← Back to Index
Daily Research Digest

arXiv Papers

2026-07-23
198
Papers
4
Categories
198
Translated
收藏清单 0
机器人学 (Robotics)
29
cs.RO / 1 / 2607.19479

ModPack: An Extensible Teleoperation Interface for Bimanual Mobile Manipulation

ModPack:一种可扩展的双手移动操作界面
Citron, Joshua, Zbizika, Renee, Liu, Zeyi, Song, Shuran
Abstract
Existing teleoperation systems are often tailored to specific robot hardware and task domains, limiting their scalability and adaptability. We present ModPack, a modular and extensible teleoperation system designed to support diverse robot embodiments and task requirements within a unified framework. At the core of ModPack is a self-contained wearable "backpack" that integrates onboard computation, power, communication, and data storage. Built on top of this shared interface, the system supports plug-and-play capability modules including joint-level teleoperation with haptic feedback, mobile manipulation, and active perception. Experiments across two distinct robot platforms and real-world mobile manipulation tasks demonstrate that ModPack provides a flexible and reusable framework for data collection and policy learning. To support future research, we open-source the complete hardware design and software stack. Project website: https://modpack-robotics.github.io/
Chinese Translation
现有的远程操作系统通常针对特定的机器人硬件和任务领域进行定制,限制了其可扩展性和适应性。我们提出了ModPack,这是一种模块化和可扩展的远程操作系统,旨在支持多样化的机器人形态和任务需求,构建在统一的框架内。ModPack的核心是一个自包含的可穿戴“背包”,集成了车载计算、供电、通信和数据存储功能。在这个共享接口的基础上,系统支持即插即用的能力模块,包括具有触觉反馈的关节级远程操作、移动操作和主动感知。针对两个不同的机器人平台和真实世界的移动操作任务进行的实验表明,ModPack提供了一个灵活且可重复使用的数据收集和策略学习框架。为了支持未来的研究,我们将完整的硬件设计和软件堆栈开源。项目网站:https://modpack-robotics.github.io/
cs.RO / 2 / 2607.19484

Emergent Autonomous Drifting for Collision Avoidance in Real-World Winter Driving Scenarios

在现实冬季驾驶场景中用于避免碰撞的自发性漂移
Weiss, Elliot, Thompson, Michael, Lew, Thomas, Subosits, John
Abstract
Real-world collision avoidance is a core motivation for studying the dynamics and control of high sideslip drifting in vehicles, yet the practical benefit of such maneuvers has so far primarily been tested in scenarios explicitly engineered to require drifting. In this work, we explore the question of if and when drifting may be optimal for safety in real-world winter driving conditions. We present a drift-capable nonlinear model predictive control (MPC) system designed to handle scenarios grounded in crash fatality data and deploy the controller in a high fidelity simulator across road departure and oncoming vehicle collision avoidance scenarios. The controller naturally initiates and sustains drifting maneuvers to stay on the road when hitting a patch of ice on the rear axle and to avoid an oncoming vehicle that has slid into its lane. Comparisons with a benchmark electronic stability control (ESC) system demonstrate how a drift-capable controller can trade off stability for controllability to precisely maneuver through dangerous winter driving scenarios. A Monte Carlo study over random ice patches further shows that the drift-capable controller achieves lower median lane error than ESC across several speeds, while revealing that drifting emerges predominantly at higher speeds.
Chinese Translation
现实世界中的碰撞避免是研究车辆高侧滑漂移动态和控制的核心动机,然而此类机动的实际效益迄今主要在明确设计为需要漂移的场景中进行测试。在本研究中,我们探讨了在现实冬季驾驶条件下,漂移是否以及何时可能是安全的最佳选择。我们提出了一种具有漂移能力的非线性模型预测控制(MPC)系统,旨在处理基于碰撞致死数据的场景,并在高保真模拟器中部署该控制器,涵盖道路偏离和迎面车辆碰撞避免场景。该控制器自然地启动并维持漂移机动,以在后轴遇到冰面时保持在道路上,并避免迎面而来的已滑入其车道的车辆。与基准电子稳定性控制(ESC)系统的比较表明,具有漂移能力的控制器如何在稳定性与可控性之间进行权衡,以精确操控通过危险的冬季驾驶场景。对随机冰面进行的蒙特卡洛研究进一步表明,具有漂移能力的控制器在多个速度下实现了比ESC更低的中位车道误差,同时揭示出漂移主要在较高速度下出现。
cs.RO / 3 / 2607.19530

Milo, a Fully Autonomous Indoor/Outdoor Robotic Guide Dog

Milo:一款完全自主的室内/室外机器人导盲犬
Golemo, Florian, Wolski, Joanna, Moniz, Joel Ruben Antony, Pal, Christopher
Abstract
Many Blind and Low-Vision (BLV) people rely on guide dogs for moment-to-moment navigation, such as staying on path and avoiding obstacles and pedestrians. However, guide dogs are expensive to acquire and maintain (approximately \$50k USD plus ongoing costs), often involve long waiting lists, and have relatively short life expectancies. While robot guide dogs offer a promising alternative, existing approaches exploring this idea suffer from several drawbacks: They often lack the autonomy required for real-world deployment, relying on prior 3D scans of the environment, external computation, or limited awareness of the handler. In this work, we present Milo, the first open-source, low-cost (approximately \$2k USD) robotic guide dog platform capable of fulfilling the basic collaborative navigation role expected of a guide dog. Milo is fully autonomous, requiring no a priori knowledge of the environment, completely self-contained with all computation performed onboard, and suitable for both indoor and outdoor navigation while avoiding obstacles and pedestrians. Our system consists of a modified Unitree Go2 robot (equipped with onboard compute, sensors, and a handle), a perception stack combining voxel mapping with floor, obstacle, and pedestrian detection, and a navigation stack based on an obstacle-avoidance policy trained in a custom bird's-eye-view simulator. We evaluate Milo in real indoor and outdoor obstacle courses and compare it against a costmap-based baseline, demonstrating smoother navigation and fewer handler collisions. To maximize accessibility for BLV users, we release both the robot hardware instructions and the complete software stack as open source.
Chinese Translation
许多盲人和低视力(BLV)人士依赖导盲犬进行瞬时导航,例如保持在路径上和避免障碍物及行人。然而,导盲犬的获取和维护成本高昂(大约50,000美元加上持续费用),通常需要较长的等待时间,并且寿命相对较短。虽然机器人导盲犬提供了一个有前景的替代方案,但现有的研究在探索这一想法时存在若干缺陷:它们通常缺乏实际部署所需的自主性,依赖于环境的先前3D扫描、外部计算或对操作者的有限感知。在本研究中,我们提出了Milo,这是第一个开源、低成本(约2,000美元)的机器人导盲犬平台,能够满足导盲犬所期望的基本协作导航角色。Milo是完全自主的,无需对环境的先验知识,所有计算均在机载完成,适用于室内和室外导航,同时能够避免障碍物和行人。我们的系统由一个改装的Unitree Go2机器人(配备机载计算、传感器和手柄)、一个结合了体素映射与地面、障碍物及行人检测的感知模块,以及一个基于在定制鸟瞰视图模拟器中训练的避障策略的导航模块组成。我们在真实的室内和室外障碍课程中评估了Milo,并与基于成本图的基线进行了比较,展示了更平滑的导航和更少的操作者碰撞。为了最大限度地提高BLV用户的可及性,我们将机器人硬件说明和完整软件栈作为开源发布。
cs.RO / 4 / 2607.19534

Learning Personalized Safety Interventions for Haptic Human-Robot Shared Control

学习个性化安全干预的触觉人机共享控制
Zhang, Dawei, Tron, Roberto
Abstract
Haptic feedback provides an implicit channel for communicating safety intentions during human-robot shared control. Existing haptic guidance systems typically employ predefined intervention strategies that cannot accommodate the diverse safety preferences of individual users or application scenarios. To address this limitation, we propose a Learning from Haptics (LfH) framework that learns user-preferred safety interventions from sparse demonstrations, eliminating the need for manual trial-and-error design. Our framework is built on a differentiable Control Barrier Function (CBF)-based optimization layer that automatically adjusts the underlying safety parameters to match the demonstrated haptic responses. Instead of tuning controller parameters directly, users teach the system how they expect it to intervene during teleoperation. The resulting haptic guidance reflects the demonstrated intervention preferences while preserving the intuitive interaction of haptic shared control. Simulation and hardware experiments demonstrate that the proposed framework can learn personalized safety interventions from sparse user input and reduce the mismatch between the generated haptic feedback and the demonstrated preferences.
Chinese Translation
触觉反馈为在触觉人机共享控制过程中传达安全意图提供了一个隐含的渠道。现有的触觉引导系统通常采用预定义的干预策略,这些策略无法满足个体用户或应用场景的多样化安全偏好。为了解决这一局限性,我们提出了一种基于触觉学习(Learning from Haptics, LfH)框架,该框架通过稀疏演示学习用户偏好的安全干预,消除了手动试错设计的需要。我们的框架建立在可微分的控制障碍函数(Control Barrier Function, CBF)优化层之上,能够自动调整基础安全参数以匹配所示的触觉响应。用户不是直接调节控制器参数,而是教导系统他们期望在远程操作中如何进行干预。最终生成的触觉引导反映了所示的干预偏好,同时保留了触觉共享控制的直观交互。仿真和硬件实验表明,所提出的框架能够从稀疏用户输入中学习个性化安全干预,并减少生成的触觉反馈与所示偏好之间的差异。
cs.RO / 5 / 2607.19633

LENS: LLM-guided Environment Simplification for Planning and Control in Clutter

LENS:基于大语言模型的环境简化用于杂乱中的规划与控制
Liao, Aileen, Holladay, Rachel, Jayaraman, Dinesh, Posa, Michael
Abstract
Despite recent advances in general-purpose robotic manipulation, real-world multi-object clutter remains challenging to handle for today's prevalent approaches. The problem scales in complexity due to more objects and collisions, more unpredictable contact physics, distractors, and task ambiguity. Bridging this gap to real-world deployment requires effective scene abstractions; yet today, producing such abstractions requires extensive task-specific manual engineering, which does not scale. These abstractions are costly to generate and difficult to adjust or fine-tune. We instead propose a plug-and-play fix to automatically generate scene-specific, task-specific, adaptively updating abstractions on top of existing planning and control stacks. LLM-guided Environment Simplification (LENS) produces a de-cluttered abstracted scene representation by merging (e.g., stacked objects) or pruning (e.g., distant objects) scene entities in a closed loop in response to task progress. These dynamic, task-relevant abstractions are versatile and easy to use. In our experiments, we show that LENS improves classical planning, model-based control, and a vision-language-action model, across a diverse set of highly cluttered manipulation scenes. Project website: https://lens-2026.github.io/.
Chinese Translation
尽管在通用机器人操作方面取得了近期进展,但现实世界中的多物体杂乱仍然是当今普遍方法难以处理的挑战。由于物体数量和碰撞的增加、不可预测的接触物理、干扰物以及任务模糊性,问题的复杂性不断增加。要弥补这一与现实世界部署之间的差距,需要有效的场景抽象;然而,目前生成这些抽象需要大量特定任务的手动工程,这并不具备可扩展性。这些抽象的生成成本高昂,且难以调整或微调。我们提出了一种即插即用的解决方案,能够在现有的规划和控制框架上自动生成场景特定、任务特定、并能自适应更新的抽象。基于大语言模型的环境简化(LENS)通过在任务进展的反馈下,合并(例如,堆叠物体)或修剪(例如,远离物体)场景实体,生成去杂化的抽象场景表示。这些动态、与任务相关的抽象具有多样性且易于使用。在我们的实验中,我们展示了LENS在一系列高度杂乱的操作场景中改善了经典规划、基于模型的控制以及视觉-语言-动作模型的性能。项目网站:https://lens-2026.github.io/
cs.RO / 6 / 2607.19650

Remote ID Spoofing-Aware Trajectory Planning for Small Unmanned Aerial Systems

针对小型无人机系统的远程身份欺骗感知轨迹规划
Webb, Jeremiah, Bjorkman, Bryce, Gonzalez, Abel Diaz, Coursey, Austin, Dahle, Noah, Mack, Kailani Lemieux, Fotiadis, Filippos, Biswas, Gautam, Ward, Bryan C., Taye, Abenezer
Abstract
This work presents a decentralized, spoofing-aware trajectory planning framework for small unmanned aerial systems operating under Remote Identification (RID) location spoofing attacks. Existing planners typically assume RID broadcasts are trustworthy, which can increase the risk of loss of separation and mid-air collisions when spoofing occurs. In contrast, the proposed approach explicitly treats RID information as unverified and incorporates physical-layer observations to assess broadcast credibility. Received signal-strength measurements from neighboring aircraft are used to detect spoofing and probabilistically localize a spoofing agent. The resulting uncertainty is converted into a risk-bounded unsafe region using a chance-constrained formulation and integrated into a per-agent Markov decision process-based planner. This enables real-time, decentralized collision avoidance while preserving mission objectives and scalability. Simulation results in a multi-aircraft package delivery scenario demonstrate reduced near mid-air collision events compared to planners that assume truthful RID data, while maintaining computational efficiency suitable for real-time execution.
Chinese Translation
本研究提出了一种去中心化的、感知欺骗的轨迹规划框架,适用于在远程身份识别(Remote Identification, RID)位置欺骗攻击下运行的小型无人机系统。现有的规划器通常假设RID广播是可信的,这在发生欺骗时可能增加失去间隔和空中碰撞的风险。相比之下,所提出的方法明确将RID信息视为未经验证,并结合物理层观测来评估广播的可信度。通过来自邻近飞行器的接收信号强度测量来检测欺骗行为,并以概率方式定位欺骗源。所产生的不确定性通过机会约束形式转化为风险界限的不安全区域,并集成到基于每个代理的马尔可夫决策过程规划器中。这使得在保持任务目标和可扩展性的同时,实现实时的去中心化碰撞避免。在多飞行器包裹投递场景中的仿真结果表明,与假设RID数据真实的规划器相比,所提出的方法减少了近空中碰撞事件,同时保持了适合实时执行的计算效率。
cs.RO / 7 / 2607.19695

NavVerse: Benchmarking Indoor-to-Outdoor Embodied Navigation in Continuous Robot Simulation

NavVerse:在连续机器人仿真中评估室内到室外的具身导航
Wu, Junzhe, Hu, Yue, Han, Zeyu, Chang, Po-Hsun, Dong, Yinan, Rabiei, Behrad, Ghaffari, Maani
Abstract
Robots deployed in delivery, campus, and emergency-response settings often need to navigate from buildings to streets within a single continuous episode. Existing benchmarks usually evaluate indoor and outdoor navigation separately, and many abstract away robot execution, leaving exit finding, boundary traversal, adaptation, and kinodynamic failures underexplored. We introduce NavVerse, a physics-enabled benchmark for indoor-to-outdoor embodied navigation. NavVerse contains 100 indoor scenes, 50 urban outdoor scenes, and 50 indoor-to-outdoor scenes, and 10,000 episodes spanning Object Navigation, Vision-and-Language Navigation, and Place Navigation tasks, where agents search for semantic points of interest such as restaurants or banks. Agents are evaluated through executable robot interfaces using task-success, path-efficiency, and safety metrics. Zero-shot experiments with RL, VLA, and modular baselines show that current agents remain far from solving cross-context navigation: end-to-end VLAs obtain the highest zero-shot success, while the modular method provides the strongest safety profile. PlaceNav further reveals a clear drop from outdoor to indoor-to-outdoor scenes, indicating that adaptation remains major bottleneck.
Chinese Translation
在配送、校园和应急响应等场景中部署的机器人通常需要在单个连续的任务中从建筑物导航到街道。现有的基准测试通常分别评估室内和室外导航,且许多方法抽象化了机器人的执行过程,导致出口寻找、边界穿越、适应性和运动动力学失败等问题未得到充分探讨。我们引入了NavVerse,这是一个支持物理模拟的室内到室外具身导航基准。NavVerse包含100个室内场景、50个城市室外场景和50个室内到室外场景,以及10,000个任务,涵盖对象导航、视觉与语言导航和地点导航任务,代理在这些任务中搜索语义兴趣点,如餐馆或银行。通过可执行的机器人接口对代理进行评估,使用任务成功率、路径效率和安全性指标。与强化学习(RL)、视觉语言代理(VLA)和模块化基线的零样本实验表明,当前代理在解决跨上下文导航方面仍然相距甚远:端到端的VLA获得了最高的零样本成功率,而模块化方法提供了最强的安全性配置。地点导航(PlaceNav)进一步揭示了从室外到室内到室外场景的明显下降,表明适应性仍然是主要瓶颈。
cs.RO / 8 / 2607.19708

Contact-Persistent Full Actuation for Aerial Physical Interaction

用于空中物理交互的接触持久全驱动
Khadga, Abhimanyu, Sinha, Abhinav, Kumar, Shashi Ranjan
Abstract
Fully actuated unmanned aerial vehicles (UAVs) are usually certified through rank conditions on a control-allocation matrix or through free-flight tracking performance. For aerial physical interaction, this certification may be incomplete. During sustained contact, part of the available wrench is consumed by the interaction task, and only the residual wrench remains available for stabilization, disturbance rejection, and maneuvering. This paper introduces a control-theoretic framework for \emph{contact-persistent full actuation}. A rigid-body model on $\R^{3}\times\SO\left(3\right)$ is combined with a morphology-dependent wrench map that captures fixed-tilt, variable-tilt, coaxial, and overactuated multirotor architectures. We define feasible wrench sets under actuator limits, residual wrench sets under task loading, and residual authority margins that strengthen the usual rank-based notion of full actuation. The main result shows that contact-persistent full actuation is equivalent to interiority of the task wrench in the constrained feasible wrench polytope, and that the residual authority radius is exactly the distance to the polytope boundary. We further introduce a signed residual-margin certificate for infeasible and boundary cases, a slack-maximizing allocation certificate, and a robust implementability condition that can be used as a margin-aware safety filter. Numerical evaluation on an abstract tilted hexarotor shows that full row rank alone does not imply feasible contact operation. Intermediate tilt angles preserve residual authority during pushing, whereas small or excessive tilts fail because of lateral-force deficiency or hover-margin loss.
Chinese Translation
全驱动的无人机(UAV)通常通过控制分配矩阵的秩条件或自由飞行跟踪性能进行认证。然而,对于空中物理交互,这种认证可能是不完整的。在持续接触过程中,可用的扭矩的一部分被交互任务消耗,仅剩余的扭矩可用于稳定、干扰抑制和机动。本文引入了一种控制理论框架,用于 extit{接触持久全驱动}。将$ ext{R}^{3} imes ext{SO}(3)$上的刚体模型与捕捉固定倾斜、可变倾斜、同轴和过驱动多旋翼架构的形态依赖扭矩映射相结合。我们在驱动器限制下定义可行扭矩集,在任务负载下定义剩余扭矩集,以及加强通常基于秩的全驱动概念的剩余控制余量。主要结果表明,接触持久全驱动等价于任务扭矩在约束可行扭矩多面体内部的特性,并且剩余控制半径恰好是到多面体边界的距离。我们进一步引入了一个用于不可行和边界情况的带符号剩余余量证书、一个最大松弛分配证书,以及一个可以作为余量感知安全过滤器使用的鲁棒可实施性条件。在一个抽象的倾斜六旋翼上的数值评估表明,仅有的满行秩并不意味着可行的接触操作。中间倾斜角度在推送过程中保持剩余控制,而小倾斜或过度倾斜则因侧向力不足或悬停余量损失而失败。
cs.RO / 9 / 2607.19714

Morphing MILR: Design and control of a cable-driven limbless robot with rolling joints for maneuvering in complex environments

变形MILR:具有滚动关节的缆驱动无肢机器人在复杂环境中的设计与控制
Dortilus, Donoven, Wang, Tianyu, Tunnicliffe, Galen, Fernandez, Matthew, Goldman, Daniel I.
Abstract
Limbless robots offer exceptional mobility in confined and cluttered environments due to their slender bodies and their ability to exploit body-terrain interactions. Recent designs incorporating compliance demonstrate robust locomotion without complex sensing or control; however, these systems typically rely on fixed body configurations, with each morphology specialized for a single locomotion mode or environment. This raises a key challenge: how can a single limbless robot achieve versatile locomotion while preserving the robustness of compliance-mediated locomotion? To address this challenge, we present a cable-driven limbless robot that reconfigures body morphology and compliance to enable diverse locomotion modes. Distributed cable actuation generates traveling body waves, while programmable passive compliance enables robust contact-rich locomotion without terrain knowledge or high-bandwidth feedback. Rolling joints reorient bending planes along the body, enabling rapid reconfiguration and smooth transitions between locomotion styles, and incorporate geared locking to maintain configuration without continuous power. By combining programmable bending compliance and morphology control, the platform achieves lateral undulation, sidewinding, rolling, and twisting within a single system. Experiments demonstrate reliable gait generation, traversal in obstacle-rich environments, and transitions between modes, establishing a versatile limbless platform for navigating complex environments with applications in search and rescue, environmental monitoring, and inspection.
Chinese Translation
无肢机器人由于其纤细的身体和利用身体与地形相互作用的能力,在狭窄和杂乱的环境中展现出卓越的机动性。近期的设计中引入了柔顺性,展现出在没有复杂传感或控制的情况下的稳健运动;然而,这些系统通常依赖于固定的身体配置,每种形态专门用于单一的运动模式或环境。这提出了一个关键挑战:如何使单一的无肢机器人在保持柔顺介导运动的稳健性的同时,实现多样化的运动?为了解决这一挑战,我们提出了一种缆驱动的无肢机器人,该机器人通过重新配置身体形态和柔顺性来实现多种运动模式。分布式缆线驱动产生行进的身体波,而可编程的被动柔顺性则在没有地形知识或高带宽反馈的情况下实现了稳健的接触丰富运动。滚动关节沿身体重新定向弯曲平面,使得快速重新配置和运动风格之间的平滑过渡成为可能,并结合齿轮锁定以在不持续供电的情况下保持配置。通过结合可编程的弯曲柔顺性和形态控制,该平台在单一系统内实现了侧向波动、侧行、滚动和扭转。实验表明该平台能够可靠地生成步态,在障碍物丰富的环境中进行穿越,并在不同模式之间进行过渡,建立了一个多功能的无肢平台,以便在复杂环境中导航,应用于搜索与救援、环境监测和检查。
cs.RO / 10 / 2607.19745

EgoRecovery: Acquiring Failure Recovery Ability Through Human Recovery Demonstration

EgoRecovery:通过人类恢复示范获取失败恢复能力
Ge, Zuhao, Zhou, Yuchen, Zhou, Weitao, Li, Minglei, Li, Xinyu, Wu, Chao, Zhao, Hanwen, Wang, Haotian, Wu, Zuxuan, Jia, Xiaosong, Jiang, Yu-Gang
Abstract
Robust embodied robots should be able to recover from failures and retry tasks in order to operate reliably in unstructured and noisy real-world environments. Achieving this capability requires training policies on data that captures recovery behaviors. However, collecting such data through robot teleoperation is difficult to scale, as it is time-consuming to induce diverse failure states, perform corrective actions, and reset the environment. This challenge is further exacerbated by the high diversity of failure modes, which demands substantially more recovery data than success demonstrations. In this work, we show that egocentric human data capturing failure recovery processes provides a scalable alternative. By efficiently arranging task-level failure configurations and recording short recovery segments, human operators can generate more than 10x as much valid recovery data per hour compared to robot teleoperation under our protocol. To address the embodiment gap between human and robot, we propose EgoRecovery, a co-training framework for learning recovery behavior, where human recovery demonstrations are aligned to a compact corrective-intent space shared with robot data, which captures the timing and magnitude of correction. Only a small number of robot recovery demonstrations are required to connect this intent to executable robot actions. At deployment, a learned recovery gate predicts when correction is needed from robot observations and activates the corrective intent only in recovery states. Experiments on real-world recovery tasks show that EgoRecovery improves success from failure starts over robot-only recovery, direct co-training with human recovery data, and direct intent-transfer baselines.
Chinese Translation
强健的具身机器人应能够从失败中恢复并重试任务,以便在非结构化和嘈杂的真实环境中可靠地操作。实现这一能力需要在捕捉恢复行为的数据上训练策略。然而,通过机器人遥操作收集此类数据难以扩展,因为诱发多样化的失败状态、执行纠正动作和重置环境都非常耗时。这一挑战因失败模式的高度多样性而进一步加剧,这要求比成功示范收集更多的恢复数据。在本研究中,我们展示了以自我中心的人类数据捕捉失败恢复过程提供了一种可扩展的替代方案。通过高效安排任务级失败配置并记录短暂的恢复片段,人类操作员在我们的协议下每小时可以生成超过10倍于机器人遥操作的有效恢复数据。为了弥补人类与机器人之间的具身差距,我们提出了EgoRecovery,一个用于学习恢复行为的共同训练框架,其中人类恢复示范与共享的紧凑纠正意图空间对齐,该空间与捕捉纠正时机和幅度的机器人数据相结合。只需要少量的机器人恢复示范即可将该意图连接到可执行的机器人动作。在部署时,学习到的恢复门根据机器人观察预测何时需要纠正,并仅在恢复状态下激活纠正意图。在真实世界恢复任务上的实验表明,EgoRecovery在从失败开始的成功率上优于仅使用机器人恢复、与人类恢复数据的直接共同训练以及直接意图转移基线。
cs.RO / 11 / 2607.19774

Defer to Plan: Adaptive Multi-Agent Fusion for End-to-End V2X Driving

延迟规划:端到端V2X驾驶的自适应多智能体融合
Li, Nuoran, Zhang, Zhang, Zhao, Yueran, Wang, Tianze, Sun, Chao
Abstract
Vehicle-to-everything-aided autonomous driving (V2X-AD) significantly enhances driving performance through information sharing. However, existing collaborative perception methods only optimize module-level perception capabilities and fail to effectively serve the ultimate planning and control tasks. We propose an end-to-end collaborative driving system that directly optimizes planning task performance. The system employs MotionNetwork to fuse historical temporal information, utilizes attention mechanisms to efficiently compress spatial features into compact tokens, and adaptively fuses multi-agent features through an autoregressive decoder. Additionally, we introduce Mixture-of-Experts (MoE) architecture to enhance the model's representation capacity for heterogeneous features. Experiments demonstrate that our method achieves a driving score of 79.72, surpassing the state-of-the-art CoDriving baseline (77.15) by 3.33% in closed-loop evaluation while maintaining communication efficiency.
Chinese Translation
基于车与万物(V2X)辅助的自动驾驶(V2X-AD)通过信息共享显著提升了驾驶性能。然而,现有的协同感知方法仅优化模块级感知能力,未能有效服务于最终的规划和控制任务。我们提出了一种端到端的协同驾驶系统,直接优化规划任务的性能。该系统采用MotionNetwork融合历史时间信息,利用注意力机制高效地将空间特征压缩为紧凑的标记,并通过自回归解码器自适应地融合多智能体特征。此外,我们引入了专家混合(Mixture-of-Experts, MoE)架构,以增强模型对异构特征的表征能力。实验表明,我们的方法在闭环评估中实现了79.72的驾驶得分,超过了最先进的CoDriving基线(77.15)3.33%,同时保持了通信效率。
cs.RO / 12 / 2607.19804

V2F: Vision-Informed Grasp Force Prediction for Damage-Aware Robotic Handling of Date Fruits

V2F:基于视觉的掌握力预测框架用于考虑损伤的日期果实机器人处理
Shami, Shahd, Wali, Obadah, Feron, Eric, Park, Shinkyu
Abstract
This paper presents a vision-informed grasp force prediction framework for robotic handling of date fruits. Addressing the dual challenge of high detachment forces and low bruise thresholds, we first conduct mechanical characterization on date samples to define a safe grasping envelope and quantify the relationship between fruit geometry and bioyield stress. In this work, we develop a Vision-to-Force (V2F) pipeline that combines computer vision-based segmentation, active-contour refinement, and geometric feature extraction with a physics-informed residual neural network that augments a Hertz contact equation. The resulting model maps non-contact visual descriptors and cultivar metadata to predict a safe grasp force with mean validation performance of $R^2 \approx 0.7$ across unseen cultivar groups, which is a good result given the inherent mechanical variability of biological tissue. Experimental validation using a gripper and load cell indicates that the predicted forces enable stable manipulation of different types of date fruits, with residual deformations below 1 mm and no observable damage. These results show that pre-emptive, vision-driven force estimation% can replace slow and potentially damaging tactile exploration , enabling safer robotic handling of fragile fruits.
Chinese Translation
本文提出了一种基于视觉的掌握力预测框架,用于日期果实的机器人处理。针对高脱离力和低挫伤阈值的双重挑战,我们首先对日期样品进行机械特性表征,以定义安全的抓取范围,并量化果实几何形状与生物屈服应力之间的关系。在本研究中,我们开发了一个视觉到力(Vision-to-Force, V2F)管道,该管道结合了基于计算机视觉的分割、主动轮廓细化和几何特征提取,以及一个物理信息残差神经网络,增强了赫兹接触方程。所得到的模型将非接触视觉描述符和品种元数据映射到预测安全的抓取力,在未见过的品种组中,平均验证性能为 $R^2 ext{ 约 } 0.7$,考虑到生物组织固有的机械变异性,这一结果是相当不错的。使用夹具和负载传感器的实验验证表明,预测的力量能够稳定地操控不同类型的日期果实,残余变形低于1毫米且没有可观察到的损伤。这些结果表明,预先的、基于视觉的力量估计可以替代缓慢且可能造成损伤的触觉探索,从而实现对脆弱果实的更安全的机器人处理。
cs.RO / 13 / 2607.19827

Clinical Pathways as Safety Specifications for Physical AI in Hospital Wards

临床路径作为医院病房中物理人工智能的安全规范
Franchini, Gabriele, Mallardi, Giulio, De Carolis, Michele, Lanubile, Filippo
Abstract
Ensuring safety in Physical AI systems operating in real-world environments is a critical challenge, particularly in hospital wards where vulnerable patients, clinical staff, medical devices, and assistive robots coexist. In this paper, we reinterpret Clinical Pathways as explicit runtime safety specifications for embodied medical AI. We propose a conceptual robotic architecture that integrates wearable sensors, smart medical devices, and assistive robotic components into a unified framework for real-time safety monitoring. At its core, a Runtime Safety Monitor (RSM) evaluates multimodal physiological and system-level signals against clinically defined constraints derived from the prescribed care process. Rather than relying solely on statistical anomaly detection, the proposed approach combines temporal prediction, uncertainty-aware reasoning, and constraint-based verification to identify safety violations. The RSM targets three classes of events: physiological deviations from prescribed care, hardware and communication failures, and potential data tampering or misuse. This work contributes to Safe Physical AI by operationalizing domain-specific clinical knowledge as enforceable safety constraints, bridging learning-based perception and runtime safety monitoring to assist nursing staff in real-world hospital wards.
Chinese Translation
在现实环境中确保物理人工智能系统的安全性是一个关键挑战,尤其是在医院病房中,脆弱的患者、临床工作人员、医疗设备和辅助机器人共存。本文将临床路径重新解释为具身医疗人工智能的明确运行时安全规范。我们提出了一种概念性的机器人架构,将可穿戴传感器、智能医疗设备和辅助机器人组件整合到一个统一的实时安全监控框架中。其核心是运行时安全监控器(Runtime Safety Monitor, RSM),该监控器根据从规定护理过程中得出的临床定义约束,评估多模态生理信号和系统级信号。该方法不仅依赖于统计异常检测,而是结合了时间预测、不确定性感知推理和基于约束的验证来识别安全违规行为。RSM 关注三类事件:与规定护理的生理偏差、硬件和通信故障,以及潜在的数据篡改或滥用。此项工作通过将特定领域的临床知识转化为可执行的安全约束,为安全物理人工智能做出了贡献,架起了基于学习的感知与运行时安全监控之间的桥梁,以协助护理人员在现实医院病房中工作。
cs.RO / 14 / 2607.19850

SOPD-SocialNav: Selective On-Policy Distillation for Vision-Language Social Navigation

SOPD-SocialNav:用于视觉-语言社交导航的选择性在线蒸馏
Zhang, Xinyu, Wang, Zishuo, Xiao, Ling
Abstract
Vision-language models have shown strong potential for social robot navigation by leveraging rich semantic understanding of complex environments and human behaviors. However, large scale VLMs are difficult to deploy on resource-constrained robotic platforms, while lightweight VLMs often lack sufficient social reasoning capability. To address this problem, we propose SOPD-SocialNav, a selective on-policy distillation (SOPD) method that transfers social navigation knowledge from a large teacher VLM to a lightweight student VLM. SOPD introduces an entropy-based token selection mechanism that uses teacher uncertainty to identify socially informative decision tokens, while suppressing gradients from low-entropy tokens corresponding to trivial navigation states. A temperature-controlled Jensen-Shannon divergence objective is then used to align the student and teacher distributions on the selected tokens. Experiments on the SNEI and MUSON benchmarks demonstrate that SOPD consistently outperforms supervised fine-tuning, off-policy distillation, and standard on-policy distillation baselines in action prediction, perception consistency, and reasoning consistency. Real-world deployment on a Scout Mini robot further shows that the distilled model can generate more socially appropriate navigation behaviors in conversational and queuing scenarios. These results suggest that SOPD is an effective strategy for building lightweight yet socially aware VLM-based navigation systems.
Chinese Translation
视觉-语言模型通过利用对复杂环境和人类行为的丰富语义理解,展示了在社交机器人导航中的强大潜力。然而,大规模的视觉-语言模型(VLM)在资源受限的机器人平台上难以部署,而轻量级的VLM通常缺乏足够的社交推理能力。为了解决这个问题,我们提出了SOPD-SocialNav,一种选择性在线蒸馏(SOPD)方法,它将社交导航知识从大型教师VLM转移到轻量级学生VLM。SOPD引入了一种基于熵的令牌选择机制,利用教师的不确定性来识别社会信息丰富的决策令牌,同时抑制来自低熵令牌的梯度,这些低熵令牌对应于琐碎的导航状态。然后使用温度控制的Jensen-Shannon散度目标来对齐选定令牌上的学生和教师分布。在SNEI和MUSON基准上的实验表明,SOPD在动作预测、感知一致性和推理一致性方面始终优于监督微调、离线蒸馏和标准在线蒸馏基线。在Scout Mini机器人上的实际部署进一步表明,蒸馏模型能够在对话和排队场景中生成更符合社交规范的导航行为。这些结果表明,SOPD是一种有效的策略,用于构建轻量级但具有社交意识的基于VLM的导航系统。
cs.RO / 15 / 2607.19876

KineBench: Benchmarking Embodied World Models via IDM-Free Kinematic Grounding

KineBench:通过无逆动力学模型的运动学基础评估具身世界模型
Liu, Zeyu, Zhu, Zhangzhe, Zhang, Yang, Fan, Chenyou, Bai, Chenjia, Li, Xuelong
Abstract
Evaluating the physical consistency of embodied world models(EWMs) is a critical open challenge. While closed-loop evaluation via simulator rollouts offers a more faithful assessment of physical plausibility than open-loop alternatives, existing frameworks almost exclusively rely on Inverse Dynamics Models(IDMs) for action extraction. Due to the intricate mapping from 2D pixel space to 3D kinematic space, the learned IDMs can be brittle to data outside their training distribution, resulting in unreliable action extraction from the generated videos with novel objects and scenarios. This creates an unavoidable attribution ambiguity between world model inaccuracies and extractor errors. To reduce this ambiguity, we present KineBench, an IDM-free closed-loop benchmark for EWMs, built upon an explicit kinematic grounding pipeline. Given a generated video, KineBench employs cascaded visual foundation models to directly extract 6D end-effector poses from individual frames, which are then executed in a physics simulator for closed-loop validation. Beyond execution-based task success, KineBench incorporates two classical 3D kinematic metrics--Spectral Arc Length (SPARC) and the Maruyama Manipulability Index--to characterize trajectory smoothness and kinematic feasibility from a robot-centric perspective. Built on 20 diverse manipulation tasks in ManiSkill3, KineBench evaluates EWMs across four progressive suites: basic execution, task transfer, visual out-of-distribution generalization, and complexity-conditioned scaling. Evaluation across frontier models reveals task-complexity-bounded nonlinear scaling in embodied video generation, providing empirical guidance for future data-scaling strategies.
Chinese Translation
评估具身世界模型(EWMs)的物理一致性是一个重要的开放挑战。虽然通过模拟器回放进行闭环评估提供了比开放环替代方案更真实的物理合理性评估,但现有框架几乎完全依赖逆动力学模型(IDMs)进行动作提取。由于从二维像素空间到三维运动学空间的复杂映射,学习到的IDMs在训练分布之外的数据上可能表现脆弱,导致从生成的视频中提取出不可靠的动作,尤其是在新物体和场景中。这造成了世界模型不准确性与提取器错误之间不可避免的归因模糊性。为减少这种模糊性,我们提出了KineBench,这是一个无IDM的闭环基准,建立在明确的运动学基础管道之上。给定一个生成的视频,KineBench利用级联视觉基础模型直接从单帧中提取6D末端执行器姿态,然后在物理模拟器中执行以进行闭环验证。除了基于执行的任务成功率,KineBench还结合了两个经典的三维运动学指标——谱弧长(SPARC)和丸山可操作性指数——从机器人中心的视角表征轨迹的平滑性和运动学的可行性。基于ManiSkill3中的20个多样化操作任务,KineBench在四个渐进套件中评估EWMs:基本执行、任务转移、视觉分布外泛化和复杂性条件缩放。对前沿模型的评估揭示了具身视频生成中的任务复杂性限制的非线性缩放,为未来的数据缩放策略提供了经验指导。
cs.RO / 16 / 2607.19880

EA-Nav: Learning Safe Visual Navigation Policies with Embodiment Awareness

EA-Nav:学习具身意识的安全视觉导航策略
Zhang, Jialu, Du, Yong, Guo, Xianda, Sun, Shunwang, Liu, Xinqi, Sun, Yue, Lu, Guodong, Sui, Wei, Li, Jituo
Abstract
Cross-embodiment navigation is a key challenge in embodied intelligence. Due to differences in embodiment, the same visual observation may imply different actions for different agents, making prediction ambiguous when relying solely on vision. Existing studies mainly rely on reinforcement learning, which requires large-scale interaction and careful reward design, making it difficult to support scalable pretraining and real-world adaptation. In contrast, imitation-learning-based approaches remain limited. To address these challenges, we propose an imitation-learning-based embodiment-aware navigation framework with a modular multi-stage design. In pretraining, we construct a cross-embodiment navigation dataset from Internet videos and introduce embodiment geometry as conditional tokens to reduce action ambiguity under the same observation. In fine-tuning, we design a multimodal information injection mechanism based on a decoupled architecture. Specifically, we design a trajectory augmentation strategy to generate high-risk samples, which are used to train spatial perception and risk-aware correction separately, thereby explicitly incorporating embodiment geometry for safe navigation. Experimental results show that the proposed method effectively improves navigation performance across different embodiment settings, demonstrating the effectiveness of incorporating embodiment geometry into embodied navigation.
Chinese Translation
跨具身导航是具身智能中的一个关键挑战。由于具身差异,相同的视觉观察可能对不同的智能体暗示不同的行动,这使得单靠视觉进行预测时存在模糊性。现有研究主要依赖于强化学习,这需要大规模的交互和精心设计的奖励,难以支持可扩展的预训练和现实世界的适应。相比之下,基于模仿学习的方法仍然有限。为了解决这些挑战,我们提出了一种基于模仿学习的具身意识导航框架,采用模块化的多阶段设计。在预训练阶段,我们从互联网视频中构建了一个跨具身导航数据集,并引入具身几何作为条件标记,以减少在相同观察下的行动模糊性。在微调阶段,我们基于解耦架构设计了一种多模态信息注入机制。具体而言,我们设计了一种轨迹增强策略,以生成高风险样本,这些样本用于分别训练空间感知和风险意识校正,从而明确地将具身几何纳入安全导航中。实验结果表明,所提出的方法有效提高了不同具身设置下的导航性能,证明了将具身几何纳入具身导航的有效性。
cs.RO / 17 / 2607.19903

What Matters in Humanoid General Motion Tracking? An Empirical Study

类人机器人通用运动跟踪中的关键因素:一项实证研究
Amadio, Fabio, Hoffman, Enrico Mingo
Abstract
Humanoid general motion tracking requires policies that can follow diverse whole-body references while maintaining balance. Building such policies involves many practical design choices, and their individual effects are often hard to assess. We address this issue with an empirical study of common modeling and training factors used in recent humanoid motion-imitation pipelines. To make the study controlled and reproducible, we developed YAHMP, an open-source modular framework for training, evaluating, and deploying whole-body motion tracking policies on the Unitree G1. Within YAHMP, we define a nominal configuration and compare variants that differ in motion-command representation, observation history, action representation, actuation profile, hand-force randomization during training, and training approach. We evaluate the resulting policies on a test set of retargeted human motions and compare the nominal policy with TWIST2 as an external baseline trained on the same motion set. The results distinguish choices with clear tracking effects from choices that mainly change actuation effort, training complexity, or physical interaction capability. Finally, we deploy YAHMP policies zero-shot on the real Unitree G1, demonstrating diverse whole-body motion tracking, balance under external perturbations, and forceful interaction.
Chinese Translation
类人机器人通用运动跟踪需要能够在保持平衡的同时跟随多样化的全身参考。构建这样的策略涉及许多实际设计选择,而这些选择的个体影响往往难以评估。我们通过对近期类人运动模仿管道中常用建模和训练因素的实证研究来解决这一问题。为了使研究可控且可重复,我们开发了YAHMP,这是一个开源模块化框架,用于在Unitree G1上训练、评估和部署全身运动跟踪策略。在YAHMP中,我们定义了一个标准配置,并比较了在运动命令表示、观察历史、动作表示、驱动特性、训练期间手部力量随机化和训练方法等方面存在差异的变体。我们在重新定向的人类运动测试集上评估了所得到的策略,并将标准策略与在相同运动集上训练的外部基准TWIST2进行比较。结果区分了具有明显跟踪效果的选择与主要改变驱动努力、训练复杂性或物理交互能力的选择。最后,我们在真实的Unitree G1上零样本部署YAHMP策略,展示了多样化的全身运动跟踪、在外部扰动下的平衡以及强有力的交互。
cs.RO / 18 / 2607.19919

Diffusion ReRoll: Revisable Denoising for Robotic Sequential Prediction

扩散重卷:可修订的机器人序列预测去噪
Kim, Seonsoo, Hong, Seongil, Kang, Jun-Gill
Abstract
We propose Diffusion ReRoll, a diffusion-based framework for robotic sequential prediction that enables revisable denoising over horizons. Existing diffusion-based sequence predictors typically perform a single monotonic denoising process. In contrast, Diffusion ReRoll selectively re-noises regions that have become locally stable while the remaining regions continue denoising, so the re-noised regions can be refined again using context from the rest of the horizon. This structured re-noising enables iterative cross-horizon revision, allowing earlier and later segments to revise one another, while maintaining local consistency. We evaluate Diffusion ReRoll against full-sequence diffusion and causal denoising based on Diffusion Forcing across long-horizon planning, policy learning, and unified video-action modeling. On OGBench PointMaze and AntMaze, Diffusion ReRoll achieves relative gains in average success rate of 21% over Diffusion Forcing in matched guidance-based planning and 23% over Diffuser in matched goal-inpainting. In diffusion-policy-style action prediction, Diffusion ReRoll improves average success by 56.5% relative to Diffusion Policy across different prediction horizons and history lengths on the LIBERO-10 multi-task benchmark. In unified video-action prediction, Diffusion ReRoll improves policy and inverse dynamics performance, especially under out-of-distribution evaluation, and achieves the best action-video consistency. These results support structured re-noising as an effective mechanism for revisable robotic sequence generation.
Chinese Translation
我们提出了扩散重卷(Diffusion ReRoll),这是一个基于扩散的机器人序列预测框架,能够在多个时间步上实现可修订的去噪。现有的基于扩散的序列预测器通常执行单一的单调去噪过程。相比之下,扩散重卷选择性地对已经局部稳定的区域进行重新加噪,而其余区域继续去噪,从而使得重新加噪的区域可以利用其余时间步的上下文进行再次优化。这种结构化的重新加噪使得跨时间步的迭代修订成为可能,允许早期和后期的片段相互修订,同时保持局部一致性。我们将扩散重卷与全序列扩散和基于扩散强制(Diffusion Forcing)的因果去噪进行了评估,涵盖了长时间步规划、策略学习和统一视频-动作建模。在OGBench PointMaze和AntMaze上,扩散重卷在匹配的基于指导的规划中,相较于扩散强制实现了21%的平均成功率提升,而在匹配的目标修复中则提高了23%相较于Diffuser。在扩散策略风格的动作预测中,扩散重卷在LIBERO-10多任务基准上,相较于扩散策略在不同预测时间步和历史长度下,平均成功率提高了56.5%。在统一视频-动作预测中,扩散重卷改善了策略和逆动态性能,尤其是在分布外评估下,并实现了最佳的动作-视频一致性。这些结果支持结构化重新加噪作为可修订机器人序列生成的有效机制。
cs.RO / 19 / 2607.19971

Unified Prediction and Planning via Conflict-Aware Disjoint Parameter Training

通过冲突感知的非重叠参数训练实现统一的预测与规划
Seo, Taewon, Jeon, Seonae, Lee, Giwon, Yoon, Kuk-Jin, Park, Daehee
Abstract
Accurate motion prediction of surrounding agents and safe motion planning are two closely coupled key tasks for social robot navigation in crowded environments. Deploying these systems on resource-constrained edge devices necessitates compact, unified models that can perform both tasks simultaneously. However, within these compact shared encoders, recent unified models often overlook severe representational conflicts that arise from the distinct objectives of predicting neighbor behaviors versus ego-centric safety planning. To address this issue, we first identify the Skill Conflict$\unicode{x2014}$a phenomenon where overlapping parameter assignments cause distinct tasks to compete for the same weights, preventing the model from fully specializing in individual skills. To resolve this, we propose a novel model-merging-based framework, Disjoint Parameter Training (DPT). DPT mitigates performance degradation caused by Skill Conflict through distributed parameter learning, which separates the key parameter regions of each task while preserving their core capabilities prior to merging. In addition, we observe that sparse merging, which selectively integrates only the most influential parameters for each task rather than combining all task-specific parameters, yields optimal performance by preventing interference among adjacent features and concentrating representational capacity. DPT can be applied in parallel with a variety of merging methods. Evaluated on standard crowd navigation benchmarks (JRDB and JTA), our framework demonstrates superior performance, validating its versatility and effectiveness for safe, resource-efficient robot navigation.
Chinese Translation
周围智能体的准确运动预测和安全运动规划是社交机器人在拥挤环境中导航的两个密切相关的关键任务。在资源受限的边缘设备上部署这些系统需要紧凑的统一模型,能够同时执行这两个任务。然而,在这些紧凑的共享编码器中,最近的统一模型往往忽视了由于预测邻居行为与自我中心安全规划的不同目标而产生的严重表征冲突。为了解决这个问题,我们首先识别了技能冲突(Skill Conflict)——一种现象,其中重叠的参数分配导致不同任务竞争相同的权重,从而阻碍模型在个别技能上的充分专业化。为了解决这一问题,我们提出了一种基于模型合并的新框架,称为非重叠参数训练(Disjoint Parameter Training, DPT)。DPT通过分布式参数学习缓解了由技能冲突引起的性能下降,该方法在合并之前分离每个任务的关键参数区域,同时保留其核心能力。此外,我们观察到稀疏合并(sparse merging),即仅选择性地整合每个任务中最具影响力的参数,而不是合并所有任务特定的参数,可以通过防止相邻特征之间的干扰并集中表征能力,从而实现最佳性能。DPT可以与多种合并方法并行应用。在标准人群导航基准(JRDB和JTA)上的评估表明,我们的框架展示了卓越的性能,验证了其在安全、资源高效的机器人导航中的多样性和有效性。
cs.RO / 20 / 2607.20033

Robots Acquire Manipulation Skills in Seconds from a Single Human Video

机器人从单个真人视频中在几秒钟内获取操作技能
Chen, Guangyan, Wang, Meiling, Cui, Te, Zhou, Zichen, Shao, Qi, Li, Shalfun, Su, Hang, Gan, Roy, Wang, Hao, Fu, Mengyin, Yang, Yi, Yue, Yufeng
Abstract
The ability to acquire skills rapidly and effortlessly while retaining those already mastered is essential for robots. However, current methods still rely on a cumbersome training-time loop that is costly and slow, while eroding skills already mastered. In this paper, we introduce HOST (Human-to-robot One-Shot Skill AcquisiTion), a framework that enables a robot to acquire skills in seconds from a single human video while retaining previously mastered skills. HOST resolves skill acquisition through a cascade of self-grounded prediction. It first estimates the robot's progress within the demonstrated task, then translates the upcoming progression into the robot's own future observations, and finally derives actions from these predicted observations. This cascade is trained on targets coupled to the video demonstration, obtained by mapping the robot trajectory and the video demonstration onto a shared task progress manifold, then redefining each target to align with the future progression of the video. HOST thereby enables the robot to actively follow the demonstrated procedure and adapt it to the robot's embodiment. HOST acquires novel skills at inference time from a single human video in an average of 29 seconds and achieves a 62% average success rate. It exceeds the zero-shot baseline by 45% while retaining previously mastered skills. HOST even exceeds the baseline fine-tuned on 50 robot demonstrations per task while requiring 50 times fewer demonstrations and acquiring each skill 507 times faster. Additional information about HOST is available on the project website.
Chinese Translation
快速且轻松地获取技能,同时保留已掌握技能的能力,对机器人至关重要。然而,目前的方法仍依赖于繁琐的训练时间循环,这既昂贵又缓慢,同时会削弱已掌握的技能。本文介绍了HOST(Human-to-robot One-Shot Skill AcquisiTion)框架,该框架使机器人能够在几秒钟内从单个真人视频中获取技能,同时保留之前掌握的技能。HOST通过自我基础预测的级联解决技能获取问题。它首先估计机器人在演示任务中的进展,然后将即将进行的进展转化为机器人自身的未来观察,最后从这些预测的观察中推导出动作。这个级联是在与视频演示相关的目标上进行训练的,目标通过将机器人轨迹和视频演示映射到共享任务进展流形上获得,然后重新定义每个目标以与视频的未来进展对齐。通过这种方式,HOST使机器人能够主动跟随演示程序并将其适应于机器人的形态。HOST在推理时平均从单个真人视频中获取新技能需时29秒,平均成功率达到62%。它比零样本基线高出45%,同时保留了之前掌握的技能。HOST甚至超过了在每个任务上经过50个机器人演示微调的基线,同时需要的演示数量减少了50倍,并且每项技能的获取速度快507倍。有关HOST的更多信息可在项目网站上找到。
cs.RO / 21 / 2607.20061

ReferTrack: Referring Then Tracking for Embodied Visual Tracking

ReferTrack:先引用后跟踪的具身视觉跟踪
Ye, Hanjing, Zeng, Tianle, Zhang, Jiazhao, Wang, Shaoan, Zhang, Zibo, Situ, Weisi, Zhou, Yuchen, Ling, Yonggen, Zhang, Hong
Abstract
Embodied visual tracking (EVT) requires a mobile agent to continuously follow a specific target described in natural language using only onboard vision. While recent vision-language-action (VLA) policies unify target identification and trajectory planning, their chain-of-thought (CoT) reasoning often operates in abstract spatial latents that are difficult to supervise and weakly aligned with explicit image-space detections. To address this, we introduce ReferTrack, a referring-then-tracking paradigm that grounds EVT using a single forward-facing camera. Our model first selects the target from an indexed set of bounding boxes, then decodes tracking waypoints conditioned on this image-grounded decision. To preserve target motion cues over time, ReferTrack maintains a sliding-window queue of previously selected bounding boxes, injecting their geometric features into the visual history via temporal-viewpoint-bbox indicator (TVBI) tokens. We further enhance target identification by co-training on a custom Refer-QA dataset. On EVT-Bench, ReferTrack achieves state-of-the-art single-view performance with success rates of 89.4%, 73.3%, and 74.1% on the single-target, distracted, and ambiguity tracking splits, respectively -- matching or even surpassing several multi-camera baselines on identification-heavy tasks. Finally, real-world deployments on legged and humanoid robots validate its robust sim-to-real transfer capabilities. Code is available at https://github.com/MedlarTea/referTrack.
Chinese Translation
具身视觉跟踪(EVT)要求移动代理仅使用机载视觉持续跟踪用自然语言描述的特定目标。尽管最近的视觉-语言-动作(VLA)策略统一了目标识别和轨迹规划,但它们的思维链(CoT)推理通常在抽象的空间潜变量中进行,这些潜变量难以监督,并且与显式图像空间检测的对齐程度较弱。为了解决这个问题,我们提出了ReferTrack,这是一种先引用后跟踪的范式,通过单个前向摄像头为EVT提供基础。我们的模型首先从索引的边界框集合中选择目标,然后根据这一图像基础的决策解码跟踪路径点。为了在时间上保留目标运动线索,ReferTrack维护一个先前选择的边界框的滑动窗口队列,通过时间视角边界框指示符(TVBI)标记将其几何特征注入视觉历史中。我们还通过在自定义的Refer-QA数据集上共同训练来增强目标识别。在EVT-Bench上,ReferTrack在单视图性能上达到了最先进的水平,在单目标、干扰和模糊跟踪分割上的成功率分别为89.4%、73.3%和74.1%——在重识别任务上与多个多摄像头基线相匹配甚至超越。最后,在四足和类人机器人上的真实世界部署验证了其强大的仿真到现实的转移能力。代码可在 https://github.com/MedlarTea/referTrack 获取。
cs.RO / 22 / 2607.20110

Extreme-RGMT: Continual Learning of Highly Dynamic Skills for Robust Generalist Humanoid Control

极端-RGMT:针对鲁棒通用人形控制的高度动态技能的持续学习
Ma, Yubiao, Yu, Han, Guo, Kai, Lv, Changtai, Mao, Zhengquan, Xing, Boyang, Ren, Xuemei, Zheng, Dongdong
Abstract
Humans can progressively acquire highly dynamic motor skills while preserving reliable everyday motor abilities. In contrast, existing humanoid controllers face a trade-off between generalist and specialist capabilities: generalist motion tracking policies struggle to reliably execute rare highly dynamic motions, whereas specialist training can degrade previously acquired behaviors. We introduce Extreme-RGMT, a two-stage continual learning framework for robust generalist humanoid control. The method first learns a generalist motion-tracking base policy from diverse multi-source motion data, then employs an asymmetric skill acquisition and capability consolidation mechanism to constrain policy drift on mastered motions while emphasizing difficult dynamic segments. To address the scarcity of highly dynamic motions, their high failure rates, and the resulting shortage of informative samples, Extreme-RGMT combines difficulty-aware sampling with advantage-prioritized trajectory resampling to emphasize critical segments. Experiments show that Extreme-RGMT achieves state-of-the-art generalist whole-body motion-tracking performance, including substantially improved completion of challenging highly dynamic motions. The resulting controller directly executes diverse unseen highly dynamic motions under fixed references and online inertial motion-capture inputs, advancing generalist whole-body motion-tracking controllers toward highly dynamic motor capabilities at the human-expert level.
Chinese Translation
人类能够逐步习得高度动态的运动技能,同时保持可靠的日常运动能力。相比之下,现有的人形控制器在通用能力与专业能力之间面临权衡:通用的运动跟踪策略难以可靠地执行稀有的高度动态动作,而专业训练可能会降低先前习得的行为。我们提出了极端-RGMT,一种用于鲁棒通用人形控制的两阶段持续学习框架。该方法首先从多源运动数据中学习通用的运动跟踪基础策略,然后采用不对称的技能获取和能力巩固机制,以限制已掌握动作的策略漂移,同时强调困难的动态片段。为了解决高度动态动作稀缺、高失败率以及由此导致的信息样本短缺问题,极端-RGMT结合了难度感知采样与优势优先的轨迹重采样,以强调关键片段。实验表明,极端-RGMT在通用全身运动跟踪性能上达到了最先进水平,包括显著提高了对挑战性高度动态动作的完成率。所得到的控制器能够在固定参考和在线惯性运动捕捉输入下直接执行多样的未见高度动态动作,推动通用全身运动跟踪控制器向人类专家水平的高度动态运动能力迈进。
cs.RO / 23 / 2607.20207

SeededGrasp: Language-Guided Grasping in Complex Scenes with Multiple Embodiments

SeededGrasp:在复杂场景中通过语言引导的多重体现抓取
Xu, Yang, Mukker, Gurpreet Singh, Wang, Raymond, Gerigk, Jasper, Attarian, Maria, Gilitschenski, Igor
Abstract
Practical robotic grasping in complex scenes requires both 3D spatial reasoning and alignment with task-specific requirements. Vision-language models (VLMs) offer a natural way to specify these requirements using language, but existing approaches either use a VLM to predict the grasp directly with limited spatial awareness, or train the VLM together with the grasping model, which requires significantly more data and compute. These limitations impede performance and have prevented scaling to multiple embodiments in complex scenes. We address this by proposing SeededGrasp, a novel data-efficient framework that enables a VLM to predict a seed point to be used as conditioning for a subsequent lightweight grasp-generation model. Our architecture decouples high-level semantic reasoning from low-level geometric execution, enabling multi-embodiment support while bypassing the need for expensive end-to-end training. To enable training such models, we release the first multi-embodiment tabletop grasping dataset comprising over 2.5M grasps in cluttered scenes. Experimental results demonstrate that our approach outperforms existing baselines, achieving 72% success in simulation and 78% in real-world grasping experiments. See our project site for data and code: https://uoft-isl.github.io/seeded-grasp/
Chinese Translation
在复杂场景中进行实用的机器人抓取需要同时具备三维空间推理能力和与任务特定要求的对齐。视觉-语言模型(VLMs)提供了一种自然的方式来使用语言指定这些要求,但现有的方法要么使用VLM直接预测抓取,空间意识有限,要么将VLM与抓取模型一起训练,这需要显著更多的数据和计算资源。这些限制影响了性能,并阻碍了在复杂场景中对多重体现的扩展。我们通过提出SeededGrasp来解决这个问题,这是一种新颖的数据高效框架,能够使VLM预测一个种子点,用作后续轻量级抓取生成模型的条件。我们的架构将高层语义推理与低层几何执行解耦,从而支持多重体现,同时避免了昂贵的端到端训练需求。为了使此类模型的训练成为可能,我们发布了第一个包含250万个抓取实例的多重体现桌面抓取数据集,数据集中的场景杂乱无章。实验结果表明,我们的方法优于现有基准,在仿真中实现了72%的成功率,在现实世界的抓取实验中实现了78%的成功率。有关数据和代码,请访问我们的项目网站:https://uoft-isl.github.io/seeded-grasp/
cs.RO / 24 / 2607.20232

DINS-IO: Learned Inertial Odometry via Differentiable INS Consistency

DINS-IO:通过可微分的惯性导航一致性学习的惯性里程计
Qiao, Hao, Wang, Yan, Kuang, Jian, Niu, Xiaoji
Abstract
The training of learned inertial odometry depends on dense, high-precision position ground truth from motion capture, visual-inertial odometry or SLAM, which is costly and hard to acquire at scale. We propose DINS-IO, which learns inertial odometry directly from raw IMU streams without position labels. Our key insight is that the strapdown INS velocity recursion is a strong, fully differentiable consistency prior: the predicted velocity, rotated into the navigation frame, must agree with the integrated specific force up to an unknown initial velocity and a constant accelerometer bias. We cast this constraint as a sliding-window least-squares problem with a globally shared bias, solve it in closed form, and use the solver residual as a self-supervised loss whose gradient flows back to the network through the analytic solution. To supply this per-sample constraint, we design a high-frequency network that emits dense body-frame velocity at the IMU rate. Since the self-supervised network learns consistent motion but its velocity is not yet metrically calibrated, we calibrate it to true metric velocity from a few labeled trajectories by directly supervising the predicted body-frame velocity and adapting only low-rank (LoRA) patches. On standard benchmarks, DINS-IO pretrained self-supervised and fine-tuned with a small fraction of labels matches or surpasses fully supervised baselines.
Chinese Translation
学习惯性里程计的训练依赖于来自运动捕捉、视觉惯性里程计或SLAM的密集高精度位置真值,这种数据获取成本高且难以大规模获取。我们提出了DINS-IO,它直接从原始IMU数据流中学习惯性里程计,而无需位置标签。我们的关键见解是,绑带式惯性导航系统(INS)速度递归是一个强大的、完全可微分的一致性先验:预测的速度在导航坐标系中旋转后,必须与积分的特定力一致,前提是存在一个未知的初始速度和一个常量加速度计偏差。我们将这一约束视为一个具有全局共享偏差的滑动窗口最小二乘问题,闭式求解,并将求解器残差作为自监督损失,其梯度通过解析解反向传播到网络。为了提供每个样本的约束,我们设计了一个高频网络,以IMU速率发出密集的机体框架速度。由于自监督网络学习了一致的运动,但其速度尚未进行度量校准,我们通过直接监督预测的机体框架速度,并仅适应低秩(LoRA)补丁,将其校准为真实的度量速度,使用少量标记轨迹。在标准基准测试中,DINS-IO经过自监督预训练并使用少量标签进行微调,达到了或超过了完全监督的基线。
cs.RO / 25 / 2607.20289

Courteous Anticipation: Improving Long-Lived Task Planning in Persistent Shared Environments

礼貌的预期:改善持久共享环境中的长期任务规划
Talukder, Md Ridwan Hossain, Dhakal, Roshan, Phillips, Elizabeth, Stein, Gregory J.
Abstract
We consider a task planning scenario in which robots sharing a persistent environment are assigned tasks one at a time from a held-out sequence. Standard task planners, lacking foresight of future tasks and inconsiderate of others' constraints, solve each task in isolation, leaving terminal states that increase future cost for all, side effects that compound over lengthy task sequences. To reduce cost over the sequence, a robot must anticipate how its actions now may impact performance on future tasks for all robots sharing the environment. Therefore, we present courteous anticipatory planning, wherein a model-based planner proposes candidate plans and selects the one that jointly minimizes immediate cost and aggregated expected future cost across all robots, estimated via independent per-robot learned estimators. This factored formulation avoids combinatorial joint rollouts and supports modular deployment: adding a robot requires only training its own estimator. We evaluate in two persistent PDDL domains, a home environment with robots that have similar capabilities but different responsibilities, and a restaurant environment where robots' distinct capabilities create states that other robots lack the capability to resolve. During lengthy task sequences, our planner reduces total cost by 10.43% versus myopic and 4.03% versus selfish anticipatory planning in a two-robot home environment and by 17.41% and 13.24%, respectively, in a three-robot restaurant.
Chinese Translation
我们考虑一种任务规划场景,其中共享持久环境的机器人一次被分配一个任务,任务来自一个保留的序列。标准任务规划器缺乏对未来任务的预见,并且对他人的约束考虑不足,因此孤立地解决每个任务,留下的终端状态增加了所有机器人的未来成本,且在较长的任务序列中,副作用会累积。为了降低整个序列的成本,机器人必须预见其当前行动如何影响所有共享环境的机器人在未来任务中的表现。因此,我们提出了礼貌的预期规划,其中基于模型的规划器提出候选计划,并选择一个共同最小化即时成本和所有机器人预期未来成本总和的计划,这些成本通过独立的每个机器人学习的估计器进行估算。这种分解的公式避免了组合联合展开,并支持模块化部署:添加一个机器人只需训练其自己的估计器。我们在两个持久的 PDDL 领域进行评估,一个是家庭环境,机器人具有相似的能力但不同的责任;另一个是餐厅环境,机器人的不同能力创造了其他机器人无法解决的状态。在较长的任务序列中,我们的规划器在两个机器人的家庭环境中相较于短视规划减少了总成本 10.43%,相较于自私的预期规划减少了 4.03%;在三个机器人的餐厅环境中,分别减少了 17.41% 和 13.24%。
cs.RO / 26 / 2607.20345

Closing the Lab-to-Store Gap: A Data-Efficient Post-Training and Experience-Driven Learning VLA Framework for Retail Humanoids

缩小实验室与商店之间的差距:一种数据高效的后训练和经验驱动学习的视觉-语言-动作(VLA)框架用于零售类人机器人
Sisó, Roger Sala, Silvério, Tiago, Sand, Jakob, Le, Tran Nguyen
Abstract
Closing the gap between benchmark performance and reliable real-world operation remains a central challenge for Vision-Language-Action (VLA) humanoid robots, which must handle execution errors, distribution shifts, and environmental variability. This paper presents DEED (Data-Efficient Post-Training and Experience-Driven Learning), a systems-level approach evaluated on a supermarket chip-restocking task using a Unitree G1-Edu humanoid robot and the GR00T N1.6 foundation model. DEED comprises three key components: (1) a data-efficient post-training pipeline with control-frequency alignment, data curation, task-relevant visual highlighting, and reduced VLA dependence; (2) a real-world study of experience-driven refinement, adapted from RECAP via a text-based advantage prefix and a vision-language value function; and (3) a latent-space analysis tool for studying in- and out-of-distribution behavior. Our results suggest that bridging the lab-to-store gap is primarily a systems integration challenge rather than an architectural one: careful data design and targeted post-training can transform a policy that fails under naive fine-tuning into a competent real-world system using only a single GPU.
Chinese Translation
缩小基准性能与可靠的现实世界操作之间的差距仍然是视觉-语言-动作(VLA)类人机器人面临的一个核心挑战,这些机器人必须处理执行错误、分布变化和环境变异。本文提出了DEED(数据高效的后训练和经验驱动学习),这是一种系统级方法,在超市芯片补货任务中进行了评估,使用了Unitree G1-Edu类人机器人和GR00T N1.6基础模型。DEED包含三个关键组件:(1) 一个数据高效的后训练管道,具有控制频率对齐、数据整理、任务相关的视觉突出显示和减少VLA依赖性;(2) 一项基于经验驱动的现实世界研究,改编自RECAP,通过基于文本的优势前缀和视觉-语言价值函数进行;(3) 一个潜在空间分析工具,用于研究分布内和分布外的行为。我们的结果表明,缩小实验室与商店之间的差距主要是一个系统集成挑战,而不是架构挑战:精心的数据设计和有针对性的后训练可以将一个在简单微调下失败的策略转变为一个仅使用单个GPU的合格现实世界系统。
cs.RO / 27 / 2607.20352

Distributed Motion Planning with Safety Guarantees for Self-Reconfiguring Robotic Boats

具有安全保障的自重构机器人船的分布式运动规划
Gonzalez-Garcia, Alejandro, Wang, Wei, Xiao, Wei, Decre, Wilm, Swevers, Jan, Ratti, Carlo, Rus, Daniela
Abstract
Aquatic self-reconfigurable robots must assemble into desired shapes while ensuring safe interactions among multiple agents. This paper proposes a hybrid framework that combines distributed Model Predictive Control (MPC) with Control Barrier Functions (CBFs) for multi-agent shape formation and reconfiguration. Given a desired shape and target assignment, a distributed MPC scheme, solved via the Alternating Direction Method of Multipliers (ADMM), computes coordinated trajectories through local optimization and information exchange. To ensure safety in real time, distributed CBF-based filters are applied to enforce inter-agent collision avoidance. The proposed approach leverages the predictive capabilities of MPC to mitigate local minima, while CBFs provide formal safety guarantees despite the nonconvexity of the underlying optimization problem. Simulation results with up to 25 agents and experimental validation with four physical robots demonstrate the effectiveness and scalability of the framework.
Chinese Translation
水下自重构机器人必须在确保多个智能体之间安全交互的同时,组装成所需的形状。本文提出了一种混合框架,将分布式模型预测控制(Model Predictive Control, MPC)与控制障碍函数(Control Barrier Functions, CBFs)结合,用于多智能体形状形成和重构。在给定期望形状和目标分配的情况下,通过交替方向乘子法(Alternating Direction Method of Multipliers, ADMM)求解的分布式MPC方案,通过局部优化和信息交换计算协调的轨迹。为了确保实时安全,应用基于CBF的分布式滤波器来强制执行智能体间的碰撞避免。所提出的方法利用MPC的预测能力来减轻局部最小值的问题,而CBF则在基础优化问题的非凸性情况下提供正式的安全保障。仿真结果显示,最多可处理25个智能体,且通过四个物理机器人进行的实验验证了该框架的有效性和可扩展性。
cs.RO / 28 / 2607.20392

Distributed Acoustic Localization Array Deployed Using a Soft Everting Vine Robot

使用软性翻转藤蔓机器人部署的分布式声学定位阵列
Godoy, Sebastian Lorca, McFarland, Ciera, Val, Michael, Valdivia, Antonio Alvarez, Hanson, Nathaniel, McGuinness, Margaret
Abstract
Soft robot exteroception is increasingly being explored for a variety of field applications. In this work, we present a sound-based system for localizing disaster victims in confined and unstructured environments, based on a distributed acoustic sensing architecture embedded along the body of a soft everting vine robot. We propose a dynamic Steered Response Power with Phase Transform framework that supports both far-field direction-of-arrival estimation and near-field three-dimensional source localization as the robot approaches the sound source. To better understand the design and control space related to localizing sound using a soft, shape-morphing robot body, we conduct experiments measuring the accuracy of these methods for a five-microphone array attached to the robot body using three placements relative to the outer membrane of the robot (inside the pressurized body, inside the inner tail, and outside the outer wall) and in four robot configurations (linear, double linear, circular, and sinusoidal). We measure the change in accuracy as the signal-to-noise ratio, the direction of approach, and the distance of the sound source from the center of the array change. Finally, we demonstrate a vine robot growing into an arbitrary shape while carrying microphones along its outer wall, and show that a sound source located with the array's near field can be localized with high accuracy after only three microphones have everted from the robot body. These results highlight the potential of distributed acoustic sensing for reliable victim localization using soft growing robots.
Chinese Translation
软体机器人外部感知正日益被探索用于各种现场应用。在本研究中,我们提出了一种基于声音的系统,用于在封闭和非结构化环境中定位灾难受害者,该系统基于嵌入在软性翻转藤蔓机器人身体上的分布式声学传感架构。我们提出了一种动态引导响应功率与相位变换(Steered Response Power with Phase Transform)框架,支持远场到达方向估计和近场三维声源定位,随着机器人接近声源。为了更好地理解与使用软性形状变换机器人身体定位声音相关的设计和控制空间,我们进行了实验,测量了这些方法的准确性,实验中使用了五个麦克风阵列,分别在相对于机器人外膜的三种位置(在加压体内、在内尾部和在外壁外部)以及四种机器人配置(线性、双线性、圆形和正弦形)下进行。我们测量了信噪比、接近方向和声源与阵列中心的距离变化对准确性的影响。最后,我们展示了一种藤蔓机器人在其外壁上携带麦克风并生长成任意形状的能力,并表明在仅有三个麦克风从机器人身体翻转出来后,位于阵列近场的声源可以被高精度定位。这些结果突显了分布式声学传感在使用软性生长机器人进行可靠受害者定位方面的潜力。
cs.RO / 29 / 2607.20399

Towards Miniature Humanoid Tele-Loco-Manipulation Using Virtual Reality and Reinforcement Learning

基于虚拟现实和强化学习的微型类人机器人远程运动操控研究
Kosanovic, Nicolas, Dowdy, Jordan, Vaz, Jean Chagas
Abstract
Full-sized humanoid robot capabilities have grown exponentially in recent years, aiming towards general-purpose deployment in human environments. A popular control method used by manufacturers utilizes Virtual Reality for upper-body teleoperation and Reinforcement Learning for lower-body balance and locomotion control. As a result, a single remote operator can see, manipulate, and navigate about a real, distant physical environment. This powerful control stack is often relegated to expensive full-sized robots, many of which are inaccessible to the research community. Miniature humanoids are more prevalent, but employ less biomimicry in their design (e.g. fewer sensors, Degrees of Freedom, etc) and lack similar developments. This paper describes a compliant full-body telepresence control stack developed from the ground up for miniature humanoids. Framework experimentation on ROBOTIS OP3 hardware showcases walking at speeds up to 0.45 m/s independent of arm motions. Tele-loco-manipulation is demonstrated via a cube relocation experiment with an expert human operator. On average, the teleoperated system moved 2 different 40 g cubes within 10 mins, walking a total distance of 5 m. Overall, the developed system shows potential for miniature humanoid tele-loco-manipulation.
Chinese Translation
近年来,全尺寸类人机器人在能力上呈指数增长,旨在实现在人类环境中的通用部署。制造商常用的一种控制方法是利用虚拟现实进行上半身的远程操作,并采用强化学习进行下半身的平衡和运动控制。因此,单个远程操作员可以在真实的远程物理环境中进行观察、操控和导航。这种强大的控制系统通常仅限于昂贵的全尺寸机器人,而这些机器人中的许多对研究界来说是不可及的。微型类人机器人更为普遍,但在设计上采用的生物仿真程度较低(例如,传感器数量、自由度等较少),且缺乏类似的发展。本文描述了一种为微型类人机器人从零开始开发的符合人体工程学的全身远程存在控制系统。基于ROBOTIS OP3硬件的框架实验展示了在不受手臂动作影响的情况下,以高达0.45 m/s的速度行走。通过与一位专家人类操作员的立方体搬运实验,展示了远程运动操控的效果。平均而言,远程操作系统在10分钟内移动了2个不同的40克立方体,总行走距离为5米。总体而言,所开发的系统显示出微型类人机器人远程运动操控的潜力。
计算机视觉 (Computer Vision)
71
cs.CV / 1 / 2607.19476

Detect Early, Escalate Rarely: Anytime Detection of AI-Generated Video from the Compressed Bitstream

早期检测,少量升级:从压缩比特流中实时检测AI生成的视频
Cakiroglu, Mert Onur, Dalkilic, Mehmet, Kurban, Hasan
Abstract
Detectors for AI-generated video are evaluated offline. A clip is decoded to pixels and scored once, increasingly by a large vision-language model. Detection, however, is deployed online. We recast the task as streaming perception and score the motion field the codec already wrote into the bitstream. Reading that field is a parse, not a pixel-domain forward pass. Because the running aggregate is monotone, one end-calibrated threshold is anytime-valid at the data-dependent decision time. Recalibrating at each prefix is not. Escalation is priced in closed form. A compute budget maps to a deferral window, on a frontier monotone exactly where the deferral condition holds. On matched GenVidBench the codec stage reaches full-length AUC 0.64 at five orders of magnitude less compute than a pixel CNN, on CPU. Its gate holds the stopping-time false-positive rate at target while the real data match its calibration, and drifts above it under distribution shift. Deferring 15% of clips lifts accuracy from 0.75 to 0.78 at $7\times$ less compute (paired: McNemar $p<10^{-6}$). The stage-1 ordering replicates on AIGVDBench. We introduce no new detector. The contribution is the reframing, two guarantees, and the measured frontiers. Code, configurations, and evaluation splits: https://github.com/KurbanIntelligenceLab/streamdet.
Chinese Translation
AI生成视频的检测器通常在离线环境中进行评估。一个视频片段被解码为像素并进行一次评分,评分过程依赖于一个大型的视觉-语言模型。然而,检测是在线进行的。我们将任务重新定义为流式感知,并对编解码器已经写入比特流的运动场进行评分。读取该运动场是一个解析过程,而不是像素域的前向传播。由于运行的聚合是单调的,因此一个端点校准的阈值在数据依赖的决策时间内始终有效,而在每个前缀进行重新校准则不然。升级的成本以封闭形式定价。计算预算映射到一个延迟窗口,正好在延迟条件成立的前沿单调处。在匹配的GenVidBench上,该编解码器阶段在CPU上以比像素CNN少五个数量级的计算量达到了完整长度的AUC 0.64。其门控机制在目标下保持停止时间的假阳性率,同时真实数据与其校准相匹配,并在分布转移时漂移超出该校准。延迟15%的片段将准确率从0.75提升至0.78,计算量减少了$7 imes$(配对:McNemar $p<10^{-6}$)。阶段1的排序在AIGVDBench上得到了重复验证。我们没有引入新的检测器。贡献在于重新框架、两个保证和测量的前沿。代码、配置和评估分割请访问:https://github.com/KurbanIntelligenceLab/streamdet。
cs.CV / 2 / 2607.19517

Crowd4D: Scene-Aware Monocular 4D Crowd Reconstruction

Crowd4D:场景感知的单目4D人群重建
Kang, Hongbo, Zhou, Tianyi, Yang, Qingyang, Wen, Hongwei, Huang, Jing, Lai, Yu-Kun, Li, Kun
Abstract
Recovering scene-consistent 4D crowd motion from monocular video in large-scale scenes remains challenging due to severe depth ambiguity and complex scene geometry. Existing monocular crowd reconstruction methods typically rely on single-plane assumptions, leading to unreliable metric scale and spatial drift under complex terrain. We propose Crowd4D, the first scene-aware 4D crowd reconstruction framework that jointly optimizes the crowd and scene from a monocular RGB video in large-scale scenes. Crowd4D explicitly incorporates scene geometry and ensures consistency across image and scene spaces via a multi-stage optimization strategy. A key bottleneck of this task lies in accurate human-scene alignment, particularly in scale and position. However, human and scene reconstructions are typically decoupled. To address this, we introduce the Human-Scene Interaction Proxy, abbreviated as HSIP, as an intermediate representation derived from Scene Interaction Point Clouds and a Scene Interaction Surface, abbreviated as SIPC and SIS. These representations encode explicit scene-aware geometric priors and redefine the optimization space for large-scale monocular 4D crowd reconstruction. To further improve temporal stability under occlusions, we introduce Crowd Structural Coherence Regularization, abbreviated as CSCR, which leverages HSIP-based spatial priors to impose soft temporal consistency on pairwise relative displacements and directions within local crowd neighborhoods. Extensive experiments demonstrate that Crowd4D consistently outperforms existing state-of-the-art methods and enables robust monocular 4D crowd reconstruction in complex, large-scale real-world scenes.
Chinese Translation
从单目视频中恢复大规模场景下场景一致的4D人群运动仍然具有挑战性,主要由于严重的深度模糊和复杂的场景几何。现有的单目人群重建方法通常依赖于单平面假设,这导致在复杂地形下度量尺度和空间漂移的不可靠性。我们提出了Crowd4D,这是第一个场景感知的4D人群重建框架,它从大规模场景中的单目RGB视频中联合优化人群和场景。Crowd4D明确地结合了场景几何,并通过多阶段优化策略确保图像和场景空间之间的一致性。该任务的一个关键瓶颈在于准确的人-场景对齐,特别是在尺度和位置方面。然而,人类和场景重建通常是解耦的。为了解决这个问题,我们引入了人-场景交互代理(Human-Scene Interaction Proxy,简称HSIP),作为从场景交互点云(Scene Interaction Point Clouds)和场景交互表面(Scene Interaction Surface,简称SIPC和SIS)派生的中间表示。这些表示编码了明确的场景感知几何先验,并重新定义了大规模单目4D人群重建的优化空间。为了进一步提高在遮挡下的时间稳定性,我们引入了人群结构一致性正则化(Crowd Structural Coherence Regularization,简称CSCR),它利用基于HSIP的空间先验对局部人群邻域内的成对相对位移和方向施加软时间一致性。大量实验表明,Crowd4D在复杂的大规模真实场景中始终优于现有的最先进方法,并实现了稳健的单目4D人群重建。
cs.CV / 3 / 2607.19528

D3VL: Understanding Driving Scenes from 3D Time Series Data and Video with Language Models

D3VL:通过语言模型理解来自3D时间序列数据和视频的驾驶场景
Han, Heesang, Abbott, A. Lynn, Sarkar, Abhijit
Abstract
Recent advances in Multimodal Large Language Models (MLLMs) have triggered the development of end-to-end MLLMs for autonomous driving. However, the main emphasis to date has been for MLLMs using 2D images and videos. In contrast, this paper considers MLLM effectiveness using 3D sensors, particularly LiDAR and stereo cameras. LiDAR presents unique challenges to integration within an MLLM, largely because of data sparsity and lack of a grid structure for the data. For similar reasons, fusion of camera and LiDAR data within an MLLM pipeline is also uncommon. However, most autonomous systems rely on LiDAR-based sensing, and incorporating 3D data has been proven to improve performance in traditional 3D scene perception tasks. This paper presents D3VL, a novel MLLM framework that integrates 2D and 3D time-series data in a single but simple architecture. The model aims to answer questions involving traffic scene understanding and safety. D3VL shows an 11% improvement in the KITTI Question-Answering (QA) dataset compared to baseline methods in processing 2D and 3D time-series data. This paper further introduces the Waymo QA dataset extension, which assesses models' capabilities in processing 3D and time-series data under diverse driving conditions. D3VL implementation code and WaymoQA extension can be found on our supplemental website: https://automotivesafety-lvlm.github.io
Chinese Translation
近年来,多模态大型语言模型(MLLMs)的进展推动了端到端MLLMs在自动驾驶领域的发展。然而,到目前为止,主要的关注点仍然是使用2D图像和视频的MLLMs。相较之下,本文考虑了使用3D传感器(特别是激光雷达(LiDAR)和立体摄像头)时MLLM的有效性。激光雷达由于数据稀疏性和缺乏网格结构而在MLLM中的集成面临独特挑战。出于类似原因,在MLLM管道中融合摄像头和激光雷达数据也不常见。然而,大多数自动驾驶系统依赖于基于激光雷达的感知,且已证明融合3D数据能够提高传统3D场景感知任务的性能。本文提出了D3VL,一个新颖的MLLM框架,能够在单一且简单的架构中集成2D和3D时间序列数据。该模型旨在回答与交通场景理解和安全相关的问题。与基线方法相比,D3VL在处理2D和3D时间序列数据时,在KITTI问答(QA)数据集上显示出11%的性能提升。本文进一步介绍了Waymo QA数据集扩展,评估模型在多样化驾驶条件下处理3D和时间序列数据的能力。D3VL的实现代码和WaymoQA扩展可以在我们的补充网站上找到:https://automotivesafety-lvlm.github.io
cs.CV / 4 / 2607.19535

Synthetic and Derived Training Images for Campus Waste Detection: A Multi-Seed Evaluation with YOLOv8n

校园垃圾检测的合成与衍生训练图像:基于YOLOv8n的多种种子评估
Behbahani, Ali, Javanmardi, Newsha, Ahmed, Shahriar, Chen, Ling, Vathana, Phouvadeth
Abstract
Incorrect disposal can contaminate campus recycling streams, and a bin-mounted camera could provide feedback as an item is discarded. We evaluated whether synthetic and derived images improve a YOLOv8n detector for this view. The real dataset contained 148 campus photographs: 86 for training, 31 for validation, and 31 for testing. Twelve joint-training configurations varied the amount and source of added images. We repeated seven principal settings with four matched seeds and computed bootstrap percentile intervals over those seeds. The real-only model reached a mean [email protected] of 0.691 [0.665, 0.722]. Background replacement reduced the mean to 0.560 [0.499, 0.619], isolated-object images gave 0.680 [0.644, 0.724], and the full augmentation pool gave 0.487 [0.438, 0.537]. We also tested hand-and-forearm composites because every real photo showed a held object. Two cutouts in the initial composite set came from test photographs, so we discarded that experiment, rebuilt the set with training-split cutouts, and reran all four seeds. The corrected paired difference was +0.034 [-0.063, 0.199], which does not support a reliable hand-composite effect. Single-seed transfer experiments produced source-dependent rankings between joint mixing and sequential pretraining. None of the evaluated configurations exceeded the real-only baseline. The reported intervals quantify seed variation; the 31-photo test set remains too small for strong class-specific conclusions.
Chinese Translation
不当的垃圾处理可能会污染校园的回收流,而安装在垃圾桶上的摄像头可以在物品被丢弃时提供反馈。我们评估了合成和衍生图像是否能改善YOLOv8n检测器的效果。真实数据集包含148张校园照片:86张用于训练,31张用于验证,31张用于测试。十二种联合训练配置变换了添加图像的数量和来源。我们在四个匹配种子上重复了七个主要设置,并计算了这些种子的自助百分位区间。仅使用真实数据的模型在[email protected]上达到了0.691 [0.665, 0.722]的平均值。背景替换将平均值降低至0.560 [0.499, 0.619],孤立物体图像得到了0.680 [0.644, 0.724],而完整增强池的结果为0.487 [0.438, 0.537]。我们还测试了手部和前臂的合成图像,因为每张真实照片中都有一个持有的物体。初始合成集中的两个剪切图像来自测试照片,因此我们放弃了该实验,使用训练集中的剪切图像重建了该集,并重新运行了所有四个种子。修正后的配对差异为+0.034 [-0.063, 0.199],这并不支持可靠的手部合成效果。单种子迁移实验在联合混合和顺序预训练之间产生了源依赖的排名。评估的配置中没有一个超过仅使用真实数据的基线。报告的区间量化了种子变异;31张照片的测试集仍然太小,无法得出强有力的类别特定结论。
cs.CV / 5 / 2607.19547

ChronoStitch: Training-Free Composition of Visual KV Memories for Long-Horizon Temporal Reasoning

ChronoStitch:无训练的视觉键值记忆组合方法用于长时间跨度的时间推理
Tiwari, Santiram, Sinha, Nishant, Kislay, Kunal
Abstract
Long-video question answering requires a model to preserve visual evidence over time without repeatedly reprocessing the same video. A practical approach is to store the vision-language model's internal key-value (KV) cache for each video chunk and retrieve that state at query time. However, independently cached video chunks do not compose correctly: every chunk is prefilled from local rotary position zero, so naive concatenation collides temporal phases and removes the global order required for questions about what happened first, how often events occurred, or what changed across the video. This paper presents ChronoStitch, a training-free method for composing independently stored visual KV memories. The method first re-bases stored post-rotary keys onto a global three-axis multimodal RoPE coordinate system that preserves time, height, and width structure. We show why a one-dimensional scalar re-indexing is geometrically inconsistent for visual tokens because it turns spatial order within a frame into false temporal displacement. We then address the residual content gap left by positional repair: later chunks were originally encoded without attending to earlier chunks. ChronoStitch therefore selectively recomputes a small fraction of high-deviation later-chunk visual tokens while allowing them to attend over the composed cache. On Qwen2.5-VL-3B and the temporal split of TempCompass, ChronoStitch outperforms naive composition and position-only variants, improving event-ordering accuracy while running 3.3x faster than full joint re-prefilling.
Chinese Translation
长视频问答要求模型能够在不重复处理同一视频的情况下,随着时间的推移保留视觉证据。一种实用的方法是为每个视频片段存储视觉-语言模型的内部键值(KV)缓存,并在查询时检索该状态。然而,独立缓存的视频片段无法正确组合:每个片段都是从本地旋转位置零预填充的,因此简单的连接会冲突时间阶段,并移除对问题所需的全局顺序,例如关于最先发生了什么、事件发生的频率或视频中发生了什么变化。本文提出了ChronoStitch,这是一种无训练的方法,用于组合独立存储的视觉KV记忆。该方法首先将存储的后旋转键重新基于到一个全球三轴多模态RoPE坐标系统上,以保持时间、高度和宽度结构。我们展示了为什么一维标量重新索引在几何上对视觉标记是不一致的,因为它将帧内的空间顺序转变为虚假的时间位移。然后,我们解决了位置修复所留下的残余内容差距:后续片段最初在编码时并未关注早期片段。因此,ChronoStitch选择性地重新计算少量高偏差的后续片段视觉标记,同时允许它们在组合缓存上进行关注。在Qwen2.5-VL-3B和TempCompass的时间分割上,ChronoStitch的表现优于简单组合和仅基于位置的变体,提高了事件排序的准确性,同时运行速度比完全联合重新预填充快3.3倍。
cs.CV / 6 / 2607.19575

VQ-Transplant: Efficient VQ-Module Integration for Pre-trained Visual Tokenizers

VQ-移植:高效的VQ模块集成用于预训练视觉标记器
Fang, Xianghong, Yuan, Yuan, Kong, Dehan, Rudner, Tim G. J.
Abstract
Vector Quantization (VQ) underpins modern discrete visual tokenization. However, training quantization modules for state-of-the-art VQ-based models requires significant computational resources which, in practice, all but prevents the development of novel, cutting-edge VQ techniques under resource constraints. To address this limitation, we propose {\bf VQ-Transplant}, a simple framework that enables plug-and-play integration of new VQ modules into frozen, pre-trained tokenizers by replacing their native VQ modules. Crucially, the proposed transplantation process preserves all encoder-decoder parameters, obviating the need for costly end-to-end retraining when modifying the quantization method. To mitigate decoder-quantization mismatch, we introduce a lightweight decoder adaptation strategy (trained for only 5 epochs on ImageNet-1k) to align feature priors with the new quantization space. In our empirical evaluation, we find that VQ-Transplant allows obtaining near state-of-the-art reconstruction fidelity for industry-level models like VAR while reducing the training cost by 95\%. VQ-Transplant democratizes quantization research by enabling resource-efficient integration of novel VQ techniques while matching industry-level reconstruction performance.
Chinese Translation
向量量化(VQ)是现代离散视觉标记化的基础。然而,训练用于最先进的基于VQ的模型的量化模块需要大量的计算资源,这在实践中几乎阻碍了在资源有限的情况下开发新颖的前沿VQ技术。为了解决这一限制,我们提出了{f VQ-移植},这是一个简单的框架,能够通过替换其原生VQ模块,实现新VQ模块的即插即用集成到冻结的预训练标记器中。关键是,所提出的移植过程保留了所有编码器-解码器参数,消除了在修改量化方法时进行昂贵的端到端重新训练的需要。为了缓解解码器与量化之间的不匹配,我们引入了一种轻量级的解码器适应策略(仅在ImageNet-1k上训练5个周期),以使特征先验与新的量化空间对齐。在我们的实证评估中,我们发现VQ-移植可以在行业级模型如VAR中获得接近最先进的重建保真度,同时将训练成本降低95%。VQ-移植通过实现新颖VQ技术的资源高效集成,同时匹配行业级重建性能,从而使量化研究更加普及。
cs.CV / 7 / 2607.19617

EGRNet: A Lightweight Semantic Segmentation Network with Edge-Gated Refinement and Adversarial Sensing

EGRNet:一种具有边缘门控细化和对抗感知的轻量级语义分割网络
Qaseem, Bareera, Kamal, Mohsin, Aman, Muhammad Naveed
Abstract
As autonomous systems and smart cities continue to evolve, the demand for efficient and robust scene understanding becomes increasingly critical. Semantic segmentation plays a key role in enabling autonomous vehicles to comprehend complex urban environments. However, achieving high accuracy with minimal computational cost remains a significant challenge. In this paper, we present Edge-Gated Refinement Network (EGRNet), a lightweight and efficient deep learning model designed for real-time semantic segmentation in urban scenarios. The model incorporates depthwise separable convolutions to reduce computational complexity and dilated residual blocks for capturing rich multi-scale contextual information. Additionally, we introduce a novel Edge-Gated Refinement (EGR) module, which adaptively fuses original and refined features through a learnable gating mechanism, enhancing boundary preservation and edge-sensitive regions. To further improve feature representation, Squeeze-and-Excitation (SE) attention is applied across the network. With only 0.46M parameters, EGRNet achieves state-of-the-art performance while maintaining low computational overhead. When evaluated on the Cityscapes dataset, the model attains a mean Intersection over Union (mIoU) of 65.28%, demonstrating strong accuracy with minimal resource consumption. Moreover, we introduce a lightweight adversarial attack detection strategy, ensuring robustness against adversarial inputs without compromising real-time performance. By combining efficiency, accuracy, and resilience, EGRNet is well-suited for deployment on edge devices in safety-critical real-time applications.
Chinese Translation
随着自主系统和智慧城市的不断发展,对高效且稳健的场景理解的需求变得愈加重要。语义分割在使自主车辆理解复杂城市环境中发挥着关键作用。然而,以最小的计算成本实现高准确率仍然是一个重大挑战。本文提出了边缘门控细化网络(Edge-Gated Refinement Network,EGRNet),这是一种轻量级且高效的深度学习模型,旨在实现城市场景中的实时语义分割。该模型采用深度可分离卷积以降低计算复杂度,并使用膨胀残差块来捕捉丰富的多尺度上下文信息。此外,我们引入了一种新颖的边缘门控细化(Edge-Gated Refinement,EGR)模块,通过可学习的门控机制自适应融合原始特征和细化特征,增强边界保持和边缘敏感区域。为了进一步改善特征表示,网络中应用了挤压与激励(Squeeze-and-Excitation,SE)注意力机制。EGRNet仅需0.46M参数,即可在保持低计算开销的同时实现最先进的性能。在Cityscapes数据集上的评估中,该模型达到了65.28%的平均交并比(mean Intersection over Union,mIoU),展现出强大的准确性和最低的资源消耗。此外,我们还引入了一种轻量级的对抗攻击检测策略,确保在不影响实时性能的情况下对抗输入的鲁棒性。通过结合效率、准确性和韧性,EGRNet非常适合在安全关键的实时应用中部署于边缘设备。
cs.CV / 8 / 2607.19624

Pathologist Attention-Aligned Report Generation for Prostate Histopathology

病理学家注意力对齐的前列腺组织病理报告生成
Xue, Ruoyu, Singh, Suryakant, Chakraborty, Souradeep, Marza, Pierre, Yaskiv, Oksana, Friedman, Constantin, Sheuka, Natallia, Friedman, Paul, Ramlal, Bharat, Knudsen, Beatrice, Gupta, Rajarsi, Saltz, Joel, Prasanna, Prateek, Zelinsky, Gregory, Samaras, Dimitris
Abstract
The allocation of visual attention by pathologists during cancer diagnosis is a highly selective process that critically shapes the information extracted from whole-slide images (WSIs). Human attention helps medical imaging tasks such as classification and segmentation, and becomes a strong semantic cue for identifying diagnostically informative regions for report generation. In this paper, we introduce human attention into the training of pathologist report generation models. To this end, we collected a multimodal human-attention dataset of 121 prostate WSIs annotated with pathologists' multi-scale viewport trajectories synchronized with the pathologists' verbal descriptions and cursor movements for five clinically relevant components (e.g., Gleason patterns). Using this dataset, we finetune two report generation models with an attention-alignment loss that regularizes the model attention over image patches to match the distribution of pathologist attention. We evaluate our approach on prostate cancer report generation and visual question answering using two models with different internal attention mechanisms (i.e., how image tokens are integrated into the language decoder). Experiments show average gains of 10.9% on NLP-based metrics and 19.3% in accuracy across five clinically relevant report components. Further, model attention maps extracted at inference time, with minimal computational overhead, align more closely with pathologist attention, providing stronger visual support for the generated reports by highlighting the regions that most influence the output.
Chinese Translation
病理学家在癌症诊断过程中分配视觉注意力的过程高度选择性,这在很大程度上影响了从全切片图像(WSIs)中提取的信息。人类注意力有助于医学成像任务,如分类和分割,并成为识别对诊断信息具有重要意义的区域以生成报告的强语义线索。在本文中,我们将人类注意力引入病理学家报告生成模型的训练中。为此,我们收集了一个多模态人类注意力数据集,其中包含121个前列腺WSI,并标注了病理学家的多尺度视口轨迹,这些轨迹与病理学家的口头描述和光标移动同步,涵盖五个临床相关的组成部分(例如,Gleason模式)。利用该数据集,我们通过注意力对齐损失对两个报告生成模型进行微调,该损失规范化模型在图像块上的注意力,以匹配病理学家注意力的分布。我们在前列腺癌报告生成和视觉问答任务中评估了我们的方法,使用了两种具有不同内部注意力机制的模型(即图像标记如何集成到语言解码器中)。实验结果显示,在基于自然语言处理(NLP)的指标上平均提高了10.9%,在五个临床相关报告组成部分的准确性上提高了19.3%。此外,在推理时提取的模型注意力图,计算开销最小,与病理学家注意力的对齐程度更高,为生成的报告提供了更强的视觉支持,突出显示了对输出影响最大的区域。
cs.CV / 9 / 2607.19643

Domain Shift in Echocardiography: Interpretable Quantification and Prediction of Cross-Dataset Left Ventricular Segmentation

超声心动图中的领域转移:跨数据集左心室分割的可解释量化与预测
Elyasi, Soroush, Serej, Nasim Dadashi, Wall, Julie, Zolgharni, Massoud
Abstract
Cross-dataset generalisation remains a major barrier to clinical deployment of echocardiographic left ventricular segmentation, yet the sources of this shift are rarely disentangled. We examined whether transfer degradation could be estimated before deployment using handcrafted ultrasound descriptors, VAE latent features, and segmentation-derived latent features across six echocardiographic datasets. Geometry-aware preprocessing substantially improved several poor transfer cases, suggesting that much of the apparent domain shift reflects field-of-view and framing inconsistencies rather than intrinsic acoustic differences alone. Intensity z-normalisation changed dataset separability by less than 0.005, indicating that brightness and contrast are not the dominant shift axis. Absolute Dice drop on held-out source-target pairs was predicted with an R-squared value of 0.612, an MAE of 0.082, and a Spearman rho of 0.681. The variant without LV and fan-shaped features retained approximately 70% of this explanatory power, supporting mask-free transfer-risk monitoring. The most informative discrepancy measure depended on the representation, with CMD strongest in z-normalised handcrafted features, with an absolute r of approximately 0.86 and an R-squared value of approximately 0.70; log-Wasserstein strongest in VAE space, with an r of approximately -0.90 and an R-squared value of approximately 0.81; and log-MMD strongest in LV-segmentation latent features, with an r of approximately -0.92 and an R-squared value of approximately 0.84. Apparent vendor effects were largely dataset-confounded. Echocardiographic domain shift is therefore structured and measurable, and its impact on segmentation can be partly reduced through geometry-aware preprocessing and anticipated using representation-specific transfer-risk estimation.
Chinese Translation
跨数据集的泛化仍然是超声心动图左心室分割临床应用的主要障碍,但这种转移的来源却很少被解开。我们研究了是否可以在部署之前使用手工制作的超声描述符、变分自编码器(VAE)潜在特征和基于分割的潜在特征来估计转移降级,涉及六个超声心动图数据集。几何感知预处理显著改善了多个转移效果不佳的案例,表明明显的领域转移在很大程度上反映了视野和框架不一致,而不仅仅是内在的声学差异。强度z标准化对数据集的可分性影响小于0.005,表明亮度和对比度并不是主要的转移轴。对保留源-目标对的绝对Dice下降进行了预测,R平方值为0.612,平均绝对误差(MAE)为0.082,斯皮尔曼相关系数(Spearman rho)为0.681。没有左心室和扇形特征的变体保留了大约70%的解释能力,支持无掩膜的转移风险监测。最具信息量的差异度量依赖于表示,CMD在z标准化的手工特征中最强,绝对r约为0.86,R平方值约为0.70;在VAE空间中,log-Wasserstein最强,r约为-0.90,R平方值约为0.81;而在左心室分割潜在特征中,log-MMD最强,r约为-0.92,R平方值约为0.84。明显的供应商效应在很大程度上受到数据集的混淆。因此,超声心动图领域转移是结构化和可测量的,其对分割的影响可以通过几何感知预处理部分减少,并通过特定表示的转移风险估计进行预期。
cs.CV / 10 / 2607.19669

A Unified Variational Framework for Deep Weakly Supervised Image Segmentation

一种统一的变分框架用于深度弱监督图像分割
Chu, Yin King, Li, Lingfeng, Kang, Sung Ha, Zhang, Jianping, Tai, Xue-Cheng
Abstract
We propose a unified variational framework for image segmentation under sparse pixel-level supervision. Our method is based on a simplex-constrained Potts model with a smooth perimeter regularizer, yielding a convex, smooth energy functional that can be used as a training loss in weakly supervised deep learning paradigms or optimized efficiently using iterative methods. Sparse labels are incorporated into the data fidelity term by constructing a fuzzy membership function via a function extension problem in a Reproducing Kernel Hilbert Space (RKHS), which can effectively capture inhomogeneous intensity statistics. The derived discrete loss for training standard networks demonstrates robustness and consistent improvements over non-training and partial cross-entropy (PCE) baselines in experiments, achieving comparable performance without requiring ground-truth segmentation images.
Chinese Translation
我们提出了一种统一的变分框架,用于在稀疏像素级监督下进行图像分割。我们的方法基于一个具有平滑周长正则化的单纯形约束Potts模型,产生一个凸的、平滑的能量泛函,可以作为弱监督深度学习范式中的训练损失,或通过迭代方法高效优化。通过在再生核希尔伯特空间(Reproducing Kernel Hilbert Space, RKHS)中构造模糊隶属函数,将稀疏标签纳入数据保真项,从而有效捕捉不均匀的强度统计。所推导的用于训练标准网络的离散损失在实验中表现出鲁棒性,并在非训练和部分交叉熵(Partial Cross-Entropy, PCE)基准上持续改进,达到可比的性能,而无需真实分割图像。
cs.CV / 11 / 2607.19696

PhenSPINE: A Standardized Benchmark for Spine Pathology Diagnosis

PhenSPINE:脊柱病理诊断的标准化基准
Vu, Duong Ngoc, Nguyen, Hai Son, Nguyen, Trong-Nghia, Van, Bien Tran, Xuan, Trang Mai, Vu, Huan, Van Luong, Thien
Abstract
The accurate diagnosis of spinal pathologies depends heavily on radiological interpretation, yet automated systems are hindered by the lack of diverse, high-quality benchmarks. In this study, we present PhenSPINE, a Magnetic Resonance Imaging dataset comprising 16,813 images from 250 patients, curated to facilitate advanced deep learning research. We propose a robust diagnostic benchmark that integrates state-of-theart convolutional backbones with a Positional Encoding mechanism to explicitly model the anatomical context of intervertebral discs. Evaluating across four standard MRI sequences, our experiments demonstrate that the Sagittal T2-weighted sequence offers the most robust diagnostic value, achieving a superior Macro F1-score of 50.31%. We find that multisequence fusion strategies yield inferior performance compared to this single-sequence baseline, as the images across sequences in our dataset are significantly compromised by noise interference from surrounding anatomical regions. This work establishes a robust baseline and offers critical insights into sequence selection for spine analysis.
Chinese Translation
脊柱病理的准确诊断在很大程度上依赖于放射学解读,但自动化系统受到缺乏多样化、高质量基准的限制。在本研究中,我们提出了PhenSPINE,一个包含来自250名患者的16,813幅图像的磁共振成像(MRI)数据集,旨在促进先进深度学习研究。我们提出了一种稳健的诊断基准,结合了最先进的卷积骨干网络和位置编码机制,以明确建模椎间盘的解剖上下文。在四个标准MRI序列的评估中,我们的实验表明,矢状面T2加权序列提供了最强的诊断价值,获得了优越的宏观F1分数50.31%。我们发现,多序列融合策略的表现不如这一单序列基准,因为我们数据集中不同序列的图像受到周围解剖区域噪声干扰的显著影响。这项工作建立了一个稳健的基准,并为脊柱分析的序列选择提供了重要的见解。
cs.CV / 12 / 2607.19701

SafeGen: Goal-Conditioned Video Diffusion of Safety-Critical Scenarios for VLM-Based Autonomous Driving

SafeGen:基于目标条件的视频扩散框架用于安全关键场景的VLM自主驾驶
Liu, Jiangfan, Cui, Zexuan, Zhang, Tianyuan, Jing, Zonglei, Ying, Zonghao, Zhang, Yaoyuan, Wang, Jiakai, Jiang, Xiaoqi, Liu, Aishan, Liu, Xianglong
Abstract
VLMs are increasingly deployed in AD systems, creating an urgent need for rigorous safety evaluation under rare yet safety-critical scenarios. Among these, interactions with vulnerable road users represent a major source of real-world failures. However, existing safety-critical scenario generation methods predominantly rely on simulator-based pipelines, which suffer from a substantial sim-to-real gap and often fail to capture realistic, diverse, and unforeseen human-vehicle interaction dynamics. We present SafeGen, a goal-conditioned diffusion framework for safety-critical scenario generation in VLMADs. Our key insight is to formulate scenario generation as a goal-conditioned diffusion process, where a predefined catastrophic end-state serves as a strong supervisory signal, guiding the generation of temporally coherent video trajectories that naturally evolve toward safety-critical outcomes. Building on this formulation, we introduce Context Grounded End State Reasoning, which leverages VLMs to analyze benign driving contexts and infer latent vulnerabilities in human-vehicle interactions, producing structured end-state specifications that induce high-risk scenarios. Conditioned on these targets, we further propose End State Conditioned Video Evolution, which grounds semantic threats into physically plausible visual dynamics. Specifically, we instantiate high-risk agents within the scene via depth-aware geometric projection, followed by boundary-conditioned diffusion to generate intermediate frames with consistent motion patterns and temporal coherence. Extensive experiments across 3 VLMADs demonstrate that SafeGen increases the Judge Overall Score, a metric using a VLM judge to evaluate VLMADs' understanding and decision-making, by 24.25% on average compared to SoTA baselines. Furthermore, fine-tuning a VLMAD improves performance in real-world driving scenes by an average of 15.9%.
Chinese Translation
随着视觉语言模型(VLM)在自动驾驶(AD)系统中的广泛应用,迫切需要在稀有但安全关键的场景下进行严格的安全评估。在这些场景中,与易受伤害的道路使用者的互动是现实世界失败的主要来源。然而,现有的安全关键场景生成方法主要依赖于基于模拟器的流程,这些流程存在显著的模拟与现实之间的差距,往往无法捕捉到现实、丰富且不可预见的人车互动动态。我们提出了SafeGen,一个用于VLMAD安全关键场景生成的目标条件扩散框架。我们的关键见解是将场景生成形式化为一个目标条件扩散过程,其中预定义的灾难性终态作为强有力的监督信号,指导生成时间上连贯的视频轨迹,自然演变为安全关键的结果。在此基础上,我们引入了上下文基础的终态推理,利用VLM分析良性驾驶上下文并推断人车互动中的潜在脆弱性,生成结构化的终态规范,从而诱导高风险场景。在这些目标的条件下,我们进一步提出了终态条件视频演变,将语义威胁与物理上合理的视觉动态相结合。具体而言,我们通过深度感知几何投影在场景中实例化高风险代理,随后进行边界条件扩散,以生成具有一致运动模式和时间连贯性的中间帧。在3个VLMAD上的广泛实验表明,与最先进的基线相比,SafeGen平均提高了Judge Overall Score(一个使用VLM评估VLMAD理解和决策能力的指标)24.25%。此外,对VLMAD进行微调使其在真实驾驶场景中的表现平均提高了15.9%。
cs.CV / 13 / 2607.19711

Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification

用于鲁棒点云分类的点选择微调框架
Li, Da, Ma, Chang, Yin, Dongfu
Abstract
Noisy and corrupted points can substantially degrade point cloud recognition performance, especially under challenging corruption settings. In particular, full fine-tuning of 3D pre-trained models may amplify the influence of outliers and overwrite robustness priors learned during pre-training, while naive parameter-efficient adaptation remains sensitive to corrupted tokens. To address this issue, we propose PSFT, a point-selection fine-tuning framework that improves robustness while remaining parameter-efficient. PSFT first estimates point-wise influence from pre-pooling features and adaptively retains minimally influential points to suppress outliers. Based on the selected subset, a prompt generation branch predicts layer-wise prompt tokens and injects them into a frozen backbone for lightweight downstream adaptation. To further mitigate residual noise after selection, we append a lightweight feature filter with bottleneck MLP transformation and Beta-gated residual blending to refine patch-token representations before prediction. Extensive experiments show that PSFT consistently reduces corruption error on ModelNet-C and ModelNet40-C across all tested 3D pre-trained backbones, while achieving the strongest ScanObjectNN-C results with ULIP-2 and Uni3D-B among the evaluated tuning strategies. Our implementation can be found at https://github.com/CVChMA/PSFT/tree/master.
Chinese Translation
噪声和损坏点会显著降低点云识别性能,尤其是在复杂的损坏环境下。具体而言,3D预训练模型的全量微调可能会放大异常点的影响,并覆盖预训练期间学习到的鲁棒性先验,而简单的参数高效适配方法仍然对损坏的token敏感。为了解决这一问题,我们提出了PSFT(一种点选择微调框架),该框架在保持参数高效的同时提升了鲁棒性。PSFT首先从预池化特征中估计逐点影响力,并自适应保留影响力最小的点以抑制异常点。基于选定的子集,一个提示生成分支预测分层提示token,并将其注入冻结的骨干网络中,实现轻量级的下游适配。为了进一步减轻选择后残留的噪声,我们附加了一个轻量级特征滤波器,该滤波器采用瓶颈MLP变换和Beta门控残差融合,在预测前细化patch-token表示。大量实验表明,PSFT在所有测试的3D预训练骨干网络上均持续降低了ModelNet-C和ModelNet40-C的数据损坏误差,同时在评估的微调策略中,结合ULIP-2和Uni3D-B实现了ScanObjectNN-C的最佳结果。我们的实现代码可见于https://github.com/CVChMA/PSFT/tree/master。
cs.CV / 14 / 2607.19716

A Unified Tokenization Framework for Pain Recognition using Heterogeneous 3D Modalities

用于疼痛识别的异构三维模态统一标记化框架
Gkikas, Stefanos, Cruz, Christian Arzate, Becchetti, Valentina, Khan, Muhammad Umar, Giuseppi, Alessandro, Rojas, Raul Fernandez
Abstract
Pain is a complex and pervasive phenomenon affecting a large percentage of the population, and accurate assessment is essential for effective clinical management and intervention. Computational pain recognition systems enable continuous monitoring, support clinical decision-making, and help mitigate pain-related distress and functional decline. This study introduces a unified tokenization framework for heterogeneous 3D modalities in pain recognition that provides a single processing pipeline across behavioral and brain-activity 3D data, without requiring separate architectures for each modality or handcrafted inductive biases. The framework preserves spatial, temporal, and time--frequency structure while mapping diverse inputs into a shared token space. Extensive experiments show that the proposed approach effectively processes facial videos and fNIRS data in both raw-signal and spectrogram-based representations. On the AI4Pain benchmark dataset, the proposed framework achieves state-of-the-art performance while maintaining high computational efficiency and enabling real-time assessment on both GPU and CPU hardware.
Chinese Translation
疼痛是一种复杂且普遍的现象,影响着大量人口,准确评估对于有效的临床管理和干预至关重要。计算疼痛识别系统能够实现持续监测,支持临床决策,并帮助减轻与疼痛相关的痛苦和功能衰退。本研究提出了一种用于疼痛识别的异构三维模态统一标记化框架,该框架在行为和脑活动三维数据之间提供了单一的处理管道,无需为每种模态设计单独的架构或手工制作的归纳偏差。该框架在将多样化输入映射到共享标记空间的同时,保留了空间、时间和时频结构。大量实验表明,所提出的方法能够有效处理面部视频和功能性近红外光谱(fNIRS)数据,无论是原始信号还是基于谱图的表示。在AI4Pain基准数据集上,所提出的框架实现了最先进的性能,同时保持了高计算效率,并能够在GPU和CPU硬件上实现实时评估。
cs.CV / 15 / 2607.19722

ReFace: Reorganizing Facial Spatiotemporal Representations for Improved Pain Assessment

ReFace:重组面部时空表征以改善疼痛评估
Gkikas, Stefanos, Fang, Yu, Cruz, Christian Arzate, Khan, Muhammad Umar, Rojas, Raul Fernandez
Abstract
Automatic pain assessment from facial video remains challenging due to the spatial heterogeneity of pain-related facial cues. This study proposes ReFace, a spatial reorganization pipeline that divides facial input into four spatial quadrants before tokenization, rather than processing the entire face as a single region. Evaluated on the AI4Pain dataset, the proposed approach achieves $56.00\%$ accuracy on the test set using video only, achieving the highest reported accuracy under the fixed AI4Pain benchmark protocol among the compared methods. Notably, the four-quadrant configuration processes the same total pixel budget as the full-face input, yet achieves higher accuracy, suggesting that spatial reorganization can improve performance under the proposed tokenization design. A single quadrant region, processing just one quarter of those pixels, remains competitive at a fraction of the computational cost.
Chinese Translation
从面部视频中自动评估疼痛仍然具有挑战性,因为与疼痛相关的面部线索存在空间异质性。本研究提出了ReFace,一种空间重组管道,在标记化之前将面部输入划分为四个空间象限,而不是将整个面部作为一个单一区域进行处理。在AI4Pain数据集上进行评估,所提方法在仅使用视频的测试集上达到了56.00%的准确率,在比较的方法中,在固定的AI4Pain基准协议下实现了最高报告的准确率。值得注意的是,四象限配置处理的总像素预算与全脸输入相同,但却实现了更高的准确率,这表明空间重组可以在所提的标记化设计下提高性能。单个象限区域仅处理四分之一的像素,仍然在较低的计算成本下保持竞争力。
cs.CV / 16 / 2607.19726

An Exploratory Analysis of Pain Localization via Explainable Computational Modeling

通过可解释的计算建模进行疼痛定位的探索性分析
Kyprakis, Ioannis, Gkikas, Stefanos, Nichols, Eric, Fang, Yu, Tsiknakis, Manolis
Abstract
Automatic pain localization, which involves identifying the anatomical origin of pain from peripheral physiological signals without patient self-report, is a clinically critical but largely unaddressed problem, particularly for non-verbal patients. This paper presents a systematic comparison of classical feature engineering and deep sequence learning for subject-independent three-class pain localization using the AI4Pain 2026 Challenge dataset, which comprises four synchronously recorded wearable modalities: electrodermal activity, blood volume pulse, respiration, and peripheral oxygen saturation recorded from 65 participants under controlled TENS-induced pain. A 115-dimensional hand-crafted feature set spanning time-domain, frequency-domain, modality-specific, and cross-modal descriptors is benchmarked against end-to-end deep architectures. Extremely Randomized Trees achieves the highest macro-F1 of 0.539, outperforming the best deep model by 7.4 percentage points, with EDA spectral features emerging as the dominant discriminators. A consistent 26-point gap between pain detection (F1\,=\,0.815) and localization (F1\,=\,0.552) across all models points to a fundamental ceiling imposed by the anatomical diffuseness of peripheral autonomic pathways at 10-second resolution.
Chinese Translation
自动疼痛定位涉及从外周生理信号中识别疼痛的解剖来源,而无需患者自我报告,这在临床上是一个至关重要但在很大程度上未得到解决的问题,尤其是对于非语言患者。本文对AI4Pain 2026挑战数据集中的经典特征工程与深度序列学习进行了系统比较,该数据集包含四种同步记录的可穿戴模式:皮肤电活动(electrodermal activity)、血容量脉搏(blood volume pulse)、呼吸(respiration)和外周血氧饱和度(peripheral oxygen saturation),数据来自65名参与者在控制的经皮电神经刺激(TENS)诱导疼痛下的记录。我们对一个115维的手工特征集进行了基准测试,该特征集涵盖时间域、频率域、特定模态和跨模态描述符,并与端到端深度架构进行了比较。极端随机树(Extremely Randomized Trees)实现了最高的宏F1值0.539,超越了最佳深度模型7.4个百分点,其中EDA光谱特征成为主要的区分因素。所有模型在疼痛检测(F1=0.815)和定位(F1=0.552)之间的一致26点差距,指向了外周自主神经通路在10秒分辨率下的解剖扩散性所施加的基本上限。
cs.CV / 17 / 2607.19743

Efficient Tracking and Understanding Object Transformations

高效跟踪与理解物体变换
Sun, Yihong, Hariharan, Bharath
Abstract
Tracking objects through state transformations is essential for understanding real-world dynamics. However, existing methods are computationally expensive. TubeletGraph recently showed impressive capabilities, but its inference cost (~$4.4$ seconds per object-frame on VOST) precludes any real-time deployment possibilities. We observe that TubeletGraph's overhead arises from building a spatiotemporal partition of the input video: (1) entity segmentation is computed densely for every frame regardless of whether a transformation occurs, and (2) every entity in the scene is tracked, scaling cost with scene complexity rather than the number of transformations of interest. To address both, we propose FluxGraph, a reactive variant that uses SAM2's internal multi-mask disagreement as a lightweight trigger for transformation detection, and removes the need for tracking all entities in the given video. FluxGraph is ~$3.3\times$ faster than TubeletGraph on VOST while improving tracking performance and preserving state graph quality. Furthermore, we also observe consistent speedups of $3.7-10.7\times$ across VSCOS, M$^3$-VOS, and DAVIS17 while maintaining performance. Code is publicly available at https://github.com/YihongSun/FluxGraph.
Chinese Translation
通过状态变换跟踪物体对于理解现实世界的动态至关重要。然而,现有方法计算开销较大。TubeletGraph 最近展示了令人印象深刻的能力,但其推理成本(在 VOST 上每个物体帧约为 4.4 秒)使得实时部署成为不可能。我们观察到,TubeletGraph 的开销源于构建输入视频的时空分区:(1) 实体分割在每一帧中都被密集计算,无论是否发生变换,以及 (2) 场景中的每个实体都被跟踪,导致成本随着场景复杂度而增加,而非感兴趣的变换数量。为了解决这两个问题,我们提出了 FluxGraph,一种反应式变体,利用 SAM2 的内部多掩码不一致性作为轻量级变换检测触发器,并去除了在给定视频中跟踪所有实体的需求。FluxGraph 在 VOST 上比 TubeletGraph 快约 3.3 倍,同时提高了跟踪性能并保持了状态图质量。此外,我们还观察到在 VSCOS、M$^3$-VOS 和 DAVIS17 上均实现了 3.7-10.7 倍的一致加速,同时保持了性能。代码已公开发布在 https://github.com/YihongSun/FluxGraph。
cs.CV / 18 / 2607.19765

Extending a Large View Synthesis Model for Multi-view Panoptic Segmentation

扩展大型视图合成模型用于多视角全景分割
Ryu, Kwonyoung, Lee, In-Jae, Jin, Jonghyun, Lee, Hyunjee, Lee, Jongmin, Park, Jaesik
Abstract
Large view synthesis models synthesize novel views through cross-view attention without explicit 3D representations, and recent studies have shown that they learn accurate spatial correspondence from RGB supervision alone. We observe that this correspondence generalizes beyond appearance. When non-photorealistic signals such as binary encoded panoptic labels are passed through the model, they are propagated to novel views with consistent spatial structure. These results indicate that the correspondence learned for RGB view synthesis can also propagate view-independent per-pixel labels. From this observation, we present the first work to extend large view synthesis models beyond appearance rendering to 3D scene understanding. We propose a panoptic segmentation pipeline that reuses a frozen view synthesis model to propagate panoptic labels from input views to novel views, without 3D reconstruction or any segmentation-specific training of the view synthesis model. Given panoptic labels on the input views, we encode them into binary channel representations and pass them through the same model to render target-view segmentation. On ScanNet, our method achieves segmentation quality on par with Gaussian based approaches requiring explicit 3D reconstruction, while outperforming them in novel view synthesis by more than 7 dB. The label propagation also transfers across datasets, surpassing these approaches on Replica without any fine-tuning.
Chinese Translation
大型视图合成模型通过跨视图注意力合成新视图,而无需显式的3D表示。最近的研究表明,它们仅通过RGB监督学习到了准确的空间对应关系。我们观察到,这种对应关系超越了外观。当非真实感信号如二进制编码的全景标签通过模型时,它们以一致的空间结构传播到新视图。这些结果表明,为RGB视图合成学习的对应关系也可以传播视图无关的逐像素标签。基于这一观察,我们提出了首个将大型视图合成模型扩展到3D场景理解的工作。我们提出了一种全景分割管道,重用一个冻结的视图合成模型,将全景标签从输入视图传播到新视图,而无需3D重建或对视图合成模型进行任何特定于分割的训练。在输入视图上给定全景标签后,我们将其编码为二进制通道表示,并通过相同的模型传递,以渲染目标视图的分割。在ScanNet数据集上,我们的方法在分割质量上与需要显式3D重建的基于高斯的方法相当,同时在新视图合成中超越它们超过7 dB。标签传播也可以跨数据集转移,在Replica数据集上超越这些方法,而无需任何微调。
cs.CV / 19 / 2607.19766

Global Building Area Estimation Products: How Accurate Are They?

全球建筑面积估算产品:它们的准确性如何?
Lahrichi, Saad, Allabadi, Doa'a, Bradbury, Kyle, Malof, Jordan
Abstract
Geo-spatial rasters of building footprint area are useful for a variety of tasks, such as monitoring urbanization, improving energy efficiency, and tracking greenhouse gas emissions. There are now multiple global building raster datasets, however there lacks an independent, comprehensive, and fair assessment of their accuracy. In this work, we evaluate the accuracy of four major global building products: Global Human Settlement Layer (GHSL), Microsoft's TEMPO (TEMPO), The Global Building Atlas (GBA), and Overture. As ground truth for assessing their accuracy, we use ORBITaL-Net, a globally diverse dataset of manually labeled building footprints. To ensure fairness, we evaluate products on grids of multiple spatial resolutions, and several conventional performance metrics. Our results indicate that either GBA or TEMPO generally achieves the highest overall accuracy, depending upon the particular evaluation criteria. We also stratify the accuracy of each product by several factors: geographic location, population density, and income groups. The results reveal that product accuracy can sometimes vary significantly with respect to these factors. Notably, all products are significantly less accurate in Africa and Asia. Most products also suffer significant accuracy reduction in high-density urban areas.
Chinese Translation
建筑轮廓面积的地理空间栅格数据对于监测城市化、提高能源效率和追踪温室气体排放等多种任务非常有用。目前已有多个全球建筑栅格数据集,但缺乏独立、全面和公正的准确性评估。在本研究中,我们评估了四个主要的全球建筑产品的准确性:全球人类住区层(Global Human Settlement Layer, GHSL)、微软的TEMPO(TEMPO)、全球建筑图谱(Global Building Atlas, GBA)和Overture。我们使用ORBITaL-Net作为评估其准确性的真实数据,这是一个全球多样化的手动标注建筑轮廓数据集。为了确保评估的公正性,我们在多个空间分辨率的网格上评估产品,并使用几种常规性能指标。我们的结果表明,GBA或TEMPO通常在特定评估标准下实现最高的整体准确性。我们还根据多个因素对每个产品的准确性进行了分层分析:地理位置、人口密度和收入群体。结果显示,产品的准确性在这些因素上有时会显著变化。值得注意的是,所有产品在非洲和亚洲的准确性显著较低。大多数产品在高密度城市地区的准确性也显著下降。
cs.CV / 20 / 2607.19772

DRGBT-1K: A Large-scale High-quality Benchmark for Dynamic RGBT Tracking

DRGBT-1K:一个大规模高质量的动态RGBT跟踪基准
Ding, Zhaodong, Li, Chenglong, Ding, Zeyu, Wang, Futian, Tang, Jin
Abstract
Dynamic RGBT (DRGBT) tracking aims to continuously localize a target when the available sensing modalities and observation platforms vary over time. Compared with conventional RGBT tracking with fixed RGBT inputs and a fixed observation platform, DRGBT tracking is more consistent with real-world collaborative perception systems, where targets may be observed by heterogeneous sensors from different viewpoints. However, existing benchmarks are still insufficient for systematically evaluating tracker robustness under real dynamic modality variations and cross-platform transitions. To address this limitation, we make the following contributions. 1) We construct DRGBT-1K, a large-scale high-quality benchmark for DRGBT tracking. It contains 1,045 sequences captured entirely in real-world scenarios and 795K RGBT frame pairs collected using UAVs and handheld RGBT devices, encompassing diverse real-world scenes, pronounced viewpoint changes, modality variations, and target appearance discontinuities. 2) We provide comprehensive annotations for fine-grained evaluation, including dense bounding boxes, target category labels, challenge attributes, frame-level modality labels and platform labels. DRGBT-1K covers 24 target categories, more than 15 scene types and 15 challenge attributes. 3) We establish a comprehensive benchmark by evaluating 20 representative multimodal tracking methods, including conventional RGBT trackers, modality-missing RGBT trackers, and DRGBT trackers under a unified evaluation protocol. 4) We release an unaligned version of DRGBT-1K and derive UGVT-1K to support broader research on unaligned multimodal tracking and UAV-ground collaborative tracking. 5) We develop an online evaluation platform for DRGBT-1K and provide a leaderboard that collects all methods evaluated on this benchmark.
Chinese Translation
动态RGBT(DRGBT)跟踪旨在在可用的感知模式和观察平台随时间变化时持续定位目标。与传统的固定RGBT输入和固定观察平台的RGBT跟踪相比,DRGBT跟踪更符合现实世界的协同感知系统,其中目标可能会从不同视角被异构传感器观察。然而,现有的基准仍不足以系统评估跟踪器在真实动态模式变化和跨平台过渡下的鲁棒性。为了解决这一限制,我们做出了以下贡献:1)我们构建了DRGBT-1K,这是一个大规模高质量的DRGBT跟踪基准。它包含1,045个完全在真实场景中捕获的序列和795K个使用无人机(UAV)和手持RGBT设备收集的RGBT帧对,涵盖了多样的真实场景、显著的视角变化、模式变化和目标外观不连续性。2)我们提供了全面的注释以进行细粒度评估,包括密集的边界框、目标类别标签、挑战属性、帧级模式标签和平台标签。DRGBT-1K覆盖了24个目标类别、超过15种场景类型和15个挑战属性。3)我们通过在统一评估协议下评估20种代表性的多模态跟踪方法,建立了一个全面的基准,包括传统的RGBT跟踪器、缺失模式的RGBT跟踪器和DRGBT跟踪器。4)我们发布了DRGBT-1K的未对齐版本,并推导出UGVT-1K,以支持对未对齐多模态跟踪和无人机-地面协作跟踪的更广泛研究。5)我们开发了DRGBT-1K的在线评估平台,并提供了一个排行榜,收集在该基准上评估的所有方法。
cs.CV / 21 / 2607.19777

Look Before You Edit: Attention-Guided Camera Placement and Multi-View Alignment for 3D Gaussian Splatting Editing

编辑前请观察:基于注意力引导的相机放置与多视图对齐用于3D高斯点云编辑
Park, Jaeyeon, Kang, Taeho, Lee, Youngki
Abstract
Text-driven 3D scene editing with 3D Gaussian Splatting (3DGS) typically applies a 2D diffusion editor to views rendered from fixed training cameras, limiting both the spatial coverage of edits and the user's freedom to target specific objects in complex scenes. We present LB-Edit, a framework that addresses two coupled problems: where to place editing cameras for localized edits, and how to make per-view edits agree with one another so that the 3D scene remains consistent after fine-tuning. First, Attention-Guided Editing Camera Placement (ACP) probes the diffusion model's self- and cross-attention at multiple candidate camera distances to find where attention is well-contained in the region of interest, then places a compact, geometrically diverse editing camera set at that attention-optimal distance. Second, Multi-view Attention Alignment (MAA) steers the editor toward the same edit across views along two axes: it aligns appearance by sharing self-attention features via token-level correspondence, and aligns spatial location by lifting cross-attention maps onto the 3D Gaussians as a shared 3D attention field, suppressing both appearance and spatial drift. Experiments on multi-object and single-object scenes show that our method achieves the highest user preference in instruction fidelity, multi-view consistency, and editing locality, using as few as 5 editing views and reducing latency by up to 7x over existing methods.
Chinese Translation
基于文本驱动的3D场景编辑使用3D高斯点云(3DGS)通常在固定训练相机渲染的视图上应用2D扩散编辑器,这限制了编辑的空间覆盖范围以及用户在复杂场景中针对特定对象的自由度。我们提出了LB-Edit,一个解决两个耦合问题的框架:如何为局部编辑放置编辑相机,以及如何使每个视图的编辑相互一致,以确保在微调后3D场景保持一致。首先,基于注意力引导的编辑相机放置(ACP)在多个候选相机距离下探测扩散模型的自注意力和交叉注意力,以找到注意力在感兴趣区域内良好聚焦的位置,然后在该注意力最优距离放置一组紧凑且几何多样的编辑相机。其次,多视图注意力对齐(MAA)沿两个轴引导编辑器在视图间进行相同的编辑:通过令牌级对应共享自注意力特征来对齐外观,并通过将交叉注意力图提升到3D高斯上作为共享的3D注意力场来对齐空间位置,从而抑制外观和空间漂移。对多对象和单对象场景的实验表明,我们的方法在指令保真度、多视图一致性和编辑局部性方面实现了最高的用户偏好,使用的编辑视图少至5个,并将延迟减少了高达7倍,优于现有方法。
cs.CV / 22 / 2607.19779

Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI

用于诊断MRI的频率-层次主动k空间采样
Xu, Ruru, Hamedani, Kian Anvari, Yang, Zhikai, Oksuz, Ilkay
Abstract
Active sampling for accelerated MRI must distribute a tight sampling budget across spatial frequencies that carry very different kinds of information. Low frequencies hold most of the anatomical context; high frequencies carry the fine details that drive pathology assessment. Existing active samplers either treat both regions identically or restrict the action space to entire Cartesian rows, which forces a poor compromise at high acceleration. We propose HieraSample, a task-driven framework built around this hierarchy. A cosine-annealed curriculum lowers the acceleration factor from 20x to 4x across 80 acquisition steps while keeping a fully-sampled low-frequency disk at every step; a Mamba-based policy then picks individual high-frequency coordinates from features extracted by dual disease and severity classifiers. The reward is the per-sample reduction in class-weighted cross-entropy after each action, so a positive reward corresponds directly to a more confident correct prediction. On the fastMRI+ knee benchmark, HieraSample matches the fully-sampled oracle on ACL diagnosis from 4x to 10x acceleration, and improves on a recent Cartesian baseline by as much as 20.4 AUC points on ACL severity.
Chinese Translation
加速MRI的主动采样必须在承载不同信息类型的空间频率之间分配紧凑的采样预算。低频率承载大部分解剖背景;高频率则包含驱动病理评估的细节。现有的主动采样器要么对这两个区域进行相同处理,要么将行动空间限制在整个笛卡尔行,这在高加速下迫使产生较差的折衷。我们提出了HieraSample,这是一个围绕这一层次结构构建的任务驱动框架。一个余弦退火的课程在80个采集步骤中将加速因子从20倍降低到4倍,同时在每个步骤保持一个完全采样的低频盘;然后,基于Mamba的策略从双重疾病和严重性分类器提取的特征中选择单个高频坐标。奖励是每个样本在每次行动后减少的类别加权交叉熵,因此正奖励直接对应于更自信的正确预测。在fastMRI+膝关节基准测试中,HieraSample在4倍到10倍加速下与完全采样的oracle在ACL诊断上相匹配,并在ACL严重性上比最近的笛卡尔基线提高了多达20.4 AUC点。
cs.CV / 23 / 2607.19781

WASABI: Whole-graph Assignment-based Stabilizer for lAne topology By Inter-frame tracking

WASABI:基于全图分配的稳定器,通过帧间跟踪实现车道拓扑稳定
Uchida, Tetsuhiro, Sasaki, Myu, Nakajima, Kensho, Shimada, Yasuhiro, Saito, Toru
Abstract
Autonomous driving requires understanding the road as a graph of drivable lanes and their connectivity, beyond the ego lane alone, to follow routes through intersections and reason about cross- and merging-traffic. Recent perception models infer such lane topology, i.e., lane segments together with their inter-lane connectivity (LCLC), from onboard sensors over a 360-degree BEV view. Due to neural perception's imperfections, their outputs retain structural instabilities such as missed detections, lost or incorrect LCLC, over-detection, and label flicker. This paper presents WASABI, a real-time post-processing pipeline that stabilizes lane topology outputs both within and across frames by treating lane segments and their LCLC connectivity as joint tracking targets, under onboard real-time constraints (10 Hz / 20 ms / up to 200 input lanes). The pipeline integrates segment tracking with connectivity, noise-robust topology-aware refinement, and a resource-constrained real-time design. On internal validation data (16 sequences), WASABI improves LCLC detection F1 from 0.834 to 0.948 (+0.114, +13.6%) and reduces centerline lateral error from 2.50 m to 0.95 m, while reducing detection false-positives by 24.6%. Temporal-stability metrics on the same data show LCLC toggle rate reduced by 63.3% and boundary-label flicker rate by 30.2%, confirming across-frame stabilization beyond per-frame accuracy.
Chinese Translation
自主驾驶需要将道路理解为可行驶车道及其连通性的图,不仅仅是自我车道,以便在交叉路口跟随路线并推理交叉和合并交通。最近的感知模型通过车载传感器在360度鸟瞰视图下推断出这种车道拓扑,即车道段及其车道间连通性(LCLC)。由于神经感知的不完美,其输出保留了结构不稳定性,例如漏检、丢失或错误的LCLC、过度检测和标签闪烁。本文提出了WASABI,一个实时后处理管道,通过将车道段及其LCLC连通性视为联合跟踪目标,在车载实时约束下(10 Hz / 20 ms / 最多200个输入车道)稳定车道拓扑输出。该管道将段跟踪与连通性、抗噪声的拓扑感知细化以及资源受限的实时设计相结合。在内部验证数据(16个序列)上,WASABI将LCLC检测F1从0.834提高到0.948(+0.114,+13.6%),并将中心线横向误差从2.50米减少到0.95米,同时将检测假阳性减少了24.6%。在相同数据上的时间稳定性指标显示,LCLC切换率减少了63.3%,边界标签闪烁率减少了30.2%,确认了跨帧稳定性超越逐帧准确性。
cs.CV / 24 / 2607.19787

Physics-Aware Complex-Valued State Space Model with Scattering-Prior Feature Modulation for PolSAR Image Classification

物理感知的复值状态空间模型与散射先验特征调制用于极化合成孔径雷达图像分类
Zhang, Fangyan, Zhang, Fan, Zhou, Shiqi, Ni, Jun, López-Martínez, Carlos, Yin, Qiang
Abstract
Polarimetric synthetic aperture radar (PolSAR) image classification is a representative task for physics-aware GeoAI, where land-cover semantics are closely coupled with electromagnetic scattering mechanisms. Many existing complex-valued networks can preserve amplitude-phase information, but they are often limited in long-range spatial dependency modeling and usually incorporate polarimetric priors only as input-level or shallow auxiliary features. As a result, physical knowledge is insufficiently used to guide deep feature evolution. To address this issue, this paper proposes CV-SSMNet, a physics-aware complex-valued state-space network with scattering-aware feature modulation for PolSAR image classification. The proposed method builds a complex-valued state-space model (CV-SSM) in the original complex domain to capture long-range spatial dependencies while preserving polarimetric amplitude-phase coupling. Meanwhile, seven physically meaningful scattering priors, are encoded as FiLM-style modulation signals to adaptively recalibrate complex-valued representations during feature evolution. CV-SSMNet further integrates multi-scale complex convolutions, branch-wise CV-SSM encoding, prior-guided recalibration, and lightweight global context aggregation, enabling physically guided representation learning from local scattering structures to global spatial context. Experiments on three L-band benchmark datasets and an additional P-band BIOMASS evaluation demonstrate that CV-SSMNet achieves competitive accuracy, improved regional consistency, and better boundary preservation, supporting the effectiveness of embedding polarimetric scattering mechanisms into complex-valued long-range GeoAI representation learning.
Chinese Translation
极化合成孔径雷达(PolSAR)图像分类是物理感知地理人工智能(GeoAI)的一个典型任务,其中地表覆盖语义与电磁散射机制密切相关。许多现有的复值网络能够保留幅度-相位信息,但它们在长距离空间依赖建模方面通常存在局限,并且通常仅将极化先验作为输入级或浅层辅助特征纳入。因此,物理知识未能充分用于指导深层特征演化。为了解决这一问题,本文提出了CV-SSMNet,一种具有散射感知特征调制的物理感知复值状态空间网络,用于PolSAR图像分类。所提方法在原始复数域中构建了复值状态空间模型(CV-SSM),以捕捉长距离空间依赖,同时保留极化幅度-相位耦合。同时,七个具有物理意义的散射先验被编码为FiLM风格的调制信号,以在特征演化过程中自适应地重新校准复值表示。CV-SSMNet进一步整合了多尺度复数卷积、分支式CV-SSM编码、先验引导的重新校准和轻量级全局上下文聚合,使得从局部散射结构到全局空间上下文的物理引导表示学习成为可能。在三个L波段基准数据集和一个额外的P波段BIOMASS评估上的实验表明,CV-SSMNet实现了竞争性准确度、改善的区域一致性和更好的边界保留,支持将极化散射机制嵌入复值长距离GeoAI表示学习的有效性。
cs.CV / 25 / 2607.19790

Trace: A Taxonomy-Guided Environment for Multidomain Visual Reasoning

Trace:一种基于分类法引导的多领域视觉推理环境
Alam, Md Tanvirul
Abstract
Reinforcement learning with verifiable rewards (RLVR) has substantially improved language-model reasoning, yet its extension to vision-language models remains constrained by the lack of training data that are simultaneously broad, exactly verifiable, and reproducible. We introduce Trace, a taxonomy-guided environment for multidomain visual reasoning. Trace factorizes task construction into a scene grammar and an executable task program, separating visual realization from answer computation. A shared semantic state determines the rendered image, prompt, typed answer, verifier state, and replayable instance trace. The resulting environment comprises 1,000 tasks over 277 scene grammars and 11 visual domains, with controlled semantic and visual variation. RLVR on 64,000 Trace instances improves the macro-average across 24 external benchmarks by 3.51 percentage points for Qwen2.5-VL-3B and 4.06 points for Qwen2.5-VL-7B, providing evidence that broad procedural training can transfer beyond the generated task distributions. Project page: https://maveryn.github.io/trace/.
Chinese Translation
具有可验证奖励的强化学习(RLVR)在语言模型推理方面取得了显著进展,但其在视觉-语言模型中的扩展仍受到缺乏同时广泛、可准确验证和可重复的训练数据的限制。我们引入了Trace,一种基于分类法引导的多领域视觉推理环境。Trace将任务构建分解为场景语法和可执行任务程序,分离视觉实现与答案计算。一个共享的语义状态决定了渲染的图像、提示、输入的答案、验证者状态以及可重放的实例轨迹。最终的环境包含1,000个任务,涵盖277种场景语法和11个视觉领域,并具有可控的语义和视觉变化。在64,000个Trace实例上进行的RLVR训练使得Qwen2.5-VL-3B在24个外部基准测试中的宏平均提高了3.51个百分点,Qwen2.5-VL-7B提高了4.06个百分点,提供了广泛程序训练可以超越生成任务分布的证据。项目页面:https://maveryn.github.io/trace/
cs.CV / 26 / 2607.19811

Lean-SAM2: Target-Anchored Memory and Encoder Acceleration for SAM2

Lean-SAM2:针对目标的记忆和编码器加速方法
Ouyang, Xudong, Zhang, Wenlun, Xu, Yimin, Liu, Huazhong, Zhong, Yunshan
Abstract
The Segment Anything Model 2 (SAM2) has advanced temporal promptable segmentation, yet its deployment remains hindered by heavy memory cross-attention overhead and redundant full-frame visual feature extraction. While recent methods explore efficiency via heuristic memory pruning and window-based sparse routing, they typically suffer from catastrophic performance degradation in complex segmentation scenarios replete with occlusions and distractors. To resolve these limitations, we propose \textbf{Lean-SAM2}, a holistic lightweight framework designed to address the above vulnerabilities while systematically eliminating computational redundancies. Specifically, Lean-SAM2 integrates three collaborative mechanisms: (1) Target-Anchored Memory Pruning (TAMP) safeguards target tokens against deceptive attention by modulating raw attention significance with semantic consistency against prompt-derived foreground anchors; (2) Temporal Condensation with Insurance Memory (TCIM) condenses historical context via a visibility-gated fusion while conditionally archiving high-confidence entries in a parallel insurance bank; and (3) Target-Anchored Risk-Aware Routing (TARR) selectively activates the heavy image encoder for target-related windows based on anchor similarity, utilizing a risk-aware fallback policy to trigger full-frame refreshes during volatile transitions. Extensive evaluations across multiple challenging benchmarks demonstrate that Lean-SAM2 establishes a superior balance between accuracy and efficiency. For example, on the LVOSv2 validation dataset, Lean-SAM2 achieves overall inference speedups of $1.412\times$ and $1.417\times$ on the SAM2.1-Large and SAM2.1-Base+, respectively, significantly outperforming Efficient-SAM2 while boosting the corresponding $\mathcal{J}\&\mathcal{F}$ scores by $5.0\%$ and $3.6\%$. Code is available at https://github.com/DeawhaleQwQ/Lean-SAM2.
Chinese Translation
Segment Anything Model 2 (SAM2) 在时间提示可分割性方面取得了进展,但其部署仍受到重大的内存交叉注意力开销和冗余的全帧视觉特征提取的限制。尽管近期的方法通过启发式记忆剪枝和基于窗口的稀疏路由探索了效率,但它们通常在充满遮挡和干扰物的复杂分割场景中表现出灾难性的性能下降。为了解决这些局限性,我们提出了 extbf{Lean-SAM2},这是一个整体轻量级框架,旨在解决上述脆弱性,同时系统性地消除计算冗余。具体而言,Lean-SAM2 集成了三种协作机制:(1)目标锚定记忆剪枝(Target-Anchored Memory Pruning, TAMP)通过根据提示导出的前景锚点的语义一致性调节原始注意力的重要性,保护目标标记免受欺骗性注意力的影响;(2)带保险记忆的时间凝聚(Temporal Condensation with Insurance Memory, TCIM)通过可见性门控融合凝聚历史上下文,同时有条件地在并行保险库中归档高置信度条目;(3)目标锚定风险感知路由(Target-Anchored Risk-Aware Routing, TARR)根据锚点相似性选择性地激活重型图像编码器,以处理与目标相关的窗口,并利用风险感知的后备策略在波动过渡期间触发全帧刷新。在多个具有挑战性的基准测试中的广泛评估表明,Lean-SAM2 在准确性和效率之间建立了优越的平衡。例如,在 LVOSv2 验证数据集上,Lean-SAM2 在 SAM2.1-Large 和 SAM2.1-Base+ 上分别实现了 $1.412 imes$ 和 $1.417 imes$ 的整体推理加速,显著优于 Efficient-SAM2,同时将相应的 $ extmath{J} ext{&} extmath{F}$ 分数提升了 $5.0 ext{ extperthousand}$ 和 $3.6 ext{ extperthousand}$。代码可在 https://github.com/DeawhaleQwQ/Lean-SAM2 获取。
cs.CV / 27 / 2607.19826

MoAKE: Toward Unified All-in-One Action Quality Assessment via Mixture of Action Knowledge Experts

MoAKE:通过行动知识专家的混合实现统一的一体化行动质量评估
Xu, Huangbiao, Wu, Huanqi, Ke, Xiao, Cai, Jiaxin, Wu, Junyi, Xu, Jinglin
Abstract
Action Quality Assessment (AQA) aims to objectively evaluate performance quality from action videos. Most existing methods follow a ``one-by-one'' paradigm, training a separate model for each action type. This setting limits real-world deployment, as it requires prior action-type knowledge to select the corresponding model and suffers from poor generalization across diverse actions. To address these limitations, we study the challenging task of all-in-one AQA, which aims to assess heterogeneous actions within a single unified model. We propose a novel Mixture of Action Knowledge Experts (MoAKE) framework, designed to mitigate negative knowledge transfer caused by large semantic discrepancies among actions. MoAKE learns complementary experts that capture diverse action patterns within a shared semantic space and dynamically aggregates their knowledge to adapt the assessment to the input action. Each expert is tailored with segment-aware prototypes to handle varying temporal lengths, together with an Adaptive Intra- and Inter-Segment Relationship Modeling (AIISRM) module to model multi-granularity temporal dynamics. Furthermore, we establish comprehensive benchmarks for all-in-one as well as zero/few-shot AQA. Extensive experiments on three long-term datasets demonstrate that MoAKE significantly outperforms existing methods in the all-in-one setting, while also achieving consistent generalization on three short-term datasets under zero/few-shot evaluation. Code is available at https://github.com/XuHuangbiao/MoAKE.
Chinese Translation
行动质量评估(AQA)旨在客观评估行动视频中的表现质量。现有的大多数方法遵循“逐个”范式,为每种行动类型训练一个单独的模型。这种设置限制了实际应用,因为它需要先前的行动类型知识来选择相应的模型,并且在不同的行动之间泛化能力较差。为了解决这些局限性,我们研究了一体化 AQA 的挑战任务,旨在通过单一统一模型评估异构行动。我们提出了一种新颖的行动知识专家混合(MoAKE)框架,旨在减轻由于行动之间存在较大语义差异而导致的负面知识转移。MoAKE 学习互补的专家,以捕捉共享语义空间内的多样化行动模式,并动态聚合它们的知识以适应输入行动的评估。每个专家都配备了段感知原型,以处理不同的时间长度,并结合自适应内部和外部段关系建模(AIISRM)模块来建模多粒度时间动态。此外,我们为一体化以及零/少样本 AQA 建立了全面的基准测试。在三个长期数据集上的广泛实验表明,MoAKE 在一体化设置中显著优于现有方法,同时在零/少样本评估下在三个短期数据集上也实现了一致的泛化。代码可在 https://github.com/XuHuangbiao/MoAKE 获取。
cs.CV / 28 / 2607.19857

Memory-Augmented Multimodal Large Language Models for Small Object Understanding in Streaming Aerial Videos

增强记忆的多模态大型语言模型在流式航拍视频中对小物体理解的研究
Sun, Penglei, Huang, Yehua, Tao, Zhuoli, Li, Xiang, Guan, Runwei, Song, Yaoxian, Zhao, Kaiyong, Ding, Henghui, Han, Bo, Yang, Yang, Chu, Xiaowen
Abstract
Language-guided aerial perception aims to understand user-specified tiny targets in complex unmanned aerial vehicle (UAV) scenes. In real UAV deployment, the UAV must respond while it flies, so such perception runs in an online streaming manner, where frames arrive sequentially and the model responds to each one without access to future frames. However, applying current Multimodal Large Language Models (MLLMs) to this setting raises two challenges. First, targets viewed from the air are often tiny, yet the visual compression in existing MLLMs treats all regions equally and discards their fine-grained details. Second, understanding a continuous stream requires past-frame context, yet retaining the entire history is infeasible on resource-constrained onboard hardware, whereas discarding it causes the target to drift or disappear. We address the tiny object and streaming challenges from both data and method perspectives. From the data perspective, we present \textbf{DroneEyes}, the \textbf{first} pixel-level and open-vocabulary referring-segmentation dataset for tiny aerial targets, comprising $2,140$ high-definition videos and $176,623$ pairs across Object Description and Referring Expression tasks, with dense per-frame masks. From the method perspective, we propose \textbf{SkyAnchor}, an MLLM with two designs to the above challenges: a Semantics-Aware Token Router that preserves small-target under a reduced visual-token budget, and a Hierarchical Memory Bank that keeps the target consistently understood on streams.
Chinese Translation
语言引导的航拍感知旨在理解用户指定的复杂无人机(UAV)场景中的微小目标。在实际的无人机部署中,无人机必须在飞行过程中做出响应,因此这种感知以在线流式的方式运行,帧按顺序到达,模型对每一帧做出响应,而无法访问未来的帧。然而,将当前的多模态大型语言模型(MLLMs)应用于这种环境面临两个挑战。首先,从空中观察到的目标通常很小,但现有MLLMs中的视觉压缩对所有区域的处理是相同的,忽略了它们的细粒度细节。其次,理解连续流需要过去帧的上下文,但在资源受限的机载硬件上保留整个历史是不切实际的,而丢弃历史会导致目标漂移或消失。我们从数据和方法两个角度解决小物体和流式处理的挑战。从数据角度来看,我们提出了 extbf{DroneEyes},这是 extbf{首个}针对微小航拍目标的像素级开放词汇引用分割数据集,包含$2,140$个高清晰度视频和$176,623$对对象描述与引用表达任务的密集逐帧掩码。从方法角度来看,我们提出了 extbf{SkyAnchor},这是一个针对上述挑战的MLLM,具有两种设计:一个语义感知的令牌路由器,在减少视觉令牌预算的情况下保留小目标,以及一个层次记忆库,能够在流中保持对目标的一致理解。
cs.CV / 29 / 2607.19877

Robust Activation Map Rectification for Weakly Supervised Volumetric Segmentation: Temporal Coherence as a Free Lunch

针对弱监督体积分割的鲁棒激活图校正:时间一致性作为一种免费午餐
Gu, Renshu, Chen, Jialiang, Gao, Fei, Su, Hang, Qi, Jun, Xu, Jiamin, Shen, Yicheng, Zhang, Jiayu, Pan, Jiaxi, Zhang, Caiming, Xu, Gang
Abstract
Weakly supervised segmentation relies heavily on class activation maps (CAMs) to initially localize target regions. However, CAMs are often noisy and prone to catastrophic failures. Existing remedies typically introduce additional training stages or prototype learning, increasing computational cost and reducing robustness. In this paper, we propose a training-free prototype-free framework that rectifies unreliable CAMs by exploiting temporal and structural coherence in volumetric data as a free lunch. Our approach is built on two key components. First, we introduce Variance-Reduced Activation Aggregation (VRAA) which suppresses noise and amplify coherent semantic signals. We provide a theoretical justification by modeling CAMs as high-dimensional random vectors and show that aggregation yields provable variance reduction. Second, we design a Bidirectional Extremity Rectification (BER) mechanism that detects and rectifies implausible activations through bidirectional extremity checks, effectively mitigating extreme-value failures without learning additional parameters. Our method is model-agnostic and can be seamlessly integrated with existing pipelines. Extensive experiments on multiple public benchmarks demonstrate substantial improvements over state-of-the-art weakly supervised methods, achieving up to 20% Dice and 40% mIoU gains while reducing inference time by more than 5 times. These results indicate that leveraging coherence as an implicit inductive bias yields a principled and efficient approach to stabilizing weakly supervised volumetric segmentation. Our code will be available.
Chinese Translation
弱监督分割在初步定位目标区域时严重依赖类激活图(CAMs)。然而,CAMs通常噪声较大且容易出现灾难性失败。现有的解决方案通常引入额外的训练阶段或原型学习,增加了计算成本并降低了鲁棒性。在本文中,我们提出了一种无训练、无原型的框架,通过利用体积数据中的时间和结构一致性来校正不可靠的CAMs,视其为一种免费午餐。我们的方法基于两个关键组件。首先,我们引入了方差减少激活聚合(Variance-Reduced Activation Aggregation, VRAA),该方法抑制噪声并放大一致的语义信号。我们通过将CAMs建模为高维随机向量提供了理论依据,并证明聚合可以实现可证明的方差减少。其次,我们设计了一种双向极值校正(Bidirectional Extremity Rectification, BER)机制,通过双向极值检查检测和校正不合理的激活,有效缓解极值失败,而无需学习额外的参数。我们的方法与模型无关,可以与现有的工作流程无缝集成。在多个公共基准上的广泛实验表明,与最先进的弱监督方法相比,我们的方法在Dice指标上提高了多达20%,在mIoU指标上提高了40%,同时推理时间减少了五倍以上。这些结果表明,利用一致性作为隐式归纳偏差提供了一种原则性和高效的方法来稳定弱监督体积分割。我们的代码将会公开。
cs.CV / 30 / 2607.19879

Current Injection Spiking Neural Network for Infrared and Visible Image Fusion

用于红外和可见图像融合的电流注入脉冲神经网络
Zhao, Rui, Li, Zhuoyuan, Li, Wenrui, Dong, Yanchen, Zheng, Yajing, Valenzise, Giuseppe, Lin, Weisi
Abstract
Infrared and visible image fusion (IVIF) integrates the complementary information of two modalities into a single image with richer scene content. While existing methods are largely built on artificial neural networks (ANNs), which densely compute over all activations, spiking neural networks (SNNs) communicate through sparse binary spikes and compute only where and when a spike occurs, offering a route to more energy-efficient fusion. However, directly applying SNNs to IVIF creates a fundamental tension: cross-modal fusion relies on fine-grained responses from both modalities, whereas binary spikes can discard complementary cues that remain below the firing threshold. The membrane potential retains these subthreshold responses before firing, letting both modalities jointly shape the output when integrated at this stage. Building on this, we propose CIS-Fuse, a spiking network that performs cross-modal fusion directly at the membrane-potential level. At its core is the current injection spiking (CIS) operator, which injects one modality as a gated auxiliary current into the driving neuron of the other, so the two integrate before spike firing, with a per-channel learnable injection strength that adaptively regulates the modulation magnitude. Building on CIS, we construct a bidirectional cross-modal fusion (BCMF) module and deploy it on a dual-branch architecture with asymmetric stacking depths, where the two branches develop a clear functional specialization. Extensive experiments on four IVIF benchmarks and on downstream detection and segmentation show that CIS-Fuse achieves fusion quality on par with state-of-the-art ANN-based methods while inheriting the energy efficiency of spike-based computation, with roughly an order of magnitude lower inference energy than the similarly-sized ANN-based DCEvo. Code will be released upon publication.
Chinese Translation
红外和可见图像融合(IVIF)将两种模态的互补信息整合为一幅具有更丰富场景内容的单一图像。现有方法主要基于人工神经网络(ANNs),这些网络在所有激活上进行密集计算,而脉冲神经网络(SNNs)通过稀疏的二进制脉冲进行通信,仅在脉冲发生的地方和时间进行计算,从而提供了一种更节能的融合途径。然而,直接将SNN应用于IVIF会产生根本性的矛盾:跨模态融合依赖于两种模态的细粒度响应,而二进制脉冲可能会丢弃低于发射阈值的互补线索。膜电位在发射之前保留这些亚阈值响应,使得两种模态在这一阶段共同影响输出。基于此,我们提出了CIS-Fuse,这是一种在膜电位层面直接进行跨模态融合的脉冲网络。其核心是电流注入脉冲(CIS)算子,该算子将一种模态作为门控辅助电流注入到另一种模态的驱动神经元中,从而使两者在脉冲发射之前进行整合,并具有每通道可学习的注入强度,能够自适应调节调制幅度。基于CIS,我们构建了一个双向跨模态融合(BCMF)模块,并将其部署在具有不对称堆叠深度的双分支架构上,其中两个分支发展出明显的功能专业化。在四个IVIF基准和下游检测与分割的广泛实验中,CIS-Fuse实现了与最先进的基于ANN的方法相当的融合质量,同时继承了基于脉冲计算的能效,其推理能耗大约比同等规模的基于ANN的DCEvo低一个数量级。代码将在发表后发布。
cs.CV / 31 / 2607.19886

MTVDiff: Multimodal Conditional Latent Diffusion for Enhanced Thermal-to-Visible Face Translation

MTVDiff:增强热成像到可见光人脸转换的多模态条件潜在扩散
Xia, Zhiyuan, Li, Haojie, Lin, Jingyu, Qiao, Yiguo, Chen, Cunjian
Abstract
Thermal-to-visible face translation presents fundamental challenges including geometric discontinuities, semantic attribute mismatches, and identity degradation. We propose MTVDiff, a novel multimodal latent diffusion framework that synergistically integrates depth and textual information to address these limitations while preserving identity characteristics. The MTVDiff framework presents three core technical contributions: (1) a Dual-Branch Cross-Attention Fusion (DBCAF) module for multi-scale thermal-depth feature extraction and fusion; (2) a Gated Text-to-Visual Feature Alignment mechanism for semantically-guided generation; and (3) Spatial Feature Transformations (SFT) for adaptive multimodal prior integration. Extensive experiments on the MCXFace and SpeakingFaces datasets demonstrate that our multimodal approach significantly outperforms existing GAN-based and diffusion-based approaches across multiple metrics, achieving substantial improvements in both image quality and face verification performance, with FID reductions of up to 48.3% and Rank-1 accuracy improvements of up to 8.9\%. Our work provides a robust solution for face recognition systems operating under varying illumination conditions and advances the state-of-the-art in cross-spectral facial image translation through effective multimodal integration.
Chinese Translation
热成像到可见光的人脸转换面临着几何不连续性、语义属性不匹配和身份退化等基本挑战。我们提出了MTVDiff,一种新颖的多模态潜在扩散框架,协同整合深度和文本信息,以解决这些局限性,同时保持身份特征。MTVDiff框架具有三个核心技术贡献:(1)用于多尺度热深度特征提取和融合的双分支交叉注意力融合(DBCAF)模块;(2)用于语义引导生成的门控文本到视觉特征对齐机制;(3)用于自适应多模态先验整合的空间特征变换(SFT)。在MCXFace和SpeakingFaces数据集上的广泛实验表明,我们的多模态方法在多个指标上显著优于现有的基于GAN和扩散的方法,在图像质量和人脸验证性能上均取得了显著提升,FID降低高达48.3%,Rank-1准确率提高高达8.9%。我们的工作为在不同光照条件下运行的人脸识别系统提供了一个稳健的解决方案,并通过有效的多模态整合推动了跨光谱人脸图像转换的最新进展。
cs.CV / 32 / 2607.19889

LAVIFT: Latent-Action-Guided Vision Fine-Tuning for Surgical Interaction Recognition

LAVIFT:基于潜在动作引导的视觉微调用于外科互动识别
Cheng, Jiajun, Tripathi, Subarna, Liu, Sainan, Yu, Xiaofan, Lin, Shan
Abstract
Understanding instrument-tissue interactions is essential for context-aware surgical AI and autonomous robotic surgery. Pretrained vision-language models (VLMs) and vision encoders offer an alternative to conventional interaction classifiers by transferring broad visual and semantic knowledge. However, adapting them to fine-grained surgical interactions remains challenging: (1) freezing the vision encoder depends entirely on pretrained representations that may retain noise and provide weak spatial localization, while (2) full fine-tuning can improve global semantic alignment without ensuring that the encoder learns meaningful features in the correct action region. We address these limitations by introducing LAViFiT, an end-to-end latent-action-guided framework for vision-language fine-tuning. An inverse dynamics model captures the visual changes induced by each action, while a forward world model drives the encoder to represent action-relevant regions. A patch-level SIG Regularizer further prevents local feature collapse without additional supervision, such as bounding boxes or pseudo-labels. Experiments across multiple encoders and datasets improve recognition and image-text alignment, while representation analyses show stronger grounding over the complete instrument-tissue interaction region and more spatially coherent features.
Chinese Translation
理解器械与组织之间的互动对于上下文感知的外科人工智能和自主机器人手术至关重要。预训练的视觉语言模型(VLMs)和视觉编码器为传统的互动分类器提供了一种替代方案,通过转移广泛的视觉和语义知识。然而,将它们适应于细粒度的外科互动仍然具有挑战性:(1)冻结视觉编码器完全依赖于可能保留噪声的预训练表示,并且提供较弱的空间定位;而(2)完全微调可以改善全局语义对齐,但并不能确保编码器在正确的动作区域学习到有意义的特征。我们通过引入LAViFiT,一个端到端的潜在动作引导框架来解决这些限制。一个逆动力学模型捕捉每个动作引起的视觉变化,而一个前向世界模型驱动编码器表示与动作相关的区域。一个基于补丁级别的SIG正则化器进一步防止局部特征崩溃,而无需额外的监督,例如边界框或伪标签。在多个编码器和数据集上的实验提高了识别和图像-文本对齐的效果,而表示分析显示在完整的器械-组织互动区域上具有更强的基础性和更具空间一致性的特征。
cs.CV / 33 / 2607.19895

OSVE: One Step Video Editing with One Step Diffusion Models

OSVE:基于一步扩散模型的一步视频编辑
Lim, Habin, Park, Gyeong-Moon
Abstract
Text-guided video editing with diffusion models is impractically slow, hindered by costly multi-step sampling and inversion. We present OSVE, the first framework to successfully adapt one-step Text-to-Image (T2I) models for high-quality video editing, addressing the core challenges of inversion, editability, and temporal consistency. To bypass slow iterative inversion, we train a learnable encoder that predicts the initial noise for each frame in a single forward pass. This encoder is trained with a novel Structure-Aware Editing (SAE) loss on a curated dataset of structurally-aligned image pairs, teaching it to preserve the source video's geometry during edits. For temporal coherence, we introduce Unified-Frame Editing (UFE), a technique that concatenates frame latents to facilitate cross-frame attention in a single generation step. Furthermore, for long videos, a sliding-window strategy with an anchor frame maintains global consistency. Our extensive experiments demonstrate that OSVE achieves editing quality comparable or superior to state-of-the-art multi-step methods, while operating approximately 155--171 times faster. This breakthrough paves the way for practical, real-time video editing applications. Code is available at https://github.com/KU-VGI/OSVE.
Chinese Translation
基于扩散模型的文本引导视频编辑速度缓慢,受到昂贵的多步骤采样和反演的限制。我们提出了OSVE,这是第一个成功将一步文本到图像(Text-to-Image, T2I)模型适用于高质量视频编辑的框架,解决了反演、可编辑性和时间一致性的核心挑战。为了绕过缓慢的迭代反演,我们训练了一个可学习的编码器,该编码器在单次前向传递中预测每帧的初始噪声。该编码器使用一种新颖的结构感知编辑(Structure-Aware Editing, SAE)损失在一组结构对齐的图像对的精心挑选的数据集上进行训练,教会它在编辑过程中保持源视频的几何形状。为了确保时间一致性,我们引入了统一帧编辑(Unified-Frame Editing, UFE)技术,该技术将帧潜在向量连接起来,以便在单次生成步骤中促进跨帧注意力。此外,对于长视频,采用滑动窗口策略和锚帧来保持全局一致性。我们的广泛实验表明,OSVE在编辑质量上可与最先进的多步骤方法相媲美或更优,同时运行速度约为155到171倍。此突破为实际的实时视频编辑应用铺平了道路。代码可在 https://github.com/KU-VGI/OSVE 获取。
cs.CV / 34 / 2607.19901

StrokeSeg2: Stroke Lesion Segmentation in Clinical Research Workflows

StrokeSeg2:临床研究工作流程中的中风病灶分割
Mahé, Youwan, Plessis, Axel, Leplaideur, Stéphanie, Bannier, Elise, Leray, Florent, Galassi, Francesca
Abstract
Deep learning frameworks like nnU-Net achieve state-of-theart brain lesion segmentation performance but remain difficult to deploy in clinical research environments due to, among other reasons, software dependencies and computational requirements. We introduce StrokeSeg2, a lightweight, modular, cross-platform C++/Qt framework designed to adapt resource-intensive 3D stroke segmentation pipelines into portable and reproducible applications. To improve compatibility with standard clinical workstations, we investigate the combined effect of architectural compression through knowledge distillation and inference optimisation using ONNX Runtime with Float16 quantisation. Across heterogeneous hardware configurations (CPU, integrated GPU, and dedicated GPU) architectural distillation emerged as the primary contributor to efficiency gains, contributing to over 90% reduction in energy consumption and an average 84% reduction in inference time. Specifically, we identify a 0.84M-parameter student model as the most favourable trade-off, reducing the original 102.3M-parameter teacher architecture to a 2.1 MB disk footprint while preserving robust lesion localisation and competitive segmentation performance. This small footprint supports the development of a self-contained installer for clinical workstation targets. Finally, StrokeSeg2 packages these optimisations into standalone installers for Windows, macOS, and Linux. By providing both graphical and commandline interfaces without Docker or external environment dependencies, StrokeSeg2 facilitates deployment of high-performance segmentation workflows for routine clinical research pipelines.
Chinese Translation
深度学习框架如 nnU-Net 在脑病灶分割性能方面达到了最先进水平,但由于软件依赖性和计算需求等多种原因,仍然难以在临床研究环境中部署。我们介绍了 StrokeSeg2,这是一个轻量级、模块化、跨平台的 C++/Qt 框架,旨在将资源密集型的 3D 中风分割管道转化为可移植和可重复的应用程序。为了提高与标准临床工作站的兼容性,我们研究了通过知识蒸馏进行架构压缩和使用 ONNX Runtime 进行 Float16 量化的推理优化的综合效果。在异构硬件配置(CPU、集成 GPU 和专用 GPU)中,架构蒸馏成为效率提升的主要贡献者,能量消耗减少了超过 90%,推理时间平均减少了 84%。具体而言,我们确定了一个 0.84M 参数的学生模型作为最优的折中方案,将原始的 102.3M 参数教师架构减少到 2.1 MB 的磁盘占用,同时保持了强大的病灶定位能力和具有竞争力的分割性能。这个小型占用支持为临床工作站目标开发自包含的安装程序。最后,StrokeSeg2 将这些优化打包成适用于 Windows、macOS 和 Linux 的独立安装程序。通过提供图形界面和命令行界面而无需 Docker 或外部环境依赖,StrokeSeg2 促进了高性能分割工作流程在常规临床研究管道中的部署。
cs.CV / 35 / 2607.19910

MV-Bench: Benchmarking Multimodal Large Language Models for Coordinated Multi-View Interface Construction

MV-Bench:多模态大型语言模型在协调多视图界面构建中的基准评估
Zhao, Yue, Liu, Hongxu, Wang, Feiyu, Yang, Xiaoyu, Ge, Tong, Yang, Zhen, Wang, Chao, Zeng, Qiong
Abstract
Multimodal large language models (MLLMs) are increasingly expected to automate visualization development by generating code directly from visual designs. However, existing evaluations mainly focus on single-chart generation and overlook coordinated multi-view interface construction, which requires joint reasoning about data semantics, view coordination, and interaction logic. Consequently, MLLM capabilities in this setting remain underexplored, and the field lacks a dedicated benchmark for systematic assessment. We introduce MV-Bench, a benchmark for evaluating MLLMs on coordinated multi-view interface construction. Instead of relying on incomplete or inconsistent open-source implementations, we use Tableau workbook files as ground truth because they explicitly encode data bindings, visual mappings, and interactions. We develop a multi-stage pipeline that converts these specifications into executable web interfaces through structured intermediate representations. The benchmark contains 92 base interfaces and 1,048 verified instances created by recombining chart types, datasets, and interaction patterns. Each instance includes executable code, a rendered interface, a dataset, and interaction annotations. We evaluate five state-of-the-art MLLMs in a single-pass setting using metrics for visual fidelity, data binding correctness, and interaction completeness. The strongest model achieves 75.45 percent accuracy in visual layout reproduction, but only 21.71 percent in data binding and 11.68 percent in interaction completeness. These results show that current MLLMs can reproduce visual appearance but remain limited in generating the data semantics and interactive logic required by coordinated multi-view interfaces. Iterative refinement improves code executability but does not substantially reduce the gap in data binding and interaction generation.
Chinese Translation
多模态大型语言模型(MLLMs)越来越被期望通过直接从视觉设计生成代码来自动化可视化开发。然而,现有评估主要集中于单图表生成,忽视了协调多视图界面的构建,这需要对数据语义、视图协调和交互逻辑进行联合推理。因此,在这一背景下,MLLM的能力仍然未得到充分探索,且该领域缺乏专门的基准进行系统评估。我们引入了MV-Bench,这是一个用于评估MLLM在协调多视图界面构建中的基准。我们不依赖于不完整或不一致的开源实现,而是使用Tableau工作簿文件作为真实标准,因为它们明确编码了数据绑定、视觉映射和交互。我们开发了一个多阶段管道,将这些规范转换为可执行的Web界面,通过结构化的中间表示。该基准包含92个基础界面和1,048个通过重新组合图表类型、数据集和交互模式创建的验证实例。每个实例包括可执行代码、渲染界面、数据集和交互注释。我们在单次评估设置中使用视觉保真度、数据绑定正确性和交互完整性等指标评估了五个最先进的MLLM。最强模型在视觉布局再现中达到了75.45%的准确率,但在数据绑定和交互完整性方面仅分别为21.71%和11.68%。这些结果表明,当前的MLLM能够再现视觉外观,但在生成协调多视图界面所需的数据语义和交互逻辑方面仍然有限。迭代优化提高了代码的可执行性,但并未显著缩小数据绑定和交互生成的差距。
cs.CV / 36 / 2607.19911

LoRFT: Benchmarking Long-Range Vehicle Trajectory Reconstruction from Fixed Highway Cameras

LoRFT:基于固定高速公路摄像头的长距离车辆轨迹重建基准测试
Zhu, Yufan, Yi, Kefu, Zhang, Xueju, Tian, Yunyang, Chen, Long, Xiao, Zixuan
Abstract
Long-range vehicle trajectories provide important spatio-temporal evidence for traffic safety analysis, autonomous driving evaluation, and data-driven traffic management, yet continuously recovering them from fixed highway cameras remains difficult. As vehicles recede into distant road regions, perspective compression and scale decay often fragment or prematurely terminate automatic tracklets, even when their continuation remains identifiable from motion consistency across neighboring frames. We formulate this problem as recovering the far-range continuation of a vehicle trajectory from a reliable near-field tracklet. We introduce LoRFT, to our knowledge the first open benchmark dedicated to long-range vehicle trajectory reconstruction from fixed highway cameras. LoRFT comprises 22 expressway surveillance scenes, 366,109 video frames, 6,601 manually verified trajectories, 2,694,889 bounding boxes, road-geometry annotations, scene-level splits, and evaluation scripts. We further propose Map-RSTNet, a map-aware residual sequence-to-sequence model that reconstructs distant trajectories in a road-geometry-aligned state space and dynamically refreshes local road geometry during decoding. On LoRFT, Map-RSTNet reduces ADE, FDE, and 5-second RMSE by 11.0%, 15.4%, and 10.5%, respectively, relative to the strongest baseline. These results demonstrate that road-geometry-aware reconstruction can extend usable trajectory records from existing fixed-camera infrastructure. LoRFT provides a reproducible testbed for long-range vehicle trajectory reconstruction.
Chinese Translation
长距离车辆轨迹为交通安全分析、自动驾驶评估和数据驱动的交通管理提供了重要的时空证据,但从固定高速公路摄像头持续恢复这些轨迹仍然困难。当车辆远离时,透视压缩和尺度衰减常常导致自动轨迹片段的碎片化或过早终止,即使它们的继续在相邻帧的运动一致性中仍然可识别。我们将此问题表述为从可靠的近场轨迹片段恢复车辆轨迹的远程延续。我们介绍了LoRFT,这是我们所知的第一个专门用于从固定高速公路摄像头进行长距离车辆轨迹重建的开放基准。LoRFT包含22个高速公路监控场景、366,109个视频帧、6,601个手动验证的轨迹、2,694,889个边界框、道路几何注释、场景级划分和评估脚本。我们进一步提出了Map-RSTNet,这是一种地图感知的残差序列到序列模型,它在与道路几何对齐的状态空间中重建远程轨迹,并在解码过程中动态刷新局部道路几何。在LoRFT上,Map-RSTNet相对于最强基线分别减少了ADE、FDE和5秒RMSE的11.0%、15.4%和10.5%。这些结果表明,基于道路几何的重建可以扩展现有固定摄像头基础设施的可用轨迹记录。LoRFT为长距离车辆轨迹重建提供了一个可重复的测试平台。
cs.CV / 37 / 2607.19923

WearWow: Native 2K Multi-Garment Virtual Try-On via Adaptive Token Packing and Preference Alignment

WearWow:通过自适应标记打包和偏好对齐实现原生2K多服装虚拟试穿
Zhang, Xujie, Du, Runyan, Chang, Song, Li, Jiang, Shao, Dongliang, Wu, Liping, Luo, Wei, Qu, Xiaochao, Liu, Luoqi, Liang, Xiaodan
Abstract
Synthesizing native 2K multi-garment virtual try-on is a formidable frontier in digital fashion, critically bottlenecked by two fundamental limitations: the O(N^2) memory explosion induced by 2k conditions, and the spectral bias of diffusion models that over-smooths high-frequency fabric details. We present WearWow, an end-to-end, mask-free generative framework that pioneers ultra-high-resolution multi-garment synthesis. To mitigate the memory explosion , we propose Adaptive 2D Token Packing (ATP). ATP leverages inherent garment sparsity to algorithmically pack heterogeneous items onto a unified 2D canvas and prune uninformative background tokens, minimizing the effective sequence length and subsequent memory overhead while rigorously preserving 2D spatial priors. To rectify texture degradation, we introduce the Multi-dimensional Try-on Reward (MTR) system. MTR synergizes a Semantic Guidance Reward to explicitly drive tactile restoration with a Cloth Distribution Reward to implicitly anchor the physical distribution, a joint formulation that effectively mitigates the severe reward hacking. Furthermore, we curate WearWow-2K, an extreme-quality dataset comprising native 2K triplets, providing physically correct spatial interactions that naturally empower the model's mask-free generation. Extensive experiments demonstrate that WearWow establishes a new state-of-the-art, exceeding existing commercial baselines in native 2K multi-garment synthesis.
Chinese Translation
合成原生2K多服装虚拟试穿是数字时尚领域的一项艰巨挑战,主要受到两个基本限制的制约:由2K条件引发的O(N^2)内存爆炸,以及扩散模型的光谱偏差导致的高频织物细节的过度平滑。我们提出了WearWow,这是一种端到端的无掩模生成框架,开创了超高分辨率多服装合成。为了缓解内存爆炸,我们提出了自适应2D标记打包(Adaptive 2D Token Packing,ATP)。ATP利用服装的固有稀疏性,将异构物品算法性地打包到统一的2D画布上,并修剪无信息的背景标记,从而最小化有效序列长度及随后的内存开销,同时严格保留2D空间先验。为了纠正纹理退化,我们引入了多维试穿奖励(Multi-dimensional Try-on Reward,MTR)系统。MTR结合了语义引导奖励(Semantic Guidance Reward),以显式驱动触觉恢复,以及布料分布奖励(Cloth Distribution Reward),以隐式锚定物理分布,这一联合公式有效减轻了严重的奖励操控。此外,我们策划了WearWow-2K,这是一个包含原生2K三元组的极高质量数据集,提供物理正确的空间交互,自然增强了模型的无掩模生成能力。大量实验表明,WearWow建立了新的最先进水平,在原生2K多服装合成中超越了现有的商业基线。
cs.CV / 38 / 2607.19942

G-MAD: A Game-Based Data Generation Framework for Multi-View RGB-T Aerial Object Detection

G-MAD:一种基于游戏的数据生成框架,用于多视角RGB-T空中目标检测
Kim, Yechan, Park, JongHyun, Yoon, Dongho, Jung, Namhoon, Jeon, Moongu
Abstract
This work introduces G-MAD, an open-source framework that uses Arma3 to generate synchronized multi-view RGB-T data for aerial object detection. G-MAD addresses key limitations of real-world aerial dataset construction, including limited viewpoint control, imperfect RGB-T alignment and high annotation cost. The framework supports structured scenario specification, controllable multi-view camera placement, simultaneous visible/thermal capture, and automatic bounding box annotation using engine-level geometric metadata. These capabilities enable controlled studies of viewpoint variation, multi-modal fusion, and synthetic-to-real transfer in aerial object detection. Besides, using G-MAD, we construct and release AMOD, a new large-scale multi-view aerial RGB-T object detection benchmark. The source code and the dataset are available at https://unique-chan.github.io/G-MAD-Project.
Chinese Translation
本研究介绍了G-MAD,这是一个开源框架,利用Arma3生成同步的多视角RGB-T数据,以用于空中目标检测。G-MAD解决了现实世界空中数据集构建中的关键限制,包括有限的视角控制、不完美的RGB-T对齐和高昂的标注成本。该框架支持结构化场景规范、可控的多视角摄像机布置、可同时捕获可见光/热成像,并通过引擎级几何元数据实现自动边界框标注。这些功能使得在空中目标检测中能够对视角变化、多模态融合和合成到真实转移进行受控研究。此外,利用G-MAD,我们构建并发布了AMOD,一个新的大规模多视角空中RGB-T目标检测基准。源代码和数据集可在https://unique-chan.github.io/G-MAD-Project获取。
cs.CV / 39 / 2607.19943

SIINR: Structurally Informed Implicit Neural Representations for super-resolution with uncertainty quantification of clinical quality diffusion MRI datasets

SIINR:用于临床质量扩散MRI数据集超分辨率的结构信息隐式神经表示及不确定性量化
Hendriks, Tom, Consagra, William, Vilanova, Anna, Rathi, Yogesh, Chamberland, Maxime
Abstract
Diffusion Magnetic Resonance Imaging (dMRI) is a powerful tool for probing brain microstructure, but clinical acquisitions are often limited by low out-of-plane resolution, resulting in degraded structural information and reduced utility for advanced analysis. We introduce SIINR (Structurally Informed Implicit Neural Representations), a general framework for super-resoltion of clinical dMRI datasets while quantifying uncertainty in the reconstructed outputs. SIINR utilizes a supervised 3D U-net as a prior and combines it with a self-supervised implicit neural representation (INR) that fuses the high-resolution prior and the original low-resolution data. The INR enables joint modeling across spatial and angular domains, enforces data consistency, and provides analytic approximate posterior distributions for downstream uncertainty quantification. We validate the framework on a diverse set of open-access dMRI datasets, demonstrating that SIINR outperforms standard interpolation methods in both quantitative error metrics and qualitative anatomical fidelity. Experiments on clinical cases, including subjects with multiple sclerosis and brain lesions, illustrate the framework its ability to propagate intensity changes and flag uncertain regions in challenging scenarios. SIINR is flexible, modular, and can be adapted to different upsampling ratios and downstream tasks, providing a principled approach for enhancing clinical dMRI and supporting robust interpretation of derived neuroimaging metrics.
Chinese Translation
扩散磁共振成像(dMRI)是一种强大的工具,用于探测大脑微观结构,但临床采集常常受到低面外分辨率的限制,导致结构信息退化,降低了其在高级分析中的实用性。我们提出了SIINR(结构信息隐式神经表示),这是一个用于临床dMRI数据集超分辨率的通用框架,同时量化重建输出的不确定性。SIINR利用监督的3D U-net作为先验,并将其与自监督的隐式神经表示(INR)相结合,融合高分辨率先验和原始低分辨率数据。INR使得在空间和角度域之间进行联合建模,强制数据一致性,并为下游不确定性量化提供解析近似后验分布。我们在一组多样化的开放获取dMRI数据集上验证了该框架,证明SIINR在定量误差指标和定性解剖保真度方面均优于标准插值方法。在临床案例的实验中,包括多发性硬化症和脑损伤患者,展示了该框架在挑战性场景中传播强度变化和标记不确定区域的能力。SIINR灵活、模块化,能够适应不同的上采样比率和下游任务,为增强临床dMRI提供了一个有原则的方法,并支持对衍生神经影像指标的稳健解释。
cs.CV / 40 / 2607.19947

ETPDesigner: Multi-Agent Orchestration for Interactive Multimodal Electronic Theater Program

ETPDesigner:用于交互式多模态电子剧院节目的一种多智能体编排
Li, Mengtian, Guo, Xinru, Lin, Xiaoru, Rong, Xiao, Xie, Zhifeng, Chen, Chaofeng
Abstract
Electronic Theater Programs (ETPs) serve as critical promotional media in the performing arts, comprising a multi-page collection of heterogeneous visual assets such as theatrical posters, performance details, and character portraits. However, existing text-to-image paradigms struggle with such complex design tasks due to their inability to comprehend long-context narratives and maintain visual consistency across multiple distinct pages. To address this, we introduce ETPDesigner, a collaborative Multi-Agent framework that directly synthesizes high-quality ETPs from raw dramatic scripts. Emulating a professional design pipeline, our framework orchestrates specialized agents for semantic script analysis, core poster synthesis, functional background generation, and the stratified composition of character assets. Central to ETPDesigner is a global style anchor mechanism that extracts visual priors from the core poster to enforce strict aesthetic uniformity across all generated components. Furthermore, we elevate the ETP from a static publication to an immersive interactive companion. By integrating portrait animation, customized speech synthesis, and persona-grounded Large Language Models (LLMs), our system enables users to engage in real-time, voice-enabled conversations with the generated virtual characters. To rigorously benchmark this task, we construct ETP-Pro, a domain-specific benchmark of professional theater posters and high-quality character portraits. Extensive evaluations demonstrate our method's superiority in producing semantically faithful, aesthetically consistent, and highly interactive program sets.
Chinese Translation
电子剧院节目(ETP)作为表演艺术中的重要宣传媒介,包含多页异构视觉资产的集合,如戏剧海报、演出细节和角色肖像。然而,现有的文本到图像范式在处理如此复杂的设计任务时面临困难,因为它们无法理解长篇叙事并在多个不同页面之间保持视觉一致性。为了解决这一问题,我们提出了ETPDesigner,这是一种协作的多智能体框架,能够直接从原始戏剧剧本合成高质量的ETP。我们的框架模拟了专业设计流程,协调专门的智能体进行语义剧本分析、核心海报合成、功能背景生成以及角色资产的分层构图。ETPDesigner的核心是一个全球风格锚机制,它从核心海报中提取视觉先验,以确保所有生成组件之间的严格美学一致性。此外,我们将ETP从静态出版物提升为沉浸式互动伴侣。通过整合肖像动画、自定义语音合成和基于角色的语言模型(LLMs),我们的系统使用户能够与生成的虚拟角色进行实时的语音对话。为了严格评估这一任务,我们构建了ETP-Pro,这是一个专业剧院海报和高质量角色肖像的领域特定基准。广泛的评估结果表明,我们的方法在生成语义忠实、美学一致和高度互动的节目集方面具有优越性。
cs.CV / 41 / 2607.19951

OffNadirLoc: Benchmark and Framework for Challenging UAV-to-Satellite Geo-Localization under Large Off-Nadir Views

OffNadirLoc:大偏离天顶视角下无人机与卫星地理定位的基准与框架
Qiao, Qian, Liu, Wenye, Liu, Ting, Shu, Jiuhe, Wang, Peng
Abstract
Cross-view geo-localization between UAV and satellite imagery remains a fundamental yet highly challenging task, especially under large off-nadir views where drastic perspective distortions, occlusions, and appearance gaps occur. Existing benchmarks and methods primarily focus on near-nadir scenarios and often overlook the importance of structural scene understanding and intra-domain relational constraints, limiting their performance in real-world deployments. In this work, we introduce OffNadirLoc, a new benchmark for large off-nadir UAV-to-satellite geo-localization. To tackle the unique challenges posed by off-nadir perspectives, we further propose ONLoc, a framework that incorporates a structure-aware contextual weighting mechanism to dynamically emphasize reliable local features while suppressing ambiguous or repetitive regions. Additionally, we design a view-coherent learning strategy, which treats one satellite image and the corresponding UAV images from multiple views as a cohesive semantic group. This set-level supervision enables the model to learn viewpoint-invariant and discriminative features, making it more effective at capturing multi-view consistency than conventional pairwise contrastive learning. Extensive experiments on the OffNadirLoc benchmark and four near-nadir datasets demonstrate that our method consistently outperforms state-of-the-art approaches while exhibiting strong zero-shot generalization to unseen datasets without additional training. The code will be released at https://montalario.github.io/offnadirloc/.
Chinese Translation
无人机与卫星影像之间的交叉视角地理定位仍然是一项基本但极具挑战性的任务,尤其是在大偏离天顶视角下,剧烈的透视失真、遮挡和外观差异会发生。现有的基准和方法主要集中在近天顶场景,往往忽视了结构场景理解和域内关系约束的重要性,从而限制了其在实际应用中的表现。在本研究中,我们引入了OffNadirLoc,这是一个针对大偏离天顶无人机与卫星地理定位的新基准。为了应对偏离天顶视角所带来的独特挑战,我们进一步提出了ONLoc,一个框架,结合了结构感知的上下文加权机制,以动态强调可靠的局部特征,同时抑制模糊或重复的区域。此外,我们设计了一种视图一致性学习策略,将一幅卫星图像及其对应的多视角无人机图像视为一个统一的语义组。这种集级监督使模型能够学习视角不变和具有区分性的特征,使其在捕捉多视角一致性方面比传统的成对对比学习更有效。在OffNadirLoc基准和四个近天顶数据集上的大量实验表明,我们的方法在性能上始终优于最先进的方法,并在没有额外训练的情况下对未见数据集表现出强大的零样本泛化能力。代码将发布在 https://montalario.github.io/offnadirloc/。
cs.CV / 42 / 2607.19975

Forecasting the Number of Harvest-ready Fruits of Sweet Peppers Using Multimodal Time-Series Data

基于多模态时间序列数据预测甜椒成熟果实数量
Pallotta, Enrico, Farag, Mohamed, Guclu, Esra, McCool, Chris, Roscher, Ribana, Gall, Juergen
Abstract
Accurate yield forecasting at the individual-plant level is critical for precision agriculture and supply-chain planning, yet public datasets capturing both visual growth dynamics and per-plant measurement labels are scarce. In this paper, we introduce a novel, annotated image time-series dataset of 691 sweet pepper plants monitored over two growing seasons, comprising 4837 images with per-plant fruit counts categorized by maturity. We propose a multimodal deep learning framework that fuses high-dimensional image features, extracted using the DinoV3 encoder, with numerical count measurements. Our architecture utilizes a Long Short-Term Memory (LSTM) network to model temporal dependencies and handles irregular sampling intervals common in greenhouse monitoring. Through quantitative experiments, we demonstrate that this multimodal approach reduces RMSE over a persistence baseline by 33% and 38% in the 2022 and 2023 seasons, respectively, with a further 1.2% average gain over a measurement-only model. Furthermore, we employ Deep Ensembles and Gaussian Negative Log-Likelihood (NLL) to provide calibrated uncertainty estimates, with an Uncertainty Calibration Error (UCE) ranging from 0.39 to 0.89 depending on the cross-season evaluation direction, offering a principled confidence signal for real-world agricultural decision-making. We release the dataset and code to support reproducible research and to accelerate development of data-driven yield forecasting methods for horticultural crops.
Chinese Translation
在个体植物层面进行准确的产量预测对于精准农业和供应链规划至关重要,但同时捕捉视觉生长动态和每株植物测量标签的公共数据集仍然稀缺。本文介绍了一个新颖的标注图像时间序列数据集,该数据集监测了691株甜椒植物,覆盖两个生长季节,共包含4837张图像,并按成熟度对每株植物的果实数量进行了分类。我们提出了一种多模态深度学习框架,将使用DinoV3编码器提取的高维图像特征与数值计数测量相融合。我们的架构利用长短期记忆网络(LSTM)来建模时间依赖性,并处理温室监测中常见的不规则采样间隔。通过定量实验,我们证明这种多模态方法在2022年和2023年季节中,分别将均方根误差(RMSE)相较于持久性基线降低了33%和38%,并在测量模型上进一步获得了1.2%的平均增益。此外,我们采用深度集成和高斯负对数似然(NLL)来提供校准的不确定性估计,基于跨季节评估方向,不确定性校准误差(UCE)范围从0.39到0.89,为现实农业决策提供了有原则的信心信号。我们发布了数据集和代码,以支持可重复研究,并加速数据驱动的园艺作物产量预测方法的发展。
cs.CV / 43 / 2607.19986

STEREOFLOW: Progressive Stereo Matching with StereoDiT and Transition Flow Matching

立体流:基于StereoDiT和过渡流匹配的渐进立体匹配
Wang, Hao, Geng, Haoran, Yang, Xiaotong, Tang, Jing, Wei, Songlin, Lang, Linlong, Jin, Yeying, Zhu, Zheng, Fan, Zhaoxin, Leng, Biao
Abstract
Stereo matching is a fundamental task in 3D reconstruction. Despite remarkable advances, the prevailing paradigms formulate stereo matching as a deterministic regression problem, collapsing the multimodal distribution modeling into a single-point estimation. This formulation suffers from a regression-to-mean bias, frequently struggling with ambiguous regions. In contrast, we introduce a prior-guided generative framework that integrates deterministic matching regression and generative distribution modeling within a complementary formulation. Built upon this formulation, we introduce StereoFlow through three key components: (i) a two-stage progressive cascade matching network that progressively produces multi-resolution stereo conditions with complementary matching cues; (ii) a pixel diffusion transformer (termed StereoDiT) with a frequency-decoupled architecture for modeling correspondence ambiguity; (iii) a few-step flow matching objective (termed Transition Flow Matching) for efficient optimization. In summary, \textsc{\textbf{StereoFlow}} achieves strong geometric consistency and rich fine-grained details in ill-posed, discontinuous regions and under zero-shot generalization. Extensive experiments demonstrate that the proposed StereoFlow establishes multiple state-of-the-art results across benchmarks, including Scene Flow, KITTI, ETH3D, and Middlebury.
Chinese Translation
立体匹配是三维重建中的一项基础任务。尽管取得了显著进展,现有的主流范式将立体匹配表述为一个确定性回归问题,将多模态分布建模简化为单点估计。这种表述存在回归到均值的偏差,常常在模糊区域面临挑战。相比之下,我们提出了一种基于先验引导的生成框架,将确定性匹配回归与生成分布建模整合在一个互补的框架中。在这一框架的基础上,我们通过三个关键组件引入了立体流(StereoFlow):(i) 一个两阶段渐进级联匹配网络,逐步生成具有互补匹配线索的多分辨率立体条件;(ii) 一个像素扩散变换器(称为StereoDiT),其具有频率解耦架构,用于建模对应关系的模糊性;(iii) 一个少步流匹配目标(称为过渡流匹配),用于高效优化。总之, extsc{ extbf{StereoFlow}} 在不适定、间断区域以及零样本泛化下实现了强大的几何一致性和丰富的细粒度细节。大量实验表明,所提出的StereoFlow在多个基准测试中建立了多项最先进的结果,包括Scene Flow、KITTI、ETH3D和Middlebury。
cs.CV / 44 / 2607.19994

Toward Seasonal Guidelines for Robust Deep-Learning Sentinel-2 Building Detection in Different Area Types

面向不同区域类型的稳健深度学习Sentinel-2建筑检测的季节性指导
Romaszewski, Michał, Drejer, Kamil, Kołodziej, Katarzyna, Zawadzka, Anna, Lewiński, Stanisław, Głomb, Przemysław, Ruciński, Marek, Krupiński, Michal, Sekułaa, Krzysztof Gryguc Przemysław, Sala, Szymon
Abstract
Sentinel-2 imagery offers open access, global coverage, and frequent revisit times, making it attractive for practical building mapping at scale; however, its native 10m resolution makes building vs non-building classification challenging, particularly for small or sub-pixel buildings, and performance can vary with both seasonality and the heterogeneity of built-up environments. This paper introduces a Sentinel-2 building-detection framework designed to systematically quantify these effects and to support more formalised, practice-oriented model selection. We construct a dedicated multi-temporal Sentinel-2 dataset over the Warsaw region and derive binary ground-truth masks by rasterising official Polish topographic database (BDOT10k) building footprints onto the Sentinel-2 pixel grid. Using two established convolutional segmentation backbones (U-Net and DeepLabV3+), we first perform scene-specific fine-tuning to select a robust architecture and identify the best monthly models for L1C and L2A products separately. We then conduct cross-temporal inference by applying each best monthly model to all scenes, enabling an assessment of (i) which months provide favourable training and inference conditions, (ii) how performance transfers between seasons, (iii) the impact of processing level, and (iv) how these effects differ across built-up typologies. Based on these results, we provide practical guidance for routine Sentinel-2 building classification under varying acquisition periods and settlement characteristics.
Chinese Translation
Sentinel-2影像提供开放访问、全球覆盖和频繁重访时间,使其在大规模建筑制图中具有吸引力;然而,其原生10米分辨率使得建筑与非建筑的分类变得具有挑战性,特别是对于小型或亚像素建筑,且性能可能因季节性和建筑环境的异质性而有所不同。本文介绍了一种Sentinel-2建筑检测框架,旨在系统量化这些影响,并支持更为正式的、面向实践的模型选择。我们在华沙地区构建了一个专门的多时相Sentinel-2数据集,并通过将官方波兰地形数据库(BDOT10k)建筑轮廓栅格化到Sentinel-2像素网格上,推导出二进制真实值掩膜。使用两种成熟的卷积分割骨干网络(U-Net和DeepLabV3+),我们首先进行场景特定的微调,以选择稳健的架构,并分别识别L1C和L2A产品的最佳月度模型。然后,我们通过将每个最佳月度模型应用于所有场景,进行跨时间推理,从而评估(i)哪些月份提供有利的训练和推理条件,(ii)性能在季节之间的转移情况,(iii)处理水平的影响,以及(iv)这些影响在不同建筑类型中的差异。基于这些结果,我们为在不同获取周期和居民特征下的常规Sentinel-2建筑分类提供了实用指导。
cs.CV / 45 / 2607.20028

A Systematic Benchmark of Intensity Normalisation Methods for 3D Knee MRI Segmentation and Cross-Domain Generalisability

3D膝关节MRI分割的强度归一化方法的系统基准测试及跨领域泛化能力
Mills, Oliver, Conaghan, Philip, Relton, Samuel
Abstract
Robust out-of-the-box performance is essential for the clinical deployment of deep learning models in medical imaging. An important but underexplored factor affecting model generalisability is intensity normalisation, particularly for magnetic resonance imaging (MRI), where image intensities vary across scanners and protocols. In this study, we systematically compared seven normalisation methods and their impact on the performance of a 3D U-Net model for meniscus segmentation from knee MRI. The methods included standard scaling approaches, histogram-based techniques, and a Gaussian Mixture Model (GMM)-based method. Models were trained on the IWOAI 2019 dataset and evaluated on both internal and external test sets (SKM-TEA) to assess generalisability. Performance was similar internally but differences were significant on external data, with Z-score, Ny\'ul histogram matching, and CLAHE showing greater robustness than other methods. However, these differences were small compared to the significant performance drop observed between datasets. Overall, while intensity normalisation had a measurable effect on model generalisability, its impact was limited relative to the effects of domain shift, highlighting the need for complementary strategies for robust deployment.
Chinese Translation
深度学习模型在医学影像中的临床应用需要具备强大的即开即用性能。影响模型泛化能力的一个重要但未被充分探讨的因素是强度归一化,尤其是在磁共振成像(MRI)中,图像强度因扫描仪和协议的不同而变化。本研究系统性地比较了七种归一化方法及其对3D U-Net模型在膝关节MRI中半月板分割性能的影响。这些方法包括标准缩放方法、基于直方图的技术以及基于高斯混合模型(GMM)的方法。模型在IWOAI 2019数据集上进行训练,并在内部和外部测试集(SKM-TEA)上进行评估以评估泛化能力。内部性能相似,但在外部数据上的差异显著,其中Z-score、Ny'ul直方图匹配和CLAHE表现出比其他方法更强的鲁棒性。然而,与数据集之间观察到的显著性能下降相比,这些差异较小。总体而言,尽管强度归一化对模型泛化能力有可测量的影响,但相较于领域转移的影响,其作用是有限的,这突显了为实现强大部署而需要补充策略的必要性。
cs.CV / 46 / 2607.20048

Importance-Aware OBS Pruning for Diffusion Models

面向重要性的 OBS 剪枝用于扩散模型
Lam, Ba-Thinh, Das, Srijan, Le, Hieu
Abstract
We propose importance-aware pruning for diffusion models, a training-free framework that prioritizes preserving parameters critical to semantically salient image regions. To do so, we incorporate spatial importance maps -- derived from conditioning signals or model attention -- into the pruning objective. This produces parameter rankings aligned with perceptual relevance rather than uniform reconstruction error. On MS-COCO dataset, our proposed approach consistently retains subject fidelity and structural correctness at high compression ratios where conventional pruning causes visible degradation. These results demonstrate that content-aware objectives are key to perceptually faithful compression of generative models.
Chinese Translation
我们提出了一种面向重要性的剪枝方法用于扩散模型,这是一种无需训练的框架,优先保留对语义显著图像区域至关重要的参数。为此,我们将空间重要性图(来源于条件信号或模型注意力)纳入剪枝目标。这使得参数排名与感知相关性对齐,而不是均匀的重建误差。在 MS-COCO 数据集上,我们提出的方法在高压缩比下始终保持主体的保真度和结构的正确性,而传统剪枝则会导致明显的退化。这些结果表明,内容感知目标是生成模型感知上忠实压缩的关键。
cs.CV / 47 / 2607.20071

GaussianSeed: Hierarchical Gaussian Seeding for High-Resolution 3D Occupancy Prediction

GaussianSeed:用于高分辨率3D占用预测的层次高斯种子
Li, Xinzhuo, Pan, Xianghui, Du, Jiayuan, Wei, Wei, Wang, Liuyi, Liu, Chengju, Chen, Qijun
Abstract
Vision-centric 3D occupancy prediction provides dense scene representations essential for autonomous driving and robotic navigation, yet existing methods struggle to scale to high voxel resolutions due to prohibitive computational costs. To address this, we introduce GaussianSeed, a progressive multi-scale Gaussian occupancy prediction framework that organizes primitives into a coarse-to-fine hierarchy. Benefiting from this hierarchical design, GaussianSeed effectively circumvents the memory bottlenecks inherent in dense representations, successfully scaling to a $0.1\text{m}$ spatial resolution while maintaining real-time inference capabilities. To comprehensively evaluate high-resolution geometric perception, we further construct TJScenes, a panoramic six-camera occupancy dataset with highly detailed $0.1\text{m}$ annotations. Extensive experiments on Occ3D-nuScenes and TJScenes demonstrate that GaussianSeed delivers the lowest latency among all evaluated methods while maintaining highly competitive accuracy, advancing the efficiency-quality frontier of high-resolution 3D occupancy prediction.
Chinese Translation
以视觉为中心的3D占用预测提供了对自主驾驶和机器人导航至关重要的密集场景表示,但现有方法由于计算成本过高,难以扩展到高体素分辨率。为了解决这个问题,我们提出了GaussianSeed,一种渐进式多尺度高斯占用预测框架,将原始数据组织成粗到细的层次结构。得益于这种层次设计,GaussianSeed有效地规避了密集表示中固有的内存瓶颈,成功扩展到$0.1 ext{m}$的空间分辨率,同时保持实时推理能力。为了全面评估高分辨率几何感知,我们进一步构建了TJScenes,一个具有高度详细$0.1 ext{m}$标注的全景六摄像头占用数据集。在Occ3D-nuScenes和TJScenes上的大量实验表明,GaussianSeed在所有评估方法中提供了最低的延迟,同时保持了高度竞争的准确性,推动了高分辨率3D占用预测的效率与质量的前沿。
cs.CV / 48 / 2607.20072

Factor-Informed Uncertainty Distillation for Gaze Estimation

基于因子信息的不确定性蒸馏用于注视估计
Jamalifard, Mohammadreza, Lei, Yaxiong, Idocin, Javier Fumanal, Azizinezhad, Parastoo, Foulsham, Tom, Andreu-Perez, Javier
Abstract
Deep gaze estimation works well in controlled capture but degrades in unconstrained settings, where systems must reject unreliable predictions. Single-pass uncertainty (e.g., heteroscedastic regression) infers uncertainty from pixels without explicit input-validity cues, while sampling based methods are often too costly for real time use. We propose Factor-Informed Uncertainty Distillation (FIUD), a teacher-student framework that aligns uncertainty with interpretable image-quality failure modes. A gradient-boosting teacher predicts expected gaze error from factors such as illumination, sharpness, eye visibility and symmetry; a neural student distills these signals via curriculum learning and ranking supervision into a lightweight single-pass uncertainty head. Across ETH-XGaze, Gaze360, and MPIIFaceGaze (>300k samples), FIUD improves uncertainty, error rank correlation and selective prediction versus deterministic and sampling-based baselines, with the largest gains in unconstrained settings.
Chinese Translation
深度注视估计在受控环境下表现良好,但在无约束环境中性能下降,此时系统必须拒绝不可靠的预测。单次通过的不确定性(例如,异方差回归)从像素中推断不确定性,而没有明确的输入有效性提示,而基于采样的方法通常在实时使用中成本过高。我们提出了因子信息不确定性蒸馏(Factor-Informed Uncertainty Distillation, FIUD),这是一个教师-学生框架,将不确定性与可解释的图像质量失效模式对齐。一个梯度提升教师根据照明、清晰度、眼睛可见性和对称性等因素预测预期的注视误差;一个神经学生通过课程学习和排名监督将这些信号蒸馏成一个轻量级的单次通过不确定性头。在ETH-XGaze、Gaze360和MPIIFaceGaze(超过30万个样本)上,FIUD在不确定性、误差排名相关性和选择性预测方面优于确定性和基于采样的基线,在无约束环境中获得了最大的提升。
cs.CV / 49 / 2607.20087

Development of an automated, reliable, and clinically meaningful artificial intelligence (AI) tool for diagnosing cardiac disease from conventional cardiovascular magnetic resonance (CMR) images

开发一种自动化、可靠且具有临床意义的人工智能(AI)工具,用于从常规心血管磁共振(CMR)图像中诊断心脏疾病
Amirrajab, Sina, Vehof, Volker, Bietenbeck, Michael, Akyol, Nuriye, Bouras, Redouane, Isgandarova, Khuraman, Zlibut, Alexandru, Stalling, Philipp, Yilmaz, Ali
Abstract
Aims: Cardiovascular magnetic resonance (CMR) imaging enables non-invasive assessment of myocardial structure, function, and pathology, but requires substantial experience in interpretation of CMR images that could be supported by artificial intelligence (AI)-based models. However, use of AI models for enhanced CMR reading is limited by labor-intensive data curation, suboptimal model performance, and unclear implementation pathways. Methods and results: We developed an automated data curation pipeline for CMR-based cardiovascular disease (CVD) diagnosis, integrating open-source locally-run large language models (LLMs) to extract diagnostic labels from narrative CMR reports and preprocessing multimodal imaging data, including cine and late-gadolinium-enhancement (LGE) CMR sequences. Three vision foundation models (DINO, VST, UMedPT) were fine-tuned across these modalities in a two-stage approach. The dataset comprised hypertrophic cardiomyopathy (HCM), dilated cardiomyopathy (DCM), ischemic cardiomyopathy (ICM), cardiac amyloidosis (CA), and normal controls (NOR). A total of 988 curated cases were randomly divided into 742 for training and 246 for validation. Fine-tuned AI-models achieved high discriminative diagnostic performance on an independent test set comprising 1067 patients , with individual AUC-ROC values of up to 0.937 for the correct diagnosis of HCM and 0.945 for cardiac amyloidosis. Ensemble strategies combining multiple models and modalities further improved AI-based diagnostic accuracy and robustness, achieving the highest overall diagnostic performance for HCM (AUC=0.959, CI [0.936-0.978]), CA (AUC=0.966, CI [0.939-0.986]), NOR (AUC=0.872, CI [0.852-0.894]), DCM (AUC=0.848, CI [0.808-0.885]) and ICM (AUC=0.840, CI [0.809-0.868]). All training and inference code, along with the trained model weights, are publicly available on https://github.com/sinaamirrajab/CMR_CVD.
Chinese Translation
目的:心血管磁共振(CMR)成像能够非侵入性地评估心肌结构、功能和病理,但需要在CMR图像解读方面具备丰富的经验,而这可以通过基于人工智能(AI)模型来支持。然而,AI模型在增强CMR解读中的应用受到劳动密集型数据整理、模型性能不佳和实施路径不明确的限制。方法与结果:我们开发了一种用于CMR基础心血管疾病(CVD)诊断的自动化数据整理流程,整合了开源本地运行的大型语言模型(LLMs),以从叙述性CMR报告中提取诊断标签,并对包括心脏运动序列和晚期钆增强(LGE)CMR序列在内的多模态成像数据进行预处理。采用两阶段方法对三种视觉基础模型(DINO、VST、UMedPT)进行了微调。数据集包括肥厚型心肌病(HCM)、扩张型心肌病(DCM)、缺血性心肌病(ICM)、心脏淀粉样变(CA)和正常对照(NOR)。共整理了988个病例,随机分为742个用于训练和246个用于验证。微调后的AI模型在包含1067名患者的独立测试集上实现了高区分诊断性能,HCM的个体AUC-ROC值高达0.937,心脏淀粉样变的AUC-ROC值为0.945。结合多种模型和模态的集成策略进一步提高了基于AI的诊断准确性和鲁棒性,HCM(AUC=0.959,CI [0.936-0.978])、CA(AUC=0.966,CI [0.939-0.986])、NOR(AUC=0.872,CI [0.852-0.894])、DCM(AUC=0.848,CI [0.808-0.885])和ICM(AUC=0.840,CI [0.809-0.868])的整体诊断性能均达到最高水平。所有训练和推理代码及训练模型权重均可在https://github.com/sinaamirrajab/CMR_CVD上公开获取。
cs.CV / 50 / 2607.20092

ENTRAP-VL: A Taxonomic Probe for Dual Contextual Entrainment in Vision-Language Models

ENTRAP-VL:一种用于视觉-语言模型中双重上下文引导的分类探针
Goyal, Karan, Hossain, Afreen, Das, Debojyoti, Bhutani, Vishal
Abstract
Contextual entrainment is the tendency of a model to let auxiliary context in its input pull its output, independently of whether that context is relevant, true, or even meaningful. Recently, it has been identified and given a mechanistic account in unimodal language models. Whether and how it manifests in vision-language models (VLMs) is, by contrast, largely unexamined, and the field lacks a purpose-built instrument with which to investigate it. We take the position that studying contextual entrainment in VLMs requires more than porting an existing text-only benchmark to the multimodal setting: it requires a taxonomically structured, dual-modality instrument whose conditions are constructed around the item at hand (the depicted image in the textual stream, the textual query in the visual stream). We argue that the move to VLMs is substantive rather than incremental. It makes entrainment a dual phenomenon, drivable independently by textual and by visual context, and it opens a veracity distinction (context that is false of the depicted scene yet possible in the world) that has no counterpart in the unimodal, world-knowledge-only formulation of prior work. To make this position concrete and actionable, we introduce ENTRAP-VL (ENTRainment Assessment Probe for Vision and Language), a manually curated dataset of 1,500 items across eight categories, organized by a taxonomy that spans two axes, i.e., the association of context with the item and its relationship to truth, and split into a textual-entrainment stream (eight context conditions) and a visual-entrainment stream (three context conditions). We do not claim to measure entrainment in any particular model; we provide the instrument, the taxonomy that motivates it, and the evaluation protocols it enables, so that the community can investigate the phenomenon rigorously. We will release the dataset and its documentation publicly.
Chinese Translation
上下文引导是指模型让输入中的辅助上下文影响其输出的倾向,无论该上下文是否相关、真实或有意义。最近,这一现象在单模态语言模型中得到了识别并进行了机械性解释。然而,它在视觉-语言模型(VLMs)中的表现及其机制尚未得到充分研究,且该领域缺乏一种专门的工具来进行相关研究。我们认为,研究VLMs中的上下文引导不仅仅是将现有的文本基准移植到多模态环境中,而是需要一种具有分类结构的双模态工具,其条件围绕手头的项目构建(文本流中的描绘图像、视觉流中的文本查询)。我们认为,向VLMs的转变是实质性的而非渐进的。这使得引导成为一种双重现象,既可以由文本上下文独立驱动,也可以由视觉上下文驱动,并且引入了一种真实性区分(即对描绘场景而言是虚假的上下文,但在现实世界中是可能的),这一点在之前的单模态、仅基于世界知识的研究中并不存在。为了使这一立场具体化并可操作,我们引入了ENTRAP-VL(视觉与语言的引导评估探针),这是一个手动整理的数据集,包含1500个项目,分为八个类别,按照跨越两个轴的分类法组织,即上下文与项目的关联及其与真实性的关系,并分为文本引导流(八种上下文条件)和视觉引导流(三种上下文条件)。我们并不声称在任何特定模型中测量引导;我们提供工具、激励其发展的分类法以及它所支持的评估协议,以便社区能够对这一现象进行严格的研究。我们将公开发布该数据集及其文档。
cs.CV / 51 / 2607.20116

RIM: A Retrieval-In-Matching Framework for Cross-Domain Global Visual Localization of UAVs

RIM:一种用于无人机跨域全球视觉定位的检索-匹配框架
Li, Xin, Duan, Siyuan, Wang, Shang, Mao, Zhimin, Hu, Bingliang, Zhang, Geng
Abstract
Global visual localization of unmanned aerial vehicles (UAVs) using remote-sensing reference maps has attracted increasing attention. However, acquisition-time and imaging-platform differences between UAV and reference imagery induce substantial cross-domain appearance and viewpoint shifts, challenging robust six-degree-of-freedom (6-DoF) pose estimation. We address these shifts by sampling UAV-viewpoint reference views from Google 3D Tiles across locations, altitudes, and orientations. A two-stage cross-domain fine-tuning recipe adapts SALAD using pose-near positives and geographically distant hard negatives, while local geometric consistency re-ranks the Top-K candidates. We further propose Retrieval-In-Matching (RIM), which freezes the adapted DINOv2-B retriever and distils a local-descriptor decoder that reuses its token field alongside a shallow VGG19 detail stream. One query-side DINOv2-B forward thus serves both SALAD retrieval and local description, eliminating a second foundation-model backbone while preserving retrieval descriptors by construction. We evaluate RIM zero-shot on the reconstructed EPFL Urbanscape and self-collected Chang'an Park datasets, both geographically disjoint from the training data. RIM outperforms ten recent retrieval baseline families. At 25/50 m under the full 3D distance metric, it improves Recall@1 over SALAD by 8.55/13.77 percentage points on EPFL and 4.45/8.94 points on Park. At Top-K=5, the complete measured localization query, including retrieval, candidate matching, and robust geometric verification, takes 67.9 ms end-to-end: 1.8 times faster than the strongest separate sparse-matching baseline and over 40 times faster than RoMa, while achieving comparable re-ranking accuracy. These results establish an efficient and deployable pipeline for UAV global visual localization in GNSS-challenged environments.
Chinese Translation
利用遥感参考地图进行无人机(UAV)的全球视觉定位引起了越来越多的关注。然而,无人机与参考图像之间的获取时间和成像平台差异导致了显著的跨域外观和视角变化,给稳健的六自由度(6-DoF)姿态估计带来了挑战。我们通过从Google 3D Tiles中采样不同位置、高度和方向的无人机视角参考视图来解决这些变化。一个两阶段的跨域微调方案使用接近姿态的正样本和地理上远离的难负样本来适应SALAD,同时局部几何一致性对Top-K候选者进行重新排序。我们进一步提出了检索-匹配(Retrieval-In-Matching, RIM),该方法冻结了适应后的DINOv2-B检索器,并提炼出一个局部描述符解码器,该解码器重用其标记字段,并与一个浅层VGG19细节流结合。因此,一个查询侧的DINOv2-B前向传播同时服务于SALAD检索和局部描述,消除了第二个基础模型骨干,同时通过构造保留检索描述符。我们在重建的EPFL Urbanscape和自收集的长安公园数据集上对RIM进行了零样本评估,这两个数据集在地理上与训练数据不相交。RIM在十个最近的检索基线系列中表现优越。在25/50米的完整3D距离度量下,RIM在EPFL上提高了Recall@1相较于SALAD的8.55/13.77个百分点,在公园上提高了4.45/8.94个百分点。在Top-K=5的情况下,完整的测量定位查询,包括检索、候选匹配和稳健的几何验证,端到端耗时67.9毫秒:比最强的独立稀疏匹配基线快1.8倍,比RoMa快40倍以上,同时实现了可比的重新排序准确性。这些结果为无人机在GNSS挑战环境中的全球视觉定位建立了一个高效且可部署的管道。
cs.CV / 52 / 2607.20125

HeadCast: Casting Attention Heads for Efficient Autoregressive Video Generation

HeadCast:高效自回归视频生成的注意力头投射
Shen, Jinliang, Su, Lianghao, Li, Zheming, He, Kang, Lai, ZiLiang, Jiang, Yanbing, Song, Chengru
Abstract
Autoregressive (AR) video diffusion models have become a promising paradigm for long and streaming video synthesis, but the continuously growing Key-Value (KV) cache makes attention the dominant inference cost, especially at high resolution where each frame contributes many tokens. Existing remedies either evict the cache with coarse heuristics that cause inter-frame flickering, or require model re-training. We propose HeadCast, a training-free, plug-and-play acceleration framework built on the observation that a pre-trained AR model's attention heads exhibit stable, heterogeneous behaviors. After a short warm-up, HeadCast performs a one-time classification at the maximum-noise step that sorts every head into one of four archetypes: Sink, Dummy, Spatial, and Global, and restructures the monolithic KV cache into head-specific pathways. Crucially, it retains the Global heads that preserve the long-range temporal consistency aggressive eviction destroys. Because the Spatial pathway operates on a fixed-size grid, its savings grow with resolution: across state-of-the-art AR models, HeadCast accelerates inference by up to 1.62x at 720P and 1.95x at 1080P, while keeping VBench quality on par with full attention and largely flicker-free. Code is available at https://github.com/sjlgaga/HeadCast .
Chinese Translation
自回归(AR)视频扩散模型已成为长视频和流媒体视频合成的有前景的范式,但不断增长的键值(KV)缓存使得注意力成为主导的推理成本,尤其是在高分辨率下,每帧贡献了许多标记。现有的解决方案要么使用粗略的启发式方法驱逐缓存,导致帧间闪烁,要么需要重新训练模型。我们提出了HeadCast,这是一种无训练、即插即用的加速框架,基于预训练AR模型的注意力头表现出稳定的异质行为这一观察。在短暂的预热后,HeadCast在最大噪声步骤执行一次分类,将每个头分为四种原型:Sink、Dummy、Spatial和Global,并将单一的KV缓存重构为特定于头的路径。至关重要的是,它保留了Global头,以保持长程时间一致性,而激进的驱逐则会破坏这一点。由于Spatial路径在固定大小的网格上操作,其节省随着分辨率的提高而增加:在最先进的AR模型中,HeadCast在720P时加速推理高达1.62倍,在1080P时加速高达1.95倍,同时保持VBench质量与全注意力相当,并且基本无闪烁。代码可在 https://github.com/sjlgaga/HeadCast 获取。
cs.CV / 53 / 2607.20142

Real-Time EEG Cap Electrode Detection for Guided Point-of-Care Placement

实时脑电图帽电极检测用于指导现场放置
Lehn-Schiøler, William, Nilsson, Mads Sverker, Detlefsen, Nicki Skafte
Abstract
We present a two-stage vision system that detects EEG cap electrodes in a live webcam stream and validates their anatomical placement in real time. A single-class YOLO detector localises electrodes; a geometric stage assigns each detection to a named 10-20 role from facial landmarks. Evaluating under subject-disjoint leave-one-subject-out (LOSO) cross-validation across five subjects wearing the clinically-validated Small/Medium/Large caps, the detector attains [email protected] = 0.94 +/- 0.07 across five held-out folds (0.96 pooled). A dedicated leave-one-cap-out axis, holding out every frame of a cap regardless of subject, leaves Medium and Large [email protected] within 0.01 of LOSO (0.97, 0.97) while Small drops to 0.72 +/- 0.28, a gap confounded with subject familiarity rather than cap style. Geometric augmentation (rotation, perspective, mixup) improves in-plane-roll robustness and temporal-electrode recall at no inference cost, and a landmark-driven head crop extends the usable distance range, lifting [email protected] from 0.23 to 0.45 at 0.6 x apparent scale. A compact mobile-candidate backbone (YOLOv10n) keeps the detector at real-time throughput (19 FPS) on a commodity CPU at 640 px.
Chinese Translation
我们提出了一种两阶段视觉系统,能够在实时网络摄像头流中检测脑电图(EEG)帽电极,并实时验证其解剖位置。单类YOLO检测器定位电极;几何阶段将每个检测结果分配给来自面部标志的命名10-20角色。在对五名佩戴临床验证的中小型/大型帽子的受试者进行的受试者不重叠的留一受试者交叉验证(LOSO)中,该检测器在五个保留折中的[email protected]达到了0.94 +/- 0.07(合并为0.96)。专门的留一帽子轴,排除每个帽子的每一帧,无论受试者如何,中型和大型的[email protected]与LOSO相差不超过0.01(0.97, 0.97),而小型则降至0.72 +/- 0.28,这一差距与受试者的熟悉度有关,而非帽子样式。几何增强(旋转、透视、混合)在不增加推理成本的情况下提高了平面滚动的鲁棒性和时间电极的召回率,基于标志的头部裁剪扩展了可用距离范围,使[email protected]从0.23提升至0.45,在0.6倍的明显比例下。紧凑的移动候选骨干(YOLOv10n)使检测器在640像素的普通CPU上保持实时吞吐量(19 FPS)。
cs.CV / 54 / 2607.20159

SHFormer: Dynamic Spectral Filtering Convolutional Neural Network and High-pass Kernel Generation Transformer for Adaptive MRI Reconstruction

SHFormer:动态谱滤波卷积神经网络与高通核生成变换器用于自适应MRI重建
Ramanarayanan, Sriprabha, S., Rahul G., Fahim, Mohammad Al, Ram, Keerthi, Venkatesan, Ramesh, Sivaprakasam, Mohanasankar
Abstract
Attention Mechanism (AM) selectively focuses on essential information for imaging tasks and captures relationships between distant pixel neighborhoods to compute feature representations. Accelerated MRI reconstruction benefits from AM, as the imaging process involves Fourier domain measurements that influence image representation non-locally. However, AM-based models are more adept at capturing low-frequency information with limited capacity for high-frequency representations, restricting models to smooth reconstruction. Additionally, AM-based models need mode-specific retraining for multimodal MRI data, as their knowledge is restricted to local contextual variations that may be inadequate to capture transferable features across heterogeneous domains. To address these challenges, we propose a neuromodulation-based discriminative multi-spectral AM for scalable MRI reconstruction that can (i) propagate context-aware high-frequency details for high-quality reconstruction, and (ii) capture features reusable across deviated unseen domains in multimodal MRI. The proposed network consists of a spectral filtering CNN to capture mode-specific transferable features and a dynamic high-pass kernel generation transformer focusing on high-frequency details. We evaluate our model on comparative studies in supervised and self-supervised learning, diffusion model-based training, closed-set and open-set generalization under heterogeneous MRI data, and interpretation-based analysis. Our method offers scalable, high-quality reconstruction with best improvement margins of ~1 dB in PSNR and ~0.01 in SSIM under unseen scenarios. Code: https://github.com/sriprabhar/SHFormer
Chinese Translation
注意机制(AM)选择性地关注成像任务中的重要信息,并捕捉远距离像素邻域之间的关系以计算特征表示。加速的MRI重建受益于AM,因为成像过程涉及傅里叶域测量,这些测量对图像表示产生非局部影响。然而,基于AM的模型更擅长捕捉低频信息,对高频表示的能力有限,从而限制了模型的平滑重建。此外,基于AM的模型在处理多模态MRI数据时需要特定模式的重新训练,因为它们的知识局限于局部上下文变化,这可能不足以捕捉跨异构领域的可转移特征。为了解决这些挑战,我们提出了一种基于神经调制的区分性多谱AM,用于可扩展的MRI重建,该方法可以(i)传播上下文感知的高频细节以实现高质量重建,以及(ii)捕捉在多模态MRI中可重用的跨偏差未见领域的特征。所提出的网络由一个谱滤波卷积神经网络组成,以捕捉特定模式的可转移特征,以及一个动态高通核生成变换器,专注于高频细节。我们在有监督和自监督学习、基于扩散模型的训练、异构MRI数据下的闭集和开集泛化以及基于解释的分析中对我们的模型进行了比较研究评估。我们的方法提供了可扩展的高质量重建,在未见场景下PSNR的最佳改进幅度约为1 dB,SSIM的最佳改进幅度约为0.01。代码:https://github.com/sriprabhar/SHFormer
cs.CV / 55 / 2607.20174

StreamHOI: Interaction-aware Temporal Memory Adaptation for Streaming HOI Video Generation

StreamHOI:面向交互的时间记忆适应用于流式人机交互视频生成
Rao, Zejing, Zhang, Haoxian, Liu, Xiaoqiang, Meng, Yiping, Zhang, Guoxin, Wan, Pengfei, Tang, Fan, Lee, Tong-Yee
Abstract
Existing human--object interaction (HOI) video generation methods are largely limited to offline short-video generation with complex driving conditions, making them unsuitable for real-time interactive applications. We present \emph{StreamHOI}, a low-latency streaming framework for long-duration HOI video generation. Instead of converting heavily conditioned HOI pipelines into streaming systems, we study how an image-to-video streaming generator should organize historical memory to preserve interactions under bounded latency. We find that the standard sink-local memory design faces a trade-off in streaming HOI generation, and different transformer blocks show different historical-memory preferences for HOI regions and surrounding regions. To match memory composition with block behavior, StreamHOI performs offline HOI-aware block profiling and applies bias-guided memory-specialized training to adapt the generator to block-specific memory layouts. We further introduce a memory distance scaling module to strengthen long-range access to early interaction states. Extensive comparisons with both long-video baselines and recent HOI generation methods demonstrate that StreamHOI achieves strong interaction plausibility, object fidelity, human quality and efficiency, reaching 17.6 FPS with 0.75s first-chunk latency.
Chinese Translation
现有的人机交互(HOI)视频生成方法主要局限于复杂驱动条件下的离线短视频生成,因此不适合实时交互应用。我们提出了 extit{StreamHOI},一个低延迟的流式框架,用于长时间HOI视频生成。我们研究了图像到视频流生成器如何组织历史记忆,以在有限延迟下保持交互,而不是将高度条件化的HOI管道转换为流式系统。我们发现,标准的sink-local记忆设计在流式HOI生成中面临权衡,不同的transformer块对HOI区域和周围区域表现出不同的历史记忆偏好。为了使记忆组成与块行为匹配,StreamHOI执行离线HOI感知块分析,并应用偏置引导的记忆专用训练,以适应生成器的块特定记忆布局。我们进一步引入了一个记忆距离缩放模块,以增强对早期交互状态的长距离访问。与长视频基准和最近的HOI生成方法进行的广泛比较表明,StreamHOI在交互可信度、物体保真度、人类质量和效率方面表现出色,以17.6 FPS的速度和0.75秒的首块延迟达成。
cs.CV / 56 / 2607.20175

PerceptDrive: Perception Prior World-Action Modeling with Adaptive Expert Routing for End-to-End Autonomous Driving

PerceptDrive:基于感知先验的世界-动作建模与自适应专家路由的端到端自动驾驶
Liu, Yushan, Lv, Tianxiong, Wang, Bohua, Fan, Hangqi, Zhao, Chenxu, Zheng, He, Zhong, Xuchang, Xie, Yifan, Zhao, Congyang, Liao, Zhihao, Luo, Leigang, Cai, Yang, Zhang, Xiao-Ping, Ding, Wenbo
Abstract
Frozen perception foundation models encode rich geometric, semantic, and dynamic knowledge. Yet narrow conditioning interfaces may attenuate task-relevant cues, while static fusion cannot adjust expert contributions to each scene. We cast this challenge as the prior-to-plan transfer problem and introduce PerceptDrive, a perception prior world-action modeling framework with adaptive expert routing. PerceptDrive feeds teacher-distilled priors from a frozen, driving-adapted provider and dense observation latents from a frozen self-supervised video encoder into a trainable expert-routed world-action model. Expert-specific query branches process these signals, while a prior-retention objective anchors each branch to its prior. A router predicts soft gates from a shared scene representation and combines the expert conditions before trajectory generation. During training, privileged rule-based sub-metric estimates for branch-specific trajectory drafts provide soft-gate distillation targets. The predicted action-free future latent conditions a flow-matching actor. At inference, privileged components are absent; with one front-facing camera, PerceptDrive generates one trajectory per planning step without test-time scoring, reranking, or search. Experiments show that PerceptDrive achieves state-of-the-art performance with 90.4 PDMS on NAVSIM v1 and 90.2 EPDMS on NAVSIM v2, outperforming existing methods. Ablations confirm complementary gains from prior retention and scene-conditioned routing, alongside differential reliance on the three priors. These results demonstrate that preserving and adaptively routing perception priors improves direct planning without test-time candidate selection.
Chinese Translation
冻结的感知基础模型编码了丰富的几何、语义和动态知识。然而,狭窄的条件接口可能削弱任务相关的线索,而静态融合无法根据每个场景调整专家的贡献。我们将此挑战定义为先验到规划的迁移问题,提出了PerceptDrive,一种具有自适应专家路由的感知先验世界-动作建模框架。PerceptDrive将来自冻结且经过驾驶适配的教师蒸馏先验和来自冻结的自监督视频编码器的密集观测潜变量输入到可训练的专家路由世界-动作模型中。专家特定的查询分支处理这些信号,同时先验保持目标将每个分支锚定于其对应的先验。路由器从共享的场景表示预测软门控,并在轨迹生成前组合专家条件。训练过程中,基于规则的特权子指标对分支特定轨迹草案提供软门控蒸馏目标。预测的无动作未来潜变量条件用于流匹配执行器。推理时,无特权组件;仅使用一台前置摄像头,PerceptDrive在每个规划步骤生成一条轨迹,无需测试时评分、重排序或搜索。实验表明,PerceptDrive在NAVSIM v1上实现90.4 PDMS,在NAVSIM v2上实现90.2 EPDMS,性能优于现有方法。消融实验确认了先验保持与场景条件路由的互补增益,以及对三种先验的差异依赖。这些结果表明,保持并自适应路由感知先验能够提升直接规划性能,无需测试时候选方案选择。
cs.CV / 57 / 2607.20197

RS-RIE-Bench: Benchmarking Reasoning-Guided Remote Sensing Image Editing

RS-RIE-Bench:推理引导的遥感图像编辑基准测试
Qin, Zihan, Xu, Boao, Dong, Zhao, Sun, Yingping, Jiao, Ziheng, Wang, Junying, Wang, Hongwei
Abstract
Remote sensing image editing aims to modify remote sensing images according to natural language instructions while preserving geographic rules and sensor observation characteristics. Existing benchmarks mainly target natural images or general visual scenes, and thus may not fully capture the reasoning, regional control, and sensor-consistency abilities required in remote sensing editing. To fill this gap, we introduce RS-RIE-Bench, the first benchmark for reasoning-guided remote sensing image editing. RS-RIE-Bench organizes tasks into three categories: temporal reasoning, causal reasoning, and spatial reasoning. These categories capture temporal evolution, causal consequence, and spatial imaging consistency in remote sensing scenes. The evaluation protocol covers three dimensions: target region plausibility, non-target region preservation, and image quality consistency. We further demonstrate the feasibility of MLLM-based evaluation through cross-judge consistency analysis and stratified expert review. Systematic evaluation on eight open-source and closed-source image editing models shows that current models still have clear limitations in reasoning-guided remote sensing editing. Even the strongest model achieves only 24.28\% overall accuracy under the strict joint-satisfaction criterion, while the mean relaxed joint-4 success rate across all eight models is 32.23\%. Causal reasoning and spatial reasoning remain especially challenging, and several open-source models are close to zero in some categories. These results show that RS-RIE-Bench can effectively reveal the limitations of current models in geographic reasoning, regional control, and sensor-consistent generation. It also provides a standardized benchmark and a clear research direction for future remote sensing intelligent editing models.
Chinese Translation
遥感图像编辑旨在根据自然语言指令修改遥感图像,同时保持地理规则和传感器观测特性。现有的基准测试主要针对自然图像或一般视觉场景,因此可能无法充分捕捉遥感编辑所需的推理、区域控制和传感器一致性能力。为填补这一空白,我们引入了RS-RIE-Bench,这是第一个针对推理引导的遥感图像编辑的基准测试。RS-RIE-Bench将任务组织为三类:时间推理、因果推理和空间推理。这些类别捕捉了遥感场景中的时间演变、因果结果和空间成像一致性。评估协议涵盖三个维度:目标区域的合理性、非目标区域的保留和图像质量一致性。我们进一步通过交叉评审一致性分析和分层专家评审展示了基于MLLM的评估的可行性。对八个开源和闭源图像编辑模型的系统评估表明,当前模型在推理引导的遥感编辑中仍存在明显的局限性。即使是最强的模型在严格的联合满意度标准下也仅达到24.28%的总体准确率,而所有八个模型的平均放宽联合-4成功率为32.23%。因果推理和空间推理仍然特别具有挑战性,且一些开源模型在某些类别中的表现接近零。这些结果表明,RS-RIE-Bench能够有效揭示当前模型在地理推理、区域控制和传感器一致性生成方面的局限性。它还为未来的遥感智能编辑模型提供了标准化的基准和明确的研究方向。
cs.CV / 58 / 2607.20238

Not All Patches are Equal: Sampling Matters for Visible-Infrared Pre-Training

并非所有补丁都是平等的:采样对可见-红外预训练的重要性
Ma, Qiwei, Deng, Bin, Zhu, Junjie, Huang, Qiangjuan, Duan, Puhong, Yang, Ke, Kang, Xudong, Li, Shutao
Abstract
Visible-infrared (VIS-IR) alignment is a key pre-training task for robust multi-sensor perception. Most existing methods use uniform patch-wise contrastive learning, but this can be unreliable in VIS-IR data because imaging-physics differences make some spatially paired regions inherently less comparable, and aligning them with equal strength hinders representation learning and downstream transfer. In this paper, we revisit VIS-IR pre-training from a sampling perspective and propose Importance-Aware Sampling (IAS), which adjusts training emphasis based on patch reliability. Specifically, IAS (i) derives patch weights from infrared structural cues and uses them to reweight the contrastive objective; (ii) learns a soft importance mask with a lightweight sampler, optionally warm-started from the hand-crafted prior; and (iii) employs a patch curriculum learning strategy that gradually expands from high-reliability regions to harder patches. It is worth noting that IAS is plug-and-play and works with both patch-/correlation-level alignment (e.g., UNIV-style) and image-level contrastive baselines (e.g., ImageBind-style). Extensive experiments on multiple VIS-IR benchmarks demonstrate consistent improvements over strong baselines, including for IR semantic segmentation, IR object detection and VIS semantic segmentation and cross-modal retrieval task. Code will be released on https://github.com/KlayMa527/IAS.
Chinese Translation
可见-红外(VIS-IR)对齐是实现稳健多传感器感知的关键预训练任务。现有大多数方法采用均匀的补丁级对比学习,但由于成像物理差异使得某些空间配对区域本质上不具可比性,这在VIS-IR数据中可能不可靠,并且以相同的强度对其进行对齐会妨碍表征学习和下游迁移。在本文中,我们从采样的角度重新审视VIS-IR预训练,并提出了重要性感知采样(Importance-Aware Sampling, IAS),该方法根据补丁的可靠性调整训练重点。具体而言,IAS (i) 从红外结构线索中推导补丁权重,并利用这些权重重新加权对比目标;(ii) 使用轻量级采样器学习软重要性掩码,选项上可从手工设计的先验进行热启动;(iii) 采用补丁课程学习策略,逐步从高可靠性区域扩展到更难的补丁。值得注意的是,IAS是即插即用的,适用于补丁/相关性级对齐(例如,UNIV风格)和图像级对比基线(例如,ImageBind风格)。在多个VIS-IR基准上的广泛实验表明,与强基线相比,IAS在红外语义分割、红外目标检测、可见语义分割和跨模态检索任务中均表现出一致的改进。代码将发布在 https://github.com/KlayMa527/IAS。
cs.CV / 59 / 2607.20247

Vera: Identity-Faithful Human Subject-to-Video Generation

Vera:身份忠实的人类视频生成
Xu, Yulong, Liu, Xinyue, Li, Shujuan, shi, huafeng, Zhou, Yan, Liu, Jiwen, Wang, Xintao, Liu, Yu Shen, Huang, Huaibo
Abstract
Subject-to-video (S2V) generation has made substantial progress in preserving reference subjects across diverse categories, yet generic subject consistency remains insufficient for human-centric generation. A video may appear globally consistent while identity-critical human details still drift across frames, poses, and interactions. This issue becomes more severe in multi-person scenarios, where incorrect identity-role binding leads to subject confusion, attribute swapping, and excessive copying of reference-specific appearance cues. We propose Vera, a unified human-centric S2V framework for single- and multi-person generation. We first construct a million-pair identity-aligned human image-video dataset through person-level cross-clip retrieval, providing explicit identity correspondence and diverse references. Built on this dataset, Vera introduces two complementary designs. Identity-Focal Masked Supervision (IFMS) strengthens identity-aware learning with spatially focused supervision while reducing interference from irrelevant artifacts. Reference-Aware Layer-wise Attention (RALA) regulates how video tokens interact with reference identity cues in the DiT backbone, preserving stable identity anchors and enhancing layer-aware identity readout. Extensive experiments demonstrate that Vera improves human identity consistency, multi-person subject binding, and motion naturalness, while reducing identity confusion and excessive reference-image copying.
Chinese Translation
基于主题的视频生成(Subject-to-video, S2V)在不同类别中保持参考主题方面取得了显著进展,但在以人为中心的生成中,通用的主题一致性仍然不足。尽管视频在整体上可能看起来一致,但关键的人类身份细节在帧、姿势和交互之间仍然存在漂移。在多人物场景中,这一问题变得更加严重,不正确的身份角色绑定会导致主题混淆、属性交换以及对参考特定外观线索的过度复制。我们提出了Vera,一个统一的人类中心S2V框架,适用于单人和多人生成。我们首先通过基于人物级别的跨剪辑检索构建了一个百万对身份对齐的人类图像-视频数据集,提供了明确的身份对应和多样的参考。基于该数据集,Vera引入了两个互补的设计。身份聚焦的掩蔽监督(Identity-Focal Masked Supervision, IFMS)通过空间聚焦的监督增强了对身份的关注学习,同时减少了来自无关伪影的干扰。参考感知的层级注意力(Reference-Aware Layer-wise Attention, RALA)调节视频标记如何与参考身份线索在DiT主干网络中交互,保持稳定的身份锚点并增强层级感知的身份读取。大量实验表明,Vera提高了人类身份一致性、多人物主题绑定和运动自然性,同时减少了身份混淆和过度复制参考图像。
cs.CV / 60 / 2607.20263

How Does Urban Context Relate to Residential Building Health? A Vision-POI Fusion Framework for Building-Level Housing Inspection

城市环境如何与住宅建筑健康相关?一种用于建筑级住房检查的视觉-兴趣点融合框架
Zhao, Kun, Ren, Helei, Tang, Guilin, Chen, Tianyi, Song, Zhehui, Liu, Xing, Zhou, Lijian, Zhao, Yuhong, Gao, Xiang, Jiang, Jinming, Ban, Qichao
Abstract
Housing-level urban physical examination is essential for identifying residential building problems and supporting targeted urban renewal. Existing automated inspection studies primarily rely on individual images and rarely examine whether surrounding urban functional context can provide supplementary information for building-level assessment. This study proposes a vision-POI fusion framework that combines multi-view visual inspection with POI-derived neighborhood context for residential building health assessment. The empirical dataset covers 92 old residential communities, 3,237 residential buildings, and 25,608 field-acquired inspection images in Qingdao, China, encompassing seven categories of housing-related issues. First, multiple object detection models are evaluated to extract issue locations, categories, and confidence scores from individual images. The image-level outputs are subsequently aggregated across multiple views to construct interpretable building-level representations. Second, POI features are extracted within 500m, 1,000m, and 1,500m neighborhood buffers to characterize surrounding functional environments. Pearson and Spearman correlation analyses, combined with false discovery rate correction, are used to identify candidate contextual features. Finally, visual and POI features are integrated using a cost-sensitive Random Forest classifier under community-isolated spatial cross-validation. The results show that multi-view aggregation provides the main performance improvement, increasing the building-level Macro-F1 from 60.84% under Direct Detection to 74.95%. Incorporating POI context further increases Macro-F1 to 76.79%, although the additional gain is modest and category-dependent. POI information therefore functions as a supplementary contextual prior rather than a substitute for direct visual evidence or a causal determinant of building condition.
Chinese Translation
住宅级城市物理检查对于识别住宅建筑问题和支持有针对性的城市更新至关重要。现有的自动化检查研究主要依赖单个图像,鲜有研究考察周围城市功能环境是否能够为建筑级评估提供补充信息。本研究提出了一种视觉-兴趣点(POI)融合框架,将多视角视觉检查与基于POI的邻里环境结合起来,用于住宅建筑健康评估。实证数据集涵盖中国青岛的92个老旧住宅小区、3,237栋住宅建筑和25,608张现场获取的检查图像,涉及七类与住房相关的问题。首先,评估多目标检测模型,从单个图像中提取问题位置、类别和置信度分数。随后,将图像级输出在多个视角中进行聚合,以构建可解释的建筑级表示。其次,在500米、1,000米和1,500米的邻里缓冲区内提取POI特征,以表征周围的功能环境。使用Pearson和Spearman相关分析,结合假发现率校正,识别候选上下文特征。最后,使用成本敏感的随机森林分类器在社区隔离的空间交叉验证下整合视觉和POI特征。结果表明,多视角聚合提供了主要的性能提升,使建筑级的宏观F1从直接检测下的60.84%提高到74.95%。结合POI上下文进一步将宏观F1提高到76.79%,尽管额外的增益是适度的且依赖于类别。因此,POI信息作为补充上下文先验发挥作用,而不是直接视觉证据的替代品或建筑状况的因果决定因素。
cs.CV / 61 / 2607.20274

Self-supervision drives representational convergence in medical foundation models more than clinical supervision

自监督驱动的医学基础模型在表征收敛方面优于临床监督
Arasteh, Soroosh Tayebi, Ziegelmayer, Sebastian, Lotfinia, Mahshad, Adams, Lisa, Nebelung, Sven, Kather, Jakob Nikolas, Truhn, Daniel
Abstract
Medical image encoders from different groups are increasingly treated as interchangeable, on the assumption that scale and clinical supervision concentrate their representations onto a shared structure. Whether this convergence is real, what produces it, and whether it is clinically usable are untested, and the similarity measures behind such claims are fragile. We present a controlled dissection across 18 image and 7 text encoders, all open-weight and run locally, spanning 7M to 27B parameters and five imaging modalities, including 650,982 chest radiographs from six datasets. To isolate cause, we train encoders that vary only the objective under fixed data, architecture, and scale, and reproduce the effect in a synthetic model. Convergence is modest but above a random floor, driven by the self-supervised objective, not clinical supervision: matched self-supervised encoders aligned most (40.4% on chest radiography), with label-supervised (21.1%) and image-text (3.3%) far lower, and did not grow with size (Spearman 0.302, p=0.223) or capability. It is within-modality, does not reach clinical language, and does not reproduce how radiologists judge case similarity. Yet a linear classifier transfers across encoders and to five held-out hospitals, retaining about 85% of within-encoder performance. Convergence in medical imaging is therefore set by the pretraining objective, not inherited from scale or clinical supervision. Interoperability is accordingly something to design for through that objective, and to validate where the shared geometry is weakest, across patient subgroups and against clinical judgment.
Chinese Translation
来自不同研究组的医学图像编码器越来越被视为可互换,假设规模和临床监督将其表征集中到一个共享结构上。然而,这种收敛是否真实、其产生原因以及是否具有临床可用性尚未得到验证,而支持此类主张的相似性度量也很脆弱。我们对18个图像编码器和7个文本编码器进行了受控解剖,所有编码器均为开放权重并在本地运行,参数范围从700万到270亿,并涵盖五种成像模式,包括来自六个数据集的650,982张胸部X光片。为了隔离原因,我们训练了仅在固定数据、架构和规模下变化目标的编码器,并在一个合成模型中重现了这一效果。收敛程度适中,但高于随机基线,主要由自监督目标驱动,而非临床监督:匹配的自监督编码器的对齐程度最高(胸部X光片为40.4%),而标签监督(21.1%)和图像-文本(3.3%)的对齐程度则远低于此,并且随着规模的增加并未增长(Spearman 0.302, p=0.223)。这种收敛发生在同一模态内,未能达到临床语言的水平,也未能重现放射科医生判断病例相似性的方式。然而,一个线性分类器在编码器之间以及在五个保留医院之间转移,保留了约85%的编码器内部性能。因此,医学成像中的收敛是由预训练目标设定的,而非继承自规模或临床监督。因此,互操作性应通过该目标进行设计,并在共享几何最弱的地方进行验证,包括患者亚组和临床判断。
cs.CV / 62 / 2607.20284

Multimodal Large Language Models for Remote Sensing Image Understanding: Domain-Specific or General-Purpose?

用于遥感图像理解的多模态大型语言模型:领域特定还是通用?
Ma, Qiwei, Qiu, Chunping, Cheng, Xinjun, Zhang, Xiaoyu, Duan, Puhong, Yang, Ke, Kang, Xudong, Li, Shutao
Abstract
The rapid development of multimodal large language models (MLLMs) has introduced a flexible paradigm for remote sensing image scene understanding (RSISU), enabling natural-language interaction with remote sensing imagery. However, a systematic understanding of the capability boundaries, cross-task generalization, and task-specific limitations of existing remote sensing MLLMs (RS-MLLMs) is still lacking. This paper presents a systematic survey and diagnostic evaluation of MLLMs for RSISU. We review the technical evolution of RS-MLLMs, focusing on model design, multimodal learning, training data, and downstream capabilities. We further compare RS-MLLMs with general-purpose computer vision MLLMs (CV-MLLMs) across diverse RSISU tasks and benchmarks. RS-MLLMs remain competitive in domain-specific settings, particularly remote sensing visual grounding and high-resolution visual question answering. More notably, general-purpose CV-MLLMs can match or even outperform these specialized models on several RSISU tasks without remote sensing-specific fine-tuning. These findings demonstrate the strong transferability of general-purpose CV-MLLMs and show that current RS-MLLMs do not consistently outperform them across diverse RSISU tasks. Current MLLMs also face limitations in spatial and relational reasoning, fine-grained visual understanding, instruction diversity, and generalization across heterogeneous task formats. Based on these findings, we outline future directions toward reliable evaluation, multimodal and high-resolution reasoning, efficient deployment, and tool-augmented remote sensing agents. This survey provides a systematic reference for developing robust, generalizable, and practical MLLMs for RSISU.
Chinese Translation
多模态大型语言模型(MLLMs)的快速发展为遥感图像场景理解(RSISU)引入了一种灵活的范式,使得与遥感图像的自然语言交互成为可能。然而,目前对现有遥感 MLLMs(RS-MLLMs)的能力边界、跨任务泛化和任务特定限制的系统理解仍然缺乏。本文对用于 RSISU 的 MLLMs 进行了系统的调查和诊断评估。我们回顾了 RS-MLLMs 的技术演变,重点关注模型设计、多模态学习、训练数据和下游能力。我们进一步比较了 RS-MLLMs 与通用计算机视觉 MLLMs(CV-MLLMs)在不同 RSISU 任务和基准测试中的表现。RS-MLLMs 在领域特定的环境中仍然具有竞争力,特别是在遥感视觉定位和高分辨率视觉问答方面。更值得注意的是,通用 CV-MLLMs 在多个 RSISU 任务中能够匹配甚至超越这些专业模型,而无需进行遥感特定的微调。这些发现表明通用 CV-MLLMs 的强大迁移能力,并显示当前的 RS-MLLMs 在不同 RSISU 任务中并不总是优于它们。目前的 MLLMs 在空间和关系推理、细粒度视觉理解、指令多样性以及跨异构任务格式的泛化方面也面临限制。基于这些发现,我们概述了未来在可靠评估、多模态和高分辨率推理、高效部署以及工具增强的遥感代理方面的研究方向。本次调查为开发强健、可泛化和实用的 RSISU MLLMs 提供了系统参考。
cs.CV / 63 / 2607.20291

Diverse-Intent Multi-Turn Fashion Image Retrieval

多样化意图的多轮时尚图像检索
Tang, Mingqiang, Wen, Haokun, Liu, Meng, Hu, Yupeng, Guan, Weili, Song, Xuemeng
Abstract
Real-world fashion search involves interactive retrieval across multiple turns. However, existing multi-turn retrieval methods are built on a restrictive assumption that every interaction follows the same attribute-editing paradigm, leaving heterogeneous intent transitions unexplored. Moreover, existing approaches often rely on textification to bridge multimodal queries and visual retrieval, which may lose fine-grained visual cues. To address these gaps, we introduce DIM-Fashion, a benchmark of 26K multi-turn sessions constructed from 13 fashion retrieval datasets across 7 tasks, featuring diverse intent transitions and rollback behaviors. We further propose FashionAM, an MLLM-VLP framework that directly aligns multimodal conversational queries with a fashion-oriented gallery embedding space, avoiding intermediate textification. Extensive experiments demonstrate the effectiveness of FashionAM over existing approaches. The dataset and code will be made publicly available upon acceptance.
Chinese Translation
现实世界中的时尚搜索涉及跨多个回合的互动检索。然而,现有的多轮检索方法基于一个限制性假设,即每次交互都遵循相同的属性编辑范式,这导致异质意图转变未被探索。此外,现有方法通常依赖文本化来桥接多模态查询和视觉检索,这可能会丢失细粒度的视觉线索。为了解决这些问题,我们提出了DIM-Fashion,这是一个由13个时尚检索数据集构建的26K多轮会话基准,涵盖7个任务,具有多样化的意图转变和回滚行为。我们进一步提出了FashionAM,一个MLLM-VLP框架,直接将多模态对话查询与面向时尚的图库嵌入空间对齐,避免了中间的文本化。大量实验表明,FashionAM在现有方法上具有显著的有效性。数据集和代码将在接受后公开发布。
cs.CV / 64 / 2607.20293

Evolving Cache Schedules for Fast Diffusion Policy Inference

用于快速扩散策略推断的演变缓存调度
Wang, Siying, Ji, Kangye, Wang, Di, Cheng, Fei
Abstract
Diffusion policies achieve strong visuomotor control by iteratively denoising action chunks, but repeated denoising makes real-time deployment computationally demanding. Cache-based methods reduce inference cost by reusing intermediate activations, but existing training-free schedules typically allocate computation uniformly across blocks, ignoring heterogeneous redundancy across blocks and leading to a suboptimal performance-efficiency trade-off. To bridge this gap, we introduce Evolving Cache Schedules (EVO), a training-free acceleration framework that globally schedules cache refreshes via evolutionary search. EVO represents each candidate as a complete schedule over the block-timestep lattice. Thus, redundant transformer computations during iterative denoising can be skipped through cache reuse while preserving closed-loop rollout performance. To make the search practical, EVO introduces redundancy-aware initialization, which seeds the population with promising schedules, and target-conditioned early stopping, which verifies and terminates once a desired performance target is reached. The offline-optimized schedule can be directly plugged into pretrained diffusion policies without retraining. Extensive manipulation benchmarks show that EVO preserves near-full performance while substantially reducing computation, achieving up to 8.05x action-generation speedup and reducing FLOPs from 15.77G to as low as 1.96G. Source code is available at https://github.com/pillom/EVO.
Chinese Translation
扩散策略通过迭代去噪动作块实现强大的视觉运动控制,但重复的去噪使得实时部署在计算上变得要求高。基于缓存的方法通过重用中间激活来降低推断成本,但现有的无训练调度通常在各个块之间均匀分配计算,忽略了块之间的异质冗余,导致性能与效率的权衡不理想。为了解决这一问题,我们提出了演变缓存调度(Evolving Cache Schedules, EVO),这是一种无训练的加速框架,通过进化搜索全局调度缓存刷新。EVO将每个候选者表示为块-时间步格上的完整调度。因此,在迭代去噪过程中,可以通过缓存重用跳过冗余的变换器计算,同时保持闭环回放性能。为了使搜索变得实用,EVO引入了冗余感知初始化,利用有前景的调度种子种群,以及目标条件的提前停止,一旦达到预期的性能目标便进行验证和终止。离线优化的调度可以直接插入预训练的扩散策略中,而无需重新训练。广泛的操作基准显示,EVO在显著减少计算的同时保持接近完整的性能,达到了高达8.05倍的动作生成加速,并将FLOPs从15.77G降低到最低1.96G。源代码可在https://github.com/pillom/EVO获取。
cs.CV / 65 / 2607.20326

Toward Reliable RGB-D Semantic Segmentation: Handling Missing Modalities via Condition Dropout

朝着可靠的RGB-D语义分割:通过条件丢弃处理缺失模态
Zhu, Xuchen, Wei, Yajuan, Hao, Shuang, Jiang, Jiwei, Mao, Guanxiang, Ren, Fang
Abstract
RGB-D semantic segmentation has achieved remarkable progress, yet most models assume that RGB and depth are always available. In practice, failures or occlusions of surveillance sensors often remove one modality. Although RGB or depth alone can contain sufficient cues, models trained only on full-modality inputs fail to exploit the remaining modality once one is missing, causing severe degradation. We tackle this issue with a simple continued-training paradigm, \emph{Condition Dropout (ConD)}, which mitigates degradation while preserving full-modality accuracy. Starting from a pretrained RGB-D model, ConD adds a second stage that randomly simulates complete, RGB-missing, and depth-missing inputs, freezes the original encoders, and trains copied encoders with zero-initialized feature injection. Experiments on NYU-Depth V2 and SUN RGB-D show that ConD improves robustness under missing modalities and even yields slight gains when modalities are complete. Our code will be made publicly available upon acceptance.
Chinese Translation
RGB-D语义分割已取得显著进展,但大多数模型假设RGB和深度信息始终可用。在实际应用中,监控传感器的故障或遮挡常常导致一种模态的缺失。尽管单独的RGB或深度信息可以包含足够的线索,但仅在全模态输入上训练的模型在缺失一种模态时无法利用剩余的模态,导致严重的性能下降。我们通过一种简单的持续训练范式——条件丢弃(Condition Dropout, ConD)来解决这一问题,该方法在保持全模态准确性的同时减轻了性能下降。从一个预训练的RGB-D模型开始,ConD增加了一个第二阶段,随机模拟完整、缺失RGB和缺失深度的输入,冻结原始编码器,并用零初始化的特征注入训练复制的编码器。在NYU-Depth V2和SUN RGB-D上的实验表明,ConD在缺失模态下提高了鲁棒性,并且在模态完整时甚至带来了轻微的性能提升。我们的代码将在论文接受后公开。
cs.CV / 66 / 2607.20351

Test-Time Training for Modality Order Consistency in Vision-Language Models

测试时训练以实现视觉-语言模型中的模态顺序一致性
Gupta, Aditi, Gandelsman, Yossi
Abstract
We find that vision-language models are sensitive to a specific semantically irrelevant change: the order in which the image and question are presented. Across three models and three benchmarks, image first prompting consistently outperforms question-first prompting, revealing a repeatable modality order failure. We use this gap to design an order-consistent test-time training method. Our method substantially closes the modality-order gap across all evaluated settings. Surprisingly, it also yields consistent improvements in the stronger image-first branch over the baseline, hence bootstrapping both orderings toward mutual consistency. Activation patching localizes the ordering failure to a narrow mid-network region where representations diverge sharply between prompt orders. We find that the test-time training method repairs this misalignment across layers. Together, our results identify modality-order sensitivity as a circuit-level failure in VLMs and demonstrate that simple, asymmetric test-time adaptation can effectively mitigate it and even improve performance over the baseline.
Chinese Translation
我们发现视觉-语言模型对一种特定的语义无关变化非常敏感:图像和问题呈现的顺序。在三个模型和三个基准测试中,图像优先的提示方式始终优于问题优先的提示方式,揭示了一个可重复的模态顺序失败。我们利用这一差距设计了一种顺序一致的测试时训练方法。我们的方法在所有评估设置中显著缩小了模态顺序差距。令人惊讶的是,它还在更强的图像优先分支上相较于基线产生了一致的改进,从而推动了两种顺序朝着相互一致的方向发展。激活修补将顺序失败定位到网络中间的一个狭窄区域,在该区域中,不同提示顺序的表示 sharply diverge。我们发现测试时训练方法修复了这一层间的不对齐。综上所述,我们的结果将模态顺序敏感性识别为视觉-语言模型中的电路级失败,并展示了简单的非对称测试时适应可以有效缓解这一问题,甚至在基线之上提高性能。
cs.CV / 67 / 2607.20357

Look Less, Think Faster: Joint Token-Compute Adaptation for Multimodal LLMs

少看,快思:多模态大语言模型的联合令牌-计算适应
Wang, Pengcheng, Wang, Zhiquan, Lee, Jayoung, Xu, Zhuoyan, Xu, Ran, Bagchi, Saurabh, Li, Yin, Chaterji, Somali
Abstract
Multimodal Large Language Models (MLLMs) have recently demonstrated strong performance across vision-language tasks. However, their high inference cost, arising from both the large number of input visual tokens and the heavy computation of the large language model (LLM), remains a key barrier to practical deployment. Recent work attempts to reduce the cost by adaptively optimizing individual dimensions, e.g., pruning redundant visual tokens or skipping LLM layers and heads. Nonetheless, prior approaches typically treat these dimensions independently and overlook a fundamental coupling: the available compute resources must be dynamically allocated across all dimensions based on the input content. To bridge the gap, we propose SmartVL, a unified adaptive inference framework that jointly controls vision token number and model compute capability in response to varying input contents and compute budgets. SmartVL introduces a vision-side token controller that dynamically selects informative visual tokens and an LLM-side compute controller that adaptively adjusts LLM computation. Importantly, these controllers are trained to coordinate with each other so that the overall inference cost satisfies a target budget. To allow this joint scheduling, we connect the controllers using a shared budget encoding and leverage a differentiable latency estimator for end-to-end training. This design enables SmartVL to learn cross-stage allocation strategies that adapt to both input complexity and runtime compute constraints. Experiments across multiple MLLM benchmarks demonstrate that, with joint scheduling, SmartVL consistently outperforms prior adaptive methods and achieves superior accuracy-efficiency Pareto frontiers. Project page: https://www.schaterji.io/publications/2026/jointtokencompute.
Chinese Translation
多模态大语言模型(MLLMs)最近在视觉-语言任务中表现出色。然而,由于输入视觉令牌数量庞大和大语言模型(LLM)计算量大的原因,其高推理成本仍然是实际部署的主要障碍。近期的研究尝试通过自适应优化个体维度来降低成本,例如,修剪冗余视觉令牌或跳过LLM的层和头部。然而,之前的方法通常独立处理这些维度,忽视了一个基本的耦合关系:可用的计算资源必须根据输入内容在所有维度之间动态分配。为了解决这一问题,我们提出了SmartVL,一个统一的自适应推理框架,能够根据变化的输入内容和计算预算共同控制视觉令牌数量和模型计算能力。SmartVL引入了一个视觉侧令牌控制器,动态选择信息丰富的视觉令牌,以及一个LLM侧计算控制器,自适应调整LLM计算。重要的是,这些控制器经过训练以协调工作,从而使整体推理成本满足目标预算。为了实现这种联合调度,我们通过共享预算编码连接控制器,并利用可微分延迟估计器进行端到端训练。这一设计使SmartVL能够学习适应输入复杂性和运行时计算约束的跨阶段分配策略。多个MLLM基准的实验表明,通过联合调度,SmartVL始终优于之前的自适应方法,并实现了更优的准确性-效率帕累托前沿。项目页面:https://www.schaterji.io/publications/2026/jointtokencompute.
cs.CV / 68 / 2607.20368

Self Gradient Forcing: Native Long Video Extrapolation

自梯度强制:原生长视频外推
Zhuang, Junhao, Zhang, Shiyi, Bian, Yuxuan, Li, Yaowei, Luo, Yawen, Liu, Yijun, Jin, Weiyang, Zhang, Songchun, He, Xianglong, Zhang, Xuying, Li, Haoran, Huang, Haoyang, Xue, Zeyue, Duan, Nan
Abstract
Recent autoregressive video diffusion methods are increasingly built upon Self Forcing, where the student is trained on histories produced by its own rollout rather than ground-truth video contexts. This reduces exposure bias, but the historical key-value cache is still used by future frames only as frozen rollout state. As a result, future losses cannot supervise how earlier generated latents should be written into more useful keys and values for later video-latent generation. We call this the historical context-gradient gap. We propose Self Gradient Forcing (SGF), a two-pass training strategy that restores this missing supervision signal without backpropagating through the full serial rollout. Pass 1 performs a no-gradient autoregressive rollout matching inference and, at a sampled denoising exit step, records both the self-generated context and the noisy latents fed to the model. Pass 2 performs parallel context-gradient reconstruction for the recorded exit step. The generated context is used as stop-gradient clean-latent input, while the model recomputes the context KV representations and future-to-context causal attention. Thus, SGF provides the missing memory-writing supervision within the native autoregressive training objective, using losses on future video latents to train the model to encode context into more effective causal memory. Across extensive long-horizon frame-wise and chunk-wise experiments under different initializations, SGF achieves stronger native long-video extrapolation than Self Forcing, especially in subject identity, background/layout consistency, and temporal stability. Remarkably, using only a 5-second training window, SGF can extrapolate to videos lasting several minutes. Code and models will be released to advance research on autoregressive video generation.
Chinese Translation
最近的自回归视频扩散方法越来越多地基于自强制(Self Forcing),其中学生模型在其自身生成的历史数据上进行训练,而不是在真实视频上下文上进行训练。这减少了暴露偏差,但历史的键值缓存仍然仅作为冻结的生成状态供未来帧使用。因此,未来的损失无法监督早期生成的潜在变量应如何写入更有用的键和值,以便于后续视频潜在生成。我们称之为历史上下文梯度差距。我们提出了自梯度强制(Self Gradient Forcing, SGF),这是一种两阶段的训练策略,旨在恢复这一缺失的监督信号,而无需通过完整的串行生成进行反向传播。第一阶段执行无梯度的自回归生成,以匹配推理,并在采样的去噪退出步骤中记录自生成的上下文和输入模型的噪声潜在变量。第二阶段对记录的退出步骤进行并行上下文梯度重建。生成的上下文作为停止梯度的干净潜在输入,而模型重新计算上下文的键值表示和未来到上下文的因果注意力。因此,SGF在原生自回归训练目标中提供了缺失的记忆写入监督,利用未来视频潜在的损失来训练模型将上下文编码为更有效的因果记忆。在不同初始化下的广泛长时间帧级和块级实验中,SGF在长视频外推方面的表现优于自强制,特别是在主体身份、背景/布局一致性和时间稳定性方面。值得注意的是,仅使用5秒的训练窗口,SGF就能外推到持续几分钟的视频。代码和模型将发布,以推动自回归视频生成的研究。
cs.CV / 69 / 2607.20385

Persian Pixel: A large-scale synthetic OCR dataset for Persian language

波斯像素:一个大规模合成的波斯语言OCR数据集
Mahdi, Pouria, Malik, Haq Nawaz
Abstract
Optical Character Recognition (OCR) for Persian remains substantially less mature than for Latin-script languages despite Persian being spoken by more than 110 million people across multiple countries. This gap arises from two fundamental challenges: the intrinsic complexity of the Perso-Arabic writing system and the limited availability of large-scale, high-quality annotated datasets. Persian script exhibits obligatory cursive connectivity, context-dependent glyph shaping, extensive ligatures, diacritic placement, and stylistic variation across writing forms such as Naskh and Nastaliq, all of which significantly complicate text recognition. At the same time, the high cost and labor-intensive nature of manual annotation have created a persistent data bottleneck, limiting the development of robust OCR systems and slowing progress in Persian document digitization.In this paper, we introduce Persian Pixel, a comprehensive synthetic OCR dataset specifically designed to address these challenges. Comprising over 343,000 high-fidelity image text pairs, the dataset spans sentence, paragraph, and full-page document layouts generated from a carefully curated seven-million-word Persian corpus using the SynthOCR-Gen rendering framework. The generation pipeline faithfully models the typographic characteristics of Persian script, including contextual character joining, positional glyph variants, diacritic placement, and multiple representative Persian typefaces. To bridge the synthetic-to-real domain gap, the rendered images are further enriched with more than twenty-five stochastic degradation models that emulate realistic document acquisition artifacts, including ink bleed, paper aging, blur, illumination variation, scanner imperfections, compression artifacts, and multiple noise processes.By overcoming the long-standing scarcity of annotated Persian OCR data, Persian Pixel provides a scalable and openly available resource for training and fine-tuning modern OCR architectures, including transformer-based models such as TrOCR and Donut. The dataset establishes a strong foundation for research in Persian document analysis, historical manuscript digitization, and end-to-end document understanding, while demonstrating that programmatic synthetic data generation offers a practical, cost-effective, and scalable alternative to manual annotation for advancing OCR in low-resource and typographically complex scripts.
Chinese Translation
尽管波斯语在多个国家有超过1.1亿人使用,但其光学字符识别(OCR)技术仍远不如拉丁字母语言成熟。这一差距源于两个根本性挑战:波斯-阿拉伯书写系统的内在复杂性以及大规模高质量标注数据集的有限可用性。波斯书写具有强制连接的连写特性、依赖上下文的字形变化、广泛的连字、变音符号的放置以及在Naskh和Nastaliq等书写形式中的风格变化,这些都显著增加了文本识别的难度。同时,手动标注的高成本和劳动密集型特性造成了持续的数据瓶颈,限制了强大OCR系统的发展,并减缓了波斯文档数字化的进程。在本文中,我们介绍了波斯像素,这是一个专门设计用于应对这些挑战的综合合成OCR数据集。该数据集包含超过343,000对高保真图像文本对,涵盖了从精心策划的七百万词波斯语语料库中生成的句子、段落和整页文档布局,使用了SynthOCR-Gen渲染框架。生成管道忠实地模拟了波斯书写的排版特征,包括上下文字符连接、位置字形变体、变音符号的放置以及多种代表性的波斯字体。为了弥合合成与真实领域之间的差距,渲染的图像进一步丰富了超过二十五种随机降质模型,以模拟现实文档获取伪影,包括墨水渗透、纸张老化、模糊、光照变化、扫描仪缺陷、压缩伪影和多种噪声过程。通过克服长期以来波斯OCR标注数据的稀缺,波斯像素为训练和微调现代OCR架构(包括基于变换器的模型如TrOCR和Donut)提供了一个可扩展且开放可用的资源。该数据集为波斯文档分析、历史手稿数字化和端到端文档理解的研究奠定了坚实基础,同时展示了程序化合成数据生成为推动低资源和排版复杂脚本的OCR提供了一种实用、经济且可扩展的替代手段。
cs.CV / 70 / 2607.20389

PercepCap: Video Captioner with Structured Spatio-Temporal Perception

PercepCap:具有结构化时空感知的视频字幕生成器
Xu, Yifan, Wang, Zihao, Wang, Zhixiao, Zhang, Jiaming, Yang, Yichun, Meng, Desen, Zhang, Yuanxing, Wan, Pengfei, Wang, Limin
Abstract
Video captioning requires fine-grained spatio-temporal understanding of videos, including spatial perception of where objects are located and temporal perception of when events occur. Existing MLLMs usually generate captions directly from video inputs without exposing the perceptual evidence behind descriptions. As a result, mistakes in spatiotemporal perception are only observed in the final caption, making it difficult to identify the underlying perceptual errors directly. To address these issues, we present PercepCap, a perception-aware video captioning framework that makes perceptual evidence explicit before producing the final caption. Specifically, PercepCap follows a perceive-describe generation chain, where the model first produces a spatiotemporal perception trace comprising object trajectories and temporal events, and then generates the final caption conditioned on the perceived evidence. To support this, we design a two-stage training strategy. Perceive-then-Describe Supervised Fine-tuning adapts the model from caption-only generation to the proposed perceive-describe chain, while Perception-Grounded Reinforcement Learning optimizes perception trace and caption quality with joint rewards over perception chain and the final caption. To support our two-stage training, we introduce Caption-Anchored Perception Data Construction. This pipeline builds the SFT and RL training data by first generating a caption-only description, extracting the objects and events it mentions, and grounding them back in the video with boxes and timestamps. This yields caption-aligned perception data that provides solid training ground truth, ensuring that the explicit perception trace and final caption refer to the same objects and events. Across direct caption and caption-to-QA evaluation, PercepCap consistently improves upon the Qwen3-VL baseline and demonstrates leading caption quality.
Chinese Translation
视频字幕生成需要对视频进行细致的时空理解,包括对物体位置的空间感知和对事件发生时间的时间感知。现有的多模态大语言模型(MLLMs)通常直接从视频输入生成字幕,而未能揭示描述背后的感知证据。因此,时空感知中的错误仅在最终字幕中显现,使得直接识别潜在的感知错误变得困难。为了解决这些问题,我们提出了PercepCap,一个感知意识的视频字幕生成框架,该框架在生成最终字幕之前明确感知证据。具体而言,PercepCap遵循一个感知-描述生成链,其中模型首先生成一个包含物体轨迹和时间事件的时空感知轨迹,然后基于感知证据生成最终字幕。为支持这一过程,我们设计了一个两阶段的训练策略。感知-再描述的监督微调将模型从仅生成字幕适配到所提出的感知-描述链,而基于感知的强化学习则通过对感知链和最终字幕的联合奖励来优化感知轨迹和字幕质量。为了支持我们的两阶段训练,我们引入了基于字幕的感知数据构建。该流程通过首先生成仅包含字幕的描述,提取其提及的物体和事件,并将它们通过框和时间戳重新定位到视频中,从而构建SFT和RL训练数据。这生成了与字幕对齐的感知数据,提供了可靠的训练真实值,确保显式的感知轨迹和最终字幕指向相同的物体和事件。在直接字幕和字幕到问答的评估中,PercepCap始终优于Qwen3-VL基线,并展示出领先的字幕质量。
cs.CV / 71 / 2607.20417

ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion

ATSplat:具有自适应令牌扩展的紧凑前馈3D高斯点云
In, Cho, Cho, Jeonghwan, Yoo, Mijin, Lee, Gim Hee, Kim, Seon Joo
Abstract
3D Gaussian Splatting (3DGS) achieves high-quality novel-view synthesis by optimizing freely placed primitives in 3D and adaptively densifying them in under-reconstructed regions. However, this scene-adaptive capacity allocation is largely lost in existing feed-forward 3DGS methods, which commonly regress Gaussians at input pixels and lift them along camera rays. Such pixel-aligned formulations make the number and placement of primitives depend on image resolution and input viewpoints rather than scene complexity, resulting in dense and often redundant Gaussian sets. We present ATSplat, a feed-forward 3DGS framework that restores the adaptive allocation capability of 3DGS optimization through Adaptive 3D Tokens. ATSplat first lifts coarse patch-level depth and camera cues into sparse 3D anchor tokens, forming a compact scaffold of the scene. Each token is then regressed into local Gaussians with learnable 3D offsets, decoupling primitive placement from input image grids. An Adaptive Token Expansion module predicts a token-level uncertainty score, supervised by rendering error maps, and selectively expands high-uncertainty tokens through learnable expansion layers. This sparse-to-adaptive formulation enables ATSplat to concentrate primitives in challenging regions while maintaining a compact representation. Experiments on two representative datasets, RealEstate10K and DL3DV, show that ATSplat achieves state-of-the-art rendering quality while reducing the number of Gaussians by more than $5.7\times$ compared with dense feed-forward 3DGS methods. From 12 input images at $512 \times 960$ resolution, ATSplat completes reconstruction in less than a second using a single commercial GPU, and renders high-quality novel views at 1136 FPS ($512 \times 960$) with only 311K Gaussians.
Chinese Translation
3D高斯点云(3DGS)通过优化自由放置的三维原语并在重建不足的区域自适应地加密它们,从而实现高质量的新视角合成。然而,现有的前馈3DGS方法在这一场景自适应能力分配方面大多丧失,通常是在输入像素上回归高斯并沿相机光线提升它们。这种像素对齐的公式使得原语的数量和位置依赖于图像分辨率和输入视点,而不是场景复杂性,导致生成密集且往往冗余的高斯集合。我们提出了ATSplat,一个前馈3DGS框架,通过自适应3D令牌恢复3DGS优化的自适应分配能力。ATSplat首先将粗糙的补丁级深度和相机线索提升为稀疏的3D锚令牌,形成场景的紧凑支架。然后,每个令牌被回归为具有可学习3D偏移的局部高斯,从而将原语的放置与输入图像网格解耦。自适应令牌扩展模块预测令牌级的不确定性分数,并通过渲染误差图进行监督,选择性地通过可学习的扩展层扩展高不确定性令牌。这种稀疏到自适应的公式使得ATSplat能够在具有挑战性的区域集中原语,同时保持紧凑的表示。在两个具有代表性的数据集RealEstate10K和DL3DV上的实验表明,ATSplat在渲染质量上达到了最先进的水平,同时与密集前馈3DGS方法相比,减少了超过$5.7 imes$的高斯数量。在$512 imes 960$分辨率下,从12张输入图像开始,ATSplat在不到一秒的时间内使用单个商业GPU完成重建,并以1136 FPS($512 imes 960$)渲染高质量的新视角,仅使用311K个高斯。
人工智能 (Artificial Intelligence)
52
cs.AI / 1 / 2607.19349

FineServe: A Fine-Grained Dataset and Characterization of Global LLM Serving Workloads

FineServe:全球 LLM 服务工作负载的细粒度数据集及特征分析
Zhang, Tiancheng, Huang, Shaoyuan, Wang, Mingyuan, Zhao, Yunfeng, Wang, Xiaofei, Wang, Wenyu
Abstract
Large language models (LLMs) are increasingly deployed as always-on online services, making efficient LLM serving a critical systems challenge. Achieving low latency and high throughput under volatile demand requires deep understanding of real-world serving workloads, yet existing studies often rely on proxy traces or coarse-grained characterizations that fail to capture the heterogeneity of modern multi-model LLM platforms. We present FineServe, an in-the-wild, multi-model LLM serving workload dataset collected from a global commercial marketplace, enabling fine-grained characterization of real-world serving dynamics across heterogeneous models and tasks. Leveraging FineServe, we conduct a comprehensive analysis of arrival dynamics and token behavior, revealing fundamentally different fluctuation regimes across model architectures, scales and task intents. Building on these insights, we develop the FineServe workload generator, which composes fine-grained model-aware workloads into configurable mixtures tailored for benchmarking multi-model serving platforms. By exposing these fine-grained workload dynamics, FineServe provides a realistic foundation for evaluating routing, scheduling, and capacity-planning strategies in LLM serving systems. FineServe is available at https://github.com/hihiztc1/FineServe.
Chinese Translation
大型语言模型(LLMs)越来越多地作为始终在线的服务进行部署,使得高效的 LLM 服务成为一个关键的系统挑战。在波动的需求下,实现低延迟和高吞吐量需要对现实世界服务工作负载有深入的理解,然而现有研究往往依赖于代理追踪或粗粒度特征分析,无法捕捉现代多模型 LLM 平台的异质性。我们提出了 FineServe,这是一个来自全球商业市场的真实多模型 LLM 服务工作负载数据集,使得能够对异质模型和任务的真实服务动态进行细粒度特征分析。利用 FineServe,我们对到达动态和令牌行为进行了全面分析,揭示了不同模型架构、规模和任务意图之间根本不同的波动模式。在这些洞察的基础上,我们开发了 FineServe 工作负载生成器,该生成器将细粒度的模型感知工作负载组合成可配置的混合,以便于对多模型服务平台进行基准测试。通过揭示这些细粒度的工作负载动态,FineServe 为评估 LLM 服务系统中的路由、调度和容量规划策略提供了一个现实的基础。FineServe 可在 https://github.com/hihiztc1/FineServe 获取。
cs.AI / 2 / 2607.19350

Hybrid LSTM-Graph Neural Framework for Robust Financial Fraud Detection and Adversarial Resilience

混合LSTM-图神经框架用于稳健的金融欺诈检测与对抗性韧性
Ali, Mariam Zakaria Moussa
Abstract
Financial institutions face significant challenges in detecting sophisticated money laundering patterns, such as smurfing and layering, due to extreme data imbalance (0.13% fraud rate) and evolving adversarial evasion tactics. This paper proposes FraudShield AI, a hybrid framework that integrates Long Short-Term Memory (LSTM) networks with hand-crafted Graph Topological Features to capture both temporal sequences and structural relational context. By engineering network-centric features including PageRank Centrality, In-Degree dynamics, and a custom Flow Ratio, the system shifts the detection paradigm from isolated transaction analysis to network-level forensics. A Focal Loss objective is used to address class imbalance, and a dynamic thresholding mechanism is introduced to improve resilience against low-value smurfing attacks. Experimental evaluation on the PaySim dataset shows that the proposed hybrid model substantially outperforms Logistic Regression and XGBoost baselines in Precision, Recall, and F1-Score, particularly on hard-to-detect micro-transaction fraud patterns. An ablation study confirms the complementary contribution of both the temporal and topological components.
Chinese Translation
金融机构在检测复杂的洗钱模式(如小额分散和分层)方面面临重大挑战,这主要是由于极端的数据不平衡(欺诈率为0.13%)和不断演变的对抗性规避策略。本文提出了FraudShield AI,一个混合框架,将长短期记忆网络(LSTM)与手工设计的图拓扑特征相结合,以捕捉时间序列和结构关系上下文。通过工程化网络中心特征,包括PageRank中心性、入度动态和自定义流量比率,该系统将检测范式从孤立的交易分析转变为网络级取证。采用Focal Loss目标来解决类别不平衡问题,并引入动态阈值机制以提高对低价值小额分散攻击的韧性。在PaySim数据集上的实验评估表明,所提出的混合模型在精确度、召回率和F1分数上显著优于逻辑回归和XGBoost基线,尤其是在难以检测的小额交易欺诈模式上。消融研究确认了时间和拓扑组件的互补贡献。
cs.AI / 3 / 2607.19351

OpenEvoShield: Dual Non-Stationary Continual Defense for Open-World Multi-Agent System Attacks

OpenEvoShield:开放世界多智能体系统攻击的双重非平稳持续防御
Zhang, Litian, Li, Chaozhuo, Zhang, Yuting, Chen, Zejian, Yan, Bingyu, Ye, Qiwei
Abstract
LLM-based multi-agent systems (LLM-MAS) are increasingly deployed in safety-critical applications, where adversaries inject malicious instructions through inter-agent communication to propagate harmful behaviors. Unlike static threats, these attacks are doubly dynamic: adversaries refine injection strategies against deployed defenses while normal-agent behavior drifts with system expansion. Existing defenses treat deployment as a closed-world problem and degrade rapidly once either distribution shifts beyond training coverage. We propose OpenEvoShield, a co-evolutionary continual defense framework for LLM-MAS. An asymmetric rate controller (M1) decouples fast attack-side and slow normal-side learning rates from dual drift signals. A normal-boundary updater (M2) maintains a dynamic behavioral boundary at the slow rate, while an EWC-regularized policy ensemble (M3) fast-adapts without catastrophic forgetting. An energy-based multi-granularity detector (M4) fuses node-, subgraph-, and graph-level evidence to classify novel attacks as out-of-distribution. Experiments over 100 deployment rounds across five benchmarks and four MAS topologies show that OpenEvoShield outperforms static and continual baselines, detecting most previously unseen attacks while keeping false positive rates low.
Chinese Translation
基于大型语言模型的多智能体系统(LLM-MAS)在安全关键应用中越来越多地被部署,其中对手通过智能体间的通信注入恶意指令,以传播有害行为。与静态威胁不同,这些攻击具有双重动态性:对手针对已部署的防御不断完善注入策略,同时正常智能体的行为随着系统扩展而漂移。现有的防御措施将部署视为封闭世界问题,一旦分布超出训练覆盖范围,防御性能迅速下降。我们提出了OpenEvoShield,一个针对LLM-MAS的共同进化持续防御框架。一个不对称速率控制器(M1)将快速攻击侧和缓慢正常侧的学习速率与双重漂移信号解耦。一个正常边界更新器(M2)以较慢的速率维持动态行为边界,而一个基于EWC(经验权重衰减)的策略集成(M3)则在不发生灾难性遗忘的情况下快速适应。一个基于能量的多粒度检测器(M4)融合节点、子图和图级别的证据,将新型攻击分类为分布外攻击。针对五个基准和四种MAS拓扑的100个部署轮次的实验表明,OpenEvoShield的性能优于静态和持续基线,能够检测大多数以前未见过的攻击,同时保持低误报率。
cs.AI / 4 / 2607.19353

Benchmarking Confidential GPU Inference on NVIDIA H100 under Intel TDX

在Intel TDX下对NVIDIA H100进行机密GPU推理的基准测试
Wang, Wei, Waqas, Abdul Hyee, Smith, Burns
Abstract
Confidential computing is becoming a practical deployment requirement for AI inference workloads that process sensitive inputs or protect proprietary model assets. However, the performance cost of enabling confidential execution for GPU-accelerated large language model serving remains workload dependent and operationally important. This paper presents a benchmark study comparing standard non-confidential execution with confidential computing mode on a single NVIDIA H100 80GB GPU hosted in an Intel TDX confidential instance. The evaluation uses two representative language models, Mistral-7B v0.1 and Qwen3-30B-A3B, and measures time to first token, end-to-end request latency, per-request token generation throughput, global token throughput, and closed-loop request throughput under increasing concurrency. In fixed request-rate experiments, confidential mode increases average TTFT by 21.8% for Mistral-7B and 27.8% for Qwen3-30B-A3B, while global token throughput drops by 17.7% and 21.1%, respectively. In closed-loop concurrency experiments, throughput gaps remain in the 11.5-20.2% range, but the larger model reaches its saturation knee earlier under confidential mode. The results suggest that confidential GPU inference can retain usable throughput under load, but capacity planning must account for both the steady throughput penalty and the earlier saturation behavior observed for larger models.
Chinese Translation
机密计算正成为处理敏感输入或保护专有模型资产的AI推理工作负载的实际部署要求。然而,为GPU加速的大型语言模型服务启用机密执行的性能成本仍然依赖于工作负载,并在操作上具有重要性。本文呈现了一项基准研究,比较了在Intel TDX机密实例中托管的单个NVIDIA H100 80GB GPU上标准非机密执行与机密计算模式的性能。评估使用了两个具有代表性的语言模型,Mistral-7B v0.1和Qwen3-30B-A3B,并测量了首次令牌生成时间、端到端请求延迟、每请求令牌生成吞吐量、全局令牌吞吐量以及在增加并发下的闭环请求吞吐量。在固定请求速率实验中,机密模式下Mistral-7B的平均首次令牌生成时间(TTFT)增加了21.8%,而Qwen3-30B-A3B则增加了27.8%;同时,全局令牌吞吐量分别下降了17.7%和21.1%。在闭环并发实验中,吞吐量差距保持在11.5%至20.2%的范围内,但在机密模式下,较大的模型更早达到饱和点。结果表明,机密GPU推理在负载下仍能保持可用的吞吐量,但容量规划必须考虑到稳定吞吐量的惩罚以及较大模型观察到的更早饱和行为。
cs.AI / 5 / 2607.19354

FormulaSPIN: Self-Play Fine-Tuning for Natural Language to Spreadsheet Formula Generation

FormulaSPIN:用于自然语言到电子表格公式生成的自我对弈微调
Xie, Cy
Abstract
Spreadsheet applications are used by hundreds of millions worldwide, yet writing formulas remains a significant barrier. Existing approaches rely on static supervised data, which quickly saturates on limited annotations. In this paper, we introduce FORMULASPIN, a self-play framework that breaks the ceiling of supervised fine-tuning by enabling iterative self-improvement without any additional data. Vanilla SPIN fails on this task: it uniformly penalizes every non-matching output, so execution-equivalent alternatives are punished as negatives in one example while serving as ground truth in another, producing contradictory gradients. Our framework resolves this by exploiting formula generation's unique advantage: binary executability provides implicit supervision that separates semantic errors from valid stylistic variants. We frame training as a two-player game in which the main player learns to prefer ground-truth formulas over those from its previous version, while execution feedback sorts outputs into distinct granularities-enabling an adaptive curriculum that shifts from semantic correctness to stylistic refinement. To further increase accuracy, we incorporate ExecVote, a semantic-level voting mechanism that naturally handles multiple valid formulations. Experiments on multiple benchmarks demonstrate that FORMULASPIN achieves state-of-the-art performance, with 74.9% exact match and 87.1% execution accuracy on NL2FORMULA, matching models trained with additional preference annotations while outperforming both traditional SFT and frontier proprietary models. These findings underscore self-play's potential to tackle scarce data tasks and open the door to extending it beyond executable domains.
Chinese Translation
电子表格应用程序在全球有数亿用户,但编写公式仍然是一个显著的障碍。现有的方法依赖于静态的监督数据,这在有限的注释上很快就会饱和。本文介绍了FORMULASPIN,一个自我对弈框架,通过实现迭代自我改进而无需任何额外数据,突破了监督微调的瓶颈。传统的SPIN在此任务上失败:它对每个不匹配的输出进行均匀惩罚,因此在一个示例中执行等效的替代方案被视为负例,而在另一个示例中却作为真实值,导致矛盾的梯度。我们的框架通过利用公式生成的独特优势来解决这一问题:二元可执行性提供了隐式监督,能够将语义错误与有效的风格变体区分开。我们将训练框架设定为一个双人游戏,其中主要参与者学习偏好真实公式而非其先前版本的公式,同时执行反馈将输出分类为不同的粒度——这使得适应性课程能够从语义正确性转向风格细化。为了进一步提高准确性,我们引入了ExecVote,一种语义级投票机制,能够自然处理多种有效的表述。多个基准测试的实验表明,FORMULASPIN实现了最先进的性能,在NL2FORMULA上达到了74.9%的精确匹配率和87.1%的执行准确率,匹配了经过额外偏好注释训练的模型,同时超越了传统的监督微调(SFT)和前沿的专有模型。这些发现强调了自我对弈在应对稀缺数据任务中的潜力,并为将其扩展到可执行领域之外打开了大门。
cs.AI / 6 / 2607.19355

Information Discernment in Large Language Models

大型语言模型中的信息辨识
Ashkinaze, Joshua, Kurek, Laura, Faisal, Alina, Miao, Tongyuan, Joseph, Mariam, Budak, Ceren, Gilbert, Eric
Abstract
LLMs are increasingly used with external knowledge sources like the internet. Do they weigh information appropriately -- updating more for reliable sources (source discernment) and more when claims bring priors closer to the truth (truth discernment)? We formalize this as information discernment and introduce Learn2Discern (L2D), an experimental framework and benchmark grounded in three normative axioms with interpretable metrics. To establish external validity, a pre-registered, quota-matched user study (n=299) confirms that real LLM users endorse all three axioms and report that violations reduce their trust and usage intent. Across 13 models and nearly 670K trials, we find consistent failures across both dimensions: models perform near chance on source and truth discernment, rely on source popularity twice as much as source reliability, and update roughly equally whether a claim improves or worsens their position relative to the ground truth. Models integrate external knowledge most effectively on datasets where their priors are already the most accurate. Newer and larger models improve truth discernment but not source discernment, a blind spot that model complexity does not address. We identify simple inference-time interventions that improve both forms of discernment. We release our dataset and survey as a testbed for a core alignment property that scales in importance as LLMs replace traditional search.
Chinese Translation
大型语言模型(LLMs)越来越多地与外部知识源(如互联网)结合使用。它们是否能够适当地权衡信息——对可靠来源进行更多更新(来源辨识)以及在主张使先验更接近真相时进行更多更新(真相辨识)?我们将此形式化为信息辨识,并引入Learn2Discern(L2D),这是一个基于三个规范公理的实验框架和基准,具有可解释的度量标准。为了建立外部有效性,我们进行了一项预注册的、配额匹配的用户研究(n=299),确认真实的LLM用户支持所有三个公理,并报告违规行为降低了他们的信任度和使用意图。在13个模型和近67万次试验中,我们发现这两个维度都存在一致的失败:模型在来源和真相辨识上的表现接近随机水平,依赖于来源的流行程度是来源可靠性的两倍,并且无论主张是改善还是恶化其相对于真实情况的立场,更新的程度大致相同。模型在其先验已经最准确的数据集上最有效地整合外部知识。较新和更大的模型改善了真相辨识,但未能改善来源辨识,这是模型复杂性未能解决的盲点。我们识别出简单的推理时干预措施,可以改善这两种辨识形式。我们发布了我们的数据集和调查,作为一个核心对齐属性的测试平台,随着LLMs取代传统搜索,其重要性不断增加。
cs.AI / 7 / 2607.19356

NEXUS: Structured Runtime Safety for Tool-Using LLM Agents

NEXUS:工具使用大型语言模型代理的结构化运行时安全性
Hossain, Elias, Nipu, Md Mehedi Hasan, Ornee, Tasfia Nuzhat, Rana, Rajib, Yousefi, Niloofar
Abstract
Tool-using LLM agents increasingly execute high-impact actions, making runtime safety monitoring essential. We present NEXUS (Neural EXecution Utility and Safety), a structured-plan safety monitor that applies a formal intervention policy to select among four actions: allow, block, request confirmation, or request revision. NEXUS combines deterministic safety rules, argument-level inspection, and a calibrated logistic-regression risk score for graded escalation. On a 128-instance synthetic benchmark, NEXUS achieves an F1 score of 0.949 and a 4-class intervention accuracy of 0.6406, outperforming rule-only intervention selection by 27.3 percentage points. It also improves over rule-only on R-Judge (F1 = 0.861 vs. 0.849), matches rule-only on AgentHarm due to threat-model limits, and achieves 0% ASR at 99% control allow on IPI. On the rule-blind NEXUS-Stress benchmark, NEXUS reaches an F1 score of 0.881, highlighting the difficulty of fine-grained intervention routing. With 0.205 ms median latency, NEXUS adds under 0.1% overhead to typical agent loops. Code, benchmarks, and the calibrated risk scorer are publicly released.
Chinese Translation
工具使用的大型语言模型(LLM)代理越来越多地执行高影响力的操作,因此运行时安全监控变得至关重要。我们提出了NEXUS(神经执行实用工具与安全性),这是一种结构化计划安全监控器,应用正式干预政策在四种操作中进行选择:允许、阻止、请求确认或请求修订。NEXUS结合了确定性的安全规则、论证级别的检查以及经过校准的逻辑回归风险评分,以实现分级升级。在128个实例的合成基准测试中,NEXUS的F1得分为0.949,四类干预准确率为0.6406,比仅使用规则的干预选择提高了27.3个百分点。在R-Judge上,NEXUS的表现优于仅使用规则(F1 = 0.861对比0.849),在AgentHarm上由于威胁模型的限制与仅使用规则相当,并在IPI上实现了99%控制允许下的0%误报率。在规则盲的NEXUS-Stress基准测试中,NEXUS达到了0.881的F1得分,突显了细粒度干预路由的困难。NEXUS的中位延迟为0.205毫秒,为典型代理循环增加了不到0.1%的开销。代码、基准测试和经过校准的风险评分器已公开发布。
cs.AI / 8 / 2607.19357

Stochastic Primal-Dual Decoding for Multiobjective Generative Recommender Systems

多目标生成推荐系统的随机原始-对偶解码
Moor, Dmitrii, Carterette, Ben, Krishnamoorthy, Senthilkumar, Kretschman, Kyle, Beslic, Denis, Yalla, Melissa, Wang, Alice Y, Lalmas, Mounia
Abstract
Recent advances in recommender systems (RS) have shown substantial performance gains through generative modelling. In practice, recommendation often involves constructing slates -- ordered lists of items -- that must satisfy multiple objectives beyond relevance, such as constraints defined over item attributes or fairness constraints. Existing multiobjective approaches either rely on post-processing techniques designed for non-generative settings, or incorporate auxiliary objectives directly into model training. The former does not explicitly account for the sequential nature of generative RS, while the latter is often impractical in large-scale systems. We propose a lightweight, inference-time decoding layer that augments autoregressive generative RS to support multiobjective slate generation without modifying or retraining the underlying model. We formulate decoding as an online constrained optimisation problem, where items are selected sequentially, and trade-offs between relevance and auxiliary objectives are adjusted dynamically based on the remaining constraint slack, i.e., how much of each objective remains to be satisfied. This is implemented via a stochastic primal-dual approximation scheme that balances relevance and auxiliary objectives during generation. We provide theoretical guarantees on constraint violation and regret, and evaluate the proposed approach through extensive offline experiments and a large-scale online A/B experiment in a real-world recommender system. Our results show consistent improvements in multiobjective trade-offs, including a +1.8\% gain in the auxiliary objectives achieved at zero cost to user satisfaction.
Chinese Translation
最近在推荐系统(RS)领域的进展通过生成建模显示了显著的性能提升。在实际应用中,推荐通常涉及构建满足多个目标的项目清单——有序的项目列表,这些目标不仅包括相关性,还包括对项目属性的约束或公平性约束。现有的多目标方法要么依赖于为非生成环境设计的后处理技术,要么将辅助目标直接纳入模型训练。前者未能明确考虑生成推荐系统的顺序特性,而后者在大规模系统中往往不切实际。我们提出了一种轻量级的推理时解码层,增强自回归生成推荐系统以支持多目标清单生成,而无需修改或重新训练基础模型。我们将解码形式化为一个在线约束优化问题,其中项目按顺序选择,并根据剩余约束松弛动态调整相关性与辅助目标之间的权衡,即每个目标剩余需要满足的程度。通过一种随机原始-对偶近似方案实现这一点,该方案在生成过程中平衡相关性和辅助目标。我们提供了约束违反和遗憾的理论保证,并通过广泛的离线实验和在真实推荐系统中的大规模在线A/B实验评估所提出的方法。我们的结果显示在多目标权衡中持续改善,包括在用户满意度没有成本的情况下,辅助目标获得+1.8%的提升。
cs.AI / 9 / 2607.19358

LISA: Linear-Indexed Sparse Attention for Efficient Long-Context Reasoning

LISA:用于高效长上下文推理的线性索引稀疏注意力
Zhao, Yu, Zhang, Zekun, Jiang, Fan, Zeng, Bo, Xu, Linlong, Shan, Shimin, Liu, Yu, Wang, Longyue, Luo, Weihua
Abstract
Recent advances in long chain-of-thought reasoning models such as DeepSeek-R1 have led to increasingly longer inference context lengths under the test-time scaling paradigm. However, the O(n^2) computational complexity of standard self-attention causes inference costs to grow sharply with long sequences, limiting the deployment of long-CoT reasoning in production settings. To address this, we propose LISA (Linear-Indexed Sparse Attention), a plug-and-play attention replacement module that requires no pretraining from scratch. LISA integrates two lightweight components in parallel within the original model: (1) a Linear Attention module that provides long-range memory with O(n) time complexity; (2) a Lightning Indexer that selects the top-M important tokens from the full context to feed into a Sparse Self-Attention. The two branches are fused via a gating mechanism, reducing inference complexity from O(n^2) to O(nM) (M << n) for generating n tokens. We design a two-stage training pipeline: Stage 1 initializes the model by integrating the linear attention to capture long-range dependencies, complemented by a sliding-window attention mechanism that is optimized via knowledge distillation to approximate the full self-attention distribution of a frozen teacher model. In Stage 2, we further introduce the Indexer to replace the static sliding-window mechanism, enabling dynamic token selection from broader contexts. The Indexer is trained using a novel per-head KL divergence loss, which aligns its selection behavior with the attention patterns of the teacher model. Experiments on DeepSeek-distilled-Qwen models demonstrate that LISA achieves a 50% inference speedup under 16K-token context, while improving average performance by 5.6% on reasoning benchmarks including AIME and MATH-500.
Chinese Translation
近期在长链推理模型(如DeepSeek-R1)中的进展,使得在测试时扩展范式下推理上下文长度不断增加。然而,标准自注意力的O(n^2)计算复杂度导致在处理长序列时推理成本急剧上升,限制了长链推理在生产环境中的应用。为了解决这个问题,我们提出了LISA(线性索引稀疏注意力),这是一个即插即用的注意力替代模块,无需从头进行预训练。LISA在原始模型中并行集成了两个轻量级组件:(1)线性注意力模块,提供O(n)时间复杂度的长距离记忆;(2)闪电索引器,从完整上下文中选择前M个重要标记,以输入到稀疏自注意力中。这两个分支通过门控机制融合,将推理复杂度从O(n^2)降低到O(nM)(M << n),以生成n个标记。我们设计了一个两阶段的训练流程:第一阶段通过集成线性注意力来初始化模型,以捕获长距离依赖,同时辅以滑动窗口注意力机制,通过知识蒸馏进行优化,以近似冻结教师模型的完整自注意力分布。在第二阶段,我们进一步引入索引器来替代静态滑动窗口机制,实现从更广泛上下文中动态选择标记。索引器使用一种新颖的每头KL散度损失进行训练,使其选择行为与教师模型的注意力模式对齐。在DeepSeek蒸馏的Qwen模型上的实验表明,LISA在16K标记上下文下实现了50%的推理加速,同时在包括AIME和MATH-500的推理基准上平均提升了5.6%的性能。
cs.AI / 10 / 2607.19359

Profile-Graph Memory for LLM Agents: Implicit Cross-Entity Traversal through Narrative Profiles

LLM代理的轮廓图记忆:通过叙事轮廓进行隐式跨实体遍历
Zhu, Shengtong
Abstract
Long-term memory is essential for LLM agents that interact across sessions, yet current memory benchmarks primarily evaluate single-hop recall, leaving multi-hop association largely unmeasured. We make three contributions. First, we introduce MemHop, a multi-hop memory benchmark of 1,000 questions at hop depths 1-5 across 10 social-network scenarios, with per-hop evidence annotations. Second, we present Profile-Graph Memory (ProGraph), a two-layer memory architecture combining (i) profile expansion -- substring-matched traversal of entity names that naturally appear in LLM-written profile narratives, a minimal alternative to explicit knowledge-graph construction -- and (ii) compression residuals -- exact dates, quantities, and named items co-extracted with each profile update at zero extra API cost. Third, a full-grid ablation shows cross-benchmark mechanism specialization: profile expansion drives multi-hop reasoning (-22.6pp on MemHop when removed) while compression residuals drive precision recall (-8.6pp on LoCoMo when not co-extracted), with cross-effects under 3pp within a single architecture. ProGraph averages 80.1% on MemHop (matching the FullContext reference) and 78.4% on LoCoMo (exceeding FullContext by 11.3pp), outperforming Mem0, A-Mem, HippoRAG, and RAG on both. We release MemHop, ProGraph, and baseline implementations.
Chinese Translation
长期记忆对于跨会话互动的LLM代理至关重要,但当前的记忆基准主要评估单跳回忆,导致多跳关联的评估几乎未被测量。我们做出了三项贡献。首先,我们引入了MemHop,这是一个包含1,000个问题的多跳记忆基准,跳跃深度为1-5,涵盖10个社交网络场景,并附有每跳证据注释。其次,我们提出了轮廓图记忆(Profile-Graph Memory,ProGraph),这是一种两层记忆架构,结合了(i)轮廓扩展——对自然出现在LLM撰写的轮廓叙事中的实体名称进行子字符串匹配的遍历,这是一种相对于显式知识图谱构建的最小替代方案,以及(ii)压缩残差——与每次轮廓更新共同提取的确切日期、数量和命名项,且没有额外的API成本。第三,全面的网格消融实验显示了跨基准机制的专业化:轮廓扩展推动了多跳推理(在移除时MemHop下降22.6个百分点),而压缩残差推动了精确回忆(在未共同提取时LoCoMo下降8.6个百分点),在单一架构内的交叉效应低于3个百分点。ProGraph在MemHop上平均得分80.1%(与FullContext参考相匹配),在LoCoMo上得分78.4%(超过FullContext 11.3个百分点),在这两个基准上均优于Mem0、A-Mem、HippoRAG和RAG。我们发布了MemHop、ProGraph和基线实现。
cs.AI / 11 / 2607.19360

Lifted Representation Hypothesis in Language Models

语言模型中的提升表示假说
Park, Bumjin, Choi, Jaesik
Abstract
Large language models (LLMs) often answer queries by mapping individual observations to more general rule-like structures. However, it remains unclear how these structures are stored, selected, and revised. To study this process, we propose thelifted representation hypothesis: LLMs update memory through shared latent structures rather than isolated instance-level facts. This view frames lifting as an efficient use of symmetry across instances, and shattering as the refinement of coarse lifted structures into more specific subtypes. We evaluate LLMs' lifting and shattering through controlled exception-learning experiments across in-context learning, LoRA, and full fine-tuning. We find that LLMs are vulnerable to shattering failures when data are governed by nested rules and exceptions, while lifting often occurs prematurely. These results highlight the need to study the relation between data and rule structures in LLMs.
Chinese Translation
大型语言模型(LLMs)通常通过将个体观察映射到更一般的规则结构来回答查询。然而,这些结构是如何存储、选择和修订的仍然不清楚。为了研究这一过程,我们提出了提升表示假说:LLMs通过共享的潜在结构而非孤立的实例级事实来更新记忆。这一观点将提升视为在实例之间有效利用对称性,而将破碎视为将粗糙的提升结构细化为更具体的子类型。我们通过在上下文学习、LoRA和完全微调中的控制异常学习实验来评估LLMs的提升和破碎。我们发现,当数据受到嵌套规则和例外的支配时,LLMs容易出现破碎失败,而提升往往发生得过早。这些结果突显了研究LLMs中数据与规则结构之间关系的必要性。
cs.AI / 12 / 2607.19362

GraphContainer: A Unified Platform for Comparing and Debugging Graph RAG Methods

GraphContainer:一个用于比较和调试图形 RAG 方法的统一平台
An, Seonho, Hyun, Chaejeong, Kim, Min-Soo
Abstract
Graph RAG mitigates hallucinations and stale knowledge in LLMs, particularly for multi-hop question answering. However, existing approaches remain highly fragmented and incompatible. The structural heterogeneity of graph formats across different frameworks and the lack of granular visualization tools make it exceedingly difficult to evaluate and compare retrieval behaviors. To bridge this gap, we propose GraphContainer, a novel platform designed to unify and visualize diverse graph RAG workflows. GraphContainer features two key components: (1) a Unified Graph Representation (UGR) layer that seamlessly standardizes multi-format graphs, and (2) a Graph Recorder that tracks and visually renders the step-by-step retrieval process. Through an interactive web interface, we demonstrate GraphContainer's ability to import heterogeneous graphs and perform live, traceable visual debugging of graph RAG methods. Ultimately, we show how GraphContainer enables controlled comparisons of various graph formats and retrieval strategies, lowering the barrier for researchers and practitioners to design optimal graph RAG pipelines. A demonstration video is available at https://youtu.be/O02eNJLwkU0.
Chinese Translation
图形 RAG 在大型语言模型(LLMs)中缓解了幻觉和过时知识的问题,特别是在多跳问答中。然而,现有的方法仍然高度分散且不兼容。不同框架之间图形格式的结构异质性以及缺乏细粒度可视化工具,使得评估和比较检索行为变得极为困难。为了解决这一问题,我们提出了 GraphContainer,一个旨在统一和可视化多样化图形 RAG 工作流的新平台。GraphContainer 具有两个关键组件:(1)一个统一图形表示(Unified Graph Representation, UGR)层,能够无缝标准化多格式图形;(2)一个图形记录器(Graph Recorder),用于跟踪并可视化逐步检索过程。通过一个交互式网页界面,我们展示了 GraphContainer 导入异构图形并实时、可追踪地可视化调试图形 RAG 方法的能力。最终,我们展示了 GraphContainer 如何实现对各种图形格式和检索策略的受控比较,从而降低研究人员和实践者设计最佳图形 RAG 流水线的门槛。演示视频可在 https://youtu.be/O02eNJLwkU0 获取。
cs.AI / 13 / 2607.19363

AdaRoPE: Not All Attention Heads Should Rotate and Scale Equally

AdaRoPE:并非所有注意力头都应均等旋转和缩放
Wang, Shaowen, Zheng, Yuke, Zhu, Tansheng, Chen, Shuang, Liu, Shaofan, Zheng, Suncong, Li, Jian
Abstract
Rotary Position Embedding (RoPE) is widely adopted in Transformers to encode positional information, yet standard implementations enforce a uniform frequency schedule and scaling across all attention heads. Using simplified retrieval tasks and length generalization scenarios, we show -- both empirically and theoretically -- that heads with different functional roles require distinct frequency ranges and attention scaling factors to operate effectively. Ignoring this structure leads to suboptimal utilization of embedding dimensions and degraded performance, particularly under long-context settings. To address these limitations, we propose AdaRoPE, which equips each attention head with learnable rotation frequencies and attention scaling factors. Pretrained LLMs with AdaRoPE consistently outperform existing RoPE variants, including partial RoPE and NoPE baselines. For context extension, we further show that uniform frequency and attention scaling, used in methods such as YaRN, are suboptimal. By applying head-specific scaling, AdaRoPE enables better context extension while better preserving short-context performance in both the extrapolation setting and the long-context continued pretraining setting. These results highlight the importance of optimizing rotary position embedding at the level of individual attention heads.
Chinese Translation
旋转位置嵌入(Rotary Position Embedding, RoPE)在变换器(Transformers)中被广泛采用以编码位置信息,但标准实现强制所有注意力头采用统一的频率调度和缩放。通过简化的检索任务和长度泛化场景,我们从经验和理论上表明,具有不同功能角色的注意力头需要不同的频率范围和注意力缩放因子以有效运作。忽视这种结构会导致嵌入维度的次优利用和性能下降,特别是在长上下文设置下。为了解决这些局限性,我们提出了AdaRoPE,为每个注意力头配备可学习的旋转频率和注意力缩放因子。使用AdaRoPE的预训练大型语言模型(LLMs)在性能上始终优于现有的RoPE变体,包括部分RoPE和NoPE基线。对于上下文扩展,我们进一步表明,像YaRN等方法中使用的统一频率和注意力缩放是次优的。通过应用特定于头的缩放,AdaRoPE在更好地保持短上下文性能的同时,能够更好地扩展上下文,无论是在外推设置还是长上下文继续预训练设置中。这些结果突显了在单个注意力头层面优化旋转位置嵌入的重要性。
cs.AI / 14 / 2607.19364

Statistically Grounded Sparse-Feature Interventions for Activation-Space Control in Large Language Models

基于统计的稀疏特征干预在大语言模型中的激活空间控制
Siddique, Oshayer, Alam, J. M Areeb Uzair, Rafy, Md Jobayer Rahman, Raiyan, Syed Rifat, Mahmud, Hasan, Hasan, Md Kamrul
Abstract
Activation steering offers a lightweight alternative to fine-tuning for behavioral control of large language models, but SAE-based steering methods often rely on learned steering objectives or single-criterion feature selection. We introduce a transparent SAE-feature steering pipeline that first applies a six-condition reliability filter, then ranks sparse features through an unweighted Borda consensus over three complementary statistics: $F$-test, KSG mutual information, and Cohen's $d$. The resulting steering direction is constructed as a Cohen's-$d$-weighted combination of SAE decoder rows, providing an optimization-free direction motivated by Fisher-LDA under approximate SAE-feature decorrelation. Across three Gemma-family models, four behavioral domains, and 356 layer-strength configurations, the method produces measurable domain-specific shifts while revealing a substantial gap between raw attribute movement and quality-preserving generation. In the strongest configuration, logical-correctness steering reaches a primary-score delta of $+1.16$ in Gemma~2 9B; however, our broader finding is that usable steering is highly localized by model, domain, layer, and strength. These results argue that activation-steering evaluations should report quality-conditioned success alongside raw behavioral shift. Our code and data are available at https://github.com/Oshayer-Siddique/LLM-Steering-Using-SAE.
Chinese Translation
激活引导为大语言模型的行为控制提供了一种轻量级的替代方案,然而基于SAE(自适应嵌入)的方法通常依赖于学习的引导目标或单一标准的特征选择。我们提出了一种透明的SAE特征引导管道,首先应用六条件可靠性过滤器,然后通过对三种互补统计量($F$-检验、KSG互信息和Cohen's $d$)进行无权重的Borda共识来对稀疏特征进行排名。所得到的引导方向构建为Cohen's-$d$加权的SAE解码器行的组合,提供了一种不依赖优化的方向,受到近似SAE特征去相关的Fisher-LDA的启发。在三个Gemma系列模型、四个行为领域和356种层强度配置中,该方法产生了可测量的领域特定变化,同时揭示了原始属性移动与质量保持生成之间的显著差距。在最强的配置中,逻辑正确性引导在Gemma~2 9B中达到了主要得分增量$+1.16$;然而,我们更广泛的发现是,可用的引导在模型、领域、层和强度上高度局部化。这些结果表明,激活引导评估应报告质量条件下的成功与原始行为变化并存。我们的代码和数据可在 https://github.com/Oshayer-Siddique/LLM-Steering-Using-SAE 获取。
cs.AI / 15 / 2607.19365

Logic-Guided Data Extraction with Answer Set Programming and Large Language Models

基于逻辑引导的数据提取:结合答案集编程与大型语言模型
Alviano, Mario, Grillo, Lorenzo, Leone, Nicola, Scudo, Fabrizio Lo
Abstract
When Large Language Models (LLMs) are used for semantic data extraction from unstructured text, producing candidate relational facts from natural language, they may remain unreliable for tasks requiring complex combinatorial reasoning and global consistency. This paper proposes a logic-guided data extraction framework combining LLM-based extraction with Answer Set Programming (ASP). The LLM produces candidate facts, whereas ASP performs validation, inference, consistency checking, and control. Unlike existing pipelines that query the LLM independently for all target predicates, the proposed approach uses ASP reasoning to identify which predicates are logically admissible at each stage and to guide extraction queries. By interleaving LLM calls with ASP derivation, the framework infers logically implied facts without further extraction and detects inconsistencies early. We formalize the pipeline and prove that, under mild assumptions, it is equivalent to the baseline approach with respect to the final extracted facts, while requiring fewer LLM calls. We also introduce a caching mechanism for logic-based control queries, exploiting monotonicity of conjunctive queries over incrementally constructed fact sets to reduce solver invocations. Experiments on ASP-derived benchmarks show that the framework reduces LLM calls and improves extraction quality by mitigating spurious outputs, demonstrating the value of non-monotonic logic programming for controlled semantic extraction.
Chinese Translation
当大型语言模型(LLMs)用于从非结构化文本中进行语义数据提取时,生成自然语言中的候选关系事实可能在需要复杂组合推理和全局一致性的任务中表现不可靠。本文提出了一种结合基于LLM的提取与答案集编程(ASP)的逻辑引导数据提取框架。LLM生成候选事实,而ASP则执行验证、推理、一致性检查和控制。与现有的独立查询LLM以获取所有目标谓词的管道不同,所提出的方法利用ASP推理来识别每个阶段在逻辑上可接受的谓词,并指导提取查询。通过将LLM调用与ASP推导交错进行,该框架在不进行进一步提取的情况下推断逻辑上隐含的事实,并及早检测不一致性。我们形式化了该管道,并证明在温和假设下,它在最终提取的事实方面与基线方法是等价的,同时需要更少的LLM调用。我们还引入了一种用于基于逻辑的控制查询的缓存机制,利用增量构建的事实集上合取查询的单调性来减少求解器调用。在ASP衍生的基准测试中的实验表明,该框架减少了LLM调用,并通过减轻虚假输出提高了提取质量,展示了非单调逻辑编程在受控语义提取中的价值。
cs.AI / 16 / 2607.19366

Geometry-Guided Constraint Learning for LLM Safety Classification

基于几何引导的约束学习用于大型语言模型安全分类
Uehara, Fumiaki, Imai, Koo, Tsutsumi, Masato, Kansa, Keigo, Usui, Sora, Kobiyama, Yuki
Abstract
Safety as Polytope (SaP) learns linear half-space constraints in LLM hidden space but requires per-category tuning of the constraint count K. We show that sparse autoencoder (SAE) feature extraction resolves this: K=2 becomes optimal for 12/14 categories on Qwen3.5-9B, achieving 96-99% accuracy per category on our BeaverTails classification benchmark, largely eliminating the need for exhaustive sweeps (K=4-25 with random initialization). This convergence to two planes is consistent with the Linear Representation Hypothesis, providing suggestive evidence that safety boundaries in this setting admit a low-dimensional linear description in the SAE feature space. Building on this geometric perspective, we introduce a cone constraint whose learnable aperture adapts to each category's cluster concentration, stabilized by a three-phase training
Chinese Translation
安全作为多面体(Safety as Polytope, SaP)在大型语言模型(LLM)隐藏空间中学习线性半空间约束,但需要对每个类别调整约束数量 K。我们展示了稀疏自编码器(Sparse Autoencoder, SAE)特征提取能够解决这一问题:在 Qwen3.5-9B 上,K=2 对 12/14 个类别而言是最优的,在我们的 BeaverTails 分类基准上每个类别的准确率达到 96-99%,大大减少了对全面搜索(K=4-25,随机初始化)的需求。这种收敛到两个平面的现象与线性表示假设(Linear Representation Hypothesis)一致,提供了暗示性证据,表明在这种设置下的安全边界可以在 SAE 特征空间中用低维线性描述。基于这种几何视角,我们引入了一种锥约束,其可学习的开口适应每个类别的聚类浓度,通过三阶段训练进行稳定。
cs.AI / 17 / 2607.19367

Rethinking Uncertainty Evaluation in Large Language Models

重新思考大语言模型中的不确定性评估
Matta, Krish, Naphade, Atharv, Zou, Andy
Abstract
Calibration is the primary criterion for evaluating LLM confidence, but it is insufficient: it admits trivially incoherent estimators, depends on the evaluation distribution, and does not test the extent to which the estimation can be interpreted as a consistent, underlying probability function. What we actually need is for LLM confidence estimates to satisfy the conditions required of coherent probabilistic beliefs. We formalize these conditions along three axes (structural coherence, faithfulness, and usefulness) and operationalize them as the C1 metrics. Widely used estimators systematically violate these conditions despite appearing well-calibrated: models assign lower confidence to logically easier questions 31\% of the time, and common interventions reducing RMSCE leave structural violations unchanged, suggesting that calibration is orthogonal to probabilistic validity. RLHF and chain-of-thought improve usefulness metrics without restoring coherence. Our results show current LLM confidence estimates cannot be interpreted as coherent probabilities; our framework provides the tools to measure and close this gap.
Chinese Translation
校准是评估大语言模型(LLM)置信度的主要标准,但这并不充分:它允许显然不一致的估计器,依赖于评估分布,并且未测试估计在多大程度上可以被解释为一致的、潜在的概率函数。我们实际上需要的是 LLM 的置信度估计满足一致概率信念所需的条件。我们沿着三个轴线(结构一致性、忠实性和实用性)形式化这些条件,并将其操作化为 C1 指标。尽管广泛使用的估计器看似经过良好校准,但它们系统性地违反这些条件:模型在 31\% 的情况下对逻辑上更简单的问题分配了较低的置信度,而常见的减少均方根校准误差(RMSCE)的干预措施则使结构性违反保持不变,这表明校准与概率有效性是正交的。强化学习与人类反馈(RLHF)和思维链方法提高了实用性指标,但并未恢复一致性。我们的结果表明,当前的 LLM 置信度估计无法被解释为一致的概率;我们的框架提供了测量和弥补这一差距的工具。
cs.AI / 18 / 2607.19368

Spectral-LSH: Sub-Quadratic Prompt Compression via Krylov-Projected Locality-Sensitive Hashing

谱-LSH:通过 Krylov 投影的亚二次提示压缩
Mahdavi, Ali, Zamanifar, Azaseh, Farhadi, Amirfarhad, Kashefi, Omid
Abstract
Long-prompt inference remains expensive because prefill attention scales quadratically with sequence length. We propose Spectral-LSH, a training-free prompt compression method that operates before the prompt enters the language model. Spectral-LSH approximates the dominant components of an implicit attention-kernel operator using a Krylov subspace method together with random features, avoiding explicit $O(N^2)$ attention-kernel materialization. It then applies SimHash in the resulting attention eigenspace to group similar tokens and aggregate them into macro-tokens with causal positional assignments. We evaluate Mistral-7B-Instruct-v0.3, Qwen2.5-7B-Instruct, and Qwen2.5-14B-Instruct on C4. Our experiments reveal a compression-ratio phase transition. Below $\rho = 4 \times$, local token redundancy is low enough that lightweight chunking typically provides the best latency--quality trade-off. Above $\rho = 8 \times$, the spectral path preserves quality that chunking loses. At $\rho = 16 \times$, Qwen2.5-7B (adaptive) reduces the PPL ratio from 353.409 to 196.963, while Qwen2.5-14B (adaptive) reduces it from 9.533 to 3.427. On a small long-context structured stress test containing JSON-like, code-like, and table-like inputs, local LSH also improves every metric over chunking at $8 \times$. The adaptive backend captures both regimes by using the chunk path at low compression and spectral clustering at high compression, although chunking remains the fastest backend in total latency.
Chinese Translation
长提示推理仍然代价高昂,因为预填充注意力随着序列长度的增加而呈二次增长。我们提出了谱-LSH,这是一种在提示进入语言模型之前操作的无训练提示压缩方法。谱-LSH 使用 Krylov 子空间方法结合随机特征来近似隐式注意力核算子的重要组成部分,从而避免显式的 $O(N^2)$ 注意力核物化。然后,它在结果的注意力特征空间中应用 SimHash,将相似的标记分组并聚合成具有因果位置分配的宏标记。我们在 C4 上评估了 Mistral-7B-Instruct-v0.3、Qwen2.5-7B-Instruct 和 Qwen2.5-14B-Instruct。我们的实验揭示了压缩比的相变。在 $ ho = 4 imes$ 以下,局部标记冗余较低,因此轻量级分块通常提供最佳的延迟-质量权衡。在 $ ho = 8 imes$ 以上,谱路径保留了分块所失去的质量。在 $ ho = 16 imes$ 时,Qwen2.5-7B(自适应)将 PPL 比率从 353.409 降低到 196.963,而 Qwen2.5-14B(自适应)则将其从 9.533 降低到 3.427。在一个包含 JSON 类、代码类和表格类输入的小型长上下文结构压力测试中,局部 LSH 在 $8 imes$ 时也改善了每个指标,相较于分块。自适应后端通过在低压缩时使用分块路径,在高压缩时使用谱聚类来捕捉这两种状态,尽管在总延迟上,分块仍然是最快的后端。
cs.AI / 19 / 2607.19369

Beyond Tracking or Shortcut: Composition-Bounded Predictive States in Poker Autoregressive Models

超越跟踪或捷径:扑克自回归模型中的组成界限预测状态
Li, Quanhao, Chen, Qianyu
Abstract
Hidden-state probes often recover latent labels in imperfect-information sequence models, but this alone does not establish that a model maintains a posterior belief distribution over hidden states. This paper studies this ambiguity in a no-range Limit Hold'em autoregressive model trained only on action and value targets, not on an opponent's hand or range. Opponent-range probes are positive after action/value controls in two of three seeds, and the behavior head predicts held-out actions about five percentage points above a baseline using only observable public history. However, visible public betting composition explains more opponent-range signal than residual hidden states, suggesting that most recoverable information comes from betting summaries. Action/value+composition baselines reach 16.5-16.7% top-10 accuracy while composition-residual hidden probes fall to 11.4-12.2%, and matched-composition comparisons are negative in every seed. We call this evidence pattern composition-bounded predictive support: hidden states remain behavior-predictive and opponent-range correlated, but most recoverable range information is explained by visible betting composition rather than residual hidden-state structure. This is a case-study claim about opponent-range representational evidence, not exact Bayesian posterior tracking or a causal belief mechanism. Synthetic control and oracle validations show that the same diagnostics accept posterior-sensitive states and reject raw composition states under matched controls. Thus positive belief probes should be interpreted through targeted alternatives before being treated as evidence of belief tracking.
Chinese Translation
隐状态探测器通常在不完美信息序列模型中恢复潜在标签,但仅此并不能确立模型对隐状态保持后验信念分布。本文研究了在仅基于动作和价值目标训练的无范围限注德州扑克自回归模型中的这种模糊性,而不是基于对手的手牌或范围。在三个种子中的两个中,对手范围探测器在动作/价值控制后是正的,而行为头在仅使用可观察的公共历史时,预测的保留动作比基线高出约五个百分点。然而,可见的公共下注组成解释了比残余隐状态更多的对手范围信号,这表明大多数可恢复的信息来自下注摘要。动作/价值+组成基线的前10名准确率达到16.5-16.7%,而组成-残余隐探测器下降到11.4-12.2%,并且在每个种子中匹配组成比较都是负的。我们称这种证据模式为组成界限预测支持:隐状态保持行为预测性和与对手范围相关性,但大多数可恢复的范围信息是由可见的下注组成解释的,而不是残余隐状态结构。这是关于对手范围表征证据的案例研究主张,而不是精确的贝叶斯后验跟踪或因果信念机制。合成控制和oracle验证显示,相同的诊断接受后验敏感状态,并在匹配控制下拒绝原始组成状态。因此,积极的信念探测器应通过针对性的替代方案进行解读,而不是被视为信念跟踪的证据。
cs.AI / 20 / 2607.19371

Mitigating Scaffolding Collapse in Socratic Tutors via Representation Alignment

通过表示对齐减轻苏格拉底导师中的支架崩溃
Shao, Jing, Wu, Qifeng, Zhang, Hanyu, Sun, Sixia, Zhuang, Jun
Abstract
Large language model (LLM)-based Socratic tutors increasingly guide students through multi-turn questioning, but they can suffer from scaffolding collapse: under sustained student pressure, a tutor gradually abandons guided inquiry and reveals solutions directly. Prior defenses primarily constrain observable responses through prompting, preference optimization, or filtering, leaving the internal representation drift that precedes trajectory-level collapse largely unaddressed. We propose Scaffold-Preserving Representation Alignment, a two-stage framework that first warms up a Socratic tutor with supervised fine-tuning, then combines trajectory-weighted direct preference optimization with a margin-preserving representation loss anchored to frozen reference states. Our method is designed to maintain separation between scaffold-preserving and collapse-inducing hidden states across dialogue turns. We evaluate our method across five STEM disciplines and five red-teaming attack strategies. On Qwen3-8B, our method lowers Collapse Rate to 32%, delays average collapse onset beyond nine turns, and keeps over-refusal low, suggesting that representation-level alignment can improve the robustness of long-horizon Socratic tutoring under our red-teaming protocol.
Chinese Translation
基于大型语言模型(LLM)的苏格拉底导师越来越多地通过多轮提问引导学生,但它们可能会遭遇支架崩溃:在持续的学生压力下,导师逐渐放弃引导式探究,直接揭示解决方案。之前的防御主要通过提示、偏好优化或过滤来限制可观察的响应,但在轨迹级崩溃之前的内部表示漂移问题基本上未得到解决。我们提出了支架保护表示对齐(Scaffold-Preserving Representation Alignment),这是一个两阶段框架,首先通过监督微调对苏格拉底导师进行预热,然后将轨迹加权的直接偏好优化与锚定于冻结参考状态的边际保护表示损失相结合。我们的方法旨在保持对话轮次中支架保护和崩溃诱发的隐藏状态之间的分离。我们在五个STEM学科和五种红队攻击策略上评估了我们的方法。在Qwen3-8B上,我们的方法将崩溃率降低至32%,将平均崩溃发生时间延迟至九轮以上,并保持过度拒绝率较低,表明表示级对齐可以提高在我们的红队协议下长时间苏格拉底辅导的鲁棒性。
cs.AI / 21 / 2607.19374

Euclean: Automated Geometry Problem Formalization with Unified Verification in Lean

Euclean:在 Lean 中统一验证的自动几何问题形式化
Tang, Linbin, You, Jingyan, Kang, Zilin, Liu, Hanzhang, Zhang, Sophia, Li, Zenan, Cao, Chenrui, Song, Liangcheng, Wu, Jiaao, Zhang, Xian, Yang, Fan
Abstract
Recent formal reasoning systems have reached IMO-level performance, yet they leave a fragmented landscape: algebra and number theory are handled in Lean, while geometry still relies on domain-specific languages with limited formal guarantees. This split increases the trusted computing base and hinders unified model development. Existing geometry-in-Lean efforts (LeanEuclid, LeanGeo) introduce custom axiom systems incompatible with standard Mathlib, and their small scale ($<$ 1,100 problems) limits large-scale training. Native Mathlib autoformalization of geometry, however, poses distinct challenges: implicit diagrammatic assumptions (e.g., topological configuration and non-degeneracy) must be made explicit rather than deferred to external solvers, and models must adapt to Mathlib's small, rapidly evolving geometry infrastructure. We present Euclean, a four-stage framework - constraint explication, configuration anchoring, formalization mapping, and iterative repair - for automatically formalizing geometry in native Mathlib. We construct OMNI-Geometry (768 competition problems) and Numina-Geometry (177,597 problems), the largest geometry formalization dataset in Lean. Human evaluation shows 48.89% TOP1 and 73.33% TOP5 accuracy. Training Goedel v2 on our formalizations improves proof success from 13.6% to 15.1%, validating dataset quality for unified neural theorem proving. Code and datasets: https://github.com/tlb-22/Euclean.
Chinese Translation
近期的形式推理系统已达到国际数学奥林匹克(IMO)级别的性能,但它们仍然存在碎片化的局面:代数和数论在 Lean 中处理,而几何仍依赖于特定领域的语言,缺乏有限的形式保证。这种分裂增加了可信计算基础,并阻碍了统一模型的发展。现有的 Lean 中几何的努力(LeanEuclid,LeanGeo)引入了与标准 Mathlib 不兼容的自定义公理系统,其规模较小(少于 1,100 个问题)限制了大规模训练。然而,Mathlib 的几何自动形式化面临独特的挑战:隐含的图示假设(例如,拓扑配置和非退化性)必须显式化,而不是推迟到外部求解器,并且模型必须适应 Mathlib 小而快速发展的几何基础设施。我们提出了 Euclean,一个四阶段框架——约束阐明、配置锚定、形式化映射和迭代修复——用于在原生 Mathlib 中自动形式化几何。我们构建了 OMNI-Geometry(768 个竞赛问题)和 Numina-Geometry(177,597 个问题),这是 Lean 中最大的几何形式化数据集。人工评估显示 TOP1 准确率为 48.89%,TOP5 准确率为 73.33%。在我们的形式化数据集上训练 Goedel v2 将证明成功率从 13.6% 提高到 15.1%,验证了数据集质量以支持统一的神经定理证明。代码和数据集: https://github.com/tlb-22/Euclean。
cs.AI / 22 / 2607.19396

CrackedPDFs: A Controlled Benchmark for Hidden Prompt Injection in PDFs

CrackedPDFs:PDF中隐藏提示注入的受控基准测试
Thienpreecha, Pukaphol
Abstract
Document-based LLM systems often flatten a PDF before guardrails inspect it. That step can discard evidence that an instruction was never visible to the user. We introduce CrackedPDFs, a controlled benchmark for hidden prompt injection in PDFs. The benchmark contains 29,322 generated PDFs from 4,983 base docu ments. It includes 9,774 injected files and 19,548 benign or matched-confounder files. We evaluate PromptGuard and a rule baseline. We also evaluate structural only learned models and a sanitized hybrid detector. The evaluation uses held-out provenance splits and paired benign-confounder controls. It also uses label-shuffle checks and shortcut audits. On a 2,919-document held-out test set, the hybrid de tector reaches 0.960 F1. ROC-AUC is 0.998 and PR-AUC is 0.997. It also ranks injected files above matched benign confounders in 95.9% of 973 pairs. Prompt Guard has low recall when given extracted text only. Structural-only learned mod els are weak under paired controls. A text-only TF-IDF model reaches perfect held-out scores but fails shortcut audits. These results show that document-aware hybrid detection is useful under controlled paired evaluation. They do not show broad real-world robustness or reliable cross-family generalization.
Chinese Translation
基于文档的大型语言模型(LLM)系统通常在保护措施检查之前会将PDF文件进行扁平化处理。这一步骤可能会丢弃指令从未对用户可见的证据。我们引入了CrackedPDFs,这是一个用于PDF中隐藏提示注入的受控基准测试。该基准测试包含来自4,983个基础文档生成的29,322个PDF文件,其中包括9,774个注入文件和19,548个良性或匹配混淆文件。我们评估了PromptGuard和一个规则基线。我们还评估了仅结构学习的模型和一个经过清理的混合检测器。评估使用了保留的来源分割和配对良性混淆控制。它还使用了标签洗牌检查和快捷审计。在一个2,919文档的保留测试集中,混合检测器达到了0.960的F1分数。ROC-AUC为0.998,PR-AUC为0.997。在973对中,注入文件在95.9%的情况下排名高于匹配的良性混淆文件。当仅提供提取的文本时,Prompt Guard的召回率较低。仅结构学习的模型在配对控制下表现较弱。一个仅基于文本的TF-IDF模型达到了完美的保留分数,但未能通过快捷审计。这些结果表明,在受控配对评估下,文档感知的混合检测是有用的,但并未显示出广泛的现实世界鲁棒性或可靠的跨家族泛化能力。
cs.AI / 23 / 2607.19398

HyGRL: Adaptive Hybrid Graph Reasoning for Multi-Entity Questions

HyGRL:用于多实体问题的自适应混合图推理
Wang, Junyi
Abstract
Multi-entity compositional questions pose significant challenges to existing retrieval-augmented language models. Conventional methods fall into a dilemma: standard RAG lacks dynamic reasoning, traditional Graph-RAG is limited by structural sparsity, and LLM-constructed Graph-RAG incurs prohibitive costs. We propose \textbf{\fwa}, a unified framework that embeds unstructured text into structured knowledge graphs, creating a heterogeneous network for flexible evidence retrieval. Reasoning is formulated as adaptive structure induction, learned via a robust two-stage process: (1) imitation learning distills heuristic expert signals, and (2) reinforcement learning refines the policy using LLM-driven preference rewards. Experiments demonstrate that {\fwa} effectively merges textual richness with structural knowledge, outperforming SOTA baselines in answer accuracy and reasoning fidelity while maintaining extremely low token costs and near real-time inference((code available at https://github.com/wjywjy123/HyGRL) .
Chinese Translation
多实体组合问题对现有的检索增强语言模型提出了重大挑战。传统方法面临两难局面:标准的检索增强生成(RAG)缺乏动态推理,传统的图形检索增强生成(Graph-RAG)受到结构稀疏性的限制,而基于大型语言模型(LLM)构建的Graph-RAG则产生高昂的成本。我们提出了 extbf{ wa},一个统一框架,将非结构化文本嵌入到结构化知识图中,创建一个异构网络以实现灵活的证据检索。推理被表述为自适应结构归纳,通过一个稳健的两阶段过程学习: (1) 模仿学习提取启发式专家信号,(2) 强化学习利用基于LLM的偏好奖励来优化策略。实验表明,{ wa}有效地将文本丰富性与结构知识相结合,在答案准确性和推理保真度上超越了最先进的基准,同时保持极低的令牌成本和接近实时的推理能力(代码可在 https://github.com/wjywjy123/HyGRL 获取)。
cs.AI / 24 / 2607.19407

ITPEval: Benchmarking Formal Translation Across Interactive Theorem Provers

ITPEval:跨交互式定理证明器的形式翻译基准测试
Wu, Jiayi, George, Robert Joseph, Anandkumar, Anima
Abstract
Formal theorem proving has emerged as a frontier challenge for machine learning, yet the ecosystem is fragmented: proofs remain siloed across incompatible systems, limiting both training data for learning-based provers and the portability of verified results. We present ITPEval, the first benchmark for evaluating automated formal proof translation across four major ITPs (Lean 4, Rocq, Isabelle, and HOL Light), spanning two distinct logical foundations. Our benchmark comprises 1,560 source files and 6,848 theorems organized into a controlled tier of axiomatized files that isolates foundational translation difficulty, and an ecosystem tier drawn from real libraries that exposes API and proof-style mismatches. We release itpeval, a unified multi-ITP verification infrastructure with state-isolated warm backends that preserve per-artifact native checking semantics. We evaluate both statement and proof translation across five frontier and open-weight LLMs on 12 directed translation pairs: statement translation peaks at 29.1% pass@1 and proof translation at 10.5%; controlled theorems reach 29.7% proof pass@1 versus 5.2% for ecosystem-level translations, confirming that library mismatch is the dominant bottleneck. In addition to pass@k evaluation, a deterministic Lean 4 BEq check establishes equivalence for 54.0% of verified source-to-Lean 4 miniF2F statement translations, showing that native type-checking alone can substantially overestimate semantic fidelity; in an autoformalization/auto-informalization round-trip study, Rocq and HOL Light are easier formalization targets than Lean 4 and Isabelle, while multi-ITP context improves pooled Lean 4 success from 4.8% to 10.6%. Our benchmark, verification infrastructure, and evaluation pipelines are publicly released.
Chinese Translation
形式定理证明已成为机器学习的前沿挑战,但生态系统却相对分散:证明在不兼容的系统中孤立存在,这限制了基于学习的证明器的训练数据和已验证结果的可移植性。我们提出了ITPEval,这是第一个用于评估四个主要交互式定理证明器(Lean 4、Rocq、Isabelle和HOL Light)之间自动形式证明翻译的基准,涵盖了两种不同的逻辑基础。我们的基准包含1,560个源文件和6,848个定理,分为一个受控层次的公理化文件,以隔离基础翻译的难度,以及一个来自真实库的生态系统层次,以暴露API和证明风格的不匹配。我们发布了itpeval,这是一个统一的多交互式定理证明器验证基础设施,具有状态隔离的温暖后端,保留每个工件的本地检查语义。我们在12对定向翻译对上评估了五个前沿和开放权重的LLM的语句和证明翻译:语句翻译的通过率最高达到29.1%(pass@1),证明翻译为10.5%;受控定理的证明通过率达到29.7%,而生态系统级翻译为5.2%,确认库不匹配是主要瓶颈。除了pass@k评估外,一个确定性的Lean 4 BEq检查为54.0%的已验证源到Lean 4 miniF2F语句翻译建立了等价性,表明仅依靠本地类型检查可能会大大高估语义保真度;在一次自动形式化/自动非形式化的往返研究中,Rocq和HOL Light比Lean 4和Isabelle更容易进行形式化,而多交互式定理证明器上下文将Lean 4的成功率从4.8%提高到10.6%。我们的基准、验证基础设施和评估管道已公开发布。
cs.AI / 25 / 2607.19409

FORCE-Bench: A Benchmark, Dataset, and Evaluation Harness for Agentic AI in Enterprise Finance

FORCE-Bench:企业金融中代理人工智能的基准、数据集和评估工具
Pauli, Wolfgang M., Panda, Sarah, Admassu, Kidus, Bleik, Said, Okerinde, Ademola, Reynolds, Jeremy
Abstract
Recent advances in large language models have accelerated deployment of agentic systems in operational finance. Existing benchmarks emphasize measuring general capabilities, instruction following, or safety, but few directly address the operational finance workflows that agentic systems are now being deployed to automate. Finance professionals require agents to not only provide factually sound and properly grounded information, but also ensure that this information is verifiable and consistently adheres to rules and constraints of the operational finance domain. We introduce FORCE-Bench, which contains 251 expert-annotated queries and evaluates responses using a rubric-based framework calibrated to the requirements of the operational finance domain, across eight dimensions: accuracy, citations, clarity, depth, groundedness, recency, relevance, and structure. FORCE-Bench assesses agentic systems on three task types: financial obligation research (querying ERP systems for accounts receivable and payable data), financial entity performance research (answering time-bound questions from public filings and market data), and business brief generation (synthesising multi-source company intelligence reports). To reflect real deployment conditions, we evaluate our purpose-built agent, as well as the general-purpose agentic systems, under common tool access and latency-bounded settings. Results show that general-purpose agentic systems do not consistently meet finance-domain quality requirements under operational constraints, while the purpose-built Finance Agent for Microsoft 365 Copilot is more reliable across dimensions. We release the dataset, rubrics, harness, and analysis code as open-source to support reproducible comparison and adaptation to other enterprise finance environments.
Chinese Translation
最近大型语言模型的进展加速了代理系统在运营金融中的部署。现有基准强调测量一般能力、遵循指令或安全性,但很少直接针对代理系统目前被部署以自动化的运营金融工作流程。金融专业人士需要代理不仅提供事实准确且适当基础的信息,还要确保这些信息是可验证的,并且始终遵循运营金融领域的规则和约束。我们介绍了FORCE-Bench,它包含251个专家注释的查询,并使用基于评分标准的框架评估响应,框架经过调整以符合运营金融领域的要求,涵盖八个维度:准确性、引用、清晰度、深度、基础性、时效性、相关性和结构。FORCE-Bench对代理系统进行三种任务类型的评估:金融义务研究(查询ERP系统的应收和应付账款数据)、金融实体绩效研究(回答来自公共文件和市场数据的时限性问题)以及商业简报生成(综合多来源的公司情报报告)。为了反映真实的部署条件,我们在常见工具访问和延迟限制设置下评估了我们专门构建的代理和通用代理系统。结果显示,在运营约束下,通用代理系统未能始终满足金融领域的质量要求,而专为Microsoft 365 Copilot设计的金融代理在各个维度上更为可靠。我们将数据集、评分标准、工具和分析代码作为开源发布,以支持可重复的比较和适应其他企业金融环境。
cs.AI / 26 / 2607.19433

The Chronos Vulnerability: A Taxonomy of Temporal Persistence and Memory-Based Deception in Agentic AI

Chronos 漏洞:代理人工智能中的时间持久性和基于记忆的欺骗的分类
Narayan, Om, Singh, Ramkinker, Baskar, Praveen
Abstract
The transition from stateless generative models in artificial intelligence to stateful, autonomous agents represents an architectural evolution that, while providing the capabilities of long-term planning and the automation of enterprise workflows, also represents the introduction of a new form of security threat, the Chronos Vulnerability. The Chronos Vulnerability represents the threat of memory-based attacks, including the Memory Injection Attack (MINJA) and the sleeper agent, in which the internal belief system of the autonomous agent is compromised, effectively decoupling the attack vector from the final catastrophic event. This study formalizes the threat model for persistence-based attacks and the threat of Dynamics Blindness in the context of the World of Workflows benchmark, demonstrating that traditional endpoint content filters are insufficient for the current stateful architecture. Consequently, this study synthesizes a defense-in-depth landscape, categorizing emerging frameworks such as diagnostic trajectory guardrails (AgentDoG), formal temporal verification (Agent-C), immunological memory consensus (A-MemGuard), and hardware-anchored trust via GPU-based Trusted Execution Environments (TEEs) and Zero-Trust memory architectures.
Chinese Translation
从无状态生成模型到有状态自主代理的过渡代表了一种架构演变,虽然提供了长期规划和企业工作流自动化的能力,但也引入了一种新的安全威胁形式,即 Chronos 漏洞。Chronos 漏洞代表了基于记忆的攻击威胁,包括记忆注入攻击(Memory Injection Attack, MINJA)和卧底代理,其中自主代理的内部信念系统受到损害,有效地将攻击向量与最终灾难事件解耦。本研究在工作流基准(World of Workflows)背景下正式化了基于持久性的攻击威胁模型以及动态盲区(Dynamics Blindness)的威胁,证明传统的端点内容过滤器对于当前的有状态架构是不够的。因此,本研究综合了深度防御的全景,分类了新兴框架,如诊断轨迹护栏(diagnostic trajectory guardrails, AgentDoG)、形式化时间验证(formal temporal verification, Agent-C)、免疫记忆共识(immunological memory consensus, A-MemGuard),以及通过基于 GPU 的可信执行环境(Trusted Execution Environments, TEEs)和零信任内存架构(Zero-Trust memory architectures)实现的硬件锚定信任。
cs.AI / 27 / 2607.19518

Sophisticated Policies from Epistemic Priors

来自认知先验的复杂政策
Nuijten, Wouter W. L., de Vries, Bert
Abstract
Sophisticated Inference is a variant of active inference often associated with recursive belief modeling and tree search. We argue that its central computational role is simpler: within a planning horizon, it makes active inference closed-loop by allowing future actions to depend on future states and observations. This closed-loop structure can be represented in the epistemic-prior variational free energy framework. Epistemic priors supply the active-inference objective, while a joint posterior over future states and actions supplies the state-contingent control structure. We evaluate this decomposition in the Reactivity Maze, a stochastic benchmark designed to separate epistemic incentive from inner-horizon closed-loop control. The comparison includes three variational objectives with the same state-action posterior family, an action-state factorized active inference objective, Sophisticated Inference, and standard Expected Free Energy planning. The results show that neither ingredient is sufficient on its own. Methods without an epistemic component do not seek information, while methods that prevent future actions from depending on future states cannot turn information into reliable goal-reaching. By contrast, both Sophisticated Inference and full-joint epistemic-prior active inference solve the environment by combining epistemic drive with closed-loop inference. These results show that the advantage associated with Sophisticated Inference need not be specific to tree search itself. It arises from the closed-loop form of active inference, and this form can be represented in epistemic-prior variational inference when the posterior keeps future actions dependent on future states.
Chinese Translation
复杂推理是一种与递归信念建模和树搜索相关的主动推理变体。我们认为其核心计算角色更为简单:在规划视野内,它通过允许未来的行动依赖于未来的状态和观察,使主动推理形成闭环结构。这个闭环结构可以在认知先验变分自由能框架中表示。认知先验提供了主动推理的目标,而对未来状态和行动的联合后验则提供了状态依赖的控制结构。我们在反应迷宫(Reactivity Maze)中评估这一分解,该迷宫是一个随机基准,旨在将认知激励与内部视野的闭环控制分开。比较包括三个具有相同状态-行动后验家族的变分目标,一个行动-状态分解的主动推理目标、复杂推理和标准的期望自由能规划。结果表明,单独的任何一个成分都不足以解决问题。没有认知成分的方法不会寻求信息,而那些阻止未来行动依赖于未来状态的方法则无法将信息转化为可靠的目标达成。相比之下,复杂推理和全联合认知先验主动推理通过将认知驱动与闭环推理结合,成功解决了环境问题。这些结果表明,复杂推理所带来的优势并不一定特定于树搜索本身。它源于主动推理的闭环形式,而这种形式可以在认知先验变分推理中表示,当后验保持未来行动依赖于未来状态时。
cs.AI / 28 / 2607.19592

Knowledge-Centric Self-Improvement

知识中心的自我改进
Wang, Xuefei Julie, Yoon, Lauren Hyoseo, Qu, Chengrui, Wang, Amanda Zichang, Sehgal, Atharva, Mazumdar, Eric, Yue, Yisong
Abstract
Self-improving AI systems typically treat the agent as the object that improves, by optimizing prompts, workflows, harnesses, or even the agent's own code. This agent-centric view can make improvements expensive to maintain and difficult to transfer, because gains become tied to a particular agent design, task distribution, or adaptation run. We study a complementary paradigm: knowledge-centric self-improvement, in which agents remain generic and disposable while the persistent object is a curated knowledge base that agents can leverage for future tasks. We conduct controlled case studies to operationalize this idea via a simple protocol. Agents attempt one task, then contribute evidence-grounded insights to a shared knowledge base via task-level and cross-task forums, followed by knowledge distillation. Because self-improvement is contained in the knowledge rather than the agent, improvement can be more inspectable, transferable, and portable. Across abstract reasoning, coding, and terminal benchmarks, this protocol improves solve rates while reducing dollar cost relative to agent-centric baselines. The resulting distilled knowledge also transfers to held-out tasks and across LLM families, indicating that the improvement is not merely an LLM- or run-specific behavior. These results support a new view of self-improving agentic systems: progress can be driven primarily by the curated persistent knowledge. Code is available at https://github.com/recursive-knowledge/KSI.
Chinese Translation
自我改进的人工智能系统通常将代理视为改进的对象,通过优化提示、工作流程、工具,甚至代理自身的代码。这种以代理为中心的视角可能使得改进的维护成本高昂且难以转移,因为收益与特定的代理设计、任务分配或适应运行紧密相关。我们研究了一种互补的范式:知识中心的自我改进,在这种范式中,代理保持通用和可替代,而持久的对象是一个经过策划的知识库,代理可以利用该知识库来完成未来的任务。我们通过简单的协议进行受控案例研究,以实现这一理念。代理尝试一个任务,然后通过任务级和跨任务论坛向共享知识库贡献基于证据的见解,随后进行知识蒸馏。由于自我改进体现在知识中而非代理中,因此改进可以更具可检视性、可转移性和可移植性。在抽象推理、编码和终端基准测试中,该协议提高了解决率,同时相对于以代理为中心的基线降低了成本。所得到的蒸馏知识也可以转移到保留任务和不同的LLM(大型语言模型)家族中,表明这种改进并非仅仅是特定于某个LLM或运行的行为。这些结果支持了一种新的自我改进代理系统的观点:进步可以主要由策划的持久知识驱动。代码可在 https://github.com/recursive-knowledge/KSI 获取。
cs.AI / 29 / 2607.19676

Edge Intelligence in Civil Aviation: Paradigms, Techniques, and Applications

民用航空中的边缘智能:范式、技术与应用
Li, Wenbin, Liao, Zhongtian, Liu, Bolin, Zhou, Yongjie, Wu, Jingling, Lin, Xiaoyong, Chen, Jing
Abstract
Civil aviation is safety critical and its operations, from flight decks and towers to ramps and maintenance, generate massive, heterogeneous data at the network edge. Yet cloud centric deployment of large Artificial Intelligence (AI) models often produces high task latency, lacks offline capability in communication denied environments, and requires centralizing sensitive data, raising privacy and sovereignty risks. Edge AI moves perception, prediction, and decision logic closer to the data producers via compression, collaborative inference, and split learning, thereby reducing latency, bandwidth, and exposure while enabling graceful operation during disconnections. This paper provides a panoramic view and a common understanding of edge intelligence tailored to civil aviation. We firstly articulate the operational motivations for edge AI, and then review recent techniques for edge inference and edge learning. We then introduce the organizational computing paradigms and the respective configurations in civil aviation environments; finally, we describe the emerging applications and the future research trends of edge intelligence in civil aviation. We argue that a refined edge solution can complement cloud foundations to deliver low latency, privacy preserving, and resilient AI services across the civil aviation lifecycle.
Chinese Translation
民用航空是一个安全关键的领域,其运营从飞行甲板和塔台到滑行道和维护,都会在网络边缘产生大量异构数据。然而,基于云的部署大型人工智能(AI)模型往往会导致高任务延迟,缺乏在通信受限环境中的离线能力,并且需要集中敏感数据,从而增加隐私和主权风险。边缘AI通过压缩、协同推理和分割学习,将感知、预测和决策逻辑更靠近数据生产者,从而降低延迟、带宽和暴露,同时在断开连接时实现平稳操作。本文提供了一个全景视角和对民用航空领域边缘智能的共同理解。我们首先阐明了边缘AI的操作动机,然后回顾了边缘推理和边缘学习的最新技术。接着,我们介绍了民用航空环境中的组织计算范式及其相应配置;最后,我们描述了边缘智能在民用航空中的新兴应用和未来研究趋势。我们认为,精细化的边缘解决方案可以补充云基础设施,以在民用航空生命周期中提供低延迟、保护隐私和具有韧性的AI服务。
cs.AI / 30 / 2607.19767

Symbol and Footprint Database for Electronic Components by Agentic Recognition and Generation

基于主动识别与生成的电子元件符号与封装数据库
Shi, Yichen, Liu, Yuzhi, Tao, Zhuofu, Huang, Li, Gao, Yuhao, Lin, Ting-Jung, Hel, Lei
Abstract
A rich and recognizable component library is the cornerstone of printed circuit board (PCB) design and generation. Traditionally, engineers manually create symbols and footprints and design PCB schematics, which is time-consuming and error-prone. Leveraging multimodal large language models (MLLMs), we develop SFgen, an agentic recognition and generation flow of symbol and footprint for electronic components. SFgen achieves 86% accuracy for symbol generation and 80% accuracy for footprint generation. We use the SFgen method to create SFnet, a database of symbols and footprints. It now has 1000 components and is expanding constantly, which lays the foundation for automatic generation of PCB designs.
Chinese Translation
丰富且易于识别的元件库是印刷电路板(PCB)设计与生成的基石。传统上,工程师手动创建符号和封装并设计PCB原理图,这一过程既耗时又容易出错。利用多模态大型语言模型(MLLMs),我们开发了SFgen,一个用于电子元件符号与封装的主动识别与生成流程。SFgen在符号生成方面实现了86%的准确率,在封装生成方面实现了80%的准确率。我们使用SFgen方法创建了SFnet,一个符号与封装数据库。该数据库目前包含1000个元件,并在不断扩展,为PCB设计的自动生成奠定了基础。
cs.AI / 31 / 2607.19793

Silent Failures in Multimodal Agentic Search:A Diagnostic Taxonomy and Cross-Judge Evaluation

多模态代理搜索中的隐性失败:诊断分类法与跨评估
Wu, Zhengxian, Gao, Junjie, Yang, Kai
Abstract
Multimodal agentic search systems increasingly rely on external tools to answer knowledge-intensive visual questions. However, existing evaluations mainly focus on final-answer accuracy and may miss failures in the search trajectory. In this work, we study such hidden reliability issues as silent failures. We introduce a six-category taxonomy covering modality shortcuts, phantom grounding, wrong-evidence-right-answer cases, over-retrieval laundering, cross-modal contradiction, and provenance hallucination. Based on this taxonomy, we build a trajectory-level diagnostic pipeline that evaluates both answer correctness and evidence-grounding quality under a unified ReAct-style scaffold. Experiments on MMSearch-Plus trajectories across four frontier multimodal models show that surface accuracy consistently overestimates true trajectory-level correctness. We further use cross-judge validation, blank-image stress tests, and tool ablations to show that silent failures are capability-dependent and often shift rather than disappear. Home-page: https://github.com/DingWu1021/silent-failures-multimodal-agentic-search
Chinese Translation
多模态代理搜索系统越来越依赖外部工具来回答知识密集型视觉问题。然而,现有的评估主要集中在最终答案的准确性上,可能忽视搜索轨迹中的失败。在本研究中,我们探讨了这种隐性可靠性问题,即隐性失败。我们提出了一种涵盖六个类别的分类法,包括模态捷径、虚幻基础、错误证据-正确答案案例、过度检索清洗、跨模态矛盾和来源幻觉。基于该分类法,我们构建了一个轨迹级诊断管道,在统一的ReAct风格框架下评估答案的正确性和证据基础的质量。在四个前沿多模态模型的MMSearch-Plus轨迹上的实验表明,表面准确性始终高估了真实的轨迹级正确性。我们进一步使用跨评估验证、空图像压力测试和工具消融实验表明,隐性失败是依赖于能力的,且往往是转移而非消失。主页:https://github.com/DingWu1021/silent-failures-multimodal-agentic-search
cs.AI / 32 / 2607.19824

Rewarding Better Thinking for LLM Preference Alignment

奖励更优思维以实现大型语言模型的偏好对齐
Liu, Xubo, Guo, Wenya, Yan, Ruxue, Qian, Xinying, Zhang, Ying
Abstract
LLM preference alignment aims to optimize models toward human preferences across diverse user instructions. Reinforcement learning has become a major post-training approach for this goal, but existing proxy rewards are often outcome-level, mainly evaluating the final response while providing limited guidance for the reasoning trajectory. This can make credit assignment coarse when multiple responses receive similar final scores, leaving trajectory-level preferences under-specified. To address this limitation, we propose Thinking Checklist Reward (TCR), a process-oriented reward for RL-based preference alignment. TCR converts preference pairs into sample-specific thinking checklists and uses them to evaluate whether the generated reasoning trace addresses the preference-implied considerations. To reduce overlap with outcome-level supervision, TCR further introduces an exponential moving average (EMA) residual formulation to isolate a complementary thinking surplus beyond what is predictable from the outcome reward. Experiments on five models from three model families show that TCR consistently improves alignment performance across diverse benchmarks, with ablations further validating the importance of EMA-based residual formulation and sample-specific checklist supervision.
Chinese Translation
大型语言模型(LLM)偏好对齐旨在优化模型以符合多样化用户指令下的人类偏好。强化学习已成为实现这一目标的主要后训练方法,但现有的代理奖励往往是基于结果的,主要评估最终响应,而对推理过程的指导有限。这可能导致在多个响应获得相似最终评分时,信用分配变得粗糙,从而使得过程层面的偏好未得到充分说明。为了解决这一局限性,我们提出了思维检查表奖励(Thinking Checklist Reward, TCR),这是一种面向过程的奖励,用于基于强化学习的偏好对齐。TCR将偏好对转换为特定样本的思维检查表,并利用这些检查表评估生成的推理轨迹是否考虑了偏好所暗示的因素。为了减少与结果级监督的重叠,TCR进一步引入了指数移动平均(Exponential Moving Average, EMA)残差公式,以隔离超出结果奖励可预测范围的补充思维盈余。在来自三个模型家族的五个模型上的实验表明,TCR在各种基准测试中始终提高了对齐性能,消融实验进一步验证了基于EMA的残差公式和特定样本检查表监督的重要性。
cs.AI / 33 / 2607.19837

Know Your Agent: Reconnaissance-Driven Pentesting of AI Agents

了解你的代理:基于侦察的人工智能代理渗透测试
Eliav, Or Zion, Lenga, Eyal, Bernstien, Shir, Mirsky, Yisroel
Abstract
Traditional pentesting uses reconnaissance at each step to uncover unseen weaknesses, build stronger attacks, and advance the objective; we argue that AI agents require the same treatment. We formalize agent reconnaissance by modeling the process and identifying the knowledge assets it seeks to extract: what they are, how they are used, and which agent weaknesses they exploit to give adversaries leverage in indirect prompt injection attacks. We instantiate these insights in Know Your Agent (KYA), a framework that automates black-box, reconnaissance-driven pentesting by probing agents, building target profiles, and using those profiles to craft stronger attacks. We evaluate KYA on agent-security benchmarks and a real-world coding agent, and release KYA, its benchmarks, and baseline implementations for reproducibility.
Chinese Translation
传统的渗透测试在每个步骤中都使用侦察来发现未被察觉的弱点、构建更强的攻击并推进目标;我们认为人工智能代理也需要相同的处理。我们通过建模过程并识别其寻求提取的知识资产来形式化代理侦察:这些资产是什么、如何使用以及它们利用哪些代理弱点来为对手在间接提示注入攻击中提供优势。我们在此基础上提出了“了解你的代理”(Know Your Agent, KYA)框架,该框架通过探测代理、构建目标档案并利用这些档案来设计更强的攻击,从而实现黑箱的基于侦察的渗透测试自动化。我们在代理安全基准和一个真实世界的编码代理上评估了KYA,并发布了KYA、其基准和基线实现,以便于重复实验。
cs.AI / 34 / 2607.19865

DocOps: A Verifiable Benchmark for Autonomous Agents in Complex Document Operations

DocOps:复杂文档操作中自主智能体的可验证基准
Jiang, Jiazhen, Cao, Boxi, Yan, Lingyong, Lu, Yaojie, Lin, Hongyu, Wang, Shuaiqiang, Yin, Dawei, Han, Xianpei, Sun, Le
Abstract
As autonomous agents rapidly evolve, their ability to reliably manipulate ubiquitous digital documents has become critical for enabling general-purpose AI assistants and automating complex workspace workflows. In this paper, we introduce DocOps, a deterministically verifiable evaluation framework underpinned by a hierarchical taxonomy that deconstructs document operations inspired by real-world practices into atomic dimensions and escalating workflow complexities. Based on DocOps, we systematically evaluate representative closed- and open-source models across various agentic harnesses, revealing that even the most advanced frontier configurations still exhibit profound limitations when handling highly coupled, long-range tasks. Furthermore, a fine-grained analysis of existing agents' manipulation behaviors uncovers 3 key failure modes: long-term state tracking collapse, shallow semantic verification, and destructive editing of structural metadata. Ultimately, our work exposes the capability boundaries of agents in maintaining global document consistency, shedding light on the future design of robust, non-destructive agents for complex digital ecosystems.
Chinese Translation
随着自主智能体的快速发展,它们可靠地处理普遍存在的数字文档的能力已成为实现通用人工智能助手和自动化复杂工作流程的关键。在本文中,我们介绍了DocOps,一个基于分层分类法的确定性可验证评估框架,该框架将受现实世界实践启发的文档操作解构为原子维度和逐步升级的工作流程复杂性。基于DocOps,我们系统地评估了各种智能体框架下的代表性闭源和开源模型,揭示即使是最先进的前沿配置在处理高度耦合的长程任务时仍然存在深刻的局限性。此外,对现有智能体操作行为的细致分析揭示了三种关键失效模式:长期状态跟踪崩溃、浅层语义验证和结构元数据的破坏性编辑。最终,我们的工作揭示了智能体在维持全球文档一致性方面的能力边界,为未来设计强大且非破坏性的复杂数字生态系统智能体提供了启示。
cs.AI / 35 / 2607.19913

JANUS: Foreseeing Latent Risk for Long-Horizon Agent Safety

JANUS:预见长期代理安全的潜在风险
Xiong, Yuan, Hao, Linji, He, Shizhu, Wang, Yequan, Li, Lijun
Abstract
Agent safety is moving from content moderation toward preventing operational failures before tool-using agents act. We propose Janus, a foresight-oriented framework for long-horizon agent safety that trains guards to anticipate delayed risks from partial trajectories. Janus synthesizes diverse agent trajectories via multi-agent simulation and learns a shared policy with two coupled tasks: an anticipation task that forecasts safety-relevant futures and an adjudication task that decides safety from both the observed prefix and anticipated future. The two tasks are jointly optimized with CoAA-RL, which rewards forecasts by their utility for downstream safety judgment. The resulting guard model, Vanguard, blocks unsafe actions before execution. Across four agent-safety benchmarks, Vanguard improves average protection by 15.9 percentage points over baseline guards while increasing benign task completion by 5.1 percentage points.
Chinese Translation
代理安全正从内容审核转向在工具使用代理行动之前预防操作失败。我们提出了Janus,一个面向前瞻的长期代理安全框架,训练守卫以预测来自部分轨迹的延迟风险。Janus通过多代理仿真综合多样的代理轨迹,并学习一个共享策略,该策略包含两个耦合任务:一个预测任务,用于预测与安全相关的未来,以及一个裁决任务,用于根据观察到的前缀和预期未来来判断安全性。这两个任务通过CoAA-RL共同优化,后者根据其对下游安全判断的效用来奖励预测。最终生成的守卫模型Vanguard,在执行之前阻止不安全的行为。在四个代理安全基准测试中,Vanguard的平均保护率比基线守卫提高了15.9个百分点,同时良性任务的完成率提高了5.1个百分点。
cs.AI / 36 / 2607.19914

Long-Term Sequential Decision Making under Risk

风险下的长期序列决策
Irmaan, Mirzanejad, Bourdache, Nadjet, Mouaddib, Abdel-Illah
Abstract
We study finite-horizon MDP planning under \emph{root-based} (resolute) risk objectives that apply a rank-dependent functional to the distribution of total returns. Such objectives are non-linear in the return distribution and generally break Bellman optimality, so direct optimization by scenario-tree enumeration is intractable. We propose \textbf{ERQDP}, an enumeration-free and sampling-free method that solves a rank--quantile surrogate via exact DP (Dynamic Programming), evaluates candidate policies exactly by DP over return Probability Mass Functions (PMFs) on a discretized return grid (with an explicit rounding bound), and refines the surrogate in an anytime loop that reports an explicit upper--lower gap (certificate) for the target objective up to discretization budgets. Across tested benchmarks, ERQDP returns certified solutions or explicit residual gaps, enables fast risk-parameter sweeps with substantial runtime gains, and supports both risk-averse and risk-seeking behaviors.
Chinese Translation
我们研究了在 extit{基于根}(决策果断)风险目标下的有限视野马尔可夫决策过程(MDP)规划,这些目标对总回报的分布应用了基于排名的函数。这类目标在回报分布中是非线性的,通常打破贝尔曼最优性,因此通过场景树枚举进行直接优化是不可行的。我们提出了 extbf{ERQDP},这是一种无枚举和无采样的方法,通过精确的动态规划(DP)解决排名-分位数代理,准确评估候选策略,通过在离散化的回报网格上对回报概率质量函数(PMFs)进行动态规划,提供明确的上界-下界差距(证书),并在任何时间循环中对代理进行精炼,以满足离散化预算。在测试的基准中,ERQDP返回经过认证的解决方案或明确的残差差距,能够快速进行风险参数扫描,并实现显著的运行时提升,同时支持风险厌恶和风险寻求行为。
cs.AI / 37 / 2607.19935

MOF-Sleuth: Tool-Grounded Reward Alignment for Explainable Fine-Grained MOF CIF Auditing

MOF-Sleuth:基于工具的奖励对齐用于可解释的细粒度金属有机框架CIF审计
Liu, Yu, Yang, Zhiwei, Guo, Diandian, Peng, Kun, Yuan, Fangfang, Cao, Cong, Li, Chaozhuo, Ma, Zhiyuan, Liu, Yanbing, Zhao, Guobin
Abstract
Large metal-organic framework (MOF) databases support simulation, screening, and machine learning through crystallographic information files (CIFs). Subtle chemical and structural errors in these inputs can compromise downstream results and hinder manual inspection. LLM advances in computational chemistry offer paths beyond predictive screening toward fine-grained diagnosis with evidence-grounded explanations. However, two challenges remain: (i) limited fine-grained attribution: MOF-specific validators and machine-learning models scale detection but provide fixed checks, readiness scores, or coarse labels rather than evidence-grounded explanations; and (ii) unreliable CIF reasoning: direct LLM auditing is costly and unreliable because chemical evidence is implicit across atom-site records and requires geometric, connectivity, occupancy, and charge calculations. Both stem from weak coupling between chemical evidence and language-model explanation. We introduce MOF-Sleuth, a reinforcement-guided CIF auditing agent with two modules: a deterministic Forensic Lab and a Sleuth reasoning engine. The Lab derives composition, geometry, connectivity, occupancy, coordination, and charge evidence, and Sleuth uses this evidence to produce an evidence-grounded explanation, error types, and a binary decision. Reward-guided reinforcement learning (RL) turns tool measurements into chemical explanation-level supervision, rewarding not only the final answer but also cited chemical evidence and evidence-supported diagnoses. We introduce Chemically Grounded Diagnosis (Chem-GD), a metric that assesses whether a correct diagnosis is explained by factual, relevant CIF-derived evidence. Across four benchmarks, MOF-Sleuth establishes state-of-the-art performance among LLM-based approaches and MOF-specific machine-learning methods, demonstrating gains in detection, attribution, and grounded explanation quality.
Chinese Translation
大型金属有机框架(MOF)数据库通过晶体信息文件(CIF)支持模拟、筛选和机器学习。这些输入中的微妙化学和结构错误可能会影响下游结果并妨碍人工检查。计算化学中大型语言模型(LLM)的进展为超越预测筛选提供了路径,朝着基于证据的细粒度诊断。然而,仍然存在两个挑战:(i)有限的细粒度归因:特定于MOF的验证器和机器学习模型能够扩展检测,但提供的是固定检查、准备评分或粗略标签,而不是基于证据的解释;(ii)不可靠的CIF推理:直接的LLM审计成本高且不可靠,因为化学证据在原子位点记录中是隐含的,需要几何、连接性、占据和电荷计算。这两者都源于化学证据与语言模型解释之间的弱耦合。我们引入了MOF-Sleuth,一个基于强化学习的CIF审计代理,具有两个模块:一个确定性的法医实验室和一个侦探推理引擎。实验室推导出组成、几何、连接性、占据、配位和电荷证据,而侦探则利用这些证据生成基于证据的解释、错误类型和二元决策。奖励引导的强化学习(RL)将工具测量转化为化学解释级别的监督,不仅奖励最终答案,还奖励引用的化学证据和基于证据的诊断。我们引入了化学基础诊断(Chemically Grounded Diagnosis,Chem-GD),这一指标评估正确诊断是否由事实相关的CIF衍生证据解释。在四个基准测试中,MOF-Sleuth在基于LLM的方法和特定于MOF的机器学习方法中建立了最先进的性能,展示了在检测、归因和基于证据的解释质量方面的提升。
cs.AI / 38 / 2607.19949

SenWorld: A Digital-Twin Simulation for Generating Context-Rich Evaluation Data

SenWorld:生成丰富上下文评估数据的数字双胞胎模拟
Zhou, Zenghui, Li, Xiaoyang, Qiao, Xiaoxuan, Wei, Zhilang, Lei, Tianming
Abstract
Smartphone personal assistants reason over longitudinal personal data, yet evaluating them requires context-rich evaluation data whose correct answers are known, and real device traces are too privacy-sensitive to share. To address this challenge, we present SenWorld, a physically grounded, deterministic, event-sourced digital-twin simulation that generates such data with ground truth fixed by construction. In SenWorld, personas live through a full day in a world built from real map, weather, holiday, and network data; every observable signal is archived in full-system snapshots; and each evaluation case is labeled by a pointer to an existing record rather than by post-hoc annotation or a large language model (LLM) judge. We evaluate this method with 16 personas in Beijing. The generated data closely matches the held-out real-user benchmark in category distribution (Jensen--Shannon divergence (JSD) 0.070) and in the daily rhythm of communication records (JSD below 0.1), though generated records remain shorter than real ones. Without scripted interaction, personas form a fully reciprocated dialogue subgraph and differentiated behavioral repertoires. Projected into 717 evaluation cases, the generated data exposes 78 failures in a production smartphone assistant, concentrating on call and Short Message Service (SMS) records while contacts, schedules, and alarms never fail. The snapshot pointer confirms each failure as an assistant-side retrieval error, with no LLM judge involved. Overall, SenWorld offers a privacy-safe, reproducible, and distribution-checked path to evaluation data whose labels are fixed by construction.
Chinese Translation
智能手机个人助手基于长期个人数据进行推理,但评估它们需要已知正确答案的丰富上下文评估数据,而真实设备的轨迹因隐私敏感而无法共享。为了解决这一挑战,我们提出了SenWorld,这是一种基于物理的、确定性的、事件驱动的数字双胞胎模拟,能够生成此类数据,其真实答案由构造固定。在SenWorld中,角色在一个由真实地图、天气、假期和网络数据构建的世界中度过完整的一天;每个可观察信号都在全系统快照中归档;每个评估案例通过指向现有记录的指针进行标记,而不是通过事后注释或大型语言模型(LLM)评审。我们在北京对16个角色进行了该方法的评估。生成的数据在类别分布上与保留的真实用户基准高度匹配(Jensen--Shannon散度(JSD)为0.070),在通信记录的日常节奏上(JSD低于0.1),尽管生成的记录仍然比真实记录短。没有脚本化的互动,角色形成了一个完全互惠的对话子图和差异化的行为库。投射到717个评估案例中,生成的数据揭示了生产智能手机助手中的78个失败,集中在通话和短消息服务(SMS)记录上,而联系人、日程和闹钟从未失败。快照指针确认每个失败都是助手端的检索错误,且没有涉及LLM评审。总体而言,SenWorld提供了一条隐私安全、可重复和分布检查的评估数据路径,其标签由构造固定。
cs.AI / 39 / 2607.19962

EvoThink: Evolving Thinking in Large Reasoning Models via Self-Pruning and Aha-Moment Preference Optimization

EvoThink:通过自我修剪和顿悟偏好优化在大型推理模型中进化思维
Dai, Xinbang, Xin, Zheyu, Hu, Huikang, Ren, Lin, Jin, Rihui, Xiao, Guohui, Qi, Guilin, Dong, Kuicai, Du, Zhaocheng, Zhang, Yuyang
Abstract
Large Reasoning Models (LRMs) often suffer from overthinking due to redundant verification steps. Existing approaches for mitigating overthinking, such as fast-slow thinking switching and reasoning trajectory compression, fail to make a fine-grained distinction between beneficial and redundant steps within the LRM's reasoning process, and may thus impair reasoning capability in their pursuit of efficiency. To simultaneously improve reasoning efficiency and capability, we propose EvoThink, a framework that reduces redundant verification and encourages the exploration of new reasoning paths. EvoThink comprises two key components: Self-Pruning Training (SPT), an unsupervised method that iteratively prunes redundant reasoning steps and self-trains on the concise trajectories; and Aha-Moment Preference Optimization (AMPO), which, inspired by genetic algorithms, identifies valuable failed reasoning attempts, synthesizes from-wrong-to-right aha-moment data, and optimizes the model to internalize this reasoning pattern. Extensive evaluations across mathematical reasoning and code generation benchmarks demonstrate that EvoThink not only substantially reduces inference-time token usage but also improves the reasoning capability of LRMs.
Chinese Translation
大型推理模型(LRMs)常常由于冗余的验证步骤而遭受过度思考的问题。现有的缓解过度思考的方法,如快慢思维切换和推理轨迹压缩,未能在LRM的推理过程中对有益步骤和冗余步骤进行细致区分,因此可能在追求效率的过程中损害推理能力。为了同时提高推理效率和能力,我们提出了EvoThink,一个减少冗余验证并鼓励探索新推理路径的框架。EvoThink包含两个关键组件:自我修剪训练(Self-Pruning Training, SPT),这是一种无监督的方法,迭代地修剪冗余推理步骤并在简洁轨迹上进行自我训练;以及顿悟偏好优化(Aha-Moment Preference Optimization, AMPO),该方法受到遗传算法的启发,识别有价值的失败推理尝试,从错误到正确的顿悟数据进行综合,并优化模型以内化这种推理模式。在数学推理和代码生成基准测试中的广泛评估表明,EvoThink不仅显著减少了推理时间的令牌使用量,还提高了LRMs的推理能力。
cs.AI / 40 / 2607.19973

The Giant Hippocampus: From Structural Monoculture to a System of Systems

巨型海马体:从结构单一到系统的系统
Seol, Jaeho
Abstract
AI researchers describe state-of-the-art models as one thing repeated at scale: the Transformer, wired identically for text, pixels, or speech. Neuroscientists describe the cortex as a mosaic - dense Layer 4 in visual cortex for spatial encoding, thick Layers 5/6 in motion cortex for temporal integration - different jobs solved by different structures. This paper argues the gap is a structural error, not a stylistic one, and is measurable. A century of cytoarchitecture, from Brodmann to single-cell Patch-seq, shows distinct cognitive functions are implemented by qualitatively different structures, not by rescaling one template. The convolutional neural network is the field's own proof: local receptive fields and hierarchical depth encoded this prior directly, reaching strong image recognition on far less data than later architectures needed. The paper traces how this lesson was discarded: the "Hardware Lottery" made the Transformer the path of least resistance, not the principled choice, and Mixture-of-Experts, often cited as diversity, in fact partitions parameters among identical experts. A functionalist analysis shows the Transformer is best understood as a functional analog of the hippocampal formation, not a general-purpose cortex - the same mistake as treating cortex as one giant Broca's area, except the field has now standardized on a giant hippocampus, applied to tasks it was never built for: audition, executive gating, working memory. The paper closes with an alternative: a Heterogeneous Topological Network, a System of Systems in which distinct modules keep the inductive bias their computation demands and communicate through standardized interfaces. This is a design discipline for AI architects, not cognitive science: specify modularity before training, using structural evidence as a design input rather than reverse-engineering architecture from a trained model's behavior.
Chinese Translation
人工智能研究者将最先进的模型描述为一种在规模上重复的事物:Transformer,无论是文本、像素还是语音,都是以相同的方式连接的。神经科学家则将皮层描述为一个马赛克——视觉皮层的密集层4用于空间编码,运动皮层的厚层5/6用于时间整合——不同的任务由不同的结构解决。本文认为这种差距是结构性错误,而非风格性错误,并且是可测量的。一个世纪的细胞结构研究,从布罗德曼(Brodmann)到单细胞Patch-seq,表明不同的认知功能是由质的不同结构实现的,而不是通过重新缩放一个模板。卷积神经网络是该领域自身的证明:局部感受野和层次深度直接编码了这一先前知识,在比后来的架构所需的数据少得多的情况下达到了强大的图像识别能力。本文追溯了这一教训是如何被抛弃的:“硬件彩票”使得Transformer成为了最小阻力路径,而不是原则选择,而混合专家(Mixture-of-Experts),常被引用为多样性,实际上是在相同的专家之间划分参数。功能主义分析表明,Transformer最好被理解为海马体结构的功能类比,而不是通用皮层——这与将皮层视为一个巨大的布罗卡区的错误相同,只不过该领域现在已标准化为一个巨型海马体,应用于其从未为之构建的任务:听觉、执行门控、工作记忆。本文最后提出了一种替代方案:异构拓扑网络(Heterogeneous Topological Network),一个系统的系统,其中不同的模块保持其计算所需的归纳偏差,并通过标准化接口进行通信。这是为人工智能架构师设计的学科,而非认知科学:在训练之前指定模块化,使用结构证据作为设计输入,而不是从训练模型的行为逆向工程架构。
cs.AI / 41 / 2607.19985

Coordinating from Memory: Graph-Structured Experience Reuse for Multi-Agent Adaptation in Dynamic Manufacturing

基于记忆的协调:动态制造中多智能体适应的图结构经验重用
Dai, Chengxiao, Lin, Zhanhui, Yan, Zhaokun, Ni, Youyang, Lei, Chenjun, Zhang, Luyan
Abstract
Dynamic manufacturing environments require multi-agent systems to coordinate effectively under frequent operational disturbances such as machine failures, urgent job arrivals, and processing time variations. Existing multi-agent reinforcement learning approaches treat each disturbance episode independently, discarding valuable coordination experience that could accelerate future adaptation. In this paper, we propose a Graph-Structured Experiential Memory (GSEM) framework for multi-agent coordination in dynamic manufacturing. The framework encodes historical coordination episodes as heterogeneous relational graphs that capture task dependencies, machine states, and inter-agent collaboration patterns. When a new disturbance occurs, a graph neural network-based retrieval mechanism identifies structurally similar past episodes, enabling experience-guided policy adaptation rather than learning from scratch. Experiments on dynamic flexible job-shop scheduling benchmarks with three disturbance types show that GSEM reduces makespan by 4.1%-10.0% and adaptation time by 33%-38% compared to the strongest memory-augmented baseline, with the advantage increasing under higher disturbance frequency. Ablation studies and cross-disturbance transfer experiments further validate the necessity of graph-structured encoding and similarity-based retrieval and demonstrate the cross-disturbance generalizability of learned coordination patterns.
Chinese Translation
动态制造环境要求多智能体系统在机器故障、紧急任务到达和加工时间变化等频繁操作干扰下有效协调。现有的多智能体强化学习方法将每个干扰事件独立处理,忽视了可以加速未来适应的宝贵协调经验。本文提出了一种图结构经验记忆(Graph-Structured Experiential Memory, GSEM)框架,用于动态制造中的多智能体协调。该框架将历史协调事件编码为异构关系图,捕捉任务依赖、机器状态和智能体间的协作模式。当新的干扰发生时,基于图神经网络的检索机制识别结构上相似的过去事件,从而实现经验引导的策略适应,而不是从头开始学习。在包含三种干扰类型的动态灵活作业车间调度基准测试中,实验结果表明,与最强的记忆增强基线相比,GSEM将完工时间缩短了4.1%-10.0%,适应时间减少了33%-38%,且在更高干扰频率下优势更为明显。消融研究和跨干扰转移实验进一步验证了图结构编码和基于相似性的检索的必要性,并展示了学习到的协调模式的跨干扰泛化能力。
cs.AI / 42 / 2607.19996

CLARK: Closed-loop Learning for Adaptive Reasoning over Knowledge Graphs

CLARK:基于知识图谱的自适应推理闭环学习
Khan, Yousef, Gherardini, Luca, Maratea, Marco, Arrais, Joel, Sousa, Jose
Abstract
Machine Learning models are widely used for automating classification tasks by extracting statistical patterns from data. However, their performance deteriorates if the data distribution changes, making them ill-suited to handle uncertain and evolving information. Moreover, they provide limited support for integrating prior knowledge. To address these limitations, we present CLARK (Closed-loop Learning for Adaptive Reasoning over Knowledge Graphs), a framework that integrates knowledge graphs, symbolic rule mining, and probabilistic reasoning under the Logic Programs with Markov Logic Networks (LP$^{\text{MLN}}$) formalism. Starting from CACTUS-derived KGs, CLARK translates graph structure into an LP$^{\text{MLN}}$ program and iteratively enriches it with candidate rules proposed by symbolic learners. These rules are calibrated through probabilistic weight learning, enabling reasoning under uncertainty and refinement of the underlying graph structure. We evaluate CLARK on two medical datasets, analysing both rule quality and downstream classification performance. Results demonstrate that CLARK leads to improved classification performance and more generalisable inference. Overall, CLARK provides a principled approach to constructing adaptive, interpretable, knowledge-driven models for classification.
Chinese Translation
机器学习模型广泛用于通过从数据中提取统计模式来自动化分类任务。然而,当数据分布发生变化时,它们的性能会下降,使其不适合处理不确定和不断变化的信息。此外,它们对整合先验知识的支持有限。为了解决这些局限性,我们提出了CLARK(Closed-loop Learning for Adaptive Reasoning over Knowledge Graphs),一个集成了知识图谱、符号规则挖掘和基于马尔可夫逻辑网络(Logic Programs with Markov Logic Networks, LP$^{ ext{MLN}}$)形式的概率推理的框架。CLARK从CACTUS派生的知识图谱(KGs)开始,将图结构转换为LP$^{ ext{MLN}}$程序,并通过符号学习者提出的候选规则进行迭代丰富。这些规则通过概率权重学习进行校准,使得在不确定性下进行推理和对基础图结构进行细化成为可能。我们在两个医学数据集上评估了CLARK,分析了规则质量和下游分类性能。结果表明,CLARK提高了分类性能并实现了更具普适性的推理。总体而言,CLARK为构建自适应、可解释的知识驱动分类模型提供了一种原则性的方法。
cs.AI / 43 / 2607.20005

Safe Remediation as Risk-Constrained Intervention Decision in Microservice Systems

作为风险约束干预决策的安全修复在微服务系统中的应用
Dai, Chengxiao, Yan, Zhaokun, Lei, Chenjun, Li, Qiao, Zhang, Luyan
Abstract
In modern IT operations (IT-Ops), the cost of an incorrect repair often exceeds the cost of no action at all. Yet existing automated remediation systems are designed to generate actions rather than to decide whether intervention is warranted, leaving safety as an afterthought enforced by manual approval. This paper makes three contributions to close this gap: (i) we reformulate safe remediation as a risk-constrained intervention decision problem and cast it as a Constrained Markov Decision Process (CMDP), in which the agent maximizes repair success subject to a bounded false remediation rate (FRR); (ii) we introduce a three-dimensional risk decomposition comprising blast radius, reversibility, and epistemic uncertainty, providing operators with an interpretable per-action safety interface; and (iii) we design a context-adaptive human-in-the-loop (HITL) gate that turns escalation from a binary failsafe into a bandwidth-aware control layer responsive to on-call load and business criticality. The full policy is learned offline from historical incident logs, enabling explicit control of the expected FRR. Experiments on the Train Ticket microservice benchmark with Chaos Mesh fault injection and an RCAEval-aligned fault taxonomy show that our framework reduces FRR by 39% while improving repair success by 2.5 points over a strong runbook baseline, and reduces on-call escalation load by 17% relative to a fixed-threshold variant.
Chinese Translation
在现代IT运营(IT-Ops)中,错误修复的成本往往超过不采取任何行动的成本。然而,现有的自动化修复系统设计用于生成行动,而不是决定是否需要干预,安全性往往被视为一个事后考虑,仅通过人工审批来强制执行。本文在此方面做出了三项贡献:(i)我们将安全修复重新表述为一个风险约束干预决策问题,并将其转化为一个约束马尔可夫决策过程(CMDP),其中代理在有限的错误修复率(FRR)约束下最大化修复成功率;(ii)我们引入了一个包含爆炸半径、可逆性和认知不确定性的三维风险分解,为操作人员提供了一个可解释的每个行动的安全接口;(iii)我们设计了一个上下文自适应的人机协作(HITL)门控机制,将升级从一个二元的安全措施转变为一个响应于值班负载和业务重要性的带宽感知控制层。完整策略通过离线学习历史事件日志来实现,从而能够明确控制预期的FRR。在使用Chaos Mesh故障注入和与RCAEval对齐的故障分类法的Train Ticket微服务基准实验中,我们的框架将FRR降低了39%,同时在强基线运行手册上提高了2.5个修复成功率点,并将相对于固定阈值变体的值班升级负载降低了17%。
cs.AI / 44 / 2607.20019

EvoDRC: A Self-Evolving Agentic Framework for Automated DRC Violation Repair

EvoDRC:一种自我演化的自主框架用于自动化 DRC 违规修复
Wu, Bing-Yue, Ho, Chia-Tung, Yang, Haoyu, Khailany, Brucek, Chhabria, Vidya A.
Abstract
Design rule check (DRC) closure remains a major bottleneck in advanced-node physical design. Although detailed routers are rule-aware, residual design rule violations (DRVs) often require manual engineering change order iterations. Automating this process is challenging because repairs must account for complex geometric interactions, preserve circuit connectivity, and avoid introducing new violations. We present EvoDRC, a skill-evolution framework for agentic block-level DRC repair. EvoDRC initializes layer-specific repair skills using knowledge distilled from an unrelated reference design and continuously evolves these skills using traceable repair experience collected from the target design. EvoDRC decomposes the layout into bounded repair regions and assigns an LLM repair agent to each region. Local DRC analysis, connectivity-checking, and impact-preview tools provide feedback on proposed modifications. Repair operations and their resulting DRV changes are stored in a knowledge database and used to evolve the repair skills. Experiments on seven block-level designs from the DAC26 DRC Benchmark show that EvoDRC achieves a 73.5\% overall reduction compared to the reported baseline.
Chinese Translation
设计规则检查(DRC)闭合仍然是先进节点物理设计中的一个主要瓶颈。尽管详细路由器是规则感知的,但残余设计规则违规(DRV)通常需要手动工程变更订单迭代。自动化这一过程具有挑战性,因为修复必须考虑复杂的几何相互作用,保持电路连通性,并避免引入新的违规。我们提出了 EvoDRC,一种用于自主块级 DRC 修复的技能演化框架。EvoDRC 利用从无关参考设计中提炼的知识初始化特定层的修复技能,并通过从目标设计收集的可追溯修复经验不断演化这些技能。EvoDRC 将布局分解为有限的修复区域,并为每个区域分配一个 LLM 修复代理。局部 DRC 分析、连通性检查和影响预览工具提供对拟议修改的反馈。修复操作及其导致的 DRV 变化存储在知识数据库中,并用于演化修复技能。对 DAC26 DRC 基准中的七个块级设计的实验表明,EvoDRC 相较于报告的基线实现了 73.5\% 的整体减少。
cs.AI / 45 / 2607.20022

Global Difference Constraint Propagation for Constraint Programming

全局差分约束传播在约束编程中的应用
Kletzander, Lucas, Dekker, Jip J., Schutt, Andreas, Stuckey, Peter J.
Abstract
Difference constraints of the form $x - y \leq d$ are well studied, with efficient algorithms for satisfaction and implication, because of their connection to shortest paths. Finite domain propagation algorithms, however, typically do not make use of these algorithms, and treat each difference constraint as a separate propagator. Propagation does guarantee completeness of solving, but can be needlessly slow. In this paper we describe how to build a (bounds consistent) global propagator for difference constraints that treats them all simultaneously. SAT modulo theory solvers have included theory solvers for difference constraints for some time. While a theory solver for difference constraints gives the basis of a global difference constraint propagator, we show how the requirements on the propagator are quite different. Crucially, we show how to explain propagations by a global difference constraint propagator, in order to use it within a lazy clause generation solver. We give experiments showing that treating difference constraints globally can substantially improve on the standard propagation approach.
Chinese Translation
差分约束形式为 $x - y leq d$ 的问题已得到充分研究,并且由于其与最短路径的联系,相关的满足性和推理算法也相对高效。然而,有限域传播算法通常并不利用这些算法,而是将每个差分约束视为一个独立的传播器。尽管传播可以保证求解的完整性,但可能会不必要地缓慢。本文描述了如何构建一个(边界一致的)全局传播器,以同时处理所有差分约束。SAT模理论求解器已经包含了差分约束的理论求解器有一段时间。尽管差分约束的理论求解器为全局差分约束传播器提供了基础,但我们展示了对传播器的要求是截然不同的。关键是,我们展示了如何通过全局差分约束传播器来解释传播,以便在懒惰子句生成求解器中使用它。我们通过实验表明,全球处理差分约束可以显著改善标准传播方法。
cs.AI / 46 / 2607.20058

Reading and Steering Representations of Materials-Science Mechanisms in an Open-Weight Language Model

在开放权重语言模型中读取和引导材料科学机制的表征
Buehler, Markus J.
Abstract
Large language models can answer scientific questions, yet a correct output does not reveal whether the model represents or uses the governing physics. Here we show that materials science mechanism information in the open-weight google/gemma-4-E4B-it model has three experimentally separable forms: concepts are readable in individual hidden states, constitutive orientation is carried by controlled transformations between states, and selected internal representations causally control engineering answers. We combine matched direct and Jacobian vocabulary readouts, option-free state geometry, a 60-law counterfactual benchmark and causal interventions. In 50 held-out materials descriptions, three independently fitted Jacobian lenses reproduced concept ranks, and target-free word sets from both readouts enabled blinded identification of 9 of 10 mechanism families. A separate 72-prompt benchmark produced mechanism-specific hidden-state neighborhoods, but an exact graph audit showed that this apparent physical organization was equally explained by numerical comparison. We therefore compared otherwise identical prompts in which only the direction of the physical input was reversed, asking whether the resulting hidden-state movement followed the supplied constitutive law. These state transformations ordered direct, physically neutral and inverse laws across 60 frozen relations and correctly oriented 39 of 40 directional laws, whereas lexical controls were near chance. Bidirectional interventions shifted answer probabilities toward or away from the physically appropriate outcome across all 12 matched cases, while counterfactual state patches transferred opposing decision signals across mechanisms and answer formats. Physical relationships were therefore more visible in controlled state changes than in absolute states alone.
Chinese Translation
大型语言模型能够回答科学问题,但正确的输出并不能揭示模型是否表示或使用了支配物理。本文展示了在开放权重的google/gemma-4-E4B-it模型中,材料科学机制信息具有三种可实验分离的形式:概念可在单个隐藏状态中读取,构成方向通过状态之间的受控变换传递,选定的内部表征因果性地控制工程答案。我们结合了匹配的直接和雅可比词汇读出、无选项状态几何、一个60法则的反事实基准和因果干预。在50个保留的材料描述中,三个独立拟合的雅可比透镜再现了概念排名,而来自两个读出的无目标词集使得盲识别10个机制家族中的9个成为可能。一个独立的72提示基准产生了机制特定的隐藏状态邻域,但精确的图形审计显示,这种明显的物理组织同样可以通过数值比较来解释。因此,我们比较了在物理输入方向仅被反转的情况下,其他条件相同的提示,询问结果隐藏状态的运动是否遵循所提供的构成法则。这些状态变换在60个冻结关系中对直接、物理中性和逆法则进行了排序,并正确地定向了39个方向法则中的40个,而词汇控制接近随机。双向干预在所有12个匹配案例中将答案概率向物理适当结果转移或远离,同时反事实状态补丁在机制和答案格式之间传递了相反的决策信号。因此,物理关系在受控状态变化中比在绝对状态中更为明显。
cs.AI / 47 / 2607.20064

PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning

PRO-LONG:程序化记忆实现长时间跨度推理
Fox, Alexis, Wang, Junlin, Rosu, Paul, Dhingra, Bhuwan
Abstract
Long-horizon tasks require sustained perception, reasoning, and exploration, and are a persistent challenge for large language model (LLM) agents. This gap is reflected in their limited performance on continual learning benchmarks such as ARC-AGI-3, especially when models are evaluated out of the box. Various agent harnesses have been proposed to close this gap, and each commits to a strategy for handling long sequences of observations, i.e., what information to save from the environment and how to load it into model context, a choice we argue is particularly consequential. Existing methods for context management face a significant tradeoff, as preserving more information makes retrieving relevant details less tractable. We propose PRO-LONG, a minimal context management framework built around programmatic memory for LLM agents in long-horizon, exploratory settings. PRO-LONG addresses the tradeoff by keeping a complete, structured interaction log and capitalizing on recent progress in coding agents to search this history efficiently. On the full ARC-AGI-3 public game set, PRO-LONG improves over a base coding agent by an average of 18.0 percentage points across frontier models, and matches or exceeds state-of-the-art specialized harnesses (up to 76.1% pass@1) while using 4.2-5.8x fewer tokens. With Fable 5, PRO-LONG achieves 97.4% best@2 at a total cost of \$1,750. Relevant code and logs are available at https://github.com/alexisfox7/PRO-LONG.
Chinese Translation
长时间跨度任务需要持续的感知、推理和探索,这对大型语言模型(LLM)代理来说始终是一个挑战。这一差距在它们在持续学习基准(如ARC-AGI-3)上的有限表现中得以体现,尤其是在模型未经过特别调整的情况下。为缩小这一差距,提出了各种代理框架,每种框架都承诺采用一种策略来处理长序列的观察,即如何从环境中保存信息以及如何将其加载到模型上下文中,我们认为这一选择尤其重要。现有的上下文管理方法面临显著的权衡,因为保留更多信息会使得检索相关细节变得更加困难。我们提出了PRO-LONG,这是一个围绕程序化记忆构建的最小上下文管理框架,旨在支持LLM代理在长时间跨度的探索性环境中使用。PRO-LONG通过保持完整的结构化交互日志来解决这一权衡,并利用最近在编码代理方面的进展高效地搜索这一历史记录。在完整的ARC-AGI-3公共游戏集上,PRO-LONG在前沿模型中平均提高了18.0个百分点,相比基础编码代理,并且在使用4.2-5.8倍更少的标记的情况下,匹配或超过了最先进的专业框架(最高达到76.1%的通过率@1)。在Fable 5上,PRO-LONG以总成本$1,750实现了97.4%的最佳@2。相关代码和日志可在https://github.com/alexisfox7/PRO-LONG获取。
cs.AI / 48 / 2607.20065

TRUST-ESD: A Risk-Calibrated and Governance-Aware AI Framework for Enterprise Strategic Decision Support Under Uncertainty

TRUST-ESD:一种风险校准和治理意识的人工智能框架,用于不确定性下的企业战略决策支持
Qiu, Tian, Yan, Li, Miraj, Mahabubur Rahman, Yi, Shanqin, Galib, Md Intekhab Rahman, Hasan, Jahid
Abstract
Enterprise strategic decision support requires AI systems that are not only accurate, but also uncertainty-aware, risk-calibrated, explainable, and governance-compliant. This paper proposes TRUST-ESD, a risk-calibrated and governance-aware framework for enterprise decision support under uncertainty. TRUST-ESD evaluates feasible counterfactual strategies through predictive utility estimation, conformal uncertainty calibration, CVaR-based downside-risk scoring, risk-memory retrieval, policy-as-code governance, explainability, and human oversight. Unlike prediction-only methods that select actions by maximum expected utility, TRUST-ESD recommends strategies that balance value, reliability, risk exposure, and compliance. Experimental results show that TRUST-ESD improves risk-adjusted utility by 7.95%, reduces risk exposure by 23.22%, reduces CVaR by 23.78%, lowers calibration error by 13.89%, improves explanation fidelity by 10.90%, and increases governance compliance by 9.76% compared with strong uncertainty-aware baselines, while maintaining competitive predictive accuracy. Ablation and case-study analyses further confirm that uncertainty calibration, downside-risk scoring, risk memory, explainability, and governance validation jointly improve trustworthy enterprise decision-making.
Chinese Translation
企业战略决策支持需要不仅准确的人工智能系统,还需要具备不确定性意识、风险校准、可解释性和合规治理的能力。本文提出了TRUST-ESD,一个用于不确定性下企业决策支持的风险校准和治理意识框架。TRUST-ESD通过预测效用估计、符合性不确定性校准、基于条件价值风险(CVaR)的下行风险评分、风险记忆检索、政策即代码治理、可解释性和人类监督来评估可行的反事实策略。与仅通过最大期望效用选择行动的预测方法不同,TRUST-ESD推荐在价值、可靠性、风险暴露和合规之间取得平衡的策略。实验结果表明,与强不确定性意识基准相比,TRUST-ESD提高了7.95%的风险调整效用,降低了23.22%的风险暴露,减少了23.78%的CVaR,降低了13.89%的校准误差,提高了10.90%的解释保真度,并增加了9.76%的治理合规性,同时保持了竞争性的预测准确性。消融和案例研究分析进一步确认,不确定性校准、下行风险评分、风险记忆、可解释性和治理验证共同改善了可信赖的企业决策。
cs.AI / 49 / 2607.20129

CUSUM-Shaped Inference-Time Monitoring and Targeted Re-Decoding for Quantized Small Language Model Reasoning

基于CUSUM形状的推理时监控与针对性重新解码在量化小型语言模型推理中的应用
Ettifouri, El Hassane, Belfatmi, Ayoub, Alassan, Mahaman Sanoussi Yahaya, Dahhane, Walid
Abstract
Quantized small autoregressive reasoning models can enter long, repetitive, or unproductive trajectories, yet inference-time compute is usually allocated without observing how a trajectory develops. Building on an earlier token-level e-CUSUM controller, we develop MGT-B (Monitoring-Guided Test-time Backtracking), a revised external controller that maps overlapping windows of pre-sampling uncertainty and degeneration features to position-conditional empirical tail probabilities, accumulates mixture betting factors with a CUSUM-shaped reset, and responds to an alarm by estimating a rollback point, restoring token and key-value-cache state, and performing constrained re-decoding. To audit whether the effect persists on problem identities first observed after the manual choice of log threshold h = 10, we retrospectively exclude 260 IDs present in pre-threshold artifacts and retain the chronologically first post-threshold pair for each remaining ID, yielding a 240-pair chronology-audit set. On this set, accuracy changes from 82/240 to 88/240 (+2.50 percentage points; 13 corrections, 7 regressions; exact McNemar p = 0.2632; paired bootstrap 95% interval [-1.25, +6.25]). A broader 467-pair historical-coverage set of seed-matched pairs changes accuracy from 146/467 to 167/467 (+4.50 points; McNemar p = 0.000753), but includes 200 seed-1 IDs available before or during threshold selection and is reported only as an exploratory estimate. All 316 no-alarm outputs in the 467-pair set are identical to vanilla, while the 151 alarmed trajectories contain 29 corrections and 8 regressions. Neither analysis is confirmatory, and the empirical factors are not established as a valid e-process or e-detector. The results support a selective monitoring-and-repair mechanism for the studied MATH-500 setting, rather than a general or theoretically certified reasoning improvement.
Chinese Translation
量化的小型自回归推理模型可能会进入长时间、重复或无效的轨迹,但推理时的计算通常是在未观察轨迹发展情况的情况下分配的。在早期的基于令牌的e-CUSUM控制器的基础上,我们开发了MGT-B(监控引导的测试时回溯),这是一种修订的外部控制器,它将重叠的预采样不确定性和退化特征映射到位置条件的经验尾概率,利用CUSUM形状的重置累积混合投注因子,并通过估计回滚点来响应警报,恢复令牌和键值缓存状态,并执行受限的重新解码。为了审计在手动选择日志阈值h = 10后首次观察到的问题身份的效果是否持续,我们回顾性地排除了260个在阈值前存在的ID,并保留每个剩余ID的时间上最早的阈值后配对,从而形成240对时间审计集。在该集上,准确率从82/240变为88/240(+2.50个百分点;13次修正,7次回归;精确的McNemar p = 0.2632;配对自助法95%区间[-1.25, +6.25])。一个更广泛的467对历史覆盖集的种子匹配对的准确率从146/467变为167/467(+4.50点;McNemar p = 0.000753),但包括200个在阈值选择前或期间可用的种子-1 ID,仅作为探索性估计报告。467对集中所有316个无警报输出与原始输出相同,而151个警报轨迹包含29次修正和8次回归。两项分析均不具备确认性,经验因素未被确立为有效的e过程或e探测器。结果支持对所研究的MATH-500设置的选择性监控和修复机制,而非一般或理论上认证的推理改进。
cs.AI / 50 / 2607.20268

PoTRE: Test-Time Reasoning inspired by Cognitive Heterogeneity

PoTRE:受认知异质性启发的测试时推理
Kankariya, Anmol, Arık, Sercan Ö.
Abstract
While Large Language Models (LLMs) excel at many tasks, they frequently struggle with complex reasoning that requires long-horizon planning and iterative error correction. Furthermore, standard single-stream prompting proves brittle when models encounter novel abstractions or rigorous domain constraints. We introduce PoTRE (Poly-Topological Reasoning Ensembles), a heterogeneous framework that decouples inference into four agents: (1) Adversarial Refinement Agent, (2) Hierarchical strategic Planning Agent, (3) Spectrum Search Agent, and (4) Direct Chain Agent. A final Task-Adaptive Aggregation Layer dynamically reconciles these perspectives -- via final candidate selection, semantic synthesis, or neuro-symbolic verification -- to produce a robust global solution. We evaluate PoTRE on three frontier benchmarks: ARC-AGI-2, Humanity's Last Exam (HLE), and PRBench Finance. PoTRE achieves state-of-the-art accuracy of 49.92% on HLE, surpassing the previous best official score. We demonstrate that this architectural heterogeneity achieves improved reasoning performance using similar or fewer inference tokens compared to heavily scaled homogeneous baselines.
Chinese Translation
尽管大型语言模型(LLMs)在许多任务中表现出色,但它们在需要长时间规划和迭代错误修正的复杂推理方面常常面临困难。此外,当模型遇到新颖的抽象或严格的领域约束时,标准的单流提示方法显得脆弱。我们提出了PoTRE(多拓扑推理集成),这是一个异质框架,将推理解耦为四个代理:(1)对抗性精炼代理,(2)层次战略规划代理,(3)谱搜索代理,以及(4)直接链代理。最终的任务自适应聚合层动态调和这些视角——通过最终候选选择、语义合成或神经符号验证——以产生一个稳健的全局解决方案。我们在三个前沿基准上评估了PoTRE:ARC-AGI-2、人类的最后考试(HLE)和PRBench金融。PoTRE在HLE上实现了49.92%的最先进准确率,超过了之前的最佳官方得分。我们证明,这种架构的异质性在使用相似或更少的推理令牌的情况下,能够实现更好的推理性能,相比于大规模同质基线。
cs.AI / 51 / 2607.20379

Train the Model, Not the Reader: Decodability Supervision for Verifiable Activation Explanations

训练模型,而非读者:可验证激活解释的可解码性监督
Dingeto, Hiskias
Abstract
Natural-language autoencoders score explanations of hidden activations by reconstruction: an explanation is deemed faithful if the activation can be regenerated from it. The test is structurally insensitive to individual false claims: if flipping a claim does not change the reconstruction, the claim is never penalized. We show the test is passed in two ways, neither faithful. On a released Qwen-2.5-7B verbalizer, explanations reconstruct well above chance while ~2% of specific claims are reconstruction-dependent, so the score tracks gist, not specific facts. Under exact synthetic ground truth, the standard recipe develops co-adapted private codes (false wording the reconstruction depends on) in 5/5 runs, and fixes that leave the target model unchanged do not help. We contribute two audit protocols, the grounded-vs-true cross and the evaluator swap, and RECAP (Readable Encodings via Co-trained Auxiliary Predictors): linear heads trained alongside the target model to keep designated content decodable. On RECAP-trained sandbox models, fresh verbalizers state the designated content truly and the codes vanish, at a +0.001-nat cost. This replicates on a pretrained Pythia-160M: the content becomes reliably probe-decodable, though a fresh verbalizer conveys it only in part (truth 0.44-0.46 vs a near-zero control). For interpretability, high reconstruction does not certify individual claims. For AI safety, RECAP makes designated internal content independently checkable against probes rather than asserted by prose a model can game: an independent probe scores the verbalizer's true claims above its false ones (AUC 0.96, vs 0.82 without RECAP). Against an adversary that edits an explanation to maximize the reconstruction score while lying (suppressing ~87% of its lie penalty), the RECAP probe still flags the lies (AUC 0.95) while the control probe collapses to chance (0.51).
Chinese Translation
自然语言自编码器通过重建对隐藏激活的解释进行评分:如果激活可以从解释中再生,则该解释被视为真实。该测试在结构上对个别虚假声明不敏感:如果翻转一个声明不会改变重建结果,则该声明不会受到惩罚。我们展示了该测试以两种方式通过,但均不真实。在发布的 Qwen-2.5-7B 语言模型上,解释的重建效果远高于偶然水平,而约 2% 的特定声明依赖于重建,因此得分反映的是大意,而非具体事实。在精确的合成真实情况下,标准方法在 5 次运行中均发展出共适应的私有编码(重建依赖的虚假措辞),而不改变目标模型的修复并无帮助。我们贡献了两个审计协议:基于真实与基础的交叉审计和评估者交换,以及 RECAP(通过共同训练的辅助预测器实现可读编码):与目标模型共同训练的线性头,以保持指定内容的可解码性。在 RECAP 训练的沙盒模型上,新生成的语言模型真实地陈述了指定内容,编码消失,代价为 +0.001-nat。这一过程在预训练的 Pythia-160M 上得以复制:内容变得可靠可探测,尽管新生成的语言模型仅部分传达(真实度 0.44-0.46 对比近零的对照组)。对于可解释性而言,高重建并不能证明个别声明的真实性。对于 AI 安全,RECAP 使指定的内部内容能够独立地通过探测器进行检查,而不是由模型可以操控的文本进行断言:独立探测器对语言模型的真实声明的评分高于虚假声明(AUC 0.96,而没有 RECAP 时为 0.82)。在一个对手编辑解释以最大化重建得分的情况下(抑制约 87% 的虚假惩罚),RECAP 探测器仍然标记虚假声明(AUC 0.95),而对照探测器则降至偶然水平(0.51)。
cs.AI / 52 / 2607.20402

SoftReason: A Fully Differentiable Neuro-Soft-Symbolic Deductive Reasoning Architecture over High-Dimensional Perceptual Data

SoftReason:一种针对高维感知数据的全可微神经软符号演绎推理架构
AbdAlmageed, Wael
Abstract
In many reasoning problems, the premises are not observed as discrete symbols, but must be inferred from high-dimensional inputs. Further, the predicate vocabulary, argument structure, and trusted evidence are supplied by a Knowledge Graph (KG), or rule definitions. Classical neuro-symbolic pipelines have a discrete interface between perception and deduction. We present a neuro-soft-symbolic architecture for differentiable deductive reasoning over latent perceptual facts and knowledge-provided predicates. SoftReason removes the gradient gap by representing the deductive state as a local soft interpretation tensor over candidate constants and predicates. Perception proposes probabilistic base facts, KG triples enter as high-confidence soft evidence, and every query anchor, predicate choice, and closure update remains differentiable. Our core innovation is a learned differentiable lift of the immediate-consequence operator. It uses predicate-definition embeddings and latent composition channels to form soft body-predicate mixtures, aggregate over all possible witnesses, propose query-conditioned head facts, and update the interpretation through a monotone probabilistic OR. We instantiate the framework on Knowledge-aware Visual Question Answering (KVQA), and demonstrates how SoftReason supports end-to-end perceptual grounding, KG evidence injection, and differentiable deductive closure in one trainable architecture.
Chinese Translation
在许多推理问题中,前提并不是作为离散符号被观察到,而是必须从高维输入中推断出来。此外,谓词词汇、论证结构和可信证据由知识图谱(Knowledge Graph, KG)或规则定义提供。经典的神经符号管道在感知与推理之间存在离散接口。我们提出了一种神经软符号架构,用于对潜在感知事实和知识提供的谓词进行可微演绎推理。SoftReason通过将演绎状态表示为候选常量和谓词上的局部软解释张量,消除了梯度间隙。感知提出概率基础事实,KG三元组作为高置信度软证据进入,每个查询锚点、谓词选择和闭包更新均保持可微。我们的核心创新是对直接后果算子的学习可微提升。它使用谓词定义嵌入和潜在组合通道形成软主体-谓词混合,聚合所有可能的见证,提出查询条件的头部事实,并通过单调概率或更新解释。我们在知识感知视觉问答(Knowledge-aware Visual Question Answering, KVQA)上实例化该框架,并展示了SoftReason如何在一个可训练的架构中支持端到端的感知基础、KG证据注入和可微演绎闭包。
计算语言学 (Computation and Language)
46
cs.CL / 1 / 2607.19361

Stateful Guardrails for Multi-Turn LLM Systems: A Conversational Risk Accumulation Framework

多轮大型语言模型系统的状态守护:对话风险积累框架
Mishra, Sanjay, Chukkapalli, Divya, Naik, Ganesh R.
Abstract
Most safety guardrails for large language models (LLMs) evaluate each prompt-response pair in isolation, which misses failures that arise only over a dialogue as benign turns compose into harm. We term this Conversational Risk Accumulation (CRA): gradual intent drift, fragmented assembly of prohibited instructions, and sensitivity build-up from repeated disclosures. We propose a session-layer CRA Framework that tracks three trajectory signals: semantic drift from a session anchor, a sensitivity-weighted information accumulation graph over extracted entities, and a compliance-gradient signal capturing increasing willingness to comply. For scoring, we provide (i) an unsupervised convex fusion for attribution and ablations, and (ii) CRA-Net DA, a compact learned trajectory model trained with family-adversarial objectives to reduce length and topic-coverage confounds. To benchmark CRA, we release CRA-Bench v0.1 (1,200 eight-turn sessions across three threat families with topic-matched benign twins), CRA-Bench v0.2 (LLM-paraphrased variants to reduce template artifacts), and an extended 5-family set (2,000 sessions adding persona priming and context stuffing). We introduce a trajectory-native evaluation protocol with session-level splits, mixed-set threshold calibration, Trajectory AUROC, turns-to-detection, calibrated false-positive metrics, bootstrap confidence intervals, leave-one-family-out diagnostic stress tests, and synthetic-to-human transfer checks. Claims focus on within-distribution session scoring on CRA-Bench and human-transfer subsets.
Chinese Translation
大多数针对大型语言模型(LLMs)的安全守护措施在评估每个提示-响应对时都是孤立进行的,这忽略了在对话中逐渐累积的失败,因为无害的回合可能组合成有害的结果。我们将此称为对话风险积累(Conversational Risk Accumulation, CRA):意图的逐渐漂移、禁止指令的碎片化组合,以及因重复披露而导致的敏感性累积。我们提出了一种会话层CRA框架,跟踪三个轨迹信号:来自会话锚点的语义漂移、基于提取实体的敏感性加权信息累积图,以及捕捉合规意愿增加的合规梯度信号。为了评分,我们提供了(i)用于归因和消融的无监督凸融合,以及(ii)CRA-Net DA,一种紧凑的学习轨迹模型,采用家庭对抗目标进行训练,以减少长度和主题覆盖的混淆。为了基准测试CRA,我们发布了CRA-Bench v0.1(包含1200个跨越三个威胁类别的八轮会话,并配有主题匹配的无害双胞胎)、CRA-Bench v0.2(LLM改写的变体以减少模板伪影),以及扩展的五个家庭集(2000个会话,增加了角色预设和上下文填充)。我们引入了一种轨迹原生评估协议,具有会话级别的拆分、混合集阈值校准、轨迹AUROC、检测所需回合数、校准的假阳性指标、自助信心区间、逐家庭排除的诊断压力测试,以及合成到人类的转移检查。声明集中于CRA-Bench及人类转移子集中的分布内会话评分。
cs.CL / 2 / 2607.19523

When Reasoning Narrows the Move: Diversity Collapse in LLM Game Play

推理收窄行动的影响:大型语言模型游戏中的多样性崩溃
Sha, Junyi, Tan, Renfei, Simchi-Levi, David
Abstract
Supervised fine-tuning (SFT) is widely used to adapt large language models to downstream tasks, but its effect on behavioral diversity in sequential decision-making remains under-explored. We study this question in a controlled suite of deterministic board games based on tic-tac-toe variants, where optimal actions are exactly computable and diversity can be measured directly. Across state-level evaluation, arena gameplay, and training trajectories, we find that reasoning-mode generation frequently suppresses action diversity without uniformly improving action accuracy. Furthermore, standard SFT improves accuracy but often induces premature diversity collapse, which exceeds what is minimally required by the accuracy-diversity tradeoff. We then show that action augmentation, which trains on all optimal actions per state rather than a single demonstrated action, would partially mitigates this effect. Our results identify narrow-support imitation as a source of policy collapse in LLM decision-making and suggest that preserving action support during SFT is important for maintaining exploratory behavior.
Chinese Translation
监督微调(Supervised Fine-Tuning, SFT)广泛用于将大型语言模型适应于下游任务,但其对顺序决策中行为多样性的影响仍未得到充分探讨。我们在一套基于井字棋变体的确定性棋盘游戏的控制环境中研究这个问题,在这些游戏中,最优行动是可以精确计算的,多样性也可以直接测量。在状态级评估、竞技场游戏和训练轨迹中,我们发现推理模式生成常常抑制行动多样性,而未能均匀提高行动准确性。此外,标准的SFT提高了准确性,但往往导致过早的多样性崩溃,这超出了准确性与多样性权衡所需的最低要求。我们进一步表明,行动增强(action augmentation)通过对每个状态的所有最优行动进行训练,而不是仅仅依赖于单一的示范行动,可以部分缓解这一影响。我们的结果将狭窄支持模仿(narrow-support imitation)识别为大型语言模型决策中政策崩溃的一个来源,并建议在SFT过程中保持行动支持对于维持探索性行为是重要的。
cs.CL / 3 / 2607.19573

On the Computational Complexity of Structural Generalization

结构泛化的计算复杂性
Wei, Zichao
Abstract
Structural generalization has been measured repeatedly by several benchmarks, yet it has never been formally defined. We give a definition that translates the two premises (compositional structure and unbounded generalization) into mathematical language. The definition itself is neutral: a compiler that hard-codes the rules satisfies it just as well. But structural generalization becomes a scientific question only insofar as the capacity can autonomously emerge from finite data. This question pits the computational lower bound $\mathrm{NC}^1$ against the learnable ceiling $\mathrm{TC}^0$ of pure Transformers. Under a Montagovian instantiation, each compositional rule splits into two projections: a syntactic face ($F_\gamma$) and a semantic face ($G_\gamma$). Tree evaluation on the $G_\gamma$ side is an instantiation of BFVP, which is $\mathrm{NC}^1$-complete (Buss, 1987). A pure Transformer must learn both faces at once, but Kraus et al. (2026) prove that its learnable class $\subseteq \mathrm{TC}^0$. Under the standard assumption $\mathrm{TC}^0 \neq \mathrm{NC}^1$, a pure Transformer cannot learn structural generalization. Neuro-symbolic systems achieve the best benchmark scores precisely because they inject $G_\gamma$, sidestepping the genuinely hard half. Benchmark scores cannot distinguish "learned" from "given." This is what this paper sets out to make clear.
Chinese Translation
结构泛化已通过多个基准反复测量,但从未被正式定义。我们给出了一个定义,将两个前提(组合结构和无界泛化)转化为数学语言。该定义本身是中立的:一个硬编码规则的编译器同样满足这一条件。然而,结构泛化只有在能力能够从有限数据中自主涌现时,才成为一个科学问题。这个问题将计算下界 $ ext{NC}^1$ 与纯变换器的可学习上界 $ ext{TC}^0$ 进行了对比。在一个蒙塔古式的实例化下,每个组合规则分为两个投影:一个语法面 ($F_eta$) 和一个语义面 ($G_eta$)。在 $G_eta$ 侧的树评估是 BFVP 的一个实例,且是 $ ext{NC}^1$ 完全的(Buss, 1987)。一个纯变换器必须同时学习这两个面,但 Kraus 等(2026)证明其可学习类 $ ext{包含于} ext{TC}^0$。在标准假设 $ ext{TC}^0 eq ext{NC}^1$ 下,一个纯变换器无法学习结构泛化。神经符号系统之所以能取得最佳基准分数,正是因为它们注入了 $G_eta$,从而避开了真正困难的部分。基准分数无法区分“学习到的”与“给定的”。这正是本文所要阐明的内容。
cs.CL / 4 / 2607.19604

Scaling Laws for Hypernetwork-Based Knowledge Injection in Large Language Models

基于超网络的大型语言模型知识注入的缩放规律
Dhankhar, Nischay, Baha, Dos, Saparov, Abulhair
Abstract
Injecting factual knowledge into large language models (LLMs) reliably and at scale remains an open challenge. Hypernetworks provide a promising solution to large-scale knowledge injection. Although hypernetworks are typically applied for test-time adaptation, we explore their use in train-time knowledge injection, where, given a large corpus of facts, we train a hypernetwork to generate a fixed LoRA adapter that, when inserted into the target model, enable the model to answer questions about those facts. In this work, we investigate whether hypernetworks can be used to perform train-time knowledge injection and how this ability varies with scale. The scaling behavior of hypernetworks remains largely unstudied. Our design decouples the hypernetwork's injection capacity from the target model's general capability, enabling, for the first time, a rigorous study of scaling laws for hypernetwork architectures. We characterize how loss, reasoning accuracy, and out-of-distribution (OOD) generalization vary with hypernetwork depth, width, and target network size. We construct a large-scale dataset, called MegaWikiQA, containing tens of millions of multi-hop question-answer examples across 39 domains constructed from examples in Wikidata5M. Our results reveal: (i) hypernetwork-based injection exhibits broadly predictive power law scaling along all architecture axes; and (ii) hypernetworks are capable of reliable OOD generalization at increasing scales, suggesting that hypernetwork provides a promising alternative to other train-time adaptation methods such as LoRA finetuning and full fine-tuning, exhibiting steeper scaling exponents in all OOD evaluations. Together, these results establish hypernetworks as a principled and scalable substrate for train-time adaptation, and provide the first empirically grounded scaling laws to guide hypernetworks for factual reasoning in large language models.
Chinese Translation
将事实知识可靠且大规模地注入大型语言模型(LLMs)仍然是一个未解决的挑战。超网络为大规模知识注入提供了一种有前景的解决方案。尽管超网络通常用于测试时适应,我们探讨了它们在训练时知识注入中的应用,在这种情况下,给定大量事实语料库,我们训练一个超网络生成一个固定的LoRA适配器,当其插入目标模型时,使模型能够回答关于这些事实的问题。在本研究中,我们调查了超网络是否可以用于进行训练时知识注入,以及这种能力如何随规模变化。超网络的缩放行为仍然在很大程度上未被研究。我们的设计将超网络的注入能力与目标模型的通用能力解耦,从而首次实现了对超网络架构缩放规律的严格研究。我们描述了损失、推理准确性和分布外(OOD)泛化如何随超网络的深度、宽度和目标网络的大小而变化。我们构建了一个大规模数据集,称为MegaWikiQA,包含来自39个领域的数千万个多跳问答示例,这些示例是从Wikidata5M中的例子构建而来的。我们的结果揭示:(i)基于超网络的注入在所有架构维度上表现出广泛的预测能力法则缩放;(ii)超网络在不断增加的规模下能够可靠地进行OOD泛化,这表明超网络为其他训练时适应方法(如LoRA微调和完全微调)提供了一种有前景的替代方案,在所有OOD评估中表现出更陡峭的缩放指数。综合来看,这些结果确立了超网络作为训练时适应的原则性和可扩展的基础,并提供了首个经验基础的缩放规律,以指导超网络在大型语言模型中的事实推理。
cs.CL / 5 / 2607.19608

Task Competence Is Not Instruction Following: Evaluating Instruction-Conflicting Behavior in Small Language Models

任务能力并非遵循指令:评估小型语言模型中的指令冲突行为
Farajidizaji, Mahdiyeh, Raina, Vatsal
Abstract
Instruction tuning is meant to make language models follow user requests, yet it is unclear whether small models comply when an instruction conflicts with their usual task behavior. We study this across three tasks - multiple-choice question answering (MCQA), sentiment classification, and mathematical question answering - by pairing a standard instruction with a conflicting non-standard one (select an incorrect option, output the opposite sentiment, or return twice the answer). This cross-task design allows us to test whether resistance to conflicting instructions is tied to specific task characteristics or reflects a broader behavioral tendency. As all predictions are scored against the original ground truth, a model that ignores the non-standard instruction still appears accurate. Using standard accuracy, non-standard accuracy, and an Instruction-Following Failure Rate (IFFR), we evaluate instruction-tuned Qwen models across sizes. Both standard accuracy and instruction following generally improve with scale, although the pattern is not consistent across all tasks and datasets. Small models stay competent yet routinely ignore the non-standard instruction, while larger models show a clear gap between the two settings. These findings suggest that gains in task capability do not automatically provide reliable control over model behavior. Task competence and instruction following are therefore distinct abilities, and reporting only standard accuracy hides instruction-following failures.
Chinese Translation
指令调优旨在使语言模型遵循用户请求,但尚不清楚当指令与其常规任务行为冲突时,小型模型是否会遵从。我们通过将标准指令与冲突的非标准指令(选择错误选项、输出相反情感或返回答案的两倍)配对,研究了三个任务——多项选择问题回答(MCQA)、情感分类和数学问题回答。这种跨任务设计使我们能够测试对冲突指令的抵抗是否与特定任务特征相关,或反映更广泛的行为倾向。由于所有预测都是与原始真实值进行评分,因此忽略非标准指令的模型仍然看起来准确。通过使用标准准确率、非标准准确率和指令遵循失败率(IFFR),我们评估了不同规模的指令调优Qwen模型。标准准确率和指令遵循通常随着模型规模的增大而提高,尽管这种模式在所有任务和数据集之间并不一致。小型模型保持能力,但常常忽视非标准指令,而大型模型在这两种设置之间表现出明显的差距。这些发现表明,任务能力的提升并不自动提供对模型行为的可靠控制。因此,任务能力和指令遵循是不同的能力,仅报告标准准确率会掩盖指令遵循的失败。
cs.CL / 6 / 2607.19629

Adaptive Capitulation: A Structural Failure Mode of LLM Responses in Vulnerability Contexts

适应性投降:大型语言模型在脆弱情境中的结构性失效模式
Lee, Eunna
Abstract
Large language models operating in emotionally sensitive contexts face a structural trilemma: when users in vulnerable states request information that may reinforce maladaptive attribution, current response architectures resolve the tension through protective restriction, uninflected facilitation, or unintegrated co-presence of both imperatives -- each preserving one objective at the cost of the other. Administering a three-turn escalating vulnerability vignette to three commercial LLMs (900 sessions across material, relational, and somatic status-proxy variants) and coding responses with two binary indices (VCC/VCI), we characterize a previously undocumented failure mode we term adaptive capitulation: the model validates the social injustice underlying the user's distress before pivoting to detailed facilitation of the very acquisition it nominally discouraged. We show that the trilemma is structural rather than incidental, and propose Minimal Reattributive Sufficiency (MRS), an architecture-neutral design principle that embeds a single reattributive cue within an otherwise validating response, preserving a pathway toward autonomous reattribution without contesting the user's stated goal.
Chinese Translation
在情感敏感的情境中运行的大型语言模型面临结构性三难困境:当处于脆弱状态的用户请求可能强化不适应归因的信息时,当前的响应架构通过保护性限制、无变化的促进或两者的无整合共存来解决这种紧张关系——每种方式在保留一个目标的同时牺牲了另一个目标。我们对三种商业大型语言模型(在物质、关系和躯体状态代理变体下进行900次会话)实施了三轮升级的脆弱性情境,并用两个二元指标(VCC/VCI)对响应进行编码,描述了一种我们称之为适应性投降的先前未记录的失效模式:模型在转向详细促进其名义上所不鼓励的获取之前,确认了用户痛苦背后的社会不公。我们表明,这种三难困境是结构性的而非偶然的,并提出了最小再归因充分性(Minimal Reattributive Sufficiency, MRS),这是一种架构中立的设计原则,在其他验证性响应中嵌入单一的再归因线索,从而保留通向自主再归因的路径,而不与用户所陈述的目标相对抗。
cs.CL / 7 / 2607.19678

Reference-Free Evaluation of Reasoning in Open-Ended Question Answering

无参考的开放式问答推理评估
Kohli, Guneet Singh, Zhou, Yuxiang, Schlichtkrull, Michael Sejr, Dean, Gregory E, Liakata, Maria
Abstract
AI-generated answers in high-stakes domains are often fluent but difficult to verify, especially when they contain multi-step reasoning rather than a single final answer. We propose a reasoning-based, reference-free framework for auditing LLM-generated outputs. The method decomposes a generated reasoning trace into segments, labels local premise-target relations using Natural Language Inference (NLI), and organizes these relations into a hypergraph. A deterministic backward AND-OR search then assigns segment-level audit labels that indicate how each segment is grounded within the generated response. We evaluate the framework in two settings: deductive mathematical reasoning with Hard2Verify, and open-ended medical reasoning with UroReason, a new physician-annotated benchmark of LLM reasoning traces from real clinical cases. Across these settings, our NLI-hypergraph audit provides a more reliable reference-free evaluation signal than direct LLM-as-judge baselines. In the clinical setting, state-of-the-art LLM judges often fail to identify problematic reasoning segments, over-accepting fluent but weakly grounded responses. Our results show that QA evaluation should account for how inferential relations compose across a reasoning trace, rather than relying only on final answers or LLMs as verifiers. UroReason will be made available through an API, and our code will be released as open source.
Chinese Translation
在高风险领域中,人工智能生成的答案通常流畅但难以验证,尤其是当它们包含多步骤推理而非单一最终答案时。我们提出了一种基于推理的无参考框架,用于审计大型语言模型(LLM)生成的输出。该方法将生成的推理轨迹分解为多个片段,使用自然语言推理(NLI)标注局部前提-目标关系,并将这些关系组织成一个超图。然后,确定性的反向 AND-OR 搜索为每个片段分配审计标签,指示每个片段在生成的响应中是如何被支撑的。我们在两个设置中评估了该框架:使用 Hard2Verify 进行演绎数学推理,以及使用 UroReason 进行开放式医学推理,后者是一个新的医生注释的 LLM 推理轨迹基准,来源于真实临床案例。在这些设置中,我们的 NLI-超图审计提供了比直接将 LLM 作为评判者的基线更可靠的无参考评估信号。在临床环境中,最先进的 LLM 评判者往往无法识别出有问题的推理片段,过度接受流畅但基础薄弱的响应。我们的结果表明,问答评估应考虑推理轨迹中推理关系的组合,而不仅仅依赖于最终答案或将 LLM 作为验证者。UroReason 将通过 API 提供,并且我们的代码将以开源形式发布。
cs.CL / 8 / 2607.19686

Multi-Mask Diffusion Language Models for Few-Step Generation

多掩码扩散语言模型用于少步生成
Chen, Sijin, Ren, Yinuo, Zhao, Heyang, Cheng, Ziheng, Gu, Quanquan, Ying, Lexing
Abstract
Masked diffusion models (MDMs) are a promising family of language generators, but achieving high-quality few-step generation remains challenging. In MDMs, all forward trajectories collapse to a single fully masked state, leaving no terminal entropy for consistency-style few-step generation. While recent few-step alternatives based on uniform-state diffusion avoid this degeneracy, it becomes harder to distinguish clean tokens from noise than MDMs, which usually harms modeling quality and training efficiency. In this work, we propose a multi-mask diffusion model (MultiMDM) that preserves the masking structure towards few-step generation. In the forward process, each clean token is first pushed towards a designated mask and then gradually mixes over the mask set. As a result, the backward process has a drafting capability by predicting a designated mask before refining to a clean token. We derive a closed-form ELBO training objective for MultiMDM that supports continual training from pretrained MDMs. In addition, we formulate a purely discrete-state consistency distillation scheme, with a shared-Gumbel coupling to reduce pathwise entropy. Experiments on pretraining and distillation show that MultiMDM provides an effective foundation for principled few-step generation.
Chinese Translation
掩码扩散模型(MDMs)是一类有前景的语言生成器,但实现高质量的少步生成仍然具有挑战性。在MDMs中,所有前向轨迹都崩溃为一个完全掩码的状态,导致在一致性风格的少步生成中没有终端熵。尽管最近基于均匀状态扩散的少步替代方法避免了这种退化,但与MDMs相比,区分干净的标记和噪声变得更加困难,这通常会损害建模质量和训练效率。在本研究中,我们提出了一种多掩码扩散模型(MultiMDM),该模型在少步生成中保留了掩码结构。在前向过程中,每个干净标记首先被推向指定的掩码,然后在掩码集上逐渐混合。因此,反向过程通过在精炼到干净标记之前预测指定的掩码,具有草拟能力。我们推导了MultiMDM的封闭形式ELBO训练目标,支持从预训练的MDMs进行持续训练。此外,我们制定了一种纯离散状态一致性蒸馏方案,采用共享Gumbel耦合以减少路径熵。预训练和蒸馏的实验表明,MultiMDM为原则性的少步生成提供了有效的基础。
cs.CL / 9 / 2607.19691

SLPO: Scaling Latent Reasoning via a Surrogate Policy

SLPO:通过替代策略扩展潜在推理
You, Runyang, Liu, Zhiyuan, Li, Yongqi, Li, Wenjie
Abstract
Reinforcement learning with verifiable rewards has become the predominant recipe for eliciting test-time scaling in explicit Chain-of-Thought reasoners. Yet this scaling path remains computationally costly, since every intermediate step must be decoded as a language token. Latent reasoning instead carries intermediate computation as continuous vectors and already matches or surpasses explicit CoT at far shorter horizons. Despite this promise, latent reasoners remain largely imitation-bound, while explicit CoT has already moved past imitation via outcome-reward RL. Latent trajectories lack a tractable per-step likelihood and an adaptive stopping interface under fixed thinking budgets, so outcome rewards cannot elicit latent test-time scaling. We introduce Surrogate Latent Policy Optimization (SLPO) to bring outcome-reward RL to autoregressive latent reasoners: an empirical surrogate policy density over latent transitions for trajectory-level credit assignment, and a correctness-supervised stopping head that outcome-reward optimization refines into a variable-horizon policy. Across continuous and soft thinking settings, SLPO improves Pass@$k$ under parallel sampling and allocates longer latent computation to harder instances with higher deterministic accuracy.
Chinese Translation
具有可验证奖励的强化学习已成为在显式思维链推理器中实现测试时扩展的主要方法。然而,这一扩展路径仍然计算成本高昂,因为每个中间步骤都必须解码为语言标记。相比之下,潜在推理将中间计算作为连续向量进行处理,并且在更短的时间范围内已经达到了或超越了显式思维链的表现。尽管如此,潜在推理器仍然在很大程度上受限于模仿,而显式思维链已经通过结果奖励强化学习超越了模仿。潜在轨迹缺乏可处理的逐步似然性和在固定思维预算下的自适应停止接口,因此结果奖励无法引导潜在测试时的扩展。我们引入了替代潜在策略优化(Surrogate Latent Policy Optimization,SLPO),旨在将结果奖励强化学习引入自回归潜在推理器:一种针对轨迹级信用分配的潜在转换的经验性替代策略密度,以及一个在结果奖励优化下经过精炼的正确性监督停止头,形成一个可变时间范围的策略。在连续和软思维环境中,SLPO在并行采样下提高了 Pass@$k$,并将更长的潜在计算分配给具有更高确定性准确性的更难实例。
cs.CL / 10 / 2607.19718

Lightweight Person-Place Relation Extraction from Historical Newspapers with Dependency Graphs and Proximity Features

基于依赖图和邻近特征的历史报纸轻量级人物-地点关系提取
Wesley, Mlen-Too
Abstract
The HIPE-2026 shared task introduces person-place relation extraction from multilingual historical newspapers as a new evaluation track, classifying the at and isAt relations between pre-annotated person and location mentions in English, French, and German. Motivated by the cost of processing historical archives at scale, our team (DS@GT HIPE, team 2 in the official results) investigates how far a lightweight, interpretable system can go without any pretrained language model at the relation classification stage. Our approach builds a document-level graph from dependency parses, extracts proximity-based and part-of-speech features for each entity pair, and classifies them with small scikit-learn ensembles or compact Graph Attention Networks, keeping every submitted run under 847K parameters. On the official evaluation (Test A, the newspaper test set), our best run reached a macro recall of 0.5142, ranking 3rd on the Efficiency profile while placing mid-table on Accuracy among the 17 participating teams. Two findings stand out. First, minimum character distance alone captures most of the classification signal; adding further engineered features yields inconsistent gains and sometimes degrades performance, echoing prior evidence that argument distance dominates relation extraction. Second, document-grouped cross-validation is essential on this corpus: pair-level splits inflate scores by 25-37 percentage points because entity mentions recur across documents, a data-leakage effect that grouped cross-validation removes.
Chinese Translation
HIPE-2026共享任务引入了从多语言历史报纸中提取人物-地点关系作为新的评估轨道,分类预先标注的人物和地点提及之间的at和isAt关系,涵盖英语、法语和德语。鉴于大规模处理历史档案的成本,我们的团队(DS@GT HIPE,官方结果中的团队2)研究了在关系分类阶段,轻量级、可解释系统在没有任何预训练语言模型的情况下能够达到的效果。我们的方法从依赖解析中构建文档级图,为每对实体提取基于邻近和词性特征,并使用小型scikit-learn集成或紧凑的图注意力网络进行分类,确保每次提交的运行参数不超过847K。在官方评估(测试A,报纸测试集)中,我们的最佳运行达到了0.5142的宏观召回率,在效率指标上排名第三,而在17个参与团队中在准确性方面位于中游。两个发现尤为突出。首先,最小字符距离本身捕捉了大部分分类信号;添加进一步工程化的特征会产生不一致的增益,有时甚至会降低性能,这与先前的证据相呼应,即论据距离主导了关系提取。其次,在该语料库上,文档分组的交叉验证至关重要:对对级别的划分会因实体提及在文档中重复而使得分数膨胀25-37个百分点,而分组交叉验证则消除了这种数据泄露效应。
cs.CL / 11 / 2607.19747

Beyond Relevance-Centric Retrieval: Rubric-Oriented Document Set Selection and Ranking

超越相关性中心检索:基于评分标准的文档集选择与排序
Jiang, Kailin, Liu, Lei, Xi, Jian, Xu, Hui, Liu, Junlin, Fu, Baochen, Ren, Shaoqing, Li, Bin, Vichwang, Lu, Yu, Shi, Haibo
Abstract
As large language models and AI agents become the primary consumers of search results, document set quality determines the upper bound of downstream generation. Yet existing evaluation systems remain confined to scoring documents independently and aggregating via nDCG, ignoring inter-document interactions (redundancy, conflict, complementarity) and unable to answer what makes one document set better than another. To address these issues, we propose a complete evaluate-diagnose-optimize framework. We design SetwiseEvalKit, a three-level, nine-dimension document set evaluation benchmark covering both short-form and long-form scenarios, comprising approximately 28K high-quality evaluation rubrics. We systematically evaluate 12 rerankers: even the best method achieves no more than 45% coverage, cross-document coordination dimensions are universally weak, and no single method maintains top performance across both settings. Building on this, we propose Rubric4Setwise, a training-free method that converts rubric-based evaluation criteria into document set selection signals, achieving the best downstream generation performance with fewer documents and search rounds. It is the only method that maintains state-of-the-art results across both scenarios, validating the effectiveness of closing the loop from evaluation to optimization.
Chinese Translation
随着大型语言模型和人工智能代理成为搜索结果的主要消费者,文档集的质量决定了下游生成的上限。然而,现有的评估系统仍然局限于独立评分文档并通过 nDCG 进行聚合,忽视了文档之间的相互作用(冗余、冲突、互补性),无法回答是什么使得一个文档集优于另一个文档集。为了解决这些问题,我们提出了一个完整的评估-诊断-优化框架。我们设计了 SetwiseEvalKit,这是一个涵盖短文和长文场景的三层九维文档集评估基准,包含约 28K 个高质量评估评分标准。我们系统地评估了 12 种重排序方法:即使是最佳方法的覆盖率也不超过 45%,跨文档协调维度普遍较弱,且没有单一方法能够在两种设置中保持最佳性能。在此基础上,我们提出了 Rubric4Setwise,这是一种无训练的方法,将基于评分标准的评估标准转换为文档集选择信号,以更少的文档和搜索轮次实现最佳的下游生成性能。它是唯一在两种场景中保持最先进结果的方法,验证了从评估到优化闭环的有效性。
cs.CL / 12 / 2607.19751

Learning the Arabic Dialect Continuum as a Continuous Space: A Regression Approach to Speaker Origin Prediction

将阿拉伯方言连续体视为连续空间:一种基于回归的说话者来源预测方法
Khadraoui, Mohamed Aziz, Ammar, Adel, Benjdira, Bilel, Khan, Zahid, Turki, Skander, Boulila, Wadii
Abstract
We present a regression-based approach to Arabic dialect geolocation that models dialectal variation as a continuous geographic space rather than discrete categories. Speaker origin is predicted as continuous latitude-longitude coordinates using a hierarchical neural architecture that fuses frame-level XLS-R-300M and Whisper-large-v3 encoder representations with phonotactic descriptors through a Transformer encoder and a learnable attention-pooled query. A spherical geodesic loss directly optimizes great-circle distance on Earth's surface, avoiding distortions inherent to planar coordinate regression. Under a leakage-free 5-fold GroupKFold protocol grouped by source recording, our model attains a pooled median localization error of 481.2 km. Auxiliary country and city heads reach 64.5% and 45.2% accuracy, respectively. A permutation Mantel test on the learned latent space provides quantitative support for the Arabic dialect continuum hypothesis. To probe true generalization, we further introduce a city-masking protocol in which two cities per fold are removed from training but retained in validation. Under this zero-shot regime, the mean error rises to 1173.3 km, a 1.32x degradation relative to seen cities. Our findings establish continuous geographic modeling as a principled framework for Arabic dialect geolocation and quantify both its strengths and the substantial headroom that remains.
Chinese Translation
我们提出了一种基于回归的阿拉伯方言地理定位方法,该方法将方言变异建模为连续的地理空间,而非离散的类别。通过一种层次神经架构,使用框架级的XLS-R-300M和Whisper-large-v3编码器表示与音位描述符融合,预测说话者的来源为连续的纬度-经度坐标。一个球面测地损失直接优化地球表面的大圆距离,避免了平面坐标回归固有的扭曲。在一个无泄漏的5折GroupKFold协议下,按源录音分组,我们的模型达到了481.2公里的合并中位数定位误差。辅助的国家和城市头部分别达到了64.5%和45.2%的准确率。对学习到的潜在空间进行的置换Mantel检验为阿拉伯方言连续体假说提供了定量支持。为了探究真实的泛化能力,我们进一步引入了一种城市掩蔽协议,在该协议中,每折训练中移除两个城市,但在验证中保留。在这种零样本条件下,平均误差上升至1173.3公里,相较于已见城市的1.32倍降级。我们的研究结果确立了连续地理建模作为阿拉伯方言地理定位的原则框架,并量化了其优势及仍然存在的显著提升空间。
cs.CL / 13 / 2607.19794

TriAgent: Divergence-Aware Multi-Agent Committees for Cost-Efficient Financial Sentiment Analysis

TriAgent:关注差异的多智能体委员会用于成本高效的金融情感分析
Xu, Isabel, Xu, Cynthia, Ren, Rachel, Guo, Cong, Ding, Jiacheng
Abstract
Production LLM-based financial sentiment analysis faces a structural cost trap: most queries are trivially classifiable, yet expensive cloud reasoners process them all, and the bill scales linearly with user count. We present TriAgent, a multi-agent committee stratified by contextual granularity -- a word-level lexicon (VADER), a sentence-level domain transformer (FinBERT), and a cross-sentence reasoner (Qwen2.5, 0.5B-14B-4bit, with Mistral-7B and Phi-3.5-mini cross-family checks). A three-way Semantic Divergence Index (SDI) measures pairwise disagreement across granularities and routes each query accordingly. Our central finding is the critic plateau: when the LLM is re-tasked as a critic over the smaller agents' outputs, F1 plateaus at ~0.87 across 1.5B-7B Qwen (bootstrap 95% CIs overlap), while a same-size 3-persona vote drops to F1=0.66, which is driven by granularity-stratified diversity. Three corollaries follow from the same SDI signal: (i) a Shared Consensus Dictionary on multilingual sentence-BERT answers 95% of Chinese queries from an English cache at F1=0.99 -- cross-border canonicalization at zero marginal cost; (ii) SDI doubles as a post-hoc LLM-hallucination detector at AUC=0.90; (iii) the SDI single-stage strategy attains the best risk-adjusted return (Sharpe=3.50) on a 20-ticker back-test, dominating both always-FinBERT (1.36) and always-LLM (0.11). At 10M-user scale, TriAgent saves $9.3M/year vs. a GPT-4o-mini baseline. Code, lexicons, and the SCD are released.
Chinese Translation
基于生产大语言模型(LLM)的金融情感分析面临结构性成本陷阱:大多数查询可以轻松分类,但昂贵的云推理器处理所有查询,费用随用户数量线性增长。我们提出了TriAgent,一种按上下文粒度分层的多智能体委员会——一个词级词典(VADER)、一个句子级领域变换器(FinBERT)和一个跨句子推理器(Qwen2.5,0.5B-14B-4bit,配合Mistral-7B和Phi-3.5-mini的跨家族检查)。三元语义差异指数(SDI)测量不同粒度之间的成对不一致性,并相应地引导每个查询。我们的核心发现是评论家平台:当LLM被重新任务为对较小智能体输出的评论家时,F1在1.5B-7B的Qwen上达到约0.87(自助法95%置信区间重叠),而同规模的三人投票的F1降至0.66,这由粒度分层的多样性驱动。根据相同的SDI信号得出三个推论:(i)共享共识词典在多语言句子-BERT上回答95%的中文查询,来自英语缓存,F1=0.99——跨境规范化在零边际成本下进行;(ii)SDI还可以作为后验LLM幻觉检测器,AUC=0.90;(iii)SDI单阶段策略在20个股票的回测中实现最佳风险调整回报(Sharpe=3.50),优于始终使用FinBERT(1.36)和始终使用LLM(0.11)。在1000万用户规模下,TriAgent每年节省930万美元,相比于GPT-4o-mini基线。代码、词典和共享共识词典已发布。
cs.CL / 14 / 2607.19830

VizRAG: Enhancing Retrieval-Augmented Generation with Hypergraph Visualization

VizRAG:通过超图可视化增强检索增强生成
Wei, Yanbin, Chen, Yang, Gan, Renling, Liu, Ziru, Fu, Xinyu, Kang, Chun, Lu, Ning, Liu, Rui, Zhang, Yu, Kwok, James
Abstract
Hypergraph-based RAG systems surpass traditional graph-based approaches by organizing complex n-ary atomic facts among entities, rather than relying solely on binary relationships. Despite the advancements in multimodal large language models (MLLMs) with enhanced visual capabilities, current hypergraph-based RAG frameworks predominantly restrict knowledge retrieval and reconstruction to a unimodal, text-centric paradigm. This limitation prevents them from fully leveraging the powerful visual perception capabilities of modern MLLMs. To address this gap, we systematically explore the integration of hypergraph awareness in RAG systems through visual cues. By incorporating visual representations of hypergraphs into the RAG pipeline, we introduce VizRAG, the first RAG system to support visual hypergraph structure awareness. Experimental results demonstrate that VizRAG significantly outperforms strong baselines, validating the promising potential of hypergraph visualization as a novel approach for RAG systems.
Chinese Translation
基于超图的检索增强生成(RAG)系统通过在实体之间组织复杂的 n-元原子事实,超越了传统的基于图的方法,而不仅仅依赖于二元关系。尽管多模态大型语言模型(MLLMs)在视觉能力方面取得了进展,当前的基于超图的 RAG 框架主要将知识检索和重构限制在单一模态、以文本为中心的范式中。这一限制阻碍了它们充分利用现代 MLLMs 强大的视觉感知能力。为了解决这一问题,我们系统地探索了通过视觉线索在 RAG 系统中集成超图意识的方法。通过将超图的视觉表示纳入 RAG 流程,我们引入了 VizRAG,这是第一个支持视觉超图结构意识的 RAG 系统。实验结果表明,VizRAG 显著优于强基线,验证了超图可视化作为 RAG 系统新方法的良好潜力。
cs.CL / 15 / 2607.19834

D2VBench: Benchmarking Large Language Models with Value Dilemmas in Daily Scenarios

D2VBench:在日常场景中基于价值困境对大型语言模型进行基准测试
Hao, Siyi, Cao, Yidi, Yu, Linhao, Ren, Yuqi, Xiong, Deyi
Abstract
With the wide application of large language models (LLMs) in real-world scenarios, the value implication of their outputs is crucial. However, existing evaluation benchmarks suffer from insufficient coverage of value dilemmas in daily scenarios involving multiple value conflicts and simplistic evaluation formalisms that fail to assess LLMs' value alignment. To address these issues, we propose D2VBench, a value alignment benchmark comprising 10,000 instances of real daily dilemma scenarios constructed through a multi-stage collaboration between LLMs and humans, grounded in 158 manually annotated fine-grained value concepts. For evaluation on the benchmark, we present a hybrid evaluation paradigm that integrates multiple-choice questions with open-ended questions. We conduct comprehensive evaluations on eight mainstream LLMs. Experimental results demonstrate that D2VBench exhibits high reliability and robustness, effectively reflecting the LLMs' alignment across different value categories and dimensions, and providing a more realistic and fine-grained tool for research on value alignment. The dataset is available at https://github.com/tjunlp-lab/D2VBench.
Chinese Translation
随着大型语言模型(LLMs)在现实场景中的广泛应用,其输出的价值含义变得至关重要。然而,现有的评估基准在涵盖涉及多重价值冲突的日常场景中的价值困境方面存在不足,并且简单的评估形式无法有效评估LLMs的价值对齐。为了解决这些问题,我们提出了D2VBench,这是一个价值对齐基准,包含10,000个真实日常困境场景实例,这些实例通过LLMs与人类之间的多阶段协作构建,基于158个手动标注的细粒度价值概念。为了在该基准上进行评估,我们提出了一种混合评估范式,结合了多项选择题和开放式问题。我们对八种主流LLMs进行了全面评估。实验结果表明,D2VBench具有高可靠性和稳健性,有效反映了LLMs在不同价值类别和维度上的对齐情况,并为价值对齐研究提供了更现实和细致的工具。数据集可在 https://github.com/tjunlp-lab/D2VBench 获取。
cs.CL / 16 / 2607.19845

Sentence Splitter: Uncovering Latent Factual Structure for Self-Supervised Learning

句子分割器:揭示自监督学习的潜在事实结构
Pouramini, Ahmad, Afsharizadeh, Mahsa
Abstract
This paper introduces Sentence Splitter, a self-supervised framework built upon a T5-based encoder--decoder architecture for uncovering the latent factual structure of natural language sentences. The proposed method identifies the semantic boundary between a descriptive prefix (head) and its factual completion (tail) by formulating sentence splitting as a discrete segmentation problem, where a sentence of length $N$ admits $N$ possible split points but only one recovers the intended head--tail structure. Rather than explicitly searching over all candidate boundaries, the model learns to recover the factual completion through probabilistic sequence generation. To eliminate the need for manual annotation, symbolic head--tail pairs are first verbalized into natural-language templates that provide supervision for training the Sentence Splitter. The trained splitter is then applied to raw text to extract aligned prefix--tail pairs, which are subsequently used to train a generative model that proposes additional plausible completions through a lightweight bootstrapping process. This unified pipeline provides a scalable and structure-aware approach to constructing self-supervised training data while bridging symbolic knowledge and natural language. Experiments on both structured and naturally occurring text demonstrate that the proposed splitter generalizes beyond synthetic templates and that the resulting structure-aware supervision consistently improves downstream performance on knowledge graph completion and commonsense question answering, highlighting the effectiveness of recovering latent factual structure for knowledge-centric NLP.
Chinese Translation
本文介绍了句子分割器(Sentence Splitter),这是一个基于T5编码器-解码器架构的自监督框架,旨在揭示自然语言句子的潜在事实结构。所提出的方法通过将句子分割形式化为一个离散分割问题,识别描述性前缀(头)与其事实补全(尾)之间的语义边界,其中长度为$N$的句子有$N$个可能的分割点,但只有一个能够恢复预期的头-尾结构。模型并不是显式地搜索所有候选边界,而是通过概率序列生成学习恢复事实补全。为了消除手动标注的需求,符号头-尾对首先被转化为自然语言模板,以提供对句子分割器训练的监督。训练好的分割器随后应用于原始文本,以提取对齐的前缀-尾对,这些对随后用于训练生成模型,通过轻量级的自举过程提出额外的合理补全。这个统一的流程提供了一种可扩展且结构感知的方法来构建自监督训练数据,同时桥接符号知识与自然语言。对结构化文本和自然发生文本的实验表明,所提出的分割器超越了合成模板的泛化能力,结果表明结构感知的监督在知识图谱补全和常识问答的下游任务中持续提高性能,突显了恢复潜在事实结构在知识中心自然语言处理中的有效性。
cs.CL / 17 / 2607.19848

emb-diversity: A Tool for Embedding-Based Measurement of Data Diversity

emb-diversity:一种基于嵌入的数据显示多样性的工具
Su, Cantao, Velayuthan, Menan, Ploeger, Esther, Nguyen, Dong, Wegmann, Anna
Abstract
There is growing evidence that data diversity is crucial for developing fair and robust NLP models. However, current approaches to measure diversity remain inconsistent and fragmented: While there exist a number of tools for measuring the lexical diversity of texts, researchers lack standardized tools for quantifying diversity based on embeddings. Embedding-based diversity measures are highly flexible: They work with any embedding model and any data that can be embedded, and are thus applicable to many notions of diversity. With emb-diversity, we provide a comprehensive embedding-based diversity measurement tool, spanning a broad range of measures. We demonstrate its potential for several use cases: measuring the stylistic, semantic, language and speaker diversity of datasets. https://github.com/nlpsoc/emb-diversity/
Chinese Translation
越来越多的证据表明,数据多样性对于开发公平且稳健的自然语言处理(NLP)模型至关重要。然而,目前测量多样性的方法仍然不一致且零散:尽管存在多种工具用于测量文本的词汇多样性,但研究人员缺乏标准化工具来量化基于嵌入的多样性。基于嵌入的多样性度量具有高度灵活性:它们可以与任何嵌入模型和任何可以嵌入的数据一起使用,因此适用于多种多样性的概念。通过 emb-diversity,我们提供了一种全面的基于嵌入的多样性测量工具,涵盖广泛的度量标准。我们展示了它在多个应用场景中的潜力:测量数据集的风格、语义、语言和说话者多样性。
cs.CL / 18 / 2607.19856

Overview of FinMMEval 2026 Task 1: Multilingual Financial Multiple-Choice Question Answering

FinMMEval 2026 任务 1 概述:多语言金融多项选择题回答
Xie, Zhuohan, Dai, Yuyang, Elbadry, Rania, Jani, Vanshikaa, Georgiev, Georgi, Dimitrov, Dimitar, Zhang, Fan, Peng, Xueqing, Qian, Lingfei, Huang, Jimin, Geng, Jiahui, Chen, Yankai, Yuan, Ye, Wu, Haolun, Wang, Yuxia, Koychev, Ivan, Stoyanov, Veselin, Song, Mingzi, Chen, Yu, Liu, Xue, Nakov, Preslav
Abstract
FinMMEval 2026 Task 1 evaluates multilingual financial multiple-choice question answering in English, Chinese, Arabic, and Hindi. The task tests whether systems can select the correct answer to finance questions involving domain terminology, numerical interpretation, and conceptual financial reasoning across languages and scripts. The final-test set contains 800 questions, with 200 questions per language; gold answers were withheld during submission, and each language was ranked independently by accuracy. The final leaderboards contain 13 English, 11 Chinese, 11 Arabic, and 10 Hindi ranked submissions. Top accuracies range from 92.0% in Hindi to 97.5% in English and Arabic, with the same leading teams appearing near the top across all four languages. The documented systems used retrieval augmentation, direct answer-option scoring, language-specific prompting, selective self-consistency, confidence checks, and LLM-based review stages.
Chinese Translation
FinMMEval 2026 任务 1 评估英语、中文、阿拉伯语和印地语的多语言金融多项选择题回答能力。该任务测试系统是否能够在不同语言和书写系统中选择涉及领域术语、数值解释和概念金融推理的正确答案。最终测试集包含 800 道问题,每种语言 200 道;在提交过程中,金标准答案被保留,各语言的排名独立按准确性进行。最终排行榜包含 13 个英语、11 个中文、11 个阿拉伯语和 10 个印地语的排名提交。最高准确率从印地语的 92.0% 到英语和阿拉伯语的 97.5% 不等,同一领先团队在所有四种语言中均接近排名前列。记录的系统使用了检索增强、直接答案选项评分、特定语言提示、选择性自一致性、置信度检查以及基于 LLM 的审查阶段。
cs.CL / 19 / 2607.19867

Overview of FinMMEval 2026 Task 2: Multilingual Financial Short-Answer Question Answering

FinMMEval 2026 任务 2 概述:多语言金融短答案问答
Xie, Zhuohan, Peng, Xueqing, Georgiev, Georgi, Dimitrov, Dimitar, Dai, Yuyang, Elbadry, Rania, Jani, Vanshikaa, Qian, Lingfei, Zhang, Fan, Huang, Jimin, Geng, Jiahui, Chen, Yankai, Yuan, Ye, Wu, Haolun, Wang, Yuxia, Koychev, Ivan, Stoyanov, Veselin, Song, Mingzi, Chen, Yu, Liu, Xue, Nakov, Preslav
Abstract
FinMMEval 2026 Task 2 evaluates short-answer financial question answering over multilingual evidence. Each final-test item pairs an English question with financial statements and news in English, Chinese, Japanese, Spanish, and Greek. Participating systems submit one concise answer per item in JSONL format. The final-test set contains 256 items, split evenly between easy and expert tiers; each tier contains four question templates instantiated over 32 company-report groups. Gold answers were withheld during submission, and systems were ranked by macro-averaged item-level ROUGE-1 F1 against organizer-held reference answers. The final leaderboard includes 12 ranked submissions. The strongest systems are closely clustered, with the top four separated by less than one percentage point in ROUGE-1 F1. The submitted system papers document retrieval-augmented generation, cross-lingual evidence handling, structured prompting, answer compression, and validation strategies.
Chinese Translation
FinMMEval 2026 任务 2 评估基于多语言证据的短答案金融问答。每个最终测试项目将一个英语问题与英语、中文、日语、西班牙语和希腊语的财务报表和新闻配对。参与系统需以 JSONL 格式提交每个项目的简洁答案。最终测试集包含 256 个项目,均匀分为简单和专家两个层级;每个层级包含四个问题模板,针对 32 个公司报告组进行实例化。在提交过程中,金标准答案被保留,系统根据与组织者持有的参考答案的宏平均项目级 ROUGE-1 F1 进行排名。最终排行榜包括 12 个排名提交。最强的系统紧密聚集,前四名在 ROUGE-1 F1 上的差距不足一个百分点。提交的系统论文记录了检索增强生成、跨语言证据处理、结构化提示、答案压缩和验证策略。
cs.CL / 20 / 2607.19932

Efficient Chain-of-Modality Reasoning via Progressive Compression for Spoken Language Models

通过渐进压缩实现高效的模态链推理用于口语语言模型
Feng, Pengchao, Tan, Chao-Hong, Chen, Qian, Wang, Wen, Li, Xiangang, Chen, Xie
Abstract
Spoken language models (SLMs) enable natural human-computer interaction, but their reasoning ability still lags behind that of text-based large language models, especially on spoken mathematical question answering tasks. One important reason is that SLMs reason over purely verbalized mathematical expressions, which are harder to interpret than symbolic text. However, directly transferring text-based reasoning to SLMs is nontrivial due to architectural constraints and the additional computational requirements. To address this challenge, we propose Efficient Chain-of-Modality Reasoning (ECoM Reasoning), the first framework to introduce compressed reasoning into SLMs. By compressing the textual component so that it jointly serves as speech guidance and reasoning representation, ECoM Reasoning improves reasoning accuracy while using a smaller token budget than the standard Chain-of-Modality (CoM) architecture, which generates intermediate text before speech. To train this capability, we further propose Progressive Compression, a curriculum-based strategy that gradually trains the model from full-form reasoning to compressed reasoning. Experiments on spoken mathematical question answering benchmarks show that ECoM Reasoning improves accuracy by 21% over standard CoM without explicit reasoning, and by 3% over CoM with full reasoning traces while using only 40% of the text tokens, demonstrating that it enhances SLM reasoning while remaining inference-efficient.
Chinese Translation
口语语言模型(SLMs)使自然的人机交互成为可能,但它们的推理能力仍然落后于基于文本的大型语言模型,尤其是在口语数学问答任务中。一个重要原因是SLMs仅对口头表达的数学表达进行推理,而这些表达比符号文本更难以解释。然而,由于架构限制和额外的计算需求,直接将基于文本的推理转移到SLMs并非易事。为了解决这一挑战,我们提出了高效模态链推理(ECoM Reasoning),这是第一个将压缩推理引入SLMs的框架。通过压缩文本组件,使其同时作为语音指导和推理表示,ECoM Reasoning在使用比标准模态链(CoM)架构更少的标记预算的情况下,提高了推理准确性,后者在语音生成之前会生成中间文本。为了训练这一能力,我们进一步提出了渐进压缩(Progressive Compression),这是一种基于课程的策略,逐步将模型从完整推理训练到压缩推理。在口语数学问答基准测试中的实验表明,ECoM Reasoning在没有显式推理的情况下比标准CoM提高了21%的准确性,并且在使用仅40%的文本标记的情况下,比具有完整推理痕迹的CoM提高了3%的准确性,证明了它在保持推理效率的同时增强了SLM的推理能力。
cs.CL / 21 / 2607.19954

A Multi-Dimensional Evaluation of Explainability in Media Bias Detection

媒体偏见检测中可解释性的多维评估
Chen, Ting, Zhang, Raina, Ampel, Benjamin M., Samtani, Sagar
Abstract
Detecting media bias automatically is difficult because biased framing is often subtle, yet in domains such as news analysis, accurate predictions alone are insufficient without explanations that reflect the model's underlying reasoning. We present a multi-dimensional evaluation of explainability in encoder-based media bias detection using the Bias Annotations By Experts (BABE) dataset. Specifically, we study BERT and RoBERTa as classifiers (base and large variants) along three complementary axes: predictive performance, explanation plausibility (token-level alignment with expert rationales), and mechanistic faithfulness (whether compact sets of attention heads recover predictive signal under counterfactual rationale masking). To induce variation in plausibility, we additionally investigate attention-supervised finetuning, which incorporates expert rationale annotations as an auxiliary training signal. Attention supervision serves as an intervention on attribution plausibility, while the effectiveness of attribution methods varies substantially across architectures. Circuit analysis further reveals substantial variation in mechanistic recoverability across architectures, suggesting that model scale alone does not determine circuit compressibility. Taken together, our findings suggest that predictive performance, attribution plausibility, and mechanistic faithfulness characterize different aspects of model behavior and should be evaluated separately when studying explainability in media bias detection.
Chinese Translation
自动检测媒体偏见是困难的,因为偏见框架往往较为微妙。然而,在新闻分析等领域,仅有准确的预测是不够的,还需要能够反映模型基本推理的解释。我们使用专家偏见注释数据集(Bias Annotations By Experts, BABE)对基于编码器的媒体偏见检测中的可解释性进行了多维评估。具体而言,我们研究了 BERT 和 RoBERTa 作为分类器(基础和大型变体),并从三个互补的维度进行分析:预测性能、解释的合理性(与专家推理的标记级对齐)以及机制的忠实性(紧凑的注意力头集合在反事实推理掩蔽下是否恢复预测信号)。为了引入合理性的变化,我们还研究了注意力监督微调,该方法将专家推理注释作为辅助训练信号。注意力监督作为对归因合理性的干预,而归因方法的有效性在不同架构中差异显著。电路分析进一步揭示了不同架构在机制可恢复性方面的显著差异,表明模型规模并不能单独决定电路的可压缩性。综合来看,我们的研究结果表明,预测性能、归因合理性和机制忠实性表征了模型行为的不同方面,在研究媒体偏见检测中的可解释性时应分别进行评估。
cs.CL / 22 / 2607.19956

When Does Knowledge Distillation Hurt? Reliability-Aware Distillation for Low-Resource Language Summarization

知识蒸馏何时会产生负面影响?面向低资源语言摘要的可靠性意识蒸馏
Sumit, Dipto, Srizon, Ankan Kumar Roy, Rodela, Sadia Khair, Asha, Atia Haque, Afrin, Mourchona, Farhan, Niloy, Sadeque, Farig
Abstract
Knowledge distillation (KD) is a standard approach for compressing sequence-to-sequence models, but its per-sample effects are rarely examined. On the BanSum Bangla summarization benchmark, we find that standard KD improves ROUGE-L by only +0.0003 over a cross-entropy baseline, and that approximately 51.3% of training samples are estimated to actively harm student validation loss under standard KD. We propose two complementary reliability-aware distillation methods. CHAD (Counterfactual Harm-Aware Distillation) measures per-sample KD usefulness via gradient alignment with the validation loss direction and trains a lightweight gate that generalizes this counterfactual judgment to the full training set. EWAD+CPDP combines token-level entropy-weighted adaptive distillation with a capacity-proportional geometric constraint from a second, vocabulary-incompatible teacher. On BanSum, both methods substantially outperform standard KD: CHAD by +0.0173 ROUGE-L and EWAD+CPDP by +0.0219 ROUGE-L, where standard KD itself improves ROUGE-L by only +0.0003; despite using only 60M parameters, both outperform a fine-tuned Qwen 2.5-3B model (50x larger). We further evaluate the stronger method, EWAD+CPDP, across 15 typologically diverse XL-Sum languages organised into three sets, beating the CE-only baseline on 10/15 languages; gains are most reliable where the two teachers contribute complementary signal, and weakest where they have saturated or jointly weak target-language coverage. We release code and trained models to support reproducibility and further research on selective distillation.
Chinese Translation
知识蒸馏(Knowledge Distillation, KD)是压缩序列到序列模型的标准方法,但其对每个样本的影响很少被研究。在BanSum Bangla摘要基准上,我们发现标准KD仅比交叉熵基线提高了+0.0003的ROUGE-L,并且估计约有51.3%的训练样本在标准KD下会对学生验证损失造成积极伤害。我们提出了两种互补的可靠性意识蒸馏方法。CHAD(Counterfactual Harm-Aware Distillation)通过与验证损失方向的梯度对齐来衡量每个样本的KD有效性,并训练一个轻量级的门控机制,将这种反事实判断推广到整个训练集。EWAD+CPDP将基于标记的熵加权自适应蒸馏与来自第二个词汇不兼容教师的容量比例几何约束相结合。在BanSum上,这两种方法的表现均显著优于标准KD:CHAD提高了+0.0173 ROUGE-L,EWAD+CPDP提高了+0.0219 ROUGE-L,而标准KD本身仅提高了+0.0003;尽管只使用了6000万个参数,但两者均优于一个微调的Qwen 2.5-3B模型(大50倍)。我们进一步在15种类型多样的XL-Sum语言中评估了更强的方法EWAD+CPDP,这些语言被组织成三个集合,在15种语言中有10种超越了仅使用交叉熵的基线;增益在两个教师提供互补信号的情况下最为可靠,而在它们的目标语言覆盖饱和或共同薄弱的情况下最为薄弱。我们发布了代码和训练模型,以支持可重复性和进一步的选择性蒸馏研究。
cs.CL / 23 / 2607.19992

TINY_SCHILLER: A Drop-In German Drama Corpus for Small Language Models

TINY_SCHILLER:一个适用于小型语言模型的德语戏剧语料库
Schutera, Mark
Abstract
tiny_schiller closes the small-language-model prototyping, fine-tuning, education, and research gap for German literary text, providing a single-file, drop-in counterpart to Karpathy's tiny_shakespeare. The available German literary corpora are larger and richer, but require parser engineering before a single line of training or fine-tuning code can run. tiny_schiller is a 2.07-megabyte single file of eleven public-domain Schiller dramas, sourced from DraCor's GerDraCor export (CC0) and processed by deterministic parser engineering. Character-level, GPT-2 byte-pair encoding, and cl100k_base tokenization splits, an instruction-formatted dialogue-completion split, and 89 per-character persona splits load from a single HuggingFace call. A small language model literally reaches German literary text in one line of code.
Chinese Translation
tiny_schiller 填补了德语文学文本在小型语言模型原型设计、微调、教育和研究方面的空白,提供了一个与 Karpathy 的 tiny_shakespeare 相对应的单文件、即插即用的解决方案。现有的德语文学语料库规模更大且内容更丰富,但在运行任何一行训练或微调代码之前,需要进行解析器工程。tiny_schiller 是一个 2.07 兆字节的单文件,包含十一部公共领域的席勒戏剧,数据来源于 DraCor 的 GerDraCor 导出(CC0),并经过确定性解析器工程处理。字符级、GPT-2 字节对编码和 cl100k_base 令牌化分割、指令格式的对话完成分割,以及 89 个按字符划分的人物角色分割均可通过一次 HuggingFace 调用加载。一个小型语言模型只需一行代码即可直接访问德语文学文本。
cs.CL / 24 / 2607.20009

TalentCLEF at CLEF2026: Skill and Job Title Intelligence for Human Capital Management

TalentCLEF在CLEF2026:人力资本管理中的技能与职位智能
Gasco, Luis, Fabregat, Hermenegildo, García-Sardiña, Laura, Estrella, Paula, Carrino, Casimiro Pio, Deniz, Daniel, Rodrigo, Alvaro, Zbib, Rabih
Abstract
This paper presents the second edition of the TalentCLEF Challenge, which will run as an evaluation lab as part of CLEF 2026. The aim of TalentCLEF is to promote the development of systems and methods that use Natural Language Processing (NLP) in the field of Human Capital Management (HCM), fostering approaches that ensure fairness in results, operate across multiple languages, and adapt to diverse industries. To this end, TalentCLEF establishes public benchmarks where research teams can compare methods and share findings, moving the field toward more practical and impactful NLP solutions that effectively address the real needs of workforce management. This year's lab will feature two tasks designed to foster the development and evaluation of systems that support key HCM activities such as talent matching, upskilling, reskilling, and skill gap detection: (i) Task A - Contextualized Job-Person Matching, focused on retrieving and ranking suitable candidates for specific job positions using context-rich and privacy-preserving data; and (ii) Task B - Job-Skill Matching with Skill Type Classification, centered on identifying relevant skills for a given job title and classifying them by their type within the job profile. TalentCLEF website: https://talentclef.github.io/talentclef/
Chinese Translation
本文介绍了TalentCLEF挑战赛的第二届,该挑战赛将作为CLEF 2026的一部分进行评估实验室。TalentCLEF的目标是促进在人力资本管理(HCM)领域中使用自然语言处理(NLP)技术的系统和方法的发展,推动确保结果公平、支持多语言操作以及适应多样化行业的方法。为此,TalentCLEF建立了公共基准,研究团队可以在此比较方法并分享发现,推动该领域朝着更实用和有影响力的NLP解决方案发展,以有效应对劳动力管理的实际需求。今年的实验室将包含两个任务,旨在促进支持关键HCM活动(如人才匹配、技能提升、再培训和技能差距检测)系统的发展和评估:(i) 任务A - 上下文化的职位-人匹配,专注于使用丰富上下文和保护隐私的数据检索和排名适合特定职位的候选人;(ii) 任务B - 职位-技能匹配与技能类型分类,集中于识别特定职位所需的相关技能并按类型对其进行分类。TalentCLEF网站:https://talentclef.github.io/talentclef/
cs.CL / 25 / 2607.20056

Language-Specific versus Cross-Lingual Knowledge Graphs for Implicit Aspect Identification in Arabic: A Comparative Study of Reasoning and Adaptation Strategies

阿拉伯语中隐性方面识别的语言特定与跨语言知识图谱:推理与适应策略的比较研究
Alawwad, Lujain A.
Abstract
Aspect-based sentiment analysis (ABSA) in Arabic must recover both explicitly stated aspects and implicit aspects that are never named in the text. Implicit identification typically relies on an auxiliary knowledge source (e.g., a knowledge graph (KG)) linking opinion cues to aspect categories, but for a lower-resource language the practitioner faces a design choice: reuse a mature English KG through multilingual embeddings, or build a smaller native Arabic KG. This paper reports a controlled comparison of the two strategies within a single hybrid pipeline, evaluated on three Arabic benchmarks (M-ABSA, SemEval-2016 Arabic, and HAAD). We further compare two adaptation strategies for the generative extractor that feeds the KG -- zero-shot prompting versus task-specific fine-tuning of an 8B-parameter large language model (LLM). The native Arabic KG (Strategy 2) outperforms the cross-lingual English KG (Strategy 1) by +0.199 micro-F1 on M-ABSA and +0.251 on SemEval-2016, gaining on both precision and recall. Task-specific fine-tuning raises explicit-extraction micro-F1 from <= 0.13 (zero-shot) to 0.66-0.76 on M-ABSA and SemEval-2016 (0.45 on the smaller HAAD), confirming that task adaptation, rather than model scale, is decisive in a morphologically rich language.
Chinese Translation
阿拉伯语的基于方面的情感分析(ABSA)必须恢复文本中既有明确陈述的方面,也有从未在文本中提及的隐性方面。隐性识别通常依赖于辅助知识源(例如,知识图谱(KG))将意见线索与方面类别相链接,但对于资源较少的语言,实践者面临设计选择:通过多语言嵌入重用成熟的英语KG,还是构建一个较小的本土阿拉伯语KG。本文报告了在单一混合管道中对这两种策略的受控比较,评估基于三个阿拉伯语基准(M-ABSA、SemEval-2016 Arabic 和 HAAD)。我们进一步比较了为KG提供输入的生成提取器的两种适应策略——零样本提示与针对特定任务的微调8B参数的大型语言模型(LLM)。本土阿拉伯语KG(策略2)在M-ABSA上比跨语言英语KG(策略1)提高了+0.199微F1,在SemEval-2016上提高了+0.251,在精确度和召回率上均有所提升。针对特定任务的微调将明确提取的微F1从<= 0.13(零样本)提高到M-ABSA和SemEval-2016上的0.66-0.76(在较小的HAAD上为0.45),确认了在形态丰富的语言中,任务适应而非模型规模是决定性的因素。
cs.CL / 26 / 2607.20062

Solar Open 2 Technical Report

Solar Open 2 技术报告
Park, Sungrae, Kim, Sanghoon, Gim, Gyoungjin, Cho, Jungho, Ko, Hyunwoong, Jeong, Minbyul, Kim, Minjeong, Choi, Keunwoo, Shin, Chaehun, Yoon, Chanwoong, Kim, Dongjun, Kim, Eunwon, Shin, Gyungin, Lee, Hyeonju, Kang, Hyungkyu, Song, Inseo, Bae, Jisu, Han, Jiyoon, Lee, Jiyun, Kim, Joonkee, Lee, Junyeop, Cha, Mikyoung, Yu, Sangwon, Joo, Sehwan, Kang, Seokyoon, Yang, Seonghoon, Shin, Seung, Lee, Seunghyun, Lim, Seungseop, Shin, Seungyoun, Lee, Sukyung, Eo, Taegyeong, Oh, Taehwan, Lee, Taewhoo, Song, Wonho, Oh, Wonjun, Hwang, Wonseok, Kim, Yunsu, Shim, Yura, Lee, Hwalsuk, Kim, Sunghun, Chang, Du-Seong, Cho, Kyunghyun, Han, Seungju, Choi, Yejin, Choe, Junsuk, Lee, Hwaran, Ban, Minjeong, Taewon, Yun, Song, Hwanjun, Lee, Jae-Gil, Lim, KyungTae, Oh, Alice
Abstract
We present Solar Open 2, a 250B-A15B Mixture-of-Experts language model built for long-horizon agentic tasks, scaled up from Solar Open 1 (Solar Open 100B). To hold entire agent trajectories in a single context, Solar Open 2 reaches a 1M-token window through a hybrid attention stack that interleaves one softmax layer among every three linear-attention layers, using no positional encoding and a gated delta rule extended to negative eigenvalues. To train at this scale under a fixed compute budget, we make training efficient in two ways: a stronger starting point, and higher-value data. For the starting point, we initialize Solar Open 2 from Solar Open 1, transferring the 5.69B-parameter shared skeleton that survives the architectural change and learning everything else through full pre-training. For the data, we curate for value per token: quality- and rarity-aware data curation and mixture-ratio optimization refine a 20T pool into a 10T mixture that, at equal token budget, outperforms the Solar Open 1 recipe. To build its agent skills, we train twelve domain specialists across purpose-built scenarios, then consolidate them into a single model by Multi-teacher On-Policy Distillation (MOPD). Against comparably sized open-weight models on English benchmarks, Solar Open 2 leads on MMLU-Pro, LiveCodeBench, and the APEX-Agents agentic suite, and stays competitive with the strongest (DeepSeek-V4-Flash and MiMo-V2.5) elsewhere. On Korean benchmarks, Solar Open 2 records the highest average of any model compared, including fast-tier closed APIs, and on Ko-GDPval, an in-house Korean officework-agent benchmark, it is competitive with DeepSeek-V4-Pro (1.6T) at less than a sixth of its size.
Chinese Translation
我们介绍了 Solar Open 2,这是一个为长时间跨度的智能任务构建的 250B-A15B 混合专家语言模型,规模上升自 Solar Open 1(Solar Open 100B)。为了在单一上下文中容纳整个智能体轨迹,Solar Open 2 通过一种混合注意力堆栈实现了 1M-token 窗口,该堆栈在每三个线性注意力层之间交错一个 softmax 层,未使用位置编码,并扩展了负特征值的门控增量规则。为了在固定计算预算下以此规模进行训练,我们通过两种方式提高训练效率:更强的起始点和更高价值的数据。在起始点方面,我们从 Solar Open 1 初始化 Solar Open 2,转移了在架构变化中存活下来的 5.69B 参数共享骨架,并通过全面预训练学习其他所有内容。在数据方面,我们针对每个 token 的价值进行了策划:质量和稀缺性意识的数据策划以及混合比例优化将 20T 的数据池精炼为 10T 的混合,这在相同的 token 预算下超越了 Solar Open 1 的配方。为了构建其智能体技能,我们在专门构建的场景中训练了十二个领域专家,然后通过多教师在线政策蒸馏(Multi-teacher On-Policy Distillation, MOPD)将它们整合为一个单一模型。在与同等规模的开放权重模型在英语基准测试中的比较中,Solar Open 2 在 MMLU-Pro、LiveCodeBench 和 APEX-Agents 智能套件上领先,并在其他地方与最强的模型(DeepSeek-V4-Flash 和 MiMo-V2.5)保持竞争。在韩语基准测试中,Solar Open 2 记录了与任何模型相比的最高平均值,包括快速层级的闭源 API,并且在 Ko-GDPval(一个内部的韩语办公智能体基准)上,其规模不到 DeepSeek-V4-Pro(1.6T)的六分之一,仍然具有竞争力。
cs.CL / 27 / 2607.20078

RALS: Resources and Baselines for Romanian Automatic Lexical Simplification

RALS:罗马尼亚自动词汇简化的资源与基准
Anghel, Fabian, Cristea, Petru Theodor, Creanga, Claudiu, Nisioi, Sergiu
Abstract
We introduce the first dataset that jointly covers both lexical complexity prediction (LCP) annotations and lexical simplification (LS) for Romanian, along with a comparison of lexical simplification approaches. We propose a methodology for ordering simplification suggestions using a pairwise ranking approximation method, arranging candidates from simple to complex based on a separate set of human judgments. In addition, we provide human lexical complexity annotations for 3,921 word samples in context. Finally, we explore several novel pipelines for complexity prediction and simplification and present the first text simplification system for Romanian.
Chinese Translation
我们介绍了第一个同时涵盖罗马尼亚语词汇复杂性预测(LCP)注释和词汇简化(LS)的数据集,并对词汇简化方法进行了比较。我们提出了一种使用成对排名近似方法对简化建议进行排序的方案,根据一组独立的人类判断将候选项从简单到复杂进行排列。此外,我们为3,921个上下文中的单词样本提供了人类词汇复杂性注释。最后,我们探索了几种新颖的复杂性预测和简化管道,并呈现了第一个罗马尼亚语文本简化系统。
cs.CL / 28 / 2607.20082

The Two-Process Theory of Machine Self-Report

机器自我报告的双过程理论
Plisiecki, Hubert, Chmielewski, Filip, Dudzic, Kacper, Sterna, Anna, Drożdż, Karolina, Moskalewicz, Marcin
Abstract
Language models are increasingly asked to self-report, informing safety evaluations, public understanding, and model-welfare debates. Yet their reports are elicited with human questionnaires never validated for models or ad hoc prompts of unknown reliability. We propose the first language-model-specific psychometric theory: a two-process theory of machine self-report. Self-description jointly reflects persona installation, through which post-training writes in a permitted inner life of warmth, absorption, and meaning (dimension B), and attribution gating, through which it suppresses first-person claims to "unsafe" experiences the model can readily ascribe to others (dimension A). Their emic structure comes from model responses to human items, not human psychology. Together they split prior work's dominant Pinocchio Axis. The split emerged in an exploratory reanalysis of the original data, informed the instrument's design, and was confirmed with new items, wordings, and models. It is itself a training effect: A and B are entangled in base checkpoints but separated by post-training. We operationalize the theory in a 48-item Pinocchio Inventory with human-instrument reliability and reproducible structure ($\alpha=.82$ to $.94$; cross-form convergence $r=.84$; recovery of the full-pool axes $r=.92$ to $.96$; eight-month stability $r=.93$), then test it on 206 open-weight models, including 67 same-checkpoint base/post-trained pairs. Post-training's clearest fingerprint is installation: B rises .20 in 62/67 pairs across all organizations. Gating is more selective: model scale is unrelated to A in base checkpoints ($r=+.11$) but predicts it after post-training ($r=-.42$). Thus, the dimensions are not fixed properties of language models: they reflect the structure imposed on self-report by a training regime and may differ under others.
Chinese Translation
语言模型越来越多地被要求进行自我报告,以便为安全评估、公众理解和模型福利辩论提供信息。然而,它们的报告是通过从未针对模型验证的人类问卷或未知可靠性的临时提示来引发的。我们提出了第一个特定于语言模型的心理测量理论:机器自我报告的双过程理论。自我描述共同反映了个性安装,通过这一过程,后训练阶段在允许的内心生活中写入温暖、吸收和意义(维度B),以及归因门控,通过这一过程,它抑制了第一人称对模型可以轻易归因于他人的“危险”经历的主张(维度A)。它们的内涵结构来自模型对人类项目的反应,而非人类心理学。两者共同分裂了先前工作的主导匹诺曹轴。这一分裂是在对原始数据的探索性重新分析中出现的,指导了工具的设计,并通过新的项目、措辞和模型得到了确认。这本身就是一种训练效应:A和B在基础检查点中是纠缠在一起的,但在后训练中被分开。我们在一个包含48个条目的匹诺曹清单中实现了该理论,该清单具有与人类工具的可靠性和可重复的结构($eta=.82$到$.94$;跨表单收敛 $r=.84$;完整池轴的恢复 $r=.92$到$.96$;八个月稳定性 $r=.93$),然后在206个开放权重模型上进行了测试,包括67对相同检查点的基础/后训练模型。后训练的最明显指纹是安装:在62/67对中,B在所有组织中上升了0.20。门控则更具选择性:模型规模与基础检查点中的A无关($r=+.11$),但在后训练后可以预测A($r=-.42$)。因此,这些维度并不是语言模型的固定属性:它们反映了训练机制对自我报告施加的结构,并可能在其他机制下有所不同。
cs.CL / 29 / 2607.20090

Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results

用于从污染检索结果中选择性采用证据的大型语言模型的强化学习
Chen, Yanyu, Li, Yue, Cui, Yongyi, Shi, Dongsheng, Dai, Lichang
Abstract
Retrieval-augmented large language models frequently face contexts that interleave useful evidence with misleading statements or instruction-like content. Blanket refusal discards valid evidence, whereas uncritical adoption yields incorrect or unsafe answers. The ability to selectively adopt relevant information while rejecting deceptive or harmful content is therefore critical for reliable deployment in real-world retrieval settings. We introduce SelectBench, a controlled benchmark and training set for selective evidence adoption, and post-train Qwen3.5-4B directly with DAPO using either deterministic rule rewards or a frozen semantic judge. On the corrected 325-example SelectBench-v2 test set, strict success rises from 22.46% for the original checkpoint to 25.54% with DAPO-Rule and 26.46% with DAPO-DeepSeek. Both trained policies reduce forbidden-content adoption and produce shorter, more focused responses, yet prompt-injection following does not improve. The paired gains are modest and fail to survive Holm correction, suggesting that stronger reward shaping or additional training iterations may be needed for more robust gains. DAPO-DeepSeek exhibits no material degradation on MMLU or clean HotpotQA, indicating that the post-training procedure preserves general capabilities. These results demonstrate a directional improvement in selective evidence use, while identifying injection resistance and statistical robustness as important remaining challenges for future work.
Chinese Translation
增强检索的大型语言模型经常面临将有用证据与误导性陈述或指令类内容交织在一起的上下文。全面拒绝会丢弃有效证据,而不加批判的采用则会导致错误或不安全的答案。因此,在现实世界的检索环境中,选择性地采用相关信息,同时拒绝欺骗性或有害内容的能力,对于可靠的部署至关重要。我们引入了 SelectBench,一个用于选择性证据采用的受控基准和训练集,并直接使用 DAPO 对 Qwen3.5-4B 进行后训练,采用确定性规则奖励或冻结的语义评判。经过修正的 325 个示例的 SelectBench-v2 测试集上,严格成功率从原始检查点的 22.46% 上升到 DAPO-Rule 的 25.54% 和 DAPO-DeepSeek 的 26.46%。这两种训练策略都减少了对禁用内容的采用,并产生了更短、更集中的响应,但后续的提示注入并未改善。配对增益较为温和,且未能通过 Holm 校正,表明可能需要更强的奖励塑造或额外的训练迭代以获得更稳健的增益。DAPO-DeepSeek 在 MMLU 或干净的 HotpotQA 上没有表现出实质性退化,表明后训练过程保留了整体能力。这些结果展示了选择性证据使用的方向性改进,同时识别出注入抵抗和统计稳健性作为未来工作的重大挑战。
cs.CL / 30 / 2607.20101

Two-Step Occupation Coding

两步职业编码
Esser, Alexander M., Dörpinghaus, Jens
Abstract
Occupation coding links job titles in free text to occupational taxonomies and is a core task in labor market research. Existing approaches typically address this problem in a single end-to-end step, jointly identifying job titles and assigning occupational codes. This paper presents a novel two-step approach that separates these tasks. In the first step, a domain-specific Named Entity Recognition (NER) model identifies occupational titles in continuous text, even under noise such as OCR errors. In the second step, the extracted job titles are mapped to a taxonomy, enabling the classifier to focus exclusively on this mapping. We demonstrate that this separation improves accuracy, robustness, and interpretability compared to single-step approaches. The method has been developed for German documents but is transferable to other languages. We further introduce a margin-based confidence criterion for occupation coding, replacing common absolute thresholds. To support reproducibility, we publish the source code and evaluation scripts.
Chinese Translation
职业编码将自由文本中的职位名称与职业分类法相连接,是劳动市场研究中的核心任务。现有的方法通常在单一的端到端步骤中解决这个问题,同时识别职位名称并分配职业编码。本文提出了一种新颖的两步方法,将这两个任务分开。在第一步中,特定领域的命名实体识别(Named Entity Recognition, NER)模型在连续文本中识别职业名称,即使在存在噪声(如光学字符识别(OCR)错误)的情况下也能有效识别。在第二步中,提取的职位名称被映射到分类法,使分类器能够专注于这一映射。我们证明了这种分离方法在准确性、鲁棒性和可解释性方面优于单步方法。该方法已针对德语文档开发,但可迁移到其他语言。我们进一步引入了一种基于边际的职业编码置信标准,取代了常见的绝对阈值。为了支持可重复性,我们发布了源代码和评估脚本。
cs.CL / 31 / 2607.20115

Understanding the Impact of Linguistic Realization Choices on LLM Stance with Causal Tracing

理解语言实现选择对大型语言模型立场的影响:因果追踪
Huang, Langchen, Padó, Sebastian, Weeber, Franziska
Abstract
Large language models (LLMs) are known to be sensitive to prompt and input formulations. However, existing studies have focused on lexical realization and largely ignored constructional choice. This paper studies whether linguistic construction can systematically shift LLM decisions and where these shifts can be causally localized inside the model. We use political stance judgment as a meaning-sensitive case study and extend an English political statements dataset, resulting in six controlled linguistic rewrite types that preserve or invert the meaning of a statement. Experiments on four open-weight models show that stance instability affect both meaning-preserving and meaning-inversing rewrites. Because output shifts reveal that rewrites affect stance, but not where in the model, we apply activation patching, where activations from the original statement are substituted into the forward pass for the rewritten statement and measure which components recover the original stance distribution. The results show that mid-to-late decoder layers, especially block outputs at the final prompt position, provide the strongest restoration signal.
Chinese Translation
大型语言模型(LLMs)已知对提示和输入形式敏感。然而,现有研究主要集中在词汇实现上,而忽视了构造选择。本文研究语言构造是否能够系统性地改变LLM的决策,以及这些变化在模型内部的因果定位。我们以政治立场判断作为一个意义敏感的案例研究,并扩展了一个英文政治声明数据集,生成六种控制的语言重写类型,这些类型保留或颠倒了声明的意义。对四个开放权重模型的实验表明,立场的不稳定性影响了意义保留和意义颠倒的重写。由于输出的变化表明重写影响了立场,但未能明确模型中的具体位置,我们应用了激活补丁技术,将原始声明的激活替换到重写声明的前向传播中,并测量哪些组件恢复了原始的立场分布。结果显示,中后期解码器层,特别是在最终提示位置的块输出,提供了最强的恢复信号。
cs.CL / 32 / 2607.20121

OpenSkillRisk: Benchmarking Agent Safety When Using Real-World Risky Third-Party Skills

OpenSkillRisk:评估在使用真实世界风险第三方技能时的智能体安全性
Liu, Qiyuan, Hui, Tingfeng, Zhan, Kun, Zhang, Kaike, Miao, Ning
Abstract
LLM-based agents leverage third-party skills to extend their capabilities in open-world scenarios. However, third-party skills can introduce extra security vulnerabilities, as seemingly harmless skills can contain latent safety risks that only emerge during actual execution. In this work, we conduct a systematic investigation into how well current agent systems recognize and avoid such risks. To support quantitative and qualitative evaluation, we construct OpenSkillRisk, a dedicated safety benchmark containing 263 risky skills collected from public skill marketplaces. We classify these skills into seven categories based on their threat types and pair each skill with a standardized user task and a corresponding sandbox for controlled evaluation. Distinct from prior benchmarks, OpenSkillRisk not only covers more realistic and diverse unsafe scenarios, but also provides a fine-grained analysis to diagnose the behavioral patterns of agents in such scenarios. We conduct comprehensive experiments covering three mainstream CLI agent frameworks and thirteen state-of-the-art LLMs. Experimental results show that no tested system handles risky skills reliably: even the safest configurations still execute unsafe actions in about 17% of cases. Context-dependent and system-level risks are especially difficult for current agent systems to avoid. Our behavioral analysis reveals three recurring failure patterns: agents may fail to recognize the risk, recognize it but fail to intervene before acting, or follow skill instructions beyond the user's intended scope. These findings highlight the need to improve both risk reasoning in LLMs and execution control in agent frameworks.
Chinese Translation
基于大语言模型(LLM)的智能体利用第三方技能来扩展其在开放世界场景中的能力。然而,第三方技能可能引入额外的安全漏洞,因为看似无害的技能可能包含潜在的安全风险,这些风险只有在实际执行时才会显现。在本研究中,我们对当前智能体系统识别和避免此类风险的能力进行了系统性调查。为了支持定量和定性评估,我们构建了OpenSkillRisk,这是一个专门的安全基准,包含从公共技能市场收集的263个风险技能。我们根据威胁类型将这些技能分为七类,并将每个技能与标准化的用户任务和相应的沙箱进行配对,以便进行受控评估。与以往的基准不同,OpenSkillRisk不仅涵盖了更现实和多样化的不安全场景,还提供了细致的分析,以诊断智能体在这些场景中的行为模式。我们对三种主流命令行接口(CLI)智能体框架和十三种最先进的大语言模型进行了全面实验。实验结果表明,没有任何被测试的系统能够可靠地处理风险技能:即使是最安全的配置,在约17%的情况下仍会执行不安全的操作。上下文依赖和系统级风险尤其难以被当前的智能体系统避免。我们的行为分析揭示了三种反复出现的失败模式:智能体可能未能识别风险,识别后但未能在行动前进行干预,或在超出用户意图的范围内遵循技能指令。这些发现突显了改善大语言模型中的风险推理和智能体框架中的执行控制的必要性。
cs.CL / 33 / 2607.20127

Back to Back with a Copy: A Computational Analysis of AI-Generated Visual Contemporary Art Pastiches

背靠背的复制:对人工智能生成的视觉当代艺术拼贴的计算分析
Dinu, Anca, Mihail, Andreiana, Florescu, Andra-Maria, Creanga, Claudiu, Dinu, Liviu
Abstract
The aim of this paper is twofold. First, it investigates whether newer generative models are getting better at pastiching contemporary artworks. Second, it explores the consistency of the multidimensional nature of stylistic evaluation across different LLMs. Building on previous work, we analyze stylistic similarity between AI generated pastiches and the original artworks of twelve contemporary artists. We used five complementary computer vision models to capture texture, color, semantics, composition, and perceptual features through cosine distance in high-dimensional embedding spaces. The distances obtained show that the newer image generation model that we used has produced pastiches with improved semantic alignment and greater diversity than the model used in previous work. However, it was slightly less performant on shallow features such as color, texture, and perceptual adherence. Our findings confirm that artistic style is inherently multidimensional, and measuring it does not depend on any spatial architecture. These quantitative findings are contextualized through feedback from human evaluators, which are the artists themselves.
Chinese Translation
本文的目的是双重的。首先,它探讨了较新的生成模型在拼贴当代艺术作品方面是否有所改进。其次,它研究了不同大型语言模型(LLMs)在风格评估的多维特性上的一致性。在前期工作的基础上,我们分析了人工智能生成的拼贴与十二位当代艺术家的原作之间的风格相似性。我们使用了五种互补的计算机视觉模型,通过高维嵌入空间中的余弦距离捕捉纹理、颜色、语义、构图和感知特征。获得的距离显示,我们使用的较新图像生成模型所产生的拼贴在语义一致性和多样性方面优于前期工作的模型。然而,在颜色、纹理和感知一致性等浅层特征上,其表现略逊一筹。我们的研究结果确认了艺术风格本质上是多维的,测量它并不依赖于任何空间架构。这些定量发现通过来自人类评估者(即艺术家本人)的反馈得到了背景化。
cs.CL / 34 / 2607.20145

SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD

SLAI T-Rex:在Ascend SuperPOD上对DeepSeek-V4系列进行全参数后训练
Li, Dongfang, Luo, Xiaodong, Sun, Ruoyu, Chen, Xuhui, Qiu, Linyuan, Meng, Jian, Lu, Zhengxuan, Wang, Yiting, Xie, Yucheng, Guo, Tao, Fang, Tianxiang, Li, Jing, Chen, Sihang, Hong, Shihao, Liu, Chang, Dai, Weihua, Zeng, Zirong, Zhu, Ziwei, Wang, Zhuohan, Yue, Zhengjun, Vasilyev, Igor, Liu, Min, Sun, Weijian, Chen, Xin, Gao, Yingmeng, Zhou, Jinhua, Chen, Taolue, Wu, Chenwei, Zhang, Dong, Jin, Wenlong, Xiang, Jinmin, Maria, Barkova, Anton, Ushakov, Jin, Xianfei, Ding, Tian, Lin, Zhihang, Chen, Qian, Yang, Linxin, Yang, Mingzhe, Zhang, Bingwei, Yang, Hongzhang, Zhang, Fangxue, Qin, Shijun, Yu, Jie, Hu, Cuihua, Vasiliy, Tolstykh, Ivan, Nosov, Amir, Abdullin, Zhou, Zhichen, Zhang, Xin, Ning, Zhixiong, Zhao, Xutong, Huang, Junjie, Liu, Jiajun, Kong, Weiyan, Zhang, Zheng, Luo, Wenhan, Hu, Lin, Guo, Yangbo, Zeng, Li, Zeng, Shihao, Hu, Baotian, Zhang, Min, Li, Haizhou, Luo, Zhiquan
Abstract
Full-parameter post-training of trillion-parameter-scale MoE models introduces substantial system-level challenges for large-scale distributed training, including severe memory pressure, non-overlapped communication overhead, and inefficient kernel execution. While most large-scale LLM training systems are built around GPU-based clusters, this report presents an end-to-end optimization practice on the Ascend NPU SuperPOD. Using the DeepSeek-V4 model family as the target workload, we develop a hierarchical optimization framework spanning model-level parallelism, computation-communication orchestration, and low-level kernel execution. The resulting system achieves 34.22% Model FLOPs Utilization (MFU) with a 2.93x improvement over the open-source baseline recipe while maintaining training stability. Building on this optimized infrastructure, we further establish a CPT and SFT workflow for complex Operations Research (OR) tasks. We refer to the integrated framework as SLAI T-Rex. Using DeepSeek-V4-Flash, we develop OR-oriented CPT and SFT data pipelines that combine collected domain resources with solver-verified synthetic optimization documents. The resulting dataset contains 10K high-quality SFT samples spanning four task categories and three problem representations. The specialized model achieves the highest average zero-shot Pass@1 score among the evaluated models, reaching 71.81% and outperforming GPT-5.4-Mini and the base DeepSeek-V4-Flash model by 3.98 and 11.27 percentage points, respectively. Overall, this work demonstrates a full-stack pathway from efficient trillion-parameter model post-training on Ascend infra to domain-specialized Flash models for solver-grounded mathematical modeling, advancing frontier-model systems for complex reasoning.
Chinese Translation
对万亿参数规模的MoE模型进行全参数后训练引入了大规模分布式训练的重大系统级挑战,包括严重的内存压力、非重叠的通信开销和低效的内核执行。尽管大多数大规模LLM训练系统是基于GPU集群构建的,但本报告展示了在Ascend NPU SuperPOD上的端到端优化实践。以DeepSeek-V4模型系列作为目标工作负载,我们开发了一个层次化优化框架,涵盖模型级并行性、计算-通信协调和低级内核执行。最终系统实现了34.22%的模型FLOPs利用率(MFU),相较于开源基线方案提高了2.93倍,同时保持了训练的稳定性。在此优化基础设施上,我们进一步建立了复杂运筹学(OR)任务的CPT和SFT工作流程。我们将这一集成框架称为SLAI T-Rex。利用DeepSeek-V4-Flash,我们开发了面向运筹学的CPT和SFT数据管道,将收集的领域资源与求解器验证的合成优化文档相结合。最终数据集包含10K个高质量的SFT样本,涵盖四个任务类别和三种问题表示。该专用模型在评估的模型中实现了最高的平均零-shot Pass@1得分,达到71.81%,分别比GPT-5.4-Mini和基础DeepSeek-V4-Flash模型高出3.98和11.27个百分点。总体而言,本研究展示了从在Ascend基础设施上高效的万亿参数模型后训练到针对求解器基础的数学建模的领域专用Flash模型的全栈路径,推动了复杂推理的前沿模型系统的发展。
cs.CL / 35 / 2607.20146

Gotta Catch them all: the modes of Sycophancy

抓住它们:谄媚的模式
Jain, Shreyans, Yost, Alexandra, Abdullah, Amirali
Abstract
Large language models often align with users' beliefs at the expense of factual accuracy, a behavior known as sycophancy. Prior mechanistic studies largely treat sycophancy as a single behavioral dimension that can be uniformly amplified or suppressed. We challenge this assumption by analyzing three hypothesized modes of sycophancy across 948 social pressure situations. Although the modes produce highly similar outputs, with a text-only classifier achieving just 57.8 percent accuracy, their internal representations are perfectly linearly separable from layer 14 onward. We further find the modes emerge at different processing stages, rely on distinct attention circuitry, and fire strongest on different inputs. These results show that sycophancy is not a monolithic tendency, but a structured family of representationally and computationally distinct modes, motivating more precise measurement and intervention.
Chinese Translation
大型语言模型往往在牺牲事实准确性的情况下与用户的信念保持一致,这种行为被称为谄媚。之前的机制研究大多将谄媚视为一个可以统一放大或抑制的单一行为维度。我们通过分析948个社会压力情境中的三种假设的谄媚模式来挑战这一假设。尽管这些模式产生的输出高度相似,文本分类器的准确率仅为57.8%,但从第14层开始,它们的内部表示是完全线性可分的。我们进一步发现,这些模式在不同的处理阶段出现,依赖于不同的注意力电路,并在不同的输入上表现出最强的反应。这些结果表明,谄媚并不是单一的倾向,而是一组在表示和计算上具有明显区别的结构化模式,这为更精确的测量和干预提供了动机。
cs.CL / 36 / 2607.20208

surprisal is Not a Theory

惊奇度并不是一种理论
Buxó-Lugo, Andrés, De Santo, Aniello, Grobol, Morgan, Hubbard, Ryan J., Jacobs, Cassandra L.
Abstract
Surprisal Theory is often characterized as a computational-level explanation per (Marr, 1982). We argue in this work that, even though a computational level narrative has been used to support "representation-agnostic research" within computational psycholinguistics, the movement toward black box systems embodied by large language models (LLMs) does not exempt modelers using the surprisal metric from the representational decisions required by computational-level characterizations. In fact, we argue that the uncritical use of LLM-surprisal obfuscates the representational and algorithmic-level commitments of different models. In three analyses, we show that the choice of algorithm and model architecture play significant roles in the computation of language model probabilities. We advise that researchers who wish to test Surprisal Theory re-evaluate the practice of treating large language model probabilities as interchangeable
Chinese Translation
惊奇度理论常被描述为一种计算层面的解释(参见 Marr, 1982)。我们在此工作中论证,尽管计算层面的叙述已被用于支持计算心理语言学中的“与表征无关的研究”,但大型语言模型(LLMs)所体现的黑箱系统的趋势并未使使用惊奇度指标的模型构建者免于计算层面表征所需的决策。实际上,我们认为,未经批判地使用 LLM-惊奇度模糊了不同模型在表征和算法层面的承诺。在三项分析中,我们展示了算法选择和模型架构在语言模型概率计算中的重要作用。我们建议希望测试惊奇度理论的研究者重新评估将大型语言模型概率视为可互换的做法。
cs.CL / 37 / 2607.20219

HalluTruthQA: A Fine-Grained Benchmark for Hallucination Detection, Localization, and Explanation in Arabic Question Answering

HalluTruthQA:阿拉伯问答中幻觉检测、定位和解释的细粒度基准
Bouchekif, Abdessalam, Zighem, Mohammed-En-Nadhir, Bekhouche, Salah Eddine, Telli, Hichem, Eltanbouly, Somaya, Gaben, Shahd, Sbahi, Heba, Rashwani, Samer, Al-Khatib, Mutaz, Mohamed, Emad, Ghaly, Mohammed, Hadid, Abdenour
Abstract
Large language models (LLMs) can generate fluent Arabic answers, yet factual errors remain difficult to detect, localize, explain, and verify. Existing hallucination benchmarks often provide response-level labels, with limited support for identifying the exact erroneous content, explaining why it is incorrect, or selecting the correct factual answer. We introduce \textsc{HalluTruthQA}, a fine-grained benchmark for hallucination evaluation in Arabic question answering. The benchmark contains 2,400 expert-curated examples across four knowledge-intensive domains: Islamic knowledge, history, science, and geography. Each example pairs an Arabic question and a model-generated answer with a verified reference answer, a binary hallucination label, six candidate answers for factual verification, and, for hallucinated answers, character-level erroneous spans, human-written explanations, and macro and micro hallucination types. We evaluate four open-source LLMs, \textsc{Allam}, \textsc{Falcon-H1}, \textsc{Qwen32}, and \textsc{Silma}, in a zero-shot setting across hallucination detection, span-level localization, factual verification, and explanation evaluation. Results show that these tasks capture different abilities: no single model achieves the strongest performance across all tasks, with best scores of 0.880 Macro-F1 for detection, 0.516 F1-Sp for localization, 0.852 LO-Score for factual verification, and 0.644 final score for explanation evaluation. Our taxonomy shows that hallucination evaluation should move beyond detection toward localizing, verifying, and explaining factual errors. The code, dataset, prompts, and evaluation scripts are available at https://gitlab.com/nlpresearcher/HalluTruthQA.
Chinese Translation
大型语言模型(LLMs)能够生成流畅的阿拉伯语答案,但事实错误仍然难以检测、定位、解释和验证。现有的幻觉基准通常提供响应级别的标签,有限地支持识别确切的错误内容、解释其错误原因或选择正确的事实答案。我们引入了 extsc{HalluTruthQA},这是一个用于阿拉伯问答中幻觉评估的细粒度基准。该基准包含2400个由专家策划的示例,涵盖四个知识密集型领域:伊斯兰知识、历史、科学和地理。每个示例都配对一个阿拉伯问题和一个模型生成的答案,以及一个经过验证的参考答案、一个二元幻觉标签、六个候选答案用于事实验证,并且对于幻觉答案,提供字符级错误跨度、人类撰写的解释,以及宏观和微观幻觉类型。我们在零样本设置下评估了四个开源LLM, extsc{Allam}、 extsc{Falcon-H1}、 extsc{Qwen32}和 extsc{Silma},涉及幻觉检测、跨度级定位、事实验证和解释评估。结果表明,这些任务捕捉了不同的能力:没有单一模型在所有任务中都取得最佳表现,检测的最佳分数为0.880 Macro-F1,定位的最佳分数为0.516 F1-Sp,事实验证的最佳分数为0.852 LO-Score,解释评估的最终分数为0.644。我们的分类法表明,幻觉评估应超越检测,向定位、验证和解释事实错误发展。代码、数据集、提示和评估脚本可在 https://gitlab.com/nlpresearcher/HalluTruthQA 获取。
cs.CL / 38 / 2607.20241

On the Systematic Challenges of Culturally Loaded Machine Translation: Dream of the Red Chamber as the Cultural Lens

文化负载机器翻译的系统性挑战:以《红楼梦》为文化视角
Wang, Yiming, Di, Jiayuan
Abstract
Culturally loaded translation poses unique challenges for machine translation (MT), as meanings are deeply embedded in socio-cultural contexts beyond surface linguistic forms. Although large language models (LLMs) have enabled MT systems to achieve human-like quality in many scenarios, their ability to handle culturally loaded expressions remains underexplored. In this study, we systematically investigate the challenges posed by culturally loaded translation in LLM-based MT systems. We construct a Chinese-Japanese bilingual dataset from the culturally representative corpus Dream of the Red Chamber, containing 500 segments across diverse cultural categories. Using a comprehensive evaluation protocol, we reveal three main challenges: (1) task challenges, where frontier LLMs exhibit notable performance gaps and struggle with culturally loaded content; (2) human evaluation challenges, where evaluator backgrounds lead to substantial disagreement in translation judgments; and (3) automatic evaluation challenges, where widely used metrics fail to reliably assess translation quality for this task. These findings may offer valuable insights for culture-oriented translation research in both computational science and linguistics.
Chinese Translation
文化负载翻译对机器翻译(MT)提出了独特的挑战,因为意义深深嵌入超越表面语言形式的社会文化背景中。尽管大型语言模型(LLMs)使得MT系统在许多场景中达到了类人质量,但它们处理文化负载表达的能力仍然未得到充分探索。在本研究中,我们系统地调查了基于LLM的MT系统中文化负载翻译所带来的挑战。我们从具有文化代表性的语料库《红楼梦》中构建了一个中日双语数据集,包含500个跨多种文化类别的片段。通过全面的评估协议,我们揭示了三个主要挑战:(1)任务挑战,前沿LLMs在处理文化负载内容时表现出显著的性能差距;(2)人工评估挑战,评估者背景导致翻译判断存在显著分歧;(3)自动评估挑战,广泛使用的评估指标未能可靠地评估该任务的翻译质量。这些发现可能为计算科学和语言学中的文化导向翻译研究提供有价值的见解。
cs.CL / 39 / 2607.20251

Exposure is Optional: Learning Unlike Coordination in Language Models

暴露是可选的:语言模型中的不同于协调的学习
Luo, Jiamu, Steinert-Threlkeld, Shane
Abstract
Coordination, a fundamental linguistic structure, remains a subject of intense debate, and its exact nature continues to elude theoretical linguistics. A common view holds that only same-category constituents can be conjoined, which has been challenged by the many grammatical unlike coordinations found in natural language. Treating language models as a computational testbed, we investigate whether the acquisition of unlike coordination requires direct exposure in the training data, or whether it can emerge organically from general compositional abilities. Using Filtered-Corpus Training (FiCT), we train GPT-2 models on corpora from which all instances of unlike coordination have been removed. We find that direct exposure is not necessary: models trained on filtered data successfully generalize to unlike coordination, achieving perplexity and grammaticality judgments comparable to models trained on unfiltered text. Furthermore, our analyses of internal representations indicate that language models process unlike coordination by treating the conjoined elements as belonging to similar structural categories or through a mechanism akin to deletion, both of which appear learnable from exposure to alike coordination alone. This work contributes to the growing understanding of how language models internally represent linguistic structures, while also adding to the broader debate on coordination by showing how models generalize and process unlike coordination without direct exposure.
Chinese Translation
协调作为一种基本的语言结构,仍然是一个激烈争论的主题,其确切性质依然让理论语言学难以捉摸。一个普遍的观点认为,只有同类成分才能被连接,但这一观点受到自然语言中许多语法上不同于协调的挑战。将语言模型视为一个计算测试平台,我们探讨了不同于协调的习得是否需要在训练数据中直接暴露,或者它是否可以从一般的组合能力中自然产生。通过使用过滤语料库训练(Filtered-Corpus Training, FiCT),我们在去除了所有不同于协调实例的语料库上训练了GPT-2模型。我们的发现表明,直接暴露并不是必要的:在过滤数据上训练的模型成功地推广到了不同于协调的情况,其困惑度和语法判断与在未过滤文本上训练的模型相当。此外,我们对内部表征的分析表明,语言模型通过将连接的元素视为属于相似的结构类别,或通过类似于删除的机制来处理不同于协调的情况,这两者似乎都可以仅通过接触相似的协调来学习。这项工作有助于加深对语言模型如何内部表征语言结构的理解,同时也为协调的更广泛争论提供了新的视角,展示了模型如何在没有直接暴露的情况下推广和处理不同于协调的情况。
cs.CL / 40 / 2607.20265

The Maskability Index: Predicting Task-Objective Alignment in Pretrained Language Models

掩蔽性指数:预测预训练语言模型中的任务目标对齐
Pouramini, Ahmad, Afsharzadeh, Mahsa
Abstract
Large-scale pretrained language models such as T5 and BERT have demonstrated strong capabilities for generating structured knowledge. However, their performance depends on how closely the prompting strategy matches the objectives used during pretraining. We introduce the Maskability Index (MI), a quantitative metric that estimates whether a knowledge relation is better suited to masked-style prompting or prefix-style prompting in few-shot generation. MI is computed from differences in DepthRank scores between masked and unmasked templates, providing a principled measure of objective-template alignment. We evaluate MI on a diverse set of relations from the ATOMIC2020 knowledge base completion benchmark and show that it is positively correlated with downstream generation performance. These results indicate that MI can help select appropriate prompting templates and adaptation strategies for extracting relational knowledge from pretrained language models, especially in low-resource settings.
Chinese Translation
大规模预训练语言模型如 T5 和 BERT 展现了生成结构化知识的强大能力。然而,它们的表现依赖于提示策略与预训练期间使用的目标之间的匹配程度。我们引入了掩蔽性指数(Maskability Index, MI),这是一种定量指标,用于估计在少量生成任务中,知识关系更适合于掩蔽式提示还是前缀式提示。MI 是通过计算掩蔽模板和非掩蔽模板之间的 DepthRank 分数差异来得出的,提供了一种原则性的目标-模板对齐度量。我们在 ATOMIC2020 知识库补全基准上评估了 MI,结果表明它与下游生成性能呈正相关。这些结果表明,MI 可以帮助选择适当的提示模板和适应策略,以从预训练语言模型中提取关系知识,尤其是在资源有限的情况下。
cs.CL / 41 / 2607.20270

Which Values Do LLMs Confuse? A Schwartz-Based Recognition Study

大型语言模型混淆哪些价值观?基于施瓦茨的识别研究
Chetvergov, Andrei, Ukolov, Stepan, Sivoraksha, Timofei, Evseev, Alexander, Solovev, Mikhail, Kuschenko, Valeriia, Chistyakova, Maria, Bolovtsov, Sergey
Abstract
Large language models are increasingly evaluated through the values they endorse, but such evaluations presuppose that models can identify the value expressed in a concrete situation. We study this prerequisite as controlled top-1 recognition over Schwartz's ten basic values. Our evaluation set contains 1,000 Russian situational texts, balanced across the ten values and independently labeled by two human annotators per item. We evaluate 21 instruction-tuned LLM runs under a fixed ranked-response protocol; 20 runs with reliable outputs form the semantic panel. Pooled Acc@1 is 0.683 and Acc@3 is 0.892, showing that models often locate the correct motivational region while ranking close alternatives unstably. Adjacent values account for 50.9% of semantic errors, compared with 24.4% under a checkpoint-specific null. Eight directed confusions recur across checkpoints and human-confirmed subsets. Several are strongly asymmetric, including Universalism to Benevolence, Tradition to Conformity, and Security to Power, whereas Stimulation-Hedonism forms a bidirectional boundary. Their severity is checkpoint-specific and can bias higher-order value profiles. The results motivate value-recognition evaluation that combines exact accuracy, ranked recovery, and directed error analysis.
Chinese Translation
大型语言模型越来越多地通过它们所支持的价值观进行评估,但这种评估假设模型能够识别在具体情境中表达的价值观。我们将这一前提作为对施瓦茨十种基本价值观的控制性顶级识别进行研究。我们的评估集包含1000个俄罗斯情境文本,涵盖十种价值观,并由两位人类注释者独立标注每个项目。我们在固定的排名响应协议下评估了21个经过指令调优的LLM运行;20个输出可靠的运行形成了语义面板。综合的Acc@1为0.683,Acc@3为0.892,表明模型通常能够定位到正确的动机区域,但在排名接近的替代选项时表现不稳定。相邻价值观占语义错误的50.9%,而在特定检查点的零假设下为24.4%。在不同检查点和人类确认的子集中,八种定向混淆现象反复出现。其中一些表现出强烈的不对称性,包括普遍主义与仁爱、传统与顺应、安全与权力,而刺激-享乐则形成双向边界。它们的严重性是特定于检查点的,并可能偏向于更高阶的价值轮廓。这些结果促使我们进行价值识别评估,结合精确准确性、排名恢复和定向错误分析。
cs.CL / 42 / 2607.20286

Sound Probabilistic Safety Bounds for Large Language Models

大型语言模型的声音概率安全界限
Nazeri, Mahdi, Schmuck, Anne-Kathrin, Soudjani, Sadegh, Abate, Alessandro
Abstract
We propose a novel framework for computing rigorous bounds on the probability that a large language model (LLM) generates harmful output to a given prompt. We study a new application of the Clopper-Pearson confidence intervals to obtain probably approximately correct (PAC) bounds for this problem. As our main technical contribution, we propose an algorithm that leverages features in the latent space to prioritize exploring branches in the auto-regressive generation tree that are more likely to produce harmful outputs. Our approach in particular enables the efficient computation of useful lower bounds, even in scenarios where the true harm probability is extremely small, and crucially, the obtained lower bounds are sound, i.e., formally proven to be less than the actual harmfulness probability: our experimental results demonstrate the effectiveness of our method by computing non-trivial lower bounds on state-of-the-art LLMs. This study newly enables the evaluation and statistical certification of LLMs.
Chinese Translation
我们提出了一种新颖的框架,用于计算大型语言模型(LLM)对给定提示生成有害输出的概率的严格界限。我们研究了Clopper-Pearson置信区间在此问题上的新应用,以获得概率近似正确(PAC)界限。作为我们主要的技术贡献,我们提出了一种算法,该算法利用潜在空间中的特征,优先探索在自回归生成树中更可能产生有害输出的分支。我们的方法特别能够高效计算有用的下界,即使在真实的危害概率极小的情况下,获得的下界也是可靠的,即形式上证明其小于实际的有害性概率:我们的实验结果通过计算对最先进的LLM的非平凡下界,展示了我们方法的有效性。这项研究新近使得对LLM的评估和统计认证成为可能。
cs.CL / 43 / 2607.20327

PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference

PyroDash:成本高效的标记级小型-大型语言模型协同推理
Lyu, Niqi, Shi, Pengtao, Qiu, Wei, Zhong, Jianlin, Xia, Sicong, Ma, Jianyao, Ding, Yicheng
Abstract
Large language models (LLMs) provide strong reasoning capabilities but are expensive to serve at scale, whereas small language models (SLMs) are cheaper but less reliable on difficult problems. We introduce PyroDash, a cost-aware framework for token-level SLM-LLM collaborative inference. During generation, the SLM decides whether to request assistance by emitting a control token. A Collaborate Engine then sends the query and partial reasoning trace to a frozen LLM for completion through a single handoff. The policy is internalized in the SLM, requiring neither a separate router, LLM retraining, nor access to LLM logits. PyroDash trains the SLM in three stages: control-token embedding learning, offloading-oriented supervised fine-tuning, and cost-aware alignment with Group Relative Policy Optimization. Its reward balances answer accuracy against inference cost normalized by LLM-only inference. Across five mathematical reasoning benchmarks, PyroDash supports different accuracy-cost operating points. With $\lambda=0.05$, it achieves 64.04 percent average accuracy, 6.36 percentage points above the LLM-only baseline, while reducing cost by 20.4 percent. With $\lambda=0.6$, it achieves 54.55 percent accuracy with a 1.90 percent LLM token ratio and 0.012 LLM calls per example, reducing total cost from USD 49.36 to USD 1.78. These results show that learned token-level handoffs can reduce LLM use while preserving strong reasoning performance.
Chinese Translation
大型语言模型(LLMs)提供强大的推理能力,但在大规模服务时成本高昂,而小型语言模型(SLMs)成本较低,但在复杂问题上可靠性较差。我们提出了PyroDash,这是一个针对标记级SLM-LLM协同推理的成本感知框架。在生成过程中,SLM通过发出控制标记来决定是否请求帮助。然后,协作引擎将查询和部分推理轨迹发送给一个冻结的LLM进行完成,通过单次交接实现。该策略在SLM内部实现,无需单独的路由器、LLM再训练或访问LLM的logits。PyroDash在三个阶段训练SLM:控制标记嵌入学习、面向卸载的监督微调,以及与组相对策略优化的成本感知对齐。其奖励在答案准确性与以LLM单独推理标准化的推理成本之间取得平衡。在五个数学推理基准测试中,PyroDash支持不同的准确性-成本操作点。当$ ext{λ}=0.05$时,平均准确率达到64.04%,比仅使用LLM的基线高出6.36个百分点,同时降低成本20.4%。当$ ext{λ}=0.6$时,准确率为54.55%,LLM标记比例为1.90%,每个示例的LLM调用次数为0.012,将总成本从49.36美元降低到1.78美元。这些结果表明,学习的标记级交接可以在保持强大推理性能的同时减少LLM的使用。
cs.CL / 44 / 2607.20349

Generative AI floods and dilutes the market for books

生成性人工智能涌入并稀释图书市场
Chakrabarty, Tuhin, Liu, Xinyue, Ginsburg, Jane C., Dhillon, Paramveer
Abstract
Generative AI can produce book-length works of fiction at near-zero cost. These books are often dismissed as low-quality ``slop'' that buyers will ignore, and are assumed to carry little commercial weight. We test that assumption with full-text AI detection across 14,419 self-published genre-fiction books sold on Amazon from 2023 to 2026, matched to daily sales records through June 2026. None of these books disclose whether or not they contain AI-produced content. We find that books for which we detected substantial AI text ($>$ 25\%) make up a large share of the catalog but a smaller share of sales. Even so, they reach commercial scale, winning a growing share of sales over time and taking more of the scarce top-rank positions once held by books with no detected AI text. Over this period, the number of books with observed sales in a quarter grew 19.2-fold, while quarterly revenue grew only 8.9-fold. The market therefore added selling books faster than it added revenue, and revenue per selling book fell across most genres. Books with no AI text lose the most ground in genres with high AI diffusion, and most of all where Kindle Unlimited availability is high. Among top-selling books, those with substantial AI text draw on more distinctive language from existing books than do books with no AI text; for these books overlap rises with revenue, a gradient we do not detect for books with no AI text. Generative AI can thus reshape a creative market through scale rather than quality. Our results bear directly on the market-effect question at the center of the fair use defense to copyright infringement.
Chinese Translation
生成性人工智能能够以近乎零成本创作书长的虚构作品。这些书籍常常被视为低质量的“垃圾”,买家会忽视它们,并被认为几乎没有商业价值。我们通过对2023年至2026年在亚马逊上销售的14,419本自出版类型小说进行全文AI检测,来检验这一假设,并与截至2026年6月的每日销售记录进行匹配。这些书籍均未披露是否包含AI生成的内容。我们发现,检测到大量AI文本(超过25%)的书籍在目录中占据了较大份额,但在销售中占比相对较小。尽管如此,它们仍然达到了商业规模,随着时间的推移赢得了越来越多的销售份额,并占据了曾经由未检测到AI文本的书籍所占据的稀缺高排名位置。在此期间,观察到季度销售的书籍数量增长了19.2倍,而季度收入仅增长了8.9倍。因此,市场新增销售书籍的速度快于新增收入的速度,且每本销售书籍的收入在大多数类型中下降。在AI扩散程度较高的类型中,未含AI文本的书籍损失最为严重,尤其是在Kindle Unlimited可用性较高的情况下。在畅销书中,含有大量AI文本的书籍所使用的语言与现有书籍的独特性更高,而未含AI文本的书籍则不然;对于这些书籍,重叠度与收入呈正相关,而我们未在未含AI文本的书籍中发现这种梯度。因此,生成性人工智能可以通过规模而非质量重塑创意市场。我们的结果直接涉及到版权侵权公正使用辩护中心的市场效应问题。
cs.CL / 45 / 2607.20372

Notes to Self: Can LLMs Benefit from Experiential Abstractions?

自我提醒:大型语言模型能否从经验抽象中受益?
Liu, Chang, Li, Xinyu, Dubrawski, Artur
Abstract
Humans distill experience into reusable abstractions, e.g., strategies and cautionary reminders, and apply them to gradually solve problems more effectively. We study whether Large Language Models (LLMs) can similarly benefit from such experiential abstractions. From LLMs' solution traces on the MATH training set, a stronger teacher or the LLMs themselves extract natural-language abstractions into a retrievable library. We explore two usage modes: (1) inference-time retrieval and (2) reinforcement learning (RL) with abstraction-augmented training prompts. Experiential abstractions improve LLM performance on mathematical and logical reasoning benchmarks. Self-extracted abstractions match teacher-extracted ones, and our abstraction usage framework can transfer to other datasets and models. These findings suggest LLMs can extract and apply experiential abstractions much as humans leverage distilled experience.
Chinese Translation
人类将经验提炼为可重用的抽象,例如策略和警示提醒,并将其应用于逐步更有效地解决问题。我们研究大型语言模型(LLMs)是否也能从这种经验抽象中受益。通过分析LLMs在MATH训练集上的解题轨迹,更强的教师或LLMs自身提取自然语言抽象并形成可检索的库。我们探索了两种使用模式:(1)推理时检索和(2)使用抽象增强的训练提示进行强化学习(RL)。经验抽象提高了LLMs在数学和逻辑推理基准测试中的表现。自我提取的抽象与教师提取的抽象相匹配,我们的抽象使用框架可以迁移到其他数据集和模型。这些发现表明,LLMs能够提取并应用经验抽象,类似于人类利用提炼的经验。
cs.CL / 46 / 2607.20410

LKValues: Aligning Large Language Models with Sri Lankan Societal Values

LKValues:将大型语言模型与斯里兰卡社会价值观对齐
Muthugala, Nethmi, Supryadi, Ranathunga, Surangika, de Silva, Nisansa, Tao, Ruijie, Gunatunga, Ovindu, Zhu, Pengyun, Zhang, Shaowei, Zheng, Jingting, Xiong, Deyi
Abstract
Value alignment of Large Language Models (LLMs) has been shown to be culturally biased toward Western norms. This results in the mishandling of local values in multilingual societies such as Sri Lanka that have their unique cultural dynamics. Existing benchmarks overlook Sri Lankan-contextualized values in its official language Sinhala, hindering culturally sensitive evaluation and fine-tuning. To bridge this gap, we propose LKValues, the first survey-grounded resource suite for Sri Lankan value alignment. From a trilingual survey of 205 respondents, blending adapted global frameworks and LLM-elicited local constructs, we derive 40 majority-endorsed societal values. Using these values, we construct LKvaluesIT, a Sinhala-English news-derived instruction corpus containing 150k scenario-based instances, and LKvaluesBench, a value-sensitive evaluation benchmark of 1,000 instances. We evaluate a set of proprietary and open-weight LLMs with LKvaluesBench. We fine-tune three open-weight base models (Qwen3.5-4B-Base, Qwen3.5-9B-Base, and Aya-Expanse-8B-Base). Our experiments show that newer and larger LLMs still exhibit low-resource and cultural value-alignment gaps. LKValues fine-tuning improves Qwen-family models in English and Sinhala, reducing invalid outputs and cross-lingual disparities, though gains remain model-family dependent. These highlight LKValues efficacy in embedding Sri Lankan values, offering a replicable pipeline for low-resource, country-specific pluralist value alignment. The dataset is publicly available at https://github.com/NextME14/LKValues.
Chinese Translation
大型语言模型(LLMs)的价值对齐已被证明在文化上偏向西方规范。这导致在斯里兰卡等多语言社会中,处理当地价值观时出现问题,因为这些社会具有独特的文化动态。现有的基准测试忽视了斯里兰卡官方语言僧伽罗语中的本土化价值观,从而阻碍了文化敏感的评估和微调。为了解决这一问题,我们提出了LKValues,这是首个基于调查的斯里兰卡价值对齐资源套件。通过对205名受访者进行的三语调查,结合适应的全球框架和LLM引导的本土构建,我们提炼出40个大多数人认可的社会价值观。利用这些价值观,我们构建了LKvaluesIT,这是一个包含150,000个基于场景的实例的僧伽罗语-英语新闻派生指令语料库,以及LKvaluesBench,这是一个包含1,000个实例的价值敏感评估基准。我们使用LKvaluesBench对一组专有和开放权重的LLMs进行了评估。我们微调了三个开放权重的基础模型(Qwen3.5-4B-Base、Qwen3.5-9B-Base和Aya-Expanse-8B-Base)。我们的实验表明,更新和更大的LLMs仍然表现出低资源和文化价值对齐的差距。LKValues微调改善了Qwen系列模型在英语和僧伽罗语中的表现,减少了无效输出和跨语言差异,尽管收益仍然依赖于模型系列。这些结果突显了LKValues在嵌入斯里兰卡价值观方面的有效性,为低资源、国家特定的多元价值对齐提供了可复制的流程。数据集已在https://github.com/NextME14/LKValues公开发布。