arXivDaily arXiv每日学术速递 周一至周五更新

大厂专区

Google

2026-07-16 至 2026-07-16 收录 5
2607.13265 2026-07-16 cs.CV 新提交

Differentiable Polarized Path Tracing

可微偏振路径追踪

Pramod Rao, Jérémy Riviere, Xilong Zhou, Abhijeet Ghosh, Abhimitra Meka, Thabo Beeler, Marc Habermann, Christian Theobalt, Delio Vicini

发表机构 * Max Planck Institute for Informatics(马克斯·普朗克信息研究所) Saarland Informatics Campus(萨尔兰信息学园区) VIA Research Center(VIA研究中心) Google(谷歌)

AI总结 研究逆渲染问题,提出偏振感知的可微路径追踪方法,通过路径重放和局部缓存组合估计无偏梯度,能在复杂场景中高效稳定优化材质和光照参数,拓宽基于物理的逆渲染适用性。

Comments Accepted at ECCV 2026

详情
AI中文摘要

基于物理的可微渲染已被证明是解决逆渲染问题(如三维重建、反射率估计、光照估计)的有力工具。然而,大多数现有方法仅对辐射强度进行操作,丢弃了约束场景几何和材质属性的宝贵偏振线索。虽然通过穆勒-斯托克斯微积分对偏振光进行正向模拟是明确的,但将反向模式微分扩展到该领域面临重大挑战。常见偏振算子(如线性偏振器和漫反射)的秩亏性质违反了路径重放反向传播等标准梯度估计器的可逆性假设,导致数值不稳定。我们提出了一种强大的、偏振感知的可微路径追踪方法来解决此问题。我们的方法通过路径重放和局部缓存的组合来估计无偏梯度。这种公式化使得在复杂场景中对材质和光照参数进行高效稳定的优化成为可能,拓宽了基于物理的逆渲染的适用性。

英文摘要

Physically based differentiable rendering has proven to be a powerful tool for inverse rendering problems (e.g., 3D reconstruction, reflectance estimation, lighting estimation). However, most existing methods operate solely on radiometric intensity, discarding valuable polarization cues that constrain scene geometry and material properties. While forward simulation of polarized light is well-defined via Mueller-Stokes calculus, extending reverse-mode differentiation to this domain presents significant challenges. The rank-deficient nature of common polarimetric operators, such as linear polarizers and diffuse reflections, violates the invertibility assumptions of standard gradient estimators like path replay backpropagation and results in numerical instability. We address this by proposing a robust, polarization-aware differentiable path tracing method. Our approach estimates unbiased gradients through a combination of path replay and local caching. This formulation enables efficient and stable optimization of material and lighting parameters in complex scenes, broadening the applicability of physically based inverse rendering. Project page: https://vcai.mpi-inf.mpg.de/projects/DPPT/

URL PDF HTML
2607.13188 2026-07-16 cs.LG 新提交

Concurrent Image Understanding and Generation: Self-Correcting Coupled Markov Jump Processes

并发图像理解与生成:自校正耦合马尔可夫跳跃过程

Minh-Quan Le, Armand Comas, Alexandros Lattas, Stylianos Moschoglou, Pedro Vélez, Amit Raj, Aaron Germuth, Thabo Beeler, Dimitris Samaras, Di Qiu

发表机构 * Stony Brook University(纽约州立大学石溪分校) Google DeepMind(谷歌深度思维)

AI总结 研究针对人类认知中理解与生成的耦合循环,引入自校正耦合马尔可夫跳跃过程框架及$\texttt{CO}_\texttt{2}\texttt{Jump}$采样器,解决掩码扩散模型跨模态矛盾问题,创建多模态语料库,该方法在图像相关任务中性能优异,且性能随去噪步骤数提升。

Comments Project page: https://coupled-jump.github.io

详情
AI中文摘要

人类认知不会将理解与生成分开。白板前的教师边说边画,两种模态相互塑造。本文将这种耦合循环引入人工系统。掩码扩散模型(MDMs)很适合此任务,但现有采样器要么交错解码文本和图像,要么在仅共享上一步历史的并行分支中独立更新它们,同一步骤内无法共享另一模态的最新决策,且MDMs无法重新掩码,无法检测和修复跨模态矛盾。我们引入自校正耦合马尔可夫跳跃过程(SC-CMJP)框架,其中一种模态的转移率是另一种模态置信度得分的函数,由跨模态注意力加权。此外,当跨模态证据不利时,重新掩码跳跃会撤回先前的决策。结合SC-CMJP,我们引入了$\texttt{CO}_\texttt{2}\texttt{Jump}$(自校正耦合跳跃),一种用于联合多模态生成的无需训练的单通道采样器。为训练和评估,我们创建并将发布三个大规模联合多模态生成语料库:$\text{JEdit-1M}$、$\text{JMaze-200K}$、$\text{JNono-200K}$,以及匹配的分布内和分布外基准。$\texttt{CO}_\texttt{2}\texttt{Jump}$在图像理解、编辑以及视觉推理(迷宫和数独求解)方面实现了最佳联合性能。采样器的性能随去噪步骤数单调增加,证明跨模态耦合的好处在轨迹上是复合的。项目页面:this https URL

英文摘要

Human cognition does not separate understanding and generation. A teacher at a whiteboard speaks and draws $\textit{together}$, each modality reshapes the other. In this paper, we bring this coupled loop to artificial systems. Masked Diffusion Models (MDMs) are ideally suited to this task, yet existing samplers either decode text and image interleavedly or independently update them in parallel branches that share only previous-step history, but not the other modality's latest decisions $\textit{within}$ the same step; combined with MDMs' inability to remask, cross-modal contradictions are neither detected nor repaired. We introduce $\textbf{Self-Correcting Coupled Markov Jump Processes (SC-CMJP)}$, a framework in which one modality's transition rates are functionals of the other modality's confidence score, as weighted by cross-modal attention. Furthermore, a remasking jump retracts commitments the moment cross-modal evidence turns against them. In conjunction with SC-CMJP, we introduce $\texttt{CO}_\texttt{2}\texttt{Jump}$ (Self-$\underline{\text{CO}}$rrecting $\underline{\text{CO}}$upled $\underline{\text{Jump}}$), a novel training-free single-pass sampler for joint multimodal geneneration. For training and evaluation purposes, we have created and will release three large-scale joint multimodal generation corpora: $\text{JEdit-1M}$, $\text{JMaze-200K}$, $\text{JNono-200K}$, with matching in- and out-of-distribution benchmarks. $\texttt{CO}_\texttt{2}\texttt{Jump}$ achieves best joint performance for image understanding and editing as well as visual reasoning (maze and nonogram solving). The performance of the sampler scales monotonically with the number of denoising steps, evidence that the benefits of cross-modal coupling $\textit{compound}$ across the trajectory. Project page: https://coupled-jump.github.io

URL PDF HTML
2607.06772 2026-07-16 cs.LG 版本更新

Efficient Long-Horizon Learning for Learned Optimization

用于学习优化的高效长时学习

Xiaolong Huang, Benjamin Thérien, James Harrison, Eugene Belilovsky

发表机构 * Mila - Quebec AI Institute(米拉-魁北克人工智能研究所) Google DeepMind(谷歌深度思维) Concordia University(康考迪亚大学) Université de Montréal(蒙特利尔大学)

AI总结 研究针对学习优化中当前元训练方法的局限,提出高效长时(ELO)学习算法,重新分配计算并实施监督,提升长展开性能和分布外泛化能力,在多任务中表现出色,且元训练所需GPU时长少。

Comments Meta-learning, learned optimization

详情
AI中文摘要

学习优化旨在通过在任务分布上进行元学习小型神经网络优化器来改进手工设计的优化器(如Adam和Muon)。近期工作虽推进了学习优化器(LOs)的架构设计和归纳偏差,但当前元训练方法仍有两个主要困难:无法有效扩展到长时内部问题,且常无法超越手工设计的优化器。为解决这些局限,我们提出高效长时(ELO)学习,它重新分配冗余元训练计算到更长失败阶段以实现高效长时学习,还实施解耦渐进专家监督以提供稳定元学习信号并提升LOs泛化能力。实证研究评估了ELO在按元素和基于矩阵的LOs元训练中的效果。在下游语言建模和图像分类任务中,ELO显著提升了基础LOs的长展开性能和分布外泛化能力。特别是ELO - Celo2在所有评估任务中持续优于调优良好的AdamW,在语言建模上与Muon竞争。值得注意的是,所有ELO基线在元训练时所需的H100 GPU时长不到7小时。

英文摘要

Learned optimization aims to improve upon hand-designed optimizers (e.g., Adam and Muon) by meta-learning small neural network optimizers over a distribution of tasks. While recent work has greatly advanced the architectural design and inductive biases of learned optimizers (LOs), their meta-training remains biased toward short-unroll learning on particular tasks, resulting in redundant computation and leaving LOs often unable to compete with hand-designed optimizers. We introduce Efficient Long-hOrizon (ELO) learning, an efficient meta-training algorithm that (1) reallocates wasted meta-training compute to longer failure regimes, achieving efficient long-horizon learning, and (2) enforces decoupled progressive expert supervision, providing stable meta-learning signals that additionally improve the generalization of LOs. Our empirical study evaluates ELO for meta-training both element-wise and matrix-based LOs. Across downstream language modeling (GPT-2-124M/350M on FineWeb) and image classification (ViT-B/16, ResNet-50 on ImageNet-1K) tasks, ELO substantially improves the long-unroll performance and out-of-distribution generalization of the base LOs. In particular, ELO-Celo2 consistently outperforms well-tuned AdamW across all evaluated tasks, while remaining competitive with Muon on language modeling. \textit{Notably, all ELO baselines require less than 7 H100 GPU-hours for meta-training.}

URL PDF HTML
2606.11283 2026-07-16 cs.DS cs.LG stat.ML 版本更新

Fixed-Parameter Tractability of Private Synthetic Data Generation

私有合成数据生成的固定参数可处理性

Badih Ghazi, Cristóbal Guzmán, Pritish Kamath, Alexander Knop, Ravi Kumar, Pasin Manurangsi

发表机构 * Google Deepmind(谷歌深Mind) Institute for Mathematical and Computational Engineering, Faculty of Mathematics and School of Engineering, Pontificia Universidad Católica de Chile(数学与计算工程学院、数学系和工程学院、智利天主教大学)

AI总结 研究差分隐私下合成数据生成问题,通过查询族关联图的树宽参数建立固定参数可处理性,提出两种最优算法。

Comments Fixed typos. Included new results on tighter error rates for bounded treewidth families (now in Section 5)

详情
AI中文摘要

我们研究在差分隐私下生成合成数据的问题。我们建立了该问题的固定参数可处理性(FPT),其中参数是查询族关联图的树宽。我们的算法在所有情况下都达到最优错误率,并通过两种不同方法实现:第一种基于线性规划(LP)和LP对偶分离问题的FPT;第二种基于子采样私有乘法权重方法,其中我们获得了从吉布斯分布采样的FPT。两种方法都通过树分解上的动态规划框架统一。

英文摘要

We study the problem of generating synthetic data under differential privacy. We establish fixed-parameter tractability (FPT) for this problem where the parameter is the treewidth of the query family's incidence graph. Our algorithms attain optimal error rates across all regimes and are realized by two different approaches: the first is based on linear programming (LP) and the FPT of the separation problem for the LP dual; the second is based on a subsampled private multiplicative weights method, where we obtain FPT for sampling from Gibbs distributions. Both approaches are unified by a dynamic programming framework over a tree decomposition.

URL PDF HTML
2512.22274 2026-07-16 cs.CV 版本更新

GeCo: Evaluating Geometric Consistency for Video Generation via Motion and Structure

GeCo:通过运动和结构评估视频生成的几何一致性

Leslie Gu, Junhwa Hur, Charles Herrmann, Fangneng Zhan, Todd Zickler, Deqing Sun, Hanspeter Pfister

发表机构 * Harvard University(哈佛大学) Google DeepMind(谷歌DeepMind) MIT(麻省理工学院)

AI总结 GeCo通过融合残差运动和深度先验,检测静态场景中的几何变形和遮挡不一致问题,并用于评估视频生成模型的性能与缺陷。

详情
AI中文摘要

我们介绍了GeCo,一种基于几何的度量标准,用于联合检测静态场景中的几何变形和遮挡不一致伪影。通过融合残差运动和深度先验,GeCo生成可解释的密集一致性图,揭示这些伪影。我们使用GeCo系统地评估最近的视频生成模型,发现常见的失败模式,并进一步将其用作无训练指导损失,以减少视频生成中的变形伪影。

英文摘要

We introduce GeCo, a geometry-grounded metric for jointly detecting geometric deformation and occlusion-inconsistency artifacts in static scenes. By fusing residual motion and depth priors, GeCo produces interpretable, dense consistency maps that reveal these artifacts. We use GeCo to systematically benchmark recent video generation models, uncovering common failure modes, and further employ it as a training-free guidance loss to reduce deformation artifacts during video generation.

URL PDF HTML