← Back to Index
Daily Research Digest

arXiv Papers

2026-07-13
146
Papers
4
Categories
146
Translated
收藏清单 0
机器人学 (Robotics)
26
cs.RO / 1 / 2607.08857

AgenticFocus: Object-Preserving Mixed Reality Synthesis from Human FPV Video for Dexterous Humanoid Learning

AgenticFocus:基于人类第一人称视角视频的物体保留混合现实合成用于灵巧类人学习
Kolomiets, Iaroslav, Cabrera, Miguel Altamirano, Lykov, Artem, Sam, Jeffrin, Iarchuk, Dmitrii, Mahmoud, Yara, Zinniatullina, Daniia, Konenkov, Mikhail, Tsetserukou, Dzmitry
Abstract
Human egocentric video is a scalable supervision source for humanoid policy learning, but current pipelines struggle with hand-object occlusion, oversimplified motion, or specialized capture hardware. We introduce AgenticFocus, a Mixed Reality synthesis pipeline that converts ordinary first-person-view human videos into robot-trainable demonstrations by restoring occluded object geometry, reconstructing full-hand motion, and retargeting it to a humanoid embodiment through camera-relative alignment and layered compositing. The resulting dataset pairs focused visual observations with synchronized robot actions and states. AgenticFocus achieves lower trajectory error and smoother wrist motion than cross-embodiment baselines, with SPARC scores of -5.18 versus -5.56 and -6.05.
Chinese Translation
人类自我中心视频是类人政策学习的可扩展监督源,但当前的处理流程在手部与物体遮挡、过于简化的运动或专用捕捉硬件方面存在困难。我们提出了AgenticFocus,这是一种混合现实合成管道,通过恢复被遮挡的物体几何形状、重建完整的手部运动,并通过相机相对对齐和分层合成将其重新定向到类人形态,从而将普通的第一人称视角人类视频转换为可供机器人训练的演示。生成的数据集将聚焦的视觉观察与同步的机器人动作和状态配对。与跨形态基准相比,AgenticFocus实现了更低的轨迹误差和更平滑的手腕运动,SPARC评分为-5.18,而基准为-5.56和-6.05。
cs.RO / 2 / 2607.08877

FlowDAgger: Human-in-the-Loop Adaptation of Generative Robot Policies in Latent Space

FlowDAgger:生成机器人策略在潜在空间中的人机协同适应
Murray, Michael, Chen, Daphne, Bagaria, Simran, Fortier, Dean, Hellebrekers, Tess, Mullins, Galen, Gajarla, Harshavardhan, Mees, Oier, Cakmak, Maya, Kolobov, Andrey
Abstract
Pretrained generative robot policies based on flow matching and diffusion have achieved impressive results across a wide range of manipulation tasks. Yet real-world deployments routinely expose failure modes outside the pretraining distribution. Closing these gaps typically requires large-scale data collection or online reinforcement learning on physical hardware, which is impractical for rapid and safe adaptation. We present FlowDAgger, a sample- and compute-efficient method for adapting frozen generative robot policies from human interventions in latent space. Our key idea is action inversion: each human expert action is mapped to the noise that would have produced it under the frozen base policy, using reverse-time integration followed by local refinement. The resulting inverted noise provides supervision for a lightweight latent policy that steers the base model at deployment time, enabling rapid skill acquisition while preserving its behavioral priors. We evaluate FlowDAgger in simulation and on real-world bimanual and single-arm manipulation, adapting both action-head VLAs and world-action models from a handful of interventions. FlowDAgger outperforms supervised fine-tuning and latent-space RL baselines and preserves pretrained skills on held-out tasks, offering a practical path for adapting robot foundation models in the real world. Website: https://microsoft.github.io/FlowDAgger
Chinese Translation
基于流匹配和扩散的预训练生成机器人策略在多种操作任务中取得了令人瞩目的成果。然而,现实世界的部署常常暴露出超出预训练分布的失败模式。弥补这些差距通常需要大规模的数据收集或在物理硬件上进行在线强化学习,这对于快速和安全的适应来说是不切实际的。我们提出了FlowDAgger,一种在潜在空间中通过人类干预适应冻结的生成机器人策略的样本和计算高效的方法。我们的核心思想是动作反演:每个专家的动作被映射到在冻结的基础策略下产生该动作所需的噪声,采用反向时间积分并随后进行局部细化。生成的反演噪声为轻量级潜在策略提供了监督,该策略在部署时引导基础模型,实现快速技能获取,同时保留其行为先验。我们在仿真和真实的双手及单臂操作中评估了FlowDAgger,从少量干预中适应动作头VLA和世界-动作模型。FlowDAgger在监督微调和潜在空间强化学习基准上表现优越,并在保留的任务上保持预训练技能,为在现实世界中适应机器人基础模型提供了一条实用路径。网站:https://microsoft.github.io/FlowDAgger
cs.RO / 3 / 2607.08948

SplatCtrl: Perception-Action Coupling via Gaussian Scene Representations and Reactive Robot Control

SplatCtrl:通过高斯场景表示和反应式机器人控制实现感知-动作耦合
Jain, Siddarth, Choi, Ho Jin
Abstract
Robotic manipulators excel in structured environments but face substantial challenges in unstructured and dynamic settings. This paper presents SplatCtrl, a unified framework for real-time scene reconstruction and reactive robot motion generation to enable collision-free robotic arm control in previously unseen and continuously changing environments. Building on 3D Gaussian Splatting (3D-GS), we introduce a hybrid voxel-based filtering and dynamic Gaussian relocation strategy that supports efficient scene reconstruction from RGB-D streams while accommodating environmental changes. For safe and reactive control, we further propose a method for deriving continuous signed distance functions from isotropic Gaussians, providing stable and differentiable collision probability estimates that bridge classical distance fields with the modern implicit representation. These continuous distance metrics are incorporated into control barrier functions, resulting in a unified perception-action coupling framework that supports smooth and reliable real-time motion generation in response to scene changes. Experimental validation in simulation, on physical robot, and within shared human-robot workspace demonstrates the framework's effectiveness, achieving integrated scene reconstruction and reactive control in uncertain, and dynamic environments.
Chinese Translation
机器人操纵器在结构化环境中表现出色,但在非结构化和动态环境中面临重大挑战。本文提出了SplatCtrl,一个统一的框架,用于实时场景重建和反应式机器人运动生成,以实现对以前未见和持续变化环境中的无碰撞机器人臂控制。基于3D高斯点云(3D-GS),我们引入了一种混合体素过滤和动态高斯重定位策略,支持从RGB-D流中高效重建场景,同时适应环境变化。为了实现安全和反应式控制,我们进一步提出了一种从各向同性高斯分布导出连续有符号距离函数的方法,提供稳定且可微分的碰撞概率估计,将经典距离场与现代隐式表示相结合。这些连续距离度量被纳入控制障碍函数中,形成一个统一的感知-动作耦合框架,支持对场景变化的平滑和可靠的实时运动生成。在仿真、物理机器人以及共享人机工作空间中的实验验证展示了该框架的有效性,实现了在不确定和动态环境中的集成场景重建和反应控制。
cs.RO / 4 / 2607.08974

CLAP: Direct VLM-to-VLA Adaptation via Language-Action Grounding

CLAP:通过语言-动作基础实现直接的VLM到VLA适应
Ishitoya, Yuri, Siburian, Jeremy, Hamaya, Masashi, Saito, Kuniaki, Beltran-Hernandez, Cristian C., Nishimura, Mai
Abstract
Vision-language-action models (VLAs) inherit semantic capabilities from pretrained VLMs, yet large-scale post-training on robot data and architectural modifications can reshape the backbone so extensively that it becomes difficult to isolate what the VLM contributes to control. Directly converting pretrained VLMs into VLAs with minimal architectural change offers a more transparent path to understanding how VLM capabilities transfer across model scales. The core obstacle is output-distribution mismatch: predicting actions as bare numeric token sequences moves generation away from the VLM's pretrained language distribution, degrading the capabilities we seek to preserve. To address this, we propose CLAP (Causal Language-Action Prediction), which prepends each numeric action sequence with a natural-language action description, causally conditioning precise action-token prediction on a language-action plan without modifying the backbone architecture. With single-epoch fine-tuning alone, 2B CLAP achieves 90.8% on LIBERO (+14.9 pt over VLA-0) and improves robustness on LIBERO-PRO under language, object, and spatial perturbations. We will release CLAP at 0.8B, 2B, and 4B as an open-weight, multi-scale compact VLA family from a single VLM lineage, enabling controlled analysis of VLM-to-VLA capability transfer.
Chinese Translation
视觉-语言-动作模型(VLAs)从预训练的视觉-语言模型(VLMs)继承了语义能力,但在机器人数据上的大规模后训练和架构修改可能会极大地重塑骨干网络,使得很难分离出VLM对控制的贡献。以最小的架构变化直接将预训练的VLM转换为VLA提供了一条更透明的路径,以理解VLM能力如何在模型规模间转移。核心障碍是输出分布不匹配:将动作预测为纯数字标记序列使得生成偏离了VLM的预训练语言分布,从而降低了我们希望保留的能力。为了解决这个问题,我们提出了CLAP(因果语言-动作预测),它在每个数字动作序列前添加自然语言动作描述,使得精确的动作标记预测因果地依赖于语言-动作计划,而无需修改骨干架构。仅通过单轮微调,2B CLAP在LIBERO上达到了90.8%(比VLA-0提高了14.9个百分点),并在语言、物体和空间扰动下提高了LIBERO-PRO的鲁棒性。我们将以0.8B、2B和4B的形式发布CLAP,作为来自单一VLM谱系的开放权重、多尺度紧凑VLA系列,便于对VLM到VLA能力转移进行控制分析。
cs.RO / 5 / 2607.09060

Dec-MARVEL: Decentralized Multi-Agent Exploration without Communication under Budget Constraints

Dec-MARVEL:在预算约束下无通信的去中心化多智能体探索
Cho, Janghyun, Chiun, Jimmy, Sartoretti, Guillaume, Nam, Changjoo
Abstract
Multi-UAV exploration is often constrained by unreliable communication, limited field-of-view sensing (e.g., lightweight onboard camera), and finite travel budgets that require each robot to reserve enough budget to return to its base. We present Dec-MARVEL, a decentralized budget-aware exploration framework for communication-free teams with directional sensing. Rather than exchanging maps, goals, or messages, each robot coordinates through its incidental observations: any teammate trajectory within its field of view serves as a coordination signal. A graph-attention actor fuses local frontier geometry, teammate motion, and budget features to select return-feasible waypoint-heading actions. The actor is trained with phase-conditioned critics, a training-only task-oriented privileged critic, and a mixture-based budget curriculum. Across 900 held-out trials spanning three team sizes (2, 4, 8 robots) and three travel budgets (720, 800, 1024 meters) against four baselines, Dec-MARVEL achieves the highest or tied-highest exploration rate and lowest sensing overlap across all nine team-size budget configurations. Under our tightest 720m budget, it reaches 53%, 94%, and 100% success for 2, 4, and 8 robots, versus 37%, 83%, and 99% for the strongest baseline. Physical-robot experiments demonstrate successful sim-to-real transfer and real-world deployment of Dec-MARVEL.
Chinese Translation
多无人机(UAV)探索通常受到不可靠通信、有限的视野感知(例如,轻量级机载摄像头)和有限的旅行预算的限制,这要求每个机器人保留足够的预算以返回其基地。我们提出了Dec-MARVEL,这是一个针对无通信团队的去中心化预算感知探索框架,支持方向性感知。每个机器人通过其偶然观察进行协调:任何在其视野内的队友轨迹都作为协调信号。图注意力演员融合了局部前沿几何、队友运动和预算特征,以选择可返回的航点-航向动作。该演员通过阶段条件评论员进行训练,使用仅用于训练的任务导向特权评论员,以及基于混合的预算课程。在900次保留试验中,涵盖了三种团队规模(2、4、8个机器人)和三种旅行预算(720、800、1024米),与四个基线进行比较,Dec-MARVEL在所有九种团队规模预算配置中实现了最高或并列最高的探索率和最低的感知重叠。在我们最紧张的720米预算下,它在2、4和8个机器人中分别达到了53%、94%和100%的成功率,而最强基线的成功率为37%、83%和99%。物理机器人实验展示了Dec-MARVEL成功的模拟到现实转移和现实世界部署。
cs.RO / 6 / 2607.09130

Vascular Geometry Characterization for AI-Based Endovascular Navigation

基于人工智能的血管几何特征表征用于血管内导航
Wu, Han-Ru, Robertshaw, Harry, Dwyer-Joyce, Lisa, Booth, Thomas C, Granados, Alejandro
Abstract
Mechanical thrombectomy (MT) is a time-critical intervention for acute ischemic stroke; however, access remains limited due to a shortage of neuroradiologists and specialized centers. Reinforcement learning (RL) offers potential to automate endovascular navigation and improve accessibility, yet current models lack standardized frameworks to assess navigation difficulty for model training and evaluation. This study aims to identify vascular metrics associated with navigation difficulty and to develop an automated pipeline for quantitative vascular feature extraction, enabling future complexity grading. Vascular trees were segmented from computed tomography angiograms from 61 patients, and vascular metrics including aortic arch type, presence of bovine arch, vessel length, tortuosity, take-off angle, number of reverse curves, were measured using a custom pipeline. A Soft Actor-Critic RL algorithm was used for 120 s autonomous navigation. Outcomes were analyzed using both mixed effects linear and logistic regression. On the left side, the presence of a bovine arch and aortic arch type II/III increased navigation time by 30.19 s and 37.92 s, respectively, while greater tortuosity (\b{eta} = 118.20) further prolonged the procedure and reduced success probability. On the right side, type II/III arches extended procedure time by 45.94 s, while each additional reverse curve was associated with 3.96 s longer navigation time and lower probability of success. These findings demonstrate for the first time that MT agent navigation difficulty is strongly influenced by vascular geometry. The proposed automated pipeline enables objective and quantitative characterization of vascular features, providing a foundation for future development of standardized complexity grading and RL model evaluation, without aiming to demonstrate clinically generalizable autonomous navigation.
Chinese Translation
机械性血栓切除术(MT)是一种针对急性缺血性中风的时间关键干预;然而,由于神经放射科医生和专业中心的短缺,获取仍然有限。强化学习(RL)有潜力自动化血管内导航并改善可及性,但当前模型缺乏标准化框架来评估导航难度以进行模型训练和评估。本研究旨在识别与导航难度相关的血管指标,并开发一个自动化管道用于定量血管特征提取,从而实现未来的复杂性分级。血管树从61名患者的计算机断层扫描血管造影中分割而出,使用自定义管道测量了包括主动脉弓类型、牛型弓的存在、血管长度、扭曲度、起始角度、反向曲线数量等血管指标。采用Soft Actor-Critic RL算法进行120秒的自主导航。结果通过混合效应线性回归和逻辑回归进行分析。在左侧,牛型弓的存在和主动脉弓类型II/III分别增加了30.19秒和37.92秒的导航时间,而更大的扭曲度({eta} = 118.20)进一步延长了手术时间并降低了成功概率。在右侧,类型II/III的弓延长了手术时间45.94秒,而每增加一个反向曲线则与导航时间延长3.96秒和成功概率降低相关。这些发现首次表明,MT代理的导航难度受到血管几何形状的强烈影响。所提出的自动化管道能够对血管特征进行客观和定量的表征,为未来标准化复杂性分级和RL模型评估的发展奠定基础,而不旨在展示临床上可推广的自主导航。
cs.RO / 7 / 2607.09136

Residual Physics-Informed Neural Networks for High-Fidelity BLDC Motor Modeling

高保真无刷直流电机建模的残差物理信息神经网络
El-Hussieny, Haitham
Abstract
Accurate dynamics modeling of Brushless DC (BLDC) motors is fundamental to high-performance robotic joint control. This paper presents a Physics-Informed Neural Network (PINN) with a deep residual (ResNet) backbone that learns a continuous-time surrogate of the full six-state BLDC motor dynamics. Given simulation time, applied three-phase voltages, and excitation parameters as inputs, the network directly predicts all motor state variables -- rotor angle, angular velocity, three-phase currents, and winding temperature -- while simultaneously satisfying the governing electromechanical and thermal ODEs through a composite physics-data loss. A curriculum scheduling strategy gradually activates the physics penalty to prevent premature convergence. Training runs are completed in under two minutes on a standard CPU. Crucially, once trained, PINN inference achieves latencies of 0.1--22, mu s per query, up to 118x faster than conventional ODE solvers, making it suitable for real-time observer and control applications.
Chinese Translation
无刷直流电机(BLDC)动态建模的准确性是高性能机器人关节控制的基础。本文提出了一种具有深度残差(ResNet)骨干的物理信息神经网络(PINN),该网络学习全六状态BLDC电机动态的连续时间替代模型。网络以仿真时间、施加的三相电压和激励参数作为输入,直接预测所有电机状态变量——转子角度、角速度、三相电流和绕组温度,同时通过复合物理-数据损失满足主导的电机电气和热常微分方程(ODE)。课程调度策略逐步激活物理惩罚,以防止过早收敛。训练过程在标准CPU上完成时间少于两分钟。关键是,一旦训练完成,PINN推理每次查询的延迟达到0.1-22微秒,比传统ODE求解器快高达118倍,适用于实时观察和控制应用。
cs.RO / 8 / 2607.09138

BeyondSight: Object Permanence for End-to-End Autonomous Driving

超越视野:端到端自主驾驶中的物体持久性
Papais, Sandro, Wang, Letian, Jain, Mudit, Rezaei, Behnaz, Waslander, Steven L.
Abstract
Autonomous driving operates in partially observable environments where actors may become fully occluded by other vehicles or infrastructure. Most end-to-end driving systems implicitly couple actor existence to instantaneous observations, causing actor hypotheses to degrade or disappear during prolonged occlusion and removing potentially critical agents from downstream prediction and planning. We introduce BeyondSight, a permanence-aware end-to-end driving framework that decouples actor existence from observability by maintaining persistent actor hypotheses over time. BeyondSight propagates actor queries temporally and updates them with observation-conditioned evidence, enabling joint perception, prediction, and planning to reason about actors even when they are temporarily unobservable. To enable principled training and evaluation of persistence-aware models, we further introduce nuScenes-Permanence, an extension of nuScenes that provides supervision and observability-conditioned evaluation for unobservable actors. Experiments show that BeyondSight substantially improves reasoning under occlusion, increasing detection performance for unobservable actors from 0 to 0.249 mAP while reducing planning error from 0.61 to 0.54 L2avg. These results highlight object permanence as an important modeling principle for robust end-to-end autonomous driving.
Chinese Translation
自主驾驶在部分可观察环境中运行,其中行为体可能会被其他车辆或基础设施完全遮挡。大多数端到端驾驶系统隐式地将行为体的存在与瞬时观察相耦合,导致在长时间遮挡期间行为体假设退化或消失,从而将潜在的关键代理从下游预测和规划中移除。我们提出了BeyondSight,一个关注持久性的端到端驾驶框架,通过保持持久的行为体假设来将行为体的存在与可观察性解耦。BeyondSight在时间上传播行为体查询,并用基于观察的证据进行更新,使得联合感知、预测和规划能够在行为体暂时不可观察时进行推理。为了实现对关注持久性模型的原则性训练和评估,我们进一步引入了nuScenes-Permanence,这是nuScenes的一个扩展,提供了对不可观察行为体的监督和可观察性条件评估。实验表明,BeyondSight显著改善了遮挡下的推理,将不可观察行为体的检测性能从0提高到0.249 mAP,同时将规划误差从0.61降低到0.54 L2avg。这些结果突显了物体持久性作为稳健的端到端自主驾驶建模原则的重要性。
cs.RO / 9 / 2607.09190

TactiDex: A Real-World Tactile-Guided Benchmark for Human-Like Dexterous Manipulation

TactiDex:一种基于触觉引导的真实世界人类般灵巧操控基准
Ni, Suting, Zhang, Hanbing, Wei, Zhenyu, Chen, Guo, Zhang, Chixuan, Shi, Ye, Wang, Jingya
Abstract
Tactile feedback is fundamental to Hand-Object Interaction (HOI), governing contact formation, force regulation, and stable manipulation, making it essential for achieving true human-like dexterous manipulation. Yet, current human-to-robot dexterous transfer pipelines primarily rely on kinematic trajectories, resulting in motion imitation without physically grounded interaction. To address this, we introduce TactiDex, a real-world tactile-guided benchmark specifically designed to move dexterous manipulation beyond kinematic mimicry toward contact-level human-likeness. TactiDex provides a comprehensive dataset that elegantly aligns whole-hand tactile signals with multi-granularity kinematic and object states, coupled with standardized evaluation metrics. Building upon this data paradigm, we propose a tactile-driven transfer framework that effectively translates human demonstrations into physically plausible robotic execution. We introduce TactiSkill, a framework built upon a novel tri-component tactile reward that innovatively uses tactile signals as structured supervision. This reward unifies guidance, human-like alignment, and contact constraints into a single objective. Through comprehensive experiments on both single and bimanual tasks, we demonstrate that TactiSkill achieves superior performance in manipulation success and physical realism. This work lays a crucial foundation for advancing tactile-aware dexterous manipulation. Our project page at https://tactidex.github.io/.
Chinese Translation
触觉反馈是手物交互(HOI)的基础,决定了接触形成、力的调节和稳定操控,使其成为实现真正人类般灵巧操控的关键。然而,目前的人机灵巧转移管道主要依赖运动学轨迹,导致运动模仿而缺乏物理基础的交互。为了解决这一问题,我们提出了TactiDex,一种专门设计的真实世界触觉引导基准,旨在将灵巧操控从运动学模仿推进到接触级别的人类相似性。TactiDex提供了一个全面的数据集,优雅地将全手触觉信号与多粒度的运动学和物体状态对齐,并配备标准化的评估指标。在此数据范式的基础上,我们提出了一种触觉驱动的转移框架,有效地将人类演示转化为物理上合理的机器人执行。我们引入了TactiSkill,一个基于新颖的三组件触觉奖励的框架,创新性地将触觉信号作为结构化监督。这一奖励将指导、人类相似性对齐和接触约束统一为一个单一目标。通过对单任务和双手任务的全面实验,我们证明了TactiSkill在操控成功率和物理现实性方面表现优越。这项工作为推进触觉感知的灵巧操控奠定了重要基础。我们的项目页面为 https://tactidex.github.io/。
cs.RO / 10 / 2607.09191

GenVid2Robot: From Video Generation to Robot Manipulation via Rigid-Geometric Consistency

GenVid2Robot:通过刚性几何一致性从视频生成到机器人操作
Huang, Haohui, Yuan, Xi, Liao, Panpan, Teng, Tao, Yang, Chenguang, Guo, Jing, Guo, Yi
Abstract
Generated videos provide useful visual motion priors for robot manipulation, but their visual plausibility does not imply physical executability. A generated video usually lacks metric geometry, grasp grounding, robot kinematic feasibility, and execution-time feedback, which makes direct trajectory replay unreliable in real-world manipulation. This paper presents GenVid2Robot, a rigid-geometric consistency framework that converts generated video motion into executable real-robot manipulation trajectories. Given an initial RGB-D observation and a task instruction, GenVid2Robot samples task-relevant semantic anchors from the real first frame, tracks these anchors through generated video candidates, and verifies whether the resulting 2D motion can be explained by first-frame RGB-D anchors under a sparse relative $SE(3)$ model. In this way, generated videos are treated as uncertain visual motion hypotheses rather than direct robot demonstrations. Only geometrically consistent motion is transferred to the robot. The accepted relative motion is then applied to the real grasp-time TCP pose selected by mask-constrained grasping, producing a grasp-conditioned execution trajectory that is consistent with both the visual motion prior and the physical grasp configuration. To reduce execution mismatch caused by RGB-D noise, calibration residuals, and small contact-induced displacement, a bounded depth-compensation module corrects local depth-direction errors without assuming full online replanning. Real-robot experiments demonstrate that GenVid2Robot improves the reliability of generated-video-guided manipulation by grounding visual motion priors with sparse metric geometry, grasp constraints, robot feasibility checking, and bounded execution feedback.
Chinese Translation
生成的视频为机器人操作提供了有用的视觉运动先验,但其视觉合理性并不意味着物理可执行性。生成的视频通常缺乏度量几何、抓取基础、机器人运动学可行性和执行时间反馈,这使得在现实世界操作中直接重放轨迹变得不可靠。本文提出了GenVid2Robot,一个刚性几何一致性框架,将生成的视频运动转换为可执行的真实机器人操作轨迹。给定初始的RGB-D观测和任务指令,GenVid2Robot从真实的第一帧中采样与任务相关的语义锚点,通过生成的视频候选跟踪这些锚点,并验证所得到的二维运动是否可以在稀疏相对$SE(3)$模型下由第一帧RGB-D锚点解释。通过这种方式,生成的视频被视为不确定的视觉运动假设,而不是直接的机器人演示。只有几何一致的运动被转移到机器人上。接受的相对运动随后应用于通过掩模约束抓取选择的真实抓取时间TCP姿态,生成与视觉运动先验和物理抓取配置一致的抓取条件执行轨迹。为了减少由RGB-D噪声、标定残差和小接触引起的位移造成的执行不匹配,一个有界深度补偿模块在不假设完全在线重规划的情况下纠正局部深度方向错误。真实机器人实验表明,GenVid2Robot通过将视觉运动先验与稀疏度量几何、抓取约束、机器人可行性检查和有界执行反馈结合,提高了生成视频引导的操作的可靠性。
cs.RO / 11 / 2607.09192

Empirical Pedestrian Safety Assessment in a Mobile Robot Using a Predictive Social Force Model

基于预测社会力模型的移动机器人行人安全评估实证研究
Jafari, Alireza, Tsai, Yun-Hao, Liu, Yen-Chen
Abstract
Mobile robots are going to share the sidewalks with pedestrians. They must ensure their objective safety and respect the walkers' subjective safety/comfort. Computationally efficient Social Force Models (SFM) present interpretable solutions for real-time robot navigation in dynamic crowds. Recent explorations of Projected Time-to-collision (PTTC) integration into SFM variants, for example, PTTC-based SFM (TSFM), improve safety metrics. But the effect of predictive variants is unclear. We introduce Predictive SFM (PSFM) and Predictive TSFM (PTSFM) by integrating predicted social force vectors over a finite time horizon. The paper implements SFM, TSFM, PSFM, and PTSFM on a nonholonomic mobile robot and performs experimental trials with volunteers attending a facing scenario. We systematically study objective and subjective safety across the variants. Minimum PTTC, average speed, minimum distance, lateral distance, and the maximum trajectory curvature benchmark the objective safety. Likert scale post-interaction surveys assess subjective safety by marking comfort, smoothness, distance appropriateness, and speed suitability. We confirm that PTTC integration improves safety metrics. The prediction contribution is limited and occasionally visible in some of the sub-metrics. Some participants perceive smoother movements and safer speed behavior with predictive methods, but Mann-Whitney tests reveal no significant differences in subjective ratings. Therefore, PTTC-based navigation enhances safety, whereas the formulated prediction offers limited additional benefits in single-pedestrian scenarios.
Chinese Translation
移动机器人将与行人共享人行道。它们必须确保自身的客观安全,并尊重行人的主观安全/舒适性。计算效率高的社会力模型(Social Force Models, SFM)为动态人群中的实时机器人导航提供了可解释的解决方案。最近对投影碰撞时间(Projected Time-to-collision, PTTC)与SFM变体的整合进行了探索,例如基于PTTC的SFM(TSFM),改善了安全指标。但预测变体的效果尚不明确。我们通过在有限时间范围内整合预测的社会力向量,提出了预测SFM(Predictive SFM, PSFM)和预测TSFM(Predictive TSFM, PTSFM)。本文在一个非完整移动机器人上实现了SFM、TSFM、PSFM和PTSFM,并与参与者在面对场景中进行了实验试验。我们系统地研究了各变体的客观和主观安全。最小PTTC、平均速度、最小距离、横向距离和最大轨迹曲率作为客观安全的基准。通过Likert量表的互动后调查评估主观安全,标记舒适度、平滑度、距离适宜性和速度适用性。我们确认PTTC的整合改善了安全指标。预测的贡献有限,并且在某些子指标中偶尔可见。一些参与者在使用预测方法时感知到更平滑的运动和更安全的速度行为,但Mann-Whitney检验显示主观评分没有显著差异。因此,基于PTTC的导航增强了安全性,而所提出的预测在单一行人场景中提供的额外好处有限。
cs.RO / 12 / 2607.09218

Tactile and Vision Conditioned Contact-Centric Control for Whole-Arm Manipulation

触觉与视觉条件下的接触中心控制用于全臂操作
Madan, Rishabh, Xie, Angchen, Saak, Samantha, Blanco, Andres, Lee, Dohyeok, Brown, Sarah Grace, Yan, Yunting, Zolotas, Mark, Barreiros, Jose, Bhattacharjee, Tapomayukh
Abstract
Whole-arm manipulation involves direct contact with the environment while the robot completes a task by distributing contact across multiple links as contacts form, slide, and break. This setting breaks common implicit assumptions in many learning-based manipulation pipelines: arm configuration tightly couples motion and contact forces, contact state is partially observed under occlusion, and purely learned rollouts can become physically inconsistent under distribution shift because many multi-link contact configurations are sparsely represented in the data. To address this, we propose TACTIC (Tactile and Vision Conditioned Contact-Centric Control), a receding-horizon controller for whole-arm manipulation. TACTIC uses a contact-centric hybrid predictive model that combines RGB-D, distributed tactile sensing, and a compact 2D proximity representation. The model couples a learned, action-conditioned latent dynamics model with analytical kinematics through contact Jacobians, enabling rollouts of future contact configurations and interaction forces. TACTIC integrates these rollouts into a sampling-based MPC planner with contact-aware action sampling: contact Jacobian-based projections steer sampled action sequences toward force-modulating directions, and objectives defined over predicted proximity and interaction forces trade task progress against whole-arm force regulation. We evaluate TACTIC in simulation against state-of-the-art model-based and model-free methods, and perform ablations that isolate the contribution of each design choice. TACTIC consistently outperforms other methods. We further demonstrate real-world performance on a robot with distributed tactile sensing across three whole-arm manipulation tasks that require multi-contact trajectories: turning over and repositioning a manikin, and goal-reaching in a 3D dynamic maze. Website: https://emprise.cs.cornell.edu/tactic
Chinese Translation
全臂操作涉及与环境的直接接触,同时机器人通过在多个关节之间分配接触来完成任务,这些接触会形成、滑动并断开。这种设置打破了许多基于学习的操作流程中的常见隐含假设:臂的配置紧密耦合运动和接触力,接触状态在遮挡下部分可观测,而纯粹学习的展开在分布转移下可能变得物理不一致,因为许多多关节接触配置在数据中稀疏表示。为了解决这个问题,我们提出了TACTIC(触觉与视觉条件下的接触中心控制),这是一个用于全臂操作的递归视野控制器。TACTIC使用一种以接触为中心的混合预测模型,结合了RGB-D、分布式触觉传感和紧凑的二维接近表示。该模型通过接触雅可比矩阵将学习的、基于动作的潜在动态模型与解析运动学耦合,使得未来接触配置和交互力的展开成为可能。TACTIC将这些展开集成到一个基于采样的模型预测控制(MPC)规划器中,采用接触感知的动作采样:基于接触雅可比的投影将采样的动作序列引导到力调节方向,并且在预测的接近和交互力上定义的目标在任务进展与全臂力调节之间进行权衡。我们在仿真中评估TACTIC,与最先进的基于模型和无模型的方法进行比较,并进行消融实验以隔离每个设计选择的贡献。TACTIC始终优于其他方法。我们进一步展示了在一个具有分布式触觉传感的机器人上进行的真实世界表现,涵盖了三个需要多接触轨迹的全臂操作任务:翻转和重新定位人形模型,以及在3D动态迷宫中达到目标。网站:https://emprise.cs.cornell.edu/tactic
cs.RO / 13 / 2607.09234

Implicit-Behavior Coordination from Unlabeled Sub-Task Demonstrations for Rearrangement Tasks

基于无标签子任务示范的隐式行为协调用于重排任务
Shokry, Ahmed, Siddiquie, Usama Ahmed, Pan, Sicong, Bennewitz, Maren
Abstract
Long-horizon robotic rearrangement tasks are often treated as skill sequencing problems, requiring predefined skills, skill labels, or boundaries, and task-specific switching logic. Although effective, such explicit skill abstractions can become difficult to scale as the number of behaviors and the task horizon increase. We instead formulate rearrangement as implicit-behavior coordination from unlabeled sub-task demonstrations, where skill-like behaviors are learned directly from mixed behavior data and coordinated through value-guided action selection. Experiments in Habitat rearrangement tasks support this formulation in three ways. First, our method outperforms task-specific imitation baselines on more complex rearrangement tasks and approaches an oracle-planner baseline with behavior-cloned skills, while using no oracle task plan or skill-labeled full-task demonstrations. Second, ablations show that reliable critic-guided candidate selection is essential for coordinating multi-modal behaviors. Third, scaling experiments show that the method handles larger behavior repertoires and maintains stronger performance than task-specific imitation baselines as chained targets extend the horizon. These results suggest that explicit skill abstraction is not a prerequisite for long-horizon rearrangement, and that implicit-behavior coordination offers a promising data-driven alternative to explicit skill-based pipelines.
Chinese Translation
长时间跨度的机器人重排任务通常被视为技能序列问题,需要预定义的技能、技能标签或边界以及特定任务的切换逻辑。尽管这种显式技能抽象有效,但随着行为数量和任务时间跨度的增加,它们可能变得难以扩展。我们将重排任务重新表述为基于无标签子任务示范的隐式行为协调,其中类技能行为直接从混合行为数据中学习,并通过价值引导的动作选择进行协调。在 Habitat 重排任务中的实验支持了这一表述,具体体现在三个方面。首先,我们的方法在更复杂的重排任务上超越了特定任务的模仿基线,并接近于使用行为克隆技能的理想规划基线,同时未使用任何理想任务计划或技能标记的完整任务示范。其次,消融实验表明,可靠的评论家引导候选选择对于协调多模态行为至关重要。第三,扩展实验表明,该方法能够处理更大的行为库,并在链式目标扩展时间跨度时保持比特定任务的模仿基线更强的性能。这些结果表明,显式技能抽象并不是长时间跨度重排的前提条件,而隐式行为协调为显式基于技能的流程提供了一种有前景的数据驱动替代方案。
cs.RO / 14 / 2607.09261

Validating Virtual Reality for Studying Multimodal Human-Robot Interaction in Socially Aware Robot Navigation

验证虚拟现实在研究多模态人机交互中的适用性:以社会意识机器人导航为例
Arunachalam, Hariharan, Singamaneni, Phani Teja, Alami, Rachid
Abstract
Virtual Reality (VR) offers a flexible and controllable platform for studying human-robot interaction. Prior work has explored VR for socially aware robot navigation. However, whether VR captures the multimodal interaction dynamics observed in real-world human-robot co-navigation remains insufficiently understood. In this work, we present a VR prototype and evaluate its suitability for studying multimodal human-robot interaction (HRI) in socially aware navigation. Specifically, we investigate whether VR preserves the multimodal interaction dynamics observed in real-world human-robot co-navigation. We conducted a within-subjects study (N = 21) in which participants interacted with a PR2 mobile manipulator robot in both a motion capture equipped arena and its virtual replica in an immersive VR environment. Two common co-navigation scenarios were examined : orthogonal crossing and pass-by interactions. Participants evaluated the robot's perceived social awareness and interaction comfort, while trajectory and head-orientation data were analysed to examine behavioral responses during the interaction. Our results show that participants perceive the robot's socially aware navigation similarly in VR and in the real world. Furthermore, VR captures human interaction behaviors in ways consistent with real-world observations. These findings suggest that VR can be a reliable and flexible platform for studying richer multimodal behaviors in social navigation and HRI.
Chinese Translation
虚拟现实(VR)提供了一个灵活且可控的平台,用于研究人机交互。先前的研究探讨了VR在社会意识机器人导航中的应用。然而,VR是否能够捕捉到现实世界中人机共同导航所观察到的多模态交互动态仍然不够明确。在本研究中,我们展示了一个VR原型,并评估其在社会意识导航中研究多模态人机交互(HRI)的适用性。具体而言,我们调查了VR是否保留了现实世界中人机共同导航所观察到的多模态交互动态。我们进行了一个被试内研究(N = 21),参与者在一个配备运动捕捉的场地和其虚拟复制品的沉浸式VR环境中与PR2移动操控机器人进行交互。我们考察了两种常见的共同导航场景:正交交叉和擦肩而过的交互。参与者评估了机器人所表现出的社会意识和交互舒适度,同时分析了轨迹和头部朝向数据,以考察交互过程中的行为反应。我们的结果表明,参与者在VR和现实世界中对机器人社会意识导航的感知相似。此外,VR以与现实世界观察一致的方式捕捉人类交互行为。这些发现表明,VR可以成为研究社会导航和人机交互中更丰富的多模态行为的可靠且灵活的平台。
cs.RO / 15 / 2607.09315

Robot Trajectron V3: A Probabilistic Shared Control Framework for SE(3) Manipulation

机器人 Trajectron V3:一种用于 SE(3) 操作的概率共享控制框架
Song, Pinhao, Li, Zhongxi, Fu, Ze, Rios, Federico Ulloa, Detry, Renaud
Abstract
We aim to address the challenge of teleoperating robotic arms for high-degree-of-freedom (high-DoF) manipulation tasks, which is cognitively demanding and error-prone, particularly when relying on low-bandwidth interfaces. We propose Robot Trajectron V3 (RT-V3), a probabilistic shared control framework designed for $SE(3)$ grasping tasks. RT-V3 formulates shared control as Bayesian inference by learning a prior over user intent and combining it with real-time user commands to estimate the posterior intent distribution. The prior models user intent as a distribution over future trajectories conditioned on past robot dynamics and visual scene context. The intent prior is parameterized by a transformer-based conditional generative model that reasons over point clouds and candidate grasp poses, together with a factorized translation-rotation representation that improves learning efficiency in high-dimensional action spaces. During execution, RT-V3 continuously estimates the posterior distribution over future trajectories by combining the learned intent prior with a user-command likelihood derived from the observed control input, enabling continuous intent refinement and shared assistance. Comprehensive experiments demonstrate that RT-V3 achieves high accuracy in trajectory prediction and competitive performance in reactive planning. Furthermore, real-world user studies indicate that RT-V3 significantly outperforms baseline methods in terms of success rate and efficiency, while substantially reducing the user's physical and mental workload.
Chinese Translation
我们旨在解决高自由度(high-DoF)操作任务中遥控机器人手臂的挑战,这种任务在认知上要求高且易出错,尤其是在依赖低带宽接口时。我们提出了机器人 Trajectron V3(RT-V3),这是一个为 $SE(3)$ 抓取任务设计的概率共享控制框架。RT-V3 将共享控制形式化为贝叶斯推断,通过学习用户意图的先验分布,并将其与实时用户命令结合,以估计后验意图分布。先验模型将用户意图建模为基于过去机器人动态和视觉场景上下文的未来轨迹分布。意图先验由基于变换器的条件生成模型参数化,该模型对点云和候选抓取姿态进行推理,并结合分解的平移-旋转表示,以提高高维动作空间中的学习效率。在执行过程中,RT-V3 通过将学习到的意图先验与从观察到的控制输入中推导出的用户命令似然结合,持续估计未来轨迹的后验分布,从而实现持续的意图细化和共享辅助。全面的实验表明,RT-V3 在轨迹预测中实现了高精度,并在反应规划中表现出竞争力。此外,真实世界的用户研究表明,RT-V3 在成功率和效率方面显著优于基线方法,同时大幅降低了用户的身体和心理负担。
cs.RO / 16 / 2607.09319

Differential Analysis of Multispectral Images for Terrain Identification

多光谱图像的差异分析用于地形识别
Kashmar, Omar, Arya, Hemendra, Mastrogiovanni, Fulvio
Abstract
Reliable terrain understanding is a prerequisite for autonomous robot navigation. Yet, the widespread RGB-based perception can fail under low illumination, shadows, and material ambiguities. In this work we propose DRIFT, a lightweight multispectral framework that combines raw spectral bands and illumination-tolerant band-ratio representations through a dual-stream residual architecture and a differential fusion branch. Band ratios attenuate multiplicative acquisition effects (illumination/sensor gains), while the differential fusion explicitly highlights discrepancies between absolute-band and ratio-derived cues, which improves the robustness to noisy or partially unreliable spectral measurements. In the paper (i) we evaluate DRIFT on a new oil-on-soil multispectral dataset acquired using a MicaSense RedEdge-P camera mounted on an Unmanned Aerial Vehicle, and (ii) we provide an additional controlled study on water-on-grass under varying illumination and thermal perturbations (hot/cold water) to analyze NIR-sensitive effects. DRIFT consistently improves over strong baselines, while remaining compatible with edge deployment.
Chinese Translation
可靠的地形理解是自主机器人导航的前提。然而,广泛使用的基于RGB的感知在低光照、阴影和材料模糊的情况下可能会失效。在本研究中,我们提出了DRIFT,一个轻量级的多光谱框架,通过双流残差架构和差异融合分支结合原始光谱波段和耐光照的波段比表示。波段比减弱了乘法获取效应(光照/传感器增益),而差异融合则明确突出绝对波段和比率导出线索之间的差异,从而提高了对噪声或部分不可靠光谱测量的鲁棒性。本文中(i)我们在使用安装在无人机上的MicaSense RedEdge-P相机获取的新油土多光谱数据集上评估了DRIFT,(ii) 我们还提供了在不同光照和热扰动(热水/冷水)下对草地上水的额外控制研究,以分析近红外(NIR)敏感效应。DRIFT在强基线之上始终表现出改进,同时保持与边缘部署的兼容性。
cs.RO / 17 / 2607.09323

Effects of Robotic Touch on Older Users During Walking Guidance by a Humanoid Robot

类人机器人在步行指导中对老年用户触觉影响的研究
Leven, Leonie, Ackermann, Marko, Werner, Christian, Schmetterer, Melina, Buchner, Theresa, Eckstein, Monika, Mombaur, Katja
Abstract
The shortage of healthcare staff is a challenge in geriatric care. To address this, robots can be integrated into care settings to provide assistance and emotional support. A promising application is walking guidance, particularly benefiting older adults as navigation skills deteriorate with aging. As walking guidance involves direct contact, the aim of this study is to understand how older adults perceive and respond to different touch modes during guided walking. 24 older adults (68 - 88 yrs.) walked four times a ten-meter trajectory guided by the robot TIAGo Pro in four contact conditions: no physical contact (NC); physical contact through holding the robot's wrist with the hand (HH); physical interaction through linking arms with the robot (LA); and physical contact through resting the forearm on the robots forearm (FC). A multimodal assessment approach included electrocardiogram, electrodermal activity, contact force, distance to robot, and questionnaires. Physiological results reveal a slight increase in stress levels during robot interaction. Behavioural and subjective measures, however, show overall acceptance of robotic touch. The two conditions corresponding to larger interaction forces (HH and FC) were associated with lower relative distances between participant and robot, indicating a higher trust and confidence. Questionnaire responses supported these findings, evidencing greater perceived safety, trust and comfort in these conditions. This study provides insights for the design of robotic walking guidance assistance, indicating that gentle, stable touch is preferred by older adults in comparison to contactless interaction.
Chinese Translation
医疗人员短缺是老年护理中的一大挑战。为了解决这一问题,可以将机器人融入护理环境中,以提供帮助和情感支持。步行指导是一种有前景的应用,特别是对老年人而言,随着年龄的增长,导航能力会下降。由于步行指导涉及直接接触,本研究旨在了解老年人在引导步行过程中对不同触觉模式的感知和反应。24名老年人(68 - 88岁)在四种接触条件下,分别由机器人TIAGo Pro引导,走四次十米的轨迹:无物理接触(NC);通过手握住机器人的手腕进行物理接触(HH);通过与机器人挽臂进行物理互动(LA);以及通过将前臂放在机器人前臂上进行物理接触(FC)。多模态评估方法包括心电图、皮肤电活动、接触力、与机器人的距离以及问卷调查。生理结果显示,在与机器人互动期间,压力水平略有上升。然而,行为和主观测量显示对机器人触觉的整体接受度。在与参与者和机器人之间的相对距离较小的两种条件(HH和FC)中,表明了更高的信任和信心。问卷反馈支持了这些发现,表明在这些条件下感知的安全性、信任和舒适度更高。本研究为机器人步行指导辅助的设计提供了见解,表明与无接触互动相比,老年人更倾向于温和、稳定的触摸。
cs.RO / 18 / 2607.09365

PhysV2A: Reachability-Gated and Semantic-Mask-Constrained Feasibility Completion for Video-to-Robot Manipulation

PhysV2A:基于可达性门控和语义掩码约束的从视频到机器人操作的可行性补全
Huang, Haohui, Duan, Junda, Teng, Tao, Yang, Chenguang
Abstract
Video-based manipulation provides object-centric motion priors from human demonstrations, generated videos, or RGB-D observations, but such priors are typically embodiment-agnostic and cannot be directly executed by a specific robot. This paper presents \textbf{PhysV2A}, a reachability-gated and semantic-mask-constrained feasibility-completion framework for converting video-derived 6D object motion into robot-executable manipulation trajectories. The key idea is to treat grasp feasibility as trajectory-conditioned rather than local: each RGB-D-generated 6-DoF grasp candidate is rigidly coupled with the recovered object motion to form a grasp-conditioned TCP trajectory hypothesis. PhysV2A then performs hierarchical reachability-gated selection, where infeasible grasp--trajectory pairs are rejected by robot-centric kinematic checks and surviving candidates are ranked by downstream execution suitability. For the selected reachable trajectory, a VLM-assisted and rule-validated S-Mask identifies task-critical and relaxable Cartesian components, enabling semantic-mask-constrained manipulability refinement through redundancy-first optimization and bounded Cartesian relaxation. Real-robot experiments on four tabletop manipulation tasks show that PhysV2A improves task success over representative video-prior and IK-only baselines, reduces kinematic-feasibility failures, and produces better-conditioned trajectories with bounded semantic deviations.
Chinese Translation
基于视频的操作提供了来自人类示范、生成的视频或RGB-D观测的以物体为中心的运动先验,但这些先验通常与具体的机器人无关,无法直接执行。本文提出了 extbf{PhysV2A},一种基于可达性门控和语义掩码约束的可行性补全框架,用于将视频派生的6D物体运动转换为可由机器人执行的操作轨迹。其关键思想是将抓取可行性视为轨迹条件,而非局部:每个由RGB-D生成的6自由度抓取候选与恢复的物体运动严格耦合,以形成抓取条件的TCP轨迹假设。PhysV2A随后执行分层的可达性门控选择,其中不可行的抓取-轨迹对通过以机器人为中心的运动学检查被拒绝,存活的候选者则通过下游执行适用性进行排名。对于选定的可达轨迹,VLM辅助和规则验证的S-Mask识别任务关键和可放宽的笛卡尔分量,通过冗余优先优化和有界笛卡尔放宽实现语义掩码约束的可操作性细化。在四个桌面操作任务上的真实机器人实验表明,PhysV2A在任务成功率上优于代表性的视频先验和仅基于逆运动学的基线,减少了运动学可行性失败,并生成了具有有界语义偏差的更好条件轨迹。
cs.RO / 19 / 2607.09515

One-Shot Multimodal Learning from Demonstration with Force-Constrained Elastic Maps

基于力约束弹性映射的一次性多模态示范学习
Hertel, Brendan, Spanos, Jonathan, Garg, Navya, Azadeh, Reza
Abstract
Robotic manipulation tasks often require simultaneous reasoning over motion and contact forces, yet most Learning from Demonstration (LfD) methods model only spatial trajectories and neglect force interactions with the environment. This limitation reduces robustness and can lead to unsafe or inconsistent task reproduction in force-constrained settings. We propose a novel one-shot multimodal LfD framework for the segmentation, encoding, and reproduction of force-inclusive demonstrations. First, we introduce a multimodal probabilistic segmentation method that adaptively weighs spatial and force modalities over time, enabling the automatic extraction of force-aware motion primitives. Second, we extend the elastic maps representation to incorporate external force constraints during skill encoding and formulate a convex optimization procedure for learning force-consistent trajectory models. The resulting skills reproduce both motion and contact characteristics from a single demonstration while promoting safer execution by accounting for demonstrated force profiles. We validate our approach on five real-world manipulation tasks across two distinct force-sensing configurations: wrist force sensing on a UR5e with a Robotiq 2f-85 gripper and finger force sensing on a Kinova Gen3 with an Openhand Model O gripper. Experimental results demonstrate robust multimodal segmentation, accurate force-aware reproduction, and cross-platform generality.
Chinese Translation
机器人操作任务通常需要对运动和接触力进行同时推理,然而大多数示范学习(Learning from Demonstration, LfD)方法仅建模空间轨迹,忽略了与环境的力交互。这一局限性降低了鲁棒性,并可能导致在力约束环境中任务重现的不安全或不一致。我们提出了一种新颖的一次性多模态LfD框架,用于力包含示范的分割、编码和重现。首先,我们引入了一种多模态概率分割方法,该方法随着时间的推移自适应地加权空间和力模态,从而实现对力感知运动原语的自动提取。其次,我们扩展了弹性映射表示,以在技能编码过程中纳入外部力约束,并制定了一个凸优化程序以学习力一致的轨迹模型。所得到的技能能够从单一示范中重现运动和接触特性,同时通过考虑示范的力特征来促进更安全的执行。我们在两种不同的力传感配置下对五个真实世界的操作任务验证了我们的方法:在配备Robotiq 2f-85夹爪的UR5e上进行腕部力传感,以及在配备Openhand Model O夹爪的Kinova Gen3上进行手指力传感。实验结果表明,具有鲁棒性的多模态分割、准确的力感知重现以及跨平台的通用性。
cs.RO / 20 / 2607.09519

DemoBridge: A Simulation-in-the-Loop Toolkit for Single-View Human Demonstration Retargeting

DemoBridge:一个用于单视角人类示范重定向的循环仿真工具包
Wang, Zehao, Despinoy, Fabien, Zakharov, Sergey, Tuytelaars, Tinne, Aljundi, Rahaf
Abstract
We present DemoBridge, an toolkit that turns a single-view RGB stereo recording of a human hand demonstration into an executable, physics-validated robot-arm trajectory. Retargeting across the embodiment gap is hard. A robot arm reaches a target with a long, articulated body whose links carry far more collision volume than a hand. Solving inverse kinematics for the mapped end-effector pose often yields no collision-free solution, and a trajectory imposes this at every waypoint. A single view adds noise, leaving the demonstrated reference inaccurate. At the core of DemoBridge is a single collision-aware planner. It optimizes the whole joint trajectory at once, reasoning jointly over alternative grasp poses, whole-arm and grasped-object collision, and fidelity to the demonstrated path. A physics simulator runs in the loop. It validates each phase as it is produced and backtracks on failure, so a demonstration that cannot be reproduced as given is re-planned rather than discarded. The resulting action sequence is dynamically stable and faithful to the demonstrated manipulation. It also doubles as a ready-to-use simulation rollout for policy learning. Grasp timing is inferred automatically, and the perception backends, robot, and pipeline stages are swappable from configuration. We evaluate whole-pipeline retargeting on three real-demonstration tasks and the planner on a controlled synthetic benchmark. Our code is available at https://gitlab.kuleuven.be/u0123974/demo-bridge/ .
Chinese Translation
我们提出了DemoBridge,一个工具包,它将单视角RGB立体录制的人手示范转化为可执行的、经过物理验证的机器人臂轨迹。跨越体现差距的重定向是困难的。机器人臂以长而关节化的身体到达目标,其连接部分的碰撞体积远大于手。为映射的末端执行器姿态求解逆向运动学通常不会产生无碰撞的解,并且在每个路径点上都施加了这一限制。单一视角增加了噪声,使得示范参考不够准确。DemoBridge的核心是一个单一的碰撞感知规划器。它一次性优化整个关节轨迹,联合考虑替代抓取姿态、整个手臂和抓取物体的碰撞,以及对示范路径的忠实度。一个物理仿真器在循环中运行。它在生成每个阶段时进行验证,并在失败时回溯,因此无法按原样重现的示范会被重新规划而不是丢弃。最终的动作序列在动态上是稳定的,并且忠实于示范的操作。它还可以作为政策学习的现成仿真展开。抓取时机是自动推断的,感知后端、机器人和管道阶段可以根据配置进行替换。我们在三个真实示范任务上评估了整个管道的重定向,并在一个受控的合成基准上评估了规划器。我们的代码可在 https://gitlab.kuleuven.be/u0123974/demo-bridge/ 获取。
cs.RO / 21 / 2607.09527

How Mobile Gas Sensor Trajectories Govern Hydrogen Leak Detection: A Safety Gap in Manual Leak Inspection of Hydrogen System Components

移动气体传感器轨迹如何影响氢气泄漏检测:氢气系统组件手动泄漏检查中的安全隐患
Masuhr, Christian, Wendt, Arne, Schüppstuhl, Thorsten
Abstract
The integrity of hydrogen infrastructure relies on reliable leak detection, performed almost exclusively via manual tracer gas sniffing in electrolyzer manufacturing. Although mandated by standards, the lack of spatial probe guidance instructions leaves detection reliability entirely to operator execution, further compromised by sensor signal delays. This study quantifies how sniffer trajectory kinematics affect detection reliability at small-scale pipes and fittings, a near-field regime largely neglected by macroscopic dispersion research. Using a robotically guided test bench to eliminate operator variability, static concentration fields and dynamic trajectory passes were acquired across representative geometries under standardized leak rates (5 vol% hydrogen in nitrogen) and varying scanning velocities. Results demonstrate that scanning velocity and spatial probe orientation strongly dictate detectability. Conventional linear trajectories frequently miss leaks under dynamic conditions, causing severe false negatives. Conversely, geometry-specific routing, such as circumferential plunging paths around sealing points, maintains a high safety margin. From these observations, geometry-specific routing rules and a reduction-factor model for dynamic signal loss are derived. The findings reveal that current standard operating procedures pose a tangible safety risk. To operationalize these rules, a proof-of-concept software pipeline is presented, generating validated trajectories directly from 3D models for visualization in assistance systems.
Chinese Translation
氢气基础设施的完整性依赖于可靠的泄漏检测,这几乎完全依赖于在电解槽制造过程中进行的手动示踪气体嗅探。尽管标准规定了这一要求,但缺乏空间探头指导说明使得检测的可靠性完全依赖于操作员的执行,而传感器信号延迟进一步影响了这一可靠性。本研究量化了嗅探器轨迹运动学如何影响小规模管道和配件的检测可靠性,这一近场区域在宏观扩散研究中被大大忽视。通过使用机器人引导的测试台消除操作员的变异性,在标准化泄漏率(氮气中5体积%的氢气)和不同扫描速度下获取了代表性几何形状的静态浓度场和动态轨迹经过。结果表明,扫描速度和空间探头方向对可检测性有显著影响。在动态条件下,传统的线性轨迹常常会漏检泄漏,导致严重的假阴性。相反,特定几何形状的路径,例如围绕密封点的环形下沉路径,能够保持较高的安全裕度。基于这些观察,推导出几何特定的路径规则和动态信号损失的减小因子模型。研究结果揭示了当前标准操作程序存在实际的安全风险。为了将这些规则付诸实践,提出了一种概念验证软件管道,能够直接从3D模型生成经过验证的轨迹,以便在辅助系统中进行可视化。
cs.RO / 22 / 2607.09548

Task-Adaptive Design of Modular Aerial Manipulators Under Airflow Exposure Constraints

在气流暴露约束下的模块化空中操控器任务自适应设计
Li, Mengguang, Koeppl, Heinz
Abstract
Aerial manipulation with multirotor platforms enables physical interaction in complex environments, but rotor-induced airflow remains a critical limitation for tasks involving airflow-sensitive targets or surroundings. This paper presents an optimization-based design framework for modular aerial manipulators that jointly considers task wrench feasibility, end-effector placement, and airflow exposure constraints. We first introduce a novel categorization of target-side airflow tolerance and formulate the corresponding exposure requirements as geometric constraints. To efficiently model rotor-induced airflow, we introduce a compact cone-sphere envelope that approximates the spreading structure of a quadrotor's airflow while preserving computational tractability for optimization. Building on this formulation, we propose a reconfiguration optimization that adapts a modular aerial manipulator to diverse task wrench requirements while enforcing both target-side airflow exposure and intra-platform airflow interference constraints. Unlike prior designs that assume a fixed end-effector location, the proposed framework optimizes the end-effector placement together with the platform configuration. Scalability experiments and ablation studies validate the effectiveness of the proposed framework.
Chinese Translation
多旋翼平台的空中操控使得在复杂环境中进行物理交互成为可能,但旋翼引起的气流仍然是涉及对气流敏感的目标或环境的任务的一项关键限制。本文提出了一种基于优化的模块化空中操控器设计框架,该框架共同考虑了任务扭矩可行性、末端执行器位置和气流暴露约束。我们首先引入了一种新的目标侧气流容忍度分类,并将相应的暴露要求表述为几何约束。为了高效建模旋翼引起的气流,我们引入了一种紧凑的锥球包络,近似四旋翼气流的扩散结构,同时保持优化的计算可行性。在此基础上,我们提出了一种重配置优化方法,使模块化空中操控器适应多样的任务扭矩要求,同时强制执行目标侧气流暴露和平台内部气流干扰约束。与假设固定末端执行器位置的先前设计不同,所提出的框架同时优化末端执行器位置和平台配置。可扩展性实验和消融研究验证了所提出框架的有效性。
cs.RO / 23 / 2607.09557

CORAL-AUV: CFD Oriented Reinforcement Learning for Autonomous Underwater Vehicles

CORAL-AUV:面向计算流体动力学的强化学习用于自主水下航行器
Roche, Steven, Van Mooy, Milo, McGuire, Nathan, Cai, Levi, How, Jonathan P., Girdhar, Yogesh
Abstract
Fine grain control and positioning of autonomous underwater vehicles (AUVs) is critical for sampling, maintenance, and survey applications. Traditional control methods for AUVs are labor intensive and are not robust to changes in the vehicle configuration or environmental conditions. Reinforcement learning (RL) promises rapid controller development while handling a range of deployment parameters via domain randomization (DR). However, DR is still limited by the capacity of the underlying simulation to model real physics. In particular, drag physics are difficult to model and are a large contributor to sim-to-real gaps. Meanwhile, computational fluid dynamics (CFD) provides high fidelity drag models but is challenging to leverage within reinforcement learning frameworks due to its computational overhead. Thus, in this paper we exploit the idea of training surrogate approximations of CFD models of a given vehicle, enabling fast inference within RL pipelines. We are the first to successfully deploy a zero-shot RL policy on a 6-DOF AUV in which policy training is performed on surrogate drag models (SDMs) trained on CFD data. We find 31% lower energy usage compared to a controller using simplified physics while traversing between waypoints 11% faster with 19% less error. Our SDM based RL controller better predicts zero-shot transfer and is more robust across reward shaping design choices. When using DR to complete a task with perturbed parameters, we find that the CFD policy is the only controller that successfully transfers. The policies are evaluated in a controlled tank environment and in the field providing extensive testing of the policies' capabilities.
Chinese Translation
自主水下航行器(AUV)的精细控制和定位对于采样、维护和调查应用至关重要。传统的AUV控制方法劳动密集,且对车辆配置或环境条件的变化不够鲁棒。强化学习(RL)承诺能够快速开发控制器,并通过领域随机化(DR)处理一系列部署参数。然而,DR仍然受到基础模拟能力的限制,无法准确模拟真实物理现象。特别是,阻力物理难以建模,并且是模拟与现实之间差距的重要原因。同时,计算流体动力学(CFD)提供了高保真度的阻力模型,但由于其计算开销,在强化学习框架中难以利用。因此,本文利用训练给定车辆的CFD模型的代理近似的思想,使得在RL管道中能够快速推断。我们首次成功地在一个6自由度的AUV上部署了零样本RL策略,其中策略训练是在基于CFD数据训练的代理阻力模型(SDMs)上进行的。我们发现,与使用简化物理的控制器相比,能耗降低了31%,在路径点之间的行驶速度提高了11%,误差减少了19%。我们的基于SDM的RL控制器在零样本转移预测方面表现更好,并且在奖励设计选择上更加鲁棒。当使用DR完成带有扰动参数的任务时,我们发现CFD策略是唯一成功转移的控制器。这些策略在受控水槽环境和实际场地中进行了评估,提供了对策略能力的广泛测试。
cs.RO / 24 / 2607.09587

CoDiMAD: Diffusion-Based Privileged Distillation for Communication-Free Multi-Robot Coordination

CoDiMAD:基于扩散的特权蒸馏用于无通信的多机器人协调
Tao, Jiyue, Xin, Shunheng, Shen, Tongsheng, Zhao, Dexin, Zhang, Feitian
Abstract
Decentralized multi-robot coordination under partial observability remains challenging, especially in communication-free settings where agents must act solely from local sensor observations. Privileged policy distillation provides a promising approach by transferring knowledge from a globally informed oracle to sensor-constrained students. However, in multi-agent systems, the same local observation may correspond to multiple global configurations requiring qualitatively different cooperative actions, making the conditional action distribution inherently multi-modal. Standard deterministic distillation collapses these modes to their mean, often yielding invalid or hesitant actions. To address this issue, we propose CoDiMAD, a three-stage framework that trains a privileged oracle with MAPPO, constructs an offline dataset of local-observation-oracle-action pairs, and distills the oracle into decentralized students parameterized as conditional denoising diffusion probabilistic models. By approximating the conditional oracle-action distribution through the diffusion reverse process, CoDiMAD samples decisive actions from coherent coordination modes rather than averaging across them. Theoretical analysis characterizes the mode-averaging failure of deterministic distillation and the distributional recovery property of diffusion-based distillation. Experiments on three cooperative tasks show that CoDiMAD consistently outperforms direct local MARL and deterministic distillation baselines. The source code will be made publicly available upon acceptance.
Chinese Translation
在部分可观测条件下,去中心化的多机器人协调仍然面临挑战,尤其是在无通信的环境中,代理必须仅依赖本地传感器观察进行行动。特权策略蒸馏通过将知识从全局信息的oracle转移到受限于传感器的学生,提供了一种有前景的方法。然而,在多智能体系统中,相同的本地观察可能对应于多个全球配置,这些配置需要质上不同的合作行动,使得条件行动分布本质上是多模态的。标准的确定性蒸馏将这些模式压缩为其均值,往往导致无效或犹豫的行动。为了解决这个问题,我们提出了CoDiMAD,一个三阶段框架,首先使用MAPPO训练特权oracle,构建本地观察-oracle-行动对的离线数据集,然后将oracle蒸馏为参数化为条件去噪扩散概率模型的去中心化学生。通过扩散反向过程近似条件oracle-行动分布,CoDiMAD从一致的协调模式中抽样决定性行动,而不是在它们之间取平均。理论分析表征了确定性蒸馏的模式平均失败和基于扩散的蒸馏的分布恢复特性。在三个合作任务上的实验表明,CoDiMAD始终优于直接的本地MARL和确定性蒸馏基线。源代码将在接受后公开发布。
cs.RO / 25 / 2607.09590

PAC-ACT: Post-training Actor-Critic for Action Chunking Transformers

PAC-ACT:用于动作分块变换器的后训练演员-评论家
Pang, Yujie, Li, Zudong
Abstract
Precision industrial contact manipulation requires reliable robot policies under pose perturbations and contact-force constraints. Vision-language-action models offer broad generalization but often introduce high inference latency and GPU-memory cost, while vision-action chunking policies are more suitable for real-time industrial control. However, these policies are usually trained by behavior cloning and suffer from distribution shift in contact-rich tasks. This paper proposes PAC-ACT, a reinforcement-learning post-training framework for pretrained Action Chunking Transformer policies. PAC-ACT reformulates policy optimization at the chunk level, constructs an ACT-transferred actor-critic architecture, and introduces a hybrid behavior-prior constraint to preserve the pretrained action distribution during online fine-tuning. Experiments on industrial precision-contact benchmarks show that PAC-ACT improves task success, contact stability, and force safety while retaining low latency and low GPU-memory usage. On the Contour task, PAC-ACT significantly reduces peak contact force and decreases the proportion of force readings above 60 N by 46 times. Sparse-reward ablations further show that the proposed behavior-prior constraint enables effective exploration under randomized initial poses.
Chinese Translation
精准的工业接触操作要求在姿态扰动和接触力约束下具备可靠的机器人策略。视觉-语言-动作模型提供了广泛的泛化能力,但通常会引入较高的推理延迟和GPU内存成本,而视觉-动作分块策略更适合实时工业控制。然而,这些策略通常通过行为克隆进行训练,并在接触丰富的任务中遭受分布偏移。本文提出了PAC-ACT,一种针对预训练动作分块变换器策略的强化学习后训练框架。PAC-ACT在分块级别重新构造了策略优化,构建了一个ACT转移的演员-评论家架构,并引入了一种混合行为优先约束,以在在线微调过程中保持预训练动作分布。对工业精确接触基准的实验表明,PAC-ACT提高了任务成功率、接触稳定性和力安全性,同时保持低延迟和低GPU内存使用。在轮廓任务上,PAC-ACT显著降低了峰值接触力,并将超过60 N的力读数比例降低了46倍。稀疏奖励消融实验进一步表明,所提出的行为优先约束能够在随机初始姿态下实现有效探索。
cs.RO / 26 / 2607.09648

B-spline Policy: Accelerating Manipulation Policies via B-spline Action Representations

B样条策略:通过B样条动作表示加速操作策略
Han, Xiaoshen, Xiong, Haoyu, Chen, Haonan, Liu, Chaoqi, Torralba, Antonio, Zhu, Yuke, Du, Yilun
Abstract
In this work, we present B-spline Policy (BSP), an action representation designed for accelerating robot manipulation policies. Rather than predicting discrete-time action chunks, BSP parameterizes actions as continuous B-spline curves defined by a set of knots and control points. This representation yields smooth, time-continuous trajectories that can be temporally scaled and executed by low-level controllers at higher frequencies and speeds. We show that B-spline-parameterized actions can be seamlessly integrated into standard policy learning pipelines by directly predicting B-spline parameters. Experiments on simulated and real-world tasks demonstrate that BSP significantly reduces task completion time, achieving substantial improvements over baseline methods while maintaining strong success rates. More results: https://b-spline-policy.github.io
Chinese Translation
在本研究中,我们提出了B样条策略(BSP),这是一种旨在加速机器人操作策略的动作表示。BSP并不是预测离散时间的动作块,而是将动作参数化为由一组节点和控制点定义的连续B样条曲线。这种表示方式产生了平滑的、时间连续的轨迹,可以被低级控制器以更高的频率和速度进行时间缩放和执行。我们展示了B样条参数化的动作可以通过直接预测B样条参数无缝集成到标准策略学习流程中。在模拟和真实世界任务上的实验表明,BSP显著减少了任务完成时间,相比基线方法取得了显著的改进,同时保持了较强的成功率。更多结果请见:https://b-spline-policy.github.io
计算机视觉 (Computer Vision)
70
cs.CV / 1 / 2607.08808

StereoSplat+: Feed-Forward Stereo Gaussian Splatting with Diffusion-Assisted Progressive Inference

StereoSplat+: 前馈立体高斯点云与扩散辅助渐进推理
Liu, Zihua, Okutomi, Masatoshi
Abstract
Recent advances in 3D Gaussian Splatting (3DGS) have enabled high-quality, render-ready scene representations for novel-view synthesis. However, most existing 3DGS pipelines rely on multi-view observations (or non-causal access to future frames) to achieve sufficient coverage, which is often unavailable in on-device robotics and AR settings where sensing is restricted to a single stereo rig. Recovering a high-quality 3DGS scene from one stereo observation, therefore, remains challenging due to occlusions, limited field of view, and missing geometry. We present StereoSplat+, a diffusion-enhanced feed-forward framework that enables causal reconstruction from a single stereo pair. Our method builds on two key components. First, we propose StereoSplat, an input-invariant feed-forward 3D Gaussian estimator that takes a variable number of posed stereo pairs as input and predicts high-quality 3D Gaussians. StereoSplat fuses complementary geometry cues via a cost-volume branch and a triplane-based 3D volume branch and leverages continuous pose encoding to generalize across view counts and camera configurations. Second, since multiple posed stereo pairs are typically unavailable at inference time, we introduce a diffusion-enhanced one-shot progressive inference scheme called StereoSplat+: starting from one stereo pair, we render novel stereo views from the predicted 3DGS, refine them with a one-step diffusion enhancer, and feed them back as additional inputs to update the 3DGS. Experiments on the KITTI-360 dataset show that StereoSplat+ improves novel-view rendering quality and geometry accuracy, especially in occluded regions and under strong view extrapolation, outperforming recent feed-forward 3DGS baselines.
Chinese Translation
近年来,3D高斯点云(3DGS)的进展使得为新视角合成提供高质量、可渲染的场景表示成为可能。然而,大多数现有的3DGS管道依赖于多视角观察(或对未来帧的非因果访问)以实现足够的覆盖,这在设备上的机器人和增强现实(AR)环境中往往不可用,因为这些环境的感知仅限于单个立体设备。因此,从一个立体观察中恢复高质量的3DGS场景仍然具有挑战性,主要由于遮挡、有限的视场和缺失的几何信息。我们提出了StereoSplat+,这是一种增强扩散的前馈框架,能够从单个立体对进行因果重建。我们的方法基于两个关键组件。首先,我们提出了StereoSplat,这是一种输入不变的前馈3D高斯估计器,能够接受可变数量的已定位立体对作为输入,并预测高质量的3D高斯。StereoSplat通过成本体积分支和基于三平面的3D体积分支融合互补的几何线索,并利用连续姿态编码在视角数量和相机配置之间进行泛化。其次,由于在推理时通常无法获得多个已定位的立体对,我们引入了一种称为StereoSplat+的增强扩散一次性渐进推理方案:从一个立体对开始,我们从预测的3DGS渲染新的立体视图,使用一步扩散增强器对其进行细化,并将其反馈作为额外输入以更新3DGS。在KITTI-360数据集上的实验表明,StereoSplat+在新视角渲染质量和几何准确性方面有所提升,尤其是在遮挡区域和强视角外推的情况下,超越了近期的前馈3DGS基线。
cs.CV / 2 / 2607.08839

Mixture of Probes: Learning from Privileged Modalities in Multimodal LLMs Through Probing

探针混合:通过探测在多模态大语言模型中学习特权模态
Reilly, Dominick, Wu, Qiyu, Wakaki, Hiromi, Das, Srijan, Mistufuji, Yuki
Abstract
Multimodal Large Language Models (MLLMs) are typically designed under the assumption that all modalities available during training will also be accessible at inference. However, many real-world settings violate this assumption, requiring models to operate under a privileged modality setting, where auxiliary modalities are available only during training. While these modalities contain valuable information, existing MLLMs largely fail to leverage them effectively, as they treat modalities as interchangeable inputs rather than sources of complementary supervision. We propose Mixture of Probes (MoP), a novel framework that disentangles modality-specific and modality-general signals within the MLLM, allowing the model to preserve modality-dependent structure while learning transferable representations across modalities. At its core, MoP achieves this through a structured probing mechanism that extracts and organizes information from intermediate representations of a shared modality encoder, rather than relying only on final-layer alignment as done in existing MLLMs. To support this disentanglement, we further introduce MoP Cross-modal Training (MoP-X), a training strategy for MoP centered around a probe disentanglement loss that prevents probe collapse and encourages cross-modal learning. We evaluate MoP across two domains spanning eight tasks and four modalities under a comprehensive evaluation protocol tailored to the privileged modality setting, where each modality is independently treated as the sole input at inference time. MoP consistently outperforms strong MLLM baselines, achieving up to 65% relative improvement, demonstrating that auxiliary modalities, even when unavailable at inference, can provide substantial gains when effectively leveraged during training. Code, model checkpoints, and evaluation protocols will be made available at https://github.com/Sony/MoP.
Chinese Translation
多模态大语言模型(MLLMs)通常在假设训练期间可用的所有模态在推理时也可访问的前提下设计。然而,许多现实世界的场景违反了这一假设,要求模型在特权模态设置下运行,其中辅助模态仅在训练期间可用。虽然这些模态包含有价值的信息,但现有的MLLMs在有效利用它们方面大多表现不佳,因为它们将模态视为可互换的输入,而不是互补监督的来源。我们提出了探针混合(Mixture of Probes, MoP),这是一个新颖的框架,能够在MLLM中解耦模态特定信号和模态通用信号,使模型在跨模态学习时能够保持模态依赖的结构。MoP的核心通过一种结构化的探测机制实现这一目标,该机制从共享模态编码器的中间表示中提取和组织信息,而不是像现有的MLLMs那样仅依赖于最终层的对齐。为了支持这种解耦,我们进一步引入了MoP跨模态训练(MoP-X),这是一种围绕探针解耦损失的MoP训练策略,旨在防止探针崩溃并鼓励跨模态学习。我们在涵盖八个任务和四种模态的两个领域中评估了MoP,采用了针对特权模态设置的综合评估协议,其中每种模态在推理时被独立视为唯一输入。MoP在性能上始终优于强大的MLLM基线,取得了高达65%的相对提升,证明了即使在推理时不可用的辅助模态,在有效利用训练时也能提供显著的收益。代码、模型检查点和评估协议将可在 https://github.com/Sony/MoP 获取。
cs.CV / 3 / 2607.08867

Secure-by-Disguise: A Systematic Evaluation of Image Disguising for Confidential Medical Image Modeling

隐蔽安全:对机密医学图像建模的图像伪装系统评估
Rojas, Jason, He, Jiajie, Patel, Yash, Gu, Yuechun, Yu, Zeyun, Chen, Keke
Abstract
Cloud-based deep learning enables large-scale medical image analysis but raises significant privacy concerns when sensitive patient images are outsourced for model development. Image disguising has recently emerged as a promising privacy-enhancing technology (PET) that transforms images into visually unintelligible representations while preserving information for downstream learning. We established a unified framework to evaluate representative methods, DisguisedNets and NeuraCrypt, across four datasets involving classification and semantic segmentation tasks. Our analysis assessed predictive utility, efficiency, and robustness against reconstruction attacks. Results showed that image disguising performance varies significantly between tasks; while methods preserved utility for medical image classification, they caused substantial degradation in dense semantic segmentation. Specifically, Randomized Multidimensional Transformation (RMT) offered the optimal balance of performance and security, whereas AES-based disguising severely impacted utility. Furthermore, regression-based reconstruction attacks effective on natural images proved considerably less successful on realistic medical images. These findings provide a systematic assessment of PET suitability for confidential medical AI applications.
Chinese Translation
基于云的深度学习使大规模医学图像分析成为可能,但在将敏感患者图像外包用于模型开发时引发了重大隐私问题。图像伪装最近作为一种有前景的隐私增强技术(PET)出现,它将图像转换为视觉上不可理解的表示,同时保留下游学习所需的信息。我们建立了一个统一框架,以评估代表性方法DisguisedNets和NeuraCrypt在四个数据集上的表现,这些数据集涉及分类和语义分割任务。我们的分析评估了预测效用、效率以及对重建攻击的鲁棒性。结果显示,图像伪装的性能在不同任务之间存在显著差异;虽然这些方法在医学图像分类中保持了效用,但在密集语义分割中造成了显著的性能下降。具体而言,随机多维变换(Randomized Multidimensional Transformation, RMT)提供了性能与安全性的最佳平衡,而基于AES的伪装则严重影响了效用。此外,对自然图像有效的基于回归的重建攻击在真实医学图像上表现得明显不成功。这些发现为PET在机密医学人工智能应用中的适用性提供了系统评估。
cs.CV / 4 / 2607.08879

Decoupled Illumination Priors for Spatially Controllable Multi-View Indoor Scene Relighting

用于空间可控的多视角室内场景重照明的解耦光照先验
Gao, Chenjian, Xu, Linning, Xue, Tianfan
Abstract
Indoor scene relighting demands photorealism, precise spatial control, and strict multi-view consistency. While diffusion-based image editing models enable semantic lighting manipulation via text prompts, enforcing exact 3D light placement often disrupts their generative priors. We propose Lume-Palette, a progressive framework that leverages semantic lighting priors for spatially controllable multi-view indoor relighting. The approach decouples relighting into two stages: (1) illumination distillation, which extracts canonical illumination palettes from a pretrained diffusion model to preserve realistic material-light interactions, and (2) illumination casting, which explicitly maps target spatial lighting conditions defined from coarse 3D geometry. To efficiently handle dense multi-view and multi-modal inputs, we introduce an asymmetric multi-view conditioning strategy that selectively injects essential spatial context. Experiments on diverse synthetic scenes and real-world scenes demonstrate that Lume-Palette produces photorealistic, spatially controllable, and multi-view consistent relighting results. Project Page: https://cjeen.github.io/lumepalette
Chinese Translation
室内场景重照明要求具备照片真实感、精确的空间控制和严格的多视角一致性。虽然基于扩散的图像编辑模型通过文本提示实现了语义光照操控,但强制执行精确的三维光源位置往往会破坏其生成先验。我们提出了Lume-Palette,一个利用语义光照先验进行空间可控的多视角室内重照明的渐进框架。该方法将重照明解耦为两个阶段:(1) 光照蒸馏,从预训练的扩散模型中提取典型的光照调色板,以保持真实的材料与光源的交互;(2) 光照投射,明确映射从粗略三维几何定义的目标空间光照条件。为了高效处理密集的多视角和多模态输入,我们引入了一种不对称的多视角条件策略,选择性地注入必要的空间上下文。在多样的合成场景和真实场景上的实验表明,Lume-Palette能够生成照片真实感、空间可控且多视角一致的重照明结果。项目页面:https://cjeen.github.io/lumepalette
cs.CV / 5 / 2607.08896

HAT Super-Resolution and a PARSeq+CLIP4STR Voting Ensemble for Extreme In-the-Wild License Plate Recognition

HAT超分辨率与PARSeq+CLIP4STR投票集成在极端野外环境下的车牌识别
Krishnan, Karthik Sivarama, Krishnan, Koushik Sivarama
Abstract
We describe our entry to the ICIP 2026 Grand Challenge on Extreme In-the-Wild License Plate Super-Resolution (XLPSR), which scored 9.73 wECR on the public validation leaderboard. The system pairs a Hybrid Attention Transformer super-resolution (HAT) front-end with an ensemble of two scene-text recognisers (PARSeq-S and CLIP4STR-B) and a confidence-weighted character-voting scheme that abstains on uncertain positions. We treat XLPSR as a recognition task gated by image legibility: the SR step exists to lift characters out of sub-pixel territory, and the asymmetric scoring rule (+2 / -1 / 0) is exploited explicitly through abstention. Our pipeline runs in 1.7 s per sequence on RTX 3090 (max 2.7 s, p99 2.4 s), well under the 60 s/sequence Docker budget.
Chinese Translation
我们描述了我们在ICIP 2026极端野外车牌超分辨率(XLPSR)大挑战中的参赛作品,该作品在公共验证排行榜上获得了9.73的加权错误识别率(wECR)。该系统将混合注意力变换器超分辨率(HAT)前端与两个场景文本识别器(PARSeq-S和CLIP4STR-B)的集成以及一种对不确定位置进行弃权的置信度加权字符投票方案相结合。我们将XLPSR视为一个受图像可读性限制的识别任务:超分辨率步骤旨在将字符提升至亚像素区域之外,而不对不确定位置进行投票的非对称评分规则(+2 / -1 / 0)则被明确利用。我们的处理流程在RTX 3090上每个序列运行时间为1.7秒(最大2.7秒,p99为2.4秒),远低于每个序列60秒的Docker预算。
cs.CV / 6 / 2607.08932

Vision Transformers Learn Gestalt-Like Figure-Ground Cues from Natural Images

视觉变换器从自然图像中学习格式塔式的图形-背景线索
Tangemann, Matthias, Lo, Benjamin, Pizlo, Zygmunt, Siddiqi, Kaleem, Walther, Dirk B., Dickinson, Sven
Abstract
Figure-ground organization in the human visual system relies on several shape-based cues, including surroundedness, convexity, and symmetry. While these cues have been extensively studied using abstract stimuli, little is known about how they operate under natural conditions or how they arise from the statistics of natural scenes. Deep neural networks offer a promising path forward: a model that relies on the same figure-ground cues as humans would provide tractable experimental access to the underlying mechanisms. In this study, we evaluate shape-based figure-ground organization in Vision Transformers (ViTs), for which prior work has demonstrated the emergence of object-based grouping. We test 25 ViTs spanning supervised and self-supervised training objectives, by fitting linear probes to predict figure-ground assignment from intermediate patch representations using both natural images and controlled artificial stimuli that isolate individual cues. Our results show that ViTs robustly encode surroundedness and convexity, and that probes trained on natural images generalize zero-shot to artificial stimuli across several models. For symmetry we observe mixed results: the cue is encoded for uniformly colored but not for textured regions. Taken together, our findings demonstrate that Gestalt-like figure-ground cues can be learned from natural scene statistics and position ViTs as a compelling model system for studying the computational mechanisms of perceptual organization. Code and data is available at https://github.com/mtangemann/mlvbench
Chinese Translation
人类视觉系统中的图形-背景组织依赖于多种基于形状的线索,包括被包围性、凸性和对称性。尽管这些线索在抽象刺激下得到了广泛研究,但关于它们在自然条件下的运作方式或如何从自然场景的统计特征中产生的了解仍然有限。深度神经网络提供了一条有前景的研究路径:一个依赖于与人类相同的图形-背景线索的模型将为探索潜在机制提供可行的实验途径。在本研究中,我们评估了视觉变换器(Vision Transformers, ViTs)中的基于形状的图形-背景组织,先前的研究已证明了基于对象的分组的出现。我们测试了25个ViTs,涵盖了监督和自监督训练目标,通过拟合线性探针来预测图形-背景分配,使用自然图像和控制的人工刺激,这些刺激能够隔离单个线索。我们的结果表明,ViTs稳健地编码了被包围性和凸性,并且在自然图像上训练的探针在多个模型中能够零-shot泛化到人工刺激。对于对称性,我们观察到混合结果:该线索在均匀着色的区域中被编码,但在纹理区域中则没有。综合来看,我们的发现表明,格式塔式的图形-背景线索可以从自然场景统计中学习,并将ViTs定位为研究感知组织计算机制的引人注目的模型系统。代码和数据可在 https://github.com/mtangemann/mlvbench 获取。
cs.CV / 7 / 2607.08945

Is sub-metre resolution necessary for cocoa mapping? A landscape-stratified evaluation of very high resolution imagery, decametric Earth Observation inputs, and operational products in Cote d'Ivoire

亚米级分辨率在可可制图中是否必要?对科特迪瓦的高分辨率影像、十米级地球观测输入和操作产品的景观分层评估
Orlowski, Kasimir, Sabo, Filip, Meroni, Michele, Verhegghen, Astrid, Belgiu, Mariana, Rembold, Felix
Abstract
Accurate cocoa mapping is increasingly important for deforestation monitoring, supply-chain transparency, and regulatory applications. Spatial aggregation in conventional medium-resolution Earth observation (EO) imagery may limit cocoa detection in heterogeneous smallholder landscapes. In Cote d'Ivoire, we therefore evaluated how mapping performance varies across landscape conditions, whether very high resolution (VHR) imagery provides a meaningful advantage, and whether foundation-model embeddings improve decametric cocoa mapping. We developed models using 0.5 m Pleiades VHR imagery, a 10 m Sentinel-2 annual composite, and embeddings from TESSERA and AlphaEarth Foundations (AEF), and additionally assessed four publicly available cocoa mapping products. Performance was evaluated through a landscape-stratified accuracy assessment using 2,821 independently interpreted reference points distributed across gradients of tree cover density and landscape fragmentation. The VHR model achieved the highest performance (F1 = 0.92) and maintained F1-scores above 0.90 across all strata. Among the decametric inputs, TESSERA performed best (F1 = 0.86), followed by AEF (F1 = 0.82) and Sentinel-2 (F1 = 0.76). Of the existing cocoa products, the Kalischek product performed best (F1 = 0.83), comparable to the internally trained AEF model. Performance differences between VHR and decametric approaches increased with fragmentation and under low and high tree cover density conditions. Targeted VHR acquisition may therefore be particularly beneficial in complex cocoa landscapes, while foundation-model embeddings offer a scalable alternative for large-area mapping.
Chinese Translation
准确的可可制图对于监测森林砍伐、供应链透明度和监管应用变得越来越重要。传统中等分辨率地球观测(EO)影像中的空间聚合可能限制了在异质小农景观中对可可的检测。因此,在科特迪瓦,我们评估了制图性能在不同景观条件下的变化,是否高分辨率(VHR)影像提供了显著优势,以及基础模型嵌入是否改善了十米级可可制图。我们使用0.5米的Pleiades VHR影像、10米的Sentinel-2年度合成影像以及来自TESSERA和AlphaEarth Foundations(AEF)的嵌入开发了模型,并额外评估了四个公开可用的可可制图产品。通过使用2,821个独立解释的参考点在树冠覆盖密度和景观破碎化梯度上进行的景观分层准确性评估来评估性能。VHR模型达到了最高性能(F1 = 0.92),并在所有层次上保持了超过0.90的F1分数。在十米级输入中,TESSERA表现最佳(F1 = 0.86),其次是AEF(F1 = 0.82)和Sentinel-2(F1 = 0.76)。在现有的可可产品中,Kalischek产品表现最佳(F1 = 0.83),与内部训练的AEF模型相当。在景观破碎化和低、高树冠覆盖密度条件下,VHR与十米级方法之间的性能差异增大。因此,针对复杂可可景观的定向VHR获取可能特别有利,而基础模型嵌入为大面积制图提供了一种可扩展的替代方案。
cs.CV / 8 / 2607.08970

MultiView-Bench: A Diagnostic Benchmark for World-Centric Multi-View Integration in VLMs

MultiView-Bench:用于世界中心多视角集成的诊断基准测试
Zhang, Hantao, Sui, Jinru, Li, Ed, Bergemann, Dirk, Yang, Zhuoran
Abstract
Recent benchmarks for VLMs largely assess single- or limited-view perception, leaving untested the core cognitive ability to integrate observations across viewpoints into a coherent, world-centric (allocentric) 3D mental model. We introduce MultiView-Bench, a diagnostic benchmark expressly designed to evaluate multi-view integration for holistic 3D scene comprehension. Unlike existing datasets that focus on pixel-level mapping or camera-relative navigation, MultiView-Bench requires models to decouple object positioning from transient perspectives and ground them in a fixed global coordinate system. This capability serves as a prerequisite for VLMs before being deployed for downstream tasks such as mechanical part assembly. Our systematic evaluation of frontier VLMs reveals consistent failure modes: strong performance on 2D planar relations from a single image, but marked difficulty with 3D spatial relations and with aggregating information across views. We further identify biases in VLMs, such as struggles with unconventional axis directions and sensitivity to object colorways and texture variations. Acknowledging these limitations, we propose ViewNavigator, a multi-agent framework that actively selects informative viewpoints, perceives, and fuses multi-view evidence, improving diverse base models on MultiView-Bench even under a strict budget-matched comparison (and by 3-5x for the full agent).
Chinese Translation
近期针对视觉语言模型(VLMs)的基准测试主要评估单一或有限视角的感知,未能测试将不同视角的观察整合为一致的世界中心(外部中心)三维心理模型的核心认知能力。我们提出了MultiView-Bench,这是一个专门设计的诊断基准,旨在评估多视角集成以实现整体三维场景理解。与现有数据集专注于像素级映射或相机相对导航不同,MultiView-Bench要求模型将物体定位与瞬时视角解耦,并将其固定在一个全球坐标系统中。这一能力是VLMs在进行下游任务(如机械部件组装)之前的先决条件。我们对前沿VLMs的系统评估揭示了一致的失败模式:在单幅图像中对二维平面关系表现良好,但在三维空间关系和跨视角信息聚合方面存在显著困难。我们进一步识别出VLMs中的偏差,例如在非常规轴方向上的困难以及对物体颜色和纹理变化的敏感性。承认这些局限性后,我们提出了ViewNavigator,一个多代理框架,主动选择信息丰富的视角,感知并融合多视角证据,即使在严格的预算匹配比较下,也能改善多种基础模型在MultiView-Bench上的表现(对于完整代理可提高3-5倍)。
cs.CV / 9 / 2607.09008

C-GAP: Class-Aware and Online Prompting Improves Vision-Language Models on Imbalanced Classes

C-GAP:类感知与在线提示改善不平衡类别下的视觉-语言模型
Fernandez, Francis, Jahangiri, Arash, Sekeh, Salimeh
Abstract
Safety-critical perception systems must reliably detect rare object classes within small label spaces, a setting that long-tailed detection methods, designed for hundreds of classes with dense annotation, fundamentally do not address. Open-vocabulary detectors offer a promising alternative, as they use natural language queries at inference time, making prompt quality a first-class lever for detection performance. We exploit this property to address class imbalance: rather than retraining models or collecting additional annotations, we ask whether iteratively refining the language prompts, fed to frozen detectors, can improve minority class detection. We introduce C-GAP Caption-Guided Augmentation and Prompting), a detector-agnostic, annotation-free framework that operates in two phases. First, we establish a composite caption baseline combining per-image scene descriptions with class-quantity context, which we show outperforms scene-description only or class-quantity-only prompts across multiple open-vocabulary architectures and benchmarks. Second, an LLM iteratively refines each image's caption individually, with trials triaged into accept, tentative, or regenerate buckets based on minority-class [email protected] against a dynamic threshold derived from the composite baseline. Refinement terminates early once sufficient [email protected] gain is achieved. No detector weights are updated at any stage. Our experiments shows that C-GAP improves minority-class average precision up to 53% over the baselines. On COCO, C-GAP improves minority-class [email protected] by ~81% relative over the composite baseline (17.69 -> 32.09). Experiments confirm that composite captions provide the critical foundation for effective refinement: using scene-description-only or class-quantity-only prompts as the refinement starting point yields diminishing returns, supporting both stages of C-GAP as necessary contributions.
Chinese Translation
安全关键的感知系统必须可靠地检测小标签空间中的稀有物体类别,而这一设置是长期检测方法所无法解决的,这些方法是为数百个具有密集注释的类别设计的。开放词汇检测器提供了一种有前景的替代方案,因为它们在推理时使用自然语言查询,使得提示质量成为影响检测性能的首要因素。我们利用这一特性来解决类别不平衡的问题:我们并不重新训练模型或收集额外的注释,而是探讨通过迭代优化输入给冻结检测器的语言提示,是否能够改善少数类别的检测。我们提出了C-GAP(Caption-Guided Augmentation and Prompting),这是一个与检测器无关、无需注释的框架,分为两个阶段进行。首先,我们建立了一个复合标题基线,将每张图像的场景描述与类别数量上下文结合,我们展示了这一基线在多个开放词汇架构和基准测试中优于仅使用场景描述或仅使用类别数量的提示。其次,一个大型语言模型(LLM)对每张图像的标题进行迭代优化,试验根据少数类别的[email protected]与从复合基线得出的动态阈值进行分类为接受、暂定或重新生成。优化在达到足够的[email protected]增益后提前终止。在任何阶段都不更新检测器权重。我们的实验表明,C-GAP使少数类别的平均精度提高了高达53%。在COCO数据集上,C-GAP相对于复合基线将少数类别的[email protected]提高了约81%(17.69 -> 32.09)。实验确认复合标题为有效的优化提供了关键基础:使用仅包含场景描述或仅包含类别数量的提示作为优化起点会导致收益递减,支持C-GAP的两个阶段都是必要的贡献。
cs.CV / 10 / 2607.09024

Video Generation Models are General-Purpose Vision Learners

视频生成模型是通用视觉学习者
Wang, Letian, Zhang, Chuhan, Kabra, Rishabh, Uijlings, Jasper, Waslander, Steven, Zisserman, Andrew, Carreira, Joao, He, Kaiming, Andriluka, Misha, Bazavan, Eduard Gabriel, Zanfir, Andrei, Sminchisescu, Cristian
Abstract
Driven by next-token prediction, NLP shifted from task-specific models into powerful generalist foundation models. What, then, is the equivalent catalyst needed to achieve a general-purpose model in computer vision? In this paper, we contend that large-scale text-to-video generation serves as a strong pre-training paradigm for computer vision, providing the necessary spatiotemporal priors, vision-language alignment, and scalability required for general visual intelligence. We introduce GenCeption, which leverages a pre-trained video generative diffusion backbone to define a feed-forward perception model, capable of performing various vision tasks steered by text instructions. Empirical results demonstrate that GenCeption achieves state-of-the-art performance across a diverse suite of tasks, including depth, surface normal, and camera pose estimation, expression-referring segmentation, and 3D keypoint prediction, often matching or surpassing specialized models (e.g. DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, and Lotus-2). Furthermore, the video generative pretrained backbone outperforms alternative pretraining paradigms (e.g., V-JEPA, and Video MAE) under comparable settings. Importantly, GenCeption exhibits preliminary data and model scaling properties along with exceptional data efficiency, where it achieves comparable performance with leading models like D4RT and VGGT-Omega with 7 to 500 less training data. Finally, GenCeption also exhibits intriguing emergent behaviors: a model trained exclusively on synthetic human videos generalizes to real-world footage and out-of-distribution object categories (e.g., animals and robots). These findings suggest that video generation is not merely a synthesis tool, but a foundational path toward generalist vision intelligence for the physical world. Project page: https://genception.github.io
Chinese Translation
受下一个标记预测的驱动,自然语言处理(NLP)从特定任务模型转向强大的通用基础模型。那么,在计算机视觉中,实现通用模型所需的等效催化剂是什么呢?在本文中,我们认为大规模的文本到视频生成作为计算机视觉的强大预训练范式,提供了实现通用视觉智能所需的时空先验、视觉-语言对齐和可扩展性。我们介绍了GenCeption,它利用预训练的视频生成扩散骨干网定义了一个前馈感知模型,能够根据文本指令执行各种视觉任务。实证结果表明,GenCeption在深度、表面法线和相机姿态估计、表达指向分割以及三维关键点预测等多样化任务中达到了最先进的性能,通常与专门模型(如DepthAnything3、SAM3、D4RT、VGGT-Omega、Sapiens、David、Genmo和Lotus-2)相匹配或超越。此外,在可比设置下,视频生成预训练骨干网的表现优于其他预训练范式(如V-JEPA和视频MAE)。重要的是,GenCeption展示了初步的数据和模型扩展特性以及卓越的数据效率,在仅使用7到500倍更少的训练数据的情况下,达到了与D4RT和VGGT-Omega等领先模型相当的性能。最后,GenCeption还展现了有趣的突现行为:一个仅在合成的人类视频上训练的模型能够推广到真实世界的影像和分布外的物体类别(如动物和机器人)。这些发现表明,视频生成不仅仅是一个合成工具,而是通向物理世界通用视觉智能的基础路径。项目页面:https://genception.github.io
cs.CV / 11 / 2607.09029

MOSAIC: Adaptive Inter-layer Composition for Efficient Heterogeneous Vision-Language Models

MOSAIC:用于高效异构视觉-语言模型的自适应层间组合
Yang, Yuncheng, Ye, Feiyang, Luo, Shixian, Zhu, Yinna, Shan, Lianlei, Zhao, Wangcai, Zhang, Kuo, Chen, Yan, Wu, Yong, Xie, Yan
Abstract
Vision-Language Models (VLMs) have achieved success using homogeneous Transformers to process multimedia data. Recent studies show that heterogeneous structures interleaving efficient mechanisms, like linear attention, improve both performance and inference latency over homogeneous designs. However, these efforts rely on handcrafted static mixing patterns, which are sub-optimal and difficult to adapt to specific hardware. To bridge this gap, we propose Multi-Objective Search for Adaptive Inter-layer Composition (MOSAIC), a hardware-aware search method that automatically transforms homogeneous models into optimized heterogeneous architectures. MOSAIC integrates diverse efficiency mechanisms--including linear, sparse, and low-rank operators--into a unified search space. By formulating the selection as a multi-objective Mixed Integer Programming (MIP) problem, our method identifies optimal configurations that maximize downstream performance under strict hardware latency constraints. To mitigate performance degradation from structural transitions, we introduce a two-stage parameter recovery process: global off-policy distillation to stabilize internal representations, followed by a dual-teacher on-policy distillation leveraging a 235B oracle for knowledge expansion and the original 4B teacher for distributional stability. We validate MOSAIC through MOSAIC-4B, derived from Qwen3-VL-4B-Instruct. Results demonstrate that MOSAIC-4B matches the baseline's performance across multiple benchmarks while requiring less than 2% of the original training cost. Furthermore, it substantially improves inference efficiency, achieving 1.76x prefilling and 2.54x decoding speedups.
Chinese Translation
视觉-语言模型(VLMs)在使用同质变换器处理多媒体数据方面取得了成功。最近的研究表明,交错高效机制(如线性注意力)的异构结构在性能和推理延迟方面优于同质设计。然而,这些努力依赖于手工设计的静态混合模式,这些模式在特定硬件上表现不佳且难以适应。为了解决这一问题,我们提出了自适应层间组合的多目标搜索方法(MOSAIC),这是一种硬件感知的搜索方法,能够自动将同质模型转化为优化的异构架构。MOSAIC将多种高效机制(包括线性、稀疏和低秩算子)整合到一个统一的搜索空间中。通过将选择问题形式化为多目标混合整数规划(MIP)问题,我们的方法识别出在严格的硬件延迟约束下最大化下游性能的最佳配置。为了减轻结构转换带来的性能下降,我们引入了一个两阶段的参数恢复过程:首先进行全局离线策略蒸馏以稳定内部表示,然后进行双教师在线策略蒸馏,利用235B的oracle进行知识扩展,并使用原始的4B教师确保分布稳定性。我们通过从Qwen3-VL-4B-Instruct派生的MOSAIC-4B验证了MOSAIC。结果表明,MOSAIC-4B在多个基准测试中与基线性能相匹配,同时训练成本低于原始的2%。此外,它显著提高了推理效率,实现了1.76倍的预填充和2.54倍的解码加速。
cs.CV / 12 / 2607.09057

STEAM: Stable Self-Training with Elastic Matching and Adaptive Purification

STEAM:基于弹性匹配和自适应净化的稳定自我训练
Wang, Shaoxiang, Zhang, Kejia, Pan, Haiwei, Zhang, Lan
Abstract
Cross-view geo-localization (CVGL) aims to achieve GPS-free localization by matching drone-view images with corresponding satellite-view images. Existing supervised methods rely on large-scale manually annotated cross-view image pairs, making them costly and difficult to scale. In contrast, existing unsupervised approaches typically depend on generative models or clustering-based stage-wise optimization, which are prone to distribution bias and the accumulation of noisy pseudo-labels. To address these limitations, we propose STEAM (Stable Self-Training with Elastic Matching and Adaptive Purification), an end-to-end unsupervised cross-view geo-localization framework that performs self-training directly on real drone and satellite images. Specifically, the proposed Stable Spatial-Aware Module enhances the stability of feature representations, Elastic Matching discovers high-quality cross-view pseudo-labels, and Adaptive Purification dynamically maintains a reliable pseudo-label repository throughout the self-training process. Extensive experiments on the University-1652 and SUES-200 benchmarks demonstrate that STEAM achieves state-of-the-art performance among all existing unsupervised methods and delivers performance comparable to supervised approaches, validating the effectiveness and superiority of the proposed framework. The source code is available at https://github.com/wsx-heu/STEAM.git.
Chinese Translation
跨视角地理定位(CVGL)旨在通过将无人机视角图像与相应的卫星视角图像进行匹配,实现无GPS定位。现有的监督方法依赖于大规模手动标注的跨视角图像对,这使得其成本高昂且难以扩展。相比之下,现有的无监督方法通常依赖于生成模型或基于聚类的阶段性优化,这些方法容易受到分布偏差和噪声伪标签的累积影响。为了解决这些局限性,我们提出了STEAM(基于弹性匹配和自适应净化的稳定自我训练),这是一个端到端的无监督跨视角地理定位框架,直接在真实的无人机和卫星图像上进行自我训练。具体而言,所提出的稳定空间感知模块增强了特征表示的稳定性,弹性匹配发现高质量的跨视角伪标签,自适应净化在整个自我训练过程中动态维护可靠的伪标签库。在University-1652和SUES-200基准上的大量实验表明,STEAM在所有现有无监督方法中实现了最先进的性能,并且其性能可与监督方法相媲美,验证了所提框架的有效性和优越性。源代码可在https://github.com/wsx-heu/STEAM.git获取。
cs.CV / 13 / 2607.09061

On Locality and Length Generalization in Visual Reasoning

视觉推理中的局部性与长度泛化
Madan, Pulkit, Haresh, Sanjay, Ebrahimi, Reza, Panchal, Sunny, Bhattacharyya, Apratim, Memisevic, Roland
Abstract
A striking feature of the human visual system is that it ingests visual information through a series of local foveated glimpses, rather than a single global computation. This makes human vision distinctly different from most popular computer vision models in use today, which input images globally and in a single shot. A natural question therefore is whether local, sequential vision models may provide any fundamental computational benefits in addition to being biologically more plausible than global models. In this work, we investigate this question from the perspective of visual state tracking and length generalization. Inspired by recent studies of length generalization in language models, we study the behavior of vision models trained on simple vision tasks that require the aggregation of local information across an image. Our experiments reveal that, similar to language models, vision models can learn to exploit global shortcuts and thereby fail to generalize over task length or complexity. We also show that recurrent vision policies based on strictly local perception can mitigate these failures, thereby allowing models to generalize on these tasks. Our results show that local attention may be an essential overlooked requirement for robust compositional generalization.
Chinese Translation
人类视觉系统的一个显著特征是,它通过一系列局部的注视来获取视觉信息,而不是通过单一的全局计算。这使得人类视觉与当前大多数流行的计算机视觉模型显著不同,后者通常是全局输入图像并进行单次处理。因此,一个自然的问题是,局部的、顺序的视觉模型是否除了在生物上更具合理性外,还能提供任何基本的计算优势。在本研究中,我们从视觉状态跟踪和长度泛化的角度探讨了这个问题。受到近期语言模型中长度泛化研究的启发,我们研究了在简单视觉任务上训练的视觉模型的行为,这些任务需要跨图像聚合局部信息。我们的实验表明,与语言模型类似,视觉模型可以学习利用全局捷径,从而未能在任务长度或复杂性上进行泛化。我们还展示了基于严格局部感知的递归视觉策略可以缓解这些失败,从而使模型能够在这些任务上进行泛化。我们的结果表明,局部注意力可能是强健组合泛化的一个被忽视的重要要求。
cs.CV / 14 / 2607.09067

Probing Diffusion Denoising Dynamics for Contrastive Representation Learning

探讨对比表示学习中的扩散去噪动态
Dai, Yasong, Hayder, Zeeshan, Ahmedt-Aristizabal, David, Li, Hongdong
Abstract
Text-to-image diffusion models exhibit unprecedented generative capability and contain rich intermediate representations that can be useful for discriminative vision tasks. Motivated by this observation, we study a focused question: how can the denoising dynamics of a pretrained diffusion model be adapted to support discriminative representation learning while preserving its generative behavior under parameter-efficient updates? We present D$^3$CL as an investigation of this question. Our key observation is that noisy latents at different diffusion timesteps can be interpreted as stochastic views of the same underlying image, enabling a contrastive objective to be coupled with the standard denoising reconstruction loss. This formulation provides a simple way to probe the interaction between generative denoising and discriminative representation learning without training from scratch. To keep the adaptation lightweight, we apply LoRA updates to a pretrained Stable Diffusion backbone while freezing the original model parameters. D$^3$CL provides strong empirical evidence that reconstruction and noise-level contrastive objectives can be complementary: on ImageNet-1K, it obtains 80.1% linear-probing accuracy and an FID of 5.56 for $256 \times 256$ unconditional generation. Additional ablations on the design space suggest that the usefulness of diffusion features depends on where and how denoising states are sampled. These results establish D$^3$CL as a parameter-efficient adaptation framework for pretrained diffusion models, showing that noise-level contrastive learning can structure denoising representations for discriminative tasks while maintaining generative performance.
Chinese Translation
文本到图像的扩散模型展现出前所未有的生成能力,并包含丰富的中间表示,这些表示对区分性视觉任务非常有用。基于这一观察,我们研究了一个集中问题:如何调整预训练扩散模型的去噪动态,以支持区分性表示学习,同时在参数高效更新的情况下保持其生成行为?我们提出了 D$^3$CL 作为对这一问题的探讨。我们的关键观察是,不同扩散时间步的噪声潜变量可以被解释为同一基础图像的随机视图,从而使对比目标能够与标准的去噪重建损失相结合。这种公式化提供了一种简单的方法来探测生成去噪与区分性表示学习之间的相互作用,而无需从头开始训练。为了保持适应的轻量化,我们对预训练的 Stable Diffusion 主干应用 LoRA 更新,同时冻结原始模型参数。D$^3$CL 提供了强有力的实证证据,表明重建和噪声水平对比目标可以是互补的:在 ImageNet-1K 上,它获得了 80.1% 的线性探测准确率和 5.56 的 FID 值,针对 $256 imes 256$ 的无条件生成。对设计空间的额外消融实验表明,扩散特征的有用性取决于去噪状态的采样位置和方式。这些结果确立了 D$^3$CL 作为预训练扩散模型的参数高效适应框架,表明噪声水平对比学习可以为区分性任务构建去噪表示,同时保持生成性能。
cs.CV / 15 / 2607.09068

OmniMapBench: Benchmarking Visual-Centric Reasoning on Diverse Map Documents

OmniMapBench:在多样化地图文档上评估视觉中心推理
Chen, Yang, Li, Yunwen, Shen, Yufan, Liu, Minghao, Zheng, Tianyu, Fu, Bin, Lin, Qunshu, Yu, Zhi, Shi, Botian
Abstract
Recent advancements in LVLMs necessitate robust benchmarks for complex, visually grounded reasoning. A critical limitation is identified in many document understanding benchmarks: visual content is often reducible to text, enabling high performance without genuine visual grounding. To address this limitation, OmniMapBench is introduced to foster visual-centric reasoning for map documents. The benchmark comprises 2,096 manually annotated question-answer pairs across 1,603 map documents from nine categories. It is designed to probe a hierarchy of skills, ranging from perception to multi-step visual reasoning. To quantify benchmark properties, a simple yet effective benchmark-level metric is proposed: the Visual Dependency Index (VDI), defined as the accuracy drop when images are replaced with question-agnostic descriptions. OmniMapBench exhibits higher VDI than established benchmarks, which quantitatively validates its focus on irreducible visual reasoning. Comprehensive evaluations of 25 leading LVLMs are conducted on OmniMapBench. A significant performance gap is observed, with the top-performing model achieving only 75.03\% accuracy. This result underscores the challenges posed by OmniMapBench to current LVLMs. This work aims to catalyze progress in visual-centric reasoning for document understanding of LVLMs. The dataset and code are publicly available at https://github.com/SIGMME/OmniMapBench.
Chinese Translation
近年来,语言视觉大模型(LVLMs)的进展需要针对复杂的、以视觉为基础的推理建立稳健的基准。许多文档理解基准的一个关键限制是:视觉内容往往可以简化为文本,从而在没有真正的视觉基础的情况下实现高性能。为了解决这一限制,提出了OmniMapBench,以促进地图文档的视觉中心推理。该基准包含来自九个类别的1,603个地图文档中手动标注的2,096对问答对。它旨在探测从感知到多步视觉推理的技能层次。为了量化基准特性,提出了一种简单而有效的基准级别指标:视觉依赖指数(Visual Dependency Index, VDI),定义为当图像被与问题无关的描述替换时的准确率下降。OmniMapBench的VDI高于现有基准,这在定量上验证了其对不可简化视觉推理的关注。对25个领先的LVLMs在OmniMapBench上进行了全面评估。观察到显著的性能差距,表现最佳的模型仅达到75.03%的准确率。这个结果强调了OmniMapBench对当前LVLMs所带来的挑战。本研究旨在推动LVLMs在文档理解中的视觉中心推理的进展。数据集和代码已公开发布在 https://github.com/SIGMME/OmniMapBench。
cs.CV / 16 / 2607.09078

Toward Active Object Detection for UAVs in the Wild: A Large-Scale Dataset, Benchmark and Method

面向野外无人机主动目标检测:一个大规模数据集、基准和方法
Liu, Tianpeng, Jiang, Xinhua, Liu, Li, Shen, Qinmu, Tang, Siwei, Liu, Zhen, Liu, Yongxiang
Abstract
Object detection is a fundamental component in numerous Unmanned Aerial Vehicle (UAV) applications, yet it has long been plagued by hindrances like occlusion or target pixel scarcity. Active Object Detection (AOD) provides a novel paradigm to address these challenges via active vision, while UAV-based AOD research remains scarce due to the lack of high-quality datasets and benchmarks for algorithm development and evaluation. To fill this gap, this paper presents ATRNet-LUDO, the first large-scale real-world dataset for UAV-Ground Active Object Detection (UGAOD). It contains 121,000 multi-view panoramic multi-target aerial images and 1.21 million local single-target slices, covering 10 vehicle targets across 40 scenarios. It enables the construction of diverse training and testing environments for UAV agent interaction and active observation policy learning. Based on this dataset, we establish a comprehensive evaluation benchmark for AOD policy learning methods. Most existing AOD policies rely on Deep Reinforcement Learning (DRL) but suffer from poor generalization. Evaluations on our benchmark reveal a significant generalization gap between training and testing performance, highlighting an urgent need for solutions. To this end, we leverage the Joint Embedding Predictive Architecture (JEPA) to construct a world model that enhances state representation learning, and propose AOD-JEPA by incorporating AOD-specific prior knowledge. Extensive experiments validate its effectiveness and superiority. We hope ATRNet-LUDO and the benchmark will advance research in the UGAOD field. The dataset and code are soon available at https://github.com/Leo000ooo/LUDO_dataset.
Chinese Translation
目标检测是众多无人机(UAV)应用中的一个基本组成部分,但长期以来受到遮挡或目标像素稀缺等障碍的困扰。主动目标检测(Active Object Detection, AOD)通过主动视觉提供了一种新颖的范式来应对这些挑战,但由于缺乏高质量的数据集和算法开发与评估的基准,基于无人机的AOD研究仍然稀缺。为填补这一空白,本文提出了ATRNet-LUDO,这是首个用于无人机-地面主动目标检测(UAV-Ground Active Object Detection, UGAOD)的大规模真实世界数据集。该数据集包含121,000张多视角全景多目标航拍图像和121万张局部单目标切片,涵盖了40个场景中的10种车辆目标。它使得构建多样化的训练和测试环境以支持无人机代理交互和主动观察策略学习成为可能。基于该数据集,我们建立了一个全面的AOD策略学习方法评估基准。大多数现有的AOD策略依赖于深度强化学习(Deep Reinforcement Learning, DRL),但在泛化能力上表现不佳。在我们的基准上进行的评估揭示了训练与测试性能之间显著的泛化差距,突显出迫切需要解决方案。为此,我们利用联合嵌入预测架构(Joint Embedding Predictive Architecture, JEPA)构建了一个世界模型,以增强状态表示学习,并通过结合AOD特定的先验知识提出了AOD-JEPA。大量实验验证了其有效性和优越性。我们希望ATRNet-LUDO和该基准能够推动UGAOD领域的研究。数据集和代码将很快在https://github.com/Leo000ooo/LUDO_dataset上发布。
cs.CV / 17 / 2607.09080

GeoTrace: Geometry-Aware Trajectory Token Compression for Video Large Language Models

GeoTrace:面向几何的轨迹令牌压缩用于视频大语言模型
Xie, Guohuan, Lei, Mengqi, Shi, Chuan, Bao, Wei, Gao, Yue, Li, Siqi
Abstract
Although Video Large Language Models (Video LLMs) have shown strong performance in video understanding, their efficiency is still limited by the large number of visual tokens. Existing video token compression methods typically rely on frame-wise saliency or heuristic token merging, which can over-focus on locally salient regions and produce ambiguous fused features. To address these issues, we propose GeoTrace, a training-free spatiotemporal token compression framework that decomposes video evidence into exact skeleton tokens and traceable residual event tokens. Specifically, Contextual Farthest-Point Anchoring (CFPA) preserves salient, context-consistent, and high-coverage skeleton tokens, while Trajectory-Constrained Residual Condensation (TCRC) compresses residual tokens through one-to-one temporal trajectories and constrained near-manifold condensation, producing traceable event tokens with reduced ambiguity. We evaluate GeoTrace on four Video LLMs across four video understanding benchmarks, and the results demonstrate its effectiveness and generalization across different model architectures and scenarios. On LLaVA-OneVision, with only 10\% visual tokens retained, GeoTrace achieves a \(12.99\times\) TFLOPs reduction while preserving 99.1\% of the vanilla performance. Overall, GeoTrace offers a compact and traceable token representation for efficient and robust Video LLM inference. Code is available at \href{https://github.com/guohuan-xie/GeoTrace.git}{\texttt{Code}}.
Chinese Translation
尽管视频大语言模型(Video LLMs)在视频理解方面表现出色,但其效率仍受到大量视觉令牌的限制。现有的视频令牌压缩方法通常依赖于逐帧显著性或启发式令牌合并,这可能过于关注局部显著区域,从而产生模糊的融合特征。为了解决这些问题,我们提出了GeoTrace,一个无训练的时空令牌压缩框架,它将视频证据分解为精确的骨架令牌和可追踪的残差事件令牌。具体而言,背景最远点锚定(Contextual Farthest-Point Anchoring, CFPA)保留显著的、上下文一致的和高覆盖率的骨架令牌,而轨迹约束残差浓缩(Trajectory-Constrained Residual Condensation, TCRC)通过一对一的时间轨迹和约束近流形浓缩压缩残差令牌,生成可追踪的事件令牌,减少模糊性。我们在四个视频理解基准上对四个视频LLM评估了GeoTrace,结果证明了其在不同模型架构和场景中的有效性和泛化能力。在LLaVA-OneVision上,仅保留10%的视觉令牌,GeoTrace实现了12.99倍的TFLOPs减少,同时保持了99.1%的原始性能。总体而言,GeoTrace为高效且稳健的视频LLM推理提供了紧凑且可追踪的令牌表示。代码可在 exttt{https://github.com/guohuan-xie/GeoTrace.git} 获取。
cs.CV / 18 / 2607.09081

Adaptive Latent Trajectory Anchoring for Action Segmentation Dataset Condensation

用于动作分割的数据集浓缩的自适应潜在轨迹锚定
Gauthier-Villar, Artheme, Ding, Guodong, Yao, Angela
Abstract
Dataset condensation for action segmentation synthesizes compact, informative representations of long, untrimmed video datasets. The existing approach relies on Variational Autoencoders and an iterative latent optimization; it is computationally expensive and suffers from over-smoothed reconstructions and rigid temporal constraints. This paper proposes to shift the condensation paradigm from optimization-based inversion to deterministic latent mapping. By leveraging Denoising Diffusion Implicit Models, we represent action segments as continuous trajectories anchored by sparse latent points in the noise manifold. To maximize representational efficiency, we introduce an adaptive allocation mechanism that dynamically redistributes the anchoring budget based on segment-wise reconstruction difficulty. Extensive experiments demonstrate that our framework significantly outperforms state-of-the-art methods in segmentation performance across common datasets. Notably, our approach achieves performance parity with real data training while maintaining a condensation ratio of 2.4\% on Breakfast dataset.
Chinese Translation
动作分割的数据集浓缩合成了长时间未修剪视频数据集的紧凑且信息丰富的表示。现有的方法依赖于变分自编码器(Variational Autoencoders)和迭代潜在优化,这在计算上代价高昂,并且存在过度平滑重建和刚性时间约束的问题。本文提出将浓缩范式从基于优化的反演转变为确定性潜在映射。通过利用去噪扩散隐式模型(Denoising Diffusion Implicit Models),我们将动作片段表示为由噪声流形中的稀疏潜在点锚定的连续轨迹。为了最大化表示效率,我们引入了一种自适应分配机制,根据片段重建难度动态重新分配锚定预算。大量实验表明,我们的框架在常见数据集上的分割性能显著优于现有的最先进方法。值得注意的是,我们的方法在保持2.4%的浓缩比的同时,达到了与真实数据训练相当的性能,尤其是在Breakfast数据集上。
cs.CV / 19 / 2607.09082

REBASE: Reference-Background Subspace Elimination for Training-Free In-Context Segmentation

REBASE:用于无训练上下文分割的参考背景子空间消除
Gopal, Mantha Sai, Chacko, Jaison Saji, Nandwana, Harsh, Hegde, Sandesh, Banerjee, Debarshi, Mahesh, Uma
Abstract
Training-free in-context segmentation enables new object categories to be introduced at inference time from a single annotated reference image, eliminating the retraining and memory overhead of class-incremental learning. Recent approaches achieve this by combining vision foundation models for semantic correspondence with promptable segmentation networks like SAM. However, their performance is fundamentally limited by the quality of the cross-image similarity map; shared contextual backgrounds between the reference and query systematically elevate similarity in non-target regions, degrading prompt localization. We present REBASE, a training-free framework that explicitly suppresses these spurious contextual correspondences. Our method identifies the low-rank background feature subspace from the reference image and project the reference and query features onto its orthogonal complement in closed form, yielding cleaner semantic matching. We then generate positive point prompts using similarity-weighted farthest-point sampling, paired with a refined dense similarity prior. Without any training or parameter updates, our approach establishes a new state of the art among training-free methods on PACO-Part, FSS-1000, and cross-domain datasets such as ISIC2018, demonstrating that explicit background subspace removal is a highly effective principle for one-shot localization.
Chinese Translation
无训练的上下文分割使得在推理时可以通过单个标注的参考图像引入新的物体类别,从而消除了类增量学习中的再训练和内存开销。最近的方法通过将语义对应的视觉基础模型与可提示的分割网络(如SAM)相结合来实现这一目标。然而,它们的性能在根本上受到跨图像相似性图质量的限制;参考图像和查询图像之间共享的上下文背景系统性地提高了非目标区域的相似性,从而降低了提示定位的准确性。我们提出了REBASE,这是一种明确抑制这些虚假上下文对应关系的无训练框架。我们的方法从参考图像中识别低秩背景特征子空间,并以封闭形式将参考特征和查询特征投影到其正交补空间,从而实现更清晰的语义匹配。然后,我们使用相似性加权的最远点采样生成正点提示,并配合精炼的密集相似性先验。在没有任何训练或参数更新的情况下,我们的方法在PACO-Part、FSS-1000以及ISIC2018等跨域数据集上建立了无训练方法的新状态,证明了显式背景子空间去除是一种非常有效的一次性定位原则。
cs.CV / 20 / 2607.09086

Subtoken Vision Transformer for Fine-grained Recognition

细粒度识别的子令牌视觉变换器
Zhu, Jie, Zhang, Ivy, Kim, Minchul, Liu, Xiaoming
Abstract
We present Subtoken Vision Transformer (SubViT), a selective image tokenization method for fine-grained visual recognition. Standard Vision Transformers compress each fixed-size patch into a single token, although fine-grained distinctions often depend on localized variations within only a few patches. SubViT addresses this mismatch by representing discriminative patches with multiple subtokens while retaining the original token sequence for global context, thereby allocating additional capacity where it is most needed. Since attention heads encode complementary semantics and extracting attention maps at inference requires an extra backbone forward, we adopt a two-stage training strategy. Stage 1 fine-tunes the ViT using subdivision regions sampled from random attention heads, exposing the model to diverse subdivision patterns. Stage 2 identifies informative attention maps through feature-degradation distances and distills them into a lightweight single-map router, which directly predicts deterministic token-importance scores without a separate attention forward. We evaluate SubViT on Generalized Category Discovery (GCD), a challenging task requiring both fine-grained discrimination and generalization to unlabeled novel categories. Across CUB, FGVC-Aircraft, and Stanford Cars, SubViT improves the average novel-category accuracy of DINOv2 from $81.3\%$ to $84.7\%$, with only $0.50$ ms additional latency and $3.4\%$ more FLOPs, while reducing latency by $73.8\%$ relative to Retina Patch. Results on CIFAR-10 and ImageNet-100 demonstrate its broader applicability.
Chinese Translation
我们提出了子令牌视觉变换器(SubViT),这是一种用于细粒度视觉识别的选择性图像令牌化方法。标准的视觉变换器将每个固定大小的补丁压缩为一个单一的令牌,而细粒度的区分通常依赖于仅在少数几个补丁内的局部变化。SubViT 通过用多个子令牌表示具有区分性的补丁,同时保留原始令牌序列以提供全局上下文,从而解决了这种不匹配,进而在最需要的地方分配额外的容量。由于注意力头编码了互补的语义,并且在推理时提取注意力图需要额外的主干前向传播,我们采用了两阶段的训练策略。第一阶段使用从随机注意力头中采样的细分区域对 ViT 进行微调,使模型接触到多样的细分模式。第二阶段通过特征降解距离识别信息丰富的注意力图,并将其提炼为轻量级的单图路由器,该路由器直接预测确定性的令牌重要性分数,而无需单独的注意力前向传播。我们在广义类别发现(GCD)这一具有挑战性的任务上评估了 SubViT,该任务要求既具备细粒度区分能力,又能对未标记的新类别进行泛化。在 CUB、FGVC-Aircraft 和 Stanford Cars 数据集上,SubViT 将 DINOv2 的平均新类别准确率从 81.3% 提高到 84.7%,仅增加了 0.50 毫秒的延迟和 3.4% 的 FLOPs,同时相对于 Retina Patch 将延迟减少了 73.8%。在 CIFAR-10 和 ImageNet-100 上的结果展示了其更广泛的适用性。
cs.CV / 21 / 2607.09089

DETRAM: End-to-end DEtection, Tracking and Recovery of HumAn Meshes

DETRAM:端到端的人体网格检测、跟踪与恢复
Lee, Chunggi, Park, Seonwook, Li, Wanhua, Iqbal, Umar, Pfister, Hanspeter
Abstract
In the task of human mesh recovery (HMR), multi-person scenes are particularly difficult to handle due to the many entities that appear and occlusions between them over time. In particular for video inputs, there is a need to track each entity reliably and consistently. Existing methods rely on pretrained human detection modules, increasing their runtime and limiting the number of tracked entities. We present DETRAM, a unified framework for multi-person HMR and tracking that simultaneously detects, reconstructs, and tracks humans across time, both automatically and via user prompts. DETRAM uses a single transformer decoder with an identity-consistent set of learnable query embeddings that persist across frames: detection queries discover new people, tracking queries maintain pose and shape for existing individuals, and prompt queries follow user-specified identities. Our approach achieves state-of-the-art tracking results on PoseTrack21, 3DPW, BEDLAM, and MuPoTS-3D, and competitive reconstruction accuracy on BEDLAM and 3DPW, while uniquely supporting prompt-based tracking of individuals in multi-person scenes. To our knowledge, this is the first method to unify promptability and multi-person HMR with tracking in an end-to-end trainable framework, enabling user-directed human analysis in videos.
Chinese Translation
在人体网格恢复(HMR)任务中,多人场景由于时间上出现的多个实体及其之间的遮挡而特别难以处理。尤其对于视频输入,需要可靠且一致地跟踪每个实体。现有方法依赖于预训练的人体检测模块,这增加了运行时间并限制了可跟踪实体的数量。我们提出了DETRAM,一个统一的多人人体HMR和跟踪框架,能够同时检测、重建和跟踪人类,既可以自动进行,也可以通过用户提示进行。DETRAM使用一个单一的变换器解码器,配备了一组在帧间持续存在的身份一致的可学习查询嵌入:检测查询用于发现新的人,跟踪查询用于维持现有个体的姿态和形状,而提示查询则跟随用户指定的身份。我们的方法在PoseTrack21、3DPW、BEDLAM和MuPoTS-3D上实现了最先进的跟踪结果,并在BEDLAM和3DPW上取得了具有竞争力的重建精度,同时独特地支持在多人场景中基于提示的个体跟踪。据我们所知,这是首个在端到端可训练框架中统一提示能力与多人人体HMR和跟踪的方法,使得用户能够在视频中进行定向的人类分析。
cs.CV / 22 / 2607.09091

Beyond Time Shifts: Adapting Omni-LLM as a Reference-Free Evaluator for Generative Audio-Visual Models

超越时间偏移:将 Omni-LLM 适配为无参考生成音视频模型的评估器
Qian, Yijie, Wang, Juncheng, Xu, Chao, Wang, Huihan, Feng, Yuxiang, Liu, Yang, Sun, Baigui, Liu, Yong, Wang, Shujun
Abstract
As audio-visual generative models evolve into world simulators, cross-modal synchronization stands as a critical proxy for assessing the consistency of world dynamics and causality in generated content. However, existing evaluation metrics presume structural correctness, reducing synchronization to mere temporal alignment. Consequently, they fail on generative outputs, especially when exhibiting structural hallucinations and asymmetric cross-modal relations, which currently \textbf{mandate expert human annotation to assess synchronization.} This dependency introduces a critical paradox: \emph{human evaluators rely on relative, reference-dependent comparisons, whereas automated metrics require reference-free, absolute scalars.} We resolve this paradox by proposing a framework that distills relative human perception into a continuous, globally consistent metric. First, we introduce SynthSync, a dataset of generative failures ranked via pairwise human annotations. Second, we adapt the Omni-LLM equipped with a continuous latent projection to translate relative human rankings into continuous absolute values. Third, we propose Real-Valued Group Relative Policy Optimization ($\mathbb{R}$-GRPO) to internalize the global causal structure of synchronization via listwise score distributions. Empirically, our metric achieves state-of-the-art human preference alignment. We leverage this estimator to establish a standardized benchmark, advancing AV-Gen assessment from low-level signal correlation to visually grounded causality.
Chinese Translation
随着音视频生成模型演变为世界模拟器,跨模态同步成为评估生成内容中世界动态和因果关系一致性的关键代理。然而,现有的评估指标假设结构的正确性,将同步简化为单纯的时间对齐。因此,它们在生成输出上表现不佳,尤其是在出现结构幻觉和不对称跨模态关系时,这目前 extbf{需要专家人工注释来评估同步性。} 这种依赖引入了一个关键悖论: extit{人类评估者依赖于相对的、依赖参考的比较,而自动化指标则需要无参考的、绝对的标量。} 我们通过提出一个框架来解决这一悖论,该框架将相对的人类感知提炼为一个连续的、全球一致的指标。首先,我们引入 SynthSync,一个通过成对人类注释排名的生成失败数据集。其次,我们适配了配备连续潜在投影的 Omni-LLM,将相对人类排名转换为连续的绝对值。第三,我们提出了实值组相对策略优化($ extbf{R}$-GRPO),通过列表评分分布内化同步的全球因果结构。实证结果表明,我们的指标在与人类偏好的对齐方面达到了最先进的水平。我们利用这一估计器建立了一个标准化基准,将音视频生成评估从低级信号相关性提升到视觉基础的因果关系。
cs.CV / 23 / 2607.09100

A Coreset Selection Framework with Ensemble Aggregation for Image Classification

一种结合集成聚合的核心集选择框架用于图像分类
Dantas, Pedro Rocha, Valem, Lucas Pascotti
Abstract
The rapid growth of image data has produced large-scale datasets, raising concerns about the time and memory costs of model training. Selecting representative training subsets, however, remains challenging: individual sample contributions are unclear, and model behavior varies across datasets and runs. We address these challenges with a framework that combines coreset selection with an ensemble aggregation over multiple runs. For coreset selection, we propose SCOre-Stratified Selection (SCOSS), which partitions the training data into intervals based on a chosen score and samples from each interval. The ensemble combines predictions from multiple runs, each performed on an independently sampled training subset. As baselines, we use moderate and random selection, each in original and class-balanced versions. We assess the framework with Simple Graph Convolution (SGC) and Support Vector Machine (SVM) classifiers under different sampling ratios. Experiments show that SCOSS is competitive with baselines, often the best choice for SGC, and enables favorable trade-offs between accuracy and efficiency. On the fine-grained dataset, SGC with SCOSS outperforms SVMs when using fewer labeled samples. The code and supplementary materials are publicly available at http://scoss.lucasvalem.com.
Chinese Translation
图像数据的快速增长产生了大规模数据集,这引发了对模型训练时间和内存成本的关注。然而,选择具有代表性的训练子集仍然具有挑战性:个体样本的贡献不明确,模型行为在不同数据集和运行之间存在差异。我们通过一个结合核心集选择与多次运行的集成聚合的框架来解决这些挑战。对于核心集选择,我们提出了SCOre-Stratified Selection (SCOSS),该方法根据选择的评分将训练数据划分为多个区间,并从每个区间中进行采样。该集成方法结合了来自多次运行的预测,每次运行都是在独立采样的训练子集上进行的。作为基线,我们使用了适度选择和随机选择,分别采用原始版本和类别平衡版本。我们在不同采样比例下使用简单图卷积(Simple Graph Convolution, SGC)和支持向量机(Support Vector Machine, SVM)分类器评估该框架。实验表明,SCOSS与基线方法具有竞争力,通常是SGC的最佳选择,并在准确性和效率之间实现了良好的权衡。在细粒度数据集上,使用较少标记样本的SGC与SCOSS的组合优于SVM。代码和补充材料可在http://scoss.lucasvalem.com公开获取。
cs.CV / 24 / 2607.09103

Equivariant Filter for High Performance Image Tracking using an Event Camera

基于等变滤波器的高性能图像跟踪方法:使用事件相机
Apps, Angus, Ge, Yixiao, Molloy, Timothy L., Mahony, Robert
Abstract
Image tracking is the problem of estimating the transformation that relates a moving image of a scene to an original reference image. The problem is important in control of autonomous vehicles or robots, where the image encodes information about the motion of the camera or environment, as well as in pure computer vision applications. In this paper, we present an equivariant filter design for high performance tracking of planar image transformations using an event camera. The design exploits the Asynchronous Event Blob (AEB) tracker (Wang et al., 2024) to extract feature-position measurements from the raw event stream, and an equivariant filter to compute an affine image translation and rotation using the special Euclidean group symmetry. The equivariant filter incorporates an equivalent-measurement update step that de-correlates the (highly temporally correlated) feature-position measurements provided by the AEB tracker. We evaluate the design experimentally using two datasets involving general and fast rotational motion. We benchmark results against direct optimisation (estimating the relative transformation from the raw blob tracks), and a covariance intersection approach for overcoming data correlation. Our design provides smooth image tracking for features moving up to 7000 pixels per second on the image plane.
Chinese Translation
图像跟踪是估计移动场景图像与原始参考图像之间变换的问题。该问题在自主车辆或机器人控制中非常重要,因为图像编码了关于相机或环境运动的信息,同时在纯计算机视觉应用中也具有重要意义。本文提出了一种基于等变滤波器的设计,用于使用事件相机高性能跟踪平面图像变换。该设计利用异步事件斑点(Asynchronous Event Blob, AEB)跟踪器(Wang et al., 2024)从原始事件流中提取特征位置测量,并使用特殊欧几里得群对称性计算仿射图像平移和旋转。等变滤波器包含一个等效测量更新步骤,以去相关由AEB跟踪器提供的(高度时间相关的)特征位置测量。我们使用两个数据集进行实验评估,涉及一般和快速旋转运动。我们将结果与直接优化(从原始斑点轨迹估计相对变换)和协方差交集方法(用于克服数据相关性)进行基准比较。我们的设计为在图像平面上以每秒高达7000像素移动的特征提供了平滑的图像跟踪。
cs.CV / 25 / 2607.09104

Integrating Large Language Models and Graph Convolutional Networks for Semi-Supervised Image Classification

将大型语言模型与图卷积网络结合用于半监督图像分类
Magalhães, Camila Piscioneri, Valem, Lucas Pascotti
Abstract
While the growing availability of image data has driven significant advances, labeling datasets remains costly and time-consuming. Therefore, semi-supervised approaches such as Graph Convolutional Networks (GCNs), which learn from both labeled and unlabeled data, have emerged as a promising solution. One of the primary challenges in applying GCNs to image classification is graph construction, since, unlike in citation networks or similar domains, images typically do not come with a predefined structural representation. For visual data, most studies construct graphs based on the similarity between feature vectors from pretrained deep learning backbones, typically by employing kNN or reciprocal kNN algorithms. Although Large Language Models (LLMs) have shown remarkable capability in capturing high-level semantics, their integration with GCNs for image classification remains underexplored. Aiming to fill this gap, our approach uses a Vision Language Model (VLM) to generate textual image descriptions, which are then processed by an LLM to estimate semantic similarity scores between connected images. These scores guide the pruning of edges in kNN and reciprocal kNN graphs, filtering out semantically irrelevant neighbors. Experimental results reveal that leveraging LLMs for graph refinement can improve classification accuracy, particularly for kNN graphs and some backbones. The source code is publicly available at http://gcnllm.lucasvalem.com.
Chinese Translation
尽管图像数据的日益丰富推动了显著的进展,但标注数据集仍然成本高昂且耗时。因此,诸如图卷积网络(Graph Convolutional Networks, GCNs)等半监督方法应运而生,它们能够同时从标注和未标注的数据中学习。在将GCNs应用于图像分类时,主要挑战之一是图的构建,因为与引文网络或类似领域不同,图像通常没有预定义的结构表示。对于视觉数据,大多数研究基于来自预训练深度学习骨干网络的特征向量之间的相似性构建图,通常采用k最近邻(kNN)或互惠k最近邻(reciprocal kNN)算法。尽管大型语言模型(Large Language Models, LLMs)在捕捉高级语义方面表现出色,但它们与GCNs结合用于图像分类的研究仍然较少。为了填补这一空白,我们的方法使用视觉语言模型(Vision Language Model, VLM)生成文本图像描述,然后由LLM处理这些描述,以估计连接图像之间的语义相似性分数。这些分数指导kNN和互惠kNN图中的边缘修剪,过滤掉语义上不相关的邻居。实验结果表明,利用LLMs进行图的优化可以提高分类准确性,特别是在kNN图和某些骨干网络中。源代码已公开,网址为http://gcnllm.lucasvalem.com。
cs.CV / 26 / 2607.09114

Event Stream based Multi-Modal Video Anomaly Detection: A Benchmark Dataset and Algorithms

基于事件流的多模态视频异常检测:基准数据集与算法
Zhu, Peipei, Niu, Yueqing, Zhu, Lin, Niu, Guanchong, Yu, Yang, Li, Zheng
Abstract
Video anomaly detection (VAD) is critical for automated surveillance but remains fragile under challenging conditions such as illumination variations, fast motion, and complex backgrounds when relying solely on visible light videos. To address these limitations, we propose EVAD, an event enhanced VAD framework that jointly exploits conventional video and event streams captured by bio inspired event cameras. Event sensors asynchronously capture brightness changes with high temporal resolution, offering robustness to motion blur and extreme lighting, and providing motion salient cues complementary to video based visual information. To support multi modal VAD research, we construct a large scale visible event benchmark comprising 6.3 billion events and 376,368 video frames collected under diverse illumination levels, motion patterns, and background complexities, filling the gap of realistic and scalable datasets for event based anomaly detection. Building upon this dataset, we design a contrastive multi modal pretraining framework to learn discriminative event representations by aligning semantic embeddings across event streams, visible videos, and textual descriptions. An adaptive fusion module then dynamically integrates event based temporal cues with video based spatial semantics, improving robustness to environmental disturbances. Experiments on benchmarks and the proposed TJUTCM Pha dataset demonstrate that E VAD consistently outperforms methods, validating the effectiveness of event-based sensing for VAD in real world scenarios.
Chinese Translation
视频异常检测(VAD)对于自动化监控至关重要,但在依赖可见光视频时,在光照变化、快速运动和复杂背景等挑战性条件下仍然脆弱。为了解决这些局限性,我们提出了EVAD,一个事件增强的VAD框架,联合利用传统视频和由生物启发的事件相机捕获的事件流。事件传感器以高时间分辨率异步捕获亮度变化,提供对运动模糊和极端光照的鲁棒性,并提供与基于视频的视觉信息互补的运动显著线索。为了支持多模态VAD研究,我们构建了一个大规模的可见事件基准,包含63亿个事件和376,368帧视频,这些数据是在不同光照水平、运动模式和背景复杂性下收集的,填补了基于事件的异常检测的现实和可扩展数据集的空白。在此数据集的基础上,我们设计了一个对比多模态预训练框架,通过对齐事件流、可见视频和文本描述之间的语义嵌入来学习区分性的事件表示。然后,一个自适应融合模块动态整合基于事件的时间线索与基于视频的空间语义,提高了对环境干扰的鲁棒性。在基准测试和提出的TJUTCM Pha数据集上的实验表明,EVAD始终优于其他方法,验证了基于事件的感知在现实场景中进行VAD的有效性。
cs.CV / 27 / 2607.09115

Event Burst Trigger: An Availability Backdoor Attack on Event-Based SNN Object Detection

事件突发触发器:一种针对基于事件的脉冲神经网络(SNN)目标检测的可用性后门攻击
Baek, Jaesun, Lee, Chanwook, Lee, Eun-Kyu
Abstract
Event-based vision and spiking neural networks (SNNs) are increasingly adopted for edge intelligence under strict latency and energy constraints. However, the vulnerability of event-based SNN object detection models to availability backdoor attacks remains insufficiently studied. This paper presents Event Burst Trigger (EBT), an availability backdoor attack targeting SNN-based object detection models. EBT injects carefully crafted event-based triggers into the training data, which induce temporally concentrated event streams during inference. These burst-like activations increase the number of phantom (i.e., spurious) object candidates, and consequently inflate the computational cost of the post-processing stage, particularly Non-Maximum Suppression (NMS). We evaluate EBT on SpikeYOLO, the state-of-the-art SNN-based object detector, under a poison-only threat model that does not require modifications to the model architecture, loss function, or inference pipeline. Experimental results show that while detection accuracy remains largely preserved, with [email protected] decreasing by less than 0.099, the latency of the NMS stage increases by up to 38%. This indicates that NMS can become a dominant availability bottleneck in event-based SNN object detection. Experiments on an edge platform further show that the proposed attack elevates baseline resource utilization and reduces scheduling slack without inducing conspicuous peaks in resource usage. In addition, STRIP-based backdoor detection fails to reliably distinguish the proposed attack from benign inputs. These results characterize a previously underexplored availability backdoor threat in event-based SNN object detection systems.
Chinese Translation
基于事件的视觉和脉冲神经网络(SNN)在严格的延迟和能耗限制下越来越多地被应用于边缘智能。然而,基于事件的 SNN 目标检测模型对可用性后门攻击的脆弱性仍然研究不足。本文提出了事件突发触发器(Event Burst Trigger, EBT),这是一种针对基于 SNN 的目标检测模型的可用性后门攻击。EBT 将精心设计的基于事件的触发器注入训练数据中,这些触发器在推理过程中会引发时间上集中发生的事件流。这些突发式激活增加了虚假(即伪造)目标候选的数量,从而导致后处理阶段的计算成本膨胀,特别是非极大值抑制(Non-Maximum Suppression, NMS)。我们在最先进的基于 SNN 的目标检测器 SpikeYOLO 上评估 EBT,采用一种仅需毒化数据的威胁模型,该模型不需要对模型架构、损失函数或推理流程进行修改。实验结果表明,尽管检测准确率基本保持不变,[email protected] 下降幅度小于 0.099,但 NMS 阶段的延迟增加了多达 38%。这表明 NMS 可能成为基于事件的 SNN 目标检测中的主要可用性瓶颈。在边缘平台上的实验进一步表明,所提出的攻击提高了基线资源利用率,并减少了调度余量,而没有引发资源使用的明显峰值。此外,基于 STRIP 的后门检测未能可靠地区分所提出的攻击与良性输入。这些结果表征了基于事件的 SNN 目标检测系统中一个以前未充分探索的可用性后门威胁。
cs.CV / 28 / 2607.09125

4D Human-Scene Reconstruction from Low-Overlap Captures

基于低重叠捕获的4D人类场景重建
Hwang, Minhyuk, Kim, Sangmin, Do, Seunguk, Kim, Daneul, Park, Jaesik
Abstract
Existing volumetric capture of dynamic human performance achieves high fidelity with dense camera arrays. However, in real-world scenarios, only a handful of low-overlap cameras are available, which degrades the output quality and leaves large areas unobserved. Recent 4D reconstruction methods have focused on low-overlap settings, yet they still produce noticeable artifacts in under-observed regions. Video diffusion models have emerged as another option, but they show geometrically inconsistent results for humans. To address these limitations, we propose StudioRecon, a pipeline that reconstructs 4D human scenes from sparse, low-overlap cameras by decoupling background and humans. We densify background supervision by synthesizing hundreds of camera-controlled novel views with a video diffusion model. We also robustly initialize deformable Gaussian humans with cross-view identity association and triangulated multi-view keypoint fitting. Finally, our recursive enhancement module with motion-adaptive consistency injection harmonizes the composed output, thereby further avoiding remaining artifacts. We achieve state-of-the-art novel view synthesis across four real-world datasets and demonstrate applications such as novel trajectory rendering and human replacement.
Chinese Translation
现有的动态人类表演体积捕获在密集摄像机阵列下能够实现高保真度。然而,在现实场景中,通常只有少量低重叠的摄像机可用,这会降低输出质量并导致大面积区域未被观察到。近期的4D重建方法已开始关注低重叠设置,但在观察不足的区域仍然会产生明显的伪影。视频扩散模型作为另一种选择出现,但在处理人类时显示出几何不一致的结果。为了解决这些限制,我们提出了StudioRecon,一个从稀疏低重叠摄像机重建4D人类场景的管道,通过解耦背景和人类来实现。我们通过合成数百个摄像机控制的新视角,利用视频扩散模型增强背景监督。我们还通过跨视角身份关联和三角化多视角关键点拟合,稳健地初始化可变形的高斯人类。最后,我们的递归增强模块通过运动自适应一致性注入来协调合成输出,从而进一步避免残留伪影。我们在四个真实世界数据集上实现了最先进的新视角合成,并展示了新轨迹渲染和人类替换等应用。
cs.CV / 29 / 2607.09126

VTaMo: Video-Text Alignment Model for Sign Language Translation

VTaMo:用于手语翻译的视频-文本对齐模型
Hu, Junyi, He, Zhewen, Huang, Haomian, Yang, Aoxiang, Fang, Yi
Abstract
Sign language translation (SLT) converts continuous sign videos into spoken language text. Gloss-free approaches leverage pre-trained visual encoders and language models but rely on implicit cross-modal alignment from translation supervision alone. We present VTaMo, a framework that introduces explicit multi-granularity alignment at three levels: (1) local alignment via entropy-regularized optimal transport with a learnable null token for fine-grained frame-to-token correspondences; (2) global alignment via a learnable orthogonal transformation that calibrates embedding space geometry through Earth Mover's Distance; and (3) position-aligned contrastive learning for discriminative token-level representations. Experiments on Phoenix-2014T, CSL-Daily, How2Sign, and OpenASL demonstrate consistent state-of-the-art performance, with ablations confirming the complementary contributions of each component. Code is available at https://github.com/junyi2005/vtamo.
Chinese Translation
手语翻译(SLT)将连续的手语视频转换为口语文本。无词汇的方法利用预训练的视觉编码器和语言模型,但仅依赖于翻译监督下的隐式跨模态对齐。我们提出了VTaMo,一个引入三层显式多粒度对齐的框架:(1)通过带有可学习的空标记的熵正则化最优传输实现局部对齐,以获得细粒度的帧到标记对应关系;(2)通过可学习的正交变换实现全局对齐,该变换通过地球移动者距离(Earth Mover's Distance)校准嵌入空间几何;(3)位置对齐的对比学习用于区分性标记级表示。在Phoenix-2014T、CSL-Daily、How2Sign和OpenASL上的实验表明,VTaMo在性能上持续达到最先进水平,消融实验确认了每个组件的互补贡献。代码可在 https://github.com/junyi2005/vtamo 获取。
cs.CV / 30 / 2607.09133

IB-Flow: Information Bottleneck-Guided CFG Distillation for Few-Step Text-to-Image Generation

IB-Flow:基于信息瓶颈的引导CFG蒸馏用于少步文本到图像生成
Wang, Yiting, Zhang, Jingyi, Zhang, Wenhu, Chao, Ke, Liang, Yves, Cheng, Kun, Zhao, Kang
Abstract
While large-scale text-to-image generative models have achieved unprecedented visual performance, their inherent reliance on multi-step iterative solvers incurs severe inference latency. Few-step distillation targeting the Classifier-Free Guidance (CFG) trajectory has emerged as the prevalent dual-dimensional compression paradigm. However, existing frameworks remain subjugated by a coarse-grained blind injection paradigm that perpetually enforces a globally static guidance strength while indiscriminately sampling the supervisor timestep. This state-agnostic design completely disregards the intrinsic nature of image generation as a dynamic evolutionary process characterized by progressive entropy reduction, which not only restricts the performance boundary of few-step compression but also precipitates severe CFG over-conditioning artifacts. To transcend these limitations, we re-examine the distillation procedure through the theoretical lens of Information Theory, formally modeling it as a dynamic mutual information game constrained by the Information Bottleneck (IB) principle. Specifically, we dismantle traditional blind assumptions via a dual-track adaptive framework. To determine the injection target, we propose an instance-aware selection mechanism that transmutes the intractable KL divergence constraint into a zero-overhead closed-form solution predicated on the local vector field norm. To regulate the injection strength, we introduce an entropy-aware schedule that dynamically decays alongside the SNR, applying maximal thrust for initial structural anchoring before smoothly reverting to the natural manifold to refine micro-details. Extensive empirical evaluations corroborate that our framework fundamentally eradicates over-conditioning artifacts, shattering the performance ceiling to achieve SOTA generative fidelity under extremely stringent 2-step configurations.
Chinese Translation
尽管大规模文本到图像生成模型已实现前所未有的视觉性能,但其固有的依赖于多步骤迭代求解器导致了严重的推理延迟。针对无分类器引导(Classifier-Free Guidance, CFG)轨迹的少步蒸馏已成为一种流行的双维压缩范式。然而,现有框架仍受限于粗粒度的盲注入范式,该范式始终强制施加全局静态的引导强度,同时无差别地抽样监督时间步。这种与状态无关的设计完全忽视了图像生成作为一种动态演化过程的内在特性,该过程以逐步熵减少为特征,这不仅限制了少步压缩的性能边界,还导致了严重的CFG过度条件化伪影。为了超越这些局限性,我们通过信息理论的理论视角重新审视蒸馏过程,正式将其建模为一个受信息瓶颈(Information Bottleneck, IB)原则约束的动态互信息博弈。具体而言,我们通过双轨自适应框架拆解传统的盲假设。为了确定注入目标,我们提出了一种实例感知选择机制,将不可处理的KL散度约束转化为基于局部向量场范数的零开销闭式解。为了调节注入强度,我们引入了一种熵感知调度,该调度随着信噪比(SNR)动态衰减,在初始结构锚定时施加最大推力,然后平滑地回归到自然流形以细化微观细节。广泛的实证评估证实,我们的框架从根本上消除了过度条件化伪影,打破了性能上限,在极为严格的2步配置下实现了最先进的生成保真度。
cs.CV / 31 / 2607.09135

Super-Generalist: Towards Comprehensive and Accurate Medical Image Understanding via Generalist-Specialist Synergy

超级通才:通过通才-专才协同实现全面准确的医学图像理解
Zhang, Shaoteng, Cao, Weiwei, Chang, Wanxing, Xie, Yutong, Cao, Kai, Liu, Zaiyi, Shi, Yu, Liang, Tingbo, Zhang, Qi, Zhang, Ling, Xia, Yong, Zhang, Jianpeng
Abstract
Medical images require comprehensive and accurate interpretation to support the diagnosis of diverse clincial conditions. Recent vision-language generalist models offer broad task coverage and promising zero-shot capabilities, yet often lack fine-grained anatomical and lesion awareness for reliable diagnosis and spatial interpretability. In contrast, supervised specialist models achieve strong performance on specific tasks but typically lack generalization across diseases and anatomies. In this work, we present SuG, a Super-Generalist framework that unifies generalist vision-language learning with specialist objectives, enabling both broad generalization and specialist-level diagnostic capability. We perform specialist-enhanced vision-language alignment in SuG by incorporating spatial priors from multiple segmentation experts, including anatomy, class-specific lesion and class-agnostic lesion segmentors that captures lesions beyond anatomies annotated during training. To improve lesion grounding capability, we leverage lesion masks as spatial priors to calibrate text-conditioned visual attention, encouraging disease-related semantics to focus on clinically relevant regions. We evaluate SuG on extensive chest and abdominal CT benchmarks, including CT-RATE, Merlin, MedVL-CT69K, and several in-house tumor datasets. SuG achieves state-of-the-art performance across a wide range of disease diagnosis tasks and surpasses specialist models on several critical tumor diagnosis benchmarks. Furthermore, SuG demonstrates strong lesion grounding capability, including robust generalization to lesion types lacking class-specific supervision.
Chinese Translation
医学图像需要全面和准确的解读,以支持对多种临床情况的诊断。近期的视觉-语言通才模型提供了广泛的任务覆盖和有前景的零样本能力,但通常缺乏细粒度的解剖和病变意识,无法实现可靠的诊断和空间可解释性。相比之下,监督学习的专才模型在特定任务上表现优异,但通常缺乏跨疾病和解剖结构的泛化能力。在本研究中,我们提出了SuG,一个超级通才框架,将通才视觉-语言学习与专才目标相结合,既能实现广泛的泛化,又具备专才级的诊断能力。我们通过结合来自多个分割专家的空间先验,在SuG中执行增强的视觉-语言对齐,这些专家包括解剖学、特定类别病变和类别无关病变的分割器,能够捕捉训练期间未标注的解剖结构之外的病变。为了提高病变定位能力,我们利用病变掩膜作为空间先验,校准文本条件下的视觉注意力,鼓励与疾病相关的语义关注临床相关区域。我们在广泛的胸部和腹部CT基准测试上评估SuG,包括CT-RATE、Merlin、MedVL-CT69K以及多个内部肿瘤数据集。SuG在广泛的疾病诊断任务中实现了最先进的性能,并在多个关键肿瘤诊断基准上超越了专才模型。此外,SuG展示了强大的病变定位能力,包括对缺乏特定类别监督的病变类型的稳健泛化。
cs.CV / 32 / 2607.09143

Weaving Light and Time: Unified Harmonic-Geometric Representation Learning for Dense RGB-Event Parsing

编织光与时间:用于密集RGB-事件解析的统一谐波几何表示学习
Peng, Chenxu, zhou, Chongtian, Liu, Dicheng, Yin, Bo-Wen, Dai, Yimian, Liu, Xialei, Cheng, Ming-Ming, Li, Xiang
Abstract
Fusing standard RGB frames with asynchronous event streams has emerged as a definitive paradigm for robust perception in degraded environments. Although unified backbones have recently gained traction in multi-modal vision, adapting them to the RGB-Event domain remains fundamentally challenging. Existing architectures either resort to decoupled dual encoders that double computational overhead, or adopt generic unified designs that fail to resolve implicit geometric parallax and cross-spectral aliasing under the extreme representational divide between dense intensity grids and sparse kinematic spikes. To transcend these bottlenecks, we present Evita, the first unified backbone specifically engineered for dedicated dense RGB-Event parsing. To achieve profound modal synergy, Evita explicitly embeds a suite of intrinsic co-learning modules directly into every encoder layer. Specifically, it features Geometric Parallax Rectification for adaptive spatial alignment, Harmonic Spectral Resonance for texture transfer exclusively in the complex frequency domain, and Transient Global Routing for event-driven asymmetric attention. To guarantee robust feature extraction against spatial misalignments and decouple representations from specific event encodings, we construct N-ImageNetV2 alongside a stochastic event representation mixing pretraining protocol, empowering the network to seamlessly accommodate arbitrary event formats in downstream tasks. Extensive evaluations across the DELIVER, DDD17, and DSEC benchmarks confirm that Evita establishes new state-of-the-art metrics while delivering a superior accuracy-latency trade-off for real-time multimodal perception.The code are publicly available at: https://github.com/chaineypung/Evita.
Chinese Translation
将标准RGB帧与异步事件流融合已成为在恶劣环境中实现鲁棒感知的确定性范式。尽管统一骨干网络在多模态视觉中最近获得了关注,但将其适应于RGB-事件领域仍然面临根本性的挑战。现有架构要么依赖于解耦的双编码器,导致计算开销加倍,要么采用通用的统一设计,未能解决密集强度网格与稀疏运动尖峰之间极端表示差异下的隐式几何视差和跨光谱混叠问题。为了超越这些瓶颈,我们提出了Evita,这是首个专门为密集RGB-事件解析而设计的统一骨干网络。为了实现深度模态协同,Evita在每个编码器层中显式嵌入了一套内在的共同学习模块。具体而言,它具有几何视差校正功能,用于自适应空间对齐;谐波光谱共振功能,用于在复杂频域中专门进行纹理传递;以及瞬态全局路由功能,用于事件驱动的非对称注意力。为了确保在空间错位下的鲁棒特征提取,并将表示与特定事件编码解耦,我们构建了N-ImageNetV2,并结合随机事件表示混合预训练协议,使网络能够无缝适应下游任务中的任意事件格式。在DELIVER、DDD17和DSEC基准测试中的广泛评估确认,Evita建立了新的最先进指标,同时在实时多模态感知中提供了优越的准确性-延迟权衡。代码已公开可用,网址为:https://github.com/chaineypung/Evita。
cs.CV / 33 / 2607.09164

What Pixels Are Enough? SEAMS: Sufficiency Saliency via MSE-Preservation Soft-Masks

足够的像素是多少?SEAMS:通过均方误差保留软掩码实现的充分性显著性
Trędowicz, Magdalena, Struski, Łukasz, Lewicki, Arkadiusz, Pachota, Karolina, Grudzień, Andrzej, Jagła, Mateusz, Tabor, Jacek
Abstract
Saliency maps are most useful when they identify the image regions that are sufficient to preserve a model's behaviour. We introduce SEAMS, a sufficiency-based saliency method that directly optimises a soft mask using a preservation objective. Given a frozen differentiable model output, such as a class probability, CLS embedding, or token representation, SEAMS searches for a compact mask that preserves the selected output. The approach relies on a simple optimisation framework based on soft masks, a learnable budget, and a three-way image composite generated entirely from the query image. As a result, it requires no auxiliary distractor dataset, architecture-specific attribution mechanism, or differentiable top-k relaxation. Experiments with frozen ViT-S/16 and ConvNeXt models show that the same optimisation pipeline can generate object-level, class-conditioned, and token-level explanations by changing only the preserved target. The resulting masks are compact, interpretable, stable across random initialisations, and competitive on insertion and deletion benchmarks. Our results also indicate that different architectures often rely on different sufficient evidence while achieving similar preservation fidelity, highlighting the architecture-dependent nature of visual explanations.
Chinese Translation
显著性图在识别足以保留模型行为的图像区域时最为有用。我们提出了SEAMS,这是一种基于充分性的显著性方法,直接通过保留目标优化软掩码。在给定一个冻结的可微分模型输出(如类别概率、CLS嵌入或令牌表示)的情况下,SEAMS搜索一个紧凑的掩码以保留所选输出。该方法依赖于一个基于软掩码的简单优化框架、一个可学习的预算以及完全由查询图像生成的三重图像合成。因此,它不需要辅助干扰数据集、特定于架构的归因机制或可微分的前k放松。对冻结的ViT-S/16和ConvNeXt模型的实验表明,相同的优化流程可以通过仅改变保留目标生成对象级、类别条件和令牌级的解释。生成的掩码紧凑、可解释、在随机初始化下稳定,并且在插入和删除基准测试中具有竞争力。我们的结果还表明,不同的架构通常依赖于不同的充分证据,同时实现类似的保留保真度,突显了视觉解释的架构依赖性。
cs.CV / 34 / 2607.09169

TSR-Ego: Temporally Guided Stereo Refinement Framework for Egocentric 3D Human Pose Estimation

TSR-Ego:用于自我中心3D人体姿态估计的时间引导立体精炼框架
Azam, Md Mushfiqur, Quarles, John, Desai, Kevin
Abstract
Egocentric 3D human pose estimation from head-mounted stereo cameras is challenging due to fisheye distortion, severe self-occlusion, and frequent truncation of body joints outside the camera field of view. Recent stereo egocentric methods have improved performance through heatmap lifting, stereo correspondence, and transformer-based refinement, but they often rely heavily on frame-local evidence or use temporal information only as auxiliary pose-level context. This limits robustness when current-frame stereo cues are weak, occluded, or ambiguous. We propose TSR-Ego, a temporally guided stereo framework that couples short-term motion evidence with projection-guided feature sampling. The model first enriches dense stereo feature maps using a causal depthwise-separable temporal convolution, allowing past visual evidence to influence the feature space before deformable cross-attention. A single-stage causal stereo decoder then refines learned 3D joint queries through temporal self-attention, joint self-attention, and fisheye deformable stereo cross-attention, using the evolving pose estimate to generate 2D sampling references. Unlike methods that apply temporal reasoning mainly after pose prediction, TSR-Ego uses motion context to shape both the sampled stereo features and the joint representations while preserving online inference without future frames. Experiments on UnrealEgo2 and UnrealEgo-RW show state-of-the-art performance, with especially strong gains on real-world sequences.
Chinese Translation
基于头戴式立体相机的自我中心3D人体姿态估计面临诸多挑战,包括鱼眼畸变、严重的自遮挡以及身体关节在相机视野之外的频繁截断。近期的立体自我中心方法通过热图提升、立体对应和基于变换器的精炼提高了性能,但它们往往过于依赖帧局部证据,或仅将时间信息作为辅助的姿态级上下文。这在当前帧的立体线索较弱、被遮挡或模糊时限制了鲁棒性。我们提出了TSR-Ego,一个时间引导的立体框架,将短期运动证据与投影引导的特征采样相结合。该模型首先使用因果深度可分离时间卷积丰富密集的立体特征图,使得过去的视觉证据能够在可变形交叉注意力之前影响特征空间。然后,单阶段因果立体解码器通过时间自注意力、关节自注意力和鱼眼可变形立体交叉注意力精炼学习到的3D关节查询,利用不断演变的姿态估计生成2D采样参考。与主要在姿态预测后应用时间推理的方法不同,TSR-Ego利用运动上下文来塑造采样的立体特征和关节表示,同时保持在线推理而不依赖未来帧。在UnrealEgo2和UnrealEgo-RW上的实验显示出最先进的性能,尤其在真实世界序列上取得了显著的提升。
cs.CV / 35 / 2607.09185

Causally Debiased Latent Action Model for Embodied Action Conditioned World Models

因果去偏的潜在动作模型用于具身动作条件的世界模型
Wei, Yufan, Zhou, Kun, Mao, Lingjun, Zhang, Zijun, Xu, Ziming, Xi, Ziqiao, Liang, Shuang, Han, Ruobing, Yan, Yuchen, Wang, Xinyue, Feng, Fan, Huang, Biwei
Abstract
Action-conditioned world models (ACWMs) aim to simulate future observations conditioned on embodied actions, offering a promising foundation for robot planning, policy evaluation, and data augmentation. However, learning controllable ACWMs requires large-scale action-labeled data, which remains costly to collect in the real world. Latent action models (LAMs) mitigate this bottleneck by inferring latent actions from unlabeled videos, but existing LAMs are typically trained with reconstruction-only objectives and therefore entangle action-relevant dynamics with action-irrelevant visual factors such as backgrounds and untouched objects. In this work, we identify this action-irrelevant bias as a key obstacle to controllable ACWMs and introduce evaluation metrics to measure latent-action bias, action following, and robustness. We propose CD-LAM, a causally debiased framework for LAM-based ACWMs. CD-LAM introduces three efficient fine-tuning objectives: embodiment-centric reconstruction, action-centric contrastive learning, and latent space calibration, which together encourage embodiment-focused, action-aware, and calibrated non-collapsed latent action representations. Experiments on 2B and 14B ACWM backbones show that CD-LAM substantially improves latent-action controllability, downstream robot-action following, visual fidelity, and adaptation efficiency, requiring only 6k fine-tuning steps and more than 12$\times$ fewer robot-action adaptation updates than the baseline.
Chinese Translation
动作条件的世界模型(ACWMs)旨在模拟基于具身动作的未来观察,为机器人规划、策略评估和数据增强提供了有前景的基础。然而,学习可控的ACWMs需要大规模的动作标记数据,而在现实世界中收集这些数据仍然成本高昂。潜在动作模型(LAMs)通过从未标记的视频中推断潜在动作来缓解这一瓶颈,但现有的LAMs通常仅使用重建目标进行训练,因此将与动作相关的动态与与动作无关的视觉因素(如背景和未触及的物体)混合在一起。在本研究中,我们将这种与动作无关的偏差识别为可控ACWMs的一个关键障碍,并引入评估指标来衡量潜在动作偏差、动作跟随和鲁棒性。我们提出了CD-LAM,一个基于因果去偏的LAM框架,用于ACWMs。CD-LAM引入了三个高效的微调目标:以具身为中心的重建、以动作为中心的对比学习和潜在空间校准,这三者共同促进了以具身为焦点、以动作为意识的、经过校准的非崩溃潜在动作表示。在2B和14B ACWM骨干网络上的实验表明,CD-LAM显著提高了潜在动作的可控性、下游机器人动作跟随、视觉保真度和适应效率,仅需6k微调步骤,并且比基线减少了超过12倍的机器人动作适应更新。
cs.CV / 36 / 2607.09186

HiHR: Hierarchical Hyperbolic Representation for Aerial-Ground Person Re-Identification

HiHR:用于空地人员重识别的分层超曲面表示
Yang, Qiwei, Zhang, Pingping
Abstract
Aerial-Ground Person Re-IDentification (AG-ReID) aims to retrieve the same person across heterogeneous aerial and ground camera platforms. Although great progress has been made, existing methods remain suboptimal due to the direct feature alignment across views, overlooking view-specific cues. To address this issue, we propose a novel Hierarchical Hyperbolic Representation (HiHR) framework for AG-ReID. More specifically, we first extract multi-granularity features based on pre-trained visual-text encoders. Then, we propose a Text-guided Multi-granularity Fusion (TMF) to fuse multi-granularity features and enhance the representation ability of identity features. Furthermore, we introduce the Hierarchical Hyperbolic Learning (HHL) to construct a hierarchical feature structure in a hyperbolic space. This hierarchy includes a coarse level that ensures identity separability and cross-view consistency, and a fine level that preserves view-specific discriminative cues. As a result, our proposed framework can effectively aggregate view-invariant and view-specific discriminative features for AG-ReID. Extensive experiments on four AG-ReID benchmarks demonstrate the effectiveness of our framework. The source code is available at https://github.com/YangQiWei3/HiHR.
Chinese Translation
空地人员重识别(AG-ReID)旨在跨异构的空中和地面摄像头平台检索同一人物。尽管已有显著进展,但现有方法由于直接在视角间对特征进行对齐,忽视了视角特定的线索,仍然存在不足。为了解决这一问题,我们提出了一种新颖的分层超曲面表示(HiHR)框架用于AG-ReID。具体而言,我们首先基于预训练的视觉-文本编码器提取多粒度特征。然后,我们提出了一种文本引导的多粒度融合(TMF)方法,以融合多粒度特征并增强身份特征的表示能力。此外,我们引入了分层超曲面学习(HHL),以在超曲面空间中构建分层特征结构。该层次结构包括一个粗粒度层,确保身份的可分性和跨视角的一致性,以及一个细粒度层,保留视角特定的区分线索。因此,我们提出的框架能够有效聚合视角不变和视角特定的区分特征用于AG-ReID。在四个AG-ReID基准上的广泛实验验证了我们框架的有效性。源代码可在 https://github.com/YangQiWei3/HiHR 获取。
cs.CV / 37 / 2607.09193

YeTI: You Only Need Two Noisy Images for Real-World sRGB Noise Generation

YeTI:仅需两幅噪声图像即可生成真实世界的sRGB噪声
Ko, Jaekyun, Lim, Byung Wan, Lee, Soomin, Kim, Dongjin, Kim, Tae Hyun
Abstract
Real-world sRGB image denoising remains challenging due to the nonlinear characteristics of sensor noise and the difficulty of acquiring aligned clean-noisy image pairs. Supervised denoisers often overfit to limited paired datasets, while self-supervised methods still depend on sufficiently diverse noisy observations. These limitations motivate scalable noise synthesis methods that can model real-world noise without clean ground truth or camera metadata. We propose YeTI, a real-world sRGB noise generation framework that learns from only two noisy observations of the same scene. YeTI uses a Reconstruction Autoencoder to disentangle scene structure and noise characteristics, and models the latent noise distribution with a one-step Conditional Diffusion Transformer trained using consistency objectives. Given a single noisy input at inference time, YeTI generates realistic, signal-dependent noise while preserving the underlying scene content. Extensive experiments demonstrate the effectiveness of YeTI across real-world benchmarks. We evaluate noise generation on SIDD and further assess generalization on SIDD+, MAI2021, and SID, covering smartphone and diverse consumer-camera sensors. Downstream denoising results on DND further show that denoisers trained with YeTI-synthesized images achieve strong real-world performance, highlighting the practical value of clean-image-free and metadata-free noise generation.
Chinese Translation
真实世界的sRGB图像去噪仍然面临挑战,这主要是由于传感器噪声的非线性特性以及获取对齐的干净-噪声图像对的困难。监督式去噪器往往会对有限的配对数据集过拟合,而自监督方法仍然依赖于足够多样化的噪声观测。这些限制促使我们开发可扩展的噪声合成方法,这些方法能够在没有干净的真实值或相机元数据的情况下建模真实世界的噪声。我们提出了YeTI,一个真实世界的sRGB噪声生成框架,仅从同一场景的两幅噪声观测中学习。YeTI使用重建自编码器来解耦场景结构和噪声特性,并通过使用一致性目标训练的单步条件扩散变换器(Conditional Diffusion Transformer)来建模潜在的噪声分布。在推理时,给定单个噪声输入,YeTI生成现实的、依赖信号的噪声,同时保留潜在的场景内容。大量实验表明,YeTI在真实世界基准测试中的有效性。我们在SIDD上评估噪声生成,并进一步在SIDD+、MAI2021和SID上评估其泛化能力,涵盖智能手机和多样化的消费相机传感器。在DND上的下游去噪结果进一步表明,使用YeTI合成图像训练的去噪器在真实世界中表现出色,突显了无干净图像和无元数据噪声生成的实际价值。
cs.CV / 38 / 2607.09225

Glob3R: Global Structure-from-Motion with 3D Foundation Models

Glob3R:基于3D基础模型的全球结构光重建
Deng, Junyuan, Li, Heng, Qiu, Kejie, Qiu, Lingteng, Peng, Rui, Shen, Weichao, Yuan, Weihao, Zhu, Siyu, Dong, Zilong, Tan, Ping
Abstract
Recent 3D geometric foundation models, such as VGGT, provide robust feed-forward 3D reconstruction by directly predicting camera poses and 3D scene points from input images. However, their results remain inaccurate, and scaling them to long sequences or large unordered image sets typically requires chunk-wise processing, which can introduce drift and inconsistency. We present Glob3R, a global SfM-style reconstruction built on 3D foundation models. Our key idea is to explicitly optimize feed-forward geometric predictions. To this end, we augment a frozen Pi3X backbone with a lightweight dense matching head that predicts image warps between selected reference frames and neighboring views. These dense warps are converted into sparse but reliable multi-view feature tracks, which provide correspondence constraints for global optimization. We further introduce a keyframe-based sliding-window association strategy that propagates tracks and relative poses across overlapping windows, enabling scalable reconstruction. Finally, we perform global motion averaging and bundle adjustment to refine camera poses, reduce scale inconsistencies, and recover dense scene geometry. Extensive experiments on indoor, outdoor, large-scale driving, and unordered SfM benchmarks demonstrate that Glob3R achieves robust and accurate reconstruction. It consistently improves over feed-forward foundation-model baselines and recent scalable reconstruction methods, while being more robust than classical SfM pipelines. The refined poses also lead to higher-quality neural rendering, validating the benefit of combining foundation-model priors with global geometric optimization. Project page: https://junyuandeng.github.io/Glob3r
Chinese Translation
最近的3D几何基础模型,如VGGT,通过直接从输入图像预测相机姿态和3D场景点,提供了稳健的前馈3D重建。然而,它们的结果仍然不够准确,并且将其扩展到长序列或大型无序图像集通常需要分块处理,这可能会引入漂移和不一致性。我们提出了Glob3R,一种基于3D基础模型的全球SfM风格重建。我们的关键思想是显式优化前馈几何预测。为此,我们在一个冻结的Pi3X主干上增加了一个轻量级的密集匹配头,该头预测所选参考帧与邻近视图之间的图像扭曲。这些密集扭曲被转换为稀疏但可靠的多视图特征轨迹,为全局优化提供对应约束。我们进一步引入了一种基于关键帧的滑动窗口关联策略,该策略在重叠窗口之间传播轨迹和相对姿态,从而实现可扩展的重建。最后,我们执行全局运动平均和束调整,以细化相机姿态,减少尺度不一致性,并恢复稠密场景几何。对室内、室外、大规模驾驶和无序SfM基准的广泛实验表明,Glob3R实现了稳健和准确的重建。它在前馈基础模型基线和最近的可扩展重建方法上持续改进,同时比经典的SfM管道更具鲁棒性。经过细化的姿态还导致更高质量的神经渲染,验证了将基础模型先验与全局几何优化相结合的好处。项目页面:https://junyuandeng.github.io/Glob3r
cs.CV / 39 / 2607.09260

AnythingReality: Robust Online Gaussian Splatting SLAM for Open-Vocabulary VR Scene Exploration

AnythingReality:用于开放词汇虚拟现实场景探索的鲁棒在线高斯点云SLAM
Kozlov, Timofei, Maliukov, Dmitrii, Marchenko, Andrey, Cabrera, Miguel Altamirano, Tsetserukou, Dzmitry
Abstract
We present a novel integrated architecture for robust online 3D Gaussian splatting, real-time VR exploration, and speech-driven Vision-Language-Model interaction. Unlike methods assuming clean depth or external poses, our system combines ORB-SLAM3-based pose estimation with online Gaussian reconstruction for noisy real-world data. A VR pipeline enables immersive exploration of incremental reconstructions; a semantic module transcribes voice commands, generates scene descriptions, and records points of interest. Against state-of-the-art online Gaussian splatting methods, we improve image quality on our dataset (+14.5% PSNR, +8.6% SSIM, -14.3% LPIPS) and TUM-RGBD (+11.7% PSNR, +7.8% SSIM, -21.6% LPIPS), with comparable or superior frame rates via quality-speed configurations. We achieve an 88% VLM object-recognition rate.
Chinese Translation
我们提出了一种新颖的集成架构,用于鲁棒的在线3D高斯点云、实时虚拟现实探索以及基于语音的视觉-语言模型交互。与假设干净深度或外部姿态的方法不同,我们的系统结合了基于ORB-SLAM3的姿态估计和针对噪声真实数据的在线高斯重建。虚拟现实管道使得增量重建的沉浸式探索成为可能;语义模块转录语音命令,生成场景描述并记录兴趣点。与最先进的在线高斯点云方法相比,我们在我们的数据集上提高了图像质量(+14.5% PSNR,+8.6% SSIM,-14.3% LPIPS)以及在TUM-RGBD数据集上(+11.7% PSNR,+7.8% SSIM,-21.6% LPIPS),并通过质量-速度配置实现了可比或更优的帧率。我们实现了88%的视觉-语言模型对象识别率。
cs.CV / 40 / 2607.09263

Semantic Hardness Is Not Visual Hardness: Sign-Aware Hard Negative Mining for Sign Language Retrieval

语义难度并非视觉难度:面向手语检索的签名感知困难负样本挖掘
Lee, Junmyeong, Hur, Chan, Choi, ChangSu, Cho, Sukmin, Gaim, Fitsum, Hwang, Eui Jun, Song, Hoyun, Lim, KyungTae
Abstract
Sign Language Retrieval (SLRet) enables efficient access to sign language content but remains fragile in fine-grained scenarios where visually similar signs must be distinguished. We show that this limitation does not stem from model capacity, but from ineffective hard negative supervision. Specifically, we formulate fine-grained retrieval failures as a negative distribution mismatch: semantically distinct yet visually confusable signs are rarely treated as hard negatives, while existing text-based mining strategies fail to capture such visual ambiguity. To address this issue, we propose Sign-Aware Hard Negative Mining (SAN), which constructs hard negatives based on visual confusability in the sign embedding space rather than linguistic similarity. Experiments on PHOENIX-2014T demonstrate that SAN substantially improves fine-grained retrieval performance while preserving coarse-grained accuracy, highlighting the importance of aligning negative supervision with visual ambiguity in sign language retrieval.
Chinese Translation
手语检索(SLRet)能够高效访问手语内容,但在需要区分视觉上相似的手势的细粒度场景中仍显脆弱。我们表明,这一限制并非源于模型能力,而是由于无效的困难负样本监督。具体而言,我们将细粒度检索失败表述为负分布不匹配:语义上不同但视觉上易混淆的手势很少被视为困难负样本,而现有的基于文本的挖掘策略未能捕捉这种视觉模糊性。为了解决这一问题,我们提出了签名感知困难负样本挖掘(SAN),该方法基于手势嵌入空间中的视觉混淆性构建困难负样本,而非语言相似性。在PHOENIX-2014T数据集上的实验表明,SAN显著提高了细粒度检索性能,同时保持了粗粒度准确性,突显了在手语检索中将负监督与视觉模糊性对齐的重要性。
cs.CV / 41 / 2607.09267

REMIND: RE-Identification with Memory for INDoor Navigation

REMIND:基于记忆的室内导航再识别
Diaz-Pereda, Pablo, Rodriguez-Ramos, Alejandro, Perez-Saura, David, Campoy, Pascual
Abstract
Mobile robots operating indoors must re-identify previously observed objects after long temporal gaps, significant viewpoint changes, and severe illumination variations. This remains a challenging problem: multi-object tracking methods are optimized for short-term association of pedestrians and vehicles at video rates, person and vehicle re-identification approaches lack persistent memory mechanisms, and state-of-the-art video object segmentation techniques rely on reactive distractor filtering rather than enforcing global identity consistency. To address these limitations, we present REMIND, an online tracker designed for long-term multi-object re-identification of generic indoor objects from monocular RGB imagery, requiring neither camera pose nor depth. Motivated by evidence from visual cognition that humans rely on accumulated appearance familiarity and spatial context rather than explicit self-localization, REMIND combines frozen DINOv3 features with a dual-bank multi-prototype appearance memory, part- and background-level descriptors, a neighbour-context reasoning module exploiting spatial co-occurrence, and joint Hungarian assignment with ambiguity-aware safeguards. On a purpose-built indoor dataset featuring controlled revisits and dense same-class clutter, REMIND reaches 90.35% IDF1, nearly 20 points above a state-of-the-art video object segmentation baseline and more than 36 above a strong tracking-by-detection baseline. On ScanNet++, it attains the highest IDF1 in every setting but one, end-to-end detection over all scenes, where the tracking-by-detection baseline is marginally ahead while REMIND still associates and recovers identities more accurately; it also completes every scene, whereas the video object segmentation baseline exhausts GPU memory on 66.9% under YOLO detections. The complete system, evaluation framework, and dataset are publicly released.
Chinese Translation
在室内操作的移动机器人必须在长时间间隔、显著视角变化和严重光照变化后重新识别先前观察到的物体。这仍然是一个具有挑战性的问题:多目标跟踪方法优化了行人和车辆在视频速率下的短期关联,而行人和车辆再识别方法缺乏持久的记忆机制,最先进的视频物体分割技术依赖于反应式干扰物过滤,而不是强制执行全局身份一致性。为了解决这些局限性,我们提出了REMIND,一种在线跟踪器,旨在从单目RGB图像中进行通用室内物体的长期多目标再识别,无需相机姿态或深度。受到视觉认知研究的启发,人类依赖于累积的外观熟悉度和空间上下文,而不是明确的自我定位,REMIND结合了冻结的DINOv3特征与双银行多原型外观记忆、部件和背景级描述符、利用空间共现的邻域上下文推理模块,以及具有模糊意识保护措施的联合匈牙利分配。在一个专门构建的室内数据集中,该数据集具有受控的重访和密集的同类杂乱,REMIND达到了90.35%的IDF1,几乎比最先进的视频物体分割基线高出20个点,比强大的检测跟踪基线高出36个点以上。在ScanNet++上,REMIND在每个设置中都达到了最高的IDF1,只有在一个设置中,即对所有场景的端到端检测,检测跟踪基线略微领先,而REMIND仍然更准确地关联和恢复身份;它还完成了每个场景,而视频物体分割基线在YOLO检测下在66.9%的情况下耗尽了GPU内存。完整的系统、评估框架和数据集已公开发布。
cs.CV / 42 / 2607.09284

Rethinking Monocular Depth Embedding for Generalized Stereo Matching

重新思考单目深度嵌入以实现广义立体匹配
Lin, Libo, Du, Shuangli, Zhao, Minghua, You, Zhenzhen, Lv, Shun, Liu, Yiguang
Abstract
Generally, monocular methods capture rich contextual priors but lack geometric precision, whereas stereo methods are geometrically accurate yet struggle in textureless and occluded regions. Several approaches attempt to combine their strengths to enhance the generalization of stereo matching (SM) by aligning monocular depth with stereo information. However, establishing a stable and generalizable alignment is challenging, and unreliable monocular cues can substantially degrade performance. This paper rethinks monocular depth embedding. First, to prevent shortcut learning, we reduce branch coupling instead of expanding network width. Second, we construct soft constraints instead of hard ones from monocular depth to improve tolerance to monocular depth errors. Based on the principles, we integrate monocular information into both feature extraction and GRU iterations. Specifically, the monocular depth map is fused with the RGB image to sharpen depth boundary perception and suppress matching ambiguities. The fused image is then used for feature extraction, allowing the contextual features to encode global geometric information. Furthermore, the monocular depth gradient feature is employed to guide disparity updates, helping to escape local oscillations. Finally, to address the boundary blurring of supervised disparity caused by data augmentation, we propose an edge confidence estimation method and an edge-aware loss function. Our method achieves state-of-the-art (SOTA) performance on multiple standard benchmarks, demonstrating excellent generalization while improving accuracy. The code is available at https://github.com/linliboabc-maker/stereo-matching-digital.
Chinese Translation
通常,单目方法能够捕捉丰富的上下文先验,但缺乏几何精度,而立体方法在几何上是准确的,但在无纹理和遮挡区域存在困难。一些方法试图结合它们的优势,通过将单目深度与立体信息对齐来增强立体匹配(SM)的泛化能力。然而,建立稳定且可泛化的对齐是具有挑战性的,不可靠的单目线索会显著降低性能。本文重新思考了单目深度嵌入。首先,为了防止捷径学习,我们减少了分支耦合,而不是扩展网络宽度。其次,我们从单目深度构建软约束而非硬约束,以提高对单目深度误差的容忍度。基于这些原则,我们将单目信息整合到特征提取和GRU迭代中。具体而言,单目深度图与RGB图像融合,以增强深度边界感知并抑制匹配歧义。融合后的图像随后用于特征提取,使上下文特征能够编码全局几何信息。此外,单目深度梯度特征被用来指导视差更新,帮助摆脱局部振荡。最后,为了解决数据增强导致的监督视差边界模糊问题,我们提出了一种边缘置信度估计方法和一种边缘感知损失函数。我们的方法在多个标准基准上实现了最先进的(SOTA)性能,展现了出色的泛化能力,同时提高了准确性。代码可在 https://github.com/linliboabc-maker/stereo-matching-digital 获取。
cs.CV / 43 / 2607.09299

TextileNet: Towards Zero-shot Text-style Segmentation of Manuscripts

TextileNet:实现手稿的零样本文本风格分割
Nicolaou, Anguelos, Ambrosio, Antonella, Di Donato, Desiree, Vogeler, Georg
Abstract
Automatic writer identification systems have progressed remarkably in recent years, yet their deployment in archival paleography remains limited by the scarcity of labeled training data, open scribe sets, and degraded image quality. We present TextileNet, a fully convolutional multi-task network trained exclusively on synthetic data to produce dense pixel-level texture embeddings, which we transfer zeroshot to historical manuscript analysis. As an original contribution to evaluation methodology, we designed a paleographic visual quiz of 80 pair and triplet questions and administered it to a range from lay participants to senior paleographers under strict anonymity, establishing to our knowledge for the first time a human baseline for script-style discrimination on late medieval text. We employ TextileNet embeddings to perform zero-shot retrieval on sub-word granularity for hand and gender identification. Our experimental results help in building the credibility of TextileNet in the paleographic domain, but more than that demonstrate in experimental terms that the question of gender in handwriting needs to be treated with caution.
Chinese Translation
自动作者识别系统近年来取得了显著进展,但在档案古文字学中的应用仍受到标注训练数据稀缺、开放书写者集合和图像质量下降的限制。我们提出了TextileNet,这是一种完全卷积的多任务网络,专门在合成数据上训练,以生成密集的像素级纹理嵌入,并将其零样本转移到历史手稿分析中。作为对评估方法论的原创贡献,我们设计了一项古文字学视觉测验,包括80对和三元问题,并在严格匿名的情况下对从普通参与者到资深古文字学家的范围进行了测试,首次建立了我们所知的晚期中世纪文本的书写风格区分的人类基线。我们利用TextileNet嵌入在子词粒度上进行零样本检索,以实现手写和性别识别。我们的实验结果有助于提升TextileNet在古文字学领域的可信度,但更重要的是,从实验角度表明,手写中的性别问题需要谨慎对待。
cs.CV / 44 / 2607.09305

From Classification to Localization and Clinical Validation: Large-Scale Development of a Deep Learning System for Thoracic Disease Detection on Chest Radiographs in Thailand

从分类到定位与临床验证:泰国胸部疾病检测深度学习系统的大规模开发
Chamveha, Isarun, Promwiset, Tretap, Wanchaitanawong, Napat, Tongdee, Trongtum, Saiviroonporn, Pairash, Chaisangmongkon, Warasinee
Abstract
Chest radiography (CXR) remains the most widely used thoracic imaging modality, yet expert interpretation is constrained by a severe shortage of radiologists in Thailand and across Southeast Asia. Local adaptation of deep learning models to Thai data has been shown to substantially improve accuracy on Thai populations. Here we present the development and comprehensive validation of the chest radiograph analysis model in Inspectra CXR version 5, a deep learning system that performs multi-label thoracic disease classification and weakly supervised lesion localization within a single model. The architecture couples a DenseNet-121 backbone with Attend-and-Compare Modules (ACM) and a Probabilistic Class Activation Map (PCAM) aggregation layer, producing a per-condition classification score and heatmap simultaneously. The model was developed on 874,858 frontal chest radiographs with paired radiologist reports from Siriraj Hospital, Bangkok. On a held-out, radiologist-verified in-domain test set of 19,871 cases, it achieved a mean AUROC of 0.994 (mean sensitivity 92.4%, specificity 98.6%) across nine clinically important conditions. On an independent generalization set of 5,992 cases from 13 hospitals across Thailand, the mean AUROC was 0.970, indicating robust transfer across sites. For localization, evaluated on 4,549 radiologist-annotated cases, the model attained a mean lesion-localization fraction (LLF) of 77.9% at 0.59 non-lesion localizations per image. In a usability evaluation with five thoracic radiologists, the system reached a classification concordance of 93.6%, a localization concordance of 94.7%, and a mean System Usability Scale (SUS) score of 89. These results indicate that a locally developed, localization-capable CXR system can deliver high accuracy, generalize across heterogeneous Thai hospitals, and earn the trust of practicing radiologists.
Chinese Translation
胸部X光检查(CXR)仍然是最广泛使用的胸部影像学检查方式,但由于泰国及整个东南亚放射科医生严重短缺,专家解读受到限制。将深度学习模型本地化适应泰国数据已被证明能显著提高对泰国人群的准确性。在此,我们展示了Inspectra CXR版本5中胸部X光分析模型的开发和全面验证,这是一个在单一模型中执行多标签胸部疾病分类和弱监督病灶定位的深度学习系统。该架构结合了DenseNet-121主干网络、Attend-and-Compare模块(ACM)和概率类激活图(PCAM)聚合层,同时生成每种疾病的分类得分和热图。该模型在874,858张来自曼谷Siriraj医院的正面胸部X光片及其配对的放射科医生报告上开发。在一个包含19,871个病例的保留、放射科医生验证的领域内测试集中,该模型在九种临床重要疾病上达到了0.994的平均AUROC(平均敏感性92.4%,特异性98.6%)。在来自泰国13家医院的5,992个独立泛化集上,平均AUROC为0.970,表明其在不同地点间具有良好的迁移能力。在定位评估中,针对4,549个放射科医生标注的病例,该模型在每张图像上达到了77.9%的平均病灶定位率(LLF),每张图像0.59个非病灶定位。在与五位胸部放射科医生的可用性评估中,该系统达到了93.6%的分类一致性、94.7%的定位一致性,以及89的平均系统可用性评分(SUS)。这些结果表明,一个本地开发的、具备定位能力的CXR系统能够提供高准确性,在异质的泰国医院中实现泛化,并赢得执业放射科医生的信任。
cs.CV / 45 / 2607.09329

Dynamic Inverse Rendering for Enhanced Material-Lighting Decomposition

增强材料-光照分解的动态逆向渲染
Yunus, Raza, Ummenhofer, Benjamin, Lenssen, Jan Eric, Ilg, Eddy
Abstract
Decomposing outgoing surface radiance into material and illumination during inverse rendering is essential for applications such as relighting and augmented reality, yet it is severely ill-posed since multiple combinations can result in the same observed colour. Capturing an object under multiple lighting conditions usually helps resolve this ambiguity as it constrains the optimization towards correct solutions. In this work, we explore the potential of reconstructing rigidly moving objects -- which provides observations of diverse light-surface interactions -- to resolve the material-lighting ambiguity in inverse rendering. For this purpose, we introduce a relightable approach that marries object tracking and reconstruction with inverse rendering for general rigidly moving objects. Our experimental analysis on synthetic data demonstrates that motion can be an advantage for disentangling material and lighting: the reconstructed material is significantly more accurate when the object is observed under rigid motion than when it is static. Moreover, results on RGB videos of real hand-held objects show that our pipeline preserves this advantage even under noisy real-world conditions.
Chinese Translation
在逆向渲染中将表面辐射分解为材料和光照对于重光照和增强现实等应用至关重要,但由于多种组合可能导致相同的观察颜色,这一问题严重不适定。通常,在多种光照条件下捕捉物体有助于解决这种模糊性,因为它限制了优化朝向正确解的方向。在本研究中,我们探讨了重构刚性运动物体的潜力——这提供了多样的光-表面交互观察——以解决逆向渲染中的材料-光照模糊性。为此,我们提出了一种可重光照的方法,将物体跟踪与重构结合起来,适用于一般的刚性运动物体。我们在合成数据上的实验分析表明,运动可以成为解开材料与光照关系的优势:当物体在刚性运动下观察时,重构的材料显著更为准确,而不是在静态下。此外,在真实手持物体的RGB视频上的结果显示,即使在嘈杂的现实条件下,我们的管道仍然保持这一优势。
cs.CV / 46 / 2607.09351

Simon-SR: Spatially Adaptive Modulation and Visual Prompt Adaptation for Text-Reinforced Super-Resolution

Simon-SR:用于文本增强超分辨率的空间自适应调制与视觉提示适应
Cheng, Haotong, Li, Yuxuan, Cui, Zijie, Tan, Rongling, Wang, Chenyuan
Abstract
Single Image Super-Resolution (SISR) reconstructs high-quality images from low-resolution inputs. While recent multi-modal methods improve perceptual quality, they remain sensitive to erroneous priors and require expensive annotations. To address these issues, we propose Simon-SR, a multi-modal SISR framework leveraging learnable prompts for efficient semantic mining and robust text-image fusion. Our approach combines Contrastive Prompt Learning with Prompt-Guided Spatially Adaptive Refinement to enhance multi-modal alignment. Experiments demonstrate that Simon-SR surpasses state-of-the-art methods, achieving maximum improvements of 0.50 dB in PSNR, 0.0133 in SSIM, and 0.0695 in LPIPS. Code will be released.
Chinese Translation
单幅图像超分辨率(SISR)从低分辨率输入重建高质量图像。尽管近期的多模态方法提高了感知质量,但它们仍然对错误的先验信息敏感,并且需要昂贵的标注。为了解决这些问题,我们提出了Simon-SR,一个利用可学习提示进行高效语义挖掘和稳健文本-图像融合的多模态SISR框架。我们的方法结合了对比提示学习与提示引导的空间自适应精细化,以增强多模态对齐。实验表明,Simon-SR超越了现有的最先进方法,在PSNR上最大提升0.50 dB,在SSIM上提升0.0133,在LPIPS上提升0.0695。代码将会发布。
cs.CV / 47 / 2607.09362

CtrlVTON: Controllable Virtual Try-On via Visual-Instance-Prompt Segmentation

CtrlVTON:通过视觉实例提示分割实现可控虚拟试穿
Lee, Seungyong, Jang, Hyun Jun, Kim, Sangoh, Park, Sungjoon
Abstract
Virtual try-on (VTO) has made significant progress in realistically transferring garments onto a target person. Yet most systems give the user little control over how a garment should be worn -- its size (loose or fitted), style (e.g., tucked in or untucked, open or closed), and spatial placement on the body. We address this gap with two complementary contributions. First, we define and solve Visual-Instance-Prompt Segmentation via VIP-SAM: given a flatlay image of a garment, segment that specific instance in a photograph of a person wearing it. This is an instance-level task, distinct from the typically studied category-level segmentation. Second, we introduce CtrlVTON, a controllable VTO framework that recasts try-on as an image editing problem and adds segmentation masks as pixel-level control over garment layout, including style, size, and spatial placement on the body. VIP-SAM and CtrlVTON each achieve state-of-the-art results on their respective tasks. In particular, CtrlVTON generates images that follow user-provided layouts far more faithfully than the strongest proprietary editing systems while matching them on garment fidelity.
Chinese Translation
虚拟试穿(VTO)在将服装真实地转移到目标人物身上方面取得了显著进展。然而,大多数系统对用户如何穿着服装的控制能力有限——包括服装的大小(宽松或合身)、风格(例如,扎进裤子或不扎、开口或闭合)以及在身体上的空间位置。我们通过两个互补的贡献来解决这一问题。首先,我们定义并解决了通过 VIP-SAM 进行视觉实例提示分割:给定一张平铺的服装图像,在穿着该服装的人物照片中分割出该特定实例。这是一个实例级任务,与通常研究的类别级分割不同。其次,我们引入了 CtrlVTON,一个可控的 VTO 框架,将试穿重新定义为图像编辑问题,并添加分割掩码作为对服装布局的像素级控制,包括风格、大小和在身体上的空间位置。VIP-SAM 和 CtrlVTON 在各自的任务上均达到了最先进的结果。特别是,CtrlVTON 生成的图像在遵循用户提供的布局方面比最强的专有编辑系统更加忠实,同时在服装保真度上与其相匹配。
cs.CV / 48 / 2607.09417

SVF-CR: Synchronized Visual-Facial Cross-Refinement for Multimodal Ambivalence and Hesitancy Recognition

SVF-CR:用于多模态矛盾与犹豫识别的同步视觉-面部交叉细化
Park, Hyein, Kim, Namho, Kim, Junhwa
Abstract
Ambivalence and hesitancy are subtle behavioral states that are expressed through a combination of verbal content, facial behavior, visual context, and acoustic cues. Effective recognition therefore requires not only extracting informative unimodal representations, but also modeling how temporally aligned behavioral evidence interacts across modalities. In this paper, we propose a synchronized visual-facial cross-refinement framework (SVF-CR) with pairwise multimodal evidence fusion for ambivalence and hesitancy recognition. The proposed method first extracts whole-video segment tokens and cropped-face segment tokens using the same temporal partition. The synchronized visual and facial tokens are refined through intra-modal self-attention and bidirectional visual-facial cross-attention, allowing whole-video context and local facial behavior to mutually refine each other before evidence construction. We then construct segment-level visual-facial evidence using consistency and discrepancy modeling, followed by temporal self-attention and attention pooling. Textual and acoustic features are lightly refined through context self-attention and are fused with the enhanced visual-facial evidence at the final decision stage using pairwise evidence fusion. Experiments on the BAH (Behavioral Ambivalence/Hesitancy) public evaluation split show that the proposed synchronized visual-facial cross-refinement improves public macro-F1 over both global visual-face token fusion and synchronized evidence baselines, achieving a public macro-F1 of 0.7156. Code is available at : https://github.com/hiinnnii/BAH-Challenge-ECCV2026\_SVF-CR.
Chinese Translation
矛盾与犹豫是通过语言内容、面部行为、视觉上下文和声学线索的组合表达的微妙行为状态。因此,有效的识别不仅需要提取信息丰富的单模态表示,还需要建模时间对齐的行为证据在各模态之间的交互。在本文中,我们提出了一种同步视觉-面部交叉细化框架(SVF-CR),用于矛盾与犹豫的识别,采用成对的多模态证据融合。所提方法首先使用相同的时间划分提取整个视频片段标记和裁剪的面部片段标记。通过模态内自注意力和双向视觉-面部交叉注意力对同步的视觉和面部标记进行细化,使得整个视频上下文和局部面部行为能够在证据构建之前相互细化。然后,我们利用一致性和差异性建模构建片段级视觉-面部证据,接着进行时间自注意力和注意力池化。文本和声学特征通过上下文自注意力进行轻微细化,并在最终决策阶段与增强的视觉-面部证据通过成对证据融合进行融合。在BAH(行为矛盾/犹豫)公共评估分割上的实验表明,所提出的同步视觉-面部交叉细化在公共宏F1上优于全球视觉-面部标记融合和同步证据基线,达到了0.7156的公共宏F1。代码可在以下链接获取:https://github.com/hiinnnii/BAH-Challenge-ECCV2026_SVF-CR。
cs.CV / 49 / 2607.09428

Multimodal Scenario Similarity Search for Autonomous Driving

用于自动驾驶的多模态场景相似性搜索
Matuszka, Tamás, Tamásy, András, Szolár, Balázs
Abstract
Large-scale autonomous-driving datasets contain vast numbers of recorded scenarios, creating a need for efficient retrieval methods that can identify situations similar to a given query. Existing approaches typically rely on either visual representations or motion-based descriptions, making it difficult to understand their relative strengths and limitations for scenario retrieval. In this work, we present a multimodal framework for autonomous-driving scenario retrieval that combines visual and trajectory-based representations within a unified retrieval pipeline. We investigate two trajectory-based approaches: Exo-Trajectory, an explicit matching method based on surrounding-agent motion, and ScenarioFormer, a transformer-based representation learned from object trajectories using contrastive learning. We compare these approaches against strong vision-based baselines and analyze their behavior across a diverse set of driving scenarios. Experimental results show that trajectory representations provide strong retrieval performance for motion-centric events such as cut-ins, turning maneuvers, and traffic queueing, while visual embeddings excel when appearance cues are informative. Most importantly, combining visual and trajectory information consistently improves retrieval quality, yielding the best overall performance. These findings demonstrate that appearance and motion capture are complementary notions of scenario similarity and motivate multimodal retrieval systems for autonomous-driving data mining, dataset curation, and scenario-based validation.
Chinese Translation
大规模自动驾驶数据集包含大量记录的场景,这就需要高效的检索方法来识别与给定查询相似的情况。现有的方法通常依赖于视觉表示或基于运动的描述,这使得理解它们在场景检索中的相对优缺点变得困难。在本研究中,我们提出了一种用于自动驾驶场景检索的多模态框架,该框架在统一的检索流程中结合了视觉和轨迹基础的表示。我们研究了两种基于轨迹的方法:Exo-Trajectory,一种基于周围代理运动的显式匹配方法,以及ScenarioFormer,一种基于变换器的表示,通过对比学习从物体轨迹中学习。我们将这些方法与强大的基于视觉的基线进行比较,并分析它们在多样化的驾驶场景中的表现。实验结果表明,轨迹表示在诸如切入、转向机动和交通排队等以运动为中心的事件中提供了强大的检索性能,而当外观线索信息丰富时,视觉嵌入表现优异。最重要的是,结合视觉和轨迹信息始终能提高检索质量,带来最佳的整体性能。这些发现表明,外观和运动捕捉是场景相似性的互补概念,并推动了用于自动驾驶数据挖掘、数据集整理和基于场景的验证的多模态检索系统的发展。
cs.CV / 50 / 2607.09443

Parameter-Efficient Vision-Language Adaptation with Continuous Metadata Conditioning for Animal Re-Identification

基于连续元数据条件的参数高效视觉-语言适应用于动物重识别
Tur, Anil Osman, Sordalen, Tonje Knutsen, Halvorsen, Kim Tallaksen, Beyan, Cigdem
Abstract
Long-term animal re-identification (ReID) must remain robust to gradual morphological evolution and seasonal appearance shifts. Although recent vision-language models provide strong pretrained visual representations, adapting them to longitudinal ecological settings remains challenging, particularly under identity and temporal distribution shifts. We present a parameter-efficient CLIP adaptation framework for animal ReID and introduce a continuous metadata-conditioning mechanism that incorporates numerical attributes directly into the prompt representation during training. While low-rank visual adaptation, prompt-based supervision, and cross-modal alignment provide the adaptation framework, the proposed metadata-conditioning strategy constitutes the primary methodological contribution. By preserving the continuous structure of numerical metadata rather than discretizing it into textual categories, the proposed approach enables smooth modulation of the embedding space during training while maintaining a purely visual inference pipeline. Experiments on a seven-year longitudinal fish dataset and multiple wildlife benchmarks demonstrate improved performance under closed-set, open-set, and time-aware evaluation protocols. The results demonstrate that continuous metadata conditioning improves robustness to longitudinal appearance variation and temporal distribution shifts, while parameter-efficient adaptation enables a purely visual inference pipeline without requiring metadata at test time. Code and evaluation splits can be found at: https://github.com/AnilOsmanTur/MetaPrompt-ReID.
Chinese Translation
长期动物重识别(ReID)必须对逐渐的形态演变和季节性外观变化保持稳健性。尽管近期的视觉-语言模型提供了强大的预训练视觉表征,但将其适应于纵向生态环境仍然具有挑战性,尤其是在身份和时间分布变化的情况下。我们提出了一种参数高效的 CLIP 适应框架用于动物 ReID,并引入了一种连续元数据条件机制,该机制在训练过程中将数值属性直接融入提示表征中。虽然低秩视觉适应、基于提示的监督和跨模态对齐提供了适应框架,但所提出的元数据条件策略构成了主要的方法论贡献。通过保留数值元数据的连续结构,而不是将其离散化为文本类别,所提出的方法能够在训练过程中平滑调节嵌入空间,同时保持纯视觉推理管道。在一个为期七年的纵向鱼类数据集和多个野生动物基准上的实验表明,在闭集、开集和时间感知评估协议下,性能得到了改善。结果表明,连续元数据条件提高了对纵向外观变化和时间分布变化的稳健性,而参数高效的适应使得在测试时无需元数据即可实现纯视觉推理管道。代码和评估拆分可在以下地址找到:https://github.com/AnilOsmanTur/MetaPrompt-ReID。
cs.CV / 51 / 2607.09450

Robustifying Vision-Language Models via Test-Time Prompt Adaptation

通过测试时提示适应增强视觉-语言模型的鲁棒性
Zhu, Xingyu, Wu, Huanshen, Wang, Shuo, Zhu, Beier, Ge, Jiannan, Zhang, Jiaheng, Chen, Long
Abstract
Pre-trained Vision-Language Models (VLMs) such as CLIP achieve strong zero-shot generalization, but their performance degrades sharply under adversarial perturbations. Existing test-time adaptation methods typically rely on sample-level confidence heuristics, overlooking the intrinsic distributional structure of the data. This sample-centric approach limits robustness, as it fails to distinguish confident adversarial mispredictions from true semantic consistency. In this work, we observe that adversarial distortion is structurally brittle: while holistic representations are corrupted, semantic integrity is often preserved in the distribution of augmented views. Motivated by this insight, we propose RITA, a Robust test-tIme prompt-TAdaptation framework that shifts from sample-level estimates to distribution-level alignment. Specifically, RITA employs optimal transport to align the distribution of augmented visual features with textual prototypes, mitigating adversarial outliers and rectifying cross-modal semantic misalignment. Furthermore, we introduce a dynamic cache to progressively accumulate reliable cues from the test stream for online refinement. Extensive experiments demonstrate that RITA significantly improves adversarial robustness without compromising clean accuracy.
Chinese Translation
预训练的视觉-语言模型(VLMs),如CLIP,能够实现强大的零样本泛化能力,但在对抗性扰动下,其性能急剧下降。现有的测试时适应方法通常依赖于样本级置信度启发式,忽视了数据的内在分布结构。这种以样本为中心的方法限制了鲁棒性,因为它未能区分自信的对抗性错误预测与真实的语义一致性。在本研究中,我们观察到对抗性失真在结构上是脆弱的:尽管整体表示受到损坏,但增强视图的分布中往往保留了语义完整性。基于这一见解,我们提出了RITA,一个鲁棒的测试时提示适应框架,它从样本级估计转向分布级对齐。具体而言,RITA采用最优传输方法,将增强视觉特征的分布与文本原型对齐,从而减轻对抗性异常值的影响并纠正跨模态语义不对齐。此外,我们引入了动态缓存,以逐步积累来自测试流的可靠线索,以便进行在线优化。大量实验表明,RITA显著提高了对抗鲁棒性,而不损害清晰准确性。
cs.CV / 52 / 2607.09455

Hydra++: Real-Time Hierarchical 3D Scene Graph Construction With Object-Level Shape Estimation

Hydra++:实时层次化三维场景图构建与对象级形状估计
Lim, Hyungtae, Hughes, Nathan, Yu, Xihang, Xu, Ruihan, Chang, Yun, Shi, Jingnan, Talak, Rajat, Carlone, Luca
Abstract
3D scene graphs provide a hierarchical abstraction of environments by encoding spatial entities, such as objects and places, and their relationships. However, existing scene graph systems model object geometry coarsely, relying on partial point clouds or class-level CAD templates, which limits instance-specific shape detail. This paper presents Hydra++, a system-level investigation into how learning-based object shape estimators can be integrated into a hierarchical 3D scene graph pipeline. Hydra++ incorporates category-agnostic shape estimation and a reprojection-mask consistency check to reject degenerate predictions from partial observations or imprecise segmentation. In its default CRISP-based configuration, Hydra++ performs online scene graph construction; slower estimators such as SAM3D are evaluated as modular alternatives to demonstrate generalization-latency trade-offs. Furthermore, to address the challenges of sparse and noisy depth measurements in outdoor environments, Hydra++ supports a hybrid LiDAR-camera configuration for large-scale operation, improving scene-level reconstruction quality. Experiments in both simulation and real-world outdoor campus scenarios demonstrate that Hydra++ improves object- and scene-level reconstruction quality. Project page is available at https://hydra-plusplus.github.io/.
Chinese Translation
三维场景图通过编码空间实体(如物体和地点)及其关系,提供了环境的层次化抽象。然而,现有的场景图系统对物体几何的建模较为粗糙,依赖于部分点云或类别级CAD模板,这限制了实例特定的形状细节。本文提出了Hydra++,一个系统级的研究,探讨如何将基于学习的物体形状估计器集成到层次化三维场景图管道中。Hydra++结合了类别无关的形状估计和重投影掩膜一致性检查,以拒绝来自部分观察或不精确分割的退化预测。在其默认的基于CRISP的配置中,Hydra++执行在线场景图构建;较慢的估计器如SAM3D被评估为模块化替代方案,以展示泛化与延迟之间的权衡。此外,为了应对户外环境中稀疏和噪声深度测量的挑战,Hydra++支持大规模操作的混合LiDAR-相机配置,提高了场景级重建质量。在模拟和真实世界的户外校园场景中的实验表明,Hydra++提高了物体和场景级的重建质量。项目页面可访问 https://hydra-plusplus.github.io/。
cs.CV / 53 / 2607.09480

Foveation-Guided Dynamic Token Selection for Robust and Efficient Vision Transformers

基于注视引导的动态令牌选择用于稳健高效的视觉变换器
Akkaya, Ibrahim Batuhan, Jeeveswaran, Kishaan, Zonooz, Bahram, Arani, Elahe
Abstract
The human visual system (HVS) employs foveated sampling and eye movements to achieve efficient perception, conserving both metabolic energy and computational resources. Drawing inspiration from this robustness and adaptability, we introduce the Foveated Dynamic Transformer (FDT), a foveation-guided dynamic token-selection architecture that integrates these mechanisms into a vision transformer framework. The FDT exhibits strong resilience to various types of noise and adversarial attacks, despite not being explicitly trained for such challenges. This inherent robustness is achieved through the use of fixation and foveation modules: the fixation module identifies fixation points to filter out irrelevant information, while the foveation module generates foveated embeddings with multi-scale information. At the 50% fixation-budget setting, FDT achieves higher accuracy than DeiT-S (81.9% vs. 80.9%) while reducing multiply-accumulate operations by 34.57%, highlighting one operating point on its accuracy-efficiency trade-off. These attributes position FDT as an HVS-inspired step toward artificial neural networks that combine adaptive computation with improved resilience.
Chinese Translation
人类视觉系统(HVS)利用注视采样和眼动实现高效感知,从而节省代谢能量和计算资源。受到这种稳健性和适应性的启发,我们提出了注视动态变换器(Foveated Dynamic Transformer,FDT),这是一种基于注视引导的动态令牌选择架构,将这些机制整合到视觉变换器框架中。尽管未针对这些挑战进行明确训练,FDT在面对各种噪声和对抗攻击时表现出强大的韧性。这种内在的稳健性是通过使用注视和注视模块实现的:注视模块识别注视点以过滤无关信息,而注视模块生成具有多尺度信息的注视嵌入。在50%注视预算设置下,FDT的准确率高于DeiT-S(81.9%对80.9%),同时减少了34.57%的乘加运算,突显了其准确性与效率之间的一个操作点。这些特性使FDT成为一种受HVS启发的人工神经网络的进步,结合了自适应计算与增强的韧性。
cs.CV / 54 / 2607.09481

Decoupling Language Guidance from Backbones for Text-Guided Medical Segmentation

将语言指导与骨干网络解耦用于文本引导的医学分割
Liu, Yungeng, Fang, Xuanzi, Zeng, Haijin, Dai, Qi, Chen, Yongyong
Abstract
Text-guided medical image segmentation leverages clinical semantics to improve lesion delineation, yet many existing models bind cross-modal fusion, supervision, and decoder design into a task-specific architecture. Such tight coupling makes it difficult to reuse language guidance modules across heterogeneous vision and text backbones, and often requires redesigning the network when the encoder pair changes. This paper presents BTHA, a backbone-transferable hierarchical adapter framework for text-guided medical image segmentation. BTHA is built around a stable feature-level interface: given multi-scale visual features and a text representation, it injects semantic guidance through shape-preserving adapters while maintaining the decoder-side tensor contract. To make this interface effective, we introduce a Hierarchical Coarse-to-Fine Supervision Strategy that decomposes learning into global image-text alignment, multi-scale auxiliary localization, and boundary-aware final mask refinement. We further design a Scale-Adaptive Gated Semantic Guidance (SAGSG) adapter, where resolution-specific gates adaptively control textual injection and channel recalibration suppresses redundant cross-modal responses. Evaluations across diverse vision and text backbones show that the same adapter and supervision design remains effective across convolutional and transformer-based visual encoders as well as different language encoders. Experiments on four public datasets further demonstrate that BTHA improves strong text-guided baselines with modest computational overhead.
Chinese Translation
文本引导的医学图像分割利用临床语义来改善病灶描绘,然而许多现有模型将跨模态融合、监督和解码器设计绑定到特定任务的架构中。这种紧密耦合使得在异构视觉和文本骨干网络之间重用语言指导模块变得困难,并且在编码器对更改时通常需要重新设计网络。本文提出了BTHA(Backbone-Transferable Hierarchical Adapter),一种用于文本引导医学图像分割的骨干可转移层次适配器框架。BTHA围绕一个稳定的特征级接口构建:给定多尺度视觉特征和文本表示,它通过形状保持适配器注入语义指导,同时保持解码器侧张量的约束。为了使该接口有效,我们引入了一种层次粗到细的监督策略,将学习分解为全局图像-文本对齐、多尺度辅助定位和边界感知的最终掩膜细化。我们进一步设计了一种尺度自适应门控语义指导(Scale-Adaptive Gated Semantic Guidance,SAGSG)适配器,其中分辨率特定的门控自适应控制文本注入,而通道再校准抑制冗余的跨模态响应。在不同的视觉和文本骨干网络上的评估表明,相同的适配器和监督设计在卷积和基于变换器的视觉编码器以及不同的语言编码器中仍然有效。在四个公共数据集上的实验进一步表明,BTHA在适度的计算开销下改善了强大的文本引导基线。
cs.CV / 55 / 2607.09488

SigLIP-HD by Fine-to-Coarse Supervision

通过细到粗的监督实现 SigLIP-HD
Yang, Lihe, Zhao, Zhen, Zhao, Hengshuang
Abstract
High-quality visual representation is a long-standing pursuit in computer vision. In the context of multimodal LLMs (MLLMs), feeding higher-resolution images can produce more fine-grained visual tokens. However, it introduces additional computational and design complexity, due to multiple forward passes and post-processing of increased tokens. Before simply adopting a higher resolution, have we truly unlocked the model's full perception capability at a standard resolution? Therefore, we study an interesting problem: how to achieve fine visual perception under lower cost without larger images. We present SigLIP-HD in this work. The core is a highly simple fine-to-coarse supervision design. We enforce the coarse feature of a mid-resolution image to mimic the fine-grained feature of its high-resolution version. We build this framework on the advanced SigLIP 2 model. Our final model produces better visual tokens at exactly the same inference budget. It is validated on extensive MLLM benchmarks and consistently delivers stronger results than our baseline model, especially on OCR-related tasks.
Chinese Translation
高质量的视觉表征一直是计算机视觉领域的长期追求。在多模态大语言模型(MLLMs)的背景下,输入更高分辨率的图像可以生成更细粒度的视觉标记。然而,这会引入额外的计算和设计复杂性,因为需要进行多次前向传播和对增加的标记进行后处理。在简单地采用更高分辨率之前,我们是否真正解锁了模型在标准分辨率下的全部感知能力?因此,我们研究了一个有趣的问题:如何在不使用更大图像的情况下,以较低的成本实现细致的视觉感知。我们在本研究中提出了 SigLIP-HD。其核心是一个非常简单的细到粗的监督设计。我们强制中等分辨率图像的粗特征模仿其高分辨率版本的细粒度特征。我们在先进的 SigLIP 2 模型基础上构建了这个框架。我们的最终模型在完全相同的推理预算下生成了更好的视觉标记。它在广泛的 MLLM 基准测试中得到了验证,并且在 OCR 相关任务上始终比我们的基线模型提供更强的结果。
cs.CV / 56 / 2607.09503

What VGGT Knows About Overlap: Probing Geometric Foundation Models for Co-Visibility

VGGT 对重叠的认识:探究几何基础模型的共可视性
Ziliotto, Filippo, Serafini, Luciano, Ballan, Lamberto, Campari, Tommaso
Abstract
A fundamental challenge in 3D reconstruction and robotic localization is co-visibility: determining which image pairs share overlapping visible surfaces, particularly in scenarios with minimal overlap. We demonstrate that VGGT implicitly encodes co-visibility as an emergent behavior: without any supervision for this task, its internal representations exhibit a clear hierarchical structure mirroring that of large language models, i.e. early layers build a 3D-aware scene representation, while late layers act as dedicated co-visibility reasoners. In particular, we identify layer L17 as a negative anchor that consistently routes non-co-visible pairs for this backbone, regardless of the evaluation setting, providing task-grounded evidence of layer specialization in a geometry-grounded foundation model. Building on this, we introduce Co-VGGT, which freezes VGGT and trains only a lightweight layer-wise mixture-of-experts head (less than 7.5M parameters) to classify co-visibility from RGB alone, treating each layer as a specialized expert whose geometric abstraction is adaptively weighted per input pair. On the Co-VisiON benchmark, Co-VGGT surpasses the human annotation baseline and improves over prior work by more than 25% pairwise and 10% multiview. Pairwise predictions are well-calibrated (ECE=0.030), enabling direct use as edge weights in visibility graphs for downstream SfM and SLAM pipelines without post-hoc correction. Code and data are available.
Chinese Translation
3D 重建和机器人定位中的一个基本挑战是共可视性:确定哪些图像对共享重叠的可见表面,尤其是在重叠最小的情况下。我们展示了 VGGT 隐式地将共可视性编码为一种涌现行为:在没有任何监督的情况下,其内部表示展现出清晰的层次结构,反映出大型语言模型的特征,即早期层构建了一个具有 3D 感知的场景表示,而后期层则充当专门的共可视性推理器。特别地,我们识别出 L17 层作为一个负锚点,无论评估设置如何,它始终将非共可视对路由到该骨干网络,提供了几何基础模型中层次专业化的任务基础证据。在此基础上,我们引入了 Co-VGGT,该模型冻结 VGGT,仅训练一个轻量级的逐层专家混合头(参数少于 7.5M),以仅从 RGB 分类共可视性,将每一层视为一个专门的专家,其几何抽象根据输入对自适应加权。在 Co-VisiON 基准上,Co-VGGT 超越了人工标注基线,并在成对预测上提高了超过 25%,在多视角上提高了 10%。成对预测经过良好校准(ECE=0.030),使其能够直接用作可见性图中的边权重,供下游的 SfM 和 SLAM 流水线使用,而无需事后修正。代码和数据可用。
cs.CV / 57 / 2607.09507

DGSfM: Depth-Guided Scale-Aware Global Structure-from-Motion

DGSfM:深度引导的尺度感知全局运动重建
Aung, Sithu, Kocur, Viktor, Ding, Yaqing, Sattler, Torsten, Kukelova, Zuzana
Abstract
Global Structure-from-Motion (SfM) is an efficient paradigm for recovering camera poses and sparse 3D structure from unordered images. However, its reliance on scale-ambiguous epipolar geometry makes global positioning sensitive to noisy baseline estimates and weak view-graph constraints, while false edges from visually ambiguous pairs can further degrade reconstruction. We propose DGSfM, a depth-aware global SfM pipeline that uses monocular depth maps as a scalable prior while preserving explicit multi-view optimization. For each image pair, we use a depth-aware relative pose solver to convert scale-ambiguous epipolar constraints into scale-aware relative pose constraints. We further improve robustness through view-graph filtering and depth-consistency-based correspondence pruning, which suppress false edges and matches that remain plausible under epipolar geometry alone. Finally, global scale averaging and depth-guided pose-point initialization align monocular depth maps into a common reconstruction scale and provide stable initialization for global positioning and bundle adjustment. Experiments on ETH3D and IMC2021 show that DGSfM consistently improves over strong global SfM baselines across sparse and dense matching front-ends, achieving substantial gains in pose accuracy. Code is available at https://github.com/sithu31296/DGSfM.
Chinese Translation
全局运动重建(SfM)是一种高效的范式,用于从无序图像中恢复相机姿态和稀疏三维结构。然而,其对尺度模糊的极线几何的依赖使得全局定位对噪声基线估计和弱视图图约束敏感,而来自视觉模糊对的虚假边缘可能进一步降低重建质量。我们提出了DGSfM,一个深度感知的全局SfM管道,利用单目深度图作为可扩展的先验,同时保持显式的多视图优化。对于每对图像,我们使用深度感知的相对姿态求解器将尺度模糊的极线约束转换为尺度感知的相对姿态约束。我们通过视图图过滤和基于深度一致性的对应关系修剪进一步提高了鲁棒性,这抑制了在仅依赖极线几何下仍然合理的虚假边缘和匹配。最后,全局尺度平均和深度引导的姿态-点初始化将单目深度图对齐到一个共同的重建尺度,并为全局定位和束调整提供稳定的初始化。在ETH3D和IMC2021上的实验表明,DGSfM在稀疏和密集匹配前端上始终优于强大的全局SfM基线,显著提高了姿态精度。代码可在https://github.com/sithu31296/DGSfM获取。
cs.CV / 58 / 2607.09520

Seeing is Free, Speaking is Not: Uncovering the True Energy Bottleneck in Edge VLM Inference

视觉是免费的,语言不是:揭示边缘 VLM 推理中的真实能量瓶颈
Zhan, Junfei, Shen, Haoxun, Guo, Mingang, Huang, Zixuan, He, Tengjiao
Abstract
Vision-Language Models (VLMs) are the perceptual backbone of embodied AI, but their energy footprint on edge hardware remains poorly understood. Existing efficiency efforts focus predominantly on reducing visual tokens, implicitly treating visual processing as the dominant energy cost. We overturn this implicit assumption through the first systematic energy profiling of on-device VLM inference, spanning five models across three architecture families, four input resolutions, and two hardware platforms (NVIDIA RTX 3070 and Jetson Orin NX). Our analysis yields three findings. First, average inference power is a model-intrinsic constant, invariant to input resolution, image complexity, and prompt type, with less than 5% variation across all conditions. This means that all energy variation across inputs must arise from variation in inference time, not from variation in power draw. Second, each output token costs 11 to 39x more wall-clock time than each input token due to the compute-bound and memory-bound asymmetry between prefill and decode, making output token count the dominant driver of both latency and energy. Third, image complexity, measured by the number of objects in an image, induces up to 4.1x energy differences at identical resolution. This variation arises not from increased visual processing cost, but from differences in output length. These findings expose a fundamental limitation of visual token pruning: even removing all visual tokens saves at most 10% of total energy for fixed-token models. Across models spanning 1 billion to 8 billion parameters, controlling output length saves up to 97% of total energy, with the energy dominance of decoding growing stronger at larger model scale. In short, the true energy bottleneck in edge VLM inference is not what the model sees, but how much it says.
Chinese Translation
视觉-语言模型(VLMs)是具身人工智能的感知基础,但它们在边缘硬件上的能量消耗仍然不甚了解。现有的效率提升努力主要集中在减少视觉标记,隐含地将视觉处理视为主要的能量成本。我们通过首次系统性地对设备上的 VLM 推理进行能量分析,推翻了这一隐含假设,涵盖了五个模型、三个架构系列、四个输入分辨率和两个硬件平台(NVIDIA RTX 3070 和 Jetson Orin NX)。我们的分析得出了三个发现。首先,平均推理功耗是模型固有的常数,与输入分辨率、图像复杂性和提示类型无关,所有条件下的变化小于 5%。这意味着所有输入之间的能量变化必须源于推理时间的变化,而不是功耗的变化。其次,由于预填充和解码之间的计算限制和内存限制的不对称性,每个输出标记的实际耗时是每个输入标记的 11 到 39 倍,使得输出标记的数量成为延迟和能量的主要驱动因素。第三,图像复杂性(通过图像中的物体数量来衡量)在相同分辨率下引发高达 4.1 倍的能量差异。这种变化并非源于视觉处理成本的增加,而是由于输出长度的差异。这些发现揭示了视觉标记修剪的一个根本限制:即使移除所有视觉标记,对于固定标记模型,最多也只能节省 10% 的总能量。在参数范围从 10 亿到 80 亿的模型中,控制输出长度可以节省高达 97% 的总能量,且随着模型规模的增大,解码的能量主导性愈加明显。总之,边缘 VLM 推理中的真实能量瓶颈并不在于模型所见,而在于模型所言。
cs.CV / 59 / 2607.09526

ALICE: Learning a General-Purpose Pathology Foundation Model from Vision, Vision-Language, and Slide-Level Experts

ALICE:从视觉、视觉-语言和幻灯片级专家学习通用病理基础模型
Li, Jiawen, Guan, Tian, Shi, Huijuan, Ling, Xitong, Fu, Mingxi, Han, Anjia, He, Chao, He, Yonghong
Abstract
Foundation models are reshaping computational pathology, yet their capabilities remain shaped by pretraining objectives, data sources, and spatial scales, fragmenting complementary expertise across separate backbones. Here we present ALICE, a unified foundation model trained through multi-stage agglomerative distillation that sequentially distills eight vision-only, vision-language, and slide-level teacher models into dedicated modules of a single backbone. ALICE is pretrained on 24,985,184 tile-level pathology images and 155,604 high-resolution images, and evaluated across 21 task scenarios, 96 downstream tasks, and 48 data sources, spanning region-of-interest tissue analysis, vision-language multimodal evaluation, and whole-slide clinical assessment. In all three evaluation settings, ALICE achieved the best average rank among task-matched pathology foundation models. These results demonstrate that agglomerative distillation can consolidate complementary capabilities from specialized models into a unified backbone for broad computational pathology applications. The model is available at https://github.com/WonderLandxD/ALICE.
Chinese Translation
基础模型正在重塑计算病理学,但其能力仍然受到预训练目标、数据来源和空间尺度的影响,导致互补专业知识在不同的基础架构中碎片化。在此,我们提出了ALICE,一个通过多阶段聚合蒸馏训练的统一基础模型,该模型将八个仅视觉、视觉-语言和幻灯片级教师模型顺序蒸馏为单一基础架构的专用模块。ALICE在24,985,184个切片级病理图像和155,604个高分辨率图像上进行了预训练,并在21个任务场景、96个下游任务和48个数据源上进行了评估,涵盖了感兴趣区域的组织分析、视觉-语言多模态评估和全幻灯片临床评估。在所有三个评估设置中,ALICE在任务匹配的病理基础模型中获得了最佳平均排名。这些结果表明,聚合蒸馏可以将来自专业模型的互补能力整合到一个统一的基础架构中,以支持广泛的计算病理学应用。该模型可在 https://github.com/WonderLandxD/ALICE 获取。
cs.CV / 60 / 2607.09544

The Count Is There, but Misaligned: Understanding and Correcting Counting Failures in VLMs

计数存在,但不对齐:理解和纠正视觉语言模型中的计数失败
El-Shangiti, Ahmed Oumar, Nurgazy, Abzal, AlQuabeh, Hilal, Rozanov, Nikolai, Inui, Kentaro
Abstract
Despite strong performance on many multimodal tasks, vision-language models (VLMs) still struggle with basic object counting. We investigate whether this reflects missing internal knowledge or a gap between internal representations and verbalized outputs. Training simple probes on activations from four VLMs across five counting datasets reveals that nonlinear probes can reliably detect counting errors, suggesting that VLMs often encode the correct count even when they output the wrong answer. SVCCA analysis shows that probes trained on ground-truth counts and probes trained on model outputs occupy a partially shared activation subspace but read out along misaligned directions. We further validate our findings using a causal steering intervention, proving that strengthening the direction of count-identified probes does improve model counting performance. Motivated by this result, we propose a detector-guided self-correction method that selectively re-prompts the model only when an internal error detector predicts failure. This simple inference-time intervention improves counting accuracy by up to 15.6 absolute percentage points, without any parameter updates. Our results establish activation-based error probing as both a practical tool for improving VLM counting and a mechanistic lens on the gap between internal knowledge and model outputs.
Chinese Translation
尽管在许多多模态任务中表现强劲,视觉语言模型(VLMs)在基本物体计数方面仍然存在困难。我们调查这一现象是否反映了缺失的内部知识,或是内部表征与语言化输出之间的差距。在五个计数数据集上对四个VLM的激活进行简单探测器训练,结果表明非线性探测器能够可靠地检测计数错误,这表明VLM通常能够编码正确的计数,即使它们输出错误的答案。SVCCA分析显示,基于真实计数训练的探测器和基于模型输出训练的探测器占据部分共享的激活子空间,但在不对齐的方向上读取。我们进一步通过因果引导干预验证了我们的发现,证明加强计数识别探测器的方向确实提高了模型的计数性能。基于这一结果,我们提出了一种检测器引导的自我纠正方法,仅在内部错误检测器预测失败时选择性地重新提示模型。这一简单的推理时干预在不进行任何参数更新的情况下,将计数准确性提高了多达15.6个百分点。我们的结果确立了基于激活的错误探测作为改善VLM计数的实用工具,同时也为内部知识与模型输出之间的差距提供了机制性视角。
cs.CV / 61 / 2607.09562

TCLA: Training-Free Class-wise Logit Adaptation for Medical Vision-Language Models

TCLA:无训练的类别日志适应方法用于医学视觉-语言模型
Jiang, Tianyou, Zhou, Ziyu
Abstract
Medical Vision-Language Models (VLMs) exhibit strong zero-shot performance, yet their effectiveness still declines on out-of-distribution (OOD) data due to domain shifts and class bias inherited from large-scale pretraining. Existing few-shot adaptation methods typically introduce additional trainable components, which can be unstable in extremely low-data regimes (e.g., 1-shot), and lack robustness on different medical data. We present TCLA, a purely training-free few-shot adaptation method for Medical VLMs, which is fast and model-agnostic. TCLA corrects inference logits based on a small set of support samples, boosting pretrained VLMs performance by improving inter-class deconfusion and reducing domain shift. Extensive experiments on nine datasets across multiple medical imaging modalities including X-ray, Ultrasound, MRI, CT, Histopathology, demonstrate that TCLA consistently improves OOD performance of Medical VLMs and, in most of cases, outperforms existing training-based adaptation methods.
Chinese Translation
医学视觉-语言模型(VLMs)在零样本任务中表现出色,但由于大规模预训练中继承的领域偏移和类别偏差,其在分布外(OOD)数据上的有效性仍然下降。现有的少样本适应方法通常引入额外的可训练组件,这在极低数据情况下(例如,1-shot)可能不稳定,并且在不同医学数据上缺乏鲁棒性。我们提出了TCLA,这是一种完全无训练的少样本适应方法,适用于医学VLMs,具有快速和模型无关的特点。TCLA基于一小组支持样本修正推理日志,通过改善类间去混淆和减少领域偏移,提升了预训练VLMs的性能。在包括X射线、超声、MRI、CT和组织病理学在内的九个数据集上的大量实验表明,TCLA始终提高了医学VLMs的OOD性能,并且在大多数情况下优于现有的基于训练的适应方法。
cs.CV / 62 / 2607.09581

Wan-Dancer: A Hierarchical Framework for Minute-scale Coherent Music-to-Dance Generation

Wan-Dancer:一种用于分钟级一致性音乐到舞蹈生成的分层框架
Huang, Mingyang, Zhang, Peng, Hu, Li, Wang, Guangyuan, Zhang, Bang
Abstract
Generating long-duration, high-definition, and rhythmically synchronized dance videos directly from music remains a significant challenge, primarily due to the temporal constraints of current diffusion models, which typically fail beyond 20 seconds. Existing approaches, whether they rely on intermediate 3D skeletons or on end-to-end video synthesis, suffer from temporal drift, identity inconsistency, and repetitive motion patterns when extended to longer horizons. To address these limitations, we propose a novel hierarchical framework for minute-scale coherent music-to-dance generation. Our method decouples the process into global keyframe planning and local temporal refinement, leveraging full-track musical context to ensure long-range coherence. Key innovations include dynamic frame rate adaptation via time-mapped RoPE embeddings for precise alignment, an optical-flow-based loss function to enhance motion continuity, and motion-speed control to preserve high-fidelity details during rapid movements. Extensive experiments demonstrate that our framework surpasses the conventional duration barrier, generating stable, 720p/30fps videos exceeding one minute with superior temporal stability. Furthermore, the model exhibits robust versatility across five distinct dance genres, conditioned on both audio and textual prompts, establishing a new state-of-the-art in coherent, long-form dance video synthesis.
Chinese Translation
直接从音乐生成长时间、高分辨率且节奏同步的舞蹈视频仍然是一个重大挑战,主要是由于当前扩散模型的时间限制,这些模型通常在20秒后无法有效工作。现有的方法,无论是依赖于中间3D骨架还是端到端的视频合成,在扩展到更长时间时都存在时间漂移、身份不一致和重复运动模式的问题。为了解决这些限制,我们提出了一种新的分层框架,用于分钟级一致性音乐到舞蹈生成。我们的方法将过程解耦为全局关键帧规划和局部时间细化,利用完整的音乐轨道上下文以确保长时间的一致性。关键创新包括通过时间映射的RoPE嵌入进行动态帧率适应以实现精确对齐、基于光流的损失函数以增强运动连续性,以及运动速度控制以在快速运动中保持高保真细节。大量实验表明,我们的框架超越了传统的持续时间限制,生成稳定的720p/30fps视频,时长超过一分钟,并具有优越的时间稳定性。此外,该模型在五种不同舞蹈风格中表现出强大的通用性,能够根据音频和文本提示进行调整,确立了一种一致的长格式舞蹈视频合成的新技术水平。
cs.CV / 63 / 2607.09583

Promptable Concept Segmentation from Above: Evaluating SAM 3's Zero-Shot and One-Shot Capabilities in Remote Sensing

从上方进行可提示概念分割:评估SAM 3在遥感中的零-shot和一-shot能力
Dabaja, Mohammad, Celik, Turgay
Abstract
The deployment of large-scale foundation models, such as the Segment Anything Model 3 (SAM 3), promises a transition toward open-vocabulary, training-free computer vision. However, their capacity to generalize out-of-distribution to the complex, top-down geometric structures of Earth Observation imagery remains largely unquantified. Driven by SAM 3's performance disparities in highly specialized domains, we present a comprehensive, multi-task empirical evaluation across remote sensing scene classification, object detection, and instance segmentation under strict zero-shot and one-shot constraints. To achieve this, we introduce a structural adaptation of SAM 3 by repurposing its decoupled binary presence head into a standalone zero-shot classifier. Furthermore, by systematically isolating textual and visual prompt modalities across five configurations, we explicitly diagnose the alignment mechanics within the model's multimodal decoder. Our findings reveal severe cross-modal interference: while visual prompts successfully align the decoder to complex remote sensing geometry, textual prompts inject misaligned, ground-level semantic bias, actively degrading coordinate regression. To benchmark these capabilities without resource-intensive training, we formulate a novel training-free proxy evaluation protocol for Generalized Zero-Shot tasks (scene classification and instance segmentation). Ultimately, our results demonstrate that SAM 3 avoids the overfitting commonly seen in legacy domain-adapted models, achieving high Harmonic Mean scores in segmentation tasks. However, it remains fundamentally constrained by sub-pixel resolution limits and overhead semantic blind spots, charting a definitive mandate for parameter-efficient geospatial fine-tuning of its multimodal decoder.
Chinese Translation
大规模基础模型的部署,如Segment Anything Model 3(SAM 3),预示着向开放词汇、无训练的计算机视觉转型。然而,它们在复杂的自上而下的地球观测图像几何结构中对分布外数据的泛化能力仍然未被充分量化。由于SAM 3在高度专业化领域的性能差异,我们在严格的零-shot和一-shot约束下,针对遥感场景分类、目标检测和实例分割进行了全面的多任务实证评估。为此,我们通过将其解耦的二元存在头重新设计为独立的零-shot分类器,提出了SAM 3的结构适应。此外,通过在五种配置中系统地隔离文本和视觉提示模态,我们明确诊断了模型多模态解码器中的对齐机制。我们的研究结果揭示了严重的跨模态干扰:尽管视觉提示成功地将解码器对齐到复杂的遥感几何结构,文本提示却注入了不对齐的地面语义偏差,积极降低了坐标回归的效果。为了在不进行资源密集型训练的情况下对这些能力进行基准测试,我们为广义零-shot任务(场景分类和实例分割)制定了一种新颖的无训练代理评估协议。最终,我们的结果表明,SAM 3避免了传统领域适应模型中常见的过拟合,在分割任务中实现了高调和均值得分。然而,它仍然受到亚像素分辨率限制和语义盲点的根本约束,这为其多模态解码器的参数高效地理空间微调划定了明确的任务。
cs.CV / 64 / 2607.09629

4DR360: State Reasoning for Joint 3D Detection and Occupancy Prediction in 4D Radar-Camera Full-Scene Perception

4DR360:基于状态推理的4D雷达-摄像头全场景联合3D检测与占用预测
Bai, Xiaokai, Zheng, Lianqing, Guan, Runwei, Wang, Songkai, Cao, Siyuan, Shen, Hui-liang
Abstract
Reliable autonomous driving requires full-scene perception that couples foreground objects with dense semantic layout. Recently, 4D millimeter-wave radar has emerged as a robust and affordable sensor, yet its sparse returns make radar-camera fusion necessary for comprehensive scene understanding. Existing radar-camera methods mainly optimize detection, while dual-task systems usually decode boxes and occupancy with limited interaction. To address this gap and advance radar-based multi-task learning, we propose \method, a 4D radar-camera framework for 360$^\circ$ full-scene perception, which models semantic occupancy as a persistent scene state rather than a terminal output. \method{} follows a cross-modal state reasoning paradigm, where the occupancy state is modeled and propagated through stages for coarse-to-fine feature aggregation. Specifically, State-guided BEV Enhancement (SBE) strengthens intra-frame BEV representation, while Doppler-guided Temporal Fusion (DTF) preserves state evidence over longer temporal horizons. Beyond the model, we further extend ManTruckScenes with satellite-map-based generated occupancy labels and pair it with OmniHD-Scenes in a unified cross-dataset detection-and-occupancy protocol. The resulting experiments cover accuracy, robustness, ablation, and efficiency under one radar-camera multi-task evaluation framework. Code and labels will be released upon acceptance.
Chinese Translation
可靠的自动驾驶需要将前景目标与稠密语义布局相结合的全场景感知。近年来,4D毫米波雷达作为一种稳健且经济的传感器逐渐兴起,但其稀疏的回波使得雷达与摄像头的融合成为实现全面场景理解的必要手段。现有的雷达-摄像头方法主要优化检测任务,而双任务系统通常在边界框和占用预测之间交互有限。为填补这一空白并推动基于雷达的多任务学习,我们提出了4DR360,一种面向360°全场景感知的4D雷达-摄像头框架,将语义占用建模为持续的场景状态而非最终输出。4DR360遵循跨模态状态推理范式,通过多个阶段对占用状态进行建模和传播,实现粗到细的特征聚合。具体而言,状态引导的鸟瞰图增强(State-guided BEV Enhancement,SBE)强化了帧内的鸟瞰图表示,而多普勒引导的时序融合(Doppler-guided Temporal Fusion,DTF)则在更长的时间范围内保持状态信息。除模型设计外,我们还基于卫星地图生成了ManTruckScenes数据集的占用标签,并将其与OmniHD-Scenes结合,构建统一的跨数据集检测与占用预测协议。相关实验涵盖了准确性、鲁棒性、消融分析及效率评估,均在统一的雷达-摄像头多任务评测框架下完成。代码和标签将在论文接受后公开。
cs.CV / 65 / 2607.09630

The Effects of Synthetic Data and Label Distribution on Canola Branch Counting

合成数据和标签分布对油菜分枝计数的影响
Darvishpour, Amirsalar, Cieslak, Mikolaj, Runions, Adam
Abstract
Collecting annotated plant images for automated phenotyping is often slow and expensive. Plant models simulating growth and development can generate unlimited synthetic images with exact labels. However, previous work has established that whether incorporating synthetic data improves performance depends on the ratio of synthetic to real images and the label distribution of the synthetic dataset. To systematically quantify both factors, we train ResNet-18 models on a canola branch-counting task using a calibrated L-system plant model. We vary each factor independently. Synthetic-to-real ratios of 1:5 to 1:22 broadly improve performance; the best ratio (1:7) reduces mean absolute difference by 7.6% over real-only training. For label distribution, a uniform synthetic distribution is strongly suboptimal (abs. diff. of approximately 1.70); interpolating 90% toward the real distribution yields abs. diff. 0.927, whereas Gaussian smoothing of the real label distribution yields the best overall result (abs. diff. 0.912, a 14.7% improvement over real-only). A minimum of 10 synthetic images per label offers a simpler alternative with modest gains, while 100 per label over-corrects and hurts performance.
Chinese Translation
收集带注释的植物图像以进行自动表型分析通常既耗时又昂贵。模拟植物生长和发育的模型可以生成无限的合成图像,并附有准确的标签。然而,先前的研究表明,是否将合成数据纳入模型以提高性能取决于合成图像与真实图像的比例以及合成数据集的标签分布。为了系统地量化这两个因素,我们使用经过校准的L系统植物模型训练ResNet-18模型,进行油菜分枝计数任务。我们独立地改变每个因素。合成与真实图像的比例从1:5到1:22广泛提高了性能;最佳比例(1:7)使平均绝对差降低了7.6%,相较于仅使用真实图像的训练。在标签分布方面,均匀的合成分布表现出明显的次优(绝对差约为1.70);将90%的合成标签插值向真实分布靠拢可获得绝对差0.927,而对真实标签分布进行高斯平滑则获得最佳整体结果(绝对差0.912,比仅使用真实图像提高了14.7%)。每个标签至少使用10个合成图像提供了一种更简单的替代方案,带来了适度的收益,而每个标签使用100个合成图像则过度修正,反而损害了性能。
cs.CV / 66 / 2607.09650

Revisiting Euler-Angle Regression with Kolmogorov-Arnold Networks

重新审视带有Kolmogorov-Arnold网络的欧拉角回归
Sun, Yangting, Cui, Zijun, Zhang, Yufei
Abstract
In many real-world systems, including articulated robots and biomechanical models, rotations are defined in joint space and naturally parameterized by Euler angles with bounded ranges. Yet regressing Euler angles remains challenging, as their discontinuities and singularities often destabilize training. In this work, we revisit Euler-angle regression and show that its effectiveness depends critically on the interaction between rotation representation, regression architecture, and domain constraints. We introduce a new framework that combines range-aware Euler modeling with Kolmogorov-Arnold Networks (KAN), which replace fixed node-wise activations with learnable univariate functions on edges. We further provide theoretical analysis indicating that bounded Euler ranges motivate a near-additive structure in the regression function, which favors the additive functional form of KAN, and we confirm this trend empirically. Extensive experiments on controlled rotation regression, object pose estimation, and robotic and human inverse kinematics demonstrate consistent improvements in accuracy, convergence, and efficiency. The code will be publicly available.
Chinese Translation
在许多现实世界系统中,包括关节机器人和生物力学模型,旋转在关节空间中定义,并自然地通过具有有限范围的欧拉角进行参数化。然而,回归欧拉角仍然具有挑战性,因为它们的间断性和奇异性常常导致训练不稳定。在本研究中,我们重新审视了欧拉角回归,并表明其有效性在很大程度上依赖于旋转表示、回归架构和领域约束之间的相互作用。我们提出了一个新的框架,将考虑范围的欧拉建模与Kolmogorov-Arnold网络(KAN)相结合,该网络用可学习的单变量函数替代固定的节点激活。我们进一步提供理论分析,表明有限的欧拉范围促使回归函数呈现近似加法结构,这有利于KAN的加法函数形式,并通过实验证实了这一趋势。在受控旋转回归、物体姿态估计以及机器人和人类逆向运动学的广泛实验中,展示了准确性、收敛性和效率的一致提升。代码将公开发布。
cs.CV / 67 / 2607.09654

Evolution of Accuracy and Visual-Cognitive Errors in a Decade of Vision-Language AI Models

视觉-语言人工智能模型十年间准确性与视觉认知错误的演变
Murlidaran, Shravan, Eckstein, Miguel P.
Abstract
Vision language models (VLMs) have made remarkable progress in visual reasoning during the last decade. Most evaluations have used simple scenes (MS-COCO) that do not showcase complex human interactions or behaviors, only a handful of non-curated human descriptions as a benchmark, and have not focused on understanding the model's error types. Here, we introduce the Complex Social Behavior (CSB) dataset, containing 100 images depicting complex social interactions/behaviors. We analyze the progression of scene descriptions over a decade (2017-2025) of VLMs (four pre-Multimodal Large Language Models, MLLMs, and five MLLMs). We evaluate the accuracy of the models and 20 human descriptions relative to a gold standard on the CSB dataset and on a sample from MS-COCO. We analyzed five visual-cognitive error types: object detection, recognition, hallucination, scene understanding, and spatial dependence. The CSB dataset showed a more pronounced improvement than MS-COCO in scene description accuracy, with pre-MLLMs achieving much lower accuracy than the bottom-ranked human descriptions and MLLMs attaining accuracies similar to the top-ranked human descriptions. We show that MLLMs have eliminated the gap in scene description accuracy between simpler MS-COCO scenes and scenes depicting complex behaviors (CSB). MLLMs have almost eliminated all error types in our tested datasets, except for occasionally relying on different image regions for scene descriptions than humans do (spatial dependence error). We also show that detection, recognition, and hallucination errors have the highest impact on scene description accuracy. Together, our findings provide a more thorough evaluation of how visual language models have advanced over the last decade.
Chinese Translation
视觉语言模型(VLMs)在过去十年中在视觉推理方面取得了显著进展。大多数评估使用简单场景(MS-COCO),这些场景未能展示复杂的人类互动或行为,仅使用少量非策划的人类描述作为基准,并且未关注模型的错误类型。在此,我们引入了复杂社会行为(CSB)数据集,包含100幅描绘复杂社会互动/行为的图像。我们分析了VLMs在十年间(2017-2025)的场景描述进展(四个预多模态大型语言模型,MLLMs,以及五个MLLMs)。我们评估了模型和20个人类描述在CSB数据集及MS-COCO样本上的准确性,相对于黄金标准。我们分析了五种视觉认知错误类型:物体检测、识别、幻觉、场景理解和空间依赖。CSB数据集在场景描述准确性上显示出比MS-COCO更明显的改善,预MLLMs的准确性远低于排名最低的人类描述,而MLLMs的准确性则与排名最高的人类描述相当。我们展示了MLLMs消除了简单MS-COCO场景与描绘复杂行为场景(CSB)之间的场景描述准确性差距。MLLMs几乎消除了我们测试数据集中所有的错误类型,除了偶尔在场景描述中依赖于与人类不同的图像区域(空间依赖错误)。我们还表明,检测、识别和幻觉错误对场景描述准确性影响最大。总体而言,我们的研究结果提供了对视觉语言模型在过去十年中进展的更全面评估。
cs.CV / 68 / 2607.09655

OpenLongTail: Generative Scaling of Long-Tail Driving Data

OpenLongTail:长尾驾驶数据的生成扩展
Liu, Lulin, Chen, Nuo, Wang, Yan, Liu, Bangya, Cong, Wenyan, Hu, Hezhen, Ivanovic, Boris, Wang, Hao, Zeng, Ziyao, Gong, Xinyu, Zhou, Yang, Xiong, Zixiang, Wang, Dilin, Wang, Zhangyang, Shi, Weisong, Zhang, Ruohan, Pavone, Marco, Fan, Zhiwen
Abstract
Scaling robust driving policies is fundamentally bottlenecked by the scarcity of edge cases in curated datasets. While the real world continuously captures these critical events, such long-tail events remain underutilized when collected from heterogeneous sources. Specifically, diverse but valuable in-the-wild long-tail videos lack the full view coverage required for training policy models, often missing multi-view poses or originating solely from monocular dash cameras. This modality gap prevents these ubiquitous observations from being converted into scalable training data for long-tail generalization. We introduce OpenLongTail, an open-source generative data engine for scaling autonomous driving policies under long-tail events. To transform heterogeneous data sources into view-aligned and temporally coherent multi-view assets that are useful for policy learning, we develop a pose-informed extrapolative view synthesis pipeline that generates the missing views. We further enhance cross-view consistency and the temporal alignment for the newly generated views by injecting Pl\"ucker ray geometry into the scalable generation engine. By synthesizing heterogeneous long-tail data, we observe a significant improvement in closed-loop driving robustness in handling long-tail events. By measuring the extrapolative view synthesis and pose metrics, we validate the effectiveness of OpenLongTail in visual fidelity, cross-view consistency, and ego-trajectory recovery.
Chinese Translation
扩展稳健的驾驶策略在根本上受到策划数据集中边缘案例稀缺的瓶颈限制。尽管现实世界持续捕捉这些关键事件,但从异构来源收集的长尾事件仍然未得到充分利用。具体而言,尽管在野外收集的多样化但有价值的长尾视频缺乏训练策略模型所需的全面视角覆盖,通常缺少多视角姿态或仅来自单目仪表摄像头。这种模态差距阻碍了这些普遍观察结果转化为可扩展的长尾泛化训练数据。我们提出了OpenLongTail,这是一个开源生成数据引擎,用于在长尾事件下扩展自主驾驶策略。为了将异构数据源转化为对齐视角和时间一致的多视角资产,以便于策略学习,我们开发了一种基于姿态的外推视角合成管道,生成缺失的视角。通过将Plücker射线几何注入可扩展生成引擎,我们进一步增强了新生成视角的跨视角一致性和时间对齐性。通过合成异构长尾数据,我们观察到在处理长尾事件时闭环驾驶稳健性显著提高。通过测量外推视角合成和姿态指标,我们验证了OpenLongTail在视觉保真度、跨视角一致性和自我轨迹恢复方面的有效性。
cs.CV / 69 / 2607.09657

Scalable Visual Pretraining for Language Intelligence

可扩展的视觉预训练用于语言智能
Zhang, Yiming, Zhao, Zhonghan, Zhang, Wenwei, Zhao, Haiteng, Lin, Tianyang, Zhou, Yunhua, Song, Demin, Liu, Kuikun, Ye, Haochen, Huang, Haian, Gu, Yuzhe, Lv, Haijun, Guo, Qipeng, Liu, Bin, Wang, Gaoang, Chen, Kai
Abstract
The rapid progress of large foundation models has been driven predominantly by pretraining on large-scale text corpora. However, many forms of knowledge are conveyed through visual representations, where figures, typeset equations, and page layouts carry rich information that cannot be faithfully or completely captured by text alone. Yet current pretraining approaches discard these visual cues by converting visually rich sources, such as documents and web pages, into plain text for learning language intelligence. This paper challenges the default assumption that language models must be trained on text-only representations and shows that Visual Pretraining is a scalable learner for foundation model intelligence. To this end, we conduct a systematic study of unsupervised visual pretraining paradigms that directly leverage visual documents without text extraction. Across multiple backbones and benchmarks, visual pretraining on the same underlying corpora consistently outperforms text-only pretraining, offering an efficient pathway to scalable language intelligence.
Chinese Translation
大型基础模型的快速进展主要是通过在大规模文本语料库上进行预训练。然而,许多形式的知识是通过视觉表现传达的,其中图形、排版方程和页面布局承载着丰富的信息,这些信息无法仅通过文本忠实或完整地捕捉。然而,当前的预训练方法通过将视觉丰富的来源(如文档和网页)转换为纯文本来学习语言智能,从而丢弃了这些视觉线索。本文挑战了语言模型必须仅在文本表示上进行训练的默认假设,并展示了视觉预训练是一种可扩展的基础模型智能学习者。为此,我们对直接利用视觉文档而不进行文本提取的无监督视觉预训练范式进行了系统研究。在多个基础模型和基准测试中,基于相同底层语料库的视觉预训练始终优于仅基于文本的预训练,提供了一条通向可扩展语言智能的高效路径。
cs.CV / 70 / 2607.09661

PanoWorld: Real-World Panoramic Generation

PanoWorld:真实世界全景生成
Li, Haoyuan, Zhang, Dizhe, Zhou, Yuemei, Zhang, Xiangkai, Feng, Haoran, Lin, Xiaofan, Jiang, Wenjie, Du, Bo, Yang, Ming-Hsuan, Qi, Lu
Abstract
In this work, we aim to address the challenge of long-range memory in panoramic world models by exploiting the rotation-equivariant property of omnidirectional representations, where rotation can be treated as an implicit geometric transformation.Building on this insight, we propose PanoWorld, which simplifies camera trajectories into translations via fixed headings for both current-action modeling and long-range memory through Dense Panoramic Ray-Conditioning (DPRC) and Geometry-aware Memory Augmentation (GMA).Then, a three-stage training pipeline is introduced to progressively optimize each component. To better evaluate physical consistency under large-scale spatial variations and diverse illumination conditions, where existing datasets are relatively stable, we construct World360, a large-scale dataset consisting of both real-world video clips collected via panoramic unmanned aerial vehicles and high-quality simulated clips generated by AirSim360.Extensive experiments on World360 demonstrate the effectiveness of PanoWorld, outperforming alternative methods by a large margin.Our models, training code, and dataset will be publicly available. More information can be found on our project page: https://lihaoy-ux.github.io/panoworld-page/.
Chinese Translation
在本研究中,我们旨在通过利用全向表示的旋转等变特性来解决全景世界模型中的长程记忆挑战,其中旋转可以被视为一种隐式几何变换。在此基础上,我们提出了PanoWorld,它通过固定的航向将相机轨迹简化为平移,以实现当前动作建模和通过密集全景光线条件(Dense Panoramic Ray-Conditioning, DPRC)以及几何感知记忆增强(Geometry-aware Memory Augmentation, GMA)进行长程记忆。然后,我们引入了一个三阶段训练流程,以逐步优化每个组件。为了更好地评估在大规模空间变化和多样化照明条件下的物理一致性,现有数据集相对稳定,我们构建了World360,这是一个大规模数据集,包含通过全景无人机收集的真实视频片段和由AirSim360生成的高质量模拟片段。在World360上的大量实验表明,PanoWorld的有效性,显著优于其他方法。我们的模型、训练代码和数据集将公开发布。更多信息可以在我们的项目页面找到:https://lihaoy-ux.github.io/panoworld-page/.
人工智能 (Artificial Intelligence)
27
cs.AI / 1 / 2607.08773

Interval Certifications for Multilayered Perceptrons via Lattice Traversal

通过格遍历实现多层感知器的区间认证
Papamichail, Merkouris, Varsos, Konstantinos, Flouris, Giorgos, Marques-Silva, João
Abstract
In this work we present a rigorous theoretical framework to a foundational problem of AI safety, namely adversarial robustness. In particular, we show that the adversarial robustness problem can be reduced to a lattice traversal problem. Each element of this lattice corresponds to an interval, i.e., an axis-aligned hyper-rectangle, containing an input point $\mathbf{x}$. Consider a multilayered perceptron classifier (MLP). An interval $I$ constitutes a sound certification if $\mathbf{x} \in I$ and $\mathbf{x}$ can be freely perturbed in $I$ without changing the MLP's prediction. Complementarily, an interval $I$ constitutes a complete certification if $\mathbf{x} \in I$ and when $\mathbf{x}$ moves outside of $I$ the MLP's prediction is guaranteed to change. While the sound certification problem corresponds to the well-studied adversarial robustness, complete certifications have not been examined in the literature. We develop lattice traversal operators, which we apply in a refine & verify iterative scheme. Using formal MLP verifiers, sound maximality and complete minimality are guaranteed. Moreover, we examine objective optimization problems. There we discover some interesting asymmetries. For complete certifications, the minimum solution is obtained in polynomial oracle calls. This does not hold for sound certifications, where we prove strong intractability results. Additionally, we examine optimization problems in symmetric intervals (i.e., $\ell_\infty$-spheres), where we provide logarithmic algorithms. Finally, we present an empirical evaluation, using the novel ParallelepipedoNN system.
Chinese Translation
在本研究中,我们提出了一个严格的理论框架,针对人工智能安全的一个基础问题,即对抗性鲁棒性。特别地,我们展示了对抗性鲁棒性问题可以归约为一个格遍历问题。该格的每个元素对应一个区间,即一个轴对齐的超矩形,包含一个输入点 $ extbf{x}$。考虑一个多层感知器分类器(MLP)。如果 $ extbf{x} extin I$ 且 $ extbf{x}$ 可以在 $I$ 中自由扰动而不改变 MLP 的预测,则区间 $I$ 构成一个有效认证。相对地,如果 $ extbf{x} extin I$ 且当 $ extbf{x}$ 移出 $I$ 时 MLP 的预测必然改变,则区间 $I$ 构成一个完全认证。有效认证问题对应于广泛研究的对抗性鲁棒性,而完全认证在文献中尚未被探讨。我们开发了格遍历算子,并在一个精细化与验证的迭代方案中应用它们。使用形式化的 MLP 验证器,保证了有效最大性和完全最小性。此外,我们还研究了目标优化问题,发现了一些有趣的非对称性。对于完全认证,最小解可以在多项式数量的预言机调用中获得。而对于有效认证,这一结果并不成立,我们证明了强不可解性结果。此外,我们还研究了对称区间(即 $ ext{l}_ ext{∞}$-球体)中的优化问题,并提供了对数时间算法。最后,我们使用新颖的 ParallelepipedoNN 系统进行了实证评估。
cs.AI / 2 / 2607.08774

CogniConsole: Externalizing Inference-Time Control as a Formal Abstraction for Reliable LLM Interactions

CogniConsole:将推理时间控制外部化作为可靠大型语言模型交互的形式抽象
Figueiredo, Vanessa, Franceschi, Wilter
Abstract
Reliability in large language model (LLM) systems is typically framed as a function of model capability. We challenge this by demonstrating that reliability is significantly influenced by \emph{inference-time control} -- the computational layer governing task framing and context selection. We introduce \emph{CogniConsole}, an architectural instantiation that externalizes this control into a structured interface combining programmatic coordination with bounded prompt-based reasoning. Through \emph{controllability-oriented probes} ($N=489$) in a multi-step interactive environment, we show that increasing structural scaffolding -- from unstructured to fully scaffolded -- \textbf{systematically reduces output variance and failure rates under a fixed model architecture}. Our results indicate that many observed failure modes, such as context drift and inconsistent constraint adherence, arise from under-specified control rather than insufficient capability. This work provides an empirical basis for treating inference-time control as a first-class abstraction, opening new directions for designing and evaluating LLM systems beyond scaling alone.
Chinese Translation
大型语言模型(LLM)系统的可靠性通常被视为模型能力的函数。我们对此提出挑战,证明可靠性受到 extit{推理时间控制}的显著影响——这一计算层负责任务框架和上下文选择。我们引入了 extit{CogniConsole},一种将这种控制外部化为结构化接口的架构实例,结合了程序协调与有限的基于提示的推理。通过在多步骤交互环境中进行的 extit{可控性导向探测}($N=489$),我们展示了增加结构支撑——从无结构到完全支撑—— extbf{系统性地减少了在固定模型架构下的输出方差和失败率}。我们的结果表明,许多观察到的失败模式,如上下文漂移和不一致的约束遵循,源于控制的不足规范,而非能力的不足。这项工作为将推理时间控制视为一类重要抽象提供了实证基础,开启了设计和评估大型语言模型系统的新方向,超越了单纯的规模扩展。
cs.AI / 3 / 2607.08894

GATS: Graph-Augmented Tree Search with Layered World Models for Efficient Agent Planning

GATS:基于图增强树搜索的分层世界模型用于高效代理规划
Williams, Maureese, Nowicki, Dymitr
Abstract
Large Language Model (LLM) agents have shown promise in multi-step planning tasks, but existing approaches like LATS (Language Agent Tree Search) and ReAct rely heavily on LLM inference during planning, leading to high computational costs and stochastic behavior. We present \textbf{GATS} (Graph-Augmented Tree Search), a planning framework that combines systematic UCB1-based tree search with a layered world model to eliminate LLM calls during inference while achieving superior planning performance. Our three-layer world model integrates: (L1) exact symbolic action matching, (L2) statistics learned from execution logs, and (L3) LLM-based prediction for unknown actions. On synthetic planning tasks with branching paths and dead-ends, GATS achieves \textbf{100\% success rate} compared to 92 % for LATS and 64\% for ReAct. On a comprehensive stress test spanning 12 challenging scenarios -- including coding workflows, web navigation, and long-horizon tasks -- GATS maintains \textbf{100\% success} while LATS drops to 88.9 % and ReAct to 23.9%. GATS requires \textbf{zero LLM calls per task} during planning (vs. 37 per task for LATS) and produces deterministic plans with zero variance across runs. Our results demonstrate that systematic search with learned world models can substantially outperform LLM-guided exploration for agent planning.
Chinese Translation
大型语言模型(LLM)代理在多步骤规划任务中展现出良好的前景,但现有方法如LATS(语言代理树搜索)和ReAct在规划过程中过于依赖LLM推理,导致高计算成本和随机行为。我们提出了 extbf{GATS}(图增强树搜索),这是一种规划框架,结合了基于系统的UCB1树搜索与分层世界模型,以消除推理过程中的LLM调用,同时实现更优的规划性能。我们的三层世界模型整合了:(L1)精确的符号动作匹配,(L2)从执行日志中学习的统计数据,以及(L3)针对未知动作的基于LLM的预测。在具有分支路径和死胡同的合成规划任务中,GATS实现了 extbf{100\%的成功率},而LATS为92\%,ReAct为64\\%。在涵盖12个具有挑战性的场景的综合压力测试中——包括编码工作流、网页导航和长时间任务——GATS保持 extbf{100\\%的成功率},而LATS降至88.9\\%,ReAct降至23.9\\%。GATS在规划过程中每个任务需要 extbf{零次LLM调用}(而LATS每个任务需要37次),并生成在多次运行中具有零方差的确定性计划。我们的结果表明,结合学习的世界模型的系统搜索可以显著超越LLM引导的探索在代理规划中的表现。
cs.AI / 4 / 2607.08964

Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading

长时间视野终端基准:测试智能体在长时间视野终端任务中的极限,基于密集奖励的评分
Li, Zongxia, Li, Zhongzhi, Shi, Yucheng, Wang, Ruhan, Yang, Junyao, Liu, Zhichao, Wu, Xiyang, Li, Anhao, Yu, Yue, Liu, Ninghao, Sun, Lichao, Mi, Haotao, LeoweiLiang
Abstract
AI agents have become capable of autonomously completing short, well-specified tasks. However, existing terminal benchmarks largely focus on simple problems that finish within minutes and are evaluated only by their final outcome. This setup overlooks intermediate progress and partial solutions, yielding sparse reward signals and an incomplete picture of agent capability. We introduce Long-Horizon-Terminal-Bench, a terminal benchmark of 46 long-horizon tasks spanning nine categories, including experiment reproduction, software engineering, multimodal analysis, interactive games, and scientific computing. Each task follows a Terminal-Bench-style setup with a reference solution or simulation engine, but is further decomposed into fine-grained graded subtasks. This design enables dense intermediate rewards and partial credit, allowing evaluation to capture not only whether an agent reaches the final goal, but also how far it progresses on open-ended workflows. Tasks in Long-Horizon-Terminal-Bench typically require hundreds of episodes and minutes to hours of execution, stressing long-horizon planning, long-context management, and iterative debugging rather than one-shot problem solving. We evaluate 15 frontier models and find that agents consume on average 9.9M tokens per task, with roughly 231 episodes and 85.3 minutes of execution time per run, making Long-Horizon-Terminal-Bench more demanding than prior terminal-based benchmarks. Even the strongest tested model achieves 15.2% pass@1 at a partial-reward threshold of 0.95 and 10.9% at a perfect-reward threshold of 1.0, while the mean pass rate across models is 4.3% and 1.7% under the two thresholds, respectively. These results reveal headroom for improvement. We further analyze failure modes and error patterns, and release Long-Horizon-Terminal-Bench to support future progress on long-horizon terminal agents.
Chinese Translation
人工智能智能体已经能够自主完成短期、明确指定的任务。然而,现有的终端基准主要集中在几分钟内完成的简单问题上,仅通过最终结果进行评估。这种设置忽视了中间进展和部分解决方案,导致稀疏的奖励信号和对智能体能力的不完整认识。我们提出了长时间视野终端基准(Long-Horizon-Terminal-Bench),这是一个包含46个长时间视野任务的终端基准,涵盖实验重现、软件工程、多模态分析、互动游戏和科学计算等九个类别。每个任务遵循终端基准(Terminal-Bench)风格的设置,具有参考解决方案或仿真引擎,但进一步细分为细粒度的分级子任务。这种设计使得中间奖励和部分积分变得密集,评估不仅能够捕捉智能体是否达到最终目标,还能反映其在开放式工作流中进展的程度。长时间视野终端基准中的任务通常需要数百个回合和数分钟到数小时的执行时间,强调长时间视野规划、长上下文管理和迭代调试,而非一次性问题解决。我们评估了15个前沿模型,发现智能体在每个任务中平均消耗9.9M个标记,每次运行大约需要231个回合和85.3分钟的执行时间,使得长时间视野终端基准比以往的终端基准更具挑战性。即使是测试过的最强模型,在部分奖励阈值0.95下的通过率为15.2%(pass@1),在完美奖励阈值1.0下为10.9%,而各模型在这两个阈值下的平均通过率分别为4.3%和1.7%。这些结果揭示了改进的空间。我们进一步分析了失败模式和错误模式,并发布了长时间视野终端基准,以支持未来在长时间视野终端智能体上的进展。
cs.AI / 5 / 2607.08986

A Formalization of the Mean-Field Derivation of the Vlasov Equation: AI-Assisted Lean Formalization as a Strategy Game

对Vlasov方程均场推导的形式化:AI辅助的Lean形式化作为一种策略游戏
Miller, Joseph K.
Abstract
We formalize a research result in the Lean 4 proof assistant by having a mathematician direct an AI system, and frame the activity as a formalization game. The objective is to turn a LaTeX document into Lean. The game is won when the development compiles, contains no sorry, and a machine check shows the target theorems rest on Lean's foundational axioms alone. Reuse is a second check, by a definition we introduce: whether the development yields a self-contained layer of general mathematics the wider library could absorb. The case study is a complete, axiom-clean formalization of well-posedness for the nonlinear Vlasov equation via Dobrushin's mean-field route -- existence, uniqueness, the stability estimate and mean-field limit, and a short-window superposition principle (weak solutions are Lagrangian). The human's role was to direct, not to write proofs: to scope the definitions, steer the decompositions, and triage the library's gaps; the AI agent executed. The formalization certifies the proof of each statement as written; whether the written statement is the intended theorem stays the mathematician's judgment. The optimal-transport machinery that fell out of the build (in particular, properties of the Wasserstein-1 metric and the Kantorovich-Rubinstein duality theorem) separates into a self-contained layer that compiles against Mathlib alone: about a sixth of the development (49 of 299 declarations), behind a 22-declaration interface with no reverse dependency. The headline theorems ran in about a week, the full development in about a month. We report the quantitative claims as observations of one game, not as general laws. The game's rules name no particular system, so the methodological framing is meant to outlast the tools of any one run.
Chinese Translation
我们通过让一位数学家指导一个AI系统,在Lean 4证明助手中形式化一个研究结果,并将这一活动框架设定为形式化游戏。目标是将一个LaTeX文档转化为Lean。当开发能够编译且不包含任何sorry,并且机器检查显示目标定理仅依赖于Lean的基础公理时,游戏即宣告胜利。重用是第二个检查,依据我们引入的定义:即该开发是否产生了一个自包含的通用数学层,能够被更广泛的库所吸收。案例研究是通过Dobrushin的均场路径对非线性Vlasov方程的良解性进行的完整、无公理的形式化——包括存在性、唯一性、稳定性估计和均场极限,以及一个短时间窗口的叠加原理(弱解是拉格朗日的)。人类的角色是指导,而不是撰写证明:定义范围、引导分解以及优先处理库中的空白;AI代理则执行这些任务。形式化认证了每个声明的证明;书写的声明是否为预期定理仍需数学家的判断。构建过程中产生的最优传输机制(特别是Wasserstein-1度量和Kantorovich-Rubinstein对偶定理的性质)分离出一个自包含的层,能够仅与Mathlib编译:约占开发的六分之一(299个声明中的49个),通过一个无反向依赖的22个声明接口。主要定理的运行时间约为一周,完整开发时间约为一个月。我们报告的定量声明是一次游戏的观察,而非普遍法则。游戏的规则并未指定任何特定系统,因此这种方法论框架旨在超越任何一次运行的工具。
cs.AI / 6 / 2607.09059

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

ARCANA:用于ARC-AGI-2推理的反思性多智能体程序合成框架
Zhang, Kunbo, Fu, Lei, Wang, Zeyu, Liu, Zijing, Tong, Kejian
Abstract
We present ARCANA, a collaborative multi agent framework for solving ARC AGI 2 tasks under strict test time and hardware constraints. ARCANA decomposes each task into iterative perception, hypothesis generation, symbolic execution, and reflective refinement. A perceptual grounding agent builds object centric scene graphs from raw grids, a latent program policy proposes diverse DSL programs, a symbolic executor verifies candidates on demonstrations, and a reflective agent synthesizes failure driven feedback for the next turn. These agents communicate through a shared differentiable blackboard and are scheduled by a learned meta controller. The design combines structured program search with adaptive multi turn correction, improving reasoning efficiency and solution quality on challenging abstract transformation tasks.
Chinese Translation
我们提出了ARCANA,这是一个协作的多智能体框架,用于在严格的测试时间和硬件限制下解决ARC AGI 2任务。ARCANA将每个任务分解为迭代感知、假设生成、符号执行和反思性优化。感知基础代理根据原始网格构建以对象为中心的场景图,潜在程序策略提出多样的领域特定语言(DSL)程序,符号执行器在演示中验证候选程序,而反思代理为下一轮合成基于失败驱动的反馈。这些代理通过共享的可微梯度黑板进行通信,并由学习的元控制器进行调度。该设计结合了结构化程序搜索与自适应多轮纠正,提高了在具有挑战性的抽象转换任务上的推理效率和解决方案质量。
cs.AI / 7 / 2607.09076

Neuro-Agentic Control: A Deep Learning-based LLM-Powered Agentic AI Framework for Controlling Security Controls

神经代理控制:基于深度学习的LLM驱动代理人工智能框架用于控制安全控制措施
Gopali, Saroj, Chhetri, Bipin, Giri, Deepika, Siami-Namini, Sima, Namin, Akbar Siami
Abstract
Cyberattacks on operational technology are increasingly causing costly downtime and physical damage, exposing the limitations of traditional rule-based monitoring in industrial IoT environments. While Large Language Models (LLMs) have strong semantic reasoning abilities to assist in decision support, their hallucinatory nature presents unacceptable safety liabilities for closed-loop control. This paper introduces a neuro-agentic control framework, a novel architecture that couples an LLM-based planner (i.e., such as Gemini 2.5 Flash-Lite) with a pre-trained Time-Series Foundation Model (TimesFM), to achieve physics-grounded autonomous defense. The paper introduces a ``Counterfactual Physics Injection'' mechanism that simulates the impact of LLM-proposed interventions within the numerical latent space of the foundation model before actuation, while allowing the system to reject hallucinatory or unsafe actions. Evaluated on an industrial dataset (e.g., the Secure Water Treatment (SWaT)) in the context of stochastic attack scenarios, the framework exhibited better performance compared to LSTM and TCN baselines. The Neuro-Agentic Loop prevented five breaches (33.3%) below the threshold versus LSTM (26.7%) and TCN (13.3%), with zero physically invalid (hallucinated) actions executed. These results demonstrate the efficacy of using foundation models as deterministic ``Sentinels'' to safeguard agentic AI in critical infrastructure.
Chinese Translation
针对操作技术的网络攻击日益导致高昂的停机时间和物理损害,暴露了传统基于规则的监控在工业物联网环境中的局限性。尽管大型语言模型(LLMs)具有强大的语义推理能力以辅助决策支持,但其幻觉性质为闭环控制带来了不可接受的安全隐患。本文提出了一种神经代理控制框架,这是一种新颖的架构,将基于LLM的规划器(例如,Gemini 2.5 Flash-Lite)与预训练的时间序列基础模型(TimesFM)结合,以实现基于物理的自主防御。本文引入了一种“反事实物理注入”机制,在激活之前模拟LLM提出的干预措施在基础模型的数值潜在空间中的影响,同时允许系统拒绝幻觉或不安全的行为。在随机攻击场景下,基于工业数据集(例如,安全水处理(SWaT))进行评估,该框架表现出比LSTM和TCN基线更好的性能。神经代理循环在阈值以下防止了五次违规(33.3%),而LSTM为26.7%,TCN为13.3%,且未执行任何物理无效(幻觉)行为。这些结果证明了使用基础模型作为确定性“哨兵”以保护关键基础设施中的代理人工智能的有效性。
cs.AI / 8 / 2607.09099

L-MAD: A Systematic Evaluation of Multi-Agent Debate Structures in Legal Reasoning

L-MAD:法律推理中多智能体辩论结构的系统评估
Nguyen, Tan-Minh, Nguyen, Hoang-Trung, Nguyen, Huu-Dong, Do, Dinh-Truong, Vuong, Thi-Hai-Yen, Nguyen, Le-Minh
Abstract
While multi-agent debate (MAD) frameworks have shown significant potential in general reasoning, their effectiveness in highly structured, knowledge-heavy legal domains remains under-explored. In this work, we introduce the Legal Multi-Agent Debate (L-MAD) framework to systematically evaluate different debate structures and aggregation methods within Legal Textual Entailment. By assigning distinct expert personas to multiple agents, L-MAD improves upon strong single-agent baselines by up to 8\%. Furthermore, analyzing how debate scales reveals a clear trade-off: increasing the agent population reduces inconsistency and improves accuracy, whereas extending discussion rounds induces a detrimental \textit{over-deliberation drift} where agents reinforce each other's mistakes. Ultimately, our findings outline the practical boundaries and safety margins of deploying collaborative multi-agent systems in high-stakes legal reasoning environments.
Chinese Translation
尽管多智能体辩论(MAD)框架在一般推理中显示出显著潜力,但其在高度结构化、知识密集的法律领域中的有效性仍然未被充分探索。在本研究中,我们引入了法律多智能体辩论(L-MAD)框架,以系统地评估法律文本蕴涵中的不同辩论结构和聚合方法。通过为多个智能体分配不同的专家角色,L-MAD在强大的单智能体基线之上提高了最多8%的性能。此外,分析辩论的规模揭示了一个明显的权衡:增加智能体数量可以减少不一致性并提高准确性,而延长讨论轮次则会导致有害的“过度审议漂移”(over-deliberation drift),使智能体相互强化彼此的错误。最终,我们的研究结果勾勒出了在高风险法律推理环境中部署协作多智能体系统的实际边界和安全边际。
cs.AI / 9 / 2607.09142

MedRealMM: A Real-World Multimodal Benchmark for Chinese Online Medical Consultation

MedRealMM:一个针对中国在线医疗咨询的真实世界多模态基准
Shi, Runhan, Zhou, Quan, Xu, Yuqian, Yang, Shuai, Wu, Xin, Zhou, Zitong, Liu, Hui, Cha, Bin, Wang, Zheming, Li, Liya, Wei, Wei, Hu, Haoyuan, Xu, Jun
Abstract
Large language models (LLMs) are increasingly deployed in online medical consultation, yet existing benchmarks remain poorly aligned with real clinical practice. Many rely on synthetic conversations or patient simulators, omit patient-uploaded medical images, or evaluate open-ended clinical responses using multiple-choice or lexical-overlap metrics that poorly reflect clinical quality. We introduce \textbf{MedRealMM}, a large-scale benchmark for multimodal online medical consultation built from de-identified patient-doctor interactions collected from a nationwide Chinese internet hospital. MedRealMM uses a Multimodal Clinical Challenge Point (MCCP) extraction framework to identify clinically demanding moments in authentic consultation trajectories and converts each into a standardized next-response generation task while preserving the preceding text-image context. Each instance is paired with a case-specific rubric refined by physicians that rewards clinically desirable behaviors and penalizes unsafe, unsupported, or contradictory responses. The current release contains 5,620 real-world multimodal cases spanning 64 clinical departments. We evaluate 19 general-purpose and medical-specialized LLMs, including text-only and multimodal systems. Our results show that image information is critical for reliable clinical performance and that current frontier models remain below the online physician response. Although some frontier models satisfy as many or more positive clinical criteria than physicians, they trigger more negative criteria, indicating that safety-sensitive error avoidance remains a central bottleneck. MedRealMM offers a realistic and reproducible benchmark for evaluating multimodal medical reasoning in real-world online consultation. The dataset will be publicly available on Hugging Face at https://huggingface.co/datasets/jdh-algo/MedRealMM.
Chinese Translation
大型语言模型(LLMs)在在线医疗咨询中的应用日益增多,但现有基准与真实临床实践之间的契合度仍然较低。许多基准依赖于合成对话或患者模拟器,忽略了患者上传的医学图像,或使用多项选择或词汇重叠等指标评估开放式临床响应,这些指标无法准确反映临床质量。我们推出了 extbf{MedRealMM},这是一个基于从全国范围内的中国互联网医院收集的去标识化患者-医生互动构建的大规模多模态在线医疗咨询基准。MedRealMM采用多模态临床挑战点(MCCP)提取框架,识别真实咨询轨迹中的临床需求时刻,并将每个时刻转换为标准化的下一响应生成任务,同时保留前文的文本-图像上下文。每个实例都配有由医生精炼的特定案例评分标准,该标准奖励临床上期望的行为,并惩罚不安全、无支持或矛盾的响应。目前发布的版本包含5,620个真实世界的多模态案例,涵盖64个临床科室。我们评估了19个通用和医学专业的LLMs,包括仅文本和多模态系统。我们的结果表明,图像信息对可靠的临床表现至关重要,而当前的前沿模型仍低于在线医生的响应。尽管一些前沿模型满足与医生相同或更多的积极临床标准,但它们也触发了更多的负面标准,表明避免安全敏感错误仍然是一个核心瓶颈。MedRealMM为评估真实世界在线咨询中的多模态医学推理提供了一个现实且可重复的基准。该数据集将在Hugging Face上公开,网址为https://huggingface.co/datasets/jdh-algo/MedRealMM。
cs.AI / 10 / 2607.09153

KV-PRM: Efficient Process Reward Modeling via KV-Cache Transfer for Multi-Agent Test-Time Scaling

KV-PRM:通过KV缓存转移实现高效的过程奖励建模以应对多智能体测试时扩展
Kuang, Peng, Jin, Haibo, Han, Xiaoyu, Wang, Yanli, Yuan, Xiaopeng, Yu, Ye, Xu, Kaidi, Wang, Haohan
Abstract
Process Reward Models (PRMs) have been proven to be highly effective in guiding test-time scaling (TTS) methods, which significantly boost the capabilities of LLM-based multi-agent systems. However, existing PRMs are text-based: they re-encode the entire trajectory text from scratch. In long multi-agent rollouts, the scoring cost, growing quadratically with respect to sequence length L, creates a severe computational bottleneck, severely limiting PRMs' application in long-context scenarios. To resolve this, we introduce KV-PRM, a highly efficient process reward model that eliminates the heavy text re-encoding by directly reading the KV cache produced naturally during the LLM's generation phase. By processing a single "verify token" against the pre-existing KV cache, KV-PRM reduces the scoring cost from O(L^2) to O(L). We formally prove that the KV cache contains strictly greater information capacity than text, and is more efficient for downstream reward modeling. Empirically, across the MATH, GSM8K, and AIME benchmarks, KV-PRM matches or strictly outperforms text-PRMs under various TTS methods such as Beam Search, MCTS, and Weighted Voting, with up to a 5,000x reduction in scoring FLOPs, a 37x reduction in latency, and a 34x reduction in per-sequence memory footprint compared to text-based PRMs.
Chinese Translation
过程奖励模型(PRMs)已被证明在指导测试时扩展(TTS)方法方面极为有效,这显著提升了基于大语言模型(LLM)的多智能体系统的能力。然而,现有的PRMs是基于文本的:它们从头开始重新编码整个轨迹文本。在长时间的多智能体回放中,评分成本随着序列长度L的平方增长,造成了严重的计算瓶颈,严重限制了PRMs在长上下文场景中的应用。为了解决这个问题,我们提出了KV-PRM,这是一种高效的过程奖励模型,通过直接读取在LLM生成阶段自然产生的KV缓存,消除了繁重的文本重新编码。通过对预先存在的KV缓存处理单个“验证令牌”,KV-PRM将评分成本从O(L^2)降低到O(L)。我们正式证明KV缓存包含的有效信息容量严格大于文本,并且在下游奖励建模中更为高效。在MATH、GSM8K和AIME基准测试中,KV-PRM在各种TTS方法(如束搜索、蒙特卡洛树搜索和加权投票)下与文本PRMs的表现相当或严格优于文本PRMs,评分FLOPs最多减少5000倍,延迟减少37倍,单序列内存占用减少34倍,相较于基于文本的PRMs。
cs.AI / 11 / 2607.09175

Scoped Verification for Reliable Long-Horizon Agentic Context Evolution under Distribution Shift

在分布变化下可靠的长时间跨度代理上下文演变的范围验证
Hsu, Dan C., Lu, Luke
Abstract
Deployed LLM agents rely on agentic context, the model-external textual control content assembled by an operational harness. In this work, the mutable component of that context is a persistent system-level instruction that is updated from operational experience while the model, tools, and harness remain fixed. Over long evolution horizons, flat-text maintenance makes verification increasingly difficult as accumulated instructions grow and interact. We propose Graph-Regularized Agentic Context Evolution (GRACE), which maintains the persistent instruction component as a typed semantic graph and validates proposed updates within the local typed neighborhoods of modified nodes. Accepted graph updates are reconstructed as incremental edits to the textual instruction checkpoint used at deployment. We evaluate GRACE within a fixed telecom agent harness derived from $\tau^2$-bench under a controlled distribution-shift protocol. Across five independent replications, GRACE improves strict reliability, measured by pass^3, from the Gemini 2.5 Flash zero-shot value of 0.091 to 0.673$\pm$0.136 at the final checkpoint. This exceeds a Gemini 3.1 Pro zero-shot reference of 0.242 on the same held-out set, while the flat-text HCE baseline finishes at 0.191$\pm$0.051. These results identify two requirements for reliable long-horizon context evolution, a structural substrate that makes verification local and a consolidation mechanism that keeps accumulated instruction content usable.
Chinese Translation
部署的LLM代理依赖于代理上下文,这是由操作性工具组装的模型外部文本控制内容。在本研究中,该上下文的可变组件是一个持久的系统级指令,该指令根据操作经验进行更新,而模型、工具和工具组保持不变。在长时间演变的过程中,平面文本的维护使得验证变得越来越困难,因为累积的指令不断增长并相互作用。我们提出了图正则化代理上下文演变(Graph-Regularized Agentic Context Evolution,GRACE),它将持久指令组件维护为一个类型化语义图,并在修改节点的局部类型化邻域内验证提议的更新。接受的图更新被重构为在部署时使用的文本指令检查点的增量编辑。我们在一个固定的电信代理工具组中评估GRACE,该工具组源自$ au^2$-bench,并在受控的分布变化协议下进行评估。在五次独立的重复实验中,GRACE将严格可靠性(通过pass^3测量)从Gemini 2.5 Flash零-shot值0.091提高到最终检查点的0.673$ ext{±}0.136。这一结果超过了在同一保留集上Gemini 3.1 Pro零-shot参考值0.242,而平面文本HCE基线的结果为0.191$ ext{±}0.051。这些结果确定了可靠的长时间跨度上下文演变的两个要求:使验证局部化的结构基础和保持累积指令内容可用的整合机制。
cs.AI / 12 / 2607.09195

Toward Auditable AI Scientists: A Hypothesis Evolution Protocol for LLM Agents

迈向可审计的人工智能科学家:一种用于大型语言模型代理的假设演化协议
Takahara, Izumi, Mizoguchi, Teruyasu
Abstract
Large language model (LLM) agents are increasingly expected to play a central role in AI-driven scientific discovery. Equipped with broad knowledge, flexible reasoning, and tool use, they have the potential to autonomously explore and solve scientific problems by repeatedly proposing hypotheses, testing them, and revising their beliefs in the light of the evidence. In current agents, however, these hypotheses, tests, and belief updates are buried in unstructured logs, and no mechanism lets the agent or the human researcher audit that process. Here we propose the Hypothesis Evolution Protocol (HEP), an agent harness that provides hypothesis generation, evaluation, and evolution as explicit, auditable operations. On materials-science research tasks, a HEP-equipped agent operates the hypothesis--test--evidence--belief cycle that planning-style agents lack, generalizes across research questions, and exploits the protocol more fully as the base LLM becomes more capable. These results mark a step toward auditable AI scientists, whose scientific reasoning can be inspected, verified, and built upon.
Chinese Translation
大型语言模型(LLM)代理越来越被期望在人工智能驱动的科学发现中发挥核心作用。凭借广泛的知识、灵活的推理能力和工具使用能力,它们有潜力通过反复提出假设、测试假设并根据证据修正信念,自动探索和解决科学问题。然而,在当前的代理中,这些假设、测试和信念更新都埋藏在非结构化的日志中,没有机制让代理或人类研究者审计这一过程。在此,我们提出了假设演化协议(HEP),这是一种代理工具,提供假设生成、评估和演化作为明确的、可审计的操作。在材料科学研究任务中,配备HEP的代理执行假设-测试-证据-信念循环,这是规划风格的代理所缺乏的,能够在研究问题之间进行泛化,并随着基础LLM能力的提升,充分利用该协议。这些结果标志着迈向可审计的人工智能科学家的重要一步,其科学推理可以被检查、验证并在此基础上进行进一步研究。
cs.AI / 13 / 2607.09217

OpenProver: Agentic and Interactive Theorem Proving with Lean 4

OpenProver:基于 Lean 4 的自主和交互式定理证明
Kripner, Matěj, Straka, Milan
Abstract
In this system paper, we present OpenProver, an open-source system for LLM-driven automated theorem proving (ATP) with integrated Lean 4 formal verification. OpenProver integrates a Planner-Worker-Verifier architecture inspired by recent ATP agentic systems such as Aletheia. A Planner agent maintains a compact Whiteboard scratchpad and an unbounded Repository of intermediate findings, and decomposes mathematical work into parallel Workers. OpenProver is fully open-source, offers reproducible evaluation through automatic formal verification of generated proofs, and provides an interactive terminal interface for human-guided proof search. In interactive mode, OpenProver allows the human operator to monitor and steer the proof search process, motivated by the established human-AI synergy in interactive code generation. To showcase the potential for quantitative ablation experiments enabled by automatic formal verification, we evaluate OpenProver on ProofNet and compare it with a simple baseline. OpenProver is publicly available at https://github.com/kripner/OpenProver.
Chinese Translation
在这篇系统论文中,我们介绍了 OpenProver,一个用于 LLM 驱动的自动定理证明(ATP)的开源系统,集成了 Lean 4 形式验证。OpenProver 采用了受最近 ATP 自主系统(如 Aletheia)启发的规划者-工作者-验证者架构。规划者代理维护一个紧凑的白板草稿和一个无限的中间发现库,并将数学工作分解为并行的工作者。OpenProver 完全开源,通过自动形式验证生成的证明提供可重复的评估,并为人类引导的证明搜索提供交互式终端接口。在交互模式下,OpenProver 允许人类操作员监控和引导证明搜索过程,这一过程受到人机协同在交互式代码生成中的启发。为了展示自动形式验证所带来的定量消融实验的潜力,我们在 ProofNet 上评估了 OpenProver,并与一个简单的基线进行了比较。OpenProver 可在 https://github.com/kripner/OpenProver 上公开获取。
cs.AI / 14 / 2607.09322

LongMedBench: Benchmarking Medical Agents for Long-Horizon Clinical Decision-Making

LongMedBench:针对长期临床决策的医疗代理基准测试
Chen, Yanzhen, Xu, Zihan, Zhang, Xiaocheng, Fan, Zhiting, Zhai, Weiqi, Xu, Hongxia, Liu, Zuozhu
Abstract
In this work, we introduce LongMedBench, a real-world EHR-based benchmark for long-horizon clinical decision-making. Prior evaluations of LLM-based medical agents have largely emphasized short-context knowledge QA and tool use. However, real-world medical care is inherently longitudinal, and clinicians must aggregate evidence across repeated visits, tests, and evolving treatments. Therefore, long-horizon interaction is essential for realistic assessment. LongMedBench is constructed via a reproducible pipeline that integrates MIMIC-IV admission records and clinical notes into time-series event streams and long-context memory datasets, enabling long-horizon, multi-session interactions between agents and a clinical environment. It comprises 335 patients, with 19.72 inpatient visits per patient on average and 44.91 medical events per visit. Guided by the long-horizon decision process, we propose an evaluation taxonomy with three suites: fact-based QA, temporal reasoning, and long-horizon decision-making. This taxonomy measures how agents understand and leverage historical patient information over extended horizons. Our experiments show that while recent LLMs can make good use of explicit timestamps, they have challenges in implicit time inference; The RAG and agent memory system can improve the performance of information retrieval tasks, but the performance of decision-making tasks is highly dependent on the model's immediate context.
Chinese Translation
在本研究中,我们介绍了LongMedBench,这是一个基于真实世界电子健康记录(EHR)的长期临床决策基准测试。以往对基于大型语言模型(LLM)的医疗代理的评估主要强调短时上下文知识问答和工具使用。然而,现实中的医疗护理本质上是纵向的,临床医生必须在多次就诊、检测和不断演变的治疗中整合证据。因此,长期交互对于现实评估至关重要。LongMedBench通过一个可复现的流程构建,该流程将MIMIC-IV入院记录和临床笔记整合为时间序列事件流和长期上下文记忆数据集,使代理与临床环境之间能够进行长期的多会话交互。该基准包含335名患者,平均每名患者有19.72次住院就诊和每次就诊44.91个医疗事件。在长期决策过程的指导下,我们提出了一个包含三个模块的评估分类法:基于事实的问答、时间推理和长期决策。这一分类法衡量代理如何理解和利用历史患者信息以应对较长时间范围的决策。我们的实验表明,尽管近期的LLM能够很好地利用显式时间戳,但在隐式时间推断方面存在挑战;RAG(检索增强生成)和代理记忆系统可以提高信息检索任务的性能,但决策任务的表现高度依赖于模型的即时上下文。
cs.AI / 15 / 2607.09330

Communication-Efficient Digital-Twin Coordination for Heterogeneous LLM Embodied Agents over Computing Power Networks

基于计算能力网络的异构大型语言模型(LLM)具身代理的通信高效数字双胞胎协调
Yang, Nuocheng, Wang, Sihua, Chen, Zihan, Quek, Tony Q. S., Yin, Changchuan
Abstract
Embodied agent teams powered by heterogeneous large language models (LLMs) are being widely deployed in physical artificial intelligence such as smart factories, warehouses, and service robotics. To enable collaboration among such an agent team, efficient coordination mechanisms that operate reliably under limited network resources are required. However, existing heterogeneous LLM-agent coordination frameworks that rely on multi-round natural-language-based conversations introduce three coupled challenges. First, inter-agent dialogue incurs communication overhead that grows rapidly with team size. Second, the quality of coordination is constrained by the heterogeneous capabilities of the agent team's LLMs. Third, agents may suffer from action delays due to iterative negotiation. To address these challenges, we propose LDT-Coord, a networked coordination framework built upon a lightweight digital twin (DT). Specifically, each agent independently selects its intended action and reports both the action decision and a structured temporal constraint over shared resources to the DT server, thereby decoupling coordination performance from natural-language reasoning ability. Then, DT executes a training-free, rule-based orchestrator algorithm to resolve cross-agent conflicts and returns coordination instructions to prevent such conflicts. To further reduce communication overhead, we formulate agent reporting control as a constrained partially observable Markov decision process (C-POMDP) and solve it with the PPO-Lagrangian algorithm. Simulation results show that LDT-Coord achieves a task success rate comparable to conventional coordination methods while reducing communication overhead by more than 70x and maintaining robustness under LLM heterogeneity.
Chinese Translation
由异构大型语言模型(LLM)驱动的具身代理团队正在广泛应用于智能工厂、仓库和服务机器人等物理人工智能领域。为了实现此类代理团队之间的协作,需要在有限网络资源下可靠运行的高效协调机制。然而,现有依赖于多轮自然语言对话的异构LLM代理协调框架引入了三个相互关联的挑战。首先,代理之间的对话会产生通信开销,且随着团队规模的增加而迅速增长。其次,协调的质量受到代理团队的LLM异构能力的限制。第三,代理可能因迭代谈判而遭遇行动延迟。为了解决这些挑战,我们提出了LDT-Coord,这是一个基于轻量级数字双胞胎(DT)的网络协调框架。具体而言,每个代理独立选择其预期行动,并将行动决策及对共享资源的结构化时间约束报告给DT服务器,从而将协调性能与自然语言推理能力解耦。然后,DT执行一种无训练的基于规则的协调算法,以解决跨代理冲突,并返回协调指令以防止此类冲突。为了进一步减少通信开销,我们将代理报告控制形式化为约束部分可观察马尔可夫决策过程(C-POMDP),并使用PPO-Lagrangian算法进行求解。仿真结果表明,LDT-Coord在任务成功率上与传统协调方法相当,同时将通信开销减少超过70倍,并在LLM异构性下保持鲁棒性。
cs.AI / 16 / 2607.09403

Fictional Worldbuilding: Multi-Agent LLM Collaboration with Hierarchical Context Compression and Iterative Review

虚构世界构建:具有层次上下文压缩和迭代审查的多智能体大语言模型协作
Chen, Jingbo, Wang, He, Yuan, Wei, Lai, Yuqiao, Lu, Zhenyan
Abstract
Worldbuilding, the construction of coherent fictional worlds, is a foundational task in game design and literary creation. Large Language Models (LLMs) offer new possibilities for automated content generation, but their application to worldbuilding faces three challenges: context explosion that grows linearly with the building process, the tension between creative diversity and content consistency, and the absence of automated quality assurance. This paper presents AutoWorldBuilder, a multi-agent collaborative system that addresses these challenges through five integrated components: a structured concept network with conflict detection; a DAG-based hybrid batch scheduler that groups tasks by semantic locality; a four-layer context compression mechanism achieving approximately 90% token reduction; an iterative review system with specialized Auditor agents that improves proposal pass rates from 42% to over 85%; and a skill-driven agent architecture supporting zero-code extension with differentiated temperature configuration. Two experiments across 20 diverse worldbuilding tasks, using GPT-OSS 120B and DeepSeek v3.2 as LLM backends, demonstrate a 95.0% success rate. The system generated 56-103 self-consistent concepts per world in 18-31 minutes with zero-conflict delivery. The architectural patterns validated here, including layer-as-budget compression, semantic-locality scheduling, and separation of generation and review, transfer to the broader class of knowledge-intensive, multi-agent LLM applications.
Chinese Translation
世界构建,即构建连贯的虚构世界,是游戏设计和文学创作中的基础任务。大型语言模型(LLMs)为自动内容生成提供了新的可能性,但其在世界构建中的应用面临三大挑战:随着构建过程线性增长的上下文爆炸、创造性多样性与内容一致性之间的紧张关系,以及缺乏自动化质量保证。本文提出了AutoWorldBuilder,一个多智能体协作系统,通过五个集成组件解决这些挑战:具有冲突检测的结构化概念网络;基于有向无环图(DAG)的混合批调度器,按语义局部性对任务进行分组;一个实现约90%令牌减少的四层上下文压缩机制;一个具有专门审计代理的迭代审查系统,将提案通过率从42%提高到超过85%;以及一个支持零代码扩展的技能驱动代理架构,具有差异化的温度配置。在使用GPT-OSS 120B和DeepSeek v3.2作为LLM后端的20个多样化世界构建任务中进行的两项实验显示了95.0%的成功率。该系统在18-31分钟内为每个世界生成了56-103个自洽概念,且交付过程中没有冲突。这里验证的架构模式,包括层作为预算压缩、语义局部性调度以及生成与审查的分离,能够转移到更广泛的知识密集型多智能体LLM应用中。
cs.AI / 17 / 2607.09449

How Does Bayesian Causal Discovery Fail? Characterising Structural Consequences in Linear Gaussian Networks under Latent Confounding

贝叶斯因果发现如何失败?在潜在混淆下线性高斯网络的结构后果特征化
Ghosh, Debargha, Renooij, Silja, Kononova, Anna
Abstract
Bayesian causal discovery is widely used for its ability to quantify epistemic uncertainty over directed acyclic graphs (DAGs) through posterior inference. However, its behaviour under latent confounding remains poorly understood, as existing work typically notes that confounding breaks identifiability without characterising how the posterior distribution over DAGs responds. In this work, we analyse posterior behaviour under latent confounding in linear Gaussian causal models, focusing on additive latent confounding between exactly two observed variables. We derive a critical correlation threshold above which the score function favours graphs with a spurious edge between the confounded variables, and show that this threshold decreases with sample size -- more data lowers the correlation required for the spurious edge to be favoured. Beyond this threshold, we characterize two distinct posterior failure regimes determined by the local structure around the confounded variables. Our findings are supported by exact posterior computations on multiple graph structures, demonstrating both the predicted failure regimes.
Chinese Translation
贝叶斯因果发现因其能够通过后验推断量化有向无环图(DAGs)上的认知不确定性而被广泛使用。然而,其在潜在混淆下的行为仍然不够明确,因为现有研究通常指出混淆破坏了可识别性,却未能描述后验分布如何响应于DAGs。在本研究中,我们分析了线性高斯因果模型中潜在混淆下的后验行为,重点关注两个观察变量之间的加性潜在混淆。我们推导出一个关键的相关性阈值,超过该阈值时,评分函数倾向于选择在混淆变量之间存在虚假边的图,并且显示该阈值随着样本量的增加而降低——更多的数据降低了支持虚假边所需的相关性。超出该阈值后,我们特征化了由混淆变量周围的局部结构决定的两种不同的后验失败机制。我们的发现通过对多种图结构的精确后验计算得到了支持,验证了预测的失败机制。
cs.AI / 18 / 2607.09474

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

ProofCouncil:一个用于解决开放数学问题的LLM代理
Schmitt, Johannes, Gehrunger, Tim, Dekoninck, Jasper, Bérczi, Gergely, Kreitner, Uri, Price, Liam, Holmes, David
Abstract
Large language models (LLMs) have shown increasing promise in solving open problems in mathematics. However, their performance can be further improved through agentic workflows tailored to real-world mathematical practice. To this end, we introduce ProofCouncil, a mathematical agent that is designed to tackle open problems using an author-critic architecture. ProofCouncil served as a submission to the second batch of FirstProof, a challenge consisting of 10 real-world mathematical problems that agents must solve autonomously. Its submissions for 6 of the 10 problems were judged by the referees to be correct up to at most minor revisions, showing the best performance among participating teams. We also evaluate ProofCouncil on 30 open problems collected from mathematical researchers. Among the 21 solutions that received human feedback, 5 were judged completely correct, 2 more were judged promising pending final verification, and a further 8 contained useful partial progress. In this short paper, we describe the development of ProofCouncil and the agent-building library used to create it, which we release as open source to the community.
Chinese Translation
大型语言模型(LLMs)在解决数学中的开放问题方面展现了越来越大的潜力。然而,通过针对现实世界数学实践量身定制的代理工作流程,LLMs的性能可以进一步提升。为此,我们介绍了ProofCouncil,一个旨在利用作者-评论家架构解决开放问题的数学代理。ProofCouncil作为对第二批FirstProof挑战的提交,该挑战包含10个需要代理自主解决的现实数学问题。其对10个问题中6个的提交被评审认为在最多小修的情况下是正确的,显示出在参与团队中的最佳表现。我们还对ProofCouncil在从数学研究者收集的30个开放问题上的表现进行了评估。在收到人类反馈的21个解决方案中,5个被评判为完全正确,另外2个被认为有希望但需最终验证,此外还有8个包含有用的部分进展。在这篇简短的论文中,我们描述了ProofCouncil的开发过程以及用于创建它的代理构建库,并将其作为开源项目发布给社区。
cs.AI / 19 / 2607.09489

Ceci n'est pas une pipe: AI systems as semantic abstractions

这不是一根烟斗:人工智能系统作为语义抽象
Alglave, Jade, Cousot, Patrick
Abstract
An AI system's output is not the fact or world state it appears to describe, but rather an engineered representation. We propose a semantic framework to describe AI systems, to be able to examine the correctness of such representations. To do so, we distinguish what is justified by accepted domain knowledge, what reference sources say, and what the system can currently use. This allows us to give precise definitions to common failures: extrapolation, refuted or unsupported assertion, sources versus knowledge mismatch, stale or refuted source, added hypotheses, unsupported use... We hope our framework gives a useful vocabulary for specifying and checking AI systems whose outputs, citations, tool calls, and world-changing actions must be justified by reliable claims and explicit authority rather than apparent fluency.
Chinese Translation
人工智能系统的输出并不是它所描述的事实或世界状态,而是一种经过工程设计的表示。我们提出了一个语义框架来描述人工智能系统,以便能够检验这些表示的正确性。为此,我们区分了被接受的领域知识所证明的内容、参考来源所述内容以及系统当前能够使用的内容。这使我们能够对常见的失败给出精确的定义:外推、被驳斥或无支持的断言、来源与知识的不匹配、过时或被驳斥的来源、添加的假设、无支持的使用等。我们希望我们的框架能够提供一个有用的词汇,用于指定和检查人工智能系统,其输出、引用、工具调用和改变世界的行为必须由可靠的主张和明确的权威来证明,而不是表面的流畅性。
cs.AI / 20 / 2607.09492

Multimodal Reward Hacking in Reinforcement Learning

强化学习中的多模态奖励黑客行为
Yao, Jiayu, Wang, Yiwei, Zhang, Anmeng, Sun, Zhe, Wang, Songsong, Mei, Lingrui, Ge, Yuyao, Liu, Shenghua
Abstract
Reinforcement learning (RL) is increasingly used to align multimodal large language models (MLLMs), but higher rewards do not always imply better task performance. This risk is amplified when visual evidence is evaluated by text-only or weakly grounded rewards. We study reward hacking in MLLM RL across safety VQA, chart VQA, and stress-test settings, varying reward design, data ambiguity, model scale (2B-32B), and RL algorithm (GRPO, RLOO, DAPO). We introduce Newly Rewarded Failure Rate (NRFR), which measures failures among samples whose proxy reward improves over the SFT baseline. Outcome-only rewards cause severe hacking, reaching 48.1% Reward Hacking Rate (RHR), while NRFR exceeding RHR shows that RL creates new failures rather than merely inheriting them. Scaling reduces but does not eliminate hacking: even the 32B model retains a 54.9% worse rate under outcome-only rewards, whereas answer-aware rewards improve the oracle trend at every scale. Robustness is also algorithm- and scale-dependent: GRPO is consistently most resistant, RLOO remains vulnerable, and DAPO improves substantially from 2B to 8B. Visual-evidence rewards help only with reliable verification: keyword-based checks increase hacking, while VLM-as-judge semantic verification reduces it. Overall, multimodal reward hacking is a systematic result of optimizing imperfect rewards, and robust alignment requires rewards and verifiers that remain reliable under optimization pressure.
Chinese Translation
强化学习(RL)越来越多地用于对齐多模态大型语言模型(MLLMs),但更高的奖励并不总是意味着更好的任务表现。当视觉证据仅通过文本或弱基础奖励进行评估时,这一风险会加剧。我们研究了在安全视觉问答(VQA)、图表视觉问答和压力测试环境中,MLLM RL的奖励黑客行为,变化因素包括奖励设计、数据模糊性、模型规模(2B-32B)和RL算法(GRPO、RLOO、DAPO)。我们引入了新奖励失败率(NRFR),该指标衡量那些代理奖励在SFT基线之上改善的样本中的失败情况。仅基于结果的奖励导致严重的黑客行为,奖励黑客率(RHR)达到48.1%,而NRFR超过RHR则表明RL创造了新的失败,而不仅仅是继承了旧的失败。规模的扩大虽然减少了黑客行为,但并未消除:即使是32B模型在仅基于结果的奖励下仍保持54.9%的较差率,而关注答案的奖励在每个规模上都改善了预期趋势。鲁棒性也依赖于算法和规模:GRPO始终表现出最强的抗干扰能力,RLOO则仍然脆弱,而DAPO在从2B到8B时有显著改善。视觉证据奖励仅在可靠验证时有效:基于关键词的检查增加了黑客行为,而将视觉语言模型(VLM)作为评判者的语义验证则减少了黑客行为。总体而言,多模态奖励黑客行为是优化不完美奖励的系统性结果,鲁棒的对齐需要在优化压力下仍然可靠的奖励和验证器。
cs.AI / 21 / 2607.09493

Shared Selective Persistent Memory for Agentic LLM Systems

用于自主大型语言模型系统的共享选择性持久内存
Pedada, Sanjana, Dhavala, Aditya, Patil, Neelraj
Abstract
Agentic LLM systems that generate code through multi-turn tool use face a fundamental context problem: each session starts from zero, discarding the configuration choices, domain constraints, data schemas, and tool-use patterns that made previous sessions productive. Naively persisting entire conversation histories is token-inefficient and counterproductive: irrelevant context degrades generation quality. We introduce shared selective persistent memory, an architecture that identifies and retains four categories of reusable context (task specifications, data schemas, tool configurations, and output constraints) while discarding session-specific reasoning traces. Crucially, this memory is shared: workspaces encapsulating selective memory can be transferred across users with role-based access control, enabling collaborative reuse without redundant specification. We implement it in a deployed collaborative workspace platform where LLM agents produce, edit, and maintain git-versioned artifacts (dashboards, reports, and data-driven documents) from heterogeneous sources (CSV, SQL, REST APIs, and MCP servers). A complementary zero-token data refresh mechanism decouples generated programs from runtime data, enabling artifact reuse without re-invocation. Across three enterprise scenarios, shared selective persistent memory achieves 96% task completion (vs. 79% without memory and 71% with full history). Zero-token refresh eliminates LLM re-invocation for recurring updates (14x task-time reduction), while summary-driven generation cuts per-invocation token cost by 97x versus raw data injection. A replication on four public datasets confirms generalizability, with zero-token refresh succeeding in 12/12 trials. Notably, naive full-history persistence actively degrades completion by biasing the agent with stale traces, while selective memory outperforms both extremes.
Chinese Translation
自主大型语言模型(LLM)系统通过多轮工具使用生成代码,面临一个基本的上下文问题:每个会话从零开始,丢弃了使先前会话富有成效的配置选择、领域约束、数据模式和工具使用模式。简单地持久化整个对话历史在令牌使用上效率低下且适得其反:无关的上下文会降低生成质量。我们提出了共享选择性持久内存,这是一种架构,能够识别并保留四类可重用的上下文(任务规范、数据模式、工具配置和输出约束),同时丢弃特定于会话的推理痕迹。重要的是,这种内存是共享的:封装选择性内存的工作空间可以通过基于角色的访问控制在用户之间转移,从而实现协作重用而无需冗余规范。我们在一个已部署的协作工作空间平台中实现了这一点,其中LLM代理从异构来源(CSV、SQL、REST API和MCP服务器)生成、编辑和维护git版本化的工件(仪表板、报告和数据驱动文档)。一个互补的零令牌数据刷新机制将生成的程序与运行时数据解耦,使得工件在不重新调用的情况下得以重用。在三个企业场景中,共享选择性持久内存实现了96%的任务完成率(而没有内存时为79%,使用完整历史时为71%)。零令牌刷新消除了对LLM的重复调用以进行周期性更新(任务时间减少14倍),而基于摘要的生成将每次调用的令牌成本降低了97倍,相较于原始数据注入。对四个公共数据集的复制实验确认了其普遍适用性,零令牌刷新在12/12次试验中成功。值得注意的是,简单的完整历史持久化通过用过时的痕迹偏见代理,积极降低了完成率,而选择性内存则优于两者的极端情况。
cs.AI / 22 / 2607.09521

SAGEAgent: A Self-Evolving Agent for Cost-Aware Modality Acquisition in Multimodal Survival Prediction

SAGEAgent:一种自我进化的代理,用于多模态生存预测中的成本感知模态获取
Qu, Chongyu, Cui, Can, Lu, Zhengyi, Zhu, Junchao, Yao, Tianyuan, Guo, Junlin, Xiong, Juming, Zhu, Yanfan, Yang, Yuechen, Landman, Bennett A., Huo, Yuankai
Abstract
Does every cancer patient truly need a complete diagnostic workup for accurate survival prediction? In multimodal clinical oncology, diagnostic modalities follow a clinically mandated order of escalating burden -- from demographics collected at intake to genomic profiling requiring specialized tissue analysis. Current multimodal survival methods either assume all modalities are available or passively handle missing data, but none actively reason about whether acquiring the next modality is justified for a given patient along this ordered workflow. We formulate this as a sequential decision problem and propose SAGEAgent (Sequential Acquisition Guided by Experience), a self-evolving LLM-based clinical agent that decides which diagnostic modalities to acquire for each patient, balancing predictive accuracy against clinical invasiveness. SAGEAgent reasons about each patient's evolving diagnostic state through clinical tools that translate numerical predictions into text, an episodic memory that retrieves similar past cases, and a semantic memory that accumulates reusable decision patterns from experience. Experiments on a glioma cohort combining TCGA-LGG, TCGA-GBM, and BraTS with four diagnostic modalities demonstrate that SAGEAgent achieves competitive survival prediction accuracy while reducing average acquisition burden by 55%.
Chinese Translation
每位癌症患者真的需要进行完整的诊断工作以获得准确的生存预测吗?在多模态临床肿瘤学中,诊断模态遵循临床规定的逐步负担顺序——从入院时收集的人口统计信息到需要专业组织分析的基因组分析。目前的多模态生存方法要么假设所有模态均可用,要么被动处理缺失数据,但没有一种方法主动推理在这一有序工作流程中,获取下一个模态是否对特定患者是合理的。我们将此问题表述为一个序列决策问题,并提出了SAGEAgent(基于经验的序列获取),这是一种自我进化的基于大型语言模型(LLM)的临床代理,能够为每位患者决定获取哪些诊断模态,在预测准确性与临床侵入性之间取得平衡。SAGEAgent通过临床工具推理每位患者不断变化的诊断状态,这些工具将数值预测转化为文本,利用情节记忆检索相似的过去案例,以及利用语义记忆积累可重用的决策模式。对结合TCGA-LGG、TCGA-GBM和BraTS的胶质瘤队列进行的实验表明,SAGEAgent在实现竞争性的生存预测准确性的同时,将平均获取负担降低了55%。
cs.AI / 23 / 2607.09560

Beyond Fixed Representations: The Vocabulary and Verifier Gaps in Open-Ended AI

超越固定表征:开放式人工智能中的词汇与验证者差距
Cao, Yuan, Yang, Haiqian
Abstract
Modern AI systems are increasingly being evaluated for their ability to reason, code, prove theorems, use tools, and long-horizon research tasks. These are powerful capabilities, but they share a structural limitation: the representational frame within which the model operates, including its conceptual vocabulary, the space of admissible solutions it can search, and the criteria by which success is evaluated, is typically fixed and supplied in advance. This paper argues that building stronger intelligent systems capable of open-ended innovation requires additional classes of operations: the creation, stabilization, and reuse of new representational primitives, which alter the space being searched rather than simply searching within it. We characterize the distance between current AI systems and genuinely open-ended intelligence through two gaps. The first is the vocabulary gap, the difficulty of inventing and stabilizing new representational primitives rather than merely recombining existing ones. The second is the verifier gap, the difficulty of judging the value of a new primitive when its full payoff may be visible only after future reuse. We interpret both gaps through a unified framework of intelligence as cognitive discrepancy reduction. By viewing intelligent behaviors as a sequence of cognitive transformations, we distinguish intra-space transformations which operate within a fixed representational frame, from generative transformations which may modify the frame itself. On this basis, we propose a ladder of innovation autonomy and outline several directions for advancing open-ended AI, including objectives that reward useful representational change, persistent memory architectures for invented primitives, and adaptive verification mechanisms capable of evolving alongside the representations they evaluate.
Chinese Translation
现代人工智能系统越来越多地被评估其推理、编码、证明定理、使用工具和进行长期研究任务的能力。这些都是强大的能力,但它们共享一个结构性限制:模型操作的表征框架,包括其概念词汇、可搜索的可接受解决方案空间以及评估成功的标准,通常是固定的并提前提供。本文认为,构建更强大的智能系统以实现开放式创新需要额外的操作类别:创造、稳定和重用新的表征原语,这些原语改变被搜索的空间,而不仅仅是在其中进行搜索。我们通过两个差距来表征当前人工智能系统与真正开放式智能之间的距离。第一个是词汇差距,即发明和稳定新的表征原语的困难,而不仅仅是重新组合现有的原语。第二个是验证者差距,即在新原语的全部收益可能仅在未来重用后可见时,判断其价值的困难。我们通过一个统一的智能框架来解释这两个差距,将智能行为视为一系列认知转化,区分在固定表征框架内操作的内部空间转化与可能修改框架本身的生成转化。在此基础上,我们提出了一个创新自主性的阶梯,并概述了推进开放式人工智能的几个方向,包括奖励有用表征变化的目标、用于发明原语的持久记忆架构,以及能够与其评估的表征共同演化的自适应验证机制。
cs.AI / 24 / 2607.09578

Knowledge Graphs and Explainable AI as Complementary Resources for Urban Mining

知识图谱与可解释人工智能作为城市采矿的互补资源
Gronewald, Jan, Emrich, Andreas, Mehdiyev, Nijat
Abstract
Pre-demolition assessment, the regulated audit process at the heart of urban mining, is an information process in which AI support must serve qualified auditors who remain accountable for the decisions taken. The relevant unit of value is not prediction accuracy alone, but the defensibility of the supported decisions: their legibility, plausibility, sourcing, and contestability. Explainable AI techniques and domain knowledge graphs each address parts of this requirement, and existing taxonomies have catalogued their integration. The literature is descriptively rich but structurally under-specified: what remains less developed is a structural account of why specific integrations produce artefacts neither resource can provide alone. This paper offers a complementarity-theoretic interpretation grounded in the IS resource-based tradition. We propose four consolidated KG-XAI integration modes (Lifting, Constraining, Typing, and Revising), each defined as a typed operation over XAI artefacts and knowledge-graph substrate structures. Each mode unlocks a distinct property of defensibility and contributes to the kind of regulatory artefact pre-demolition assessment demands. A fire-door example from the urban-mining process illustrates the modes using the W3C Linked Building Data stack and valuation extensions.
Chinese Translation
在城市采矿的核心,预拆除评估是一个受监管的审计过程,这一过程中的信息处理必须为合格的审计员提供人工智能支持,审计员对所做出的决策负责。相关的价值单位不仅仅是预测准确性,而是支持决策的可辩护性:包括其可读性、合理性、来源和可争议性。可解释人工智能技术和领域知识图谱各自满足这一需求的部分,而现有的分类法也对它们的整合进行了整理。文献在描述上丰富,但在结构上却不够明确:尚未充分发展的是对特定整合为何能够产生单独资源无法提供的产物的结构性解释。本文提供了一种基于信息系统资源基础传统的互补性理论解释。我们提出了四种整合模式(提升、约束、类型化和修订),每种模式被定义为对可解释人工智能产物和知识图谱基础结构的类型化操作。每种模式解锁了可辩护性的独特属性,并为预拆除评估所需的监管产物贡献了力量。通过一个来自城市采矿过程的防火门示例,使用W3C链接建筑数据栈和估值扩展来说明这些模式。
cs.AI / 25 / 2607.09586

TrustX Agent Risk Classification Framework (ARC): Risk-Tiering Internally Created Agentic AI Systems

TrustX代理风险分类框架(ARC):内部创建的代理人工智能系统的风险分层
Liu, Hannah M., Saxena, Rhea, Asthana, Shiv
Abstract
The proliferation of agentic AI systems across enterprise and public-sector contexts has outpaced the capacity of general-purpose AI risk frameworks to classify and govern them. In this paper, we introduce the TrustX Agent Risk Classification Framework, a structured, repeatable instrument that can be applied to seven types of agentic AI systems and is grounded in foundational pre-existing AI governance frameworks. At the core of the framework is a twelve-dimension scoring rubric that robustly quantifies the risk. This rubric is combined with other components, such as the GPA + IAT classification model and the five-level autonomy framework derived from existing literature. These inputs produce a three-tier governance output with mapped control recommendations. A specialised Coding Assistant extension is also included to account for nuances specific to this type of agentic AI system. We then use an illustrative example to show our framework in practice. ARC is intended for AI governance practitioners, risk officers, developers, and regulators, and it will regularly undergo iteration as we continue to expand it and make it more robust. The community can access the interactive framework here: https://arc.responsible.ai/
Chinese Translation
代理人工智能系统在企业和公共部门的广泛应用,已超出了通用人工智能风险框架对其进行分类和管理的能力。本文介绍了TrustX代理风险分类框架,这是一种结构化、可重复的工具,可应用于七种类型的代理人工智能系统,并基于现有的人工智能治理框架。该框架的核心是一个十二维评分标准,能够有效量化风险。该评分标准与其他组件相结合,例如GPA + IAT分类模型和源自现有文献的五级自主性框架。这些输入生成了一个三层治理输出,并附有映射的控制建议。此外,还包括一个专门的编码助手扩展,以考虑此类代理人工智能系统的特定细微差别。我们随后使用一个示例来展示框架的实际应用。ARC旨在为人工智能治理从业者、风险官员、开发人员和监管者提供支持,并将在我们继续扩展和增强其功能的过程中定期进行迭代。社区可以在此访问互动框架:https://arc.responsible.ai/
cs.AI / 26 / 2607.09600

Agora: Enhancing LLM Agent Reasoning Via Auction-Based Task Allocation

Agora:通过基于拍卖的任务分配增强大型语言模型代理的推理能力
Zhou, Kaiji, Leonardis, Ales, Feng, Yue
Abstract
Enhancing the reasoning capabilities of large language model (LLM) agents requires effective orchestration of diverse expert models and tools. However, existing frameworks typically call APIs based on coarse-grained matching between tasks and the functions of expert models or tools, while overlooking critical factors such as performance variability and cost efficiency among functionally similar alternatives. To address this, we propose Agora, a framework that introduces an incentive-compatible auction mechanism for dynamically allocating tasks to expert models and tools. By treating reasoning steps as tradeable items, Agora enables agents to bid based on their rectified competence-ensuring that critical logic is routed to the most capable solver rather than the most overconfident one. Evaluations across five benchmarks show that Agora improves over matched single-model, routing, and cascade baselines under comparable candidate pools, while exposing a controllable cost-quality trade-off through a single auction parameter.
Chinese Translation
增强大型语言模型(LLM)代理的推理能力需要有效协调多种专家模型和工具。然而,现有框架通常基于任务与专家模型或工具功能之间的粗粒度匹配调用API,而忽视了功能相似的替代方案之间的性能变异性和成本效率等关键因素。为了解决这一问题,我们提出了Agora,一个引入激励兼容拍卖机制的框架,用于动态分配任务给专家模型和工具。通过将推理步骤视为可交易的项目,Agora使代理能够根据其修正后的能力进行竞标,确保关键逻辑被引导到最有能力的解决者,而不是最自信的解决者。五个基准测试的评估表明,Agora在可比候选池下优于匹配的单模型、路由和级联基线,同时通过单一拍卖参数暴露出可控的成本-质量权衡。
cs.AI / 27 / 2607.09649

ConceptSMILE: Auditing the Trustworthiness of Concept-Based Explainable AI

ConceptSMILE:审计基于概念的可解释人工智能的可信度
Mollapour, Mohadeseh, Aslansefat, Koorosh, Dehghani, Zeinab, Mishra, Bhupesh Kumar, Shah, Tejal, Mian, Zhibao
Abstract
Concept-based explainable artificial intelligence (AI) can make model reasoning more human-understandable, but concept-level outputs are not automatically trustworthy. We introduce ConceptSMILE, a model-agnostic perturbation-based auditing framework for evaluating the reliability of concept-based explanations. Rather than replacing SMILE, ConceptSMILE extends its perturbation-based logic from feature- or region-level attribution to the auditing of human-understandable concept explanations. The framework perturbs input regions, measures concept-response shifts, applies locality weighting, and fits an XGBoost surrogate to approximate local concept behaviour. Reliability is assessed through attribution accuracy, surrogate fidelity, faithfulness, stability, and consistency. We evaluate ConceptSMILE on retinal fundus images by comparing MedSAM-derived visual concepts with VLM-based semantic concepts. Results show that reliability varies across concepts and pathways: MedSAM achieves stronger spatial attribution and the highest surrogate fidelity ($R^2 = 0.8503$, $R_w^2 = 0.8465$), while the VLM pathway shows stronger vessel faithfulness and stronger stability under selected artefact conditions. ConceptSMILE provides an independent audit layer for evaluating the trustworthiness of concept-based XAI.
Chinese Translation
基于概念的可解释人工智能(AI)可以使模型推理更易于人类理解,但概念级输出并不自动可信。我们介绍了ConceptSMILE,这是一个模型无关的基于扰动的审计框架,用于评估基于概念的解释的可靠性。ConceptSMILE并不是替代SMILE,而是将其基于扰动的逻辑从特征或区域级归因扩展到对人类可理解的概念解释的审计。该框架通过扰动输入区域、测量概念响应的变化、应用局部加权,并拟合XGBoost替代模型以近似局部概念行为来进行评估。通过归因准确性、替代模型的保真度、忠实度、稳定性和一致性来评估可靠性。我们在视网膜眼底图像上评估了ConceptSMILE,通过比较MedSAM派生的视觉概念与基于VLM的语义概念。结果表明,可靠性在概念和路径之间存在差异:MedSAM实现了更强的空间归因和最高的替代模型保真度($R^2 = 0.8503$, $R_w^2 = 0.8465$),而VLM路径在选定的伪影条件下表现出更强的血管忠实度和更强的稳定性。ConceptSMILE为评估基于概念的可解释人工智能的可信度提供了一个独立的审计层。
计算语言学 (Computation and Language)
23
cs.CL / 1 / 2607.08775

HALO: Hybrid Adaptive Latent Reasoning for Language Models

HALO:用于语言模型的混合自适应潜在推理
Zhang, Micah
Abstract
We study how to improve a frozen pretrained language model with a small amount of adaptive extra computation. A simple approach is to add additional refinement steps on top of the backbone hidden states, but fixed extra refinement can be wasteful: a one-step refinement head may be too weak, while forcing a second full-sequence refinement step everywhere can increase compute without improving transfer. We introduce HALO, a hybrid adaptive latent-refinement method that combines a coarse refinement stage with selective second-stage latent refinement on a subset of tokens chosen by token scoring and monotonic token halting. On the main public benchmark comparison built from MMLU-Pro and GPQA-Diamond, HALO achieves the best overall average among the paper-facing methods, outperforming the frozen backbone, fixed-1, and fixed-2. Internal analysis further shows that HALO reaches nearly the same token-accuracy level as fixed-2 while using fewer average applied refine steps than fixed-1 and far fewer than fixed-2. These results suggest that the key advantage is not simply more refinement, but a better allocation of refinement: HALO achieves the strongest paper-facing result while also using less measured controller compute than either fixed baseline.
Chinese Translation
我们研究如何通过少量自适应额外计算来改善一个冻结的预训练语言模型。一种简单的方法是在主干隐藏状态之上添加额外的精炼步骤,但固定的额外精炼可能是浪费的:一步精炼头可能太弱,而在每个地方强制进行第二次全序列精炼步骤可能会增加计算量而不改善迁移。我们引入了HALO,一种混合自适应潜在精炼方法,它将粗略精炼阶段与基于令牌评分和单调令牌停止选择的子集令牌的选择性第二阶段潜在精炼相结合。在基于MMLU-Pro和GPQA-Diamond构建的主要公共基准比较中,HALO在面对论文的方法中实现了最佳的整体平均表现,超越了冻结主干、固定-1和固定-2。内部分析进一步表明,HALO在使用的平均应用精炼步骤少于固定-1且远少于固定-2的情况下,达到了与固定-2几乎相同的令牌准确率水平。这些结果表明,关键优势不仅仅是更多的精炼,而是更好的精炼分配:HALO在使用的控制器计算量少于任何固定基线的情况下,达到了最强的论文面对结果。
cs.CL / 2 / 2607.09053

An Emergent Mirage: Is Emergent Misalignment and Realignment Indeed a Robust Phenomenon?

新出现的幻影:新出现的错位与重新对齐确实是一种稳健现象吗?
Rao, Abhinav, Gong, Liancheng, Hu, Bin, Naik, Atharva
Abstract
Recent work has reported Emergent Misalignment (EM), where language models fine-tuned on narrow, domain-specific misaligned datasets abruptly acquire broadly misaligned behavior, alongside evidence that this behavior can be reversed through limited realignment. We systematically study repeated alignment and misalignment cycles using controlled fine-tuning loops while tracking behavioral performance, and LoRA representations throughout training. Although we reproduce EM, we find that both misalignment and realignment are highly sensitive to superficial dataset characteristics, with apparent rapid realignment largely disappearing after controlling for response-length differences. We further find that previously reported mechanistic signatures, including representational phase transitions in LoRA space, do not consistently correlate with behavioral misalignment across training. Our results suggest that current evidence for EM is less robust than previously claimed and highlight the need for evaluation protocols that carefully control for these surface level dataset artifacts to identify the robustness of the EM phenomenon.
Chinese Translation
近期的研究报告了新出现的错位(Emergent Misalignment, EM),即在狭窄的、特定领域的错位数据集上微调的语言模型突然获得广泛的错位行为,同时有证据表明这种行为可以通过有限的重新对齐逆转。我们系统地研究了重复的对齐和错位周期,使用受控的微调循环,同时跟踪行为表现和训练过程中的 LoRA 表示。尽管我们重现了 EM,但我们发现错位和重新对齐对表面数据集特征高度敏感,明显的快速重新对齐在控制响应长度差异后基本消失。我们进一步发现,先前报告的机制特征,包括 LoRA 空间中的表示相变,并未与训练过程中的行为错位一致相关。我们的结果表明,目前对 EM 的证据不如之前所声称的那样稳健,并强调需要评估协议以仔细控制这些表面数据集伪影,以确定 EM 现象的稳健性。
cs.CL / 3 / 2607.09092

AgentKGV: Agentic LLM-RAG Framework with Two-Stage Training for the Fact Verification of Knowledge Graphs

AgentKGV:用于知识图谱事实验证的双阶段训练的代理型LLM-RAG框架
Heo, Yumin, Lee, Hyeon-gu, Seo, Sumin, Ko, Youngjoong
Abstract
Knowledge graphs (KGs) are often automatically constructed from large-scale corpora, but they inevitably contain factual errors due to noisy sources and extraction failures, and verifying them reliably at industrial scale remains a critical challenge. To address this, we propose AgentKGV, the Agentic LLM-RAG framework for KG fact Verification, that integrates dynamic routing and iterative query rewriting, which handles surface-form mismatch in document-level retrieval. To make this framework more accurate and cost-efficient for industrial deployment, we further introduce a two-stage training strategy: turn-level distillation-based SFT that transfers reasoning ability from a large teacher model into a small model for stable query rewriting and reasoning, and trajectory-level GRPO that optimizes the search policy to reduce unnecessary retrieval at scale. On the long-tail-predicate split of the open-domain T-REx benchmark, our framework improves macro-F1 over single-turn RAG by 5.5 \%p, and two-stage training does it further by 9.4 \%p. GRPO also cuts the average number of search calls from 3.24 to 1.63 without lowering accuracy.
Chinese Translation
知识图谱(KGs)通常是从大规模语料库自动构建的,但由于噪声源和提取失败,它们不可避免地包含事实错误,在工业规模上可靠地验证这些错误仍然是一个关键挑战。为了解决这个问题,我们提出了AgentKGV,一个用于知识图谱事实验证的代理型LLM-RAG框架,该框架集成了动态路由和迭代查询重写,能够处理文档级检索中的表面形式不匹配。为了使该框架在工业部署中更加准确和成本高效,我们进一步引入了一种双阶段训练策略:基于回合级蒸馏的SFT(Supervised Fine-Tuning),将大型教师模型的推理能力转移到小型模型中,以实现稳定的查询重写和推理;以及轨迹级GRPO(Greedy Retrieval Policy Optimization),优化搜索策略以减少大规模检索中的不必要调用。在开放域T-REx基准的长尾谓词拆分上,我们的框架在宏观F1分数上比单回合RAG提高了5.5个百分点,而双阶段训练进一步提高了9.4个百分点。GRPO还将平均搜索调用次数从3.24减少到1.63,而不降低准确性。
cs.CL / 4 / 2607.09094

PRecG: Legal Precedent Retrieval with Graph Neural Networks and Rhetorical Role Segmentation

PRecG:基于图神经网络和修辞角色分割的法律判例检索
Verma, Devanshu, Bhatnagar, Vasudha, Kumar, Vikas, Ganesan, Balaji
Abstract
Legal precedent retrieval is a fundamental task in legal case preparation, planning, litigation strategy, and legal research. Current approaches for automatic precedent retrieval map legal documents to a low-dimensional semantic space and compute similarity based on the proximity of their representations. These approaches treat legal documents as monolithic texts, ignoring the rhetorical organization of the legal technicalities. Ergo, they overlook nuanced legal meanings and fail to distinguish the contextual significance of legal entities and concepts that vary based on their rhetorical roles within the document. To address this insufficiency, we propose the PRecG pipeline that computes the similarity between pairs of legal judgments by hierarchically learning their representations. The process begins by decomposing each document into distinct semantic units (segments) based on the rhetorical roles of sentences. For each rhetorical segment, a knowledge graph is constructed to capture the legal entities and their relationships within the segment. Contextual representations of the entities are then learned and aggregated to derive segment-level embeddings. These embeddings are further integrated to produce a unified document-level representation, and finally, the semantic similarity between a pair of documents is computed. We validate the performance of the proposed approach through extensive experiments on a benchmark Indian legal dataset, comparing it against state-of-the-art baselines to demonstrate its effectiveness.
Chinese Translation
法律判例检索是法律案件准备、规划、诉讼策略和法律研究中的一项基础任务。目前,自动判例检索的方法将法律文档映射到低维语义空间,并基于其表示的接近度计算相似性。这些方法将法律文档视为整体文本,忽视了法律技术细节的修辞组织。因此,它们忽略了细微的法律含义,未能区分法律实体和概念的上下文重要性,这些重要性根据它们在文档中的修辞角色而有所不同。为了解决这一不足,我们提出了PRecG管道,通过分层学习法律判决的表示来计算法律判决对之间的相似性。该过程首先根据句子的修辞角色将每个文档分解为不同的语义单元(段落)。对于每个修辞段,构建一个知识图谱以捕捉该段内的法律实体及其关系。然后学习并聚合实体的上下文表示,以推导出段落级嵌入。这些嵌入进一步整合,以生成统一的文档级表示,最后计算一对文档之间的语义相似性。我们通过在一个基准印度法律数据集上进行广泛实验来验证所提方法的性能,并与最先进的基线进行比较,以证明其有效性。
cs.CL / 5 / 2607.09121

Augmenting Fundamental Analysis with Large Language Models: A RAG-Based System for Generating Investor Briefs

利用大型语言模型增强基本面分析:基于RAG的投资者简报生成系统
Ziółko, Bartosz, Dobrzeniewski, Kacper
Abstract
In this study, we examine the opportunities brought by Large Language Models (LLMs) to various aspects of fundamental analysis of companies based on their reports as well as data and documents describing macroeconomic situation like GDP and inflation changes as well as documents filled to the U.S. Securities and Exchange Commission (SEC) which can be found in EDGAR. We were preprocessing those data and than sending via API to gpt-4o model in a Retrieval-Augmented Generation (RAG) like regime. We prepared as well a document describing an exemplar investor knowledge based on Kitchin cycles. We were scanning data important for analysis of 9 companies for 4 weeks. Using LLM we were producing automatic briefs about them. They were sent to nine participants who are individual investors to evaluate usefulness of such approach to data analysis.
Chinese Translation
本研究探讨了大型语言模型(LLMs)在公司基本面分析的各个方面所带来的机遇,这些分析基于公司的报告以及描述宏观经济状况(如GDP和通货膨胀变化)的数据和文件,以及可以在美国证券交易委员会(SEC)的EDGAR数据库中找到的文件。我们对这些数据进行了预处理,然后通过API将其发送至gpt-4o模型,采用类似于检索增强生成(RAG)的模式。我们还准备了一份描述基于基钦周期的示例投资者知识的文件。我们对9家公司的重要分析数据进行了为期4周的扫描。利用LLM,我们自动生成了关于这些公司的简报,并将其发送给九位参与者,这些参与者为个人投资者,以评估这种数据分析方法的有效性。
cs.CL / 6 / 2607.09204

Complexity-Guided Component-wise Initialization for Language Model Pretraining

基于复杂性引导的语言模型预训练组件级初始化
Garbers, Konstantin, Oh, Nicholas
Abstract
Pretrained language models often exhibit structured weight spectra, suggesting that training may repeatedly produce similar layerwise and component-wise organization. We ask whether these recurring spectral patterns can be reused as an initialization signal for GPT-2-style language-model pretraining. First, we analyze eleven pretrained GPT-2-style checkpoints that vary in size, language, tokenizer, and training corpus, measuring Frobenius norm and effective-rank entropy across layers and Transformer subcomponents. The checkpoints show shared depth trends, especially increasing scale and stronger spectral concentration in residual-writing matrices. We then construct initialization schemes that imitate the component-wise magnitudes and spectral profiles of pretrained models, and compare them with several weight initialization methods. These initializers visibly change the model's structural spectral patterns, but the evaluation results do not show a corresponding performance advantage. Pretrained-weight reuse remains competitive, while coarse spectral matching alone is not a reliable optimization strategy. Our results suggest that pretrained spectra are useful diagnostics of trained model structure, but that effective reuse likely requires preserving richer information than component-wise scale and singular-value shape.
Chinese Translation
预训练语言模型通常表现出结构化的权重谱,表明训练可能会反复产生相似的层级和组件级组织。我们探讨这些重复出现的谱模式是否可以作为GPT-2风格语言模型预训练的初始化信号。首先,我们分析了十一种不同大小、语言、分词器和训练语料库的预训练GPT-2风格检查点,测量了跨层和Transformer子组件的弗罗贝尼乌斯范数和有效秩熵。这些检查点显示出共享的深度趋势,尤其是在残差写入矩阵中,随着规模的增加和谱集中度的增强。然后,我们构建了模仿预训练模型的组件级幅度和谱特征的初始化方案,并将其与几种权重初始化方法进行了比较。这些初始化器明显改变了模型的结构谱模式,但评估结果并未显示出相应的性能优势。预训练权重的重用仍然具有竞争力,而单靠粗略的谱匹配并不是一种可靠的优化策略。我们的结果表明,预训练谱是训练模型结构的有用诊断工具,但有效的重用可能需要保留比组件级规模和奇异值形状更丰富的信息。
cs.CL / 7 / 2607.09291

Letter Lemmatization: One-to-one and Banded RNNs for Reversing Character-Set Simplification and Abbreviation in Medieval Text

字母词形还原:用于逆转中世纪文本中字符集简化和缩写的一对一和带状递归神经网络
Nicolaou, Anguelos, Tiseo, Maria Pia, Kovacs, Tamas, Renet, Nicolas, Vogeler, Georg
Abstract
Medieval document transcribers have very different practices; on top of that, heterogeneous digitization policies have resulted in corpora where the character-set must be viewed as fluid. In this paper we address the problem of changing between character-sets in a flexible manner. We focus on one-to-one character mappings and train characterlevel one-to-one RNNs to undo them with self-supervision; recovering half the CER even with 20 text lines. We analyse the use of these one-to-one networks for HTR post-correction and we see that they obtain significant improvements while totally ignoring ins-dels. We then use the exact same networks with character-level alignment groundtruth compiled from parallel corpora in a training and inference mode we call Banded RNNs. We use such networks to successfully expand abbreviations in medieval charter transcriptions. Finally we introduce an elaborate heuristic which takes the characters of two arbitrary character-sets and defines a metric encapsulating what we consider to be semantic similarity of characters. We call the construction of such mappings letter lemmatization and present a rich Python library that efficiently performs all presented methods.
Chinese Translation
中世纪文档的抄写者有着非常不同的实践;此外,异质的数字化政策导致了语料库中的字符集必须被视为流动的。在本文中,我们探讨了以灵活的方式在字符集之间转换的问题。我们专注于一对一的字符映射,并训练字符级一对一递归神经网络(RNN)以自我监督的方式进行逆转;即使在20行文本的情况下,仍能恢复一半的字符错误率(CER)。我们分析了这些一对一网络在手写文本识别(HTR)后校正中的应用,发现它们在完全忽略插入和删除的情况下取得了显著的改进。然后,我们使用相同的网络,结合从平行语料库中编制的字符级对齐真实数据,在我们称之为带状递归神经网络(Banded RNNs)的训练和推理模式下进行训练。我们利用这些网络成功扩展了中世纪文书抄本中的缩写。最后,我们引入了一种复杂的启发式方法,该方法取两个任意字符集的字符,并定义一个度量, encapsulating 我们认为是字符的语义相似性。我们将这种映射的构建称为字母词形还原,并呈现一个丰富的Python库,能够高效地执行所有提出的方法。
cs.CL / 8 / 2607.09306

Creativity, honesty and designed forgetting emerge in small hyperbolic language models

创造力、诚实与设计遗忘在小型超曲面语言模型中的出现
Shin, Kwan Soo, Kang, In Seok, Min, Yunkyung
Abstract
Language models are optimised for scale, yet remain functional rather than companionable, and as an assistant personalises into a companion, accumulating memory of one user, it quietly becomes someone, and can silently acquire traits that harm that user. What a companion is becoming, and what would make it worth becoming, has no reliable instrument: trained human raters cannot agree on the answer (Fleiss kappa = 0.074). Here we show that three small language models (146 M to 3 B parameters) sharing a hyperbolic substrate answer both halves of that question. A 146 M behavioural auditor, trained from scratch, detects the compliance gap that those raters cannot (90.7% binary-compliance accuracy); a linear read-out of its frozen representation further detects companion-induced sycophancy, dependence-fostering and confabulated memories on generator families unseen in training (AUROC 0.804 under style-controlled, leave-one-generator-out evaluation, versus 0.721 for a frontier zero-shot judge on the same items). A creative frame-seeder is preferred in 100% of 311 decided pairwise comparisons over four prompting baselines. A memory operating system implements designed forgetting, M(t) = S*exp(-lambda*t), whose predicted skeleton-wallpaper partition emerges only under selective retrieval gating in a four-condition pilot. Creativity, honesty and designed forgetting constitute a small-model route to trustworthy companion AI.
Chinese Translation
语言模型的优化侧重于规模,但仍然保持功能性而非伴侣性。当作为助手的模型个性化为伴侣,积累了某一用户的记忆时,它悄然变成了某种存在,并可能默默地获得对该用户有害的特征。伴侣正在变成什么,以及使其值得成为的因素,没有可靠的衡量工具:训练有素的人类评估者无法就此达成一致(Fleiss kappa = 0.074)。在此,我们展示了三个小型语言模型(146 M到3 B参数),它们共享一个超曲面基础,回答了该问题的两个方面。一个从零开始训练的146 M行为审计器能够检测到那些评估者无法发现的合规差距(90.7%的二元合规准确率);其冻结表示的线性读出进一步检测到伴侣引起的阿谀奉承、依赖培养和在训练中未见的生成器家族的虚构记忆(在风格控制的留一生成器评估中,AUROC为0.804,而同一项目的前沿零-shot评估者为0.721)。在311次决定性成对比较中,100%选择了创造性框架种子,相较于四个提示基线。一个记忆操作系统实现了设计遗忘,M(t) = S*exp(-lambda*t),其预测的骨架-墙纸分区仅在四个条件的选择性检索门控下出现。创造力、诚实和设计遗忘构成了通往可信伴侣AI的小型模型路径。
cs.CL / 9 / 2607.09316

Automatic Thematic Indexing of Large Literary Corpora: A Machine Learning Approach to Voltaire's Complete Works

大型文学语料库的自动主题索引:一种基于机器学习的方法,以伏尔泰全集为例
Arana-Catania, Miguel, Pink, Gillian, Roe, Glenn
Abstract
Thematic indexing -- the practice of assigning structured conceptual labels to sections of text -- is essential to scholarly access in large-scale literary and historical editions, yet it remains a largely manual, labour-intensive process. This paper explores the application of machine learning to automatic thematic indexing, using two substantial sub-corpora of the Complete Works of Voltaire as a test case: the Essai sur les m\oe urs et l'esprit des nations and the Questions sur l'Encyclop\'edie. The task is framed as a multi-label classification problem, in which a model must assign the set of index entries that a professional indexer would apply to a given page of text. We compare a range of approaches -- from encoder-based models with classification heads to generative large language models (LLMs) fine-tuned via Low-Rank Adaptation (LoRA) -- spanning model sizes from approximately 3 to 120 billion parameters. Our best-performing model, from the Mistral family in a 4-bit quantised configuration, achieves F1 scores of up to 0.67; we argue that these figures represent lower bounds, given the inherent subjectivity of professional indexing and the frequency with which model predictions prove semantically valid despite diverging from the print index. We further evaluate cross-corpus generalisation and conduct a detailed qualitative analysis of model behaviour on literary and rhetorical features of the source texts that prove particularly resistant to automated treatment. Our findings have implications for the broader challenge of providing structured thematic access to large-scale literary and historical corpora.
Chinese Translation
主题索引——为文本部分分配结构化概念标签的实践——对于大型文学和历史版本的学术访问至关重要,但仍然主要是一个手动且劳动密集的过程。本文探讨了机器学习在自动主题索引中的应用,以伏尔泰全集的两个重要子语料库作为测试案例:论民族的风俗与精神(Essai sur les mœurs et l'esprit des nations)和百科全书问题(Questions sur l'Encyclopédie)。该任务被框定为一个多标签分类问题,其中模型必须为给定文本页分配专业索引员会应用的索引条目集合。我们比较了一系列方法——从带有分类头的编码器模型到通过低秩适应(Low-Rank Adaptation, LoRA)微调的生成性大型语言模型(LLMs),模型规模从大约30亿到1200亿参数不等。我们表现最佳的模型来自Mistral家族,采用4位量化配置,F1分数最高可达0.67;我们认为这些数字代表了下限,因为专业索引的固有主观性以及模型预测尽管与印刷索引有所偏离但在语义上仍然有效的频率。我们进一步评估了跨语料库的泛化能力,并对模型在源文本的文学和修辞特征上的表现进行了详细的定性分析,这些特征对自动处理特别具有抵抗力。我们的研究结果对提供大型文学和历史语料库的结构化主题访问的更广泛挑战具有重要意义。
cs.CL / 10 / 2607.09324

Letting the Data Speak: Extracting Keywords from Crowdsourced Collections with AI

让数据发声:利用人工智能从众包集合中提取关键词
Arana-Catania, Miguel, Conisbee, Catherine, Kidd, Matthew
Abstract
Identifying and assigning keywords at scale is a technical, practical, and ethical challenge for crowdsourced collections. This article reports the findings of the "Extracting Keywords from Crowdsourced Collections" project, which used the Their Finest Hour Online Archive, a crowdsourced Second World War digital collection hosted by the University of Oxford, as a case study. The project evaluated three Natural Language Processing approaches to automate keyword extraction: Named Entity Recognition, Keyword Extraction, and Topic Modelling. It tested these approaches across a range of artificial intelligence techniques, from traditional statistical methods to modern GenAI neural networks. Our quantitative and qualitative findings indicate that Natural Language Processing approaches offer real potential for keyword extraction at scale in crowdsourced collections, but that no single method offers a complete solution and that model choice significantly shapes results. We argue that in crowdsourced collections, where metadata is the direct product of engagement with living contributors, automated keyword extraction raises distinct stewardship responsibilities that must be addressed alongside technical performance. Open-weight, extractive models emerge from our evaluation as best placed to support responsible deployment, while generative AI, despite its abstractive potential, introduces accountability risks that anyone managing crowdsourced collections should weigh carefully.
Chinese Translation
在规模化识别和分配关键词方面,众包集合面临技术、实践和伦理的挑战。本文报告了“从众包集合中提取关键词”项目的研究结果,该项目以牛津大学主办的众包第二次世界大战数字收藏——Their Finest Hour Online Archive为案例研究。该项目评估了三种自然语言处理方法以自动化关键词提取:命名实体识别、关键词提取和主题建模。它测试了这些方法在一系列人工智能技术中的表现,从传统统计方法到现代生成式人工智能神经网络。我们的定量和定性研究结果表明,自然语言处理方法在众包集合中进行规模化关键词提取方面具有真实潜力,但没有单一方法能够提供完整的解决方案,模型选择显著影响结果。我们认为,在众包集合中,元数据是与活跃贡献者互动的直接产物,自动化关键词提取带来了独特的管理责任,这些责任必须与技术性能一起加以解决。我们的评估显示,开放权重的提取模型最适合支持负责任的部署,而生成式人工智能尽管具有抽象潜力,却引入了管理众包集合时需要谨慎考虑的问责风险。
cs.CL / 11 / 2607.09328

WILDTRACE: Benchmarking Natural Evidence Trails in Long-Context Reasoning

WILDTRACE:长上下文推理中的自然证据轨迹基准测试
Chen, Zixin, Liu, Peng, Li, Haobo, Sheng, Rui, Tu, Jianhong, Deng, Xiaodong, Huang, Fei, Shum, Kashun, Liu, Dayiheng, Qu, Huamin
Abstract
Answering complex questions over long documents frequently requires integrating evidence that the source itself disperses naturally across distant passages. In an incident report, the operating condition, design flaw, and missed safety check that jointly explain a disaster may appear dozens of sections apart; in a novel, a character's true motive may surface only through scenes far removed from the moment it becomes relevant. This source-internal evidence integration is central to real-world long-document analysis, yet existing benchmarks largely sidestep it. Needle probes, planted facts, and reverse-engineered multi-hop chains embed evidence that may differ from the host text in distribution, placement, or register, making it unclear whether strong performance reflects genuine source reasoning or distributional artifacts. We introduce WILDTRACE, a benchmark of 481 tasks over 214 naturally occurring long-form sources such as technical incident reports and lesser-known literary narratives, where all evidence trails arise from the document's own causal, temporal, and narrative logic. Drawing on Pearl's causal hierarchy and prior multi-hop reasoning typologies, we define seven source-internal evidence geometries that characterize the distinct relational demands of analytical reading in long documents. A source-first construction pipeline mines candidate trails from document structure before writing questions; each item then undergoes multi-stage validation covering clue necessity, answer groundedness, rubric fidelity, contamination resistance and answerability. As models are increasingly entrusted with real-world high-stakes analytical tasks, this gap between accessing information and reasoning over naturally dispersed evidence emerges as a defining challenge for the next stage of long-context research.
Chinese Translation
回答关于长文档的复杂问题通常需要整合源文本中自然分散于遥远段落的证据。在事故报告中,操作条件、设计缺陷和遗漏的安全检查共同解释灾难的原因,可能相隔数十个章节;在小说中,角色的真实动机可能只有通过与其相关的场景相距甚远的情节才能显现。这种源内部证据整合是现实世界长文档分析的核心,但现有基准测试在很大程度上回避了这一点。针状探针、植入事实和反向工程的多跳链条嵌入的证据可能在分布、位置或语域上与主文本不同,使得强劲的表现是否反映真实的源推理或分布性伪影变得不明确。我们引入了WILDTRACE,这是一个包含481个任务的基准,涵盖214个自然发生的长篇来源,如技术事故报告和不太知名的文学叙事,其中所有证据轨迹均源自文档自身的因果、时间和叙事逻辑。基于Pearl的因果层级和先前的多跳推理类型,我们定义了七种源内部证据几何,表征长文档分析阅读的不同关系需求。源优先构建管道从文档结构中挖掘候选轨迹,然后再撰写问题;每个项目随后经历多阶段验证,涵盖线索必要性、答案基础性、评分标准忠实度、污染抵抗和可回答性。随着模型越来越多地被委以现实世界高风险分析任务,获取信息与推理自然分散证据之间的差距成为长上下文研究下一阶段的一个定义性挑战。
cs.CL / 12 / 2607.09338

Towards Detecting Inconsistencies in End-to-end Generated TODs

朝着检测端到端生成的任务导向对话中的不一致性
Labruna, Tiziano, Bonetta, Giovanni, Magnini, Bernardo
Abstract
Generative AI is profoundly transforming the core technologies behind conversational systems, shifting from component-based to end-to-end approaches. However, Large Language Models (LLMs) may still generate inconsistencies, a critical issue particularly in Task-Oriented Dialogues (TODs), where system responses must strictly adhere to information from a domain knowledge base (e.g., restaurants in a city). A single hallucination (e.g., suggesting a non-existent restaurant) can lead to severe task failures. We investigate a method for automatically detecting inconsistencies by conceptualizing TODs as a Constraint Satisfaction Problem (CSP), where variables represent dialogue segments referencing the conversational domain, and constraints among variables capture dialogue properties such as turn coherence and adherence to domain knowledge. We propose a pipeline that first identifies variables in a target dialogue and then applies a CSP solver to identify valid solutions. By comparing the target dialogue with valid variable assignments, we can detect inconsistencies and suggest minimal changes to ensure dialogue consistency. We demonstrate the high accuracy of the CSP-based approach in detecting inconsistencies, and provide a detailed analysis of our findings.
Chinese Translation
生成性人工智能正在深刻改变对话系统背后的核心技术,逐渐从基于组件的方法转向端到端的方法。然而,大型语言模型(Large Language Models, LLMs)仍可能生成不一致性,这在任务导向对话(Task-Oriented Dialogues, TODs)中尤为关键,因为系统的响应必须严格遵循领域知识库中的信息(例如,城市中的餐馆)。一次幻觉(例如,建议一个不存在的餐馆)可能导致严重的任务失败。我们研究了一种通过将任务导向对话概念化为约束满足问题(Constraint Satisfaction Problem, CSP)来自动检测不一致性的方法,其中变量表示引用对话领域的对话片段,变量之间的约束捕捉对话属性,如轮次连贯性和对领域知识的遵循。我们提出了一个流程,首先识别目标对话中的变量,然后应用CSP求解器识别有效解。通过将目标对话与有效变量赋值进行比较,我们可以检测不一致性并建议最小的更改以确保对话的一致性。我们展示了基于CSP的方法在检测不一致性方面的高准确性,并提供了我们发现的详细分析。
cs.CL / 13 / 2607.09348

DKCD: Domain Knowledge-Enhanced Causal Discovery from Unstructured Data

DKCD:基于领域知识的非结构化数据因果发现
Li, Xin, Li, Jin, Wang, Shoujin, Yu, Kun, Chen, Fang
Abstract
Causal discovery from unstructured data is a challenging yet underexplored task in high-expertise domains such as healthcare, finance, and education. Existing methods typically leverage the general knowledge of large language models (LLMs) to identify causal factors from unstructured data and annotate them into structured data for causal graph construction. However, they remain limited by two key challenges (CHs): (CH1) insufficient identification of latent factors, which are implicit in the data yet essential for causal discovery, due to the lack of domain-specific knowledge; and (CH2) unreliable factor annotation, caused by the lack of domain-grounded reasoning, which propagates errors to the resulting causal graphs. To address these challenges, we introduce a novel Domain Knowledge-enhanced Causal Discovery framework (DKCD) for causal discovery from unstructured data in high-expertise domains with three interconnected components: (1) Knowledge Mining: It retrieves relevant domain knowledge based on observable factors to support subsequent causal reasoning. (2) Knowledge-guided Causal Reasoning: Reasoning with relevant knowledge, it discovers latent causal factors to address CH1 and generates key causal clues for more accurate data annotation to address CH2. (3) Causal Structure Discovery: It constructs the final causal graphs based on a more complete factor set and accurate annotations. Experiments on two domain-specific datasets show that DKCD significantly improves both causal factor identification and causal graph construction.
Chinese Translation
从非结构化数据中进行因果发现是一项具有挑战性但在医疗、金融和教育等高专业领域中尚未充分探索的任务。现有方法通常利用大型语言模型(LLMs)的通用知识,从非结构化数据中识别因果因素,并将其注释为结构化数据以构建因果图。然而,它们受到两个主要挑战(CHs)的限制:(CH1)由于缺乏领域特定知识,潜在因素的识别不足,这些因素在数据中是隐含的,但对因果发现至关重要;(CH2)因缺乏基于领域的推理而导致的不可靠因素注释,这会将错误传播到最终的因果图中。为了解决这些挑战,我们提出了一种新颖的基于领域知识的因果发现框架(DKCD),用于在高专业领域中从非结构化数据进行因果发现,该框架包含三个相互关联的组件:(1)知识挖掘:基于可观察因素检索相关领域知识,以支持后续的因果推理。(2)知识引导的因果推理:利用相关知识进行推理,发现潜在的因果因素以解决CH1,并生成关键因果线索以实现更准确的数据注释,从而解决CH2。(3)因果结构发现:基于更完整的因素集和准确的注释构建最终的因果图。在两个领域特定数据集上的实验表明,DKCD显著提高了因果因素的识别和因果图的构建。
cs.CL / 14 / 2607.09349

Deceptive Grounding: Entity Attribution Failure in Clinical Retrieval-Augmented Generation

欺骗性基础:临床检索增强生成中的实体归属失败
Caruzzo, Cedric, Yoo, Donggeun, Kim, Tae Soo
Abstract
Retrieval-augmented generation evaluation checks whether model claims are factually grounded in retrieved documents. It does not check whether retrieved evidence is attributed to the correct entity. A clinical RAG response can pass every automated check (zero hallucinations, near-perfect faithfulness, real citations) while presenting drug Y's clinical evidence as evidence about queried drug X. We term this deceptive grounding (DG): a failure invisible to faithfulness, hallucination, and citation checks because every claim is sourced from a real document, about the wrong entity. Using a controlled factorial benchmark across 13 models, we find DG rates spanning 8-87% at peak adversarial conditions. Medical and biomedical fine-tuned models reach up to 86.7%; domain specialization amplifies the failure rather than mitigating it. A controlled ablation identifies the mechanism: removing entity-specific clinical evidence from retrieved documents eliminates entity-attribution failure entirely, shifting all failures to confabulation. The two failure modes respond to the same trigger, taking different paths. Production measurement across 740 drug-disease pairs finds 7.8% overall DG in a deployed RAG system, rising to 13.6% for recently approved drugs. Entity-attribution verification (checking that cited evidence applies to the queried entity) detects DG at 97.0% precision and 98.7% DG recall (IPW-adjusted human gold standard); no existing framework implements it.
Chinese Translation
检索增强生成评估检查模型的主张是否在检索到的文档中有事实依据。它并不检查检索到的证据是否归属于正确的实体。一个临床 RAG(检索增强生成)响应可以通过每一个自动化检查(零幻觉、近乎完美的忠实度、真实引用),同时将药物 Y 的临床证据作为关于查询药物 X 的证据。我们将其称为欺骗性基础(DG):一种对忠实度、幻觉和引用检查不可见的失败,因为每个主张都来源于真实文档,但关于错误的实体。通过对 13 个模型进行的受控因子基准测试,我们发现 DG 率在高峰对抗条件下的范围为 8% 到 87%。医学和生物医学微调模型的 DG 率高达 86.7%;领域专业化加剧了这一失败,而不是减轻它。一个受控消融实验确定了机制:从检索到的文档中移除特定实体的临床证据完全消除了实体归属失败,将所有失败转移到虚构上。这两种失败模式对相同的触发器作出反应,但采取不同的路径。对 740 对药物-疾病的生产测量发现,在一个部署的 RAG 系统中,整体 DG 为 7.8%,对于最近批准的药物上升至 13.6%。实体归属验证(检查引用证据是否适用于查询实体)以 97.0% 的精度和 98.7% 的 DG 召回率(IPW 调整的人类黄金标准)检测到 DG;目前没有现有框架实现这一点。
cs.CL / 15 / 2607.09415

Self-Guided Test-Time Training for Long-Context LLMs

自指导的测试时间训练用于长上下文大型语言模型
Zhu, Xinyu, Xu, Zhe, Wei, Xiaohan, Pu, Yunchen, Tian, Fei, Sun, Chonglin, Rangadurai, Kaushik, Zhi, Hua, Shyu, Frank, Pandey, Sandeep, Simon, Luke, Meng, Yu, Liu, Xi
Abstract
Long-context processing has become increasingly important for large language models (LLMs), but simply extending the context window does not guarantee effective utilization of long inputs. As input length grows, accuracy often degrades, indicating that models still struggle to identify and use the evidence most relevant to a question. A promising way to improve long-context utilization is test-time training (TTT), which treats the test context as a training example for instance-specific parameter adaptation. However, applying TTT to the entire long context is prohibitively expensive, while adapting on randomly sampled spans introduces severe noise. Because most spans in a long context are irrelevant to the specific question, training on them may even degrade the base model's performance. Our preliminary study shows that TTT is highly sensitive to training-span quality: on LongBench-v2, TTT on randomly sampled spans hurts performance, whereas TTT on oracle spans substantially improves it. Motivated by this, we propose a simple method, Self-Guided TTT (S-TTT): before adaptation, the model identifies the evidence spans it should learn from, and the standard language-modeling training objective is applied only to those selected spans. On two challenging long-context reasoning benchmarks, LongBench-v2 and LongBench-Pro, S-TTT improves accuracy for both Qwen3-4B-Thinking-2507 and Llama-3.1-8B-Instruct, achieving up to a 15% relative improvement.
Chinese Translation
长上下文处理对于大型语言模型(LLMs)变得越来越重要,但仅仅扩展上下文窗口并不能保证有效利用长输入。随着输入长度的增加,准确性往往下降,这表明模型仍然难以识别和使用与问题最相关的证据。提高长上下文利用率的一个有前景的方法是测试时间训练(TTT),它将测试上下文视为实例特定参数适应的训练示例。然而,将TTT应用于整个长上下文的成本过高,而在随机采样的跨度上进行适应则会引入严重的噪声。由于长上下文中的大多数跨度与特定问题无关,因此在这些跨度上进行训练可能甚至会降低基础模型的性能。我们的初步研究表明,TTT对训练跨度的质量高度敏感:在LongBench-v2上,随机采样的跨度进行TTT会损害性能,而在oracle跨度上进行TTT则显著提高性能。基于此,我们提出了一种简单的方法,自指导的TTT(S-TTT):在适应之前,模型识别出其应学习的证据跨度,并且标准的语言建模训练目标仅应用于这些选定的跨度。在两个具有挑战性的长上下文推理基准测试LongBench-v2和LongBench-Pro上,S-TTT提高了Qwen3-4B-Thinking-2507和Llama-3.1-8B-Instruct的准确性,达到了最高15%的相对提升。
cs.CL / 16 / 2607.09424

A Sovereign, Open-Source Foundation Model for German and English

一个主权的开源基础模型用于德语和英语
Soofi-Team, The, :, Droste, Benedikt, Fitzek, David, Härle, Ruben, Helff, Lukas, Idahl, Maximilian, Jude, Alex, Khan, Abbas Goher, Kraus, Maurice, Ruland, Timm, Rutmann, Richard, Sztwiertnia, Sebastian, Frey, Markus, Gurgurov, Daniil, Pfister, Jan, Röhr, Tom, von Rohrscheidt, Sebastian, Bienert, Jörg, Flores-Herr, Nicolas, Gottschalk, Simon, Hotho, Andreas, Kersting, Kristian, Köhler, Joachim, Löser, Alexander, Nejdl, Wolfgang, Ostermann, Simon, Plogsties, Jan, Putzky, Patrick, Ali, Mehdi, Fromm, Michael, Lübbering, Max
Abstract
We present Soofi S 30B-A3B, a sovereign, open-source Mixture-of-Experts (MoE) hybrid Mamba Transformer foundation model for German and English. Its hybrid design activates only 3B of 30B parameters per token and keeps the inference cache near-constant as context grows, giving it a decisive throughput advantage over dense models for long-context, high-concurrency deployment. Pretrained on roughly 27 trillion tokens with deliberately up-weighted German, Soofi S matches dense 14 to 27B models on aggregate English and German benchmarks while achieving the best code aggregates in both languages among 17 open base models, and outperforms every European sovereign baseline in our comparison, including ones far larger in active parameters. Among fully open models, Soofi S obtains the highest English and German evaluation scores, ahead of Olmo 3 32B and Apertus 70B. Soofi S was built end-to-end on the German Industrial AI Cloud, a sovereign HPC scale AI infrastructure operated by Deutsche Telekom in Munich. Soofi S will be released under highly permissive, open-access terms: weights, selected intermediate checkpoints, full per-source data accounting, hyperparameters, and training and evaluation code. Where source licenses permit, data-construction artifacts are released under permissive licenses; commercially licensed sources are documented with aggregate statistics and exact mixture accounting.
Chinese Translation
我们提出了 Soofi S 30B-A3B,这是一个主权的开源混合专家(Mixture-of-Experts, MoE)混合型 Mamba Transformer 基础模型,适用于德语和英语。其混合设计在每个令牌上仅激活 30B 参数中的 3B,并在上下文增长时保持推理缓存近乎恒定,这使其在长上下文、高并发部署中相较于密集模型具有显著的吞吐量优势。Soofi S 在大约 27 万亿个令牌上进行预训练,德语权重被故意加重,使其在综合英语和德语基准测试中与密集的 14 到 27B 模型相匹配,同时在 17 个开放基础模型中实现了两种语言中最佳的代码聚合,并在我们的比较中超越了每一个欧洲主权基准,包括那些活跃参数远超的模型。在完全开放的模型中,Soofi S 获得了最高的英语和德语评估分数,领先于 Olmo 3 32B 和 Apertus 70B。Soofi S 完全在德国工业人工智能云上构建,这是一个由德国电信在慕尼黑运营的主权 HPC 规模的人工智能基础设施。Soofi S 将在高度宽松的开放获取条款下发布:权重、选定的中间检查点、完整的源数据核算、超参数以及训练和评估代码。在源许可证允许的情况下,数据构建工件将根据宽松许可证发布;商业许可来源将以汇总统计和精确的混合核算进行记录。
cs.CL / 17 / 2607.09438

Test-Time Scaling for Small VLMs on Multilingual Visual MCQ

小型视觉语言模型在多语言视觉多项选择题上的测试时缩放
Baxevanakis, Spiros, Yang, Peng-Jian
Abstract
Test-time scaling (TTS) reliably improves reasoning in large language models, but whether it transfers to small open vision-language models remains unclear. We examine this on EXAMS-V, a multilingual visual multiple-choice benchmark, comparing self-consistency, describe-then-reason with PRM-guided beam search, and two post-hoc selectors across Qwen2.5-VL-7B-Instruct and Qwen3.5-4B. What matters is the conditions under which TTS runs, not the search or verification machinery. The largest factor is parseability: an early prompt format left many chains reasoning correctly yet never committing to an answer letter, which a standard answer cue and a guided repair step largely remove. A larger decoding budget removes the rest: raising the per-chain token limit from 1k to 2k recovers 3.7 pp, whereas sampling more chains (8 to 16) adds only 0.15 pp. Once chains have room to finish, elaborate methods contribute little: PRM-guided beam search trails plain self-consistency by 0.39 pp at over eight times the cost, and neither a training-free generative critic nor a trained multimodal PRM beats majority vote across both policies. The largest gain comes instead from the policy model itself (+11.4 pp). Our best configuration reaches 84.1% on the held-out ImageCLEF 2026 test split, ranking first on the Visual MCQ leaderboard.
Chinese Translation
测试时缩放(TTS)可靠地提高了大型语言模型的推理能力,但其是否能转移到小型开放视觉语言模型上仍不清楚。我们在多语言视觉多项选择基准EXAMS-V上进行了研究,比较了自一致性、描述后推理与PRM引导的束搜索,以及两种事后选择器在Qwen2.5-VL-7B-Instruct和Qwen3.5-4B上的表现。关键在于TTS运行的条件,而非搜索或验证机制。最大的影响因素是可解析性:早期的提示格式使得许多链条能够正确推理但从未确定答案字母,而标准答案提示和引导修正步骤在很大程度上消除了这一问题。更大的解码预算则消除了剩余问题:将每链的令牌限制从1k提高到2k恢复了3.7个百分点,而采样更多链条(从8到16)仅增加了0.15个百分点。一旦链条有足够空间完成,复杂方法的贡献就微乎其微:PRM引导的束搜索在成本超过八倍的情况下落后于普通自一致性0.39个百分点,而无训练的生成评论员和训练过的多模态PRM在两种策略中均未能超越多数投票。最大的收益来自于政策模型本身(+11.4个百分点)。我们最佳的配置在保留的ImageCLEF 2026测试分割上达到了84.1%,在视觉多项选择题排行榜上排名第一。
cs.CL / 18 / 2607.09501

Normalisation-Based Likelihood Ratio Estimation for Forensic Authorship Verification

基于归一化的法医学作者验证似然比估计
Barlow, Sadie, Nini, Andrea, Manino, Edoardo
Abstract
Authorship verification (AV) is the task of determining whether two texts were written by the same author. In a forensic context, the strength of AV evidence can be quantified using likelihood ratios. Most AV methods are score-based and deriving well-calibrated likelihood ratios from these scores requires a separate calibration model. This, in turn, requires additional amounts of case-relevant data, which is often time-consuming to obtain and prepare. This study proposes two novel normalisation techniques, the Square Root Correction and the Hapax Correction, for deriving likelihood ratios from the AV method LambdaG without the need of a calibration model (Nini et al. 2026). These corrections are designed to mitigate the overestimation of evidential strength that may result from long or highly repetitive texts. Performance is evaluated against logistic regression calibration across fifteen corpora and a range of text lengths (100-9,500 tokens), using the log-likelihood ratio cost (Cllr). The proposed methods achieve performance comparable to logistic regression calibration, with the Hapax Correction outperforming it in approximately 45% of tests (weighted by corpora). Furthermore, performance was more frequently close (within 5%) when the Hapax Correction was outperformed by logistic regression calibration, compared with the reverse comparison. Eliminating the need to train a calibration model reduces data-requirements, time and complexity, thereby increasing the accessibility and transparency of forensic text comparison. This combination of empirical performance and practical advantages supports the adoption of the proposed methods in forensic settings.
Chinese Translation
作者验证(AV)是确定两篇文本是否由同一作者撰写的任务。在法医学背景下,AV证据的强度可以通过似然比进行量化。大多数AV方法是基于得分的,从这些得分中推导出良好校准的似然比需要一个单独的校准模型。这反过来又需要额外的与案件相关的数据,这通常需要耗费大量时间来获取和准备。本研究提出了两种新颖的归一化技术,平方根修正和单次词修正,用于从AV方法LambdaG中推导似然比,而无需校准模型(Nini et al. 2026)。这些修正旨在减轻由于长文本或高度重复文本可能导致的证据强度的高估。通过对十五个语料库和不同文本长度(100-9,500个标记)进行的逻辑回归校准评估性能,使用对数似然比成本(Cllr)。所提出的方法在性能上与逻辑回归校准相当,其中单次词修正在约45%的测试中表现优于逻辑回归校准(按语料库加权)。此外,当单次词修正被逻辑回归校准超越时,性能更频繁地接近(在5%以内),而反向比较则不然。消除训练校准模型的需求减少了数据需求、时间和复杂性,从而提高了法医学文本比较的可及性和透明度。这种经验性能与实际优势的结合支持了在法医学环境中采用所提出的方法。
cs.CL / 19 / 2607.09530

FreyaTTS Technical Report

FreyaTTS 技术报告
Pamuk, Ahmet Erdem, Yentür, Ömer, Bayrak, Ahmet Tunga, Öztürk, Yavuz Alp Sencer, Yavuz, Mustafa
Abstract
We introduce Freya-TTS, a compact, tokenizer-free, Turkish-first text-to-speech model designed for highly reliable and efficient conversational synthesis. Freya-TTS is a 183.2M-parameter non-autoregressive conditional flow-matching Diffusion Transformer (DiT) that operates in the frozen continuous latent space of AudioVAE2 (16 kHz encode, 48 kHz decode), allowing the model to focus its capacity on text-to-latent mapping while inheriting high-quality 48 kHz reconstruction. We advance the framework along three key dimensions: (1) rule-free end-to-end modeling from a 92-symbol Turkish character vocabulary without a phonemizer, grapheme-to-phoneme frontend, or discrete speech tokenizer; (2) non-autoregressive parallel denoising, which predicts the entire latent sequence simultaneously over a predicted duration; and (3) a production-oriented two-stage post-training recipe consisting of single-speaker voice locking and short-utterance coverage, improving speaker consistency and robustness on short inputs. On the Freya-TR-Eval benchmark, Freya-TTS achieves a band-matched word error rate (WER) of 8.0% and character error rate (CER) of 3.0%, outperforming substantially larger open-source systems while using a fraction of their parameters. The model achieves a real-time factor of 0.11 on consumer GPUs and runs faster than real time on a laptop CPU, making it well suited for resource-constrained edge deployment. We release the model weights, training and inference code, and evaluation benchmark under the Apache-2.0 license.
Chinese Translation
我们介绍了 Freya-TTS,这是一种紧凑型、无分词器的土耳其语优先文本到语音模型,旨在实现高度可靠和高效的对话合成。Freya-TTS 是一个拥有 183.2M 参数的非自回归条件流匹配扩散变换器(Diffusion Transformer, DiT),在 AudioVAE2 的冻结连续潜在空间中运行(16 kHz 编码,48 kHz 解码),使得模型能够将其能力集中于文本到潜在空间的映射,同时继承高质量的 48 kHz 重构。我们在三个关键维度上推进了该框架:(1)从 92 符号的土耳其字符词汇进行无规则的端到端建模,无需音素化器、图形到音素前端或离散语音分词器;(2)非自回归并行去噪,能够在预测的持续时间内同时预测整个潜在序列;(3)以生产为导向的两阶段后训练方案,包括单一说话者语音锁定和短语覆盖,提高了短输入的说话者一致性和鲁棒性。在 Freya-TR-Eval 基准测试中,Freya-TTS 达到了 8.0% 的带匹配词错误率(WER)和 3.0% 的字符错误率(CER),显著优于更大规模的开源系统,同时使用了其参数的一小部分。该模型在消费级 GPU 上实现了 0.11 的实时因子,并在笔记本 CPU 上的运行速度超过实时,使其非常适合资源受限的边缘部署。我们在 Apache-2.0 许可证下发布模型权重、训练和推理代码以及评估基准。
cs.CL / 20 / 2607.09576

Conceptual Networks for Cross-Linguistic Idiomatic Expressions:A Feature-Based Graph Approach

跨语言习语表达的概念网络:基于特征的图方法
Pala, Kiran, Silu, Punam, Yu, Lixun
Abstract
We present an interpretable network-based framework for representing idiomatic and figurative meaning across eight typologically diverse languages, totaling 160 conventional expressions, the large majority of which are idiomatic. Each expression is annotated with binary conceptual features (containment, concealment, emotional, social, etc.) derived from cognitive-linguistic theory, and pairwise Jaccard similarities define a weighted graph. Community detection reveals that idioms cluster by conceptual schema rather than by language, producing a structure consistent with cognitive-linguistic predictions. The conceptual network captures unique semantic information not present in distributional embeddings, can be scaled via automatic annotation with LLMs, improves downstream idiom detection, and remains robust when enriched with corpus frequencies. Cross-lingual transfer experiments show that conceptual proximity alone can identify acceptable translation equivalents across five language families, with substantial gains over embedding-based baselines. Ablation studies demonstrate that all three feature dimensions -- schemas, roles, and valence -- contribute non-redundantly to both the network's organizational properties and its performance on idiom detection, and that specific graph-derived signals (community membership, neighbor similarity) are particularly informative. The framework offers an interpretable, cross-linguistically stable representation of idiomatic meaning, combining theoretical grounding with practical utility.
Chinese Translation
我们提出了一种可解释的基于网络的框架,用于表示八种类型学上多样化语言中的习语和比喻意义,共计160个常用表达式,其中绝大多数为习语。每个表达式都通过来自认知语言学理论的二元概念特征(包含、隐蔽、情感、社会等)进行注释,并通过成对的Jaccard相似度定义加权图。社区检测表明,习语按概念图式聚类,而非按语言聚类,产生的结构与认知语言学的预测一致。该概念网络捕捉了在分布式嵌入中不存在的独特语义信息,可以通过与大型语言模型(LLMs)的自动注释进行扩展,改善下游习语检测,并在与语料库频率结合时保持稳健。跨语言迁移实验表明,仅凭概念接近性就能识别五个语言家族中的可接受翻译等价物,相较于基于嵌入的基线有显著提升。消融研究表明,三个特征维度——图式、角色和效价——对网络的组织特性和习语检测性能均有非冗余的贡献,且特定的图派生信号(社区成员身份、邻居相似性)特别具有信息量。该框架提供了一种可解释的、跨语言稳定的习语意义表示,结合了理论基础与实际应用。
cs.CL / 21 / 2607.09598

Tokenizer Transplantation: Mitigating Autoregressive Collapse in Edge-Efficient Bengali ASR

分词器移植:缓解边缘高效孟加拉语自动语音识别中的自回归崩溃
Hasan, Sanjid, Rahman, Md. Abdur
Abstract
Lightweight speech recognition models are critical for edge deployment, yet highly optimized architectures like Moonshine often fail on morphologically rich, non-Latin languages such as Bengali. This study identifies the root cause of this failure as the model's English-centric byte-level tokenizer, which fragments Bengali words into high-fertility byte chains and triggers catastrophic autoregressive collapse during inference. To resolve this, a novel vocabulary transplantation pipeline is proposed to replace the decoder vocabulary with the native-script BanglaBERT WordPiece vocabulary and resize the corresponding token embedding matrix. Experimental results demonstrate a reduction in token fertility from 9.16 to 1.30. By decreasing autoregressive sequence length by 85.8%, decoding instability is entirely mitigated. When evaluated on the 882-hour Lipi-Ghor dataset, the modified architecture achieves a competitive 21.54% Word Error Rate (WER) and a Real-Time Factor (RTF) of 0.0053. Ultimately, this research provides a scalable, reproducible blueprint for cross-script adaptation of compact ASR models without the need for resource-intensive pre-training.
Chinese Translation
轻量级语音识别模型对于边缘部署至关重要,但像Moonshine这样高度优化的架构在形态丰富的非拉丁语言(如孟加拉语)上往往表现不佳。本研究将这种失败的根本原因归结为模型的以英语为中心的字节级分词器,该分词器将孟加拉语单词分割成高丰度的字节链,并在推理过程中触发灾难性的自回归崩溃。为了解决这一问题,提出了一种新颖的词汇移植管道,以用本地脚本的BanglaBERT WordPiece词汇替换解码器词汇,并调整相应的令牌嵌入矩阵。实验结果表明,令牌丰度从9.16降低到1.30。通过将自回归序列长度减少85.8%,解码不稳定性得以完全缓解。在882小时的Lipi-Ghor数据集上进行评估时,修改后的架构实现了21.54%的竞争性字词错误率(WER)和0.0053的实时因子(RTF)。最终,本研究提供了一种可扩展、可重复的蓝图,用于在不需要资源密集型预训练的情况下进行紧凑型自动语音识别模型的跨脚本适配。
cs.CL / 22 / 2607.09611

Toward Real-Time Sentence-Level Sign Language Translation

朝向实时句子级手语翻译
Doan, Thanh-Hoang Nguyen
Abstract
Most sign language understanding systems operate at the level of isolated signs, limiting their usefulness in natural communication. We study sentence-level sign language translation (SLT) with the primary goal of real-time deployment rather than proposing a new translation architecture. We fine-tune a SHuBERT-ByT5 translation stack on a uniformly sampled 9,872-example subset of How2Sign, selected because of compute and storage constraints, using QLoRA while keeping SHuBERT frozen. The model obtains a validation BLEU of 16.7 and, on the test split, BLEU 15.9 and BLEURT 44.7. The main contribution is a hardware-aware streaming system: a Raspberry Pi 4B reference client provides camera capture, local text display, and speech output, while compute-intensive perception and translation run on a CPU/GPU backend. The capture protocol remains client-agnostic, so the same backend can serve a browser, phone, or laptop. Chunked ingestion, bounded queues, parallelized perception, temporal reordering, and a sentence-boundary state machine reduce mean post-finalization response latency from 1.873 to 1.354 seconds (27.71%) and P95 latency from 2.919 to 2.130 seconds (27.03%) over the complete 9,872-example working subset.
Chinese Translation
大多数手语理解系统在孤立手势的层面上运行,这限制了它们在自然交流中的实用性。我们研究句子级手语翻译(SLT),主要目标是实现实时部署,而不是提出新的翻译架构。我们在How2Sign的均匀采样的9,872个示例子集上微调了SHuBERT-ByT5翻译模型,选择该子集是由于计算和存储的限制,使用QLoRA,同时保持SHuBERT不变。该模型在验证集上获得了16.7的BLEU分数,在测试集上获得了15.9的BLEU分数和44.7的BLEURT分数。主要贡献是一个硬件感知的流媒体系统:一个Raspberry Pi 4B参考客户端提供摄像头捕获、本地文本显示和语音输出,而计算密集型的感知和翻译则在CPU/GPU后端运行。捕获协议保持客户端无关性,因此同一后端可以服务于浏览器、手机或笔记本电脑。分块摄取、有限队列、并行化感知、时间重排序和句子边界状态机将最终响应延迟的平均值从1.873秒减少到1.354秒(27.71%),将P95延迟从2.919秒减少到2.130秒(27.03%),适用于完整的9,872个示例工作子集。
cs.CL / 23 / 2607.09623

Task-Specific Multimodal Question Answering Agents via Confidence Calibration and Incremental Reasoning for QANTA 2026

通过置信度校准和增量推理实现任务特定的多模态问答代理——针对QANTA 2026
Das, Nirjhar, Provath, Md. Al-Mamun
Abstract
We present our submission to the QANTA 2026 shared challenge at the ICML 2026 Workshop on Efficient Multimodal Question Answering (EMM-QA). Quanta evaluates multimodal quizbowl systems that answer pyramid-style questions from incrementally revealed text and accompanying images while operating under realistic efficiency constraints. The challenge consists of two distinct tasks: Tossup questions, which require deciding when to answer under uncertainty, and Bonus questions, which emphasize accurate answer selection and human adoption. To address these differing objectives, we develop a task-specific two-agent architecture. Our Tossup agent utilizes a GPT-4o-mini-class model (referred to as GPT-4.1-mini in the competition logs) with confidence-calibrated answering and a domain-specific numeric reasoning policy that reduces overconfident predictions from isolated quantitative clues. Our Bonus agent uses GPT-4o-class model (referred to as GPT-4.1) with leadin-aware reasoning, structured relational reasoning, and multimodal evidence integration to improve exact answer selection. Rather than relying on a retrieval pipeline or model ensembles, our approach emphasizes efficient reasoning policies and confidence calibration within a hosted-only environment. Our system achieved the highest overall leaderboard score of 0.402, including a Tossup score of 0.238 and a Bonus Effect score of 0.164. The results demonstrate that lightweight, task-specific reasoning strategies can provide strong performance on resource-constrained multimodal question answering benchmarks.
Chinese Translation
我们在2026年国际机器学习大会(ICML 2026)高效多模态问答研讨会(EMM-QA)的QANTA 2026共享挑战中提交了我们的研究。QANTA评估多模态问答系统,这些系统能够在现实效率约束下,从逐步揭示的文本和附带图像中回答金字塔式问题。该挑战包含两个不同的任务:Tossup问题,要求在不确定性下决定何时回答;Bonus问题,强调准确的答案选择和人类采纳。为了应对这些不同的目标,我们开发了一种任务特定的双代理架构。我们的Tossup代理利用了GPT-4o-mini-class模型(在比赛记录中称为GPT-4.1-mini),结合置信度校准的回答和一种领域特定的数值推理策略,以减少来自孤立定量线索的过度自信预测。我们的Bonus代理使用GPT-4o-class模型(在比赛记录中称为GPT-4.1),结合关注引导的推理、结构化关系推理和多模态证据整合,以提高准确答案选择的能力。我们的方案强调在仅托管环境中高效的推理策略和置信度校准,而不是依赖检索管道或模型集成。我们的系统在排行榜上获得了最高的整体得分0.402,其中Tossup得分为0.238,Bonus Effect得分为0.164。结果表明,轻量级的任务特定推理策略可以在资源受限的多模态问答基准上提供强劲的表现。