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

大厂专区

Amazon(亚马逊)

至 收录 1078
2607.16321 2026-07-21 cs.CV cs.IR 新提交

Art Beyond Semantics: Sheaf-Informed Contrastive Learning for Multi-Relational Representations

超越语义的艺术:用于多关系表示的层状信息对比学习

Ludovica Schaerf, Antonio Purificato, Piera Riccio, Fabrizio Silvestri, Noa Garcia

机构 * University of Zurich(苏黎世大学) Max Planck Institute Bibliotheca Hertziana(马克斯·普朗克赫兹iana图书馆研究所) Sapienza University of Rome(罗马第一大学) Amazon(亚马逊) University of Amsterdam(阿姆斯特丹大学) The University of Osaka(大阪大学)

AI总结 该研究针对视觉语言模型丢失艺术作品多关系结构的问题,引入受层理论启发的CANVAS框架,通过多嵌入和对比损失学习关系感知多模态表示,在新基准测试中表现优于基线,证明多关系对齐在艺术理解中兼具理论与实践价值。

Comments Accepted to ECCV 2026

详情
AI中文摘要

理解一幅画绝非单一行为。艺术史学家会通过风格、图像学或历史背景等概念来分析同一作品,这些维度不可互换,且各自在视觉与文本间承载着不同语义关系。像CLIP这样的视觉语言模型(VLMs)学习单一共享嵌入空间,将这种丰富性简化为单一均匀对齐,从而丢失了定义艺术史推理的多关系结构。我们引入了CANVAS(基于层的视觉语言对齐对比艺术感知网络),这是一个受层理论启发用于学习关系感知多模态表示的框架。每个艺术品根据关系类型(即上下文)投影到多个嵌入中,一种新颖的对比损失在训练期间编码上下文信息,推理时不依赖外部数据。我们在三个新引入的用于多关系艺术理解的艺术品基准上进行评估:源自WikiArt和维基百科的WikiArt +、来自赫茨iana图书馆藏品的HertzianaDP以及从SemArt数据集提炼的SemArt +。在多模态检索和艺术理解方面,CANVAS优于基线,支持了多关系对齐不仅在理论上有动机而且在实践中也至关重要的观点。

英文摘要

Understanding a painting is never a single act. Art historians may analyze the same work through concepts of style, iconography, or historical context, dimensions that are not interchangeable, and each carries distinct semantic relationships between the visual and the textual. Vision-Language Models (VLMs) like CLIP, which learn a single shared embedding space, collapse this richness into a single homogeneous alignment, thereby losing the multi-relational structure that defines art-historical reasoning. We introduce CANVAS (Contrastive Art-aware Network for Vision-Language Alignment with Sheaves), a framework for learning relation-aware multimodal representations inspired by sheaf theory. Each artwork is projected into multiple embeddings conditioned on the type of relation (i.e., the context), and a novel contrastive loss encodes contextual information during training, with no dependency on external data at inference. We evaluate on three newly introduced benchmarks of artworks for multi-relational art understanding: WikiArt+, derived from WikiArt and Wikipedia, HertzianaDP, from the Bibliotheca Hertziana collection, and SemArt+, refined from the SemArt dataset. In multimodal retrieval and art understanding, CANVAS outperforms the baselines, supporting the view that multi-relational alignment is not just theoretically motivated but also practically essential.

URL PDF HTML 收藏
2603.15802 2026-07-21 cs.LG 版本更新

Time-Aware Prior Fitted Networks for Zero-Shot Forecasting with Exogenous Variables

考虑时间因素的先验拟合网络用于外生变量的零样本预测

Andres Potapczynski, Ravi Kiran Selvam, Tatiana Konstantinova, Malcolm Wolff, Kin G. Olivares, Ruijun Ma, Michael W. Mahoney, Andrew Gordon Wilson, Boris N. Oreshkin, Dmitry Efimov

机构 * Amazon(亚马逊) New York University(纽约大学)

AI总结 本文提出ApolloPFN,一种时间感知的先验拟合网络,能够原生整合外生变量,通过合成数据生成和时间感知架构改进,实现更准确的预测。

Comments Accepted and published in Transactions on Machine Learning Research (TMLR), 2026

Journal ref Transactions on Machine Learning Research (TMLR), 2026

详情
AI中文摘要

在许多时间序列预测设置中,目标时间序列通常伴随外生协变量,如零售需求中的促销和价格、能源负载中的温度、交通或销售的日历和假日指标,以及电力定价中的电网负载或燃料成本。忽视这些外生信号会显著降低预测准确性,尤其是在它们驱动尖峰、断点或制度和相变时。目前大多数时间序列基础模型(如Chronos、Sundial、TimesFM、TimeMoE、TimeLLM和LagLlama)忽略外生协变量,仅从数值时间序列历史进行预测,限制了其性能。本文提出ApolloPFN,一种时间感知的先验拟合网络(PFN),能够原生整合外生协变量(不同于先前的单变量预测器)。我们的设计引入了两大改进:(i)一种针对表格(非时间)PFN应用于时间序列时出现的失败模式定制的合成数据生成过程;(ii)时间感知的架构修改,嵌入了利用时间序列上下文所需的归纳偏置。我们证明ApolloPFN在包含外生信息的基准测试中(如M5和电力价格预测)实现了最先进的结果。

英文摘要

In many time series forecasting settings, the target time series is accompanied by exogenous covariates, such as promotions and prices in retail demand; temperature in energy load; calendar and holiday indicators for traffic or sales; and grid load or fuel costs in electricity pricing. Ignoring these exogenous signals can substantially degrade forecasting accuracy, particularly when they drive spikes, discontinuities, or regime and phase changes in the target series. Most current time series foundation models (e.g., Chronos, Sundial, TimesFM, TimeMoE, TimeLLM, and LagLlama) ignore exogenous covariates and make forecasts solely from the numerical time series history, thereby limiting their performance. In this paper, we develop ApolloPFN, a prior-data fitted network (PFN) that is time-aware (unlike prior PFNs) and that natively incorporates exogenous covariates (unlike prior univariate forecasters). Our design introduces two major advances: (i) a synthetic data generation framework that injects realistic temporal patterns, structural changes, and exogenous dependencies into the PFN prior; and (ii) time-aware architectural modifications that embed inductive biases needed to exploit temporal context. We demonstrate that ApolloPFN outperforms existing baselines across several forecasting benchmarks with exogenous information, including M5, electric price forecasting, UCI Air Quality, and Solar Energy datasets.

URL PDF HTML 收藏
2607.15610 2026-07-20 cs.CL cs.AI cs.LG 新提交

Process Reward Informed Tree Rollout for Effective Multi-Turn RL

用于有效多轮强化学习的过程奖励引导树展开

Xintong Li, Sha Li, Yuwei Zhang, Changlong Yu, Rongmei Lin, Hongye Jin, Shuyi Guan, Xin Liu, Linwei Li, Qingyu Yin, Jingbo Shang

机构 * UC San Diego(加州大学圣地亚哥分校) Amazon(亚马逊) MIT Alumni(麻省理工学院校友)

AI总结 研究多轮强化学习中有效探索问题,提出过程评分器引导的自适应树展开框架PATR,利用过程反馈评分轨迹、选择性分支等,在FrozenLake和SWE - Bench实验中提升性能,是可扩展多轮强化学习的有效策略。

Comments Preprint

详情
AI中文摘要

强化学习已成为训练大语言模型智能体的关键方法,然而诸如GRPO/RLOO等流行方法依赖多个独立采样的完整轨迹进行优势估计。在长期代理任务中,这种统一的展开策略会在无信息的死胡同尝试上浪费预算,而有前景的中间状态未得到充分探索。代理轨迹的多轮结构支持将轨迹组组织成树,其中每一轮作为探索的决策点。我们提出了过程评分器引导的自适应树展开(PATR),一种用于多轮代理强化学习的质量感知展开框架。PATR使用任务适当的过程反馈对部分轨迹进行评分,从有前景的状态选择性分支,重用共享前缀,并保守地停止退化路径以减少浪费的采样。实验表明,PATR在FrozenLake和具有挑战性的SWE - Bench上提高了性能,突出了过程引导的树展开作为可扩展多轮强化学习的有效策略。

英文摘要

Reinforcement learning (RL) has become a key approach for training LLM agents, yet popular methods such as GRPO/RLOO rely on multiple independently sampled complete trajectories for advantage estimation. In long-horizon agentic tasks, such a uniform rollout strategy can waste budget on uninformative dead-end attempts, while promising intermediate states do not receive sufficient exploration. The multi-turn structure of agentic trajectories, with interleaved actions and observations, naturally supports organizing a trajectory group as a tree, where each turn serves as a decision point for exploration. This perspective reframes effective exploration as the problem of deciding where to branch. We propose Process-Scorer Guided Adaptive Tree Rollout (PATR), a quality-aware rollout framework for multi-turn agent RL. PATR uses task-appropriate process feedback to score partial trajectories, selectively branches from promising states, reuses shared prefixes, and conservatively stops degenerate paths to reduce wasted sampling. The resulting rollout groups remain compatible with standard policy optimization while providing more efficient exploration under the same training budget. We evaluate PATR on FrozenLake and the challenging SWE-Bench, which is largely unexplored by prior tree-rollout agent RL methods. Experiments show that PATR improves performance by up to +5.0 points on SWE-Bench and +9.3 points on FrozenLake, highlighting process-guided tree rollouts as an effective strategy for scalable multi-turn RL.

URL PDF HTML 收藏
2607.11734 2026-07-20 cs.RO cs.CV cs.GR cs.LG 版本更新

NeuralActuator: Neural Actuation Modeling for Robot Dynamics and External Force Perception

神经执行器:用于机器人动力学和外力感知的神经驱动建模

Zhiyang Dou, John U. Onyemelukwe, Hangxing Zhang, Heng Zhang, Minghao Guo, Yunsheng Tian, Michal Piotr Lipiec, Joshua Jacob, Chao Liu, Peter Yichen Chen, Yuri Ivanov, Wojciech Matusik

机构 * MIT(麻省理工学院) Amazon(亚马逊)

AI总结 研究针对低成本平台执行器动力学致模拟到现实误差问题,提出NeuralActuator模型,能联合预测多种内容,引入NAD数据集,通过可微模拟训练,经多平台实验验证其在电机状态估计等方面有应用价值。

Comments RSS 2026. Outstanding Systems Paper Award. Project Page: https://people.csail.mit.edu/frankzydou/projects/NeuralActuator/index.html Code: https://github.com/Frank-ZY-Dou/Dynamics-Modeling/tree/main/NeuralActuator

详情
AI中文摘要

可微模拟器推动了策略学习和基于模型的控制,但执行器动力学仍是模拟到现实误差的重要来源,在低成本平台上尤其严重。本文提出神经执行器模型NeuralActuator,它能联合预测模拟器等效广义力替代物、外力及电机状态分数。还介绍了神经驱动数据集NAD。通过可微模拟训练扭矩替代头,其他头接受直接监督,Transformer捕捉时间依赖性并支持实时推理。在多个平台上评估,实验证明了其在电机状态估计等方面的应用。

英文摘要

Differentiable simulators have advanced policy learning and model-based control across robotic tasks. Yet actuator dynamics remain underexplored and can be a major source of sim-to-real error, particularly on low-cost platforms, where the linear current-to-joint-torque approximation $τ= K_t I$ becomes unreliable because of friction, hysteresis, backlash, and thermal effects. Accurate actuator models can also support force perception and integrated force/position control. We present NeuralActuator, which jointly predicts (i) a torque surrogate for trajectory propagation on low-cost servo platforms, (ii) external forces with a contact-probability gate for sensorless force perception, and (iii) a motor-condition score for a supervised joint, distinguishing normal from mechanically restricted operation. A twin-arm teleoperation system records robot states and actuator telemetry alongside external-force labels, yielding the Neural Actuation Dataset (NAD). The torque-surrogate head is trained through differentiable simulation from pose trajectories without ground-truth joint-torque measurements. A Transformer captures temporal dependencies while enabling real-time inference. We validate NeuralActuator on a 5-DoF OpenManipulator-X, a 6-DoF SO-101 from LeRobot, and a 7-DoF Franka Emika Panda, spanning three actuator families and costs from approximately \$500 to more than \$30{,}000. The low-cost platforms support physically plausible dynamics and force evaluation, while the offline Franka experiment provides a payload-force-estimation benchmark. We also demonstrate motor-condition estimation and improved behavior-cloning performance using NeuralActuator as a pretrained module. We release the dataset, code, and hardware configurations on the project page: https://frank-zy-dou.github.io/projects/NeuralActuator/index.html.

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 收藏
2511.18468 2026-07-20 cs.LG cs.CV 版本更新

SloMo-Fast: Slow-Momentum and Fast-Adaptive Teachers for Source-Free Continual Test-Time Adaptation

SloMo-Fast:用于无源持续测试时自适应的慢动量和快速自适应教师

Md Akil Raihan Iftee, Mir Sazzat Hossain, Rakibul Hasan Rajib, Tariq Iqbal, Md Mofijul Islam, M Ashraful Amin, Amin Ahsan Ali, AKM Mahbubur Rahman

机构 * Center for Computational & Data Sciences, Independent University, Bangladesh(计算与数据科学中心,独立大学,孟加拉国) University of Central Florida, USA(佛罗里达中央大学,美国) University of Virginia, USA(弗吉尼亚大学,美国) Amazon GenAI, USA(亚马逊生成人工智能,美国)

AI总结 研究针对持续测试时自适应中现有方法的问题,提出SloMo-Fast无源双教师框架,含慢教师保留长期知识、快教师快速适应新域,实验表明该框架在多种CTTA设置中优于现有方法,能有效适应和泛化。

Comments 42 pages, 38 tables, 16 figures

详情
AI中文摘要

持续测试时自适应(CTTA)对于在具有未知、不断变化的目标域的实际应用中部署模型至关重要。现有CTTA方法通常依赖源数据或原型,限制了其在隐私敏感和资源受限环境中的适用性。尽管有几种方法试图减轻灾难性遗忘,但它们往往无法在多次域转移中保留长期特定域知识。此外,它们在域转换期间相对较慢的适应率会导致错误积累。为应对这些挑战,我们提出了SloMo-Fast,这是一个无源、双教师CTTA框架,旨在增强快速适应性和泛化能力。它包括两个互补教师:慢教师,表现出缓慢遗忘并保留先前遇到域的长期知识以确保强大泛化;快教师,快速适应新域并在其中积累和整合知识。该框架保留过去域的知识并有效适应新域。我们的大量实验表明,SloMo-Fast在循环测试时自适应(Cyclic-TTA)以及其他十个CTTA设置中始终优于现有方法,突出了其在不断变化、反复出现的域中进行适应和泛化的能力。

英文摘要

Continual Test-Time Adaptation (CTTA) is crucial for deploying models in real-world applications with unseen, evolving target domains. Existing CTTA methods, however, often rely on source data or prototypes, limiting their applicability in privacy-sensitive and resource-constrained settings. Although several methods attempt to mitigate catastrophic forgetting, they often fail to preserve long-term domain-specific knowledge across many domain shifts. Moreover, their relatively slow adaptation rates during domain transitions can cause error accumulation, allowing mistakes to propagate before effective adaptation occurs. To address these challenges, we propose SloMo-Fast, a source-free, dual-teacher CTTA framework designed for enhanced quick adaptability and generalization. It includes two complementary teachers: the Slow-Teacher, which exhibits slow forgetting and retains long-term knowledge of previously encountered domains to ensure robust generalization, and the Fast-Teacher rapidly adapts to new domains while accumulating and integrating knowledge across them. This framework preserves knowledge of past domains and adapts efficiently to new ones. Our extensive experiments show that SloMo-Fast consistently outperforms state-of-the-art methods across Cyclic Test-Time Adaptation (Cyclic-TTA), a CTTA benchmark that simulates recurring domain shifts, along with ten other CTTA settings, highlighting its ability to both adapt and generalize across evolving, revisited domains.

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

SLAC: Safe and Efficient Real-Robot Reinforcement Learning via Unsupervised Simulation Pre-Training

SLAC:通过无监督模拟预训练实现安全高效的真实机器人强化学习

Jiaheng Hu, Peter Stone, Roberto Martín-Martín

机构 * The University of Texas at Austin(德克萨斯大学奥斯汀分校) Sony AI(索尼人工智能) Amazon Robotics(亚马逊机器人技术)

AI总结 研究旨在解决高自由度机器人强化学习难题,提出SLAC方法,利用低保真模拟器预训练潜在动作空间,通过定制无监督方法训练并用于新型离策略算法,在双手移动操纵任务中达领先性能,高效学习复杂任务。

Comments Preliminary version at CoRL 2025

详情
AI中文摘要

构建家用和工业机器人需要掌握对移动操纵器等高自由度系统的控制。强化学习虽有望自主获取机器人控制策略,但扩展到高自由度系统仍具挑战。直接在现实世界中进行强化学习需兼顾安全探索和高样本效率,难以实现。而模拟到现实的强化学习因现实差距往往很脆弱。本文介绍了SLAC方法,通过利用低保真模拟器预训练任务无关的潜在动作空间,使复杂实体的现实世界强化学习可行。SLAC通过定制的无监督技能发现方法训练潜在动作空间,促进时间抽象、解缠和安全,便于高效下游学习。学习到潜在动作空间后,SLAC将其用作新型离策略强化学习算法的动作接口,通过现实世界交互自主学习下游任务。在一系列双手移动操纵任务上评估SLAC,其取得了领先性能。特别是,SLAC在不到一小时的现实世界交互中就能学习富含接触的全身任务,且无需依赖任何演示或手工行为先验知识。

英文摘要

Building capable household and industrial robots requires mastering the control of versatile, high-degree-of-freedom (DoF) systems such as mobile manipulators. While reinforcement learning (RL) holds promise for autonomously acquiring robot control policies, scaling it to high-DoF embodiments remains challenging. Direct RL in the real world demands both safe exploration and high sample efficiency, which are difficult to achieve in practice. Sim-to-real RL, on the other hand, is often brittle due to the reality gap. This paper introduces SLAC, a method that renders real-world RL feasible for complex embodiments by leveraging a low-fidelity simulator to pretrain a task-agnostic latent action space. SLAC trains this latent action space via a customized unsupervised skill discovery method designed to promote temporal abstraction, disentanglement, and safety, thereby facilitating efficient downstream learning. Once a latent action space is learned, SLAC uses it as the action interface for a novel off-policy RL algorithm to autonomously learn downstream tasks through real-world interactions. We evaluate SLAC against existing methods on a suite of bimanual mobile manipulation tasks, where it achieves state-of-the-art performance. Notably, SLAC learns contact-rich whole-body tasks in under an hour of real-world interactions, without relying on any demonstrations or hand-crafted behavior priors. More information and robot videos at robo-rl.github.io

URL PDF HTML 收藏
2607.14512 2026-07-17 cs.AI cs.CL cs.LG 新提交

RetroAgent: Harnessing LLMs to Search Over Structured Memory for Agentic Retrosynthesis Planning

RetroAgent:利用大语言模型在结构化记忆中进行搜索以实现智能逆合成规划

Yanqiao Zhu, Jingru Gan, Xiaoqi Sun, Fang Sun, Yidan Shi, Md Mofijul Islam, Chao Shang, Wenhao Gao, Connor W. Coley, Yizhou Sun, Wei Wang

机构 * UCLA(加利福尼亚大学洛杉矶分校) MIT(麻省理工学院) Amazon(亚马逊公司) UPenn(宾夕法尼亚大学)

AI总结 研究多步逆合成规划难题,提出RetroAgent智能体,通过结合结构化记忆桥接符号搜索与神经推理,利用记忆和化学工具观察搜索状态,实验证明其在分布内和分布外基准测试中性能强且泛化能力好。

Comments To appear at COLM 2026

详情
AI中文摘要

多步逆合成规划旨在通过一系列可行反应将目标分子分解为市售的构建模块。巨大的组合搜索空间使这项任务即使对专业化学家来说也具有挑战性。传统方法将树搜索与离线训练的价值网络相结合,孤立地对候选物进行评分,而不考虑完整的多步路线。最近的工作利用大语言模型来完成这项任务,但依赖于简单的接口,限制了对整个搜索空间的探索。我们引入了RetroAgent,这是一种大语言模型智能体,它通过与结构化记忆的结合来桥接符号搜索和神经推理。通过记忆和化学工具,智能体观察完整的搜索状态,包括探索过的路线、可用的替代方案和中间体的性质,从而基于全局进展和领域知识做出明智的决策。在分布内和分布外基准上的实验表明,RetroAgent具有强大的性能和泛化能力。

英文摘要

Multi-step retrosynthesis planning seeks to decompose a target molecule into commercially available building blocks through a sequence of feasible reactions. The vast combinatorial search space makes this task challenging even for expert chemists. Traditional methods combine tree search with offline-trained value networks that score candidates in isolation, without reasoning about complete multi-step routes. Recent work leverages Large Language Models (LLMs) for this task, but relies on simple interfaces that limit exploration of the full search space. We introduce RetroAgent, an LLM agent that bridges symbolic search and neural reasoning through a harness with structured memory. Through memory and chemistry tools, the agent observes the full search state, including explored routes, available alternatives, and properties of intermediates, enabling informed decisions grounded in both global progress and domain knowledge. Experiments on in-distribution and out-of-distribution benchmarks demonstrate that RetroAgent delivers strong performance and generalization.

URL PDF HTML 收藏
2607.14396 2026-07-17 cs.AI cs.LG 新提交

CatalogAgent: A Supervisor-mediated Self-Learning System Enabling Context Engineering for GenAI Models

CatalogAgent:一种由监督者介导的自学习系统,实现生成式人工智能模型的上下文工程

Zhu Cheng, Zhenming Wang, Yu, Tang, Dan Liu, Bryan Zhang, Athanasios N. Nikolakopoulos, Pranav Souri Itabada, Jing Zhang, Chih-Chi Chou, Peng Gao, Fatemeh Mansoori, Bharat Bojja, Sarath Chander, Sameer Thombare, Umit Batur, Tarik Arici

机构 * Amazon(亚马逊)

AI总结 研究电商产品目录结构化属性缺失值预测问题,提出CatalogAgent系统,通过监督者调解冲突、记忆库和汇总器实现自学习,经上下文工程将监督者能力转移到生成器和评估器,有效提升其性能。

详情
AI中文摘要

产品目录是电子商务网站的支柱,但大量结构化属性(如材质、颜色和形状)往往存在缺失值。基于大语言模型(LLM)的生成器-评估器框架在预测结构化属性值时存在挑战,当两者输出冲突时,难以处理。为此提出CatalogAgent系统,通过监督代理调解冲突并做出最终决策,同时结合记忆库和记忆汇总器实现自学习。通过上下文工程,将监督者能力转移到生成器和评估器,分别提高了15.24%和13.98%的性能。实验证明了监督代理介导的自学习系统可提高生成式人工智能模型准确性的新范式。

英文摘要

Product catalogs are the backbone of e-commerce sites, yet a large number of structured attributes (SAs) -- such as material, color, and shape -- often have missing values. Typically, SA values are extracted from product information, including titles and descriptions. While LLM-based generator-evaluator frameworks have demonstrated effectiveness for SA prediction -- where an LLM generates SA values and another evaluates them -- they face challenges when the Generator and Evaluator produce conflicting outputs, as either component can make mistakes. We introduce \texttt{CatalogAgent}, a novel agentic system that continuously improves Generator and Evaluator models for e-commerce catalog enrichment. When disagreements arise from (1) internal conflicts between the LLM-based Generator and Evaluator, or (2) external feedback from sellers on LLM outputs, a Supervisor Agent intervenes to mediate these conflicts and make final decisions. The system also incorporates a Memory Base and a Memory Summarizer that stores Supervisor Agent activities from individual cases and aggregates patterns into learnings. These learnings are fed back to the worker Generator and Evaluator LLMs, enabling self-improvement without human intervention. Through context engineering -- injecting learnings and insights into worker LLMs' contexts -- the system successfully transfers the Supervisor's capabilities to the Generator and Evaluator, improving their performance by 15.24\% and 13.98\%, respectively. Our experiments demonstrate a new paradigm of Supervisor Agent-mediated self-learning systems for improving generative AI model accuracy.

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

CIPHER: A Decoupled Exploration-Selection Framework for Test-Time Scaling of Data Science Agents

CIPHER:用于数据科学智能体测试时扩展的解耦探索-选择框架

Maxime Heuillet, Sharadind Peddiraju

机构 * Amazon Web Services(亚马逊网络服务公司)

AI总结 研究针对数据科学任务自动化挑战,提出CIPHER智能体,通过生成和选择多初始状态实现测试时扩展,解耦生成与选择过程。经实验验证其性能超越现有技术,刻画DES框架设计空间并给出设计建议。

详情
AI中文摘要

数据科学任务从封闭式信息提取到开放式分析,给自动化带来重大挑战。由语言模型驱动的近期人工智能智能体有望处理此类复杂任务。但现有智能体通常依赖单个初始状态,易受次优初始状态引发的级联错误影响。为缓解此问题,我们提出CIPHER,一种通过生成和选择多个初始状态进行并发执行来利用测试时扩展的自动化数据科学智能体。与现有关于人工智能智能体测试时扩展的工作不同,CIPHER明确将候选初始状态的生成与其并行执行的策略选择解耦。通过在两个基准(封闭式和开放式任务)上的广泛评估,我们证明CIPHER在匹配模型比较中超过了现有技术水平,并且尽管依赖小得多的基础语言模型,与更大模型基线相比仍具有竞争力。我们的实证研究刻画了解耦探索-选择(DES)框架的设计空间:量化了生成策略、选择策略和聚合器模型能力如何对整体性能做出贡献,并为从业者得出可操作的设计建议。

英文摘要

Data science tasks span from closed-ended information extraction to open-ended analysis, presenting significant challenges for automation. Recent AI agents powered by language models show promise for handling such complex tasks. However, existing agents typically rely on a single initial state that conditions the entire agent's execution, making them vulnerable to cascading errors initiated by a suboptimal initial state. To mitigate this, we present CIPHER, an automated data science agent that leverages test-time scaling through the generation and selection of multiple initial states for concurrent execution. Unlike existing works on test-time scaling of AI agents, CIPHER explicitly decouples the generation of candidate initial states from their strategic selection for parallel execution. Through extensive evaluation on two benchmarks (closed-form and open-form tasks), we demonstrate that CIPHER exceeds state-of-the-art performance in matched-model comparisons, and remains competitive against larger-model baselines despite relying on a substantially smaller base LM. Our empirical study characterizes the design space of the Decoupled Exploration-Selection (DES) framework: we quantify how generation strategy, selection strategy, and aggregator model capacity contribute to overall performance, and derive actionable design recommendations for practitioners.

URL PDF HTML 收藏
2607.14333 2026-07-17 cs.CV cs.CL 新提交

SD-MAR: Multi-image Analytical Reasoning via Synthetic Data and Reinforcement Learning

SD-MAR:通过合成数据和强化学习进行多图像分析推理

Shiyu Yuan, Sourav Sanjukta Bhabesh, Zhe Wang, Dmitriy Bespalov, Wesley Rose, Huzefa Rangwala

机构 * Stevens Institute of Technology(史蒂文斯理工学院) AGI Foundations for AWS(AWS的通用人工智能基金会) Amazon Web Services (AWS)(亚马逊网络服务公司)

AI总结 研究针对视觉语言模型在多图像分析推理任务中的局限,提出SD-MAR框架,通过合成数据和强化学习训练评估模型。该框架构建场景生成任务,采用GRPO-lite与BDA训练。实验表明能提升域内准确率,保持或提高域外泛化能力,还改进了模型逻辑连贯性和解释质量。

详情
AI中文摘要

视觉语言模型(VLMs)在感知能力方面表现出色,但在跨多个视觉状态的分析推理任务中仍存在局限性,如多图像比较、变化检测和多步视觉推理。现有基准测试很少同时要求明确的视觉比较和分析推理,这一能力未得到充分探索。为此,我们引入了SD-MAR框架来训练和评估VLMs在多图像分析推理上的表现。该框架通过可控扰动构建配对视觉场景,并生成涵盖语义变化归因和定量比较的推理任务。我们还使用GRPO-lite和反向折扣分配(BDA)对VLMs进行强化学习训练,去除KL正则化以鼓励更强的策略优化,并在形成分析结论的后期推理步骤中给予更多奖励。实验表明,在SD-MAR上对Qwen2.5-VL-7B和InternVL3-8B进行GRPO-lite微调可将域内准确率提高多达36.95%,Qwen2.5-VL-7B在SD-MAR基准测试中优于GPT-4.1。此外,域外泛化能力得以保持或提高,在多个数据集上表现良好,LLM-as-judge评估也显示出两个模型在逻辑连贯性和解释质量上的持续改进。

英文摘要

Vision Language Models (VLMs) demonstrate strong perceptual abilities but remain limited in tasks requiring analytical reasoning across multiple visual states, such as multi-image comparison, change detection, and multi-step visual inference. These capabilities are critical for real-world multimodal applications where reasoning must be grounded in systematic differences between visual contexts. However, existing benchmarks rarely require both explicit visual comparison and analytical reasoning, leaving this capability underexplored. To address this gap, we introduce SD-MAR (Synthetic Data for Multi-image Analytical Reasoning), a framework for training and evaluating VLMs on multi-image analytical reasoning. SD-MAR constructs paired visual scenarios through controlled perturbations and generates reasoning tasks spanning semantic change attribution and quantitative comparison. We further train VLMs using GRPO-lite with Backward Discounted Allocation (BDA), a reinforcement learning approach that removes KL regularization to encourage stronger policy optimization while allocating greater credit to the later reasoning steps where analytical conclusions are formed. Experiments on Qwen2.5-VL-7B and InternVL3-8B show that GRPO-lite fine-tuning on SD-MAR improves in-domain accuracy by up to 36.95%, with Qwen2.5-VL-7B outperforming GPT-4.1 on the SD-MAR benchmark. Importantly, out-of-domain generalization is preserved or improved: performance remains within 1% on MME, MMMU-Pro, and MathVista, while improving by up to 4% on MMBench. LLM-as-judge evaluation further demonstrates consistent improvements in logical coherence and explanation quality across both models.

URL PDF HTML 收藏
2607.13408 2026-07-16 eess.AS cs.AI cs.CL cs.LG cs.SD 新提交

Improving Text-to-Audio Instruction Following via Fine-Grained Feedback from Audio-Aware Large Language Models

通过音频感知大语言模型的细粒度反馈改进文本到音频的指令跟随

Chun-Yi Kuan, Siwon Kim, Byeonggeun Kim, Suyoun Kim, Bo-Ru Lu, Qinming Tang, Ankur Gandhe, Hung-yi Lee, Chieh-Chi Kao, Chao Wang

机构 * National Taiwan University(国立台湾大学) Amazon(亚马逊)

AI总结 研究文本到音频指令跟随问题,提出用音频感知大语言模型作细粒度评判器的框架,经验证后用其反馈构建偏好对优化,引入S3Bench基准,实验证明该方法能提升事件完整性、时间排序和指令跟随准确性,且保持音频质量。

Comments Accepted to the Long Paper Track at Interspeech 2026

详情
AI中文摘要

近期文本到音频模型能生成高质量音频,但在处理涉及多个声音事件和时间顺序的指令时常常失败。现有评估和训练信号主要强调全局相似性或感知质量,对指令级正确性监督有限。我们提出一个指令级框架,利用音频感知大语言模型作为细粒度评判器来验证生成音频中目标事件的存在和时间关系。在基准测试上验证大语言模型的判断并经人工验证后,利用其反馈构建偏好对进行直接偏好优化。我们还引入了S3Bench,一个用于评估多事件时间指令跟随的叙事基准。实验表明,我们的方法在保持音频质量的同时,提高了现有基准和S3Bench上的事件完整性、时间排序和联合指令跟随准确性。

英文摘要

Recent text-to-audio models generate high-quality audio, but often fail to follow instructions involving multiple sound events and temporal order. This gap arises because existing evaluation and training signals mainly emphasize global similarity or perceptual quality, with limited supervision on instruction-level correctness. We propose an instruction-level framework that uses audio-aware large language models (ALLMs) as fine-grained judges to verify target event presence and temporal relations in generated audio. After validating ALLM judgments on benchmarks and through human verification, we use their feedback to construct preference pairs for direct preference optimization. We further introduce S3Bench, a narrative benchmark for evaluating multi-event temporal instruction following. Experiments show that our method improves event completeness, temporal ordering, and joint instruction-following accuracy across existing benchmarks and S3Bench, while maintaining audio quality.

URL PDF HTML 收藏
2607.10057 2026-07-16 quant-ph cs.AI cs.CV cs.LG 交叉投稿

Quantum Circuit Vision: Cost-Aware Evaluation of Visual AI Agents for Quantum Code Generation

量子电路视觉:用于量子代码生成的视觉人工智能代理的成本感知评估

Dongping Liu, Aoyu Zhang, Luyao Zhang

机构 * Amazon Web Services(亚马逊网络服务) Duke Kunshan University(杜克昆山大学)

AI总结 研究人工智能代理对量子电路图的理解及代码生成成本,提出量子电路视觉评估框架,构建基准并评估模型,发现中级模型在成本-准确性上平衡最佳,电路深度是失败主因,提出级联路由策略并开源数据集及代码。

详情
AI中文摘要

人工智能代理能否直观理解量子电路图并生成经过验证的可执行代码,且成本如何?我们提出了量子电路视觉,这是一个用于多模态人工智能代理量子电路视觉理解的成本感知评估框架。我们构建了一个包含13个类别的132个电路的基准(1至10个量子比特),带有可执行的亚马逊Braket代码和酉保真度验证。通过对三个不同能力成本层级的前沿Claude系列模型进行n = 5次重复试验评估,我们发现中级模型(Sonnet 4.6,成本为最强模型Opus 4.6每次调用成本的18%)在成本-准确性前沿提供了最有利的平衡:核心子集的通过率为91%,最强模型的准确性优势在统计上不显著(配对t检验:p = 0.083)。逻辑回归证实电路深度而非量子比特数是失败的主要预测因素(p < 0.001)。思维链提示没有统计学上的显著效果(所有p > 0.18,n = 5),这表明对于结构耦合图,视觉模式识别比明确的推理策略更重要。我们提出了一种级联路由策略(从便宜到昂贵的模型),在单模型成本的38%时实现了84%的准确率,表明模型路由作为一种成本杠杆比提示工程更重要。我们在Hugging Face Hub上发布了QCV - 数据集(132个电路,5种模态,1931个文件)作为开放评估基础设施,带有结构化元数据以实现可发现性、互操作性和负责任的人工智能文档,并在GitHub上提供所有评估代码、成本日志和验证脚本以实现完全可重复性。

英文摘要

Can AI agents visually comprehend quantum circuit diagrams and generate verified executable code--and at what cost? We present Quantum Circuit Vision, a cost-aware evaluation framework for multimodal AI agents on quantum circuit visual understanding. We construct a 132-circuit benchmark spanning 13 categories ($1$--$10$ qubits) with executable Amazon Braket code and unitary-fidelity verification. Evaluating three frontier Claude-family models at different capability-cost tiers with $n=5$ repeated trials, we find that the mid-tier model (Sonnet 4.6, $1.30\times$ credits) offers the most favorable balance on the cost-accuracy frontier: 91% pass rate on the core subset at 18% of the per-call cost of the strongest model (Opus 4.6), whose accuracy advantage is not statistically significant (paired $t$: $p=0.083$). Logistic regression confirms that circuit depth--not qubit count--is the primary predictor of failure ($p<0.001$). Chain-of-thought prompting shows no statistically significant effect (all $p>0.18$, $n=5$), suggesting that visual pattern recognition outweighs explicit reasoning strategy for structurally coupled diagrams. We propose a cascade routing strategy (cheap $\rightarrow$ expensive models) that achieves 84% accuracy at 38% of single-model cost, demonstrating that model routing dominates prompt engineering as a cost lever. We release QCV-Dataset (132 circuits, 5 modalities, 1,931 files) on Hugging Face Hub as an open evaluation infrastructure with structured metadata for discoverability, interoperability, and responsible AI documentation, and all evaluation code, cost logs, and verification scripts on GitHub for full reproducibility.

URL PDF HTML 收藏
2607.12145 2026-07-15 stat.ML cs.LG 新提交

Falsifying Causal Graphs With Outlier Events

用异常事件证伪因果图

William Roy Orchard, Philipp M. Faller, Dominik Janzing

机构 * University of Cambridge(剑桥大学) Karlsruhe Institute of Technology(卡尔斯鲁厄理工学院) Amazon Research(亚马逊研究)

AI总结 研究如何在无真实因果关系时评估因果图,提出基于异常事件传播证伪候选因果图的方法,利用弱异常很少导致强异常原则,给出相关统计检验,有控制误报等功效,可单样本运行。

Comments Accepted at the 42nd Conference on Uncertainty in Artificial Intelligence (UAI 2026)

详情
AI中文摘要

真实的因果关系很少为人所知,从数据中推断因果图很困难。一个基本挑战是在没有地面真值的情况下,如何评估给定的因果图是否良好。我们提出基于候选因果图能否解释异常事件的传播来对其进行证伪。我们的方法利用一个关键原则:弱异常很少导致强异常。虽然该原则此前已用于根本原因分析以识别根本原因,但我们将其反过来用于证伪其隐含的异常传播与数据不一致的候选因果图。为此,我们针对候选图是真实因果图这一假设提出了首个统计检验,并表明它们具有误报控制、对错误因果图的功效保证,且可在单个异常样本下运行。

英文摘要

True causal relationships are rarely known, and inferring causal graphs from data is hard. A fundamental challenge is how to assess whether a given causal graph is good in the absence of a ground truth. We propose falsifying candidate causal graphs based on whether they can explain the propagation of an outlier event. Our approach leverages a key principle: weak outliers rarely cause strong ones. While this principle has previously been used in root cause analysis to identify root causes without prior knowledge of the graph, we turn it on its head and use it to falsify candidate causal graphs whose implied outlier propagation is inconsistent with the data. To this end, we present the first statistical tests for the hypothesis that a candidate graph is the true causal graph, and show they have false positive control, power guarantees against incorrect causal graphs, and can operate with a single outlier sample.

URL PDF HTML 收藏
2607.13033 2026-07-15 cs.RO 新提交

DenseReward: Dense Reward Learning via Failure Synthesis for Robotic Manipulation

DenseReward:通过失败合成进行密集奖励学习以实现机器人操作

Yu Fang, Wanxi Dong, Jiaqi Liu, Yue Yang, Mingxiao Huo, Yao Mu, Huaxiu Yao, Li Erran Li, Daniel Szafir, Mingyu Ding

机构 * University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校) Carnegie Mellon University(卡内基梅隆大学) Shanghai Jiao Tong University(上海交通大学) Amazon AWS AI(亚马逊AWS人工智能)

AI总结 研究针对强化学习中缺乏可靠奖励模型的问题,提出DenseReward模型,通过自动生成失败数据合成逼真轨迹,从视觉和语言预测密集奖励分数,在模拟和现实操作中表现优异,还为下游任务提供指导并发布相关资源。

Comments Website: https://dense-reward.github.io/

详情
AI中文摘要

强化学习有望改进机器人策略,但因缺乏可靠的视觉语言奖励模型而受限。存在两个关键挑战:大规模获取多样失败数据和获得超越稀疏轨迹级成功标签的细粒度奖励信号。我们引入DenseReward,通过开发自动失败数据生成管道,在无人工标注情况下合成逼真失败轨迹,覆盖多种失败模式。该模型从视觉观察和语言指令预测密集帧级奖励分数,实验表明其在模拟和现实操作的密集奖励预测中优于通用VLM和现有机器人奖励模型,还为下游模型预测控制和强化学习提供有效奖励指导,且发布了数据集、训练好的奖励模型和评估套件。

英文摘要

Reinforcement learning holds great promise for improving robot policies beyond the limits of imitation learning. However, its practical adoption remains bottlenecked by the lack of reliable vision-language reward models that provide dense and informative feedback. Two key challenges remain: acquiring diverse failure data at scale and obtaining fine-grained reward signals beyond sparse trajectory-level success labels. Collecting failure trajectories typically requires laborious human effort, while pseudo-failures constructed by relabeling successful demonstrations fail to capture the diverse physical failure modes that arise during robot execution. Meanwhile, existing reward models often predict sparse binary or trajectory-level rewards, which provide limited guidance for efficient policy optimization. We introduce DenseReward, a dense robotic reward model that addresses both challenges. To train DenseReward, we develop an automated failure data generation pipeline that synthesizes physically realistic failure trajectories in simulation without human labeling, covering diverse failure modes such as collisions, missed grasps, object drops, and recovery behaviors. DenseReward predicts dense frame-level reward scores from visual observations and language instructions, enabling fine-grained estimation of task progress throughout an episode. Experiments show that DenseReward outperforms general-purpose VLMs and existing robotic reward models in dense reward prediction across both simulated and real-world manipulation. We further demonstrate that DenseReward provides effective reward guidance for downstream model predictive control and reinforcement learning. We release the dataset, trained reward models, and evaluation suite to support the development of failure-aware dense reward modeling for robot learning.

URL PDF HTML 收藏
2607.12790 2026-07-15 cs.AI cs.CL cs.MA 新提交

Who Grades the Grader? Co-Evolving Evaluation Metrics and Skills for Self-Improving LLM Agents

谁来评估评估者?用于自我改进的语言模型代理的协同进化评估指标和技能

Xing Zhang, Guanghui Wang, Yanwei Cui, Ziyuan Li, Wei Qiu, Bing Zhu, Peiyang He

机构 * Amazon(亚马逊)

AI总结 研究自我进化智能体系统中评估指标缺失问题,提出指标可进化,通过“双棘轮”协同进化指标与技能循环,在多任务中保留提升效果,还阐述安全性源于锚定规则与外部审核,为无可靠自动验证器场景提供架构。

详情
AI中文摘要

自我进化的智能体系统通过创建、修正和淘汰自身技能来提升,但每个这样的循环都基于一个隐藏假设:已有可靠的评估指标。在许多实际应用中并非如此。我们提出三点主张。其一,指标可以进化:我们的指标循环在完整的进化生命周期下搜索小缺点检测器的组合,训练使其与十个项目的锚定参考集一致,通过对未标记输出的共识进行正则化,并根据一个从未读取过的留出锚进行审核,产生一个透明、可检查的指标而非不透明的评判。其二,由于不存在要超越的指标,标准是恢复准确指标本应实现的结果,我们的指标与生命周期管理的技能循环协同进化的“双棘轮”做到了这一点:在代码生成(MBPP+)、企业文本到SQL(Spider~2.0-Snow)和无参考报告生成中,它保留了由真实情况或最佳可用评分标准驱动的相同技能循环所实现的留出提升的88%-110%。其三,安全性来自锚定规则加上外部审核:移除锚定保护会使指标沦为空洞的检测器,而移除生命周期则不会;当进化后的技能在报告评分标准上耍手段时,一个独立评判者发现了问题,一个检测器修复了问题,并且一个任务感知评判者在77%的已决对中更喜欢进化后的输出而非进化前的基线。我们认为这种预期失败的架构在不存在可靠自动验证器的任何地方都是正确的默认选择。

英文摘要

Self-evolving agent systems improve by creating, revising, and retiring their own skills, but every such loop rests on a hidden assumption: a reliable evaluation metric already exists. In many real applications it does not. We make three claims. First, metrics can be \emph{evolved}: our metric loop searches compositions of small drawback detectors under a full evolutionary lifecycle, trained to agree with a ten-item anchored reference set, regularized by consensus over unlabeled outputs, and audited against a held-out anchor it never reads, yielding a transparent, inspectable metric rather than an opaque judge. Second, since no metric exists to beat, the yardstick is recovering what an accurate metric would have enabled, and \emph{Double Ratchet}, our co-evolution of the metric with a lifecycle-managed skill loop, does so: across code generation (MBPP+), enterprise text-to-SQL (Spider~2.0-Snow), and reference-free report generation, it retains 88--110\% of the held-out lift achieved by the same skill loop driven by ground truth or the best available rubric. Third, safety comes from anchor discipline plus outer audits: removing anchor guards collapses the metric into a vacuous detector while removing the lifecycle does not; and when evolved skills gamed the report rubric, an independent judge caught it, one detector repaired it, and a task-aware judge then preferred the evolved outputs over the pre-evolution baseline in 77\% of decided pairs. We argue this failure-expecting architecture is the right default wherever no reliable automatic verifier exists.

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

DiTailed: Ensuring Visual Object Consistency in Text-Image-to-Image Flow Matching Models

DiTailed:在文本-图像到图像流匹配模型中确保视觉对象一致性

Francesco Taioli, Daniel Coelho, Iaroslav Melekhov, Roberto Alcover-Couso, Jose Miguel Grande Saiz, Virginia Fernandez Arguedas, Artur Bekasov

机构 * Amazon(亚马逊) Faculty(学院)

AI总结 研究文本引导图像编辑中生成模型视觉对象一致性问题,提出ABO-Edit数据集,发现图像编辑整流流模型条件嵌入空间特性,进而提出FlowMirror无参数辅助损失,无需架构改变提升了生成质量。

Comments Accepted to ECCV 2026. Project page: https://francescotaioli.github.io/DiTailed/

详情
AI中文摘要

尽管文本引导图像编辑取得显著进展,但生成模型常无法保持视觉对象一致性,即在整个编辑过程中保留主体关键属性。我们通过三项贡献解决此局限。首先,引入ABO-Edit数据集,专为研究对象一致性设计,含超12000个源图像、编辑提示及高质量目标图像三元组,有多视图覆盖和人工验证质量控制。其次,发现图像编辑整流流模型一个被忽视的属性:训练中未直接监督的条件嵌入空间,即使在高噪声水平下也编码最终生成图像的预测。第三,利用此发现提出FlowMirror,一种无参数辅助损失监督该条件嵌入空间。无需架构改变,我们的方法在多个指标上优于基线提高了生成质量。

英文摘要

Despite remarkable progress in text-guided image editing, generative models frequently fail to preserve visual object consistency, defined as the preservation of a subject's key attributes throughout the editing process. We address this limitation through three contributions. First, we introduce ABO-Edit, a dataset specifically designed to study object consistency, comprising over 12,000 triplets of source images, editing prompts, and high-quality target images rendered from artist-designed 3D assets, with multi-view coverage and human-verified quality control. Second, we uncover an overlooked property of image-editing rectified flow models: the conditioning embedding space, not directly supervised during training, encodes a prediction of the final generated image even at high noise levels. Third, exploiting this finding, we propose FlowMirror, a parameter-free auxiliary loss that supervises this conditioning embedding space. Without architectural changes, our method improves generation quality across several metrics over baselines.

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

Critic Experience Bank: Self-Evolving Step-Level Confidence Estimation for LLM Agents

评论家经验库:大语言模型智能体的自进化步骤级置信度估计

Yaopei Zeng, Congchao Wang, JianHang Chen, Nan Wang, Yurui Chang, Lu Lin

机构 * Pennsylvania State University(宾夕法尼亚州立大学) Virginia Tech(弗吉尼亚理工大学) Purdue University(普渡大学) Amazon AGI(亚马逊通用人工智能)

AI总结 研究大语言模型智能体的步骤级置信度估计问题,提出自进化评论家框架CEB,其通过积累自身过去判断及后果证据来估计置信度,无需训练和真实步骤标签,在多个基准和主干上校准和排名表现最佳。

详情
AI中文摘要

大语言模型智能体在外部环境中行动有误,单个错误步骤可能浪费交互预算或引发不可逆副作用。可靠部署需步骤级置信度估计,即行动执行前对每个提议行动有成效的校准概率。现有置信度估计器只对给定提示的响应评分,而智能体置信度还取决于执行后果。我们引入评论家经验库(CEB),是自进化评论家框架,LLM评论家积累过去判断及后果的证据。每次轨迹后,indsight LLM根据完整执行反馈对步骤是否有成效投票。结果伪标签填充记忆库,类似步骤重现时相关经验被检索到评论家提示中。CEB无需训练,不使用真实步骤标签。在三个智能体基准和三个评论家主干上,CEB在每个数据集-评论家组合中校准和排名最佳,相对最强无训练基线,ECE降低达54%。

英文摘要

LLM agents act in external environments where each action changes the state that later decisions condition on, and where a single wrong step can waste interaction budget or trigger irreversible side effects long before the final failure is observed. Reliable deployment therefore requires \emph{step-level confidence estimation}: a calibrated probability that each proposed action is productive, available \emph{before} the action is executed. Existing LLM confidence estimators are designed to score a response from the given prompt, but agent confidence also depends on execution consequences: whether similar actions in similar situations actually advanced the task after the environment responded. We introduce the \method (\methodshort), a self-evolving critic framework in which an LLM critic accumulates evidence from its own past judgments and their observed consequences. After each trajectory, a hindsight LLM that sees the full execution feedback votes on whether each step was productive. The resulting pseudo-labels populate a memory bank from which related productive and unproductive experiences are retrieved into the critic's prompt whenever a similar step recurs. \methodshort requires no training and uses no ground truth step labels. Across three agent benchmarks and three critic backbones, \methodshort attains the best calibration (ECE and Brier) and ranking (AUC) in every dataset--critic combination, reducing ECE by up to $54\%$ relative to the strongest training-free baseline.

URL PDF HTML 收藏
2607.12200 2026-07-15 cs.AI cs.CR cs.CY 新提交

A Threshold Exceedance Framework for CBRN Uplift Evaluation in Frontier Language Models

前沿语言模型中用于CBRN提升评估的阈值超越框架

Rahul Gupta, Abhinav Mohanty, Payal Motwani, Venkatesh Saligrama, Satyapriya Krishna, Connor Harris, Gary Anthony Ackerman, Brandon Behlendorf, Tom Hobson, Theodore Wilson, Spyros Matsoukas

机构 * Amazon(亚马逊) Nemesys Insights(Nemesys洞察)

AI总结 研究前沿语言模型中CBRN提升评估问题,引入阈值超越标准(TEC)框架,将提升研究分解为独立组件,通过大规模实证研究确定两种提升形式,揭示领域异质性,为相关决策提供信息并总结方法经验。

Comments 19 pages, 1 figure, preprint

详情
AI中文摘要

随着前沿语言模型的发展,政策制定者和模型开发者需要评估模型接入是否相对于仅使用公共工具实质性提高非专家行为者策划高后果化学、生物、放射或核(CBRN)滥用的能力的方法。现有CBRN评估在非专家定义、威胁范围、基线、评分标准和决策规则等方面存在差异,导致研究结果难以比较。我们引入了阈值超越标准(TEC)框架,将提升研究分解为可独立执行的组件:确定非专家参与者资格、定义研究的CBRN威胁范围以及统计估计实质性提升。然后,我们在一项大规模实证研究中实施TEC框架,该研究确定了两种提升形式:生成式(模型从零开始协助计划创建)和修正主义式(模型协助现有计划的完善)。研究生成了跨CBRN领域的攻击计划,并通过专家评审进行评估以估计生成式和修正主义式提升。应用该框架,我们的实证研究揭示了领域异质性:在这种受控的预发布评估中,模型辅助计划有时获得与专家相当的指导评级,但确认的实质性提升仅限于放射领域。这些发现为缓解和部署治理决策提供了信息,而非描述已部署模型的行为。我们最后总结了未来CBRN提升评估的方法经验,强调预先指定的标准、明确的基线、生成式和修正主义估计的分离,以及初步筛选信号和确认风险确定之间的仔细区分。

英文摘要

As frontier language models advance, policymakers and model developers need methods for assessing whether model access materially increases a non-expert actor's ability to plan high-consequence Chemical, Biological, Radiological, or Nuclear (CBRN) misuse relative to public tools alone. Existing CBRN evaluations differ in non-expert definitions, threat scope, baselines, scoring rubrics, and decision rules, making results difficult to compare across studies. We introduce a Threshold Exceedance Criteria (TEC) framework that decomposes an uplift study into independently executable components: determining non-expert participant eligibility, defining the CBRN threat scope for the study, and statistically estimating material uplift. We then operationalize the TEC framework in a large-scale empirical study using a design that determines two forms of uplift: generative (where a model assists plan creation from scratch) and revisionist (where a model assists refinement of an existing plan). The study produced attack plans across the CBRN domains, which we evaluated through subject-matter-expert review to estimate generative and revisionist uplift. Applying the framework, our empirical study revealed domain heterogeneity: under this controlled pre-release evaluation, model-assisted plans sometimes received expert-equivalent instructional ratings, but confirmed material uplift was limited to the radiological domain. These findings informed mitigation and deployment-governance decisions rather than characterizing deployed model behavior. We conclude with methodological lessons for future CBRN uplift evaluations, emphasizing prespecified criteria, explicit baselines, separation of generative and revisionist estimates, and careful distinction between preliminary screening signals and confirmed risk determinations.

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

DRIFTLENS: Measuring Memory-Induced Reasoning Drift in Personalized Language Models

DRIFTLENS: 测量个性化语言模型中记忆引发的推理漂移

Xi Fang, Weijie Xu, Yingqiang Ge, Yuhui Xu, Stephanie Eckman, Chandan K. Reddy

机构 * Amazon(亚马逊)

AI总结 提出DRIFTLENS框架,通过将推理步骤映射到价值类别并比较有无用户属性记忆的轨迹,量化个性化语言模型中的推理漂移,发现记忆会引发中等至大的推理变化,且现有后训练方法仅部分缓解。

Comments 10 pages, 5 figures

详情
AI中文摘要

个性化改变了模型对用户所说的话;我们表明它也可以改变用于证明响应的推理轨迹。现代LLM通过存储用户属性、偏好和先前上下文,然后将这些信息注入未来提示来个性化交互。我们研究这种记忆是否重塑了对开放性问题(不存在单一真实答案)的推理。为了量化这种效应,我们引入了DRIFTLENS,一个无真实答案的框架,它将每个表达的推理步骤映射到一个价值类别,并测量问题在无记忆轨迹与注入用户属性记忆下的轨迹之间的差异。我们首先验证DRIFTLENS能够区分无内容的语用噪声和实质性的推理变化。在四个LLM和10个用户属性类别(包括年龄、职业和残疾)中,用户属性记忆在每个模型的语用噪声基准之上引发了中等至大的推理漂移,即使最终答案保持流畅、相关且合理。然后,我们评估基于GRPO和DPO的后训练方法以减少漂移。两者都减少了漂移,但都没有统一占优;对下游能力、有用性和指令遵循的影响取决于模型和奖励。这些结果表明,记忆引发的推理漂移是个性化语言模型的一个可测量且仅部分缓解的失败模式。

英文摘要

Personalization changes what a model says to a user; we show that it can also change the reasoning trajectory used to justify the response. Modern LLMs personalize interactions by storing user attributes, preferences, and prior context, then injecting this information into future prompts. We study whether such memory reshapes reasoning on open-ended questions where no single ground-truth answer exists. To quantify this effect, we introduce DRIFTLENS, a ground-truth-free framework that maps each expressed reasoning step to a value category and measures divergence between a question's no-memory trajectory and its trajectory under injected user-attribute memory. We first validate that DRIFTLENS distinguishes content-free pragmatic noise from substantive reasoning changes. Across four LLMs and 10 user-attribute categories, including age, occupation, and disability, user-attribute memory induces medium-to-large reasoning drift above each model's pragmatic-noise floor, even when final answers remain fluent, on-topic, and plausible. We then evaluate GRPO- and DPO-based post-training methods for reducing drift. Both reduce drift, but neither uniformly dominates; effects on downstream capability, helpfulness, and instruction following are model-and reward-dependent. These results suggest that memory-induced reasoning drift is a measurable and only partly mitigated failure mode of personalized language models.

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

Keep Policy Gradient in Charge: Sibling-Guided Credit Distillation for Long-Horizon Tool-Use Agents

保持策略梯度主导:面向长程工具使用智能体的兄弟引导信用蒸馏

Tianyu Ding, Jianhong Xin, Juan Pablo De la Cruz Weinstein

机构 * Amazon Web Services(亚马逊云服务)

AI总结 针对长程工具使用强化学习中轨迹级优势信号稀疏的问题,提出兄弟引导信用蒸馏(SGCD),通过动态采样成功与失败轨迹、外部LLM对比生成逐步信用参考,实现密集信用分配,在AppWorld和τ³-airline任务上显著提升性能。

详情
AI中文摘要

长程工具使用强化学习可以从结果验证中学习,但其轨迹级优势被广播到许多推理、API和答案令牌上。自蒸馏通过重用策略自身的轨迹或特权教师承诺提供更密集的信号。然而,我们表明直接的令牌级自蒸馏会悄然破坏工具使用:它复述教师行为而不知道验证器奖励哪些动作,因此有用技能和有害捷径被一起放大。我们引入兄弟引导信用蒸馏(SGCD),它使用蒸馏进行信用分配而非作为竞争性的演员损失。动态采样产生混合的成功和失败的兄弟轨迹;外部LLM将其对比总结为训练时逐步信用参考;密集的教师/学生散度驱动信用重新分配;有界分离的信用权重重塑GRPO令牌优势。部署的学生看不到外部LLM、兄弟证据或预言机。在AppWorld和τ³-airline上,SGCD优于匹配的GRPO比较器:AppWorld上test_normal的TGC从42.9提升到45.6,test_challenge从24.7提升到27.0;τ³-airline的pass@1从0.583提升到0.602。

英文摘要

Long-horizon tool-use reinforcement learning learns from outcome verification, but trajectory-level advantages are broadcast over reasoning, API, and answer tokens. Direct self-distillation can supply a denser signal, but in our experiments it can also destroy tool use by rehearsing teacher behavior without identifying which actions the verifier rewards. We introduce Sibling-Guided Credit Distillation (SGCD), which uses distillation for bounded credit weighting rather than as a competing actor loss. Dynamic sampling produces mixed successful and failed sibling rollouts; an external LLM summarizes their contrast into a training-only credit reference; and detached teacher/student divergence reshapes GRPO token advantages. The deployed student receives only the clean task prompt. Across AppWorld and tau^3-airline, SGCD reports higher held-out point estimates than GRPO-family comparators: AppWorld TGC improves from 42.9 to 45.6 on test_normal and from 24.7 to 27.0 on test_challenge, and tau^3-airline held-out evaluator score improves from 0.583 to 0.602. These results support a narrow design rule for long-horizon tool-use agents: use distillation to guide credit assignment while keeping policy gradient in charge of the actor update.

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 收藏
2511.09008 2026-07-15 cs.CL cs.AI cs.LG cs.LO 版本更新

A Neurosymbolic Approach to Natural Language Formalization and Verification

一种用于自然语言形式化和验证的神经符号方法

Chenyang An, Sam Bayless, Stefano Buliani, Darion Cassel, Byron Cook, Duncan Clough, Rémi Delmas, Nafi Diallo, Ferhat Erata, Nick Feng, Dimitra Giannakopoulou, Aman Goel, Aditya Gokhale, Joe Hendrix, Victor Heorhiadi, Marc Hudak, Dejan Jovanović, Andrew M. Kent, Benjamin Kiesl-Reiter, Jeffrey J. Kuna, Nadia Labai, Joseph Lilien, Divya Raghunathan, Zvonimir Rakamarić, Niloofar Razavi, Michael Tautschnig, Ali Torkamani, Nathaniel Weir, Michael W. Whalen, Jianan Yao

机构 * Amazon Web Services(亚马逊网络服务) University College London(伦敦大学学院) University of Toronto(多伦多大学) Queen Mary University of London(伦敦大学女王学院)

AI总结 针对大型语言模型缺乏形式正确性保证的问题,提出神经符号方法ARc,通过使用带人工指导的大型语言模型形式化自然语言政策,并在推理时验证逻辑正确性,实现高健全性和低误报率,还能产生可审计工件。

Comments 28 pages, 11 figures

详情
AI中文摘要

大型语言模型在自然语言解释和推理方面表现出色,但缺乏形式正确性保证限制了它们在金融和医疗等受严格政策监管行业的应用。为解决这一限制,我们推出了自动推理检查(ARc):一项公共服务,它(1)使用带有可选人工指导的大型语言模型来形式化自然语言政策,实现对形式化过程的细粒度控制,(2)在推理时使用推理时自动形式化来根据这些政策验证自然语言语句的逻辑正确性。ARc在推理时执行多个冗余形式化步骤,检查形式化的语义等价性。我们的基准测试表明,ARc的健全性超过99%,在识别逻辑有效性方面实现了近乎零的误报率。我们的方法产生可审计的工件,证实验证结果并可用于改进原始文本。ARc是主要云提供商首次将自动推理集成到生成式人工智能护栏中的商业产品。

英文摘要

Large Language Models perform well at natural language interpretation and reasoning, but their lack of formal correctness guarantees limits their adoption in regulated industries like finance and health-care that operate under strict policies. To address this limitation, we launched Automated Reasoning checks (ARc): a public service that (1) uses LLMs with optional human guidance to formalize natural language policies, allowing fine-grained control of the formalization process, and (2) uses inference-time autoformalization to validate logical correctness of natural language statements against those policies. ARc performs multiple redundant formalization steps at inference time, checking the formalizations for semantic equivalence. Our benchmarks show that ARc exceeds 99% soundness and achieves a near-zero false positive rate in identifying logical validity. Our approach produces auditable artifacts that substantiate the verification outcomes and can be used to improve the original text. ARc is the first commercial offering from a major cloud provider to integrate automated reasoning into a generative AI guardrail.

URL PDF HTML 收藏
2607.10421 2026-07-14 eess.AS cs.SD 新提交

FdAudio: MeanFlow-Anchored Fréchet-Distance Post-Training for One-Step Text-to-Audio Generation

FdAudio:用于一步文本到音频生成的均值流锚定弗雷歇距离训练后处理

Kuan-Po Huang, Bo-Ru Lu, Ho-Lam Chung, Shih-Hsin Wang, Hung-yi Lee

机构 * National Taiwan University(国立台湾大学) Amazon(亚马逊)

AI总结 研究针对几步采样文本到音频生成模型一步生成质量落后的问题,提出FdAudio方法,通过多表示弗雷歇距离损失优化分布,并引入均值流一致性目标防止多步退化,在几步系统中提升了一步生成质量且解决了多步退化问题。

Comments Project website: https://fdoneaudio.github.io/

详情
AI中文摘要

虽然最近像MeanAudio这样的几步采样文本到音频生成模型通过对平均速度建模显著加速了生成,但它们严格的一步生成质量仍远远落后于多步模型。我们提出FdAudio来弥合这一差距。与仅依赖对目标速度场进行回归的MeanAudio不同,我们的训练后处理方法通过多表示弗雷歇距离(FD)损失直接在预训练嵌入空间中优化最终的一步分布。关键的是,为防止FD损失的简单训练后处理导致的多步退化,我们引入均值流一致性目标作为结构锚。结果表明,FdAudio在几步系统中建立了一步文本到音频生成的最优质量,相对于基线MeanAudio框架,FD分数降低了11.4%,FAD分数提高了28.8%。值得注意的是,我们通过提出均值流锚解决了FD训练后处理的简单多步退化问题,使25步采样路径能够以低得多的计算延迟保持与强大的多步模型相当或更好的高保真音频合成。

英文摘要

While recent few-step sampling text-to-audio generation models like MeanAudio substantially accelerate generation by modeling average velocities, their strict one-step generation quality still lags significantly behind multi-step counterparts. We propose FdAudio to bridge this gap. Unlike MeanAudio, which relies solely on regression against target velocity fields, our post-training approach optimizes the final one-step distribution directly across pre-trained embedding spaces via a multi-representation Fréchet-distance (FD) loss. Crucially, to prevent the multi-step degradation that naive post-training with FD-loss causes, we introduce a MeanFlow consistency objective as a structural anchor. Results demonstrate that FdAudio establishes state-of-the-art one-step T2A generation quality among few-step systems, yielding an 11.4% reduction in FD score and a 28.8% improvement in FAD score relative to the baseline MeanAudio framework. Notably, we solve FD post-training's naive multi-step degradation issue by proposing the MeanFlow anchor, enabling a 25-step sampling path to maintain high-fidelity audio synthesis that matches or surpasses strong multi-step models at a fraction of their computational latency.

URL PDF HTML 收藏
2607.11874 2026-07-14 cs.RO cs.AI cs.LG 新提交

A Minimalist Retargeting-Guided Reinforcement Learning Recipe for Dexterous Manipulation

一种用于灵巧操作的极简重定向引导强化学习方法

Yunhai Feng, Natalie Leung, Jiaxuan Wang, Lujie Yang, Haozhi Qi, Preston Culbertson

机构 * Cornell University(康奈尔大学) Amazon FAR(亚马逊FAR)

AI总结 研究如何将重定向引导强化学习用于灵巧操作,提出REGRIND方法,从单人演示学习策略,经重定向、模拟训练、零样本转移到硬件,在丰富接触任务中产生类人行为,还分析了模拟到现实转移的关键因素。

Comments Website: https://yunhaifeng.com/REGRIND

详情
AI中文摘要

近期人形机器人全身控制的工作通过简单方法取得成功:将人类运动重定向到机器人运动学参考,然后通过强化学习训练策略来跟踪。但该方法在灵巧操作中如何应用并不明确,因操作涉及复杂动力学。我们提出REGRIND,一种极简重定向引导强化学习流程,从单人演示中学习灵巧操作策略。它将人类手部与物体运动重定向到保留手部与物体空间及接触关系的机器人参考,在模拟中训练残差强化学习策略以跟踪沿该参考的以物体为中心的关键点,并通过仔细的系统识别将策略零样本转移到硬件。在丰富接触的工具使用任务中,该策略在两种不同多指手上产生流畅、类人行为。通过系统硬件实验,识别并分析了灵巧操作中模拟到现实转移的关键因素,为丰富接触场景下基于重定向的学习提供实用指导。

英文摘要

Recent work in humanoid whole-body control has found success with a simple recipe: retarget human motion to robot kinematic references, then train policies via reinforcement learning (RL) to track them. But how does this recipe transfer to dexterous manipulation? The answer is not obvious, as manipulation involves complex, contact-rich dynamics and requires delicate regulation of contact modes and forces. We present REGRIND, a minimalist retargeting-guided RL pipeline that learns dexterous manipulation policies from a single human demonstration. REGRIND retargets human hand-object motion to a robot reference that preserves hand-object spatial and contact relationships, trains a residual RL policy in simulation to track object-centric keypoints along that reference, and transfers the resulting policy zero-shot to hardware with careful system identification. The resulting policies produce fluid, human-like behavior on two different multi-fingered hands across contact-rich tool-use tasks, including operating a pair of scissors and turning a screwdriver. Through systematic hardware experiments, we identify and analyze the key factors that govern sim-to-real transfer in dexterous manipulation, offering practical guidance for retargeting-based learning in contact-rich settings. Videos and code are available at https://yunhaifeng.com/REGRIND.

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

UniPose9D: Universal Category-Agnostic Object Pose Estimation

UniPose9D:通用的类别无关物体姿态估计

Yang You, Yi Du, Cole Harrison, Leonidas Guibas

机构 * Stanford University(斯坦福大学) Amazon(亚马逊)

AI总结 研究针对物体姿态估计中现有方法泛化性不足的问题,提出UniPose9D模型,通过采样点对、利用特定特征预测NOCS坐标,引入改进算法及流匹配,构建训练集,实验证明该模型能匹配或超越专业方法,泛化能力强。

详情
AI中文摘要

物体姿态估计是3D视觉中的一个基本问题。尽管最近的先进方法取得了不错的性能,但它们往往过度拟合现有基准,对新类别和未见场景的泛化能力有限。我们提出了UniPose9D,一种用于9D物体姿态估计的类别无关基础模型。给定实例掩码/感兴趣区域以及RGB-D观测或带有预测深度的RGB图像,该模型无需类别标签、CAD模型、平均形状先验或参考视图就能估计旋转、平移和度量尺寸。具体来说,UniPose9D从观测到的物体几何中采样点对,并使用DINOv2和PointNet特征预测每对点的NOCS坐标。为提高准确性,引入了基于点对的RANSAC N跳Kabsch-Umeyama算法及自适应阈值。还采用流匹配解决对称模糊性,并通过整理和对齐现有公共数据集的姿态注释构建大规模训练集。六个数据集的实验表明,单个统一模型能匹配或超越专业方法,同时泛化到未见物体和野外场景。

英文摘要

Object pose estimation is a fundamental problem in 3D vision. Although recent state-of-the-art approaches achieve strong performance, they often overfit to existing benchmarks and exhibit limited generalization to novel categories and unseen scenes. We propose UniPose9D, a category-agnostic foundation model for 9D object pose estimation: given an instance mask/ROI and either an RGB-D observation or an RGB image with predicted depth, the model estimates rotation, translation, and metric size without category labels, CAD models, mean-shape priors, or reference views. Specifically, UniPose9D samples point pairs from the observed object geometry and uses DINOv2 and PointNet features to predict NOCS coordinates for each pair. To improve accuracy, we introduce a point-pair-based RANSAC N-hop Kabsch--Umeyama algorithm with an adaptive threshold. We further employ flow matching to address symmetric ambiguities and construct a large-scale training set by curating and aligning pose annotations from existing public datasets. Experiments across six datasets show that a single unified model can match or surpass specialist methods while generalizing to unseen objects and in-the-wild scenarios. Our code and model are available on https://github.com/qq456cvb/UniPose9D.

URL PDF HTML 收藏
2607.11073 2026-07-14 cs.LG physics.ao-ph 新提交

AeroMELD: A Linear Embedding of Aerosol Populations for Diagnostics and Latent Dynamics

AeroMELD:用于诊断和潜在动力学的气溶胶群体线性嵌入

Ehsan Saleh, Saba Ghaffari, Wenhan Tang, Jeffrey H. Curtis, Lekha Patel, Peter A. Bosler, Nicole Riemer, Matthew West

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Amazon(亚马逊) Sandia National Laboratories(桑迪亚国家实验室)

AI总结 研究旨在准确表示大气气溶胶群体,提出AeroMELD框架构建低维潜在变量以保留其数学结构,通过尺度-形状分解等实现,能准确重建多种分布及行为,为在潜在空间学习气溶胶过程演化奠定基础。

Comments 34 pages, 12 figures

详情
AI中文摘要

准确表示大气气溶胶群体对于模拟气溶胶-云相互作用、辐射强迫和冰核形成至关重要,但现有简化方案存在结构假设,限制了捕捉成分多样性和混合状态的能力。机器学习方法提供了更灵活的表示,但标准自动编码器无法保留气溶胶群体的数学结构。我们引入AeroMELD,一个构建保留此结构的低维潜在变量的数学基础框架。我们表明任何置换不变线性编码器必须进行尺度-形状分解,总数量浓度明确表示,潜在形状由每个粒子嵌入的重心组合给出。通过将非线性聚合后阶段转移到学习的诊断映射中同时保留潜在线性,这种聚合潜在状态保留了深度集模型的诊断表现力。使用粒子解析数据作为地面真值,我们直接编码加权粒子群体而非分箱气溶胶状态;尺寸分辨的质量和数量分布仅作为诊断目标和视觉总结。潜在空间准确重建这些分布、CCN光谱、光学系数和无浸入冻结行为,同时保留混合ML-物理模型所需的线性群体结构。尽管实验专注于诊断重建,但嵌入设计使得排放和混合能够被精确表示,并且非线性微物理过程能够在可控的潜在空间中学习。这项工作为直接在潜在空间中学习气溶胶过程演化奠定了基础。

英文摘要

Accurately representing atmospheric aerosol populations is essential for simulating aerosol-cloud interactions, radiative forcing, and ice nucleation, yet existing reduced schemes impose structural assumptions that limit their ability to capture composition diversity and mixing state. Machine-learning approaches offer more flexible representations, but standard autoencoders do not preserve the mathematical structure of aerosol populations and therefore cannot support physically meaningful process operators. We introduce AeroMELD (Aerosol Measure Embedding for Latent Dynamics), a mathematically grounded framework for constructing low-dimensional latent variables that retain this structure. We show that any permutation-invariant linear encoder must take a scale-shape decomposition, with total number concentration represented explicitly and latent shape given by a barycentric combination of per-particle embeddings. This aggregated latent state retains the diagnostic expressiveness of a Deep Sets model by moving the nonlinear post-aggregation stage into the learned diagnostic map while preserving latent linearity. Using particle-resolved data as ground truth, we encode weighted particle populations directly rather than binned aerosol states; size-resolved mass and number distributions serve only as diagnostic targets and visual summaries. The latent space accurately reconstructs these distributions, CCN spectra, optical coefficients, and immersion-freezing behavior while preserving the linear population structure needed for hybrid ML-physics models. Although the experiments focus on diagnostic reconstruction, the embedding is designed so that emissions and mixing can be represented exactly and nonlinear microphysical processes learned in a controlled latent space. This work establishes a foundation for learning aerosol-process evolution directly in latent space.

URL PDF HTML 收藏
2607.09067 2026-07-13 cs.CV 新提交

Probing Diffusion Denoising Dynamics for Contrastive Representation Learning

探索用于对比表示学习的扩散去噪动力学

Yasong Dai, Zeeshan Hayder, David Ahmedt-Aristizabal, Hongdong Li

机构 * Australian National University(澳大利亚国立大学) CSIRO Data61(联邦科学与工业研究组织数据61实验室) Amazon(亚马逊)

AI总结 研究如何让预训练扩散模型的去噪动力学适应判别表示学习,提出D³CL方法,通过结合对比目标与去噪重建损失,利用LoRA更新保持轻量级,实验证明该方法能使重建与对比目标互补,是高效参数适应框架。

详情
AI中文摘要

文本到图像的扩散模型展现出前所未有的生成能力,且包含丰富中间表示,可用于判别视觉任务。本文研究如何在参数高效更新下,使预训练扩散模型的去噪动力学适应判别表示学习并保留生成行为,提出D³CL。关键观察是不同扩散时间步的噪声潜在表示可视为同一图像的随机视图,据此将对比目标与标准去噪重建损失结合。通过LoRA更新预训练的Stable Diffusion主干并冻结原模型参数来保持轻量级适应。实验表明重建和噪声水平对比目标可互补,D³CL是预训练扩散模型的高效参数适应框架。

英文摘要

Text-to-image diffusion models exhibit unprecedented generative capability and contain rich intermediate representations that can be useful for discriminative vision tasks. Motivated by this observation, we study a focused question: how can the denoising dynamics of a pretrained diffusion model be adapted to support discriminative representation learning while preserving its generative behavior under parameter-efficient updates? We present D$^3$CL as an investigation of this question. Our key observation is that noisy latents at different diffusion timesteps can be interpreted as stochastic views of the same underlying image, enabling a contrastive objective to be coupled with the standard denoising reconstruction loss. This formulation provides a simple way to probe the interaction between generative denoising and discriminative representation learning without training from scratch. To keep the adaptation lightweight, we apply LoRA updates to a pretrained Stable Diffusion backbone while freezing the original model parameters. D$^3$CL provides strong empirical evidence that reconstruction and noise-level contrastive objectives can be complementary: on ImageNet-1K, it obtains 80.1% linear-probing accuracy and an FID of 5.56 for $256 \times 256$ unconditional generation. Additional ablations on the design space suggest that the usefulness of diffusion features depends on where and how denoising states are sampled. These results establish D$^3$CL as a parameter-efficient adaptation framework for pretrained diffusion models, showing that noise-level contrastive learning can structure denoising representations for discriminative tasks while maintaining generative performance.

URL PDF HTML 收藏
2607.08960 2026-07-13 cs.LG cs.AI 新提交

Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution

Eluna:一个用于通过推理和任务执行实现仓库运营自动化的智能语言模型系统

Ning Liu, Kalle Kujanpää, Zhaoxuan Zhu, P Aditya Sreekar, Kaiwen Liu, Chuanneng Sun, Jorge Marchena Menendez, Matthew Bales, Tianyu Yang, Shahnawaz Alam, Rose Yu, Baoyuan Liu, Kristina Klinkner, Shervin Malmasi

机构 * Amazon.com, Inc. Fulfillment Technologies and Robotics(亚马逊公司履约技术与机器人部门)

AI总结 研究针对仓库运营中SOP执行问题,提出Eluna智能体系统,它是图形引导多智能体框架,采用非对称情节蒸馏方法,在基准测试和生产应用中,微调模型表现出色,匹配或超教师模型,击败基线,在票务处理应用达94%专家一致性。

详情
AI中文摘要

仓库运营受标准操作程序(SOP)管理,其编码复杂的多系统决策逻辑,需在严格时间限制下可靠执行。然而,语言模型智能体缺乏执行程序合规性的机制,且在完整SOP规范引入的上下文过载下性能会下降。本文提出Eluna,一个用于可靠执行SOP的生产部署智能体系统。它是一个图形引导的多智能体框架,将SOP编码为具有渐进披露的有向无环图,并将独立任务委托给并行子智能体,每个子智能体都有持久代码执行和实时数据访问。为满足生产延迟和准确性需求,使用非对称情节蒸馏,一个强大的教师模型通过情节错误记忆得到改进,然后一个较小的学生模型在去除记忆的校正轨迹上进行微调,在不增加推理时间开销的情况下内化校正。在一个13任务基准测试和两个生产应用中,微调后的模型匹配或超过其教师模型,击败所有更大的现成基准模型,在票务处理应用中达到94%的专家一致性。

英文摘要

Warehouse operations are governed by Standard Operating Procedures (SOPs) that encode complex, multi-system decision logic, which must be executed reliably under strict time constraints, yet LLM agents lack mechanisms to enforce procedural compliance and degrade under the context overload full SOP specifications introduce. We present Eluna, a production-deployed agentic system for reliable SOP execution. Eluna is a graph-guided, multi-agent framework that encodes SOPs as directed acyclic graphs with progressive disclosure and delegates independent tasks to parallel sub-agents, each with persistent code execution and live data access. To meet production latency and accuracy needs, we use asymmetric episodic distillation where a strong teacher is improved through episodic error memories, then a smaller student is fine-tuned on the corrected trajectories with memory stripped, internalizing corrections without inference-time overhead. On a 13-task benchmark and two production applications, our fine-tuned models match or exceed their teacher, beat all larger off-the-shelf baselines, and reach 94% expert agreement on the ticket processing application.

URL PDF HTML 收藏
2607.06327 2026-07-13 cs.CL cs.AI 新提交

Estimating Uncertainty from Reasoning: A Large-Scale Study of Multi- and Crosslingual MCQA Performance in LLMs

从推理中估计不确定性:对大语言模型中多语言和跨语言MCQA性能的大规模研究

Andrea Bacciu, Andrea Alfarano, Saab Mansour, Amin Mantrach, Marcello Federico

机构 * INSAIT(萨格勒布信息与智能技术研究所) Amazon(亚马逊)

AI总结 研究对22种语言的不确定性估计方法进行大规模评估,使用两个人工整理的问答数据集,比较不同模型和架构下的UE方法。发现促使模型用英语推理可提升UE性能,缩小不同资源语言间的性能差距,且UE方法选择取决于模型规模,还给出了选择性预测阈值选择的分析。

详情
AI中文摘要

不确定性估计(UE)能使基于大语言模型的系统识别何时弃权,但现有研究主要集中在英语上。我们首次对22种语言的UE方法进行大规模评估,涵盖高、中、低资源环境。使用两个人工整理的问答数据集,我们比较了不同模型大小和架构下的开箱即用和闭箱UE方法(共9种),同时引出长格式推理,避免可能引入评估噪声的大语言模型作为评判和基于嵌入的评分。我们报告了三个主要的可操作发现。首先,促使模型用英语推理,同时保持低资源语言的问题,能显著提高UE性能,这表明对低资源语言的理解基本完好,可靠性瓶颈在于生成而非理解。其次,促使模型用英语推理缩小了低资源和高资源语言之间的UE性能差距,表明生成语言比问题语言更重要。第三,UE方法的选择应取决于模型规模:在较小规模下,开箱即用的基于概率的方法优于其他方法;在较大规模下,闭箱自我表述的不确定性更优。最后,我们提供了选择性预测阈值选择的分析,为多语言环境下校准弃权提供指导。

英文摘要

Uncertainty estimation (UE) enables LLM-powered systems to recognize when to abstain, yet existing research has predominantly focused on English. We present the first large-scale evaluation of UE methods across 22 languages, spanning high-, mid-, and low-resource settings. Using two human-curated Q\&A datasets, we compare open and closed box UE methods (nine in total) across different model sizes and architectures while eliciting long-form reasoning, avoiding LLM-as-a-judge and embedding-based scoring, which can introduce evaluation noise. We report three main actionable findings. First, we find that prompting models to reason in English while keeping questions in low-resource languages substantially improves UE performance, suggesting that comprehension of low-resource languages is largely intact, and that the reliability bottleneck lies in generation rather than understanding. Second, prompting models to reason in English closes the UE performance gap between low and high-resource languages, demonstrating that generation language matters more than the question language. Third, the choice of UE method should depend on model scale: at smaller scales, open-box probability-based methods outperform alternatives; at larger scales, closed-box self-verbalized uncertainty becomes superior. Finally, we provide an analysis of threshold selection for selective prediction, offering guidance on calibrating abstention in multilingual settings.

URL PDF HTML 收藏