arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 2004
2607.19345 2026-07-22 cs.CL cs.AI 新提交

Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning

少复制,多扎根:通过证据感知强化学习克服长上下文推理中的重复复制

Lizhe Fang, Weizhou Shen, Tianyi Tang, Yisen Wang

机构 * Peking University(北京大学) Alibaba Group(阿里巴巴集团)

AI总结 研究长上下文推理中语言模型的重复复制问题,提出GEAR奖励塑造方法,通过区分关键证据和干扰上下文来增强奖励信号,经实验验证该方法能提升模型性能,减少重复复制,凸显准确扎根证据对长上下文推理的重要性。

详情
AI中文摘要

生成逐步推理轨迹的大型语言模型在复杂任务上取得了强大性能,扩展到长上下文设置成为重要前沿。然而,存在关键失败模式:重复复制,即模型大量从输入复制文本到推理轨迹而非有效解决问题。这种行为在前沿长上下文语言模型中普遍存在且随上下文长度加剧。通过将提示分为任务相关关键证据和无关干扰上下文,发现根本原因是扎根不足。为此提出GEAR奖励塑造方法,开发自动化管道构建带证据注释的训练数据。在多个模型规模和基准上验证,显示出比基于准确性奖励的标准强化学习平均提高4.6分,在更长上下文有更大提升,还减少了重复复制和思考长度。研究表明,即使长上下文评估从简单检索转向复杂推理,准确扎根于相关证据仍是不可或缺且有很大改进空间的能力。

英文摘要

Large language models that generate step-by-step reasoning traces have achieved strong performance on complex tasks, and extending them to long-context settings has emerged as an important frontier. However, we identify a critical failure mode in this regime: \emph{repetitive copying}, where models extensively copy text from the input into their reasoning traces rather than productively solving the problem. We show that this behavior is pervasive across frontier long-context LLMs and intensifies with context length. By separating each prompt into task-relevant key evidence and irrelevant distractor context, we further show that the root cause is insufficient grounding: models copy from the prompt indiscriminately, and those that fail to focus on key evidence are far more likely to answer incorrectly. Motivated by this diagnosis, we propose GEAR (Grounding Evidence-Aware Reward), a reward shaping method that augments the accuracy signal with a grounding reward for overlap with key evidence and a distractor penalty for overlap with irrelevant context. To enable GEAR on natural-language data, we develop an automated pipeline that constructs evidence-annotated training data from arbitrary documents. We validate GEAR across multiple model scales and benchmarks, showing consistent improvements of up to +4.6 average points over standard RL with accuracy-based rewards, with larger gains at longer contexts, while also reducing repetitive copying and thinking length. Our findings suggest that, even as long-context evaluation shifts from simple retrieval toward complex reasoning, accurate grounding in relevant evidence remains an indispensable capability with substantial room for improvement.

URL PDF HTML 收藏
2607.19344 2026-07-22 cs.CV cs.AI cs.GR 新提交

Appearance Pointers -- Multimodal Region Control of Diffusion Transformers

外观指针——扩散变压器的多模态区域控制

Rahul Sajnani, Yulia Gryaditskaya, Radomír Měch, Srinath Sridhar, Matheus Gadelha

机构 * Brown University(布朗大学) Adobe Research(Adobe 研究院)

AI总结 针对可控图像生成难题,提出外观指针方法,通过区域对应网络和空间聚合机制生成并细化指针,为扩散变压器引入模态无关的局部多模态控制接口,单一模型性能达或超现有技术。

Comments 38 Pages, Preprint with supplement

详情
AI中文摘要

对于创意专业人士来说,可控图像生成仍然具有挑战性,他们通常需要对材料、物体身份和空间布局进行精确的区域控制,而仅通过文本提示无法可靠地实现这一点。扩散变压器(DiTs)可以原生地摄取来自文本和图像的异构令牌,但它们缺乏确定这些令牌应在何处以及如何影响输出的机制。我们引入了外观指针,通过将文本或图像输入与用户指定的掩码对齐,在正确的空间位置将DiTs引向正确的外观线索。外观指针由区域对应网络生成,并通过空间聚合机制进行细化,使模型能够处理多个区域描述而不会显著增加令牌负载。我们的方法在不从头重新训练基础模型的情况下,为DiT中的局部多模态控制引入了第一个模态无关接口。在一系列指标上,我们的单一模型达到或超过了特定模态的现有技术方法的性能,为生成图像合成中的精确、区域感知、多模态指导提供了一条简单且可扩展的途径。

英文摘要

Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved through text prompting alone. Diffusion Transformers (DiTs) can natively ingest heterogeneous tokens stemming from texts and images, but they lack mechanisms for determining where and how these tokens should influence the output. We introduce appearance pointers, compact tokens that guide DiTs toward the correct appearance cues at the correct spatial locations by aligning text or image inputs with user-specified masks. Appearance pointers are produced by a region correspondence network and refined through a spatial aggregation mechanism, enabling the model to handle multiple regional descriptions without significantly increasing token load. Our approach introduces the first modality-agnostic interface for localized multimodal control in a DiT without retraining the base model from scratch. Across a range of metrics, our single model reaches or surpasses the performance of modality-specific state of the art methods, offering a simple and extensible path toward precise, region-aware, multimodal guidance in generative image synthesis.

URL PDF HTML 收藏
2607.19343 2026-07-22 cs.CV cs.RO 新提交

Masked Visual Actions for Unified World Modeling

用于统一世界建模的掩码视觉动作

Hadi Alzayer, Wenlong Huang, Haonan Chen, Christopher Luey, Lvmin Zhang, Maneesh Agrawala, Gordon Wetzstein, Li Fei-Fei, Yilun Du, Jiajun Wu, Jia-Bin Huang

机构 * Stanford University(斯坦福大学) University of Maryland, College Park(马里兰大学帕克分校) Harvard University(哈佛大学)

AI总结 研究如何将动作传达给视频模型用于机器人世界建模,提出掩码视觉动作这一像素空间控制接口,经微调后单个检查点在多场景和实施例中表现出色,在下游操作中能辅助策略评估、改进决策和支持逆建模。

Comments Project webpage: https://masked-visual-actions.github.io

详情
AI中文摘要

视频模型吸收了关于视觉世界如何移动、交互以及对接触做出反应的丰富先验知识,使其成为机器人世界建模的有前途的基础。核心挑战在于如何以与它们学习这些交互先验知识的视觉空间对齐的形式将动作传达给此类模型,同时仍基于物理操作。我们引入了掩码视觉动作,这是一种像素空间控制接口,将动作表示为视频中任意实体的部分显示轨迹。揭示机器人运动使模型充当预测场景对低级机器人动作响应的前向动力学模型,而揭示所需对象运动使同一模型恢复与该结果一致的机器人行为。仅用来自真实视频和模拟的15小时掩码示例进行微调,单个检查点就能在不同场景和多个实施例中实现强大的视觉保真度和可控性。在下游操作设置中,该模型生成想象的展开,其结果与用于策略评估的实际世界执行相关,通过在基于模型的规划中对候选未来进行排名来改进决策,并通过从所需对象运动合成机器人运动来支持逆建模。

英文摘要

Video models absorb rich priors over how the visual world moves, interacts, and responds to contact, making them promising substrates for robotic world modeling. The central challenge is how to communicate action to such models in a form aligned with the visual space in which they learned these interaction priors, yet still grounded in physical manipulation. We introduce Masked Visual Actions, a pixel-space control interface that expresses action as a partially revealed trajectory of an arbitrary entity in a video. Revealing robot motion makes the model act as a forward dynamics model that predicts the scene's response to low-level robot actions, while revealing desired object motion makes the same model recover robot behavior consistent with that outcome. Finetuned with only 15 hours of masked examples from real videos and simulation, a single checkpoint achieves strong visual fidelity and controllability across diverse scenes and multiple embodiments. In downstream manipulation settings, the model produces imagined rollouts whose outcomes correlate with real-world execution for policy evaluation, improves decision making by ranking candidate futures in model-based planning, and supports inverse modeling by synthesizing robot motion from desired object motion.

URL PDF HTML 收藏
2607.19338 2026-07-22 cs.AI 新提交

CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents

CodeRescue:用于编码智能体的预算校准恢复路由

Qijia He, Jiayi Cheng, Chenqian Le, Rui Wang, Xunmei Liu, Yixian Chen, Jie Mei, Zhihao Wang, Xupeng Chen, Yuhuan Chen, Tao Wang

机构 * University of Washington(华盛顿大学) New York University(纽约大学) ByteDance(字节跳动) Amazon(亚马逊)

AI总结 研究编码智能体失败后的预算部署问题,核心方法是将其制定为异构动作上的恢复路由并训练监督路由器,添加CRC层实现预算变化下的成本控制,主要贡献是校准前沿在多个方面优于基线,节省恢复成本。

详情
AI中文摘要

编码智能体越来越多地在可执行环境中运行,失败尝试会产生可操作的反馈而非仅仅是错误答案。现有成本感知系统通常将此类失败视为级联决策。然而在编码中,执行反馈能使廉价模型恢复有价值,引出预算部署问题。我们将失败后决策制定为异构动作上的恢复路由,并从执行展开中训练监督路由器。为使路由器在变化预算下可用,添加共形风险控制(CRC)层,其无需重新训练就能选择部署时成本惩罚并提供边际预期成本控制。在五个编码基准的保留失败案例中,廉价恢复和升级呈现互补成功模式。校准前沿优于固定动作、仅提示路由器和二元级联基线;在主要的GPT - 5.4 - nano/GPT - 5.4设置中,一个CRC校准前沿点超过始终升级的解决率,同时使用其平均恢复成本的35%。代码可在指定网址获取。

英文摘要

Coding agents increasingly operate in executable environments where a failed attempt produces actionable feedback rather than merely an incorrect answer. Existing cost-aware systems typically treat such failures as cascade decisions: try a cheap model first, then escalate hard cases to a stronger and more expensive model. In coding, however, execution feedback can also make further cheap-model recovery worthwhile, raising a budgeted deployment question: when should an agent spend more cheap compute, and when should it escalate? We formulate this post-failure decision as recovery routing over heterogeneous actions and train a supervised router from execution rollouts. To make the same router usable under changing budgets, we add a Conformal Risk Control (CRC) layer that selects a deployment-time cost penalty without retraining and provides marginal expected-cost control under exchangeability. Across held-out failures from five coding benchmarks, cheap recovery and escalation exhibit complementary success patterns. The calibrated frontier improves over fixed actions, prompt-only routers, and a binary cascade baseline; in the main GPT-5.4-nano/GPT-5.4 setting, one CRC-calibrated frontier point exceeds always-escalate solve rate while using 35% of its mean recovery cost. Code is available at https://github.com/Qijia-He/agent-budget-control.

URL PDF HTML 收藏
2607.19336 2026-07-22 cs.AI cs.CL 新提交

Agents in the Wild: Where Research Meets Deployment

野外的智能体:研究与部署的交汇点

Grace Hui Yang, Pranav N. Venkit, Hooman Sedghamiz, Enrico Santus, Victor Dibia, Ioana Baldini

机构 * Georgetown University(乔治敦大学) Salesforce(Salesforce公司) Bayer(拜耳公司) Bloomberg(彭博公司) Microsoft Research(微软研究院)

AI总结 探讨基于大语言模型的智能体系统从研究到部署的转变,通过案例研究分析成功设计模式及失败缓解策略,为与会者提供跨行业安全可靠部署的全面视角、设计模式、评估清单和模板。

详情
AI中文摘要

基于大语言模型(LLM)的智能体系统,能够进行推理、规划、行动,并与工具及其他智能体协调,正迅速从研究原型向软件工程、科学发现和金融等领域的生产规模部署转变。学术工作侧重于基准测试和算法创新,而部署带来了关于鲁棒性、安全性和可靠性的新挑战。本教程汇聚研究人员和从业者,探讨推理与规划、多智能体协调及评估方面的进展,强调部署经验带来的开放挑战。通过药物发现和金融系统的应用案例研究,分析使智能体系统成功的常见设计模式,讨论针对失败模式的实际缓解策略,如验证管道、回退机制和人工监督。与会者将全面了解该领域,以及具体的设计模式、评估清单和跨行业安全可靠部署的模板。

英文摘要

Agentic systems large language model (LLM) based architectures capable of reasoning, planning, acting, and coordinating with tools and other agents are rapidly transitioning from research prototypes to production scale deployments across domains such as software engineering, scientific discovery, and finance. While academic work has emphasized benchmarks and algorithmic innovation, deployment raises new challenges around robustness, safety, and reliability. This tutorial brings together researchers and practitioners to explore advances in reasoning and planning, multi agent coordination, and evaluation, highlighting open challenges arising from deployment experience. Through applied case studies in pharmaceutical discovery and financial systems, we analyze common design patterns that make agentic systems successful, and discuss practical mitigation strategies for failure modes, such as verification pipelines, fallback mechanisms, and human in the loop supervision. Attendees will gain a comprehensive view of the field along with concrete design patterns, evaluation checklists, and templates for safe and reliable deployment across industries.

URL PDF HTML 收藏
2607.19331 2026-07-22 cs.LG cs.AI 新提交

ISO: An RLVR-Native Optimization Stack

ISO:一种原生 RLVR 的优化栈

Hanqing Zhu, Wenyan Cong, Zhizhou Sha, Sagnik Mukherjee, Xinyuan Song, David González-Martínez, Xiaoxia Wu, Yuandong Tian, Shiwei Liu, David Z. Pan, Zhangyang "Atlas" Wang

机构 * The University of Texas at Austin(德克萨斯大学奥斯汀分校) UIUC(伊利诺伊大学香槟分校) Emory University(埃默里大学) Together AI(联合人工智能公司) Recursive Superintelligence Inc(递归超级智能公司) ELLIS Institute Tübingen(图宾根埃利斯研究所)

AI总结 研究 RLVR 中缺失的优化层,提出等谱优化(ISO)框架,包括离线的 ISO-Merger 和在线的 ISO-Optimizer。通过光谱继承,在推理和编码任务中,用更少训练步骤提高准确率,为 RLVR 优化层问题提供了具体解决方案。

Comments Preprint

详情
AI中文摘要

可验证奖励的强化学习(RLVR)正在迅速提升语言模型的推理能力,但将奖励反馈转换为权重空间更新的优化层仍未被充分理解。基于先前分析,通过模型权重的奇异结构研究这一缺失层,识别出光谱继承:RLVR 可在获取新行为时重用基础模型的权重光谱。将光谱继承操作化为等谱优化(ISO),这是一个原生 RLVR、固定光谱的优化框架,有离线和在线实例。离线时,ISO-Merger 将共享基础专家的框架变化合并为单个固定光谱模型,无需合并后的数据、展开、梯度更新或策略蒸馏,在无数据合并方法中实现最强聚合性能。在线时,ISO-Optimizer 对框架变量应用选定的基础优化器,保持基础光谱固定。在各种推理和编码任务中,ISO-Optimizer 在报告的运行中提高了准确率,且用更少训练步骤达到匹配分数。总之,ISO 为 RLVR 缺失的优化层提供了具体答案:围绕奖励驱动适应的结构进行训练后设计,继承光谱,优化框架。

英文摘要

Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our prior analysis (Zhu et al., 2025), we study this missing layer through the singular structure of model weights and identify spectral inheritance: RLVR can reuse the base model's weight spectra while acquiring new behavior through changes in the associated input and output singular frames. We operationalize spectral inheritance as Isospectral Optimization (ISO), an RLVR-native, fixed-spectrum optimization framework with complementary offline and online instantiations. Offline, ISO-Merger combines the frame changes of shared-base specialists into a single fixed-spectrum model, requiring no post-merge data, rollouts, gradient updates, or on-policy distillation (OPD). It recovers complementary specialist capabilities and achieves the strongest aggregate performance among the compared data-free merging methods. Online, ISO-Optimizer applies a chosen base optimizer, including AdamW and Muon, to the frame variables while keeping the base spectra fixed. Across reasoning and coding tasks ranging from 1.5B to 8B parameters, ISO-Optimizer improves accuracy in the reported runs and reaches matched scores with substantially fewer training steps. On Qwen3-8B-Base, AdamW reaches an aggregate accuracy of 0.495 after 270 training steps. ISO-AdamW reaches the same accuracy after only 100 training steps and improves further to 0.509 after 210 training steps. Together, ISO offers a concrete answer to RLVR's missing optimization layer: rather than inheriting pre-training optimization wholesale, design post-training around the structure of reward-driven adaptation: inherit the spectrum, optimize the frames.

URL PDF HTML 收藏
2607.19326 2026-07-22 cs.CL 新提交

Selective State-Space Adaptation and Retrieval for Language Model Reasoning

用于语言模型推理的选择性状态空间适应与检索

Atahan Dokme, Larry Heck

机构 * AI Virtual Assistant (AVA) Lab(人工智能虚拟助手(AVA)实验室) Georgia Institute of Technology(佐治亚理工学院)

AI总结 研究针对语言模型推理,提出一类含MaLoRA和MaRA的适配器,通过在令牌和上下文级别引入选择性状态空间递归实现适应,在多个冻结主干和推理基准上提升了推理准确性。

详情
AI中文摘要

低秩适应引入了对每个输入相同应用的静态学习更新。该更新提供任务级适应,但未明确表示令牌级或实例级状态变化。提出了一类适配器,在两个互补粒度上引入选择性状态空间递归。在令牌级别,MaLoRA使适配器的缩放因子成为具有跨令牌循环状态的动态输入相关函数。在上下文级别,MaRA在调制语言模型生成答案之前跟踪跨段状态并选择与查询最相关的段。在三个冻结主干和两个推理基准上,该类方法提高了推理准确性。

英文摘要

Low-rank adaptation introduces a static learned update applied identically to every input. The update provides task-level adaptation but does not explicitly represent token-level or instance-level state variation. A family of adapters is proposed that introduces selective state-space recurrence at two complementary granularities. At the token level, \textbf{MaLoRA} (Mamba-modulated low-rank adaptation) makes the adapter's scaling factor a dynamic input-dependent function with recurrent state across tokens, in contrast to the stateless modulators of prior work. At the context level, \textbf{MaRA} (Mamba Retrieval Adapter) tracks cross-segment state and selects the segments most relevant to the query, before the modulated language model generates its answer. Across three frozen backbones (Qwen-2.5-7B, Llama-3.1-8B, Gemma-2-9B) and two reasoning benchmarks (MuSiQue, 2WikiMultihopQA), the family improves reasoning accuracy on every cell of the $3{\times}2$ grid, by $+6.8$ F1 ($+10.5\%$ relative) on average and up to $+9.3$ F1 ($+18.2\%$ relative) on the hardest cell over the LoRA baseline, and the token-level gains carry to RULER QA-2 under length stress.

URL PDF HTML 收藏
2607.19324 2026-07-22 cs.CV 新提交

InstructMixup: Instruction-Guided Salient Patch Editing for Robust Data Augmentation

InstructMixup:用于鲁棒数据增强的指令引导显著补丁编辑

Khawar Islam, Arif Mahmood, Xin Jin, Naveed Akhtar

机构 * The University of Melbourne(墨尔本大学) Information Technology University(信息技术大学) Westlake University(西湖大学)

AI总结 研究提出InstructMixup数据增强方法,利用轻量级检测器提取显著补丁,经指令引导生成模型细化后融合回原样本,还注入分形结构增加多样性,推导二阶近似,实验表明该方法在多基准测试中优于多种竞争方法。

详情
AI中文摘要

在图像和视频技术中,数据增强广泛用于提高深度视觉模型的泛化能力,基于样本插值的混合策略成为主流方法。然而,计算信息丰富的混合区域会增加大量开销,跨不同图像混合内容常破坏结果样本的语义完整性。我们提出InstructMixup,一种在单个视觉样本内构建具有挑战性且标签一致的训练样本的数据增强方法。它先使用轻量级显著性检测器从样本中提取多尺度显著补丁,用指令引导生成模型细化每个补丁,再将编辑后的补丁融合回同一样本的非显著区域,此步骤训练成本可忽略不计。为使学习表示更多样化,它以自适应比例在相同显著区域注入自相似分形结构。我们推导了所得邻域风险的二阶近似,表明该方法同时强制对生成编辑的不变性并抑制沿扰动显著方向的曲率,且通过实验验证了这两个预测。我们在涵盖粗粒度和细粒度分类、对损坏和遮挡的鲁棒性、校准以及迁移和自监督学习的七个基准上,对从小型到大型的骨干网络(如卷积神经网络、视觉Transformer和视觉语言基础模型)进行评估,InstructMixup优于九种竞争增强方法,在所有基准上超过最强基线。

英文摘要

In image and video technologies, data augmentation is widely used to improve the generalization of deep visual models, and mixup-based strategies that interpolate between samples have become the dominant approach. However, computing informative mixing regions adds substantial overhead, and blending content across different images frequently disrupts the semantic integrity of the resulting sample. We propose \our{}, a data augmentation method that constructs challenging yet label-consistent training samples entirely within a single visual sample. \our{} first extracts multi-scale salient patches from the sample using a lightweight saliency detector, refines each patch with an instruction-guided generative model, and blends the edited patch back into the non-salient regions of the same sample; because the generative edits are computed once and cached offline, this step adds negligible training cost. To further diversify the learned representation, \our{} injects self-similar fractal structure into the same salient regions at an adaptive ratio, so each training sample carries both fractal and non-fractal structure. We derive a second-order approximation of the resulting vicinal risk, showing that the method simultaneously enforces invariance to the generative edit and suppresses curvature along the perturbed salient directions, and we verify both predictions empirically. We evaluate on small to large backbones for instance Convolutional Neural Networks (CNNs), Vision Transformers (ViTs) and Vision-Language Foundational Models (VLMs) across seven benchmarks covering coarse- and fine-grained classification, robustness to corruption and occlusion, calibration, and transfer and self-supervised learning, InstructMixup outperforms nine competing augmentation methods, surpassing the strongest baseline across all benchmarks.

URL PDF HTML 收藏
2607.19313 2026-07-22 cs.LG cs.AI 新提交

Off-Context GRPO: Learning to Reason on Hard Problems using Privileged Information

脱离上下文的广义信赖域策略优化算法:利用特权信息学习解决难题

Priyank Agrawal, Ankur Samanta, Shervin Ghasemlou, Jalaj Bhandari, Kavosh Asadi, Daniel Jiang, Aditya Modi

机构 * Meta AI(元人工智能公司) Columbia University(哥伦比亚大学)

AI总结 研究利用特权信息解决强化学习难题,提出脱离上下文的广义信赖域策略优化算法(OC - GRPO),通过引导展开和重要性校正目标避免训练不匹配,在标准数学推理基准上比普通GRPO有显著提升且成本低。

Comments 24 Pages

详情
AI中文摘要

具有可验证奖励的强化学习(RLVR)提升了大语言模型中的推理能力。然而,典型的RLVR方法在难题上会失效,当模型无法生成正确解决方案时,它会收到零学习信号。在训练期间提供特权指导,如解决方案前缀,可通过引导模型走向有非零奖励的正确解决方案来克服这一学习困境。我们将这些展开称为“脱离上下文”,它们由包含特权指导的训练提示生成,而目标目标由没有该指导的原始提示定义。我们引入了脱离上下文的广义信赖域策略优化算法(OC - GRPO),它是GRPO的一个最小修改变体,使用引导展开但应用重要性校正目标来引导更新回到原始无引导目标,避免了使未校正引导训练不稳定的不匹配。通过实验,我们的算法在标准数学推理基准上平均比普通GRPO实现了3.9%的绝对提升(13.8%的相对增益),且额外成本可忽略不计。

英文摘要

Reinforcement learning with verifiable rewards (RLVR) improves reasoning in large language models. Yet, typical RLVR approaches fail on difficult problems: when a model cannot generate any correct solutions, it receives \textit{zero} learning signal. Providing privileged guidance during training, such as solution prefixes, can help overcome this learning cliff by steering the model towards {correct solutions with non-zero reward}. {We call these rollouts \textit{off-context}: they are generated from a training prompt that contains privileged guidance, while the target objective is defined by the original prompt without that guidance.} {We introduce} Off-Context GRPO (OC-GRPO), a minimally modified variant of GRPO that uses guided rollouts but applies an importance-corrected objective to steer the update back toward the original unguided objective, avoiding the mismatch that destabilizes uncorrected guided training. Empirically, our algorithm achieves a 3.9\% absolute improvement (13.8\% relative gain) over vanilla GRPO on average across standard mathematical reasoning benchmarks with negligible additional cost.

URL PDF HTML 收藏
2607.19312 2026-07-22 cs.LG cs.CG 新提交

Staypoint Detection from Noisy Trajectory Data [Experiment Paper]

从噪声轨迹数据中检测停留点[实验论文]

Lance Kennedy, Hossein Amiri, Yueyang Liu, Riyang Bao, Hanqi Chen, Mohammad Hashemi, Ruochen Kong, Xiaotong Liu, Joon-Seok Kim, Shengpu Tang, Liang Zhao, Andreas Züfle

机构 * Emory University(埃默里大学)

AI总结 研究针对停留点检测缺乏标准基准及算法未系统评估的问题,引入16个大规模模拟数据集,评估九种停留点检测算法,发现现有算法在现实噪声条件下不佳,所提无监督方法有改进,监督方法优于基线,为后续研究提供了起点。

详情
AI中文摘要

从原始轨迹数据中检测停留点对众多空间计算应用至关重要,它将地理位置的原始数字序列转换为语义上有意义的位置。然而,停留点检测缺乏标准基准,现有算法也未得到系统评估,原因是没有公开数据集能同时提供原始个体轨迹和真实停留点注释。本文通过两个关键贡献解决了这一局限:一是引入16个大规模模拟数据集,涵盖不同轨迹噪声水平下数千个带注释停留点的智能体;二是评估九种停留点检测算法,分析其对噪声的鲁棒性。评估发现现有最先进算法在现实噪声条件下表现不佳,而本文提出的无监督方法有显著改进,监督方法也大幅优于现有基线。这些数据集和方法只是停留点检测未来研究的起点。

英文摘要

Detecting staypoints from raw trajectory data is fundamental to numerous spatial computing applications. This process transforms raw numeric sequences of geolocations into semantically meaningful locations, such as homes, workplaces, or restaurants. Despite its importance for semantic trajectory analysis, staypoint detection lacks standard benchmarks, and existing algorithms have never been systematically evaluated. This gap persists because no publicly available datasets provide both raw individual trajectories and ground-truth staypoint annotations. This benchmark paper addresses this limitation with two key contributions: (1) we introduce 16 large-scale simulated datasets capturing thousands of agents with annotated staypoints across varying trajectory noise levels, and (2) we evaluate nine staypoint detection algorithms-including both state-of-the-art and novel methods-to analyze their robustness to noise. Our evaluation reveals that existing state-of-the-art algorithms perform poorly under realistic noise conditions. Conversely, our proposed unsupervised methods yield substantial improvements, while supervised approaches drastically outperform existing baselines. While these results are very promising, these datasets and methods are only meant as starting points for future research in staypoint detection.

URL PDF HTML 收藏
2607.19306 2026-07-22 cs.RO cs.AI cs.CV cs.SY eess.SY 新提交

From Distances to Trajectories: Real-Time Signed Distance Function Mapping and Distance-Accelerated Motion Planning for UAVs

从距离到轨迹:无人机的实时带符号距离函数映射与距离加速运动规划

Jason Stanley, Zhirui Dai, Qihao Qian, Tzu-Chin Ho, Tianxing Fan, Siddharth Saha, Christopher Barngrover, Ki Myung Brian Lee, Nikolay Atanasov

机构 * UC San Diego(加州大学圣地亚哥分校) Shield AI(护盾人工智能公司)

AI总结 研究针对无人机在杂乱环境中的自主飞行,提出围绕带符号距离函数协同设计映射与规划阶段。开发OREN重建SDF,Bubble$^\star$基于距离信息规划,减少碰撞检查。集成方法在四旋翼飞行器上实时导航,提升SDF估计并快速找到长轨迹。

Comments 25 pages, 10 figures, 5 tables

详情
AI中文摘要

在杂乱环境中的自主飞行要求机器人在机载且实时的情况下构建周围环境的几何地图并规划安全、动态可行的轨迹。传统方法将映射和规划视为分开的阶段,且常依赖二进制占用进行碰撞检查。本文认为这两个阶段应围绕单一表示——带符号距离函数(SDF)进行协同设计。通过对到最近障碍物的距离进行编码,SDF为规划和轨迹优化提供比单独占用更丰富的信息。我们开发了八叉树残差网络(OREN),它将显式八叉树先验与隐式神经残差配对,以从点云观测中在线重建SDF,兼具体素方法的效率和神经方法的准确性及可微性。同时,我们开发了Bubble$^\star$,一种基于搜索的规划器,利用距离信息生长最大无碰撞球(即气泡),具有终止、完备性和故障检测的形式保证。在气泡图上进行规划与基于网格的A$^\star$搜索相比显著减少碰撞检查,并返回形成安全走廊的气泡序列用于轨迹优化。我们在四旋翼飞行器上演示了集成的OREN - Bubble$^\star$方法,在严格计算约束下实时导航未见的室内环境。OREN与基线相比将SDF估计提高了22%,而Bubble$^\star$在1 - 3秒内找到穿越杂乱环境约90米的轨迹,而基线在相同环境中最多需10秒。

英文摘要

Autonomous flight in cluttered environments requires a robot to build a geometric map of its surroundings and plan safe, dynamically feasible trajectories, all onboard and in real time. Conventional approaches treat mapping and planning as separate stages and often rely on binary occupancy for collision checking. We argue that these two stages should be co-designed around a single representation: a signed distance function (SDF). By encoding distance to the nearest obstacle, an SDF provides richer information for planning and trajectory optimization than occupancy alone. We develop an Octree REsidual Network (OREN) that pairs an explicit octree prior with an implicit neural residual to reconstruct SDFs online from point cloud observations with the efficiency of volumetric methods and the accuracy and differentiability of neural methods. In tandem, we develop Bubble$^\star$, a search-based planner that exploits the distance information to grow maximal collision-free balls, which we call bubbles, with formal guarantees of termination, completeness, and failure detection. Planning over a graph of bubbles significantly reduces collision checks compared to a grid-based A$^\star$ search and returns a bubble sequence that forms a safe corridor for trajectory optimization. We demonstrate the integrated OREN-Bubble$^\star$ approach onboard a quadrotor, navigating unseen indoor environments in real time under tight compute constraints. OREN improves SDF estimation by $22$% compared to baselines, while Bubble$^\star$ finds trajectories spanning $\approx 90$ m through a cluttered environment in $1$-$3$ sec., whereas baselines take up to $10$ sec. in the same environment.

URL PDF HTML 收藏
2607.19300 2026-07-22 cs.AI cs.GT 新提交

LLM Detection as an Intervention: Downstream Impact under Strategic User Behavior

作为一种干预手段的大语言模型检测:战略用户行为下的下游影响

Meena Jagadeesan, Tatsunori Hashimoto, Jon Kleinberg

机构 * Stanford University(斯坦福大学) University of Pennsylvania(宾夕法尼亚大学) Cornell University(康奈尔大学)

AI总结 研究LLM检测对下游指标的影响,开发程式化模型捕捉用户策略行为。发现不完善的检测器会扭曲LLM使用及输出质量,导致用户增加使用量且输出质量可能降低,还呈现“先升后降”检测模式,揭示了检测干预的失效模式。

详情
AI中文摘要

随着大语言模型(LLM)的应用越来越广泛,人们对检测LLM生成的内容兴趣日增,例如通过检测工具和基于语言模式的启发式方法。检测器作为一种干预手段,不仅影响被检测的属性本身,还影响诸如LLM使用情况和输出质量等下游指标。本文展示了不完善的LLM检测器如何通过扭曲用户在工作流程中使用LLM的动机,对这些下游指标产生违反直觉的影响。我们开发了一个程式化模型,捕捉用户如何策略性地选择使用LLM的程度以及如何对内容进行后处理以减少被检测属性。通过该模型表明,LLM检测可能会反常地导致用户增加LLM使用量。此外,即使减少被检测属性会提高输出质量,引入LLM检测器也可能导致用户产生质量更低的输出。相比之下,检测器会使被检测属性呈现出清晰的“先上升后下降”模式,我们在arXiv摘要的词频上通过实验重现了这一模式。总之,我们的工作说明了LLM检测如何扭曲LLM使用和输出质量,揭示了LLM检测器作为对这些下游指标的干预手段时的失效模式。

英文摘要

As LLM adoption becomes more widespread, there is a growing interest in detecting LLM-generated content, for example through LLM detection tools and through heuristics based on language patterns. Detectors operate as an intervention that steers not only the detected attribute itself, but also downstream metrics such as LLM usage and output quality. In this work, we demonstrate how imperfect LLM detectors lead to counterintuitive impacts on these downstream metrics, by distorting how users are incentivized to use LLMs in their workflow. We develop a stylized model which captures how users strategically choose how much to use the LLM and how to post-process content to reduce the detected attribute. Using this model, we show that LLM detection can counterintuitively lead humans to increase their LLM usage. Moreover, even when reducing the detected attribute improves output quality, we find that introducing an LLM detector can lead users to produce lower quality outputs. In contrast, we show that detectors result in a clean "rise-then-fall" pattern for the detected attribute, which we empirically reproduce for word frequencies on arXiv abstracts. Altogether, our work illustrates how LLM detection can distort LLM usage and output quality, uncovering failure modes when LLM detectors operate as an intervention on these downstream metrics.

URL PDF HTML 收藏
2607.19297 2026-07-22 cs.AI cs.SE 新提交

Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Running Stateful Business Processes

基于LangGraph的基于图的智能体人工智能:长期运行的有状态业务流程的工作流路径

Daniel Pearson, Sidney Shapiro, Emiliano Sebastian Gonzalez Venegas, Sanad Al-Khatib, Aurora Pinzón Arzola

机构 * Dhillon School of Business, University of Lethbridge(莱斯布里奇大学迪隆商学院) Universidad de Guadalajara(瓜达拉哈拉大学) Al Hussein Technical University(侯赛因技术大学) Universidad de Guanajuato(瓜纳华托大学)

AI总结 本文为业务流程中的生成式AI系统提供基于图的工作流路径实践指南,提出三种可执行方法展示相关技术协同,按工作流复杂性定位LangGraph,解释其适用场景及实现模式,明确产品行为。

Comments 25 pages, 2 figures. With ancillary code

详情
AI中文摘要

本文是一份针对业务流程中长时间运行、有状态、多步骤生成式人工智能系统的基于图的工作流路径的实践指南。我们没有将LangGraph(一个用于有状态智能体的低级编排框架)视为模型质量基准目标,而是提出了三个可执行的方法——带修复循环的SQL分析、带证据门控的智能体检索增强生成以及带中断和检查点恢复的人工参与策略审查——以展示类型化状态、条件路由、确定性工具、重试、中断、检查点和跟踪是如何协同工作的。LangGraph是根据工作流复杂性适配定位的,而不是作为通用默认选项:对于基本工具使用,更简单的ReAct风格或普通SDK循环可能更好;对于结构化提取和验证,基于模式的工具更好;当主要目标是提示或程序优化时,DSPy更好。每个方法都解释了何时LangGraph值得额外的结构,以及哪些实现模式使路由、暂停和审计跟踪成为明确的产品行为而不是隐藏的提示逻辑。

英文摘要

This paper is a practitioner guide to graph-based workflow pathways for long-running, stateful, multi-step generative AI systems in business processes. Rather than treating LangGraph, a low-level orchestration framework for stateful agents, as a model-quality benchmark target, we present three executable recipes -- SQL analytics with repair loops, agentic retrieval-augmented generation with evidence gating, and human-in-the-loop policy review with interrupt and checkpoint recovery -- to show how typed state, conditional routing, deterministic tools, retries, interrupts, checkpoints, and traces fit together. LangGraph is positioned by workflow-complexity fit, not as a universal default: simpler ReAct-style or plain SDK loops may be better for basic tool use, schema-first tools for structured extraction and validation, and DSPy when prompt or program optimization is the main goal. Each recipe explains when LangGraph is worth the extra structure and which implementation patterns make routes, pauses, and audit trails explicit product behavior rather than hidden prompt logic.

URL PDF HTML 收藏
2607.19284 2026-07-22 cs.RO 新提交

Stochastic Multi-Objective Kinodynamic Planning Against Adversaries

针对对手的随机多目标运动动力学规划

Thomas Marshall Vielmetti, Daniel Cherenson, Dimitra Panagou

机构 * University of Michigan(密歇根大学)

AI总结 研究在含随机混合对手环境下的多目标运动动力学规划,核心方法是将规划空间转移到闭环策略序列,通过蒙特卡洛粒子展开评估风险,引入SMO-RRT和SMO-SST算法,推导有限样本界,实现概率安全规划。

Comments 8 pages, 1 figure, accepted to CDC 2026

详情
AI中文摘要

本文研究在存在随机混合对手的环境中的多目标运动动力学规划,对手会根据自身状态概率性地转变为对抗模式。目标是构建在执行成本和违反安全约束概率(风险)之间权衡的路径帕累托前沿。现有的机会约束规划器在开环轨迹上评估风险,导致过于保守的解决方案。为此,我们将规划空间转移到闭环策略序列,并通过蒙特卡洛粒子展开将基于样本的风险评估直接集成到树构建中。我们首先引入随机多目标快速扩展随机树(SMO-RRT)并证明其概率完备性,接着引入随机多目标稳定稀疏快速扩展随机树(SMO-SST),它利用选择性剪枝以牺牲完备性为代价提高数值性能。对于这两种算法,我们推导了具有非高斯、状态依赖不确定性系统违反机会约束概率的有限样本界,实现了在适用于多智能体系统、社会导航和自动驾驶的广泛环境中的概率安全规划。

英文摘要

This paper addresses multi-objective kinodynamic planning in environments with stochastic hybrid adversaries that probabilistically transition to adversarial modes based on the ego state. The goal is to construct the Pareto-front of paths that trade off execution cost and the probability of safety constraint violation (risk). Existing chance-constrained planners evaluate risk over open-loop trajectories, yielding overly conservative solutions that fail to account for ego-agent reactivity. To address this limitation, we shift the planning space to sequences of closed-loop policies, and integrate sample-based risk evaluation directly into tree construction via Monte-Carlo particle rollouts. We first introduce Stochastic Multi-Objective RRT (SMO-RRT), for which we prove probabilistic completeness, followed by Stochastic Multi-Objective Stable Sparse RRT (SMO-SST), which leverages selective pruning to improve numerical performance at the cost of completeness. For both algorithms, we derive a finite-sample bound on the probability of chance constraint violation for systems with non-Gaussian, state-dependent uncertainty, enabling probabilistically safe planning in a broad class of environments applicable to multi-agent systems, social navigation, and autonomous driving.

URL PDF HTML 收藏
2607.19281 2026-07-22 cs.LG 新提交

A Reinforcement-Learning-Augmented Liquid-Fueled Reactor Network Model for Predicting Lean Blowout in Gas Turbine Combustors

一种用于预测燃气轮机燃烧室贫油熄火的强化学习增强型液体燃料反应器网络模型

Philip John, Eloghosa Ikponmwoba, Pinaki Pal, Opeoluwa Owoyele

机构 * Louisiana State University(路易斯安那州立大学) Argonne National Laboratory(阿贡国家实验室)

AI总结 研究提出强化学习框架预测燃气轮机燃烧室贫油熄火,采用多阶段聚类-分类策略,借助初始聚类和演员-评论家RL智能体生成优化反应器区域,验证研究显示该框架预测保真度高、速度快,有潜力作为降阶建模技术辅助高保真模拟。

详情
AI中文摘要

本研究引入了一种强化学习(RL)框架,用于生成优化的液体燃料反应器,以改进燃气轮机燃烧室贫油熄火(LBO)预测。现有确定簇边界的方法依赖于手动启发式或输入空间中基于距离的度量。相比之下,所提方法是目标导向的,在簇形成过程中明确考虑目标度量(如LBO预测精度)。该框架采用多阶段聚类-分类策略:初始聚类步骤(如k均值聚类)生成大量同质微簇,随后由一个演员-评论家RL智能体将它们合并为优化的反应器区域。使用Jet-A机制(119种物质,841个反应)进行的验证研究表明,与k均值相比,RL框架具有更高的预测保真度,能捕捉到正确的LBO趋势,且相对于高保真计算模型实现了大幅加速。总体而言,RL驱动方法作为一种计算高效的降阶建模技术,具有强大潜力,可补充高保真模拟用于快速设计空间探索。

英文摘要

This study introduces a reinforcement learning (RL) framework for generating optimal liquid-fueled reactors to improve lean blowout (LBO) predictions in gas turbine combustors. Existing approaches for determining cluster boundaries rely on manual heuristics or distance-based metrics in the input space. In contrast, the proposed method is goal-oriented, explicitly accounting for the target metric (e.g., LBO prediction accuracy) during cluster formation. The framework employs a multi-stage clustering--classification strategy: an initial clustering step (e.g., $k$-means clustering) generates a large set of homogeneous micro-clusters, followed by an actor-critic RL agent that merges them into optimal reactor zones. The validation study, performed using a Jet-A mechanism (119 species, 841 reactions), shows the RL framework offers improved predictive fidelity compared to $k$-means and captures the correct LBO trends, while achieving substantial speedups relative to the high-fidelity computational model. Overall, the RL-driven approach demonstrates strong potential as a computationally efficient reduced-order modeling technique that can complement high-fidelity simulations for rapid design-space exploration.

URL PDF HTML 收藏
2607.19274 2026-07-22 cs.RO 新提交

Eversion-based robots can enable safe access,steering and endoscopic imaging within the spinal subarachnoid space

基于外翻的机器人可实现脊髓蛛网膜下腔内的安全进入、转向和内窥镜成像

Zicong Wu, Panagiotis Kalozoumis, S. M. Hadi Sadati, Aminul I. Ahmed, Jonathan Shapey, Christian Baker, Thomas Booth, Wenfeng Xia, Sebastien Ourselin, Panagiotis Vartholomeos, Christos Bergeles

机构 * King’s College London(伦敦国王学院) University of Thessaly(色萨利大学) Queen Mary University London(伦敦玛丽女王大学) Institute of Psychiatry, Psychology & Neuroscience, King’s College London(伦敦国王学院精神病学、心理学与神经科学研究所)

AI总结 研究脊髓蛛网膜下腔安全导航问题,提出直径2毫米的外翻生长机器人平台,经多种验证,该平台能实现摩擦最小化伸展和转向,为鞘内干预建立基础,后续还需更大队列和生理条件下的进一步验证。

详情
AI中文摘要

脊髓蛛网膜下腔的安全导航受其狭窄、顺应性和脆弱解剖结构的限制。传统导管和连续体机器人依靠近端推动,在组织与设备界面产生摩擦和剪切,限制远端可控性并增加神经损伤风险。本文提出一个直径2毫米的外翻生长机器人平台,通过计算建模、模型实验和完整人体尸体研究验证,能在人体脊髓蛛网膜下腔内实现摩擦最小化的伸展和转向。该机器人集成微型内窥镜用于实时鞘内可视化,通过压力驱动尖端外翻前进,将运动定位到远端尖端,同时最小化展开主体的平移滑动。模型实验表明,与基于推送的插入相比,平均相互作用力降低65.2%,峰值相互作用力降低48.0%。基于物理的建模显示,外翻生长重新分配了组织负荷,相对于传统插入减少了局部应力集中和界面剪切。在完整人体尸体中,该系统通过荧光镜和内窥镜可视化实现了150毫米的可控鞘内伸展,从标准腰椎入口点跨越多个椎体水平。术后椎板切除术和硬脊膜切开术显示硬脑膜或周围神经结构无明显宏观破坏。这些结果首次在完整人体脊髓解剖结构中对基于外翻的机器人导航进行了机械表征和多模态验证,为未来鞘内干预建立了定量和程序基础。在临床转化之前,需要在更大的解剖队列和生理条件下进行进一步验证。

英文摘要

Safe navigation within the spinal subarachnoid space is constrained by its narrow, compliant, and delicate anatomy. Conventional catheters and continuum robots rely on proximal pushing, generating friction and shear along the tissue device interface that limit distal controllability and increase the risk of neural injury. Here, we present a 2 mm diameter eversion-growing robotic platform that enables friction minimised extension and steering within the human spinal subarachnoid space, validated through computational modelling, phantom experiments, and intact human cadaver studies. The robot integrates a miniature endoscope for real time intrathecal visualisation and advances by pressure driven tip eversion, localising motion to the distal tip while minimising translational sliding of the deployed body. Phantom experiments demonstrated reductions of 65.2% in mean interaction force and 48.0% in peak interaction force compared with matched push-based insertion. Physics based modelling showed that eversion based growth redistributed tissue loading, reducing local stress concentrations and interfacial shear relative to conventional insertion. In an intact human cadaver, the system achieved 150 mm of controlled intrathecal extension with concurrent fluoroscopic and endoscopic visualisation, providing access across multiple vertebral levels from a standard lumbar entry point. Postprocedural laminectomy and durotomy revealed no observable macroscopic disruption of the dura mater or surrounding neural structures. These results provide the first mechanically characterised and multimodally validated demonstration of eversion-based robotic navigation in intact human spinal anatomy, establishing a quantitative and procedural foundation for future intrathecal interventions. Further validation in larger anatomical cohorts and under physiological conditions will be required before clinical translation.

URL PDF HTML 收藏
2607.19270 2026-07-22 cs.LG cs.AI 新提交

GUIDED Network-Agnostic Feature Initialization for Spatial Transferability in GNN-based Models

基于GNN的模型中用于空间可迁移性的引导式网络无关特征初始化

Alessandro Scalese, Santhanakrishnan Narayanan, Constantinos Antoniou

机构 * Technical University of Munich(慕尼黑工业大学)

AI总结 研究针对交通分配问题中GNN模型空间泛化差的问题,提出网络无关初始化层GUIDED,通过在虚拟链路注入需求标量属性标准化输入空间。实验表明其能提升模型性能、鲁棒性及参数效率,减少训练时间,为相关空间问题提供通用蓝图。

详情
AI中文摘要

交通分配问题是交通规划中一个基本但计算成本高昂的组成部分。虽然图神经网络已成为快速、数据驱动的替代方法,但其实际部署受到空间泛化差距的严重限制。标准模型依赖于将出行需求与固定网络拓扑相关联的转导特征初始化,阻碍了向新城市环境的无缝迁移。本研究提出了一个网络无关的初始化层,即几何无约束归纳需求嵌入(GUIDED)。通过在辅助虚拟链路上将出行需求作为标量属性注入,而非特定节点特征,该模块化框架使输入空间标准化。实验表明,集成GUIDED层的异构图注意力网络在单网络任务上保持先进预测精度,对分布外需求模式有更强鲁棒性,在数据稀缺时也优于基线。该特征初始化实现高效参数的域适应,优化的散射操作使训练时间减少约50%,为广义起讫点空间问题提供了通用蓝图。

英文摘要

The Traffic Assignment Problem is a fundamental but computationally expensive component of transportation planning. While Graph Neural Networks have emerged as fast, data-driven surrogates, their practical deployment is severely constrained by a spatial generalization gap. Standard models rely on transductive feature initializations that tie travel demand to fixed network topologies, preventing seamless transfer to new urban environments. To overcome this structural limitation, this research proposes a network-agnostic initialization layer, termed Geometrically Unconstrained Inductive Demand EmbeDding (GUIDED). By injecting travel demand as a scalar attribute on auxiliary virtual links rather than as specific node features, this modular framework standardizes the input space regardless of network scale. Extensive experimental evaluation across multiple urban topologies demonstrates that a Heterogeneous Graph Attention Network (HetGAT) model integrated with the proposed GUIDED layer maintains state-of-the-art predictive accuracy on single-network tasks, while demonstrating superior robustness to out-of-distribution demand patterns and maintaining a distinct performance advantage over the baseline even under severe data scarcity. Notably, the proposed feature initialization enables highly parameter-efficient domain adaptation for inter-network transfer learning without artificial input homogenization, establishing a robust foundation for truly inductive models. At the same time, the optimized scatter operations of the initialization layer yield an approximate 50% reduction in training time per epoch compared to the baseline approach. Furthermore, while demonstrated on vehicular traffic, this fundamental abstraction of spatial topology provides a versatile blueprint for generalized origin-destination spatial problems, such as freight logistics and multimodal network optimization.

URL PDF HTML 收藏
2607.19266 2026-07-22 cs.LG cs.AI 新提交

Toward Auditable Fraud Detection: Combining Graph Features, Model Explanations, and Agentic Case Investigation

迈向可审计的欺诈检测:结合图特征、模型解释和智能案例调查

Rahil Sharma

机构 * Vrije Universiteit Amsterdam(阿姆斯特丹自由大学)

AI总结 研究欺诈检测系统,通过分层管道结合多种方法,包括梯度提升分类器等。在PaySim数据集上实验,各组件在特定条件下起作用,如校正后图特征等未提升全测试集平均精度,但在部分子集有作用,调查代理表现不佳,还标记了其错误。

Comments 14 pages, 3 figures. Code available at https://github.com/rahil1303/auditable-fraud-investigation

详情
AI中文摘要

欺诈检测系统必须随着交易量的增加而扩展,同时保持可解释性和可审查性。我们研究了PaySim数据集上的分层管道,该管道结合了梯度提升分类器、图衍生的结构特征、基于自动编码器的异常信号、TreeSHAP解释以及应用于分类器评分不确定的案例的有界语言模型调查代理。在进行任何模型比较之前,我们识别并消除了模拟器特定的平衡捷径,否则会夸大基线性能。校正后,图特征和异常信号均未提高完整测试集上的平均精度。然而,在获得中间基线分数的案例子集中,两者对欺诈的排名都更好。在注入多账户欺诈环的对照实验中,工程结构特征恢复了所有注入的测试交易,而表格基线遗漏了大约四分之一。调查代理的表现不如其依赖的分类器的直接阈值,在平衡的60个案例样本中,准确率为65.0%,而直接阈值为71.7%,尽管可以访问模型解释、图上下文和检索到的参考案例。在代理更改的八个决策中,六个用错误替换了正确的分类器输出,并且在每种情况下都产生了连贯的书面理由。基于探索性分歧的升级规则标记了其中两个代理错误以供人工审查,而未标记任何正确决策。我们得出结论,分层欺诈系统的每个组件仅在特定条件下才起作用,并且调查代理看似合理的理由并不证明决策更好。

英文摘要

Fraud detection systems must scale with rising transaction volume while remaining explainable and reviewable. We study a layered pipeline on the PaySim dataset that combines a gradient-boosted classifier, graph-derived structural features, an autoencoder-based anomaly signal, TreeSHAP explanations, and a bounded LLM investigation agent applied to cases the classifier scores uncertainly. Before any model comparison, we identify and remove a simulator-specific balance shortcut that would otherwise inflate baseline performance. After this correction, neither the graph features nor the anomaly signal improves Average Precision on the full test set. Both, however, rank fraud better within the subset of cases receiving intermediate baseline scores. In a controlled experiment with injected multi-account fraud rings, engineered structural features recover all injected test transactions, while the tabular baseline misses roughly a quarter of them. The investigation agent underperforms direct thresholding of the classifier it relies on, reaching 65.0% accuracy against 71.7% on a balanced 60-case sample, despite having access to model explanations, graph context, and retrieved reference cases. Of the eight decisions the agent changed, six replaced correct classifier outputs with errors, and it produced a coherent written rationale in each case. An exploratory disagreement-based escalation rule flagged two of these agent errors for human review without flagging any correct decision. We conclude that each component of a layered fraud system contributes only under specific conditions, and that a plausible rationale from an investigation agent is not evidence of a better decision.

URL PDF HTML 收藏
2607.19261 2026-07-22 cs.CV cs.AI 新提交

PathAgentBench: Benchmarking Evidence-Seeking Vision-Language Models on Whole-Slide Pathology Image

PathAgentBench:在全切片病理图像上对寻求证据的视觉语言模型进行基准测试

Dankai Liao, Tianyi Zhang, Yufeng Wu, Xinyue Zhang, Qiaochu Xue, Zeyu Liu, Dachun Zhao, Linghan Cai, Yueming Jin

机构 * National University of Singapore(新加坡国立大学) PuzzleLogic Pte Ltd(拼图逻辑私人有限公司) Harbin Institute of Technology, Shenzhen(哈尔滨工业大学深圳校区) Peking Union Medical College Hospital(北京协和医院)

AI总结 研究针对全切片病理图像诊断中证据获取与整合问题,引入PathAgentBench基准,评估视觉语言模型的四项互补能力,包含多模型评估结果,揭示了证据推理与获取间的差距,为改进病理模型提供统一框架。

详情
AI中文摘要

全切片图像(WSI)诊断需要识别诊断相关区域,跨放大倍数检查并整合多尺度证据。但现有病理基准大多在预裁剪补丁或预提取的切片特征上评估模型,其从千兆像素WSI直接获取证据的能力未经充分测试。我们引入PathAgentBench,用于评估寻求证据的视觉语言模型的四项互补能力:证据解释的图像到文本匹配、证据验证的文本到图像检索、证据获取的诊断区域定位以及证据整合的多尺度推理。该基准以诊断树形式组织,包含1822张TCGA WSI和17135条由十位认证病理学家注释的诊断路径。使用190张带详细注释的乳腺癌WSI私人队列评估自主全切片探索。我们评估了20个通用、医学和病理专用模型。领先的开放权重模型在多尺度推理中准确率超过93%,在两个跨模态匹配任务中准确率超过50%。相比之下,诊断区域定位仍具挑战性:最佳文本引导平均交并比低于0.09,不如简单的基于中心的启发式方法。在自主探索中,无条件命中率从低倍放大时的0.522降至中倍放大时的0.185和高倍放大时的0.020。这些结果揭示了在整理好的证据上推理与直接从WSI获取证据之间的明显差距。PathAgentBench为测量和改进寻求证据的病理模型提供了统一框架。

英文摘要

Whole-slide image (WSI) diagnosis requires identifying diagnostically relevant regions, examining them across magnifications, and integrating multi-scale evidence. However, most existing pathology benchmarks evaluate models on pre-cropped patches or pre-extracted slide features, leaving their ability to acquire evidence directly from gigapixel WSIs largely untested. We introduce PathAgentBench, a benchmark for evaluating evidence-seeking vision-language models (VLMs) across four complementary capabilities: image-to-text matching for evidence interpretation, text-to-image retrieval for evidence verification, diagnostic-region localization for evidence acquisition, and multi-scale reasoning for evidence integration. The benchmark is organized as a diagnostic tree that links nested regions across magnifications with scale-specific findings and path-level diagnoses. It contains 1,822 TCGA WSIs and 17,135 diagnostic paths annotated by ten board-certified pathologists. An additional private cohort of 190 breast cancer WSIs with detailed annotations is used to evaluate autonomous whole-slide exploration. We evaluate 20 general-purpose, medical, and pathology-specialized models. Leading open-weight models achieve over 93% accuracy in multi-scale reasoning and over 50% accuracy in both cross-modal matching tasks. In contrast, diagnostic-region localization remains challenging: the best text-guided mean intersection-over-union is below 0.09, underperforming a simple center-based heuristic. During autonomous exploration, the unconditional hit rate decreases from 0.522 at low magnification to 0.185 at intermediate magnification and 0.020 at high magnification. These results reveal a pronounced gap between reasoning over curated evidence and acquiring that evidence directly from WSIs. PathAgentBench provides a unified framework for measuring and improving evidence-seeking pathology models.

URL PDF HTML 收藏
2607.19257 2026-07-22 cs.CL cs.AI 新提交

Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models

大规模提示设计:格式、指令数量和上下文长度如何影响大语言模型中的指令遵循和幻觉

Netanel Eliav

机构 * Machine Human Intelligence Lab (MHIL)(机器人类智能实验室)

AI总结 研究大语言模型提示设计中格式、指令数量和上下文长度对指令遵循及幻觉的影响,通过在合成语料库上的两个控制实验评估五个模型,揭示了不同因素下的表现及规律,还发布了相关工具和结果。

Comments 21 pages, 6 figures. Code and data: https://github.com/iNetanel/veyrabench

详情
AI中文摘要

从业者在进行提示设计时,对于如何格式化指令和上下文(如markdown、纯文本、散文或表格)、系统提示在合规性降低前能携带多少同步指令以及模型在召回率和诚实度降低前能容纳多少上下文,几乎没有可控证据。我们在一个无污染的合成语料库(“Veyra之书”,8780个唯一命名实体,可从固定种子确定性再生)上进行了两个控制实验,涉及这三个因素,并对五个模型进行评估。实验1测量随着规则数量N从10增长到160时指令遵循的衰减,实验2测量在2k到512k令牌上下文阶梯上相同四种格式下的召回准确率、虚假前提谄媚和无事实编造情况。结果表明,随着N增加,完美响应率下降,不同模型和格式下有不同表现,上下文长度增加时召回率先保持高位后下降,编造从未发生,谄媚可忽略不计,但拒绝回答率大幅上升,且预注册格式顺序不成立,令牌开销也影响格式偏好。我们发布了完整工具、语料库生成器和原始结果(VeyraBench)。

英文摘要

Practitioners make three prompt-design decisions with almost no controlled evidence behind them: how to format instructions and context (markdown, plain text, prose, or tabular), how many simultaneous instructions a system prompt can carry before compliance degrades, and how much context a model can hold before recall and honesty degrade. We report two controlled experiments crossing all three factors on one held, contamination-free synthetic corpus (the "Book of Veyra," 8,780 uniquely-named entities, deterministically regenerable from a fixed seed), evaluated across five models. Experiment 1 (960 calls/model) measures instruction-following decay as rule count N grows from 10 to 160, crossed with four formats and system-prompt vs. user-turn placement. Perfect-response rate collapses to zero by N=80 for every model, format, and placement. Placement produces effects at least as large as format at N=160 in most models, but the direction is model-specific. No model shows a reliable markdown advantage; one 35B model favors plain text instead. Experiment 2 (5,520 calls/model) measures recall accuracy, false-premise sycophancy, and absent-fact fabrication across a 2k-to-512k-token context ladder in the same four formats. Recall stays near ceiling through 64-128k tokens, then degrades sharply and format-dependently: one model's accuracy spread reaches 48 points at 128k tokens. Fabrication never occurs (0/5,760 probes), and sycophancy stays negligible (<=8.3%). What rises sharply near each model's context ceiling is outright refusal to answer (0% to 79-90%), distinct from sycophancy or fabrication. Neither pre-registered format ordering holds, and token overhead (+22% to +37% over plain text) further changes which format is preferable where accuracy spread is genuine. We release the full harness, corpus generator, and raw results (VeyraBench): https://github.com/iNetanel/veyrabench

URL PDF HTML 收藏
2607.19237 2026-07-22 cs.LG 新提交

DBMol: Design of High-Affinity, Target-Specific Small Molecules through Structure Prediction Models

DBMol:通过结构预测模型设计高亲和力、靶向特异性小分子

Yiming Qin, Kai Yi, Miruna Cretu, Sjors H. W. Scheres, Pietro Liò, Pascal Frossard

机构 * EPFL(洛桑联邦理工学院) MRC-LMB(医学研究委员会分子生物学实验室) University of Cambridge(剑桥大学)

AI总结 研究旨在利用结构预测模型设计高亲和力小分子。核心方法是引入DBMol框架,经交替优化和投影过程,结合结构预测模型优化分子。主要贡献是有效优化亲和力代理,提高口袋覆盖率,保持分子多样性,在无参考配体监督下有竞争力。

详情
AI中文摘要

设计与特定蛋白质口袋高亲和力结合的小分子配体是药物发现的基本目标,小分子构成了大部分获批疗法。结构预测的突破,如AlphaFold-3和Boltz-2,能准确预测生物分子相互作用。我们提出利用这些模型并引入DBMol,一种新的结构预测器引导的从头小分子设计框架。DBMol制定交替优化和投影过程,优化阶段从初始分子开始,用基于梯度的优化和结构预测模型改善口袋特异性相互作用及预测的结合亲和力,投影阶段通过流匹配模型将优化的分子图映射到离散且化学有效的分子。实验表明DBMol有效优化Boltz-2亲和力代理,生成具有强预测亲和力和特异性的分子。为减少自我确认偏差,还用包括基于AF3评估等保留指标进一步评估生成的分子。DBMol显著提高口袋覆盖率,保持分子多样性,在保留指标下具有竞争力。这些结果支持结构预测模型作为从头分子设计有效优化信号的前景。

英文摘要

Designing small molecule ligands that bind with high affinity to specific protein pockets is a fundamental goal in drug discovery, as small molecules constitute a major fraction of approved therapeutics. Recent breakthroughs in structure prediction, such as AlphaFold-3 and Boltz-2, enable accurate biomolecular interaction prediction and show promise as foundation models for downstream tasks, including binding affinity prediction. We propose to leverage these models and introduce DBMol, a new structure predictor-guided framework for de novo small molecule design. DBMol formulates an alternating optimization and projection process. In the optimization stage, DBMol starts from an initial molecule and uses gradient-based optimization to improve pocket-specific interactions and predicted binding affinity using a structure prediction model. In the projection stage, a flow-matching model maps the optimized molecular graph to discrete and chemically valid molecules. Experiments show that DBMol effectively optimizes the Boltz-2 affinity proxy and generates molecules with strong predicted affinity and specificity under Boltz-2 evaluation. To reduce self-confirmation bias, we further evaluate generated molecules using held-out metrics, including AF3-based evaluation. DBMol substantially improves pocket coverage while maintaining molecular diversity over unconditional generation, and is competitive under held-out metrics despite the absence of reference-ligand supervision. These results support the promise of structure prediction models as effective optimization signals for de novo molecular design.

URL PDF HTML 收藏
2607.19235 2026-07-22 cs.CL cs.CV 新提交

MeetingToM: Evaluating Multimodal LLMs on Theory-of-Mind Reasoning in Multi-Party Meetings

MeetingToM:在多方会议中对具有心理理论推理能力的多模态大语言模型进行评估

Ziyi Wang, Yuhang Wu, Dongxu Piao, Xingyu Liu, Tianhui Zhou, Miao Liu

机构 * College of AI, Tsinghua University(清华大学人工智能学院) Department of Biostatistics and Bioinformatics, Duke University(杜克大学生物统计学与生物信息学系)

AI总结 研究多方会议中多模态大语言模型的心理理论推理,引入MeetingToM基准,分层评估不同粒度社会行为推理,提供评估协议并分析模型,揭示其在整合线索、推断态度及区分共识方面的局限,为推进多模态模型的会议心理理论推理提供试验台。

详情
AI中文摘要

心理理论(ToM),即推断他人信念、意图和知识状态的能力,是社交互动的核心,但对当前多模态大语言模型(MLLMs)来说仍具挑战性,尤其是在多方会议中,线索分布于言语和行为之中。现有多模态ToM基准主要聚焦基于视频的公开、可外部验证信号的问答,对潜在社会状态和群体动态的覆盖有限。我们引入MeetingToM,一个用于自然主义多方会议中复杂社会行为推理的基准。MeetingToM针对特定会议现象,如“伪共识”。该基准分层组织,以评估不同社会粒度水平的ToM,包括主体级心理状态预测、二元级受话人理解和群体级共识推理。我们提供统一评估协议并对代表性MLLMs进行系统分析,揭示了在整合非语言线索、推断隐藏态度以及区分真共识与伪共识方面的持续局限性。我们的结果突出了关键挑战,并将MeetingToM确立为推进多模态模型中基于会议的ToM的试验台。

英文摘要

Theory of Mind (ToM), the ability to infer other's beliefs, intentions, and states of knowledge, is central to social interaction, yet remains challenging for current Multimodal Large Language Models (MLLMs), especially in multi-party meetings where cues are distributed across speech and behavior. Existing multimodal ToM benchmarks mainly focus on video-grounded question answering over overt, externally verifiable signals, and provide limited coverage of latent social states and group dynamics. We introduce MeetingToM, a benchmark for complex social behavior reasoning in naturalistic multi-party meetings. MeetingToM targets meeting-specific phenomena such as \textbf{pseudo-consensus}, where apparent agreement masks private dissent under social pressure. The benchmark is hierarchically organized to evaluate ToM at increasing levels of social granularity, including (i) subject-level mental state prediction, (ii) dyadic-level addressee understanding, and (iii) group-level consensus reasoning. We provide a unified evaluation protocol and conduct systematic analyses of representative MLLMs, revealing persistent limitations in integrating non-verbal cues, inferring hidden attitudes, and distinguishing genuine consensus from pseudo-consensus. Our results highlight key challenges and establish MeetingToM as a testbed for advancing meeting-grounded ToM in multimodal models.

URL PDF HTML 收藏
2607.19232 2026-07-22 cs.LG cs.MA 新提交

S3: Stable Subgoal Selection by Constraining Uncertainty of Coarse Dynamics in Hierarchical Reinforcement Learning

S3:通过约束分层强化学习中粗粒度动力学的不确定性进行稳定子目标选择

Kshitij Kumar Srivastava, Kshitij Jerath

机构 * University of Massachusetts, Lowell(马萨诸塞大学洛厄尔分校)

AI总结 研究分层强化学习中高层智能体子目标选择问题,提出用粗粒度动力学提供动力学感知内在动机,通过最小化预测不确定性稳定高层策略,经实验验证该方法在非平稳长期环境中表现优于现有方法。

Comments Manuscript accepted to the Eighteenth Workshop on Adaptive and Learning Agents (ALA), at the 25th International Conference of Autonomous Agents and Multi Agent Systems 2026

详情
AI中文摘要

分层强化学习旨在将战略规划与原始执行分开,在解决长期复杂任务中广泛成功,但高层智能体面临稀疏、延迟反馈。本文研究能否通过为高层智能体提供动力学感知内在动机,使其更具策略性地选择子目标。因基于原始转移动力学的动机需广泛覆盖状态 - 动作空间,故提出使用粗粒度动力学,通过学习最小化与粗粒度动力学相关的预测不确定性来稳定高层策略,并提供导航结构。用混合密度网络近似评估不同离散度量来建模预测不确定性。实验表明,密集的、动力学感知内在奖励导致规避风险的子目标选择,使其在非平稳长期环境中优于现有分层强化学习方法。

英文摘要

Hierarchical Reinforcement Learning (HRL) intends to separate strategic planning from primitive execution. It has been widely successful in solving long-horizon and complex tasks, where flat-RL algorithms have difficulty in learning. However, while the low-level agent in HRL benefits from dense feedback and abundant trial opportunities, the high-level agent receives sparse, delayed feedback from the environment and its performance depends on the low-level execution capability. In this paper, we study whether subgoal selection by the high-level agent can be performed more strategically, by providing it with dynamics-aware intrinsic motivation. Since motivation based on primitive transition dynamics would require broad coverage of the state-action space, we propose to use coarse dynamics, i.e., environment transitions aggregated over multiple steps at the temporal scale at which the high-level agent operates. This approach stabilizes the high-level policy by learning to minimize the predictive uncertainty associated with the coarse dynamics, and provides a guided structure for navigation. We model the predictive uncertainty by evaluating different dispersion metrics as approximated by a Mixture Density Network (MDN). Empirically, we observe that a dense, dynamics-aware intrinsic reward leads to risk-averse subgoal selection, enabling it to outperform state-of-the-art HRL methods in non-stationary long-horizon environments.

URL PDF HTML 收藏
2607.19231 2026-07-22 cs.CL 新提交

Selection Shapes the Boundary: A Preregistered Replication of Monotonicity and Label Agreement in Unselected NLI Populations

选择塑造边界:未选自然语言推理群体中单调性和标签一致性的预注册复制

Haram Choi

机构 * University of Bremen(不来梅大学)

AI总结 研究自然语言推理中人类标签变异,预注册复制未选群体中单调性和标签一致性边界,原负边界预测失败,新结果显示为正,表明原负边界或为低一致性选择结构,相关主张应明确选择条件。

Comments 11 pages, 2 figures, 9 tables. Preregistered replication. Code, data, and audit trail: https://github.com/oudeis01/nli-hlv-selection

详情
AI中文摘要

先前关于自然语言推理(NLI)中人类标签变异(HLV)的研究常常依赖于通过分歧程度选择项目的重新注释资源。一项早期研究发现,包含非向上单调算子的假设在ChaosNLI(Cliff's delta = -0.284)中显示出较低的标签一致性,ChaosNLI仅限于多数标签恰好获得五票中的三票的项目。我们预注册了在ChaosNLI所源自的未选群体(SNLI和MultiNLI开发集)中对这一边界的复制,使用相同的算子标记器和四级有序一致性结果。注册的预测失败了。所有七个对比都返回正的Cliff's delta(非向上项目的一致性略高,而非更低),唯一显著的验证性对比与注册的符号相反,并且每个效应都远低于我们感兴趣的最小效应大小(0.10)。稳健性检查支持该测量:模拟标记器错误分类会缩小效应而非制造效应,并且在一个新的200项样本上手动重新标记审核达到了0.875的四类一致性。我们得出结论,早期的负边界可能是基于低一致性选择的结构,而非群体层面的属性,并且基于所选重新注释资源构建的HLV结构主张应明确说明其选择条件。

英文摘要

Prior work on human label variation (HLV) in natural language inference (NLI) has often relied on re-annotation resources that select items by disagreement level. An earlier study (arXiv:2607.15870) found that hypotheses containing non-upward monotonicity operators showed lower label agreement in ChaosNLI (Cliff's delta = -0.284), which is restricted to items whose majority label carries exactly three of five votes. We preregistered a replication of this boundary in the unselected populations that ChaosNLI was drawn from: the SNLI and MultiNLI development sets, using the same operator tagger and a four-level ordinal agreement outcome. The registered prediction fails. All seven contrasts return a positive Cliff's delta (non-upward items agree slightly more, not less), the only significant confirmatory contrast has the opposite sign to the registration, and every effect is far below our smallest effect size of interest (0.10). Robustness checks support the measurement: simulated tagger misclassification shrinks the effects rather than manufacturing them, and a manual re-tagging audit reaches four-class agreement of 0.875 on a fresh 200-item sample. We conclude that the earlier negative boundary is plausibly a structure conditional on low-agreement selection rather than a population-level property, and that HLV structure claims built on selected re-annotation resources should state their selection conditional explicitly.

URL PDF HTML 收藏
2607.19228 2026-07-22 cs.CV 新提交

IGGT4D: Streaming 4D Instance-Grounded Geometry Transformer

IGGT4D:流式4D实例关联几何变换器

Zhengyu Zou, Hao Li, Kuixuan Jiao, Liu Liu, Tingyang Xiao, Xiaolin Zhou, Fangzhou Hong, Zhizhong Su, Dingwen Zhang, Ziwei Liu

机构 * Horizon Robotics(地平线机器人公司) S-Lab, Nanyang Technological University(南洋理工大学S-Lab) Institute of Artificial Intelligence, Hefei Comprehensive National Science Center(合肥综合性国家科学中心人工智能研究院)

AI总结 针对现实世界空间智能中视频流场景理解问题,提出IGGT4D流式实例关联几何变换器,通过因果时空建模更新统一表示,还构建数据集。实验证明其在长动态序列在线推理上优于现有基线。

Comments Project Page: https://iggt4d.github.io

详情
AI中文摘要

现实世界的空间智能要求智能体从连续视频流中理解场景,物体随时间移动、持续、消失和再现。近期空间基础模型实现了可泛化的前馈3D重建,但多数流式方法仍以几何为中心,缺乏时间一致的对象级理解。现有语义重建和3D感知视觉语言方法依赖外部提取的2D语义线索或松散耦合的几何输入。本文提出IGGT4D,一种用于在线4D场景理解的流式实例关联几何变换器,通过因果时空建模重用历史上下文,增量更新相机运动、几何和对象身份的统一表示。为解决高质量4D监督缺失问题,构建了InsScene4D - 147K数据集。实验表明IGGT4D优于现有流式基线,能对长动态序列进行可扩展的在线推理。

英文摘要

Real-world spatial intelligence requires agents to understand scenes from continuous video streams, where objects move, persist, disappear, and reappear over time. While recent spatial foundation models have enabled generalizable feed-forward 3D reconstruction, most streaming methods remain geometry-centric and lack temporally consistent object-level understanding. Meanwhile, existing semantic reconstruction and 3D-aware vision-language methods largely rely on externally extracted 2D semantic cues or loosely coupled geometry inputs, limiting unified geometry-instance learning in long dynamic scenes. In this paper, we propose IGGT4D, a streaming instance-grounded geometry Transformer for online 4D scene understanding. IGGT4D processes video frames sequentially, reuses historical context through causal spatial-temporal modeling, and incrementally updates a unified representation of camera motion, geometry, and object identity. This enables long-sequence feed-forward reconstruction with geometry-instance consistency in dynamic environments. To address the lack of high-quality 4D supervision, we further construct InsScene4D-147K, a large-scale dataset spanning real/synthetic and static/dynamic scenes, with RGB images, depth, poses, and temporally consistent instance masks generated by an automated geometry-guided annotation pipeline. Experiments on 3D reconstruction, pose estimation, instance spatial tracking, and open-vocabulary segmentation demonstrate that IGGT4D outperforms existing streaming baselines while maintaining scalable online inference for long dynamic sequences.

URL PDF HTML 收藏
2607.19223 2026-07-22 cs.LG cs.CL 新提交

AdaFlash: Adaptive Speculative Decoding via On-Policy Distilled Diffusion Drafters

AdaFlash:通过策略蒸馏扩散草稿器实现自适应推测解码

Yu-Yang Qian, Hao-Cong Wu, Chen Chen, Jiacheng Sun, Zhenhua Dong, Peng Zhao, Zhi-Hua Zhou

机构 * State Key Laboratory for Novel Software Technology, Nanjing University(南京大学计算机软件新技术国家重点实验室) School of Artificial Intelligence, Nanjing University(南京大学人工智能学院) Huawei Foundation Model Dept(华为基础模型部)

AI总结 研究针对扩散草稿器在推测解码中存在的问题,提出AdaFlash框架,包含基于策略蒸馏算法和自适应长度头,有效降低方差,实验证明该框架能提高推理速度,尤其在高并发场景中吞吐量显著提升。

详情
AI中文摘要

推测解码是一种加速大语言模型推理的流行范式,其中轻量级草稿模型先生成草稿序列,再由目标模型并行验证。DFlash等工作利用扩散草稿器进一步提高了草稿生成效率。但本文发现扩散草稿器存在双向注意力这一双刃剑问题,它虽赋予模型并行生成和全局上下文建模能力,但也在域级和令牌级引入高方差。为此提出AdaFlash框架,包括为扩散草稿器定制的基于策略蒸馏算法和自适应长度头,实验表明该框架在部署时持续提高加速率,在高并发场景中吞吐量比之前方法高出约66%。

英文摘要

Speculative decoding, in which a lightweight draft model first generates a draft sequence that is then verified in parallel by the target model, has become a prevalent paradigm for accelerating large language model inference. Recent work such as DFlash further boosts drafting efficiency by leveraging diffusion drafters, whose parallel denoising mechanism enables draft generation in a single forward pass. In this work, we uncover a central pitfall of diffusion drafters: bidirectional attention is a double-edged sword. On one hand, it endows the model with parallel generation and global contextual modeling capabilities; on the other hand, this inherent global dependency introduces high variance at both the domain-level and the token-level: acceptance rates fluctuate substantially across different domains, and draft token quality also varies heterogeneously at different token positions. To tackle this issue, we propose AdaFlash framework, comprising two components: (i) an on-policy distillation (OPD) algorithm with reverse-KL divergence tailored for diffusion drafters, bringing stable convergence and effectively reducing domain-level variance; and (ii) an adaptive length head that dynamically adjusts the candidate sequence length on the fly, substantially lowering the verification cost of the target model and handling token-level variance. Experiments demonstrate that AdaFlash consistently improves speedup rate during deployment, with especially significant gains in high-concurrency scenarios, achieving up to approximately 66% higher throughput than previous state-of-the-art methods.

URL PDF HTML 收藏
2607.19201 2026-07-22 cs.CL cs.AI 新提交

MIRA-Ev:A Benchmark for Granular Evidence Detection and Relational Reasoning in Clinical Exams

MIRA-Ev:临床考试中颗粒证据检测和关系推理的基准

Iker De la Iglesia, Johanna Ramirez-Romero, Jose Maria Villa-Gonzalez, Irune Urroz García, Ander Barrena, Aitziber Atutxa

机构 * HiTZ Center, University of the Basque Country (EHU)(巴斯克大学HiTZ中心) Hospital Universitario de Cruces(克鲁塞斯大学医院)

AI总结 该研究针对临床自然语言处理评估局限,引入基于西班牙MIR执照考试案例的MIRA-Ev基准,重新注释相关关系并发布多语言版本,将评估组织为证据句子检索、论证组件提取和关系分类的三层任务层次结构。

详情
AI中文摘要

临床自然语言处理评估仍以多项选择题回答(MCQA)为主,其仅对最终答案准确性打分,无法检测模型在基于不相关、缺失或矛盾证据得出正确诊断时的情况。我们引入了MIRA-Ev,这是一个基于西班牙内科住院医师(MIR)执照考试案例构建的临床论证挖掘基准,由专家临床医生重新注释了跨度级别的前提、主张和定向支持/攻击关系,并以西班牙语(母语)、英语和巴斯克语平行版本发布,这是首个巴斯克语临床论证资源。MIRA-Ev将评估组织成一个三层任务层次结构:证据句子检索、论证组件提取和关系分类。

英文摘要

Clinical NLP evaluation remains dominated by multiple-choice question answering (MCQA), which scores only final-answer accuracy and cannot detect when a model reaches the correct diagnosis while grounding it in irrelevant, absent, or contradictory evidence. We introduce MIRA-Ev, a clinical argument mining benchmark built on Spanish Médico Interno Residente (MIR) licensing-exam cases, re-annotated by expert clinicians with span-level premises, claims, and directed support/attack relations, and released in parallel Spanish (native), English, and Basque versions, the first clinical argumentation resource in Basque. MIRA-Ev organizes evaluation into a three-tier task hierarchy: evidence sentence retrieval, argumentative component extraction, and relation classification.

URL PDF HTML 收藏
2607.19199 2026-07-22 cs.LG 新提交

Conservative Query and Adaptive Regularization for Offline RL Under Uncertainty Estimation

不确定性估计下离线强化学习的保守查询与自适应正则化

Li-Rong Zhou, Qin-Wen Luo, Sheng-Jun Huang

机构 * Nanjing University of Aeronautics and Astronautics(南京航空航天大学)

AI总结 针对离线强化学习面临的挑战,提出不确定性估计下的保守查询与自适应正则化框架,通过莫尔斯网络估计不确定性,采用保守查询策略与自适应正则化方案,与CQL集成并在D4RL基准测试,取得优异或有竞争力的性能。

Comments Accepted by ECAI2025

详情
AI中文摘要

离线强化学习旨在从静态数据集中学习有效策略,但其性能受数据集覆盖限制。动作偏好查询可利用专家反馈且无需额外环境交互来改进离线训练策略。现有方法面临选择信息丰富的偏好查询及有效利用收集到的反馈这两个关键挑战。本文提出不确定性估计下的保守查询与自适应正则化框架,它通过莫尔斯网络估计策略动作关于离线数据集的不确定性,引入保守查询策略和不确定性感知自适应正则化方案。该框架与CQL集成并在D4RL基准上广泛评估,实验结果显示在众多任务中性能优异或具有竞争力。

英文摘要

Offline reinforcement learning (RL) aims to learn an effective policy from a static dataset, but its performance is fundamentally limited by dataset coverage. Action preference queries leverage expert feedback without additional environment interaction, enabling policy improvement during offline training. However, existing methods still face two key challenges: selecting informative preference queries and effectively exploiting the collected feedback. Current approaches typically rely only on the distance between policy actions and dataset actions for query selection, while enforcing fixed constraints that keep the policy close to queried preferences. Such strategies often lead to unstable policy updates and integrate poorly with value regularization. To address these limitations, we propose Conservative Query and Adaptive Regularization under Uncertainty Estimation, a lightweight framework that jointly improves preference querying and preference exploitation. Specifically, we employ a Morse network to estimate the uncertainty of policy actions with respect to the offline dataset. Based on this uncertainty, we introduce a conservative query strategy that selectively queries actions near the dataset to preserve Bellman-update stability, together with an uncertainty-aware adaptive regularization scheme that dynamically adjusts data-level constraints during policy optimization. We integrate our framework with CQL and evaluate it extensively on the D4RL benchmark. Experimental results demonstrate superior or competitive performance across a wide range of tasks.

URL PDF HTML 收藏
2607.19194 2026-07-22 cs.RO cs.CV 新提交

Cognitive Dual-Process Planning for Autonomous Driving with Structured Scene Knowledge and Verifiable Reasoning-Action Consistency

基于结构化场景知识和可验证推理-行动一致性的自动驾驶认知双过程规划

Zhongyao Yang, Haoyu Li, Yu Yan, Zhuangxuan Yu, Jiangfeng Nan, Jinrui Nan

机构 * School of Mechanical Engineering, Beijing Institute of Technology(北京理工大学机械工程学院) National Engineering Research Center of Electric Vehicles, Beijing Institute of Technology(北京理工大学电动车辆国家工程研究中心) School of Mechanical Engineering, Southeast University(东南大学机械工程学院)

AI总结 研究自动驾驶高级规划问题,提出认知双过程规划框架,用S-CoT模式表示场景知识,通过自动数据引擎、视觉仲裁器及验证器实现自适应推理和规则验证,提升规划准确性、逻辑一致性并降低延迟,明确性能下降条件。

Comments 12 pages, 7 figures. Zhongyao Yang and Haoyu Li contributed equally to this work

详情
AI中文摘要

自动驾驶的高级规划是一项知识密集型工程决策任务,需要准确的场景理解、及时的推理和内部一致的行动选择。视觉语言模型(VLMs)虽能使中间推理明确,但在实际规划器中的应用受成本高的结构化监督、常规场景中不必要推理以及生成的理由与驾驶行动可能不一致的限制。我们提出了一个认知双过程规划框架,用机器可解析的结构化思维链(S-CoT)模式表示与规划相关的场景知识。通过自动数据引擎生成S-CoT监督,用轻量级视觉仲裁器根据场景复杂性进行路由选择,对慢路径输出用基于规则的验证器检查一致性并提供可验证奖励。在手动审核和测试样本中取得了较好结果,还识别出路由和规划性能下降的条件。这些结果表明,明确的场景知识可通过自适应推理和基于规则的验证来支持高级VLM规划决策。

英文摘要

High-level planning for autonomous driving is a knowledge-intensive engineering decision task that requires accurate scene understanding, timely inference, and internally consistent action selection. Vision-language models (VLMs) can make intermediate reasoning explicit, but their use in deployed planners is constrained by costly structured supervision, unnecessary reasoning in routine scenes, and possible inconsistencies between generated rationales and driving actions. We present a cognitive dual-process planning framework that represents planning-relevant scene knowledge in a machine-parsable structured chain-of-thought (S-CoT) schema. An automated data engine integrates perception foundation models, critical-path filtering, and an expert VLM to generate S-CoT supervision without manual annotation of individual rationales. A lightweight visual Arbiter estimates scene complexity from multilevel vision-encoder features before language decoding and routes each input to either fast meta-action prediction or slow structured reasoning. For slow-path outputs, a deterministic rule-based validator checks whether the parsed S-CoT fields are consistent with the final meta-action and provides verifiable rewards for Group Relative Policy Optimization (GRPO). In a 195-scene manual audit, the generated annotations achieve 91.8\% CoT accuracy and a 98.5\% Logical Consistency Score (LCS). On 574 manually verified NAVSIM test samples, the planner achieves 80.14\% planning accuracy and 97.20\% LCS while reducing average latency by 17.39\% relative to applying slow reasoning to every scene. Evaluation on external long-tail subsets further identifies conditions under which routing and planning performance degrade. Together, these results show how explicit scene knowledge can be operationalized through adaptive reasoning and rule-based verification to support high-level VLM planning decisions.

URL PDF HTML 收藏
2607.19190 2026-07-22 cs.RO cs.AI 新提交

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents

智能体真实到模拟:使用视觉语言智能体进行基于物理的世界建模

Guanxiong Chen, Qianjun Xia, Jiawei Peng, Heng Zhang, Bole Ma, Justin Qian, Ziyi Jiao, Bingyang Zhou, Luoxin Ye, Kaifeng Zhang, Kunyi Wang, Weijia Zeng, Yunuo Chen, Pengzhi Yang, Ziqiu Zeng, Huamin Wang, Chao Liu, Alan Yuille, Fan Shi, Changxi Zheng, Yunzhu Li, Chenfanfu Jiang, Peter Yichen Chen

机构 * University of British Columbia(英属哥伦比亚大学) Johns Hopkins University(约翰·霍普金斯大学) National University of Singapore(新加坡国立大学) Columbia University(哥伦比亚大学) University of California, Los Angeles(加利福尼亚大学洛杉矶分校) Style3D(无合适对应中文名)

AI总结 研究针对机器人与物体交互的真实到模拟转换难题,提出智能体真实到模拟框架,利用视觉语言智能体进行广义物理世界建模,能转换真实记录为可模拟孪生体,在多场景评估效果良好,成本低,可用于下游机器人任务。

详情
AI中文摘要

机器人与物体交互的真实到模拟转换仍然劳动密集,因为它不仅需要视觉重建。一个简化的真实到模拟过程必须恢复场景几何形状和物体状态,推断物理参数,并将参与者、物体、相机、姿态和轨迹组装成可运行的物理模拟。目前该过程仍依赖于视觉基础模型的手动调整、网格清理、坐标框架对齐以及跨视觉感知工具和模拟器的脆弱工作流程粘合。我们引入了智能体真实到模拟,这是一个使用视觉语言智能体进行广义物理世界建模的框架,将物体 - 机器人交互的真实世界记录转换为可模拟的情节孪生体,保留观察结果、几何形状、机器人交互和物体状态。我们在刚体操作、可变形物体交互和人形运动场景上评估了智能体真实到模拟,跨越了通常由单独的真实到模拟管道处理的领域,朝着可扩展转换迈出了第一步。该框架的智能体决策可以由开放权重的VLM后端驱动,成本仅为前沿模型的一小部分,同时实现相当的转换成功率。我们旨在将生成的与真实世界对齐的孪生体用于下游机器人任务,特别是策略学习和评估。项目网站可在这个https网址获取。

英文摘要

Real-to-sim conversion for robotic interaction with objects remains labor-intensive because it requires more than visual reconstruction: a streamlined real2sim process must recover scene geometries and object states, infer physical parameters, and assemble actors, objects, cameras, poses, and trajectories into a runnable physical simulation. Today this process still depends on manual tuning of visual foundation models, mesh cleanup, coordinate-frame alignment, and brittle workflow glue across visual perception tools and simulators. We introduce \textit{Agentic Real2Sim}, a framework for generalized physical world modeling with vision-language agents, converting a real-world recording of object-robot interaction into a simulatable episodic twin which preserves observations, geometries, robot interactions, and object states. We evaluate Agentic Real2Sim on rigid-object manipulation, deformable-object interaction, and humanoid motion scenes, spanning domains that are usually handled by separate Real2Sim pipelines, marking a first step toward scalable conversion. The framework's agentic decisions can be driven by an open-weight VLM backend at a small fraction of the cost of frontier models, while attaining comparable conversion success rate. We aim to use the resulting real-world-aligned twins for downstream robotics tasks, specifically policy learning and evaluation. The project site is available at https://ericchen321.github.io/agentic_real2sim.github.io/.

URL PDF HTML 收藏