arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 1986
2607.13033 2026-07-15 cs.RO 新提交

DenseReward: Dense Reward Learning via Failure Synthesis for Robotic Manipulation

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

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

URL PDF HTML
2607.13031 2026-07-15 cs.LG cs.CV 新提交

The Seriality Gap in Video Diffusion Models

视频扩散模型中的序列性差距

Jorge Diaz Chao, Konpat Preechakul, Yuxi Liu, Yutong Bai

发表机构 * UC Berkeley(加州大学伯克利分校)

AI总结 研究视频扩散模型在多球动力学实验中的表现,发现其存在序列性差距,即任务所需串行计算与模型去噪循环不匹配,增加有效串行计算的方法可提升性能,还证明去噪步骤在串行推理和模拟任务上有结构障碍。

Comments Jorge Diaz Chao and Konpat Preechakul contributed equally. 24 pages, 12 figures, and 5 tables. Project page: https://seriality-gap.jdiazchao.com

详情
AI中文摘要

当一个球撞击另一个球,然后再撞击另一个球时,视频模型应该预测每次反弹的结果。在多球硬球动力学的控制实验中,我们发现即使提供更多的去噪步骤,标准双向视频扩散的性能也会随着因果链的延长而下降。在没有球-球相互作用的长度匹配单球控制中,这种性能下降基本消失,这表明是依赖事件结构而非视频长度导致了性能下降。在干预研究中,增加有效串行计算的方法能显著提高性能,包括自回归/逐块生成和架构深度。我们将这种模式识别为序列性差距,即要求不断增加串行计算的任务与去噪循环无法提供可扩展串行计算的视频扩散模型之间的不匹配。然后我们证明,对于确定性视频预测,去噪步骤不会在主干之外增加串行计算,这表明在串行推理和模拟任务上视频扩散存在结构障碍。

英文摘要

When one ball strikes another, then another, video models should predict the consequences of each bounce. In controlled experiments on multi-ball hard-sphere dynamics, we find that the performance of standard bidirectional video diffusion degrades as the causal chain lengthens, even when provided more denoising steps. In a length-matched single-ball control, where ball-ball interactions are absent, the degradation largely disappears, isolating dependent-event structure rather than video length as the cause. Across intervention studies, methods that increase effective serial computation improve performance disproportionately, including autoregressive/blockwise generation and architectural depth. We identify this pattern as the seriality gap: a mismatch between tasks requiring growing serial computation and video diffusion models whose denoising loop does not provide scalable serial compute. We then prove that, for deterministic video prediction, denoising steps do not add serial computation beyond the backbone, indicating a structural obstacle for video diffusion on serial reasoning and simulation tasks.

URL PDF HTML
2607.13028 2026-07-15 cs.LG cs.AI cs.RO 新提交

TerraZero: Procedural Driving Simulation for Zero-Demonstration Self-Play at Scale

TerraZero:用于大规模零演示自博弈的过程式驾驶模拟

Zhouchonghao Wu, Akshay Rangesh, Weixin Li, Wei-Jer Chang, Zachary Lee, Tim Wang, Wei Zhan

发表机构 * Applied Intuition(应用直觉)

AI总结 研究旨在训练强大自动驾驶智能体,提出TerraZero过程式驾驶模拟器和自博弈训练堆栈,其速度快、逼真且多样。通过特定方式填充地图生成无限场景,智能体仅靠强化学习训练,能零样本泛化,在多个基准测试中表现出色。

Comments Technical Report from Applied Intuition Research

详情
AI中文摘要

训练强大的自动驾驶智能体需要一个足够快以进行大规模强化学习、足够逼真以基于真实世界地图结构确定行为、足够多样以覆盖日志数据很少包含的安全关键长尾情况的模拟器。我们提出了TerraZero,一种过程式驾驶模拟器和自博弈训练堆栈。一个可配置的C引擎在CPU上运行模拟,在GPU上通过零拷贝路径进行策略推理,在单个服务器级GPU上每秒维持130万个智能体步,比现有对象级模拟器快得多,同时保持保真度。TerraZero仅将日志数据作为真实世界地图几何的来源,用随机的基于规则的道路使用者和信号控制器填充每个地图,并在每集随机化智能体动力学、奖励和大小,因此一张地图会产生无限的场景集。每个报告的策略仅通过跨GPU的计算高效自博弈方法进行强化学习从零开始训练,推理时无需人工演示和后备规划器。策略在城市和数据集之间进行零样本泛化,包括在没有明确监督的情况下出现的左侧交通驾驶。作为自我策略,TerraZero是第一个在InterPlan长尾基准测试中名列前茅的完全学习策略,优于更大规模的学习规划器;在常规驾驶val14上,它是最佳方法之一且最安全,具有最佳的碰撞和碰撞时间分数。在Waymo Open Sim Agents逼真度方面,相同方法优于其他无演示方法,并与最强的基于参考的自博弈方法竞争。一个堆栈同时服务于两个角色:跨汽车和卡车动力学的驾驶策略,以及联合控制车辆、行人和骑自行车者的模拟智能体。

英文摘要

Training robust autonomous driving agents requires a simulator that is fast enough for reinforcement learning at scale, realistic enough to ground behavior in real-world map structure, and diverse enough to cover the safety-critical long tail that logged data rarely contains. We present TerraZero, a procedural driving simulator and self-play training stack. A configurable C engine runs simulation on the CPU and policy inference on the GPU over a zero-copy path, sustaining 1.3M agent-steps per second on a single server-grade GPU, far faster than existing object-level simulators, while keeping fidelity lighter single-agent systems omit: heterogeneous agents, multiple dynamics models, and full traffic-rule enforcement. TerraZero treats logged data only as a source of real-world map geometry, populating each map with randomized rule-based road users and signal controllers and randomizing agent dynamics, rewards, and sizes per episode, so a map yields an unbounded set of scenarios. Every reported policy trains from scratch by reinforcement learning alone on a compute-efficient self-play recipe across GPUs, with zero human demonstrations and no fallback planner at inference. Policies generalize zero-shot across cities and datasets, including emergent left-hand-traffic driving without explicit supervision. As an ego policy, TerraZero is the first fully learned policy to top the InterPlan long-tail benchmark, ahead of larger learned planners; on routine-driving val14 it ranks among the best approaches and is the safest, posting the best collision and time-to-collision scores. On Waymo Open Sim Agents realism the same recipe outperforms other demonstration-free methods and is competitive with the strongest reference-anchored self-play method. One stack serves both roles: driving policies across dynamics for cars and trucks, and sim agents that jointly control vehicles, pedestrians, and cyclists.

URL PDF HTML
2607.13027 2026-07-15 cs.CL cs.AI 新提交

PalmClaw: A Native On-Device Agent Framework for Mobile Phones

PalmClaw:一种用于手机的原生设备上代理框架

Hongru Cai, Yongqi Li, Ran Wei, Wenjie Li

发表机构 * The Hong Kong Polytechnic University(香港理工大学) Hangzhou Diagens Biotechnology Co., Ltd.(杭州迪基因生物技术有限公司)

AI总结 研究针对移动设备上代理框架存在的问题,提出PalmClaw开源框架,能在手机上原生运行并管理相关要素,将设备能力以工具形式呈现,实验显示该框架提升了任务成功率、缩短完成时间且降低设置负担。

详情
AI中文摘要

大语言模型(LLM)代理已从生成响应发展到通过调用工具、观察结果和迭代决定下一步行动来执行多步任务。大多数代理系统运行在桌面或服务器上,而移动设备也是重要的代理环境。现有移动代理主要通过图形用户界面(GUI)操作运行,存在诸多问题。本文提出PalmClaw,一个在手机上原生运行的开源代理框架,它能直接在设备上管理会话、内存、技能、工具和代理循环,将设备能力作为设备工具暴露,实验表明其在任务成功率和完成时间上有显著提升,且设置负担更低。

英文摘要

Large Language Model (LLM) agents have moved beyond generating responses to executing multi-step tasks by calling tools, observing the results, and iteratively deciding the next action. Most agent systems run on desktops or servers, which support tool use and task automation. Mobile devices are also important agent environments because they are widely accessible and contain users' data, sensors, and daily-use applications. Existing mobile agents mainly operate smartphones through graphical user interface (GUI) actions such as tapping, swiping, and typing, which often form long, interface-dependent sequences, cannot directly access device capabilities, and make execution boundaries difficult to define. We present \textbf{PalmClaw}, an open-source agent framework that runs natively on mobile phones and manages the sessions, memory, skills, tools, and agent loop directly on the device. PalmClaw exposes device capabilities as device tools with explicit arguments, structured results, and clearly defined execution boundaries. This design enables agents to use mobile capabilities directly while keeping each action explicit and controlled. Experiments show an 11.5\% relative improvement in task success and a 94.9\% reduction in completion time over the strongest baseline, with lower setup burden and traces illustrating how execution boundaries are applied. Code is available at https://github.com/ModalityDance/PalmClaw.

URL PDF HTML
2607.13017 2026-07-15 cs.RO cs.CV 新提交

FlowWAM: Optical Flow as a Unified Action Representation for World Action Models

FlowWAM:光流作为世界动作模型的统一动作表示

Yixiang Chen, Peiyan Li, Yuan Xu, Qisen Ma, Jiabing Yang, Kai Wang, Jianhua Yang, Dong An, He Guan, Gaoteng Liu, Jianlou Si, Jun Huang, Jing Liu, Nianfeng Liu, Yan Huang, Liang Wang

发表机构 * New Laboratory of Pattern Recognition (NLPR), Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所模式识别国家重点实验室) School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院) FiveAges(无) MBZUAI(无) Alibaba Group(阿里巴巴集团)

AI总结 研究针对世界动作模型控制中动作表示难题,提出FlowWAM双流扩散框架,以光流为统一动作表示。该框架可实现WAMs两种模式,能利用无动作标签视频预训练,实验表明在操纵和世界建模任务中表现优于基线。

详情
AI中文摘要

世界动作模型(WAMs)可利用预训练视频生成器进行世界建模和动作预测。但直接用于控制面临挑战:如何以合适形式表示动作,既与预训练视频生成器匹配,又携带足够运动线索用于精确控制。现有数值动作和视觉动作表示均有不足。我们提出FlowWAM,一种双流扩散框架,采用光流作为统一的、视频原生的动作表示。通过在共享预训练视频生成器中联合建模,FlowWAM可实现WAMs的两种模式。在策略模式下用于动作预测,在世界模型模式下用目标流序列指导未来视频生成。此外,光流可从无动作标签的原始视频中轻松提取,能利用大规模无动作标签视频数据集进行预训练。实验表明,基于光流的动作表示在两种模式下均有提升。在RoboTwin操纵任务中,在Clean设置下成功率达92.94%,在Random设置下为92.14%,优于VLA和WAM基线。在WorldArena世界建模任务中,实现最佳总体EWMScore(63.71),轨迹精度相对提高18.4%。更多结果可在项目网站查看。

英文摘要

World Action Models (WAMs) are able to leverage pretrained video generators for both world modeling and action prediction. However, directly leveraging such video generators for control raises a new challenge: how to represent actions in a suitable form that aligns with pretrained video generators while carrying enough motion cues for accurate control. Existing numerical actions fail to satisfy the former, and prior visual action representations overlook the temporal motion structure across frames. We address this issue with FlowWAM, a dual-stream diffusion framework that adopts optical flow as a unified, video-native action representation. Flow videos share the same format as RGB videos and encode rich per-pixel displacement. By jointly modeling them within a shared pretrained video generator, FlowWAM can naturally implement two modes of WAMs. In policy mode, FlowWAM generates flow for action prediction, while in world-model mode, it uses target flow sequences to guide future video generation. Moreover, since flow can be easily extracted from raw videos without action labels, FlowWAM can leverage large-scale action-unlabeled video datasets for pretraining. We empirically find that our flow-based action representation delivers gains across both modes. On RoboTwin manipulation, FlowWAM raises the success rate to 92.94% on the Clean setting and 92.14% on Random, outperforming both VLA and WAM baselines. On WorldArena world modeling, it achieves the best overall EWMScore (63.71) with an 18.4% relative improvement in trajectory accuracy. More results can be found on our project website: https://flow-wam.github.io .

URL PDF HTML
2607.13013 2026-07-15 cs.AI cs.SD 新提交

Audio-Native Speech Recognition with a Frozen Discrete-Diffusion Language Model

使用冻结离散扩散语言模型的音频原生语音识别

Harsha Vardhan Khurdula, Abhinav Kumar Singh, Yoeven D Khemlani, Vineet Agarwal

发表机构 * Interfaze AI(Interfaze人工智能公司)

AI总结 探讨离散扩散语言模型能否用于语音识别,训练音频原生接口,用冻结Whisper编码器等,约42M参数。自然训练目标遇问题,连接主义时间分类损失打破僵局,模型在LibriSpeech test-clean上字错误率6.6%,能并行转录多种语言。

Comments 10 pages, 2 figures, 6 tables

详情
AI中文摘要

自动语音识别由一次发出一个令牌的自回归解码器主导。我们探讨离散扩散语言模型能否取而代之,通过少量去噪步骤并行优化整个转录本。我们为DiffusionGemma训练了一个音频原生接口,它是一个26B专家混合模型,通过均匀、随机令牌离散扩散生成文本。冻结的Whisper编码器提供声学特征,轻量级投影仪将其映射到模型嵌入空间,低秩适配器让冻结主干关注新模态。训练了约42M参数,占主干的0.16%。自然训练目标无法将音频接地,通过冻结输出头应用的连接主义时间分类损失打破了僵局。结果模型在LibriSpeech test-clean上的字错误率达到6.6%,无论话语长度如何,大约在八个并行步骤中进行转录,并使用在六种语言上训练的单个适配器,我们在此对英语、印地语和普通话进行了评估。

英文摘要

Automatic speech recognition is dominated by autoregressive decoders that emit one token at a time. We ask whether a discrete diffusion language model can transcribe speech instead, refining a whole transcript in parallel over a small number of denoising steps. We train an audio-native interface for DiffusionGemma, a 26B mixture-of-experts model that generates text by uniform, random-token discrete diffusion rather than the absorbing-mask scheme common to recent diffusion language models. A frozen Whisper encoder supplies acoustic features, a lightweight projector maps them into the model embedding space, and low-rank adapters let the frozen backbone attend to the new modality. About 42M parameters are trained, which is 0.16 percent of the backbone. We find that the natural training objectives fail to ground the audio because their gradient reaches the projector only through attention that has already dismissed it. A connectionist temporal classification loss applied through the frozen output head breaks this deadlock. The resulting model reaches 6.6 percent word error rate on LibriSpeech test-clean, transcribes in roughly eight parallel steps regardless of utterance length, and uses a single adapter trained on six languages, which we evaluate here on English, Hindi, and Mandarin.

URL PDF HTML
2607.13010 2026-07-15 cs.CV 新提交

DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology

DermDepth:迈向用于皮肤病学的单目度量尺度3D重建模型

Héctor Carrión, Narges Norouzi

发表机构 * University of California, Santa Cruz(加利福尼亚大学圣克鲁兹分校) University of California, Berkeley(加利福尼亚大学伯克利分校)

AI总结 研究针对皮肤病学实践中常用2D方法的现状,提出DermDepth单视图度量尺度3D模型及D-Synth数据集,经实验训练和微调,能有效校正度量尺度误差,在多基准通用并与医学文献测量结果一致。

Comments Accepted at MICCAI 2026

详情
AI中文摘要

皮肤病学实践通常涉及测量和跟踪病变大小、形态和纹理,这是伤口或皮肤癌筛查、监测和诊断的关键组成部分。目前常用现成相机传感器对皮肤表面成像,导致研究多聚焦于2D方法,而这些目标自然受益于3D信息。本文展示了无需额外硬件或多次捕获,就能实现皮肤镜和宏观病例的密集单目3D重建、度量尺度测量和丰富表面法线纹理估计。提出了DermDepth,首个用于皮肤病学领域的单视图度量尺度3D模型以及D-Synth,首个具有像素完美3D信息的合成皮肤镜数据集。实验表明,在D-Synth上训练DermDepth可将真实皮肤镜数据的度量尺度误差从超过16倍校正到低于1.1倍,同时保持几何质量并增加纹理丰富度。在少量真实临床样本上微调可使方法在跨越几毫米到几百厘米范围、不同肤色、慢性伤口病例的三个真实世界基准上通用,并产生与医学文献中报道的疾病大小大致一致的测量结果。所有代码、数据和模型可在指定网址获取。

英文摘要

Dermatological practice routinely involves measuring and tracking lesion size, morphology and texture, as critical components of wound or skin cancer screening, monitoring and diagnosis. To accomplish this task, practitioners often image the skin surface with commonly available off-the-shelf camera sensors. This has led to an overwhelming research focus on 2D methods while these objectives naturally benefit from 3D information. In this paper, we demonstrate that dense monocular 3D reconstructions, metric scale measurements and rich surface normal texture estimates are achievable for both dermoscopic and macroscopic cases without the need for additional hardware or multiple captures. We present DermDepth, the first single-view metric scale 3D model for the dermatological domain and D-Synth, the first synthetic dermoscopic dataset with pixel-perfect 3D information. Our experiments show training DermDepth on D-Synth corrects metric scale error from over 16x to under 1.1x for real dermoscopic data, while preserving geometric quality and increasing texture richness. Fine-tuning on a small amount of real clinical samples generalizes our method across three real-world benchmarks spanning the few mm to hundred cm range, diverse skin-tones, chronic wound cases and produces measurements broadly consistent with disease size reported in medical literature. All code, data and models are available at https://github.com/hectorcarrion/dermdepth.

URL PDF HTML
2607.13007 2026-07-15 cs.AI 新提交

Dynamic Resource Allocation for Ensemble Determinization MCTS

用于集成确定化蒙特卡洛树搜索的动态资源分配

Jakub Kowalski, Adam Ciężkowski, Artur Krzyżyński, Mark H. M. Winands

发表机构 * Wrocław Centre for Networking and Supercomputing(弗罗茨瓦夫网络与超级计算中心) Maastricht University(马斯特里赫特大学)

AI总结 针对集成确定化蒙特卡洛树搜索,提出动态资源分配的增强措施,包括动态确定化数量和动态模拟分配,以三款桌面游戏为基准测试,特定配置能显著提升算法强度。

详情
AI中文摘要

基于模拟的算法特别适用于高不确定性环境,如具有大量随机性和隐藏信息的对抗性棋盘游戏。特别是,几种蒙特卡洛树搜索(MCTS)变体常用于此类领域。本文中,我们为集成确定化MCTS提出了一系列增强措施,引入了两个动态资源分配轴。首先是动态确定化数量,根据迄今为止的搜索行为增加或减少当前使用的确定化树的数量。其次是动态模拟分配,在确定化树之间非均匀地分配模拟预算,利用模拟到模拟的决策选择可能具有最佳知识增益的树。我们以三款流行桌面游戏:斋浦尔、失落之城和辉煌作为基准领域。在基于迭代和时间的设置中测试我们提出的增强措施表明,特定配置会使算法强度在统计上显著提高。

英文摘要

Simulation-based algorithms are especially suited for high-uncertainty environments such as adversarial board games with significant elements of randomness and hidden information. In particular, several Monte Carlo Tree Search (MCTS) variants are commonly used in such domains. In this paper, we propose a series of enhancements for Ensemble Determinization MCTS, introducing two axes for dynamic resource allocation. First, Dynamic Number of Determinizations, increases or decreases the number of currently used determinization trees depending on the behavior of so-far search. Second, Dynamic Simulation Allocation, splits the simulation budget nonuniformly across the determinization trees, using simulation-to-simulation decisions to choose the tree with potentially the best knowledge gain. As benchmark domains, we used three popular tabletop games: Jaipur, Lost Cities, and Splendor. Testing our proposed enhancements in iteration- and time-based settings showed that particular configurations yield a statistically significant increase in the algorithm's strength.

URL PDF HTML
2607.12992 2026-07-15 cs.RO 新提交

ChunkFlow: Towards Continuity-Consistent Chunked Policy Learning

ChunkFlow:迈向连续性一致的分块策略学习

Zhao Yang, Yinan Shi, Mingyuan Yao, Wenyao Xue, Yawei Jueluo, Longjun Liu

发表机构 * Institute of Artificial Intelligence and Robotics, Xi’an Jiaotong University(西安交通大学人工智能与机器人研究所) Jiangsu Cytoderm Intelligent Technology Co., Ltd.(江苏希迪姆智能科技有限公司)

AI总结 研究视觉语言动作模型分块策略的边界抖动问题,提出ChunkFlow框架划分块区域,执行时用确定性重叠混合,训练时用多种损失,通过实验验证该框架在低延迟推理下能改善成功稳定性权衡。

详情
AI中文摘要

视觉语言动作(VLA)模型越来越多地采用分块动作头来满足实时约束,但这会引入边界抖动,连续块之间的重叠区域常产生不一致预测,降低时间连贯性和任务成功率。现有方法如推理时混合仅重新加权不匹配提议而不纠正根本错误。我们提出ChunkFlow,一种用于分块策略的感知接缝训练和执行框架,将块结构与边界执行对齐。它划分区域,执行时应用确定性重叠混合,用接缝及一阶和二阶连续性损失训练原始预测。实验表明其在低延迟推理下改善了成功稳定性权衡。

英文摘要

Vision-language action (VLA) models increasingly adopt chunked action heads to satisfy real-time constraints; however, this introduces boundary jitter: overlapping regions between consecutive chunks often yield inconsistent predictions, degrading temporal coherence and the task success rate. Existing methods, such as inference-time blending, merely reweight mismatched proposals without correcting underlying errors, leading to residual accumulation under biased or noisy histories. We propose ChunkFlow, a seam-aware training-and-execution framework for chunked policies that aligns chunk structure with boundary execution. It partitions each chunk into frozen, editable, and future zones, applies deterministic overlap blending at execution, and trains raw predictions with seam and first- and second-order continuity losses. History corruption and scheduled sampling improve robustness to executed-history errors, while an AWAC fine-tuning stage adapts the policy without removing these structural regularizers. Under mild smoothness assumptions, pre-blending seam discrepancies provably decay with increasing overlap. Experiments on CALVIN, LIBERO, and real robots show an improved success-stability trade-off with low-latency inference. Project page: https://cytoderm-ai.github.io/chunkflow.

URL PDF HTML
2607.12987 2026-07-15 cs.CV 新提交

Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification

用于公平高效恶性肿瘤分类的可控多样皮肤病图像生成

Héctor Carrión, Narges Norouzi

发表机构 * University of California, Santa Cruz(加州大学圣克鲁兹分校) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究针对皮肤病诊断中缺乏多样标注图像的问题,提出cgDDI框架,能合成健康皮肤样本、映射罕见病变,支持自动分割掩码,通过多数据集验证,提高了恶性肿瘤分类准确率,公开相关资源推动公平性研究。

Comments Accepted at MICCAI 2026

详情
AI中文摘要

准确的皮肤病诊断需要在不同人群中表现公平,但缺乏专业注释图像阻碍了进展。我们引入了cgDDI框架,它能合成逼真的健康皮肤样本,非参数地将单样本罕见病变映射到新肤色和位置,用最少10个训练样本进行高效参数生成。该框架支持人工和自动分割掩码,可扩展到无预制病变掩码的数据集。通过两个数据集验证,在DDI基准上,仅合成训练时恶性肿瘤分类准确率达86.4%,真实数据微调后达90.9%,跨数据集实验在F17k数据上准确率提高13.9%。我们还公开了相关图像、代码和生成模型。

英文摘要

Accurate dermatological diagnosis naturally necessitates equitable performance across diverse populations, yet a systematic lack of expertly annotated images, especially for underrepresented skin tones and rare diseases, impedes progress toward measurably fair methods. We introduce cgDDI (Controllable Generation of Diverse Dermatological Imagery), a hybrid framework that (1) synthesizes realistic healthy skin samples without disturbing other input properties, (2) maps single-sample rare lesions onto novel skin-tones and locations non-parametrically, and (3) allows for efficient parametric generation with as few as 10 training samples. The framework supports both human and automated segmentation masking, enabling scalability to datasets without pre-made lesion masks. We grow a 656-image dataset by more than 400x and validate across two datasets: biopsy-confirmed Diverse Dermatology Images (DDI) and expert-verified Fitzpatrick17k (F17k). On the DDI benchmark, we achieve malignancy classification accuracy of 86.4% under synthetic-only training and 90.9% state-of-the-art performance with real data fine-tuning, alongside leading fairness metrics. Cross-dataset experiments show +13.9% accuracy improvements on unseen F17k data despite minimal disease overlap. We openly release 266k+ synthetic images, code, and generative models to further support fairness research at https://github.com/hectorcarrion/ControllableGenDDI.

URL PDF HTML
2607.12982 2026-07-15 cs.AI cs.MA cs.SC 新提交

FormalAnalyticGeo: A Neural-Symbolic Based Framework for Multimodal Analytic Geometry Problem Generation

形式分析几何:一种基于神经符号的多模态解析几何问题生成框架

Ruoran Xu, Wending Gao, Qiufeng Wang

发表机构 * Xi’an Jiaotong-Liverpool University(西交利物浦大学)

AI总结 研究解析几何问题生成,提出基于神经符号的FormalAnalyticGeo框架,利用CDL及四个大语言模型组件,无需人工注释自动生成问题,形成闭环,生成的AnalyticGeo7K数据集问题误差小,框架和数据集将公开。

详情
AI中文摘要

随着多模态大语言模型的快速发展,数学推理取得了显著进展,但解析几何在很大程度上仍未得到充分探索,主要原因是带注释样本的稀缺。现有图表生成方法在解析几何方面存在困难。我们提出了FormalAnalyticGeo,一个用于全自动生成多模态解析几何问题的可扩展框架。该框架利用形式语言的严谨性,围绕CDL设计,通过符号距离场引擎将自由形式的问题文本与精确的图表渲染联系起来。它依次使用四个专门的大语言模型组件,质量验证器的结构化反馈驱动自动重试,形成闭环。大规模应用该框架产生了AnalyticGeo7K数据集,生成的问题实现了0.70%的中位数地面真值相对误差,82.3%的答案落在精确符号解的5%以内。我们的框架和数据集将公开发布。

英文摘要

Math reasoning has achieved significant progress with the rapid advancement of Multimodal Large Language Models (MLLMs), however analytic geometry remains largely underexplored, primarily due to the scarcity of annotated samples. Existing diagram generation approaches struggle with analytic geometry: template methods cannot handle constraint-driven layouts, and generative models lack the geometric precision to render annotated conic curves correctly. We present FormalAnalyticGeo, a scalable framework for fully automatic generation of multimodal analytic geometry problems. Leveraging the rigor of formal languages, we design the framework around CDL (Condition Description Language), a formal intermediate representation that bridges free-form problem text with precise diagram rendering via a Signed Distance Field (SDF) engine. The framework employs four specialized LLM components in sequence: a Generator that produces diverse analytic geometry problems, a Formalizer that converts each problem into CDL for SDF-based rendering, a Measurer that extracts ground-truth answers through vision-based measurement on the rendered diagrams, and a Quality Verifier that checks outputs at three stages. Structured feedback from the Quality Verifier drives automatic retry, forming a closed loop that eliminates any need for human annotation. Applying FormalAnalyticGeo at scale yields AnalyticGeo7K, a dataset of over 7K verified multimodal problems, each with aligned text, diagram, formal annotation, and ground truth.Experiments show that the generated problems achieve a median ground-truth relative error of 0.70\%, with 82.3\% of answers falling within 5\% of the exact symbolic solution. Our framework and dataset will be publicly released.

URL PDF HTML
2607.12965 2026-07-15 cs.RO 新提交

MAMMOTH: A Multi-Modal End-to-End Policy for Off-Road Mobility Robust to Missing Modality

MAMMOTH:一种对缺失模态具有鲁棒性的越野移动多模态端到端策略

Ahaan Kotian, Shivani Subramanyan, Suresh Sundaram

发表机构 * Indian Institute of Science(印度科学研究所)

AI总结 研究针对非结构化越野环境自主导航难题,提出MAMMOTH多模态端到端策略。它融合多模态观测,用模态丢弃训练,还采用扩散策略学习联合概率分布,经实验验证性能优越,能提升避撞等能力及对缺失模态的泛化。

Comments Accepted to IROS 2026 Main Conference

详情
AI中文摘要

在非结构化越野环境中进行可靠的自主导航仍然是一项关键的未解决挑战,因为地形极端多样、光照变化剧烈且传感器严重退化。近期进展将此问题视为可通行性代价地图估计或视觉导航任务,但许多方法严重依赖RGB模态,在不同光照下性能不佳。实现鲁棒泛化需要整合提供补充场景信息的模态,而多模态方法对近乎完美的传感器输入存在刚性依赖。为解决这些限制,我们引入MAMMOTH,一种用于鲁棒越野视觉目标条件导航和无向探索的统一端到端导航策略。具体而言,MAMMOTH有效融合多模态观测(RGB、热成像、3D点云及自我速度),并采用模态丢弃方案训练,使其在推理时能泛化到缺失模态。此外,我们采用扩散策略学习基于物理的轨迹和内在可通行性启发式的联合条件概率分布,MAMMOTH利用此启发式偏好更安全、更平滑的轨迹。我们通过在不同越野环境中的大量真实机器人实验验证了MAMMOTH,包括夜间操作。结果表明其性能优越,在避撞、地形感知规划和对缺失模态的泛化方面有显著改进。这项工作使用的代码和数据集将公开提供。

英文摘要

Reliable autonomous navigation in unstructured off-road environments remains a critical unsolved challenge due to extreme terrain diversity, drastic illumination variations and acute sensor degradation. Recent developments have approached the problem as a traversability costmap estimation or visual navigation task. However, many exhibit heavy reliance on RGB modality, leading to poor performance in varied illumination such as glares, shadows or low ambient light. Achieving robust generalization in such conditions requires integrating modalities that provide supplementary scene information. Such multi-modal methods suffer from a rigid dependency on the presence of near-perfect sensor inputs, leaving them unable to robustly handle sensor degradation or individual modality failure. To address these limitations, we introduce MAMMOTH (MAsking Multi-Modal inputs for Off-road Traversability Heuristic-informed navigation), a unified end-to-end navigation policy for robust off-road visual-goal-conditioned navigation and undirected exploration. Specifically, MAMMOTH efficiently fuses multi-modal observations (RGB, Thermal, 3D Pointcloud and Ego Velocity) and is trained with a modality dropout scheme, enabling it to generalize to missing modalities at inference time. Furthermore, we employ a diffusion policy to learn the joint conditional probability distribution of physically-grounded trajectories and a intrinsic traversability heuristic. MAMMOTH utilizes this heuristic to prefer safer, smoother trajectories. We validate MAMMOTH through extensive real-world robot experiments in distinct off-road environments, including night-time operation. Our results demonstrate superior performance, with significant improvements in collision avoidance, terrain-aware planning and generalization to missing modalities. The code and dataset used for this work will be made publicly available.

URL PDF HTML
2607.12963 2026-07-15 cs.CL 新提交

The Illusion of Robustness: Aggregate Accuracy Hides Prediction Flips under Task-Irrelevant Context

稳健性的错觉:聚合准确率掩盖了与任务无关的上下文下的预测翻转

Yanzhe Zhang, Sanmi Koyejo, Diyi Yang

发表机构 * Georgia Tech(佐治亚理工学院) Stanford University(斯坦福大学)

AI总结 研究大语言模型在含无关上下文环境中的表现,发现聚合准确率掩盖了单个示例预测的不稳定性,如随机伪词会改变部分预测,且此不稳定性受多种因素调节,揭示了尾部风险,推动对模型进行单个示例可靠性评估。

Comments Preprint

详情
AI中文摘要

随着大语言模型能力增强,它们越来越多地部署在上下文丰富的环境中,任务输入常伴有冗长且部分无关的上下文。在可控环境中,我们发现最先进的模型在聚合层面通常对与任务无关的上下文表现出稳健性:在基准问题前添加该上下文对整体准确率影响不大。然而,这种聚合稳定性掩盖了单个示例的显著不稳定性。即使是随机组合字符形成的语义无意义的伪词,也能在一小部分示例上显著改变模型预测,在一些示例上降低性能,在另一些上提高性能。这种双面效应在广泛的模型和数据集上持续存在,且受影响的示例很大程度上因模型而异。我们进一步表明,这种不稳定性受上下文类型、长度、测试时计算和模型开发阶段的调节。我们的发现揭示了聚合准确率掩盖下的上下文诱导的尾部风险,促使对语言模型进行单个示例的可靠性评估。

英文摘要

As large language models (LLMs) grow more capable, they are increasingly deployed in context-rich settings where task inputs are often accompanied by long, partially irrelevant context. In a controlled setting, we find that state-of-the-art models often appear robust to task-irrelevant context at the aggregate level: prepending it to benchmark questions causes little change in overall accuracy. This aggregate stability, however, masks significant per-example instability. Even semantically meaningless pseudo-words, formed by randomly combining characters, can markedly shift model predictions on a small fraction of examples, degrading performance on some while improving it on others. This two-sided effect holds consistently across a wide range of models and datasets, yet the affected examples are largely model-specific. We further show that this instability is modulated by context type, context length, test-time compute, and model development stage. Together, our findings reveal context-induced tail risks concealed by aggregate accuracy, motivating per-example reliability evaluation of language models.

URL PDF HTML
2607.12959 2026-07-15 cs.CV 新提交

ViCo3D: Empowering LiDAR-based Collaborative 3D Object Detection with Vision Foundation Models

ViCo3D:利用视觉基础模型增强基于激光雷达的协作式3D目标检测

Haojie Ren, Songrui Luo, Lingfeng Wang, Yan Xia, Yao Li, Jing Li, Lu Zhang, Jiajun Deng, Yanyong Zhang

发表机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 研究针对V2X系统中基于激光雷达协作式3D感知的不足,提出ViCo3D框架。通过将点云投影为图像让VFM提取特征,引入融合模块及跨智能体融合策略,实现了先进的3D检测性能,提升了协作增益。

详情
AI中文摘要

车辆到万物(V2X)系统中基于激光雷达的协作式3D感知通常依赖于跨智能体融合鸟瞰图(BEV)特征。然而,当前的BEV表示通常由从头训练的激光雷达主干提取,以几何为主导且缺乏通用语义先验,限制了特征级协作的效果。视觉基础模型(VFM)在大规模图像数据上预训练,在学习2D任务的通用和信息丰富的视觉表示方面表现出强大能力,有潜力增强基于激光雷达的BEV表示以进行协作。但由于图像 - 点云模态差距大,将VFM应用于基于激光雷达的3D检测仍具挑战性。为此提出ViCo3D框架,从三方面进行适配:将点云投影到BEV平面作为三通道图像让DINOv2提取特征;在单智能体编码器中引入多尺度BEV融合模块;采用以自我为中心的跨智能体融合策略聚合信息。在DAIR - V2X和V2XSet上的实验表明ViCo3D实现了先进的3D检测性能,在DAIR - V2X上协作增益比先前方法高1.8倍,代码将公开。

英文摘要

LiDAR-based collaborative 3D perception in Vehicle-to-Everything (V2X) systems typically relies on fusing bird's-eye-view (BEV) features across agents. However, current BEV representations, typically extracted by LiDAR backbones trained from scratch, are geometry-dominated and lack general semantic priors, inherently limiting the efficacy of feature-level collaboration. Meanwhile, vision foundation models (VFMs) pretrained on large-scale image data have demonstrated strong capability in learning general-purpose and informative visual representations for 2D tasks, and have the potential to enhance agent-wise LiDAR BEV representations for collaboration. Despite this potential, adapting VFMs to LiDAR-based 3D detection remains challenging due to the substantial image-point cloud modality gap. To bridge this gap, we propose ViCo3D, a collaborative 3D object detection framework powered by VFMs. Specifically, ViCo3D adapts VFMs to LiDAR-based collaborative perception from three aspects: First, ViCo3D projects point clouds onto the BEV plane as three-channel images, enabling DINOv2 to extract BEV-space visual features from LiDAR inputs. Besides, to effectively integrate these DINOv2-derived features with LiDAR geometric features, ViCo3D introduces a multi-scale BEV fusion module within the single-agent encoder. In addition, ViCo3D adopts an ego-centric cross-agent fusion strategy to aggregate complementary information from multiple agents. Experiments on DAIR-V2X and V2XSet demonstrate that ViCo3D achieves state-of-the-art 3D detection performance. Remarkably, it delivers up to 1.8x greater collaborative gains than prior methods on DAIR-V2X. The code will be made public available for future investigation.

URL PDF HTML
2607.12939 2026-07-15 cs.CV 新提交

Point Tracking in Surgery--The 2025 Surgical Tattoos in Infrared Challenge (STIRC2025)

手术中的点跟踪——2025年红外手术纹身挑战(STIRC2025)

Adam Schmidt, Mert Asim Karaoglu, Zijian Wu, Jiaming Zhang, Yuxin Chen, Tim Salcudean, Ho-Gun Ha, Minkang Jang, Kyungmin Jung, Ihsan Ullah, Hyunki Lee, Suresh Guttikonda, Sarah Latus, Alexander Schlaefer, Xinkai Zhao, Yuichiro Hayashi, Masahiro Oda, Takayuki Kitasaka, Kensaku Mori, Peng Liu, Chenyang Li, Stefanie Speidel, Aoife Gardiner, Agostino Stilli, Danail Stoyanov, Francisco Vasconcelos, Anwesa Choudhuri, Meng Zheng, Zhongpai Gao, Benjamin Planche, Van Nguyen Nguyen, Terrence Chen, Ziyan Wu, Alexander Ladikos, Omid Mohareri

发表机构 * Intuitive Surgical Inc.(直观外科公司) ImFusion GmbH(ImFusion有限公司) Technical University of Munich(慕尼黑工业大学) University of British Columbia(英属哥伦比亚大学) Johns Hopkins University(约翰·霍普金斯大学) Daegu Gyeongbuk Institute of Science and Technology(大邱庆北科学技术院) Hamburg University of Technology(汉堡工业大学) SustAInLivWork Center of Excellence(可持续生活工作卓越中心) Graduate School of Informatics, Nagoya University(名古屋大学信息科学研究生院) Information Technology Center, Nagoya University(名古屋大学信息技术中心) Department of Information Science, Aichi Institute of Technology(爱知工业大学信息科学系) Research Center for Medical Bigdata, National Institute of Informatics(国立信息学研究所医学大数据研究中心) Department of Translational Surgical Oncology, National Center for Tumor Diseases (NCT), NCT/UCC Dresden, a partnership between DKFZ, Faculty of Medicine and University Hospital Carl Gustav Carus, TUD Dresde(德累斯顿国家肿瘤疾病中心(NCT)转化外科肿瘤学系,NCT/UCC德累斯顿,由德国癌症研究中心、医学院和卡尔·古斯塔夫·卡鲁斯大学医院、德累斯顿工业大学合作成立)

AI总结 介绍2025年手术点跟踪挑战(STIRC2025),参与者提交算法基于红外手术纹身数据集(STIR)评估,含准确性和效率两组件,作为MICCAI EndoVis 2025一部分进行,总结结果与方法,数据集和代码可获取。

Comments 9 pages, 12 figures. arXiv admin note: substantial text overlap with arXiv:2503.24306

详情
AI中文摘要

手术中的点跟踪对于实现诸如分割、3D重建、虚拟组织地标定位、基于自主探头的扫描和子任务自主等下游任务至关重要。本文介绍了点跟踪挑战的2025年迭代,参与者提交算法进行量化。使用名为红外手术纹身(STIR)的数据集评估算法,该挑战称为2025年STIR挑战(STIRC2025)。STIRC2025包括准确性和效率两个定量组件。准确性组件测试算法在体内和体外序列上的准确性,效率组件测试算法推理延迟。该挑战作为MICCAI EndoVis 2025的一部分进行,七个团队参与。本文总结了挑战结果和参与者方法。挑战数据集和基线模型及指标计算代码可通过链接获取。

英文摘要

Point tracking in surgery is crucial to enable applications in downstream tasks such as segmentation, 3D reconstruction, virtual tissue landmarking, autonomous probe-based scanning, and subtask autonomy. This paper introduces the 2025 iteration of a point tracking challenge to address this, wherein participants submit their algorithms for quantification. Their algorithms are evaluated using a dataset named surgical tattoos in infrared (STIR), with the challenge named the STIR Challenge 2025 (STIRC2025). The STIR Challenge 2025 comprises two quantitative components: accuracy and efficiency. The accuracy component tests the accuracy of algorithms on in vivo and ex vivo sequences. The efficiency component tests algorithm inference latency. The challenge was conducted as a part of MICCAI EndoVis 2025, and seven teams participated in this challenge. In this paper we summarize the challenge results and participant methods. The challenge dataset is available at: https://zenodo.org/records/20191078, and the code for baseline models and metrics calculation is available here: https://github.com/athaddius/STIRMetrics

URL PDF HTML
2607.12934 2026-07-15 cs.CV 新提交

Domain-Incremental Remote Sensing Change Detection via Difference-Guided Adaptation and Frequency-Decoupled Distillation

通过差异引导自适应和频率解耦蒸馏实现域增量遥感变化检测

Daifeng Peng, Yaning Li, Haiyan Guan

发表机构 * School of Remote Sensing and Geomatics Engineering, Nanjing University of Information Science and Technology(南京信息工程大学遥感与测绘工程学院)

AI总结 研究针对遥感变化检测模型域增量学习易灾难性遗忘问题,提出DG-FDD框架,集成差异引导自适应和频率解耦蒸馏,有效减轻遗忘,实验表明其在跨域变化检测中能平衡历史知识保留与新域适应,性能优于单任务模型。

Comments 33 pages, 14 figures, and 5 tables

详情
AI中文摘要

遥感变化检测(RSCD)模型在增量适应新域时容易出现灾难性遗忘。现有域增量学习(DIL)方法主要保留图像级表示,但往往忽略双时相差异线索,这对域转移下的稳健变化检测至关重要。为解决此限制,我们提出DG-FDD,一个集成差异引导自适应和频率解耦蒸馏的域增量变化检测框架。具体而言,差异引导动态适配器(DGDA)对双时相特征差异建模,以促进变化感知特征自适应并减少特定域干扰。同时,具有跨域合成的频率解耦知识蒸馏策略(FDKD-CS)在频域中将结构信息与域风格分离,实现无历史数据的稳定知识转移。在两个和三个域增量协议下对三个公共高分辨率RSCD数据集进行的大量实验表明,DG-FDD有效减轻了灾难性遗忘。与独立训练的单任务模型相比,DG-FDD在六个双域序列中F1和IoU的平均相对变化分别仅为-0.23%和-0.45%,在三个评估的三域序列中分别为-0.69%和-1.31%。这些结果表明在连续跨域变化检测中,历史知识保留和新域适应之间具有良好的稳定性-可塑性平衡。

英文摘要

Remote sensing change detection (RSCD) models are prone to catastrophic forgetting when incrementally adapted to new domains. Existing domain-incremental learning (DIL) methods mainly preserve image-level representations but often overlook bitemporal discrepancy cues, which are critical for robust change detection under domain shifts. To address this limitation, we propose DG-FDD, a domain-incremental change detection framework that integrates Difference-Guided Adaptation and Frequency-Decoupled Distillation. Specifically, the Difference-Guided Dynamic Adapter (DGDA) models bitemporal feature discrepancies to promote change-aware feature adaptation and reduce domain-specific interference. Meanwhile, the Frequency-Decoupled Knowledge Distillation strategy with Cross-domain Synthesis (FDKD-CS) separates structural information from domain style in the frequency domain, enabling stable knowledge transfer without historical data. Extensive experiments on three public high-resolution RSCD datasets under two- and three-domain incremental protocols demonstrate that DG-FDD effectively mitigates catastrophic forgetting. Compared with independently trained single-task models, DG-FDD records mean relative changes in F1 and IoU of only -0.23% and -0.45%, respectively, across six two-domain sequences, and -0.69% and -1.31%, respectively, across the three evaluated three-domain sequences. These results indicate a favorable stability-plasticity balance between historical knowledge retention and new-domain adaptation in continual cross-domain change detection.

URL PDF HTML
2607.12931 2026-07-15 cs.RO 新提交

ExToken: Structured Exploration for Efficient Vision-Language-Action Reinforcement Fine-tuning

ExToken:用于高效视觉-语言-动作强化微调的结构化探索

Yilun Kong, Yunpeng Qing, Guozheng Ma, Haoyu Wang, Li Shen, Zhi Hou, Dacheng Tao

发表机构 * Nanyang Technological University(南洋理工大学) ACE Robotics(ACE机器人公司) Zhejiang University(浙江大学)

AI总结 研究VLA模型强化学习中探索停滞问题,提出ExToken框架,基于离线演示导出的离散行为先验调整VLA策略进行结构化探索,通过不同令牌鼓励多样行为模式,提升了探索效率与任务性能,在多任务实验中表现良好。

详情
AI中文摘要

强化学习(RL)在改进复杂操作任务的视觉-语言-动作(VLA)模型方面显示出巨大潜力。但其实际可扩展性因环境交互成本高而严重受限。本文首先研究了当前VLA-RL框架中的探索停滞瓶颈,发现轨迹多样性对采样效率比收集的rollout数量更重要。基于此,引入了RL探索令牌(ExToken),它基于离线演示导出的离散行为先验来调整VLA策略以进行结构化探索。在rollout收集期间通过不同令牌调整策略,鼓励智能体探索多样行为模式,提高状态-动作覆盖和探索效率。为弥合训练中的探索与部署时的确定性推理,ExToken还纳入了状态条件令牌选择器,为未见场景自适应预测有效行为模式。在模拟和现实机器人操作任务上的大量实验表明,ExToken持续加速收敛、提高任务性能并在高约束交互预算下展现出强大鲁棒性。

英文摘要

Reinforcement Learning (RL) has demonstrated significant potential for improving Vision-Language-Action (VLA) models on complex manipulation tasks. However, its practical scalability remains severely limited by the substantial cost of environmental interactions. In this work, we first investigate the exploration stagnation bottleneck in current VLA-RL frameworks and reveal that trajectory diversity is fundamentally more important to sample efficiency than the sheer quantity of collected rollouts. Motivated by these insights, we introduce RL Exploration Token (ExToken), a simple yet general framework that condition VLA policies on discrete behavioral priors derived from offline demonstrations for structured exploration. By conditioning the policy on different tokens during rollout collection, ExToken encourages the agent to explore diverse behavioral modes, substantially improving state-action coverage and exploration efficiency. To bridge exploration during training with deterministic inference at deployment, ExToken further incorporates a state-conditioned token selector that adaptively predicts effective behavioral modes for unseen scenarios. Extensive experiments across simulated and real-world robotic manipulation tasks demonstrate that ExToken consistently accelerates convergence, improves task performance, and exhibits strong robustness under highly constrained interaction budgets.

URL PDF HTML
2607.12928 2026-07-15 cs.LG 新提交

Efficient Sequential Calibration with $O(T^{2/3-ε})$ Error Bound

具有\(O(T^{2/3 - ε})\)误差界的高效序贯校准

Zihan Zhang

发表机构 * HKUST(香港科技大学)

AI总结 研究在线二元序贯校准问题,基于已有突破成果,提出结合\textsc{SPR - 校准}程序与外部校正层的随机预测器,实现\(O(T^{2/3 - ε})\)期望校准误差,并对总校准误差进行分解及控制。

详情
AI中文摘要

我们研究在线二元序贯校准问题。\citet{dagan2024breaking}的一项近期突破克服了校准误差的经典\(T^{2/3}\)障碍。在此结果基础上,我们提出一种高效随机预测器,对于某个常数\(\varepsilon > 0\),能实现期望校准误差\(O(T^{2/3 - ε})\)。我们的预测器将\textsc{SPR - 校准}程序与外部布莱克威尔式校正层相结合。\textsc{SPR - 校准}程序控制关于条件均值估计的替代序列的校准,校正层控制使用这些替代来近似真实结果时产生的额外误差。分析将总校准误差分解为替代校准误差以及替代序列与真实结果之间的残余差异。前者由\citet{dagan2024breaking}中的\textsc{SPR - 校准}保证界定,后者通过二次势论证以及\textsc{SPR - 校准}预测器的稀疏性来控制。

英文摘要

We study the online binary sequential calibration problem. A recent breakthrough by \citet{dagan2024breaking} overcomes the classical \(T^{2/3}\) barrier for calibration error. Building on this result, we present an efficient randomized forecaster that achieves an expected calibration error \(O(T^{2/3-\varepsilon})\) for some constant \(\varepsilon>0\). Our forecaster combines the \textsc{SPR-Calibration} procedure \citep{dagan2024breaking} with an outer Blackwell-style correction layer. The \textsc{SPR-Calibration} procedure controls calibration with respect to a surrogate sequence of conditional-mean estimates, while the correction layer controls the additional error incurred when these surrogates are used to approximate the true outcomes. The analysis decomposes the total calibration error into the surrogate calibration error and the residual discrepancy between the surrogate sequence and the true outcomes. The former is bounded by the \textsc{SPR-Calibration} guarantee in \citet{dagan2024breaking}, and the latter is controlled using a quadratic potential argument together with the sparsity of the \textsc{SPR-Calibration} forecaster.

URL PDF HTML
2607.12924 2026-07-15 cs.AI 新提交

Knowledge- and Gradient-Guided Reinforcement Learning for Parametrized Action Markov Decision Processes

用于参数化动作马尔可夫决策过程的知识与梯度引导强化学习

Jonas Ehrhardt, René Heesch, Oliver Niggemann

发表机构 * HSU-AI Institute for Artificial Intelligence(HSU人工智能研究所)

AI总结 研究参数化动作马尔可夫决策过程中的强化学习,提出KGRL算法,利用领域知识修剪动作、约束参数空间,结合梯度细化参数,能提供局部解释并提高样本效率,优于现有强化学习基线。

详情
AI中文摘要

本文研究参数化动作马尔可夫决策过程(PAMDP)中的强化学习,其中每个决策由符号动作和数值参数组成。在这种设置下,强化学习算法通常用一次性估计器确定参数,导致训练样本效率低下。虽然在大多数PAMDP环境中有明确但不完整的知识,却很少直接用于提高强化学习智能体的训练样本效率。我们提出了新颖的神经符号知识与梯度引导强化学习(KGRL)算法。KGRL利用Datalog知识库中的领域知识为给定状态推导适用动作和可行参数集,修剪决策空间中的非适用动作并约束剩余动作的参数空间。然后使用基于梯度的参数细化循环在智能体训练和部署期间估计最优参数。通过记录轨迹上激活的规则,KGRL还提供关于动作修剪和参数约束的局部过程解释。总体而言,KGRL引导智能体的探索和部署朝着可行且有约束意识的决策,同时提高训练期间的样本效率。在样本效率和情节回报方面,KGRL均优于PAMDP的现有强化学习基线。

英文摘要

In this paper, we study Reinforcement Learning in Parametrized Action Markov Decision Processes (PAMDP), where each decision consists of a symbolic action and numerical parameters. In such settings Reinforcement Learning algorithms typically determine parameters with one-shot estimators, which makes their training sample inefficient. Though in most PAMDP environments explicit but incomplete knowledge (e.g., rules, safety constraints, or expert heuristics) is available, it is rarely directly used to increase the sample-efficiency of training Reinforcement Learning agents. We step into this gap and propose our novel Neuro-Symbolic Knowledge- and Gradient-Guided Reinforcement Learning (KGRL) algorithm. KGRL uses domain knowledge in a Datalog knowledge base to derive the set of applicable actions and feasible parameters for a given state. This allows it to prune non-applicable actions from the decision-space and constrain the parameter spaces of the remaining actions. We then use a gradient-based parameter refinement loop to estimate the optimal parameters during training and deployment of the agent. By recording activated rules along the trajectory, KGRL additionally provides local procedural explanations on the pruning of actions and constraining of parameters. Overall, KGRL guides the agent's exploration and deployment toward feasible and constraint-aware decisions, while increasing sample efficiency during training. KGRL outperforms state-of-the-art RL baselines for PAMDPs in both, sample efficiency and episodic return.

URL PDF HTML
2607.12916 2026-07-15 cs.LG 新提交

Contrastive-Collapsed Loss for Flexible and Geometrically Optimal Embeddings and Faster Convergence

用于灵活且几何最优嵌入和更快收敛的对比坍缩损失

Blanca Cano-Camarero, Ángela Fernández-Pascual, José R. Dorronsoro

发表机构 * Departamento de Ingeniería Informática, Universidad Autónoma de Madrid(马德里自治大学信息工程系)

AI总结 研究提出CoCo损失函数学习归一化且结构良好的表示,鼓励类内坍缩和类间对比,有更优初始化等优势。实验表明其在表格数据集上性能与现有方法竞争,能促进类聚类和更快收敛,是学习判别性表示的有效目标。

详情
AI中文摘要

在这项工作中,我们引入了CoCo,一种旨在学习归一化且结构良好表示的损失函数。所提出的损失鼓励类内坍缩和类间对比,同时为神经网络保留足够的灵活性,以近似具有类间大角度分离的几何最优嵌入。我们提供了关于CoCo相对于相关目标(如点回归和交叉熵)的理论分析,表明新提出的损失受益于更接近最优配置的初始化、更多信息性梯度以及对类内表示坍缩的更强激励。在来自OpenML - CC18基准的各种表格数据集上的大量实验表明,CoCo与包括核支持向量机、随机森林、点回归和基于交叉熵的神经网络在内的现有方法具有竞争力的性能。此外,理论论证和实证分析都表明该提议促进了更紧密的类聚类和更快的收敛。这些结果凸显了CoCo损失作为学习判别性表示同时保持有竞争力预测性能的有效目标。

英文摘要

In this work, we introduce CoCo, a loss function aimed at learning normalized and well-structured representations. The proposed loss encourages intra-class collapse and inter-class contrast while preserving sufficient flexibility for neural networks to approximate geometrically optimal embeddings with large angular separation between classes. We provide a theoretical analysis positioning CoCo with respect to related objectives such as dot regression and cross-entropy, showing that the new proposed loss benefits from closer initialization to the optimal configuration, more informative gradients, and stronger incentives for class-wise representation collapse. Extensive experiments on diverse tabular datasets from the OpenML-CC18 benchmark show that CoCo achieves competitive performance with state-of-the-art methods, including kernel SVM, Random Forest, dot regression, and cross-entropy-based neural networks. In addition, both theoretical arguments and empirical analyses demonstrate that the proposal promotes tighter class clustering and faster convergence. These results highlight CoCo loss as an effective objective for learning discriminative representations while maintaining competitive predictive performance.

URL PDF HTML
2607.12911 2026-07-15 cs.CV 新提交

Open-KNEAD: Knowledge-grounded Nutrition Estimation via Agentic Decomposition

Open-KNEAD:通过智能分解实现基于知识的营养估计

Bruce Coburn, Jingbo Yue, Jinge Ma, Siddeshwar Raghavan, Gautham Vinod, Fengqing Zhu

发表机构 * Purdue University(普渡大学)

AI总结 研究探讨多模态大语言模型用于膳食评估时检索增强基础方法是否仍有价值。提出无需训练、可本地部署的Open-KNEAD框架,通过营养感知检索关联食物项与FNDDS代码,提高份量估计,还能恢复非美国烹饪风格估计偏差,优势显著并开源相关框架与知识库。

Comments 10 pages main paper, 5 pages supplementary

详情
AI中文摘要

多模态大语言模型(MLLMs)越来越多地用于根据膳食图像进行饮食评估,检索增强的基础方法被证明可以提高营养估计的准确性。然而,研究发现当前的MLLMs这一前提不再成立,现代MLLM的直接估计现在已经匹配或超过了完整的检索流程。提出问题:如果检索不再能提高整体估计,它能否仍然提供临床医生重视的两件事,即准确的份量和可追溯的逐项记录?在保留临床应用重要因素的同时进行研究,引入了Open-KNEAD,一个无需训练且可本地部署的基于知识的智能膳食营养估计框架。通过选择性的、营养感知检索将每个分解的食物项与饮食研究的食品和营养数据库(FNDDS)代码相关联,组成可审计的逐项记录。在两个开放的MLLM家族和三种烹饪风格中,Open-KNEAD在大多数骨干数据集设置中比先前的基础方法和直接估计都提高了份量估计。智能内部食谱先验步骤进一步恢复了使非美国烹饪风格估计产生偏差的无形烹饪添加能量。在营养师验证的ACETADA数据集上优势最大,本地开放智能体比两个前沿封闭模型的直接份量估计分别高出约30%和53%,同时将所有膳食图像保留在本地硬件上。还发布了Open-KNEAD框架及其智能体就绪的FNDDS知识库。

英文摘要

Multimodal Large Language Models (MLLMs) are increasingly used for dietary assessment from meal images, where retrieval-augmented grounding was shown to sharpen nutrition estimates. However, we find this premise no longer holds for current MLLMs. A modern MLLM's direct estimate now matches or surpasses the full retrieval pipeline. This raises a question: if retrieval no longer improves the overall estimate, can it still deliver the two things clinicians value, accurate portions and a traceable, item-by-item record? We pursue this while preserving what matters for clinical adoption: minimal user burden (a single, unannotated meal image), explainability (an auditable record), and privacy (locally hosted inference). We introduce Open-KNEAD, a knowledge-grounded agentic framework for meal nutrition estimation that is training-free and locally deployable. Each decomposed food item is grounded to a Food and Nutrient Database for Dietary Studies (FNDDS) code via selective, nutrient-aware retrieval, composing an auditable per-item record. Across two open MLLM families and three cuisines, Open-KNEAD improves portion estimates over both prior grounding methods and direct estimation in most backbone-dataset settings. An agent-internal recipe-prior step further recovers the invisible cooking-added energy that biases estimates on non-US cuisine. The advantage is largest on the dietitian-verified ACETADA dataset, where the local open agent surpasses the direct portion estimates of two frontier closed models by roughly $30\%$ and $53\%$, all while keeping every meal image on local hardware. We release the Open-KNEAD framework and its agent-ready FNDDS knowledge base.

URL PDF HTML
2607.12896 2026-07-15 cs.CV 新提交

UniMedSeg: Unified In-Context Learning for Multi-Paradigm 2D/3D Medical Image Segmentation

UniMedSeg:用于多范式2D/3D医学图像分割的统一上下文学习

Yunzhou Li, Jiesi Hu, Yanwu Yang, Hanyang Peng, Chenfei Ye, Jianfeng Cao, Yixuan Yuan, Ting Ma

发表机构 * Harbin Institute of Technology at Shenzhen(哈尔滨工业大学(深圳)) Peng Cheng Laboratory(鹏城实验室) University Hospital Tübingen(图宾根大学医院) German Center for Mental Health(德国心理健康中心) Chinese University of Hong Kong(香港中文大学)

AI总结 研究针对医学图像分割基础模型存在的问题,提出以Transformer为中心的UniMedSeg框架,通过映射多种信息到共享序列空间联合学习异构医学监督,引入解耦分割注意力克服内存瓶颈,在多类分割任务中实现最优性能且无需特定任务微调。

详情
AI中文摘要

医学图像分割基础模型期望能在不同临床场景中通用,但现有通用方法因提示范式和空间维度而碎片化。视觉上下文学习、交互式分割和语言引导分割通常由特定范式模型处理,2D和3D图像也单独建模。这种隔离阻碍了异构注释和数据被单个可扩展模型联合吸收,限制了跨范式知识转移。为解决此瓶颈,我们提出UniMedSeg,一个以Transformer为中心的通用分割框架,将视觉示例、几何交互、语言指令和2D/3D图像映射到共享序列空间,通过统一上下文接口联合学习异构医学监督,无需特定提示或维度分支。为克服视觉上下文导致的长序列内存瓶颈,我们引入解耦分割注意力,将注意力复杂度降至线性,同时保持硬件友好计算和聚焦的上下文-目标交互。在从27个公共数据集策划的大型语料库上进行广泛训练和评估,UniMedSeg在视觉上下文、交互式和语言引导分割中实现了无特定任务微调的最优性能,证明了在不同保留任务上的强大泛化能力。代码和模型权重可在指定网址公开获取。

英文摘要

Medical image segmentation foundation models are expected to generalize across diverse clinical scenarios, yet existing universal methods remain fragmented by prompt paradigms and spatial dimensions. Visual in-context learning, interactive segmentation, and language-guided segmentation are typically handled by paradigm-specific models, while 2D and 3D images are also modeled separately. Such isolation prevents heterogeneous annotations and data from being jointly absorbed by a single scalable model and limits cross-paradigm knowledge transfer. To address this bottleneck, we propose UniMedSeg, a Transformer-centric universal segmentation framework that maps visual examples, geometric interactions, language instructions, and 2D/3D images into a shared sequence space, enabling heterogeneous medical supervision to be jointly learned through a unified in-context interface without prompt- or dimension-specific branches. To overcome the long-sequence memory bottleneck caused by visual contexts, we introduce Decoupled Split Attention, which reduces attention complexity to linear while preserving hardware-friendly computation and focused context-target interaction. Extensively trained and evaluated on a large corpus curated from 27 public datasets, UniMedSeg achieves state-of-the-art performance across visual in-context, interactive, and language-guided segmentation without task-specific fine-tuning, demonstrating strong generalization on diverse held-out tasks. The code and model weights are publicly available at https://github.com/Lii1228/UniMedSeg

URL PDF HTML
2607.12894 2026-07-15 cs.CV 新提交

Hy-Embodied-VLM-1.0: Efficient Physical-World Agents

Hy-Embodied-VLM-1.0:高效的物理世界智能体

Ziyi Wang, Xumin Yu, Yongming Rao, Yonggen Ling, Yunheng Li, Oran Wang, Mingqi Gao, Yuchen Zhou, Yves Liang, Zuyan Liu, Yani Zhang, Rui Huang, Xiaoran Xu, Bowen Yuan, Yifu Yuan, Xu Tan, He Zhang, Yufei Huang, Shenghao Zhang, Hongsheng Wu, Han Hu, Zhengyou Zhang

发表机构 * Tencent Robotics X Hy Vision Team(腾讯机器人X海眸团队) Futian Laboratory(福田实验室)

AI总结 研究旨在构建物理世界具身智能体,介绍Hy-Embodied-VLM-1.0模型。定义以行动为中心的能力分类法,开发数据管道。基于特定主干和编码器构建模型,用专家混合架构提升效率。在多基准测试中性能出色,较上一代有显著提升,在具身智能任务中也表现强大。

Comments Tech Report. Code and models are open-sourced at https://github.com/Tencent-Hunyuan/HY-Embodied

详情
AI中文摘要

构建有能力的具身智能体不仅需要多模态感知和理解,还需要行动推理、适应不断变化的情况以及与物理世界交互的智能能力。在本报告中,我们介绍了Hy-Embodied-VLM-1.0,这是一个专门为在物理世界中运行的具身智能体设计的高效且强大的具身基础模型。从预训练阶段开始培养这些能力,我们定义了一个以行动为中心的能力分类法,包括三个递进维度:与行动相关的状态理解、行动转换推理以及顺序和自适应推理。在此分类法指导下,我们开发了系统的数据管道并策划了涵盖预训练和训练后的数据混合。为了在支持对延迟敏感的部署的同时提供强大的物理世界理解和交互能力,我们基于Hy3-A3B语言主干和Hy-ViT2视觉编码器构建模型。其高效的专家混合架构将强大的模型能力与高推理效率结合在一起。我们在一套涵盖具身感知、物理世界理解和具身推理的38个基准测试中对Hy-Embodied-VLM-1.0进行了评估。该模型在38个基准测试中的19个上在同等规模模型中取得了最佳性能,并且大幅超越了强大的竞争对手,包括Qwen3.6-A3B和Cosmos 3。与上一代Hy-Embodied-0.5 MoT-2B相比,Hy-Embodied-VLM-1.0将平均性能提高了8.4%。尽管仅激活了3B参数,但它实现了与激活32B参数的上一代模型相近的性能。除了静态基准测试评估之外,Hy-Embodied-VLM-1.0在需要多轮交互和长视野推理的具身智能任务上也表现出强大的性能。

英文摘要

Building capable embodied agents requires not only multimodal perception and understanding, but also agentic capabilities for reasoning about actions, adapting to evolving situations, and interacting with the physical world. In this report, we introduce Hy-Embodied-VLM-1.0, an efficient and powerful embodied foundation model specifically designed for embodied agents operating in the physical world. To cultivate such capabilities from the pre-training stage onward, we define an action-centric capability taxonomy comprising three progressive dimensions: Action-Relevant State Understanding, Action-Transition Reasoning, and Sequential and Adaptive Reasoning. Guided by this taxonomy, we develop a systematic data pipeline and curate data mixtures spanning both pre-training and post-training. To deliver strong physical-world understanding and interaction capabilities while supporting latency-sensitive deployment, we build our model on the Hy3-A3B language backbone and the Hy-ViT2 vision encoder. Its efficient Mixture-of-Experts architecture combines strong model capacity with high inference efficiency. We evaluate Hy-Embodied-VLM-1.0 on a comprehensive suite of 38 benchmarks covering embodied perception, physical-world understanding, and embodied reasoning. The model achieves the best performance among similarly sized models on 19 of the 38 benchmarks and substantially outperforms strong competitors, including Qwen3.6-A3B and Cosmos 3. Compared with the previous-generation Hy-Embodied-0.5 MoT-2B, Hy-Embodied-VLM-1.0 improves average performance by 8.4%. Despite activating only 3B parameters, it achieves performance close to that of the previous-generation model with 32B activated parameters. Beyond static benchmark evaluation, Hy-Embodied-VLM-1.0 also demonstrates strong performance on embodied agentic tasks requiring multi-turn interaction and long-horizon reasoning.

URL PDF HTML
2607.12893 2026-07-15 cs.AI cs.CL 新提交

MemOps: Benchmarking Lifecycle Memory Operations in Long-Horizon Conversations

MemOps:在长期对话中对生命周期内存操作进行基准测试

Xixuan Hao, Zeyu Zhang, Zehao Lin, Yihang Sun, Ziliang Guo, Xichong Zhang, Yuxuan Liang, Feiyu Xiong, Zhiyu Li

发表机构 * MemTensor (Shanghai) Technology Co., Ltd.(墨天轮(上海)科技有限公司) The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) Renmin University of China(中国人民大学)

AI总结 研究针对长期对话中内存操作评估,引入MemOps基准测试,将对话内存视为操作生命周期,通过可控管道嵌入操作并评估,揭示了当前系统内存操作的问题,推动评估从答案评分转向操作级诊断。

详情
AI中文摘要

长期记忆已成为基于大语言模型的智能体的一项基础能力。现有基准测试几乎只通过下游问答来评估内存,这是一种黑箱方式,混淆了内存失败的多种原因。本文认为在动态长期交互中,内存是一系列显式操作的生命周期。我们引入MemOps基准测试,将对话内存重新表述为生命周期操作序列,通过可控生成管道将操作嵌入对话,在多种设置下评估。结果表明当前系统远非一致可靠,此研究将长期内存评估从最终答案评分转向可解释的操作级诊断。

英文摘要

Long-term memory has become a foundational capability for LLM-based agents that accompany users across extended, multi-session interactions. Existing benchmarks, however, evaluate such memory almost exclusively through downstream question answering, scoring only the correctness of a final answer. This black-box formulation conflates the heterogeneous causes of memory failure, such as missing the introduction of a relevant fact, binding an operation to the wrong target, or relying on stale values after a correction. As a result, it can credit correct answers despite their reliance on inconsistent or unsafe memory states. In this paper, we argue that, in dynamic long-horizon interactions, memory is not a static collection of facts but a lifecycle of explicit operations, including remembering, forgetting, updating, reflecting, and their compositions. We introduce MemOps, a benchmark that reformulates conversational memory as a sequence of lifecycle operations and represents each memory event with a structured trace specifying its trigger, target, scope, state transition, and supporting evidence. A controllable generation pipeline embeds these operations into long, task-oriented conversations and produces gold operation traces together with six categories of operation-level probes, evaluated under both adjacent-evidence and long-context settings. Across long-context, retrieval-based, parametric and managed-memory systems, MemOps disentangles failure modes that final-answer accuracy alone conceals, revealing that current systems remain far from uniformly reliable. For instance, session-level retrieval outperforms turn-level retrieval, and long-context models remain notably weak at reconstructing ordered memory-state trajectories. These results move long-term memory evaluation from final-answer scoring toward interpretable, operation-level diagnosis.

URL PDF HTML
2607.12886 2026-07-15 cs.AI 新提交

A Multi-Agent System for Autonomous, Fine-Tuning-Free Clinical Symptom Detection: Development and Validation Study

一种用于自主、无需微调的临床症状检测的多智能体系统:开发与验证研究

Cameron Cagan, Pedram Fard, Jiazi Tian, Jingya Cheng, Shawn N. Murphy, Hossein Estiri

发表机构 * Massachusetts General Hospital(麻省总医院) University of Washington(华盛顿大学)

AI总结 研究针对临床症状检测中信息难结构化及现有方法不足的问题,提出多智能体系统Pythia,无需人工提示工程或微调,能自主优化提取提示。通过与词汇表比较,验证其在临床记录症状提取上的有效性及推广性,优于部分传统方法。

详情
AI中文摘要

临床记录包含许多使患者就医的体征和症状,但这些信息很少进入结构化字段。现有提取方法要么依赖产生误报的上下文无关规则,要么依赖需要大量微调的监督模型。我们提出了Pythia,一个多智能体系统,它能自主编写和优化临床概念的提取提示,无需人工提示工程或微调。Pythia在本地托管的开放权重模型上运行,将临床记录保存在本地基础设施上,并根据开发集的敏感性和特异性选择提示。我们将Pythia与一个精心策划的词汇表在400份代表387名患者的临床记录中的72种体征和症状上进行了比较。每个概念的开发集(n = 300)和验证集(n = 100)独立划分。Pythia的平均敏感性为0.76,特异性为0.95,而词汇表分别为0.82和0.76,在62个直接可比概念中的20个概念上,Pythia在这两个指标上匹配或超过了词汇表。对于词汇表将每份记录都标记为阳性的14个概念,Pythia通过要求是现在时态、患者归因的发现而不是对术语的任何文本提及,恢复了0.97的平均特异性。特异性从开发集转移到验证集时,在不同患病率下退化最小,而敏感性转移在患病率低于5%时减弱,在患病率低于2%时平均差距达到0.25。在相同开发集上按每个概念微调的BERT分类器平均敏感性为0.23,对于患病率低于约5%的概念,敏感性降至零。这些发现表明,自主、无需微调的提示优化可以产生症状提取提示,能从开发集有效推广到验证集,同时仍可在本地基础设施上部署。

英文摘要

Clinical notes contain many of the signs and symptoms that bring patients to care, yet this information rarely reaches structured fields. Existing extraction approaches either rely on context-insensitive rules that generate false positives or on supervised models that require substantial fine-tuning. We present Pythia, a multi-agent system that autonomously writes and optimizes extraction prompts for clinical concepts without manual prompt engineering or fine-tuning. Running on a locally hosted open-weights model, Pythia keeps clinical notes on local infrastructure and selects prompts using development-set sensitivity and specificity. We compared Pythia with a curated lexicon across 72 signs and symptoms from 400 clinical notes representing 387 patients. Development (n=300) and validation (n=100) sets were partitioned independently for each concept. Pythia achieved mean sensitivity of 0.76 and specificity of 0.95, compared with 0.82 and 0.76 for the lexicon, and matched or exceeded the lexicon on both metrics for 20 of 62 directly comparable concepts. For 14 concepts where the lexicon labeled every note positive, Pythia recovered mean specificity of 0.97 by requiring a present-tense, patient-attributed finding rather than any textual mention of a term. Specificity transferred from development to validation with minimal degradation across prevalences, whereas sensitivity transfer weakened below 5% prevalence, reaching a mean gap of 0.25 below 2% prevalence. A BERT classifier fine-tuned per concept on the same development set achieved mean sensitivity of 0.23 and collapsed to zero sensitivity for concepts below roughly 5% prevalence. These findings suggest that autonomous, fine-tuning-free prompt optimization can produce symptom extraction prompts that generalize effectively from development to validation while remaining deployable on local infrastructure.

URL PDF HTML
2607.12885 2026-07-15 cs.CL 新提交

LLM Judges Can Be Too Generous When There Is No Reference Answer

当没有参考答案时,大语言模型评判可能过于宽松

Chalamalasetti Kranti, Sowmya Vajjala

发表机构 * University of Potsdam(波茨坦大学) National Research Council(国家研究委员会)

AI总结 探讨在无参考答案时大语言模型评判器能否可靠评估。通过校准和敏感性两阶段实验,发现其在无参考答案时易高估错误答案,添加参考答案信息会大幅改变评判结果,且与人类判断相符,强调校准LLM评判器的必要性并提供了方法。

Comments Preprint

详情
AI中文摘要

大语言模型(LLM)评判器越来越多地用于评估开放式模型的回答,通常是在没有参考答案的情况下。然而,它们能否在这种评估设置中可靠地进行评估?本文通过两阶段流程探讨了这个问题:一是校准实验,评估评判模型对所评估任务的了解;二是敏感性实验,评估提示中参考答案的存在和位置如何影响评判模型的性能。在涵盖三种语言的实验中,我们发现评估的评判模型在没有参考答案时往往对错误答案评价过高,在某些实验设置中,向提示中添加参考答案信息会使评判模型的正误判断翻转多达85%。与部分人工标注的比较表明,这些由参考答案驱动的变化通常与人类判断一致。我们的结果强调了在将LLM评判器可靠地用于无参考设置之前,需要用有参考意识的评估样本对其进行校准,我们的方法为研究人员和从业者对LLM评判器进行此类校准提供了蓝图。

英文摘要

LLM judges are increasingly being used to evaluate open-ended model responses, often in no-reference settings where a ground-truth answer is unavailable. However, can they reliably assess in such evaluation setups? We explore this question in this paper through a two stage pipeline with a) calibration experiments that assess the judge model's knowledge of the task it is evaluating, and b) sensitivity experiments that assess how the judge model's performance is impacted by the presence and positioning of the reference answer in the prompt. Across experiments covering three languages, we show that the judge models we evaluated tend to over-credit incorrect answers in the absence of a reference answer, and adding reference answer information to the prompt flips the judge model's correct/incorrect decisions by as much as 85% in some experimental settings. Comparison with a subset of human annotations shows that these reference-driven changes generally align with human judgments. Our results emphasize the need for calibrating the LLM judges with a sample with reference-aware evaluation before using them in reference-free setups reliably, and our methodology provides a blueprint for researchers and practitioners in doing such calibration of LLM judges for other tasks.

URL PDF HTML
2607.12881 2026-07-15 cs.CV 新提交

Inhibited Self-Attention: Sharpening Focus in Vision Transformers

抑制性自注意力:在视觉Transformer中锐化注意力

Peter R. D. van der Wal, Nicola Strisciuglio, George Azzopardi

发表机构 * University of Groningen(格罗宁根大学) University of Twente(特温特大学) Stellenbosch University(斯泰伦博斯大学) University of Malta(马耳他大学)

AI总结 研究针对视觉Transformer自注意力机制易分散的问题,提出抑制性自注意力(ISA),通过整合抑制信号增强特征选择性,利用负注意力分数抑制无关特征,经多数据集实验验证其能增强对象选择性、减少捷径依赖并提升泛化能力。

详情
AI中文摘要

视觉Transformer(ViTs)在计算机视觉任务中表现出色。但其自注意力机制常将注意力分散到背景区域,依赖虚假相关性而非与对象相关的线索。受生物视觉系统中抑制机制启发,我们提出抑制性自注意力(ISA),一种整合抑制信号以增强特征选择性并抑制虚假响应的新型自注意力。与传统自注意力因softmax归一化仅依赖正注意力值不同,我们的方法保留并利用负注意力分数抑制无关特征,锐化对感兴趣对象的注意力。在包括ImageNet-1k和COCO等多个数据集及多个鲁棒性基准上的实验表明,ISA增强了以对象为中心的选择性,减少了对捷径的依赖,并改善了分布外泛化能力。我们对相关性映射的分析证实,具有ISA的ViTs对与对象相关区域表现出更清晰、更局部化的注意力,同时减少了来自无关(背景)特征的干扰,从而实现更可靠的模型。我们在这个https URL上发布了代码。

英文摘要

Vision Transformers (ViTs) have demonstrated remarkable performance in computer vision tasks. However, their self-attention mechanism often diffuses focus across background regions, relying on spurious correlations rather than object-relevant cues. Inspired by inhibitory mechanisms observed in biological vision systems, we propose the Inhibited Self-Attention (ISA), a novel self-attention that integrates inhibitory signals to enhance feature selectivity and suppress spurious responses. In contrast to conventional self-attention, which relies solely on positive attention values due to softmax normalization, our approach retains and utilizes negative attention scores to suppress irrelevant features and sharpen focus on objects of interest. Experiments across multiple datasets, including ImageNet-1k and COCO, and several robustness benchmarks demonstrate that ISA enhances object-centric selectivity, reduces shortcut reliance, and improves out-of-distribution generalization. Our analysis of relevance maps confirms that ViTs with ISA exhibit sharper, more localized focus on object-relevant regions while reducing distractions from non-relevant (background) features, enabling more reliable models. We release our code at https://github.com/prdvanderwal/inhibited-self-attention

URL PDF HTML
2607.12874 2026-07-15 cs.CV q-bio.QM 新提交

Metric-Guided Synthetic Image Data Rendering for Deep Learning compatible with Agentic AI

用于与智能人工智能兼容的深度学习的度量引导合成图像数据渲染

Martina Radoynova, Samuel Pantze, Trina De, Ulrik Günther, Artur Yakimovich

发表机构 * Center for Advanced Systems Understanding (CASUS)(高级系统理解中心) Helmholtz-Zentrum Dresden-Rossendorf e. V. (HZDR)(德累斯顿-罗森多夫亥姆霍兹中心) Institute of Computer Science, University of Wrocław(弗罗茨瓦夫大学计算机科学研究所) Cluster of Excellence Physics of Life, TU Dresden(德累斯顿工业大学生命物理卓越集群)

AI总结 研究针对科学应用中深度学习计算机视觉数据收集标注难题,提出GraNatPy包用度量引导合成图像数据渲染,经实验证明其能提升渲染数据集质量及检测模型性能,还将数据渲染转化为智能技能优化参数。

Comments 17 pages, 3 figures, 4 pages

详情
AI中文摘要

科学应用中的深度学习计算机视觉需要通过费力、昂贵且容易出错的过程来收集和注释大型数据集。通过3D建模和渲染生成合成数据可以简化此过程,并通过以编程方式生成注释来提高注释的准确性。然而,在视觉上最小化真实图像和合成图像之间的域差距是主观的,并且缺乏系统的定量指导。我们提出了GraNatPy,一个带有度量的Python包,用于指导渲染场景的改进。我们表明,渲染数据集的真实感、多样性和大小的可量化增加与场景的视觉感知改善和对象检测模型的更高零样本性能相关。此外,我们使用病毒学噬菌斑测定的照片证明,梯度相似性会影响小物体检测的性能,通过混合真实数据和合成数据可以提高性能。最后,我们将程序数据渲染转变为一种智能技能(SynthClaw),以自动进行程序参数优化。

英文摘要

Deep learning computer vision for scientific applications requires collecting and annotating large datasets in a laborious, expensive and error-prone process. Synthetic data generation through 3D modelling and rendering may simplify this process and increase the accuracy of annotations by generating them programmatically. However, minimising the domain gap between real and synthetic images visually is subjective and lacks systematic quantitative guidance. We present GraNatPy, a Python package with metrics to guide improvement of the rendered scene. We show that quantifiable increase in realism, diversity and size of rendered dataset correlates with improved visual perception of the scene and higher zero-shot performance of an object detection model. Furthermore, we demonstrated using photographs of virological plaque assays that gradient similarity affects performance on small object detection, which can be improved by mixing real and synthetic data. Finally, we turn procedural data rendering into an agentic skill (SynthClaw) to automate the procedural parameter optimisation.

URL PDF HTML
2607.12872 2026-07-15 cs.SD 新提交

Low-Latency Neural Models for Real-Time Music Enhancement

用于实时音乐增强的低延迟神经模型

Emmanouil Karystinaios, Jonathan Greif, David Nadrchal, Paul Primus, Gerhard Widmer

发表机构 * JKU(林茨约翰内斯开普勒大学)

AI总结 研究严格因果和低延迟约束下的实时音乐增强,采用紧凑因果网络并与多种模型比较,结果显示改进因多种因素而异,主要贡献是给出基准和分析,强调实时音乐增强虽可行,但稳健改进需多方面考量。

详情
AI中文摘要

音乐录音和直播流常受噪声、混响、频谱不平衡或伪影影响,导致收听质量下降。语音增强已发展成熟,而音乐增强因音乐信号的复杂性尚不完善。本文研究严格因果和低延迟约束下的实时音乐增强。围绕从声学和生产导向的退化中恢复预期混音制定任务,采用紧凑因果网络并与多种模型比较。结果表明所有因果模型运行速度快于实时,但改进因数据集、退化类型和指标而异,不加区分的增强可能恶化输入。主要贡献是一个基准和分析,即实时音乐增强可行,但稳健改进需考虑退化感知建模等多方面。

英文摘要

Music recordings and live streams are often affected by noise, reverberation, spectral imbalances, or artifacts that degrade listening quality. While speech enhancement has matured into a well-defined research area, music enhancement is less established because musical signals combine overlapping sources, wide bandwidths, strong dynamics, and intentional production effects. We study real-time music enhancement under strict causal and low-latency constraints. We formulate the task around recovery of the intended produced mix from acoustic and production-oriented degradations, adapt compact causal networks to music, and compare speech-derived real-time baselines, an external music-denoising model, an offline restoration reference, and a music-specific MusicFilterNet-MS variant. On the tested hardware, all causal models run faster than real time, but improvements depend strongly on the dataset, degradation type, and metric family; under several objective criteria, indiscriminate enhancement can worsen the degraded input. The main contribution is therefore a benchmark and an analysis rather than a universal best model: real-time music enhancement is feasible, but robust improvement requires degradation-aware modeling, stereo-aware processing, identity-preserving correction, and evaluation beyond a single objective score.

URL PDF HTML
2607.12866 2026-07-15 cs.CV 新提交

Statistical Non-linear Reconstruction Loss for Image Anomaly Detection

用于图像异常检测的统计非线性重建损失

Nguyen Minh Tri, Hoang Khuong Duy, Huynh Cong Viet Ngu

发表机构 * FPT University(越南胡志明市邮电大学)

AI总结 该研究针对基于重建的图像异常检测易受异常值泄漏影响的问题,提出非线性重建损失及统计校准方案,通过抑制高幅值特征和数据驱动控制抑制强度,提升异常检测性能,在多个数据集上取得良好结果。

Comments Accepted at KES 2026

详情
AI中文摘要

基于重建的方法是无监督图像异常检测的基石,但易受“异常值泄漏”影响,标准均方误差(MSE)损失会使模型忠实地重建异常模式。我们提出一种非线性重建损失,应用基于sigmoid的挤压函数抑制高幅值特征,防止异常值主导优化,同时保持对正常模式的敏感性。此外,引入统计校准方案,从正常特征分布的置信区间选择缩放因子k,实现数据驱动的抑制强度控制。与现有方法相比,我们的方法在异常检测性能上具有竞争力或更优。例如在MVTec-AD上达到99.0%的图像AUROC和97.3%的像素AUROC,在VisA上达到95.3%的图像AUROC和99.0%的像素AUROC。这些结果表明非线性梯度抑制是减轻异常值泄漏和改善统一工业检测设置中异常定位的有效机制。

英文摘要

Reconstruction-based methods are a cornerstone of unsupervised image anomaly detection, but they remain vulnerable to \emph{outlier leakage}, where standard mean squared error (MSE) loss drives the model to faithfully reconstruct anomalous patterns. We propose a Non-linear Reconstruction Loss that applies a sigmoid-based squashing function to suppress high-magnitude features, preventing outliers from dominating optimization while preserving sensitivity to normal patterns. In addition, we introduce a statistical calibration scheme that selects the scaling factor $k$ from the confidence interval (CI) of the normal feature distribution, enabling data-driven control of the suppression strength. Our approach achieves competitive or superior anomaly detection performance compared to state-of-the-art methods, reaching 99.0\% Image-AUROC and 97.3\% Pixel-AUROC on MVTec-AD, and 95.3\% Image-AUROC and 99.0\% Pixel-AUROC on VisA. These results indicate that non-linear gradient suppression is an effective mechanism for mitigating outlier leakage and improving anomaly localization in unified industrial inspection settings. The implementation is available at https://github.com/mintii13/Statistical-Non-linear-Reconstruction-Loss.git.

URL PDF HTML