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

高校专区

University of California, Los Angeles(加州大学洛杉矶分校)

至 收录 926
2606.12995 2026-07-21 cs.RO 版本更新

GenHOI: Contact-Aware Humanoid-Object Interaction by Imitating Generated Videos without Task-Specific Training

GenHOI: 通过模仿生成视频实现接触感知的人形机器人-物体交互,无需任务特定训练

Zhihai Bi, Qiang Zhang, Guoyang Zhao, Jiahang Cao, Xueyin Luo, Yushan Zhang, Jinglan Xu, Ruoyu Geng, Yulin Li, Andrew F. Luo, Jun Ma

机构 * The University of Tokyo(东京大学) National University of Singapore(新加坡国立大学) University of California, Los Angeles(加州大学洛杉矶分校) Tsinghua University(清华大学)

AI总结 提出GenHOI框架,通过模仿单个生成视频实现人形机器人零样本执行多种物体交互任务,无需任务特定训练或物理演示数据,利用接触事件和手-物接触区域编码为几何约束优化轨迹。

详情
AI中文摘要

人形机器人-物体交互(HOI)是人形机器人的基本能力,但由于动态平衡与与多样物体稳定交互之间的紧密耦合,它仍然具有挑战性。现有方法通常需要耗时的任务特定策略训练或依赖于刚性轨迹回放,这限制了它们适应新颖交互场景的能力。在这项工作中,我们提出了\textit{GenHOI},一个简单而有效的框架,通过直接模仿单个生成视频,使人类形机器人能够以零样本方式执行多样化的物体交互任务,无需任务特定训练或物理演示数据。GenHOI首先在仿真中重建机器人-物体场景并渲染第一帧图像,该图像与语言命令一起条件化任务导向交互视频的合成。然后分析生成的视频以识别交互相关的接触事件并估计手-物体接触区域,这些被编码为以物体为中心的几何约束,将视觉交互线索转化为物理基础的优化先验。在这些先验的指导下,从视频中恢复的参考运动被细化和平滑,以解决2D视频生成中固有的尺度模糊性,同时将单个参考轨迹适应于未见过的机器人-物体相对姿态。优化后的轨迹最终由闭环跟踪控制器执行。我们在包括箱子抓取、非对称双臂椅子搬运、从下方抬桌子和圆柱物体包裹在内的多样化物体交互任务中,通过大量仿真和真实世界实验验证了所提出的框架。

英文摘要

Humanoid-Object Interaction (HOI) is a fundamental capability for humanoid robots, yet it remains challenging due to the tight coupling between dynamic balance and stable interaction with diverse objects. Existing methods often require time-consuming task-specific policy training or rely on rigid trajectory replay, which limits their ability to accommodate novel interaction scenarios. In this work, we present \textit{GenHOI}, a simple yet effective framework that enables humanoid robots to perform diverse object-interaction tasks in a zero-shot manner by directly imitating a single generated video, without task-specific training or physical demonstration data. GenHOI first reconstructs the robot-object scene in simulation and renders a first-frame image, which, together with the language command, conditions the synthesis of a task-oriented interaction video. The generated video is then analyzed to identify interaction-relevant contact events and estimate hand-object contact regions, which are encoded as object-centric geometric constraints that convert visual interaction cues into physically grounded optimization priors. Guided by these priors, the reference motion recovered from the video is refined and smoothed to resolve the scale ambiguity inherent in 2D video generation, while adapting a single reference trajectory to unseen robot-object relative poses. The optimized trajectory is finally executed by a closed-loop tracking controller. We validate the proposed framework in extensive simulation and real-world experiments across diverse object-interaction tasks, including box grasping, asymmetric bimanual chair carrying, table lifting from below, and cylindrical-object enveloping.

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

Understanding Reasoning from Pretraining to Post-Training

理解从预训练到训练后阶段的推理

Jingyan Shen, Ang Li, Salman Rahman, Yifan Sun, Micah Goldblum, Matus Telgarsky, Pavel Izmailov

机构 * New York University(纽约大学) Modal Labs(模态实验室) University of California, Los Angeles(加州大学洛杉矶分校) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Columbia University(哥伦比亚大学)

AI总结 研究强化学习在大语言模型从预训练到训练后阶段对推理的作用,以国际象棋为测试平台,按标准流程训练模型,发现预训练损失可预测RL后性能,RL奖励曲线斜率与预训练令牌有关,还揭示RL对SFT策略的影响,且在数学领域也有相同模式。

详情
AI中文摘要

强化学习(RL)在改进复杂推理任务的大语言模型(LLMs)中变得至关重要,但RL训练后阶段在很大程度上与之前的预训练孤立研究。存在两个基本问题:预训练选择如何影响RL计算回报;RL对模型实际有何作用。在标准LLM设置中难以研究,因此用国际象棋作为可控测试平台。按照标准LLM训练流程,在人类国际象棋游戏上预训练语言模型,在合成推理轨迹上进行监督微调,并在具有可验证奖励的国际象棋谜题上运行RL。结果发现,给定RL计算水平下的RL后性能可由预训练损失很好地预测,RL奖励曲线斜率随预训练令牌近似线性改善。此外,RL不仅锐化了监督微调(SFT)策略,在简单谜题上放大SFT已偏好的正确走法,在难题上揭示SFT下几乎不存在的正确走法。通过在数学领域文本上训练模型进一步测试,发现相同预测模式出现。总之,提供了预训练到RL接口的定量描述和可控测试平台。

英文摘要

Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result, two basic questions remain open: (1) how do pretraining choices (model size, data) shape the returns to RL compute, and (2) what does RL actually do to the model? These questions are difficult to study in the standard LLM setting: pretraining corpora are vast and uncontrolled, making it hard to attribute behaviors to pretraining versus RL, and systematic compute sweeps across both stages are prohibitively expensive. To address these challenges, we use chess as a controlled testbed for studying reasoning across the full pretraining-to-post-training pipeline. We follow the standard LLM training pipeline by pretraining language models from 5M to 1B parameters on human chess games, supervised fine-tuning on synthetic reasoning traces, and running RL on chess puzzles with verifiable rewards. Using this framework, we find that the post-RL performance at given RL compute level is well-predicted from the pretraining loss, and slope of the RL reward curves improves approximately linearly with the pretraining tokens. Beyond scaling, we find that RL does not simply sharpen the SFT policy: on easy puzzles it amplifies correct moves the SFT policy already preferred, while on hard puzzles it surfaces correct moves that were nearly absent under SFT. We further test whether our findings transfer beyond chess by training a 1B language model on math-domain text, where the same predictive pattern emerges: longer-pretrained checkpoints reach higher post-RL performance and improve faster under RL. In sum, we provide a quantitative account of the pretraining-to-RL interface and a controlled testbed for studying the science of reasoning across the full pretraining-to-post-training pipeline.

URL PDF HTML 收藏
2607.15701 2026-07-20 cs.RO 新提交

RAVEN: Reinforcement-Adaptive Visibility-Graph Planning for Robust Humanoid Navigation with Collision-Free MPC

RAVEN:用于稳健人形机器人导航的强化自适应可见性图规划与无碰撞MPC

Ruochen Hou, Shiqi Wang, Beom Jun Kim, Hanzhang Fang, Mehak Singal, Dennis W. Hong

机构 * Robotics and Mechanisms Laboratory (RoMeLa), Department of Mechanical and Aerospace Engineering, University of California, Los Angeles(机器人与机构实验室(RoMeLa),机械与航天工程系,加利福尼亚大学洛杉矶分校)

AI总结 研究针对人形机器人在动态环境中的导航问题,提出RAVEN框架,通过强化学习自适应调整可见性图规划器几何结构,结合无碰撞MPC层跟踪轨迹,经实验评估,该方法能减少超调、提高狭窄通道稳健性及在延迟噪声下可靠导航。

详情
AI中文摘要

动态环境中的人形机器人导航需要长视野规划并遵守短视野动态和安全约束。经典可见性图规划器与模型预测控制(MPC)结合可有效生成无碰撞轨迹,但其性能依赖手动调参和精确系统建模。实际机器人系统中,控制延迟、状态估计噪声和运动不确定性会导致超调及违反约束。我们提出RAVEN,一种用于稳健人形机器人导航的分层强化学习(RL)-MPC框架。与以往方法不同,RAVEN利用RL通过修改障碍物膨胀和相关图参数来调整可见性图规划器的几何结构。通过直接重塑自由空间几何,学习到的规划器改变全局路径拓扑以补偿延迟和跟踪缺陷。无碰撞MPC层随后跟踪规划轨迹并明确执行速度边界和避障约束。通过在现实延迟和观测噪声下训练,RAVEN学习到能提高稳健性的规划调整,同时保留显式长视野几何规划和约束优化,与端到端学习方法不同。我们将RAVEN与手动调参的可见性图MPC基线和纯RL导航策略进行评估。结果表明在障碍物附近超调减少,在狭窄通道中稳健性提高,在延迟和噪声下导航更可靠。这些发现表明强化自适应图构建与约束MPC相结合为稳健人形机器人导航提供了一种有效且可解释的替代端到端学习的方法。

英文摘要

Humanoid navigation in dynamic environments requires long-horizon planning while respecting short-horizon dynamic and safety constraints. Classical visibility-graph planners combined with model predictive control (MPC) can efficiently generate collision-free trajectories, but their performance depends on manually tuned parameters and accurate system modeling. In real robotic systems, control delays, state-estimation noise, and locomotion uncertainties can cause overshoot and constraint violations even when the nominal path is geometrically optimal. We propose RAVEN, a hierarchical reinforcement learning (RL)-MPC framework for robust humanoid navigation. Unlike prior approaches that use learning to tune cost weights or replace planning entirely, RAVEN employs RL to adapt the geometric construction of a visibility-graph planner by modifying obstacle inflation and related graph parameters. By directly reshaping the free-space geometry, the learned planner alters the topology of the global path to compensate for delay and tracking imperfections. A collision-free MPC layer then tracks the planned trajectory while explicitly enforcing velocity bounds and obstacle-avoidance constraints. By training under realistic delays and observation noise, RAVEN learns planning adaptations that improve robustness while retaining explicit long-horizon geometric planning and constrained optimization, in contrast to end-to-end learning approaches. We evaluate RAVEN against a manually tuned visibility-graph MPC baseline and a pure RL navigation policy. Results demonstrate reduced overshoot near obstacles, improved robustness in narrow passages, and more reliable navigation under delay and noise. These findings indicate that reinforcement-adaptive graph construction combined with constrained MPC provides an effective and interpretable alternative to end-to-end learning for robust humanoid navigation.

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

Can We Trust Item Response Theory for AI Evaluation?

我们能信任项目反应理论进行人工智能评估吗?

Han Jiang, Sunbeom Kwon, Jinwen Luo, Ziang Xiao, Susu Zhang

机构 * Johns Hopkins University(约翰·霍普金斯大学) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) University of California, Los Angeles(加利福尼亚大学洛杉矶分校)

AI总结 研究探讨项目反应理论(IRT)用于人工智能评估的可靠性,利用六个大语言模型基准模拟响应矩阵,比较四种估计工具,评估IRT在多方面的表现,发现经典估计器在大型基准中可能不可行,可扩展估计器在特定模型集下可能产生不可靠推断。

详情
AI中文摘要

人工智能基准越来越多地利用项目级统计模型,特别是项目反应理论(IRT)来估计模型能力、对系统进行排名、选择信息丰富的示例以及诊断基准质量。然而,人工智能基准数据往往与最初开发标准IRT估计工具的人类测试数据模式不同。我们研究了这些模式不匹配如何挑战IRT建模在人工智能评估中的可靠性。通过六个广泛使用的大语言模型基准得出的项目参数和能力分布,模拟三种常见IRT模型下的响应矩阵,并比较四种估计工具。在18000个模拟条件下,系统评估IRT在模型排名、预测性能和项目特征推断方面的计算可行性、可扩展性和可靠性。结果表明,经典估计器在大型基准设置中可能变得不可行,而可扩展估计器在小或非正态分布模型集下可能产生不可靠的项目级和排名推断。本研究确定了潜在特质模型何时可靠支持或可能扭曲人工智能基准测试声明,以及需要何种样本量和诊断才能可靠使用。

英文摘要

AI benchmarks increasingly leverage item-level statistical models, particularly item response theory (IRT), to estimate model capabilities, rank systems, select informative examples, and diagnose benchmark quality. However, AI benchmark data often departs from the data regime of human testing, for which standard IRT estimation tools were originally developed: benchmarks typically involve fewer evaluated models, far more items, and capability distributions that may be skewed, clustered, or multimodal. We examine how these regime mismatches challenge the reliability of IRT modeling for AI evaluation. Using item parameters and capability distributions derived from six widely used LLM benchmarks, we simulate response matrices under three common IRT models and compare four estimation tools used in recent benchmark studies: marginal maximum likelihood, Markov chain Monte Carlo, variational inference, and a neural pseudo-Siamese estimator. Across 18,000 simulation conditions, we systematically evaluate computational feasibility, scalability, and the reliability of IRT inferences about model rankings, predicted performance, and item characteristics. Results show that classical estimators can become infeasible in large benchmark settings, whereas scalable estimators can produce unreliable item-level and ranking inferences with small or non-normally distributed model sets. This study identifies when latent trait models reliably support or risk distorting AI benchmarking claims, and what sample sizes and diagnostics are needed for trustworthy use.

URL PDF HTML 收藏
2510.25354 2026-07-20 cs.LG math.ST stat.TH 版本更新

Analysis of Semi-Supervised Learning on Hypergraphs

超图上的半监督学习分析

Adrien Weihs, Andrea L. Bertozzi, Matthew Thorpe

机构 * University of California Los Angeles(加州大学洛杉矶分校) University of Warwick(沃里克大学)

AI总结 研究超图上的半监督学习问题,提出高阶超图学习(HOHL)方法,通过分析随机几何超图上的变分问题,确定缩放机制,证明离散极小值收敛,还给出多尺度拉普拉斯替代并证明收敛,数值实验验证了高阶正则化的实用性。

详情
AI中文摘要

超图为建模多路交互提供了自然框架。我们分析了一类在随机几何超图上提出的变分半监督学习问题,并在大数据极限下建立了渐近一致性。特别地,我们确定了确保适定性的缩放机制,展示了离散极小值在连续统中收敛到密度加权p -拉普拉斯方程的解。还提出了高阶超图学习(HOHL),并分析了其在几何点云上的高效多尺度拉普拉斯替代,数值实验支持了所得高阶正则化的实用性。

英文摘要

Hypergraphs provide a natural framework for modeling multiway interactions. We analyze a class of variational semi-supervised learning problems posed on random geometric hypergraphs and establish asymptotic consistency in the large-data limit. In particular, we identify scaling regimes that ensure well-posedness--yielding nontrivial label propagation rather than collapse to a constant labeling--and show that discrete minimizers converge, in the continuum, to solutions of a density-weighted p-Laplacian equation. We also propose Higher-Order Hypergraph Learning (HOHL), a multiscale regularization scheme based on powers of Laplacians associated with hypergraph-induced subgraphs. For geometric point clouds, we analyze an efficient multiscale Laplacian surrogate for HOHL and prove convergence to a higher-order Sobolev-type seminorm. Numerical experiments on standard benchmarks support the practical utility of the resulting higher-order regularization.

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

Decoupled Alignment for Robust Plug-and-Play Adaptation

用于鲁棒即插即用适应的解耦对齐

Haozheng Luo, Jiahao Yu, Wenxin Zhang, Jialong Li, Chenghao Qiu, Yimin Wang, Eric Hanchen Jiang, Jerry Yao-Chieh Hu, Yan Chen, Binghui Wang, Xinyu Xing, Han Liu

机构 * Northwestern University(西北大学) New York University Abu Dhabi(纽约大学阿布扎克分校) Stanford University(斯坦福大学) Texas A&M University(德克萨斯农工大学) University of California, Los Angeles(加州大学洛杉矶分校) Illinois Institute of Technology(伊利诺伊理工学院)

AI总结 研究提出无需训练的大语言模型对齐方法,利用知识蒸馏提取对齐信号,经模型融合实现即插即用的对齐校正,采用增量调试识别关键知识组件,在有害问题数据集上显著提升防御成功率,且不损性能。

Comments Revised to correct the Acknowledgments section. Previous versions inadvertently included acknowledgments of NSF and NIH awards that did not support this work. Those funding acknowledgments have been removed. The technical content, results, and conclusions are unchanged

详情
AI中文摘要

我们引入一种无需训练的安全增强方法,用于对齐大语言模型,无需监督微调或从人类反馈进行强化学习。主要思想是提供一种鲁棒的即插即用方法,防止模型适应下游任务时的影子对齐。具体利用知识蒸馏从对齐良好的大语言模型中提取对齐信号,并通过模型融合注入到影子对齐模型中,实现即插即用的对齐校正。采用增量调试识别有效蒸馏所需知识的关键组件。在有害问题数据集上,该方法显著提高平均防御成功率约14.42%,在17个受影响的大语言模型上高达51.39%,且不影响性能。代码可通过链接获取。

英文摘要

We introduce a training-free safety enhancement method for aligning large language models (LLMs) without the need for supervised fine-tuning or reinforcement learning from human feedback. Our main idea is to provide a robust plug-and-play approach to prevent shadow alignment when models are adapted to downstream tasks. Specifically, we leverage knowledge distillation to extract alignment signals from well-aligned LLMs and inject them into shadow-aligned models via model fusion, enabling plug-and-play alignment correction. In our methodology, we employ delta debugging to identify the critical components of knowledge necessary for effective distillation. On the harmful question dataset, our method significantly enhances the average defense success rate by approximately 14.42%, reaching as high as 51.39% across 17 influenced LLMs, without compromising performance. Our code is available at https://github.com/NWULIST/DAPA.

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.14487 2026-07-17 cs.RO 新提交

MIDAS Hand: Modular low-Impedance Direct-drive Anthropomorphic Sensing Hand

MIDAS手:模块化低阻抗直接驱动拟人传感手

Alvin Zhu, Mingzhang Zhu, Beom Jun Kim, Quanyou Wang, Jose Victor S. H. Ramos, Dennis Hong

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

AI总结 针对灵巧操作受手部硬件限制的问题,提出低成本开源的MIDAS手,有16个自由度,直接驱动且回驱扭矩低,集成触觉传感,发布完整堆栈,经多种测试分析,为触觉灵巧操作和人机数据收集提供平衡可重复平台。

详情
AI中文摘要

灵巧操作不仅受算法限制,还受可及手部硬件短缺的限制,现有灵巧手往往顾此失彼。我们提出了MIDAS手,这是一种低成本、开源、具有集成触觉传感的拟人灵巧手用于操纵研究。它有16个自由度,13个主动自由度,直接驱动且回驱扭矩低,283个三轴触觉传感器,重700克,材料成本低于3000美元,由3D打印部件制成,组装不到三小时。同时还发布了完整堆栈。通过多种分析和测试表明它为触觉灵巧操作和人机数据收集提供了平衡、可重复的平台。

英文摘要

Dexterous manipulation is limited not only by algorithms but by a shortage of accessible hand hardware that combines human-scale morphology, ease of manufacturing or maintenance, tactile sensing, and practical cost. Existing dexterous hands tend to optimize some of these properties at the expense of others. We present MIDAS Hand, a low-cost, open-source, human-scale dexterous hand with integrated tactile sensing for manipulation research. MIDAS Hand provides 16 total degrees of freedom (DoF) with 13 active DoF, directly driven actuation with measurably low backdrive torque, and 283 three-axis tactile taxels in a compact 700 g package with a bill of materials under 3,000 USD. Built from 3D-printed components, it assembles in under three hours while providing the strength, repeatability, and maintainability needed for repeated real-world experiments. Alongside the hardware, we release a full stack: design files, build documentation, control and tactile Python APIs, simulation models, and retargeting and teleoperation pipelines. We characterize MIDAS Hand through workspace and grasp-taxonomy analysis, payload and reliability tests, backdrivability measurements, and teleoperation demonstrations with tactile sensing, showing that it offers a balanced, reproducible platform for tactile dexterous manipulation and human-to-robot data collection. Project page: https://midas-hand.com

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

MonteRET: AI Agent Enhancing Multimodal LLMs with Multi-granularity Knowledge Retrieval for Chest CT Report Generation

MonteRET:通过多粒度知识检索增强多模态大语言模型以生成胸部CT报告的人工智能代理

Yi Lin, Yihao Ding, Elana Benishay, Elefterios Trikantzopoulos, David Nauheim, Hanley Ong, Jiang Bian, Hua Xu, Yuzhe Yang, George Shih, Yifan Peng

机构 * Weill Cornell Medicine(威尔康乃尔医学院) University of Western Australia(西澳大利亚大学) Indiana University(印第安纳大学) Regenstrief Institute(瑞根斯特里夫研究所) Yale University(耶鲁大学) University of California, Los Angeles(加州大学洛杉矶分校)

AI总结 研究针对自动生成胸部CT报告的挑战,提出MonteRET框架,它整合多种特征,通过知识检索和报告重写代理完善报告。经训练和评估,该框架在多方面提升了报告质量,相比其他方法有显著优势,获放射科住院医师青睐。

详情
AI中文摘要

自动生成胸部CT报告具有挑战性,因为临床忠实报告需要对整个容积的理解和对局部解剖学发现的准确描述。我们开发并回顾性评估了MonteRET,这是一个用于生成胸部CT发现部分的区域感知检索增强框架。它整合了全局CT特征与区域级解剖学表示,利用预测的医疗状况和区域级视觉语言对齐检索临床相关知识,并通过知识引导的报告重写代理完善初始报告。我们在来自RadGenome-ChestCT的24,128次CT扫描的公共队列上训练模型,并在1,564次CT扫描的公共RadGenome-ChestCT测试集和来自纽约长老会/威尔康奈尔医学中心的82次CT扫描的外部队列上进行评估。与匹配的基线和几种先进方法相比,MonteRET提高了报告质量、语义相似度和临床疗效,召回率提升显著,放射科住院医师的人工专家评估也更青睐MonteRET。

英文摘要

Automated chest CT report generation remains challenging because clinically faithful reporting requires both whole-volume understanding and accurate description of localized anatomical findings. Here we developed and retrospectively evaluated MonteRET, a region-aware retrieval-enhanced framework for generating chest CT findings sections. MonteRET integrates global CT features with region-level anatomical representations, retrieves clinically relevant knowledge using predicted medical conditions and region-level vision-language alignment, and refines initial reports through a knowledge-guided report rewriting agent. We trained our model on a public cohort with 24,128 CT scans from RadGenome-ChestCT. We evaluated MonteRET on the public RadGenome-ChestCT test set of 1,564 CT scans and an external cohort of 82 CT scans from NewYork-Presbyterian/Weill Cornell Medical Center. MonteRET improved report quality, semantic similarity, and clinical efficacy compared with a matched baseline and several state-of-the-art methods. Gains were most pronounced for recall, suggesting fewer omitted findings. Human expert evaluation by radiology residents also favored MonteRET.

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.15208 2026-07-17 stat.CO cs.LG math.PR stat.ML 新提交

Delocalization of bias in unadjusted Hamiltonian Monte Carlo and underdamped Langevin

无调整哈密顿蒙特卡罗和欠阻尼朗之万中偏差的离域化

Yifan Chen, Xiaoou Cheng, Jonathan Niles-Weed, Jonathan Weare

机构 * Department of Mathematics, University of California, Los Angeles, CA 90095, USA(加州大学洛杉矶分校数学系) Courant Institute, New York University, NY 10012, USA(纽约大学Courant研究所)

AI总结 研究将偏差离域化现象从过阻尼朗之万算法扩展到无调整哈密顿蒙特卡罗和欠阻尼朗之万算法,表明在特定假设下控制高维分布K维边际偏差\(O(\sqrt{K})\)积分步即可,用矩阵多项式框架解决离散时间积分器技术难题。

详情
AI中文摘要

无调整采样器如无调整哈密顿蒙特卡罗和欠阻尼朗之万存在偏差。传统上通过Metropolis - Hastings调整消除偏差,但这会因合理接受率所需小步长而显著增加迭代复杂度。本文将过阻尼朗之万算法中已有的偏差离域化现象扩展到这两种无调整算法。表明在变量间弱或稀疏交互假设下,控制高维分布任何K维边际的\(W_2\)偏差,\(O(\sqrt{K})\)积分步就足够,离散时间积分器带来技术难题,通过矩阵多项式框架解决。欠阻尼朗之万算法结果对所有大摩擦参数有效。

英文摘要

Unadjusted samplers such as unadjusted Hamiltonian Monte Carlo and underdamped Langevin are well-known to be biased. Metropolis--Hastings adjustment has been conventionally incorporated into Hamiltonian Monte Carlo to eliminate the bias. However, this adjustment can significantly increase the iteration complexity due to the small step size required for reasonable Metropolis acceptance rates. In this work, we extend the \emph{delocalization of bias} phenomenon, previously established for the overdamped Langevin algorithm, to these two unadjusted algorithms. We show that to control the $W_2$ bias of any $K$-dimensional marginal of a high-dimensional distribution, $O(\sqrt{K})$ integration steps suffice up to $\log d$ terms, assuming either weak or sparse interactions among variables. The discrete-time integrators here introduce technical difficulties beyond those of the overdamped setting, which we address through a broadly applicable matrix-polynomial framework that characterizes their propagators. Our result for the underdamped Langevin algorithm is valid for all large friction parameters, implying that the Leimkuhler-Matthews integrator for the overdamped Langevin dynamics also exhibits delocalization of bias.

URL PDF HTML 收藏
2606.17386 2026-07-17 cs.CV cs.AI cs.RO 版本更新

TerraTransfer: Learning End-to-End Driving Policies Without Expert Demonstrations

TerraTransfer: 无需专家示范的端到端驾驶策略学习

Zikang Xiong, Weixin Li, Zhouchonghao Wu, Akshay Rangesh, Saarth Bonde, Grantland Hall, Chen Tang, Yihan Hu, Wei Zhan

机构 * Applied Intuition UCLA(加州大学洛杉矶分校) UC Berkeley(加州大学伯克利分校)

AI总结 提出一种无需专家示范的端到端驾驶方法,通过向量化模拟器中的自博弈预训练策略,再与预训练视觉骨干对齐,降低了数据成本并达到或超越现有方法。

详情
AI中文摘要

端到端自动驾驶在基准测试和实际部署中取得了最先进的性能。然而,其标准训练流程在所有阶段都成本高昂:收集和标注数百万驾驶帧代价昂贵,而在图像上进行闭环强化学习受限于每步的光真实感渲染和大视觉骨干的前向传播成本。在向量化模拟器中进行自博弈改变了经济性:每秒数百万次 rollout 步骤,状态分布自然包含碰撞、近碰撞和恢复等驾驶日志中不包含的情况。我们的方法通过解耦学习驾驶和学习视觉来利用这种不对称性。我们通过自博弈预训练单个策略,然后通过动作 KL 散度和批量关系低秩结构损失将其潜在空间与预训练视觉骨干对齐。动作目标来自自博弈策略,因此对齐从未对记录的轨迹进行监督:只需要一个(图像、场景状态)帧的配对数据集,无需模仿预训练所依赖的精心策划的专家示范。在光真实感 3D 高斯泼溅闭环场景中,得到的端到端策略匹配或超越了先前的端到端方法。

英文摘要

End-to-end autonomous driving has achieved state-of-the-art performance on benchmarks and real-world deployments. Its standard training recipe, however, is expensive across all stages: collecting and labeling millions of driving frames is costly, and closed-loop RL on images is bottlenecked by the per-step cost of photorealistic rendering plus a forward pass through a large vision backbone. Self-play in vectorized simulators changes the economics: millions of rollout steps per second, and a state distribution naturally rich in collisions, near-misses, and recoveries that no driving log contains. Our approach exploits this asymmetry by decoupling learning to drive from learning to see. We pretrain a single policy by self-play, then align its latent space with a pretrained vision backbone, through the action KL divergence and a batch-relational low-rank structural loss. The action target comes from the self-play policy, so alignment never supervises against a logged trajectory: a paired dataset of (image, scene-state) frames suffices, with no need for the curated expert demonstrations that imitation pretraining is built on. On photorealistic 3D Gaussian splatting closed-loop scenarios, the resulting end-to-end policy matches or exceeds prior end-to-end methods.

URL PDF HTML 收藏
2512.14008 2026-07-17 cs.CV 版本更新

Sparse-LaViDa: Sparse Multimodal Discrete Diffusion Language Models

稀疏-LaViDa:稀疏多模态离散扩散语言模型

Shufan Li, Jiuxiang Gu, Kangning Liu, Zhe Lin, Zijun Wei, Aditya Grover, Jason Kuen

机构 * Adobe(Adobe公司) UCLA(加州大学洛杉矶分校)

AI总结 针对掩码离散扩散模型推理速度慢的问题,提出Sparse-LaViDa框架,通过动态截断冗余掩码令牌加速采样,引入专用寄存器令牌和注意力掩码保证质量与一致性,基于LaViDa - O构建,在多任务中实现加速且保持质量。

Comments 18 pages (12 pages for the main paper and 6 pages for the appendix), 9 figures

详情
AI中文摘要

掩码离散扩散模型(MDMs)在包括图像理解、生成和编辑等广泛的多模态任务中取得了强大性能。然而,由于在每个采样步骤都需要重复处理冗余掩码令牌,其推理速度仍不理想。本文提出Sparse-LaViDa,一种新颖的建模框架,在每个推理步骤动态截断不必要的掩码令牌以加速MDM采样。为保留生成质量,引入专用寄存器令牌作为截断令牌的紧凑表示。此外,为确保训练和推理的一致性,设计了专门的注意力掩码。基于最先进的统一MDM LaViDa - O构建,Sparse-LaViDa在包括文本到图像生成、图像编辑和数学推理等各种任务中实现了高达2倍的加速,同时保持生成质量。

英文摘要

Masked Discrete Diffusion Models (MDMs) have achieved strong performance across a wide range of multimodal tasks, including image understanding, generation, and editing. However, their inference speed remains suboptimal due to the need to repeatedly process redundant masked tokens at every sampling step. In this work, we propose Sparse-LaViDa, a novel modeling framework that dynamically truncates unnecessary masked tokens at each inference step to accelerate MDM sampling. To preserve generation quality, we introduce specialized register tokens that serve as compact representations for the truncated tokens. Furthermore, to ensure consistency between training and inference, we design a specialized attention mask that faithfully matches the truncated sampling procedure during training. Built upon the state-of-the-art unified MDM LaViDa-O, Sparse-LaViDa achieves up to a 2x speedup across diverse tasks including text-to-image generation, image editing, and mathematical reasoning, while maintaining generation quality.

URL PDF HTML 收藏
2509.19244 2026-07-17 cs.CV 版本更新

Lavida-O: Elastic Large Masked Diffusion Models for Unified Multimodal Understanding and Generation

Lavida-O:用于统一多模态理解与生成的弹性大掩码扩散模型

Shufan Li, Jiuxiang Gu, Kangning Liu, Zhe Lin, Zijun Wei, Aditya Grover, Jason Kuen

机构 * Adobe(Adobe公司) UCLA(加州大学洛杉矶分校)

AI总结 研究提出Lavida-O统一多模态MDM,采用Elastic-MoT架构,结合轻量级生成与理解分支,通过多种技术支持高效生成。该模型在多模态任务基准测试中性能领先,优于现有模型,还能加速推理,成为可扩展多模态推理和生成新范式。

Comments 31 pages, 15 figures

详情
AI中文摘要

我们提出了Lavida-O,一种用于多模态理解与生成的统一掩码扩散模型(MDM)。与现有的多模态MDM(如MMaDa和Muddit,仅支持简单图像级理解任务和低分辨率图像生成)不同,Lavida-O提供了一个单一框架,可实现图像级理解、对象定位、图像编辑和高分辨率(1024px)文本到图像合成。Lavida-O采用了新颖的弹性变压器混合(Elastic-MoT)架构,将轻量级生成分支与更大的理解分支相结合,并通过令牌压缩、通用文本条件和分层采样来支持高效和高质量的生成。Lavida-O还在图像生成和编辑任务中纳入了规划和迭代自我反思,以其理解能力无缝提升生成质量。Lavida-O在包括RefCOCO对象定位、GenEval文本到图像生成和ImgEdit图像编辑在内的广泛基准测试中取得了领先性能,优于现有的自回归模型和连续扩散模型(如Qwen2.5-VL和FluxKontext-dev),同时在推理时提供了显著的加速。这些进展使Lavida-O成为可扩展多模态推理和生成的新范式。

英文摘要

We propose Lavida-O, a unified Masked Diffusion Model (MDM) for multimodal understanding and generation. Unlike existing multimodal MDMs such as MMaDa and Muddit which only support simple image-level understanding tasks and low-resolution image generation, Lavida-O presents a single framework that enables image-level understanding, object grounding, image editing, and high-resolution (1024px) text-to-image synthesis. Lavida-O incorporates a novel Elastic Mixture-of-Transformers (Elastic-MoT) architecture that couples a lightweight generation branch with a larger understanding branch, supported by token compression, universal text conditioning and stratified sampling for efficient and high-quality generation. Lavida-O further incorporates planning and iterative self-reflection in image generation and editing tasks, seamlessly boosting generation quality with its understanding capabilities. Lavida-O achieves state-of-the-art performance on a wide range of benchmarks including RefCOCO object grounding, GenEval text-to-image generation, and ImgEdit image editing, outperforming existing autoregressive models and continuous diffusion models such as Qwen2.5-VL and FluxKontext-dev, while offering considerable speedup at inference. These advances establish Lavida-O as a new paradigm for scalable multimodal reasoning and generation.

URL PDF HTML 收藏
2505.16839 2026-07-17 cs.CV 版本更新

LaViDa: A Large Diffusion Language Model for Multimodal Understanding

LaViDa:用于多模态理解的大型扩散语言模型

Shufan Li, Konstantinos Kallidromitis, Hritik Bansal, Akash Gokul, Yusuke Kato, Kazuki Kozuka, Jason Kuen, Zhe Lin, Kai-Wei Chang, Aditya Grover

机构 * UCLA(加州大学洛杉矶分校) Panasonic AI Research(松下人工智能研究) Adobe Research(Adobe研究) Salesforce Research(Salesforce研究)

AI总结 研究针对现有视觉语言模型在快速推理和可控生成方面的不足,提出基于离散扩散模型构建 LaViDa 系列视觉语言模型,采用多种新技术,在多模态基准测试中性能出色,成为自回归视觉语言模型的有力替代。

Comments 26 pages, 8 figures

详情
AI中文摘要

现代视觉语言模型(VLM)可解决各种需要视觉推理的任务。在现实场景中,VLM 理想特性包括快速推理和可控生成。现有自回归 VLM 在这些方面存在困难。离散扩散模型(DM)提供了有前景的替代方案,在多模态任务中的潜力未被充分探索。我们引入基于 DM 的 LaViDa 系列 VLM,通过为 DM 配备视觉编码器并联合微调以遵循多模态指令。LaViDa 采用了如互补掩码、前缀 KV 缓存和时间步长移位等新技术。实验表明,LaViDa 在多模态基准测试中性能优于或与自回归 VLM 竞争,具有速度 - 质量权衡灵活、可控性和双向推理等优势。

英文摘要

Modern Vision-Language Models (VLMs) can solve a wide range of tasks requiring visual reasoning. In real-world scenarios, desirable properties for VLMs include fast inference and controllable generation (e.g., constraining outputs to adhere to a desired format). However, existing autoregressive (AR) VLMs like LLaVA struggle in these aspects. Discrete diffusion models (DMs) offer a promising alternative, enabling parallel decoding for faster inference and bidirectional context for controllable generation through text-infilling. While effective in language-only settings, DMs' potential for multimodal tasks is underexplored. We introduce LaViDa, a family of VLMs built on DMs. We build LaViDa by equipping DMs with a vision encoder and jointly fine-tune the combined parts for multimodal instruction following. To address challenges encountered, LaViDa incorporates novel techniques such as complementary masking for effective training, prefix KV cache for efficient inference, and timestep shifting for high-quality sampling. Experiments show that LaViDa achieves competitive or superior performance to AR VLMs on multi-modal benchmarks such as MMMU, while offering unique advantages of DMs, including flexible speed-quality tradeoff, controllability, and bidirectional reasoning. On COCO captioning, LaViDa surpasses Open-LLaVa-Next-8B by +4.1 CIDEr with 1.92x speedup. On bidirectional tasks, it achieves +59% improvement on Constrained Poem Completion. These results demonstrate LaViDa as a strong alternative to AR VLMs. Code and models will be released in the camera-ready version.

URL PDF HTML 收藏
2607.13591 2026-07-16 cs.CL cs.AI 新提交

Memory as a Controlled Process: Learned Adaptive Memory Management for LLM Agents

作为受控过程的记忆:为大语言模型智能体学习自适应内存管理

Eric Hanchen Jiang, Zhi Zhang, Yuchen Wu, Levina Li, Dong Liu, Xiao Liang, Rui Sun, Yubei Li, Edward Sun, Haozheng Luo, Zhaolu Kang, Aylin Caliskan, Kai-Wei Chang, Ying Nian Wu

机构 * University of California Los Angeles(加利福尼亚大学洛杉矶分校) University of Washington(华盛顿大学) Northwestern University(西北大学)

AI总结 研究LLM智能体内存管理问题,提出MemCon框架将内存操作建模为马尔可夫决策过程,通过在线策略自适应管理内存,该框架与后端无关,实验表明其在多基准测试中优于基线,提升任务成功率并减少令牌消耗。

详情
AI中文摘要

大语言模型(LLM)智能体越来越依赖外部内存系统来积累跨任务经验。然而,几乎所有现有方法,从图结构内存到反思洞察存储,都通过固定的、手工设计的启发式方法访问内存。我们认为,这种静态的内存观点是智能体学习的核心瓶颈,因为最佳内存行为本质上依赖于上下文。我们提出了“作为受控过程的记忆”(MemCon)框架,将内存操作建模为马尔可夫决策过程,并学习一种在线策略,以自适应地决定何时、检索什么以及检索多少,何时注入提炼的计划,以及何时进行合并或遗忘。MemCon与后端无关,通过任务级二进制反馈学习,无需预训练和额外的LLM调用。在6个基准测试、3个智能体框架和3个LLM主干上,MemCon在任务成功率上比多个内存基线高出15.2分,同时减少了5%-20%的令牌消耗。

英文摘要

Large Language Model (LLM) agents increasingly rely on external memory systems to accumulate experience across tasks. Yet nearly all existing approaches, from graph-structured memories to reflective insight stores, access memory through fixed, hand-designed heuristics. We argue that this static view of memory is a core bottleneck for agentic learning because optimal memory behavior is fundamentally context-dependent. The early stages of the tasks, benefit from minimal retrieval because memory is sparse; recurring goal types benefit from plan reuse rather than generic nearest-neighbor lookup; stuck agents benefit from re-retrieval with alternative queries; and across long task streams, the memory store itself must be consolidated and pruned to remain useful. We present Memory as a Controlled Process (MemCon), a framework that models memory operations as a Markov Decision Process and learns an online policy that adaptively decides when, what, and how much to retrieve, when to inject a distilled plan, and when to consolidate or forget. MemCon is backend-agnostic: it wraps any existing memory implementation, learns from task-by-task binary feedback with no pretraining and no additional LLM calls, and uses a lightweight tabular contextual bandit with UCB exploration that converges within tens of tasks. Across 6 benchmarks, 3 agent frameworks, and 3 LLM backbones, MemCon consistently outperforms multiple memory baselines by up to 15.2 points in task success while reducing token consumption by 5--20%.

URL PDF HTML 收藏
2607.13491 2026-07-16 cs.LG cs.AI 新提交

DeepLoop: Depth Scaling for Looped Transformers

DeepLoop:循环变换器的深度缩放

Shuzhen Li, Yifan Zhang, Jiacheng Guo, Quanquan Gu, Mengdi Wang

机构 * Princeton University(普林斯顿大学) University of California Los Angeles(加利福尼亚大学洛杉矶分校)

AI总结 研究循环变换器中深度缩放问题,提出DeepLoop方法,通过控制访问对齐系数形式化绑定深度效应,保持特定架构并设置参数,在不同规模GPT风格模型上实验,结果显示稳定循环深度需考虑参数访问的残差缩放规则。

Comments 25 pages

详情
AI中文摘要

循环变换器通过多次应用紧凑的物理块堆栈来缩放顺序计算,在不增加存储参数的情况下增加展开深度。这种重用改变了残差缩放问题。我们通过由访问对齐系数κ_R控制的一阶扰动界来形式化这种绑定深度效应。由此产生的DeepLoop方法保持了后LN DeepNorm架构,并针对展开深度N设置α=(2N)^(1/2)和β=(8N)^(-1/2)。在GPT-2小模型和GPT-2中模型规模的GPT风格循环语言模型上,当没有物理块被重新访问时,DeepLoop是中性的,一旦激活循环深度,就会提高验证损失和下游准确率。这些结果表明,稳定的循环深度需要考虑参数访问的残差缩放规则,而不仅仅是名义层数。

英文摘要

Looped Transformers scale sequential computation by applying a compact stack of physical blocks for multiple rounds, increasing unrolled depth without increasing stored parameters. This reuse changes the residual-scaling problem: in an untied Transformer, each residual branch receives and applies its own parameter update, whereas in a looped Transformer one shared update aggregates gradients from repeated visits and is read back by those same visits in the next linearized forward pass. We formalize this tied-depth effect through a first-order perturbation bound controlled by a visit-alignment coefficient $κ_R$. The bound recovers the DeepNorm exponent when visits decorrelate, but in the conservative aligned regime it requires the exponent to increase from $1/4$ to $1/2$ as loop count grows at fixed physical depth. The resulting method, \textbf{DeepLoop}, keeps the Post-LN DeepNorm architecture and sets $α=(2N)^{1/2}$ and $β=(8N)^{-1/2}$ for unrolled depth $N$. On GPT-style looped language models at GPT-2 small and GPT-2 medium scale, DeepLoop is neutral when no physical block is revisited and improves validation loss and downstream accuracy once recurrent depth is activated. These results show that stable recurrent depth requires residual scaling rules that account for parameter visits, not only nominal layer count.

URL PDF HTML 收藏
2601.18798 2026-07-16 cs.MM cs.AI 版本更新

ELF: A Family of Encoder-Free ECG-Language Models

ELF:无编码器心电图语言模型家族

William Han, Tony Chen, Chaojing Duan, Xiaoyu Song, Yihang Yao, Yuzhe Yang, Michael A. Rosenberg, Emerson Liu, Ding Zhao

机构 * Carnegie Mellon University(卡内基梅隆大学) Allegheny Health Network(阿勒格尼医疗网络) University of California Los Angeles(加州大学洛杉矶分校) University of Colorado(科罗拉多大学) Allergy and Immunology(过敏与免疫学)

AI总结 提出三种无编码器架构的ECG语言模型ELF,简化架构和训练流程,在两个数据集上达到或超越现有最优模型。

Comments 34 pages, 12 figures; Accepted to MLHC 2026

详情
AI中文摘要

ECG语言模型(ELMs)将多模态大语言模型(MLLMs)的最新进展扩展到自动心电图解读。然而,现有大多数ELMs继承了视觉语言模型(VLM)的设计选择,并依赖预训练的ECG编码器,引入了大量的架构和训练复杂性。受无编码器VLM的启发,我们引入了ELF,一个包含三种无编码器ELM架构的家族,尽管架构和训练流程更简单,但在两个数据集上仍能与先前最先进的ELMs竞争,并经常超越它们。所有代码和数据可在github.com/ELM-Research/ECG-Language-Models获取。

英文摘要

ECG-Language Models (ELMs) extend recent advances in Multimodal Large Language Models (MLLMs) to automated ECG interpretation. However, most existing ELMs inherit Vision-Language Model (VLM) design choices and rely on pretrained ECG encoders, introducing substantial architectural and training complexity. Inspired by encoder-free VLMs, we introduce ELF, a family of three encoder-free ELMs that remain competitive with, and often outperform, prior state-of-the-art ELMs across two datasets despite substantially simpler architectures and training pipelines. All code and data are available at github.com/ELM-Research/ECG-Language-Models.

URL PDF HTML 收藏
2510.14893 2026-07-16 cs.RO 版本更新

STITCHER: Constrained Trajectory Planning in Complex Environments with Real-Time Motion Primitive Search

STITCHER:通过实时运动原语搜索在复杂环境中进行约束轨迹规划

Helene J. Levy, Brett T. Lopez

机构 * VECTR Laboratory, University of California, Los Angeles(VECTR实验室,加州大学洛杉矶分校)

AI总结 研究针对自主高速穿越复杂环境的轨迹规划问题,提出无优化规划框架STITCHER,通过拼接短轨迹段和图搜索实时计算轨迹,经模拟与硬件测试验证其性能优越,能满足多种约束并高速实时规划。

详情
AI中文摘要

自主高速穿越大型复杂环境需要实时生成动态可行、无碰撞且满足状态或执行器约束的灵活轨迹。现代轨迹规划技术主要使用数值优化,但计算时间要求严格和数值不稳定风险限制了其在安全关键场景的应用。本文提出无优化规划框架STITCHER,通过图搜索拼接短轨迹段实时计算长距离、灵活且接近最优的轨迹。经大量模拟测试分析其组成部分,并与三种先进优化规划器比较。模拟测试表明能在几毫秒内为跨越两个50m x 50m环境的路径创建安全轨迹。硬件测试验证其能实时生成可追踪路径,飞行速度达63 km/h 时能满足非凸约束。

英文摘要

Autonomous high-speed navigation through large, complex environments requires real-time generation of agile trajectories that are dynamically feasible, collision-free, and satisfy state or actuator constraints. Modern trajectory planning techniques primarily use numerical optimization, as they enable the systematic computation of high-quality, expressive trajectories that satisfy various constraints. However, stringent requirements on computation time and the risk of numerical instability can limit the use of optimization-based planners in safety-critical scenarios. This work presents an optimization-free planning framework called STITCHER that stitches short trajectory segments together with graph search to compute long-range, expressive, and near-optimal trajectories in real-time. STITCHER outperforms modern optimization-based planners through our innovative planning architecture and several algorithmic developments that make real-time planning possible. Extensive simulation testing is performed to analyze the algorithmic components that make up STITCHER, along with a thorough comparison with three state-of-the-art optimization planners. Simulation tests show that safe trajectories can be created within a few milliseconds for paths that span the entirety of two 50 m x 50 m environments. Hardware tests with a custom quadrotor verify that STITCHER can produce trackable paths in real-time while respecting nonconvex constraints, such as limits on tilt angle and motor forces, with flight speeds up to 63 km/h.

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

Can Induced Emotion Bias LLM Behaviors in Sequential Decision Making?

诱导情绪会影响大语言模型在序列决策中的行为吗?

Minh Khoi Ho, Zihao Zhu, Runchuan Zhu, Levina Li, Zhiwen Fan, Zhangyang Wang, Junyuan Hong

机构 * MBZUAI(穆罕默德·本·扎耶德人工智能大学) Texas A&M University(德州农工大学) National University of Singapore(新加坡国立大学) UCLA(加州大学洛杉矶分校) University of Texas at Austin(德克萨斯大学奥斯汀分校) Mass General Hospital(麻省总医院) Harvard Medical School(哈佛医学院)

AI总结 研究探讨诱导情绪对大语言模型在序列决策中行为的影响,采用爱荷华赌博任务结合情绪诱导程序,发现诱导情绪平均不显著影响其决策动态,但愤怒有条件地影响决策,揭示了与人类行为的差异,为相关研究提供工具。

详情
AI中文摘要

随着大语言模型(LLMs)越来越多地在高风险领域中作为自主智能体部署,了解可能调节其决策的上下文因素变得至关重要。虽然LLMs经过训练以感知并与用户情绪产生共鸣,但诱导情绪是否会影响其序列决策仍不清楚。我们使用爱荷华赌博任务(IGT)(一种研究不确定性下决策的经典心理学范式)并结合基于想象的情绪诱导程序来研究这个问题。首先通过确认LLMs能从上下文中感知强烈且可区分的情绪,以及LLM智能体能以类似人类的速度从序列交互中学习,验证了该范式的可行性。在经过验证的设置下,我们发现,与人类不同,平均而言诱导情绪不会显著影响LLM智能体的决策动态。然而,愤怒的影响是有条件的:诱导愤怒会使LLM智能体对错误决策的惩罚不太敏感,并且在游戏早期,愤怒会降低探索,使决策过早锁定在少数选择上。这些发现揭示了诱导情绪对LLM决策与人类行为相比的细微但不同的影响,并为未来关于LLM智能体情感调节的研究提供了一种工具。

英文摘要

As Large Language Models (LLMs) are increasingly deployed as autonomous agents in high-stakes domains, understanding contextual factors that may modulate their decision-making becomes critical. While LLMs are trained to perceive and resonate with users' emotions, it remains unclear whether induced emotion can influence their sequential decision-making. We investigate this question using the Iowa Gambling Task (IGT), a classic psychological paradigm for studying decision-making under uncertainty, combined with an imagination-based emotion induction procedure. We first validate the feasibility of this paradigm by confirming that LLMs can sense strong, distinguishable emotions from context and that LLM agents can learn from sequential interactions in a human-like pace. With the validated setup, we find that, different from humans, induced emotion does not significantly bias the decision dynamics of LLM agents on average. However, the effects of anger are conditioned: inducing anger makes LLM agents less sensitive to penalties for bad decisions, and in early stages of the game, anger can lower exploration, locking decisions into a few choices early. These findings reveal the subtle yet distinct effects of induced emotion on LLM decision-making compared to human behavior, and provide a tool for future research on affective modulation of LLM agents.

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

PM-Bench: Evaluating Prospective Memory in LLM Agents

PM-Bench:评估大语言模型智能体中的前瞻记忆

Genglin Liu, Saadia Gabriel

机构 * University of California, Los Angeles(加利福尼亚大学洛杉矶分校)

AI总结 研究针对智能体人工智能中的前瞻记忆挑战,引入PM-Bench基准,受认知科学启发评估大语言模型智能体相关能力。在模拟一周内比较八个先进模型,发现各模型在此基准测试中均具挑战性,且无单一改善策略占优,还发布该基准用于诊断与干预。

Comments Published as a conference paper at COLM 2026

详情
AI中文摘要

在智能体人工智能中,一个重大挑战是前瞻记忆,即在其他活动进行时,在特定未来线索或状态下执行意图的能力。我们引入了PM-Bench,这是一个基于文本的基准,用于衡量现代大语言模型智能体中的前瞻记忆能力。受认知科学中虚拟周范式的启发,PM-Bench评估大语言模型智能体维持用户意图、执行延迟意图以及监测潜在环境变化的能力。在模拟的七天一周时间里,智能体必须在决定是否有任何延迟任务到期时继续进行正在进行的活动。我们在八种不同的智能体配置下,在PM-Bench上比较了八个最先进的大语言模型。PM-Bench在所有设置下都具有挑战性:在我们的评估中,最佳方法,即GPT-5.4智能体,F1分数仅达到65.1%。此外,没有一种改善前瞻记忆的单一策略在所有模型中占主导地位。我们发布PM-Bench作为一个可控测试平台,用于诊断这些失败情况,并开发支持可靠前瞻行为的训练或推理时干预措施。

英文摘要

A significant challenge in agentic AI is prospective memory: the ability to execute an intention at a specific future cue or state while other activities are ongoing. We introduce PM-Bench, a text-based benchmark for measuring prospective memory capabilities in modern LLM agents. Inspired by the Virtual Week paradigm from cognitive science, PM-Bench evaluates how well LLM agents maintain user intentions, execute delayed intentions, and monitor latent environment changes. Over the course of a simulated seven-day week, agents must continue an ongoing activity while deciding whether any deferred task is due. We compare eight state-of-the-art LLMs on PM-Bench under eight different agent configurations. PM-Bench proves challenging across all settings: the best method, a GPT-5.4 agent, reaches only 65.1\% F1 score under our evaluation. Furthermore, no single strategy for improving prospective memory dominates across models. We release PM-Bench as a controlled testbed for diagnosing these failures and developing training or inference-time interventions that support reliable prospective behavior.

URL PDF HTML 收藏
2607.12383 2026-07-15 cs.CL 新提交

Beyond Binary Detection: A Multi-Dimensional Taxonomy of Cancer Misinformation on Reddit

超越二元检测:Reddit 上癌症错误信息的多维分类法

Aria Pessianzadeh, Pooriya Jamie, Naima Sultana, Georgia Himmelstein, Yuliya Zektser, Patricia Ganz, Homa Hosseinmardi, Amir Ghasemian, Rezvaneh Rezapour

机构 * Drexel University(德雷塞尔大学) UCLA(加州大学洛杉矶分校)

AI总结 研究旨在刻画Reddit上癌症错误信息,引入多维分类法涵盖七个维度。利用专家标注数据评估大语言模型,分析错误信息。发现其约占癌症讨论6%,少样本提示可提高性能,还识别出常见错误信息叙述,为相关建模奠定基础。

详情
AI中文摘要

社交媒体上与癌症相关的讨论为信息交流和同伴支持提供了重要空间,但也助长了可能影响预防、筛查和治疗决策的错误信息传播。现有关于癌症错误信息的研究往往依赖狭义定义、小规模数据集或二元标签框架。我们引入一种多维分类法,用于刻画Reddit上关于乳腺癌、肺癌、结肠癌和前列腺癌讨论中的癌症错误信息。该分类法涵盖七个维度,包括错误信息存在情况、信息类型、风险水平、立场和主题焦点。利用专家标注数据,我们评估多个大语言模型进行可扩展的错误信息标注,并分析Reddit社区中的癌症错误信息。结果表明,与癌症相关的错误信息约占Reddit上癌症讨论的6%,各社区和错误信息主题存在显著差异。少样本提示显著提高分类性能,特别是对于细微的分类维度。我们还识别出以未经证实的治疗、对传统医学的不信任以及关于诊断和筛查的误导性说法为中心的反复出现的错误信息叙述。我们的分类法、数据集和发现为在线癌症错误信息的多维建模奠定了基础。

英文摘要

Cancer-related discussions on social media provide an important space for information exchange and peer support, but also facilitate the spread of misinformation that may influence prevention, screening, and treatment decisions. Existing research on cancer misinformation often relies on narrow definitions, small-scale datasets, or binary labeling frameworks. We introduce a multi-dimensional taxonomy for characterizing cancer misinformation in Reddit discussions of breast, lung, colon, and prostate cancer. The taxonomy captures seven dimensions, including misinformation presence, information type, risk level, stance, and topical focus. Using expert-annotated data, we evaluate multiple large language models (LLMs) for scalable misinformation annotation and analyze cancer misinformation across Reddit communities. Our results show that cancer-related misinformation constitutes approximately 6\% of Reddit cancer discussions, with substantial variation across communities and misinformation topics. Few-shot prompting substantially improves classification performance, particularly for nuanced taxonomy dimensions. We additionally identify recurring misinformation narratives centered on unsupported treatments, distrust of conventional medicine, and misleading claims about diagnosis and screening. Our taxonomy, dataset, and findings provide a foundation for multi-dimensional modeling of online cancer misinformation.

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

Evolution Strategies at Scale: LLM Fine-Tuning Beyond Reinforcement Learning

大规模进化策略:超越强化学习的LLM微调

Xin Qiu, Yulu Gan, Conor F. Hayes, Qiyao Liang, Yinggan Xu, Roberto Dailey, Elliot Meyerson, Babak Hodjat, Risto Miikkulainen

机构 * University of California, Los Angeles, Los Angeles, CA, USA(加州大学洛杉矶分校) Cognizant AI Lab, San Francisco, CA, USA(Cognizant AI实验室) The University of Texas at Austin, Austin, TX, USA(德克萨斯大学奥斯汀分校) Massachusetts Institute of Technology, Cambridge, MA, USA(麻省理工学院)

AI总结 本文提出使用进化策略进行大规模LLM微调,证明其在多个方面优于强化学习,为LLM微调提供了新的方法。

Comments Published at ICML 2026 main conference

详情
AI中文摘要

对大型语言模型(LLM)进行下游任务微调是现代AI部署的重要阶段。强化学习(RL)已成为主导的微调范式,支撑了许多最先进的LLM。相比之下,进化策略(ES)由于普遍认为其无法扩展到现代模型规模而被忽视。本文推翻这一假设,通过首次成功将ES应用于十亿参数规模的LLM全参数微调,无需降维。ES确实能够在极高水平的参数空间中搜索,并在多个方面优于现有的RL实现,包括对长周期和延迟奖励的容忍性、在不同基础LLM上的鲁棒性、对奖励黑客的抗性降低以及训练稳定性提升。这些发现表明,ES不仅仅是RL的可行替代品,而是一种根本不同且强大的无反向传播后训练范式,为超越当前RL方法的LLM微调开辟了新方向。源代码提供在:https://github.com/VsonicV/es-fine-tuning-paper。

英文摘要

Fine-tuning large language models (LLMs) for downstream tasks is an essential stage of modern AI deployment. Reinforcement learning (RL) has emerged as the dominant fine-tuning paradigm, underpinning many state-of-the-art LLMs. In contrast, evolution strategies (ES) has largely been overlooked due to the widespread belief that it does not scale to modern model sizes. This paper overturns this assumption by demonstrating the first successful application of ES to full-parameter fine-tuning of LLMs at the billion-parameter scale, without dimensionality reduction. ES can indeed search over extremely high-dimensional parameter spaces and outperform established RL implementations across multiple axes, including improved tolerance to long-horizon and delayed rewards, robustness across diverse base LLMs, reduced susceptibility to reward hacking, and improved training stability. These findings suggest that ES is not merely a viable alternative to RL, but a fundamentally different and powerful backpropagation-free post-training paradigm that opens a new direction for LLM fine-tuning beyond current RL-based approaches.

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

When Data Imbalance Helps: Robust Generalization Through Shortcut Saturation

数据不平衡何时起作用:通过捷径饱和实现稳健泛化

Cheng-Ting Chou, Duc Binh Hoang

机构 * University of California, Los Angeles(加利福尼亚大学洛杉矶分校) Purdue University(普渡大学)

AI总结 研究虚假相关性下数据不平衡对模型泛化的影响,通过改变虚假比率和模型容量发现数据不平衡能促进强大模型泛化,如合成任务中2层变压器在特定虚假比率下泛化效果提升,还通过机制分析找到相关途径。

详情
AI中文摘要

我们研究了虚假相关性下的稳健泛化:在这些任务中,一个捷径特征在训练中与真实标签相关,但在对抗性留出分割中呈反相关。通过改变虚假比率\(r\)(捷径 = 真实标签的训练示例的比例)和模型容量,我们发现了一个违反直觉的结果:数据不平衡促进了足够强大模型的泛化。在一个合成任务中,真实标签是整数序列的和奇偶性,捷径是最大值元素的奇偶性,一个2层、2头的变压器在\(r = 0.50\)时,0%的种子实现了泛化(达到100%的对抗准确率),但在\(r = 0.90\)时,77%的种子实现了泛化。在1层模型中没有这种效果,不平衡反而使模型陷入捷径。通过机制分析——梯度冲突动态、电路演化和QK/OV电路消融——我们描述了一条与不平衡促进泛化一致的机制途径。

英文摘要

We study robust generalization under spurious correlations: tasks where a shortcut feature is correlated with the true label in training but anti-correlated in an adversarial held-out split. Varying the spurious ratio $r$ (the fraction of training examples where shortcut = true label) and model capacity, we find a counterintuitive result: data imbalance promotes generalization in sufficiently capable models. On a synthetic task where the true label is sum parity of an integer sequence and the shortcut is the parity of the maximum-valued element, a 2-layer, 2-head transformer generalized (reached $100\%$ adversarial accuracy) in 0% of seeds at $r{=}0.50$ but 77% of seeds at $r{=}0.90$. The effect is absent in 1-layer models, where imbalance instead traps the model on the shortcut. Through mechanistic analysis -- gradient conflict dynamics, circuit evolution, and QK/OV circuit ablations -- we characterize a mechanistic pathway consistent with imbalance promoting generalization.

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

RUBRIC: Realism--Utility Balanced Ranking for Imbalanced Classification

RUBRIC:用于不平衡分类的现实-效用平衡排序

Yanxuan Yu, Dong liu, Renata Borovica-Gajic, Ying Nian Wu

机构 * Columbia University(哥伦比亚大学) University of California, Los Angeles(加利福尼亚大学洛杉矶分校) University of Melbourne(墨尔本大学)

AI总结 研究类别不平衡问题,提出RUBRIC框架,将合成样本选择设为质量优化问题,用现实-效用权衡排序,能收紧泛化边界,经实验验证其在信用卡欺诈检测等任务中可提升F1宏和召回率,保持ROC-AUC并可进行lambda敏感性分析。

详情
AI中文摘要

类别不平衡在欺诈检测和医疗诊断等风险敏感应用中构成了根本性挑战,其中少数类样本稀缺但对准确分类至关重要。现有过采样方法生成合成样本以重新平衡类别分布,但常产生大量低质量候选样本,导致过拟合和泛化能力下降。本文引入RUBRIC,这是一个与生成器无关的过滤框架,将合成样本选择表述为质量优于数量的优化问题。RUBRIC使用现实-效用权衡对候选样本进行排序:现实由区分真实样本和合成样本的学习鉴别器量化,效用通过基于凹边距的评分函数捕获与决策边界的接近程度。我们表明,在温和的正则条件下,所提出的过滤策略通过联合减少分布偏移和抑制近负尾贡献,单调收紧基于边距的分类器的泛化边界。通过在信用卡欺诈检测和其他不平衡基准上的广泛实验,我们证明RUBRIC提高了F1宏和召回率,同时在多个生成器上保持了可比的ROC-AUC。我们还提供了明确的lambda敏感性分析,以展示当优先考虑排序质量时用户如何恢复AUPRC。

英文摘要

Class imbalance poses a fundamental challenge in risk-sensitive applications such as fraud detection and medical diagnosis, where minority-class samples are scarce yet critical for accurate classification. Existing oversampling methods generate synthetic samples to rebalance class distributions; however, they often produce large numbers of low-quality candidates that distort decision boundaries or introduce artifacts, leading to overfitting and degraded generalization. In this work, we introduce RUBRIC, a generator-agnostic filtering framework that formulates synthetic sample selection as a quality-over-quantity optimization problem. RUBRIC ranks candidates using a realism-utility trade-off: realism is quantified by a learned discriminator that distinguishes real samples from synthetic samples, while utility captures proximity to the decision boundary through a concave margin-based scoring function. We show that, under mild regularity conditions, the proposed filtering strategy monotonically tightens the generalization bound for margin-based classifiers by jointly reducing distribution shift and suppressing near-negative tail contributions. Through extensive experiments on credit-card fraud detection and other imbalanced benchmarks, we demonstrate that RUBRIC improves F1-macro and recall while maintaining comparable ROC-AUC across several generators. We also provide explicit lambda-sensitivity analysis to show how users can recover AUPRC when ranking quality is prioritized.

URL PDF HTML 收藏
2512.10719 2026-07-14 cs.CV 版本更新

SpaceDrive: Infusing Spatial Awareness into VLM-based Autonomous Driving

SpaceDrive: 在基于视觉语言模型的自动驾驶中引入空间感知

Peizheng Li, Zhenghao Zhang, David Holtz, Hang Yu, Yutong Yang, Yuzhi Lai, Rui Song, Andreas Geiger, Andreas Zell

机构 * Mercedes-Benz AG(梅赛德斯-奔驰集团) University of Tübingen(图宾根大学) Tübingen AI Center(图宾根人工智能中心) TU Munich(慕尼黑工业大学) Karlsruhe Institute of Technology(卡尔斯鲁厄理工学院) University of Stuttgart(斯图加特大学) UCLA(加州大学洛杉矶分校)

AI总结 本文提出SpaceDrive框架,通过将空间信息作为显式位置编码来增强基于VLM的自动驾驶系统对精细3D空间关系的理解,从而提升规划精度和开放环性能。

详情
AI中文摘要

基于视觉语言模型(VLM)的端到端自动驾驶方法因具备通用的视觉理解和强大的推理能力而迅速发展。然而,我们发现当前VLM在理解细粒度的3D空间关系方面存在困难,这在与物理世界交互的系统中是基本要求。为了解决这一问题,我们提出了SpaceDrive,一个基于空间感知的VLM自动驾驶框架,将空间信息作为显式位置编码(PEs)而非文本数字标记,从而实现语义和空间表示的联合推理。SpaceDrive采用通用的位置编码器处理从多视角深度估计、历史自我状态和文本提示中得到的所有3D坐标。这些3D PE首先叠加到相应的2D视觉标记上,同时作为任务无关的坐标表示,取代数字形式的数值标记作为VLM的输入和输出。这种机制使模型能够更好地在空间推理中索引特定的视觉语义,并直接回归轨迹坐标而非逐位生成,从而提升规划精度。广泛的实验验证了SpaceDrive在nuScenes数据集上实现了最先进的开放环性能,并在Bench2Drive闭环基准中取得了78.02的第二好Driving Score。代码可在:https://github.com/zhenghao2519/SpaceDrive获取。

英文摘要

End-to-end autonomous driving methods built on vision language models (VLMs) have undergone rapid development driven by their universal visual understanding and strong reasoning capabilities obtained from the large-scale pretraining. However, we find that current VLMs struggle to understand fine-grained 3D spatial relationships which is a fundamental requirement for systems interacting with the physical world. To address this issue, we propose SpaceDrive, a spatial-aware VLM-based driving framework that treats spatial information as explicit positional encodings (PEs) instead of textual digit tokens, enabling joint reasoning over semantic and spatial representations. SpaceDrive employs a universal positional encoder to all 3D coordinates derived from multi-view depth estimation, historical ego-states, and text prompts. These 3D PEs are first superimposed to augment the corresponding 2D visual tokens. Meanwhile, they serve as a task-agnostic coordinate representation, replacing the digit-wise numerical tokens as both inputs and outputs for the VLM. This mechanism enables the model to better index specific visual semantics in spatial reasoning and directly regress trajectory coordinates rather than generating digit-by-digit, thereby enhancing planning accuracy. Extensive experiments validate that SpaceDrive achieves state-of-the-art open-loop performance on the nuScenes dataset and the second-best Driving Score of 78.02 on the Bench2Drive closed-loop benchmark over existing VLM-based methods. Code is available at: https://github.com/zhenghao2519/SpaceDrive.

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

ARCANA: A Reflective Multi-Agent Program Synthesis Framework for ARC-AGI-2 Reasoning

ARCANA:用于ARC-AGI-2推理的反射式多智能体程序合成框架

Kunbo Zhang, Lei Fu, Zeyu Wang, Zijing Liu, Kejian Tong

机构 * Columbia University(哥伦比亚大学) University of California, Los Angeles(加州大学洛杉矶分校) Northeastern University(东北大学)

AI总结 ARCANA是用于ARC-AGI-2推理的多智能体框架,将任务分解为感知、假设生成等步骤,智能体通过可微黑板通信,由元控制器调度。其设计结合程序搜索与校正,提升了抽象转换任务的推理效率和解决方案质量。

详情
AI中文摘要

我们提出了ARCANA,这是一个协作式多智能体框架,用于在严格的测试时间和硬件约束下解决ARC AGI 2任务。ARCANA将每个任务分解为迭代感知、假设生成、符号执行和反射式细化。一个感知基础智能体从原始网格构建以对象为中心的场景图,一个潜在程序策略提出不同的DSL程序,一个符号执行器在示范上验证候选程序,一个反射智能体为下一轮合成失败驱动的反馈。这些智能体通过共享的可微黑板进行通信,并由学习到的元控制器进行调度。该设计将结构化程序搜索与自适应多轮校正相结合,提高了在具有挑战性的抽象转换任务上的推理效率和解决方案质量。

英文摘要

We present ARCANA, a collaborative multi agent framework for solving ARC AGI 2 tasks under strict test time and hardware constraints. ARCANA decomposes each task into iterative perception, hypothesis generation, symbolic execution, and reflective refinement. A perceptual grounding agent builds object centric scene graphs from raw grids, a latent program policy proposes diverse DSL programs, a symbolic executor verifies candidates on demonstrations, and a reflective agent synthesizes failure driven feedback for the next turn. These agents communicate through a shared differentiable blackboard and are scheduled by a learned meta controller. The design combines structured program search with adaptive multi turn correction, improving reasoning efficiency and solution quality on challenging abstract transformation tasks.

URL PDF HTML 收藏
2510.03595 2026-07-13 cs.CL 版本更新

Decoupling Task-Solving and Output Formatting in LLM Generation

在大语言模型生成中解耦任务解决与输出格式

Haikang Deng, Po-Nien Kung, Nanyun Peng

机构 * University of California, Los Angeles(加州大学洛杉矶分校)

AI总结 研究针对大语言模型任务指令与格式要求交织致性能下降的问题,提出解耦框架Deco-G,将格式遵循委托给单独模块,引入指令感知蒸馏等三项创新,实验证明其优于基线方法,能保证格式符合。

Comments Update to the latest ACL published version and add a link to the released code

Journal ref Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Association for Computational Linguistics, 2026, pp. 16764-16781

详情
AI中文摘要

大语言模型(LLMs)在解决复杂问题(如数学推理和自动评估)方面日益熟练。然而,当提示将任务指令与严格的格式要求交织在一起时,性能往往会下降。这种交织给模型带来了相互竞争的目标,阻碍了其推理能力。为解决此问题,我们引入了Deco-G,这是一个明确将格式遵循与问题解决解耦的解码框架。Deco-G将格式遵循委托给一个单独的格式估计模块(FEM),该模块进行概率前瞻以估计未来格式符合率并重新权衡令牌概率,使LLM能够仅专注于任务解决。为使该方法既实用又高效,我们引入了三项关键创新:指令感知蒸馏、灵活的前缀树构建算法和隐马尔可夫模型状态剪枝。在数学推理、事件论点提取以及LLM作为评判等方面的实验表明,Deco-G始终优于提示或结构化生成基线,且保证格式符合。我们在这个https URL上发布了代码。

英文摘要

Large language models (LLMs) are increasingly adept at solving complex problems, such as mathematical reasoning and automatic evaluation. However, performance often degrades when prompts intertwine task instructions with rigid formatting requirements. This entanglement creates competing goals for the model, hindering its reasoning capabilities. To address this, we introduce Deco-G, a decoding framework that explicitly decouples format adherence from problem solving. Deco-G delegates format adherence to a separate Format Estimation Module (FEM), which performs probabilistic lookahead to estimate future format compliance rate and reweighs token probabilities, allowing the LLM to focus solely on task resolution. To make this approach both practical and efficient, we introduce three key innovations: instruction-aware distillation, a flexible trie-building algorithm, and HMM state pruning. Experiments across mathematical reasoning, event argument extraction, and LLM-as-a-judge demonstrate that Deco-G constantly gains over prompting or structured generation baselines, with guaranteed format compliance. We release our code at https://github.com/haikangdeng/deco-g.

URL PDF HTML 收藏
2607.08357 2026-07-10 cs.AI 新提交

MobiDiff: Semantic-Aware Multi-Channel Discrete Diffusion for Human Mobility Data Generation

MobiDiff:用于人类移动性数据生成的语义感知多通道离散扩散

Rongchao Xu, Lin Jiang, Dahai Yu, Ximiao Li, Taichi Liu, Desheng Zhang, Yuan Tian, Guang Wang

机构 * Florida State University(佛罗里达州立大学) Rutgers University(罗格斯大学) University of California, Los Angeles(加利福尼亚大学洛杉矶分校)

AI总结 研究旨在解决人类移动性数据生成难题,提出MobiDiff框架,通过直接对多通道语义骨架去噪生成数据,避免复杂管道。该框架能分解事件通道并采用掩码捕获移动模式与依赖性,实验证明其在保真度、隐私保护和效率上表现出色。

详情
AI中文摘要

人类移动性数据对交通优化、城市规划和资源分配至关重要,但由于隐私问题,现实世界的移动性数据收集成本高且难以共享。基于扩散的方法在合成现实移动模式方面显示出前景,但通常依赖连续或潜在的时空轨迹,难以对具有明确区域、活动、时间和间隔结构的离散语义事件进行建模。为此,我们引入了MobiDiff,这是一个端到端离散扩散框架,通过直接对多通道语义骨架去噪来有效生成移动性数据,避免了现有基于扩散方法中广泛使用的昂贵插值、潜在轨迹构建和粗到细的实现管道。具体来说,MobiDiff将每个人类签到事件分解为空间、活动和时间通道,并采用结构化事件、组和通道级掩码来共同捕获轨迹级移动模式和事件内依赖性。我们在来自亚特兰大、波士顿和西雅图的三个大规模真实世界数据集上评估了生成保真度、隐私保护和效率。结果表明,MobiDiff有效地保留了轨迹长度和时间间隔分布,同时在更广泛的移动性统计数据中保持竞争力;它也比现有方法快得多,例如在推理期间平均比GeoGen快5.3倍。这些发现表明,离散扩散为合成移动性数据生成提供了一个可解释且高效的框架。

英文摘要

Human mobility data are essential for transportation optimization, urban planning, and resource allocation, yet real-world mobility data are costly to collect and difficult to share due to privacy concerns. Recent diffusion-based methods have shown promise in synthesizing realistic mobility patterns, but they typically rely on continuous or latent spatio-temporal traces, limiting their ability to natively model discrete semantic events with explicit region, activity, time, and interval structures. To address this issue, we introduce MobiDiff, an end-to-end discrete diffusion framework that efficiently generates mobility data by directly denoising multi-channel semantic skeletons, avoiding the costly interpolation, latent trace construction, and coarse-to-fine realization pipelines widely used in existing diffusion-based methods. Specifically, MobiDiff decomposes each human check-in event into spatial, activity, and temporal channels, and employs structured event-, group-, and channel-level masking to jointly capture trajectory-level mobility patterns and within-event dependencies. We evaluate generation fidelity, privacy-preserving, and efficiency on three large-scale real-world datasets from Atlanta, Boston, and Seattle. Results show that MobiDiff effectively preserves trajectory length and temporal interval distributions while remaining competitive across broader mobility statistics; it is also much faster than state-of-the-art methods, e.g., 5.3$\times$ faster than GeoGen on average during inference. These findings suggest that discrete diffusion offers an interpretable and efficient framework for synthetic mobility data generation.

URL PDF HTML 收藏
2607.08056 2026-07-10 cs.LG cs.AI stat.ML 新提交

Reinforcing the Generation Order of Multimodal Masked Diffusion Models

强化多模态掩码扩散模型的生成顺序

Yidong Ouyang, Zhe Wang, Sourav Bhabesh, Dmitriy Bespalov

机构 * University of California, Los Angeles(加州大学洛杉矶分校) AGI Foundations for AWS(AWS强化人工智能基础)

AI总结 研究文本到图像合成及多模态理解中生成顺序的优化,引入经组相对策略优化训练的可学习控制模块,提升了DLMs的文本到图像对齐和多模态理解能力,在相关基准测试中取得显著改进。

详情
AI中文摘要

扩散语言模型(DLMs)在自然语言生成任务中取得了显著进展。近期研究表明,自适应令牌生成顺序能显著提升数学推理和代码合成应用的性能。本文研究文本到图像合成和多模态理解中生成顺序的优化。发现仅靠模型对数似然不足以确定最优生成序列,为此引入通过组相对策略优化(GRPO)训练的可学习控制模块来确定生成顺序。结果表明,学习此控制模块可显著改善DLMs中的文本到图像对齐和多模态理解,增强模型捕捉生成图像中细粒度空间关系的能力,提升多模态推理和理解任务的性能。在GenEval上实现了4.08%的相对改进,在VLMEvalKit上多模态理解有4.85%的相对改进。

英文摘要

Diffusion Language Models (DLMs) have recently achieved substantial progress in natural language generation tasks. Recent research demonstrates that adaptive token generation ordering can significantly improve performance in mathematical reasoning and code synthesis applications. In this work, we investigate the optimization of generation order for both text-to-image synthesis and multimodal understanding. We first establish that, unlike structured problems in language generation such as Sudoku puzzles, model logits alone are insufficient for determining optimal generation sequences in text-to-image generation and multimodal understanding. To address this challenge, we introduce a learnable control module trained via Group Relative Policy Optimization (GRPO) to determine the generation order. Our results demonstrate that learning this control block substantially improves both text-to-image alignment and multimodal understanding in DLMs. In particular, it enhances the model's ability to capture fine-grained spatial relationships in generated images while also strengthening performance on multimodal reasoning and comprehension tasks. We evaluate our framework on GenEval, an object-focused benchmark for text-to-image alignment, where it achieves 4.08% relative improvements. In addition, experiments on VLMEvalKit confirm 4.85% relative improvements in multimodal understanding, highlighting the broad effectiveness of our approach.

URL PDF HTML 收藏