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

大厂专区

Google(谷歌)

至 收录 1678
2607.18161 2026-07-21 cs.SE cs.AI cs.OS 新提交

TRIM: Reducing AI-Generated CodeSlop via Agent Trajectory Minimization

TRIM:通过代理轨迹最小化减少人工智能生成的代码冗余

Alex Mathai, Shobini Iyer, Aleksandr Nogikh, Petros Maniatis, Franjo Ivancic, Junfeng Yang, Baishakhi Ray

机构 * Dept. of Computer Science Columbia University(计算机科学系哥伦比亚大学) Google Inc(谷歌公司) Google DeepMind(谷歌深Mind)

AI总结 研究人工智能生成代码冗余问题,提出TRIM算法,通过最小化代理轨迹间接减少代码冗余,实验证明该方法有效且高效,能显著降低代码冗余,同时减少验证成本。

详情
AI中文摘要

编码代理在许多下游任务中越来越多地用于加速代码生成。然而,代理生成的代码往往比人工编写的代码更大、更冗长。本文指出原因在于代理自身的搜索过程,迭代时会积累推测性编辑等,导致代码库冗余。为此正式定义此现象为代码冗余(CodeSlop),并引入TRIM算法,通过最小化代理轨迹来间接减少代码冗余。实验表明,TRIM能有效减少17.9%-32.9%的代码冗余,且性能回归可忽略不计,效率也高,验证成本约为Delta Debugging等算法基线的一半。

英文摘要

Coding agents are increasingly used to accelerate code generation in many downstream tasks, such as fixing bugs, building applications, and prototyping. However, despite their value as coding assistants, agent-generated code tends to be larger and more verbose than the corresponding human-written implementation. In this work, we show that the cause lies in the agent's own search process: while iterating toward a passing solution, an agent accumulates speculative edits, abandoned hypotheses, and temporary changes that persist into the final patch. This may seem harmless for a single patch, but the problem compounds as agents take responsibility for ever-larger portions of a codebase-a codebase that was once minimal and well-maintained slowly accumulates redundancy faster than it can be cleaned up, drifting to a state that is harder to maintain. Given the magnitude of this problem, we take a step towards alleviating this issue. First, we formally define this phenomenon as CodeSlop-the residual and functionally unnecessary edits commonly seen in AI-generated code. We then introduce our algorithm TRIM (Trajectory-guided Redundancy Identification and Minimization). Rather than minimizing CodeSlop directly, TRIM instead minimizes agent trajectories. As we show empirically, this indirect technique of minimizing CodeSlop is highly effective: TRIM cuts CodeSlop by 17.9%-32.9% across agentic scaffolds, with negligible performance regression. TRIM is also highly efficient, requiring roughly half the validation cost of algorithmic baselines such as Delta Debugging.

URL PDF HTML 收藏
2607.17733 2026-07-21 cs.LG cs.AI 新提交

MXSens: Sensitivity-Aware Mixed-Precision Quantization for Efficient LLM Inference

MXSens:用于高效大语言模型推理的灵敏度感知混合精度量化

Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh

机构 * EPFL(洛桑联邦理工学院) Tsinghua University(清华大学) MangoBoost Inc.(芒果助推公司) Korea University(韩国大学) Google DeepMind(谷歌深度思维)

AI总结 研究针对大语言模型推理中4位量化因异常值致精度降的问题,提出MXSens方法,基于列和层灵敏度分配混合尾数比特宽度,无需训练,利用MXINT块结构,在多模型任务中优于现有方法,平衡了量化的准确性与资源效率。

详情
AI中文摘要

4位量化可实现高效的大语言模型推理,但由于异常值会导致显著的精度下降。先前的工作通过数据旋转或混合精度整数量化来解决此问题,但通常依赖软件管理的缩放和频繁的反量化,带来大量开销。微缩放格式(如MXINT)通过在硬件中编码缩放来消除这些低效率,但仍与基于旋转的方法不兼容。我们的分析表明,异常值的严重程度各不相同,量化灵敏度在各层和各列中分布不均。这些见解促使我们采用一种细粒度、灵敏度引导的方法。我们引入了MXSens,这是一种无需训练的方法,它根据列和层的灵敏度分配混合尾数比特宽度(4/6/8),自然地利用了MXINT的块结构。MXSens在一系列模型和任务上优于现有量化方法。在W4A4KV4设置下,MXSens在LLaMA-2-70B和LLaMA-3-8B上分别实现了3.77和7.63的困惑度,在WikiText-2上比现有基线有显著改进。我们的工作在大语言模型量化的准确性和资源效率之间建立了新的平衡。

英文摘要

4-bit quantization enables efficient LLM inference, but suffers from significant accuracy degradation due to outliers. Prior work addresses this problem via data rotation or mixed-precision integer quantization, but often relies on software-managed scaling and frequent dequantization, incurring substantial overhead. Microscaling formats, such as MXINT, eliminate these inefficiencies by encoding scales in hardware, yet remain incompatible with rotation-based methods. Our analysis reveals that outliers vary in severity, from rare extremes to frequent mild deviations, and that quantization sensitivity is unevenly distributed across layers and columns. These insights motivate a fine-grained, sensitivity-guided approach. We introduce MXSens, a training-free method that assigns mixed mantissa bitwidths (4/6/8) based on column- and layer-wise sensitivity, naturally leveraging the block-wise structure of MXINT. MXSens outperforms state-of-the-art quantization methods across a range of models and tasks. Under the W4A4KV4 setting, MXSens achieves perplexities of 3.77 and 7.63 on LLaMA-2-70B and LLaMA-3-8B, respectively, substantially improving over existing baselines on WikiText-2. Our work establishes a new balance between accuracy and resource efficiency for LLM quantization.

URL PDF HTML 收藏
2607.17311 2026-07-21 cs.MA cs.AI cs.CY cs.DC cs.SY eess.SY 新提交

The Optimization Trilemma: Efficiency, Comfort and Fairness in Decentralized Multi-agent Coordination

优化三难困境:去中心化多智能体协调中的效率、舒适度和公平性

Jovan Nikolic, Maciej Krzysztof Zuziak, Evangelos Pournaras

机构 * Google(谷歌) School of Energy Systems, LUT University(能源系统学院,卢托大学)

AI总结 研究去中心化多智能体协调中优化系统效率、个体舒适度和公平性的问题,设计新颖模型,通过实验验证该模型能在无大幅开销下实现更公平优化结果,满足智能体偏好与系统目标。

详情
AI中文摘要

在去中心化环境中进行公平的多智能体协调是构建高效协作系统面临的最紧迫挑战之一。资源分配基于考虑智能体需求的优化集体安排。这种协调不仅要计算高效,还要兼顾公平,即所有智能体产生成本的公平重新分配。近期文献提出了一些算法,能在集中式环境中有效确定平衡系统效率和智能体个体不适的最优计划组合。但这些工作未解决完全去中心化场景下的公平资源优化问题,特别是协调智能体间不适的优化重新分配,以免有智能体不适程度导致激励丧失或极化从而扰乱计划操作。本文研究去中心化多智能体协调中优化三个目标的问题:系统效率、个体舒适度和公平性(即平衡产生的不适成本)。我们设计了一个新颖模型来优化这三个正交目标,且通信和计算开销无大幅增加。通过在两个真实世界数据集上的实验,验证了该模型,表明其能在满足智能体偏好和系统目标的同时实现更公平的优化结果。

英文摘要

The problem of fair multi-agent coordination in decentralized settings is one of the most pressing challenges for building efficient collaborative systems. Resource allocation is based on optimized collective arrangements accounting for agents' needs. Such coordination should not only be computationally efficient but also account for fairness, i.e., equitable redistribution of costs incurred by all agents. Recent literature has proposed several algorithms that efficiently determine optimal plan combinations balancing system-wide efficiency and individual discomfort of agents in a centralized setting. However, these works do not address equitable resource optimization in fully decentralized scenarios, specifically, the optimized redistribution of discomfort among coordinating agents so that none experiences a discomfort level that could lead to loss of incentive or polarization that can disrupt planned operations. In this work, we study the problem of optimizing three objectives: (i) system-wide efficiency, (ii) individuals' comfort and (iii) fairness (i.e., balancing of incurred discomfort costs) in decentralized multi-agent coordination. We design a novel model to optimize those three orthogonal objectives, without any substantial increase in communication and computational overhead. Through experiments on two real-world datasets, we validate the model and demonstrate that it can achieve fairer optimization outcomes, while satisfying agents' preferences and system goals.

URL PDF HTML 收藏
2605.30664 2026-07-21 cs.AI 版本更新

Structure-Induced Information for Rerooting Levin Tree Search

结构信息用于重定根莱文树搜索

Jake Tuero, Michael Buro, Laurent Orseau, Levi H. S. Lelis

机构 * Department of Computing Science, University of Alberta, Edmonton, Canada. Alberta Machine Intelligence Institute (Amii), Edmonton, Canada. Google DeepMind, London, United Kingdom.

AI总结 提出三种重定根器设计,利用结构信息隐式分解子目标,提升策略树搜索的可扩展性和效率。

Comments ICML 2026

详情
AI中文摘要

基于子目标的策略树搜索利用策略引导搜索,对于复杂的单智能体确定性问题是有效的,但通常依赖于显式的子目标生成,这会带来大量开销并阻碍可扩展性。在本文中,我们通过最近引入的$\sqrt{\text{LTS}}$算法使用学习到的“重定根器”来克服这些限制。重定根器隐式地将问题分解为软子任务。虽然先前的工作侧重于给定或手工制作的重定根器的形式保证,但在本文中,我们提出了三种重定根器设计:(i) 基于聚类的重定根器,利用全局状态空间结构;(ii) 基于启发式的重定根器,利用学习的代价估计;(iii) 结合两种信号的混合重定根器。我们的框架避免了显式重构和推理生成的子目标,从而能够以显著降低的计算开销实现可扩展的搜索努力分配。实验上,我们的基于重定根的方法在基于子目标的策略树搜索失败的复杂环境中也能扩展,并在测试的领域上实现了最先进的在线训练效率。

英文摘要

Subgoal-based policy tree search, which uses a policy to guide search, is effective for complex single-agent deterministic problems but often relies on explicit subgoal generation that can incur substantial overhead and hinders scalability. In this paper, we overcome these limitations by using a learned ``rerooter'' through the recently-introduced $\sqrt{\text{LTS}}$ algorithm. A rerooter implicitly decomposes the problem into soft subtasks. While previous work focused on the formal guarantees for given or handcrafted rerooters, in this work we propose three rerooter designs: (i) a clustering-based rerooter that exploits global state-space structure, (ii) a heuristic-based rerooter that leverages learned cost-to-go estimates, and (iii) a hybrid that combines both signals. Our framework avoids having to explicitly reconstruct and reason over generated subgoals, thereby enabling scalable allocation of search effort with significantly lower computational overhead. Empirically, our rerooting-based methods scale to complex environments where subgoal-based policy tree search fails, and achieve state-of-the-art online training efficiency on the domains tested.

URL PDF HTML 收藏
2502.19499 2026-07-21 cs.LG math.OC stat.ML 版本更新

On the Interpolation Effect of Score Smoothing in Diffusion Models

在扩散模型中分数平滑的插值效应

Zhengdao Chen

机构 * Google Research(谷歌研究)

AI总结 研究分数平滑如何通过去噪动态在一维子空间内插值训练数据,并通过理论和实验验证神经网络学习分数函数的自然效果。

Comments 35 pages, 14 figures. Code available at: https://github.com/google-research/diffusion-score-smoothing

Journal ref 14th International Conference on Learning Representations (ICLR 2026)

详情
AI中文摘要

扩散模型在各种领域取得了显著进展,其产生训练集中不存在的数据的能力令人印象深刻。本文研究了这一创造力源于神经网络主干学习经验分数函数的平滑版本的假设,该平滑版本引导去噪动态生成插值训练数据的点。主要聚焦于训练集均匀分布在一维子空间的设置,通过解析解和数值实验阐明分数平滑与去噪动态的相互作用,展示如何平滑分数函数可使去噪数据样本沿子空间插值训练集。此外,我们提供了理论和实证证据表明,使用神经网络学习分数函数(无论是否包含显式正则化)可以自然实现类似效果,包括当数据属于简单非线性流形时。

英文摘要

Diffusion models have achieved remarkable progress in various domains with an intriguing ability to produce new data that do not exist in the training set. In this work, we study the hypothesis that such creativity arises from the neural network backbone learning a smoothed version of the empirical score function, which guides the denoising dynamics to generate data points that interpolate the training data. Focusing mainly on settings where the training set lies uniformly in a one-dimensional subspace, we elucidate the interplay between score smoothing and the denoising dynamics with analytical solutions and numerical experiments, demonstrating how smoothing the score function can cause the denoised data samples to interpolate the training set along the subspace. Moreover, we present theoretical and empirical evidence that learning score functions with neural networks - either with or without explicit regularization - can naturally achieve a similar effect, including when the data belong to simple nonlinear manifolds.

URL PDF HTML 收藏
2601.03481 2026-07-21 cs.CL 版本更新

Self-Explaining Hate Speech Detection with Moral Rationales

基于道德依据的自解释仇恨言论检测

Francielle Vargas, Jackson Trager, Diego Alves, Surendrabikram Thapa, Matteo Guida, Berk Atil, Daryna Dementieva, Andrew Smart, Ameeta Agrawal

机构 * University of São Paulo(圣保罗大学) University of Southern California(南加州大学) Saarland University(萨尔兰大学) Virginia Tech(弗吉尼亚理工大学) University of Melbourne(墨尔本大学) Pennsylvania State University(宾夕法尼亚州立大学) Technical University of Munich(慕尼黑技术大学) Google Research(谷歌研究) Portland State University(波特兰州立大学)

AI总结 研究针对现有仇恨言论检测模型的不足,提出SMRA框架,将道德依据监督融入训练目标,引入新数据集。该框架在检测任务中提升性能,增强解释,且公平性稳定。

Comments This paper was published at Findings of the Association for Computational Linguistics: ACL 2026 (https://aclanthology.org/2026.findings-acl.1704/)

详情
AI中文摘要

现有仇恨言论检测模型往往不透明且依赖表面词汇线索,易受虚假关联影响,限制了鲁棒性、可解释性和文化情境化。本文提出监督道德依据注意力(SMRA)框架,将道德依据作为注意力对齐的直接监督,基于道德基础理论使词元级注意力与专家标注的道德依据对齐。不同于先前方法,SMRA将道德依据监督直接融入训练目标,生成可解释且情境化的解释。还引入巴西葡萄牙语基准数据集HateBRMoralXplain。实验表明,SMRA在仇恨言论检测和多标签道德情感分类中提升了性能,增强了解释,公平性稳定。

英文摘要

Existing hate speech detection models are often opaque and rely on surface-level lexical cues, which makes them vulnerable to spurious correlations and limits robustness, interpretability and cultural contextualization. We propose Supervised Moral Rationale Attention (SMRA), the first self-explaining hate speech detection framework to incorporate moral rationales as direct supervision for attention alignment. Based on Moral Foundations Theory, SMRA aligns token-level attention with expert-annotated moral rationales, guiding models to attend to morally salient spans. Unlike prior rationale-supervised or post-hoc approaches, SMRA integrates moral rationale supervision directly into the training objective, producing inherently interpretable and contextualized explanations. To support our framework, we also introduce HateBRMoralXplain, a Brazilian Portuguese benchmark dataset annotated with hate labels, moral categories, token-level moral rationales, and socio-political metadata. Across binary hate speech detection and multi-label moral sentiment classification, SMRA consistently improves performance while enhancing both faithful and plausible explanations. Although explanations become more concise, sufficiency decreases, indicating more compact and informative rationales. Fairness remains stable, suggesting that improvements in explanation quality do not introduce significant bias trade-offs.

URL PDF HTML 收藏
2509.22563 2026-07-21 cs.GT cs.LG

Nearly Tight Regret Bounds for Profit Maximization in Bilateral Trade

双边贸易中利润最大化近紧 regrets 界限

Simone Di Gregorio, Paul Dütting, Federico Fusco, Chris Schwiegelshohn

机构 * Sapienza University of Rome(罗马大学) Google Research(谷歌研究) Aarhus University(奥胡斯大学) Institute for Complex Systems(复杂系统研究所)

AI总结 本文提出了一种在双边贸易中近紧的利润最大化算法,通过解决非平稳场景下的 regrets 问题,展示了激励相容机制的最优收敛性。

Comments Accept at FOCS '25

Journal ref Proceedings of the 66th IEEE Symposium on Foundations of Computer Science (FOCS 2025), 1570-1594, 2025

详情
AI中文摘要

双边贸易模型了中介两个战略代理体的任务,即一个卖家和一个买家愿意交换他们持有私人估值的商品。我们从经纪人的角度研究这个问题,在最小化 regrets 的框架下。在每个时间步,新的卖家和买家到达,经纪人必须提出一种机制,该机制具有激励相容性和个体理性,目标是最大化利润。我们提出了一种学习算法,该算法在随机设置中保证了几乎紧的 $\tilde{O}(\sqrt{T})$ regrets,当卖家和买家的估值是从一个固定且可能相关的未知分布中独立同分布抽取时。我们进一步表明,在非平稳场景中,估值由对手提前生成时,无法实现 sublinear regrets。我们的基准是这些结果的最佳激励相容且个体理性的机制。这使我们与之前在双边贸易中最大化效率的工作区分开来,其中基准是一个单一数字:最佳回顾价格。我们面临的特定挑战是所有机制利润的均匀收敛是不可能的。我们通过精心的链分析克服了这一困难,证明了对可证明近最优机制的收敛率(本质上最优)。我们进一步展示了我们技术的更广泛适用性,通过为联合广告问题提供几乎最优的结果。

英文摘要

Bilateral trade models the task of intermediating between two strategic agents, a seller and a buyer, willing to trade a good for which they hold private valuations. We study this problem from the perspective of a broker, in a regret minimization framework. At each time step, a new seller and buyer arrive, and the broker has to propose a mechanism that is incentive-compatible and individually rational, with the goal of maximizing profit. We propose a learning algorithm that guarantees a nearly tight $\tilde{O}(\sqrt{T})$ regret in the stochastic setting when seller and buyer valuations are drawn i.i.d. from a fixed and possibly correlated unknown distribution. We further show that it is impossible to achieve sublinear regret in the non-stationary scenario where valuations are generated upfront by an adversary. Our ambitious benchmark for these results is the best incentive-compatible and individually rational mechanism. This separates us from previous works on efficiency maximization in bilateral trade, where the benchmark is a single number: the best fixed price in hindsight. A particular challenge we face is that uniform convergence for all mechanisms' profits is impossible. We overcome this difficulty via a careful chaining analysis that proves convergence for a provably near-optimal mechanism at (essentially) optimal rate. We further showcase the broader applicability of our techniques by providing nearly optimal results for the joint ads problem.

URL PDF HTML 收藏
2607.15313 2026-07-20 cs.LG 新提交

Position: Quantum Program Generation Must Prioritize Validity Over Probabilistic Scaling

立场:量子程序生成必须优先考虑有效性而非概率缩放

Junhao Song, Yu Zhou, William Knottenbelt, Yudong Cao

机构 * IBM(IBM公司) DeepMind(深度思维公司)

AI总结 该论文指出将概率范式用于量子电路合成有误,因量子电路有语法语义差距,未经验证的训练使模型难掌握物理语义,有效子集随量子比特数指数衰减。提出转向以验证器为中心,集成多种元素到生成中,验证意识架构是可行途径,应编码特定规则而非仅靠模仿。

Comments Accepted to ICML 2026: https://openreview.net/forum?id=oX1vWuQ13y

详情
AI中文摘要

缩放假设认为增加模型参数会产生新兴推理能力。本文认为将这种概率范式应用于通用量子电路合成是一个方向性错误。与自然语言不同,量子电路需要严格遵守数学约束,这导致了显著的语法-语义差距。对未经验证的量子程序进行训练意味着模型学习语法但无法捕捉希尔伯特空间的物理语义。由于电路设计的有效子集随量子比特数量呈指数衰减,事后过滤在数学上是难以处理的。我们提出从以人类为中心的副驾驶转向以验证器为中心的代理。我们将分层约束、拓扑掩码和符号代理直接集成到生成过程中。我们的分析表明,仅靠规模无法弥合有效性差距。具有验证意识的架构为模块化量子程序生成提供了一条可行的途径。这些考虑指向了编码量子信息特定任务规则的生成方法,而不是仅仅依赖模仿。

英文摘要

The scaling hypothesis assumes that increasing model parameters yields emergent reasoning capabilities. This position paper argues that applying this probabilistic paradigm to generic quantum circuit synthesis is a directional error. Unlike natural languages, quantum circuits require strict adherence to mathematical constraints that manifest a significant syntax-semantics gap. Training on unverified quantum programs means that models learn syntax but fail to capture the physical semantics of the Hilbert space. Since the valid subset of circuit designs decays exponentially with the number of qubits, post-hoc filtering is mathematically intractable. We propose a pivot from human-centric copilots to verifier-centric agents. We integrate hierarchical constraints, topological masks, and symbolic proxies directly into generation. Our analysis suggests that scale alone cannot bridge the validity gap. Verification-aware architectures offer a viable path for modular quantum program generation. These considerations point toward generation methods that encode task-specific rules of quantum information, rather than relying on imitation alone.

URL PDF HTML 收藏
2605.15422 2026-07-20 cs.LG 版本更新

DualKV: Shared-Prompt Flash Attention for Efficient RL Training with Large Rollouts and Long Contexts

DualKV: 面向高效RL训练的共享提示Flash注意力机制,支持大规模展开和长上下文

Jiading Gai, Shuai Zhang, Xiang Song, Bernie Wang, George Karypis

机构 * Amazon Web Services(亚马逊网络服务) Google(谷歌) University of Minnesota(明尼苏达大学)

AI总结 针对RL训练中共享提示重复计算问题,提出DualKV内核,通过融合CUDA前向/反向核和veRL数据流水线重排,消除提示复制,实现1.63-3.82倍策略更新加速。

详情
AI中文摘要

现代RL后训练方法(如GRPO和DAPO)在从共享提示($P$个token)采样的$N$个响应序列(每个$R$个token)上进行训练,但标准FlashAttention在前向和反向传播中将所有$P$个提示token复制$N$次——在相同的隐藏状态上重复计算和内存。在大规模展开、长上下文RL训练($N\geq16$,$P\geq8\text{K}$)中,这种冗余主导了策略更新成本。我们观察到,在仅解码器模型中,因果掩码使提示表示在每一层跨序列不变,因此所有逐token操作(归一化、投影、MLP)和注意力可以一次性处理提示——这一特性尚未在训练的内核级别被利用。我们提出\textbf{DualKV},这是首个消除RL训练中共享提示复制的FlashAttention内核变体,通过(1)~融合的CUDA前向和反向内核,在单次内核启动中迭代两个不相交的KV区域——共享上下文和逐序列响应,以及(2)~veRL中的数据流水线重设计,将$N(P{+}R)$个token重新打包为每个微批$P{+}NR$个token,将token减少从注意力扩展到整个模型,因子$ρ= N(P{+}R)/(P{+}NR)$。DualKV在数学上等价于标准注意力,且不引入近似。在Qwen3-8B GRPO训练中,使用8$\times$H100 GPU($N{=}32$,8K上下文),DualKV实现了$1.63$--$2.09\times$的策略更新加速,支持$2\times$更大的微批,并将MFU从$36\%$提升至$76\%$。类似增益在DAPO上成立($2.47\times$加速,$77\%$ MFU)。在30B MoE规模下,使用16$\times$H100,DualKV相比FlashAttention(需要4路Ulysses序列并行以避免OOM)实现了$3.82\times$的策略更新加速和$3.38\times$的端到端步骤加速。

英文摘要

Modern RL post-training methods such as GRPO and DAPO train on N response sequences of R tokens sampled from a shared prompt of P tokens, but standard FlashAttention replicates all P prompt tokens N times across both forward and backward passes -- duplicating compute and memory on identical hidden states. In large-rollout, long-context RL training (N>=16, P>=8K), this redundancy dominates the policy update cost. We observe that in decoder-only models, causal masking makes prompt representations invariant across sequences at every layer, so all per-token operations (norms, projections, MLP) and attention can process the prompt once -- a property not yet exploited at the kernel level for training. We propose DualKV, the first FlashAttention kernel variant that eliminates shared-prompt replication during RL training, via (1) fused CUDA forward and backward kernels that iterate over two disjoint KV regions -- shared context and per-sequence response -- in a single kernel launch, and (2) a data-pipeline redesign in veRL that repacks N(P+R) tokens into P+NR tokens per micro-batch, extending the token reduction from attention to the entire model by a factor rho = N(P+R)/(P+NR). DualKV is mathematically equivalent to standard attention and introduces no approximation. On Qwen3-8B GRPO training with 8xH100 GPUs (N=32, 8K-context), DualKV achieves 1.63--2.09x policy-update speedup, enables 2x larger micro-batches, and raises MFU from 36% to 76%. Similar gains hold for DAPO (2.47x speedup, 77% MFU). At 30B MoE scale on 16xH100, DualKV achieves 3.82x policy-update and 3.38x end-to-end step speedup over FlashAttention (which requires 4-way Ulysses sequence parallelism to avoid OOM). DualKV also extends to hybrid sliding/global attention with head dimension 512 (which FA2 does not support) and integrates with Ulysses sequence parallelism, demonstrated on Gemma-4-31B GRPO at 64K context.

URL PDF HTML 收藏
2605.22759 2026-07-20 cs.AI 版本更新

Towards a General Intelligence and Interface for Wearable Health Data

迈向可穿戴健康数据的通用智能与接口

Girish Narayanswamy, Maxwell A. Xu, A. Ali Heydari, Samy Abdel-Ghaffar, Marius Guerard, Kara Vaillancourt, Zhihan Zhang, Jake Garrison, Levi Albuquerque, Dimitris Spathis, Hong Yu, Hamid Palangi, Xuhai "Orson" Xu, David G. T. Barrett, Joseph Breda, Jed McGiffin, Yubin Kim, Yuwei Zhang, Naghmeh Rezaei, Samuel Solomon, Karan Ahuja, Tim Althoff, Jake Sunshine, Ming-Zher Poh, Benjamin Yetton, Ari Winbush, Nicholas B. Allen, James M. Rehg, Isaac Galatzer-Levy, Yun Liu, John Hernandez, Anupam Pathak, Conor Heneghan, Yuzhe Yang, Ahmed A. Metwally, Pushmeet Kohli, Mark Malhotra, Shwetak Patel, Xin Liu, Daniel McDuff

机构 * Google Research(谷歌研究) Google DeepMind(谷歌DeepMind) University of Washington(华盛顿大学) University of Oregon(俄勒冈大学) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

AI总结 提出一个基于超过一万亿分钟无标签传感器数据预训练的可穿戴健康基础模型,通过联合扩展模型容量和预训练数据量,在35项健康预测任务上实现系统性性能提升,并利用LLM代理自动搜索下游预测头,集成到个人健康代理中以提高相关性和安全性。

Comments Narayanswamy and Xu are co-first authors. McDuff and Liu are co-last authors

详情
AI中文摘要

虽然无处不在的可穿戴传感器捕获了大量的行为和生理信息,但有效地将这些信号转化为个性化的健康见解具有挑战性。具体来说,由于高度的表型多样性以及个体基线健康、生理和生活方式因素的差异,将低层传感器数据转换为能够表征高层状态的表示是困难的。此外,收集带有健康结果注释的可穿戴数据既费力又昂贵,而回顾性注释实际上不可行,导致高质量标签数据的稀缺。为了克服这些限制,我们提出了一个可穿戴健康基础模型,该模型在来自五百万参与者的大型队列中超过一万亿分钟的无标签传感器信号上进行了预训练。我们证明了模型容量和预训练数据量的联合扩展在35项健康预测任务(涵盖心血管、代谢、睡眠和心理健康以及生活方式选择和人口统计因素)的多样化评估中带来了系统性的性能提升。我们发现这种人群规模的表示解锁了标签高效的少样本学习和稳健的日常指标估计的生成能力。为了进一步利用这种学习到的表示,我们部署了一个LLM代理教室来自动搜索基于模型嵌入构建的下游预测头空间,显示出随着LLM模型容量增加而广泛性能提升。最后,我们展示了将这些下游预测器集成到个人健康代理中如何能够支持更相关、更具上下文感知和更安全的模型响应,并通过来自一组临床医生的1,860个评分进行了验证。

英文摘要

While ubiquitous wearable sensors capture a wealth of behavioral and physiological information, effectively transforming these signals into personalized health insights is challenging. Specifically, converting low-level sensor data into representations capable of characterizing higher-level states is difficult due to high phenotypic diversity and variation in individual baseline health, physiology, and lifestyle factors. Moreover, collecting wearable data paired with health outcome annotations is laborious and expensive, and retrospective annotation remains practically unfeasible, contributing to a scarcity of data with high-quality labels. To overcome these limitations, we propose a foundation model for wearable health that is pretrained on more than one trillion minutes of unlabeled sensor signals drawn from a large cohort of five million participants. We demonstrate that the joint scaling of model capacity and pretraining data volume leads to systematic improvements in performance, as evaluated on a diverse set of 35 health prediction tasks, spanning cardiovascular, metabolic, sleep, and mental health, as well as lifestyle choices and demographic factors. We find that this population scale representation unlocks label-efficient few-shot learning and generative capabilities for robust daily metric estimation. To further leverage this learned representation, we deploy a classroom of LLM agents to autonomously search the space of downstream predictive heads built on the model embeddings, showing broad performance improvements that increase with LLM model capacity. Finally, we show how integrating these downstream predictors into a Personal Health Agent can support model responses that are more relevant, contextually aware, and safe, and we validate this via 1,860 ratings from a cohort of clinicians.

URL PDF HTML 收藏
2512.22274 2026-07-20 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 收藏
2607.15271 2026-07-17 cs.CV cs.GR cs.LG 新提交

Online Neural Space Time Memory for Dynamic Novel View Synthesis

用于动态新视角合成的在线神经时空记忆

Baback Elmieh, Lynn Tsai, Zeman Li, Srinivas Kaza, Tiancheng Sun, Gabor Csapo, Ali Behrouz, Yuan Deng, Stephen Lombardi, Steven M. Seitz, Xuan Luo

机构 * University of Washington(华盛顿大学) Google(谷歌)

AI总结 研究多视图流视频在线新视角合成问题,提出解耦记忆更新与应用频率的方法,通过跨视图注意力管理变形,引入辅助记忆损失和记忆缓存策略,实现实时、领先性能及微小尺度在线记忆。

Comments 15 pages. Preprint. Project page with demos and video results: https://nst-mem.github.io

详情
AI中文摘要

从多视图流视频进行在线新视角合成面临一个基本权衡:在严格的实时约束下运行时,既要维护持久的长时记忆以重建暂时遮挡的区域。虽然测试时训练(TTT)提供了强大的记忆机制,但标准模型要求在每一帧基于梯度更新记忆以适应动态场景中变化的运动。大量记忆更新的计算成本排除了实时应用,且可能导致长上下文的不稳定。鉴于记忆更新比记忆应用要求更高且视频内容大多冗余,我们提出解耦这两个过程的频率。我们的方法在逐帧应用记忆时进行周期性记忆更新,使用跨视图注意力管理先前记忆状态与当前帧之间的变形。为锁定历史上下文,我们引入两个关键机制:辅助记忆损失强制场景的持久内化,以及记忆缓存策略规范活动权重以防灾难性漂移。我们的方法在具有动态人体运动的场景以及微小尺度的在线记忆方面展示了实时的、领先的性能。

英文摘要

Online novel view synthesis from multi-view streaming videos faces a fundamental trade-off: maintaining a persistent, long-horizon memory to reconstruct temporarily occluded regions while operating under strict real-time constraints. While Test-Time Training (TTT) offers a powerful memory mechanism, standard models mandate gradient-based memory updates at every frame to adapt to the changing motion in dynamic scenes. The computational cost of heavy memory updates precludes real-time application and can lead to instability over long contexts. Given that memory updates are more demanding than memory application and video content is largely redundant, we propose to decouple the frequencies of these two processes. Our approach performs periodic memory updates while applying the memory on a per-frame basis, using cross-view attention to manage deformations between the prior memory state and the current frame. To lock in the historical context, we introduce two critical mechanisms: an auxiliary Memory Loss that forces persistent internalization of the scene, and a Memory Caching strategy that regularizes active weights against catastrophic drift. Our method demonstrates real-time, state-of-the-art performance on scenes with dynamic human motion as well as minute-scale online memorization.

URL PDF HTML 收藏
2607.15094 2026-07-17 cs.CV cs.LG 新提交

AlphaWiSE: Adaptive Weight Interpolation for Continual Multimodal Representation Learning

AlphaWiSE:用于连续多模态表示学习的自适应权重插值

Sarthak Jain, Qiran Hu, Zhen Zhu, Yaoyao Liu

机构 * Google DeepMind(谷歌深度思维)

AI总结 研究连续多模态表示学习中跨模态对齐被破坏的问题,提出AlphaWiSE方法,通过事后权重空间插值,由两个冻结源检查点拟合系数实现插值检查点,在多模态检索实验中相比基线有持续改进。

详情
AI中文摘要

多模态模型如CLIP为跨模态检索学习共享嵌入空间,但持续适应顺序到达的数据会破坏早期阶段获得的跨模态对齐。传统连续学习方法返回单个检查点,使每个检索方向都面临相同的稳定性-可塑性权衡。我们提出了AlphaWiSE,一种事后权重空间插值方法,它由两个冻结的源检查点组成。对于由其检查点键标识的每个对齐参数张量,AlphaWiSE拟合一个由所有张量条目共享的标量插值系数。这些系数在较小的示例内存上拟合,并用于实现一个插值检查点。部署的模型具有与任何一个源检查点相同的架构和参数数量,不需要额外的推理时间。在音频-图像-文本检索上的大量实验表明,在多个检索方向和评估指标上,相较于强大的连续学习基线有持续的改进。

英文摘要

Multimodal models such as CLIP learn a shared embedding space for cross-modal retrieval, but continual adaptation to sequentially arriving data can disrupt the cross-modal alignment acquired from earlier phases. Conventional continual-learning methods return a single checkpoint, which commits every retrieval direction to the same stability-plasticity trade-off. We propose AlphaWiSE, a post-hoc weight-space interpolation method that composes two frozen source checkpoints. For each aligned parameter tensor identified by its checkpoint key, AlphaWiSE fits one scalar interpolation coefficient shared by all tensor entries. The coefficients are fitted on a smaller exemplar memory and used to materialize one interpolated checkpoint. The deployed model has the same architecture and parameter count as either source checkpoint, which does not require additional inference time. Extensive experiments on audio-image-text retrieval show consistent improvements over strong continual-learning baselines across multiple retrieval directions and evaluation metrics.

URL PDF HTML 收藏
2607.14256 2026-07-17 cs.AI cs.MA 新提交

Automatic Hard Example Synthesis with Multi-Level Agentic Data Curation

基于多级智能数据管理的自动硬示例合成

Genglin Liu, Muye Zhang, Krishnamurthy Viswanathan, Nichole J. Hansen, Blaž Bratanič, Nathan L Clement, Shalini Ghosh, Ariel Fuxman

机构 * UCLA(加州大学洛杉矶分校) Google(谷歌)

AI总结 研究多模态大语言模型在内容安全审核任务中易受攻击的问题,提出自动智能红队框架,利用多智能体架构合成对抗示例,无需人工干预,提高模型鲁棒性,降低公共图像安全基准中的误报率。

Comments 23 pages; work in progress

详情
AI中文摘要

多模态大语言模型(MLLMs)越来越多地用于细致的内容安全审核任务,但仍易受对抗攻击及分布外边缘情况影响。传统主动学习和人工标注难以应对新型多模态威胁的复杂性和数量。本文提出自动智能红队框架,用迭代策略系统合成困难示例,利用多智能体架构,无需人工干预自主发现违规和边缘情况。通过将合成的对抗示例用作测试时检索的上下文示范,显著提高目标模型鲁棒性,在公共图像安全基准中,将误报率从41.2%降至24.5%。

英文摘要

Multimodal Large Language Models (MLLMs) are increasingly deployed for nuanced content safety and moderation tasks, yet they remain vulnerable to adversarial attacks and out-of-distribution edge cases. Traditional active learning and manual annotation fail to scale against the complexity and volume of novel multimodal threats. In this paper, we propose an automated, agentic red-teaming framework that systematically synthesizes difficult examples using an iterative strategy that proposes novel hypotheses as well as mutating on past attempts. Leveraging a multi-agent architecture that consists of a high-reasoning Architect agent, an advanced image generator, and a multi-level verification committee of LLM raters, our system autonomously uncovers boundary-pushing violations and ambiguous policy edge cases without any human intervention. By employing these carefully synthesized adversarial examples as in-context demonstrations via test-time Retrieval, we substantially improve the target model's robustness, reducing the False Negative Rate (FNR) from 41.2% to 24.5% in a public image safety benchmark without relying on any human labeling.

URL PDF HTML 收藏
2607.14228 2026-07-17 cs.CV cs.AI 新提交

SeeSE3: Emergence of 3D Space in Vision Features

SeeSE3:视觉特征中3D空间的出现

Caroline Chen, Sayna Ebrahimi, Fedor Kitashov, Ming-Hsuan Yang, Leonidas Guibas, Viorica Pătrăucean, Maks Ovsjanikov

机构 * Google DeepMind(谷歌深度思维)

AI总结 研究视觉基础模型构建的表征与3D欧几里得空间内在属性的关系,提出从拓扑和几何角度评估的探测器,发现自监督视觉模型有相关潜在子空间,并基于此提出“潜在空间导航”技术用于视觉里程计和定位。

详情
AI中文摘要

在本文中,我们探讨视觉基础模型构建的表征是否反映3D欧几里得空间的内在属性。与以往通过回归深度或法线等以图像为中心的量来探究视觉特征的3D感知的工作不同,我们研究视觉特征空间结构与欧几里得变换群$SE(3)$之间的关系。我们提出了一组从拓扑和几何角度评估这种关系的探测器:一个衡量特征邻域与空间拓扑之间对齐的相互邻域度量,以及一个用于测试静态场景中潜在位移对相机运动几何的线性可达性的庞加莱适配器。我们表明,原则上未经过直接3D监督或主动代理训练的自监督视觉模型,在正确探测时,拥有与三维欧几里得空间显著高度相关的潜在子空间。基于这一见解,我们提出了一类新的“潜在空间导航”技术,该技术可在潜在空间中纯执行视觉里程计和定位,无需显式3D重建。

英文摘要

In this paper, we ask whether vision foundation models construct representations that reflect the intrinsic properties of 3D Euclidean space. Unlike previous works that probe 3D awareness of vision features by regressing image-centric quantities such as depth or normals, we investigate the relation between the structure of the space of visual features and the group of Euclidean transformations $SE(3)$. We propose a set of probes to evaluate this relation from both topological and geometric perspectives: a mutual neighborhood metric that measures the alignment between feature neighborhoods and spatial topology, and a Poincaré Adapter to test the linear accessibility of the geometry of camera motion from latent displacements in static scenes. We show that self-supervised vision models, which, in principle, have not been trained with direct 3D supervision or active agency, possess latent subspaces that are remarkably strongly correlated with three-dimensional Euclidean space, when probed correctly. Building on this insight we propose a new class of "Latent-Space Navigation" techniques that perform visual odometry and localization purely in the latent space, bypassing the need for explicit 3D reconstruction.

URL PDF HTML 收藏
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 收藏
2607.12649 2026-07-15 cs.LG cs.CL 新提交

Extractable Memorization From First Principles

从第一原理出发的可提取记忆

A. Feder Cooper, Marika Swanberg, Jamie Hayes, Lea Duesterwald, Christopher De Sa, Daniel E. Ho, Mark A. Lemley, Percy Liang

机构 * Yale(耶鲁大学) AVERI(AVERI(未提及常见中文名,可直译为“应用价值与伦理研究所”之类,具体需结合实际背景)) Stanford(斯坦福大学) Google Research(谷歌研究院) Google DeepMind(谷歌深度思维公司) Cornell(康奈尔大学)

AI总结 研究大语言模型可提取记忆的有效性问题,提出通过匹配比较测量训练与非训练序列生成概率来判断记忆,形式化共形测试和普查两种匹配比较方式并揭示问题,完善可提取记忆定义,给出有效声明及现实预算下的生成要求。

详情
AI中文摘要

近期关于大语言模型中可提取记忆的研究存在两个相互矛盾的有效性问题。一些研究夸大了提取效果,比如依赖过短序列难以区分记忆和可预测性。另一些则暗示提取不是记忆的可靠证据,因为模型也能再现未明确训练过的真实世界文本。两种情况都忽略了有效提取声明的关键:模型必须以足够高的概率生成训练序列以表明记忆。为此需进行匹配比较,测量感兴趣的训练序列和可比非训练序列的生成概率。非训练序列概率提供可预测性基线,超过此基线的训练序列即为记忆证据。我们通过两种方式形式化匹配比较:一是共形测试,从总体中采样训练和非训练序列时校准阈值到选定的误报率;二是普查,针对单个文档(如一本书)校准到匹配的非训练文档。我们表明匹配比较能实现严格、校准的记忆声明,并揭示先前设置的有效性问题。例如,在维基百科上,OLMo 2 32B再现非训练10词后缀的频率约为训练后缀的24%,这反映的是误报而非记忆。对于Llama 3.1 70B在书籍上的情况,我们校准的阈值低至1e - 27,支持了在实际采样预算下无法提取的序列的记忆声明。基于这些结果,我们完善了“可提取记忆”的定义,要求有有效的记忆声明且在现实预算内几乎确定的生成。

英文摘要

Recent work on extractable memorization in LLMs suffers from two contrasting validity problems. Some studies overstate extraction, e.g., relying on sequences too short to distinguish memorization from predictability. Others imply that extraction is unreliable evidence of memorization, since models can also reproduce real-world text they weren't explicitly trained on. In different ways, both overlook what makes a valid extraction claim: the model must generate a training sequence with high enough probability to indicate memorization. To determine what's high enough, one has to perform a matched comparison: measuring the generation probabilities of both the training sequences of interest and comparable non-training sequences. Because non-training sequences cannot have been memorized, their probabilities provide a baseline for predictability; a training sequence exceeding this baseline provides evidence of memorization. We formalize matched comparisons in two ways: (1) a conformal test that calibrates a threshold to a chosen FPR when training and non-training sequences are sampled from populations, and (2) a census that calibrates against a matched non-training document when the object is a single document (e.g., a book). We show that matched comparisons enable rigorous, calibrated memorization claims, and reveal where prior setups have validity issues. For instance, on Wikipedia OLMo 2 32B reproduces non-training 10-token suffixes roughly 24% as often as training ones: that share of the training generation rate reflects false positives, not memorization. For Llama 3.1 70B on books, the thresholds we calibrate are as low as 1e-27, supporting memorization claims for sequences that no feasible sampling budget would extract. Based on these results, we refine "extractable memorization" to require a valid memorization claim and near-certain generation within a realistic budget.

URL PDF HTML 收藏
2607.12447 2026-07-15 cs.LG cs.AI 新提交

The Computational Basis of Confidence in Large Language Models

大语言模型中置信度的计算基础

Dharshan Kumaran, Viorica Patraucean, Maks Ovsanikov, Petar Veličković, Nathaniel Daw

机构 * Google DeepMind(谷歌深度思维) École Polytechnique(巴黎综合理工学院) Princeton University(普林斯顿大学)

AI总结 研究大语言模型中置信度的计算基础,利用统计决策置信度框架,通过答案 - 对数差异测试其预测特征,结果表明在多种任务中答案对数可作潜在决策变量读出,为多模态语言模型置信度提供解释并统一研究框架。

详情
AI中文摘要

可靠的置信度(即模型自身答案正确的概率)对于语言模型的可靠部署至关重要。现有工作大多通过预测正确性的程度和是否校准来评估置信度,而一个更根本的问题仍然存在:置信度信号本身代表什么?答案对数可能反映一个足以计算规范置信度的潜在决策变量,或者是一个以非贝叶斯方式组合现有证据的启发式偏好信号。我们使用统计决策置信度(SDC,一种来自计算神经科学的规范框架)来解决这个问题。将答案 - 对数差异(LD)视为潜在决策变量的候选读出,我们测试了SDC预测的定性特征。在三个感知辨别任务和一个基于记忆的决策任务中,跨越三个多模态非推理模型和一个推理模型,LD满足这些特征,包括诊断正确/错误折叠 - X模式,表明在这些设置中,答案对数表现为潜在决策变量的单调读出,而不是启发式偏好分数。在复杂视觉推理中,LD继续预测正确性超过客观任务难度,但SDC的完整几何特征不存在,说明了当明确的规范过程模型不可用时该框架的当前边界。这些结果提供了对多模态语言模型中置信度的计算解释,描绘了答案对数何时表现为潜在决策变量的读出,并将SDC确立为研究生物和人工智能中置信度的统一框架。

英文摘要

Reliable confidence -- the probability that a model's own answer is correct -- is essential for the trustworthy deployment of language models. Existing work has largely evaluated confidence by how well it predicts correctness and whether it is calibrated, leaving open a more fundamental question: what does the confidence signal itself represent? Answer logits may reflect a latent decision variable sufficient to compute normative confidence, or instead a heuristic preference signal that combines the available evidence in a non-Bayesian manner. We address this using statistical decision confidence (SDC), a normative framework from computational neuroscience. Treating the answer-logit difference (LD) as a candidate readout of the latent decision variable, we test the qualitative signatures predicted by SDC. Across three perceptual discrimination tasks and a memory-based decision task, spanning three multimodal non-reasoning models and one reasoning model, LD satisfied these signatures -- including the diagnostic correct/error folded-X pattern -- showing that, in these settings, answer logits behave as monotonic readouts of a latent decision variable rather than heuristic preference scores. In complex visual reasoning, LD continued to predict correctness beyond objective task difficulty, but the full geometric signatures of SDC were absent, illustrating the current boundary of the framework when explicit normative process models are unavailable. These results provide a computational account of confidence in multimodal language models, delineate when answer logits behave as readouts of a latent decision variable, and establish SDC as a unifying framework for studying confidence across biological and artificial intelligence.

URL PDF HTML 收藏
2607.12177 2026-07-15 cs.AI cs.CV 新提交

The Emerging Paradigm of Geospatial Foundation Models: From Pre-Training to Agentic Reasoning

地理空间基础模型的新兴范式:从预训练到智能推理

Shelley Cazares

机构 * Google Public Sector(谷歌公共部门)

AI总结 研究地理空间基础模型的新兴范式,通过职责分离实现预训练与特定任务微调,探讨不同类型模型能力及实现考虑因素,提出模型适应策略分类法和框架,展望智能地理空间推理推动领域从感知到认知的发展。

Comments 18 pages, 4 figures. To appear in Lecture Notes in Computer Science (LNCS)

Journal ref Lecture Notes in Computer Science, Vol. 16446 (2026)

详情
AI中文摘要

随着基础模型的出现,卫星和航空图像分析进入了一个新时代。本文描述了地理空间基础模型(GeoFMs)的概念,它是通过各种方法在大量地理空间数据集上预训练的人工智能/机器学习(AI/ML)模型。首先阐述了GeoFMs带来的核心范式转变,即职责分离,大规模模型提供商进行计算密集型预训练,领域专家可快速微调或提示这些模型用于特定关键任务,这种方法在保持下游任务安全保密的同时,使人们能使用先进的AI/ML。接着探讨了不同类型GeoFMs解锁的新能力,区分了自监督技术产生的可微调视觉模型和对比学习产生的视觉语言模型。然后讨论了实现GeoFMs的实际考虑因素,介绍了模型适应策略分类法并提出框架。最后展望了智能地理空间推理的前景,大型语言模型作为智能协调器,利用GeoFMs作为工具以自然语言回答高级用户查询并自动化复杂分析工作流程,推动该领域从感知走向认知。

英文摘要

The analysis of satellite and aerial imagery has entered a new era with the advent of foundation models. This paper describes the concept of Geospatial Foundation Models (GeoFMs), which are artificial intelligence/machine learning (AI/ML) models pre-trained on massive geospatial datasets through varied methodologies. We first articulate the core paradigm shift that GeoFMs enable: a separation of duties, where large-scale model providers perform the computationally intensive pretraining, allowing domain experts to rapidly fine-tune or prompt these models for specific, mission-critical tasks. This approach democratizes access to state-of-the-art AI/ML while maintaining the security and confidentiality of the downstream task. We then explore the novel capabilities unlocked by different types of GeoFMs, distinguishing between the finetunable vision models produced by self-supervised techniques like masked auto-encoding, and the vision-language models produced by contrastive learning which enable zero-shot tasks like open-vocabulary image analysis. Next, we discuss the practical considerations for operationalizing GeoFMs, from performance-cost analysis to the broader MLOps ecosystem. To that end, we introduce a taxonomy of model adaptation strategies and propose a framework for domain experts to select the most cost-effective adaptation approach for their particular mission set. Finally, we present a forward-looking vision of Agentic Geospatial Reasoning, where Large Language Models act as intelligent orchestrators, leveraging GeoFMs as tools to answer high-level user queries in natural language and automate complex analytical workflows, moving the field from perception to cognition.

URL PDF HTML 收藏
2603.24787 2026-07-15 cs.AI 版本更新

ReLope: KL-Regularized LoRA Probes for Multimodal LLM Routing

ReLope:KL正则化的LoRA探针用于多模态大语言模型路由

Yaopei Zeng, Congchao Wang, Blake JianHang Chen, Lu Lin

机构 * Pennsylvania State University(宾夕法尼亚州立大学) Amazon AGI(亚马逊AGI) Google(谷歌)

AI总结 针对多模态大语言模型路由中探针性能下降问题,提出Attention Probe和KL正则化的LoRA探针ReLope,通过改进隐藏状态质量提升路由效果。

详情
AI中文摘要

路由已成为平衡性能与成本的有效策略,在结合轻量模型与强大但昂贵的大模型的大型语言模型(LLM)系统中。最近研究表明,通过使用隐藏状态预测小模型正确性的探针路由在纯文本LLM中提供了有效解决方案。然而,我们发现这些探针在应用于多模态LLM(MLLM)时显著退化。通过实证分析,我们发现视觉输入的存在削弱了隐藏状态中正确性信号的可分离性,使得使用标准探针设计更难提取。为了解决这一挑战,我们引入了两种互补的方法来改进MLLM中的探针路由。首先,我们提出了注意力探针,它根据注意力分数聚合前一层的隐藏状态以恢复分布式正确性信号。其次,我们提出了KL正则化的LoRA探针(ReLope),它插入了一个轻量级LoRA适配器并应用KL正则化器以学习路由感知的表示。全面实验表明,我们的方法在各方面均优于基线,表明提高隐藏状态质量是有效实现MLLM路由的关键。我们的代码可在https://github.com/Spinozaaa/ReLope上获得。

英文摘要

Routing has emerged as a promising strategy for balancing performance and cost in large language model (LLM) systems that combine lightweight models with powerful but expensive large models. Recent studies show that \emph{probe routing}, which predicts the correctness of a small model using its hidden states, provides an effective solution in text-only LLMs. However, we observe that these probes degrade substantially when applied to multimodal LLMs (MLLMs). Through empirical analysis, we find that the presence of visual inputs weakens the separability of correctness signals in hidden states, making them harder to extract using standard probe designs. To address this challenge, we introduce two complementary approaches for improving probe routing in MLLMs. First, we propose the \emph{Attention Probe}, which aggregates hidden states from the preceding layer based on attention scores to recover distributed correctness signals. Second, we present the \emph{KL-Regularized LoRA Probe (ReLope)}, which inserts a lightweight LoRA adapter and applies a KL regularizer to learn routing-aware representations. Comprehensive experiments show that our methods consistently outperform baselines, suggesting that improving the quality of hidden states is key to effective routing in MLLMs. Our code is available at https://github.com/Spinozaaa/ReLope.

URL PDF HTML 收藏
2510.18315 2026-07-15 cs.LG cs.AI 版本更新

Higher Embedding Dimension Creates a Stronger World Model for a Simple Sorting Task

更高的嵌入维度为简单排序任务创建更强的世界模型

Brady Bhalla, Honglu Fan, Nancy Chen, Tony Yue YU

机构 * California Institute of Technology(加利福尼亚理工学院) Google DeepMind(谷歌DeepMind) Cornell University(康奈尔大学)

AI总结 研究在强化学习训练的变压器中嵌入维度对内部“世界模型”的影响,发现更高维度能产生更好的内部表示,经数百实验观察到两种机制,结果证明变压器构建结构化内部世界模型且模型大小可提升表示质量。

详情
AI中文摘要

我们研究了在通过强化学习训练以执行冒泡排序式相邻交换的变压器中,嵌入维度如何影响内部“世界模型”的出现。即使嵌入维度非常小,模型也能达到高精度,但更大的维度会产生更忠实、一致和稳健的内部表示。特别是,更高的嵌入维度加强了结构化内部表示的形成并带来更好的可解释性。经过数百次实验,我们观察到两种一致的机制:(1)注意力权重矩阵的最后一行单调地编码令牌的全局排序;(2)所选的换位与这些编码值的最大相邻差异对齐。我们的结果提供了定量证据,证明变压器构建了结构化的内部世界模型,并且模型大小除了最终性能外还提高了表示质量。我们发布了我们的指标和分析,可用于探究类似的算法任务。

英文摘要

We investigate how embedding dimension affects the emergence of an internal "world model" in a transformer trained with reinforcement learning to perform bubble-sort-style adjacent swaps. Models achieve high accuracy even with very small embedding dimensions, but larger dimensions yield more faithful, consistent, and robust internal representations. In particular, higher embedding dimensions strengthen the formation of structured internal representation and lead to better interpretability. After hundreds of experiments, we observe two consistent mechanisms: (1) the last row of the attention weight matrix monotonically encodes the global ordering of tokens; and (2) the selected transposition aligns with the largest adjacent difference of these encoded values. Our results provide quantitative evidence that transformers build structured internal world models and that model size improves representation quality in addition to end performance. We release our metrics and analyses, which can be used to probe similar algorithmic tasks.

URL PDF HTML 收藏
2412.09122 2026-07-15 cs.CV 版本更新

LVMark: Robust Watermark for Latent Video Diffusion Models

LVMark:用于潜在视频扩散模型的鲁棒水印

Youngdong Jang, MinHyuk Jang, JaeHyeok Lee, Feng Yang, Gyeongrok Oh, Jongheon Jeong, Sangpil Kim

机构 * Department of Artificial Intelligence, Korea University, Seoul 02841, Republic of Korea(人工智能系,韩国大学,首尔02841,大韩民国) Google DeepMind, Mountain View, CA 94043, USA(谷歌DeepMind,山景城,加利福尼亚州94043,美国)

AI总结 针对视频扩散模型现有水印方法的局限,提出LVMark方法,通过学习相邻帧一致性设计新颖水印解码器,结合小波域低频分量与视频颜色特征确保解码准确,训练潜在解码器保持视觉保真,平衡视觉质量与比特精度,实现高容量鲁棒水印嵌入。

详情
AI中文摘要

视频扩散模型的快速发展引发了对其未经授权使用的担忧,推动了保护模型所有权技术的需求。现有水印方法存在忽视时间一致性和降低生成视频视觉质量的问题。为此,提出了一种针对潜在视频扩散模型的鲁棒水印方法LVMark。通过学习相邻帧之间的一致性,提出了一种新颖的水印解码器,结合三维小波域低频分量与视频颜色特征确保准确消息解码。训练潜在解码器以保持生成视频的视觉保真度,采用基于重要性的权重调制策略将水印嵌入对视觉外观影响最小的层。优化扩散模型的水印解码器和潜在解码器,平衡视觉质量和比特精度。实验表明该方法能在视频扩散模型中嵌入不可见水印,在512位容量下即使有失真也能确保鲁棒解码精度。

英文摘要

Rapid advancements in video diffusion models have enabled the creation of realistic videos, raising concerns about unauthorized use and driving the demand for techniques to protect model ownership. Existing watermarking methods suffer from two key limitations: they overlook temporal consistency due to conventional watermark decoders and degrade the visual quality of the generated videos. To address these issues, we introduce a robust watermarking method for latent video diffusion models named Latent Video Diffusion Watermarking (LVMark). We propose a novel watermark decoder tailored for generated videos by learning the consistency between adjacent frames. It ensures accurate message decoding, even under malicious attacks, by combining the low-frequency components of the three-dimensional wavelet domain with the color features of the video. Additionally, we train a latent decoder to maintain the visual fidelity of the generated video. Watermarks are embedded into layers with minimal impact on visual appearance using an importance-based weight modulation strategy. We optimize both the watermark decoder and the latent decoder of diffusion model, effectively balancing the trade-off between visual quality and bit accuracy. Our experiments show that our method embeds invisible watermarks into video diffusion models, ensuring robust decoding accuracy with 512-bit capacity, even under distortions.

URL PDF HTML 收藏
2607.11226 2026-07-14 cs.AI 新提交

Heterogeneous Agent Cohorts for Safe Open-Ended Exploration with Runtime Constraint Memory

用于安全开放式探索的异构智能体群组及运行时约束记忆

Tengjiao Liu

机构 * Google DeepMind(谷歌深度思维)

AI总结 研究针对语言模型智能体安全与探索困境,提出将关注点分离到专门角色,通过蒙特卡洛树搜索编译失败为‘伤疤’约束补丁,在空间语义沙盒实验中,该方法能到达远程目标、防止违规、减少令牌消耗,还能在资源约束下降低成本。

Comments 12 pages, 1 figure, 12 tables

详情
AI中文摘要

如今的语言模型智能体处于尴尬境地。用静态安全指令限制它们,它们很少能超越明显的范围;给予它们使用工具和多智能体辩论的自由,安全违规很快就会出现。我们将关注点分离到专门的角色中,破坏者生成非常规提议,验证者在工具网关执行严格的运行时检查,中介引入遥远但相关的类比。失败不会被丢弃,而是通过蒙特卡洛树搜索编译成我们称为‘伤疤’的紧凑、带符号的约束补丁。这些补丁在本地缓存并被未来群组继承,将重复失败转化为可复用、低成本的运行时约束。在空间语义沙盒中(N = 20次运行,p < 0.01),我们的群组能到达辩论失败的远程目标,验证者防止所有执行的违规行为,‘伤疤’通过避免冗余验证检查将令牌消耗减少15.1%。此外,基于信用的通信分配分数限制出站带宽,在资源约束下将总体令牌成本降低55.9%。

英文摘要

LLM agents today are caught in an awkward bind. Lock them down with static safety instructions and they rarely venture beyond the obvious; give them free reign with tools and multi-agent debate, and safety violations quickly follow. Rather than forcing a single model to juggle both creativity and caution, we separate the concerns across specialized roles. A Disrupter generates unconventional proposals, a Validator enforces hard runtime checks at the tool gateway, and a Broker pulls in distant but relevant analogies. Failures are not discarded -- they are compiled, via MCTS, into compact, signed constraint patches we call Scars. These patches are cached locally and inherited by future cohorts, turning repeated failures into reusable, low-cost runtime constraints. In a spatial-semantic sandbox (N=20 runs, p<0.01), our cohort reaches remote targets where debate fails, the Validator prevents all executed breaches, and Scars reduce token consumption by 15.1% by avoiding redundant validator checks. Furthermore, credit-based Communication Allocation Scores (CAS) restrict outbound bandwidth, reducing overall token costs by 55.9% under resource constraints.

URL PDF HTML 收藏
2607.11221 2026-07-14 cs.CV cs.AI 新提交

HandFlow: Fully Generative 4D Hand Recovery with Flow Matching

HandFlow:基于流匹配的全生成式4D手部恢复

Mingxi Xu, Bowen Duan, Yi Gu, Zhengyang Shen, Renjing Xu, Yutao Yue

机构 * The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) Google(谷歌)

AI总结 针对单目4D手部重建难题,HandFlow提出全生成式流匹配框架,利用ODE积分、双流变压器和掩码机制,在世界空间精度、时间平滑性及重建速度上表现优异,性能达最优。

详情
AI中文摘要

准确的单目4D手部重建仍然具有挑战性。逐帧判别回归器缺乏时间上下文,预测不稳定。时间模型虽能聚合信息提高一致性,但易受遮挡和运动模糊影响。生成建模可学习手部运动序列先验,在视觉证据不完整或不可靠时实现连贯手部状态恢复。基于此,提出HandFlow,通过单个ODE积分对MANO参数的整个时间窗口去噪。使用双流变压器捕捉长程依赖,置信感知连续掩码机制处理噪声或缺失观测。实验表明HandFlow性能达最优,在世界空间精度和时间平滑性上提升显著,单GPU上以47fps重建150帧序列,比之前最快方法快约12倍。

英文摘要

Accurate monocular 4D hand reconstruction remains challenging. Per-frame discriminative regressors lack temporal context and often produce jittery predictions. Temporal models improve consistency by aggregating information across frames, but they are typically deterministic regressors, making them vulnerable to ambiguous observations caused by occlusion and motion blur. Generative modeling offers a natural alternative by learning a prior over plausible hand motion sequences, enabling coherent hand-state recovery when visual evidence is incomplete or unreliable. Motivated by this observation, we present HandFlow, a fully generative flow-matching framework for temporally coherent 3D hand pose and shape estimation from monocular video. Given visual and skeletal observations, HandFlow denoises an entire temporal window of MANO parameters through a single ODE integration. To support this, we use a Flux-style dual-stream transformer that attends across the full sequence to capture long-range dependencies without autoregressive decoding, and a confidence-aware continuous masking mechanism that blends observed features with learnable mask tokens to handle noisy or missing observations. Experiments on DexYCB and HOT3D show that HandFlow achieves state-of-the-art performance, with particularly large gains in world-space accuracy and temporal smoothness. It reduces world-space pose error by over 30% compared with the strongest baseline and achieves the lowest acceleration error among all evaluated methods, while remaining competitive in per-frame pose accuracy. Moreover, on a single GPU HandFlow reconstructs a 150-frame sequence at 47 fps, about 12x faster than the fastest prior video-based method, with reconstruction itself accounting for only a small fraction of the end-to-end latency.

URL PDF HTML 收藏
2607.10853 2026-07-14 cs.CV cs.LG 新提交

Diversify Diffusion with Temperature Sampling and Variance-Corrective Time Shifting

通过温度采样和方差校正时间偏移实现扩散多样化

Peizhuo Li, Emre Aksan, Alexandru-Eugen Ichim, Thabo Beeler, Olga Sorkine-Hornung

机构 * ETH Zurich(苏黎世联邦理工学院) Google(谷歌)

AI总结 研究针对扩散模型难以达到罕见模式的问题,提出方差校正时间偏移方法,并结合温度采样,无需重新训练就能提升样本多样性,在多个模型中以低成本实现质量和保真度提升,还能实现从粗到细的控制。

Comments Webpage: https://peizhuoli.github.io/diversify-diffusion

详情
AI中文摘要

扩散模型能忠实地再现训练分布,但也继承了其不平衡性,使得难以达到罕见或代表性不足的模式。一种自然的推理时补救方法是从高温目标\(p^{(\gamma)}_0(x) \propto p_0(x)^{\gamma}\)(\(0 < \gamma < 1\))进行采样,这会使主导模式变平坦并提升罕见模式。然而,简单的分数缩放虽能正确重新加权模式,但也会增加每个模式的方差,破坏反向扩散过程并降低样本质量。我们引入方差校正时间偏移,这是一种无需训练的修正方法,在偏移的时间步查询网络并将所得分数乘以\(\gamma\),在保留模式重新加权的同时消除方差膨胀。这种校正将简单的温度采样转变为预训练扩散和流匹配主干的实用多样性旋钮,无需重新训练。我们证明,在DiT、Stable Diffusion和Motion Diffusion模型中,以最小的样本质量和条件保真度成本实现了一致的提升。我们还表明,温度干预的时机实现了从粗到细的控制:高噪声阶段驱动模式间的组合多样性,而低噪声阶段在固定组合下驱动局部外观变化。

英文摘要

Diffusion models faithfully reproduce their training distribution, but also inherit its imbalances and leave rare or under-represented modes hard to reach. A natural inference-time remedy is to sample from the high-temperature target $p^{(γ)}_0(x) \propto p_0(x)^γ$ for $0 < γ< 1$, which flattens dominant modes and lifts rare ones. However, naive score scaling while correctly reweighting modes also inflates the per-mode variance, breaking the reverse diffusion process and degrading sample quality. We introduce variance-corrective time shifting, a training-free fix that queries the network at a shifted timestep and scales the resulting score by $γ$, canceling the variance inflation while preserving the mode reweighting. The correction turns simple temperature sampling into a practical diversity knob for pretrained diffusion and flow-matching backbones with no retraining, and we demonstrate consistent gains at minimal cost to sample quality and condition fidelity across DiT, Stable Diffusion and Motion Diffusion models. We further show that the timing of the temperature intervention enables coarse-to-fine control: high-noise stages drive compositional diversity across modes, while low-noise stages drive local appearance variation under a fixed composition.

URL PDF HTML 收藏
2607.09996 2026-07-14 cs.AI cs.MA 新提交

Who&When Pro: Can LLMs Really Attribute Failures in AI Agents?

Who&When Pro:大语言模型真的能归因人工智能代理中的失败吗?

Jiale Liu, Huajun Xi, Shaokun Zhang, Yifan Zeng, Tianwei Yue, Chi Wang, Jian Kang, Qingyun Wu, Huazheng Wang

机构 * OpenAI Anthropic Google DeepMind(谷歌深度思维)

AI总结 研究聚焦于大语言模型能否归因人工智能代理中的失败,引入Who&When Pro基准,通过严格管道构建大量失败轨迹,经广泛实验分析,揭示模型归因故障模式,为自动故障归因系统提供实证指导。

详情
AI中文摘要

自动故障归因利用大语言模型来识别代理系统故障的位置和原因。随着代理能力增强,其故障更难察觉,自动归因愈发重要。我们引入Who&When Pro,一个用于代理系统自动故障归因的大规模基准。通过严格控制的管道,在精确重放成功前缀后注入故障,构建了12326条带黄金标签的失败轨迹,涵盖3种模态和26个基准。除基准测试外,还进行了广泛实验与分析,揭示了模型跨模态、协议和模型家族归因故障的系统模式,并为未来自动故障归因系统提供了实证指导。

英文摘要

Automated failure attribution uses LLMs to identify where and why agentic systems fail. As agents become more capable, their failures become subtler, making automated attribution increasingly important. We introduce Who&When Pro, a large-scale benchmark for automated failure attribution in agentic systems. Using a strictly controlled pipeline that injects a failure only after exactly replaying a successful prefix, we construct 12,326 failed trajectories with golden labels across 3 modalities and 26 benchmarks covering various scenarios. Beyond benchmarking, we conduct extensive experiments and analyses, revealing systematic patterns in how models attribute failures across modalities, protocols, and model families, and providing empirical guidance for future automated failure attribution systems.

URL PDF HTML 收藏
2607.09802 2026-07-14 cs.LG cs.GT 新提交

Quota Marketplace: Dynamic Pricing for Efficient Allocation of ML Training Resources

配额市场:用于高效分配机器学习训练资源的动态定价

Balasubramanian Sivan, Renato Paes Leme, Mihai Tiuca, Ian McFarlane, Vasilis Gkatzelis, Nehal Mehta, Soheil Hassas Yeganeh, Vahab Mirrokni, Amin Vahdat

机构 * Google(谷歌) Drexel University(德雷塞尔大学)

AI总结 针对机器学习训练资源供需差距,提出基于市场的配额市场机制,通过允许用户表达工作负载价值及动态定价,实现帕累托效率和最大最小公平性,促进符合组织优先级的资源分配。

Comments OSDI 2026 Paper

详情
AI中文摘要

近年来,机器学习(ML)训练资源需求不断攀升,导致高需求与可用供应之间存在巨大差距。有效分配这些稀缺且昂贵的资源对组织实现投资回报最大化至关重要。现有资源分配机制在动态用户需求场景下能保证帕累托效率和最大最小公平性,但在存在异质价值需求时无法保持这些关键属性。本文描述了配额市场(Quota Marketplace)的设计、实施、部署和理论分析,这是一种基于市场的机制,用于高效分配ML训练芯片(如GPU),明确解决了具有异质价值需求的场景。我们详细介绍了该机制在谷歌内部的实施情况,并展示了证明其影响的指标。我们还讨论了配额市场有效处理的许多关键业务需求,并记录了它所带来的收益和机会。我们从理论上证明了这种基于市场的方法如何通过允许用户表达其工作负载的价值并基于供需波动实现动态资源定价,从而实现帕累托效率和最大最小公平性的基本属性。最终,该市场促进了与组织优先级一致的资源分配。

英文摘要

The escalating demand for Machine Learning (ML) training resources in recent years has resulted in a substantial gap between the high demand and the available supply. Efficient allocation of these scarce and expensive resources is crucial for organizations to maximize their return on investment. Existing resource allocation mechanisms, like Karma [OSDI'23], are designed to guarantee Pareto efficiency and max-min fairness in settings with dynamic (time-varying) user demands, but fail to preserve these key properties in the presence of demands with heterogeneous values. Given the ubiquity and inevitability of heterogeneity in organizational values of different workloads, effective resource allocation policies must accommodate these variations. In this paper, we describe the design, implementation, deployment, and theoretical analysis of Quota Marketplace, a market-based mechanism to efficiently allocate ML training chips (like GPUs), explicitly addressing scenarios with demands of heterogeneous value. We detail the implementation of this mechanism within Google and present metrics that demonstrate its impact. We also discuss many business-critical requirements that the Quota Marketplace handles quite effectively, and document the gains and opportunities it has unlocked. We establish theoretically how this market-based approach achieves the essential properties of Pareto efficiency and max-min fairness by allowing the users to express the value of their workloads and enabling dynamic resource pricing based on supply and demand fluctuations. Ultimately, the market facilitates resource allocation that aligns with organizational priorities.

URL PDF HTML 收藏