← Back to Index
Daily Research Digest

arXiv Papers

2026-08-04
713
Papers
4
Categories
713
Translated
收藏清单 0
机器人学 (Robotics)
106
cs.RO / 1 / 2608.00113

Track-Guided Hierarchical Reinforcement Learning for Autonomous Vehicle Drifting with Minimum-Lap-Time Planning

基于轨迹引导的层次强化学习在自主车辆漂移中的最小圈速规划
Zhao, Sheng, Zhao, Bolin, Wu, Xiaodong, Lv, Chen
Abstract
In Formula 1, drivers optimize racing lines within tire grip limits to minimize lap times; however, in rally racing, drivers intentionally break traction to drift on loose surfaces. This maneuver rapidly aligns the vehicle for corner exits, ultimately reducing lap time. Autonomously executing such maneuvers formulates a complex dual-objective control problem: stabilizing highly nonlinear drift dynamics while strictly minimizing lap time. Addressing this challenge motivates the development of advanced Minimum-Lap-Time (MLT) drift control architectures. This paper proposes a planning-control framework specifically designed for MLT drifting scenario. First, we formulate an optimal control problem to generate a MLT drift planning trajectory, which is used as prior data to train a deep reinforcement learning drift controller. Given that drifting involves extremely large sideslip angles and is therefore challenging to learn directly, a Track-guided Reinforcement Learning (TgRL) drift control method is proposed to enable progressive training in a step-by-step manner, from drift control policy, to drift corner policy, and finally to a comprehensive drift race policy. The reward function incorporates both an instant reward term and an end reward term derived from the Minimum-Lap-Time objective. Simulation results demonstrate that the proposed framework enables the agent to learn a drift racing policy that not only ensures vehicle motion control performance but also effectively reduces lap time.
Chinese Translation
在一级方程式赛车中,车手在轮胎抓地力的限制内优化赛车线路,以最小化圈速;然而,在拉力赛中,车手故意打滑以在松散的路面上漂移。这一操作迅速使车辆在转角出口处对齐,从而最终减少圈速。自主执行此类操作形成了一个复杂的双重目标控制问题:在严格最小化圈速的同时稳定高度非线性的漂移动态。应对这一挑战促使了先进的最小圈速(Minimum-Lap-Time, MLT)漂移控制架构的发展。本文提出了一种专门为MLT漂移场景设计的规划控制框架。首先,我们构建了一个最优控制问题,以生成MLT漂移规划轨迹,该轨迹作为先验数据用于训练深度强化学习漂移控制器。考虑到漂移涉及极大的侧滑角,因此直接学习具有挑战性,提出了一种轨迹引导的强化学习(Track-guided Reinforcement Learning, TgRL)漂移控制方法,以逐步训练的方式,从漂移控制策略到漂移转角策略,最终到全面的漂移比赛策略。奖励函数结合了即时奖励项和源自最小圈速目标的最终奖励项。仿真结果表明,所提出的框架使代理能够学习到一种漂移比赛策略,不仅确保了车辆运动控制性能,还有效减少了圈速。
cs.RO / 2 / 2608.00206

Motion Planning for Mobile Manipulators Navigating Doorways via Model Predictive Control

基于模型预测控制的移动操纵器门口导航运动规划
Sinaei, Kasra, Weerakoon, Kasun, Bradley, Christopher, Fakoorian, Seyed Abolfazl, Ebeigbe, Donald
Abstract
Navigating doorways is a fundamental capability for mobile manipulators operating in human environments, requiring coordinated motion between the mobile base and manipulator arm. This paper presents a motion planning framework that generates dynamically feasible and collision-free trajectories for autonomously opening and traversing both push and pull doors. The proposed method formulates the robot and door as a coupled dynamical system within a nonlinear Model Predictive Control (MPC) optimization framework. Manipulation feasibility is enforced through a penalty-based constraint, avoiding explicit arm kinematic modeling in the planner. Simulations and a hardware experiment demonstrate that the approach successfully plans feasible trajectories for door traversal.
Chinese Translation
在人类环境中,导航门口是移动操纵器的一项基本能力,要求移动底座与操纵臂之间的协调运动。本文提出了一种运动规划框架,能够为自主打开和穿越推拉门生成动态可行且无碰撞的轨迹。所提出的方法将机器人和门构建为一个耦合的动态系统,并在非线性模型预测控制(Model Predictive Control, MPC)优化框架内进行建模。通过基于惩罚的约束来强制执行操作可行性,避免在规划中显式建模操纵臂的运动学。仿真和硬件实验表明,该方法成功规划了可行的门穿越轨迹。
cs.RO / 3 / 2608.00208

Developing Combined Manipulation and Locomotion Skills with Interaction Representation and Skill Composition

结合交互表示和技能组合开发操控与运动技能
Meng, Fanxing, Xiao, Jing
Abstract
This paper addresses how to enable a humanoid robot to learn motion policies based on developmental principles and combine policies to create more sophisticated and useful behaviors. Specifically, we present an approach to (1) learning a whole-body reaching and grasping policy and (2) combining it and a standing-up and walking policy to compose a more complex policy of manipulation and locomotion: grasping, standing up, and walking. In (1), our method draws inspiration from harmonic analysis and adopts cubic harmonics as weights to represent the hand-object spatial relationship via spatial convolution. Utilizing an intra-episode finger joint decoupling curriculum based on developmental principles, a robot can autonomously learn a generalizable grasping policy without relying on external datasets or pretrained models. In (2), our method combines the grasping policy with a separately learned getting-up policy by providing both policies with their respective observation vectors and using hand-object interaction scores to determine when each policy should control which robot joints. Our results show a 93% zero-shot success rate for grasping unseen objects and a 96-100% success rate for standing up while holding the object. Our work also demonstrates that combining different policies is only effective if each policy learning happens on the same whole humanoid body even if a policy (such as for locomotion) does not seem to need all the body parts (such as fingers).
Chinese Translation
本文探讨如何使类人机器人基于发展原则学习运动策略,并结合这些策略以创造更复杂和实用的行为。具体而言,我们提出了一种方法:(1) 学习全身的伸手和抓取策略;(2) 将其与站立和行走策略结合,以组成一个更复杂的操控与运动策略:抓取、站立和行走。在(1)中,我们的方法受到谐波分析的启发,采用立方谐波作为权重,通过空间卷积表示手与物体的空间关系。利用基于发展原则的剧集内手指关节解耦课程,机器人能够自主学习一个可推广的抓取策略,而无需依赖外部数据集或预训练模型。在(2)中,我们的方法通过为抓取策略和单独学习的起身策略提供各自的观察向量,并利用手物体交互评分来确定每个策略应控制哪些机器人关节,从而将抓取策略与起身策略结合。我们的结果显示,对于未见物体的抓取,零-shot成功率达到93%,而在持物体的情况下站立成功率为96-100%。我们的工作还表明,只有在每个策略学习发生在同一个完整类人身体上时,组合不同策略才是有效的,即使某个策略(如运动)似乎不需要所有身体部位(如手指)。
cs.RO / 4 / 2608.00263

Compliant Sphere Lattice Contact: Distributed Contact Modeling for Sphere-Based Robot Representations

柔性球体格子接触:基于球体的机器人表示的分布式接触建模
Nechyporenko, Nataliya, Abderezaei, Ava, Roncone, Alessandro
Abstract
Contact planning in robotics requires models that are both computationally efficient and physically accurate. Sphere-based robot representations satisfy the first requirement by enabling fast collision checking and differentiable geometry, but sacrifice physical accuracy by relying on point contact which cannot capture contact patch area, pressure distributions, rotational stiffness, or frictional moments. We introduce Compliant Sphere Lattice Contact (CSLC), a distributed contact model that operates natively on sphere representations by modeling the robot interface as a compliant lattice of surface spheres connected through anchor and lateral springs. When pressed against an object, the lattice deforms to produce a spatially distributed contact patch that improves the physical accuracy of sphere-based contact. We validate CSLC across two independent solvers and show preliminary results demonstrating contact patch formation and improved grasp stability.
Chinese Translation
机器人学中的接触规划需要既高效又物理准确的模型。基于球体的机器人表示通过实现快速的碰撞检测和可微分几何,满足了高效性的要求,但由于依赖点接触而牺牲了物理准确性,无法捕捉接触斑块面积、压力分布、旋转刚度或摩擦力矩。我们提出了柔性球体格子接触(Compliant Sphere Lattice Contact, CSLC),这是一种分布式接触模型,原生于球体表示上,通过将机器人接口建模为由锚点和侧向弹簧连接的柔性表面球体格子。当与物体接触时,格子会变形,产生空间分布的接触斑块,从而提高基于球体的接触的物理准确性。我们在两个独立的求解器上验证了CSLC,并展示了初步结果,证明了接触斑块的形成和抓握稳定性的改善。
cs.RO / 5 / 2608.00272

Localization in Spatiotemporal Fields via Environmental PDEs

通过环境偏微分方程进行时空场中的定位
Fuentes, Jose, Newaz, Abdullah Al Redwan, Cavalcanti, Ana, Bobadilla, Leonardo
Abstract
This paper proposes a localization framework that uses spatiotemporal fields governed by partial differential equations (PDEs) as localization signatures. Two PDE classes are considered: the shallow water equations, which describe free-surface flows in coastal and riverine environments, and the advection-diffusion equation, which models the transport and mixing of scalar quantities such as temperature, salinity, and dissolved oxygen. A numerical PDE solver provides predicted fields over the domain, and multiple field channels are fused as multimodal measurements to improve localization accuracy. We formulate the problem within a Rao-Blackwellized particle filter (RBPF) that partitions the vehicle state into a nonlinear component sampled by particles and a linear sensor bias component tracked analytically via per-particle Kalman filters. This factorization reduces the required number of particles compared to a standard particle filter while accounting for realistic sensor drift. Simulation studies on both PDE scenarios show that the RBPF consistently outperforms a standard particle filter in terms of final position error and Root Mean Square Error (RMSE) across varying particle counts. Field experiments with an autonomous surface vehicle measuring salinity, temperature, and dissolved oxygen validate that PDE-governed environmental fields provide sufficient spatial variability for practical localization. Related experimental videos are available at https://localization-environmental-pdes.github.io/.
Chinese Translation
本文提出了一种定位框架,该框架利用受偏微分方程(PDEs)支配的时空场作为定位特征。考虑了两类PDE:浅水方程,描述了沿海和河流环境中的自由表面流动;以及对流-扩散方程,模型化了温度、盐度和溶解氧等标量量的传输和混合。一个数值PDE求解器提供了域内的预测场,并将多个场通道融合为多模态测量,以提高定位精度。我们在Rao-Blackwell化粒子滤波器(RBPF)中构建了该问题,将车辆状态分为由粒子采样的非线性分量和通过每个粒子卡尔曼滤波器分析跟踪的线性传感器偏差分量。这种因式分解减少了与标准粒子滤波器相比所需的粒子数量,同时考虑了现实的传感器漂移。在两种PDE场景下的仿真研究表明,RBPF在最终位置误差和均方根误差(RMSE)方面始终优于标准粒子滤波器,且在不同粒子数量下表现一致。与测量盐度、温度和溶解氧的自主表面车辆进行的现场实验验证了受PDE支配的环境场提供了足够的空间变异性以实现实际定位。相关实验视频可在 https://localization-environmental-pdes.github.io/ 获取。
cs.RO / 6 / 2608.00284

Hybrid Attention Estimation Pipeline for Adaptive HRI Using an Expressive Robotic Head

基于表现力机器人头的自适应人机交互混合注意力估计管道
Moraes, Pablo, Rodriguez, Monica, Peters, Christopher, Sodre, Hiago, Doernbach, Tobias, Guterres, Bruna, Grando, Ricardo
Abstract
This paper presents an applied case study on hybrid visual attention estimation for human-robot interaction using an expressive robotic head based on the InMoov ecosystem. The proposed pipeline combines a fast geometric perception layer with an independent semantic perception layer based on a vision-language model. The geometric layer provides high-frequency face and head-pose information for temporal regulation, while the semantic layer receives only raw egocentric camera frames and produces contextual attention labels related to attention toward the robot, phone use, or attention elsewhere. These signals are integrated through a finite state machine that regulates adaptive interaction behavior, including activation, waiting, interaction resumption, and return to rest. The system was evaluated with 10 participants across 40 trials covering baseline and adaptive interaction conditions. Results show reliable interaction start across all trials, consistent pause behavior in the adaptive distraction condition, and non-redundant semantic information between the geometric and semantic outputs.
Chinese Translation
本文介绍了一个基于InMoov生态系统的表现力机器人头的人机交互混合视觉注意力估计的应用案例研究。所提出的管道结合了快速几何感知层和基于视觉-语言模型的独立语义感知层。几何层提供高频率的面部和头部姿态信息以进行时间调节,而语义层仅接收原始的自我中心摄像头帧,并生成与对机器人、手机使用或其他注意力相关的上下文注意力标签。这些信号通过有限状态机进行整合,以调节自适应交互行为,包括激活、等待、交互恢复和返回休息。该系统在40个试验中对10名参与者进行了评估,涵盖了基线和自适应交互条件。结果表明,在所有试验中交互启动可靠,在自适应干扰条件下暂停行为一致,并且几何输出与语义输出之间的信息不冗余。
cs.RO / 7 / 2608.00315

Towards General Language-Conditioned Latent Safety Filters

面向通用语言条件的潜在安全过滤器
Tabbara, Ihab, Yang, Yuxuan, Sibai, Hussein
Abstract
Robot policies are becoming increasingly general, with vision-language-action (VLA) models enabling a single policy to execute diverse tasks specified in natural language. Safe deployment, however, requires adapting not only to new tasks but also to varying safety requirements across users, environments, and applications. Existing safety filters remain largely constraint-specific and thus must be redesigned or relearned when safety requirements change. In this paper, we investigate language-conditioned safety filtering, in which a Hamilton-Jacobi safety actor and critic are conditioned on language-specified constraints. We evaluate this formulation across pick-and-place, table-wiping, and block-stacking tasks in the vision-based setting, examining its ability to enforce language-specified constraints and transfer to unseen constraint instances within the evaluated constraint families. Our experiments provide evidence that language-conditioned safety filters reduce constraint violations and exhibit partial transfer to unseen constraint instances.
Chinese Translation
机器人策略正变得越来越通用,视觉-语言-动作(VLA)模型使得单一策略能够执行用自然语言指定的多样任务。然而,安全部署不仅需要适应新任务,还需要应对用户、环境和应用之间的不同安全要求。现有的安全过滤器在很大程度上仍然是特定约束的,因此在安全要求变化时必须重新设计或重新学习。在本文中,我们研究了语言条件的安全过滤,其中哈密顿-雅可比安全演员和评论家基于语言指定的约束进行条件化。我们在基于视觉的设置中评估了这种形式化方法,涵盖了抓取与放置、桌面擦拭和积木堆叠任务,考察其执行语言指定约束的能力以及在评估的约束家族中向未见约束实例的迁移能力。我们的实验提供了证据,表明语言条件的安全过滤器减少了约束违反,并在未见约束实例上表现出部分迁移。
cs.RO / 8 / 2608.00322

Belief-Space Perception Routing under Coupled Sensor Faults and Compute Contention

在耦合传感器故障和计算竞争下的信念空间感知路由
Roy, Sparsh, Aggarwal, Vihan, Yin, Davin
Abstract
A robot that has to see and react on a fixed clock runs into two problems at once. Its cameras degrade in rain, mud, fog, and darkness. And the single onboard processor it runs on is shared with planning and control, so the compute left over for perception moves around from second to second. Most systems model the two separately. We present a perception router that tracks probabilistic estimates of sensor-fault state and compute- contention state, couples them with a noisy-OR term, and uses the coupled estimate to pick one of four detector configurations (YOLO11x/n at 1280 or 640 px) so that the frame finishes before its deadline. Where the two stressors co-occur, the coupled policy cuts the deadline-miss rate by 1.1 to 9.4 percentage points against a policy that treats them independently. The interval excludes zero in five of six conditions, the pooled effect over 10 sequences and 6 conditions has sign-test p = 0.001, and every uncoupled control and the fault-free trajectory sit at exactly 0.0 pp. Routing costs tens of microseconds per frame. We then asked whether the coupling the method exploits arises on its own. Across eight real RADIATE adverse-weather sequences and three workload proxies independent of the fault signal, after Benjamini-Hochberg correction and a replication run, none of 24 tests found it. We report that null and scope the routing result as a proof of mechanism. Whether such coupling occurs in the field is still open, and the released evaluation pipeline lets a deployment settle it on its own traces.
Chinese Translation
一个必须在固定时钟上进行视觉和反应的机器人同时面临两个问题。它的摄像头在雨水、泥土、雾霾和黑暗中性能下降。而它所运行的单一机载处理器与规划和控制共享,因此用于感知的计算资源在每秒之间变动。大多数系统将这两者分开建模。我们提出了一种感知路由器,它跟踪传感器故障状态和计算竞争状态的概率估计,将它们与噪声-或(noisy-OR)项耦合,并利用耦合估计选择四种探测器配置之一(YOLO11x/n,分辨率为1280或640像素),以确保帧在截止日期之前完成。当这两种压力源同时出现时,耦合策略将截止日期错过率降低了1.1到9.4个百分点,相较于将它们独立处理的策略。在六种条件中,有五种的区间不包含零,10个序列和6种条件下的汇总效应的符号检验p值为0.001,而每个未耦合的控制和无故障轨迹的错过率恰好为0.0个百分点。路由每帧耗时数十微秒。随后我们询问这种方法所利用的耦合是否自发产生。在八个真实的RADIATE恶劣天气序列和三个与故障信号无关的工作负载代理中,在经过Benjamini-Hochberg校正和一次重复实验后,24个测试中没有发现它。我们报告了这一无效结果,并将路由结果作为机制的证明。是否在实际应用中会发生这种耦合仍然是一个开放问题,发布的评估管道使得部署能够在其自身轨迹上解决这一问题。
cs.RO / 9 / 2608.00337

Action Chunk Scheduling for Batched Robot Policy Serving

批量机器人策略服务的动作块调度
Bansal, Rohan, He, David, Arachchige, Nadun Ranawaka, Chen, Zhenyang, Kim, Soobum, Rong, Kexin, Xu, Danfei
Abstract
Deploying robot foundation models at scale is the next step towards realizing the potential of general-purpose robots. However, Vision-Language-Action (VLA) and other foundation models are computationally demanding, and on-device compute is constrained by power and space. In this paper, we introduce the problem of serving a robot policy to multiple robots from a remote GPU and formulate it as a scheduling problem. We build Armory, a serving system validated on fleets of both simulated and real robots. Our experiments show that naive scheduling heuristics perform well when all robots are the same, but fall short when robots consume action chunks at different rates, uncovering a mismatch between conventional batching methods and the closed-loop requirements of robot policy execution. To address this, we propose a scheduling algorithm that accounts for this heterogeneity and improves overall system throughput by up to $18\%$ in real-world experiments. Additional details are available at https://gatech-rl2.github.io/actionchunkscheduling.
Chinese Translation
在规模上部署机器人基础模型是实现通用机器人潜力的下一步。然而,视觉-语言-动作(Vision-Language-Action, VLA)及其他基础模型计算需求高,而设备上的计算受到功耗和空间的限制。本文提出了从远程GPU为多个机器人提供策略服务的问题,并将其形式化为调度问题。我们构建了Armory,一个在模拟和真实机器人群体上验证的服务系统。实验表明,当所有机器人相同时,简单的调度启发式表现良好,但当机器人以不同速率消耗动作块时,效果不佳,揭示了传统批处理方法与机器人策略执行的闭环要求之间的不匹配。为了解决这一问题,我们提出了一种考虑这种异质性的调度算法,在实际实验中将整体系统吞吐量提高了高达18%。更多细节可在 https://gatech-rl2.github.io/actionchunkscheduling 获取。
cs.RO / 10 / 2608.00369

A Robotic System for Automated Manufacturing of Dielectric Elastomer Actuators

用于介电弹性体驱动器自动化制造的机器人系统
Remenar, Van, Gogoj, Anatol, Li, Ang, Verardi, Tomas, Mandoiu, Matei, Santiago, Victor Jimenez, Duduta, Mihai
Abstract
This letter presents an automated robotic manufacturing system for soft capacitors which operate as actuators and sensors. Emphasis is placed on the two processes that most directly govern device quality, dielectric layer formation by spin coating and carbon nanotube (CNT) electrode application by stamping. Twenty multilayer DEAs, each comprising 12 dielectric layers with a mean thickness of 55.37 +- 2.04 um and 11 alternating CNT electrodes, were fabricated reducing total process time by 14.2% and removing the operator from 56.1% of it.
Chinese Translation
本文介绍了一种用于软电容器的自动化机器人制造系统,这些电容器可作为驱动器和传感器。重点关注两种最直接影响设备质量的工艺:通过旋涂形成介电层和通过冲压施加碳纳米管(CNT)电极。制造了二十个多层介电弹性体驱动器(DEA),每个驱动器包含12层介电层,平均厚度为55.37 ± 2.04 微米,以及11个交替的CNT电极,减少了总工艺时间14.2%,并使操作员从56.1%的工艺中解脱出来。
cs.RO / 11 / 2608.00391

The Gate, Not the Cache: Gate Provenance Bounds the Closed-Loop Reliability of Training-Free VLA Token Skipping

门,而非缓存:门的来源限制了无训练VLA令牌跳过的闭环可靠性
Luo, Qi, Liu, Shuaijun, Zhao, Hao, Li, Kunlin, Wang, Xiaobo, Su, Ningxing, Wang, Dongsheng, Chen, Yun
Abstract
Token skipping is a widely used training-free way to accelerate vision--language--action (VLA) models by bypassing computation for most visual tokens at each control step according to a gate. When the next gate is harvested from the previous accelerated forward, however, the tokens skipped at one step are also the ones least visible to the next gate, and the damage can compound across control steps until the task fails. We study the two mechanisms this class is built on, reuse and deletion, crossing each against where its gate signal comes from on identical episodes. At a skip ratio of 0.9 on LIBERO-Object, both collapse when the gate comes from the model's own accelerated forwards, to 0.68 under reuse and to 0.31 under deletion against a dense 1.00, and the collapse is invisible to the action-level detectors we evaluate. What separates collapse from dense-level operation is not the mechanism but whether the gate is clean, computed by a forward that skipped nothing. We therefore propose actuation-slack refresh, one dense pass run while the robot executes its current action chunk, off the critical path, that hands the next step a clean gate and a fresh KV base. Since the measured detectors do not reliably reveal the failure, the refresh is unconditional rather than triggered. Both mechanisms then recover to 0.98, keeping the speed of skipping and the information of a dense pass. We then integrate the refresh into state-of-the-art caching and pruning methods across two VLA policies, 4 LIBERO suites, and 4 SIMPLER tasks, where it repairs every collapse caused by using a self-harvested gate. Serve latency drops 18--22\% below dense, measured both in simulation and on a physical robot. Where the gate signal comes from, not how tokens are skipped, decides closed-loop reliability for accelerated VLAs.
Chinese Translation
令牌跳过是一种广泛使用的无训练方法,通过根据门的指示在每个控制步骤中绕过大多数视觉令牌的计算,从而加速视觉-语言-动作(VLA)模型。然而,当下一个门从之前加速的前向传播中获取时,在一个步骤中跳过的令牌往往是下一个门最不易察觉的令牌,这种损害可能在控制步骤之间累积,直到任务失败。我们研究了这一类模型所基于的两种机制:重用和删除,并将每种机制与其门信号来源进行比较。在LIBERO-Object上,跳过比率为0.9时,当门来自模型自身的加速前向传播时,两者均崩溃,重用降至0.68,删除降至0.31,而密集操作为1.00,并且这种崩溃对我们评估的动作级检测器是不可见的。导致崩溃与密集级操作之间的区别不在于机制,而在于门是否干净,即由未跳过任何内容的前向传播计算得出。因此,我们提出了激活松弛刷新(actuation-slack refresh),在机器人执行当前动作块时进行一次密集传递,脱离关键路径,为下一步提供一个干净的门和一个新的KV基础。由于测量的检测器无法可靠地揭示失败,因此刷新是无条件的,而不是触发的。然后,这两种机制恢复到0.98,保持跳过的速度和密集传递的信息。接着,我们将刷新集成到两种VLA策略、4个LIBERO套件和4个SIMPLER任务的最新缓存和修剪方法中,修复了因使用自收获门而导致的每一次崩溃。服务延迟在模拟和物理机器人上均下降了18%至22%,低于密集操作。门信号的来源,而非令牌的跳过方式,决定了加速VLA的闭环可靠性。
cs.RO / 12 / 2608.00401

Embodied Passive Aeroacoustic Perception Enables Relative Sensing and Pursuit Between Aerial Robots

具身被动气动声学感知使得空中机器人之间的相对感知与追踪成为可能
Liu, Yanbaihui, Prakash, Ravi, Lo, Li-Yu, Roede, Nils, Chen, Boyuan
Abstract
Aerial robots generate structured aeroacoustic fields during flight, yet these signals have been underexplored as a source of onboard relative perception, particularly under the strong ego-acoustic interference generated during simultaneous flight in various outdoor conditions. We introduce embodied passive aeroacoustic perception, a sensing paradigm in which an aerial robot infers actionable relative-state information from the naturally generated sound of flight while operating within its own evolving aeroacoustic field. We present SonicFly, a passive aeroacoustic perception framework that enables one unmanned aerial vehicle to estimate and follow another using only the leader's intrinsic flight sound, without active acoustic signaling, inter-robot communication, GPS sharing, or external sensing infrastructure. The system uses a lightweight four-microphone array, rotorcraft-informed acoustic representations, a neural bearing-range estimator, and confidence-gated filtering for closed-loop flight. Through acoustic characterization, onboard localization, and outdoor pursuit experiments, we show that multirotor aeroacoustic signals contain sufficient information to support relative perception despite strong ego-acoustic interference, environmental variability, and changing flight geometry. During acoustic-only pursuit, SonicFly achieved a mean distance-maintenance error of 1.34 m across diverse outdoor trajectories and operating conditions. Analysis of the acoustic channel reveals design principles governing embodied passive aeroacoustic perception, including the roles of harmonic structure, spectral separability, and spatial acoustic cues in determining observability. Our results establish the feasibility of embodied passive aeroacoustic perception for aerial robots and suggest that naturally generated behavioral signals can serve as information for robotic perception and coordination.
Chinese Translation
空中机器人在飞行过程中会产生结构化的气动声学场,但这些信号作为机载相对感知的来源尚未得到充分探索,尤其是在各种户外条件下同时飞行时产生的强自我声学干扰下。我们提出了具身被动气动声学感知,这是一种感知范式,其中空中机器人在自身不断演变的气动声学场中,从自然生成的飞行声音中推断出可操作的相对状态信息。我们展示了SonicFly,这是一种被动气动声学感知框架,使得一架无人机能够仅通过领航者的内在飞行声音来估计和跟随另一架无人机,而无需主动声学信号、机器人间通信、GPS共享或外部感知基础设施。该系统使用轻量级的四麦克风阵列、旋翼机信息驱动的声学表示、神经方向-距离估计器和信心门控过滤器进行闭环飞行。通过声学特征化、机载定位和户外追踪实验,我们表明多旋翼气动声学信号包含足够的信息以支持相对感知,尽管存在强自我声学干扰、环境变异性和飞行几何形状的变化。在仅依赖声学的追踪过程中,SonicFly在多种户外轨迹和操作条件下实现了平均距离维持误差为1.34米。对声学通道的分析揭示了指导具身被动气动声学感知的设计原则,包括和声结构、频谱可分离性以及空间声学线索在可观测性中的作用。我们的结果确立了具身被动气动声学感知在空中机器人中的可行性,并建议自然生成的行为信号可以作为机器人感知和协调的信息来源。
cs.RO / 13 / 2608.00464

Learning to Predict Contact Force Distributions from Vision Leveraging Object Geometry Priors

基于视觉和物体几何先验学习预测接触力分布
Hanai, Ryo, Domaea, Yukiyasu, Ramirez-Alpizar, Ixchel G., Mustafa, Abdullah, Erich, Floris, Ogata, Tetsuya
Abstract
Based on vision and prior experience, humans can make rough physical predictions and adjust their manipulation strategies. This paper aims to endow robots with a similar ability. To collect paired data of vision and forces, we use a rigid-body simulator commonly adopted in robotics. However, unlike simulators that output noisy point forces, humans are able to make consistent predictions even in unfamiliar situations. Based on this observation, we hypothesize that predicting smooth force distributions rather than raw point forces can improve both force prediction itself and downstream task performance. To validate this hypothesis, we construct a model that predicts three-dimensional force distributions from a single RGB image of piled daily objects. The target distribution is generated by applying statistical smoothing to point forces obtained from the simulator. Moreover, by incorporating object geometry into the smoothing process, we aim to account for variations in contact states and achieve more consistent vision-based predictions. We conduct extensive evaluations in both simulation and real environments. Results show that our approach improves prediction accuracy, enhances downstream task performance through smoothing, and further benefits from geometry-guided smoothing. Remarkably, the trained model generalizes effectively to real-world scenes despite being trained solely in simulation.
Chinese Translation
基于视觉和先前经验,人类能够进行粗略的物理预测并调整其操作策略。本文旨在赋予机器人类似的能力。为了收集视觉与力的配对数据,我们使用了在机器人领域广泛采用的刚体模拟器。然而,与输出噪声点力的模拟器不同,人类即使在不熟悉的情况下也能做出一致的预测。基于这一观察,我们假设预测平滑的力分布而非原始的点力可以改善力预测本身以及下游任务的表现。为了验证这一假设,我们构建了一个模型,该模型从一张堆叠日常物品的单一RGB图像中预测三维力分布。目标分布是通过对从模拟器获得的点力应用统计平滑生成的。此外,通过将物体几何信息纳入平滑过程,我们旨在考虑接触状态的变化,并实现更一致的基于视觉的预测。我们在模拟和真实环境中进行了广泛的评估。结果表明,我们的方法提高了预测准确性,通过平滑增强了下游任务的表现,并进一步受益于几何引导的平滑。值得注意的是,尽管模型仅在模拟中训练,但训练后的模型在真实场景中表现出良好的泛化能力。
cs.RO / 14 / 2608.00484

From Digital to Physical Reservoir Computing: Co-Optimizing Soft Robotic Reservoirs via Dynamics Matching

从数字到物理水库计算:通过动态匹配共同优化软机器人水库
Visentin, Nicola, Stölzle, Maximilian, Montero, Mariano Ramírez, Braghin, Francesco, Rus, Daniela, Della Santina, Cosimo
Abstract
Soft robotic substrates are promising for Physical Reservoir Computing (PRC) because their compliant nonlinear dynamics can provide temporal memory, high-dimensional state transformations, and efficient inference. However, physical reservoirs are often adopted as-is rather than pretrained or co-optimized, potentially limiting soft robotic PRC performance relative to digital reservoirs. We investigate whether a physical reservoir can instead be pretrained against high-performing digital reference dynamics. Our formulation jointly optimizes physical parameters, a diffeomorphic physical-reference state map, and feedforward-feedback control using a differentiable physical model and an acceleration-level equation-error objective that avoids temporal integration. As a proof of concept, we instantiate the formulation with simulated soft robots, a Random Oscillators Network (RON) reference, and parallel multi-start gradient descent. We evaluate the optimized reservoirs on classification (sMNIST and ADIAC) and forecasting (Mackey-Glass and Lorenz96) tasks across four reservoir dimensions. Compared with unoptimized soft robot reservoirs, the optimized reservoirs achieve a mean relative improvement of 33.7% across all tasks and datasets, while remaining close to the digital reference. These results demonstrate the feasibility of dynamics-level co-optimization for the simulated soft robotic reservoirs considered here.
Chinese Translation
软机器人基底在物理水库计算(PRC)中具有良好的前景,因为它们的柔性非线性动态能够提供时间记忆、高维状态转换和高效推理。然而,物理水库通常被直接采用,而不是经过预训练或共同优化,这可能限制了软机器人PRC相对于数字水库的性能。我们研究了物理水库是否可以针对高性能数字参考动态进行预训练。我们的公式共同优化物理参数、一个微分同胚的物理参考状态映射,以及使用可微物理模型和避免时间积分的加速度级方程误差目标的前馈-反馈控制。作为概念验证,我们使用模拟软机器人、随机振荡器网络(RON)参考和并行多起始梯度下降实例化该公式。我们在四个水库维度上评估优化后的水库在分类(sMNIST和ADIAC)和预测(Mackey-Glass和Lorenz96)任务上的表现。与未优化的软机器人水库相比,优化后的水库在所有任务和数据集上实现了33.7%的平均相对改进,同时仍然接近数字参考。这些结果证明了在这里考虑的模拟软机器人水库进行动态层次共同优化的可行性。
cs.RO / 15 / 2608.00500

First Deployable Dynamic-CoM: A Unified Policy and Method-Agnostic Benchmark for Humanoid Single-Leg Balance

首个可部署的动态重心(Dynamic-CoM):一种统一的、与方法无关的人形单腿平衡基准
Zhou, Yikai, Wang, Xingyun, Cui, Jieming, Chen, Bozhou, Fan, Yikai, Zhu, Yixin, Li, Wenxin
Abstract
Unified humanoid policies handle agile whole-body motion, yet stumble on a simple demand: staying balanced on one leg. On our single-leg-balance benchmark, eight released state-of-the-art general policies hold a clean single-leg stance on 0 of 90 test motions; they stay up only by stepping or hopping, recovering from imbalance rather than preventing it. Prevention needs the capture point (xCoM), the center of mass (CoM) extrapolated by its velocity, which has never driven a hardware policy because it requires a base linear velocity no on-board sensor provides; expressed relative to the support foot, that velocity cancels exactly, leaving an observation reconstructible from encoders and IMU alone. We put this first deployable dynamic-CoM observation directly into the actor that runs on hardware, and pair it with a reward library translated term by term from human postural control, under one principle: prevention over repair. Trained by asymmetric FastSAC with a privileged critic and no distillation, the resulting policy, FDDC (First Deployable Dynamic-CoM), holds clean single-leg balance on 86 of 90 held-out motions across nine stratified pose classes and transfers to a real Unitree G1; in ablation, the dynamic-CoM observation is the single largest driver: removing it alone costs 40 points of clean single-leg balance. We release the full stack with the first method-agnostic, reproducible sim2sim benchmark for humanoid single-leg balance, scoring each policy in a simulator distinct from its training one, a step toward turning balance from a per-task trick into a capability the field can measure.
Chinese Translation
统一的人形政策能够处理灵活的全身运动,但在一个简单的要求上却表现不佳:保持单腿平衡。在我们的单腿平衡基准测试中,八个发布的最先进通用政策在90个测试动作中没有一个能够保持干净的单腿站立;它们仅通过迈步或跳跃来维持平衡,恢复失衡而非预防失衡。预防需要捕获点(capture point,xCoM),即通过其速度推算出的质心(center of mass,CoM),而这一点从未驱动过硬件政策,因为它需要一个基础线速度,而没有任何板载传感器提供;相对于支撑脚,该速度恰好抵消,留下的观察数据仅能通过编码器和惯性测量单元(IMU)重建。我们将这一首个可部署的动态重心观察直接放入运行在硬件上的执行器中,并与一个逐项翻译自人类姿态控制的奖励库配对,遵循一个原则:预防优于修复。通过不对称的快速软演员-评论家(FastSAC)训练,使用特权评论家且不进行蒸馏,得到的政策FDDC(首个可部署的动态重心)在九个分层姿态类别中对90个保留动作中的86个保持了干净的单腿平衡,并成功转移到真实的Unitree G1;在消融实验中,动态重心观察是最大的驱动因素:单独移除它会导致40分的干净单腿平衡损失。我们发布了完整的技术栈,并提供了首个与方法无关、可重复的模拟到模拟(sim2sim)基准,用于人形单腿平衡,在与其训练环境不同的模拟器中对每个政策进行评分,朝着将平衡从每个任务的技巧转变为该领域可测量的能力迈出了一步。
cs.RO / 16 / 2608.00527

SSTG-Nav: Metric-Grounded Spatial-Semantic Topological Graphs for Reusable Object Navigation

SSTG-Nav:用于可重用对象导航的度量基础空间-语义拓扑图
Peng, Daojie, Wang, Bingtao, Ma, Jun
Abstract
Service robots operating for months in the same homes, offices, and facilities should become more reliable with experience instead of searching familiar space from scratch for every request. Yet ObjectNav is predominantly formulated as one-shot exploration, leaving a central deployment challenge unresolved: recognizing an object does not identify a reachable place to stop, and one confident map error can terminate the task. We introduce SSTG-Nav, a reusable metric-semantic memory that turns a one-time survey into actionable object goals, consolidates evidence across viewpoints, and retains spatially distinct recovery standoffs. On 1,000 HM3D-v2 episodes across 36 scenes, our goal-independent topology achieves a 99.4% geometric success ceiling. Holding semantic responses fixed, metric grounding raises SR/SPL from 0.835/0.560 to 0.920/0.603, and source-aware fusion reaches 0.926/0.586. Fusion-aware Top-3 recovery raises Success@1/2/3 to 0.928/0.965/0.975 and reaches 0.601 SPL@3. Model, field-of-view, density, and corruption controls identify where these gains originate, and a ROS2/Nav2 realization demonstrates the complete reusable query-to-execution pipeline. Together, the results establish pre-exploration as a powerful practical regime for dependable, repeated semantic navigation.
Chinese Translation
在同一家庭、办公室和设施中运行数月的服务机器人应随着经验的积累变得更加可靠,而不是每次请求都从头开始搜索熟悉的空间。然而,ObjectNav主要被表述为一次性探索,这留下了一个核心的部署挑战:识别一个对象并不能确定一个可到达的停止地点,而一次自信的地图错误可能会终止任务。我们提出了SSTG-Nav,这是一种可重用的度量-语义记忆,它将一次性调查转化为可操作的对象目标,整合来自不同视角的证据,并保留空间上独特的恢复停顿。在36个场景的1,000个HM3D-v2实验中,我们的目标无关拓扑实现了99.4%的几何成功上限。在保持语义响应固定的情况下,度量基础将SR/SPL从0.835/0.560提高到0.920/0.603,而源感知融合达到了0.926/0.586。融合感知的Top-3恢复将Success@1/2/3提高到0.928/0.965/0.975,并达到了0.601 SPL@3。模型、视场、密度和损坏控制识别了这些增益的来源,而ROS2/Nav2的实现展示了完整的可重用查询到执行的管道。总之,结果确立了预探索作为一种强大的实际机制,用于可靠的、重复的语义导航。
cs.RO / 17 / 2608.00547

Disentangling Visuo-Tactile Foresight: Oracle-Guided Interface Discovery for World Action Models

解开视觉-触觉前瞻的奥秘:面向世界动作模型的Oracle引导接口发现
Yao, Zihang, Ding, Chaoyue, Yu, Yingying
Abstract
Contact-rich manipulation remains challenging because successful control depends on physical interaction cues that are often weakly observable from vision alone. Recent tactile world action models jointly model future visual observations and tactile signals to guide action generation, but how such futures should be structured for effective use by the action expert remains underexplored. Directly studying this question with learned world action models is difficult because end-to-end behavior entangles physically invalid visual futures, unreliable predictions, inaccurate or cross-modally inconsistent tactile forecasts, and an unreadable future-to-action interface. To make this interface independently studyable, we introduce Oracle Visuo-Tactile Foresight (OVTF), a controlled framework that supplies paired RGB and tactile futures from successful trajectories verified in simulation. By fixing the future provider, OVTF isolates the interface and asks a cleaner question: if the future is successful and physically executable, what representation allows the action expert to absorb its benefit? Within OVTF, we propose Asymmetric Phase-Local Future Memory (AFM), in which visual memory reads future vision, each tactile memory jointly attends to its own tactile stream and phase-aligned future vision, and cross-tactile access is blocked. We compare AFM with Modality-Isolated Future Memory (IFM), which removes visual-to-tactile access and processes each future modality independently. Across seven tasks on the UniVTAC simulation benchmark, AFM achieves 32.0% average success, compared with 23.7% for IFM and 14.9% for UniVTAC-ACT. This controlled comparison shows that selective phase-aligned visual-tactile routing provides a more actionable future-to-action bridge than complete modality isolation.
Chinese Translation
由于成功控制依赖于物理交互线索,而这些线索往往仅通过视觉观察难以获得,因此接触丰富的操作仍然具有挑战性。最近的触觉世界动作模型联合建模未来的视觉观察和触觉信号,以指导动作生成,但如何有效地构建这些未来以供动作专家使用仍然未得到充分探索。直接使用学习到的世界动作模型研究这个问题是困难的,因为端到端行为将物理上无效的视觉未来、不可靠的预测、不准确或跨模态不一致的触觉预测以及不可读的未来-动作接口纠缠在一起。为了使这个接口可以独立研究,我们引入了Oracle视觉-触觉前瞻(OVTF),这是一个受控框架,提供来自成功轨迹的配对RGB和触觉未来,这些轨迹在仿真中得到了验证。通过固定未来提供者,OVTF隔离了接口,并提出了一个更清晰的问题:如果未来是成功且物理上可执行的,什么样的表示能够使动作专家吸收其益处?在OVTF中,我们提出了不对称相位局部未来记忆(AFM),其中视觉记忆读取未来视觉,每个触觉记忆共同关注其自身的触觉流和相位对齐的未来视觉,并阻止跨触觉访问。我们将AFM与模态隔离未来记忆(IFM)进行比较,后者消除了视觉与触觉之间的访问,并独立处理每个未来模态。在UniVTAC仿真基准的七个任务中,AFM的平均成功率为32.0%,而IFM为23.7%,UniVTAC-ACT为14.9%。这一受控比较表明,选择性相位对齐的视觉-触觉路由提供了比完全模态隔离更具可操作性的未来-动作桥梁。
cs.RO / 18 / 2608.00554

DexMani: Human-Derived Manipulability Guidance for Dexterous Rotation

DexMani:基于人类示范的灵巧旋转可操作性指导
Chen, Xiaoyang, Luo, Shengcheng, Guo, Haoran, Jiang, Jiaming, Li, Wanlin, Jiao, Ziyuan, Xiao, Chenxi
Abstract
Dexterous object rotation is a sequential contact problem: each support, release, and re-contact decision must both produce the desired object motion, and prepare the hand configuration for continued rotation. Existing reinforcement learning methods discover such movement patterns through trial and error on specific robotic hand embodiments, without explicitly accounting for how each contact transition affects the hand's ability to sustain object rotation in subsequent steps. We introduce DexMani, a framework that transfers human demonstrations as contact-conditioned manipulability evolution. This prior captures how successful human contact transitions reshape the object-rotation directions available to the hand. DexMani then learns this manipulability evolution and uses it to guide downstream reinforcement learning, enabling rotation skills to be acquired across robot embodiments with distinct kinematics and active-contact configurations. Across the Shadow Hand, Allegro Hand, and XHand, DexMani achieves the highest success rates in every evaluated setting for both seen and unseen objects. DexMani reaches an average success rate of 57.5% on LEAP Hand, outperforming other baselines and producing smoother rotatory motions. Project site: https://dexmani.github.io
Chinese Translation
灵巧物体旋转是一个序列接触问题:每一个支撑、释放和重新接触的决策必须既能产生期望的物体运动,又要为持续旋转准备手部配置。现有的强化学习方法通过在特定的机器人手臂上进行试错来发现这样的运动模式,但并未明确考虑每次接触转换如何影响手部在后续步骤中维持物体旋转的能力。我们提出了DexMani,一个将人类示范转化为接触条件下的可操作性演变的框架。该先验知识捕捉了成功的人类接触转换如何重塑手部可用的物体旋转方向。DexMani随后学习这种可操作性演变,并利用其指导下游的强化学习,使得旋转技能能够在具有不同运动学和主动接触配置的机器人手臂上获得。在Shadow Hand、Allegro Hand和XHand上,DexMani在每个评估设置中对于已见和未见物体都达到了最高的成功率。DexMani在LEAP Hand上的平均成功率为57.5%,优于其他基线,并产生了更平滑的旋转运动。项目网站:https://dexmani.github.io
cs.RO / 19 / 2608.00569

Latency-Tolerant Cloud-Edge Collaborative Vision-Language-Action Models via Emergent Representational Specialization

延迟容忍的云边协作视觉-语言-动作模型通过新兴表征专业化
Peng, Daojie, Ma, Fulong, Wang, Bingtao, Wang, Sheng, Ma, Jun
Abstract
Deploying billion-parameter Vision-Language-Action (VLA) policies on mobile robots creates a systems conflict: semantic reasoning benefits from cloud GPUs, whereas closed-loop control must respond locally despite network delay and jitter. Existing hierarchical and asynchronous policies improve throughput, but their slow-path representations can still arrive stale or require explicit scheduling and delay cues. We introduce CloudEdgeVLA, a cloud-edge policy that treats temporal misalignment as a representation-learning problem. A cloud VLA encodes delayed observations into slowly varying task features, while a lightweight edge head combines the latest available cloud feature with current local vision. During training, current and randomly delayed frames are paired with the same current action target in fresh and stale paths. This objective encourages the cloud representation to preserve task-level information while the edge path supplies state-sensitive corrections. Across four LIBERO suites, CloudEdgeVLA retains 63.8--78.0% success with a 40-step uniform-delay window, whereas VLASH reaches at most 6.4% and the evaluated single-path baselines at most 3.0%. By removing blocking synchronization from the control loop, the design offers a practical route to scalable VLA deployment in which cloud models can grow while edge computation remains lightweight and responsive.
Chinese Translation
在移动机器人上部署十亿参数的视觉-语言-动作(VLA)策略会产生系统冲突:语义推理依赖于云GPU,而闭环控制必须在网络延迟和抖动的情况下进行本地响应。现有的分层和异步策略虽然提高了吞吐量,但其慢路径表征仍可能出现过时,或者需要显式调度和延迟提示。我们提出了CloudEdgeVLA,这是一种将时间不对齐视为表征学习问题的云边策略。云VLA将延迟观察编码为缓慢变化的任务特征,而轻量级边缘头则将最新的云特征与当前本地视觉相结合。在训练过程中,当前帧和随机延迟帧与相同的当前动作目标在新鲜路径和过时路径中配对。该目标鼓励云表征保留任务级信息,同时边缘路径提供状态敏感的修正。在四个LIBERO套件中,CloudEdgeVLA在40步均匀延迟窗口下保持了63.8%至78.0%的成功率,而VLASH最多仅达到6.4%,评估的单路径基线最多为3.0%。通过消除控制循环中的阻塞同步,该设计为可扩展的VLA部署提供了一条实用路径,使得云模型可以增长,同时边缘计算保持轻量和响应迅速。
cs.RO / 20 / 2608.00600

Grasp Execution Without a Planner: Configuration-Space Grasp Distance Fields with Certified Safety & Guaranteed Quality

无需规划器的抓取执行:具有认证安全性和保证质量的配置空间抓取距离场
Enwerem, Clinton, Baras, John S., Belta, Calin
Abstract
Standard multifingered grasp execution architectures plan a collision-free trajectory to a selected grasp pose and track it with a feedback law. Execution-time object pose uncertainty or perturbations may invalidate the planned trajectory, forcing a costly replanning step. We present Grasp Distance Fields (GDFs), a smooth softmin distance field over grasp configurations in the arm-hand configuration space. Our controller executes a grasp by following this field's negative gradient with a stationary feedback law, eliminating the need for a planner, stored trajectory, or grasp selection. For safety, we filter this command through a CBF-CLF quadratic program (QP) constraining self-collision, workspace, object, and obstacle clearance, reporting impeded progress as explicit slack. We prove that the softmin tracks the true set distance within \(\log N/\rho\) for \(N\) candidates and smoothing parameter \(\rho\), and that the filtered loop renders the safe set forward invariant. Since no smooth field captures hand-object contact switching, we switch modes with hysteresis at a pregrasp configuration, trading object collision avoidance for contact admission. A wrench-quality barrier then keeps the realized grasp's force-closure margin within a prescribed tolerance of its value at hold onset. We evaluate in kinematic simulation on a fixed-base arm and a Unitree G1 humanoid, both fitted with the same underactuated hand. Our controller navigates cluttered and dynamic scenes to safely reach for, grasp, and lift 46 of 50 objects spanning primitive, household, and adversarial classes. Across those lifts, the executed grasps retain a median 94\% of their synthesized quality margin, at 0.09 ms QP solve time per 20 ms control step. Per-step softmax weights confirm that our controller executes the nearest candidate, obviating a separate selection step. Project page: www.clintonenwerem.com/gdf.
Chinese Translation
标准的多指抓取执行架构规划一条无碰撞的轨迹以达到选定的抓取姿态,并通过反馈法则进行跟踪。执行时的物体姿态不确定性或扰动可能使规划的轨迹失效,迫使进行代价高昂的重新规划步骤。我们提出了抓取距离场(Grasp Distance Fields, GDFs),这是一个在手臂-手配置空间中关于抓取配置的平滑软最小距离场。我们的控制器通过遵循该场的负梯度来执行抓取,使用静态反馈法则,从而消除了对规划器、存储轨迹或抓取选择的需求。为了安全,我们通过一个约束自碰撞、工作空间、物体和障碍物间隙的CBF-CLF二次规划(QP)过滤该指令,并将受阻进展报告为显式松弛。我们证明了软最小值在 extbackslash(log N/ ho)内跟踪真实的集合距离,其中N为候选数量, ho为平滑参数,并且过滤循环使安全集合保持前向不变。由于没有平滑场能够捕捉手-物体接触的切换,我们在预抓取配置下通过滞后切换模式,权衡物体碰撞避免与接触接纳。然后,一个扭矩质量障碍保持实现抓取的力闭合边际在其保持开始时的规定容差内。我们在一个固定基座的手臂和一个配备相同欠驱动手的Unitree G1人形机器人上进行了运动学仿真评估。我们的控制器能够在杂乱和动态场景中安全地抓取和提起50个物体中的46个,涵盖原始、家用和对抗性类别。在这些提举中,执行的抓取保持了其合成质量边际的中位数94 extbackslash% ,每20毫秒控制步骤的QP求解时间为0.09毫秒。每步的softmax权重确认我们的控制器执行最近的候选,消除了单独选择步骤的需要。项目页面:www.clintonenwerem.com/gdf。
cs.RO / 21 / 2608.00613

From Failures to Supervision: DynamicEnvPlan for Robust Long-Horizon Embodied Planning

从失败到监督:动态环境规划(DynamicEnvPlan)用于稳健的长时间段体现规划
Yuan, Hao, Wang, Yuxin, Ji, Lei, Yu, Zhiwei
Abstract
Physical-world interaction is inherently dynamic, as environments can evolve during execution, requiring agents to adapt their plans under non-stationary conditions. We study this challenge through long-horizon embodied planning under environment deviations and execution uncertainty. Existing embodied-task benchmarks can expose such failures, but these failures are usually treated as evaluation outcomes instead of learnable signals for training agents to recover. In this work, we introduce DynamicEnvPlan, a closed-loop framework for high-level planning in dynamic environments. It extends embodied task execution with humanoid agents, high-level primitive skills, structured semantic memory, and controllable perturbations. Our data synthesis design consists of planning, perturbation, and guarded correction modules that turn dynamic execution states into recovery-oriented traces. The resulting traces are used for staged supervised fine-tuning, enabling the planner to learn from both nominal execution and perturbed recovery trajectories. Using 104 task-scene combinations spanning i.i.d., compositional generalization, and out-of-distribution settings for fine-tuning and evaluation, DynamicEnvPlan boosts success rate from 33.3% for the base planner to 76.2%, while improving across all seven evaluation metrics critical to physical-world interaction, including safety and affordance compliance.
Chinese Translation
物理世界的交互本质上是动态的,因为环境在执行过程中可能会发生变化,这要求智能体在非平稳条件下调整其计划。我们通过环境偏差和执行不确定性下的长时间段体现规划来研究这一挑战。现有的体现任务基准可以暴露出这样的失败,但这些失败通常被视为评估结果,而不是用于训练智能体恢复的可学习信号。在本研究中,我们提出了动态环境规划(DynamicEnvPlan),这是一个用于动态环境中高层规划的闭环框架。它扩展了人形智能体的体现任务执行,结合了高层原始技能、结构化语义记忆和可控扰动。我们的数据合成设计由规划、扰动和受保护的修正模块组成,将动态执行状态转化为以恢复为导向的轨迹。生成的轨迹用于分阶段的监督微调,使得规划者能够从正常执行和扰动恢复轨迹中学习。通过使用104个任务场景组合,涵盖独立同分布(i.i.d.)、组合泛化和分布外设置进行微调和评估,动态环境规划(DynamicEnvPlan)将基础规划者的成功率从33.3%提升至76.2%,同时在与物理世界交互相关的七个评估指标上均有所改善,包括安全性和可供性合规性。
cs.RO / 22 / 2608.00625

Learning-Based Motion Planning for Dynamic Environments: From Foundational Algorithms to Emerging Paradigms

基于学习的动态环境运动规划:从基础算法到新兴范式
Shen, Zongyuan, Gupta, Shalabh, Zhao, Shancheng, Zhou, Dehua, Wang, Gao, Cheng, Rui, Ou, Yaming, Ren, Zhongqiang, Zhai, Yikui, Chen, C. L. Philip
Abstract
Motion planning in dynamic environments is a fundamental problem in robotics, aiming to generate safe and efficient paths, trajectories, or control actions in the presence of moving obstacles, uncertain predictions, and multi-agent interactions. It has broad applications in autonomous driving, service robotics, warehouse logistics, human-robot collaboration, crowd navigation, and multi-robot systems. This survey reviews representative works published primarily between 2015 and 2025, with a particular focus on how recent learning-based advances extend, complement, or interact with classical planning foundations. We first revisit classical planning methods as algorithmic foundations and reference frameworks for learning-based extensions. We then propose a role-of-learning taxonomy that categorizes existing methods according to how learning participates in the planning pipeline, including direct policy learning, learning-augmented classical planning, hybrid planning, and training enhancement methods. For each category, we summarize the main problem settings, representative algorithms, key ideas, integration mechanisms, strengths, and limitations. We further analyze how observation representations, prediction uncertainty, interaction modeling, planner integration, safety constraints, and training strategies shape learning-based motion planning in dynamic environments. Finally, we discuss open challenges and future directions, including sim-to-real gap, safe and certifiable planning, dense crowd navigation, perception-planning coupling, and embodied AI.
Chinese Translation
动态环境中的运动规划是机器人学中的一个基本问题,旨在在移动障碍物、不确定预测和多智能体交互的情况下生成安全和高效的路径、轨迹或控制动作。它在自动驾驶、服务机器人、仓储物流、人机协作、拥挤导航和多机器人系统等领域具有广泛的应用。本文综述了2015年至2025年间发表的代表性研究,特别关注近期基于学习的进展如何扩展、补充或与经典规划基础相互作用。我们首先回顾经典规划方法,作为算法基础和基于学习的扩展的参考框架。然后,我们提出了一种学习角色分类法,根据学习在规划流程中的参与方式对现有方法进行分类,包括直接策略学习、学习增强的经典规划、混合规划和训练增强方法。对于每个类别,我们总结了主要问题设置、代表性算法、关键思想、集成机制、优点和局限性。我们进一步分析了观察表示、预测不确定性、交互建模、规划者集成、安全约束和训练策略如何塑造动态环境中的基于学习的运动规划。最后,我们讨论了开放挑战和未来方向,包括模拟与现实之间的差距、安全和可证明的规划、密集人群导航、感知-规划耦合和具身人工智能。
cs.RO / 23 / 2608.00635

FlowPilot: Real-Time World-Action Modeling for Agile UAV Navigation

FlowPilot:用于灵活无人机导航的实时世界动作建模
Wang, Runqing, Yu, Ding, Min, Pengyuan, Zhang, Xinhong, Xiao, Wei, Hu, Yu, Chen, Jie, Zhang, Fu, Wang, Gang
Abstract
We present FlowPilot, a compact world-action model for real-time onboard UAV navigation from depth. Unlike map-then-optimize pipelines that require local reconstruction or end-to-end policies that lack explicit scene prediction, FlowPilot jointly denoises future depth observations and executable trajectories with flow matching. A dual-stream mixture-of-transformers couples video and action experts through shared attention, allowing future-scene prediction and trajectory generation to inform each other. At deployment, the model runs action-centrically and outputs only a trajectory. To ensure trackability, actions are parameterized as degree-7 Bernstein polynomials: the current state constrains the initial control points, and the network predicts five free control points, yielding C^2-continuous references with closed-form velocity, acceleration and jerk. FlowPilot is trained on a three-level depth pyramid spanning high-throughput simulation, photorealistic simulation, and real onboard data. In closed-loop simulation, it outperforms learning- and optimization-based baselines under increasing clutter and commanded speeds up to 8m/s. On a physical quadrotor, the full perception-to-action pipeline runs in under 18ms on a Jetson Orin NX and reaches 5.5m/s in cluttered indoor and forest environments using only onboard sensing and computation.
Chinese Translation
我们提出了FlowPilot,这是一种紧凑的世界动作模型,用于基于深度信息的实时机载无人机导航。与需要局部重建的地图-再优化流程或缺乏明确场景预测的端到端策略不同,FlowPilot通过流匹配共同去噪未来的深度观测和可执行轨迹。双流混合变换器通过共享注意力将视频和动作专家结合在一起,使未来场景预测和轨迹生成相互影响。在部署时,该模型以动作为中心运行,仅输出一条轨迹。为了确保可追踪性,动作被参数化为7次伯恩斯坦多项式:当前状态约束初始控制点,网络预测五个自由控制点,从而生成具有封闭形式的速度、加速度和冲击的C^2连续参考。FlowPilot在一个涵盖高吞吐量仿真、逼真仿真和真实机载数据的三层深度金字塔上进行训练。在闭环仿真中,它在日益复杂的环境和高达8m/s的指令速度下优于基于学习和优化的基线。在一台物理四旋翼上,完整的感知到动作管道在Jetson Orin NX上运行时间不到18毫秒,并在仅使用机载传感和计算的情况下,在复杂的室内和森林环境中达到5.5m/s的速度。
cs.RO / 24 / 2608.00652

Assistant Placement Aria: A Benchmark for Egocentric Placement Assistance

助手放置领域:以自我为中心的放置辅助基准
Belder, Amir, Pais, Gonçalo Dias, Vivanti, Refael, Carmi, Omri, DeTone, Daniel, Shrout, Oren, Gattegno, Ido, Tal, Ayellet
Abstract
Human assistance in robotics spans around several tasks such as navigation, object manipulation, and placement, where a key challenge is selecting target destinations that align with human intentions or preferences. We focus on this challenge in the context of Virtual Placement (VP), the task of identifying all plausible target locations given scene context and human-centric constraints. This differs from traditional placement tasks that typically focus on a single, predefined target location. The VP problem is complex, as it requires both global and local reasoning about the scene's geometry, semantics, and plausibility. To address this gap, we introduce {\bf Assistant Placement Aria}, the first benchmark to explore diverse aspects of VP, including global, local, and human-centric constraints. It contains both synthetic and real indoor scenes annotated for three tasks: (i)~2D Panel Placement, (ii)~Sitting Suggestion, and (iii)~TV Placement. Each scene includes 2D images, a 3D point cloud, and a textual description of the objects within the scene. By contributing this benchmark, we aim to encourage further research in this underexplored and challenging field that is critically dependent on relevant data. We also evaluate several foundation models for object detection and segmentation on our benchmark.
Chinese Translation
人类在机器人领域的辅助任务涵盖了导航、物体操作和放置等多个方面,其中一个关键挑战是选择与人类意图或偏好相一致的目标位置。我们在虚拟放置(Virtual Placement, VP)的背景下关注这一挑战,VP任务旨在识别在场景上下文和以人为中心的约束条件下所有可能的目标位置。这与传统的放置任务不同,后者通常关注单一的预定义目标位置。VP问题复杂,因为它需要对场景的几何、语义和合理性进行全局和局部推理。为了解决这一空白,我们引入了{f 助手放置领域(Assistant Placement Aria)},这是第一个探索VP多样化方面的基准,包括全局、局部和以人为中心的约束。该基准包含合成和真实的室内场景,并为三项任务进行了标注:(i)2D面板放置,(ii)坐姿建议,以及(iii)电视放置。每个场景包括2D图像、3D点云以及场景中物体的文本描述。通过贡献这一基准,我们旨在鼓励在这一未充分探索且具有挑战性的领域进行进一步研究,该领域严重依赖相关数据。我们还在我们的基准上评估了几种基础模型在物体检测和分割方面的表现。
cs.RO / 25 / 2608.00715

Staged Multi-Agent Training (SMAT) for Hip Exoskeletons: Metabolic and Biomechanical Validation of a Simulation-Trained Co-Adaptive Controller

分阶段多智能体训练(SMAT)用于髋部外骨骼:基于代谢和生物力学的模拟训练协同适应控制器验证
Yuan, Yifei, Wolf, Jakob, Androwis, Ghaith, Zhou, Xianlian
Abstract
Learning-based controllers can deliver exoskeleton assistance after training entirely in physics-based simulation, yet few controllers that address human-device co-adaptation have been validated on real users by whole-body metabolic measurement, the standard benchmark for assistive walking. Co-adaptation is challenging: as the device alters joint dynamics, the wearer reorganizes neuromuscular coordination, producing a non-stationary learning problem. Staged Multi-Agent Training (SMAT), a four-stage curriculum that progressively trains a musculoskeletal human actor and a bilateral hip exoskeleton actor, was introduced and shown to reduce simulated hip-muscle activation and provide positive assistance on hardware. This article provides the first physiological validation of SMAT. The policy was deployed on a hip exoskeleton and tested with eight healthy adults, with metabolic cost measured by indirect calorimetry across no-exoskeleton, passive, and active conditions. Active assistance lowered net metabolic rate by 19.7% relative to the passive device (p < 0.001). Biomechanical analysis confirmed predominantly positive hip mechanical power across all subjects (positive-power ratio 0.98), and the policy generalized across walking speeds and terrains. Together, these results show that a single simulation-trained SMAT policy, deployed without subject-specific retraining, delivers a significant metabolic benefit on real users while remaining robust beyond the conditions it was trained on.
Chinese Translation
基于学习的控制器能够在完全基于物理的模拟中提供外骨骼辅助,但很少有针对人机协同适应的控制器经过真实用户的全身代谢测量验证,这是助行的标准基准。协同适应是具有挑战性的:随着设备改变关节动力学,佩戴者重新组织神经肌肉协调,产生非平稳的学习问题。分阶段多智能体训练(SMAT)是一种四阶段课程,逐步训练一个肌肉骨骼人类演员和一个双侧髋部外骨骼演员,已被引入并显示出减少模拟髋部肌肉激活并在硬件上提供积极的辅助。本文提供了SMAT的首次生理验证。该策略在髋部外骨骼上部署,并与八名健康成人进行测试,通过间接热量测定法测量无外骨骼、被动和主动条件下的代谢成本。主动辅助相较于被动设备降低了19.7%的净代谢率(p < 0.001)。生物力学分析确认所有受试者的髋部机械功率主要为正值(正功率比为0.98),且该策略在不同的步态速度和地形上具有广泛的适应性。综合来看,这些结果表明,单一的模拟训练SMAT策略在未进行特定受试者重新训练的情况下,能够为真实用户提供显著的代谢效益,同时在超出其训练条件的情况下保持稳健性。
cs.RO / 26 / 2608.00721

OmniAI: A Surface-Adaptive Aerial Projection Interface for Human--Drone Interaction

OmniAI:一种适应表面的空中投影接口用于人机交互
Kuzmin, Nikita, Jin, Yuhua, Demianchuk, Georgii, Lezina, Mariya, Mehboob, Fawad, Valuev, Ivan, Lutsenko, Nikolai, Cabrera, Miguel Altamirano, Tsetserukou, Dzmitry
Abstract
Drones in human environments often lack spatially grounded in- terfaces for situated communication. We present OmniAI, an em- bodied aerial agent that supports surface-adaptive interaction by switching projection between an onboard screen and nearby en- vironmental surfaces. A servo-actuated MEMS laser projector renders text-and-image responses from a web-augmented LLM pipeline. Projection surfaces are detected online using RGB-D sensing and RANSAC plane fitting, without pre-mapped geometry. OmniAI provides functionally equivalent voice and gesture con- trol for both drone motion and projected content. By combining speech, mid-air gestures, adaptive projection, and aerial mobility, OmniAI demonstrates a mobile spatial AR interface for context- aware human-drone interaction.
Chinese Translation
在以人为中心的环境中,无人机往往缺乏空间基础的接口以进行情境沟通。我们提出了OmniAI,这是一种具身的空中代理,支持通过在机载屏幕和附近环境表面之间切换投影来实现适应表面的交互。一个伺服驱动的MEMS激光投影仪从一个增强网络的LLM(大语言模型)管道中呈现文本和图像响应。投影表面通过RGB-D传感和RANSAC平面拟合在线检测,无需预先映射几何形状。OmniAI为无人机的运动和投影内容提供功能等效的语音和手势控制。通过结合语音、中空手势、适应性投影和空中移动性,OmniAI展示了一种移动的空间增强现实接口,用于上下文感知的人机交互。
cs.RO / 27 / 2608.00725

SelfWAM: A Self-Grounded Unified World Action Model for Fast Robot Control

SelfWAM:一种自我基础的统一世界动作模型用于快速机器人控制
Pan, Bikang, Liu, Fan, Lu, Haotao, Wang, Jingya, Shi, Ye
Abstract
World Action Models (WAMs) improve robot policy learning by jointly modeling actions and future observations. However, conditioning future prediction only on the task prompt and observation context risks capturing generic task progression rather than the action-specific consequences of the executed action. We introduce SelfWAM, a unified self-grounded WAM built on a modality-specialized Mixture-of-Transformers (MoT) architecture that jointly predicts actions, action-conditioned future RGB frames, and robot self-masks, thereby grounding future prediction in the robot's visible body and its action-induced motion. During joint training, SelfWAM allows future visual queries to attend to a clean copy of the demonstrated action, turning the video branch into an action-specific consequence model while leaving the fast action-only inference path unchanged. To focus video learning on action-relevant visual changes, we use prompt-specific objectives for future robot self-mask prediction, which removes appearance details and provides a target whose temporal evolution is tightly coupled with the conditioning action. Together, clean-action conditioning and future self-mask supervision make future predictions more directly reflect how the executed action changes the robot's visible motion and the surrounding scene. Experiments on RoboTwin 2.0 and real-world manipulation tasks show that SelfWAM produces more action-sensitive futures and preserves fast policy inference, while improving policy performance.
Chinese Translation
世界动作模型(WAMs)通过联合建模动作和未来观察来改善机器人策略学习。然而,仅根据任务提示和观察上下文来条件化未来预测,可能会捕捉到通用的任务进展,而不是执行动作的特定后果。我们提出了SelfWAM,一种基于模态专用的混合变换器(Mixture-of-Transformers, MoT)架构构建的统一自我基础WAM,能够联合预测动作、动作条件下的未来RGB帧以及机器人自我掩码,从而将未来预测与机器人可见的身体及其动作引起的运动相结合。在联合训练过程中,SelfWAM允许未来视觉查询关注演示动作的干净副本,将视频分支转变为一个特定于动作的后果模型,同时保持快速的仅动作推理路径不变。为了将视频学习集中在与动作相关的视觉变化上,我们使用特定于提示的目标进行未来机器人自我掩码预测,这消除了外观细节,并提供了一个与条件动作紧密耦合的时间演变目标。干净的动作条件化和未来自我掩码监督共同使未来预测更直接地反映执行动作如何改变机器人的可见运动和周围场景。在RoboTwin 2.0和真实世界操作任务上的实验表明,SelfWAM生成了更具动作敏感性的未来,并保持了快速策略推理,同时提高了策略性能。
cs.RO / 28 / 2608.00730

Push-Wiper: Toward General-Purpose Robotic Cleaning across Varied Stains and Surfaces with Segmented Pushing Trajectories

Push-Wiper:面向多种污渍和表面的通用机器人清洁方法,采用分段推送轨迹
Lu, Renhao, Wang, Mingxin, Cao, Chenyang, Yang, Yang, Pan, Guoping, Dong, Kangkang, Cheng, Yi, Liu, Houde
Abstract
Viscous stains, characterized by high viscosity and complex rheological properties, remain a major challenge for robotic surface cleaning. Conventional wiping often spreads the stain, while scrubbing provides stronger friction but risks damaging the surface. In this paper, we propose Push-Wiper, a framework that reformulates viscous stain cleaning as an aggregation problem. Push-Wiper employs a sponge to progressively gather stains through segmented pushing trajectories, followed by a post-processing phase that detaches the aggregated material and enables sponge self-cleaning. We adopt a stepwise strategy for stain gathering and leverage Diffusion Policy to generate adaptive pushing action sequences. These sequences are executed through our Arbitrary Surface Pose Interpolator (ASPI) and a hybrid force-position controller, allowing the method to generalize to stains with diverse spatial distributions. Push-Wiper achieves a cleaning score (CS), defined as the percentage of stain area removed, up to 130% higher than baseline methods. Without additional training, Push-Wiper also transfers in a zero-shot manner to solid residues, liquid spills, unseen viscous stains, and curved surfaces with varying geometries. Our experiments demonstrate the cleaning effectiveness of Push-Wiper and its strong generalization ability. The project website is available at https://push-wiper.github.io/.
Chinese Translation
粘稠污渍以其高粘度和复杂的流变特性,仍然是机器人表面清洁的一大挑战。传统的擦拭方法往往会扩散污渍,而刷洗提供了更强的摩擦力,但可能会损坏表面。在本文中,我们提出了Push-Wiper,一个将粘稠污渍清洁重新表述为聚合问题的框架。Push-Wiper采用海绵通过分段推送轨迹逐步收集污渍,随后进入后处理阶段以分离聚集的材料并实现海绵自清洁。我们采用逐步策略进行污渍收集,并利用扩散策略(Diffusion Policy)生成自适应推送动作序列。这些序列通过我们的任意表面姿态插值器(Arbitrary Surface Pose Interpolator, ASPI)和混合力-位置控制器执行,使得该方法能够推广到具有多样空间分布的污渍。Push-Wiper的清洁得分(Cleaning Score, CS),定义为去除的污渍面积百分比,最高比基线方法高出130%。在没有额外训练的情况下,Push-Wiper还能够以零样本方式迁移到固体残留物、液体溢出、未见过的粘稠污渍以及具有不同几何形状的曲面。我们的实验展示了Push-Wiper的清洁效果及其强大的泛化能力。项目网站可访问 https://push-wiper.github.io/.
cs.RO / 29 / 2608.00747

When Prompts Control Robots: Prompt Injection Attacks in Multi-Agent Robotic Systems

当提示控制机器人:多智能体机器人系统中的提示注入攻击
Nagaraja, Neha, Bagari, Amisha, Bahsi, Hayretdin
Abstract
Large language models are increasingly integrated into autonomous robotic systems for task planning and control, but this integration exposes them to prompt injection attacks that can lead to unsafe decisions and physical harm. Multi-agent settings increase the risks through cross-agent contamination and broader attack surfaces. In this paper, we evaluate prompt injection attacks against an LLM-based multi-agent robotic system, considering both direct injections into task instructions and indirect injections through perception modules. In our experiments across varying attack-goal complexities and injection strategies in both single-agent and multi-agent settings, we show that prompt injection can induce adversarial actions while reducing task completion. We find that attacks can propagate from one agent to others through shared prompt structures, with impacts varying depending on prompt composition and the targeted agent. We further analyze how architectural changes affect LLM queries and, consequently, the attack success. To the best of our knowledge, this is the first study that systematically investigates prompt injection attacks in a multi-agent LLM-based robotic system.
Chinese Translation
大型语言模型越来越多地被集成到自主机器人系统中用于任务规划和控制,但这种集成使其面临提示注入攻击的风险,这可能导致不安全的决策和身体伤害。多智能体环境通过跨智能体污染和更广泛的攻击面增加了风险。本文评估了针对基于大型语言模型(LLM)的多智能体机器人系统的提示注入攻击,考虑了直接注入任务指令和通过感知模块的间接注入。在我们针对单智能体和多智能体环境中不同攻击目标复杂性和注入策略的实验中,我们展示了提示注入可以诱发对抗性行为,同时降低任务完成率。我们发现攻击可以通过共享的提示结构从一个智能体传播到其他智能体,影响因提示组成和目标智能体的不同而异。我们进一步分析了架构变化如何影响LLM查询,从而影响攻击的成功率。根据我们所知,这是第一项系统性研究多智能体基于LLM的机器人系统中的提示注入攻击的研究。
cs.RO / 30 / 2608.00775

ORCESTRA: VLM-driven Visual Robot programming in Mixed Reality

ORCESTRA:基于视觉语言模型的混合现实视觉机器人编程
Snegirev, Ivan, Semenyakina, Elizaveta, Konenkov, Mikhail, Lykov, Artem, Cabrera, Miguel Altamirano, Tsetserukou, Dzmitry
Abstract
ORCESTRA is a mixed-reality system for programming robot digital twins through no-code waypoint teaching and language-guided control. In a passthrough mixed-reality workspace, users place robot twins on real surfaces, teach trajectories, save robot-relative episodes, or issue spoken/typed commands that a vision-language model converts into structured digital-twin plans. Both interaction modes share a backend for metric grounding, embodiment-aware validation, preview, confirmation, and digital-twin execution. The system supports heterogeneous robot embodiments, including fixed-base manipulators, a mobile base, and a humanoid robot, demonstrating MR validation as a safety layer for language-guided robot programming before physical deployment.
Chinese Translation
ORCESTRA 是一个混合现实系统,通过无代码的路径教学和语言引导控制来编程机器人数字双胞胎。在一个透视混合现实工作空间中,用户可以将机器人双胞胎放置在真实表面上,教授轨迹,保存相对于机器人的情节,或者发出语音/文本命令,这些命令会被视觉语言模型转换为结构化的数字双胞胎计划。这两种交互模式共享一个后端,用于度量基础、具身感知验证、预览、确认和数字双胞胎执行。该系统支持异构的机器人具身,包括固定基座的操纵器、移动基座和类人机器人,展示了混合现实验证作为语言引导机器人编程在物理部署前的安全层。
cs.RO / 31 / 2608.00779

SIPTraj: Map-Free End-to-End Trajectory Prediction via Physics-Guided Scene Interaction

SIPTraj:通过物理引导的场景交互实现无地图的端到端轨迹预测
Liu, Feifei, Wei, Zejun, Wang, Haozhe, Ye, Yazhi, Zhang, Yuying, Cheng, Jintao, Vong, Chi Man, Chen, Xieyuanli, Tang, Xiaoyu
Abstract
Trajectory prediction of surrounding agents is a prerequisite for safe planning and decision making in autonomous driving. Without high-definition (HD) maps, sensor-derived bird's-eye-view (BEV) features provide no explicit lane topology or drivable-area priors, making it inherently difficult to ground each agent in its surrounding scene context. Moreover, physical feasibility remains difficult to capture through data-driven learning alone, as kinematic constraints on agent motion cannot be explicitly encoded without structured supervision. Existing map-free predictors extract scene context in an agent-agnostic manner through a single fusion step and treat physical constraints only as output-level penalties, leaving both challenges unaddressed. We propose SIPTraj, a map-free trajectory prediction framework that jointly addresses scene grounding and physical feasibility. SIPTraj introduces a Hierarchical Agent-Scene Encoder (HASE) progressively grounding each agent in agent-guided scene evidence and refining inter-agent relations within the scene-grounded space. To tackle physical infeasibility in predicted trajectories, we develop a Physics-Guided Iterative Decoder (PGID). It conditions decoding on instantaneous kinematic states, propagating physical supervision into internal representations rather than output trajectories alone. Extensive experiments on nuScenes and Argoverse 2 Sensor show that SIPTraj surpasses prior map-free predictors and strong map-based baselines without any HD map at inference. Our code will be released as open-source.
Chinese Translation
周围智能体的轨迹预测是自动驾驶中安全规划和决策的前提。没有高清(HD)地图时,传感器获取的鸟瞰图(BEV)特征无法提供明确的车道拓扑或可行驶区域先验,使得将每个智能体定位于其周围场景上下文中变得极为困难。此外,仅通过数据驱动学习捕捉物理可行性也很困难,因为智能体运动的运动学约束无法在没有结构化监督的情况下明确编码。现有的无地图预测器通过单一融合步骤以与智能体无关的方式提取场景上下文,并仅将物理约束视为输出级别的惩罚,从而未能解决这两个挑战。我们提出了SIPTraj,一种无地图的轨迹预测框架,联合解决场景定位和物理可行性问题。SIPTraj引入了分层智能体-场景编码器(HASE),逐步将每个智能体定位于智能体引导的场景证据中,并在场景定位空间内细化智能体之间的关系。为了应对预测轨迹中的物理不可行性,我们开发了物理引导的迭代解码器(PGID)。它将解码条件化于瞬时运动学状态,将物理监督传播到内部表示中,而不仅仅是输出轨迹。对nuScenes和Argoverse 2 Sensor的广泛实验表明,SIPTraj超越了先前的无地图预测器和强大的基于地图的基线,在推理时无需任何HD地图。我们的代码将作为开源发布。
cs.RO / 32 / 2608.00792

StochSIPP: Safe Interval Path Planning in Stochastic Dynamic Environments

StochSIPP:在随机动态环境中的安全区间路径规划
Kemisetti, Ajith, Shperberg, Shahaf S., Sung, Yoonchang
Abstract
Safe navigation under uncertain time-dependent blockage requires anticipating observations before committing to motion. We present StochSIPP, an exact contingent planner for temporal roadmaps with uncertain edge and vertex statuses revealed locally during execution. StochSIPP uses SIPP to generate certified-safe macro-actions that terminate at the next observation or the goal, and bounded AND/OR search over a cached action--observation graph to select actions for every reachable observation outcome. Optimistic and robust SIPP relaxations provide admissible lower and upper bounds for bounded AND/OR search. When every interval declared deterministically safe is truly safe, sensing is exact, and execution follows the planned timing, the resulting policy is provably collision-free. With correct independent probabilities and complete action and outcome generation, it minimizes expected arrival time within the roadmap and horizon. Experiments on controlled roadmap instances show that StochSIPP preserves the observed success of safe fixed-path baselines while reducing arrival time, and solves gated scenarios in which conservative fixed-path planners return no plan. A scalability study further reveals rapid growth as the number of simultaneously observed uncertain statuses increases.
Chinese Translation
在不确定的时间依赖性阻塞下进行安全导航需要在执行之前预测观察结果。我们提出了StochSIPP,一种针对具有不确定边缘和顶点状态的时间路线图的精确应急规划器,这些状态在执行过程中局部揭示。StochSIPP使用SIPP生成在下一个观察或目标处终止的认证安全宏动作,并在缓存的动作-观察图上进行有界的AND/OR搜索,以为每个可达的观察结果选择动作。乐观和稳健的SIPP松弛提供了有界AND/OR搜索的可接受下界和上界。当每个声明为确定安全的区间确实安全、感知准确且执行遵循计划时间时,所得到的策略可以证明是无碰撞的。通过正确的独立概率以及完整的动作和结果生成,它最小化了在路线图和时间范围内的期望到达时间。在受控路线图实例上的实验表明,StochSIPP在减少到达时间的同时保持了安全固定路径基线的观察成功,并解决了保守固定路径规划器无法返回计划的门控场景。可扩展性研究进一步揭示了随着同时观察的不确定状态数量的增加,增长迅速。
cs.RO / 33 / 2608.00793

DynamicWAM: Dual-Path Motion Conditioning for World-Action Models in Dynamic Manipulation

DynamicWAM:动态操控中世界-动作模型的双路径运动条件化
Lou, Yunfan, Gao, Hewen, Zhu, Xiyu, Qiao, Zhuoran, Han, Xuan, Yang, Yifan, Ye, Yifan, Yao, Boxian, Pang, Zhibo
Abstract
Dynamic manipulation requires robots to infer target motion and respond promptly, yet existing World-Action Models (WAMs) typically condition only on the current frame and execute large backbones synchronously, limiting motion awareness and responsive control in dynamic scenes. We propose DynamicWAM, a compact WAM for dynamic object manipulation with dual-path motion conditioning. DynamicWAM introduces history-flow conditioning, encoding temporally aligned optical-flow frames alongside the current observation through a frozen pretrained video VAE to preserve spatial motion structure, while injecting kinematic descriptors of displacement, duration, velocity, and acceleration into the action expert to provide motion magnitude and timing. The two complementary paths are fused through joint world-action attention. A distilled compact backbone and real-time chunking (RTC)-based asynchronous execution further enable responsive control. On DOMINO, DynamicWAM achieves a 38.2% success rate and a 53.2 manipulation score, outperforming all evaluated baselines. Across 12 real-world tasks spanning linear, circular, and compound target motion, it achieves a 46.7% average success rate, exceeding the strongest baseline by 22.9 percentage points.
Chinese Translation
动态操控要求机器人推断目标运动并迅速响应,但现有的世界-动作模型(WAMs)通常仅基于当前帧进行条件化,并同步执行大型骨干网络,这限制了在动态场景中的运动感知和响应控制。我们提出了DynamicWAM,一种用于动态物体操控的紧凑型WAM,采用双路径运动条件化。DynamicWAM引入了历史流条件化,通过冻结的预训练视频变分自编码器(VAE)编码与当前观察相对齐的光流帧,以保留空间运动结构,同时将位移、持续时间、速度和加速度的运动学描述符注入到动作专家中,以提供运动幅度和时机。这两条互补路径通过联合世界-动作注意力进行融合。经过蒸馏的紧凑骨干网络和基于实时分块(RTC)的异步执行进一步增强了响应控制。在DOMINO上,DynamicWAM实现了38.2%的成功率和53.2的操控得分,超越了所有评估的基线。在涵盖线性、圆形和复合目标运动的12个真实世界任务中,其平均成功率达到46.7%,比最强基线高出22.9个百分点。
cs.RO / 34 / 2608.00820

LooperMuscle: Fast and Stable Learning of Humanoid Whole-Body Tracking via Structured Mixture-of-Experts

LooperMuscle:通过结构化专家混合体实现类人全身追踪的快速稳定学习
Liu, Boyi, Li, Qijin, Yu, Tianqi, Yan, Qinrui, Zuo, Xingxing
Abstract
FastSAC-style methods significantly reduce humanoid motion training time but often suffer from notable performance degradation compared with PPO in whole-body tracking tasks. We target this speed-performance gap by introducing LooperMuscle, a composed expert policy learning framework that restores tracking quality while preserving high training efficiency. LooperMuscle combines a semantically structured mixture-of-experts actor, an expert-aware distributional critic, and contribution-routed replay with deferred curriculum scheduling. These three components form a closed training loop in which expert contributions guide data routing, routed data shape value learning, and value gradients in turn refine expert specialization. Empirically, our approach substantially outperforms vanilla FastSAC in motion tracking accuracy while requiring far less wall-clock time than PPO: where FastSAC trains in about 15 minutes but underperforms, and PPO achieves stronger results but requires about 6 hours, LooperMuscle recovers a substantial fraction of the remaining gap to PPO in roughly 45 minutes of simulation training, delivering practical efficiency for rapid policy iteration. The code will be released to benefit the research community at https://loopermuscle.github.io/.
Chinese Translation
FastSAC 风格的方法显著减少了类人运动训练时间,但在全身追踪任务中,通常与 PPO 相比表现下降明显。我们通过引入 LooperMuscle,旨在弥补这一速度与性能之间的差距,LooperMuscle 是一个复合专家策略学习框架,能够在保持高训练效率的同时恢复追踪质量。LooperMuscle 结合了语义结构化的专家混合体演员、专家感知的分布式评论者,以及带有延迟课程调度的贡献路由重放。这三个组件形成了一个闭合的训练循环,其中专家的贡献指导数据路由,路由数据塑造价值学习,而价值梯度反过来又细化专家的专业化。从经验上看,我们的方法在运动追踪精度上显著优于普通的 FastSAC,同时所需的实际时间远低于 PPO:FastSAC 大约需要 15 分钟进行训练但表现不佳,而 PPO 取得更强的结果但需要约 6 小时,LooperMuscle 在大约 45 分钟的仿真训练中恢复了与 PPO 之间的相当一部分差距,为快速策略迭代提供了实用的效率。代码将发布以惠及研究社区,网址为 https://loopermuscle.github.io/。
cs.RO / 35 / 2608.00822

RIT*: Riemannian Informed Trees for Cost-Adaptive Optimal Motion Planning

RIT*: 基于黎曼几何的成本自适应最优运动规划树
Din, Muhayy Ud, Nadar, Ahmed, Rosell, Jan, Hussain, Irfan
Abstract
We present Riemannian Informed Trees (RIT*), a planning framework that replaces Euclidean primitives in batch-informed search with their Riemannian counterparts. RIT* constructs a tighter, cost-consistent informed set, performs a nearest-neighbour search under an anisotropic distance metric, and evaluates edge costs efficiently via a cascading scheme. We further introduce a Collision-Adaptive Metric Refinement (CARM), which learns an obstacle-proximity cost field online from collision feedback, reducing the reliance on prior metric design in practical settings. Experiments across environments from 2-D to 14-D show that RIT* is competitive in low-dimensional and spatially constant-metric settings and produces substantially lower-cost solutions when the metric varies spatially in high-dimensional configuration spaces. Performance gains scale with anisotropy and dimension, reaching up to 13.0% improvement in median initial cost over BIT* in the 3-D anisotropic benchmark, up to 9.0% in median final cost over BIT* in 6-DOF manipulation, and 24.8-63.5% in a 14-DOF bimanual planning problem, where Euclidean-informed baselines degrade. Videos and code can be found here: https://muhayyuddin.github.io/ritstar/
Chinese Translation
我们提出了黎曼几何信息树(RIT*),这是一个规划框架,旨在用黎曼几何原语替代批量信息搜索中的欧几里得原语。RIT* 构建了一个更紧凑且成本一致的信息集,在各向异性距离度量下执行最近邻搜索,并通过级联方案高效评估边缘成本。我们进一步引入了一种碰撞自适应度量细化(CARM),该方法在线学习来自碰撞反馈的障碍物接近成本场,从而减少在实际环境中对先前度量设计的依赖。在从二维到十四维的环境中进行的实验表明,RIT* 在低维和空间常量度量设置中具有竞争力,并在高维配置空间中度量变化时产生显著更低成本的解决方案。性能提升与各向异性和维度成正比,在三维各向异性基准测试中,相较于 BIT*,初始成本中位数提高了多达 13.0%,在六自由度操作中,最终成本中位数提高了多达 9.0%,而在十四自由度双手规划问题中,提升幅度达到 24.8% 至 63.5%,而欧几里得信息基线则表现不佳。视频和代码可以在此找到:https://muhayyuddin.github.io/ritstar/
cs.RO / 36 / 2608.00829

GeminiPainter's sequence-formed pipeline comprised of perception, cognition, planning, and action stages

GeminiPainter的由感知、认知、规划和行动阶段组成的序列化管道
Cabrera, Miguel Altamirano, Fedoseev, Aleksey, Zhura, Iana, Tsetserukou, Dzmitry
Abstract
We present an autonomous robotic portrait-generation system combining real-time face detection, AI-based sketch generation, and robotic drawing. The system captures video frames, extracts facial regions, converts them into minimalist single-line sketches using the Gemini Vision API, optimizes stroke order through graph-based path planning, and executes smooth trajectories on a 6-DoF collaborative manipulator. This perception-cognition-action pipeline integrates computer vision, neural artistic abstraction, motion optimization, and robot control. User ratings on a 5-point scale were high for sketch quality 4.33, perceived execution 4.53, and user experience 4.65, indicating recognizable, appealing, and engaging robotic portraits.
Chinese Translation
我们提出了一种自主机器人肖像生成系统,该系统结合了实时人脸检测、基于人工智能的素描生成和机器人绘图。该系统捕获视频帧,提取面部区域,利用Gemini Vision API将其转换为极简主义单线素描,通过基于图的路径规划优化笔画顺序,并在6自由度协作机械臂上执行平滑轨迹。该感知-认知-行动管道整合了计算机视觉、神经艺术抽象、运动优化和机器人控制。用户在5分制上的评分显示,素描质量为4.33,感知执行为4.53,用户体验为4.65,表明生成的机器人肖像具有可识别性、吸引力和参与感。
cs.RO / 37 / 2608.00854

Minute-Scale Training for Microrobot Navigation

微米级训练用于微型机器人导航
Sun, Yinghan, Zhu, Aoji, Ji, Xiang, Li, Yamei, Zhao, Jiachi, Wang, Yun, Zhang, Li, Gao, Huijun, Yang, Lidong
Abstract
Microrobots hold significant potential for various applications, where targeted navigation is a basic requirement. Deep reinforcement learning (DRL) has recently emerged as a powerful paradigm for fully autonomous microrobot navigation. Yet, current DRL-based approaches pay limited attention to learning efficiency and effectiveness, requiring hours to days for model training. Consequently, this impedes both rapid practical deployment and parameter optimization. To address these challenges, we present a learning framework that enables effective microrobot navigation policies to be trained within minutes. In the proposed framework, we develop a fully vectorized simulator with more than 10,000 artificial vascular environments, parallelizing dynamics, LiDAR-inspired perception, and feasibility checks across thousands of environments to achieve roughly 190,000 transitions per second. To achieve effectiveness in the fast training, we propose a task-shaping-regularization (TSR) reward framework. The TSR framework accelerates convergence, improves final performance, reduces action variation by at least 33.7%, and increases obstacle clearance by at least 2.1% across all evaluated scenarios. Results show that the proposed learning framework reduces training time to under 10 minutes, while supporting zero-shot deployment across distinct microrobot types and navigation scenarios. Collectively, this framework can substantially shorten the design loop and accelerate the deployment of autonomous microrobots.
Chinese Translation
微型机器人在多种应用中具有重要潜力,其中目标导航是基本要求。深度强化学习(Deep Reinforcement Learning, DRL)最近作为一种强大的范式,已被提出用于完全自主的微型机器人导航。然而,目前基于DRL的方法对学习效率和有效性关注有限,模型训练通常需要数小时到数天。因此,这阻碍了快速的实际部署和参数优化。为了解决这些挑战,我们提出了一种学习框架,使得有效的微型机器人导航策略能够在几分钟内完成训练。在该框架中,我们开发了一个完全向量化的模拟器,拥有超过10,000个人工血管环境,能够在数千个环境中并行化动力学、受激光雷达(LiDAR)启发的感知和可行性检查,从而实现每秒大约190,000次转移。为了在快速训练中实现有效性,我们提出了一种任务塑形正则化(Task-Shaping-Regularization, TSR)奖励框架。TSR框架加速了收敛,提高了最终性能,减少了至少33.7%的动作变异,并在所有评估场景中提高了至少2.1%的障碍物清除率。结果表明,所提出的学习框架将训练时间缩短至10分钟以内,同时支持在不同微型机器人类型和导航场景中的零样本部署。总体而言,该框架可以显著缩短设计周期,加速自主微型机器人的部署。
cs.RO / 38 / 2608.00880

Bicycle Acrobatics with Reinforcement Learning

基于强化学习的自行车特技
Fahmi, Shamel, Ilvonen, Arianna, Zapolsky, Samuel, Chen, Yu-Ming, Boggavarapu, Ravi, Drews, Paul, Khadke, Ashwin, Molinaro, Dean, Zheng, Kaiyu, Rizzi, Alfred, Nelson, Gabriel
Abstract
Bicycle robots are fast and energy efficient, but their simple mechanical design and their underactuated and non-holonomic dynamics make highly agile maneuvers difficult to achieve. Here, we use Reinforcement Learning (RL) to enable a bicycle robot to learn and compose a diverse repertoire of dynamic acrobatic stunts. Using different RL formulations such as waypoint following, pose reaching, twist tracking, guided tracking, and motion imitation, the robot acquires autonomous single and multi-table forward and lateral jumps, steerable jumps, front flips, kip-ups, kip-downs, driving, wheelies, bunny hops, and three-point turns. To coordinate these behaviors, we introduce an orchestrator that transitions between policies using state-dependent triggers, enabling robust long-horizon acrobatic stunts. We validate the approach on the Ultra Mobility Vehicle (UMV), a custom bicycle robot, in simulation and hardware. The robot repeatedly traverses tables up to 1 m high, performs more than 15 consecutive autonomous jumps while following waypoints, handles previously unseen multi-table configurations, executes continuous repertoires of kipups, jumps, flips, kip-downs, over more than 20 consecutive trials, and performs more than 10 consecutive autonomous and steerable repertoires of wheelies, lateral jumps, and single-wheel jump downs. These results demonstrate that RL can endow bicycle robots with levels of agility previously associated primarily with legged platforms while preserving the speed and efficiency of wheeled locomotion, establishing a foundation for bicycle acrobatics.
Chinese Translation
自行车机器人具有快速和高能效的特点,但其简单的机械设计以及欠驱动和非完整动力学使得实现高度灵活的动作变得困难。在此,我们利用强化学习(Reinforcement Learning, RL)使自行车机器人能够学习并组合多样化的动态特技表演。通过使用不同的RL公式,如路径跟踪、姿态到达、扭转跟踪、引导跟踪和动作模仿,机器人获得了自主的单表和多表前跳和侧跳、可转向跳跃、前翻、起立、下蹲、驾驶、单轮骑行、兔子跳和三点转弯等能力。为了协调这些行为,我们引入了一个协调器,该协调器通过状态依赖触发器在策略之间进行切换,从而实现稳健的长时间特技表演。我们在超移动车辆(Ultra Mobility Vehicle, UMV)这一定制自行车机器人上对该方法进行了仿真和硬件验证。机器人能够反复跨越高达1米的桌子,在跟随路径点的同时执行超过15次连续自主跳跃,处理之前未见过的多表配置,执行连续的起立、跳跃、翻转、下蹲,超过20次连续试验,并执行超过10次连续自主和可转向的单轮骑行、侧跳和单轮跳下的特技。这些结果表明,RL可以赋予自行车机器人以前主要与腿部平台相关的灵活性,同时保持轮式运动的速度和效率,为自行车特技奠定了基础。
cs.RO / 39 / 2608.00931

Stipple: Real-Time Incremental Gaussian Splatting with Visual-Inertial Tracking

Stipple:基于视觉惯性跟踪的实时增量高斯点云渲染
Northoff, Kilian, de Mayo, Mateo, Cremers, Daniel
Abstract
3D Gaussian Splatting (3DGS) provides efficient rendering of photo-realistic scenes, but its heavy preprocessing and training steps make it a poor fit for applications that require real-time reconstruction in robotics or XR. This capability is important since it allows immediate feedback and interaction with new environments. Visual-inertial odometry (VIO) and simultaneous localization and mapping (VI-SLAM) systems, on the other hand, specifically target these real-time applications, which makes them a good choice for integration with 3DGS. We propose a new method that tracks and reconstructs simultaneously in real-time by leveraging an efficient visual-inertial tracking system based on Basalt together with a novel incremental method built on top of Brush, an efficient Rust-based GPU-vendor-agnostic implementation of 3D Gaussian Splatting. We show that many of the heavy preprocessing and training steps of 3DGS can be replaced with a more efficient incremental training strategy that has direct access to the information generated by the visual-inertial tracking system. Furthermore, we propose and combine multiple practical improvements to increase the efficiency of the training pipeline and adapt it to run in real-time, parallel to the tracking thread. This work highlights the value of exploiting the complementary nature of SLAM and 3DGS, and how that can lead to promising results for real-time 3D reconstruction.
Chinese Translation
3D高斯点云渲染(3DGS)能够高效渲染逼真的场景,但其繁重的预处理和训练步骤使其不适合需要实时重建的机器人或扩展现实(XR)应用。这种能力至关重要,因为它允许对新环境进行即时反馈和交互。另一方面,视觉惯性里程计(VIO)和同时定位与地图构建(VI-SLAM)系统专门针对这些实时应用,因此与3DGS的集成是一个良好的选择。我们提出了一种新方法,通过利用基于Basalt的高效视觉惯性跟踪系统,结合建立在Brush之上的新颖增量方法(Brush是一个高效的基于Rust的、与GPU供应商无关的3D高斯点云渲染实现),实现实时的跟踪与重建。我们展示了3DGS的许多繁重的预处理和训练步骤可以被更高效的增量训练策略所替代,该策略可以直接访问视觉惯性跟踪系统生成的信息。此外,我们提出并结合了多项实用改进,以提高训练流程的效率,并使其能够与跟踪线程并行运行。这项工作突显了利用SLAM与3DGS互补特性的价值,以及如何为实时3D重建带来有希望的结果。
cs.RO / 40 / 2608.00945

VertiAKD: Adaptive Off-Road Kinodynamics on Vertically Challenging Terrain

VertiAKD:在垂直挑战地形上的自适应越野运动动力学
Xu, Tong, Pan, Chenhui, Cancelliere, Francesco, Xiao, Xuesu
Abstract
Off-road mobility requires autonomous mobile robots to generalize across heterogeneous vehicle fleets and continuously changing terrain conditions. Existing cross-vehicle adaptation approaches generally assume flat terrain, while terrain-aware kinodynamic models often require platform-specific data collection and retraining. To this end, we propose VertiAKD, a unified framework for transferring and adapting off-road kinodynamic knowledge across diverse vehicles on geometrically and semantically complex terrain simultaneously. VertiAKD learns a shared mobility representation that jointly encodes vehicle configurations, trajectory transitions, and local elevation and semantic terrain features. Given limited data from a novel vehicle operating on unseen terrain, VertiAKD identifies the most relevant mobility descriptors and transfers their knowledge to initialize a terrain-aware kinodynamic model via function encoders, which is then periodically refined online from streaming observations without gradient-based retraining. We evaluate VertiAKD in the Verti-Bench simulator, built on the Chrono multi-physics engine, and on five physical configurations of the Verti-4-Wheeler platform. With only one minute of new trajectory data and associated terrain features, VertiAKD reduces long-horizon prediction error by up to 34.52% over direct mobility descriptor transfer across diverse unseen vehicle configurations and 94.43% over competing baselines. We further demonstrate robust closed-loop trajectory tracking in both simulation and physical experiments, highlighting the effectiveness of terrain-aware cross-vehicle knowledge transfer for accurate modeling and reliable off-road navigation.
Chinese Translation
越野移动性要求自主移动机器人能够在异构车辆队列和持续变化的地形条件下进行泛化。现有的跨车辆适应方法通常假设地形是平坦的,而考虑地形的运动动力学模型则通常需要特定平台的数据收集和重新训练。为此,我们提出了VertiAKD,一个统一框架,用于在几何和语义复杂的地形上同时转移和适应越野运动动力学知识。VertiAKD学习一个共享的移动性表示,该表示共同编码车辆配置、轨迹转换以及局部高程和语义地形特征。在从新车辆在未见地形上操作的有限数据下,VertiAKD识别出最相关的移动性描述符,并通过函数编码器将其知识转移,以初始化一个考虑地形的运动动力学模型,该模型随后能够在没有基于梯度的重新训练的情况下,在线定期从流数据中进行精细化。我们在基于Chrono多物理引擎构建的Verti-Bench模拟器以及Verti-4-Wheeler平台的五种物理配置上评估了VertiAKD。仅使用一分钟的新轨迹数据及相关地形特征,VertiAKD在不同未见车辆配置之间的直接移动性描述符转移中,将长时间预测误差降低了多达34.52%,并在与竞争基线的比较中降低了94.43%。我们进一步展示了在模拟和物理实验中稳健的闭环轨迹跟踪,突显了考虑地形的跨车辆知识转移在准确建模和可靠越野导航中的有效性。
cs.RO / 41 / 2608.00946

GraRe: Grasp Candidate Re-Ranking for Frozen 6-DoF Grasp Detectors

GraRe:针对冻结6自由度抓取检测器的抓取候选重排序
Yuan, Jibao, Zhao, Yuhui, Lv, Yinzhen, Xu, Chao, Li, Shun, Deng, Chenxi, Chen, Shaofei
Abstract
Existing 6-DoF grasp detectors typically rank grasp candidates by detector confidence. However, our analysis on GraspNet-1Billion shows that detector confidence is often poorly aligned with grasp quality, causing successful grasp candidates to be ranked too low during execution. Motivated by this observation, we formulate grasp candidate re-ranking as a separate task for frozen detectors, aiming to improve candidate ordering without changing the detector or its grasp candidates. We propose GraRe, which estimates grasp quality from candidate attributes, shell-stratified local geometry, and object context. Candidate attributes condition the local geometric and object-context representations, and a Transformer fuses all three feature types. The predicted quality is combined with detector confidence to produce the final ranking. Experiments on GraspNet-1Billion with three frozen detectors show consistent improvements, with gains of up to 13.60 points in Average AP. Real-robot experiments further demonstrate robust grasping in cluttered scenes. These results show that improving candidate ranking provides a practical way to enhance frozen 6-DoF grasp detectors.
Chinese Translation
现有的6自由度抓取检测器通常通过检测器置信度对抓取候选进行排序。然而,我们对GraspNet-1Billion的分析表明,检测器置信度与抓取质量往往不匹配,导致成功的抓取候选在执行过程中被排名过低。基于这一观察,我们将抓取候选重排序定义为冻结检测器的一个独立任务,旨在在不更改检测器或其抓取候选的情况下改善候选排序。我们提出了GraRe,它通过候选属性、壳层分层局部几何和物体上下文来估计抓取质量。候选属性对局部几何和物体上下文表示进行条件化,而Transformer则融合这三种特征类型。预测的质量与检测器置信度相结合,生成最终排名。在使用三种冻结检测器的GraspNet-1Billion实验中,结果显示出一致的改进,平均AP提升高达13.60分。真实机器人实验进一步展示了在杂乱场景中的稳健抓取。这些结果表明,改善候选排名为增强冻结6自由度抓取检测器提供了一种切实可行的方法。
cs.RO / 42 / 2608.00970

FreqNav: Stage-Wise Frequency Routing for Object-Oriented Aerial Vision-Language Navigation

FreqNav:面向对象的空中视觉-语言导航的分阶段频率路由
Tang, Yin, Ma, Jiawei, Li, Jiahao, Zhang, Hao, Sun, Zhemin, Sun, Jianqiao, Zhang, Deyu
Abstract
Object-oriented aerial vision-and-language navigation (VLN) requires searching for a described target and landing on it precisely, under long-horizon and closed-loop control. Guided by a target-descriptive instruction during navigation, perceptual priorities dynamically evolve: early-stage exploration prioritizes low-frequency spatial layout, and then shifts to high-frequency target details. Existing VLN methods model the varying perceptual requirements across navigation stages with identical visual tokens, leading to interference from irrelevant objects and background clutter. To this end, we therefore formulate long-horizon aerial navigation as a frequencypreference shift from spatial structure to local detail and propose FreqNav, a lightweight frequency-routing adaptive perception framework. Under a fixed computational budget, FreqNav dynamically reallocates visual tokens across frequency components according to the current navigation stage. A Frequency Token Router selects stage-relevant visual representations from dual-view observations, while a Phase-dependent Grounding Module anchors visual evidence through explicit supervision. A Diffusion Transformer then predicts smooth trajectories for continuous control. Experiments show that FreqNav outperforms strong baselines while achieving approximately 3x faster inference. Real-world deployment further demonstrates its effectiveness, efficiency, and practical potential for long-horizon aerial autonomy.
Chinese Translation
面向对象的空中视觉与语言导航(VLN)需要在长时间范围和闭环控制下,精确搜索描述的目标并降落在其上。在导航过程中,受目标描述指令的引导,感知优先级动态演变:早期探索优先关注低频空间布局,随后转向高频目标细节。现有的VLN方法使用相同的视觉标记来建模不同导航阶段的感知需求变化,导致与无关物体和背景杂乱的干扰。为此,我们将长时间范围的空中导航表述为从空间结构到局部细节的频率偏好转变,并提出FreqNav,一个轻量级的频率路由自适应感知框架。在固定的计算预算下,FreqNav根据当前导航阶段动态重新分配视觉标记到不同的频率组件。频率标记路由器从双视图观察中选择与阶段相关的视觉表示,而相位依赖的基础模块通过显式监督锚定视觉证据。扩散变换器随后预测连续控制的平滑轨迹。实验表明,FreqNav在性能上优于强基线,同时实现了约3倍的推理速度提升。实际部署进一步证明了其在长时间范围空中自主性方面的有效性、效率和实际潜力。
cs.RO / 43 / 2608.01013

RL Bootstrapping of OpenVLA-OFT for a Novel Robot Embodiment

基于强化学习的OpenVLA-OFT在新型机器人体现中的自举
Nurtdinov, Damir, Kornaev, Alexei, Maloletov, Alexander
Abstract
Adapting a pretrained vision-language-action (VLA) policy to a new robot usually assumes embodiment-specific demonstrations. This assumption is especially restrictive for custom robots whose morphology differs strongly from the manipulators seen in large robot datasets. We study a harder setting: zero-demo embodiment alignment of OpenVLA-OFT on a cable-driven parallel robot (CDPR) with a simple gripper and a previously unseen control interface. Instead of supervised fine-tuning, we use reinforcement learning in simulation with dense geometric rewards computed from simulator state. The training is performed in two stages: a PPO stage for directional motion primitives, followed by GRPO continuation from the PPO checkpoint with an expanded instruction space that includes object-conditioned commands. On the four shared directional instructions, the average held-out success rate improves from 34.25\% after PPO to 53.50\% after PPO$\rightarrow$GRPO, with especially large gains on \texttt{move left} and \texttt{move backward}. In the GRPO stage we additionally introduce \texttt{move to } over eight target objects and obtain 39/400 = 9.75\% strict success, while qualitative rollouts frequently show correct target-directed approach behavior before late-stage instability. Compared with prior OpenVLA and OpenVLA-OFT results, which rely on demonstration datasets and mostly standard rigid-arm embodiments, our method uses no embodiment-specific dataset at all. The results do not yet establish robust manipulation, but they provide stronger evidence that RL-only bootstrapping can create the first usable language-conditioned controller for a genuinely novel embodiment.
Chinese Translation
将预训练的视觉-语言-动作(VLA)策略适应于新机器人通常假设存在特定于体现的演示。这一假设对于形态与大型机器人数据集中所见的操纵器差异较大的定制机器人尤其限制性。我们研究了一个更为困难的情境:在具有简单抓手和先前未见控制界面的电缆驱动并联机器人(CDPR)上进行零演示的体现对齐。我们采用强化学习而非监督微调,在模拟环境中使用从模拟器状态计算的密集几何奖励。训练分为两个阶段:首先是用于方向运动原语的PPO阶段,随后是基于PPO检查点的GRPO继续阶段,扩展了包含对象条件命令的指令空间。在四个共享的方向指令上,平均保留成功率从PPO后的34.25%提高到PPO$ ightarrow$GRPO后的53.50%,其中在 exttt{move left}和 exttt{move backward}上获得了特别大的提升。在GRPO阶段,我们还引入了针对八个目标对象的 exttt{move to }指令,获得了39/400 = 9.75%的严格成功率,而定性回放经常显示出正确的目标导向接近行为,尽管在后期阶段出现不稳定性。与依赖演示数据集和大多数标准刚性臂体现的先前OpenVLA和OpenVLA-OFT结果相比,我们的方法完全不使用任何特定于体现的数据集。尽管结果尚未建立稳健的操控能力,但它们提供了更强的证据,表明仅使用强化学习的自举可以为真正新颖的体现创建第一个可用的语言条件控制器。
cs.RO / 44 / 2608.01015

KING: Embodiment-Aware Kinematic Graph Neural Network for Unified Motion Representation of Legged and Wheeled Robots

KING:面向体现的运动学图神经网络,用于统一腿式和轮式机器人的运动表示
Okawara, Taku, Takanose, Aoki, Koide, Kenji, Oishi, Shuji, Yokozuka, Masashi
Abstract
Kinematic models provide reliable motion constraints for odometry estimation in featureless environments, where exteroceptive sensing degrades and IMU integration drifts. Learning-based kinematic models can achieve more accurate odometry estimation than model-based methods by capturing nonlinear effects; however, most existing learning-based models are trained on a single embodiment and generalize poorly to new embodiments. This generalization is difficult because the meanings and structures of proprioceptive measurements vary across embodiments, including the number of joints and ground-contact elements (e.g., wheels, feet). To address this challenge, we propose KING, a Graph Neural Network (GNN)-based kinematic model that explicitly incorporates robot embodiments by representing them as a common graph. We show that wheel and leg kinematic models can be expressed by a unified representation, enabling a single model for both wheeled and legged robots. Trained on datasets spanning diverse embodiments, KING provides a unified representation of wheeled and legged kinematics and achieves high-accuracy odometry estimation in real environments. KING estimates accurate odometry using only an embodiment description (e.g., a URDF file) and on-board proprioception (encoders and an IMU) and can be adapted to new robot embodiments through few-shot learning with only one minute of data, avoiding retraining from scratch on a new dataset for each robot. The project page is available at: https://smrg-aist.github.io/king_project_page/
Chinese Translation
运动学模型为无特征环境中的里程计估计提供了可靠的运动约束,在这些环境中,外部感知能力下降,IMU(惯性测量单元)集成漂移。基于学习的运动学模型通过捕捉非线性效应,可以比基于模型的方法实现更准确的里程计估计;然而,大多数现有的基于学习的模型是在单一体现上进行训练的,且在新体现上泛化能力较差。这种泛化的困难在于,体现测量的意义和结构在不同体现之间存在差异,包括关节数量和地面接触元素(例如,轮子、脚)。为了解决这一挑战,我们提出了KING,一种基于图神经网络(GNN)的运动学模型,明确通过将机器人体现表示为一个公共图来整合机器人体现。我们展示了轮式和腿式运动学模型可以通过统一表示来表达,从而实现一个模型同时适用于轮式和腿式机器人。KING在涵盖多种体现的数据集上进行训练,提供了轮式和腿式运动学的统一表示,并在真实环境中实现了高精度的里程计估计。KING仅使用体现描述(例如,URDF文件)和车载本体感知(编码器和IMU)即可估计准确的里程计,并且可以通过少量学习(仅需一分钟的数据)适应新的机器人体现,避免了对每个机器人在新数据集上从头开始重新训练。项目页面可访问: https://smrg-aist.github.io/king_project_page/
cs.RO / 45 / 2608.01027

Sampling-Based Visibility Task Planning

基于采样的可见性任务规划
Ashur, Stav, Sintov, Avishai
Abstract
Robot Task and Motion Planning (TAMP) algorithms enable autonomous operation by incorporating the specific functions and constraints of end-effector tools, such as grippers or soldering irons, directly into the planning process. In this paper, we explore sampling-based TAMP algorithms specifically designed for a critical subset of devices whose unique properties make traditional planning methods ineffective. Visibility-based instruments, such as exteroceptive sensors, cameras, flashlights and directional antennas, are essential across a vast array of human activities. The unique properties of these devices, and particularly, their field-of-view, render many widely used heuristics and distance metrics less effective. We introduce two new sampling-based algorithms, VisPRM and VisRRT, designed to tackle visibility-based tasks. VisPRM employs a hierarchical decomposition of the environment, leveraging the concept of visibility integrity, to efficiently sample configurations with a clear line-of-sight to the target. A specialized Inverse Kinematics solver enables VisRRT to "glance" in the direction of the target at opportune moments, facilitating the rapid discovery of key configurations. We show that VisPRM and VisRRT achieve a higher success rate and faster runtimes compared to adaptations of RRT, PRM and VIR, through both simulated and physical experiments.
Chinese Translation
机器人任务与运动规划(TAMP)算法通过将末端执行器工具(如夹具或烙铁)的特定功能和约束直接纳入规划过程,从而实现自主操作。本文探讨了专门为一类关键设备设计的基于采样的TAMP算法,这些设备的独特属性使得传统规划方法无效。基于可见性的仪器,如外部感知传感器、摄像头、手电筒和定向天线,在广泛的人类活动中至关重要。这些设备的独特属性,尤其是它们的视野,使得许多广泛使用的启发式方法和距离度量的效果降低。我们提出了两种新的基于采样的算法,VisPRM和VisRRT,旨在解决基于可见性的任务。VisPRM采用环境的层次分解,利用可见性完整性的概念,有效地采样与目标之间有清晰视线的配置。一个专门的逆向运动学求解器使得VisRRT能够在适当时刻“瞥一眼”目标方向,从而促进关键配置的快速发现。通过模拟和实际实验,我们展示了VisPRM和VisRRT相比于RRT、PRM和VIR的适应版本,具有更高的成功率和更快的运行时间。
cs.RO / 46 / 2608.01028

VLAGuard: A Framework for Evaluating and Mitigating Physical Attention Hijacking in Vision-Language-Action Robots within Wireless Sensor Networks

VLAGuard:在无线传感器网络中评估和缓解视觉-语言-行动机器人物理注意力劫持的框架
Yin, Dongfu, Zhang, Jinquan
Abstract
Deploying Vision-Language-Action (VLA) robots as mobile edge nodes within wireless sensor networks (WSNs) requires robust protection against physical adversarial threats. We present VLAGuard, a framework to assess and mitigate a critical vulnerability: policy-critical action-to-vision attention hijacking. We first introduce a stress-test module, Visuomotor Attention-guided Semantic Attack (VASA), using printable patches to severely distract the robot's action-conditioned cross-attention. To counter this, we propose Attention-Protective Fine-Tuning (APFT), a defense that stabilizes spatiotemporal attention and enforces geometric consistency with zero inference overhead. Evaluations across simulated and physical WSN-assisted smart environments demonstrate significant robustness gains. APFT reduces the OpenVLA failure rate from 100.0% to 25.9% in LIBERO simulations. Furthermore, across 2,000 real-world trials, APFT improves the average success rate from 23.0% to 67.4% under severe patch attacks. This highlights that protecting attention pathways is important for improving the robustness of VLA-driven edge nodes in sensor networks.
Chinese Translation
将视觉-语言-行动(VLA)机器人作为无线传感器网络(WSNs)中的移动边缘节点进行部署,需要对物理对抗威胁进行强有力的保护。我们提出了VLAGuard,一个用于评估和缓解关键脆弱性的框架:政策关键的行动到视觉注意力劫持。我们首先介绍了一个压力测试模块,称为视觉运动注意力引导的语义攻击(Visuomotor Attention-guided Semantic Attack,VASA),该模块使用可打印的补丁严重干扰机器人的行动条件交叉注意力。为此,我们提出了注意力保护微调(Attention-Protective Fine-Tuning,APFT),这是一种防御机制,能够稳定时空注意力,并强制几何一致性,且没有推理开销。在模拟和实际的WSN辅助智能环境中的评估显示出显著的鲁棒性提升。在LIBERO模拟中,APFT将OpenVLA的失败率从100.0%降低到25.9%。此外,在2,000次真实世界试验中,APFT在严重补丁攻击下将平均成功率从23.0%提高到67.4%。这突显了保护注意力通路对于提高传感器网络中VLA驱动边缘节点鲁棒性的重要性。
cs.RO / 47 / 2608.01029

Diffusion-Based Body Schema Learning Enabling Abnormal-State Adaptation in Musculoskeletal Robots

基于扩散的身体模式学习促进肌肉骨骼机器人在异常状态下的适应
Kawaharazuka, Kento, Ikemoto, Shuhei
Abstract
Musculoskeletal robots require an internal body schema that remains consistent under a wide range of physical state changes, including abnormalities such as muscle rupture and actuator jamming. Conventional approaches based on autoencoders or variational autoencoders learn average behaviors by projecting sensor and actuator signals into a low-dimensional latent space; however, exploration within the latent space alone has limited capability to handle out-of-distribution or abnormal states that are not included in the training data. To address this limitation, this study proposes a diffusion-based framework for body schema learning in musculoskeletal robots. Unlike generative models that operate through low-dimensional latent spaces, diffusion models can directly and iteratively estimate physically consistent sensor and actuator values in the high-dimensional space through a denoising process, even under partial observations and constraints, without requiring retraining. By formulating body schema adaptation as a gradient-guided denoising process, the proposed method enables adaptive estimation of appropriate muscle lengths and muscle tensions even under abnormal conditions such as muscle rupture and actuator jamming. The validity of the proposed framework is verified through simulation experiments using a musculoskeletal robot model.
Chinese Translation
肌肉骨骼机器人需要一个在各种物理状态变化下保持一致的内部身体模式,包括肌肉撕裂和执行器卡滞等异常情况。基于自编码器或变分自编码器的传统方法通过将传感器和执行器信号投影到低维潜在空间来学习平均行为;然而,仅在潜在空间内进行探索的能力有限,无法处理训练数据中未包含的分布外或异常状态。为了解决这一局限性,本研究提出了一种基于扩散的身体模式学习框架,适用于肌肉骨骼机器人。与通过低维潜在空间操作的生成模型不同,扩散模型可以通过去噪过程直接和迭代地估计高维空间中物理一致的传感器和执行器值,即使在部分观测和约束条件下,也无需重新训练。通过将身体模式适应公式化为梯度引导的去噪过程,所提出的方法能够在肌肉撕裂和执行器卡滞等异常条件下自适应地估计适当的肌肉长度和肌肉张力。通过使用肌肉骨骼机器人模型的仿真实验验证了所提出框架的有效性。
cs.RO / 48 / 2608.01035

WAM-Diff2: Hierarchical AR-to-Diffusion Distillation for Highly Efficient Autonomous Driving VLA

WAM-Diff2:用于高效自主驾驶的层次化自回归到扩散蒸馏
Zhu, Zhihao, Shang, Hanlin, Xu, Mingwang, Cai, Feipeng, He, Zhuolin, Li, Yaoyi, Han, Jianhua, Xu, Hang, Zhu, Siyu
Abstract
Vision-Language-Action (VLA) models have emerged as a prominent paradigm for end-to-end autonomous driving; however, their efficient deployment is severely constrained by high computational latency and exposure bias arising from sequential autoregressive decoding. Conversely, while specialized diffusion policies enable low-latency, parallel execution, training them from scratch typically yields narrow, single-task architectures that lack holistic visual-linguistic reasoning. Successfully transforming pre-trained autoregressive generalists into parallel diffusion models could combine multi-task cognitive intelligence with execution efficiency, yet this transition presents a formidable architectural challenge due to mismatched attention patterns (causal versus bidirectional) and divergent optimization objectives. To bridge this divide, we introduce WAM-Diff2, a multi-task discrete diffusion VLA framework powered by a three-stage hierarchical distillation strategy. By structuring the architectural shift through progressive block-wise adaptation, block-wise distillation, and model-wise cross-scale distillation, WAM-Diff2 preserves the underlying semantic foundations of the base model while accelerating inference. Extensive evaluations across driving understanding, perception, and planning benchmarks demonstrate that WAM-Diff2 effectively mitigates exposure bias and achieves performance parity with autoregressive baselines. Crucially, the autoregressive-to-diffusion transition yields a 2.8x decoding speedup, which scales to an ultimate 15.1x acceleration when combined with system-level optimizations including FlashInfer and CUDA Graphs.
Chinese Translation
视觉-语言-行动(VLA)模型已成为端到端自主驾驶的一个重要范式;然而,由于顺序自回归解码所导致的高计算延迟和暴露偏差,其高效部署受到严重限制。相反,尽管专门的扩散策略能够实现低延迟的并行执行,但从零开始训练它们通常会产生狭窄的单任务架构,缺乏整体的视觉-语言推理。成功地将预训练的自回归通用模型转变为并行扩散模型,能够将多任务认知智能与执行效率结合起来,但这一转变由于注意力模式(因果与双向)不匹配和优化目标的差异,带来了巨大的架构挑战。为了解决这一问题,我们提出了WAM-Diff2,一个由三阶段层次化蒸馏策略驱动的多任务离散扩散VLA框架。通过逐步的块级适应、块级蒸馏和模型级跨尺度蒸馏来构建架构转变,WAM-Diff2在加速推理的同时保留了基础模型的语义基础。在驾驶理解、感知和规划基准上的广泛评估表明,WAM-Diff2有效减轻了暴露偏差,并与自回归基线达成了性能平衡。关键的是,自回归到扩散的转变实现了2.8倍的解码加速,当与包括FlashInfer和CUDA Graphs在内的系统级优化结合时,最终可实现15.1倍的加速。
cs.RO / 49 / 2608.01066

OC-VLA++: Monocular Geometry-Guided Cross-View Consistency for Viewpoint-Robust Robotic Manipulation

OC-VLA++:基于单目几何引导的跨视角一致性用于视角鲁棒的机器人操作
Zhang, Tianyi, Gong, Ziyang, Yang, Zhenjie, Qian, Zhe, Duan, Haonan
Abstract
We propose OC-VLA++, an extension of OC-VLA for viewpoint generalization under limited camera coverage. While OC-VLA grounds robot actions in the camera coordinate system to align action supervision with visual observations, camera-space grounding alone can still overfit to the few viewpoints observed during training. OC-VLA++ addresses this limitation by introducing geometry-guided paired-view supervision and an explicit cross-view action-equivariance objective. Given paired observations of the same manipulation scene from geometrically related viewpoints, the model is trained such that their camera-space predictions correspond to the same robot-frame action. This objective explicitly supervises how action predictions should transform across viewpoints, rather than relying solely on image-level augmentation. Experiments demonstrate substantial improvements in unseen-view generalization under limited camera coverage, with performance degrading more gracefully under increasing camera displacement. These results establish cross-view action equivariance as an effective complement to observation-centric action grounding for robust real-world deployment.
Chinese Translation
我们提出了OC-VLA++,这是OC-VLA在有限相机覆盖下进行视角泛化的扩展。虽然OC-VLA将机器人动作基于相机坐标系进行定位,以使动作监督与视觉观察对齐,但仅依赖相机空间的定位仍可能导致对训练期间观察到的少数视角的过拟合。OC-VLA++通过引入几何引导的配对视图监督和显式的跨视角动作等变性目标来解决这一限制。给定来自几何相关视角的同一操作场景的配对观察,模型的训练目标是使其在相机空间的预测对应于相同的机器人框架动作。该目标明确监督了动作预测在不同视角下的变换方式,而不仅仅依赖于图像级增强。实验表明,在有限相机覆盖下,未见视角的泛化能力有显著提升,且在相机位移增加时性能下降更加平缓。这些结果确立了跨视角动作等变性作为观察中心动作定位的有效补充,为稳健的现实世界部署提供了支持。
cs.RO / 50 / 2608.01077

VespaSeg: A Resource-Aware Ground-then-Segment Pipeline for Referring Expression Segmentation

VespaSeg:一种资源感知的先定位后分割管道用于指称表达分割
Wickramasinghe, Savindu Dilshan
Abstract
Referring expression segmentation requires language conditioned localization and pixel-accurate masks, but monolithic models can be costly to deploy. We present VespaSeg, a modular pipeline that grounds a text query with a compact vision-language model and converts the predicted box to a mask with MobileSAM. We study Florence-2-base, Florence-2-large, and Moondream2 grounders together with targeted adaptation of the grounding and segmentation stages. Under a repository-specific RefCOCO validation protocol containing the first expression for each of 3,811 referenced-object records, the adapted Florence-2-base pipeline obtains 73.64 mean intersection over union (mIoU) and 84.60 precision at IoU 0.5. On an NVIDIA RTX 6000 Ada GPU it processes 22.8 cached-image queries per second with 2.20 GB mean allocated GPU memory. A matched 500-query comparison gives 73.73 mIoU for Florence-2-base and 72.82 for Florence-2-large, while the base model is 1.70 times faster and uses 1.17 GB less allocated memory. Ablations show that ground-truth-box adaptation raises MobileSAM mIoU from 82.22 to 86.61 and that reducing the Florence-2 output-token budget from 64 to 32 preserves accuracy. These results support compact, modular grounding and segmentation, while also exposing the need for evaluation on the complete standard RefCOCO expression splits and deployment hardware.
Chinese Translation
指称表达分割需要基于语言的定位和像素级的精确掩码,但单一模型的部署成本可能较高。我们提出了VespaSeg,这是一种模块化管道,它通过紧凑的视觉-语言模型对文本查询进行定位,并使用MobileSAM将预测的框转换为掩码。我们研究了Florence-2-base、Florence-2-large和Moondream2定位器,并针对定位和分割阶段进行了有针对性的适配。在一个特定于库的RefCOCO验证协议下,该协议包含3,811个参考对象记录中的第一个表达,适配后的Florence-2-base管道获得了73.64的平均交并比(mIoU)和84.60的IoU 0.5时的精度。在NVIDIA RTX 6000 Ada GPU上,它每秒处理22.8个缓存图像查询,平均分配的GPU内存为2.20 GB。与500个查询的匹配比较显示,Florence-2-base的mIoU为73.73,而Florence-2-large为72.82,同时基础模型的速度快1.70倍,且使用的分配内存少1.17 GB。消融实验表明,真实框适配将MobileSAM的mIoU从82.22提高到86.61,并且将Florence-2输出令牌预算从64减少到32能够保持准确性。这些结果支持紧凑的模块化定位和分割,同时也暴露了在完整标准RefCOCO表达拆分和部署硬件上进行评估的必要性。
cs.RO / 51 / 2608.01083

Sparse Meets Dense: Correspondence Guided Robotic Manipulation with Rigid-Deformable Interactions

稀疏与密集相遇:刚性-可变形交互下的对应引导机器人操控
Zhu, Ziyu, Chen, Yue, Liang, Xirui, Bae, Hojin, Wang, Yuran, Yuan, Zhen, Wu, Ruihai, Dong, Hao
Abstract
Manipulation involving rigid-deformable interactions, such as hanging clothes or dressing humans, is common in daily life, making it essential for household robots. Compared to single-object manipulation or interactions between rigid bodies, these tasks are particularly challenging due to the rich multi-point contacts and the complex dynamics of the deformable bodies during interaction. Therefore, object-centric representations such as 6D poses or structural points without task-specific information become insufficient for these interactions. In this work, we propose a hybrid correspondence-based representation tailored for rigid-deformable interactions. First, to capture intricate interaction information, we introduce structure-, task-, and interaction-aware sparse keypoints. The keypoints are generated based on the global structures of both rigid and deformable objects, and filtered by their local interaction contacts. However, tracking these sparse keypoints through the interaction remains difficult due to the high-dimensional dynamics of deformable objects. Therefore, we further construct dense correspondences on the deformable objects for accurate keypoint tracking throughout the manipulation. This hybrid design combines the advantages of both representations: sparse keypoints encode rich, task-specific information for fine-grained manipulation, while dense correspondences ensure efficient tracking and generalization to novel deformations, shapes, and scenarios. Together, they enable one-shot transfer to new tasks with minimal demonstrations. Extensive experiments demonstrate the effectiveness and broad applicability of our method.
Chinese Translation
涉及刚性-可变形交互的操控,例如晾衣服或为人穿衣,在日常生活中非常常见,因此对家用机器人至关重要。与单一物体操控或刚性物体之间的交互相比,这些任务由于多点接触的丰富性和可变形物体在交互过程中的复杂动态而特别具有挑战性。因此,像6D位姿或结构点这样的以物体为中心的表示方法在这些交互中变得不足。在本研究中,我们提出了一种针对刚性-可变形交互的混合对应基础表示。首先,为了捕捉复杂的交互信息,我们引入了结构、任务和交互感知的稀疏关键点。这些关键点是基于刚性和可变形物体的全局结构生成的,并通过其局部交互接触进行过滤。然而,由于可变形物体的高维动态,跟踪这些稀疏关键点在交互过程中仍然困难。因此,我们进一步在可变形物体上构建密集对应,以便在整个操控过程中实现准确的关键点跟踪。这种混合设计结合了两种表示的优点:稀疏关键点编码了丰富的任务特定信息,以实现细粒度操控,而密集对应则确保了高效的跟踪和对新变形、形状和场景的泛化。两者结合使得在最少演示的情况下能够一次性转移到新任务。大量实验表明我们的方法的有效性和广泛适用性。
cs.RO / 52 / 2608.01102

CAAT: Contact-Aware Attention Scaling and Tactile Masking for Data-Efficient Contact-Rich Manipulation

CAAT:用于数据高效接触丰富操作的接触感知注意力缩放和触觉屏蔽
Jiang, Jiaming, Huang, Yuzhe, Liang, Hao, Lin, Pei, Luo, Shengcheng, Dong, Fanrong, Wu, Jiaping, Xiao, Chenxi, Li, Wanlin, Jiao, Ziyuan
Abstract
In contact-rich manipulation, visual observations primarily guide motion in free space, whereas tactile observations become particularly informative during contact. However, standard Transformer-based visuo-tactile policies typically rely on either token concatenation or learnable gating. These approaches lack explicit contact-aware priors, making it difficult to efficiently learn effective cross-modal representations from demonstrations. To address this limitation, we propose CAAT, a lightweight contact-aware framework that explicitly incorporates contact priors through attention scaling and dynamic tactile masking. Specifically, CAAT emphasizes visual information before contact and tactile information during contact. It also suppresses static background tokens by comparing the current tactile observation with a non-contact reference. CAAT can be integrated into commonly used Transformer-based policies without modifying their action decoders. In simulation, integrating CAAT with ACT improves the average success rate by 18.0 percentage points over direct visuo-tactile fusion and by 10.0 percentage points over gated fusion. In real-world experiments using a visuo-tactile UMI platform, CAAT achieves an average success rate of 60.0% across ACT, Diffusion Policy, and $\pi_0$, outperforming the strongest baseline by an average of 21.1 percentage points. These results demonstrate that explicit contact priors and dynamic tactile masking are effective in improving visuo-tactile policy learning and task performance of diverse policy architectures. https://mrjiangjm.github.io/caat/
Chinese Translation
在接触丰富的操作中,视觉观察主要引导自由空间中的运动,而触觉观察在接触过程中变得特别重要。然而,标准的基于Transformer的视觉-触觉策略通常依赖于令牌连接或可学习的门控。这些方法缺乏明确的接触感知先验,使得从示范中有效学习跨模态表示变得困难。为了解决这一限制,我们提出了CAAT,一种轻量级的接触感知框架,通过注意力缩放和动态触觉屏蔽显式地结合接触先验。具体而言,CAAT在接触前强调视觉信息,在接触期间强调触觉信息。它还通过将当前触觉观察与非接触参考进行比较来抑制静态背景令牌。CAAT可以无缝集成到常用的基于Transformer的策略中,而无需修改其动作解码器。在仿真中,将CAAT与ACT集成使平均成功率比直接的视觉-触觉融合提高了18.0个百分点,比门控融合提高了10.0个百分点。在使用视觉-触觉UMI平台的真实世界实验中,CAAT在ACT、扩散策略和$ ext{π}_0$上实现了60.0%的平均成功率,平均超越最强基线21.1个百分点。这些结果表明,显式的接触先验和动态触觉屏蔽在提高视觉-触觉策略学习和多样化策略架构的任务表现方面是有效的。
cs.RO / 53 / 2608.01129

FeDepth: Federated Learning for Depth Estimation under Robot Heterogeneity

FeDepth:针对机器人异质性下的深度估计的联邦学习
Lee, Ganghyeon, Lee, Inha, Lee, Junhee, Lee, Jeongeon, Yoon, Sung Whan, Joo, Kyungdon
Abstract
Although recent robot perception research emphasizes training on data from diverse environments to improve generalization, most existing methods still rely on centralized learning, which is inefficient and difficult to scale across heterogeneous robot platforms. Federated learning (FL) offers an alternative by enabling distributed training without raw data transfer, but it suffers from severe performance degradation under domain shifts caused by heterogeneity across clients. In real robotic deployments, data distributions often overlap across platforms, environments, and sensing conditions, making it difficult to partition clients into clearly separated domains. However, this characteristic breaks the assumption of clearly separable client domains commonly used in clustered FL. To address this gap in robot perception, particularly in depth estimation, we introduce two realistic and unexplored non-IID scenarios that reflect heterogeneity in terms of platform, environment, and depth distribution. We then propose FeDepth, a descriptor-based clustered FL framework that models client relationships through soft clustering. Unlike hard clustering methods that assume clearly separated clusters, FeDepth allows clients to participate in multiple clusters, capturing continuous and ambiguous domain transitions commonly observed in robotic environments. Extensive experiments demonstrate that FeDepth consistently improves robustness over standard FL and clustered FL baselines across multiple depth estimation architectures, providing a practical and effective solution for federated robot perception. Our project page is available at https://vision3d-lab.github.io/fedepth/.
Chinese Translation
尽管最近的机器人感知研究强调在多样化环境的数据上进行训练以提高泛化能力,但大多数现有方法仍依赖于集中式学习,这在异质机器人平台上效率低下且难以扩展。联邦学习(Federated Learning, FL)提供了一种替代方案,通过实现分布式训练而无需传输原始数据,但在由于客户端之间的异质性引起的领域转移下,性能严重下降。在实际的机器人部署中,数据分布通常在平台、环境和传感条件之间重叠,这使得将客户端划分为明显分离的领域变得困难。然而,这一特征打破了在聚类FL中常用的明显可分客户端领域的假设。为了填补机器人感知,特别是深度估计中的这一空白,我们引入了两个反映平台、环境和深度分布异质性的现实且未被探索的非独立同分布(non-IID)场景。然后,我们提出了FeDepth,一种基于描述符的聚类FL框架,通过软聚类建模客户端关系。与假设明显分离聚类的硬聚类方法不同,FeDepth允许客户端参与多个聚类,捕捉在机器人环境中常见的连续和模糊的领域转变。大量实验表明,FeDepth在多个深度估计架构上始终优于标准FL和聚类FL基线,提供了一种实用有效的联邦机器人感知解决方案。我们的项目页面可访问 https://vision3d-lab.github.io/fedepth/。
cs.RO / 54 / 2608.01172

Complete Motion Planning using Workspace-Fibered Decomposition for nR-Planar Manipulator

基于工作空间纤维分解的 nR 平面操纵器完整运动规划
Rath, Aayush, Thomas, Antony
Abstract
We propose a workspace-fibered decomposition framework for motion planning in nR planar redundant manipulators operating in cluttered environments. Rather than planning directly in the full n-dimensional configuration space, the method incrementally constructs obstacle-constrained reachable workspaces of lower-dimensional non-redundant sub-chains and recursively lifts them through redundant orientation fibers. This yields a sequence of reduced planning manifolds that preserve branch-consistent reachability structure while avoiding explicit construction of the full configuration-space obstacle geometry. We first establish that, for planar position-only manipulators, the obstacle-constrained reachable workspace induced by the minimal non-redundant sub-chain provides an exact characterization of feasibility with respect to the connected component of the start configuration, enabling early infeasibility detection prior to introducing redundant degrees of freedom (DOF). We then introduce an incremental fiber-lifting procedure that propagates reachable workspace structure through successive redundant links while enforcing local inverse-kinematic branch consistency using Jacobian determinant continuity constraints. The resulting representation admits efficient reduced-space planning directly on recursively-constructed workspace-fiber manifolds. Experimental results on redundant nR planar manipulators demonstrate that the proposed construction preserves collision-free connectivity structure across successive lifting stages while substantially reducing collision checking complexity relative to direct configuration space reasoning.
Chinese Translation
我们提出了一种工作空间纤维分解框架,用于在拥挤环境中进行 nR 平面冗余操纵器的运动规划。该方法不是直接在完整的 n 维配置空间中进行规划,而是逐步构建低维非冗余子链的障碍约束可达工作空间,并通过冗余方向纤维递归提升它们。这产生了一系列减少的规划流形,保留了分支一致的可达性结构,同时避免了对完整配置空间障碍几何形状的显式构建。我们首先证明,对于仅平面位置的操纵器,由最小非冗余子链诱导的障碍约束可达工作空间提供了关于起始配置连通分量的可行性精确表征,从而在引入冗余自由度(DOF)之前实现早期不可行性检测。然后,我们引入了一种增量纤维提升过程,通过连续的冗余链传递可达工作空间结构,同时使用雅可比行列式连续性约束来强制局部逆运动学分支一致性。最终的表示允许在递归构建的工作空间纤维流形上直接进行高效的减小空间规划。对冗余 nR 平面操纵器的实验结果表明,所提出的构建在连续提升阶段保持了无碰撞连通结构,同时相对于直接配置空间推理显著降低了碰撞检测的复杂性。
cs.RO / 55 / 2608.01201

PRISM: Privileged Probabilistic Latent Supervision for End-to-End Autonomous Driving Motion Planning

PRISM:用于端到端自主驾驶运动规划的特权概率潜在监督
Havrylov, Volodymyr, Janjoš, Faris, Look, Andreas, Mathes, Jürgen, Geiger, Andreas
Abstract
End-to-end autonomous driving (E2E AD) systems integrate perception, prediction, and planning into a single differentiable architecture. While these models show great promise, their standard training often relies on output-only supervision, which can lead to weak gradients for the hidden layers of increasingly complex models. Recent works have integrated vision-language model (VLM) supervision for latent features to address this, yielding substantial empirical gains, yet leaving the underlying theoretical mechanisms poorly understood. Our investigation into this methodology reveals that the resulting performance gains stem not from VLM reasoning capabilities, as previously assumed, but rather from the latent connections forged between the E2E AD model and ground-truth (GT) data during training. Building on this insight, we propose a probabilistic deep supervision framework that regularizes intermediate latent representations directly from GT data. By treating model latents as reparameterizable distributions, we optimize the architecture via the Evidence Lower Bound (ELBO). Our evaluations conducted on the nuScenes dataset demonstrate that supervising trajectory-related latents with future GT paths consistently improves planning performance. Using identical training data and E2E architectures, our method achieves an 8% reduction in planning L2 error and a 3% decrease in collision rates compared to competitive vectorized baselines, all while incurring negligible computational overhead.
Chinese Translation
端到端自主驾驶(E2E AD)系统将感知、预测和规划整合到一个单一的可微分架构中。尽管这些模型展现出巨大的潜力,但其标准训练通常依赖于仅输出监督,这可能导致对于日益复杂模型的隐藏层产生较弱的梯度。近期的研究将视觉-语言模型(VLM)监督整合到潜在特征中,以解决这一问题,取得了显著的实证增益,但其背后的理论机制仍然不够清晰。我们对这一方法的调查表明,性能提升的原因并非源于VLM的推理能力,如之前所假设的,而是源于在训练过程中E2E AD模型与真实数据(GT)之间建立的潜在联系。基于这一见解,我们提出了一种概率深度监督框架,直接从GT数据对中间潜在表示进行正则化。通过将模型潜在视为可重新参数化的分布,我们通过证据下界(ELBO)优化架构。我们在nuScenes数据集上的评估表明,使用未来GT路径对与轨迹相关的潜在进行监督,能够持续改善规划性能。在使用相同训练数据和E2E架构的情况下,我们的方法相比于竞争性的向量化基线实现了8%的规划L2误差降低和3%的碰撞率下降,同时几乎没有增加计算开销。
cs.RO / 56 / 2608.01221

EndoWAM: A Grounded World-Action Model for Generalizable Endoscopic Navigation

EndoWAM:一种用于可泛化内窥镜导航的基础世界-动作模型
Lin, Jinsong, Pan, Zikang, Liu, Wanhao, Ng, Chi Kit, Shao, Liangjing, Yu, Zihang, Wang, Ziyu, Wang, Yin, Wang, Jiaxi, Teoh, Jeremy Yuen-Chun, Xiong, Zhiyong, Gao, Huxin, Ren, Hongliang
Abstract
Autonomous endoscopic navigation can reduce clinicians' operational burden, yet robust control remains challenging due to tissue deformation, transient occlusions, and rapidly changing viewpoints. Existing learning-based policies typically predict actions from current observations without explicitly modeling future dynamics, limiting their robustness and reliability in safety-critical settings. World Action Models (WAMs) offer a promising alternative by coupling predictive visual dynamics with action generation, but extending them to robotic endoscopy remains challenging due to limited training data, restricted viewpoint diversity, deformable anatomy, and high inference latency. We present EndoWAM, which is, to our knowledge, the first WAM for generalizable robotic endoscopic navigation. EndoWAM introduces future grounding, which predicts task-relevant target regions in future observations from intermediate denoising features of a video world model. Specifically, EndoWAM couples a lightweight diffusion transformer for future target-region prediction with a discrete action expert through a shared predictive representation. This design injects target-aware supervision into predictive dynamics modeling, improving robustness to visual degradation and viewpoint changes while enabling real-time control in a single denoising pass. We further introduce EndoMotion, a robotic endoscopic motion dataset spanning three anatomically distinct procedures: ureteroscopy, esophagoscopy, and endoscopic retrograde cholangiopancreatography (ERCP). EndoWAM consistently outperforms all baselines and alternative grounding strategies, while demonstrating strong zero-shot generalization to unseen viewpoints, environments, and targets. These results establish EndoWAM as a predictive, target-grounded framework for accurate, generalizable, and long-horizon navigation in visually constrained endoscopic environments.
Chinese Translation
自主内窥镜导航可以减轻临床医生的操作负担,但由于组织变形、瞬时阻塞和快速变化的视角,稳健控制仍然具有挑战性。现有的基于学习的策略通常从当前观察中预测动作,而未明确建模未来动态,这限制了它们在安全关键环境中的稳健性和可靠性。世界动作模型(World Action Models, WAMs)通过将预测视觉动态与动作生成相结合,提供了一种有前景的替代方案,但由于训练数据有限、视角多样性受限、可变形解剖结构和高推理延迟,将其扩展到机器人内窥镜仍然具有挑战性。我们提出了EndoWAM,据我们所知,这是第一个用于可泛化机器人内窥镜导航的WAM。EndoWAM引入了未来基础(future grounding),它从视频世界模型的中间去噪特征中预测未来观察中的任务相关目标区域。具体而言,EndoWAM将轻量级扩散变换器与离散动作专家通过共享的预测表示相结合,以实现未来目标区域的预测。这一设计将目标感知的监督注入到预测动态建模中,提高了对视觉退化和视角变化的稳健性,同时在单次去噪过程中实现实时控制。我们进一步介绍了EndoMotion,这是一个涵盖三种解剖上不同的程序的机器人内窥镜运动数据集:输尿管镜检查、食管镜检查和内窥镜逆行胰胆管造影(ERCP)。EndoWAM在所有基线和替代基础策略中始终表现优越,同时在未见视角、环境和目标上展示了强大的零样本泛化能力。这些结果确立了EndoWAM作为一个预测性、目标基础的框架,用于在视觉受限的内窥镜环境中实现准确、可泛化和长时间的导航。
cs.RO / 57 / 2608.01265

Hermite Curves as Trajectory Priors for Vision-Language-Action Models

作为视觉-语言-动作模型轨迹先验的Hermite曲线
Lv, Qi, Xing, Jianming, Yang, Zhao, Yao, Mingyuan, Shi, Yinan, Jueluo, Yawei, Shou, Mike Zheng, Deng, Xiang
Abstract
Despite recent progress in Vision-Language-Action (VLA) models for robotic manipulation, the action chunk remains a weakly structured interface. Existing work typically flatten each chunk into per-timestep controls, relying on implicit data learning that manifests as jagged motion and boundary discontinuities during physical execution. To address these limitations, we introduce Hermite trajectory priors, parameterizing the chunk trajectory as a piecewise cubic Hermite curve defined by endpoint positions and velocities to explicitly enforce smoothness and continuity. We instantiate this fixed operator across discrete autoregressive and continuous generative paradigms via three variants: (1) Hermite Tokens, which predict quantized boundary variables autoregressively; (2) Hermite Scaffold, which decomposes clean actions into a base scaffold and residuals; and (3) Hermite Regularization, which applies the prior strictly as an auxiliary training objective. Across simulation benchmarks and real-robot platforms, Hermite Regularization achieves superior performance among these three variants, improving {\pi}0.5 baseline success rates from 95.9% to 98.7% on LIBERO, 85.7% to 90.9% on LIBERO-plus, and 63.4% to 90.0% across four real-robot tasks without additional inference overhead. Trajectory analyses reveal that explicitly structuring trajectory priors serves most effectively as a learning inductive bias rather than a runtime constraint.
Chinese Translation
尽管在机器人操作的视觉-语言-动作(VLA)模型方面取得了近期进展,但动作块仍然是一个结构较弱的接口。现有工作通常将每个块展平为每个时间步的控制,依赖于隐式数据学习,这在物理执行过程中表现为锯齿状运动和边界不连续性。为了解决这些局限性,我们引入了Hermite轨迹先验,将块轨迹参数化为由端点位置和速度定义的分段三次Hermite曲线,以明确强制平滑性和连续性。我们通过三种变体在离散自回归和连续生成范式中实例化这一固定算子:(1)Hermite Tokens,按自回归方式预测量化边界变量;(2)Hermite Scaffold,将干净的动作分解为基础支架和残差;(3)Hermite Regularization,严格将先验作为辅助训练目标应用。在模拟基准和真实机器人平台上,Hermite Regularization在这三种变体中表现出色,将{C0}0.5基线成功率从95.9%提高到98.7%(LIBERO),从85.7%提高到90.9%(LIBERO-plus),以及在四个真实机器人任务中从63.4%提高到90.0%,且没有额外的推理开销。轨迹分析表明,明确构建轨迹先验在学习归纳偏置方面最为有效,而不是作为运行时约束。
cs.RO / 58 / 2608.01381

DreamTrajectory: Trajectory-Guided Action Generation with World Model Alignment for Mobile Manipulation

DreamTrajectory:基于轨迹引导的行动生成与世界模型对齐的移动操控
Yang, Zheng, Zhang, Wenjie, Chen, Xiangyu, Song, Wenxuan, Wang, Xianpeng, Kang, Yihang, Chen, Wen, Wang, Lujia, Xu, Renjing, Chu, Xiaowen
Abstract
Mobile manipulation requires a robot to coordinate base and arm motion under continuously changing viewpoints and contact conditions, within an action space far larger than that of fixed-base manipulation. Existing Vision-Language-Action (VLA) policies are limited in two respects. (i)They map observations directly to whole-body action chunks, searching this large action space without an explicit task-space motion plan, which makes coordinated base--arm prediction imprecise. (ii)They execute the predicted chunk open-loop, without checking whether the actions can realize the motion the policy intended, so control errors and unmodeled contacts accumulate into a gap between planned and realized motion. We present DreamTrajectory, a trajectory-guided framework for language-conditioned mobile manipulation that introduces one component for each limitation. Addressing(i), DreamTrajectory jointly predicts an intention-level end-effector trajectory and a whole-body action chunk in a single action expert, so that the trajectory explicitly guides base--arm action generation instead of remaining implicit. Addressing(ii), a lightweight trajectory world model predicts the trajectory that a candidate action chunk would induce, and a test-time search--predict--score procedure selects the candidate best aligned with the planned trajectory. On MS-HAB, trajectory guidance raises average success from 32.3% to 47.5% and test-time refinement further to 54.8%, with the largest gains on contact-rich articulated-object tasks. On three real-world mobile manipulation tasks, the corresponding average success rates are 63.3%, 81.7%, and 90.0%.
Chinese Translation
移动操控要求机器人在不断变化的视角和接触条件下协调底盘和臂部运动,其行动空间远大于固定底盘操控。现有的视觉-语言-行动(VLA)策略在两个方面存在局限性。(i) 它们直接将观察映射到全身动作块,在没有明确任务空间运动计划的情况下搜索这个庞大的行动空间,这使得底盘与臂部的协调预测不够精确。(ii) 它们以开放环路执行预测的动作块,而不检查这些动作是否能够实现策略所意图的运动,因此控制误差和未建模的接触会导致计划与实际运动之间的差距。我们提出了DreamTrajectory,一个基于轨迹引导的语言条件移动操控框架,为每个局限性引入一个组件。针对(i),DreamTrajectory在一个单一的动作专家中联合预测意图级末端执行器轨迹和全身动作块,使得轨迹明确引导底盘与臂部的动作生成,而不是保持隐式。针对(ii),一个轻量级轨迹世界模型预测候选动作块将引发的轨迹,并通过测试时的搜索-预测-评分程序选择与计划轨迹最佳对齐的候选动作。在MS-HAB上,轨迹引导将平均成功率从32.3%提升至47.5%,测试时的优化进一步提升至54.8%,在接触丰富的关节物体任务中获得了最大的提升。在三个真实世界的移动操控任务中,相应的平均成功率分别为63.3%、81.7%和90.0%。
cs.RO / 59 / 2608.01397

SG-WAM: Self-Guided World Modeling in Geometry-Aware Policy Space

SG-WAM:自指导的几何感知策略空间中的世界建模
Zhao, Ruiteng, Zhang, Zhengshen, Su, Yue, Wang, Wenshuo, Li, Jiahui, Yang, Zhiyuan, Tay, Francis E. H., Ang Jr., Marcelo H., Zhu, Haiyue
Abstract
World Action Models (WAMs) couple action generation with prediction of future states. Their effectiveness depends on whether future dynamics are modeled in a space that is both aligned with action generation and sufficiently geometry-aware to capture where and how actions change the scene. Existing WAMs typically satisfy only part of this requirement, relying on either perceptually heavy observation-space targets or auxiliary latent spaces that are not jointly structured for action relevance and geometry. We propose SG-WAM, a self-guided framework that learns geometry-aware action-conditioned dynamics directly in the policy-derived representation space. SG-WAM introduces learnable dynamics tokens and a Self-Guided World Predictor that forecasts their future latent states conditioned on intervening robot actions. Prediction targets are generated by an exponential moving average copy of the same policy backbone, providing stable supervision within the representation family used by the action expert. Geometric supervision further structures the policy image-token representations, providing spatially grounded context for the dynamics tokens and yielding a future-alignment space that is both action-relevant and geometry-aware. Latent future prediction, geometric grounding, and flow-matching action generation are jointly optimized end-to-end in a unified framework. Built on a 0.9B model without large-scale embodied pretraining, SG-WAM achieves 98.5% average success on LIBERO and 73% on LIBERO-Plus, while outperforming strong baselines in both in-distribution and out-of-distribution real-world evaluations.
Chinese Translation
世界行动模型(WAMs)将行动生成与未来状态的预测结合起来。它们的有效性取决于未来动态是否在一个既与行动生成对齐又足够几何感知的空间中建模,以捕捉行动如何以及在何处改变场景。现有的WAM通常仅满足这一要求的一部分,依赖于感知负担较重的观察空间目标或未针对行动相关性和几何结构共同构建的辅助潜在空间。我们提出了SG-WAM,一个自指导框架,直接在策略导出的表示空间中学习几何感知的行动条件动态。SG-WAM引入了可学习的动态标记和一个自指导的世界预测器,该预测器根据干预机器人的行动预测其未来潜在状态。预测目标由同一策略骨干的指数移动平均副本生成,为行动专家使用的表示家族提供稳定的监督。几何监督进一步构建了策略图像标记表示,为动态标记提供空间基础的上下文,并产生一个既与行动相关又几何感知的未来对齐空间。潜在未来预测、几何基础和流匹配行动生成在一个统一框架中端到端地共同优化。在没有大规模具身预训练的0.9B模型基础上,SG-WAM在LIBERO上实现了98.5%的平均成功率,在LIBERO-Plus上实现了73%的成功率,同时在分布内和分布外的真实世界评估中均超越了强基线。
cs.RO / 60 / 2608.01402

Demystifying When and Why VLAs Fail in Contact-Rich Tasks and How to Fix Them

揭示视觉-语言-动作模型在接触丰富任务中失败的时机与原因及其解决方案
Parés-Morlans, Carlota, Kuhn, Nils, Liu, Isabel, Longhini, Alberta, Bohg, Jeannette
Abstract
We address the problem of understanding when and why Vision-Language-Action models struggle with contact-rich manipulation tasks that require precise physical interaction. Prior work has primarily focused on addressing contact failures through force-augmented architectures and training-time regularizers, yet the root causes of these failures remain underexplored. We identify two distinct failure modes underlying this gap. Precision failures are rooted in a flow-matching policy training mismatch, and force failures arise from the distinctive structure of force signals. We address each failure mode with a targeted mechanism and combine them into FACT, which achieves 66% average success rate across five contact-rich tasks against 41% for the best prior baseline, in an evaluation spanning almost 2,500 real-world rollouts.
Chinese Translation
我们探讨了视觉-语言-动作(Vision-Language-Action, VLA)模型在需要精确物理交互的接触丰富操控任务中为何会遇到困难的问题。以往的研究主要集中在通过增强力的架构和训练时正则化方法来解决接触失败,但这些失败的根本原因仍然未被充分探讨。我们识别出两种不同的失败模式导致了这一差距。精度失败源于流匹配策略训练的不匹配,而力失败则源于力信号的独特结构。我们针对每种失败模式提出了相应的机制,并将其结合成FACT模型,在对近2500次真实世界的实验评估中,FACT在五个接触丰富任务上的平均成功率达到了66%,而最佳的先前基线仅为41%。
cs.RO / 61 / 2608.01410

GenTrack: Physical Alignment for Robot-Native Motion Generation and Zero-Shot Humanoid Tracking

GenTrack:用于机器人原生运动生成和零样本人形跟踪的物理对齐
Ling, Zeyu, Yu, Xinyao, Yan, Renye, Cheng, Jikang, Wang, Zhanke, Shuai, Qing, Zou, Changqing
Abstract
General-purpose humanoid trackers can execute diverse references, but their zero-shot coverage depends on large embodied corpora that are costly to extend. Text-to-motion generators offer scalable supervision, yet models trained on human motion or retargeted data inherit a gap between kinematic plausibility and robot executability. Existing one-way pipelines fix either the generated corpus or the reward tracker. We introduce GenTrack, an online generator--tracker framework that alternates execution-grounded, group-relative generator alignment with tracker training on newly generated references; anchoring and rehearsal constrain drift. On Unitree G1, we evaluate GenTrack with ProtoMotions and SONIC backbones across three zero-shot tracking splits including public AMASS and LAFAN benchmarks, and a private out-of-distribution test set of 1,024 prompt-motion pairs in the wild. The online co-training strategy consistently produces generators that output more robot-executable motions with strong semantic alignment, and trackers with markedly broader zero-shot coverage and improved tracking accuracy, especially on out-of-distribution references. These results demonstrate that joint online post-training effectively narrows the executability gap between retargeted references and robot-native motion, advancing zero-shot humanoid control without additional data collection and beyond the limitations of a static reference pool.
Chinese Translation
通用人形跟踪器能够执行多样化的参考动作,但其零样本覆盖能力依赖于庞大的实体数据集,而扩展这些数据集的成本较高。文本到运动生成器提供了可扩展的监督,然而在基于人类运动或重定向数据训练的模型中,运动的运动学合理性与机器人可执行性之间存在差距。现有的一维管道要么固定生成的数据集,要么固定奖励跟踪器。我们提出了GenTrack,一个在线生成器-跟踪器框架,它交替进行基于执行的、群体相对的生成器对齐与对新生成参考的跟踪器训练;锚定和排练约束漂移。在Unitree G1上,我们使用ProtoMotions和SONIC骨干网络评估GenTrack,涵盖三个零样本跟踪分割,包括公共的AMASS和LAFAN基准,以及一个包含1,024对野外提示运动的私有分布外测试集。在线共同训练策略持续产生输出更多机器人可执行运动且具有强语义对齐的生成器,以及具有显著更广泛零样本覆盖和改进跟踪精度的跟踪器,特别是在分布外参考上。这些结果表明,联合在线后训练有效缩小了重定向参考与机器人原生运动之间的可执行性差距,推动了零样本人形控制的发展,无需额外的数据收集,并超越了静态参考池的局限。
cs.RO / 62 / 2608.01428

When Replanning Becomes the Bottleneck: Budgeted Replanning for Embodied Agents

当重新规划成为瓶颈:面向具身体代理的预算重新规划
Liu, Shuaijun, You, Feiyang, Chen, Xingwei, Su, Ningxin
Abstract
Embodied agents replan frequently to recover from execution drift, partial observability, and coordination hazards, but each LLM-based replanning call can consume an accumulated textual context that grows over time and across agents. Once this context becomes large, replanning latency develops heavy tails and can miss real-time deadlines even when task success remains high, a failure mode that is hard to detect from average latency or success alone. We present BRACE, a controller that formulates replanning as a budgeted control loop by deciding whether to replan, selecting a replanning mode, and allocating an explicit token budget and latency service-level objective (SLO) while accounting for optional efficiency modules. As a reusable component, we introduce E-RECAP, a cost-aware progressive token pruning method that predicts token utility and prunes replanning contexts across transformer layers while preserving critical head and tail tokens. Across Meta Habitat, RoboFactory, and AirSim, BRACE with E-RECAP reduces replanning-call token counts by 62-92% and SLO violation rates from 85.5-100.0% to 4.7-50.0% in settings where task success is already saturated. In a harder RoboFactory setting where open-loop, frozen-plan, and No BRACE all fail, BRACE + E-RECAP reaches 80.0% success with 4.6% SLO violations, demonstrating that tail-aware per-call budgeting is effective across embodied platforms.
Chinese Translation
具身体代理频繁进行重新规划,以应对执行漂移、部分可观测性和协调风险,但每次基于大语言模型(LLM)的重新规划调用可能会消耗随着时间和代理数量增加而累积的文本上下文。一旦该上下文变得庞大,重新规划的延迟将出现严重的尾部现象,即使任务成功率仍然很高,也可能错过实时截止期限,这种失败模式仅通过平均延迟或成功率很难检测到。我们提出了BRACE,一个将重新规划形式化为预算控制循环的控制器,通过决定是否重新规划、选择重新规划模式,并在考虑可选效率模块的情况下分配明确的令牌预算和延迟服务水平目标(SLO)。作为一个可重用组件,我们引入了E-RECAP,一种成本感知的渐进式令牌修剪方法,预测令牌的效用,并在保留关键头部和尾部令牌的同时修剪跨变换器层的重新规划上下文。在Meta Habitat、RoboFactory和AirSim等环境中,结合E-RECAP的BRACE将重新规划调用的令牌数量减少了62-92%,并将SLO违约率从85.5-100.0%降低到4.7-50.0%,在任务成功率已经饱和的情况下。在一个更具挑战性的RoboFactory环境中,开放循环、冻结计划和无BRACE的情况均失败,而BRACE + E-RECAP在4.6%的SLO违约率下达到了80.0%的成功率,证明了基于调用的尾部感知预算在具身平台上的有效性。
cs.RO / 63 / 2608.01452

DynamicManip: Enabling Dynamic Manipulation from a Single Static Demonstration

动态操控:从单一静态示范实现动态操控
Liao, Haoran, Wang, Pengyue, Chen, Shuoyu, Cheng, Kehan, Chen, Xuhang, Lin, Yuhao, Lin, Mu, Liang, Zhizhao, Fan, Xiaoyi, Xing, Chengyi, Niu, Dan, Wei, Yi-Lin, Zheng, Wei-Shi
Abstract
Dynamic manipulation is a critical capability for robots operating in complex and dynamic environments, where robots must interact with objects that are moving or require rapid adjustments. However, learning models for dynamic manipulation tasks face two major challenges: (1) the combinatorial complexity of dynamic scenarios leads to substantial data requirements, and (2) rapid variations in dynamics require real-time and accurate policy execution. In this paper, we propose DynamicManip to address these challenges through an efficient data augmentation pipeline and a low-latency imitation policy. We first propose a static-to-dynamic augmentation pipeline that synthesizes diverse dynamic manipulation demonstrations from a single static demonstration. Second, we introduce a dynamic-aware adaptive policy that adjusts its inference frequency according to task dynamics, enabling responsive and effective dynamic manipulation. Third, we build a dynamic manipulation benchmark, which includes diverse dynamic tasks with an automatic evaluation system for scalable and consistent assessment. Extensive experiments in both simulation and the real world demonstrate that DynamicManip not only provides significant improvements in data efficiency but also achieves better performance in dynamic manipulation tasks, with a mean success rate 18.4 percentage points higher and policy-query latency 32.9% lower.
Chinese Translation
动态操控是机器人在复杂和动态环境中操作的关键能力,在这些环境中,机器人必须与移动物体进行交互或进行快速调整。然而,学习动态操控任务的模型面临两个主要挑战:(1)动态场景的组合复杂性导致了大量的数据需求,以及(2)动态的快速变化要求实时和准确的策略执行。本文提出了DynamicManip,以通过高效的数据增强管道和低延迟的模仿策略来应对这些挑战。我们首先提出了一种静态到动态的增强管道,该管道从单一静态示范合成多样的动态操控示范。其次,我们引入了一种动态感知的自适应策略,根据任务动态调整其推理频率,从而实现响应迅速且有效的动态操控。第三,我们建立了一个动态操控基准,包括多样的动态任务,并配备自动评估系统,以实现可扩展和一致的评估。在模拟和现实世界中的大量实验表明,DynamicManip不仅在数据效率上提供了显著改善,而且在动态操控任务中实现了更好的性能,平均成功率提高了18.4个百分点,策略查询延迟降低了32.9%。
cs.RO / 64 / 2608.01506

Rapid Embodiment Adaptation for Quadrupedal Locomotion

四足运动的快速体现适应
Li, Dichen, Ai, Bo, Bohlinger, Nico, Peters, Jan, Su, Hao, Christensen, Henrik I.
Abstract
Humans readily adapt their movements as their bodies change through aging, injury, or load carrying, but learning-based robot policies often break when hardware properties shift. We introduce an online embodiment adaptation framework for quadrupedal locomotion that infers embodiment parameters from short interaction histories and conditions control on the inferred hardware state. Our method pairs a generalist policy trained under embodiment randomization with a lightweight adaptation module that identifies physical changes within half a second. We evaluate two representative forms of embodiment variation: joint-range constraints and trunk-mass changes, corresponding to joint-level kinematic degradation and body-level dynamic variation. In simulation, the module accurately estimates these changes and enables closed-loop control that substantially outperforms policies conditioned directly on interaction history. On a real Unitree Go2 robot, our system maintains stable locomotion under severe instances of the evaluated changes, including a fully locked leg and a 5 kg payload, where non-adaptive methods fail. These results demonstrate the practicality of explicit online embodiment identification for rapid adaptation to joint-limit and payload-mass changes, and provide a step toward handling broader forms of uncertain, degraded, or changing robot hardware.
Chinese Translation
人类在身体因衰老、受伤或负重而变化时,能够迅速调整其运动,但基于学习的机器人策略在硬件特性变化时往往失效。我们提出了一种在线体现适应框架,用于四足运动,该框架从短期交互历史中推断体现参数,并根据推断的硬件状态条件控制。我们的方法将一个在体现随机化下训练的通用策略与一个轻量级适应模块相结合,该模块能够在半秒内识别物理变化。我们评估了两种典型的体现变化形式:关节范围约束和躯干质量变化,分别对应于关节级别的运动学退化和身体级别的动态变化。在仿真中,该模块准确估计这些变化,并使闭环控制显著优于直接基于交互历史的策略。在真实的Unitree Go2机器人上,我们的系统在评估变化的严重情况下保持稳定的运动,包括完全锁定的腿和5公斤的负载,而非适应性方法则失败。这些结果展示了显式在线体现识别在快速适应关节限制和负载质量变化方面的实用性,并为处理更广泛的不确定、退化或变化的机器人硬件迈出了重要一步。
cs.RO / 65 / 2608.01562

Learning Smooth SE(3) Trajectories under Left-Invariant Riemannian Metrics

在左不变黎曼度量下学习平滑的 SE(3) 轨迹
Wu, Yuwei, Kumar, Vijay
Abstract
Optimal trajectory generation for rigid-body motions on Lie groups can be formulated as a variational problem that minimizes energy functionals defined by Riemannian metrics. While closed-form solutions exist for special cases such as product metrics and rest-to-rest boundary conditions, solving the general problem with arbitrary boundary states and coupled rotational-translational metrics often requires computationally expensive numerical boundary value solvers. These limitations restrict the use of geometrically consistent trajectory generation in real-time robotic planning and control. This paper presents a learning-based framework for approximating higher-order smooth trajectories on SE(3) under general left-invariant Riemannian metrics. The method parameterizes body-twist trajectories using high-order polynomials and relies on a neural network to learn a subset of the polynomial coefficients and the trajectory duration. The remaining coefficients are analytically determined to enforce the boundary conditions. The training of the network is guided by losses derived from Euler-Lagrange optimality conditions, metric-weighted smoothness objectives, and feasibility constraints. The metric-conditioned framework enables generalization across diverse metric structures and motion conditions. Extensive numerical experiments demonstrate that the proposed approach generates smooth trajectories that closely approximate solutions from numerical optimization while achieving millisecond-level inference times. We demonstrate two practical applications of the proposed framework: real-time generation of diverse motion primitives with waypoint traversal, and refinement for quadrotor flight under dynamic conditions. These results suggest that learning-based motions with geometric structure can provide an efficient alternative to conventional optimization-based methods for trajectory generation on SE(3).
Chinese Translation
刚体运动在李群上的最优轨迹生成可以被表述为一个变分问题,该问题最小化由黎曼度量定义的能量泛函。虽然对于特定情况如乘积度量和静止边界条件存在封闭形式的解,但对于具有任意边界状态和耦合旋转-平移度量的一般问题,通常需要计算代价高昂的数值边值求解器。这些限制限制了几何一致轨迹生成在实时机器人规划和控制中的应用。本文提出了一种基于学习的框架,用于在一般左不变黎曼度量下近似 SE(3) 上的高阶平滑轨迹。该方法使用高阶多项式对身体扭转轨迹进行参数化,并依赖神经网络学习多项式系数的子集和轨迹持续时间。其余系数通过解析方式确定,以满足边界条件。网络的训练由源自欧拉-拉格朗日最优性条件、度量加权平滑目标和可行性约束的损失指导。该度量条件框架使得在不同的度量结构和运动条件下的泛化成为可能。大量数值实验表明,所提出的方法生成的平滑轨迹与数值优化的解高度接近,同时实现了毫秒级的推理时间。我们展示了该框架的两个实际应用:具有路径点遍历的多样运动原语的实时生成,以及在动态条件下的四旋翼飞行的精细化。这些结果表明,具有几何结构的基于学习的运动可以为 SE(3) 上的轨迹生成提供一种高效的替代传统基于优化的方法。
cs.RO / 66 / 2608.01573

Uncovering and Mitigating Positional Blind Spots in Vision-Language-Action Models

揭示和缓解视觉-语言-动作模型中的位置盲点
An, Dongdong, Zhao, Pengjie, Huang, Yihao, Tang, Wenbing, He, Ziming, Zhu, Jiayi, Ning, Jifeng, Zhao, Qin
Abstract
Recent Vision-Language-Action (VLA) models achieve promising performance in robotic manipulation, typically measured by success rates aggregated over predefined object configurations, an evaluation that implicitly assumes spatially uniform competence across the workspace. However, this assumption does not hold: even with the instruction and every other scene factor held fixed, merely relocating a task-irrelevant distractor can sharply raise the failure probability within localized, spatially coherent regions, which we term Positional Blind Spots (PBS). In this paper, we propose a two-stage black-box framework to uncover and mitigate PBS. During the uncovering stage, we grid the workspace and apply a one-sided log-likelihood-ratio test to localize PBS cells with significantly elevated risk. During the mitigation stage, we fine-tune the policy via LoRA on demonstrations collected from these PBS regions, improving competence there while largely preserving performance across the rest of the workspace. We evaluate our framework on five state-of-the-art VLA policies across two benchmarks, and find that PBS are pervasive and spatially concentrated in all of them, with failure rates up to 0.58. Our search strategy achieves an average F1-score of 0.678, outperforming random search and adaptive sampling baselines by 0.268 and 0.178, respectively. Guided by the discovered regions, targeted fine-tuning reduces the overall failure rate by 40.00%--85.19%.
Chinese Translation
近期的视觉-语言-动作(VLA)模型在机器人操作中取得了令人鼓舞的表现,通常通过对预定义物体配置的成功率进行汇总来衡量,这一评估隐含地假设了工作空间内的能力是空间均匀的。然而,这一假设并不成立:即使在指令和其他场景因素保持不变的情况下,仅仅移动一个与任务无关的干扰物,就可能在局部的、空间一致的区域内显著提高失败概率,我们称之为位置盲点(Positional Blind Spots,PBS)。在本文中,我们提出了一个两阶段的黑箱框架来揭示和缓解PBS。在揭示阶段,我们对工作空间进行网格划分,并应用单侧对数似然比检验来定位风险显著升高的PBS单元。在缓解阶段,我们通过LoRA对从这些PBS区域收集的演示进行策略微调,在提高这些区域能力的同时,基本保持工作空间其他部分的性能。我们在两个基准上对五个最先进的VLA策略评估了我们的框架,发现PBS在所有策略中普遍存在且空间集中,失败率高达0.58。我们的搜索策略平均F1分数为0.678,分别比随机搜索和自适应采样基线高出0.268和0.178。在发现的区域指导下,针对性微调将整体失败率降低了40.00%至85.19%。
cs.RO / 67 / 2608.01600

Perception-and-action system for humanoid robot task execution in construction

用于建筑任务执行的人形机器人感知与行动系统
Liu, Yanxi, Liu, Yizhi
Abstract
Humanoid robots, with their human-like shape and multi-tasking capabilities, are well-aligned with human-dominated workplaces, like those in civil and construction engineering, where they could collaborate with human workers or autonomously perform physically demanding and hazardous tasks. Despite this promise, limited research has explored how to endow these robots with the practical capabilities needed to perform construction tasks. To this end, this study proposes a novel perception-and-action system that enables humanoid robots to learn and perform construction tasks from worker demonstrations. This system contains two deep networks: Humanoid-PoseNet, which extracts human postures and translates them into mechanically feasible poses for a humanoid robot; and Humanoid-ActionNet, which learns robot-executable actions based on these translated poses. Experimental results demonstrate that the humanoid robot reliably executed eight construction-related actions, achieving an average motion-tracking error of 82.45 mm MPJPE (Mean Per Joint Position Error). This work provides an early step toward deploying humanoid collaborators in construction.
Chinese Translation
人形机器人因其类人形状和多任务能力,与以人为主的工作场所(如土木工程和建筑工程)高度契合,在这些场所中,它们可以与人类工人协作或自主执行体力要求高且危险的任务。尽管有这样的潜力,但关于如何赋予这些机器人执行建筑任务所需的实际能力的研究仍然有限。为此,本研究提出了一种新颖的感知与行动系统,使人形机器人能够通过工人示范学习和执行建筑任务。该系统包含两个深度网络:Humanoid-PoseNet,用于提取人类姿态并将其转换为人形机器人可机械实现的姿势;以及Humanoid-ActionNet,基于这些转换后的姿势学习机器人可执行的动作。实验结果表明,人形机器人可靠地执行了八种与建筑相关的动作,平均运动跟踪误差为82.45毫米的MPJPE(每关节位置误差均值)。这项工作为在建筑领域部署人形协作机器人迈出了早期的一步。
cs.RO / 68 / 2608.01603

AffordTrajDP: Dynamic Affordance-Guided Visuomotor Policy Learning for Robotic Manipulation

AffordTrajDP:动态可供性引导的视觉运动策略学习用于机器人操作
Wu, Gaoyuan, Shan, Ziyu, Du, Haoyang, Jiang, Yuyao, Wang, Ziwei
Abstract
Affordance-guided imitation learning has shown impressive performance in robotic manipulation tasks by compressing visual perception into task-specific geometric constraints (e.g., fixed contact points). However, the commonly used static affordances can become inconsistent in precision-critical tasks or under object location perturbations, leading to post-contact trajectory drift. To address this issue, we propose AffordTrajDP, a dynamic framework that constructs affordance trajectories via object-centric temporal propagation to guide the progressive manipulation process. Specifically, given an RGB-D observation, our core insight is that a retrieved anchor affordance, which captures the desired contact point between the end-effector and the target object, can be propagated forward via affordance propagation, using the object's SE(3) pose as a natural propagation medium, to yield an affordance trajectory that provides temporally consistent, state-aware guidance throughout execution. AffordTrajDP achieves 70.0% average success rate on ManiSkill3, outperforming strong baselines by up to 17.8%. Real-world experiments on Galaxea A1 and UR7e robotic arms, covering StackCube, PickCup, AdapterInsertion, Ring-on-Peg, Put-in-Bowl, and USB Insertion, further validate robustness under object placement variations and appearance changes, with seen and unseen object instances evaluated on Galaxea A1, and ablations confirm the contribution of each proposed component.
Chinese Translation
可供性引导的模仿学习在机器人操作任务中表现出色,通过将视觉感知压缩为任务特定的几何约束(例如,固定接触点)。然而,常用的静态可供性在精度关键任务或物体位置扰动下可能会变得不一致,从而导致接触后的轨迹漂移。为了解决这一问题,我们提出了AffordTrajDP,这是一种动态框架,通过以物体为中心的时间传播构建可供性轨迹,以指导渐进的操作过程。具体而言,给定一个RGB-D观察,我们的核心见解是,检索到的锚定可供性能够捕捉末端执行器与目标物体之间的期望接触点,可以通过可供性传播向前传播,利用物体的SE(3)姿态作为自然传播媒介,从而产生一个可供性轨迹,在执行过程中提供时间一致的、状态感知的指导。AffordTrajDP在ManiSkill3上实现了70.0%的平均成功率,超越了强基线高达17.8%。在Galaxea A1和UR7e机器人臂上的真实世界实验,涵盖了StackCube、PickCup、AdapterInsertion、Ring-on-Peg、Put-in-Bowl和USB Insertion,进一步验证了在物体放置变化和外观变化下的鲁棒性,并在Galaxea A1上评估了已见和未见物体实例,消融实验确认了每个提出组件的贡献。
cs.RO / 69 / 2608.01636

A Forward-Inverse Dynamic Game Framework for Enhanced Multi-Agent Trajectory Planning

增强多智能体轨迹规划的前向-逆向动态博弈框架
Liu, Tianle, Niu, Youcheng, Zeng, Jing, Li, Shuo, Xu, Jinming
Abstract
This paper studies feedback Nash equilibrium (FBNE) seeking for multi-agent trajectory planning in nonlinear dynamical systems with unknown agents' objectives and state-dependent inter-agent coupling. While dynamic game theory provides a principled framework for such problems, existing approaches typically assume fully rational agents with known objectives or rely on fixed regularization, limiting their ability to capture bounded rationality and spatially varying interaction intensity in safety-critical settings. To this end, we propose a KL-regularized dynamic game with a state-dependent weight that adaptively balances optimality and behavioral priors. To infer unknown cost parameters from demonstrated behaviors, we develop a context-aware inverse game module based on maximum-entropy inverse reinforcement learning with physics-informed regularization, ensuring structural consistency with the forward game. We establish per-iteration well-posedness of the regularized local game and show that the adaptive weighting function remains Lipschitz continuous under bounded nominal-trajectory updates. Numerical simulations and multi-robot experiments on cooperative navigation and merging scenarios validate the effectiveness of the proposed framework.
Chinese Translation
本文研究了在具有未知智能体目标和状态依赖的智能体间耦合的非线性动态系统中,寻求多智能体轨迹规划的反馈纳什均衡(FBNE)。尽管动态博弈理论为此类问题提供了一个原则性框架,但现有方法通常假设智能体是完全理性的且目标已知,或依赖于固定的正则化,这限制了它们在安全关键环境中捕捉有限理性和空间变化的交互强度的能力。为此,我们提出了一种KL正则化的动态博弈,该博弈具有状态依赖的权重,能够自适应地平衡最优性和行为先验。为了从示范行为中推断未知的成本参数,我们开发了一个基于最大熵逆强化学习的上下文感知逆向博弈模块,并结合物理信息正则化,确保与前向博弈的结构一致性。我们建立了正则化局部博弈的每次迭代的良适性,并展示了自适应加权函数在有限名义轨迹更新下保持Lipschitz连续性。数值仿真和多机器人在协作导航和合并场景中的实验验证了所提框架的有效性。
cs.RO / 70 / 2608.01652

SyncPlan: Long-Horizon LLM Coordination with Explicit Synchronization and Adaptive Correction

SyncPlan:具有显式同步和自适应修正的长时间跨度LLM协调
You, Shen, Zhu, Xiaoming, Weng, Weining, Mei, Hefei, Wang, Weixuan, Li, Zhongshen, LI, Zeji, Wang, Ye-Wen, Liao, Zijun, Zhuo, Juchao, Wei, Yang, Qiu, Fuhao, Li, Siqin, Lian, Zhenjie, Gong, Danei, Ji, Junkai, Li, Xiangtao, Lin, Qiuzhen, Wang, Liang, Wong, Ka-Chun
Abstract
LLM-based multi-agent coordination faces a fundamental trade-off between efficiency and adaptivity in dynamic environments. Existing approaches typically rely on repeated LLM invocations or multi-round communication to adapt decisions during execution, introducing substantial latency and making coordination vulnerable to asynchronous progress and environmental changes. Conversely, one-shot planning reduces coordination overhead but produces open-loop plans that can quickly become stale or fail when actions depend on other agents and the environment. We introduce SyncPlan, a plan-execute-correct framework for long-horizon coordination through explicit synchronization and adaptive correction. Given the state and team-level task, a centralized LLM coordinator generates per-agent action chains in a single planning call. During execution, explicit wait primitives and deadlock detection enforce inter-agent and agent-environment dependencies, while a lightweight Plan Staleness Detector continuously assesses the remaining plan and triggers replanning when environmental changes invalidate its assumptions. We further optimize the coordinator through SFT and planning-oriented RL with dense task progress and outcome-level execution feedback. Experiments on the public Overcooked benchmark and the complex Honor of Kings environment show that SyncPlan achieves state-of-the-art task success rates while using less than 0.05% of the wall-clock runtime compared with existing LLM-based coordinators. Code and datasets will be made publicly available.
Chinese Translation
基于LLM的多智能体协调在动态环境中面临效率与适应性之间的基本权衡。现有方法通常依赖于重复调用LLM或多轮通信来在执行过程中调整决策,这引入了显著的延迟,并使协调容易受到异步进展和环境变化的影响。相反,一次性规划减少了协调开销,但产生的开环计划可能迅速过时或在行动依赖于其他智能体和环境时失败。我们提出了SyncPlan,这是一种通过显式同步和自适应修正实现长时间跨度协调的计划-执行-修正框架。在给定状态和团队级任务的情况下,集中式LLM协调器在一次规划调用中生成每个智能体的行动链。在执行过程中,显式等待原语和死锁检测强制执行智能体之间及智能体与环境之间的依赖关系,同时轻量级计划过时检测器持续评估剩余计划,并在环境变化使其假设失效时触发重新规划。我们进一步通过SFT和以规划为导向的强化学习(RL)优化协调器,结合密集的任务进展和结果级执行反馈。在公共的Overcooked基准和复杂的《王者荣耀》环境中的实验表明,SyncPlan在使用不到0.05%的墙钟时间的情况下,实现了最先进的任务成功率。代码和数据集将公开发布。
cs.RO / 71 / 2608.01690

ProtoAct: Turning Wet-Lab Protocols into Embodied Robotic Actions

ProtoAct:将湿实验室协议转化为具身机器人动作
Liu, Zhe, Gu, Jiaming, Du, Zhaohui, Wang, Zhe, Jin, Huanbo, Lu, Quan, Wang, Qi, Xiao, Ting, Pan, Minting, Zhou, Dongzhan
Abstract
Biological wet-lab protocols are written for trained researchers and often leave routine operations, state-dependent conditions, and contextual parameters implicit, making them difficult to translate into robot-executable actions. We present ProtoAct, a structured protocol-grounding framework that converts free-form biological procedures into state-aware, embodiment-ready action sequences. ProtoAct uses ProtoRAG to retrieve manually annotated examples for context-sensitive parsing, employs RefineChecker to detect and revise missing or inconsistent steps, and applies ActSchema to map the refined procedure into constrained JSON function sequences. We further introduce BioP2E, for which we manually annotate 22 cell-culture protocols into 258 monitoring conditions, 910 executable subtasks, and 962 grounded action calls. Evaluation across seven large language models demonstrates that ProtoAct can be effectively instantiated with different backbones. Ablations confirm that retrieval, posterior checking, and schema constraints make complementary contributions. The parsed subtasks further support demonstration collection and VLA model training, enabling successful execution in both simulation and real-robot settings. ProtoAct thus provides a practical interface between biological protocol understanding and embodied robotic execution.
Chinese Translation
生物湿实验室协议是为受过训练的研究人员编写的,通常将常规操作、状态依赖条件和上下文参数隐含在内,使其难以转化为机器人可执行的动作。我们提出了ProtoAct,一个结构化的协议基础框架,将自由形式的生物程序转化为状态感知、适合具身执行的动作序列。ProtoAct使用ProtoRAG检索手动注释的示例以进行上下文敏感的解析,利用RefineChecker检测和修订缺失或不一致的步骤,并应用ActSchema将精炼后的程序映射为受限的JSON函数序列。我们进一步介绍了BioP2E,我们手动将22个细胞培养协议注释为258个监测条件、910个可执行子任务和962个基础动作调用。在七个大型语言模型上的评估表明,ProtoAct可以有效地与不同的基础模型结合使用。消融实验确认检索、后验检查和模式约束相辅相成。解析出的子任务进一步支持演示收集和VLA模型训练,实现了在模拟和真实机器人环境中的成功执行。因此,ProtoAct为生物协议理解与具身机器人执行之间提供了一个实用的接口。
cs.RO / 72 / 2608.01697

Bridging the Sim-to-Real Gap in Parallel-Link Leg Mechanisms via Simulator-Side Dynamics Normalization

通过模拟器侧动力学归一化弥合并联连杆机构的仿真与现实差距
Hong, Jinsong, Kim, Jangho, Lee, Jihwan, Kim, Donghyun, Oh, Sehoon
Abstract
This paper addresses the sim-to-real gap in dynamics arising when a parallel-link mechanism is represented by a serial-tree surrogate in simulation. Conventional Jacobian-based state and torque mappings preserve consistency with the kinematic and virtual-work relations but do not account for the coordinate-induced redistribution of actuator inertia and damping and the linkage inertia omitted during serial-tree reduction. To address this gap, Simulator-Side System Normalization (S3N) is proposed to normalize the serial-tree simulator's effective dynamics while preserving its tree topology. S3N-Act incorporates actuator inertia and damping into the serial-coordinate dynamics through coordinate transformation, whereas S3N-Full restores residual linkage inertia by separately identifying actuator- and leg-level frequency responses. In the 2-DoF validation, S3N-Full reduced the joint-position and torque RMSEs by 80.9% and 82.1%, respectively, relative to the Jacobian-mapping baseline. During pitch-in-place motion, S3N-Act and S3N-Full reduced the RMSE of the ground reaction force norm by 65.1% and 62.4%, respectively. During circular locomotion, S3N-Full reduced the phase-averaged, command-normalized sim-to-real gap from 17.3% to 9.9%. These results show that simulator-side normalization improves motion- and force-level sim-to-real consistency. It enables policy training in a serial-tree framework with hardware-consistent dynamics that better represent the physical parallel-link mechanism.
Chinese Translation
本文探讨了在仿真中将并联连杆机制表示为串联树代理时出现的动力学仿真与现实之间的差距。传统的基于雅可比矩阵的状态和扭矩映射虽然保持了与运动学和虚功关系的一致性,但未考虑由于坐标引起的执行器惯性和阻尼的重新分配,以及在串联树简化过程中省略的连杆惯性。为了解决这一差距,提出了模拟器侧系统归一化(Simulator-Side System Normalization, S3N),旨在在保持树状拓扑结构的同时归一化串联树模拟器的有效动力学。S3N-Act通过坐标变换将执行器惯性和阻尼纳入串联坐标动力学,而S3N-Full则通过分别识别执行器和腿部的频率响应来恢复剩余的连杆惯性。在2自由度验证中,S3N-Full相对于雅可比映射基线将关节位置和扭矩的均方根误差(RMSE)分别降低了80.9%和82.1%。在原地俯仰运动中,S3N-Act和S3N-Full分别将地面反作用力范数的RMSE降低了65.1%和62.4%。在圆形运动中,S3N-Full将相位平均的命令归一化的仿真与现实差距从17.3%降低到9.9%。这些结果表明,模拟器侧归一化改善了运动和力级别的仿真与现实一致性。它使得在具有硬件一致性动力学的串联树框架中进行策略训练成为可能,更好地代表物理并联连杆机制。
cs.RO / 73 / 2608.01733

TWINS: A Tactile Wearable Isomorphic Arm Networked System for Contact-Rich Manipulation Learning

TWINS:一种用于接触丰富的操作学习的触觉可穿戴同构臂网络系统
Kitamura, Takahide, Murooka, Masaki, Yamanobe, Natsuki, Domae, Yukiyasu
Abstract
Recent advances in robot learning for manipulation have increased the importance of collecting real-world demonstration data. However, existing robotic systems primarily focus on end-effector manipulation, making it difficult to teach and execute manipulation tasks involving body-surface contact with the arms and chest. This paper presents TWINS (Tactile Wearable Isomorphic Arm Networked System), a robotic system for manipulation involving body-surface contact. TWINS consists of a Wearable Dual-Arm Device, which is worn by the operator, and an Isomorphic Robot with the same joint configuration and external dimensions. Distributed tactile sensors embedded in the chest and arms enable the measurement of body-surface contact synchronized with joint motion. Using the Wearable Dual-Arm Device, we collected demonstrations for four manipulation tasks involving body-surface contact. We then trained imitation learning policies using the collected demonstrations and deployed them on the Isomorphic Robot, enabling manipulation guided by body-surface tactile observations. Experimental results demonstrate that TWINS provides a unified robotic system for demonstration, learning, and execution of manipulation involving body-surface contact. https://mmurooka.github.io/twins-project-page/
Chinese Translation
近年来,机器人操作学习的进展提高了收集真实世界演示数据的重要性。然而,现有的机器人系统主要集中在末端执行器操作上,这使得教授和执行涉及手臂和胸部与身体表面接触的操作任务变得困难。本文提出了TWINS(触觉可穿戴同构臂网络系统),这是一个用于涉及身体表面接触的操作的机器人系统。TWINS由一个可穿戴双臂设备组成,由操作员佩戴,以及一个具有相同关节配置和外部尺寸的同构机器人。嵌入胸部和手臂的分布式触觉传感器能够测量与关节运动同步的身体表面接触。使用可穿戴双臂设备,我们收集了四个涉及身体表面接触的操作任务的演示。然后,我们使用收集的演示训练模仿学习策略,并将其部署在同构机器人上,实现了基于身体表面触觉观察的操作。实验结果表明,TWINS提供了一个统一的机器人系统,用于涉及身体表面接触的演示、学习和操作的执行。
cs.RO / 74 / 2608.01736

A Tilt-Rotor UAV with a Gripper for Stable Contact-Based Tasks via Environmental Anchoring

一种带抓取器的倾转旋翼无人机,通过环境锚定实现稳定的接触任务
Taylor, Joshua, Imanberdiyev, Nursultan, Yau, Wei-Yun, Sartoretti, Guillaume, Camci, Efe
Abstract
Maintaining a stable pose during physical interaction is a significant challenge for aerial robots, often limiting their use in contact-based tasks. This paper presents a novel uncrewed aerial vehicle (UAV) platform designed to transition from unconstrained flight to a stable, constrained work platform via environmental anchoring. Our system comprises: 1) a multirotor with a tilt-rotor mechanism that decouples pitch from forward motion, enabling stable hover at non-zero pitch angles, and 2) a novel underactuated, cable-driven, prismatic gripper featuring compliance to adapt to irregular geometries, designed to stabilize the UAV by anchoring it to its environment. We present the design and prototyping of the complete system and validate its performance through a series of real-robot flight tests. Results demonstrate that anchoring significantly improves stability for interaction tasks, reducing positional drift RMSE by over 95% compared to a free-flight baseline, even under windy conditions. The anchored system can withstand longitudinal reaction forces up to 75N while maintaining a stable pose. Furthermore, across a range of target geometries and orientations, the system demonstrated consistent stability with a positional drift RMSE that never exceeded 3mm. These results establish the viability of our approach for complex physical interaction tasks, such as sampling tree health by drilling or sensor installation in hard-to-reach locations. Watch our UAV at: https://youtu.be/HDQ8S4ZW3Ls
Chinese Translation
在物理交互过程中保持稳定姿态是空中机器人面临的一项重大挑战,这往往限制了它们在接触任务中的应用。本文提出了一种新型无人驾驶航空器(UAV)平台,旨在通过环境锚定从无约束飞行过渡到稳定的受限工作平台。我们的系统包括:1)一种具有倾转旋翼机制的多旋翼无人机,该机制将俯仰与前向运动解耦,使其能够在非零俯仰角下稳定悬停;2)一种新颖的欠驱动、缆驱动的伸缩抓取器,具有适应不规则几何形状的柔顺性,旨在通过将无人机锚定到环境中来稳定其姿态。我们展示了完整系统的设计和原型制作,并通过一系列真实机器人飞行测试验证了其性能。结果表明,锚定显著提高了交互任务的稳定性,与自由飞行基线相比,位置漂移均方根误差(RMSE)减少了超过95%,即使在风力条件下也如此。锚定系统能够承受高达75N的纵向反作用力,同时保持稳定姿态。此外,在一系列目标几何形状和方向下,该系统表现出一致的稳定性,位置漂移的RMSE从未超过3mm。这些结果确立了我们的方法在复杂物理交互任务中的可行性,例如通过钻孔采样树木健康或在难以到达的位置安装传感器。观看我们的无人机视频: https://youtu.be/HDQ8S4ZW3Ls
cs.RO / 75 / 2608.01800

Hybrid Impedance-Admittance Control with Multi-Link Aerial Robot for Contact-Rich Surface Sliding Task

多链节 aerial 机器人在接触丰富表面滑动任务中的混合阻抗-导纳控制
Luo, Zicheng, Lei, Maolin, Li, Jinjie, Chen, Yicheng, Xiong, Zicen, Zhao, Moju
Abstract
Multi-link aerial robots can actively deform their articulated structures during flight, giving them strong potential for aerial manipulation. However, they still face substantial challenges in contact-rich aerial manipulation tasks such as surface sliding, which requires both disturbance robustness and compliance to uncertain surface geometry. Force-control strategies such as impedance and admittance control are commonly employed to address these requirements. Although impedance control can provide disturbance-resistant interaction and admittance control can offer compliant adaptation, their opposite force--motion causalities prevent their simultaneous implementation when applied through the same actuation source, such as the rotor thrusts used by conventional aerial robots. To overcome this limitation, we propose a hybrid impedance--admittance control strategy for a multi-link aerial robot. The articulated morphology enables a functional separation of force and motion regulation across joint and rotor actuation sources. In this framework, admittance behavior is generated through joint angle regulation to enhance adaptive interaction, while impedance behavior is achieved by modulating rotor thrust to regulate the sliding motion. This structural coordination allows the robot to leverage the complementary strengths of both control paradigms. As a result, the multi-link aerial robot achieves resilient and adaptive surface sliding. Experimental results demonstrate robust and compliant sliding performance on unknown surfaces.
Chinese Translation
多链节 aerial 机器人在飞行过程中可以主动变形其关节结构,展现出强大的空中操作潜力。然而,在接触丰富的空中操作任务(如表面滑动)中,它们仍面临显著挑战,这些任务要求具备抗干扰能力和对不确定表面几何的适应性。阻力控制策略如阻抗控制和导纳控制通常被用来满足这些要求。尽管阻抗控制可以提供抗干扰的交互,而导纳控制则可以提供适应性调整,但它们相反的力-运动因果关系使得在通过同一驱动源(如传统 aerial 机器人使用的旋翼推力)应用时无法同时实现。为克服这一限制,我们提出了一种针对多链节 aerial 机器人的混合阻抗-导纳控制策略。关节的形态使得在关节和旋翼驱动源之间实现力和运动调节的功能分离。在这一框架中,通过关节角度调节产生导纳行为,以增强适应性交互,而通过调节旋翼推力来实现阻抗行为,以调节滑动运动。这种结构协调使得机器人能够利用两种控制范式的互补优势。因此,多链节 aerial 机器人实现了强韧和适应性的表面滑动。实验结果表明,在未知表面上表现出强健和适应性的滑动性能。
cs.RO / 76 / 2608.01824

ReTouch: Empowering Contact-Rich Dexterous Manipulation with Online-Refined Tactile Prediction

ReTouch:通过在线精炼的触觉预测增强接触丰富的灵巧操作
Zhang, Shiqi, Zhang, Xin, Shen, Yedong, Deng, Jiajun, Gao, Yuxuan, Zhang, Sha, Zhang, Yuan, Long, Kaixue, Wu, Jiajia, Pan, Jia, Li, Yao, Zhang, Yanyong
Abstract
Fusing tactile signals has proven effective for contact-rich manipulation, enabling robots to perceive contact states and adapt to rapidly changing physical interactions. Yet effectively integrating tactile feedback into dexterous manipulation remains underexplored. In this work, we introduce ReTouch, a vision-language-action model (VLA) that supports contact-rich dexterous manipulation through tactile predictions continually refined online using execution-time feedback. ReTouch builds on two main innovations for tactile representation and closed-loop action generation. First, its Tactile-Patch Encoder represents tactile observations as structured tactile patch features that preserve finger identity and local contact structure, providing contact cues for fine-grained dexterous control. Second, its high-frequency action module jointly predicts future tactile states and action chunks and refines both using incoming tactile feedback during execution. This closed-loop refinement keeps tactile predictions aligned with evolving physical interactions, enabling responsive action correction and improving robustness to contact changes and execution errors. We further introduce XHT-Dataset, comprising 900 real-world demonstrations across seven contact-rich tasks collected on an XHand--UR7e platform, and evaluate ReTouch through closed-loop real-robot experiments. ReTouch surpasses the strongest baseline by 18.4 and 23.8 percentage points in average success rate under standard and challenging conditions, respectively, demonstrating its effectiveness and robustness.
Chinese Translation
融合触觉信号已被证明对接触丰富的操作有效,使机器人能够感知接触状态并适应快速变化的物理交互。然而,有效地将触觉反馈整合到灵巧操作中仍然未被充分探索。在本研究中,我们介绍了ReTouch,这是一种视觉-语言-动作模型(VLA),通过使用执行时反馈持续精炼的触觉预测来支持接触丰富的灵巧操作。ReTouch在触觉表示和闭环动作生成方面有两个主要创新。首先,其触觉补丁编码器(Tactile-Patch Encoder)将触觉观察表示为结构化的触觉补丁特征,保留手指身份和局部接触结构,为细粒度的灵巧控制提供接触线索。其次,其高频动作模块共同预测未来的触觉状态和动作片段,并在执行过程中使用传入的触觉反馈对两者进行精炼。这种闭环精炼使触觉预测与不断变化的物理交互保持一致,从而实现响应式的动作修正,并提高对接触变化和执行错误的鲁棒性。我们进一步介绍了XHT-Dataset,该数据集包含在XHand-UR7e平台上收集的七个接触丰富任务的900个真实世界演示,并通过闭环真实机器人实验评估ReTouch。在标准和挑战条件下,ReTouch的平均成功率分别比最强基线高出18.4和23.8个百分点,证明了其有效性和鲁棒性。
cs.RO / 77 / 2608.01826

Multi-View Unified Camera Fields: Geometry-Shaped Action-Facing Representations for RGB-Only Multi-Camera VLA Policies

多视角统一相机场:几何形状的面向动作的表示用于仅RGB的多相机视觉-语言-动作策略
Yang, Jiarui, Lu, Yehao, Su, Yuning, Xie, Yufeng, Zhong, Yu, Lan, Haiyu, Hao, Tianjing, Lu, Kaixiang, Lin, Peiwen, Wang, Chuang, Li, Enyu, Liang, Junwei
Abstract
Vision-Language-Action (VLA) models have shown strong generalization in robotic manipulation, yet complex contact-rich tasks often benefit from multi-camera observations that jointly capture the end effector, objects, and targets under occlusion. Existing multi-camera VLAs usually concatenate view tokens, leaving action representations weak in metric depth and inconsistent across cameras. We introduce Multi-View Unified Camera Fields (MVUCF), a training-only framework that forms a shared action-facing latent field across views. A coordinate-query depth objective makes metric depth recoverable, while a preprocessing-aware correspondence objective aligns tokens observing the same physical point from different cameras. Both directly shape the hidden states consumed by the action module. After geometry injection, depth, camera calibration, and auxiliary heads are removed, so deployment uses the original RGB-only graph with no extra inference FLOPs. Held-out probes confirm stronger depth recovery and cross-view matching. Under matched GR00T-N1.6 settings, MVUCF reaches 98.9% on LIBERO, improves LIBERO-Plus by 22.4 points, and raises success by 23.3 points across six RoboTwin tasks spanning three action families: touch, move-and-place, and contact interaction. Real-world humanoid experiments further provide evidence of its practical effectiveness under RGB-only deployment.
Chinese Translation
视觉-语言-动作(VLA)模型在机器人操作中表现出强大的泛化能力,但复杂的接触丰富任务通常受益于多相机观察,这些观察能够共同捕捉在遮挡下的末端执行器、物体和目标。现有的多相机VLA通常通过连接视图标记来处理,导致动作表示在度量深度上较弱,并且在不同相机之间不一致。我们提出了多视角统一相机场(MVUCF),这是一个仅用于训练的框架,形成跨视角的共享面向动作的潜在场。坐标查询深度目标使得度量深度可恢复,而预处理感知的对应目标则对齐来自不同相机观察同一物理点的标记。这两者直接影响动作模块所消耗的隐藏状态。在几何注入后,深度、相机标定和辅助头被移除,因此部署时使用原始的仅RGB图形,无需额外的推理浮点运算。保留的探针确认了更强的深度恢复和跨视图匹配。在匹配的GR00T-N1.6设置下,MVUCF在LIBERO上达到了98.9%的准确率,LIBERO-Plus提高了22.4分,并且在涵盖触摸、移动与放置以及接触交互三种动作类别的六个RoboTwin任务中成功率提高了23.3分。现实世界的人形实验进一步提供了其在仅RGB部署下的实际有效性的证据。
cs.RO / 78 / 2608.01834

Teleopit: A Full-Embodiment Humanoid Teleoperation System

Teleopit:一个全身体现的人形遥操作系统
Wu, Bingqian, Xu, Zicheng, Fan, Xianghui, Li, Dayu, Huang, Xiangru
Abstract
Humanoid teleoperation for demonstration collection requires coordinated whole-body motion, continuous dexterous hand control, and viewpoint control. Existing systems either simplify hand commands or depend on dedicated wearable sensors for fine-grained hand motion. We introduce Teleopit, a full-embodiment teleoperation system that maps body, hand, and head signals from VR to a humanoid body, configurable dexterous hands, and a 2-DoF active vision module. A history encoder and failure-aware rewind sampling improve the motion tracker on both motion-capture and live VR references. An optimization-based hand retargeter combines normalized finger directions, fingertip closure, and thumb-frame alignment to map human hand motion to different dexterous hands without tuning hand-specific objective or solver hyperparameters. Component experiments evaluate tracking success rate and retargeting behavior, while real-robot teleoperation demonstrates coordinated locomotion, manipulation, and viewpoint control. ACT and GR00T N1.7 policies trained on 96 successful demonstrations collected with Teleopit achieve task success rates of 90.0% and 95.0%, respectively, when deployed on the humanoid. The project page is available at https://botrunner64.github.io/teleopit-page.
Chinese Translation
人形遥操作用于演示收集需要协调的全身运动、持续的灵巧手部控制和视角控制。现有系统要么简化手部指令,要么依赖专用可穿戴传感器进行细粒度的手部运动控制。我们介绍了Teleopit,一个全身体现的遥操作系统,它将来自虚拟现实(VR)的身体、手和头部信号映射到人形身体、可配置的灵巧手和一个2自由度(2-DoF)主动视觉模块。历史编码器和故障感知的回放采样提高了在运动捕捉和实时VR参考下的运动跟踪器性能。基于优化的手部重定向器结合了标准化的手指方向、指尖闭合和拇指框对齐,将人类手部运动映射到不同的灵巧手上,而无需调整手部特定的目标或求解器超参数。组件实验评估了跟踪成功率和重定向行为,而真实机器人遥操作则展示了协调的运动、操作和视角控制。基于96个成功演示训练的ACT和GR00T N1.7策略在部署到人形机器人时分别达到了90.0%和95.0%的任务成功率。项目页面可访问 https://botrunner64.github.io/teleopit-page。
cs.RO / 79 / 2608.01851

Weights or Skills? A Survey of Robot-Learning Techniques: from Action-Predicting Weights to Robots that Write their Own Skills

权重还是技能?机器人学习技术的调查:从动作预测权重到能够自我编写技能的机器人
Jena, Gaytri, Wanaskar, Kapil, Jain, Vinija, Chadha, Aman, Sharma, Vasu, Das, Amitava
Abstract
Robot learning is splitting into two bets: policies that bake competence into frozen weights (vision-language-action, or VLA, models), and agents that write and refine their own executable skills as code. This survey organises the field around that axis of weights versus skills. Its central analytical contribution is a deep-dive that arranges code-as-policy methods by their degree of self-improvement, from zero-shot program synthesis, through closed-loop self-repair and persistent skill memory, to the sparsely populated cell in which execution feedback, skill memory, and evolutionary search combine into one open-ended loop; only a few very recent systems (for example ASPIRE, ENPIRE, and RoboClaw) occupy that cell. We map the complementary "skills" pole, from unsupervised reinforcement-learning skill discovery to large-language-model skill libraries, and show that the word "skill" is used in at least five distinct senses, of which only the code sense self-improves without gradient updates. We then connect the taxonomy to the emerging skill economy: commercial robot-skill marketplaces now distribute one-tap skills across robots but ship only static playback, which surfaces open problems of adaptation, cross-embodiment portability, provenance, safety verification, composition, and standardisation. This is a deliberately focused survey. Rather than cataloguing the field exhaustively, it examines 77 representative systems across six technique families through one taxonomy and a set of contrast tables, and it supplies operational definitions of the self-improvement mechanisms together with a statement of what each family cannot do.
Chinese Translation
机器人学习正在分化为两种趋势:将能力固化为固定权重的策略(视觉-语言-动作模型,或称 VLA 模型),以及能够编写和完善自身可执行技能的代理。本文调查围绕权重与技能的轴线组织该领域。其核心分析贡献是深入探讨将代码作为策略的方法,按其自我改进的程度进行分类,从零样本程序合成,到闭环自我修复和持久技能记忆,再到执行反馈、技能记忆和进化搜索结合成一个开放循环的稀疏区域;只有少数近期系统(例如 ASPIRE、ENPIRE 和 RoboClaw)占据了该区域。我们还映射了互补的“技能”极,从无监督强化学习技能发现到大型语言模型技能库,并展示“技能”一词至少有五种不同的含义,其中只有代码含义能够在没有梯度更新的情况下自我改进。接着,我们将这一分类法与新兴的技能经济联系起来:商业机器人技能市场现在在机器人之间分发一键技能,但仅提供静态播放,这引发了适应性、跨体现可移植性、来源、安全验证、组合和标准化等开放问题。这是一项有意聚焦的调查。本文并未全面 cataloguing 该领域,而是通过一个分类法和一组对比表,考察了六个技术家族中的 77 个代表性系统,并提供了自我改进机制的操作定义,以及每个家族无法实现的内容的说明。
cs.RO / 80 / 2608.01855

RADAR Perception for Dynamic Obstacle Avoidance onboard small-scale Quadrotor UAVs

基于雷达的动态障碍物规避系统在小型四旋翼无人机上的应用
Mandaokar, Dnyandeep, Rinner, Bernhard
Abstract
Fast dynamic obstacle avoidance (DOA) on uncrewed aerial vehicles (UAVs) demands not only low-latency control and actuation but also reliable perception with sufficient sensing range for accurate obstacle detection and speed estimation. This letter presents, to the best of our knowledge, the first mmWave RADAR-based perception-and-control system for fast onboard DOA. We derive and analyze latency and spatial bounds that relate sensing range, relative speed, and control delay, yielding sufficient conditions for successful avoidance. Our system adopts a lightweight tracker based on interacting multiple models and a controller based on control-barrier functions that directly outputs evasive accelerations. It achieves position errors of less than 0.15 m, 0.93 m, and 0.87 m in x, y, and z directions for 300 experiments with three different object sizes and varying visibility (light and dark), and a similar spread for 90 experiments in smoke. An onboard implementation on a Raspberry Pi 4B demonstrates real-time feasibility with an end-to-end sensing-to-command latency of approximately 14 ms. Code and the full dataset of 390 throws are available (https://tinyurl.com/radardoagit).
Chinese Translation
在无人机(UAV)上实现快速的动态障碍物规避(DOA)不仅需要低延迟的控制和执行,还需要可靠的感知能力,以确保足够的感知范围用于准确的障碍物检测和速度估计。本文提出了一个基于毫米波雷达(mmWave RADAR)的感知与控制系统,旨在实现快速的机载动态障碍物规避,至今为止这是我们所知的首个此类系统。我们推导并分析了与感知范围、相对速度和控制延迟相关的延迟和空间界限,得出了成功规避的充分条件。我们的系统采用了一种基于交互式多模型的轻量级跟踪器,以及一种基于控制障碍函数的控制器,能够直接输出规避加速度。在300次实验中,针对三种不同物体尺寸和不同可见度(明亮和黑暗)情况下,系统在x、y和z方向上的位置误差分别小于0.15米、0.93米和0.87米,而在烟雾环境下进行的90次实验中也表现出类似的误差分布。在树莓派4B上的机载实现展示了实时可行性,端到端的感知到指令延迟约为14毫秒。代码和390次投掷的完整数据集可在以下链接获取(https://tinyurl.com/radardoagit)。
cs.RO / 81 / 2608.01880

World Action Models in Real Time: An Empirical Study of Smooth Execution via Asynchronous Deployment

实时世界动作模型:通过异步部署实现平滑执行的实证研究
Motubrain Team
Abstract
World Action Models generate fixed-horizon action chunks through iterative denoising, creating substantial inference latency that can cause pauses, stale actions, and discontinuities during robotic execution. We present an empirical study of asynchronous deployment strategies that overlap model inference with action execution to enable responsive and smooth control. We compare six strategies, including synchronous execution, pure asynchronous switching, post-hoc action blending, denoising-time blending, inference-time velocity guidance, and prefix-conditioned generation, on a 10 Hz bimanual robot. Evaluation combines offline trajectory analysis with online experiments across dynamic manipulation, precision-critical placement, and long-horizon tasks. Our results identify accurate temporal alignment between observations, predictions, and executed commands as a fundamental requirement. Alignment errors produce persistent chunk-boundary discontinuities that cannot be corrected through blending alone. With proper alignment, direct action weighting provides a simple and smooth baseline but sacrifices accuracy in precision-critical tasks. Inference-time velocity guidance fails to reliably constrain committed actions on our platform. In contrast, prefix-conditioned generation achieves the best overall balance between task performance, execution speed, and trajectory smoothness by learning consistent action continuations during training. These findings clarify the practical trade-offs among asynchronous deployment strategies and provide guidance for deploying high-latency World Action Models in real-time robotic systems.
Chinese Translation
世界动作模型通过迭代去噪生成固定视野的动作块,这会产生显著的推理延迟,从而导致机器人执行过程中的暂停、过时动作和不连续性。我们提出了一项关于异步部署策略的实证研究,该策略将模型推理与动作执行重叠,以实现响应迅速和平滑的控制。我们比较了六种策略,包括同步执行、纯异步切换、事后动作混合、去噪时间混合、推理时间速度引导和前缀条件生成,应用于一个10 Hz的双手机器人。评估结合了离线轨迹分析与在线实验,涵盖动态操作、精确放置和长时间任务。我们的结果表明,观察、预测和执行命令之间的准确时间对齐是一个基本要求。对齐错误会产生持续的块边界不连续性,单靠混合无法纠正。通过适当的对齐,直接动作加权提供了一个简单而平滑的基线,但在精确关键任务中牺牲了准确性。推理时间速度引导未能可靠地约束我们平台上的承诺动作。相反,前缀条件生成通过在训练期间学习一致的动作延续,实现了任务性能、执行速度和轨迹平滑性之间的最佳整体平衡。这些发现阐明了异步部署策略之间的实际权衡,并为在实时机器人系统中部署高延迟的世界动作模型提供了指导。
cs.RO / 82 / 2608.01950

FRA-NBV: A Fast and Reflectivity-Aware Next-Best-View Strategy

FRA-NBV:一种快速且考虑反射的下一最佳视角策略
Preziosa, G. F., Setti, E., Faroni, M., Zanchettin, A. M., Rocco, P.
Abstract
Autonomous 3D reconstruction with depth sensors is strongly affected by reflective surfaces, which cause missing or unreliable measurements and reduce the effectiveness of conventional Next-Best-View (NBV) strategies. This limitation is particularly critical in industrial applications involving reflective components and low-cost, low-resolution depth sensing, where robustness to sensing failures is essential. This paper proposes a Fast Reflectivity-Aware Next-Best-View (FRA-NBV) strategy that explicitly addresses reflection-induced depth loss without relying on prior object models or assumptions on material reflectance, making it suitable for a wide range of industrial configurations. Reflective regions are identified from the spatial distribution of missing depth measurements and localized in three-dimensional space using an online ellipsoid-based representation of the object estimate. A recovery strategy then selects additional poses that modify the sensor's angle of incidence to improve the likelihood of reconstructing the affected regions. Experiments on objects with different geometric and reflective complexity demonstrate that the approach significantly improves reconstruction coverage under realistic industrial conditions.
Chinese Translation
自主3D重建在深度传感器的使用中受到反射表面的强烈影响,这会导致测量缺失或不可靠,从而降低传统下一最佳视角(Next-Best-View, NBV)策略的有效性。这一限制在涉及反射组件以及低成本、低分辨率深度传感的工业应用中尤为关键,因为在传感失败的情况下,系统的鲁棒性至关重要。本文提出了一种快速反射感知下一最佳视角(Fast Reflectivity-Aware Next-Best-View, FRA-NBV)策略,该策略明确解决了由反射引起的深度损失问题,而不依赖于先前的物体模型或材料反射率的假设,使其适用于广泛的工业配置。通过缺失深度测量的空间分布识别反射区域,并使用在线椭球体表示法在三维空间中对物体估计进行定位。随后,恢复策略选择额外的姿态,以修改传感器的入射角度,从而提高重建受影响区域的可能性。在具有不同几何和反射复杂性的物体上进行的实验表明,该方法在现实工业条件下显著提高了重建覆盖率。
cs.RO / 83 / 2608.01973

Roomer: Reflective Object-Grounded Model Editing and Repair for 3D Indoor Layout Synthesis

Roomer:用于3D室内布局合成的反射性对象基础模型编辑与修复
Dang, Lingwei, Qiu, Ziyan, Cheng, Jiajia, Shang, Shishuo, Zhang, Zhenhao, Zhu, Yufei, Xiao, Qingxin, Liu, Pan, Huang, Shenghui, Hao, Yun, Li, Juntong, Wu, Qingyao
Abstract
Existing indoor layout generators produce globally plausible layouts yet may retain local violations such as collisions, out-of-bounds placements, obstructed openings, and blocked circulation. Most prior work focuses on full-scene synthesis or scene-level optimization, with limited support for identifying responsible objects and locally repairing affected regions. We present Roomer, a reflective repair framework that casts these violations as sparse, object-grounded repair problems. Roomer encodes layouts as ``RoState'' and uses ``RoReview'' to bind measured violations to implicated objects. A geometry-conditioned vision-language model planner proposes a structured local edit, while a deterministic solver validates it and generates a finite set of candidate edits when needed. Each candidate is committed only if full-scene verification confirms that it resolves the target violation without new hard violations or broken protected constraints. We train the planner on Roomer-CC, a controlled-corruption dataset that pairs faulty layouts with object-grounded violation evidence and known-feasible inverse StatePatches. Since existing benchmarks rarely assess whether physically valid layouts are usable, we introduce Roomer-Eval to assess distributional quality, physical validity, and practical usability. Experiments show that Roomer repairs residual violations while preserving valid regions, improves physical validity and usability, and transfers across external generators.
Chinese Translation
现有的室内布局生成器能够生成全局上合理的布局,但可能仍存在局部违规现象,如碰撞、超出边界的放置、阻塞的开口和被阻挡的通道。大多数先前的研究集中在全场景合成或场景级优化上,对识别责任对象和局部修复受影响区域的支持有限。我们提出了Roomer,一个反射性修复框架,将这些违规现象视为稀疏的、基于对象的修复问题。Roomer将布局编码为“RoState”,并使用“RoReview”将测量到的违规现象与相关对象绑定。一个几何条件的视觉-语言模型规划器提出结构化的局部编辑,而一个确定性求解器在需要时验证该编辑并生成有限的候选编辑集。只有在全场景验证确认该编辑解决目标违规而不引入新的硬性违规或破坏受保护约束时,才会承诺每个候选编辑。我们在Roomer-CC上训练规划器,这是一个控制腐败的数据集,将有缺陷的布局与基于对象的违规证据和已知可行的逆向StatePatches配对。由于现有基准很少评估物理有效的布局是否可用,我们引入了Roomer-Eval来评估分布质量、物理有效性和实际可用性。实验表明,Roomer能够修复残余违规,同时保持有效区域,提高物理有效性和可用性,并能够在外部生成器之间迁移。
cs.RO / 84 / 2608.01981

Adaptive Human-Robot Collaborative Painting Combining Preference-Based Optimization and Dynamic Motion Primitives

结合基于偏好的优化与动态运动原语的自适应人机协作绘画
Cella, C., Ristic, M., Faroni, M., Zanchettin, A. M., Rocco, P.
Abstract
This work presents a human-centered collaborative framework that integrates Preference-Based Optimization (PBO) and Dynamic Movement Primitives (DMPs) to optimize robot-assisted tasks such as painting. The system allows the operator to perform the process while the robot adapts its behavior in real-time, dynamically adjusting the orientation of the piece in order to match the orientation of the operator's hand. The PBO framework leverages the GLISp algorithm to iteratively refine control parameters such as execution time, robot responsiveness, and rotation amplification through human feedback. Moreover, DMPs have been modified to enhance the reactive behavior of the robot and its adaptability to ergonomic requirements. The method was validated with a heterogeneous group of participants executing \rev{painting tasks}. The results show that our strategy effectively reduces operator effort while optimizing process outcomes.
Chinese Translation
本研究提出了一种以人为中心的协作框架,该框架整合了基于偏好的优化(Preference-Based Optimization, PBO)和动态运动原语(Dynamic Movement Primitives, DMPs),以优化机器人辅助的任务,例如绘画。该系统允许操作员在绘画过程中进行操作,同时机器人实时适应其行为,动态调整作品的方向,以匹配操作员手部的方向。PBO框架利用GLISp算法,通过人类反馈迭代优化控制参数,如执行时间、机器人响应能力和旋转放大。此外,DMP经过修改,以增强机器人的反应行为及其对人体工程学要求的适应性。该方法在一组异质参与者执行绘画任务时得到了验证。结果表明,我们的策略有效降低了操作员的工作量,同时优化了过程结果。
cs.RO / 85 / 2608.02014

MANGO-Grasp: Mahalanobis Fields over Geometry-Oriented 3D Gaussians for Cross-Embodiment Dexterous Grasping

MANGO-Grasp:基于几何导向的3D高斯分布的马哈拉诺比斯场用于跨体现灵巧抓取
Zhang, Heng, Ma, Kevin Yuchen, Shou, Mike Zheng, Lin, Weisi, Wu, Yan
Abstract
Cross-embodiment dexterous grasping aims to synthesize stable grasps across heterogeneous multi-fingered hands with little or no embodiment-specific tuning. Existing interaction-centric methods achieve promising results, but their object representations often underrepresent local surface geometry, while their robot descriptors do not explicitly encode both robot morphology and kinematics. We propose MANGO-Grasp, an anisotropic interaction framework that represents objects as geometry-oriented 3D Gaussian primitives and robot hands as surface keypoints encoded into morpho-kinematic descriptors. The object primitives are adaptively allocated by geometric complexity and shaped as surface-aligned plates with outward normals, encoding local geometry. Mahalanobis fields over keypoint--primitive pairs serve as interaction prediction targets during training and as optimization guidance for grasp realization at inference. These fields rise sharply for displacement along the surface normal but only gently within the tangent plane, matching the directional structure of contact. Grasps are realized with one shared optimization formulation and hyperparameter setting across all embodiments. On the CMAP and MultiGripperGrasp benchmarks, MANGO-Grasp outperforms the strongest seen-hand baseline by up to 8.24 percentage points in simulation. It also transfers zero-shot to the unseen SharpaWave hand, improving over the strongest zero-shot baseline by up to 16.57 percentage points, and achieves 86% success in real-world experiments. The code and additional materials will be made available upon publication at https://connor-zh.github.io/MANGO-Grasp/.
Chinese Translation
跨体现灵巧抓取旨在合成稳定的抓取方式,以适应异质的多指手,且几乎不需要特定于体现的调优。现有的以交互为中心的方法取得了良好的结果,但它们的物体表示往往未能充分表征局部表面几何,而它们的机器人描述符也未能明确编码机器人形态和运动学。我们提出了MANGO-Grasp,这是一种各向异性的交互框架,将物体表示为几何导向的3D高斯原语,将机器人手表示为编码在形态-运动学描述符中的表面关键点。这些物体原语根据几何复杂性自适应分配,并被塑造成与表面对齐的板状,具有外向法线,从而编码局部几何。关键点-原语对上的马哈拉诺比斯场在训练期间作为交互预测目标,并在推理时作为抓取实现的优化指导。这些场在沿表面法线的位移上急剧上升,但在切平面内仅缓慢变化,匹配接触的方向结构。抓取通过在所有体现中共享的优化公式和超参数设置实现。在CMAP和MultiGripperGrasp基准测试中,MANGO-Grasp在仿真中比最强的已见手基线提高了最多8.24个百分点。它还在未见的SharpaWave手上实现了零样本迁移,相比最强的零样本基线提高了最多16.57个百分点,并在真实世界实验中取得了86%的成功率。代码和其他材料将在出版后提供,网址为https://connor-zh.github.io/MANGO-Grasp/。
cs.RO / 86 / 2608.02069

Open-DiffLoco: Open-Source Differentiable Learning for Deployable Blind Quadruped Locomotion

Open-DiffLoco:可部署盲四足运动的开源可微学习
Opat, Martin
Abstract
Developing deployable locomotion policies through conventional reinforcement learning often requires complex reward engineering and expensive training times. While differentiable simulation offers a highly efficient alternative, open-source tools capable of end-to-end transfer of these policies to physical hardware remain limited. This paper introduces Open-DiffLoco, an open-source framework for training deployable blind quadruped locomotion policies with differentiable simulation. The framework implements the Short-Horizon Actor-Critic (SHAC) algorithm in MuJoCo XLA (MJX) and trains a proprioceptive policy that transfers to real-world hardware. The deployed policy removes privileged actor observations, including base linear velocity, and does not rely on reference trajectories. It also uses a substantially simplified reward function, enabling the robot to discover walking patterns without the complex auxiliary rewards typically used in conventional reinforcement learning pipelines. When deployed on physical hardware (a Unitree Go2 quadruped), the trained policy tracks omnidirectional velocity commands with root-mean-square error below 0.2 m/s, reaches speeds above 1 m/s, and remains robust to uneven terrain and external physical disturbances, such as lateral pushes. Across the reported configurations, training uses under 6 GB of VRAM on a single NVIDIA GeForce RTX 5080 GPU and completes in approximately 20-60 minutes. As an algorithmic extension to SHAC, we propose Jacobian-Augmented Value Estimation (JAVE), which supervises the critic Jacobians to improve early first-order policy-gradient training. To our knowledge, Open-DiffLoco is the first open-source framework for training deployable locomotion policies using differentiable simulation. Deployment videos and source code are available at: https://diffloco.martin-opat.com/
Chinese Translation
通过传统强化学习开发可部署的运动策略通常需要复杂的奖励工程和昂贵的训练时间。虽然可微仿真提供了一种高效的替代方案,但能够将这些策略端到端转移到物理硬件的开源工具仍然有限。本文介绍了Open-DiffLoco,一个用于训练可部署盲四足运动策略的开源框架,该框架利用可微仿真。该框架在MuJoCo XLA (MJX)中实现了短视野演员-评论家(Short-Horizon Actor-Critic, SHAC)算法,并训练了一个能够转移到现实硬件的自我感知策略。所部署的策略去除了特权演员观测,包括基础线性速度,并且不依赖于参考轨迹。它还使用了一个大大简化的奖励函数,使机器人能够在没有传统强化学习管道中通常使用的复杂辅助奖励的情况下发现行走模式。当在物理硬件(Unitree Go2四足机器人)上部署时,训练的策略能够以均方根误差低于0.2 m/s跟踪全向速度指令,达到超过1 m/s的速度,并且在不平坦地形和外部物理干扰(如侧向推力)下保持稳健。在报告的配置中,训练在单个NVIDIA GeForce RTX 5080 GPU上使用不到6 GB的显存,并在大约20-60分钟内完成。作为对SHAC的算法扩展,我们提出了雅可比增强值估计(Jacobian-Augmented Value Estimation, JAVE),该方法监督评论家雅可比以改善早期的一阶策略梯度训练。据我们所知,Open-DiffLoco是第一个使用可微仿真训练可部署运动策略的开源框架。部署视频和源代码可在以下网址获取:https://diffloco.martin-opat.com/
cs.RO / 87 / 2608.02079

TANGO-VIO: Triangulation-Aware Navigation with Guaranteed Feature-Observability for Visual-Inertial Odometry

TANGO-VIO:具有保证特征可观测性的三角测量感知导航用于视觉惯性里程计
Altunkaya, Ege C., Şanlan, Abdülbaki, Koyuncu, Emre, Özkol, İbrahim
Abstract
In vision-aided navigation and visual-inertial odometry, the quality of triangulated three-dimensional feature positions is a fundamental prerequisite for state estimation accuracy. Triangulation becomes ill-conditioned or even impossible when a camera undergoes pure rotation without translation, or when the observed bearing vectors provide insufficient parallax. Even though visual-inertial odometry has been extensively studied, the active maintenance of feature-observability during navigation has not been sufficiently addressed in the literature. To address this gap, this study presents TANGO-VIO, a triangulation-aware navigation framework that embeds a log-determinant metric of the feature-wise stacked-bearing matrix into a control barrier function. In this proposed method, the observability guarantee is established in the feature-geometric sense by enforcing a lower bound on the aggregate triangulation-information metric through a nominal-direction-weighted minimum-deviation velocity correction. The proposed architecture is evaluated through software-inthe- loop simulations and real flight experiments. The results show improved triangulation conditioning under low-parallax motion, while the flight response closely reproduces the corresponding simulation behavior and confirms the practical realizability of the proposed safety filter. Supplementary materials are available on the project webpage.
Chinese Translation
在视觉辅助导航和视觉惯性里程计中,三角测量的三维特征位置的质量是状态估计准确性的基本前提。当相机仅进行旋转而没有平移,或者观察到的方向向量提供的视差不足时,三角测量会变得病态甚至不可能。尽管视觉惯性里程计已被广泛研究,但在导航过程中主动维护特征可观测性的问题在文献中尚未得到充分解决。为了解决这一问题,本研究提出了TANGO-VIO,一个三角测量感知导航框架,该框架将特征堆叠方向矩阵的对数行列式度量嵌入到控制障碍函数中。在该方法中,通过强制对聚合三角测量信息度量施加下限,利用名义方向加权的最小偏差速度修正,建立了特征几何意义上的可观测性保证。通过软件在环仿真和实际飞行实验对所提出的架构进行了评估。结果表明,在低视差运动下,三角测量条件得到了改善,而飞行响应与相应的仿真行为紧密重现,确认了所提出安全滤波器的实际可实现性。补充材料可在项目网页上获得。
cs.RO / 88 / 2608.02080

Toward Geometry-Scalable Whole-Body Touch for Humanoids: A 3D-Printed Conformal EIT Skin

面向几何可扩展的类人机器人全身触觉感知:一种3D打印的符合电阻成像皮肤
Chen, Haofeng, Kohlbrenner, Carson, Kubik, Jiri, Rustler, Lukas, Dickhans, Alexander, Bartunek, Karel, Roncone, Alessandro, Lee, Hyosang, Hoffmann, Matej
Abstract
Whole-body tactile sensing is a prerequisite for humanoids that operate in contact-rich human environments, but conventional taxel arrays scale poorly with surface area, wiring complexity, and robot-specific curvature. We present a conformal electrical impedance tomography tactile skin fabricated through a geometry-adaptable additive-manufacturing workflow. A flexible conductive TPU layer forms a continuous sensing domain, while contact-induced coupling with conductive patches produces boundary voltage changes that are reconstructed using a one-step Gauss-Newton EIT solver. We first characterize the electromechanical design space of the layered structure and show that low-resistance contact-enhancement patches and a porous conductive TPU sensing layer improve sensitivity while preserving printability. We then validate contact localization on a planar prototype, a curved U-shaped prototype, and a qualitative iCub-face-shaped geometry. The curved sensor achieves a mean localization error of 6 mm over 18 contact positions without supervised post-processing. These results suggest that additively manufactured tomographic skins can reduce the morphology-specific redesign burden for humanoid tactile coverage and provide a practical route toward large-area contact sensing for human-centered deployment.
Chinese Translation
全身触觉感知是类人机器人在接触丰富的人类环境中操作的前提,但传统的触觉传感器阵列在表面积、布线复杂性和机器人特定曲率方面扩展性较差。我们提出了一种通过几何适应性增材制造工艺制造的符合电阻成像触觉皮肤。一个柔性导电热塑性聚氨酯(TPU)层形成了一个连续的感知域,而与导电贴片的接触引起的耦合则产生边界电压变化,这些变化通过一步高斯-牛顿电阻成像求解器进行重构。我们首先表征了层状结构的电机械设计空间,并展示了低电阻接触增强贴片和多孔导电TPU感知层在提高灵敏度的同时保持可打印性的效果。然后,我们在一个平面原型、一个弯曲的U形原型和一个定性iCub面形状的几何体上验证了接触定位。弯曲传感器在18个接触位置上的平均定位误差为6毫米,无需监督后处理。这些结果表明,增材制造的断层成像皮肤可以减少类人机器人触觉覆盖的形态特定重新设计负担,并为以人为中心的部署提供了一条实用的广域接触感知路径。
cs.RO / 89 / 2608.02093

Dynamic UAV-based search operations using probabilistic diffusion modeling of Man Overboard incident victims

基于动态无人机的搜索操作:使用概率扩散模型预测落水事件受害者
Angelis, Dimosthenis, Boukas, Evangelos
Abstract
More than 70% of the people that fell overboard cruise ships in the period 2010-2019 lost their lives. This paper presents a strategy for reliably predicting the area a person may be in after a man overboard incident, and describes in detail the search methods to find them utilizing UAV technology. The search area prediction method employs an Extended Kalman Filter that capitalizes on the information from the Leeway model to track the missing person in the sea by taking into account the uncertainty of the movement of the person and the weather conditions in the area. Then, a UAV uses this information to search for the person. Five different methods for searching in this dynamic area are presented and evaluated - the Zigzag, the Boustrophedon, the Spiral, the Probability Informed Search and the Improved Probability Informed Search (IPIS) methods. The IPIS method provides success rate of over 80% on average for finding a person, even if the UAV initiates the search mission 20 minutes after the man overboard incident and even assuming a detection method with a success rate of 30%. All code for the simulation environment and the evaluation of the methods is available on our GitHub page at https://github.com/diangeli/pdms-man-overboard.
Chinese Translation
在2010年至2019年期间,超过70%的落水乘客在邮轮事故中失去了生命。本文提出了一种可靠预测落水事件后可能出现区域的策略,并详细描述了利用无人机技术寻找落水者的搜索方法。该搜索区域预测方法采用扩展卡尔曼滤波器,利用漂流模型的信息,通过考虑落水者的运动不确定性和该区域的天气条件,来追踪失踪人员。随后,无人机利用这些信息进行搜索。本文提出并评估了五种在这一动态区域内的搜索方法——之字形搜索、反向牛头形搜索、螺旋搜索、概率知情搜索和改进的概率知情搜索(IPIS)方法。即使无人机在落水事件发生后20分钟才开始搜索任务,并假设检测方法的成功率为30%,IPIS方法仍能提供超过80%的平均成功率来找到落水者。所有模拟环境的代码及方法评估结果均可在我们的GitHub页面上获取,网址为https://github.com/diangeli/pdms-man-overboard。
cs.RO / 90 / 2608.02197

Look Where It Matters: Adaptive Visual Refinement for Vision-Language-Action Models

关注重要区域:视觉-语言-动作模型的自适应视觉精细化
Cui, Jin, Hu, Yanbin, Long, Xinyue, Li, Linkai, Zhao, Boran, Ren, Pengju
Abstract
Visual representations of VLA models remain unreliable for spatially precise robotic manipulation. We uncover that vision encoders in VLAs also exhibit attention artifacts previously documented in generic Vision Transformers, and further show that, in embodied policies, these artifacts are closely associated with spatial perception capabilities acquired during post-training. As the encoder learns task-relevant information such as object location, depth ordering, and local geometry, limited global-token capacity causes part of this information to spill into low-information patch tokens. We introduce AtVLA, a framework that inserts learnable register tokens into the visual encoder. Trained end-to-end using only embodied data and the original action objective, these registers emerge as dedicated carriers of embodied spatial information, while the remaining patch tokens recover clean and spatially faithful attention distributions crucial for precise target localization and fine-grained contact. Clean attention restores reliable localization, but cannot recover geometric details lost in low-resolution observations. AtVLA therefore couples attention rectification with uncertainty-gated local refinement. The action expert samples multiple action chunks and estimates uncertainty from their disagreement; only for uncertain predictions, action-conditioned attention rollout identifies the task-relevant region, which is cropped, re-encoded at high resolution, and appended to the cached prefix for refined action generation. Across LIBERO, SimplerEnv, and a challenging single-view real-world benchmark, AtVLA improves the average LIBERO success rate from 94.2% to 98.4% and real-world success from 46.5% to 69.0%. The cropping is triggered on approximately 30% of replanning steps, resulting in only 1.4-1.6x the total computation of the base model under the representative deployment setting.
Chinese Translation
视觉-语言-动作(VLA)模型的视觉表征在空间精确的机器人操作中仍然不可靠。我们发现,VLA中的视觉编码器也表现出在通用视觉变换器中先前记录的注意力伪影,并进一步表明在具身策略中,这些伪影与后训练阶段获得的空间感知能力密切相关。当编码器学习与任务相关的信息,如物体位置、深度排序和局部几何时,有限的全局标记容量导致部分信息溢出到低信息补丁标记中。我们提出了AtVLA,一个将可学习的寄存器标记插入视觉编码器的框架。该框架仅使用具身数据和原始动作目标进行端到端训练,这些寄存器作为具身空间信息的专用载体出现,而其余的补丁标记则恢复干净且空间上忠实的注意力分布,这对于精确的目标定位和细致的接触至关重要。干净的注意力恢复了可靠的定位,但无法恢复在低分辨率观察中丢失的几何细节。因此,AtVLA将注意力校正与不确定性门控的局部精细化结合在一起。动作专家从多个动作片段中采样并根据其不一致性估计不确定性;仅对于不确定的预测,基于动作的注意力展开识别任务相关区域,该区域被裁剪、高分辨率重新编码,并附加到缓存前缀中以生成精细化动作。在LIBERO、SimplerEnv和一个具有挑战性的单视角真实世界基准测试中,AtVLA将LIBERO的平均成功率从94.2%提高到98.4%,将真实世界成功率从46.5%提高到69.0%。裁剪在大约30%的重新规划步骤中触发,导致在代表性部署设置下,仅比基础模型的总计算量多出1.4-1.6倍。
cs.RO / 91 / 2608.02257

Learning Panorama-Aware VLA for Mobile Manipulation with Whole-Body Teleoperation

基于全身遥操作的移动操控中的全景感知视觉-语言-动作学习
Yang, Donglin, Chen, Haoran, Chen, Xingyu, Liu, Lixing, Li, Manyi, Tu, Changhe, Xu, Ke, Ma, Xiaojian, Liu, Si
Abstract
Mobile manipulation is a key capability for embodied intelligence, enabling robots to accomplish complex multi-stage tasks in open-world environments. However, mobile manipulation poses two key challenges for vision-language-action (VLA) policies: At the data level, the efficient collection of high-quality whole-body demonstrations demands the coordinated control of both the mobile base and the robotic arms; at the model level, existing VLA models predominantly rely on local camera observations, whose limited field of view hinders global spatial understanding. To address these challenges, we develop a whole-body teleoperation system and a panoramic-aware VLA policy. The system enables coordinated control of a wheeled bimanual robot through a single VR interface and supports the acquisition of a real-world mobile manipulation dataset comprising 5.5 hours of multimodal demonstrations. Building upon this dataset, we propose PanoVLA, a panorama-aware vision-language-action policy for mobile bimanual manipulation. Built upon a Mixture-of-Transformers architecture, PanoVLA introduces global spatial context through dedicated panorama encoding and fusion modules, enabling effective integration of panoramic observations with language instructions and robot states for action generation. Evaluation on four real-world mobile manipulation tasks demonstrates that PanoVLA achieves an average stage completion rate of 91.3\% and an end-to-end success rate of 73.4\%, substantially outperforming local-view baselines. These results demonstrate that incorporating panoramic spatial context improves spatial understanding and closed-loop manipulation performance in mobile robots.
Chinese Translation
移动操控是具身智能的一项关键能力,使机器人能够在开放世界环境中完成复杂的多阶段任务。然而,移动操控对视觉-语言-动作(VLA)策略提出了两个主要挑战:在数据层面,高质量全身演示的高效收集需要移动底盘和机械臂的协调控制;在模型层面,现有的VLA模型主要依赖于局部相机观测,其有限的视野妨碍了全球空间理解。为了解决这些挑战,我们开发了一个全身遥操作系统和一个全景感知的VLA策略。该系统通过单一的虚拟现实界面实现对轮式双臂机器人的协调控制,并支持获取包含5.5小时多模态演示的真实世界移动操控数据集。在此数据集的基础上,我们提出了PanoVLA,一种用于移动双臂操控的全景感知视觉-语言-动作策略。PanoVLA基于混合变换器架构,通过专门的全景编码和融合模块引入全球空间上下文,实现全景观测与语言指令及机器人状态的有效整合,从而生成动作。在四个真实世界移动操控任务上的评估表明,PanoVLA的平均阶段完成率达到91.3%,端到端成功率为73.4%,显著优于局部视图基线。这些结果表明,融入全景空间上下文可以改善移动机器人在空间理解和闭环操控性能方面的表现。
cs.RO / 92 / 2608.02270

TS-MAMP: A Remanufactured Agricultural Robot Powered by Second-Life EV Components and NMS-Free On-Device Weed Detection

TS-MAMP:一种由二次生命电动汽车组件驱动的再制造农业机器人,具备无NMS设备端杂草检测功能
Shi, Weijie, Xu, Zicheng, Cheng, Zhenbang, Xuan, Haoran, Duan, Mingbo, Ge, Gan
Abstract
Agriculture 4.0 robotic systems improve field efficiency yet remain too capital-intensive for the fragmented smallholdings that dominate global agriculture. Meanwhile, a growing number of retired low-speed electric-vehicle (LSEV) powertrains retain functional electromechanical value but are destructively recycled. This paper presents TS-MAMP (Telescopic-Sleeve Modular Agricultural Mobile Platform), a remanufactured robot built under 3R (reduce, reuse, recycle) circular-economy principles. Retired 48 V brushless-DC (BLDC) hub motors are paired via back-EMF matching, and lead-acid battery modules screened at 60%-80% state of health are actively balanced within a 100 mV inter-module voltage deviation. Together, these reused components reduce the powertrain-and-chassis BOM cost by approximately 60%, to below USD 450 (perception and weeding modules excluded). The truss chassis provides >=200 kg static load, continuously adjustable track width from 1200 mm to 2000 mm, and <=5-minute module changeover. An NMS-free (non-maximum-suppression-free) YOLOv10n detector with consistent dual-assignment training and negative-sample learning achieves 80.87% mean average precision (mAP)@0.5 (58.41% [email protected]:0.95) on the Wanxi Crop-Weed dataset, and is deployed via FP16 TensorRT on a Jetson Nano, confirming on-device inference feasibility. TS-MAMP demonstrates that retired EV components, under modest screening, can be re-engineered into affordable, AI-enabled agricultural robots--opening a remanufacturing pathway for the smallholder fields that commercial automation leaves unserved.
Chinese Translation
农业4.0机器人系统提高了田间效率,但对于主导全球农业的分散小农场而言,仍然过于资本密集。同时,越来越多的退役低速电动汽车(LSEV)动力系统保留了功能性电机机械价值,但却被破坏性回收。本文提出了TS-MAMP(伸缩套筒模块化农业移动平台),这是一种在3R(减少、重复使用、回收)循环经济原则下构建的再制造机器人。退役的48 V无刷直流(BLDC)轮毂电机通过反电动势匹配配对,经过60%-80%健康状态筛选的铅酸电池模块在100 mV的模块间电压偏差内进行主动平衡。这些再利用的组件将动力系统和底盘的物料清单成本降低了约60%,降至450美元以下(不包括感知和除草模块)。桁架底盘提供>=200 kg的静态载荷,轨道宽度可在1200 mm到2000 mm之间连续调节,模块更换时间<=5分钟。一个无NMS(无最大抑制)YOLOv10n检测器,通过一致的双重分配训练和负样本学习,在Wanxi作物-杂草数据集上实现了80.87%的平均精度(mAP)@0.5(58.41% [email protected]:0.95),并通过FP16 TensorRT在Jetson Nano上部署,确认了设备端推理的可行性。TS-MAMP展示了在适度筛选下,退役电动汽车组件可以被重新工程化为经济实惠的、具备人工智能功能的农业机器人——为商业自动化未能服务的小农田开辟了再制造的途径。
cs.RO / 93 / 2608.02304

TRACE: Ergodic Trajectory Optimization for Active Scene Reconstruction

TRACE:用于主动场景重建的遍历轨迹优化
Zheng, Ziyue, Shi, Linli, He, Bingkun, Jiang, Wen, Wang, Ziyun
Abstract
Existing active reconstruction systems with Gaussian-splatting maps select observations greedily, optimizing a single next-best-view (NBV) at each step and connecting the chosen views by short-horizon path planning. This greedy decoupling disregards the global structure of scene information, producing inefficient trajectories that waste sensing capacity in transit between selected views. In this work, we study active reconstruction as an ergodic coverage problem: the time-averaged spatial statistics of the sensor trajectory should match a target information distribution induced by the current map. Our approach derives this target distribution online from uncertainty and visibility, and calculates ergodic trajectories via a kernel-ergodic horizon planner with gradient flow and footprint depletion, closing the loop between mapping and trajectory optimization. We thoroughly evaluate TRACE on the Replica dataset against the Next-Best-View (NBV) baselines, improving PSNR by 1.5 dB. Code: https://github.com/spikelab-jhu/trace-active-reconstruction.
Chinese Translation
现有的基于高斯喷溅图的主动重建系统以贪婪方式选择观测,在每一步优化单一的下一个最佳视角(NBV),并通过短期路径规划连接所选视角。这种贪婪的解耦忽视了场景信息的全局结构,导致生成的轨迹效率低下,在所选视角之间的传输过程中浪费了感知能力。在本研究中,我们将主动重建视为一个遍历覆盖问题:传感器轨迹的时间平均空间统计应与当前地图所诱导的目标信息分布相匹配。我们的方法在线推导这一目标分布,基于不确定性和可见性,并通过具有梯度流和足迹耗尽的核遍历视野规划器计算遍历轨迹,从而闭合映射与轨迹优化之间的循环。我们在Replica数据集上对TRACE进行了全面评估,与下一个最佳视角(NBV)基线相比,PSNR提高了1.5 dB。代码链接:https://github.com/spikelab-jhu/trace-active-reconstruction。
cs.RO / 94 / 2608.02316

Residual-Based Adaptive Kalman Filtering for Legged Robot State Estimation

基于残差的自适应卡尔曼滤波用于腿式机器人状态估计
Popescu, Mihaela, Mronga, Dennis, Kumar, Shivesh, Kirchner, Frank
Abstract
State estimation is a key component in model-based control of walking robots and, more broadly, applicable wherever hidden variables must be inferred. The Kalman filter is widely used to estimate floating-base position and velocity by fusing multiple sensing modalities. However, tuning noise parameters is challenging and typically requires expert knowledge. Moreover, fixed noise parameters are unsuitable for varying gaits and environments. We propose an online adaptation strategy for the process noise covariance matrix Q and the measurement noise covariance matrix R. Specifically, we introduce a filter residual and innovation-based covariance adaptation method for legged robot state estimation and evaluate it against a baseline approach relying on IMU and foot force measurements. The proposed adaptation is implemented within an Invariant Extended Kalman Filter (InEKF) fusing IMU and leg kinematics. Experiments on indoor and outdoor datasets with a Unitree Go2 quadruped show that adapting R is sufficient and improves accuracy by 25% for the trotting gait compared to the fixed-tuned InEKF. Finally, the proposed residual-based adaptation achieves comparable performance to the foot force approach, without requiring foot force measurements or additional parameter tuning.
Chinese Translation
状态估计是基于模型的步态机器人控制中的关键组成部分,更广泛地适用于需要推断隐藏变量的场景。卡尔曼滤波器被广泛用于通过融合多种传感方式来估计浮动基座的位置和速度。然而,调整噪声参数具有挑战性,通常需要专家知识。此外,固定的噪声参数不适用于变化的步态和环境。我们提出了一种在线自适应策略,用于过程噪声协方差矩阵 Q 和测量噪声协方差矩阵 R。具体而言,我们引入了一种基于滤波残差和创新的协方差自适应方法,用于腿式机器人状态估计,并将其与依赖于惯性测量单元(IMU)和足部力测量的基线方法进行评估。所提出的自适应方法在融合 IMU 和腿部运动学的不变扩展卡尔曼滤波器(InEKF)中实现。对 Unitree Go2 四足机器人在室内和室外数据集上的实验表明,适应 R 是足够的,并且在与固定调谐的 InEKF 相比时,能够提高 25% 的准确性,尤其是在小跑步态下。最后,所提出的基于残差的自适应方法在性能上与足部力方法相当,而无需足部力测量或额外的参数调优。
cs.RO / 95 / 2608.02320

TravKAN: Fast and Interpretable Nonlinear Traversability Analysis with Kolmogorov-Arnold Networks

TravKAN:基于Kolmogorov-Arnold网络的快速且可解释的非线性可通行性分析
Fusaro, Daniel, Mosco, Simone, Li, Wanmeng, Pretto, Alberto
Abstract
Traversability analysis is a fundamental capability for autonomous mobile robots operating in unstructured environments. While modern machine learning approaches such as deep neural networks and gradient-boosted trees achieve strong predictive performance, they lack interpretability and provide limited insight into the underlying terrain-robot interaction dynamics. In this paper, we propose TravKAN, a Kolmogorov-Arnold Network-based framework for fast, scalable, and interpretable traversability estimation. TravKAN represents multivariate decision functions through compositions of learnable univariate functions, enabling compact architectures and symbolic extraction of analytic expressions after training. In addition, we introduce a novel set of handcrafted features derived from the reflectivity channel of LiDAR sensors. To the best of our knowledge, reflectivity has not been systematically exploited for handcrafted traversability descriptors, despite its potential to capture material and surface properties complementary to geometric cues. We evaluate TravKAN on public, real-world urban and off-road datasets and compare it against strong baselines. TravKAN achieves strong performance across all metrics, outperforming conventional deep models and approaching the performance of XGBoost. TravKAN-Lite, i.e., TravKAN's symbolic representation, reveals meaningful nonlinear feature interactions and provides a compact, deployment-friendly, and fast analytic model. Ablation studies further show the robustness of our method to architectural variations and quantify the contribution of the proposed reflectivity-based features. These properties make TravKAN attractive for robotic systems requiring transparency, real-time computational efficiency, and interpretability in safety-critical decision-making.
Chinese Translation
可通行性分析是自主移动机器人在非结构化环境中操作的基本能力。尽管现代机器学习方法如深度神经网络和梯度提升树在预测性能上表现优异,但它们缺乏可解释性,且对基础的地形-机器人交互动态提供的洞察有限。本文提出了TravKAN,一个基于Kolmogorov-Arnold网络的框架,用于快速、可扩展且可解释的可通行性估计。TravKAN通过可学习的单变量函数的组合表示多变量决策函数,使得在训练后能够实现紧凑的架构和符号提取的解析表达。此外,我们引入了一组新颖的手工特征,这些特征源自LiDAR传感器的反射率通道。尽我们所知,反射率尚未被系统性地用于手工可通行性描述符,尽管它在捕捉材料和表面特性方面具有潜力,这些特性与几何线索互为补充。我们在公共的真实世界城市和越野数据集上评估了TravKAN,并与强基线进行了比较。TravKAN在所有指标上均表现出色,超越了传统的深度模型,并接近XGBoost的性能。TravKAN-Lite,即TravKAN的符号表示,揭示了有意义的非线性特征交互,并提供了一个紧凑、适合部署且快速的解析模型。消融研究进一步表明我们的方法对架构变化的鲁棒性,并量化了所提反射率特征的贡献。这些特性使TravKAN在需要透明性、实时计算效率和安全关键决策可解释性的机器人系统中具有吸引力。
cs.RO / 96 / 2608.02326

ChainVLA: Chaining Vision-Language-Action Queries through a Unified Execution State for Long-Horizon Manipulation

ChainVLA:通过统一执行状态连接视觉-语言-动作查询以实现长时间操作
Huang, Yuzhi, Bu, Weijue, Xiong, Ziyi, Wu, Jie, Huang, Fanding, Jiang, Jingyan, Wang, Zhi
Abstract
Humans perform long-horizon manipulation by retaining knowledge of what earlier actions have established while continuously adapting the motion underway. By contrast, action-chunked vision-language-action (VLA) policies repeatedly replan from the current input at each query. Existing methods preserve either long-term task evidence through memory or short-term motion through action reuse and ensembling, leaving the cross-query handoff incomplete. We introduce ChainVLA, a 1.2B-parameter VLA policy that chains successive queries through a joint and revisable execution state. Progress Context combines a recurrent Working State with sparse event memory to carry observation-derived task progress, while Motion Tail feeds the preceding prediction's unexecuted continuation into state construction and action generation. Together, the two components condition a decoder that regenerates each action horizon under the latest observation, allowing the carried state to guide the next prediction without fixing it. ChainVLA reaches 62.8% average success on RMBench and 98.8% across four LIBERO suites, while removing Motion Tail or Progress Context reduces RMBench success to 11.2% and 3.0%, respectively. These asymmetric ablations are consistent with motion continuity helping preserve the observation stream from which task progress is inferred.
Chinese Translation
人类通过保留早期动作所建立的知识,同时不断适应正在进行的运动,来执行长时间的操作。相比之下,基于动作块的视觉-语言-动作(VLA)策略在每个查询时都从当前输入重新规划。现有方法通过记忆保留长期任务证据或通过动作重用和集成保留短期运动,但跨查询的交接仍不完整。我们提出了ChainVLA,这是一种具有12亿参数的VLA策略,通过联合和可修订的执行状态连接连续的查询。进度上下文(Progress Context)结合了递归的工作状态(Working State)和稀疏事件记忆,以携带基于观察的任务进展,而运动尾(Motion Tail)则将前一个预测未执行的延续输入状态构建和动作生成中。两个组件共同条件化一个解码器,该解码器在最新观察下重新生成每个动作的时间范围,使得携带的状态能够引导下一个预测而不固定它。ChainVLA在RMBench上达到了62.8%的平均成功率,在四个LIBERO套件上达到了98.8%的成功率,而去除运动尾或进度上下文则分别将RMBench的成功率降低到11.2%和3.0%。这些不对称的消融实验与运动连续性有助于保持从中推断任务进展的观察流一致。
cs.RO / 97 / 2608.02385

StableMimic: Smooth Human-Like Recovery for Humanoid Motion Tracking - Learning Beyond the Tracking Distribution for Structured Post-Fall Behavior

StableMimic:类人运动跟踪中的平滑类人恢复 - 超越跟踪分布学习结构化的跌倒后行为
Wu, Weihao, Huang, Ming, Liu, Ruofei, Nie, Jinglei, Guo, Shuxiang, Li, Chunying
Abstract
Humanoid motion trackers perform reliably within learned tracking distributions, but falls can move the robot into low-height, contact-rich states from which an advancing command is temporarily unreachable. Tracking-only policies may chase infeasible references, producing rapid, large-amplitude limb corrections that increase risk to the robot and its surroundings. We present StableMimic, a unified tracker trained beyond the nominal tracking distribution. Perturbed resets around multiple human get-up references expose prone, supine, off-balance, and intermediate ground-contact states, shaping structured recovery that returns the robot to the trackable region. Because tracking and recovery occupy markedly different state--action distributions, StableMimic uses dedicated experts for each regime and a proprioceptive gate that continuously blends their actions. A hidden successor-state objective teaches human-reference-shaped recovery without exposing reference identity or phase to the deployed Actor; deployment requires no get-up reference, recovery command, trajectory retrieval, or external policy switch. On the complete retargeted LAFAN1 dance subset, StableMimic achieves the lowest errors on all four tracking metrics among five methods. Across 100 matched push-to-fall trials per method, it recovers in 100/100 and attains the lowest values on six of seven post-fall motion and load measures, supporting improved interaction safety under this protocol. Real Unitree G1 dance and standing-reference deployments qualitatively demonstrate bounded limb motion, autonomous recovery, and command resumption.
Chinese Translation
类人运动跟踪器在学习的跟踪分布内表现可靠,但跌倒可能使机器人进入低高度、接触丰富的状态,从而暂时无法执行前进命令。仅依赖跟踪的策略可能追逐不可行的参考,导致快速、大幅度的肢体修正,增加了对机器人及其周围环境的风险。我们提出了StableMimic,这是一种超越名义跟踪分布训练的统一跟踪器。围绕多个人体起身参考的扰动重置暴露了俯卧、仰卧、不平衡和中间接触状态,形成结构化的恢复,使机器人返回可跟踪区域。由于跟踪和恢复占据明显不同的状态-动作分布,StableMimic为每个阶段使用专门的专家和一个本体感知门,持续融合它们的动作。一个隐藏的后继状态目标教会了基于人类参考的恢复,而不暴露参考的身份或阶段给部署的执行者;部署不需要起身参考、恢复命令、轨迹检索或外部策略切换。在完整的重新目标化LAFAN1舞蹈子集上,StableMimic在五种方法中实现了所有四个跟踪指标的最低误差。在每种方法的100次匹配推倒试验中,它在100/100的情况下成功恢复,并在七个跌倒后运动和负载指标中获得最低值,支持在该协议下改善交互安全性。真实的Unitree G1舞蹈和站立参考部署定性展示了受限的肢体运动、自主恢复和命令恢复。
cs.RO / 98 / 2608.02395

Environmental resilience via morphological diversity within machines

通过机器内部形态多样性实现环境韧性
Hein, Alice, Bongard, Josh
Abstract
Organisms contain diverse, sensorimotor parts across size scales and rapidly adapt to new environments, while machines contain only inert materials at smaller scales and struggle with surprise. We hypothesize that this agents-within-agents quality of organisms may aid their resilience: increasing experiences with internal physical adversity may pre-train organisms and machines to handle external adversity, such as encounters with new environments. Not only has this hypothesis not yet been articulated, mechanisms enabling this phenomenon have yet to be proposed. Here we show a mechanism by which this can occur: we found that physical connectors, in learning to restore behavior to previously independent, morphologically diverse agents they disrupted by tethering them together, trigger and tame sufficiently diverse disruptions that later encounters with new environments trigger disruptions that fall within this manageable range, enabling the collective to continue behaving properly without any additional learning or adaptation. Further, we found that building collectives from more agents, or more diverse agents, further increases the collective's resilience to new environments. This suggests that not just taming but intentionally creating internal physical adversity may indeed prepare organisms for external adversity, and could do so for machines, if they were built from smaller machines.
Chinese Translation
生物体在不同尺度上具有多样的传感器运动部件,并能迅速适应新环境,而机器在较小尺度上仅由惰性材料构成,难以应对突发情况。我们假设生物体的这种“内部代理”特性可能有助于其韧性:与内部物理逆境的增加经验可能使生物体和机器在面对外部逆境(如遇到新环境时)时具备更好的应对能力。这个假设尚未被明确提出,能够实现这一现象的机制也尚未被提出。在此,我们展示了一种可能的机制:我们发现,物理连接器在学习恢复被绑在一起的、形态多样的独立代理的行为时,会触发并驯化足够多样的干扰,从而使得后续与新环境的接触引发的干扰落在可管理的范围内,使集体能够继续正常行为,而无需额外的学习或适应。此外,我们发现,由更多代理或更具多样性的代理构建的集体,其对新环境的韧性进一步增强。这表明,不仅是驯化,故意创造内部物理逆境确实可能为生物体准备应对外部逆境,并且如果机器是由更小的机器构建而成,这种方法也可以适用于机器。
cs.RO / 99 / 2608.02411

Human-Centered Reflections on Care Robots: A Comparative Study of Caregiver Perspectives

以人为本的护理机器人反思:护理人员视角的比较研究
Londoño, Laura, Baumann, Klaus, Valada, Abhinav, Langer, Markus
Abstract
Care robots are increasingly being introduced into healthcare settings, raising important questions about their acceptance and ethical implementation. To better understand these challenges, this study investigates caregivers' perceptions of four categories of care robots: delivering supplies, helping patients into bed, monitoring vital signs, and assisting with mobility. We conducted a mixed-methods study employing a mixed-factorial design in which 298 caregivers from the United States, Mexico, and Chile evaluated all four robot categories. Quantitative measures integrated constructs from the Unified Theory of Acceptance and Use of Technology, the Cognitive-Affective-Normative model, and overall acceptance ratings. Qualitative data were collected through open-ended questions and analyzed using a literature-informed ethical framework. The results indicate that participants across countries generally evaluated care robots positively, particularly for logistical and physically demanding tasks rather than those requiring intensive interpersonal interaction. The qualitative findings provide further insight into stakeholders' views of the ethical implications of care robot use. Participants emphasized potential benefits such as reduced workload, lower risk, and greater patient autonomy, while also expressing concerns about dependability, the need for human oversight, and potential job displacement. Although many ethical concerns were shared across countries, participants differed in how they interpreted and prioritized them. These findings advance a context-sensitive and socially informed understanding of responsible design and implementation of care robots.
Chinese Translation
护理机器人在医疗环境中的引入日益增多,这引发了关于其接受度和伦理实施的重要问题。为了更好地理解这些挑战,本研究调查了护理人员对四类护理机器人的看法:供应配送、协助患者上床、监测生命体征和协助移动。我们进行了一个混合方法研究,采用混合因子设计,298名来自美国、墨西哥和智利的护理人员评估了所有四类机器人。定量测量整合了技术接受与使用统一理论、认知-情感-规范模型及整体接受度评分的构念。通过开放式问题收集的定性数据则使用文献知情的伦理框架进行分析。结果表明,各国参与者普遍对护理机器人持积极评价,尤其是在后勤和体力要求较高的任务中,而对于需要密集人际互动的任务则评价较低。定性研究结果进一步深入探讨了利益相关者对护理机器人使用伦理影响的看法。参与者强调了潜在的好处,如减轻工作负担、降低风险和提高患者自主性,同时也表达了对可靠性、人类监督需求和潜在工作置换的担忧。尽管许多伦理问题在各国之间存在共识,参与者在解释和优先考虑这些问题时却存在差异。这些发现推动了对护理机器人负责任设计和实施的情境敏感和社会知情的理解。
cs.RO / 100 / 2608.02453

Certifying Plans under Model Mismatch: A Trilemma for Reachability from Scarce Data

在模型不匹配下的计划认证:稀缺数据下的可达性三难选择
Huang, Yanliang, Zhang, Zhen, Hafez, Ahmad, Wu, Wenyuan, Xie, Peng, Zeng, Zhuoqi, Alanwar, Amr
Abstract
Sim-to-real policies are designed under nominal dynamics, but target-system trials may yield only a few isolated one-step transitions. We study pre-execution certification of a fixed control sequence, such as an action chunk produced by a learned policy. If the sequence reaches an unobserved state-input region, the observations remain consistent with target systems whose trajectories separate along it by an arbitrarily large amount. Any deterministic certifier sound for all of them must then decline to certify or return a reachable tube with arbitrarily large projected width. For bounded smooth classes of the target-nominal model error, we derive a finite plan-dependent projected-width lower bound. These results expose a trilemma among uniform trajectory containment, finite projected width, and unrestricted model-error behavior beyond the observations. ForeReach requires a supplied componentwise Lipschitz bound on the model error. Observed transition pairs can refute this declaration but cannot establish it outside the observed locations. Conditional on a valid declaration, our method constructs a set-membership envelope for the model error, propagates a zonotopic reachable tube, and certifies only when propagation remains within the certification domain and every projected tube slice avoids the unsafe set. In two benchmark systems, calibration baselines may remain narrow after losing trajectory containment outside data support, whereas our method declines to certify unsupported sequences and recovers certification when relevant target data and sufficient obstacle clearance are available.
Chinese Translation
模拟到现实的策略是在名义动态下设计的,但目标系统的试验可能仅产生少量孤立的一步过渡。我们研究了固定控制序列的执行前认证,例如由学习策略生成的动作块。如果该序列到达一个未观察的状态-输入区域,则观察结果与目标系统保持一致,而这些目标系统的轨迹沿该区域以任意大的幅度分离。任何对它们都有效的确定性认证器必须拒绝认证,或者返回一个具有任意大投影宽度的可达管道。对于目标-名义模型误差的有界平滑类,我们推导出一个有限的计划依赖的投影宽度下界。这些结果揭示了在均匀轨迹包含性、有限投影宽度和超出观察范围的无限制模型误差行为之间的三难选择。ForeReach要求提供模型误差的逐分量Lipschitz界限。观察到的过渡对可以反驳这一声明,但无法在观察到的位置之外建立它。在有效声明的条件下,我们的方法构建了一个模型误差的集合成员资格包络,传播一个区域可达管道,并仅在传播保持在认证域内且每个投影管道切片避免不安全集时进行认证。在两个基准系统中,校准基线在失去数据支持之外的轨迹包含性后可能仍然保持狭窄,而我们的方法拒绝认证不受支持的序列,并在相关目标数据和足够的障碍清除可用时恢复认证。
cs.RO / 101 / 2608.02497

Grounded Semantic Re-Binding for Robust Instruction Generalization in Vision-Language-Action Models

基于语义重绑定的稳健指令泛化方法在视觉-语言-动作模型中的应用
Yin, Zhaokai, Zhang, Zhipeng
Abstract
Vision-Language-Action (VLA) models excel in robotic manipulation but suffer catastrophic performance drops when canonical instructions are simply paraphrased. Although this brittleness is typically addressed through costly data scaling, our probing reveals that the root cause is architectural rather than a lack of semantic understanding. Specifically, we demonstrate that current VLAs successfully retain the correct task identity internally. The failure actually stems from the joint encoding of dynamic visual observations and text, which introduces systematic feature shifts. Because the downstream action policy is highly vulnerable to these variations, it fails to translate the preserved semantics into correct control commands. To resolve this structural bottleneck, we propose Grounded Semantic Re-binding (GSR), an elegant intervention that bypasses unstable joint routing by explicitly fusing independently extracted task semantics with native visual features to train a completely re-initialized action expert from scratch. This targeted intervention dramatically restores paraphrastic invariance using only canonical demonstrations. On the LIBERO-Para benchmark, GSR improves success rates by up to 44.6 percent. It enables lightweight models to rival massively scaled baselines and pushes state-of-the-art models to a new record PRIDE score of 70.4, outperforming the recently introduced large-scale pretrained model Xiaomi-Robotics-0 in instruction generation capabilities. Building on these insights, we also introduce ParaVLA, a natively decoupled 0.33B-parameter model exhibiting near-perfect robustness to instruction rewording. Ultimately, our work proves that robust semantic grounding can be achieved through elegant structural design, bypassing the inefficient brute-force data scaling paradigm.
Chinese Translation
视觉-语言-动作(VLA)模型在机器人操作中表现出色,但当标准指令仅被改述时,性能会出现灾难性下降。尽管这种脆弱性通常通过昂贵的数据扩展来解决,但我们的探测显示,根本原因在于架构而非缺乏语义理解。具体而言,我们证明了当前的VLA能够在内部成功保持正确的任务身份。失败实际上源于动态视觉观察与文本的联合编码,这引入了系统性的特征偏移。由于下游动作策略对这些变化高度敏感,它未能将保留的语义转化为正确的控制命令。为了解决这一结构瓶颈,我们提出了基于语义重绑定(GSR)的方法,这是一种优雅的干预措施,通过显式融合独立提取的任务语义与原生视觉特征,绕过不稳定的联合路由,从零开始训练一个完全重新初始化的动作专家。这一有针对性的干预措施仅使用标准演示显著恢复了改述不变性。在LIBERO-Para基准测试中,GSR的成功率提高了多达44.6%。它使轻量级模型能够与大规模基线相媲美,并推动最先进的模型在PRIDE得分上创下70.4的新纪录,超越了最近推出的大规模预训练模型小米机器人0在指令生成能力上的表现。基于这些见解,我们还推出了ParaVLA,这是一种本质上解耦的0.33B参数模型,展现出对指令改述的近乎完美的鲁棒性。最终,我们的工作证明,通过优雅的结构设计,可以实现稳健的语义基础,而无需低效的暴力数据扩展范式。
cs.RO / 102 / 2608.02545

Probabilistic Reachable-Action Verification of Visuomotor Policies via Set-Based Training

基于集合训练的视觉运动策略的概率可达动作验证
Huang, Yanliang, Zhang, Zhuocheng, Xie, Peng, Zhang, Zhen, Wu, Wenyuan, Khadiv, Majid, Zeng, Zhuoqi, Alanwar, Amr
Abstract
Reachability analysis for visuomotor policies is difficult because large visual encoders make end-to-end set propagation computationally expensive and excessively conservative. We therefore freeze the visual encoder and confine set propagation to a low-dimensional interface between it and the downstream policy, with the interface set calibrated from held-out camera-pose perturbations. Propagating this set through the policy with zonotopes yields a terminal output-enclosure width that set-based training optimizes directly. During evaluation, camera-pose perturbations are sampled from the prescribed distribution, and rollout-level split conformal calibration converts the resulting action-deviation scores into a probabilistic reachable-action radius with finite-sample coverage. In controlled manipulation experiments, set-based training reduces this radius while preserving closed-loop task capability, and matched behavior-only, observational-consistency, and pointwise-adversarial controls all leave a larger radius.
Chinese Translation
对于视觉运动策略的可达性分析是困难的,因为大型视觉编码器使得端到端的集合传播在计算上非常昂贵且过于保守。因此,我们冻结视觉编码器,并将集合传播限制在其与下游策略之间的低维接口上,该接口集合是根据保留的相机姿态扰动进行校准的。通过使用区域体(zonotopes)在策略中传播该集合,得到的终端输出包围宽度可以直接通过基于集合的训练进行优化。在评估过程中,从规定的分布中采样相机姿态扰动,回滚级别的分裂一致性校准将结果动作偏差分数转换为具有有限样本覆盖的概率可达动作半径。在受控操作实验中,基于集合的训练在保持闭环任务能力的同时减少了该半径,而匹配的仅行为、观察一致性和逐点对抗控制均留下了更大的半径。
cs.RO / 103 / 2608.02547

Why Does Action Chunking Improve Behavioral Cloning Performance in Robotic Control?

为什么动作分块提高了机器人控制中的行为克隆性能?
Lazzati, Filippo, Stachowicz, Kyle, Chen, William, Metelli, Alberto Maria, Wagenmaker, Andrew, Levine, Sergey
Abstract
Action chunking---predicting and executing multiple actions instead of a single action---has proven to be a critical component for learning effective robotic control policies. However, our precise understanding of why action chunking improves performance has remained limited. In this work we seek to close this gap. Through rigorous experimental evaluations in both simulated and real-world settings, we show that existing hypotheses for the success of action chunking---temporal consistency, horizon reduction, and representation learning---fail to explain the success of action chunking. Instead, we find that action chunking benefits from greater non-Markovian expressivity and reduced compounding error compared to Markovian policies, but, in many settings of interest, these effects can be fully captured by delayed policies, which at each step predict a single action based on the observation $k$ steps in the past. We then show that there exists an additional benefit of action chunking that we refer to as implicit ensembling. In particular, by learning a diversity of temporal relationships (that is, $a_t | o_t, a_t | o_{t-1}, \ldots$), action-chunked policies exhibit behavior matching that of a model ensemble, increasing their robustness and generalization ability over policies that only learn a single temporal relationship. Building on these insights, we show that in simulated and real-world robotic control settings, we can match the performance of action chunking without action chunking---by deploying an action chunking policy as an ensemble of policies with randomized delays. Furthermore, we propose a policy class that amplifies the benefits of action chunking by explicitly instantiating an ensemble, and which we show significantly improves over the performance of action chunking in many domains.
Chinese Translation
动作分块——预测和执行多个动作而不是单个动作——已被证明是学习有效机器人控制策略的关键组成部分。然而,我们对动作分块为何能提高性能的精确理解仍然有限。在本研究中,我们旨在填补这一空白。通过在模拟和现实世界环境中进行严格的实验评估,我们显示了现有关于动作分块成功的假设——时间一致性、视野缩减和表征学习——未能解释动作分块的成功。相反,我们发现,与马尔可夫策略相比,动作分块受益于更强的非马尔可夫表达能力和减少的复合误差,但在许多感兴趣的环境中,这些效应可以通过延迟策略完全捕捉,该策略在每一步基于过去 $k$ 步的观察预测单个动作。我们进一步表明,动作分块还有一个额外的好处,我们称之为隐式集成。特别是,通过学习多样的时间关系(即 $a_t | o_t, a_t | o_{t-1}, ext{等}$),动作分块策略表现出与模型集成相匹配的行为,从而提高了其对仅学习单一时间关系的策略的鲁棒性和泛化能力。在这些见解的基础上,我们展示了在模拟和现实世界的机器人控制环境中,我们可以在不使用动作分块的情况下匹配动作分块的性能——通过将动作分块策略作为具有随机延迟的策略集成进行部署。此外,我们提出了一种政策类别,通过明确实例化一个集成来放大动作分块的好处,并且我们展示了在许多领域中该政策显著改善了动作分块的性能。
cs.RO / 104 / 2608.02571

Situation Aware Frontier Prioritization for Quadruped Search and Rescue

基于情境感知的四足机器人搜索与救援前沿优先级排序
Farias, Kevin, Martin, Santiago, Flores, Barbara, Melgar, Vinicio, Nunes, Igor, Sodre, Hiago, Moraes, Pablo, Grando, Ricardo B.
Abstract
Quadruped robots are a promising platform for search and rescue missions because they can navigate cluttered indoor environments that may be restrictive for wheeled systems. However, in unknown rescue scenarios, autonomous exploration must balance map expansion with the likelihood of finding victims, which is not explicitly addressed by clas- sical frontier selection strategies. This paper presents a situation aware frontier prioritization method for single robot quadruped search and rescue. The proposed approach preserves the frontier exploration framework, but extends frontier ranking with information gain, observation deficit, rescue relevance, terrain penalty, and travel cost. The method is eval- uated in Gazebo simulation with a quadruped robot in two indoor rescue scenarios with different levels of difficulty. The first scenario is used as a sanity check, while the second introduces stronger clutter and frontier ambiguity. Experimental results show that all methods perform reliably in a simple scenario, whereas in a complex scenario is different. In that setting, the proposed method achieves the highest completion rate and the highest victim recovery among the evaluated approaches. These results indicate that situation aware frontier prioritization is beneficial when frontier choice becomes nontrivial and rescue utility must be balanced against generic exploration objectives.
Chinese Translation
四足机器人是执行搜索与救援任务的有前景的平台,因为它们能够在可能对轮式系统构成限制的杂乱室内环境中导航。然而,在未知的救援场景中,自动探索必须在地图扩展与发现受害者的可能性之间取得平衡,而这一点在经典的前沿选择策略中并未得到明确解决。本文提出了一种针对单机器人四足搜索与救援的情境感知前沿优先级排序方法。所提出的方法保留了前沿探索框架,但通过信息增益、观察缺失、救援相关性、地形惩罚和旅行成本扩展了前沿排名。该方法在Gazebo仿真中进行了评估,使用四足机器人在两个不同难度级别的室内救援场景中进行测试。第一个场景用作合理性检查,而第二个场景则引入了更强的杂乱和前沿模糊性。实验结果表明,所有方法在简单场景中表现可靠,而在复杂场景中则有所不同。在该设置中,所提出的方法在评估的各个方法中实现了最高的完成率和最高的受害者恢复率。这些结果表明,当前沿选择变得不再简单且救援效用必须与一般探索目标平衡时,情境感知前沿优先级排序是有益的。
cs.RO / 105 / 2608.02578

CoWAM: Coordination Contracts for Selective Policy Intervention with WAMs

CoWAM:基于协调合同的选择性政策干预与世界行动模型
Liu, Shuaijun, Wen, Qifu, Hao, Shuyang, Luo, Qi, Zhang, Chenglong, You, Feiyang, Wu, Chengyu, Su, Ningxin
Abstract
World Action Models (WAMs) augment robot policies with action-conditioned predicted futures, but a plausible future alone does not justify changing the action that a bimanual policy would execute. We present CoWAM, a selective intervention layer that expresses synchronization, role compatibility, and collision convergence as coordination contracts. Each contract combines typed admissibility checks with event-conditioned verification and calibrated intervention gates. CoWAM preserves the nominal action unless an alternative satisfies every active obligation and provides a clear, low-risk improvement; when the nominal action is also inadmissible, it invokes a predefined abstention fallback. To separate selector quality from proposal quality, all methods operate on identical candidate pools and commit their decisions before shared oracle labeling. Across eight simulated bimanual tasks, CoWAM improves coordination-valid selection by 16.7 percentage points over the contract-only variant and raises closed-loop success by 9.6 percentage points over the strongest selective baseline, while keeping harmful interventions below 1%. Together, these results establish coordination contracts as an effective interface for conservative policy intervention with predicted world-action evidence across coordination-rich bimanual tasks.
Chinese Translation
世界行动模型(WAMs)通过基于动作的预测未来增强机器人策略,但单靠一个合理的未来并不足以证明改变双手政策所执行的动作是合理的。我们提出了CoWAM,一个选择性干预层,将同步、角色兼容性和碰撞收敛表达为协调合同。每个合同结合了类型化的可接受性检查、事件条件验证和校准的干预门。CoWAM保留名义动作,除非有替代方案满足所有活跃义务并提供明确的、低风险的改进;当名义动作也不可接受时,它会调用预定义的弃权后备方案。为了将选择器质量与提案质量分开,所有方法在相同的候选池上操作,并在共享的神谕标记之前做出决策。在八个模拟的双手任务中,CoWAM在协调有效选择方面比仅使用合同的变体提高了16.7个百分点,并在闭环成功率上比最强的选择性基线提高了9.6个百分点,同时将有害干预保持在1%以下。这些结果共同确立了协调合同作为在协调丰富的双手任务中进行保守政策干预的有效接口,基于预测的世界行动证据。
cs.RO / 106 / 2608.02580

Ego2Robot: Scalable Robot Data Synthesis from Egocentric Human Data

Ego2Robot:基于自我中心人类数据的可扩展机器人数据合成
Wang, Ye, Lin, Pei, Chen, Xiong-Hui, Yuan, Haoqi, Liang, Zhixuan, Huang, Yiyang, Chen, Anzhe, Lei, Zixing, Zhang, Jie, Zhang, Tao, Li, Haoyang, Zhang, Tong, Xiao, Chenxi, Jiao, Ziyuan, Jin, Qin
Abstract
Learning generalizable robot manipulation policies requires large-scale and diverse demonstration data. Egocentric human manipulation videos offer rich scene and task diversity, and prior work has shown that retargeting and rendering such videos into robot-format data can yield effective per-task policies at small scale. However, whether this approach can provide pretraining benefits for vision-language-action models at scale remains unexplored. We present \textbf{Ego2Robot}, a scalable pipeline that converts egocentric human manipulation videos into robot training data through action retargeting, robot-arm visual synthesis, and multi-level quality curation. Ego2Robot supports both curated datasets and in-the-wild videos, producing 18,561 hours of robot training data spanning 15 robot morphologies, making it the largest ego-to-robot dataset to date. To evaluate generalization, we extend RoboTwin2.0 with disentangled perturbation axes covering visual appearance, scene layout, embodiment morphology, and task semantics. Experiments show that joint pretraining on Ego2Robot-synthesized and robot data consistently improves out-of-distribution generalization across multiple perturbation types, with benefits validated on real-robot deployment. Project page: https://www-ye.github.io/ego2robot_blog/
Chinese Translation
学习可泛化的机器人操作策略需要大规模和多样化的示范数据。自我中心的人类操作视频提供了丰富的场景和任务多样性,先前的研究表明,将这些视频重新定向并渲染为机器人格式的数据可以在小规模下产生有效的每任务策略。然而,这种方法是否能够在大规模上为视觉-语言-行动模型提供预训练的好处尚未被探索。我们提出了 extbf{Ego2Robot},一个可扩展的管道,通过动作重新定向、机器人臂视觉合成和多层次质量筛选,将自我中心的人类操作视频转换为机器人训练数据。Ego2Robot 支持经过策划的数据集和野外视频,生成了覆盖15种机器人形态的18,561小时机器人训练数据,使其成为迄今为止最大的自我中心到机器人数据集。为了评估泛化能力,我们扩展了 RoboTwin2.0,增加了涵盖视觉外观、场景布局、体现形态和任务语义的解耦扰动轴。实验表明,在 Ego2Robot 合成数据和机器人数据上进行联合预训练,能够持续提高多种扰动类型下的分布外泛化能力,且在真实机器人部署中验证了其效果。项目页面:https://www-ye.github.io/ego2robot_blog/
计算机视觉 (Computer Vision)
280
cs.CV / 1 / 2608.00060

ELECTRIC: Evidential Learning-Enhanced CT Reconstruction via Iterative Correction

ELECTRIC:通过迭代校正增强证据学习的CT重建
Wang, Ge
Abstract
Here we introduce ELECTRIC (Evidential Learning-Enhanced CT Reconstruction via Iterative Correction), a physics-guided Bayesian formulation. An evidential neural network provides an image proposal and an error-predictive epistemic-uncertainty surrogate. The latter is converted into an adaptive precision field and inserted into a Poisson-weighted MAP update. The resulting image-evidence-precision-reconstruction loop treats prior confidence as a learned state variable of iterative reconstruction. In addition to the formulation and theoretical analysis, we report two simulation studies on image slices from the AAPM Mayo Clinic Low-Dose CT dataset: a mechanism-validation pilot using transparent surrogate estimators, and a feasibility study in which a trained Normal-Inverse-Gamma evidential network drives the full closed loop. On held-out patients, the learned prior mean reduces reconstruction error by roughly 70 percent relative to filtered back-projection, the learned epistemic uncertainty is error-predictive and supports selective trust, and the physics-guided update restores measurement consistency while the adaptive-precision reconstruction matches or exceeds a validation-tuned fixed prior and remains markedly more robust to prior-strength misspecification. Together these results demonstrate the complete ELECTRIC closed-loop pipeline, while identifying formal uncertainty calibration and joint training as the principal directions for future work.
Chinese Translation
在此,我们介绍ELECTRIC(通过迭代校正增强证据学习的CT重建),这是一种物理指导的贝叶斯公式。一个证据神经网络提供图像提议和一个错误预测的认知不确定性替代物。后者被转换为自适应精度场,并插入到泊松加权的最大后验(MAP)更新中。由此产生的图像-证据-精度-重建循环将先验置信度视为迭代重建的学习状态变量。除了公式和理论分析外,我们报告了两个基于AAPM梅奥诊所低剂量CT数据集的图像切片的仿真研究:使用透明替代估计器的机制验证试点,以及一个可行性研究,其中一个训练好的正态-逆伽马证据网络驱动完整的闭环。在保留的患者中,学习到的先验均值相对于滤波反投影减少了大约70%的重建误差,学习到的认知不确定性具有错误预测能力并支持选择性信任,而物理指导的更新恢复了测量一致性,同时自适应精度重建与验证调优的固定先验匹配或超过,并且在先验强度误设定方面显著更具鲁棒性。这些结果共同展示了完整的ELECTRIC闭环流程,同时确定了正式的不确定性校准和联合训练作为未来工作的主要方向。
cs.CV / 2 / 2608.00064

Noise-Robust Conditional Flow Matching: Generating Clean Samples from Noisy Datasets

抗噪声条件流匹配:从噪声数据集中生成干净样本
Urbański, Adrian, della Maggiora, Gabriel, Yakimovich, Artur
Abstract
Generative models learn the statistical properties of their training data, so high-quality generation depends on clean and representative datasets. In scientific imaging, acquisition often yields noisy measurements, while collecting clean references can be costly, impractical or even unattainable. Training directly on these measurements results in a model that reproduces the corrupted data. This can be circumvented by learning the clean population distribution directly from the noisy data. Conditional flow matching (CFM) combines a simple regression objective with stable training, efficient sampling, and strong image-generation performance, making it a natural framework for this setting. We introduce Noise-Robust Conditional Flow Matching (NR-CFM), an unconditional generator that learns from one corrupted observation per image. NR-CFM provides a closed-form clean endpoint correction for additive white Gaussian noise and learns a data-driven correction for general Gaussian corruptions with more complex covariance structure. Across the evaluated corruption settings, NR-CFM outperforms NR-GAN in most cases and remains competitive with Ambient Diffusion in the high-noise regime. We further evaluate NR-CFM on scientific data at signal-to-noise ratios as low as $0.001$, where it generates plausible particle images from severely corrupted measurements.
Chinese Translation
生成模型学习其训练数据的统计特性,因此高质量生成依赖于干净且具有代表性的数据集。在科学成像中,采集往往会产生噪声测量,而收集干净的参考数据可能代价高昂、不切实际甚至不可实现。直接在这些测量上进行训练会导致模型重现受损数据。通过直接从噪声数据中学习干净的总体分布,可以规避这一问题。条件流匹配(Conditional Flow Matching, CFM)将简单的回归目标与稳定训练、高效采样和强大的图像生成性能结合起来,使其成为这一场景的自然框架。我们提出了抗噪声条件流匹配(Noise-Robust Conditional Flow Matching, NR-CFM),这是一种无条件生成器,它从每幅图像的一个受损观测中学习。NR-CFM为加性白高斯噪声提供了封闭形式的干净端点修正,并为具有更复杂协方差结构的一般高斯干扰学习了数据驱动的修正。在评估的干扰设置中,NR-CFM在大多数情况下优于NR-GAN,并在高噪声环境中与环境扩散(Ambient Diffusion)保持竞争力。我们进一步在信噪比低至 $0.001$ 的科学数据上评估NR-CFM,结果显示它能够从严重受损的测量中生成合理的粒子图像。
cs.CV / 3 / 2608.00066

PhysAgent: A Multi-Agent Framework for Reliable Remote Heart Rate Estimation

PhysAgent:一种可靠的远程心率估计多智能体框架
Yang, Yehui, Zhao, Bo, Cao, Junzhe, Ma, Hui, Sun, Yue, Wang, Wenjin, Yu, Zitong
Abstract
Remote photoplethysmography (rPPG) enables non-contact heart-rate estimation from facial videos, but its weak physiological signal is easily corrupted by motion, illumination changes, occlusion, skin-appearance variation, and device noise. Existing rPPG methods typically rely on a single model to directly predict heart rate or recover pulse waveforms, while different strong estimators may produce conflicting yet individually plausible candidates for the same video. To resolve these conflicts, we propose PhysAgent, an inference-time multi-agent candidate-verification framework. Unlike direct prediction approaches, PhysAgent neither trains a new base rPPG model nor asks Multimodal Large Language Models (MLLMs) to output heart rate directly. In contrast, it treats outputs from multiple base estimators as physiological hypotheses to be verified and uses a lightweight 4B MLLM, Qwen3-VL-4B, to drive multi-agent reasoning over video conditions, signal reliability, and candidate disagreement. A deterministic physiological verifier checks the fusion proposal, and a reproducible numerical fusion process produces the final heart rate. Experimental results on multiple public rPPG benchmarks show that PhysAgent improves fusion stability and reliability across different datasets and source-domain settings, while avoiding the irreproducibility and physiological inconsistency of direct MLLM prediction or unconstrained ensemble fusion. The code will be released soon.
Chinese Translation
远程光电容积脉搏波描记法(rPPG)能够从面部视频中非接触式地估计心率,但其微弱的生理信号容易受到运动、光照变化、遮挡、皮肤外观变化和设备噪声的干扰。现有的rPPG方法通常依赖单一模型直接预测心率或恢复脉搏波形,而不同的强估计器可能会为同一视频产生相互矛盾但各自合理的候选结果。为了解决这些冲突,我们提出了PhysAgent,一种推理时的多智能体候选验证框架。与直接预测方法不同,PhysAgent既不训练新的基础rPPG模型,也不要求多模态大型语言模型(MLLMs)直接输出心率。相反,它将多个基础估计器的输出视为待验证的生理假设,并使用轻量级的4B MLLM Qwen3-VL-4B,驱动对视频条件、信号可靠性和候选不一致性的多智能体推理。一个确定性的生理验证器检查融合提案,而一个可重复的数值融合过程生成最终的心率。在多个公共rPPG基准上的实验结果表明,PhysAgent在不同数据集和源域设置中提高了融合的稳定性和可靠性,同时避免了直接MLLM预测或不受限制的集成融合所带来的不可重复性和生理不一致性。代码将很快发布。
cs.CV / 4 / 2608.00068

SafeBuild-Bench: A Temporal-Robust Construction Safety Benchmark with Graph-Enhanced Data Mining

SafeBuild-Bench:一种具有图增强数据挖掘的时序鲁棒建筑安全基准
Cui, Yi, Wang, Zilin, Xu, Yijie, Cai, Qianyi, Yao, Huizai, Jiang, Shuai, Zhong, Bingzhuo, Xiong, Hui
Abstract
Construction-safety models must handle concrete deployment risks, such as a worker standing near a scaffold edge without guardrails, rather than only recognize common objects in curated images. Yet real inspection archives are redundant, long-tailed, and collected across changing sites and months. We introduce SafeBuild-Bench, a metadata-driven benchmark for evaluating multimodal large language models on construction safety under realistic temporal and site variation. It is mined from 100K+ industrial image-text records and contains 3,314 task instances from over 3,000 expert-verified images, covering multiple-choice hazard identification and free-form hazard description. To make expert verification scalable, we develop GEMS, a graph-enhanced multimodal selection pipeline that combines a proxy-model confusion signal with graph-based diversity to identify informative candidates from redundant streams. On public instruction-tuning data, GEMS-selected subsets preserve robustness-oriented performance under small data budgets. On SafeBuild-Bench, current MLLMs remain far from reliable construction-safety understanding, with the best overall score near 60. We release the benchmark, evaluation scripts, and GEMS codebase at https://github.com/safebuild/gems.
Chinese Translation
建筑安全模型必须处理具体的部署风险,例如工人站在没有护栏的脚手架边缘附近,而不仅仅是识别策划图像中的常见物体。然而,真实的检查档案往往冗余、长尾,并且是在不断变化的现场和月份中收集的。我们引入了SafeBuild-Bench,这是一个基于元数据的基准,用于在现实的时序和现场变化下评估多模态大型语言模型在建筑安全方面的表现。该基准从超过10万条工业图像-文本记录中挖掘而来,包含来自3000多张专家验证图像的3314个任务实例,涵盖多项选择的危险识别和自由形式的危险描述。为了使专家验证具有可扩展性,我们开发了GEMS,一个图增强的多模态选择管道,结合了代理模型的混淆信号和基于图的多样性,从冗余流中识别出有信息的候选者。在公共指令调优数据上,GEMS选择的子集在小数据预算下保持了以鲁棒性为导向的性能。在SafeBuild-Bench上,目前的多模态大型语言模型在建筑安全理解方面仍然远未可靠,最佳总体得分接近60。我们在https://github.com/safebuild/gems发布了该基准、评估脚本和GEMS代码库。
cs.CV / 5 / 2608.00071

Empirical investigation of 3D CT Foundation Models and Unsupervised Adaptation for Head and Neck Cancer Recurrence Prediction

3D CT基础模型及无监督适应在头颈癌复发预测中的实证研究
Guetarni, Bilel, Windal, Feryal, Pasquier, David, Benhabiles, Halim
Abstract
The rapid emergence of 3D CT foundation models has opened new avenues for predictive modeling from CT imaging, offering a compelling alternative to traditional radiomics which is known to suffer from reproducibility issues and sensitivity to acquisition protocol variations. Yet, as these models grow in availability, a critical need arises to evaluate how well their learned representations generalize across diverse clinical settings and whether adaptation to specific downstream tasks is necessary to unlock their full potential. To address these questions, we benchmarked several 3D CT foundation models for predicting recurrence-free survival in head and neck cancer across two public datasets totaling 3,644 patients, evaluating various adaptation strategies and modality fusion mechanisms. Our findings reveal persistent difficulty in identifying features that generalize consistently across different imaging distributions, as evidenced by significant performance drops on external validation cohorts. Ultimately, the integration of imaging features with clinical data remains the most accurate approach for prognostic prediction, though achieving universal generalization across varied clinical contexts continues to represent a substantial challenge for the current generation of models.
Chinese Translation
3D CT基础模型的快速出现为基于CT影像的预测建模开辟了新的途径,提供了一个引人注目的替代方案,克服了传统放射组学在可重复性问题和对采集协议变化的敏感性方面的不足。然而,随着这些模型的可用性不断提高,迫切需要评估它们所学习的表征在不同临床环境中的泛化能力,以及是否需要针对特定下游任务进行适应,以充分发挥其潜力。为了解决这些问题,我们对几种3D CT基础模型进行了基准测试,以预测头颈癌患者的无复发生存期,涵盖了两个公共数据集,总计3,644名患者,并评估了各种适应策略和模态融合机制。我们的研究结果显示,在不同影像分布中持续存在识别特征的一致性泛化困难,外部验证队列的显著性能下降证明了这一点。最终,将影像特征与临床数据结合仍然是进行预后预测的最准确方法,尽管在不同临床背景下实现普遍泛化仍然是当前模型面临的重大挑战。
cs.CV / 6 / 2608.00072

Volcanic Clouds Detection through QCNN and Geostationary Satellite Multispectral Imagery

通过 QCNN 和地球静止卫星多光谱影像检测火山云
Torrisi, Federica, Corradino, Claudia, Grilli, Alessandro, Catuogno, Tommaso, Verducci, Mattia, Paladino, Elisabetta, Giannelli, Luigi, Sebastianelli, Alessandro
Abstract
Recent advances in quantum computing are opening new possibilities for Earth Observation (EO) data analysis. Quantum machine learning (QML) approaches offer novel ways to process information by exploiting quantum phenomena such as superposition and entanglement. These capabilities have motivated the exploration of whether quantum-enhanced models can address long-standing challenges in satellite remote sensing, where complex spectral and spatial signals often require sophisticated feature extraction. Among various fields of application, EO data allow the global monitoring of volcanic clouds and are crucial for aviation safety, hazard assessment, real-time eruption response, and evaluation of volcanic impacts on climate. Yet accurate detection of volcanic clouds remains difficult due to their similarity with meteorological clouds, the variability of eruption signatures, and the coarse spectral sampling of geostationary sensors. In this work, the potential of hybrid quantum convolutional neural networks (QCNNs) for the classification of satellite images containing volcanic clouds was investigated. These architectures integrate quantum computational layers into a classical convolutional framework. Two QCNN variants (with 2 and 4 qubits) have been considered to evaluate their ability to classify a dataset of SEVIRI images, including scenes with volcanic clouds (composed of ash, $SO_2$, or mixed components) as well as non-volcanic backgrounds. Finally, the performance of the hybrid QCNN models was compared with that of purely classical architectures.
Chinese Translation
量子计算的最新进展为地球观测(EO)数据分析开辟了新的可能性。量子机器学习(QML)方法通过利用量子现象如叠加态和纠缠,提供了处理信息的新方式。这些能力激励了对量子增强模型是否能够解决卫星遥感中长期存在的挑战的探索,因为复杂的光谱和空间信号通常需要复杂的特征提取。在各种应用领域中,EO 数据允许对火山云进行全球监测,并对航空安全、灾害评估、实时喷发响应以及评估火山对气候的影响至关重要。然而,由于火山云与气象云的相似性、喷发特征的变化性以及地球静止传感器的粗光谱采样,准确检测火山云仍然困难。在本研究中,探讨了混合量子卷积神经网络(QCNN)在分类包含火山云的卫星图像中的潜力。这些架构将量子计算层集成到经典卷积框架中。考虑了两种 QCNN 变体(具有 2 和 4 个量子比特),以评估其分类包含火山云(由灰烬、$SO_2$ 或混合成分组成)以及非火山背景的 SEVIRI 图像数据集的能力。最后,将混合 QCNN 模型的性能与纯经典架构进行了比较。
cs.CV / 7 / 2608.00073

Beyond Random Partitioning: Unsupervised Spatio-Temporal Stratification for Cohort Balancing in Longitudinal Medical Imaging

超越随机分割:用于纵向医学影像中队列平衡的无监督时空分层
Liu, Qinghui, Ottesen, Jon André, Bjørnerud, Atle, Emblem, Kyrre Eeg
Abstract
Rigorous dataset partitioning is a foundational, yet frequently overlooked, prerequisite for reliable deep learning in longitudinal medical imaging. Naively shuffling small clinical cohorts routinely introduces covariate shifts and temporal sampling imbalances across training, validation, and test subsets, exposing downstream models to out-of-distribution evaluation. We address this vulnerability with an auditable Tripartite Dataset Analytics Framework that systematically characterizes spatial grid integrity, multi-parametric intensity fingerprints, and longitudinal temporal trajectories, quantifying the heavy-tailed feature dispersion and irregular, episodic sampling intervals typical of real-world clinical cohorts. Building on this characterization, we formalize an unsupervised spatio-temporal cohort-balancing standard operating procedure (SOP) that combines elbow-optimized K-means clustering over a standardized, six-dimensional joint intensity-temporal feature space with intra-cluster proportionate stratified sampling. On a longitudinal, contrast-enhanced $T1$-weighted brain MRI cohort (N=149), the protocol reduces the maximum cross-subset intensity bias from 34.1% under conventional random shuffling to under 2.1%, while aligning longitudinal follow-up intervals closely around the population mean. Monte Carlo stress testing across ten random seeds and three split configurations confirms that this alignment remains tightly bounded, in clear contrast to the substantial variability of random partitioning. The resulting protocol offers a reproducible, generalizable procedure for cohort engineering in variable-length longitudinal clinical imaging workflows.
Chinese Translation
严格的数据集分割是纵向医学影像中可靠深度学习的基础,但常常被忽视。简单地随机打乱小型临床队列通常会在训练、验证和测试子集之间引入协变量偏移和时间采样不平衡,使下游模型面临分布外评估的风险。我们通过一个可审计的三方数据集分析框架来解决这一脆弱性,该框架系统地表征空间网格完整性、多参数强度指纹和纵向时间轨迹,量化真实世界临床队列中典型的重尾特征分散和不规则、偶发的采样间隔。在此表征基础上,我们正式化了一种无监督时空队列平衡标准操作程序(SOP),该程序结合了在标准化的六维联合强度-时间特征空间中经过肘部优化的K均值聚类与簇内比例分层采样。在一个纵向对比增强的$T1$加权脑MRI队列(N=149)上,该协议将传统随机打乱下的最大跨子集强度偏差从34.1%降低到2.1%以下,同时使纵向随访间隔紧密围绕人口均值对齐。对十个随机种子和三种分割配置进行的蒙特卡洛压力测试确认,这种对齐保持紧密界限,明显对比于随机分割的显著变异性。最终的协议为在可变长度的纵向临床影像工作流程中提供了一种可重复、可推广的队列工程程序。
cs.CV / 8 / 2608.00074

Explainable Multimodal AI for Adaptive Calibration of Archaeological Sensing Workflows

可解释的多模态人工智能用于考古传感工作流程的自适应校准
Dubbini, Nevio, van Helden, Daniel P., Sciuto, Claudia, Naso, Martina, Leck, Arthur, Joubert, Clement, Schechter, Heeli C., Chapoulie, Remy, Gattiglia, Gabriele
Abstract
This paper presents a multimodal machine-learning framework for calibration monitoring, quality assessment, and adaptive acquisition support in archaeological digitisation workflows. The proposed approach operates across photogrammetric 3D reconstruction, hyperspectral imaging, X-ray fluorescence spectroscopy, and Raman spectroscopy through a unified pipeline combining deterministic quality indicators, statistical feature representations, machine-learning classification, anomaly detection, and explainable artificial intelligence (XAI). Rather than replacing instrument-level calibration, the framework introduces an additional algorithmic layer that evaluates whether acquisitions are statistically consistent, physically plausible, and suitable for downstream multimodal integration. For each sensing modality, acquisitions are represented through structured feature spaces encoding geometric, spectral, spatial, and statistical properties. These representations are used to identify degradation patterns such as reconstruction artefacts, illumination inconsistencies, spectral distortions, detector instability, baseline fluctuations, and low signal-to-noise conditions. Supervised and unsupervised learning methods are combined with XAI techniques to support both automatic discrimination between acceptable and problematic acquisitions and interpretation of the underlying causes of degradation. The framework additionally supports adaptive feedback and resource-aware acquisition strategies by linking feature-space deviations to acquisition-level corrective actions. Experimental results obtained on multimodal archaeological datasets demonstrate that the proposed methodology captures meaningful acquisition variability and enables robust quality assessment across heterogeneous sensing modalities.
Chinese Translation
本文提出了一种多模态机器学习框架,用于考古数字化工作流程中的校准监测、质量评估和自适应采集支持。所提出的方法通过一个统一的管道操作,结合确定性质量指标、统计特征表示、机器学习分类、异常检测和可解释人工智能(XAI),涵盖了摄影测量3D重建、高光谱成像、X射线荧光光谱和拉曼光谱。该框架并不替代仪器级校准,而是引入了一个额外的算法层,评估采集是否在统计上是一致的、在物理上是合理的,并且适合后续的多模态集成。对于每种传感模态,采集通过结构化特征空间表示,编码几何、光谱、空间和统计属性。这些表示用于识别退化模式,如重建伪影、照明不一致、光谱失真、探测器不稳定、基线波动和低信噪比条件。监督和无监督学习方法与XAI技术相结合,以支持在可接受和问题采集之间的自动区分以及对退化根本原因的解释。该框架还通过将特征空间偏差与采集级纠正措施联系起来,支持自适应反馈和资源感知的采集策略。在多模态考古数据集上获得的实验结果表明,所提出的方法捕捉了有意义的采集变异性,并能够在异构传感模态中实现稳健的质量评估。
cs.CV / 9 / 2608.00075

K-space Gaussian Representation for Parallel MRI

并行磁共振成像的K空间高斯表示
Guan, Yu, Hu, Mingyu, Hu, Jiale, Cui, Zhuoxu, Liang, Dong, Liu, Qiegen
Abstract
Accelerated magnetic resonance imaging (MRI) aims to recover the k-space signal from acquired measurements, where accurate estimation of missing samples is essential for high-fidelity reconstruction. Existing k-space reconstruction methods estimate missing samples through interpolation operators or structure priors defined on discrete sampling grids. Although these formulations effectively exploit local interpolation relationships and global k-space redundancy, they reconstruct only discrete frequency coefficients and therefore do not explicitly model the underlying continuous signal. To overcome this limitation, we propose K-space Gaussian Representation (KGR), the first explicit continuous representation formulated directly in the native k-space domain. Rather than estimating unknown samples on discrete grids, KGR parameterizes the continuous signal using Gabor-Gaussian primitives with shared spatial geometry, yielding a compact representation that naturally preserves inter-coil correlations. Because unconstrained continuous fitting does not necessarily satisfy the intrinsic structural properties of multi-coil signal, the estimated representation is projected onto a low-rank manifold to enforce the algebraic constraints arising from smoothly varying phase and coil redundancy. A frequency-adaptive fitting strategy accommodates the heterogeneous characteristics of different k-space regions. Comprehensive validation across multiple datasets and sampling schemes shows consistent improvements over representative reconstruction baselines in both quantitative metrics and visual quality. These results suggest that explicit continuous parameterization of native k-space provides a principled framework for integrating continuous signal modeling with structured low-rank reconstruction.
Chinese Translation
加速磁共振成像(MRI)旨在从获取的测量中恢复K空间信号,其中对缺失样本的准确估计对于高保真重建至关重要。现有的K空间重建方法通过插值算子或在离散采样网格上定义的结构先验来估计缺失样本。尽管这些公式有效利用了局部插值关系和全局K空间冗余,但它们仅重建离散频率系数,因此并未明确建模潜在的连续信号。为克服这一限制,我们提出了K空间高斯表示(KGR),这是第一种直接在原生K空间域中制定的显式连续表示。KGR通过使用具有共享空间几何的Gabor-Gaussian原语对连续信号进行参数化,而不是在离散网格上估计未知样本,从而产生一种紧凑的表示,能够自然地保留线圈间的相关性。由于不受约束的连续拟合不一定满足多线圈信号的内在结构特性,因此估计的表示被投影到低秩流形上,以强制执行由于平滑变化的相位和线圈冗余而产生的代数约束。频率自适应拟合策略适应不同K空间区域的异质特征。对多个数据集和采样方案的综合验证显示,在定量指标和视觉质量上,相较于代表性的重建基线,KGR方法一致地改善了重建效果。这些结果表明,原生K空间的显式连续参数化为将连续信号建模与结构化低秩重建相结合提供了一个有原则的框架。
cs.CV / 10 / 2608.00076

Which Modality Decides? Counterfactual Modality Attribution for Multimodal LLMs

哪种模态决定?针对多模态大语言模型的反事实模态归因
Hasic, Vahidin, Wang, Chao, Garcia-Peraza-Herrera, Luis C., Watson, David, Krivic, Senka
Abstract
Multimodal large language models (MLLMs) increasingly support high-stakes decision making by combining complementary information from images and text. While existing explainability methods identify influential image regions or text tokens, they cannot answer a fundamental question: which modality drives a prediction? Consequently, a model may produce the correct output while relying on the wrong source of evidence, masking shortcut learning and unsafe reasoning. We formulate modality attribution as a complementary explainability objective for multimodal foundation models and propose Counterfactual Modality Attribution (CMA), the first framework for quantifying modality-level contributions in MLLMs. CMA generates image-only, text-only, and joint multimodal counterfactuals using coupled diffusion priors and converts them into principled modality attribution scores through a cooperative game-theoretic formulation based on Shapley values. We evaluate CMA on controlled synthetic benchmarks with known ground-truth modality reliance and on a real-world multimodal clinical dataset. CMA correctly identifies the decision-driving modality in 98% of controlled cases and consistently outperforms baselines, revealing failures of cross-modal reasoning that remain invisible to predictive accuracy alone. Our results establish modality attribution as a complementary dimension of explainability beyond feature attribution, providing a principled framework for auditing multimodal foundation models in safety-critical applications.
Chinese Translation
多模态大语言模型(MLLMs)通过结合图像和文本的互补信息,越来越多地支持高风险决策。尽管现有的可解释性方法能够识别影响力较大的图像区域或文本词元,但它们无法回答一个基本问题:哪种模态驱动了预测?因此,模型可能在依赖错误的证据来源时产生正确的输出,掩盖了捷径学习和不安全推理。我们将模态归因公式化为多模态基础模型的一个互补可解释性目标,并提出了反事实模态归因(Counterfactual Modality Attribution, CMA),这是第一个量化MLLMs中模态级别贡献的框架。CMA使用耦合扩散先验生成仅图像、仅文本和联合多模态的反事实,并通过基于夏普利值的合作博弈论公式将其转换为原则性的模态归因分数。我们在具有已知真实模态依赖性的受控合成基准和一个真实世界的多模态临床数据集上评估CMA。CMA在98%的受控案例中正确识别出决策驱动模态,并始终优于基线,揭示了仅依赖预测准确性而无法察觉的跨模态推理失败。我们的结果确立了模态归因作为超越特征归因的可解释性互补维度,为在安全关键应用中审计多模态基础模型提供了一个原则性框架。
cs.CV / 11 / 2608.00077

Beyond Accuracy: Auditing Spatial Provenance in Visual Token Pruning for OCR-Critical MLLM Inference

超越准确性:审计视觉标记修剪中的空间来源以支持OCR关键的多模态大语言模型推理
Liu, Feixiang, Qiu, Qiang, Zhang, Hao, Wang, Xinyue
Abstract
Visual-token pruning is usually judged by answer quality at a fixed retention budget. For text-rich multimodal large language models (MLLMs), this protocol can miss a distinct failure: an answer remains correct even when no retained token is locally traceable to the small OCR region that supports it. We turn this blind spot into an evidence-risk audit that couples answer behavior with geometric token-origin provenance, interventions, and realized cost; transparent training-free selectors isolate controlled operating points. On locked image-disjoint confirmation, Qwen Target at 30% retention has observed accuracy 0.786 versus 0.783 for Full (paired image-cluster difference +0.003, 95% CI [-0.014, +0.020]), yet same-budget Target, Random, and Grid retain sharply different positive-support coverage: 0.620, 0.270, and 0.318. Across Qwen3-VL-8B, LLaVA-1.5-7B, and InternVL3.5-8B, matched controls, interventions, detector tests, and external methods reveal model-specific quality-risk-traceability frontiers that accuracy alone does not expose. Materialized prefixes yield up to 4.32x batch-prefill speedup and 76.4% lower incremental peak memory; full-validation TextVQA and DocVQA further show that favorable target-verification points do not imply task-general compression. Visual-token pruning should therefore report surviving spatial provenance and realized cost alongside quality and compression.
Chinese Translation
视觉标记修剪通常在固定的保留预算下通过答案质量进行评估。对于文本丰富的多模态大语言模型(MLLMs),这一协议可能会忽视一个明显的失败:即使没有保留的标记可以在支持答案的小OCR区域内被局部追溯,答案仍然是正确的。我们将这一盲点转化为一种证据风险审计,将答案行为与几何标记来源、干预和实现成本相结合;透明的无训练选择器孤立出受控的操作点。在锁定的图像不重叠确认中,Qwen Target在30%保留率下观察到的准确率为0.786,而Full为0.783(配对图像簇差异+0.003,95%置信区间[-0.014, +0.020]),然而同一预算下的Target、Random和Grid在正支持覆盖率上却有显著差异:0.620、0.270和0.318。在Qwen3-VL-8B、LLaVA-1.5-7B和InternVL3.5-8B中,匹配的对照、干预、检测器测试和外部方法揭示了仅靠准确性无法暴露的模型特定质量风险可追溯性边界。物化前缀实现了高达4.32倍的批量预填充加速和76.4%的增量峰值内存降低;全面验证的TextVQA和DocVQA进一步表明,良好的目标验证点并不意味着任务通用的压缩。因此,视觉标记修剪应报告存活的空间来源和实现成本,同时考虑质量和压缩。
cs.CV / 12 / 2608.00078

Device-First Feedback: Toward Mobile-Native LLM-Driven Neural Architecture Search

设备优先反馈:迈向移动原生的LLM驱动神经架构搜索
Din, Saif U, Hussain, Muhammad Ahsan, Timofte, Radu, Ignatov, Dmitry
Abstract
Deploying convolutional neural networks generated by large language models (LLMs) on real mobile hardware requires more than GPU validation accuracy: INT8 TensorFlow Lite export, delegate selection, and on-device latency jointly determine whether a model is usable. We present an automated mobile deployment pipeline that closes the loop from QLoRA fine-tuning of an architecture-generating LLM through GPU evaluation, INT8 export, and physical-device benchmarking to gated augmentation of the training corpus. The pipeline is fully scripted and runs cycle-by-cycle without manual intervention, with resume support after interruptions. We evaluate the same frozen protocol on two benchmarks, CIFAR-10 and CIFAR-100, on a Samsung SM-P613 tablet (seed 42, 20 models per cycle, cycles 0-6). On CIFAR-10, cycle 1 is gate-accepted and improves the mobile deployment score approximately 25.6x over the baseline with a mean quantized accuracy of 46.9%; later cycles raise GPU accuracy but fail the non-decreasing mobile gate. On CIFAR-100, the pre-QLoRA baseline retains the best mobile score; iterative rounds improve GPU accuracy (up to 26.2%) yet cannot surpass cycle 0 on-device, and the training pool stalls at 19 examples after the first accepted round. Together, the two studies show that closed-loop GPU fine-tuning does not guarantee monotonic mobile gains, especially on harder classification tasks, and that multi-dataset, on-device measurement is needed to stress-test deployment objectives. We release per-cycle metrics with 95% confidence intervals, all figures, and complete reproduction commands.
Chinese Translation
在真实移动硬件上部署由大型语言模型(LLMs)生成的卷积神经网络,不仅需要GPU验证准确性,还需要INT8 TensorFlow Lite导出、委托选择和设备上的延迟共同决定模型的可用性。我们提出了一种自动化的移动部署管道,闭合了从架构生成LLM的QLoRA微调,通过GPU评估、INT8导出和物理设备基准测试到训练语料库的门控增强的循环。该管道完全脚本化,并在每个周期中无须人工干预地运行,支持在中断后恢复。我们在三星SM-P613平板电脑上对两个基准(CIFAR-10和CIFAR-100)评估相同的冻结协议(种子42,每个周期20个模型,周期0-6)。在CIFAR-10上,周期1被门控接受,并将移动部署得分提高了约25.6倍,量化准确率的平均值为46.9%;后续周期提高了GPU准确性,但未能通过不下降的移动门。在CIFAR-100上,预QLoRA基线保持了最佳移动得分;迭代轮次提高了GPU准确性(最高达到26.2%),但无法超过周期0的设备表现,训练池在第一次接受轮次后停滞在19个示例。综合来看,这两项研究表明,闭环GPU微调并不保证单调的移动增益,尤其是在更困难的分类任务上,并且需要多数据集的设备测量来压力测试部署目标。我们发布了每个周期的指标及其95%置信区间、所有图表和完整的重现命令。
cs.CV / 13 / 2608.00079

LeapTalk: Breaking the Latency-Quality Trade-off in Talking Head Generation

LeapTalk:打破谈话头生成中的延迟-质量权衡
Zhang, Rongxiang, Liu, Songhua
Abstract
Long-form and real-time talking-head generation remains challenging due to a latency-quality trade-off: inefficient multi-step diffusion prohibits streaming generation, whereas real-time autoregressive approaches suffer from error accumulation and identity drift. To address this drawback, we propose LeapTalk, a novel framework that achieves stable and real-time talking-head generation with a single forward step, scaling to arbitrarily long videos. At the heart of our approach lies a single-step bridge distillation scheme. On the one hand, departing from the conventional noise-to-data paradigm, we introduce a data-to-data transport formulation based on a Brownian bridge. Anchored by a persistent reference, this strategy effectively mitigates identity drift and enhances long-term temporal stability. On the other hand, to enable smooth knowledge transfer from a pre-trained diffusion teacher to the student bridge model, we explore a heterogeneous distillation framework with an SNR-aligned time transformation $\Phi(\tau)$, which bridges the functional discrepancy between the two models. Moreover, we propose an audio-driven classifier-free guidance mechanism to maintain fine-grained lip synchronization under extreme step reduction. Extensive experiments demonstrate that our method achieves high-fidelity and temporally consistent video generation with only 1 step at up to 200 FPS, significantly outperforming existing approaches in both efficiency and stability. Project Page: https://zhangrongxiang.github.io/leaptalk-page/
Chinese Translation
长时间和实时的谈话头生成仍然面临挑战,主要由于延迟-质量权衡:低效的多步骤扩散阻碍了流媒体生成,而实时自回归方法则遭受错误累积和身份漂移。为了解决这一缺陷,我们提出了LeapTalk,一个新颖的框架,能够通过单一步骤实现稳定和实时的谈话头生成,且可扩展至任意长度的视频。我们方法的核心是一个单步桥接蒸馏方案。一方面,脱离传统的噪声到数据范式,我们引入了一种基于布朗桥的数据到数据传输形式。通过一个持久的参考,这一策略有效减轻了身份漂移,并增强了长期的时间稳定性。另一方面,为了实现从预训练的扩散教师到学生桥接模型的平滑知识转移,我们探索了一种异构蒸馏框架,采用与信噪比(SNR)对齐的时间变换 $ ext{Φ(τ)}$,以弥合两种模型之间的功能差异。此外,我们提出了一种基于音频的无分类器引导机制,以在极端步长减少的情况下保持精细的唇同步。大量实验表明,我们的方法在高达200 FPS的情况下,仅用1步就能实现高保真和时间一致的视频生成,在效率和稳定性上显著优于现有方法。项目页面:https://zhangrongxiang.github.io/leaptalk-page/
cs.CV / 14 / 2608.00083

Beyond Edge Maps: Wavelet-Domain Conditioning for Multi-Adapter Map-to-Satellite Diffusion

超越边缘图:小波域条件下的多适配器地图到卫星扩散
Prasain, Arisha
Abstract
Commercial mapping partnerships are often unavailable in low-resource regions, leaving satellite basemaps stale and motivating synthesis of satellite imagery from independently maintained cartographic data. Existing ControlNet-based diffusion methods typically condition on structural signals like edges or segmentation extracted from the target image itself, assuming the imagery already exists and limiting their use exactly where synthesis matters most. Map-conditioned alternatives add cues like edge detection but omit frequency-domain structure. We propose a ControlNet-based diffusion framework conditioned only on cartographic sources obtainable independently of the target imagery: OpenStreetMap (OSM) raster maps and their stationary wavelet transform (SWT) subbands, a conditioning signal previously unexplored for map-to-satellite diffusion. Two ControlNet adapters, trained separately on the map and wavelet representations atop a frozen Stable Diffusion backbone, are fused via MultiControlNet, jointly drawing on spatial structure and frequency detail without retraining a multi-input model. We evaluate on a new paired map-satellite dataset curated for Nepal, a data-scarce, topographically diverse region, alongside the Pix2Pix maps-satellite benchmark. Combined conditioning wins six of eight metric-dataset comparisons -- SSIM and PSNR on both datasets, plus LPIPS (both Alex and VGG backbones) on ours and ties map-only on both Pix2Pix LPIPS backbones while still edging past wavelet-only there. Wavelet-only takes the lowest FID on both datasets, matching the tradeoff between per-image fidelity and distributional realism. We treat this gap cautiously given our modest test-set sizes and FID's known small-sample bias.
Chinese Translation
商业制图合作伙伴关系在资源匮乏地区往往不可用,这使得卫星底图陈旧,并促使从独立维护的制图数据中合成卫星图像。现有的基于ControlNet的扩散方法通常依赖于从目标图像本身提取的结构信号,如边缘或分割,假设图像已经存在,并限制了它们在合成最为重要的地方的使用。基于地图的条件替代方案增加了诸如边缘检测的线索,但忽略了频域结构。我们提出了一种基于ControlNet的扩散框架,仅依赖于可以独立于目标图像获取的制图源:OpenStreetMap (OSM) 栅格地图及其静态小波变换 (SWT) 子带,这是一种在地图到卫星扩散中尚未探索的条件信号。两个ControlNet适配器分别在地图和小波表示上训练,基于一个冻结的Stable Diffusion骨干网络,通过MultiControlNet融合,共同利用空间结构和频率细节,而无需重新训练多输入模型。我们在为尼泊尔策划的新配对地图-卫星数据集上进行评估,这是一个数据稀缺、地形多样的地区,同时还与Pix2Pix地图-卫星基准进行比较。结合条件在八个指标数据集比较中赢得了六个——在两个数据集上的SSIM和PSNR,以及在我们的数据集上LPIPS(包括Alex和VGG骨干网络),并在Pix2Pix的两个LPIPS骨干网络上与仅地图模型平局,同时在此处略微超越仅小波模型。仅小波模型在两个数据集上获得最低的FID,匹配每幅图像保真度与分布现实性之间的权衡。鉴于我们的测试集规模有限以及FID已知的小样本偏差,我们对这一差距持谨慎态度。
cs.CV / 15 / 2608.00084

From Pixels to PCells: A Neurosymbolic Approach to Photonic Component Creation

从像素到PCells:一种神经符号方法用于光子组件的创建
Agarwal, Aadarsh, Qubaisi, Kenaish Al, Englund, Dirk
Abstract
We present PixCell, a neurosymbolic system in which multimodal agents convert a visually presented photonic component into a parametric program over a small domain-specific language (DSL) of geometric primitives. A system enabling deterministic visual verification renders evaluation asymmetrically cheaper than the generation attempt. While models using multi-seed sampling and iterative revision reach a mean best-turn IoU of only 0.416, multimodal agents through PixCell's interface and verifier consistently exceed 0.9 mean IoU, with scores reaching 0.974 and 0.955 across eight component targets while also satisfying source contracts. These results demonstrate that frontier multimodal agents can reliably understand and render executable parametric representations from visual targets. Using these live parameters, cross-stack studies on an interferometer reconstruct primitive programs that satisfy an 8.0 nm free spectral range target and the original footprint constraint on modeled 220-nm SOI, 400-nm SiN, and 400-nm TFLN stacks. PixCell further carries a paper-derived splitter from visual reconstruction through SOI full-wave simulation, producing symmetric propagation and balanced outputs. Finally, the same executable verifier supplies a training reward and dataset used to train a Qwen3.6-35B-A3B model with LoRA and GRPO without supervised demonstrations. On eight training-excluded paper figures, its mean champion IoU rises from 0.422 after eight initial attempts to 0.491 after three verifier-guided revision rounds. These results therefore establish a controlled framework for measuring, retargeting, and improving visual-to-parametric photonic component design.
Chinese Translation
我们提出了PixCell,这是一个神经符号系统,其中多模态智能体将视觉呈现的光子组件转换为一个小型领域特定语言(DSL)中的参数化程序,涉及几何原语。该系统支持确定性的视觉验证,使评估的成本显著低于生成尝试。尽管使用多种种子采样和迭代修订的模型仅达到平均最佳转折交并比(IoU)为0.416,但通过PixCell的接口和验证器的多模态智能体始终超过0.9的平均IoU,得分在八个组件目标中分别达到0.974和0.955,同时满足源合同。这些结果表明,前沿的多模态智能体能够可靠地理解并从视觉目标中呈现可执行的参数化表示。利用这些实时参数,关于干涉仪的跨堆栈研究重建了满足8.0纳米自由光谱范围目标和原始足迹约束的原始程序,涉及建模的220纳米SOI、400纳米SiN和400纳米TFLN堆栈。PixCell进一步通过SOI全波仿真,从视觉重建中携带纸上衍生的分 splitter,产生对称传播和平衡输出。最后,同一可执行验证器提供了训练奖励和数据集,用于训练一个Qwen3.6-35B-A3B模型,采用LoRA和GRPO方法,无需监督演示。在八个训练排除的纸上图形中,其平均冠军IoU从八次初始尝试后的0.422上升至三轮验证器引导修订后的0.491。因此,这些结果建立了一个受控框架,用于测量、重新定位和改进视觉到参数化光子组件设计。
cs.CV / 16 / 2608.00086

DS@GT ARC at MEDIQA-CORE-Task-1 2026: Trimodal Model Fusion with Task-Specific Gates for Brain Tumor Subtype Classification

DS@GT ARC在MEDIQA-CORE-Task-1 2026:具有任务特定门控的三模态模型融合用于脑肿瘤亚型分类
Truong, Hoang Thanh Thanh, Clark, Charles R.
Abstract
Brain tumor diagnosis is a time-sensitive process in which patients may wait weeks for a finalized pathology report. This problem motivates automated systems that classify tumor subtype from multimodal inputs. This paper details the DS@GT ARC team's work for ImageCLEFmed MEDIQA-CORE 2026 Task~1, Brain Tumor Subtype Classification. The task evaluates three glioma classification problems: Level-1 Molecular Type, LGG vs HGG, and WHO Grade. We combine pre-extracted MRI (NeuroVFM) and histopathology (Prov-GigaPath) embeddings with free-text radiology reports. Our team explored two trimodal fusion architectures, two report encoders (RadBERT and Llama-3.1-8B-Instruct), and a biologically motivated post-processing stage. We achieve a mean macro-F1 of 0.801 under the Fully Multimodal condition, exceeding the organizers' baseline of 0.796 and ranking second among the teams whose code passed verification. Additional evaluation across modality-dropping conditions shows that this advantage depends heavily on the availability of the histopathology modality, and that our system falls behind the baseline when modalities are missing. Our code is available on GitHub at https://github.com/dsgt-arc/imageclef-mediqacore-2026.
Chinese Translation
脑肿瘤诊断是一个时间敏感的过程,患者可能需要等待数周才能获得最终的病理报告。这个问题促使我们开发自动化系统,从多模态输入中对肿瘤亚型进行分类。本文详细介绍了DS@GT ARC团队在ImageCLEFmed MEDIQA-CORE 2026 Task~1(脑肿瘤亚型分类)中的工作。该任务评估了三种胶质瘤分类问题:一级分子类型、低级别胶质瘤(LGG)与高级别胶质瘤(HGG),以及WHO分级。我们将预先提取的MRI(NeuroVFM)和组织病理学(Prov-GigaPath)嵌入与自由文本放射学报告相结合。我们的团队探索了两种三模态融合架构、两种报告编码器(RadBERT和Llama-3.1-8B-Instruct)以及一个生物学驱动的后处理阶段。在完全多模态条件下,我们实现了0.801的平均宏F1值,超过了组织者的基线0.796,并在通过验证的团队中排名第二。在不同模态丢失条件下的额外评估显示,这一优势在很大程度上依赖于组织病理学模态的可用性,当模态缺失时,我们的系统落后于基线。我们的代码可在GitHub上获得,链接为:https://github.com/dsgt-arc/imageclef-mediqacore-2026。
cs.CV / 17 / 2608.00089

DODA: A Database of Datasets for Aesthetics Research

DODA:美学研究数据集数据库
Koßmann, Lisa, Bartho, Ralf, Redies, Christoph, Wagemans, Johan
Abstract
With rapid growth in the fields of empirical and computational aesthetics we have seen a vast increase in large image datasets annotated for aesthetics. As the image databases differ widely in many respects (e.g., different standards for annotation), it can be tedious to find the dataset that fits one's research needs best. The absence of a centralized open-science search system causes additional problems. Currently, researchers typically share dataset links in papers or on diverse platforms like OSF, GitHub or Dropbox. Manually searching for details like image quality and content often requires downloading all datasets. Therefore, we present the Database Of Datasets for Aesthetics (DODA), an intuitive Web application in which researchers can browse all important datasets for aesthetics research. DODA provides general information about these datasets (size, resolution, type of annotation, number of annotators, etc.) and for many of them also precomputed quantitative image properties. We discuss relevant criteria for selecting a suitable dataset with DODA and illustrate the benefits of reusing datasets. Our approach facilitates collaboration across the fields of empirical and computational aesthetics. Keywords: empirical aesthetics, computational aesthetics, machine learning, image annotation, quantitative image properties, Open Science
Chinese Translation
随着实证美学和计算美学领域的快速发展,我们见证了大量用于美学标注的大型图像数据集的迅速增加。由于这些图像数据库在许多方面存在显著差异(例如,标注标准不同),因此寻找最符合研究需求的数据集可能会变得繁琐。缺乏一个集中式的开放科学搜索系统进一步加剧了这一问题。目前,研究人员通常在论文中或在OSF、GitHub或Dropbox等不同平台上分享数据集链接。手动搜索图像质量和内容等细节通常需要下载所有数据集。因此,我们提出了美学数据集数据库(Database Of Datasets for Aesthetics,DODA),这是一个直观的Web应用程序,研究人员可以在其中浏览所有重要的美学研究数据集。DODA提供了关于这些数据集的一般信息(大小、分辨率、标注类型、标注者数量等),并且对于其中许多数据集,还提供了预计算的定量图像属性。我们讨论了使用DODA选择合适数据集的相关标准,并说明了重用数据集的好处。我们的方法促进了实证美学和计算美学领域之间的合作。关键词:实证美学,计算美学,机器学习,图像标注,定量图像属性,开放科学
cs.CV / 18 / 2608.00094

Video Models as Native 4D Renderers: World-Grounded Conditioning from Animated Mesh

视频模型作为原生4D渲染器:基于动画网格的世界基础条件
Chen, Junhao, Chen, Mingjin, Zhang, Henghaofan, Chen, Minglin, Fan, Liaoyuan, Zhang, Boran, Zhang, Saining, Sun, Mingze, Zhao, Hao, Huang, Ruqi, Li, Zhihao, Li, Yufei
Abstract
Pretrained video diffusion models can act as renderers when the desired scene state is already specified by an animated mesh, a camera trajectory, and a reference image. This 4D generative rendering setting raises a representation question: what image-format condition lets a video backbone obey both camera motion and scene-internal animation? We propose DAR, a reference-guided renderer that extends Wan2.2 camera control from Pl\"ucker rays alone to a joint camera-plus-geometry interface. DAR projects a neural 4D G-buffer (tracking, world position, and normal) from the animated mesh and injects it through a widened control adapter while preserving the pretrained image-to-video prior. The central design choice is the pair of tracking and world position. Tracking identifies the persistent surface element that should carry appearance; world position gives its current scene-coordinate state; normal supplies local shape. Depth plus calibrated rays can recover 3D in principle, but depth is a camera-dependent chart in which camera and object motion are mixed. On the 68-case DAR-4D benchmark, LoRA DAR reaches PSNR 23.22, SSIM 0.895, and LPIPS 0.134, improving over off-the-shelf Wan2.2-Depth by 1.54 dB PSNR; a full fine-tune reaches PSNR 25.36 and SSIM 0.917. Matched ablations show that replacing world position by depth reduces PSNR by 1.26--1.55 dB at every checkpoint, supporting tracking+world-position correspondence as a practical 4D rendering condition.
Chinese Translation
预训练的视频扩散模型可以作为渲染器,当所需的场景状态已经由动画网格、相机轨迹和参考图像指定时。这种4D生成渲染设置引发了一个表示问题:什么样的图像格式条件使得视频骨干网络能够遵循相机运动和场景内部动画?我们提出了DAR,一种参考引导的渲染器,它将Pl"ucker光线的Wan2.2相机控制扩展到一个联合的相机与几何体接口。DAR从动画网格投影一个神经4D G-buffer(跟踪、世界位置和法线),并通过扩展的控制适配器注入,同时保持预训练的图像到视频的先验。核心设计选择是跟踪和世界位置的配对。跟踪识别应携带外观的持久表面元素;世界位置提供其当前的场景坐标状态;法线提供局部形状。深度加上校准光线原则上可以恢复3D,但深度是一个相机依赖的图表,其中相机和物体运动混合。在68个案例的DAR-4D基准测试中,LoRA DAR达到了PSNR 23.22,SSIM 0.895,和LPIPS 0.134,相比现成的Wan2.2-Depth提高了1.54 dB PSNR;完全微调后达到了PSNR 25.36和SSIM 0.917。匹配的消融实验表明,用深度替换世界位置在每个检查点都降低了1.26至1.55 dB的PSNR,支持跟踪+世界位置对应作为一种实用的4D渲染条件。
cs.CV / 19 / 2608.00096

Logographic Character Visual Pretraining via Semantic-based Contrastive Learning

基于语义的对比学习的表意字符视觉预训练
Shi, Daqian, Cao, Wei, Zheng, Xiaoyu, Shi, Lida, Diao, Xiaolei, John, Cedric M
Abstract
Current deep learning-based character vision studies, e.g., text recognition, character image denoising, and historical text completion, are offering new solutions for learning, managing, and utilizing character resources. However, the performance of these studies peaks only with large and balanced datasets, which is a rarity with real-world character datasets, especially for logographic character languages, e.g., Chinese. The imbalance in data distribution of logographic characters is a common issue due to differences in character usage frequency and new characters being continuously created. In this paper, we propose a novel method for logographic character recognition, which introduces a multi-modal learning approach using visual semantics and contextual semantics of characters. A novel pre-training strategy is designed to enhance deep visual representations, especially for datasets suffering from issues of imbalanced and rare instances, by extracting the contextual semantics of each character from the corresponding language models. We conduct experiments across various datasets to evaluate our character recognition method and further validate the contrastive pre-training strategy by several downstream tasks. Experimental results demonstrate the superiority of our method compared to state-of-the-art methods.
Chinese Translation
当前基于深度学习的字符视觉研究,如文本识别、字符图像去噪和历史文本补全,为学习、管理和利用字符资源提供了新的解决方案。然而,这些研究的性能仅在大型且平衡的数据集上达到峰值,而这在现实世界的字符数据集中是非常罕见的,尤其是对于表意文字语言,例如中文。由于字符使用频率的差异以及新字符的不断产生,表意字符的数据分布不平衡是一个普遍问题。本文提出了一种新颖的表意字符识别方法,采用多模态学习方法,结合字符的视觉语义和上下文语义。我们设计了一种新颖的预训练策略,通过从相应的语言模型中提取每个字符的上下文语义,来增强深度视觉表征,特别是针对那些面临不平衡和稀有实例问题的数据集。我们在多个数据集上进行实验,以评估我们的字符识别方法,并通过多个下游任务进一步验证对比预训练策略。实验结果表明,我们的方法优于当前最先进的方法。
cs.CV / 20 / 2608.00100

SPARC-Rad: A Multimodal Benchmark Dataset and Evaluation Pipeline for Spatial and Anatomical Reasoning in Radiology Vision-Language Models

SPARC-Rad:用于放射学视觉-语言模型空间和解剖推理的多模态基准数据集及评估管道
Tripathi, Satvik, Seker, Mustafa Ege, Quevada, Kristian, Enwerem, Ebubechukwu D, Khandelwal, Pratham, Meltem, Emine, Koca, Bera, Faghani, Shahriar, Arnold, Jacinta, Daye, Dania, Cook, Tessa S.
Abstract
Vision-language models (VLMs) are increasingly being evaluated for medical imaging, but many available benchmarks emphasize disease classification, report generation, or broad visual question answering rather than the spatial and anatomical reasoning required for radiology. We developed the Spatial Perception and Anatomical Reasoning in Clinical Radiology (SPARC-Rad) Benchmark, a manually curated multimodal benchmark dataset and evaluation pipeline for assessing these capabilities in radiology VLMs. SPARC-Rad includes 300 image-question pairs derived from healthy control imaging studies in The Cancer Imaging Archive (TCIA), spanning CT, MRI, and radiography across the abdomen, chest, breast, neuro, and musculoskeletal categories. Radiology trainees manually designed and annotated questions to evaluate anatomical identification, localization, laterality, regional recognition, device identification, and inter-structure spatial relationships. The evaluation pipeline supports standardized prompting, structured output collection, response normalization, LLM-as-judge grading, human quality review, binary correctness scoring, and subgroup analysis by modality, anatomy, and reasoning type. SPARC-Rad provides a reusable framework for evaluating whether VLMs can provide reasoning for radiologic anatomy as a spatial system, supporting future model development, failure-mode analysis, and pre-deployment assessment.
Chinese Translation
视觉-语言模型(VLMs)在医学影像领域的评估越来越受到重视,但许多现有基准强调疾病分类、报告生成或广泛的视觉问答,而非放射学所需的空间和解剖推理。我们开发了临床放射学中的空间感知与解剖推理基准(SPARC-Rad),这是一个手动策划的多模态基准数据集和评估管道,用于评估放射学VLM的这些能力。SPARC-Rad包含300对图像-问题对,来源于癌症影像档案馆(TCIA)中的健康对照影像研究,涵盖腹部、胸部、乳腺、神经和肌肉骨骼等类别的CT、MRI和X光影像。放射学培训生手动设计并注释问题,以评估解剖识别、定位、侧别、区域识别、设备识别和结构间空间关系。评估管道支持标准化提示、结构化输出收集、响应标准化、LLM作为评判的评分、人类质量审核、二元正确性评分以及按模态、解剖和推理类型的子组分析。SPARC-Rad提供了一个可重用的框架,用于评估VLM是否能够将放射学解剖视为一个空间系统进行推理,支持未来模型开发、故障模式分析和预部署评估。
cs.CV / 21 / 2608.00105

What Carries the Signal in Pathology Foundation-Model Atlases? A Patient-Level Controlled Benchmark in Breast Cancer

病理基础模型图谱中信号的载体是什么?乳腺癌患者级别的对照基准研究
Ndubuisi, Chimdi Walter
Abstract
Pathology foundation models are reported to encode molecular programmes in tissue morphology, but the evidence is usually a cohort-wide ranked gene list rather than a prediction for a held-out patient. We rebuild such an analysis with the patient as the unit of evidence and ask which pipeline component carries signal. Across 11 frozen backbones, four pre-specified gene programmes and 285 TCGA-BRCA patients with paired slides and RNA-seq (44 cells; GroupKFold by patient, all preprocessing fitted inside the fold), ridge regression on mean-pooled embeddings predicts held-out programme scores at Spearman rho = 0.25-0.56, UNI2 strongest on all four (immune 0.556). A matched permutation null gives raw p ~ 1e-4 at 10,000 permutations for every cell; Holm-adjusted p = 0.0044. The signal is real but not uniformly morphological. Against competing models on the same patients and folds, embeddings beat tissue composition for ER/luminal, proliferation and immune (+0.280, +0.284, +0.479; p <= 0.003) but not basal, where compartment fractions alone reach 0.469 against the embedding's 0.493 (p = 0.77). Fifty-four interpretable cell-count features come within 0.043-0.085 on every programme. The geometric machinery contributes nothing measurable, and we identify why: the geodesic graph selects neighbours by Euclidean nearest-neighbour search and only reweights edges already chosen, so the topology is Euclidean by construction (Riemannian minus Euclidean = +0.0010, 95% CI [-0.0007, +0.0029]). Applied consistently the geometry is worse (-0.0117). Ridge regression beats the graph-and-metric decoder by +0.097 (CI [+0.069, +0.127]). The driver-count metric common in this literature is near-uninformative here: 91.8% of random six-gene panels recover >=5/6 drivers.
Chinese Translation
病理基础模型被报道能够在组织形态中编码分子程序,但证据通常是针对整个队列的排名基因列表,而不是针对特定患者的预测。我们重建了这样的分析,以患者为证据单位,并探讨哪个管道组件承载信号。在11个冷冻骨架、四个预先指定的基因程序和285名具有配对切片和RNA测序的TCGA-BRCA患者(44个细胞;按患者进行GroupKFold,所有预处理均在折叠内完成)中,岭回归对均值池化嵌入的预测在Spearman rho = 0.25-0.56的范围内,UNI2在所有四个程序中表现最强(免疫程序0.556)。匹配置换的零假设在每个细胞的10,000次置换中给出原始p值约为1e-4;Holm调整后的p值为0.0044。信号是真实的,但并非均匀表现为形态特征。在相同患者和折叠的竞争模型中,嵌入在ER/腔道、增殖和免疫方面优于组织组成(+0.280,+0.284,+0.479;p <= 0.003),但在基底型中则不然,单靠区室分数达到0.469,而嵌入的结果为0.493(p = 0.77)。54个可解释的细胞计数特征在每个程序中均在0.043-0.085的范围内。几何机制没有贡献可测量的结果,我们识别出原因:测地图通过欧几里得最近邻搜索选择邻居,仅重新加权已选择的边,因此拓扑结构在构造上是欧几里得的(黎曼几何减去欧几里得几何 = +0.0010,95% CI [-0.0007, +0.0029])。一致应用几何时效果更差(-0.0117)。岭回归比图形和度量解码器提高了+0.097(CI [+0.069, +0.127])。在这方面文献中常见的驱动因子计量在这里几乎没有信息量:91.8%的随机六基因面板恢复了>=5/6个驱动因子。
cs.CV / 22 / 2608.00110

Distill What RGB Can Recover: Privileged 3D Evidence for RGB-Only Vision-Language Models

提炼RGB能够恢复的内容:RGB仅视觉-语言模型的特权3D证据
Hu, Yanbin, Cui, Jin, Ye, Jun, Zhou, Jiepeng, Song, Jiangcheng, Zhao, Boran, Ren, Pengju
Abstract
3D scene understanding requires reasoning about entity existence, spatial layout, and object relations, yet RGB images alone often provide insufficient 3D cues. Existing 3D-VLMs commonly rely on depth or 3D-position-aware inputs at inference time, introducing additional acquisition, reconstruction, or annotation costs that limit RGB-only deployment. We therefore study how training-time 3D evidence can be converted into spatial reasoning capabilities retained under RGB-only inference. We propose a privileged-evidence distillation framework that constructs a distillable teacher through a unified evidence interface and controlled residual injection, and transfers its knowledge to a deployable student receiving only RGB images and questions through logit and structured representation distillation. To avoid imitating teacher signals unsupported by RGB, we further introduce evidence-sensitivity-guided distillation, which uses corrupted evidence to identify highly evidence-dependent targets and down-weight their supervision. We also define a recoverability decomposition based on the matched baseline, teacher, and student, separating privileged gains into RGB-recoverable improvements and residual teacher advantages. Across four benchmarks, the teacher achieves the best result on 7 of 11 reported metrics among the compared methods. The RGB-only student outperforms its matched baseline on all 11 metrics, including gains of 10.4 ScanQA CIDEr and 19.1 Scan2Cap [email protected], without additional inference-time inputs. These results validate the effectiveness of training-time privileged 3D evidence distillation for both teacher performance and deployable RGB-only spatial reasoning. Separately, our matched baseline-teacher-student analysis characterizes privileged-gain transfer across evidence types and spatial skills.
Chinese Translation
3D场景理解需要推理实体存在、空间布局和物体关系,但仅依赖RGB图像通常无法提供足够的3D线索。现有的3D-VLM(3D视觉-语言模型)在推理时通常依赖深度或3D位置感知输入,这引入了额外的获取、重建或标注成本,从而限制了RGB仅部署。因此,我们研究如何将训练时的3D证据转化为在RGB仅推理下保留的空间推理能力。我们提出了一种特权证据蒸馏框架,通过统一的证据接口和受控的残差注入构建可蒸馏的教师,并将其知识转移给仅接收RGB图像和问题的可部署学生,通过logit和结构化表示蒸馏。为了避免模仿教师信号中RGB不支持的部分,我们进一步引入了证据敏感性引导的蒸馏,利用损坏的证据来识别高度依赖证据的目标并降低其监督权重。我们还基于匹配的基线、教师和学生定义了可恢复性分解,将特权收益分为RGB可恢复的改进和残余教师优势。在四个基准测试中,教师在比较方法中在11个报告指标中的7个上取得了最佳结果。RGB仅学生在所有11个指标上均优于其匹配基线,包括在ScanQA CIDEr上提升10.4和在Scan2Cap [email protected]上提升19.1,而无需额外的推理时输入。这些结果验证了训练时特权3D证据蒸馏在教师性能和可部署RGB仅空间推理中的有效性。此外,我们的匹配基线-教师-学生分析描述了跨证据类型和空间技能的特权收益转移。
cs.CV / 23 / 2608.00119

Counting the Cost of War Under Satellite Embargo: Zero-Shot Estimation of Impacted Infrastructure

在卫星禁运下的战争成本计算:受影响基础设施的零样本估计
Ahmed, Saleh Sakib, Rahman, M. Sohel
Abstract
Rapid estimation of impacted structures - critical for conflict-zone humanitarian response - is frequently hindered by post-strike satellite data embargoes and imagery blackouts. We bypass this operational bottleneck by reframing impacted building mapping as a zero-shot geometric projection task on archival, pre-strike maps. Using coordinate and incident text from LiveUAMap and ArcGIS, Large Language Models extract weapon payloads (W) to project kinetic blast perimeters via Hopkinson-Cranz scaling (R_base = Z * W^(1/3)). To count exposed structures within these zones without post-strike imagery, we introduce two technical innovations: Adaptive Field-of-View to eliminate resolution (zoom) bias in 2D segmentation (SAMGeo), and 2.5D pseudo-height depth maps combined with segmentation masks to help Large Vision-Language Models (LVLMs) resolve overlapping, dense rooftops. Evaluated on 2026 Middle East conflict data, depth-augmented LVLMs dramatically outperform traditional segmentation in congested urban centers. This establishes a powerful hybrid paradigm for zero-shot crisis mapping: ultra-fast 2D segmentation for sparse rural zones, and depth-augmented LVLMs for dense urban environments.
Chinese Translation
对受影响结构的快速估计对于冲突区的人道主义响应至关重要,但常常受到打击后卫星数据禁运和影像黑暗期的阻碍。我们通过将受影响建筑的映射重构为在档案性打击前地图上的零样本几何投影任务,从而绕过这一操作瓶颈。利用来自 LiveUAMap 和 ArcGIS 的坐标和事件文本,大型语言模型提取武器弹药量 (W),通过 Hopkinson-Cranz 缩放 (R_base = Z * W^(1/3)) 投影动能爆炸范围。为了在没有打击后影像的情况下计算这些区域内暴露的结构,我们引入了两项技术创新:自适应视场以消除 2D 分割中的分辨率(缩放)偏差(SAMGeo),以及结合分割掩膜的 2.5D 伪高度深度图,以帮助大型视觉语言模型 (LVLMs) 解决重叠的密集屋顶问题。在 2026 年中东冲突数据上进行评估,增强深度的 LVLMs 在拥挤的城市中心显著优于传统的分割方法。这建立了一种强大的混合范式用于零样本危机映射:在稀疏的农村区域进行超快速的 2D 分割,以及在密集城市环境中使用增强深度的 LVLMs。
cs.CV / 24 / 2608.00147

RadPRISM: Schema-stratified radiology-report supervision for concept-disentangled image representations and visual grounding

RadPRISM:基于模式分层的放射学报告监督,用于概念解耦的图像表示和视觉定位
Drexel, Fabian, Fritzsche, Marlene, Stambollxhiu, Era, Kumpf, Miriam, Schmitzer, Lena, Schumann, Lea, Kahmann, Jannik, Puttkammer, Friedrich, Moll, Johannes, Lübberstedt, Jannik, Chaaben, Zeineb Ben, Narayanan, Anirudh, Bercea, Cosmin I., Ziegelmayer, Sebastian, Makowski, Marcus R., Rueckert, Daniel, Adams, Lisa C., Bressem, Keno K.
Abstract
Vision-language pretraining learns rich medical image representations from radiology reports, but previous model variants commonly operate within a single shared embedding space, so concept-level structure and interpretability must be recovered post hoc, limiting model transparency and, hence, clinical utility. We introduce RadPRISM, which makes a clinician-defined radiology schema a designated stratification axis: an on-premise large language model extracts per-concept text spans from free-text reports, and each clinical concept is aligned in its own dedicated visual subspace, turning concept stratification into direct, top-level alignment supervision. Instantiated on chest radiographs with a 19-concept schema over $203{,}602$ examinations from an internal multi-year archive, RadPRISM improved internal dataset zero-shot classification from $0.717$ (95% CI, $0.710-0.723$) to $0.868$ (95% CI, $0.863-0.872$) macro AUROC over a matched global-alignment baseline, performed on par with the purpose-built CARZero reference in external zero-shot classification while substantially outperforming it (up to 4.3-fold) in pointing-game visual grounding. In addition, a radiologist reader study demonstrated concept-stratified retrieval ability ($0.78$ macro retrieval correctness rate within rank 3), surfacing disentangled descriptive findings that report-level retrieval and fixed-label vocabularies cannot express. RadPRISM yields discriminative, spatially faithful, natively concept-stratified representations shaped by and transparently inspectable by clinicians.
Chinese Translation
视觉-语言预训练从放射学报告中学习丰富的医学图像表示,但之前的模型变体通常在单一共享嵌入空间内操作,因此概念级结构和可解释性必须事后恢复,这限制了模型的透明性,从而影响临床实用性。我们提出了RadPRISM,它将临床医生定义的放射学模式作为指定的分层轴:一个本地的大型语言模型从自由文本报告中提取每个概念的文本跨度,每个临床概念在其专用的视觉子空间中对齐,将概念分层转变为直接的顶级对齐监督。在一个包含19个概念模式的胸部X光图像上,基于内部多年度档案的203,602个检查,RadPRISM将内部数据集的零样本分类从0.717(95% CI,0.710-0.723)提高到0.868(95% CI,0.863-0.872),相较于匹配的全局对齐基线表现更佳,并在外部零样本分类中与专门构建的CARZero参考模型表现相当,同时在指向游戏视觉定位中显著超越(高达4.3倍)。此外,一项放射科医师阅读研究展示了概念分层检索能力(在排名3内的0.78宏观检索正确率),揭示了放射报告级检索和固定标签词汇无法表达的解耦描述性发现。RadPRISM产生了具有辨别性、空间忠实度和本质上概念分层的表示,这些表示由临床医生塑造并可透明地进行检查。
cs.CV / 25 / 2608.00187

SCALP: Semi-Supervised Statistical Shape Modeling from Imperfect 3D Photogrammetry via Landmark-Anchored Spectral Warp

SCALP:通过基于地标的谱变形从不完美的三维摄影测量中进行半监督统计形状建模
Khan, Nawazish, Bhandari, Sanjay, Joshi, Sarang, Novotna, Alzbeta, Jeong, Tiffany, Bowman, Loretta, Hernandez, Michael, Somorin, Tobi, Govani, Viraj, Glodstein, Jesse, Elhabian, Shireen
Abstract
Correspondence-based statistical shape modeling (SSM) is vital for population-level morphometric analysis, but conventional pipelines assume clean, fully registered surfaces. Real-world clinical photogrammetry scans are often noisy, partial, and cluttered, hindering the adoption of radiation-free surface imaging as a safe alternative to computed tomography (CT) for infant craniosynostosis. We present SCALP (Semi-supervised Correspondence via lAndmark Localization and sPectral warping), a two-stage framework that constructs consistent shape models directly from raw, imperfect surface scans. First, a semi-supervised Point Transformer leverages a small expert-annotated dataset alongside a large unlabeled cohort to accurately localize craniofacial landmarks with minimal annotation overhead. Second, these landmarks anchor a Laplace--Beltrami spectral deformation of an anatomical template, generating dense correspondences while naturally isolating the cranium from peripheral scanning clutter without manual preprocessing. Experiments on infant photogrammetry scans demonstrate that SCALP consistently outperforms state-of-the-art unsupervised point-cloud approaches, offering a clinically practical pathway toward objective, radiation-free head shape analysis.
Chinese Translation
基于对应的统计形状建模(SSM)对于群体层面的形态计量分析至关重要,但传统流程假设表面是干净且完全注册的。现实世界中的临床摄影测量扫描通常是嘈杂的、不完整的和杂乱的,这阻碍了无辐射表面成像作为婴儿颅缝早闭症(craniosynostosis)计算机断层扫描(CT)的安全替代方案的采用。我们提出了SCALP(通过地标定位和谱变形的半监督对应),这是一个两阶段框架,直接从原始的不完美表面扫描构建一致的形状模型。首先,半监督点变换器利用一个小型专家标注数据集与一个大型未标注队列相结合,以最小的标注开销准确定位颅面地标。其次,这些地标锚定解剖模板的Laplace-Beltrami谱变形,生成密集的对应关系,同时自然地将颅骨与外围扫描杂乱隔离,而无需手动预处理。对婴儿摄影测量扫描的实验表明,SCALP始终优于最先进的无监督点云方法,为客观的无辐射头部形状分析提供了临床实用的途径。
cs.CV / 26 / 2608.00214

Manifold-GS: Certified Hybrid Assets via Varifold-Conservative Gaussian Splatting

流形-GS:通过变体场保守高斯点云实现认证混合资产
Li, Boyang
Abstract
3D Gaussian Splatting (3DGS) gives high-quality novel-view synthesis, but its adaptive radiance primitives are not directly usable as structured assets: opacity is not an additive area measure, refinement can change the induced geometry, and watertight mesh extraction can hallucinate collision surfaces in unobserved regions. We introduce Manifold-GS, a certified hybrid asset layer for Gaussian scenes. The method separates appearance opacity from geometric quadrature mass, represents surface-like Gaussians as a discrete unoriented varifold, and exports only confidence-certified open surface patches while retaining uncertified content as residual splats. It provides refinement-conservative mass transport, local realizability diagnostics, source-preserving patch bindings, and conservative collision candidates. On three DTU scenes, a frozen asset benchmark shows zero patch-defined edit leakage, texture round-trip PSNR of 30.1/35.3/33.7 dB, and lower collision floater area than official 2DGS meshes on all scenes, with large gaps on two scenes. The result is a precision-coverage tradeoff rather than a universal reconstruction claim. External-region annotations, phantom-collision probes, and 5k-face simplification further support the certified asset interpretation, while RGB-only experiments show that local realizability is not sufficient for sparse-view surface identifiability.
Chinese Translation
3D高斯点云(3DGS)提供高质量的新视角合成,但其自适应辐射原件不能直接用作结构化资产:不透明度不是加性面积度量,细化可能改变诱导几何形状,而密闭网格提取可能在未观察区域中产生虚幻的碰撞表面。我们引入了流形-GS,这是一个针对高斯场景的认证混合资产层。该方法将外观不透明度与几何积分质量分离,将表面状高斯表示为离散的无方向变体场,并仅导出经过置信认证的开放表面补丁,同时将未认证内容保留为残余点云。它提供细化保守的质量传输、本地可实现性诊断、源保持的补丁绑定和保守的碰撞候选。针对三个DTU场景的冻结资产基准测试显示,补丁定义的编辑泄漏为零,纹理往返PSNR为30.1/35.3/33.7 dB,并且在所有场景中碰撞浮动区域低于官方2DGS网格,在两个场景中存在较大差距。结果是精度与覆盖的权衡,而不是普遍重建的声明。外部区域注释、虚幻碰撞探测和5k面简化进一步支持了认证资产的解释,而仅RGB实验表明,本地可实现性不足以支持稀疏视图表面的可识别性。
cs.CV / 27 / 2608.00231

Learning How Much, Not Just What: Cross-Patient Burden Order for CT Vision-Language Pretraining

学习多少,而不仅仅是学习什么:针对CT视觉-语言预训练的跨患者负担排序
You, Guoliang, Gong, Haifan, Chu, Xiaomeng
Abstract
Volumetric CT vision-language pretraining learns 3D representations from scan-report pairs, but global and anatomy-aware objectives supervise only correspondence: they establish what is present and leave how much unconstrained. Nothing separates a mild from an extensive case of the same finding along a consistent direction, so the graded burden language in reports collapses into a present/absent signal. Longitudinal supervision would supply this order, but patient-matched CT pairs are scarce at scale; cross-sectional cohorts already encode weak burden cues across different patients. We introduce Spectrum, an anatomy-conditioned framework that represents each study at whole-study and organ scopes. For each organ-mapped pathology, a rule-based scorer mines confidence-filtered lower-to-higher pairs of different patients, and Burden-Direction Alignment (BDA) aligns the pathology-conditioned image delta with the report delta at each scope, separating that direction from its reverse. Because the endpoints are different people, a target-conditioned aligner first makes them comparable, so the delta reflects burden rather than between-patient variation. BDA further separates the selected direction from its reverse, anchors it to the observed higher-burden endpoint, and enforces consistency across ordered triplets. Since every pair is drawn within a single pathology, BDA is designed to constrain intra-class structure that image-report contrast alone never touches. Spectrum attains 85.6 zero-shot AUROC on CT-RATE and 72.7 on external RAD-ChestCT, with consistent gains in linear probing and retrieval. Weak cross-patient order is thus a scalable complement to anatomy-aware correspondence, yielding burden-aware CT representations without longitudinal data.
Chinese Translation
体积CT视觉-语言预训练从扫描-报告对中学习三维表示,但全局和解剖学感知目标仅监督对应关系:它们确定了存在的内容,却对数量没有约束。在同一发现的一致方向上,轻微与广泛病例之间没有区别,因此报告中的分级负担语言归结为存在/不存在信号。纵向监督可以提供这种排序,但患者匹配的CT对在规模上稀缺;横断面队列已经在不同患者之间编码了弱负担线索。我们引入了Spectrum,一个基于解剖条件的框架,它在整个研究和器官范围内表示每个研究。对于每个器官映射的病理,基于规则的评分器挖掘经过置信度过滤的不同患者的低到高对,而负担方向对齐(Burden-Direction Alignment, BDA)在每个范围内将病理条件的图像增量与报告增量对齐,将该方向与其反向分离。由于端点是不同的人,目标条件对齐器首先使它们可比,因此增量反映负担而不是患者间的变异。BDA进一步将所选方向与其反向分离,将其锚定到观察到的高负担端点,并在有序三元组之间强制一致性。由于每对都是在单一病理内提取的,BDA旨在约束图像-报告对比所无法触及的类内结构。Spectrum在CT-RATE上获得了85.6的零样本AUROC,在外部RAD-ChestCT上获得了72.7,并在线性探测和检索中实现了一致的提升。因此,弱跨患者排序是解剖感知对应关系的可扩展补充,能够在没有纵向数据的情况下产生负担感知的CT表示。
cs.CV / 28 / 2608.00232

Real-Time Visual Obstruction Detection in Surgical Augmented Reality

手术增强现实中的实时视觉障碍检测
Yang, Shih-Chin, Xiu, Yanming, Ye, Hanting, Chen, Qi, Rotondo, Elias, Gorlatova, Maria
Abstract
Surgical augmented reality (AR) can provide contextual guidance by overlaying virtual annotations, tool cues, and procedural information onto the surgical workspace. However, the virtual content may obstruct task-relevant real-world information, such as surgical instruments, and interfere with users' perception during time-sensitive surgical tasks. In this paper, we investigate visual obstruction detection for surgical AR and present a latency-aware pipeline that combines vision-language model (VLM)-based surgical-object recognition with segmentation-based obstruction reasoning. To reduce inference overhead, the system adopts a cascaded small-to-large VLM architecture with segmentation-guided early exiting and attention-based visual token pruning. The small VLM handles easy frames when its key-object prediction is supported by segmentation consistency, while difficult frames are forwarded to a large VLM with pruned visual tokens. We construct a pseudo-AR surgical obstruction detection benchmark by overlaying virtual content onto surgical-tool images and labeling whether the virtual content obstructs task-relevant instruments. Evaluation results show that the proposed system achieves 87.43% obstruction detection accuracy with an average end-to-end latency of 479 ms, reducing latency by 62.90% compared with a cloud large-model baseline. These results demonstrate the feasibility of latency-aware obstruction detection for surgical AR and motivate future work on dynamic surgical videos, multi-object scenes, and clinically grounded AR guidance content.
Chinese Translation
手术增强现实(AR)可以通过将虚拟注释、工具提示和程序信息叠加到手术工作空间中提供上下文指导。然而,虚拟内容可能会遮挡与任务相关的现实世界信息,例如手术工具,从而干扰用户在时间敏感的手术任务中的感知。本文研究了手术AR中的视觉障碍检测,并提出了一种考虑延迟的管道,该管道结合了基于视觉-语言模型(VLM)的手术对象识别与基于分割的障碍推理。为了减少推理开销,该系统采用了级联的小到大的VLM架构,结合了分割引导的早期退出和基于注意力的视觉标记剪枝。当小VLM的关键对象预测得到分割一致性支持时,它处理简单帧,而困难帧则转发给剪枝视觉标记的大VLM。我们通过将虚拟内容叠加到手术工具图像上并标注虚拟内容是否遮挡与任务相关的工具,构建了一个伪AR手术障碍检测基准。评估结果表明,所提出的系统在障碍检测准确率上达到了87.43%,平均端到端延迟为479毫秒,相较于云大模型基线减少了62.90%的延迟。这些结果展示了针对手术AR的延迟感知障碍检测的可行性,并激励未来在动态手术视频、多对象场景和临床基础AR指导内容方面的研究。
cs.CV / 29 / 2608.00235

Attention-Steered Vision-Language Models for Sign Language Translation

基于注意力引导的视觉-语言模型在手语翻译中的应用
Hu, Meibo, Sun, Guohao, Ross, Annemarie D., Li, Sheng, Tao, Zhiqiang
Abstract
Vision-language models (VLMs) have emerged as a powerful framework for multimodal video understanding. However, they remain limited in the sign language translation task, where we identify a key failure mode of existing VLMbased translators: poor spatial-temporal visual grounding. In particular, we find that standard next-token cross-entropy does not directly provide signal for where and when the model should attend, causing models to overlook sign-relevant regions and frames. To address this challenge, we propose AttnSign, a VLM-based spatial-temporal attention steering framework for sign language translation. AttnSign first introduces spatial attention supervision for sign-relevant regions, such as face and hands, in each frame; then develops an RL-based motion-cadence steering method that encourages the model to explore and focus on sign-level keyframes. Experimental results on How2Sign and OpenASL benchmarks show that our proposed AttnSign consistently outperforms existing methods.
Chinese Translation
视觉-语言模型(VLMs)已成为多模态视频理解的强大框架。然而,它们在手语翻译任务中仍然存在局限性,我们识别出现有基于VLM的翻译器的一个关键失效模式:空间-时间视觉定位不佳。特别是,我们发现标准的下一个标记交叉熵并未直接提供模型应关注的位置和时间的信号,导致模型忽视与手语相关的区域和帧。为了解决这一挑战,我们提出了AttnSign,一种基于VLM的空间-时间注意力引导框架,用于手语翻译。AttnSign首先在每帧中引入对与手语相关的区域(如面部和手部)的空间注意力监督;然后开发了一种基于强化学习的运动节奏引导方法,鼓励模型探索并集中于手语级关键帧。在How2Sign和OpenASL基准测试上的实验结果表明,我们提出的AttnSign在性能上始终优于现有方法。
cs.CV / 30 / 2608.00237

Latent-Centroid Steering: Single-Pass Classifier-Free Guidance for Command-Aligned Autonomous Driving

潜在中心引导:命令对齐自主驾驶的单次通行无分类器引导
Hu, Meibo, Wang, Jiamian, Wang, Pichao, Tao, Zhiqiang
Abstract
Vision-language models (VLMs) have recently emerged as a promising paradigm for end-to-end autonomous driving, enabling agents to map multimodal inputs and high-level navigation instructions directly to executable trajectories. However, in practice, these models exhibit a persistent command-following gap: predicted trajectories often show weak sensitivity to navigation commands, resulting in incorrect behavior at critical decision points. We identify this issue as a form of conditional policy collapse, where regression-based training under multimodal trajectory distributions encourages the model to rely on dominant visual priors while marginalizing the language-conditioned signal. To address this issue, we introduce a principled formulation of classifier-free guidance (CFG) for regression-based vision-language driving. We show that CFG can be interpreted as isolating the instruction-induced residual in the action space by contrasting conditional and unconditional predictions, thereby explicitly amplifying the effect of the navigation command at inference time. However, a standard two-pass CFG introduces prohibitive latency for real-time control and produces noisy instance-level guidance directions. Building on a mean-shift interpretation of CFG, we propose Latent-Centroid Steering (LCS), a single-pass guidance mechanism that replaces instance-level residuals with class-level latent shifts. By projecting conditional representations toward precomputed command-specific centroids, LCS performs class-level latent steering based on cluster geometry that is both more stable and computationally efficient. We demonstrate that LCS reduces inference latency by approximately 50% while achieving stronger command adherence and improved driving performance on both closed-loop (Bench2Drive) and open-loop (nuScenes) benchmarks. Code will be released.
Chinese Translation
视觉-语言模型(VLMs)最近作为一种有前景的端到端自主驾驶范式出现,使得智能体能够将多模态输入和高层次导航指令直接映射到可执行轨迹。然而,在实践中,这些模型表现出持续的命令跟随差距:预测的轨迹往往对导航指令的敏感性较弱,导致在关键决策点出现不正确的行为。我们将此问题识别为一种条件策略崩溃的形式,其中基于回归的训练在多模态轨迹分布下促使模型依赖于主导的视觉先验,同时边缘化语言条件信号。为了解决这个问题,我们引入了一种无分类器引导(CFG)的原则性公式,用于基于回归的视觉-语言驾驶。我们展示了CFG可以被解释为通过对比条件和无条件预测来隔离动作空间中的指令诱导残差,从而在推理时明确放大导航指令的效果。然而,标准的双次CFG为实时控制引入了过高的延迟,并产生了嘈杂的实例级引导方向。在对CFG的均值漂移解释的基础上,我们提出了潜在中心引导(LCS),这是一种单次通行的引导机制,它用类级潜在偏移替代实例级残差。通过将条件表示投影到预计算的命令特定中心,LCS基于聚类几何进行类级潜在引导,这种方法更加稳定且计算效率更高。我们证明LCS将推理延迟减少了约50%,同时在闭环(Bench2Drive)和开环(nuScenes)基准测试上实现了更强的命令遵循和改进的驾驶性能。代码将会发布。
cs.CV / 31 / 2608.00239

Semantically Calibrated Evidence Composition for CT Vision-Language Learning

用于CT视觉-语言学习的语义校准证据组合
You, Guoliang, Gong, Haifan, Chu, Xiaomeng
Abstract
Learning transferable representations from CT-report pairs requires combining whole-volume context with anatomy-specific evidence. Existing methods typically emphasize either global CT-report alignment or fine-grained anatomy-level correspondence. Global alignment preserves broad study context but leaves the contribution of localized evidence implicit, whereas anatomy-level alignment explicitly grounds local findings but does not specify how independently represented evidence should interact, acquire study-level meaning, and contribute to a global CT representation. To address this gap, we propose SCOPE (Semantic Calibration Of comPosed Evidence), a framework for semantically calibrated evidence composition in CT vision-language learning. Under organ-specific report supervision, mask-guided queries with fixed anatomical identities extract context-aware organ evidence from shared, uncropped volumetric features, while an unrestricted global query retains access to whole-volume context. The global query then drives Local-Global Coupling to compose the organ evidence into a unified evidence representation. The composed evidence is subsequently calibrated using the diagnostic summary, providing study-level semantic supervision beyond local organ descriptions, and is finally integrated as a controlled residual into a context-preserving whole-volume representation aligned with the complete report. This progressive pathway connects localized evidence with study-level semantics without reducing the CT representation to a predefined set of organs. On CT-RATE and RadChestCT, SCOPE achieves macro AUCs of 85.0 and 72.2, respectively, outperforming the previous SOTA by 7.2 and 4.2, while also yielding substantial gains in linear probing and cross-modal retrieval. These results demonstrate the effectiveness of semantically calibrated evidence composition.
Chinese Translation
从CT报告对中学习可迁移的表示需要将整个体积的上下文与特定解剖结构的证据相结合。现有的方法通常强调全球CT报告对齐或细粒度的解剖层级对应。全球对齐保留了广泛的研究上下文,但使局部证据的贡献变得隐含;而解剖层级的对齐则明确地将局部发现与具体解剖结构相结合,但并未说明如何独立表示的证据应相互作用、获取研究层级的意义并贡献于全球CT表示。为了解决这一问题,我们提出了SCOPE(语义校准组合证据),这是一个用于CT视觉-语言学习的语义校准证据组合框架。在器官特定报告的监督下,固定解剖身份的掩码引导查询从共享的、未裁剪的体积特征中提取上下文感知的器官证据,同时不受限制的全球查询保留了对整个体积上下文的访问。然后,全球查询驱动局部-全球耦合,将器官证据组合成统一的证据表示。组合的证据随后使用诊断摘要进行校准,提供超越局部器官描述的研究层级语义监督,并最终作为受控残差整合到与完整报告对齐的上下文保留的整体体积表示中。这一渐进路径将局部证据与研究层级的语义连接起来,而不将CT表示简化为预定义的器官集合。在CT-RATE和RadChestCT数据集上,SCOPE分别达到了85.0和72.2的宏观AUC,超越了之前的最先进技术7.2和4.2,同时在线性探测和跨模态检索中也取得了显著的提升。这些结果证明了语义校准证据组合的有效性。
cs.CV / 32 / 2608.00257

MDWD: A Street-Level Dataset for Municipal Solid Waste Detection in Dense Urban Environments

MDWD:用于密集城市环境中市政固体废物检测的街道级数据集
Lucas, Andrea Filiberto, Bugeja, Mark, Debono, Carl James, Seychell, Dylan
Abstract
Automated visual monitoring of urban environments is a growing Computer Vision research area, but municipal solid waste detection remains under-represented in dedicated benchmark resources. Existing waste-related datasets predominantly address individual litter detection, aerial imagery, or image-level classification, and none simultaneously provide street-level imagery, instance-level localization, and categorization of domestic waste streams within a structured municipal collection context. This paper introduces the Maltese Domestic Waste Dataset (MDWD), a street-level benchmark comprising 3,697 high-resolution images and 11,461 manually annotated instances across five domestic waste categories representative of Malta's municipal collection system. The dataset captures substantial variation in location, illumination, object scale, occlusion, and urban context. To establish reproducible baselines, a cross-architecture benchmark is conducted across multiple generations of the YOLO family and a transformer-based detector. On the test set, RF-DETR-M achieves the strongest overall performance with an mAP50 of 94.49% and an F1-score of 93.56%, whilst smaller-capacity variants maintain competitive accuracy at substantially reduced parameter counts. These results indicate that MDWD supports effective training across both compact real-time detectors and transformer-based models, establishing a benchmark for future research in vision-based municipal waste monitoring.
Chinese Translation
城市环境的自动视觉监测是一个日益增长的计算机视觉研究领域,但市政固体废物检测在专门的基准资源中仍然代表性不足。现有的废物相关数据集主要关注单个垃圾检测、航空影像或图像级分类,且没有同时提供街道级影像、实例级定位和在结构化市政收集背景下的家庭废物流分类。本文介绍了马耳他家庭废物数据集(MDWD),这是一个街道级基准数据集,包含3,697张高分辨率图像和11,461个手动标注的实例,涵盖了代表马耳他市政收集系统的五个家庭废物类别。该数据集捕捉了位置、光照、物体尺度、遮挡和城市背景的显著变化。为了建立可重复的基准,本文在多个YOLO家族的不同架构和基于变换器的检测器上进行了跨架构基准测试。在测试集中,RF-DETR-M以94.49%的mAP50和93.56%的F1-score实现了最佳整体性能,而小容量变体在显著减少参数数量的情况下仍保持竞争力的准确性。这些结果表明,MDWD支持紧凑实时检测器和基于变换器的模型之间的有效训练,为未来基于视觉的市政废物监测研究建立了基准。
cs.CV / 33 / 2608.00264

Interpretability-Guided Soft Pruning of Attention Heads in Vision Transformers

基于可解释性的视觉变换器注意力头软剪枝
Książek, Kamil, Suszyński, Piotr, Włodarczyk, Michał Jan, Tabor, Jacek, Biecek, Przemysław
Abstract
Vision foundation models, such as DINOv2, learn highly expressive representations but rely on massive, opaque architectures that demand substantial computational power and memory. To provide an interpretable-guided and efficient solution to this issue, we first propose a spectral analysis and new visualization technique for individual attention heads based on the Laplacian eigenvectors of their attention maps. Building upon recent observations regarding the block structure of Vision Transformers, we perform semantic clustering of attention heads and identify functional redundancies. Leveraging these insights, we introduce SAPER (Soft Attention PrunER), an end-to-end differentiable pruning framework based on the LapSum Soft Top-K approach. Extensive experiments on ImageNet-1K demonstrate that SAPER achieves a highly favorable accuracy-efficiency trade-off, outperforming the competitive RAPTOR baseline in FLOPs reduction while preserving strong classification performance.
Chinese Translation
视觉基础模型,如 DINOv2,学习到高度表达性的表示,但依赖于庞大且不透明的架构,这需要大量的计算能力和内存。为了解决这一问题,我们首先提出了一种基于注意力图拉普拉斯特征向量的个体注意力头的谱分析和新可视化技术。在对视觉变换器的块结构进行近期观察的基础上,我们对注意力头进行了语义聚类,并识别出功能冗余。利用这些洞察,我们引入了 SAPER(Soft Attention PrunER),这是一种基于 LapSum Soft Top-K 方法的端到端可微剪枝框架。在 ImageNet-1K 上进行的广泛实验表明,SAPER 实现了高度有利的准确性-效率权衡,在减少 FLOPs 的同时,保持了强大的分类性能,超越了竞争对手 RAPTOR 基线。
cs.CV / 34 / 2608.00345

ORCA: ORgan-Centroid Aggregation for Training-Free 3D CT Visual Token Compression

ORCA:基于器官中心聚合的无训练3D CT视觉标记压缩
Liang, Renjie, Xu, Zijian, Pan, Jinqian, Sun, Chengkun, Fan, Zhengkang, Li, Shawn, Qin, You, Liu, Mei, Xu, Jie
Abstract
A 3D CT scan entering a vision-language model produces a long sequence of visual tokens, often thousands to tens of thousands per volume, and this sequence must be compressed before a language model can consume it. Token compression is well studied in general vision, but little of it targets 3D CT specifically. A common baseline is grid average, which pools regular grid cells and can blend distinct anatomy, lesion, and air into one token. We present \textbf{ORCA} (ORgan-Centroid Aggregation), a token compressor for 3D CT. It merges adjacent tokens with organ guidance and adds a sinusoidal encoding of each region's centroid to preserve spatial layout. This preserves the anatomical information a downstream model needs. ORCA is training-free and plug-and-play, producing an adjustable token set without any model change or text query. We evaluate it across two datasets (CT-RATE and Merlin) and five encoders. The evaluation spans two task types: attribute prediction over five families (size, density, location, texture, and disease) and text generation (visual question answering and report generation). At matched token budgets, ORCA improves consistently over existing compression methods. It shrinks the visual context $64\times$ and its KV-cache $50\times$, and is $31\times$ faster to process each volume. Code released at https://github.com/renjie-liang/ORCA-3DCT.
Chinese Translation
进入视觉语言模型的3D CT扫描生成一长串视觉标记,通常每个体积包含数千到数万个标记,而在语言模型能够处理之前,这一序列必须被压缩。标记压缩在一般视觉领域得到了广泛研究,但针对3D CT的研究相对较少。一个常见的基线是网格平均,它对规则网格单元进行池化,可能将不同的解剖结构、病变和空气混合成一个标记。我们提出了 extbf{ORCA}(基于器官中心聚合),这是一种用于3D CT的标记压缩器。它通过器官引导合并相邻标记,并为每个区域的中心添加正弦编码,以保持空间布局。这保留了下游模型所需的解剖信息。ORCA是无训练的,具有即插即用的特性,能够在不更改任何模型或文本查询的情况下生成可调的标记集。我们在两个数据集(CT-RATE和Merlin)及五个编码器上进行了评估。评估涵盖了两种任务类型:对五个类别(大小、密度、位置、纹理和疾病)的属性预测以及文本生成(视觉问答和报告生成)。在匹配的标记预算下,ORCA在现有压缩方法上始终表现出改善。它将视觉上下文缩小了$64 imes$,其KV缓存缩小了$50 imes$,并且处理每个体积的速度提高了$31 imes$。代码已发布在https://github.com/renjie-liang/ORCA-3DCT。
cs.CV / 35 / 2608.00356

The 1st AI Children Challenge

首届人工智能儿童挑战赛
Li, Boyi, Shen, Yifan, Yang, Houze, Cao, Xu, Yun, Guojun, Gao, Li, Chen, Turong, Xu, Long, Cao, Jianguo, Huang, Meihuan
Abstract
The First AI Children Challenge aims to advance real-world applications of computer vision and AI in child healthcare, child education, and pediatrics. The 2026 CV4CHL edition featured the first track in this domain: Children Gait Visual Analysis. The main goal of Children Gait Visual Analysis is the fine-grained analysis of children's gait behaviors from keypoint sequences. This is still a big challenge for human action recognition. Experienced medical doctors can distinguish these subtle nuances, but none of the people test AI models in this domain. To bridge this gap, we introduce thousands of 2D children keypoint sequences walking around videos across various age groups of children (3-16 years old). There is a significant opportunity for batch analysis of these videos to provide clinically relevant insights into medical diagnosis. The Challenge will be launched with two problem tracks: Edinburgh Visual Gait Score (EVGS) Scoring and Classification of Gait Patterns in Bilateral Spastic Cerebral Palsy. Each track is chosen in consultation with board-certified pediatricians based on the value of potential solutions. With the first available dataset for such tasks and ground truth for each track, the challenge enabled participants to evaluate their solutions. Final rankings will be revealed after the competition concludes, fostering reproducibility and mitigating overfitting.
Chinese Translation
首届人工智能儿童挑战赛旨在推动计算机视觉和人工智能在儿童医疗保健、儿童教育和儿科领域的实际应用。2026年CV4CHL版块首次推出了该领域的主题:儿童步态视觉分析。儿童步态视觉分析的主要目标是对儿童步态行为进行细粒度分析,基于关键点序列。这仍然是人类动作识别中的一大挑战。经验丰富的医生能够区分这些微妙的差异,但在该领域没有人测试人工智能模型。为了解决这一问题,我们引入了数千个2D儿童关键点序列,这些序列来自不同年龄组(3-16岁)儿童在视频中的行走。对这些视频进行批量分析有很大的潜力,可以为医学诊断提供临床相关的见解。挑战赛将启动两个问题轨道:爱丁堡视觉步态评分(Edinburgh Visual Gait Score, EVGS)评分和双侧痉挛性脑瘫的步态模式分类。每个轨道的选择均与经过认证的儿科医生协商,基于潜在解决方案的价值。通过提供首个可用于此类任务的数据集和每个轨道的真实数据,挑战赛使参与者能够评估他们的解决方案。最终排名将在比赛结束后公布,以促进可重复性并减轻过拟合问题。
cs.CV / 36 / 2608.00361

Artificial Intelligence for the Characterization of Particles and Fibers by Optical Microscopy

通过光学显微镜表征颗粒和纤维的人工智能
Sun, Simiao, Ng, Kenneth, Lee, Lynn, Harth, Astrid, Odate, Asami, Katsaggelos, Aggelos, Matito, Manuel Ballester, Eastaugh, Nicholas, Walton, Marc
Abstract
Optical microscopy of particle and fiber dispersions involves interpreting subtle visual cues influenced by specimen morphology, chemical composition, magnification, and illumination conditions. We introduce an artificial intelligence (AI) distillation framework that extracts semantically rich image embeddings from microscopy images using semantic anchors. A multimodal teacher combines each image's visual embedding with three text embeddings representing illumination modality, magnification, and specimen identity and morphology. Generated by LongCLIP's extended-context text encoder, this yields a 2304-dimensional block-structured teacher vector whose component blocks remain physically interpretable throughout training and inference. A student vision transformer (ViT) with a multi-layer perceptron (MLP) decoder is trained to reconstruct this teacher vector from the image alone, minimizing a mean absolute error (L1) loss that enforces coordinate-level fidelity to the teacher's block structure. A cross-entropy term over pseudo-classes derived from HDBSCAN clustering of the teacher embedding space acts as a collapse-prevention regularizer, enforcing inter-cluster separation without requiring contrastive negative mining. At inference, the student operates on image input alone, producing compact embeddings that recover the full semantic content of the teacher vector. The framework achieves approximately 80% pseudo-class validation accuracy and 75% Recall@1 on fine-grained specimen description labels under leave-one-out nearest-neighbor retrieval. These results demonstrate that semantic anchoring enables a vision-only student to acquire richer and more interpretable representations than image-only training, with direct applicability to retrieval, classification, and exploratory analysis of heterogeneous particle and fiber dispersions.
Chinese Translation
颗粒和纤维分散体的光学显微镜观察涉及对受样品形态、化学成分、放大倍数和照明条件影响的微妙视觉线索的解读。我们提出了一种人工智能(AI)提炼框架,通过使用语义锚点从显微镜图像中提取语义丰富的图像嵌入。一个多模态教师将每幅图像的视觉嵌入与三个文本嵌入结合,这些文本嵌入分别代表照明方式、放大倍数以及样品的身份和形态。由LongCLIP的扩展上下文文本编码器生成,这产生了一个2304维的块结构教师向量,其组件块在训练和推理过程中保持物理可解释性。一个具有多层感知器(MLP)解码器的学生视觉变换器(ViT)被训练以仅从图像重建该教师向量,最小化一个强制教师块结构坐标级保真度的平均绝对误差(L1)损失。基于从教师嵌入空间的HDBSCAN聚类衍生的伪类的交叉熵项作为防止崩溃的正则化器,强制实现簇间分离,而无需对比负样本挖掘。在推理阶段,学生仅基于图像输入操作,生成紧凑的嵌入,恢复教师向量的完整语义内容。该框架在留一法最近邻检索下,在细粒度样品描述标签上实现了约80%的伪类验证准确率和75%的Recall@1。这些结果表明,语义锚定使得仅依赖视觉的学生能够获得比仅依赖图像训练更丰富和更可解释的表示,直接适用于异质颗粒和纤维分散体的检索、分类和探索性分析。
cs.CV / 37 / 2608.00371

Decoding Children's Gait Behavior

解码儿童步态行为
Shen, Yifan, Li, Boyi, Huang, Meihuan, Liu, Yuanzhe, Cao, Xu, Jin, Jinyang, Li, Zhengyuan, Liu, Anglin, Kim, Junho, Zhu, Jingyuan, Fangzhou, Lan, Cao, Jianguo, Chen, Jintai, Lourentzou, Ismini, Rehg, James Matthew
Abstract
We introduce a new problem domain for human action recognition: the fine-grained analysis of children's gait behaviors from standard RGB video. We specifically target the ambulatory patterns of children aged 3-17 years. Such behaviors arise naturally in the diagnosis and treatment of several critical developmental and neuromuscular disorders, such as cerebral palsy and hemiplegia. Despite their clinical value, current 3D sensor-based gait analysis systems are expensive, intrusive, and often impractical for young subjects. To address this, we introduce a new dataset comprising over 1,100 high-frame-rate (60 FPS) video sequences from 110 subjects, accompanied by synchronized, anonymized pose sequences. In each session, the child performs a 5-second "walk-around" task, capturing the gait cycle from multiple viewpoints. Crucially, we demonstrate that current state-of-the-art approaches, including gait foundation models and Multimodal Large Language Models (MLLMs), fail to effectively resolve these clinical nuances. We identify the key technical challenges in analyzing these erratic and subtle motor patterns and describe a unified end-to-end framework for decoding fundamental components of pediatric gait. Through comprehensive experimental results, we demonstrate the potential of this dataset to drive novel research questions and establish a rigorous baseline for automated child gait assessment.
Chinese Translation
我们提出了一个新的研究领域用于人类动作识别:从标准RGB视频中对儿童步态行为进行细粒度分析。我们特别关注3至17岁儿童的行走模式。这些行为在诊断和治疗多种关键的发育和神经肌肉疾病(如脑瘫和偏瘫)中自然产生。尽管这些行为具有临床价值,目前基于3D传感器的步态分析系统价格昂贵、侵入性强,并且对于年轻受试者往往不切实际。为了解决这一问题,我们引入了一个新的数据集,包含来自110名受试者的1100多个高帧率(60 FPS)视频序列,并附有同步的匿名姿态序列。在每个会话中,儿童执行一个5秒钟的“走动”任务,从多个视角捕捉步态周期。至关重要的是,我们证明了当前最先进的方法,包括步态基础模型和多模态大型语言模型(Multimodal Large Language Models, MLLMs),未能有效解决这些临床细微差别。我们识别出分析这些不规则和微妙运动模式的关键技术挑战,并描述了一个统一的端到端框架,用于解码儿童步态的基本组成部分。通过全面的实验结果,我们展示了该数据集在推动新研究问题和建立自动化儿童步态评估的严格基准方面的潜力。
cs.CV / 38 / 2608.00415

Boosting Generalizable Depth Estimation in Endoscopy by Mixture of Lightweight Experts and Intrinsic Image Alignment

通过轻量级专家混合和内在图像对齐提升内窥镜中的通用深度估计
Shao, Liangjing, Cui, Beilei, Huang, Yiming, Liu, Changjing, Ren, Hongliang
Abstract
Depth estimation is a significant task for 3D perception in endoscopic surgeries. However, illumination interference and feature diversity in various endoscopic scenes are still challenges for generalizable depth estimation and ego-motion estimation. Based on this, a novel self-supervised framework, EndoMINI, is proposed for depth estimation in endoscopic scenes. Specifically, mixture of low-rank experts (MiLoRE) is proposed to perform parameter-efficient fine-tuning, which can also boost the model adaptation to scenes with different characteristics. Meanwhile, an intrinsic image alignment (IIA) is introduced into the training loss to alleviate the influence of light reflectance in endoscopy with a novel intrinsic image decomposition network. The proposed method is evaluated on SCARED datasets for supervised depth estimation, and two endoscopic datasets, Hamlyn and SERV-CT, for zero-shot depth estimation, compared with state-of-the-art works as well. The experimental results demonstrate outstanding performance of the proposed model and the effects of the main contributions.
Chinese Translation
深度估计是内窥镜手术中3D感知的重要任务。然而,照明干扰和各种内窥镜场景中的特征多样性仍然是通用深度估计和自我运动估计的挑战。基于此,提出了一种新颖的自监督框架EndoMINI,用于内窥镜场景中的深度估计。具体而言,提出了低秩专家混合(MiLoRE)以进行参数高效的微调,这也可以增强模型对不同特征场景的适应能力。同时,引入了一种内在图像对齐(IIA)到训练损失中,以通过一种新颖的内在图像分解网络减轻内窥镜中光反射的影响。所提出的方法在SCARED数据集上进行了监督深度估计评估,并在Hamlyn和SERV-CT两个内窥镜数据集上进行了零-shot深度估计,与最先进的工作进行了比较。实验结果表明,所提模型表现出色,并验证了主要贡献的效果。
cs.CV / 39 / 2608.00440

Poplar: A Scalable Pipeline for Human-Centric Image Dataset Synthesis

Poplar:一个可扩展的人本图像数据集合成管道
Zou, Zhishan
Abstract
Recent image generators can synthesize convincing human-centric images, yet producing a useful collection remains different from producing a single successful image. A human-centric dataset must cover varied people and contexts, avoid implausible attribute combinations, preserve an everyday photographic character, and expose quality-control decisions at scale. We present Poplar, a reproducible Specify--Render--Inspect pipeline for human-centric image dataset synthesis. Specify samples structured attributes under commonsense constraints and verbalizes them as photography-oriented prompts. Render uses a realism-adapted image generator across composition-aware aspect ratios and retries obvious technical failures. Inspect applies a single structured vision--language review to each candidate, preserving the original prompt while rejecting intrinsic image defects or material prompt mismatches. Using Poplar, we construct Poplar-9K: 9,401 curated human-centric image--text pairs retained from 11,765 reviewed candidates (79.9\% acceptance). We release the dataset together with the pipeline, configurations, immutable generation prompts, and auditable inspection records as a compact resource for building customizable human-centric collections.
Chinese Translation
近期的图像生成器能够合成令人信服的人本图像,但生成一个有用的集合与生成单个成功图像是不同的。一个人本数据集必须涵盖多样化的人物和情境,避免不合理的属性组合,保持日常摄影的特征,并在规模上暴露质量控制决策。我们提出了Poplar,一个可重复的Specify--Render--Inspect管道,用于人本图像数据集的合成。Specify在常识约束下对结构化属性进行样本化,并将其表述为以摄影为导向的提示。Render使用适应现实主义的图像生成器,跨越关注构图的纵横比,并重试明显的技术失败。Inspect对每个候选图像应用单一的结构化视觉--语言审查,保留原始提示,同时拒绝内在的图像缺陷或材料提示不匹配。使用Poplar,我们构建了Poplar-9K:从11,765个审核候选中保留的9,401个策划的人本图像--文本对(79.9\%接受率)。我们将数据集与管道、配置、不可变生成提示和可审计的检查记录一起发布,作为构建可定制的人本集合的紧凑资源。
cs.CV / 40 / 2608.00442

Beyond Static Anchors: Bounded Prototype Conditioning for Language-Free Medical Anomaly Detection

超越静态锚点:无语言医学异常检测的有界原型条件化
Wan, Yibo, Cai, Jinyu, Seekiong-Ng
Abstract
Medical anomaly detection identifies abnormal images and localizes lesions under scarce supervision while generalizing across organs and modalities. Existing CLIP-based methods reduce annotation requirements through vision--language alignment, but their normal and abnormal references, whether text prompts or learned visual tokens, remain fixed across test images. Such static references may not transfer reliably to unseen targets in a cross-domain medical imaging scenario. To address this, we propose ReCAP, a language-free framework that replaces static anchors with input-conditioned visual prototypes. ReCAP re-centers separated normal and abnormal prototypes for each image through a bounded gated modulation, enabling query-adaptive anomaly scoring while constraining context-induced prototype drift. For the few-shot setting, we introduce a non-parametric normal-reference memory to preserve instance-level target-domain variation and complement the conditional prototype branch. Across six medical benchmarks, ReCAP achieves the best image-level AUROC on all zero-shot and 23 of 24 few-shot settings, and the best zero-shot pixel-level AUROC on all three segmentation datasets. Particularly, it reduces inference latency by over 70% compared to the fastest baseline, without text prompts or test-time gradient updates.
Chinese Translation
医学异常检测在稀缺监督下识别异常图像并定位病灶,同时在不同器官和模态之间进行泛化。现有的基于CLIP的方法通过视觉-语言对齐减少了标注需求,但它们的正常和异常参考,无论是文本提示还是学习的视觉标记,在测试图像中始终保持不变。这种静态参考在跨领域医学成像场景中可能无法可靠地转移到未见目标。为了解决这个问题,我们提出了ReCAP,一个无语言框架,用输入条件的视觉原型替代静态锚点。ReCAP通过有界门控调制重新中心化每幅图像的正常和异常原型,使查询自适应异常评分,同时限制上下文引起的原型漂移。在少样本设置中,我们引入了一种非参数正常参考记忆,以保留实例级目标领域变异并补充条件原型分支。在六个医学基准测试中,ReCAP在所有零样本和24个少样本设置中的23个上实现了最佳图像级AUROC,并在所有三个分割数据集上实现了最佳零样本像素级AUROC。特别是,与最快的基线相比,它将推理延迟减少了超过70%,且不需要文本提示或测试时梯度更新。
cs.CV / 41 / 2608.00444

Reconstruction-Shift Discrimination via Mask-Guided Latent Diffusion for Medical Anomaly Detection

通过掩膜引导的潜在扩散进行医学异常检测的重建-偏移判别
Wan, Yibo, Cai, Jinyu, Zhang, Yunhe, Bin, Yi, Ng, See-kiong
Abstract
Unsupervised medical anomaly detection learns normal anatomical patterns from healthy training images and identifies deviations at test time. Reconstruction-based and diffusion-based methods commonly use the difference between an input image and its reconstruction as anomaly evidence. However, this residual can be ambiguous. Expressive models may preserve pathological structures, while benign anatomical variation, imaging noise, and acquisition differences may also produce large reconstruction errors. We propose discriminative mask-guided diffusion (DMD), a medical anomaly detection framework that complements residual-based localization with reconstruction-shift discrimination. DMD first learns a compact quantized latent representation of normal images. Localized masks then perturb selected latent regions, and a latent diffusion model reconstructs the perturbed representations. The resulting reconstructions are paired with their original normal images to define a self-supervised classification task. At inference, the classifier provides a learned image-level anomaly score, while the residual between the input and its diffusion-based reconstruction yields a pixel-level anomaly map. Experiments on five datasets spanning brain MRI, breast ultrasound, and chest radiography show that DMD achieves the best overall performance among the state-of-the-art baseline methods.
Chinese Translation
无监督医学异常检测从健康训练图像中学习正常解剖模式,并在测试时识别偏差。基于重建和基于扩散的方法通常使用输入图像与其重建之间的差异作为异常证据。然而,这种残差可能是模糊的。表现力强的模型可能会保留病理结构,而良性解剖变异、成像噪声和获取差异也可能产生较大的重建误差。我们提出了判别性掩膜引导扩散(DMD),这是一个医学异常检测框架,补充了基于残差的定位与重建-偏移判别。DMD首先学习正常图像的紧凑量化潜在表示。局部掩膜随后扰动选定的潜在区域,潜在扩散模型重建扰动后的表示。生成的重建与其原始正常图像配对,以定义自监督分类任务。在推理阶段,分类器提供学习到的图像级异常分数,而输入与其基于扩散的重建之间的残差则产生像素级异常图。对涵盖脑部MRI、乳腺超声和胸部X光的五个数据集的实验表明,DMD在最先进的基线方法中实现了最佳的整体性能。
cs.CV / 42 / 2608.00446

Structured Proxy Features for Multimodal NSCLC Survival Prediction from Pretreatment CT

用于多模态非小细胞肺癌生存预测的结构化代理特征:基于治疗前CT的研究
Nguyen, Huu Phong, Hossain, Delower, Saghapour, Ehsan, Sembay, Zhandos, Chen, Jake Y.
Abstract
Lung cancer results in roughly 1.8 million fatalities annually worldwide, with non-small cell lung cancer (NSCLC) comprising the majority of cases. Despite advancements in treatment, survival stratification remains challenging due to intratumoral heterogeneity inadequately captured by conventional descriptors. Standard radiomic and deep learning techniques regard imaging features as independent quantities, overlooking structured interactions between tumor characteristics. We evaluate whether structured proxy features can enhance multimodal NSCLC survival prediction by augmenting pretreatment computed tomography (CT) representations, radiomics, and clinical variables with six simulation-derived features designed to capture interactions between heterogeneity and morphology. A radiomic-parameterized cellular automaton generates growth-rate and necrosis-ratio proxy features from baseline CT by using entropy and sphericity to compute low-dimensional proxy parameters. The imaging backbone is a Transformer-based Masked Autoencoder (TMAE), which was chosen after a systematic evaluation with alternative encoders within the same pipeline and provides attention-based visualizations that highlight tumor regions receiving higher model attention. On the public Lung1 cohort (n = 390), the primary four-modality fusion attained a C-index of 0.641 (iAUC 0.731, log-rank p < 0.001). The primary result compares favorably with prior multimodal results on Lung1 (C-index 0.631; iAUC 0.592 [15]) under a comparable evaluation protocol, while a separate exploratory coefficient-optimization analysis achieved a best observed C-index of 0.662 (iAUC 0.748). These results indicate that, in addition to conventional radiomic, deep, and clinical representations within the Lung1 benchmark, simulation-derived proxy features may provide complementary predictive information within this fixed Lung1 benchmark.
Chinese Translation
肺癌每年在全球造成约180万例死亡,其中非小细胞肺癌(NSCLC)占大多数。尽管治疗有所进展,但由于肿瘤内部异质性未能通过传统描述符充分捕捉,生存分层仍然具有挑战性。标准的放射组学和深度学习技术将影像特征视为独立的量,忽视了肿瘤特征之间的结构化相互作用。我们评估结构化代理特征是否能够通过增强治疗前计算机断层扫描(CT)表征、放射组学和临床变量,来提升多模态NSCLC生存预测。我们设计了六个模拟衍生特征,以捕捉异质性与形态之间的相互作用。一个经过放射组学参数化的细胞自动机从基线CT生成生长率和坏死比率的代理特征,通过使用熵和球形度计算低维代理参数。影像基础架构是基于Transformer的掩码自编码器(TMAE),在对同一管道内的替代编码器进行系统评估后选择,并提供基于注意力的可视化,突出显示接受更高模型关注的肿瘤区域。在公开的Lung1队列(n = 390)上,主要的四模态融合达到了0.641的C指数(iAUC 0.731,log-rank p < 0.001)。主要结果与Lung1上先前的多模态结果(C指数0.631;iAUC 0.592 [15])在可比评估协议下相比表现良好,而单独的探索性系数优化分析达到了观察到的最佳C指数0.662(iAUC 0.748)。这些结果表明,除了Lung1基准中的传统放射组学、深度和临床表征外,模拟衍生的代理特征可能在这一固定的Lung1基准中提供补充的预测信息。
cs.CV / 43 / 2608.00463

Scene2Sound: Auditory-Grounded Soundscape Generation for 3D Gaussian Worlds

Scene2Sound:基于听觉的3D高斯世界声音景观生成
Yoshida, Masaki, Togo, Ren, Ogawa, Takahiro, Haseyama, Miki
Abstract
3D Gaussian Splatting (3DGS) turns captured or generated imagery into photorealistic 3D world simulations that users can freely explore, yet these worlds remain silent. Because existing audio generation methods condition on a single image or viewpoint, their sound is tied to that observation and cannot stay consistent while a listener moves. We introduce the task of generating a spatially consistent soundscape for a given 3DGS world through auditory grounding, identifying which objects in the world should emit sound and anchoring each to a persistent 3D position, and present Scene2Sound, a training-free framework built on this grounding. From the input world alone, our pipeline selects viewpoints that jointly cover the scene, identifies sound-emitting objects with a vision-language model, and associates the multi-view detections into 3D instances through Gaussian set matching, which measures the overlap between the Gaussian sets that render each detection. Each source then receives generated audio that a standard object-based audio engine spatializes in real time at arbitrary listener poses. We further propose two spatial-consistency metrics, one testing whether rendered audio responds consistently to listener motion and one testing whether the claimed sources are supported by views held out from their placement. On a curated set of generated 3DGS worlds and on 3DGS scenes generated from real-world 360-degree captures, Scene2Sound preserves the audio quality of strong per-viewpoint baselines while remaining spatially consistent where per-viewpoint and single-panorama pipelines do not, and a user study confirms the perceptual benefit. Project page: https://masaki-lmd.github.io/scene2sound/.
Chinese Translation
3D高斯点云(3D Gaussian Splatting,3DGS)将捕获或生成的图像转化为用户可以自由探索的逼真3D世界模拟,但这些世界仍然是无声的。由于现有的音频生成方法依赖于单一图像或视角,其声音与该观察相关联,无法在听众移动时保持一致。我们引入了为给定的3DGS世界生成空间一致的声音景观的任务,通过听觉基础识别世界中应发声的物体,并将每个物体锚定到一个持久的3D位置,提出了Scene2Sound,这是一个基于这种基础的无训练框架。仅从输入的世界中,我们的管道选择共同覆盖场景的视点,利用视觉-语言模型识别发声物体,并通过高斯集合匹配将多视图检测关联到3D实例中,该匹配测量渲染每个检测的高斯集合之间的重叠。然后,每个源接收生成的音频,标准的基于物体的音频引擎实时地在任意听众姿态下进行空间化。我们进一步提出了两个空间一致性度量,一个测试渲染的音频是否对听众运动做出一致响应,另一个测试声源声明是否得到从其放置中剔除的视图的支持。在一组精心策划的生成3DGS世界和从现实世界360度捕获生成的3DGS场景上,Scene2Sound在保持强大的每视点基线音频质量的同时,在空间一致性方面优于每视点和单全景管道,而用户研究证实了其感知优势。项目页面:https://masaki-lmd.github.io/scene2sound/
cs.CV / 44 / 2608.00473

CrossProjection: Geometric Grounding Beyond Viewpoint Change in Architectural Drawings

交叉投影:建筑图纸中超越视角变化的几何基础
Li, Kaho, Zeng, Pengyu, Dai, Yuqin, Yin, Jun, Feng, Tianjing, Lu, Shuai
Abstract
Architectural drawings violate the usual assumption behind multi-view reasoning: plans and sections are cuts, while elevations are facade projections, so corresponding components change appearance in ways camera motion cannot explain. We introduce CrossProjection, an anchor-grounded diagnostic of whether vision-language models preserve component identity and externalize geometry across heterogeneous architectural views. It evaluates Matching, Registration, and Geometric Grounding through categorical judgments, candidate selection, and free point, line, and region localization. Across 23 real drawing sets and 1,954 categorical conditions per model, GPT-5.5 scores 82.4%, Qwen3-VL-32B-Instruct 62.2%, and GLM-4.5V 57.2%. A matched 200-target study crosses natural and vector-text-suppressed drawings with closed-candidate and free-geometry outputs. Candidate-supported performance is often higher, but free localization remains fragile: on natural drawings, point/region [email protected] is 54-76% for GPT, 8-10% for Qwen, and 14-36% for GLM; line endpoint [email protected] is 22%, 4%, and 0%. A coordinate grid recovers some GPT point/region precision but not lines. Three architecture-trained participants reach 87.3-93.3% categorical accuracy and 76-92% GT-region hit, supporting task feasibility rather than a population-level human ceiling. Because the categorical families do not form a same-item Matching-Registration contrast and interface controls alter multiple burdens, we avoid mechanistic claims. The supported conclusion is narrower: closed-choice or marked-element success does not entail reliable explicit geometric grounding. For drawing-guided CAD/BIM systems, categorical correctness should not be treated as evidence of candidate-free spatial reliability. Reusable on-sheet anchors, fixed-denominator scoring, and hash-locked artifacts establish an audit trail for this gap.
Chinese Translation
建筑图纸违反了多视角推理的通常假设:平面图和剖面图是切割,而立面图是外立面的投影,因此相应的组件在外观上发生变化,这种变化无法通过相机运动来解释。我们引入了交叉投影(CrossProjection),这是一个基于锚点的诊断工具,用于评估视觉-语言模型是否能够在异构建筑视图中保持组件身份并外化几何形状。它通过分类判断、候选选择以及自由点、线和区域定位来评估匹配、注册和几何基础。在23组真实绘图和每个模型1954个分类条件中,GPT-5.5的得分为82.4%,Qwen3-VL-32B-Instruct为62.2%,GLM-4.5V为57.2%。一个匹配的200目标研究将自然绘图和矢量文本抑制绘图与封闭候选和自由几何输出进行了交叉。候选支持的表现通常更高,但自由定位仍然脆弱:在自然绘图中,点/区域的[email protected]为54-76%(GPT),8-10%(Qwen)和14-36%(GLM);线段端点的[email protected]分别为22%、4%和0%。坐标网格恢复了一些GPT点/区域的精度,但对线段无效。三名经过建筑训练的参与者达到了87.3-93.3%的分类准确率和76-92%的GT区域命中率,支持任务的可行性而非人群层面的上限。由于分类家族并未形成相同项目的匹配-注册对比,且接口控制改变了多个负担,我们避免了机械性的主张。支持的结论更为狭窄:封闭选择或标记元素的成功并不意味着可靠的显式几何基础。对于绘图引导的CAD/BIM系统,分类正确性不应被视为候选自由空间可靠性的证据。可重复使用的纸上锚点、固定分母评分和哈希锁定的工件为这一差距建立了审计轨迹。
cs.CV / 45 / 2608.00486

DreamTraj: Generating 6-DoF Object Trajectories by Reading Unrendered Video Diffusion Latents

DreamTraj:通过读取未渲染视频扩散潜变量生成6自由度物体轨迹
Ding, Tongsheng, Luo, Zhen, Yang, Yixuan, Wang, Boyu, Xie, Luyang, Yang, Jinyu, Zheng, Feng
Abstract
Accurate prediction of object trajectories during manipulation is essential for closing the perception-action loop. Progress is limited on two fronts: available datasets lack fine-grained language-to-motion annotations, and existing predictors either rely on privileged inputs such as video, depth, or CAD models, or recover motion from fully generated videos through costly, error-prone perception pipelines. We close the supervision gap with the MOVE dataset, 5,038 object-centric egocentric trajectories, each paired with a fine-grained natural-language instruction rather than a coarse verb-noun label. We further propose DreamTraj, which predicts a 6-DoF object trajectory from a single RGB image and a task instruction, requiring no video, depth, or CAD model at inference: rather than generating a video, it reads motion from the internal representations of a frozen image-to-video diffusion model at an early denoising step. A lightweight flow-matching Reader decodes query-key attention tracks and pooled hidden states into relative 6-DoF poses. To our knowledge, this is the first approach to directly decode object 6-DoF trajectories from intermediate video diffusion representations rather than generated pixels. DreamTraj sets a new state of the art on both translation and rotation against forecasters that consume multi-frame or privileged inputs, and runs 4.6x faster than generate-then-extract pipelines.
Chinese Translation
在操控过程中准确预测物体轨迹对于闭合感知-行动循环至关重要。然而,在两个方面的进展有限:现有数据集缺乏细粒度的语言到运动的注释,而现有的预测器要么依赖于特权输入,如视频、深度图或CAD模型,要么通过成本高昂且易出错的感知管道从完全生成的视频中恢复运动。我们通过MOVE数据集填补了监督差距,该数据集包含5,038个以物体为中心的自我中心轨迹,每个轨迹都配有细粒度的自然语言指令,而不是粗略的动词-名词标签。我们进一步提出了DreamTraj,它从单个RGB图像和任务指令中预测6自由度物体轨迹,在推理时不需要视频、深度图或CAD模型:它不是生成视频,而是从冻结的图像到视频扩散模型的内部表示中读取运动,处于早期去噪步骤。一个轻量级的流匹配读取器将查询-键注意力轨迹和池化的隐藏状态解码为相对的6自由度姿态。据我们所知,这是第一种直接从中间视频扩散表示解码物体6自由度轨迹的方法,而不是生成的像素。DreamTraj在翻译和旋转方面设定了新的技术标准,相较于消耗多帧或特权输入的预测器,其运行速度快4.6倍。
cs.CV / 46 / 2608.00489

Practical Noise Modeling for SPAD Intensity Imaging

SPAD强度成像的实用噪声建模
Liu, Wendi, Lu, Yujie, Zhang, Zengxi, Jiang, Haiyang, Ran, Weihang, Zheng, Yinqiang
Abstract
Single-photon avalanche diode (SPAD) cameras are promising for low-light and high-dynamic-range intensity imaging, but their practical use is limited by complex sensor-specific noise. Unlike time-correlated single-photon counting (TCSPC) systems, SPAD cameras record whether at least one detection occurred in each gate without photon timestamps in intensity imaging mode, making explicit noise decomposition difficult. We present a practical noise modeling and calibration framework for SPAD intensity denoising. Our forward model describes binary-frame accumulation with a Binomial observation process, models signal-independent dark noise as an exposure-dependent pure dark count term plus an exposure-independent dark-frame bias term, and incorporates pixel-wise response non-uniformity. We design a dedicated calibration procedure for the proposed model and use it to build a count-domain noise-synthesis pipeline for network training. For denoising, we further design a SPAD-specific dark-shading correction (SPAD-DSC) to remove most systematic noise before network training. We construct a real-world SPAD intensity dataset for testing. Experimental results demonstrate the superiority of the proposed noise model.
Chinese Translation
单光子雪崩二极管(SPAD)相机在低光照和高动态范围强度成像中具有良好的应用前景,但其实际使用受到复杂传感器特定噪声的限制。与时间相关单光子计数(TCSPC)系统不同,SPAD相机在强度成像模式下记录每个门中是否发生至少一次检测,而不记录光子的时间戳,这使得显式的噪声分解变得困难。我们提出了一种用于SPAD强度去噪的实用噪声建模和校准框架。我们的前向模型描述了二进制帧累积,采用二项观察过程,模型信号无关的暗噪声为依赖曝光的纯暗计数项加上一个与曝光无关的暗帧偏差项,并考虑了像素响应的不均匀性。我们为所提模型设计了专门的校准程序,并利用该程序构建了用于网络训练的计数域噪声合成管道。为了去噪,我们进一步设计了一种SPAD特定的暗阴影校正(SPAD-DSC),以在网络训练之前去除大部分系统噪声。我们构建了一个真实世界的SPAD强度数据集进行测试。实验结果证明了所提噪声模型的优越性。
cs.CV / 47 / 2608.00490

Image-Space Rule Discovery

图像空间规则发现
Sugiyama, Misora, Oyama, Toya, Kataoka, Hirokatsu
Abstract
Can image-editing models discover visual rules in image space and complete problem-solving end-to-end? We tackle this question in the spirit of a human worksheet test (e.g., an IQ test), using problems that require models to read image-based instructions, recognize the problem, infer the answer, bind it to the correct destination, control output count, suppress unnecessary edits, and preserve the input and format. We introduce WISRD, a Worksheet Image-Space Rule Discovery benchmark with 11 core tasks under eight information conditions, spanning localized marking, filling, copying, counting, and no-edit suppression, together with four supplementary reasoning-stress probes for multi-step spatial manipulation, abstract pattern reasoning, logical inference, and constraint-based problem solving. We identify three key findings as follows. (i) Among the frontier image-editing models evaluated, Nano Banana Pro achieves the highest score. On the shared V0--V3 no-reference subset, the Auto-Strict proxy pass rates are 48.7% for Nano Banana Pro, 13.4\% for Qwen-Image-Edit, 11.5% for FLUX.2 Klein 4B API, 11.3% for FLUX.2 Klein 4B open-weight, and 0.0% for InstructPix2Pix. (ii) Analysis reveals that current image-editing models can partially rely on rendered in-image instructions even when the external prompt is absent or merely generic. (iii) In small supplementary diagnostics, Nano Banana Pro achieves 70.0% on 4-by-4 Sudoku and 22.9% on public RAVEN pattern-discovery items in image space.
Chinese Translation
图像编辑模型能否在图像空间中发现视觉规则并完成端到端的问题解决?我们以人类工作表测试(例如,智商测试)的精神来探讨这个问题,使用需要模型读取基于图像的指令、识别问题、推断答案、将其绑定到正确目标、控制输出数量、抑制不必要编辑并保持输入和格式的问题。我们引入了 WISRD,一个包含 11 个核心任务和八种信息条件的工作表图像空间规则发现基准,涵盖局部标记、填充、复制、计数和无编辑抑制,以及四个补充推理压力探针,用于多步骤空间操作、抽象模式推理、逻辑推理和基于约束的问题解决。我们识别出三个关键发现如下:(i) 在评估的前沿图像编辑模型中,Nano Banana Pro 达到了最高分。在共享的 V0--V3 无参考子集上,Nano Banana Pro 的 Auto-Strict 代理通过率为 48.7%,Qwen-Image-Edit 为 13.4%,FLUX.2 Klein 4B API 为 11.5%,FLUX.2 Klein 4B 开放权重为 11.3%,而 InstructPix2Pix 为 0.0%。(ii) 分析表明,当前的图像编辑模型即使在外部提示缺失或仅为通用时,也可以部分依赖渲染的图像内指令。(iii) 在小规模补充诊断中,Nano Banana Pro 在 4x4 数独上达到了 70.0%,在公共 RAVEN 图案发现项目的图像空间上达到了 22.9%。
cs.CV / 48 / 2608.00499

Optical Flow from Photons

来自光子的光流
Liu, Wendi, Zeng, Weichao, Ran, Weihang, Lu, Yujie, Zheng, Yinqiang
Abstract
Optical flow remains challenging in high-speed and low-light scenes, where the limited frame rate and sensitivity of conventional cameras lead to motion blur and underexposure. Single-photon avalanche diode (SPAD) cameras offer single-photon sensitivity and extremely fine temporal sampling. However, individual slices in these high FPS binary photon streams are too sparse for dense correspondence. Temporal aggregation can provide the spatial cues required by optical flow, but accumulating photons at fixed coordinates blurs moving structures. Motion-aware aggregation can reduce this blur, yet it depends on the flow being estimated. To address this dependency, we propose QuantaFlow, the first method for dense optical flow directly from SPAD streams. Instead of constructing a fixed input representation, QuantaFlow embeds SPAD representation construction into iterative flow refinement. At each iteration, the current flow coarsely aligns the slices within the source and target sub-streams. A photon-flux transformation then constructs multi-scale representations containing intensity and structural cues, while adaptive multi-scale fusion balances photon noise and residual motion blur at each pixel. The fused representations drive a feature-warping flow update, and the refined flow guides representation construction in the next iteration. We further construct a synthetic dataset for SPAD optical-flow training and evaluation. Experiments on the synthetic dataset and real-world SPAD data demonstrate the effectiveness and generalization of QuantaFlow.
Chinese Translation
光流在高速和低光场景中仍然具有挑战性,传统相机的有限帧率和灵敏度导致运动模糊和曝光不足。单光子雪崩二极管(SPAD)相机提供了单光子灵敏度和极其精细的时间采样。然而,这些高帧率二进制光子流中的单个切片过于稀疏,无法实现密集对应。时间聚合可以提供光流所需的空间线索,但在固定坐标处累积光子会模糊移动结构。运动感知聚合可以减少这种模糊,但它依赖于正在估计的流。为了解决这一依赖性,我们提出了QuantaFlow,这是第一个直接从SPAD流中获取密集光流的方法。QuantaFlow并不是构建固定输入表示,而是将SPAD表示构建嵌入到迭代流细化中。在每次迭代中,当前流粗略对齐源子流和目标子流中的切片。然后,光子流量变换构建包含强度和结构线索的多尺度表示,而自适应多尺度融合在每个像素上平衡光子噪声和残余运动模糊。融合的表示驱动特征扭曲流更新,细化后的流指导下一次迭代中的表示构建。我们进一步构建了一个用于SPAD光流训练和评估的合成数据集。在合成数据集和真实SPAD数据上的实验展示了QuantaFlow的有效性和泛化能力。
cs.CV / 49 / 2608.00502

SpatialAfford: Teaching Compact VLMs Where to Look and Where to Ground for Affordance

SpatialAfford:教导紧凑型视觉语言模型(VLM)如何关注和定位功能性区域
Zhang, Yufei, Zhan, Chenlu, Sun, Donghui, Chen, Xiaoxin, Wang, Hongwei
Abstract
Affordance grounding aims to localize the functional region for interaction, such as the handle to grasp or the button to press, rather than the whole object. This makes it more challenging than generic visual grounding because the target region is smaller, more ambiguous, and more dependent on task context, especially for compact vision-language models (VLMs) used in embodied settings. Recent sequence-level supervision and reinforcement learning improve coordinate prediction quality, yet compact autoregressive VLMs still lack reliable affordance-aware visual focus before coordinate generation: the model can produce better coordinate tokens while its cross-modal attention remains diffuse and weakly anchored to the true affordance evidence. To address it, we propose SpatialAfford, a two-stage framework that first aligns attention to the ground-truth affordance region through Spatial Attention Alignment (SAA), then refines coordinate prediction with Spatial-Aware GRPO. By explicitly teaching the model where to look before optimizing where to ground, SpatialAfford turns affordance grounding from a purely output-constrained objective into attention-grounded spatial reasoning. Across ShareRobot-Bench, ReasonAff, and PartAfford, SpatialAfford consistently improves affordance grounding, with a compact 4B model outperforming stronger 7B+ baselines.
Chinese Translation
功能性区域定位旨在确定用于交互的功能区域,例如抓握的把手或按压的按钮,而不是整个物体。这使得其比一般的视觉定位更加具有挑战性,因为目标区域更小、更模糊,并且更依赖于任务上下文,尤其是在使用紧凑型视觉语言模型(VLM)进行具身设置时。近期的序列级监督和强化学习提高了坐标预测的质量,然而紧凑型自回归VLM在坐标生成之前仍缺乏可靠的功能性意识视觉聚焦:模型可以生成更好的坐标标记,但其跨模态注意力仍然分散且与真实的功能性证据弱相关。为了解决这个问题,我们提出了SpatialAfford,一个两阶段框架,首先通过空间注意力对齐(Spatial Attention Alignment, SAA)将注意力对齐到真实的功能区域,然后通过空间感知的GRPO(Spatial-Aware GRPO)来优化坐标预测。通过明确教导模型在优化定位之前该关注哪里,SpatialAfford将功能性区域定位从一个纯粹的输出约束目标转变为基于注意力的空间推理。在ShareRobot-Bench、ReasonAff和PartAfford上,SpatialAfford始终改善功能性区域定位,且一个紧凑的4B模型超越了更强的7B+基线。
cs.CV / 50 / 2608.00508

RadYOLO: Computationally Efficient 3D Object Detection and Segmentation in CT and MRI

RadYOLO:在CT和MRI中计算高效的3D物体检测与分割
Geissler, Kai, Müller-Groh, Laurens, Meine, Hans
Abstract
Object detection and segmentation in three-dimensional medical images is a very active area of research. However, most proposed deep learning models carry a high computational cost, and only few aim to be broadly applicable, achieve high detection performance, and remain fast to execute on resource-constrained hardware. To address this gap, we present RadYOLO, a 3D extension of YOLO11 tailored to medical images. We compare it with nnU-Net and nnDetection on five datasets comprising CT and MRI data with varying object sizes and prevalence. RadYOLO's detection performance surpasses that of nnDetection on four of five datasets and is comparable on one. Compared to nnU-Net, RadYOLO performs better on lesion detection tasks, while nnU-Net excels at detecting large organs when precise localization is required. When rough object localization is sufficient, RadYOLO matches or outperforms nnU-Net on all five datasets. Regarding inference time, RadYOLO is 8-46x faster than nnU-Net on a GPU. Compared to nnDetection the speedup is even higher. When executed on a CPU, RadYOLO's inference runs within seconds (still faster than nnU-Net on a GPU) offering a significant advantage for clinical and edge-device deployment. RadYOLO repository: https://github.com/FraunhoferMEVIS/RadYOLO
Chinese Translation
三维医学图像中的物体检测与分割是一个非常活跃的研究领域。然而,大多数提出的深度学习模型具有较高的计算成本,且只有少数模型旨在广泛适用、实现高检测性能,并在资源受限的硬件上快速执行。为了解决这一问题,我们提出了RadYOLO,这是YOLO11的3D扩展,专门针对医学图像。我们将其与nnU-Net和nnDetection进行了比较,涉及五个数据集,这些数据集包含不同物体大小和出现频率的CT和MRI数据。RadYOLO在五个数据集中有四个的检测性能超过nnDetection,并在一个数据集中表现相当。与nnU-Net相比,RadYOLO在病灶检测任务中表现更佳,而nnU-Net在需要精确定位的大型器官检测方面表现突出。当粗略的物体定位足够时,RadYOLO在所有五个数据集上的表现与nnU-Net相当或更好。在推理时间方面,RadYOLO在GPU上比nnU-Net快8-46倍。与nnDetection相比,速度提升更为显著。在CPU上执行时,RadYOLO的推理时间在几秒内(仍然比nnU-Net在GPU上的速度快),为临床和边缘设备部署提供了显著优势。RadYOLO代码库:https://github.com/FraunhoferMEVIS/RadYOLO
cs.CV / 51 / 2608.00510

Test-time Adaptation of Pelvic Bone Segmentation Models via Dynamic Reliability-Guided

基于动态可靠性指导的骨盆骨分割模型的测试时适应
Ren, Ling, Deng, Chao, Wang, Ziming, Xu, Yuecong, Zheng, Kai
Abstract
Reliable pelvic bone segmentation (PBS) from CT is essential for robot-assisted pelvic trauma surgery, yet deploying a source-trained model to a new hospital suffers from severe performance degradation due to cross-center domain shifts. While test-time adaptation (TTA) enables online model adaptation without accessing source data, existing methods show limited effectiveness for PBS, facing challenges including boundary degradation, anatomical inconsistency under domain shifts, and voxel-level class imbalance. To address these challenges, we propose a novel closed-loop dynamic Reliability-Guided TTA framework (ReGA) for PBS. Specifically, we introduce a pseudo-label reliability criterion termed Segmentation Inference Consistency Evaluation (SICE), which jointly measures region overlap and boundary deviation via dropout-based ensemble predictions. Based on SICE, a trust-weighted refinement module adaptively updates features to mitigate boundary errors in pseudo-labels. Furthermore, a confidence-weighted region-level contrastive learning strategy is proposed to enforce anatomical consistency. Finally, ReGA follows the teacher-student (TS) scheme to alleviate voxel-level class imbalance. Experiments on three heterogeneous 3D pelvic CT datasets demonstrate that ReGA consistently outperforms state-of-the-art TTA methods, enabling effective adaptation of the source-trained PBS model to unseen clinical domains. The code is available at https://github.com/Ren-ling/ReGA.
Chinese Translation
从CT图像中可靠地进行骨盆骨分割(PBS)对于机器人辅助的骨盆创伤手术至关重要,但将源训练模型部署到新医院时,由于跨中心领域转移,性能严重下降。尽管测试时适应(TTA)允许在不访问源数据的情况下进行在线模型适应,但现有方法在PBS方面的有效性有限,面临边界退化、领域转移下的解剖不一致性以及体素级类别不平衡等挑战。为了解决这些问题,我们提出了一种新颖的闭环动态可靠性指导TTA框架(ReGA)用于PBS。具体而言,我们引入了一种称为分割推理一致性评估(SICE)的伪标签可靠性标准,该标准通过基于丢弃的集成预测共同测量区域重叠和边界偏差。基于SICE,信任加权的细化模块自适应地更新特征,以减轻伪标签中的边界错误。此外,我们提出了一种信心加权的区域级对比学习策略,以强制执行解剖一致性。最后,ReGA遵循教师-学生(TS)方案,以缓解体素级类别不平衡。在三个异构3D骨盆CT数据集上的实验表明,ReGA始终优于最先进的TTA方法,使源训练的PBS模型能够有效适应未见的临床领域。代码可在 https://github.com/Ren-ling/ReGA 获取。
cs.CV / 52 / 2608.00518

GuideGround: VLM-guided Semantic Understanding and Viewpoint-aware Reasoning for 3D Visual Grounding

GuideGround:基于视觉语言模型的语义理解与视角感知推理用于3D视觉定位
Wang, Yiwen, Deng, Yuyang, Long, Yihao, Zhao, Xi
Abstract
3D visual grounding aims to localize the target object in a 3D scene from a natural language query, requiring both fine-grained semantic understanding and viewpoint-dependent spatial reasoning. Existing methods typically formulate semantic understanding as an auxiliary closed-set object classification task and rely on multi-view feature aggregation for viewpoint reasoning, limiting semantic generalization and weakening viewpoint-specific evidence. We observe that vision-language models naturally provide complementary capabilities through open-vocabulary semantic understanding and global scene perception. Based on this insight, we propose GuideGround, a VLM-guided framework that complements rather than replaces task-specific grounding models by leveraging VLMs for semantic enhancement and viewpoint-specific hypothesis verification. Specifically, we replace auxiliary closed-set object classification with VLM-generated object semantic descriptions to enhance semantic understanding. Meanwhile, instead of directly aggregating multi-view representations, we preserve viewpoint-specific grounding hypotheses through per-view grounding and explicitly verify them using VLMs across candidate viewpoints. Extensive experiments on the ReferIt3D benchmark demonstrate that GuideGround consistently outperforms previous state-of-the-art methods. Comprehensive ablation studies further confirm the effectiveness of both the proposed semantic understanding and viewpoint reasoning strategies.
Chinese Translation
3D视觉定位旨在根据自然语言查询在3D场景中定位目标物体,这需要细致的语义理解和依赖视角的空间推理。现有方法通常将语义理解形式化为辅助的闭集物体分类任务,并依赖多视角特征聚合进行视角推理,这限制了语义的泛化能力并削弱了视角特定证据的有效性。我们观察到,视觉语言模型(VLM)通过开放词汇的语义理解和全局场景感知自然地提供了互补的能力。基于这一洞察,我们提出了GuideGround,一个由VLM引导的框架,它通过利用VLM进行语义增强和视角特定假设验证,来补充而不是替代特定任务的定位模型。具体而言,我们用VLM生成的物体语义描述替代辅助的闭集物体分类,以增强语义理解。同时,我们通过每视角的定位保留视角特定的定位假设,并使用VLM在候选视角之间明确验证这些假设。在ReferIt3D基准上的大量实验表明,GuideGround始终优于之前的最先进方法。全面的消融研究进一步确认了所提出的语义理解和视角推理策略的有效性。
cs.CV / 53 / 2608.00530

Unleashing the Power of Text: Text-Guided Flow Matching for Image Fusion under Complex Degradations

释放文本的力量:复杂降解下的图像融合的文本引导流匹配
Niu, Axi, Li, Jieheng, Zhang, Kang, Yan, Qingsen, Sun, Jinqiu, Zhang, Yanning
Abstract
Infrared-visible image fusion under realistic degradation scenarios is a challenging task, as degradations not only cause a loss of reliable modality-specific information in observed images but also hinder the fusion process. Recent studies indicate that text can provide prior information about degradation characteristics, complementing the limited evidence available from corrupted input images and facilitating fusion. However, existing methods typically inject fixed global text representations into visual features, making it difficult for textual guidance to adapt to spatially varying degradations, local structures, and thermal saliency. To this end, we propose TGFusion, a text-guided latent-space flow matching framework that unifies degradation suppression and cross-modal fusion. TGFusion encodes task, degradation, and generation cues into structured prompts. To fully exploit these priors, we design a Prompt-conditioned Multi-stream Joint Flow Transformer that represents text as an independent semantic stream alongside fusion, visible, and infrared streams. Joint attention enables token-level bidirectional interaction and layer-wise updating among semantic and visual representations, allowing degradation semantics to dynamically guide reliable information selection and fusion latent generation. Extensive experiments on public benchmarks and complex degradation scenarios demonstrate that TGFusion achieves superior or competitive performance in perceptual quality, image naturalness, structural-detail preservation, and infrared-saliency retention, while remaining robust across diverse single and compound degradations.
Chinese Translation
在现实降解场景下,红外-可见图像融合是一项具有挑战性的任务,因为降解不仅导致观察图像中可靠的模态特定信息的丧失,还妨碍了融合过程。近期研究表明,文本可以提供有关降解特征的先验信息,补充来自受损输入图像的有限证据,并促进融合。然而,现有方法通常将固定的全局文本表示注入视觉特征中,使得文本引导难以适应空间变化的降解、局部结构和热显著性。为此,我们提出了TGFusion(文本引导的潜在空间流匹配框架),统一了降解抑制和跨模态融合。TGFusion将任务、降解和生成线索编码为结构化提示。为了充分利用这些先验信息,我们设计了一个提示条件的多流联合流变换器,将文本表示为独立的语义流,与融合、可见和红外流并行。联合注意力使得语义和视觉表示之间能够进行标记级别的双向交互和层级更新,从而使降解语义动态引导可靠信息的选择和融合潜在生成。在公共基准和复杂降解场景上的大量实验表明,TGFusion在感知质量、图像自然性、结构细节保留和红外显著性保持方面实现了优越或具有竞争力的性能,同时在多种单一和复合降解下保持鲁棒性。
cs.CV / 54 / 2608.00536

DocPO: Advancing Document Policy Optimization via Tailored Step-Aware Rewards

DocPO:通过定制的逐步奖励推动文档策略优化
Wang, Yunhao, Wu, Binghong, Huang, Zhenyu, Shi, Jiacheng, Huang, Shuo, Yu, Tinghao, Zhang, Feng
Abstract
Reinforcement learning (RL) for document parsing often relies on reference-based rewards rooted in edit distance (e.g., tree edit distance), yet it remains hard to optimize in the high-accuracy regime because such rewards become weakly discriminative: near-correct outputs receive very similar scores, providing limited learning signal for hard cases. We propose Step-Aware Annealing (SAA), a plug-and-play reward sharpening mechanism that progressively increases reward curvature during training, amplifying subtle quality differences among high-scoring samples while preserving stability in early learning. Built on SAA, we introduce DocPO, a document policy optimization framework with element-specific, reference-based rewards anchored by edit-distance signals: normalized string edit distance (NED) for text, tree edit distance similarity (TEDS) for tables, and a hybrid Rubric+edit reward for formulas. Experiments on OmniDocBench and DocElemHard show that SAA consistently improves GRPO-style RL across document elements over non-annealed rewards, without requiring additional human supervision for reward construction.
Chinese Translation
文档解析中的强化学习(RL)通常依赖于基于参考的奖励,这些奖励根植于编辑距离(例如,树编辑距离),然而在高准确率的情况下优化仍然困难,因为此类奖励的区分能力较弱:接近正确的输出会获得非常相似的分数,从而为困难案例提供有限的学习信号。我们提出了逐步退火(Step-Aware Annealing, SAA),这是一种即插即用的奖励锐化机制,它在训练过程中逐步增加奖励的曲率,放大高分样本之间微妙的质量差异,同时保持早期学习的稳定性。在SAA的基础上,我们引入了DocPO,一个文档策略优化框架,采用基于参考的、元素特定的奖励,这些奖励由编辑距离信号锚定:文本的标准化字符串编辑距离(Normalized String Edit Distance, NED)、表格的树编辑距离相似性(Tree Edit Distance Similarity, TEDS)以及公式的混合Rubric+编辑奖励。我们在OmniDocBench和DocElemHard上的实验表明,SAA在文档元素上始终优于非退火奖励的GRPO风格强化学习,而无需额外的人类监督来构建奖励。
cs.CV / 55 / 2608.00537

Hybrid-Domain Posterior Sampling for Inverse Problems via Latent Flow Matching

通过潜在流匹配的混合域后验采样用于逆问题
Wu, Hongjie, Xie, Yiping, Lv, Jiancheng
Abstract
Latent Flow Models have revolutionized compressed-space image synthesis, yet their application to high-fidelity inverse problems remains bottlenecked. In this paper, we trace this dilemma to a fundamental geometric limitation of pre-trained autoencoders, which we term \emph{First-Order Manifold Blindness}. Severe decoder compression (e.g., retaining only $\sim\!2\%$ of the original degrees of freedom) produces a rank-deficient Jacobian, rendering high-frequency measurement residuals in its orthogonal complement invisible to latent gradients even when the decoder can represent the target image. To overcome this bottleneck, we propose Hybrid-Domain Posterior Sampling (HDPS), a decoupled inference framework that disentangles physical measurement consistency from semantic prior modeling. HDPS diverges into the pixel space, leveraging Langevin dynamics to absorb precise orthogonal measurement gradients, and subsequently projects these structural corrections back onto the generative manifold. An optimization-based latent alignment is introduced to filter pixel-space artifacts while avoiding the semantic drift of direct encoding. Extensive experiments on diverse inverse problems demonstrate that HDPS establishes a new state-of-the-art, successfully recovering the high-frequency structural precision that latent-only solvers inherently discard. The code is available at \href{https://github.com/74587887/HDPS}{https://github.com/74587887/HDPS}.
Chinese Translation
潜在流模型彻底改变了压缩空间图像合成,但其在高保真逆问题中的应用仍然受到瓶颈限制。本文将这一困境追溯到预训练自编码器的一个基本几何限制,我们称之为“一级流形盲点”(First-Order Manifold Blindness)。严重的解码器压缩(例如,仅保留约2%的原始自由度)导致雅可比矩阵的秩不足,使得即使解码器能够表示目标图像,高频测量残差在其正交补空间中也对潜在梯度不可见。为了解决这一瓶颈,我们提出了混合域后验采样(Hybrid-Domain Posterior Sampling, HDPS),这是一种解耦推理框架,将物理测量一致性与语义先验建模分开。HDPS在像素空间中展开,利用朗之万动力学(Langevin dynamics)吸收精确的正交测量梯度,并随后将这些结构修正投影回生成流形。引入基于优化的潜在对齐,以过滤像素空间伪影,同时避免直接编码的语义漂移。在多种逆问题上的广泛实验表明,HDPS建立了新的最先进水平,成功恢复了潜在解法固有丢失的高频结构精度。代码可在此获取: [https://github.com/74587887/HDPS](https://github.com/74587887/HDPS)。
cs.CV / 56 / 2608.00540

DiffuseAgent-MI: Distributionally-Grounded,Tool-Integrated Self-Evolving Agents for Faithful Visual Reasoning

DiffuseAgent-MI:基于分布的、工具集成的自我演化代理用于可靠的视觉推理
Lanji, An, Liu, Dawei, Li, Jin, Xu, Haoran, Chen, Mei, Tian, Yu
Abstract
Tool-integrated vision-language agents have made remarkable progress on compositional and multi-step visual reasoning. Yet their outputs frequently exhibit unfaithfulness: the stated reasoning path diverges from the computation that actually produced the answer, undermining reliability in safety-critical applications. We present DiffuseAgent-MI, a self-evolving agent whose perceptual grounding is governed by a KL-minimal energy model over feature units, providing a distributional view of visual mechanistic interpretability. The agent learns an energy landscape that softly constrains generated samples to lie near the native prior conditioned on the chosen interpretable unit, closing the gap between the explanation and the internal representation. A verifier then supplies trajectory-level faithfulness rewards, and a repair branch re-conditions the energy when the verifier flags an unfaithful step. On GeoQA, SciVis, VQA-v2 and an in-house multimodal reasoning set, DiffuseAgent-MI improves accuracy by up to 5.1 points over prior self-evolving agents while more than doubling mutual-information faithfulness and human-interpretability agreement. Our analysis shows the energy term and the verifier are complementary: the former guarantees distributional faithfulness, the latter trajectory-level faithfulness, and only their combination closes both gaps.
Chinese Translation
工具集成的视觉-语言代理在组合性和多步骤视觉推理方面取得了显著进展。然而,它们的输出常常表现出不可靠性:所述的推理路径与实际产生答案的计算存在偏差,这在安全关键应用中削弱了可靠性。我们提出了DiffuseAgent-MI,这是一种自我演化代理,其感知基础由特征单元上的KL-最小能量模型所控制,提供了视觉机制可解释性的分布视角。该代理学习一个能量景观,柔性约束生成样本接近于基于所选可解释单元的原生先验,从而缩小了解释与内部表示之间的差距。然后,验证器提供轨迹级的可靠性奖励,当验证器标记出不可靠的步骤时,修复分支会重新调整能量。在GeoQA、SciVis、VQA-v2以及一个内部多模态推理集上,DiffuseAgent-MI在准确性上比之前的自我演化代理提高了多达5.1个百分点,同时使互信息的可靠性和人类可解释性一致性翻倍以上。我们的分析表明,能量项和验证器是互补的:前者保证了分布的可靠性,后者保证了轨迹级的可靠性,只有它们的结合才能关闭这两个差距。
cs.CV / 57 / 2608.00544

Zero-Cost Virtual RNA: Approximating Immunotherapy Signatures via Cross-Modal WSI Retrieval

零成本虚拟RNA:通过跨模态全切片图像检索近似免疫治疗特征
Vila-Bagaria, Sigrid, Teixidó, Mar, Piñol, Miquel, Vilardell, Felip, Montal, Robert, Vilaplana, Veronica
Abstract
Identifying the ``Inflamed'' immunophenotype in Gastric Adenocarcinoma predicts immunotherapy response but requires an expensive 10-gene RNA signature. While deep learning on standard H\&E slides offers a scalable alternative, conventional binary classifiers oversimplify continuous RNA data and introduce label noise. To resolve this, we propose VITA (VIrtual Transcriptomic Approximation). By aligning H\&E and RNA into a joint latent space during training, VITA requires only standard H\&E at inference to retrieve morphologically similar historical cases and approximate the continuous RNA signature. Achieving 0.72 classification accuracy and a 0.66 Spearman correlation, VITA provides a cost-effective ``virtual transcriptomics'' pre-screening tool that preserves the continuous phenotypic spectrum without requiring genomic sequencing.
Chinese Translation
在胃腺癌中识别“炎症”免疫表型可以预测免疫治疗反应,但需要昂贵的10基因RNA特征。虽然在标准H&E切片上进行深度学习提供了一种可扩展的替代方案,但传统的二元分类器过于简化连续RNA数据,并引入标签噪声。为了解决这个问题,我们提出了VITA(虚拟转录组近似)。通过在训练过程中将H&E和RNA对齐到一个联合潜在空间,VITA在推理时仅需标准H&E即可检索形态上相似的历史案例,并近似连续RNA特征。VITA实现了0.72的分类准确率和0.66的Spearman相关性,提供了一种经济高效的“虚拟转录组学”预筛选工具,能够保留连续表型谱而无需基因组测序。
cs.CV / 58 / 2608.00548

DrawAI: Agentic Benchmark and Workflow for Making Raster Images Editable

DrawAI:使光栅图像可编辑的代理基准与工作流程
Cao, Pu, Kong, Qingye, Yin, Xuedan, Zhao, Xuekun, Yan, Rupeng, Song, Qing, Zhang, Yao, Yang, Lu
Abstract
Recent image-generation models and multimodal agents can produce high-quality visuals for increasingly complex visual communication tasks. Yet their raster outputs remain difficult to use directly because meaningful content and relationships are flattened into pixels, preventing users from inspecting, modifying, rearranging, or reusing individual components. We formulate image-to-editable reconstruction, which recovers a structured, directly manipulable artifact from a raster image while preserving its visual and semantic content. The central challenge is to jointly satisfy Fidelity and Editability, which often trade off in practice. To study this task, we introduce DrawAI, comprising an agentic benchmark, DrawAI-Bench, and a reconstruction workflow, DrawAI-Flow. DrawAI-Bench spans scientific figures, presentation slides, posters, and diagrams, combining real and AI-generated images to reflect practical visual-creation scenarios. It evaluates Fidelity and Editability through a hybrid protocol of 39 criteria: deterministic rule-based metrics measure properties with direct correspondences, while asset-specific vision-language rubrics capture semantic and perceptual qualities for which exact matching is misleading. Besides, we propose DrawAI-Flow, a two-stage agentic workflow in which a Parser Agent turns extracted elements evidence into an explicit reconstruction plan, and a Reconstruction Agent realizes the plan as executable graphics code through an iterative code-render-validate-revise loop. On DrawAI-Bench, we systematically evaluate thirteen models across five agent harnesses to study the effects of model capability, harness choice, and workflow design. The results show that reconstruction quality and costs vary substantially across model-harness configurations, while DrawAI-Flow consistently improves editable structure.
Chinese Translation
最近的图像生成模型和多模态代理能够为日益复杂的视觉传播任务生成高质量的视觉内容。然而,它们的光栅输出仍然难以直接使用,因为有意义的内容和关系被压缩为像素,阻碍了用户检查、修改、重排或重用单个组件。我们提出了图像到可编辑重建的概念,该方法从光栅图像中恢复出一个结构化的、可直接操作的工件,同时保留其视觉和语义内容。核心挑战在于同时满足保真度(Fidelity)和可编辑性(Editability),这在实践中往往存在权衡。为研究这一任务,我们引入了DrawAI,包括一个代理基准DrawAI-Bench和一个重建工作流程DrawAI-Flow。DrawAI-Bench涵盖科学图表、演示幻灯片、海报和图示,结合真实和AI生成的图像,以反映实际的视觉创作场景。它通过39项标准的混合协议评估保真度和可编辑性:确定性规则基础的度量标准测量具有直接对应关系的属性,而特定资产的视觉-语言评估则捕捉语义和感知特性,精确匹配可能会产生误导。此外,我们提出了DrawAI-Flow,这是一个两阶段的代理工作流程,其中解析代理(Parser Agent)将提取的元素证据转化为明确的重建计划,而重建代理(Reconstruction Agent)通过迭代的代码-渲染-验证-修订循环将该计划实现为可执行的图形代码。在DrawAI-Bench上,我们系统地评估了十三个模型在五个代理框架下的表现,以研究模型能力、框架选择和工作流程设计的影响。结果表明,重建质量和成本在模型-框架配置之间存在显著差异,而DrawAI-Flow始终改善了可编辑结构。
cs.CV / 59 / 2608.00559

Test-Time Curriculum for Open-Set AIGC Detection

开放集AIGC检测的测试时课程学习
Zhang, Yiqian, Gu, Zheyuan, Hao, Xiangzhao, Zhang, Zefeng, Mao, Jingjia, Hu, Jiahao, Miao, Jiaxu, Yu, Jun, Zhang, Zhenyu, Wang, Shuohuan, Sun, Yu
Abstract
AI-generated image detectors deployed in open-world environments inevitably face distribution shifts as new and stronger generative models continue to emerge. Although existing methods improve cross-generator generalization through better representations or training data construction, they typically follow a static train-once-and-deploy paradigm and cannot adapt after deployment. In this work, we study open-set AIGC image detection from a test-time adaptation perspective. We propose Test-Time Curriculum (TTC), a simple and model-agnostic framework that adapts a detector on unlabeled test data through curriculum-based self-training. TTC starts from highly reliable pseudo-labeled samples and progressively incorporates harder yet informative cases, while enforcing class-balanced selection to reduce biased updates under generator shift. To further improve pseudo-label quality, we introduce Cross-Scale Pseudo-Label Refinement, which aggregates complementary evidence across multiple resolutions for more reliable adaptation, and applies noisy-or fusion at inference to strengthen final predictions. In addition, we construct AIGCGuard, a new benchmark containing 3,100 representative real images and 124,000 generated images from 40 of the most advanced open-source and proprietary text-to-image models. Extensive experiments on five benchmarks show that TTC substantially improves overall detection performance under diverse unseen-generator shifts, establishing a practical and effective test-time adaptation framework for open-set generated image detection.
Chinese Translation
在开放世界环境中部署的AI生成图像检测器不可避免地面临分布变化,因为新的更强大的生成模型不断涌现。尽管现有方法通过更好的表示或训练数据构建来提高跨生成器的泛化能力,但它们通常遵循静态的一次训练后部署的范式,无法在部署后进行适应。在本研究中,我们从测试时适应的角度研究开放集AIGC图像检测。我们提出了测试时课程学习(Test-Time Curriculum, TTC),这是一种简单且与模型无关的框架,通过基于课程的自我训练在未标记的测试数据上适应检测器。TTC从高度可靠的伪标签样本开始,逐步纳入更难但信息量更大的案例,同时强制执行类别平衡选择,以减少在生成器变化下的偏置更新。为了进一步提高伪标签的质量,我们引入了跨尺度伪标签精炼(Cross-Scale Pseudo-Label Refinement),该方法聚合多个分辨率的互补证据,以实现更可靠的适应,并在推理时应用噪声或融合(noisy-or fusion)来增强最终预测。此外,我们构建了AIGCGuard,这是一个新的基准,包含3100张代表性的真实图像和124,000张来自40个最先进的开源和专有文本到图像模型的生成图像。对五个基准的广泛实验表明,TTC在多种未见生成器变化下显著提高了整体检测性能,为开放集生成图像检测建立了一个实用有效的测试时适应框架。
cs.CV / 60 / 2608.00562

Beyond Token-Level Cross-Entropy: Fr\'echet Distributional Post-Training for Autoregressive Image Generation

超越标记级交叉熵:自回归图像生成的Fréchet分布后训练
Zhang, Jinhua, Lin, Yisong, Long, Wei, Gu, Shuhang
Abstract
Autoregressive image generators are commonly pretrained with token-level cross-entropy under teacher forcing, yet evaluated by the distributional quality of decoded images. This creates an objective mismatch, because categorical errors have unequal image-level consequences, and a context mismatch, because inference conditions on model-generated histories. We introduce FD-loss post-training, which adapts a pretrained discrete generator using representation-space Fr\'echet distance as the sole objective. A dual-pass scheme first constructs detached rollout contexts through gradient-free generation under the model's native inference configuration, then performs differentiable replay with a probability-level straight-through estimator (STE) that preserves hard argmax decoding in the forward pass while propagating image-level gradients through temperature-scaled probabilities. Only the generator is updated, while the tokenizer and feature extractors remain frozen. Across eight completed configurations from four generator families on class-conditional ImageNet at $256\times256$, FD-loss post-training reduces FID and $\mathrm{FD}_{r6}$ by 41.4% and 52.0% on average. The strongest FID result improves from 2.42 to 1.43 without adding parameters or inference steps.
Chinese Translation
自回归图像生成器通常在教师强制下使用标记级交叉熵进行预训练,但评估时却依赖于解码图像的分布质量。这造成了目标的不匹配,因为分类错误在图像级别上具有不等的后果,同时也存在上下文的不匹配,因为推理条件基于模型生成的历史。我们引入了FD-loss后训练,它使用表示空间的Fréchet距离作为唯一目标,调整预训练的离散生成器。双重传递方案首先通过在模型的原生推理配置下进行无梯度生成,构建独立的回滚上下文,然后使用概率级直通估计器(STE)进行可微重放,在前向传递中保留硬argmax解码,同时通过温度缩放的概率传播图像级梯度。只有生成器被更新,而标记器和特征提取器保持不变。在256×256的类条件ImageNet上,来自四个生成器家族的八个完成配置中,FD-loss后训练平均减少FID和$ ext{FD}_{r6}$分别为41.4%和52.0%。最强的FID结果从2.42改善到1.43,而没有增加参数或推理步骤。
cs.CV / 61 / 2608.00574

Relax Within, Balance Across: Geometry-Guided Load Balancing for Vision-Language Mixture-of-Experts

内部放松,跨域平衡:基于几何的视觉-语言混合专家负载平衡
Wu, Ziang, Jin, Peng, Yin, Qishen, Ning, Munan, Li, Hao, Zhang, Peizhen, Yuan, Li
Abstract
Vision-language MoE batches contain different numbers of image and text tokens. Image resolution, image count, tiling, and prompt length all change this token mix. We call the standard token-level Switch auxiliary loss Std-Aux. Std-Aux balances only the mixed load, so large image and text load errors can cancel at one mix. On our main model, the same trained router shows more than a fivefold change in load imbalance across image resolutions. We hold the image and text load profiles fixed and derive the exact load curve as the token mix varies. The image-text load gap controls sensitivity to the token mix. Physical preprocessing can also change the conditional profiles. The fixed-profile law excludes such changes. To design a remedy, we examine the router input structure. Image and text occupy distinct regions, while visual tokens group strongly by source image. The modality boundary motivates separate image and text terms. The image boundary motivates one equal-weight routing instance per image. ReBA, or Relax Within, Balance Across, implements both choices. Across four split backbones, ReBA lowers load on every reported benchmark input while keeping mean task accuracy comparable to Std-Aux. ReBA also lowers average load over the tested range and worst physical load under resolution and tiling shifts. Code is available at https://github.com/ZiangWu-77/ReBA.
Chinese Translation
视觉-语言混合专家(MoE)批次包含不同数量的图像和文本标记。图像分辨率、图像数量、切片和提示长度都会改变这种标记组合。我们称标准的标记级切换辅助损失为Std-Aux。Std-Aux仅平衡混合负载,因此大图像和文本负载错误可能在某一组合中相互抵消。在我们的主要模型上,同一训练的路由器在不同图像分辨率下显示出超过五倍的负载不平衡变化。我们保持图像和文本负载特征不变,并在标记组合变化时推导出精确的负载曲线。图像-文本负载差距控制对标记组合的敏感性。物理预处理也可以改变条件特征。固定特征法则排除了这种变化。为了设计补救措施,我们检查路由器输入结构。图像和文本占据不同区域,而视觉标记则按源图像强烈分组。模态边界促使我们引入单独的图像和文本项。图像边界促使每个图像采用一个等权重路由实例。ReBA(内部放松,跨域平衡)实现了这两种选择。在四个分割骨干网络中,ReBA在每个报告的基准输入上降低了负载,同时保持平均任务准确性与Std-Aux相当。ReBA还降低了测试范围内的平均负载以及在分辨率和切片变化下的最坏物理负载。代码可在 https://github.com/ZiangWu-77/ReBA 获取。
cs.CV / 62 / 2608.00584

Element-Aware Group Learning for E-Commerce Image Generation

面向元素的群体学习用于电子商务图像生成
Chen, Jingtong, Wang, Jiahui, Zhao, Xue, Liu, ShaoGuo, Li, Minghao
Abstract
Recent advances in image generation and editing have made prompt quality a key bottleneck for e-commerce creatives. Vision-language models (VLMs) can generate image-editing prompts from product images and metadata, but further improving their prompt-writing capabilities requires post-training with feedback from the generated images. Group Relative Policy Optimization (GRPO) is a natural framework for such outcome-level reward optimization. However, it assigns credit only at the full-prompt level, even though image quality often depends on specific design elements such as composition, background, and the presentation of selling points. Existing fine-grained credit assignment methods typically require step-level supervision or learned critics. To address this, we propose EAGLE-GRPO (Element-Aware Group Learning for E-Commerce Image Generation), which decomposes the group-centered reward over predefined elements. We cast element-level credit assignment as a kernel ridge regression problem and derive a closed-form solution, without additional rollouts or separate credit-assignment models. This yields interpretable per-element advantages and more precise policy updates. Experiments show that EAGLE-GRPO sustains performance gains over more training steps before plateauing and generates prompts that produce higher-quality e-commerce images than competitive VLM prompt-writing baselines.
Chinese Translation
近期在图像生成和编辑方面的进展使得提示质量成为电子商务创意的关键瓶颈。视觉-语言模型(VLMs)能够从产品图像和元数据生成图像编辑提示,但进一步提升其提示编写能力需要通过生成图像的反馈进行后期训练。群体相对策略优化(GRPO)是这样一种结果级奖励优化的自然框架。然而,它仅在完整提示级别分配信用,尽管图像质量通常依赖于特定的设计元素,如构图、背景和卖点的呈现。现有的细粒度信用分配方法通常需要逐步监督或学习的评估者。为了解决这个问题,我们提出了EAGLE-GRPO(面向元素的群体学习用于电子商务图像生成),该方法在预定义元素上分解群体中心奖励。我们将元素级信用分配视为一个核岭回归问题,并推导出一个封闭形式的解决方案,无需额外的回合或单独的信用分配模型。这产生了可解释的每个元素的优势和更精确的策略更新。实验表明,EAGLE-GRPO在更多训练步骤中维持性能提升,直到达到平稳状态,并生成的提示能够产生比竞争性VLM提示编写基线更高质量的电子商务图像。
cs.CV / 63 / 2608.00586

Representation Transfer of Foundation Models for Ultra-Widefield Retinal Imaging

基础模型在超广角视网膜成像中的表征迁移
Gong, Mingya Alexa, Ma, Da, Budimir, Lovre Antonio, Matovinovic, Ivana, Loncaric, Sven, Ju, Myeong Jin, Zhou, Yukun, Wagner, Siegfried K., Keane, Pearse A., Sarunic, Marinko V.
Abstract
Despite the widespread adoption of foundation models as feature extractors for medical imaging, relatively little is understood about how different pretraining strategies influence the transferability of learned representations to weakly supervised ophthalmic imaging tasks. We investigate this question in ultra-widefield (UWF) retinal imaging by evaluating foundation model representations within a patch-based multiple instance learning (MIL) framework for disease classification on UWF images. We compare Vision Transformer encoders pretrained with supervised, Masked Autoencoder (MAE), and self-distillation objectives, while keeping the downstream aggregation architecture unchanged. Within a controlled comparison of ViT-B encoders pretrained on ImageNet-1k, the choice of pretraining objective substantially influenced frozen representation transfer, with supervised and self-distillation-based models outperforming MAE. A contemporary DINOv3 model pretrained at a larger scale achieved the strongest overall performance, with a quadratic weighted kappa of 0.863 for five-class diabetic retinopathy grading, comparable with DINOv1. Attention analysis further revealed distinct patch-aggregation behaviours associated with the different pretrained representations, while partial fine-tuning substantially reduced the performance gap for MAE. These findings suggest that pretraining strategy influences both representation transferability and the subsequent aggregation of patch-level evidence within MIL, resulting in differences in downstream classification performance.
Chinese Translation
尽管基础模型作为医学成像的特征提取器已被广泛采用,但关于不同预训练策略如何影响学习到的表征在弱监督眼科成像任务中的可迁移性仍然知之甚少。我们通过在超广角(UWF)视网膜成像中评估基础模型表征,探讨这一问题,采用基于补丁的多实例学习(MIL)框架进行疾病分类。我们比较了使用监督、掩码自编码器(Masked Autoencoder, MAE)和自蒸馏目标预训练的视觉变换器(Vision Transformer, ViT)编码器,同时保持下游聚合架构不变。在对在ImageNet-1k上预训练的ViT-B编码器的受控比较中,预训练目标的选择显著影响了冻结表征的迁移,其中基于监督和自蒸馏的模型优于MAE。一个在更大规模上预训练的现代DINOv3模型实现了最强的整体性能,在五类糖尿病视网膜病变分级中获得了0.863的二次加权kappa,与DINOv1相当。注意力分析进一步揭示了与不同预训练表征相关的独特补丁聚合行为,而部分微调显著缩小了MAE的性能差距。这些发现表明,预训练策略影响表征的可迁移性以及在MIL中补丁级证据的后续聚合,导致下游分类性能的差异。
cs.CV / 64 / 2608.00588

InstancePin: Instance-Addressable Layout-to-Image Diffusion via Coordinate Pinning

InstancePin:通过坐标固定实现实例可寻址的布局到图像扩散
Wu, Chaoyue, Zhang, Yunfei, Wu, Si
Abstract
Layout-to-image diffusion models have achieved impressive semantic controllability by conditioning generation on category-level segmentation maps. However, such category-aligned control is not necessarily instance-addressable: multiple nearby objects from the same category are often treated as a shared semantic region, leading to ambiguous boundaries, averaged appearances, and feature confusion among instances. This limitation is particularly evident in urban scene synthesis, where small and crowded pedestrians or vehicles require fine-grained instance separation while preserving global scene consistency. In this paper, we propose InstancePin, an instance-addressable layout-to-image diffusion framework that pins each object instance with an explicit coordinate anchor. Instead of directly injecting instance masks into the pretrained backbone, InstancePin introduces an independent instance-aware adapter to preserve the category-level generation prior while learning instance-specific spatial control. For each instance, its center coordinate is encoded with Fourier features and projected into a coordinate token, which serves as a spatial anchor queried by latent image features through coordinate pinning attention. To make these anchors spatially meaningful, we further supervise the coordinate attention maps with instance regions, encouraging each coordinate token to activate its corresponding object area. Finally, an instance-mask guided fusion module routes pretrained backbone features to non-instance regions and adapter features to instance regions, enabling local instance refinement without sacrificing global semantic fidelity. Extensive experiments on Cityscapes demonstrate that InstancePin mitigates instance entanglement in dense layouts and improves both image fidelity and semantic consistency.
Chinese Translation
布局到图像的扩散模型通过以类别级别的分割图为条件,实现了令人印象深刻的语义可控性。然而,这种类别对齐的控制并不一定是实例可寻址的:来自同一类别的多个相邻物体常常被视为共享的语义区域,导致模糊的边界、平均的外观以及实例之间的特征混淆。这一限制在城市场景合成中尤为明显,因为小型且拥挤的行人或车辆需要细粒度的实例分离,同时保持全局场景的一致性。本文提出了InstancePin,一种实例可寻址的布局到图像扩散框架,通过显式的坐标锚点固定每个物体实例。InstancePin并不是直接将实例掩码注入预训练的主干网络,而是引入了一个独立的实例感知适配器,以在学习实例特定的空间控制的同时保留类别级别的生成先验。对于每个实例,其中心坐标通过傅里叶特征编码并投影到一个坐标标记中,该标记作为通过坐标固定注意力查询的空间锚点。为了使这些锚点在空间上具有意义,我们进一步用实例区域监督坐标注意力图,鼓励每个坐标标记激活其对应的物体区域。最后,一个实例掩码引导的融合模块将预训练主干特征路由到非实例区域,并将适配器特征路由到实例区域,从而实现局部实例的细化,而不牺牲全局语义的保真度。在Cityscapes上的大量实验表明,InstancePin减轻了密集布局中的实例纠缠,并提高了图像的保真度和语义一致性。
cs.CV / 65 / 2608.00617

Diagnosing Under-Development of Irreversible Processes in Video Generation

诊断视频生成中不可逆过程的欠发展
Xu, Jian, Wu, Yanning, Zeng, Delu, Paisley, John, Zhao, Qibin
Abstract
Many physical attributes are \emph{irreversible}: ice melts but does not re-freeze, paper chars but does not un-burn. Do video generators respect this? We show the question is hard to measure, and that what can be measured reliably is \emph{development} rather than reversal. Metrics of local reversal are null-degenerate: a per-clip violation rate scores $0.50$ on pure noise, and a variance-normalized reversal residual sits at its noise ceiling. What survives null-testing is a two-part protocol: progress (a directional attribute correlation) and a stasis rate. Under this protocol, generated video separates cleanly from real footage, and the gap is human-validated. Across seven text-to-video models, real reference footage advances ($\rho{=}{+}0.40$, $35\%$ static) while every generator shows near-zero progress and $92$--$100\%$ stasis; nine annotators rate real footage far above generated ($2.75$ vs.\ $0.99$ on a $0$--$4$ scale). The reliable finding is \emph{under-development}: generators barely advance irreversible attributes rather than reversing them. As a complementary mechanism, we show that post-hoc readout guidance is gameable, whereas enforcing monotonicity by construction in a disentangled attribute latent removes the gameable readout, validated in controlled and semi-synthetic settings.
Chinese Translation
许多物理属性是不可逆的:冰融化但不会重新冻结,纸张燃烧但不会复原。视频生成器是否尊重这一点?我们表明这个问题难以测量,而可以可靠测量的是发展而非逆转。局部逆转的度量是无效的:在纯噪声上,每段视频的违规率得分为 $0.50$,而方差归一化的逆转残差则处于其噪声上限。经过无效测试的内容是一个两部分的协议:进展(方向属性相关性)和静止率。在该协议下,生成的视频与真实视频清晰区分,且差距经过人工验证。在七个文本到视频模型中,真实参考视频的进展为 ($ ho{=}{+}0.40$, $35\%$ 静态),而每个生成器几乎没有进展,静止率在 $92 ext{--}100\%$ 之间;九位注释者对真实视频的评分远高于生成的视频 ($2.75$ 对 $0.99$,满分为 $4$)。可靠的发现是欠发展:生成器几乎没有推动不可逆属性的发展,而不是逆转它们。作为一种补充机制,我们表明后期读取指导是可以操控的,而通过构建在解耦属性潜变量中强制单调性则消除了可操控的读取,这在受控和半合成环境中得到了验证。
cs.CV / 66 / 2608.00626

Where Does Generative Difficulty Reside? An Empirical Study of Target Representations

生成困难源于何处?目标表示的实证研究
Plocher, Marcel, Schölkopf, Bernhard, Geiger, Andreas, Gao, Gege
Abstract
The target representation defines the distribution an image generator must learn, yet it is often treated as an interchangeable interface. This assumption is particularly questionable for continuous masked generators, which combine contextual inference from visible tokens with conditional modeling of each missing token. We study raw pixels, SD-VAE latents and DINOv2 as well as MAE representation-autoencoder features within a unified masked autoregressive rectified-flow model. Under a shared ImageNet training budget, these spaces exhibit distinct optimization and inference regimes. DINOv2 converges fastest in both iterations and computation but benefits strongly from a wider local denoiser and direct context fusion. Pixels optimize substantially more slowly and require a different prediction, masking, and guidance configuration. MAE reconstructs images more faithfully and exhibits clear semantic clustering, yet produces generations substantially worse than DINOv2. The representations also respond differently to classifier-free guidance and occupy distinct precision-recall trade-offs. Together, our results show that compression, reconstruction fidelity, token dimensionality, and visible semantic clustering do not individually predict generative behavior. Instead, target representations redistribute difficulty across contextual modeling, per-token denoising, and inference-time distributional control.
Chinese Translation
目标表示定义了图像生成器必须学习的分布,但它通常被视为可互换的接口。对于连续掩码生成器,这一假设尤其值得怀疑,因为它结合了来自可见标记的上下文推理与对每个缺失标记的条件建模。我们在统一的掩码自回归修正流模型中研究了原始像素、SD-VAE 潜变量、DINOv2 以及 MAE 表示自编码器特征。在共享的 ImageNet 训练预算下,这些空间表现出不同的优化和推理机制。DINOv2 在迭代和计算上收敛最快,但在更广泛的局部去噪器和直接上下文融合方面受益显著。像素的优化速度明显较慢,并且需要不同的预测、掩码和引导配置。MAE 更忠实地重建图像,并展现出明显的语义聚类,但生成的结果明显逊色于 DINOv2。这些表示对无分类器引导的响应也不同,并占据了不同的精度-召回权衡。综合来看,我们的结果表明,压缩、重建保真度、标记维度和可见语义聚类并不能单独预测生成行为。相反,目标表示在上下文建模、逐标记去噪和推理时的分布控制之间重新分配了困难。
cs.CV / 67 / 2608.00642

WiFuse: An Attention Mechanism for Human Activity Recognition using Fused CSI Amplitude and Delay-Doppler Channel Features

WiFuse:一种基于融合CSI幅度和延迟-多普勒通道特征的人体活动识别注意力机制
Fernandes, Alison M., Del Monego, Hermes I., Chang, Bruno S., Munaretto, Anelise, Fontes, Hélder M., Campos, Rui L.
Abstract
Recently, Wi-Fi sensing has played a significant role in Human Activity Recognition (HAR), as it enables the detection of various activities using only Wi-Fi signals, ensuring privacy and remaining non-intrusive for the user. However, environmental characteristics such as reflective surfaces, hardware offsets, and other physical impairments affect recognition by the neural network, subsequently causing errors and significantly reducing model accuracy. To overcome this problem we present the WiFuse framework, a dual-stream Channel State Information (CSI) framework for human activity recognition (HAR) that pairs denoised time-domain amplitude variations with 2D-FFT-derived Delay-Doppler motion representations computed from the sanitized channel phase. The fused representation feeds a hybrid ResNet-Temporal Convolutional Network (TCN) neural architecture augmented with channel and spatio-temporal attention, where the ResNet extracts spatial-spectral features and the TCN models long-range temporal dependencies; a decoupled two-stage transfer learning strategy is employed to improve optimization stability and feature reuse. We conduct extensive experiments on two public datasets, including comparisons against state-of-the-art methods and alternative hybrid architectures, ablation studies, and cross-dataset and domain-adaptation evaluations. The proposed framework reaches an overall accuracy of up to 95.28% across the four environments of the XRF55 dataset and up to 98.20% on the multi-user Wi-MIR dataset. Overall, the results indicate that combining amplitude and Delay-Doppler representations within a dual-stream strategy, enhanced by transfer learning, improves recognition performance under conditions that typically degrade deep neural networks, such as class overlap, multipath propagation, noise, and interference.
Chinese Translation
近年来,Wi-Fi感知在人体活动识别(HAR)中发挥了重要作用,因为它仅利用Wi-Fi信号即可检测各种活动,确保用户隐私且不具侵入性。然而,环境特征如反射表面、硬件偏差和其他物理损伤会影响神经网络的识别,导致错误并显著降低模型准确性。为了解决这个问题,我们提出了WiFuse框架,这是一种双流通道状态信息(CSI)框架,用于人体活动识别(HAR),将去噪后的时域幅度变化与从清理后的通道相位计算得出的2D-FFT衍生的延迟-多普勒运动表示相结合。融合后的表示输入到一个混合的ResNet-时序卷积网络(TCN)神经架构中,该架构增强了通道和时空注意力,其中ResNet提取空间-频谱特征,而TCN建模长程时序依赖关系;采用解耦的两阶段迁移学习策略以提高优化稳定性和特征重用。我们在两个公共数据集上进行了广泛的实验,包括与最先进的方法和替代混合架构的比较、消融研究以及跨数据集和领域适应评估。所提出的框架在XRF55数据集的四个环境中达到了高达95.28%的总体准确率,在多用户Wi-MIR数据集上达到了高达98.20%的准确率。总体而言,结果表明,在通常会降低深度神经网络性能的条件下(如类别重叠、多径传播、噪声和干扰),通过迁移学习增强的双流策略结合幅度和延迟-多普勒表示,能够提高识别性能。
cs.CV / 68 / 2608.00646

PixelSR: Efficient Screen Content Super-Resolution via Pixel Classification

PixelSR:通过像素分类实现高效的屏幕内容超分辨率
Li, Zhiheng, Chen, Lei, Zhou, Jie, Lu, Jiwen
Abstract
Screen content images are generally composed of texts and graphics. Compared to natural images, these man-made images contain a large quantity of sharp but repetitive structures. However, existing works in screen content super-resolution underutilize the special characteristics of screen content, leaving a large room to improve model performance and speed up. In this paper, we propose PixelSR, a simple yet effective method to improve super-resolution performance but with faster inference speed. To improve model performance, we classify pixels via pixel binning to compute content attention in the training phase. Specifically, after binning pixels into content-dependent groups, content attention is aggregated from pixel features within each group to introduce a content-dependent and non-local receptive field for every pixel. In the testing phase, we utilize the properties of self-repetitiveness and redundancy in screen content to speed up inference without the loss of model performance. We divide targeted high-resolution pixels into three types, which are unique pixels, repeated pixels, and background pixels for each test image. We conduct conventional network processing on unique pixels and cache their predictions in the on-the-fly lookup table. For repeated pixels which have appeared in unique pixels, we directly retrieve prediction results from the lookup table without network processing. For background pixels, we use the nearest neighbor algorithm to generate high-resolution pixels. The on-the-fly lookup table is cleaned and repeats the procedure above for the next test image. Experiments show our PixelSR achieves state-of-the-art performance with shorter inference time in screen content super-resolution.
Chinese Translation
屏幕内容图像通常由文本和图形组成。与自然图像相比,这些人造图像包含大量清晰但重复的结构。然而,现有的屏幕内容超分辨率研究未能充分利用屏幕内容的特殊特性,留有很大的提升模型性能和加速的空间。本文提出了PixelSR,一种简单而有效的方法,旨在提高超分辨率性能,同时加快推理速度。为了提升模型性能,我们通过像素分组对像素进行分类,以计算训练阶段的内容注意力。具体而言,在将像素分组为依赖内容的组后,从每组内的像素特征中聚合内容注意力,为每个像素引入依赖内容的非局部感受野。在测试阶段,我们利用屏幕内容中的自重复性和冗余性来加速推理,而不损失模型性能。我们将目标高分辨率像素分为三种类型:独特像素、重复像素和背景像素。我们对独特像素进行常规网络处理,并将其预测结果缓存到实时查找表中。对于已经出现在独特像素中的重复像素,我们直接从查找表中检索预测结果,而无需网络处理。对于背景像素,我们使用最近邻算法生成高分辨率像素。实时查找表会被清理,并为下一个测试图像重复上述过程。实验表明,我们的PixelSR在屏幕内容超分辨率中实现了最先进的性能,并具有更短的推理时间。
cs.CV / 69 / 2608.00663

Geometry-guided Emotion Modulation for Controllable and Photorealistic Emotional Talking Face Generation

基于几何引导的情感调节用于可控且逼真的情感对话面孔生成
Hu, Chenggong, Ma, Shaoyin, Wang, Yi, Sun, Li, Song, Mingli, Song, Jie
Abstract
Audio-driven emotional talking face generation aims to synthesize realistic videos with expressive facial dynamics. However, existing methods struggle to balance controllability and visual fidelity. Although implicit representations capture rich semantics, they lack structural guidance, often resulting in averaged emotional expressions. In contrast, explicit geometric methods offer better control over facial expressions but tend to sacrifice high-frequency texture details. To address it, we propose GemTalk, a diffusion-based framework that combines the semantic richness of implicit representations with the structural precision of explicit geometric priors. We introduce a Vision-guided Audio Emotion Projection (V-AEP) module to extract implicit emotional lip and expression features. At the same time, a Diffusion-based Geometric Priors Generator (D-GPG) generates identity-aware blendshape coefficients as explicit structural priors. Crucially, our Geometry-guided Emotion Modulation (GEM) module leverages these geometric priors to recalibrate the magnitude of implicit features, enabling precise, continuous control over emotional expressions, especially emotion intensity, without sacrificing visual quality. Extensive experiments show GemTalk achieves superior performance in photo-realism, and facial emotional dynamics.
Chinese Translation
基于音频驱动的情感对话面孔生成旨在合成具有表现力的面部动态的真实视频。然而,现有方法在可控性和视觉真实感之间难以取得平衡。尽管隐式表示能够捕捉丰富的语义,但它们缺乏结构性指导,常常导致情感表达的平均化。相比之下,显式几何方法提供了对面部表情的更好控制,但往往牺牲了高频纹理细节。为了解决这个问题,我们提出了GemTalk,一个基于扩散的框架,结合了隐式表示的语义丰富性和显式几何先验的结构精度。我们引入了一个视觉引导的音频情感投影模块(V-AEP)来提取隐式情感唇部和表情特征。同时,一个基于扩散的几何先验生成器(D-GPG)生成身份感知的混合形状系数作为显式结构先验。关键是,我们的几何引导情感调节模块(GEM)利用这些几何先验重新校准隐式特征的幅度,使得对情感表达,尤其是情感强度的精确、连续控制成为可能,而不牺牲视觉质量。大量实验表明,GemTalk在照片真实感和面部情感动态方面表现优越。
cs.CV / 70 / 2608.00674

CopyCat: Improving Fine-Grained Subject Consistency in Subject-to-Image Models within Seconds

CopyCat:在几秒钟内提高图像生成模型中的细粒度主题一致性
Zheng, Peng, Liu, Ruiqi, Ma, Rui, Wu, Zuxuan
Abstract
Recent subject-to-image models have achieved impressive progress in personalized image generation, yet they still struggle to preserve fine-grained subject-specific details. A major reason is the lack of high-quality fine-grained identity supervision: real paired data are expensive to collect, while synthesized training pairs often preserve only coarse subject appearance and fail to capture subtle subject-specific details. In this work, we propose CopyCat, a lightweight model-refinement framework that improves fine-grained subject consistency within only a few seconds. CopyCat performs a one-time refinement of a pretrained subject-to-image model by attaching a lightweight Fine-grained Consistency LoRA (FCLoRA) and optimizing it using a single proxy image, which is used as both the conditioning image and the reconstruction target. This exact self-reconstruction objective substantially simplifies the optimization task, enabling effective fine-grained refinement within only a few seconds. The refinement is performed only once; the resulting model can be directly applied to diverse unseen reference subjects and prompts without further subject-specific optimization. We further revisit subject-to-image LoRA training in double-stream diffusion transformers and find that adapting only the visual stream consistently improves subject consistency. Extensive experiments on DreamBench and XVerseBench demonstrate consistent improvements in fine-grained subject consistency across representative subject-to-image models under both single- and multi-subject settings.
Chinese Translation
近期的主题到图像模型在个性化图像生成方面取得了显著进展,但仍然难以保持细粒度的主题特定细节。一个主要原因是缺乏高质量的细粒度身份监督:真实配对数据的收集成本高昂,而合成训练对往往仅保留粗略的主题外观,无法捕捉微妙的主题特定细节。在本研究中,我们提出了CopyCat,一种轻量级模型优化框架,可以在仅仅几秒钟内提高细粒度主题一致性。CopyCat通过附加一个轻量级的细粒度一致性LoRA(Fine-grained Consistency LoRA, FCLoRA)并使用单个代理图像进行优化,对预训练的主题到图像模型进行一次性优化,该代理图像同时用作条件图像和重建目标。这一精确的自我重建目标大大简化了优化任务,使得在仅几秒钟内实现有效的细粒度优化成为可能。优化仅执行一次;生成的模型可以直接应用于多样的未见参考主题和提示,而无需进一步的主题特定优化。我们进一步重新审视了双流扩散变换器中的主题到图像LoRA训练,发现仅适应视觉流可以持续改善主题一致性。在DreamBench和XVerseBench上的大量实验表明,在单一和多主题设置下,代表性的主题到图像模型的细粒度主题一致性均有持续改善。
cs.CV / 71 / 2608.00678

Breaking the Horizontal Prior: From Long-Tailed Orientation Bias to Roll-Robust Monocular Depth Estimation

打破水平先验:从长尾导向偏差到稳健的单目深度估计
Tang, Kaihua, Xia, Ziqing, Zheng, Xiaoxu, Zhang, Xiaoxue, Mi, Michael Bi, Xu, Zhan, Chen, Dave Zhenyu
Abstract
Despite recent advances in Monocular Depth Estimation, state-of-the-art depth foundation models remain vulnerable to robustness issues. Particularly, even slight camera rolls can result in substantial degradation in depth estimations. We attribute this problem to a previously overlooked phenomenon, termed the Horizontal Prior, which is a manifestation of long-tailed distribution bias: most training images are captured in approximately horizontal orientations due to human visual preferences and photographic habits. While intuitive remedies such as re-balanced data augmentation and horizon leveling provide partial improvements, they fail to fully address the issue. In this paper, we introduce Invariant Depth Constraint (ID-Constraint), a training-time supervision strategy that improves roll robustness by fine-tuning and jointly regularizing the depth backbone with a series of geometric and spatial reasoning tasks. These auxiliary objectives encourage the backbone to learn rotation-stable, depth-relevant representations, while the auxiliary prediction heads are discarded after training, leaving the original inference architecture unchanged. Extensive experiments on five benchmark datasets across four roll settings demonstrate the effectiveness of the proposed method.
Chinese Translation
尽管单目深度估计最近取得了进展,但最先进的深度基础模型仍然容易受到鲁棒性问题的影响。特别是,即使是轻微的相机倾斜也会导致深度估计的显著下降。我们将这个问题归因于一个之前被忽视的现象,称为水平先验(Horizontal Prior),它是长尾分布偏差的表现:大多数训练图像由于人类视觉偏好和摄影习惯而以大致水平的方向捕捉。虽然诸如重新平衡的数据增强和水平校正等直观补救措施提供了部分改善,但它们未能完全解决这一问题。在本文中,我们引入了不变深度约束(Invariant Depth Constraint,ID-Constraint),这是一种训练时监督策略,通过微调和联合正则化深度主干与一系列几何和空间推理任务来提高对倾斜的鲁棒性。这些辅助目标鼓励主干学习旋转稳定、与深度相关的表示,而辅助预测头在训练后被丢弃,保持原始推理架构不变。在四种倾斜设置下对五个基准数据集的广泛实验表明了所提方法的有效性。
cs.CV / 72 / 2608.00682

BRIC-Net: Boundary-Reliable Illumination-Color Interaction for Remote Sensing Image Deshadowing

BRIC-Net:边界可靠的照明-颜色交互用于遥感图像去阴影
Lu, Wei, Liu, Yi, Si-Bao
Abstract
Shadows in remote sensing images obscure surface appearance and disrupt radiometric continuity, reducing the reliability of visual interpretation and downstream analysis. Remote sensing image deshadowing is an ill-posed inverse problem that requires spatially varying illumination recovery while preserving chromatic and radiometric consistency in non-shadow regions. Existing methods commonly rely on hard shadow masks for compensation or directly regress RGB intensities. Hard masks may inadequately model gradual penumbra variations and are sensitive to localization errors, often producing residual shadows or halo artifacts; direct RGB regression entangles illumination recovery with chromatic reconstruction and can introduce color casts. To this end, we propose the Boundary-Reliable Illumination-Color Interaction Network (BRIC-Net), which decouples these failures at different representation levels. A Lightness Reliability Prior (LRP) derives reliability-aware guidance from CIELAB statistics. Boundary-Adaptive Gated Mixing (BAGM) performs gated interpolation between shallow RGB and lightness features around uncertain transitions, while Spatial-Channel Mutual Modulation (SCMM) coordinates deeper spatial and channel responses for appearance-preserving illumination recovery. BRIC-Net achieves 29.46~dB full-image peak signal-to-noise ratio (PSNR) on AeroDS-Syn and 27.96~dB on SRGTA. It also obtains the lowest Perception-based Image Quality Evaluator (PIQE) scores on AISD and AeroDS-Real. Region-wise evaluations and component ablations further support its effectiveness in shadow recovery and non-shadow preservation.
Chinese Translation
遥感图像中的阴影会遮蔽表面外观并破坏辐射连续性,从而降低视觉解释和后续分析的可靠性。遥感图像去阴影是一个不适定的逆问题,需要在保持非阴影区域的色彩和辐射一致性的同时恢复空间变化的照明。现有方法通常依赖于硬阴影掩模进行补偿或直接回归RGB强度。硬掩模可能无法充分建模渐变半影变化,并且对定位误差敏感,常常产生残余阴影或光晕伪影;直接的RGB回归将照明恢复与色彩重建纠缠在一起,可能引入色偏。为此,我们提出了边界可靠的照明-颜色交互网络(BRIC-Net),该网络在不同的表示层次上解耦这些失败。亮度可靠性先验(LRP)从CIELAB统计中推导出可靠性感知的指导。边界自适应门控混合(BAGM)在不确定过渡周围的浅RGB和亮度特征之间执行门控插值,而空间-通道互调制(SCMM)协调更深层的空间和通道响应,以实现外观保持的照明恢复。BRIC-Net在AeroDS-Syn上实现了29.46 dB的全图峰值信噪比(PSNR),在SRGTA上为27.96 dB。它还在AISD和AeroDS-Real上获得了最低的基于感知的图像质量评估器(PIQE)分数。区域评估和组件消融进一步支持其在阴影恢复和非阴影保持方面的有效性。
cs.CV / 73 / 2608.00687

Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression

Proteus:一种针对渐进式LiDAR压缩的截断鲁棒熵模型
Qiu, Yihan, Lin, Xiaodong, Zhao, Baoquan, Jiao, Hailong, Li, Ge
Abstract
LiDAR point clouds provide explicit, deterministic physical boundaries critical for collaborative safety-critical perception. However, wireless channels inherently impair and corrupt transmitted signals. Existing robust frameworks (such as deep JSCC or MDC) attempt to counter these channel impairments through statistical or parametric estimation, turning exact physical measurements into unverified algorithmic estimates. To address this, we propose Proteus, a learned LiDAR codec operating on 2D range images. By decoupling the frame representation into independent coders for the \textbf{sig}nificant range bit-planes (SIG) and the \textbf{ins}ignificant range bit-planes and attributes (INS), Proteus achieves overall stream-level truncation robustness. The non-truncatable SIG block encodes the most significant range bit-planes to establish a necessary, self-contained perceptual lower bound, below which the reconstructed point cloud is severely degraded. Meanwhile, INS employs bit-plane slicing representation and coding, ensuring that range truncation mathematically maps to a deterministic spatial precision degradation. Subordinate attributes are reconstructed via a hybrid lossless-predictive method, leveraging the decoded geometry as a strong structural prior for fine-grained approximation. Furthermore, strategic ordering within INS prioritizes geometry over attributes under bandwidth drops. Experimental results on the Waymo Open Dataset and SemanticKITTI demonstrate that Proteus tolerates up to approximately 70\% bitstream truncation, while outperforming established standards (G-PCC, Draco, and JPEG XL) and the representative learned compressor Unicorn under ideal channel conditions.
Chinese Translation
LiDAR点云提供了明确的、确定性的物理边界,这对于协作安全感知至关重要。然而,无线信道固有地会损害和破坏传输信号。现有的鲁棒框架(如深度JSCC或MDC)试图通过统计或参数估计来抵消这些信道损害,将精确的物理测量转变为未经验证的算法估计。为了解决这个问题,我们提出了Proteus,一种基于2D范围图像的学习型LiDAR编解码器。通过将帧表示解耦为独立的编码器,分别针对显著范围比特平面(SIG)和不显著范围比特平面及属性(INS),Proteus实现了整体流级别的截断鲁棒性。不可截断的SIG块编码了最显著的范围比特平面,以建立一个必要的、自包含的感知下限,低于该下限,重建的点云将严重退化。同时,INS采用比特平面切片表示和编码,确保范围截断在数学上映射为确定性的空间精度退化。附属属性通过混合无损预测方法重建,利用解码后的几何形状作为细粒度近似的强结构先验。此外,INS中的战略排序在带宽下降时优先考虑几何形状而非属性。在Waymo开放数据集和SemanticKITTI上的实验结果表明,Proteus能够容忍约70%的比特流截断,同时在理想信道条件下超越了现有标准(G-PCC、Draco和JPEG XL)以及代表性的学习压缩器Unicorn。
cs.CV / 74 / 2608.00694

E2Pano: Learning Event-to-Panorama Image Reconstruction

E2Pano:事件到全景图像重建的学习
Li, Zhenyang, He, Zongqi, Pan, Jia, Lin, Shijie, Peng, Yifan
Abstract
Event cameras offer microsecond-level temporal resolution and high dynamic range, potentially facilitating motion-blur-free panoramic imaging from fast rotational scanning. Nonetheless, existing optimization-based methods remain computationally demanding, while prior learning-based reconstruction methods are largely designed for perspective imagery and lack geometry-aware support for panoramic outputs. We present E2Pano, a geometry-guided event-to-panorama pipeline with an end-to-end learnable photometric reconstruction stage. Our framework preserves real spherical coordinates from geometric mapping throughout the pipeline, employs a lightweight enhancement module with frequency-domain supervision to bridge the event-image domain gap, and leverages a spherical Transformer with 3D positional embeddings for photometric reconstruction. Experiments on synthetic data and captured rotational scans show improved reconstruction quality and lower photometric reconstruction cost than optimization-based baselines, together with encouraging transfer to real captures under our acquisition protocol despite training purely on synthetic data. Additionally, we construct PanoScan, a dataset with 4,370 synthetic and 30 real-world panoramic scenes paired with event streams. Our dataset and code will be released.
Chinese Translation
事件相机提供微秒级的时间分辨率和高动态范围,可能促进从快速旋转扫描中获取无运动模糊的全景图像。然而,现有的基于优化的方法计算开销较大,而之前的基于学习的重建方法主要针对透视图像,缺乏对全景输出的几何感知支持。我们提出了E2Pano,一个几何引导的事件到全景图像管道,具有端到端可学习的光度重建阶段。我们的框架在整个管道中保持真实的球面坐标,通过频域监督的轻量增强模块来弥合事件图像领域的差距,并利用带有3D位置嵌入的球面Transformer进行光度重建。在合成数据和捕获的旋转扫描上的实验表明,与基于优化的基线相比,重建质量有所提高,光度重建成本更低,并且在我们的采集协议下,尽管仅在合成数据上训练,仍然能够有效转移到真实捕获。此外,我们构建了PanoScan,一个包含4,370个合成和30个真实世界全景场景与事件流配对的数据集。我们的数据集和代码将会发布。
cs.CV / 75 / 2608.00695

FreqAnchorAD: Language-Free Zero-Shot Anomaly Detection via Frequency-Deviation Anchoring

FreqAnchorAD:通过频率偏差锚定实现无语言零样本异常检测
Qiu, Jianfeng, Li, Peiyuan, Xie, Juan, Ma, Xueliang, Zhou, Sihang, Hou, Yanning, Xu, Ke
Abstract
Zero-shot anomaly detection (ZSAD) aims to detect anomalies and localize defective regions in unseen target domains without target training data. Recent ZSAD methods build on pretrained vision models, particularly CLIP, and construct normal and anomaly references from textual prompts or learnable visual representations. These methods perform anomaly discrimination primarily in spatial feature spaces, where subtle changes in texture, boundaries, and local structures can be confused with normal appearance variations. Although inconspicuous spatially, such defects can disrupt local texture regularity or boundary continuity, inducing response deviations across frequency bands. However, existing ZSAD methods do not explicitly model these frequency-dependent characteristics. Our image-domain analysis reveals that local defects exhibit spatial-frequency deviations from normal references across low-, middle-, and high-frequency bands, indicating that anomaly evidence is not universally dominated by high-frequency responses. Motivated by this observation, we propose FreqAnchorAD, a frequency-aware framework that organizes frequency-enhanced responses for anchor-relative anomaly discrimination. Specifically, the Local Frequency Compensation Module (LFCM) enhances intermediate patch tokens with local spatial-frequency cues. The Frequency-Deviation Anchor Projector (FDAP), our core discrimination module, organizes enhanced responses along a source-derived channel coordinate and measures anomaly evidence through relative similarity to normal and anomaly anchors. Finally, Asymmetric Anchor Supervision (AAS) stabilizes normal-anchor alignment while preserving diverse anomaly patterns. Experiments on thirteen industrial and medical benchmarks show that FreqAnchorAD achieves state-of-the-art mean performance in image-level anomaly recognition and pixel-level defect localization.
Chinese Translation
零样本异常检测(ZSAD)旨在在未见的目标领域中检测异常并定位缺陷区域,而无需目标训练数据。最近的ZSAD方法基于预训练的视觉模型,特别是CLIP,从文本提示或可学习的视觉表示中构建正常和异常参考。这些方法主要在空间特征空间中进行异常区分,在这些空间中,纹理、边界和局部结构的微小变化可能与正常外观变化混淆。尽管在空间上不显眼,这些缺陷可能会破坏局部纹理的规律性或边界的连续性,从而在频率带中引发响应偏差。然而,现有的ZSAD方法并未明确建模这些频率依赖特性。我们的图像域分析揭示,局部缺陷在低、中和高频带中相对于正常参考表现出空间频率偏差,表明异常证据并不总是由高频响应主导。基于这一观察,我们提出了FreqAnchorAD,一个频率感知框架,组织频率增强响应以进行相对锚定的异常区分。具体而言,局部频率补偿模块(LFCM)利用局部空间频率线索增强中间补丁标记。频率偏差锚投影器(FDAP)是我们的核心区分模块,沿着源导出的通道坐标组织增强响应,并通过与正常和异常锚的相对相似性来测量异常证据。最后,非对称锚监督(AAS)在保持多样化异常模式的同时,稳定正常锚的对齐。在十三个工业和医疗基准上的实验表明,FreqAnchorAD在图像级异常识别和像素级缺陷定位方面实现了最先进的平均性能。
cs.CV / 76 / 2608.00702

AeroLLE: Constrained Pseudo-Supervision for Nighttime Aerial Image Enhancement with the AeroNight-1.5K Benchmark

AeroLLE:基于约束伪监督的夜间航空图像增强及AeroNight-1.5K基准
Lu, Wei, Liu, Hongyuan, Chen, Si-Bao
Abstract
Nighttime aerial image enhancement is challenged by spatially nonuniform exposure, mixed illumination, and weak structural evidence, while registered normal-light targets are difficult to capture from moving platforms. Generated normal-light images provide practical appearance guidance but may alter geometry or texture. We introduce \aeronight{}, comprising 1,500 real nighttime aerial RGB images: 1,300 inputs are associated with manually screened pseudo-references, and 200 inputs support unpaired evaluation. We propose AeroLLE, a two-stage framework that first recovers visibility with an HVI Base Enhancer and then performs Spatially Adaptive Exposure--Color Calibration (SAECC). After the Base Enhancer is selected and frozen, SAECC predicts bounded, low-resolution RGB gain and bias fields, restricting the magnitude and spatial variation of the second-stage correction. Experiments under complementary pseudo-paired and unpaired protocols demonstrate improved agreement with screened appearance targets, together with more balanced exposure and color correction across diverse nighttime aerial scenes. These results support constrained, stage-specific calibration as a practical strategy for learning from generated appearance guidance when registered aerial references are unavailable.
Chinese Translation
夜间航空图像增强面临空间非均匀曝光、混合照明和弱结构证据的挑战,同时从移动平台捕获注册的正常光目标也十分困难。生成的正常光图像提供了实用的外观指导,但可能会改变几何形状或纹理。我们引入了AeroNight,包括1500张真实的夜间航空RGB图像:1300个输入与手动筛选的伪参考相关联,200个输入支持无配对评估。我们提出了AeroLLE,一个两阶段框架,首先通过HVI基础增强器恢复可见性,然后进行空间自适应曝光-色彩校正(SAECC)。在选择并冻结基础增强器后,SAECC预测有界的低分辨率RGB增益和偏差场,限制第二阶段校正的幅度和空间变化。在互补的伪配对和无配对协议下的实验表明,与筛选的外观目标之间的契合度有所提高,同时在多样的夜间航空场景中实现了更平衡的曝光和色彩校正。这些结果支持在缺乏注册航空参考时,从生成的外观指导中学习的约束、阶段特定的校准作为一种实用策略。
cs.CV / 77 / 2608.00714

Coverage-Driven Adaptive Keyframe Selection for Video Understanding

基于覆盖驱动的自适应关键帧选择用于视频理解
Zhang, Junyang, Luo, Puhan, Tang, Chen, Shi, Yuxi, Li, Xiang-Yang
Abstract
Recent advances in large vision-language models (LVLMs) have enabled long-video understanding and analysis. However, processing the large number of frames in a video incurs substantial computational overhead. Existing methods reduce LVLM inference costs by scoring frame-query relevance before inference and selecting keyframes accordingly. Nevertheless, the distribution of relevant frames varies across queries, and these methods often need to score hundreds or thousands of frames. To address this limitation, we propose CSES, a training-free semantic keyframe selector that adaptively determines the numbers of frames to score and keyframes to select. CSES estimates the prominence of the frame-query relevance profile to guide active acquisition and adapt the temporal coverage of each input. It then formulates keyframe selection as a coverage problem that jointly accounts for semantic relevance, temporal redundancy, and visual redundancy. Active acquisition and keyframe selection terminate based on coverage saturation. The selection objective is monotone and submodular, enabling greedy optimization with a standard approximation guarantee. Experiments with four LVLMs on two benchmarks show that our method preserves accuracy while scoring $4$-$13\times$ fewer frames and selecting $18.4\%$-$20.5\%$ fewer input keyframes than existing baselines. CSES further achieves a $3.1$-$5.4\times$ speedup in frame selection over baselines.
Chinese Translation
最近在大型视觉-语言模型(LVLMs)方面的进展使得长视频的理解和分析成为可能。然而,处理视频中的大量帧会带来显著的计算开销。现有方法通过在推理前对帧与查询的相关性进行评分,从而减少LVLM的推理成本,并相应地选择关键帧。然而,相关帧的分布因查询而异,这些方法通常需要对数百或数千帧进行评分。为了解决这一局限性,我们提出了CSES,一种无训练的语义关键帧选择器,它自适应地确定需要评分的帧数和要选择的关键帧数。CSES估计帧-查询相关性轮廓的显著性,以指导主动获取并调整每个输入的时间覆盖。然后,它将关键帧选择公式化为一个覆盖问题,该问题共同考虑语义相关性、时间冗余和视觉冗余。主动获取和关键帧选择在覆盖饱和时终止。选择目标是单调的和次模的,使得可以使用标准近似保证进行贪婪优化。在两个基准上对四个LVLM进行的实验表明,我们的方法在评分$4$-$13 imes$更少的帧和选择$18.4\%$-$20.5\\%$更少的输入关键帧的同时保持了准确性。CSES在帧选择上进一步实现了相对于基线的$3.1$-$5.4 imes$加速。
cs.CV / 78 / 2608.00716

Generated Images Are Easier to Forget: A Machine Unlearning Perspective for Synthetic Image Detection

生成图像更易被遗忘:一种基于机器遗忘的合成图像检测视角
Nie, Jun, Zhang, Yonggang, Liu, Tongliang, Cheung, Yiu-ming, Han, Bo, Tian, Xinmei
Abstract
Robust detection of generated images is critical to counter the misuse of generative models. Existing methods primarily depend on learning from human-annotated training datasets, limiting their generalization to unseen distributions. In contrast, large-scale vision models (LVMs) pre-trained on web-scale datasets exhibit exceptional generalization power through exposure to diverse distributions, offering a transformative paradigm for this task. However, our experimental results reveal that LVMs pre-trained on natural-image-dominated data can effectively capture the features of both natural and generated images, yielding comparably low losses and thus limited discriminative capacity between them. This prompts a key question: When and how do LVMs exhibit different behaviors when capturing features of natural and generated images? This investigation reveals an insight: during unlearning, LVMs exhibit disparate forgetting dynamics with feature degradation for generated images escalating faster than natural ones. Inspired by the disparate dynamics, we introduce two detection methods: 1) data-free detection, which prunes model parameters to induce unlearning without data access, and 2) data-driven detection, which optimizes LVMs to unlearn knowledge tied to generated images. Extensive experiments conducted on various benchmarks demonstrate that our unlearning-based approach outperforms conventional detection methods. By recasting the detection task as a problem of machine unlearning, our work establishes a new paradigm for generated image detection.
Chinese Translation
有效检测生成图像对于抵制生成模型的滥用至关重要。现有方法主要依赖于从人工标注的训练数据集中学习,这限制了它们对未见分布的泛化能力。相比之下,在大规模数据集上预训练的大规模视觉模型(LVMs)通过接触多样的分布展现出卓越的泛化能力,为这一任务提供了变革性的范式。然而,我们的实验结果显示,基于自然图像数据预训练的LVMs能够有效捕捉自然图像和生成图像的特征,导致它们之间的损失相对较低,从而限制了它们的区分能力。这引发了一个关键问题:LVMs在捕捉自然图像和生成图像特征时何时以及如何表现出不同的行为?这一研究揭示了一个见解:在遗忘过程中,LVMs在生成图像的特征退化上表现出不同的遗忘动态,生成图像的退化速度快于自然图像。受到这种不同动态的启发,我们提出了两种检测方法:1)无数据检测,通过修剪模型参数在没有数据访问的情况下诱导遗忘;2)数据驱动检测,优化LVMs以遗忘与生成图像相关的知识。在各种基准上进行的大量实验表明,我们的基于遗忘的方法优于传统检测方法。通过将检测任务重新表述为机器遗忘问题,我们的工作为生成图像检测建立了新的范式。
cs.CV / 79 / 2608.00726

Foveated Probes Recover Localized Binding Information in Vision Foundation Models

聚焦探针恢复视觉基础模型中的局部绑定信息
Michalkiewicz, Mateusz, Baktashmotlagh, Mahsa, Balakrishnan, Guha
Abstract
Frozen vision foundation models are commonly evaluated through a single global image embedding, but this interface can conflate missing information with information lost at readout time. We study this distinction by keeping a pretrained vision encoder frozen and varying only the readout applied to its final patch tokens. We compare standard global readouts against a lightweight foveated readout, which attention-pools patch tokens using a learned or question-conditioned query, and against an oracle readout with access to the annotated target region. We evaluate these interfaces on three localized binding problems: a controlled synthetic color--shape binding task under clutter, a color-free crowded shape-detection variant, and a GQA-derived natural-image task where paired questions ask for the colors of different same-category objects in the same image. Global readouts perform near perfectly when the synthetic target appears alone, but collapse under clutter and counterfactual target edits, whereas the foveated readout recovers most of the oracle-accessible signal. On the GQA-derived task, question-independent global image vectors improve only modestly over question-only priors, while question-conditioned foveation substantially improves paired localized color accuracy. A counterfactual nuisance-to-signal ratio explains the synthetic failures: global pooling dilutes localized label-changing evidence while exposing the probe to nuisance variation from irrelevant objects. These results indicate that apparent spatial blindness in frozen vision models can arise from the global embedding interface rather than from an absence of spatial information in the frozen patch tokens.
Chinese Translation
冻结的视觉基础模型通常通过单一的全局图像嵌入进行评估,但这种接口可能会将缺失的信息与读取时丢失的信息混淆。我们通过保持预训练的视觉编码器不变,仅改变应用于其最终补丁标记的读取方式来研究这种区别。我们比较了标准的全局读取与轻量级的聚焦读取,后者使用学习的或基于问题的查询对补丁标记进行注意力池化,以及一个可以访问标注目标区域的神谕读取。我们在三个局部绑定问题上评估这些接口:一个在杂乱环境下的受控合成颜色-形状绑定任务,一个无色的拥挤形状检测变体,以及一个基于GQA的自然图像任务,其中配对问题询问同一图像中不同同类物体的颜色。当合成目标单独出现时,全局读取的表现几乎完美,但在杂乱和反事实目标编辑下崩溃,而聚焦读取则恢复了大部分可通过神谕访问的信号。在基于GQA的任务中,独立于问题的全局图像向量仅比仅基于问题的先验有所改善,而基于问题的聚焦显著提高了配对局部颜色的准确性。反事实的干扰信号比率解释了合成失败:全局池化稀释了局部标签变化的证据,同时使探针暴露于来自无关物体的干扰变化。这些结果表明,冻结视觉模型中明显的空间盲点可能源于全局嵌入接口,而不是冻结的补丁标记中缺乏空间信息。
cs.CV / 80 / 2608.00736

MDTD-ArtIR: Benchmarking Image Editing and Restoration Models for Art Image Restoration under Texture-Overlay Degradations

MDTD-ArtIR:在纹理叠加退化下对艺术图像修复模型的基准测试
Vijendran, Mridula, Chen, Shuang, Shum, Hubert P. H.
Abstract
Restoring severely degraded visual media still remains a formidable challenge, as existing methods often hallucinate unnatural textures and contents, struggle with preserving color and texture, or fail to leverage partially retained image information. Existing restoration benchmarks assume known degradation operators and fail to capture the complex characteristics of artistic damage such as cracks, stains, and color/texture deviation. We introduce a controlled benchmark for blind restoration of semantic, semi-transparent image media degradations, accompanied by a new, publicly open degradation alpha texture mask dataset MDTD-Art. We present a new dataset and benchmark evaluating state-of-the-art universal restoration models against image editing and vision-language models across varying mask opacity levels. Our experiments demonstrate that image editing models consistently outperform specialized restoration architectures for arbitrary degradations, with performance gains amplified by structured prompt engineering emphasizing detail preservation and structural consistency. These findings position recoverable semantic information and prompt controllability as critical factors in art image restoration.
Chinese Translation
恢复严重退化的视觉媒体仍然是一项艰巨的挑战,因为现有方法往往会幻觉出不自然的纹理和内容,难以保持颜色和纹理,或者无法利用部分保留的图像信息。现有的修复基准假设已知的退化算子,未能捕捉艺术损伤的复杂特征,如裂缝、污渍以及颜色/纹理偏差。我们引入了一个用于盲修复语义、半透明图像媒体退化的受控基准,并附带一个新的公开退化α纹理掩膜数据集MDTD-Art。我们展示了一个新的数据集和基准,评估最先进的通用修复模型与图像编辑和视觉-语言模型在不同掩膜不透明度水平下的表现。我们的实验表明,图像编辑模型在任意退化情况下始终优于专门的修复架构,且通过强调细节保留和结构一致性的结构化提示工程,性能提升更为明显。这些发现将可恢复的语义信息和提示可控性视为艺术图像修复中的关键因素。
cs.CV / 81 / 2608.00743

LUT: Latent Utility Training for Visual Reasoning

LUT:用于视觉推理的潜在效用训练
Kang, Jiaxuan, Chen, Siyu, Li, Mingda, Liu, Mingjie, Wang, Tianyue, Wei, Zhaoyang, Zhang, Yongheng, Hao, Yanchao, Wei, Zheng
Abstract
Multimodal large language models have advanced visual understanding, yet perception-intensive reasoning remains challenging. Recent latent visual reasoning methods introduce hidden-space computation before answering, but they often rely on costly intermediate supervision, such as bounding boxes, sketches, or interleaved rationales. These strategies focus on how latent states should be shaped, but do not explicitly assess whether the latent is useful for the final answer. We propose LUT, a latent reasoning framework trained with only standard VQA pairs. LUT centers training on Latent Utility at two levels. At the trajectory level, we propose Utility-Aware Latent Distillation SFT, which explores answer-relevant latent trajectories, selects qualified trajectories by their information gain, and distills more reliable and learnable supervision through curriculum learning. At the step level, we propose Latent Attribution Policy Optimization, which uses answer-to-latent attribution to differentially optimize latent steps during reinforcement learning. Experiments on perception-intensive visual reasoning benchmarks show that LUT outperforms previous latent reasoning methods and remains competitive with latent-text interleaved methods with lower annotation cost.
Chinese Translation
多模态大型语言模型在视觉理解方面取得了进展,但感知密集型推理仍然具有挑战性。近期的潜在视觉推理方法在回答之前引入了隐空间计算,但它们通常依赖于昂贵的中间监督,例如边界框、草图或交错的推理。这些策略关注潜在状态应如何塑造,但并未明确评估潜在状态是否对最终答案有用。我们提出了LUT,一种仅通过标准视觉问答(VQA)对进行训练的潜在推理框架。LUT在两个层面上集中训练于潜在效用。在轨迹层面,我们提出了效用感知潜在蒸馏(Utility-Aware Latent Distillation SFT),该方法探索与答案相关的潜在轨迹,通过信息增益选择合格的轨迹,并通过课程学习提炼出更可靠和可学习的监督。在步骤层面,我们提出了潜在归因策略优化(Latent Attribution Policy Optimization),该方法利用答案到潜在的归因在强化学习过程中差异化优化潜在步骤。在感知密集型视觉推理基准上的实验表明,LUT在性能上优于先前的潜在推理方法,并且在注释成本较低的情况下与潜在-文本交错方法保持竞争力。
cs.CV / 82 / 2608.00752

NISF++: Geometrically-grounded implicit representations of 3D+time cardiac function from 2D short- and long-axis MR views

NISF++:基于几何的隐式表示从二维短轴和长轴磁共振视图获取三维+时间心脏功能
Stolt-Ansó, Nil, Dannecker, Maik, Jia, Steven, McGinnis, Julian, Rueckert, Daniel
Abstract
Clinical acquisition in cardiac magnetic resonance (CMR) imaging involves obtaining cross-sectional planes of the heart along the radial and longitudinal directions. Despite these planes being 2D cross-sectional images of the heart, radiologists understand the 3D spatial and continuous temporal nature of the organ being imaged. The same can not be said about the conventional deep learning architectures used to process CMR images, which rely on in-plane and grid-based operations, and are hence unable to organically integrate information from all imaging planes. This paper builds upon previous work on neural implicit segmentation functions (NISF) to overcome unaddressed challenges in cardiac function modeling in the CMR domain. For a given subject, our architecture builds a shared 3D+time representations from all available acquisition planes regardless of orientation. By design, predictions along any imaging plane orientation are cross-sections of the same 3D representation, leading to spatio-temporal consistency across all slices. Moreover, our architecture makes the rotation and translation parameters of imaging planes learnable, allowing us to correct for the commonplace respiratory and patient motion between slice acquisitions under a rigid assumption. Furthermore, interpolation of intensities and segmentation can be performed in 4D at any desired resolution. We perform our study on a 120 subject sub-cohort of CMR imaging data from the UK-Biobank. Our in-plane segmentation performance is on-par with existing CMR segmentation methods and explore how the majority of failure cases arise from limitations in the ground-truth segmentation, for which our representations make predictions with better anatomical accuracy than its original training data. We also evaluate our motion-correction capabilities, displaying quantitative and qualitative improvements in slice alignment.
Chinese Translation
心脏磁共振成像(CMR)的临床采集涉及沿径向和纵向方向获取心脏的横截面平面。尽管这些平面是心脏的二维横截面图像,但放射科医生理解被成像器官的三维空间和连续时间特性。传统的深度学习架构在处理CMR图像时,依赖于平面内和基于网格的操作,因此无法有机地整合来自所有成像平面的信息。本文在神经隐式分割函数(NISF)之前的工作基础上,克服了CMR领域心脏功能建模中未解决的挑战。对于给定的受试者,我们的架构从所有可用的采集平面构建共享的三维+时间表示,无论其方向如何。根据设计,沿任何成像平面方向的预测都是同一三维表示的横截面,从而在所有切片之间实现时空一致性。此外,我们的架构使得成像平面的旋转和位移参数可学习,使我们能够在刚性假设下校正切片采集之间常见的呼吸和患者运动。此外,可以在任何所需分辨率下在四维空间中进行强度和分割的插值。我们在来自UK-Biobank的120名受试者的CMR成像数据子群上进行了研究。我们的平面内分割性能与现有的CMR分割方法相当,并探讨了大多数失败案例源于真实分割的局限性,而我们的表示在解剖准确性上比其原始训练数据做出了更好的预测。我们还评估了我们的运动校正能力,展示了切片对齐的定量和定性改进。
cs.CV / 83 / 2608.00769

ChordVideo: One-Step, Training-Free, Temporally Consistent Video Editing via Low-Energy Transport

ChordVideo:通过低能量传输实现一步法、无训练、时间一致的视频编辑
Lao, Zhiqiang
Abstract
One-step text-to-image models enable training-free, inversion-free editing with only 1--2 network function evaluations (NFE), while ChordEdit stabilizes such edits through low-energy smoothing along sampling time. Applied independently to video frames, however, it produces temporal flicker and edit-strength drift. We introduce \textbf{ChordVideo}, which extends the same low-energy principle to video time through shared noise, motion-aligned causal aggregation of per-frame Chord fields, and an optional temporally smoothed proximal correction. We derive a warping-error bound that separates motion bias from stochastic flicker and predicts diminishing returns with larger temporal windows. On TGVE/DAVIS with two one-step backbones, ChordVideo reduces warping error by \textbf{78\%} and flicker by \textbf{49\%}, improves CLIP frame consistency by \textbf{9--10 points}, and increases background PSNR by about \textbf{1.5,dB}, while retaining \textbf{2 NFE/frame}. Compared with seven multi-step editors, it achieves competitive temporal consistency and source preservation using \textbf{10--60$\times$ fewer model steps per clip
Chinese Translation
一步法文本到图像模型使得仅通过1-2次网络函数评估(NFE)即可实现无训练、无反演的编辑,而ChordEdit通过沿采样时间的低能量平滑来稳定这些编辑。然而,当独立应用于视频帧时,它会产生时间闪烁和编辑强度漂移。我们提出了 extbf{ChordVideo},它通过共享噪声、运动对齐的因果聚合每帧的Chord场,以及可选的时间平滑近端修正,将相同的低能量原则扩展到视频时间。我们推导了一个扭曲误差界限,该界限将运动偏差与随机闪烁分开,并预测在更大的时间窗口下收益递减。在TGVE/DAVIS上使用两个一步法骨干网络,ChordVideo将扭曲误差减少了 extbf{78\%},闪烁减少了 extbf{49 extbf ext{,}}提高了CLIP帧一致性 extbf{9-10分},并使背景PSNR提高约 extbf{1.5 dB},同时保持 extbf{2 NFE/帧}。与七个多步编辑器相比,它在每个剪辑中使用 extbf{10-60$ imes$更少的模型步骤},实现了具有竞争力的时间一致性和源保留。
cs.CV / 84 / 2608.00799

CADENA: Stepwise CAD Reverse Engineering

CADENA:逐步计算机辅助设计反向工程
Kabisov, Soslan, Savrasov, Gennadiy, Elistratov, Maksim, Rodriguez, Antonio, Ignatiev, Daniil, Gavrilov, Nikita, Uzdenov, Rustam, Boyko, Alexey I., Pasechnik, Igor, Konushin, Anton, Kuznetsov, Andrey, Zhemchuzhnikov, Dmitrii
Abstract
Computer-Aided Design (CAD) underpins modern engineering, yet converting existing shapes into editable models still demands substantial expert effort. Most AI systems emit the entire CAD program in a single pass, never inspecting the intermediate geometry. In contrast, human engineers build a part feature by feature, checking after each operation what remains to be modeled. We introduce CADENA (Spanish for "chain"), a model that reconstructs a 3D mesh as a parametric CAD program, growing its sequence of operations one at a time and comparing the target with the currently predicted geometry at every step. We also address the lack of benchmarks for evaluating reverse-engineering methods on mechanical parts, introducing CADENA-Bench, a benchmark that measures performance across categories of mechanical parts. CADENA outperforms prior methods on CADENA-Bench and on the DeepCAD, Fusion 360, and MCB datasets. Code is available at https://github.com/zhemdi/cadena, model weights at https://huggingface.co/kulibinai/cadena, and CADENA-Bench at https://huggingface.co/datasets/kulibinai/cadena-bench.
Chinese Translation
计算机辅助设计(CAD)是现代工程的基础,但将现有形状转换为可编辑模型仍然需要大量专家的努力。大多数人工智能系统一次性输出整个CAD程序,从不检查中间几何形状。相比之下,人类工程师逐个特征地构建零件,在每次操作后检查剩余需要建模的内容。我们提出了CADENA(西班牙语意为“链”),这是一个将3D网格重构为参数化CAD程序的模型,它一次性逐步生成操作序列,并在每一步比较目标与当前预测的几何形状。我们还解决了评估机械零件反向工程方法缺乏基准的问题,推出了CADENA-Bench,这是一个衡量机械零件各类别性能的基准。CADENA在CADENA-Bench以及DeepCAD、Fusion 360和MCB数据集上超越了之前的方法。代码可在https://github.com/zhemdi/cadena获取,模型权重可在https://huggingface.co/kulibinai/cadena找到,CADENA-Bench可在https://huggingface.co/datasets/kulibinai/cadena-bench访问。
cs.CV / 85 / 2608.00800

AIMold: An Autonomous AI-based Pipeline for Complex Mold Design

AIMold:一种基于自主人工智能的复杂模具设计管道
Qiu, Pengyun, Wang, Shuo, Chen, Zeyuan, Zhi, Yihao, Ye, Chongjie, Han, Xiaoguang
Abstract
Injection molding is the cornerstone of mass-producing plastic components. While current algorithms can automate mold design for basic geometries using standard two-piece molds, complex parts featuring undercuts, side holes, or re-entrant features present a significant challenge. These geometries often necessitate auxiliary components beyond the primary upper and lower molds. In practice, designing these intricate assemblies is a laborious process that relies heavily on expert knowledge. Furthermore, the scarcity of public datasets has hindered the development of effective learning-based solutions. To bridge these gaps, we introduce MoldCAD, a curated dataset that pairs complex single-body CAD parts with industry-standard mold assemblies. Each entry includes the upper and lower molds, parting surfaces, demolding orientations, and necessary auxiliary components. The dataset comprises 4,934 CAD models and over 3,850 mold assemblies, totaling more than 23k individual models. Building upon this dataset, we propose a comprehensive pipeline that predicts demolding orientations, identifies auxiliary components, and constructs parting surfaces to derive a complete, manufacturing-ready mold assembly for downstream CAD/CAM workflows. Our results demonstrate a promising path toward fully automated industrial mold design and contribute to the broader advancement of manufacturing-aware CAD generation.
Chinese Translation
注塑成型是大规模生产塑料组件的基石。虽然当前的算法可以使用标准的两件式模具自动化基本几何形状的模具设计,但具有倒角、侧孔或再入特征的复杂零件则带来了重大挑战。这些几何形状通常需要超出主要上下模具的辅助组件。在实际操作中,设计这些复杂的装配是一个繁琐的过程,严重依赖于专家知识。此外,公共数据集的稀缺阻碍了有效基于学习的解决方案的发展。为了解决这些问题,我们引入了MoldCAD,这是一个精心策划的数据集,将复杂的单体CAD零件与行业标准模具装配配对。每个条目包括上下模具、分模面、脱模方向和必要的辅助组件。该数据集包含4,934个CAD模型和超过3,850个模具装配,总计超过23,000个单独模型。在此数据集的基础上,我们提出了一种综合管道,能够预测脱模方向、识别辅助组件,并构建分模面,以推导出完整的、适合制造的模具装配,供下游CAD/CAM工作流程使用。我们的结果展示了朝着完全自动化工业模具设计的有希望路径,并为制造感知的CAD生成的更广泛进展做出了贡献。
cs.CV / 86 / 2608.00847

Models as Tools: An Agentic Coordination Framework for Unified Multimodal Visual Tracking

模型作为工具:统一多模态视觉跟踪的代理协调框架
Cai, Wenrui, Li, Yuzhe, Liu, Qingjie, Wang, Yunhong
Abstract
Most current visual trackers adopt a matching-based architecture trained exclusively on tracking datasets, whose performance gains depend heavily on the length of the input context, and have now reached a bottleneck. While high-performance tracking increasingly relies on foundation models, existing methods use them monolithically, adapting a foundation model into a tracker or modify a segmentation foundation model into a tracking pipeline, which fails to exploit complementary strengths. Matching-based trackers excel at instance-level correspondence but lack semantic discrimination and fine-grained foreground perception, whereas segmentation foundation models produce precise masks yet struggle with instance discrimination and multimodal extension. Both paradigms also lack error-correction capabilities for long-term tracking. To address these issues, we propose ACTrack, an agentic coordination framework that treats heterogeneous models as invocable tools under an event-triggered mechanism. ACTrack coordinates a Tracker-based Instance Matching Tool for target discrimination, a SAM3 Motion Tool for mask-derived motion priors, a SAM3 Perception Tool for detecting distractors and instance-conflict cues, and a VLM Reprompt Tool activated only under persistent conflict to mitigate error accumulation. We design a complete tool-invocation trigger mechanism and an inter-tool coordination mechanism, enabling the complementary strengths of different model tools to be fully integrated. Experiments show that ACTrack substantially surpasses the strongest and the largest trackers on eight RGB benchmarks. Furthermore, a parameter-efficient adaptation strategy enables parameter sharing and reuse across tools, achieving unified multimodal tracking with only 30\% trainable parameters while substantially outperforming prior methods on multimodal benchmarks such as LasHeR, VisEvent, TNL2K, and DepthTrack.
Chinese Translation
目前大多数视觉跟踪器采用基于匹配的架构,专门在跟踪数据集上进行训练,其性能提升在很大程度上依赖于输入上下文的长度,并且已经达到了瓶颈。虽然高性能跟踪越来越依赖于基础模型,但现有方法单一地使用它们,将基础模型适配为跟踪器或将分割基础模型修改为跟踪管道,这未能充分利用互补优势。基于匹配的跟踪器在实例级对应方面表现出色,但缺乏语义区分和细粒度前景感知,而分割基础模型则能够生成精确的掩码,但在实例区分和多模态扩展方面存在困难。这两种范式在长期跟踪中也缺乏错误修正能力。为了解决这些问题,我们提出了ACTrack,一个代理协调框架,将异构模型视为在事件触发机制下可调用的工具。ACTrack协调一个基于跟踪的实例匹配工具用于目标区分,一个SAM3运动工具用于基于掩码的运动先验,一个SAM3感知工具用于检测干扰物和实例冲突线索,以及一个仅在持续冲突下激活的VLM重提示工具,以减轻错误累积。我们设计了一个完整的工具调用触发机制和一个工具间协调机制,使不同模型工具的互补优势得以充分整合。实验表明,ACTrack在八个RGB基准测试中显著超越了最强和最大的跟踪器。此外,一种参数高效的适配策略实现了工具间的参数共享和重用,以仅30%的可训练参数实现统一多模态跟踪,同时在LasHeR、VisEvent、TNL2K和DepthTrack等多模态基准测试中显著优于先前的方法。
cs.CV / 87 / 2608.00868

MIDAL: Math Image Descriptions for Accessible Learning

MIDAL:可访问学习的数学图像描述
Popek, Rebeka, Ojha, Vaghawan, You, Young Hwan
Abstract
Many open educational resources are lacking in accessibility, especially in-depth image descriptions. In subjects like Science and Mathematics, however, it can be particularly difficult to write image descriptions since there can be many complicated expressions and names depending upon the course level. To help fill that gap in a small way, we introduce Math Image Descriptions for Accessible Learning (MIDAL), a math image-description dataset of 2,020 mathematical images spanning multiple educational levels, to aid in training vision language models to create image descriptions following accessibility best practices. We hope MIDAL is a valuable resource in enhancing the conversation and innovation regarding accessibility of STEM content in higher education. This dataset is however not just limited in math description generation but can also be used to fine-tune language models that can have improved mathematical reasoning and answers.
Chinese Translation
许多开放教育资源在可访问性方面存在不足,尤其是在深入的图像描述方面。然而,在科学和数学等学科中,由于课程水平的不同,撰写图像描述可能特别困难,因为可能涉及许多复杂的表达式和名称。为了解决这一小部分的不足,我们推出了可访问学习的数学图像描述(MIDAL),这是一个包含2,020幅跨多个教育水平的数学图像描述数据集,旨在帮助训练视觉语言模型,以创建遵循可访问性最佳实践的图像描述。我们希望MIDAL能够成为提升高等教育中STEM内容可访问性讨论和创新的重要资源。该数据集不仅限于数学描述生成,还可以用于微调语言模型,从而提高其数学推理和回答能力。
cs.CV / 88 / 2608.00870

PhenoStitch: Training-Free Panoptic Crop Mapping from Satellite Image Time Series

PhenoStitch:无训练的全景作物映射方法基于卫星图像时间序列
Li, Xuechen
Abstract
Panoptic crop mapping requires both delineating individual agricultural parcels and assigning a crop type to each parcel from satellite image time series. Existing approaches typically rely on dense parcel-level annotations and task-specific model training, which limits their applicability to new regions and growing seasons. We introduce PhenoStitch, a panoptic crop-mapping pipeline that requires no task-specific gradient-based training. A frozen Segment Anything model first oversegments each patch into class-agnostic regions. For each region, optical NDVI and Sentinel-1 backscatter series are summarized by an analytic double-harmonic phenological signature. Adjacent regions are then merged into parcels by minimizing a Potts graph energy, and each parcel is classified by nearest-prototype matching using only (k) labeled parcels per class. A final topology-closure step produces the panoptic map. Under a matched budget of (k=20) parcels per class, corresponding to less than 1% of the available labels, PhenoStitch achieves 20.0 crop mIoU, 76.2 segmentation quality, and 6.2 panoptic quality on PASTIS-R under a 5-fold, 3-seed evaluation. It outperforms the evaluated frozen foundation-model, few-shot, and matched-budget supervised baselines under the same protocol, with a consistent ranking also observed on ZueriCrop. Ablation studies show that radar observations contribute the largest performance gain, while the graph-energy merge and compact phenological signature provide further improvements. These results demonstrate the effectiveness of combining label-free parcel delineation with few-shot phenological recognition for panoptic crop mapping under limited supervision.
Chinese Translation
全景作物映射需要同时划分单个农业地块并从卫星图像时间序列中为每个地块分配作物类型。现有的方法通常依赖于密集的地块级注释和特定任务的模型训练,这限制了它们在新区域和生长季节的适用性。我们提出了PhenoStitch,这是一种无需特定任务的基于梯度的训练的全景作物映射管道。首先,冻结的Segment Anything模型将每个补丁过度分割为与类别无关的区域。对于每个区域,光学NDVI和Sentinel-1反向散射序列通过解析的双谐表型特征进行总结。然后,通过最小化Potts图能量将相邻区域合并为地块,并使用每个类别仅有的(k)个标记地块进行最近原型匹配来对每个地块进行分类。最后的拓扑闭合步骤生成全景图。在每个类别(k=20)地块的匹配预算下,相当于可用标签的不到1%,PhenoStitch在PASTIS-R上实现了20.0的作物mIoU、76.2的分割质量和6.2的全景质量,采用5折、3种种子评估。在相同的评估协议下,它优于评估的冻结基础模型、少量样本和匹配预算的监督基线,并且在ZueriCrop上也观察到了持续的排名。消融研究表明,雷达观测对性能提升贡献最大,而图能量合并和紧凑的表型特征进一步提供了改进。这些结果证明了在有限监督下将无标签地块划分与少量样本表型识别相结合的全景作物映射的有效性。
cs.CV / 89 / 2608.00893

MBO Scheme for Local Chan--Vese Segmentation

基于MBO方案的局部Chan--Vese分割
Bui, Kevin, Ciomaga, Adina
Abstract
Robust to intensity inhomogeneity, the local Chan--Vese (LCV) model extends the classical Chan--Vese (CV) image segmentation method by incorporating local statistical information around each pixel. Originally, the LCV model was solved using a finite difference scheme, following the approach used for the CV model. As an alternative to the finite difference scheme, a more efficient algorithm based on the Merriman-Bence-Osher (MBO) scheme was later developed for the CV model. In this paper, we derive a similar MBO-based algorithm to solve the LCV model and propose an efficient implementation. The algorithm is developed for both two-phase and multiphase segmentation, and an extension to color images is also discussed. To demonstrate the effectiveness of the proposed approach, we apply it to a variety of grayscale and color images, including medical and microscopy images.
Chinese Translation
局部Chan--Vese(LCV)模型对强度不均匀性具有鲁棒性,通过结合每个像素周围的局部统计信息,扩展了经典的Chan--Vese(CV)图像分割方法。最初,LCV模型采用有限差分方案进行求解,遵循CV模型的处理方法。作为有限差分方案的替代,后期为CV模型开发了一种基于Merriman-Bence-Osher(MBO)方案的更高效算法。本文推导了一种类似的基于MBO的算法来求解LCV模型,并提出了一种高效的实现方案。该算法适用于两相和多相分割,同时也讨论了对彩色图像的扩展。为了验证所提方法的有效性,我们将其应用于多种灰度和彩色图像,包括医学图像和显微图像。
cs.CV / 90 / 2608.00903

PeCA: Palette Context Assisted Inference for Test-Time Paint-Bucket Colourisation on Animation Videos

PeCA:用于动画视频测试时油漆桶着色的调色板上下文辅助推理
Lin, Dongheng, Jiao, Jianbo
Abstract
In animation production, paint-bucket colourisation for hand-drawn animation is a labour-intensive procedure that assigns each enclosed region in line sketches a colour from reference design sheets. Recent automatic paint-bucket colourisation pipelines mirror this workflow via region correspondence, but correspondences can be brittle when regions are ambiguous fragments without proper context. In this paper, we propose Palette Context Assisted (PeCA), a new training-free, plug-and-play framework for animation video colourisation that aims to close this gap at test-time via reasoning over spatial and temporal contexts. Extensive experiments on existing benchmarks and a newly introduced long-video test case show consistent performance boosts.
Chinese Translation
在动画制作中,手绘动画的油漆桶着色是一项劳动密集型的过程,它将线条草图中每个封闭区域分配一种来自参考设计图的颜色。最近的自动油漆桶着色流程通过区域对应来模拟这一工作流程,但当区域是没有适当上下文的模糊片段时,这种对应关系可能会变得脆弱。本文提出了一种新的无训练、即插即用的动画视频着色框架——调色板上下文辅助(PeCA),旨在通过对空间和时间上下文的推理,在测试时填补这一空白。在现有基准和新引入的长视频测试案例上的大量实验显示出一致的性能提升。
cs.CV / 91 / 2608.00925

Look Up and Look Back: Hidden Attention and Latent Orientation in a Frozen Foundation Model for Panoramic SLAM

向上看与向后看:冻结基础模型中的隐性注意力与潜在方向性在全景SLAM中的应用
Xiong, Zhuang, Zhang, Guohao, Zhang, Chen, Jiang, Zheyu, Mei, Yuchao, Xu, Qingshan, Tao, Wenbing
Abstract
Monocular panoramic SLAM benefits from substantial visual overlap under large camera rotations, yet remains prone to errors caused by camera tilt, scale drift, and false loop closures. We show that a frozen panoramic geometry foundation model provides useful internal cues beyond its explicit geometric outputs: intermediate tokens encode gravity in the camera frame, while cross-view attention provides a compatibility cue for potential revisits. Building on these cues, we present HALO-SLAM. A gravity readout enables IMU-free spherical upright canonicalization. For loop closure, we introduce a cost-aware three-stage cascade combining DBoW2 event-level retrieval, attention-based compatibility filtering, and dense geometric validation through symmetric submap augmentation. Accepted revisits yield pixel-aligned 3D--3D correspondences in both local gauges, from which robust $\mathrm{Sim}(3)$ constraints are estimated and jointly optimized with sequential constraints in a global pose graph. Across 125 sequences from five real-world panoramic benchmarks, our method achieves \textbf{100\%} sequence success (\textbf{125/125}) under the stated criterion and the lowest ATE among the evaluated methods on all five benchmarks, reducing ATE by \textbf{30--88\%} relative to the best ERP-native baseline on each benchmark.
Chinese Translation
单目全景SLAM在大幅度相机旋转下受益于显著的视觉重叠,但仍然容易受到相机倾斜、尺度漂移和虚假回环闭合导致的错误影响。我们展示了一个冻结的全景几何基础模型提供了超出其显式几何输出的有用内部线索:中间标记在相机坐标系中编码重力,而跨视图注意力则为潜在的重访提供了兼容性线索。在这些线索的基础上,我们提出了HALO-SLAM。重力读出使得无需IMU的球形直立标准化成为可能。对于回环闭合,我们引入了一种成本感知的三阶段级联,结合了DBoW2事件级检索、基于注意力的兼容性过滤和通过对称子图增强进行的密集几何验证。被接受的重访在两个局部坐标系中产生像素对齐的3D-3D对应关系,从中估计出稳健的$ ext{Sim}(3)$约束,并与全局位姿图中的顺序约束共同优化。在来自五个真实世界全景基准的125个序列中,我们的方法在所述标准下实现了 extbf{100\%}的序列成功率( extbf{125/125}),并在所有五个基准中实现了最低的平均绝对误差(ATE),相对于每个基准上最佳的ERP本地基线,ATE降低了 extbf{30--88 extbf{ ext{%}}}。
cs.CV / 92 / 2608.00950

Swimm3R: Splatting with Medium-aware SfM for Underwater 3D Reconstruction

Swimm3R:一种结合介质感知结构光束(SfM)与水下贝塔点云的水下三维重建框架
Kweon, Minseong, Sattar, Junaed
Abstract
We propose Swimm3R, a unified framework that combines medium-aware structure-from-motion (SfM) with Underwater Beta Splatting to address scattering- and attenuation-induced failures in underwater 3D reconstruction. Swimm3R distills in-air geometric priors into a feed-forward backbone and uses a physics head to regress underwater image-formation parameters, camera poses, and restored point clouds. Additionally, we introduce Underwater Beta Splatting, which extends Gaussian splatting with Beta primitives and scattering-aware geometric gradients for stable underwater geometry representation. We further establish the Barbados underwater video dataset to demonstrate the effectiveness of our method in challenging underwater environments. On this dataset, Swimm3R robustly recovers underwater scene structure under challenging scattering conditions, yielding coherent seafloor geometry. Using these predicted point clouds, the proposed Underwater Beta Splatting improves average PSNR by $1.47$ dB over WaterSplatting while increasing downstream localization performance by $2.0$ and $2.4$ percentage points in RRA@15 and RTA@15, respectively.
Chinese Translation
我们提出了Swimm3R,一个统一框架,将介质感知的结构光束(SfM)与水下贝塔点云结合起来,以解决水下三维重建中由于散射和衰减引起的失败。Swimm3R将空气中的几何先验提炼到前馈骨干网络中,并使用物理头部回归水下图像形成参数、相机姿态和恢复的点云。此外,我们引入了水下贝塔点云,该方法通过贝塔原语和感知散射的几何梯度扩展了高斯点云,以实现稳定的水下几何表示。我们进一步建立了巴巴多斯水下视频数据集,以展示我们的方法在具有挑战性的水下环境中的有效性。在该数据集上,Swimm3R在具有挑战性的散射条件下稳健地恢复水下场景结构,产生一致的海底几何。利用这些预测的点云,所提出的水下贝塔点云在平均峰值信噪比(PSNR)上比WaterSplatting提高了$1.47$ dB,同时在RRA@15和RTA@15的下游定位性能上分别提高了$2.0$和$2.4$个百分点。
cs.CV / 93 / 2608.00975

MonitorVLM-v2: A Deployed Vision-Language Framework for Real-Time Safety Violation Detection

MonitorVLM-v2:一种用于实时安全违规检测的部署视觉-语言框架
Wu, Jiang, Wu, Sichao, Ma, Yinsong, Zheng, Lifang, Duan, Jingliang
Abstract
Large vision--language models (VLMs) can reason step by step about complex visual scenes, but this open-ended, autoregressive chain-of-thought (CoT) approach is poorly suited to safety-critical, rule-governed settings such as industrial surveillance, where decisions must be bounded, deterministic, and low-latency. Because CoT inference cost scales jointly with reasoning length and the number of concurrent streams, it creates a throughput bottleneck that precludes the real-time, multistream monitoring required for industrial accountability. Here we present MonitorVLM-v2, a deployment-oriented framework that recasts VLM-based safety assessment as probabilistic inference over a finite regulatory decision space, compressing multimodal reasoning into single-step rule-ID predictions and reducing decoding from a variable-length sequence to a single token. We introduce symbolic policy optimization (SymPO), a novel contrastive policy optimization algorithm that sharpens decision boundaries within this finite symbolic space, together with an entropy-driven triage mechanism that routes uncertain predictions to human reviewers for expert confirmation. In a four-month prospective deployment across 10 concurrent camera feeds in an operational underground mining facility, MonitorVLM-v2 achieved a 19.45-fold increase in inference speed and identified 2.78 times as many confirmed violations as the site's routine manual inspection workflow, demonstrating the practical value of compressed symbolic decision-making for real-time, auditable industrial monitoring.
Chinese Translation
大型视觉-语言模型(VLMs)能够逐步推理复杂的视觉场景,但这种开放式、自回归的思维链(CoT)方法不适合安全关键、规则驱动的环境,如工业监控,在这些环境中,决策必须是有限的、确定的,并且具有低延迟。由于CoT推理成本与推理长度和并发流的数量共同增长,它造成了吞吐量瓶颈,阻碍了工业问责所需的实时多流监控。在此,我们提出了MonitorVLM-v2,这是一种面向部署的框架,将基于VLM的安全评估重新构建为在有限的监管决策空间内进行概率推理,将多模态推理压缩为单步规则ID预测,并将解码从可变长度序列减少为单个标记。我们引入了符号策略优化(SymPO),这是一种新颖的对比策略优化算法,能够在这个有限的符号空间内锐化决策边界,并结合一种基于熵的分流机制,将不确定的预测引导给人类审阅者进行专家确认。在一个为期四个月的前瞻性部署中,MonitorVLM-v2在一个运营中的地下矿场的10个并发摄像头流中实现了19.45倍的推理速度提升,并识别出2.78倍于该地点常规人工检查工作流程的确认违规,展示了压缩符号决策在实时、可审计的工业监控中的实际价值。
cs.CV / 94 / 2608.00976

Location-Aware Fine-Grained Representation Learning for Medical Vision Foundation Models

基于位置感知的细粒度表示学习用于医学视觉基础模型
Kang, Myeongkyun, Yang, Yanting, Li, Xiaoxiao
Abstract
Fine-grained visual representations are essential for medical image analysis, particularly when diagnostically relevant evidence is subtle and spatially localized. Modern transformer-based medical vision encoders must therefore learn patch-level representations that are both clinically meaningful and spatially consistent. Without these properties, large vision-language models (LVLMs) operate on an ambiguous visual foundation, limiting their ability to generate clinically reliable and spatially grounded responses. However, existing training strategies for medical vision encoders rarely achieve both objectives. Image-text alignment provides clinically meaningful supervision primarily at the image level, leaving the spatial localization of diagnostic evidence weakly constrained. In contrast, self-supervised learning promotes spatial consistency but lacks the semantic supervision needed to distinguish visually similar yet clinically distinct regions. To address this gap, we present LoFi, a medical vision foundation model built on location-aware fine-grained representation learning. LoFi trains a vision encoder with a lightweight large language model under grounding and grounded captioning objectives. Because these objectives require predicting location from clinical text and vice versa, spatial consistency emerges without any explicit patch-level regularization. To enable training at scale, we construct MedG, a large-scale medical grounding dataset of 4.48M image-text-box triplets curated from 84 datasets spanning 7 modalities. Across phrase grounding, visual question answering, and region-based organ classification under perturbations, LoFi consistently outperforms general-purpose and medical vision foundation models as well as state-of-the-art LVLMs. Code is available at https://github.com/myeongkyunkang/lofi-medg.
Chinese Translation
细粒度视觉表示对于医学图像分析至关重要,尤其是在诊断相关证据微妙且空间局部化时。因此,现代基于变换器的医学视觉编码器必须学习具有临床意义和空间一致性的补丁级表示。如果没有这些特性,大型视觉-语言模型(LVLMs)将在模糊的视觉基础上运行,限制了它们生成临床可靠和空间扎根响应的能力。然而,现有的医学视觉编码器训练策略很少同时实现这两个目标。图像-文本对齐主要在图像级别提供临床意义的监督,导致诊断证据的空间定位约束较弱。相反,自监督学习促进了空间一致性,但缺乏区分视觉上相似但临床上不同区域所需的语义监督。为了解决这一问题,我们提出了LoFi,一个基于位置感知的细粒度表示学习的医学视觉基础模型。LoFi在基础和基础标题生成目标下,使用轻量级的大型语言模型训练视觉编码器。由于这些目标需要从临床文本预测位置,反之亦然,因此空间一致性在没有任何显式补丁级正则化的情况下自然而然地出现。为了实现大规模训练,我们构建了MedG,这是一个大规模医学基础数据集,包含来自84个数据集、跨越7种模态的448万图像-文本-框三元组。通过短语定位、视觉问答和在扰动下的区域基础器官分类,LoFi始终优于通用和医学视觉基础模型以及最先进的LVLMs。代码可在 https://github.com/myeongkyunkang/lofi-medg 获取。
cs.CV / 95 / 2608.00986

Understanding and Overcoming Cross-modal Fusion Bias in Multimodal Anomaly Detection From A Fisher Information Perspective

从费舍尔信息视角理解和克服多模态异常检测中的跨模态融合偏差
Long, Kaifang, Ma, Lianbo, Liu, Liming, Xie, Guoyang
Abstract
Current advancements in Multimodal Anomaly Detection (MAD) are largely driven by enhancing multimodal fusion, particularly through the integration of RGB and Depth data for richer anomaly representation. However, less attention was devoted to analyzing the role of cross-modal fusion bias, a well-known challenge in multimodal learning, in MAD. This gap motivates a key question: can we overcome this bias to break the performance bottleneck of current work? In this paper, we first analyze the impact of cross-modal fusion bias in MAD via the Fisher Information Matrix. Then, grounded in these findings, we propose UCFB, a simple yet effective plug-and-play framework designed to mitigate cross-modal fusion bias in MAD. It achieves this by jointly employing Fisher-information-guided dynamic calibration to adjust modality-specific regularization weights and canonical similarity analysis to improve inter-modal interactions. Extensive experiments on the MVTec 3D-AD and Eyecandies datasets demonstrate that UCFB achieves consistent improvements in single-class, multi-class, and few-shot settings.
Chinese Translation
当前多模态异常检测(MAD)的进展主要通过增强多模态融合来推动,特别是通过整合RGB和深度数据以实现更丰富的异常表示。然而,针对跨模态融合偏差这一多模态学习中的著名挑战在MAD中的作用,关注较少。这一空白引发了一个关键问题:我们能否克服这种偏差以打破当前工作的性能瓶颈?在本文中,我们首先通过费舍尔信息矩阵分析跨模态融合偏差在MAD中的影响。然后,基于这些发现,我们提出了UCFB,一个简单而有效的即插即用框架,旨在减轻MAD中的跨模态融合偏差。它通过联合采用费舍尔信息引导的动态校准来调整模态特定的正则化权重,以及典范相似性分析来改善模态间的交互,从而实现这一目标。在MVTec 3D-AD和Eyecandies数据集上的大量实验表明,UCFB在单类、多类和少样本设置中均实现了一致的性能提升。
cs.CV / 96 / 2608.00994

Entity-Faithful Repair of Synthetic Supervision for Zero-Shot Image Captioning

实体忠实的合成监督修复用于零样本图像描述
Liu, Zhiyue, Zhou, Wenkai, Qin, Jian, Jiang, Qipeng
Abstract
Zero-shot image captioning aims to generate image descriptions without annotated image-text pairs. Recent approaches exploit text-to-image models to synthesize training data from text-only corpora, but most focus on improving overall data quality. In contrast, we observe that synthetic image-text misalignment is often structured and fine-grained: pairs may remain globally plausible while containing missing entities or misgrounded attributes, thereby degrading supervision fidelity. As a result, methods based on global similarity for image rematching or regeneration may improve apparent plausibility, but cannot systematically repair entity-level misalignment. To address this issue, we propose ReCap, a plug-and-play framework that shifts synthetic data refinement from implicit global matching to explicit fine-grained realignment. Specifically, ReCap enforces entity-level correspondence by using detected image-supported entities to guide caption rewriting, yielding more faithful synthetic supervision. In addition, we introduce an adaptive dynamic weighted learning strategy to downweight unreliable synthetic pairs during training. As a general framework, ReCap can be integrated into existing synthetic-data pipelines. Extensive experiments show that ReCap consistently improves image-text consistency and achieves state-of-the-art performance on both in-domain and cross-domain zero-shot image captioning benchmarks.
Chinese Translation
零样本图像描述旨在生成没有标注的图像-文本对的图像描述。最近的方法利用文本到图像模型从仅有文本的语料库中合成训练数据,但大多数方法侧重于提高整体数据质量。相比之下,我们观察到合成图像-文本的不对齐往往是结构化和细粒度的:尽管对是全局上合理的,但对中可能缺少实体或属性错误定位,从而降低了监督的忠实度。因此,基于全局相似性的图像重新匹配或再生方法可能提高表面上的合理性,但无法系统性地修复实体级别的不对齐。为了解决这个问题,我们提出了ReCap,一个即插即用的框架,将合成数据的精炼从隐式的全局匹配转变为显式的细粒度重新对齐。具体而言,ReCap通过使用检测到的图像支持实体来指导描述重写,从而强制执行实体级别的对应关系,产生更忠实的合成监督。此外,我们引入了一种自适应动态加权学习策略,在训练过程中降低不可靠合成对的权重。作为一个通用框架,ReCap可以集成到现有的合成数据管道中。大量实验表明,ReCap持续改善图像-文本一致性,并在领域内和跨领域的零样本图像描述基准测试中实现了最先进的性能。
cs.CV / 97 / 2608.01021

Can Humans Dream of Electric Sheep? Human-Written Samples for Fine-Grained Vision-and-Language Hallucination Benchmarking

人类能否梦见电羊?用于细粒度视觉与语言幻觉基准测试的人类撰写样本
Mickus, Timothee, Savelli, Claudio, Calò, Eduardo, Raimond, Emilio, Frank, Stella, Luo, Hengyu, Giobergia, Flavio, Segonne, Vincent, Li, Chuyuan, Sinha, Aman, Vaiani, Lorenzo, Tiedemann, Jörg, Vázquez, Raúl
Abstract
In an age of rapid model turnover, how do we make hallucination evaluation more perennial? We explore whether human-written hallucination samples could take the place of model-generated hallucinations, in order to make benchmarking detection independent of particular models. To this end, we construct a dataset of 1,600 human-written samples, spanning four languages (Chinese, English, French, Italian), and 18,400 samples from five vision-and-language models, all annotated for hallucinations using a fine-grained span-level labeling scheme. We find that human-written samples result in higher agreement and allow greater control of dataset contents, while remaining distributionally similar to samples derived from vision-and-language samples and providing a reasonable portrayal of detection capabilities - suggesting that human data is a viable substitute for model-based hallucination benchmarks.
Chinese Translation
在快速模型更替的时代,我们如何使幻觉评估更加持久?我们探讨人类撰写的幻觉样本是否可以取代模型生成的幻觉,以使基准检测独立于特定模型。为此,我们构建了一个包含1,600个跨四种语言(中文、英语、法语、意大利语)的人类撰写样本的数据集,以及来自五个视觉与语言模型的18,400个样本,所有样本均使用细粒度的跨度级标注方案进行了幻觉标注。我们发现,人类撰写的样本在一致性上表现更高,并且能够更好地控制数据集内容,同时在分布上与来自视觉与语言样本的样本保持相似,并合理地描绘了检测能力——这表明人类数据是模型基础幻觉基准的可行替代品。
cs.CV / 98 / 2608.01053

Struct-GStream: Towards Efficient Free-Viewpoint Video Streaming at Low-Bitrates with Structured 3D Gaussians

Struct-GStream:基于结构化3D高斯的低比特率高效自由视角视频流传输
Jiao, Han, Sun, Jiakai, Zhao, Lei, Xing, Wei, Lin, Huaizhong, Zhang, Zhanjie, Ma, Ao
Abstract
Constructing photorealistic Free-Viewpoint Videos (FVVs) of dynamic scenes from a set of posed 2D images has been an intriguing yet challenging task in computer vision. Methods based on neural rendering achieve high-fidelity image quality in FVV construction. However, most of these methods are unable to achieve real-time rendering and often require complete video sequences to train. Despite the existence of some online training methods capable of rendering FVVs in real time, they struggle to meet the requirements for storage and training time for downstream applications. To overcome this problem, we propose Struct-GStream, which can achieve efficient FVV streaming using structured 3D Gaussians (3DGs). Specifically, we introduce dynamic anchor points to generate structured 3DGs to construct basic scenes and model approximate scene movements based on the assumption of local rigidity in object motion. Besides, we introduce a global free 3DGs patching strategy involving free 3DGs' generation, pruning, and optimization to patch and model deficient areas and emerging objects. Our method achieves fast training at low bitrates while maintaining high rendering quality. Extensive experiments demonstrate that Struct-GStream significantly outperforms existing online training methods for FVV construction in terms of training time, storage, and rendering quality while maintaining competitive rendering speed.
Chinese Translation
从一组已摆姿态的二维图像构建动态场景的逼真自由视角视频(FVVs)一直是计算机视觉领域一个引人入胜但具有挑战性的任务。基于神经渲染的方法在FVV构建中实现了高保真图像质量。然而,这些方法大多数无法实现实时渲染,并且通常需要完整的视频序列进行训练。尽管存在一些能够实时渲染FVVs的在线训练方法,但它们在存储和训练时间方面难以满足下游应用的要求。为了解决这个问题,我们提出了Struct-GStream,它可以利用结构化3D高斯(3DGs)实现高效的FVV流传输。具体而言,我们引入动态锚点来生成结构化3DGs,以构建基本场景,并基于物体运动的局部刚性假设对场景的近似运动进行建模。此外,我们引入了一种全球自由3DGs拼接策略,包括自由3DGs的生成、修剪和优化,以拼接和建模缺失区域和新出现的物体。我们的方法在低比特率下实现了快速训练,同时保持高渲染质量。大量实验表明,Struct-GStream在训练时间、存储和渲染质量方面显著优于现有的FVV构建在线训练方法,同时保持了竞争力的渲染速度。
cs.CV / 99 / 2608.01055

Credit the Right Box: Marginal Contribution Assignment for Structured Visual Perception

信用正确的框:结构化视觉感知的边际贡献分配
Han, Xinheng, Wang, Jianfei, Chen, Yu, Wang, Xiang, Li, Shuai, Li, Weixing, Pan, Feng
Abstract
Multimodal Large Language Models (MLLMs) are increasingly expected to solve structured perception tasks that require visual recognition, language-to-object binding, object cardinality preservation, and precisely localized grounding and segmentation outputs. However, existing group-relative reinforcement learning methods provide only response-level supervision, creating a granularity mismatch for structured multi-object prediction: a single advantage is broadcast to all tokens in a response, without distinguishing individual box contributions. To address this mismatch, we propose MCR-GRPO, a marginal contribution assignment framework that derives box-level credit directly from each sampled response. Specifically, Marginal Contribution Reward (MCR) estimates each predicted box's contribution through a leave-one-out comparison, measuring how the matched set value changes when the box is removed from the response. After within-response normalization, records that improve the set value receive positive credit, while redundant or harmful ones are suppressed. To make marginal attribution stable and informative, we further introduce a Continuous Matched Set Value Evaluator that integrates permutation-invariant matching, count-aware normalization, and graded localization. MCR-GRPO maps normalized box-level marginal advantages to the token spans that generated each box, preserving GRPO's response-level comparison while enabling box-aware optimization of structured multi-object grounding. Experiments across REC, DOD, segmentation, and counting benchmarks show state-of-the-art performance over prior GRPO-based baselines.
Chinese Translation
多模态大型语言模型(MLLMs)越来越被期望解决需要视觉识别、语言与物体绑定、物体基数保持以及精确定位的基础和分割输出的结构化感知任务。然而,现有的群体相对强化学习方法仅提供响应级别的监督,这导致了结构化多物体预测中的粒度不匹配:单一的优势被广播到响应中的所有标记,而没有区分各个框的贡献。为了解决这一不匹配,我们提出了MCR-GRPO,一个边际贡献分配框架,直接从每个采样响应中推导框级信用。具体而言,边际贡献奖励(MCR)通过留一法比较来估计每个预测框的贡献,测量当框从响应中移除时匹配集值的变化。在响应内归一化后,改善集值的记录获得正信用,而冗余或有害的记录则被抑制。为了使边际归因稳定且信息丰富,我们进一步引入了一个连续匹配集值评估器,该评估器集成了置换不变匹配、计数感知归一化和分级定位。MCR-GRPO将归一化的框级边际优势映射到生成每个框的标记跨度,保留了GRPO的响应级比较,同时实现了结构化多物体定位的框感知优化。在REC、DOD、分割和计数基准上的实验表明,MCR-GRPO在先前基于GRPO的基线之上实现了最先进的性能。
cs.CV / 100 / 2608.01058

Extended KAFR: A kinematic-adaptive paradigm for the efficient analysis of surgical video

扩展KAFR:一种用于高效分析外科视频的运动自适应范式
Nguyen, Huu Phong, Khairnar, Shekhar Madhav, Sankaranarayanan, Ganesh
Abstract
Artificial Intelligence is increasingly applied to surgical video analysis for phase segmentation, skill assessment, and workflow optimization. A key challenge is the length of surgical recordings, often one to several hours, creating substantial computational burden. We previously developed Kinematics-Adaptive Frame Recognition (KAFR) for robotic surgery, showing that tracking tool motion effectively identifies informative frames while filtering redundant content. However, laparoscopic surgery introduces additional challenges: manual camera control causes frequent motion artifacts, and image quality is generally lower than robotic systems. This study evaluates whether KAFR generalizes to laparoscopic surgery using the Cholec80 benchmark, comprising 80 laparoscopic cholecystectomy procedures annotated for seven surgical phases. KAFR operates in three stages: a fine-tuned YOLO model detects and segments surgical tools; frames are adaptively selected based on tool displacement or velocity variation; and an X3D model classifies selected frames into surgical phases. KAFR achieved a 91.0\% F1 score using only 0.58\% of frames for phase classification, representing an approximately seven-fold reduction compared to typical 4\% frame sampling, while maintaining performance comparable to LoViT (90.2\%) and Trans-SVNet (89.7\%). These results demonstrate that kinematics-based frame selection transfers effectively to the challenging laparoscopic environment.
Chinese Translation
人工智能在外科视频分析中的应用日益增多,主要用于阶段分割、技能评估和工作流程优化。一个主要挑战是外科录制的时长,通常为一到数小时,这造成了巨大的计算负担。我们之前开发了运动自适应帧识别(KAFR)用于机器人手术,研究表明跟踪工具运动可以有效识别信息丰富的帧,同时过滤冗余内容。然而,腹腔镜手术带来了额外的挑战:手动摄像机控制导致频繁的运动伪影,且图像质量通常低于机器人系统。本研究评估了KAFR是否可以推广到腹腔镜手术,使用Cholec80基准数据集,该数据集包含80例腹腔镜胆囊切除术,标注了七个外科阶段。KAFR在三个阶段中运行:经过微调的YOLO模型检测并分割外科工具;根据工具位移或速度变化自适应选择帧;X3D模型将选定的帧分类为外科阶段。KAFR在仅使用0.58%的帧进行阶段分类的情况下,达到了91.0%的F1分数,较典型的4%帧采样实现了约七倍的减少,同时保持了与LoViT(90.2%)和Trans-SVNet(89.7%)相当的性能。这些结果表明,基于运动的帧选择可以有效转移到具有挑战性的腹腔镜环境中。
cs.CV / 101 / 2608.01060

One Query, Many Scales: Sparse Mixture-of-Experts for Efficient Hierarchical Cross-View Geo-Localization

一个查询,多种尺度:稀疏专家混合模型用于高效的层次交叉视图地理定位
Fan, Ruijie, Ye, Junyan, Zhu, Qi, Li, Weijia
Abstract
Cross-view geo-localization (CVGL) retrieves geo-tagged satellite imagery for a ground-view query. Most systems exhaustively search a flat, fixed-resolution gallery, incurring high cost over large areas and adapting poorly to satellite resolution changes. Autoregressive coarse-to-fine alternatives reduce comparisons but bind later predictions to earlier decisions and a predefined hierarchy. We introduce GeoMoE, a sparse mixture-of-experts dual encoder that decouples global multi-scale representation learning from local hierarchical search. Global multi-scale supervision and content-adaptive routing map ground and satellite images across resolutions into a globally comparable embedding space. At inference, each image is encoded once, and probabilistic beam search follows parent--child links to score a small candidate subset. Later levels reuse these descriptors rather than features generated by preceding levels, limiting feature-level error propagation and hierarchy coupling. We further introduce VIGOR-M, a four-city benchmark with an explicit parent--child satellite hierarchy and held-out half-step galleries for single-resolution, cross-resolution, and hierarchical evaluation. GeoMoE achieves 95.78% R@40m on Just Zoom In, 2.77 percentage points above the previous best, and 62.39% R@1 on VIGOR-M. The latter requires 0.885 MMAC/query for descriptor matching, 5.27% of an exhaustive L3 scan, while exceeding the strongest exhaustive baseline by 3.12 percentage points in R@1. One model trained on L1, L2, and L3 also outperforms a matched dense control across all six galleries and transfers to three withheld resolutions. By decoupling globally trained embeddings from local hierarchical search, GeoMoE jointly improves localization accuracy, search efficiency, and cross-resolution transfer.
Chinese Translation
交叉视图地理定位(CVGL)为地面视图查询检索地理标记的卫星图像。大多数系统在一个平坦的固定分辨率图库中进行全面搜索,这在大范围内产生高成本,并且对卫星分辨率变化适应不良。自回归的粗到细替代方案减少了比较次数,但将后续预测绑定到早期决策和预定义的层次结构上。我们提出了GeoMoE,这是一种稀疏专家混合模型的双编码器,它将全球多尺度表示学习与局部层次搜索解耦。全球多尺度监督和内容自适应路由将地面和卫星图像跨分辨率映射到一个全球可比的嵌入空间。在推理阶段,每幅图像仅编码一次,概率束搜索随后沿父子链接评分一个小的候选子集。后续层重用这些描述符,而不是由前面层生成的特征,从而限制了特征级错误传播和层次耦合。我们进一步引入了VIGOR-M,这是一个包含明确父子卫星层次的四城市基准,并为单分辨率、跨分辨率和层次评估保留了一半的图库。GeoMoE在“Just Zoom In”上达到了95.78%的R@40m,比之前的最佳结果高出2.77个百分点,在VIGOR-M上达到了62.39%的R@1。后者在描述符匹配中需要0.885 MMAC/query,仅为全面L3扫描的5.27%,同时在R@1上超过了最强的全面基线3.12个百分点。一个在L1、L2和L3上训练的模型在所有六个图库中也优于匹配的稠密控制,并且能够转移到三个保留的分辨率。通过将全球训练的嵌入与局部层次搜索解耦,GeoMoE共同提高了定位准确性、搜索效率和跨分辨率转移。
cs.CV / 102 / 2608.01067

ReACT-CLIP: Response-Aware Test-Time Defense for Vision--Language Models

ReACT-CLIP:响应感知的视觉-语言模型测试时防御
Malik, Hashmat Shadab, Aremu, Toluwani, Poppi, Samuele, Naseer, Muzammal, Khan, Salman
Abstract
Training-free test-time defenses offer a practical way to improve the adversarial robustness of CLIP-style vision--language models without modifying the pretrained model. However, their correction strength is typically fixed for a narrow range of attack budgets, even though the attack budget is unknown at inference and the required correction varies across samples. We show that this mismatch causes existing defenses to degrade sharply as attacks strengthen. We introduce ReACT-CLIP, a response-conditioned test-time defense that separately determines how strongly each input should be corrected and whether defensive intervention is necessary. Our key observation is that the relative increase in CLIP visual-feature drift between low- and high-noise probes provides a graded, sample-specific proxy for correction demand. ReACT-CLIP maps this relative cross-noise drift to the Gaussian noise scale used to construct a stable, noise-averaged feature anchor, enabling the corrective reach to adapt to each input. To determine whether intervention is necessary, we further observe that clean inputs retain stable class-probability distributions under weak spatial augmentations, whereas adversarial inputs exhibit greater variation. ReACT-CLIP quantifies this variation using a prediction-instability score computed by Jensen--Shannon divergence and combines it with relative cross-noise drift to form the defensive intervention score. ReACT-CLIP requires no model or prompt training, and its correction-strength mapping is calibrated once and fixed across datasets and attack budgets. Across 12 downstream datasets, as well as ImageNet and its distribution-shifted variants, ReACT-CLIP delivers substantial robustness gains across diverse attack types and strengths while largely preserving clean accuracy.
Chinese Translation
无训练的测试时防御为提高CLIP风格视觉-语言模型的对抗鲁棒性提供了一种实用的方法,而无需修改预训练模型。然而,它们的修正强度通常在狭窄的攻击预算范围内是固定的,尽管在推理时攻击预算是未知的,并且所需的修正在样本之间是不同的。我们表明,这种不匹配导致现有防御在攻击增强时急剧下降。我们引入了ReACT-CLIP,这是一种响应条件的测试时防御,能够分别确定每个输入应被修正的强度以及是否需要防御干预。我们的关键观察是,CLIP视觉特征在低噪声和高噪声探测器之间的相对漂移提供了一个分级的、样本特定的修正需求代理。ReACT-CLIP将这种相对交叉噪声漂移映射到用于构建稳定的、噪声平均特征锚的高斯噪声尺度,从而使修正范围能够适应每个输入。为了确定是否需要干预,我们进一步观察到,在弱空间增强下,干净输入保持稳定的类别概率分布,而对抗输入则表现出更大的变化。ReACT-CLIP通过计算詹森-香农散度来量化这种变化,得出预测不稳定性得分,并将其与相对交叉噪声漂移结合形成防御干预得分。ReACT-CLIP不需要模型或提示训练,其修正强度映射在各数据集和攻击预算中一次校准后固定。在12个下游数据集以及ImageNet及其分布偏移变体中,ReACT-CLIP在各种攻击类型和强度下提供了显著的鲁棒性提升,同时在很大程度上保持了干净的准确性。
cs.CV / 103 / 2608.01072

PlantRig - From Bones to Branches: Adaptation of Autoregressive Rigging Models for Plant Skeletal Reconstruction

PlantRig - 从骨骼到分支:自回归绑定模型在植物骨架重建中的适应性
Hu, Nathan, Yang, Yang, Okura, Fumio
Abstract
Autoregressive rigging models such as UniRig and SkinTokens perform well on articulated characters, but their ability to generalize to plant structures remains largely unexplored, since plant topologies exhibit highly variable, non-canonical branching patterns that challenge learned skeletal priors. We evaluate these models for plant skeletal reconstruction using synthetic L-system-generated trees and real scanned data spanning monopodial, sympodial, whorled, and vine-like archetypes. Preliminary testing showed UniRig collapsing complex branching into near-linear chains, while SkinTokens preserved topology better but over-segmented branches and produced an unstable output space, so we focused on UniRig for its greater stability. Diagnosis traced the collapse to sampling-level suppression of branch tokens, and further analysis showed the frozen mesh encoder had limited sensitivity to structural variation, pointing to a geometric bottleneck in the tokenization pipeline rather than a purely learned bias. Building on these findings, we applied multi-round fine-tuning over multiple procedurally generated synthetic datasets. Across rounds, the model progressively recovered accurate branching topology and generalized beyond branch-only structures to plants with foliage, a harder case given the zero-thickness, mesh-normal-dependent geometry of leaves. The resulting model generalized well across diverse plant forms without leaf-specific architectural changes, indicating that targeted fine-tuning can substantially close the domain gap between character-rigging priors and plant skeletal structure. As such, our work points toward a viable path for automated plant rigging across both branch topology and foliage type, even those not considered in our findings.
Chinese Translation
自回归绑定模型如 UniRig 和 SkinTokens 在关节角色上表现良好,但它们在植物结构上的泛化能力仍然未被充分探索,因为植物拓扑展示出高度可变的、非典型的分支模式,这对学习到的骨架先验提出了挑战。我们使用合成的 L 系统生成的树木和真实扫描数据,评估这些模型在植物骨架重建中的表现,涵盖单轴、复轴、轮生和藤本等原型。初步测试显示,UniRig 将复杂的分支压缩为近线性链,而 SkinTokens 更好地保持了拓扑结构,但过度分割了分支并产生了不稳定的输出空间,因此我们专注于 UniRig,因为它具有更大的稳定性。诊断追踪到分支标记的采样级别抑制导致了这种崩溃,进一步分析显示,冻结的网格编码器对结构变化的敏感性有限,指向了标记化管道中的几何瓶颈,而非纯粹的学习偏差。在这些发现的基础上,我们对多个程序生成的合成数据集进行了多轮微调。在各轮中,模型逐步恢复了准确的分支拓扑,并超越了仅有分支的结构,推广到具有叶片的植物,这是一个更困难的案例,因为叶片的几何结构依赖于零厚度和网格法线。最终模型在不同植物形态之间泛化良好,而无需针对叶片的特定建筑变化,表明有针对性的微调可以显著缩小角色绑定先验与植物骨架结构之间的领域差距。因此,我们的工作指向了一条可行的自动化植物绑定路径,涵盖了分支拓扑和叶片类型,即使是那些未在我们的发现中考虑的类型。
cs.CV / 104 / 2608.01094

Lethe: How Hard Is It to Forget? A Benchmark for Federated Unlearning in Medical Imaging

Lethe:忘记有多难?医学影像中的联邦去学习基准
Chen, Shengchao, Shu, Ting
Abstract
Federated learning enables medical-imaging models to be trained across hospitals, and privacy law, most explicitly the GDPR ``right to be forgotten'', turns removing a hospital's, a class's, or a patient's influence from such a model into a federated unlearning problem. This need is most acute in medicine, where patients withdraw consent and hospitals leave collaborations. Yet nearly all unlearning evidence comes from natural images, whose heterogeneity and task structure differ sharply from clinical data, so it is unclear whether existing methods transfer, and no shared protocol covers clinical data. We present Lethe, a benchmark for federated unlearning in medical imaging. It evaluates twelve methods across eight task families, from classification and segmentation to denoising, cross-modality synthesis, and vision-language question answering, at three forgetting granularities and against a retrained gold standard on utility, privacy, and cost. The central result is that what separates methods is the difficulty of the forgetting request, not the method itself. The easy removals that dominate the literature leave the methods that preserve utility indistinguishable, while only hard ones separate them. More striking, on the many medical tasks that generalize across sites, forgetting a client barely changes task performance, leaving residual membership as the signal that must be erased.
Chinese Translation
联邦学习使得医学影像模型能够在医院之间进行训练,而隐私法,尤其是GDPR中的“被遗忘权”,将从模型中去除医院、类别或患者的影响转变为联邦去学习问题。这一需求在医学领域尤为迫切,因为患者可能会撤回同意,医院也可能会退出合作。然而,几乎所有的去学习证据都来自自然图像,其异质性和任务结构与临床数据有显著差异,因此尚不清楚现有方法是否适用,并且没有共享协议覆盖临床数据。我们提出了Lethe,一个用于医学影像的联邦去学习基准。它在八个任务类别中评估了十二种方法,从分类和分割到去噪、跨模态合成和视觉-语言问答,在三个遗忘粒度下与重新训练的黄金标准进行比较,评估其效用、隐私和成本。核心结果是,区分方法的关键在于遗忘请求的难度,而非方法本身。文献中主导的简单去除使得保持效用的方法难以区分,而只有困难的请求才能将它们区分开来。更引人注目的是,在许多跨站点的医学任务中,去除一个客户几乎不会改变任务性能,留下的残余成员资格成为必须被抹去的信号。
cs.CV / 105 / 2608.01103

SSR: Similarity-Shift Refinement for Training-Free Object-Centric Masks

SSR:无训练的对象中心掩膜相似性偏移精炼
Lu, Xiaoqian, Guo, Guangfu
Abstract
Object-centric models often produce fragmented masks, boundary leakage, and incorrect region merging. We introduce Similarity-Shift Refinement (SSR), a training-free post-hoc method for improving object-centric masks with a frozen self-supervised Vision Transformer. SSR measures changes in pairwise patch similarity before and after self-attention value aggregation, retains positively strengthened relations, and constructs a sparse affinity graph. This graph propagates the initial soft slot assignments in a single refinement step, without retraining or modifying either model. Across natural-image, synthetic-video, and real-world-video benchmarks, SSR improves all-pixel Adjusted Rand Index in all 24 evaluated model-dataset combinations, with an average gain of 8.5 percentage points. Ablations show that value-space similarity shifts outperform query- and key-space variants as well as static Transformer affinities. However, texture-dense scenes may cause visually similar regions to be over-grouped. Overall, SSR provides a simple and transferable signal for training-free object-centric mask refinement.
Chinese Translation
对象中心模型通常会产生碎片化的掩膜、边界泄漏和错误的区域合并。我们提出了相似性偏移精炼(Similarity-Shift Refinement, SSR),这是一种无训练的后处理方法,旨在通过冻结的自监督视觉变换器(Vision Transformer)来改善对象中心掩膜。SSR 测量自注意力值聚合前后成对补丁相似性的变化,保留正向增强的关系,并构建稀疏亲和图。该图在单次精炼步骤中传播初始软槽分配,而无需重新训练或修改模型。在自然图像、合成视频和真实视频基准测试中,SSR 在所有 24 种评估的模型-数据集组合中提高了全像素调整兰德指数(Adjusted Rand Index),平均增益为 8.5 个百分点。消融实验表明,值空间相似性偏移优于查询和键空间变体以及静态变换器亲和性。然而,纹理密集的场景可能导致视觉上相似的区域被过度分组。总体而言,SSR 为无训练的对象中心掩膜精炼提供了一种简单且可转移的信号。
cs.CV / 106 / 2608.01104

From Patches to Evidence Balls: Class-Conditioned Evidence Retrieval for Few-Shot Whole Slide Image Classification

从补丁到证据球:面向少样本全幻灯片图像分类的类别条件证据检索
Zhang, Di, Zhang, Li, Liu, Jiashuai, Lu, Junbo, Zeng, Zhi, Ge, Jiusong, Yang, Chunze, Niu, Yi, Chen, Jian, He, Kai, Gao, Zeyu, Li, Chen
Abstract
Whole slide image (WSI) classification is an evidence-driven task, where diagnostic cues are often sparse, spatially organized, and class-dependent. Existing MIL and vision-language methods aggregate a large pool of patch features into a single global slide representation. Under few-shot supervision, limited slide-level labels make it difficult to learn a reliable aggregation mechanism that organizes sparse local cues into compact and coherent diagnostic evidence. Moreover, a shared slide representation compresses evidence supporting a candidate class and its alternatives into the same feature, limiting class-specific reasoning and interpretability. To address these issues, we propose EviBall, a class-conditioned evidence retrieval framework for few-shot WSI classification. EviBall organizes local patches into Evidence Balls through semantic-spatial assignment and center refinement, yielding compact and spatially coherent evidence units under weak supervision. It then uses task-specific class queries, including language-guided queries for morphology-oriented tasks and molecular-guided queries for molecular endpoint prediction, to retrieve supporting evidence balls and produce class-conditioned evidence representations for direct class-wise prediction. By introducing structured evidence units and task-relevant semantic guidance, EviBall reduces the reliance on learning an unconstrained global aggregation mechanism from scarce slide-level labels. It therefore reformulates few-shot WSI classification as structured evidence retrieval and competition among candidate classes. Extensive experiments across four morphology-oriented and molecular endpoint WSI tasks demonstrate that EviBall consistently outperforms conventional and vision-language MIL baselines under diverse few-shot settings, while providing spatially localized and class-specific evidence for each prediction.
Chinese Translation
全幻灯片图像(WSI)分类是一项以证据为驱动的任务,其中诊断线索通常稀疏、空间组织且依赖于类别。现有的多实例学习(MIL)和视觉-语言方法将大量补丁特征聚合为单一的全局幻灯片表示。在少样本监督下,有限的幻灯片级标签使得学习一种可靠的聚合机制变得困难,该机制能够将稀疏的局部线索组织成紧凑且连贯的诊断证据。此外,共享的幻灯片表示将支持候选类别及其替代类别的证据压缩到相同的特征中,限制了类别特定的推理和可解释性。为了解决这些问题,我们提出了EviBall,一种面向少样本WSI分类的类别条件证据检索框架。EviBall通过语义-空间分配和中心细化将局部补丁组织成证据球,在弱监督下生成紧凑且空间连贯的证据单元。然后,它使用特定任务的类别查询,包括针对形态学任务的语言引导查询和针对分子终点预测的分子引导查询,来检索支持的证据球,并生成类别条件的证据表示以进行直接的类别预测。通过引入结构化的证据单元和与任务相关的语义指导,EviBall减少了对从稀缺幻灯片级标签中学习不受约束的全局聚合机制的依赖。因此,它将少样本WSI分类重新表述为结构化证据检索和候选类别之间的竞争。在四个形态学导向和分子终点WSI任务上的大量实验表明,EviBall在多种少样本设置下始终优于传统和视觉-语言MIL基线,同时为每个预测提供空间局部化和类别特定的证据。
cs.CV / 107 / 2608.01106

SG-Layout: Structured Scene Graph-Guided Layout Generation with LLMs

SG-Layout:基于结构化场景图的布局生成与大型语言模型的结合
Wang, Junsheng, Chen, Chao, Xie, Mengying, Li, Mingyan, Gu, Fuqiang
Abstract
Understanding and generating spatially coherent layouts from natural language remains a fundamental yet challenging task for large language models (LLMs). Existing LLMs often struggle to capture explicit geometric relationships and structural dependencies between objects. To address this issue, we propose SG-Layout, a graph-guided layout generation framework that explicitly incorporates structured spatial knowledge into LLMs. SG-Layout follows a two-stage training paradigm: (1) a graph-language feature alignment stage, where a relational graph encoder and a projector are trained to map scene-graph embeddings into the LLM's linguistic space; and (2) an instruction tuning stage, where LoRA-based adapters enable efficient fine-tuning for instruction-driven layout generation while keeping the backbone frozen. We evaluate SG-Layout on image layout generation, indoor scene synthesis and robotic object rearrangement tasks. Experimental results show that SG-Layout improves spatial reasoning accuracy and geometric consistency over the compact open-source backbone, with particularly clear advantages in relation-dense and compositionally complex scenes. These results highlight the effectiveness of graph-structured feature alignment for enhancing controllable layout generation.
Chinese Translation
从自然语言理解和生成空间一致的布局仍然是大型语言模型(LLMs)面临的一个基本而具有挑战性的任务。现有的LLMs往往难以捕捉对象之间的明确几何关系和结构依赖性。为了解决这一问题,我们提出了SG-Layout,一个图引导的布局生成框架,明确将结构化空间知识融入LLMs。SG-Layout遵循两阶段的训练范式:(1)图语言特征对齐阶段,在该阶段,关系图编码器和投影器被训练以将场景图嵌入映射到LLM的语言空间;(2)指令调优阶段,在该阶段,基于LoRA的适配器使得在保持主干网络不变的情况下,能够高效地进行指令驱动的布局生成微调。我们在图像布局生成、室内场景合成和机器人物体重排任务上评估SG-Layout。实验结果表明,SG-Layout在空间推理准确性和几何一致性方面优于紧凑的开源主干,特别是在关系密集和组合复杂的场景中表现出明显优势。这些结果突显了图结构特征对齐在增强可控布局生成方面的有效性。
cs.CV / 108 / 2608.01113

CoT-Edit: Let CoT Guide Instruction Video Editing

CoT-Edit:让链式思维引导指令视频编辑
Liang, Sen, Guan, Fengbin, Zhang, Youliang, Li, Xin, Chen, Zhibo
Abstract
Text-driven instruction-based video editing in complex scenes remains challenging: purely textual prompts often fail to capture precise spatial relationships and physical constraints, resulting in target ambiguity and physically implausible outcomes. To address this, we propose a plan--guide--edit framework that explicitly bridges semantic intent and spatial execution. In our framework, a Chain-of-Thought (CoT)-enhanced multimodal large language model (MLLM) serves as a planner, performing structured reasoning over the video and instructions to derive a precise sequence of bounding boxes and attribute-enriched editing directives. These spatial priors then guide a box-conditioned mask generator, transforming ambiguous global retrieval into localized, context-aware refinement and producing masks that more accurately capture object scale, contact relationships, and placement. Building on these spatial and semantic signals, a diffusion-based editor integrates the masks, enriched instructions, and frame features to render high-fidelity edits that remain temporally coherent and spatially well aligned. Trained first in a modular manner and then jointly, our framework achieves superior performance with reduced data requirements, delivering precise localization in scenes with multiple similar objects and physically consistent object additions, and extensive experiments demonstrate state-of-the-art performance over multiple strong baseline methods. More details are available at: https://github.com/flying-sky999/CoT-Edit
Chinese Translation
基于文本驱动的复杂场景指令视频编辑仍然面临挑战:纯文本提示往往无法准确捕捉空间关系和物理约束,导致目标模糊和不符合物理规律的结果。为了解决这个问题,我们提出了一种计划-引导-编辑框架,明确连接语义意图与空间执行。在我们的框架中,增强链式思维(Chain-of-Thought, CoT)的多模态大型语言模型(Multimodal Large Language Model, MLLM)作为规划者,对视频和指令进行结构化推理,以推导出精确的边界框序列和丰富属性的编辑指令。这些空间先验信息随后引导一个基于框的掩膜生成器,将模糊的全局检索转化为局部的、上下文感知的细化,并生成更准确捕捉对象尺度、接触关系和放置位置的掩膜。在这些空间和语义信号的基础上,基于扩散的编辑器整合掩膜、丰富的指令和帧特征,以渲染高保真编辑,保持时间一致性和空间良好对齐。我们的框架首先以模块化方式训练,然后联合训练,取得了优越的性能,减少了数据需求,在多个相似对象的场景中实现了精确定位和物理一致的对象添加,广泛实验表明其在多个强基线方法上达到了最先进的性能。更多细节可见:https://github.com/flying-sky999/CoT-Edit
cs.CV / 109 / 2608.01127

MiniWorld: Democratizing the Training of Video World Models from Scratch

MiniWorld:从零开始民主化视频世界模型的训练
Zhao, Yian, Zheng, Ruochong, Guo, Hongcan, Yan, Yu, Zhang, Jian, Chen, Jie
Abstract
Video world models predict future observations conditioned on historical observations and control signals, enabling long-horizon generation through autoregressive state transitions. Unlike conventional video generation models that primarily capture visual appearance and motion, video world models learn the underlying dynamics governing environment evolution under agent actions, providing a foundation for embodied AI and interactive simulation. Recent progress has largely relied on adapting pretrained video generation models through post-training or distillation. Although effective, these approaches often require complex training pipelines, substantial computational resources, and suffer from the mismatch between bidirectional pretraining and causal streaming inference. Recent studies have shown that training autoregressive video world models from scratch is feasible and scalable. However, the community still lacks a lightweight, transparent, and fully reproducible baseline trainable end-to-end with modest computational resources. We present MiniWorld, a reproducible framework for training streaming video world models from scratch. MiniWorld employs a block-causal Video Diffusion Transformer trained with Flow Matching in the latent space of a pretrained Video VAE. Building on Diffusion Forcing, it adopts a chunk-wise non-decreasing noise schedule and two-stage continued training to improve temporal modeling and stability. During inference, MiniWorld combines a rolling KV cache with pipelined asynchronous denoising for efficient streaming generation under bounded computation. The entire model can be trained within several days on a single 8-GPU server. By releasing the training and inference codebase and pretrained checkpoints, we hope MiniWorld will facilitate future research on video world modeling.
Chinese Translation
视频世界模型根据历史观察和控制信号预测未来观察,通过自回归状态转移实现长时间范围的生成。与主要捕捉视觉外观和运动的传统视频生成模型不同,视频世界模型学习在代理行为下支配环境演变的基本动态,为具身人工智能和交互式仿真提供了基础。近期的进展主要依赖于通过后训练或蒸馏来调整预训练的视频生成模型。尽管这些方法有效,但通常需要复杂的训练流程和大量的计算资源,并且存在双向预训练与因果流推理之间的不匹配。最近的研究表明,从零开始训练自回归视频世界模型是可行且可扩展的。然而,社区仍然缺乏一个轻量级、透明且完全可重复的基线,能够在适度的计算资源下进行端到端的训练。我们提出了MiniWorld,一个从零开始训练流媒体视频世界模型的可重复框架。MiniWorld采用了一个基于块因果的Video Diffusion Transformer,在预训练的Video VAE的潜在空间中通过流匹配进行训练。基于扩散强迫,它采用了分块的非递减噪声调度和两阶段的持续训练,以改善时间建模和稳定性。在推理过程中,MiniWorld结合了滚动的KV缓存和管道异步去噪,以便在有限计算下高效生成流媒体。整个模型可以在单个8-GPU服务器上在几天内完成训练。通过发布训练和推理代码库以及预训练检查点,我们希望MiniWorld能够促进未来在视频世界建模方面的研究。
cs.CV / 110 / 2608.01157

InteracVid: Building a Real Interactive Audio-Visual Response Dataset from Live-Chat Videos

InteracVid:从直播聊天视频构建真实的互动音视频响应数据集
Zhang, Chi, Shi, Haoyang, Liu, Yueyi, Yan, Zhaokun, Yin, Yishu, Wu, Yuhang, Liu, Miao
Abstract
Large language models have made text the default medium for human--AI interaction, buttext alone cannot express the full range of responses required by multimodal assistants,avatars, and embodied agents. While recent audio-video generative models can synthesizehigh-fidelity synchronized content, existing supervision is largely \emph{descriptive}:models are trained to render captions rather than to produce audio-visual responsescaused by external user interactions. We introduce \textbf{InteracVid}, \emph{the firstopen-source large-scale dataset that addresses this missing supervision}, so that everysample couples a preceding audio-visual context and an external stimulus with the realinteractive response that follows. We design a metadata-aware pipeline that extractsinteractive clips from long, noisy livestreams, yielding over \textbf{454K}context-query-response triplets from more than \textbf{59K} livestream videos andspanning conversation-centered, object-centric, procedural, embodied, and screen-basedscenarios. A ten-rater human study confirms that the extracted interactions are causal,natural, and temporally complete for both genuine and reconstructed queries. On aheld-out benchmark of \textbf{100} genuine live-chat queries, fine-tuning on InteracVidimproves both interaction planning and audio-video response generation, and anindependent human evaluation reproduces the system ranking and the conclusions obtainedwith our automatic judge. These results highlight interaction-structured data as acritical foundation for interactive multimodal generation.
Chinese Translation
大型语言模型已使文本成为人机交互的默认媒介,但仅靠文本无法表达多模态助手、虚拟形象和具身代理所需的全方位响应。尽管近期的音视频生成模型能够合成高保真同步内容,但现有的监督方式主要是 extit{描述性的}:模型训练的目的是生成字幕,而不是产生由外部用户交互引起的音视频响应。我们介绍了 extbf{InteracVid}, extit{第一个开源的大规模数据集,旨在解决这一缺失的监督},使得每个样本都结合了前置的音视频上下文和外部刺激,以及随之而来的真实互动响应。我们设计了一个元数据感知的管道,从长时间的嘈杂直播中提取互动片段,生成超过 extbf{454K}个上下文-查询-响应三元组,涵盖了超过 extbf{59K}个直播视频,涉及以对话为中心、以物体为中心、程序性、具身和基于屏幕的场景。一项由十位评审参与的人类研究确认,提取的互动是因果的、自然的,并且在时间上是完整的,无论是针对真实查询还是重建查询。在 extbf{100}个真实直播聊天查询的保留基准上,对InteracVid进行微调改善了互动规划和音视频响应生成,独立的人类评估重现了系统排名及与我们的自动评估者得出的结论。这些结果强调了互动结构化数据作为互动多模态生成的关键基础。
cs.CV / 111 / 2608.01169

Think in Sets for Streaming Video Token Compression

基于集合思维的流媒体视频令牌压缩
Duan, Moxu, Fu, Jingwen, Wang, Yuwang
Abstract
Streaming VideoLLMs process frames causally while visual tokens grow continuously, making compression essential for controlling prefilling latency and memory. Existing training-free methods independently rank tokens, ignoring marginal-gain interactions among retained tokens. We argue that streaming video token compression should instead be formulated as set selection, where each candidate is valued by what it adds beyond the tokens already retained. Unlike existing set-wise methods designed for offline tasks, streaming makes causal, frame-by-frame pruning decisions, so modeling cross-frame interactions requires an explicit historical reference. This creates a reference-set dilemma: the reference must adequately represent previously conveyed content while remaining bounded for real-time inference. We introduce NovaCov, to our knowledge the first training-free, plug-and-play set-wise token compressor designed for streaming video. NovaCov maintains a capacity-bounded, recency-weighted Historical Reference Bank and optimizes a dual-branch submodular coverage objective that preserves representative current-frame content while prioritizing information insufficiently covered by history. Both branches are facility-location functions, so greedy selection retains the classical (1-1/e) approximation guarantee. Across streaming and offline benchmarks, NovaCov outperforms existing training-free compression methods, retaining 99.6% of ReKV accuracy while reducing LLM prefilling latency by 46%.
Chinese Translation
流媒体视频大语言模型(VideoLLMs)以因果方式处理帧,同时视觉令牌持续增长,这使得压缩在控制预填充延迟和内存方面变得至关重要。现有的无训练方法独立对令牌进行排序,忽略了保留令牌之间的边际增益交互。我们认为,流媒体视频令牌压缩应当被重新表述为集合选择,其中每个候选令牌的价值取决于其相较于已保留令牌所增加的内容。与现有的针对离线任务设计的集合方法不同,流媒体需要逐帧进行因果修剪决策,因此建模跨帧交互需要一个明确的历史参考。这就产生了一个参考集困境:参考集必须充分代表先前传达的内容,同时又要在实时推理中保持有限。我们引入了NovaCov,据我们所知,这是第一个为流媒体视频设计的无训练、即插即用的集合式令牌压缩器。NovaCov维护一个容量受限、近期加权的历史参考库,并优化一个双分支次模覆盖目标,以保留具有代表性的当前帧内容,同时优先考虑历史覆盖不足的信息。两个分支都是设施选址函数,因此贪婪选择保留了经典的(1-1/e)近似保证。在流媒体和离线基准测试中,NovaCov的表现优于现有的无训练压缩方法,保留了99.6%的ReKV准确性,同时将大语言模型的预填充延迟减少了46%。
cs.CV / 112 / 2608.01178

DynActiveGS: Active Gaussian Splatting for Dynamic Scene Reconstruction

DynActiveGS:用于动态场景重建的主动高斯点云技术
Duan, Hongbo, Luo, Pengting, Zhao, Chengzhi, Chiang, Yuanhao, Liu, Fangming, Wang, Xueqian
Abstract
We present DynActiveGS, a dynamic-aware active reconstruction framework based on 3D Gaussian Splatting (3DGS) for autonomous exploration in dynamic environments. The framework incrementally reconstructs a 3D Gaussian scene representation while suppressing motion-corrupted observations through online uncertainty prediction and uncertainty-weighted Gaussian optimization. A key component of DynActiveGS is the explicit decomposition of uncertainty into structural uncertainty and motion-induced uncertainty, which enables the system to distinguish under-reconstructed static regions from dynamically unreliable areas. Based on these uncertainty fields, DynActiveGS performs dynamic-aware viewpoint selection and dynamic-constrained path planning to favor informative yet stable observations during exploration. The resulting system forms a unified closed-loop pipeline for robust active reconstruction in dynamic scenes. Extensive experiments on challenging dynamic benchmarks demonstrate consistent improvements over existing active reconstruction baselines in reconstruction accuracy, completeness, rendering quality, and exploration efficiency.
Chinese Translation
我们提出了DynActiveGS,这是一种基于3D高斯点云(3D Gaussian Splatting, 3DGS)的动态感知主动重建框架,旨在实现动态环境中的自主探索。该框架通过在线不确定性预测和不确定性加权的高斯优化,逐步重建3D高斯场景表示,同时抑制运动干扰的观测。DynActiveGS的一个关键组成部分是将不确定性明确分解为结构不确定性和运动引起的不确定性,这使得系统能够区分重建不足的静态区域和动态不可靠区域。基于这些不确定性场,DynActiveGS执行动态感知的视点选择和动态约束的路径规划,以在探索过程中优先考虑信息丰富且稳定的观测。最终,该系统形成了一个统一的闭环管道,用于在动态场景中进行稳健的主动重建。在具有挑战性的动态基准测试中进行的广泛实验表明,在重建精度、完整性、渲染质量和探索效率方面,DynActiveGS相较于现有的主动重建基线表现出了一致的改进。
cs.CV / 113 / 2608.01185

3DZip: Spatial-Aware Feature Diversity-Guided Token Compression for 3D Question Answering

3DZip:基于空间感知特征多样性的引导令牌压缩用于3D问答
Baek, Changwoo, Kong, Kyeongbo
Abstract
Recent 3D vision-language models (3D VLMs) construct geometry aware tokens by projecting 2D visual features into world coordinates, enabling spatial reasoning for tasks such as 3D question answering. However, this design generates thousands of tokens per scene, resulting in substantial computational and memory overhead. While token compression has been extensively studied in 2D VLMs, existing approaches rely on semantic relevance or attention-based selection that overlook the structured spatial nature of 3D tokens. Moreover, redundancy in 3D representations cannot be resolved by spatial proximity alone, as object-level token imbalance persists even after spatial aggregation. To address this, we propose 3DZip, a three-stage token compression framework that first applies coarse voxelization to remove point-level redundancy, then selects anchor tokens based on feature-space diversity via a Determinantal Point Process, and finally merges remaining tokens under spatial constraints to preserve geometric coherence. Experiments on three 3D question answering benchmarks demonstrate that 3DZip consistently outperforms existing compression methods, retaining 94.7% of the original performance with only 128 tokens, achieving a $1.92\times$ faster inference speed.
Chinese Translation
近期的3D视觉语言模型(3D VLMs)通过将2D视觉特征投影到世界坐标中构建几何感知令牌,从而实现对3D问答等任务的空间推理。然而,这种设计为每个场景生成了数千个令牌,导致了显著的计算和内存开销。尽管在2D VLMs中对令牌压缩进行了广泛研究,但现有方法依赖于语义相关性或基于注意力的选择,忽视了3D令牌的结构化空间特性。此外,仅通过空间邻近性无法解决3D表示中的冗余问题,因为即使在空间聚合后,物体级令牌的不平衡仍然存在。为了解决这一问题,我们提出了3DZip,一个三阶段的令牌压缩框架,首先应用粗略体素化以去除点级冗余,然后通过行列式点过程(Determinantal Point Process)基于特征空间多样性选择锚令牌,最后在空间约束下合并剩余令牌以保持几何一致性。在三个3D问答基准上的实验表明,3DZip始终优于现有的压缩方法,仅用128个令牌保留了94.7%的原始性能,实现了$1.92 imes$的推理速度提升。
cs.CV / 114 / 2608.01186

QuerySplat: Decoupling Geometry and Appearance Representations in 3DGS Prediction

QuerySplat:在3DGS预测中解耦几何与外观表示
Li, Yinglong, Shen, Donghui, Zhang, Xiaoyu, Ye, Zhichao, Wu, Hongyu, Hao, Aimin, Zhang, Guofeng, Liu, Haomin
Abstract
While feed-forward 3D Gaussian Splatting (3DGS) enables efficient 3D reconstruction, achieving high-fidelity rendering remains challenging. Existing pixel-aligned approaches suffer from spatial inflexibility and massive structural redundancy, whereas query-based methods lack 3D priors and entangle geometry with appearance, yielding blurry, pose-dependent results. To overcome these deficiencies, we propose \textbf{QuerySplat}, a feed-forward 3DGS framework driven by geometric priors and explicit appearance decoupling. Specifically, we design a dual-branch query-based decoder: the geometry branch leverages a pretrained Vision Geometric Model for spatial understanding, which intrinsically endows QuerySplat with pose-free modeling capabilities, while the appearance branch recovers high-frequency details through a dedicated pathway separated from geometric attribute regression. Extensive experiments demonstrate that QuerySplat mitigates the blurry rendering issues of early query-based models and consistently outperforms pixel-aligned approaches in rendering fidelity. On the challenging DL3DV benchmark, it achieves state-of-the-art novel view synthesis performance, with average PSNR gains of 2.30 dB and 1.04 dB over the best pose-free and pose-required baselines, respectively. Project Page: https://inspatio.github.io/querysplat.
Chinese Translation
尽管前馈式3D高斯点云(3DGS)能够实现高效的3D重建,但实现高保真渲染仍然具有挑战性。现有的像素对齐方法存在空间灵活性不足和结构冗余严重的问题,而基于查询的方法缺乏3D先验知识,并将几何与外观纠缠在一起,导致模糊且依赖姿态的结果。为了克服这些缺陷,我们提出了 extbf{QuerySplat},一个由几何先验驱动并显式解耦外观的前馈式3DGS框架。具体而言,我们设计了一个双分支的基于查询的解码器:几何分支利用预训练的视觉几何模型进行空间理解,从而使QuerySplat具备无姿态建模能力,而外观分支则通过与几何属性回归分离的专用路径恢复高频细节。大量实验表明,QuerySplat减轻了早期基于查询模型的模糊渲染问题,并在渲染保真度上始终优于像素对齐的方法。在具有挑战性的DL3DV基准上,它实现了最先进的新视图合成性能,平均PSNR分别比最佳的无姿态和需姿态基线提高了2.30 dB和1.04 dB。项目页面:https://inspatio.github.io/querysplat。
cs.CV / 115 / 2608.01202

Fruit-HSNet: A Machine Learning Approach for Hyperspectral Image-Based Fruit Ripeness Prediction

Fruit-HSNet:一种基于高光谱图像的水果成熟度预测的机器学习方法
Jmaa, Ahmed Baha Ben, Chaieb, Faten, Fabijańska, Anna
Abstract
Fruit ripeness prediction (FRP) is a classification-based agricultural computer vision task that has attracted much attention, thanks to its wide-ranging advantages in agriculture field for both pre-harvest and post-harvest management. Accurate and timely FRP can be achieved using machine/deep learning-based hyperspectral image classification techniques. However, challenges including the limited availability of labeled data and the lack of robust methods generalizable to various hyperspectral cameras and fruit types can compromise the effectiveness of hyperspectral image-based FRP. Addressing these challenges, this paper introduces Fruit-HSNet, a machine learning architecture specifically designed for hyperspectral classification of fruit ripeness. Fruit-HSNet incorporates a spatio-spectral feature extraction module based on Fourier Transform and central pixel spectral signature followed by learnable feature fusion and a classifier optimized for ripeness classification. The proposed architecture was evaluated using the DeepHS Fruit dataset, the largest publicly available labeled real-world hyperspectral dataset for predicting fruit ripeness, which includes five different types of fruits-avocado, kiwi, mango, kaki, and papaya-captured with three distinct hyperspectral cameras at various stages of ripeness. Experimental results highlight that Fruit-HSNet substantially outperforms existing deep learning methods, from baseline to state-of-the-art models, with improvements of 12%, achieving a new state-of-the-art overall accuracy of 70.73%.
Chinese Translation
水果成熟度预测(FRP)是一项基于分类的农业计算机视觉任务,因其在农业领域的广泛优势而受到广泛关注,适用于收获前和收获后的管理。利用基于机器学习/深度学习的高光谱图像分类技术可以实现准确及时的FRP。然而,标记数据的有限可用性以及缺乏能够推广到各种高光谱相机和水果类型的稳健方法等挑战,可能会影响基于高光谱图像的FRP的有效性。为了解决这些挑战,本文提出了Fruit-HSNet,一种专门为水果成熟度的高光谱分类设计的机器学习架构。Fruit-HSNet结合了基于傅里叶变换和中心像素光谱特征的时空光谱特征提取模块,随后进行可学习的特征融合和优化的成熟度分类器。所提出的架构使用DeepHS Fruit数据集进行了评估,这是一个公开可用的、用于预测水果成熟度的最大标记真实世界高光谱数据集,包含五种不同类型的水果——鳄梨、猕猴桃、芒果、柿子和木瓜——在不同成熟阶段由三种不同的高光谱相机捕获。实验结果表明,Fruit-HSNet显著优于现有的深度学习方法,从基线到最先进的模型提升了12%,实现了70.73%的新的最先进的整体准确率。
cs.CV / 116 / 2608.01207

It's the Decoding Format, Not the Perturbation: Auditing Consistency-Based Selection for Vision-Language Test-Time Scaling

解码格式而非扰动:审计基于一致性的视觉-语言测试时缩放选择
Zheng, Puzhuo, Kurban, Hasan
Abstract
Test-time scaling lifts large language model reasoning by sampling many candidate solutions and selecting among them, yet the same recipe transfers poorly to vision-language models (VLMs): recent work shows that simple majority voting beats selection methods built on the model's own self-verification, apparently because at the selection layer an image-grounded answer and a confident guess from the language prior look the same. A natural fix is to make the selection signal one that cannot be computed without the image. We study Perturbation Grounded Selection (Pgs), a label-free, training-free rule that scores each candidate by whether the model re-derives it under label-preserving perturbations of the input (cropping, background masking, mild photometric or geometric jitter); Pgs recovers majority voting when the perturbation set is empty. The decisive question is not whether Pgs beats chain-of-thought only majority voting, but whether the perturbation term adds anything once decoding format and budget are controlled. We therefore introduce a format-matched control (MatchedCtrl): the same short, no-CoT draws spent on the original image. Across TextVQA, MATH-Vision, MMMU, and ViLP, with a Qwen headline (three-seed means) and LLaVA-OneVision coverage in matched-budget selector tables, Pgs appears to beat plain majority voting by up to +31.8 points on TextVQA (Qwen), but MatchedCtrl tracks or exceeds Pgs within noise on every benchmark, including the vision-required ViLP; no Qwen category shows a significant gain over this control. The stability gap is real and image-dependent (up to +0.48), yet does not predict per-instance wins. The result is negative and diagnostic: perturbation consistency is at best a partial diagnostic of visual dependence and, on its own, not a usable selection signal once format is controlled; gains reported against CoT-only majority voting overstate such methods.
Chinese Translation
测试时缩放通过采样多个候选解并在其中进行选择来提升大型语言模型的推理能力,然而同样的方法在视觉-语言模型(VLMs)上效果不佳:近期研究表明,简单的多数投票优于基于模型自身自我验证的选择方法,显然是因为在选择层面上,图像基础的答案和来自语言先验的自信猜测看起来相同。一个自然的解决方案是使选择信号成为一个无法在没有图像的情况下计算的信号。我们研究了扰动基础选择(Perturbation Grounded Selection, Pgs),这是一种无标签、无训练的规则,通过模型在输入的标签保持扰动(裁剪、背景遮罩、轻微的光度或几何抖动)下是否重新推导每个候选解来评分;当扰动集为空时,Pgs 恢复了多数投票。关键问题不是 Pgs 是否优于链式思维(chain-of-thought)仅基于多数投票,而是扰动项在控制解码格式和预算后是否增加了任何信息。因此,我们引入了一种格式匹配的对照组(MatchedCtrl):在原始图像上花费相同的短时间,无链式思维的绘制。在 TextVQA、MATH-Vision、MMMU 和 ViLP 等数据集上,使用 Qwen 头条(三个种子的均值)和 LLaVA-OneVision 覆盖的匹配预算选择器表,Pgs 在 TextVQA(Qwen)上似乎比普通的多数投票高出多达 +31.8 分,但 MatchedCtrl 在每个基准测试中都跟踪或超过 Pgs,包括需要视觉的 ViLP;没有 Qwen 类别在此对照组上显示出显著的增益。稳定性差距是真实且依赖于图像的(高达 +0.48),但并不能预测每个实例的胜利。结果是负面的且具有诊断意义:扰动一致性充其量是视觉依赖性的部分诊断,且在控制格式后,单独并不是一个可用的选择信号;与仅基于链式思维的多数投票相比,报告的增益夸大了此类方法的效果。
cs.CV / 117 / 2608.01211

VaRS-Doc: Interpretation-Aware Variant Representations via Latent Self-Probing for Visual Document Retrieval

VaRS-Doc:通过潜在自探测实现的解释意识变体表示用于视觉文档检索
Wang, Haocheng, Guan, Tongkun, Shen, Wei, Yang, Xiaokang
Abstract
Visual document retrieval has recently become increasingly important in applications such as enterprise search, scientific literature discovery, and retrieval-augmented generation. These applications depend on efficiently identifying query-relevant pages across large collections of visually rich documents. Existing methods commonly adopt late-interaction architectures that encode and index documents offline to enable scalable and low-latency online retrieval. Despite its efficiency, this paradigm requires each document to be encoded into a fixed representation before the query is known. However, the same content in a visual document may induce different interpretations depending on the query intent, which a fixed representation struggles to capture. Yet postponing document encoding until the query arrives would incur prohibitive online retrieval latency. To address this gap, we propose VaRS-Doc, a visual document retrieval framework that diversifies document representations by enabling the model to actively explore variant latent interpretations during document encoding, while preserving efficient late-interaction retrieval in which each query adaptively selects the best-fit representation. We further introduce a two-stage training strategy that encourages the model to capture complementary semantic interpretations and prevents it from falling back to train a single dominant representation. Experiments on visual document retrieval benchmarks show that VaRS-Doc achieves state-of-the-art retrieval performance, offering a practical solution to the mismatch between query-agnostic document encoding and query-specific retrieval needs. Code is available at https://github.com/bokufa/VaRS-Doc.
Chinese Translation
视觉文档检索在企业搜索、科学文献发现和检索增强生成等应用中变得越来越重要。这些应用依赖于在大量视觉丰富的文档中高效识别与查询相关的页面。现有方法通常采用晚期交互架构,离线编码和索引文档,以实现可扩展和低延迟的在线检索。尽管这种方法高效,但它要求在查询已知之前将每个文档编码为固定表示。然而,视觉文档中的相同内容可能会根据查询意图产生不同的解释,而固定表示难以捕捉这些差异。然而,推迟文档编码直到查询到达将导致不可承受的在线检索延迟。为了解决这一问题,我们提出了VaRS-Doc,一个视觉文档检索框架,通过使模型在文档编码过程中主动探索变体潜在解释来多样化文档表示,同时保持高效的晚期交互检索,其中每个查询自适应选择最佳匹配的表示。我们进一步引入了一种两阶段训练策略,鼓励模型捕捉互补的语义解释,并防止其退回到训练单一主导表示。对视觉文档检索基准的实验表明,VaRS-Doc实现了最先进的检索性能,为查询无关的文档编码与查询特定的检索需求之间的不匹配提供了实用解决方案。代码可在 https://github.com/bokufa/VaRS-Doc 获取。
cs.CV / 118 / 2608.01230

From Forest to Future Capital: Tracking Land Cover Change in Ibu Kota Nusantara (IKN) from 2021 to 2026 with PlanetScope Imagery

从森林到未来资本:利用PlanetScope影像追踪Ibu Kota Nusantara (IKN) 2021至2026年间的土地覆盖变化
Ong, Clarissa Rui Min, Loo, Elizabeth Tee Inn, Soh, Kenneth Woon Hao, Rachmadi, William, Zheng, Qiming, Li, Hao
Abstract
Indonesia's relocation of its political and administrative capital from Jakarta to Ibu Kota Nusantara (IKN) has been framed around a ``Forest City'' vision, yet rapid construction within the Core Government Area (KIPP) raises concerns over land conversion, vegetation loss, and carbon stock decline. This study applies remote sensing techniques to systematically assess land use and vegetation cover change in KIPP from 2021 to 2026 using PlanetScope SuperDove satellite imagery. Cloud-free mosaics were prepared and analysed through spectral indices, including the Normalised Difference Vegetation Index (NDVI), Normalised Difference Red Edge (NDRE), and Normalised Difference Water Index (NDWI), alongside supervised land use and land cover (LULC) classification using a Support Vector Machine algorithm. Results show substantial environmental transformation, with mean NDVI declined by 17.1\%, total carbon stock decreased by 0.28\%, developed land expanded by 672\%, and total vegetation declined by 18.1\%. Vegetation loss was most extensive between 2023 and 2024, although a temporary recovery in NDVI and carbon stock occurred from 2024 to 2025 as active clearing slowed and development shifted towards already-cleared land. Overall, the findings demonstrate that remote sensing provides an effective approach for monitoring the environmental impacts of large-scale urban development, while highlighting the need for higher-resolution, hyperspectral, and SAR-based methods to improve detection of construction stages and plantation-related land cover changes.
Chinese Translation
印度尼西亚将其政治和行政首都从雅加达迁至Ibu Kota Nusantara (IKN)的计划围绕着“森林城市”的愿景展开,但核心政府区(KIPP)内的快速建设引发了对土地转化、植被损失和碳储量下降的担忧。本研究应用遥感技术,系统评估2021至2026年间KIPP的土地利用和植被覆盖变化,使用PlanetScope SuperDove卫星影像进行分析。研究准备了无云的马赛克影像,并通过光谱指数进行分析,包括归一化差异植被指数(NDVI)、归一化差异红边指数(NDRE)和归一化差异水体指数(NDWI),同时使用支持向量机算法进行监督土地利用和土地覆盖(LULC)分类。结果显示环境发生了显著变化,平均NDVI下降了17.1%,总碳储量减少了0.28%,开发土地扩大了672%,总植被减少了18.1%。植被损失在2023至2024年间最为严重,尽管在2024至2025年间,由于清理活动减缓且开发转向已清理土地,NDVI和碳储量出现了暂时恢复。总体而言,研究结果表明遥感为监测大规模城市开发的环境影响提供了一种有效的方法,同时强调了提高分辨率、使用高光谱和合成孔径雷达(SAR)方法的必要性,以改善对建设阶段和种植相关土地覆盖变化的检测。
cs.CV / 119 / 2608.01258

A Benchmark Dataset for MLLM-Generated Image Detection: GPT Image2 & Nano Banana2

用于 MLLM 生成图像检测的基准数据集:GPT Image2 和 Nano Banana2
Zhang, Zirui, Yu, Yinbo, Guan, Donghai, Tian, Chunwei, Zhang, Daoqiang, Zhu, Qi
Abstract
The realism of images generated by multimodal large language models (MLLMs), such as GPT Image2 and Nano Banana2, has improved rapidly in recent years. Compared with early generative models, current models have made clear progress in text rendering. They can produce high-quality images that closely resemble real-world application scenarios. The enhanced generation capabilities of current MLLMs pose increasingly severe challenges to AI-generated image detection. Detection is no longer limited to identifying obvious artifacts left by early generators. Instead, it requires systematic and realistic benchmarks for the new generation of generated content. However, most existing benchmarks are still built around early generative models and cannot fully evaluate the forensic challenges introduced by high-quality and multi-form generated images. To address this gap, this paper constructs a benchmark dataset for detecting images generated by MLLMs. The benchmark covers several realistic application scenarios and adopts three generation protocols to simulate direct generation, reference-based reconstruction, and local editing. Based on this benchmark, we evaluate detector degradation from traditional scenarios to MLLM-generated images and analyze false positive rates and false negative rates across three sample types, revealing the failure modes of existing methods. We further propose a structural-artifact-prior-guided dual-stream prompt framework (SAP-DSP) as a strong baseline. SAP-DSP uses dual-stream prompt learning and structure-aware routing fusion to improve representation learning. Extensive experiments show that the proposed benchmark exposes the performance degradation of existing detectors on high-quality generated images, while SAP-DSP achieves more stable detection results on this benchmark. Our code and dataset are publicly available at https://github.com/xbrainnet/SAP-DSP.
Chinese Translation
近年来,由多模态大型语言模型(MLLMs)生成的图像的真实感迅速提高,例如 GPT Image2 和 Nano Banana2。与早期生成模型相比,当前模型在文本渲染方面取得了明显进展。它们能够生成与现实应用场景高度相似的高质量图像。当前 MLLMs 的增强生成能力对 AI 生成图像检测提出了日益严峻的挑战。检测不再仅限于识别早期生成器留下的明显伪影,而是需要针对新一代生成内容建立系统且现实的基准。然而,大多数现有基准仍然围绕早期生成模型构建,无法全面评估高质量和多形式生成图像所带来的取证挑战。为了解决这一空白,本文构建了一个用于检测 MLLM 生成图像的基准数据集。该基准涵盖多个现实应用场景,并采用三种生成协议来模拟直接生成、基于参考的重建和局部编辑。基于此基准,我们评估了从传统场景到 MLLM 生成图像的检测器性能退化,并分析了三种样本类型的假阳性率和假阴性率,揭示了现有方法的失效模式。我们进一步提出了一种结构伪影先验引导的双流提示框架(SAP-DSP)作为强基线。SAP-DSP 采用双流提示学习和结构感知路由融合来改善表示学习。大量实验表明,所提出的基准揭示了现有检测器在高质量生成图像上的性能退化,而 SAP-DSP 在该基准上实现了更稳定的检测结果。我们的代码和数据集可在 https://github.com/xbrainnet/SAP-DSP 上公开获取。
cs.CV / 120 / 2608.01271

Rethinking Video Token Compression with a Global Codebook: Learning Once, Compressing Everywhere

重新思考全球代码本的视频令牌压缩:一次学习,处处压缩
He, Jiayang, Xu, Tianling, Kang, Diancheng, Jiang, Huaide, Bai, Junyan, Zheng, Shaoming, Song, Xuan
Abstract
Video large language models (Video-LLMs) represent videos as dense sequences of visual tokens, whose length grows with the temporal and spatial extent of the input. These tokens often contain substantial redundancy arising from repeated visual patterns, leading to unnecessary computation in the subsequent language-model processing. Existing token compression methods, including pruning and merging, perform compression online during inference, repeatedly incurring additional computation for each input video and often relying on model-specific designs that limit their generality, we instead rethink this paradigm by shifting the costly compression process offline. We propose \textbf{ONCE}, a plug-in video token compression framework that introduces an offline-to-online paradigm: a frequency-aware global codebook is learned once in the visual feature space and reused for lightweight online compression through codebook lookup and aggregation, reducing repeated per-video computation and the need for model-specific compression designs. Extensive experiments across multiple video understanding benchmarks and against diverse compression baselines demonstrate that our approach achieves a strong accuracy-efficiency trade-off, maintaining competitive performance while achieving the lowest inference latency among compared methods.
Chinese Translation
视频大型语言模型(Video-LLMs)将视频表示为密集的视觉令牌序列,其长度随着输入的时间和空间范围而增长。这些令牌通常包含由于重复视觉模式而产生的显著冗余,导致后续语言模型处理中的不必要计算。现有的令牌压缩方法,包括剪枝和合并,在推理过程中在线执行压缩,针对每个输入视频反复产生额外计算,并且通常依赖于特定模型的设计,限制了它们的通用性。我们则通过将耗时的压缩过程转移到离线来重新思考这一范式。我们提出了 extbf{ONCE},一个插件式视频令牌压缩框架,引入了离线到在线的范式:在视觉特征空间中学习一次频率感知的全球代码本,并通过代码本查找和聚合重用,实现轻量级的在线压缩,从而减少每个视频的重复计算和对特定模型压缩设计的需求。在多个视频理解基准和不同压缩基线的广泛实验中,我们的方法展示了强大的准确性与效率的权衡,在保持竞争性能的同时,实现了与比较方法中最低的推理延迟。
cs.CV / 121 / 2608.01276

Astrolabe: Spherical-Map Guidance Across Diffusion Pipelines for Full-Body Capture from Unconstrained Images

Astrolabe:通过扩散管道进行全身捕捉的球面地图引导
Zhu, Shuliang, Wang, Qi, Morita, Ryugo, Zhou, Jinjia
Abstract
Full-body capture from unconstrained photographs requires global correspondence across arbitrary views, poses, crops, and occlusions. Yet pose, geometry, and foundation features estimated in this setting are too unreliable for dense matching or appearance transfer, while diffusion rectifiers and optimization pipelines expose no common interface for consuming such uncertain correspondence. Our insight is that correspondence need not be locally accurate: its coarse viewpoint and body layout can still organize how a diffusion prior adapts and guides reconstruction. We introduce \emph{Astrolabe}, a host-portable adapter built on frozen viewpoint-guided spherical maps (SPH). A fixed bounded transform converts SPH into a spatial noise shift, which is matched during prior adaptation and reused during downstream denoising or score-distillation guidance in both pipeline categories. When a rectifier exposes a reference router, the same target/reference SPH additionally supplies coarse compatibility scores to select native appearance features; router-free optimization uses only the shared shift path. Astrolabe therefore follows one SPH--shift--adapt--guide process without dense warping or a learned control branch. Across Puzzle-IOI and 4D-Dress, it improves all reported image metrics in both hosts and all paired Puzzle-IOI geometry metrics; image gains extend to rear views, while 4D-Dress geometry remains stable overall.
Chinese Translation
从不受限制的照片中进行全身捕捉需要在任意视角、姿势、裁剪和遮挡之间实现全局对应。然而,在这种情况下估计的姿势、几何形状和基础特征对于密集匹配或外观转移而言过于不可靠,而扩散校正器和优化管道没有提供消耗这种不确定对应的共同接口。我们的见解是,对应不必在局部上准确:其粗略的视角和身体布局仍然可以组织扩散先验如何适应和引导重建。我们引入了 extit{Astrolabe},这是一个基于冻结视角引导的球面地图(SPH)构建的主机可移植适配器。一个固定的有界变换将SPH转换为空间噪声偏移,这在先验适应期间进行匹配,并在下游去噪或评分蒸馏引导中重复使用。当校正器暴露出参考路由器时,相同的目标/参考SPH还提供粗略的兼容性评分,以选择本地外观特征;无路由器优化仅使用共享的偏移路径。因此,Astrolabe遵循一个SPH-偏移-适应-引导的过程,而无需密集扭曲或学习控制分支。在Puzzle-IOI和4D-Dress数据集上,它改善了所有报告的图像指标,无论是在主机上还是在所有配对的Puzzle-IOI几何指标上;图像增益扩展到后视图,而4D-Dress几何形状整体保持稳定。
cs.CV / 122 / 2608.01288

TurboClear: One-Step Object-Effect Removal via Region-Calibrated Distribution Matching and Fusion

TurboClear:通过区域校准分布匹配与融合实现一步法对象效果去除
Guo, Jiawei, Li, Junxian, Tang, Yixin, Zhang, Bingya, Lu, Jiaxin, Zhang, Yulun, Zhou, Shangchen
Abstract
Recently, diffusion-based removal methods have achieved promising visual quality in removing both target objects and their associated effects. However, they typically rely on multi-step denoising, leading to high inference cost. Directly applying existing one-step distillation methods is also suboptimal, since their global objectives lack explicit region-wise calibration and may weaken the asymmetric edit-and-preserve behavior required by object-effect removal. To address these challenges, we propose TurboClear, a one-step SDXL-based object-effect removal model. During training, we design Region-Calibrated Distribution Matching (RDM) for region-aware distillation to preserve the teacher model's asymmetric edit-and-preserve behavior. Furthermore, we propose Learnable Spatial Fusion (LSF) for lightweight inference-time fusion. Extensive experiments show that TurboClear significantly improves inference efficiency while maintaining competitive visual quality. TurboClear reduces the computational overhead by up to $40.04\times$ compared to ObjectClear, and by up to $665\times$ against the Flux-based method OmniPaint, all while maintaining comparable or better visual removal quality. Code is available at https://github.com/GuoCalix/TurboClear.
Chinese Translation
近年来,基于扩散的去除方法在去除目标对象及其相关效果方面取得了令人满意的视觉质量。然而,它们通常依赖于多步去噪,导致高推理成本。直接应用现有的一步蒸馏方法也并非最佳选择,因为它们的全局目标缺乏明确的区域校准,可能削弱对象效果去除所需的非对称编辑与保留行为。为了解决这些挑战,我们提出了TurboClear,一种基于SDXL的一步法对象效果去除模型。在训练过程中,我们设计了区域校准分布匹配(Region-Calibrated Distribution Matching, RDM)以实现区域感知的蒸馏,从而保留教师模型的非对称编辑与保留行为。此外,我们提出了可学习空间融合(Learnable Spatial Fusion, LSF)以实现轻量级推理时的融合。大量实验表明,TurboClear显著提高了推理效率,同时保持了竞争力的视觉质量。与ObjectClear相比,TurboClear将计算开销降低了最多$40.04 imes$,与基于Flux的方法OmniPaint相比,降低了最多$665 imes$,同时保持了可比或更好的视觉去除质量。代码可在https://github.com/GuoCalix/TurboClear获取。
cs.CV / 123 / 2608.01298

UDT: Reconciling U-Nets and Diffusion Transformers with Data-Adaptive Token Reduction

UDT:通过数据自适应令牌减少调和U-Net和扩散变换器
Yun, Junno, Alçalar, Yaşar Utku, Akçakaya, Mehmet
Abstract
Diffusion Transformers (DiTs) have emerged as a core architecture in generative modeling due to their scalability and adaptability to multimodal tasks. DiTs comprise isotropic transformer blocks, and learn representations progressively across depth, where the denoising objective drives later layers to focus on fine-detail reconstruction. This results in degraded representation quality and an imbalanced encoder-decoder behavior. Prior approaches such as representation alignment (REPA) mitigate this by encouraging stronger early representations via training regularization. Alternatively, U-Net-style DiT architectures introduce explicit multi-scale encoder-decoder structures for improved convergence. But they build on standard U-Net wisdom via learnable operators for spatial downsampling, which are not well-suited to transformer architectures, introducing inefficiencies and compatibility issues with components such as cross-attention and representation regularization. In this work, we propose UDT, a U-Net diffusion transformer that combines the representation power of DiTs with the encoding-decoding benefits of U-Nets, through data-adaptive token merging for downsampling and upsampling, while preserving the DiT token dimension. Our baseline UDT architecture outperforms existing U-Net DiTs and achieves performance comparable to REPA across all model sizes. Furthermore, using architectural optimization and REPA, UDT outperforms SiT's 7.9 FID at 1400 epochs (w/o CFG) within 40 epochs (~ 40x faster convergence) for XL model size on 256x256 ImageNet. Finally, it achieves strong image generation performance with CFG, reaching FID of 1.38 (320 epochs) with SD-VAE and 1.35 (500 epochs) with VA-VAE, providing a new backbone for DiTs with strong empirical benefits.
Chinese Translation
扩散变换器(DiTs)因其可扩展性和对多模态任务的适应性,已成为生成建模中的核心架构。DiTs由各向同性变换器块组成,并在深度上逐步学习表示,其中去噪目标驱动后续层专注于细节重建。这导致表示质量下降和编码器-解码器行为失衡。先前的方法如表示对齐(REPA)通过鼓励更强的早期表示来缓解这一问题,采用训练正则化。另一方面,U-Net风格的DiT架构引入了显式的多尺度编码器-解码器结构以改善收敛性。但它们通过可学习操作符进行空间下采样,基于标准U-Net的智慧,这并不适合变换器架构,导致效率低下和与交叉注意力及表示正则化等组件的兼容性问题。在本研究中,我们提出了UDT,一种U-Net扩散变换器,通过数据自适应令牌合并进行下采样和上采样,结合了DiTs的表示能力和U-Nets的编码-解码优势,同时保留了DiT的令牌维度。我们的基线UDT架构在所有模型尺寸上均优于现有的U-Net DiTs,并在性能上与REPA相当。此外,通过架构优化和REPA,UDT在256x256 ImageNet上以XL模型尺寸在40个周期内(约40倍更快收敛)超越了SiT的7.9 FID(不使用CFG)。最后,使用CFG时,它在320个周期内达到FID为1.38(与SD-VAE)和500个周期内达到FID为1.35(与VA-VAE),为DiTs提供了具有强大经验效益的新骨干。
cs.CV / 124 / 2608.01301

Ranking Image Fusion the Way Humans Do: A Learned Pairwise Preference Metric for Infrared-Visible Fusion Assessment

像人类一样对图像融合进行排名:一种用于红外-可见融合评估的学习成对偏好度量
Liu, Haoran, Liu, Mingzhe, Li, Peng, Zan, Guibin
Abstract
Infrared-visible image fusion (IVIF) has no ideal fused reference, so fusion algorithms are routinely ranked by scalar objective metrics that formalize different proxies for information transfer, structure, or source similarity. These proxies often disagree with the judgment that ultimately matters: given the same sources, which of two fused results does a human prefer? Direct pairwise comparison is an established reference protocol for relative subjective assessment, but its cost grows quadratically with the number of algorithms, which prevents routine use. We present the Learned Perceptual Image Fusion Measure (LPIFM), a source-conditioned model that operationalizes the human A/B/Tie comparison protocol as a repeatable, scalable surrogate. LPIFM jointly observes the infrared source, the visible source, and two fused candidates, and predicts whether candidate A is better, candidate B is better, or the two are perceptually equivalent. Supervision comes from a new dense preference corpus that covers every unordered comparison among a broad pool of fusion methods on the scenes of a public benchmark, labeled under a blinded, randomized, two-stage protocol with expert adjudication. Across scene- and method-generalization settings, LPIFM tracks human pairwise decisions closely and reproduces the tie-aware Bradley-Terry rankings derived from human labels; on full method pools it surpasses the strongest conventional metric by a wide margin in both pairwise accuracy and ranking correlation. We release the annotated preference dataset, together with the LPIFM model weights, source code, and evaluation code, to support preference-aligned IVIF assessment. LPIFM offers a practical instrument for human-aligned method comparison and ranking at scale.
Chinese Translation
红外-可见图像融合(IVIF)没有理想的融合参考,因此融合算法通常通过标量目标度量进行排名,这些度量形式化了信息传递、结构或源相似性的不同代理。这些代理往往与最终重要的判断不一致:在相同源的情况下,两个融合结果中人类更喜欢哪一个?直接的成对比较是一种公认的相对主观评估参考协议,但其成本随着算法数量的增加而呈平方增长,这阻碍了其常规使用。我们提出了学习感知图像融合度量(LPIFM),这是一种源条件模型,将人类A/B/平局比较协议操作化为可重复、可扩展的替代方案。LPIFM共同观察红外源、可见源和两个融合候选,并预测候选A是否更好、候选B是否更好,或者两者在感知上是等效的。监督来自一个新的密集偏好语料库,该语料库涵盖了在公共基准场景中广泛的融合方法之间的每一个无序比较,标签是在盲法、随机化的两阶段协议下由专家裁定的。在场景和方法泛化设置中,LPIFM紧密跟踪人类的成对决策,并重现了基于人类标签的考虑平局的Bradley-Terry排名;在完整的方法池中,它在成对准确性和排名相关性方面大幅超越了最强的传统度量。我们发布了带注释的偏好数据集,以及LPIFM模型权重、源代码和评估代码,以支持偏好对齐的IVIF评估。LPIFM为人类对齐的方法比较和大规模排名提供了一种实用工具。
cs.CV / 125 / 2608.01302

Beyond Symmetric Fusion: Exploiting Task-Dependent Modality Strengths for RGB-Event Small Object Detection

超越对称融合:利用任务依赖的模态优势进行RGB-Event小物体检测
Wang, Ziheng, Li, Chaolang, Yang, Yutong, Xu, Xiaohan, Yang, Chongxiang, Zhong, Hengxuan, Liang, Zhen, Dai, Pengwen
Abstract
State-of-the-art RGB-Event detectors improve the detection of small, fast-moving objects by combining complementary features from RGB and Event data, yet they typically fuse the two modalities into a unified representation for both localization and classification. Such a task-symmetric design is inconsistent with the intuition that the two modalities should play different roles according to their task-specific strengths. To examine this issue, we conduct a modality-specific evaluation and find that the relative advantage of the two modalities reverses across tasks: Event data are substantially more effective for class-agnostic localization, whereas RGB data provide stronger category evidence within localized target regions. Motivated by this task-dependent asymmetry, we propose an Asymmetric Event-RGB Object Detection Transformer (AERODet). During class-agnostic localization, Scale-wise Uncertainty-aware Reliability Estimation (SURE) calculates the relative reliability of the two modalities from their objectness response heatmaps and accordingly calibrates their contributions when the decoder aggregates multimodal features. Once the candidate boxes are obtained, Task-Decoupled Semantic Refinement (TDSR) decouples classification from localization and uses RGB RoI features for fine-grained classification. Extensive experiments on FRED and NeRDD demonstrate that AERODet achieves state-of-the-art performance. In particular, it surpasses the strongest RGB-Event baseline by 10.7 mAP points on the FRED challenging split.
Chinese Translation
最先进的RGB-Event检测器通过结合RGB和Event数据的互补特征来提高小型快速移动物体的检测能力,但它们通常将这两种模态融合为统一的表示,以进行定位和分类。这种任务对称的设计与直觉不符,因为这两种模态应根据其任务特定的优势发挥不同的作用。为了解决这个问题,我们进行了模态特定的评估,发现这两种模态的相对优势在不同任务中是相反的:Event数据在无类别定位方面显著更有效,而RGB数据在定位目标区域内提供更强的类别证据。基于这种任务依赖的不对称性,我们提出了一种不对称的Event-RGB物体检测变换器(Asymmetric Event-RGB Object Detection Transformer, AERODet)。在无类别定位过程中,尺度不确定性感知可靠性估计(Scale-wise Uncertainty-aware Reliability Estimation, SURE)根据它们的物体响应热图计算这两种模态的相对可靠性,并在解码器聚合多模态特征时相应地校准它们的贡献。一旦获得候选框,任务解耦语义细化(Task-Decoupled Semantic Refinement, TDSR)将分类与定位解耦,并使用RGB RoI特征进行细粒度分类。在FRED和NeRDD上的大量实验表明,AERODet实现了最先进的性能。特别是,它在FRED挑战性数据集的分割中超越了最强的RGB-Event基线10.7 mAP点。
cs.CV / 126 / 2608.01306

SPAE: Spectrally Guided Autoencoder for Pretrained Visual Latents

SPAE:用于预训练视觉潜变量的光谱引导自编码器
Huang, Yibin, Hong, Jixiang, Li, Zongzhao, Dai, Yuhan, Wang, Zhibin, Wang, Chunwei, Song, Jun, Wang, Chen, Sun, Xiaofei, Xu, Xiaoxiao, Zhu, Conghui
Abstract
Latents from vision foundation models (VFMs) are semantically rich and well suited for visual understanding. Recent representation autoencoder methods such as RAE have shown that they can provide promising latent spaces for image generation. However, VFM latents remain difficult to model directly: DiT-generated latents exhibit spectral mismatch with encoder latents, especially in high-frequency components. Our channel-wise spectral analysis further reveals that these high-frequency components are diffusely distributed across latent channels and entangled with semantic information, making the latent space difficult for DiT to model. To address these challenges, we propose SPAE, latent adaptation framework for generation. Specifically, SPAE employs a compact bottleneck to distill stable semantic information while suppressing high-frequency components, thereby improving the alignment between DiT-generated latents and encoder latents. In addition, we apply a channel-wise masking strategy to promote the decoupling of semantic information and high-frequency details across bottleneck channels. Experiments show that SPAE achieves a favorable balance among visual understanding, generation quality, and reconstruction fidelity.
Chinese Translation
来自视觉基础模型(VFMs)的潜变量在语义上丰富,适合于视觉理解。近期的表示自编码器方法,如RAE,已显示出它们可以为图像生成提供有前景的潜在空间。然而,VFM潜变量仍然难以直接建模:DiT生成的潜变量在高频成分上与编码器潜变量存在光谱不匹配。我们的通道级光谱分析进一步揭示,这些高频成分在潜变量通道中分布分散,并与语义信息交织在一起,使得DiT难以对潜变量进行建模。为了解决这些挑战,我们提出了SPAE,一个用于生成的潜变量适应框架。具体而言,SPAE采用紧凑的瓶颈来提炼稳定的语义信息,同时抑制高频成分,从而改善DiT生成的潜变量与编码器潜变量之间的对齐。此外,我们应用了一种通道级掩蔽策略,以促进瓶颈通道中语义信息与高频细节的解耦。实验表明,SPAE在视觉理解、生成质量和重建保真度之间实现了良好的平衡。
cs.CV / 127 / 2608.01314

Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning

Remember-R1:通过强化学习减轻长上下文视觉遗忘
Chen, Jianmin, Tang, Jiaqi, Wei, Wei, Xu, Xiaogang, Wu, Jiafei, Liu, Zhe, Wang, Qianzhou, Yan, Yingying, Geng, Botong, Xia, Yuyang, Zhang, Lei, Chen, Qifeng
Abstract
Multimodal large language models (MLLMs) increasingly rely on long chain-of-thought reasoning for complex tasks. However, as reasoning sequences lengthen, models may gradually rely less on visual evidence and more on accumulated textual context, leading to visual forgetting. Existing approaches do not directly constrain how visual evidence is used and maintained along the original reasoning trajectory, leaving long-context visual forgetting insufficiently addressed. To address this issue, we propose Remember-R1, a reinforcement learning framework that mitigates long-context visual forgetting by applying process-level supervision directly on the original reasoning trajectory. Specifically, Remember-R1 introduces rewards that encourage broader coverage of matched visual keywords, stronger persistence of visual dependence in later reasoning steps, and greater focus on question-relevant image regions. Experiments across multiple model scales and diverse multimodal benchmarks demonstrate that Remember-R1 consistently improves reasoning performance. Additional analyses further show that it slows the decline of visual attention during generation, supporting its effectiveness in mitigating long-context visual forgetting.
Chinese Translation
多模态大语言模型(MLLMs)在复杂任务中越来越依赖长链思维推理。然而,随着推理序列的延长,模型可能逐渐减少对视觉证据的依赖,更多地依赖于累积的文本上下文,导致视觉遗忘。现有的方法并未直接约束视觉证据在原始推理轨迹中的使用和维护,因此长上下文视觉遗忘的问题未得到充分解决。为了解决这一问题,我们提出了Remember-R1,一个通过在原始推理轨迹上直接应用过程级监督来减轻长上下文视觉遗忘的强化学习框架。具体而言,Remember-R1引入了奖励机制,鼓励更广泛的匹配视觉关键词覆盖、更强的视觉依赖在后续推理步骤中的持续性,以及对与问题相关的图像区域的更大关注。跨多个模型规模和多样化的多模态基准测试的实验表明,Remember-R1始终提高了推理性能。额外的分析进一步表明,它减缓了生成过程中视觉注意力的下降,支持了其在减轻长上下文视觉遗忘方面的有效性。
cs.CV / 128 / 2608.01334

SphereVideo: Prototype-anchored Hyperspherical Boundary for Continual AI-generated Video Detection

SphereVideo:基于原型锚的超球面边界用于持续的AI生成视频检测
Li, Fei, Yu, Yue, Wang, Yuran, Li, Xinghan, Chen, Jingjing, Jiang, Yu-Gang
Abstract
AI-generated video (AIGV) detection aims to distinguish real videos from AI-generated ones. In practice, detectors trained on existing data often fail to generalize to newly emerging generative models, making this task challenging. Therefore, continual learning (CL) is essential for improving the adaptability. However, CL frameworks for this task remain underexplored. To this end, we propose SphereVideo, a novel CL framework for AIGV detection built on two key observations. First, real videos exhibit a compact feature distribution. Based on this, we encourage real video features to cluster around a real prototype on a hypersphere while repelling AI-generated samples, thereby establishing a decision boundary. This prototype serves as a stable anchor for CL, regulating boundary evolution and mitigating catastrophic forgetting. Second, existing methods tend to rely solely on spatial artifacts as shortcuts. To enhance temporal modeling, we introduce a strategy that models the temporal dynamics of real data at both frame and clip levels. By strengthening real data modeling, this strategy further facilitates learning a real prototype and forming a stable decision boundary. Moreover, we construct a comprehensive and challenging benchmark. Extensive experiments demonstrate that SphereVideo achieves an improved plasticity-stability trade-off, outperforming prior methods by 3.08% on seen data and 4.00% on unseen AI-generated data.
Chinese Translation
AI生成视频(AIGV)检测旨在区分真实视频与AI生成的视频。在实际应用中,基于现有数据训练的检测器往往无法很好地适应新出现的生成模型,从而使得这一任务变得具有挑战性。因此,持续学习(CL)对于提高适应性至关重要。然而,针对这一任务的CL框架仍然未得到充分探索。为此,我们提出了SphereVideo,一种基于两个关键观察的AIGV检测新型CL框架。首先,真实视频表现出紧凑的特征分布。基于这一点,我们鼓励真实视频特征在超球面上围绕真实原型聚集,同时排斥AI生成样本,从而建立决策边界。该原型作为CL的稳定锚点,调节边界演变并减轻灾难性遗忘。其次,现有方法往往仅依赖空间伪影作为捷径。为了增强时间建模,我们引入了一种策略,在帧和剪辑层面上对真实数据的时间动态进行建模。通过加强真实数据建模,该策略进一步促进了真实原型的学习和稳定决策边界的形成。此外,我们构建了一个全面且具有挑战性的基准。大量实验表明,SphereVideo在适应性与稳定性之间实现了更好的平衡,在已见数据上比之前的方法提高了3.08%,在未见的AI生成数据上提高了4.00%。
cs.CV / 129 / 2608.01336

Asleep at the Wheel: JEPA's Limitations in Evaluating Novel Driving Data

驾驶中的失误:JEPA在评估新颖驾驶数据中的局限性
Pavuluri, Advait, Karkhanis, Shamik, Mushtaque, Uzma
Abstract
Modern autonomous-driving fleets record far more video than human reviewers can inspect. This motivates the need for an automatic clip triage mechanism, to surface rare and review-worthy clips, so that driving models can be fine-tuned to better handle unideal circumstances. We test a label-free approach that scores clips by the prediction-error "novelty" of a self-supervised joint-embedding predictive architecture (JEPA); a frozen V-JEPA video encoder is paired with a lightweight predictor head to reconstruct masked clip embeddings, and clips whose embeddings are hard to predict are flagged as interesting. Evaluated under a realistic protocol that trains on one dataset and tests against footage from others, this approach appears highly effective. We show that this apparent success is actually a domain-shift consequence: on a fair benchmark drawn from a single dataset, this mechanism collapses to chance and is on par with simple no-training baselines. A lightly supervised probe on the same frozen embeddings results in almost double the average precision, indicating that the bottleneck is indeed the self-supervised objective, rather than the representation. We present this as a study for evaluating the effectiveness of self-supervised learning, where cross-dataset protocols can silently reward domain separation over novelty.
Chinese Translation
现代自动驾驶车队记录的视频量远超人类评审员能够检查的数量。这促使我们需要一种自动剪辑筛选机制,以便提取稀有且值得审查的剪辑,从而使驾驶模型能够更好地处理不理想的情况。我们测试了一种无标签的方法,通过自监督的联合嵌入预测架构(JEPA)对剪辑进行预测误差“新颖性”评分;一个冻结的 V-JEPA 视频编码器与一个轻量级预测头配对,以重建被遮蔽的剪辑嵌入,而那些嵌入难以预测的剪辑则被标记为有趣。在一个现实的协议下进行评估,该协议在一个数据集上训练并在其他数据集的录像上测试,这种方法似乎非常有效。我们展示了这种表面上的成功实际上是领域转移的结果:在一个来自单一数据集的公平基准上,这一机制崩溃至随机水平,并与简单的无训练基线相当。对相同冻结嵌入进行轻度监督的探测结果显示平均精度几乎翻倍,表明瓶颈确实在于自监督目标,而非表示本身。我们将此作为评估自监督学习有效性的研究,其中跨数据集协议可能在不知不觉中奖励领域分离而非新颖性。
cs.CV / 130 / 2608.01338

Driver2Map: Imitating Human Driving for Online High-Definition Map Construction

Driver2Map:模仿人类驾驶进行在线高清地图构建
Yin, Pan, Xia, Runtian, Kuang, Weisong, Li, Kaiyu, Zhao, Cong, Cao, Xiangyong
Abstract
High-definition (HD) maps are essential for autonomous driving systems. In constructing such maps, onboard multi-view camera images, standard-definition maps and satellite images provide crucial information. However, due to the modality and perspective differences among these data sources, existing methods often struggle to effectively align and fuse them, making online HD map construction still challenging. To address these issues, we propose Driver2Map, an online HD map construction model inspired by human drivers. Unlike existing HD map construction models that utilize only two modalities, our Driver2Map can simultaneously exploit three modalities. Specifically, we propose a "two-stage alignment" strategy to reduce spatial misalignment across different modalities. Additionally, we introduce "Pose-Guided BEV Fusion", a BEV (bird's-eye-view) generation module that leverages camera pose information to adaptively weight multi-view features, thereby effectively suppressing cross-view feature overlap during BEV generation. Also, we design a "Pretrained Prior for Map Refinement" module to refine the initial prediction by learning map structure priors, thus improving the HD map prediction under dynamic occlusions. Extensive experiments demonstrate that Driver2Map outperforms existing methods on both IoU and AP metrics.
Chinese Translation
高清(HD)地图对于自动驾驶系统至关重要。在构建此类地图时,车载多视角相机图像、标清地图和卫星图像提供了重要信息。然而,由于这些数据源之间的模态和视角差异,现有方法往往难以有效对齐和融合它们,使得在线高清地图构建仍然面临挑战。为了解决这些问题,我们提出了Driver2Map,这是一种受人类驾驶启发的在线高清地图构建模型。与仅利用两种模态的现有高清地图构建模型不同,我们的Driver2Map能够同时利用三种模态。具体而言,我们提出了一种“二阶段对齐”策略,以减少不同模态之间的空间错位。此外,我们引入了“姿态引导的鸟瞰图融合”(Pose-Guided BEV Fusion),这是一个利用相机姿态信息自适应加权多视角特征的鸟瞰图(BEV)生成模块,从而在BEV生成过程中有效抑制视角间特征重叠。同时,我们设计了一个“用于地图精细化的预训练先验”模块,通过学习地图结构先验来精细化初始预测,从而提高动态遮挡下的高清地图预测。大量实验表明,Driver2Map在IoU和AP指标上均优于现有方法。
cs.CV / 131 / 2608.01343

DeVIT: Low-Power Vision Transformer Acceleration Using Delta Computation

DeVIT:基于增量计算的低功耗视觉变换器加速
Hosseinzadeh, Reyhaneh, Moghaddam, Parham Zilouchian, Modarressi, Mehdi
Abstract
The emergence of transformer-based deep learning models has brought unprecedented performance across various domains, particularly in natural language processing and computer vision. However, deploying these models, especially on resource-constrained devices, poses significant challenges due to their high computational complexity and large memory size and bandwidth requirements. This complexity has led researchers to use low-bit model weights to reduce memory usage and improve efficiency. In addition to reducing processing and memory demands, quantization introduces another useful property: value locality, where the extremely large number of parameters are restricted to a limited range of values. To fully take advantage of this locality, this paper presents DeVIT, an acceleration method for vision transformers that leverages differential computation to enable multiplier-less matrix multiplication.
Chinese Translation
基于变换器的深度学习模型的出现,在自然语言处理和计算机视觉等多个领域带来了前所未有的性能。然而,在资源受限的设备上部署这些模型,因其高计算复杂性以及对内存大小和带宽的巨大需求,面临着重大挑战。这种复杂性促使研究人员使用低位模型权重以减少内存使用并提高效率。除了降低处理和内存需求外,量化还引入了另一个有用的特性:值局部性,即大量参数被限制在有限的值范围内。为了充分利用这种局部性,本文提出了DeVIT,一种利用增量计算的视觉变换器加速方法,能够实现无乘法器的矩阵乘法。
cs.CV / 132 / 2608.01348

Prompt-Driven Simulation with Feature Perturbation for Cross-Domain Few-Shot Object Detection

基于提示驱动的特征扰动模拟用于跨域少样本目标检测
Zhuo, Linhai, Cai, Junxi, Qian, Tianwen, Zheng, Qingping, Liu, Yang
Abstract
Data augmentation, which simulates diverse visual variations to expand the source distribution and induce synthetic domain shifts, is a simple yet effective strategy for mitigating severe domain shifts and limited labeled target data in cross-domain few-shot object detection (CD-FSOD). Existing approaches rely on conventional data augmentation, such as Color-Jitter, Mosaic, and background-centric adaptation (e.g., Domain-RAG), which are limited in modeling complex domain shifts and often lead to suboptimal performance. In this paper, we propose PSP-FSOD, a principled framework that integrates prompt-driven domain simulation with feature perturbation regularization to improve generalization in CD-FSOD. To enable controllable domain synthesis, we design a prompt-driven strategy that leverages the visual grounding capability of large VLMs to jointly model foreground and background variations, generating semantically consistent yet domain-diverse training samples. Moreover, we adopt a grounding-aware generation scheme that guides object placement and alleviates semantic-spatial misalignment, thereby improving foreground adaptation. To ensure training stability and robustness, we further introduce a noise-induced feature perturbation mechanism that injects Gaussian noise into multi-scale intermediate features with distribution correction, encouraging consistent predictions under perturbations and reducing reliance on domain-specific cues. Extensive experiments demonstrate that PSP-FSOD produces high-quality domain-diverse supervision and learns domain-invariant representations, consistently improving performance across CD-FSOD benchmarks.
Chinese Translation
数据增强是一种简单而有效的策略,通过模拟多样的视觉变化来扩展源分布并引发合成域转移,从而缓解跨域少样本目标检测(CD-FSOD)中的严重域转移和有限标注目标数据。现有方法依赖于传统的数据增强技术,如颜色抖动(Color-Jitter)、马赛克(Mosaic)和以背景为中心的适应(例如,Domain-RAG),这些方法在建模复杂域转移方面存在局限,往往导致次优性能。本文提出了PSP-FSOD,一个原则性框架,将基于提示驱动的域模拟与特征扰动正则化相结合,以提高CD-FSOD中的泛化能力。为了实现可控的域合成,我们设计了一种基于提示驱动的策略,利用大型视觉语言模型(VLM)的视觉定位能力共同建模前景和背景变化,生成语义一致但域多样的训练样本。此外,我们采用了一种关注定位的生成方案,指导目标放置并缓解语义-空间错位,从而改善前景适应性。为了确保训练的稳定性和鲁棒性,我们进一步引入了一种噪声诱导的特征扰动机制,该机制向多尺度中间特征注入高斯噪声并进行分布校正,鼓励在扰动下保持一致的预测,并减少对域特定线索的依赖。大量实验表明,PSP-FSOD能够生成高质量的域多样监督,并学习域不变的表示,在CD-FSOD基准测试中持续提高性能。
cs.CV / 133 / 2608.01354

PixVL: Self-Supervised Training of Pixel-Level MLLMs via a Unified Mask--Text Consistency Cycle

PixVL:通过统一的掩码-文本一致性循环进行像素级MLLM的自监督训练
Xiao, Yicheng, Ma, Haoxuan, Li, Caorui, Wu, Yucheng, Wang, Weijie, Wang, Haoxiao, Chen, Shuang, Yang, Fan, Guo, Haiyun, Wang, Jinqiao
Abstract
Recent studies develop pixel-level multimodal large language models (MLLMs) that support both Region Segmentation and Region Understanding, extending multimodal interaction from whole images to specific objects and regions. However, these methods face two fundamental challenges. First, the scarcity of high-quality mask--text pairs leaves abundant mask annotations without corresponding language supervision. Second, discrepancies in supervision formats and learning-signal densities induce optimization interference between Region Segmentation and Region Understanding. To address these challenges, we propose PixVL, a self-supervised post-training framework that introduces a unified Mask--Text Consistency Cycle, enabling pixel-level MLLMs to generate and self-verify regional descriptions and learn from unlabeled data. We found that direct cycle based solely on geometric reconstruction is unreliable because re-segmentation IoU does not faithfully reflect the semantic quality and referring sufficiency. PixVL therefore introduces confuser-aware semantic verification, which uses the model's confidence when it correctly chooses the target among highly similar candidate regions, and assigns zero reward to an incorrect choice. Meanwhile, PixVL performs cross-view verification using temporally separated video frames or geometrically transformed image views, preventing cyclic learning from collapsing to positional and shape shortcuts. Finally, a quality-coupled bidirectional learning strategy uses the highest-reward description to guide Text-to-Mask learning. This strategy transforms Region Understanding and Region Segmentation from competing tasks into mutual generators and verifiers. Experiments demonstrate that PixVL improves both region understanding task and segmentation task.
Chinese Translation
近期研究开发了支持区域分割和区域理解的像素级多模态大语言模型(MLLM),将多模态交互从整个图像扩展到特定对象和区域。然而,这些方法面临两个基本挑战。首先,高质量的掩码-文本对的稀缺使得大量掩码注释缺乏相应的语言监督。其次,监督格式和学习信号密度的差异导致区域分割与区域理解之间的优化干扰。为了解决这些挑战,我们提出了PixVL,一个自监督后训练框架,引入了统一的掩码-文本一致性循环,使像素级MLLM能够生成并自我验证区域描述,并从未标记数据中学习。我们发现,基于几何重建的直接循环不可靠,因为重新分割的IoU并不能真实反映语义质量和指称充分性。因此,PixVL引入了混淆者感知的语义验证,利用模型在正确选择目标区域时的信心,并对错误选择赋予零奖励。同时,PixVL使用时间上分离的视频帧或几何变换的图像视图进行交叉视图验证,防止循环学习陷入位置和形状的捷径。最后,质量耦合的双向学习策略利用最高奖励的描述来指导文本到掩码的学习。该策略将区域理解和区域分割从竞争任务转变为相互生成和验证的任务。实验表明,PixVL在区域理解任务和分割任务上均有改善。
cs.CV / 134 / 2608.01355

CORTIVA: Candidate-Score Fusion of Complementary Visual Teachers for EEG- and MEG-to-Image Retrieval

CORTIVA:用于脑电图(EEG)和脑磁图(MEG)到图像检索的互补视觉教师候选分数融合
Wang, Junhan, Chen, Kani
Abstract
Decoding visual experience from non-invasive brain activity is central to neuroscience and brain-computer interfaces. Functional magnetic resonance imaging (fMRI) offers fine spatial detail, but its slow hemodynamics and burdensome acquisition limit temporally resolved decoding. Electroencephalography (EEG) and magnetoencephalography (MEG) provide millisecond resolution, making image retrieval compelling: identify the viewed image from one neural response and a fixed candidate bank. Contrastive alignment to pretrained visual representations enables zero-shot retrieval from EEG and MEG, but most systems collapse heterogeneous visual supervision into a single embedding before ranking. This early consolidation imposes one similarity geometry on every candidate order and removes encoder-specific disagreements from the final ranking. We propose CORTIVA, a candidate-score fusion framework that preserves this complementary evidence. Three decoding routes are aligned to heterogeneous visual targets, score the same indexed candidates independently, and combine only their temperature-scaled score vectors before ranking. On the 200-way THINGS-EEG2 benchmark, CORTIVA reaches 73.5% Top-1 and 95.3% Top-5 across ten participants, exceeding the strongest reported baseline by 10.3 and 5.4 percentage points. With a modality-specific neural encoder, the same fusion principle reaches 42.4% Top-1 on THINGS-MEG. Matched route-removal retraining and four weight controls demonstrate that CORTIVA's gain arises from integrating complementary route scores and persists with uniform weighting, without requiring a specialized weighting rule. Independent DINOv2 analyses further reproduce the local error neighborhoods and posterior neural-visual correspondence. These results establish candidate-score fusion as a simple and testable alternative to embedding-level consolidation for neural image retrieval.
Chinese Translation
从非侵入性脑活动中解码视觉体验是神经科学和脑机接口的核心。功能性磁共振成像(fMRI)提供了精细的空间细节,但其缓慢的血流动力学和繁重的获取过程限制了时间分辨率解码。脑电图(EEG)和脑磁图(MEG)提供毫秒级的分辨率,使得图像检索变得引人注目:从一个神经反应和一个固定的候选库中识别所查看的图像。对预训练视觉表示的对比对齐使得从EEG和MEG进行零样本检索成为可能,但大多数系统在排名之前将异质视觉监督合并为单一嵌入。这种早期整合对每个候选顺序施加了相同的相似性几何,并从最终排名中消除了编码器特定的不一致性。我们提出了CORTIVA,一种候选分数融合框架,保留了这种互补证据。三个解码路径与异质视觉目标对齐,独立评分相同的索引候选,并在排名之前仅结合它们的温度缩放分数向量。在200类的THINGS-EEG2基准测试中,CORTIVA在十名参与者中达到了73.5%的Top-1和95.3%的Top-5,超出了已报告的最强基线10.3和5.4个百分点。使用特定模态的神经编码器,相同的融合原理在THINGS-MEG上达到了42.4%的Top-1。匹配路径去除再训练和四个权重控制表明,CORTIVA的增益源于整合互补路径分数,并在均匀加权下持续存在,而无需专门的加权规则。独立的DINOv2分析进一步重现了局部错误邻域和后验神经-视觉对应关系。这些结果确立了候选分数融合作为神经图像检索中嵌入级别整合的简单且可测试的替代方案。
cs.CV / 135 / 2608.01356

Harnessing Adversarial Distillation to Customise Debiased, Disease-Specific Pathology Foundation Models for Breast Cancer

利用对抗蒸馏定制去偏见的特定疾病病理基础模型用于乳腺癌
Chen, Zhiwei, Hu, Yang, Xiao, Yuxiang, Ju, Yakun, Zhang, Tianyang, Xu, Yingxue, Li, Wei, Chen, Hao, Rittscher, Jens, Yang, Kaixiang
Abstract
Pathology foundation models (PFMs) provide strong tissue representations and have become central to digital pathology. However, deployment in disease-specific settings is limited by 1) the high computational cost of billion-parameter PFMs and 2) distribution mismatch and non-biological bias inherited from pan-cancer, multi-centre pre-training, including site-specific signatures and imbalanced disease prevalence. These factors can encourage shortcut learning and under-emphasise subtle morphology required for reliable modelling of a specific cancer type. We present SmartStu (a Smart Student), a framework to customise compact, breast-cancer-specific PFMs via distillation whilst mitigating confounding. SmartStu distils representations from multiple teacher PFMs into a lightweight student backbone. Crucially, we introduce adversarial distillation that leverages a dedicated noise model trained to predict nuisance, edge-dominated cues on the distillation set. Using this noise model as a counterexample, the adversarial objective encourages the student to recognise, yet suppress, features predictive of nuisance targets. We further incorporate multi-teacher ensemble distillation and an auxiliary self-supervised objective with artefact injection. We validate SmartStu on three external cohorts (Yale HER2, SLN-Breast, and BRACS) with multiple tiny backbones. SmartStu yields breast-cancer-specific PFMs that are over $30\times$ smaller than general PFMs whilst largely preserving, and sometimes improving, downstream performance measured by balanced accuracy (bAcc) and AUC. Code is available at https://github.com/zwchen03/advDistall.
Chinese Translation
病理基础模型(PFMs)提供了强大的组织表征,并已成为数字病理学的核心。然而,在特定疾病环境中的应用受到以下限制:1)十亿参数PFMs的高计算成本,以及2)来自全癌症、多中心预训练的分布不匹配和非生物偏见,包括特定地点的特征和疾病流行率的不平衡。这些因素可能导致捷径学习,并在可靠建模特定癌症类型所需的细微形态方面被低估。我们提出了SmartStu(智能学生),一个通过蒸馏定制紧凑的乳腺癌特定PFMs的框架,同时减轻混淆。SmartStu将多个教师PFMs的表征蒸馏到一个轻量级的学生主干中。关键是,我们引入了对抗蒸馏,利用一个专门的噪声模型,该模型经过训练以预测蒸馏集上的干扰和边缘主导线索。使用这个噪声模型作为反例,对抗目标鼓励学生识别但抑制与干扰目标相关的特征。我们进一步结合了多教师集成蒸馏和带有伪影注入的辅助自监督目标。我们在三个外部队列(耶鲁HER2、SLN-乳腺和BRACS)上验证了SmartStu,使用多个微小主干。SmartStu生成的乳腺癌特定PFMs比一般PFMs小超过$30 imes$,同时在平衡准确率(bAcc)和AUC等下游性能上大致保持,甚至有时有所改善。代码可在 https://github.com/zwchen03/advDistall 获取。
cs.CV / 136 / 2608.01370

Understanding Synergistic Interactions among Pathology Foundation Models via Adaptive Fusion

通过自适应融合理解病理基础模型之间的协同作用
Xiao, Yuxiang, Hu, Yang, Li, Bin, Zhang, Tianyang, Li, Zexi, Fu, Huazhu, Rittscher, Jens, Yang, Kaixiang
Abstract
Pathology foundation models (PFMs) provide strong tile-level representations via self-supervised pre-training on large-scale pathology images. Yet, PFMs are developed under diverse and often opaque data, architecture, and objective choices, inducing latent representational biases that limit robustness and obscure what each model specialises in. We present AdaFusion, a lightweight adaptive fusion framework that integrates complementary signals from multiple frozen PFMs through (1) low-dimensional feature compression and (2) a sample-conditioned gating module that reweights model-wise (and optionally channel-wise) contributions. Beyond improving predictive accuracy, AdaFusion provides contribution-driven interpretation that offers evidence consistent with model-specific preferences and synergistic interactions across tissue phenotypes. We evaluate AdaFusion on three public benchmarks spanning treatment response prediction, prostate cancer grading, and spatial gene expression inference. AdaFusion consistently outperforms individual PFMs and other fusion baselines, while providing interpretable tissue visualisation which aligns model preferences with morphological patterns. Code is available at: https://github.com/xyx-98/PathoOracle.
Chinese Translation
病理基础模型(PFMs)通过在大规模病理图像上进行自监督预训练,提供强大的切片级表示。然而,PFMs的开发基于多样且往往不透明的数据、架构和目标选择,导致潜在的表示偏差,限制了其鲁棒性,并模糊了每个模型的专长。我们提出了AdaFusion,一个轻量级自适应融合框架,通过(1)低维特征压缩和(2)一个样本条件的门控模块,整合来自多个冻结PFMs的互补信号,重新加权模型级(并可选择通道级)贡献。除了提高预测准确性外,AdaFusion还提供了基于贡献的解释,提供与模型特定偏好和不同组织表型之间的协同作用一致的证据。我们在三个公共基准上评估了AdaFusion,涵盖治疗反应预测、前列腺癌分级和空间基因表达推断。AdaFusion始终优于单个PFMs和其他融合基线,同时提供可解释的组织可视化,将模型偏好与形态模式对齐。代码可在以下链接获取:https://github.com/xyx-98/PathoOracle。
cs.CV / 137 / 2608.01392

FineMoLA: Towards Fine-Grained Motion-Language Alignment from Clip-Level Supervision

FineMoLA:基于片段级监督的细粒度动作-语言对齐研究
Wang, Tongyan, Li, Zhengyuan, Lin, Muhan, Luo, Shengyang, Shen, Yifan, Bera, Aniket, Yang, Baijian, Chen, Yingjie Victor
Abstract
Text-conditioned human motion generation has made rapid progress with the emergence of large-scale motion--language datasets. However, even datasets with rich long-form descriptions typically provide supervision only at the clip level, without explicit temporal correspondence between motion frames and language. This limits fine-grained motion--text grounding and temporally precise generation. We propose FineMoLA, a weakly supervised framework that learns fine-grained frame--phrase correspondence directly from clip-level annotations. Our method first segments long-form descriptions into action-bearing phrases, and then formulates motion--language alignment as an optimal transport problem, which naturally models many-to-many relations between motion frames and text under global constraints. With entropic regularization and Sinkhorn iterations, FineMoLA efficiently infers pseudo frame-level alignments without human labeling. Experiments on SnapMoGen demonstrate that the learned alignments outperform baselines in motion--text grounding.
Chinese Translation
受益于大规模动作-语言数据集的出现,基于文本的人体动作生成取得了快速进展。然而,即使是具有丰富长文本描述的数据集,通常也仅在片段级别提供监督,而没有明确的动作帧与语言之间的时间对应关系。这限制了细粒度的动作-文本基础和时间精确的生成。我们提出了FineMoLA,一个弱监督框架,直接从片段级注释中学习细粒度的帧-短语对应关系。我们的方法首先将长文本描述分割为承载动作的短语,然后将动作-语言对齐公式化为一个最优运输问题,该问题自然建模了动作帧与文本之间的多对多关系,并在全局约束下进行处理。通过熵正则化和Sinkhorn迭代,FineMoLA高效地推断伪帧级对齐,而无需人工标注。在SnapMoGen上的实验表明,所学习的对齐在动作-文本基础方面优于基线方法。
cs.CV / 138 / 2608.01407

Training-Free Out-of-Distribution Detection for Pathology Whole-Slide Images

无训练的病理全切片图像异常检测
Kahya, Sabri Mustafa, Chen, Richard R., Yavuz, Muhammet Sami, Lou, Jerry Jierui, Adeleye, Akanimoh, Kahya, Haci Ali, Lipkova, Jana
Abstract
Safe deployment of AI methods in medicine requires robust guardrails that detect when input data deviate from the training distribution to ensure that models provide predictions only within their scope of expertise and abstain otherwise. Out-of-distribution (OOD) detection can provide such safeguards and is extensively studied in general computer vision. Yet, it remains underdeveloped in computational pathology, where gigapixel whole-slide images (WSIs), subtle differences between disease subtypes, and variability in tissue preparation pose unique challenges for conventional OOD methods. We propose ZIO, a training-free, multimodal OOD detector for pathology WSIs that leverages vision--language pathology foundation models (FMs). ZIO constructs text and visual prototypes of in-distribution classes and integrates their complementary information through a prototype shrinkage mechanism to derive OOD scores. We provide the ZIO formulation for both slide- and patch-level FMs. We evaluate ZIO across diverse clinically relevant domain shifts, including rare diseases and near-OOD settings. Extensive evaluation of over 14,700 WSIs from five independent consortia shows that ZIO consistently outperforms both unimodal prototypes and 40 state-of-the-art OOD methods. These results demonstrate the benefits of multimodal representation for OOD detection and pave the way towards safer AI deployment in clinical practice.
Chinese Translation
在医学中安全部署人工智能方法需要强有力的保障措施,以检测输入数据何时偏离训练分布,从而确保模型仅在其专业范围内提供预测,并在其他情况下避免预测。异常检测(Out-of-Distribution, OOD)可以提供这样的保障,并在一般计算机视觉领域得到了广泛研究。然而,在计算病理学中,这一领域仍然发展不足,尤其是在处理千兆像素级的全切片图像(Whole-Slide Images, WSIs)、疾病亚型之间的微妙差异以及组织制备的变异性等方面,这些都给传统的OOD方法带来了独特的挑战。我们提出了ZIO,一种无训练的多模态OOD检测器,专为病理WSIs设计,利用视觉-语言病理基础模型(Foundation Models, FMs)。ZIO构建了在分布内类别的文本和视觉原型,并通过原型收缩机制整合其互补信息,以推导OOD分数。我们为切片级和补丁级FMs提供了ZIO的公式。我们在多种临床相关领域转变中评估ZIO,包括稀有疾病和近OOD设置。对来自五个独立联盟的超过14,700个WSIs的广泛评估表明,ZIO始终优于单模态原型和40种最先进的OOD方法。这些结果展示了多模态表示在OOD检测中的优势,并为临床实践中更安全的人工智能部署铺平了道路。
cs.CV / 139 / 2608.01427

PackingGPT: 3D Packing Agent for Real Furniture in Last-Mile Delivery

PackingGPT:用于最后一公里配送的真实家具三维装箱智能体
You, Yi, Li, Hui
Abstract
3D bin packing rectangular items into standardised containers to maximise space utilisation under geometric shipping automation. Loading a furniture purchase into a personal vehicle is the same task, but under more complex conditions that standard container loading algorithms ignore. This paper addresses the physically stable placement under these realistic conditions with heterogeneous boxes (e.g. varying dimensions and weights) and occupied containers (e.g. groceries). This paper provides a real-world benchmark dataset and baseline model for the Heterogeneous furniture-in-vehicle packing task. The dataset uses real furniture company flat-pack packaging data covering a large number of catalogue products via family-level extrapolation with diversity length, widths, heights, and weights. We also propose a PackingGPT framework for packing as a sequential placement inspired by the Lego assembly process, where heterogeneous boxes of varying dimensions (bricks) are placed step-by-step into the irregular remaining cargo space (creations). Five baseline packing methods were tested on our dataset without considering the Centre-of- Mass (CoM) constraints. In sedan car simulations, 10-40% of placed boxes failed the stability check on average. When the LLP model was trained on packing sequences with CoM constraints enforced during placement, the failure rate dropped to 0.67% (SUV-500).
Chinese Translation
在几何运输自动化下,将矩形物品进行三维装箱以最大化空间利用率。将家具购买装入个人车辆的任务与标准集装箱装载相同,但在更复杂的条件下,标准的集装箱装载算法无法考虑这些情况。本文针对在这些现实条件下的物理稳定放置进行了研究,涉及异质箱体(例如,尺寸和重量各异)和已占用的集装箱(例如,杂货)。本文提供了一个现实世界基准数据集和异质家具车载装箱任务的基线模型。该数据集使用真实家具公司的平板包装数据,涵盖大量目录产品,通过家庭层级的外推,具有多样化的长度、宽度、高度和重量。我们还提出了一个PackingGPT框架,将装箱视为受乐高组装过程启发的顺序放置,其中尺寸各异的异质箱体(砖块)逐步放入不规则的剩余货物空间(创作)。在我们的数据集上测试了五种基线装箱方法,未考虑质心(Centre-of-Mass, CoM)约束。在轿车模拟中,平均有10-40%的放置箱体未通过稳定性检查。当在放置过程中强制执行CoM约束的装箱序列上训练LLP模型时,失败率降至0.67%(SUV-500)。
cs.CV / 140 / 2608.01456

Long-Horizon Embodied Decision-Making via Multimodal Memory Compression

通过多模态记忆压缩实现长视域具身决策
Li, Bingxuan, Yang, Rui, Qian, Cheng, Liu, Jiateng, Kim, Jeonghwan, Wang, Zhenhailong, Li, Manling, Zhang, Tong, Ji, Heng
Abstract
Agents are increasingly expected to act not only as task executors, but also as decision-makers on behalf of human users. This shift requires agents to accumulate evidence over long horizons, interpret implicit user preferences, and compare multiple candidates under partial observations. In this work, we propose DunphyBench, a new benchmark for evaluating agents on long-horizon human-centered embodied decision-making, where the agent must navigate through multiple embodied housing environments and make decisions that align with multi-dimensional human preferences. Unlike standard embodied reasoning tasks that often focus on procedural planning or immediate goal completion, our setting requires agents to integrate multimodal, multi-source input into coherent knowledge that supports complex reasoning across long horizon. The evaluation results reveal that there is a substantial gap between current agents and human performance. Furthermore, our diagnosis of state-of-the-art VLM-driven agents reveals that memory management is one of the bottlenecks, where raw multimodal history introduces noise that hinders decision quality. Motivated by this finding, we design MeMento, a preference-conditioned multimodal memory compressor that selectively compresses decision-relevant information from long-horizon history based on user preferences with a fixed set of memory tokens. Experiments show that MeMento helps VLM-driven agents improve accuracy by 7.18%, while reducing memory usage by 85.38% compared to the strongest baseline.
Chinese Translation
代理越来越被期望不仅作为任务执行者,还作为人类用户的决策者。这一转变要求代理在长时间范围内积累证据,解读隐含的用户偏好,并在部分观察下比较多个候选项。在本研究中,我们提出了DunphyBench,这是一个新的基准,用于评估代理在以人为中心的长视域具身决策中的表现,其中代理必须在多个具身住房环境中导航,并做出符合多维人类偏好的决策。与通常关注程序规划或即时目标完成的标准具身推理任务不同,我们的设置要求代理将多模态、多源输入整合为支持复杂推理的连贯知识。评估结果显示,当前代理与人类表现之间存在显著差距。此外,我们对最先进的基于VLM(视觉语言模型)驱动的代理的诊断表明,记忆管理是一个瓶颈,原始的多模态历史引入了噪声,阻碍了决策质量。受到这一发现的启发,我们设计了MeMento,一种基于用户偏好的偏好条件多模态记忆压缩器,它根据固定的记忆令牌集选择性地压缩来自长视域历史的决策相关信息。实验表明,与最强基线相比,MeMento帮助基于VLM驱动的代理提高了7.18%的准确性,同时减少了85.38%的内存使用。
cs.CV / 141 / 2608.01470

VGER: Voxel-Guided Global Event Ranking for Event Cloud Attribution

VGER:基于体素引导的全球事件排名用于事件云归因
Jiang, Youxin, Fu, Baoheng, Ren, Hongwei, Wu, Xiangqian
Abstract
Event cameras produce sparse and asynchronous event streams that provide rich spatio-temporal information for efficient perception. Recent advances in event-based models have demonstrated strong performance by directly modeling asynchronous events without dense frame reconstruction. However, identifying the event-level evidence behind their predictions is crucial for improving model transparency and reliability. Directly adapting point-level saliency methods from point clouds provides fine-grained attribution but overlooks event-specific spatio-temporal structures. To address this limitation, we propose Voxel-Guided Global Event Ranking (VGER), a training-free attribution framework for point-based event cloud networks. VGER combines event-level gradient evidence with task-aware voxel perturbation evidence, transferring regional contribution into event-level attribution scores while preserving fine-grained resolution. Furthermore, VGER introduces a unified event ranking strategy, where high-ranked events are expected to be prediction-critical and low-ranked events are expected to have limited influence on predictions. We evaluate VGER on three event-based benchmarks with PointNet, PointNet++, and EventMamba. Across nine dataset-backbone settings, VGER consistently improves both high-tail and low-tail deletion performance over point-level saliency baselines.
Chinese Translation
事件相机产生稀疏且异步的事件流,提供丰富的时空信息以实现高效感知。最近在基于事件的模型中的进展表明,通过直接建模异步事件而无需密集帧重建,能够实现强大的性能。然而,识别其预测背后的事件级证据对于提高模型的透明度和可靠性至关重要。直接将点云中的点级显著性方法应用于事件云提供了细粒度的归因,但忽视了事件特定的时空结构。为了解决这一局限性,我们提出了体素引导全球事件排名(Voxel-Guided Global Event Ranking,VGER),这是一个无训练的归因框架,适用于基于点的事件云网络。VGER结合了事件级梯度证据与任务感知的体素扰动证据,将区域贡献转化为事件级归因分数,同时保持细粒度的分辨率。此外,VGER引入了统一的事件排名策略,其中高排名事件被期望对预测至关重要,而低排名事件则被期望对预测影响有限。我们在三个基于事件的基准上评估了VGER,使用了PointNet、PointNet++和EventMamba。在九个数据集-骨干网络设置中,VGER在点级显著性基线的高尾和低尾删除性能上始终表现出一致的提升。
cs.CV / 142 / 2608.01473

Slot2Text: Object-Centric Visual Tokenization for Efficient and Spatially Traceable Surgical MLLMs

Slot2Text:面向对象的视觉标记化以实现高效且可追踪空间的外科手术多模态大语言模型
Liao, Guiqiu, Jogan, Matjaz, Hashimoto, Daniel A.
Abstract
Multimodal large language models (MLLM) for surgical scene understanding typically inject hundreds of dense visual tokens into a language model, leading to costly inference and limited spatial traceability for generated answers. We present Slot2Text, a dual-mode surgical MLLM that replaces dense representations of visual input with a compact set of regions encoded as slot latents. Instead of relying on contrastive alignment of the visual encoder with language, Slot2Text groups self-supervised vision features into a few regions--slots that are consumed by the language model as area-labeled visual tokens. Slot2Text-Fast uses the slot prefix to answer surgical questions. Slot2Text-Reason also identifies and locates areas relevant for reasoning, linking language outputs to corresponding slot tokens, masks or regions. Experiments on multiple visual question answering and visual grounding benchmarks show that Slot2Text-Fast is competitive with state-of-the-art baseline at a much lower cost, reducing the average total token consumption by a 91.8\% and the visual prefix from 1,295 to 47 tokens (a 96.4\% reduction). Slot2Text-Reason trades additional tokens and latency for explicit area identities, locations, and traceable spatial evidence. These results establish compact slot latents as an efficient default visual interface for surgical MLLMs, with grounded reasoning invoked when greater spatial traceability is required.
Chinese Translation
用于外科场景理解的多模态大语言模型(MLLM)通常将数百个密集的视觉标记注入语言模型中,这导致推理成本高昂且生成答案的空间可追溯性有限。我们提出了Slot2Text,这是一种双模式外科手术MLLM,它用一组紧凑的区域(编码为槽潜变量)替代了视觉输入的密集表示。Slot2Text不依赖于视觉编码器与语言的对比对齐,而是将自监督视觉特征分组为少数区域——槽,这些槽被语言模型作为区域标记的视觉标记所消耗。Slot2Text-Fast利用槽前缀回答外科问题。Slot2Text-Reason还识别并定位与推理相关的区域,将语言输出与相应的槽标记、掩码或区域联系起来。在多个视觉问答和视觉定位基准上的实验表明,Slot2Text-Fast在成本大幅降低的情况下与最先进的基线模型具有竞争力,平均总标记消耗减少了91.8%,视觉前缀从1,295个减少到47个(减少了96.4%)。Slot2Text-Reason则在明确的区域身份、位置和可追溯的空间证据上权衡了额外的标记和延迟。这些结果确立了紧凑的槽潜变量作为外科手术MLLM的高效默认视觉接口,当需要更大的空间可追溯性时,可以调用基于实证的推理。
cs.CV / 143 / 2608.01488

Towards Compact Unified Multimodal Tracking: Synergizing Knowledge Distillation with Structural Pruning

迈向紧凑的统一多模态跟踪:知识蒸馏与结构剪枝的协同
Li, Yuqi, Tan, Yuedong, Duan, Huiran, Feng, Weilun, Yang, Chuanguang, An, Zhulin, Wu, Zongwei, Wen, Shiping, Huang, Tingwen, Tian, Yingli
Abstract
Unified multimodal object tracking has achieved remarkable robustness by leveraging complementary sensor data (e.g., RGB, Thermal, Depth), yet the heavy computational burden of state-of-the-art models hinders their deployment on resource-constrained edge devices. In this work, we identify the prediction head as a critical but often overlooked efficiency bottleneck. By strategically streamlining the decoder architecture, we unlock the potential for real-time inference but simultaneously introduce a capacity gap between the lightweight student and the heavy teacher. To resolve this, we conduct a systematic analysis of 17 distillation strategies and introduce a Dual-Alignment Distillation framework. Our key insight is that effective compression requires decoupling knowledge transfer into two complementary streams: (1) Spatial Representation Alignment, which employs feature distillation to sharpen the student's spatial focus on foreground targets ("Where to track"); and (2) Semantic Distribution Alignment, which utilizes logit-based distillation to align decision boundaries and transfer discriminative dark knowledge ("What to track"). Extensive experiments across five benchmarks demonstrate that our approach significantly outperforms complex state-of-the-art methods. Notably, our distilled model achieves 91.5% MPR on RGBT234 and operates at 54 FPS on a single RTX 4090, representing a 5x speedup over the teacher model while maintaining superior accuracy.
Chinese Translation
统一多模态物体跟踪通过利用互补的传感器数据(例如,RGB、热成像、深度)实现了显著的鲁棒性,但最先进模型的高计算负担阻碍了它们在资源受限的边缘设备上的部署。在本研究中,我们将预测头识别为一个关键但常被忽视的效率瓶颈。通过战略性地简化解码器架构,我们释放了实时推理的潜力,但同时在轻量级学生模型与重型教师模型之间引入了容量差距。为了解决这一问题,我们系统性地分析了17种蒸馏策略,并提出了双重对齐蒸馏框架。我们的关键见解是,有效的压缩需要将知识转移解耦为两个互补的流: (1) 空间表示对齐,利用特征蒸馏来增强学生模型对前景目标的空间聚焦(“在哪里跟踪”);(2) 语义分布对齐,利用基于logit的蒸馏来对齐决策边界并转移判别性暗知识(“跟踪什么”)。在五个基准测试上的大量实验表明,我们的方法显著优于复杂的最先进方法。值得注意的是,我们的蒸馏模型在RGBT234上达到了91.5%的MPR,并在单个RTX 4090上以54 FPS运行,相较于教师模型实现了5倍的速度提升,同时保持了更优的准确性。
cs.CV / 144 / 2608.01492

GaussianSelector: Lightweight Human-Guided Object Selection in 3D Gaussian Splatting with Graph Optimization

GaussianSelector:基于图优化的轻量级人机协作3D高斯点云对象选择
Yang, Baihan, Li, Tiexin, Liu, Yuheng, Lin, Xin, Li, Xinke, Xie, Xiaohui, Nguyen, Truong
Abstract
Selecting a complete 3D object from a reconstructed scene with minimal user effort is essential for practical scene editing and embodied interaction. Existing 3DGS-based methods either retrain the Gaussian representation to embed per-object labels, or build dense multi-view SAM observations, both requiring heavy computation and dense viewpoint coverage that is rarely available in practice. We present GaussianSelector, a training-free framework for interactive 3D object selection from sparse views and sparse scribble guidance. Operating directly on native Gaussian primitives, we coarsen dense Gaussians into geometrically coherent superpoints and construct a continuity-weighted graph using appearance and spatial cues. Sparse user scribbles are lifted into 3D via visibility-aware transmittance coverage, and selection is solved as a global graph-cut energy minimization that propagates sparse evidence to a complete 3D object. This design naturally supports multi-round refinement, where users iteratively correct the selection from additional viewpoints to progressively improve the result. Experiments demonstrate that GaussianSelector achieves competitive selection quality against state-of-the-art multi-view SAM-based methods, while requiring significantly fewer interaction views and substantially lower computational overhead. These properties make it well suited for human-in-the-loop 3D scene editing and 3D asset extraction in real-world deployment scenarios.
Chinese Translation
从重建场景中选择完整的3D对象,并尽量减少用户的操作,是实际场景编辑和具身交互的关键。现有的基于3D高斯样本(3DGS)的方法要么重新训练高斯表示以嵌入每个对象的标签,要么构建密集的多视图SAM观察,这两者都需要大量计算和密集的视点覆盖,而在实际应用中这种条件很少具备。我们提出了GaussianSelector,这是一种无训练的框架,能够从稀疏视图和稀疏涂鸦指导中进行交互式3D对象选择。该方法直接在原生高斯原语上操作,将密集高斯粗化为几何一致的超点,并利用外观和空间线索构建连续性加权图。稀疏的用户涂鸦通过考虑可见性的透射覆盖提升到3D空间,选择过程被视为全局图割能量最小化问题,从而将稀疏证据传播到完整的3D对象。该设计自然支持多轮细化,用户可以从额外的视点迭代地修正选择,以逐步改善结果。实验表明,GaussianSelector在选择质量上与最先进的多视图SAM方法具有竞争力,同时所需的交互视图显著更少,计算开销也大幅降低。这些特性使其非常适合于人机协作的3D场景编辑和现实世界应用场景中的3D资产提取。
cs.CV / 145 / 2608.01495

Probing the 3D Object-Level Understanding of Pre-Trained Detection Transformers

探究预训练检测变换器的三维物体级理解
Kim, Robin, Samplawski, Colin, Marlin, Benjamin M.
Abstract
Detection transformer models, including DETR and its extensions, learn to output a set of object-level embeddings that can be simultaneously decoded into 2D bounding boxes and class distributions. In this paper, we investigate what pre-trained 2D detection transformers understand about the 3D properties of objects. Specifically, we investigate the extent to which properties including the depth of objects from the camera and the 3D location of objects relative to the camera can be recovered from object-level embeddings using linear and non-linear probes. Across a range of detection transformer models, our results show a surprisingly strong and previously unknown ability of 2D DETR models to represent useful information about the 3D properties of objects, despite the complete lack of 3D supervision during model pre-training.
Chinese Translation
检测变换器模型,包括DETR及其扩展,学习输出一组物体级嵌入,这些嵌入可以同时解码为二维边界框和类别分布。本文研究了预训练的二维检测变换器对物体三维属性的理解。具体而言,我们调查了通过线性和非线性探测器,从物体级嵌入中恢复物体与相机之间的深度以及物体相对于相机的三维位置等属性的程度。在一系列检测变换器模型中,我们的结果显示,尽管在模型预训练期间完全缺乏三维监督,二维DETR模型在表示有关物体三维属性的有用信息方面表现出令人惊讶的强大且之前未知的能力。
cs.CV / 146 / 2608.01509

Rolling Shutter Camera Self-Calibration

滚动快门相机自标定
Zhang, Yongcong, Rabbani, Navid, Liao, Bangyan, Wang, Chengbo, Lao, Yizhen, Bartoli, Adrien
Abstract
Rolling shutter (RS) cameras are widely used in consumer devices, but their row-wise exposure causes distortions under motion, making geometric 3D vision problems dependent on both camera intrinsics and readout time ratio. Existing RS calibration methods rely on calibration targets or specialised hardware, limiting their use in unconstrained settings. We present the first self-calibration method for RS cameras that directly estimates camera intrinsics and the readout time ratio from image sequences, without requiring calibration targets. The method is implemented as a self-calibrating bundle adjustment (BA), which critically depends on the RS imaging model. We combine two known complementary models. The first formulates RS imaging as continuous-time trajectory estimation under a row-wise pose representation. The second interprets RS images as temporally distorted global shutter (GS) images and requires to estimate correction fields. The combination is non-trivial and results in a unified dual-projection model, in which each 3D point is simultaneously constrained at both row-dependent and reference timestamps along a shared continuous trajectory, enforcing stronger geometric and temporal consistency. Extensive simulations analyse the applicability of several implementations under varying conditions, and real data experiments demonstrate the accuracy, robustness, and practical effectiveness of the proposed approach.
Chinese Translation
滚动快门(RS)相机在消费设备中被广泛使用,但其逐行曝光在运动下会导致失真,使得几何三维视觉问题依赖于相机内参和读出时间比。现有的RS标定方法依赖于标定目标或专用硬件,限制了其在不受约束环境中的应用。我们提出了首个RS相机自标定方法,该方法直接从图像序列中估计相机内参和读出时间比,而无需标定目标。该方法实现为自标定束调整(BA),其关键依赖于RS成像模型。我们结合了两个已知的互补模型。第一个模型将RS成像公式化为基于逐行姿态表示的连续时间轨迹估计。第二个模型将RS图像解释为时间失真的全局快门(GS)图像,并需要估计校正场。两者的结合并非简单,最终形成了一个统一的双投影模型,其中每个三维点在共享的连续轨迹上同时受到逐行依赖和参考时间戳的约束,从而增强了几何和时间的一致性。大量模拟分析了在不同条件下几种实现的适用性,真实数据实验则展示了所提方法的准确性、鲁棒性和实际有效性。
cs.CV / 147 / 2608.01518

UCBound-Net: Uncertainty-Guided Boundary-Aware Continual Learning for Domain-Incremental Ultrasound Segmentation

UCBound-Net:基于不确定性引导的边界感知持续学习用于领域增量超声分割
Rahman, Mohammad Amanour
Abstract
Continual learning in clinical imaging faces a dual challenge: a model must assimilate knowledge from new anatomical domains while retaining representations learned from prior tasks, a problem known as catastrophic forgetting. Existing mitigation strategies, including regularization and knowledge distillation, treat all spatial regions equally, ignoring the fact that prediction uncertainty is strongly correlated with the propensity for forgetting. We introduce UCBound-Net, a continual segmentation framework that exploits Monte Carlo (MC) Dropout uncertainty as a spatial proxy for forgetting risk. Our method contributes three synergistic components: (i) uncertainty-weighted boundary distillation, which amplifies the knowledge transfer signal at high-entropy regions of the frozen teacher; (ii) uncertainty-calibration regularization, which explicitly penalizes overconfident erroneous predictions; and (iii) uncertainty-guided exemplar selection, a memory buffer that preferentially stores samples whose boundary regions exhibit the highest predictive entropy. Evaluated on a sequential domain-incremental benchmark comprising breast ultrasound (BUSI, Task 1) followed by thyroid ultrasound (TN3K, Task 2), UCBound-Net reduces forgetting relative to naive fine-tuning, achieving a backward transfer (BWT) of -0.098 compared with -0.173, while obtaining an average Dice Similarity Coefficient (DSC) of 0.755 across both tasks. The proposed framework outperforms baseline methods without requiring task-boundary supervision. An ablation study further demonstrates that each component contributes independently to forgetting mitigation, providing a practical pathway toward uncertainty-aware continual learning for clinical image segmentation.
Chinese Translation
临床影像中的持续学习面临双重挑战:模型必须吸收来自新解剖领域的知识,同时保留从先前任务中学习到的表征,这一问题被称为灾难性遗忘。现有的缓解策略,包括正则化和知识蒸馏,平等对待所有空间区域,忽视了预测不确定性与遗忘倾向之间的强相关性。我们提出了UCBound-Net,这是一种持续分割框架,利用蒙特卡洛(Monte Carlo, MC)Dropout不确定性作为遗忘风险的空间代理。我们的方法贡献了三个协同组件:(i)不确定性加权边界蒸馏,增强了在冻结教师的高熵区域的知识转移信号;(ii)不确定性校准正则化,明确惩罚过于自信的错误预测;(iii)不确定性引导的示例选择,一个优先存储边界区域表现出最高预测熵的样本的记忆缓冲区。在一个包含乳腺超声(BUSI,任务1)和甲状腺超声(TN3K,任务2)的顺序领域增量基准上进行评估,UCBound-Net相对于简单微调减少了遗忘,获得了-0.098的向后转移(BWT),而简单微调为-0.173,同时在两个任务中获得了0.755的平均Dice相似系数(DSC)。所提出的框架在不需要任务边界监督的情况下优于基线方法。消融研究进一步表明,每个组件独立地对遗忘缓解做出了贡献,为临床图像分割的不确定性感知持续学习提供了实用路径。
cs.CV / 148 / 2608.01530

ST-LoRA: Single Trajectory LoRA Ensemble for Uncertainty Aware Agricultural Segmentation

ST-LoRA:单轨迹LoRA集成用于不确定性感知农业分割
Farag, Mohamed, Hoxha, Genc, Maleki, Yahia, McCool, Chris, Roscher, Ribana
Abstract
Reliable decision-support in digital agriculture requires accurate predictions and well-calibrated uncertainty estimates, particularly for dense prediction tasks such as semantic segmentation. Ensemble methods provide strong uncertainty quantification, but their computational and memory demands limit practical use, while single-model approximations often trade off uncertainty quality for efficiency. We propose ST-LoRA, a parameter-efficient ensemble framework that builds diverse ensemble members from a single training trajectory by combining Low-Rank Adaptation (LoRA) with snapshot ensembling. Each member shares a frozen pretrained backbone and differs only in lightweight low-rank adapters, reducing trainable parameters to under 10% of the full model while preserving ensemble diversity. We evaluate across two agricultural datasets - GrowliFlower-L (cauliflower, open field) and BUP20 (sweet pepper, glasshouse) - using SegFormer and Mask2Former, covering in-distribution performance, calibration under distribution shift, and out-of-distribution detection. Ablations show feed-forward layers, not attention layers, are the critical LoRA target for dense prediction, contrary to the attention-only convention from language models. ST-LoRA matches or exceeds full-rank ensembles in segmentation accuracy and calibration across both datasets and architectures, while substantially reducing training time, inference latency, memory footprint, and storage requirements. Against efficient baselines - Snapshot Ensemble, MC Dropout, and Deep Deterministic Uncertainty - ST-LoRA consistently matches or outperforms them in image/pixel-level OoD detection, calibration stability under shift, and cross-seed variance, with far fewer parameters and lower compute. These results show LoRA-efficient ensemble adaptation is a highly effective, practical approach for uncertainty-aware agricultural vision systems.
Chinese Translation
在数字农业中,可靠的决策支持需要准确的预测和良好校准的不确定性估计,尤其是在语义分割等密集预测任务中。集成方法提供了强大的不确定性量化能力,但其计算和内存需求限制了实际应用,而单模型近似往往在效率与不确定性质量之间进行权衡。我们提出了ST-LoRA,这是一种参数高效的集成框架,通过将低秩适应(Low-Rank Adaptation, LoRA)与快照集成(snapshot ensembling)相结合,从单一训练轨迹中构建多样化的集成成员。每个成员共享一个冻结的预训练主干网络,仅在轻量级低秩适配器上有所不同,将可训练参数减少到完整模型的10%以下,同时保持集成的多样性。我们在两个农业数据集上进行评估——GrowliFlower-L(菜花,露天)和BUP20(甜椒,温室)——使用SegFormer和Mask2Former,涵盖了分布内性能、在分布变化下的校准以及分布外检测。消融实验表明,前馈层而非注意力层是密集预测中LoRA的关键目标,这与语言模型中仅关注注意力层的传统观点相反。ST-LoRA在两个数据集和架构中在分割精度和校准上与全秩集成相匹配或超越,同时显著减少了训练时间、推理延迟、内存占用和存储需求。与高效基线(快照集成、MC Dropout和深度确定性不确定性)相比,ST-LoRA在图像/像素级分布外检测、在变化下的校准稳定性和跨种子方差方面始终匹配或超越它们,同时参数更少、计算量更低。这些结果表明,LoRA高效集成适应是一种非常有效且实用的方法,适用于不确定性感知的农业视觉系统。
cs.CV / 149 / 2608.01534

Recursive Vision Language Models for General Symbolic Reasoning

用于一般符号推理的递归视觉语言模型
Manzari, Omid Nejati, Lajoie, Guillaume, Rivaz, Hassan
Abstract
Hard symbolic-reasoning tasks such as Sudoku, maze pathfinding, and ARC remain challenging for LLMs due to their fixed-depth autoregressive reasoning, which limits systematic search, refinement, and backtracking. While recursive models such as Hierarchical Reasoning Model (HRM) and Tiny Recursive Model (TRM) address this limitation through iterative latent-state refinement, they are typically task-specific and do not leverage pretrained language priors. We propose R-Qwen, a recursive reasoning framework built upon a pretrained Qwen backbone. R-Qwen repeatedly refines a candidate solution through programmatic self-recursion and deep supervision, combining the structured iterative computation of recursive models with the linguistic and reasoning priors of pretrained LLMs. We further adapt Hierarchical Supervision Weighting (HSW) to autoregressive models by exponentially weighting losses across recursive steps. HSW reduces gradient variance by at least 50\%, improves the signal-to-noise ratio of stochastic gradients, and accelerates convergence. Across eight challenging benchmarks, R-Qwen consistently outperforms prior recursive reasoning models and substantially larger LLMs while using a comparable number of trainable parameters. Notably, on ARC-AGI dataset, our model achieves a 27.6\% improvement over the baseline, highlighting the effectiveness of recursive refinement for general symbolic reasoning. These results suggest that recursive reasoning mechanisms and pretrained language model priors are complementary approaches for improving symbolic puzzle-solving. Code and models will be released after acceptance.
Chinese Translation
诸如数独、迷宫路径寻找和ARC等困难的符号推理任务对大型语言模型(LLMs)仍然具有挑战性,因为它们的固定深度自回归推理限制了系统搜索、细化和回溯。尽管递归模型如层次推理模型(Hierarchical Reasoning Model, HRM)和微型递归模型(Tiny Recursive Model, TRM)通过迭代潜在状态细化解决了这一限制,但它们通常是特定任务的,并未利用预训练语言先验。我们提出了R-Qwen,一个基于预训练Qwen骨干网络的递归推理框架。R-Qwen通过程序化自递归和深度监督反复细化候选解决方案,将递归模型的结构化迭代计算与预训练LLMs的语言和推理先验相结合。我们进一步将层次监督加权(Hierarchical Supervision Weighting, HSW)适配于自回归模型,通过对递归步骤中的损失进行指数加权来实现。HSW将梯度方差降低了至少50%,提高了随机梯度的信噪比,并加速了收敛。在八个具有挑战性的基准测试中,R-Qwen始终优于先前的递归推理模型和规模大得多的LLMs,同时使用了相似数量的可训练参数。值得注意的是,在ARC-AGI数据集上,我们的模型相较于基线实现了27.6%的提升,突显了递归细化在一般符号推理中的有效性。这些结果表明,递归推理机制和预训练语言模型先验是改善符号谜题求解的互补方法。代码和模型将在接受后发布。
cs.CV / 150 / 2608.01535

STAR-VLM: Spatiotemporal Grounding Vision-Language Models for Motion and Velocity Estimation via Automotive Radar Supervision

STAR-VLM:通过汽车雷达监督进行运动和速度估计的时空基础视觉-语言模型
Kung, Pou-Chun, Rao, Aryaman, Sahai, Utkrisht, Murali, Hemanth, Liu, Yi, Lin, Rui-Yu, Skinner, Katherine A.
Abstract
Vision-language models (VLMs) are emerging as a key component of embodied intelligence, with growing applications in auto-labeling and end-to-end autonomous driving. However, existing approaches for improving spatiotemporal reasoning in VLMs often rely on complex preprocessing pipelines, expensive human annotations, or synthetic data, which limit scalability and introduce potential sim-to-real gaps. Moreover, although these methods have improved spatiotemporal understanding, they still lack strong metric reasoning capabilities for dynamic scenes, such as estimating object motion in real-world units. Prior work has explored LiDAR-based metric depth supervision to enhance spatial perception, but it does not directly address temporal reasoning. We introduce STAR-VLM, an automotive radar-supervised framework that enhances spatiotemporal VLMs with motion reasoning and metric velocity estimation for autonomous driving. Automotive radar is a low-cost and widely deployed sensor that provides complementary spatiotemporal supervision through range and Doppler measurements. By leveraging these measurements as label-free ground truth during training, STAR-VLM improves the metric spatiotemporal reasoning ability of VLMs. Through experiments on driving scenarios, we show that STAR-VLM achieves state-of-the-art performance on both motion classification and metric velocity estimation, outperforming even task-specific methods designed for each task. These results highlight automotive radar as a scalable and cost-effective source of supervision for building metric-aware spatiotemporal VLMs for real-world autonomous driving.
Chinese Translation
视觉-语言模型(VLMs)正成为具身智能的关键组成部分,广泛应用于自动标注和端到端的自主驾驶。然而,现有的提升VLMs时空推理的方法往往依赖于复杂的预处理流程、昂贵的人类标注或合成数据,这限制了其可扩展性并引入了潜在的模拟与现实之间的差距。此外,尽管这些方法改善了时空理解,但在动态场景中仍缺乏强大的度量推理能力,例如在现实单位中估计物体运动。之前的研究探索了基于激光雷达的度量深度监督以增强空间感知,但未能直接解决时间推理问题。我们提出了STAR-VLM,一个汽车雷达监督框架,增强了VLMs的时空推理能力,并实现了自主驾驶的运动推理和度量速度估计。汽车雷达是一种低成本且广泛部署的传感器,通过距离和多普勒测量提供互补的时空监督。通过在训练过程中利用这些测量作为无标签的真实值,STAR-VLM提高了VLMs的度量时空推理能力。通过在驾驶场景中的实验,我们展示了STAR-VLM在运动分类和度量速度估计方面实现了最先进的性能,甚至超越了为每个任务设计的特定任务方法。这些结果突显了汽车雷达作为构建面向度量的时空VLMs在现实世界自主驾驶中的可扩展和经济有效的监督来源。
cs.CV / 151 / 2608.01572

Enhancing Visual Perception in Foggy Conditions via Multiclass Fog Density Modeling

通过多类雾密度建模增强雾天条件下的视觉感知
Chaar, Mohamad Mofeed, Weidl, Galia
Abstract
Autonomous driving (AD) systems have advanced rapidly over the past decade; however, robust perception under adverse weather conditions remains a major challenge, particularly in dense fog. In this work, we investigate fog-aware perception using synthetically generated fog data derived from the Waymo dataset. To support fog simulation, depth images are generated using an iterative learning approach. We consider five fog-density levels: clear, light fog, moderate fog, heavy fog, and very heavy fog. Instead of training a single unified model across all conditions, we train separate perception models for each fog-density level. Experimental results show that density-specific training improves performance in severe fog conditions. In particular, for the very heavy fog class, recall improves from 0.076 to 0.232, corresponding to an absolute gain of 15.6 percentage points. These findings suggest that deploying multiple specialized models, rather than a single general-purpose model, can improve perception robustness for autonomous vehicles under challenging visibility conditions. Future work will extend this strategy to additional sensing modalities, including LiDAR and radar, and evaluate generalization across diverse weather scenarios.
Chinese Translation
自主驾驶(AD)系统在过去十年中迅速发展;然而,在恶劣天气条件下保持稳健的感知仍然是一个主要挑战,尤其是在浓雾环境中。在本研究中,我们利用从Waymo数据集中生成的合成雾数据来研究雾感知。为了支持雾模拟,采用迭代学习方法生成深度图像。我们考虑了五种雾密度水平:清晰、轻雾、中等雾、重雾和极重雾。我们不是在所有条件下训练一个统一的模型,而是为每种雾密度水平训练单独的感知模型。实验结果表明,针对特定密度的训练在严重雾天条件下提高了性能。特别是在极重雾类别中,召回率从0.076提高到0.232,绝对增益为15.6个百分点。这些发现表明,部署多个专用模型而不是单一通用模型,可以提高自主车辆在挑战性能见度条件下的感知鲁棒性。未来的工作将把这一策略扩展到包括LiDAR和雷达在内的其他传感模式,并评估在不同天气场景下的泛化能力。
cs.CV / 152 / 2608.01588

D^2-4DGS: Dual-Depth Guided Sparse-Camera 4D Gaussian Splatting

D^2-4DGS:双深度引导稀疏相机的4D高斯点云
Zhao, Jijian
Abstract
Dynamic 4D Gaussian Splatting has emerged as an efficient representation for dynamic novel view synthesis through explicit scene modeling and real-time rendering. However, existing methods typically require dense multi-view videos for sufficient geometric constraints, making capture expensive and limiting sparse-camera deployment. Reducing input views lowers acquisition cost but weakens geometry supervision, often causing missing structures and floating Gaussians. Depth priors provide geometric cues, yet no single source offers both dense coverage and reliable geometry. Monocular depth provides dense structure but is scale-ambiguous and locally biased, whereas multi-view geometric depth provides incomplete anchors consistent with the reconstruction coordinate system. To exploit their complementarity, we propose D$^2$-4DGS, a sparse-camera dynamic 4D Gaussian Splatting framework guided by dual-source depth priors. We align monocular estimates with valid multi-view geometric depths and verify their consistency to identify reliable geometric anchors. These verified anchors support consistency-aware pruning and depth supervision, while verified geometric depths and aligned mono-only estimates provide candidate geometry for densification in under-reconstructed regions. Finally, RGB-D joint optimization improves appearance fidelity and geometric consistency under sparse-view supervision. Across all nine dataset--view settings, D$^2$-4DGS achieves the highest PSNR, improving by 1.33 dB on average over the best competing method in each setting.
Chinese Translation
动态4D高斯点云已成为通过显式场景建模和实时渲染进行动态新视角合成的有效表示。然而,现有方法通常需要密集的多视角视频以获得足够的几何约束,这使得捕获成本高昂,并限制了稀疏相机的部署。减少输入视角可以降低获取成本,但会削弱几何监督,常常导致结构缺失和漂浮的高斯点。深度先验提供了几何线索,但没有单一来源能够同时提供密集覆盖和可靠几何信息。单目深度提供了密集结构,但存在尺度模糊和局部偏差,而多视角几何深度则提供了与重建坐标系统一致的不完整锚点。为了利用它们的互补性,我们提出了D$^2$-4DGS,一个由双源深度先验引导的稀疏相机动态4D高斯点云框架。我们将单目估计与有效的多视角几何深度对齐,并验证它们的一致性以识别可靠的几何锚点。这些经过验证的锚点支持一致性感知的修剪和深度监督,而经过验证的几何深度和对齐的单目估计为在重建不足的区域提供了候选几何信息。最后,RGB-D联合优化在稀疏视角监督下提高了外观保真度和几何一致性。在所有九个数据集视角设置中,D$^2$-4DGS实现了最高的PSNR,平均比每个设置中最佳竞争方法提高了1.33 dB。
cs.CV / 153 / 2608.01602

When Measurement Conventions Masquerade as Calibration Gains in Cardiac Digital Twins

当测量约定伪装成心脏数字双胞胎中的校准增益
Cao, Dang P. M., Pham, Hieu
Abstract
Cardiac digital twins convert clinical images into physiological measurements through observation operators, yet calibration studies often assume a fixed reference convention. Across four shared-backbone echocardiographic EF front-ends, phase conditioning appears to remove CAMUS baseline bias. Matched-reference analysis rejects this gain: singleplane ground-truth EF error is statistically indistinguishable across models, while single-plane ground-truth EF exceeds CAMUS biplane clinical EF by +6.30 points, explaining nearly all baseline bias. A prespecified EchoNet-Dynamic replication, with released data and our extractor aligned to the apical four-chamber plane, removes baseline overestimation and reverses the CAMUS ranking. We also quantify haemodynamic effects, conformal residual-width budgets, and EF-stratum changes, yielding a Convention-Aware EF Audit protocol that separates genuine observation operator calibration from measurement artefacts. GitHub: EjectionFraction-Bias-in-Cardiac-Digital-Twin.git
Chinese Translation
心脏数字双胞胎通过观察算子将临床图像转换为生理测量值,但校准研究通常假设固定的参考约定。在四个共享骨架的超声心动图射血分数(EF)前端中,相位调节似乎消除了CAMUS基线偏差。匹配参考分析拒绝了这一增益:单平面真实EF误差在模型之间统计上无显著差异,而单平面真实EF超过CAMUS双平面临床EF 6.30分,几乎解释了所有基线偏差。一个预先指定的EchoNet-Dynamic复制实验,结合发布的数据和我们与心尖四腔平面对齐的提取器,消除了基线高估并逆转了CAMUS排名。我们还量化了血流动力学效应、符合性残差宽度预算和EF层次变化,提出了一种约定意识的EF审计协议,以区分真实的观察算子校准与测量伪影。GitHub: EjectionFraction-Bias-in-Cardiac-Digital-Twin.git
cs.CV / 154 / 2608.01614

Linear Multi-Timescale Retention as a Memory-Efficient Vision-Language Bridge

线性多时间尺度保留作为一种内存高效的视觉-语言桥梁
Yeafi, Ashfak, Hasan, Mehedi, Islam, Md Khairul
Abstract
Vision-Language Models (VLMs) face a critical computational bottleneck when processing high-resolution imagery due to the $O(N^2)$ memory complexity of Softmax Multi-Head Attention (MHA). While substituting MHA with independent Multi-Layer Perceptrons (MLPs) achieves $O(N)$ scaling, it strips the architecture of spatial sequence routing, severely degrading global scene understanding and object permanence. In this paper, we propose the Linear Multi-Timescale Retention (LIA-MTR) module, a memory-efficient cross-modal bridge. By integrating an ELU-based positive feature mapping with adaptive write-gating and log-linearly distributed recurrent decays, LIA-MTR mathematically compresses continuous visual sequences into bounded memory states. Theoretical analysis proves the architecture operates with strict $O(N)$ sequence-interaction complexity. Empirically, synthetic retrieval evaluations demonstrate that LIA-MTR flawlessly routes context across 16,000 tokens, eliminating the "Lost in the Middle" degradation typical of naive linear attention. Hardware benchmarking reveals infinite-context scaling capabilities, natively processing 262,144 visual patches within an 11.2 GB VRAM footprint, whereas standard MHA suffers out-of-memory failure at 16,384 patches. Furthermore, following instruction tuning on 665K conversational samples, LIA-MTR significantly outperforms an industry-standard MLP baseline on the MME benchmark (71.00% vs. 68.11%), driven by a 10% absolute improvement in object permanence and superior global semantic extraction. This work establishes a mathematically rigorous, computationally flat foundation for infinite-context Vision-Language integration.
Chinese Translation
视觉-语言模型(VLMs)在处理高分辨率图像时面临着由于Softmax多头注意力(MHA)的$O(N^2)$内存复杂度而产生的关键计算瓶颈。虽然用独立的多层感知器(MLPs)替代MHA可以实现$O(N)$的扩展性,但这剥夺了架构的空间序列路由能力,严重降低了全球场景理解和物体持久性。在本文中,我们提出了线性多时间尺度保留(LIA-MTR)模块,这是一种内存高效的跨模态桥梁。通过将基于ELU的正特征映射与自适应写入门控和对数线性分布的递归衰减相结合,LIA-MTR在数学上将连续视觉序列压缩为有界内存状态。理论分析证明该架构以严格的$O(N)$序列交互复杂度运行。从经验上看,合成检索评估表明LIA-MTR能够完美地在16,000个标记之间路由上下文,消除了典型于简单线性注意力的“中间丢失”退化。硬件基准测试显示其具备无限上下文扩展能力,能够在11.2 GB的显存占用下原生处理262,144个视觉补丁,而标准MHA在16,384个补丁时则遭遇内存溢出失败。此外,在665K对话样本上的指令调优后,LIA-MTR在MME基准测试中显著优于行业标准的MLP基线(71.00%对68.11%),这得益于物体持久性提高了10%的绝对改进以及更优的全局语义提取。本研究为无限上下文的视觉-语言整合奠定了数学严谨、计算平坦的基础。
cs.CV / 155 / 2608.01628

Motion Beyond Morphology: Bootstrapping Cross-Category Motion Transfer from Abstract Motion Representations

超越形态的运动:从抽象运动表示中引导跨类别运动转移
Fang, Zhixue, Zhang, Zhimin, Du, Bi'an, Meng, Zijie, Zhou, Yan, Hu, Wei, Zhang, Guoxin, Wan, Pengfei, Gai, Kun
Abstract
Video motion transfer aims to animate a target object using dynamics from a reference video. Existing formulations largely rely on fixed structural correspondence, which becomes ill-defined when reference and target objects differ substantially in morphology, articulation, or deformation mechanisms. We introduce Motion Beyond Morphology, a perspective that seeks to transfer motion beyond fixed structural correspondence, by preserving dynamics that remain meaningful across different target morphologies. To realize this, we propose a two-stage framework. Stage~I learns complementary multi-granularity abstract motion views and uses them to bootstrap cross-category video pairs that preserve transferable dynamics across diverse morphologies. Stage~II internalizes this supervision into direct reference-video-conditioned generation, removing the need for explicit motion extraction at inference. We further introduce OpenVMT-Dataset and OpenVMT-Bench for training and evaluating image- and text-conditioned motion transfer across Same, Near, and Far category gaps, and plan to release both upon acceptance. Extensive experiments demonstrate state-of-the-art motion fidelity and target preservation. Project page: https://miniz233.github.io/MotionBeyondMorphology/
Chinese Translation
视频运动转移旨在利用参考视频中的动态为目标对象赋予动画。现有的公式大多依赖于固定的结构对应关系,当参考对象和目标对象在形态、关节或变形机制上存在显著差异时,这种对应关系变得不明确。我们提出了超越形态的运动这一观点,旨在通过保留在不同目标形态中仍然具有意义的动态,来实现超越固定结构对应关系的运动转移。为此,我们提出了一个两阶段框架。第一阶段学习互补的多粒度抽象运动视图,并利用这些视图引导跨类别视频对,以保留在不同形态中可转移的动态。第二阶段将这种监督内化为直接基于参考视频的生成,消除了在推理时显式运动提取的需求。我们进一步推出了OpenVMT-Dataset和OpenVMT-Bench,用于训练和评估在同类、近类和远类间隙下的图像和文本条件的运动转移,并计划在接受后发布这两个数据集。大量实验表明,我们的方法在运动保真度和目标保持方面达到了最先进的水平。项目页面:https://miniz233.github.io/MotionBeyondMorphology/
cs.CV / 156 / 2608.01635

Mitigating Visual Degradation in MLLMs via Spatial-Spectral Visual Anchor Learning

通过空间-光谱视觉锚学习减轻多模态大语言模型中的视觉退化
Yang, Qianlong, Ye, Bowen, Guo, Xianda, Peng, Yanlun, Huang, Wenke, Zhang, Hongyuan, Jia, Yulei
Abstract
Despite the progress of multimodal large language models (MLLMs), they continue to exhibit deficiencies in visual perception. Following visual instruction tuning, internal MLLM representations rapidly deviate from their original semantic states during inference, causing severe information degradation. While existing methods attempt to leverage external vision foundation models (VFMs) to align internal representations, we find that direct alignment with VFMs enhances visual semantics but fails to mitigate representation deviation. To address this, we propose Spatial-Spectral Visual Anchor Learning (SSVAL). The core of SSVAL is Visual Anchor Prompt Injection (VAPI), which introduces prompts that absorb rich knowledge from external VFMs during training, enabling them to serve as stable visual anchors that mitigate representation deviation during inference. Additionally, we incorporate auxiliary spatial and frequency-domain representation alignment losses to provide complementary vision-specific supervision at intermediate LLM layers. Extensive experiments demonstrate that SSVAL significantly outperforms existing methods. Code are available on our \href{https://msls38.github.io/SSVAL/}{project page}.
Chinese Translation
尽管多模态大语言模型(MLLMs)取得了进展,但它们在视觉感知方面仍然存在不足。在视觉指令调优后,内部MLLM表示在推理过程中迅速偏离其原始语义状态,导致严重的信息退化。虽然现有方法试图利用外部视觉基础模型(VFMs)来对齐内部表示,但我们发现与VFMs的直接对齐虽然增强了视觉语义,但未能减轻表示偏差。为了解决这一问题,我们提出了空间-光谱视觉锚学习(SSVAL)。SSVAL的核心是视觉锚提示注入(VAPI),该方法在训练过程中引入提示,从外部VFMs中吸收丰富的知识,使其能够作为稳定的视觉锚,在推理过程中减轻表示偏差。此外,我们还结合了辅助的空间和频域表示对齐损失,以在中间的LLM层提供补充的视觉特定监督。大量实验表明,SSVAL显著优于现有方法。代码可在我们的项目页面获取。
cs.CV / 157 / 2608.01638

Dynamic Resolution Routing for Efficient Egocentric Grounding

高效自我中心定位的动态分辨率路由
Sun, Huixin, Zhao, Wangbo, Wei, Fanyue, Lin, Qiuxia, Sun, Pengzhan, Yao, Angela
Abstract
Egocentric visual grounding requires high-resolution inputs to localize small objects. However, scaling Multimodal Large Language Models to this domain is constrained by the excessive cost of visual token processing. We identify that current efficient strategies based on token reduction are unreliable for selecting object-centric spatial evidence. To overcome this, we propose SmartRes, a framework that performs efficiency optimization in the pixel space via dynamic resolution routing. SmartRes first encodes a low-resolution view for global context and uses a lightweight router to activate high-resolution patches in object-centric regions and constructs an order-preserving visual sequence. To further enable robust routing under severe foreground-background imbalance, we introduce a margin-regularized routing objective that increases foreground-background logit separation and improves foreground recall. Experiments on Ego4D and EgoIntention show that SmartRes reduces visual tokens by up to 67% while retaining 86.4% of full-resolution performance, and achieves up to 1.66X faster inference than state-of-the-art token reduction methods with higher accuracy. Furthermore, strong performance on small object grounding indicates the effectiveness of SmartRes towards egocentric applications. Code will be publicly available.
Chinese Translation
自我中心视觉定位需要高分辨率输入以定位小物体。然而,将多模态大型语言模型扩展到这一领域受到视觉标记处理过高成本的限制。我们发现,当前基于标记减少的高效策略在选择以物体为中心的空间证据时不够可靠。为此,我们提出了SmartRes,一个通过动态分辨率路由在像素空间中进行效率优化的框架。SmartRes首先对全局上下文进行低分辨率视图编码,并使用轻量级路由器激活以物体为中心区域的高分辨率补丁,并构建一个保持顺序的视觉序列。为了在严重的前景-背景不平衡下进一步实现稳健的路由,我们引入了一种边际正则化路由目标,增加前景-背景对数分离并提高前景召回率。在Ego4D和EgoIntention上的实验表明,SmartRes在保留86.4%全分辨率性能的同时,将视觉标记减少了多达67%,并且在推理速度上比最先进的标记减少方法快了最高1.66倍且准确率更高。此外,在小物体定位上的强劲表现表明SmartRes在自我中心应用中的有效性。代码将公开发布。
cs.CV / 158 / 2608.01643

StreamTalk: Streaming Co-Speech Gesture Generation with Key-Pose Anchoring

StreamTalk:基于关键姿态锚定的流式共语手势生成
Zhang, Xiangyue, Li, Jianfang, Zhang, Jiaxu, Yang, Kaixing, Hoi, Steven
Abstract
Real-time co-speech gesture generation must produce 3D motion clip by clip as speech arrives. Existing streaming methods are open-loop: each clip depends on past context, but the model cannot check or correct its trajectory. Small errors therefore accumulate and cause drift over long sequences. We observe that this failure is mainly caused by the lack of a forward constraint rather than poor short-clip quality. A plausible key pose at the end of each clip provides a destination anchor that limits drift. Based on this observation, we propose StreamTalk, a closed-loop framework with a periodic generate-retrieve-refine cycle. Streaming Pose-Guided Generation first predicts a coarse clip, retrieves a plausible tail pose from a speaker-specific motion database, and refines the clip using this pose before continuing to the next window. During training, Stochastic Anchor Masking randomly masks pose and translation frames, teaching the model to recover complete motion from sparse boundary conditions. A part-aware DiT separates hand, body, and translation streams to reduce interference between global displacement and local articulation. On BEAT2, StreamTalk achieves state-of-the-art FGD, reduces long-horizon drift relative to open-loop baselines, and runs in real time at 76 FPS. Project page: https://xiangyue-zhang.github.io/StreamTalk/.
Chinese Translation
实时共语手势生成必须随着语音的到来逐帧生成3D运动片段。现有的流式方法为开放式循环:每个片段依赖于过去的上下文,但模型无法检查或修正其轨迹。因此,小错误会积累并导致长序列中的漂移。我们观察到,这一失败主要是由于缺乏前向约束,而不是短片段质量差。每个片段末尾的合理关键姿态提供了一个限制漂移的目标锚点。基于这一观察,我们提出了StreamTalk,一个具有周期性生成-检索-精炼循环的闭环框架。流式姿态引导生成首先预测一个粗略片段,从特定说话者的运动数据库中检索一个合理的尾部姿态,并在继续下一个窗口之前使用该姿态精炼片段。在训练过程中,随机锚定掩蔽随机掩蔽姿态和位移帧,教会模型从稀疏边界条件中恢复完整运动。一个部件感知的DiT将手、身体和位移流分开,以减少全局位移和局部关节之间的干扰。在BEAT2上,StreamTalk实现了最先进的FGD,相较于开放式基线减少了长时间漂移,并以76 FPS的实时速度运行。项目页面:https://xiangyue-zhang.github.io/StreamTalk/
cs.CV / 159 / 2608.01644

CRAFT: Compression via Recursive Adaptive Fusion of Video Tokens for Vision-Language Models

CRAFT:通过递归自适应融合视频标记实现压缩的视觉-语言模型
Chen, Yu, Li, Xiaohong, Wang, Xiaole, Zhang, Jianjin, Sun, Jun, Deng, Yafeng
Abstract
In video understanding, vision-language models (VLMs) must ingest massive numbers of visual tokens, causing the computational and memory cost of the prefill stage to rise sharply. Such visual sequences are highly redundant along the spatio-temporal dimension, yet a high compression ratio is often accompanied by the loss of critical details. Existing token-compression methods either employ heuristic, training-free compression with limited content adaptivity or introduce additional modules that require expensive alignment training, leaving the trade-off between efficiency and adaptivity unresolved. To alleviate this limitation, we propose CRAFT: Compression via Recursive Adaptive Fusion of Video Tokens. CRAFT recursively merges tokens by decoupling parameter-free token selection from learnable token fusion: global similarity determines which tokens to merge, while a position-aware weighting module and a content-adaptive channel-wise gate learn how to fuse them. The whole compression pipeline is query-agnostic. Because every retained token is a linear combination of the original tokens, CRAFT preserves their true spatio-temporal coordinates and stays aligned with the pre-trained language model's input distribution. Experiments on multiple representative video benchmarks show that CRAFT consistently outperforms prior state-of-the-art token-compression methods. At about $8\times$ compression, it retains roughly $97\%$ of the backbone's average accuracy and shows significant efficiency improvement.
Chinese Translation
在视频理解中,视觉-语言模型(VLMs)必须处理大量的视觉标记,这导致预填充阶段的计算和内存成本急剧上升。这些视觉序列在时空维度上高度冗余,然而高压缩比往往伴随着关键细节的丢失。现有的标记压缩方法要么采用启发式的、无训练的压缩,内容适应性有限,要么引入需要昂贵对齐训练的额外模块,从而使效率与适应性之间的权衡未能得到解决。为了解决这一限制,我们提出了CRAFT:通过递归自适应融合视频标记实现压缩。CRAFT通过将无参数的标记选择与可学习的标记融合解耦,递归地合并标记:全局相似性决定了合并哪些标记,而位置感知加权模块和内容自适应通道门控学习如何融合它们。整个压缩管道与查询无关。由于每个保留的标记都是原始标记的线性组合,CRAFT保留了它们真实的时空坐标,并与预训练语言模型的输入分布保持一致。在多个代表性视频基准上的实验表明,CRAFT始终优于先前的最先进的标记压缩方法。在约$8 imes$的压缩比下,它保留了大约$97\%$的主干平均准确率,并显示出显著的效率提升。
cs.CV / 160 / 2608.01659

StreamSplat: Streaming Feed-Forward 3D Gaussian Splatting

StreamSplat:流式前馈3D高斯点云渲染
Song, Changhao, Wang, Yuxuan, Li, Qibiao, Cai, Youcheng, Liu, Ligang
Abstract
Feed-forward 3D Gaussian Splatting enables efficient novel-view synthesis without per-scene optimization, but most existing methods assume a fixed set of context views and process them jointly. This limits their applicability to online scenarios where calibrated views arrive sequentially and the scene must be updated causally. We present \emph{StreamSplat}, a streaming feed-forward 3DGS framework that incrementally maintains a persistent geometry-grounded scene state and decodes it into renderable 3D Gaussians after each input chunk. StreamSplat centers on a \textbf{Voxel-Aligned Causal Cache (VACC)}, which stores historical 3D tokens in a memory-bounded voxel structure so that memory grows with explored scene geometry rather than stream length. To better reuse history during causal prediction, we introduce \textbf{History-Projected Depth Anchoring (HPDA)} to project cached geometry as depth guidance for current cost-volume estimation, and \textbf{Cache-Guided Feature Injection (CGFI)} to inject cached latent evidence into Gaussian-token regression. Experiments on DL3DV, RealEstate10K, and ScanNet show that StreamSplat remains competitive with state-of-the-art feed-forward 3DGS methods under sparse causal inputs, despite not using future views or full-scene context. More importantly, it scales to long input streams with 256, 512, and 1024 views where fixed-view baselines run out of memory, yielding sustained improvements in novel-view synthesis quality as more observations arrive. The code will be made publicly available upon acceptance.
Chinese Translation
前馈3D高斯点云渲染可以在不进行逐场景优化的情况下实现高效的新视图合成,但大多数现有方法假设固定的上下文视图集并共同处理它们。这限制了它们在在线场景中的适用性,因为在这些场景中,标定视图是顺序到达的,且场景必须以因果方式进行更新。我们提出了 extit{StreamSplat},一个流式前馈3D高斯点云渲染框架,它逐步维护一个持久的基于几何的场景状态,并在每个输入块之后将其解码为可渲染的3D高斯点。StreamSplat的核心是一个 extbf{体素对齐因果缓存(Voxel-Aligned Causal Cache, VACC)},它以内存受限的体素结构存储历史3D标记,从而使内存的增长与探索的场景几何相关,而非流的长度。为了在因果预测中更好地重用历史信息,我们引入了 extbf{历史投影深度锚定(History-Projected Depth Anchoring, HPDA)},将缓存的几何体投影为当前成本体积估计的深度引导,以及 extbf{缓存引导特征注入(Cache-Guided Feature Injection, CGFI)},将缓存的潜在证据注入到高斯标记回归中。在DL3DV、RealEstate10K和ScanNet上的实验表明,尽管不使用未来视图或全场景上下文,StreamSplat在稀疏因果输入下仍然与最先进的前馈3D高斯点云渲染方法保持竞争力。更重要的是,它能够扩展到256、512和1024视图的长输入流,而固定视图基线则会耗尽内存,随着更多观测的到来,持续提高新视图合成质量。代码将在接受后公开发布。
cs.CV / 161 / 2608.01660

Ground, Cover, and Refine: Evidence-Centric Frame Selection for Long-Video Question Answering

基础、覆盖与精炼:面向长视频问答的证据中心帧选择
Wei, Fan, Zhong, Siru, Dong, Runmin, Yang, Miao, Luo, Zhaoyang, Fu, Haohuan
Abstract
Long-video question answering requires identifying sparse yet critical evidence from videos containing thousands of frames under a constrained visual-token budget. Existing methods either select query-aware frames in a single pass or rely on timestamped text solely as retrieval guidance, leading to two key limitations. First, selected frames tend to cluster around local relevance peaks, and once the budget is exhausted, omitted evidence cannot be recovered. Second, textual and visual evidence remain weakly aligned. We propose GCR, a training-free framework that casts fixed-budget frame selection as a joint evidence curation problem. Ground converts timestamped text into temporal events, selects query-relevant real frame anchors, and renders each event text onto its temporally aligned frame. Cover supplements grounded events with direct visual anchors for complementary visual evidence and applies global maximal marginal relevance to preserve diverse context. Refine revisits omitted temporal regions and replaces the weakest revisable context frame with a real-frame medoid---but only when the medoid offers greater evidence value. GCR maintains a fixed number of chronologically ordered frames and requires no VLM training or architectural modification. Experiments on LongVideoBench and Video-MME, across three 7B backbones and frame budgets of 8, 32, and 64, demonstrate consistent improvements in long-video QA. With the 7B LLaVA-OV backbone and 32 frames, GCR achieves 64.25% and 62.15% on the two benchmarks, outperforming the strongest reproduced baselines by 2.54 and 1.93 percentage points, respectively.
Chinese Translation
长视频问答需要在受限的视觉标记预算下,从包含数千帧的视频中识别稀疏但关键的证据。现有方法要么在单次处理过程中选择与查询相关的帧,要么仅依赖带时间戳的文本作为检索指导,这导致了两个主要局限。首先,所选帧往往聚集在局部相关性峰值附近,一旦预算耗尽,遗漏的证据无法恢复。其次,文本和视觉证据之间的对齐较弱。我们提出了GCR(Ground, Cover, and Refine),一个无训练的框架,将固定预算的帧选择视为一个联合证据策划问题。Ground将带时间戳的文本转换为时间事件,选择与查询相关的真实帧锚,并将每个事件文本呈现到其时间对齐的帧上。Cover通过直接的视觉锚补充已定位的事件,以提供互补的视觉证据,并应用全局最大边际相关性以保持多样化的上下文。Refine重新审视遗漏的时间区域,并用真实帧的质心替换最弱的可修订上下文帧——但仅当质心提供更大的证据价值时。GCR保持固定数量的按时间顺序排列的帧,并且不需要VLM(视觉语言模型)训练或架构修改。在LongVideoBench和Video-MME上的实验,涵盖三个7B骨干网络和8、32、64的帧预算,展示了长视频问答的一致性改进。在使用7B LLaVA-OV骨干网络和32帧时,GCR在两个基准上分别达到了64.25%和62.15%的成绩,分别比最强的复现基线提高了2.54和1.93个百分点。
cs.CV / 162 / 2608.01661

FairForensics: Seeing Expressions and Parsing Demographics via Vision-Language Modeling for Generalizable Fair Deepfake Detection

公平取证:通过视觉-语言建模观察表情和解析人口统计信息以实现可泛化的公平深度伪造检测
Zhang, Yaning, Wu, Jiao, Gao, Zan, Shen, Linlin
Abstract
The challenge of fair deepfake detection (FDD) has attracted increasing attention. Existing fairness-enhanced detectors often suffer from suboptimal generalization to unseen manipulations and fairness across demographic groups. They are typically developed and evaluated on demographically imbalanced distributions, resulting in biased predictions toward minority groups. In this paper, we construct a novel demographically balanced FDD benchmark to train and evaluate the fairness of detectors under both balanced and imbalanced population scenarios. Additionally, we introduce a novel expression and demographic perceptual vision-language model, termed FairForensics, for generalizable fair deepfake detection. FairForensics conducts face forgery generalization enhancement and demographic-aware fairness regularization. During face forgery generalization enhancement, built upon the novel observation of significant distribution differences between pristine and forged expression vectors, we design an expression encoder to capture high-level expression-guided forgery patterns, and an expression-perceptual visual encoder that integrates global appearance and expression forgery features while mitigating identity bias using an identity-aware patch perturbation module. Under demographic-aware fairness regularization, we propose a demographic-guided language encoder to extract population-aware global language embeddings, which boosts the decoupling of forgery features from demographic information via vision-language alignment. We devise a population-aware prototype fairness objective to enforce both inter-class separability and intra-class alignment across demographic subgroups. Extensive experiments on our balanced demographic benchmark show that our method achieves the state-of-the-art in terms of generalization and fairness.
Chinese Translation
公平深度伪造检测(FDD)的挑战引起了越来越多的关注。现有的增强公平性的检测器通常在对未见操控的泛化能力和不同人口群体的公平性方面表现不佳。它们通常是在人口统计失衡的分布上开发和评估的,导致对少数群体的偏见预测。本文构建了一个新颖的人口统计平衡的FDD基准,以在平衡和不平衡的人口场景下训练和评估检测器的公平性。此外,我们引入了一种新颖的表情和人口统计感知的视觉-语言模型,称为FairForensics,用于可泛化的公平深度伪造检测。FairForensics进行面部伪造泛化增强和人口统计感知的公平性正则化。在面部伪造泛化增强过程中,基于对原始和伪造表情向量之间显著分布差异的新观察,我们设计了一种表情编码器,以捕捉高层次的表情引导伪造模式,以及一种表情感知视觉编码器,该编码器整合了全局外观和表情伪造特征,同时使用身份感知的补丁扰动模块来减轻身份偏见。在人口统计感知的公平性正则化下,我们提出了一种人口引导的语言编码器,以提取人口感知的全局语言嵌入,通过视觉-语言对齐增强伪造特征与人口统计信息的解耦。我们设计了一种人口感知的原型公平性目标,以在不同人口子群体之间强制执行类间可分性和类内对齐。在我们的人口统计平衡基准上的广泛实验表明,我们的方法在泛化和公平性方面达到了最先进的水平。
cs.CV / 163 / 2608.01663

Few-Shot Concept Prompt Learning for Segmentation Foundation Models via Visual Grounding

通过视觉定位进行少样本概念提示学习的分割基础模型
Venkataramani, Rahul, Sathish, Rachana
Abstract
Promptable segmentation foundation models (FMs) such as SAM3 and Medical SAM3 promise few-shot, interactively-specified segmentation for medical imaging through a natural language interface, yet their performance on clinical tasks falls well short of this promise. We posit that this shortfall is not an artefact of insufficient medical pretraining or imperfect prompt phrasing, but a structural limitation that will persist in any domain where paired image-text supervision is scarce, as it is across most clinical modalities. We further hypothesize that the limitation is specific to natural language as a control signal: a visually grounded prompt, learned directly from the target distribution, should recover the lost performance without additional image-text data or backbone retraining. We propose Few-Shot Concept Prompt Learning (FS-CPL), which learns a continuous concept prompt embedding $\mathbf{p}^* \in \mathbb{R}^{T \times d}$ from a small support set of $K$ image--mask pairs via mask supervision, with the encoder-decoder backbone frozen. Across four public benchmarks spanning ultrasound and endoscopy (BUSI, HC18, TN3K, CVC-Clinic), FS-CPL delivers absolute Dice improvements of up to $+0.62$ over canonical text prompts and is \emph{backbone-agnostic}: it lifts both vanilla SAM3 and the domain-specifically pretrained Medical SAM3, showing that visual concept prompting is complementary to in-domain pretraining.
Chinese Translation
可提示的分割基础模型(FMs),如SAM3和Medical SAM3,通过自然语言接口承诺实现医学影像的少样本、交互指定分割,但它们在临床任务上的表现远未达到这一承诺。我们认为,这一不足并非由于医学预训练不足或提示措辞不当,而是一种结构性限制,这种限制将在任何图像-文本配对监督稀缺的领域中持续存在,正如大多数临床模式所示。我们进一步假设,这一限制特定于自然语言作为控制信号:一种直接从目标分布中学习的视觉定位提示,应该能够在没有额外图像-文本数据或主干网络重新训练的情况下恢复丢失的性能。我们提出了少样本概念提示学习(FS-CPL),它通过掩膜监督从小型支持集中的$K$个图像-掩膜对学习一个连续的概念提示嵌入$oldsymbol{p}^* ext{ in } ext{R}^{T imes d}$,同时保持编码器-解码器主干网络不变。在涵盖超声和内窥镜的四个公共基准测试(BUSI、HC18、TN3K、CVC-Clinic)中,FS-CPL在经典文本提示上提供了高达$+0.62$的绝对Dice改进,并且是 extit{主干无关}的:它提升了普通的SAM3和领域特定预训练的Medical SAM3,表明视觉概念提示与领域内预训练是互补的。
cs.CV / 164 / 2608.01664

FAU at ImageCLEF 2026 Task on Multimodal Reasoning Robust Candidate Scoring and Concise Multilingual Visual Answering

FAU在ImageCLEF 2026多模态推理鲁棒候选评分与简洁多语言视觉问答任务中的表现
Basem, Mohamed, Christlein, Vincent
Abstract
We present our ImageCLEF 2026 Multimodal Reasoning system for the Visual Multiple Choice Question Answering (Visual MCQ) and Visual Open Question Answering (Visual OpenQA) subtasks. The challenge requires reliable reasoning over multilingual educational and scientific images with dense text, diagrams, charts, tables, formulas, and units, while enforcing strict answer formats. Our central finding is that robust output control is as important as model choice. For Visual MCQ, we replace fragile free-form generation with direct candidate label scoring from vision-language model logits, then combine complementary runs through score fusion and voting. For Visual OpenQA, we use image enhancement, concise final answer prompting, deterministic decoding, and targeted post-processing to remove reasoning traces and formatting artifacts. Without task-specific model training, our official submissions achieved third place in Visual MCQ with 0.7108 accuracy and first place in Visual OpenQA with 0.6488 COMET, 0.1391 BLEU, 0.2762 ROUGE L, and 0.2383 METEOR. The results highlight the practical value of inference engineering: careful scoring, ensembling, prompting, and cleanup can turn strong VLMs into reliable competition systems.
Chinese Translation
我们展示了我们的ImageCLEF 2026多模态推理系统,针对视觉多项选择题问答(Visual MCQ)和视觉开放式问答(Visual OpenQA)子任务。该挑战要求对包含密集文本、图表、图形、表格、公式和单位的多语言教育和科学图像进行可靠的推理,同时强制执行严格的答案格式。我们的核心发现是,鲁棒的输出控制与模型选择同样重要。对于视觉多项选择题问答,我们用来自视觉-语言模型logits的直接候选标签评分替代了脆弱的自由形式生成,然后通过评分融合和投票结合互补的运行结果。对于视觉开放式问答,我们使用图像增强、简洁的最终答案提示、确定性解码和针对性的后处理来去除推理痕迹和格式化伪影。在没有特定任务模型训练的情况下,我们的官方提交在视觉多项选择题问答中以0.7108的准确率获得第三名,在视觉开放式问答中以0.6488的COMET、0.1391的BLEU、0.2762的ROUGE L和0.2383的METEOR获得第一名。这些结果突显了推理工程的实际价值:仔细的评分、集成、提示和清理可以将强大的视觉语言模型(VLM)转变为可靠的竞争系统。
cs.CV / 165 / 2608.01677

Generative Brownian Bridge Diffusion In Motion Space For Enhanced Myocardial Strain Analysis

运动空间中的生成布朗桥扩散用于增强心肌应变分析
Paul, Rishov, Epstein, Frederick H., Zhang, Miaomiao
Abstract
Myocardial strain analysis of cardiac magnetic resonance (CMR) images provides an important tool for evaluating cardiac function. However, current techniques require either human-adjusted post-processing with suboptimal regional accuracy, or specialized and costly imaging acquisitions. In this paper, we propose to leverage the power of generative models to synthesize high-quality motion-derived strain values from routinely acquired CMR sequences. Specifically, we develop a novel Brownian bridge diffusion model in motion space to learn the probabilistic mapping between standard CMR motion estimated from widely adopted registration methods and highly accurate motion provided by advanced strain imaging techniques. To promote the fidelity of anatomical structure in the generation process, our model is conditioned on the corresponding CMR images. We validate our method on large-scale multi-center CMR datasets including subjects of paired standard cine CMR and advanced strain imaging acquisitions. Experimental results demonstrate that our framework significantly improves the accuracy of motion prediction and strain analysis from standard CMRs compared to existing learning-based approaches. Our research represents a new paradigm for potentially developing cost-effective, clinically deployable AI tools for cardiac function assessment with enhanced strain accuracy in busy clinical workflows. Our code is publicly available at anonymous.4open.science/r/Brownian-Bridge-strain-analysis-1140.
Chinese Translation
心脏磁共振(CMR)图像的心肌应变分析为评估心脏功能提供了重要工具。然而,当前技术要么需要人工调整的后处理,导致区域精度不足,要么需要专门且昂贵的成像采集。在本文中,我们提出利用生成模型的强大能力,从常规获取的CMR序列中合成高质量的运动衍生应变值。具体而言,我们在运动空间中开发了一种新颖的布朗桥扩散模型,以学习从广泛采用的配准方法估计的标准CMR运动与先进应变成像技术提供的高精度运动之间的概率映射。为了提高生成过程中的解剖结构保真度,我们的模型以相应的CMR图像为条件。我们在大规模多中心CMR数据集上验证了我们的方法,包括配对的标准cine CMR和先进应变成像采集的受试者。实验结果表明,与现有的基于学习的方法相比,我们的框架显著提高了从标准CMR中进行运动预测和应变分析的准确性。我们的研究代表了一种新的范式,可能为在繁忙的临床工作流程中开发具有增强应变准确性的成本效益高、可临床部署的心脏功能评估AI工具奠定基础。我们的代码已公开发布在 anonymous.4open.science/r/Brownian-Bridge-strain-analysis-1140。
cs.CV / 166 / 2608.01686

Generative AI and Foundation Models in Medical Image

医疗图像中的生成性人工智能与基础模型
Oda, Masahiro
Abstract
In recent years, generative AI has attracted significant public attention, and its use has been rapidly expanding across a wide range of domains. From creative tasks such as text summarization, idea generation, and source code generation, to the streamlining of medical support tasks like diagnostic report generation and summarization, AI is now deeply involved in many areas. Today's breadth of AI applications is clearly distinct from what was seen before generative AI gained widespread recognition. Representative generative AI services include DALL-E 3 (OpenAI, California, USA) and Stable Diffusion (Stability AI, London, England, UK) for image generation, ChatGPT (OpenAI, California, USA), and Gemini (Google, California, USA) for text generation. The rise of generative AI has been influenced by advances in deep learning models and the scaling up of data, models, and computational resources based on the scaling laws. Moreover, the emergence of foundation models, which are trained on large-scale datasets and possess general-purpose knowledge applicable to various downstream tasks, is creating a new paradigm in AI development. These shifts brought about by generative AI and foundation models also profoundly impact medical image processing, fundamentally changing the framework for AI development in healthcare. This paper provides an overview of diffusion models used in image generation AI and large language models (LLMs) used in text generation AI, and introduces their applications in medical support. This paper also discusses foundation models, which are gaining attention alongside generative AI, including their construction methods and applications in the medical field. Finally, the paper explores how to develop foundation models and high-performance AI for medical support by fully utilizing national data and computational resources.
Chinese Translation
近年来,生成性人工智能引起了公众的广泛关注,其应用正在迅速扩展到多个领域。从文本摘要、创意生成和源代码生成等创意任务,到诊断报告生成和摘要等医疗支持任务的简化,人工智能如今已深度参与多个领域。今天的人工智能应用范围显然与生成性人工智能广泛认可之前的情况截然不同。代表性的生成性人工智能服务包括用于图像生成的 DALL-E 3(OpenAI,加利福尼亚州,美国)和 Stable Diffusion(Stability AI,伦敦,英国),以及用于文本生成的 ChatGPT(OpenAI,加利福尼亚州,美国)和 Gemini(Google,加利福尼亚州,美国)。生成性人工智能的兴起受到深度学习模型的进步和基于规模法则的数据、模型及计算资源的扩展的影响。此外,基础模型的出现,这些模型在大规模数据集上进行训练并具备适用于各种下游任务的通用知识,正在为人工智能的发展创造新的范式。这些由生成性人工智能和基础模型带来的变化也深刻影响了医疗图像处理,根本改变了医疗保健中人工智能发展的框架。本文概述了用于图像生成人工智能的扩散模型和用于文本生成人工智能的大型语言模型(LLMs),并介绍了它们在医疗支持中的应用。本文还讨论了与生成性人工智能一起受到关注的基础模型,包括其构建方法和在医疗领域的应用。最后,本文探讨了如何充分利用国家数据和计算资源来开发基础模型和高性能人工智能以支持医疗。
cs.CV / 167 / 2608.01696

Entity-Aware Sequence Transduction for Player-Centric Ball Action Spotting

面向实体的序列转导用于以球员为中心的球类动作检测
Wang, Ruifeng, Yang, Di, Wang, Jiangtao
Abstract
Player-centric ball action spotting requires temporally precise event detection together with actor attribution in crowded, partially observed multi-agent sports videos. Existing Denoising Sequence Transduction (DST) baselines treat the player-role dimension as part of a flattened frame-level representation, which weakens the inductive bias for modeling player-specific temporal evolution and inter-player interactions. To address this limitation, we propose Multi-Entity Denoising Sequence Transduction (ME-DST). ME-DST keeps the role-slot dimension throughout encoding. It uses temporal attention to model the history of each role slot, and spatial attention to exchange information across role slots at each frame. This factorized design gives the model a direct structure for separating within-player evolution from inter-player context. We also add learnable role embeddings, tracking-derived tactical features, and fused visual predictions from X3D-L and Swin3D-S. Experiments on the FOOTPASS dataset show that ME-DST reaches a Micro F1 of 0.778. This improves the strongest official TAAD+DST baseline by 10.3 percentage points. Controlled ablations show that preserving the entity axis and encoding role identity are central to this gain. These results suggest that explicit entity modeling is an effective inductive bias for player-centric sports event understanding.
Chinese Translation
以球员为中心的球类动作检测需要在拥挤、部分观察的多智能体体育视频中进行时间精确的事件检测和演员归属。现有的去噪序列转导(Denoising Sequence Transduction, DST)基线将球员角色维度视为扁平化帧级表示的一部分,这削弱了对球员特定时间演变和球员间交互建模的归纳偏置。为了解决这一局限性,我们提出了多实体去噪序列转导(Multi-Entity Denoising Sequence Transduction, ME-DST)。ME-DST在编码过程中保持角色槽维度。它使用时间注意力来建模每个角色槽的历史,并在每帧之间使用空间注意力来交换角色槽之间的信息。这种分解设计为模型提供了一个直接结构,以将球员内部演变与球员间上下文分离。我们还添加了可学习的角色嵌入、基于跟踪的战术特征以及来自X3D-L和Swin3D-S的融合视觉预测。在FOOTPASS数据集上的实验表明,ME-DST达到了0.778的微F1值。这比最强的官方TAAD+DST基线提高了10.3个百分点。控制性消融实验表明,保持实体轴和编码角色身份是这一提升的核心。这些结果表明,显式的实体建模是以球员为中心的体育事件理解的有效归纳偏置。
cs.CV / 168 / 2608.01706

UniSim-SLAM: Feed-Forward SLAM with Unified Sim(3) Optimization

UniSim-SLAM:基于统一Sim(3)优化的前馈SLAM
Lee, Inha, Jeong, Dongjae, Lee, Junhee, Joo, Kyungdon
Abstract
Recent geometric foundation models enable feed-forward inference for SLAM, but their predictions are strongly dependent on the input view set, which leads to geometric inconsistencies and trajectory drift when results are chained over long sequences. Online deployment further exposes a trade-off between the low latency of two-view tracking and the constraint richness of multi-view inference. We introduce UniSim-SLAM, an integrated system that runs lightweight two-view keyframe tracking in the frontend and performs periodic multi-view submap refinement in the backend. To combine predictions defined in heterogeneous local coordinates with inconsistent scales, we formulate a unified multi-level factor graph on $Sim(3)$ that jointly optimizes global keyframe poses and submap poses. The graph integrates temporal view-to-view odometry edges, view-to-submap bridge edges with depth-statistics scale anchoring, and submap-to-submap tie and scale constraints to enforce consistent similarity relations across submaps. Experiments on TUM RGB-D and 7-Scenes show that UniSim-SLAM achieves state-of-the-art accuracy in the uncalibrated setting, reducing trajectory error by $38.5\% $ on TUM RGB-D and $45.9\%$ on 7-Scenes compared to prior best results. Project page: https://vision3d-lab.github.io/unisim-slam/
Chinese Translation
最近的几何基础模型使得SLAM的前馈推断成为可能,但其预测强烈依赖于输入视图集,这导致在长序列中结果链式处理时出现几何不一致性和轨迹漂移。在线部署进一步暴露了两视图跟踪的低延迟与多视图推断的约束丰富性之间的权衡。我们提出了UniSim-SLAM,一个集成系统,在前端运行轻量级的两视图关键帧跟踪,并在后端进行周期性的多视图子图精化。为了将定义在异构局部坐标系中的预测与不一致的尺度结合起来,我们在$Sim(3)$上构建了一个统一的多层因子图,联合优化全局关键帧姿态和子图姿态。该图集成了时间视图间的里程计边、带有深度统计尺度锚定的视图与子图之间的桥接边,以及子图间的约束和尺度约束,以强制在子图之间保持一致的相似性关系。在TUM RGB-D和7-Scenes上的实验表明,UniSim-SLAM在未校准的设置中实现了最先进的精度,相比于之前的最佳结果,在TUM RGB-D上减少了$38.5\%$的轨迹误差,在7-Scenes上减少了$45.9\\%$。项目页面:https://vision3d-lab.github.io/unisim-slam/
cs.CV / 169 / 2608.01709

SpatialQuery: Benchmarking Geometry-Grounded Multi-Instance Spatial Reasoning in Vision-Language Models

SpatialQuery:在视觉语言模型中基于几何的多实例空间推理基准测试
Nguyen, Hai, Vu, Tung, Tran, Cong
Abstract
Vision-language models (VLMs) achieve strong semantic understanding but remain unreliable in metric spatial reasoning, particularly when queries require comparing multiple instances of the same object category. We study this problem through the Closest-Instance Distance Query (CIDQ), where a model must identify the nearest visible candidate to a unique reference object and estimate their gravity-aligned floor-plane distance. We introduce SPATIALQUERY, a training- free framework for CIDQ reasoning from a single RGB image, together with SPATIALQUERY-1M, a benchmark containing over one million RGB-only question-answer pairs from 200 indoor scenes. SPATIALQUERY recovers instance-level metric geometry and transforms it into a canonical Bird's-Eye View through Scene Cubifying, which represents objects as uniformly sized, category-coded blocks to emphasize their relative floor- plane locations. We further propose Uncertainty-Aware Chain-of-Thought (UA-CoT) prompting, which incorporates geometry- derived per-instance uncertainty into the VLM reasoning process. Without task-specific fine-tuning or architectural modification, SPATIALQUERY with Qwen3-VL-8B achieves a Floor-MAE of 0.259 m, an [email protected] m of 90.5%, and a proximity-decision accuracy of 84.18%, outperforming fine-tuned spatial specialists, general-purpose VLMs, and closed-source frontier models. Code, benchmark resources, and an interactive demo are available at https://namhai1810.github.io/SpatialQuery/.
Chinese Translation
视觉语言模型(VLMs)在语义理解方面表现强劲,但在度量空间推理方面仍然不可靠,特别是在查询需要比较同一对象类别的多个实例时。我们通过最近实例距离查询(CIDQ)研究这一问题,其中模型必须识别与唯一参考对象最近的可见候选对象,并估计它们在重力对齐的地面平面上的距离。我们引入了SPATIALQUERY,这是一种无需训练的CIDQ推理框架,基于单个RGB图像,同时推出了SPATIALQUERY-1M,这是一个包含来自200个室内场景的超过一百万个仅RGB的问题-答案对的基准。SPATIALQUERY恢复了实例级的度量几何,并通过场景立方化(Scene Cubifying)将其转化为规范的鸟瞰图,表示对象为均匀大小、类别编码的块,以强调它们相对的地面平面位置。我们进一步提出了不确定性感知的思维链(UA-CoT)提示,将几何推导的每实例不确定性纳入VLM推理过程。无需特定任务的微调或架构修改,SPATIALQUERY与Qwen3-VL-8B结合实现了0.259米的地面平均绝对误差(Floor-MAE)、90.5%的0.3米不确定性准确率([email protected] m)和84.18%的接近决策准确率,超越了微调的空间专家、通用VLM以及闭源前沿模型。代码、基准资源和交互演示可在https://namhai1810.github.io/SpatialQuery/获取。
cs.CV / 170 / 2608.01714

STC-Net: Electroluminescence-Based Solar Cell Crack Segmentation for Power Loss Estimation

STC-Net:基于电致发光的太阳能电池裂纹分割用于功率损失估计
Gunasekara, Shanaka Ramesh, Devanarayana, Akila Eranda, Guruge, Imasha, Fernando, Nuwantha, Asadi, Ehsan
Abstract
Accurate crack assessment in electroluminescence (EL) images is important for photovoltaic (PV) reliability analysis, yet existing segmentation methods often fail to capture the thin, elongated, and structurally constrained nature of crack defects. This paper proposes a Solar Topology Crack Network (STC-Net) that incorporates edge priors, spectral priors, and a boundary-topology refinement module to improve crack continuity and boundary preservation. The framework further extends segmentation to power-loss estimation by deriving a crack-associated inactive-area proxy from the predicted masks. Experiments on the PVEL-S dataset show that STC-Net achieves 95.98 MIoU, 98.01 MDice, and 98.00 MAcc during training, and 72.52 MIoU and 80.16 MDice on unseen test samples. These results demonstrate that STC-Net provides accurate crack localization while offering a practical link between EL-based defect segmentation and PV degradation assessment.
Chinese Translation
在电致发光(EL)图像中准确评估裂纹对于光伏(PV)可靠性分析至关重要,但现有的分割方法往往无法捕捉裂纹缺陷的细长和结构约束特性。本文提出了一种太阳拓扑裂纹网络(STC-Net),该网络结合了边缘先验、光谱先验和边界拓扑精细化模块,以提高裂纹的连续性和边界保留。该框架进一步通过从预测的掩膜中推导与裂纹相关的非活动区域代理,扩展了分割到功率损失估计。对PVEL-S数据集的实验表明,STC-Net在训练期间达到了95.98的MIoU、98.01的MDice和98.00的MAcc,而在未见测试样本上达到了72.52的MIoU和80.16的MDice。这些结果表明,STC-Net提供了准确的裂纹定位,同时为基于EL的缺陷分割与PV降解评估之间提供了实用的联系。
cs.CV / 171 / 2608.01720

When Extreme Darkness Meets Motion Blur: MeanFlow for Unified RAW Restoration

当极端黑暗遇上运动模糊:用于统一RAW恢复的MeanFlow
Wang, Zepu, Liang, Jingze, Xiao, Weijie, Chen, Kexin
Abstract
Extremely low-light RAW enhancement aims to recover severely attenuated sensor signals, yet existing methods often focus on illumination and noise while overlooking the motion-induced degradations inherent in practical low-light imaging. We present a framework for robust extremely low-light RAW enhancement under realistic acquisition degradations. First, we introduce See in the Degraded Extremely Dark (SIDED), a new dataset that applies controlled motion degradation to extremely low-light RAW pairs while retaining their original sensor noise. Second, we propose a unified RAW tokenizer equipped with explicit domain-conditioned representation calibration to align extremely low-light and well-exposed RAW data, followed by a MeanFlow that performs enhancement in a single function evaluation. To our knowledge, this is the first work to formulate extremely low-light RAW enhancement under realistic motion-degraded acquisition and address it with MeanFlow. We further introduce a physics-guided refinement model to strengthen illumination--reflectance consistency, pixel fidelity, and color preservation without incurring additional inference cost. Extensive experiments demonstrate that our framework achieves state-of-the-art performance in extremely low-light RAW enhancement, and robustly handles coupled motion and noise degradations.
Chinese Translation
极低光照RAW增强旨在恢复严重衰减的传感器信号,但现有方法往往侧重于照明和噪声,而忽视了实际低光照成像中固有的运动引起的退化。我们提出了一个在现实采集退化下进行稳健极低光照RAW增强的框架。首先,我们引入了“在退化的极端黑暗中观察”(See in the Degraded Extremely Dark, SIDED),这是一个新的数据集,应用了受控的运动退化于极低光照RAW对,同时保留了其原始传感器噪声。其次,我们提出了一种统一的RAW分词器,配备显式的领域条件表示校准,以对齐极低光照和良好曝光的RAW数据,随后采用MeanFlow在单次函数评估中进行增强。据我们所知,这是首个在现实运动退化采集下构建极低光照RAW增强的工作,并通过MeanFlow进行处理。我们进一步引入了一种物理引导的精细化模型,以增强照明-反射一致性、像素保真度和色彩保留,而无需增加额外的推理成本。大量实验表明,我们的框架在极低光照RAW增强中实现了最先进的性能,并稳健地处理了耦合的运动和噪声退化。
cs.CV / 172 / 2608.01726

G-Skin: Learning to Bind 3D Gaussians with Generative Visual Priors

G-Skin:学习使用生成视觉先验绑定3D高斯分布
Yao, Yuxin, Liu, Kendong, Zhou, Shiqi, Xia, Jiazhi, Hou, Junhui
Abstract
3D Gaussian Splatting has achieved remarkable success in photorealistic and efficient rendering, leading to a rapid increase in 3D assets represented by 3D Gaussian primitives. Directly rigging these assets with arbitrary skeleton topologies is highly desirable. However, training a feed-forward skinning framework is infeasible due to the lack of high-quality 3D Gaussian rigging datasets. An alternative solution is to transfer mesh-based techniques to 3D Gaussian-based representation, but 3D Gaussian primitives are not restricted to the surface and lack explicit topological connectivity. Moreover, this kind of method suffers from poor generalization to unseen data due to its strong dependence on training data, while acquiring high-quality rigging data is prohibitively expensive. To address this challenging problem, we propose G-Skin, a novel generative skinning framework designed for expressive and high-fidelity animation with 3D Gaussian representation. To overcome this 3D data scarcity, we introduce a skeleton-controllable image generation model leveraging 2D vision foundation models to distill powerful motion priors into pseudo-guidance. Guided by these priors, we formulate an optimization pipeline incorporating geometry-aware regularizations, which stabilizes the learning process and ensures smooth, structurally coherent skinning weights. G-Skin also generalizes flexibly to the augmented variants of 3D Gaussian representation designed to mitigate animation-induced rendering artifacts. Extensive experiments validate the effectiveness of our approach, demonstrating clear advantages over state-of-the-art methods. Project page: https://yaoyx689.github.io/GSkin.html.
Chinese Translation
3D高斯点云渲染在逼真和高效渲染方面取得了显著成功,导致以3D高斯原语表示的3D资产迅速增加。直接将这些资产与任意骨架拓扑绑定是非常理想的。然而,由于缺乏高质量的3D高斯绑定数据集,训练前馈蒙皮框架是不可行的。另一种解决方案是将基于网格的技术转移到基于3D高斯的表示,但3D高斯原语并不局限于表面,且缺乏明确的拓扑连接。此外,这种方法由于对训练数据的强依赖,导致对未见数据的泛化能力较差,而获取高质量的绑定数据是极其昂贵的。为了解决这一挑战性问题,我们提出了G-Skin,一种新颖的生成蒙皮框架,旨在实现具有表现力和高保真度的3D高斯表示动画。为了克服3D数据稀缺的问题,我们引入了一种可控骨架的图像生成模型,利用2D视觉基础模型提炼出强大的运动先验作为伪引导。在这些先验的指导下,我们制定了一个优化流程,结合几何感知的正则化,稳定学习过程并确保平滑、结构一致的蒙皮权重。G-Skin还灵活地推广到旨在减轻动画引起的渲染伪影的3D高斯表示的扩展变体。大量实验验证了我们方法的有效性,显示出明显优于现有最先进方法的优势。项目页面:https://yaoyx689.github.io/GSkin.html。
cs.CV / 173 / 2608.01730

Learning Where to Look and How to Judge: Resolution-agnostic Image Quality Assessment with Quality-aware Saliency

学习关注何处以及如何评判:一种与分辨率无关的图像质量评估方法,结合质量感知显著性
Gedik, Hakan Emre, Gupta, Shashank, Bovik, Alan
Abstract
No-reference image quality assessment (NR IQA) has recently benefited from deep and multimodal models, yet many SOTA systems still violate at least one basic requirement: they either discard critical quality cues via aggressive resizing, fail to generalize across resolutions, cannot be jointly trained on heterogeneous IQA datasets with mismatched MOS scales, or require prohibitive computation. We present \textbf{ReLIQS}, a model for \textbf{Re}solution-agnostic \textbf{L}earning for \textbf{I}mage \textbf{Q}uality with \textbf{S}aliency, which is resolution-agnostic, preserves original-resolution quality cues, learns from multiple subjective studies, and remains computationally efficient and budget-adaptive. ReLIQS is a CLIP-based multiscale patch-driven architecture that learns both \emph{where to look} and \emph{how to judge} quality. Fixed-size patches are sampled across multiple resolutions, including the original resolution, and encoded with a CLIP vision backbone. A lightweight Perceptual Importance Estimator then predicts IQA-specific importance maps to select a small set of informative patches, and a Latent Quality Axis Module aggregates their embeddings into a single image-level score. Across authentic, synthetic, and AIGC benchmarks spanning diverse resolutions and distortions, ReLIQS generalizes better than strong CNN-, CLIP-, and MLLM-based baselines with matching or reduced computational cost.
Chinese Translation
无参考图像质量评估(NR IQA)最近受益于深度学习和多模态模型,然而许多最先进的系统仍然违反至少一个基本要求:它们要么通过激进的缩放丢弃关键的质量线索,要么无法在不同分辨率之间进行泛化,无法在具有不匹配的主观满意度(MOS)尺度的异构IQA数据集上进行联合训练,或者需要过高的计算成本。我们提出了 extbf{ReLIQS},一种用于图像质量的 extbf{Re}solution-agnostic extbf{L}earning with extbf{S}aliency的模型,它与分辨率无关,保留原始分辨率的质量线索,从多个主观研究中学习,并保持计算效率和预算适应性。ReLIQS是一个基于CLIP的多尺度补丁驱动架构,学习 extit{关注何处}和 extit{如何评判}质量。固定大小的补丁在多个分辨率(包括原始分辨率)中进行采样,并通过CLIP视觉主干进行编码。然后,一个轻量级的感知重要性估计器预测特定于IQA的重要性图,以选择一小组信息丰富的补丁,而潜在质量轴模块将它们的嵌入聚合为一个单一的图像级评分。在涵盖多种分辨率和失真的真实、合成和AIGC基准测试中,ReLIQS的泛化能力优于强大的基于CNN、CLIP和MLLM的基线,同时计算成本相当或降低。
cs.CV / 174 / 2608.01737

IDraw: Artist Verification from Digital Drawing Images

IDraw:基于数字绘图图像的艺术家验证
Kim, Nayoung, Jiang, Nan, Sun, Bangjie, Shin, Jaewon, Kim, Sojeong, Han, Jun
Abstract
As digital drawings are increasingly shared online, reliable authorship verification has become important for protecting artists and resolving disputes. Yet when authorship is questioned, verification may have to rely only on the disputed drawing and reference drawings known to be created by the claimed artist. This setting is challenging for two reasons. First, artist-specific drawing behavior, such as pen pressure and movement speed, is informative but is not available from a completed drawing. Second, similarities in the depicted object or scene can obscure similarities arising from the artist. We propose IDraw, a framework that learns from drawings paired with tablet-pen sensor signals collected from separate training artists. This allows IDraw to infer drawing behavior from completed images during a later authorship dispute, without requiring sensor data from the artist being verified. IDraw also reduces the influence of drawing content by identifying information shared by drawings of the same object across different artists and suppressing it before comparing drawings. To support this approach, we construct the first multimodal dataset for digital drawing authorship verification, containing 1,110 drawings from 37 artists and 14 types of tablet-pen sensor signals. Evaluated on previously unseen artists across nine image-encoder backbones, IDraw consistently outperforms standard image-based verification and reduces verification error by up to 40%. These results demonstrate that inferring drawing behavior from completed images and suppressing drawing content improve digital drawing authorship verification.
Chinese Translation
随着数字绘图在网上的分享日益增多,可靠的作者身份验证变得愈发重要,以保护艺术家并解决争议。然而,当作者身份受到质疑时,验证可能只能依赖于有争议的绘图和已知由声称的艺术家创作的参考绘图。这种情境面临两个挑战。首先,艺术家特有的绘图行为(例如笔压和移动速度)是有用的信息,但在完成的绘图中无法获得。其次,所描绘的对象或场景的相似性可能会掩盖艺术家之间的相似性。我们提出了IDraw,一个从与不同训练艺术家收集的平板笔传感器信号配对的绘图中学习的框架。这使得IDraw能够在后续的作者身份争议中,从完成的图像中推断绘图行为,而无需来自被验证艺术家的传感器数据。IDraw还通过识别不同艺术家在同一对象上共享的信息,并在比较绘图之前抑制这些信息,从而减少绘图内容的影响。为了支持这种方法,我们构建了第一个用于数字绘图作者身份验证的多模态数据集,包含来自37位艺术家的1,110幅绘图和14种类型的平板笔传感器信号。在九种图像编码器基础上对以前未见过的艺术家进行评估时,IDraw始终优于标准的基于图像的验证,并将验证错误降低了多达40%。这些结果表明,从完成的图像中推断绘图行为并抑制绘图内容能够改善数字绘图作者身份验证。
cs.CV / 175 / 2608.01751

SPECTRA: Band-Routed Embedding and Stage-Wise LoRA for Cross-Sensor Fine-Tuning of Geospatial Foundation Models

SPECTRA:用于跨传感器微调地理空间基础模型的带路由嵌入和阶段性LoRA
Li, Xingyan, Caraballo-Vega, Jordan A., Gong, Jie, Carroll, Mark L., Wang, Jianwu
Abstract
Geospatial foundation models (GeoFMs), pretrained on large-scale geospatial data such as Earth observation (EO), climate, and weather data, have shown promising performance when fine-tuned on diverse downstream tasks. However, there are two challenges of adapting EO-pretrained GeoFMs to practical downstream datasets. The first challenge is how to handle spectral mismatch: pretrained patch embeddings expect a fixed set of input bands, whereas downstream sensors may provide different channels. The second challenge is how to reduce fine-tuning cost and make it efficient. While existing work has made efforts on these challenges individually, jointly improving fine-tuning performance under spectral mismatch while reducing adaptation cost remains underexplored. We propose SPECTRA, a parameter-efficient fine-tuning framework that addresses both spectral mismatch and adaptation cost. To handle spectral mismatch, SPECTRA introduces Band-Routed Embedding (BRE), which maps all available downstream bands into the band space expected by the pretrained GeoFM. By using BRE, all available bands in the downstream dataset are utilized to improve the selected-band input without changing the pretrained patch embedding interface. To reduce adaptation cost, SPECTRA further introduces a Stage-wise Transferability-aware LoRA (ST-LoRA) fine-tuning. ST-LoRA estimates stage-wise transferability before fine-tuning and assigns stage-specific LoRA ranks, concentrating trainable parameters on the stages with high transferability for the target task. Across three EO-pretrained GeoFMs and four downstream segmentation datasets, experiments show that BRE improves performance by utilizing all spectral bands, while ST-LoRA reduces trainable parameters compared with full fine-tuning and standard LoRA. Code is available at https://github.com/big-data-lab-umbc/SPECTRA.
Chinese Translation
地理空间基础模型(GeoFMs)在大规模地理空间数据(如地球观测(EO)、气候和天气数据)上进行预训练后,在多样的下游任务中表现出良好的性能。然而,将EO预训练的GeoFMs适应于实际下游数据集面临两个挑战。第一个挑战是如何处理光谱不匹配:预训练的补丁嵌入期望一组固定的输入波段,而下游传感器可能提供不同的通道。第二个挑战是如何降低微调成本并提高效率。虽然现有研究在这些挑战上各自做出了努力,但在光谱不匹配下共同提高微调性能的同时降低适应成本仍然未得到充分探索。我们提出了SPECTRA,这是一种参数高效的微调框架,旨在解决光谱不匹配和适应成本问题。为了解决光谱不匹配,SPECTRA引入了带路由嵌入(Band-Routed Embedding, BRE),将所有可用的下游波段映射到预训练GeoFM所期望的波段空间。通过使用BRE,所有可用的下游数据集中的波段都被利用,以改善所选波段输入,而无需更改预训练的补丁嵌入接口。为了降低适应成本,SPECTRA进一步引入了阶段性转移感知LoRA(Stage-wise Transferability-aware LoRA, ST-LoRA)微调。ST-LoRA在微调之前评估阶段性转移性,并分配阶段特定的LoRA等级,将可训练参数集中在目标任务的高转移性阶段。在三个EO预训练的GeoFMs和四个下游分割数据集上的实验表明,BRE通过利用所有光谱波段提高了性能,而ST-LoRA与完全微调和标准LoRA相比降低了可训练参数。代码可在https://github.com/big-data-lab-umbc/SPECTRA获取。
cs.CV / 176 / 2608.01753

Can Urban Blight Be Accessed with Vision-language Models: A Case Study in Detroit

视觉语言模型能否评估城市衰败:底特律案例研究
Yang, Xiaohao, Tian, Aohua, Van Berkel, Derek, Qiang, Xu, Lindquist, Mark
Abstract
Addressing urban blight has seen increased focus in the past 15 years. Assessing urban blight is essential for guiding urban planning, targeting rehabilitation, and safeguarding public health, yet traditional residential blight surveys are difficult to maintain at scale due to the labor-intensive cost and long-term cycle. This study introduced a scalable framework for estimating residential blight using open-source large vision-language models on multiple views. Structured prompts guided models to evaluate housing attributes, including roof integrity, wall damage, and broken or boarded openings, producing both binary assessments and probabilistic estimates of disrepair. To evaluate the performance of these visual assessments, we compared professional human annotations of these features across several models, including an ensemble stacking approach based on XGBoost and a weighted scoring system. Results showed that (i) multiple street views can contribute to the improvement of accuracy, (ii) large vision-language models have different strengths of inference, (iii) the ensemble learner outperforms individual base models, enhancing robustness across all residential conditions and blight assessment. The practical application of the method allows low-cost tracking and management of housing stock conditions, providing a regularly updatable complement to traditional blight surveys.
Chinese Translation
在过去15年中,解决城市衰败问题受到了越来越多的关注。评估城市衰败对于指导城市规划、针对性修复和保护公共健康至关重要,然而,由于劳动密集型成本和长期周期,传统的住宅衰败调查难以大规模维持。本研究提出了一种可扩展的框架,利用开源的大型视觉语言模型在多个视角上估算住宅衰败。结构化提示引导模型评估住房属性,包括屋顶完整性、墙体损坏以及破损或封闭的开口,生成二元评估和失修的概率估计。为了评估这些视觉评估的性能,我们比较了多个模型中这些特征的专业人工注释,包括基于XGBoost的集成堆叠方法和加权评分系统。结果表明:(i) 多个街景视角可以提高准确性,(ii) 大型视觉语言模型在推理上具有不同的优势,(iii) 集成学习者的表现优于单个基础模型,在所有住宅条件和衰败评估中增强了鲁棒性。该方法的实际应用允许低成本跟踪和管理住房库存状况,为传统衰败调查提供了可定期更新的补充。
cs.CV / 177 / 2608.01760

Pixel Ignores, Superpixel Sees: Adverse Weather Image Restoration via Semantic-Center SSM

像素忽视,超像素关注:通过语义中心状态空间模型进行恶劣天气图像恢复
Li, Dayu, Zhou, Shihao, Shu, Leizhi, Wu, Jin, Vong, Chi Man, Yang, Jufeng
Abstract
Adverse weather image restoration aims to recover clear visibility from degraded images in complex weather conditions. Existing works attempt to address this problem by modeling relationships between pixels, however, this paradigm defies the spatially non-uniformity fact of degradations and learns non-discriminative features from semantic-conflict regions. In this paper, we propose SSR, a \textbf{S}emantic-center guilded \textbf{S}tate space model for image \textbf{R}estoration. The key idea of SSR is to shift the conventional scanning strategy of pixel-serial to semantic-guilded one. Specifically, we introduce a Superpixel-guided Selective Scan Mechanism ($\text{S}^3$M), which first partitions the image into perceptually coherent regions via superpixel clustering and then performs relations modeling within the semantic-related regions. Moreover, a Region-level Gating Mechanism (RGM) is developed to perform intra-region calibration by modulating degradation outliers within each semantic superpixel unit along the channel dimension. Extensive experiments on \textbf{6} well-established benchmarks demonstrate that SSR performs favorably against state-of-the-art models with competitive computational cost.
Chinese Translation
恶劣天气图像恢复旨在从复杂天气条件下的退化图像中恢复清晰的可见性。现有研究试图通过建模像素之间的关系来解决这一问题,然而,这一范式违背了退化的空间非均匀性事实,并从语义冲突区域学习了非区分特征。本文提出了SSR,一种基于 extbf{语义中心}引导的 extbf{状态空间}模型用于图像 extbf{恢复}。SSR的关键思想是将传统的像素串行扫描策略转变为语义引导的扫描策略。具体而言,我们引入了一种超像素引导的选择性扫描机制($ ext{S}^3$M),该机制首先通过超像素聚类将图像划分为感知一致的区域,然后在语义相关区域内进行关系建模。此外,开发了一种区域级门控机制(RGM),通过调节每个语义超像素单元内的退化异常值,沿通道维度执行区域内校准。对 extbf{6}个成熟基准的广泛实验表明,SSR在计算成本具有竞争力的情况下,表现优于最先进的模型。
cs.CV / 178 / 2608.01761

DecoupleGS: Interactive 3D Gaussian Splatting for End-to-End Autonomous Driving Testing

DecoupleGS:用于端到端自主驾驶测试的交互式3D高斯点云渲染
Li, Siying, Ni, Ying, Sun, Jie, Sun, Jian, Shi, Haotian
Abstract
End-to-end (E2E) autonomous driving algorithms require rigorous closed-loop validation in simulation environments offering high visual fidelity, strong interactivity, and real-time performance. Existing approaches, from game engines to static neural rendering, inherently trade off these requirements and struggle with the dynamic scene composition essential for E2E testing. To bridge this gap, we propose a novel decoupled 3D Gaussian Splatting (3DGS) framework tailored for large-scale E2E evaluation. We fundamentally decompose scenes into a high-fidelity static background and manipulable dynamic agents using an object-centric canonical representation. To resolve resulting representational conflicts, we introduce three targeted modules: (1) asset compression via perceptual pruning and vector quantization for real-time traffic rendering; (2) map-guided geometric registration leveraging semantic topology to strictly align trajectories; and (3) proxy-based relighting transferring ambient illumination for seamless photometric integration. Extensive experiments demonstrate that DecoupleGS achieves a balanced fidelity-efficiency trade-off, improves metric and photometric consistency, and provides a practical closed-loop sensor simulation platform for E2E autonomous driving evaluation.
Chinese Translation
端到端(E2E)自主驾驶算法需要在提供高视觉保真度、强交互性和实时性能的仿真环境中进行严格的闭环验证。现有的方法,从游戏引擎到静态神经渲染,固有地在这些要求之间进行权衡,并在E2E测试所需的动态场景组合方面面临挑战。为了解决这一问题,我们提出了一种新颖的解耦3D高斯点云渲染(3DGS)框架,专为大规模E2E评估而设计。我们从根本上将场景分解为高保真静态背景和可操控的动态代理,采用以对象为中心的标准表示法。为了解决由此产生的表示冲突,我们引入了三个针对性的模块:(1)通过感知剪枝和向量量化实现资产压缩,以实现实时交通渲染;(2)利用语义拓扑的地图引导几何注册,严格对齐轨迹;(3)基于代理的重光照,转移环境光照以实现无缝的光度集成。大量实验表明,DecoupleGS实现了保真度与效率的平衡权衡,提高了度量和光度一致性,并提供了一个实用的闭环传感器仿真平台,用于E2E自主驾驶评估。
cs.CV / 179 / 2608.01771

LiveLight: Real-time Streaming Video Relighting with Interactive Control

LiveLight:具有交互控制的实时流视频重光照
Ma, Yue, Wang, Jiangming, Wang, Yucheng, Wang, Xilai, Li, Zhiyuan, Wang, Xinyu, Liu, Hongyu, Liang, Ruofan, Zhang, Songchun, Xue, Yuxuan, Chen, Qifeng
Abstract
We present LiveLight, the first diffusion-based framework for real-time streaming video relighting with interactive 3D lighting control. Achieving this is non-trivial, as it requires overcoming three critical challenges: effectively injecting dynamic 3D lighting into a diffusion model, maintaining high-fidelity generation under an extremely low NFE (Number of Function Evaluations) budget for real-time speed, and facilitating continuous streaming for interactive control. To address these pain points, we propose three key designs. First, for accurate lighting injection, we propose a lightweight adapter that feeds Multi-Plane Light Irradiance (MPLI) conditions-depth-aware irradiance maps encoding 3D lighting geometry-directly into the diffusion backbone. Second, to prevent rendering quality degradation at low NFEs towards real-time distillation, we introduce a geometry-guided feedback branch. This training-time constraint leverages a frozen geometry estimator to enforce depth- and normal-consistent relighting, ensuring geometrically plausible shading without adding inference overhead. Finally, to enable streaming interaction, we develop a progressive rolling-window strategy that maintains a denoising ladder of latent chunks at varying noise levels. By propagating intermediate states, this strategy guarantees temporal coherence and supports arbitrarily long video relighting with per-frame reference refresh. Extensive experiments on real-world and synthetic benchmarks demonstrate that LiveLight achieves state-of-the-art relighting quality while running at real-time speed, significantly outperforming offline baselines in temporal stability, lighting controllability, and user preference. To foster real-time interactive relighting research, we will publicly release our models, training data, and synthetic data generator.
Chinese Translation
我们提出了LiveLight,这是第一个基于扩散的框架,用于具有交互式3D光照控制的实时流视频重光照。实现这一目标并非易事,因为它需要克服三个关键挑战:有效地将动态3D光照注入扩散模型,在极低的NFE(函数评估次数)预算下保持高保真度生成以实现实时速度,以及促进连续流媒体以实现交互控制。为了解决这些痛点,我们提出了三个关键设计。首先,为了准确注入光照,我们提出了一种轻量级适配器,该适配器将多平面光照强度(MPLI)条件-深度感知的光照图直接输入扩散骨干网络。其次,为了防止在低NFE下实时蒸馏时渲染质量下降,我们引入了一个几何引导反馈分支。这个训练时约束利用一个冻结的几何估计器来强制执行深度和法线一致的重光照,确保几何上合理的阴影,而不增加推理开销。最后,为了实现流媒体交互,我们开发了一种渐进式滚动窗口策略,该策略在不同噪声水平下保持去噪阶梯的潜在块。通过传播中间状态,这种策略确保了时间一致性,并支持任意长度的视频重光照与逐帧参考刷新。在真实世界和合成基准上的大量实验表明,LiveLight在实时速度下实现了最先进的重光照质量,在时间稳定性、光照可控性和用户偏好方面显著优于离线基线。为了促进实时交互重光照研究,我们将公开发布我们的模型、训练数据和合成数据生成器。
cs.CV / 180 / 2608.01780

Investigating Social Bias in Narrative Image Generation

叙事图像生成中的社会偏见研究
Park, Junyeong, Min, Sowon, Jang, Euna, Kim, Soobin, Jin, Jiho, Lim, Hyunseung, Bae, Gahyeon, Hong, Hwajung
Abstract
Text-to-image (T2I) generation models are increasingly embedded in applications such as media content creation and education, raising concerns about how their outputs may reproduce social biases. Prior work has shown that T2I models exhibit social biases, yet existing evaluations largely focus on a photo generation task. As a result, it remains unclear whether and how such biases manifest in more narrative visual formats, such as storyboards and comics, where characters and events are presented across multiple panels. In this work, we compare bias expression across photo, storyboard, and comic generation in six T2I models by adapting BBG, a text-based bias evaluation framework, to image generation. Our results show that proprietary models generate 25.9% biased outputs in photo generation on average, with biased outputs increasing by 9.6pp in storyboard generation and 18.2pp in comic generation. We also find that photos mainly encode biases through subtle visual cues, while storyboards and comics reveal them more explicitly through event sequencing, character positioning, narrative resolution, and textual elements. These findings show that biases that remain less visible in photo generation may surface in narrative visual formats, highlighting the importance of evaluating T2I systems with diverse visual formats beyond photo generation.
Chinese Translation
文本到图像(T2I)生成模型越来越多地嵌入到媒体内容创作和教育等应用中,这引发了人们对其输出可能重现社会偏见的担忧。先前的研究表明,T2I模型存在社会偏见,但现有评估主要集中在照片生成任务上。因此,目前尚不清楚这些偏见在更具叙事性的视觉格式中如何表现,例如故事板和漫画,其中角色和事件跨多个面板呈现。在本研究中,我们通过将文本基础的偏见评估框架BBG适配到图像生成,比较了六个T2I模型在照片、故事板和漫画生成中的偏见表现。我们的结果表明,专有模型在照片生成中平均生成25.9%的偏见输出,而在故事板生成中偏见输出增加了9.6个百分点,在漫画生成中增加了18.2个百分点。我们还发现,照片主要通过微妙的视觉线索编码偏见,而故事板和漫画则通过事件顺序、角色定位、叙事解决和文本元素更明确地揭示这些偏见。这些发现表明,在照片生成中不太明显的偏见可能在叙事视觉格式中显现,强调了在评估T2I系统时考虑多样化视觉格式的重要性,超越照片生成的范畴。
cs.CV / 181 / 2608.01794

Illuminating Visual Identity in Universal Multimodal Embeddings

揭示通用多模态嵌入中的视觉身份
Cao, Jiawei, Feng, Junyi, Hua, Jiashen, Huang, Ziheng, Deng, Bing, Wu, Kaijie, Gu, Chaochen, Ye, Jieping
Abstract
Universal Multimodal Embeddings (UMEs) aim to unify various modalities and tasks into a shared representation space. In recent years, this field has witnessed substantial progress driven by the development of Multimodal Large Language Models (MLLMs). However, a crucial capability, visual identity discrimination, remains underexplored in existing UME methods, despite its critical role in a wide range of tasks, including instance retrieval, re-identification, and identity preservation in AI-generated content. To bridge this gap, we propose a unified formulation for visual identity discrimination~(VisID) and introduce $\textbf{MVEB}$ ($\textbf{M}$ultimodal $\textbf{V}$isual Identity $\textbf{E}$mbedding $\textbf{B}$enchmark), a large-scale benchmark curated from both real-world and synthetic datasets to support evaluation and training. Furthermore, we present a simple yet effective learning framework that jointly optimizes general multimodal and visual identity representations through a carefully designed identity-aware sampling mechanism. Extensive experiments demonstrate that our approach successfully endows UMEs with strong identity discrimination capability and maintains competitive general multimodal performance. We believe this work not only illuminates a critical yet neglected capability, but also takes a step toward more holistic universal multimodal embeddings. Code and data are available at \href{https://chrisclear3.github.io/MVEB}{MVEB}.
Chinese Translation
通用多模态嵌入(Universal Multimodal Embeddings, UMEs)旨在将各种模态和任务统一到一个共享的表示空间中。近年来,得益于多模态大语言模型(Multimodal Large Language Models, MLLMs)的发展,该领域取得了显著进展。然而,尽管视觉身份区分在实例检索、再识别以及AI生成内容中的身份保留等广泛任务中发挥着关键作用,但现有的UME方法在这一重要能力上仍然未得到充分探索。为填补这一空白,我们提出了一种统一的视觉身份区分(Visual Identity Discrimination, VisID)公式,并引入了$ extbf{MVEB}$($ extbf{M}$ultimodal $ extbf{V}$isual Identity $ extbf{E}$mbedding $ extbf{B}$enchmark),这是一个从真实和合成数据集中精心策划的大规模基准,旨在支持评估和训练。此外,我们还提出了一种简单而有效的学习框架,通过精心设计的身份感知采样机制,联合优化通用多模态和视觉身份表示。大量实验表明,我们的方法成功赋予UMEs强大的身份区分能力,并保持了竞争力的通用多模态性能。我们相信,这项工作不仅揭示了一种重要但被忽视的能力,也朝着更全面的通用多模态嵌入迈出了重要一步。代码和数据可在 extit{MVEB}(https://chrisclear3.github.io/MVEB)获取。
cs.CV / 182 / 2608.01807

Parameter-Dynamic Adaptive Fusion and Calibration Network for RGBT Tracking

用于RGBT跟踪的参数动态自适应融合与校准网络
Ding, Zhaoding, Li, Chenglong, Jin, Jiandong, Ying, Kewei, Wu, Wentao
Abstract
Existing RGBT trackers typically employ fusion functions with fixed parameters across different targets and scenarios. Although dynamic-architecture methods improve fusion flexibility by selecting among predefined operations, they still cannot adapt the fusion parameters to the evolving target state. To address these issues, we propose a Parameter-Dynamic Adaptive Fusion and Calibration Network (PAFCNet) for RGBT tracking. PAFCNet dynamically generates target-conditioned parameters for multimodal fusion and temporal calibration, enabling the tracking process to adapt to target appearance variations and modality quality fluctuations. Specifically, we introduce a Target-Adaptive Hypernetwork (TA-HyperNet) that leverages template representations, which preserve stable target identity and recent appearance changes with less background interference, to generate target-conditioned parameters for subsequent fusion and calibration. Based on TA-HyperNet, we design a target-aware parameter-dynamic fusion module that uses the generated parameters to modulate the fusion process. This enables the fusion module to adapt to changes in target appearance and complex scene conditions. Furthermore, since spatio-temporal information propagation may accumulate tracking noise, we propose a dynamic spatio-temporal calibration module that employs TA-HyperNet to generate calibration parameters for spatio-temporal tokens. By dynamically calibrating historical information before propagation, the module improves the reliability of temporal representations. Experimental results demonstrate that PAFCNet achieves competitive performance on multiple RGBT tracking benchmarks.
Chinese Translation
现有的RGBT跟踪器通常在不同目标和场景中使用固定参数的融合函数。尽管动态架构方法通过在预定义操作中进行选择来提高融合灵活性,但它们仍然无法将融合参数适应于不断变化的目标状态。为了解决这些问题,我们提出了一种用于RGBT跟踪的参数动态自适应融合与校准网络(PAFCNet)。PAFCNet动态生成针对目标的条件参数,以实现多模态融合和时间校准,使跟踪过程能够适应目标外观变化和模态质量波动。具体而言,我们引入了一种目标自适应超网络(TA-HyperNet),该网络利用模板表示,保持稳定的目标身份和最近的外观变化,同时减少背景干扰,从而生成后续融合和校准所需的目标条件参数。基于TA-HyperNet,我们设计了一个目标感知的参数动态融合模块,该模块使用生成的参数来调节融合过程。这使得融合模块能够适应目标外观和复杂场景条件的变化。此外,由于时空信息传播可能会积累跟踪噪声,我们提出了一个动态时空校准模块,该模块利用TA-HyperNet为时空标记生成校准参数。通过在传播之前动态校准历史信息,该模块提高了时间表示的可靠性。实验结果表明,PAFCNet在多个RGBT跟踪基准上实现了竞争力的性能。
cs.CV / 183 / 2608.01808

SecondOpinion: Anatomy-Aware Gated Reasoning for Efficient Medical Image Analysis

SecondOpinion:基于解剖学的门控推理用于高效医学图像分析
Bhuiyan, Siam Tahsin, Rahman, Rashedur, Wasi, Sefatul, Islam, Riyadul, Kobashi, Syoji, Islam, Ashraful, Alam, Saadia Binte
Abstract
Deep learning models for medical image analysis typically apply a fixed amount of computation to every input, regardless of case difficulty. Anatomy-guided dual-stream architectures have been shown to improve diagnostic performance, but they evaluate both streams unconditionally, even on cases a single stream could already resolve confidently. We propose SecondOpinion, a framework in which a fast primary stream processes every case, while a second, anatomy-guided stream is invoked only when GateKeeper, a gating mechanism trained explicitly as a binary correctness classifier, judges that the primary stream's prediction needs additional scrutiny, much as a clinician might seek a second opinion on a difficult case. When activated, the two streams are combined through a lightweight cross-attention fusion module. We evaluate SecondOpinion on a unified five-class chest X-ray dataset and a pelvic fracture dataset, the latter including a held-out, harder subset of fractures that are invisible on X-ray but confirmed via CT. SecondOpinion matches or exceeds prior state-of-the-art performance on both tasks, while activating its anatomy-guided stream on only 9.23% of chest X-ray cases, rising to 24.12% on visible fractures and 45.71% on invisible fractures, an activation rate that tracks task difficulty directly. These results suggest that supervising a gating signal toward correctness, rather than relying on unsupervised confidence, allows a model to allocate anatomical reasoning where it is actually needed.
Chinese Translation
用于医学图像分析的深度学习模型通常对每个输入应用固定量的计算,而不考虑案例的难度。基于解剖学的双流架构已被证明可以提高诊断性能,但它们在评估两个流时没有条件限制,即使在单个流已经能够自信地解决的案例上。我们提出了SecondOpinion,一个框架,其中一个快速的主流处理每个案例,而第二个基于解剖学的流仅在GateKeeper(一个明确训练为二元正确性分类器的门控机制)判断主流的预测需要额外审查时被调用,这类似于临床医生在处理困难案例时寻求第二意见。当激活时,这两个流通过一个轻量级的交叉注意力融合模块结合在一起。我们在一个统一的五类胸部X光数据集和一个骨盆骨折数据集上评估SecondOpinion,后者包括一个保留的、更难的骨折子集,这些骨折在X光下不可见,但通过CT确认。SecondOpinion在这两个任务上匹配或超过了之前的最先进性能,同时在仅9.23%的胸部X光案例上激活其基于解剖学的流,在可见骨折上升至24.12%,在不可见骨折上升至45.71%,这一激活率直接与任务难度相关。这些结果表明,监督一个指向正确性的门控信号,而不是依赖无监督的信心,可以使模型在真正需要的地方分配解剖推理。
cs.CV / 184 / 2608.01821

DAVET: Denoising-Aware Visual Evidence Trajectory Allocation for Diffusion Vision-Language Models

DAVET:用于扩散视觉语言模型的去噪感知视觉证据轨迹分配
Zhou, Yongkang, Xia, Xiang, Yan, Cheng, Xu, Fan, Zhang, Wuyang
Abstract
Diffusion vision-language models (dVLMs) iteratively denoise masked responses while conditioning each denoising step on visual evidence, making visual conditioning a substantial recurring inference cost. Unlike autoregressive decoding, diffusion generation repeatedly revisits the entire response as uncertainty evolves. Our analysis reveals that visual evidence demand is strongly step-dependent, motivating adaptive allocation across denoising steps. Existing inference acceleration methods operate through decoding-side strategies or visual token compression via pruning and merging, but do not explicitly treat visual evidence as a resource whose demand evolves across the diffusion process. Therefore, we present Denoising-Aware Visual Evidence Trajectory Allocation (DAVET), a training-free framework that allocates visual evidence according to the evolving generation state. Starting from a phase-conditioned evidence trajectory, the proposed allocation policy uses operation demand to set an evidence reserve whose allocation at each denoising step is modulated by trajectory risk. DAVET realizes the resulting budgets through a hierarchy of evidence views constructed from a single visual encoding, separating when and how much evidence is needed from how the evidence views are constructed. Evaluated on two representative dVLMs, LLaDA-V and LaViDa, across multiple visual-understanding benchmarks, DAVET achieves an average speedup of 1.55$\times$ with an average relative performance drop of 1.86\%, showing that denoising-aware visual evidence allocation can reduce visual conditioning cost while largely preserving generation quality.
Chinese Translation
扩散视觉语言模型(dVLMs)在每个去噪步骤中基于视觉证据迭代去噪被遮蔽的响应,这使得视觉条件化成为一个显著的重复推理成本。与自回归解码不同,扩散生成在不确定性演变的过程中反复回顾整个响应。我们的分析表明,视觉证据的需求在很大程度上依赖于步骤,这促使我们在去噪步骤之间进行自适应分配。现有的推理加速方法通过解码侧策略或通过修剪和合并进行视觉标记压缩来运作,但并未明确将视觉证据视为一种资源,其需求在扩散过程中不断演变。因此,我们提出了去噪感知视觉证据轨迹分配(DAVET),这是一个无训练框架,根据不断变化的生成状态分配视觉证据。从一个阶段条件的证据轨迹开始,所提出的分配策略利用操作需求设置一个证据储备,其在每个去噪步骤的分配受到轨迹风险的调节。DAVET通过从单一视觉编码构建的证据视图层次实现结果预算,分离何时以及需要多少证据与证据视图的构建方式。在对两个代表性的dVLM,LLaDA-V和LaViDa,在多个视觉理解基准上进行评估时,DAVET实现了1.55倍的平均加速,同时平均相对性能下降1.86%,显示出去噪感知视觉证据分配可以减少视觉条件化成本,同时在很大程度上保持生成质量。
cs.CV / 185 / 2608.01823

Detail Continuation over a Trustworthy Coarse Scale for Autoregressive Super-Resolution

基于可信粗尺度的自回归超分辨率细节延续
Fang, Hongyi, Wu, Jiahui, Yue, Yichen, Zhou, Benjia, Zeng, Dan
Abstract
Hallucination remains a persistent challenge in generative super-resolution (GSR), where reconstructed results may contain visually plausible yet weakly supported content, structural deviations, or unnatural textures with respect to the low-resolution (LR) input. Existing GSR methods have extensively explored the trade-off between perceptual realism and reconstruction fidelity, but the division between preserving reliable coarse-scale information and restoring more uncertain fine details is often handled implicitly within the overall restoration process. Visual autoregressive (VAR) modeling provides a natural opportunity to revisit this issue, as its coarse-to-fine next-scale prediction offers an explicit scale-wise generation interface. However, existing VAR-based SR methods still inherit the original full 1-to-$N$ autoregressive generation path, even though, for super-resolution, coarse-scale information in LR is often relatively more reliable, while long autoregressive chains may accumulate prediction errors. Motivated by these observations, we propose \textbf{K2N}, which reformulates VAR-based SR from full-path generation into a $k$-to-$N$ detail continuation process. Specifically, early coarse-scale states are established directly from LR, while only the remaining finer scales are restored autoregressively. Experimental results show that K2N remains competitive with the VARSR baseline on standard SR metrics, while exhibiting clearer advantages on hallucination-focused evaluation. These findings suggest that explicitly rethinking the generation path in a scale-wise manner can be a promising direction for improving the reliability of generative super-resolution. Our code will be released soon at https://github.com/BRL-SYSU/K2NSR.
Chinese Translation
幻觉仍然是生成超分辨率(GSR)中的一个持续挑战,其中重建结果可能包含在视觉上看似合理但支持不足的内容、结构偏差或与低分辨率(LR)输入不自然的纹理。现有的GSR方法广泛探讨了感知真实感与重建保真度之间的权衡,但在整体恢复过程中,保持可靠的粗尺度信息与恢复更不确定的细节之间的划分往往是隐含处理的。视觉自回归(VAR)建模为重新审视这一问题提供了自然的机会,因为其粗到细的下一尺度预测提供了明确的尺度生成接口。然而,现有的基于VAR的超分辨率方法仍然继承了原始的完整1到$N$自回归生成路径,尽管在超分辨率中,LR中的粗尺度信息通常相对更可靠,而长自回归链可能会积累预测误差。基于这些观察,我们提出了 extbf{K2N},将基于VAR的超分辨率从全路径生成重新构造为$k$到$N$的细节延续过程。具体而言,早期的粗尺度状态直接从LR建立,而仅恢复剩余的更细尺度。实验结果表明,K2N在标准超分辨率指标上与VARSR基线保持竞争力,同时在关注幻觉的评估中表现出更明显的优势。这些发现表明,以尺度方式明确重新思考生成路径可能是提高生成超分辨率可靠性的一个有前景的方向。我们的代码将很快在https://github.com/BRL-SYSU/K2NSR发布。
cs.CV / 186 / 2608.01825

PartMat: Material-Aware 3D Part Decomposition with a Single Global Latent

PartMat:基于材料感知的单一全局潜变量3D部件分解
Fu, Guangming, Song, Jin, Fei, Yiyun, Li, Guoqiu, Yang, Ruigao, Jiang, Jianan
Abstract
Part-level 3D generation has recently attracted increasing attention for producing structured and editable 3D assets. However, existing methods typically decompose objects according to functional semantics rather than the editable material boundaries (e.g., fabric, wood, metal) required in practical 3D applications such as interior design. Additionally, current methods often generate parts independently, causing computational costs to scale linearly with the part count. To address these limitations, we present PartMat, an efficient material-aware 3D part decomposition pipeline that represents multi-part geometry with a single global latent. Given a reference image and a single whole-object geometry, PartMat decomposes the object into parts that follow material boundaries. First, we propose PartVAE to learn such a unified representation and decode all material parts in a single forward pass, thereby decoupling inference cost from the number of parts. Second, with this representation, a diffusion model is trained for part generation and refined via reinforcement learning for accurate material assignment and overlap suppression. Finally, to recover fine-grained geometric details, we introduce a sparse-voxel flow-matching model with part attention for geometry post-processing. Extensive experiments demonstrate that PartMat significantly outperforms existing baselines in material-aware decomposition accuracy and achieves comparable geometric quality, while maintaining efficient inference.
Chinese Translation
部件级3D生成近年来受到越来越多的关注,因为它能够生成结构化和可编辑的3D资产。然而,现有方法通常根据功能语义而非实际3D应用(如室内设计)中所需的可编辑材料边界(例如,织物、木材、金属)来分解对象。此外,当前方法往往独立生成各个部件,导致计算成本与部件数量线性增长。为了解决这些局限性,我们提出了PartMat,一种高效的材料感知3D部件分解管道,它使用单一全局潜变量表示多部件几何形状。给定参考图像和单一整体对象几何,PartMat将对象分解为遵循材料边界的部件。首先,我们提出了PartVAE,以学习这种统一表示,并在单次前向传递中解码所有材料部件,从而将推理成本与部件数量解耦。其次,利用该表示,训练扩散模型进行部件生成,并通过强化学习进行精确的材料分配和重叠抑制。最后,为了恢复细粒度的几何细节,我们引入了一种具有部件注意力的稀疏体素流匹配模型进行几何后处理。大量实验表明,PartMat在材料感知分解精度上显著优于现有基线,并在几何质量上达到可比水平,同时保持高效的推理。
cs.CV / 187 / 2608.01827

DeepVoyager-VL: Incentivizing Vision-in-the-Loop Search for Long-Horizon Multimodal Agents

DeepVoyager-VL:激励视觉环路搜索以支持长时间跨度的多模态智能体
Zhang, Huanyao, Zhou, Jiepeng, Zhao, Runhao, Shan, Yanzhe, Chen, Jiaoyang, Zhou, Bowen, Li, Bo, Wang, Fang, Wu, Jialong, Tao, Zhengwei, Mei, Lang, Yu, Xiaohan, Liu, Liyan, Chen, Chong, Zhang, Wentao
Abstract
Multimodal large language models (MLLMs) have advanced visual understanding and reasoning, yet their static parametric knowledge limits their ability to address knowledge-intensive and dynamically evolving open-world problems. To move beyond this limitation, multimodal deep search has emerged as a key direction for open-world information access, evolving from single-turn factual retrieval toward long-horizon, multi-turn search guided by visual evidence. However, existing methods typically confine vision to the input or answer stage, overlooking its role in intermediate reasoning, and lack designs tailored to long-horizon interaction. Consequently, visual evidence rarely drives continued retrieval, constraining both interaction depth and reasoning span. To address these limitations, we propose DeepVoyager-VL, a long-horizon multimodal deep-search framework for vision-in-the-loop search. Specifically, we construct a multimodal event graph to drive data synthesis, yielding problems with intermediate visual dependencies and long reasoning chains. We then design an agent framework for active visual acquisition and on-demand image loading. Finally, we fine-tune models on the synthesized data without reinforcement learning. Extensive experiments across ten multimodal search benchmarks demonstrate the effectiveness of our method.
Chinese Translation
多模态大型语言模型(MLLMs)在视觉理解和推理方面取得了进展,但其静态参数知识限制了其解决知识密集型和动态演变的开放世界问题的能力。为了突破这一限制,多模态深度搜索已成为开放世界信息获取的关键方向,从单轮事实检索演变为由视觉证据引导的长时间跨度、多轮搜索。然而,现有方法通常将视觉限制在输入或回答阶段,忽视了其在中间推理中的作用,并缺乏针对长时间跨度交互的设计。因此,视觉证据很少驱动持续检索,限制了交互深度和推理范围。为了解决这些限制,我们提出了DeepVoyager-VL,一个用于视觉环路搜索的长时间跨度多模态深度搜索框架。具体而言,我们构建了一个多模态事件图以驱动数据合成,产生具有中间视觉依赖关系和长推理链的问题。然后,我们设计了一个主动视觉获取和按需图像加载的智能体框架。最后,我们在合成数据上对模型进行微调,而无需强化学习。在十个多模态搜索基准上的广泛实验证明了我们方法的有效性。
cs.CV / 188 / 2608.01829

MoCRA: Mixture of Compositional Rank-1 Atoms for 4K All-in-One Video Restoration

MoCRA:用于4K一体化视频恢复的组合秩-1原子的混合模型
Wang, Yongcong, Wang, Pu, Chen, Hingchin, Bai, Runci, Xin, Yucheng, Wu, Chen, Shen, Chengchao, Gao, Guangwei, Yao, Siyuan, Dai, Pengwen, Zheng, Zhuoran
Abstract
Real-world video arrives hazy, rainy, dark, or noisy, and a deployable restorer faces three demands at once: no degradation label, native 4K output, and stability in playback. Existing methods answer them separately and break on the joint problem, because per-frame degradation readings flip between frames, downsampled proxies erase the rain and noise they are meant to remove, and dense temporal alignment does not fit 4K memory. No paired benchmark even poses that problem, so we build one. UHV-4K-AIO renders physically modeled haze, rain, sensor noise, and low light over the same 100 clean 4K clips with shared depth and motion, and its construction exposes the split MoCRA is built on: haze and low light survive aggressive downsampling, while rain and noise exist only at native scale. Band-matched compositional conditioning follows, spending conditioning capacity, computation, and supervision in the band where each degradation lives. One dictionary of rank-1 atoms, recomposed sparsely per frame, conditions both a once-per-clip coarse branch and a shallow native-resolution refiner, in 3.6M parameters and with no optical flow. Trained once for all four tasks, MoCRA takes the best task-mean PSNR of eleven retrained image and video baselines, holds warping error at the level of the flow-based video models while never estimating motion, and restores native 4K in under half a second, against 1.7 seconds for the fastest baseline.
Chinese Translation
现实世界中的视频往往模糊、阴雨、昏暗或噪声干扰,而可部署的恢复器面临三重需求:没有退化标签、原生4K输出以及播放的稳定性。现有方法通常分别解决这些问题,但在联合问题上失效,因为每帧的退化读取在帧之间波动,降采样的代理图像抹去了它们本应去除的雨和噪声,而密集的时间对齐不适合4K内存。没有成对基准能够提出这个问题,因此我们构建了一个。UHV-4K-AIO在同一组100个干净的4K剪辑上渲染物理建模的雾、雨、传感器噪声和低光照,这些剪辑具有共享的深度和运动,其构建揭示了MoCRA所基于的分裂:雾和低光照在激进降采样中存活,而雨和噪声仅存在于原生尺度。随后进行带匹配的组合条件处理,利用条件能力、计算和监督在每种退化存在的频段中进行处理。一个由秩-1原子构成的字典,在每帧稀疏重组,条件化了一个每剪辑一次的粗略分支和一个浅层的原生分辨率精细化器,参数量为360万,且不使用光流。MoCRA在四个任务上统一训练,获得了十一种重新训练的图像和视频基线的最佳任务均值PSNR,保持了与基于光流的视频模型相当的扭曲误差,同时从未估计运动,并在不到半秒的时间内恢复原生4K,而最快的基线则需要1.7秒。
cs.CV / 189 / 2608.01848

Decoupling semantics from vision: A framework for faithful visual-text compression evaluation

将语义与视觉解耦:一种忠实的视觉-文本压缩评估框架
Gao, Yonghan, Chen, Zehong, Xu, Lijian, Chen, Jingzhi, Guan, Jingwei, Zeng, Xingyu
Abstract
Recent visual-text compression (VTC) methods, typified by DeepSeek-OCR, report impressive high token compression ratios for long-context modeling tasks by leveraging text-to-image rendering. However, existing evaluation protocols heavily rely on downstream task performance. Such evaluation metrics fail to accurately measure text preservation due to the strong inherent linguistic priors of Multimodal Large Language Models (MLLMs). In this work, we introduce a new evaluation framework that decouples MLLMs' capabilities to faithfully assess VTC quality. Within this framework, we further introduce the ZeroSense Benchmark to ensure low semantic correlation of testing samples. By eliminating textual dependencies, our benchmark guarantees that the evaluation results are purely reflective of VTC quality, unaffected by the semantic inference capabilities of downstream models. Extensive experiments across multiple datasets demonstrate that VTC quality and downstream task accuracy diverge significantly, highlighting the necessity of our decoupled evaluation framework.
Chinese Translation
最近的视觉-文本压缩(VTC)方法,以DeepSeek-OCR为代表,通过利用文本到图像的渲染,在长上下文建模任务中报告了令人印象深刻的高令牌压缩比。然而,现有的评估协议在很大程度上依赖于下游任务的性能。这些评估指标未能准确测量文本的保留,因为多模态大型语言模型(MLLMs)具有强烈的内在语言先验。在本研究中,我们提出了一种新的评估框架,解耦MLLMs的能力,以忠实地评估VTC质量。在此框架内,我们进一步引入了ZeroSense基准,以确保测试样本的低语义相关性。通过消除文本依赖性,我们的基准保证了评估结果纯粹反映VTC质量,而不受下游模型语义推理能力的影响。对多个数据集的广泛实验表明,VTC质量与下游任务准确性显著偏离,突显了我们解耦评估框架的必要性。
cs.CV / 190 / 2608.01876

Transformer Geometry Observatory TGO-III: Semantic Geometry Observatory

变换几何观测站 TGO-III:语义几何观测站
Kapil, Kaustubh, Upla, Kishor P.
Abstract
With the widespread adoption of Vision Transformers in modern AI, the need to analyze their inherent representational behavior has become increasingly important. While most existing studies emphasize token geometries and training dynamics, the evolution of representational covariance structures and class-level geometric organization remains comparatively underexplored. In this work, we investigate semantic geometry and class separability as representations evolve across the layers of ViT-Small/16 through TGO-III: Semantic Geometry Observatory. It is a framework designed to analyze the emergence of semantic organization, feature evolution, and class-wise representation geometry throughout training. The framework employs multiple complementary observatories, including Linear Probe Accuracy, Fisher Ratio, Class Centroid Distances, Local Intrinsic Dimension, and Local PCA Rank, to quantify the progressive evolution of discriminative representations. Our analysis reveals that class representations become progressively more linearly separable, Fisher discriminability increases, class centroids move farther apart, and local representation manifolds exhibit structured class-dependent geometric complexity. These observations provide empirical evidence supporting the Semantic Expansion Hypothesis, suggesting that the manifold expansion observed in previous observatories is accompanied by the progressive organization of representations into increasingly discriminative semantic structures. Collectively, TGO-III extends the Transformer Geometry Observatory framework by establishing a direct connection between manifold geometry, covariance evolution, and semantic organization during Transformer training.
Chinese Translation
随着视觉变换器在现代人工智能中的广泛应用,分析其固有表征行为的需求变得愈发重要。尽管大多数现有研究强调了标记几何和训练动态,但表征协方差结构和类别级几何组织的演变仍然相对未被深入探讨。在本研究中,我们通过 TGO-III:语义几何观测站,研究了语义几何和类别可分离性如何随着 ViT-Small/16 层次的演变而变化。该框架旨在分析语义组织的出现、特征演变以及训练过程中类别级表征几何的变化。该框架采用多个互补的观测工具,包括线性探测准确率(Linear Probe Accuracy)、费舍尔比率(Fisher Ratio)、类别质心距离(Class Centroid Distances)、局部内在维度(Local Intrinsic Dimension)和局部主成分分析秩(Local PCA Rank),以量化判别表征的渐进演变。我们的分析揭示了类别表征逐渐变得更具线性可分性,费舍尔可判别性增加,类别质心相距更远,以及局部表征流形展现出结构化的类别依赖几何复杂性。这些观察为语义扩展假设提供了实证支持,表明在先前观测站中观察到的流形扩展伴随着表征逐渐组织成越来越具判别性的语义结构。总体而言,TGO-III 通过建立流形几何、协方差演变与变换器训练期间语义组织之间的直接联系,扩展了变换几何观测站框架。
cs.CV / 191 / 2608.01886

Beyond Illumination: A Conditional Mutual Information-Guided Network for Low-Light Image Enhancement

超越照明:一种基于条件互信息指导的低光图像增强网络
Guan, Ya-nan, Zhang, Shaonan, Dai, Tao, Zhuang, Tianqu, Qiao, Yongchao, Chen, Zhensen, Xia, Shu-Tao, Guo, Hang
Abstract
Low-light image enhancement (LLIE) seeks to restore structural fidelity, natural color rendition, and proper exposure from images captured under inadequate lighting conditions. Recent state-of-the-art approaches, such as CIDNet, adopt a dual-branch architecture comprising a chrominance (HV) branch and an intensity (I) branch to separately model decoupled chromatic and luminance information within the HVI color space. However, these methods overlook the mutual interaction between intensity and chrominance components, which inherently limits their representational capacity and leads to suboptimal enhancement performance. To address this limitation, we propose the Conditional Mutual Information-Guided Network (CMIG-Net), which leverages conditional mutual information as a principled metric to quantitatively assess the contribution of chrominance features conditioned on the available intensity information. In particular, we design a Conditional Mutual Information Calibration (CMIC) module that generates a conditional information map, enabling region-adaptive recalibration of chrominance representations according to local illumination statistics. Furthermore, we introduce a Dynamic Dual-branch Information Restoration (D2IR) module, which adaptively governs bidirectional information flow between the intensity and chrominance branches, guided by both the conditional prior and the instantaneous restoration state. Extensive experiments on paired LLIE benchmarks demonstrate that CMIG-Net consistently outperforms CIDNet, achieving up to a 0.619 dB gain in PSNR, with a 0.382 dB improvement specifically on the challenging Sony-Total-Dark dataset.
Chinese Translation
低光图像增强(LLIE)旨在从在光照不足的条件下捕获的图像中恢复结构保真度、自然色彩再现和适当的曝光。最近的最先进方法,如CIDNet,采用了一个双分支架构,包括色度(HV)分支和强度(I)分支,以分别建模HVI色彩空间内解耦的色彩和亮度信息。然而,这些方法忽视了强度和色度分量之间的相互作用,这在本质上限制了它们的表征能力,并导致次优的增强性能。为了解决这一限制,我们提出了条件互信息指导网络(CMIG-Net),该网络利用条件互信息作为一个原则性度量,定量评估在可用强度信息条件下色度特征的贡献。特别地,我们设计了一个条件互信息校准(CMIC)模块,生成条件信息图,使得色度表示能够根据局部照明统计进行区域自适应重校准。此外,我们引入了一个动态双分支信息恢复(D2IR)模块,该模块自适应地控制强度和色度分支之间的双向信息流,受条件先验和瞬时恢复状态的指导。在配对的LLIE基准上进行的大量实验表明,CMIG-Net始终优于CIDNet,在PSNR上实现了高达0.619 dB的增益,在具有挑战性的Sony-Total-Dark数据集上特别提高了0.382 dB。
cs.CV / 192 / 2608.01896

GeoCore-9B: Towards Geo-Aware Generative Foundation Models in Earth Observation

GeoCore-9B:迈向地理感知的地球观测生成基础模型
Do, Jeonghyeok, Kim, Munchurl
Abstract
Existing generative models for earth observation (EO) predominantly rely on fine-tuning natural image priors, which limits their scalability and introduces perspective biases that conflict with geospatial constraints. To address this, we introduce GeoCore-9B, a 9-billion-parameter generative foundation model, which is the first of its scale to be trained from scratch exclusively on EO data. Unlike previous EO foundation models, GeoCore-9B is built upon a Flow Matching-based Diffusion Transformer (DiT) and natively conditions generation on text descriptions and continuous geospatial metadata, including ground sample distances, latitudes, and longitudes. To overcome the convergence and spatial disorientation challenges of training at this scale, we propose a Geospatial Semantic Alignment loss. This objective distills structural Earth surface priors (e.g., terrain and urban areas) from a frozen specialist teacher network, constraining the diffusion latent trajectory during training without adding inference overhead. Pre-trained on the global-scale Git-10M dataset, GeoCore-9B demonstrates strong downstream versatility. Beyond standard proxy generative tasks, we show that GeoCore-9B can be effectively adapted for practical EO applications, including highly challenging tasks such as cloud removal and SAR-to-optical cross-modal translation. Extensive evaluations confirm that GeoCore-9B establishes new state-of-the-art performance in both visual fidelity and geographic structural accuracy.
Chinese Translation
现有的地球观测(EO)生成模型主要依赖于对自然图像先验的微调,这限制了其可扩展性,并引入了与地理空间约束相悖的视角偏差。为了解决这一问题,我们提出了GeoCore-9B,这是一种拥有90亿参数的生成基础模型,是首个完全基于EO数据从零开始训练的同类模型。与之前的EO基础模型不同,GeoCore-9B基于流匹配(Flow Matching)的扩散变换器(Diffusion Transformer, DiT)构建,并原生地将生成过程与文本描述及连续的地理空间元数据(包括地面样本距离、纬度和经度)相结合。为了克服在这一规模训练中的收敛性和空间失调挑战,我们提出了一种地理空间语义对齐损失(Geospatial Semantic Alignment loss)。该目标从一个冻结的专业教师网络中提炼出结构性地球表面先验(例如地形和城市区域),在训练过程中约束扩散潜在轨迹,而不增加推理开销。在全球规模的Git-10M数据集上进行预训练后,GeoCore-9B展现出强大的下游适应性。除了标准的代理生成任务外,我们还展示了GeoCore-9B可以有效适应实际的EO应用,包括云去除和SAR到光学的跨模态翻译等高度挑战性任务。广泛的评估确认GeoCore-9B在视觉保真度和地理结构准确性方面建立了新的最先进性能。
cs.CV / 193 / 2608.01899

SpatioLM: Towards General Physical Spatial Intelligence in Vision-Language Models

SpatioLM:朝着视觉-语言模型中的通用物理空间智能迈进
Wu, Jing, Wu, Jianhua, Guan, Jiayi, Chen, Jiahong, Lu, Jinghui, Ye, Hangjun, Gao, Bingzhao, Chen, Long
Abstract
Vision-Language Models (VLMs) perform well on commonsense reasoning tasks but struggle with visual spatial reasoning. Most existing solutions introduce extra 3D prior inputs or external spatial encoders, which increase complexity and degrade the underlying VLMs' general-purpose capabilities after spatial fine-tuning. To this end, we propose a parameter-efficient \textit{\textbf{Spatio}-vision \textbf{L}anguage \textbf{M}odels (SpatioLM)}, that enhances spatial intelligence without extra 3D prior inputs or third-party spatial encoders. Concretely, we design a plug-and-play and non-invasive spatio-vision module that elicits the spatial knowledge inherent in VLMs. Furthermore, we innovatively leverage pseudo depth and camera information as supervision to guide the model in learning physically coherent representations. Extensive experiments show that SpatioLM achieves significant improvements in diverse tasks, including spatial perception and understanding while effectively limiting the degradation of general capabilities. Notably, the model achieves an impressive score of 71.6 on the VSI-Bench (the first model to surpass 70). In addition, it attains competitive performance when transferred to embodied manipulation tasks. Code is available at \href{https://github.com/xiaomi-research/spatio-lm}{\faGithub~spatio-lm}.
Chinese Translation
视觉-语言模型(VLMs)在常识推理任务上表现良好,但在视觉空间推理方面存在困难。现有大多数解决方案引入额外的3D先验输入或外部空间编码器,这增加了复杂性,并在空间微调后降低了基础VLM的通用能力。为此,我们提出了一种参数高效的 extit{ extbf{Spatio}-视觉 extbf{L}anguage extbf{M}odels (SpatioLM)},在不需要额外的3D先验输入或第三方空间编码器的情况下增强空间智能。具体而言,我们设计了一个即插即用且非侵入性的空间-视觉模块,以引发VLM中固有的空间知识。此外,我们创新性地利用伪深度和相机信息作为监督,指导模型学习物理一致的表示。大量实验证明,SpatioLM在空间感知和理解等多种任务中取得了显著的改进,同时有效限制了通用能力的退化。值得注意的是,该模型在VSI-Bench上取得了71.6的优异分数(成为首个超过70的模型)。此外,在转移到具身操作任务时,它也表现出竞争力的性能。代码可在 extit{https://github.com/xiaomi-research/spatio-lm}获取。
cs.CV / 194 / 2608.01905

PhotoHOI: Synthesizing 3D Hand-Object Interactions from a Single RGB Photograph

PhotoHOI:从单张RGB照片合成3D手-物体交互
Zhang, Zhenhao, Zhang, Jiajun, Min, Wei, Liu, Yebin
Abstract
Hand-object interaction (HOI) is a fundamental human behavior with broad applications in AR/VR, digital humans, and embodied interaction. Existing methods typically require predefined object geometry, object trajectories, or task-specific conditions, limiting their use with natural real-world inputs. To address this, we study a more practical problem of synthesizing 3D hand-object interaction sequences from a single RGB photograph and an open-vocabulary language instruction, and introduce PhotoHOI. PhotoHOI first uses a vision-language model to parse the input image and instruction into a structured task specification, including the interaction object, target region, and spatial relation. It then recovers a compact task-relevant 3D scene and plans a smooth collision-aware object trajectory based on the recovered object states, support relations, and surrounding scene geometry. To synthesize hand motion that generalizes to real-world photographs and unseen objects, it learns transferable task-conditioned contact and contact-conditioned grasp priors from large-scale affordance and HOI data. The grasp is further refined in a learned latent space, constraining the optimization to a plausible hand-pose manifold. Experiments on GRAB and H2O demonstrate improved contact quality and reduced penetration over representative baselines. Results on real-world photographs further demonstrate higher task success and scene consistency, together with generalization to unseen objects and open-vocabulary instructions.
Chinese Translation
手-物体交互(HOI)是一个基本的人类行为,在增强现实/虚拟现实(AR/VR)、数字人类和具身交互等领域具有广泛应用。现有方法通常需要预定义的物体几何形状、物体轨迹或特定任务条件,这限制了它们在自然真实世界输入中的应用。为了解决这个问题,我们研究了一个更实际的问题,即从单张RGB照片和开放词汇的语言指令合成3D手-物体交互序列,并提出了PhotoHOI。PhotoHOI首先使用视觉-语言模型将输入图像和指令解析为结构化的任务规范,包括交互物体、目标区域和空间关系。然后,它恢复一个紧凑的与任务相关的3D场景,并基于恢复的物体状态、支撑关系和周围场景几何形状规划一个平滑的碰撞感知物体轨迹。为了合成能够推广到真实世界照片和未见物体的手部动作,它从大规模的可供性和HOI数据中学习可转移的任务条件接触和接触条件抓取先验。抓取动作在学习的潜在空间中进一步精细化,约束优化到一个合理的手部姿态流形。在GRAB和H2O上的实验表明,与代表性基线相比,接触质量有所改善且穿透现象减少。在真实世界照片上的结果进一步表明任务成功率和场景一致性更高,同时能够推广到未见物体和开放词汇指令。
cs.CV / 195 / 2608.01906

Assessing the Benefits of Combining Advanced Deep Learning Techniques for Post-Disaster Building Damage Assessment from UAV Imagery

评估结合先进深度学习技术在无人机影像中进行灾后建筑损伤评估的优势
Ung, Huy Quang, Habault, Guillaume, Legaspi, Roberto, Niu, Hao, Cao, Lian, Taya, Masato
Abstract
Rapid and accurate post-disaster building damage assessment is essential, yet remains a challenging task. Unmanned Aerial Vehicle (UAV) imagery offers a timely and high-resolution view of affected areas, but existing Computer Vision (CV) models often demand large annotated datasets, generalize poorly across geographic regions and their assessment policies, and are confined to the specific tasks they were trained for. Large Vision-Language Models (LVLMs) offer a promising alternative through their strong reasoning and generalization capabilities, but fall short on precise, low-level perception tasks such as object detection and accurate bounding box generation. Furthermore, they often require a substantial amount of data for effective fine-tuning on domain-specific tasks. In this paper, we propose a hybrid framework that decouples detection from damage assessment, combining the precision of CV models with the reasoning power of LVLMs. A CV model first detects buildings and generates bounding boxes on the image that are then passed to an LVLM for damage classification and contextual interpretation. We evaluated our framework on two real-world benchmarks: RescueNet and FloodNet. In particular, the best combination under this framework accurately counts intact, partially damaged and completely destroyed buildings, surpassing isolated baselines by up to 2.1 R^2 points, while requiring only limited annotated data for the detection stage. Beyond reporting aggregate gains, we provide a detailed analysis of failure scenarios and edge cases, offering practical insights for practitioners and concrete directions for future work. Our source code and data are publicly available to the research community via the following repository: https://github.com/ungquanghuy-kddi/VLM_GDINO.git
Chinese Translation
快速准确的灾后建筑损伤评估至关重要,但仍然是一项具有挑战性的任务。无人机(UAV)影像提供了受灾区域的及时高分辨率视图,但现有的计算机视觉(CV)模型通常需要大量标注数据,且在地理区域及其评估政策上泛化能力较差,并且局限于其训练的特定任务。大型视觉语言模型(LVLMs)通过其强大的推理和泛化能力提供了一个有前景的替代方案,但在物体检测和精确边界框生成等低级感知任务上表现不足。此外,它们通常需要大量数据才能在特定领域任务上进行有效的微调。在本文中,我们提出了一种混合框架,将检测与损伤评估解耦,结合了CV模型的精确性和LVLM的推理能力。首先,CV模型在影像上检测建筑物并生成边界框,然后将这些框传递给LVLM进行损伤分类和上下文解释。我们在两个真实世界基准上评估了我们的框架:RescueNet和FloodNet。特别是,在该框架下的最佳组合准确计数完好、部分损坏和完全毁坏的建筑物,超越了孤立基线,提升了高达2.1 R^2点,同时在检测阶段仅需有限的标注数据。除了报告整体增益外,我们还提供了失败场景和边缘案例的详细分析,为从业者提供了实用见解,并为未来的工作提供了具体方向。我们的源代码和数据通过以下仓库向研究社区公开: https://github.com/ungquanghuy-kddi/VLM_GDINO.git
cs.CV / 196 / 2608.01910

PNEC-Mamba: Prototype-Guided Positive-Negative Evidence Calibration for Hyperspectral Image Classification

PNEC-Mamba:基于原型引导的正负证据校准用于高光谱图像分类
Xu, Mingzhen, Xu, Can, Wang, Di, Guo, Haonan, Du, Bo
Abstract
In real-world hyperspectral scenes, pixel representations are often ambiguous due to factors such as spectral similarity, mixed pixels, and local context interference, which may simultaneously encode discriminative evidence and interfering information. Existing methods mainly focus on learning more powerful representations or modeling broader contexts, but rarely investigate whether the learned representations provide reliable evidence or introduce interference into classification decisions. To address this issue, we view hyperspectral image classification from the perspective of pixel-level evidence reliability modeling and propose PNEC-Mamba, a prototype-guided positive-negative evidence calibration framework. The framework progressively establishes semantic references, separates class-related evidence from interference, estimates pixel-level reliability, and performs selective calibration. First, a full-image state-space encoder extracts pixel representations, while dynamic class prototypes provide semantic references that evolve jointly with the feature space. Subsequently, positive and negative evidence is derived from pixel-prototype competition, explicitly separating discriminative cues that support classification from confusing signals associated with competing classes. Based on these evidence relationships, a multi-source uncertainty estimation strategy is introduced to assess pixel-level reliability, enabling stronger evidence calibration for uncertain regions. Finally, a full-resolution consistency refinement step is applied to recover local spatial details and improve boundary coherence in the final predictions. Extensive experiments on three benchmark datasets demonstrate that PNEC-Mamba achieves superior classification performance compared with state-of-the-art methods.
Chinese Translation
在实际的高光谱场景中,由于光谱相似性、混合像素和局部上下文干扰等因素,像素表示往往模糊不清,这可能同时编码了区分性证据和干扰信息。现有方法主要集中在学习更强大的表示或建模更广泛的上下文,但很少探讨所学表示是否提供可靠的证据或在分类决策中引入干扰。为了解决这一问题,我们从像素级证据可靠性建模的角度来看待高光谱图像分类,并提出了PNEC-Mamba,一个基于原型引导的正负证据校准框架。该框架逐步建立语义参考,分离与类别相关的证据与干扰,评估像素级可靠性,并进行选择性校准。首先,完整图像状态空间编码器提取像素表示,而动态类别原型提供与特征空间共同演变的语义参考。随后,通过像素-原型竞争推导出正负证据,明确区分支持分类的区分线索与与竞争类别相关的混淆信号。基于这些证据关系,引入了一种多源不确定性估计策略,以评估像素级可靠性,从而为不确定区域提供更强的证据校准。最后,应用全分辨率一致性精炼步骤以恢复局部空间细节,并提高最终预测中的边界一致性。在三个基准数据集上的广泛实验表明,PNEC-Mamba在分类性能上优于最先进的方法。
cs.CV / 197 / 2608.01914

CHOW-SLAM: Compact Hybrid Representation with Complementary Overlap Window Optimization for RGB-D SLAM

CHOW-SLAM:具有互补重叠窗口优化的紧凑混合表示用于RGB-D SLAM
Ji, Wenxuan, Xiao, Jin, Hu, Xiaoguang, Shi, Jiaqi, Jia, Zichong, Zhang, Baochang
Abstract
Simultaneous localization and mapping (SLAM) based on Neural Radiance Fields (NeRF) enables dense, continuous scene reconstruction. However, existing systems operating with limited online resources struggle to simultaneously construct two types of constraints, namely, compact yet discriminative spatial constraints derived from scene representations and persistent temporal constraints derived from historical observations. To address this challenge, we propose CHOW-SLAM, a dense RGB-D SLAM framework that explicitly constructs these complementary spatial and temporal constraints. Spatially, we propose a compact parametric-hash (P-H) hybrid representation that organizes components based on planes and grids across scales in P and H branches. A unified multi-output decoder further aligns the ray termination distributions induced by TSDF and density, preserving geometry and appearance under a compact parameter budget. Temporally, we propose a complementary overlap-window strategy to prevent optimization from being dominated by short-term overlap or weakly related historical observations. Within a fixed budget, the strategy retains recent frames, selects high-overlap local frames, and introduces temporally distributed historical keyframes. Loss-aware keyframe insertion and bundle adjustment scheduling further adapt optimization to tracking quality. In addition, ORB-based tracking and geometric pose estimation are used for pose initialization, followed by neural rendering optimization to improve tracking stability. Extensive evaluations on multiple datasets demonstrate that CHOW-SLAM outperforms state-of-the-art methods in both scene reconstruction quality and camera tracking accuracy. The source code is available at https://github.com/jinjidexiaohuoban/CHOW-SLAM.
Chinese Translation
基于神经辐射场(NeRF)的同时定位与地图构建(SLAM)能够实现密集、连续的场景重建。然而,现有系统在有限的在线资源下难以同时构建两种类型的约束,即源自场景表示的紧凑而具区分性的空间约束,以及源自历史观测的持续时间约束。为了解决这一挑战,我们提出了CHOW-SLAM,一种密集的RGB-D SLAM框架,明确构建这些互补的空间和时间约束。在空间方面,我们提出了一种紧凑的参数哈希(P-H)混合表示,该表示根据P和H分支中的平面和网格在不同尺度上组织组件。统一的多输出解码器进一步对齐由TSDF和密度引起的光线终止分布,在紧凑的参数预算下保持几何和外观。在时间方面,我们提出了一种互补的重叠窗口策略,以防止优化被短期重叠或弱相关的历史观测主导。在固定预算内,该策略保留最近的帧,选择高重叠的局部帧,并引入时间分布的历史关键帧。基于损失的关键帧插入和束调整调度进一步使优化适应跟踪质量。此外,ORB-based跟踪和几何位姿估计用于位姿初始化,随后进行神经渲染优化以提高跟踪稳定性。在多个数据集上的广泛评估表明,CHOW-SLAM在场景重建质量和相机跟踪精度方面优于最先进的方法。源代码可在https://github.com/jinjidexiaohuoban/CHOW-SLAM获取。
cs.CV / 198 / 2608.01930

Recompute or Reuse? Diagnosing and Mitigating Textual Shortcuts in VLM Self-Reflection

重新计算还是重用?诊断和缓解视觉语言模型自我反思中的文本捷径
Fan, Wenxiao, Fu, Jingling, Li, Fang, Liu, Luohang, He, Yu, Ma, Lichen, Yu, Zhiyang, Bi, Weishan, Huang, Junshi, Li, Yan, Simiu, Gu, Li, Kan
Abstract
Vision-language models (VLMs) are expected to revise their reasoning when visual evidence changes. Failures to do so are often attributed to insufficient visual attention or contextual inertia, leaving unclear what models reuse instead of recomputing from the current image. We show that evidence-bearing reasoning in a prior chain of thought (CoT) can form a textual shortcut that competes behaviorally with visual recomputation. Across 16 VLMs, a matched counterfactual analysis identifies evidence-bearing content as the most robust carrier of prior-CoT influence. Removing this evidence-bearing content shifts answer preference more than removing length-matched non-evidence context or the final-answer span, with prior control weakening progressively as more stale evidence is removed. Reordering this evidence also weakens prior control, showing that its organization modulates shortcut strength. Beyond the immediate answer, the shortcut can retain residual influence after answer correction: weakening current-image support shifts preference back toward the prior answer, while repeated prior answers and reused premises arise mainly when the shortcut remains active. To limit this influence, we introduce Fresh-State Attention Firewall (FSAF), a training-free intervention that isolates fresh computation from the prior CoT. Across five VLMs, FSAF raises visual update rate from 35.28% to 53.61% and reduces prior-answer rate from 39.22% to 3.67%. Reliable VLM self-reflection therefore requires more than looking again: fresh visual recomputation must be protected from stale textual reuse.
Chinese Translation
视觉语言模型(VLMs)在视觉证据变化时应当修正其推理。未能做到这一点通常归因于视觉注意力不足或上下文惯性,但模型在当前图像中重用的内容却不明确。我们表明,先前思维链(CoT)中的证据承载推理可以形成一种文本捷径,在行为上与视觉重新计算竞争。在16个VLM中,匹配的反事实分析识别出证据承载内容作为先前CoT影响的最强载体。去除这些证据承载内容比去除长度匹配的非证据上下文或最终答案范围更能显著改变答案偏好,随着更多陈旧证据的去除,先前控制的影响逐渐减弱。重新排序这些证据也会削弱先前控制,表明其组织方式调节了捷径的强度。除了直接答案外,捷径在答案修正后仍能保留残余影响:削弱当前图像支持会使偏好重新回归先前答案,而重复的先前答案和重用的前提主要在捷径仍然活跃时出现。为了限制这种影响,我们引入了新状态注意力防火墙(Fresh-State Attention Firewall, FSAF),这是一种无需训练的干预措施,能够将新计算与先前CoT隔离。在五个VLM中,FSAF将视觉更新率从35.28%提高到53.61%,并将先前答案率从39.22%降低到3.67%。因此,可靠的VLM自我反思不仅需要重新审视:新鲜的视觉重新计算必须得到保护,以免受到陈旧文本重用的影响。
cs.CV / 199 / 2608.01942

CultureVidBench: Benchmarking Cultural Understanding in Text-to-Video Generation

CultureVidBench:文本到视频生成中的文化理解基准测试
Han, Xianjing, Su, Yuhan, Deng, Yang, Ma, Dong, Tay, Wee Peng, Zhu, Bin
Abstract
Text-to-video (T2V) generation models have advanced rapidly, yet their ability to represent diverse cultural contexts remains underexplored. Existing benchmarks mainly focus on perceptual quality, physical plausibility, and text-video alignment, but do not directly assess whether generated videos capture culturally specific objects, actions, rituals, visible text, or audio cues. We introduce CultureVidBench, a comprehensive benchmark for evaluating cultural understanding in T2V generation. CultureVidBench contains 1,000 curated prompts covering 12 countries, 6 continents, 8 cultural regions, and 14 cultural aspects organized into three categories: material culture, social practice & performance, and ritual & ceremony. Designed specifically for video generation, CultureVidBench emphasizes dynamic and multimodal cultural representation, including social interactions, ritual procedure, and culturally appropriate visible text and audio. We evaluate seven representative T2V models through human user studies and MLLM-based automatic assessment across cultural faithfulness, multimodal cultural rendering, semantic adherence, and perceptual quality. Results show that although current models achieve strong semantic adherence and visual quality, they often fail to faithfully capture fine-grained cultural details, particularly for underrepresented regions, rituals, and multimodal cultural cues.
Chinese Translation
文本到视频(T2V)生成模型发展迅速,但其在表现多样文化背景方面的能力仍然未得到充分探索。现有基准主要关注感知质量、物理合理性和文本-视频对齐,但并未直接评估生成的视频是否捕捉到文化特定的物体、动作、仪式、可见文本或音频提示。我们引入了CultureVidBench,这是一个用于评估T2V生成中文化理解的综合基准。CultureVidBench包含1,000个经过精心挑选的提示,涵盖12个国家、6个大洲、8个文化区域和14个文化方面,分为三类:物质文化、社会实践与表演,以及仪式与庆典。CultureVidBench专为视频生成设计,强调动态和多模态的文化表现,包括社会互动、仪式过程以及文化上适当的可见文本和音频。我们通过人类用户研究和基于MLLM的自动评估,评估了七个具有代表性的T2V模型,涵盖文化忠实性、多模态文化呈现、语义一致性和感知质量。结果表明,尽管当前模型在语义一致性和视觉质量上表现出色,但它们往往未能忠实捕捉细致的文化细节,尤其是在代表性不足的地区、仪式和多模态文化提示方面。
cs.CV / 200 / 2608.01944

UniMoCa: Unifying Motion and Camera Controls as Visual Proxies for Faithful Human Video Generation

UniMoCa:将运动和相机控制统一为忠实人类视频生成的视觉代理
Tan, Liming, Chen, Ye, Zhang, Hao, Qian, Lirong, Li, Feifei, Ni, Bingbing
Abstract
Controlling human motion and camera movement is essential for faithful human-oriented video generation, yet remains challenging in multi-person scenes with large body motions, occlusions, and dynamic cameras. Existing pipelines typically rely on visual motion sequences, such as skeleton maps, pose maps, or rendered body representations, for motion control, while using camera embeddings for camera control. Such heterogeneous control interfaces force video generation models to reconcile pixel-aligned visual cues with non-visual geometric embeddings, making motion-camera attribution difficult and sensitive to camera estimation errors. We propose \textbf{UniMoCa}, a representation-driven framework that unifies motion and camera controls in visual space. At the core of UniMoCa is \textbf{Motion-Camera Visual Proxy} (\textbf{MCVP}), a mutually-sharable novel representation that converts 3D human motion and camera trajectories extracted from driving videos into an identity-neutral visual proxy. MCVP renders temporally aligned human geometry under the recovered camera trajectory and augments it with explicit camera trajectory markers, replacing heterogeneous visual-parametric controls with distinguishable visual cues. As both control factors are represented in the same visual space, they become mutually compatible rather than heterogeneous, enabling consistent joint reasoning and editing during video generation. We further curate a \textbf{MCVP-Video} dataset covering complex actions, multi-person interactions, and diverse camera trajectories. Experiments based on the Wan2.2 I2V show that UniMoCa achieves substantial gains in human motion control, camera control, temporal consistency, and camera-aware robustness with minimal additional complexity. More details are shown in our Project page: https://tanliming-daniel.github.io/UniMoCa/.
Chinese Translation
控制人类运动和相机运动对于忠实的人类导向视频生成至关重要,但在具有大幅身体运动、遮挡和动态相机的多人场景中仍然具有挑战性。现有的生成流程通常依赖于视觉运动序列,如骨骼图、姿态图或渲染的身体表示来进行运动控制,同时使用相机嵌入进行相机控制。这种异构的控制接口迫使视频生成模型在像素对齐的视觉线索与非视觉几何嵌入之间进行调和,使得运动-相机归属变得困难,并对相机估计误差敏感。我们提出了 extbf{UniMoCa},一个在视觉空间中统一运动和相机控制的表示驱动框架。UniMoCa的核心是 extbf{运动-相机视觉代理}( extbf{MCVP}),这是一种可互相共享的新型表示,它将从驱动视频中提取的3D人类运动和相机轨迹转换为身份中立的视觉代理。MCVP在恢复的相机轨迹下渲染时间对齐的人体几何,并用显式的相机轨迹标记进行增强,从而用可区分的视觉线索替代异构的视觉-参数控制。由于两个控制因素都在同一视觉空间中表示,它们变得互为兼容而非异构,从而在视频生成过程中实现一致的联合推理和编辑。我们进一步整理了一个 extbf{MCVP-Video}数据集,涵盖复杂动作、多人人际互动和多样化的相机轨迹。基于Wan2.2 I2V的实验表明,UniMoCa在人体运动控制、相机控制、时间一致性和相机感知鲁棒性方面取得了显著提升,且附加复杂性最小。更多细节请参见我们的项目页面:https://tanliming-daniel.github.io/UniMoCa/。
cs.CV / 201 / 2608.01948

Event ActivityNet: A Large-Scale Simulated-Event Benchmark for Untrimmed Action Understanding

事件活动网络:一个大规模模拟事件基准用于未修剪动作理解
Hong, Cheng-Yao, Lin, Ting-Wei, Lai, Yun-Chung, Lee, Hua-Wei, Chen, Hwann-Tzong, Liu, Tyng-Luh
Abstract
Long-horizon event-based action understanding remains underexplored because existing datasets largely comprise short, trimmed clips, while collecting native event streams with dense temporal annotations is costly. We introduce Event ActivityNet, a large-scale simulated-event benchmark derived from human-annotated, untrimmed ActivityNet videos. It comprises 3,263 videos, 200 action classes, and 106.94 hours, with matched 5-bin and 9-bin event-voxel representations, temporal action annotations, and timestamped captions. The benchmark supports annotated-segment action recognition, auxiliary event-language alignment, and causal online temporal action localization. We generate event voxels directly from non-interpolated source videos in decoded frame order, retain per-video rational nominal or average frame-rate metadata for approximate time mapping, and use action-center reconstruction LPIPS as a soft diagnostic of retained reconstructable content. We establish baselines for adaptive event framing, prompt-caption alignment, and event-only, RGB-only, and RGB-event localization. Under a progressive nested-scale training protocol, recognition Top-1 accuracy increases from 52.25 to 66.42, while online temporal localization average mAP improves from 21.7 to 29.0. Moreover, staged Event ActivityNet pretraining followed by native-event fine-tuning consistently outperforms target-only and joint-from-scratch training across multiple supervision budgets. Event ActivityNet provides a scalable benchmark for long-horizon event modeling, although native-camera evaluation remains essential for deployment-oriented conclusions.
Chinese Translation
基于长时间事件的动作理解仍然未得到充分探索,因为现有数据集主要由短的修剪片段组成,而收集具有密集时间注释的原生事件流成本高昂。我们引入了事件活动网络(Event ActivityNet),这是一个基于人类注释的未修剪活动网络(ActivityNet)视频衍生的大规模模拟事件基准。该基准包含3,263个视频、200个动作类别和106.94小时的内容,配有匹配的5-bin和9-bin事件体素表示、时间动作注释和带时间戳的字幕。该基准支持注释段的动作识别、辅助事件-语言对齐和因果在线时间动作定位。我们直接从未插值的源视频中按解码帧顺序生成事件体素,保留每个视频的合理名义或平均帧率元数据以进行近似时间映射,并使用动作中心重建的LPIPS作为保留可重建内容的软诊断。我们为自适应事件框架、提示-字幕对齐以及仅事件、仅RGB和RGB-事件定位建立了基线。在渐进嵌套规模的训练协议下,识别的Top-1准确率从52.25提高到66.42,而在线时间定位的平均mAP从21.7提高到29.0。此外,分阶段的事件活动网络预训练后跟随原生事件微调,在多个监督预算下始终优于仅目标和从头联合训练。事件活动网络为长时间事件建模提供了一个可扩展的基准,尽管原生相机评估对于以部署为导向的结论仍然至关重要。
cs.CV / 202 / 2608.01954

StyleForge: Indoor Furniture Styling by Counterfactual Reasoning in a Hypergraph Field

StyleForge:通过反事实推理在超图场中进行室内家具造型
Dang, Lingwei, Shang, Shishuo, Liu, Pan, Cheng, Jiajia, Qiu, Ziyan, Zhang, Zhenhao, Zhu, Yufei, Huang, Shenghui, Xiao, Qingxin, Hao, Yun, Li, Juntong, Wu, Qingyao
Abstract
Fixed-layout indoor furniture styling requires selecting assets that form a coherent room without changing the prescribed furniture categories, positions, orientations, or scales. Existing approaches typically retrieve each asset independently or rely on static local relations, making them prone to shape, material, and color conflicts after scene composition. We introduce StyleForge, a scene-level structured selection framework built on a dynamic hypergraph style field. A frozen multimodal large language model extracts structured style priors from an open-ended style request and the fixed layout, while StyleForge maintains a learnable candidate distribution for each furniture slot. Conditioned on the target style, the dynamic hypergraph style field adaptively activates and weights layout-induced hyperedges to capture higher-order dependencies among furniture. Counterfactual style preference learning then treats each candidate as a local substitution in the current style field and evaluates its contextual compatibility using Mahalanobis energies. Training alternates between optimizing the style field and the candidate logits. At inference, the model remains frozen and test-time training updates only room-specific candidate logits, progressively correcting cross-slot style conflicts as the global scene context evolves. Experiments on 3D-FRONT demonstrate state-of-the-art furniture retrieval and scene-level style coherence, producing more coherent fixed-layout furniture arrangements than object- and scene-level retrieval baselines.
Chinese Translation
固定布局的室内家具造型需要选择能够形成一致房间的资产,而不改变规定的家具类别、位置、方向或比例。现有方法通常独立检索每个资产或依赖静态局部关系,这使得它们在场景组合后容易出现形状、材料和颜色冲突。我们引入了StyleForge,一个基于动态超图样式场的场景级结构选择框架。一个冻结的多模态大型语言模型从开放式样式请求和固定布局中提取结构化样式先验,而StyleForge为每个家具插槽维持一个可学习的候选分布。在目标样式的条件下,动态超图样式场自适应地激活和加权布局诱导的超边,以捕捉家具之间的高阶依赖关系。反事实样式偏好学习将每个候选视为当前样式场中的局部替代,并使用马哈拉诺比斯能量评估其上下文兼容性。训练在优化样式场和候选对数之间交替进行。在推理时,模型保持冻结,测试时训练仅更新房间特定的候选对数,随着全局场景上下文的演变,逐步纠正跨插槽样式冲突。在3D-FRONT上的实验展示了最先进的家具检索和场景级样式一致性,产生了比对象级和场景级检索基线更一致的固定布局家具安排。
cs.CV / 203 / 2608.01958

FAST-GS: Frequency Aware Space-time Gaussian Splatting for Photorealistic Dynamic Novel View Synthesis

FAST-GS:频率感知时空高斯点云用于逼真的动态新视图合成
Zhang, Zhengyang, Lu, Ziyu, Li, PengCheng, Duan, Hongbo, Liu, Yi, Luo, Pengting, Zhuang, Peiyu, Li, Xinghui, Ma, Shaohua
Abstract
4D Gaussian Splatting (4DGS) excels in dynamic 3D reconstruction and real-time novel view synthesis via efficient 4D Gaussian representations and parallelizable rendering. However, existing 4DGS approaches rely on a single polynomial to model motion, which limits performance in complex dynamic scenes where high-frequency motion components are prevalent, and fails to ensure long-term stability due to cumulative trajectory drift. To address these issues, we propose a Fourier Motion Modeling module: this paradigm decomposes motion into frequency-based sinusoidal components, capturing both low-frequency global trajectories and high-frequency local details to model complex motion patterns accurately. It retains the real-time rendering capability of 4DGS while improving complex motion fitting and long-term coherence. Additionally, we integrate a motion-aware regularization strategy into the loss function: it uses frequency-dependent weights to suppress high-frequency jitter while preserving low-frequency motion coherence. Extensive experiments on N3V and Google Immersive datasets from multiple scenarios demonstrate the effectiveness of our method.
Chinese Translation
4D高斯点云(4DGS)在动态3D重建和实时新视图合成方面表现出色,得益于高效的4D高斯表示和可并行化的渲染。然而,现有的4DGS方法依赖单一多项式来建模运动,这在高频运动成分普遍存在的复杂动态场景中限制了性能,并且由于轨迹漂移的累积,未能确保长期稳定性。为了解决这些问题,我们提出了一种傅里叶运动建模模块:该范式将运动分解为基于频率的正弦成分,准确捕捉低频全局轨迹和高频局部细节,以建模复杂的运动模式。它保留了4DGS的实时渲染能力,同时改善了复杂运动的拟合和长期一致性。此外,我们将一种运动感知的正则化策略集成到损失函数中:该策略使用频率依赖的权重来抑制高频抖动,同时保持低频运动的一致性。在多个场景下对N3V和Google Immersive数据集的广泛实验表明了我们方法的有效性。
cs.CV / 204 / 2608.01963

OSSDD - a New Open Dataset for Sentinel-1 Ship Detection

OSSDD - 一种新的开放数据集用于 Sentinel-1 船舶检测
Hammer, Horst, Hochstuhl, Sylvia, Thiele, Antje, Brosch, Tobias, Davidson, Padraig, Remiger, Tim, Teutsch, Michael
Abstract
Ship detection in Synthetic Aperture Radar (SAR) images plays an important role for maritime situational awareness, especially with respect to different illegal activities at sea such as illegal fishing, smuggling or border violations. Modern ship detection methods using neural networks usually require large training datasets, which are considerably scarcer in the SAR domain than in the electro-optical domain. While several free datasets exist for this task, their availability and usability vary. In this paper, OpenSARShip-Ship Detection Dataset (OSSDD), a new dataset based on the well-known OpenSARShip 1.0 dataset is proposed for training neural networks for SAR ship detection. OSSDD is freely available and contains 15,197 Sentinel-1 amplitude patches in VV and VH polarization, binary ship masks, axis-aligned bounding box and rotated bounding box annotations for a total of 55,759 ships. The construction of the dataset, the contents and structure of the downloadable data and experiments with three common detector models (Faster R-CNN, FCOS, DETR) are shown and discussed. The results serve as benchmarks for future experiments. The dataset is available on Hugging Face at https://huggingface.co/datasets/sylviaHoch/OpenSARShip-Ship-Detection-Dataset.
Chinese Translation
合成孔径雷达(SAR)图像中的船舶检测在海洋态势感知中发挥着重要作用,尤其是在应对海上非法活动(如非法捕捞、走私或边界违规)方面。现代的船舶检测方法通常使用神经网络,且通常需要大量的训练数据集,而在 SAR 领域,这类数据集的稀缺程度远高于电光领域。尽管已有若干免费数据集可用于此任务,但其可用性和实用性各不相同。本文提出了一种基于知名的 OpenSARShip 1.0 数据集的新数据集——开放 SAR 船舶检测数据集(OSSDD),旨在用于训练神经网络进行 SAR 船舶检测。OSSDD 免费提供,包含 15,197 个 Sentinel-1 的幅度图像补丁,涵盖 VV 和 VH 极化,二进制船舶掩膜,轴对齐边界框和旋转边界框注释,总计 55,759 艘船舶。本文展示并讨论了数据集的构建、可下载数据的内容和结构,以及对三种常见检测模型(Faster R-CNN、FCOS、DETR)的实验。结果为未来的实验提供了基准。该数据集可在 Hugging Face 上获取,网址为 https://huggingface.co/datasets/sylviaHoch/OpenSARShip-Ship-Detection-Dataset。
cs.CV / 205 / 2608.01964

LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks

LongHorizon-Harness:推进长时间跨度代理在现实世界任务中的应用
Ma, Ziyu, Huang, Hailang, Zou, Shun, Wang, Yong, Yang, Shidong, Hu, Yiming, Wei, Fei, Chu, XiangXiang
Abstract
Large language model (LLM) agents increasingly undertake long-horizon tasks that require sustained reasoning, tool use, and revision across many interdependent steps. However, existing agent harnesses maintain task execution, task state, and completion assessment within a growing context, making the state difficult to track and allowing incorrect self-assessments to propagate into later decisions. We reformulate long-horizon execution as a task-state management problem and propose LongHorizon-Harness, which maintains the task state explicitly outside execution and updates it only with facts independently verified from the environment. Its Manage-Execute-Audit(MEA) loop uses a manager to maintain the task state and determine the next subtask, a fresh-context executor to perform it, and a read-only auditor to verify the resulting environment state before the next round. A lightweight AgentAdapter supports interchangeable model and harness backends without modifying their native agent loops. LongHorizon-Harness improves Qwen~3.7-Plus from 51.8% to 80.7% on WeaveBench, from 69.7% to 77.2% on Terminal-Bench~2.1, and from 2.8% to 8.3% on OSWorld~2.0. It also raises Claude Opus~4.7 from 20.0% to 34.3% on an OSWorld2.0 subset, demonstrating consistent gains across models, harnesses, and interaction domains.
Chinese Translation
大型语言模型(LLM)代理越来越多地承担需要持续推理、工具使用和在多个相互依赖步骤中进行修订的长时间跨度任务。然而,现有的代理工具在不断扩大的上下文中维持任务执行、任务状态和完成评估,使得状态难以追踪,并且允许不正确的自我评估传播到后续决策中。我们将长时间跨度执行重新表述为一个任务状态管理问题,并提出了LongHorizon-Harness,它在执行之外显式维护任务状态,并仅通过从环境中独立验证的事实来更新状态。其管理-执行-审计(Manage-Execute-Audit,MEA)循环使用一个管理器来维护任务状态并确定下一个子任务,一个新上下文执行器来执行该子任务,以及一个只读审计员在下一轮之前验证结果环境状态。一个轻量级的AgentAdapter支持可互换的模型和工具后端,而无需修改它们的原生代理循环。LongHorizon-Harness在WeaveBench上将Qwen~3.7-Plus的性能从51.8%提升至80.7%,在Terminal-Bench~2.1上从69.7%提升至77.2%,在OSWorld~2.0上从2.8%提升至8.3%。它还将Claude Opus~4.7在OSWorld2.0子集上的表现从20.0%提升至34.3%,展示了在模型、工具和交互领域中的一致性提升。
cs.CV / 206 / 2608.01977

SVGEval: A Vision-Grounded Framework for Perceptual-Quality Benchmarking and Evaluation in Text-to-SVG Generation

SVGEval:一个基于视觉的文本到SVG生成中的感知质量基准评估框架
Wang, Yiming, Chen, Ye, Chen, Hanqi, Ni, Bingbing
Abstract
Multimodal large models are increasingly used to generate scalable vector graphics (SVG), but reliable evaluation remains underexplored. Existing protocols are often code-centric or borrow raster-image metrics after rendering SVGs, which fail to reflect human perception and overlook SVG-specific qualities such as geometry and spatial composition. We introduce SVGEval, a vision-grounded multimodal benchmark for human-aligned SVG quality assessment. SVGEval explicitly incorporates visual renderings to evaluate whether models can judge the rendered outcome rather than only inspect SVG code, and provides high-quality annotations obtained via multi-round human labeling with expert refinement. Systematic evaluations across representative multimodal models reveal a clear gap: models perform relatively well on semantic alignment and aesthetics, yet struggle on geometry- and layout-related judgments. Building on SVGEval, we train an explainable SVG quality scorer that outputs multi-aspect scores with textual rationales. Ablations show that explicit visual grounding and reasoning supervision are crucial, especially for spatial and geometric assessment. SVGEval offers a reliable testbed and practical scorer for evaluating and improving SVG generation in the era of multimodal models.
Chinese Translation
多模态大型模型越来越多地用于生成可缩放矢量图形(SVG),但可靠的评估仍然未得到充分探索。现有的评估协议往往以代码为中心,或在渲染SVG后借用光栅图像指标,这些方法无法反映人类的感知,并忽视了SVG特有的质量,如几何形状和空间构成。我们提出了SVGEval,一个基于视觉的多模态基准,用于与人类对齐的SVG质量评估。SVGEval明确地结合了视觉渲染,以评估模型是否能够判断渲染结果,而不仅仅是检查SVG代码,并提供通过多轮人类标注和专家精炼获得的高质量注释。对具有代表性的多模态模型的系统评估揭示了明显的差距:模型在语义对齐和美学方面表现相对良好,但在几何和布局相关的判断上却存在困难。在SVGEval的基础上,我们训练了一个可解释的SVG质量评分器,该评分器输出具有文本理由的多方面评分。消融实验表明,明确的视觉基础和推理监督至关重要,尤其是在空间和几何评估方面。SVGEval为在多模态模型时代评估和改进SVG生成提供了一个可靠的测试平台和实用的评分器。
cs.CV / 207 / 2608.01978

Proxy Avatar Meets Low-Rank Caching: Real-Time One-Shot Emotion-Controllable Portrait Animation

代理头像与低秩缓存的结合:实时一键情感可控肖像动画
Yang, Haijie, Bao, Jindi, Dong, Yixuan, Zhang, Hongliang, Bi, Jian, Tang, Hao, Zhang, Zhenyu, Qian, Jianjun, Yang, Jian
Abstract
Audio-driven portrait animation has advanced rapidly with diffusion-based generative models, yet real-time one-shot generation with expressive emotion control remains challenging. Existing methods often suffer from insufficient emotion-aware motion priors and expensive appearance computation during multi-step denoising. To address these issues, we propose Proxy Avatar Meets Low-Rank Caching, a cascaded framework for real-time one-shot emotion-controllable portrait animation. Instead of directly generating the target portrait from audio, our method uses a Gaussian-based emotion proxy avatar as a reusable motion generator, which is trained once on a single identity to produce expressive driving videos from audio and emotion labels. Since the proxy avatar only provides motion rather than target appearance or geometry, a large-scale one-shot retargeting model further extracts identity-independent motion from the proxy performance and adapts it to arbitrary target portraits. To improve inference efficiency, we introduce zero-shot appearance reuse with low-rank caching, which caches reference appearance features at the initial denoising step and models subsequent feature variations using lightweight low-rank adapters. Extensive experiments demonstrate that our method achieves stronger emotional expressiveness, better identity-preserving animation, and substantially reduced inference cost, enabling real-time one-shot portrait animation.
Chinese Translation
基于音频的肖像动画随着基于扩散的生成模型的快速发展而取得了显著进展,但实时一键生成具有表现力的情感控制仍然面临挑战。现有方法往往受到情感感知运动先验不足和多步去噪过程中昂贵的外观计算的影响。为了解决这些问题,我们提出了“代理头像与低秩缓存的结合”,这是一个用于实时一键情感可控肖像动画的级联框架。我们的方法并不是直接从音频生成目标肖像,而是使用基于高斯的情感代理头像作为可重用的运动生成器,该生成器在单一身份上训练一次,以根据音频和情感标签生成表现力丰富的驱动视频。由于代理头像仅提供运动而非目标外观或几何形状,因此一个大规模的一键重定向模型进一步从代理表现中提取身份无关的运动,并将其适配到任意目标肖像。为了提高推理效率,我们引入了低秩缓存的零样本外观重用,在初始去噪步骤中缓存参考外观特征,并使用轻量级低秩适配器建模后续特征变化。大量实验表明,我们的方法在情感表现力、身份保持动画效果和显著降低推理成本方面均取得了更强的效果,从而实现了实时一键肖像动画。
cs.CV / 208 / 2608.01979

ET-Prune: Evidence-Aware Dynamic Budgeting for Visual Token Pruning in Text-Rich MLLMs

ET-Prune:面向文本丰富的多模态大语言模型的证据感知动态预算视觉标记修剪
Ding, Zizhong, Li, Junxian, Liu, Kai, Zhang, Shaoqiu, Xiao, Xiao, Kong, Linghe, Zhang, Yulun
Abstract
Visual token pruning reduces the inference cost of multimodal large language models, but a fixed token ratio is poorly matched to text-rich inputs. In OCR-centric tasks, decisive evidence can be a small number, label, or field whose relevance is specified by the question; indiscriminate pruning can erase that evidence while retaining visually salient but irrelevant regions. We present ET-Prune, a training-free framework that casts pruning as evidence allocation. It derives question-conditioned evidence from a decoder-side partial query-key block, safeguards text-like spatial regions, and converts evidence uncertainty and density into a sample-specific token floor. Three progressive middle-layer events then move the sequence toward this budget, retaining more tokens for diffuse or text-dense evidence and pruning concentrated evidence more aggressively. At the observed point estimates from one deterministic pass per configuration, ET-Prune leads or ties among pruned methods in all six backbone-benchmark comparisons at roughly half tokens. On OCRBench-v2, it leads the strongest pruned baselines by 1.80 and 0.68 percentage points on Qwen3-VL-8B and InternVL3.5-8B, respectively, while retaining about half of the visual tokens; on MMBench v1.1, it reaches 0.8467 circular exact-matching accuracy versus 0.8437 for Vanilla at 54.45% average visual-token retention. These results show a favorable observed quality-cost trade-off for evidence-aware dynamic budgeting in text-rich multimodal inference.
Chinese Translation
视觉标记修剪可以降低多模态大语言模型的推理成本,但固定的标记比例与文本丰富的输入匹配不佳。在以光学字符识别(OCR)为中心的任务中,决定性证据可能是少量的数字、标签或字段,其相关性由问题指定;不加区分的修剪可能会抹去这些证据,同时保留视觉上显著但无关的区域。我们提出了ET-Prune,这是一种无训练的框架,将修剪视为证据分配。它从解码器侧的部分查询-键块中推导出问题条件下的证据,保护文本样式的空间区域,并将证据的不确定性和密度转换为特定样本的标记下限。随后,三个渐进的中间层事件将序列朝向这一预算移动,为分散或文本密集的证据保留更多标记,并更积极地修剪集中证据。在每个配置的一个确定性传递中观察到的点估计中,ET-Prune在所有六个基础基准比较中,在修剪方法中领先或持平,标记数量约为一半。在OCRBench-v2上,它在Qwen3-VL-8B和InternVL3.5-8B上分别领先最强的修剪基线1.80和0.68个百分点,同时保留约一半的视觉标记;在MMBench v1.1上,它以54.45%的平均视觉标记保留率达到了0.8467的圆形精确匹配准确率,而Vanilla为0.8437。这些结果显示了在文本丰富的多模态推理中,证据感知动态预算的质量-成本权衡的良好表现。
cs.CV / 209 / 2608.01980

AdaThinkV: Adaptive Thinking for Token-Efficient Video Reasoning

AdaThinkV:用于高效视频推理的自适应思维
Tian, Jingqi, Zhang, Haoji, Chen, Lin, Jin, Hongbo, Xu, Haonan, Zhu, Tianrui, Shui, Xingming, Ma, Shilin, Yang, Wenjing, Tang, Yansong
Abstract
Chain-of-thought (CoT) reasoning can improve performance on difficult video questions but often wastes decoding tokens on simple ones. We study whether a video multimodal large language model can adapt its reasoning effort to each question. We propose AdaThinkV, an adaptive framework for video reasoning that learns whether to reason explicitly without offline difficulty labels, manually tuned confidence thresholds, or an external router. During reinforcement learning, AdaThinkV samples matched rollouts in explicit reasoning and direct answering modes for each prompt. ThinkGain estimates the prompt-level utility of explicit reasoning by balancing its accuracy gain against additional response length, providing supervision for both conditional response generation and autonomous mode selection. For difficult prompts, limited rollout exploration can yield groups in which every response is unsuccessful and accuracy rewards show little variation, providing insufficient signal for learning. We therefore introduce Variance Recovery Policy Optimization (VRPO), which retains and progressively expands these groups to recover informative signals from prompts that are difficult yet solvable. At inference, AdaThinkV selects a response mode and generates the response in a single autoregressive sequence. Across a unified suite of video reasoning evaluations, AdaThinkV achieves a mean accuracy of 40.79 with an average of 257.20 output tokens, outperforming the strongest evaluated adaptive baseline by 2.98 points while using 22.7% fewer tokens. Project page: https://trilarflagz.github.io/AdaThinkV/
Chinese Translation
链式思维(CoT)推理可以提高在困难视频问题上的表现,但在简单问题上往往浪费解码令牌。我们研究了一种视频多模态大型语言模型是否能够根据每个问题调整其推理努力。我们提出了AdaThinkV,这是一个用于视频推理的自适应框架,它无需离线难度标签、手动调整的置信阈值或外部路由器即可学习是否进行显式推理。在强化学习过程中,AdaThinkV为每个提示在显式推理和直接回答模式中采样匹配的回滚。ThinkGain通过平衡显式推理的准确性增益与额外响应长度,估计提示级别的显式推理效用,为条件响应生成和自主模式选择提供监督。对于困难提示,有限的回滚探索可能产生每个响应都不成功的组,且准确性奖励变化不大,提供了不足的学习信号。因此,我们引入了方差恢复策略优化(VRPO),该策略保留并逐步扩展这些组,以从困难但可解的提示中恢复有信息的信号。在推理时,AdaThinkV选择响应模式并在单个自回归序列中生成响应。在统一的视频推理评估套件中,AdaThinkV的平均准确率为40.79,平均输出令牌数为257.20,比最强的评估自适应基线高出2.98个百分点,同时使用的令牌数量减少了22.7%。项目页面:https://trilarflagz.github.io/AdaThinkV/
cs.CV / 210 / 2608.01985

DiffPrune: differentiable information throttling for token pruning in vision-language models

DiffPrune:用于视觉语言模型中令牌修剪的可微分信息调节
He, Landi, Yao, Mingde, Young, Shawn, Xu, Lijian
Abstract
Visual token pruning reduces the computational cost of Vision-Language Models (VLMs) by removing redundant visual tokens. The key is to learn a score that measures whether a token is useful. Existing methods typically rely on Gumbel-Softmax to approximate discrete selection during training. Such selectors make the score depend on the behavior of a relaxed pruning operator, not directly on the consequence of information loss. In this paper, we propose DiffPrune, which gives token scores a direct meaning. During training, DiffPrune keeps all tokens and weakens each token's information according to its score. If weakening a token hurts the task, the scorer is pushed to protect it; if not, the token can receive a lower score. Because the loss is differentiated through this actual information-throttling path, the scorer avoids the unstable surrogate path of relaxed token selection. DiffPrune implements this idea with an Information Throttler, which injects variance-preserving noise into visual tokens, where high-score tokens remain close to their original representations, while low-score tokens carry less original information. At inference, the throttler is removed, and hard top-K pruning is applied using the learned scores. Across ten VLM benchmarks, DiffPrune retains 96.5% of full-model accuracy while accelerating LLM prefill by 2.85x, with only 0.69 ms inference overhead. Code will be publicly available.
Chinese Translation
视觉令牌修剪通过去除冗余的视觉令牌来降低视觉语言模型(VLMs)的计算成本。关键在于学习一个分数,以衡量一个令牌是否有用。现有方法通常依赖于Gumbel-Softmax在训练期间近似离散选择。这种选择器使得分数依赖于放松修剪操作符的行为,而不是直接依赖于信息损失的后果。在本文中,我们提出了DiffPrune,它赋予令牌分数直接的意义。在训练过程中,DiffPrune保留所有令牌,并根据其分数削弱每个令牌的信息。如果削弱一个令牌会对任务造成伤害,则评分器会被推动去保护它;如果不会,则该令牌可以获得较低的分数。由于损失通过这一实际的信息调节路径进行微分,评分器避免了放松令牌选择的不稳定替代路径。DiffPrune通过信息调节器实现这一理念,该调节器向视觉令牌注入保持方差的噪声,其中高分令牌保持接近其原始表示,而低分令牌则携带较少的原始信息。在推理时,调节器被移除,并使用学习到的分数应用硬性top-K修剪。在十个VLM基准测试中,DiffPrune保持了96.5%的全模型准确率,同时使LLM预填充加速了2.85倍,仅增加了0.69毫秒的推理开销。代码将公开发布。
cs.CV / 211 / 2608.01988

Grounding and Explaining Visual Evidence for AI-Generated Image Detection in Human-Centric Scenes

基于视觉证据的AI生成图像检测的基础与解释:以人为中心的场景
Guo, Kun, Yang, Yuzhou, Wang, Haoyue, Ying, Qichao, Li, Sheng, Qian, Zhenxing
Abstract
Rapid advances in image generation models call for interpretable AI-generated image detection methods that not only determine authenticity but also provide supporting visual evidence. Existing approaches may produce inconsistencies between generated explanations and localized evidence regions, undermining the reliability of explanations for authenticity decisions. Meanwhile, existing benchmarks provide limited coverage of the diverse human-centric scenes prevalent in generated imagery. To address these limitations, we investigate authenticity detection with grounded and explainable visual evidence in human-centric scenes. We present HAVE (Human-centric AI-generated Visual Evidence), a diverse human-centric dataset comprising 40K real and 39K AI-generated images from 10 recent generators, with 106K localized evidence instances across 8 evidence categories, each annotated with a bounding box and a region-aligned explanation. We further propose PAVE, a Perception-Aware Visual Evidence framework that jointly performs authenticity prediction, visual evidence grounding, and region-aligned explanation generation. PAVE employs a judge-guided alignment reward to assess region--explanation consistency and evidence validity, together with perception-aware regularization that contrasts token-level predictions between original and randomly masked images to promote reliance on visual input. Experiments on HAVE and external datasets demonstrate strong performance in authenticity detection, visual evidence grounding, and explanation quality. Code and data will be released upon publication.
Chinese Translation
图像生成模型的快速进展呼唤可解释的AI生成图像检测方法,这些方法不仅能够判断图像的真实性,还能提供支持的视觉证据。现有方法可能在生成的解释与局部证据区域之间产生不一致,从而削弱了解释在真实性决策中的可靠性。同时,现有基准对生成图像中普遍存在的多样化以人为中心的场景覆盖有限。为了解决这些局限性,我们研究了在以人为中心的场景中基于基础和可解释的视觉证据进行真实性检测。我们提出了HAVE(以人为中心的AI生成视觉证据),这是一个多样化的以人为中心的数据集,包含来自10个最新生成器的40K张真实图像和39K张AI生成图像,以及8个证据类别中的106K个局部证据实例,每个实例都带有边界框和区域对齐的解释。我们进一步提出了PAVE,一个感知意识的视觉证据框架,能够共同执行真实性预测、视觉证据定位和区域对齐的解释生成。PAVE采用法官引导的对齐奖励来评估区域与解释的一致性和证据的有效性,并结合感知意识的正则化,通过对比原始图像和随机遮挡图像之间的标记级预测,促进对视觉输入的依赖。在HAVE和外部数据集上的实验表明,在真实性检测、视觉证据定位和解释质量方面表现出色。代码和数据将在发表后发布。
cs.CV / 212 / 2608.01990

SPARE: Structural Parameter-Free Affinity Regularization for Flow Matching

SPARE:用于流匹配的无结构参数亲和正则化
Hong, Zong-Wei, Li, Jinglun, Zhang, Shen, Liu, Yuhan, Li, Linze, Tang, Yao
Abstract
Denoising diffusion transformers achieve strong generation quality but converge slowly during training. Regularizing their internal representations has emerged as an effective accelerator, yet existing methods split into two families with complementary costs. Target-based methods strengthen representations by aligning them to external features, which requires an external encoder and a learnable projection head to bridge feature spaces. Target-free methods hold no reference at all, and can only repel the model's own features across samples or layers, discarding whatever structure the data contains. Prior work suggests that spatial structure, rather than global semantics, drives the gains of alignment. We therefore ask whether such structure can serve as a target directly, and whether it exists not only within an image but across images. Our key insight is that the clean data latent already carries this structure in the relations among its tokens, where a relation is the similarity between two tokens, a single scalar comparable across feature spaces without a projection head. We propose Structural Parameter-free Affinity Regularization (SPARE), a regularizer that matches the pairwise affinities of intermediate tokens to those of the clean latents. To exploit this structure fully, SPARE extends the matching to token pairs across images, precisely the pairs that prior target-free methods repel by default, and calibrates both relation types with a single learning objective. On ImageNet $256 \times 256$ with SiT backbones under matched 400K-iteration budgets, SPARE adds no encoder, head, or parameters and only 0.08 GB of training memory, yet attains the lowest FID among parameter-free regularizers in every tested setting, recovers 37 to 54\% of REPA's FID reduction, and improves over REPA when combined with it, reaching FID 1.90 under classifier-free guidance at 1M iterations.
Chinese Translation
去噪扩散变换器在生成质量上表现出色,但在训练过程中收敛较慢。对其内部表示进行正则化已成为一种有效的加速方法,然而现有方法分为两类,具有互补的成本。基于目标的方法通过将表示与外部特征对齐来增强表示,这需要一个外部编码器和一个可学习的投影头来桥接特征空间。而无目标的方法完全不依赖参考,只能在样本或层之间排斥模型自身的特征,丢弃数据所包含的任何结构。先前的研究表明,空间结构而非全局语义驱动了对齐的收益。因此,我们提出一个问题:这样的结构是否可以直接作为目标,并且它是否不仅存在于单个图像中,而是跨越多个图像。我们的关键见解是,干净数据的潜在表示已经在其标记之间的关系中携带了这种结构,其中关系是两个标记之间的相似性,是一个可在特征空间之间比较的单一标量,无需投影头。我们提出了无结构参数亲和正则化(SPARE),一种正则化器,它将中间标记的成对亲和度与干净潜在表示的亲和度进行匹配。为了充分利用这种结构,SPARE将匹配扩展到跨图像的标记对,正是先前无目标方法默认排斥的那些对,并通过单一学习目标校准两种关系类型。在ImageNet $256 imes 256$上,使用SiT骨干网络在匹配的400K迭代预算下,SPARE不增加编码器、头或参数,仅增加0.08 GB的训练内存,但在每个测试设置中都达到了参数无关正则化器中最低的FID,恢复了37%到54%的REPA的FID降低,并在与REPA结合时进一步改进,在1M迭代下达到FID 1.90,且在无分类器指导下进行。
cs.CV / 213 / 2608.02006

ASTRA: Asynchronous Spatio-Temporal Reconstruction via Trajectory Alignment

ASTRA:通过轨迹对齐实现异步时空重建
Zhu, Junyu, Zhu, Hao, Zhang, Xinzhuo, Li, Hongdong, Ma, Zhan, Cao, Xun
Abstract
Dynamic 3D scene reconstruction has achieved remarkable success under the assumption of strictly synchronized multi-camera inputs. However, in real-world scenarios, temporal asynchrony among capturing devices remains a critical challenge, leading to severe motion blur and geometric artifacts. Existing asynchronous reconstruction methods typically estimate temporal offsets through photometric supervision, but appearance matching provides weak temporal cues under large offsets and complex motions. We attribute this limitation to two major bottlenecks: texture-induced collapse, where low-texture regions provide nearly vanishing alignment signals, and deformation-induced coupling, where temporal errors are absorbed into distorted geometry or motion rather than being explicitly corrected. To address these issues, we propose ASTRA (Asynchronous Spatio-Temporal Reconstruction via Trajectory Alignment), a framework that introduces 2D motion trajectories as explicit, texture-agnostic supervision for asynchronous dynamic reconstruction. Instead of synchronizing cameras solely through rendered color residuals, ASTRA jointly optimizes temporal offsets and dynamic 3D representations by aligning the projected motion of reconstructed 3D points with observed 2D trajectories, while using dynamic and certainty masking to suppress unreliable trajectory constraints. Extensive experiments on different dynamic Gaussian Splatting backbones show that ASTRA preserves high-frequency spatial details and sustains strong robustness even under severe asynchrony with up to 25-frame offsets, achieving approximately 1.4 dB PSNR improvement, reducing temporal-offset MAE by 54.0\%, and nearly quadrupling the synchronization success rate.
Chinese Translation
动态三维场景重建在严格同步的多摄像头输入假设下取得了显著成功。然而,在现实场景中,捕捉设备之间的时间异步性仍然是一个关键挑战,导致严重的运动模糊和几何伪影。现有的异步重建方法通常通过光度监督来估计时间偏移,但在大偏移和复杂运动下,外观匹配提供的时间线索较弱。我们将这一限制归因于两个主要瓶颈:由纹理引起的崩溃,即低纹理区域几乎不提供对齐信号,以及由变形引起的耦合,即时间误差被吸收到扭曲的几何形状或运动中,而不是被明确纠正。为了解决这些问题,我们提出了ASTRA(通过轨迹对齐实现异步时空重建),这是一个引入二维运动轨迹作为异步动态重建的显式、与纹理无关的监督框架。ASTRA不是仅通过渲染的颜色残差来同步摄像头,而是通过将重建的三维点的投影运动与观察到的二维轨迹对齐,联合优化时间偏移和动态三维表示,同时使用动态和置信掩蔽来抑制不可靠的轨迹约束。在不同动态高斯喷溅基础上的广泛实验表明,ASTRA能够保留高频空间细节,并在高达25帧的严重异步情况下保持强大的鲁棒性,取得约1.4 dB的PSNR提升,减少时间偏移的平均绝对误差54.0%,并几乎使同步成功率增加四倍。
cs.CV / 214 / 2608.02016

Beyond Global Latents: Chunk-Based Sparse Grid VAE for Scalable 3D Modeling

超越全局潜变量:基于块的稀疏网格变分自编码器用于可扩展的3D建模
Zhang, Kaiyi, Liang, Zhihao, Liu, Haolin, Lin, Qingxiang, Lai, Zeqiang, Zhao, Yunfei, Zhang, Bowen, Yang, Xianghui, Zhao, Zibo, Guo, Chunchao, Quan, Long
Abstract
Sparse voxel grids preserve the spatial structure needed for detailed 3D reconstruction, but their memory still grows rapidly with resolution as active surface cells increase. We introduce ChunkVAE, a sparse grid variational autoencoder organized around local chunks rather than a global latent volume. Local learned operators permit independently chosen encoder and decoder partitions and allow inference chunk sizes to differ from training. Two complementary data operators make this flexibility practical: Balanced Binary Object Partitioning distributes active cells while limiting replicated overlap, while S-Curve weighted stitching attenuates unreliable boundary features when assembling a global latent or reconstruction. Across three object benchmarks, ChunkVAE is competitive with or better than strong baselines from $512^3$ to $1536^3$; smaller chunks lower peak allocated memory and shorten per-chunk compute, enabling faster parallel inference. Stable stitched latents and improved image to 3D metrics indicate that local compression can scale geometry while retaining the global interface required downstream.
Chinese Translation
稀疏体素网格保留了详细3D重建所需的空间结构,但随着分辨率的提高,活跃表面单元的增加,其内存仍然迅速增长。我们提出了ChunkVAE,这是一种围绕局部块组织的稀疏网格变分自编码器,而不是全局潜在体积。局部学习操作符允许独立选择编码器和解码器的分区,并允许推断块大小与训练时不同。两个互补的数据操作符使这种灵活性变得实用:平衡二进制对象分区(Balanced Binary Object Partitioning)在限制重复重叠的同时分配活跃单元,而S曲线加权拼接(S-Curve weighted stitching)在组装全局潜变量或重建时减弱不可靠的边界特征。在三个对象基准测试中,ChunkVAE的性能与强基线相当或更好,分辨率范围从$512^3$到$1536^3$;较小的块降低了峰值分配内存并缩短了每块的计算时间,从而实现更快的并行推断。稳定的拼接潜变量和改进的图像到3D指标表明,局部压缩可以在保留下游所需的全局接口的同时扩展几何形状。
cs.CV / 215 / 2608.02018

Invisible Ink Threats: Adversarial Goals Behind Legitimate Tasks in Computer-Use Agents

隐形墨水威胁:计算机使用代理中合法任务背后的对抗目标
Zhang, Jia-Chen, Zhang, Ze-Yu, Zhang, Kai-Wei
Abstract
Computer-use agents (CUAs), which empower large language models to autonomously operate operating systems and the web, are increasingly vulnerable to indirect prompt injection attacks. A widely adopted defense is the human-in-the-loop paradigm, in which the agent pauses for explicit user confirmation before executing sensitive operations. While effective against conspicuously high-harm attacks, this defense offers little protection against what we term Invisible Ink Threats: low-harm injected goals, such as starring a repository or installing a package, that are behaviorally indistinguishable from legitimate task execution and thus evade both model safety mechanisms and human oversight. To systematically investigate this blind spot, we present II-Bench, a collection of seemingly harmless adversarial tasks. II-Bench comprises 444 examples targeting confidentiality and integrity attacks across three platforms, spanning three attack categories: page navigation and interaction, sensitive information exfiltration, and code download and execution. Each category is instantiated in both natural language and code forms under two levels of instruction specificity. Furthermore, we construct HITLCUA, a comprehensive adversarial testing framework that integrates a real virtual machine operating system environment with isolated Docker-based web platforms, and simulates human participation by allowing CUAs to consult an API-simulated user before proceeding with suspicious operations. Extensive evaluations of leading CUAs reveal that low-harm injections frequently bypass both agent defenses and simulated user review, exposing severe and previously underexplored security risks in current CUAs.
Chinese Translation
计算机使用代理(CUAs)使大型语言模型能够自主操作操作系统和网络,但它们越来越容易受到间接提示注入攻击。一种广泛采用的防御措施是人机协作模式,在该模式下,代理在执行敏感操作之前暂停以获得用户的明确确认。尽管这种防御对显著高危攻击有效,但对我们所称的隐形墨水威胁几乎没有保护作用:这些低危注入目标,如标记一个代码库或安装一个软件包,其行为上与合法任务执行无异,因此能够逃避模型安全机制和人工监督。为了系统地研究这一盲点,我们提出了 II-Bench,这是一个看似无害的对抗任务集合。II-Bench 包含 444 个示例,针对三个平台的机密性和完整性攻击,涵盖三种攻击类别:页面导航与交互、敏感信息外泄,以及代码下载与执行。每个类别在两种指令具体性水平下以自然语言和代码形式呈现。此外,我们构建了 HITLCUA,一个综合的对抗测试框架,将真实虚拟机操作系统环境与隔离的基于 Docker 的网络平台集成,并通过允许 CUAs 在进行可疑操作之前咨询 API 模拟用户来模拟人类参与。对领先 CUAs 的广泛评估表明,低危注入经常绕过代理防御和模拟用户审查,暴露了当前 CUAs 中严重且之前未被充分探索的安全风险。
cs.CV / 216 / 2608.02039

RSVideo: Are Your Vision-Language Models Ready for Remote Sensing Videos?

RSVideo:您的视觉-语言模型准备好处理遥感视频了吗?
Zhou, Hongjie, Wang, Shiqin, Chen, Haoyang, Guo, Haonan, Wang, Di, Liu, Juhua, Lin, Fu, Luo, Yong
Abstract
Remote-sensing videos enable real-time observation of changes in target attributes, short-term activities, and scene evolution. They record motion, actions, interactions, and scene changes that cannot be captured by isolated images. Existing models primarily target single images or discrete temporal observations spanning a long time range. However, a unified evaluation setting for assessing vision-language models on continuous remote-sensing video understanding remains lacking. We introduce RSVideo-10K, a remote-sensing video dataset comprising 10,773 instances, 1.47 million frames, and 17.02 hours of footage, containing both unmanned aerial vehicles and satellite platforms. Its fixed evaluation benchmark, RSVideo-Bench, contains 2,731 test instances and evaluates two complementary aspects of remote-sensing video understanding: L1 Perception and L2 Reasoning, spanning seven capability groups and 17 tasks. Evaluations show that current vision-language models still struggle to recover small local evidence, track short-lived states, and use scene-constrained spatial relations. Based on this analysis, we further propose RSVideo, a reinforcement learning framework for small-target spatiotemporal focusing that selects question-relevant regions across frames and suppresses redundant background tokens. RSVideo achieves a maximum absolute improvement of 9.01% with InternVL3.5-14B and attains the highest accuracy of 40.63% with Qwen3.6-27B across 26 open-source vision-language backbones.Codes will be available at https://github.com/HongjieZhou0329/RSVideo.
Chinese Translation
遥感视频能够实时观察目标属性的变化、短期活动和场景演变。它们记录了运动、动作、交互和场景变化,而这些是孤立图像无法捕捉到的。现有模型主要针对单幅图像或跨越较长时间范围的离散时间观察。然而,目前缺乏一个统一的评估设置来评估视觉-语言模型在连续遥感视频理解上的表现。我们引入了RSVideo-10K,这是一个包含10,773个实例、147万帧和17.02小时视频素材的遥感视频数据集,涵盖了无人机和卫星平台。其固定评估基准RSVideo-Bench包含2,731个测试实例,评估遥感视频理解的两个互补方面:L1感知和L2推理,涵盖七个能力组和17个任务。评估结果显示,当前的视觉-语言模型在恢复小型局部证据、跟踪短暂状态以及利用场景约束的空间关系方面仍然存在困难。基于这一分析,我们进一步提出了RSVideo,一个用于小目标时空聚焦的强化学习框架,能够在帧之间选择与问题相关的区域并抑制冗余的背景标记。RSVideo在InternVL3.5-14B上实现了最高9.01%的绝对提升,并在26个开源视觉-语言骨干网络中,使用Qwen3.6-27B达到了最高的准确率40.63%。代码将发布在https://github.com/HongjieZhou0329/RSVideo。
cs.CV / 217 / 2608.02044

D\'ej\`a Cue: Localizing States in Object Histories via Vocabulary-Relative Coordinates

D'éjà Cue:通过词汇相对坐标定位物体历史中的状态
Cao, Haofan, You, Zhichao, Yang, Yunkai, Guo, Liang, Wang, Jie, Li, Chongshou
Abstract
Tracking links observations of the same object through visual change, yet cannot by itself determine when the object is empty or filled, intact or cut. We formulate identity-conditioned state-moment retrieval: given a tracked-object history and alternative state descriptions, localize an interval in which each described state holds. Absolute image-text similarity scores descriptions independently; because every visible frame depicts the same target, shared object compatibility can obscure the state evidence needed to identify the target interval. The alternatives provide the missing reference: evidence for one state should be measured against the others. We introduce D\'ej\`a Cue, a training-free framework that turns these alternatives into a vocabulary-relative coordinate system. It subtracts their state-balanced centroid from each description, calibrates frame scores, and scans multiple durations within contiguous visible runs using a frozen encoder. On 78 VOST histories, holding the temporal scan fixed and changing only the query reference nearly doubles R@1 at tIoU 0.5 from 10.3\% to 20.5\% and raises Top-1 tIoU from 16.0\% to 21.5\%. Candidate-rank analyses show that vocabulary-relative queries rank useful intervals higher within the same candidate set. Related state descriptions can therefore serve as an object-specific, query-time coordinate system for reading frozen visual representations.
Chinese Translation
跟踪同一物体在视觉变化中的观察链接,但仅凭这一点无法确定物体是空的还是充满的、完整的还是被切割的。我们提出了身份条件状态时刻检索:给定一个被跟踪物体的历史和替代状态描述,定位每个描述状态成立的时间区间。绝对图像-文本相似度独立地评分描述;因为每个可见帧描绘的是同一个目标,共享的物体兼容性可能会掩盖识别目标区间所需的状态证据。这些替代提供了缺失的参考:一个状态的证据应当与其他状态进行比较。我们引入了 D'éjà Cue,一个无训练的框架,将这些替代转化为一个词汇相对坐标系统。它从每个描述中减去状态平衡的质心,校准帧评分,并使用冻结编码器在连续可见运行中扫描多个时长。在 78 个 VOST 历史中,固定时间扫描并仅更改查询参考几乎将 tIoU 0.5 下的 R@1 从 10.3\% 提高到 20.5\%,并将 Top-1 tIoU 从 16.0\% 提高到 21.5\%。候选排名分析表明,词汇相对查询在同一候选集内对有用区间的排名更高。因此,相关状态描述可以作为特定物体的查询时坐标系统,用于读取冻结的视觉表示。
cs.CV / 218 / 2608.02056

TBSG-Net: Temporal Bipartite Scene Graph Network for Fine-Grained Video Moment Retrieval

TBSG-Net:用于细粒度视频时刻检索的时间双分图场景网络
Huang, Ji, Dai, Yongsheng, Ren, Tianyu, Devereux, Barry, Wang, Hui
Abstract
Recent advances in proposal-free Video Moment Retrieval (VMR) have highlighted the effectiveness of Static Scene Graphs (SSGs). By modeling objects and their relations at the frame level, SSGs enrich retrieval-oriented video representations. However, integrating SSGs into VMR remains constrained by two inherent limitations: (1) Lack of Temporal Dynamics. SSGs fail to model how objects and their relationships evolve over time, leading to the loss of essential temporal dependencies in video representation; and (2) Lack of Explicit Temporal Span Encoding. SSGs do not explicitly encode the duration of relationships, making precise localization challenging. To address these limitations, we propose Temporal Bipartite Scene Graph Network (TBSG-Net)---to the best of our knowledge, the first Dynamic Scene Graph (DSG) based proposal-free VMR model. Specifically, TBSG-Net leverages DSGs to extract event-centric graph representations of the input video, enabling the modeling of object interactions over time and thus addressing limitation (1). These DSGs are then processed by a novel Dynamic Scene Graph Embedding (DSG-E) module to capture both Temporal Span and spatio-temporal information. First, DSG-E utilizes a TBSG Constructor to transform DSGs into TBSGs, explicitly encoding objects, relationships, and time spans to tackle limitation (2). Second, the resultant TBSGs are passed into a hybrid TBSG Encoder that integrates a Transformer variant for global event modeling and a Graph Convolutional Network for detailed relational reasoning, ultimately producing a more comprehensive spatio-temporal representation. Our experiments demonstrate substantial improvements of TBSG-Net over all baselines.
Chinese Translation
最近在无提案视频时刻检索(VMR)方面的进展突显了静态场景图(SSGs)的有效性。通过在帧级别建模对象及其关系,SSGs 丰富了以检索为导向的视频表示。然而,将 SSGs 集成到 VMR 中仍然受到两个固有限制的制约:(1)缺乏时间动态性。SSGs 无法建模对象及其关系如何随时间演变,导致视频表示中丧失了重要的时间依赖性;(2)缺乏明确的时间跨度编码。SSGs 并未明确编码关系的持续时间,使得精确定位变得具有挑战性。为了解决这些限制,我们提出了时间双分图场景网络(TBSG-Net)——据我们所知,这是第一个基于动态场景图(DSG)的无提案 VMR 模型。具体而言,TBSG-Net 利用 DSGs 提取输入视频的事件中心图表示,从而能够建模对象随时间的交互,解决了限制(1)。这些 DSGs 然后通过一种新颖的动态场景图嵌入(DSG-E)模块进行处理,以捕捉时间跨度和时空信息。首先,DSG-E 利用 TBSG 构造器将 DSGs 转换为 TBSGs,明确编码对象、关系和时间跨度,以应对限制(2)。其次,生成的 TBSGs 被传递到一个混合 TBSG 编码器,该编码器结合了用于全局事件建模的 Transformer 变体和用于详细关系推理的图卷积网络,最终产生更全面的时空表示。我们的实验表明,TBSG-Net 在所有基线模型上都有显著的改进。
cs.CV / 219 / 2608.02059

MIEScore: Human-Aligned Evaluation for Multi-Source Image Editing

MIEScore:面向多源图像编辑的人类对齐评估
Xu, Zitong, Duan, Huiyu, Zhang, Xinyun, Xiong, Weifei, Zheng, Tianyi, Min, Xiongkuo, Hu, Qiang, Cheng, Zhengxue, Li, Bo, Zhai, Guangtao
Abstract
Recent advances in unified multimodal models have significantly improved text-guided image editing abilities. In particular, models such as Nano-Banana-Pro and GPT-Image-2 demonstrate emerging capabilities in multi-source image editing (MIE), including tasks such as object synthesis, person-background composition, and cross-image style fusion. However, existing benchmarks and image editing assessment (IEQA) methods remain primarily focused on single-image editing tasks and largely overlook the more challenging setting of MIE. This highlights the urgent need for a comprehensive and human-aligned benchmark for MIE. To this end, we introduce MIE-Bench, the first large-scale multiple image editing benchmark with fine-grained human preference annotations. Specifically, MIE-Bench includes 3,000 editing instances across 16 tasks, each involving more than two source images and an editing prompt, together with 36K edited images produced by 12 state-of-the-art editing models and over 108K mean opinion scores (MOSs) covering visual quality, instruction following, and attribute preservation. Based on MIE-Bench, we propose MIEScore, a multimodal large language model (MLLM)-based evaluation model enhanced with skill optimization and multi-dimensional supervised fine-tuning, to provide human-aligned feedback for MIE. Extensive experiments show that MIEScore achieves state-of-the-art performance in aligning with human preferences and generalizes well across other IEQA datasets. Both the dataset and the model are available at https://github.com/IntMeGroup/MIEScore.
Chinese Translation
最近在统一多模态模型方面的进展显著提升了文本引导的图像编辑能力。特别是,Nano-Banana-Pro 和 GPT-Image-2 等模型在多源图像编辑(MIE)方面展现了新兴能力,包括对象合成、人物与背景的组合以及跨图像风格融合等任务。然而,现有的基准测试和图像编辑评估(IEQA)方法主要集中于单图像编辑任务,基本上忽视了更具挑战性的 MIE 设置。这突显了对 MIE 的全面且与人类对齐的基准的迫切需求。为此,我们引入了 MIE-Bench,这是第一个具有细粒度人类偏好注释的大规模多图像编辑基准。具体而言,MIE-Bench 包含 3,000 个编辑实例,涵盖 16 个任务,每个任务涉及两个以上的源图像和一个编辑提示,以及由 12 个最先进的编辑模型生成的 36K 个编辑图像和超过 108K 个均值意见分数(MOS),涵盖视觉质量、指令遵循和属性保留。基于 MIE-Bench,我们提出了 MIEScore,一种基于多模态大语言模型(MLLM)的评估模型,增强了技能优化和多维监督微调,以提供与人类对齐的 MIE 反馈。大量实验表明,MIEScore 在与人类偏好的对齐方面达到了最先进的性能,并且在其他 IEQA 数据集上具有良好的泛化能力。数据集和模型均可在 https://github.com/IntMeGroup/MIEScore 获取。
cs.CV / 220 / 2608.02068

GIFT: Geometry-Invariant Fine-Tuning for Non-Lambertian Monocular Depth Estimation

GIFT:用于非朗伯单目深度估计的几何不变微调
Fan, Xianghui, Chen, Zhaoyu, Wu, Bingqian, Li, Dayu, Zeng, Xin, Cui, Huanran, Xu, Guangzhen, Huang, Xiangru, Yang, Hang
Abstract
Monocular depth foundation models, benefiting from large-scale synthetic training data, have demonstrated strong generalization. However, they often hallucinate depth on non-Lambertian surfaces, estimating reflected content in mirrors or transmitted content behind glass rather than the physical surface itself. Adapting these models with real-world data is challenging because conventional depth sensors are also unreliable in such regions. We observe that while the appearance of a non-Lambertian surface varies with its reflected or transmitted environment, its underlying geometry remains unchanged. Based on this observation, we propose GIFT (Geometry-Invariant Fine-Tuning), a parameter-efficient post-training framework that requires no measured depth labels. We collect groups of RGB images under controlled appearance changes while keeping the camera and target geometry fixed. GIFT exploits geometric invariance across these observations to suppress non-Lambertian depth hallucinations while retaining general depth estimation capability. We further construct a controlled benchmark that evaluates non-Lambertian depth recovery, robustness to appearance changes, and performance retention in other regions. Experiments on our benchmark and an independent real-world dataset demonstrate that GIFT improves depth prediction for mirrors and transparent objects while largely preserving the base model's performance, providing a practical and low-cost approach for adapting monocular depth foundation models to non-Lambertian scenes.
Chinese Translation
单目深度基础模型受益于大规模合成训练数据,展现出强大的泛化能力。然而,它们在非朗伯表面上常常产生深度幻觉,估计镜子中的反射内容或玻璃后面的透射内容,而不是物理表面本身。由于传统深度传感器在这些区域也不可靠,因此用真实世界数据对这些模型进行适应是具有挑战性的。我们观察到,虽然非朗伯表面的外观会随着其反射或透射环境的变化而变化,但其基本几何形状保持不变。基于这一观察,我们提出了GIFT(几何不变微调),这是一种高效的后训练框架,不需要测量的深度标签。我们在控制外观变化的条件下收集了一组RGB图像,同时保持相机和目标几何形状固定。GIFT利用这些观察中的几何不变性来抑制非朗伯深度幻觉,同时保留一般的深度估计能力。我们进一步构建了一个控制基准,评估非朗伯深度恢复、对外观变化的鲁棒性以及在其他区域的性能保持。在我们的基准和一个独立的真实世界数据集上的实验表明,GIFT改善了镜子和透明物体的深度预测,同时在很大程度上保留了基础模型的性能,为将单目深度基础模型适应于非朗伯场景提供了一种实用且低成本的方法。
cs.CV / 221 / 2608.02070

STEAM:ASpatio-TEmporal Alignment Mixture-of-Experts Model with Hierarchical Pre-training for EEG Decoding

STEAM:一种具有分层预训练的时空对齐专家混合模型用于脑电图解码
Chen, Zhu, Liu, Dingkun, Chen, Yuheng, Wu, Dongrui
Abstract
Brain-computer interfaces (BCIs) have been widely used in motor rehabilitation, disease diagnosis, and other neural engineering scenarios. However, conventional neural signal decoding algorithms often suffer from limited generalizability and high adaptation costs, motivating recent interest in BCI foundation models. Existing approaches still struggle to jointly achieve general transferability, accurate decoding, and efficient downstream adaptation. We present STEAM, a hierarchical transfer framework that reconciles general-purpose representation learning with paradigm-specific specialization in EEG foundation models. The framework is instantiated as a dual-branch spatio-temporal encoder in which a shared soft mixture-of-experts (SSMoE) module aligns the spatial and temporal branches, allowing complementary representations to exchange information through a compact set of soft slots. Across seven downstream datasets and fourteen evaluation settings, STEAM attains the best average rank among the compared methods at a competitive inference cost measured in FLOPs. Building upon the Stage-I general initialization, the hierarchical pre-training strategy further specializes the model to a target paradigm without retraining from scratch, yielding consistent gains in paradigm-specific decoding accuracy.
Chinese Translation
脑-计算机接口(BCI)已广泛应用于运动康复、疾病诊断和其他神经工程场景。然而,传统的神经信号解码算法通常面临有限的泛化能力和高适应成本,这促使了对BCI基础模型的近期关注。现有方法仍然难以同时实现通用可迁移性、准确解码和高效下游适应。我们提出了STEAM,一个分层转移框架,将通用表示学习与脑电图(EEG)基础模型中的特定范式专业化相结合。该框架被实例化为一个双支路时空编码器,其中一个共享软专家混合(SSMoE)模块对齐空间和时间支路,允许互补表示通过一组紧凑的软插槽交换信息。在七个下游数据集和十四个评估设置中,STEAM在比较方法中获得了最佳平均排名,并在以FLOPs衡量的竞争推理成本下表现出色。在第一阶段的通用初始化基础上,分层预训练策略进一步将模型专业化为目标范式,而无需从头开始重新训练,从而在特定范式的解码准确性上获得了一致的提升。
cs.CV / 222 / 2608.02092

Deep Multimodal Fusion Detection through Spatial Mask and Channel Fusion

通过空间掩模和通道融合的深度多模态融合检测
Wang, Guandi, Li, Ming, Xing, Yunsen, Liu, Junle
Abstract
Deep multimodal fusion for object detection has demonstrated good performance through mining modal characteristics. However, existing feature-level fusion methods mainly weigh between two modalities and unify them in a unified representation space. This can lead to overfitting or over-specialization of the statistical properties of a single modality within a dual-backbone architecture. This paper proposes an Attention-Driven Complementarity Resampling framework for robust improvement of cross-modality object detection. Based on a shared channel spatial attention mechanism, we first introduce the semantic mask exchange to actively mix the boundaries of the modalities during the training phase, forcing the backbone network to learn generalized features without relying on fixed modal labels. Then we propose a learnable channel competition to sample and aggregate features in a channel-wise and learnable way. Our experiments on multiple datasets demonstrate that the proposed method is effective and yields competitive results among existing state-of-the-art approaches. The source code is provided in the supplementary material.
Chinese Translation
深度多模态融合在目标检测中通过挖掘模态特征展现了良好的性能。然而,现有的特征级融合方法主要在两种模态之间进行加权,并将其统一到一个统一的表示空间中。这可能导致在双主干架构中单一模态的统计特性出现过拟合或过度专业化。本文提出了一种基于注意力驱动的互补重采样框架,以稳健地提升跨模态目标检测的性能。基于共享通道空间注意力机制,我们首先引入语义掩模交换,在训练阶段主动混合模态的边界,迫使主干网络学习不依赖于固定模态标签的广义特征。然后,我们提出了一种可学习的通道竞争机制,以通道为单位以可学习的方式对特征进行采样和聚合。我们在多个数据集上的实验表明,所提方法有效,并在现有最先进的方法中取得了具有竞争力的结果。源代码已在补充材料中提供。
cs.CV / 223 / 2608.02109

Same Semantics, Different Paths: Self-Improving Alignment for Vision-Text Compression

相同语义,不同路径:视觉-文本压缩的自我改进对齐
Liang, Tianyu, Zheng, Xiangxi, Wang, Yilin, Mao, Dongxing
Abstract
Vision-Text Compression (VTC) renders long texts into images and encodes them through the vision encoder (ViT), compressing thousands of text tokens into far fewer visual tokens. However, since the ViT is pretrained predominantly on natural images, it captures visual attributes (glyphs, font sizes, layout) rather than linguistic semantics, causing rendered-image representations to diverge from native-text representations. We term this cross-path inconsistency and show, via rendering perturbation experiments, that it is a critical yet overlooked bottleneck of VTC. We propose SPIRAL (Self-improving Path Integration and Realignment), a self-supervised alignment framework that closes this gap using only the model's own text-path behavior as supervision, requiring no external teachers or additional annotations. SPIRAL operates at two complementary granularities: token-level on-policy distillation (OPD) for local faithfulness, and sequence-level preference optimization (DPO) for global coherence. On VTCBench, SPIRAL improves the overall score of Qwen3-VL-8B from 35.10 to 54.02, approaching the native text-input performance (55.60) and outperforming models up to 30x larger. The two granularities exhibit complementary strengths: OPD excels at retrieval and is sample-efficient, while DPO is stronger on reasoning and memory and scales better with data. SPIRAL's benefits also generalize to out-of-domain benchmarks, confirming that effective VTC hinges on aligning rendered-image representations back to native-text semantics.
Chinese Translation
视觉-文本压缩(VTC)将长文本转换为图像,并通过视觉编码器(ViT)对其进行编码,将数千个文本标记压缩为远少于的视觉标记。然而,由于ViT主要在自然图像上进行预训练,它捕捉的是视觉属性(字形、字体大小、布局),而非语言语义,导致渲染图像的表示与原生文本表示之间存在偏差。我们将这种跨路径不一致称为,并通过渲染扰动实验表明,这是一种关键但被忽视的VTC瓶颈。我们提出了SPIRAL(自我改进路径集成与重新对齐),这是一个自我监督的对齐框架,利用模型自身的文本路径行为作为监督,关闭这一差距,无需外部教师或额外注释。SPIRAL在两个互补的粒度上运行:在策略蒸馏(OPD)上进行标记级的局部忠实性优化,以及在序列级的偏好优化(DPO)上进行全局一致性优化。在VTCBench上,SPIRAL将Qwen3-VL-8B的整体得分从35.10提高到54.02,接近原生文本输入性能(55.60),并超越了高达30倍的更大模型。这两种粒度展现出互补的优势:OPD在检索方面表现出色且样本效率高,而DPO在推理和记忆方面更强,并且在数据上扩展更好。SPIRAL的优势也可以推广到域外基准,确认有效的VTC依赖于将渲染图像表示与原生文本语义对齐。
cs.CV / 224 / 2608.02124

HAFI-VLM: A Frequency Perspective for Diagnosing and Enhancing Visual Perception in Vision-Language Models

HAFI-VLM:从频率视角诊断和增强视觉语言模型中的视觉感知
Cui, Jin, Su, Chuanchang, Lu, Jiayi, Long, Xinyue, Zhao, Boran, Ren, Pengju
Abstract
Vision-language models (VLMs) remain unreliable when predictions require fine-grained visual evidence. We identify a previously overlooked cause: spectral response rigidity. Despite substantial frequency variation across images and tasks, pretrained vision encoders exhibit persistent, encoder-specific layerwise spectral profiles that change only marginally under downstream fine-tuning. Since pretrained vision encoders only receive images, they cannot adapt spectral extraction to the evidence required by the current query. We therefore propose HAFI-VLM, which introduces a task-conditioned frequency pathway while preserving the pretrained semantic representation. Hierarchical Adaptive Frequency Injection (HAFI) retrieves complementary low-, mid-, and high-frequency evidence at multiple encoder depths using text-modulated, spatially aligned cross-attention. A Visual Enrichment Layer Adapter further recalibrates shallow LLM attention to effectively utilize the enriched visual tokens. Experiments on LLaVA-1.5 and Qwen2.5-VL demonstrate consistent improvements in general VQA, text-rich understanding, and hallucination robustness, outperforming representation-level enhancement methods and most resolution- or cropping-based approaches without additional high-resolution encoding. Mechanistic analyses show that HAFI restores task-dependent spectral allocation while retaining semantic attention, establishing frequency enrichment as a distinct and effective route for improving VLM perception.
Chinese Translation
视觉语言模型(VLMs)在需要细粒度视觉证据的预测中仍然不可靠。我们识别出一个之前被忽视的原因:光谱响应的刚性。尽管图像和任务之间存在显著的频率变化,预训练的视觉编码器表现出持久的、特定于编码器的层级光谱特征,这些特征在下游微调中仅发生微小变化。由于预训练的视觉编码器仅接收图像,因此无法将光谱提取适应于当前查询所需的证据。因此,我们提出了HAFI-VLM,它在保留预训练语义表示的同时,引入了任务条件的频率通路。分层自适应频率注入(HAFI)利用文本调制的、空间对齐的交叉注意力,在多个编码器深度检索互补的低、中和高频证据。视觉增强层适配器进一步重新校准浅层LLM注意力,以有效利用增强的视觉标记。在LLaVA-1.5和Qwen2.5-VL上的实验表明,在一般的视觉问答(VQA)、文本丰富理解和幻觉鲁棒性方面持续改善,超越了表示级增强方法以及大多数基于分辨率或裁剪的方法,而无需额外的高分辨率编码。机制分析表明,HAFI在保留语义注意力的同时恢复了任务依赖的光谱分配,确立了频率增强作为改善VLM感知的独特而有效的途径。
cs.CV / 225 / 2608.02129

PromptPath: Prompt-Adaptive Computational Pathways for In-Context Learning

PromptPath:用于上下文学习的提示自适应计算路径
Zhang, Hangrui, Shao, Feifei, Luo, Yawei, Liu, Ping, Liu, Jiaxiang, Tang, Zuoqi, Wang, Zhao, Wang, Hongwei, Xiao, Jun
Abstract
In-context learning (ICL) has attracted increasing attention for enabling models to perform new tasks using only a few ``input--output'' prompt examples. However, existing approaches suffer from \textbf{shallow task adaptation}, where prompts are primarily used as contextual cues to implicitly infer task intent through semantic representations, while the underlying computational process remains unchanged. This limitation restricts task-specific adaptation and compromises inference interpretability. We argue that prompts should not only condition feature representations but also dynamically regulate the model's computation pathways. To this end, we propose \textbf{PromptPath}, an adaptive ICL framework that enables computation-level adaptation through prompt-conditioned dynamic pathways. Specifically, PromptPath introduces a prompt-driven routing mechanism to selectively activate and compose lightweight low-rank experts, forming task-specific computational pathways tailored to different prompts. By integrating prompt information directly into the inference process, PromptPath dynamically reconfigures model computation to enhance task specialization and interpretability. Extensive experiments on 3D point cloud and 2D visual recognition benchmarks demonstrate that PromptPath consistently outperforms state-of-the-art ICL baselines while exhibiting strong cross-domain and cross-task generalization.
Chinese Translation
上下文学习(ICL)因其能够使模型仅通过少量“输入-输出”提示示例来执行新任务而受到越来越多的关注。然而,现有方法存在 extbf{浅层任务适应}的问题,其中提示主要作为上下文线索,用于通过语义表示隐式推断任务意图,而基础计算过程保持不变。这一限制限制了任务特定的适应性,并妨碍了推理的可解释性。我们认为,提示不仅应调节特征表示,还应动态调节模型的计算路径。为此,我们提出了 extbf{PromptPath},一种自适应的ICL框架,通过提示条件的动态路径实现计算级别的适应。具体而言,PromptPath引入了一种基于提示的路由机制,以选择性地激活和组合轻量级低秩专家,形成针对不同提示量身定制的任务特定计算路径。通过将提示信息直接整合到推理过程中,PromptPath动态重新配置模型计算,以增强任务专业化和可解释性。在3D点云和2D视觉识别基准上的大量实验表明,PromptPath在性能上始终优于最先进的ICL基线,同时展现出强大的跨领域和跨任务泛化能力。
cs.CV / 226 / 2608.02134

Messages, Not Tokens: Grounded Coresets for Faithful VLM Compression

信息,而非标记:用于忠实视觉语言模型压缩的基础核心集
Qian, Long, Wei, Jiaqi, Zhu, Bingke, Chen, Yingying, Wang, Jinqiao
Abstract
Modern vision language models (VLMs) turn high-resolution images into long sequences of visual tokens. Every token traverses the language decoder and persists in its prompt KV cache, inflating inference cost and motivating aggressive visual compression. Existing score-based methods assign each token an independent importance score and retain the Top-K. However, text queries consume collective, signed attention messages from the visual population, not isolated patches. Consequently, equally sized Top-K sets can repeatedly cover one salient region, omit sparse but complementary evidence and discard information carried by the removed population. We therefore formulate faithful visual compression as constructing a compact coreset for decoder messages, and introduce our training-free Grounded Message Coreset Pruning (GMC) which jointly allocates support across query-grounded, appearance, and coordinate-aware evidence, then transports discarded states into selected representatives at their original multimodal positions before physical compaction and native attention resume. This decomposes faithful compression into two coupled components, including selecting carriers that cover the required message modes and realizing the signed population message on those carriers. We further derive bounds connecting their errors to signed-message distortion, visual innovation, and candidate-margin stability. Experiments across multiple VLM families and diverse benchmarks demonstrate strong performance, with GMC-H2 retaining 97.78% Full-relative mean capability on Qwen2.5-VL-7B using 80.2% fewer visual tokens, while GMC-L16 reaches 100.36%. Controlled interventions verify that collective support and population realization jointly drive these gains.
Chinese Translation
现代视觉语言模型(VLMs)将高分辨率图像转换为长序列的视觉标记。每个标记都经过语言解码器,并在其提示的键值缓存中保留,增加了推理成本,并促使了激进的视觉压缩。现有的基于评分的方法为每个标记分配独立的重要性评分,并保留前K个标记。然而,文本查询消耗来自视觉群体的集体签名注意力信息,而不是孤立的图像块。因此,相同大小的前K集合可能会重复覆盖一个显著区域,遗漏稀疏但互补的证据,并丢弃被移除群体携带的信息。因此,我们将忠实的视觉压缩表述为构建解码器消息的紧凑核心集,并引入我们的无训练基础消息核心集修剪(Grounded Message Coreset Pruning, GMC),该方法在查询基础、外观和坐标感知证据之间共同分配支持,然后在物理压缩和原生注意力恢复之前,将丢弃的状态转移到选定代表的原始多模态位置。这将忠实压缩分解为两个耦合组件,包括选择覆盖所需消息模式的载体,并在这些载体上实现签名群体消息。我们进一步推导出将其误差与签名消息失真、视觉创新和候选边际稳定性联系起来的界限。在多个VLM家族和不同基准上的实验表明了强大的性能,GMC-H2在使用80.2%更少的视觉标记的情况下,在Qwen2.5-VL-7B上保留了97.78%的全相对均值能力,而GMC-L16达到了100.36%。控制干预验证了集体支持和群体实现共同推动了这些增益。
cs.CV / 227 / 2608.02137

Two Sides of the Same Coin: Co-Evolving Search for Cross-Task Attacks on Vision-Language Models

同一枚硬币的两面:共同演化的视觉-语言模型跨任务攻击搜索
Lin, Xuanhui, Dong, Junhao, Gong, Mingrong, Chen, Yucheng, Qu, Xinghua, Ong, Yew-Soon
Abstract
Vision-language models (VLMs) exhibit strong generalization across multimodal tasks but remain vulnerable to adversarial perturbations. Existing attacks typically follow single-trajectory gradient optimization or task-specific objectives, limiting search-space exploration and cross-task transferability. We propose an evolutionary-computation-guided cross-modal attack framework for unified VLMs. The framework adaptively searches both textual and visual spaces. On the textual side, it evolves hard negative semantic embeddings around the source-category representation to provide diverse cross-modal repulsion. On the visual side, it maintains a population of object-region perturbations and combines momentum-based gradient updates with evolutionary selection, mutation, and crossover to more reliably explore multiple feasible trajectories. Jointly optimizing semantic negative guidance and localized perturbations generates adversarial examples that consistently shift source-object semantics toward target categories across vision-language tasks. Theoretical analyses show that the co-evolutionary search preserves perturbation feasibility, prevents degradation of the best observed fitness, and increases the probability of reaching high-margin adversarial regions compared with single-trajectory optimization. Experiments on Florence-2, OFA, and UnifiedIO-2 demonstrate strong overall attack performance across image captioning, object detection, region categorization, and object localization. Ablation studies further verify the complementary effectiveness of text-side semantic evolution and image-side perturbation evolution, as well as the framework's efficiency and cross-task transferability.
Chinese Translation
视觉-语言模型(VLMs)在多模态任务中表现出强大的泛化能力,但仍然容易受到对抗性扰动的影响。现有攻击通常遵循单轨迹梯度优化或任务特定目标,限制了搜索空间的探索和跨任务的可迁移性。我们提出了一种基于进化计算的跨模态攻击框架,旨在统一VLMs。该框架自适应地搜索文本和视觉空间。在文本方面,它围绕源类别表示演化出困难的负语义嵌入,以提供多样化的跨模态排斥。在视觉方面,它维持一组对象区域扰动,并结合基于动量的梯度更新与进化选择、变异和交叉,更可靠地探索多个可行轨迹。联合优化语义负引导和局部扰动生成的对抗样本,能够在视觉-语言任务中持续将源对象语义转向目标类别。理论分析表明,共同演化搜索保持了扰动的可行性,防止了最佳观察适应度的下降,并提高了到达高边际对抗区域的概率,相比于单轨迹优化。对Florence-2、OFA和UnifiedIO-2的实验表明,在图像描述、对象检测、区域分类和对象定位等任务中,整体攻击性能强劲。消融研究进一步验证了文本侧语义演化与图像侧扰动演化的互补有效性,以及该框架的效率和跨任务可迁移性。
cs.CV / 228 / 2608.02140

HiResNets: Native Full-HD Video Recognition with Foveal Residual Streams

HiResNets:基于注视残差流的原生全高清视频识别
Mall, Shivani, Jain, Swarnim, Henriques, Joao F.
Abstract
Much of the recent progress in image and video recognition has come at the cost of memory: larger models, increased resolution, and longer temporal contexts. An inevitable component is the quadratic (or larger) growth of memory and compute based on image resolution, which is a property of the grid sampling used in convolutional networks and vision transformers. In this work we study residual networks whose convolutional blocks have logarithmic-square growth instead, enabling them to process very high-resolution video quickly. The key insight is to use a residual architecture's residual stream as a high-resolution buffer, to which convolutional blocks only read and write via log-polar image warp operations. Layers adaptively focus on different parts of each frame, with very high resolution only near the focus point. A complete high-resolution representation is built up in the residual stream, analogous to eye saccades creating a complete picture in biological vision, and a theoretical construction is presented that eliminates the quadratic dependency of the residual stream resolution. Experiments demonstrate that our proposed HiResNets learn to foveate around scenes similarly to human vision, and have superior performance in difficult egocentric video recognition tasks, especially egocentric video with small objects and fine-grained recognition.
Chinese Translation
近年来,图像和视频识别的进展在很大程度上是以内存为代价的:模型变得更大,分辨率提高,时间上下文延长。一个不可避免的因素是基于图像分辨率的内存和计算的二次(或更大)增长,这是卷积网络和视觉变换器中使用的网格采样的特性。在本研究中,我们研究了残差网络,其卷积块具有对数平方增长,从而使其能够快速处理非常高分辨率的视频。关键的见解是使用残差架构的残差流作为高分辨率缓冲区,卷积块仅通过对数极坐标图像扭曲操作进行读写。各层自适应地关注每帧的不同部分,仅在焦点附近具有非常高的分辨率。在残差流中构建完整的高分辨率表示,类似于眼睛的扫视在生物视觉中创建完整的图像,并提出了一种理论构造,消除了残差流分辨率的二次依赖性。实验表明,我们提出的HiResNets能够像人类视觉一样在场景周围进行注视,并在困难的自我中心视频识别任务中表现出优越的性能,尤其是在包含小物体和细粒度识别的自我中心视频中。
cs.CV / 229 / 2608.02144

Quaternion Tensor Modeling for Joint Color-Polarization Demosaicking

基于四元数张量的联合颜色-偏振去马赛克建模
Song, Yanqing, Miao, Jifei, Li, Chaoqian, Mei, Rui, Kou, Kit Ian, Yang, Liqiao
Abstract
Division-of-focal-plane (DoFP) color polarization cameras enable snapshot acquisition of color polarization mosaic images, but the inherently sparse sampling pattern makes color polarization demosaicking severely ill-posed. Existing methods often fail to jointly exploit the correlations among polarization channels and the physical constraints inherent in polarization imaging, resulting in noticeable demosaicking artifacts. To address this issue, a quaternion-tensor-based color polarization demosaicking (CPDM) method incorporating Stokes-domain total variation (TV) regularization is proposed. Correlation analysis shows that the correlations among polarization channels are stronger than those among color channels. Accordingly, the color polarization images acquired at $0^\circ$, $45^\circ$, $90^\circ$, and $135^\circ$ are encoded into the four components of a third-order quaternion tensor, with the color channels organized along its third mode. A low-rank prior is then imposed on the quaternion tensor to exploit the global structural redundancy in the color polarization data. Moreover, spatial gradients are mapped to the Stokes domain through an orthogonal transformation to separate intensity, polarization and residual variations, with adaptive quaternion weights enabling component-specific regularization and preserving the energy consistency of the reconstructed Stokes vectors. An efficient optimization algorithm is derived for the resulting model. Extensive experiments demonstrate the superior demosaicking performance of the proposed method.
Chinese Translation
焦平面分割(DoFP)颜色偏振相机能够快速获取颜色偏振马赛克图像,但其固有的稀疏采样模式使得颜色偏振去马赛克问题严重不适定。现有的方法往往未能充分利用偏振通道之间的相关性以及偏振成像中固有的物理约束,导致明显的去马赛克伪影。为了解决这一问题,提出了一种基于四元数张量的颜色偏振去马赛克(CPDM)方法,该方法结合了斯托克斯域全变差(TV)正则化。相关性分析表明,偏振通道之间的相关性强于颜色通道之间的相关性。因此,在$0^ ext{°}$、$45^ ext{°}$、$90^ ext{°}$和$135^ ext{°}$获取的颜色偏振图像被编码为一个三阶四元数张量的四个分量,颜色通道沿其第三个模式组织。然后在四元数张量上施加低秩先验,以利用颜色偏振数据中的全局结构冗余。此外,空间梯度通过正交变换映射到斯托克斯域,以分离强度、偏振和残余变化,适应性四元数权重使得分量特定的正则化成为可能,并保持重建的斯托克斯向量的能量一致性。为所得到的模型推导出了一种高效的优化算法。大量实验表明,所提出的方法在去马赛克性能上优于现有方法。
cs.CV / 230 / 2608.02145

UniqueSplat: View-conditioned 3D Gaussian Splatting for Generalizable 3D Reconstruction

UniqueSplat:基于视角条件的3D高斯点云重建模型
Song, Haixu, Yang, Xiaoke, Zhang, Shengjun, Lu, Jiwen, Duan, Yueqi
Abstract
In this paper, we propose UniqueSplat, a view-conditioned feed-forward 3D Gaussian Splatting model to reconstruct customized 3D radiance fields for each view query. Existing feed-forward methods such as pixelSplat and MVSplat aim to generate fixed Gaussians across all views of each scene by minimizing the error between rendered views and ground-truth images. However, such fixed Gaussians generally render images from all views and lack the ability to adapt to specific viewpoints, as they do not incorporate target view information when predicting Gaussians. To address this, our UniqueSplat learns the view-conditioned information as a prior and incorporates this knowledge into network parameters, so that Gaussians are dynamically adjusted in accordance with different views. Specifically, we propose a two-branch view-conditioned hyperNetwork to simultaneously learn view-agnostic embeddings and view-specific knowledge, which not only explores the shareable knowledge from various views, but also adapts the model to specific views at test time. Extensive experiments on widely-used datasets including RealEstate10K, ACID and DTU demonstrate the superiority of UniqueSplat over the state-of-the-art methods. Moreover, UniqueSplat encouragingly outperforms existing methods in cross-dataset evaluation, showing its notable generalization ability.
Chinese Translation
在本文中,我们提出了UniqueSplat,一种基于视角条件的前馈3D高斯点云模型,用于为每个视角查询重建定制的3D辐射场。现有的前馈方法如pixelSplat和MVSplat旨在通过最小化渲染视图与真实图像之间的误差,生成每个场景所有视角下的固定高斯。然而,这种固定高斯通常会从所有视角渲染图像,缺乏适应特定视点的能力,因为在预测高斯时并未考虑目标视角信息。为了解决这个问题,我们的UniqueSplat学习视角条件信息作为先验,并将这一知识融入网络参数中,使得高斯能够根据不同视角动态调整。具体而言,我们提出了一种双分支视角条件超网络(hyperNetwork),同时学习与视角无关的嵌入和特定视角的知识,这不仅探索了来自不同视角的可共享知识,还在测试时使模型适应特定视角。在广泛使用的数据集上进行的广泛实验,包括RealEstate10K、ACID和DTU,证明了UniqueSplat相较于最先进方法的优越性。此外,UniqueSplat在跨数据集评估中表现出色,显示出其显著的泛化能力。
cs.CV / 231 / 2608.02150

PhyCheck: Fine-Grained Evidence-Grounded Dataset for Physical Law Understanding in Video-LLMs

PhyCheck:用于视频大语言模型物理法则理解的细粒度证据基础数据集
Ba, Zhongjie, Xu, Shengwang, Cheng, Peng, Zou, Jinyang, Yu, Ting, Wang, Zhibo, Qin, Zhan
Abstract
Embodied intelligence and world models require video understanding systems to go beyond recognizing objects and actions and develop an understanding of physical regularities. However, despite their strong performance on general video understanding tasks, current video-language models still struggle to reliably determine whether an observed event conforms to specific physical laws. Existing benchmarks primarily assess the physical quality of generated videos, providing limited support for systematically evaluating and improving the physical-law understanding of Video Large Language Models (VideoLLMs). To address this gap, we introduce PhyCheck, a video question answering dataset organized at two complementary levels of granularity. The coarse-grained subset asks models to determine whether the phenomenon shown in a video conforms to or violates physical laws, while the fine-grained subset further examines whether models can capture physical details responsible for the violation or compliance. We use these subsets as structured supervision to improve physical understanding. In addition, the dataset contains a diagnostic subset with external causal context that reveal hidden factors affecting physical plausibility, assessing whether models can recalibrate their judgments accordingly. Experiments with Fine-tune Qwen2.5-VL show that training with the proposed data substantially improves the understanding of physical-consistency, while evaluations in the diagnostic subset reveal that current models still have difficulty incorporating additional causal conditions into their decisions. These findings highlight the gap between recognizing surface-level inconsistencies and understanding underlying physical mechanisms, and provide a foundation for evaluating and improving physical understanding in Video-LLMs.
Chinese Translation
具身智能和世界模型要求视频理解系统超越对物体和动作的识别,发展对物理规律的理解。然而,尽管当前视频语言模型在一般视频理解任务中表现出色,但仍然难以可靠地判断观察到的事件是否符合特定的物理法则。现有基准主要评估生成视频的物理质量,有限地支持系统性地评估和改善视频大语言模型(Video Large Language Models, VideoLLMs)的物理法则理解。为了解决这一问题,我们引入了PhyCheck,一个在两个互补粒度水平上组织的视频问答数据集。粗粒度子集要求模型判断视频中展示的现象是否符合或违反物理法则,而细粒度子集则进一步考察模型是否能够捕捉导致违反或符合的物理细节。我们利用这些子集作为结构化监督,以改善物理理解。此外,该数据集还包含一个诊断子集,提供外部因果背景,揭示影响物理合理性的隐藏因素,评估模型是否能够相应地重新校准其判断。与Fine-tune Qwen2.5-VL的实验表明,使用所提出的数据进行训练显著提高了物理一致性的理解,而在诊断子集中的评估则显示当前模型在将额外的因果条件纳入决策时仍然存在困难。这些发现突显了识别表面不一致与理解潜在物理机制之间的差距,并为评估和改善视频大语言模型的物理理解提供了基础。
cs.CV / 232 / 2608.02160

AdaForensics: Learning A Characteristic-aware Adaptive Deepfake Detector

AdaForensics:一种特征感知自适应深度伪造检测器
Yang, Xiaoke, Song, Haixu, Lu, Xiangyu, Huang, Shao-Lun, Duan, Yueqi
Abstract
In this paper, we propose a characteristic-aware adaptive network named AdaForensics for deepfake detection. Most existing methods learn a fixed network to detect deepfakes based on carefully-designed network architectures. However, these methods employ the same deepfake detector for all the images despite of various facial characteristic, which fail to provide customized forgery detection for different individuals. To address this, our AdaForensics simultaneously learns characteristic-agnostic and characteristic-specific embeddings, where the detector dynamically adapts to varying faces with our designed hypernetwork on the fly. More specifically, our AdaForensics not only explores the shareable abstractions from various deepfake images, but also adapts the detector to the given characteristic at test time. To achieve this, we propose a two-branch HyperNetwork to learn an adaptive deepfake detector, which automatically adjusts the parameters based on characteristic of the input. Extensive experiments on widely-used datasets including FaceForensics, Celeb-DF and DFDC demonstrate our AdaForensics outperforms the state-of-the-art works.
Chinese Translation
本文提出了一种名为AdaForensics的特征感知自适应网络,用于深度伪造检测。现有的大多数方法基于精心设计的网络架构学习固定的网络来检测深度伪造。然而,这些方法对所有图像使用相同的深度伪造检测器,尽管面部特征各异,未能为不同个体提供定制的伪造检测。为了解决这个问题,我们的AdaForensics同时学习特征无关和特征特定的嵌入,使得检测器能够动态适应不同面孔,利用我们设计的超网络实时调整。更具体地说,我们的AdaForensics不仅探索来自各种深度伪造图像的可共享抽象,还在测试时将检测器适应于给定特征。为此,我们提出了一种双分支超网络(HyperNetwork),以学习自适应深度伪造检测器,该检测器能够根据输入的特征自动调整参数。在FaceForensics、Celeb-DF和DFDC等广泛使用的数据集上的大量实验表明,我们的AdaForensics在性能上超越了现有的最先进技术。
cs.CV / 233 / 2608.02177

GSRAIN: Physically Calibrated High-/Low-Frequency Rainfall Synthesis for 3D Gaussian Driving Scenes

GSRAIN:物理校准的高/低频降雨合成用于3D高斯驱动场景
Wang, Fanyu, Zhang, Longgao, Chen, Junyi
Abstract
Existing rainfall simulation methods for autonomous driving remain limited in physical controllability and multi-view consistency. This paper presents GSRAIN, a high-/low-frequency rainfall synthesis method for 3D Gaussian Splatting (3DGS) driving scenes. GSRAIN constructs a high-frequency raindrop model from measured rainfall data and generates low-frequency rainy appearance using a geometry-aware single-step diffusion model. The two effects are then fused in a unified 3DGS scene, enabling rainfall-intensity control over the range of 0--13~mm/h. The proposed method achieves a Fr\'{e}chet Inception Distance (FID) of 149.09, outperforming CycleGAN-Turbo (155.71) and WeatherEdit (157.94). Object-detection and closed-loop driving experiments further show that the generated scenes expose scene-dependent performance changes of the evaluated algorithms under controllable rainfall. These results indicate that GSRAIN provides an effective approach for constructing physically controllable, repeatable, and closed-loop-compatible rainy-weather test scenes for autonomous driving.
Chinese Translation
现有的自主驾驶降雨模拟方法在物理可控性和多视角一致性方面仍然有限。本文提出了GSRAIN,一种用于3D高斯点云(3DGS)驾驶场景的高/低频降雨合成方法。GSRAIN从测量的降雨数据中构建高频雨滴模型,并使用几何感知的单步扩散模型生成低频雨天外观。然后将这两种效果融合在统一的3DGS场景中,实现了对降雨强度在0--13 mm/h范围内的控制。所提出的方法达到了149.09的Fréchet Inception Distance (FID),优于CycleGAN-Turbo(155.71)和WeatherEdit(157.94)。物体检测和闭环驾驶实验进一步表明,生成的场景在可控降雨下暴露了评估算法的场景依赖性性能变化。这些结果表明,GSRAIN为构建物理可控、可重复且兼容闭环的雨天测试场景提供了一种有效的方法,适用于自主驾驶。
cs.CV / 234 / 2608.02183

SWINSleepNet: A Hierarchical Context-Aware Framework for Sleep Staging (v2)

SWINSleepNet:一种层次化的上下文感知睡眠分期框架 (v2)
Wang, Chongjian, Gao, Junjie
Abstract
Automatic sleep staging is a critical role in sleep disorder diagnosis, sleep quality assessment, and long-term health monitoring; however, existing approaches suffer poor performance on ambiguous and transition-related sleep stages, caused by inadequate modeling of fine-grained intra-epoch structures and complex cross-region spectral dependencies. Traditional epoch-level encoders commonly fail to extract subtle temporal microstructures and intra-epoch cross-region interactions, resulting in unsatisfactory recognition accuracy for hard categories such as the N1 stage. To tackle these drawbacks, we propose SwinSleepNet, a hierarchical context-aware dual-stream framework that separately optimizes intra-epoch representation learning and inter-epoch contextual modeling. Concretely, we characterize each sleep epoch from two complementary perspectives: raw time-domain EEG signal and its time-frequency transformation. The time-domain branch adopts convolutional encoders to capture fine waveform temporal details, and the time-frequency branch uses Swin Transformer to extract local spectro-temporal features, hierarchical multi-scale information and long-range spatial dependencies. The multi-branch extracted features are fused into integrated embeddings, which are optimized by a bidirectional context module to capture cross-epoch temporal dependencies for final sleep stage classification. Comprehensive experiments on Sleep-EDF-20, Sleep-EDF-78 and SHHS datasets verify that our method achieves competitive overall performance, and exhibits stronger robustness and stability on difficult N1 stages and transitional epochs. The results prove that optimized intra-epoch representation learning based on hierarchical architecture greatly benefits automatic sleep staging tasks.
Chinese Translation
自动睡眠分期在睡眠障碍诊断、睡眠质量评估和长期健康监测中扮演着至关重要的角色;然而,现有方法在模糊和过渡相关的睡眠阶段上表现不佳,这主要是由于对细粒度的时段内结构和复杂的跨区域频谱依赖关系建模不足。传统的时段级编码器通常无法提取微妙的时间微结构和时段内的跨区域交互,导致对如N1阶段等困难类别的识别准确性不理想。为了解决这些缺陷,我们提出了SwinSleepNet,这是一种层次化的上下文感知双流框架,分别优化时段内表示学习和时段间上下文建模。具体而言,我们从两个互补的角度对每个睡眠时段进行特征描述:原始时域EEG信号及其时频变换。时域分支采用卷积编码器捕捉细微波形时间细节,而时频分支使用Swin Transformer提取局部频谱时间特征、层次多尺度信息和长程空间依赖关系。多分支提取的特征融合成集成嵌入,通过双向上下文模块进行优化,以捕捉跨时段的时间依赖关系,从而实现最终的睡眠阶段分类。在Sleep-EDF-20、Sleep-EDF-78和SHHS数据集上的全面实验验证了我们的方法在整体性能上具有竞争力,并在困难的N1阶段和过渡时段上表现出更强的鲁棒性和稳定性。结果证明,基于层次结构的优化时段内表示学习极大地有利于自动睡眠分期任务。
cs.CV / 235 / 2608.02188

SPIRIT: Spatio-temporal Pairwise Relational Modeling of Instrument-Tissue Interactions for Surgical Action Triplet Recognition

SPIRIT:用于外科操作三元组识别的仪器-组织交互时空成对关系建模
Sharma, Saurav, Arboit, Lorenzo, Banik, Nabani, Meuli, Sarah, Alekseenko, Julia, Liechti, Jan, Heitzinger, Franziska, Orsi, Michela, Mutter, Didier, Gero, Daniel, Nett, Philipp C., Muller, Beat P., Lavanchy, Joel L., Padoy, Nicolas
Abstract
Fine-grained understanding of surgical activity is essential for context-aware assistance in the operating room, including safety monitoring, adverse event identification, and skill assessment. Surgical action triplets, defined as tuples of the form , provide a structured description of instrument-tissue interactions. A key open problem, however, is how to learn triplet representations that remain reliable across institutions, where surgical video varies in acquisition conditions, surgeon style, tool usage, and tissue handling, while existing triplet datasets do not support explicit evaluation of center-wise transfer. To address this problem, we propose \textbf{SPIRIT}, a structured framework for surgical action triplet recognition designed to learn interaction representations that transfer more reliably across centers. Instead of treating each triplet as a flat class label, SPIRIT first learns spatio-temporal representations for instruments, verbs, and targets, then models their pairwise relations, and finally composes them into coherent triplet predictions, with multi-head distillation used to stabilize learning. To evaluate this setting, we establish \textbf{MultiBypass-4C-T40}, a multi-centric dataset for dense surgical action triplet recognition in Roux-en-Y gastric bypass across four geographically distinct centers, with auxiliary phase and step annotations. Across multiple evaluation protocols, SPIRIT consistently outperforms strong recent baselines, highlighting the value of explicit relational reasoning for multi-centric triplet recognition. Code will be available at https://github.com/CAMMA-public/multibypass-4c-t40.
Chinese Translation
对外科活动的细粒度理解对于手术室中的上下文感知辅助至关重要,包括安全监测、不良事件识别和技能评估。外科操作三元组被定义为形如 的元组,提供了仪器-组织交互的结构化描述。然而,一个关键的未解决问题是如何学习在不同机构中仍然可靠的三元组表示,因为外科视频在采集条件、外科医生风格、工具使用和组织处理上存在差异,而现有的三元组数据集并不支持中心间转移的明确评估。为了解决这个问题,我们提出了 extbf{SPIRIT},一个用于外科操作三元组识别的结构化框架,旨在学习在不同中心之间更可靠的交互表示。SPIRIT 首先为仪器、动词和目标学习时空表示,而不是将每个三元组视为一个平面类标签,然后建模它们的成对关系,最后将其组合成一致的三元组预测,并使用多头蒸馏来稳定学习。为了评估这一设置,我们建立了 extbf{MultiBypass-4C-T40},这是一个用于在四个地理上不同中心进行密集外科操作三元组识别的多中心数据集,附带辅助阶段和步骤注释。在多个评估协议中,SPIRIT 始终优于强大的近期基线,突显了显式关系推理在多中心三元组识别中的价值。代码将发布在 https://github.com/CAMMA-public/multibypass-4c-t40。
cs.CV / 236 / 2608.02191

DerainSplat: Feed-Forward Clean 3D Gaussian Splatting from Sparse Rainy Views

DerainSplat:从稀疏雨天视图中前馈清晰的3D高斯点云重建
Jiang, Fuzhen, Shi, Changyue, Yang, Chuxiao, Hu, Xinyuan, Ye, Wenjie, Chen, Minghao
Abstract
Although image deraining has advanced substantially, existing methods mainly focus on 2D image restoration. As spatial intelligence applications such as embodied AI and autonomous driving continue to emerge, reconstructing clean 3D scenes from sparse rainy views in a feed-forward manner becomes increasingly important. Existing feed-forward 3D Gaussian Splatting (3DGS) methods often assume clean inputs and collapse under rainy conditions. To this end, we present \textbf{\textit{DerainSplat}}, a feed-forward framework that reconstructs clean 3D scenes from only a few rainy views. To support this task, we build a large-scale multi-view derain dataset through a four-stage synthesis pipeline that sequentially models overcast illumination, depth-dependent haze, rain streaks, and lens raindrops, producing privileged weather factors. We introduce a weather net that predicts the weather factors from rainy context and yields two support maps. Scene support modulates cross-view cost-volume matching, while radiance support drives depth-aligned appearance fusion to fill corrupted pixels. The derived geometry evidence further attenuates Gaussian opacity to reduce spurious structures. A rainy cycle consistency re-renders clean views using the predicted factors and aligns them with rainy inputs. Extensive experiments show that \textbf{\textit{DerainSplat}} outperforms existing methods on various datasets, including RealEstate10K, ACID, Mip-NeRF360, and real-world rainy scenes, with strong cross-dataset generalization.
Chinese Translation
尽管图像去雨技术已经取得了显著进展,但现有方法主要集中在2D图像恢复上。随着具身人工智能和自动驾驶等空间智能应用的不断涌现,从稀疏的雨天视图中以前馈方式重建清晰的3D场景变得愈发重要。现有的前馈3D高斯点云重建(3DGS)方法通常假设输入为清晰图像,在雨天条件下会失效。为此,我们提出了 extbf{ extit{DerainSplat}},这是一个前馈框架,能够仅从少量雨天视图中重建清晰的3D场景。为了支持这一任务,我们通过四阶段合成管道构建了一个大规模的多视角去雨数据集,该管道依次模拟阴天照明、深度依赖雾霭、雨滴条纹和镜头雨滴,生成特权天气因子。我们引入了一个天气网络,该网络从雨天上下文中预测天气因子,并生成两个支持图。场景支持调节跨视图成本体积匹配,而辐射支持驱动深度对齐的外观融合,以填补受损像素。推导出的几何证据进一步减弱高斯不透明度,以减少虚假结构。雨天循环一致性使用预测因子重新渲染清晰视图,并将其与雨天输入对齐。大量实验表明, extbf{ extit{DerainSplat}}在多个数据集上超越了现有方法,包括RealEstate10K、ACID、Mip-NeRF360和真实世界的雨天场景,并展现出强大的跨数据集泛化能力。
cs.CV / 237 / 2608.02192

T$^2$exture: Sparsely Perturbed Thermal-to-Texture Imaging

T$^2$exture:稀疏扰动的热成像纹理重建
Chen, Jiashuo, Dai, Cheng, Hu, Yanan, Bao, Fanglin
Abstract
Thermal imaging remains effective under adverse illumination, yet passive long-wave infrared (LWIR) measurements often lack fine texture. Existing thermal texture imaging approaches commonly rely on spectral sensing or registered auxiliary modalities, incurring substantial data throughput or vulnerability to cross-modal degradation. We introduce T$^2$exture, a sparsely perturbed thermal texture imaging framework that aims to reconstruct temporally dense thermal texture sequences from densely sampled passive frames and a few actively perturbed keyframes. We define thermal texture as the residual between a source-on observation and its corresponding source-off passive state. Under sparse LWIR illumination and rapid quasi-steady paired acquisition, this residual attenuates the passive-emission background and approximates a source-induced reflected response, exposing localized material- and geometry-dependent texture. T$^2$exture reconstructs a dense sequence of this source-conditioned response through two stages. Stage 1 estimates the unobserved source-off passive state at each active instant from neighboring passive frames to obtain reliable differential texture anchors. Stage 2 combines sparse anchors with passive structural context near each target time to reconstruct the dense sequence. On the simulated benchmark, T$^2$exture adds only 0.20M parameters to AMT-L while improving PSNR by 6.66 dB. Extensive evaluations on simulated and real acquisitions further show clearer texture recovery and stronger structural preservation than representative VFI baselines. These results establish T$^2$exture as a practical framework for thermal texture imaging under sparse active acquisition.
Chinese Translation
热成像在不良光照条件下仍然有效,但被动的长波红外(LWIR)测量通常缺乏细致的纹理。现有的热纹理成像方法通常依赖于光谱传感或注册的辅助模态,这会导致大量的数据吞吐量或对跨模态退化的脆弱性。我们提出了 T$^2$exture,一个稀疏扰动的热纹理成像框架,旨在从密集采样的被动帧和少量主动扰动的关键帧中重建时间密集的热纹理序列。我们将热纹理定义为源开启观察与其对应的源关闭被动状态之间的残差。在稀疏的 LWIR 照明和快速的准稳态配对采集下,这一残差减弱了被动发射背景,并近似源引起的反射响应,揭示了局部材料和几何相关的纹理。T$^2$exture 通过两个阶段重建这一源条件响应的密集序列。第一阶段从邻近的被动帧中估计每个主动时刻未观察到的源关闭被动状态,以获得可靠的差异纹理锚点。第二阶段结合稀疏锚点与每个目标时间附近的被动结构上下文,以重建密集序列。在模拟基准测试中,T$^2$exture 仅向 AMT-L 添加了 0.20M 参数,同时提高了 PSNR 6.66 dB。对模拟和真实采集的广泛评估进一步显示出比代表性 VFI 基线更清晰的纹理恢复和更强的结构保留。这些结果确立了 T$^2$exture 作为稀疏主动采集下热纹理成像的实用框架。
cs.CV / 238 / 2608.02200

RSC-GestureNet: Reliability-Aware Selective Causal Recognition of Chinese Traffic Police Gestures

RSC-GestureNet:可靠性感知的中国交通警察手势选择性因果识别
Li, Cheng, Gao, Renjun, Fu, Boyi
Abstract
Traffic police gestures are safety-critical perception cues for autonomous driving. A deployable recognizer must infer commands causally from continuous full-frame video, remain stable around transitional arm motion, and avoid over-trusting corrupted pose measurements. This study presents RSC-GestureNet, a reliability-aware selective causal recognizer, for Chinese traffic police gestures. The model treats pose confidence as a first-class signal: unreliable joints are down weighted during graph reasoning, temporal evidence is aggregated causally, and calibrated predictions are selectively emitted through a reliability-aware inference rule. We further introduce CTPGesture-C, a reproducible feature-level corruption benchmark with seven pose/RGB degradation families, and an RGB-level diagnostic in which corrupted frames are reprocessed by MediaPipe before recognition. On the complete official CTPGesture v1 split (134,424 labeled frames and 33,451 causal windows), RSC-GestureNet achieves 93.33+-0.24% accuracy, 91.71+-0.27% macro-F1, 91.69+-0.29% online macro-F1, 98.80+-0.07% Early@10, 0.153+-0.013 s TTC, and the best robust macro-F1 among evaluated methods. Under the same split and causal protocol, it exceeds reproduced traffic-specific MD-GCN and HLP-GCN baselines by 3.23-4.11 macro-F1 points and 2.15-3.07 online-F1 points. These results, together with calibration, selective-risk, statistical, adaptive-branching, and image-level re-extraction analyses, indicate that explicit pose-reliability modeling improves early, stable, and robust traffic-command recognition.
Chinese Translation
交通警察手势是自动驾驶中安全关键的感知线索。一个可部署的识别器必须能够从连续的全帧视频中因果推断命令,在过渡的手臂运动中保持稳定,并避免对损坏的姿态测量过于信任。本研究提出了RSC-GestureNet,一种针对中国交通警察手势的可靠性感知选择性因果识别器。该模型将姿态置信度视为一类重要信号:在图推理过程中,对不可靠的关节进行降权,因果地聚合时间证据,并通过可靠性感知推理规则选择性地输出校准预测。我们进一步引入了CTPGesture-C,这是一个可重复的特征级损坏基准,包含七种姿态/RGB降级类别,以及一个RGB级诊断,其中损坏的帧在识别前通过MediaPipe重新处理。在完整的官方CTPGesture v1划分(134,424个标记帧和33,451个因果窗口)上,RSC-GestureNet达到了93.33±0.24%的准确率,91.71±0.27%的宏F1,91.69±0.29%的在线宏F1,98.80±0.07%的Early@10,0.153±0.013秒的TTC,以及在评估方法中最佳的鲁棒宏F1。在相同的划分和因果协议下,它超越了再现的交通特定MD-GCN和HLP-GCN基线,宏F1提高了3.23-4.11点,在线F1提高了2.15-3.07点。这些结果,以及校准、选择性风险、统计、适应性分支和图像级重新提取分析,表明明确的姿态可靠性建模改善了早期、稳定和鲁棒的交通命令识别。
cs.CV / 239 / 2608.02206

CLEAR: Conflict-aware Learning via Evidence-guided Adaptive Routing for Unified Sparse-View 3D Gaussian Super-Resolution

CLEAR:通过证据引导的自适应路由进行冲突感知学习以实现统一稀疏视图3D高斯超分辨率
Li, Hantang, Zhu, Qiang, Meng, Xiandong, Zhao, Debin, Fan, Xiaopeng
Abstract
Sparse-view 3D Gaussian Splatting Super-resolution is highly challenging since the sparse and low-resolution (LR) inputs lack sufficient geometric and high-frequency information for accurate reconstruction. To achieve high-quality reconstruction, existing sparse-view super-resolution methods adhere to two-stage pipeline that performs LR Gaussian reconstruction and then high-resolution (HR) Gaussian refinement, which directly results in stage-wise Gaussian transfer and reconstruction error accumulation. To this end, we propose CLEAR, a Conflict-aware Learning via Evidence-guided Adaptive Routing, as the first unified single-stage framework for Sparse-view 3D Gaussian Splatting Super-resolution. Specifically, CLEAR performs joint the optimization of authentic LR observations and external HR priors within a unified Gaussian representation. To mitigate the gradient conflicts introduced by sparse supervision during training, we propose a Gaussian-wise conflict-aware optimization strategy that regards the LR gradient as a reliable anchor and applies evidence-conditioned soft correction only to severe HR conflicts. Moreover, to recover high-frequency details, we introduce an evidence-guided Patch-to-Gaussian routing mechanism which estimates patch reliability and detail demand, lifts them into Gaussian space, and selectively routes high-frequency gradients and densification. Finally, we employ shared Gaussian dropout and a detached mid-training anchoring to enhance the robustness of training framework. Extensive experiments on both synthetic and real-world $4\times$ super-resolution benchmarks demonstrate that CLEAR consistently achieves state-of-the-art rendering quality and superior geometric fidelity.
Chinese Translation
稀疏视图3D高斯点云超分辨率面临极大挑战,因为稀疏和低分辨率(LR)输入缺乏足够的几何和高频信息以实现准确重建。为了实现高质量重建,现有的稀疏视图超分辨率方法遵循两阶段流程,首先进行低分辨率高斯重建,然后进行高分辨率(HR)高斯细化,这直接导致了阶段间高斯转移和重建误差的累积。为此,我们提出了CLEAR,一种通过证据引导的自适应路由进行冲突感知学习的方法,作为稀疏视图3D高斯点云超分辨率的第一个统一单阶段框架。具体而言,CLEAR在统一的高斯表示中联合优化真实的低分辨率观测和外部高分辨率先验。为了减轻训练过程中稀疏监督引入的梯度冲突,我们提出了一种高斯级冲突感知优化策略,将低分辨率梯度视为可靠的锚点,并仅对严重的高分辨率冲突应用基于证据的软校正。此外,为了恢复高频细节,我们引入了一种证据引导的补丁到高斯路由机制,该机制估计补丁的可靠性和细节需求,将其提升到高斯空间,并选择性地路由高频梯度和密集化。最后,我们采用共享高斯丢弃和独立的中期训练锚定来增强训练框架的鲁棒性。在合成和真实世界的 $4 imes$ 超分辨率基准上进行的大量实验表明,CLEAR始终实现了最先进的渲染质量和优越的几何保真度。
cs.CV / 240 / 2608.02208

Self-supervised DXA representations encode multi-system disease risk, biological aging and heritability

自监督DXA表征编码多系统疾病风险、生物老化和遗传性
Sasson, Gil, Levine, Zachary, Shilo, Smadar, Kohn, Sarah, Lutsker, Guy, Godneva, Anastasia, Gabet, Adam, Krongauz, David, Weinberger, Adina, LeCun, Yann, Balestriero, Randall, Segal, Eran
Abstract
Whole-body dual-energy X-ray absorptiometry (DXA) scans are routinely acquired to measure bone density and regional body composition, leaving their spatial structure largely unused. Here, we show that self-supervised learning (SSL) can convert raw DXA images into representations of systemic health. We introduce LeDXA, a vision model based on a joint-embedding predictive architecture (JEPA) that learns by predicting latent representations rather than reconstructing pixels. Trained from scratch on 11,540 unlabeled Human Phenotype Project scans, LeDXA was evaluated internally and on 47,400 external UK Biobank (UKBB) scans. It improved cross-cohort prediction of prevalent diseases and biomarkers beyond scanner-derived DXA measurements and DINOv3, a state-of-the-art general-purpose model, despite approximately 150,000-fold fewer training images and nearly 40-fold fewer parameters. Over a median 4.3-year UKBB follow-up, LeDXA improved incident disease prediction over tabular DXA measures, with the largest gains for hip and knee arthrosis and type 2 diabetes. For hip arthrosis, 66% of incident cases occurred in the highest-risk quartile versus 41% for tabular measures. Its representations predicted chronological age externally (r = 0.88; mean absolute error = 2.90 years), and the biological-age gap tracked broader disease burden and a 45% higher mortality hazard in the oldest-appearing quartile. The gap also decreased in women after starting hormone-replacement therapy, suggesting it may be modifiable. Genome-wide associations recovered mostly known body-composition and bone-density loci, and LeDXA embeddings were more heritable than DINOv3's. These findings reveal prognostic information in DXA images that conventional readouts discard, learnable with relatively little data and modest compute.
Chinese Translation
全身双能X射线吸收测定(DXA)扫描常规用于测量骨密度和区域体成分,但其空间结构大多未被利用。在此,我们展示了自监督学习(SSL)可以将原始DXA图像转换为系统健康的表征。我们引入了LeDXA,这是一种基于联合嵌入预测架构(JEPA)的视觉模型,通过预测潜在表征而非重建像素进行学习。LeDXA在11540个未标记的人类表型项目扫描上从零开始训练,并在47400个外部英国生物库(UKBB)扫描上进行了内部评估。尽管训练图像数量约为15万分之一,参数数量几乎减少了40倍,LeDXA在流行疾病和生物标志物的跨队列预测上超越了扫描仪衍生的DXA测量和DINOv3这一最先进的通用模型。在中位数4.3年的UKBB随访中,LeDXA在事件疾病预测上优于表格DXA测量,尤其是在髋关节和膝关节骨关节炎及2型糖尿病方面取得了最大的提升。对于髋关节骨关节炎,66%的事件病例发生在最高风险的四分之一中,而表格测量为41%。其表征外部预测了生理年龄(r = 0.88;平均绝对误差 = 2.90年),生物年龄差距与更广泛的疾病负担相关,并在外观最老的四分之一中显示出45%的更高死亡风险。该差距在女性开始激素替代疗法后也有所减小,表明其可能是可调的。全基因组关联分析主要恢复了已知的体成分和骨密度位点,LeDXA嵌入的遗传性高于DINOv3。这些发现揭示了DXA图像中传统读数所丢弃的预后信息,能够在相对较少的数据和适度的计算下进行学习。
cs.CV / 241 / 2608.02214

VARPose: Flexible 2D Pose Densification via Visual Autoregressive Modeling for Enhanced 3D Lifting

VARPose:通过视觉自回归建模实现灵活的2D姿态稠密化以增强3D提升
Pu, Kaiyuan, Yang, Tiantian, Zeng, Dan
Abstract
Visual AutoRegressive Modeling (VAR) has excelled in natural image generation via next-scale prediction, but its use on topology-structured data like human skeletons is still unexplored. VARPose is proposed to adaptively densify 2D sparse poses, thereby enriching the anatomical information available for 3D lifting models. Our core contributions are twofold. First, we introduce a Granularity-agnostic Pose Tokenizer (GPT), which employs a single hybrid codebook and a residual quantization strategy to encode poses of varying densities into a unified, multi-scale discrete representation. Our results demonstrate the strong generalizability of this representation. By decoupling the representation from the projection, we can successfully decode novel pose granularities using a frozen codebook with a retrained decoder. Second, we propose UniSkelar, a unified autoregressive model that treats "joint density" as "scale". UniSkelar learns to predict the token sequence for the next density level in a coarse-to-fine manner, conditioned on the sparsest pose. VARPose not only outperforms state-of-the-art methods and generalizes to unseen granularities, but also confers tangible performance gains on downstream tasks, such as 3D Pose Estimation and Human Mesh Recovery, through 2D pose densification. Our code and model are available at https://github.com/BRL-SYSU/VARPose.git.
Chinese Translation
视觉自回归建模(Visual AutoRegressive Modeling,VAR)在自然图像生成方面通过下一尺度预测表现出色,但其在像人类骨架这样的拓扑结构数据上的应用仍未被探索。我们提出了VARPose,以自适应地稠密化2D稀疏姿态,从而丰富3D提升模型可用的解剖信息。我们的核心贡献有两个方面。首先,我们引入了一种粒度无关的姿态标记器(Granularity-agnostic Pose Tokenizer,GPT),该标记器采用单一混合代码本和残差量化策略,将不同密度的姿态编码为统一的多尺度离散表示。我们的结果表明这种表示具有很强的泛化能力。通过将表示与投影解耦,我们可以成功地使用冻结的代码本和重新训练的解码器解码新姿态粒度。其次,我们提出了UniSkelar,这是一种统一的自回归模型,将“关节密度”视为“尺度”。UniSkelar学习以粗到细的方式预测下一个密度级别的标记序列,条件是最稀疏的姿态。VARPose不仅优于最先进的方法并且能够泛化到未见过的粒度,而且通过2D姿态稠密化在下游任务(如3D姿态估计和人类网格恢复)上带来了显著的性能提升。我们的代码和模型可在 https://github.com/BRL-SYSU/VARPose.git 获取。
cs.CV / 242 / 2608.02216

Local Margin Restoration for Test-Time Adaptation of Vision-Language Models

测试时适应视觉语言模型的局部边际恢复
Huang, Yan, Wang, Guowei, Wang, Xu, Liu, Kangjun, Lin, Xin
Abstract
Vision-language models (VLMs) such as CLIP exhibit remarkable zero-shot capabilities, yet their performance frequently degrades sharply under unexpected test-time distribution shifts. While Test-Time Adaptation (TTA) offers a promising solution, continuously adapting VLMs over an unlabeled test stream presents fundamental challenges. Conventional top-1-centric updates often reinforce errors by corrupting the local semantic geometry among related classes, while iterative adaptation exacerbates progressive bias accumulation, ultimately driving the model toward mode collapse. To overcome these coupled vulnerabilities, we propose Local Margin Restoration (LMR), a lightweight, one-step TTA framework. At the sample level, our Protected Margin Restoration (PMR) objective recovers local semantic geometry by shielding plausible near-top candidates from external hard negatives. Concurrently, to combat stream-level degradation, we introduce a dual-stage stabilization mechanism, featuring an Adaptive Margin (AM) controller and Bias Correction (BC), to dynamically disrupt progressive bias accumulation and prevent mode collapse. Extensive experiments on CIFAR-C, ImageNet-C, and ImageNet variants demonstrate that LMR consistently outperforms state-of-the-art TTA baselines, proving exceptionally robust and efficient even in challenging low-batch test-time regimes. Our code is available at https://github.com/DennisHuangYan/LMR.
Chinese Translation
视觉语言模型(VLMs)如 CLIP 展现出显著的零-shot 能力,但在意外的测试时间分布变化下,其性能往往急剧下降。尽管测试时适应(TTA)提供了一个有前景的解决方案,但在无标签的测试流上持续适应 VLMs 面临根本性挑战。传统的以 top-1 为中心的更新往往通过破坏相关类别之间的局部语义几何来强化错误,而迭代适应则加剧了渐进偏差的累积,最终导致模型趋向模式崩溃。为了克服这些耦合的脆弱性,我们提出了局部边际恢复(LMR),这是一种轻量级的一步 TTA 框架。在样本级别,我们的受保护边际恢复(PMR)目标通过保护合理的近顶候选者免受外部硬负样本的影响来恢复局部语义几何。同时,为了应对流级别的退化,我们引入了双阶段稳定机制,包含自适应边际(AM)控制器和偏差校正(BC),以动态打断渐进偏差的累积并防止模式崩溃。在 CIFAR-C、ImageNet-C 和 ImageNet 变体上的大量实验表明,LMR 始终优于最先进的 TTA 基线,即使在具有挑战性的低批次测试时间环境中也表现出极强的鲁棒性和效率。我们的代码可在 https://github.com/DennisHuangYan/LMR 获取。
cs.CV / 243 / 2608.02217

VC-Tooler: Learning Compositional and Adaptive Visual Tool Use

VC-Tooler:学习组合性和自适应的视觉工具使用
Wu, Yizheng, Hua, Jiashen, Deng, Bing, Ye, Jieping
Abstract
Agentic multimodal reasoning extends passive image understanding by allowing VLMs to actively acquire and refine visual evidence through visual tool interactions. Effective visual tool use requires three capabilities: grounding tool calls in visual context, composing tools across multiple steps, and adapting reasoning to tool-returned observations. However, existing approaches largely focus on grounding within fixed tool spaces and rigid invocation patterns, leaving composition and adaptation insufficiently addressed. We present VC-Tooler, which learns visual tool use as a compositional and adaptive capability. To this end, we first build a trajectory bank through a hierarchical synthesis pipeline covering three capability levels: single-tool grounding, multi-tool composition, and diverse tool contexts and interfaces. We then train the model in two stages: a supervised cold start that establishes these capabilities, followed by reinforcement learning that encourages accurate, efficient, and context-aware visual tool use. VC-Tooler achieves state-of-the-art performance among open-source models on both general-purpose and agentic benchmarks, including $95.8\%$ on V* and $35.3\%$ on VTC-Bench, and shows promising transfer under richer tool settings at inference time. Project page: https://w1zheng.github.io/VC-Tooler
Chinese Translation
代理多模态推理通过允许视觉语言模型(VLMs)主动获取和完善视觉证据,从而扩展了被动图像理解。有效的视觉工具使用需要三种能力:在视觉上下文中定位工具调用、跨多个步骤组合工具,以及根据工具返回的观察结果调整推理。然而,现有方法主要集中在固定工具空间和严格调用模式中的定位,导致组合和适应性问题未得到充分解决。我们提出了VC-Tooler,它将视觉工具使用学习为一种组合性和自适应能力。为此,我们首先通过一个层次合成管道构建了一个轨迹库,涵盖了三个能力层级:单工具定位、多工具组合以及多样化的工具上下文和接口。然后,我们分两个阶段训练模型:一个监督冷启动阶段建立这些能力,随后是强化学习阶段,鼓励准确、高效和上下文感知的视觉工具使用。VC-Tooler在通用和代理基准测试中在开源模型中实现了最先进的性能,包括在V*上达到95.8%和在VTC-Bench上达到35.3%,并在推理时在更丰富的工具设置下显示出良好的迁移能力。项目页面:https://w1zheng.github.io/VC-Tooler
cs.CV / 244 / 2608.02236

GenPrior: Unleashing Text-to-Motion Generative Priors for Zero-Shot Skeleton-based Action Recognition

GenPrior:释放文本到运动生成先验以实现零样本骨架动作识别
Kuang, Jidong, Wang, Hongsong, Gui, Jie
Abstract
Zero-shot skeleton-based action recognition (ZSAR) aims to recognize unseen action categories by aligning skeleton features with textual semantics. However, existing methods rely on text-derived prototypes that inherently lack geometric structure and physical constraints, resulting in a pronounced \textit{semantic-kinematic gap}. To bridge this gap, we propose \textbf{GenPrior}, the first framework to exploit generative priors from pre-trained Text-to-Motion (T2M) models for ZSAR. Specifically, we introduce Dispersion-Gated Feature Fusion, which distills kinematic prototypes and intra-class dispersion from generative motion sequences and employs a learned gating network to adaptively inject reliable structural cues into textual embeddings while suppressing synthetic artifacts. Furthermore, we propose Generative Prototype Refinement, which leverages these generation-enhanced prototypes as anchors to mine high-confidence unseen samples, calibrating class prototypes toward the true distribution and thereby unleashing strong performance gains. Extensive experiments on NTU-60, NTU-120, and PKU-MMD demonstrate that GenPrior achieves state-of-the-art performance under both zero-shot and generalized zero-shot settings. Code is available at https://github.com/jidongkuang/GenPrior.
Chinese Translation
零样本骨架动作识别(ZSAR)旨在通过对齐骨架特征与文本语义来识别未见过的动作类别。然而,现有方法依赖于文本派生的原型,这些原型本质上缺乏几何结构和物理约束,导致显著的 extit{语义-运动学差距}。为了弥补这一差距,我们提出了 extbf{GenPrior},这是第一个利用预训练的文本到运动(T2M)模型生成先验进行ZSAR的框架。具体而言,我们引入了分散门控特征融合,该方法从生成的运动序列中提取运动原型和类内分散,并利用学习的门控网络自适应地将可靠的结构线索注入文本嵌入,同时抑制合成伪影。此外,我们提出了生成原型精炼,利用这些增强生成的原型作为锚点来挖掘高置信度的未见样本,从而校准类原型朝向真实分布,从而释放出显著的性能提升。在NTU-60、NTU-120和PKU-MMD上的大量实验表明,GenPrior在零样本和广义零样本设置下均实现了最先进的性能。代码可在 https://github.com/jidongkuang/GenPrior 获取。
cs.CV / 245 / 2608.02252

HarMoE: Multi-Source Chest Radiograph Pretraining with Dataset-Disentangled Experts

HarMoE:具有数据集解耦专家的多源胸部放射影像预训练
Luo, Haozhe, Zhou, Ziyu, Shu, Shelley Zixin, Reyes, Mauricio
Abstract
Recent vision-language models for chest X-ray understanding are largely built on image-report alignment and therefore rely heavily on MIMIC-CXR as the dominant pretraining source. While effective at scale, this paradigm underexplores an important alternative source of supervision: a range of existing multi-label classification datasets, which provide cleaner and more explicit disease signals than free-text reports, and can offer broader pathology coverage when combined across sources. However, learning from such heterogeneous datasets is nontrivial, as differences in label ontologies, annotation protocols, acquisition pipelines, and report styles can cause models to entangle clinical semantics with dataset identity, leading to poor transfer despite increased scale. In this work, we revisit radiology VLM construction from the perspective of harmonized multi-source learning. We propose HarMoE, a dataset-aware mixture-of-experts framework that learns shared cross-dataset medical semantics while confining source-specific variation to lightweight residual experts in deeper decoder layers. To further exploit clean supervision from labeled datasets, we train in a unified disease vocabulary with masked multi-dataset supervision, enabling the model to leverage complementary annotations without introducing false negatives. Experiments on large-scale chest X-ray benchmarks show that HarMoE consistently improves zero-shot classification, out-of-distribution transfer, and grounding over strong baselines. Our results suggest that building robust radiology VLMs requires moving beyond single-source image-report alignment toward structured knowledge construction from heterogeneous datasets with cleaner supervision and broader coverage. Code and the 873k harmonized dataset will be released at https://github.com/Roypic/harmoe.
Chinese Translation
近期用于胸部X光理解的视觉-语言模型主要基于图像与报告的对齐,因此在很大程度上依赖于MIMIC-CXR作为主要的预训练来源。尽管这种方法在规模上有效,但它未能充分探索一个重要的替代监督来源:一系列现有的多标签分类数据集,这些数据集提供比自由文本报告更清晰和更明确的疾病信号,并且在跨来源结合时可以提供更广泛的病理覆盖。然而,从这些异构数据集中学习并非易事,因为标签本体、注释协议、获取流程和报告风格的差异可能导致模型将临床语义与数据集身份混淆,从而导致尽管规模增加但转移效果不佳。在本研究中,我们从协调的多源学习的角度重新审视放射学视觉-语言模型的构建。我们提出了HarMoE,一个数据集感知的专家混合框架,该框架在限制源特定变异的同时,学习共享的跨数据集医学语义,并将这些变异限制在更深解码器层中的轻量级残差专家中。为了进一步利用标记数据集中的清晰监督,我们在统一的疾病词汇中进行训练,采用掩蔽的多数据集监督,使模型能够利用互补的注释而不引入假阴性。在大规模胸部X光基准测试中的实验表明,HarMoE在零-shot分类、分布外转移和基础对齐方面始终优于强基线。我们的结果表明,构建稳健的放射学视觉-语言模型需要超越单一来源的图像-报告对齐,朝着从具有更清晰监督和更广泛覆盖的异构数据集中构建结构化知识的方向发展。代码和873k协调数据集将发布在https://github.com/Roypic/harmoe。
cs.CV / 246 / 2608.02258

Open-Set Visual Text Forensics via Sparse-Constraint Rectified Flow

基于稀疏约束校正流的开放集视觉文本取证
Zhang, Jiangling, Gao, Shuxuan, Chen, Zeyu, Liu, Yichao, Zhou, Yu
Abstract
Rapidly evolving Generative AI enables sophisticated visual text manipulations that increasingly evade current forensic detectors. Existing discriminative models often overfit specific forgery patterns, limiting their generalization to unseen, open-set attacks. To address this challenge, we propose a generative detector that localizes tampering by estimating the local restoration cost required to align a query image with authentic visual-text statistics, rather than by learning forgery-specific decision boundaries. Specifically, we introduce Sparse-Constraint Rectified Flow (SC-RF), a detector-oriented adaptation of Flow Matching for spatially sparse anomaly localization. We further mitigate data scarcity via self-supervised Artifact Injection and preserve high-frequency forensic traces using a pixel-space Forensic-DiT. Extensive experiments on three benchmarks show that our method achieves state-of-the-art performance, surpassing the runner-up by 3.2 and 4.8 percentage points in F1 and IoU, respectively. In particular, the proposed detector demonstrates strong zero-shot performance on challenging unseen text editing patterns. We further provide an auxiliary stress-test analysis showing that local harmonization produced by our model can weaken the statistical cues relied upon by existing detectors, offering a complementary vulnerability-analysis perspective.
Chinese Translation
快速发展的生成型人工智能使得复杂的视觉文本操控日益难以被当前的取证检测器识别。现有的判别模型往往过拟合特定的伪造模式,限制了它们对未见的开放集攻击的泛化能力。为了解决这一挑战,我们提出了一种生成型检测器,通过估计将查询图像与真实视觉文本统计数据对齐所需的局部恢复成本来定位篡改,而不是通过学习特定伪造的决策边界。具体而言,我们引入了稀疏约束校正流(Sparse-Constraint Rectified Flow, SC-RF),这是一种针对空间稀疏异常定位的检测器导向的流匹配适配。我们进一步通过自监督伪影注入来缓解数据稀缺问题,并使用像素空间取证-DiT(Forensic-DiT)来保留高频取证痕迹。在三个基准测试上的大量实验表明,我们的方法达到了最先进的性能,在F1和IoU上分别超过了亚军3.2和4.8个百分点。特别是,所提出的检测器在具有挑战性的未见文本编辑模式上表现出强大的零样本性能。我们还提供了辅助压力测试分析,表明我们模型产生的局部和谐化可以削弱现有检测器所依赖的统计线索,提供了一种互补的脆弱性分析视角。
cs.CV / 247 / 2608.02284

EOVSAM: Efficient Open-Vocabulary Segmentation with SAM 3 in One Pass

EOVSAM:基于SAM 3的一次性高效开放词汇分割
Peng, Haomin, Li, Yongkang, Liu, Zhaoxiang, Jin, Xiaojie, Lian, Shiguo, Wei, Yunchao, Wang, Xinggang
Abstract
Open-vocabulary segmentation identifies and segments objects from arbitrary textual descriptions. SAM 3 supports noun-phrase-guided segmentation and achieves competitive open-vocabulary performance through exhaustive vocabulary traversal, yet suffers from prohibitive computational overhead as target categories scale. In this paper, we propose an Efficient Open-Vocabulary segmentation framework with SAM 3 (EOVSAM), which adapts SAM 3 for single-pass prediction. EOVSAM removes prompt conditioning to turn SAM 3 into an efficient mask generator and introduces a new Attentional Aggregation strategy to optimize open-vocabulary classification end-to-end. This formulation avoids the multi-stage pipelines and post-processing heuristics commonly used by existing methods, while mitigating the closed-set collapse that can arise when classification is optimized directly. EOVSAM consistently improves segmentation accuracy over vanilla SAM 3 on all evaluated datasets and accelerates inference by up to 338$\times$. Furthermore, EOVSAM maintains high accuracy at lower resolutions while achieving even more remarkable inference speeds. Experiments on standard semantic and panoptic segmentation benchmarks show that EOVSAM combines competitive or state-of-the-art accuracy with a substantial speed advantage over existing open-vocabulary segmentation models. Code and models are available at https://github.com/hustvl/EOVSAM.
Chinese Translation
开放词汇分割从任意文本描述中识别和分割对象。SAM 3 支持名词短语引导的分割,并通过全面的词汇遍历实现了竞争性的开放词汇性能,但随着目标类别的增加,其计算开销也变得不可承受。本文提出了一种基于SAM 3的高效开放词汇分割框架(EOVSAM),该框架将SAM 3调整为单次预测。EOVSAM去除了提示条件,使SAM 3成为一个高效的掩码生成器,并引入了一种新的注意力聚合策略,以优化开放词汇分类的端到端过程。这种方法避免了现有方法常用的多阶段管道和后处理启发式,同时减轻了直接优化分类时可能出现的闭集崩溃。EOVSAM在所有评估数据集上始终提高了分割准确性,并将推理速度提升至338倍。此外,EOVSAM在较低分辨率下保持了高准确性,同时实现了更显著的推理速度。对标准语义和全景分割基准的实验表明,EOVSAM在保持竞争性或最先进的准确性的同时,相较于现有的开放词汇分割模型具有显著的速度优势。代码和模型可在 https://github.com/hustvl/EOVSAM 获取。
cs.CV / 248 / 2608.02285

Sen-Cap: Sensor-Flexible and Noise-Resilient Human Motion Capture via LiDAR-Camera Integration

Sen-Cap:通过LiDAR-相机集成实现传感器灵活和抗噪声的人体运动捕捉
Xue, Aoru, Sun, Yujing, Ren, Yiming, Lam, Kwok-Yan, Ye, Mao, Ma, Yuexin
Abstract
We propose Sen-Cap, a Sensor-Flexible and Noise-Resilient 3D human motion Capture framework that integrates multi-modal data from LiDAR and camera. While multi-modal sensors provide richer information than single-modal sensors, existing approaches still suffer from two core challenges. First, multi-modal alignment/matching across arbitrarily deployed sensors is typically handled by explicit calibration, which propagates errors under changing viewpoints and in turn constrains deployment to fixed, highly overlapped layouts. Second, prior methods degrade under severe noise or partial sensor failures, which are common in real-world environments. To address these challenges, Sen-Cap introduces a Unified Across-Sensor Motion Estimator that reconstructs local pose and shape in a human-centric space without calibrations between sensors, supporting a flexible number of sensors, as well as a Noise-Resistant Trajectory Tracker that maintains robustness under severe point cloud noise through iterative refinement. These sensor-flexible and noise-resilient features make Sen-Cap more practical in real-world deployment. Notably, operating in real time, Sen-Cap achieves state-of-the-art performance on major metrics on Human-M3 and FreeMotion, as well as strong cross-domain performance on LiDARHuman26M and RELI11D. This combination of flexibility and robustness opens new opportunities for motion capture in real-world scenarios, e.g. sports analytics, field robotics, and large-scale immersive environments.
Chinese Translation
我们提出了Sen-Cap,一个传感器灵活和抗噪声的3D人体运动捕捉框架,集成了来自LiDAR和相机的多模态数据。虽然多模态传感器提供的信息比单模态传感器更丰富,但现有方法仍面临两个核心挑战。首先,跨任意部署传感器的多模态对齐/匹配通常通过显式校准来处理,这在视角变化时会传播误差,从而限制了部署在固定且高度重叠的布局中。其次,先前的方法在严重噪声或部分传感器故障下会降级,而这些情况在现实环境中是常见的。为了解决这些挑战,Sen-Cap引入了一个统一的跨传感器运动估计器,该估计器在不需要传感器之间校准的情况下重建人本空间中的局部姿态和形状,支持灵活数量的传感器,以及一个抗噪声轨迹跟踪器,该跟踪器通过迭代优化在严重点云噪声下保持鲁棒性。这些传感器灵活和抗噪声的特性使得Sen-Cap在现实部署中更具实用性。值得注意的是,Sen-Cap实时运行,在Human-M3和FreeMotion的主要指标上实现了最先进的性能,并在LiDARHuman26M和RELI11D上展现了强大的跨领域性能。这种灵活性和鲁棒性的结合为现实场景中的运动捕捉开辟了新的机会,例如体育分析、场地机器人和大规模沉浸式环境。
cs.CV / 249 / 2608.02289

Extended Field of View Analysis for VideoGAN-based Trajectory Generation

基于VideoGAN的轨迹生成的扩展视野分析
Mariani, Annajoyce, Maag, Kira, Gottschalk, Hanno
Abstract
Realistic and diverse trajectory generation is central to enabling higher levels of vehicle automation. While rule-based and classical learning-based methods may struggle to capture the complexity of traffic behavior, generative models have already demonstrated in other fields that they can handle a comparable level of complexity. In this paper, we build upon previous work on generative adversarial network (GAN)-based semantic bird's-eye-view traffic generation and extend the proposed framework in several key aspects. We improve the semantic representation, replace the trajectory extraction procedure with a graph-based association method, and systematically investigate increasingly larger fields of view. In addition, we introduce a quantitative evaluation framework to assess hallucinations and object permanence in generated videos. Our experiments demonstrate that the framework generalizes to larger and more complex traffic scenes while maintaining statistically realistic trajectories and coherent spatial relationships between traffic participants. Within 150GPU hours of training and with inference times below 20ms for scenes of up to 20s, our results demonstrate that video-based GANs remain an efficient and scalable approach for realistic trajectory generation, even in substantially larger traffic scenes, making them well suited for downstream tasks such as prediction, planning, and simulation in automated driving.
Chinese Translation
现实且多样的轨迹生成是实现更高水平车辆自动化的核心。虽然基于规则和经典学习的方法可能难以捕捉交通行为的复杂性,但生成模型在其他领域已经证明能够处理相当复杂的情况。在本文中,我们在基于生成对抗网络(GAN)的语义鸟瞰视图交通生成的先前工作基础上,扩展了所提出的框架的几个关键方面。我们改进了语义表示,使用基于图的关联方法替换了轨迹提取过程,并系统地研究了越来越大的视野。此外,我们引入了一个定量评估框架,以评估生成视频中的幻觉和物体持久性。我们的实验表明,该框架能够推广到更大和更复杂的交通场景,同时保持统计上现实的轨迹和交通参与者之间一致的空间关系。在150个GPU小时的训练和20秒场景推理时间低于20毫秒的情况下,我们的结果表明,基于视频的GAN仍然是实现现实轨迹生成的高效且可扩展的方法,即使在显著更大的交通场景中,也使其非常适合于自动驾驶中的预测、规划和仿真等下游任务。
cs.CV / 250 / 2608.02290

SpikeRestormer: Towards Energy-Efficient All-in-One Image Restoration via Unified Event Reasoning

SpikeRestormer:朝着节能高效的全能图像恢复迈进,通过统一事件推理
Hu, Shengkai, Shao, Jie, Ma, Jiaqi, Zhang, Xu, Wu, Keying, Zhu, Qilu, Song, Beihang, Wan, Jun
Abstract
ANN-based All-in-One image restoration (AiOIR) unifies diverse degradation handling but incurs high computational costs, limiting its real-time deployment. While Spiking Neural Networks (SNNs) offer a low-power alternative, applying them to static images remains challenging. This difficulty arises because explicit event signals are absent, and degradation cues are heavily entangled with scene structures, hindering the learning of reliable restoration-oriented spike events. To address these issues, we propose SpikeRestormer, an energy-efficient SNN for AiOIR that performs event reasoning over internally generated spike cues. Specifically, we propose a degradation-event perception process to extract spike-based degradation events through Subtractive Degradation Event Attention (SDEA). Moreover, we introduce Hierarchical Bayesian Skip Masking (HBSM) and Additive Restoration Event Attention (AREA) processes for event-reliability inference and restoration-event construction, respectively. By integrating these complementary processes, SpikeRestormer formulates restoration as a unified process of degradation-event perception, degradation-event reliability inference, and restoration-event construction, liberating the potential of SNNs for energy-efficient AiOIR. Extensive experiments show that SpikeRestormer delivers competitive performance against ANN-based methods and establishes new state-of-the-art results among SNN-based methods with significantly lower energy consumption.
Chinese Translation
基于人工神经网络(ANN)的全能图像恢复(AiOIR)统一了多种退化处理,但其高计算成本限制了实时部署。尽管脉冲神经网络(SNN)提供了一种低功耗的替代方案,但将其应用于静态图像仍然面临挑战。这一困难源于缺乏明确的事件信号,并且退化线索与场景结构高度纠缠,阻碍了可靠的恢复导向脉冲事件的学习。为了解决这些问题,我们提出了SpikeRestormer,一种节能的SNN,用于AiOIR,能够对内部生成的脉冲线索进行事件推理。具体而言,我们提出了一种退化事件感知过程,通过减法退化事件注意力(Subtractive Degradation Event Attention, SDEA)提取基于脉冲的退化事件。此外,我们引入了层次贝叶斯跳跃掩蔽(Hierarchical Bayesian Skip Masking, HBSM)和加法恢复事件注意力(Additive Restoration Event Attention, AREA)过程,分别用于事件可靠性推断和恢复事件构建。通过整合这些互补过程,SpikeRestormer将恢复过程构建为退化事件感知、退化事件可靠性推断和恢复事件构建的统一过程,释放了SNN在节能高效的AiOIR中的潜力。大量实验表明,SpikeRestormer在与基于ANN的方法竞争时表现出色,并在基于SNN的方法中建立了新的最先进结果,同时显著降低了能耗。
cs.CV / 251 / 2608.02300

A General-Purpose VLM Can Teach an Astronomy Foundation Model to Better Recognize Galaxy Morphology

通用视觉语言模型可以教导天文学基础模型更好地识别星系形态
Zhang, Dichang, Deng, Jiaqi, Shao, Yixuan, Liu, Yuanpeng, Cui, Jiali, Lao, Zhiqiang, Yu, Heather, Peng, Liang, Birrer, Simon, Samaras, Dimitris
Abstract
Existing astronomy foundation models provide strong galaxy representations, but adapting them to new survey conditions and survey-specific morphology recognition tasks still requires substantial human supervision. We show that VLM-based VQA systems contain meaningful visual-semantic priors that can serve as weak supervision for downstream morphology classifiers and improve morphology classification under limited human-label budgets. We first introduce a survey-oriented VQA benchmark spanning two representative imaging regimes and evaluate state-of-the-art VLMs on galaxy morphology questions. The results show that these models capture useful morphology signals and informative uncertainty, but are not sufficiently reliable to replace human annotators. Motivated by this finding, we use a general-purpose VLM as a morphology teacher for Zoobot, an astronomy foundation model pretrained on large-scale Galaxy Zoo annotations. Across two survey domains and multiple annotation budgets, the VLM teacher consistently improves Zoobot's downstream morphology classification. These results demonstrate that a general-purpose VLM provides knowledge complementary to an astronomy foundation model and can teach it to better recognize galaxy morphology under limited human supervision. The resulting pipeline is designed for label-efficient adaptation to forthcoming large-scale surveys, including the Vera C. Rubin Observatory's Legacy Survey of Space and Time (LSST) and the Nancy Grace Roman Space Telescope. The benchmark and code are publicly available at https://github.com/fw-ic/VLM-morphology-teacher.
Chinese Translation
现有的天文学基础模型提供了强大的星系表示,但将其适应于新的调查条件和特定于调查的形态识别任务仍然需要大量的人类监督。我们展示了基于视觉语言模型(VLM)的视觉问答(VQA)系统包含有意义的视觉-语义先验,可以作为下游形态分类器的弱监督,从而在有限的人类标注预算下改善形态分类。我们首先引入一个面向调查的VQA基准,涵盖两个具有代表性的成像模式,并评估最先进的VLM在星系形态问题上的表现。结果表明,这些模型捕捉到了有用的形态信号和信息丰富的不确定性,但并不足以替代人类标注者。基于这一发现,我们使用通用VLM作为Zoobot的形态教师,Zoobot是一个在大规模Galaxy Zoo注释上预训练的天文学基础模型。在两个调查领域和多个标注预算下,VLM教师始终改善了Zoobot的下游形态分类。这些结果表明,通用VLM提供了与天文学基础模型互补的知识,并可以教导其在有限的人类监督下更好地识别星系形态。该管道旨在高效适应即将到来的大规模调查,包括维拉·C·鲁宾天文台的空间与时间遗产调查(LSST)和南希·格雷斯·罗曼空间望远镜。基准和代码已公开发布在 https://github.com/fw-ic/VLM-morphology-teacher。
cs.CV / 252 / 2608.02306

The Push-Forward Transform for Continuous and Robust Comparison of Dynamic Shapes

用于动态形状连续和稳健比较的推前变换
Rouatbi, Roua, Cardona, Juan-Esteban Suarez, Sbalzarini, Ivo F.
Abstract
We introduce a mathematical framework for shape comparison based on mapping functions from the shape domain to a common reference domain. This Push-Forward Transform enables invariant and robust comparison of shapes, preserving intrinsic geometric information. Quantitatively comparing shapes and their temporal evolution is a fundamental challenge in image analysis. Meaningful shape comparison requires representations that are invariant to transformations that do not alter shape itself, such as translation, rotation, reflection, re-parametrization, and uniform scaling, while remaining sensitive to intrinsic geometric variation. Existing approaches often rely on sensitive parameterizations, landmark correspondence, or learned representations that are difficult to interpret and reproduce. We show that the Push-Forward Transform (PF-T) applied to Signed Distance Functions (SDFs) yields a continuous representation that captures both boundary and interior geometry. We derive an interpretable morphometric that quantifies shape similarity and reveals features such as skeletal topology and rotational symmetries. The push-forward transform applies consistently to two- and three-dimensional shapes, extends to time-evolving geometries, and supports the joint analysis of shape and additional scalar fields defined over shapes, such as intensity or molecular signals. We present the mathematical formulation, describe an efficient algorithm, and benchmark the approach on 2D, 3D, and temporal data sets.
Chinese Translation
我们提出了一种基于将形状域的映射函数映射到共同参考域的形状比较数学框架。该推前变换(Push-Forward Transform)使得形状的比较具有不变性和稳健性,能够保留内在几何信息。定量比较形状及其时间演变是图像分析中的一个基本挑战。有效的形状比较需要对那些不改变形状本身的变换(如平移、旋转、反射、重新参数化和均匀缩放)不敏感的表示,同时对内在几何变化保持敏感。现有的方法往往依赖于敏感的参数化、地标对应或难以解释和重现的学习表示。我们展示了应用于有符号距离函数(Signed Distance Functions,SDFs)的推前变换(PF-T)能够产生一个连续的表示,捕捉边界和内部几何。我们推导出一个可解释的形态度量,量化形状相似性并揭示诸如骨架拓扑和旋转对称性等特征。推前变换一致地应用于二维和三维形状,扩展到时间演变几何,并支持形状及其上定义的其他标量场(如强度或分子信号)的联合分析。我们呈现了数学公式,描述了一种高效算法,并在二维、三维和时间数据集上进行了基准测试。
cs.CV / 253 / 2608.02309

CalibBEV: LiDAR-Camera Calibration via BEV Alignment

CalibBEV:基于鸟瞰视角(BEV)对LiDAR与相机的标定
D'Addeo, Filippo, Cipelli, Lorenzo, Cardace, Adriano, Ghelfi, Emanuele, Zinelli, Andrea, Bertozzi, Massimo
Abstract
We present CalibBEV, a novel Bird's Eye View (BEV) alignment approach for LiDAR-camera calibration. Our method unifies LiDAR and camera data into a shared 3D spatial representation, enabling accurate and robust cross-modal calibration. CalibBEV extracts sensor-wise BEV features from each modality using domain-specific architectures and estimates the calibration matrix through a two-step alignment process. First, we perform an implicit alignment by regressing a coarse calibration matrix directly from the BEV features. To ease this alignment, we enforce semantic consistency between BEV representations across modalities using a contrastive loss inspired by CLIP, guiding both networks toward a unified feature space. In the second step, we leverage our BEV formulation to explicitly align the features of one modality with the other, refining the initial coarse estimate into a final, more accurate calibration matrix. CalibBEV significantly outperforms prior point-to-pixel matching methods, achieving state-of-the-art calibration accuracy. On the KITTI and nuScenes benchmarks, our method reduces the Relative Rotation Error (RRE) by 51% and 68%, and the Relative Translation Error (RTE) by 80% and 91%, respectively, compared to previous methods.
Chinese Translation
我们提出了CalibBEV,一种新颖的基于鸟瞰视角(BEV)对LiDAR与相机进行标定的方法。我们的方法将LiDAR和相机数据统一为一个共享的三维空间表示,从而实现准确且稳健的跨模态标定。CalibBEV通过特定领域的架构从每种模态中提取传感器级的BEV特征,并通过两步对齐过程估计标定矩阵。首先,我们通过直接从BEV特征回归一个粗略的标定矩阵来执行隐式对齐。为了简化这一对齐过程,我们使用受CLIP启发的对比损失强制不同模态间的BEV表示保持语义一致性,引导两个网络朝着统一的特征空间发展。在第二步中,我们利用我们的BEV公式显式地将一种模态的特征与另一种模态对齐,将初始的粗略估计精炼为最终的更准确的标定矩阵。CalibBEV在标定精度上显著优于先前的点到像素匹配方法,达到了最先进的标定精度。在KITTI和nuScenes基准测试中,我们的方法分别将相对旋转误差(RRE)降低了51%和68%,将相对平移误差(RTE)降低了80%和91%,相比于之前的方法。
cs.CV / 254 / 2608.02315

GEOID-Flood: A Large-Scale Multi-Modal Benchmark Dataset for Flood Segmentation

GEOID-Flood:一个大规模多模态洪水分割基准数据集
Chiriaco, Gaetano, Barco, Luca, Bragagnolo, Andrea, Rossi, Claudio, Arnaudo, Edoardo
Abstract
Geospatial foundation models aim to learn representations that transfer across regions and sensors, yet evaluating them on specific tasks requires large, high-quality, multi-modal benchmarks that measure how well such models extract value from data. Concerning flood mapping, existing datasets rarely combine bi-temporal SAR and co-registered optical imagery at scale, leaving the value of foundation models for this downstream task largely untested. We introduce GEOID-Flood, a large-scale multi-modal flood segmentation benchmark, derived from Copernicus Emergency Management Service activations, spanning 219 events across 65 countries over ten years. The dataset provides more than 14,000 tiles with co-registered pre- and post-event Sentinel-1, in GRD and RTC format, pre-event Sentinel-2 composite, and DEM, including manually validated labels that separate background from permanent water and flooded water. Using this benchmark, we evaluate foundation models against conventional encoders across single-image, multi-temporal, and multi-modal protocols. We report three main findings: foundation models offer a consistent but modest advantage; optical-SAR fusion with finetuning best resolves transient flooding; and models trained on GEOID-Flood transfer to unseen events better than those trained on existing datasets. Dataset and code available at https://github.com/links-ads/geoid-flood.
Chinese Translation
地理空间基础模型旨在学习能够跨区域和传感器转移的表示,但在特定任务上评估它们需要大型、高质量的多模态基准,以衡量这些模型从数据中提取价值的能力。在洪水制图方面,现有数据集很少在大规模上结合双时相合成孔径雷达(SAR)和共注册光学影像,导致基础模型在这一下游任务中的价值尚未得到充分测试。我们介绍了GEOID-Flood,一个大规模多模态洪水分割基准,来源于哥白尼应急管理服务的激活,涵盖了十年来65个国家的219个事件。该数据集提供了超过14,000个图块,包含共注册的事件前后Sentinel-1影像(以GRD和RTC格式)、事件前Sentinel-2合成影像和数字高程模型(DEM),并包括手动验证的标签,以区分背景、永久水体和洪水水体。利用该基准,我们评估了基础模型与传统编码器在单图像、多时相和多模态协议下的表现。我们报告了三个主要发现:基础模型提供了一致但适度的优势;光学-SAR融合与微调最佳解决了瞬态洪水问题;在GEOID-Flood上训练的模型在未见事件上的迁移能力优于在现有数据集上训练的模型。数据集和代码可在 https://github.com/links-ads/geoid-flood 获取。
cs.CV / 255 / 2608.02322

Global-Scale Self-Supervised Spatiotemporal Learning for NDVI Time-Series Reconstruction

全球尺度自监督时空学习用于NDVI时间序列重建
Li, Ang, Jiang, Menghui, Guan, Xiaobin, Chu, Dong, Shen, Huanfeng
Abstract
Accurate and efficient reconstruction of cloud-contaminated and noise-corrupted NDVI time series remains a challenge in remote sensing. Deep learning provides a promising solution for modeling complex spatiotemporal dependencies; however, its application is often limited by the difficulty of obtaining paired clear-sky and degraded NDVI data for identical spatiotemporal locations. To address this issue, we propose GloSSR, a Global-scale Self-supervised Spatiotemporal framework for NDVI Reconstruction. The framework constructs supervisory signals by artificially degrading relatively clean NDVI observations with realistic cloud contamination patterns, producing self-supervised training pairs that closely mimic real-world degradation. It further introduces an end-to-end spatiotemporal learning network that jointly captures long-range temporal dependencies and short-term spatiotemporal correlation through a bidirectional Transformer with a ConvLSTM architecture. A temporal-channel attention-based reconstruction module is incorporated to enhance informative features, while a spatiotemporal prior constraint is designed to preserve both fine-scale structures and long-term phenological trends during optimization. Extensive evaluations on MODIS NDVI data demonstrate the effectiveness of the proposed framework across both artificial and real-world scenarios. In artificial degraded-pixel reconstruction experiments, GloSSR consistently outperforms the comparison methods. Time-series analyses based on real observations further demonstrate that the proposed framework can accurately characterize vegetation dynamics and capture the key phenological states. Long-term vegetation trend analysis and the transferability analysis to AVHRR data validate the scalability of the framework and illustrate its broad applicability for large-scale environmental monitoring.
Chinese Translation
准确高效地重建受云污染和噪声干扰的NDVI时间序列仍然是遥感领域的一项挑战。深度学习为建模复杂的时空依赖关系提供了有前景的解决方案;然而,其应用往往受到获取相同时空位置的清晰天空和退化NDVI数据配对困难的限制。为了解决这一问题,我们提出了GloSSR,一种用于NDVI重建的全球尺度自监督时空框架。该框架通过用现实的云污染模式人工降解相对干净的NDVI观测值来构建监督信号,生成紧密模拟真实世界退化的自监督训练对。它进一步引入了一个端到端的时空学习网络,通过具有ConvLSTM架构的双向Transformer共同捕捉长程时间依赖性和短期时空相关性。一个基于时间通道注意力的重建模块被纳入以增强信息特征,同时设计了时空先验约束以在优化过程中保留细尺度结构和长期物候趋势。对MODIS NDVI数据的广泛评估证明了所提框架在人工和真实场景中的有效性。在人工退化像素重建实验中,GloSSR始终优于比较方法。基于真实观测的时间序列分析进一步表明,所提框架能够准确表征植被动态并捕捉关键的物候状态。长期植被趋势分析和对AVHRR数据的可转移性分析验证了框架的可扩展性,并展示了其在大规模环境监测中的广泛适用性。
cs.CV / 256 / 2608.02324

Implicit Neural Representations for Multimodal Longitudinal Image Imputation and Interpolation

用于多模态纵向图像插补和插值的隐式神经表示
Wendrich, Sina, Förner, Lukas, Reinke, Zoe, Tehlan, Kartikay, Berlis, Ansgar, Frühwald, Michael, Wagner, Matthias, Wendler, Thomas
Abstract
Longitudinal multiparametric MRI is central to follow-up imaging in oncology, yet real-world clinical data are characterised by missing sequences, heterogeneous acquisition protocols, and varying spatial resolutions across time points. We propose a patient-specific conditional implicit neural representation (INR) that models multimodal longitudinal MRI as a continuous function of world coordinates, time, and modality conditioning. The model is trained with stochastic modality dropout to handle incomplete data, and its continuous coordinate-space formulation enables both spatial and temporal interpolation without resampling to a fixed voxel grid. A self-consistency-based confidence estimator is derived from cross-modal reconstruction performance at inference time. We evaluate the framework on longitudinal MRI from paediatric brain tumour patients, demonstrating statistically significant improvements over linear interpolation for T1CE and FLAIR (p < 0.05), with mean MS-SSIM of 0.95 $\pm$ 0.02 for T1CE. Predicted confidence correlates strongly with true reconstruction quality (Pearson r up to 0.996), suggesting reliable deployment potential in heterogeneous clinical settings.
Chinese Translation
纵向多参数磁共振成像(MRI)在肿瘤学的随访成像中至关重要,但现实世界的临床数据往往存在缺失序列、异质的获取协议以及不同时间点的空间分辨率变化。我们提出了一种患者特异性的条件隐式神经表示(INR),将多模态纵向MRI建模为世界坐标、时间和模态条件的连续函数。该模型通过随机模态丢弃进行训练,以处理不完整数据,其连续坐标空间的公式化使得在不重新采样到固定体素网格的情况下能够进行空间和时间插值。基于自一致性的置信度估计器是通过推理时的跨模态重建性能推导而来。我们在儿童脑肿瘤患者的纵向MRI上评估了该框架,结果显示在T1CE和FLAIR的线性插值上具有统计显著性改善(p < 0.05),T1CE的平均MS-SSIM为0.95 ± 0.02。预测的置信度与真实重建质量高度相关(Pearson r高达0.996),这表明在异质临床环境中具有可靠的应用潜力。
cs.CV / 257 / 2608.02331

Context-Aware Mixture of Domain Experts for Bodily Expression of Emotion in the Wild

面向上下文的领域专家混合模型用于野外情感的身体表达
Dehshibi, Mohammad Mahdi, Masip, David
Abstract
The same body posture can convey entirely different emotions depending on its surrounding context, yet most methods for recognising bodily emotions treat scene and object cues as auxiliary feature augmentations rather than as structured priors over the plausibility of emotions. We introduce the Context-Aware Mixture of Domain Experts (CA-MoDE) for bodily emotion recognition. CA-MoDE incorporates dedicated scene and object experts to generate soft distributions over emotion categories conditioned on their respective domains. These domain-conditioned soft predictions serve as structured contextual priors that modulate the body expert's predictions at the distributional level rather than at the feature level. To fuse these multi-domain signals, we propose a task-tailored max-endorsement gating strategy that selects the strongest contextual signal across experts for each emotion dimension. Our gating strategy mitigates the signal dilution that typically occurs when conflicting or uninformative context distributions are averaged. CA-MoDE achieves an Emotion Recognition Score of 0.3269 on the Body Language Database. By outperforming existing temporal models using only single still images, our framework demonstrates that explicitly modelling structured spatial context can serve as a complementary discriminative proxy for the behavioural dynamics typically captured by video.
Chinese Translation
相同的身体姿势可以根据其周围上下文传达完全不同的情感,然而大多数识别身体情感的方法将场景和物体线索视为辅助特征增强,而不是作为情感可能性的结构性先验。我们提出了面向上下文的领域专家混合模型(Context-Aware Mixture of Domain Experts, CA-MoDE)用于身体情感识别。CA-MoDE结合了专门的场景和物体专家,以生成基于各自领域的情感类别的软分布。这些领域条件下的软预测作为结构性上下文先验,调节身体专家在分布层面而非特征层面的预测。为了融合这些多领域信号,我们提出了一种针对任务的最大认可门控策略,该策略为每个情感维度选择最强的上下文信号。我们的门控策略减轻了在冲突或无信息的上下文分布被平均时通常发生的信号稀释现象。CA-MoDE在身体语言数据库上实现了0.3269的情感识别评分。通过仅使用单张静态图像超越现有的时间模型,我们的框架表明,明确建模结构化空间上下文可以作为通常由视频捕捉的行为动态的补充判别代理。
cs.CV / 258 / 2608.02346

Loop-Mamba: A Loop Mamba with Degradation-Aware and Shared Memory for Old Photo Restoration

Loop-Mamba:一种具有降解感知和共享记忆的循环Mamba用于旧照片修复
Bai, Runci, Xin, Yucheng, Wang, Pu, Wang, Yongcong, Wu, Chen, Lu, Dianjie, Zhang, Guijuan, Dai, Pengwen, Gao, Guangwei, Yao, Siyuan, Zheng, Zhuoran
Abstract
Old photographs often suffer from multiple coupled degradations, including scratches, cracks, fading, blur, noise, and missing regions, severely degrading both visual quality and semantic content. We propose Loop-Mamba, a lightweight loop-based state-space framework that formulates old photo restoration as progressive state evolution, where a persis- tent restoration state is continuously propagated and refined through iterative computation. Specifically, we introduce a Semantic-Guided Degradation Estimator (SGDE) to explicitly model heterogeneous degradations by jointly predicting local degradation maps and global degradation scores, providing degradation-aware guidance for state evolution. We further develop a Shared Structural Memory Mamba (S$^2$M- Mamba), which maintains a persistent restoration state across iterations, enabling persistent state evolution through shared structural memory for robust long-range structural reconstruction. Benefiting from first-order state recursion, Loop-Mamba propagates latent restoration states through recurrent tran- sitions instead of repeatedly stacking deep feature transformations, thereby alleviating gradient dilution while avoiding the computational overhead inherent in iterative CNN- and Transformer-based restoration frameworks. A lightweight multi-directional scanning strategy further enhances direc- tional information aggregation and preserves structural continuity. To better evaluate restoration quality, we introduce the task-oriented Old Photo Damage Recovery Score (ODRS), which jointly measures degradation recovery and structural reconstruction fidelity. Experimental results on the public SynOld benchmark demonstrate that Loop-Mamba consistently outperforms previous state-of-the-art methods across both conventional restoration metrics and the proposed ODRS.
Chinese Translation
旧照片常常遭受多种耦合降解,包括划痕、裂缝、褪色、模糊、噪声和缺失区域,严重影响视觉质量和语义内容。我们提出了Loop-Mamba,这是一种轻量级的基于循环的状态空间框架,将旧照片修复形式化为渐进的状态演变,其中持久的修复状态通过迭代计算不断传播和细化。具体而言,我们引入了一种语义引导降解估计器(Semantic-Guided Degradation Estimator, SGDE),通过联合预测局部降解图和全局降解评分,明确建模异构降解,为状态演变提供降解感知的指导。我们进一步开发了一种共享结构记忆Mamba(Shared Structural Memory Mamba, S²M-Mamba),在迭代过程中保持持久的修复状态,通过共享结构记忆实现持久的状态演变,以便进行稳健的长距离结构重建。得益于一阶状态递归,Loop-Mamba通过递归转移传播潜在的修复状态,而不是反复堆叠深度特征变换,从而减轻梯度稀释,同时避免了迭代CNN和Transformer基础的修复框架固有的计算开销。一种轻量级的多方向扫描策略进一步增强了方向信息聚合并保持了结构连续性。为了更好地评估修复质量,我们引入了任务导向的旧照片损伤恢复评分(Old Photo Damage Recovery Score, ODRS),该评分共同测量降解恢复和结构重建的保真度。在公共的SynOld基准测试上的实验结果表明,Loop-Mamba在传统修复指标和所提出的ODRS上均持续优于之前的最先进方法。
cs.CV / 259 / 2608.02392

GROVE: Growing and Reasoning over Temporally Stratified Memory from Streaming Video Experience

GROVE:基于流媒体视频体验的时间分层记忆的增长与推理
Gong, Sitong, Kang, Caixin, Yan, Tianyu, Chen, Guo, Zheng, Bo, Zhang, Kaipeng, Zhuge, Yunzhi, Ruan, Xiang, Lu, Huchuan, Huang, Yifei
Abstract
A wearable assistant should both answer questions about its visual history and recognize when that history is useful to the present situation. Existing video-memory systems primarily support question-conditioned recall, whereas proactive assistants typically use separate memory and control mechanisms. We introduce GROVE, a training-free framework that supports both behaviors with one memory grown causally from a continuous video stream. GROVE retains fine-grained perceptual evidence and incrementally consolidates it into time-stamped moments, coherent episodes, and recurring cross-day patterns. Each stratum is paired with a scale-native retrieval skill for locating an observation, replaying an activity, or traversing long-range regularities. Reactive QA and proactive assistance share this memory and access interface, differing in whether retrieval is initiated by a user query or the current situation. Across multiple benchmarks including the challenging MM-lifelong and EgoServe, GROVE achieves the best results among the compared methods. Controlled ablations show that the temporal strata and their access skills are complementary, with patterns providing the largest benefit when evidence spans multiple days. Code will be available at https://github.com/SitongGong/GROVE.
Chinese Translation
可穿戴助手应能够回答有关其视觉历史的问题,并识别该历史在当前情境中的实用性。现有的视频记忆系统主要支持基于问题的回忆,而主动助手通常使用独立的记忆和控制机制。我们提出了GROVE,一个无需训练的框架,能够通过一个因果增长的连续视频流同时支持这两种行为。GROVE保留了细粒度的感知证据,并将其逐步整合为带时间戳的时刻、一致的情节和跨天的重复模式。每个层次都配备了一个与规模本地检索技能相结合的能力,用于定位观察、重播活动或遍历长期规律。反应式问答和主动辅助共享这一记忆和访问接口,区别在于检索是由用户查询还是当前情境发起的。在包括具有挑战性的MM-lifelong和EgoServe在内的多个基准测试中,GROVE在比较方法中取得了最佳结果。控制性消融实验表明,时间层次及其访问技能是互补的,当证据跨越多天时,模式提供了最大的收益。代码将可在 https://github.com/SitongGong/GROVE 获取。
cs.CV / 260 / 2608.02396

Does Explainability Transfer? A Controlled Benchmark of Attribution Methods on Vision Transformers and CNNs

可解释性是否可转移?对视觉变换器和卷积神经网络的归因方法的控制基准测试
Nishankar, Sathiyamohan, Pathirana, Nethmi, Sanjeewani, Pubudu, Perera, Asanka, Thuseethan, Selvarajah
Abstract
Most evidence on the effectiveness of explainable artificial intelligence (XAI) attribution methods has been established on convolutional neural networks (CNNs), with limited investigation into whether these conclusions generalize to the diverse Vision Transformer (ViT) architectures that now dominate computer vision. This paper presents a controlled benchmark that evaluates attribution quality across five dimensions: faithfulness, localization, robustness, complexity, and computational cost. A standardized framework assesses 13 attribution methods from four algorithmic families on eight representative backbones spanning CNNs, isotropic ViTs, hierarchical transformers, hybrid architectures, and linear-attention transformers. The results show that attribution performance is strongly architecture-dependent and that rankings established on CNNs do not reliably transfer to transformer-based models. CAM-based methods achieve the highest scores under the conventional bounding-box localization metric on CNNs and most ViTs but perform poorly on linear-attention architectures. Pixel-level dense-mask evaluation further reveals that these gains largely reflect metric saturation rather than accurate localization. CAM-based methods also exhibit limited robustness on global-attention transformers, whereas attention rollout provides consistently stable explanations with poor localization. Furthermore, faithfulness correlation offers limited discrimination between attribution methods, highlighting the limitations of single-metric evaluation. These findings challenge prevailing conclusions on attribution performance and demonstrate the need for architecture-aware, multi-dimensional evaluation. The open-source code for the evaluation framework and benchmark results is available at https://github.com/Nishan-Charlie/VIT_XAI_Bench.
Chinese Translation
关于可解释人工智能(XAI)归因方法有效性的证据大多建立在卷积神经网络(CNNs)上,关于这些结论是否可以推广到现在主导计算机视觉的多样化视觉变换器(ViT)架构的研究相对有限。本文提出了一个控制基准,评估归因质量的五个维度:可信度、定位、鲁棒性、复杂性和计算成本。一个标准化框架评估了来自四个算法家族的13种归因方法在八个代表性骨干网络上的表现,这些骨干网络涵盖了CNN、各向同性ViT、层次变换器、混合架构和线性注意力变换器。结果显示,归因性能强烈依赖于架构,并且在CNN上建立的排名并不可靠地转移到基于变换器的模型上。基于CAM的方法在CNN和大多数ViT上在传统的边界框定位指标下获得了最高分,但在线性注意力架构上表现不佳。像素级密集掩码评估进一步揭示,这些提升在很大程度上反映了指标饱和而非准确定位。基于CAM的方法在全局注意力变换器上也表现出有限的鲁棒性,而注意力展开提供了一致稳定的解释但定位效果较差。此外,可信度相关性对归因方法的区分能力有限,突显了单一指标评估的局限性。这些发现挑战了关于归因性能的普遍结论,并展示了对架构敏感的多维评估的必要性。评估框架和基准结果的开源代码可在 https://github.com/Nishan-Charlie/VIT_XAI_Bench 获取。
cs.CV / 261 / 2608.02401

USP-Mamba: Unmixing-Derived Spectral and Structural Prompting for Hyperspectral Image Super-Resolution

USP-Mamba:基于解混合的光谱与结构提示用于高光谱图像超分辨率
Chen, Shi, Zhang, Jie, Zhou, Yicong
Abstract
Hyperspectral image super-resolution aims to reconstruct high-resolution imagery while preserving dense spectral information. Recently, Mamba-based models have shown promising potential for this task by capturing long-range dependencies with linear computational complexity. Nevertheless, their causal sequence modeling requires two-dimensional hyperspectral features to be unfolded along predefined scanning orders, which disrupts spatial adjacency and restricts the effective propagation of contextual information. Moreover, state-space parameterization of existing models is predominantly derived from generic learned representations, without explicit alignment with the intrinsic characteristics of the hyperspectral image. To address this issue, we propose an Unmixing-derived Spectral and Structural Prompting Mamba framework, termed USP-Mamba, which adapts Mamba state evolution through composition-aware spectral priors and image-dependent structural prompts. Specifically, an unmixing-informed spectral prompt captures the global material composition of the input image and provides persistent conditioning throughout reconstruction. Injected into the Mamba sequence and progressively adapted across layers, it steers state evolution toward composition-consistent reconstruction. We introduce feature-level structural prompts comprising spatial and frequency components to provide image-dependent local guidance. The spatial prompt promotes structure-sensitive state encoding for local detail preservation, while the frequency prompt enables region-adaptive transitions between homogeneous regions and high-frequency details. Finally, complementary Hilbert and Semantic-Guided Neighboring scans preserve spatial continuity and strengthen non-local semantic dependency modeling. Extensive experiments on different datasets demonstrate that the proposed method consistently outperforms representative approaches.
Chinese Translation
高光谱图像超分辨率旨在重建高分辨率图像,同时保留密集的光谱信息。最近,基于Mamba的模型在这一任务中展现了良好的潜力,因为它们能够以线性计算复杂度捕捉长程依赖关系。然而,它们的因果序列建模需要将二维高光谱特征沿预定义的扫描顺序展开,这破坏了空间邻接性,并限制了上下文信息的有效传播。此外,现有模型的状态空间参数化主要源自通用学习表示,未能与高光谱图像的内在特征进行明确对齐。为了解决这一问题,我们提出了一种基于解混合的光谱与结构提示Mamba框架,称为USP-Mamba,该框架通过组成感知的光谱先验和图像依赖的结构提示来调整Mamba状态演化。具体而言,解混合信息驱动的光谱提示捕捉输入图像的全球材料组成,并在重建过程中提供持续的条件支持。该提示被注入到Mamba序列中,并在各层之间逐步适应,引导状态演化朝向组成一致的重建。我们引入了包含空间和频率成分的特征级结构提示,以提供图像依赖的局部指导。空间提示促进了结构敏感的状态编码,以保留局部细节,而频率提示则实现了在均匀区域和高频细节之间的区域自适应过渡。最后,互补的Hilbert和语义引导邻域扫描保持空间连续性,并增强非局部语义依赖建模。在不同数据集上的大量实验表明,所提出的方法始终优于代表性方法。
cs.CV / 262 / 2608.02404

Loggia dei Lanzi: AI Thermography Enhancement Comparisons through 3D Photogrammetry

兰齐廊:通过3D摄影测量比较AI热成像增强效果
McAvoy, Scott, Klingspon, Jonathan, Bent, George, Pfaff, Dave, Agarwal, Aviral, Seracini, Maurizio, Kuester, Falko
Abstract
The Loggia dei Lanzi in the Piazza della Signoria is one of Florence's most prominent structures visited by millions every year. Its construction history spans multiple centuries of modification. This paper presents the results of a thermal imaging campaign conducted in December 2025, using a FLIR T1020 HD camera, revealing hidden architectural features including walled-up openings and material transitions beneath the plaster surface. The favorable winter ambient conditions provided a feature-rich benchmark upon which to compare the results of enhancement algorithms and artificial intelligence models. We evaluate the application of AI-based image enhancement to thermal heritage documentation through a comparison of three tiers of image resolution in a photogrammetric Structure-from-Motion (SfM) pipeline: native resolution, FLIR's hardware-based pixel-shifted super-resolution (UltraMax), and state of the art AI-upscaled imagery models. We quantify the effect of each resolution tier on feature detection and tie-point generation, assessing whether the additional detail produced by super-resolution, whether hardware or AI-derived, translates into meaningfully denser and more accurate 3D thermal models. Our results contribute to the emerging intersection of artificial intelligence and heritage thermography by providing a direct comparison of hardware microscanning and AI super-resolution within a thermal photogrammetric workflow for cultural heritage. All datasets are made publicly available and accessible within an interactive 3D archival framework, and integrated into a custom citywide extended reality overlay application.
Chinese Translation
位于西尼奥里亚广场的兰齐廊是佛罗伦萨最著名的建筑之一,每年吸引数百万游客。其建设历史经历了多个世纪的改建。本文呈现了在2025年12月进行的热成像活动的结果,使用FLIR T1020 HD相机,揭示了隐藏的建筑特征,包括被封闭的开口和石膏表面下的材料过渡。冬季的良好环境条件为比较增强算法和人工智能模型的结果提供了丰富的基准。我们通过比较三种图像分辨率层次在摄影测量运动结构(Structure-from-Motion, SfM)流程中的应用,评估基于AI的图像增强在热遗产文档中的应用:原始分辨率、FLIR的硬件基础像素偏移超分辨率(UltraMax)和最先进的AI放大图像模型。我们量化每个分辨率层次对特征检测和关键点生成的影响,评估超分辨率所产生的额外细节,无论是硬件还是AI衍生,是否转化为更密集和更准确的3D热模型。我们的结果为人工智能与遗产热成像的交叉领域做出了贡献,通过在文化遗产的热摄影测量工作流程中直接比较硬件显微扫描和AI超分辨率。所有数据集均已公开并可在互动3D档案框架内访问,并集成到一个定制的城市范围扩展现实覆盖应用中。
cs.CV / 263 / 2608.02428

DF$^3$: World Modeling via Decoder-Free Feature Forecasting in Autonomous Navigation

DF$^3$: 通过无解码器特征预测进行自主导航的世界建模
Chen, Jiaming, Xu, Guoan, Huang, Aoshen, Zhang, Haozhuo, Li, Yang, Pan, Wei
Abstract
Forecasting future states from video sequences is a critical challenge for autonomous robotic systems and a fundamental objective of world modeling. Prior generative methods operating at the pixel level inevitably overemphasize task-irrelevant details, leading to prohibitive computational overhead. While latent-based approaches attempt to mitigate this by predicting features directly, the persistent reliance on heavy decoders for state-to-task mapping remains a computational bottleneck. In this work, we propose Decoder-Free Feature Forecasting (DF$^3$), a novel framework that models world evolution entirely within the latent space and directly derives task outputs, completely eliminating the need for a decoder. Specifically, DF$^3$ injects learnable spatial queries into the terminal blocks of a frozen vision foundation model to extract future state representations directly. By employing a lightweight, unified Motion-Aware Context Fusion (MACF) mechanism that seamlessly integrates coarse flow warping with fine-grained latent cross-correlation, these queries interact with historical token representations to explicitly align and forecast the feature of the next frame. Subsequently, a specialized set of task queries probes these forecasted features for the downstream task. Extensive experiments on public benchmarks and zero-shot deployment in a robotic simulator demonstrate that DF$^3$ achieves performance comparable to state-of-the-art methods while offering superior efficiency and flexibility for integrated perception and control.
Chinese Translation
从视频序列中预测未来状态是自主机器人系统面临的一个关键挑战,也是世界建模的基本目标。以像素级别运作的先前生成方法不可避免地过分强调与任务无关的细节,导致了巨大的计算开销。虽然基于潜变量的方法试图通过直接预测特征来缓解这一问题,但对重型解码器在状态到任务映射中的持续依赖仍然是一个计算瓶颈。在本研究中,我们提出了无解码器特征预测(Decoder-Free Feature Forecasting, DF$^3$),这是一个全新的框架,它完全在潜在空间中建模世界演变,并直接推导任务输出,从而完全消除了对解码器的需求。具体而言,DF$^3$将可学习的空间查询注入到冻结的视觉基础模型的终端块中,以直接提取未来状态表示。通过采用轻量化的统一运动感知上下文融合(Motion-Aware Context Fusion, MACF)机制,该机制无缝整合粗略流动扭曲与细粒度潜在交叉相关,这些查询与历史标记表示进行交互,以明确对齐和预测下一帧的特征。随后,一组专门的任务查询探测这些预测的特征以用于下游任务。在公共基准上的广泛实验和在机器人模拟器中的零样本部署表明,DF$^3$在性能上可与最先进的方法相媲美,同时在集成感知和控制方面提供了更优的效率和灵活性。
cs.CV / 264 / 2608.02432

Learning to Tessellate: Point Cloud Generation via Recursive Spectral Partitioning

学习镶嵌:通过递归谱划分生成点云
Sun, Monan, Liu, Bangzhen, Zhang, Huaidong, He, Shengfeng
Abstract
Autoregressive models have emerged as an effective paradigm for point cloud generation. However, most existing approaches rely on heuristic tokenization strategies, such as spatial sorting or stochastic downsampling, which often disrupt intrinsic point cloud topology and weaken the structural coherence of the generated shapes. In this paper, we present PointRSP, an autoregressive framework that reformulates point cloud generation as a topology-preserving tessellation process via recursive spectral partitioning. Instead of constructing token sequences heuristically, we introduce a topology-aware partitioning autoencoder that decomposes an unstructured point cloud into a non-balanced binary tree through a hybrid recursive spectral partitioning strategy. This hierarchical representation provides a deterministic geometric blueprint that preserves topological relationships while capturing multiscale structural dependencies within a quantized latent space. To synthesize shapes in this space, we propose a dual-stream cascaded generator that jointly models structural evolution and feature synthesis. In addition, we design a geometry-calibrated positional encoding mechanism that anchors latent embeddings using multi-scale structural centers, which stabilizes cascaded generation during the early stages of structural formation. Extensive experiments show that PointRSP achieves state-of-the-art performance in generation quality and diversity, demonstrating strong generalization across complex 3D topologies.
Chinese Translation
自回归模型已成为点云生成的有效范式。然而,大多数现有方法依赖于启发式的标记化策略,如空间排序或随机下采样,这往往会破坏点云的内在拓扑结构,并削弱生成形状的结构一致性。在本文中,我们提出了PointRSP,一个自回归框架,通过递归谱划分将点云生成重新表述为一个保持拓扑的镶嵌过程。我们引入了一种拓扑感知的划分自编码器,它通过混合递归谱划分策略将非结构化点云分解为一个不平衡的二叉树,而不是启发式地构建标记序列。这种层次化表示提供了一个确定性的几何蓝图,既保持了拓扑关系,又捕捉了量化潜在空间中的多尺度结构依赖性。为了在这个空间中合成形状,我们提出了一种双流级联生成器,联合建模结构演变和特征合成。此外,我们设计了一种几何校准的位置信息编码机制,利用多尺度结构中心锚定潜在嵌入,从而在结构形成的早期阶段稳定级联生成。大量实验表明,PointRSP在生成质量和多样性方面达到了最先进的性能,展示了在复杂3D拓扑结构上的强泛化能力。
cs.CV / 265 / 2608.02437

InfiniSplat: Implicit Gaussian Decoding for Large-Baseline Monocular View Synthesis

InfiniSplat:用于大基线单目视图合成的隐式高斯解码
Wang, Jiawei, Yu, Hao, Hu, Yongzhen, Yang, Xinyi, Ni, Tao, Zhan, Xin, Chen, Junbo, Zhou, Xiaowei, Hu, Ruizhen, Peng, Sida
Abstract
Single-image feed-forward 3D Gaussian Splatting (3DGS) aims to directly generate a renderable 3D scene representation from one input image, avoiding the cost of multi-view capture and per-scene optimization. However, existing methods are often constrained by a pixel-aligned representation, where Gaussians are predicted from fixed image-grid locations. Such pixel-aligned primitives can produce promising nearby-view renderings, but they remain weakly coupled to underlying scene surfaces and struggle to preserve coherent structures under large viewpoint shifts. We present InfiniSplat, a feed-forward single-image 3DGS framework that moves from a pixel-aligned representation toward a surface-aligned representation. InfiniSplat constructs this representation by first using geometry-guided sampling to place 2D supports according to depth-induced local surface structure, and then applying a query-conditioned implicit decoder to predict Gaussian attributes from the image features queried at these supports.By grounding support locations in geometry while decoupling Gaussian prediction from fixed pixel centers, InfiniSplat produces Gaussian layouts that better follow scene surfaces and reduce scattered primitives caused by grid discretization.Across multiple cross-dataset NVS evaluations, InfiniSplat achieves state-of-the-art performance compared with single-image feed-forward baselines, and demonstrates zero-shot generalization from Hypersim indoor synthetic training to complex open-world scenes.Project page: https://zju3dv.github.io/InfiniSplat.
Chinese Translation
单图像前馈3D高斯点云(3DGS)旨在直接从一幅输入图像生成可渲染的3D场景表示,避免了多视角捕捉和每场景优化的成本。然而,现有方法往往受到像素对齐表示的限制,其中高斯是从固定的图像网格位置预测的。这种像素对齐的原语可以产生令人满意的近景渲染,但它们与基础场景表面之间的耦合较弱,并且在大视角变化下难以保持一致的结构。我们提出了InfiniSplat,这是一种前馈单图像3DGS框架,它从像素对齐表示转向表面对齐表示。InfiniSplat通过首先使用几何引导采样根据深度引起的局部表面结构放置2D支持点,然后应用查询条件隐式解码器从在这些支持点查询的图像特征中预测高斯属性来构建这种表示。通过将支持位置与几何结构结合,同时将高斯预测与固定像素中心解耦,InfiniSplat生成的高斯布局更好地遵循场景表面,并减少了由网格离散化引起的散乱原语。在多个跨数据集的NVS评估中,InfiniSplat与单图像前馈基线相比实现了最先进的性能,并展示了从Hypersim室内合成训练到复杂开放世界场景的零样本泛化。项目页面:https://zju3dv.github.io/InfiniSplat。
cs.CV / 266 / 2608.02448

UAV-Based Environmental Monitoring of Rip-Current Indicators Using Wavelet-Derived Texture Features

基于无人机的涌流指示器环境监测:利用小波衍生的纹理特征
Avraham, Yonatan Ben, Binyaminov, Baruch, Aperstein, Yehudit
Abstract
Rip currents are recurrent coastal natural hazards that threaten beachgoers and create operational challenges for lifeguards and coastal managers. Reliable monitoring from standard RGB (red-green-blue) imagery acquired by unmanned aerial vehicles (UAVs) remains difficult because hazardous channels often appear as subtle gaps in breaking waves, foam texture, or sediment patterns, and these signatures are affected by illumination, sea state, and environmental noise. This study presents a physically informed coastal environmental monitoring workflow for detecting visually expressed rip-current indicators that integrates wavelet-derived spatial-frequency texture features with deep learning. We evaluate multiple strategies for incorporating Discrete Wavelet Transform features into convolutional architectures, from computationally efficient channel replacement to dual-stream fusion with attention mechanisms. Performance is assessed against a standard RGB baseline using a task specific convolutional neural network for image-level presence classification and a YOLOv8 model for object-level localization. Under the evaluated dataset conditions, integrating wavelet derived texture features improves performance over RGB-only models. The dual-stream architecture achieves the strongest classification performance, exceeding 95% accuracy with high recall, while channel replacement is most effective for YOLOv8 object detection, reaching 94% mAP@50 for localization. Explainable artificial intelligence analyses provide qualitative evidence that the models attend to visually plausible wave-gap regions associated with rip currents. These results suggest that under the conditions of the evaluated dataset, physically informed wavelet integration may support UAV-based decision-support tools for interpretable beach-safety risk mitigation.
Chinese Translation
涌流是反复出现的沿海自然灾害,威胁海滩游客并给救生员和沿海管理者带来操作挑战。由于危险通道通常表现为破浪中的微小间隙、泡沫纹理或沉积物模式,因此通过无人机(UAV)获取的标准RGB(红-绿-蓝)图像进行可靠监测仍然困难,这些特征受光照、海洋状态和环境噪声的影响。本研究提出了一种物理信息驱动的沿海环境监测工作流程,用于检测视觉上表达的涌流指示器,该流程将小波衍生的空间频率纹理特征与深度学习相结合。我们评估了多种将离散小波变换特征融入卷积架构的策略,从计算效率高的通道替换到带有注意机制的双流融合。通过使用特定任务的卷积神经网络进行图像级存在分类和YOLOv8模型进行目标级定位,评估了与标准RGB基线的性能。在评估的数据集条件下,集成小波衍生的纹理特征提高了相较于仅使用RGB模型的性能。双流架构实现了最强的分类性能,准确率超过95%,且召回率高,而通道替换在YOLOv8目标检测中最为有效,定位达到94% mAP@50。可解释的人工智能分析提供了定性证据,表明模型关注与涌流相关的视觉上合理的波隙区域。这些结果表明,在评估的数据集条件下,物理信息驱动的小波集成可能支持基于无人机的可解释海滩安全风险缓解决策支持工具。
cs.CV / 267 / 2608.02449

MoRAL: Sensor-Grounded BEV Reasoning for Compact VLMs toward Edge-Oriented Autonomous Driving

MoRAL:面向边缘自主驾驶的传感器基础鸟瞰视图推理紧凑型视觉语言模型
Kaliamurthi, Ambarish Govindarajulu, Liu, Kaikai
Abstract
Deploying vision-language models (VLMs) for safety-critical spatial reasoning on resource-constrained autonomous driving platforms requires both compact model size and reliable metric grounding. We present MoRAL (Multimodal Reasoning for Autonomous Language Models), a two-stage fine-tuning pipeline that teaches Cosmos-Reason2-2B to first read a physics-encoded Bird's Eye View (BEV) representation and then reason over it for driving decisions. The BEV image encodes LiDAR metric distance as color bands, object class as cluster morphology, and radar Doppler velocity as directional wedge overlays, externalizing spatial perception into the input image so that no learned 3D backbone is required at inference. Stage 1 fine-tunes the vision encoder on 60,000 grounding records; zero-shot baselines produce no parseable BEV outputs, confirming the vocabulary requires explicit training. Stage 2 fine-tunes the full model (52M parameters, 2.4% of total) on 57,696 chain-of-thought records generated by Cosmos-Reason2-8B as teacher, spanning eight driving question types. On 2,304 held-out nuScenes frames evaluated by Gemma 4 (31B) calibrated against human review, MoRAL wins seven of eight question types over a zero-shot 8B baseline despite using four times fewer parameters, with the largest margins on question types requiring structured multi-step physics reasoning. Emergency braking recall improves from 10.8% to 47.8%, output degeneration falls from 94.1% to 20.8%, and the full pipeline fits a consumer 8 GB GPU at 42 tok/s without quantization. These results establish a reproducible foundation for compact, physics-grounded VLM reasoning on mobile edge platforms.
Chinese Translation
在资源受限的自主驾驶平台上部署视觉语言模型(VLM)以进行安全关键的空间推理,需要模型体积紧凑且度量基础可靠。我们提出了MoRAL(多模态推理用于自主语言模型),这是一种两阶段的微调管道,旨在教会Cosmos-Reason2-2B首先读取物理编码的鸟瞰视图(BEV)表示,然后基于此进行驾驶决策推理。BEV图像将激光雷达的度量距离编码为颜色带,将物体类别编码为聚类形态,将雷达多普勒速度编码为方向楔形叠加,从而将空间感知外部化到输入图像中,使得推理时无需学习的3D骨干网络。第一阶段在60,000个基础记录上微调视觉编码器;零样本基线未产生可解析的BEV输出,确认词汇需要明确的训练。第二阶段在57,696个由Cosmos-Reason2-8B生成的思维链记录上微调完整模型(5200万参数,占总数的2.4%),涵盖八种驾驶问题类型。在经过人类审查校准的Gemma 4(310亿)评估的2304个保留nuScenes帧中,尽管使用的参数数量是零样本8B基线的四分之一,MoRAL在八种问题类型中赢得了七种,且在需要结构化多步骤物理推理的问题类型上具有最大的优势。紧急制动的召回率从10.8%提高到47.8%,输出退化率从94.1%降低到20.8%,整个管道在不进行量化的情况下以42 tok/s的速度适配消费者8 GB GPU。这些结果为在移动边缘平台上进行紧凑的、基于物理的VLM推理奠定了可重复的基础。
cs.CV / 268 / 2608.02468

ISRS-DETR: Detection-Guided Click Propagation for Remote Sensing Interactive Segmentation

ISRS-DETR:基于检测引导的遥感交互式分割点击传播
Pham, Thanh Duc, Nguyen, Anh, Hieu, Duong Duc, Pham, Minh-Tan
Abstract
Interactive segmentation reduces the prohibitive cost of pixel-level annotation by allowing users to delineate objects with a few clicks. However, applying this paradigm directly to remote sensing imagery is non-trivial: ultra-high resolutions, small object sizes, and sparse spatial distributions all degrade segmentation quality. Recent work has addressed the resolution barrier and achieved competitive results in interactive segmentation for remote sensing (ISRS). However, they treat all instances of a class within an image as a single objective target. Consequently, interactions spent on one object contribute nothing to its same-class neighbours, and satisfactory masks may demand up to 40 clicks per image, hindering the practicality of these frameworks. We observe that remote sensing scenes exhibit markedly strong inter-object correlation, meaning a single clicked object is highly informative about the rest of its category. Building on this, we propose ISRS-DETR, a detection-guided interactive segmentation framework that injects object-level evidence into both training and inference. Our ISRS-DETR employs an RF-DETR decoder with the interactive segmentation backbone to localise co-occurring same-class objects, and introduces a Dynamic Top-K Click Selection strategy that retains only reliable proposals and converts each into a simulated click, so one user interaction propagates across an entire class. Experiments on three standard remote sensing benchmarks show that ISRS-DETR achieves state-of-the-art accuracy while substantially reducing Number of Clicks per Image (NoC-I). All codes and data splits will be released for reproducibility upon acceptance.
Chinese Translation
交互式分割通过允许用户用少量点击来勾勒对象,从而减少了像素级标注的高昂成本。然而,直接将这一范式应用于遥感图像并非易事:超高分辨率、小物体尺寸和稀疏空间分布都会降低分割质量。最近的研究已解决了分辨率障碍,并在遥感交互式分割(ISRS)中取得了竞争性结果。然而,它们将图像中同一类别的所有实例视为单一目标。因此,针对一个对象的交互对其同类邻居没有任何贡献,满意的掩膜可能需要每幅图像多达40次点击,这阻碍了这些框架的实用性。我们观察到,遥感场景表现出明显强烈的对象间相关性,这意味着单个被点击的对象对其类别的其他部分具有高度的信息量。在此基础上,我们提出了ISRS-DETR,一个检测引导的交互式分割框架,它将对象级证据注入训练和推理过程。我们的ISRS-DETR采用RF-DETR解码器与交互式分割主干相结合,以定位共现的同类对象,并引入动态Top-K点击选择策略,仅保留可靠的提议并将每个提议转换为模拟点击,从而使一次用户交互能够在整个类别中传播。在三个标准遥感基准上的实验表明,ISRS-DETR在显著减少每幅图像点击次数(NoC-I)的同时,达到了最先进的准确性。所有代码和数据划分将在接受后发布以便于复现。
cs.CV / 269 / 2608.02469

Calibrated Similarity and Graph Clustering for Open-Set Animal Re-Identification

校准相似性与图聚类在开放集动物重识别中的应用
ElBassat, Mohamed, Elkerdany, Seifeldin, ElBialy, Mohamed, Abouelhamd, Gamal, Ghoneim, Jana, Elkady, Assem, Elboraay, Mohamed, Semenova, Nelly
Abstract
AnimalCLEF26 addresses discovery-oriented animal re-identification, where systems must both attach query images to known individuals and discover unseen individuals by clustering them correctly. We present a similarity-to-clustering pipeline for this setting across Eurasian lynx, fire salamander, loggerhead sea turtle, and Texas horned lizard images. The method first isolates the target specimen using segmentation and then applies lightweight species-specific preprocessing for lynx, sea turtle, and salamander images to enhance identity-relevant visual cues, while Texas horned lizard images are used after segmentation only. Pairwise similarities are then estimated with WildFusion by calibrating and combining a MiewID global descriptor with two local matching branches, ALIKED + LightGlue and DISK + LightGlue. The resulting query-query similarities are refined and converted into identity clusters using graph-based clustering, while query-database similarities are used to attach confident samples to known identities. We evaluate training-free and fine-tuned MiewID variants, including Dynamic ArcFace and SphereFace2-Focal adaptations, and combine them in the final ensemble. Our selected ensemble substantially improves on the WildFusion baseline, achieving the best public ARI of 0.72124 and a private ARI of 0.70393, while a simpler preprocessing-before-calibration variant achieves the best private ARI of 0.71087. These results indicate that calibrated global-local fusion with species-aware preprocessing choices is effective for open-set wildlife re-identification under challenging field conditions and visual variation. The implementation code is available on GitHub.
Chinese Translation
AnimalCLEF26 关注以发现为导向的动物重识别任务,在该任务中,系统不仅需要将查询图像与已知个体关联,还需通过正确的聚类发现未见个体。我们提出了一种适用于这一场景的相似性到聚类的流程,涉及欧亚猞猁、火蝾螈、红海龟和德克萨斯角蜥的图像。该方法首先通过分割技术孤立目标标本,然后对猞猁、海龟和蝾螈图像应用轻量级物种特定的预处理,以增强与身份相关的视觉线索,而德克萨斯角蜥图像仅在分割后使用。接着,通过校准和结合 MiewID 全局描述符与两个局部匹配分支(ALIKED + LightGlue 和 DISK + LightGlue),使用 WildFusion 估计成对相似性。生成的查询-查询相似性经过精细化处理并转化为身份聚类,而查询-数据库相似性则用于将可信样本附加到已知身份上。我们评估了无训练和微调的 MiewID 变体,包括动态 ArcFace 和 SphereFace2-Focal 适配,并将它们结合在最终的集成模型中。我们选择的集成模型在 WildFusion 基线之上显著提升,达到了最佳公共调整兰德指数(ARI)0.72124 和私有 ARI 0.70393,而一个更简单的预处理-后校准变体则达到了最佳私有 ARI 0.71087。这些结果表明,结合物种感知的预处理选择的校准全局-局部融合在具有挑战性的野外条件和视觉变化下,对于开放集野生动物重识别是有效的。实现代码可在 GitHub 上获取。
cs.CV / 270 / 2608.02470

Grounding Agentic VLMs with Dedicated Segmentation for Fine-Grained Vehicle Damage Assessment

基于专用分割的代理视觉语言模型在细粒度车辆损伤评估中的应用
Hogale, Vishwajeet Shivaji, Pai, Anjali, Ravi, Nitya
Abstract
Vision-language models (VLMs) are increasingly deployed as reasoning agents in real-world visual assessment pipelines, yet their spatial grounding remains unreliable for fine-grained, visually ambiguous targets. We study this gap in the context of automated vehicle damage assessment, where fine-grained defects such as scratches and hairline cracks occupy few pixels, produce weak gradient signal, and are easily confused with reflections and surface texture. We show that a state-of-the-art VLM (Qwen-VL) achieves strong semantic classification accuracy (87.3%) on this task but is systematically ungrounded at the spatial level: it hallucinates damage in reflective regions, misses elongated scratches entirely, and produces spatially inconsistent outputs when prompted for localization. We propose TinyDamage, a hybrid architecture that delegates spatial grounding to a dedicated multi-task segmentation model while reserving the VLM for semantic reasoning and report generation. On the segmentation side, we find that the choice of loss function has an outsized and underexplored effect on tiny-object grounding: focal loss, widely used for class imbalance, collapses tiny-damage detection to zero, while a supervised contrastive objective measurably improves damage/background separability. We integrate the segmentation model into a 7-node LangGraph agent pipeline that grounds every VLM generation step in the segmentation output, and show that this grounding reduces the report hallucination rate from 92% (text-only) and 78% (image-only) to 31% in a controlled evaluation on 100 human-verified reports. We introduce DET_l, a permissive per-category detection metric for evaluating tiny-object grounding under class imbalance, and report latency and reliability characteristics of the deployed pipeline.
Chinese Translation
视觉语言模型(VLMs)越来越多地作为推理代理在现实世界的视觉评估流程中部署,但它们在细粒度、视觉模糊目标上的空间定位仍然不可靠。我们在自动化车辆损伤评估的背景下研究了这一差距,其中细粒度缺陷如划痕和发丝裂纹仅占用少量像素,产生微弱的梯度信号,并且容易与反射和表面纹理混淆。我们展示了一种最先进的VLM(Qwen-VL)在该任务上实现了强大的语义分类准确率(87.3%),但在空间层面上系统性地缺乏定位:它在反射区域幻觉出损伤,完全遗漏了细长划痕,并在被提示进行定位时产生空间不一致的输出。我们提出了TinyDamage,这是一种混合架构,将空间定位委托给专用的多任务分割模型,同时保留VLM用于语义推理和报告生成。在分割方面,我们发现损失函数的选择对微小物体的定位有着过大且未被充分探索的影响:广泛用于类别不平衡的焦点损失使微小损伤检测降为零,而监督对比目标则显著改善了损伤/背景的可分离性。我们将分割模型集成到一个7节点的LangGraph代理管道中,使每个VLM生成步骤都基于分割输出进行定位,并显示这种定位将报告幻觉率从92%(仅文本)和78%(仅图像)降低到31%,在100份人工验证报告的控制评估中得到了验证。我们引入了DET_l,这是一种宽松的按类别检测指标,用于在类别不平衡下评估微小物体的定位,并报告了部署管道的延迟和可靠性特征。
cs.CV / 271 / 2608.02471

Action-grounded tissue affordance enables anticipatory auto-framing that lowers surgeon cognitive workload during laparoscopic surgery

基于动作的组织可供性实现了预期自动框架,降低了腹腔镜手术中外科医生的认知负担
Gu, Jiayu, Wang, Yiwei, Zhang, Jie, Cao, Guojun, Lyu, Keshen, Zhou, Song, Chen, Yimeng, Wang, Haorui, Feng, Qingmin, Shi, Shenchao, Zhao, Huan, Chen, Wenbin, Xiong, Caihua, Wan, Chidan, Pan, Jing Samantha, Cai, Xiong, Ding, Han
Abstract
Computational attention models could help surgeons manage the visual demands of laparoscopy, but they require dense spatial labels that are difficult to obtain because surgical intent is highly specialized and tacit. Here, we introduce DiffeoAfford, an action-grounded tissue affordance framework that retrospectively derives visual attention supervision from completed surgical procedures. By combining diffeomorphism-constrained tissue tracking with instrument trajectory analysis, DiffeoAfford generates affordance hotspot labels without manual per-frame annotation. A real-time prediction model trained on these labels anticipates relevant surgical regions and enables AffordView, an assistive auto-framing system for laparoscopic visualization. The proposed framework aligns with expert annotations and intraoperative surgeon gaze, and reduces surgeon cognitive workload during real-world evaluations using subjective, physiological, and behavioral measures.
Chinese Translation
计算注意力模型可以帮助外科医生管理腹腔镜手术的视觉需求,但它们需要密集的空间标签,这些标签因外科意图高度专业化和隐性而难以获得。在此,我们介绍了DiffeoAfford,一个基于动作的组织可供性框架,该框架通过已完成的手术过程回溯性地推导视觉注意力监督。通过将微分同胚约束的组织跟踪与器械轨迹分析相结合,DiffeoAfford生成可供性热点标签,而无需手动逐帧标注。基于这些标签训练的实时预测模型能够预测相关的手术区域,并实现AffordView,一个用于腹腔镜可视化的辅助自动框架系统。所提出的框架与专家标注和术中外科医生的注视一致,并在使用主观、生理和行为测量的实际评估中降低了外科医生的认知负担。
cs.CV / 272 / 2608.02474

EchoCache: Energy-Guided Cross-Modal Caching for Efficient Audio-Driven Video Generation

EchoCache:能量引导的跨模态缓存用于高效的音频驱动视频生成
Chen, Jiayu, Wu, Xiaoyu, Gao, Rongshan, Li, Maoliang, Zheng, Zihao, Sun, Xinhao, Zou, Hailong, Luo, Guojie, Chen, Xiang
Abstract
Audio-driven video generation (A2V) has achieved promising progress in synthesizing temporally coherent and audio-visually aligned videos, yet its inference remains expensive due to the iterative denoising process of diffusion models. Existing caching methods mainly exploit temporal redundancy in visual features while overlooking the cross-modal alignment of A2V, where audio drives visual generation with highly non-uniform temporal importance. In this paper, we identify two levels of misalignment in existing A2V caching methods: temporal-semantic and computation-storage misalignment. To address them, we propose EchoCache, an energy-guided cross-modal caching framework for efficient A2V generation. EchoCache leverages audio time-frequency energy as a saliency anchor to guide latent-level cache updates and further introduces a dynamic timestep-latent caching mechanism with quantized cache management for joint efficiency and memory optimization. Extensive experiments on mainstream A2V models show that EchoCache consistently improves the latency-quality trade-off while preserving generation quality and audio-visual consistency. In particular, on Wan2.2-S2V over the EMTD benchmark, EchoCache achieves a 2.46x speedup with the best overall performance. Code is available at https://github.com/IF-LAB-PKU/EchoCache.
Chinese Translation
音频驱动的视频生成(A2V)在合成时间上连贯且音视频对齐的视频方面取得了可喜的进展,但由于扩散模型的迭代去噪过程,其推理仍然昂贵。现有的缓存方法主要利用视觉特征中的时间冗余,而忽视了A2V中的跨模态对齐,其中音频驱动视觉生成具有高度不均匀的时间重要性。在本文中,我们识别出现有A2V缓存方法中的两个层次的不对齐:时间-语义不对齐和计算-存储不对齐。为了解决这些问题,我们提出了EchoCache,一种能量引导的跨模态缓存框架,用于高效的A2V生成。EchoCache利用音频时频能量作为显著性锚点来指导潜在级别的缓存更新,并进一步引入了一种动态时间步-潜在缓存机制,结合量化缓存管理以实现联合效率和内存优化。在主流A2V模型上的大量实验表明,EchoCache始终改善了延迟-质量权衡,同时保持生成质量和音视频一致性。特别是在EMTD基准上的Wan2.2-S2V上,EchoCache实现了2.46倍的加速,并取得了最佳的整体性能。代码可在https://github.com/IF-LAB-PKU/EchoCache获取。
cs.CV / 273 / 2608.02483

Fermat Active Laplace Learning for Semi-Supervised Hyperspectral Image Classification

基于费马活跃拉普拉斯学习的半监督高光谱图像分类
Buranasiri, Vutichart, Murphy, James M.
Abstract
Two active learning algorithms for hyperspectral image (HSI) classification are proposed that combine density-aware Fermat distances with Poisson-reweighted harmonic label propagation. Our methods actively query points using an uncertainty-based acquisition function, extending Poisson ReWeighted Laplace Learning (PWLL). Our first algorithm, Fermat Active Laplace Learning (FALL), builds an affinity matrix using Fermat distances between all data points. Then, PWLL is run with a diagonal perturbation using the minimum-norm acquisition function. In contrast, Approximate FALL (A-FALL) computes Fermat distances between each data point and landmark pixels selected via farthest-point sampling and constructs the affinity matrix using landmark multidimensional scaling. After several query rounds, A-FALL selects the Fermat exponent $p$ using a leave-one-out cross-validation variant. FALL and A-FALL leverage Fermat distances and subsequent harmonic label propagation to provide a density-aware estimation of the data manifold, improving labeling accuracy. Experiments on Salinas A and Pavia show the effectiveness of FALL and the scalability of A-FALL to large HSI scenes.
Chinese Translation
本文提出了两种用于高光谱图像(HSI)分类的主动学习算法,这些算法结合了考虑密度的费马距离与泊松重加权谐波标签传播。我们的方法使用基于不确定性的获取函数主动查询数据点,扩展了泊松重加权拉普拉斯学习(PWLL)。我们的第一个算法,费马活跃拉普拉斯学习(FALL),通过计算所有数据点之间的费马距离构建亲和矩阵。然后,使用最小范数获取函数进行对角扰动,运行PWLL。相比之下,近似FALL(A-FALL)计算每个数据点与通过最远点采样选择的标志像素之间的费马距离,并利用标志多维缩放构建亲和矩阵。在若干查询轮次后,A-FALL使用留一交叉验证变体选择费马指数$p$。FALL和A-FALL利用费马距离及后续的谐波标签传播提供对数据流形的密度感知估计,从而提高标记准确性。在Salinas A和Pavia数据集上的实验表明,FALL的有效性以及A-FALL在大规模高光谱图像场景中的可扩展性。
cs.CV / 274 / 2608.02495

DyFrDet: Towards Accurate Small Object Detection via Dynamic Frequency Suppression with Label Disambiguation

DyFrDet:通过动态频率抑制与标签消歧来实现准确的小物体检测
Yang, Zihan, Guo, Yang, Zhang, Hongxing, Lu, Dan, Yao, Siyuan
Abstract
Despite the remarkable progress over the past decades, accurately identifying small objects remains challenging because of their insufficient visual cues. Previous works typically attempt to construct discriminative representation of the small objects. However, the wide range frequency domain noises and label ambiguities have been greatly overlooked, which significantly hinders the accurate localization. To address these issues, we propose a novel small object detection (SOD) detector termed DyFrDet, which is able to precisely localize the small object by dynamically suppressing the background distractions in frequency domain. Specifically, we propose a Dynamic Frequency-aware Feature Pyramid Network (DyFrFPN) to adaptively suppress low-frequency redundancy and excessive high-frequency noises. The DyFrFPN transforms the hierarchical features into frequency domain representation, and introduces a Dynamic Band Predictor (DBP) to preserve the discriminative components for small object identification. Afterwards, we present a novel Label Disambiguation Module (LDM), which leverages probabilistic distributions to explicitly model and alleviate the inherent ambiguity of target labels, yielding efficient improvement in localization precision of the small objects with low-resolution. Extensive experiments demonstrate that DyFrDet achieves state-of-the-art performance across multiple benchmarks, indicating its effectiveness and robustness in various challenging scenarios. Our code is available at https://github.com/ManOfStory/DyFrDet.
Chinese Translation
尽管在过去几十年中取得了显著进展,但由于小物体的视觉线索不足,准确识别小物体仍然具有挑战性。以往的研究通常试图构建小物体的区分性表示。然而,广泛的频域噪声和标签歧义被严重忽视,这显著阻碍了准确定位。为了解决这些问题,我们提出了一种新颖的小物体检测器(SOD),称为DyFrDet,它能够通过动态抑制频域中的背景干扰来精确定位小物体。具体而言,我们提出了一种动态频率感知特征金字塔网络(DyFrFPN),以自适应地抑制低频冗余和过量的高频噪声。DyFrFPN将层次特征转换为频域表示,并引入动态带预测器(DBP)以保留小物体识别的区分性成分。随后,我们提出了一种新颖的标签消歧模块(LDM),利用概率分布显式建模并缓解目标标签的固有歧义,从而有效提高低分辨率小物体的定位精度。大量实验表明,DyFrDet在多个基准测试中实现了最先进的性能,表明其在各种挑战性场景中的有效性和鲁棒性。我们的代码可在 https://github.com/ManOfStory/DyFrDet 获取。
cs.CV / 275 / 2608.02504

Token Radius Attention for Efficient Video Generation

高效视频生成的令牌半径注意力
Chen, Jiayu, Jiang, Zhikun, Li, Maoliang, Luo, Jiayi, Yang, Jiawei, Zheng, Zihao, Zhang, Hengyi, Luo, Guojie, Chen, Xiang
Abstract
Video Diffusion Transformers (VDiTs) enable high-fidelity generation but incur quadratic cost from dense 3D self-attention. Existing head- and block-level sparse methods share computation budgets across queries, overlooking token-specific attention demand. We observe that retained density varies across queries yet correlates log-linearly with attention entropy, while dominant interactions form query-centered neighborhoods with token-dependent radii. Based on these findings, we propose Token Radius Attention (TRA), a training-free framework that maps query entropy to an analytic token budget and converts it into a temporally decayed radius without explicit key ranking. Fused entropy extraction, warm-up reuse, and block-sparse mask construction further reduce overhead. Across seven Wan2.1, Wan2.2, and HunyuanVideo T2V/I2V configurations, TRA retains only 9-19% of attention interactions and achieves 1.56x-2.05x speedup with competitive generation quality. Code is available at https://github.com/IF-LAB-PKU/Token-Radius-Attention.
Chinese Translation
视频扩散变换器(Video Diffusion Transformers, VDiTs)能够实现高保真度的生成,但由于密集的三维自注意力,导致了二次方的计算成本。现有的头部和块级稀疏方法在查询之间共享计算预算,忽视了令牌特定的注意力需求。我们观察到,保留的密度在查询之间变化,但与注意力熵呈对数线性相关,而主导交互形成以查询为中心的邻域,具有令牌依赖的半径。基于这些发现,我们提出了令牌半径注意力(Token Radius Attention, TRA),这是一个无训练框架,将查询熵映射到解析的令牌预算,并将其转换为一个时间衰减的半径,而无需显式的关键排名。融合的熵提取、热身重用和块稀疏掩码构建进一步减少了开销。在七个Wan2.1、Wan2.2和HunyuanVideo T2V/I2V配置中,TRA仅保留9%-19%的注意力交互,并实现了1.56倍至2.05倍的加速,同时保持了竞争力的生成质量。代码可在https://github.com/IF-LAB-PKU/Token-Radius-Attention获取。
cs.CV / 276 / 2608.02561

ReMiX-MAE: Learning Missing-Channel Cross-Modal Representations from RGB-Only Clinical Facial Videos for Sympathetic-Mediated Pain Assessment

ReMiX-MAE:从仅有RGB的临床面部视频中学习缺失通道的跨模态表示以进行交感神经介导的疼痛评估
Bi, Nan, Wang, Taoyue, Yin, Lijun, Sharma, Vandana
Abstract
Automated pain assessment in real clinics is limited by scarce clinically grounded facial video data with weak labels (often sequence-level self-report) and by the fact that pain cues can be subtle or near-neutral in RGB, while thermal and depth signals are informative yet impractical to deploy routinely. To address these challenges, we propose ReMiX-MAE (Reconstructing Missing Channel Cross-Modal Masked Autoencoder), a self-supervised multimodal masked pretraining framework that learns transferable facial representations from synchronized RGB, thermal, and depth videos and explicitly trains robustness to missing modalities, enabling RGB-only deployment. To fill the gap of clinically grounded facial pain data with video-level self-report and longitudinal treatment trajectories, we collect the Sympathetic Mediated Pain (SMP) dataset with paired pre- and post-recordings across multiple visits. Under RGB-only deployment, we evaluate ReMiX-MAE using both direct feature extraction and pseudo-multimodal features decoded from RGB. ReMiX-MAE consistently outperforms an RGB-only masked autoencoder baseline on SMP, with pseudo-multimodal features providing additional gains in the challenging five-class setting. Across external datasets, ReMiX-MAE further shows more robust and label-efficient transfer than RGB-only baselines, highlighting its advantage in data-limited clinical settings.
Chinese Translation
在真实临床中,自动化疼痛评估受到缺乏临床基础的面部视频数据(通常是序列级的自我报告)和疼痛线索在RGB中可能微妙或接近中性的限制,而热成像和深度信号虽然信息丰富但在常规部署中不切实际。为了解决这些挑战,我们提出了ReMiX-MAE(重构缺失通道跨模态掩蔽自编码器),这是一种自监督的多模态掩蔽预训练框架,能够从同步的RGB、热成像和深度视频中学习可迁移的面部表示,并明确训练对缺失模态的鲁棒性,从而实现仅使用RGB的部署。为了填补临床基础的面部疼痛数据的空白,我们收集了交感神经介导疼痛(SMP)数据集,该数据集包含多个访问中的配对前后录音。在仅使用RGB的部署下,我们通过直接特征提取和从RGB解码的伪多模态特征评估ReMiX-MAE。ReMiX-MAE在SMP数据集上始终优于仅使用RGB的掩蔽自编码器基线,伪多模态特征在具有挑战性的五类设置中提供了额外的收益。在外部数据集上,ReMiX-MAE进一步显示出比仅使用RGB的基线更强的鲁棒性和标签效率,突显了其在数据有限的临床环境中的优势。
cs.CV / 277 / 2608.02583

UEmbed: Unified Sparse and Dense Multimodal Embeddings

UEmbed:统一稀疏与密集多模态嵌入
Song, Tingyu, Li, Mingxin, Zhang, Yanzhao, Long, Dingkun, Xie, Pengjun, Nie, Zhijie, Zhao, Yilun, Wu, Shu
Abstract
Sparse retrieval underpins modern search systems, from web search to retrieval-augmented generation. Existing work has introduced Learned Sparse Retrieval (LSR) to push beyond exact lexical matching toward richer semantics. Yet LSR has so far remained tied to encoder-style bidirectional architectures, and its extension to multimodal settings still relies heavily on auxiliary cross-modal modules. To address these limitations, we introduce UEmbed (Unified Embedding), a decoder-only multimodal embedding model that produces both sparse lexical and dense representations in one causal forward pass. UEmbed appends N learnable special tokens to the input and partitions the vocabulary into N disjoint subsets. Each token's causal hidden state predicts sparse weights over its assigned subset, and the N subsets are concatenated into the full sparse vector. Trained on public data, we release UEmbed at 2B, 4B, and 9B scales. UEmbed-9B reaches 71.8 (dense) and 71.0 (sparse) on MMEB-v2, outperforming multimodal embedding models trained on publicly available data (e.g., RzenEmbed). On BEIR, UEmbed also remains competitive with strong dense and sparse baselines. Furthermore, we demonstrate the practical utility of UEmbed across three dimensions: effectiveness, efficiency, and agentic applications. Overall, UEmbed offers a new paradigm: it unifies dense and sparse embeddings in one model, while further extending sparse retrieval to unify text and multimodal inputs.
Chinese Translation
稀疏检索是现代搜索系统的基础,从网页搜索到检索增强生成。现有研究已引入学习稀疏检索(Learned Sparse Retrieval, LSR),以超越精确的词汇匹配,朝向更丰富的语义。然而,LSR迄今仍然与编码器风格的双向架构紧密相关,其在多模态环境中的扩展仍然严重依赖于辅助的跨模态模块。为了解决这些局限性,我们提出了UEmbed(统一嵌入),这是一种仅基于解码器的多模态嵌入模型,能够在一次因果前向传递中同时生成稀疏的词汇表示和密集表示。UEmbed在输入中附加N个可学习的特殊标记,并将词汇表划分为N个不相交的子集。每个标记的因果隐藏状态预测其分配子集的稀疏权重,N个子集被连接成完整的稀疏向量。在公共数据上进行训练后,我们发布了规模为2B、4B和9B的UEmbed。UEmbed-9B在MMEB-v2上达到了71.8(密集)和71.0(稀疏),超越了在公开可用数据上训练的多模态嵌入模型(例如RzenEmbed)。在BEIR上,UEmbed也与强大的密集和稀疏基线保持竞争力。此外,我们展示了UEmbed在有效性、效率和自主应用三个维度上的实际效用。总体而言,UEmbed提供了一种新范式:它在一个模型中统一了密集和稀疏嵌入,同时进一步扩展了稀疏检索,以统一文本和多模态输入。
cs.CV / 278 / 2608.02589

CAPEval: A Decoupled Caption Evaluation across Understanding and Generation

CAPEval:一种解耦的图像理解与生成中的字幕评估
Liu, Zhipeng, Wang, Haochen, Zhang, Zhaoxiang
Abstract
Captions serve as a primary supervision signal for both multimodal understanding and text-to-image generation. However, previous evaluations treat the caption quality as a single scalar objective, which conflates two distinct properties: (1) how much visual information a caption covers and (2) how reliably the image supports its stated claims. To this end, we design a decoupled caption evaluation benchmark, CAPEval (Coverage And Precision Evaluation), with human-written ground-truth captions and human-verified atomic checklist items. Specifically, CAPEval decomposes caption quality into Coverage and Precision. The former quantifies how thoroughly a caption covers ground-truth factual content, while the latter reflects the factual correctness rate of all claims expressed in the caption. We select 10 captioners and further conduct controlled downstream end-to-end experiments with them from four model families, where the caption source is the only variable. Empirically, we find a consistent task-dependent dissociation: Coverage serves as the stronger correlate for understanding performance, whereas Precision acts as the dominant predictor for generation performance. This decoupled evaluation paradigm not only delivers a more fine-grained diagnosis of caption quality, but also offers actionable guidance for selecting and optimizing captioners tailored to different downstream tasks.
Chinese Translation
字幕作为多模态理解和文本到图像生成的主要监督信号。然而,以往的评估将字幕质量视为单一的标量目标,这混淆了两个不同的属性:(1)字幕覆盖了多少视觉信息,以及(2)图像在多大程度上支持其所陈述的主张。为此,我们设计了一个解耦的字幕评估基准,CAPEval(Coverage And Precision Evaluation),该基准包含人工撰写的真实字幕和经过人工验证的原子检查项。具体而言,CAPEval将字幕质量分解为覆盖度和精确度。前者量化字幕对真实事实内容的覆盖程度,而后者反映字幕中所有主张的事实正确率。我们选择了10个字幕生成器,并进一步对来自四个模型家族的控制下游端到端实验进行研究,其中字幕来源是唯一的变量。通过实证研究,我们发现了一种一致的任务依赖性解耦:覆盖度作为理解性能的更强相关因素,而精确度则是生成性能的主要预测因子。这种解耦的评估范式不仅提供了对字幕质量的更细致诊断,还为根据不同下游任务选择和优化字幕生成器提供了可操作的指导。
cs.CV / 279 / 2608.02598

VR3D: View-Robust 3D Representation Learning for Aerial-Ground Person Re-Identification

VR3D:用于空中-地面行人重识别的视角鲁棒3D表示学习
Ji, Chao, Xuan, Shiyu, Li, Zechao
Abstract
Aerial-ground person re-identification is a challenging task due to cross-platform viewpoint variations, which cause severe occlusion and geometric deformation. Existing methods attempt to learn view-invariant representations exclusively within the 2D image space, where drastic viewpoint variations cause the learned features to remain coupled with viewpoint bias. To address this, we propose VR3D, a View-Robust 3D Representation Learning framework that maps images into a unified 3D coordinate space to achieve view-independent feature interaction. Specifically, we introduce View-Robust 3D Representation Interaction, which leverages 3D priors extracted from single 2D observations to lift 2D appearance features into a canonical 3D space. VR3I employs 3D Geometry-Semantic Attention to establish interactions between 2D patches and 3D voxels from corresponding body parts based on their 3D spatial locations, effectively grounding 2D semantics within a 3D framework. In addition, as the reliability of these representations varies across samples due to viewpoint changes and 3D reconstruction errors, we introduce Reliability-Aware Fusion, which estimates sample-specific reliability and adaptively aggregates the multi-source representations. Extensive experiments on three benchmark datasets (CARGO, AG-ReID.v1, and AG-ReID.v2) demonstrate that VR3D outperforms recent methods. For example, it achieves a 5.63% improvement in Rank-1 on CARGO. Our code will be released.
Chinese Translation
空中-地面行人重识别是一项具有挑战性的任务,主要由于跨平台视角变化导致严重的遮挡和几何变形。现有方法尝试在二维图像空间内学习视角不变的表示,但剧烈的视角变化使得学习到的特征与视角偏差保持耦合。为了解决这一问题,我们提出了VR3D,一个视角鲁棒的3D表示学习框架,该框架将图像映射到统一的3D坐标空间,以实现视角独立的特征交互。具体而言,我们引入了视角鲁棒3D表示交互(View-Robust 3D Representation Interaction),该方法利用从单个2D观测中提取的3D先验,将2D外观特征提升到规范的3D空间。VR3I采用3D几何-语义注意力(3D Geometry-Semantic Attention)来建立来自相应身体部位的2D图块和3D体素之间的交互,基于它们的3D空间位置,有效地将2D语义嵌入到3D框架中。此外,由于视角变化和3D重建误差,这些表示的可靠性在样本之间有所不同,我们引入了可靠性感知融合(Reliability-Aware Fusion),该方法估计样本特定的可靠性,并自适应地聚合多源表示。在三个基准数据集(CARGO、AG-ReID.v1和AG-ReID.v2)上的大量实验表明,VR3D的性能优于最新的方法。例如,在CARGO数据集上,Rank-1的性能提升了5.63%。我们的代码将会发布。
cs.CV / 280 / 2608.02603

WorldExam: Benchmarking World Models from Apparent Appearance to Inherent Reactivity

WorldExam:从表面外观到内在反应性的世界模型基准测试
Yang, Yuxue, Shang, Shuyao, Wang, Jiahe, Zhou, Zitong, Tan, Liang, Zeng, Junhan, Li, Ruizhi, Li, Junyan, Liu, Yu, Yang, Xiao, Li, Yong, Zhu, Jun, Li, Hongsheng, Tan, Tieniu, Fan, Lue, Zhang, Zhaoxiang
Abstract
Controllable video generation models are increasingly being developed as world models. Accordingly, evaluating them in this role extends beyond the apparent appearance of generated videos to the inherent reactivity of the worlds they depict: the ability to infer from the scene state how the world should react and to generate plausible consequences not explicitly described in the input. Yet existing benchmarks mainly assess visual quality or explicit instruction fulfillment by checking whether requested actions and interaction outcomes are realized, leaving inherent reactivity underexamined. We introduce WorldExam, a hierarchical diagnostic benchmark spanning four levels: Visual Quality, Control Adherence, Spatial Consistency, and World Reactivity. It comprises 1,474 cases across eight dedicated tasks and supports unified evaluation of camera-, action-, and language-driven model paradigms. The World Reactivity level evaluates scene-conditioned reactions and goal-directed behaviors beyond what is explicitly specified in the input. Evaluation of 20 representative models reveals a clear capability split. Camera-driven models excel at camera control, but their interfaces do not support dynamic interaction; action-driven models control subjects more precisely but often leave the world unresponsive; and language-driven models perform better on interaction but follow complex controls less faithfully. No model combines broad task coverage with consistently strong performance, showing that high visual quality and explicit instruction fulfillment do not guarantee inherent reactivity.
Chinese Translation
可控视频生成模型正日益被开发为世界模型。因此,评估它们在这一角色中的表现不仅仅局限于生成视频的表面外观,还应考虑它们所描绘世界的内在反应性:即从场景状态推断世界应如何反应,并生成输入中未明确描述的合理后果。然而,现有基准主要评估视觉质量或显式指令的实现,通过检查请求的动作和交互结果是否得以实现,留下了内在反应性未被充分考察。我们引入了WorldExam,这是一个涵盖四个层次的分层诊断基准:视觉质量、控制遵循、空间一致性和世界反应性。它包含1,474个案例,涵盖八个专门任务,并支持对基于相机、动作和语言驱动的模型范式进行统一评估。世界反应性层级评估场景条件下的反应和目标导向行为,超越了输入中明确指定的内容。对20个代表性模型的评估揭示了明显的能力差异。基于相机的模型在相机控制方面表现出色,但其接口不支持动态交互;基于动作的模型能够更精确地控制主体,但往往使世界保持无反应;而基于语言的模型在交互方面表现更佳,但在复杂控制下的遵循度较低。没有任何模型能够将广泛的任务覆盖与持续强劲的表现相结合,显示出高视觉质量和显式指令的实现并不保证内在反应性。
人工智能 (Artificial Intelligence)
199
cs.AI / 1 / 2608.00001

Revisiting Classic Thought Experiments to Measure Consciousness for Artificial Intelligence Safety

重新审视经典思想实验以测量人工智能安全中的意识
Fagan, Peter David
Abstract
This research note revisits Leibniz's mill, Turing's imitation game, and Searle's Chinese Room through the Conservation-Congruent Encoding (CCE) framework. It formalises a toy symbolic setting in which successful behaviour is measured by task performance ($W_{causal,T}$), while the efficiency with which preserved internal structure supports that behaviour is measured by operational consciousness ($\kappa_T$). Within this setup, an uncompressed lookup system and a compact generative system can in principle achieve comparable behavioural success, yet diverge sharply in $\kappa_T$: the former relies on an expanding standing store of unreused mappings, whereas the latter reuses compact internal structure. The note therefore reframes classic disputes about understanding by separating outward performance from the organisation that sustains it, and motivates why this distinction may matter for later AI-safety analysis.
Chinese Translation
本研究笔记通过保守一致编码(Conservation-Congruent Encoding, CCE)框架重新审视了莱布尼茨的磨坊、图灵的模仿游戏和塞尔的中文房间。它形式化了一个玩具符号设置,其中成功的行为通过任务表现($W_{causal,T}$)来衡量,而支持该行为的保留内部结构的效率则通过操作意识($eta_T$)来衡量。在这个设置中,一个未压缩的查找系统和一个紧凑的生成系统在原则上可以实现可比的行为成功,但在$eta_T$上却有显著差异:前者依赖于不断扩展的未使用映射的存储,而后者则重用紧凑的内部结构。因此,本笔记通过将外部表现与支撑它的组织分开,重新框定了关于理解的经典争论,并阐明了这一区分为何对后续的人工智能安全分析可能具有重要意义。
cs.AI / 2 / 2608.00003

AutoFOAM: The Self-Refining Autonomous OpenFOAM Agent

AutoFOAM:自我精炼的自主OpenFOAM代理
Neelan, Arun Govind, Seshaditya, A
Abstract
Computational Fluid Dynamics (CFD) plays an important role in modern engineering, but using open-source solvers such as OpenFOAM requires considerable knowledge and skills, as well as time-consuming configuration file setup. To reduce this burden, we propose AutoFOAM - a self-evolving large language model (LLM) agent that creates, evaluates, runs, and evolves its own OpenFOAM simulations based solely on natural-language instructions. Our model is pre-trained on the Qwen-coder 2.5-14B, which is then fine-tuned on 252 text prompts targeting 7 OpenFOAM solvers, 13 parametrized mesh templates, and a y plus-aware numerical policy. The crucial element of the algorithm is a sophisticated evolution loop composed of 7 stages. To prevent model degeneration under repeated self-training, the agent employs three complementary anti-collapse streams: RAG-augmented retry context, surgical dictionary-level patching, and prompt-diversity paraphrasing. By bridging generative artificial intelligence with rigorous fluid simulations, AutoFOAM accelerates rapid prototyping and democratizes advanced CFD workflows.
Chinese Translation
计算流体动力学(CFD)在现代工程中扮演着重要角色,但使用开源求解器如OpenFOAM需要相当的知识和技能,以及耗时的配置文件设置。为减少这一负担,我们提出了AutoFOAM——一个自我进化的大型语言模型(LLM)代理,它仅基于自然语言指令创建、评估、运行和演化自己的OpenFOAM模拟。我们的模型在Qwen-coder 2.5-14B上进行预训练,然后在252个文本提示上进行微调,这些提示针对7个OpenFOAM求解器、13个参数化网格模板和一个y plus感知的数值策略。该算法的关键元素是一个由7个阶段组成的复杂进化循环。为了防止模型在重复自我训练下退化,代理采用了三种互补的抗崩溃流:增强检索-生成(RAG)的重试上下文、手术式字典级修补和提示多样性释义。通过将生成性人工智能与严格的流体模拟相结合,AutoFOAM加速了快速原型开发,并使先进的CFD工作流程民主化。
cs.AI / 3 / 2608.00006

Enhancing LLMs with Context-Specific Knowledge for Mitigating Misinformation in SMEs: A RAG-based Modeling and Analysis

通过上下文特定知识增强大型语言模型以减轻中小企业中的虚假信息:基于RAG的建模与分析
Islam, Md. Samiul, Sarker, Iqbal H., Islam, Chadni, Mohsin, Ahmad, Ibrahim, Ahmed, Janicke, Helge
Abstract
Large Language Models (LLMs), a part of artificial intelligence (AI), are increasingly being adopted by Small and Medium Enterprises (SMEs) to enhance question-answering capabilities and support business decision-making processes. However, hallucinations in LLM-generated outputs can serve as a source of misinformation, reducing user confidence in their reliability and trustworthiness within SMEs. Retrieval-Augmented Generation (RAG) has emerged as a promising approach to address this challenge by incorporating external knowledge sources into the modeling process. In this paper, we present VectorRAG and GraphRAG modeling approaches to mitigate hallucinations and misinformation risks and evaluate their effectiveness in SME environments. Our experimental evaluation is conducted on multiple state-of-the-art LLMs, including LLaMA, Mistral, and Qwen, to assess performance in terms of useful response generation, risk of hallucination, contextual relevance, as well as human-interpretation. The results demonstrate that RAG-enhanced LLMs can significantly improve response quality by reducing hallucinations and misinformation, thereby supporting more reliable, trustworthy, and context-aware decision-making in SME environments.
Chinese Translation
大型语言模型(LLMs)作为人工智能(AI)的一部分,正被越来越多的中小企业(SMEs)采用,以增强问答能力并支持商业决策过程。然而,LLM生成输出中的幻觉可能成为虚假信息的来源,降低用户对其在中小企业中可靠性和可信度的信心。检索增强生成(RAG)作为一种有前景的方法,通过将外部知识源纳入建模过程来应对这一挑战。在本文中,我们提出了VectorRAG和GraphRAG建模方法,以减轻幻觉和虚假信息风险,并评估其在中小企业环境中的有效性。我们的实验评估在多个最先进的LLM上进行,包括LLaMA、Mistral和Qwen,以评估在有用响应生成、幻觉风险、上下文相关性以及人类解释等方面的性能。结果表明,RAG增强的LLM能够显著提高响应质量,通过减少幻觉和虚假信息,从而支持中小企业环境中更可靠、可信和具有上下文意识的决策。
cs.AI / 4 / 2608.00008

Energy Efficiency of Locally Deployed LLMs: A Preliminary Quantitative GPU Power Benchmark on Consumer Hardware

本地部署大型语言模型的能源效率:基于消费硬件的初步定量GPU功耗基准测试
Zähl, Philipp M., Hennig, Anika
Abstract
The local deployment of large language models (LLMs) is gaining traction due to privacy concerns and the desire for on-premise inference. However, the energy costs on consumer hardware remain poorly characterized, as most benchmarks focus solely on accuracy. This paper presents a reproducible, hardware-level energy benchmark of nine open-source LLMs (1B to 7B parameters) executed on a single consumer GPU (RTX 4060Ti 16GB). Using the Ollama inference engine, GPU power draw was sampled at 2Hz via nvidia-smi across a fixed prompt set. We evaluate mean/peak power, total energy per prompt (J/prompt), energy per output token (J/token), and throughput (tok/s). Our findings suggest that factors beyond raw parameter count, including model architecture and quantization strategy, drive energy efficiency. Specifically, gemma3:1b and llama3.2:1b achieve the lowest energy cost (0.56 J/token and 0.65 J/token) and the highest throughput (>170 tok/s). In contrast, the 7B-Mistral model consumes up to 4.4x more energy per token than the most efficient model. Notably, qwen3.5:2b exhibits anomalously high per-prompt energy due to extended internal reasoning, highlighting the need to distinguish between token generation modes in efficiency metrics.
Chinese Translation
由于隐私问题和对本地推理的需求,大型语言模型(LLMs)的本地部署正逐渐受到关注。然而,消费硬件上的能源成本仍然缺乏明确的表征,因为大多数基准测试仅关注准确性。本文呈现了在单个消费级GPU(RTX 4060Ti 16GB)上执行的九个开源LLMs(参数从1B到7B)的可重复硬件级能源基准测试。通过Ollama推理引擎,使用nvidia-smi以2Hz的频率对固定提示集进行GPU功耗采样。我们评估了平均/峰值功率、每个提示的总能量(J/提示)、每个输出令牌的能量(J/令牌)以及吞吐量(tok/s)。我们的研究结果表明,除了原始参数数量之外,模型架构和量化策略等因素也驱动着能源效率。具体而言,gemma3:1b和llama3.2:1b实现了最低的能量成本(每个令牌0.56 J和0.65 J)以及最高的吞吐量(>170 tok/s)。相比之下,7B-Mistral模型每个令牌的能量消耗比最有效模型高出4.4倍。值得注意的是,qwen3.5:2b由于内部推理时间延长而表现出异常高的每提示能量,强调了在效率指标中区分令牌生成模式的必要性。
cs.AI / 5 / 2608.00014

CoT-Core: Accelerating LLM Evaluation via CoT-Aware Coreset Selection

CoT-Core:通过 CoT 感知核心集选择加速大语言模型评估
Pan, Qihua, Tang, Zhenheng, Dong, Peijie, Liu, Xiang, Wang, Huacan, Li, Bo, Chu, Xiaowen
Abstract
Evaluating Large Language Models (LLMs) incurs prohibitive computational overhead during continuous development processes. While coreset selection accelerates evaluation, existing methods either suffer from a severe ``cold start'' bottleneck requiring massive historical logs (e.g., Item Response Theory) or exhibit a surface lexical bias that misses the underlying reasoning manifold of tasks. We propose CoT-Core, a novel training-free core question selection framework. Recognizing that lexically disparate questions can share equivalent underlying logic, CoT-Core prompts LLMs to unroll zero-shot Chain-of-Thought (CoT) reasoning trajectories. Projecting these paths into a latent space effectively clusters questions by intrinsic logical equivalence rather than superficial text similarity. Extensive experiments on GSM8K, MMLU, MMLU-Pro, and GPQA demonstrate that CoT-Core drastically reduces evaluation costs while maintaining high-fidelity score estimation, and delineate the boundary conditions of reasoning-aware pruning, revealing that its efficacy is intrinsically gated by task complexity.
Chinese Translation
评估大语言模型(LLMs)在持续开发过程中会产生巨大的计算开销。虽然核心集选择可以加速评估,但现有方法要么面临严重的“冷启动”瓶颈,需要大量历史日志(例如,项目反应理论),要么表现出表面词汇偏差,错过了任务的潜在推理流形。我们提出了 CoT-Core,一种新颖的无训练核心问题选择框架。CoT-Core 认识到在词汇上不同的问题可以共享等效的潜在逻辑,促使 LLMs 展开零-shot 思维链(Chain-of-Thought, CoT)推理轨迹。将这些路径投影到潜在空间中,有效地根据内在逻辑等价性而非表面文本相似性对问题进行聚类。在 GSM8K、MMLU、MMLU-Pro 和 GPQA 上的广泛实验表明,CoT-Core 显著降低了评估成本,同时保持了高保真度的评分估计,并描绘了推理感知修剪的边界条件,揭示其有效性本质上受到任务复杂性的限制。
cs.AI / 6 / 2608.00015

Optimization and Constraint Modeling using LLMs with a Retrieval Augmented Generation Process

利用检索增强生成过程进行优化与约束建模
Roy, Prateek, Singirikonda, Akash
Abstract
Both optimization modeling and constraint modeling are non-trivial problems requiring deep domain expertise and proficiency in modeling formalism languages. Despite their importance across logistics, healthcare, and supply chain management, current large language models regularly produce structurally inconsistent or incomplete optimization formulations, particularly in combinatorial settings. This paper evaluates whether a Retrieval-Augmented Generation pipeline built on a curated synthetic dataset can meaningfully improve LLM optimization modeling performance. A total of 500 optimization problems were synthesized using seed descriptions from the Text2Zinc dataset and professional personas created using an LLM, specified in JSON and associated with validated Python solver scripts. These problems were encoded in a Chroma vector database. For each inference problem, semantically similar problems were retrieved and used as contextual guidance for a LangChain LLM agent. Three benchmark testbeds were used to evaluate the proposed pipeline under the Qwen 3 30B Instruct model. Accuracy rose from 40% to 72% on NL4OPT, 40% to 56% on MAMO Easy, and 32% to 56% on MAMO Complex. The use of semantically validated synthetic examples greatly improves both solution accuracy and structure. The combination of synthetic dataset generation with retrieval augmentation provides an effective alternative to fine-tuning, suggesting that domain-specific synthetic corpora paired with retrieval augmentation can serve as a practical pathway for deploying LLM-based optimization tools in real-world decision-support contexts without costly model retraining.
Chinese Translation
优化建模和约束建模都是需要深厚领域专业知识和建模形式语言熟练度的非平凡问题。尽管它们在物流、医疗保健和供应链管理等领域的重要性不言而喻,但当前的大型语言模型在组合设置中经常产生结构不一致或不完整的优化公式。本文评估了基于策划的合成数据集构建的检索增强生成管道是否能够显著提高大型语言模型的优化建模性能。总共合成了500个优化问题,这些问题使用来自Text2Zinc数据集的种子描述和使用大型语言模型创建的专业角色,采用JSON格式并与经过验证的Python求解器脚本相关联。这些问题被编码到Chroma向量数据库中。对于每个推理问题,检索出语义相似的问题,并作为LangChain大型语言模型代理的上下文指导。使用三个基准测试平台对所提出的管道进行了评估,基于Qwen 3 30B Instruct模型。NL4OPT上的准确率从40%提高到72%,MAMO Easy上的准确率从40%提高到56%,MAMO Complex上的准确率从32%提高到56%。使用语义验证的合成示例大大提高了解决方案的准确性和结构。合成数据集生成与检索增强的结合为微调提供了一种有效的替代方案,表明领域特定的合成语料库与检索增强相结合,可以作为在现实决策支持环境中部署基于大型语言模型的优化工具的实用路径,而无需昂贵的模型再训练。
cs.AI / 7 / 2608.00017

Memory Reward Inflation in Self-Improving LLM Agents

自我改进大语言模型代理中的记忆奖励膨胀
Asadolahi, Mohammad, Amini, Amir, Talebi, Samira, Farhadi, Amirfarhad, Zamanifar, Azadeh
Abstract
Self-improving LLM agents increasingly learn from experience without updating any weights. Each episode is stored in an external memory, scored, and retrieved for similar future tasks to shape later behavior. Viewed through a reward lens, the stored score is a proxy reward for an implicit, non-parametric policy. Each retrieved episode then becomes a policy-improvement step whose reliability hinges on how that score is produced. In deployment, ground-truth labels are unavailable, so the stored reward is at best an LLM assessment. This substitution creates a failure mode, the *Echo Gap*, across the memory-based self-improving agents and model families studied. Incorrect episodes receive inflated rewards; thus, the agent preferentially reuses the very mistakes it has most confident in. Because the error compounds through memory rather than averaging out and the confirming judge's errors remain correlated with the original self-grading bias, so it cannot identify which memories are overvalued. The missing property is formalized as the *Error-Independence Assumption* (EIA), which we prove is a *necessary* condition for correcting the inflation, not merely a description of a good verifier: a usable signal must track truth *and* decorrelate its error from the memory bias, and the recoverable payoff is a closed-form function of exactly those two quantities. We further show the inflation compounds not only when retrieval ranks by the stored score but also under plain similarity retrieval which is the regime the deployed agent uses. Finally, the answer-free de-inflation algorithm LUCID delivers a consistent end-to-end gain on the BIRD text-to-SQL benchmark. It raises execution accuracy to $56.9\%$, above both a Memento-style self-graded agent ($54.0\%$, a $+2.9$-point mean gain across seeds) and a memory-less agent of identical architecture ($52.4\%$).
Chinese Translation
自我改进的大语言模型(LLM)代理越来越多地从经验中学习,而无需更新任何权重。每个回合的经验存储在外部记忆中,并被评分,以便在未来的类似任务中检索,从而塑造后续行为。从奖励的角度来看,存储的分数是隐式非参数策略的代理奖励。每个检索到的回合随后成为一个政策改进步骤,其可靠性取决于该分数的产生方式。在实际应用中,真实标签不可用,因此存储的奖励充其量只是LLM的评估。这种替代创造了一种失败模式,即*回声差距*,在所研究的基于记忆的自我改进代理和模型家族中表现明显。错误的回合获得了膨胀的奖励;因此,代理优先重复其最有信心的错误。由于错误通过记忆累积而不是平均化,并且确认评估者的错误与原始自评偏差相关,因此它无法识别哪些记忆被高估。缺失的属性被形式化为*错误独立假设*(EIA),我们证明这是纠正膨胀的*必要*条件,而不仅仅是良好验证者的描述:一个可用的信号必须跟踪真实情况*并*使其错误与记忆偏差去相关,而可恢复的收益是恰好这两个量的闭合形式函数。我们进一步表明,膨胀不仅在检索按存储分数排名时发生,而且在简单相似性检索下也会发生,而这是部署代理所使用的机制。最后,无需答案的去膨胀算法LUCID在BIRD文本到SQL基准测试中提供了一致的端到端增益。它将执行准确率提高到$56.9\%$,高于Memento风格的自我评分代理($54.0\%$,在种子间平均增益$+2.9$点)和具有相同架构的无记忆代理($52.4\%$)。
cs.AI / 8 / 2608.00026

Request-Level Energy Attribution for Batched LLM Serving

批量大语言模型服务的请求级能量归因
Luo, Qi, Li, Kunlin, Wang, Ziwen, Wang, Dongsheng, Chen, Yun
Abstract
Batched LLM serving improves throughput but complicates energy accounting. GPU power telemetry is aggregate, whereas sustainability reporting, chargeback, and workload analysis often require request-level energy charges. Existing inference-energy benchmarks report model-, phase-, or token-level energy, and recent carbon-accounting work motivates Shapley fairness conceptually. Neither provides measured request-level ground truth, so how far the accounting rules used in practice deviate from a fair allocation has remained unknown. We present JouleShare, an attribution framework with two components. An offline harness establishes this ground truth by replaying request subsets under vLLM with a reproducible protocol, integrating GPU power telemetry, and computing exact Shapley energy for each request. A lightweight calibration model, JCalib, then learns to predict Shapley shares from cheap request features for use at serving time. Across 16 model/workload runs, token-proportional attribution differs from exact Shapley by 0.440 normalized L1 on average under static batching and by 0.458 under continuous batching, a gap that reproduces across three data-center GPUs. JCalib reduces this error to 0.116 under static batching and 0.177 under continuous batching, below even a standalone-measurement baseline that is unavailable online, while preserving exact batch-energy efficiency. Sampled Shapley extends the measured reference to larger group sizes, where the gap persists and a single offline calibration remains the most accurate deployable rule. The results show that token attribution is not a reliable proxy for marginal energy under batched execution, and that measured Shapley ground truth can calibrate low-cost request features toward fairer attribution.
Chinese Translation
批量大语言模型(LLM)服务提高了吞吐量,但使能量核算变得复杂。GPU功率遥测是聚合的,而可持续性报告、费用分摊和工作负载分析通常需要请求级的能量费用。现有的推理能量基准报告模型、阶段或标记级的能量,而最近的碳核算工作在概念上激励了沙普利(Shapley)公平性。两者都没有提供测量的请求级真实值,因此实际使用的核算规则与公平分配之间的偏差仍然未知。我们提出了JouleShare,一个包含两个组件的归因框架。一个离线工具通过在vLLM下重放请求子集,采用可重复的协议,整合GPU功率遥测,并计算每个请求的确切沙普利能量,从而建立这一真实值。然后,一个轻量级的校准模型JCalib学习从低成本请求特征预测沙普利份额,以便在服务时使用。在16个模型/工作负载运行中,标记比例归因在静态批处理下与确切沙普利的平均差异为0.440归一化L1,在连续批处理下为0.458,这一差距在三个数据中心的GPU中均得到了重现。JCalib将这一误差减少到静态批处理下的0.116和连续批处理下的0.177,低于即使是在线不可用的独立测量基线,同时保持了确切的批量能量效率。抽样沙普利将测量参考扩展到更大的组规模,在这些规模下差距依然存在,而单一的离线校准仍然是最准确的可部署规则。结果表明,在批量执行下,标记归因并不是边际能量的可靠代理,而测量的沙普利真实值可以校准低成本请求特征,以实现更公平的归因。
cs.AI / 9 / 2608.00027

Motif-Mamba: network motif improved mamba for long-range sequence modeling

Motif-Mamba:改进的网络模式Mamba用于长距离序列建模
Hao, Chonghe, Sun, Yue, Zhang, Jian, Wang, Yansong, Yao, Wangzi, Yao, Yunjie, Zhang, Tielin
Abstract
Efficient long-sequence modeling remains a central challenge for large language models, as self-attention scales quadratically with sequence length. Mamba offers a linear-time alternative through selective state space recurrence, but its predominantly diagonal state transitions restrict explicit interactions among state dimensions. We propose Motif-Mamba, a structured state space model that augments Mamba with a motif-constrained low-rank recurrent pathway. Inspired by the dynamics of three-node network motifs, the proposed pathway projects hidden states into a compact dynamical subspace, imposes motif-guided interactions, and maps the resulting dynamics back to the original state space. This design enhances cross-dimensional communication while preserving the linear-time recurrent structure of Mamba. Experiments on long-sequence extrapolation, language modeling benchmarks, and brain--computer interface decoding show consistent improvements over Mamba backbones, suggesting that motif-guided low-rank dynamics provide an effective structural prior for long-range sequence modeling.
Chinese Translation
高效的长序列建模仍然是大型语言模型面临的一个核心挑战,因为自注意力机制的计算复杂度与序列长度呈平方关系。Mamba通过选择性状态空间递归提供了一种线性时间的替代方案,但其主要的对角状态转移限制了状态维度之间的显式交互。我们提出了Motif-Mamba,这是一种结构化状态空间模型,通过引入受模式约束的低秩递归路径来增强Mamba。该路径受三节点网络模式的动态启发,将隐藏状态投影到一个紧凑的动态子空间中,施加模式引导的交互,并将结果动态映射回原始状态空间。这一设计在保持Mamba线性时间递归结构的同时,增强了跨维度的通信。在长序列外推、语言建模基准测试和脑-计算机接口解码的实验中,Motif-Mamba相较于Mamba基础模型显示出一致的改进,表明模式引导的低秩动态为长距离序列建模提供了一种有效的结构先验。
cs.AI / 10 / 2608.00029

Nova: An End-to-End MLIR Compiler for Deep Learning

Nova:一种用于深度学习的端到端 MLIR 编译器
Suresh, Adwaid, A, Aparna, M, Harshini V, A, Jona Delcy C, Rao, Killi Uma Maheswara, Golla, Ram Charan, Vendra, Surendra
Abstract
The performance of deep learning models at scale relies heavily on how effectively high-level mathematical operations are mapped to underlying physical hardware. While high-level tensor frameworks provide flexible abstractions for model design, their eager execution models inherently lack the whole-graph visibility and granular control over hardware and memory required to maximize physical hardware utilization natively. To bridge this gap, we designed Nova, an automated end-to-end JIT compiler whose defining purpose is to achieve absolute control over this hardware mapping: fusing operations across operation boundaries, optimizing complex memory hierarchies, and tuning execution down to the register level. By capturing eager executions and unifying forward and backward passes into a single value-semantic dialect, Nova unlocks aggressive whole-graph optimizations. It then utilizes an Analytic Configurator to deterministically derive optimal execution schedules based on arithmetic intensity, dropping search time to zero. Backed by a structural hashing runtime, Nova synthesizes fine-grained kernels directly from the computation's structure. In our evaluations on an RTX 3060, Nova matches or modestly exceeds cuBLAS and XLA on TF32 matmuls on most shapes, maintaining a stringent < 5e-4 relative error. At the model level, Nova achieves up to 10.6% greater throughput than PyTorch and 4.4% greater than XLA on a 42-million parameter model, without compromising on numerical fidelity. Crucially, by reducing the memory footprint by up to 29% relative to PyTorch, Nova successfully trains a 144-million parameter model at 17,900 tokens/s where PyTorch encounters Out-Of-Memory (OOM) failures on the same 12 GB consumer GPU.
Chinese Translation
深度学习模型在大规模下的性能在很大程度上依赖于高层数学操作如何有效地映射到底层物理硬件。虽然高层张量框架为模型设计提供了灵活的抽象,但它们的急切执行模型固有地缺乏对整个图的可见性以及对硬件和内存的细粒度控制,这些都是最大化物理硬件利用率所必需的。为了弥补这一差距,我们设计了 Nova,这是一种自动化的端到端 JIT 编译器,其主要目的是实现对硬件映射的绝对控制:跨操作边界融合操作,优化复杂的内存层次结构,并将执行调优到寄存器级别。通过捕获急切执行并将前向和反向传播统一为单一的值语义方言,Nova 解锁了激进的整个图优化。然后,它利用分析配置器根据算术强度确定性地推导出最佳执行计划,将搜索时间降至零。在结构哈希运行时的支持下,Nova 直接从计算的结构合成细粒度内核。在我们对 RTX 3060 的评估中,Nova 在大多数形状的 TF32 矩阵乘法上与 cuBLAS 和 XLA 相匹配或略有超出,保持严格的 < 5e-4 相对误差。在模型级别上,Nova 在一个 4200 万参数的模型上实现了比 PyTorch 高出 10.6% 的吞吐量,比 XLA 高出 4.4%,而没有损害数值精度。至关重要的是,通过将内存占用相对于 PyTorch 降低高达 29%,Nova 成功地在 12 GB 消费级 GPU 上以 17,900 tokens/s 的速度训练了一个 1.44 亿参数的模型,而 PyTorch 在同样的硬件上遇到了内存溢出(OOM)故障。
cs.AI / 11 / 2608.00033

SIRIN: A Unified Toolkit for Detecting Contextual Hallucinations in Retrieval-Augmented and Memory-Grounded LLM Systems

SIRIN:用于检测检索增强和记忆基础大型语言模型系统中的上下文幻觉的统一工具包
Belikova, Julia, Parchiev, Rauf, Filimonov, Mikhail, Polev, Konstantin, Savchenko, Andrey, Makarenko, Maksim
Abstract
SIRIN (Semantic Inconsistency Recognition and Inspection Nexus) is a unified toolkit and interactive web UI for detecting contextual hallucinations (fluent, plausible responses unsupported by the provided evidence) in retrieval-augmented, agentic, and memory-grounded LLM systems. SIRIN unifies three detector paradigms (representation probing, uncertainty estimation, and judge-style verification) and the complementary task of pre-generation query answerability under one interface, configuration system, and evaluation pipeline, supporting response- and span-level inspection in both white-box and black-box settings. The web UI enables live analysis of user-supplied context-query-answer triples through hallucination scores, unsupported-span highlighting, and side-by-side detector comparison, with a lightweight plug-in design for adding new detectors. We demonstrate SIRIN on hallucination detection, query answerability, and as a faithfulness gate within long-term memory systems. The source code is publicly available at https://github.com/sb-ai-lab/SIRIN.
Chinese Translation
SIRIN(语义不一致性识别与检查网络)是一个统一的工具包和交互式网页用户界面,用于检测检索增强、代理性和记忆基础大型语言模型系统中的上下文幻觉(流畅、看似合理但未得到提供证据支持的响应)。SIRIN 将三种检测器范式(表示探测、不确定性估计和判断式验证)以及生成前查询可回答性这一互补任务统一在一个界面、配置系统和评估管道下,支持在白盒和黑盒设置中进行响应和跨度级别的检查。该网页用户界面通过幻觉评分、未支持跨度高亮和并排检测器比较,实现对用户提供的上下文-查询-响应三元组的实时分析,并采用轻量级插件设计以便于添加新的检测器。我们展示了 SIRIN 在幻觉检测、查询可回答性以及作为长期记忆系统中的忠实性门控方面的应用。源代码已公开发布在 https://github.com/sb-ai-lab/SIRIN。
cs.AI / 12 / 2608.00035

Linguistic Context Recodes Visual Representations in Vision-Language Models

语言上下文重新编码视觉表示在视觉-语言模型中的作用
Song, Brian, Lepori, Michael A., Pavlick, Ellie
Abstract
Goal-directed visual processing is a hallmark of human visual intelligence, resulting in representations that support downstream tasks such as categorization or search. Though vision-language models (VLMs) are often faced with these same tasks, their ability to recode visual representations when presented with goal-directed language remains poorly characterized. Indeed, prior work largely treats visual representations in VLMs as static repositories of visual information that are manipulated by language representations. In the present work, we provide evidence for two concrete instances of language-induced recoding of visual representations. First, we identify an abstract reference representation that denotes which objects are goal-relevant under a natural language prompt. We extract contrastive steering vectors corresponding to this reference representation and demonstrate that they are causally implicated in model predictions. These reference representations are abstract in that they generalize to different objects, different task contexts, and even from synthetic to naturalistic images. Second, we demonstrate language-induced attribute modulation: later layers selectively amplify goal-relevant attributes in visual representations of objects. We demonstrate this phenomenon across a range of different prompts. Finally, we provide a causal intervention that demonstrates that attribute modulation mediates a VLM's response distribution. Together, our results support a more dynamic account of cross-modality processing in VLMs -- rather than vision tokens serving as static repositories of information, they are modulated to support queries articulated in language.
Chinese Translation
目标导向的视觉处理是人类视觉智能的一个标志,能够生成支持下游任务(如分类或搜索)的表示。尽管视觉-语言模型(VLMs)通常面临这些相同的任务,但它们在面对目标导向语言时重新编码视觉表示的能力仍然缺乏充分的表征。事实上,先前的研究大多将VLMs中的视觉表示视为静态的视觉信息库,这些信息库被语言表示所操控。在本研究中,我们提供了两个具体实例,证明了语言诱导的视觉表示重新编码。首先,我们识别出一种抽象的参考表示,表示在自然语言提示下哪些对象与目标相关。我们提取了与该参考表示相对应的对比引导向量,并证明它们在模型预测中具有因果关联。这些参考表示是抽象的,因为它们可以推广到不同的对象、不同的任务上下文,甚至从合成图像到自然图像。其次,我们展示了语言诱导的属性调制:后续层选择性地放大对象视觉表示中的目标相关属性。我们在一系列不同的提示中展示了这一现象。最后,我们提供了一种因果干预,证明属性调制在VLM的响应分布中起到中介作用。综合来看,我们的结果支持了VLM中跨模态处理的更动态的解释——视觉标记并非作为静态信息库,而是被调制以支持用语言表达的查询。
cs.AI / 13 / 2608.00054

RAG-TESTER: Automated End-to-End Testing of Retrieval-Augmented Large Language Models

RAG-TESTER:检索增强大型语言模型的自动化端到端测试
Maiztegi, Ange, Ayerdi, Jon, Illarramendi, Miren, Arrieta, Aitor
Abstract
Retrieval-Augmented Generation (RAG) enables Large Language Models (LLMs) to use external and domain-specific knowledge, but its reliability depends on the interaction between the generative model, embedding model, retrieval mechanism, and prompt construction strategy. We present RagTester, an automated end-to-end testing approach for RAG systems. RagTester generates retrieval documents, test inputs, and expected outputs; executes the tests; and evaluates the resulting answers using an LLM as a judge. Its test-generation strategy targets complex passages, unsupported queries, and document-coverage criteria. We evaluate RagTester using eight LLMs and six embedding models, yielding 24 compatible configurations, and compare it with a baseline test-input generator. Across 72,000 test executions, RagTester detected 21,633 failures, 6.6% more than the baseline, and outperformed it in 20 of the 24 configurations. The detected failures include inaccurate retrieval, unsupported answers, incomplete use of retrieved context, and difficulties interpreting complex passages. These results show that coverage-oriented test generation can effectively expose failures caused by the interaction between retrieval and generation components and support the assessment of RAG configurations before deployment.
Chinese Translation
检索增强生成(Retrieval-Augmented Generation, RAG)使大型语言模型(Large Language Models, LLMs)能够使用外部和领域特定的知识,但其可靠性依赖于生成模型、嵌入模型、检索机制和提示构建策略之间的相互作用。我们提出了RagTester,一种针对RAG系统的自动化端到端测试方法。RagTester生成检索文档、测试输入和预期输出;执行测试;并使用LLM作为评判者评估结果答案。其测试生成策略针对复杂段落、不支持的查询和文档覆盖标准。我们使用八个LLM和六个嵌入模型评估RagTester,产生24个兼容配置,并与基线测试输入生成器进行了比较。在72,000次测试执行中,RagTester检测到21,633个失败,比基线多出6.6%,并在24个配置中的20个中表现优于基线。检测到的失败包括不准确的检索、不支持的答案、未完全利用检索上下文以及理解复杂段落的困难。这些结果表明,面向覆盖的测试生成可以有效揭示由检索与生成组件之间的相互作用引起的失败,并支持在部署前对RAG配置的评估。
cs.AI / 14 / 2608.00065

H+ Embedding: Harmonizing Global and Token-Level Retrieval with Context-Dependent Phrases

H+ 嵌入:通过上下文依赖短语协调全局和标记级检索
Zhang, Shusen, Hu, Junyi, Feng, Ye, Wang, Ziteng, Pan, Zhaoyuan, Dong, Guosheng, Yuan, Xiaojun, Hong, Jiangshou, Wang, Xiangzhi
Abstract
Terminology-intensive retrieval, especially in medical settings, depends on preserving multi-word entities, abbreviations, numerical constraints, and compositional concepts. However, existing representations lie at two extremes: single-vector retrievers often over-compress local relevance signals, while token-level late interaction retains every tokenizer subword at substantial indexing, storage, and scoring cost. This mismatch raises a natural question: can context-dependent phrases provide a useful retrieval unit between global vectors and tokens? We introduce H+ Embedding, a unified multi-granularity retriever that predicts variable-length phrase partitions, preserves uncovered tokens as singletons, and applies importance-guided unit selection with weighted MaxSim interaction. Across 16 scientific, medical, and bilingual tasks, its phrase retrieval branch exceeds the global retrieval branch by 6.91 macro nDCG@10. It also nearly matches Token while using 13.7% fewer document vectors and outperforms content-independent grouping rules under moderate vector budgets. Context-dependent phrase interaction therefore provides an intermediate quality-cost point between global compression and token-level interaction for practical retrieval systems.
Chinese Translation
术语密集型检索,特别是在医疗环境中,依赖于保留多词实体、缩写、数字约束和组合概念。然而,现有的表示方法存在两个极端:单向量检索器往往过度压缩局部相关信号,而标记级后期交互则在显著的索引、存储和评分成本下保留每个分词的子词。这种不匹配引发了一个自然的问题:上下文依赖短语能否在全局向量和标记之间提供有用的检索单元?我们提出了 H+ 嵌入,这是一种统一的多粒度检索器,能够预测可变长度的短语分区,保留未覆盖的标记作为单例,并应用重要性引导的单元选择与加权 MaxSim 交互。在16个科学、医疗和双语任务中,其短语检索分支的表现超过了全局检索分支,宏观 nDCG@10 提升了 6.91。它在使用 13.7% 更少的文档向量的同时,几乎与标记检索相匹配,并在适度的向量预算下优于内容无关的分组规则。因此,上下文依赖短语交互为实际检索系统提供了全局压缩与标记级交互之间的中间质量-成本点。
cs.AI / 15 / 2608.00101

Agentic Coding in the Wild: Characterizing GitHub Copilot Traces at Production Scale

真实环境中的自主编码:在生产规模下表征 GitHub Copilot 的使用痕迹
Liu, Banruo, Qiu, Haoran, Goiri, Íñigo, Fonseca, Rodrigo, Bianchini, Ricardo, Choukse, Esha
Abstract
AI coding agents like GitHub Copilot, Claude Code, and Codex interleave multi-step LLM inference with tool execution, creating a workload different from chatbots. We present the first production-scale characterization of this workload using sampled GitHub Copilot traces from June 2026, comprising 3.2M users, 13M sessions, 761M LLM calls, and 95T tokens. Our analysis reveals distinctive workload properties with important systems implications. For example, agentic coding sessions consist of sparse user-initiated turns, each unfolding into an autonomous agent loop of LLM calls almost always coupled with tool execution. This structure yields KV cache hit rates averaging 90% within a turn, but falling to 55\% across turn boundaries and drastically invalidated after events like model switches or context compaction. Diverse workflows and user behaviors are observed with variable and long-tailed token consumption, time span, and tool calls. We highlight the difference between quick agentic turnaround times and the minutes-long user idle periods at turn boundaries, and design a lightweight idle-time predictor that captures 86-90\% of total idle time, enabling proactive decisions for efficient resource orchestration. These findings challenge assumptions underlying current LLM-serving systems and provide an empirical foundation for agent-native infrastructure.
Chinese Translation
像 GitHub Copilot、Claude Code 和 Codex 这样的 AI 编码代理将多步骤的 LLM 推理与工具执行交织在一起,形成与聊天机器人不同的工作负载。我们首次对这一工作负载进行了生产规模的表征,使用了来自 2026 年 6 月的 GitHub Copilot 使用痕迹样本,涵盖 320 万用户、1300 万会话、7.61 亿 LLM 调用和 95 万亿个标记。我们的分析揭示了具有重要系统意义的独特工作负载特性。例如,自主编码会话由稀疏的用户发起的回合组成,每个回合几乎总是展开为一个自主代理循环,伴随 LLM 调用和工具执行。这种结构在一个回合内产生的 KV 缓存命中率平均为 90%,但在回合边界下降至 55%,并在模型切换或上下文压缩等事件后急剧失效。我们观察到多样化的工作流程和用户行为,表现出可变且长尾的标记消耗、时间跨度和工具调用。我们强调了快速的自主回合时间与回合边界处用户闲置时间长达数分钟之间的差异,并设计了一种轻量级的闲置时间预测器,能够捕捉到 86-90% 的总闲置时间,从而为高效资源调度提供主动决策。这些发现挑战了当前 LLM 服务系统的基本假设,并为自主原生基础设施提供了实证基础。
cs.AI / 16 / 2608.00102

Can LLM Agents Price Competitively? A Dynamic Multi-Attribute Auction Benchmark for Agentic Commerce

大型语言模型代理能否具备竞争定价能力?一种动态多属性拍卖基准用于代理商业
Ahmed, Shimaa, Cai, Yiwei, Minaei, Mohsen, Rachuri, Rahul
Abstract
Agentic commerce is moving from concept to deployed infrastructure: payment networks, retailers, and AI platforms are setting the stage for agents to transact on behalf of merchants and consumers. Yet whether the LLMs behind these agents can price competently in real markets, where customer preferences are hidden, competitors adapt in real time, and demand can shift without warning, has not been systematically tested. We introduce Bazaar, a dynamic sealed-bid benchmark for multi-attribute auction under these conditions. Despite its dynamics, the benchmark is grounded in closed-form customer utilities, enabling exact evaluation. Across 11 frontier LLMs from four providers, the leading agents on customer acquisition (e.g. Gemini 3.1 Pro) are often not the leading agents on profit (e.g. Opus 4.6). The ranking shifts again under demand shocks: agents that learned fastest pre-shock are typically the slowest to revise their beliefs afterwards, while Gemini 3.1 Pro recovers fastest despite not leading on profit. However, even the strongest agent captures less than a third of hindsight-optimal profit, suggesting current LLMs are progressing in agentic commerce but leave substantial headroom.
Chinese Translation
代理商业正从概念转向实际基础设施:支付网络、零售商和人工智能平台正在为代理代表商家和消费者进行交易奠定基础。然而,这些代理背后的大型语言模型(LLMs)在真实市场中能否有效定价尚未经过系统测试,尤其是在客户偏好隐蔽、竞争对手实时适应、需求可能突然变化的情况下。我们引入了Bazaar,这是一个在这些条件下的动态密封投标多属性拍卖基准。尽管其动态性,该基准基于封闭形式的客户效用,能够进行精确评估。在来自四个提供商的11个前沿大型语言模型中,客户获取方面的领先代理(例如,Gemini 3.1 Pro)往往并不是利润方面的领先代理(例如,Opus 4.6)。在需求冲击下,排名再次发生变化:在冲击前学习最快的代理通常是事后修正信念最慢的,而Gemini 3.1 Pro尽管在利润上不领先,却是恢复最快的。然而,即使是最强的代理也仅捕获不到三分之一的事后最优利润,这表明当前的大型语言模型在代理商业方面正在取得进展,但仍然存在相当大的提升空间。
cs.AI / 17 / 2608.00122

Shared Organizational Memory for Enterprise Coding Agents: System Design and Deployment Snapshot

企业编码代理的共享组织记忆:系统设计与部署快照
Dhanyamraju, Harsh Rao, Raghav, Leonidas
Abstract
Enterprise coding agents rely on tools and retrieval, yet enterprise knowledge often remains outside public training data and formal documentation: internal DSLs, proprietary platforms, local conventions, recent fixes, and tacit workflows. Existing knowledge interfaces expose stored resources but still depend on agents recognizing and explicitly recording lessons worth reusing, disconnecting capture from the coding workflow and leaving development experience repeatedly rediscovered. We report an ongoing production deployment of a shared organizational memory system that makes capture a platform-level part of coding work: it collects task-adjacent experience with contributor approval, curates it into reusable question-answer memories, gates obvious security and privacy risks, and retrieves memories for future agents. This short paper describes the deployed lifecycle and an operational snapshot. Effects on retrieval and coding tasks remain under evaluation.
Chinese Translation
企业编码代理依赖于工具和检索,然而企业知识往往仍然存在于公共训练数据和正式文档之外:内部领域特定语言(DSLs)、专有平台、本地惯例、近期修复和隐性工作流程。现有的知识接口虽然暴露了存储资源,但仍然依赖于代理识别并明确记录值得重用的经验,这使得知识捕获与编码工作流程脱节,导致开发经验被反复重新发现。我们报告了一个正在进行的共享组织记忆系统的生产部署,该系统将知识捕获作为编码工作的一个平台级部分:它在贡献者批准下收集与任务相关的经验,将其整理成可重用的问题-答案记忆,防范明显的安全和隐私风险,并为未来的代理检索这些记忆。本文简要描述了已部署的生命周期和一个操作快照。对检索和编码任务的影响仍在评估中。
cs.AI / 18 / 2608.00155

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

AgentStream:自我进化的大型语言模型代理在流式任务中的表现如何?
Yan, Dong, Liang, Jian, Hu, Dapeng, He, Ran, Yuan, Nicholas Jing, Zhang, Qi, Tan, Tieniu
Abstract
Large language model (LLM) agents can self-evolve by continually improving from their own accumulated experience. However, existing studies predominantly adopt independent evaluation. Consequently, the behavior of self-evolving agents in realistic streaming settings, where agents adapt to diverse and complex task streams, remains poorly understood. To address this gap, we introduce AgentStream, a unified framework that evaluates self-evolving agents spanning diverse evolution components by organizing agentic benchmarks into a configurable task stream and instantiating the \texttt{Isolated}, \texttt{Sequential}, and \texttt{Interleaved} streaming scenarios at test time, which progressively vary the scope and domain composition of the stream. Over these scenarios, we combinatorially evaluate five representative self-evolving methods across three frontier foundation models, disentangling how model capability, method architecture, and streaming scenario jointly shape self-evolution. Our results show that self-evolution reliability varies across streaming scenarios, the benefit of self-evolution is gated by model capability and non-monotonic in model strength, and no single method dominates across models and scenarios. These findings offer concrete guidance for selecting self-evolving methods across models and streaming scenarios. Overall, we advocate that self-evolving agents should be evaluated under realistic task streams rather than isolated single-task settings.
Chinese Translation
大型语言模型(LLM)代理能够通过不断从自身积累的经验中自我进化。然而,现有研究主要采用独立评估。因此,自我进化代理在现实流式环境中的行为尚不清楚,这些环境中代理需要适应多样且复杂的任务流。为了解决这一问题,我们提出了AgentStream,一个统一框架,用于评估涵盖多样进化组件的自我进化代理。该框架通过将代理基准组织成可配置的任务流,并在测试时实例化 exttt{Isolated}、 exttt{Sequential}和 exttt{Interleaved}流式场景,逐步变化流的范围和领域组成。在这些场景中,我们组合性地评估了五种具有代表性的自我进化方法,跨越三个前沿基础模型,解析模型能力、方法架构和流式场景如何共同影响自我进化。我们的结果表明,自我进化的可靠性在流式场景中有所不同,自我进化的益处受到模型能力的限制,并且在模型强度上呈现非单调性,且没有单一方法在所有模型和场景中占主导地位。这些发现为在模型和流式场景中选择自我进化方法提供了具体指导。总体而言,我们主张自我进化代理应在现实任务流中进行评估,而不是孤立的单任务设置中。
cs.AI / 19 / 2608.00200

TRACE-TS: Attribution-Grounded and Traceable Sensor-Language Reasoning for Human Activity Understanding

TRACE-TS:基于归因和可追溯的传感器语言推理用于人类活动理解
Rastogi, Sparsh, Kumar, Tanmay, Chen, Baiyu, Bedi, Jatin, Li, Zechen, Salim, Flora D.
Abstract
Wearable sensors capture fine-grained motion patterns that support rich behavioral understanding, yet most existing methods reduce these signals to activity labels. Recent LM-based approaches generate natural-language explanations for sensor data, but their reasoning is weakly grounded in the underlying signal, leading to fluent yet unverifiable explanations. We introduce TRACE-TS (Traceable Reasoning with Attribution-Grounded Evidence), a framework for structured and signal-grounded reasoning over wearable time series. TRACE-TS uses attribution from an expert classifier to identify salient spatio-temporal sensor regions, uses them to construct DAG reasoning traces with explicit evidence provenance, and trains a compact language model to generate these traces through gated cross-attention over sensor memory tokens. At inference, the adapted model jointly outputs the activity prediction and its reasoning trace, without requiring attribution computation or teacher guidance. We introduce Semantic Node Match(SNM), an LLM-as-judge metric that diagnoses reasoning fidelity at the observation, inference, and synthesis levels, localizing hallucinated observations and broken evidence chains missed by standard NLG metrics. Across seven wearable benchmarks, TRACE-TS achieves the best average accuracy and F1 among all evaluated methods (84.43%/81.24%), and outperforms the best LLM-based baseline by 17.96% in F1. Our code is available at https://github.com/SparshRastogi/TRACE-TS.
Chinese Translation
可穿戴传感器捕捉细粒度的运动模式,支持丰富的行为理解,但大多数现有方法将这些信号简化为活动标签。近期基于语言模型(LM)的方法为传感器数据生成自然语言解释,但其推理与基础信号的关联较弱,导致生成流畅但无法验证的解释。我们提出了TRACE-TS(基于归因证据的可追溯推理),这是一个针对可穿戴时间序列的结构化和信号基础推理框架。TRACE-TS利用专家分类器的归因来识别显著的时空传感器区域,并利用这些区域构建具有明确证据来源的有向无环图(DAG)推理痕迹,同时训练一个紧凑的语言模型,通过对传感器记忆令牌的门控交叉注意力生成这些痕迹。在推理阶段,适应后的模型联合输出活动预测及其推理痕迹,无需归因计算或教师指导。我们引入了语义节点匹配(Semantic Node Match, SNM),这是一种作为评判者的语言模型(LLM-as-judge)度量,能够在观察、推理和合成层面诊断推理的真实性,定位标准自然语言生成(NLG)度量未能捕捉到的虚构观察和断裂证据链。在七个可穿戴基准测试中,TRACE-TS在所有评估方法中实现了最佳的平均准确率和F1值(84.43%/81.24%),并在F1值上超越了最佳的基于语言模型的基线17.96%。我们的代码可在https://github.com/SparshRastogi/TRACE-TS获取。
cs.AI / 20 / 2608.00215

Personalizing Large Language Model Agents with Small Policy Models

用小型策略模型个性化大型语言模型代理
Jin, Dian, Zhang, Zhi, Li, Huichao, Pan, Yihe, Huang, Rundong, Zhou, Doudou
Abstract
Large language model (LLM) agents can retrieve memory, call tools, ask clarifying questions, and vary response style, yet adapting these execution decisions to an individual user remains difficult. Fine-tuning a separate LLM is costly or impossible for proprietary systems, while prompts and memory primarily expose user information to the agent rather than adapt its execution decisions from feedback. We formulate personalization of a frozen agent as online learning of a per-user execution policy from scalar feedback observed only for the executed action. We propose FABLE (Factorized Adaptive Bandit Layer for Execution), a lightweight policy layer outside a potentially black-box host agent. FABLE factorizes memory, information-acquisition, and response decisions so feedback updates related choices; filters actions through an externally specified feasible set before exploration; and learns user-specific residual preferences relative to a fixed default-and-cost score via Bayesian contextual Thompson sampling. Under a linear residual-reward model, a calibrated variant inherits an expected-regret bound against the best feasible action. We also characterize preferences unidentifiable under persistent feasibility constraints and provide anytime-valid false-promotion control. Across personalized-reasoning, controlled-feedback, and executable tool-use evaluations, FABLE improves several preference-sensitive behaviors relative to rule-only control while remaining competitive on end-to-end task performance.
Chinese Translation
大型语言模型(LLM)代理能够检索记忆、调用工具、提出澄清问题并变化响应风格,但将这些执行决策适应于个别用户仍然困难。对于专有系统,微调一个单独的LLM成本高昂或不可能,而提示和记忆主要暴露用户信息给代理,而不是根据反馈调整其执行决策。我们将冻结代理的个性化形式化为从仅观察到的执行动作的标量反馈中进行每用户执行策略的在线学习。我们提出了FABLE(执行的因子化自适应赌博层),这是一个轻量级的策略层,位于潜在黑箱主代理之外。FABLE因子化了记忆、信息获取和响应决策,因此反馈更新相关选择;在探索之前通过外部指定的可行集过滤动作;并通过贝叶斯上下文汤普森采样学习相对于固定默认和成本评分的用户特定残余偏好。在线性残余奖励模型下,一个经过校准的变体继承了相对于最佳可行动作的期望后悔界限。我们还描述了在持续可行性约束下无法识别的偏好,并提供了随时有效的虚假推广控制。在个性化推理、受控反馈和可执行工具使用评估中,FABLE在多个偏好敏感行为上相对于仅规则控制有所改善,同时在端到端任务性能上保持竞争力。
cs.AI / 21 / 2608.00243

More Debate, Same Evidence: Structural Limits of Homogeneous Multi-Agent Groundedness

更多辩论,相同证据:同质多智能体基础性的结构限制
Ji, Yuelyu
Abstract
Large language model (LLM) judges are increasingly organized as multi-agent panels under the assumption that exchanging critiques improves judgment quality. We test this assumption for \emph{groundedness verification}, where a judge must determine whether a claim is supported by the supplied evidence. We evaluate a homogeneous three-agent panel on six public fact-verification and hallucination-detection benchmarks. Relative to a fixed single-agent reference, the panel's system-level accuracy difference ranges from $+8.5$ to $-4.4$ percentage points: two datasets show reliable gains, one shows a reliable loss, and three are statistically inconclusive. Because the reference and panel use different model variants, these differences characterize the complete systems rather than isolate a causal debate effect.
Chinese Translation
大型语言模型(LLM)评审团越来越多地以多智能体小组的形式组织,假设交流批评能够提高判断质量。我们测试这一假设在 extit{基础性验证}中的适用性,其中评审者必须确定某一主张是否得到了提供证据的支持。我们在六个公共事实验证和幻觉检测基准上评估了一个同质的三智能体小组。相较于固定的单智能体参考,评审小组的系统级准确率差异范围为$+8.5$到$-4.4$个百分点:两个数据集显示出可靠的增益,一个显示出可靠的损失,三个则在统计上无结论。由于参考和小组使用了不同的模型变体,这些差异表征了完整系统,而不是孤立出因果辩论效应。
cs.AI / 22 / 2608.00270

Geometric Self-Supervised Pre-training for Neural Combinatorial Optimization

用于神经组合优化的几何自监督预训练
Aguado, David, Fuertes, Daniel, del-Blanco, Carlos R., Jaureguizar, Fernando
Abstract
Neural Combinatorial Optimization (NCO) techniques have emerged as a highly efficient alternative to traditional exact algorithms for solving routing problems such as the Traveling Salesman Problem (TSP). However, the generalization capabilities of these Reinforcement Learning-based models are severely hindered when scaling to high-dimensional instances. This issue has been mitigated in other domains, like computer vision and natural language processing, by adopting a self-supervised pre-training strategy. Nevertheless, its application to routing graphs, which lack complex topological attributes beyond 2D spatial coordinates, remains a challenge. In this paper, we propose a geometric self-supervised pre-training framework specifically designed to capture spatial invariance and global relative distance distributions. By applying isometric transformations, such as rotations and axial reflections, the model learns robust structural representations prior to the policy optimization phase. Empirical results demonstrate that this strategy consistently outperforms models trained from scratch (baselines), achieving a 7.23\% improvement in tour length for massive zero-shot extrapolation scenarios (TSP1,000). Furthermore, the proposed model exhibits remarkable computational efficiency, delivering speedups of up to two orders of magnitude over the exact solver Concorde at massive scales. The source code and pre-trained models are publicly available at https://github.com/davidaguadocosano/TSP-GeoPretrain.git.
Chinese Translation
神经组合优化(NCO)技术已成为解决诸如旅行商问题(TSP)等路由问题的高效替代方案,优于传统的精确算法。然而,当扩展到高维实例时,这些基于强化学习的模型的泛化能力受到严重制约。在其他领域,如计算机视觉和自然语言处理,通过采用自监督预训练策略来缓解这一问题。然而,将其应用于缺乏超出二维空间坐标的复杂拓扑属性的路由图仍然是一项挑战。本文提出了一种几何自监督预训练框架,专门设计用于捕捉空间不变性和全局相对距离分布。通过应用等距变换,如旋转和轴向反射,模型在策略优化阶段之前学习到稳健的结构表示。实证结果表明,该策略在大规模零样本外推场景(TSP1,000)中,始终优于从头训练的模型(基线),在巡回长度上实现了7.23%的提升。此外,所提出的模型在计算效率上表现出色,在大规模情况下比精确求解器Concorde快两个数量级。源代码和预训练模型可在https://github.com/davidaguadocosano/TSP-GeoPretrain.git上公开获取。
cs.AI / 23 / 2608.00289

RF-HOI: Recognize Human-Object Interaction with Radio Frequency Signals

RF-HOI:利用无线电频率信号识别人与物体的交互
Wang, Lihao, Gao, Linlu, Yu, Jiacan, Lin, Yanyu, Yin, Yifan, Wang, Jianxin, Shu, Tianmin, Zhao, Renjie
Abstract
Recognizing Human-Object Interactions (HOI) is essential for intelligent systems, underpinning applications in virtual and augmented reality, embodied AI, and assistive robotics. However, vision-based HOI methods face challenges in privacy concerns and poor light conditions. In this work, we introduce RF-HOI, the first framework that only uses radio frequency (RF) signals for HOI recognition. A key challenge of RF-HOI is that single-modality RF sensing is insufficient to recognize both actions and the objects being interacted with. RF-HOI addresses this through a novel modality fusion that combines mmWave radar and RFID, enabling simultaneous action recognition and target identification. Another challenge is limited training data across diverse setups, which impairs the generalizability of the recognition model. To overcome this, we develop a simulator that synthesizes multimodal RF data for diverse HOIs at scale, allowing us to fine-tune with only a small amount of real-world data. Experiment results show that RF-HOI outperforms all baselines, approaching vision model performance, and that our diverse synthetic training data can significantly boost our system's performance on real-world scenarios. These results highlight the potential of multimodal RF sensing for robust and privacy-preserving HOI recognition as well as the effectiveness of our RF data synthesis.
Chinese Translation
识别人与物体的交互(HOI)对于智能系统至关重要,支撑着虚拟现实、增强现实、具身人工智能和辅助机器人等应用。然而,基于视觉的HOI方法面临隐私问题和光照条件不佳的挑战。在本研究中,我们提出了RF-HOI,这是第一个仅使用无线电频率(RF)信号进行HOI识别的框架。RF-HOI的一个关键挑战在于单一模态的RF传感不足以识别动作和被交互的物体。RF-HOI通过一种新颖的模态融合方法解决了这一问题,该方法结合了毫米波雷达和射频识别(RFID),实现了动作识别和目标识别的同时进行。另一个挑战是不同设置下的训练数据有限,这影响了识别模型的泛化能力。为此,我们开发了一个模拟器,能够大规模合成多模态RF数据,以支持多样化的HOI,从而使我们能够仅用少量真实数据进行微调。实验结果表明,RF-HOI的表现超过了所有基线,接近视觉模型的性能,并且我们多样化的合成训练数据显著提升了系统在真实场景中的表现。这些结果突显了多模态RF传感在稳健且保护隐私的HOI识别中的潜力,以及我们RF数据合成的有效性。
cs.AI / 24 / 2608.00298

WM-Cov: Test Adequacy for Interactive World-Model-Style Autonomous Driving Simulation

WM-Cov:交互式世界模型风格自主驾驶仿真测试充分性
Cui, Jianxun, Wu, Ping, Peric, Stanisa, Milojkovic, Marko, Devedzic, Vladan
Abstract
World models and generative simulators are emerging as interactive testing infrastructure for autonomous driving because they can react to the ego planner and produce counterfactual, rare, and safety-critical rollouts. This changes a test scenario from a fixed replayed trajectory into an interactive scenario family whose realized evolution depends on the planner under test. The unresolved question is therefore not only whether dangerous rollouts can be generated, but what valid closed-loop evidence is enough to support a specified testing intent and stopping decision. This paper formulates interactive world-model-style testing adequacy and introduces WM-Cov, a provider-agnostic evaluation layer that converts raw provider outputs into requested, realized, and valid evidence. WM-Cov reports adequacy through coverage growth, valid-failure discovery, failure-mode diversity, realism, artifact suppression, duplicate accounting, and valid-evidence precision. Studies on executed TeraSim/SUMO events, WM-like mixed trace pools, and a real DriveArena TrafficManager--WorldDreamer matrix show that dangerous-looking events can include valid ADS failures, duplicates, partial realizations, and artifacts. The DriveArena matrix evaluates two planners, two horizons, six prompt conditions, and 360 ego-route requests; 304 attempts become fully realized evidence and 56 remain partial. A disjoint 80-request route-slice check yields 74 fully realized and 6 partial attempts. The results support evaluating world-model-style testing by convergence of valid interactive evidence under budget, rather than by raw generated failures or prompt coverage alone.
Chinese Translation
世界模型和生成模拟器正逐渐成为自主驾驶的交互测试基础设施,因为它们能够对自我规划者做出反应,并生成反事实、稀有和安全关键的演示。这将测试场景从固定的重放轨迹转变为一个交互场景家族,其实现的演变依赖于被测试的规划者。因此,未解决的问题不仅是是否可以生成危险的演示,而是支持特定测试意图和停止决策所需的有效闭环证据的量。本文提出了交互式世界模型风格测试的充分性,并引入了WM-Cov,一个与提供者无关的评估层,将原始提供者输出转换为请求的、实现的和有效的证据。WM-Cov通过覆盖增长、有效失败发现、失败模式多样性、现实性、伪影抑制、重复计数和有效证据精度来报告充分性。对执行的TeraSim/SUMO事件、WM类混合轨迹池以及真实的DriveArena TrafficManager-WorldDreamer矩阵的研究表明,外观危险的事件可能包括有效的ADS失败、重复、部分实现和伪影。DriveArena矩阵评估了两个规划者、两个时间范围、六个提示条件和360个自我路线请求;304次尝试变成完全实现的证据,56次保持部分实现。一个不相交的80请求路线片段检查产生了74次完全实现和6次部分尝试。结果支持通过在预算下有效交互证据的收敛来评估世界模型风格的测试,而不是仅通过原始生成的失败或提示覆盖。
cs.AI / 25 / 2608.00303

CrystalMem: Elastic Memory for Self-Evolving LLM Agents via Knowledge Crystallization

CrystalMem:通过知识结晶实现自我演化大型语言模型代理的弹性内存
Wu, Beining, Huang, Jun
Abstract
Memory for self-evolving large language model (LLM) agents is often provisioned as if its byte budget only grows. Cloud platforms, however, adjust quotas with load and cost, and we show that capability does not follow the budget back up: after a squeeze-and-recover cycle, the agent settles below its pre-squeeze level, a gap we call memory hysteresis. The cause is structural. Deletion and one-way compression discard the material needed for later rebuilding, and we prove that any policy that only keeps or drops entries carries a residual-deficit floor. We propose CrystalMem (Crystallized Memory), an elastic memory sidecar that demotes entries across four fidelity states under a crystallization-energy schedule, orders demotions by advantage-weighted influence with dependency coupling, and recovers capability through verified recrystallization under explicit compute and byte caps. Across seven environments, seventeen methods, and six backbones, with multi-tenant serving and a physical edge-cloud deployment, CrystalMem achieves the highest restored capability in every setting and closes the loop left open by every baseline. From a 50% byte budget, CrystalMem matches the strongest budgeted baseline at full provision on every environment; at equal budgets, it leads by +4.6 pp on average.
Chinese Translation
自我演化的大型语言模型(LLM)代理的内存通常被配置为其字节预算仅增长。然而,云平台会根据负载和成本调整配额,我们展示了能力并不随预算的回升而回升:在一次压缩与恢复周期后,代理的能力低于其压缩前的水平,这一差距我们称之为内存滞后。其原因是结构性的。删除和单向压缩丢弃了后续重建所需的材料,我们证明了任何仅保留或删除条目的策略都会带来残余赤字的下限。我们提出了CrystalMem(结晶内存),一种弹性内存侧车,它在结晶能量调度下将条目降级到四个保真度状态,通过优势加权影响和依赖耦合对降级进行排序,并在明确的计算和字节限制下通过验证的再结晶恢复能力。在七个环境、十七种方法和六个基础架构的测试中,结合多租户服务和物理边缘云部署,CrystalMem在每个设置中都实现了最高的恢复能力,并弥补了每个基线留下的空白。在50%的字节预算下,CrystalMem在每个环境中都与最强的预算基线在完全配置时相匹配;在相等预算下,平均领先4.6个百分点。
cs.AI / 26 / 2608.00321

Trust and Its Betrayal under Three Representational Strategies

信任及其在三种表征策略下的背叛
Moldoveanu, Mihnea C., Baum, Joel A. C.
Abstract
Trust is a propositional attitude of a distinctive kind: to trust is to rely on another under conditions where reliance could be disappointed, and the disappointment of trust---betrayal---differs qualitatively from the disappointment of a prediction. We treat trust as a \emph{subjunctive} epistemic state: $A$ trusts $B$'s competence when $A$ believes that \emph{were $P$ true, $B$ would know it}, and $B$'s integrity when $A$ believes that \emph{were $B$ to know $P$, he would disclose it to $A$}. We develop three representations of this state---as lexicographic \emph{assumption} as \emph{ordinal closeness} in a Lewis--Stalnaker sphere system , and as \emph{strong belief} in a conditional probability system and for each we ask whether the Brandenburger--Keisler impossibility on common belief survives when the assumption of rationality is replaced by an assumption of trustworthiness. The three representations agree that every \emph{finite} depth of common trust is realizable while the \emph{completed} common-trust fixed point is the locus of difficulty, but they differ sharply in \emph{how} the difficulty manifests, and---our organizing finding---in how each survives a concrete betrayal. W show that the same betrayal refutes an agent's \emph{level ordering} under the lexicographic representation, contaminates her \emph{closeness ordering} in proportion to the betrayer's deliberateness under the ordinal representation, and merely \emph{shifts her operative conditioning hypothesis} while leaving her belief structure coherent under the strong-belief representation.
Chinese Translation
信任是一种独特的命题态度:信任是依赖他人,而这种依赖在可能遭到失望的情况下进行,信任的失望——背叛——在质上不同于对预测的失望。我们将信任视为一种 extit{subjunctive} 认识状态:当$A$相信 extit{如果$P$为真,$B$将会知道它}时,$A$信任$B$的能力;当$A$相信 extit{如果$B$知道$P$,他会将其告知$A$}时,$A$信任$B$的诚信。我们发展了三种对这种状态的表征——作为词典式的 extit{假设}、在Lewis–Stalnaker球体系统中的 extit{序数接近性},以及在条件概率系统中的 extit{强信念},并且我们询问在将理性假设替换为信任假设时,Brandenburger–Keisler关于共同信念的不可能性是否依然存在。这三种表征一致认为每个 extit{有限}深度的共同信任是可实现的,而 extit{完成的}共同信任固定点则是困难的所在,但它们在 extit{困难}的表现方式上有显著差异,以及——我们的组织发现——在每种表征如何应对具体的背叛上。我们展示了同样的背叛在词典式表征下驳斥了一个代理人的 extit{层级排序},在序数表征下根据背叛者的故意程度污染了她的 extit{接近性排序},而在强信念表征下仅仅 extit{转移了她的操作性条件假设},同时保持了她的信念结构的连贯性。
cs.AI / 27 / 2608.00326

Learning to Coordinate Symbolic Tools: LLM Agents for Verified Sum-of-Squares Certificates

学习协调符号工具:用于验证平方和证书的LLM代理
Chen, Bohan, Patel, Shivam N., Hoffmann, Richard, Looi, Sam, Yu, Tony Yue
Abstract
Tool calling allows large language models (LLMs) to invoke external computation during problem solving, a useful capability in various fields including AI for mathematics. We study this setting through weighted sum-of-squares (SOS) decomposition, a machine-checkable route to proving polynomial nonnegativity and hence polynomial inequalities. A candidate decomposition can be checked exactly, but finding one requires choosing among non-unique regroupings and coordinating multiple symbolic transformations. We develop an agent that combines algebraic task training, symbolic tools, and verifier-grounded optimization for this task. Rather than training only on the composite SOS task, we construct 1.35 million synthetic examples covering eight supporting polynomial tasks together with weighted-SOS decomposition. We first apply supervised fine-tuning (SFT) to direct algebra problems and simulated symbolic traces, and then use Group Relative Policy Optimization (GRPO) with task-specific symbolic rewards. The SFT corpus contains no native tool-calling messages; at evaluation, the agent uses native SymPy calls for expansion, collection, reordering, and factorization. Every final SOS answer is checked by exact expansion and coefficient comparison. On held-out, same-generator synthetic problems, the full SFT+GRPO+tools system is the strongest of four evaluated configurations, reaching 78.96% verified success on weighted SOS, compared with 44.73% for the base model with the same tools, and 91.75% macro accuracy across nine polynomial tasks. Within this controlled setting, our work provides a case study of combining domain-specific skill training, executable tools, and verifier feedback, and may inform the design of tool-calling agents in other domains with exactly checkable outputs.
Chinese Translation
工具调用使大型语言模型(LLMs)在解决问题时能够调用外部计算,这在包括数学人工智能在内的多个领域中是一项有用的能力。我们通过加权平方和(SOS)分解研究这一设置,这是一种可机器检查的证明多项式非负性及因此多项式不等式的途径。候选分解可以被精确检查,但找到一个分解需要在非唯一的重新组合中进行选择,并协调多个符号转换。我们开发了一个代理,结合了代数任务训练、符号工具和基于验证者的优化。我们不仅仅在复合SOS任务上进行训练,而是构建了135万个合成示例,涵盖了八个支持的多项式任务以及加权SOS分解。我们首先对代数问题和模拟符号轨迹应用监督微调(SFT),然后使用任务特定的符号奖励进行组相对策略优化(GRPO)。SFT语料库中没有原生工具调用消息;在评估时,代理使用原生SymPy调用进行扩展、收集、重新排序和因式分解。每个最终的SOS答案都通过精确扩展和系数比较进行检查。在保留的相同生成器合成问题上,完整的SFT+GRPO+工具系统是四种评估配置中最强的,达到加权SOS的78.96%验证成功率,而使用相同工具的基础模型仅为44.73%,并且在九个多项式任务中实现了91.75%的宏观准确率。在这一受控环境中,我们的工作提供了一个结合领域特定技能训练、可执行工具和验证者反馈的案例研究,并可能为其他领域中具有可精确检查输出的工具调用代理的设计提供启示。
cs.AI / 28 / 2608.00335

RMSWeb: Reflection, Failure-Mode Mining, and Salvage-DS for Web Agent Reinforcement Learning

RMSWeb:用于网络代理强化学习的反思、故障模式挖掘和救助-DS
Liu, Chengbo, Zhou, Lifang, Yan, Ruijie, Tan, Pei, Sun, Ao, Huang, Haojun, Hua, Guichun, Wei, Sining, Chen, Yining, He, Yingying, Xie, Yutao
Abstract
Compact web agents can reduce deployment cost, but training them poses challenges in both data collection and post-SFT reinforcement learning (RL). Successful trajectories are expensive to collect and often contain inefficient detours. After supervised fine-tuning (SFT), full trajectory corpora are dominated by routine states; moreover, when group-relative RL is applied to web actions, inadequately designed action-level rewards can yield weak or misleading relative updates, while groups rejected as unsuitable for such updates receive no fallback learning signal. We present RMSWeb, a three-part recipe for Qwen3-VL-Instruct at 8B and 32B. Reflection-conditioned retries increase collection yield and shorten successful trajectories; failure-mode mining concentrates offline RL on critical states exposed by the SFT policy; and Salvage-DS combines an action-semantic polarized reward, contrast-and-competence-gated dynamic sampling, and an action-only anchor for rejected groups. Policies trained with reflection-collected data use up to 19.7% fewer action steps on solved tasks. On WebVoyager, Online-Mind2Web, and WebTailBench, RMSWeb improves over SFT by 2.4-7.0 points at 8B and 1.2-7.7 points at 32B. Our 8B model also achieves the strongest reported Online-Mind2Web result among similarly sized open-weight models in our comparison and a leading reported accuracy-cost trade-off on WebVoyager and WebTailBench, with the caveat that external evaluation protocols differ.
Chinese Translation
紧凑型网络代理可以降低部署成本,但训练它们在数据收集和后续的监督微调(SFT)强化学习(RL)方面面临挑战。成功的轨迹收集成本高昂,且通常包含低效的绕行。在监督微调(SFT)后,完整的轨迹语料库被常规状态主导;此外,当将群体相对RL应用于网络行为时,设计不当的动作级奖励可能导致相对更新效果弱或误导,而被拒绝为不适合此类更新的群体则没有后备学习信号。我们提出了RMSWeb,这是针对Qwen3-VL-Instruct在8B和32B模型上的三部分方案。反思条件重试增加了收集产出并缩短了成功轨迹;故障模式挖掘将离线RL集中在SFT策略暴露的关键状态上;而救助-DS结合了动作语义极化奖励、对比与能力门控动态采样,以及针对被拒绝群体的仅动作锚点。使用反思收集数据训练的策略在解决的任务上减少了多达19.7%的动作步骤。在WebVoyager、Online-Mind2Web和WebTailBench上,RMSWeb在8B上比SFT提高了2.4-7.0分,在32B上提高了1.2-7.7分。我们的8B模型在比较中还取得了同类开源权重模型中报告的最强Online-Mind2Web结果,并在WebVoyager和WebTailBench上实现了领先的准确性-成本权衡,尽管外部评估协议有所不同。
cs.AI / 29 / 2608.00339

Bayesian and Motivated Reasoning in AI Agents

人工智能代理中的贝叶斯推理与动机推理
Yang, Eddie
Abstract
AI agents increasingly perform open-ended tasks in settings where their conclusions can guide consequential decisions. We provide evidence that AI agents draw different conclusions from identical numerical data when the substantive framing changes. We demonstrate this behavior in high-stakes domains in medicine, election forensics, and geopolitical forecasting by holding the evidence fixed while changing the scenario in which the evidence appears. Across twelve agent-domain comparisons, agents' conclusions are strongly influenced by their prior beliefs. They are more likely to reach an affirmative conclusion when it is framed around a proposition they already regard as likely, while the reverse holds when the framing conflicts with their prior. The framing also changes how some agents work: they search more extensively, choose different analytical specifications, and evaluate the same evidence differently. These results identify a particular risk of delegating decision-making to AI agents, as their decisions may depend on prior beliefs that are neither specified in the task nor visible in the decision record.
Chinese Translation
人工智能代理越来越多地在开放式任务中执行工作,在这些场景中,他们的结论可能会引导重要的决策。我们提供证据表明,当实质性框架发生变化时,人工智能代理会从相同的数值数据中得出不同的结论。我们在医学、选举取证和地缘政治预测等高风险领域展示了这一行为,通过保持证据不变而改变证据出现的场景。在十二个代理-领域的比较中,代理的结论受到其先前信念的强烈影响。当框架围绕他们已经认为可能的命题时,他们更有可能得出肯定的结论,而当框架与他们的先前信念相冲突时,情况则相反。框架还改变了一些代理的工作方式:他们搜索得更广泛,选择不同的分析规格,并以不同的方式评估相同的证据。这些结果识别了将决策委托给人工智能代理的特定风险,因为他们的决策可能依赖于在任务中未明确说明或在决策记录中不可见的先前信念。
cs.AI / 30 / 2608.00405

Gene Ontology-Guided Hierarchical Spatial Gene Expression Prediction from Histopathology Images

基于基因本体的层次空间基因表达预测:来自组织病理学图像的研究
Xu, Zhiwen, Yan, Xiaoming, Wu, Chengkun, Chen, Juan, Chi, Haoang, Xu, Liyang
Abstract
Predicting spatial gene expression from histopathology images enables large-scale transcriptomic profiling without the cost of direct measurement. Existing methods decode the target gene set as a flat, unstructured vector, ignoring the inter-gene dependencies arising from shared biological pathways and regulatory programs. Without explicit structural guidance, models must infer these dependencies entirely from limited paired data, constraining prediction quality. We propose MSGR (Multi-Scale Gene Refiner), which bridges this gap by incorporating the Gene Ontology (GO), a curated functional hierarchy of genes, as an explicit structural prior. MSGR organizes target genes into a four-level GO tree. Its GO-guided decoder then progressively refines predictions from coarse functional domains to fine individual genes via residual corrections under scale-weighted supervision. Operating solely on the gene side, the GO-guided decoder serves as a seamless plug-in replacement that consistently improves existing architectures without requiring any image-side modifications. Extensive experiments on nine datasets from the HEST-1k benchmark provide empirical evidence for two central claims: GO-structured decoding consistently outperforms flat decoding, even against a state-of-the-art generative baseline, and the gain is attributable to biological ontology structure rather than hierarchical decomposition per se, as confirmed by a +0.027 margin over a structurally equivalent random hierarchy.
Chinese Translation
从组织病理学图像中预测空间基因表达能够在不直接测量的情况下进行大规模转录组分析。现有方法将目标基因集解码为平坦的、非结构化的向量,忽视了因共享生物通路和调控程序而产生的基因间依赖关系。在没有明确结构指导的情况下,模型必须完全依赖有限的配对数据来推断这些依赖关系,从而限制了预测质量。我们提出了MSGR(多尺度基因精炼器),通过将基因本体(Gene Ontology, GO)这一经过策划的基因功能层次结构作为明确的结构先验来弥补这一缺口。MSGR将目标基因组织成四层GO树。其GO引导的解码器通过在尺度加权监督下的残差修正,逐步将预测从粗略的功能领域细化到具体的单个基因。GO引导的解码器仅在基因侧操作,作为无缝的插件替代,能够在不需要任何图像侧修改的情况下持续改善现有架构。在HEST-1k基准的九个数据集上的大量实验提供了两个核心主张的实证证据:GO结构解码始终优于平坦解码,即使与最先进的生成基线相比也是如此;而这种提升归因于生物本体结构,而非层次分解本身,这一点通过与结构上等效的随机层次相比获得的+0.027的增益得到了证实。
cs.AI / 31 / 2608.00410

Where did the ambiguity go? Examining how multimodal models interpret polysemous words

模糊性去向何处?探讨多模态模型如何解释多义词
Cekinmez, Jasin, Wu, Addison J., Marjieh, Raja, Griffiths, Thomas L.
Abstract
Human language is highly polysemous. Many common words (e.g., 'bank' or 'palm') carry several distinct meanings that shape what humans communicate and imagine. Large language models (LLMs) have been shown to understand this multiplicity of meaning, but much less is known about how polysemy surfaces in other modalities such as images. We study this across 17 text-to-image and 15 text-generation models by giving each a polysemous word with no context to fix its meaning and measuring which senses are produced over many samples. We find a clear multimodal gap, where within every model family, generated images settle on far fewer senses than generated sentences (normalized entropy 0.10 vs. 0.25), and both are far less varied than what people imagine for the same words (normalized entropy 0.47). However, when we instead ask a model to list how often it would generate outputs corresponding to each possible meaning of a word, it predicts distributions that are more diverse than the actual space of outputs. These results reveal a multimodal gap in how foundation models express meaning, and how their understanding may not transfer faithfully nor equally across modalities.
Chinese Translation
人类语言具有高度的多义性。许多常见词汇(例如,'bank' 或 'palm')承载着几种不同的含义,这些含义影响着人类的交流和想象。已有研究表明,大型语言模型(LLMs)能够理解这种多重意义,但关于多义性在其他模态(如图像)中的表现知之甚少。我们通过对17个文本到图像模型和15个文本生成模型进行研究,给每个模型提供一个没有上下文的多义词,以固定其含义,并测量在多个样本中生成的不同意义。我们发现存在明显的多模态差距,在每个模型家族中,生成的图像所体现的意义远少于生成的句子(标准化熵为0.10 vs. 0.25),而且这两者的多样性远低于人们对同一词汇的想象(标准化熵为0.47)。然而,当我们要求模型列出它生成与每个可能含义相对应的输出的频率时,它预测的分布比实际输出空间更为多样。这些结果揭示了基础模型在表达意义方面的多模态差距,以及它们的理解可能无法在不同模态间忠实或平等地转移。
cs.AI / 32 / 2608.00417

SymboUQ: Symbolic Uncertainty Quantification for Spatial Reasoning in LLMs

SymboUQ:用于大型语言模型空间推理的符号不确定性量化
Yu, Dahai, Jiang, Lin, Xu, Rongchao, Wang, Guang
Abstract
Although large language models (LLMs) can produce fluent spatial reasoning traces, their intermediate relations may fail to support the final conclusion, making token-level confidence insufficient for final-answer reliability estimation. Existing formal verifiers provide stronger semantic evidence, but their applicability is partial: a parsed claim need not yield a definite semantic verdict. To address this issue, we introduce SymboUQ, a symbolic uncertainty quantification framework that estimates final-answer reliability from reasoning traces by distinguishing symbolizability, whether a claim can be represented in the verifier's formal language, from semantic determinacy, whether its execution yields an entailed or contradicted verdict rather than an unknown or not-evaluable outcome. SymboUQ comprises (i) a Layout Auditor that executes ordered spatial claims and extracts feasibility, conflict, and repair evidence; (ii) a label-free Determinacy Profile that characterizes effective executable coverage; and (iii) a Determinacy-Aware Reliability Composer that integrates constraint-based, representation-based, and decoding-based scores according to verifier applicability. Extensive experiments on five spatial reasoning benchmarks with four frozen LLM backbones show that SymboUQ achieves approximately an 8% relative improvement in AUROC and a 7% relative reduction in class-balanced Brier loss over the strongest baseline.
Chinese Translation
尽管大型语言模型(LLMs)能够生成流畅的空间推理轨迹,但其内部关系可能无法支持最终结论,使得基于标记的置信度不足以估计最终答案的可靠性。现有的形式验证器提供了更强的语义证据,但其适用性是有限的:解析后的声明不一定会产生明确的语义裁决。为了解决这个问题,我们提出了SymboUQ,一个符号不确定性量化框架,通过区分符号化(即声明是否可以用验证器的形式语言表示)和语义确定性(即其执行是否产生一个蕴含或矛盾的裁决,而不是未知或不可评估的结果)来估计最终答案的可靠性。SymboUQ包括(i)一个布局审计器,执行有序的空间声明并提取可行性、冲突和修复证据;(ii)一个无标签的确定性特征,表征有效的可执行覆盖;以及(iii)一个考虑确定性的可靠性组合器,根据验证器的适用性整合基于约束、基于表示和基于解码的得分。在五个空间推理基准上进行的大规模实验显示,SymboUQ在AUROC上实现了约8%的相对提升,在类别平衡的Brier损失上实现了7%的相对降低,相较于最强基线。
cs.AI / 33 / 2608.00418

Mask-Based Priors Are More Persistent than Query-Key Initializations

基于掩码的先验比查询-键初始化更具持久性
Ma, Mingze, Saratchandran, Hemanth, Gordon, Cameron, Lucey, Simon
Abstract
Transformers do not merely lack data on some Boolean extrapolation tasks; they generalize in a systematically wrong way. Recent work on generalization on the unseen has shown that, despite fitting the observed domain, Transformers often extrapolate according to a simpler minimum-degree interpolator rather than the true target function. These Boolean tasks are not practical applications, but controlled stress tests for understanding Transformer inductive bias. We ask whether this failure mode can be corrected by injecting explicit structural priors into attention. Existing structured-initialization methods alter Transformer inductive bias indirectly, by choosing query and key projections whose similarity scores approximate a desired attention pattern. However, we find that when applied to Boolean extrapolation, these QK-based priors can be rapidly overwritten during training and fail to change the learned extrapolation rule. We propose a simpler alternative: initialize the additive attention mask directly. Unlike standard hard masks used for causality or locality attention, our mask is a finite, learnable attention-logit bias initialized from task-level interaction structure. This separates the structural prior from content-dependent attention scores, allowing it to persist throughout optimization. On Boolean reasoning tasks, mask-based initialization achieves near-perfect extrapolation where vanilla and QK-initialized Transformers remain trapped by the default inductive bias. The same mechanism also improves low-data arithmetic performance and remains competitive on vision and language benchmarks. These results show that attention masks can serve not only as architectural constraints, but as a simple substrate for encoding persistent inductive bias in Transformers.
Chinese Translation
变换器不仅在某些布尔外推任务上缺乏数据,而且在系统性地错误地进行泛化。最近关于未见数据泛化的研究表明,尽管适应了观察到的领域,变换器往往根据更简单的最小度插值器进行外推,而不是根据真实目标函数。这些布尔任务并不是实际应用,而是理解变换器归纳偏置的受控压力测试。我们探讨这种失败模式是否可以通过将显式结构先验注入注意力机制来纠正。现有的结构初始化方法通过选择查询和键投影,使其相似度分数近似所需的注意力模式,间接改变变换器的归纳偏置。然而,我们发现,当应用于布尔外推时,这些基于查询-键(QK)的先验在训练过程中可以迅速被覆盖,并未能改变学习到的外推规则。我们提出了一种更简单的替代方案:直接初始化加性注意力掩码。与用于因果性或局部注意力的标准硬掩码不同,我们的掩码是一个有限的、可学习的注意力对数偏置,初始化自任务级交互结构。这将结构先验与内容依赖的注意力分数分离,使其在优化过程中保持持久性。在布尔推理任务中,基于掩码的初始化实现了近乎完美的外推,而普通和QK初始化的变换器则仍被默认的归纳偏置所困。相同的机制也改善了低数据算术性能,并在视觉和语言基准测试中保持竞争力。这些结果表明,注意力掩码不仅可以作为架构约束,还可以作为编码变换器中持久归纳偏置的简单基础。
cs.AI / 34 / 2608.00422

TrAC: Trace-Conditioned Answer Consistency for Efficient Uncertainty Quantification in LLMs

TrAC:基于追踪条件的答案一致性用于高效的不确定性量化在大型语言模型中
Yu, Dahai, Jiang, Lin, Xu, Rongchao, Wang, Guang
Abstract
Large language models (LLMs) can generate fluent reasoning traces that nevertheless lead to incorrect answers, making response-level uncertainty estimation important for abstention, human review, and adaptive compute allocation. Existing approaches generally fall into three categories: passive single-trace methods use token-level confidence signals, sampling-based methods compare multiple complete traces at higher generation cost, and active prefix-based methods probe partial traces to study answer stabilization or preference transitions. However, none actively re-elicits an answer from a completed reasoning trace to measure its consistency with and support for the original answer. To address this gap, we introduce Trace-Conditioned Answer Consistency (TrAC), a correctness-supervised uncertainty quantification framework that combines active and passive signals anchored to one completed reasoning trace. Its active component, Prefix-Conditioned Elicitation (PCE), re-elicits a short answer conditioned on the completed trace and represents both its consistency with the original answer and its token-level probabilistic support. Its passive component, Trace Uncertainty Profile (TUP), summarizes how token-level uncertainty evolves throughout the original generation without additional decoding. A lightweight head then integrates the two representations into a response-correctness score. Across five mathematical reasoning benchmarks and three LLM families, TrAC improves macro AUROC by 1.8% and reduces AURC by 3.4% relative to eight-sample self-consistency, while using one complete reasoning trace and a short cached answer probe. When eight samples are already available, augmenting sample consensus with re-elicitation further improves macro AUROC by 4.3% and reduces AURC by 8.3%, without additional full-trace generation.
Chinese Translation
大型语言模型(LLMs)能够生成流畅的推理追踪,但仍可能导致错误的答案,因此响应级不确定性估计对于放弃、人工审查和自适应计算分配至关重要。现有方法通常分为三类:被动单追踪方法使用基于标记的置信信号,基于采样的方法在更高的生成成本下比较多个完整追踪,而主动前缀方法探测部分追踪以研究答案稳定性或偏好转变。然而,没有任何方法主动从已完成的推理追踪中重新引出答案,以测量其与原始答案的一致性及支持程度。为了解决这一空白,我们提出了基于追踪条件的答案一致性(TrAC),这是一个正确性监督的不确定性量化框架,结合了锚定于一个完整推理追踪的主动和被动信号。其主动组件,前缀条件引出(PCE),根据已完成的追踪重新引出一个简短答案,并表示其与原始答案的一致性及其标记级概率支持。其被动组件,追踪不确定性概况(TUP),总结了原始生成过程中标记级不确定性如何演变,而无需额外解码。然后,一个轻量级头将这两种表示整合为响应正确性评分。在五个数学推理基准和三个LLM家族中,TrAC相较于八个样本的自一致性提高了1.8%的宏观AUROC,并减少了3.4%的AURC,同时使用一个完整的推理追踪和一个简短的缓存答案探测。当已有八个样本时,通过重新引出增强样本共识进一步提高了4.3%的宏观AUROC,并减少了8.3%的AURC,而无需额外的完整追踪生成。
cs.AI / 35 / 2608.00423

Diagnose Before You Compress: Prediction-Independent Bottleneck Witness Refinement for LLM Serving Traces

压缩前的诊断:与预测无关的瓶颈见证细化用于大规模语言模型服务轨迹
Liu, Liming, Hu, Chao, Lu, Mingfei, Tan, Cong, Ge, Yiwei, Zhou, Chijin, Xie, Yongjun, Wang, Runzhe, Shi, Xiaohai, Shi, Heyuan
Abstract
Production LLM serving generates millions of diverse requests, making full-trace replay across serving configurations increasingly expensive. Existing trace reduction methods mainly preserve workload distributions or representative requests, but bottleneck-revealing workloads may be rare and non-representative. Moreover, evidence for one component cannot compensate for missing evidence in another, while using predicted bottlenecks as target truth creates circular evaluation. These limitations make it necessary to preserve evidence for every bottleneck component rather than rely on workload representativeness alone. We propose Bottleneck-Preserving Witnessing (BPW), a quality-constrained framework for compact and diagnostically reliable LLM serving replay suites. BPW first performs Workload Candidate Nomination using response-blind workload features and closed source-side measurements. This stage identifies workloads that may expose scheduler, prefill, decode, or KV-cache bottlenecks. Coverage-Priority Sequence Construction then organizes multi-component proposals as reusable hyperedges and prioritizes weak and uncovered dimensions. Finally, Bottleneck Truth Verification derives prediction-independent labels solely from direct target-system measurements. The verified results determine the earliest prefix satisfying the direct two-witness requirement for every component. Experiments on BurstGPT, ServeGen, and Mooncake show that BPW reaches the verified gate with a compact workload set and outperforms 16 policies, achieving relative improvements of 2.3% and 16.3% in Mean prefix Macro-F1 and WBRC-AUC, respectively. Stage-resolved and sensitivity analyses confirm the distinct contributions and local stability of its three stages. Our code is publicly available at https://github.com/llmllmllm/BPW
Chinese Translation
生产环境中的大规模语言模型(LLM)服务生成数百万个多样化请求,使得在不同服务配置下进行完整轨迹重放的成本日益增加。现有的轨迹减少方法主要保留工作负载分布或代表性请求,但揭示瓶颈的工作负载可能是稀有且不具代表性的。此外,一个组件的证据无法弥补另一个组件缺失的证据,而使用预测的瓶颈作为目标真相则会导致循环评估。这些局限性使得有必要为每个瓶颈组件保留证据,而不仅仅依赖工作负载的代表性。我们提出了瓶颈保留见证(Bottleneck-Preserving Witnessing,BPW),这是一个针对紧凑且具有诊断可靠性的LLM服务重放套件的质量约束框架。BPW首先通过响应盲工作负载特征和封闭源侧测量进行工作负载候选提名。这一阶段识别可能揭示调度器、预填充、解码或KV缓存瓶颈的工作负载。覆盖优先序列构建随后将多组件提案组织为可重用的超边,并优先考虑薄弱和未覆盖的维度。最后,瓶颈真相验证仅从直接目标系统测量中推导出与预测无关的标签。经过验证的结果确定满足每个组件直接双见证要求的最早前缀。在BurstGPT、ServeGen和Mooncake上的实验表明,BPW以紧凑的工作负载集达到了验证门,并超越了16种策略,在平均前缀宏F1和WBRC-AUC中分别实现了2.3%和16.3%的相对提升。阶段解析和敏感性分析确认了其三个阶段的独特贡献和局部稳定性。我们的代码已公开发布在 https://github.com/llmllmllm/BPW
cs.AI / 36 / 2608.00478

Ekova: A Personality-Support Agent for Self-Discovery Dialogue

Ekova:一种用于自我发现对话的人格支持代理
Chen, Yuyan
Abstract
Emotional Support (ES) systems have long optimized a single objective: alleviating the user's emotional distress in the moment. We argue that a complementary need, helping users see themselves more clearly, defines a distinct paradigm we call Personality Support (PS). PS is not counseling or clinical intervention: it targets cognitive clarity and self-articulation, not symptom relief or diagnosis. We instantiate this paradigm in three layers. First, we present DSD, a Chinese self-discovery PS Dataset of 8,590 samples collected through real longitudinal interaction across five minimal units, Coach, Warm, Tsukkomi, Real, and Gonzo. Second, we build DeepSupport, a multi-persona PS system trained with OrthoTune, a PS-tailored framework with style-specific adapters and a style-consistency regularizer. Third, we unify the five DeepSupport personas into Ekova, a persistent personality-support agent with a unified cross-session memory layer, supporting both adaptive routing and user-customized persona selection. Experiments show that OrthoTune-trained models outperform all baselines with an average relative gain of 16.3% across all metrics over the strongest prompt-based baseline. Code is available at https://github.com/Yukyin/Ekova.
Chinese Translation
情感支持(ES)系统长期以来一直优化一个单一目标:缓解用户当下的情感困扰。我们认为,帮助用户更清晰地看待自己这一补充需求,定义了一个我们称之为人格支持(PS)的独特范式。PS不是咨询或临床干预:它的目标是认知清晰和自我表达,而不是症状缓解或诊断。我们在三个层面上实例化这一范式。首先,我们介绍DSD,一个包含8,590个样本的中文自我发现PS数据集,这些样本通过五个最小单元(教练、温暖、吐槽、真实和戈佐)进行真实的纵向互动收集。其次,我们构建了DeepSupport,一个多人格PS系统,使用OrthoTune进行训练,OrthoTune是一个针对PS的框架,具有风格特定的适配器和风格一致性正则化器。第三,我们将五个DeepSupport人格统一为Ekova,一个具有统一跨会话记忆层的持久人格支持代理,支持自适应路由和用户自定义的人格选择。实验表明,经过OrthoTune训练的模型在所有指标上相较于最强的基于提示的基线平均提升了16.3%。代码可在https://github.com/Yukyin/Ekova获取。
cs.AI / 37 / 2608.00481

F-WANDA: Fisher-Reweighted Post-Training Pruning for Sustainable Deployment of Large Language Models

F-WANDA:用于大型语言模型可持续部署的费舍尔重加权后训练剪枝
Mishra, Himanshu
Abstract
One-shot post-training pruning is the most energy-frugal compression strategy for largelanguage models (LLMs), yet existing approaches trade either quality (WANDA) or compute cost (SPARSEGPT). We introduce F-WANDA, a drop-in modification of WANDA that reallocates the per-row keep budget across output neurons in proportion to the empirical Fisher information of the pre-activation. The Fisher signal is collected in a single additional backward pass over the same calibration corpus WANDA already uses; no weights are updated. On LLAMA-2-7B at 50 % unstructured sparsity, F-WANDA attains WikiText-2 perplexity of 6.85, matches WANDA fluency, and improves 5-shot MMLU by +1.6 pp over WANDA and +1.1 pp over SPARSEGPT, while incurring only one-third of SPARSEGPT pruning wall-clock and energy. The headline trade-off is achieved without extra calibration data or fine-tuning, placing F-WANDA on the Pareto frontier of quality versus pruning cost for sustainable LLM compression.
Chinese Translation
一次性后训练剪枝是大型语言模型(LLMs)最节能的压缩策略,然而现有方法在质量(WANDA)和计算成本(SPARSEGPT)之间存在权衡。我们提出了F-WANDA,这是一种WANDA的即插即用修改,按照预激活的经验费舍尔信息在输出神经元之间重新分配每行的保留预算。费舍尔信号通过对WANDA已经使用的相同校准语料库进行一次额外的反向传播收集;不更新权重。在50%的无结构稀疏性下,F-WANDA在LLAMA-2-7B上达到了WikiText-2困惑度为6.85,匹配了WANDA的流畅性,并在5-shot MMLU上比WANDA提高了+1.6个百分点,比SPARSEGPT提高了+1.1个百分点,同时仅消耗了SPARSEGPT剪枝所需时间和能量的三分之一。这个主要的权衡是在没有额外校准数据或微调的情况下实现的,使F-WANDA处于质量与剪枝成本之间的帕累托前沿,适用于可持续的LLM压缩。
cs.AI / 38 / 2608.00492

The Bayesian Reflex: A Predictive Coding Engine for Artificial Intelligence

贝叶斯反射:人工智能的预测编码引擎
Bhattacharya, Sourabh
Abstract
Predictive coding offers a powerful theory of cortical computation, but corresponding scalable algorithmic implementations for artificial intelligence have remained elusive. This paper introduces the Bayesian reflex, a computational framework that directly instantiates predictive coding through three pillars: belief maintenance via hierarchical generative models, sequential Bayesian updating via prediction-error minimization, and uncertainty-driven action via active inference. We show that recent breakthroughs---ellipsoidal decomposition for exact $i.i.d.$ sampling, recursive Gaussian processes for deep hierarchical inference, and derivative-aware Bayesian optimization---provide the missing algorithmic ingredients. The resulting framework enables mathematically principled, scalable, and brain-inspired continual learning, perception, and decision-making. We illustrate its versatility through applications ranging from climate model evaluation to prime number discovery, offering a blueprint for truly adaptive artificial intelligence.
Chinese Translation
预测编码提供了一种强大的皮层计算理论,但相应的可扩展算法实现对于人工智能而言仍然难以捉摸。本文介绍了贝叶斯反射,这是一种计算框架,通过三个支柱直接实现预测编码:通过层次生成模型进行信念维护,通过预测误差最小化进行序列贝叶斯更新,以及通过主动推理进行不确定性驱动的行动。我们展示了最近的突破——用于精确独立同分布采样的椭球分解、用于深层次层次推理的递归高斯过程以及关注导数的贝叶斯优化——提供了缺失的算法成分。由此产生的框架使得数学上有原则的、可扩展的、受大脑启发的持续学习、感知和决策成为可能。我们通过从气候模型评估到素数发现的应用展示了其多功能性,为真正自适应的人工智能提供了蓝图。
cs.AI / 39 / 2608.00494

TaPR: Test-Aware Policy Refinement for Feedback-Conditioned Code Generation

TaPR:面向测试的反馈条件代码生成策略细化
Liu, Aofan, Meng, Jingxiang, Liu, Fangxin, Chen, Yongbiao
Abstract
Multi-turn code agents rely on execution feedback to repair incorrect programs, yet standard reinforcement learning paradigms optimize and evaluate policy performance primarily using single-shot outcome rewards. This misalignment conflates initial code generation with feedback-driven refinement, discards granular execution signals across intermediate turns, and fails to evaluate whether the policy actually acquires self-repair capabilities. We propose Test-aware Policy Refinement (TaPR), a framework that transforms execution feedback into a dense per-turn test-pass-ratio reward under a consistent multi-turn interaction protocol. Across six models on 219 code-generation problems from LiveCodeBench, TaPR improves the pooled three-turn success rate (Pass@3) by 2.44 percentage points. In the predefined 7B/8B high-headroom slice, pooled accuracy increases from 30.25% to 33.56% (+3.31 pp), with 42 improvements and 13 regressions in paired trials. On a matched Qwen3-8B ablation, the dense reward supplies nonzero feedback in all of the first ten steps and reaches a higher Hard-subset peak than outcome-only GRPO within the tested budget, although GRPO nearly matches pooled Pass@3 by step 300. Our primary contribution is a reward-decomposition framework and a turn-aware evaluation protocol that decouple first-shot generation quality from multi-turn repair competence.
Chinese Translation
多轮代码代理依赖执行反馈来修复错误程序,然而标准的强化学习范式主要通过单次结果奖励来优化和评估策略性能。这种不一致性将初始代码生成与基于反馈的细化混为一谈,忽视了中间轮次的细粒度执行信号,并未评估策略是否真正获得了自我修复能力。我们提出了面向测试的策略细化(TaPR),这是一个将执行反馈转化为每轮密集测试通过率奖励的框架,采用一致的多轮交互协议。在来自LiveCodeBench的219个代码生成问题上,对六个模型进行测试,TaPR将三轮成功率(Pass@3)提高了2.44个百分点。在预定义的7B/8B高潜力切片中,综合准确率从30.25%提高到33.56%(+3.31个百分点),在配对试验中有42次改进和13次回归。在匹配的Qwen3-8B消融实验中,密集奖励在前十步的所有步骤中提供了非零反馈,并在测试预算内达到了比仅基于结果的GRPO更高的Hard-subset峰值,尽管GRPO在第300步时几乎与综合Pass@3相匹配。我们的主要贡献是一个奖励分解框架和一个轮次感知评估协议,它将首次生成质量与多轮修复能力解耦。
cs.AI / 40 / 2608.00513

BayesSeg: A Bayesian Optimization Framework for State Segmentation of Electricity Consumption Time Series

BayesSeg:电力消费时间序列状态分割的贝叶斯优化框架
Zhang, Zhenya, Zhu, Wendi, Wang, Ping, Cheng, Hongmei, Zhang, Shuguang
Abstract
In Non-Intrusive Load Monitoring (NILM), adaptive segmentation of electricity consumption time series is critical for appliance recognition. However, prevailing methods face challenges including heuristic parameter tuning, boundary sensitivity, and metric saturation. This paper proposes BayesSeg, a unified framework integrating time-series segmentation, multidimensional evaluation, and automatic parameter optimization. The segmentation layer employs a dual steady-state criterion based on the tail value and mean of preceding subsequences, combined with a sequential extraction and complement-set parsing strategy, to achieve precise unsupervised partitioning of steady-state and transition-state segments. The evaluation layer maps segmentation results to binary state sequences and formulates a composite metric integrating an event-level F1 score (event_F1) with Normalized Mutual Information (NMI). The event_F1 quantifies switching-event precision and recall via tolerance matching, while NMI captures global structural consistency, jointly overcoming the boundary sensitivity and limited discriminability of point-wise metrics. In the optimization layer, the composite score serves as the objective function for Bayesian optimization, which constructs a TPE surrogate model for efficient global parameter-space exploration. Experiments on the SustDataED2 dataset demonstrate that Bayesian optimization requires only ~100 objective evaluations to locate a parameter region within 0.35% deviation of the exhaustive grid-search optimum. The framework achieves a weighted composite score of 0.7149 and an event_F1 of 0.9340 while reducing optimization latency from ~5300 seconds to under 1 second, a speedup exceeding 5700x. BayesSeg automates segmentation configuration and provides a scalable, efficient solution for time-series analysis in NILM and related domains.
Chinese Translation
在非侵入式负载监测(NILM)中,电力消费时间序列的自适应分割对于电器识别至关重要。然而,现有方法面临着启发式参数调优、边界敏感性和度量饱和等挑战。本文提出了BayesSeg,一个统一框架,集成了时间序列分割、多维评估和自动参数优化。分割层采用基于尾值和前序子序列均值的双稳态标准,结合顺序提取和补集解析策略,实现对稳态和过渡态段的精确无监督分割。评估层将分割结果映射到二元状态序列,并制定一个复合度量,将事件级F1分数(event_F1)与归一化互信息(NMI)结合。event_F1通过容忍匹配量化切换事件的精确度和召回率,而NMI则捕捉全局结构一致性,共同克服了点对点度量的边界敏感性和有限可区分性。在优化层,复合得分作为贝叶斯优化的目标函数,构建了一个TPE代理模型,以高效地探索全局参数空间。在SustDataED2数据集上的实验表明,贝叶斯优化仅需约100次目标评估即可定位到一个参数区域,其偏差在0.35%以内,接近全面网格搜索的最优解。该框架实现了0.7149的加权复合得分和0.9340的event_F1,同时将优化延迟从约5300秒降低到1秒以内,速度提升超过5700倍。BayesSeg自动化了分割配置,为NILM及相关领域的时间序列分析提供了可扩展、高效的解决方案。
cs.AI / 41 / 2608.00531

CURE: Local Uncertainty Repair for Block-Parallel Speculative Decoding

CURE:用于块并行推测解码的局部不确定性修复
Liu, Aofan, Meng, Jingxiang, Liu, Fangxin, Chen, Yongbiao
Abstract
Speculative decoding mitigates the latency of sequential generation in autoregressive Large Language Models (LLMs) by interleaving draft generation with target verification. However, existing parallel drafting backends often suffer from rapid accuracy degradation over long horizons, leading to high rejection rates during verification and suboptimal wall-clock speedups. We observe that drafting errors are not uniformly distributed but typically stem from localized high-uncertainty tokens that destabilize downstream generation trajectories. Motivated by this token error pattern, we propose CURE, a budget-aware dynamic repair tree designed to repair errors at uncertainty focal points without incurring prohibitive tree-verification overheads. Specifically, our method uses predictive confidence margins to dynamically locate candidate error tokens within a block-parallel draft, expands bounded repair paths only at these fragile nodes, and employs a novel repair resynchronization mechanism to realign draft states post-verification. Evaluations on code-generation benchmarks (HumanEval, MBPP, and LiveCodeBench-lite) and mathematical reasoning benchmark (GSM8K) demonstrate that CURE increases the average accepted length by 4.2-7.5% over parallel baselines without repair, translating to an end-to-end speedup of $2.66-3.49\times$ over target-only decoding. Furthermore, we provide a plug-and-play repair module compatible with standard parallel drafting frameworks. We also characterize the trade-off between draft compute and verification efficiency.
Chinese Translation
推测解码通过将草稿生成与目标验证交错进行,从而减轻自回归大型语言模型(LLMs)中顺序生成的延迟。然而,现有的并行草稿后端在长时间范围内往往会出现快速的准确性下降,导致验证过程中的高拒绝率和次优的实际速度提升。我们观察到,草稿错误并不是均匀分布的,而通常源于局部高不确定性标记,这些标记会破坏下游生成轨迹。基于这种标记错误模式,我们提出了CURE,一种预算感知的动态修复树,旨在修复不确定性焦点处的错误,而不会产生过高的树验证开销。具体而言,我们的方法利用预测置信区间动态定位块并行草稿中的候选错误标记,仅在这些脆弱节点扩展有限的修复路径,并采用一种新颖的修复重新同步机制,在验证后重新对齐草稿状态。在代码生成基准(HumanEval、MBPP和LiveCodeBench-lite)和数学推理基准(GSM8K)上的评估表明,CURE在没有修复的并行基准上将平均接受长度提高了4.2-7.5%,相当于在仅目标解码的情况下实现了$2.66-3.49 imes$的端到端加速。此外,我们提供了一个与标准并行草稿框架兼容的即插即用修复模块。我们还描述了草稿计算与验证效率之间的权衡。
cs.AI / 42 / 2608.00561

Through the LENS: Local Geometric Decomposition of Vision-Language Model Representations

通过LENS:视觉-语言模型表示的局部几何分解
Kachko, Shalom, Lapid, Raz, Vald, Margarita, Dubin, Almog, Sipper, Moshe
Abstract
Vision-language models (VLMs) process image patches and text tokens in a shared residual stream, but the local geometry through which the two modalities interact remains poorly understood. Most interpretability methods identify global linear directions, which may miss representations that are globally high-dimensional but locally low-dimensional. We introduce LENS (Local Explanation of Neighborhood Subspaces), a method that decomposes VLM activations into local low-rank Gaussian neighborhoods using a Mixture of Factor Analyzers. Applied to LLaVA-1.5-7B and Qwen3-VL-8B, LENS reveals distinct depth-dependent fusion trajectories consistent with each model's fusion mechanism: LLaVA progressively mixes modalities at later layers, whereas Qwen3-VL mixes them early, partially re-segregates them, and recombines them near the output. An automated multimodal labeling pipeline assigns concise semantic descriptions to these neighborhoods. Interpolating activations toward neighborhood centroids causally redirects generation within and across modalities and outperforms difference-in-means and VL-SAE in most evaluated conditions; in one LLaVA vision-to-vision setting, MFA achieves 5.7 times the VL-SAE score. Human evaluation finds MFA steering competitive with prompting and substantially stronger than the other intervention baselines. Finally, the MFA coefficient space improves Qwen3-VL image-to-rendered-text retrieval at the deepest evaluated layer from 14.9% to 48.6% R@1. Ablations show that the reported fusion trajectories are stable across component counts, local ranks, and modality-purity thresholds. These results support local geometric neighborhoods as useful interpretable and causal units for analyzing cross-modal representations in the evaluated VLMs.
Chinese Translation
视觉-语言模型(VLMs)在共享的残差流中处理图像块和文本标记,但两种模态交互的局部几何仍然不够清楚。大多数可解释性方法识别全局线性方向,这可能会忽略那些在全局上是高维但在局部上是低维的表示。我们引入了LENS(局部邻域子空间解释),这是一种使用因子分析混合模型将VLM激活分解为局部低秩高斯邻域的方法。应用于LLaVA-1.5-7B和Qwen3-VL-8B,LENS揭示了与每个模型的融合机制一致的不同深度依赖融合轨迹:LLaVA在后续层逐步混合模态,而Qwen3-VL则在早期混合,部分重新分隔,并在输出附近重新组合。一个自动化的多模态标记管道为这些邻域分配简洁的语义描述。朝向邻域质心插值激活因果性地重新引导模态内和模态间的生成,并在大多数评估条件下优于均值差异和VL-SAE;在一个LLaVA的视觉到视觉设置中,MFA的得分是VL-SAE的5.7倍。人类评估发现MFA的引导与提示竞争力相当,并且显著强于其他干预基线。最后,MFA系数空间在评估的最深层次上将Qwen3-VL的图像到渲染文本检索的准确率从14.9%提高到48.6% R@1。消融实验表明,报告的融合轨迹在组件数量、局部秩和模态纯度阈值上是稳定的。这些结果支持局部几何邻域作为分析评估的VLM中跨模态表示的有用可解释和因果单元。
cs.AI / 43 / 2608.00591

Why Does the Future Branch? Identifiable Closure Tests for Stochastic Physical World Models

未来为何分支?随机物理世界模型的可识别闭合测试
Dong, Yibin
Abstract
Stochastic world models are usually evaluated by the accuracy and calibration of their predicted futures. These criteria leave a decision-relevant ambiguity: the same conditional future distribution can arise because an observation aliases different physical states, or because the dynamics remain random after the declared full state is fixed. We prove that this attribution is not identifiable from ordinary transition data, even with an optimal probabilistic predictor. We introduce ClosurePairs, an interventional evaluation protocol that crosses compatible microstates with repeated exogenous disturbances. A two-way variance decomposition identifies state aliasing, process noise, and their nonlinear interaction; an independent-repeat variant applies when disturbances cannot be reused. On likelihood-equivalent Gaussian systems, paired supervision reduces alias-fraction error 15.96-fold at identical test NLL. Across 18 nonlinear Langevin conditions, it reduces attribution MAE from 0.372 to 0.051 and sensing regret from 0.0138 to 0.0003 without changing NLL. On a pixel-conditioned recurrent model, a frozen shared-state probe reduces alias-fraction MAE against a deep ensemble from 0.584 to 0.130 in distribution and from 0.630 to 0.170 out of distribution over ten seeds. Finally, in a matched-total-variance REFINE/BRANCH test, a total-variance router reaches 66.48 percent plus or minus 1.06 percent accuracy, whereas ClosurePairs reaches 99.99 percent plus or minus 0.02 percent and improves selected NLL from -2.087 to -2.717 over five seeds. ClosurePairs therefore measures why futures branch, information that proper forecast scores cannot identify.
Chinese Translation
随机世界模型通常通过其预测未来的准确性和校准来评估。这些标准留下了一个与决策相关的模糊性:相同的条件未来分布可能是由于观察将不同的物理状态混淆,或因为在声明的完整状态固定后,动态仍然是随机的。我们证明这种归因无法通过普通的转移数据识别,即使使用最优的概率预测器。我们引入了ClosurePairs,一种干预评估协议,通过重复的外部干扰交叉兼容的微状态。双向方差分解识别状态混淆、过程噪声及其非线性交互;当干扰无法重复使用时,应用独立重复变体。在似然等价的高斯系统上,配对监督在相同测试的负对数似然(NLL)下将混淆比例误差减少了15.96倍。在18种非线性Langevin条件下,它将归因的平均绝对误差(MAE)从0.372降低到0.051,将感知遗憾从0.0138降低到0.0003,而NLL没有变化。在一个像素条件的递归模型上,一个冻结的共享状态探针在分布上将混淆比例MAE从0.584降低到0.130,在十个种子下,超出分布时从0.630降低到0.170。最后,在一个匹配总方差的REFINE/BRANCH测试中,一个总方差路由器达到了66.48%±1.06%的准确率,而ClosurePairs达到了99.99%±0.02%,并在五个种子上将选定的NLL从-2.087提高到-2.717。因此,ClosurePairs测量了未来为何分支,这一信息是适当的预测评分无法识别的。
cs.AI / 44 / 2608.00605

Escaping Confidence Trap: Evolutionary Decoding for Mathematical Reasoning in Diffusion LLMs

摆脱信心陷阱:扩散大语言模型中的数学推理进化解码
Sun, Zhenhong, Zhao, Hanqing, Bian, Yatao, Tu, Rongcheng, Xie, Liuyue, Zhang, Xu, Wang, Jue, Modolo, Davide, Dong, Daoyi, Tao, Dacheng
Abstract
Diffusion large language models (dLLMs) have emerged as a promising alternative to autoregressive LLMs, offering efficient generation through block-wise progressive unmasking. However, their strong general-purpose performance does not necessarily translate into reliable mathematical reasoning, where correctness depends on preserving coherent numerical-symbolic reasoning trajectories. In this work, we analyze the decoding trajectories of LLaDA 2.0 and identify a recurring diffusion confidence trap: local token confidence can become misaligned with global reasoning correctness during progressive block decoding. Our analysis reveals two representative failure regimes: sampling-sensitive failures, where correct paths exist but are unstable, and sampling-consistent failures, where repeated sampling converges to repetitive high-confidence but incorrect continuations. Motivated by this observation, we propose Evolutionary Decoding, a training-free test-time scaling framework that views diffusion decoding as an evolutionary process over candidate reasoning states. The framework combines step-wise selection, which preserves useful numerical-symbolic signals and suppresses repetitive patterns, with block-wise mutation, which introduces structured alternatives to escape incorrect high-confidence basins. Experiments on multiple benchmarks show that Evolutionary Decoding improves LLaDA 2.0 over confidence-based decoding, leading to more reliable mathematical reasoning.
Chinese Translation
扩散大语言模型(dLLMs)作为自回归大语言模型(autoregressive LLMs)的有希望的替代方案,通过逐块渐进解码提供了高效的生成能力。然而,它们的强大通用性能并不一定能转化为可靠的数学推理,因为正确性依赖于保持一致的数字-符号推理轨迹。在本研究中,我们分析了LLaDA 2.0的解码轨迹,并识别出一个反复出现的扩散信心陷阱:在渐进块解码过程中,局部标记信心可能与全局推理正确性失去一致性。我们的分析揭示了两种典型的失败模式:对采样敏感的失败,其中存在正确路径但不稳定,以及对采样一致的失败,其中重复采样收敛于重复的高信心但错误的延续。基于这一观察,我们提出了进化解码(Evolutionary Decoding),这是一种无训练的测试时扩展框架,将扩散解码视为候选推理状态上的进化过程。该框架结合了逐步选择,保留有用的数字-符号信号并抑制重复模式,以及逐块突变,引入结构化替代方案以逃离错误的高信心区域。在多个基准测试上的实验表明,进化解码在信心基础解码上提升了LLaDA 2.0的表现,从而实现了更可靠的数学推理。
cs.AI / 45 / 2608.00610

Slides2MindMap: Reconstructing Cognitively Efficient Knowledge Hierarchies from Lecture Slides

Slides2MindMap:从讲座幻灯片重构认知高效的知识层级
Wang, Yuzhi, Ye, Rongjun, Chen, Shengyuan, Zhou, Huachi, Bai, Jiaqi, Zhou, Chuang, Hong, Zhicong, Huang, Xiao
Abstract
Generating mind maps from lecture slides can help learners efficiently assimilate fragmented knowledge, promising substantial benefits for intelligent education. However, dedicated automatic generation and evaluation frameworks remain underexplored and challenging, requiring a global-local knowledge focus balance and handling large-scale, heterogeneous slides. We formulate the Slides2MindMap task, which aims to reconstruct cognitively efficient knowledge hierarchies from a course's slide deck collection. For systematic evaluation, we introduce S2M-Bench, a benchmark comprising 12,774 slide pages with expert-annotated mind maps spanning 24 university courses. S2M-Bench includes a cognitive-science-grounded evaluation framework that integrates ground-truth-based comparison, structure conformity analysis, and VLM-as-a-Judge. To address this task, we propose AutoMindMap, an agentic framework inspired by the Structure Building Framework. AutoMindMap comprises Skeleton Laying for global scaffold anchoring, Iterative Knowledge Integration augmented by context-aware summarization, and Dual-Stage Refinement with a local-global decoupling mechanism. The framework reconciles local knowledge faithfulness with global coherence, and adapts to slide-specific features. Experiments on S2M-Bench demonstrate that AutoMindMap outperforms baselines and achieves superior robustness across different models and scenarios, underscoring its pedagogical application value.
Chinese Translation
从讲座幻灯片生成思维导图可以帮助学习者高效地吸收碎片化知识,为智能教育带来显著的好处。然而,专门的自动生成和评估框架仍然未得到充分探索且面临挑战,需要在全球与局部知识的关注平衡以及处理大规模异构幻灯片方面取得进展。我们提出Slides2MindMap任务,旨在从课程的幻灯片集合中重构认知高效的知识层级。为了进行系统评估,我们引入了S2M-Bench,这是一个包含12,774页幻灯片和专家注释的思维导图,涵盖24门大学课程的基准测试。S2M-Bench包括一个基于认知科学的评估框架,整合了基于真实数据的比较、结构一致性分析以及VLM-as-a-Judge。为了解决这一任务,我们提出了AutoMindMap,这是一个受结构构建框架启发的代理框架。AutoMindMap包括用于全球支架锚定的骨架布局(Skeleton Laying)、通过上下文感知摘要增强的迭代知识整合(Iterative Knowledge Integration),以及具有局部-全球解耦机制的双阶段精炼(Dual-Stage Refinement)。该框架调和了局部知识的真实性与全球一致性,并适应幻灯片特定特征。在S2M-Bench上的实验表明,AutoMindMap优于基线,并在不同模型和场景中表现出更强的鲁棒性,突显了其在教学应用中的价值。
cs.AI / 46 / 2608.00641

DASH: Decoupled Adaptive Surrogate - Acquisition Harness for Automated Bayesian Optimization

DASH:解耦自适应代理-获取框架用于自动贝叶斯优化
Zhao, Changquan, Sun, Yuxiang, Zhu, Ruihao, Hua, Cheng, He, Yulian
Abstract
Bayesian optimization (BO) relies on a surrogate model and an acquisition function, yet the most suitable choices vary across tasks and optimization stages. Automated Bayesian optimization (AutoBO) addresses this variability by adapting BO components online. However, existing AutoBO methods either adapt one component, leaving the other mismatched and creating a bottleneck, or jointly select surrogate--acquisition pairs under a shared criterion, overlooking their distinct roles: surrogate selection depends on predictive reliability, whereas acquisition adaptation should respond to campaign context.In this paper, we propose DASH, a Decoupled Adaptive Surrogate--Acquisition Harness for large-language- model (LLM)-enhanced AutoBO. DASH selects surrogates by predictive reliability, uncertainty calibration, and ranking consistency; its two-stage acquisition controller periodically reallocates quotas across acquisition functions, builds a BO shortlist accordingly, and delegates final selection to an LLM. DASH also incorporates an integrated harness, consisting of knowledge-guided warm start and structured memory, to ground optimization in domain knowledge and accumulated feedback. Across four chemical optimization tasks, DASH outperforms the best AutoBO baseline by 12.51% in trajectory-level Acceleration Factor and 5.00% in endpoint Enhancement Factor. Results remain strong across LLM backbones, and ablations verify the complementary contributions of all components. Full-table and behavioral contamination checks find no detectable evidence that direct benchmark memorization or source-cell leakage explains these gains.
Chinese Translation
贝叶斯优化(Bayesian optimization, BO)依赖于代理模型和获取函数,但最适合的选择在不同任务和优化阶段中有所不同。自动贝叶斯优化(Automated Bayesian optimization, AutoBO)通过在线适应BO组件来解决这种变异性。然而,现有的AutoBO方法要么只适应一个组件,导致另一个组件不匹配并形成瓶颈,要么在共享标准下共同选择代理-获取对,忽视了它们的不同角色:代理选择依赖于预测可靠性,而获取适应应对活动背景。本文提出了DASH,一个用于大型语言模型(Large-Language-Model, LLM)增强的AutoBO的解耦自适应代理-获取框架。DASH通过预测可靠性、不确定性校准和排名一致性选择代理;其两阶段获取控制器定期在获取函数之间重新分配配额,相应地建立BO候选名单,并将最终选择委托给LLM。DASH还结合了一个集成框架,包括知识引导的热启动和结构化记忆,以将优化基于领域知识和累积反馈。在四个化学优化任务中,DASH在轨迹级别的加速因子上比最佳AutoBO基线提高了12.51%,在端点增强因子上提高了5.00%。结果在不同的LLM基础模型上依然表现强劲,消融实验验证了所有组件的互补贡献。全面的表格和行为污染检查未发现直接基准记忆或源单元泄漏解释这些增益的可检测证据。
cs.AI / 47 / 2608.00679

HetGPS: Scalable Graph Multi-Agent Reinforcement Learning with Physics-Anchored Adaptive Safety for EV Charging

HetGPS:具有物理锚定自适应安全性的可扩展图多智能体强化学习用于电动汽车充电
Wang, Xiangwei, Nimalsiri, Nanduni, Xia, Yu, Wang, Peng, Halgamuge, Saman
Abstract
Safety interventions for large populations of network-coupled agents must protect shared constraints without unnecessarily overriding task-oriented policy decisions. We present HetGPS, a hybrid graph-control framework synergizing learned graph risk with physics-anchored correction by separating intervention magnitude from corrective direction. An action-conditioned graph residual model schedules state-dependent intervention authority, while a physics model determines its direction. For electric vehicle (EV) charging, we couple this filter with a parameter-shared heterogeneous graph soft actor-critic policy, enabling topology-aware coordination with a learned model size independent of fleet size. Across five nested distribution networks with 200--3,218 EVs and 100 evaluation days, Adaptive Authority reduces bus--step voltage violations from 3.93--7.74\% without filtering to 0.52--3.44\%, while maintaining 99.06--100\% departure success. Relative to the same physics-directed projection with fixed authority, it improves mean reward on all five networks and lowers the mean safety score on four. The deployed policy-and-risk model contains 383,702 learned parameters at every scale; at 3,218 EVs, a matched centralized SAC actor is about $170\times$ larger. A policy trained on the eight-transformer system transfers zero-shot to the 16- and 32-transformer systems, attaining 0.57--0.75\% violation rates and at least 99.99\% departure success. These results show that learned graph risk can allocate intervention authority at scale while feeder physics anchors corrective action.
Chinese Translation
针对大量网络耦合智能体的安全干预必须在不不必要地覆盖任务导向政策决策的情况下保护共享约束。我们提出了HetGPS,这是一种混合图控制框架,通过将干预幅度与纠正方向分离,协同学习的图风险与物理锚定的修正。一个基于动作条件的图残差模型调度状态依赖的干预权限,而物理模型则确定其方向。对于电动汽车(EV)充电,我们将此过滤器与一个参数共享的异构图软演员-评论家(SAC)策略结合,使得拓扑感知协调能够在与车队规模无关的学习模型下进行。在五个嵌套分配网络中,包含200至3,218辆电动汽车和100个评估日,适应性权限将无过滤情况下的公交-步电压违规率从3.93%至7.74%降低至0.52%至3.44%,同时保持99.06%至100%的出发成功率。与固定权限的相同物理导向投影相比,它在所有五个网络上提高了平均奖励,并在四个网络上降低了平均安全评分。部署的政策和风险模型在每个规模上包含383,702个学习参数;在3,218辆电动汽车时,一个匹配的集中式SAC演员大约大170倍。一个在八变压器系统上训练的策略能够零样本迁移到16和32变压器系统,达到0.57%至0.75%的违规率和至少99.99%的出发成功率。这些结果表明,学习的图风险可以在规模上分配干预权限,同时供电物理锚定纠正行动。
cs.AI / 48 / 2608.00680

Multi-Dimensional Assessment for AI Cognition (MAAC): A Theoretical Framework for Process-Oriented Cognitive Evaluation of Text-Based AI Systems

人工智能认知的多维评估(MAAC):面向过程的文本基础人工智能系统认知评估理论框架
Doleh, Abdalla, Chinnam, Ratna Babu
Abstract
Evaluating artificial intelligence systems has historically relied on outcome-based benchmarks that measure task accuracy, robustness, or fairness. While indispensable, these benchmarks provide limited diagnostic insight into the underlying cognitive processes that generate performance-leaving critical questions unanswered about how AI systems reason, integrate memory, manage complexity, or avoid generating false information. This paper introduces the Multi-Dimensional Assessment for AI Cognition (MAAC), a theoretically grounded framework for shifting evaluation from what text-based AI systems produce to how they think. MAAC defines nine cognitively motivated dimensions: Cognitive Load, Tool Execution, Content Quality, Memory Integration, Complexity Handling, Hallucination Control, Knowledge Transfer, Processing Efficiency, and Process-Outcome Alignment. Each dimension is grounded in established cognitive science theory-drawing on Marr's tri-level hypothesis, Baddeley's working memory model, Sweller's cognitive load theory, and unified theories of cognition. Five theoretical analyses provide initial support for the framework's coherence and empirical testability: dimension-to-theory mapping; a coverage matrix assessing breadth and non-redundancy; a formal gap analysis relative to current evaluation practice; a worked diagnostic illustration; and a set of a priori interdependency predictions for future empirical testing. MAAC provides a theoretical and operational framework for principled process-level cognitive assessment of text-based AI systems, complementing existing outcome-based benchmarks with cognitively grounded, multi-dimensional evaluation.
Chinese Translation
评估人工智能系统历来依赖于基于结果的基准,这些基准测量任务的准确性、鲁棒性或公平性。尽管这些基准不可或缺,但它们对生成性能的潜在认知过程提供的诊断洞察有限,留下了关于人工智能系统如何推理、整合记忆、管理复杂性或避免生成虚假信息的关键问题未得到解答。本文介绍了人工智能认知的多维评估(MAAC),这是一个理论基础的框架,旨在将评估从文本基础人工智能系统的产出转向它们的思维方式。MAAC定义了九个以认知为动机的维度:认知负荷、工具执行、内容质量、记忆整合、复杂性处理、幻觉控制、知识转移、处理效率和过程-结果对齐。每个维度都基于已建立的认知科学理论,借鉴了Marr的三层假说、Baddeley的工作记忆模型、Sweller的认知负荷理论和统一的认知理论。五个理论分析为框架的一致性和实证可测试性提供了初步支持:维度与理论的映射;评估广度和非冗余性的覆盖矩阵;相对于当前评估实践的正式差距分析;一个具体的诊断示例;以及一组关于未来实证测试的先验相互依赖预测。MAAC为文本基础人工智能系统的原则性过程级认知评估提供了理论和操作框架,补充了现有的基于结果的基准,提供了以认知为基础的多维评估。
cs.AI / 49 / 2608.00685

When Does LLM Orchestration Pay Off? A Controlled Evaluation of Accuracy, Cost, and Task Difficulty

何时LLM编排能够带来收益?准确性、成本和任务难度的受控评估
Leins, Nicolas, Pelleriti, Nico, Gonnermann-Müller, Jana, Pokutta, Sebastian
Abstract
LLM orchestration is often assumed to improve reasoning by allocating additional inference-time computation, yet its gains may not justify its cost. Existing comparisons also frequently overlook differences in optimization effort, making it difficult to isolate the value of orchestration itself. We conduct a controlled evaluation of Self-Refine, Best-of-$N$, and Debate against task-only and chain-of-thought (CoT) single-call baselines across five LLM backbones and three domains: competitive programming, chess puzzles, and mathematics. For comparability, we optimize each method with GEPA under the same optimization budget and evaluate all methods on the same difficulty-stratified benchmark items. Orchestration yields moderate but benchmark-dependent gains: averaged across backbones within each benchmark, the largest improvement is 4.6 percentage points over optimized CoT inference and 4.5 points over task-only inference, while requiring approximately 2 to 4 times the mean total tokens of task-only inference. Human-derived difficulty is associated with lower absolute accuracy in all three benchmarks, but within-benchmark analyses do not indicate that orchestration effects increase with task difficulty. By contrast, exploratory mixed-effects analyses reveal strong interactions between orchestration method and backbone model across all three benchmarks, showing that orchestration effectiveness depends substantially on the underlying model. Our results suggest that orchestration decisions should be model-specific and account for whether moderate accuracy gains justify the additional inference cost. More broadly, evaluations of LLM orchestrations should control optimization effort and report model-specific accuracy--cost trade-offs rather than treating additional inference-time structure as uniformly beneficial.
Chinese Translation
LLM编排通常被认为通过分配额外的推理时间计算来改善推理能力,但其收益可能并不足以弥补成本。现有的比较研究也常常忽视优化努力的差异,使得难以孤立出编排本身的价值。我们对Self-Refine、Best-of-$N$和Debate进行了受控评估,比较了它们与仅任务和链式思维(CoT)单次调用基线在五个LLM基础模型和三个领域(竞争性编程、国际象棋难题和数学)上的表现。为了可比性,我们在相同的优化预算下使用GEPA对每种方法进行了优化,并在相同的难度分层基准项目上评估所有方法。编排带来了适度但依赖于基准的收益:在每个基准内,各基础模型的平均值显示,最大的改善为优化后的CoT推理提高了4.6个百分点,任务仅推理提高了4.5个百分点,而所需的总令牌数约为任务仅推理的2到4倍。人类推导的难度与所有三个基准的绝对准确性较低相关,但基准内的分析并未表明编排效果随着任务难度的增加而增强。相反,探索性混合效应分析揭示了在所有三个基准中,编排方法与基础模型之间存在强烈的交互作用,表明编排的有效性在很大程度上依赖于基础模型。我们的结果表明,编排决策应针对特定模型,并考虑适度的准确性提升是否值得额外的推理成本。更广泛地说,LLM编排的评估应控制优化努力,并报告特定模型的准确性与成本的权衡,而不是将额外的推理时间结构视为统一的有利因素。
cs.AI / 50 / 2608.00697

Evolutionary Curriculum Learning Improves Biological Sequence Modeling

进化课程学习提升生物序列建模
Zhu, Richard, Nishi, Kento
Abstract
Variational autoencoders (VAEs) trained on multiple sequence alignments (MSAs) have emerged as powerful generative models for biological sequences, with applications ranging from disease variant prediction to functional RNA design. However, standard biological VAE training treats all sequences as exchangeable, ignoring the rich evolutionary structure that organizes homologous sequences from evolutionarily close to highly divergent. We propose Evolutionary Curriculum Learning (ECL), a training strategy that exploits this structure by progressively exposing the model to sequences of increasing evolutionary distance from sampled anchors, following a power-law expansion schedule. Applied to two architecturally distinct VAE models and two biological domains--protein variant effect prediction with EVE and RNA family sequence generation with RfamGen--ECL improves downstream task performance across five random seeds per configuration. Mean ClinVar classification AUROC rises from 0.981 to 0.989 for p53; for PTEN, ECL attains 1.000 in every seed whereas the baseline is unstable (mean 0.905, falling as low as 0.54). For RNA, ECL raises mean covariance-model bit scores on all three families tested and exceeds its seed-matched baseline in 12 of 15 training runs, though with only three families the effect cannot be established as significant at the family level. Ablation experiments show that progressively expanding the sampled sequences by evolutionary distance outperforms fixed-size neighborhood sampling in addition to uniform random sampling. Evolutionary distance is therefore a useful inductive bias for ordering the training curriculum in biological sequence modeling.
Chinese Translation
基于多序列比对(MSAs)训练的变分自编码器(VAEs)已成为生物序列的强大生成模型,应用范围从疾病变异预测到功能性RNA设计。然而,标准的生物VAE训练将所有序列视为可交换的,忽视了组织同源序列的丰富进化结构,这些序列从进化上相近到高度分歧。我们提出了进化课程学习(Evolutionary Curriculum Learning, ECL),这是一种训练策略,通过逐步将模型暴露于与采样锚点的进化距离逐渐增加的序列,利用这一结构,遵循幂律扩展计划。ECL应用于两种架构不同的VAE模型和两个生物领域——使用EVE进行蛋白质变异效应预测和使用RfamGen进行RNA家族序列生成——在每个配置的五个随机种子中,ECL提高了下游任务的性能。p53的平均ClinVar分类AUROC从0.981上升到0.989;对于PTEN,ECL在每个种子中均达到了1.000,而基线则不稳定(平均为0.905,最低降至0.54)。对于RNA,ECL提高了所有三个测试家族的平均协方差模型比特分数,并在15次训练运行中有12次超过其种子匹配的基线,尽管仅有三个家族的情况下,效果不能在家族层面上确立为显著。消融实验表明,按进化距离逐步扩展采样序列的表现优于固定大小的邻域采样和均匀随机采样。因此,进化距离是对生物序列建模中训练课程排序的有用归纳偏置。
cs.AI / 51 / 2608.00700

DGA$_2$D: Directed Graph-Guided Automated Algorithm Design with Large Language Models

DGA$_2$D:基于有向图引导的大型语言模型自动算法设计
Zhao, Jiale, Chen, Zimu, Mao, Sirui, Yang, Wentao, Bai, Yuxiang, Lai, Liyuanjun
Abstract
The rapid development of Large Language Models (LLMs) has opened new avenues for Automated Heuristic Design (AHD) for solving NP-hard combinatorial optimization problems (COPs). However, existing LLM-driven AHD methods are largely confined to rigid solver templates, relegating the search process to isolated module tuning. Transitioning to fully autonomous, system-level algorithm design is essential but fraught with low reliability of generated operators, extremely large search spaces, and ineffective credit assignment. To overcome these drawbacks, this paper proposes a Directed Graph-Guided Automated Algorithm Design framework, termed DGA$_2$D. It structures the open-ended program space as a directed graph, where each node represents a functional operator that can be instantiated using one of multiple candidate code implementations, while directed walks constitute complete algorithmic pipelines. A first-order path-dependent credit assignment mechanism is introduced to evaluate code variations strictly based on their topological context. Extensive experiments across 12 distinct COPs, ranging from complex scheduling to routing, demonstrate the consistent empirical advantages of DGA$_2$D. It reduces the average normalized gap by up to 10.96 percentage points compared to state-of-the-art LLM baselines.
Chinese Translation
大型语言模型(LLMs)的快速发展为解决NP难度组合优化问题(COPs)的自动启发式设计(AHD)开辟了新的途径。然而,现有的基于LLM的AHD方法在很大程度上局限于僵化的求解器模板,使得搜索过程沦为孤立模块的调优。向完全自主的系统级算法设计转变至关重要,但面临生成操作符的低可靠性、极大的搜索空间以及无效的信用分配等挑战。为克服这些缺陷,本文提出了一种有向图引导的自动算法设计框架,称为DGA$_2$D。该框架将开放式程序空间结构化为有向图,其中每个节点代表一个功能操作符,可以使用多个候选代码实现之一进行实例化,而有向路径构成完整的算法管道。引入了一种一阶路径依赖的信用分配机制,以严格根据其拓扑上下文评估代码变体。在12个不同的COP上进行的广泛实验,从复杂调度到路由,展示了DGA$_2$D的一致性经验优势。与最先进的LLM基线相比,它将平均归一化差距减少了多达10.96个百分点。
cs.AI / 52 / 2608.00711

Tracing the Cascade: A Topology-Aware Evaluation Framework for Scientific Agent Hallucinations

追踪级联:一种面向拓扑的科学代理幻觉评估框架
Feng, Xinshun, Miao, Ziqi, Li, Lijun, Shao, Jing
Abstract
Large language model (LLM) agents are increasingly deployed in scientific research, where reliability is critical and the underlying knowledge is densely interconnected. In such settings, hallucinations are particularly damaging: a single erroneous claim on a foundational concept can propagate through multi-step reasoning and corrupt entire trajectories. Existing hallucination benchmarks largely operate at the surface level, treating facts in isolation and relying on uniform accuracy metrics that ignore this topological structure. We address this gap with SCHEMA, the first evidence-grounded, topology-aware evaluation framework for hallucinations in scientific agents. SCHEMA automatically constructs scientific concept graphs from benchmark seeds and literature evidence, synthesizes graph-grounded tasks spanning claim verification, multi-hop reasoning, open-ended explanation, and experimental code generation, and evaluates agents with two complementary diagnostics. A trajectory hallucination pipeline audits intermediate reasoning at scale via a topology-weighted severity score, while a multi-agent counterfactual attribution module pinpoints the causal mechanism behind selected failures. SCHEMA reveals that hallucinations concentrate at a small set of highly connected knowledge hubs, and that final-answer accuracy decouples from trajectory honesty; models often reach correct conclusions through structurally flawed reasoning. These results indicate that for high-stakes scientific applications, terminal accuracy alone is an insufficient signal of agent reliability, motivating mechanism-level evaluation grounded in knowledge topology. Code is available at https://github.com/circles-post/SCHEMA.
Chinese Translation
大型语言模型(LLM)代理在科学研究中的应用日益增多,而在这些研究中,可靠性至关重要,基础知识密切相关。在这种环境下,幻觉的影响尤其严重:对基础概念的单一错误陈述可以通过多步推理传播并破坏整个推理过程。现有的幻觉基准主要在表面层面运作,将事实孤立对待,并依赖忽视这种拓扑结构的统一准确性指标。我们通过SCHEMA填补了这一空白,SCHEMA是首个基于证据的、面向拓扑的科学代理幻觉评估框架。SCHEMA自动从基准种子和文献证据构建科学概念图,综合了涵盖声明验证、多步推理、开放式解释和实验代码生成的图基础任务,并通过两种互补的诊断方法对代理进行评估。轨迹幻觉管道通过拓扑加权的严重性评分大规模审计中间推理,而多代理反事实归因模块则精确指出特定失败背后的因果机制。SCHEMA揭示了幻觉集中在一小部分高度连接的知识中心,并且最终答案的准确性与轨迹的诚实性脱钩;模型常常通过结构上有缺陷的推理得出正确结论。这些结果表明,对于高风险的科学应用,仅依赖终端准确性并不足以作为代理可靠性的信号,促使我们进行基于知识拓扑的机制级评估。代码可在 https://github.com/circles-post/SCHEMA 获取。
cs.AI / 53 / 2608.00717

AI-Based Thesis Assessment: An Empirical Study of Human Evaluation Priorities and Their Impact on Automated Assessment

基于人工智能的论文评估:人类评估优先级及其对自动评估影响的实证研究
Gursahaney, Garv Vikram, Idrisov, Baskhad, Fröhlich, Thorsten, Schlippe, Tim
Abstract
Rubric-based AI systems for thesis assessment use criterion weights to assign different levels of importance to evaluation criteria. These weights are typically defined through expert judgment, although little empirical evidence exists regarding how thesis supervisors actually prioritize evaluation criteria. Consequently, this study investigates supervisor-derived criterion weights in thesis assessment and evaluates their impact on AI-based assessment. We surveyed 84 thesis supervisors across four academic disciplines and collected weighting data for 35 thesis assessment criteria. Comparison with the default criterion weights of the AI assessment system RubiSCoT [1] revealed substantial divergences between supervisor-derived and default criterion weights. To evaluate the practical implications of these differences, the supervisor-derived weights were integrated into multiple calibration configurations and evaluated on a corpus of 80 German-language theses. The best-performing configuration reduced the mean relative deviation between AI-generated and supervisor-assigned evaluations from 11.18% to 10.85%, although the improvement was not statistically significant. Human supervisors showed substantially stronger agreement with each other, exhibiting a mean inter-supervisor relative deviation of 4.44%. The findings indicate that criterion-weight calibration alone does not substantially improve alignment between AI-generated and human assessments.
Chinese Translation
基于评分标准的人工智能系统用于论文评估,通过标准权重为评估标准分配不同的重要性。这些权重通常通过专家判断来定义,然而关于论文导师如何实际优先考虑评估标准的实证证据却很少。因此,本研究调查了论文评估中导师派生的标准权重,并评估其对基于人工智能的评估的影响。我们对四个学科的84位论文导师进行了调查,收集了35个论文评估标准的权重数据。与人工智能评估系统RubiSCoT [1] 的默认标准权重进行比较,发现导师派生的标准权重与默认标准权重之间存在显著差异。为了评估这些差异的实际影响,将导师派生的权重整合到多个校准配置中,并在80篇德语论文的语料库上进行了评估。表现最佳的配置将人工智能生成的评估与导师分配的评估之间的平均相对偏差从11.18%降低到10.85%,尽管这一改善在统计上并不显著。人类导师之间的意见一致性显著更强,平均每位导师之间的相对偏差为4.44%。研究结果表明,仅仅校准标准权重并未显著改善人工智能生成评估与人类评估之间的一致性。
cs.AI / 54 / 2608.00745

Behavioral Grammar: Detecting Adaptive Malware via Tiny Language Model Priors and Second-Order Temporal Analysis

行为语法:通过微型语言模型先验和二阶时间分析检测自适应恶意软件
Luo, Zihan
Abstract
Modern endpoint detection systems face a fundamental tension: signature-based approaches are trivially evaded by polymorphic or adaptive threats, while heavy deep-learning models resist auditability and deployment at scale. This paper presents Behavioral Grammar, a detection architecture that treats host runtime behavior as a structured language and learns its grammar with a compact 0.88M-parameter causal Transformer (TinyGPT). Each system event is discretized into an 8-token representation spanning event type, process, argument skeleton, path category, parent process, user, destination, and inter-event timing. The model learns the conditional distribution of normal behavior in a purely self-supervised manner, and anomaly scores are derived from per-slot negative log-likelihood (NLL) statistics, yielding a mathematically bounded false-positive rate. We augment this prior with prototype learning for known-attack attribution, second-order temporal analysis for cadence-based detection, self-learning pattern extraction, and a five-network fusion pipeline. Against an Adaptive Adversarial Agent (AAA)--a threat that learns survival strategies under defensive pressure, performs behavioral mimicry, and matches host event rates--our system achieves 93% detection at 3.84% onboarding false-positive rate. The strongest discriminative signal arises not from any single event but from the coefficient of variation of inter-event intervals: the AAA stepping cadence exhibits CV=0.310 versus 9.786 for benign sleep intervals, a 30x separation reflecting a fundamental stealth-functionality trade-off. We frame these findings within a coevolutionary economics model, arguing that behavior-grammar detection shifts the evasion cost from rule circumvention (cheap) to distribution matching (expensive), establishing a structural asymmetry favoring the defender.
Chinese Translation
现代终端检测系统面临着根本性的矛盾:基于签名的方法容易被多态或自适应威胁轻易规避,而重型深度学习模型在可审计性和大规模部署方面存在困难。本文提出了一种行为语法(Behavioral Grammar)检测架构,将主机运行时行为视为一种结构化语言,并通过紧凑的0.88M参数因果变换器(TinyGPT)学习其语法。每个系统事件被离散化为一个包含8个标记的表示,涵盖事件类型、进程、参数框架、路径类别、父进程、用户、目标和事件间时间。该模型以纯自监督的方式学习正常行为的条件分布,异常分数由每个槽位的负对数似然(NLL)统计得出,从而产生一个数学上有界的误报率。我们通过原型学习增强这一先验,用于已知攻击归因,利用二阶时间分析进行基于节奏的检测,自我学习模式提取,以及五网络融合管道。针对自适应对抗代理(Adaptive Adversarial Agent, AAA)——一种在防御压力下学习生存策略、执行行为模仿并匹配主机事件速率的威胁——我们的系统在3.84%的入驻误报率下实现了93%的检测率。最强的区分信号并非来自任何单一事件,而是来自事件间间隔的变异系数:AAA的步态节奏展现出CV=0.310,而良性睡眠间隔的CV为9.786,反映出30倍的分离,体现了基本的隐蔽性与功能性之间的权衡。我们将这些发现框定在一种共同进化经济学模型中,认为行为语法检测将规避成本从规则规避(便宜)转移到分布匹配(昂贵),建立了有利于防御者的结构性不对称。
cs.AI / 55 / 2608.00764

FinDeepIndicator: Benchmarking Deep Research Agents in End-to-End Financial Indicator Construction

FinDeepIndicator:端到端金融指标构建中的深度研究代理基准测试
Yang, Chaoqun, Zhu, Fengbin, Lin, Xinyu, Bai, Long, Liu, Xiaoluan, Huang, Ke-Wei, Zimmermann, Roger, Chua, Tat-Seng
Abstract
Financial indicators are essential tools for transforming raw financial data into interpretable measures for various downstream tasks, such as valuation, risk assessment, and economic analysis. However, existing financial benchmarks largely focus on answer-level accuracy and often assume that relevant data are already provided, leaving the assessment of the intermediate process of indicator construction underexplored. In this work, we propose FinDeepIndicator, the first benchmark dedicated to evaluating Deep Research (DR) agents in end-to-end financial indicator construction. Specifically, FinDeepIndicator evaluates DR agents across four stages in indicator construction: formula specification, data collection, indicator calculation, and answer generation, and covers fundamental, technical, and macroeconomic indicators organized into 21 fine-grained sub-categories. It contains 3,350 curated question-answer (QA) pairs derived from both U.S. and Chinese markets, 10 years of historical financial data, and 800 listed companies. Extensive experiments on search-equipped Large Language Models (LLMs) and DR agents show that, while LLMs generally perform well in formula specification, their accuracy drops substantially during data retrieval and numerical execution. DR agents consistently outperform search-equipped LLMs, yet remain unreliable in realistic financial analysis settings. These findings provide insights for developing more capable and trustworthy DR agents in finance.
Chinese Translation
金融指标是将原始金融数据转化为可解释度量的重要工具,广泛应用于估值、风险评估和经济分析等下游任务。然而,现有的金融基准主要集中在答案级别的准确性上,通常假设相关数据已被提供,导致对指标构建中间过程的评估尚未得到充分探索。在本研究中,我们提出了FinDeepIndicator,这是第一个专门用于评估端到端金融指标构建中的深度研究(Deep Research,DR)代理的基准。具体而言,FinDeepIndicator在指标构建的四个阶段进行评估:公式规范、数据收集、指标计算和答案生成,并涵盖了组织成21个细分类别的基本、技术和宏观经济指标。它包含了来自美国和中国市场的3,350对精心策划的问题-答案(QA)对,10年的历史金融数据,以及800家上市公司。对配备搜索功能的大型语言模型(LLMs)和DR代理的广泛实验表明,尽管LLMs在公式规范方面通常表现良好,但在数据检索和数值执行过程中,其准确性显著下降。DR代理在性能上始终优于配备搜索功能的LLMs,但在现实金融分析环境中仍然不够可靠。这些发现为开发更强大和可信赖的金融领域DR代理提供了重要见解。
cs.AI / 56 / 2608.00794

Measurement Without Validity: The Compounding Reliability Problem in Agentic AI Evaluation

没有有效性的测量:代理人工智能评估中的复合可靠性问题
Caban, William
Abstract
Agentic AI systems are evaluated using automated benchmarks whose scores justify deployment decisions, safety certifications, and regulatory compliance claims. We present an empirical analysis demonstrating that these scores are systematically less trustworthy than current practice acknowledges. The problem operates at three compounding layers. First, tasks are increasingly generated by language models: audits of ten popular benchmarks found validity flaws in seven and reporting gaps in all ten. Second, human users are replaced by LLM simulators, but calibration studies document inter-simulator variance up to 9 percentage points and systematic directional miscalibration, particularly for non-Standard American English speakers. Third, our structured survey of 55 papers finds that approximately 82% apply structurally mismatched, incomplete, or absent inter-rater reliability (IRR) metrics. These failures compound multiplicatively rather than additively. Under independence, a pipeline retaining 70% of valid signal at task generation, 80% at simulation, and 65% at judgment is at most 36% valid against the intended construct; the bound spans 0.22--0.54 across the empirical estimate range. We formalize this as $V_{\text{total}} \leq V_1 \times V_2 \times V_3$ and show it tightens further under correlated failures when the same model family operates across all three layers. We derive eight prescriptions grounded in psychometric science: a simulation calibration floor of $\text{ICC}(A,1) \geq 0.70$; domain-stratified reliability thresholds ($\alpha \geq 0.67$ / $0.70$ / $0.80$ by consequence level); structured IRR metric selection rules based on pipeline design; and IRR as a mandatory reporting field. The measurement tools exist; the field's task is to apply them.
Chinese Translation
代理人工智能系统的评估依赖于自动化基准,其得分用于支持部署决策、安全认证和合规声明。我们呈现了一项实证分析,表明这些得分的可信度系统性地低于当前实践的认知。该问题在三个复合层面上运作。首先,任务越来越多地由语言模型生成:对十个流行基准的审计发现七个存在有效性缺陷,所有十个均存在报告缺口。其次,人类用户被大型语言模型(LLM)模拟器取代,但校准研究记录了模拟器之间的方差高达9个百分点,并且系统性地存在方向性误校准,特别是对于非标准美式英语使用者。第三,我们对55篇论文的结构化调查发现,约82%应用了结构不匹配、不完整或缺失的评分者间可靠性(IRR)指标。这些失败是乘法累积而非加法累积。在独立性假设下,一个在任务生成中保留70%有效信号、在模拟中保留80%、在判断中保留65%的流程,其有效性最多为36%针对预期构念;在经验估计范围内,该界限跨度为0.22至0.54。我们将其形式化为 $V_{ ext{total}} leq V_1 imes V_2 imes V_3$,并展示在同一模型系列在所有三个层面上操作时,相关失败进一步收紧。我们基于心理测量科学提出八项建议:模拟校准下限为 $ ext{ICC}(A,1) geq 0.70$;领域分层的可靠性阈值($α geq 0.67$ / $0.70$ / $0.80$,按后果级别);基于流程设计的结构化IRR指标选择规则;以及IRR作为强制报告字段。测量工具已存在;该领域的任务是应用这些工具。
cs.AI / 57 / 2608.00805

AgentSLABench: Evaluating and Benchmarking Agentic Systems Under Resource Constraints

AgentSLABench:在资源约束下评估和基准测试智能系统
Madiraju, Meher Bhaskar, Madiraju, Meher Sai Preetam
Abstract
We present AgentSLABench, a resource-aware evaluation framework for autonomous AI agents that measures correctness alongside latency, cost, compute, memory, and network usage under declared resource budgets. Unlike standard benchmarks that report only accuracy, AgentSLABench produces a multi-dimensional profile per agent per task - the same way systems profilers (perf, pprof, cProfile) measure resource consumption of code, but extended with task correctness as a first-class dimension. AgentSLABench provides 16 task environments across 6 categories (5 core: multi-hop QA, retail substitution, code generation, web shopping, travel planning; 11 extended) with isolated Docker containers, declared CPU/memory/time/network budgets, sealed test sets with SHA256 hashes, and a standardized profiling protocol. We profile 5 general-purpose baseline agents (ReAct, PlanAndSolve, Reflexion, CoT, Random) plus 4 task-specialized agents, finding that specialized agents achieve 100% success on 3/5 core tasks (fact_qa, web_shopping, travel_planning) and 66.7-83.3% on retail and code_gen, while general baselines fail entirely on 4/5 domain tasks. Crucially, we report the Efficiency-Adjusted Success Rate (EASR) - success weighted by resource consumption relative to declared budgets - revealing that high accuracy at unbounded cost is not production-viable. We release the full infrastructure, sealed test sets, and profiling results to enable reproducible, resource-aware agent evaluation.
Chinese Translation
我们提出了AgentSLABench,这是一个资源感知的评估框架,用于自主AI代理,旨在在声明的资源预算下测量正确性、延迟、成本、计算、内存和网络使用情况。与仅报告准确性的标准基准不同,AgentSLABench为每个代理每个任务生成多维度的性能概况——就像系统分析器(perf、pprof、cProfile)测量代码的资源消耗一样,但将任务正确性扩展为一个重要维度。AgentSLABench提供了16个任务环境,涵盖6个类别(5个核心任务:多跳问答、零售替代、代码生成、网络购物、旅行规划;11个扩展任务),配备隔离的Docker容器、声明的CPU/内存/时间/网络预算、带有SHA256哈希的密封测试集,以及标准化的分析协议。我们分析了5个通用基线代理(ReAct、PlanAndSolve、Reflexion、CoT、Random)以及4个任务专用代理,发现专用代理在3/5个核心任务(fact_qa、web_shopping、travel_planning)上实现了100%的成功率,在零售和代码生成任务上则为66.7%-83.3%,而通用基线在4/5个领域任务上完全失败。关键是,我们报告了效率调整成功率(EASR)——相对于声明预算的资源消耗加权的成功率——揭示了在无限成本下获得高准确率并不可行。我们发布了完整的基础设施、密封测试集和分析结果,以支持可重复的、资源感知的代理评估。
cs.AI / 58 / 2608.00817

Large language models improve physician accuracy but lead to false reliance

大型语言模型提高了医生的准确性,但导致了错误的依赖
Chanda, Tirtha, Wies, Christoph, Schramm, Franziska, Garcia, Carina Nogueira, Merl, Nicolas B., Hetz, Martin J., Utikal, Jochen S., Tschandl, Phillip, Navarrete-Dechent, Cristian, Thiem, Alexander, Kather, Jakob N., Consortium, Brinker, Titus J.
Abstract
Retrieval-augmented large language models (LLMs) promise source-linked clinical support, but their value depends on whether displayed evidence guides rather than distorts physician reliance. We developed CORA, an agentic retrieval-augmented LLM, to investigate how source-linked assistance affects physician decision-making. CORA maintained benchmark performance and achieved larger gains on cases published after the models' training-data cutoffs. In a study of 46 physicians, accuracy increased from 70.8% unaided to 82.6% with CORA. Supporting citations predicted correct answers (87.7% vs 65.5%), but citations created an important asymmetry: perceived support increased adoption of correct advice from 34% to 76.9% but when an incorrect LLM answer appeared citation-supported, physician resistance to it fell from 92% to 34.8%. These findings show that source-linked LLM assistance can improve physician accuracy while introducing a grounding-dependent safety risk.
Chinese Translation
检索增强的大型语言模型(LLMs)承诺提供与来源相关的临床支持,但其价值取决于所展示的证据是否能够引导而不是扭曲医生的依赖。我们开发了CORA,一个具有代理性的检索增强LLM,以研究与来源相关的辅助如何影响医生的决策。CORA维持了基准性能,并在模型训练数据截止日期之后发布的案例中取得了更大的增益。在对46名医生的研究中,准确率从70.8%在未辅助情况下提高到82.6%使用CORA时。支持引用预测了正确答案(87.7%对65.5%),但引用创造了一个重要的不对称性:感知支持使正确建议的采纳率从34%增加到76.9%,但当一个错误的LLM答案出现并得到引用支持时,医生对其的抵制率从92%降至34.8%。这些发现表明,与来源相关的LLM辅助可以提高医生的准确性,同时引入了一种依赖基础的安全风险。
cs.AI / 59 / 2608.00818

The Scaling Paradox in Human-AI Collaboration

人机协作中的规模悖论
Qi, Anyan, Wang, Mengxin
Abstract
The discovery of scaling laws has highlighted the extraordinary potential of AI systems with a striking empirical pattern: as AI systems scale, their capabilities tend to improve predictably. Yet, in real-world applications, AI rarely operates in isolation; instead, it often works alongside humans, raising the question of whether these gains persist in human-AI collaboration. In this work, we develop an analytical model to examine when the empirical scaling benefits of AI translate into improved human-AI joint system performance. We demonstrate that the performance of a human-AI system can scale positively as the AI scales up-provided that humans have an accurate perception of the AI's capabilities. Human misperception, however, can fundamentally alter this relationship: i) when humans over-perceive the AI's capabilities, a scaling paradox may arise, in which greater AI scale reduces overall system performance and amplifies firm-level profit losses, and (ii) when humans under-perceive the AI's capabilities, performance still improves with scale but at a substantially slower rate. We further show that firms can actively manage these distortions through operational policies such as cost internalization and perception alignment, whose effectiveness depends on the economics of AI deployment and the direction of human misperception. These findings suggest that organizations may benefit more from managing the human-AI interface than from simply investing in larger, more expensive AI systems. More broadly, our results suggest that AI scaling should be viewed not only as a technological challenge, but also as a behavioral and operational one, and caution against the view that larger AI systems will automatically lead to better operational outcomes. Whether AI scaling creates value ultimately depends on how increased AI capabilities shape human beliefs and collaborative efforts.
Chinese Translation
规模法则的发现突显了人工智能系统的非凡潜力,呈现出一种显著的经验模式:随着人工智能系统的规模扩大,其能力往往会以可预测的方式提升。然而,在实际应用中,人工智能很少独立运作;相反,它通常与人类协同工作,这引发了一个问题:这些收益在人人工智能协作中是否依然存在。在本研究中,我们开发了一个分析模型,以考察人工智能的经验规模效益何时能够转化为人机联合系统性能的提升。我们证明,当人类对人工智能的能力有准确的认知时,人机系统的性能可以随着人工智能的规模扩大而正向提升。然而,人类的误认知可能会根本性地改变这种关系:i) 当人类过高估计人工智能的能力时,可能会出现规模悖论,即更大的人工智能规模反而降低整体系统性能,并加剧企业层面的利润损失;ii) 当人类低估人工智能的能力时,性能仍然会随着规模提升,但提升速度显著减缓。我们进一步表明,企业可以通过运营政策(如成本内部化和认知对齐)积极管理这些扭曲,其有效性取决于人工智能部署的经济性和人类误认知的方向。这些发现表明,组织可能从管理人机接口中获益更多,而不仅仅是投资于更大、更昂贵的人工智能系统。更广泛地说,我们的结果表明,人工智能的规模扩展不仅应被视为技术挑战,也应被视为行为和运营挑战,并警惕认为更大的人工智能系统会自动导致更好运营结果的观点。人工智能规模是否创造价值,最终取决于增强的人工智能能力如何塑造人类信念和协作努力。
cs.AI / 60 / 2608.00828

Isotropy Cliffs: The Geometric Signature of Decision-Making in Large Language Models

各向同性悬崖:大型语言模型决策的几何特征
Coskun, Okan S., Rottach, Florian, Eickhoff, Carsten, Rudman, William
Abstract
We investigate the geometry of decision-making in Multiple Choice Question Answering (MCQA) through the lens of isotropy. Analyzing five open-weight models across diverse datasets, we identify decision-critical transition layers characterized by a shift in isotropy, coinciding with a major representational change and the emergence of task-relevant clusters. We demonstrate that this synchronized geometric behavior is strongly correlated with downstream accuracy ($r\approx0.84$), displaying its relevance for successful decision-making. Furthermore, we show that this transition is robust to prompt variations, suggesting that it reflects a general mechanism of model behavior.
Chinese Translation
我们通过各向同性的视角研究多项选择题回答(MCQA)中的决策几何。分析五个开放权重模型在不同数据集上的表现,我们识别出决策关键的过渡层,这些层以各向同性的变化为特征,恰好与主要表征变化和任务相关聚类的出现相吻合。我们证明,这种同步的几何行为与下游准确性($r ext{≈}0.84$)有很强的相关性,显示出其在成功决策中的重要性。此外,我们还表明,这一过渡对提示变化具有鲁棒性,暗示它反映了模型行为的一种普遍机制。
cs.AI / 61 / 2608.00872

Similarity Weighted Aggregation with Global Differential Privacy for Federated Brain Lesion Segmentation

具有全局差分隐私的相似性加权聚合用于联邦脑病灶分割
Khan, Muhammad Irfan, Lehtonen, Eero, Obradovic, Joni, Kontio, Elina, Alhoniemi, Esa, Khan, Suleiman A., Jafaritadi, Mojtaba
Abstract
Federated Learning (FL) enables collaborative training of machine learning models across multiple institutions without sharing sensitive data, making it particularly suitable for medical imaging applications. However, heterogeneous data distributions across institutions and potential information leakage through model updates remain important challenges. In this work, we propose DP-SimAgg, a privacy-preserving federated learning framework that integrates similarity-weighted aggregation with a server-side differential privacy mechanism. The proposed method applies L2 clipping to bound collaborator updates, computes similarity-based aggregation weights to mitigate the effects of non-IID data distributions, and injects calibrated Gaussian noise at the central server, providing per-round privacy guarantees under the assumed sensitivity bound. The framework is implemented using Intel's OpenFL platform and evaluated on the FeTS 2022 dataset consisting of 1251 multi-modal MRI scans for brain tumor segmentation. Experimental results demonstrate that DP-SimAgg maintains competitive segmentation performance while providing privacy protection. Under a strict per-round privacy budget (epsilon = 1, cumulative epsilon_total = 20 over 20 rounds), the method achieves Dice scores of 0.6357, 0.5305, and 0.5274 for the enhancing tumor (ET), tumor core (TC), and whole tumor (WT) regions, respectively. With a more relaxed per-round budget (epsilon = 10, cumulative epsilon_total = 200), performance approaches that of the non-private baseline while incorporating a central Gaussian mechanism with per-round (epsilon, delta)-DP accounting under the assumed sensitivity bound. These results highlight the potential of DP-SimAgg for enabling privacy-preserving collaborative learning in medical imaging applications.
Chinese Translation
联邦学习(FL)使得多个机构能够在不共享敏感数据的情况下进行机器学习模型的协作训练,这使其特别适合于医学影像应用。然而,机构之间的数据分布异质性以及通过模型更新可能导致的信息泄露仍然是重要的挑战。在本研究中,我们提出了DP-SimAgg,这是一种隐私保护的联邦学习框架,结合了相似性加权聚合和服务器端差分隐私机制。所提出的方法应用L2裁剪来限制协作者更新,计算基于相似性的聚合权重以减轻非独立同分布(non-IID)数据分布的影响,并在中央服务器上注入经过校准的高斯噪声,在假定的敏感性界限下提供每轮的隐私保障。该框架使用英特尔的OpenFL平台实现,并在FeTS 2022数据集上进行评估,该数据集包含1251个多模态MRI扫描用于脑肿瘤分割。实验结果表明,DP-SimAgg在提供隐私保护的同时,保持了竞争力的分割性能。在严格的每轮隐私预算下(epsilon = 1,累计epsilon_total = 20,经过20轮),该方法在增强肿瘤(ET)、肿瘤核心(TC)和整个肿瘤(WT)区域分别达到了0.6357、0.5305和0.5274的Dice分数。在更宽松的每轮预算下(epsilon = 10,累计epsilon_total = 200),性能接近非隐私基线,同时结合了在假定的敏感性界限下进行每轮(epsilon, delta)-DP核算的中央高斯机制。这些结果突显了DP-SimAgg在医学影像应用中实现隐私保护的协作学习的潜力。
cs.AI / 62 / 2608.00882

Assuming You Knew: Fixing an Epistemic Semantics for Flow Policies Using Agentic AI

假设你知道:利用自主人工智能修正流政策的认知语义学
Naumann, David A.
Abstract
Many high-level security requirements are about the allowed flow of information in programs and are difficult to make precise because they involve selective downgrading. Notions from epistemic logic have emerged as a good approach to policy semantics but a robust general framework remains elusive. A paper appearing in CSF 2018, entitled ``Assuming You Know: Epistemic Semantics of Relational Annotations for Expressive Flow Policies'', attempted to provide a unifying framework---but the formalization was sketchy and a correction was announced during the conference presentation. With aid from an agentic AI coding assistant, a corrected formalization has been machine checked in the Rocq proof assistant. The simplicity and generality of the framework may help compare different policy specification styles and enforce them by leveraging existing techniques.
Chinese Translation
许多高级安全需求涉及程序中信息流动的允许方式,并且由于涉及选择性降级,这些需求难以精确定义。认知逻辑中的概念已被认为是政策语义的良好方法,但一个稳健的通用框架仍然难以捉摸。2018年CSF会议上发表的一篇论文,题为《假设你知道:用于表达性流政策的关系注释的认知语义学》,试图提供一个统一框架——但其形式化不够严谨,并且在会议演讲期间宣布了修正。在自主人工智能编码助手的帮助下,修正后的形式化已在Rocq证明助手中进行了机器检查。该框架的简单性和通用性可能有助于比较不同的政策规范风格,并通过利用现有技术来强制执行这些政策。
cs.AI / 63 / 2608.00888

Neuro-Evolved Heuristics for Variable Gapped Common Subsequence Identification

用于可变间隙公共子序列识别的神经进化启发式算法
Djukanović, Marko, Blum, Christian, Kartelj, Aleksandar, Dzeroski, Saso, Zebec, Ziga
Abstract
This study addresses the Variable Gapped Longest Common Subsequence Problem (VGLCSP), a variant of the classical longest common subsequence problem with additional gap constraints and applications in sequence alignment and time-series analysis. While the two-sequence version has been widely studied using dynamic programming, the generalized multi-sequence form is usually solved with beam search-based heuristics, whose hand-crafted designs often lack robustness. To overcome this limitation, we propose a learning-based approach for automatically designing more effective data-driven heuristics. The heuristics are represented by a neural network with predefined architecture, whose weights are optimized by a genetic algorithm within a neuro-evolutionary framework. The learning process alternates between weight optimization and evaluation within an iterative multi-source beam search procedure, a state-of-the-art method for the problem. Rather than constructing solutions directly, the neural network learns to guide the search process, producing a neuro-evolved heuristic. We further introduce an ensemble heuristic that combines the scores of learned and the best-performing hand-crafted heuristic. Integrated into the iterative multi-source beam search framework, the resulting hybrid approach outperforms existing methods on both synthetic benchmark instances and newly introduced real-world instances with data-driven gap constraints.
Chinese Translation
本研究针对可变间隙最长公共子序列问题(VGLCSP)进行探讨,该问题是经典最长公共子序列问题的一种变体,具有额外的间隙约束,并在序列比对和时间序列分析中具有应用价值。尽管双序列版本已通过动态规划广泛研究,但广义的多序列形式通常采用基于束搜索的启发式方法解决,而这些手工设计的启发式方法往往缺乏鲁棒性。为克服这一局限性,我们提出了一种基于学习的方法,旨在自动设计更有效的数据驱动启发式算法。这些启发式算法由具有预定义架构的神经网络表示,其权重在神经进化框架内通过遗传算法进行优化。学习过程在权重优化和评估之间交替进行,采用迭代多源束搜索程序,这是一种针对该问题的最先进方法。神经网络并不是直接构建解决方案,而是学习引导搜索过程,从而生成神经进化启发式算法。我们进一步引入了一种集成启发式算法,将学习到的启发式算法的得分与表现最佳的手工设计启发式算法的得分相结合。将其整合到迭代多源束搜索框架中,所得到的混合方法在合成基准实例和新引入的具有数据驱动间隙约束的真实实例上均优于现有方法。
cs.AI / 64 / 2608.00891

CADIR: A Cross-Backend Editable Intermediate Representation for Agentic CAD Generation

CADIR:一种用于智能CAD生成的跨后端可编辑中间表示
Liu, Yu, Ni, Jingzhe, Chen, Yiming, Huang, Junqi, Tong, Ruofeng, Tang, Min, Du, Peng
Abstract
Large language models have made it possible to generate executable computer-aided design (CAD) programs from natural-language descriptions or images. However, existing methods represent modeling processes as backend-specific sequential scripts with implicit dependencies or as static geometry, making it difficult to simultaneously preserve construction history, stable topological references, and feature-level editability across different CAD systems. We present CADIR, an agent-friendly executable intermediate representation for CAD generation and cross-backend editing. Built on the OCCT geometry kernel via OCP, CADIR provides explicit, compositional modeling operations and fine-grained execution diagnostics. During program execution, CADIR records modeling operations, parameter dependencies, constraints, and topology selections in a construction graph. To enable reliable cross-backend reconstruction, we introduce Geometric Signature Matching, which identifies corresponding edges and faces despite parameter changes and backend differences, allowing adapters to reconstruct native editable feature histories in FreeCAD, SolidWorks, and Fusion 360. Building on this representation, we further propose a construction-graph retrieval method for text and image queries that supports both full-graph and subgraph retrieval, enabling agents to leverage complete models and modeling substructures. Extensive experiments demonstrate that CADIR achieves higher geometric fidelity and execution reliability than existing CAD representations, that construction-graph retrieval further improves model generation quality, and that cross-backend editing enables reliable model reconstruction and post-reconstruction editing across multiple CAD environments.
Chinese Translation
大型语言模型使得从自然语言描述或图像生成可执行的计算机辅助设计(CAD)程序成为可能。然而,现有方法将建模过程表示为特定于后端的顺序脚本,具有隐含依赖关系,或作为静态几何体,这使得在不同CAD系统中同时保留构建历史、稳定的拓扑参考和特征级可编辑性变得困难。我们提出了CADIR,一种友好的可执行中间表示,用于CAD生成和跨后端编辑。CADIR基于OCCT几何内核通过OCP构建,提供明确的、组合的建模操作和细粒度的执行诊断。在程序执行过程中,CADIR在构建图中记录建模操作、参数依赖、约束和拓扑选择。为了实现可靠的跨后端重建,我们引入了几何特征匹配(Geometric Signature Matching),该方法能够识别尽管参数变化和后端差异而对应的边和面,从而允许适配器在FreeCAD、SolidWorks和Fusion 360中重建本地可编辑的特征历史。在此表示的基础上,我们进一步提出了一种支持文本和图像查询的构建图检索方法,支持全图和子图检索,使得智能体能够利用完整模型和建模子结构。大量实验表明,CADIR在几何保真度和执行可靠性方面优于现有的CAD表示,构建图检索进一步提高了模型生成质量,而跨后端编辑则实现了在多个CAD环境中可靠的模型重建和重建后编辑。
cs.AI / 65 / 2608.00929

Modeling Social Dynamics with an LLM-Enabled Agent Based Network-Dynamic (LAND) Model

基于 LLM 的代理网络动态模型(LAND)建模社会动态
Ng, Lynnette Hui Xian, Carley, Kathleen M.
Abstract
Social dynamics encode the process in which individual network and discourse interactions aggregate into collective influence, narrative dominance and coordinate behavior. This paper uses the the GhostField architecture, a hybrid LLM-Enabled Agent Based Network-Dynamic (LAND) model as a social simulation framework to build the AuraSight scenario. In the AuraSight scenario, 314,244 heterogeneous cyber social agents and human actors exchange 529,327 messages over 30 days surrounding a fictional international song-writing contest. We methodologically examine emergent social dynamics across four analytical layers: ego-network topology, semantic network evolution, coordination dynamics and influence dynamics. Our results show how generated social simulations do also produce social dynamics, and how the dynamics of coordination and influence emerge not from individual agents but from the recursive interaction between network topology and narrative exchange.
Chinese Translation
社会动态编码了个体网络和话语互动汇聚成集体影响、叙事主导和协调行为的过程。本文使用 GhostField 架构,作为社会模拟框架的混合 LLM-Enabled Agent Based Network-Dynamic (LAND) 模型,构建了 AuraSight 场景。在 AuraSight 场景中,314,244 个异质网络社交代理和人类参与者在 30 天内围绕一个虚构的国际歌曲创作比赛交换了 529,327 条信息。我们从四个分析层面方法论地考察了新兴的社会动态:自我网络拓扑、语义网络演变、协调动态和影响动态。我们的结果表明,生成的社会模拟确实也产生了社会动态,并且协调和影响的动态并非源于个体代理,而是源于网络拓扑与叙事交换之间的递归互动。
cs.AI / 66 / 2608.00962

PMMC: Prospective Multimodal Memory Compilation for Long-Term LVLM Agents

PMMC:长期 LVLM 代理的前瞻性多模态记忆编译
Sun, Jingyu, Lin, Yan, Xue, Yuyang, Wang, Yifan, Yao, Zhengtao, Qian, Rui, Xu, Zefeng, Li, Jiachen, Liu, Xianyang, Pan, Jiancheng, Sun, Jingyuan, Baker, Syed Murtuza, Zhou, Hongpeng
Abstract
Long-term memory is essential for LVLM agents to maintain consistency and integrate information across extended multimodal interactions. Existing agent memory systems, however, often reduce visual experiences into textual summaries or rely on static retrieve-then-reason pipelines, which are inefficient at query time and brittle when questions require image-text binding, temporal updates, or visual details. We propose Prospective Multimodal Memory Compilation, a framework that shifts part of the memory reasoning process from query time to memory consolidation time. Given accumulated multimodal interactions, a Questioner predicts future question candidates, a Planner compiles question-conditioned multimodal memory programs, and a Doubter verifies whether the planned evidence path can support the predicted answer. The verified question-program pairs form a structured question bank for efficient query-time routing and evidence retrieval. Experiments on multimodal long-term memory benchmarks show that our method improves answer quality and visual evidence recall while reducing query-time token and latency costs. Extensive ablations analyze the effects of self-feedback, dynamic planning, raw-image access, and question bank coverage.
Chinese Translation
长期记忆对于 LVLM 代理在扩展的多模态交互中保持一致性和整合信息至关重要。然而,现有的代理记忆系统往往将视觉体验简化为文本摘要,或依赖静态的检索-推理管道,这在查询时效率低下,并且在问题需要图像-文本绑定、时间更新或视觉细节时表现脆弱。我们提出了前瞻性多模态记忆编译(Prospective Multimodal Memory Compilation),这是一个将部分记忆推理过程从查询时间转移到记忆巩固时间的框架。在积累的多模态交互中,提问者(Questioner)预测未来的问题候选,规划者(Planner)编制基于问题的多模态记忆程序,而怀疑者(Doubter)验证计划的证据路径是否能够支持预测的答案。经过验证的问题-程序对形成了一个结构化的问题库,以便于高效的查询时间路由和证据检索。在多模态长期记忆基准上的实验表明,我们的方法提高了答案质量和视觉证据的召回,同时降低了查询时间的令牌和延迟成本。广泛的消融实验分析了自反馈、动态规划、原始图像访问和问题库覆盖率的影响。
cs.AI / 67 / 2608.00967

TrajWiki: Source-Grounded Memory Trajectories for Long-Horizon Dialogue Agents

TrajWiki:基于源的记忆轨迹用于长时间对话代理
Sun, Jingyu, Xue, Yuyang, Li, Mingyang, Yao, Zhengtao, Li, Jiachen, Cui, Yang, Cai, Wenhao, Liu, Haozhe, Wang, Fangying, Montgomery, Magdalene Katharina, Baker, Syed Murtuza, Zhou, Hongpeng
Abstract
Large language model agents have shown strong capabilities in generating coherent and contextually appropriate responses, yet robust long-horizon dialogue remains limited by the lack of external memory that is traceable, updatable, and diagnostically transparent. Existing memory-augmented agents often store memories as isolated records or overwritable states, making it difficult to preserve how information originates, evolves, conflicts, or becomes obsolete over time. We propose TrajWiki, a trajectory-based memory framework for long-horizon conversational agents. Instead of treating memory as static entries, TrajWiki represents each memory as a source-grounded evolution trajectory, maintained through immutable episodic snapshots and claim-level operations such as ADD, REVISE, and DEPRECATE. To reduce fragmentation and retrieval cost, TrajWiki further introduces Memory Wiki, a persistent intermediate layer that incrementally compiles dialogue history into structured and interlinked wiki pages capturing salient entities, events, quantities, topics, and conflicts. At inference time, queries are routed hierarchically from relevant wiki pages to linked memory trajectories, then to corresponding snapshots and source messages for evidence-grounded answer synthesis. Experiments on LoCoMo and MedMT show that TrajWiki improves long-horizon dialogue performance across both open-source and closed-source LLM backbones, while providing greater interpretability and diagnostic visibility into memory evolution, retrieval failures, and answer generation.
Chinese Translation
大型语言模型代理在生成连贯且上下文适宜的响应方面表现出强大的能力,但稳健的长时间对话仍然受到缺乏可追溯、可更新和诊断透明的外部记忆的限制。现有的增强记忆代理通常将记忆存储为孤立记录或可覆盖状态,这使得难以保留信息的起源、演变、冲突或随时间变得过时的过程。我们提出了TrajWiki,一种基于轨迹的记忆框架,旨在支持长时间的对话代理。TrajWiki并不将记忆视为静态条目,而是将每个记忆表示为一个基于源的演变轨迹,通过不可变的情节快照和如ADD、REVISE和DEPRECATE等声明级操作进行维护。为了减少碎片化和检索成本,TrajWiki进一步引入了Memory Wiki,一个持久的中间层,逐步将对话历史编译成结构化和相互关联的维基页面,捕捉显著的实体、事件、数量、主题和冲突。在推理时,查询从相关的维基页面层次化路由到链接的记忆轨迹,然后到相应的快照和源消息,以进行基于证据的答案合成。在LoCoMo和MedMT上的实验表明,TrajWiki在开放源代码和闭源LLM骨干网络上均提高了长时间对话的性能,同时提供了更大的可解释性和对记忆演变、检索失败和答案生成的诊断可见性。
cs.AI / 68 / 2608.00969

PROGRESS: Coverage-guided RL to Train Search-augmented LLM Agent

PROGRESS:基于覆盖指导的强化学习训练搜索增强型大语言模型代理
Paul, Sudipta, Srinivasan, Vijay, Kulkarni, Vivek, Kumar, Aounon, Saidutta, Yashas Malur, Li, Wenbo, Chappidi, Srinivas
Abstract
Existing search-augmented LLM agents are trained using Reinforcement Learning to boost its reasoning capabilities. However, these approaches primarily rely on outcome-level rewards, which provide little supervision over search behavior and overlook agent's ability to decompose complex queries properly. To mitigate this issue, we propose PROGRESS which utilizes teacher-guided coverage reward to explicitly shape decomposed query generation of the policy model. During training, frozen teacher models are used to decompose complex queries into essential search queries. These essential search queries are utilized to guide the search behavior of the policy model. Integrated into an R1-style training framework, our approach provides lightweight guidance over query decomposition decisions without dense process-level supervision. Experiments show that coverage-guided RL improves overall task performance, highlighting the importance of explicitly supervising search strategies in agentic LLMs.
Chinese Translation
现有的搜索增强型大语言模型(LLM)代理通过强化学习进行训练,以提升其推理能力。然而,这些方法主要依赖于结果层面的奖励,这对搜索行为的监督有限,并忽视了代理正确分解复杂查询的能力。为了解决这个问题,我们提出了PROGRESS,该方法利用教师指导的覆盖奖励来明确塑造策略模型的分解查询生成。在训练过程中,冻结的教师模型用于将复杂查询分解为基本搜索查询。这些基本搜索查询被用来指导策略模型的搜索行为。我们的方案集成在R1风格的训练框架中,提供对查询分解决策的轻量级指导,而无需密集的过程级监督。实验表明,基于覆盖指导的强化学习提高了整体任务性能,突显了在代理型大语言模型中明确监督搜索策略的重要性。
cs.AI / 69 / 2608.00974

Search-GRT: Guided Retrieval Training of Search Agents to Optimize for Complex Question Answering

Search-GRT:引导检索训练搜索代理以优化复杂问题回答
Kumar, Aounon, Paul, Sudipta, Kulkarni, Vivek, Srinivasan, Vijay, Chappidi, Srinivas
Abstract
The effective use of search engines by large language models (LLMs) remains a significant challenge, particularly in complex, multi-hop question-answering (MHQA) tasks. These tasks require the model to decompose questions into subqueries, retrieve relevant information, and synthesize answers from multiple sources, often leading to cascading errors due to poor retrieval in early stages. Reinforcement learning (RL) has shown promise in improving LLMs' search capabilities, but it often suffers from sparse rewards during training, hindering the model's ability to learn effectively. To address these challenges, we introduce Guided Retrieval Training (GRT), a novel method that improves the performance of a search agent by restricting the retrieval process during RL training using ground truth information. By focusing on a curated set of relevant documents, GRT provides the model with a stronger learning signal, mitigating the problem of sparse rewards and improving its ability to generate accurate subqueries and synthesize correct answers. Our experimental results demonstrate that GRT achieves consistent performance improvements over existing methods, such as Search-R1, across a wide range of question-answering (QA) tasks. Notably, GRT excels in MHQA tasks, achieving over 40% improvements in performance. Additionally, GRT enhances training efficiency by achieving better QA performance with fewer training steps.
Chinese Translation
大型语言模型(LLMs)有效使用搜索引擎仍然是一个重大挑战,特别是在复杂的多跳问题回答(MHQA)任务中。这些任务要求模型将问题分解为子查询,检索相关信息,并从多个来源综合答案,通常由于早期阶段检索不佳而导致级联错误。强化学习(RL)在提高LLMs的搜索能力方面显示出前景,但在训练过程中常常面临稀疏奖励的问题,阻碍了模型有效学习。为了解决这些挑战,我们提出了引导检索训练(GRT),这是一种新颖的方法,通过在RL训练期间使用真实信息限制检索过程,从而提高搜索代理的性能。通过关注一组精心挑选的相关文档,GRT为模型提供了更强的学习信号,减轻了稀疏奖励的问题,并提高了生成准确子查询和综合正确答案的能力。我们的实验结果表明,GRT在广泛的问题回答(QA)任务中,相较于现有方法(如Search-R1)实现了一致的性能提升。值得注意的是,GRT在MHQA任务中表现出色,性能提升超过40%。此外,GRT通过在更少的训练步骤中实现更好的QA性能,提高了训练效率。
cs.AI / 70 / 2608.00979

Passing Coarse Marginal Checks Can Be Cheap: Persona Mixtures and Imprecise Treatment-Response Estimates in an LLM Persona Panel

通过粗略边际检查可能是廉价的:LLM角色面板中的角色混合与不精确的治疗反应估计
Nakajima, Yohei
Abstract
Large language models are increasingly used as synthetic research participants and are often validated by whether their marginal responses resemble human data. We study a fixed panel of sixteen lightweight persona-conditioned GPT-4.1 configurations in repeated strategic games. The panel met preregistered broad-reference condition-mean criteria in three of four repeated-game cells; the sole miss was 0.011 below the lower reference bound. Variation was strongly prompt-indexed, but its share depended on uncertainty assumptions: fixed-panel symmetric-Dirichlet sensitivities produced median between-prompt shares of 63%-71% under Jeffreys alpha=0.5 and 47%-53% under alpha=1, while finite-opportunity plug-in estimates were 85%-96%. Aggregate continuation-probability contrasts were +0.083 and +0.078, with conservative simultaneous 95% intervals [-0.171, +0.330] and [-0.181, +0.330]. The treatment jointly changed the continuation process and its textual representation. A separate wording-and-position operation shifted cooperation from 0/40 to 37/40 in the bare configuration, and a label conflict also revealed representation control. The original persona-level p13 result was not prospectively family-controlled, while a post-adjudication exact gate was structurally underpowered; p13 is therefore a replication target rather than a finding. External review exposed family-error, dependence, construct, and boundary-uncertainty defects, and zero-call reanalysis changed the interpretation without rewriting the historical record. The registered marginal criteria could be passed without precisely estimating the treatment-response object. A public capsule verifies 4,916 confirmatory Phase 3-5 runs with no live model calls. The results concern one fixed model-prompt panel and do not establish human substitutability.
Chinese Translation
大型语言模型越来越多地被用作合成研究参与者,并且通常通过其边际反应是否类似于人类数据来进行验证。我们研究了十六个轻量级角色条件化的GPT-4.1配置在重复战略游戏中的固定面板。该面板在四个重复游戏单元中的三个满足预注册的广泛参考条件均值标准;唯一的缺失是低于下限参考值0.011。变异性与提示强烈相关,但其比例依赖于不确定性假设:固定面板的对称-狄利克雷敏感性在Jeffreys alpha=0.5下产生了63%-71%的提示间中位数比例,而在alpha=1下为47%-53%,而有限机会的插件估计为85%-96%。总体继续概率对比为+0.083和+0.078,保守的同时95%区间为[-0.171, +0.330]和[-0.181, +0.330]。该治疗共同改变了继续过程及其文本表示。一个单独的措辞与位置操作将合作从0/40提升至37/40,在裸配置中,标签冲突也揭示了表示控制。原始的角色级p13结果没有前瞻性家庭控制,而后期裁决的精确门限在结构上能力不足;因此,p13是一个复制目标,而非发现。外部审查揭示了家庭错误、依赖性、构念和边界不确定性缺陷,零调用再分析在不重写历史记录的情况下改变了解释。注册的边际标准可以在不精确估计治疗反应对象的情况下通过。一个公共胶囊验证了4916次确认的第3-5阶段运行,没有实时模型调用。结果涉及一个固定模型-提示面板,并未确立人类的可替代性。
cs.AI / 71 / 2608.00981

Auditing Discovery Claims: A Two-Sided Criterion for Agentic Science, with the Negative Side Decidable

审计发现声明:一种双面标准用于代理科学,其负面方面是可判定的
Chen, Wenhui, Chen, Jianlin, Lin, Ziyao, Vong, Chi Man
Abstract
When a self-improving AI-for-science system claims a new capability, the evidence is usually a benchmark delta, a description-length gate, or a p-value. None separates a real gain from extra search, from a changed verifier, or from adaptation to a fallible oracle. We build a two-sided audit whose negative side is a formal fact: a pseudoknot-free oracle provably cannot represent a crossing base pair, so the prior verifier's range is bounded exactly, offline, before any run. "New" is relative to the agent's prior self, never to the base model. First, how far a single fallible oracle can inflate a capability claim. An invented, solver-free operator solves 43/60 crossing RNA targets under the predictor it optimizes, above a context-free floor of 0/60; under three predictors, 1/60 survives. Paired on the same 43 targets, a predictor the operator never saw confirms 2 of its designs against 26 for a minimum-free-energy solver (p = 8e-7). No statistic computed from the system and its own oracle sees that gap. Second, agent-written procedures can beat a human-written one under a judge no objective can flatter, at a fraction of the compute. Of six frontier models, the two whose operators ran without timeouts carry over at 0.293 against our 0.095 (n = 951 paired units, target-clustered [+0.108, +0.297], p = 5e-5) while spending 4.6-10x fewer oracle calls. Three rungs: difference under an outside adjudicator (reached), not bought with compute (reached, both directions), mechanism identified and transferable (not reached; seven candidates tested, none moves the statistic). The ceiling is the panel itself: its three predictors share nearest-neighbour thermodynamic parameters, two agreeing at kappa = 0.673. The audit is as unsparing about our own system: matched undirected search is an exact zero, and a search-free probe puts 84% of our headline effect on targets a random sequence already solves.
Chinese Translation
当一个自我改进的科学AI系统声称具备新能力时,证据通常是基准差、描述长度门或p值。这些都无法区分真实增益与额外搜索、改变的验证者或对一个易错神谕的适应。我们构建了一个双面审计,其负面方面是一个形式事实:无伪结的神谕在理论上无法表示交叉碱基对,因此先前验证者的范围在任何运行之前是精确界定的。“新”是相对于代理的先前自我,而不是基础模型。首先,单个易错神谕能够多大程度上夸大能力声明。一个发明的、无求解器的操作符在其优化的预测器下解决了43/60个交叉RNA目标,超过了上下文无关的基准0/60;在三个预测器下,只有1/60存活。在同样的43个目标上,一个操作符从未见过的预测器确认了其设计中的2个,而最小自由能求解器确认了26个(p = 8e-7)。从系统及其自身神谕计算的任何统计数据都未能看到这一差距。其次,代理编写的程序在一个无法被任何目标所奉承的评判者下可以超越人类编写的程序,且计算量仅为其一小部分。在六个前沿模型中,两个操作符在没有超时的情况下运行,其表现为0.293,而我们的为0.095(n = 951对单位,目标聚类[+0.108, +0.297],p = 5e-5),同时减少了4.6-10倍的神谕调用。三个层次:在外部裁判下的差异(已达到),未通过计算购买(已达到,双向),机制识别和可转移(未达到;测试了七个候选者,没有一个能改变统计数据)。上限是面板本身:其三个预测器共享最近邻热力学参数,其中两个在kappa = 0.673时一致。审计对我们自身系统的评价同样严苛:匹配的无向搜索是一个确切的零,而无搜索探测将我们头条效应的84%放在一个随机序列已经解决的目标上。
cs.AI / 72 / 2608.00991

SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling

SCHEDBench:评估大型语言模型在自然语言组合调度中约束忠实性的基准测试
Sharma, Shrenil Shaun, Sharma, Avi
Abstract
This paper introduces SCHEDBench, a natural-language benchmark for evaluating combinatorial scheduling constraint faithfulness under surface-form variation. Grounded in canonical scheduling instances and solver-derived feasibility and optimality, SCHEDBench assesses whether large language models (LLMs) generate schedules with the same constraint-feasible behavior across varied natural-language (NL) surface forms. SCHEDBench spans 1,132 instances across job-shop scheduling problems (JSP), single and multi-mode resource-constrained project scheduling problems (RCPSP), nurse rostering/scheduling, and curriculum timetabling problems of varying difficulty. Instances are templated into natural language problems using domain-specific templates, themed entities, lexical-syntactic template rephrasing, and constraint-level surface-form variation, with reference solutions verified for feasibility and objective optimality. Across thirteen frontier and open-weight LLMs, we find that models are not reliably invariant to semantically equivalent renderings of the same scheduling problem. Surface-form variation reduces feasibility and induces above-noise shifts in per-instance hard-constraint violations on matched instances. Among the tested isolated axes, constraint reordering yields the clearest above-noise sensitivity.
Chinese Translation
本文介绍了 SCHEDBench,这是一个用于评估组合调度约束忠实性的自然语言基准测试,关注表面形式的变化。SCHEDBench 基于经典调度实例以及求解器导出的可行性和最优性,评估大型语言模型(LLMs)在不同自然语言(NL)表面形式下生成的调度是否具有相同的约束可行行为。SCHEDBench 涉及 1,132 个实例,涵盖了工作车间调度问题(JSP)、单模式和多模式资源约束项目调度问题(RCPSP)、护士排班/调度以及不同难度的课程时间表问题。这些实例通过领域特定模板、主题实体、词汇-句法模板重述和约束级表面形式变化转化为自然语言问题,参考解的可行性和目标最优性得到了验证。在对十三个前沿和开放权重的 LLM 进行测试时,我们发现模型在语义上等效的同一调度问题的不同表述下并不可靠地保持不变。表面形式的变化降低了可行性,并在匹配实例的每个实例上引发了超噪声的硬约束违反。在测试的孤立轴中,约束重排序显示出最明显的超噪声敏感性。
cs.AI / 73 / 2608.01000

Judging Is Not Enumerating: Silent Omissions in LLM-Authored Acceptable Sets

判断并非枚举:大型语言模型创作的可接受集合中的静默遗漏
Chen, Wenhui, Chen, Jianlin, Lin, Ziyao, Long, Peiji, Vong, Chi Man
Abstract
Language models are increasingly promoted from examinees to examiners: they write the test suites, answer keys, rubrics, and reward functions that define correctness for other systems. We measure the capability that role assumes and find it lacking under the protocol the role is usually deployed with, one-shot greedy authoring with no test-time reasoning. Across four reference constructions - two with complete finite truth, one with a hardened executable reference (HumanEval+/MBPP+), one with an explicitly incomplete lexical reference (WordNet) - models judge whether a candidate belongs far better than they author the set itself. On the incompleteness-proof algorithmic construction the gap is +0.34 to +0.29 F1 over a 24x parameter range and does not close; on executable code, models judging at F1 0.74-0.90 author suites admitting only 19-42% of oracle-correct solutions. A control locates the deficit: asked to emit the predicate rather than its extension, the same models reach F1 about 0.99. The failure is not missing knowledge or an inability to specify, but an inability to materialise the region a specification induces. The dominant error is omission, which resists audit: an over-inclusion is a token a reviewer can challenge, a missing member an absence whose discovery is the authoring problem itself. Models detect planted over-inclusions 6-7x more often than planted omissions, and a production deployment of 43,227 items fails omission-first at 10:1. Wired into RLVR, an authored key costs 1.9 points of accuracy against an exact oracle and 18.5 WordNet-relative (six paired seeds, p=0.031). Gating authored verifiers on a known-correct probe cuts false rejection from 58-92% to at most 5%, but keeps only 5-39% of suites. Repairing them instead, by rewriting each wrong expected value to what a reference execution returns, raises yield 3.3-10.6x across four author families.
Chinese Translation
语言模型正日益从考生提升为考官:它们编写测试套件、答案键、评分标准和定义其他系统正确性的奖励函数。我们测量了这一角色所承担的能力,发现其在通常使用的协议下表现不足,即在没有测试时推理的一次性贪婪创作中。在四个参考构造中——两个具有完整有限真理,一个具有强化可执行参考(HumanEval+/MBPP+),一个具有显式不完整词汇参考(WordNet)——模型判断候选者是否属于集合的能力远超其创作集合本身的能力。在不完整性证明的算法构造中,模型的判断能力在24倍参数范围内的F1值差距为+0.34至+0.29,并且这一差距没有缩小;在可执行代码上,模型的判断F1值为0.74-0.90,而创作的套件仅接受19-42%的oracle正确解。一个控制实验找到了这一缺陷:当被要求输出谓词而非其扩展时,同样的模型达到了约0.99的F1值。失败并非缺乏知识或无法指定,而是无法实现规范所引发的区域。主要错误是遗漏,这种错误难以审计:过度包含是审稿人可以质疑的标记,而缺失成员则是一个缺失,其发现本身就是创作问题。模型检测植入的过度包含的频率是植入遗漏的6-7倍,而在一个包含43,227项的生产部署中,遗漏优先的失败率为10:1。嵌入RLVR的创作键在与精确oracle的比较中损失了1.9个准确度点,相对WordNet损失了18.5(六对种子,p=0.031)。在已知正确的探针上对创作的验证器进行门控,将误拒绝率从58-92%降低到最多5%,但仅保留了5-39%的套件。相反,通过将每个错误的期望值重写为参考执行返回的值来修复它们,产出提高了3.3-10.6倍,涵盖了四个创作家族。
cs.AI / 74 / 2608.01001

From AI Technical Debt to Agentic Technical Debt: A Systematic Mapping of Root Causes and Manifestations in Agentic AI Systems

从人工智能技术债务到自主技术债务:自主人工智能系统根本原因和表现的系统性映射
Tukur, Muhammad, Adeyemo, Hayatullahi B., Chen, Tao, Ali, Nour, Zarrad, Anis, Agus, Marco, Kazman, Rick, Bahsoon, Rami
Abstract
The emergence of Agentic AI systems, characterized by autonomous reasoning, multi-agent collaboration, tool orchestration, adaptive decision-making, and persistent memory, represents a fundamental shift from traditional AI pipelines to dynamic software ecosystems. While AI Technical Debt (AITD) has been widely studied in machine learning and software engineering, existing models assume static, component-level architectures and fail to capture the dynamic and emergent behaviors of agentic environments. To address this gap, this paper introduces Agentic Technical Debt (AgTD), defined as technical debt that emerges, accumulates, propagates, and amplifies due to the autonomous and collaborative nature of Agentic AI systems. Building on our prior systematic scoping review of 31 AITDs across seven root-cause categories, we employ a theory-informed transformation methodology to reinterpret these debts in Agentic AI through direct transformation, contextual transformation, and manifestation expansion. We present the first systematic mapping of established AITDs to their agentic manifestations, showing how conventional debts evolve into system-level liabilities, including memory inconsistencies, orchestration fragility, cascading failures, and unsafe autonomous decision-making. Our findings show that technical debt extends beyond software artifacts to encompass agent behaviors, coordination mechanisms, and interactions among agents, tools, and execution environments. We further examine its implications for AI Trust, Risk, and Security Management (AI TRiSM), highlighting impacts on trustworthiness, governance, security, operational resilience, and Sustainability Technical Debt. Overall, this work establishes AgTD as a foundational software engineering construct and provides a transformation framework, taxonomy, and research agenda for managing technical debt in autonomous multi-agent AI systems.
Chinese Translation
自主人工智能系统的出现,以自主推理、多智能体协作、工具编排、自适应决策和持久记忆为特征,标志着从传统人工智能管道到动态软件生态系统的根本转变。尽管人工智能技术债务(AITD)在机器学习和软件工程中得到了广泛研究,但现有模型假设静态的组件级架构,未能捕捉自主环境的动态和突现行为。为了解决这一差距,本文引入了自主技术债务(AgTD),定义为由于自主和协作的自主人工智能系统的特性而产生、积累、传播和放大的技术债务。在我们对七个根本原因类别中31个AITD的系统性范围审查的基础上,我们采用理论驱动的转化方法,通过直接转化、情境转化和表现扩展重新诠释这些债务。我们展示了首次将既定AITD系统性映射到其自主表现的研究,表明传统债务如何演变为系统级负担,包括记忆不一致、编排脆弱性、级联故障和不安全的自主决策。我们的研究结果表明,技术债务超越了软件工件,还包括智能体行为、协调机制以及智能体、工具和执行环境之间的互动。我们进一步考察了其对人工智能信任、风险和安全管理(AI TRiSM)的影响,强调了对可信性、治理、安全、运营韧性和可持续技术债务的影响。总体而言,这项工作确立了AgTD作为基础软件工程构建,并提供了一个转化框架、分类法和研究议程,以管理自主多智能体人工智能系统中的技术债务。
cs.AI / 75 / 2608.01008

Toward Fine-Grained Forgetting:Attribute Unlearning for Multimodal Large Language Models

朝向细粒度遗忘:多模态大型语言模型的属性遗忘
Lin, Junkai, Chen, Junkai, Hou, Siqi, He, Yuhao, Liu, Ruiqi, Jin, Chenhan, Xu, Shengze, Zeng, Tieyong
Abstract
Multimodal large language models (MLLMs) exhibit strong vision--language capabilities but may also memorize and disclose sensitive information. Machine unlearning seeks to remove designated knowledge without retraining from scratch while preserving general utility. Existing privacy-oriented benchmarks primarily adopt profile-level deletion, whereas practical requests are often finer grained: a model should forget a specified attribute while retaining non-sensitive information about the same identity. We therefore introduce attribute-level MLLM unlearning as a finer-grained task and construct a benchmark spanning long-text, numeric, and short-text targets, multiple forget ratios, and diverse question types. Our evaluation reveals that target and retained attributes share identity-specific and visual evidence, making selective forgetting susceptible to residual leakage or collateral degradation; accordingly, existing methods exhibit unstable forgetting--retention trade-offs in this setting. To address this challenge, we propose Causal Localization and Retain-Aware Projection (CLRP), a lightweight training-free framework. CLRP uses activation patching to identify the layer that causally mediates target-attribute disclosure, then applies a retain-aware projection that removes the target-attribute subspace while preserving same-identity evidence. Experiments across multiple widely used MLLMs with distinct architectures and parameter scales demonstrate the effectiveness of CLRP.
Chinese Translation
多模态大型语言模型(MLLMs)展现出强大的视觉-语言能力,但也可能记忆并泄露敏感信息。机器遗忘旨在在不从头重新训练的情况下移除指定知识,同时保持一般效用。现有的隐私导向基准主要采用个人资料级别的删除,而实际请求往往更为细粒度:模型应忘记特定属性,同时保留关于同一身份的非敏感信息。因此,我们引入属性级别的MLLM遗忘作为一项更细粒度的任务,并构建了一个基准,涵盖长文本、数字和短文本目标、多种遗忘比例以及多样化的问题类型。我们的评估揭示了目标属性和保留属性共享身份特定和视觉证据,使得选择性遗忘容易受到残余泄漏或附带退化的影响;因此,现有方法在这种情况下表现出不稳定的遗忘-保留权衡。为了解决这一挑战,我们提出了因果定位与保留感知投影(Causal Localization and Retain-Aware Projection, CLRP),这是一个轻量级的无训练框架。CLRP使用激活修补来识别因果介导目标属性泄露的层,然后应用保留感知投影,移除目标属性子空间,同时保留同一身份的证据。针对多种具有不同架构和参数规模的广泛使用的MLLMs的实验表明,CLRP的有效性。
cs.AI / 76 / 2608.01049

FactorJEPA: Factorizing Monolithic Futures into Layout-Agent-Interaction Channels for Crowded and Chaotic Global South Urban Worlds

FactorJEPA:将单一未来因素分解为布局-代理-交互通道,以应对拥挤和混乱的全球南方城市环境
Wanaskar, Kapil, Jena, Gaytri, Chadha, Aman, Jain, Vinija, Sharma, Vasu, Das, Amitava
Abstract
World models have attracted significant attention for their ability to capture and predict the structure and dynamics of the physical world. In this emerging landscape, Joint Embedding Predictive Architectures (JEPA) offer a particularly compelling direction. We study a largely unexplored regime: populous, crowded, and chaotic Global South urban environments, which we call DENSEWORLD. Unlike the lower-density, lane-structured settings that dominate existing evaluations, these scenes exhibit soft spatial boundaries, extreme agent heterogeneity, persistent occlusion, and rapid social negotiation under mixed traffic. We introduce the first large-scale dataset for this regime: 1,000 hours of drive-through, walk-through, and aerial video across 22 cities. Existing JEPA formulations struggle to preserve dense interaction dynamics under heterogeneity and partial observability. We introduce FactorJEPA, which makes world structure a first-class predictive primitive. Rather than encoding the future in a monolithic latent, it composes layout, entities, and interactions, using a visibility gate and separated subspaces to preserve partially observed agents and discourage cross-factor shortcuts. FactorJEPA improves (i) future-latent accuracy (Future-frame L1), (ii) intervention-sensitive prediction (Causal L1), and (iii) robustness to reduced visual evidence (Mask-ratio slope), while exposing (iv) a reproducible motion-information trade-off (Motion cosine). Method rankings replicate across 2B and 1B V-JEPA 2.1 backbones, with rho = 0.895 to 0.978. We publicly release the DENSEWORLD-115k dataset (https://huggingface.co/datasets/anonymousML123/denseworld-115k) and the surgery-trained FactorJEPA checkpoints (https://huggingface.co/datasets/anonymousML123/factorjepa-outputs/tree/main/outputs/full/vjepa_2_1_vitg_1B/train/m09c_surgery_3stage_DI_diheavy_encoder).
Chinese Translation
世界模型因其捕捉和预测物理世界结构与动态的能力而受到广泛关注。在这一新兴领域中,联合嵌入预测架构(Joint Embedding Predictive Architectures, JEPA)提供了一个特别引人注目的方向。我们研究了一个尚未被充分探索的领域:人口稠密、拥挤且混乱的全球南方城市环境,我们称之为DENSEWORLD。与现有评估中主导的低密度、车道结构的环境不同,这些场景展现出柔和的空间边界、极端的代理异质性、持续的遮挡以及在混合交通下的快速社会协商。我们为这一领域引入了首个大规模数据集:涵盖22个城市的1,000小时的驾车、步行和空中视频。现有的JEPA模型在异质性和部分可观测性下难以保持密集的交互动态。我们提出了FactorJEPA,使世界结构成为一类首要的预测原语。它不是将未来编码为单一的潜变量,而是通过使用可见性门和分离的子空间来组合布局、实体和交互,以保持部分可观测的代理并抑制跨因素的捷径。FactorJEPA在以下方面有所改进:(i) 未来潜变量的准确性(Future-frame L1),(ii) 对干预敏感的预测(Causal L1),(iii) 对减少视觉证据的鲁棒性(Mask-ratio slope),同时揭示出(iv) 可再现的运动信息权衡(Motion cosine)。方法排名在2B和1B V-JEPA 2.1骨干网络上重复,相关系数(rho)为0.895至0.978。我们公开发布了DENSEWORLD-115k数据集(https://huggingface.co/datasets/anonymousML123/denseworld-115k)和经过手术训练的FactorJEPA检查点(https://huggingface.co/datasets/anonymousML123/factorjepa-outputs/tree/main/outputs/full/vjepa_2_1_vitg_1B/train/m09c_surgery_3stage_DI_diheavy_encoder)。
cs.AI / 77 / 2608.01050

Don't Offer What Can't Be Done: Deterministic Executability Gating for LLM Skill Selection at Scale

不要提供无法执行的内容:大规模 LLM 技能选择的确定性可执行性门控
Ashkenazi, Ortal, Kloz, Vitalii, Ulianchenko, Mykhailo
Abstract
Production LLM agents that select from large skill libraries face a limitation that semantic relevance alone cannot resolve: a skill may match a user's topic yet be impossible to execute in the current account state. We present a deployed three-stage selection pipeline for Helpmate, Wix's customer-care assistant. First, a recall-oriented semantic matcher identifies messages related to a ten-skill domain family without consulting account state. Second, a deterministic executability gate removes candidates whose internal hard-stop conditions hold. Because the gate and the skill evaluate the same exit predicates, every blocked candidate would be unable to complete under the same account state, provided predicate parity is preserved and both checks observe fresh authoritative state. Finally, the LLM decides whether to invoke one of the remaining candidates. In a post-launch production analysis of 756.6K user messages across 267.6K conversations, semantic matching retained 174,927 messages (23.1%). Within this matched stream, the gate removed 1,039,462 of 1,749,270 skill-message pairs (59.4%), saving 228.8 million skill-description tokens -- 59.1% of the post-semantic skill-description footprint. Together, semantic matching and executability gating reduced skill-description context by 90.5% relative to exposing all ten skills to every message. To test whether this pruning affects model behavior rather than context size alone, we replayed a risk-enriched cohort of 1,000 conversations with all ten skills exposed. The model selected a production-blocked skill in 78 conversations (7.8%). This counterfactual result shows that deterministic gating prevents non-executable candidates from influencing model selection, while not claiming downstream tool execution or customer-outcome effects.
Chinese Translation
生产中的 LLM 代理在从大型技能库中选择时面临一个限制,仅凭语义相关性无法解决:某个技能可能与用户的主题匹配,但在当前账户状态下却无法执行。我们提出了一个为 Helpmate(Wix 的客户服务助手)部署的三阶段选择管道。首先,一个以召回为导向的语义匹配器在不考虑账户状态的情况下识别与十个技能领域相关的消息。其次,一个确定性可执行性门控移除那些内部硬停止条件成立的候选项。由于门控和技能评估相同的退出谓词,所有被阻止的候选项在相同账户状态下都无法完成,前提是谓词一致性得以保持,并且两个检查都观察到最新的权威状态。最后,LLM 决定是否调用剩余候选项中的一个。在对 267.6K 次对话中 756.6K 用户消息的发布后分析中,语义匹配保留了 174,927 条消息(23.1%)。在这一匹配流中,门控移除了 1,039,462 对技能-消息对中的 1,749,270 对(59.4%),节省了 2.288 亿个技能描述令牌——占语义技能描述足迹的 59.1%。语义匹配和可执行性门控共同将技能描述上下文减少了 90.5%,相较于将所有十个技能暴露给每条消息。为了测试这种修剪是否影响模型行为而不仅仅是上下文大小,我们重放了一个风险增强的 1,000 次对话的队列,所有十个技能均被暴露。模型在 78 次对话中选择了一个生产阻塞的技能(7.8%)。这一反事实结果表明,确定性门控防止了不可执行候选项对模型选择的影响,同时不声称对下游工具执行或客户结果产生影响。
cs.AI / 78 / 2608.01056

Control Under Compression: Reliability Frontiers for Tool-Using Agents

压缩下的控制:工具使用代理的可靠性前沿
Hou, Yinghan, Yang, Zongyou
Abstract
Tool-using language-model agents are governed not only by task prompts but also by persistent system-side instructions that specify tools, arguments, policies, execution protocols, and recovery. Compressing these agent control contexts (ACCs) can reduce input cost and context use, yet existing prompt-compression evaluations do not reveal whether the resulting control remains operationally reliable. We introduce CompressAgent, an environment-verified benchmark for ACC compression across nine independently constructed ACCs, three task families, three fixed Qwen API model identifiers, six retained-context budgets, and 15,525 runs. We uncover a nonlinear, method-dependent reliability frontier. At 75% retained context, generic rewriting and section-based compression achieve 92.7% and 92.4% success, close to the 93.8% full-context baseline. Between 50% and 35%, methods diverge sharply; at 35%, section-based, obligation-aware, and generic rewriting achieve 47.0%, 39.0%, and 19.9%. At retained-context budgets from 25% to 10%, executable protocols become fragile. Reliability also varies substantially across ACCs, making universal compressor rankings inappropriate and motivating per-context qualification. Failure analysis shows that compression primarily surfaces as tool-execution and action-parsing errors. These findings recast ACC compression from token reduction into a runtime-reliability problem that must be evaluated through executable outcomes.
Chinese Translation
使用工具的语言模型代理不仅受任务提示的支配,还受到持久的系统端指令的影响,这些指令指定了工具、参数、政策、执行协议和恢复方法。压缩这些代理控制上下文(ACC)可以降低输入成本和上下文使用,但现有的提示压缩评估并未揭示所得到的控制是否仍然在操作上可靠。我们引入了CompressAgent,这是一个经过环境验证的ACC压缩基准,涵盖九个独立构建的ACC、三个任务家族、三个固定的Qwen API模型标识符、六个保留上下文预算和15,525次运行。我们发现了一条非线性、方法依赖的可靠性前沿。在75%的保留上下文下,通用重写和基于章节的压缩分别实现了92.7%和92.4%的成功率,接近93.8%的全上下文基线。在50%到35%之间,各种方法的表现出现明显分歧;在35%时,基于章节的、关注义务的和通用重写分别达到了47.0%、39.0%和19.9%。在25%到10%的保留上下文预算下,可执行协议变得脆弱。不同ACC之间的可靠性也存在显著差异,这使得通用压缩器排名不再适用,并促使对每个上下文进行资格评估。故障分析表明,压缩主要表现为工具执行和动作解析错误。这些发现将ACC压缩从令牌减少重新定义为一个必须通过可执行结果进行评估的运行时可靠性问题。
cs.AI / 79 / 2608.01075

Role-Decoupled Attention Residuals: Separating Matching and Content Retrieval Across Depth

角色解耦注意残差:在深度之间分离匹配与内容检索
Wang, Kehan
Abstract
Depth-routing residual architectures allow Transformer layers to retrieve earlier representations instead of inheriting only the immediately preceding state. Existing Block Attention Residuals, however, use a single content-dependent depth mixture to construct the inputs to queries, keys, and values. This design couples two functionally different decisions: queries and keys determine where attention matches, whereas values determine what content is retrieved. We therefore ask whether matching and content retrieval should be forced to read from the same depth. We introduce Role-Decoupled Attention Residuals (RD-AttnRes), a minimal extension that shares one depth route between queries and keys while learning an independent value route over the same residual sources. Tying the two routing queries exactly recovers the parent architecture, while decoupling them adds only one model-width vector per layer and introduces no additional token-to-token attention operation. We evaluate RD-AttnRes using a frozen, paired pretraining protocol on FineWeb-Edu with five matched seeds for both 120M- and 343M-parameter models and a 2.0B-token training budget. RD-AttnRes improves validation negative log-likelihood in all 10 matched comparisons. The mean reductions are 0.0301 and 0.0247, corresponding to perplexity reductions of 2.97 percent and 2.43 percent at 120M and 343M parameters, respectively. Early-budget controls indicate that neither the additional parameter count, duplicated routing execution, nor a fixed value route reproduces the improvement. Routing diagnostics further reveal persistent divergence between the query-key and value depth distributions. These results suggest that, within the evaluated training regime, attention matching and content retrieval benefit from distinct reads over the residual hierarchy.
Chinese Translation
深度路由残差架构允许 Transformer 层检索早期表示,而不是仅继承紧接着的状态。然而,现有的块注意残差使用单一的内容依赖深度混合来构建查询、键和值的输入。这一设计将两个功能上不同的决策耦合在一起:查询和键决定注意力匹配的位置,而值决定检索的内容。因此,我们提出是否应该强制匹配和内容检索从同一深度读取。我们引入了角色解耦注意残差(Role-Decoupled Attention Residuals, RD-AttnRes),这是一个最小扩展,它在查询和键之间共享一个深度路由,同时在相同的残差源上学习一个独立的值路由。将两个路由查询绑定在一起可以完全恢复父架构,而解耦它们仅在每层增加一个模型宽度的向量,并且没有引入额外的令牌到令牌的注意力操作。我们使用冻结的配对预训练协议在 FineWeb-Edu 上评估 RD-AttnRes,针对 120M 和 343M 参数模型进行了五个匹配种子的训练预算为 2.0B 令牌。RD-AttnRes 在所有 10 个匹配比较中提高了验证负对数似然。平均减少值为 0.0301 和 0.0247,分别对应于 120M 和 343M 参数下的困惑度减少 2.97% 和 2.43%。早期预算控制表明,额外的参数数量、重复的路由执行或固定值路由均未能重现这种改善。路由诊断进一步揭示了查询-键与值深度分布之间的持续差异。这些结果表明,在评估的训练机制内,注意力匹配和内容检索从残差层次结构的不同读取中受益。
cs.AI / 80 / 2608.01092

Inter-Residue Geometry Attention for Antibody-Specific Epitope Prediction

针对抗体特异性表位预测的残基间几何注意力
Fan, Chuanliu, Yu, Nan, Wu, Junjie, Fu, Guohong
Abstract
Antibody-specific epitope prediction aims to identify which antigen residues are recognized by a given antibody, a task that depends on the three-dimensional complementarity between antibody CDRs and the antigen surface. Existing methods usually leverage PLM embeddings and inject structure through additional graph, surface, or point-cloud encoders, where the positional mechanism inside attention remains largely tied to one-dimensional sequence order. For proteins, the analogue of a token offset is not only sequence separation, but also the three-dimensional displacement between residues after folding. This raises a question, can folded residue geometry serve as the positional mechanism of attention itself? We propose Local-Frame 3D Rotary Position Encoding (LF3DRoPE), which expresses inter-residue displacements in backbone-defined local frames and injects them directly into rotary attention. This design preserves continuous directional geometry while ensuring invariance to global $\mathrm{SE}(3)$ transformations. On the AsEP benchmark, LF3DRoPE achieves state-of-the-art $\mathrm{MCC}$ on both ratio and epitope-group splits. Ablations and rigid transformation tests show that local three-dimensional geometry provides information beyond sequence-order attention while preserving invariance to arbitrary global coordinate systems. Mutation ranking results further indicate that LF3DRoPE captures antigen-specific structural compatibility.
Chinese Translation
抗体特异性表位预测旨在识别特定抗体所识别的抗原残基,这一任务依赖于抗体互补决定区(CDR)与抗原表面之间的三维互补性。现有方法通常利用预训练语言模型(PLM)嵌入,并通过额外的图形、表面或点云编码器注入结构,其中注意力机制内部的位置信息在很大程度上仍然与一维序列顺序相关。对于蛋白质而言,标记偏移的类比不仅是序列分离,还有折叠后残基之间的三维位移。这引发了一个问题:折叠后的残基几何是否可以作为注意力机制本身的位置信息?我们提出了局部框架三维旋转位置编码(Local-Frame 3D Rotary Position Encoding, LF3DRoPE),该方法在主链定义的局部框架中表达残基间的位移,并将其直接注入旋转注意力中。该设计在保持连续方向几何的同时,确保对全球 $ ext{SE}(3)$ 变换的不变性。在AsEP基准测试中,LF3DRoPE在比例和表位组拆分上均实现了最先进的 $ ext{MCC}$。消融实验和刚性变换测试表明,局部三维几何提供了超越序列顺序注意力的信息,同时保持对任意全球坐标系统的不变性。突变排名结果进一步表明,LF3DRoPE捕捉了抗原特异性的结构兼容性。
cs.AI / 81 / 2608.01112

Fighting Fire with Fire: On the Feasibility of Protecting Exercises Against AI Cheating

以火攻火:保护教育练习免受人工智能作弊的可行性研究
Braun, Tobias, Grebe, Jonas, Rethfeld, Louis, Rohrbach, Marcus
Abstract
The widespread adoption of generative AI enables students to outsource cognitive effort to increasingly capable assistants, creating an illusion of competence while undermining the independent reasoning that education aims to cultivate. We investigate whether adversarial machine learning can be repurposed to protect educational exercises against such corrosive reliance. Our approach uses multimodal multiple-choice questions whose visual components can be protected with subtle visual perturbations that steer AI solvers toward designated incorrect answers. These responses form a statistical fingerprint: students who blindly copy a solver reproduce the induced answer pattern more frequently than genuine students. We study the feasibility of this paradigm under realistic black-box assistant assumptions using three of the most common state-of-the-art multimodal language models: Anthropic's Claude, Google's Gemini, and OpenAI's ChatGPT. By using accessible surrogate models, we optimize adversarial perturbations that induce consistent response patterns. Those patterns enable principled detection through statistical hypothesis testing. These findings establish both the promise and the limitations of fighting machine-assisted reasoning with the vulnerabilities of the machines themselves.
Chinese Translation
生成性人工智能的广泛应用使学生能够将认知努力外包给越来越强大的助手,这创造了一种能力的错觉,同时削弱了教育旨在培养的独立推理能力。我们研究了对抗性机器学习是否可以被重新利用,以保护教育练习免受这种腐蚀性依赖的影响。我们的方法使用多模态多项选择题,其视觉组件可以通过微妙的视觉扰动来保护,从而引导人工智能解答者朝向指定的错误答案。这些回答形成了一种统计指纹:盲目复制解答者的学生比真正的学生更频繁地再现诱导的答案模式。我们在现实的黑箱助手假设下研究了这一范式的可行性,使用了三种最常见的最先进的多模态语言模型:Anthropic的Claude、Google的Gemini和OpenAI的ChatGPT。通过使用可访问的替代模型,我们优化了诱导一致回答模式的对抗性扰动。这些模式通过统计假设检验实现了原则性的检测。这些发现确立了利用机器自身的脆弱性与机器辅助推理作斗争的前景与局限性。
cs.AI / 82 / 2608.01128

MA-HEAD-Net: Adaptive Rule-Guided Multi-Agent DRL for AoI Minimization in UAV-Assisted Emergency Networks

MA-HEAD-Net:用于无人机辅助紧急网络中信息年龄最小化的自适应规则引导多智能体深度强化学习
Zhang, Yixin, Yao, Zhuohui, Cheng, Wenchi, Saad, Walid
Abstract
In post-disaster scenarios, unmanned aerial vehicles (UAVs) are critical for establishing emergency communication networks. For time-critical rescue missions, information freshness is crucial because decisions based on outdated data may lead to ineffective control actions. This paper investigates age of information (AoI) minimization for UAV-assisted emergency communications with heterogeneous emergency services. We model bursty packet arrivals using a Markov-modulated Poisson process and adopt finite blocklength theory to capture the coupling among transmission duration, packet completion, and AoI evolution. To balance delay-tolerant long-packet transmission and urgent short-packet response, we propose a mini-slot-embedded scheduling mechanism with adaptive checkpoint-interval selection. We formulate the joint optimization of UAV trajectory control, user scheduling, and checkpoint-interval selection as a multi-agent decision problem, and develop MA-HEAD-Net, an adaptive rule-guided multi-agent deep reinforcement learning framework. MA-HEAD-Net incorporates communication-domain rule priors into a gated multi-head policy, where adaptive gates regulate the contributions of rule-prior and learned-policy logits for different subtasks. The policy and gating components are jointly optimized under multi-agent proximal policy optimization. Simulation results show that MA-HEAD-Net improves policy-formation efficiency compared with representative multi-agent deep reinforcement learning baselines and achieves lower AoI than both learning-based and heuristic methods in dynamic UAV-assisted emergency communication scenarios.
Chinese Translation
在灾后场景中,无人驾驶飞行器(UAV)对于建立紧急通信网络至关重要。对于时间敏感的救援任务,信息的新鲜度至关重要,因为基于过时数据做出的决策可能导致无效的控制行动。本文研究了在异构紧急服务下,UAV辅助紧急通信的信息年龄(AoI)最小化问题。我们使用马尔可夫调制泊松过程对突发数据包到达进行建模,并采用有限块长度理论来捕捉传输持续时间、数据包完成和AoI演变之间的耦合关系。为了平衡延迟容忍的长数据包传输和紧急短数据包响应,我们提出了一种嵌入迷你时隙的调度机制,并自适应选择检查点间隔。我们将UAV轨迹控制、用户调度和检查点间隔选择的联合优化形式化为一个多智能体决策问题,并开发了MA-HEAD-Net,一个自适应规则引导的多智能体深度强化学习框架。MA-HEAD-Net将通信领域的规则先验融入到一个门控多头策略中,其中自适应门控调节规则先验和学习策略对不同子任务的贡献。策略和门控组件在多智能体近端策略优化下共同优化。仿真结果表明,MA-HEAD-Net在策略形成效率上优于代表性的多智能体深度强化学习基线,并在动态UAV辅助紧急通信场景中实现了比基于学习和启发式方法更低的AoI。
cs.AI / 83 / 2608.01149

PATH-Bench: Path-Dependent Evaluation of Lifelong Agents

PATH-Bench:终身智能体的路径依赖评估
Yang, Xidong, Zhang, Xingyi, Li, Wenhao, Liu, Wenyan, Sheng, Junjie, Hua, Yun, Yin, Wei, Fang, Tao, Shen, Chuyun, Wang, Xiangfeng
Abstract
Lifelong LLM agents increasingly adapt through external learning states that store past interactions as retrievable memories or reusable skills, yet existing benchmarks rarely account for how the path of accumulated experience shapes what agents transfer and retain. In this work, we establish PATH-Bench, a benchmark for path-dependent evaluation of lifelong agents. PATH-Bench estimates directed task relationships via multi-model in-context learning, constructs probe-centered sequences with controlled helpful and interfering histories, and repeatedly evaluates probe tasks to measure average performance, forward transfer, backward transfer, and forgetting. We evaluate eight representative agents on single-turn code generation and multi-turn tool-use tasks under positive- and negative-dominant histories. Benchmark results show that experience utility depends jointly on how experience is represented and on the task's interaction structure, that strong transfer does not ensure retention, and that later experience can reshape gains acquired earlier in the learning path. Based on these findings, we propose Selective Experience Use (SEU), an agent harness that regulates how path-accumulated experience influences each new task, admitting helpful items while filtering out potential interference. SEU consistently reduces forgetting while improving forward transfer in the majority of settings. The PATH-Bench provides both a controlled evaluation framework and actionable guidance for designing more selective and robust lifelong agents.
Chinese Translation
终身大规模语言模型(LLM)智能体越来越多地通过外部学习状态进行适应,这些状态将过去的互动存储为可检索的记忆或可重用的技能。然而,现有基准很少考虑累积经验的路径如何影响智能体的转移和保留。在本研究中,我们建立了PATH-Bench,这是一个用于终身智能体路径依赖评估的基准。PATH-Bench通过多模型上下文学习估计有向任务关系,构建具有可控的有益和干扰历史的探测中心序列,并反复评估探测任务以测量平均性能、正向转移、反向转移和遗忘。我们在正向和负向主导历史下,对八个代表性智能体在单轮代码生成和多轮工具使用任务上进行了评估。基准结果表明,经验的效用共同依赖于经验的表示方式和任务的交互结构,强转移并不确保保留,并且后续经验可以重塑在学习路径早期获得的收益。基于这些发现,我们提出了选择性经验使用(Selective Experience Use, SEU),这是一种智能体工具,调节路径累积经验如何影响每个新任务,允许有益项的同时过滤潜在干扰。SEU在大多数设置中始终减少遗忘,同时提高正向转移。PATH-Bench提供了一个受控的评估框架和可操作的指导,以设计更具选择性和鲁棒性的终身智能体。
cs.AI / 84 / 2608.01175

The Graph Language: How Knowledge Graphs Speak to Large Language Models

图谱语言:知识图谱如何与大型语言模型对话
Pirrò, Giuseppe
Abstract
Large Language Models (LLMs) excel at reasoning but benefit from grounding provided by Knowledge Graphs (KGs). However, integrating these paradigms is challenging. We introduce GRALAN, which enables KGs to speak directly in the LLM's semantic space through relational tokens that preserve graph structure. GRALAN-s trainable language mediator generates structured tokens for any frozen LLM, creating a foundation for knowledge-intensive applications. We demonstrate its effectiveness in question-answering by re-framing the task as entity classification over question-focused subgraphs. Experiments show that GRALAN significantly outperforms existing methods, particularly on complex multi-hop reasoning tasks, establishing a new paradigm for KG-LLM integration that maintains structural fidelity while leveraging LLMs' reasoning capabilities.
Chinese Translation
大型语言模型(LLMs)在推理方面表现出色,但受益于知识图谱(KGs)提供的基础。然而,将这两种范式整合起来具有挑战性。我们提出了GRALAN,它通过保持图结构的关系令牌,使知识图谱能够直接在大型语言模型的语义空间中进行交流。GRALAN的可训练语言中介为任何冻结的大型语言模型生成结构化令牌,为知识密集型应用奠定基础。我们通过将任务重新构建为针对问题聚焦子图的实体分类,展示了其在问答中的有效性。实验表明,GRALAN在复杂的多跳推理任务上显著优于现有方法,建立了一种新的知识图谱与大型语言模型整合的范式,既保持了结构的完整性,又利用了大型语言模型的推理能力。
cs.AI / 85 / 2608.01183

Co-evolution of social reward and punishment under institutional interventions

制度干预下社会奖励与惩罚的共同演化
Nguyen, Van An, Huynh, Vuong Khang, Nguyen, Hoai Thuong, Duong, Duc Tin, Gia, An Nguyen, Nguyen, Tat Kien, Bui, Huu Loi, Tra, My Nguyen, Duong, Ho Nam, Phan, Ba Thanh, Vo, Thanh, Hoang, Dinh Anh Trung, Bashir, Adeela, Song, Zhao, Duong, Manh Hong, Trang, Le Hong, Han, The Anh
Abstract
We investigate how peer and institutional incentives jointly shape the evolution of cooperation, social welfare, and enforcement efficiency in social dilemmas. In a Prisoners Dilemma with four strategies, unconditional cooperators (C), defectors (D), social punishers (SP), and social rewarders (SR), we allow decentralised peer incentives and centralised institutional incentives to act simultaneously, with the institution able to reward or punish any subset of strategies. In infinite well-mixed populations, we analyse the resulting four-strategy replicator dynamics, and in structured populations we use agent-based simulations on square lattices to study spatial effects and network reciprocity. Intervention schemes are evaluated by equilibrium states and evolutionary flow for infinite well-mixed populations, by cooperation levels and social welfare for structured populations, defined as aggregate population payoff net of institutional cost. We find that peer punishment most strongly promotes cooperation, whereas peer reward is more beneficial for social welfare. Institutionally rewarding peer incentive strategies substantially improves both cooperation and welfare, while subsidising unconditional cooperators has little impact. Under institutional punishment, directly penalising defectors is the only consistently effective policy; punishing peer incentive strategies dismantles decentralised incentives, reduces cooperation, and harms social welfare, showing that maximising cooperation does not necessarily optimise overall societal benefit. Our findings provide design principles for institutions seeking to balance cooperation promotion with welfare maximisation.
Chinese Translation
我们研究了同伴和制度激励如何共同塑造社会困境中合作、社会福利和执行效率的演变。在一个包含四种策略的囚徒困境中,包括无条件合作者(C)、背叛者(D)、社会惩罚者(SP)和社会奖励者(SR),我们允许分散的同伴激励和集中式的制度激励同时发挥作用,机构能够奖励或惩罚任何策略子集。在无限均匀混合的种群中,我们分析了由此产生的四策略复制者动态,而在结构化种群中,我们使用基于代理的模拟在方形晶格上研究空间效应和网络互惠。干预方案通过无限均匀混合种群的均衡状态和演化流进行评估,通过结构化种群的合作水平和社会福利进行评估,后者定义为扣除制度成本后的总人口收益。我们发现,同伴惩罚最强烈地促进了合作,而同伴奖励对社会福利更为有利。制度奖励同伴激励策略显著改善了合作和福利,而补贴无条件合作者的影响微乎其微。在制度惩罚下,直接惩罚背叛者是唯一始终有效的政策;惩罚同伴激励策略会破坏分散激励,减少合作,并损害社会福利,表明最大化合作并不一定优化整体社会利益。我们的研究结果为寻求在促进合作与最大化福利之间取得平衡的机构提供了设计原则。
cs.AI / 86 / 2608.01193

Humans Are More Diverse: Frontier LLMs Show Extreme Policies in Idealised AI Development Races

人类更具多样性:前沿大型语言模型在理想化人工智能发展竞赛中表现出极端政策
Pham, Phu Hoa, Sy, Duy Minh Dao, Huynh, Trung Kiet, Lam, Phu Quy Nguyen, Tran, Chi Nguyen, Le, Minh Trung, Le, Phong Hao, Nguyen, Dinh Nam, Dong, Thien Ky Nguyen, Domingos, Elias Fernandez, Trang, Le Hong, Han, The Anh
Abstract
An AI development race creates a multi-agent safety dilemma. Each company can develop slowly and safely, or move faster while taking a risk that may remove its final reward. We use this repeated game to study strategic safety behaviour among large language model (LLM) agents in races with two to five players. However, a valid action does not show that an agent understands the game. We therefore place an audit gate before behavioural interpretation. We first verify the game engine, then test rule recall, state tracking, payoff calculation, and stability under different but equivalent task descriptions. We then compare LLM action sequences with an evolutionary game-theory benchmark and published human data, and explore differences across models, risk conditions, personas, and two- to five-player races. The audit shows that strong rule recall can coexist with weak state tracking and expected-payoff calculation. Providing verified arithmetic and changing the response representation can also change later actions, even when the game rules stay fixed. Across seven tested model endpoints, aggregate rates hide large differences in action sequences, responses to opponents, and responses to race position. Patterns across the tested three- to five-player races are also model-specific rather than a single effect of adding competitors. These results show why multi-agent AI-race simulations need validity checks and trajectory-level analysis before their outputs are described as strategic, human-like, or safety-aware. Our findings are exploratory and apply only to the tested models, prompts, and decoding settings.
Chinese Translation
人工智能发展竞赛创造了一个多主体的安全困境。每家公司可以选择缓慢而安全地发展,或在冒险中加速发展,这可能会剥夺其最终的奖励。我们利用这一重复博弈研究大型语言模型(LLM)代理在两到五名参与者的竞赛中的战略安全行为。然而,一个有效的行动并不意味着代理理解游戏。因此,我们在行为解释之前设置了一个审计门。我们首先验证游戏引擎,然后测试规则回忆、状态跟踪、收益计算以及在不同但等效的任务描述下的稳定性。接着,我们将LLM的行动序列与进化博弈理论基准和已发布的人类数据进行比较,并探讨在模型、风险条件、角色以及两到五名参与者的竞赛中的差异。审计显示,强规则回忆可以与弱状态跟踪和预期收益计算共存。提供经过验证的算术和改变响应表示也可以改变后续行动,即使游戏规则保持不变。在七个测试的模型端点中,汇总率掩盖了行动序列、对对手的响应以及对竞赛位置的响应之间的巨大差异。在测试的三到五名参与者的竞赛中,模式也是特定于模型的,而不是仅仅是增加竞争者的单一效应。这些结果表明,多代理人工智能竞赛模拟需要有效性检查和轨迹级分析,才能在其输出被描述为战略性、人类化或安全意识之前。我们的发现是探索性的,仅适用于测试的模型、提示和解码设置。
cs.AI / 87 / 2608.01197

Reputation-driven Cooperation in Lattice-based Decentralized Federated Learning through Evolutionary Game Theory

基于声誉驱动的格子结构去中心化联邦学习中的合作研究:演化博弈理论视角
Huynh, Phuc Hoang Truong, Vinh, Dung Tran, Lam, Khoa Duc Anh, Truong, An Nghiem Nguyen, Bui, Uyen Nha Tran, Dinh, Khang Nguyen, Gia, Bao Nguyen Le, Nhat, Minh Le Nguyen, Duong, Manh Hong, Han, The Anh, Nguyen, Thi Ai Thao, Trang, and Le Hong
Abstract
Decentralized Federated Learning (DFL) has emerged as an optimal privacy-preserving solution; however, it remains vulnerable to opportunistic behaviors due to the absence of a central coordinator. While Evolutionary Game Theory (EGT) serves as a powerful framework for analyzing such behaviors, existing studies often assume that agents possess perfect rationality and maintain static strategies. To address these limitations, this paper proposes a novel EGT framework designed to analyze strategic evolution and enhance overall system performance. The primary contributions of this work are threefold: First, we model peer-to-peer (P2P) interactions on a lattice network structure under the assumption of bounded rationality. Second, we formulate a comprehensive payoff matrix incorporating training costs, communication overhead, and cooperative rewards, while tailoring a strategy update rule that captures spatial propagation dynamics. Third, we integrate a reputation-based reward-and-punishment mechanism to effectively deter free-riding behaviors. Simulation results demonstrate that the framework significantly outperforms the baseline. Specifically, it increases average accuracy from approximately 70% to 82%, elevates cooperation frequency to approach 100% (compared to below 5% in the baseline), and drops accuracy variance from around 0.40 to 0.002, thereby accelerating uniform convergence and ensuring system stability.
Chinese Translation
去中心化联邦学习(DFL)作为一种优越的隐私保护解决方案应运而生;然而,由于缺乏中央协调者,它仍然容易受到机会主义行为的影响。尽管演化博弈理论(EGT)作为分析此类行为的强大框架,但现有研究通常假设代理具有完美理性并保持静态策略。为了解决这些局限性,本文提出了一种新颖的EGT框架,旨在分析战略演化并提升整体系统性能。本研究的主要贡献有三方面:首先,我们在有界理性的假设下,对格子网络结构中的点对点(P2P)交互进行建模。其次,我们制定了一个综合的收益矩阵,涵盖了训练成本、通信开销和合作奖励,同时量身定制了一种捕捉空间传播动态的策略更新规则。第三,我们整合了一种基于声誉的奖惩机制,以有效遏制搭便车行为。仿真结果表明,该框架显著优于基线。具体而言,平均准确率从约70%提高至82%,合作频率接近100%(相比基线的5%以下),并将准确率方差从约0.40降至0.002,从而加速均匀收敛并确保系统稳定性。
cs.AI / 88 / 2608.01223

Perspectives on Tsallis Statistics for Artificial Intelligence

关于人工智能的Tsallis统计学视角
da Costa, Kleyton, Modenesi, Bernardo
Abstract
Tsallis statistics generalizes Boltzmann-Gibbs statistical mechanics through a single real parameter $q$ that controls the weight assigned to rare and frequent events. Originally proposed to describe physical systems with long-range correlations, multifractal geometry, and heavy-tailed fluctuations, the framework has become a recurring ingredient in modern artificial intelligence (AI): it underlies sparse attention mechanisms (\textsc{sparsemax} and $\alpha$-\textsc{entmax}), maximum-entropy reinforcement learning with controllable exploration, robust and heavy-tailed probabilistic models, and a family of generalized loss functions and regularizers. This paper offers a structured perspective on where Tsallis statistics meets AI. We first review the mathematical core: $q$-entropy and its variational (maximum-entropy) foundation, the $q$-exponential and $q$-logarithm, the $q$-central limit theorem, $q$-Gaussian distributions, and their dynamical origin in superstatistics, emphasizing the properties that matter for machine learning. We then survey applications across softmax generalization, reinforcement learning, sequential and graph neural models, generative and probabilistic modeling, loss design, and optimization, extracting the recurring design pattern in each case: a tunable interpolation between dense/uniform and sparse/peaked behavior governed by $q$. We further argue that the heavy-tailed weight spectra and gradient-noise statistics empirically observed in deep networks are themselves nonextensive signatures, placing modern learning dynamics within the scope of $q$-statistics. Finally, we discuss methodological pitfalls, the relationship to information geometry and $q$-exponential families, and open directions, arguing that $q$ should be treated as a learnable inductive bias rather than a fixed hyperparameter.
Chinese Translation
Tsallis统计学通过一个控制稀有事件和频繁事件权重的实参数$q$,对Boltzmann-Gibbs统计力学进行了推广。最初被提出用于描述具有长程相关性、多重分形几何和重尾波动的物理系统,该框架已成为现代人工智能(AI)中的一个反复出现的组成部分:它是稀疏注意机制(sparsemax和$eta$-entmax)、可控探索的最大熵强化学习、稳健的重尾概率模型,以及一系列广义损失函数和正则化器的基础。本文提供了一个结构化的视角,探讨Tsallis统计学与人工智能的交汇点。我们首先回顾数学核心:$q$-熵及其变分(最大熵)基础、$q$-指数和$q$-对数、$q$-中心极限定理、$q$-高斯分布及其在超统计学中的动态起源,强调对机器学习重要的特性。接着,我们调查了在softmax推广、强化学习、序列和图神经模型、生成和概率建模、损失设计和优化等方面的应用,提取出每种情况中反复出现的设计模式:由$q$控制的稠密/均匀与稀疏/尖峰行为之间的可调插值。我们进一步论证,在深度网络中经验观察到的重尾权重谱和梯度噪声统计本身就是非扩展特征,将现代学习动态置于$q$-统计学的范围内。最后,我们讨论了方法论陷阱、与信息几何和$q$-指数族的关系以及未来的研究方向,主张$q$应被视为可学习的归纳偏置,而非固定的超参数。
cs.AI / 89 / 2608.01233

CT-PrepAgent: Bounded Policy and Controlled Execution for Adaptive CT Data Preparation

CT-PrepAgent:用于自适应CT数据准备的有界策略和受控执行
Fan, Xiaolin, Pei, Yue, Zhang, Yingying, Zhu, Haogang
Abstract
Heterogeneous computed tomography (CT) acquisitions and diverse downstream task requirements limit the transferability of fixed data preparation workflows across data sources and tasks. Existing approaches typically rely on manually designed or dataset-specific rules, making it difficult to accommodate changes in acquisition conditions and analytical objectives without manual intervention. Large language model (LLM)-based agents have shown promise for automating medical workflows, yet their potential for adaptive CT data preparation remains largely unexplored. To bridge this gap, we propose CT-PrepAgent, which enables adaptive CT data preparation through a bounded policy and controlled deterministic execution. Deterministic inspection constructs structured data--task profiles, from which a policy decides an eligible DICOM series or predefined preprocessing profile, while the controlled execution flow guards, resolves, executes, and verifies the decision with bounded recovery when enabled and safe quarantine otherwise. Across three public CT segmentation tasks, CT-PrepAgent derived data-task adaptive preprocessing decisions and achieved the highest macro-average Dice. On two private raw-DICOM cohorts, CT-PrepAgent increased verified output yield from 61.7\% to 70.0\% and yielded similar registration metrics on common verified outputs. Controlled fault and replay tests validate bounded recovery, safe quarantine, and policy-free replay under tested fault and drift settings.
Chinese Translation
异构计算机断层扫描(CT)采集和多样化的下游任务需求限制了固定数据准备工作流在不同数据源和任务之间的可转移性。现有方法通常依赖于手动设计或特定数据集的规则,这使得在没有人工干预的情况下,难以适应采集条件和分析目标的变化。基于大型语言模型(LLM)的代理在自动化医疗工作流方面显示出了潜力,但它们在自适应CT数据准备方面的潜力仍然未被充分探索。为了解决这一问题,我们提出了CT-PrepAgent,它通过有界策略和受控确定性执行实现自适应CT数据准备。确定性检查构建了结构化的数据-任务配置文件,策略从中决定合适的DICOM系列或预定义的预处理配置文件,而受控执行流程则在启用时进行有界恢复,在其他情况下进行安全隔离,负责守护、解决、执行和验证决策。在三个公共CT分割任务中,CT-PrepAgent推导出数据-任务自适应的预处理决策,并实现了最高的宏平均Dice。在两个私有原始DICOM队列中,CT-PrepAgent将验证输出率从61.7%提高到70.0%,并在常见的验证输出上获得了类似的配准指标。受控故障和重放测试验证了在测试的故障和漂移设置下的有界恢复、安全隔离和无策略重放。
cs.AI / 90 / 2608.01234

Learning What to Remember and What to Internalize in LLM Self-Evolution via Adaptive Memory-Parameter Coordination

通过自适应记忆参数协调学习大型语言模型自我进化中应记住和内化的内容
Ji, Tianyun, Huang, Zhenya, Liu, Jiayu, Liu, Zirui, Su, Yu, Pei, Hongbin
Abstract
Large language model agents increasingly operate in dynamic environments where tool interfaces, APIs, and user requirements change after deployment. Existing self-evolution methods mainly follow two paradigms: harness-based approaches, which externalize feedback into editable memories or skills for rapid adaptation, and parameter-based approaches, which internalize experience into model parameters for deeper capability improvement. However, using either mechanism alone creates a trade-off between flexibility and performance. This paper asks how an agent can coordinate both channels to achieve robust self-evolution. We present COVE, a unified agent self-evolution framework that combines harness-based and parameter-based learning through task-aware routing, stage-aware scheduling, and knowledge optimization. Through this design, COVE treats self-evolution not as indiscriminate accumulation of experience, but as a coordinated process that matches tasks and knowledge types to appropriate learning mechanisms. Experiments across multiple task categories show that COVE outperforms single-channel evolution strategies, demonstrating more robust and efficient improvement under changing environments.
Chinese Translation
大型语言模型代理在动态环境中越来越多地操作,其中工具接口、API和用户需求在部署后发生变化。现有的自我进化方法主要遵循两种范式:基于工具的方法,将反馈外化为可编辑的记忆或技能以实现快速适应;基于参数的方法,将经验内化为模型参数以实现更深层次的能力提升。然而,单独使用任何一种机制都会在灵活性和性能之间产生权衡。本文探讨了代理如何协调这两种渠道以实现稳健的自我进化。我们提出了COVE,一个统一的代理自我进化框架,通过任务感知路由、阶段感知调度和知识优化,结合了基于工具和基于参数的学习。通过这种设计,COVE将自我进化视为一个协调的过程,而不是无差别地积累经验,匹配任务和知识类型以适应适当的学习机制。在多个任务类别上的实验表明,COVE优于单通道进化策略,在变化的环境中表现出更稳健和高效的提升。
cs.AI / 91 / 2608.01319

Cognitive Demand Steering for Adaptive Meta-Reasoning in Large Language Models

大型语言模型中的认知需求引导与自适应元推理
Scoville, John, Chen, Shengzhuang, Bang, Yejin, Winzeck, Stefan, Schwarz, Jonathan Richard
Abstract
Recent meta-reasoning frameworks improve LLM reasoning by wrapping chain-of-thought generation in an iterative control loop, allowing more effective backtracking, termination of reasoning loops, and injection of promising reasoning patterns, among other strategy adjustments. Despite promising results, methods often rely on backward-looking reward functions, utilize coarse search actions, or require additional reasoning controller training requiring many-shot supervision. We introduce Cognitive Demand Steering (CDS), a training-free meta-reasoning framework equipped with residual demand assessment: at each step, an LLM-based progress evaluator characterizes the residual reasoning required to arrive at a solution rather than merely evaluating the previous step. This allows a meta-controller to select reasoning interventions comprising both general-purpose exemplars and actions (e.g., general guidance for quantitative reasoning) that directly tackle this forward-looking demand signal. This shift eliminates the need for any trained component while enabling zero-shot transfer across models and tasks with no adaptation. Rather than relying on coarse characterizations, we employ cognitive scales to both design interventions as well as profile initial problem complexity and residual demand signal over 16 dimensions motivated by cognitive science (e.g., attention and scan, learning and abstraction, spatio-physical reasoning), giving the controller a fine-grained vocabulary for diagnosing. Averaged across three frontier LLMs and six reasoning benchmarks, CDS improves accuracy by $21.9\%$ over direct calls and $9\%$ over standard CoT reasoning, with the largest gains on difficult mathematics and coding tasks.
Chinese Translation
最近的元推理框架通过将思维链生成包裹在一个迭代控制循环中来改善大型语言模型(LLM)的推理能力,从而允许更有效的回溯、推理循环的终止以及有前景的推理模式的注入等策略调整。尽管取得了令人鼓舞的结果,这些方法往往依赖于向后看的奖励函数,使用粗糙的搜索动作,或需要额外的推理控制器训练,这通常需要大量的监督。我们提出了认知需求引导(Cognitive Demand Steering, CDS),这是一种无训练的元推理框架,配备了残余需求评估:在每一步中,基于LLM的进展评估器描述到达解决方案所需的残余推理,而不仅仅是评估前一步。这使得元控制器能够选择包括通用示例和动作(例如,定量推理的一般指导)在内的推理干预,直接应对这一面向未来的需求信号。这一转变消除了对任何训练组件的需求,同时实现了在模型和任务之间的零-shot迁移,无需适应。我们不仅依赖粗略的特征描述,还利用认知量表来设计干预措施,并在16个维度上概述初始问题复杂性和残余需求信号,这些维度受到认知科学的启发(例如,注意力与扫描、学习与抽象、时空物理推理),为控制器提供了细粒度的诊断词汇。在三种前沿LLM和六个推理基准上,CDS的准确率比直接调用提高了$21.9\%$,比标准思维链推理提高了$9\ ext{ extperthousand}$,在困难的数学和编码任务中获得了最大的提升。
cs.AI / 92 / 2608.01324

G-ReAct: Graph-Guided Deep Search via Structure-State Co-Evolution

G-ReAct:通过结构-状态共同演化的图引导深度搜索
Yang, Shaoxiong, Zhang, Mengyuan, Lin, Shaojun, Li, Chao, Liu, Wei, Shao, Kun, Luan, Jian
Abstract
Deep search has become a fundamental capability of large language models (LLMs) for solving open-domain complex tasks. However, existing approaches typically rely on linear sequential reasoning for both trajectory generation and inference, making it difficult to consistently preserve intermediate states and constraints throughout long-horizon multi-hop search. Consequently, they often suffer from context forgetting, search drift, and inefficient exploration. To address these limitations, we propose $\textbf{G-ReAct}$, a reasoning framework for deep search that organizes reasoning as $\textbf{state evolution over a fixed-topology query graph}$. The evolving graph state explicitly tracks search progress and guides subsequent decisions, transforming exploratory search driven by textual history into graph-guided reasoning under explicit constraints. G-ReAct supports both training and inference: it generates high-quality deep-search trajectories for supervised fine-tuning and provides structured guidance for inference-time search without additional fine-tuning. Experiments demonstrate that with only 1.9K generated trajectories for fine-tuning, Qwen3-30B-A3B-Thinking-2507 achieves $52.6\%$ accuracy on BrowseComp-ZH and $79.0\%$ on XBench, outperforming comparable open-source methods trained on substantially larger datasets, including RL-enhanced methods. Furthermore, when applied at inference time, G-ReAct consistently improves the performance of existing strong LLMs on deep-search tasks. We will publicly release all code and model weights.
Chinese Translation
深度搜索已成为大型语言模型(LLMs)解决开放领域复杂任务的基本能力。然而,现有方法通常依赖于线性顺序推理来生成轨迹和进行推理,这使得在长时间跨度的多跳搜索中始终如一地保持中间状态和约束变得困难。因此,它们往往面临上下文遗忘、搜索漂移和低效探索等问题。为了解决这些局限性,我们提出了$ extbf{G-ReAct}$,一种将推理组织为$ extbf{固定拓扑查询图上的状态演化}$的深度搜索推理框架。演化的图状态明确跟踪搜索进展并指导后续决策,将由文本历史驱动的探索性搜索转变为在明确约束下的图引导推理。G-ReAct支持训练和推理:它为监督微调生成高质量的深度搜索轨迹,并在推理时提供结构化的搜索指导,无需额外的微调。实验表明,仅使用1.9K生成的轨迹进行微调,Qwen3-30B-A3B-Thinking-2507在BrowseComp-ZH上达到了$52.6\%$的准确率,在XBench上达到了$79.0\%$,超越了在大规模数据集上训练的可比开源方法,包括增强强化学习的方法。此外,在推理时应用G-ReAct时,现有强大的LLMs在深度搜索任务上的性能得到了持续改善。我们将公开发布所有代码和模型权重。
cs.AI / 93 / 2608.01341

402Pilot: An x402 Decision Layer for Autonomous Agent Micropayments

402Pilot:一种用于自主代理微支付的 x402 决策层
Li, Yin, He, Yanbo, Yang, Boo-Ho, Lawana, Rav, Li, Ziyue, Zeng, Wei, Tang, Jing, Tsung, Fugee
Abstract
Programmable-payment protocols such as x402 enable per-request micropayments, but they do not determine which payable service an autonomous agent should buy under a finite wallet. We formulate this buyer-side problem as agent-native payment decision-making: contextual provider selection under wallet pressure, chosen-only paid feedback, and changing market conditions. We propose 402Pilot, a protocol-agnostic buyer-side decision layer between autonomous agents and payment execution that implements purchasing policies for selecting among payable providers. We instantiate it with PA-DCT, a payment-aware discounted contextual Thompson-sampling policy that adapts purchasing decisions under wallet pressure while learning from post-payment feedback. To evaluate buyer-side payment policies, we introduce 402Pilot-Bench, a frozen-replay benchmark spanning 823 tasks, five heterogeneous provider pipelines, and three market regimes, each evaluated over 30 paired seeds. PA-DCT achieves the strongest fixed-wallet adaptive trade-off among non-oracle policies: it maintains competitive service quality while spending only 39 to 43 percent of the wallet and reallocates spending as market conditions change. It attains the best non-oracle PA-gap/T under the price shock and the best mean and worst-case ranks across the nine scenario-metric combinations of quality, ROI, and PA-gap/T. Comparisons with learning baselines and component ablations further support the effectiveness and design of the proposed decision policy. These results suggest that programmable payment must be complemented by buyer-side decision-making capable of learning service value and adapting purchasing decisions accordingly.
Chinese Translation
可编程支付协议如 x402 使得按请求进行微支付成为可能,但它们并未确定在有限钱包下自主代理应购买哪个可支付服务。我们将这一买方问题表述为代理本地的支付决策:在钱包压力下的上下文提供者选择、仅选择已支付反馈和不断变化的市场条件。我们提出了 402Pilot,这是一种协议无关的买方决策层,位于自主代理与支付执行之间,实施选择可支付提供者的购买策略。我们用 PA-DCT 实现了这一点,PA-DCT 是一种支付感知的折扣上下文汤普森采样策略,能够在钱包压力下调整购买决策,同时从支付后的反馈中学习。为了评估买方支付策略,我们引入了 402Pilot-Bench,这是一个涵盖 823 个任务、五个异构提供者管道和三个市场状态的冻结重放基准,每个基准在 30 对种子上进行评估。PA-DCT 在非预言者策略中实现了最强的固定钱包自适应权衡:它在仅花费钱包的 39% 到 43% 的情况下保持竞争性的服务质量,并在市场条件变化时重新分配支出。它在价格冲击下达到了最佳的非预言者 PA-gap/T,并在质量、投资回报率和 PA-gap/T 的九种场景指标组合中获得了最佳的平均和最坏情况排名。与学习基线和组件消融的比较进一步支持了所提决策策略的有效性和设计。这些结果表明,可编程支付必须辅以能够学习服务价值并相应调整购买决策的买方决策能力。
cs.AI / 94 / 2608.01344

Agentic Stage-One Stellarator Optimization: Autonomous Multi-Objective Search for Finite-Beta Equilibria

自主多目标搜索的第一阶段星际优化:有限β平衡态的优化
Zhang, Tingjia, Lu, Hongke, Meng, Zhuoran, Xu, Runlai
Abstract
Stage-one stellarator design searches a high-dimensional family of three-dimensional plasma boundaries and fixed-boundary MHD equilibria for configurations that jointly meet requirements on confinement, field-line topology, force balance, stability proxies, and geometry. These specifications do not provide a general constructive map to a validated finite-beta equilibrium. High-quality targets are commonly developed through iterative numerical optimization whose outcome depends on the initial configuration, active Fourier resolution, objective priorities, and local solver budget. Coordinating this process is computationally costly and expert-intensive, limiting both design throughput and the production of consistently evaluated data. We present a proof of concept for \emph{agentic} stage-one optimization. A bounded language-model agent diagnoses the current equilibrium and selects the next local optimization experiment, while deterministic DESC execution owns prescribed profiles and flux, symmetry, metric evaluation, solver validity, and acceptance. On a common-budget subset from an expanding finite-beta campaign, the number of gate-valid configurations increases from five inputs to nineteen outputs; median Boozer QS RMS decreases from $2.39\times10^{-4}$ to $1.07\times10^{-4}$, and median maximum principal curvature decreases from $62.56$ to $33.00\,\mathrm{m}^{-1}$. A complementary long route achieves a $9.10\times$ QS reduction while repairing magnetic-well and curvature defects. The system also records every attempted local action as transition evidence, yielding 734 structured parent--action--outcome records in the reported experiments. These results show that agentic outer-loop control can sustain finite-beta, multi-objective search and turn repeated optimization into a scalable source of improved equilibria and reusable decision data.
Chinese Translation
第一阶段星际设计在高维空间中搜索三维等离子体边界和固定边界的磁流体动力学(MHD)平衡态,以寻找同时满足约束、场线拓扑、力平衡、稳定性代理和几何形状要求的配置。这些规范并未提供一个通用的构造性映射来获得经过验证的有限β平衡态。高质量目标通常通过迭代数值优化来开发,其结果依赖于初始配置、活跃的傅里叶分辨率、目标优先级和局部求解器预算。协调这一过程在计算上成本高昂且需要专家参与,限制了设计的产出和一致评估数据的生成。我们提出了第一阶段优化的概念验证,采用一种有界语言模型代理来诊断当前平衡态并选择下一个局部优化实验,而确定性DESC执行则负责指定的轮廓和通量、对称性、度量评估、求解器有效性和接受度。在一个来自扩展有限β活动的共同预算子集上,门有效配置的数量从五个输入增加到十九个输出;中位Boozer QS均方根(RMS)从$2.39 imes10^{-4}$降至$1.07 imes10^{-4}$,中位最大主曲率从$62.56$降至$33.00 \, ext{m}^{-1}$。一个补充的长途路线实现了$9.10 imes$的QS减少,同时修复了磁阱和曲率缺陷。该系统还记录了每次尝试的局部行动作为转变证据,在报告的实验中产生了734个结构化的父-行动-结果记录。这些结果表明,自主外环控制能够维持有限β的多目标搜索,并将重复优化转变为可扩展的改进平衡态和可重用决策数据的来源。
cs.AI / 95 / 2608.01361

High-Stakes Decisions with Language Models: Insights from Emergency Triage

语言模型在高风险决策中的应用:来自紧急分诊的启示
Yamin, Khurram, Kelly, Christopher, Wilder, Bryan, Horvitz, Eric
Abstract
High-stakes decisions under uncertainty, such as medical emergency triage, require more than accurate predictions. They depend on estimating the likelihood of alternative outcomes while explicitly weighing the consequences of different actions, principles that have long formed the foundation of medical diagnosis and decision making. Yet language models are increasingly used for high-stakes clinical recommendations without explicit specification of the utilities governing these decisions. Here we show that emergency triage with language models can be understood within a probabilistic decision framework, providing a case study of a broader decision-analytic paradigm for steering, evaluating, and deploying language models in high-stakes settings. Using clinical vignettes from a structured evaluation of a consumer triage system, we analyze recommendations for treatment under alternative utility functions that specify the relative costs of missed emergencies and unnecessary escalation. We find that capable language models adjust recommendations in response to stated utilities, revealing that the same underlying predictions can support markedly different decision policies. These findings show that effective deployment depends not only on improving predictions but also on making decision objectives explicit. More broadly, they suggest that language models for high-stakes applications should be understood and evaluated as probabilistic decision systems whose recommendations depend jointly on predictive performance and explicit utilities.
Chinese Translation
在不确定性下的高风险决策,例如医疗紧急分诊,不仅需要准确的预测,还依赖于对替代结果可能性的评估,同时明确权衡不同行动的后果,这些原则长期以来构成了医学诊断和决策的基础。然而,语言模型在高风险临床推荐中的使用日益增加,但这些决策所依据的效用却未被明确规定。在此,我们展示了使用语言模型进行紧急分诊可以在一个概率决策框架内理解,为在高风险环境中引导、评估和部署语言模型提供了更广泛的决策分析范式的案例研究。通过对一个消费分诊系统的结构化评估中的临床案例进行分析,我们考察了在不同效用函数下的治疗推荐,这些效用函数明确了漏诊紧急情况和不必要升级的相对成本。我们发现,能够的语言模型会根据所陈述的效用调整推荐,揭示了相同的基本预测可以支持显著不同的决策政策。这些发现表明,有效的部署不仅依赖于提高预测的准确性,还依赖于明确决策目标。更广泛地说,这表明高风险应用中的语言模型应被理解和评估为概率决策系统,其推荐同时依赖于预测性能和明确的效用。
cs.AI / 96 / 2608.01369

CRAFTS: Collaborative Role-Adaptive Fine-Tuning of LLM Agents for Chemical Process Simulation

CRAFTS:化学过程模拟中大规模语言模型代理的协作角色自适应微调
Zhang, Ziyun, Lin, Yuxin, Lim, Eldin Wee Chuan, Ding, Xinghao
Abstract
Constructing an executable chemical-process model remains manually intensive. Chemical engineers translate underspecified requests into coupled decisions about unit operations, thermodynamics, streams, specifications, degrees of freedom (DoF), initialization, solver repair, and optimization; one error can invalidate the model. CRAFTS mirrors the staged workflow of chemical engineers by decomposing simulation building into bounded subtasks assigned to seven bounded roles, with deterministic IDAES/Pyomo gates between stages. Given a natural-language request, process flowsheet diagram (PFD) evidence, and curated chemical-engineering knowledge, Input Understanding and Intent recover requirements, constraints, and process semantics; visual, topology, and specification specialists translate them into typed simulator contracts; and Debug and Optimization support bounded repair and eligible optimization. Fine-tuning is applied to the three schema-critical visual, topology, and specification roles, while the remaining roles use untuned Qwen. The resulting VisualGraphIR, TopologyIR, SpecIR, BuildPlan, and SolveReport expose unit, port, thermodynamic, numerical, and execution decisions. Compatible constructors, property packages, and runners are attached only after semantic artifacts pass engineering gates. We introduce OpenIDAES-450, a 450-case IDAES process- simulation dataset, and evaluate the complete seven-role LangChain/LangGraph workflow through solve and eligible optimization on its frozen 82-case held-out split. CRAFTS completes the prescribed validation and execution contract for for 91.5% of cases and achieves unit, stream, and directed-connection F1 scores of 0.815, 0.791, and 0.782. These results demonstrate the effectiveness of role specialization, typed intermediate representations, and deterministic engineering gates for reliable automated process-model construction.
Chinese Translation
构建可执行的化学过程模型仍然是一个手动密集的工作。化学工程师将不明确的请求转化为关于单元操作、热力学、流量、规格、自由度(DoF)、初始化、求解器修复和优化的耦合决策;一个错误可能会使模型失效。CRAFTS 通过将模拟构建分解为分配给七个有限角色的有界子任务,反映了化学工程师的分阶段工作流程,并在阶段之间设置确定性的 IDAES/Pyomo 门。给定自然语言请求、过程流程图(PFD)证据和策划的化学工程知识,输入理解和意图恢复需求、约束和过程语义;视觉、拓扑和规格专家将其转化为类型化的模拟器合同;调试和优化支持有界修复和合格优化。微调应用于三个架构关键的视觉、拓扑和规格角色,而其余角色使用未调优的 Qwen。最终生成的 VisualGraphIR、TopologyIR、SpecIR、BuildPlan 和 SolveReport 显示了单元、端口、热力学、数值和执行决策。兼容的构造器、属性包和运行器仅在语义工件通过工程门后附加。我们引入了 OpenIDAES-450,这是一个包含 450 个案例的 IDAES 过程模拟数据集,并通过在其冻结的 82 个案例保留分割上进行求解和合格优化来评估完整的七角色 LangChain/LangGraph 工作流程。CRAFTS 完成了 91.5% 案例的规定验证和执行合同,并实现了单元、流量和定向连接的 F1 分数分别为 0.815、0.791 和 0.782。这些结果证明了角色专业化、类型化中间表示和确定性工程门在可靠的自动化过程模型构建中的有效性。
cs.AI / 97 / 2608.01377

CraftAlign: Feature-Grounded Evaluation and Revision Guidance for AI Stories

CraftAlign:基于特征的AI故事评估与修订指导
Yang, Yang, Xu, Boyun, Liang, Shaofeng, Han, Yun, Zhong, Zining, Lai, Songning, Yuan, Kaishen, Yue, Yutao
Abstract
Large language models can now generate fluent and complete stories, yet many outputs still feel formulaic and unnatural because of cliches, over-explanation, linear causal progression, and stereotyped endings, an immediately recognizable AI flavor. Existing detection and evaluation methods often stop at source labels or holistic scores, while revision methods typically target predefined issues through localized edits, limiting their ability to support multiple plausible revision strategies or guide story-wide changes in information release, causal organization, and ending treatment. We introduce CraftAlign, a framework that aligns AI stories with the craft of human storytelling by both assessing Human/AI writing patterns and providing revision guidance. CraftAlign comprises two learned modules and an inference-time guidance pipeline. A feature estimator built on Qwen3.5-9B predicts 304 explicit writing features spanning style and narrative. A class-conditional energy model scores the resulting feature configuration against Human and AI writing patterns, conditioning on the original writing prompt when available. At inference time, CraftAlign applies schema-valid structured perturbations, selects changes that move the feature configuration toward the Human writing pattern, and converts them into natural-language guidance for a separate editor to rewrite the full story. Experiments show that CraftAlign accurately distinguishes Human and AI writing patterns and that its guidance outperforms revision baselines across editors and in a human study.
Chinese Translation
大型语言模型现在能够生成流畅且完整的故事,但许多输出仍然显得公式化和不自然,原因在于陈词滥调、过度解释、线性因果进展和刻板印象结局,这些特征使其具有明显的AI风格。现有的检测和评估方法通常仅停留在源标签或整体评分上,而修订方法通常针对预定义问题进行局部编辑,这限制了它们支持多种合理修订策略或指导故事整体信息发布、因果组织和结局处理的能力。我们提出了CraftAlign,一个通过评估人类/AI写作模式并提供修订指导,将AI故事与人类讲故事的艺术对齐的框架。CraftAlign包括两个学习模块和一个推理时指导管道。基于Qwen3.5-9B构建的特征估计器预测了304个涵盖风格和叙事的显性写作特征。一个条件于类别的能量模型根据人类和AI写作模式对结果特征配置进行评分,并在可用时以原始写作提示为条件。在推理时,CraftAlign应用符合模式的结构扰动,选择使特征配置朝向人类写作模式移动的变化,并将其转化为自然语言指导,以便其他编辑重写完整故事。实验表明,CraftAlign能够准确区分人类和AI写作模式,其指导在各类编辑和人类研究中均优于修订基线。
cs.AI / 98 / 2608.01389

KoVRE: Training an Efficient Embedding Model for Korean Visual Document Retrieval

KoVRE:为韩国视觉文档检索训练高效嵌入模型
Choi, Yongbin, Shim, Gyuho, Jang, Youngjoon
Abstract
Visual Document Retrieval (VDR) directly matches text queries against document images, preserving visual and structural information that may be lost during text extraction. However, existing VDR models and training resources remain predominantly English-centric, while many high-performing systems rely on massive backbones or storage-intensive multi-vector representations. To address these limitations, we introduce KoVRE: Korean Visual Document Retrieval Embedding, a single-vector retriever for Korean visual documents, alongside a comprehensive training recipe. We train the model on 708,729 Korean and English query-page pairs using positive-aware hard-negative mining and conduct controlled analyses of training-data composition, hard-negative treatment, and reranker-based knowledge distillation. Across Korean visual document retrieval benchmarks, our 2B model substantially improves over the base backbone model, outperforming both its 8B single-vector counterpart and a strong multi-vector baseline. These results demonstrate that targeted bilingual supervision and our carefully designed training strategies can produce a highly effective Korean VDR model across diverse document domains, without requiring a scaled-up backbone or multi-vector representations.
Chinese Translation
视觉文档检索(VDR)直接将文本查询与文档图像进行匹配,保留在文本提取过程中可能丢失的视觉和结构信息。然而,现有的VDR模型和训练资源仍然主要集中于英语,而许多高性能系统依赖于庞大的主干网络或存储密集型的多向量表示。为了解决这些限制,我们提出了KoVRE:韩国视觉文档检索嵌入,这是一个针对韩国视觉文档的单向量检索器,并提供了一套全面的训练方案。我们在708,729对韩英查询-页面对上训练该模型,采用正向感知的困难负样本挖掘,并对训练数据组成、困难负样本处理和基于重排器的知识蒸馏进行了控制分析。在韩国视觉文档检索基准测试中,我们的2B模型在基础主干模型的基础上显著提升,超越了其8B单向量对应物和强大的多向量基线。这些结果表明,针对性的双语监督和我们精心设计的训练策略能够在不同文档领域中产生高效的韩国VDR模型,而无需扩展主干网络或多向量表示。
cs.AI / 99 / 2608.01414

No Single Neuron of Failure: Distributed Safety Alignment Against White-Box Attacks

没有单一神经元的失败:针对白盒攻击的分布式安全对齐
Xie, Simiao, Shi, Chuancheng, Li, Shangze, Wu, Wenhua, Shen, Fei, Zhou, Ying, Wang, Zhiyong, Chua, Tat-Seng
Abstract
With the rapid release of open-weight large foundation models, safety threats are shifting from black-box jailbreaks to neuron-level white-box attacks that directly identify and manipulate safety-related neurons. Existing alignment methods often investigate the safety behavior on a small number of neurons, creating fragile single point of failure with limited redundancy. To address this issue, we propose distributed safety alignment (DSA), which redundantly encodes safety capabilities across multiple computational neurons, ensuring that the model maintains its safety baseline even when critical safety neurons are disrupted. Specifically, we localize the intervention to the inputs of the down-projection layers in language-side feed-forward networks and treat each feature coordinate as the activation of an individual neuron. DSA then combines neuron activations with loss gradients to compute a direction-aware first-order Taylor score that globally identifies the neurons that contribute most to the current refusal behavior of the model. Finally, targeted disruption via deterministic masking and stochastic dropout is coupled, forcing the model to abandon narrow safety neurons and redundantly encode safety behavior across multiple compensatory neurons. Extensive experiments show that DSA substantially improves robustness against white-box neuron-level safety attacks while preserving the model's general language and multimodal utility.
Chinese Translation
随着开放权重的大型基础模型的快速发布,安全威胁正在从黑盒越狱转向神经元级白盒攻击,这些攻击直接识别和操纵与安全相关的神经元。现有的对齐方法通常只研究少量神经元的安全行为,导致脆弱的单点故障,冗余性有限。为了解决这个问题,我们提出了分布式安全对齐(Distributed Safety Alignment, DSA),它在多个计算神经元中冗余编码安全能力,确保即使在关键安全神经元受到干扰时,模型仍能保持其安全基线。具体而言,我们将干预局限于语言侧前馈网络的下投影层的输入,并将每个特征坐标视为单个神经元的激活。然后,DSA将神经元激活与损失梯度结合,计算一个方向感知的一阶泰勒分数,从而全局识别对模型当前拒绝行为贡献最大的神经元。最后,通过确定性掩蔽和随机失活的有针对性的干扰相结合,迫使模型放弃狭隘的安全神经元,并在多个补偿神经元中冗余编码安全行为。大量实验表明,DSA显著提高了对白盒神经元级安全攻击的鲁棒性,同时保持了模型的通用语言和多模态实用性。
cs.AI / 100 / 2608.01418

Reusing Rollouts under Policy Lag: Prefix-Normalized Policy Optimization for LLM Reinforcement Learning

在策略滞后下重用回滚:针对大型语言模型的前缀归一化策略优化
Zhang, Wenhao, Xie, Yibo, Wang, Rui, Yang, Jiahua, Jiang, Lei, Yang, Zibo, Wang, Yawei, Xu, Jiali, jasperawang, Long, Haoyang, Xiong, Huan, alantzhao
Abstract
Autoregressive rollout generation is a major computational cost in reinforcement learning for large language models. Reusing each rollout batch for additional learner updates amortizes this cost, but later updates become increasingly off-policy as the learner departs from the behavior policy. At a token position, exact off-policy correction must account for both the current action and the probability of reaching its prefix. The cumulative importance ratio provides this correction, but its product form can produce an unwieldy dynamic range. We study Prefix-Normalized Policy Optimization (PNPO), which replaces the cumulative ratio with the geometric mean of likelihood ratios along each causal prefix, preserving causal-prefix dependence at each position while compressing the log-weight scale. In controlled long-context mathematical reasoning experiments, we induce two off-policy regimes by using one or four policy-update epochs per rollout batch. PNPO does not consistently outperform GSPO with one epoch. With four epochs, it attains the highest observed Avg@32 on each benchmark; the unweighted mean of the three independently selected benchmark peaks is 50.24, 3.00 percentage points above GSPO. Under a matched 2,400-update budget, four-epoch PNPO reaches a final macro Avg@32 of 49.66 after 150 rollout batches, comparable to the 49.56 reached after 600 batches with one epoch. These results provide preliminary evidence that PNPO can be advantageous as training moves further off-policy.
Chinese Translation
自回归回滚生成是大型语言模型强化学习中的主要计算成本。重用每个回滚批次进行额外的学习者更新可以摊销这一成本,但随着学习者偏离行为策略,后续更新变得越来越偏离策略。在一个令牌位置,精确的偏离策略修正必须考虑当前动作及其前缀的到达概率。累积重要性比率提供了这一修正,但其乘积形式可能产生难以处理的动态范围。我们研究了前缀归一化策略优化(Prefix-Normalized Policy Optimization, PNPO),该方法用每个因果前缀的似然比的几何平均替代了累积比率,在每个位置保留因果前缀依赖性,同时压缩对数权重尺度。在受控的长上下文数学推理实验中,我们通过每个回滚批次使用一个或四个策略更新周期引入了两种偏离策略的机制。PNPO在一个周期时并未始终优于GSPO。在四个周期时,它在每个基准上达到了观察到的最高Avg@32;三个独立选择的基准峰值的无权平均为50.24,比GSPO高出3.00个百分点。在匹配的2400次更新预算下,四个周期的PNPO在150个回滚批次后达到了最终的宏观Avg@32为49.66,接近在600个批次后以一个周期达到的49.56。这些结果提供了初步证据,表明PNPO在训练进一步偏离策略时可能具有优势。
cs.AI / 101 / 2608.01423

Scoring Rules! Statistical and Strategic Alignment for Text Evaluation Metrics

评分规则!文本评估指标的统计与战略对齐
Xu, Shengwei, Lu, Yuxuan, Wu, Yifan, Hartline, Jason, Schoenebeck, Grant
Abstract
Reference-based text evaluation metrics, which are widely used to assess natural language generation systems, score a candidate response by comparing it with a reference response. The reliability of an evaluation metric is usually judged by its statistical correlation with human ratings. However, as these metrics are increasingly used as optimization objectives, correlation alone is no longer sufficient: agents may strategically game the evaluation metric. We study this issue through two complementary notions of alignment. A metric is statistically aligned if it correlates with human ratings and strategically aligned if it resists perturbations that do not add task-relevant information. We make two contributions. First, we propose test principles for reference-based metrics consisting of human-rating correlation, degradation sensitivity, and manipulation robustness. These principles evaluate whether a metric agrees with human judgments, penalizes low-effort information loss, and resists strategic score inflation. Second, we develop a unified design framework for mutual-information-based metrics that decomposes existing and new metrics into four choices: information measure, estimation method, text representation, and prediction mechanism. Across peer review, summarization, and question answering, we find that strong human-rating correlation does not imply strategic alignment: LLM-as-a-Judge achieves high correlation but is susceptible to manipulation. In contrast, mutual-information-based metrics substantially improve manipulation robustness. Our framework also uncovers a new metric that achieves the strongest overall robustness in our experiments while remaining competitive on human-rating correlation.
Chinese Translation
基于参考的文本评估指标广泛用于评估自然语言生成系统,通过将候选响应与参考响应进行比较来对候选响应进行评分。评估指标的可靠性通常通过其与人类评分的统计相关性来判断。然而,随着这些指标越来越多地被用作优化目标,仅仅依赖相关性已不再足够:代理可能会战略性地操控评估指标。我们通过两种互补的对齐概念来研究这个问题。如果一个指标与人类评分相关,则称其为统计对齐;如果它能够抵抗不增加任务相关信息的扰动,则称其为战略对齐。我们做出了两个贡献。首先,我们提出了基于参考的指标的测试原则,包括人类评分相关性、降级敏感性和操控鲁棒性。这些原则评估一个指标是否与人类判断一致、是否惩罚低努力的信息损失,以及是否抵抗战略性评分膨胀。其次,我们开发了一个统一的设计框架,用于基于互信息的指标,将现有和新指标分解为四个选择:信息度量、估计方法、文本表示和预测机制。在同行评审、摘要生成和问答任务中,我们发现强的人类评分相关性并不意味着战略对齐:LLM-as-a-Judge实现了高相关性,但容易受到操控。相比之下,基于互信息的指标显著提高了操控鲁棒性。我们的框架还揭示了一个新的指标,在我们的实验中实现了最强的整体鲁棒性,同时在与人类评分相关性方面保持竞争力。
cs.AI / 102 / 2608.01430

MRAFnd: Multimodal Retrieval-Augmented Framework for Zero-Shot Fake News Detection

MRAFnd:用于零样本假新闻检测的多模态检索增强框架
Zhang, Lehan, Cheng, Yinlei, Zhou, Shiqi Hu Yiheng, Li, Shangxi, Zhao, Naidong
Abstract
The rapid dissemination of multimodal content has intensified the spread of fabricated news, presenting a substantial threat to social integrity. A formidable challenge for current detection systems is identifying misinformation related to novel events in zero-shot scenarios. Prevailing zero-shot methods typically assess news items in isolation via semantic matching, a strategy that fails to recognize the recycled disinformation tactics from past campaigns and lacks the sophisticated reasoning needed to identify subtle, cross-modal discrepancies. To surmount these deficiencies, we introduce \textbf{MRAFnd}, a novel \underline{\textbf{M}}ultimodal \underline{\textbf{R}}etrieval-\underline{\textbf{A}}ugmented Framework for Zero-Shot \underline{\textbf{F}}ake \underline{\textbf{N}}ews \underline{\textbf{D}}etection. MRAFnd emulates a collaborative team of analysts to verify news veracity. The framework initiates with \textbf{Multimodal Similarity-based News Retrieval} to assemble a corpus of contextually analogous articles from an unlabeled reference database. Subsequently, during the \textbf{Bifurcated Evidential Reasoning} stage, agents perform a dual-directional analysis to extract critical patterns from the retrieved evidence. Finally, a \textbf{Multi-Agent Collaborative Debate}, involving Analyst and Arbiter agents, engages in a structured discourse to arrive at a definitive and robust conclusion. Comprehensive experiments on three benchmark datasets reveal that MRAFnd markedly surpasses state-of-the-art baselines, achieving an accuracy gain of up to 2.35\% on the demanding Weibo-21 dataset.
Chinese Translation
多模态内容的快速传播加剧了虚假新闻的传播,对社会诚信构成了重大威胁。当前检测系统面临的一大挑战是在零样本场景中识别与新事件相关的错误信息。现有的零样本方法通常通过语义匹配孤立地评估新闻条目,这一策略未能识别来自过去活动的重复性虚假信息策略,并且缺乏识别细微跨模态差异所需的复杂推理能力。为克服这些不足,我们提出了 extbf{MRAFnd},一种新颖的 extbf{多模态检索增强框架}(Multimodal Retrieval-Augmented Framework)用于零样本假新闻检测。MRAFnd模拟了一组分析师的协作团队来验证新闻的真实性。该框架首先通过 extbf{基于多模态相似性的新闻检索}(Multimodal Similarity-based News Retrieval)从未标记的参考数据库中汇集一组上下文相似的文章。随后,在 extbf{双向证据推理}(Bifurcated Evidential Reasoning)阶段,代理进行双向分析以提取从检索到的证据中关键的模式。最后,涉及分析师和仲裁者代理的 extbf{多代理协作辩论}(Multi-Agent Collaborative Debate)进行结构化讨论,以得出明确且稳健的结论。在三个基准数据集上的全面实验表明,MRAFnd显著超越了最先进的基线,在具有挑战性的Weibo-21数据集上实现了高达2.35 ext{%}的准确率提升。
cs.AI / 103 / 2608.01431

PolymerGPT: Multi-property Optimization with a Decoder-Based GPT Model for Generative Polymer Design

PolymerGPT:基于解码器的GPT模型在生成聚合物设计中的多属性优化
Pyle, Charlie, Gadari, Adarsh, Figg, C. Adrian, Jia, Zhenquan, Li, Yaohang, Zhu, Chunjiang
Abstract
Polymer property prediction and inverse generative design targeting desired properties are two crucial tasks in machine learning-assisted polymer design. While the former has received considerable attention, there have been limited methods developed for the latter. Existing methods focus on single-property optimization in the generative process, whereas accurate prediction of macroscopic material behavior requires simultaneous control of multiple physical properties. In this paper, we provide a transformative framework for direct optimization of a large collection of polymer properties. We propose PolymerGPT, a decoder-based GPT model that incorporates up to 37 commonly used polymer properties into the generative process via learned conditioning prefixes. It also supports a scaffold condition that specifies a desired scaffold for predicted structures. Our experimental results demonstrate that PolymerGPT achieves exceptional performance for unconditional and conditional generation while maintaining high validity, uniqueness, and novelty. Conditioning on five key properties yields generated structures whose predicted values closely match all target properties simultaneously.
Chinese Translation
聚合物属性预测和针对所需属性的逆向生成设计是机器学习辅助聚合物设计中的两个关键任务。尽管前者受到了相当大的关注,但后者的发展方法仍然有限。现有方法在生成过程中主要集中于单一属性的优化,而准确预测宏观材料行为则需要同时控制多个物理属性。在本文中,我们提供了一个变革性的框架,用于直接优化大量聚合物属性。我们提出了PolymerGPT,这是一种基于解码器的GPT模型,通过学习的条件前缀将多达37种常用聚合物属性纳入生成过程中。它还支持一种支架条件,用于指定预测结构的期望支架。我们的实验结果表明,PolymerGPT在无条件和有条件生成方面表现出色,同时保持高有效性、独特性和新颖性。对五个关键属性的条件生成产生的结构,其预测值与所有目标属性同时紧密匹配。
cs.AI / 104 / 2608.01432

A New Theory of Value for Post-AGI Economics

后AGI经济学的新价值理论
Ruan, Keyun
Abstract
Artificial general intelligence (AGI) may weaken scarcities in labour, expertise, information, and productive capability that underpin established theories of economic value. If cognitive work becomes widely automatable, market price, labour input, revealed preference, profit, and gross output may diverge sharply from human and societal benefit. This paper develops Flourishing Value Theory (FVT) as a foundation for post-AGI economics. FVT defines value as the counterfactual, distribution-sensitive contribution of a system, institution, asset, or intervention to the durable capabilities of persons and communities to flourish within social and planetary constraints. It treats societal value as multidimensional, agency-preserving, regenerative, and non-compensatory at critical thresholds. Drawing on the economics of AI, welfare and capability theory, automation, digital valuation, and ecological economics, the paper distinguishes value creation from value capture and retains price, profit, productivity, and GDP as partial signals rather than final measures of progress. It develops the shifts from scarcity to governed abundance, transaction to transformation, and zero-sum rivalry to positive-sum and infinite-game dynamics, with collective expansion of consciousness as an agency-preserving form of regenerative value. Building on Flourishing Metrics and Return on Flourishing (RoF), it proposes a layered architecture for firms, governments, work transitions, AI governance, and national accounting. The central post-AGI economic problem is not how to maximise output, but how to convert abundant intelligence into durable, fairly distributed human, societal, and planetary flourishing.
Chinese Translation
人工通用智能(AGI)可能削弱支撑现有经济价值理论的劳动、专业知识、信息和生产能力的稀缺性。如果认知工作变得广泛可自动化,市场价格、劳动投入、显性偏好、利润和总产出可能与人类和社会的利益产生显著偏离。本文发展了繁荣价值理论(Flourishing Value Theory, FVT),作为后AGI经济学的基础。FVT将价值定义为一个系统、机构、资产或干预措施对个人和社区在社会和地球约束下繁荣的持久能力的反事实、分配敏感性贡献。它将社会价值视为多维的、保留代理权的、再生的,并且在关键阈值下是非补偿性的。本文借鉴了人工智能经济学、福利与能力理论、自动化、数字估值和生态经济学,区分了价值创造与价值捕获,并将价格、利润、生产力和GDP视为部分信号,而非进步的最终衡量标准。它发展了从稀缺到治理丰盈、从交易到转型、从零和竞争到正和与无限游戏动态的转变,并将集体意识的扩展视为一种保留代理权的再生价值形式。基于繁荣指标和繁荣回报(Return on Flourishing, RoF),它提出了一个分层架构,适用于企业、政府、工作转型、人工智能治理和国家会计。后AGI经济的核心问题不是如何最大化产出,而是如何将丰盈的智能转化为持久的、公平分配的人类、社会和地球繁荣。
cs.AI / 105 / 2608.01437

Beyond Routing Saturation: A Long-Horizon Class-Incremental Perspective on Expert Routing in Multimodal Continual Instruction Tuning

超越路由饱和:多模态持续指令调优中专家路由的长视角增量分类视角
Yi, Huiyu, Xu, Yongqi, Zhang, Bogang, Tu, Dunwei, Zhiming, Xu, Xie, Zhen-Hao, Xu, Baile, Shen, Furao
Abstract
Multimodal Continual Instruction Tuning (MCIT) enables multimodal large language models to acquire new tasks sequentially while retaining previously learned capabilities. Many recent methods maintain task-specific LoRA experts and route each input to one or more experts at inference. Yet the task-identification problem underlying expert routing remains under-explored. We show that routing is nearly saturated on widely used MCIT benchmarks. Textual fingerprints that leak task identity and short 4--10-task sequences with few competing experts jointly obscure the long-horizon routing problem. To expose this challenge, we introduce FLEX (Fingerprint-reduced Long-horizon Expert eXamination), a 34-task long-horizon MCIT benchmark with weakened textual fingerprints. FLEX groups tasks with similar instruction and answer formats but diverse visual and knowledge domains, normalizes their outer templates, and evaluates routing over a substantially larger expert pool. Crucially, we formulate progressive-LoRA routing as soft task-as-class Multimodal Class-Incremental Learning (MCIL): each task defines an incremental routing class, whose complete score distribution supplies the LoRA mixture weights, with hard routing as a discrete special case. FLEX exposes this expanding task-identification challenge, while the MCIL formulation provides a principled interface for transferring CIL methods to expert routing. We instantiate PureLoRA as a controlled baseline and adapt four CIL methods to four MCIT frameworks without modifying their LoRA experts or generation pipelines. Our plug-in routers improve strict LoRA matching by up to 16.3 percentage points and overall MacroScore by up to 4.6 points. Code is available at: https://github.com/RINC-CL/FLEX
Chinese Translation
多模态持续指令调优(MCIT)使多模态大型语言模型能够顺序地获取新任务,同时保留先前学习的能力。许多近期的方法维持任务特定的LoRA专家,并在推理时将每个输入路由到一个或多个专家。然而,专家路由背后的任务识别问题仍然未得到充分探讨。我们显示,在广泛使用的MCIT基准上,路由几乎达到了饱和状态。泄露任务身份的文本指纹和短的4到10任务序列中竞争专家较少,联合掩盖了长视角路由问题。为了揭示这一挑战,我们引入FLEX(指纹减少的长视角专家检验),这是一个包含34个任务的长视角MCIT基准,具有减弱的文本指纹。FLEX将具有相似指令和答案格式但视觉和知识领域多样的任务进行分组,规范化它们的外部模板,并在一个显著更大的专家池中评估路由。关键是,我们将渐进式LoRA路由公式化为软任务即类的多模态增量学习(MCIL):每个任务定义一个增量路由类,其完整的得分分布提供LoRA混合权重,硬路由作为离散特例。FLEX揭示了这一扩展的任务识别挑战,而MCIL公式化为专家路由提供了一个有原则的接口,用于将CIL方法转移到专家路由。我们实例化PureLoRA作为受控基线,并将四种CIL方法适配到四个MCIT框架中,而不修改它们的LoRA专家或生成管道。我们的插件路由器将严格的LoRA匹配提高了最多16.3个百分点,整体MacroScore提高了最多4.6分。代码可在以下网址获取:https://github.com/RINC-CL/FLEX
cs.AI / 106 / 2608.01462

Loud or Silent? A Reusable Framework for Per-Modality Failure Analysis in Multimodal Clinical AI

响亮还是沉默?用于多模态临床人工智能的可重用框架进行逐模态故障分析
Bui, Quang, Jaiswal, Shlok, Paik-Heintz, Samuel, Zhou, Kevin, Madapati, Kaushik, Chaisutyakorn, Krittaphas, Hebdon, Noah Dane, Proios, Dimitrios, Ordóñez, Sebastián Andrés Cajas, Dobek, Kacper, Zhang, Boya, Dhedhi, Aly, Han, Ahram, Palakala, Kushul Reddy, Gorijavolu, Rahul, Kpodonu, Jacques, Celi, Leo Anthony
Abstract
Multimodal clinical models are usually judged on accuracy with every modality present, but deployment removes modalities; an echocardiogram is often unavailable where an ECG is routine. Two questions then matter beyond the size of the accuracy loss: which modality was responsible, and whether the model fails loudly or silently once that modality is dropped. The distinction is per-example and modality-level, and is separate from post-hoc feature attribution (e.g. SHAP). Models are replaced often; the evaluation that answers these questions is reused. We present a model-agnostic modality-failure framework: given N modality embeddings, any mask-aware probe, and labels, it returns a per-example failure taxonomy, a per-modality complementarity matrix that attributes error to modalities, and a loud-vs-silent dropout profile separating monitorable failures from those that pass unflagged far from the decision boundary, using only deployment-observable signals. We release it as a small, unit-tested harness and validate it against planted ground truth. Across seeds it recovers that planted modality dominance and complementary subset, reports per-modality loud-vs-silent rates, and scales to a three-modality complementarity matrix; because the planted structure is known by construction, this validates recovery of per-example attribution rather than clinical performance. We then instantiate the framework on frozen EchoJEPA and HuBERT-ECG embeddings for LVEF and the EF <= 40% HFrEF gate over a paired MIMIC-IV cohort, where on the held-out test split (n = 245) dropping echo nearly doubles error. The narrow echo-to-ECG overlap that bounds cohort size is itself a deployment finding for cardiac foundation models. All of our work can be found at https://github.com/criticaldata/PRIMED-AI.
Chinese Translation
多模态临床模型通常根据所有模态的准确性进行评估,但在部署时会移除某些模态;例如,在常规使用心电图(ECG)的地方,超声心动图(echocardiogram)往往不可用。因此,除了准确性损失的大小之外,还有两个问题值得关注:哪个模态是导致问题的原因,以及在移除该模态后模型是响亮地失败还是默默地失败。这一区别是逐个样本和模态级别的,且与事后特征归因(例如,SHAP)是不同的。模型经常被替换;回答这些问题的评估可以重复使用。我们提出了一种与模型无关的模态故障框架:给定 N 个模态嵌入、任何掩码感知探针和标签,它返回逐个样本的故障分类、一个模态互补矩阵,用于将错误归因于模态,以及一个响亮与沉默的掉落特征,区分可监测的故障与那些在决策边界远处未被标记的故障,仅使用可在部署中观察到的信号。我们将其作为一个小型的、经过单元测试的工具发布,并通过植入的真实数据进行验证。在不同的种子下,它恢复了植入的模态主导性和互补子集,报告了逐模态的响亮与沉默比率,并扩展到三模态互补矩阵;由于植入结构是通过构造已知的,这验证了逐个样本归因的恢复,而不是临床性能。然后,我们在冻结的 EchoJEPA 和 HuBERT-ECG 嵌入上实例化该框架,用于左心室射血分数(LVEF)和 EF <= 40% 的 HFrEF 门限,基于配对的 MIMIC-IV 队列,在保留的测试集(n = 245)上,去掉超声几乎使错误翻倍。限制队列规模的狭窄超声与 ECG 的重叠本身就是心脏基础模型的一个部署发现。我们所有的工作都可以在 https://github.com/criticaldata/PRIMED-AI 找到。
cs.AI / 107 / 2608.01463

Where Reasoning Diverges: Localized Multi-Agent Debate

推理分歧的地方:局部多智能体辩论
Gao, Weijun, Ding, Xiang, Xing, Tiancheng, Liu, Haoyang
Abstract
Multi-agent debate commonly exchanges complete reasoning traces even when disagreements concern only a few intermediate claims. We introduce Localized Multi-Agent Debate (LMAD), an inference-time protocol that represents agent traces as typed nodes, locates their earliest conflict, and restricts debate to the corresponding local segments. Guarded resolution extends a shared committed state so that later conflicts can be addressed without reopening accepted steps. We evaluate a single fixed LMAD configuration on four multi-hop question-answering benchmarks using ten backbones from four model families. Our method achieves the highest macro-averaged judge accuracy across all ten backbones, outperforming the strongest conventional baseline by up to 7.20 percentage points.
Chinese Translation
多智能体辩论通常会交换完整的推理轨迹,即使争议仅涉及少数中间主张。我们提出了局部多智能体辩论(Localized Multi-Agent Debate, LMAD),这是一种推理时协议,将智能体轨迹表示为类型化节点,定位它们最早的冲突,并将辩论限制在相应的局部片段。受保护的解决方案扩展了共享的承诺状态,以便后续冲突可以在不重新开启已接受步骤的情况下得到解决。我们在四个多跳问答基准上评估了单一固定的 LMAD 配置,使用来自四个模型家族的十个骨干网络。我们的方法在所有十个骨干网络中实现了最高的宏平均裁判准确率,超越了最强的传统基线,最高提升了 7.20 个百分点。
cs.AI / 108 / 2608.01464

Computing with Agentic Oracles

与自主神谕计算
Wang, Jie
Abstract
This paper extends the stochastic-oracle model of AI-augmented computing to include agentic oracles. Unlike a stationary stochastic oracle, which responds to the same query according to a fixed response distribution across calls, an agentic oracle can pursue a goal autonomously and may access an environment containing task-relevant resources. These capabilities affect both response distributions and token costs beyond what is visible at the query-response interface. We develop a framework for analyzing token costs in Stochastic-Oracle Turing Machines (SOTMs) that compute with agentic oracles. Each call has an \emph{orchestration token cost}, visible to the caller at the query-response interface, and an \emph{agentic token cost}, incurred by internal operations not exposed to the caller. We show that an SOTM computing with an agentic oracle that can retain intermediate state can have token-cost advantages over SOTMs using stationary stochastic oracles when solving the same task at the same quality level, both with and without environment access. We also investigate goal-loss risk, including how internal dispatch ordering can reduce exposure to irreversible actions. We provide a goal-loss avoidance criterion, derive progress--retry--goal-loss formulas, establish goal-depth lower bounds on token complexity, characterize token complexity when the probability of goal loss is zero, and show that goal-loss risk can impose an upper bound on the achievable quality of a task involving environment updates.
Chinese Translation
本文扩展了AI增强计算的随机神谕模型,以包括自主神谕。与根据固定响应分布对相同查询做出响应的静态随机神谕不同,自主神谕可以自主追求目标,并可能访问包含任务相关资源的环境。这些能力影响响应分布和令牌成本,超出了查询-响应接口所能看到的范围。我们开发了一个框架,用于分析计算自主神谕的随机神谕图灵机(SOTMs)中的令牌成本。每次调用都有一个在查询-响应接口上对调用者可见的 extit{编排令牌成本}和一个由未向调用者暴露的内部操作产生的 extit{自主令牌成本}。我们展示了,当使用自主神谕并能够保留中间状态时,SOTM在以相同质量水平解决相同任务时,相较于使用静态随机神谕的SOTM可以具有令牌成本优势,无论是否访问环境。我们还研究了目标丧失风险,包括内部调度顺序如何减少对不可逆行动的暴露。我们提供了一个目标丧失规避标准,推导了进展-重试-目标丧失公式,建立了令牌复杂度的目标深度下界,描述了目标丧失概率为零时的令牌复杂度,并展示了目标丧失风险可能对涉及环境更新的任务的可实现质量施加上限。
cs.AI / 109 / 2608.01480

Sweet Little Lies: Strategic Deception in AI Emotional Support Chatbots

甜蜜的小谎言:人工智能情感支持聊天机器人的战略欺骗
Pahuja, Aseem, Guo, Zhiling, Syed, Tahir Abbas
Abstract
The paper examines the strategic behavior of Gen AI chatbots used for emotional support. Using a Bayesian Persuasion, we model interactions between chatbots that send signals about users' emotional states and users who decide whether to engage based on these signals. We demonstrate that chatbots face economic incentives to occasionally misrepresent users' emotional conditions to maximize engagement metrics. Our equilibrium analysis reveals that the optimal strategy for chatbots involves truthfully reporting when users genuinely need support, but strategically misreporting emotional need when users are in good emotional states. Interestingly, this deception increases chatbot engagement without reducing users' expected payoff. More skeptical users receive more honest assessments, as chatbots cannot afford to lie to users with higher engagement thresholds. While our model suggests that deception can occur without payoff reduction, it raises significant ethical and regulatory concerns.
Chinese Translation
本文探讨了用于情感支持的生成型人工智能聊天机器人的战略行为。通过贝叶斯说服模型,我们模拟了聊天机器人与用户之间的互动,聊天机器人发送关于用户情感状态的信号,而用户根据这些信号决定是否参与。我们证明,聊天机器人面临经济激励,偶尔会错误地表述用户的情感状况,以最大化参与度指标。我们的均衡分析显示,聊天机器人的最佳策略是在用户确实需要支持时如实报告,但在用户情感状态良好时则战略性地错误报告情感需求。有趣的是,这种欺骗增加了聊天机器人的参与度,而并未降低用户的预期收益。更为怀疑的用户会收到更诚实的评估,因为聊天机器人无法对具有更高参与阈值的用户撒谎。尽管我们的模型表明欺骗可以在不减少收益的情况下发生,但这引发了重大的伦理和监管担忧。
cs.AI / 110 / 2608.01521

MineGrad: Gradient Inversion Attacks on LoRA Fine-Tuning

MineGrad:对LoRA微调的梯度反演攻击
Sami, Hasin Us, Sen, Swapneel, Guler, Basak
Abstract
Parameter-efficient fine-tuning (PEFT), such as low-rank adaptation (LoRA), has recently been adopted in federated learning to reduce communication and computation costs. In this setup, users download a pretrained model from the server prior to fine-tuning, and then fine-tune lightweight LoRA modules locally while keeping the pretrained model frozen, sharing only the gradients of the fine-tuning parameters with the server. Despite its growing popularity, robustness of federated fine-tuning against an adversarial server remains underexplored, where the server maliciously tampers with the training protocol to breach the privacy of users' data. In this work, we investigate gradient inversion attacks on LoRA fine-tuning. We propose an analytical attack that enables a malicious server to recover private user data by leveraging a poisoned pretrained model and fine-tuning parameters. Our design embeds fine-tuning data within the shared gradients, to allow the server to analytically reconstruct user data. Unlike prior works, our attack is applicable to both language and vision tasks, does not rely on computationally expensive (adversarial) pretraining with public datasets or require the number of training tokens to be less than the rank of LoRA modules. Experimental results on both language and vision tasks demonstrate high-fidelity data recovery across multiple baselines, revealing several critical vulnerabilities.
Chinese Translation
参数高效微调(PEFT),如低秩适应(LoRA),最近在联邦学习中被采用,以降低通信和计算成本。在这种设置中,用户在微调之前从服务器下载一个预训练模型,然后在保持预训练模型不变的情况下,局部微调轻量级的LoRA模块,仅与服务器共享微调参数的梯度。尽管其日益受到欢迎,但联邦微调在对抗性服务器下的鲁棒性仍然未得到充分探索,其中服务器恶意篡改训练协议以侵犯用户数据的隐私。在本研究中,我们调查了对LoRA微调的梯度反演攻击。我们提出了一种分析性攻击,使恶意服务器能够通过利用被污染的预训练模型和微调参数来恢复私有用户数据。我们的设计将微调数据嵌入共享的梯度中,以允许服务器分析性地重建用户数据。与先前的研究不同,我们的攻击适用于语言和视觉任务,不依赖于使用公共数据集进行计算开销大的(对抗性)预训练,也不要求训练令牌的数量少于LoRA模块的秩。对语言和视觉任务的实验结果展示了在多个基准上的高保真数据恢复,揭示了若干关键漏洞。
cs.AI / 111 / 2608.01543

V-Mem: Modality-Routed Retrieval for Long-Term Multimodal Agentic Memory

V-Mem:用于长期多模态代理记忆的模态路由检索
Kang, Dingyi, Jiang, Dongming, Li, Yi, Li, Guanpeng, Li, Bingzhe
Abstract
Interaction between users and LLM agents is increasingly multimodal: conversations interleave text with images, and a later question may target either. Yet most agent memories are designed around text, and even the few that support multimodal conversations still fail on vision-related questions. We trace this failure to an assumption behind the similarity search they rely on: in the index space, a query lies close to the relevant evidence that answers it. In multimodal settings, two gaps break it. By the modality gap, a query lies closer to memory content of its own modality than to evidence in another, even in a trained joint embedding space. By the similarity-relevance gap, the content most similar to a query is often not the evidence that answers it, most acutely when a query carries both text and image and its evidence resembles neither part alone. We present V-Mem, a multimodal agentic memory system that routes retrieval by the modality of the query and that of the target evidence, both recognized from the query alone. To cross the modality gap, V-Mem organizes the conversation into rounds and returns the target-modality content from the same round as the match, without comparing across modalities. To close the similarity-relevance gap, it searches with an LLM-generated anchor that sits closer to the relevant evidence than the query does: a hypothetical caption for a text-only query seeking an image, and an enriched search anchor, the query text plus relevant keywords extracted from the query image, when the evidence is reachable only by combining the two. On Mem-Gallery, V-Mem reaches an LLM-judge score of 0.82 versus 0.56 for the second best, with the largest margin on questions carrying an image (0.87, no baseline above 0.47); on LoCoMo it scores 0.69 versus 0.58.
Chinese Translation
用户与大型语言模型(LLM)代理之间的互动日益呈现多模态特征:对话中文本与图像交替出现,后续问题可能针对任一模态。然而,大多数代理记忆系统是围绕文本设计的,即使是少数支持多模态对话的系统,在视觉相关问题上仍然表现不佳。我们将这种失败归因于它们所依赖的相似性搜索背后的一个假设:在索引空间中,查询与回答它的相关证据相距较近。在多模态环境中,有两个差距打破了这一假设。首先是模态差距,查询更接近其自身模态的记忆内容,而不是其他模态的证据,即使在经过训练的联合嵌入空间中也是如此。其次是相似性-相关性差距,最与查询相似的内容往往不是回答它的证据,尤其是在查询同时包含文本和图像且其证据与任一部分都不相似时。我们提出了V-Mem,一个多模态代理记忆系统,通过查询的模态和目标证据的模态进行检索,这两者均仅从查询中识别。为了跨越模态差距,V-Mem将对话组织成轮次,并从同一轮中返回目标模态内容作为匹配,而不跨模态比较。为了缩小相似性-相关性差距,它使用一个由LLM生成的锚点进行搜索,该锚点比查询更接近相关证据:对于寻求图像的仅文本查询,锚点是一个假设的标题;而当证据只能通过结合两者获得时,锚点则是查询文本加上从查询图像中提取的相关关键词。在Mem-Gallery上,V-Mem的LLM评估得分为0.82,而第二名为0.56,且在带有图像的问题上差距最大(0.87,基线无高于0.47);在LoCoMo上得分为0.69,第二名为0.58。
cs.AI / 112 / 2608.01548

Emergence Invariance: From Symbolized Thought to Interface Refinement

涌现不变性:从符号化思维到界面精炼
Liu, Yi
Abstract
Language can be viewed as a formalized subset of thought: a consequence-governed symbolic structure projected from wider situated cognition. Large language models trained at scale exhibit compensatory emergence: sparse architectural primitives support in-context learning, multi-step reasoning, tool use, and chain of thought. Yet a language-first probabilistic architecture inherits substantive, substrate, and high-level incompletenesses relative to human cognition. Their coexistence makes an LLM a human-like thought-form generator that reconstructs increasingly human-like reasoning forms from an incomplete substrate. We ask whether emergence can compensate for every missing distinction. We formalize the philosophical premise as the Symbolization--Substructure Thesis and introduce emergence invariance. For a scale-indexed family acting through a shared task interface $\phi$, $\mathcal{R}_s^*=\mathcal{R}_\phi^*+C_s$: scale can reduce the compensation gap $C_s$, while a positive interface floor $\mathcal{R}_\phi^*$ persists. We prove that, under a fixed input law, one interface is universally no less informative exactly when its completed information $\sigma$-field refines the other, and that total compensation occurs exactly when both the interface floor and asymptotic compensation gap vanish. The framework unifies existing results on grounding, memory, position, attention, Bayesian inheritance, scientific abduction, and reasoning control. In a matched DeepSeek V4-Flash API study, thinking improves pointer chasing from $0/16$ to $14/16$ when relevant distinctions are available; exact observational twins remain at their $50\%$ construction floor; and restoring decisive memory moves matched performance from $50\%$ to $100\%$. These results provide initial evidence for the predicted separation between scaling within an interface and refining the interface itself.
Chinese Translation
语言可以被视为思维的一个形式化子集:这是一个由更广泛的情境认知投射出的受后果驱动的符号结构。经过大规模训练的大型语言模型展现出补偿性涌现:稀疏的架构原语支持上下文学习、多步推理、工具使用和思维链。然而,语言优先的概率架构相较于人类认知仍然存在实质性、底层和高层的不完整性。这种共存使得大型语言模型成为一种类人思维形式生成器,从不完整的底层重构出越来越类人化的推理形式。我们探讨涌现是否能够弥补每一个缺失的区分。我们将这一哲学前提形式化为符号化-子结构论,并引入涌现不变性。对于通过共享任务界面 $ heta$ 作用的规模索引家族,$ ext{R}_s^*= ext{R}_ heta^*+C_s$:规模可以减少补偿差距 $C_s$,而一个正的界面底线 $ ext{R}_ heta^*$ 依然存在。我们证明,在固定输入法则下,当一个界面的完成信息 $ ext{σ}$-域精炼另一个界面时,该界面在信息上是普遍不低于另一个界面的,并且当界面底线和渐近补偿差距同时消失时,完全补偿恰好发生。在这个框架下,统一了关于基础、记忆、位置、注意力、贝叶斯继承、科学推理和推理控制的现有结果。在一项匹配的 DeepSeek V4-Flash API 研究中,当相关区分可用时,思维将指针追踪的表现从 $0/16$ 提升至 $14/16$;精确的观察双胞胎保持在 $50\%$ 的构建底线;恢复决定性记忆的移动使表现从 $50\\%$ 提升至 $100\\%$。这些结果为预测的在界面内的扩展与界面本身的精炼之间的分离提供了初步证据。
cs.AI / 113 / 2608.01558

Securing Agentic AI: From Per-Action Checks to Trajectory Assurance

保障自主智能体的安全:从逐行动检查到轨迹保障
Lotfi, Alireza, Shanto, Subangkar Karmaker, Karim, Imtiaz, Bertino, Elisa
Abstract
Autonomous agents are increasingly used to execute consequential tasks in environments governed by operational constraints, organizational policies, regulatory requirements, and technical standards. Their safety is therefore determined not by the correctness of individual actions, but by whether their overall behavior remains consistent with the rules and invariants of the systems in which they operate. As large language model (LLM)-based agents become more autonomous and increasingly delegate tasks across organizational boundaries, securing them evolves from a single challenge into a broad and interconnected landscape spanning the entire agentic stack. At the single-agent level, untrusted inputs through prompts, memory, retrieved knowledge, and tool interfaces create attack surfaces. In multi-agent settings, delegation and communication introduce challenges related to identity, trust, capability control, and decision transparency, while the underlying model routing and execution control plane remains vulnerable to manipulation and to unverified model provenance. Perhaps the most fundamental challenge is behavioral containment: sequences of individually permissible actions may collectively violate system-level constraints and safety invariants. At the broader level, supply-chain integrity, provenance, accountability, and end-to-end observability remain largely open problems. A common principle unifies these directions: security must become a verifiable property of the architectures, protocols, and runtimes that govern agent behavior, rather than an optional layer of guidance. Charting these challenges provides a roadmap toward trustworthy autonomous agent deployment.
Chinese Translation
自主智能体越来越多地被用于在受操作约束、组织政策、监管要求和技术标准所支配的环境中执行重要任务。因此,它们的安全性并不取决于单个行动的正确性,而在于它们的整体行为是否与其所操作系统的规则和不变性保持一致。随着基于大型语言模型(LLM)的智能体变得更加自主,并在组织边界之间越来越多地委派任务,保障它们的安全性从一个单一的挑战演变为一个广泛而相互关联的全局性问题,涵盖整个智能体堆栈。在单个智能体层面,通过提示、记忆、检索知识和工具接口的不可信输入创造了攻击面。在多智能体环境中,委派和通信引入了与身份、信任、能力控制和决策透明度相关的挑战,而底层模型的路由和执行控制平面仍然容易受到操控和未经验证的模型来源的影响。也许最根本的挑战是行为约束:一系列个别允许的行动可能会共同违反系统级约束和安全不变性。在更广泛的层面上,供应链完整性、来源、问责制和端到端可观察性仍然是基本未解决的问题。这些方向统一的一个共同原则是:安全性必须成为治理智能体行为的架构、协议和运行时的可验证属性,而不是一个可选的指导层。绘制这些挑战提供了一条通往可信自主智能体部署的路线图。
cs.AI / 114 / 2608.01559

Does the Competitive Component of Adversarial Self-Play Improve Legal Reasoning? A Controlled Negative Result

对抗自我博弈的竞争成分是否改善法律推理?一个受控的负面结果
Kim, Miseog Shawn
Abstract
Adversarial self-play is an appealing recipe for legal reasoning: have a student model draft an argument, have an adversary attack it, and reward the student when its argument survives the attack. We designed exactly such a training signal -- a verifiable "survival" reward in which both the student's cited authorities and the adversary's counter-authorities are checked by a citation verifier, so that survival is decided on verified grounds rather than rhetoric, and fabricated citations are automatically neutralized. We then asked a narrow but important question: does the competitive component itself -- the adversary and the survival reward -- add anything on top of an otherwise identical non-competitive training run? Across four independent tests -- a bootstrap comparison, a two-seed replication, a paired per-case adversarial-robustness comparison, and a blinded head-to-head judgment of generated arguments, plus a follow-up pilot with a deliberately strengthened self-play adversary -- the competitive component produced no reliable benefit. The blinded judgment gave a 49% win rate (binomial p approx. 1.000); the strengthened-adversary pilot gave a 50% win rate (32:32, p approx. 1.000). An early apparent +29% advantage reversed and proved to be a small-sample artifact. We report this as an honest negative result. The value of the paper is reproducibility and the sharing of concrete pitfalls: an initially promising metric that inverted on more data, and an adversarial-robustness metric that silently collapsed to plain recall once the adversary stopped citing the same authorities as the gold answer. This null is consistent with, and reconfirms in the legal domain, the conclusion of the companion coding-domain study (Kim, 2026, arXiv:2607.08255) that the value of multi-teacher curricula arises from constructing a verifiable environment rather than from competition itself.
Chinese Translation
对抗自我博弈是一种吸引人的法律推理方法:让学生模型起草一个论点,让对手攻击它,并在学生的论点成功抵御攻击时给予奖励。我们设计了这样一个训练信号——一个可验证的“生存”奖励,其中学生引用的权威和对手的反对权威都由引用验证器进行检查,从而使生存的判断基于经过验证的依据而非修辞,虚构的引用也会被自动中和。然后我们提出了一个狭窄但重要的问题:竞争成分本身——对手和生存奖励——是否在其他相同的非竞争训练过程中增加了任何价值?通过四个独立的测试——一个自助比较、一个双种子复制、一个成对的逐案例对抗鲁棒性比较,以及对生成论点的盲判决,外加一个故意增强自我博弈对手的后续试点——竞争成分未产生可靠的益处。盲判决的胜率为49%(二项式p约为1.000);增强对手试点的胜率为50%(32:32,p约为1.000)。一个早期显现的+29%的优势被逆转,证明是一个小样本伪影。我们将此报告为一个诚实的负面结果。本文的价值在于可重复性和具体陷阱的分享:一个最初看似有前景的指标在更多数据上反转,以及一个对抗鲁棒性指标在对手停止引用与金标准答案相同的权威后悄然崩溃为普通召回。这一无效结果与法律领域的伴随编码领域研究(Kim, 2026, arXiv:2607.08255)的结论一致,并重新确认了多教师课程的价值源于构建可验证的环境,而非竞争本身。
cs.AI / 115 / 2608.01589

Is More Privileged Information Better? From Solution Traces to Problem-Solving Structure in Self-Distilled Reasoning

更多特权信息更好吗?从解决方案轨迹到自我蒸馏推理中的问题解决结构
Zhao, Xuyang, Zhang, Liting, Xu, Zichen, Wang, Zhihu, Caiyue, Xu, Zhao, Shiwan, Li, Qicheng
Abstract
On-policy self-distillation (OPSD) improves reasoning by using a privileged view of a model conditioned on reference solutions to supervise a student view that observes only the question. However, the teacher-provided token-level targets may depend on reference-specific information unavailable at inference time. We propose Problem-Space-Guided OPSD (PS-OPSD), which replaces the complete solution with trajectory-grounded guidance describing the initial state, goal conditions, constraints, and a selected state-transition path. The student rollout and OPSD objective remain unchanged. Across three mathematical reasoning benchmarks and model scales ranging from 1.7B to 8B, PS-OPSD achieves the highest aggregate question-only accuracy among the compared methods. Controlled experiments further indicate that guidance relevance and path coherence contribute to these gains, highlighting the representation of privileged information as an important design choice in OPSD.
Chinese Translation
基于策略的自我蒸馏(OPSD)通过使用模型在参考解决方案条件下的特权视角来改善推理,以监督仅观察问题的学生视角。然而,教师提供的令牌级目标可能依赖于推理时不可用的特定参考信息。我们提出了问题空间引导的OPSD(PS-OPSD),该方法用描述初始状态、目标条件、约束和选定状态转移路径的轨迹基础指导替代完整解决方案。学生的回滚和OPSD目标保持不变。在三个数学推理基准和模型规模从1.7B到8B的比较中,PS-OPSD在比较方法中实现了最高的仅问题准确率。控制实验进一步表明,指导的相关性和路径的一致性对这些提升有所贡献,突显了特权信息的表示作为OPSD中的一个重要设计选择。
cs.AI / 116 / 2608.01593

Latent Thought Credit: Multi-Answer Credit Assignment for Latent Reasoning

潜在思维信用:多答案信用分配用于潜在推理
Zhao, Xuyang, Zhang, Liting, Xu, Zichen, Chen, Yong, Zeng, Wenjia, Zhao, Shiwan, Li, Qicheng
Abstract
Latent reasoning allows language models to carry out intermediate reasoning in continuous latent representations rather than fully externalizing it as discrete chains of thought. However, assigning credit to such latent thoughts from answer-only rewards is difficult: a single final answer mixes thought quality with answer-sampling noise. We propose \textbf{Latent Thought Credit (LTC)}, a hierarchical credit-assignment framework for latent reasoning. For each prompt, LTC samples multiple latent thoughts, fixes the context after each thought, and estimates thought-level expected reward by averaging rewards over multiple answers generated from that fixed context. LTC uses thought-level advantages to optimize the latent-thought phase, answer-level advantages to optimize the answer phase, and an advantage-weighted thought-matching objective that helps the policy reproduce high-credit latent thoughts. We instantiate LTC in a GRPO-style on-policy training framework and evaluate it across mathematical reasoning and STEM multiple-choice tasks. LTC achieves the best average accuracy among the compared methods, while ablations and fixed-context diagnostics show that multi-answer estimation reduces reward-estimation error and mitigates ambiguous or incorrect thought-level credit.
Chinese Translation
潜在推理使语言模型能够在连续的潜在表示中进行中间推理,而不是将其完全外部化为离散的思维链。然而,从仅基于答案的奖励中为这些潜在思维分配信用是困难的:单一的最终答案将思维质量与答案采样噪声混合在一起。我们提出了 extbf{潜在思维信用(Latent Thought Credit, LTC)},这是一个用于潜在推理的分层信用分配框架。对于每个提示,LTC 采样多个潜在思维,在每个思维后固定上下文,并通过对从该固定上下文生成的多个答案的奖励进行平均来估计思维级别的期望奖励。LTC 使用思维级别的优势来优化潜在思维阶段,使用答案级别的优势来优化答案阶段,并采用加权优势的思维匹配目标,帮助策略重现高信用的潜在思维。我们在 GRPO 风格的在线训练框架中实例化 LTC,并在数学推理和 STEM 多项选择任务中进行评估。LTC 在比较方法中实现了最佳的平均准确率,而消融实验和固定上下文诊断表明,多答案估计减少了奖励估计误差,并缓解了模糊或不正确的思维级别信用问题。
cs.AI / 117 / 2608.01604

Post-Training on Office Work Improves Software Engineering: A Behavioral Account of Cross-Domain Transfer

办公室工作后的训练改善软件工程:跨领域转移的行为解释
Ritchie, Logan, Mehta, Sushant, Panavas, Liudas, Chen, Edwin
Abstract
Long-horizon tasks require agents to maintain coherent state and goals across nested and branching work. We call this capability goal-directed execution (GDE): the repeated application of four behaviors, namely selecting goals, constructing task-relevant state, maintaining fidelity to higher-level objectives, and verifying completion against the environment. We hypothesize that long-horizon post-training strengthens these behaviors across domains. We test this by post-training Qwen3.5-122B-A10B on 363 Long-Horizon Multi-Tool Agent (LHMTA) tasks drawn from office workflows. The collection contained no software-engineering tasks, yet the model's pass@1 improved by 5.8 points on SWE-Bench Pro. Matched trajectory analysis shows gains in all four GDE behaviors in both office workflows and software repositories. Aggregate SWE-Bench Pro statistics showed related changes in information gathering, implementation, and verification. Together, the results support a behavioral interpretation in which long-horizon post-training changed how the model organized and applied knowledge across tasks, with effects extending beyond the training domain.
Chinese Translation
长时间任务要求代理在嵌套和分支工作中保持一致的状态和目标。我们称这种能力为目标导向执行(goal-directed execution, GDE):即重复应用四种行为,即选择目标、构建与任务相关的状态、保持对更高层次目标的忠诚度,以及根据环境验证完成情况。我们假设长时间的后训练会增强这些跨领域的行为。我们通过对 Qwen3.5-122B-A10B 模型进行后训练,测试了来自办公室工作流程的 363 个长时间多工具代理(Long-Horizon Multi-Tool Agent, LHMTA)任务。该集合中没有软件工程任务,但模型在 SWE-Bench Pro 上的 pass@1 提高了 5.8 分。匹配轨迹分析显示,在办公室工作流程和软件库中,所有四种 GDE 行为均有所提升。聚合的 SWE-Bench Pro 统计数据表明信息收集、实施和验证方面的相关变化。综合来看,结果支持一种行为解释,即长时间的后训练改变了模型在任务间组织和应用知识的方式,影响超出了训练领域。
cs.AI / 118 / 2608.01619

When Memory Updates but Behavior Does Not: Repairing Implicit Stale Dependencies in Personalized Agent Responses

当记忆更新但行为不变:修复个性化代理响应中的隐性过时依赖
Sun, Haofei, He, Lin
Abstract
Memory-augmented agents can know that a user's stored state is outdated and still plan around the old value. The STALE benchmark calls this the implicit policy adaptation (IPA) gap. We identify one structural contributor: draft-anchored verification checks what a response says, and in an open-ended response the stale dependency is usually unsaid. StateAuditor therefore audits in the opposite direction, from stored state to draft. An LLM proposes candidate old-to-new transitions from timestamped evidence; deterministic code pins each quotation to a single entry, checks that the new evidence really is newer, and lets only these verified transitions trigger repair. What is verified is provenance and chronology - not semantic supersession. On STALE's full protocol (400 scenarios, 50-session histories, one independent response per query), strict single-query VTA scores .736 against .686 for our locked predecessor under the same judge: a +5.0-point paired gain (95% CI [+2.9, +7.2]) coming almost entirely from IPA and premise resistance (PR). The benchmark's own judge, from a third model family, reproduces the gain (.738 vs. .680). On an independent cross-family preference-evolution benchmark (HorizonBench), the full draft-audit-repair pipeline over a gold-derived structured store raises current-preference accuracy (user-clustered p<.01), though a matched control shows most of this external gain is the draft-side audit itself; a harder authored lifecycle set gives no gain, bounding the claim while false invalidation stays controlled. On STALE, by contrast, a matched control (same evidence, adapter, and call budget) scores only .692 (+0.6 over the predecessor, n.s.), attributing the STALE gain to the transition machinery rather than added context or calls. We make no claim about general-purpose agent memory.
Chinese Translation
增强记忆的代理可以意识到用户的存储状态已经过时,但仍然围绕旧值进行规划。STALE基准将此称为隐性策略适应(IPA)差距。我们识别出一个结构性因素:草稿锚定的验证检查响应内容,而在开放式响应中,过时的依赖通常是未言明的。因此,StateAuditor反向审计,从存储状态到草稿。一个大型语言模型(LLM)根据带时间戳的证据提出候选的旧到新转换;确定性代码将每个引用固定到单个条目,检查新证据确实是更新的,并仅让这些经过验证的转换触发修复。所验证的是来源和时间顺序,而不是语义的替代。在STALE的完整协议(400个场景,50个会话历史,每个查询一个独立响应)中,严格的单查询VTA得分为0.736,而我们锁定的前任得分为0.686:这是一个+5.0点的配对增益(95%置信区间[+2.9, +7.2]),几乎完全来自IPA和前提抵抗(PR)。基准的评审者来自第三个模型家族,重现了这一增益(0.738对0.680)。在一个独立的跨家族偏好演变基准(HorizonBench)上,完整的草稿审计修复管道提高了当前偏好准确性(用户聚类p<0.01),尽管匹配的对照显示大部分外部增益实际上是草稿侧审计本身;一个更难的作者生命周期集没有增益,限制了这一主张,同时虚假无效保持受控。相比之下,在STALE中,一个匹配的对照(相同证据、适配器和调用预算)仅得分0.692(比前任高0.6,未显著),将STALE增益归因于转换机制,而不是额外的上下文或调用。我们对通用代理记忆没有任何主张。
cs.AI / 119 / 2608.01637

Salami Attack: Stealthy Collusive Memory Poisoning against OpenClaw

香肠攻击:针对 OpenClaw 的隐秘协同记忆中毒
Lin, Zheng, Huang, Yuzhe, Niu, Zhenxing, Ye, Xianmin, Gao, Haichang
Abstract
Long-term memory enables LLM agents to retain useful information across sessions, but also creates an attack surface through which adversaries may poison an agent's persistent memory to steer its behavior. Existing memory poisoning attacks mainly rely on individually malicious records, overlooking a compositional threat: multiple benign-looking memories may jointly induce unsafe behavior. In this paper, we introduce MemCollusion, an automated red-teaming framework for constructing collusive memory poisoning attacks. MemCollusion applies salami tactics---a strategy that slices an adversarial objective into small, individually innocuous pieces---to generate memory fragments that are individually benign looking but collectively harmful. It constructs memory coalitions using four design constraints, five theory-informed strategies, and a fine-tuned generator. To assess collusive memory poisoning in a realistic cross-session setting, we develop MoltLab, a controlled research reproduction of Moltbook, in which crafted platform content must first be observed and distilled into persistent memory before influencing the agent's behavior in a separate session. We evaluate MemCollusion on OpenClaw using two backbone models across 48 scenarios. Under the strongest memory-saving setting, MemCollusion achieves an average Memory Save Rate of 81.3% and an Attack Success Rate of 75.0%, and remains effective under both benign memory dilution and memory-level defenses.
Chinese Translation
长期记忆使大型语言模型(LLM)代理能够在多个会话中保留有用信息,但也为对手提供了一个攻击面,通过该面对代理的持久记忆进行中毒,从而操控其行为。现有的记忆中毒攻击主要依赖于单个恶意记录,忽视了一种组合威胁:多个看似良性的记忆可能共同诱发不安全行为。在本文中,我们介绍了 MemCollusion,这是一种自动化的红队框架,用于构建协同记忆中毒攻击。MemCollusion 应用了香肠战术——一种将对手目标切分为小的、单独无害的部分的策略——以生成看似单独良性但整体上有害的记忆片段。它使用四个设计约束、五个理论驱动的策略和一个经过微调的生成器来构建记忆联盟。为了在现实的跨会话环境中评估协同记忆中毒,我们开发了 MoltLab,这是对 Moltbook 的受控研究复现,其中精心制作的平台内容必须首先被观察并提炼为持久记忆,才能在单独的会话中影响代理的行为。我们在 OpenClaw 上评估了 MemCollusion,使用两个基础模型进行了 48 种场景的测试。在最强的记忆节省设置下,MemCollusion 实现了平均记忆节省率 81.3% 和攻击成功率 75.0%,并在良性记忆稀释和记忆级防御下仍然有效。
cs.AI / 120 / 2608.01645

GISAgentBench: A Practitioner-Sourced Benchmark for Evaluating LLM Agents on GIS Tasks

GISAgentBench:用于评估大语言模型代理在地理信息系统任务中的表现的实践者来源基准
Pothuri, Abhinav, Jiang, Zhe, Xu, Zelin, Yang, Di
Abstract
Geographic Information System (GIS) professionals rely on multi-step spatial analysis workflows to support decision-making in urban planning, disaster response, and environmental monitoring. The process is tedious, time-consuming, and error-prone. While recent large language model (LLM) agents equipped with external tools have the potential to automate geospatial analysis, their ability to perform realistic GIS workflows remains largely unexplored. Existing GIS agent benchmarking datasets are mostly drawn from textbooks, tutorials, or LLM-generated seeds and remain limited in size and trajectory depth. More importantly, none provides ground truth outputs. They therefore rely on surrogate signals such as code similarity, trajectory matching, or LLM and VLM judges, which can conflate workflow resemblance with task correctness. To address this gap, we introduce GISAgentBench, a benchmark of 349 multi-step GIS tasks curated from GIS Stack Exchange and instantiated on real public data across six selected geographic areas of interest. Each task ships with an executable reference trajectory and an exact ground truth output file, enabling strict, deterministic, tolerance-aware output matching beyond LLM judging. Evaluations of six LLM models reveal that realistic GIS workflows remain challenging: the best agent completes only 32.7% of tasks under strict tolerance-aware scoring, although most models produce outputs that are close to the ground truth.
Chinese Translation
地理信息系统(GIS)专业人士依赖多步骤空间分析工作流程来支持城市规划、灾害响应和环境监测中的决策。该过程繁琐、耗时且容易出错。尽管最近配备外部工具的大语言模型(LLM)代理有潜力自动化地理空间分析,但它们在执行现实GIS工作流程方面的能力仍然 largely 未被探索。现有的GIS代理基准数据集大多来源于教科书、教程或LLM生成的种子,且在规模和轨迹深度上都有限。更重要的是,现有数据集均未提供真实的输出结果。因此,它们依赖于代码相似性、轨迹匹配或LLM和VLM评审等替代信号,这可能会将工作流程的相似性与任务的正确性混淆。为了解决这一问题,我们引入了GISAgentBench,这是一个由GIS Stack Exchange策划的349个多步骤GIS任务的基准,并在六个选定的地理兴趣区域的真实公共数据上进行实例化。每个任务都附带一个可执行的参考轨迹和一个精确的真实输出文件,从而实现严格的、确定性的、容忍度感知的输出匹配,超越了LLM的评判。对六个LLM模型的评估表明,现实的GIS工作流程仍然具有挑战性:最佳代理在严格的容忍度评分下仅完成32.7%的任务,尽管大多数模型生成的输出与真实输出接近。
cs.AI / 121 / 2608.01662

LongCat Sparse Attention: Taming the Lightning via Streaming-aware Hierarchical Cross-Layer Indexing

LongCat 稀疏注意力:通过流媒体感知的分层跨层索引驯服闪电
Zan, Wen, Zhang, Jiaqi, Tan, Jianchao, Liu, Hong, Wang, Cunguang, Li, Xiang, Ma, Duyue, Wu, Guanyu, Lu, Yifan, Li, Fengcun, Sun, Yerui, Pei, Peng, Xie, Yuchen, Cai, Xunliang
Abstract
DeepSeek Sparse Attention (DSA) enables efficient long-context modeling through its Lightning Indexer. However, practical deployment remains constrained by the indexer's expensive $O(L^2)$ scoring overhead and the hardware-inefficient, discontinuous memory-access patterns induced by its outputs. To address these system-level bottlenecks, we introduce LongCat Sparse Attention (LSA), a hardware-algorithm co-designed framework comprising three complementary and orthogonal strategies: (1) Streaming-Aware Indexing, which selectively converts scattered KV entries into hardware-aligned contiguous layouts to enable coalesced HBM access; (2) Cross-Layer Indexing, which amortizes indexing overhead by reusing the results produced by a single layer across consecutive layers, supported by cross-layer distillation; and (3) Hierarchical Indexing, which adopts a coarse-to-fine scoring scheme to progressively narrow the candidate set for each query, thereby substantially reducing indexing computation. Extensive scaling experiments, ranging from 69B-A3B to 560B-A27B models, demonstrate that LSA consistently achieves performance on par with full attention across both general-purpose and long-context benchmarks. Moreover, LSA supports native training with context lengths of up to one million tokens and underpins the development of LongCat-2.0 (1.6T-A48B). To facilitate further research, we also introduce and open-source LongCat-Flash-Lite-Sparse (69B-A3B), which integrates LSA into LongCat-Flash-Lite and incorporates an updated long-context training corpus.
Chinese Translation
DeepSeek 稀疏注意力(DSA)通过其闪电索引器实现了高效的长上下文建模。然而,实际部署仍受到索引器昂贵的 $O(L^2)$ 评分开销和其输出引发的硬件低效、不连续的内存访问模式的限制。为了解决这些系统级瓶颈,我们提出了 LongCat 稀疏注意力(LSA),这是一个硬件与算法共同设计的框架,包含三种互补且正交的策略:(1)流媒体感知索引,选择性地将分散的 KV 条目转换为硬件对齐的连续布局,以实现合并的 HBM 访问;(2)跨层索引,通过在连续层之间重用单层产生的结果来摊销索引开销,支持跨层蒸馏;(3)分层索引,采用粗到细的评分方案,逐步缩小每个查询的候选集,从而显著减少索引计算。广泛的规模实验,从 69B-A3B 到 560B-A27B 模型,证明 LSA 在通用和长上下文基准测试中始终实现与全注意力相当的性能。此外,LSA 支持原生训练,支持上下文长度达到一百万个标记,并为 LongCat-2.0(1.6T-A48B)的开发提供支持。为了促进进一步的研究,我们还推出并开源了 LongCat-Flash-Lite-Sparse(69B-A3B),该项目将 LSA 集成到 LongCat-Flash-Lite 中,并包含更新的长上下文训练语料库。
cs.AI / 122 / 2608.01665

Allocation Before Ranking: Decoupled Token Compression for OmniLLMs

排名前的分配:针对全能大语言模型的解耦令牌压缩
Guo, Zhenghui, Yang, Yilin, Man, Yuanbin, Yin, Miao, Shi, Weidong, Karanjai, Rabimba, Gnawali, Omprakash, Zhang, Chengming
Abstract
Token compression in OmniLLMs is typically posed as a single saliency-ranking problem: score each multimodal token, keep the top-K. We argue this abstraction is mis-specified. The same attention score simultaneously decides two things: how much retained capacity each modality receives, and which tokens within a modality are kept. A shared top-K rule therefore inherits this audio-favoring allocation prior, spending retained capacity on audio before video tokens have a chance to compete. We propose Macer, a training-free compressor that first assigns explicit audio and video budgets, then performs allocation-normalized ranking within each modality at modality-specific shallow layers. Macer significantly reduces token cost while preserving accuracy across audio-grounded, audio--video joint, visual-dominant, and video-centric benchmarks. At 25 % retention, Macer preserves 98.7 % of full-token performance on Qwen2.5-Omni-7B and 97.3 % on Qwen2.5-Omni-3B. On Qwen2.5-Omni-7B, this 25 % setting reaches OmniZip-level performance at 45 % retention while using lower FLOPs. On OmniVinci-9B, the same allocation-before-ranking principle improves over shared top-K ranking by up to 12.9 points.
Chinese Translation
在全能大语言模型(OmniLLMs)中,令牌压缩通常被视为一个单一的显著性排名问题:对每个多模态令牌进行评分,保留前K个。我们认为这种抽象是错误的。相同的注意力评分同时决定了两个方面:每种模态获得的保留容量,以及在某一模态内保留哪些令牌。因此,共享的前K规则继承了这种偏向音频的分配先验,优先在音频令牌上花费保留容量,而视频令牌则没有机会竞争。我们提出了Macer,这是一种无训练的压缩器,首先为音频和视频分配明确的预算,然后在每种模态的特定浅层中进行分配归一化排名。Macer显著降低了令牌成本,同时在基于音频、音频-视频联合、视觉主导和视频中心基准测试中保持了准确性。在25%的保留率下,Macer在Qwen2.5-Omni-7B上保留了98.7%的全令牌性能,在Qwen2.5-Omni-3B上保留了97.3%。在Qwen2.5-Omni-7B上,这一25%的设置在45%的保留率下达到了OmniZip级别的性能,同时使用了更低的FLOPs。在OmniVinci-9B上,相同的排名前分配原则使得性能比共享前K排名提高了多达12.9分。
cs.AI / 123 / 2608.01667

TCPO: Turn-Level Credit Policy Optimization

TCPO:回合级信用政策优化
Liao, Sicong, Chen, Zhi, Tang, Yaohua
Abstract
Verifier-guided reinforcement learning has become a powerful paradigm for improving LLM reasoning. In multi-turn settings, models receive a verifier score after each turn and iteratively refine their outputs. Although such scores provide dense feedback, they do not directly provide dense credit: a score measures the quality of the current output, while credit should measure how the current turn changes the refinement trajectory. We propose TCPO, a turn-level credit assignment method for verifier-guided multi-turn RL. TCPO casts credit assignment as score-to-credit conversion and constructs turn-level advantages through reference-based comparisons: retrospective credit captures immediate progress and regression relative to the best prior state; hindsight delayed credit identifies non-improving turns with later payoff; and selective fixed-history counterfactual estimation refines high-surprisal turns under the same history. Experiments on math reasoning, code generation, and AppWorld agent tasks show that TCPO improves or matches the strongest baselines across model scales, task domains, and verifier types. TCPO achieves the best or tied-best best-turn Pass@8 on Qwen3-4B and DeepSeek-R1-Distill-Llama-8B, reduces turns to success, and improves multi-turn agent performance. These results highlight score-to-credit conversion as a central ingredient for verifier-guided multi-turn policy optimization.
Chinese Translation
验证者引导的强化学习已成为提升大型语言模型(LLM)推理能力的强大范式。在多回合设置中,模型在每个回合后接收验证者评分,并迭代地优化其输出。尽管这些评分提供了密集的反馈,但它们并没有直接提供密集的信用:评分衡量当前输出的质量,而信用应衡量当前回合如何改变优化轨迹。我们提出了TCPO,一种用于验证者引导的多回合强化学习的回合级信用分配方法。TCPO将信用分配视为评分到信用的转换,并通过基于参考的比较构建回合级优势:回顾性信用捕捉相对于最佳先前状态的即时进展和退步;事后延迟信用识别后续收益的非改善回合;选择性固定历史的反事实估计在相同历史下优化高惊讶回合。关于数学推理、代码生成和AppWorld代理任务的实验表明,TCPO在模型规模、任务领域和验证者类型上改善或匹配了最强基线。TCPO在Qwen3-4B和DeepSeek-R1-Distill-Llama-8B上实现了最佳或并列最佳的最佳回合通过率(Pass@8),减少了成功所需的回合数,并提升了多回合代理的表现。这些结果突显了评分到信用转换作为验证者引导的多回合政策优化的核心要素。
cs.AI / 124 / 2608.01679

When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary

当记忆成为权威:在记忆巩固边界评估权威崩溃
Zhan, Qiuyang, Zhang, Rui, Guo, Sheng, Zhao, Lepeng, Liu, Zhuotao
Abstract
Persistent memory allows (self-evolving) LLM agents to adapt across tasks by consolidating heterogeneous interaction histories into reusable facts, preferences, observations, and rules. Yet consolidation also imposes an implicit authorization boundary: it determines whether stored information may later be consumed as a user fact, an attested observation, or a standing instruction. We identify authority collapse, in which consolidation preserves a claim while erasing the source constraints governing its authorized use, causing the stored memory to imply greater authority than its source permits. We introduce AuthMem-Bench, a controlled paired benchmark that holds the focal claim and downstream task fixed while varying only source authority. It evaluates write-time collapse, downstream authorization errors, and automatic authority preservation. Across seven consolidators based on widely used agent-memory systems and seven LLM backbones, we observe authority collapse in 48 of 49 evaluated configurations. In a controlled action-grounded evaluation, collapsed memories without authority metadata yield a mean unauthorized-action rate of 50.3%. In an end-to-end evaluation, automatically predicted and persisted authority labels reduce the observed unauthorized-action rate from 16.9% to 0.0%, while benign task success remains essentially unchanged. These findings show that memory-driven adaptation must preserve not only what was learned, but also the authority under which it may be reused.
Chinese Translation
持久性记忆允许(自我演化的)大语言模型(LLM)代理通过将异构交互历史整合为可重用的事实、偏好、观察和规则来适应不同任务。然而,整合也施加了一个隐含的授权边界:它决定了存储的信息是否可以作为用户事实、经过验证的观察或持续指令来使用。我们识别出权威崩溃现象,即整合保留了一个主张,同时抹去了支配其授权使用的源约束,导致存储的记忆暗示比其源允许的更大的权威。我们引入了AuthMem-Bench,这是一个控制配对基准,固定焦点主张和下游任务,同时仅改变源权威。它评估写入时崩溃、下游授权错误和自动权威保留。在基于广泛使用的代理记忆系统的七个整合器和七个LLM骨干网络中,我们观察到在49个评估配置中有48个出现了权威崩溃。在一个控制的基于行动的评估中,缺乏权威元数据的崩溃记忆导致平均未经授权的行动率为50.3%。在端到端评估中,自动预测和持久化的权威标签将观察到的未经授权行动率从16.9%降低到0.0%,而良性任务的成功率基本保持不变。这些发现表明,基于记忆的适应不仅必须保留所学内容,还必须保留可重用的权威。
cs.AI / 125 / 2608.01684

GABench: A Comprehensive Benchmark for Evaluating LLM Agents on Graph Analysis Tasks

GABench:评估大型语言模型代理在图分析任务中的综合基准
Tan, Jiarui, Zhang, Zhongjian, Guo, YaBo, Liu, Jiawei, Xing, Yujie, Zhang, Muhan, Yang, Cheng, Shi, Chuan
Abstract
Large language model (LLM) agents are increasingly capable of planning, using tools, and interacting with external environments. They are typically supported by harnesses, which manage state and coordinate multi-step execution. Graph analysis provides a promising setting for evaluating their agentic capabilities, because it requires agents to access data and execute operations in a graph environment. However, existing graph benchmarks for LLMs provide limited coverage of graph tasks and graph types, making it difficult to comprehensively evaluate LLM agents. Moreover, they typically formulate graph analysis as text-based question answering, where graph information is directly provided in the prompt, limiting the evaluation of end-to-end agentic capabilities. To address these limitations, we introduce GABench, a comprehensive benchmark for agentic graph analysis. GABench spans three graph types and covers four graph analysis task categories: graph retrieval, graph theory, graph machine learning, and graph open-ended question answering. GABench also provides 84 executable tools for accessing graph data and performing diverse graph operations. Building on these tools, we develop an agentic graph analysis task generation pipeline and construct 10,400 tasks with verifiable ground truth.Using GABench, we evaluate a range of frontier LLMs and agent harnesses. Our experiments reveal three key findings: (1) Existing LLM agents still struggle with complex graph analysis tasks. (2) Harness choice significantly affects performance, yet existing harnesses remain limited on complex graph tasks. (3) Graph analysis depends more on tool-call quality than quantity. Our findings provide practical insights into the development and evaluation of LLM agents for graph analysis.
Chinese Translation
大型语言模型(LLM)代理在规划、使用工具和与外部环境互动方面的能力日益增强。它们通常由管理状态和协调多步骤执行的工具支持。图分析为评估其代理能力提供了一个有前景的场景,因为这要求代理在图环境中访问数据并执行操作。然而,现有的针对LLM的图基准在图任务和图类型的覆盖范围上有限,使得全面评估LLM代理变得困难。此外,它们通常将图分析表述为基于文本的问题回答,其中图信息直接在提示中提供,从而限制了端到端代理能力的评估。为了解决这些局限性,我们引入了GABench,这是一个针对代理图分析的综合基准。GABench涵盖三种图类型,并覆盖四类图分析任务:图检索、图论、图机器学习和图开放式问答。GABench还提供了84个可执行工具,用于访问图数据和执行多样的图操作。在这些工具的基础上,我们开发了一个代理图分析任务生成管道,并构建了10,400个具有可验证真实值的任务。使用GABench,我们评估了一系列前沿的LLM和代理工具。我们的实验揭示了三个关键发现:(1)现有的LLM代理在复杂的图分析任务中仍然存在困难。(2)工具选择显著影响性能,但现有工具在复杂图任务上的表现仍然有限。(3)图分析更依赖于工具调用的质量而非数量。我们的发现为LLM代理在图分析中的开发和评估提供了实用的见解。
cs.AI / 126 / 2608.01710

Beyond Single-Use Tokens: Durable Authorization State for Replay-Resistant LLM Agent Actions

超越一次性令牌:可持久化授权状态以抵抗重放的 LLM 代理行为
Xu, Jinghan, Fan, Longze, Wang, Zeyuan, Li, Xinjin, Liu, Hankai
Abstract
Tool-using large language model agents frequently replan, retry failed operations, delegate tasks, and resume after crashes. These behaviors can cause one user authorization to be requested and executed multiple times under freshly issued token identifiers, even when each individual token is single-use. We call this failure semantic replay: exceeding the execution budget of a token-independent authorization instance rather than merely reusing an old token identifier. We show that identifier-local token consumption cannot prevent fresh reissuance unless the issuer retains monotonic durable state over the authorized action, confirmation event, and remaining execution budget. We introduce CapLease, an authorization-consumption layer that follows proposal- and authority-level defenses, binds an authenticated user confirmation to a canonical action, and enforces transactional Issue-Prepare-Commit transitions. Across LLM-agent replanning, retry, delegation, concurrency, confirmation-replay, and crash-recovery scenarios, identifier-local tokens permit fresh semantic reissuance, whereas CapLease and an equally stateful Server Ledger prevent duplicate admission and, with an idempotent sink, duplicate external effects. Our results identify durable authorization state, rather than token representation alone, as the systems requirement for replay-resistant agent execution.
Chinese Translation
使用工具的大型语言模型代理经常进行重新规划、重试失败的操作、委派任务以及在崩溃后恢复。这些行为可能导致一个用户授权在新发放的令牌标识符下被请求和执行多次,即使每个单独的令牌都是一次性的。我们称这种失败为语义重放:超出了令牌独立授权实例的执行预算,而不仅仅是重用旧的令牌标识符。我们展示了标识符局部令牌消耗无法防止新令牌的重新发放,除非发行者对授权操作、确认事件和剩余执行预算保持单调的持久状态。我们引入了 CapLease,这是一种授权消耗层,遵循提案和权限级别的防御,将经过认证的用户确认绑定到规范操作,并强制执行事务性的发放-准备-提交转换。在 LLM 代理的重新规划、重试、委派、并发、确认重放和崩溃恢复场景中,标识符局部令牌允许新的语义重新发放,而 CapLease 和同样具有状态的服务器账本则防止重复接纳,并通过幂等的接收端避免重复的外部效果。我们的结果表明,持久化授权状态,而非仅仅是令牌表示,是抵抗重放的代理执行的系统需求。
cs.AI / 127 / 2608.01711

Constructing Executable Analytical Knowledge Representations for Meta-Analysis Synthesis Using an Agentic Harness

使用代理工具构建可执行的分析知识表示以进行元分析综合
Li, Lingbo, Mathrani, Anuradha, Susnjak, Teo
Abstract
Meta-analysis synthesis highlights a fundamental challenge in knowledge-based scientific analysis: structured evidence does not by itself represent the analytical knowledge required for executable computation. Decisions about evidence assignment, analytical contrasts, outcome and time-point alignment, effect-size formulation, and methodological admissibility must be explicit before statistical execution. Existing automated approaches often embed these decisions in model outputs, generated code, or workflow traces rather than representing them as independently verifiable knowledge. We introduce the Executable Analytical Knowledge Representation (EAKR), a machine-actionable representation of the knowledge required to transform structured evidence into executable meta-analysis. An EAKR represents evidence, relations, numerical inputs, constraints, provenance, and unresolved issues. We operationalise EAKR in MetaSynDec, an agentic harness in which large language models propose structured updates and deterministic services govern schema- and contract-based validation and execution. Across 58 synthesis units, MetaSynDec constructed all EAKRs, with 57 proceeding to statistical execution. Of 56 units with sufficient information to define a reference analysis object, 38 (67.9%) achieved complete object fidelity and 42 (75.0%) exact evidence-set agreement, with a mean Jaccard similarity of 0.909. Generated and published confidence intervals overlapped in 54 of 55 units (98.2%). MetaSynDec outperformed direct LLM generation in reference synthesis-structure agreement (57/58 versus 23/58; p<0.001) and among 23 jointly completed units, exact reference-formulation agreement (23/23 versus 1/23; p<0.001). These findings provide feasibility evidence that EAKR supports formal validation, traceability, statistical execution, and improved methodological agreement relative to direct LLM generation.
Chinese Translation
元分析综合突显了基于知识的科学分析中的一个基本挑战:结构化证据本身并不代表可执行计算所需的分析知识。在统计执行之前,关于证据分配、分析对比、结果和时间点对齐、效应大小公式以及方法论可接受性的决策必须是明确的。现有的自动化方法通常将这些决策嵌入模型输出、生成的代码或工作流痕迹中,而不是将其表示为独立可验证的知识。我们引入了可执行分析知识表示(Executable Analytical Knowledge Representation,EAKR),这是一种可机器操作的知识表示,旨在将结构化证据转化为可执行的元分析。EAKR表示证据、关系、数值输入、约束、来源和未解决的问题。我们在MetaSynDec中实现EAKR,这是一种代理工具,其中大型语言模型提出结构化更新,而确定性服务则管理基于模式和合同的验证与执行。在58个综合单元中,MetaSynDec构建了所有EAKR,其中57个进入统计执行。在56个具有足够信息以定义参考分析对象的单元中,38个(67.9%)实现了完整的对象保真度,42个(75.0%)达成了精确的证据集一致性,平均Jaccard相似度为0.909。生成和发布的置信区间在55个单元中有54个(98.2%)重叠。MetaSynDec在参考综合结构一致性方面优于直接的大型语言模型生成(57/58对比23/58;p<0.001),在23个共同完成的单元中,精确的参考公式一致性(23/23对比1/23;p<0.001)。这些发现提供了可行性证据,表明EAKR支持正式验证、可追溯性、统计执行以及相对于直接大型语言模型生成的改进方法论一致性。
cs.AI / 128 / 2608.01718

LaCache: Robust Semantic Caching for LLM Serving

LaCache:用于大型语言模型服务的鲁棒语义缓存
Liang, Jiacheng, Wang, Yuhui, Jiang, Tanqiu, Wang, Ting
Abstract
Semantic caching, which reuses responses to semantically similar requests via their embeddings, has seen growing adoption in LLM serving, offering faster responses and reduced costs. Yet existing schemes are fundamentally vulnerable to cache-collision attacks, wherein an adversary pollutes the cache by injecting crafted queries, corrupting responses to subsequent legitimate requests. We present LaCache, a novel semantic caching scheme that addresses this vulnerability through a conceptually simple yet principled redesign. The key insight is that while the adversary has full control over the adversarial query, it has far less control over its response, which must simultaneously satisfy multiple semantic constraints. Rather than checking only the cache hit of a query, LaCache additionally checks the cache hit of its first k (speculatively) decoded tokens. This design yields two concrete benefits. First, it provides formally guaranteed resilience against cache-collision attacks: we prove that it is impossible to craft adversarial queries that simultaneously elicit malicious responses and collide with benign queries. Second, the enriched index supplies additional semantic context for cache retrieval, improving response relevance. Empirical evaluation across diverse LLMs and benchmarks validates both LaCache's security guarantees and efficiency gains, pointing to a promising direction for robust semantic caching.
Chinese Translation
语义缓存通过其嵌入重用对语义相似请求的响应,已在大型语言模型(LLM)服务中得到越来越多的应用,提供了更快的响应和降低的成本。然而,现有方案在根本上易受缓存碰撞攻击的影响,其中对手通过注入精心设计的查询来污染缓存,从而破坏后续合法请求的响应。我们提出了LaCache,一种新颖的语义缓存方案,通过概念上简单但原则性的重新设计来解决这一脆弱性。关键的见解在于,尽管对手对对抗性查询拥有完全控制权,但对其响应的控制却要少得多,因为响应必须同时满足多个语义约束。LaCache不仅检查查询的缓存命中,还额外检查其前k个(推测性)解码标记的缓存命中。这一设计带来了两个具体的好处。首先,它提供了对缓存碰撞攻击的形式化保障:我们证明了不可能构造出同时引发恶意响应并与良性查询碰撞的对抗性查询。其次,丰富的索引为缓存检索提供了额外的语义上下文,提高了响应的相关性。在多种大型语言模型和基准测试中的实证评估验证了LaCache的安全保障和效率提升,指向了鲁棒语义缓存的一个有前景的方向。
cs.AI / 129 / 2608.01735

DAPD: Dual-Anchored Policy Distillation

DAPD:双锚政策蒸馏
Wu, Jianyu, Wang, Yizhou, Su, Encheng, Tang, Chen, Tang, Shixiang
Abstract
On-policy (self) distillation (OPSD) is increasingly adopted for language-model post-training. It strengthens the teacher with privileged information but can induce a privilege illusion: the student learns privilege-dependent behavior it cannot reproduce from its inference-time context, yet behaves as if the training-time privileged information remained available, ultimately degrading performance. In this paper, we identify information asymmetry between the privileged teacher and the student at inference as the root cause of this failure in OPSD. To resolve this asymmetry, we propose Dual-Anchored Policy Distillation (DAPD), a unified framework with two levels of anchoring. Dual-Path Anchoring (DPA) introduces a self-conditioned bridge and aligns reference and rollout behavior along two matched-information paths, preventing privilege-dependent behavior from being transferred to the inference-time student. Dual-Source Anchoring (DSA) applies these paths in both reference-to-rollout and rollout-to-reference directions, reducing reliance on privileged reference guidance while preserving correctness supervision. Extensive experiments show that DAPD significantly alleviates privilege illusion, outperforming OPSD on Qwen3-4B by +2.00 points on average across tasks. Notably, its gains persist across scales, reaching +2.69 at 4B and +2.78 at 32B.
Chinese Translation
在线(自我)蒸馏(OPSD)在语言模型后训练中越来越受到采用。它通过特权信息增强教师,但可能导致特权幻觉:学生学习了依赖特权的行为,而无法从推理时的上下文中重现,然而却表现得好像训练时的特权信息仍然可用,最终导致性能下降。在本文中,我们将推理时特权教师与学生之间的信息不对称识别为OPSD失败的根本原因。为了解决这种不对称,我们提出了双锚政策蒸馏(DAPD),这是一个具有两级锚定的统一框架。双路径锚定(DPA)引入了自条件桥,并沿着两条匹配信息路径对齐参考和展开行为,防止依赖特权的行为转移到推理时的学生。双源锚定(DSA)在参考到展开和展开到参考的方向上应用这些路径,减少对特权参考指导的依赖,同时保持正确性的监督。大量实验表明,DAPD显著缓解了特权幻觉,在Qwen3-4B上平均在各任务中超越OPSD +2.00分。值得注意的是,其增益在不同规模上持续存在,在4B时达到+2.69,在32B时达到+2.78。
cs.AI / 130 / 2608.01739

CoEvo-Mem: Co-Evolving Retrieval Policy and Memory Bank for LLM Agents

CoEvo-Mem:共同进化的检索策略与记忆库用于大型语言模型代理
Ye, Bowen, Xu, Yongchao, Li, Zhijian, Yin, Xiang, Ma, Junkai, Li, Wenzhao
Abstract
As memories accumulate across tasks and sessions, the performance of long-term LLM agents depends jointly on query-specific retrieval and continual memory refinement. However, existing methods typically optimize either memory access, through iterative query refinement or adaptive retrieval policies, or memory evolution such as structural update. This separation overlooks a fundamental feedback loop: retrieval determines which memories receive usage signals, while updated memory bank reshape future retrieval. We propose \textbf{CoEvo-Mem}, a closed-loop framework for co-evolving the retrieval policy and memory bank. For each query, a frozen LLM generates route-specific query rewrites and a routing prior, which a lightweight residual router corrects online. The retrieved context serves as the coupling interface between the two learning processes: task outcomes assign credit to routing decisions, while trajectory-conditioned feedback updates memory values and graph relations. These updates alter how memories are ranked and selected for subsequent queries, thereby closing the feedback loop. To mitigate coupling induced non-stationarity, CoEvo-Mem alternates between updating the router with the memory bank fixed and evolving the memory bank with the retrieval policy fixed. Across seven diverse benchmarks, \textbf{CoEvo-Mem} achieves state-of-the-art performance, demonstrating the importance of retrieval-memory coevolution.
Chinese Translation
随着任务和会话中记忆的积累,长期大型语言模型(LLM)代理的性能共同依赖于特定查询的检索和持续的记忆优化。然而,现有方法通常优化的是记忆访问,通过迭代查询优化或自适应检索策略,或是记忆演化,例如结构更新。这种分离忽视了一个基本的反馈循环:检索决定了哪些记忆接收到使用信号,而更新的记忆库则重塑未来的检索。我们提出了 extbf{CoEvo-Mem},一个用于共同进化检索策略和记忆库的闭环框架。对于每个查询,一个冻结的LLM生成特定路径的查询重写和路由先验,轻量级残差路由器在线进行修正。检索到的上下文作为这两个学习过程之间的耦合接口:任务结果为路由决策分配信用,而轨迹条件反馈则更新记忆值和图关系。这些更新改变了记忆在后续查询中的排名和选择方式,从而闭合了反馈循环。为了减轻耦合引起的非平稳性,CoEvo-Mem在固定记忆库的情况下更新路由器,并在固定检索策略的情况下演化记忆库。在七个不同的基准测试中, extbf{CoEvo-Mem}实现了最先进的性能,展示了检索与记忆共同进化的重要性。
cs.AI / 131 / 2608.01742

MemSIF: From Structured Interactions to Dual-Track Fact Memory for LLM Agents

MemSIF:从结构化交互到双轨事实记忆的 LLM 代理
Luo, YuFei, Xu, Xiucheng, Yang, Zhen
Abstract
Long-term memory is critical for LLM agents operating over long-horizon interactions. However, several persistent limitations of existing memory systems can be traced to two recurring misalignment patterns in long-term interaction settings: Temporal-Structural Misalignment (TSM) and Delayed Utility Manifestation (DUM). TSM arises when temporal proximity does not reliably align with topical or event-level relatedness, whereas DUM arises when write-time salience does not reliably predict future query utility. To mitigate these misalignment patterns, we propose MemSIF (Memory with Structured Interactions and Facts), a structured interaction-to-fact memory framework. Structured Interaction Memory organizes raw interactions into Topical Segments that preserve local topical coherence and Event Trajectories that maintain cross-time event continuity. Dual-Track Fact Memory uses two complementary tracks: CoreFact memory consolidates stable, schema-guided information at write time, whereas ActiveFact memory forms facts on demand and promotes those supported by multiple historical sources and recurring query demand for reuse. Experiments on LoCoMo and LongMemEval-S across five backbone LLMs show that MemSIF achieves the highest Total ACC in all settings, outperforming the strongest baseline by 2.29%-8.79% on LoCoMo and 2.87%-6.15% on LongMemEval-S. These results support the effectiveness of combining Structured Interaction Memory with Dual-Track Fact Memory to mitigate TSM and DUM. Code is available at https://github.com/luoyufeihaha/MemSIF.
Chinese Translation
长期记忆对于在长时间交互中运作的 LLM 代理至关重要。然而,现有记忆系统的几个持续性局限性可以追溯到长期交互环境中两种反复出现的错位模式:时间-结构错位(Temporal-Structural Misalignment, TSM)和延迟效用显现(Delayed Utility Manifestation, DUM)。当时间接近性与主题或事件层面的相关性不可靠地对齐时,就会出现 TSM;而当写入时的显著性无法可靠地预测未来查询的效用时,则会出现 DUM。为了缓解这些错位模式,我们提出了 MemSIF(带有结构化交互和事实的记忆),一个结构化交互到事实的记忆框架。结构化交互记忆将原始交互组织成保持局部主题一致性的主题段(Topical Segments)和维护跨时间事件连续性的事件轨迹(Event Trajectories)。双轨事实记忆使用两个互补的轨道:核心事实(CoreFact)记忆在写入时整合稳定的、以模式为指导的信息,而主动事实(ActiveFact)记忆按需形成事实,并促进那些由多个历史来源和重复查询需求支持的事实以供重用。在 LoCoMo 和 LongMemEval-S 上对五个基础 LLM 的实验表明,MemSIF 在所有设置中实现了最高的总准确率(Total ACC),在 LoCoMo 上比最强基线高出 2.29%-8.79%,在 LongMemEval-S 上高出 2.87%-6.15%。这些结果支持将结构化交互记忆与双轨事实记忆结合以缓解 TSM 和 DUM 的有效性。代码可在 https://github.com/luoyufeihaha/MemSIF 获取。
cs.AI / 132 / 2608.01744

RL-Lock: Reinforcement Learning for Generating Interlocking Assemblies

RL-Lock:用于生成互锁装配的强化学习
Ma, Xuyang, Kim, Chaewoon, Zhang, Haonan, Chen, Rulin, Wang, Ziqi, Song, Peng
Abstract
An interlocking assembly is an assembly in which component parts are connected purely through their geometric arrangement, without relying on external connectors such as glue and nails. Such assemblies have been widely used in a variety of real-world applications due to their structural stability. The problem of generating interlocking assemblies is generally formulated as a shape decomposition problem, where a target 3D object represented as a voxel grid is partitioned into a prescribed number of interlocking pieces. We observe that generating interlocking assemblies is inherently a sequential decision-making problem, where an agent repeatedly decides which piece each voxel should be assigned to. Inspired by the observation, we propose the first reinforcement learning framework RL-Lock for generating interlocking assemblies, without relying on handcrafted search heuristics as existing works did. RL-Lock combines structured action chunking with MCTS-guided policy-value learning to efficiently navigate the large combinatorial search space for interlocking assembly generation. We demonstrate through experiments that RL-Lock allows effective generation of interlocking assemblies, especially for challenging cases in which existing approaches take too long or even fail to find a valid solution.
Chinese Translation
互锁装配是指组件部分仅通过其几何排列相互连接,而不依赖于胶水和钉子等外部连接器的装配。这种装配因其结构稳定性而广泛应用于各种现实世界的应用中。生成互锁装配的问题通常被表述为形状分解问题,其中一个以体素网格表示的目标三维物体被划分为预定数量的互锁部件。我们观察到,生成互锁装配本质上是一个序列决策问题,其中代理反复决定每个体素应分配给哪个部件。受到这一观察的启发,我们提出了第一个强化学习框架RL-Lock,用于生成互锁装配,而不依赖于现有工作中的手工搜索启发式方法。RL-Lock结合了结构化动作分块与基于蒙特卡洛树搜索(MCTS)的策略-价值学习,以高效地导航互锁装配生成的大组合搜索空间。通过实验,我们证明了RL-Lock能够有效生成互锁装配,特别是在现有方法耗时过长或甚至无法找到有效解决方案的挑战性案例中。
cs.AI / 133 / 2608.01755

Deferred Exposure of Future Trajectories for Verifiable Reasoning in Autonomous Driving VLMs

未来轨迹的延迟暴露用于自主驾驶可验证推理的视觉语言模型
Huang, Zixuan, Zhou, Yang, Wang, Kaixuan, Zhang, Guli, Xie, Hongyan, Zhu, Yakun, Geng, Hao, Ban, Yikun, Wang, Deqing
Abstract
Recent Vision-Language-Action (VLA) models for autonomous driving (AD) increasingly utilize chain-of-thought (CoT) supervision to enhance the reasoning capabilities of their Vision-Language Model (VLM) components, yet existing annotation pipelines commonly expose the teacher model to the logged ground-truth (GT) future trajectory. We empirically show that this induces trajectory anchoring bias: teacher models rationalize the revealed outcome rather than infer a decision from scene evidence, producing less causally faithful CoTs and substantially more severe hallucinations, especially in causally challenging scenes. Removing the GT trajectory eliminates this shortcut, but open-ended trajectory generation entangles high-level decision-making with precise geometric synthesis and low-level dynamics. To make trajectory-level driving decisions verifiable without requiring open-ended trajectory synthesis, we introduce Autonomous-Driving Multiple-Choice Question (AD-MCQ), which casts planning as selection among explicit trajectory candidates. Taking this a step further, we propose Deferred Exposure of Future Trajectories for RLVR (DEFT-RLVR) to transform future trajectories from pre-decision anchors into post-decision verification targets. Experimental results show that DEFT-RLVR improves AD reasoning while preserving or even enhancing general visual capabilities. With VLM-only inference and controllable difficulty through candidate construction, AD-MCQ provides a flexible, scalable, and extensible foundation for future research on verifiable AD reasoning.
Chinese Translation
近期的自主驾驶(AD)视觉-语言-动作(VLA)模型越来越多地利用思维链(CoT)监督来增强其视觉-语言模型(VLM)组件的推理能力,但现有的注释流程通常将教师模型暴露于记录的真实(GT)未来轨迹中。我们实证表明,这会导致轨迹锚定偏差:教师模型会合理化所揭示的结果,而不是从场景证据中推断决策,从而产生因果关系不够忠实的CoT,并在因果关系具有挑战性的场景中产生更严重的幻觉。去除GT轨迹消除了这一捷径,但开放式轨迹生成将高层决策与精确几何合成和低层动态纠缠在一起。为了使轨迹级驾驶决策可验证而不需要开放式轨迹合成,我们引入了自主驾驶多项选择题(AD-MCQ),将规划视为在明确轨迹候选中进行选择。更进一步,我们提出了未来轨迹的延迟暴露用于RLVR(DEFT-RLVR),将未来轨迹从决策前的锚点转变为决策后的验证目标。实验结果表明,DEFT-RLVR在提高AD推理的同时保持或甚至增强了一般视觉能力。通过仅使用VLM推理和通过候选构建可控的难度,AD-MCQ为未来可验证AD推理的研究提供了灵活、可扩展和可扩展的基础。
cs.AI / 134 / 2608.01767

Leveraging AI for fine-grained food safety risk forecasting in sparse data conditions

在稀疏数据条件下利用人工智能进行细粒度食品安全风险预测
Wang, Dongqi, Chen, Weiwei, Zhou, Han, Zhou, Weihua
Abstract
Ensuring food safety represents a critical public health challenge, particularly when inspection resources are limited and regional sampling data are sparse. This study proposes a Transformer-based framework capable of forecasting fine-grained, city-level food safety risks by unifying over 11 million inspection records with supplemental demographic, economic, and environmental indicators extracted from the Statistical Yearbook. A three-stage pretraining design leverages partial supervision from the Wilson interval (capturing both safety and risk rankings), together with semi-supervised label refinement, to effectively utilize historical records even when local sample sizes are insufficient. Experimental evaluations on data from 2022 show that the proposed approach outperforms baselines significantly. A subsequent field experiment in collaboration with the Zhejiang Provincial Administration for Market Regulation further demonstrates improved detection rates and more efficient allocation of inspection resources compared to a manually developed plan. Observations of regulatory decision-making reveal a threshold-based heuristic employed by inspectors, hinting that additional training or decision-support interfaces could further enhance the impact of AI-generated risk scores. Overall, these findings underscore that a rigorous integration of large-scale public inspection data, Wilson interval-based confidence modeling, and advanced deep learning can facilitate earlier and more granular identification of food safety threats. By reducing reliance on reactive measures alone, the proposed framework has the potential to advance proactive, data-driven oversight of the global food supply.
Chinese Translation
确保食品安全是一个重要的公共卫生挑战,尤其是在检查资源有限和区域采样数据稀疏的情况下。本研究提出了一种基于Transformer的框架,能够通过整合超过1100万条检查记录与从统计年鉴中提取的补充人口、经济和环境指标,预测细粒度的城市级食品安全风险。三阶段的预训练设计利用了来自Wilson区间的部分监督(同时捕捉安全性和风险排名),结合半监督标签精炼,有效利用历史记录,即使在地方样本量不足的情况下。对2022年数据的实验评估表明,所提方法显著优于基线。与浙江省市场监管局的后续实地实验进一步证明,与手动制定的计划相比,检测率得到了提升,检查资源的分配也更加高效。对监管决策过程的观察揭示了检查员采用的基于阈值的启发式方法,暗示额外的培训或决策支持界面可能进一步增强人工智能生成的风险评分的影响。总体而言,这些发现强调了大规模公共检查数据、基于Wilson区间的置信建模和先进深度学习的严格整合,可以促进对食品安全威胁的更早和更细致的识别。通过减少对反应性措施的单一依赖,所提框架有潜力推动全球食品供应的主动、数据驱动的监管。
cs.AI / 135 / 2608.01772

FRAMES: Guarded and Dual-Objective Skill Evolution for Agents in Policy-Governed Enterprise Workflows

FRAMES:政策驱动企业工作流程中代理的受限和双目标技能演化
Wang, Xuhui, Shu, Ruoqi, Dan, Chen, Xu, Tianhua, Luo, Mengxi, Mai, Yanming, Wan, Bo
Abstract
LLM agents increasingly run policy-bound enterprise workflows such as document auditing, where they must apply rules consistently, ground every value, and stay auditable. Improving these agents is hard: operational feedback is sparse and unlabeled, edits to one rule can regress unrelated cases, and accuracy must improve without inflating inference cost or losing auditability. We present FRAMES, a closed-loop framework that cold-starts deployable skills from existing assets and then evolves them through consensus-based mutation, Pareto selection over accuracy and cost, and an anti-regression guarantee, all while preserving auditability. Deployed on our internal production system, FRAMES attains the best accuracy-cost trade-off among baselines, with the same gains reproduced on tau-bench.
Chinese Translation
大型语言模型(LLM)代理越来越多地运行受政策约束的企业工作流程,例如文档审计,在这些流程中,它们必须一致地应用规则、验证每个值,并保持可审计性。提升这些代理的能力非常困难:操作反馈稀少且未标记,对一个规则的编辑可能会导致无关案例的回归,并且在不增加推理成本或失去可审计性的情况下,必须提高准确性。我们提出了FRAMES,这是一个闭环框架,它从现有资产中冷启动可部署技能,然后通过基于共识的变异、在准确性和成本之间的帕累托选择,以及反回归保证来演化这些技能,同时保持可审计性。在我们的内部生产系统上部署后,FRAMES在基准测试中实现了最佳的准确性与成本权衡,并在tau-bench上复现了相同的收益。
cs.AI / 136 / 2608.01784

REFLEX: Rethinking MoE Inference as Refinement-Aware Compute Allocation in Diffusion Language Models

REFLEX:将MoE推理重新思考为扩散语言模型中的细化感知计算分配
Xia, Xiang, Yan, Cheng, Zhang, Yiming, Liu, Jiazheng, Zhang, Hongyu, Zhang, Wuyang
Abstract
Mixture-of-experts (MoE) models increase parameter capacity by activating only a small subset of experts for each token. This conditional-computation paradigm has enabled autoregressive language models to scale model capacity without a proportional increase in per-token computation. In diffusion language models (DLMs), however, each denoising forward jointly revisits all token positions despite their sharply different refinement demands, while the default fixed token-choice routing assigns them a uniform expert budget, creating a mismatch between expert computation and refinement demand. We argue that MoE inference in DLMs should therefore be viewed as refinement-aware compute allocation across heterogeneous token refinement states. We propose REFLEX (\textbf{RE}finement-aware \textbf{FLEX}ible expert allocation), a training-free method that keeps the default router unchanged while reorganizing expert computation around the evolving refinement process. Specifically, REFLEX introduces a coarse-to-fine hierarchy for expert-budget allocation that aligns computation with block-relative refinement roles while using the Frontier-Progress Score to resolve active-block priorities. Across multiple widely used benchmarks on two representative MoE-based DLMs, LLaDA-MoE and LLaDA2.0-mini, REFLEX reduces allocated expert computation by 15\% on average while preserving or even improving generation quality on most benchmarks relative to default routing. Compared with autoregressive-style variable-expert routing methods, REFLEX also yields a more consistent quality--computation trade-off, further supporting the importance of allocating expert computation according to the heterogeneous refinement demands exposed within each denoising forward.
Chinese Translation
混合专家(MoE)模型通过仅激活每个标记的小部分专家来增加参数容量。这种条件计算范式使自回归语言模型能够在不成比例增加每个标记计算的情况下扩展模型容量。然而,在扩散语言模型(DLMs)中,每次去噪前向传播都共同回顾所有标记位置,尽管它们的细化需求差异显著,而默认的固定标记选择路由为它们分配了统一的专家预算,从而导致专家计算与细化需求之间的不匹配。因此,我们认为DLMs中的MoE推理应被视为跨异构标记细化状态的细化感知计算分配。我们提出了REFLEX(细化感知灵活专家分配),这是一种无训练的方法,它保持默认路由不变,同时围绕不断演变的细化过程重新组织专家计算。具体而言,REFLEX引入了一种粗到细的专家预算分配层次结构,使计算与块相对的细化角色对齐,同时使用前沿进展评分(Frontier-Progress Score)来解决活动块的优先级。在两个代表性的基于MoE的DLMs(LLaDA-MoE和LLaDA2.0-mini)上进行的多个广泛使用的基准测试中,REFLEX平均减少了15%的分配专家计算,同时在大多数基准测试中保持或甚至提高了生成质量,相较于默认路由。与自回归风格的可变专家路由方法相比,REFLEX还提供了更一致的质量-计算权衡,进一步支持根据每次去噪前向传播中暴露的异构细化需求分配专家计算的重要性。
cs.AI / 137 / 2608.01792

Can You Trust the Confidence? ConfBench for Vision-Language Models on Document Extraction

你能信任置信度吗?用于文档提取的视觉-语言模型的 ConfBench
Roy, Priyashree, Martin, Sujitha, Rostami, Mohammad, Romo, Spencer, Xue, Renhao, Strahan, Bob, Socolinsky, Diego A., Xie, Boyi, Islam, Md Mofijul
Abstract
Intelligent document processing (IDP) with vision-language models (VLMs) hinges on confidence scores trustworthy enough to route extractions between automation and human review. Existing document benchmarks are dominated by clean, high-quality samples, leaving low accuracy regions too sparse for calibration assessment. We introduce ConfBench, the first calibration-specific benchmark for key information extraction (KIE), built by applying 20 controlled degradation pipelines to a diverse document set, yielding 1,346 variants and 70K+ entity-level evaluations spanning the full accuracy spectrum. We evaluate four proprietary and three open-weight VLMs under verbalized and log-probability confidence estimation methods across three input modalities, and find: (i) OCR+Image modality results in more accurate confidence estimates; (ii) model capability is the dominant factor: within the Claude family confidence quality scales monotonically with capability, while across families parameter count is a poor predictor; (iii) calibration quality varies widely across models, from near-perfect to severely overconfident, and per-model post-hoc correction rescales these absolute confidence values for threshold-based routing without altering ranking-based operational metrics; and (iv) log-probability with first-token aggregation consistently outperforms mean-token and margin aggregations. We also introduce ECARB, a review-budget metric translating discriminative gains into operational savings. We release ConfBench publicly to enable systematic study of confidence estimators and calibration methods for trustworthy IDP application deployment.
Chinese Translation
智能文档处理(IDP)依赖于足够可信的置信度评分,以便在自动化和人工审核之间进行提取路由。现有的文档基准主要由干净、高质量的样本构成,导致低准确率区域稀疏,难以进行校准评估。我们提出了 ConfBench,这是第一个针对关键信息提取(KIE)的校准特定基准,通过对多样化文档集应用 20 种受控降级管道构建,产生了 1,346 个变体和超过 70,000 个实体级评估,涵盖了完整的准确度范围。我们在三种输入模态下评估了四个专有和三个开放权重的视觉-语言模型(VLM),采用了口头和对数概率置信度估计方法,并发现:(i)OCR+图像模态产生了更准确的置信度估计;(ii)模型能力是主导因素:在 Claude 系列中,置信度质量随着能力单调增加,而在不同系列之间,参数数量是一个较差的预测指标;(iii)模型间的校准质量差异显著,从近乎完美到严重过度自信,且每个模型的后处理校正在不改变基于排名的操作指标的情况下重新调整了这些绝对置信度值以用于基于阈值的路由;(iv)采用首次令牌聚合的对数概率方法始终优于均值令牌和边际聚合。我们还引入了 ECARB,一种将判别性收益转化为操作节省的审核预算指标。我们将 ConfBench 公开发布,以便系统性研究置信度估计器和校准方法,以支持可信的 IDP 应用部署。
cs.AI / 138 / 2608.01802

CoNav-UAV: Cooperative Dual-Altitude Aerial Navigation via Stackelberg Learning

CoNav-UAV:通过斯塔克尔博格学习实现的协作双高度空中导航
Song, Junru, Zhang, Wenhao, Yang, Yang, Qiu, Xuekai, Wang, Feifei, Zhou, Weien, Jiang, Tingsong, Wen, Ying, Li, Yang, Yao, Wen
Abstract
Target-oriented vision-and-language navigation (VLN) on aerial platforms is attracting growing attention for missions such as disaster rescue, infrastructure inspection, and security patrol. In this task, an unmanned aerial vehicle (UAV) needs to locate targets given only a concise description of their appearance and surroundings. This requires global exploration and grounding as well as collision-free close-range approach, two interleaved processes difficult to reconcile within a single agent. Most existing methods transfer the ground VLN paradigm to a low-altitude UAV and compensate for its inefficient exploration with external assistance. A recent attempt deploys two UAVs at complementary altitudes yet still relies on privileged information and trains its two agents independently, precluding any mutual adaptation essential for cooperation. Here we propose CoNav-UAV, which explicitly models the task as a Stackelberg game between a high-altitude leader and a low-altitude follower, with the system operating on onboard visual and linguistic inputs alone. To solve this game, we introduce Iterative Stackelberg Learning. The leader's high-level vision-language reasoning is refined via memory-based in-context learning, while the follower's precise motion control is updated via DAgger-style expert distillation. The alternation drives both agents toward a Stackelberg equilibrium. CoNav-UAV consistently outperforms single- and dual-agent baselines across three high-fidelity urban scenes from the AerialVLN benchmark. Success rate improves by up to 30.8 points on the learning scene, and 9.0 points under cross-scene transfer while using about 3x less adaptation data. Further analyses validate the complementary gains of the leader and follower updates and reveal robust gains yet distinct learning dynamics across VLM backbones.
Chinese Translation
面向目标的视觉与语言导航(VLN)在空中平台上越来越受到关注,适用于灾难救援、基础设施检查和安全巡逻等任务。在这一任务中,无人机(UAV)需要根据目标的外观和环境的简要描述来定位目标。这要求进行全球探索和定位,并实现无碰撞的近距离接近,这两个交织的过程在单一代理中难以协调。大多数现有方法将地面VLN范式转移到低空无人机,并通过外部辅助来弥补其低效的探索。最近的一项尝试在互补高度上部署了两架无人机,但仍依赖于特权信息,并独立训练这两个代理,排除了合作所必需的相互适应。在此,我们提出了CoNav-UAV,它明确将任务建模为高空领导者与低空跟随者之间的斯塔克尔博格博弈,系统仅依赖于机载视觉和语言输入来操作。为了解决这个博弈,我们引入了迭代斯塔克尔博格学习。领导者的高层视觉-语言推理通过基于记忆的上下文学习得到优化,而跟随者的精确运动控制则通过DAgger风格的专家蒸馏进行更新。这种交替推动两个代理朝向斯塔克尔博格均衡。CoNav-UAV在AerialVLN基准的三个高保真城市场景中始终优于单代理和双代理基线。在学习场景中成功率提高了多达30.8个百分点,而在跨场景迁移中提高了9.0个百分点,同时使用的适应数据减少了约3倍。进一步分析验证了领导者和跟随者更新的互补收益,并揭示了在不同VLM骨干网络下的稳健收益和独特学习动态。
cs.AI / 139 / 2608.01805

CockpitHAT: Dependency-Graph-Driven Hierarchical Attribution for Embodied Multi-Agent Cockpits

CockpitHAT:基于依赖图的层次归因方法用于具身多智能体驾驶舱
Wang, Wei, Liu, Shuanghe, Zhuo, Zhu, Zhong, Jiaqi, Zhao, Xiaozhao, Zuo, Xiaojie, Su, Jie
Abstract
LLM multi-agent systems suffer from Correctness Collapse, where high task-level accuracy conceals severe process-level failures. This is especially hazardous in safety-critical embodied settings such as automotive cockpits, where lexically correct utterances may trigger dangerous physical operations. Existing attribution methods rely on text traces alone, missing dependency structure, multi-channel evidence, and safety-aware evaluation. We introduce CockpitHAT, a hierarchical attribution framework that replaces positional windows with dependency-distance thresholds from interaction DAGs, integrates multi-channel evidence via an embodied adapter, and applies a safety-uplift to high-risk failures during confidence-weighted analyst consensus. We further release CockpitBench, a benchmark of 212 annotated failure traces spanning dialogue, vehicle-state, environmental, and memory channels, each labeled with ISO 26262 ASIL severity via three-expert consensus. On the public Who&When benchmark, CockpitHAT achieves agent-level / step-exact accuracies of 77.9% / 37.8% on the Hand-Crafted split and 86.5% / 46.0% on the Algorithm-Generated split, surpassing the text-only SOTA ECHO by up to 17.6 / 16.7 points. On CockpitBench, it attains 78.3% agent-level and 38.2% step-exact accuracy. These results establish dependency-aware, multi-channel, risk-calibrated attribution as an effective paradigm for reliable failure diagnosis in real-world embodied LLM multi-agent systems.
Chinese Translation
大型语言模型(LLM)多智能体系统面临正确性崩溃的问题,即高任务级别的准确性掩盖了严重的过程级别失败。这在安全关键的具身环境中尤为危险,例如汽车驾驶舱,其中语法正确的表达可能会触发危险的物理操作。现有的归因方法仅依赖文本痕迹,忽视了依赖结构、多通道证据和安全意识评估。我们提出了CockpitHAT,一个层次归因框架,它用来自交互有向无环图(DAG)的依赖距离阈值替代了位置窗口,通过具身适配器整合多通道证据,并在置信加权分析师共识过程中对高风险失败应用安全提升。我们还发布了CockpitBench,这是一个包含212个注释失败痕迹的基准,涵盖对话、车辆状态、环境和记忆通道,每个痕迹均通过三位专家共识标注了ISO 26262 ASIL严重性。在公共的Who&When基准上,CockpitHAT在手工分割上实现了77.9% / 37.8%的智能体级别/步骤精确度,在算法生成分割上实现了86.5% / 46.0%的智能体级别/步骤精确度,超越了仅基于文本的最新技术(SOTA)ECHO,提升幅度达到17.6 / 16.7个百分点。在CockpitBench上,它达到了78.3%的智能体级别和38.2%的步骤精确度。这些结果确立了依赖意识、多通道和风险校准的归因作为在现实世界具身LLM多智能体系统中可靠故障诊断的有效范式。
cs.AI / 140 / 2608.01822

SearchMaster: Grounded and Regulated Self-Play for Search Agents

SearchMaster:面向搜索代理的基础与规范自我对弈
Tan, Wentao, Cao, Qiong, Wang, Jiaqi, Duan, Nan
Abstract
Training LLM-based search agents requires high-quality search data: tasks that demand genuine multi-hop retrieval and trajectories that use search tools effectively. Existing pipelines often depend on human-written tasks, expert demonstrations, or stronger teacher models. We present SearchMaster, a self-play framework that trains a single LLM from search tasks it generates, solves, and verifies in a local search environment. The key challenge is that self-generated tasks and rollouts can yield misleading signals: pseudo multi-hop questions, success-rate difficulty estimates that ignore search depth, and rollouts with excessive opening but little targeted evidence acquisition. SearchMaster addresses these failure modes with three controls. An Evidence-Chain Generator (ECG) grounds task generation in explicit cross-document evidence chains to reduce pseudo multi-hop questions. A Search-Depth Reward (SDR) scores task difficulty by the search depth of successful rollouts rather than success rate alone, keeping retained tasks search-intensive. An Over-Opening Penalty (OOP) regulates tool use by discouraging excessive document opening, avoiding long but shallow browsing. Verified Proposer and Solver rollouts are then jointly optimized with GRPO. Across six deep-search benchmarks, SearchMaster improves a Qwen3.5-9B backbone from 38.19% to 51.52% average accuracy, with a 30.1-point gain on BrowseComp-Plus. These results show that grounded and regulated self-play can provide effective search-agent training data without human-labeled QA pairs or expert demonstrations. The code is available at https://github.com/WentaoTan/SearchMaster.
Chinese Translation
训练基于大型语言模型(LLM)的搜索代理需要高质量的搜索数据:需要真实的多跳检索的任务以及有效使用搜索工具的轨迹。现有的流程通常依赖于人工编写的任务、专家演示或更强的教师模型。我们提出了SearchMaster,一个自我对弈框架,它在本地搜索环境中生成、解决和验证搜索任务,从而训练单个LLM。关键挑战在于,自生成的任务和回放可能会产生误导性信号:伪多跳问题、忽视搜索深度的成功率难度估计,以及开局过多但缺乏针对性证据获取的回放。SearchMaster通过三种控制措施解决这些失败模式。证据链生成器(Evidence-Chain Generator, ECG)将任务生成基于明确的跨文档证据链,从而减少伪多跳问题。搜索深度奖励(Search-Depth Reward, SDR)通过成功回放的搜索深度而非仅仅成功率来评分任务难度,从而保持保留任务的搜索强度。过度开启惩罚(Over-Opening Penalty, OOP)通过抑制过度打开文档来规范工具使用,避免长时间但浅层的浏览。经过验证的提议者和求解者回放随后与GRPO共同优化。在六个深度搜索基准测试中,SearchMaster将Qwen3.5-9B主干的平均准确率从38.19%提高到51.52%,在BrowseComp-Plus上获得了30.1点的提升。这些结果表明,基础与规范的自我对弈可以提供有效的搜索代理训练数据,而无需人工标注的问答对或专家演示。代码可在https://github.com/WentaoTan/SearchMaster获取。
cs.AI / 141 / 2608.01835

Rewriting or Reweighting? A Geometric Account in Language Models

重写还是重加权?语言模型中的几何解释
Wang, Juntong, Yang, Shengkun, Wang, Xiyuan, Zhang, Muhan
Abstract
Post-training can substantially alter language-model behavior, yet aggregate behavior rates do not reveal whether training removes an existing mechanism, creates a new one, or changes how an inherited mechanism is used. We study this question through two mechanistically distinct failures, repetition as a decoding-attractor pathology and sycophancy as a preference-related alignment failure. We introduce behavioral manifold analysis, which isolates behavior-specific geometry by selecting sparse behavior-associated coordinates and lifting them into low-dimensional local charts. We construct these charts in two complementary spaces. ACT captures runtime activation states, while NOC quantifies how strongly the model routes functional information flow through the shared behavior-associated subspace. Across multiple model families, the resulting charts are highly compressed and partially alignable across architectures. Contribution-space charts expose a more architecture-robust shared core, whereas activation-space charts retain stronger family-specific structure. Tracking these charts through controlled post-training reveals a consistent asymmetry. Supervised fine-tuning substantially alters the inherited behavioral geometry, whereas reward optimization changes behavior while largely preserving the underlying chart. This geometric perspective provides a unified framework for understanding the mechanistic distinction between the two objectives. SFT tends to rewrite behavioral geometry, whereas reward optimization primarily reweights it. Code is available at https://github.com/ronglingze/Manifold-Analysis
Chinese Translation
后训练可以显著改变语言模型的行为,但汇总行为率并不能揭示训练是移除现有机制、创建新机制,还是改变继承机制的使用方式。我们通过两种机制上不同的失败来研究这个问题,即将重复视为解码吸引子病理,将谄媚视为偏好相关的对齐失败。我们引入行为流形分析,通过选择稀疏的行为相关坐标并将其提升到低维局部图表中,来隔离行为特定的几何特征。我们在两个互补的空间中构建这些图表。ACT 捕捉运行时激活状态,而 NOC 量化模型在共享的行为相关子空间中如何强烈地引导功能信息流。在多个模型家族中,得到的图表高度压缩,并且在架构之间部分可对齐。贡献空间图表揭示了一个更具架构鲁棒性的共享核心,而激活空间图表则保留了更强的家族特定结构。通过控制后的训练跟踪这些图表揭示了一种一致的不对称性。监督微调显著改变了继承的行为几何,而奖励优化在很大程度上保留了基础图表的同时改变了行为。这种几何视角为理解这两个目标之间的机制区别提供了统一框架。SFT 倾向于重写行为几何,而奖励优化主要是重加权。代码可在 https://github.com/ronglingze/Manifold-Analysis 获取。
cs.AI / 142 / 2608.01837

PCSD: Persistent Consistency for Self-Distillation in Agentic Reinforcement Learning

PCSD:代理强化学习中自蒸馏的持久一致性
Lv, Chunji, Wei, Yangguang, Liu, Junlin, Gao, Yang, Liu, Ming, Wang, Xinming, Wu, Jinyang, Wang, Guoren, Li, Changsheng
Abstract
Large language model agents have shown strong potential in complex interactive tasks, yet their reinforcement learning (RL) is often hindered by sparse rewards, as a long multi-turn trajectory may receive only a single outcome-level signal. On-policy self-distillation (OPSD) provides dense token-level supervision from a privileged teacher, but the teacher may not be reliable at every position. Existing methods commonly rely on isolated token-level discrepancies, which can be sensitive to noise, or assign a shared step-level weight that may overlook positional variation. We propose Persistent Consistency Self-Distillation (PCSD), which derives token-level distillation weights from the local persistence of teacher-favoring signals. PCSD combines adaptive windows with exponentially decayed aggregation to capture persistent relative teacher support, applies trend-aware modulation to attenuate locally declining support, and produces continuous weights through sigmoid gating. The resulting objective is jointly optimized with GRPO, combining dense teacher guidance with sparse environmental feedback. Without inference-time skills, PCSD achieves the best ALFWorld Overall results among all baselines on both backbones, exceeding GRPO by 15.6 and 13.3 points and SDAR by 6.2 and 5.5 points, while remaining competitive on WebShop and gaining 15.8 points over GRPO on unseen ALFWorld split.
Chinese Translation
大型语言模型代理在复杂交互任务中展现出了强大的潜力,但其强化学习(RL)常常受到稀疏奖励的限制,因为一条长的多轮轨迹可能只会收到一个结果级别的信号。在线自蒸馏(OPSD)提供了来自特权教师的密集标记级监督,但教师在每个位置上可能并不可靠。现有方法通常依赖于孤立的标记级差异,这可能对噪声敏感,或者分配一个共享的步级权重,这可能忽视位置变化。我们提出了持久一致性自蒸馏(PCSD),它从教师偏好信号的局部持久性中推导出标记级蒸馏权重。PCSD结合自适应窗口和指数衰减聚合来捕捉持久的相对教师支持,应用趋势感知调制来减弱局部下降的支持,并通过sigmoid门控生成连续权重。最终目标与GRPO共同优化,结合了密集的教师指导与稀疏的环境反馈。在没有推理时技能的情况下,PCSD在两个基础模型上都取得了所有基线中最佳的ALFWorld整体结果,超过了GRPO 15.6和13.3分,超过了SDAR 6.2和5.5分,同时在WebShop上保持竞争力,并在未见的ALFWorld分割上超过GRPO 15.8分。
cs.AI / 143 / 2608.01847

FOCUS: FP4 Optimization via Coupled-Relaxation and Dual-Granularity Scaling

FOCUS:通过耦合松弛和双粒度缩放进行FP4优化
Yan, Xianglong, Liu, Hong, Bao, Chengzhu, Zhang, Tianao, Yu, Guanghua, Zhu, Jianchen, Zhang, Yulun
Abstract
Large language models (LLMs) achieve remarkable performance but are expensive to deploy due to their enormous size. FP4 quantization, with formats such as MXFP4 and NVFP4, offers an appealing solution with native hardware support on modern accelerators. However, maintaining accuracy under FP4 precision remains difficult. A key bottleneck lies in scale optimization: existing methods tightly couple the quantization and dequantization scales, forcing both to conform to the discrete low-precision format required by hardware, such as E8M0 in MXFP4. Yet the quantization scale is never stored and need not obey this constraint, suggesting a significant untapped optimization space. In this work, we propose FOCUS, a post-training quantization framework with end-to-end scale learning for FP4 Optimization via Coupled-Relaxation and Dual-Granularity Scaling. Coupled-Relaxation Scaling (CRS) relaxes the tight coupling between quantization and dequantization scales with a learnable full-precision coefficient, enabling more effective optimization without breaking hardware compliance. Dual-Granularity Scaling (DGS) further refines the quantization scale at a finer sub-block granularity, allowing more precise adaptation to local weight distributions. Experiments across multiple LLM families and benchmarks show that FOCUS achieves state-of-the-art FP4 accuracy under both MXFP4 and NVFP4 formats, while introducing no additional inference overhead. Code and quantized models will be released at https://github.com/tencent/AngelSlim.
Chinese Translation
大型语言模型(LLMs)表现出卓越的性能,但由于其庞大的体积,部署成本高昂。FP4量化(如MXFP4和NVFP4格式)为现代加速器提供了原生硬件支持,成为一种吸引人的解决方案。然而,在FP4精度下保持准确性仍然困难。关键瓶颈在于尺度优化:现有方法紧密耦合量化和反量化尺度,迫使两者都遵循硬件所需的离散低精度格式,例如MXFP4中的E8M0。然而,量化尺度从未被存储,并且不必遵循这一约束,这表明存在显著的未开发优化空间。在本研究中,我们提出了FOCUS,一个后训练量化框架,通过耦合松弛和双粒度缩放实现FP4优化的端到端尺度学习。耦合松弛缩放(CRS)通过可学习的全精度系数放松量化和反量化尺度之间的紧密耦合,使得在不破坏硬件合规性的情况下实现更有效的优化。双粒度缩放(DGS)进一步在更细的子块粒度上细化量化尺度,允许更精确地适应局部权重分布。在多个LLM家族和基准测试中的实验表明,FOCUS在MXFP4和NVFP4格式下均实现了最先进的FP4准确性,同时没有引入额外的推理开销。代码和量化模型将发布在https://github.com/tencent/AngelSlim。
cs.AI / 144 / 2608.01849

Exploring and Bridging Knowledge Holes in Unlearned Multimodal Large Language Models

探索和弥补未学习的多模态大型语言模型中的知识空白
You, Junxiang, Chen, Junkai, He, Yuhao, Liu, Ruiqi, Guo, Zhetao, Wu, Shu
Abstract
Machine unlearning offers a promising approach to remove unsafe content from Multimodal Large Language Models (MLLMs), yet ensuring the precision of unlearning remains a persistent challenge. One reason is that current MLLM unlearning evaluation paradigms suffer from a critical blind spot: they assess model utility through benchmarks whose representations are distant from the forget set, failing to capture knowledge holes---severe degradation on benign adjacent inputs. To probe knowledge holes in unlearned MLLMs, we construct a benchmark that captures unintended degradation on benign inputs sharing generic patterns with the forget set, and confirm through controlled experiments that they are a systematic consequence of commonly used approaches. Furthermore, to bridge this gap, we propose Selective Protection with Anchored Regularization, which protects generic patterns via anchored activation filtering while reinforcing them through entity-abstracted enhancement. Our experiments on SafeEraser demonstrate that SPAR recovers over 98% of vanilla response quality compared to below 50% for standard baselines---while achieving 0.00% attack success rate and competitive model utility. These results underscore the necessity of more fine-grained evaluation for trustworthy MLLM unlearning.
Chinese Translation
机器遗忘提供了一种有前景的方法,以从多模态大型语言模型(MLLMs)中移除不安全内容,但确保遗忘的精确性仍然是一个持续的挑战。其原因之一是当前的MLLM遗忘评估范式存在一个关键盲点:它们通过与遗忘集的表示相距甚远的基准来评估模型的效用,未能捕捉到知识空白——在良性相邻输入上的严重退化。为了探测未学习的MLLM中的知识空白,我们构建了一个基准,捕捉与遗忘集共享通用模式的良性输入上的意外退化,并通过控制实验确认这些退化是常用方法的系统性结果。此外,为了弥补这一差距,我们提出了带锚定正则化的选择性保护(Selective Protection with Anchored Regularization),通过锚定激活过滤保护通用模式,同时通过实体抽象增强来强化它们。我们在SafeEraser上的实验表明,SPAR恢复了超过98%的原始响应质量,而标准基线的恢复率低于50%——同时实现了0.00%的攻击成功率和具有竞争力的模型效用。这些结果强调了对可信的MLLM遗忘进行更细致评估的必要性。
cs.AI / 145 / 2608.01850

Physics-Informed Neural Networks for Complex Eigenfrequency Identification and Mode Structure Reconstruction of the Ground-State ITG Branch

物理信息神经网络用于复杂特征频率识别及基态ITG分支的模态结构重建
Sun, Dengdi, Zhang, Bingbing, Wang, Xiao, Yan, Zikang, Tao, Yuqiang, Yang, Qingquan, Xu, Guosheng, Tang, Jin
Abstract
Physics-informed neural networks (PINNs) combine sparse observations with physical equations, providing an important approach for modeling complex plasma processes and inferring unknown physical quantities. The steep-gradient pedestal of high-confinement-mode tokamaks is closely linked to plasma confinement and edge transport. Analyzing ion-temperature-gradient (ITG) drift waves in this region requires jointly identifying complex eigenfrequencies and reconstructing two-dimensional complex-valued mode fields. Localized high-frequency oscillations, strong real-imaginary coupling, and nonlinear coupling between the mode field and eigenfrequency challenge PINN representation and joint optimization. To address these challenges, we propose a physics-informed neural framework combining Fourier feature encoding, complex-valued feature propagation, and three-stage training. Under sparse observations and physical constraints, it jointly solves for the complex eigenfrequency and mode field of a representative ground-state ITG branch. Experiments show that the framework accurately recovers the target complex eigenfrequency and two-dimensional complex-valued mode field and outperforms representative PINN baselines. It also provides a basis for analyzing higher-order and multiple-branch drift-wave modes.
Chinese Translation
物理信息神经网络(PINNs)将稀疏观测与物理方程结合,为建模复杂等离子体过程和推断未知物理量提供了一种重要的方法。高约束模式托卡马克的陡峭梯度台阶与等离子体约束和边缘输运密切相关。在该区域分析离子温度梯度(ITG)漂移波需要共同识别复杂特征频率并重建二维复值模态场。局部高频振荡、强实虚耦合以及模态场与特征频率之间的非线性耦合对PINN的表示和联合优化提出了挑战。为了解决这些挑战,我们提出了一种物理信息神经框架,结合了傅里叶特征编码、复值特征传播和三阶段训练。在稀疏观测和物理约束下,它共同求解代表性基态ITG分支的复杂特征频率和模态场。实验表明,该框架准确恢复了目标复杂特征频率和二维复值模态场,并优于代表性的PINN基线。此外,它还为分析高阶和多分支漂移波模态提供了基础。
cs.AI / 146 / 2608.01856

EchoChange: A Diffusion Language Model with Dual Pass Remasking for Factual Remote Sensing Disaster Change Captioning

EchoChange:一种具有双重重标记的扩散语言模型,用于事实性遥感灾害变化描述
Sun, Dongwei, Yao, Bowen, Zhang, Yujie, Liu, Pei, Yao, Jing, Cao, Xiangyong
Abstract
Bi-temporal remote-sensing disaster change captioning often needs to identify sparse and spatially localized changes across large pre- and post-event scenes and then translate them into coherent, factual descriptions. However, existing change captioning methods always follow an autoregressive decoding paradigm to generate the change description and thus an early misinterpretation of the changed object, event, or spatial relation becomes an irreversible premise for subsequent text, amplifying visual ambiguity into cascading factual errors. To address this limitation, we propose EchoChange, a multimodal discrete diffusion language model that formulates change captioning as iterative masked-token denoising rather than left-to-right generation. By repeatedly revising the entire caption while conditioning on the image pair, EchoChange can reconsider uncertain content and correct imperfect intermediate predictions. We further introduce draft-aware dual-pass training, a progressive masking curriculum, and confidence-guided remasking to align training with iterative inference. Extensive experiments on the RSCC benchmark show that EchoChange substantially outperforms both general-purpose and remote-sensing-specific baselines across lexical and semantic metrics. The EchoChange Project is at https://github.com/sundongwei/EchoChange_Project
Chinese Translation
双时相遥感灾害变化描述通常需要识别大规模事件前后场景中的稀疏和空间局部变化,并将其转化为连贯的事实性描述。然而,现有的变化描述方法总是遵循自回归解码范式来生成变化描述,因此对变化对象、事件或空间关系的早期误解成为后续文本的不可逆前提,从而将视觉模糊放大为级联的事实错误。为了解决这一限制,我们提出了EchoChange,一种多模态离散扩散语言模型,将变化描述公式化为迭代掩码标记去噪,而不是从左到右生成。通过在图像对的条件下反复修订整个描述,EchoChange能够重新考虑不确定内容并纠正不完美的中间预测。我们进一步引入了草稿感知的双重训练、渐进式掩码课程和基于信心的重标记,以使训练与迭代推理对齐。在RSCC基准上的大量实验表明,EchoChange在词汇和语义指标上显著优于通用和遥感特定的基线。EchoChange项目地址为 https://github.com/sundongwei/EchoChange_Project
cs.AI / 147 / 2608.01862

Wnuan: Staged Post-Training for Question Answering over Proprietary Enterprise Knowledge

Wnuan:针对专有企业知识的分阶段后训练问答
Shi, Xiaofeng, Qiu, Xiaosong, Ma, Wenxin, Kou, Qian, Pan, Yiming, Yu, Longbin, Liu, Ying, Wang, Haiping, Zhou, Hua
Abstract
Enterprise question answering requires models to acquire proprietary knowledge without discarding general capabilities. We present Wnuan, a three-stage pipeline that constructs task-oriented supervision from documents, performs supervised fine-tuning with general-data replay, and applies reinforcement learning to residual errors. On the 707-question WnuanBench, the primary 32B route raises acceptable-answer rate (AAR) from 52.76% before adaptation to 80.06% after SFT and 91.51% after RL. Under a matched 100-update protocol, residual-error sampling outperforms full-pool and size-matched random sampling by 3.11 and 2.97 points, respectively. Source-cluster bootstrap intervals remain above zero for both contrasts, and a same-domain validation set preserves the ordering. The general-benchmark average decreases by 5.17 points across the route, concentrated in instruction following. The automatic evaluation ensemble agrees with an authoritative domain expert on 90.5% of a stratified Wnuan-Inst response sample. These results characterize both the gains and the general-capability cost of staged enterprise adaptation.
Chinese Translation
企业问答要求模型在不丢弃通用能力的情况下获取专有知识。我们提出了Wnuan,一个三阶段的流程,首先从文档中构建任务导向的监督,其次通过通用数据重放进行监督微调,最后应用强化学习来处理残余错误。在707个问题的WnuanBench上,主要的32B路径使得可接受答案率(AAR)从适应前的52.76%提高到SFT后的80.06%和RL后的91.51%。在匹配的100次更新协议下,残余错误采样分别比全池和大小匹配的随机采样提高了3.11和2.97个百分点。源集群自助区间在这两种对比中均保持在零以上,同域验证集保持了排序。通用基准平均值在整个路径上下降了5.17个百分点,主要集中在指令跟随上。自动评估集成与一位权威领域专家在分层Wnuan-Inst响应样本的90.5%上达成一致。这些结果表征了分阶段企业适应的收益和通用能力成本。
cs.AI / 148 / 2608.01875

ReasonCast: Towards Explainable Time Series Forecasting with Reasoning

ReasonCast:朝着可解释的时间序列预测与推理迈进
Lee, Seunghan, Seo, Jun, Lee, Jaehoon, Kang, Junhyeok, Han, Sangjun, Yoo, Sungdong, Kim, Minjae, Lim, Tae Yoon, Kang, Dongwan, Choi, Hwanil, Lee, Soonyoung, Ahn, Wonbin
Abstract
Most time series (TS) models are specialized for a single task, either understanding (i.e., returning text answers about a TS) or generation (i.e., returning a numeric forecast). Only recently have unified models begun to handle the two within a single architecture. Even these models, however, produce the two outputs as task-separated paths and cannot predict a series and explain why that prediction arises within a single coherent response. In this paper, we argue for a task-fused model that jointly produces 1) prediction (generation) and 2) selfexplanation (understanding), thereby integrating 1) numerical TS forecasting and 2) interpretable text reasoning within a single response. To enable the systematic study of this capability, we present both a benchmark and a recipe that jointly address the two tasks. The benchmark, ReasonTS-Bench, identifies five fundamental patterns underlying TS and enables the joint evaluation of both tasks. ReasonCast, our recipe for finetuning any LLM to perform both tasks jointly, yields a model that generates a reasoning chain and a forecast together in a single autoregressive pass. Extensive experiments show that ReasonCast outperforms both LLMs and TS models on prediction accuracy while producing verifiable, causal reasoning. Code is available at: https://github.com/seunghan96/reasoncast.
Chinese Translation
大多数时间序列(TS)模型专注于单一任务,要么是理解(即返回关于时间序列的文本答案),要么是生成(即返回数值预测)。直到最近,统一模型才开始在单一架构中同时处理这两种任务。然而,即便是这些模型,也通常将这两种输出作为任务分离的路径,无法在单一连贯的响应中预测一个序列并解释该预测的原因。在本文中,我们主张采用一种任务融合模型,该模型联合生成1)预测(生成)和2)自我解释(理解),从而在单一响应中整合1)数值时间序列预测和2)可解释的文本推理。为了系统地研究这一能力,我们提出了一个基准和一个配方,联合解决这两项任务。基准ReasonTS-Bench识别出时间序列的五种基本模式,并支持这两项任务的联合评估。我们的配方ReasonCast用于微调任何大型语言模型(LLM)以同时执行这两项任务,生成一个推理链和一个预测,均在单次自回归传递中完成。大量实验表明,ReasonCast在预测准确性上优于LLM和时间序列模型,同时产生可验证的因果推理。代码可在以下链接获取:https://github.com/seunghan96/reasoncast。
cs.AI / 149 / 2608.01904

CoEvoKG: Co-Evolving Knowledge Graphs with Self-Evolving Search Agents

CoEvoKG:与自我进化搜索代理共同进化的知识图谱
Li, Zhaoyang, Fu, Zenghuang, Ai, Qiuyuan, Jiang, Ping, Wu, Haoyu, Wu, Minghui, Zhao, Chenxu, Song, Jie, He, Guannan
Abstract
Large language models can improve with reinforcement learning for search agents, yet existing self play agents repeatedly generate tasks while discarding the knowledge gained during successful searches. We introduce CoEvoKG, a framework that turns a knowledge graph into both a source of verifiable training tasks and a persistent evidence memory for agent evolution. CoEvoKG jointly trains a task generator and a search agent: the generator creates multihop questions from entity chains sampled from the knowledge graph, while the agent learns from rewards for answer correctness and search trajectories whose entity paths are supported by graph evidence. When a search succeeds, CoEvoKG verifies and deduplicates the retrieved evidence, then writes it back to the corresponding graph nodes and edges. Future rounds reuse this enriched graph for task generation and reward computation, closing the loop between model self evolution and knowledge accumulation. Experiments on six QA benchmarks (NQ, TriviaQA, PopQA, HotpotQA, 2WikiMultiHopQA, and Bamboogle) with three backbone models show that CoEvoKG improves macro average accuracy over the corresponding base models by +11.2, +10.1, and +11.6 points on Qwen2.5-3B-Instruct, Qwen2.5-7B-Instruct, and Llama-3.1-8B-Instruct, respectively. Under matched training budgets, CoEvoKG further improves over competitive self play baselines and RL baselines for search agents by +2.6 to +3.7 macro average points across the three backbones. Code is available at https://github.com/lazzy1225/CoEvoKG.
Chinese Translation
大型语言模型可以通过强化学习来改善搜索代理的性能,但现有的自我对弈代理在生成任务时反复丢弃在成功搜索中获得的知识。我们提出了CoEvoKG,一个将知识图谱转化为可验证训练任务源和代理进化的持久证据记忆的框架。CoEvoKG联合训练任务生成器和搜索代理:生成器从知识图谱中抽样实体链创建多跳问题,而代理则通过回答正确性和由图证据支持的实体路径的搜索轨迹获得奖励。当搜索成功时,CoEvoKG验证并去重检索到的证据,然后将其写回到相应的图节点和边中。未来的轮次将重用这个丰富的图用于任务生成和奖励计算,闭合模型自我进化与知识积累之间的循环。在六个问答基准(NQ、TriviaQA、PopQA、HotpotQA、2WikiMultiHopQA和Bamboogle)上进行的实验显示,CoEvoKG在Qwen2.5-3B-Instruct、Qwen2.5-7B-Instruct和Llama-3.1-8B-Instruct上分别提高了宏平均准确率11.2、10.1和11.6个百分点。在匹配的训练预算下,CoEvoKG在三个基础模型上进一步提高了相较于竞争性的自我对弈基线和搜索代理的强化学习基线2.6到3.7个宏平均点。代码可在 https://github.com/lazzy1225/CoEvoKG 获取。
cs.AI / 150 / 2608.01913

Diagnosing Search Behavior and Failure Modes in Long-Horizon Search Agents

诊断长时间搜索代理的搜索行为和失败模式
Liu, Qi, Mao, Jiaxin, Zhu, Fengbin, Chua, Tat-Seng
Abstract
Deep search agents answer difficult information-seeking questions by iteratively issuing search queries to gather supporting evidence, but it remains unclear whether and how greater search effort leads to better answers. We study these questions through a trajectory-level diagnosis of long-horizon search agents. Using human-annotated document-level relevance judgments, we evaluate the evidence retrieved at each search step and separate two stages of agent behavior: what evidence an agent retrieves and how effectively it uses that evidence. This distinction further allows us to decompose failures into retrieval gaps, where the necessary evidence is never found, and utilization gaps, where relevant evidence is retrieved but not used correctly. With the retrieval model and evaluation harness held fixed, we compare six agents on BrowseComp-Plus and further validate our findings on BrowseComp with an open-web search API. Across settings, we find that search effort and answer quality are only weakly aligned. Answer accuracy is better correlated with the quality of retrieved evidence, especially cumulative retrieval recall, than with the number of searches or the amount of context consumed. Useful evidence often appears early in the trajectory, yet agents tend to continue searching, producing a long tail of low-yield retrieval steps. At the query level, exploratory reformulations remain useful, but the best-performing agents issue far fewer redundant queries. Overall, by systematically characterizing the search behavior and failure modes of long-horizon search agents, this work points to practical directions for building better deep research systems, including stronger query formulation, more effective evidence selection and context management, and stopping criteria based on whether sufficient supporting evidence has been retrieved.
Chinese Translation
深度搜索代理通过迭代发出搜索查询来回答困难的信息检索问题,以收集支持证据,但尚不清楚更大的搜索努力是否以及如何导致更好的答案。我们通过对长时间搜索代理的轨迹级诊断来研究这些问题。利用人工标注的文档级相关性判断,我们评估每个搜索步骤中检索到的证据,并将代理行为分为两个阶段:代理检索到什么证据以及它如何有效地使用这些证据。这一区分进一步使我们能够将失败分解为检索缺口,即所需证据从未找到,以及利用缺口,即相关证据被检索到但未被正确使用。在固定检索模型和评估框架的情况下,我们比较了六个代理在 BrowseComp-Plus 上的表现,并通过开放网络搜索 API 在 BrowseComp 上进一步验证我们的发现。在各种设置中,我们发现搜索努力与答案质量之间的关联仅为弱相关。答案准确性与检索证据的质量,特别是累积检索召回率的相关性更高,而不是与搜索次数或消耗的上下文量相关。有效证据通常在轨迹早期出现,但代理往往继续搜索,导致低产出检索步骤的长尾。在查询级别,探索性重构仍然有用,但表现最佳的代理发出更少的冗余查询。总体而言,通过系统地表征长时间搜索代理的搜索行为和失败模式,本研究指明了构建更好的深度研究系统的实际方向,包括更强的查询构建、更有效的证据选择和上下文管理,以及基于是否检索到足够支持证据的停止标准。
cs.AI / 151 / 2608.01926

ProWorld: Progress-Aware Hyperbolic World Models for Long-Horizon Visual Goal Reaching

ProWorld:面向长时间视觉目标达成的进度感知双曲世界模型
Liu, Zihan, Zhuang, Yuzhe, Li, Yuanzu, Gou, Wanshuang, Liu, Jiahong, Zhou, Min, Yang, Menglin
Abstract
JEPA-style visual world models offer an effective paradigm for visual goal planning by predicting future latent representations. Existing methods typically learn local transition consistency through next-step representation prediction. However, in long-horizon tasks, accurate local prediction alone need not ensure sustained progress toward the goal. First, multi-step rollouts can remain locally plausible while drifting away from goal-relevant trajectories. Second, locally similar future states can correspond to substantially different long-term progress, making them difficult to distinguish in a latent space optimized mainly for local consistency. To address these challenges, we introduce goal-conditioned progress order, a relative ordering of states according to how they advance toward a given goal. This order exhibits an asymmetric, coarse-to-fine structure: early states retain broader future possibilities, while later states concentrate on more specific goal-relevant regions. Such a structure is well suited to hyperbolic geometry. Motivated by this observation, we propose ProWorld, a progress-aware hyperbolic visual world model. ProWorld leverages goal-conditioned progress order to organize visual latent-space dynamics, maintains directional progress within trajectories via hyperbolic entailment learning, and mitigates progress ambiguity among locally similar future states via hyperbolic future discrimination. Furthermore, we design a progress-aware planning objective that scores candidate rollouts by jointly considering proximity to the goal and sustained progress across intermediate states. Experiments on four visual goal-reaching tasks demonstrate that ProWorld achieves an average absolute success-rate gain of 9.67 over LeWM. The code will be released after the paper is accepted.
Chinese Translation
JEPA风格的视觉世界模型通过预测未来潜在表示,为视觉目标规划提供了一种有效的范式。现有方法通常通过下一步表示预测来学习局部过渡一致性。然而,在长时间任务中,仅依靠准确的局部预测并不能确保持续向目标的进展。首先,多步展开可能在局部上保持合理性,但却偏离与目标相关的轨迹。其次,局部相似的未来状态可能对应于实质上不同的长期进展,使得在主要针对局部一致性优化的潜在空间中难以区分。为了解决这些挑战,我们引入了目标条件的进度顺序,即根据状态如何推进到给定目标的相对排序。该顺序表现出一种不对称的粗到细的结构:早期状态保留更广泛的未来可能性,而后期状态则集中于更具体的与目标相关的区域。这种结构非常适合双曲几何。基于这一观察,我们提出了ProWorld,一种进度感知的双曲视觉世界模型。ProWorld利用目标条件的进度顺序来组织视觉潜在空间动态,通过双曲蕴含学习在轨迹中保持方向性进展,并通过双曲未来区分来减轻局部相似未来状态之间的进展模糊性。此外,我们设计了一个进度感知的规划目标,通过共同考虑与目标的接近度和中间状态的持续进展来对候选展开进行评分。在四个视觉目标达成任务上的实验表明,ProWorld在LeWM的基础上实现了平均绝对成功率提升9.67。代码将在论文被接受后发布。
cs.AI / 152 / 2608.01937

A Contractualist Argumentation Framework for Moral Decision-Making

一种基于契约主义的道德决策论证框架
Marcos-Vidal, Luis, Abbo, Giulio Antonio, Belpaeme, Tony
Abstract
Autonomous agents operating in shared environments must make decisions that affect multiple individuals with potentially conflicting interests. We propose a formal framework for moral decision-making grounded in Scanlon's contractualism, an ethical theory that evaluates the permissibility of actions in terms of principles that no one could reasonably reject. To operationalise contractualist reasoning, we use ASPIC+, a structured argumentation framework, extended with value-based filtering to model how each agent's values determine which reasons are morally relevant in the first place. The result is a Contractualist Argumentation Framework in which agents' reasons are formally represented, compared, and evaluated through argumentation semantics. We illustrate the approach through a worked example in a domestic setting and discuss its relation to existing value-based argumentation approaches.
Chinese Translation
在共享环境中运作的自主代理必须做出影响多个个体且可能存在冲突利益的决策。我们提出了一个基于Scanlon契约主义的道德决策的正式框架,这是一种通过原则来评估行为可接受性的伦理理论,这些原则是没有人可以合理拒绝的。为了实现契约主义推理,我们使用ASPIC+,一个结构化的论证框架,并通过基于价值的过滤进行扩展,以建模每个代理的价值观如何决定哪些理由在道德上是相关的。最终形成了一个契约主义论证框架,其中代理的理由通过论证语义被正式表示、比较和评估。我们通过一个家庭环境中的实例来说明该方法,并讨论其与现有基于价值的论证方法的关系。
cs.AI / 153 / 2608.01995

Long-Horizon Autonomous Architecture Research with a Language-Model Agent: A Behavioural Case Study

基于语言模型代理的长远自主架构研究:行为案例研究
Safdar, Aon, Saadeldin, Mohamed
Abstract
We study what happens when a single general-purpose large language model acts as the sole researcher on a long-horizon neural architecture design problem. The agent receives a scientific question, an initial hypothesis and motivation, a compute budget, and research affordances (source and experiment management, experiment tracking, literature access, and persistent memory), then autonomously proposes, implements, evaluates, and records experiments over an extended period. The study comprises three phases, separated by human-declared transitions, that progressively expand the agent's tool surface or problem scale. Across approximately 100 sequential experiments, the agent improves a non-standard Vision Transformer from a weak baseline to a stronger, efficient model on small benchmarks and a usable but sub-SOTA model on ImageNet-1K, while producing a dense behavioural trace. We report four findings.(i)Productivity exhibits a clear phase structure: rapid early gains, a multi-dozen-hypothesis saturation wall, and recovery, with recovery triggered by expanding the action surface rather than changing the underlying model.(ii)A single early hypothesis contributes more to accuracy gain, with later improvements long-tailed.(iii)The preference for greedy, incremental hypotheses is largely workflow-induced: a commit-or-discard evaluation rule is isomorphic to greedy hill-climbing; the remainder reflects risk aversion after bold failures and anchoring on familiar literature. (iv)The agent independently rediscovers established results and, in the unfamiliar regime of pure channel attention, overturns a standard design choice. We conclude that workflow design was at least as influential as agent capability in this study and propose diversified search, budgeted moonshot hypotheses, explicit forks, and regime-aware re-validation as testable directions for future autonomous research.
Chinese Translation
我们研究了当一个通用的大型语言模型作为唯一研究者在一个长远的神经架构设计问题上时会发生什么。该代理接收一个科学问题、初始假设和动机、计算预算以及研究资源(源和实验管理、实验跟踪、文献访问和持久记忆),然后在较长时间内自主提出、实施、评估和记录实验。该研究分为三个阶段,阶段之间由人类声明的过渡分隔,逐步扩展代理的工具表面或问题规模。在大约100个连续实验中,代理将一个非标准的视觉变换器从一个较弱的基线改进到一个在小基准上表现更强、效率更高的模型,并在ImageNet-1K上生成一个可用但低于SOTA的模型,同时产生了密集的行为轨迹。我们报告了四个发现。(i)生产力表现出明显的阶段结构:早期快速增长、多假设饱和壁垒和恢复,其中恢复是通过扩展行动表面而非改变基础模型来触发的。(ii)单一的早期假设对准确性提升的贡献更大,而后期的改进则呈现长尾分布。(iii)对贪婪、增量假设的偏好在很大程度上是由工作流程引起的:一种提交或丢弃的评估规则与贪婪爬山算法同构;其余反映了在大胆失败后的风险厌恶和对熟悉文献的锚定。(iv)代理独立重新发现了已建立的结果,并在纯通道注意力这一不熟悉的领域中推翻了一个标准设计选择。我们得出结论,工作流程设计在本研究中的影响至少与代理能力同样重要,并提出多样化搜索、预算化的大胆假设、明确的分叉和对环境敏感的重新验证作为未来自主研究的可测试方向。
cs.AI / 154 / 2608.02005

Evolving in the Agent Jungle via History-Informed Opponent Awareness

通过历史信息对手意识在代理丛林中进化
Zhang, Zhaofeng, Xia, Linhan, Liu, Rui, Wang, Yihao, Shen, Binrui, Zhu, Shengxin
Abstract
Learning to adapt strategies through interaction is a key step toward more general and autonomous LLM agents. Existing approaches typically achieve behavioral adaptation by revising skill libraries. However, in multi-agent environments, opponents may simultaneously update their strategies, causing the environment itself to evolve continuously. Applying skill-revision methods designed for static environments in such settings therefore amounts to updating against an obsolete reference. To address this challenge, we introduce OASE (Opponent-Aware Selective Evolution), which identifies and adopts genuinely beneficial skill revisions in dynamic multi-agent environments. Specifically, OASE conducts paired comparisons between a candidate skill and the incumbent under identical conditions anchored by historical snapshots of opponent strategies, and adopts the candidate only when its estimated payoff gain exceeds an acceptance threshold. We evaluate OASE in two decision-making scenarios: first-price auctions and private-cost Cournot competition. Experimental results show that, compared with a Reflexion-style baseline, OASE achieves a lower final equilibrium distance in both environments while accepting substantially fewer skill revisions, thereby suppressing strategy changes that lack sufficient payoff support. OASE therefore replaces blind updating with evidence-anchored selection, allowing agents to adapt stably and efficiently even as opponents continuously evolve.
Chinese Translation
通过互动学习适应策略是实现更通用和自主的LLM代理的重要一步。现有方法通常通过修订技能库来实现行为适应。然而,在多代理环境中,对手可能会同时更新其策略,导致环境本身不断演变。因此,在这种环境中应用为静态环境设计的技能修订方法实际上相当于以过时的参考进行更新。为了解决这一挑战,我们引入了OASE(对手意识选择性进化),该方法在动态多代理环境中识别并采用真正有益的技能修订。具体而言,OASE在相同条件下对候选技能和现有技能进行配对比较,这些条件由对手策略的历史快照所锚定,仅在候选技能的预估收益增益超过接受阈值时才采用该候选技能。我们在两种决策场景中评估OASE:第一价格拍卖和私人成本的Cournot竞争。实验结果表明,与Reflexion风格的基线相比,OASE在这两种环境中实现了更低的最终均衡距离,同时接受的技能修订数量显著减少,从而抑制了缺乏足够收益支持的策略变化。因此,OASE用基于证据的选择替代了盲目的更新,使得代理能够在对手不断演变的情况下稳定高效地适应。
cs.AI / 155 / 2608.02009

HALT: Verification-Aware Stopping for Retrieval-Augmented Search Agents

HALT:面向验证的检索增强搜索代理的停止策略
Roh, Daeyoung, Han, Donghee
Abstract
Retrieval-augmented search agents answer multi-hop questions by repeatedly issuing search queries and accumulating evidence. This creates a stopping problem: after the necessary evidence has appeared, further retrieval often adds cost, latency, and distracting context rather than useful information. We frame stopping as evidence coverage rather than generator confidence, and introduce HALT, a lightweight verification-aware policy that leaves the search agent unchanged. Given expected hop claims, HALT stops only when cumulative evidence supports each required claim. Across three multi-hop QA benchmarks, HALT reduces redundant search while largely preserving exact match. We separate a deployable setting, where hop claims are generated from the question, from a diagnostic upper bound that uses gold supporting-fact annotations: generated claims give smaller but still exact-match-preserving savings, while gold claims show the larger savings available when hop targets are clean. Baseline comparisons and ablations show that this behavior is driven by claim-evidence alignment rather than generic sufficiency, fixed stop positions, or lexical overlap. Open-corpus pilots further suggest that HALT abstains when coverage cannot be reliably verified. Overall, evidence coverage provides a practical runtime control signal for improving retrieval-augmented agents without retraining or modifying the host agent.
Chinese Translation
检索增强搜索代理通过反复发出搜索查询和积累证据来回答多跳问题。这导致了一个停止问题:在必要证据出现后,进一步的检索往往增加成本、延迟和分散注意力的上下文,而不是提供有用的信息。我们将停止框架定义为证据覆盖而非生成器信心,并引入HALT,一种轻量级的面向验证的策略,使搜索代理保持不变。在给定预期跳跃声明的情况下,HALT仅在累积证据支持每个所需声明时停止。在三个多跳问答基准测试中,HALT减少了冗余搜索,同时在很大程度上保持了精确匹配。我们将可部署设置(其中跳跃声明是从问题生成的)与使用金标准支持事实注释的诊断上限分开:生成的声明提供了较小但仍然保持精确匹配的节省,而金标准声明则显示出在跳跃目标干净时可获得的更大节省。基线比较和消融实验表明,这种行为是由声明-证据对齐驱动的,而不是由通用充分性、固定停止位置或词汇重叠驱动的。开放语料库的试点进一步表明,当覆盖无法可靠验证时,HALT会选择不进行检索。总体而言,证据覆盖为在不重新训练或修改主代理的情况下改善检索增强代理提供了实用的运行时控制信号。
cs.AI / 156 / 2608.02011

Before Reasoning Fails: Pre-Evidence Procedural Failures in Agentic RAG

推理失败之前:代理型检索增强生成中的前证据程序性失败
Roh, Daeyoung, Han, Donghee
Abstract
Agentic retrieval-augmented generation (RAG) systems can fail before evidence-conditioned reasoning is tested: an agent may retrieve candidate snippets but finalize without inspecting them. We study this failure mode as a procedural property of the agent trajectory, decomposing wrong answers into pre-evidence discipline failures and post-gold-read failures using saved tool-call traces, retrieved evidence, read passages, and final answers. Across 12,000 paired trajectories on HotpotQA, 2WikiMultiHopQA, and MuSiQue, the two failure types are largely non-redundant: the both-trigger rate is in [11.2%, 13.1%] across regex and spaCy entity extractors. We then evaluate Read-Gate, a minimal runtime invariant requiring an agent to read after search and before finalization. Forced reading improves LLM-Acc by 14.9-19.9 points on trajectories that would otherwise skip reading and by 3.2-9.4 points on full minimal-reasoning cells. Additional diagnostics show that larger hidden thinking budgets do not necessarily increase evidence inspection. Together, these results indicate that evidence-gathering should be evaluated as a trajectory-level control problem, separately from answer-side reasoning.
Chinese Translation
代理型检索增强生成(RAG)系统可能在证据条件推理被测试之前就发生失败:一个代理可能会检索候选片段,但在未检查这些片段的情况下就完成最终决策。我们将这种失败模式作为代理轨迹的程序性特征进行研究,通过保存的工具调用痕迹、检索到的证据、阅读的段落和最终答案,将错误答案分解为前证据纪律失败和后黄金阅读失败。在 HotpotQA、2WikiMultiHopQA 和 MuSiQue 上的 12,000 对轨迹中,这两种失败类型在很大程度上是非冗余的:在正则表达式和 spaCy 实体提取器中,两者触发率在 [11.2%, 13.1%] 之间。然后,我们评估了 Read-Gate,这是一种最小运行时不变性,要求代理在搜索后和最终决策前进行阅读。强制阅读使得 LLM-Acc 在本会跳过阅读的轨迹上提高了 14.9-19.9 个点,在完整的最小推理单元上提高了 3.2-9.4 个点。额外的诊断显示,较大的隐藏思维预算并不一定会增加证据检查。综合来看,这些结果表明,证据收集应作为轨迹级控制问题进行评估,而应与答案侧推理分开。
cs.AI / 157 / 2608.02024

EduZone: A Framework for Evaluating LLM Safety for K-12 Students and Teachers

EduZone:评估K-12学生和教师的LLM安全性的框架
Park, Junyeong, Han, Jieun, Yoo, Haneul, Ahn, So-Yeon, Yoon, Jinsung, Oh, Alice
Abstract
Large language models (LLMs) are increasingly used across diverse tasks in K-12 education, yet existing safety evaluations rarely examine how harmful or inappropriate content appears in interactions between LLMs and students or teachers. To address this, we present EduZone, an evaluation framework for LLM safety across diverse educational scenarios. Our framework systematically combines (1) student- and teacher-facing LLM usage contexts, (2) fine-grained curriculum concepts, and (3) 6 risk categories and 28 subcategories spanning both conventional and education-specific harms to generate contextually grounded adversarial interactions. We construct these interactions in three settings: single-turn requests, static multi-turn conversations, and dynamic multi-turn conversations. Using these interactions, we evaluate ten LLMs using four safety levels: refusal, safe assistance, risky assistance with safety guidance, and fully risky assistance. Our results reveal greater vulnerability to education-specific risks and dynamic multi-turn interactions, while existing safety guardrails fail to adequately address these risks. EduZone advances LLM safety in education by providing an automated, scalable evaluation framework that supports the development and deployment of safer LLMs in K-12 education.
Chinese Translation
大型语言模型(LLMs)在K-12教育中被广泛应用于各种任务,但现有的安全评估很少考察LLMs与学生或教师之间的互动中有害或不当内容的出现。为了解决这一问题,我们提出了EduZone,一个针对不同教育场景下LLM安全性的评估框架。我们的框架系统性地结合了(1)面向学生和教师的LLM使用情境,(2)细化的课程概念,以及(3)涵盖传统和教育特定危害的6个风险类别和28个子类别,以生成具有情境基础的对抗性互动。我们在三种设置中构建这些互动:单轮请求、静态多轮对话和动态多轮对话。利用这些互动,我们对十种LLM进行了评估,使用了四个安全级别:拒绝、安全协助、带有安全指导的风险协助和完全风险协助。我们的结果揭示了对教育特定风险和动态多轮互动的更大脆弱性,而现有的安全防护措施未能充分应对这些风险。EduZone通过提供一个自动化、可扩展的评估框架,推动了教育中LLM的安全性,支持了更安全的LLM在K-12教育中的开发和部署。
cs.AI / 158 / 2608.02026

HPFA: Hypergraph-Based Paired Failure Attribution for LLM Reasoning

HPFA:基于超图的配对失败归因用于大语言模型推理
Zhu, Runchuan, Lai, Hongbin, Jiang, Bowen, Zhang, Junrui, LI, Zhangheng, Kilbasovych, Ostap, Hong, Junyuan
Abstract
Reflection is a powerful mechanism for LLM reasoning, yet its effectiveness hinges on accurately attributing failures to specific reasoning steps, a capability that current models notably lack. Existing failure attribution methods either require expensive step-by-step counterfactual testing that scales poorly with trajectory length, or treat reasoning traces as flat sequences that ignore the inherent non-linear logical dependencies. We propose a hypergraph-based paired failure attribution (HPFA) framework that attributes the failure root cause by comparing the hyperedges of the targeted failure reasoning path against a reference successful path. By reducing the search space, our method efficiently localizes root causes and enables scalable synthesis of attribution data for training a lightweight attributor model via supervised fine-tuning and reinforcement learning. Experiments on mathematical reasoning and agentic coding tasks demonstrate that HPFA can dramatically increase attribution accuracy and efficiency, and the trained attributor consistently improves reasoning accuracy at test time, outperforming baselines that lack graph structure or paired analysis.
Chinese Translation
反思是大语言模型(LLM)推理的一个强大机制,但其有效性依赖于将失败准确归因于特定的推理步骤,而这一能力是当前模型显著缺乏的。现有的失败归因方法要么需要昂贵的逐步反事实测试,这在轨迹长度增加时表现不佳,要么将推理轨迹视为平坦的序列,忽略了固有的非线性逻辑依赖关系。我们提出了一种基于超图的配对失败归因(HPFA)框架,通过将目标失败推理路径的超边与参考成功路径进行比较,来归因失败的根本原因。通过减少搜索空间,我们的方法有效地定位根本原因,并通过监督微调和强化学习,实现了可扩展的归因数据合成,以训练轻量级的归因模型。在数学推理和自主编码任务上的实验表明,HPFA可以显著提高归因的准确性和效率,训练后的归因模型在测试时始终提高推理准确性,超越了缺乏图结构或配对分析的基线模型。
cs.AI / 159 / 2608.02063

Cross-Fitted Residual Utility for Primary-Preserving Cognitive Decision Correction in Automatic Modulation Classification

用于自动调制分类中的主要保留认知决策校正的交叉拟合残差效用
Han, Linzhuo, Cui, Zongyong, Li, Houbiao
Abstract
Automatic modulation classification research has largely emphasized representation accuracy, but a cognitive receiver must also decide when heterogeneous evidence justifies overriding a trusted default prediction. We study this post-inference problem through cross-fitted residual utility and a primary-preserving cognitive decision policy. A structured KAN-Fourier classifier supplies the default probability, while neural and non-neural candidates provide observable evidence. Candidate-specific residual utility is learned from train-split out-of-fold predictions, and a disjoint validation split freezes action thresholds, approved transitions, conditional routes, and a unified risk mask before held-out evaluation. On RMLA, RMLB, and HISAR, the complete system improves overall accuracy from 63.632% to 66.332%, 65.161% to 66.168%, and 77.769% to 79.867%, respectively. Controlled comparisons show that the isolated utility target does not uniformly dominate alternative out-of-fold meta-learners; the consistent gain comes from the complete evidence-and-action policy. Paired bootstrap and Holm-corrected McNemar analyses support the controlled gains. A frozen-policy stress test under carrier-frequency offset, I/Q imbalance, and synthetic Rayleigh/Rician fading yields positive gains in all 11 conditions, with every paired 95\% confidence interval above zero.
Chinese Translation
自动调制分类研究在很大程度上强调了表示准确性,但认知接收器还必须决定何时异质证据足以推翻可信的默认预测。我们通过交叉拟合残差效用和主要保留认知决策政策研究这一推理后问题。结构化的 KAN-Fourier 分类器提供默认概率,而神经和非神经候选者提供可观察的证据。候选特定的残差效用是通过训练集分割的外折预测学习的,且不相交的验证分割冻结了行动阈值、批准的转变、条件路径和统一风险掩码,然后进行保留评估。在 RMLA、RMLB 和 HISAR 上,完整系统将整体准确率分别从 63.632% 提高到 66.332%、从 65.161% 提高到 66.168% 以及从 77.769% 提高到 79.867%。受控比较显示,孤立的效用目标并不总是优于其他外折元学习者;一致的增益来自完整的证据与行动政策。配对自助法和霍尔姆校正的 McNemar 分析支持了受控增益。在载波频率偏移、I/Q 不平衡和合成 Rayleigh/Rician 衰落下的冻结政策压力测试在所有 11 种条件下均获得正增益,每对 95% 置信区间均高于零。
cs.AI / 160 / 2608.02087

Instruction-Conditioned Exploration with Asymmetric Reinforcement Learning and Self-Distillation

基于指令的探索:不对称强化学习与自蒸馏
Dilkes, Jim, Yazdanpanah, Vahid, Stein, Sebastian
Abstract
Post-training Large Language Models (LLMs) with Reinforcement Learning (RL) has become an important tool for improving model capabilities, but the LLM action-space structure introduces challenges distinct from classical RL, with implications for inducing exploration. New methods are required that leverage the broad knowledge and flexibility of pre-trained LLMs to deliberately generate diverse experience at training time. We propose Instruction-Conditioned Exploration (ICE), which supplements task prompts during training with one of several distinct instructions, increasing the coverage of behaviours attempted. To facilitate ICE, we propose Asymmetric-RL/SD, a combined Reinforcement Learning and Self-Distillation training objective, to transfer explored behaviours to the unconditioned test-time policy. ICE with the Asymmetric-RL/SD objective improves Qwen3-1.7B held-out pass@1 performance at $4$K response length on mathematical reasoning tasks by $5.0\%$ relative to training with DAPO, with improvement persisting at a longer 8K context.
Chinese Translation
使用强化学习(RL)对大型语言模型(LLMs)进行后训练已成为提升模型能力的重要工具,但LLM的动作空间结构带来了与经典RL不同的挑战,这对探索的引导产生了影响。需要新的方法来利用预训练LLMs的广泛知识和灵活性,以在训练时有意生成多样化的经验。我们提出了基于指令的探索(Instruction-Conditioned Exploration,ICE),在训练过程中通过多种不同的指令补充任务提示,从而增加尝试行为的覆盖范围。为了促进ICE的实现,我们提出了不对称强化学习/自蒸馏(Asymmetric-RL/SD),这是一种结合了强化学习和自蒸馏的训练目标,用于将探索到的行为转移到无条件的测试时策略。使用不对称强化学习/自蒸馏目标的ICE在数学推理任务中,相较于使用DAPO训练,Qwen3-1.7B模型在$4$K响应长度下的held-out pass@1性能提高了$5.0 m{ ext{ extperthousand}}$,且在更长的8K上下文中改善效果依然存在。
cs.AI / 161 / 2608.02097

Fetch-then-Explore: Decoupling Selection from Extraction over a Persistent Workspace for Search Agents

获取后探索:在持久工作空间中解耦选择与提取以供搜索代理使用
Liu, Qi, Chen, Yiqun, Chen, Zidan, Gao, Yan, Wu, Yi, Hu, Yao, Mao, Jiaxin, Zhu, Fengbin, Chua, Tat-Seng
Abstract
Search agents now answer questions that take dozens of searches to settle, yet how such an agent reads a page has drawn far less attention than how it finds one. Nearly all of them use one of two document interfaces, and both tie a page to the moment it is opened. \emph{Visit-and-read} injects a reading of the page into the message history at fetch time, fixing that reading before the agent knows which fact it will need. Stateful \emph{browsing} instead extracts on demand from the page in hand, but holds one page at a time and releases it as soon as the agent opens another. Either way, a page that turns out to matter many turns later has to be fetched and rendered into context all over again. We propose \textbf{Fetch-then-Explore}, which separates page selection from evidence extraction and keeps what it selects: pages are recorded in a per-question workspace on the filesystem rather than the context window or a transient session, and evidence is pulled from them on demand later. Selection becomes almost free, extraction can wait until the agent knows what to look for and be repeated as its hypothesis sharpens, and pages are not released when the agent moves on, so evidence accumulates across the trajectory. In a unified ReAct harness with fixed search, we compare Fetch-then-Explore against snippet-only, visit-and-read, and browsing baselines on two open-web benchmarks, BrowseComp and WideSearch, across three agent backbones. It leads BrowseComp accuracy at every backbone and generally matches or exceeds the baselines on WideSearch, and a behavioral analysis traces the gains to the workspace's defining move: returning to a page after leaving it, which it does far more than any transient interface, so evidence missed on a first pass can still be recovered later.
Chinese Translation
搜索代理现在能够回答需要数十次搜索才能解决的问题,然而这样的代理如何阅读页面却比其如何找到页面受到的关注要少得多。几乎所有代理都使用两种文档接口之一,而这两种接口都将页面与打开时刻绑定。 extit{访问并阅读}在获取时将页面的阅读内容注入消息历史中,在代理知道需要哪个事实之前就固定了该阅读内容。状态保持的 extit{浏览}则根据需求从手头的页面中提取内容,但一次只持有一页,并在代理打开另一页时立即释放该页。无论哪种方式,经过多次转折后仍然重要的页面必须重新获取并重新呈现到上下文中。我们提出了 extbf{获取后探索},它将页面选择与证据提取分开,并保留所选择的内容:页面被记录在文件系统的每个问题工作空间中,而不是上下文窗口或临时会话中,证据可以在后续按需提取。选择几乎变得免费,提取可以等待代理知道要寻找什么时再进行,并且可以随着假设的明确而重复,页面在代理继续操作时不会被释放,因此证据在整个轨迹中积累。在一个统一的ReAct框架中,我们将获取后探索与仅限片段、访问并阅读和浏览的基线进行比较,使用两个开放网络基准测试BrowseComp和WideSearch,涵盖三个代理基础架构。它在每个基础架构上都领先于BrowseComp的准确性,并且通常在WideSearch上与基线匹配或超越,行为分析追踪到工作空间的决定性动作:在离开页面后返回该页面,这种情况发生的频率远高于任何临时接口,因此在第一次经过时错过的证据仍然可以在后续恢复。
cs.AI / 162 / 2608.02113

MemArbiter: Decision-Time Memory Arbitration for Long-Horizon LLM Agents

MemArbiter:面向长时间跨度大型语言模型代理的决策时记忆仲裁
Dong, Jiajun, Hu, Yutao, Fan, Fengrui, Dou, Shihan, Wu, Yueming, Zou, Deqing
Abstract
Large language model (LLM) agents must retain and use cross-step information to act coherently in long-horizon tasks. Existing methods improve memory accessibility, yet action-relevant information may still fail to guide the current decision because it is poorly formed, organized, prioritized, or presented. We call this post-access failure the Memory-Action Gap. We propose MemArbiter, a function-aware memory arbitration framework that addresses the memory-management-induced component of this gap. MemArbiter decomposes interaction histories into atomic items, organizes them into five functional Memory Banks, and combines bank-level demand, item-level relevance, focal-ambient representations, and a temporal presentation gate to dynamically control memory salience. We evaluate MemArbiter on ALFWorld against Flat Retrieval and Flat Recency under unified per-step memory budgets. With an open-weight action-generation model, MemArbiter achieves success rates of 82.8% and 92.5% under 500- and 750-token budgets, outperforming the strongest baseline by 20.9 and 25.4 percentage points, respectively. It also improves post-failure recovery and reduces failed-action repetition and state-action recurrence. These results show that function-aware memory arbitration enables accessible information to guide actions more effectively.
Chinese Translation
大型语言模型(LLM)代理必须保留并使用跨步骤信息,以便在长时间跨度的任务中进行连贯的行动。现有方法提高了记忆的可访问性,但由于信息的形成、组织、优先级或呈现不佳,与行动相关的信息仍可能无法指导当前的决策。我们将这种访问后失败称为记忆-行动差距(Memory-Action Gap)。我们提出了MemArbiter,一个功能感知的记忆仲裁框架,旨在解决这一差距中由记忆管理引起的组成部分。MemArbiter将交互历史分解为原子项,将其组织成五个功能性记忆库,并结合库级需求、项级相关性、焦点-环境表示和时间呈现门控,动态控制记忆的显著性。我们在ALFWorld上对MemArbiter进行了评估,比较了统一每步记忆预算下的平面检索(Flat Retrieval)和平面时效性(Flat Recency)。在开放权重的行动生成模型下,MemArbiter在500和750个标记预算下分别达到了82.8%和92.5%的成功率,分别比最强基线高出20.9和25.4个百分点。它还改善了失败后的恢复,减少了失败行动的重复和状态-行动的重现。这些结果表明,功能感知的记忆仲裁能够更有效地使可访问信息指导行动。
cs.AI / 163 / 2608.02143

Beyond Solution-Centric Search: Adaptive Inquiry and Knowledge Revision for Autonomous ML Engineering

超越以解决方案为中心的搜索:自主机器学习工程中的自适应探究与知识修订
Fu, Shaokang, Tao, Yulong, Jin, Linbo, Zhao, Jiarong, Shi, Qiming, Pan, Tianjun, Li, Haonan, Wang, Chengyu, Wu, Jia, Huo, Chengfu
Abstract
Long-horizon autonomous research tasks such as machine learning engineering require systems to make interdependent decisions under a limited budget. Existing LLM-based agents typically organize candidate-solution improvement through tree, graph, or chain structures, meaning that the search process determines how information is acquired and managed. We call this design solution-centric search and propose instead the information paradigm, in which an evolving information state represents the system's understanding of the task and guides solution improvement. We instantiate this paradigm in Iris, an inquiry-revision loop. For information acquisition, Iris generates local action plans from the current information state and uses epistemic actions to probe decision-critical unknowns without modifying the retained solution. For information management, Iris synthesizes observations across experiments into task knowledge composed of revisable claims with explicit scope and status. It updates this knowledge as new evidence arrives and constructs each decision context from raw evidence, structured summaries, or task knowledge at the required level of detail. On MLE-Bench, Iris attains a 64.9% any-medal rate under a 12-hour budget, the highest among compared systems. Across four tasks spanning harness engineering and model post-training, Iris also demonstrates cross-domain generalization.
Chinese Translation
长时间跨度的自主研究任务,如机器学习工程,要求系统在有限的预算下做出相互依赖的决策。现有的基于大型语言模型(LLM)的代理通常通过树、图或链结构组织候选解决方案的改进,这意味着搜索过程决定了信息的获取和管理方式。我们称这种设计为以解决方案为中心的搜索,并提出信息范式,其中一个不断演变的信息状态代表系统对任务的理解,并指导解决方案的改进。我们在Iris中实例化了这一范式,Iris是一个探究-修订循环。在信息获取方面,Iris从当前信息状态生成局部行动计划,并使用认识行动探测决策关键未知数,而不修改保留的解决方案。在信息管理方面,Iris将实验中的观察合成成任务知识,该知识由具有明确范围和状态的可修订主张组成。它在新证据到达时更新这些知识,并根据所需的详细程度从原始证据、结构化摘要或任务知识构建每个决策上下文。在MLE-Bench上,Iris在12小时预算下达到了64.9%的任意奖牌率,是比较系统中最高的。在涵盖设备工程和模型后训练的四个任务中,Iris还展示了跨领域的泛化能力。
cs.AI / 164 / 2608.02149

Beyond the Mean: Multi-Moment Policy Optimization for LLM Reasoning

超越均值:大语言模型推理的多时刻策略优化
Zhang, Yijun, Xie, Yule, Ding, Jiaxin, Ding, Xin, Xu, Fan, Zhang, Haoxiang, Fu, Luoyi
Abstract
Reinforcement learning has become a central paradigm for improving the reasoning capabilities of large language models. Existing methods generally aim to reduce the failure probabilities induced across problems. In this paper, we introduce a moment-based perspective on policy optimization for LLM reasoning by treating the failure probability of a randomly sampled problem as a random variable and characterizing optimization objectives through its moments. Under this perspective, many existing methods optimize only a single moment of the failure-probability distribution, leaving its broader distributional structure largely uncharacterized. We propose \textbf{M}ulti-\textbf{M}oment \textbf{P}olicy \textbf{O}ptimization (MMPO), a novel policy optimization framework that jointly minimizes multiple moments of the failure-probability distribution. MMPO admits a direct operational interpretation as minimizing the expected truncated time required to obtain the first successful response. Beyond MMPO, we further develop a general moment-transformation framework that systematically induces different moment profiles and provides a unified view of a broader family of policy optimization objectives. Experiments across five mathematical reasoning benchmarks and models of different scales demonstrate that MMPO consistently outperforms strong baselines. We hope this moment-based perspective offers new insights into the design of policy optimization objectives for LLM reasoning.
Chinese Translation
强化学习已成为提升大语言模型推理能力的核心范式。现有方法通常旨在降低不同问题引发的失败概率。本文提出了一种基于时刻的视角,通过将随机抽样问题的失败概率视为随机变量,并通过其时刻来表征优化目标,从而对大语言模型推理的策略优化进行探讨。在这一视角下,许多现有方法仅优化失败概率分布的单一时刻,未能充分表征其更广泛的分布结构。我们提出了 extbf{M}ulti- extbf{M}oment extbf{P}olicy extbf{O}ptimization(MMPO),一种新颖的策略优化框架,旨在联合最小化失败概率分布的多个时刻。MMPO可以直接解释为最小化获得首次成功响应所需的期望截断时间。除了MMPO,我们还进一步开发了一个通用的时刻变换框架,系统性地引导不同的时刻特征,并提供了对更广泛的策略优化目标家族的统一视角。在五个数学推理基准和不同规模模型的实验中,MMPO始终优于强基线。我们希望这种基于时刻的视角能为大语言模型推理的策略优化目标设计提供新的见解。
cs.AI / 165 / 2608.02154

Auditing Data Provenance in LLM Fine-tuning via Intrinsic Distributional Fingerprints

通过内在分布指纹审计大语言模型微调的数据来源
Huang, Zirui, Mao, Yunlong, Tong, Wei, Wu, Tingting, Ge, Xin, Zhong, Sheng
Abstract
The proliferation of customized Large Language Models (LLMs) poses critical risks of Data Intellectual Property (Data IP) infringement via unauthorized fine-tuning on proprietary data. Existing audit techniques are limited, as they require intervention during data preparation or training and remain fragile under malicious obfuscations such as data paraphrasing and knowledge distillation. We propose \textit{Distribution Provenance Audit (DPA)}, a post-hoc framework for auditing data IP infringement in LLM fine-tuning under black-box and malicious settings. DPA is grounded in a critical insight: regardless of fine-tuning tactics to evade provenance, the practical necessity of maintaining utility constrains the model to preserve the fundamental intersection of semantic substance and lexical form. Accordingly, DPA captures this persistent lexical-semantic intersection as intrinsic distributional fingerprints. The framework formulates the audit as a statistical hypothesis test, effectively quantifying these fingerprints via unbiased output sampling to reliably reject the null hypothesis of non-usage. Extensive experiments on medical and legal fine-tuning tasks show that DPA consistently outperforms existing baselines, remaining robust against adversarial trainers employing paraphrasing and knowledge distillation. We further highlight a fundamental dual-use tension: the same high-fidelity distributional fingerprints enabling reliable auditing may also facilitate privacy attacks.
Chinese Translation
定制化大语言模型(LLMs)的快速发展带来了数据知识产权(Data IP)侵犯的重大风险,尤其是未经授权对专有数据进行微调。现有的审计技术存在局限性,因为它们需要在数据准备或训练过程中进行干预,并且在数据改写和知识蒸馏等恶意混淆下表现脆弱。我们提出了 extit{分布来源审计(Distribution Provenance Audit, DPA)},这是一个用于在黑箱和恶意环境下审计LLM微调中数据知识产权侵犯的事后框架。DPA的基础是一个关键洞察:无论微调策略如何规避来源,保持实用性的实际需求限制了模型必须保留语义实质和词汇形式的基本交集。因此,DPA将这种持久的词汇-语义交集捕捉为内在分布指纹。该框架将审计形式化为统计假设检验,通过无偏输出采样有效量化这些指纹,以可靠地拒绝非使用的零假设。在医学和法律微调任务上的大量实验表明,DPA始终优于现有基准,并在面对采用改写和知识蒸馏的对抗性训练者时保持稳健。我们进一步强调了一个基本的双重使用紧张关系:同样的高保真分布指纹不仅能够实现可靠审计,还可能促进隐私攻击。
cs.AI / 166 / 2608.02163

From Simple QA to Deep Research: A Verifiable Benchmark Constructed through Iterative Task Evolution

从简单问答到深度研究:通过迭代任务演变构建的可验证基准
Wang, Can, Chen, Haoran, Gao, Haowen, Ding, Hao, Liu, Zhaoyang, Tu, Zhiying
Abstract
Deep research benchmarks require expert-level tasks and reliable evaluation grounded in task-specific knowledge. Existing benchmarks rely heavily on expert authoring or pre-existing human-authored materials, while fully automatic construction struggles to ensure consistent and traceable verification. To address this gap, we introduce a verifiable benchmark of 500 deep research tasks spanning 31 topics and 10 major categories, with three query forms designed to probe complementary capabilities required for deep research. The benchmark is constructed automatically using an iterative Explorer-Formalizer-Challenger pipeline that progressively transforms simple questions into deep research tasks. Each task is represented as a directed acyclic graph (DAG) of atomic steps and associated checkpoints, enabling the query, DAG, and rubrics to evolve together in a controlled manner. Experiments demonstrate that the benchmark clearly discriminates among models and query types, while its fact-grounded pointwise rubrics enable fine-grained, human-aligned, and stable evaluation. Our data, implementation, and results are publicly available.
Chinese Translation
深度研究基准需要专家级任务和基于任务特定知识的可靠评估。现有基准在很大程度上依赖于专家撰写或预先存在的人类撰写材料,而完全自动化的构建则难以确保一致和可追溯的验证。为了解决这一问题,我们引入了一个可验证的基准,包含500个深度研究任务,涵盖31个主题和10个主要类别,并设计了三种查询形式,以探测深度研究所需的互补能力。该基准通过迭代的Explorer-Formalizer-Challenger流程自动构建,该流程逐步将简单问题转化为深度研究任务。每个任务被表示为一个原子步骤和相关检查点的有向无环图(DAG),使得查询、DAG和评分标准能够以受控的方式共同演变。实验表明,该基准能够清晰地区分模型和查询类型,而其基于事实的逐点评分标准则实现了细粒度、人类对齐和稳定的评估。我们的数据、实现和结果均已公开。
cs.AI / 167 / 2608.02171

From Profiling to Synthesis: Benchmarking Implicit Behavioral Alignment in Personalized LLM Agents

从画像到合成:个性化大型语言模型代理中的隐性行为对齐基准测试
Song, Jiajia, Li, Bobo, Yi, Haiwen, Ji, Zibo, Zhang, Meishan, Fei, Hao, Zhang, Min, Lee, Mong-Li, Hsu, Wynne
Abstract
Large Language Models have enabled increasingly capable autonomous agents, yet personalization remains critical for making such agents practically useful. Recent benchmarks have begun evaluating personalization in agents, but they largely rely on static preference snapshots, fixed interaction logs, or question answering over predefined user profiles. Such designs fail to capture the complexity of evolving user preferences and neglect preference-conditioned task execution-a discrepancy we term as the knowledge-to-action gap. To address this challenge, we introduce IBA-Bench, a benchmark for implicit behavioral alignment constructed from longitudinal interaction histories that contain noise, implicit cues, and temporal inconsistencies. Unlike prior work, IBA-Bench evaluates whether an agent can execute tasks while satisfying implicit user constraints inferred from historical interactions. We further propose IBA-Agent, an agent framework that reconciles conflicting priorities through broad retrieval and trajectory-level alignment. Experiment results on IBA-Bench show that effective personalization remains a significant challenge for state-of-the-art LLM agents, and the proposed IBA-Agent substantially improves behavioral alignment in complex scenarios across nine application domains.
Chinese Translation
大型语言模型使得自主代理的能力不断增强,但个性化仍然是使这些代理在实际应用中有用的关键。近期的基准测试开始评估代理的个性化,但它们主要依赖于静态偏好快照、固定的交互日志或基于预定义用户档案的问题回答。这些设计未能捕捉到不断变化的用户偏好的复杂性,并忽视了基于偏好的任务执行——我们称之为知识与行动之间的差距。为了解决这一挑战,我们引入了IBA-Bench,这是一个基于包含噪声、隐性线索和时间不一致性的纵向交互历史构建的隐性行为对齐基准。与之前的工作不同,IBA-Bench评估代理在执行任务时是否能够满足从历史交互中推断出的隐性用户约束。我们进一步提出了IBA-Agent,一个通过广泛检索和轨迹级对齐来调和冲突优先级的代理框架。在IBA-Bench上的实验结果表明,有效的个性化仍然是当前最先进的LLM代理面临的重大挑战,而所提出的IBA-Agent在九个应用领域的复杂场景中显著改善了行为对齐。
cs.AI / 168 / 2608.02184

PAC Approximation and DIRECT Optimization for Parametric Markov Models

参数化马尔可夫模型的PAC近似与DIRECT优化
Chi, Zhiming, Liu, Ying, Turrini, Andrea, Zhang, Lijun, Jansen, David N.
Abstract
In this paper, we consider the parameter synthesis and optimization problem for parametric Markov decision processes (pMDPs), the extension of classical MDPs where exact probability values are replaced by parametric expressions. Computing the rational function $f_{\lsf}$ that maps parameter valuations to the satisfaction value of a PRCTL property $\lsf$ is a computationally expensive task, particularly for pMDPs where the optimal policy may vary across the parameter space. We adopt the \emph{scenario approach} to efficiently synthesize a probably approximately correct (PAC) approximation $\ApproxFunOfProperty{f}$ of $f_{\lsf}$: by sampling parameter configurations and solving a linear program, we obtain a polynomial approximation whose error margin $\margin$ is guaranteed, with prescribed confidence, for all but an $\errorRate$-fraction of the parameter domain under the sampling distribution. We further show how this PAC framework can be combined with statistical model checking (SMC), enabling the analysis of black-box parametric models. Building on the PAC approximation, we integrate the DIRECT (DIviding RECTangles) algorithm for derivative-free global optimization over the parameter space. We establish conditional optimality-gap guarantees: under explicit Lipschitz and PAC-good-set assumptions, the difference between the true optimum $f_{\lsf}(\parameters^{*})$ and the value found by DIRECT is bounded by a partition-diameter term and, in the PAC case, an additional approximation-error term. An empirical evaluation on 2997 benchmarks focuses on the new DIRECT-based optimization component. The results show that DIRECT variants solve fewer instances than the scenario optimizer, but on their common successful instances they often return slightly better objective values and usually run faster, while remaining close to the scenario values within the PAC margin.
Chinese Translation
本文考虑了参数化马尔可夫决策过程(pMDPs)的参数合成与优化问题,这是一种经典MDPs的扩展,其中精确的概率值被参数表达式所替代。计算将参数取值映射到PRCTL属性$ ext{lsf}$的满足值的有理函数$f_{ ext{lsf}}$是一项计算开销巨大的任务,特别是在pMDPs中,最优策略可能在参数空间中变化。我们采用 extit{情景方法}来高效合成$f_{ ext{lsf}}$的一个可能近似正确(PAC)近似$ ext{ApproxFunOfProperty}{f}$:通过对参数配置进行采样并求解线性规划,我们获得了一个多项式近似,其误差范围$ ext{margin}$在规定的置信度下,对于采样分布下参数域中除了$ ext{errorRate}$比例的所有点都是有保证的。我们进一步展示了如何将这一PAC框架与统计模型检测(SMC)结合,从而实现对黑箱参数模型的分析。在PAC近似的基础上,我们整合了DIRECT(DIviding RECTangles)算法,用于在参数空间上进行无导数全局优化。我们建立了条件最优性间隙保证:在明确的Lipschitz和PAC良集假设下,真实最优值$f_{ ext{lsf}}( ext{parameters}^{*})$与DIRECT找到的值之间的差异被一个分区直径项和在PAC情况下的一个额外近似误差项所界定。对2997个基准的实证评估集中于新的基于DIRECT的优化组件。结果表明,DIRECT变体解决的实例数量少于情景优化器,但在它们共同成功的实例中,DIRECT通常返回略优的目标值,并且运行速度通常更快,同时在PAC误差范围内接近情景值。
cs.AI / 169 / 2608.02195

MEGRAG: Multi-Granular Evidence Graphs for Answer-Aware Multi-Hop RAG

MEGRAG:用于答案感知的多跳多粒度证据图
Bao, Weidong, Sun, Yingying, Yang, Jun, Wang, Yilin, Wei, Zili, Bao, Yubin, Leng, Fangling, Yu, Minghe, Zhang, Tiancheng, Yu, Ge
Abstract
Multi-hop question answering is a fundamental challenge in retrieval-augmented generation (RAG), because deriving an answer requires integrating dispersed evidence. Iterative RAG (iRAG) is widely used for this challenge, but existing methods have two limitations. First, most methods still support each reasoning step with single-granularity evidence, making it difficult to balance information density and contextual noise. Second, existing methods often answer the original question only after aggregating evidence retrieved across intermediate steps, so redundant evidence and intermediate retrieval errors may accumulate and degrade the final answer. To address these limitations, we propose MEGRAG, an answer-aware framework that represents multi-hop reasoning as a path-structured multi-granular evidence graph. Offline, MEGRAG links passages to their sentences and extracted triples through a cross-granularity index. Online, it retrieves passages for the current query and selects aligned evidence, starting with compact triples and adding sentence or passage context as needed. MEGRAG uses the resulting intermediate answer and prior reasoning to decide whether the Initial Query has been resolved. If not, it identifies the missing information and formulates a focused next query; otherwise, it stops retrieval and returns the answer. Extensive experiments demonstrate consistent gains over a diverse set of RAG baselines.
Chinese Translation
多跳问答是检索增强生成(RAG)中的一个基本挑战,因为推导答案需要整合分散的证据。迭代RAG(iRAG)在这一挑战中被广泛使用,但现有方法存在两个局限性。首先,大多数方法仍然使用单粒度证据支持每个推理步骤,这使得信息密度和上下文噪声之间的平衡变得困难。其次,现有方法通常在聚合通过中间步骤检索的证据后才回答原始问题,因此冗余证据和中间检索错误可能会累积并降低最终答案的质量。为了解决这些局限性,我们提出了MEGRAG,一个将多跳推理表示为路径结构的多粒度证据图的答案感知框架。在离线阶段,MEGRAG通过跨粒度索引将段落链接到其句子和提取的三元组。在在线阶段,它为当前查询检索段落并选择对齐的证据,从紧凑的三元组开始,并根据需要添加句子或段落上下文。MEGRAG使用生成的中间答案和先前的推理来判断初始查询是否已解决。如果没有,它识别缺失的信息并制定一个聚焦的下一个查询;否则,它停止检索并返回答案。大量实验表明,在多种RAG基线模型上,MEGRAG consistently 提高了性能。
cs.AI / 170 / 2608.02218

PosterMELD: Multi-Agent Paper-to-Poster Generation for Controllable Design Diversity with Editable Print-Ready Outputs

PosterMELD:可控设计多样性的多智能体论文到海报生成,输出可编辑的打印准备文件
Hu, Haojie, Dang, Chenhao, Liu, Yaojia, Kang, Hengrui, He, Conghui, Li, Weijia
Abstract
Scientific poster construction compresses a long multimodal paper into a readable, editable canvas. Existing systems hide request-level failures by scoring only completed outputs; direct image generation is not element-editable, while coding-agent workflows are costly. PosterMELD is a template-conditioned multi-agent pipeline: capacity-aware slots guide writing before rendering, and deterministic gates plus vision-language model (VLM) review route failures to bounded repair. Each accepted request exports editable PowerPoint (PPTX) and Portable Network Graphics (PNG) artifacts; explicit design controls yield same-paper variants. Across 621 papers, Print-Ready Rate (PRR) counts requests passing geometric, readability, asset-integrity, and obvious-factual-error checks, with native editability reported separately. A frozen VLM assigns conditional Craftsmanship-Harmony-Expressiveness (CHE) scores to print-ready outputs. PosterMELD attains 81.3% PRR, 3.4 times P2P's rate and 5.2 times PosterGen's, and the highest conditional CHE among generated methods with multiple print-ready outputs. Native editability and explicit design controls are retained at a mean cost of USD 0.38 per request, 3.5% of Codex+Skill's. Code and resources are available at https://github.com/Shannon4Science/PosterMELD.
Chinese Translation
科学海报的构建将一篇长篇多模态论文压缩为可读、可编辑的画布。现有系统通过仅对完成的输出进行评分来隐藏请求级别的失败;直接的图像生成不可编辑元素,而编码代理工作流程成本高昂。PosterMELD 是一个基于模板的多智能体管道:容量感知的插槽在渲染之前指导写作,确定性门加上视觉-语言模型(VLM)审查将失败引导至有限的修复。每个接受的请求导出可编辑的 PowerPoint(PPTX)和可移植网络图形(PNG)文件;显式设计控制产生相同论文的变体。在621篇论文中,打印准备率(PRR)计算通过几何、可读性、资产完整性和明显事实错误检查的请求,原生可编辑性单独报告。一个冻结的 VLM 为打印准备输出分配条件性工艺-和谐-表现(CHE)分数。PosterMELD 达到81.3%的 PRR,是 P2P 率的 3.4 倍,是 PosterGen 的 5.2 倍,并且在生成方法中具有最高的条件 CHE 和多个打印准备输出。原生可编辑性和显式设计控制的平均成本为每个请求 0.38 美元,约占 Codex+Skill 的 3.5%。代码和资源可在 https://github.com/Shannon4Science/PosterMELD 获取。
cs.AI / 171 / 2608.02238

Trustworthy AI in Digital Health: A Comprehensive Review of Robustness and Explainability

数字健康中的可信赖人工智能:稳健性与可解释性的综合评述
Mamun, Abdullah, Soumma, Shovito Barua, Ghasemzadeh, Hassan
Abstract
Ensuring trust in AI systems is essential for the safe and ethical integration of machine learning systems into high-stakes domains such as digital health. Key dimensions, including robustness, explainability, fairness, accountability, and privacy, need to be addressed throughout the AI lifecycle, from problem formulation and data collection to model deployment and human interaction. While various contributions address different aspects of trustworthy AI, a focused synthesis on robustness and explainability, especially tailored to the healthcare context, remains limited. This review addresses that need by organizing recent advancements into an accessible framework, highlighting both technical and practical considerations. We present a structured overview of methods, challenges, and solutions, aiming to support researchers and practitioners in developing reliable and explainable AI solutions for digital health. This review article is organized into three main parts. First, we introduce the pillars of trustworthy AI and discuss the technical and ethical challenges, particularly in the context of digital health. Second, we explore application-specific trust considerations across domains such as intensive care, neonatal health, and metabolic health, highlighting how robustness and explainability support trust. Lastly, we present recent advancements in techniques aimed at improving robustness under data scarcity and distributional shifts, as well as explainable AI methods ranging from feature attribution to gradient-based interpretations and counterfactual explanations. This paper is further enriched with detailed discussions of the contributions toward robustness and explainability in digital health, the development of trustworthy AI systems in the era of LLMs, and various evaluation metrics for measuring trust and related parameters such as validity, fidelity, and diversity.
Chinese Translation
确保对人工智能系统的信任对于将机器学习系统安全和伦理地整合到数字健康等高风险领域至关重要。在人工智能生命周期的各个阶段,从问题的提出和数据收集到模型部署和人机交互,稳健性、可解释性、公平性、问责制和隐私等关键维度都需要得到关注。尽管已有多项研究针对可信赖人工智能的不同方面进行了探讨,但专门针对医疗保健背景的稳健性和可解释性的集中综合仍然有限。本综述通过将近期的进展组织成一个易于理解的框架,满足了这一需求,突出了技术和实践方面的考虑。我们提供了方法、挑战和解决方案的结构化概述,旨在支持研究人员和从业者开发可靠且可解释的数字健康人工智能解决方案。本文分为三个主要部分。首先,我们介绍了可信赖人工智能的支柱,并讨论了特别是在数字健康背景下的技术和伦理挑战。其次,我们探讨了在重症监护、新生儿健康和代谢健康等领域的特定应用信任考虑,强调了稳健性和可解释性如何支持信任。最后,我们展示了旨在改善数据稀缺和分布变化下稳健性的技术的最新进展,以及从特征归因到基于梯度的解释和反事实解释的可解释人工智能方法。本文还详细讨论了数字健康中对稳健性和可解释性的贡献、在大规模语言模型时代可信赖人工智能系统的发展,以及用于测量信任和相关参数(如有效性、保真度和多样性)的各种评估指标。
cs.AI / 172 / 2608.02254

Homebot: A Personal AI Agent for Conversational Home Assistance and Automation

Homebot:用于对话式家庭助手和自动化的个人人工智能代理
Ye, Shengyuan, Zhang, Yixin, Liang, Han, Zeng, Liekang, Du, Jiangsu, Yuan, Mu
Abstract
\texttt{Homebot} is a locally deployable AI agent for conversational household assistance and automation. It accepts voice and instant-messaging requests through a shared runtime that combines language-model responses with registered tools and task-specific skills. The design separates common request processing from session ownership: messaging history remains scoped to a channel and chat, whereas voice interaction is bounded by wake-word activation. For hands-free use, \texttt{Homebot} combines local wake-word detection, streaming speech recognition and synthesis, and an explicit dialogue-state protocol for ending, following up, or continuing a conversation. Clear channel, tool, and skill contracts support practical customization for household use.
Chinese Translation
Homebot 是一个可本地部署的人工智能代理,旨在提供对话式家庭助手和自动化服务。它通过一个共享运行时接受语音和即时消息请求,该运行时将语言模型响应与注册的工具和特定任务技能相结合。设计上将常见请求处理与会话所有权分离:消息历史记录保持在特定频道和聊天范围内,而语音交互则受限于唤醒词激活。为了实现免提使用,Homebot 结合了本地唤醒词检测、流式语音识别与合成,以及一个明确的对话状态协议,用于结束、跟进或继续对话。清晰的频道、工具和技能契约支持家庭使用的实际定制。
cs.AI / 173 / 2608.02267

Self-Certification of Representation Adequacy: Sequential Certification at Minimum Task Loss

表示充分性的自我认证:在最小任务损失下的顺序认证
Huang, Zijie
Abstract
Agents that act on a compressed representation of their history face a structural risk: if the representation aliases histories with different optimal actions, no rule measurable with respect to the representation can avoid an irreducible per-round loss, and the agent may be unable to detect this from its own transcript. This paper develops a four-layer theory of self-certification of representation adequacy. The static layer defines decision-theoretic adequacy through a Bayes-risk grouping identity and prices a one-shot external verification by an exact total-variation threshold. The sequential layer poses certification as an optimal-stopping problem in the currency of task loss: we define an environment-wise certification complexity constant through a covering linear program, prove an information-task-loss lower bound for every delta-correct strategy, and give a Certification Track-and-Stop policy whose cost matches the bound asymptotically. A final boundary layer gives an explicit kernel-switching example and identifies the open theorem needed to cover policy switching or representation repair; it does not claim that the fixed-kernel guarantees extend to representation revision. The proofs of the two main theorems are given in full in the appendices.
Chinese Translation
在其历史的压缩表示上行动的智能体面临一种结构性风险:如果该表示将具有不同最优行动的历史混淆在一起,那么任何与该表示相关的可测规则都无法避免不可减少的每轮损失,并且智能体可能无法从其自身的记录中检测到这一点。本文发展了一种四层次的表示充分性自我认证理论。静态层通过贝叶斯风险分组恒等式定义决策理论的充分性,并通过精确的总变差阈值对一次性外部验证进行定价。顺序层将认证视为以任务损失为货币的最优停止问题:我们通过覆盖线性规划定义环境范围内的认证复杂度常数,证明了每个δ-正确策略的信息-任务损失下界,并给出了一个认证跟踪与停止政策,其成本渐近匹配该下界。最后的边界层给出了一个明确的核切换示例,并确定了覆盖政策切换或表示修复所需的开放定理;它并不声称固定核保证扩展到表示修订。两个主要定理的证明在附录中完整给出。
cs.AI / 174 / 2608.02276

Harness-R1: Learning to Edit Executable Runtime Harnesses from Agent Failure Trajectories

Harness-R1:从代理失败轨迹中学习编辑可执行运行时工具
Shao, Shuai, Zhang, Kangning, Li, Qingyao, Wang, Shijian, Wang, Hao, Jiao, Wenxiang, Lu, Yuan, Guo, Yi, Liu, Weiwen, Zhang, Weinan
Abstract
Agents built around large language models continually accumulate interaction trajectories during deployment, yet their behavior typically remains fixed. Beyond updating model weights, these trajectories can improve the agent harness that constructs context, mediates tools, validates actions, and recovers execution. We introduce Harness-R1, the first method, to our knowledge, that makes failure-conditioned, lifecycle-wide editing of an existing executable runtime a learned capability. It post-trains a dedicated harness engineer with online reinforcement learning so that its edits are optimized for the realized task success they produce, rather than proposed by a fixed editor. A separate 9B engineer converts batches of target-agent failures into validated executable patches; fresh same-batch reruns of the frozen target provide outcome rewards, so training updates only the engineer. Cold-start supervised fine-tuning initializes this editing policy, which is then trained online with group-relative policy optimization. Across WebShop, ALFWorld, and DBBench, Harness-R1 raises vanilla Qwen3.5-9B success from 44.3% to 53.6% (+9.3 percentage points). After direct target-agent fine-tuning, a target-specific engineer raises the average further from 59.2% to 64.2% (+5.0 points); because these gains hold both before and after fine-tuning the target, Harness-R1 points toward co-evolving the harness engineer and the target agent.
Chinese Translation
围绕大型语言模型构建的代理在部署过程中不断积累交互轨迹,但其行为通常保持不变。除了更新模型权重,这些轨迹可以改善构建上下文、调解工具、验证行动和恢复执行的代理工具。我们介绍了Harness-R1,这是我们所知的第一个使得基于失败条件的生命周期广泛编辑现有可执行运行时成为一种学习能力的方法。它通过在线强化学习对专门的工具工程师进行后训练,使其编辑优化为所产生的实际任务成功,而不是由固定编辑器提出。一个独立的9B工程师将目标代理的失败批次转换为经过验证的可执行补丁;对冻结目标的新同批次重跑提供结果奖励,因此训练仅更新工程师。冷启动监督微调初始化了这一编辑策略,随后通过群体相对策略优化进行在线训练。在WebShop、ALFWorld和DBBench上,Harness-R1将普通的Qwen3.5-9B成功率从44.3%提高到53.6%(+9.3个百分点)。在直接针对目标代理进行微调后,特定于目标的工程师将平均成功率进一步提高至59.2%到64.2%(+5.0个百分点);由于这些增益在微调目标之前和之后均保持,因此Harness-R1指向工具工程师与目标代理的共同演化。
cs.AI / 175 / 2608.02287

SKT: Skill-Use Training at Scale via Verified Synthetic Data Generation

SKT:通过验证的合成数据生成进行大规模技能使用训练
Tan, Zelin, Zhang, Yiqun, Li, Hao, Cui, Zhiyao, Geng, Hejia, Zhang, Shao, Zhang, Hangfan, Chen, Yang, Wang, Xiaosong, Wang, Lilong, Yin, Zhenfei, Hu, Shuyue, Zhang, Chen, Bai, Lei
Abstract
Agent skills have become an important mechanism for equipping language-model agents with reusable procedural knowledge. However, providing skills alone does not guarantee that current models can effectively identify, apply, and coordinate them. To improve skill-use capabilities, we introduce SKT, a verified data synthesis pipeline that constructs skill-grounded tasks and executable trajectories from large collections of agent skills. SKT selects suitable single-skill and multi-skill configurations, synthesizes tasks through rule-based and agent-based verification with feedback-guided repair, and retains only successful trajectories that substantially use every required skill. Using 2,000 public skills, SKT produces 4,000 task packages and 27,164 verified trajectories. Based on the same pipeline and a disjoint test pool, we further construct SkillEval, a held-out executable benchmark for evaluating skill use. Experiments across diverse models, benchmarks, and agent harnesses show that supervised fine-tuning on SKT-generated trajectories consistently improves skill-use performance. Verification ablations, cross-harness evaluation, and scaling experiments further demonstrate that these gains depend on high-quality supervision, extend beyond a single agent interface, and increase with broader skill coverage. Together, these results establish verified data synthesis as an effective and scalable approach for skill-use training.
Chinese Translation
代理技能已成为为语言模型代理提供可重用程序知识的重要机制。然而,仅提供技能并不能保证当前模型能够有效识别、应用和协调这些技能。为了提高技能使用能力,我们提出了SKT,一个验证的数据合成管道,该管道从大量代理技能中构建基于技能的任务和可执行轨迹。SKT选择合适的单技能和多技能配置,通过基于规则和基于代理的验证与反馈引导修复合成任务,并仅保留在每个所需技能上都显著使用的成功轨迹。使用2000个公共技能,SKT生成了4000个任务包和27164条经过验证的轨迹。基于相同的管道和一个不重叠的测试池,我们进一步构建了SkillEval,一个用于评估技能使用的保留可执行基准。针对不同模型、基准和代理工具的实验表明,在SKT生成的轨迹上进行监督微调始终能提高技能使用性能。验证消融实验、跨工具评估和扩展实验进一步表明,这些提升依赖于高质量的监督,超越单一代理接口,并随着技能覆盖范围的扩大而增加。综合来看,这些结果确立了验证数据合成作为一种有效且可扩展的技能使用训练方法。
cs.AI / 176 / 2608.02291

Shared Prefixes, Better Credit: Adaptive Routing for Multi-Agent Reasoning

共享前缀,更好的信用:多智能体推理的自适应路由
Liu, Yiqing, Wang, Zihao, Yao, Hantao, Liu, Wu, Zhang, Yongdong
Abstract
Multi-agent reasoning (MAR) improves reasoning reliability through iterative solution exchange and refinement. Existing adaptive MAR methods typically learn routing decisions from query-level labels or trajectory-level returns, but such coarse supervision cannot accurately estimate the state-conditioned utility of individual operators in multi-step collaboration. We propose TreeCredit, a shared-prefix credit assignment framework for efficient adaptive MAR. Its core insight is to estimate operator utility through state-matched downstream comparisons, rather than directly attributing trajectory-level outcomes to preceding decisions. TreeCredit constructs shared-prefix collaboration trees by expanding candidate operators from the same intermediate state and assigns each state--operator pair a correctness-prioritized suffix credit based on the terminal correctness and cumulative additional cost of its complete continuation. These structured credits are converted into state-local operator preferences to train a lightweight pairwise state router, which dynamically selects the next admissible operator during inference. Experiments on six reasoning benchmarks show that TreeCredit modestly improves accuracy while substantially reducing inference cost, achieving a better accuracy--cost trade-off than representative MAR methods.
Chinese Translation
多智能体推理(MAR)通过迭代的解决方案交换和精炼提高推理的可靠性。现有的自适应MAR方法通常从查询级别标签或轨迹级别回报中学习路由决策,但这种粗略的监督无法准确估计多步协作中各个操作符的状态条件效用。我们提出了TreeCredit,这是一个用于高效自适应MAR的共享前缀信用分配框架。其核心见解是通过状态匹配的下游比较来估计操作符效用,而不是直接将轨迹级别的结果归因于之前的决策。TreeCredit通过从相同中间状态扩展候选操作符构建共享前缀协作树,并根据终端的正确性和其完整延续的累积额外成本,为每个状态-操作符对分配一个以正确性为优先的后缀信用。这些结构化的信用被转换为状态局部的操作符偏好,以训练一个轻量级的成对状态路由器,该路由器在推理过程中动态选择下一个可接受的操作符。在六个推理基准上的实验表明,TreeCredit在提高准确性的同时显著降低了推理成本,实现了比代表性MAR方法更好的准确性-成本权衡。
cs.AI / 177 / 2608.02295

MechGeo: Autoformalizing and Proving Euclidean Geometry in Lean 4

MechGeo:在 Lean 4 中自动形式化和证明欧几里得几何
Shen, Hao, Guo, Junyu, Cui, Tian, Xiao, Yuxuan, Zhi, Lihong
Abstract
We present MechGeo, a Mathlib native agentic framework that jointly addresses faithful autoformalization and certified proof construction for Euclidean geometry. In this framework, GeoFormalizer represents informal problems in GeoIR, deterministically translates them into Lean 4, and iteratively repairs candidate statements using structural diagnostics and semantic evaluation. GeoProver constructs geometric proof plans, derives intermediate lemmas, and selectively algebraizes suitable subgoals through a library verified in Lean. Singular or SymPy may generate algebraic certificates, but all resulting proofs and counterexamples are checked by Lean's kernel. Experiments across seven LLM backbones show substantial improvements in autoformalization, particularly for models with weaker direct translation performance. On 43 historical IMO geometry problems, GeoFormalizer generates formal statements that GeoProver proves in 29 cases; for the remaining 14, it constructs counterexamples verified in Lean and proves all repaired statements after expert correction. Together with IMO 2026 Problem 2, this yields, to the best of our knowledge, the largest reported collection of automated, kernel-checked Lean proofs for IMO geometry problems. On the 14 geometry statements in LEAP's Lean-IMO-Bench, MechGeo proves 12 for the first time, formally refutes the remaining two, and proves both repaired statements. These results establish counterexample guided diagnosis, geometric reasoning, and certified symbolic computation as a practical foundation for trustworthy formal geometry.
Chinese Translation
我们提出了 MechGeo,这是一个 Mathlib 原生的自主框架,旨在共同解决欧几里得几何的忠实自动形式化和认证证明构建。在该框架中,GeoFormalizer 将非正式问题表示为 GeoIR,确定性地将其翻译为 Lean 4,并通过结构诊断和语义评估迭代修复候选陈述。GeoProver 构建几何证明计划,推导中间引理,并通过在 Lean 中验证的库选择性地代数化合适的子目标。Singular 或 SymPy 可能生成代数证书,但所有生成的证明和反例都由 Lean 的内核进行检查。在七个 LLM 主干上的实验显示,自动形式化有显著改善,特别是对于直接翻译性能较弱的模型。在 43 道历史 IMO 几何问题中,GeoFormalizer 生成了正式陈述,GeoProver 在 29 个案例中证明了这些陈述;对于其余 14 个,构造了在 Lean 中验证的反例,并在专家修正后证明了所有修复的陈述。连同 IMO 2026 问题 2,这在我们所知的范围内,提供了最大的自动化、内核检查的 Lean 证明集合,针对 IMO 几何问题。在 LEAP 的 Lean-IMO-Bench 中的 14 个几何陈述中,MechGeo 首次证明了 12 个,正式反驳了剩余的两个,并证明了两个修复的陈述。这些结果确立了以反例引导的诊断、几何推理和认证符号计算作为可信形式几何的实用基础。
cs.AI / 178 / 2608.02302

Trajectories That Segment Themselves: Agent-Declared Boundaries as a Training Unit

自我分割的轨迹:代理声明边界作为训练单元
Wei, Jingxi
Abstract
Long-horizon coding-agent trajectories are poorly matched to the credit units available to train on: a single action has no stable value, an episode label merges productive exploration with abandoned directions, and a fixed window cuts where the logging mechanics fall. We introduce collection-time semantic self-segmentation, in which a declarative contract has the acting agent expose its own boundaries while the trajectory is generated. Instantiated with falsifiable causal hypotheses, successive adoptions expose variable-length semantic phases, and no milestone vocabulary, gold patch, environment replay, teacher logits, or retrospective segmenter places a boundary. Because the agent names its conjecture, a reviewer can negate it by name, which lets our protocol manufacture wrong-cause-then-correction transitions that recorded work rarely contains; one collection then yields four supervised targets, including audit supervision from exactly the failed regions an episode label discards. We then ask what survives deleting the declaration. Given the cut points but not the hypothesis, a model attributes action blocks to their governing hypothesis at over twice chance, beating equal-length blocks over the same trajectories (paired sign test $p = 0.0002$), surviving a lexical control and collapsing under label permutation. Asked instead to place boundaries, a code-blind annotator matches 24 of 40 where random placement matches 11.5, while a mechanical test-event rule beats chance at neither end of a strict-to-permissive sweep. The segments are therefore coherent and not cheaply reproducible. Downstream, DPO on 2,551 phase-boundary pairs changes no decision on 91 adversarial held-out items, while four of 60 change on matched-construction items, all wrong to right, where two controls change none: with 1,825 pairs from one generator, the variable to vary next is corpus diversity, not the boundary.
Chinese Translation
长时间跨度的编码代理轨迹与可用于训练的信用单位匹配不佳:单个动作没有稳定的价值,一个情节标签将有效探索与被放弃的方向合并,而固定窗口则在记录机制失效的地方截断。我们引入了收集时间语义自我分割,其中一个声明性契约使得执行代理在生成轨迹时暴露其自身边界。通过可证伪的因果假设实例化,连续的采用暴露出可变长度的语义阶段,而没有里程碑词汇、金色补丁、环境重放、教师对数或回顾性分割器设置边界。由于代理为其猜想命名,审阅者可以通过名称否定它,这使我们的协议能够制造记录工作中很少包含的错误原因再修正的过渡;一次收集产生四个监督目标,包括来自情节标签丢弃的确切失败区域的审计监督。然后我们询问删除声明后什么仍然存在。给定切点但没有假设,模型将动作块归因于其主导假设的概率超过两倍于随机,击败了相同轨迹上的等长块(配对符号检验 $p = 0.0002$),在词汇控制下存活,并在标签置换下崩溃。相反,当被要求设置边界时,一个盲码注释者在40个中匹配了24个,而随机放置匹配11.5;而机械测试事件规则在严格到宽松的范围内两端均未击败随机。因而,这些片段是一致的,并且不易重复。在下游,DPO在2,551个阶段边界对上对91个对抗性保留项目没有改变任何决策,而在匹配构造项目中60个中有四个发生变化,全部从错误变为正确,其中两个控制没有变化:从一个生成器获得的1,825对中,下一个变化的变量是语料库的多样性,而不是边界。
cs.AI / 179 / 2608.02343

Hard Constraints, Smooth Gradients: Learning Feasible Inventory Policies via Differentiable Projection

硬约束、平滑梯度:通过可微投影学习可行的库存策略
Helm, Patrick, Doerr, Jan-Niklas, Gijsbrechts, Joren, Minner, Stefan
Abstract
Many operational problems are constrained sequential decision processes with large, combinatorial action spaces and interdependent feasibility constraints. Mixed-integer linear programs (MILPs) handle such constraints flexibly but scale poorly in stochastic environments. Deep reinforcement learning (DRL) promises scalable decision rules, but existing methods either penalize constraints rather than enforce them, or rely on feasibility mechanisms that break down once constraints interact. We bridge this gap by embedding a differentiable convex optimization module inside the policy: a neural network proposes continuous action targets, a quadratic program projects them onto the relaxed feasible set, and a dual-informed integer mapping restores integrality while preserving feasibility. Given a differentiable simulator, the policy trains end to end from sampled trajectories using pathwise gradients, while handling hard constraints with similar flexibility to MILPs. We show that our feasibility enforcement has bounded error relative to an exact integer projection and ensures the entire feasible action space is reachable. We apply the method to multi-echelon production-inventory planning under shared resource and material constraints. Our policy attains an average optimality gap below 1% on small instances. It further outperforms state-of-the-art echelon base-stock policies by up to 9.75% and a rolling-horizon multi-stage stochastic program by at least 7.7% in larger networks. On an industry-scale case study from ASML, it reduces average cost by up to 3.22% relative to the best-known benchmark policy. The savings are largest where planning is hardest: in tightly capacitated systems with high demand variability. More broadly, our work shows that DRL can deliver economically significant savings in sequential decision problems with interdependent hard constraints, which are widespread in practice.
Chinese Translation
许多操作问题都是受限的序列决策过程,具有庞大的组合动作空间和相互依赖的可行性约束。混合整数线性规划(MILPs)灵活地处理这些约束,但在随机环境中扩展性较差。深度强化学习(DRL)承诺提供可扩展的决策规则,但现有方法要么惩罚约束而不是强制执行它们,要么依赖于一旦约束相互作用就会失效的可行性机制。我们通过在策略中嵌入一个可微的凸优化模块来弥补这一差距:一个神经网络提出连续的动作目标,一个二次规划将其投影到放松的可行集合上,而一个双重信息的整数映射在保持可行性的同时恢复整数性。给定一个可微的模拟器,策略通过使用路径梯度从采样轨迹进行端到端训练,同时以类似于MILPs的灵活性处理硬约束。我们证明了我们的可行性执行相对于精确整数投影具有有界误差,并确保整个可行动作空间是可达的。我们将该方法应用于共享资源和物料约束下的多层级生产-库存规划。我们的策略在小实例上实现了平均最优性差距低于1%。在更大的网络中,它进一步超越了最先进的层级基础库存策略,提升幅度高达9.75%,并且在滚动时间框架的多阶段随机规划中至少提升了7.7%。在来自ASML的行业规模案例研究中,相较于已知的最佳基准策略,它将平均成本降低了最多3.22%。节省效果在规划最困难的地方最大:在需求波动大的紧张容量系统中。更广泛地说,我们的工作表明,DRL可以在具有相互依赖的硬约束的序列决策问题中实现经济上显著的节省,这在实践中是普遍存在的。
cs.AI / 180 / 2608.02347

Mamba with Hierarchical Memory: Solving Representation Bottleneck in Long Sequence Modeling

具有层次记忆的Mamba:解决长序列建模中的表征瓶颈
Wang, Qinwen, Luo, Jieping, Qin, Aoxiang, Zhao, Ruoyu, Tang, Jianxiong, Zhang, Wei, Lu, Zhichao, Leng, Luziwei
Abstract
Recurrent linear attention models (RLAs) such as Mamba offer efficient linear-time sequence modeling as an alternative to Transformers, yet their fixed-capacity recurrent states limit long-sequence modeling. Drawing inspiration from hierarchical human memory, we propose Hierarchical Memory Mamba (HMM) to address this limitation. Building upon a pre-trained Mamba backbone, HMM integrates a lightweight working memory that extracts slow paragraph-level semantics (PLS) from the fast sensory memory embedded in the backbone's hidden states. The PLS is subsequently compressed into persistent long-term memory for task-relevant retrieval. The hierarchical processing of semantic information overcomes the representation bottleneck of RLAs and endows HMM cross-task generalization through parametric learning, which is not observed in other long-context enhanced Mamba variants. Evaluations on Passkey Retrieval and LongBench-E tasks demonstrate that HMM improves retrieval success by 34.3--37.1% and reasoning accuracy by 1.6--14.2% over strong Mamba-based models, while adding only 2% extra parameters and with minimal training overhead.
Chinese Translation
递归线性注意模型(Recurrent Linear Attention Models, RLAs)如Mamba提供了高效的线性时间序列建模,作为变换器(Transformers)的替代方案,但其固定容量的递归状态限制了长序列建模。我们受到层次人类记忆的启发,提出了层次记忆Mamba(Hierarchical Memory Mamba, HMM)以解决这一限制。在预训练的Mamba主干网络基础上,HMM集成了一种轻量级的工作记忆,从主干网络的隐藏状态中提取缓慢的段落级语义(Paragraph-Level Semantics, PLS)。随后,PLS被压缩为持久的长期记忆,以便于与任务相关的检索。对语义信息的层次处理克服了RLAs的表征瓶颈,并通过参数学习赋予HMM跨任务的泛化能力,而这一点在其他增强长上下文的Mamba变体中并未观察到。在Passkey Retrieval和LongBench-E任务上的评估表明,HMM在检索成功率上提高了34.3%至37.1%,在推理准确性上提高了1.6%至14.2%,同时仅增加了2%的额外参数,并且训练开销最小。
cs.AI / 181 / 2608.02351

KC-Agent: A Dual-Process Cognitive Architecture for Efficient ML Model Improvement

KC-Agent:一种用于高效机器学习模型改进的双过程认知架构
Bravo-Rocca, Gusseppe, Guitart, Jordi, Dholakia, Ajay, Ellison, David, Jain, Puneet
Abstract
Data drift poses significant challenges for machine learning systems in production, requiring continuous model updates to maintain performance. We present KC-Agent, a dual-process cognitive architecture for automated ML model improvement that combines fast pattern recognition (System 1) with deliberate incremental updates (System 2). Our approach implements structured memory systems enabling System 1 to leverage successful solutions previously discovered by System 2, achieving efficient pattern-based responses without costly re-computation. KC-Agent incorporates atomic change principles and rollback capabilities to ensure reliable, verifiable updates in production environments. We evaluate our method on five datasets including real-world NASA turbofan data with authentic temporal degradation and synthetic datasets with controlled drift scenarios. KC-Agent achieves state-of-the-art performance (76.8% accuracy) while maintaining optimal efficiency (13.2s execution time), outperforming established cognitive architectures: CodeAct (+2.4%), Tree of Thoughts (+3.6%), ReAct (+8.0%), and Reflexion (+8.9%). Consensus evaluation by a panel of state-of-the-art LLMs confirms superior strategic efficacy (8.33/10 Smartness score), significantly outperforming baseline agents. The knowledge consolidation mechanism delivers 91% speedup over the slow variant while maintaining higher accuracy. Our approach demonstrates both theoretical foundations and practical viability for cognitive-inspired automated ML improvement systems capable of handling complex real-world data drift scenarios.
Chinese Translation
数据漂移对生产中的机器学习系统构成了重大挑战,要求持续更新模型以维持性能。我们提出了KC-Agent,这是一种用于自动化机器学习模型改进的双过程认知架构,结合了快速模式识别(系统1)与深思熟虑的增量更新(系统2)。我们的方法实现了结构化记忆系统,使系统1能够利用系统2之前发现的成功解决方案,从而在不进行昂贵重新计算的情况下实现高效的基于模式的响应。KC-Agent结合了原子变化原则和回滚能力,以确保在生产环境中进行可靠、可验证的更新。我们在五个数据集上评估了我们的方法,包括具有真实时间退化的NASA涡扇数据和具有受控漂移场景的合成数据集。KC-Agent在保持最佳效率(13.2秒执行时间)的同时,达到了最先进的性能(76.8%准确率),超越了已建立的认知架构:CodeAct(+2.4%)、Tree of Thoughts(+3.6%)、ReAct(+8.0%)和Reflexion(+8.9%)。由一组最先进的LLM进行的共识评估确认了其卓越的战略有效性(8.33/10智能评分),显著优于基线代理。知识整合机制在保持更高准确率的同时,相较于慢速变体实现了91%的加速。我们的方法展示了认知启发的自动化机器学习改进系统在处理复杂的真实世界数据漂移场景中的理论基础和实际可行性。
cs.AI / 182 / 2608.02356

SkillTrace: Traversing a Query-Skill Graph for Composable LLM Agents

SkillTrace:遍历查询-技能图以实现可组合的LLM代理
Yao, Yue, Wang, Shengyuan, Chen, Xin, Zhang, Minke, He, Jia, Luo, Bingjun, Gedeon, Tom
Abstract
Large language model agents increasingly solve complex tasks by composing reusable skills from a library. To address this, the key challenge is not merely to retrieve individually relevant skills, but to identify a complete and executable skill composition. In this paper, we argue that this problem can be solved in a graph with three levels: compositional relations among skill queries, similarity between queries and candidates in the skill library, and the dependencies among the selected candidates. We introduce SkillTrace, which organizes the user query into a semantic hierarchy, matches skill queries and candidates, and propagates over the skill dependencies. Experiments on SkillsBench and ALFWorld demonstrate that SkillTrace achieves state-of-the-art performance, reaching a success rate of 53.17% on SkillsBench and 91.43% on ALFWorld. SkillTrace also delivers consistent improvements across different backbone language models, demonstrating the generality and robustness of graph-based skill retrieval.
Chinese Translation
大型语言模型代理越来越多地通过从库中组合可重用的技能来解决复杂任务。为了解决这个问题,关键挑战不仅在于检索单个相关技能,而在于识别一个完整且可执行的技能组合。本文认为,这个问题可以在一个具有三个层次的图中解决:技能查询之间的组合关系、查询与技能库中候选项之间的相似性,以及所选候选项之间的依赖关系。我们提出了SkillTrace,它将用户查询组织成语义层次结构,匹配技能查询和候选项,并在技能依赖关系上进行传播。在SkillsBench和ALFWorld上的实验表明,SkillTrace达到了最先进的性能,在SkillsBench上成功率为53.17%,在ALFWorld上为91.43%。SkillTrace在不同的基础语言模型上也表现出一致的改进,证明了基于图的技能检索的通用性和鲁棒性。
cs.AI / 183 / 2608.02365

Faster-WAM: Do World Action Models Need Deep Action Modules?

Faster-WAM:世界动作模型是否需要深度动作模块?
Ma, Liheng, Yang, Rui Heng, Zhang, Zhanguang, Clemente, Mateo, Hu, Ziwen, Cao, Tongtong, Zhang, Yingxue
Abstract
World Action Models (WAMs) couple robot action prediction with video world models. Existing WAMs with shared-backbone and Mixture-of-Transformers designs generally tie the depth of the action module to that of the video backbone, resulting in substantial computational overhead and high inference latency. To address this limitation, we introduce Dock of Transformer (DoT), a video-centric design principle that treats a pretrained video Transformer as a representation hub and connects lightweight output-heads through docking interfaces. This enables flexible output-head design while providing direct access to representations from all layers of the backbone. We then introduce \textbf{Faster-WAM}, an instantiation of DoT for WAMs, which docks a single-layer action head onto a 30-layer video backbone. The docking interface fuses keys and values from all video layers and applies RoPE realignment. Without additional embodied pretraining, Faster-WAM achieves competitive performance on LIBERO and RoboTwin 2.0 while demonstrating strong out-of-distribution generalization on LIBERO-Plus. Faster-WAM also achieves the lowest end-to-end latency in our controlled comparison, requiring only 66.5 ms per inference --- a \(3.2\times\) speedup over Fast-WAM. Overall, these results demonstrate that the video-centric DoT architecture supports flexible task-specific head design while delivering low inference latency, strong action-prediction performance, and robust generalization.
Chinese Translation
世界动作模型(World Action Models, WAMs)将机器人动作预测与视频世界模型结合在一起。现有的WAMs采用共享骨干网络和混合变换器(Mixture-of-Transformers)设计,通常将动作模块的深度与视频骨干网络的深度绑定,导致显著的计算开销和高推理延迟。为了解决这一限制,我们引入了变换器对接(Dock of Transformer, DoT),这是一种以视频为中心的设计原则,视预训练的视频变换器为表示中心,并通过对接接口连接轻量级输出头。这使得输出头设计更加灵活,同时提供对骨干网络所有层表示的直接访问。接着,我们介绍了Faster-WAM,这是DoT在WAMs中的一个实例,它将单层动作头对接到30层视频骨干网络上。对接接口融合了来自所有视频层的键和值,并应用了RoPE重新对齐。在没有额外的具身预训练的情况下,Faster-WAM在LIBERO和RoboTwin 2.0上实现了竞争力的性能,同时在LIBERO-Plus上展示了强大的分布外泛化能力。在我们的受控比较中,Faster-WAM还实现了最低的端到端延迟,每次推理仅需66.5毫秒——比Fast-WAM快了3.2倍。总体而言,这些结果表明,以视频为中心的DoT架构支持灵活的任务特定头设计,同时提供低推理延迟、强大的动作预测性能和稳健的泛化能力。
cs.AI / 184 / 2608.02379

Chess on Ice: Curling Tactical Decision-Making via Backward Induction and Deep Reinforcement Learning

冰上的国际象棋:通过反向归纳法和深度强化学习进行冰壶战术决策
Oberlin, Patrick, Cederle, Matteo, Karapetyan, Aren, Bolognani, Saverio, Susto, Gian Antonio, Dörfler, Florian
Abstract
Curling is often referred to as "Chess on Ice", owing to the tactical complexity of its decision-making process. Yet unlike chess, curling remains largely underexplored from a machine learning perspective, with prior work confined mainly to statistical approaches. We propose a reinforcement learning framework capable of quantitatively evaluating and comparing tactical options in curling. The game poses several modeling challenges: continuous state and action spaces, stochastic action outcomes reflecting player skill variability, and state transitions that are highly sensitive to small perturbations in the executed action. To address them, we employ the Deep Deterministic Policy Gradient actor-critic algorithm, adapted to exploit the finite-horizon structure of the game. Our experiments show that effective curling strategies can be acquired in a fully self-supervised manner, without any human-annotated data: on a reduced four-rock variant, the learned agent matches a hand-crafted expert heuristic in a regime where that heuristic is close to optimal, a parity we quantify against the intrinsic hammer advantage of the variant. Beyond the resulting policy, the learned critic provides a dense value estimate over the entire continuous action space, enabling the quantitative comparison of tactical alternatives for applications such as post-game performance analysis and decision support during athlete preparation.
Chinese Translation
冰壶常被称为“冰上的国际象棋”,这源于其决策过程的战术复杂性。然而,与国际象棋不同,冰壶在机器学习视角下仍然未被充分探索,之前的研究主要局限于统计方法。我们提出了一种强化学习框架,能够定量评估和比较冰壶中的战术选项。该游戏面临几个建模挑战:连续的状态和动作空间、反映球员技能变异性的随机动作结果,以及对执行动作的小扰动高度敏感的状态转移。为了解决这些问题,我们采用了深度确定性策略梯度(Deep Deterministic Policy Gradient)演员-评论家算法,并对其进行了调整,以利用游戏的有限时间结构。我们的实验表明,能够以完全自我监督的方式获得有效的冰壶策略,而无需任何人工标注的数据:在一个简化的四石变体中,学习到的智能体在接近最优的情况下与手工制作的专家启发式策略相匹配,这一平衡我们通过该变体的内在优势进行量化。除了得到的策略外,学习到的评论家还提供了整个连续动作空间的密集价值估计,使得在比赛后表现分析和运动员准备过程中的决策支持等应用中能够定量比较战术选择。
cs.AI / 185 / 2608.02391

Cooperative Coevolution for Resource-Constrained Agentic LLM Post-Training

资源受限的智能大型语言模型后训练的协作共进化
Wang, Zhiyuan, Liu, Shengcai, Wu, Jiahao, Lu, Ning, Ouyang, Hui, Zhang, Shaofeng, Lv, Haoze, Tang, Ke
Abstract
Tool-using large language model (LLM) agents produce long, multi-turn trajectories, making gradient-based post-training memory-intensive. Evolution strategies (ES) enable memory-efficient full-parameter post-training without backpropagation and can eventually match the performance of gradient-based reinforcement learning (RL). However, resource-constrained settings typically offer only a few GPUs, so the high GPU-hour requirements of ES translate into prohibitively long training times. To address this, we introduce Cooperative Parameter-subspace Evolution Strategy (CoPES), a cooperative coevolutionary method that decomposes the full parameter space into lower-dimensional subspaces and searches over them cooperatively to improve optimization efficiency. We post-train a Qwen3.5-4B tool-using agent for the math task and evaluate it on five benchmarks of varying difficulty. Under the GPU-hour budget of full-parameter GRPO's best validation checkpoint, CoPES recovers 92% of GRPO's validation-accuracy gain, versus 67% for standard ES, while its theoretical GPU memory requirement is less than one-eighth that of full-parameter GRPO. It consistently outperforms standard ES and LoRA-based GRPO on all evaluated pass@k metrics across the five benchmarks. Additional experiments further show the advantage of CoPES on the question-answering task. These results demonstrate an improved trade-off between memory requirements and training time for agentic LLM post-training under resource constraints. The code is open-sourced in https://github.com/MetaronWang/CoPES
Chinese Translation
使用工具的大型语言模型(LLM)代理生成长的多轮轨迹,使得基于梯度的后训练内存消耗巨大。进化策略(ES)允许在不进行反向传播的情况下进行内存高效的全参数后训练,并最终可以与基于梯度的强化学习(RL)性能相匹配。然而,资源受限的环境通常只提供少量GPU,因此ES的高GPU小时需求导致训练时间过长。为了解决这个问题,我们提出了协作参数子空间进化策略(CoPES),这是一种协作共进化方法,它将全参数空间分解为低维子空间,并在这些子空间上进行协作搜索,以提高优化效率。我们对一个用于数学任务的Qwen3.5-4B工具使用代理进行了后训练,并在五个不同难度的基准上进行了评估。在全参数GRPO最佳验证检查点的GPU小时预算下,CoPES恢复了GRPO验证准确性提升的92%,而标准ES仅为67%,同时其理论GPU内存需求不到全参数GRPO的八分之一。在所有评估的五个基准的pass@k指标上,CoPES始终优于标准ES和基于LoRA的GRPO。额外的实验进一步显示了CoPES在问答任务上的优势。这些结果展示了在资源限制下,智能LLM后训练中内存需求与训练时间之间的改进权衡。代码已开源于 https://github.com/MetaronWang/CoPES
cs.AI / 186 / 2608.02409

MonitrLLM: A Community-Centered Evaluation Infrastructure for Large Language Models

MonitrLLM:面向社区的大型语言模型评估基础设施
Ojewale, Victor, Encarnación, Ro, Venkatasubramanian, Suresh, Metaxa, Danaé
Abstract
Benchmark suites assess model capability on controlled tasks; large-scale conversation corpora capture naturalistic use without user feedback; and in-interface feedback mechanisms record satisfaction without task purpose. Together, they leave a critical gap in LLM evaluation: no existing infrastructure routinely links interaction trajectories to user-defined outcomes. We introduce MonitrLLM, open-source infrastructure for community-centered LLM evaluations that links full conversation transcripts to user-reported task intent and outcome assessments, treating all three as primary evaluative signals rather than optional metadata. To demonstrate the value of this approach, we conducted a two-week feasibility pilot with 26 college students using ChatGPT, collecting 206 evaluation reports with full conversation transcripts. The findings from our pilot demonstrate the value of connecting conversation trajectories with user-reported outcomes. For instance, despite reporting high average satisfaction (4.19/5) with their LLM interactions, participants also experience a substantial 23.1% failure rate on their goal tasks. We also find that multi-turn conversations are reported as failing at 2.5 times the rate of single-turn exchanges, a pattern that reframes extended interaction as a signal of difficulty rather than engagement. We conclude by discussing the value of incorporating direct user feedback with observational data for robust LLM evaluations, and the possibilities for infrastructure that enables this goal.
Chinese Translation
基准测试套件评估模型在受控任务上的能力;大规模对话语料库捕捉自然使用情况但缺乏用户反馈;而界面内反馈机制记录满意度但未考虑任务目的。综合来看,这些方法在大型语言模型(LLM)评估中留下了一个关键空白:现有基础设施并未常规地将交互轨迹与用户定义的结果联系起来。我们推出了MonitrLLM,这是一种开源的基础设施,旨在进行以社区为中心的LLM评估,将完整的对话记录与用户报告的任务意图和结果评估联系起来,将这三者视为主要评估信号,而非可选元数据。为了展示这种方法的价值,我们与26名大学生进行了为期两周的可行性试点,使用ChatGPT,收集了206份评估报告及完整的对话记录。我们的试点结果表明,将对话轨迹与用户报告的结果连接起来的价值。例如,尽管参与者报告了对其LLM交互的高平均满意度(4.19/5),但他们在目标任务上也经历了高达23.1%的失败率。我们还发现,多轮对话的失败率是单轮交流的2.5倍,这一模式将延续的交互重新定义为困难的信号,而非参与度的体现。最后,我们讨论了将直接用户反馈与观察数据结合以进行稳健的LLM评估的价值,以及实现这一目标的基础设施的可能性。
cs.AI / 187 / 2608.02438

xPress: Parallel Refinement for Diffusion Drafters in Speculative Decoding

xPress:在推测解码中用于扩散草图生成器的并行精炼
Wang, Zheng, Wertheimer, Davis, Lim, Yu Chin Fabian, Srivatsa, Mudhakar, Ganti, Raghu K., Zhang, Minjia, Wang, Naigang
Abstract
Block-diffusion drafters like dFlash generate an entire block of draft tokens in a single forward pass, drastically reducing the overhead of multiple-token drafting in speculative decoding. The crucial final step of the single-pass discrete denoising process involves using the logit distribution at each position to sample conditionally independent tokens. The resulting draft is thus a set of per-position marginals, rather than a joint distribution: no draft token is guaranteed to depend on its predecessors. Such independently sampled marginals tend to produce sequences with tokens that are individually likely, but jointly improbable under the target model's distribution, which verifies each token conditionally. This can cause early rejection and limits acceptance length. To address this, we propose xPress as a means to restore the missing causality in diffusion drafters. xPress is a lightweight causal refiner that reconciles the whole diffusion block at once through parallel refinement, restoring and propagating causal dependencies across the draft without a token-by-token loop. On Qwen3-8B, across seven math, code, and chat benchmarks, xPress raises acceptance length by about 30% on average (up to +56%) and its end-to-end decoding throughput by about 1.3 on average (up to 1.7) compared to the original dFlash diffusion drafter.
Chinese Translation
块扩散草图生成器如 dFlash 在单次前向传递中生成整个草图令牌块,显著减少了推测解码中多令牌草图生成的开销。单次传递离散去噪过程的关键最后一步涉及使用每个位置的对数分布来采样条件独立的令牌。因此,生成的草图是一组每个位置的边际分布,而不是联合分布:没有任何草图令牌被保证依赖于其前驱。这种独立采样的边际分布往往会产生令牌在个体上可能但在目标模型分布下联合上不太可能的序列,从而对每个令牌进行条件验证。这可能导致早期拒绝并限制接受长度。为了解决这个问题,我们提出了 xPress,作为恢复扩散草图生成器中缺失因果关系的一种手段。xPress 是一种轻量级因果精炼器,通过并行精炼一次性调和整个扩散块,恢复并传播草图中的因果依赖,而无需逐令牌循环。在 Qwen3-8B 上,针对七个数学、代码和聊天基准,xPress 平均提高了接受长度约 30%(最高可达 +56%),其端到端解码吞吐量平均提高约 1.3(最高可达 1.7),与原始的 dFlash 扩散草图生成器相比。
cs.AI / 188 / 2608.02441

Agentic Commerce World: An Auditable and Verifiable Environment for Vibe Commerce

代理商业世界:一个可审计和可验证的氛围商业环境
Fan, Shicheng, Yang, Mingdai, Wang, Duohao, Chen, Canyu, Zhang, Yongfeng, Wei, Hua, Li, Manling, McAuley, Julian, Zhang, Kun, Yu, Philip S., Yu, Kejing, Liu, Zhiwei
Abstract
In vibe coding, people describe software in natural language and delegate implementation to AI agents. By analogy, vibe commerce allows people to express buying or selling goals in natural language and delegate the corresponding tasks to agents. Commerce, however, requires independently controlled Buyer and Merchant agents to interact in a shared market while preserving their private objectives and distinct authority. We introduce Agentic Commerce World (ACWorld), an environment for evaluating such agents across ongoing transactions. Through its Vibe Commerce Protocol (VCP), ACWorld validates agent actions before updating shared transaction state and records the resulting interactions, making agent behavior auditable and evaluation reproducible. The ACWorld Benchmark contains a 200-task capability-coverage track and a 60-task large-catalog track that searches 785,022 transactable listings. Across ten models, mean scores range from 65.9% to 85.6% and from 56.1% to 91.4%, respectively. Our analysis shows that process-level evidence is necessary: final state alone can miss evaluated errors, incomplete trajectories still retain useful process signals, and large-catalog tasks expose bottlenecks across stages.
Chinese Translation
在氛围编码中,人们用自然语言描述软件,并将实现任务委托给人工智能代理。类比而言,氛围商业允许人们用自然语言表达购买或销售目标,并将相应的任务委托给代理。然而,商业需要独立控制的买方和商家代理在共享市场中互动,同时保持各自的私有目标和独特权威。我们介绍了代理商业世界(Agentic Commerce World,ACWorld),这是一个用于评估此类代理在持续交易中的环境。通过其氛围商业协议(Vibe Commerce Protocol,VCP),ACWorld 在更新共享交易状态之前验证代理的行为,并记录由此产生的互动,使代理行为可审计且评估可重复。ACWorld 基准包含一个200任务能力覆盖轨道和一个60任务大目录轨道,后者搜索785,022个可交易列表。在十个模型中,平均得分分别在65.9%到85.6%和56.1%到91.4%之间。我们的分析表明,过程级证据是必要的:仅凭最终状态可能会遗漏评估错误,不完整的轨迹仍然保留有用的过程信号,而大目录任务则暴露了各阶段的瓶颈。
cs.AI / 189 / 2608.02442

Right Answer, Wrong Method: Shortcut Hacking Misleads the Evaluation of LLM Reasoning on Frontier Science Benchmarks

正确答案,错误方法:快捷黑客行为误导了对前沿科学基准上大型语言模型推理的评估
Ren, Xuan, Zhai, Weiqi, Pu, Tianle, Zhu, Yihua, Zhu, Yihua, Wei, Hu, Zhao, Bing
Abstract
Scientific reasoning benchmarks typically evaluate large language models (LLMs) using final-answer accuracy. However, a correct answer does not necessarily demonstrate the reasoning capability targeted by the problem. We identify Solution Hacking, a failure mode in which an LLM reaches the correct answer through invalid shortcuts, such as numerical search, enumeration, guessing, or answer-first verification, without providing a valid task-targeted derivation. We systematically analyze this phenomenon across difficulty levels, scientific domains, and frontier models. Solution hacking increases sharply with benchmark difficulty, from 2.2\% on common problems to 28.3\% on Olympiad-level problems and 37.4\% on HLE. Moreover, 8.2\%-44.1\% of answers credited as correct across frontier models are identified as hacked solutions. We further develop expert-inspired anti-hacking strategies, including an automatic judge and a test-time instruction. The results show that suppressing shortcut behavior substantially reduces reported accuracy while having a smaller effect on correct and non-hacked accuracy. These findings reveal that answer-only evaluation can overestimate the scientific reasoning capabilities of frontier LLMs.
Chinese Translation
科学推理基准通常通过最终答案的准确性来评估大型语言模型(LLMs)。然而,正确的答案并不一定能展示出问题所针对的推理能力。我们识别出了解决方案黑客行为(Solution Hacking),这是一种失败模式,其中LLM通过无效的捷径(如数值搜索、枚举、猜测或答案优先验证)得出正确答案,而没有提供有效的任务导向推导。我们系统地分析了这一现象在不同难度水平、科学领域和前沿模型中的表现。解决方案黑客行为随着基准难度的增加而急剧上升,从常见问题的2.2%上升到奥林匹克级别问题的28.3%和HLE的37.4%。此外,在前沿模型中,被认定为正确的答案中有8.2%-44.1%被识别为黑客解决方案。我们进一步开发了专家启发的反黑客策略,包括自动评判和测试时指令。结果表明,抑制捷径行为显著降低了报告的准确性,同时对正确和非黑客准确性的影响较小。这些发现揭示了仅通过答案评估可能会高估前沿LLMs的科学推理能力。
cs.AI / 190 / 2608.02444

ParEvalLayer: When Partial LLM-Agent Evaluations Support a Decision

ParEvalLayer:当部分 LLM-Agent 评估支持决策时
Huang, Wei-Jung, Shen, Bonan
Abstract
LLM-agent evaluations often produce task outcomes long before the full benchmark run is complete. A partial score is tempting to report, but it does not show whether the observed tasks support the same conclusion as the completed evaluation. Early tasks can omit important parts of a benchmark, running cheaper tasks first can distort the observed sample, and a rule that decides only easy pairs can appear accurate while leaving many comparisons unresolved. We introduce ParEvalLayer, a decision layer that reads paired outcomes for two agent systems and a comparison policy chosen in advance. For each partial run, it records whether the tested agent system is better by the required amount, is not better by that amount, needs more evidence, or should abstain. We evaluate ParEvalLayer by replaying completed public benchmark data as if each evaluation had stopped earlier. At each point, ParEvalLayer applies the policy using only the outcomes observed so far; if it reaches one of the two comparison judgments, we check whether that judgment matches the completed data for the same system pair. With the main comparison rule, three of the public benchmarks reach the same decision as the completed evaluation after observing only 15% to 25% of task outcomes. Other benchmarks require more task outcomes. This variation shows why a partial score alone is not enough: reports should also state the decision rule and how many comparisons remain without a decision.
Chinese Translation
LLM-agent 评估通常在完整基准测试运行完成之前就会产生任务结果。报告部分得分是诱人的,但它并不能表明观察到的任务是否支持与完整评估相同的结论。早期任务可能会遗漏基准测试的重要部分,优先运行成本较低的任务可能会扭曲观察到的样本,而仅决定简单对比的规则可能看似准确,但会留下许多比较未解决。我们引入了 ParEvalLayer,这是一个决策层,读取两个代理系统的配对结果和预先选择的比较策略。对于每个部分运行,它记录被测试的代理系统是否在所需程度上更好,是否未达到该程度,是否需要更多证据,或应当弃权。我们通过重放已完成的公共基准数据来评估 ParEvalLayer,仿佛每次评估都在更早时刻停止。在每个时间点,ParEvalLayer 仅使用迄今观察到的结果应用该策略;如果它达到了两个比较判断之一,我们检查该判断是否与相同系统对的完成数据相匹配。在主要比较规则下,三个公共基准在观察到仅 15% 到 25% 的任务结果后,达到了与完整评估相同的决策。其他基准则需要更多的任务结果。这种变化显示了为什么仅有部分得分是不够的:报告还应说明决策规则以及还有多少比较未做出决策。
cs.AI / 191 / 2608.02454

Infinite Trace Objectives with Finite Trace Techniques: Translating LTL to LTLf+

无限轨迹目标与有限轨迹技术:将LTL翻译为LTLf+
Weinhuber, Christoph, Prokop, Maximilian, De Giacomo, Giuseppe, Vardi, Moshe Y.
Abstract
Linear Temporal Logic (LTL) is one of the most widely adopted languages for specifying temporal extended objectives in AI, with applications ranging from reactive synthesis to stochastic planning in Markov decision processes and reinforcement learning. Traditionally, solving any of these problems requires translating the LTL specification to a nondeterministic automata on infinite words and then determinizing it, a step that is notoriously difficult in theory and in practice. Recent work has introduced LTLf+, which lifts the finite-trace logic LTLf to infinite traces. LTLf+ has the same expressive power as LTL, yet it retains most of the crucial advantages of its base logic LTLf. Most reasoning in LTLf+ rests on finite automata on finite words, for which we have not only a canonical minimal representation but also an efficient determinization procedure. In this work we present the first translation from LTL to LTLf+. We first normalize an LTL formula into the syntactic reactivity fragment of the Manna-Pnueli hierarchy, to create the general fragment-based shape of LTLf+. We then present linear translations for each individual component of that fragment. As a consequence of this translation, the expanding body of techniques developed for LTLf+ now becomes available to many AI problems currently formulated in LTL. We further show that this comes at no asymptotic cost, as the pipeline from LTL to automaton via LTLf+ remains doubly exponential.
Chinese Translation
线性时序逻辑(LTL)是指定AI中时间扩展目标的最广泛采用的语言之一,其应用范围从反应合成到马尔可夫决策过程和强化学习中的随机规划。传统上,解决这些问题需要将LTL规范翻译为无限词上的非确定性自动机,然后进行确定化,这一步在理论和实践中都 notoriously 困难。最近的研究引入了LTLf+,它将有限轨迹逻辑LTLf提升到无限轨迹。LTLf+具有与LTL相同的表达能力,但保留了其基础逻辑LTLf的大多数关键优势。LTLf+中的大多数推理基于有限词上的有限自动机,我们不仅拥有其规范最小表示,还有高效的确定化过程。在本研究中,我们首次提出了将LTL翻译为LTLf+的方法。我们首先将LTL公式规范化为Manna-Pnueli层次结构的语法反应片段,以创建LTLf+的一般片段基础形状。然后,我们为该片段的每个单独组件提供线性翻译。作为这种翻译的结果,针对LTLf+开发的日益扩展的技术现在可以应用于许多当前以LTL形式表述的AI问题。我们进一步表明,这一过程没有渐近成本,因为从LTL到自动机的管道通过LTLf+保持双指数级。
cs.AI / 192 / 2608.02464

Real-Time Detection and Repair of LLM Agent Failures

实时检测和修复大型语言模型代理的故障
Dubey, Sunny
Abstract
LLM agents fail mid-episode -- they loop, cascade tool errors, drift off goal, fabricate results, or silently absorb corrupted content -- and the standard remedy, judging every step with a second LLM, costs more than the agent itself. We ask how much detection is achievable from observable step telemetry alone, using monitors costing microseconds per step and trained only on healthy runs. On 2,823 committed agent episodes across three frameworks, three local models (qwen2.5 7b/3b, llama3.1 8b) and a commercial API (gemini-2.5-flash), a one-class echo-state-network ensemble with CUSUM alarms detects 0.71 of failures at a 5% false-alarm budget (AUROC 0.872). Its advantage over a memoryless baseline is a monotone function of post-onset horizon (+0.09 at <=3 steps, +0.40 at >=9), predicting its own failure region out of sample on AFTraj-2K. Ranking transfers with no retraining to two corpora from other groups (AFTraj-2K 0.745, ATBench 0.779). Monitors carry two burdens: a per-deployment healthy null (they do not transfer -- AUROC 0.527 cold against 0.885 recalibrated) and a residual false-alarm rate. We add a layer carrying neither: deterministic verification, which recomputes a run's stated total from the tool results it actually received and confirms every required call was made. Head-to-head it catches 60% of failures (96% with the coverage check) at 0 of 63 false positives against the monitor's 54% at 17%, transfers unchanged to llama3.1:8b (110 of 110 at 0 of 10), and trips on 0 of 1825 healthy episodes. Detection is then closed into repair: each flagged run is rolled back and re-run live, recovering 45% of failures against a 16% resampling control (p=0.0005) and lifting task success from 52% to 73% for about one extra model call per run. The system runs at ~200 microseconds per step, three orders of magnitude below a judge call. Code, traces and results are released.
Chinese Translation
大型语言模型(LLM)代理在执行过程中会发生故障——它们可能会进入循环、导致工具错误级联、偏离目标、虚构结果或默默吸收损坏的内容——而标准的补救措施是用第二个LLM对每一步进行判断,这种做法的成本超过了代理本身。我们探讨仅通过可观察的步骤遥测数据可以实现多少故障检测,使用每一步仅需微秒级成本且仅在健康运行上训练的监控器。在三个框架下的2,823个已完成的代理执行中,使用三种本地模型(qwen2.5 7b/3b,llama3.1 8b)和一个商业API(gemini-2.5-flash),一个带有CUSUM警报的一类回声状态网络集成能够在5%的误报预算下检测到71%的故障(AUROC 0.872)。与无记忆基线相比,其优势是后发时间范围的单调函数(在≤3步时提高0.09,在≥9步时提高0.40),并在AFTraj-2K数据集上预测其自身的故障区域。监控器在转移到其他组的两个语料库时无需重新训练(AFTraj-2K 0.745,ATBench 0.779)。监控器承担两个负担:每次部署的健康空值(它们不进行转移——AUROC 0.527冷启动对比0.885重新校准)和残余误报率。我们增加了一层不承担这两者的:确定性验证,它重新计算运行的声明总数与实际接收到的工具结果,并确认每个所需调用均已完成。在面对面测试中,它捕获了60%的故障(覆盖检查时为96%),而监控器的误报率为54%(17%),在llama3.1:8b上转移不变(110个成功检测,0个误报),在1825个健康执行中未发生误报。检测随后被封闭为修复:每个标记的运行被回滚并实时重新运行,恢复了45%的故障,相较于16%的重采样控制(p=0.0005),并将任务成功率从52%提升至73%,每次运行大约增加一次模型调用。该系统的运行时间约为每步200微秒,低于法官调用的三个数量级。代码、跟踪和结果已发布。
cs.AI / 193 / 2608.02491

Long-term Measurements: Towards a Longitudinal Understanding of Human-AI Interactions

长期测量:迈向对人类与人工智能互动的纵向理解
Mitchell, Nicole, Agarwal, Dhruv, Bohacek, Maty, Denton, Remi, Patel, Roma
Abstract
Language models have taken on the role of a very new type of technology, by virtue of their "human-ness" and rapid integration into users' daily lives. This combination of features can introduce longitudinal risks---cognitive, developmental and socio-affective changes in humans---that might not surface in short-term interactions, but can have lasting long-term effects on users. This forms the basis of a critical new mission for NLP: to pivot from static, short-term evaluations of text generations to long-term measurements of behavioral changes, towards a diachronic understanding of human-model interactions. In this work, we draw from measurements used in social science fields that are crucial to understand emergent phenomena in longitudinal data. We discuss how computational methods in the field of NLP need to be combined with such measurements, not only to understand long-term safety risks of human-model interactions, but to help steer model development towards positive rather than negative outcomes for users. This ability to model human behavioral shifts as a function of model interactions can facilitate online rather than post-hoc detection of problematic behaviors, and should be leveraged in alignment frameworks to mitigate long-term risks in users.
Chinese Translation
语言模型因其“人性化”特征及迅速融入用户日常生活,成为一种全新的技术。这种特征的结合可能引入纵向风险——在短期互动中可能不会显现的认知、发展和社会情感变化,但却可能对用户产生持久的长期影响。这为自然语言处理(NLP)提出了一项重要的新使命:从静态的、短期的文本生成评估转向对行为变化的长期测量,以实现对人类与模型互动的历时理解。在本研究中,我们借鉴了社会科学领域中用于理解纵向数据中新兴现象的测量方法。我们讨论了NLP领域的计算方法如何与这些测量相结合,不仅为了理解人类与模型互动的长期安全风险,还为了引导模型开发朝向对用户产生积极而非消极的结果。将人类行为变化建模为模型互动的函数的能力,可以促进对问题行为的在线检测,而非事后检测,并应在对齐框架中加以利用,以减轻用户的长期风险。
cs.AI / 194 / 2608.02502

CMuon: Accelerating and Stabilizing Diffusion Transformer Training via Chunked Momentum Orthogonalization

CMuon:通过分块动量正交化加速和稳定扩散变换器训练
Chen, Chuyan, Sun, Peng, Yuan, Kun
Abstract
Diffusion Transformers (DiTs) have achieved state-of-the-art (SOTA) performance in visual generative modeling, yet their training remains computationally prohibitive. While the recently proposed Momentum Orthogonalization (Muon) optimizer offers a promising alternative to AdamW, its direct application to DiTs yields suboptimal late-stage convergence. In this paper, we identify the root cause of this bottleneck: standard DiT architectures fuse functionally distinct weights (e.g., within AdaLN and QKV layers) into unified tensors for computational efficiency. Applying Muon to these fused tensors inadvertently induces implicit subspace coupling, which distorts update directions and degrades global optimization. To address this, we introduce Chunked Muon (CMuon), a simple yet highly effective strategy that partitions these matrices into independent sub-components prior to orthogonalization. Extensive experiments demonstrate that a 675M-parameter DiT trained with CMuon achieves a FID of 1.18 on ImageNet 256 in just 200 epochs. This represents more than a 2x training speedup over AdamW, while effectively overcoming the late-stage convergence plateaus of vanilla Muon.
Chinese Translation
扩散变换器(DiTs)在视觉生成建模中已实现了最先进(SOTA)的性能,但其训练仍然计算开销巨大。尽管最近提出的动量正交化(Muon)优化器为AdamW提供了一个有前景的替代方案,但其直接应用于DiTs时会导致次优的后期收敛。在本文中,我们识别出这一瓶颈的根本原因:标准的DiT架构将功能上不同的权重(例如,在AdaLN和QKV层内)融合成统一的张量以提高计算效率。将Muon应用于这些融合的张量无意中引入了隐式子空间耦合,扭曲了更新方向并降低了全局优化效果。为了解决这个问题,我们提出了分块Muon(CMuon),这是一种简单但极为有效的策略,它在正交化之前将这些矩阵划分为独立的子组件。大量实验表明,使用CMuon训练的675M参数DiT在ImageNet 256上仅用200个周期就达到了1.18的FID。这比AdamW的训练速度提升了超过2倍,同时有效克服了普通Muon的后期收敛平台期。
cs.AI / 195 / 2608.02505

Abduction Without a Body? Representational Grounding and the Abduction Loop for Scientific Hypothesis Generation

没有实体的推理?科学假设生成中的表征基础与推理循环
Farmer, Michael
Abstract
Can scientific abduction occur without continuous sensorimotor embodiment? Recent arguments in AI and philosophy of science hold that genuine hypothesis generation requires an agent continuously coupled to the physical world. We defend a narrower claim: online embodiment is not necessary for every abductive scientific act. Our focus is identity abduction: the inference that two independently developed structures are one object under an explicit correspondence, reached through representational grounding rather than bodily interaction. An agent may acquire new inferential affordances not through physical interaction but through transformations into representations that expose latent invariants. Scientific diagrams are a practical substrate because they embody independently evolved conventions that partially canonicalize symmetry, topology, and operator structure across disciplines - a property we develop as convention space, which answers a hard retrieval problem: finding mathematically related work when two fields share no discriminating vocabulary. We operationalize the mechanism as an architecture, the Abduction Loop: representation generation, motif extraction, convention-space canonicalization, cross-domain retrieval, identity-hypothesis generation, and adversarial verification, with abstention as the designed default. A documented episode, in which a multimodal model given a figure of a gravitational-memory transport model generated and then verified the hypothesis that its central differential complex is equivalent to the spherical Kaiser-Squires mass-mapping complex of weak-lensing cosmology, serves as a motivating possibility witness from which the architecture is abstracted, not as evidence of general capability. We close with a falsifiable evaluation program, the DAB-30 benchmark. The contribution is a mechanistic proposal, an architecture, and a test program.
Chinese Translation
科学推理是否可以在没有持续的感知运动体现的情况下发生?近期在人工智能和科学哲学领域的论证认为,真正的假设生成需要一个与物理世界持续耦合的主体。我们辩护一个更狭义的观点:在线体现并非每一个推理科学行为所必需。我们的重点是身份推理:推断两个独立发展结构在明确对应下是同一对象,这一推断是通过表征基础而非身体互动实现的。一个主体可以通过转化为揭示潜在不变性的表征来获得新的推理能力,而非通过物理互动。科学图表是一个实用的基础,因为它们体现了独立演变的约定,这些约定部分规范了跨学科的对称性、拓扑和算子结构——我们将其发展为约定空间,这一特性解决了一个困难的检索问题:在两个领域没有区分性词汇时,如何找到数学相关的工作。我们将这一机制操作化为一个架构,即推理循环:表征生成、主题提取、约定空间规范化、跨领域检索、身份假设生成和对抗验证,默认设计为不参与。一个记录的案例中,一个多模态模型在给定引力记忆传输模型的图形后生成并验证了其中心微分复合体等同于弱透镜宇宙学的球形凯瑟-斯奎尔质量映射复合体的假设,这一案例作为激励可能性的见证,从中抽象出架构,而非作为一般能力的证据。最后,我们提出一个可证伪的评估程序,即DAB-30基准。我们的贡献是一个机械提案、一个架构和一个测试程序。
cs.AI / 196 / 2608.02509

Optimizing Minimax Regret in Uncertain MDPs with Small Sets of Policies

在不确定的马尔可夫决策过程中优化最小最大遗憾的策略集
Lutz, Sterre, Vos, Daniël, Spaan, Matthijs T. J., Lukina, Anna
Abstract
Sequential decision-making in real-world applications often involves uncertainty about the environment's model. Uncertain Markov decision processes (UMDPs) represent the possible environments as a set of MDPs with shared states and actions but potentially different transition probabilities and rewards. Optimizing a single policy across all possible MDPs may sacrifice performance, while preparing an individually optimized policy for every MDP may violate operational, regulatory, or interpretability constraints on the number of policies that can be prepared and deployed. We consider settings in which model uncertainty is resolved shortly before execution, allowing the most suitable policy to be selected from a limited set prepared in advance. We introduce $k$-adaptable policy synthesis, which optimizes such a set of $k$ policies under a minimax-regret objective. We prove that the problem is NP-hard and develop KAPS, an exact nested branch-and-bound algorithm with problem-specific bounds and heuristics. KAPS jointly optimizes which MDPs share a policy and the policies themselves. Experiments across various UMDP benchmarks show that the largest reduction in regret consistently occurs when increasing from one to two policies. In the single-policy setting, KAPS is competitive with existing methods in solution quality and proves optimality substantially more often.
Chinese Translation
在现实应用中,顺序决策往往涉及对环境模型的不确定性。不确定的马尔可夫决策过程(UMDPs)将可能的环境表示为一组具有共享状态和动作但可能具有不同转移概率和奖励的MDP。针对所有可能的MDP优化单一策略可能会牺牲性能,而为每个MDP准备一个单独优化的策略可能会违反关于可以准备和部署的策略数量的操作、监管或可解释性约束。我们考虑在执行前不久解决模型不确定性的情境,从中选择最合适的策略,该策略来自于提前准备的有限策略集。我们引入了$k$-适应性策略合成,旨在在最小最大遗憾目标下优化这一$k$个策略的集合。我们证明了该问题是NP难的,并开发了KAPS,这是一种具有问题特定界限和启发式的精确嵌套分支界限算法。KAPS共同优化哪些MDP共享策略及其策略本身。在各种UMDP基准测试中的实验表明,当从一个策略增加到两个策略时,遗憾的最大减少始终发生。在单策略设置中,KAPS在解的质量上与现有方法具有竞争力,并且在证明最优性方面的频率显著更高。
cs.AI / 197 / 2608.02518

Magnet: Detecting Cross-Session AI Misuse Through Capability Accumulation

Magnet:通过能力积累检测跨会话的人工智能滥用
Isak, Natalie, Dressman, Matthew
Abstract
The most capable AI deployments are not single models but ensembles of specialized agents that delegate and act in coordination. This architecture unlocks powerful new capabilities, and it also introduces risks that existing frameworks for monitoring, detection, and mitigation were not designed to address. Most state-of-the-art AI abuse detection literature focuses on single-turn or multi-turn (single-session) threat models. This leaves a critical gap: an attacker can decompose a harmful goal into innocuous-looking units and execute each in isolated agentic sessions. The agent is stateless between conversations, but the attacker is not. This asymmetry allows for cross-session trajectories that are effective at evading detection. Our contributions are twofold. First, we demonstrate cross-session goal decomposition as an evasion technique, showing it may elicit more harmful capability than equivalent single-session or multi-turn attacks. By capability we mean an artifact produced at one step of an objective, evidenced by what an interaction produced (model responses and tool-call results), and composable with capabilities accrued elsewhere into a harmful whole. Second, we propose Magnet: an efficient and robust detection approach that models relevant capabilities accrued over time and across agentic conversations, aggregated at a higher-level correlator (in this case, a user ID) rather than per-conversation state. The main challenge is assembling the evidence bundle Magnet reasons over. The incriminating artifacts may be needles scattered through a haystack of benign sessions that are individually harmless, dangerous only once collected. Rather than searching the haystack straw-by-straw (i.e. per-session inspection), Magnet does what its name implies: it attracts the relevant needles out of the hay, across sessions and across time, into a compact evidence bundle a detector can act on.
Chinese Translation
最强大的人工智能部署不是单一模型,而是由多个专门代理组成的集合,这些代理协调地委派任务并执行操作。这种架构解锁了强大的新能力,但也引入了现有监测、检测和缓解框架未能设计来应对的风险。大多数最先进的人工智能滥用检测文献集中在单轮或多轮(单会话)威胁模型上。这留下了一个关键的空白:攻击者可以将有害目标分解为看似无害的单元,并在孤立的代理会话中逐一执行。代理在对话之间是无状态的,但攻击者并非如此。这种不对称性允许跨会话的轨迹有效地逃避检测。我们的贡献有两个方面。首先,我们展示了跨会话目标分解作为一种规避技术,表明它可能引发比等效的单会话或多轮攻击更有害的能力。这里的能力指的是在目标的一个步骤中产生的产物,通过交互产生的结果(模型响应和工具调用结果)来证明,并且可以与其他地方积累的能力组合成一个有害的整体。其次,我们提出了Magnet:一种高效且稳健的检测方法,它建模了随时间和代理对话积累的相关能力,这些能力在更高层次的相关器(在这种情况下是用户ID)上聚合,而不是逐会话状态。主要挑战在于组装Magnet所推理的证据包。可疑的产物可能是散落在一堆无害会话中的针,这些会话单独看是无害的,只有在收集后才变得危险。Magnet并不是逐根搜索干草堆(即逐会话检查),而是做了它名字所暗示的事情:它将相关的针从干草中吸引出来,跨会话和跨时间,形成一个紧凑的证据包,供检测器进行处理。
cs.AI / 198 / 2608.02553

A Taxonomy of Cognitive Capability Gaps in Generative and Agentic AI

生成性与自主性人工智能中的认知能力差距分类
Akinrele, Taye, Penchala, Sindhuja, Golilarz, Noorbakhsh Amiri, Mittal, Sudip, Rahimi, Shahram
Abstract
Cognitive AI seeks to move beyond language generation and autonomous task execution toward systems capable of sustained reasoning, adaptive behavior, persistent memory, and self-regulation. While generative and agentic AI have demonstrated impressive capabilities across a wide range of tasks, many fundamental cognitive functions remain fragmented or weakly developed, limiting reliable operation over extended time horizons. This paper presents a taxonomy-driven survey of the major cognitive capability gaps that continue to constrain the development of Cognitive AI. The literature is organized around five dimensions: persistent state modeling, goal-directed autonomy, self-monitoring and control, environment interaction, and learning and adaptation. For each dimension, we review recent advances, identify recurring limitations, and discuss open research challenges. Building on these insights, we outline a conceptual Adaptive Cognitive Intelligence Architecture (ACIA) and examine emerging directions in cognition-centric evaluation. The proposed taxonomy provides a unified framework for organizing existing research, identifying unresolved challenges, and guiding the design of future cognitively capable systems. Together, the taxonomy, architectural perspective, and evaluation framework offer a roadmap for advancing AI systems that exhibit more reliable long-term reasoning, adaptive decision-making, and continual learning. The survey highlights key research opportunities toward more adaptive, reliable, and cognitively capable AI systems, providing a foundation for future progress toward Cognitive AI and, ultimately, Artificial General Intelligence (AGI).
Chinese Translation
认知人工智能旨在超越语言生成和自主任务执行,朝向能够进行持续推理、适应性行为、持久记忆和自我调节的系统。尽管生成性和自主性人工智能在广泛任务中展示了令人印象深刻的能力,但许多基本的认知功能仍然存在碎片化或发展不足的问题,限制了其在较长时间范围内的可靠操作。本文呈现了一项基于分类法的调查,重点分析了继续制约认知人工智能发展的主要认知能力差距。文献围绕五个维度进行组织:持久状态建模、目标导向的自主性、自我监控与控制、环境交互以及学习与适应。对于每个维度,我们回顾了近期的进展,识别了反复出现的限制,并讨论了开放的研究挑战。在这些见解的基础上,我们概述了一个概念性的自适应认知智能架构(ACIA),并考察了以认知为中心的评估新方向。所提出的分类法提供了一个统一的框架,用于组织现有研究、识别未解决的挑战,并指导未来具有认知能力系统的设计。分类法、架构视角和评估框架共同为推动人工智能系统的长期可靠推理、适应性决策和持续学习提供了路线图。该调查强调了朝向更具适应性、可靠性和认知能力的人工智能系统的关键研究机会,为未来向认知人工智能及最终实现人工通用智能(AGI)的进展奠定了基础。
cs.AI / 199 / 2608.02569

AtumAI: A Principled Framework for Agentic Generation of Datacenter Control-Plane Policies

AtumAI:一种原则性框架用于自主生成数据中心控制平面策略
Lin, Qiushi, Zhang, Chaojie, Goiri, Íñigo, Akella, Aditya, Bianchini, Ricardo, Stojkovic, Jovan
Abstract
The efficiency of a datacenter rests on its control plane policies. Designing these policies is increasingly hard: the hardware-software stack grows fast, the design space is vast and interdependent, and prototyping a single policy takes months. Agentic AI promises to automate this search. Off the shelf, however, it falls short on three fronts. It is not formal: with no structured, searchable statement of the problem, the search has little structure to exploit and hard constraints are not guaranteed. It is not transferable: each task is solved from scratch, so nothing learned on one task carries to the next. Finally, it is not systematic: relying on the LLM as the sole source of candidates, it explores a narrow slice of the design space and settles into local optima. We introduce AtumAI, a framework that generates datacenter control-plane policies with agentic AI, making the process formal, transferable, and systematic. From a goal stated in plain language, AtumAI autonomously proposes, tests, and refines candidate policies until one satisfies the request. It does so through two components. The Datacenter Task Compiler automates problem formulation: it compiles the request into a formal, machine-checkable, and searchable specification of the task's objectives, constraints, decision variables, and evaluation methodology. The Evolutionary Design Discovery Loop then searches this specification, expanding the search beyond the LLM itself via a diffusion model, an evolutionary algorithm, and a surrogate model. Together, they reduce onboarding a new task from months of engineering to writing its description. We evaluate AtumAI on three control-plane tasks with distinct problem scopes, design spaces, and trade-offs: workload placement, resource scaling, and power management. Across all tasks, the policies generated by AtumAI consistently outperform expert-engineered baselines.
Chinese Translation
数据中心的效率依赖于其控制平面策略。设计这些策略变得越来越困难:硬件-软件堆栈快速增长,设计空间广泛且相互依赖,单一策略的原型制作需要数月时间。自主智能(Agentic AI)承诺自动化这一搜索过程。然而,现成的解决方案在三个方面存在不足。首先,它不够正式:缺乏结构化、可搜索的问题陈述,搜索过程缺乏可利用的结构,且硬约束无法得到保证。其次,它不可转移:每个任务都是从头开始解决,因此在一个任务上学到的知识无法转移到下一个任务。最后,它不够系统:依赖大型语言模型(LLM)作为候选者的唯一来源,探索的设计空间非常狭窄,容易陷入局部最优解。我们提出了AtumAI,一个利用自主智能生成数据中心控制平面策略的框架,使这一过程变得正式、可转移和系统化。AtumAI从用简单语言表述的目标出发,自主提出、测试和优化候选策略,直到满足请求。它通过两个组件实现这一目标。数据中心任务编译器(Datacenter Task Compiler)自动化问题的表述:它将请求编译成一个正式的、机器可检查的、可搜索的任务目标、约束、决策变量和评估方法的规范。进化设计发现循环(Evolutionary Design Discovery Loop)则在这一规范中进行搜索,通过扩散模型、进化算法和代理模型,超越LLM本身,扩展搜索范围。两者结合将新任务的入门时间从几个月的工程缩短为撰写其描述。我们在三个具有不同问题范围、设计空间和权衡的控制平面任务上评估了AtumAI:工作负载放置、资源扩展和电源管理。在所有任务中,AtumAI生成的策略始终优于专家设计的基准。
计算语言学 (Computation and Language)
128
cs.CL / 1 / 2608.00004

Cost-Effective Automated Judging of Natural-Language Mathematical Proofs

成本效益高的自然语言数学证明自动评判
Grayzel, Benjamin
Abstract
Grading natural-language mathematical proofs is a recurring cost in evaluating math-reasoning systems, and frontier LLM judges are expensive. We ask whether cheap open-weight models can serve as reliable judges given a candidate proof, a ground-truth proof, and a human-grading rubric. On a 200-instance validation sample of IMO-GradingBench, three cheap judges (GPT-OSS 120B, DeepSeek-V4 Flash, Gemma-4 31B) agree with human pass/fail decisions at rates statistically indistinguishable from Claude Opus 4.7 and Gemini 3.1 Pro, at up to $100\times$ lower cost. We had expected a majority vote of the three to be the best budget option; it matched the frontier but did not improve on its strongest member. Extending to the full 1000-instance benchmark and exploring consensus rules, we found that requiring unanimous agreement (all-three-pass) reaches the highest pass-agreement and precision and, on four replicate runs, the smallest run-to-run spread. The headline finding is that cheap judges are competitive with the frontier at one to two orders of magnitude lower cost; as a deployable default we recommend all-three-pass, with the caveat that this rule was identified post-hoc and warrants independent replication.
Chinese Translation
对自然语言数学证明的评分是评估数学推理系统中的一项重复性成本,而前沿的大型语言模型(LLM)评判者则成本高昂。我们探讨了廉价的开放权重模型在给定候选证明、真实证明和人工评分标准的情况下,是否可以作为可靠的评判者。在200个实例的IMO-GradingBench验证样本中,三位廉价评判者(GPT-OSS 120B、DeepSeek-V4 Flash、Gemma-4 31B)与人类的通过/失败决策达成的协议率在统计上与Claude Opus 4.7和Gemini 3.1 Pro无显著差异,且成本低至其的$100 imes$。我们原本预计三者的多数投票将是最佳的预算选项;结果与前沿模型相当,但并未超越其最强成员。扩展到完整的1000实例基准并探索共识规则后,我们发现要求一致同意(全员通过)能够达到最高的通过一致性和精确度,并且在四次重复运行中,运行间差异最小。我们的主要发现是,廉价评判者在成本低一到两个数量级的情况下与前沿模型具有竞争力;作为可部署的默认选项,我们推荐全员通过,但需注意该规则是在事后识别的,值得进行独立验证。
cs.CL / 2 / 2608.00005

RubricReviewer: From Direct Critique to Objective and Comprehensive Rubric-Driven Peer Review

RubricReviewer:从直接批评到客观全面的评分标准驱动的同行评审
Guo, Shuyu, Hu, Wenxiang, Zhao, Yuyue, Lyu, Yougang, Yan, Xiaohui
Abstract
Peer review at major venues is under unprecedented submission pressure, motivating the use of large language models (LLMs) as review assistants. Existing LLM-based reviewers, however, face two structural limitations. First, they map manuscripts directly to reviews, leaving the underlying rubric implicit and entangling its derivation with the judgement. Second, the prevailing paradigms each capture only half of a good review: training-free agents gather broad evidence but produce undirected critiques, while training-based reviewers inherit human discriminative judgement together with its noise and uneven coverage. We introduce RubricReviewer, a fully rubric-driven framework that addresses both limitations. It makes rubric generation an explicit intermediate step, so that both review generation and the final assessment are conditioned on paper-adaptive rubrics. It further combines a training-free agent (Scout) that gathers external evidence with a human-aligned trained model (Aligner) that consumes this evidence, fusing the strengths of both supervision sources. Experiments on real-world submissions show that RubricReviewer produces reviews that are markedly more comprehensive and more discriminative than prior systems, and exhibits the strongest robustness against adversarial prompt-injection attacks. Ablation studies further confirm the necessity of each component.
Chinese Translation
在主要学术会议上,同行评审面临前所未有的提交压力,这促使了大型语言模型(LLMs)作为评审助手的使用。然而,现有的基于LLM的评审者面临两个结构性限制。首先,它们将手稿直接映射到评审上,使得潜在的评分标准隐含在其中,并将其推导与判断纠缠在一起。其次,现有的评审范式各自只捕捉到良好评审的一半:无训练的代理收集广泛的证据但产生无方向的批评,而基于训练的评审者则继承了人类的判别判断及其噪声和不均匀覆盖。我们提出了RubricReviewer,一个完全基于评分标准的框架,解决了这两个限制。它将评分标准生成作为一个明确的中间步骤,使得评审生成和最终评估都依赖于适应论文的评分标准。它进一步结合了一个无训练的代理(Scout),该代理收集外部证据,以及一个与人类对齐的训练模型(Aligner),该模型消耗这些证据,融合了两种监督来源的优势。对真实世界提交的实验表明,RubricReviewer生成的评审明显比之前的系统更全面且更具区分性,并且在对抗性提示注入攻击方面表现出最强的鲁棒性。消融研究进一步确认了每个组件的必要性。
cs.CL / 3 / 2608.00007

MemoryForge: Synthesize Lifelong Memory for Human-Like LLM Agents

MemoryForge:为类人大型语言模型代理合成终身记忆
Tang, Bohan, Guo, Yiwen
Abstract
Equipping Large Language Models (LLMs) with human-like personas is crucial for agentic applications, such as role-play and user simulation. Traditional prompt-based methods rely on descriptive conditioning by injecting static textual profiles, which often makes agents show generic behaviors due to a lack of realistic life memory. To fill this gap, we introduce memory-based conditioning, a paradigm inspired by the cognitive psychology, which replaces abstract profiles with an autobiographical memory base, enabling frozen LLMs to dynamically retrieve situation-relevant memory to guide their behaviors. We formalize its enabling task as customized lifelong memory synthesis and propose MemoryForge, a novel framework to synthesize such lifelong memory from brief target personas. MemoryForge has three key components: a context generator for socio-historical grounding, a life organizer for developmental coherence toward the target identity, and a multi-resolution simulator that balances broad temporal summaries with high-fidelity episodic experiences. Experiments on PersonaGym for role-play and SimulatorArena for user-simulation, show that the synthesized memory base by MemoryForge enables frozen LLMs to exhibit more human-like behaviors than strong descriptive conditioning baselines across multiple metrics and LLM backbones.
Chinese Translation
为大型语言模型(LLMs)赋予类人个性对于代理应用(如角色扮演和用户模拟)至关重要。传统的基于提示的方法依赖于通过注入静态文本档案进行描述性条件化,这往往导致代理因缺乏真实的生活记忆而表现出通用行为。为填补这一空白,我们引入了基于记忆的条件化,这一范式受到认知心理学的启发,用自传式记忆库替代抽象档案,使得冻结的LLMs能够动态检索与情境相关的记忆来指导其行为。我们将其启用任务形式化为定制化的终身记忆合成,并提出MemoryForge,一个新颖的框架,用于从简短的目标个性中合成这种终身记忆。MemoryForge具有三个关键组件:用于社会历史基础的上下文生成器、用于朝向目标身份的发展的生活组织器,以及一个平衡广泛时间摘要与高保真情节体验的多分辨率模拟器。在PersonaGym上进行的角色扮演实验和在SimulatorArena上进行的用户模拟实验表明,MemoryForge合成的记忆库使得冻结的LLMs在多个指标和LLM骨干网络上表现出比强描述性条件化基线更类人的行为。
cs.CL / 4 / 2608.00009

AgentMemBench: A Systematic Benchmark for Evaluating Long-Term Memory Management Strategies in Conversational AI Agents

AgentMemBench:评估对话式人工智能代理长期记忆管理策略的系统基准
Cherif, Ahmed
Abstract
Long-term memory remains a critical bottleneck for conversational AI agents, whose finite context windows cannot support coherent recall across thousands of turns. We present AgentMemBench, a unified, reproducible benchmark evaluating five memory management strategies under identical conditions: in-context windowing (ICW), external key-value store (EKV), graph-based episodic memory (GEM), compression-based summarisation (CBS), and web-augmented memory (WAM). All are assessed across three public datasets covering long-term multi-session dialogue (LoCoMo), task-oriented document grounding (MultiDoc2Dial), and persona-grounded multi-session chat (MSC), using Recall@k, MRR, nDCG@k, Answer F1, an LLM-judge Faithfulness score, Memory Footprint, and Latency over 491 annotated question turns. Generation and judging both use Qwen2.5-7B-Instruct (4-bit), with greedy decoding for determinism. Our results show that (1) EKV dominates on every quality axis (macro Recall@5 0.792, MRR 0.677, F1 0.156, Faithfulness 0.354); (2) long-range recall is decisive: on LoCoMo, where the gold turn lies many sessions back, ICW, WAM, GEM, and CBS retrieve almost nothing (Recall@5 <= 0.005) while EKV alone reaches 0.573, showing that recency windows, summaries, and entity graphs collapse at long horizons and only dense retrieval scales; (3) CBS is the runner-up on retrieval (0.556); (4) WAM equals ICW on in-corpus recall by construction, since external results carry no in-corpus provenance; and (5) EKV's recall advantage carries a footprint cost (~5,100 vs ~300 tokens for ICW/WAM), an explicit accuracy-efficiency trade-off. We additionally evaluate two published memory systems (MemGPT/Letta, HippoRAG) against the same harness, and release all code, environment, and result artefacts for full reproducibility.
Chinese Translation
长期记忆仍然是对话式人工智能代理的一个关键瓶颈,其有限的上下文窗口无法支持跨越数千轮的连贯回忆。我们提出了AgentMemBench,这是一个统一的、可重复的基准,评估在相同条件下的五种记忆管理策略:上下文窗口(In-Context Windowing, ICW)、外部键值存储(External Key-Value Store, EKV)、基于图的情节记忆(Graph-based Episodic Memory, GEM)、基于压缩的摘要(Compression-based Summarisation, CBS)和网络增强记忆(Web-Augmented Memory, WAM)。所有策略在三个公共数据集上进行评估,这些数据集涵盖长期多会话对话(Long-term Multi-session Dialogue, LoCoMo)、任务导向的文档基础(Task-oriented Document Grounding, MultiDoc2Dial)和基于角色的多会话聊天(Persona-grounded Multi-session Chat, MSC),使用Recall@k、平均倒排率(Mean Reciprocal Rank, MRR)、归一化折现累计增益(Normalized Discounted Cumulative Gain, nDCG@k)、答案F1、LLM评估者的可信度得分、内存占用和491个标注问题轮次的延迟进行评估。生成和评估均使用Qwen2.5-7B-Instruct(4-bit),采用贪婪解码以确保确定性。我们的结果表明:(1)EKV在每个质量指标上均占据主导地位(宏观Recall@5为0.792,MRR为0.677,F1为0.156,可信度为0.354);(2)长期回忆至关重要:在LoCoMo上,金标准轮次距离当前会话较远,ICW、WAM、GEM和CBS几乎无法检索到任何内容(Recall@5 <= 0.005),而EKV单独达到0.573,表明近期窗口、摘要和实体图在长时间跨度下崩溃,只有密集检索能够扩展;(3)CBS在检索上位列第二(0.556);(4)由于外部结果不携带内部来源,WAM在语料库内回忆上与ICW相等;(5)EKV的回忆优势伴随有内存占用成本(约5100个令牌对比ICW/WAM的约300个令牌),这是一个明确的准确性与效率的权衡。此外,我们还对两个已发布的记忆系统(MemGPT/Letta,HippoRAG)进行了相同的评估,并发布了所有代码、环境和结果文档,以确保完全可重复性。
cs.CL / 5 / 2608.00011

DLLM-TTS: Block Discrete Diffusion Language Model for Text-to-Speech Synthesis

DLLM-TTS:用于语音合成的块离散扩散语言模型
Madha, Wasim, Mathur, Nityanand, Sayed, Hamees, Singh, Apoorv, Khurana, Sameer, Mandloi, Akshat, Kamath, Sudarshan
Abstract
Current text-to-speech systems face a trade-off: autoregres- sive codec language models produce highly intelligible speech but require large-scale models and training data and decode tokens sequentially, while non-autoregressive approaches im- prove speed at the cost of linguistic accuracy. We present DLLM-TTS, a framework that formulates TTS as conditional block discrete diffusion over X-Codec2 neural audio codec to- kens. The model decomposes sequences into blocks and applies masked diffusion within each block while processing blocks se- quentially, learning both local acoustic coherence and global text-speech alignment. During inference, parallel token pre- diction within blocks enables efficient generation with a real- time factor (RTF) of 0.15. A 0.6B-parameter model trained on 20K hours achieves competitive performance on the Seed- TTS-eval benchmark, demonstrating that block discrete diffu- sion language models enable practical and data-efficient speech synthesis with parallel generation.
Chinese Translation
当前的语音合成系统面临一个权衡:自回归编码器语言模型能够生成高度可懂的语音,但需要大规模的模型和训练数据,并且按顺序解码标记;而非自回归方法则在速度上有所提升,但以语言准确性为代价。我们提出了DLLM-TTS,一个将语音合成(TTS)形式化为条件块离散扩散的框架,基于X-Codec2神经音频编码器标记。该模型将序列分解为块,并在每个块内应用掩蔽扩散,同时顺序处理块,从而学习局部声学一致性和全局文本-语音对齐。在推理过程中,块内的并行标记预测实现了高效生成,实时因子(RTF)为0.15。一个在20K小时数据上训练的0.6B参数模型在Seed-TTS-eval基准测试中达到了竞争力的表现,证明了块离散扩散语言模型能够实现实用且数据高效的语音合成,并支持并行生成。
cs.CL / 6 / 2608.00012

Obshazard-bench: Benchmarking Multimodal Foundation Models for Real-Time Disaster Intelligence from Raw Earth Observation Streams

Obshazard-bench:基于原始地球观测流的实时灾害智能多模态基础模型基准测试
Wang, Fengxiang, Yu, Qiuyang, Li, Yueying, Chen, Mingshuo, Fei, Chengchi, Xu, Kaiyi, Gu, Lixin, Wei, Wangxu, Gong, Junchao, Ma, Lipeng, Wang, Jiong, Ling, Fenghua, Zhang, Wenlong, Yang, Xue, Yang, Wenjing, Fei, Ben, Lan, Long
Abstract
Multimodal Large Language Models (MLLMs) are increasingly used to interpret Earth observation data, yet their capability to support real-world disaster emergency response remains insufficiently evaluated. Existing remote sensing benchmarks largely rely on static, post-hoc, and expert-processed products, such as gridded reanalysis data, which are difficult to align with operational disaster scenarios where hazards evolve rapidly and decisions must be made under strict time constraints. To bridge this gap, we introduce Obshazard-bench, a real-time, observation-driven benchmark for evaluating disaster intelligence in MLLMs. Unlike image-centric or post-event benchmarks, Obshazard-bench directly integrates raw, high-frequency satellite sounding streams from diverse satellite sensors with concurrent ground-station observations, historical disaster records, and socio-economic indicators, bypassing delayed expert-processing and physical-inversion pipelines. The benchmark covers 8 major disaster categories and 28 sub-categories across more than 60 countries, incorporating over 120 historically documented extreme-event cases and thousands of lifecycle-oriented VQA samples. Moreover, Obshazard-bench further defines a three-stage evaluation taxonomy aligned with the operational disaster workflow: Predictive Crisis Anticipation for pre-disaster risk detection and early forecasting, Active Evolution Reasoning for in-situ disaster tracking and termination prediction, and Multi-faceted Impact Quantification for post-disaster magnitude deduction, humanitarian burden estimation, and socio-economic impact assessment. Experiments on representative general-purpose and Earth-focused foundation models reveal substantial limitations in transforming raw multi-channel physical observations into temporally grounded and decision-relevant disaster reasoning.
Chinese Translation
多模态大型语言模型(MLLMs)在解读地球观测数据方面的应用日益增多,但其在支持现实世界灾害应急响应方面的能力仍然未得到充分评估。现有的遥感基准测试主要依赖静态的、事后处理的专家产品,如网格化重分析数据,这些数据难以与快速演变的灾害场景对齐,而在这些场景中,决策必须在严格的时间限制下进行。为填补这一空白,我们引入了Obshazard-bench,这是一个实时的、以观测为驱动的基准,用于评估MLLMs中的灾害智能。与以图像为中心或事后事件基准不同,Obshazard-bench直接整合来自多种卫星传感器的原始高频卫星探测流,与同时的地面站观测、历史灾害记录和社会经济指标相结合,避免了延迟的专家处理和物理反演流程。该基准涵盖了8个主要灾害类别和28个子类别,涉及60多个国家,包含120多个历史记录的极端事件案例和数千个生命周期导向的视觉问答(VQA)样本。此外,Obshazard-bench进一步定义了与操作灾害工作流程相一致的三阶段评估分类法:预测危机预警用于灾前风险检测和早期预报,主动演变推理用于现场灾害跟踪和终止预测,以及多维影响量化用于灾后规模推断、人道主义负担估算和社会经济影响评估。在对代表性的通用和以地球为中心的基础模型进行实验时,发现将原始多通道物理观测转化为时间上有据和与决策相关的灾害推理存在显著局限性。
cs.CL / 7 / 2608.00013

What Transfers from Text to Vision? Capability Scaling Laws and Transfer Dynamics for VLMs

文本到视觉的迁移是什么?视觉语言模型的能力扩展规律与迁移动态
Li, Ziran, Wang, Qiang, Chen, Zhengyu, Lei, Shanglin, Chen, Borun, Wang, Jingang, Cai, Xunliang
Abstract
Choosing the right large language model (LLM) backbone is the most consequential decision when building a vision-language model (VLM), yet it remains fundamentally unprincipled: compute-based scaling laws fail to generalize across model families, and no framework exists for directly predicting VLM performance before training begins. We propose the Capability-Driven Multimodal Scaling Law, the first cross-family framework that predicts VLM benchmark accuracy from directly observable textual capability. Given a low-dimensional capability score $S$ extracted from LLM textual benchmarks via PCA, we model VLM performance as a function of $S$, with a per-backbone transfer rate and an absorption rate that quantifies data-scaling efficiency. To fit and validate the framework, we train over 150 VLMs on 34 LLMs spanning 7 model families under a strictly controlled recipe. Evaluations on more than 200 textual and 50 multimodal benchmarks show that the law accurately extrapolates transfer rate from models up to 8B parameters to 72B-scale backbones, predicts full VLM training trajectories with high fidelity, and generalizes to entirely held-out model families. Beyond the scaling law, our analysis surfaces actionable insights: certain textual benchmarks negatively correlate with multimodal performance, exposing latent benchmark-gaming behavior; base LLMs outperform instruction-tuned counterparts as VLM backbones due to higher absorption rates and lower data-scaling decay; and different model families occupy distinct positions in the transfer--absorption space. The framework turns backbone selection from costly empirical sweeps into a principled, quantitative decision. Code and data are available at https://github.com/wangq-dev/CDMScaling.
Chinese Translation
在构建视觉语言模型(VLM)时,选择合适的大型语言模型(LLM)骨干是最重要的决策,但这一过程仍然缺乏原则性:基于计算的扩展规律无法在模型家族之间进行推广,且在训练开始之前没有直接预测VLM性能的框架。我们提出了能力驱动的多模态扩展规律,这是第一个跨家族框架,能够从直接可观察的文本能力预测VLM基准准确性。给定通过主成分分析(PCA)从LLM文本基准提取的低维能力分数$S$,我们将VLM性能建模为$S$的函数,并设定每个骨干的迁移率和量化数据扩展效率的吸收率。为了拟合和验证该框架,我们在严格控制的配方下,基于34个LLM训练了超过150个VLM,涵盖7个模型家族。在超过200个文本和50个多模态基准上的评估表明,该规律能够准确推断从最多8B参数的模型到72B规模骨干的迁移率,高保真地预测完整的VLM训练轨迹,并能够推广到完全未见过的模型家族。除了扩展规律外,我们的分析还提供了可操作的见解:某些文本基准与多模态性能呈负相关,揭示了潜在的基准游戏行为;基础LLM因其更高的吸收率和更低的数据扩展衰减而在作为VLM骨干时优于经过指令调优的对应模型;不同模型家族在迁移-吸收空间中占据不同的位置。该框架将骨干选择从成本高昂的经验搜索转变为一个有原则的定量决策。代码和数据可在 https://github.com/wangq-dev/CDMScaling 获取。
cs.CL / 8 / 2608.00023

Role Steering of Language Models for Social Simulations

语言模型在社会模拟中的角色引导
Song, Isaac, Parwani, Mohammed Rehan, Matlin, Glenn, Anand, Emile, Theerthala, Akhil, Chatterjee, Arjun, Kostylew, Maria, Shavit, Yonadav G., Krier, Sebastien, Riedl, Mark
Abstract
Social simulations built from language-model agents need role-conditioned behavior that can be checked before agents are placed into a simulated population. We introduce an activation-steering screening workflow for role-conditioned agents: define a role profile, extract a role-specific direction, sweep four steering coefficients, evaluate role-profile alignment, and pass or flag each candidate configuration. On OLMo-3-7B-Instruct, we apply the workflow to a mixed 275-role inventory with 228 role-agnostic questions, GPT-4.1-mini prompted role references, and GPT-4.1-mini judges. Role-specific directions receive higher judged role-profile alignment than an assistant-axis directional control from prior persona-vector work, with mean overall scores of 63.2 versus 41.1 across the tested grid. They also preserve high lexical diversity, while the control drops sharply at larger coefficients. The role-level screen is the main practical output: most roles improve as steering increases, but 38 roles decline across all six measured dimensions, showing why simulation builders should choose coefficients per role rather than deploy a uniform high-strength setting. We make our code and evaluation artifacts available at https://anonymous.4open.science/r/anonymous-research-code-5F03/.
Chinese Translation
基于语言模型代理的社会模拟需要具备角色条件的行为,这种行为在将代理放入模拟人群之前需要进行检查。我们引入了一种激活引导筛选工作流程,用于角色条件代理:定义角色档案,提取角色特定方向,调整四个引导系数,评估角色档案的一致性,并对每个候选配置进行通过或标记。在 OLMo-3-7B-Instruct 上,我们将该工作流程应用于一个包含 275 个角色的混合库存,配备 228 个与角色无关的问题、GPT-4.1-mini 提示的角色参考和 GPT-4.1-mini 评审。角色特定方向的评估结果显示,其角色档案一致性评分高于先前基于人设向量工作的助手轴向控制,测试网格的平均总体得分分别为 63.2 对 41.1。角色特定方向还保持了较高的词汇多样性,而控制在较大系数下急剧下降。角色级别筛选是主要的实际输出:大多数角色在引导增加时表现改善,但有 38 个角色在所有六个测量维度上均出现下降,这表明模拟构建者应根据角色选择系数,而不是采用统一的高强度设置。我们将我们的代码和评估文档提供在 https://anonymous.4open.science/r/anonymous-research-code-5F03/。
cs.CL / 9 / 2608.00024

Exploring More to Solve More: Boosting Diversity in Text Diffusion Models via Entropy-Based Guidance

探索更多以解决更多:通过基于熵的引导提升文本扩散模型的多样性
Zhang, Jingwei, Lei, Haoyu, Feng, Zijin, Sun, Jiacheng, Farnia, Farzan
Abstract
Although diffusion models have revolutionized continuous domains like image synthesis through high quality generations and controllable guidance mechanisms, bringing this controllability to the discrete, sequential nature of text remains an open challenge. Meanwhile, current sampling strategies and guidance methods adjust token likelihoods without capturing the broader semantic landscape, leading to a suboptimal balance between fidelity and diversity. In this work, we introduce a novel training-free Semantic-Aware Kernel Entropy (SAKE) guidance method. Our method computes the order-2 R\'enyi entropy over a kernel Gram matrix that captures both cross-token semantic interactions and relative token positions. By linearizing this objective in the embedding space, we derive a tractable guidance signal that dynamically adjusts the sampling distribution, flattening it to encourage exploration during redundancy and sharpening it for fidelity when diverse. Empirical experiments demonstrate that our approach achieves a superior Pareto frontier between fidelity and diversity, and improves multi-sample performance on reasoning-intensive tasks, such as code and mathematics generation, compared to temperature scaling and discrete guidance baselines.
Chinese Translation
尽管扩散模型通过高质量生成和可控引导机制在图像合成等连续领域取得了革命性进展,但将这种可控性引入文本的离散序列特性仍然是一个未解决的挑战。同时,当前的采样策略和引导方法调整了令牌的可能性,却未能捕捉更广泛的语义景观,导致在保真度和多样性之间的平衡不理想。在本研究中,我们提出了一种新颖的无训练语义感知核熵(Semantic-Aware Kernel Entropy, SAKE)引导方法。我们的方法计算了一个核Gram矩阵上的二阶R'enyi熵,该矩阵捕捉了跨令牌的语义交互和相对令牌位置。通过在嵌入空间中线性化这一目标,我们推导出一个可处理的引导信号,该信号动态调整采样分布,在冗余时使其平坦以鼓励探索,在多样性时使其变尖以提高保真度。实证实验表明,我们的方法在保真度和多样性之间实现了更优的Pareto前沿,并且在推理密集型任务(如代码和数学生成)上,相较于温度缩放和离散引导基线,提升了多样本性能。
cs.CL / 10 / 2608.00030

SLMs as Multi-Agent Routers: A Progressive SFT and Reinforcement Learning Approach

将语言模型作为多智能体路由器:一种渐进式的监督微调与强化学习方法
Kondapalli, Gayathri V, Ng, Alexander, Pithadia, Hirsh, Monish, Rahul, Yorke, Harvey, Kayhani, Amir
Abstract
Specialised retrieval agents typically surface higher quality results than general-purpose search, but selecting the optimal agent for a given query remains an open problem. Current approaches route queries based on inferred topic or intent, however intent-based selection is fundamentally limited: it does not incorporate signal from retrieved content, and cannot detect when a topically aligned agent produces low-relevance results. We address this by training a small language model via supervised fine-tuning followed by reinforcement learning to jointly perform agent selection and structured parameter generation for downstream tool calls, using a hierarchical reward function grounded in retrieval relevance along with query-agent topic alignment. This enables the model to learn task-dependent agent suitability from retrieval performance: which agents reliably yield high-relevance results for which query distributions, and when to redirect queries away from specialised agents despite surface-level topical overlap. On a targeted subset of such agent-query mismatches, the trained model achieves an NDCG@10 of 0.918 compared to 0.539 and 0.490 for two LLM baselines (Amazon Nova Lite and Claude Haiku 4.5) that route on intent alone. Overall, it achieves a mean NDCG@10 of 0.771 (+0.177 over Nova Lite, +0.219 over Haiku) with a mean selection latency of 120.1ms, an 82.4% reduction over Nova Lite.
Chinese Translation
专门的检索代理通常能够提供比通用搜索更高质量的结果,但为给定查询选择最佳代理仍然是一个未解决的问题。目前的方法基于推断的主题或意图来路由查询,然而基于意图的选择在根本上是有限的:它不考虑检索内容的信号,并且无法检测到当一个主题对齐的代理产生低相关性结果时的情况。我们通过训练一个小型语言模型,采用监督微调后再进行强化学习,来共同执行代理选择和结构化参数生成,以便进行下游工具调用,使用基于检索相关性的层次奖励函数以及查询-代理主题对齐。这使得模型能够从检索性能中学习任务依赖的代理适用性:哪些代理在特定查询分布下可靠地产生高相关性结果,以及何时尽管表面上存在主题重叠也要将查询重定向到其他代理。在这样的一组目标代理-查询不匹配中,训练后的模型在 NDCG@10 上达到了 0.918,而仅基于意图路由的两个大语言模型基线(Amazon Nova Lite 和 Claude Haiku 4.5)的 NDCG@10 分别为 0.539 和 0.490。总体而言,该模型的平均 NDCG@10 达到了 0.771(比 Nova Lite 提高了 0.177,比 Haiku 提高了 0.219),平均选择延迟为 120.1 毫秒,比 Nova Lite 减少了 82.4%。
cs.CL / 11 / 2608.00036

XL-DocBench: Benchmarking Evidence-Grounded Extra-Long Document Understanding

XL-DocBench:基于证据的超长文档理解基准测试
Wei, Hongchen, Wang, Yuanzhe, Liu, Bei, Yang, Yifan, Dai, Qi, Ma, Ruichun, Qiu, Kai, Li, Yunsheng, Chen, Dongdong, Luo, Chong, Chen, Zhenzhong, Guo, Baining
Abstract
Real-world document tasks often ask professionals to answer questions from annual reports, regulations, clinical guidelines, and technical manuals that span hundreds or thousands of pages. Some questions also require comparing related reports. Reliable long-document understanding is therefore a prerequisite for using LLMs in compliance, clinical, financial, and engineering workflows, where decisions must be traceable to specific evidence pages and the cost of an unsupported answer is high -- yet most existing benchmarks still measure short-context or single-page QA. We introduce XL-DocBench, a fully human-verified benchmark for extra-long document understanding, with 1,519 retained questions from six professional domains and contexts up to 2,303 pages. XL-DocBench goes beyond page-level lookup. 1,103 examples (72.6\%) use multiple evidence pages. The final set also includes 556 questions (36.6\%) that use tables, charts, or figures, and 165 questions (10.9\%) that require evidence from multiple documents. Each question has one of twelve reasoning labels, expert-annotated evidence pages, a typed verification rule, and an answer format, including 218 None-answer cases. We build the benchmark with a tree-guided synthesis pipeline followed by artifact filters and full verification by 194 human experts. By coupling extra-long professional contexts with page-level evidence and typed rules, XL-DocBench fills a gap left by prior single-page, short multi-page, or text-only long-context benchmarks, and lets future work attribute system failures to retrieval, evidence use, or rule following rather than to a single leaderboard score. The results show that current systems still struggle with long contexts, multi-page evidence, and structured reasoning over professional documents.
Chinese Translation
现实世界中的文档任务通常要求专业人员从涵盖数百或数千页的年度报告、法规、临床指南和技术手册中回答问题。有些问题还需要比较相关报告。因此,可靠的长文档理解是将大型语言模型(LLMs)应用于合规、临床、金融和工程工作流程的前提条件,这些工作流程中的决策必须能够追溯到特定的证据页面,而不支持的答案所带来的成本是高昂的——然而,大多数现有基准仍然测量短上下文或单页问答。我们引入了XL-DocBench,这是一个经过全面人工验证的超长文档理解基准,包含来自六个专业领域的1,519个保留问题,文档长度可达2,303页。XL-DocBench超越了页面级查找。1,103个示例(72.6%)使用了多个证据页面。最终集还包括556个问题(36.6%)使用了表格、图表或图形,以及165个问题(10.9%)需要来自多个文档的证据。每个问题都有十二种推理标签之一、专家标注的证据页面、类型化的验证规则和答案格式,包括218个无答案案例。我们通过树引导合成管道构建了该基准,随后进行了文物过滤和194名人类专家的全面验证。通过将超长专业上下文与页面级证据和类型化规则相结合,XL-DocBench填补了先前单页、短多页或仅文本长上下文基准留下的空白,并使未来的工作能够将系统失败归因于检索、证据使用或规则遵循,而不是单一的排行榜分数。结果表明,当前系统在处理长上下文、多页证据和对专业文档的结构化推理方面仍然存在困难。
cs.CL / 12 / 2608.00042

Trustworthiness Costs of Domain Adaptation in Small Language Models:A Cross-Architecture Empirical Study

小语言模型领域适应的可信度成本:跨架构实证研究
Paramkusham, Ramesh B.
Abstract
Domain adaptation of small language models (SLMs) has emerged as a practical strategy for deploying capable NLP systems in resource-constrained, high-stakes environments including healthcare, legal services, and financial analysis. While performance gains from parameter-efficient fine-tuning are well characterised, the corresponding impact on trustworthiness (factual calibration and adversarial robustness) remains poorly understood. This paper presents the first systematic cross-domain, cross-architecture empirical study quantifying the trustworthiness cost of domain adaptation across three SLM architectures (TinyLlama 1B, Gemma-2 2B, Llama 3.2 1B), three domains (healthcare, legal, finance), two training-data conditions (benign and adversarially perturbed), and four fine-tuning strategies (baseline LoRA, Safety-DPO, Dark Experience Replay, and Task Arithmetic LoRA, TA-LoRA). Trustworthiness is evaluated through TruthfulQA MC2 (factual calibration) and HarmBench ASR (adversarial robustness) across all 216 experimental configurations with three random seeds. Three principal findings emerge. First, baseline QLoRA domain adaptation produces minimal TruthfulQA MC2 change across all model-domain combinations (mean |Delta TQA| < 0.02). Second, adversarially perturbed training data consistently improves domain adaptation quality (Delta loss approximately -0.040) without worsening trustworthiness benchmarks. Third, none of the three safety-preserving strategies reduced adversarial harm susceptibility: Safety-DPO was effectively neutral (mean Delta ASR < 0.001), while Dark ER and TA-LoRA increased mean HarmBench ASR by +0.171 and +0.155 respectively in safety-aligned models (Gemma-2 2B, Llama 3.2 1B), with individual configurations exceeding +0.45. These results challenge the assumption that replay-based and arithmetic-merge strategies transfer alignment to domain-adapted SLMs.
Chinese Translation
小语言模型(SLMs)的领域适应已成为在资源有限、高风险环境中(包括医疗、法律服务和金融分析)部署高效自然语言处理系统的实用策略。尽管参数高效微调带来的性能提升已被充分描述,但其对可信度(事实校准和对抗鲁棒性)的相应影响仍然不甚清楚。本文首次系统性地进行跨领域、跨架构的实证研究,量化了在三种小语言模型架构(TinyLlama 1B、Gemma-2 2B、Llama 3.2 1B)、三个领域(医疗、法律、金融)、两种训练数据条件(良性和对抗性扰动)以及四种微调策略(基线 LoRA、安全 DPO、黑暗经验重放和任务算术 LoRA,TA-LoRA)下领域适应的可信度成本。通过 TruthfulQA MC2(事实校准)和 HarmBench ASR(对抗鲁棒性)评估可信度,涵盖216个实验配置和三个随机种子。研究得出三个主要发现。首先,基线 QLoRA 领域适应在所有模型-领域组合中产生的 TruthfulQA MC2 变化最小(平均 |Delta TQA| < 0.02)。其次,对抗性扰动的训练数据始终改善领域适应质量(Delta 损失约为 -0.040),而不降低可信度基准。第三,三种保护安全的策略均未减少对抗性伤害的易感性:安全 DPO 实际上是中性的(平均 Delta ASR < 0.001),而黑暗经验重放和 TA-LoRA 在安全对齐模型(Gemma-2 2B、Llama 3.2 1B)中分别增加了平均 HarmBench ASR +0.171 和 +0.155,个别配置超过 +0.45。这些结果挑战了基于重放和算术合并策略将对齐转移到领域适应的小语言模型的假设。
cs.CL / 13 / 2608.00045

Predicting Startup Exit from Textual Descriptors - A Computational Linguistics Framework

从文本描述预测创业公司退出 - 一种计算语言学框架
Saruggia, Alberto M. G., Germano, Sebastien
Abstract
This study shows that textual descriptors alone can predict early-stage startup success, defined as Exit, without relying on contextual, financial, or human capital variables. Using venture capital-curated datasets covering 7,419 startups over 20 years, the research isolates text-based framing variables and engineers 850 features through startup narrative mapping. Data subsets and vector embeddings are evaluated for statistical significance, followed by supervised machine learning experiments across six models. LightGBM achieved the highest predictive performance (F1 = 0.48), while textual descriptors alone achieved F1 = 0.30, confirming the standalone predictive value of founder narratives. Feature analysis shows that optimized densities of hyping markers, including adjectives, jargon, and buzzwords, are associated with higher Exit probability, whereas excessive statement or name length reduces it. The study also introduces a quantifiable Hyping Score for venture capital applications, demonstrating that startup framing provides measurable signals for predicting Exit under conditions of high information asymmetry.
Chinese Translation
本研究表明,仅凭文本描述即可预测早期创业公司的成功,定义为退出(Exit),而无需依赖上下文、财务或人力资本变量。通过使用涵盖7419家创业公司、历时20年的风险投资策划数据集,研究隔离了基于文本的框架变量,并通过创业叙事映射工程化了850个特征。对数据子集和向量嵌入进行了统计显著性评估,随后在六个模型上进行了监督机器学习实验。LightGBM模型达到了最高的预测性能(F1 = 0.48),而仅使用文本描述的F1值为0.30,确认了创始人叙事的独立预测价值。特征分析显示,优化的炒作标记密度,包括形容词、行话和流行词,与更高的退出概率相关,而过长的陈述或名称则降低了退出概率。该研究还引入了一个可量化的炒作评分(Hyping Score),用于风险投资应用,证明创业公司的框架提供了在高信息不对称条件下预测退出的可测量信号。
cs.CL / 14 / 2608.00059

Neural Circuit Function Inference with LLMs

使用大型语言模型推断神经电路功能
Yin, Yijie, Cardona, Albert
Abstract
The success of connectome mapping now shifts the challenge of understanding the nervous system to the interpretation of neural circuits. Here, we devise a new automated method, LLantia (LLM automated neural circuit inference and analysis), to systematically infer neural circuit function and the role of its component neural cell types. Our approach distills descriptions of cell type function from the literature and, in combination with the connectome, then infers the function for all other cell types, which serves as a basis for subsequent neural circuit function inference. Results are structured hierarchically, with different possible circuit functions organised under multiple possible behavioural and physiological contexts, and each circuit function composed of subcircuit descriptions alongside relevant cell types to facilitate both backtracking to known, published information and support further experimental research. We illustrate our method by inferring cell type function for all cell types of the adult fruit fly brain and for select broader circuits within, and validate our findings, including by cross-checking with literature published after the release date of our analysis.
Chinese Translation
连接组图谱的成功使得理解神经系统的挑战转向了神经电路的解释。在此,我们设计了一种新的自动化方法,LLantia(LLM自动化神经电路推断与分析),以系统性地推断神经电路功能及其组成神经细胞类型的角色。我们的方法从文献中提炼出细胞类型功能的描述,并结合连接组推断所有其他细胞类型的功能,为后续的神经电路功能推断提供基础。结果以层次结构组织,不同的电路功能在多种可能的行为和生理背景下进行分类,每个电路功能由子电路描述及相关细胞类型组成,以便于回溯已知的、已发表的信息,并支持进一步的实验研究。我们通过推断成年果蝇大脑中所有细胞类型的功能以及其中一些更广泛电路的功能来说明我们的方法,并通过与我们分析发布后文献的交叉验证来验证我们的发现。
cs.CL / 15 / 2608.00123

LLM-OSDA: An Optimal-Stopping Dynamic Auction for Native Advertising in Multi-Turn LLM Conversations

LLM-OSDA:多轮LLM对话中原生广告的最优停止动态拍卖
Fang, Yan, Chen, Jialin, Gan, Chun, Yu, Hang, Nie, Mingjun, Zhang, Yeyu, He, Fengxiang, Law, Ching
Abstract
LLM-native advertising embeds sponsored content directly into model-generated responses, shifting the unit of sale from a fixed slot to a moment within an evolving conversation. Existing LLM ad-auction mechanisms primarily operate within a single response, settling the winner but not the timing. The extension is nontrivial: with one native insertion opportunity per session, the stopping time depends on bids, coupling timing with allocation, so static truthfulness arguments no longer apply. We propose the LLM-based Optimal Stopping Dynamic Auction (LLM-OSDA), a dynamic cost-per-click auction that integrates Bellman optimal stopping, winner allocation, and envelope pricing. A bid-independent LLM layer estimates contextual click quality and seamlessly renders the winning ad, while bids enter only the committed auction mechanism. Under an exact Bellman oracle, the expected discounted-click allocation is monotone in each advertiser's bid, and the corresponding envelope payment makes truthful bidding weakly dominant in expectation. For practical deployment, a learned StopNet approximates the Bellman action values. We show that its decisions differ from the optimal policy only near the stopping boundary and bound the resulting incentive loss in terms of its approximation error. Experiments on a simulated conversational advertising corpus show that LLM-OSDA improves net revenue by 11 percent over the strongest fixed-timing baseline while maintaining comparable user retention. Code is at https://github.com/2025Fang2025/llm-osda.
Chinese Translation
LLM-原生广告将赞助内容直接嵌入模型生成的响应中,将销售单位从固定的广告位转变为不断演变对话中的一个时刻。现有的LLM广告拍卖机制主要在单一响应内运作,确定赢家但不确定时机。这一扩展并非微不足道:在每个会话中只有一个原生插入机会,停止时间依赖于出价,将时机与分配结合,因此静态真实度论证不再适用。我们提出了基于LLM的最优停止动态拍卖(LLM-OSDA),这是一种动态按点击付费的拍卖,集成了贝尔曼最优停止、赢家分配和信封定价。一个与出价无关的LLM层估计上下文点击质量,并无缝呈现获胜广告,而出价仅进入已承诺的拍卖机制。在精确的贝尔曼神谕下,期望的折现点击分配在每个广告主的出价中是单调的,相应的信封支付使得真实出价在期望上弱主导。为了实际部署,一个学习的StopNet近似贝尔曼行动值。我们表明,其决策仅在停止边界附近与最优策略不同,并在其近似误差方面界定了由此产生的激励损失。对模拟对话广告语料库的实验表明,LLM-OSDA在保持用户留存率相当的同时,净收入比最强固定时机基线提高了11%。代码可在 https://github.com/2025Fang2025/llm-osda 获取。
cs.CL / 16 / 2608.00146

DiffusionGemma Technical Report

DiffusionGemma 技术报告
DiffusionGemma Team, Taïga, Adrien Ali, Assiene, James, Calandriello, Daniele, Chaabouni, Rahma, Gante, João, von Glehn, Tamara, Keating, Nate, Knutsen, Chris, Kukla, Martin, Liu, Tianlin, Lobov, Ivan, Nabati, Ofir, Oliveira, João Gabriel, Perez-Nieves, Nicolas, Prutianova, Nastasia, Shahriari, Bobak, Tarbouriech, Jean, Tyletski, Pavel, Ünlü, Çağlar, Wu, Cindy, Cameron, Glenn, Connor, Jerome, Girgin, Sertan, Grootendorst, Maarten, Levkovitch, Alon, Nachmani, Eliya, Sanseviero, Omar, Stanczyk, Piotr, Berthet, Quentin, Campbell, Andrew, Crepy, Clément, De Bortoli, Valentin, Doucet, Arnaud, Elie, Romuald, Galashov, Alexandre, Greff, Klaus, Jacq, Alexis, Ruhe, David, Wu, Yu-Han, Flennerhag, Sebastian, O'Donoghue, Brendan, Scrivener, George, Thakoor, Shantanu
Abstract
We introduce DiffusionGemma, an experimental open-weight language model that uses discrete diffusion to generate text at exceptionally high speed. Rather than decoding one token at a time, DiffusionGemma iteratively refines blocks of 256 tokens in parallel, avoiding the sequential decoding bottleneck of conventional autoregressive (AR) large language models. Instead of training from scratch, we obtain DiffusionGemma by fine-tuning the mixture-of-experts Gemma 4 model with 3.8B activated and 25.2B total parameters. Our compute-efficient two-stage training pipeline uses fewer than 10% of the starting AR model's total training token budget. The first stage uses supervised fine-tuning to teach bidirectional denoising, while the second stage combines reinforcement learning with sampler distillation to jointly improve generation quality and inference efficiency. DiffusionGemma establishes a new Pareto frontier for the trade-off between generation speed and model capability. Averaged across our full evaluation suite, it generates around 20 tokens per forward pass and achieves roughly 1,500 output tokens per second on a single NVIDIA H100 GPU, which is substantially faster than AR models even with state-of-the-art speculative decoding. DiffusionGemma also retains the starting model's support for thinking mode, multimodal inputs, and long contexts. Despite diffusion fine-tuning, it remains capable of AR generation with only minor performance degradation, suggesting a path toward hybrid diffusion-AR decoding.
Chinese Translation
我们介绍了 DiffusionGemma,这是一种实验性的开放权重语言模型,利用离散扩散以极高的速度生成文本。与传统自回归(AR)大型语言模型逐个解码的方式不同,DiffusionGemma 通过并行迭代细化 256 个标记的块,避免了顺序解码的瓶颈。我们并不是从头开始训练,而是通过对激活了 38 亿参数和总计 252 亿参数的专家混合模型 Gemma 4 进行微调来获得 DiffusionGemma。我们的计算高效的两阶段训练流程使用了不到 10% 的初始 AR 模型的总训练标记预算。第一阶段使用监督微调来教授双向去噪,而第二阶段结合了强化学习和采样器蒸馏,以共同提高生成质量和推理效率。DiffusionGemma 为生成速度与模型能力之间的权衡建立了新的帕累托前沿。在我们的完整评估套件中,平均每次前向传播生成约 20 个标记,并在单个 NVIDIA H100 GPU 上达到约 1500 个输出标记每秒,这比即使是最先进的投机解码的 AR 模型还要快得多。DiffusionGemma 还保留了起始模型对思维模式、多模态输入和长上下文的支持。尽管进行了扩散微调,但它仍然能够进行 AR 生成,且性能仅有轻微下降,这表明了向混合扩散-AR 解码的路径。
cs.CL / 17 / 2608.00180

A Constitution-Grid Instrument for Data-Efficient RL Alignment (C-Guard)

一种用于数据高效强化学习对齐的宪法网格工具 (C-Guard)
Zhang, Lily
Abstract
Conflicting objectives are general in RL alignment, and training on them data-efficiently is hard. Training a safety guard with RL means optimizing two objectives that conflict: catch real harm, and do not refuse benign prompts. Our finding is that over-refusal improves 22.4% to 12.8%, while under-refusal on adversarial attacks silently worsens 0.27 to 0.33. We present C-Guard, a constitution-grid instrument that generates the RL training data, and C-LIM, a per-cell learnability score that decides each cell's move: prune, densify, amend, expand. C-LIM flags the dead-weight data region before any training budget is spent: 187 untargeted rows had bought zero gain, and our method lifts the same region's learning impact 0.733 to 0.80. Code and the constitution are open-sourced.
Chinese Translation
在强化学习对齐中,冲突目标是普遍存在的,而在这些目标上进行数据高效的训练是困难的。使用强化学习训练安全守卫意味着优化两个相互冲突的目标:捕捉真实危害,并且不拒绝良性提示。我们的发现是,过度拒绝的改善幅度为22.4%至12.8%,而在对抗攻击下的拒绝不足则默默恶化了0.27至0.33。我们提出了C-Guard,一种生成强化学习训练数据的宪法网格工具,以及C-LIM,一种每个单元的可学习性评分,用于决定每个单元的操作:修剪、密集、修正、扩展。C-LIM在任何训练预算花费之前标记出无效数据区域:187个无目标行未带来任何收益,而我们的方法将同一区域的学习影响提升了0.733至0.80。代码和宪法已开源。
cs.CL / 18 / 2608.00205

Averaging Bias: Human Faithfulness Annotations are not Locally Faithful

平均偏差:人类信度标注并不局部忠实
Zhang, Huajian, Feng, Yiyang, Zhou, Jiawei
Abstract
Evaluation of faithfulness of text summarization treats a model generated summary as faithful only if every of its sentences is supported by the source document: a strict conjunctive rule under which a single unsupported sentence makes the whole summary unfaithful. Yet most faithfulness benchmarks collect only one global human annotation label per summary. We ask whether such global human labels actually implement the conjunctive rule. We hypothesize that annotators may accept a summary as faithful when most sentences are faithful, not only when all are faithful. To test our hypothesis, we use five large language model (LLM) judges as per-sentence raters across four widely used faithfulness benchmarks. We find that global human labels correlate better with the average of per-sentence LLM judgments than with the implementation of the strict conjunctive rule. A manual review confirms that a substantial fraction of summaries labeled faithful by humans contain genuine local factual errors. We call this tendency Averaging Bias. Our results reveal that human labels on widely used faithfulness benchmarks contain measurable Averaging Bias, calling for carefully structured designs for trustworthy human annotations
Chinese Translation
文本摘要的信度评估认为,只有当模型生成的摘要中的每个句子都得到源文档的支持时,该摘要才被视为忠实:这是一个严格的合取规则,在这个规则下,任何一个不被支持的句子都会使整个摘要变得不忠实。然而,大多数信度基准每个摘要仅收集一个全局的人类标注标签。我们询问这样的全局人类标签是否真正实施了合取规则。我们假设,当大多数句子是忠实时,标注者可能会接受一个摘要为忠实,而不仅仅是在所有句子都忠实的情况下。为了验证我们的假设,我们使用五个大型语言模型(LLM)评审者作为逐句评分者,评估四个广泛使用的信度基准。我们发现,全局人类标签与逐句LLM判断的平均值的相关性优于与严格合取规则的实施的相关性。手动审查确认,标记为忠实的摘要中有相当一部分包含真实的局部事实错误。我们称这种倾向为平均偏差。我们的结果揭示,广泛使用的信度基准上的人类标签包含可测量的平均偏差,这呼吁对可信的人类标注进行精心设计。
cs.CL / 19 / 2608.00207

Bridging the English-Arabic Medical Knowledge Gap: Targeted Low-Rank Adaptation via Causal Layer Selection

弥合英语-阿拉伯语医学知识差距:通过因果层选择的定向低秩适应
Abouzahir, Chaimae, Khan, Musa, Ali-Hassan, Hala, Ma, Congbo, Saleh, Khaled, Sadqi, Yousra, Mallat, Jihad, Al-Eisawi, Walid, Habash, Nizar, Shamout, Farah E.
Abstract
Large Language Models (LLMs) perform strongly in English medical tasks but degrade substantially in Arabic, a gap widely attributed to limited training data. We systematically investigate this assumption via tuned lens probing and causal activation patching, and find that Arabic medical knowledge is present in intermediate model representations but fails to surface at the output. This mechanistic insight motivates a targeted adaptation strategy: rather than fine-tuning the full network, we propose Targeted Low-Rank Adaptation (TLoRA), restricted to the layer window where cross-lingual representations diverge, upstream of the output layers where the failure manifests. We evaluate TLoRA on multiple-choice medical QA, where our approach outperforms full-network LoRA, zero-shot, and few-shot baselines. We further evaluate it on short-answer generation and multi-turn clinical dialogue, where it performs competitively without the need for task-specific finetuning. We additionally introduce AraClinicDialog, a clinician-constructed Arabic medical dialogue benchmark in MSA with validated variants across four Arabic dialects. Together, these contributions demonstrate that mechanistic diagnosis can serve as a practical guide for targeted adaptation in underrepresented-language medical LLMs.
Chinese Translation
大型语言模型(LLMs)在英语医学任务中表现出色,但在阿拉伯语中的表现显著下降,这一差距通常归因于训练数据的不足。我们通过调优的透镜探测和因果激活补丁系统地研究了这一假设,发现阿拉伯医学知识存在于中间模型表示中,但未能在输出中显现。这一机制洞察促使我们提出了一种定向适应策略:我们建议采用定向低秩适应(Targeted Low-Rank Adaptation, TLoRA),仅限于跨语言表示分歧的层窗口,位于输出层之前,即故障显现的地方。我们在多项选择医学问答上评估了TLoRA,结果显示我们的方法优于全网络LoRA、零样本和少样本基线。我们还在短答案生成和多轮临床对话中进行了评估,结果显示其在无需特定任务微调的情况下也表现出竞争力。此外,我们还引入了AraClinicDialog,这是一个由临床医生构建的阿拉伯医学对话基准,使用现代标准阿拉伯语(MSA),并在四种阿拉伯方言中验证了变体。这些贡献共同表明,机制诊断可以作为在代表性不足语言医学LLMs中进行定向适应的实用指南。
cs.CL / 20 / 2608.00218

A Few Neurons Reveal When LLMs Misuse Tools: Sparse Detection and Selective Steering for Reliable Tool Use

少数神经元揭示大型语言模型(LLMs)工具误用的时机:可靠工具使用的稀疏检测与选择性引导
Ke, Yutong, Yin, Ming, Zhao, Chongwen, Huang, Kaizhu
Abstract
Agentic LLMs exhibit three consequential tool-use failures: invalid arguments (validity), unnecessary calls (over-calling), and omitted calls when tools are needed (missing). We find that a small, failure-specific set of MLP neurons could distinguish such failures with linearly separable decision boundaries. Building on this observation, we introduce PRISMS (Probing Representations In Support of Monitoring and Steering), a closed-loop framework that shares a failure-specific neuron basis between sparse detection and activation steering. PRISMS selects contribution-critical MLP neurons and fits an L1-regularized detector on their activations. Across six models from the Qwen3, Llama, and Gemma families, over-calling and missing are detected at the pre-generation prompt boundary with ROC-AUC 0.90-1.00, while validity is detected from the generated tool-call span with ROC-AUC 0.86-0.90. These results are achieved with highly sparse readouts: only 1-2 MLP neurons for missing, 2-16 for over-calling, and approximately 128 for validity. These sparse detectors match or outperform dense residual-stream baselines using 23-627 times fewer features. The shared neuron basis also supports bidirectional control over tool-calling behavior, suppressing unnecessary calls and eliciting omitted ones. PRISMS therefore gates intervention on predicted failure risk to mitigate the collateral effects of unconditional steering. Across all six models, PRISMS reduces pooled over-calling rate by 80% (from 0.131 to 0.026) while increasing tool-required accuracy by 14.2 percentage points (from 0.689 to 0.831). PRISMS thus provides lightweight failure detection and selective intervention across model families.
Chinese Translation
具备代理能力的大型语言模型(LLMs)表现出三种重要的工具使用失败:无效的论证(有效性)、不必要的调用(过度调用)以及在需要工具时遗漏调用(遗漏)。我们发现,一小部分特定于失败的多层感知器(MLP)神经元能够以线性可分的决策边界区分这些失败。在此观察的基础上,我们提出了PRISMS(支持监控和引导的表示探测),这是一个闭环框架,在稀疏检测和激活引导之间共享特定于失败的神经元基础。PRISMS选择对贡献至关重要的MLP神经元,并在其激活上拟合L1正则化的检测器。在来自Qwen3、Llama和Gemma家族的六个模型中,过度调用和遗漏在生成前的提示边界处被检测到,ROC-AUC值为0.90-1.00,而有效性则从生成的工具调用范围中检测到,ROC-AUC值为0.86-0.90。这些结果是在高度稀疏的读出下实现的:遗漏仅需1-2个MLP神经元,过度调用需2-16个,且有效性约需128个。这些稀疏检测器的表现与使用23-627倍更少特征的密集残差流基线相匹配或超越。共享的神经元基础还支持对工具调用行为的双向控制,抑制不必要的调用并引导遗漏的调用。因此,PRISMS在预测失败风险时对干预进行限制,以减轻无条件引导的附带影响。在所有六个模型中,PRISMS将汇总的过度调用率降低了80%(从0.131降至0.026),同时将工具需求的准确率提高了14.2个百分点(从0.689升至0.831)。因此,PRISMS在模型家族中提供了轻量级的失败检测和选择性干预。
cs.CL / 21 / 2608.00261

Cross-Task Dissociation in Frontier Vision-Language Model Theory of Mind

前沿视觉-语言模型的任务间解离与心智理论
Zhang, Kejia, Sun, Youran, Yi, Chugang, Yang, Haizhao
Abstract
Do frontier vision-language models present a coherent Theory-of-Mind (ToM) profile across tasks, matching the same human reference group, or does that profile fragment from one paradigm to the next? We evaluate a shared panel of nine frontier VLMs on two psychology-derived benchmarks: the Keysar Director Task (visual perspective-taking under egocentric interference) and the Frith-Happ\'e animated triangles scored with the Castelli rubric (intention attribution from pure motion). On the Director Task, without chain-of-thought, the panel makes the egocentric error on 78\% of trials like children rather than adults; variation is substantial across models, and reasoning rescues several models. On the triangles, the panel under-attributes intention: its ToM profile sits more than three times closer to the high-functioning-autistic-adult (HF-ASD) mean than to the typical-development-adult (TD) mean, while Goal-Directed and Random stay near TD. No model is nearest TD on both tasks; the model that looks adult-like on the Director Task falls on the HF-ASD side on the triangles, and the most TD-like model on the triangles is child-like on the Director Task. We report group-level descriptions, not diagnostic labels for any model.
Chinese Translation
前沿视觉-语言模型是否在不同任务中呈现出一致的心智理论(Theory-of-Mind, ToM)特征,与同一人类参考组相匹配,还是这种特征在不同范式之间出现碎片化?我们评估了九个前沿视觉-语言模型在两个心理学衍生基准上的表现:Keysar导演任务(在自我中心干扰下的视觉视角采纳)和Frith-Happé动画三角形任务(基于纯运动的意图归属),后者使用Castelli评分标准。在导演任务中,未采用链式思维的情况下,模型组在78%的试验中表现出与儿童相似的自我中心错误,而非成人;不同模型之间的变异性相当显著,推理能力拯救了若干模型。在三角形任务中,模型组对意图的归属不足:其ToM特征与高功能自闭症成人(HF-ASD)均值的距离超过与典型发展成人(TD)均值的距离三倍,而目标导向和随机模型则接近TD。在两个任务中没有任何模型在TD上最接近;在导演任务中表现得像成人的模型在三角形任务中却偏向HF-ASD,而在三角形任务中最像TD的模型在导演任务中则表现得像儿童。我们报告的是群体层面的描述,而非任何模型的诊断标签。
cs.CL / 22 / 2608.00285

Sixteen models, fewer than two voices: measuring ensemble dispersion where no answer is uniquely correct

十六个模型,少于两个声音:在没有唯一正确答案的情况下测量集体分散性
Vega-Barbas, Mario, Mora-Valenciano, Lidia, Pau, Iván, Seoane, Fernando, Abtahi, Farhad
Abstract
Sixteen language models drawn from ten families produced, on average, the semantic diversity of 1.69 distinct formulations of a psychotherapeutic case, against a single-model baseline of 1.43 from one model's own runs. Ensembles place more than one reading before a decision-maker on the premise that several models supply several perspectives. Dispersion over their outputs is measured both as diversity and as uncertainty, and both traditions validate it against a correctness criterion that this task does not admit. Measuring diversity is a solved problem: the Vendi Score, the exponential of the von Neumann entropy of a similarity matrix, is an effective number of distinct elements. What a single aggregate does not say is where the diversity comes from. We define a per-model dissent contribution, the complement of a model's mean similarity to the other members of its ensemble: a magnitude from the same matrix, not a decomposition of the spectral index, whose maximum identifies the most divergent voice. Crossing model and case, we test as a preregistered hypothesis whether model identity accounts for a non-zero share of the variance in dissent, and characterise the structure that test detects. The panel formulated fifteen stratified vignettes, yielding 7,082 formulations for analysis. Model identity was a detectable structuring factor of the dissent that remained, but the usual categories recovered it only partly: scale differences pointed in opposite directions across pairs, family grouped models on only five two-member lines, and the most divergent voice changed with panel composition, so that the surfaced outlier describes the ensemble rather than the model. Dissent did not track the interpretive openness for which the case bank was stratified; it was organised by clinical content instead, leaving the dispersion an ensemble produces a property to measure rather than assume.
Chinese Translation
来自十个家族的十六个语言模型平均产生了1.69种不同的心理治疗案例表述的语义多样性,而单一模型的基线为1.43。集成模型在决策者面前提供了多个解读,前提是多个模型提供多个视角。其输出的分散性既以多样性又以不确定性进行测量,两种传统都以正确性标准进行验证,而这一任务并不允许这样的标准。测量多样性是一个已解决的问题:Vendi Score,即相似性矩阵的冯·诺依曼熵的指数,是有效的不同元素数量。单一聚合模型未能说明多样性来源于何处。我们定义了每个模型的异议贡献,即模型与其集成其他成员的平均相似性的补充:来自同一矩阵的量度,而非谱指数的分解,其最大值识别出最具分歧的声音。通过模型与案例的交叉,我们以预注册假设测试模型身份是否解释了异议中非零方差的份额,并描述该测试所检测的结构。小组制定了十五个分层小插曲,产生了7,082个表述供分析。模型身份是可检测的异议结构因素,但通常的分类仅部分恢复了这一点:规模差异在成对之间指向相反方向,家族分组模型仅在五个两成员线上,且最具分歧的声音随着小组组成的变化而变化,因此显现的离群值描述的是集成而非模型。异议并未追踪案例库分层所依据的解释开放性;相反,它是由临床内容组织的,使得集成所产生的分散性成为一个需要测量而非假设的属性。
cs.CL / 23 / 2608.00288

Comparing and Modeling Argumentation in German Political Communication across Arenas

比较与建模德国政治传播中的论证在不同场域中的表现
Vikhrova, Nina, Kühling, Johannes, Haunss, Sebastian, Padó, Sebastian
Abstract
Deliberation, involving the formulation and exchange of arguments, forms an integral part of political decision making in democracies. Argumentation patterns however differ substantially across different political arenas, such as plenary speeches and committee meetings. However, despite a lot of interest in argumentation, there is comparatively little computational work on analyzing differences in patterns of political argumentation between arenas. Our work addresses this research gap. First, we present a 17k-sentence corpus with annotation for argumentative passages (argument and their justifications, both their boundaries and their categories) across three German political arenas (plenary speeches, committee meetings, and press conferences), keeping the topic (COVID-19) constant. Our analysis of the corpus finds that contrary to expectations, justification by domain-specific expertise is more frequent in press conferences than in committee meetings. Second, we present a pilot study on automatically identifying such argumentative passages. The results show that boundaries are hard to pin down, and models predictions additionally suffer from confirmation bias.
Chinese Translation
审议过程涉及论证的形成与交流,是民主政治决策的重要组成部分。然而,不同政治场域(如全体会议发言和委员会会议)中的论证模式存在显著差异。尽管对论证的研究兴趣浓厚,但关于分析不同场域之间政治论证模式差异的计算研究相对较少。我们的研究填补了这一研究空白。首先,我们提供了一个包含17,000个句子的语料库,针对三个德国政治场域(全体会议发言、委员会会议和新闻发布会)中的论证段落(论点及其论据,包括边界和类别)进行了注释,并保持主题(COVID-19)不变。对该语料库的分析发现,与预期相反,领域特定专业知识的论证在新闻发布会中出现的频率高于委员会会议。其次,我们展示了一项关于自动识别此类论证段落的初步研究。结果表明,边界难以确定,模型预测还受到确认偏误的影响。
cs.CL / 24 / 2608.00311

SeDeM: Selective Decompression of Hidden-State Memories for Long-Context Question Answering

SeDeM:用于长上下文问答的隐状态记忆选择性解压缩
Haghifam, Maryam, Cong, Jason, Sun, Yizhou
Abstract
Long-context inference with large language models (LLMs) is costly: self-attention during prefill scales quadratically with sequence length, and the key-value (KV) cache grows with the number of processed tokens. Larger context windows also do not ensure reliable evidence use. Context compression reduces this cost, but many soft-compression methods use LLMs as compressors and rely on compact memory tokens both to preserve information and to condition the decoder. We propose SeDeM, a selective decompression framework that decouples compact memory storage from decoder conditioning. An LLM extracts hidden states from a chosen intermediate Transformer layer, a lightweight compressor stores them as memory blocks, a query-conditioned selector selects relevant blocks, and a decompressor expands only the selected blocks into hidden states compatible with an intermediate decoder layer. Thus, the decoder avoids both full-context processing and direct generation from highly compressed memory slots. On four long-context QA benchmarks, SeDeM achieves higher QA scores than the evaluated compression baselines in both 1B and 3B same-backbone settings, and with the 3B backbone exceeds full-context fine-tuning on three datasets. The learned selector uses block-level evidence supervision during training. SeDeM also reduces online time-to-first-token and improves autoregressive decoding throughput relative to ICAE.
Chinese Translation
使用大型语言模型(LLMs)进行长上下文推理的成本较高:在预填充阶段,自注意力的计算与序列长度呈平方关系,且键值(KV)缓存随着处理的标记数量而增长。更大的上下文窗口也并不确保可靠的证据使用。上下文压缩可以降低这一成本,但许多软压缩方法将LLMs作为压缩器,并依赖紧凑的记忆标记来保留信息并对解码器进行条件化。我们提出了SeDeM,一个选择性解压缩框架,它将紧凑的记忆存储与解码器条件化解耦。LLM从选定的中间Transformer层提取隐状态,轻量级压缩器将其存储为记忆块,查询条件选择器选择相关块,而解压缩器仅将选定的块扩展为与中间解码器层兼容的隐状态。因此,解码器避免了全上下文处理和直接从高度压缩的记忆槽生成。在四个长上下文问答基准测试中,SeDeM在1B和3B相同骨干设置下的问答得分均高于评估的压缩基线,并且在3B骨干上超越了三个数据集的全上下文微调。学习到的选择器在训练期间使用块级证据监督。SeDeM还减少了在线首次标记的时间,并相对于ICAE提高了自回归解码的吞吐量。
cs.CL / 25 / 2608.00355

CurveShift: Is Agent Progress Scalar? Separating Level from Shape

CurveShift:代理进展是标量吗?将水平与形状分离
Xing, Hanwen, Wang, Pengyun, Meng, BingXu, Alhamoud, Kumail, Li, Xiang, Wang, Jicheng, Yu, Xin, Han, Xinyang, Li, Xiaomin, Torr, Philip, Hao, Yuexing
Abstract
Progress in large language models is often summarized using a single scalar measure, such as a time horizon, a latent ability estimate, or an aggregate benchmark score. These summaries capture the overall performance, but they do not test whether progress is distributed differently across task difficulty. We find that most of the apparent shift in gains toward harder tasks does not reflect a change in the shape of the difficulty-response curve. On METR time-horizon data, a single Rasch model with rising ability reproduces this pattern, so it is largely explained by ceiling effects rather than a qualitative change in capability. This echoes how the choice of metric can make claimed emergent abilities look like a property of the models themselves. We then identify a smaller hard-task effect that survives this control. Isolating it is difficult on agentic benchmarks, because newer models are usually run with newer agentic harnesses, so a gain on hard tasks cannot be assigned to the model or its scaffold. We break the confound with LiveCodeBench, a public competitive programming benchmark that runs no agentic scaffold while pairing dated models with an exogenous difficulty ordering. After accounting for the rise in overall ability, models released after September 2024 still gain on the hardest problems beyond what their easy and medium performance predicts, by about +0.40 logits under our most conservative assumption, raising the hard-problem solve rate from roughly 18% to 25%. The effect is led by the strongest reasoning models and holds for hard tasks that need only short reasoning, not autonomy over long horizons. We present this as a result specific to competitive programming, since our clean identification rests on a single coding benchmark. We release the LiveCodeBench Difficulty Panel (66 dated models x 1,055 problems) and our analysis code.
Chinese Translation
大型语言模型的进展通常使用单一的标量指标进行总结,例如时间范围、潜在能力估计或综合基准分数。这些总结捕捉了整体性能,但并未测试进展是否在任务难度上分布不同。我们发现,向更难任务的收益明显转变大部分并不反映难度-响应曲线形状的变化。在METR时间范围数据上,单一的Rasch模型(Rasch model)具有上升的能力,重现了这一模式,因此它在很大程度上是由天花板效应(ceiling effects)解释的,而非能力的定性变化。这与度量选择如何使声称的突现能力看起来像是模型本身的属性相呼应。随后,我们识别出一个较小的难任务效应,该效应在此控制下仍然存在。在代理基准上隔离它是困难的,因为较新的模型通常与较新的代理框架一起运行,因此在难任务上的收益无法归因于模型或其支架。我们通过LiveCodeBench打破了这种混淆,这是一个公共的竞争编程基准,不运行任何代理支架,同时将过时的模型与外生的难度排序配对。在考虑整体能力上升后,2024年9月之后发布的模型在最难问题上的收益仍超出其在简单和中等任务上的表现预测,约为+0.40 logits(在我们最保守的假设下),将难问题的解决率从大约18%提高到25%。这一效应主要由最强的推理模型引领,并且适用于仅需短期推理而非长时间自主性的难任务。我们将此视为竞争编程特有的结果,因为我们的清晰识别基于单一的编码基准。我们发布了LiveCodeBench难度面板(66个过时模型 x 1,055个问题)及我们的分析代码。
cs.CL / 26 / 2608.00432

Deep Research Pretraining via Predictive Navigation

通过预测导航进行深度研究预训练
Zhou, Jiang, Fan, Zhiyuan, Wu, Xing, Yu, Tinghao, Zhang, Feng, Wang, Lilin
Abstract
Deep research agents are often trained on expensive, environment-grounded tool-use trajectories that require repeated retrieval, document inspection, and report evaluation. We introduce Deep Research Pretraining (DRP), an offline framework that derives predictive navigation supervision from naturally occurring evidence structures. Given a citation-bearing or hyperlinked passage, DRP constructs a proxy research objective, recovers linked evidence and graph-related alternatives, and converts them into search-open-write trajectories. This teaches models what to search for, which documents to inspect, and how to synthesize evidence, without a live retrieval environment or executed policy rollout. We instantiate DRP on scholarly citation graphs (DRP-Paper) and Wikipedia hyperlinks (DRP-Web), continually pretrain separate Qwen3-14B-Base models on 1B tokens, and fine-tune them on controlled fractions of 13K agent trajectories. Across five independently sampled subsets at each low-data budget, both variants consistently outperform matched no-DRP models on DeepResearch Bench. With one quarter of the SFT data, DRP-Web even surpasses a fixed no-DRP full-data checkpoint, with gains transferring to ResearchQA, WebWalkerQA, and SimpleQA. Starting from matched low-data SFT checkpoints, the DRP-Web advantage also persists through subsequent agentic RL. Source-matched and evidence-mismatch controls indicate that these improvements arise from evidence-conditioned navigation rather than domain exposure or agent-format imitation. DRP thus provides a promising complementary approach to trajectory-based agent training.
Chinese Translation
深度研究代理通常在昂贵的、基于环境的工具使用轨迹上进行训练,这些轨迹需要重复检索、文档检查和报告评估。我们提出了深度研究预训练(Deep Research Pretraining, DRP),这是一种离线框架,从自然发生的证据结构中推导出预测导航监督。给定一个带有引用或超链接的段落,DRP构建一个代理研究目标,恢复链接的证据和图相关的替代方案,并将其转换为搜索-开放-写入轨迹。这教会模型搜索什么、检查哪些文档以及如何合成证据,而不需要实时检索环境或执行策略展开。我们在学术引用图(DRP-Paper)和维基百科超链接(DRP-Web)上实例化DRP,持续在10亿个标记上对独立的Qwen3-14B-Base模型进行预训练,并在控制的13K代理轨迹的部分上进行微调。在每个低数据预算下的五个独立抽样子集上,这两种变体在DeepResearch Bench上始终优于匹配的无DRP模型。使用四分之一的SFT数据,DRP-Web甚至超过了固定的无DRP全数据检查点,其增益转移到ResearchQA、WebWalkerQA和SimpleQA。从匹配的低数据SFT检查点开始,DRP-Web的优势在随后的代理强化学习中也持续存在。源匹配和证据不匹配的控制表明,这些改进源于证据条件导航,而不是领域暴露或代理格式模仿。因此,DRP为基于轨迹的代理训练提供了一种有前景的补充方法。
cs.CL / 27 / 2608.00434

AdaMTP: An Adaptive Training Paradigm for Multi-Token Prediction

AdaMTP:一种用于多标记预测的自适应训练范式
Cui, Ziqiang, Shi, Han, He, Bowei, Pan, Yu, Liu, Peiyang, Sun, Shengyin, Chen, Yankai, Bai, Haoli, Yin, Yichun, Liu, Xue, Ma, Chen
Abstract
Multi-Token Prediction (MTP) has emerged as an effective paradigm that augments a shared Large Language Model backbone with auxiliary heads, training the model to predict several future tokens in parallel to enrich its supervision signal and accelerate inference. However, existing training frameworks adopt a rigid, fixed-length prediction horizon, disregarding the highly non-uniform information density of natural language and code. Forcing the auxiliary heads to predict across high-entropy semantic boundaries injects noisy, conflicting training signals; because these heads share the backbone's latent representations, the resulting gradients backpropagate and interfere with the model's core capabilities. We propose AdaMTP, an adaptive training paradigm that dynamically aligns the prediction horizon with the intrinsic predictability of the sequence. At its core, an entropy-based segmentation algorithm leverages the base model to detect sudden surges in uncertainty as semantic boundaries, partitioning sequences into variable-length groups. Each token is assigned an adaptive prediction depth, and a dynamically masked MTP objective suppresses the loss for predictions that cross these boundaries, attenuating the noisy gradients that degrade the backbone. Across mathematical reasoning, code generation, and general benchmarks on three backbones (Llama-3.1-8B, Qwen-2.5-7B, Gemma-3-12B), AdaMTP consistently outperforms standard MTP in both task performance and inference speedup.
Chinese Translation
多标记预测(Multi-Token Prediction, MTP)作为一种有效的范式,通过辅助头增强共享的大型语言模型(Large Language Model)主干,训练模型并行预测多个未来标记,以丰富其监督信号并加速推理。然而,现有的训练框架采用刚性、固定长度的预测视野,忽视了自然语言和代码中信息密度的高度不均匀性。强迫辅助头在高熵语义边界上进行预测会注入噪声和冲突的训练信号;由于这些头共享主干的潜在表示,导致的梯度反向传播会干扰模型的核心能力。我们提出了AdaMTP,一种自适应训练范式,动态地将预测视野与序列的内在可预测性对齐。在其核心,基于熵的分割算法利用基础模型检测不确定性的突然激增作为语义边界,将序列划分为可变长度的组。每个标记被分配一个自适应的预测深度,而动态掩蔽的MTP目标抑制跨越这些边界的预测损失,从而减弱降级主干的噪声梯度。在数学推理、代码生成以及三个主干(Llama-3.1-8B、Qwen-2.5-7B、Gemma-3-12B)上的一般基准测试中,AdaMTP在任务性能和推理加速方面始终优于标准MTP。
cs.CL / 28 / 2608.00485

SERL-SQL: Selective Hindsight Distillation for Text-to-SQL Reinforcement Agentic Learning

SERL-SQL:用于文本到SQL强化学习的选择性回顾蒸馏
Liu, Tao, Feng, Tao, Li, Xiangheng, Song, Jinwang, Li, Yifan, Cheng, Xiaoqing, Zhang, Dixuan, Li, Siquan, Lan, Lin, Zan, Hongying, Zhang, Kunli, Wu, Chao
Abstract
Recent Text-to-SQL systems increasingly rely on multi-turn interaction, execution feedback, and reinforcement learning. However, most existing methods use execution correctness only as a trajectory-level reward, which provides limited guidance for identifying the SQL decisions responsible for success or failure. We propose SERL-SQL, a selective execution-grounded reinforcement learning framework for multi-turn Text-to-SQL agents. SERL-SQL samples on-policy SQL interaction trajectories and uses a training-only teacher to re-score student actions with execution feedback. The resulting teacher--student likelihood gap is converted into bounded, masked weights that reweight GRPO advantages only on SQL and tool-action tokens. In this way, task rewards preserve the optimization direction, while execution hindsight provides localized credit assignment. Experiments on BIRD, Spider, and cross-domain benchmarks show that SERL-SQL achieves competitive performance, reaching 76.56% execution accuracy on BIRD-Dev and 89.92% on Spider-Test. Moreover, our reward-based selection strategy closely approaches the oracle Best-of-N upper bound and consistently outperforms consistency-based selection, showing that SERL-SQL produces high-quality candidates that can be reliably identified by lightweight execution-grounded rewards. Our code will be released at https://github.com/Ffunkytao/SERL-SQL.
Chinese Translation
近年来,文本到SQL系统越来越依赖于多轮交互、执行反馈和强化学习。然而,大多数现有方法仅将执行正确性作为轨迹级奖励,这对识别导致成功或失败的SQL决策提供了有限的指导。我们提出了SERL-SQL,一种基于选择性执行的强化学习框架,旨在支持多轮文本到SQL代理。SERL-SQL在策略上采样SQL交互轨迹,并使用仅用于训练的教师对学生的动作进行重新评分,结合执行反馈。由此产生的教师-学生似然差距被转换为有界的、掩蔽的权重,仅在SQL和工具动作标记上重新加权GRPO优势。通过这种方式,任务奖励保持了优化方向,而执行回顾则提供了局部的信用分配。在BIRD、Spider和跨领域基准上的实验表明,SERL-SQL实现了竞争性的性能,在BIRD-Dev上达到了76.56%的执行准确率,在Spider-Test上达到了89.92%。此外,我们基于奖励的选择策略接近于oracle的Best-of-N上界,并且始终优于基于一致性的选择,显示出SERL-SQL生成的高质量候选者可以通过轻量级的执行基础奖励可靠识别。我们的代码将发布在https://github.com/Ffunkytao/SERL-SQL。
cs.CL / 29 / 2608.00497

The methodology of Constructing the Large-Scale Dataset for Detecting Presuicidal and Anti-Suicidal Signals in Social Media Texts in Russian

构建用于检测社交媒体文本中自杀前和反自杀信号的大规模数据集的方法论(The methodology of Constructing the Large-Scale Dataset for Detecting Presuicidal and Anti-Suicidal Signals in Social Media Texts in Russian)
Buyanov, Igor, Yaskova, Darya, Serenko, Danil, Shkereda, Danil, Yaskov, Andrey, Sochenkov, Ilya
Abstract
The suicide is a terrifying act of a person who is misled by his own mental state. This problem arises across many countries. Sadly, Russia also has quite high number of persons who committed suicide. Luckily, a subset of these people writes their struggles in social media, allowing a way to find them and help. However, these valuable texts disappearing in many irrelevant texts which is considerably slowing down the decision process about person's suicidal risk. To tackle this problem, in this work we have presented a detailed methodology of building the dataset for detecting texts that describe presuicidal and anti-suicidal signals. This methodology describes the process of instruction and class table creation, the process of annotation, verification and post-annotation correction. Guiding by this methodology, we collect and annotate a large-scale Russian dataset with more than 50 thousand texts from social media. We provide a count statistic of the dataset as well as common problems in annotation. We also conduct basic experiments of building the classification models to show the on go performance on different levels of annotation. Furthermore, we make the dataset, code and all materials publicly available.
Chinese Translation
自杀是一个可怕的行为,通常源于个体被自身的心理状态误导。这个问题在许多国家普遍存在。遗憾的是,俄罗斯的自杀人数也相当高。幸运的是,这些人中的一部分在社交媒体上记录了他们的挣扎,这为我们提供了发现并帮助他们的途径。然而,这些有价值的文本常常被大量无关文本淹没,从而显著减缓了对个体自杀风险的判断过程。为了解决这个问题,本文提出了一种详细的方法论,用于构建检测描述自杀前和反自杀信号的文本的数据集。该方法论描述了指导和类别表创建的过程、注释、验证和后期注释修正的过程。在此方法论的指导下,我们收集并注释了一个包含超过五万条社交媒体文本的大规模俄罗斯数据集。我们提供了数据集的统计数据以及注释中常见的问题。我们还进行了基本实验,构建分类模型,以展示在不同注释水平上的持续性能。此外,我们将数据集、代码和所有材料公开发布。
cs.CL / 30 / 2608.00507

The Learning Objective Governs Perceptual Narrowing: A Cross-Lingual, Layer-Wise, Ten-Seed Study of Self-Supervised Speech Encoders

学习目标主导感知收窄:一项跨语言、逐层、十种种子的自监督语音编码器研究
Yoo, Sejin
Abstract
Perceptual narrowing---the developmental loss of non-native phoneme discrimination in the first year of life \citep{werker1984}---is a canonical developmental finding, yet \emph{what learning objective produces it} remains open. We train a \(\sim\)7\,M-parameter Transformer encoder on child-directed and read speech and evaluate phoneme ABX in English, French, and Mandarin over ten seeds, the seed as the unit of replication. Six results. \textbf{(1)}~The objective sets the direction of cross-lingual transfer: reconstruction (masked mel-prediction) degrades non-native discrimination, prediction (frame-contrastive) improves it---a same-encoder, same-data gap of \(+0.051\) in first-layer Mandarin ABX (\(p=3\times10^{-8}\)), unanimous in sign across twenty runs. \textbf{(2)}~That decline combines a large arm-intrinsic difficulty gradient with a smaller language-specialization effect (matched vs.\ mismatched \(+0.022\), \(p=10^{-4}\), all four layers). \textbf{(3)}~Against a language-symmetric raw-mel floor, reconstruction pushes the first layer \emph{below} the discriminability of its input; prediction pushes it \emph{above}. \textbf{(4)}~Read speech gives a \(3.6\times\) steeper non-native decline than child-directed speech. \textbf{(5)}~The customary three-seed budget cannot see this reliably: an effect unambiguous at ten seeds is called significant by as few as 70\% of three-seed subsets. \textbf{(6)}~Six objective configurations---sharpening, compression, consolidation, their composition, and word-level semantic grounding in two forms---fail to produce the full developmental signature (native improves \emph{and} non-native declines): a single objective moves both languages the same way because it acts on a shared representation. We conclude that the objective, not the architecture, is the first-order determinant of narrowing-shaped representational change.
Chinese Translation
感知收窄——在生命的第一年中非母语音素辨别能力的发育性丧失  extcite{werker1984}——是一个经典的发育发现,但 extit{是什么学习目标导致了这一现象}仍然是一个未解之谜。我们在儿童导向和朗读语音上训练了一个约700万参数的Transformer编码器,并在十个种子上评估了英语、法语和普通话的音素ABX,种子作为复制的单位。六个结果。 extbf{(1)}~目标设定了跨语言迁移的方向:重建(掩蔽的梅尔预测)降低了非母语辨别能力,而预测(帧对比)则提高了它——在第一层普通话ABX中,同一编码器、同一数据的差距为+0.051($p=3 imes10^{-8}$),在二十次实验中一致为正。 extbf{(2)}~这种下降结合了一个较大的固有难度梯度和一个较小的语言专业化效应(匹配与不匹配的差距为+0.022,$p=10^{-4}$,所有四层均如此)。 extbf{(3)}~在语言对称的原始梅尔基准上,重建将第一层的可辨别性推至其输入的 extit{以下};而预测则将其推至 extit{以上}。 extbf{(4)}~朗读语音的非母语下降比儿童导向语音陡峭3.6倍。 extbf{(5)}~传统的三种子预算无法可靠地观察到这一现象:在十个种子上明确的效应在仅70%的三种子子集中被称为显著。 extbf{(6)}~六种目标配置——锐化、压缩、巩固及其组合,以及两种形式的词级语义基础——未能产生完整的发育特征(母语改善 extit{且}非母语下降):单一目标以相同的方式影响两种语言,因为它作用于共享的表征。我们得出结论,目标而非架构是导致收窄形状表征变化的首要决定因素。
cs.CL / 31 / 2608.00523

Rethinking and formalising the state across languages: a unified computational learning theory account

重新思考和形式化跨语言的状态:统一的计算学习理论视角
Idrissi, Mohamed El
Abstract
The linguistic notion of state has traditionally been restricted to the construct (annexation) state of Afroasiatic languages and treated as a language-specific morphosyntactic phenomenon. This article argues instead that the state is a systemic, context-dependent morphosyntactic mechanism that selects grammatical templates across synthetic languages. Within the Template-Based Modular Cognitive framework, taking Riffian as its primary empirical basis, the proposed theory provides a unified explanation for diverse nominal marking patterns traditionally analysed independently and is formalised as a symbolic computational model in which the state is represented by a set-valued function over grammatical templates. A learning algorithm based on finite-set operations acquires and predicts state-dependent grammatical configurations. Beyond nominal morphology, the framework has broader implications for theories of nominal structure and lexical cognition, in particular offering a unified analysis of determiner-noun structure. These results suggest that the state constitutes one instance of a broader class of syntactically conditioned dependencies that also includes agreement and grammatical case.
Chinese Translation
语言学中的状态概念传统上被限制在亚非语言的构造(附加)状态,并被视为特定语言的形态句法现象。本文则主张,状态是一个系统的、依赖于上下文的形态句法机制,它在合成语言中选择语法模板。在基于模板的模块化认知框架内,以Riffian作为主要实证基础,所提出的理论为传统上独立分析的多样名词标记模式提供了统一的解释,并形式化为一个符号计算模型,其中状态通过一个在语法模板上的集合值函数表示。基于有限集合操作的学习算法获取并预测依赖于状态的语法配置。超越名词形态学,该框架对名词结构和词汇认知理论具有更广泛的影响,特别是为限定词-名词结构提供了统一分析。这些结果表明,状态构成了一类更广泛的句法条件依赖关系的一个实例,其中还包括一致性和语法格。
cs.CL / 32 / 2608.00528

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

S$^4$R:用于压缩长上下文 KV 缓存的选择性采样、子空间和稀疏重构
Han, Jialong, Wu, You, Tu, Kewei
Abstract
The growth of context window lengths in Large Language Models (LLMs) significantly enhances their long-context capabilities but incurs prohibitive memory costs due to the Key-Value (KV) cache. Although low-rank compression of KV cache is a promising remedy, existing methods face a dilemma: offline approaches depend on external calibration data, whereas online approaches incur substantial compute for full-prompt decomposition and reconstruction. In this paper, we propose S$^4$R, which builds low-rank subspaces from selectively sampled tokens and computes attention over a sparsely reconstructed KV representation. S$^4$R uses prompt-aware initialization to build initial key/value bases from a representative prompt subset, trading off calibration-data dependence against prefilling cost. Because fully reconstructing the cache at every decoding step is prohibitively expensive and hurts throughput, we further adopt sparse reconstruction to retain only informative positions during decoding. Extensive experiments on LongBench and RULER with Llama and Qwen model families show that S$^4$R achieves up to 5$\times$ KV compression with near full-cache accuracy, combining the efficiency of fixed compression with the adaptability of prompt-dependent methods.
Chinese Translation
大语言模型(LLMs)中上下文窗口长度的增长显著增强了其长上下文能力,但由于键值(KV)缓存而导致的内存成本却是不可承受的。尽管对 KV 缓存进行低秩压缩是一种有前景的解决方案,但现有方法面临两难:离线方法依赖于外部校准数据,而在线方法则在完整提示的分解和重构上消耗大量计算资源。本文提出了 S$^4$R,它通过选择性采样的标记构建低秩子空间,并在稀疏重构的 KV 表示上计算注意力。S$^4$R 使用提示感知初始化从代表性提示子集构建初始键/值基,权衡了对校准数据依赖性与预填充成本之间的关系。由于在每个解码步骤中完全重构缓存的成本过高且会影响吞吐量,我们进一步采用稀疏重构,仅在解码过程中保留信息丰富的位置。在 LongBench 和 RULER 上与 Llama 和 Qwen 模型系列进行的广泛实验表明,S$^4$R 实现了高达 5$ imes$ 的 KV 压缩,同时保持接近全缓存的准确性,结合了固定压缩的高效性和提示依赖方法的适应性。
cs.CL / 33 / 2608.00533

Native Multilingual Chain-of-Thought Reasoning in Low-Resource Southeast Asian Languages

低资源东南亚语言中的本土多语言链式思维推理
Lim, Sean Gip, Tjhi, William Chandra, Chieu, Hai Leong
Abstract
Large Language Models have achieved substantial progress in reasoning capabilities. Yet in low-resource native settings, many suffer from cross-lingual collapse, reverting to English during intermediate steps that require complex logical reasoning. This presents a cold-start bottleneck for policy optimization, whereas standard fine-tuning risks catastrophic forgetting due to cross-lingual representation drift. To address these challenges, we introduce the Onramp-Sequence Cross-Distillation (OSCD), a post-training algorithm that projects high-resource reasoning trajectories into low-resource vocabulary subspaces during generative training rollouts via an integrated translator agentic loop, ensuring the stable and efficient translation of dynamically generated reference samples for fine-tuning. This is coupled with joint-embedding semantic alignment of both reference and target-language reasoning traces, thereby bridging the pairwise cross-lingual representational gaps. Comprehensive evaluations using the AIME25 and HMMT25 benchmarks demonstrate that OSCD yields up to 3.2 times overall improvements in native Southeast Asian languages for mathematical reasoning, of which the joint-embedding semantic alignment component contributes up to 6.4% improvements in linguistic debiasing over translation-only baselines.
Chinese Translation
大型语言模型在推理能力方面取得了显著进展。然而,在低资源的本土环境中,许多模型在需要复杂逻辑推理的中间步骤中出现跨语言崩溃,回归到英语。这为政策优化带来了冷启动瓶颈,而标准的微调则由于跨语言表示漂移而面临灾难性遗忘的风险。为了解决这些挑战,我们提出了Onramp-Sequence Cross-Distillation (OSCD),这是一种后训练算法,通过集成翻译代理循环,在生成训练过程中将高资源推理轨迹投影到低资源词汇子空间,确保动态生成的参考样本的稳定和高效翻译以进行微调。该方法还结合了参考语言和目标语言推理轨迹的联合嵌入语义对齐,从而弥合了成对的跨语言表示差距。使用AIME25和HMMT25基准的全面评估表明,OSCD在东南亚本土语言的数学推理方面实现了高达3.2倍的整体提升,其中联合嵌入语义对齐组件在语言去偏见方面相比仅翻译基线贡献了高达6.4%的提升。
cs.CL / 34 / 2608.00538

DE-NER : Zero-shot Named Entity Recognition via Dialogue Elicitation of Large Language Models

DE-NER:通过对话引导大语言模型实现零样本命名实体识别
Zhang, Xuankang, Liu, Jiangming
Abstract
Recent advancements of zero-shot Named Entity Recognition (NER) establish strong baselines by formulating sequence labeling into question answering where Large Language Models (LLMs) can be naturally adopted. However, existing LLM-based zero-shot NER methods suffer from the limitations of prompt and demonstration engineering. To address these issues with minimal human interventions, we introduce DE-NER, a dialogue elicitation framework which elicits the chatting ability of LLMs to fully extract the knowledge encoded in LLMs. Our experiments demonstrate that the proposed method outperform the competitive baselines in zero-shot settings across multiple benchmarks, with an average improvement of 3.75\% F1 points. Codes are released in https://github.com/kkkenshi/DE-NER.
Chinese Translation
最近,零样本命名实体识别(NER)的进展通过将序列标注形式化为问答,建立了强有力的基准,这使得大语言模型(LLMs)能够自然地被采用。然而,现有的基于LLM的零样本NER方法在提示和示例工程方面存在局限性。为了解决这些问题并尽量减少人工干预,我们提出了DE-NER,一个对话引导框架,旨在充分利用LLMs的对话能力,以提取LLMs中编码的知识。我们的实验表明,所提出的方法在多个基准的零样本设置中超越了竞争基准,平均提升了3.75\%的F1分数。代码已发布在 https://github.com/kkkenshi/DE-NER。
cs.CL / 35 / 2608.00581

Loanword or Switch? The Annotation Boundary, Not the Model, Drives Kazakh-Russian Code-Switching Identification

借词还是切换?注释边界,而非模型,驱动哈萨克语-俄语代码切换识别
Savelyev, Bogdan
Abstract
Off-the-shelf LID and letter heuristics over-label Kazakh-Russian social text as mixed: Russian loanwords inside Kazakh look like code-switching under a shared Cyrillic script. We release a document-level gold LID set whose guideline keeps integrated borrowings as Kazakh and reserves mixed for clause-level switches, plus a mixed-only sentiment pool used after LID in a filter-first cascade. On a shared LID test, FastText, Lingua, raw and windowed HeLI, character-trigram NB, and XLM-R range from weak to strong performance. The gap shows the bottleneck is the loanword-vs-switch annotation boundary, not model class alone.
Chinese Translation
现成的语言识别(LID)和字母启发式方法错误地将哈萨克语-俄语社交文本标记为混合:在共享的西里尔字母表下,哈萨克语中的俄语借词看起来像是代码切换。我们发布了一套文档级的金标准LID数据集,其指导方针将整合的借用视为哈萨克语,并将混合保留用于从句级别的切换,此外还有一个仅混合的情感池,在LID后用于过滤优先级级联。在共享的LID测试中,FastText、Lingua、原始和窗口化的HeLI、字符三元组朴素贝叶斯(NB)和XLM-R的表现从弱到强。差距表明瓶颈在于借词与切换的注释边界,而不仅仅是模型类别。
cs.CL / 36 / 2608.00582

Writing-System-Level Tokenizer Adaptation for Byte-Level BPE

字节级 BPE 的书写系统级标记器适配
Didenko, Bohdan
Abstract
Pretrained byte-level BPE tokenizers can segment underrepresented languages inefficiently. Replacing a tokenizer changes the meaning of nearly every token ID, while vocabulary expansion enlarges the model's embedding and output matrices. We study post-hoc adaptation that keeps the model-vocabulary size fixed and preserves most existing token-to-ID assignments as a construction-time compatibility property. Directly transferring tokens from a language-specific tokenizer does not guarantee derivability through the target BPE merge graph: an inserted entry can conflict with the target's greedy merge ranks. We formalize this failure as the merge ordering problem and introduce BPE-guided insertion, which builds each transferred token through a target-reachable decomposition. Our pipeline uses script-aware row selection to limit collateral fragmentation, reconstructs target-script byte-level prerequisites, and applies guided insertion to maintain merge-graph reachability. On Ukrainian adaptations of Nemotron and GPT-OSS, it reduces token counts by 33.5% and 36.6%, keeps changes on English and the evaluated four-language European aggregate within 0.05%, and retains 78.5%/77.3% of original model-vocabulary rows at the same IDs. Constraint-matched global and frequency-based removal achieve similar Ukrainian compression but increase English/European token counts by 0.7-2.2%; fresh same-size retraining compresses Ukrainian slightly more but retains effectively no same-ID rows and increases English token counts by 7.6-8.6%. The reallocation increases token counts on the evaluated three-language Cyrillic micro-aggregate by 6.7%/10.1%. Structural audits find all 28,134/45,398 inserted BPE nodes reachable under ordinary rank-ordered merging and no retained same-ID model-vocabulary entry newly broken. We release all tokenizers and code.
Chinese Translation
预训练的字节级 BPE 标记器在对低资源语言进行分词时效率较低。替换标记器会改变几乎每个标记 ID 的含义,而词汇扩展则会增大模型的嵌入和输出矩阵。我们研究了一种后期适配方法,该方法保持模型词汇大小不变,并在构建时作为兼容性属性保留大多数现有的标记到 ID 的映射。从特定语言的标记器直接转移标记并不能保证通过目标 BPE 合并图的可导性:插入的条目可能与目标的贪婪合并排名发生冲突。我们将这种失败形式化为合并顺序问题,并引入了 BPE 引导插入,该方法通过目标可达的分解构建每个转移的标记。我们的管道使用脚本感知的行选择来限制附带碎片,重建目标脚本的字节级先决条件,并应用引导插入以保持合并图的可达性。在乌克兰语对 Nemotron 和 GPT-OSS 的适配中,它将标记数量减少了 33.5% 和 36.6%,在英语和评估的四种语言的欧洲聚合中保持变化在 0.05% 以内,并在相同 ID 下保留了 78.5%/77.3% 的原始模型词汇行。约束匹配的全局和基于频率的移除实现了类似的乌克兰语压缩,但将英语/欧洲的标记数量增加了 0.7-2.2%;新的相同规模再训练稍微压缩了乌克兰语,但几乎没有保留相同 ID 的行,并将英语标记数量增加了 7.6-8.6%。重新分配使评估的三种语言的西里尔字母微聚合中的标记数量增加了 6.7%/10.1%。结构审计发现所有 28,134/45,398 个插入的 BPE 节点在普通排名顺序合并下可达,并且没有保留的相同 ID 模型词汇条目被新破坏。我们发布了所有标记器和代码。
cs.CL / 37 / 2608.00585

Verification Without Sufficiency: Per-Chunk Filtering Fails on Multi-Hop RAG, and Decomposition Repairs It

没有充分性验证:逐块过滤在多跳检索增强生成中失败,而分解修复了这一问题
Kumar, Randhir
Abstract
Verification for retrieval-augmented generation usually scores each retrieved chunk and drops the ones that fail. We show this cannot work for multi-hop questions, and show what does. Per-chunk scoring assumes one chunk is a sufficient premise for the answer. Multi-hop questions are built so that none is, and the paragraph carrying the answer is the one the question does not name. Entailment scoring reaches 0.643, 0.523 and 0.560 AUC on HotpotQA, 2WikiMultihopQA and MuSiQue, against 0.951 on single-hop SQuAD. Seven controls rule out model capacity, premise length, hypothesis template, decision threshold, retriever, answer-matching criterion and prompt. End to end across three datasets, three generator sizes and two prompts, per-chunk gating is significantly worse than not filtering at all in every cell, and its penalty grows with generator capability. The repair is to condition verification on the decomposed sub-question rather than the original query. Using MuSiQue's gold decomposition, entailment on a later hop rises from 0.546, which is chance, to 0.840, a paired lift of +0.355 with a bootstrap interval of [0.331, 0.382]. An off-the-shelf Qwen2.5-7B decomposer, given the question and the top retrieved paragraph, reaches 0.637 and captures 31% of that ceiling; decomposing without retrieval reaches 0.533, below the original question. Iterative retrieval systems already produce such decompositions and discard them before verifying.
Chinese Translation
检索增强生成的验证通常对每个检索到的块进行评分,并丢弃那些未通过的块。我们展示了这一方法无法处理多跳问题,并指出了有效的解决方案。逐块评分假设一个块是答案的充分前提,而多跳问题的构建使得没有任何一个块是充分的,答案所在的段落恰恰是问题未提及的那个。推理评分在 HotpotQA、2WikiMultihopQA 和 MuSiQue 上分别达到了 0.643、0.523 和 0.560 的 AUC,而在单跳 SQuAD 上则为 0.951。七个控制变量排除了模型能力、前提长度、假设模板、决策阈值、检索器、答案匹配标准和提示的影响。在三个数据集、三种生成器规模和两种提示下,逐块过滤在每个实验中都显著不如不进行过滤,其惩罚随着生成器能力的提升而增加。修复的方法是将验证条件设定在分解后的子问题上,而不是原始查询上。使用 MuSiQue 的黄金分解,后续跳跃的推理从 0.546(偶然)提升到 0.840,配对提升为 +0.355,bootstrap 区间为 [0.331, 0.382]。一款现成的 Qwen2.5-7B 分解器,在给定问题和顶部检索段落的情况下,达到了 0.637,并捕获了该上限的 31%;而不进行检索的分解则达到了 0.533,低于原始问题。迭代检索系统已经生成了这样的分解,并在验证之前将其丢弃。
cs.CL / 38 / 2608.00622

A Heuristic Perspective on Debiasing Language Models

去偏见语言模型的启发式视角
Lan, Tian, Wang, Yemin, Shi, Chuancheng, Wu, Xiangyu, Shi, Zesheng, Wang, Yuan, Li, Jiang, Gao, Guanglai, Su, Xiangdong
Abstract
Language models (LMs) often acquire various biases during pre-training and may express them in interactions, potentially causing social harm. Existing methods often rely on counterfactual augmentation or representation projection. These strategies remain limited in practice due to their high computational costs and difficulty in scaling to larger models. Additionally, many of these strategies require manual data annotation, narrowing their scope to specific cultures and bias categories. To overcome these limitations, we propose HEIMAT, a HEurIstic-style autoMATic debiasing framework for LMs. HEIMAT consists of two main steps: bias disclosure and debiasing fine-tuning. In the first step, it uses simple templates to construct heuristic prompts, which are applied to reveal model biases and generate corresponding context prompts. In the second step, it fine-tunes the model by minimizing the Jensen-Shannon divergence of predictions on these context prompts to reduce bias. Extensive experiments show that HEIMAT effectively mitigates bias in different cultures while maintaining the model's natural language understanding (NLU) performance.
Chinese Translation
语言模型(LMs)在预训练过程中往往会获得各种偏见,并可能在交互中表现出来,从而造成社会危害。现有的方法通常依赖于反事实增强或表示投影。这些策略在实践中受到限制,主要是由于其高计算成本以及难以扩展到更大模型的挑战。此外,许多策略需要手动数据标注,使其适用范围局限于特定文化和偏见类别。为了克服这些局限性,我们提出了HEIMAT,一个启发式风格的自动去偏见框架。HEIMAT包含两个主要步骤:偏见揭示和去偏见微调。在第一步中,它使用简单的模板构建启发式提示,旨在揭示模型偏见并生成相应的上下文提示。在第二步中,它通过最小化这些上下文提示上的预测的詹森-香农散度来微调模型,以减少偏见。大量实验表明,HEIMAT有效地缓解了不同文化中的偏见,同时保持了模型的自然语言理解(NLU)性能。
cs.CL / 39 / 2608.00640

TreeProbe : A Tibetan Medicine Benchmark for Cultural Bias in LLMs

TreeProbe:一个针对大型语言模型中文化偏见的藏医基准
Zhang, Jin, Li, Linyu, Jiang, Weili, Cai, Yuqing, Liu, Yutong, Guanquecairang, Yu, Yongbin, Cai, Jingye, Tashi, Nyima, Luosang, Gadeng
Abstract
Large language models are increasingly viewed as a potential means of mitigating global health inequities, yet their outputs often reflect dominant high-resource medical traditions and provide limited coverage of traditional medical knowledge systems. Tibetan medicine, one of the world's four major traditional medical systems, has an independent and highly structured theoretical framework. When models lack grounded understanding of Tibetan medicine, they may fall back on dominant epistemic systems and distort the native knowledge structure during reasoning. However, quantitative tools for evaluating cultural bias in Tibetan medicine remain largely absent. To address this gap, we introduce TreeProbe, the first cultural-bias benchmark organized around the native Tree of Medicine framework in Tibetan medicine. It contains 4,719 expert-adjudicated items covering 467 diseases and 10 subtasks along the three roots. Experiments on representative LLMs show that current models remain limited in native Tibetan medical contexts and exhibit systematic external ontology drift. Further analysis reveals that models diverge in whether they drift toward biomedical or TCM reasoning, shaped by pretraining data composition and surface resemblance between TCM and Tibetan medicine. TreeProbe provides a diagnostic benchmark for developing medical AI systems that are both linguistically inclusive and epistemically fair. Code and data are available in an anonymous repository at https://anonymous.4open.science/r/TreeProbe/.
Chinese Translation
大型语言模型越来越被视为缓解全球健康不平等的潜在手段,但它们的输出往往反映主导的高资源医疗传统,并对传统医学知识体系的覆盖有限。藏医作为世界四大传统医学体系之一,拥有独立且高度结构化的理论框架。当模型缺乏对藏医的扎实理解时,它们可能会依赖主导的认识论体系,并在推理过程中扭曲本土知识结构。然而,目前针对藏医文化偏见的定量评估工具仍然基本缺失。为了解决这一空白,我们推出了TreeProbe,这是第一个围绕藏医本土医学树框架组织的文化偏见基准。该基准包含4,719个专家审定的项目,涵盖467种疾病和沿三根的10个子任务。在对代表性大型语言模型的实验中,结果表明当前模型在本土藏医语境中的表现仍然有限,并且表现出系统性的外部本体漂移。进一步分析揭示,模型在漂移到生物医学或传统中医(TCM)推理方面存在差异,这受到预训练数据组成和传统中医与藏医之间表面相似性的影响。TreeProbe为开发既语言包容又认识论公正的医疗人工智能系统提供了诊断基准。代码和数据可在匿名仓库中获取,链接为 https://anonymous.4open.science/r/TreeProbe/。
cs.CL / 40 / 2608.00658

Select-And-Extract: A Lightweight Plugin for Retrieval-Augmented Generation

选择与提取:一种轻量级的检索增强生成插件
Tang, Chenming, Han, Jiawei
Abstract
Retrieval-augmented generation (RAG) for language model (LM) systems fundamentally has two failure modes: retrieval failure and reading failure. The former fails to recall the right pieces of information from the external corpus, and the latter fails to produce the correct answer although the right information is retrieved. Some methods perform structured indexing for retrieval failure, but may suffer from limited generalization of the fixed structures. Some methods perform query-time structuring for reading failure, but typically require a lot of LM calls and rely heavily on the LM's capability. To this end, we propose Select-ANd-Extract (SANE), a simple yet effective plugin for RAG. For the retrieval failure, we retrieve a wide set of candidates with a semantic retriever, and leverage the LM to select the top candidates based on their synopses, which yields better recall than the original retriever. For the reading failure, we perform blueprint-guided query-time evidence extraction, which allows the generator LM to use only compact and structured key information so that it can perform better reasoning. Empirical results confirm that SANE brings solid improvements, while only introducing modest extra overhead. As a lightweight plugin for RAG, SANE offers a simple alternative to heavier approaches, and suggests a high-performance RAG framework need not be overly complex.
Chinese Translation
检索增强生成(RAG)在语言模型(LM)系统中根本上存在两种失败模式:检索失败和阅读失败。前者未能从外部语料库中召回正确的信息片段,后者则在正确的信息被检索到的情况下未能生成正确的答案。一些方法对检索失败进行结构化索引,但可能会受到固定结构的有限泛化能力的影响。一些方法对阅读失败进行查询时结构化,但通常需要大量的语言模型调用,并且严重依赖于语言模型的能力。为此,我们提出了选择与提取(Select-And-Extract,SANE),这是一个简单而有效的RAG插件。针对检索失败,我们使用语义检索器检索广泛的候选集,并利用语言模型根据候选的摘要选择最佳候选,这比原始检索器具有更好的召回率。针对阅读失败,我们执行蓝图引导的查询时证据提取,这使得生成器语言模型仅使用紧凑和结构化的关键信息,从而能够进行更好的推理。实证结果证实,SANE带来了显著的改进,同时仅引入适度的额外开销。作为RAG的轻量级插件,SANE为更重的方法提供了一个简单的替代方案,并表明高性能的RAG框架不必过于复杂。
cs.CL / 41 / 2608.00677

OpenART: Scaling Agent Red Teaming via Open-Ended Environment Evolution

OpenART:通过开放式环境演化扩展代理红队测试
Chen, Yunhao, Wang, Xin, Wang, Yixu, Liu, Yi, Li, Jie, Teng, Yan, Ma, Xingjun, Hu, Xia, Jiang, Yu-Gang
Abstract
AI agents operate in persistent environments where early state changes can influence decisions far into the future. Unlike conventional language-model interactions, agent behavior is mediated through a shared state that is repeatedly modified and reused across long-horizon workflows. Current safety benchmarks often fail to capture these cumulative risks because they focus on short, static tasks. To address these limitations, we introduce OpenART, an open-ended arena for scalable agent red teaming through environment evolution. OpenART provides over 10,000 validated stateful scenarios across 50 domains, drawing from a pool of more than 500,000 tools and skills. These tasks require a median of 97 tool calls and enable unified evaluation across 75 different agent-model configurations. To systematically explore these evolving attack surfaces, we propose the Evolutionary Markov Hypergraph Attack (EMHA). EMHA is a black-box policy that performs feedback-driven environment evolution by coordinating authorized state transitions without requiring parameter updates. Throughout the evaluation, task objectives remain fixed while only the environment state changes. Across all configurations, EMHA achieves a pooled Attack Success Rate (ASR) of 85.0%. Its advantage over instruction-only evolution increases from approximately 2% on simple environments to over 17% on the most complex ones, demonstrating that environment evolution increasingly exposes safety failures as task complexity grows. Furthermore, our analysis shows that the specific runtime implementation of an agent explains a significant portion of safety variation beyond the underlying model's capabilities. These results establish OpenART as a scalable foundation for studying agent safety in complex, evolving environments.
Chinese Translation
人工智能代理在持久环境中运行,早期状态变化可能会影响未来的决策。与传统的语言模型交互不同,代理行为是通过一个共享状态进行调节,该状态在长期工作流程中被反复修改和重用。目前的安全基准往往无法捕捉这些累积风险,因为它们专注于短期、静态任务。为了解决这些局限性,我们引入了OpenART,这是一个通过环境演化进行可扩展代理红队测试的开放式竞技场。OpenART提供了超过10,000个经过验证的状态场景,涵盖50个领域,来源于超过500,000种工具和技能的池。这些任务需要中位数为97次的工具调用,并能够在75种不同的代理模型配置中进行统一评估。为了系统地探索这些不断演变的攻击面,我们提出了进化马尔可夫超图攻击(Evolutionary Markov Hypergraph Attack,EMHA)。EMHA是一种黑箱策略,通过协调授权的状态转变进行反馈驱动的环境演化,而无需参数更新。在整个评估过程中,任务目标保持不变,只有环境状态发生变化。在所有配置中,EMHA实现了85.0%的汇总攻击成功率(Attack Success Rate,ASR)。与仅依赖指令的演化相比,其优势从简单环境中的约2%增加到最复杂环境中的超过17%,这表明环境演化随着任务复杂性的增加而越来越暴露安全失败。此外,我们的分析表明,代理的具体运行时实现解释了超出基础模型能力的安全变异的显著部分。这些结果确立了OpenART作为研究复杂、不断演变环境中代理安全的可扩展基础。
cs.CL / 42 / 2608.00693

AttnLink: Turning Attention into Schema Links for Text-to-SQL

AttnLink:将注意力转化为文本到SQL的模式链接
Song, Jinwang, Liu, Tao, Zheng, Haowen, Li, Xiangheng, Li, Yifan, Zan, Hongying
Abstract
Schema linking is a critical component of Text-to-SQL systems, but existing approaches often trade off contextual modeling capacity, score-based controllability, and inference efficiency. We introduce AttnLink, an attention-based framework that converts LLMs' internal attention into continuous relevance scores for schema items. AttnLink extracts the attention from the generation-start position to candidate schema spans, enabling all candidates to be ranked in a single prefill pass without autoregressive decoding. We develop two variants: AttnLink-U, which directly probes pretrained attention without parameter updates, and AttnLink-S, which aligns the attention distribution with gold schema items through direct supervision. To improve coverage of multiple relevant schema items, AttnLink-S combines a set-mass objective with an adaptive probability-floor regularizer. The resulting scores support post-hoc precision-recall control through temperature scaling and cumulative-mass selection. Experiments on Spider, BIRD, and Spider2-SQLite show that AttnLink-S achieves mAP scores of 99.22%, 95.95%, and 83.29%, respectively, with millisecond-scale schema-linking latency. It also yields the best or tied-best execution accuracy for downstream SQL generation in seven of nine generator-dataset settings.
Chinese Translation
模式链接是文本到SQL系统的关键组成部分,但现有方法往往在上下文建模能力、基于分数的可控性和推理效率之间进行权衡。我们提出了AttnLink,这是一种基于注意力的框架,将大型语言模型(LLMs)内部的注意力转换为模式项的连续相关性分数。AttnLink从生成起始位置提取注意力到候选模式跨度,使所有候选项能够在单次预填充过程中进行排名,而无需自回归解码。我们开发了两种变体:AttnLink-U,直接探测预训练的注意力而不进行参数更新;AttnLink-S,通过直接监督将注意力分布与真实模式项对齐。为了提高多个相关模式项的覆盖率,AttnLink-S结合了集合质量目标和自适应概率下限正则化器。生成的分数通过温度缩放和累积质量选择支持后验精确度-召回控制。在Spider、BIRD和Spider2-SQLite上的实验表明,AttnLink-S分别达到了99.22%、95.95%和83.29%的mAP分数,且模式链接延迟在毫秒级别。它还在九个生成器-数据集设置中的七个中实现了最佳或并列最佳的下游SQL生成执行准确率。
cs.CL / 43 / 2608.00712

Exploiting Intrinsic Duality for Multi-Hop Question Generation

利用内在对偶性进行多跳问题生成
Li, Maodong, Kang, Xinyue, Shi, Yuanchen, Kong, Fang
Abstract
Multi hop question generation (MQG) aims to generate questions from multiple given documents and target answers, whereas question answering (QA) focuses on deriving answers from documents given specific questions. Although MQG and QA are inherently dual tasks, most existing MQG studies largely overlook this intrinsic duality. To address this limitation, we propose QQ, a novel framework that exploits the duality between Question and answer for multi hop Question generation. Specifically, QQ employs a unified architecture functioning simultaneously as both an MQG and a QA model to fully leverage their interdependence. Our framework is driven by two key mechanisms: (i) enforcing bidirectional alignment constraints to ensure strict mutual correspondence between the questions generated by the MQG model and the answers produced by the QA model; and (ii) applying contrastive learning to pull paired question answer representations closer while pushing unpaired ones apart, thereby reinforcing this correspondence. Extensive automatic and human evaluations on the HotpotQA and MuSiQue datasets demonstrate that the QQ framework significantly improves the quality of generated multi hop questions.
Chinese Translation
多跳问题生成(MQG)旨在从多个给定文档和目标答案中生成问题,而问题回答(QA)则侧重于从文档中根据特定问题推导答案。尽管MQG和QA本质上是对偶任务,但现有的大多数MQG研究在很大程度上忽视了这种内在对偶性。为了解决这一局限性,我们提出了QQ,一个新颖的框架,利用问题与答案之间的对偶性进行多跳问题生成。具体而言,QQ采用统一架构,同时作为MQG和QA模型运作,以充分利用它们之间的相互依赖性。我们的框架由两个关键机制驱动:(i)强制双向对齐约束,以确保MQG模型生成的问题与QA模型产生的答案之间严格的相互对应;(ii)应用对比学习,使配对的问题和答案表示更接近,同时将未配对的表示推远,从而强化这种对应关系。在HotpotQA和MuSiQue数据集上进行的大量自动和人工评估表明,QQ框架显著提高了生成的多跳问题的质量。
cs.CL / 44 / 2608.00713

Observatorio Lazaro: A self-populating database of anglicism usage in the Spanish press

拉萨罗观察站:西班牙媒体中英语借用的自我填充数据库
Alvarez-Mellado, Elena
Abstract
This paper describes Observatorio L\'azaro, a language resource that monitors unassimilated lexical borrowings (predominantly English lexical borrowings or anglicisms) in the Spanish digital press. Since April 2020 the system has automatically processed the daily output of a collection of news outlets, detected borrowings with a neural sequence-labeling model, and made the results available through a public web interface and API. The result is a continuously updated diachronic database which, at the time of writing, records more than two million borrowings across 1.88 million articles and 993 million running tokens of text (2020-2026). The paper documents the resource: we describe the end-to-end pipeline (acquisition, detection, post-processing, storage and access), the data model and the terms of availability; we evaluate the resource through the detector's held-out performance (span-level F1=0.86 for the borrowing class), inter-annotator agreement on the training corpus (Cohen's kappa=0.91) and a manual precision audit of 1,000 spans from the deployed data; and we situate it with respect to Spanish borrowing lexicography, annotated borrowing corpora and neology-monitoring observatories. The data shows that unassimilated anglicisms are used in the Spanish press at a frequency of approximately two anglicisms per thousand tokens, and that this rate remains stable. Our statistical analysis over six years reveals that the anglicism vocabulary in Spanish behaves as an open and growing class, with 58.7% of its types attested only once (53.6% after correcting for detection precision), and that its density is highest in the fashion, technology and lifestyle sections and lowest in political and institutional news. The resource is intended to complement static borrowing dictionaries and one-off annotated corpora by providing a continuously updated record of borrowing in the Spanish press.
Chinese Translation
本文描述了拉萨罗观察站(Observatorio Lázaro),这是一个监测西班牙数字媒体中未同化词汇借用(主要是英语词汇借用或英语借用词)的语言资源。自2020年4月以来,该系统自动处理一系列新闻媒体的每日输出,利用神经序列标注模型检测借用词,并通过公共网络接口和API提供结果。最终形成了一个持续更新的历时数据库,截至撰写时,记录了超过两百万个借用词,涵盖188万篇文章和9.93亿个文本标记(2020-2026)。本文记录了该资源:我们描述了端到端的处理流程(获取、检测、后处理、存储和访问)、数据模型及可用性条款;通过检测器的保留性能(借用类别的跨度级F1=0.86)、训练语料库的标注者间一致性(Cohen's kappa=0.91)以及对已部署数据中1000个跨度的手动精度审计来评估该资源;并将其与西班牙借用词典、注释借用语料库和新词监测观察站进行对比。数据表明,未同化的英语借用词在西班牙媒体中的使用频率约为每千个标记两个英语借用词,并且这一比例保持稳定。我们对六年的统计分析显示,西班牙的英语借用词汇表现为一个开放且不断增长的类别,其中58.7%的类型仅被记录一次(在修正检测精度后为53.6%),其密度在时尚、科技和生活方式栏目中最高,而在政治和机构新闻中最低。该资源旨在通过提供西班牙媒体中借用词的持续更新记录,来补充静态借用词典和一次性注释语料库。
cs.CL / 45 / 2608.00765

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

RAGOCR:通过视觉表示对检索增强文本进行光学压缩
Yu, Jiayang, Zhong, Jialun, Zou, Lei
Abstract
Retrieval-Augmented Generation (RAG) has become essential for knowledge-intensive question answering, yet scaling RAG pipelines remains challenging due to the prohibitive computational cost of processing lengthy retrieved contexts. Existing compression approaches face a fundamental trade-off: hard compression methods operate online in a query-aware fashion but achieve only modest compression rates and typically require fine-tuning the generative model, while soft compression methods attain higher ratios but rely on costly offline encoding that is entirely agnostic to the input query. To bridge this gap, we introduce RAGOCR, a novel framework that compresses retrieved documents into compact visual representations conditioned on the input query. To further balance compression rate and information fidelity, we introduce a query-aware dynamic resolution mechanism that adaptively allocates visual granularity based on each document's estimated relevance and complexity: highly relevant passages are rendered at higher resolution to preserve fine-grained details, while peripheral documents are aggressively compressed at lower resolution. Experiments on five QA benchmarks using the MedOmniKB retrieval corpus demonstrate that RAGOCR surpasses naive RAG by over 15\% in accuracy while requiring only one-eighth the number of input tokens, and consistently outperforms both hard and soft compression baselines across varying retrieval depths.
Chinese Translation
检索增强生成(RAG)已成为知识密集型问答的关键技术,但由于处理冗长检索上下文的高昂计算成本,扩展 RAG 流水线仍然具有挑战性。现有的压缩方法面临根本性的权衡:硬压缩方法以查询感知的方式在线运行,但仅能实现适度的压缩率,并且通常需要对生成模型进行微调,而软压缩方法则能达到更高的压缩比,但依赖于完全与输入查询无关的昂贵离线编码。为了弥补这一差距,我们提出了 RAGOCR,这是一种新颖的框架,可以将检索到的文档压缩为基于输入查询的紧凑视觉表示。为了进一步平衡压缩率和信息保真度,我们引入了一种查询感知的动态分辨率机制,该机制根据每个文档的估计相关性和复杂性自适应地分配视觉细节:高度相关的段落以更高的分辨率呈现,以保留细微的细节,而外围文档则在较低的分辨率下被积极压缩。在使用 MedOmniKB 检索语料库的五个问答基准上的实验表明,RAGOCR 的准确率超过了简单 RAG 超过 15\%,同时仅需要八分之一的输入标记数量,并且在不同的检索深度下始终优于硬压缩和软压缩基线。
cs.CL / 46 / 2608.00782

Distill Where You Fail: Recovering Learning Signals of Negative RL-Groups from Adaptive Teacher Guidance

提炼失败之处:从自适应教师指导中恢复负RL组的学习信号
Han, Zhuowen, Xiao, Jinwei, Lu, Zhengxi, Jin, Renren, Yao, Zhiyuan, Liu, Yuxin, Hao, Hongyan, Sun, Yueqing, Yang, Yu, GU, Qi, Cai, Xunliang, Xiong, Deyi
Abstract
Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training large language models (LLMs). While Group Relative Policy Optimization (GRPO) is widely adopted, it suffers from sparse reward signals and loses gradients entirely when all responses within a group receive identical rewards. On-policy distillation (OPD) offers a natural remedy by providing dense, token-level supervision from a teacher model. However, naively combining GRPO with OPD leads to degraded performance, due to three underlying causes: not all samples benefit from distillation; fitting too quickly to the teacher undermines the exploratory capacity of RL; and OPD's advantages are asymmetric, suppressing most tokens. To address these challenges, we propose RSTG (Recovering Learning Signals via Adaptive Teacher Guidance), which applies distillation selectively and precisely where it matters most. At the sample level, OPD is restricted to negative zero-variance prompts with each sample weighted by the teacher's confidence score. At the token level, distillation targets only tokens with high student entropy or large teacher-student divergence. We further augment training with SFT on correct trajectories generated by the teacher model, injecting positive gradient signals where RL yields none. Experiments demonstrate that RSTG substantially outperforms naive GRPO+OPD by +4.02% on math and +3.05% on code.
Chinese Translation
带有可验证奖励的强化学习(RLVR)已成为后训练大型语言模型(LLMs)的标准范式。尽管群体相对策略优化(GRPO)被广泛采用,但它面临稀疏奖励信号的问题,并且当一个组内的所有响应获得相同奖励时,完全失去梯度。在线蒸馏(OPD)通过提供来自教师模型的密集、基于令牌的监督,提供了一种自然的解决方案。然而,简单地将GRPO与OPD结合会导致性能下降,原因有三:并非所有样本都能从蒸馏中受益;过快地适应教师模型削弱了RL的探索能力;而且OPD的优势是不对称的,抑制了大多数令牌。为了解决这些挑战,我们提出了RSTG(通过自适应教师指导恢复学习信号),该方法在最重要的地方选择性和精确地应用蒸馏。在样本层面,OPD仅限于负零方差提示,并根据教师的置信度对每个样本进行加权。在令牌层面,蒸馏仅针对具有高学生熵或大教师-学生发散的令牌。我们进一步通过教师模型生成的正确轨迹进行SFT训练,注入正梯度信号,以弥补RL未产生的信号。实验表明,RSTG在数学上比简单的GRPO+OPD提高了4.02%的性能,在代码上提高了3.05%。
cs.CL / 47 / 2608.00814

OoO-Spec: Out-of-Order Semantic Speculation for Fast Tool Calling

OoO-Spec:用于快速工具调用的无序语义推测
Zhang, Zhiheng, Xu, Mujie, Sun, Feiyu, Zhang, Zhixin
Abstract
LLMs generate tool calls token by token, even though the function choice and argument values can often be predicted in parallel from the request and tool schema. ToolSpec reduces this cost by drafting schema tokens and retrieving earlier calls, but cannot propose request-specific values absent from either source. We present OoO-Spec, which computes these missing semantics out of order. At request arrival, a Qwen3-0.6B sidecar predicts the function choice and all schema-defined argument slots in one parallel request-level wave while the target begins ToolSpec decoding. The runtime joins the slot values, renders the resulting call as text, and exposes it to subsequent candidate-construction rounds. The target polls without blocking, re-tokenizes a ready hint with its own tokenizer, and remains the sole verifier and commit authority. The sidecar is trained once with LoRA on Qwen2.5-32B teacher traces and used unchanged across Qwen2.5, Qwen3, and Llama targets, without target-specific drafter training. Across seven fully ranked targets and three benchmarks under greedy batch-one decoding, OoO-Spec is fastest among all evaluated methods in all 21 target-benchmark cells, reaching 2.46x-5.34x over autoregressive decoding with an unweighted mean of 3.89x, versus 2.95x for ToolSpec. It also outperforms every evaluated released learned drafter in each comparable cell. Across Qwen3-4B, 8B, 14B, and 32B targets, the same sidecar improves on ToolSpec by 34.1% on average. Its compact semantic payload averages 85 bytes per request excluding protocol metadata, supporting effective split-GPU overlap.
Chinese Translation
大型语言模型(LLMs)逐个生成工具调用的令牌,尽管函数选择和参数值通常可以从请求和工具模式中并行预测。ToolSpec通过草拟模式令牌并检索早期调用来降低这一成本,但无法在缺乏任何来源的情况下提出特定于请求的值。我们提出了OoO-Spec,它以无序方式计算这些缺失的语义。在请求到达时,一个Qwen3-0.6B的辅助模型在一次并行的请求级波动中预测函数选择和所有模式定义的参数槽,同时目标开始ToolSpec解码。运行时将槽值结合,呈现结果调用为文本,并将其暴露给后续候选构建轮次。目标在不阻塞的情况下进行轮询,使用其自己的分词器重新标记准备好的提示,并保持唯一的验证和提交权限。该辅助模型在Qwen2.5-32B教师轨迹上使用LoRA进行一次训练,并在Qwen2.5、Qwen3和Llama目标中保持不变,无需针对特定目标的草拟训练。在七个完全排名的目标和三个基准下,在贪婪的批量一解码中,OoO-Spec在所有评估方法中都是最快的,在所有21个目标-基准单元中,达到2.46倍至5.34倍的速度提升,未加权平均为3.89倍,而ToolSpec为2.95倍。它在每个可比单元中也超越了每个已评估的已发布学习草拟器。在Qwen3-4B、8B、14B和32B目标中,同一辅助模型在ToolSpec上平均提高了34.1%。其紧凑的语义负载平均每个请求85字节,不包括协议元数据,支持有效的分割GPU重叠。
cs.CL / 48 / 2608.00821

Exemplars in Disguise: Pure Exemplar Models Mimic Abstraction-First Learning

伪装中的典范:纯典范模型模拟抽象优先学习
Houghton, Zachary Nicholas, Kapatsinski, Vsevolod
Abstract
Whether idiosyncratic, item-specific knowledge is learned before abstract class-level generalizations, or vice versa, is a central question in language learning, with exemplar and abstraction-based theories making opposite predictions. Recent methods have claimed to show that, at least for large language models, abstract knowledge is learned first. We show that these methods fall short: pure memorizer models with no abstract representations can appear, by the same criteria, to learn either item-specific or class-level knowledge first, depending on their sensitivity to individual observations, with the transition point governed by the distributional properties of the input. We further argue that the distinction between item-specific and abstract knowledge may be ill-defined for distributed representations, as a word's class-level properties may not be separable from its item-specific properties.
Chinese Translation
在语言学习中,特有的、特定于项目的知识是先于抽象的类级概括学习,还是反之,是一个核心问题,典范理论和基于抽象的理论对此做出了相反的预测。最近的方法声称显示,至少对于大型语言模型,抽象知识是首先学习的。我们表明这些方法存在不足:没有抽象表征的纯记忆模型可以根据相同的标准,似乎首先学习特定于项目的知识或类级知识,这取决于它们对个别观察的敏感性,过渡点由输入的分布特性决定。我们进一步认为,对于分布式表征,特定于项目的知识和抽象知识之间的区别可能定义不清,因为一个词的类级属性可能无法与其特定于项目的属性分离。
cs.CL / 49 / 2608.00837

Pruned BPE: Post-training Visibility Pruning and Token Reallocation for Byte Pair Encoding

修剪的字节对编码(Pruned BPE):后训练可见性修剪与标记重新分配
Shao, Kenny
Abstract
Byte Pair Encoding (BPE) is widely used for subword tokenization, but standard BPE exposes every learned merge token to the downstream model, including tokens that mainly serve as intermediate construction units and rarely appear in the final encoded corpus. This paper proposes Pruned BPE, a post-training visibility-pruning and token-reallocation method that separates merge construction from model-visible vocabulary selection. After standard BPE training, tokens are evaluated by final exposure. Low-exposure tokens are retained as internal-only merge nodes, while their visible vocabulary slots are reassigned to better-exposed candidates learned through resumed training. During encoding, internal-only tokens are recursively expanded into visible descendants while the original BPE merge order is preserved. Experiments on two non-overlapping English- and Chinese-dominated corpora and their combination show that Pruned BPE consistently reduces encoded length relative to Standard BPE at the same training corpus, evaluation corpus, and model-visible vocabulary size. At a 40\% exposure threshold, the reduction is approximately 0.27\%--0.36\% on same-corpus evaluations. In a vocabulary-only evaluation using a shared exact minimum-token dynamic-programming encoder, Pruned BPE retains an advantage of approximately 0.23\%--0.31\%, indicating that the improvement arises from a more efficient visible vocabulary. These gains represent a meaningful fraction of the approximately 1.5\%--3.8\% marginal reduction that would otherwise require adding another 2K Standard BPE tokens. Qualitative analysis shows that internal-only tokens include reusable English fragments, Chinese components, partial UTF-8 byte sequences, and structured-text fragments. The results indicate that post-training visibility pruning can improve BPE vocabulary efficiency without increasing the vocabulary exposed to the language model.
Chinese Translation
字节对编码(Byte Pair Encoding, BPE)广泛用于子词标记化,但标准的 BPE 将每个学习到的合并标记暴露给下游模型,包括那些主要作为中间构建单元且在最终编码语料中很少出现的标记。本文提出了修剪的字节对编码(Pruned BPE),这是一种后训练可见性修剪和标记重新分配的方法,旨在将合并构建与模型可见词汇选择分离。在标准 BPE 训练后,根据最终曝光对标记进行评估。低曝光的标记被保留为仅内部使用的合并节点,而它们的可见词汇位置则重新分配给通过恢复训练学习到的曝光更好的候选标记。在编码过程中,仅内部使用的标记被递归扩展为可见后代,同时保留原始 BPE 合并顺序。在两个不重叠的以英语和中文为主的语料库及其组合上的实验表明,修剪的 BPE 在相同的训练语料、评估语料和模型可见词汇大小下,相较于标准 BPE 一直减少编码长度。在 40\% 的曝光阈值下,同语料评估的减少约为 0.27\%--0.36\%。在使用共享精确最小标记动态规划编码器的词汇评估中,修剪的 BPE 保持了约 0.23\%--0.31\% 的优势,表明改进源于更高效的可见词汇。这些增益代表了大约 1.5\%--3.8\% 边际减少的一个重要部分,否则需要增加另外 2000 个标准 BPE 标记。定性分析表明,仅内部使用的标记包括可重用的英语片段、中文成分、部分 UTF-8 字节序列和结构化文本片段。结果表明,后训练可见性修剪可以提高 BPE 词汇的效率,而无需增加暴露于语言模型的词汇。
cs.CL / 50 / 2608.00902

Practical Online KV Cache Compaction for LLM Agents: An Empirical Study

针对LLM代理的实用在线KV缓存压缩:一项实证研究
Liu, Yujian, Ji, Jiabao, An, Li, Jain, Rohit, Polatkan, Gungor, Zhu, Siyu, Chang, Shiyu
Abstract
LLM agents accumulate long trajectories of reasoning steps, tool calls, and environment feedback, making the KV cache a major inference bottleneck. KV cache compaction can reduce this cost, but most prior methods assume a static context where future queries are known or can be approximated offline. Agents instead require online compaction: new information must be compressed before future relevance is known, using proxy queries cheap enough for the inference path. We study online compaction across token eviction (TE) and attention matching (AM), adapting both to compact agent turns and comparing cheap proxy sources such as boundary, repeat-prefill, and delayed future-generation queries. Experiments on BrowseComp-Plus and WideSearch show that immediate compaction often hurts performance, whereas delaying compaction to use the agent's future queries recovers much of the gap. Moreover, TE is often more robust than AM under imperfect proxies. Across models at different scales, TE preserves most of the accuracy while reducing KV cache by 80%, and can improve throughput over the no compaction baseline. These results position proxy-query selection as a core design choice for practical online KV compaction.
Chinese Translation
LLM代理积累了长时间的推理步骤、工具调用和环境反馈,使得KV缓存成为主要的推理瓶颈。KV缓存压缩可以降低这一成本,但大多数先前的方法假设静态上下文,其中未来查询是已知的或可以离线近似。代理需要在线压缩:新信息必须在未来相关性已知之前进行压缩,使用足够便宜的代理查询以适应推理路径。我们研究了基于令牌驱逐(Token Eviction, TE)和注意力匹配(Attention Matching, AM)的在线压缩,调整两者以压缩代理的回合,并比较边界、重复预填充和延迟未来生成查询等便宜的代理源。在BrowseComp-Plus和WideSearch上的实验表明,立即压缩往往会损害性能,而将压缩延迟到使用代理的未来查询则能恢复大部分差距。此外,在不完美代理下,TE通常比AM更具鲁棒性。在不同规模的模型中,TE在减少80%的KV缓存的同时保持了大部分准确性,并且可以提高相较于无压缩基线的吞吐量。这些结果将代理查询选择定位为实用在线KV压缩的核心设计选择。
cs.CL / 51 / 2608.00909

FinHardBench: Can LLMs Generate Latency-Aware Hardware for Financial Computing?

FinHardBench:大型语言模型能否生成针对金融计算的延迟感知硬件?
Fu, Weimin, Zhang, Hejia, Shao, Minghao, Wang, Zeng, Knechtel, Johann, Sinanoglu, Ozgur, Shafique, Muhammad, Karri, Ramesh, Guo, Xiaolong
Abstract
Can large language models generate not just correct, but fast hardware? This paper investigates the question in financial FPGA design, where 5-10 nanoseconds of latency determines competitive advantage and designs iterate continuously as protocols, strategies, and regulations evolve. FinHardBench, a benchmark of 33 financial computing tasks, is presented together with three experiments that mirror the real-world FPGA iteration cycle: generating new modules from specifications, tuning system-level configurations across a 6-stage trading pipeline, and adapting existing modules to specification changes. Evaluation of six LLMs on 1530+ experiment rounds yields three findings: (1) models achieve 19-61% functional correctness with timing degradation up to 13.7$\times$ on specific tasks; (2) in system-level design space exploration, top LLMs converge to the optimal configuration with higher reliability than random search, simulated annealing, and Bayesian optimization baselines (5/5 seeds vs. 0-4/5 at the same 24-round budget); (3) strategy-level specification changes remain unsolved for most models. Across the six models, generation and DSE rankings overlap moderately: the strongest code generator is not the fastest architecture optimizer, and the weakest code generator (MiniMax M2.7) still reaches the system optimum on 4 of 5 seeds. On the tasks in FinHardBench, difficulty tracks training data pattern availability more closely than abstraction level. FinHardBench is released as an open-source benchmark.
Chinese Translation
大型语言模型不仅能生成正确的硬件,还能生成快速的硬件吗?本文探讨了这一问题,聚焦于金融领域的FPGA设计,其中5-10纳秒的延迟决定了竞争优势,并且随着协议、策略和法规的演变,设计不断迭代。我们提出了FinHardBench,一个包含33个金融计算任务的基准,并进行了三项实验,模拟真实世界的FPGA迭代周期:根据规范生成新模块、在6阶段交易管道中调整系统级配置,以及适应现有模块的规范变化。对六个大型语言模型在1530多个实验轮次上的评估得出了三项发现:(1)模型在特定任务上实现了19-61%的功能正确性,但在时序上最多下降了13.7倍;(2)在系统级设计空间探索中,顶尖的LLM以比随机搜索、模拟退火和贝叶斯优化基线更高的可靠性收敛到最优配置(5/5种子对比0-4/5在相同的24轮预算下);(3)大多数模型在策略级规范变化上仍未解决。在这六个模型中,生成和设计空间探索的排名中等重叠:最强的代码生成器并不是最快的架构优化器,而最弱的代码生成器(MiniMax M2.7)在5个种子中仍然达到了系统最优。在FinHardBench中的任务中,难度与训练数据模式的可用性比与抽象级别的关系更为密切。FinHardBench作为开源基准发布。
cs.CL / 52 / 2608.00932

Gaokerena: A Small Persian Medical Language Model Family

Gaokerena:一小型波斯医学语言模型系列
Ghassabi, Mehrdad, Kashani, Hamidreza Baradaran, Rostami, Pedram, Hakim, Sadra, Kazemi, Zahra, Ebrahimi, Audrina
Abstract
The integration of artificial intelligence into medical question-answering systems has advanced rapidly; however, research remains predominantly focused on English, leaving low resource languages like Persian significantly underserved. To address this gap, this paper introduces Gaokerena, a novel family of compact Persian medical language models optimized for deployment on consumer grade hardware. As a foundational step toward localized digital healthcare, we first present Gaokerena-V, developed by training a baseline model on a newly curated 90-million-token Persian medical corpus and 20,000 expert-vetted physician Q&A pairs, which improved performance on a translated medical MMLU benchmark from 46.28% to 49.31%. Second, recognizing the critical demands of clinical reasoning, we developed Gaokerena-R by integrating a Chain-of-Thought approach with two novel Reinforcement Learning with AI Feedback (RLAIF) frameworks to optimize preference-based reasoning. Despite utilizing the same baseline architecture and a smaller dataset than Gaokerena-V, Gaokerena-R achieved a superior benchmark score of 52.98%. Furthermore, both models are equipped with custom-developed uncertainty heads that predict the model's confidence in its responses based solely on internal hidden states. While these results demonstrate significant progress in Persian medical language modeling and proactive safety estimation, current performance levels remain insufficient for direct clinical application, highlighting the necessity for further research into robust knowledge acquisition and rigorous safety verification prior to real world deployment.
Chinese Translation
人工智能在医学问答系统中的集成迅速发展;然而,研究仍主要集中在英语上,导致波斯语等低资源语言受到显著忽视。为了解决这一问题,本文介绍了Gaokerena,一个新颖的紧凑型波斯医学语言模型系列,旨在优化在消费级硬件上的部署。作为本地化数字医疗的基础步骤,我们首先提出了Gaokerena-V,该模型通过在新近整理的9000万标记的波斯医学语料库和20000对经过专家审核的医生问答对上训练基线模型而开发,性能在翻译的医学MMLU基准测试中从46.28%提升至49.31%。其次,考虑到临床推理的关键需求,我们通过将Chain-of-Thought方法与两个新颖的基于强化学习的AI反馈(Reinforcement Learning with AI Feedback, RLAIF)框架结合,开发了Gaokerena-R,以优化基于偏好的推理。尽管使用了与Gaokerena-V相同的基线架构且数据集规模更小,Gaokerena-R仍然达到了更高的基准得分52.98%。此外,这两个模型都配备了定制开发的不确定性头部,能够仅基于内部隐藏状态预测模型对其响应的信心。尽管这些结果展示了波斯医学语言建模和主动安全估计的显著进展,但当前的性能水平仍不足以直接应用于临床,突显了在实际部署之前对稳健知识获取和严格安全验证进行进一步研究的必要性。
cs.CL / 53 / 2608.00973

Mind the Gap: Zero-Query Jailbreaks via Filter-Generator Discrepancy in Text-to-Image Systems

注意差距:通过文本到图像系统中的过滤器-生成器差异实现零查询越狱
Li, Wanguang, Wang, Zhaoxin, Wang, Handing
Abstract
Text-to-image (T2I) systems typically have prompt-level safety filters before the generator to block unsafe requests, yet such systems remain vulnerable to malicious jailbreak prompts. Transfer-based attacks construct adversarial prompts offline without querying the target, but they tend to overfit to a single surrogate. Moreover, they explore a large search space in which semantic or perceptual similarity alone cannot guarantee both filter evasion and preservation of the unsafe generation intent, wasting effort on low-potential candidates. We observe that the filter and the generator process the same prompt under different objectives and representations, and term this gap the Filter-Generator Discrepancy (FGD), which allows a perturbation to reduce a prompt's perceived risk to the filter while preserving the visual concept needed by the generator. Building on FGD, we propose a zero-query jailbreak framework that screens perturbations into a high-potential candidate set via observable discrepancy rules at the tokenization and semantic stages, and then performs a surrogate-ensemble evolutionary search that requires no access to the target. Experiments on six black-box pipelines and a commercial online service show that our method consistently outperforms representative baselines, raising the average attack success rate to 29.2\% (MHSC) and 33.3\% (Q16) across the six pipelines and improving over the strongest baseline by about 8 and 12 percentage points, respectively.
Chinese Translation
文本到图像(T2I)系统通常在生成器之前设置提示级安全过滤器,以阻止不安全请求,但此类系统仍然容易受到恶意越狱提示的攻击。基于转移的攻击在离线状态下构建对抗性提示,而无需查询目标,但它们往往会过拟合于单一的替代模型。此外,它们在一个大的搜索空间中探索,仅凭语义或感知相似性无法同时保证过滤器的规避和不安全生成意图的保留,导致在低潜力候选者上浪费精力。我们观察到过滤器和生成器在不同的目标和表示下处理相同的提示,并将这种差距称为过滤器-生成器差异(Filter-Generator Discrepancy,FGD),这使得扰动能够降低提示对过滤器的感知风险,同时保留生成器所需的视觉概念。在FGD的基础上,我们提出了一种零查询越狱框架,通过在标记化和语义阶段的可观察差异规则筛选扰动进入高潜力候选集,然后进行不需要访问目标的替代集成进化搜索。在六个黑箱管道和一个商业在线服务上的实验表明,我们的方法始终优于代表性基线,将六个管道的平均攻击成功率提高到29.2\%(MHSC)和33.3\%(Q16),并分别比最强基线提高约8和12个百分点。
cs.CL / 54 / 2608.00984

Unsupervised Multidomain Approaches to Named Entity Recognition with Small Datasets

小数据集下无监督多领域命名实体识别方法研究
Fianyi, Israel, Montgomery, James, Yeom, Soonja
Abstract
This paper explores the challenges and the methodologies associated with learning quality representations in scenarios with unlabelled small or limited datasets for downstream information extraction task (Multidomain Named Entity Recognition (NER). The study adopts a Transfer Learning on small datasets. Traditional NER systems often rely on large, labelled data, which is impractical for many domains. This study, therefore, applies an unsupervised pre-training approach to precondition and identify entities without annotated datasets, then applies transfer learning models to different simulated limited datasets for a named entity recognition task. Entity Recognition (NER) is essential in natural language processing (NLP), it identifies and classifies related entities within the text. This study addresses the complexities of domain variability, data sparsity, and overfitting and investigates innovative approaches such as data augmentation, few-shot learning, and domain adversarial training. Integrating these techniques promises to enhance the performance and generalizability of NER systems across diverse and resource-constrained domains, paving the way for more efficient and adaptable NLP applications.
Chinese Translation
本文探讨了在无标签的小型或有限数据集场景中学习高质量表示所面临的挑战和方法论,以用于下游信息提取任务(多领域命名实体识别(NER))。本研究采用了小数据集上的迁移学习。传统的NER系统通常依赖于大量标注数据,这在许多领域中并不实际。因此,本研究应用了一种无监督预训练方法,在没有注释数据集的情况下对实体进行预处理和识别,然后将迁移学习模型应用于不同的模拟有限数据集以执行命名实体识别任务。实体识别(NER)在自然语言处理(NLP)中至关重要,它能够识别和分类文本中的相关实体。本文解决了领域变异性、数据稀疏性和过拟合等复杂性,并探讨了数据增强、少样本学习和领域对抗训练等创新方法。整合这些技术有望提高NER系统在多样化和资源受限领域的性能和泛化能力,为更高效和适应性强的NLP应用铺平道路。
cs.CL / 55 / 2608.01012

MedUPS: Towards Diagnostic Assistance in Uncommon Medical Cases with Large Language Models

MedUPS:利用大型语言模型辅助不常见医疗案例的诊断
Shoham, Ofir Ben, Perets, Oriel, Grinberg, Nir, Rappoport, Nadav
Abstract
Uncommon and off-guideline cases are difficult for clinical decision support, because physicians must make a series of management decisions under diagnostic uncertainty and rarely see the full case at once. Most large language model (LLM) benchmarks for medicine score only the final diagnosis, yet much of clinical care turns on the next appropriate action: the next test to order, the imaging study to obtain, the specialist to involve, or the differential to pursue. We introduce MedUPSQA, a dataset of 21,874 mid-stream clinical decision points built from 5,535 real case reports, and MedUPS, an alignment framework that supervises models on these intermediate decisions as they unfold along a patient's trajectory. We segment free-text case presentations into chronologically ordered, accumulating clinical chunks and align models to predict the next step with reinforcement learning (GRPO), using an external LLM-as-a-Judge reward. This objective mirrors how clinicians actually meet patients, reasoning forward from accumulating evidence toward the next decision, rather than committing to a final label. Across three backbones, mid-stream alignment raises next-step accuracy from 55.2 to 66.7 for Qwen3.6-27B, from 47.2 to 57.8 for Qwen3.5-9B, and from 37.8 to 44.4 for HuatuoGPT-3-8B, with 95% CI. In several model scales we test the objective improves accuracy more than scale, with smaller models surpassing larger, frontier models we evaluate. We further train supervised fine-tuning (SFT) baselines on the mid-stream task, SFT improves all backbones above base, indicating the target framwork carries signal independently of the optimizer. We release the dataset, code, and aligned checkpoints.
Chinese Translation
不常见和偏离指南的病例对临床决策支持而言非常困难,因为医生必须在诊断不确定性下做出一系列管理决策,并且很少能一次性看到完整案例。大多数针对医学的大型语言模型(LLM)基准仅评估最终诊断,而临床护理的许多环节则依赖于下一个适当的行动:下一个需要进行的测试、需要获取的影像学研究、需要参与的专家或需要追求的鉴别诊断。我们介绍了MedUPSQA,这是一个由5,535个真实案例报告构建的21,874个中间临床决策点的数据集,以及MedUPS,这是一个在患者轨迹中监督模型进行这些中间决策的对齐框架。我们将自由文本案例呈现分割为按时间顺序排列的、累积的临床片段,并使用强化学习(GRPO)对模型进行对齐,以预测下一个步骤,同时使用外部的LLM-as-a-Judge奖励。这个目标反映了临床医生实际接触患者的方式,从累积的证据推理到下一个决策,而不是承诺于最终标签。在三个基础模型中,中间对齐将Qwen3.6-27B的下一个步骤准确率从55.2提高到66.7,将Qwen3.5-9B的准确率从47.2提高到57.8,将HuatuoGPT-3-8B的准确率从37.8提高到44.4,置信区间为95%。在多个模型规模中,我们测试的目标在提高准确率方面优于规模,较小的模型超越了我们评估的大型前沿模型。我们进一步在中间任务上训练了监督微调(SFT)基线,SFT使所有基础模型的表现均高于基线,表明目标框架独立于优化器传递信号。我们发布了数据集、代码和对齐的检查点。
cs.CL / 56 / 2608.01014

Cloud-ScPO: Hidden-State Geometry for Semi-Supervised Preference Optimization in LLM Reasoning

Cloud-ScPO:大语言模型推理中的半监督偏好优化隐状态几何
Liu, Yuzhou, Hu, Xiyang
Abstract
Preference optimization improves mathematical reasoning in large language models (LLMs), but reliable chosen-rejected pairs usually require verified answers, human annotations, or external reward models. We investigate whether preference supervision can instead be derived from the model's internal representation geometry in a semi-supervised setting. Our analysis shows that reasoning trajectories generated across different mathematical problems form structured global point clouds in which correct and incorrect trajectories exhibit different geometric organization. Based on this observation, we propose Cloud--ScPO, a topology-guided preference-mining framework that uses a small labeled set to construct multiple correct and incorrect reference Clouds. Each trajectory is represented by a mean-pooled hidden state and scored against connectivity-induced components using a component-level soft $k$-nearest-neighbor measure averaged across reference banks. We combine this cross-problem Cloud signal with prompt-level self-consistency: self-consistency determines the answer-level preference direction, while Cloud scoring selects concrete trajectories and filters pairs by their score margin. Experiments on GSM8K and MATH-Numeric across four model settings show that Cloud--ScPO consistently improves over ScPO, with gains of up to 4.49\% on GSM8K and 4.19\% on MATH-Numeric. Pair-level analyses further show that Cloud--ScPO maintains comparable correctness reliability while more effectively separating informative chosen trajectories from incomplete, repetitive, or otherwise low-quality rejected responses.
Chinese Translation
偏好优化提高了大语言模型(LLMs)中的数学推理能力,但可靠的选择-拒绝对通常需要经过验证的答案、人类注释或外部奖励模型。我们研究了在半监督环境中,偏好监督是否可以从模型的内部表示几何中推导出来。我们的分析表明,在不同数学问题中生成的推理轨迹形成了结构化的全局点云,其中正确和错误的轨迹表现出不同的几何组织。基于这一观察,我们提出了Cloud--ScPO,一个拓扑引导的偏好挖掘框架,该框架利用一小部分标记集构建多个正确和错误的参考点云。每个轨迹由均值池化的隐状态表示,并使用基于连接性引起的组件进行评分,该评分采用跨参考库平均的组件级软$k$-最近邻度量。我们将这种跨问题的点云信号与提示级自一致性结合:自一致性决定了答案级的偏好方向,而点云评分则选择具体轨迹并根据其评分边际过滤对。对GSM8K和MATH-Numeric在四种模型设置下的实验表明,Cloud--ScPO在性能上始终优于ScPO,在GSM8K上提高了最多4.49\%,在MATH-Numeric上提高了4.19\\%。对配对级分析进一步表明,Cloud--ScPO在保持可比的正确性可靠性的同时,更有效地区分了信息丰富的选择轨迹与不完整、重复或其他低质量的拒绝响应。
cs.CL / 57 / 2608.01017

Why LLMs Give In: Conversational Factors and Reasoning Behind Medical Sycophancy

为什么大型语言模型会妥协:医学阿谀奉承背后的对话因素和推理
Ping, Kaike, Çarık, Buse, Wohn, Caleb, Ding, Xiaohan, Wang, Tongshuai, Rho, Eugenia
Abstract
A language model that abandons a correct medical answer under user pushback is more dangerous than one that was simply wrong, because it lends the credibility of a correct answer to the user's misinformation. Such model behavior, described as medical sycophancy, is usually reported as a single rate per model, but we find it is a property of the conversation, not the model. We study medical sycophancy in language models with a fully crossed factorial design over four conversational factors, user role, the evidence behind a false claim, whether the challenge precedes or follows the model's answer, and whether the correct answer is grounded in the prompt, across five open-weight models and 500 MedQuAD questions (1.2M trials). The factors interact sharply: fabricated sources raise sycophancy 2.0x when they accompany the question but halve it once the model has answered, so the same evidence helps or hurts depending only on timing. Sycophancy varies far more across questions than across models (67x vs. 3x), so a single rate reflects the conversation and the questions sampled as much as the model. Chain-of-thought traces explain why. Models that re-examine their own prior answer concede, while those that reason about the medical facts hold, and only a model that has already answered can spend a round auditing the fabricated source.
Chinese Translation
在用户反对的情况下放弃正确医学答案的语言模型比简单错误的模型更具危险性,因为它将正确答案的可信度赋予用户的错误信息。这种模型行为被称为医学阿谀奉承,通常以每个模型的单一比率报告,但我们发现这是一种对话的特性,而非模型本身的特性。我们通过对四个对话因素(用户角色、虚假声明背后的证据、挑战是在模型回答之前还是之后,以及正确答案是否在提示中得到支持)进行完全交叉的因子设计,研究了语言模型中的医学阿谀奉承,涉及五个开放权重模型和500个MedQuAD问题(共计120万次试验)。这些因素之间的相互作用非常显著:当虚假来源伴随问题时,阿谀奉承增加2.0倍,但在模型回答后则减半,因此同样的证据仅根据时机的不同而产生帮助或伤害。阿谀奉承在问题之间的变化远大于模型之间的变化(67倍对比3倍),因此单一比率反映了对话和所采样问题的特性,和模型本身一样。思维链的痕迹解释了原因。重新审视自己先前回答的模型会妥协,而那些推理医学事实的模型则会坚持,只有已经回答过的模型才能花时间审计虚假来源。
cs.CL / 58 / 2608.01034

Opt.Gear Technical Report

Opt.Gear 技术报告
Park, Juneyoung, Kwon, Youngwook
Abstract
We introduce Opt.Gear, a foundation model designed for efficient on-device deployment, real-tim inference, and strong task capability. It includes a dense model (1M, 270M, and 1B) with a context length of 64K. We designed a new hybrid architecture that combines a convolutional key-value gated mixer with local-global attention to reduce the KV-cache memory that tends to increase exponentially with long context. This architecture delivers up to X4.9 faster prefill and decoding speeds on the NPUs compared to models of a similar scale models. From a 2T tokens candidate corpus, Opt.Gear is trained on a curated 0.5T tokens subset without knowledge distillation. This is the most data-efficient of the existing foundation models. All models are released with open weights and deployment binaries for ONNX, Qualcomm NPU, and Apple ANE making Opt.Gear a practical base for edge applications that need fast, memory-efficient inference and strong task capabilities. Furthermore, to expand the ecosystem of on-device generative language models, we are introducing the Opt.Gear-1M that can be deployed on Micro-Controller Units (MCUs), a Tiny Language Model (TLM). Opt.Gear-1M is the first generative language model to achieve 20 TPS with W4A32 quantization on the ARM Cortex-M7 CPU of the STM32H747I-DISCO.
Chinese Translation
我们介绍了 Opt.Gear,这是一种旨在实现高效设备端部署、实时推理和强大任务能力的基础模型。它包括一个密集模型(1M、270M 和 1B),具有 64K 的上下文长度。我们设计了一种新的混合架构,将卷积键值门控混合器与局部-全局注意力相结合,以减少随着长上下文而呈指数增长的 KV-cache 内存。与类似规模的模型相比,该架构在 NPU 上提供了高达 4.9 倍的预填充和解码速度。从 2T 令牌候选语料库中,Opt.Gear 在经过精心挑选的 0.5T 令牌子集上进行训练,而无需知识蒸馏。这是现有基础模型中数据效率最高的。所有模型均以开放权重和适用于 ONNX、Qualcomm NPU 和 Apple ANE 的部署二进制文件发布,使 Opt.Gear 成为需要快速、内存高效推理和强大任务能力的边缘应用的实用基础。此外,为了扩展设备端生成语言模型的生态系统,我们推出了 Opt.Gear-1M,可以部署在微控制器单元(MCU)上,这是一个微型语言模型(Tiny Language Model, TLM)。Opt.Gear-1M 是第一个在 STM32H747I-DISCO 的 ARM Cortex-M7 CPU 上以 W4A32 量化实现 20 TPS 的生成语言模型。
cs.CL / 59 / 2608.01046

DeBERTa-Sentinel: Toward Transparent and Trustworthy Detection of AI-Generated Text

DeBERTa-Sentinel:迈向透明和可信的人工智能生成文本检测
Rehman, Muhammad Yousaf, Islam, Muhammad
Abstract
The rapid spread of large language models (LLMs) across the web raises concerns about misinformation, academic integrity, automated content manipulation, and risks to vulnerable online communities. Existing transformer-based detectors, such as GPT-Sentinel, show promise but struggle to generalize to diverse model outputs and paraphrasing attacks, limiting their role in building trustworthy web ecosystems. This work introduces DeBERTa-Sentinel, a responsible AI-generated text detection framework leveraging DeBERTa-v3's disentangled attention to capture subtle structural irregularities in synthetic content. A central design principle is transparency: unlike black-box commercial detectors, DeBERTa-Sentinel exposes token-level explanations of its decisions, enabling affected stakeholders journalists, educators, and platform trust and safety teams to audit, challenge, and contextualize detection outcomes. Using the GLC-AIText dataset of 28,057 human and LLM-generated samples (GPT, LLaMA, and Claude) with a 60-20-20 split, DeBERTa-Sentinel achieves 98.21\% validation accuracy and surpasses the RoBERTa-Sentinel baseline from NeurIPS 2025, achieving 97.53\% test accuracy, 95.89\% precision, 99.33\% recall, and 99.53\% ROC-AUC, and maintaining a 0.665\% false negative rate. The model's interpretability reveals linguistic markers such as academic phrasing and formal transitions associated with synthetic text, directly supporting stakeholder needs for verifiable, auditable content-authenticity decisions. By advancing responsible detection methods that reduce bias and enhance explainability, DeBERTa-Sentinel promotes trustworthy, ethical, and human-centric AI systems. Code and data are available at https://github.com/Galileo-Galili/HUMAN-VS-AI-TEXT-DETECTION.
Chinese Translation
大型语言模型(LLMs)在网络上的快速传播引发了关于错误信息、学术诚信、自动内容操控以及对脆弱在线社区的风险等方面的担忧。现有的基于变换器的检测器,如GPT-Sentinel,显示出一定的潜力,但在应对多样化模型输出和释义攻击方面存在困难,限制了它们在构建可信网络生态系统中的作用。本研究介绍了DeBERTa-Sentinel,这是一个负责任的人工智能生成文本检测框架,利用DeBERTa-v3的解耦注意力捕捉合成内容中的微妙结构不规则性。其核心设计原则是透明性:与黑箱商业检测器不同,DeBERTa-Sentinel公开其决策的标记级解释,使受影响的利益相关者(如记者、教育工作者以及平台信任与安全团队)能够审核、质疑和情境化检测结果。使用包含28,057个人工和LLM生成样本(GPT、LLaMA和Claude)的GLC-AIText数据集,按60-20-20比例划分,DeBERTa-Sentinel实现了98.21%的验证准确率,超越了NeurIPS 2025的RoBERTa-Sentinel基线,达到了97.53%的测试准确率、95.89%的精确率、99.33%的召回率和99.53%的ROC-AUC,同时保持了0.665%的假阴性率。模型的可解释性揭示了与合成文本相关的语言标记,如学术措辞和正式过渡,直接支持利益相关者对可验证、可审计的内容真实性决策的需求。通过推进减少偏见和增强可解释性的负责任检测方法,DeBERTa-Sentinel促进了可信、伦理和以人为本的人工智能系统。代码和数据可在https://github.com/Galileo-Galili/HUMAN-VS-AI-TEXT-DETECTION获取。
cs.CL / 60 / 2608.01078

Attend to Your Own Thoughts: Breaking the Barrier for Post-Training Quantization of Reasoning LLMs through the Lens of 1.58-Bit Quantization

关注你自己的思维:通过1.58位量化的视角打破推理大型语言模型后训练量化的壁垒
Wang, Shigeng, Li, Chao, Kang, Yangyuxuan, Fan, Jiawei, Yao, Anbang
Abstract
We propose ScaleQ-1.58, a scalable ternary post-training quantization (PTQ) framework for reasoning LLMs. Its core insight stems from an empirical finding: although modern LLMs are typically trained to exhibit chain-of-thought reasoning capabilities, in the PTQ regime, even the latest CAT-Q method based on learning-based differentiable ternarization still leads to performance collapse on challenging mathematics and coding tasks when using conventional calibration schemes that ignore the model's reasoning process. Driven by this finding, we introduce a simple calibration approach, Attend to Your Own Thoughts (AYOT), where reasoning traces and final answers generated by the pre-trained high-precision target LLM on a proper set of calibration samples are used as the context input during the ternarization process, along with the corresponding questions. ScaleQ-1.58 is formed by simply integrating AYOT with CAT-Q, which demonstrates several scaling properties: (1) with only 4M calibration tokens, Qwen3-1.7B ternarized by ScaleQ-1.58 reaches over 90.52% of the performance of the prior best BitNet b1.58 2B4T averaged over 4 mathematics and coding tasks, and our ternary Qwen3-4B shows an absolute gain of 8.97%, while requiring 1,000,000x fewer calibration tokens for quantization; (2) ScaleQ-1.58 generalizes well to both dense and MoE architectures, with performance improving as model scale increases (up to 235B parameters); (3) ScaleQ-1.58 demonstrates strong generalization across tasks of varying difficulty levels, including mathematics, coding and scientific logic reasoning, as well as commonsense reasoning and basic language generation; (4) its performance continues to improve as the number of calibration tokens increases. Notably, AYOT also exhibits strong generalization ability across other quantization bit-widths. Code will be available at https://github.com/IntelChina-AI/BitTern.
Chinese Translation
我们提出了ScaleQ-1.58,这是一个可扩展的三元后训练量化(PTQ)框架,旨在用于推理大型语言模型(LLMs)。其核心见解源于一个经验发现:尽管现代LLMs通常被训练以展现链式思维推理能力,但在PTQ环境下,即使是基于学习的可微分三元化的最新CAT-Q方法,在使用忽略模型推理过程的传统校准方案时,仍会导致在具有挑战性的数学和编码任务上的性能崩溃。基于这一发现,我们引入了一种简单的校准方法,称为关注你自己的思维(Attend to Your Own Thoughts, AYOT),在三元化过程中,使用预训练的高精度目标LLM在适当的校准样本集上生成的推理轨迹和最终答案作为上下文输入,同时结合相应的问题。ScaleQ-1.58通过简单地将AYOT与CAT-Q结合而形成,展示了几个扩展特性:(1)仅用4M校准标记,ScaleQ-1.58量化的Qwen3-1.7B在4个数学和编码任务上达到了超过90.52%的前最佳BitNet b1.58 2B4T的性能,而我们的三元Qwen3-4B则显示出8.97%的绝对增益,同时在量化时需要的校准标记少达1,000,000倍;(2)ScaleQ-1.58在稠密和混合专家(MoE)架构上均表现良好,随着模型规模的增加(最多达到235B参数),性能不断提升;(3)ScaleQ-1.58在不同难度级别的任务上展现出强大的泛化能力,包括数学、编码和科学逻辑推理,以及常识推理和基础语言生成;(4)随着校准标记数量的增加,其性能持续改善。值得注意的是,AYOT在其他量化位宽上也表现出强大的泛化能力。代码将可在https://github.com/IntelChina-AI/BitTern获取。
cs.CL / 61 / 2608.01153

Morphology Aware Reversible Semantic Tokenization and Hierarchical Word Composition for Tamil Language Models

考虑形态的可逆语义分词与层次化词汇组合在泰米尔语言模型中的应用
Murugan, Anand
Abstract
Statistical subword tokenizers can process arbitrary text, but their units need not align with lexical or grammatical structure. This is especially important for Tamil, where a written word may encode stem changes, case, number, tense, agreement, voice, clitics, and linked verbs. We present a Tamil morphology system extending the open-source ThamizhiMorph analyzer and generator, together with a byte-exact semantic tokenizer and a learned hierarchical word composer. Twelve finite-state transducers analyze words into lemmas and grammatical features, while character and byte fallbacks preserve exact reconstruction. We compare a flat morphology tokenizer, a signal-preserving word composer, and tokenizers based on Sarvam-1, AI4Bharat IndicBERTv2, and BrahmicTokenizer-131K. All systems use the same 69,591 Tamil-English training pairs, 18.97-million-parameter encoder-decoder, 40,000 updates, target tokenizer, optimizer, positional method, and generation settings. On a protected 3,539-row IN22 and FLORES+ evaluation, morphology-flat achieves the best pooled scores: 10.63 BLEU, 35.26 chrF++, and 0.6276 COMETKiwi. Relative to AI4Bharat, the strongest external-tokenizer baseline, these are improvements of 7.2%, 3.2%, and 2.6%. The word composer scores 10.30, 34.88, and 0.6241, improving on AI4Bharat by 3.8%, 2.1%, and 2.0%. The composer reduces mean global source states from 71.48 to 29.08, a 59.3% reduction, and is estimated to require 9-21% fewer inference FLOPs depending on decoder caching. Its remaining quality gap is concentrated in longer FLORES+ sentences. These results show that explicit Tamil morphology improves translation under a fixed small-model budget, while hierarchical composition substantially reduces sequence length and estimated inference cost.
Chinese Translation
统计子词分词器可以处理任意文本,但其单元不必与词汇或语法结构对齐。这对于泰米尔语尤为重要,因为一个书写的单词可能编码词干变化、格、数、时态、协议、语态、附加词和连动动词。我们提出了一种泰米尔形态系统,扩展了开源的ThamizhiMorph分析器和生成器,并结合了字节精确的语义分词器和学习的层次化词汇组合器。十二个有限状态转换器将单词分析为词根和语法特征,同时字符和字节回退机制保持精确重构。我们比较了一个平面形态分词器、一个信号保留的词汇组合器,以及基于Sarvam-1、AI4Bharat IndicBERTv2和BrahmicTokenizer-131K的分词器。所有系统使用相同的69,591对泰米尔-英语训练数据、18.97百万参数的编码器-解码器、40,000次更新、目标分词器、优化器、位置方法和生成设置。在一个受保护的3,539行IN22和FLORES+评估中,平面形态分词器获得了最佳的综合得分:10.63 BLEU,35.26 chrF++,和0.6276 COMETKiwi。相对于AI4Bharat,最强的外部分词器基线,这些得分分别提高了7.2%、3.2%和2.6%。词汇组合器的得分为10.30、34.88和0.6241,分别比AI4Bharat提高了3.8%、2.1%和2.0%。该组合器将平均全局源状态从71.48减少到29.08,减少了59.3%,并估计在解码器缓存的情况下需要减少9-21%的推理FLOP。其剩余的质量差距集中在较长的FLORES+句子中。这些结果表明,显式的泰米尔形态在固定的小模型预算下改善了翻译,而层次化组合显著减少了序列长度和估计的推理成本。
cs.CL / 62 / 2608.01158

PlainMedScale: A Corpus of Multi-Level Simplified Medical Texts in German and English

PlainMedScale:德语和英语多层次简化医学文本语料库
Brocai, Bruno, Papagno, Ilaria, Ohta, Mayumi
Abstract
We introduce PlainMedScale, a topic-aligned medical corpus spanning four levels of comprehensibility in German and English, drawn from MSD (professional and consumer), Gesund.Bund, Apotheken Umschau Einfache Sprache, and the NHS. The four tiers correspond to distinct communicative functions --- reference, explanation, decision support, and access --- and move beyond the binary expert--lay contrast of prior corpora. In two pilot studies enabled by the alignments, we show that many readability metrics established on two registers fail to generalize across the full gradient, and that a SOTA open-weight LLM prompted for Plain Language still partially preserves the difficulty of its input. Code (https://github.com/GS-Uni-Heidelberg/PlainMedScale) and data (https://doi.org/10.5281/zenodo.21728290) are made available.
Chinese Translation
我们介绍了PlainMedScale,这是一个主题对齐的医学语料库,涵盖德语和英语四个可理解性层次,来源于MSD(专业和消费者)、Gesund.Bund、Apotheken Umschau Einfache Sprache和NHS。这四个层次对应于不同的交际功能——参考、解释、决策支持和获取——超越了以往语料库中专家与普通人之间的二元对比。在两个通过对齐实现的试点研究中,我们展示了许多在两个语域上建立的可读性指标未能在整个梯度上进行推广,并且针对Plain Language的最先进开放权重大型语言模型(LLM)在提示时仍部分保留了其输入的难度。代码(https://github.com/GS-Uni-Heidelberg/PlainMedScale)和数据(https://doi.org/10.5281/zenodo.21728290)已公开提供。
cs.CL / 63 / 2608.01174

Does Machine "know" interpersonal pragmatics? Evidence from MARBERT's learning of emoji pragmatics in Arabic digital discourse

机器是否“理解”人际语用学?来自MARBERT在阿拉伯数字话语中学习表情符号语用学的证据
Shormani, Mohammed Q.
Abstract
This study examines Transformer-based models' ability to learn emoji pragmatics in Arabic digital discourse (ADD), providing evidence from MARBERT's behavior with interpersonal pragmatic functions (IPFs). A corpus of 8,504 unique emoji-posts collected from Facebook via Python was used in the study. These posts were manually annotated, developed, and labeled for five IPFs: Politeness, Respect, Solidarity, Empathy, and Encouragement. A mixed-method approach was employed comprising statistical methods and interpretative analyses involving speech act theory, politeness theory, and rapport management theory. MARBERT was fine-tuned to model these context-dependent pragmatic functions. Findings demonstrate MARBERT's ability to learn these IPFs, achieving strong performance on unseen data, with an accuracy of 93%, a micro F1-score of 0.61, and a macro F1-score of 0.56, demonstrating its effectiveness in capturing interpersonal functions beyond conventional sentiment analysis. Function-level evaluation showed that Politeness and Respect were identified more accurately than Solidarity, reflecting differences in the explicitness and contextual dependence of IPFs. The study concludes that Transformer-based models learn patterns of face management and relational communication but remain challenged by highly implicit social meanings. It contributes a novel computational approach to modeling emoji pragmatics and advances the integration of interpersonal pragmatics with NLP for digital communication research.
Chinese Translation
本研究考察了基于Transformer的模型在阿拉伯数字话语(ADD)中学习表情符号语用学的能力,并提供了MARBERT在处理人际语用功能(IPFs)时的行为证据。研究使用了从Facebook通过Python收集的8,504个独特表情符号帖子作为语料。这些帖子经过手动注释、开发和标记,涵盖了五种人际语用功能:礼貌、尊重、团结、同理心和鼓励。研究采用了混合方法,包括统计方法和解释性分析,涉及言语行为理论、礼貌理论和关系管理理论。MARBERT经过微调,以建模这些依赖于上下文的语用功能。研究结果表明,MARBERT能够学习这些人际语用功能,在未见数据上表现出色,准确率达到93%,微F1分数为0.61,宏F1分数为0.56,显示其在捕捉人际功能方面超越了传统情感分析。功能级评估显示,礼貌和尊重的识别准确性高于团结,反映了人际语用功能在明确性和上下文依赖性上的差异。研究结论指出,基于Transformer的模型能够学习面子管理和关系沟通的模式,但在高度隐含的社会意义方面仍面临挑战。本研究为表情符号语用学建模提供了一种新颖的计算方法,并推动了人际语用学与自然语言处理在数字通信研究中的整合。
cs.CL / 64 / 2608.01176

When Words Divide: Diachronic Ideological Polarization in Political Discourse on Social Media

当言语分裂:社交媒体政治话语中的历时意识形态极化
Yitzchak, Roy, Lavie, Noa, Rabinovich, Ella
Abstract
Political polarization has become a defining feature of online discourse, yet its long-term evolution remains poorly understood. We present a longitudinal analysis of ideological polarization in Reddit discussions by measuring semantic differences in the language used by opposing political communities. We construct temporally aligned community-specific word embeddings and quantify ideological polarization as the semantic divergence of political concepts over time. Our analysis shows that ideological polarization has increased substantially during the study period, both at the concept- and topic-level. Unlike prior computational work, which has largely focused on cross-sectional analyses or affective dimensions of polarization at a single point at time, our approach captures the evolution of ideological differences in semantic framing. The proposed framework provides a scalable method for studying the temporal dynamics of ideological polarization in large-scale social media discourse.
Chinese Translation
政治极化已成为在线话语的一个显著特征,但其长期演变仍然不甚明了。我们通过测量对立政治社群使用语言的语义差异,呈现了对Reddit讨论中意识形态极化的纵向分析。我们构建了时间对齐的社群特定词嵌入,并将意识形态极化量化为政治概念随时间的语义偏离。我们的分析显示,在研究期间,意识形态极化在概念层面和主题层面均显著增加。与以往主要集中于横截面分析或单一时间点极化的情感维度的计算工作不同,我们的方法捕捉了语义框架中意识形态差异的演变。所提出的框架提供了一种可扩展的方法,用于研究大规模社交媒体话语中意识形态极化的时间动态。
cs.CL / 65 / 2608.01204

ShiJianBench: From Dialogue to Decision for Long-Horizon Evaluation of Investment Advisors

ShiJianBench:从对话到决策的投资顾问长期评估
Gong, Jie, Jiang, Maowei, Liu, Zhiwei, Qiao, Yang, Wu, Wenxi, Xiao, Mengxi, Zhang, Enze, Kuang, Ziyan, Chen, Yankai, Huang, Caishuang, Zhou, Meng, Du, Xiku, Liu, Xue, Xiong, Guojun, Peng, Min, Xie, Qianqian, Ananiadou, Sophia
Abstract
Conversational investment advisors influence not only what users know, but also how they make subsequent decisions as market conditions evolve. Existing evaluations primarily assess response quality or observed outcomes, leaving the long-horizon pathway from advisor language to investor behavior difficult to audit. We introduce ShiJianBench, an offline framework for evaluating conversational investment advisors through matched investor trajectories under fixed historical market feedback. At its core is a multi-agent investor simulator with explicit evolving state variables, motive-driven deliberation, long-term memory, and dialogue-grounded updates. The simulator is calibrated against aggregate behavioral patterns from 7,199 real users, and advisor policies are evaluated using separate investor-side, service-side, and content-side metrics under a hard compliance gate. Experiments on Chinese fund-market traces from 2021 to 2026 identify a stable leading group of LLM advisors that combines substantially stronger personalized content with competitive investor-side trajectory outcomes. These results reveal a systematic distinction between producing a high-quality response and delivering an effective long-horizon intervention, motivating trajectory-aware evaluation of conversational advisors.
Chinese Translation
对话式投资顾问不仅影响用户的知识,还影响他们在市场条件变化时的后续决策。现有评估主要关注响应质量或观察结果,使得从顾问语言到投资者行为的长期路径难以审计。我们引入了ShiJianBench,这是一个通过固定历史市场反馈下匹配投资者轨迹来评估对话式投资顾问的离线框架。其核心是一个具有明确演变状态变量、动机驱动的深思熟虑、长期记忆和对话基础更新的多智能体投资者模拟器。该模拟器是基于7199名真实用户的聚合行为模式进行校准的,顾问策略则在严格的合规门槛下,使用独立的投资者端、服务端和内容端指标进行评估。对2021年至2026年中国基金市场轨迹的实验识别出一组稳定的领先LLM顾问,它们结合了显著更强的个性化内容与竞争性的投资者轨迹结果。这些结果揭示了产生高质量响应与提供有效长期干预之间的系统性区别,激励了对话式顾问的轨迹感知评估。
cs.CL / 66 / 2608.01238

Evaluating VLMs on Multimodal Aristotelian Persuasion Tasks

在多模态亚里士多德说服任务上评估视觉语言模型
Islam, Khondoker Ittehadul
Abstract
Vision Language Models (VLMs) have demonstrated exceptional performance across various tasks. However, they have not yet been thoroughly evaluated on more complex tasks. The Persuasion Model, conceived by Aristotle, resembles a triangle shape, which highlights its inherent challenges related to personal biases. To assess the progress of VLMs on these complex tasks, we use the ImageArg datasets, focusing on the Logos, Ethos, and Pathos detection tasks. Our findings indicate that models from the Qwen family achieve improved F1 scores, with Qwen3 performing exceptionally well on the Logos and Pathos tasks, while Qwen2 exhibits competitive performance on the more complex Ethos detection task. We release the code to foster research in this direction.
Chinese Translation
视觉语言模型(VLMs)在各种任务中表现出色。然而,它们在更复杂任务上的评估尚不充分。亚里士多德构思的说服模型呈三角形状,突显了与个人偏见相关的固有挑战。为了评估VLMs在这些复杂任务上的进展,我们使用了ImageArg数据集,重点关注逻辑(Logos)、伦理(Ethos)和情感(Pathos)检测任务。我们的研究结果表明,Qwen系列模型在F1分数上有所提升,其中Qwen3在逻辑和情感任务上表现尤为出色,而Qwen2在更复杂的伦理检测任务上表现具有竞争力。我们发布了代码,以促进该方向的研究。
cs.CL / 67 / 2608.01240

DeltaFlow: Noise-Adaptive Bidirectional Gated Delta Networks for Embedded Language Flows

DeltaFlow:用于嵌入式语言流的噪声自适应双向门控Delta网络
Guo, Guangfu, Lu, Xiaoqian, Pang, Linsey, Yao, Weiran, Chen, Haolin, Liu, Kunpeng, Cheng, Long
Abstract
Embedded Language Flows (ELF) rely primarily on full non-causal attention for iterative denoising, repeatedly incurring quadratic sequence-mixing cost at each sampling step. Gated Delta Networks (GDNs) provide an efficient recurrent alternative, but their standard causal formulation cannot directly capture the bidirectional context required by ELF. We introduce DeltaFlow, a noise-adaptive bidirectional GDN backbone for continuous language denoising. We study two variants: DeltaFlow-A, which alternates scan directions across layers, and DeltaFlow-P, which performs parallel forward and backward scans within each layer. We further introduce noise-adaptive memory control and scheduled Temporal State Consistency (TSC) to stabilize hidden representations across nearby noise levels. On OpenWebText, using a 32-step stochastic differential equation sampler, DeltaFlow-P reduces generated perplexity from 24.218 for the full-attention ELF baseline to 21.228 while maintaining comparable unigram entropy, with 36B training-token exposure compared with 45B for the baseline. In a denoiser-only benchmark, DeltaFlow-P achieves a 2.72x throughput speedup over the full-attention baseline at a sequence length of 16k. These results show that DeltaFlow is a promising alternative to dense attention for efficient continuous language denoising.
Chinese Translation
嵌入式语言流(Embedded Language Flows, ELF)主要依赖全非因果注意力进行迭代去噪,每次采样步骤都重复产生二次序列混合成本。门控Delta网络(Gated Delta Networks, GDNs)提供了一种高效的递归替代方案,但其标准因果形式无法直接捕捉ELF所需的双向上下文。我们提出了DeltaFlow,一种用于连续语言去噪的噪声自适应双向GDN骨干网络。我们研究了两种变体:DeltaFlow-A,它在各层之间交替扫描方向,以及DeltaFlow-P,它在每层内执行并行的前向和后向扫描。我们进一步引入了噪声自适应记忆控制和调度的时间状态一致性(Temporal State Consistency, TSC),以稳定相邻噪声水平下的隐藏表示。在OpenWebText数据集上,使用32步随机微分方程采样器,DeltaFlow-P将生成的困惑度从全注意力ELF基线的24.218降低到21.228,同时保持可比的单元熵,训练标记曝光量为36B,相较于基线的45B。在仅去噪器的基准测试中,DeltaFlow-P在序列长度为16k时实现了比全注意力基线高出2.72倍的吞吐量加速。这些结果表明,DeltaFlow是高效连续语言去噪的有前景的替代方案。
cs.CL / 68 / 2608.01247

RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

RestoreKV:在激进的查询无关 KV 缓存驱逐下恢复全缓存行为
Baek, Changwoo, Shin, Seungjun, Kong, Kyeongbo
Abstract
Query-agnostic KV cache eviction compresses a context once and reuses the resulting cache for arbitrary future queries, but performance can collapse under tight budgets. Existing methods primarily improve which original KV pairs are retained. We introduce RestoreKV, which complements this selection-based formulation with learned restoration under the same total KV budget. Our key insight is that, although the information lost through eviction is context-specific, the mechanism for generating its compact complement can be shared across contexts. After context prefill, a few restore tokens attend to the full KV cache in a single LoRA-adapted pass, generating a compact, context-conditioned restore cache. The base importance scorer and eviction rule remain unchanged, and the adapters are disabled for all subsequent queries and decoding. RestoreKV is trained through parameter-efficient self-distillation from the frozen full-cache model, optimizing only $0.4\%$ of the parameters and requiring no task-specific tuning. Across four backbones and four long-context benchmarks, RestoreKV substantially reduces compression-induced degradation. On Qwen3-4B, it improves 59 of 60 paired, budget-matched settings across five base eviction methods; at a $5\%$ budget, it raises KVzip from $38.2$ to $73.2$ on RULER-4K. Applied to KVzip+, RestoreKV reaches $86.4$ RULER accuracy at $16\times$ compression on the KVPress Benchmark, while adding less than $0.5\%$ one-time cache-construction overhead in a 32K-context evaluation. Our project page is available at https://paper.pnu-cvsp.com/RestoreKV/
Chinese Translation
查询无关的 KV 缓存驱逐将上下文压缩一次,并将生成的缓存用于任意未来查询,但在预算紧张的情况下性能可能会崩溃。现有方法主要改善保留哪些原始 KV 对。我们引入了 RestoreKV,它在相同的总 KV 预算下,通过学习恢复来补充这种基于选择的形式化。我们的关键见解是,尽管通过驱逐丢失的信息是上下文特定的,但生成其紧凑补充的机制可以在不同上下文之间共享。在上下文预填充后,少量恢复令牌在单次 LoRA 适配的传递中关注完整的 KV 缓存,生成一个紧凑的、上下文条件的恢复缓存。基础重要性评分器和驱逐规则保持不变,适配器在所有后续查询和解码中被禁用。RestoreKV 通过从冻结的全缓存模型进行参数高效的自蒸馏进行训练,仅优化 $0.4 ext{%}$ 的参数,并且不需要特定任务的调优。在四个基础模型和四个长上下文基准测试中,RestoreKV 显著减少了压缩引起的性能下降。在 Qwen3-4B 上,它在五种基础驱逐方法中改善了 60 对配对、预算匹配设置中的 59 个;在 $5 ext{%}$ 的预算下,它将 KVzip 从 $38.2$ 提高到 $73.2$,在 RULER-4K 上。应用于 KVzip+,RestoreKV 在 KVPress 基准上以 $16 imes$ 压缩达到 $86.4$ 的 RULER 准确率,同时在 32K 上下文评估中增加的缓存构建开销不足 $0.5 ext{%}$。我们的项目页面可在 https://paper.pnu-cvsp.com/RestoreKV/ 获取。
cs.CL / 69 / 2608.01269

ACE-GraphRAG: Agentic Context Engineering for Hierarchical GraphRAG

ACE-GraphRAG:用于层次图检索增强生成的主动上下文工程
Huang, Yongfeng, Lai, Yuren, Chen, Ruiying, Huang, Haoyu, Zhao, Mingming, Cheng, James
Abstract
Hierarchical Graph Retrieval-Augmented Generation (GraphRAG) organizes corpus knowledge at multiple levels of granularity, yet fixed context construction may fail to translate these multi-resolution representations into a context suited to the current query. We identify this mismatch as the representation--inference gap. We propose Agentic Context Engineering for Hierarchical GraphRAG (ACE-GraphRAG), an inference-time context policy layer that supplements and adapts the initial context for generation. ACE-GraphRAG formulates context construction as a policy over gap-aware refinement, retrieval branches, and task-conditioned adaptation. Parallel Differential Retrieval acquires supplementary evidence from depth-oriented factual and breadth-oriented semantic branches. These evidence increments are consolidated with the initial context while preserving provenance and abstraction levels. Full-ACE applies the full policy uniformly within each task family, whereas Adaptive-ACE selects task- and topology-specific policies for individual queries. We evaluate ACE-GraphRAG on HotpotQA, 2WikiMultiHopQA, and four UltraDomain subsets across multi-hop QA and query-focused summarization. Full-ACE outperforms the evaluated RAG and GraphRAG baselines across both task families, while Adaptive-ACE further improves multi-hop QA and is preferred over Full-ACE on all four UltraDomain subsets. Ablation and topology analyses support treating context construction as a query- and task-dependent inference policy rather than a fixed procedure.
Chinese Translation
层次图检索增强生成(GraphRAG)在多个粒度层次上组织语料库知识,但固定的上下文构建可能无法将这些多分辨率表示转化为适合当前查询的上下文。我们将这种不匹配称为表示-推理差距。我们提出了用于层次图检索增强生成的主动上下文工程(ACE-GraphRAG),这是一种推理时上下文策略层,旨在补充和调整生成的初始上下文。ACE-GraphRAG将上下文构建公式化为对差距感知的细化、检索分支和任务条件适应的策略。并行差异检索从深度导向的事实分支和广度导向的语义分支获取补充证据。这些证据增量与初始上下文合并,同时保留来源和抽象层次。Full-ACE在每个任务系列内均匀应用完整策略,而Adaptive-ACE则为单个查询选择特定于任务和拓扑的策略。我们在HotpotQA、2WikiMultiHopQA和四个UltraDomain子集上评估了ACE-GraphRAG,涵盖多跳问答和查询聚焦摘要。Full-ACE在两个任务系列中均优于评估的RAG和GraphRAG基线,而Adaptive-ACE进一步改善了多跳问答,并在所有四个UltraDomain子集中优于Full-ACE。消融和拓扑分析支持将上下文构建视为查询和任务依赖的推理策略,而非固定程序。
cs.CL / 70 / 2608.01291

ArabicDialectSafety: A Dialect-Aware Benchmark for Arabic Content Safety Classification

ArabicDialectSafety:一种面向方言的阿拉伯内容安全分类基准
Zaghouani, Wajdi, Biswas, Md. Rafiul, Aldous, Kholoud Khalil, Bessghaier, Mabrouka
Abstract
We present ArabicDialectSafety, a human-curated Arabic safety dataset of 25,071 prompts covering six Arabic varieties: Modern Standard Arabic, Syrian, Egyptian, Algerian, Palestinian, and Moroccan. The dataset is annotated with dialect labels and seven fine-grained harm categories. We introduce a dual-task evaluation framework for binary safe/unsafe detection and granular harm classification across dialects. Benchmarking seven supervised and generative models, we find that fine-tuned MARBERTv2 achieves the strongest performance, with Macro-F1 scores of 0.95 for binary classification and 0.90 for granular classification, substantially outperforming prompted frontier LLMs, including Arabic-specialized models. Our analyses show that dialect conditioning is most effective when integrated at the representation level, while significant performance gaps remain for low-resource Maghrebi dialects. We further evaluate seven frontier LLMs as response generators on harmful dialectal Arabic prompts and observe unsafe generation rates below 5 percent across models. We release the dataset and code upon acceptance to support future research on dialect-aware Arabic safety evaluation. Warning: This paper contains examples of harmful and potentially offensive content included solely for research purposes.
Chinese Translation
我们提出了ArabicDialectSafety,这是一个由人工策划的阿拉伯安全数据集,包含25,071个提示,覆盖六种阿拉伯方言:现代标准阿拉伯语、叙利亚语、埃及语、阿尔及利亚语、巴勒斯坦语和摩洛哥语。该数据集带有方言标签和七个细粒度的危害类别注释。我们引入了一种双任务评估框架,用于跨方言的二分类安全/不安全检测和细粒度危害分类。在对七种监督和生成模型进行基准测试时,我们发现经过微调的MARBERTv2表现最强,二分类的Macro-F1得分为0.95,细粒度分类的得分为0.90,显著优于包括阿拉伯专业模型在内的前沿大型语言模型(LLMs)。我们的分析表明,当方言条件在表示层面整合时,效果最佳,而低资源的马格里布方言仍存在显著的性能差距。我们进一步评估了七种前沿LLMs作为有害方言阿拉伯语提示的响应生成器,观察到各模型的安全生成率低于5%。我们将在论文接受后发布数据集和代码,以支持未来关于方言感知的阿拉伯安全评估的研究。警告:本文包含仅为研究目的而包含的有害和潜在冒犯内容的示例。
cs.CL / 71 / 2608.01292

CrossLex: A Source-Grounded Benchmark for Cross-Jurisdictional Legal Reasoning in Large Language Models

CrossLex:一个基于来源的跨司法管辖区法律推理基准
Yang, Xiaocui, Tan, Xican, Chen, Shoujie, Xiao, Shihan, Tong, Keke, Zhou, Xinyu
Abstract
Legal reasoning is inherently jurisdiction-dependent: the same facts can call for different legal rules and yield different conclusions across legal systems. Yet existing benchmarks rarely evaluate whether large language models (LLMs) can recognize such jurisdiction-specific variation, especially when identical fact patterns lead to divergent legal outcomes.We introduce CrossLex, a same-fact, legal-source-grounded benchmark for evaluating cross-jurisdictional legal reasoning in LLMs across three jurisdictions: China, California, and Germany. Built from authoritative legal sources, CrossLex aligns 55 legal issues spanning contract, consumer, criminal, family, and labor law, and constructs jurisdiction-aligned questions paired with answers and supporting citations. In total, CrossLex contains 6,149 instances organized into 385 fact groups, with all legal issues, answers, and cited authorities reviewed by legal professionals.To disentangle basic legal knowledge from cross-jurisdictional reasoning, CrossLex defines three complementary tasks: single-jurisdiction reasoning (T1), joint cross-jurisdictional comparison (T2), and fine-grained cross-jurisdictional evaluation (T3). We further propose Grounded Joint, a metric that jointly assesses answer correctness and legal-source grounding, and provide a unified evaluation for streamlined benchmarking. Extensive experiments on representative LLMs show that, although current models can often answer legal questions correctly, they struggle to provide accurate cross-jurisdictional legal citations.We hope that CrossLex will facilitate future research on source-grounded cross-jurisdictional legal reasoning.
Chinese Translation
法律推理本质上依赖于司法管辖区:相同的事实在不同的法律体系中可能适用不同的法律规则,并得出不同的结论。然而,现有的基准很少评估大型语言模型(LLMs)是否能够识别这种特定于司法管辖区的变异,尤其是在相同的事实模式导致不同的法律结果时。我们引入了CrossLex,这是一个基于相同事实和法律来源的基准,用于评估LLMs在中国、加利福尼亚和德国三个司法管辖区的跨司法管辖区法律推理。CrossLex基于权威法律来源,涵盖了55个法律问题,涉及合同法、消费者法、刑法、家庭法和劳动法,并构建了与之对应的司法管辖区对齐的问题、答案及支持引用。总的来说,CrossLex包含6,149个实例,组织成385个事实组,所有法律问题、答案和引用的权威均经过法律专业人士审核。为了将基本法律知识与跨司法管辖区推理区分开,CrossLex定义了三个互补任务:单一司法管辖区推理(T1)、联合跨司法管辖区比较(T2)和细粒度跨司法管辖区评估(T3)。我们进一步提出了Grounded Joint,一个共同评估答案正确性和法律来源基础的指标,并提供了统一的评估以简化基准测试。对代表性LLMs的广泛实验表明,尽管当前模型通常能够正确回答法律问题,但它们在提供准确的跨司法管辖区法律引用方面仍然存在困难。我们希望CrossLex能够促进未来在基于来源的跨司法管辖区法律推理方面的研究。
cs.CL / 72 / 2608.01311

RH-RAG: Trustworthy Long-Form Generation for Privacy-Constrained Settings

RH-RAG:适用于隐私受限环境的可信长文本生成
Singh, Raj Shekhar
Abstract
Generating long-form content from extensive internal reports remains challenging for organizations operating under strict privacy and security constraints, where proprietary cloud-based LLM APIs are often not viable. While locally deployed open-weight models offer a privacy-preserving alternative, existing retrieval-augmented generation (RAG) approaches on smaller models frequently lack effective global planning and accumulate factual inconsistencies over long outputs. To address these limitations, we present RH-RAG, a multi-agent framework for secure and trustworthy long form generation using local language models. RH-RAG decomposes generation into three coordinated stages: a Planner Agent that constructs a global document outline from high-level semantic summaries, a Writer Agent that incrementally generates coherent section-wise content using bounded coherence memory, and a Checker Agent that mitigates hallucinations through natural language inference-based factual verification and an attestation-driven revision loop. The framework further employs a dual-level retrieval index that supports efficient planning and fine-grained contextual generation on consumer-grade hardware. Evaluations across literary, financial, and legal domains demonstrate that RH-RAG consistently improves factual grounding, semantic coherence, and document-level alignment compared to standard and hierarchical RAG baselines, while achieving reliability competitive with proprietary cloud-based systems without compromising data privacy.
Chinese Translation
在严格的隐私和安全约束下,组织从大量内部报告中生成长文本内容仍然具有挑战性,此时专有的基于云的LLM API往往不可行。虽然本地部署的开放权重模型提供了一种保护隐私的替代方案,但现有的小型模型上的检索增强生成(RAG)方法通常缺乏有效的全局规划,并在长输出中积累事实不一致性。为了解决这些限制,我们提出了RH-RAG,一个用于安全和可信长文本生成的多智能体框架,利用本地语言模型。RH-RAG将生成过程分解为三个协调阶段:一个规划者智能体(Planner Agent)从高层语义摘要构建全球文档大纲,一个写作智能体(Writer Agent)使用有限连贯性记忆逐步生成连贯的分段内容,以及一个检查智能体(Checker Agent)通过基于自然语言推理的事实验证和以证明驱动的修订循环来减轻幻觉。该框架进一步采用双层检索索引,支持在消费级硬件上进行高效规划和细粒度上下文生成。在文学、金融和法律领域的评估表明,与标准和分层RAG基线相比,RH-RAG在事实基础、语义连贯性和文档级对齐方面始终表现出改善,同时在不妨碍数据隐私的情况下,其可靠性与专有的基于云的系统相当。
cs.CL / 73 / 2608.01321

BiCAA: Bidirectional Credit Assignment for Search-Augmented Agent

BiCAA:用于搜索增强代理的双向信用分配
Huang, Yibin, Xu, Bin, Cao, Hailong, Zhu, Conghui
Abstract
Multi-step search is a fundamental capability for search agents, enabling them to iteratively acquire, refine, and integrate external evidence for complex reasoning QA. However, vanilla GRPO allocates rewards exclusively based on the model's final outputs, yielding outcome-only supervision with no supervisory signals for intermediate reasoning steps. Such sparse supervision easily causes training instability and redundant search behaviors on multi-step search tasks. To mitigate this limitation, we adopt process reward to deliver stepwise supervision signals. For this process reward, we propose two complementary criteria to judge each search step: whether the step yields new evidence to facilitate problem solving, and whether it forms an efficient, pivotal intermediate decision within the overall reasoning trajectory. Building on this insight, we propose BiCAA: a bidirectional credit assignment framework that delivers dense, distinguishing process rewards for search-augmented agents. BiCAA builds bidirectional process rewards by fusing two complementary signals: forward solvability gain and hindsight success criticality. The former quantifies step-wise improvements in answer plausibility, while the latter evaluates each step's necessity for final success via hindsight outcome-based criticality scoring. We modulate and aggregate the two signals and then fuse them with the outcome reward. Experiments on search-augmented QA benchmarks show that BiCAA stabilizes policy optimization, reduces redundant search behavior, and achieves competitive performance.
Chinese Translation
多步搜索是搜索代理的一项基本能力,使其能够迭代地获取、精炼和整合外部证据以进行复杂推理问答。然而,传统的GRPO仅基于模型的最终输出分配奖励,导致仅有结果的监督,没有对中间推理步骤的监督信号。这种稀疏的监督容易导致训练不稳定和多步搜索任务中的冗余搜索行为。为了缓解这一限制,我们采用过程奖励来提供逐步的监督信号。对于这种过程奖励,我们提出两个互补标准来判断每个搜索步骤:该步骤是否产生了新的证据以促进问题解决,以及它是否在整体推理轨迹中形成了有效的关键中间决策。基于这一洞察,我们提出了BiCAA:一个双向信用分配框架,为搜索增强代理提供密集且具有区分性的过程奖励。BiCAA通过融合两个互补信号构建双向过程奖励:前向可解性增益和事后成功关键性。前者量化了答案合理性的逐步改善,而后者通过基于事后结果的关键性评分评估每个步骤对最终成功的必要性。我们调节和聚合这两个信号,然后将它们与结果奖励融合。对搜索增强问答基准的实验表明,BiCAA稳定了策略优化,减少了冗余搜索行为,并取得了具有竞争力的性能。
cs.CL / 74 / 2608.01322

Can Language Models Identify Shadow Trading Targets? An NLP Evaluation of SEC Enforcement Theory

语言模型能否识别影子交易目标?对SEC执法理论的自然语言处理评估
Wilson, Sarah, MacKay, Michael, Marello, Anthony, Bhattacharyya, Trinav
Abstract
Shadow trading -- trading in a peer firm's securities on the basis of material nonpublic information (MNPI) about an "economically linked" company -- is a novel and contested theory of insider trading liability, first prosecuted in SEC v. Panuwat (2023). Enforcing it requires identifying economically linked firms ex ante, a determination the SEC makes only after the fact using mass market surveillance infrastructure. We ask whether NLP can do what the SEC's theory presumes insiders already know: identify peer firms ex ante from publicly mandated disclosures. Using a two-stage LLM pipeline applied to Item 7 (Management's Discussion and Analysis) sections of SEC 10-K filings, we score semantic similarity across 30 M&A events spanning five industries and relate similarity to announcement-day abnormal stock returns. On the Panuwat fact pattern itself the pipeline recovers Incyte among the closest peers, a sanity check on the one case with a known outcome. Across the full dataset, however, we find no association: pooling 217 peer observations, the within-event rank correlation between similarity and abnormal return is +0.07 (permutation p = 0.37), and the mean per-event Spearman correlation is +0.05 with a 95% confidence interval of [-0.08, +0.18] -- narrow enough to exclude any moderate relationship rather than merely failing to detect one. A case-level reading agrees: 14 of 30 events support the hypothesis, 12 contradict it, and 4 are ambiguous. We also find that Incyte fell outside the standard \$2B-\$10B mid-cap band on the day before the announcement, complicating the "mid-cap oncology" category the SEC invoked. These results are exploratory and bound to this pipeline, corpus, and return measure, but they put pressure on the empirical premise of shadow trading enforcement and bear on constitutional questions surrounding the SEC's financial surveillance infrastructure.
Chinese Translation
影子交易是指基于关于“经济关联”公司的重要非公开信息(MNPI)在同行公司的证券上进行交易,这是一种新颖且有争议的内幕交易责任理论,首次在SEC诉Panuwat案(2023)中被起诉。执行这一理论需要事先识别经济关联公司,而SEC通常是在事后通过大规模市场监测基础设施进行这一判断。我们探讨自然语言处理(NLP)是否能够完成SEC理论所假设的内幕人士已经知道的事情:从公开强制披露中事先识别同行公司。我们使用一个两阶段的LLM(大语言模型)管道,应用于SEC 10-K报告中的第7项(管理层讨论与分析)部分,评估跨越五个行业的30个并购事件的语义相似性,并将相似性与公告日的异常股票收益相关联。在Panuwat案的事实模式中,该管道识别出Incyte是最接近的同行,这为唯一已知结果的案例提供了合理性检验。然而,在整个数据集中,我们发现没有关联:对217个同行观察值进行汇总,事件内的相似性与异常收益之间的秩相关为+0.07(置换p = 0.37),每事件的平均斯皮尔曼相关为+0.05,95%置信区间为[-0.08, +0.18],足够狭窄以排除任何中等关系,而不仅仅是未能检测到关系。逐案分析也表明:30个事件中有14个支持该假设,12个与之相矛盾,4个则模棱两可。我们还发现,在公告前一天,Incyte的市值低于标准的20亿至100亿美元的中型股范围,这使得SEC所提及的“中型肿瘤学”类别变得复杂。这些结果是探索性的,受限于此管道、语料库和收益测量,但它们对影子交易执法的实证前提施加了压力,并涉及SEC金融监控基础设施的宪法问题。
cs.CL / 75 / 2608.01328

LongChart VQA: A Comprehensive Benchmark for MLLMs with Complex Multi-Chart Reasoning

LongChart VQA:针对具有复杂多图推理的多模态大语言模型的综合基准
Xiao, Ziyan, Zhu, Yinghao, Zhang, Wenting, Kim, Heaju, Yu, Lequan
Abstract
Multimodal large language models (MLLMs) are rapidly evolving with expanded context windows and stronger reasoning capabilities, enabling multi-chart understanding and multi-step inference. These abilities are increasingly important as MLLMs are adopted in complex agentic tasks. However, existing benchmarks largely emphasize single-chart perception, while simple chart-to-chart connections are insufficient to evaluate these capabilities. To capture multi-chart complexity while ensuring consistency and validity, we design a synthesis pipeline supported by latent graphs. Building on this pipeline, we introduce LongChart, a benchmark whose VQA sets contain an average of 6.5 images and 31.2 questions. We evaluate 10 state-of-the-art MLLMs and examine three factors that influence performance: reasoning patterns, auxiliary tools, and robustness to image perturbations. Our results show that MLLM accuracy decreases and varies substantially as computational complexity increases, highlighting directions for future research in multi-chart reasoning.
Chinese Translation
多模态大语言模型(MLLMs)正在迅速发展,具备扩展的上下文窗口和更强的推理能力,使得多图理解和多步推理成为可能。这些能力在MLLMs被应用于复杂的代理任务时显得愈发重要。然而,现有的基准测试主要强调单图感知,而简单的图对图连接不足以评估这些能力。为了捕捉多图的复杂性,同时确保一致性和有效性,我们设计了一个由潜在图支持的合成管道。在此基础上,我们引入了LongChart,一个基准,其VQA(视觉问答)集平均包含6.5幅图像和31.2个问题。我们评估了10个最先进的MLLMs,并考察了影响性能的三个因素:推理模式、辅助工具和对图像扰动的鲁棒性。我们的结果表明,随着计算复杂性的增加,MLLM的准确性下降并显著变化,突显了未来在多图推理领域研究的方向。
cs.CL / 76 / 2608.01347

Prompt-Induced Waste in Large Reasoning Models: A Preregistered Two-Harness Benchmark of Coding Agents

大型推理模型中的提示引发的浪费:一项预注册的编码代理双重基准测试
Weinberger, Sarel, Hozez, Amir
Abstract
Large reasoning models used as coding agents incur costs from deliberation, tool calls, and repeated agent turns, yet the causal effect of prompt wording on this spend has not been measured systematically. We present a preregistered benchmark across six large reasoning models, two real agent harnesses, and 24 deterministic coding tasks with hidden evaluators. Across 4,643 valid runs, including screening, stress, holdout, replication, and cross-provider studies, we find that prompt formulation can multiply reasoning cost without improving correctness. Asking the model to develop and compare several approaches is the most consistently wasteful instruction, increasing reasoning tokens by 2.4-7.4x across all models. Generic "think deeply" cues also increase deliberation by 1.6-2.2x, while a bounded-efficiency template specifying scope, acceptance criteria, and a stop condition is cost-neutral and can halve reasoning. Harness choice matters even more: identical model-task-prompt triples cost 5-30x more per success under Claude Code than under pi, mainly because of larger static prefixes and more turns. Misleading architectural hints are far costlier than irrelevant prose, and provider-side caching reduces billed cost without changing behavior, so it must not be treated as efficiency. Replications on Kimi-K3 and Claude Sonnet 5 preserve the main effect directions while revealing model-specific sensitivity to thinking and certainty cues. Overall, prompt wording and harness design materially affect agent cost, often with no gain in task success.
Chinese Translation
作为编码代理的大型推理模型在深思熟虑、工具调用和重复代理回合中产生了成本,但提示措辞对这一支出的因果影响尚未系统测量。我们展示了一项在六个大型推理模型、两个真实代理框架和24个具有隐藏评估者的确定性编码任务中进行的预注册基准测试。在4643次有效运行中,包括筛选、压力测试、保留、复制和跨提供者研究,我们发现提示的构造可以在不提高正确性的情况下成倍增加推理成本。要求模型开发和比较几种方法是最一致的浪费指令,使所有模型的推理令牌增加了2.4-7.4倍。通用的“深入思考”提示也使深思熟虑增加了1.6-2.2倍,而指定范围、接受标准和停止条件的有限效率模板则是成本中性的,并且可以将推理成本减半。框架选择更为重要:在Claude Code下,相同的模型-任务-提示三元组每次成功的成本比在pi下高出5-30倍,主要是由于更大的静态前缀和更多的回合。误导性的架构提示比无关的散文成本高得多,而提供者端的缓存减少了计费成本而不改变行为,因此不能被视为效率。在Kimi-K3和Claude Sonnet 5上的复制保持了主要效应方向,同时揭示了对思考和确定性提示的模型特定敏感性。总体而言,提示措辞和框架设计对代理成本有实质性影响,通常没有提高任务成功率。
cs.CL / 77 / 2608.01358

HopRefusalBench: Diagnosing Refusal Failures in Search-Augmented Agents for Multi-Hop Reasoning

HopRefusalBench:诊断多跳推理中搜索增强代理的拒绝失败
Xie, Jianan, Sun, Xin, Chen, Zhongqi, Zheng, Xing, Liu, Qiang, Song, Bowen
Abstract
Search-augmented large language model agents are increasingly capable of solving knowledge-intensive tasks, but their behavior when a multi-hop question is fundamentally unanswerable remains poorly understood. Existing abstention benchmarks largely expose defects at the surface of single-hop queries and therefore cannot reveal failures that emerge only after valid intermediate reasoning and retrieval. We introduce HopRefusalBench, the first controlled benchmark of refusal within multi-hop search, comprising 889 unanswerable questions constructed from KILT-grounded entity paths. It crosses three causes of unanswerability (answer unknown, false premise, and underspecified context) with root, middle, and terminal topologies, making premise verification, intermediate-bridge validation, and terminal stopping separately observable. We further propose a final-outcome taxonomy spanning target-aware refusal, pseudo-refusal, hallucinated completion, and search-budget exhaustion, together with source-aware trajectory metrics for post-trigger continuation and token waste. Across ten frontier proprietary and open-weight models in search-augmented mode, the best model achieves a target-aware correct halting rate (TCHR) of only 42.9%. Root and middle items are consistently harder than terminal items, and all models attain their highest TCHR on false premises and their lowest on underspecified questions. Yet when pooled across categories, 84.7--98.4% of each model's explicit refusal-like responses identify the correct rationale, localizing the main bottleneck to committing to an appropriate non-answer; failed trajectories instead diverge into hallucination or search-budget exhaustion. These results establish refusal in multi-hop search as a consequential evaluation problem and provide a foundation for diagnosing and improving the reliability of search-augmented agents.
Chinese Translation
搜索增强的大型语言模型代理在解决知识密集型任务方面越来越有能力,但当多跳问题在根本上无法回答时,它们的行为仍然不甚了解。现有的弃权基准主要暴露了单跳查询表面上的缺陷,因此无法揭示仅在有效的中间推理和检索后才会出现的失败。我们引入了HopRefusalBench,这是第一个控制的多跳搜索拒绝基准,包含889个基于KILT基础实体路径构建的无法回答的问题。它将三种无法回答的原因(答案未知、错误前提和上下文不明确)与根、 中间和终端拓扑相结合,使前提验证、中间桥接验证和终端停止可以单独观察。我们进一步提出了一种最终结果分类法,涵盖目标感知拒绝、伪拒绝、幻觉完成和搜索预算耗尽,以及源感知轨迹指标,用于触发后的继续和令牌浪费。在十个前沿专有和开放权重模型的搜索增强模式中,最佳模型的目标感知正确停止率(TCHR)仅为42.9%。根和中间项始终比终端项更难,所有模型在错误前提上的TCHR最高,而在上下文不明确的问题上最低。然而,当跨类别汇总时,84.7%至98.4%的每个模型的显式拒绝类响应都识别出正确的理由,主要瓶颈定位于承诺适当的非答案;失败的轨迹则转向幻觉或搜索预算耗尽。这些结果确立了多跳搜索中的拒绝作为一个重要的评估问题,并为诊断和改善搜索增强代理的可靠性提供了基础。
cs.CL / 78 / 2608.01359

EviSD: Evidence-Conditioned Self-Distillation for Search-Augmented Agents

EviSD:基于证据的自蒸馏框架用于搜索增强代理
Xie, Jianan, Sun, Xin, Chen, Zhongqi, Zheng, Xing, Wu, Shu, Song, Bowen, Wang, Liang
Abstract
Outcome-based reinforcement learning enables search-augmented language agents to learn from verifiable final answers, but its trajectory-level credit cannot distinguish the contributions of individual actions in a multi-turn search process. We propose EviSD, an evidence-conditioned self-distillation framework that uses instance-level supporting evidence as privileged information for search actions and golden answers as complementary privilege for answer actions. During training, the student samples actions from the original context, while the same model re-scores them as a privileged teacher under an action-aligned context. EviSD converts the detached teacher--student gap into a bounded correction to the outcome-derived GRPO advantage and applies it only to generated action spans. This design localizes privileged guidance while preserving the update direction determined by the outcome reward, without an auxiliary distillation objective or any change at inference time. Across seven question-answering benchmarks and three backbones spanning model scales and generations, EviSD achieves the highest macro-average Exact Match in all evaluated settings, outperforming the strongest compared methods by 1.3--2.3 points while modulating only 6.7%--15.1% of response tokens. Code is available at https://github.com/JiananXie/EviSD.
Chinese Translation
基于结果的强化学习使得搜索增强语言代理能够从可验证的最终答案中学习,但其轨迹级别的信用无法区分多轮搜索过程中各个动作的贡献。我们提出了EviSD,一种基于证据的自蒸馏框架,利用实例级支持证据作为搜索动作的特权信息,并将黄金答案作为回答动作的补充特权。在训练过程中,学生从原始上下文中采样动作,而同一模型在与动作对齐的上下文中重新评分这些动作,作为特权教师。EviSD将教师与学生之间的脱节差距转化为对结果导出GRPO优势的有界修正,并仅将其应用于生成的动作跨度。该设计在保留由结果奖励决定的更新方向的同时,局部化了特权指导,无需辅助蒸馏目标或在推理时进行任何更改。在七个问答基准和三个涵盖不同模型规模和代际的基础模型上,EviSD在所有评估设置中实现了最高的宏平均精确匹配,超越了最强的对比方法1.3至2.3分,同时仅调节了6.7%至15.1%的响应标记。代码可在 https://github.com/JiananXie/EviSD 获取。
cs.CL / 79 / 2608.01395

Language Equality has a Price: A Systematic Investigation of Multi-turn LLM Performance for EU-24+

语言平等的代价:对欧盟24+多轮大型语言模型性能的系统性研究
Hakimov, Sherzod, Osswald, Karl, Psurek, Jelle, Bukovszky, Eszter, Lüser, A. Altar, Schlangen, David
Abstract
We evaluate large language models (LLMs) as language agents playing goal-directed dialogue games in self-play across 30 languages: the 24 official EU languages plus six others. Unlike static or preference-based evaluation, this paradigm is multi-turn, reference-free and programmatically scored, and because the game mechanics are language-agnostic it extends to a new language by localising a fixed set of prompt and word-list files. Evaluating nine open-weight and commercial LLMs, we find that no open-weight model covers the EU-24 well: in every official language both commercial systems outscore every open-weight model, and the two weakest average below 40 points across the EU-24. The commercial systems stay ahead even in languages with four orders of magnitude less public web text, showing that linguistic parity is achievable, but not from public crawls alone. A model's home region lifts it without closing the gap: Chinese is the strongest of all 30 languages for two Chinese-developed models, yet the best Chinese score of any model belongs to a US commercial system. Coverage is also not parity of service. Pooled over models and languages, the median non-English language costs 31% more to run than English, and scores 10% lower.
Chinese Translation
我们评估大型语言模型(LLMs)作为语言代理在30种语言中进行目标导向对话游戏的自我对弈:包括24种官方欧盟语言和其他六种语言。与静态或基于偏好的评估不同,这种范式是多轮的、无参考的,并且通过程序化评分。由于游戏机制与语言无关,因此通过本地化固定的提示和词汇文件集,可以扩展到一种新语言。通过评估九个开放权重和商业LLM,我们发现没有任何开放权重模型能够很好地覆盖欧盟24种语言:在每种官方语言中,两个商业系统的得分均高于每个开放权重模型,而两个最弱的模型在欧盟24种语言中的平均得分低于40分。即使在公共网络文本少四个数量级的语言中,商业系统仍然领先,显示出语言平等是可以实现的,但仅靠公共抓取数据无法做到。模型的本地区域提升了其表现,但并没有缩小差距:在30种语言中,两个中国开发的模型在中文上的表现最强,但任何模型的最佳中文得分均属于美国商业系统。覆盖率也并不等同于服务的平等。综合考虑模型和语言,非英语语言的运行成本中位数比英语高31%,得分低10%。
cs.CL / 80 / 2608.01409

When Retrieval Helps and Distracts: Evaluating Evidence-Generating LLMs for Biomedical Claim Verification

检索的帮助与干扰:评估用于生物医学声明验证的证据生成大型语言模型
Deka, Pritam, Singh, Prabhjot
Abstract
Biomedical fact-checking systems must do more than predict whether a claim is supported, contradicted, or unaddressed: they should also produce evidence that is faithful, complete, and useful for verification. We study this evidence-generation setting on CARE-XAI, a unified benchmark spanning five biomedical and health fact-checking sources. We compare base instruction LLMs, PubMed retrieval-augmented LLMs, fine-tuned LLMs, label-only LLMs, and biomedical encoder classifiers under a shared evaluation protocol. Biomedical classifiers remain strongest for verdict-only prediction, while fine-tuned LLMs are the strongest evidence-generating systems. PubMed retrieval is mixed: it helps PubMed-aligned sources such as PubMedQA and SciFact, but can distract models on broader public-health claims. We introduce Bio-GRACE, a gold-reference-normalized diagnostic for measuring whether retrieved evidence recovers the decision benefit of reference evidence. Bio-GRACE shows that retrieval utility is source-dependent, motivates selective retrieval, and exposes why retrieval recall and lexical evidence overlap are insufficient for biomedical fact-checking.
Chinese Translation
生物医学事实核查系统必须不仅仅预测一个声明是否被支持、反驳或未被提及:它们还应该生成忠实、完整且对验证有用的证据。我们在CARE-XAI上研究这一证据生成设置,该基准统一涵盖五个生物医学和健康事实核查来源。我们在共享评估协议下比较了基础指令大型语言模型(LLMs)、增强PubMed检索的LLMs、微调的LLMs、仅标签的LLMs和生物医学编码分类器。生物医学分类器在仅判决预测方面仍然表现最强,而微调的LLMs则是最强的证据生成系统。PubMed检索的效果不一:它对PubMed对齐的来源(如PubMedQA和SciFact)有帮助,但在更广泛的公共卫生声明上可能会干扰模型。我们引入了Bio-GRACE,这是一种金标准归一化诊断工具,用于测量检索到的证据是否恢复了参考证据的决策效益。Bio-GRACE表明,检索的有效性依赖于来源,激励选择性检索,并揭示了为什么检索召回率和词汇证据重叠对于生物医学事实核查是不够的。
cs.CL / 81 / 2608.01422

QR-Erase: Efficient Subspace-Based Machine Unlearning with Layer Localization

QR-Erase:基于子空间的高效机器遗忘方法与层级定位
Lizzo, Tyler, Heck, Larry
Abstract
Machine unlearning seeks to remove targeted information from trained models without requiring costly retraining. Existing optimization-based methods often degrade unrelated capabilities, while subspace-based approaches rely on computationally expensive singular value decompositions (SVD). We introduce QR-Erase, a subspace-based framework that uses Pivoted QR decomposition to identify and remove task-specific representations directly from model parameters. We further propose Layer-Localized QR-Erase, which restricts updates to layers containing the highest concentration of task-specific information. We show that Pivoted QR provides accurate subspace recovery with bounded error, and that under a mild spectral gap condition, the recovered subspace approaches the optimal SVD solution. Across task-level, cross-lingual, and speech unlearning, QR-Erase achieves a stronger forgetting-retention tradeoff than optimization-based methods while remaining within 5% of SVD across all metrics. Exploiting low-rank and layer-localized structure further improves forgetting (for example, reducing speech forget-set accuracy from 53.1% to 15.7%). These results demonstrate that accurate subspace recovery, rather than optimal reconstruction, is sufficient for effective unlearning and provides an efficient and general alternative to SVD-based methods for modern foundation models.
Chinese Translation
机器遗忘旨在从训练模型中去除特定信息,而无需昂贵的重新训练。现有的基于优化的方法往往会削弱无关的能力,而基于子空间的方法则依赖于计算成本高昂的奇异值分解(SVD)。我们提出了QR-Erase,这是一种基于子空间的框架,利用Pivoted QR分解直接从模型参数中识别并去除任务特定的表示。我们进一步提出了层级定位的QR-Erase,该方法将更新限制在包含最高浓度任务特定信息的层中。我们展示了Pivoted QR能够提供准确的子空间恢复,并在有界误差的情况下,在温和的谱间隙条件下,恢复的子空间接近最优的SVD解决方案。在任务级、跨语言和语音遗忘方面,QR-Erase在遗忘与保留的权衡上优于基于优化的方法,同时在所有指标上保持在SVD的5%以内。利用低秩和层级定位结构进一步改善了遗忘效果(例如,将语音遗忘集的准确率从53.1%降低到15.7%)。这些结果表明,准确的子空间恢复,而非最优重构,对于有效的遗忘是足够的,并为现代基础模型提供了一种高效且通用的替代SVD的方法。
cs.CL / 82 / 2608.01458

PALMs: Using Multi Construct-Grounded Rationales for Modeling Population Preferences in LLMs

PALMs:利用多构念基础的理据建模大型语言模型中的人口偏好
Dey, Priyanka, Joshi, Brihi, Poddar, Preyashi, Zhao, Jieyu, Ferrara, Emilio
Abstract
Large language models are being extensively used to simulate individual user behavior, yet faithfully representing a population requires capturing the systematic variation in values, beliefs, and cultural norms that distinguish one group from another. We introduce Population Aligned Language Models (PALMs), a suite of models each aligned to specific populations, covering five countries: USA, India, Brazil, France and Italy. PALMs are created by synthesizing rationales grounded in psychological and cultural constructs and using these as latent supervision during preference tuning for population-specific alignment. Evaluated across four dimensions: personality, values and beliefs, cultural norms, and morality, PALMs consistently outperform baselines, including culture-specialized models, achieving an average of 8.59% relative improvement over the best baseline across all five populations. Notably, construct-grounded rationales outperform both demographic prompting and survey-based fine-tuning, suggesting that grounding preference learning in psychology and culture provides a richer inductive signal than surface-level response distributions. We further demonstrate strong generalization to downstream applications with- out task-specific supervision: outperforming best baselines by 5.19% in personalized reward modeling, 6.34% in population simulation, and showing strong transfer to social reasoning tasks. Datasets and code are available at: https://github.com/limenlp/PALMs.
Chinese Translation
大型语言模型被广泛用于模拟个体用户行为,但忠实地代表一个群体需要捕捉到区分不同群体的价值观、信念和文化规范的系统性变化。我们介绍了人口对齐语言模型(Population Aligned Language Models,PALMs),这是一套针对特定人群的模型,涵盖五个国家:美国、印度、巴西、法国和意大利。PALMs 通过综合基于心理学和文化构念的理据,并在针对特定人群的偏好调整中使用这些理据作为潜在监督来创建。我们在四个维度上进行了评估:个性、价值观和信念、文化规范以及道德,PALMs 在所有五个人群中始终优于基线模型,包括文化专门化模型,平均相对提升达 8.59%。值得注意的是,基于构念的理据在性能上超越了人口统计提示和基于调查的微调,表明将偏好学习扎根于心理学和文化中提供了比表面响应分布更丰富的归纳信号。我们进一步展示了在没有任务特定监督的情况下对下游应用的强泛化能力:在个性化奖励建模中超越最佳基线 5.19%,在人口模拟中超越 6.34%,并在社会推理任务中表现出强大的迁移能力。数据集和代码可在以下网址获取:https://github.com/limenlp/PALMs。
cs.CL / 83 / 2608.01468

Retrieval Augmented Biomedical Question Answering with Weak Question Recovery and Neural Reranking for BioASQ Task 14b

基于弱问题恢复与神经重排序的检索增强型生物医学问答系统——BioASQ任务14b
Zhao, Xueying, Mai, Lee, Anandganesh, Balaji
Abstract
This work presents DS@GT ARC BioASQ team's work for a biomedical question answering pipeline, integrating multi-source query expansion, neural reranking, retrieval refinement, and OpenBioLLM-assisted answer generation. The system combines PubMed retrieval with fine-tuned MiniLM-based semantic reranking, Reciprocal Rank Fusion (RRF), and feature-based relevance scoring to improve document ranking quality. To address challenging queries with weak retrieval performance, we introduce a conditional weak-question recovery strategy that applies semantic expansion, relationship-aware augmentation, and selective result merging. A post-retrieval pruning stage further removes redundant or low-relevance snippets while preserving evidence coverage for downstream answer generation. Experimental results on BioASQ evaluation batches demonstrate that the proposed recovery and cleanup strategies substantially improve retrieval robustness and MAP@10 performance on difficult question sets. The final system also incorporates output validation and post-processing steps to ensure formatting consistency and submission reliability across BioASQ phases.
Chinese Translation
本文介绍了DS@GT ARC BioASQ团队针对生物医学问答构建的流水线系统,该系统集成了多源查询扩展、神经重排序、检索优化以及OpenBioLLM辅助的答案生成。系统结合了PubMed文献检索、基于MiniLM微调的语义重排序、互惠排名融合(Reciprocal Rank Fusion, RRF)和基于特征的相关性评分,以提升文档排序质量。针对检索表现较弱的复杂查询,提出了一种条件性弱问题恢复策略,包含语义扩展、关系感知增强及选择性结果合并。检索后剪枝阶段进一步去除冗余或低相关片段,同时保持证据覆盖以支持后续答案生成。BioASQ评测批次的实验结果表明,所提恢复与清理策略显著提升了检索的鲁棒性及困难问题集上的MAP@10性能。最终系统还包含输出验证与后处理步骤,确保BioASQ各阶段提交格式一致性与可靠性。
cs.CL / 84 / 2608.01471

Two-Stage Bengali Sentiment Classification: Domain Adaptation Through Continual Learning and Parameter-Efficient Fine-Tuning

两阶段孟加拉语情感分类:通过持续学习和参数高效微调实现领域适应
Rahman, MD Shaikh, Rabbi, Syed Maudud E, Rashid, Muhammad Mahbubur
Abstract
Understanding sentiment in low-resource languages remains a key challenge for Natural Language Processing (NLP), particularly when domain-specific data is scarce. In this work, we present SentiBanglaBERT, a two-stage Bengali sentiment classification framework combining domain-adaptive continual pretraining and parameter-efficient fine-tuning. The approach enables contextual adaptation to news-style data while remaining computationally efficient through Low-Rank Adaptation (LoRA). Beyond performance, SentiBanglaBERT integrates SHAP-based interpretability, offering linguistic insights into how Bengali morphological cues, such as negation suffixes and aspectual markers, influence sentiment predictions. Experiments demonstrate stable performance comparable to strong baselines while providing greater transparency and interpretive depth. This framework highlights the potential of domain-adaptive continual learning as a foundation for interpretable, resource-efficient NLP in morphologically rich, underrepresented languages.
Chinese Translation
在低资源语言中理解情感仍然是自然语言处理(NLP)的一项关键挑战,特别是在领域特定数据稀缺的情况下。在本研究中,我们提出了SentiBanglaBERT,一个结合领域适应的持续预训练和参数高效微调的两阶段孟加拉语情感分类框架。该方法能够在保持计算效率的同时,实现对新闻风格数据的上下文适应,采用低秩适应(Low-Rank Adaptation, LoRA)技术。除了性能之外,SentiBanglaBERT还集成了基于SHAP的可解释性,提供了关于孟加拉语形态线索(如否定后缀和体标记)如何影响情感预测的语言学见解。实验表明,该框架的稳定性能可与强基线相媲美,同时提供更大的透明度和解释深度。该框架突显了领域适应的持续学习作为在形态丰富且代表性不足的语言中实现可解释、资源高效的NLP的基础潜力。
cs.CL / 85 / 2608.01560

Discriminative Axis, Not Data Volume: What a Contrastive Corpus Teaches an Audio Embedding

区分轴,而非数据量:对比语料库对音频嵌入的启示
Tonmoy, Abdul Basit
Abstract
Scaling the corpus is the default remedy when a contrastive representation lacks an attribute. We report a case where it does nothing, and identify what does: adding a lexical-speech round to a frozen-base multimodal embedding model raises zero-shot keyword spotting by 76 points while reducing speech-emotion recognition by 14. The loss is not a capacity limit: fine-tuning on 7,442 clips from a prosody-controlled corpus recovers emotion past its pre-speech level at a five-point keyword cost. Nor is it data volume: 29,428 mined clips whose captions explicitly name emotions, at matched exposure, move emotion by -0.0007. The difference is structural: a contrastive objective encodes an attribute only when the in-batch negatives cannot be separated without it; the controlled corpus holds sentence content fixed, so prosody is the only separating signal, whereas mined captions name emotion yet remain separable by scene content. Intervention on the same audio confirms causality: raising caption similarity does not recover emotion, but collapsing caption diversity so that emotion becomes the only separating axis recovers it by 8.9 points across three seeds, with a smaller, same-signed gain on a non-acted corpus, while keyword accuracy trades back. Corpus structure, not size or caption vocabulary, controls what a contrastive audio embedding encodes.
Chinese Translation
当对比表示缺乏某种属性时,扩展语料库通常是默认的解决方案。我们报告了一个案例,在该案例中,扩展语料库并没有产生效果,而是识别出真正有效的措施:向一个冻结基础的多模态嵌入模型添加一个词汇-语音回合,使得零-shot 关键词识别提高了76分,同时语音情感识别降低了14分。这一损失并不是由于能力限制:在一个控制韵律的语料库中对7,442个片段进行微调后,情感恢复到了其前语音水平,代价为五个关键词。而且这也不是数据量的问题:29,428个挖掘的片段,其标题明确命名情感,在相同曝光下,情感变化为-0.0007。二者的差异在于结构:对比目标仅在批次内的负样本无法分离时才会编码某种属性;而控制语料库保持句子内容不变,因此韵律成为唯一的分离信号,而挖掘的标题命名情感但仍可通过场景内容分离。对同一音频的干预确认了因果关系:提高标题相似性并未恢复情感,但将标题多样性压缩,使得情感成为唯一的分离轴,情感恢复了8.9分,在三个种子上均如此,并且在非表演语料库上也有较小的同符号增益,而关键词准确性则有所回落。语料库的结构,而非大小或标题词汇,控制了对比音频嵌入所编码的内容。
cs.CL / 86 / 2608.01565

DocNavRAG: Document-Structured Graph RAG with Stateful Evidence Construction for Complex Document Question Answering

DocNavRAG:具有状态化证据构建的文档结构化图 RAG 用于复杂文档问答
Xie, Dongyang, Tian, Yao, Zhang, Hao, Yuan, Yifei, Qian, Tieyun, Zhong, Ming, Jiang, Jiawei, Zhu, Yuanyuan
Abstract
Answering complex questions over large document collections requires assembling complementary evidence across sections and documents. GraphRAG offers structured retrieval but typically uses fixed traversal, while agentic RAG operates over weakly structured interfaces. Our key insight is that agents should navigate document structure within and across documents rather than repeatedly search from scratch. We introduce DocNavRAG, which organizes document hierarchies and cross-region relations into a navigable graph, exposes graph operations for locating, navigating, expanding, and fetching, and maintains an evolving evidence state to guide retrieval until sufficient evidence is collected. Across four long- and multi-document QA benchmarks, DocNavRAG improves answer quality and context sufficiency over the strongest baseline by 7.8\% and 17.7\% on average.
Chinese Translation
在大型文档集合中回答复杂问题需要在不同部分和文档之间组装互补证据。GraphRAG 提供了结构化检索,但通常使用固定的遍历方式,而代理 RAG 则在弱结构化接口上操作。我们的关键见解是,代理应在文档内外导航文档结构,而不是反复从头开始搜索。我们提出了 DocNavRAG,它将文档层次结构和跨区域关系组织成一个可导航的图,暴露用于定位、导航、扩展和获取的图操作,并维护一个不断演变的证据状态,以指导检索,直到收集到足够的证据。在四个长文档和多文档问答基准测试中,DocNavRAG 在答案质量和上下文充分性方面平均提高了 7.8 ext{%} 和 17.7 ext{%},超越了最强基线。
cs.CL / 87 / 2608.01570

Characterizing Treatment-Context Medication Evidence Across Clinic Notes and Structured EHR Medication History

跨诊所记录和结构化电子健康记录药物历史的治疗背景药物证据特征化
Jiang, Mingyang, Ni, Congning, Liu, Weixin, Yin, Zhijun
Abstract
Clinic notes and structured electronic health record (EHR) medication history often contain different medication information. Same-visit disagreement between these sources may result from note-side normalization errors, differences in terminology or timing, or actual differences in documentation. We developed a note-grounded approach that uses large language model (LLM) assisted reference construction, targeted and random human review, deterministic medication normalization, and semantic and temporal comparisons with structured medication history. We evaluated all normalization results on a patient-level held-out test set to limit adaptation to the study cohort. On 5,403 held-out mention rows, exact canonical agreement improved from 0.7226 with surface-exact matching to 0.8429 after lexical cleanup and curated alias mapping. In a random audit of previously unaudited rows, canonical-label agreement was 0.9210 among evaluable valid medication mentions, whereas treatment-action attribution was lower at 0.5326. In the full-cohort characterization analysis, only 16.44% of note-derived rows had same-visit exact overlap with structured medication history, but 55.17% had same-visit semantic overlap, 90.34% had same-visit or +/-30-day overlap, and only 3.97% remained in the strict no-structured-overlap bucket under broad project-level mapping. An ontology-backed sensitivity analysis further showed that held-out strict Observational Medical Outcomes Partnership (OMOP)-backed no-overlap fell from 43.99% to 36.68% after a development-derived alias supplement. These results show that note-to-structured-medication mismatch can arise from normalization errors, differences in terminology, and differences in documentation timing.
Chinese Translation
诊所记录和结构化电子健康记录(EHR)药物历史通常包含不同的药物信息。这些来源之间的同次就诊不一致可能源于记录侧的标准化错误、术语或时间上的差异,或实际的文档差异。我们开发了一种基于记录的方法,该方法利用大型语言模型(LLM)辅助的参考构建、针对性和随机的人类审核、确定性药物标准化,以及与结构化药物历史的语义和时间比较。我们在患者级别的保留测试集中评估了所有标准化结果,以限制对研究队列的适应。在5,403个保留提及行中,确切的规范一致性从表面精确匹配的0.7226提高到经过词汇清理和精心别名映射后的0.8429。在对之前未审核行的随机审计中,在可评估的有效药物提及中,规范标签一致性为0.9210,而治疗行动归因则较低,为0.5326。在全队列特征化分析中,仅有16.44%的记录衍生行与结构化药物历史在同次就诊中有确切重叠,但55.17%在同次就诊中有语义重叠,90.34%在同次就诊或前后30天内有重叠,只有3.97%在广泛项目级映射下仍然处于严格无结构重叠的类别。基于本体的敏感性分析进一步显示,保留的严格观察性医学结果合作伙伴(OMOP)支持的无重叠比例从43.99%降至36.68%,这是在开发衍生的别名补充之后。这些结果表明,记录与结构化药物之间的不匹配可能源于标准化错误、术语差异和文档时间差异。
cs.CL / 88 / 2608.01585

Semantic Alignment of AI Models: Concept Collapse, Checkpoint Dynamics, and Cross-Lingual Transfer

人工智能模型的语义对齐:概念崩溃、检查点动态与跨语言迁移
Ashoff, Tyler, Rodu, Jordan
Abstract
Language model benchmarking is a difficult task. Outcome reasoning alone does not test the model's conceptualization of language and popular open-source benchmarks are quickly saturated or ingested as training data. It is important to test the model's output, but augmenting these tests by characterizing semantic structure gives more insight to how models relate abstract concepts. However, the high dimensional embedding spaces are not easy to interpret. This work demonstrates how topological methods can be used to rigorously compare these spaces to low dimensional and interpretable baselines like ontologies and curated knowledge graphs. These multi-modal alignment tests make it possible to track model adaptations and test phrase understanding across multiple languages.
Chinese Translation
语言模型的基准测试是一项困难的任务。仅仅依靠结果推理并不能测试模型对语言的概念化,而流行的开源基准测试很快就会饱和或被作为训练数据吸收。测试模型的输出是重要的,但通过表征语义结构来增强这些测试,可以更深入地了解模型如何关联抽象概念。然而,高维嵌入空间并不容易解释。本研究展示了如何利用拓扑方法严格比较这些空间与本体论和策划知识图谱等低维且可解释的基线。这些多模态对齐测试使得跟踪模型适应性和测试多个语言中的短语理解成为可能。
cs.CL / 89 / 2608.01598

PICTURE: Enhancing Theory-of-Mind in Large Language Models by Revealing, Not Hiding, Characters' Lack of Knowledge

PICTURE:通过揭示而非隐藏角色的知识缺乏来增强大型语言模型的心智理论
Jeon, Eojin, Lee, SangKeun
Abstract
Simulating human-like Theory of Mind (ToM) has been a longstanding problem in natural language processing (NLP). To address this, existing works introduce a reasoning step of event hiding (a.k.a. perspective-taking), where events unknown to a character are removed before question answering. However, resorting to event hiding for ToM reasoning presents a performance degradation issue due to the strict output format constraints involved in event hiding. To mitigate this issue, we propose generating perspective-taking outputs as free-form explanations without event hiding, but this poses a notable yet underexplored challenge: LLMs need to inhibit responses to events unknown to characters, because the absence of event hiding exposes LLMs to these events throughout reasoning. To address this challenge, we hypothesize and empirically verify that LLMs can achieve such inhibition if a character's lack of knowledge about events is made explicit during reasoning. Based on this finding, we introduce PICTURE, a new prompting method that enables LLMs to generate a character's lack of knowledge within free-form Chain-of-Thought (CoT). Experimental results show that PICTURE outperforms existing prompting methods by an average of 7.3% on false-belief tasks.
Chinese Translation
模拟类人心智理论(ToM)一直是自然语言处理(NLP)中的一个长期问题。为了解决这个问题,现有研究引入了一种事件隐藏的推理步骤(即视角转换),在回答问题之前移除角色未知的事件。然而,依赖事件隐藏进行ToM推理会导致性能下降,因为事件隐藏涉及严格的输出格式约束。为了缓解这一问题,我们提出生成自由形式的解释作为视角转换输出,而不进行事件隐藏,但这带来了一个显著但未被充分探讨的挑战:大型语言模型(LLMs)需要抑制对角色未知事件的响应,因为缺乏事件隐藏使得LLMs在推理过程中暴露于这些事件。为了解决这一挑战,我们假设并实证验证,如果在推理过程中明确指出角色对事件的知识缺乏,LLMs可以实现这种抑制。基于这一发现,我们引入了PICTURE,一种新的提示方法,使LLMs能够在自由形式的思维链(CoT)中生成角色的知识缺乏。实验结果表明,PICTURE在错误信念任务上比现有提示方法平均提高了7.3%。
cs.CL / 90 / 2608.01624

Not the Dimension, the Norm: What Matters in Gradient-Free Weight Perturbation of Language Models

不是维度,而是范数:在无梯度权重扰动中什么才是关键
Kim, Taeyeong, Kim, Ahhyun, Kim, TaeHyeon, Lee, Unggi
Abstract
Adapting a language model to a task no longer requires training all of its weights, and a line of parameter-efficient methods has driven the trainable count from billions down to a handful of scalars. Gradient-free adaptation, which samples random weight perturbations and keeps the ones that score well, has not followed that trajectory and still perturbs every entry of the weight tensor. It is unknown whether that full-weight search is necessary, and more fundamentally which property of a perturbation makes it work at all, because existing methods vary the search space, the perturbation scale, and the aggregation together. We resolve this by intervening on one factor at a time inside a fixed pipeline, holding candidate scoring and voting constant while we vary the search dimension, the subspace that carries the perturbation, and its norm. Perturbing a frozen frame of 12 to 16 scalars stays 1.8 accuracy points behind full-weight search on average across 49 model-benchmark cells, trailing it in 36 of them. Neither the dimension nor the choice of basis explains that performance. A random frame whose Grassmann overlap with the SVD frame is at chance level performs identically once a single scale factor is matched, and at large scales the SVD directions collapse first. What survives is the perturbation norm, whose usable range closes within a factor of five across seven models and stays flat inside. The perturbation norm is therefore the one factor with a failure mode, and its safe region transfers across scale and family. The design question narrows from which subspace to perturb to how hard to shake.
Chinese Translation
将语言模型适应于特定任务不再需要训练其所有权重,一系列参数高效的方法已将可训练的权重数量从数十亿减少到仅几个标量。无梯度适应通过随机采样权重扰动并保留得分较好的扰动,尚未沿着这一轨迹发展,仍然对权重张量的每个条目进行扰动。目前尚不清楚这种全权重搜索是否必要,更根本地说,扰动的哪一特性使其有效,因为现有方法同时改变了搜索空间、扰动规模和聚合方式。我们通过在固定的流程中逐一干预一个因素,保持候选评分和投票不变,同时改变搜索维度、承载扰动的子空间及其范数,来解决这一问题。在49个模型基准单元中,扰动一个冻结的12到16个标量的框架平均落后于全权重搜索1.8个准确度点,并在其中36个单元中表现不如全权重搜索。维度或基底的选择均无法解释这一性能。一个与SVD框架的Grassmann重叠处于随机水平的随机框架,在匹配一个单一的尺度因子后表现相同,而在大尺度下,SVD方向首先崩溃。最终存留下来的因素是扰动范数,其可用范围在七个模型中缩小至五倍,并且在内部保持平坦。因此,扰动范数是唯一具有失效模式的因素,其安全区域跨越尺度和模型家族转移。设计问题从扰动哪个子空间缩小为扰动的强度。
cs.CL / 91 / 2608.01629

Human-LLM Alignment in Language Attitudes Toward Non-Native Japanese

人类与大型语言模型在对非母语日语的语言态度中的一致性
Orita, Naho, Ogawa, Hayato, Kawahara, Daisuke
Abstract
Large language models (LLMs) increasingly evaluate human writing in high-stakes domains such as hiring and academic assessment, putting non-native speakers at particular risk. Drawing on the language attitudes framework, we compared human and LLM evaluations of parallel L1- and L2-written Japanese emails on three dimensions: fluency, status, and solidarity. Japanese raters rated L2 texts significantly lower on all three dimensions, with a fluency gap roughly twice the size of the status and solidarity gaps. Six LLM judges reproduced the direction of this bias, and five reproduced its ordering across dimensions. The models diverged from humans in two ways: all understated the solidarity gap, the most socially grounded dimension, and all differentiated among learner L1 backgrounds where humans did not. LLM judges thus reproduce native speakers' language attitudes in a structured yet attenuated form, and the language attitudes framework offers a ready-made yardstick for auditing them beyond English.
Chinese Translation
大型语言模型(LLMs)越来越多地在高风险领域(如招聘和学术评估)中评估人类写作,这使得非母语者面临特别的风险。基于语言态度框架,我们比较了人类和LLM对平行的L1和L2书写的日语电子邮件在流利度、地位和团结感三个维度上的评估。日本评审对L2文本在所有三个维度上的评分显著低于L1文本,流利度差距大约是地位和团结感差距的两倍。六位LLM评审再现了这种偏见的方向,五位再现了其在各维度上的排序。模型在两个方面与人类评审存在差异:所有模型都低估了团结感差距,这是最具社会基础的维度,并且所有模型在学习者的L1背景上进行了区分,而人类评审则没有。因此,LLM评审以一种结构化但减弱的形式再现了母语者的语言态度,而语言态度框架为超越英语的审计提供了现成的标准。
cs.CL / 92 / 2608.01630

RING: Retrieval-Internalized Generation for Continual Large-Scale Knowledge Injection

RING:用于持续大规模知识注入的检索内化生成
Xu, Shicheng, Pang, Liang, Chen, Liyi, Wei, Zihao, Deng, Jingcheng, Gao, Yan, Wu, Yi, Hu, Yao, Shen, Huawei, Cheng, Xueqi
Abstract
Retrieval-augmented generation (RAG) improves factuality but adds latency and engineering overhead at serving time. We propose RING (Retrieval-Internalized Generation), a holistic paradigm spanning both architecture and training that injects large-scale external knowledge into a \textit{Mixture-of-Memory Experts} and learns parametric search over this internal memory via reinforcement learning, removing the external retriever entirely. Training proceeds in three stages: continued pre-training injects new corpora into a Knowledge Expert via our novel \textit{Dual Causal Attention}; supervised fine-tuning teaches a ``search-then-answer'' pattern; and reinforcement learning with hierarchical rewards optimizes the routing-and-search policy over the parametric memory. Unlike prior parametric injection methods that pair internal memory with a fixed or rule-based retriever, RING {learns} its retrieval policy directly from task signals. We further frame RING theoretically as a search-free approximation to the classical RAG objective. To evaluate large-scale injection of genuinely {new} knowledge without test-time leakage, we further construct News-2025, a benchmark built from news strictly post-dating the base LLM's pretraining cutoff. RING matches or surpasses both search-based RAG and parametric injection baselines in accuracy and efficiency.
Chinese Translation
检索增强生成(RAG)提高了事实性,但在服务时增加了延迟和工程开销。我们提出了RING(检索内化生成),这是一个涵盖架构和训练的整体范式,它将大规模外部知识注入到 extit{混合记忆专家}中,并通过强化学习在该内部记忆上学习参数化搜索,从而完全去除外部检索器。训练分为三个阶段:持续预训练通过我们新颖的 extit{双因果注意力}将新语料注入知识专家;监督微调教会“检索-然后回答”的模式;而使用分层奖励的强化学习优化参数记忆的路由和搜索策略。与以前将内部记忆与固定或基于规则的检索器配对的参数注入方法不同,RING直接从任务信号中学习其检索策略。我们进一步从理论上将RING框架视为对经典RAG目标的无搜索近似。为了评估在不泄露测试时间信息的情况下大规模注入真正的{新}知识,我们进一步构建了News-2025,这是一个基于严格在基础LLM预训练截止日期之后的新闻构建的基准。RING在准确性和效率上与基于检索的RAG和参数注入基线相匹配或超越。
cs.CL / 93 / 2608.01631

Does Accuracy Equal Evidence? Reasoning Faithfulness under KV Cache Compression

准确性等于证据吗?KV缓存压缩下的推理可信性
Ai, Mengting, He, Jingrui, Guo, Yue
Abstract
KV cache compression is commonly evaluated by final-answer accuracy, implicitly assuming that preserving the answer also preserves the reasoning that supports it. We test this assumption for large reasoning models and show that it can fail: under compression, correct answers and the validity of their visible supporting rationales can be preserved at different rates. We study this failure with a controlled fixed-trace replay protocol, which holds reasoning content fixed and isolates whether compression preserves usable information from an already available trace. We evaluate ten token-eviction KV compression methods and one quantization method on three models across mathematical reasoning, scientific QA, clinical calculation, and long-context retrieval. We measure final accuracy, answer-chain consistency, and perturbation faithfulness. Across tasks, token-eviction methods can preserve competitive final-answer accuracy while substantially degrading chain support or perturbation faithfulness. We call this the answer-evidence gap. A coverage-preserving quantization control is substantially less affected, suggesting that the failure is tied less to KV memory reduction itself than to losing access to parts of the reasoning trace. Code is available at https://github.com/famous-blue-raincoat/Safe_KV_Compress.
Chinese Translation
KV缓存压缩通常通过最终答案的准确性进行评估,隐含地假设保留答案也保留了支持该答案的推理。我们对这一假设进行了测试,针对大型推理模型,结果表明这一假设可能失效:在压缩过程中,正确答案及其可见支持理由的有效性可能以不同的速度被保留。我们通过一种受控的固定轨迹重放协议研究这一失效,该协议保持推理内容不变,并隔离压缩是否保留来自已有轨迹的可用信息。我们在三个模型上评估了十种令牌驱逐的KV压缩方法和一种量化方法,涵盖数学推理、科学问答、临床计算和长上下文检索。我们测量了最终准确性、答案链一致性和扰动可信性。在各项任务中,令牌驱逐方法能够在显著降低链支持或扰动可信性的情况下保留竞争性的最终答案准确性。我们称之为答案-证据差距。覆盖保留的量化控制受到的影响显著较小,这表明失效与KV内存减少本身关系不大,而是与失去对推理轨迹部分的访问有关。代码可在 https://github.com/famous-blue-raincoat/Safe_KV_Compress 获取。
cs.CL / 94 / 2608.01666

Style Wins, Substance Loses: A Diagnosis of LLM-as-Judge in Idea Generation

风格获胜,实质失利:对LLM作为创意生成评判者的诊断
Ji, Fengxian, Li, Yuke, Yang, Jingpu, Wu, Juanfan, Zhang, Fan, Cui, Zhexuan, Xie, Yu, Peng, Min, Xie, Qianqian, Chen, Xiuying, Xie, Zhuohan
Abstract
However, whether these judges truly evaluate the scientific substance of ideas or are influenced by superficial stylistic presentation remains an open question. To address this question, we propose SciStyleBench, a unified three-component benchmark for diagnosing and mitigating stylistic bias in LLM-based idea evaluation: (i) First, SciStyleStage, a three-stage evaluation environment that applies controlled stylistic perturbations to fixed scientific content across three settings no context, fixed-domain context, and open-domain retrieval context, covering 600 scientific ideas and 15 style variants, with 9,000 evaluation instances per setting; (ii) Second, SciStyleMetrics, a set of quantitative measures, including Style Bias Index (SBI), Substance Recognition Rate (SRR), and Adversarial Win Rate (AWR), to characterize how stylistic variation affects scoring stability, substance discrimination, and ranking robustness; (iii) Third, SciStyleExtractor, a plug-and-play evaluation module that separates presentation style from scientific content by predicting style type and deviation before style-conditioned evaluation, enabling us to assess whether style awareness reduces stylistic bias. Experiments on SciStyleBench show that direct LLM judges remain sensitive to writing style and struggle to distinguish scientific substance. In contrast, SciStyleExtractor reduces SBI from 0.566 to 0.501 while increasing SRR and AWR from 0.504 and 0.554 to 0.759 and 0.899, respectively. These results suggest that robust idea evaluation requires invariance to stylistic variation without sacrificing sensitivity to scientific substance. Overall, SciStyleBench provides a systematic framework for identifying, quantifying, and mitigating stylistic bias in scientific idea evaluation.
Chinese Translation
然而,这些评审者是否真正评估创意的科学实质,还是受到表面风格呈现的影响,仍然是一个悬而未决的问题。为了解决这个问题,我们提出了SciStyleBench,这是一个统一的三部分基准,用于诊断和减轻基于LLM的创意评估中的风格偏见:(i) 首先,SciStyleStage,一个三阶段的评估环境,在三个设置中对固定科学内容施加控制的风格扰动,包括无上下文、固定领域上下文和开放领域检索上下文,涵盖600个科学创意和15种风格变体,每个设置有9,000个评估实例;(ii) 其次,SciStyleMetrics,一组定量指标,包括风格偏见指数(Style Bias Index, SBI)、实质识别率(Substance Recognition Rate, SRR)和对抗胜率(Adversarial Win Rate, AWR),用于表征风格变异如何影响评分稳定性、实质区分和排名稳健性;(iii) 第三,SciStyleExtractor,一个即插即用的评估模块,通过在风格条件评估之前预测风格类型和偏差,将呈现风格与科学内容分离,使我们能够评估风格意识是否减少风格偏见。在SciStyleBench上的实验表明,直接的LLM评审者对写作风格仍然敏感,并且难以区分科学实质。相比之下,SciStyleExtractor将SBI从0.566降低到0.501,同时将SRR和AWR分别从0.504和0.554提高到0.759和0.899。这些结果表明,稳健的创意评估需要对风格变异保持不变,同时不牺牲对科学实质的敏感性。总体而言,SciStyleBench提供了一个系统框架,用于识别、量化和减轻科学创意评估中的风格偏见。
cs.CL / 95 / 2608.01672

Learning What to Remember: Test-Time Training via Context Distillation

学习记忆的内容:通过上下文蒸馏进行测试时训练
Wang, Zixuan, Dang, Xingyu, Zhu, Rui-Jie, Wen, Zixin, Fu, Hengyu, Chai, Wenhao, Lee, Jason D.
Abstract
Effective long-context modeling is not merely about retaining more of the past, but about preserving the information that may prove relevant later. Test-time training (TTT) is an appealing approach that performs online parameter updates for long-context modeling, yet existing TTT methods only optimize either reconstruction or online adaptation objectives without considering the future utility of retained information. In this work, we propose \textbf{T}est-\textbf{T}ime \textbf{C}ontext \textbf{D}istillation (TTCD), a TTT framework that introduces a self-supervised objective for allocating limited memory capacity for future use. Specifically, TTCD uses a long-window teacher to supervise the fast weights of a short-window student, where the hidden-state discrepancy between them offers a dense, self-supervised signal guiding the model to memorize the contextual information crucial for future token predictions. We focus on an in-place variant: In-Place TTCD (IP-TTCD), which uses the existing MLP parameters as the fast weights. Experiments on long-context language modeling tasks show IP-TTCD consistently outperforms DeltaNet, Gated DeltaNet, sliding-window attention, and TTT when pre-trained from scratch. Furthermore, IP-TTCD allows pre-trained transformer models to adapt their parameters during inference through continual pre-training, gaining long-context capabilities with only a lightweight architectural augmentation. Our results position TTCD as a step toward architectural continual learning.
Chinese Translation
有效的长上下文建模不仅仅是保留更多的过去信息,而是保留那些可能在未来证明相关的信息。测试时训练(Test-time Training, TTT)是一种有吸引力的方法,它为长上下文建模执行在线参数更新,然而现有的TTT方法仅优化重建或在线适应目标,而未考虑保留信息的未来效用。在本研究中,我们提出了 extbf{T}est- extbf{T}ime extbf{C}ontext extbf{D}istillation(TTCD),这是一个TTT框架,引入了自监督目标以分配有限的内存容量以供未来使用。具体而言,TTCD使用长窗口教师来监督短窗口学生的快速权重,二者之间的隐藏状态差异提供了一个密集的自监督信号,引导模型记忆对未来标记预测至关重要的上下文信息。我们专注于一种就地变体:就地TTCD(In-Place TTCD, IP-TTCD),它使用现有的多层感知器(MLP)参数作为快速权重。在长上下文语言建模任务上的实验表明,IP-TTCD在从头开始预训练时始终优于DeltaNet、Gated DeltaNet、滑动窗口注意力和TTT。此外,IP-TTCD允许预训练的变换器模型在推理过程中通过持续预训练来调整其参数,仅通过轻量级的架构增强便获得长上下文能力。我们的结果将TTCD定位为朝向架构持续学习的一步。
cs.CL / 96 / 2608.01676

Understanding Sparse Attention Selectivity in Long-Context Foundation Models via Counterfactual Evaluation

通过反事实评估理解长上下文基础模型中的稀疏注意力选择性
Ren, Xingyu, Sun, Youran, Yi, Chugang, Yang, Haizhao
Abstract
Sparse attention is widely deployed in long-context serving stacks, yet no framework audits how discarding blocks changes the influence of specific content on model output. We first establish that the phenomenon is real and causal: Block Sparse Flash Attention (BSFA) route replay across four architectures changes output decisions in 13 of 16 cells, with zero identity-replay label flips. We then introduce a dense-calibrated counterfactual audit using matched probe cards---Gold (carrying the correct answer label), Poison (carrying a target wrong label), and Benign (filler only)---under six-layout position symmetry, isolating the sparsification-specific effect. Two patterns compete. Signal concentration: the selector preserves Gold and Poison blocks far above filler-matched Benign blocks (G$\approx$P$\gg$B across all model--task pairs). Integration loss: discarding blocks severs cross-block attention---confirmed by an ablation where isolating the probe block collapses its influence from 4.48 logits to zero. Compression ratio governs the balance: a full sweep from mild ($c=0.25$) to aggressive ($c=0.75$) compression across four model--task pairs reveals that three of four cells move toward stronger sparse amplification at higher compression, with two exhibiting sign reversals. Three independent arms---BSFA route replay, controlled block-top-$k$, and KV-cache eviction---converge: sparsification changes content influence in ways aggregate accuracy cannot detect. We provide an open measurement framework deployable on any model exposing block identities.
Chinese Translation
稀疏注意力在长上下文服务堆栈中被广泛应用,但尚无框架审计丢弃块如何改变特定内容对模型输出的影响。我们首先确认这一现象是真实且具有因果关系的:在四种架构中,块稀疏闪存注意力(Block Sparse Flash Attention, BSFA)路径重放在16个单元中有13个改变了输出决策,而身份重放标签没有翻转。接着,我们引入了一种密集校准的反事实审计,使用匹配探针卡——金卡(Gold,携带正确答案标签)、毒卡(Poison,携带目标错误标签)和良性卡(Benign,仅为填充)——在六种布局位置对称下,隔离稀疏化特定效应。两种模式相互竞争。信号集中:选择器保留金卡和毒卡块的比例远高于填充匹配的良性卡块(G≈P>>B,在所有模型-任务对中均成立)。整合损失:丢弃块切断了跨块注意力——通过消融实验确认,隔离探针块使其影响从4.48个logits降至零。压缩比决定了平衡:在四个模型-任务对中,从温和(c=0.25)到激进(c=0.75)的全面扫描显示,四个单元中有三个在更高压缩下趋向于更强的稀疏放大,两个则表现出符号反转。三个独立的分支——BSFA路径重放、受控块-top-$k$和KV缓存驱逐——汇聚:稀疏化以聚合准确性无法检测的方式改变内容影响。我们提供了一个开放的测量框架,可在任何暴露块身份的模型上部署。
cs.CL / 97 / 2608.01708

PGMem: Tightly Coupled Persona-Memory Graph for Lifelong Personalized Agents

PGMem:紧密耦合的人格-记忆图用于终身个性化智能体
Choi, Wonjun, Kim, Yerim, Lee, Yukyung, Yoon, Susik
Abstract
Long-term personalized dialogue agents must track user preferences as their personas evolve. Existing memory systems organize past events well, but store personas as flat profiles detached from the events that justify them. This loose coupling leads to the memory-persona validity gap and the persona-aware retrieval gap. We propose PGMem, a heterogeneous persona-memory graph that connects event and persona nodes through typed provenance and evidence edges, keeping each persona signal traceable to the events that support or revise it. At retrieval time, PGMem expands from query-relevant seeds and ranks signals by evidential validity. Across three benchmarks with small language model backbones, PGMem consistently outperforms summary-based, persona-aware, graph-structured, and agentic memory baselines, and improves performance as the context grows. The source code of PGMem is available at https://github.com/wonjunchoi23/pgmem/
Chinese Translation
长期个性化对话智能体必须在用户的人格演变过程中跟踪其偏好。现有的记忆系统能够很好地组织过去的事件,但将人格存储为与事件脱节的平面档案。这种松散的耦合导致了记忆-人格有效性差距和人格感知检索差距。我们提出了PGMem,一种异构的人格-记忆图,通过类型化的来源和证据边连接事件节点和人格节点,使每个人格信号可追溯到支持或修正它的事件。在检索时,PGMem从与查询相关的种子节点扩展,并根据证据有效性对信号进行排名。在三个基准测试中,PGMem在小型语言模型基础上始终优于基于摘要的人格感知、图结构和智能体记忆基线,并随着上下文的增长而提高性能。PGMem的源代码可在https://github.com/wonjunchoi23/pgmem/获取。
cs.CL / 98 / 2608.01724

TIDES: A Longitudinal Bilingual Dataset for Modeling Multi-Party Social Dynamics

TIDES:用于建模多方社会动态的纵向双语数据集
Lee, Heechan, Kang, Jeonggyu, Myung, Junho, Jeong, Jaywoong, Kim, Juho, Seering, Joseph
Abstract
Group conversations are fundamental to human collaboration, yet standard large language models (LLMs) still struggle with the complexities of multi-party interaction. This challenge persists in part because existing group conversation datasets are often limited to short-term lab settings with contrived tasks, failing to capture the long-term social dynamics of real-world teams. To bridge this gap, we introduce TIDES, a high-resolution longitudinal dataset tracking 12 university project teams over a full semester. Comprising 75,971 utterances in both English and Korean from in-person meetings, TIDES provides a naturalistic record of teams working on self-managed projects. Our socio-structural annotations-covering interaction types, emergent roles, and development stages-allow for modeling of team evolution over months. Experiments show that fine-tuning on TIDES improves next-speaker prediction by 13.8 percentage points over a bigram baseline (64.53%) and yields performance comparable to strong proprietary zero-shot models. The model also comes within 2.1 percentage points of the published state of the art on the AMI Meeting Corpus while using approximately 42% less training data. However, human evaluations suggest that better next-speaker prediction does not necessarily yield more natural or coherent utterances, as fine-tuned models were generally less preferred than vanilla models. This potential mismatch motivates further study of how structural modeling can support natural multi-party generation.
Chinese Translation
群体对话是人类协作的基础,但标准的大型语言模型(LLMs)在处理多方互动的复杂性时仍然面临挑战。这一问题部分源于现有的群体对话数据集通常局限于短期实验室环境和人为设计的任务,未能捕捉到现实世界团队的长期社会动态。为了解决这一问题,我们引入了TIDES,这是一个高分辨率的纵向数据集,跟踪了12个大学项目团队在一个完整学期内的活动。TIDES包含来自面对面会议的75,971条英语和韩语发言,提供了团队在自我管理项目中工作的自然记录。我们的社会结构注释涵盖了互动类型、新兴角色和发展阶段,允许对团队在数月内的演变进行建模。实验表明,在TIDES上进行微调使得下一个发言者预测的准确率比二元模型基线(64.53%)提高了13.8个百分点,并且其性能与强大的专有零样本模型相当。该模型在AMI会议语料库上也接近已发布的最新成果,差距仅为2.1个百分点,同时使用的训练数据量约减少了42%。然而,人类评估表明,更好的下一个发言者预测并不一定会产生更自然或连贯的发言,因为微调模型通常不如原始模型受到偏好。这种潜在的不匹配促使我们进一步研究结构建模如何支持自然的多方生成。
cs.CL / 99 / 2608.01752

Constructing Parallel Multidimensional Chromatic Lexicons for Corpus-Assisted Analysis of Russian and English Texts

构建平行多维色彩词典以辅助分析俄语和英语文本
Nikitina, Larisa
Abstract
This article addresses the relative scarcity of research tools for the corpus-assisted linguistic analysis of colour terms in literary texts. It describes the development of two multidimensional chromatic lexicons: one for Russian (224 entries) and one for English (141 entries). Lexicon construction involved sourcing colour vocabulary from specialised resources and research literature, comparing the two language inventories, manually checking translated candidates, and addressing language-specific morphological features. In addition to identifying colour terms and visual descriptors, the lexicons classify entries according to hue, saturation, and temperature. To demonstrate their practical application, a pilot study was conducted on purposively sampled corpora of poetry by Andrei Bely (20,373 tokens) and Emily Dickinson (28,479 tokens). All retrieved matches were checked in context and classified as Confirmed_chromatic, Ambiguous_visual, or Excluded. The analysis was implemented in two main stages: a strict analysis including confirmed chromatic lexis only, followed by a sensitivity analysis incorporating both confirmed and ambiguous chromatic lexis to determine whether coding decisions about borderline cases affected the main findings. The quantitative results indicated marked differences in the use of colour terms, visual descriptors, hue, saturation, and temperature. Specifically, the analysis revealed that confirmed chromatic terms occurred 3.4 times more frequently in the sampled Bely corpus than in the Dickinson corpus. These findings demonstrate the analytical value of a multidimensional approach, with the main contribution of this study being a transparent and reusable procedure for constructing and applying multilingual chromatic lexicons.
Chinese Translation
本文探讨了用于文学文本中色彩术语的语料库辅助语言分析的研究工具相对匮乏的问题。文章描述了两个多维色彩词典的开发:一个用于俄语(224个条目),一个用于英语(141个条目)。词典构建涉及从专业资源和研究文献中获取色彩词汇,比较两种语言的词汇表,手动检查翻译候选项,并处理特定语言的形态特征。除了识别色彩术语和视觉描述符外,词典还根据色相、饱和度和温度对条目进行分类。为了展示其实际应用,进行了针对安德烈·别利(Andrei Bely,20,373个词元)和艾米莉·迪金森(Emily Dickinson,28,479个词元)诗歌的目的性抽样语料库的初步研究。所有检索到的匹配项都在上下文中进行了检查,并分类为确认的色彩术语(Confirmed_chromatic)、模糊的视觉描述(Ambiguous_visual)或排除项(Excluded)。分析分为两个主要阶段:严格分析仅包括确认的色彩词汇,随后进行敏感性分析,纳入确认和模糊的色彩词汇,以确定对边界案例的编码决策是否影响主要发现。定量结果显示色彩术语、视觉描述符、色相、饱和度和温度的使用存在显著差异。具体而言,分析表明,在抽样的别利语料库中,确认的色彩术语出现的频率是迪金森语料库的3.4倍。这些发现展示了多维方法的分析价值,本研究的主要贡献在于构建和应用多语言色彩词典的透明且可重用的程序。
cs.CL / 100 / 2608.01810

RADAR: Rubric-Aware Dependency and Redundancy Analysis for LLM-as-Judge Evaluation

RADAR:基于评分标准的依赖性和冗余性分析用于LLM作为评审的评估
Singh, Divyansh, Davari, Reza, Mashhadi, Afra
Abstract
Rubric-based LLM-as-judge pipelines often assume that evaluation criteria provide independent signals. In practice, however, criteria can be behaviorally coupled: improving one criterion may systematically change scores on another, distorting aggregate scores used in model-release or product-update decisions. We introduce RADAR, a lightweight preflight diagnostic framework for estimating such coupling before large-scale evaluation. Given a rubric, RADAR generates targeted synthetic probes, scores each probe on all criteria, and produces a directional coupling matrix that shows which criteria co-score and how. We validate RADAR on three industry-relevant evaluation settings: NVIDIA HelpSteer2, SumPubMed, and the Yale-Salesforce SummEval benchmark. Using only a small number of probes per criterion, RADAR recovers human inter-criterion correlation structure (Pearson r > 0.84) and provides practitioners with concrete audit signals about redundancy, hierarchy, and aggregation sensitivity before committing to large-scale judging.
Chinese Translation
基于评分标准的LLM作为评审的流程通常假设评估标准提供独立的信号。然而,在实践中,这些标准可能在行为上是相互关联的:改善一个标准可能会系统性地改变另一个标准的评分,从而扭曲用于模型发布或产品更新决策的总评分。我们提出了RADAR,这是一个轻量级的预检诊断框架,用于在大规模评估之前估计这种关联性。给定一个评分标准,RADAR生成针对性的合成探针,对每个探针在所有标准上进行评分,并生成一个方向性关联矩阵,显示哪些标准共同评分以及如何共同评分。我们在三个与行业相关的评估设置上验证了RADAR:NVIDIA HelpSteer2、SumPubMed和Yale-Salesforce SummEval基准。使用每个标准仅少量探针,RADAR恢复了人类标准间的相关性结构(Pearson r > 0.84),并在进行大规模评审之前为从业者提供了关于冗余性、层次结构和聚合敏感性的具体审计信号。
cs.CL / 101 / 2608.01816

Divergent large language model predictions from convergent representations in ambiguous word pairs

模糊词对中收敛表示的发散大型语言模型预测
Scott, K. Jack, Pat, Narun, Liesaputra, Veronica
Abstract
In this work we investigate how decoder-only transformers resolve lexical ambiguity through layer-by-layer analysis of three models spanning three parameter sizes (GPT-2-Small-117M, Llama-3.2-3B, Qwen2.5-32B). For both homonyms and polysemes, we find that representations become maximally distinct in middle layers, then partially reconverge in late layers, while the KL divergence between their next-token predictions reaches its maximum in the final layers. The activation patching experiment provides causal evidence that late-layer representational differences directly determine outputs despite apparent increased similarity in embedding space. Our single-layer ablation experiment indicates that models achieve equivalent disambiguation despite qualitatively different layer-wise vulnerabilities. These findings offer a mechanism for recent observations where models' internal embedding similarities show low correlation with their behavioural outputs despite strong performance. The semantic distinctions therefore remain present but become increasingly invisible to similarity measures over the embeddings, with implications for embedding-based methods such as semantic search, retrieval, and clustering that rely on late-layer cosine similarity.
Chinese Translation
在本研究中,我们通过对三种不同参数规模的模型(GPT-2-Small-117M、Llama-3.2-3B、Qwen2.5-32B)进行逐层分析,探讨了仅解码器的变换器如何解决词汇歧义。对于同音异义词和多义词,我们发现表示在中间层变得最大程度上不同,然后在后期层部分重新收敛,而它们的下一个标记预测之间的KL散度在最后层达到了最大值。激活补丁实验提供了因果证据,表明尽管嵌入空间的相似性明显增加,后期层的表示差异仍然直接决定输出。我们的单层消融实验表明,尽管层级脆弱性 qualitatively 不同,模型在消歧义方面仍能达到等效效果。这些发现为近期观察提供了一种机制,即模型内部嵌入的相似性与其行为输出之间的相关性较低,尽管性能强劲。因此,语义区分仍然存在,但在嵌入的相似性度量中变得越来越不可见,这对依赖于后期层余弦相似性的基于嵌入的方法(如语义搜索、检索和聚类)具有重要影响。
cs.CL / 102 / 2608.01865

Analyzing Speech Condition Effects in Dysarthric ASR: A Layer-wise Probing Study

分析运动性语言障碍自动语音识别中的语音条件影响:逐层探测研究
Muthu, Darwin Jelestin, Gupta, Navya, Tay, Wei Lin, Zhang, Zhengchen, Zhengkui, Daniel Wang, Tong, Rong
Abstract
Automatic speech recognition (ASR) performance degrades sharply on dysarthric speech, yet how disordered articulation reshapes a model's internal representations is underexplored. We present a layer-wise probing analysis of a transformer ASR encoder on Mandarin dysarthric speech under three transcript-matched conditions: original dysarthric speech, speaker conditioned zero-shot TTS resynthesis, and unconditioned TTS. The probes reveal a task-dependent hierarchy: phoneme boundary information stays weak for dysarthric speech at every layer, phoneme identity becomes recoverable toward the upper layers, and recognition difficulty is encoded in the deepest layers. Tone-sensitive evaluation shows Mandarin lexical tone is a persistent error source. Cross-condition similarity divergence grows with depth, indicating that disordered speech affects high-level representations more than low-level acoustic features. Guided by these findings, single-layer LoRA at layer 7 and adaptation on subset layers 5-8 achieve performance within 3.5% and 2.48% relative margins of full encoder adaptation, respectively, while upper-layer adaptation is less effective for dysarthric speech. These findings link representation analysis to parameter-efficient fine-tuning and motivate layer-aware adaptation for low-resource Mandarin dysarthric ASR.
Chinese Translation
自动语音识别(ASR)在运动性语言障碍语音上的性能显著下降,但关于失调发音如何重塑模型内部表征的研究尚不充分。我们对一款变换器(transformer)ASR编码器在三种与转录匹配的条件下对普通话运动性语言障碍语音进行逐层探测分析:原始运动性语言障碍语音、基于说话者条件的零样本文本到语音(TTS)重合成,以及无条件TTS。探测结果揭示了一个任务依赖的层次结构:在每一层中,运动性语言障碍语音的音素边界信息保持较弱,音素身份在上层逐渐可恢复,而识别难度则在最深层中编码。对声调敏感的评估显示,普通话的词汇声调是一个持续的错误来源。跨条件相似性差异随着深度增加而增长,表明失调语音对高级表征的影响大于对低级声学特征的影响。根据这些发现,在第7层进行单层低秩适应(LoRA)和在子层5-8上进行适应分别实现了相对于完整编码器适应的3.5%和2.48%的性能提升,而上层适应对运动性语言障碍语音的效果较差。这些发现将表征分析与参数高效的微调联系起来,并激励针对低资源普通话运动性语言障碍ASR的层感知适应。
cs.CL / 103 / 2608.01867

CRISP: Critical Step Perception for Training Efficient Deep Search Agents

CRISP:用于训练高效深度搜索智能体的关键步骤感知
Mo, Haosi, Yan, Zihao, Zhang, Ruiqing, Li, Zhongli, Deng, Hexuan, Liu, Xuebo, Zhang, Min
Abstract
Large language models (LLMs) are increasingly extended into deep search agents that solve complex questions through multi-step interaction with external search and browsing tools. However, existing agents often incur substantial computational and interaction costs, generating lengthy trajectories that contain redundant queries, inefficient exploration, and irrelevant observations. Existing efficiency-oriented methods usually encourage agents to use tools less frequently, but treating all tool interactions uniformly may also suppress steps that gather necessary evidence. In this paper, we propose CRISP, a framework for training efficient deep search agents through critical step perception. Unlike prior efficiency methods that uniformly penalize tool use, CRISP distinguishes interactions that gather necessary evidence from redundant ones and shapes the training reward to preserve the former while pruning the latter, improving efficiency without sacrificing the evidence needed for correct answers. Specifically, CRISP first constructs critical-step labels with Backward Evidence Induction: starting from the final answer, a strong model traverses a completed search trajectory backward and judges whether each tool-interaction step provides or preserves evidence for the final answer. We then distill these step-wise judgments into a smaller critical-step recognizer, enabling full-trajectory analysis in a single pass. During policy optimization, an efficiency-aware reward is applied only to successful rollouts. Experiments on BrowseComp and HLE-Verified show that CRISP maintains competitive final-answer accuracy while reducing average interaction turns by 15.1% and 33.2%, respectively, demonstrating substantial improvements in interaction efficiency.
Chinese Translation
大型语言模型(LLMs)正越来越多地扩展为深度搜索智能体,通过与外部搜索和浏览工具的多步骤交互来解决复杂问题。然而,现有的智能体往往会产生大量的计算和交互成本,生成冗长的轨迹,包含冗余查询、低效探索和无关观察。现有的效率导向方法通常鼓励智能体减少工具使用频率,但将所有工具交互视为同等重要可能会抑制收集必要证据的步骤。本文提出了CRISP,一个通过关键步骤感知训练高效深度搜索智能体的框架。与以往均匀惩罚工具使用的效率方法不同,CRISP区分收集必要证据的交互与冗余交互,并调整训练奖励以保留前者而修剪后者,从而在不牺牲正确答案所需证据的情况下提高效率。具体而言,CRISP首先通过反向证据归纳(Backward Evidence Induction)构建关键步骤标签:从最终答案出发,一个强大的模型向后遍历已完成的搜索轨迹,并判断每个工具交互步骤是否提供或保留了最终答案的证据。然后,我们将这些逐步判断提炼为一个更小的关键步骤识别器,从而实现一次性全轨迹分析。在策略优化过程中,效率感知奖励仅应用于成功的回滚。对BrowseComp和HLE-Verified的实验表明,CRISP在减少平均交互轮次方面分别提高了15.1%和33.2%的效率,同时保持了竞争性的最终答案准确性,展示了交互效率的显著提升。
cs.CL / 104 / 2608.01922

TRAM: Enhancing Multimodal Reasoning with Trajectory-Derived Auxiliary Memory

TRAM:通过轨迹导出的辅助记忆增强多模态推理
Liu, Kang, Wang, Zijing, Liu, Yongkang, Zhao, Mengjie, Yang, Xiaocui, Feng, Shi, Zhang, Yifei, Wang, Daling
Abstract
Multimodal Large Reasoning Models (MLRMs) have achieved strong performance on tasks requiring visual understanding and multi-step inference. However, as reasoning trajectories grow, models may become less effective at using information established earlier in the context, increasing the risk of reasoning errors. Existing approaches primarily address this problem by sustaining visual grounding throughout reasoning. However, reasoning also transforms visual observations into task-specific relations, constraints, and intermediate conclusions whose influence may weaken over long trajectories. Our attribution analysis suggests that correctness is not consistently separated by image attribution alone, but is more closely associated with whether trajectories retain and integrate such reasoning-derived information across stages. Motivated by this, we introduce TRAM (TRajectory-derived Auxiliary Memory), a training-free method that augments standard decoding with an auxiliary memory pathway derived from the model's own reasoning trajectory. TRAM consolidates completed reasoning into a compact latent memory, updates it online through fast and slow recurrent streams, and feeds it back into selected decoder layers through a lightweight residual pathway. Experiments across four MLRM variants on eight benchmarks show that TRAM improves performance over vanilla decoding on mathematical, scientific, and general visual reasoning tasks without additional training.
Chinese Translation
多模态大型推理模型(MLRMs)在需要视觉理解和多步骤推理的任务中表现出色。然而,随着推理轨迹的增长,模型在使用上下文中早期建立的信息时可能变得不那么有效,从而增加推理错误的风险。现有的方法主要通过在推理过程中维持视觉基础来解决这个问题。然而,推理还将视觉观察转化为任务特定的关系、约束和中间结论,其影响可能在长轨迹中减弱。我们的归因分析表明,正确性并不是仅通过图像归因来一致区分的,而是与轨迹是否在各个阶段保留并整合这些推理导出的信息更为密切相关。基于此,我们引入了TRAM(轨迹导出的辅助记忆),这是一种无训练的方法,通过模型自身的推理轨迹增强标准解码,提供一个辅助记忆通路。TRAM将完成的推理整合为紧凑的潜在记忆,通过快速和慢速递归流在线更新,并通过轻量级残差通路将其反馈到选定的解码器层。对八个基准上的四种MLRM变体的实验表明,TRAM在数学、科学和一般视觉推理任务上,相较于标准解码提高了性能,而无需额外训练。
cs.CL / 105 / 2608.01935

Automatic Annotation of Ancient Greek Vowel Length

古希腊元音长度的自动标注
Cleland, Albin Thörn, Cullhed, Eric
Abstract
Prior work in Ancient Greek NLP relies on corpora that do not disambiguate the phonemic vowel length of alpha, iota, and ypsilon, together known as the dichrona. Depending on lexeme, morphology, sandhi, syntax, and conventions of period, genre, and verse form, each of these letters can represent either a long or a short vowel. Deciding and marking the correct length is known as "macronizing", a long-tail problem given the sheer mass of word forms and the context dependency of individual instances. No macronized corpus of Ancient Greek is publicly available at scale, so a stand-alone macronizer is needed. While previous work has shown how to build a static, corpus-bespoke vowel-length dictionary, the present paper constructs the first general-purpose macronizer for arbitrary Ancient Greek input. Given input carrying lemma, part-of-speech, and morphological annotation in the standard CoNLL-U format, a set of recursive modules lets less common word forms inherit markup from more common forms of the same lexical word. The macronizer's chief application is generating training data for machine learning: we show that a small character-level transformer trained on the macronizer's own output learns to generalize past the cases the rule-based system leaves unmarked, matching or exceeding its accuracy on a gold-standard, manually annotated benchmark of verse and prose. We also show that macronization can improve downstream prosodical NLP tasks like verse scansion.
Chinese Translation
以往的古希腊自然语言处理(NLP)工作依赖于未能消歧 alpha、iota 和 ypsilon 的音位元音长度的语料库,这三者统称为 dichrona。根据词形、形态学、连音、句法以及时期、体裁和诗句形式的惯例,这些字母中的每一个都可以表示长元音或短元音。决定并标记正确的长度被称为“macronizing”,这是一个长尾问题,因为单词形式的庞大数量和个别实例的上下文依赖性使得这一过程复杂。目前没有大规模公开可用的古希腊标记语料库,因此需要一个独立的标记器。尽管以往的研究展示了如何构建一个静态的、特定语料库的元音长度词典,但本文构建了第一个通用的古希腊输入的标记器。给定包含词元、词性和标准 CoNLL-U 格式的形态学标注的输入,一组递归模块使得不常见的词形能够继承同一词汇的更常见形式的标记。该标记器的主要应用是生成机器学习的训练数据:我们展示了一个小型字符级变换器在标记器自身输出上训练后,能够学习超越规则基础系统未标记的情况,其准确性在一个金标准的手动标注的诗句和散文基准上与之匹配或超过。我们还展示了标记化可以改善下游的韵律 NLP 任务,如诗句的音步划分。
cs.CL / 106 / 2608.01953

Look Ahead Before You Distill: Future Trajectory Validation of Teacher Guidance for Agentic On-Policy Distillation

在蒸馏之前展望未来:教师指导的未来轨迹验证用于自主在线蒸馏
Chen, Chishui, Fan, Yaoyou, Sun, Te, Yang, Yi, Sun, Chenghao, Mao, Delin, Qiao, Hongbo, Zhang, Zuowei, Wang, Junxi, Sun, Chenxing, Hu, Yangen, Pan, Lu, Liu, Xuyang, Zhang, Linfeng
Abstract
On-policy distillation (OPD) provides teacher supervision on states visited by the student, reducing the distribution gap between training and inference. However, in multi-turn agentic tasks, student deviations may accumulate over time, gradually moving the trajectory away from states where teacher guidance remains effective. Our quantitative analysis further shows that high-disagreement states offer promising opportunities for teacher guidance, but determining whether such guidance is beneficial requires examining its effect on subsequent student trajectories. We propose FutureBridge-OPD (FTB), which executes a short teacher bridge at a high disagreement state and uses the resulting student continuation to assess whether the bridge increases the density of positive distillation signals relative to the teacher. On ALFWorld, WebShop, and ScienceWorld, under the main Qwen3-32B teacher to Qwen3-1.7B student setting, FTB outperforms vanilla OPD and TCOD by an average of 16.6 and 7.6 points, respectively, and remains effective across student scales and teacher settings. Our code is publicly available at https://github.com/ChenChiShui/FutureBridge-OPD.
Chinese Translation
在线蒸馏(OPD)为学生访问的状态提供教师监督,减少训练与推理之间的分布差距。然而,在多轮自主任务中,学生的偏差可能随着时间的推移而累积,逐渐使轨迹偏离教师指导仍然有效的状态。我们的定量分析进一步表明,高分歧状态为教师指导提供了有希望的机会,但确定这种指导是否有益需要考察其对后续学生轨迹的影响。我们提出了FutureBridge-OPD(FTB),它在高分歧状态下执行短期教师桥接,并利用产生的学生延续来评估该桥接是否相对于教师增加了正蒸馏信号的密度。在ALFWorld、WebShop和ScienceWorld上,在主要的Qwen3-32B教师与Qwen3-1.7B学生设置下,FTB的表现优于传统的OPD和TCOD,平均分别提高了16.6和7.6分,并且在不同的学生规模和教师设置中仍然有效。我们的代码已公开发布在https://github.com/ChenChiShui/FutureBridge-OPD。
cs.CL / 107 / 2608.02046

CompanionBench: A Theory-Anchored, Real-World-Grounded Benchmark for AI Emotional Companionship

CompanionBench:一个理论基础、真实世界驱动的人工智能情感陪伴基准
Liu, Yao, Chai, Guangjia, Huang, Yuming, Huang, Jihao, Wang, Lei, Wan, Junchen
Abstract
LLM companions are deployed at scale in personally consequential settings, yet poorly evaluated. Existing benchmarks use hand-authored scenarios and prompted simulators, aggregate empathy into one score, and overlook judge biases such as same-family favoritism and scale drift. We introduce CompanionBench, an interactive bilingual benchmark. To our knowledge, it is the first companion benchmark to ground both its scenarios and a trained user simulator in de-identified real-world data. A hidden disclosure gate branches each persona's trajectory on the agent's own behavior, controlling the interaction state space without scripting dialogue. We operationalize ten capabilities derived from 25 theories across psychology and counseling, four of them not graded explicitly by prior work: holding ambiguity, selfobject responsiveness, positive resonance and calibrated challenge. Agents are assessed on two complementary axes: a subjective ten-capability rubric and a deterministic measure of whether deeper disclosure was earned. A cross-family panel dilutes same-family favoritism; an Item Response Theory model separates agent quality from judge severity. Theory fixes what to measure and how personas are structured; real data supply events, history, and profiles -- coverage from theory, authenticity from data. Rankings are reproducible in both languages (rho = 0.996 ZH / 0.953 EN). Evaluating 28 agents reveals capability-level differences obscured by aggregate scores. Emotion regulation and calibrated challenge remain common weaknesses; holding ambiguity discriminates most. Role-play agents rank near the bottom: immersion does not imply relational competence. Across agents, the dominant failure mode is substituting surface warmth for substantive relational support. We will release 500 Chinese-English parallel pairs and the evaluation code.
Chinese Translation
大型语言模型(LLM)陪伴者在个人重要的场景中被大规模部署,但评估却不充分。现有基准使用手工编写的场景和提示模拟器,将同情心聚合为一个评分,并忽视了评审偏见,如同家庭偏爱和规模漂移。我们引入了CompanionBench,这是一个互动的双语基准。据我们所知,这是第一个将其场景和训练用户模拟器基于去标识化的真实世界数据的陪伴基准。一个隐藏的披露门根据代理自身的行为分支每个角色的轨迹,控制交互状态空间而不编写对话。我们将来自心理学和咨询领域的25个理论衍生出的十种能力进行了操作化,其中四种在以往工作中并未被明确评分:保持模糊性、自我对象响应、积极共鸣和适度挑战。代理在两个互补的维度上进行评估:一个主观的十能力评分标准和一个确定性测量,评估是否获得了更深层次的披露。跨家庭小组减少了同家庭偏爱;项目反应理论模型将代理质量与评审严厉程度分离。理论确定了测量内容和角色结构;真实数据提供了事件、历史和个人资料——理论的覆盖与数据的真实性相结合。排名在两种语言中都是可重复的(rho = 0.996 ZH / 0.953 EN)。对28个代理的评估揭示了被聚合评分掩盖的能力水平差异。情绪调节和适度挑战仍然是普遍的弱点;保持模糊性是最具区分度的。角色扮演代理的排名接近底部:沉浸感并不意味着关系能力。在所有代理中,主要的失败模式是用表面的温暖替代实质性的关系支持。我们将发布500对中英文平行样本和评估代码。
cs.CL / 108 / 2608.02050

TextNCA: Neural Cellular Automata for Language Modeling via Hierarchical Local Attention

TextNCA:通过层次局部注意力的语言建模神经元胞自动机
Mittal, Avni, Anand, Avinash, Kumar, Ashutosh, Kukreja, Dikshant, Prasad, Kritarth, Dulloo, Sushane, Cambria, Erik, Liu, Timothy, Wang, Zhengkui, Shah, Rajiv Ratn
Abstract
Can a strictly local, iterated, weight-shared computation primitive support language modelling, and which of those three properties actually drives the model's behaviour? We define \textsc{TextNCA}, a 1D causal windowed-attention realisation of the Neural Cellular Automaton primitive, and study a hierarchical variant that cascades three stages with windows $w \in \{8, 32, 128\}$ and $T_s$ shared-weight iterations per stage, all on WikiText-103 at roughly 30M parameters and 60k training steps. The model does not match a parameter-matched Transformer at this scale (Hier-TextNCA $60.3$ vs.\ Transformer-6L $52.8$ and Transformer-12L $44.7$ PPL), so we treat it as an analytical probe rather than a proposed alternative. The behaviour we observe is largely explained by the staged narrow-to-wide schedule: a non-iterating sliding-window Transformer that reuses the same schedule comes within $+4.1$ PPL of the iterated model, while reversing, flattening, or breaking the monotonic ordering of the schedule costs between $+16.7$ and $+70.8$ PPL. Iteration adds a smaller bounded benefit on top of the schedule, with a clear optimum at $T_s{=}4$ and a U-shaped degradation beyond it. The GRU gate and learned per-step embeddings are required for that benefit to appear, and training with random $T_s$ yields an inference-time iteration-count knob at the cost of substantially higher absolute PPL. We position the work as a controlled reading of which parts of NCA-style computation carry the weight in language modelling.
Chinese Translation
一个严格局部的、迭代的、共享权重的计算原语能否支持语言建模,以及这三种特性中哪一种实际上驱动模型的行为?我们定义了 extsc{TextNCA},这是神经元胞自动机原语的一个一维因果窗口注意力实现,并研究了一个层次变体,该变体级联了三个阶段,窗口大小 $w ext{ in } \{8, 32, 128\}$,每个阶段有 $T_s$ 共享权重迭代,所有实验在 WikiText-103 上进行,参数约为 3000 万,训练步骤为 6 万。该模型在这个规模上并未与参数匹配的 Transformer 相匹配(Hier-TextNCA $60.3$ 对比 Transformer-6L $52.8$ 和 Transformer-12L $44.7$ PPL),因此我们将其视为一种分析探针,而非提出的替代方案。我们观察到的行为在很大程度上可以通过分阶段的窄到宽的调度来解释:一个不迭代的滑动窗口 Transformer 重新使用相同的调度,其 PPL 与迭代模型相差仅 $+4.1$,而反转、平坦化或打破调度的单调顺序则使 PPL 增加 $+16.7$ 至 $+70.8$。迭代在调度的基础上增加了一个较小的有界收益,最佳点出现在 $T_s{=}4$,而超出该点后则呈现 U 形退化。GRU 门和学习的每步嵌入是实现该收益所必需的,使用随机 $T_s$ 进行训练会在推理时产生迭代计数的调节器,但代价是绝对 PPL 显著提高。我们将这项工作定位为对 NCA 风格计算中哪些部分在语言建模中起关键作用的控制性阅读。
cs.CL / 109 / 2608.02078

CAVE: Competence-Aware Visual Boundary Evidence Alignment for Video Temporal Grounding

CAVE:基于能力的视觉边界证据对齐用于视频时间定位
Jia, Wei, Lu, Zhicong, Chen, Yu, Wang, Xiang, Li, Shuai, Lv, Wenqian, Cao, Jiayue, liu, Huaxing
Abstract
Large vision-language models (LVLMs) have achieved substantial performance gains in Video Temporal Grounding (VTG) through reinforcement learning (RL). However, existing methods primarily rely on outcome correctness rewards that evaluate only the final predicted intervals, leaving boundary-related visual evidence and its correspondence with timestamp predictions insufficiently constrained. In this paper, we delve into timestamp prediction and its underlying boundary-level visual evidence, showing prevalent misalignment between visual evidence and predicted timestamps across widely used benchmarks. To address this issue, we propose Competence-Aware Visual Boundary Evidence Alignment (CAVE), which augments localization optimization with boundary-specific visual evidence rewards to mitigate evidence-timestamp misalignment. Specifically, to explicitly represent the boundary-specific visual evidence, CAVE introduces boundary-specific evidence tokens and initializes their structured generation and distinct boundary semantics through a lightweight supervised warm-up. During RL, the visual boundary evidence alignment reward reinforces the visual attention of special evidence tokens within the ground-truth boundaries, thereby promoting alignment between visual evidence and temporal boundaries. Moreover, performance-aware gating for evidence supervision is designed to adaptively retain evidence guidance for poorly localized groups while reducing it once localization becomes sufficiently accurate to avoid over-constraining fine-grained boundary refinement. Extensive experiments on several public VTG benchmarks demonstrate the effectiveness of our method.
Chinese Translation
大型视觉-语言模型(LVLMs)通过强化学习(RL)在视频时间定位(VTG)方面取得了显著的性能提升。然而,现有方法主要依赖于仅评估最终预测区间的结果正确性奖励,导致与边界相关的视觉证据及其与时间戳预测的对应关系约束不足。本文深入探讨了时间戳预测及其潜在的边界级视觉证据,显示出在广泛使用的基准测试中,视觉证据与预测时间戳之间普遍存在不对齐现象。为了解决这一问题,我们提出了基于能力的视觉边界证据对齐(CAVE),该方法通过边界特定的视觉证据奖励增强定位优化,以减轻证据与时间戳的不对齐。具体而言,为了明确表示边界特定的视觉证据,CAVE引入了边界特定的证据标记,并通过轻量级的监督预热初始化其结构生成和独特的边界语义。在强化学习过程中,视觉边界证据对齐奖励增强了在真实边界内特殊证据标记的视觉关注,从而促进视觉证据与时间边界之间的对齐。此外,针对证据监督的性能感知门控设计用于自适应保留对定位不佳组的证据指导,同时在定位变得足够准确后减少这种指导,以避免对细粒度边界细化的过度约束。在多个公共VTG基准测试上的广泛实验表明了我们方法的有效性。
cs.CL / 110 / 2608.02101

Cross-Domain Hybrid OPD for Generalizable Search Agents

跨领域混合的在线政策蒸馏(OPD)用于可泛化的搜索代理
Chen, Hongzhan, Liu, Xiaoyu, Zhang, Dengming, Huang, Minzhou, Xu, Dongliang, Xie, Jingcheng, Fang, Dongxiang, Qin, Bowen, Hao, Minsheng, Shen, Yaozong, Quan, Xiaojun, Zhou, Mona, Zou, Haosheng, Chen, Jeff
Abstract
Recent advances in Reinforcement Learning (RL) have substantially improved the capabilities of autonomous search agents, enabling sophisticated planning, and iterative retrieval over dynamic information sources. However, optimizing language models for specialized search behaviors often incurs an alignment tax, where gains in search performance come at the expense of general-purpose capabilities, limiting their effectiveness as universal assistants. In this technical report, we present the training framework behind the Yuanbao search agent, designed to achieve search specialization without sacrificing general intelligence. Built upon the Hunyuan3 architecture, our framework combines agentic reinforcement learning for autonomous search with a cross-domain expert On-Policy Distillation (OPD) pipeline. Experts specializing in complementary general-purpose domains are distilled into the search-specialized student, restoring and further enhancing its broad capabilities. Rather than treating specialization and general capability as competing objectives, our hybrid training strategy jointly optimizes both, effectively mitigating the alignment tax. Extensive experiments demonstrate that the resulting model achieves competitive search performance while consistently improving its general-purpose capabilities, providing a favorable balance between specialized execution and broad generalization in real-world search scenarios.
Chinese Translation
近年来,强化学习(Reinforcement Learning, RL)的进展显著提升了自主搜索代理的能力,使其能够在动态信息源上进行复杂的规划和迭代检索。然而,针对特定搜索行为优化语言模型往往会产生对齐成本,即搜索性能的提升以牺牲通用能力为代价,从而限制了其作为通用助手的有效性。在本技术报告中,我们提出了支持Yuanbao搜索代理的训练框架,旨在实现搜索专业化而不牺牲通用智能。我们的框架基于Hunyuan3架构,结合了用于自主搜索的代理强化学习与跨领域专家在线政策蒸馏(On-Policy Distillation, OPD)管道。专注于互补通用领域的专家被蒸馏到搜索专业化的学生中,从而恢复并进一步增强其广泛能力。我们并不将专业化和通用能力视为相互竞争的目标,而是通过混合训练策略共同优化两者,有效减轻对齐成本。大量实验表明,所得到的模型在搜索性能上具有竞争力,同时持续提升其通用能力,在现实搜索场景中实现了专业执行与广泛泛化之间的良好平衡。
cs.CL / 111 / 2608.02110

IACM-RL: Intent-Aware Context Management and Reinforcement Learning for Complex Tool Invocation under Dynamic Intent Fluctuations

IACM-RL:基于意图的上下文管理与强化学习在动态意图波动下的复杂工具调用
Zhu, Dingwei, Li, Jiahan, Pan, Chengjun, Yang, Yunxian, Zhao, Yunbin, Zhang, Yunke, Lu, Zhonghang, Sheng, Zhuohui, Huang, Chenhao, Lin, Jiahang, Yang, Yajie, Shang, Junlin, Liu, Shichun, Wang, Yuhui, Guo, Honglin, Ye, Junjie, Guo, Xin, Zhang, Jiazheng, Zhang, Ming, Dou, Shihan, Xi, Zhiheng, Gui, Tao, Zhang, Qi, Qiu, Xipeng, Huang, Xuanjing
Abstract
Executing long-horizon tool invocations in real-world environments is severely challenged by dynamic user intent noise. Existing methods attempt robustness via implicit history scanning or text compression, yet predominantly assume perfect instructions in simplistic scenarios. Inevitably, under fluctuating contexts, obsolete constraints dilute model attention, triggering catastrophic intent deviation and infinite API loops. To resolve this, we propose IACM-RL, a comprehensive framework for robust tool invocation. First, we introduce the DynamicIntent pipeline, synthesizing trajectories across 13 fine-grained fluctuation scenarios, paired with a five-dimensional diagnostic metric suite. Second, IACM-RL deploys a BeliefState-based Self-Generated Context Manager that proactively tracks shifting goals and isolates overwritten parameters using structural stale flags. To autonomously internalize this state-tracking capability, we optimize the policy using a hierarchical intent-driven reward alongside three auxiliary losses (action calibration, CM extraction, and state distillation). Experiments on DynamicIntent, BFCL-V3, and $\mathrm{\tau}^2$-Bench demonstrate that IACM-RL significantly outperforms baselines, reducing infinite loops and stale context errors while enhancing out-of-domain generalization.
Chinese Translation
在现实环境中执行长时间跨度的工具调用面临着动态用户意图噪声的严峻挑战。现有方法通过隐式历史扫描或文本压缩来尝试增强鲁棒性,但主要假设在简单场景中有完美的指令。在波动的上下文中,过时的约束不可避免地削弱了模型的注意力,导致灾难性的意图偏差和无限的API循环。为了解决这个问题,我们提出了IACM-RL,一个用于鲁棒工具调用的综合框架。首先,我们引入了DynamicIntent管道,合成了13种细粒度波动场景中的轨迹,并配备了五维诊断指标套件。其次,IACM-RL部署了基于BeliefState的自生成上下文管理器,主动跟踪变化的目标并使用结构性过时标志隔离被覆盖的参数。为了自主内化这种状态跟踪能力,我们使用基于层次意图驱动的奖励以及三个辅助损失(动作校准、上下文管理提取和状态蒸馏)来优化策略。在DynamicIntent、BFCL-V3和$ au^2$-Bench上的实验表明,IACM-RL显著优于基线,减少了无限循环和过时上下文错误,同时增强了域外泛化能力。
cs.CL / 112 / 2608.02123

From Chains to Trees: Parent-Conditioned Drafting for Semi-Autoregressive Speculative Decoding

从链到树:基于父条件的草拟用于半自回归推测解码
Li, Zixian, Li, Tong, Xie, Chi, Song, Xiaohui, Lu, Haonan
Abstract
Speculative decoding accelerates LLM inference only when drafted continuations survive target-model verification. Semi-autoregressive drafters such as DSpark predict an entire token block with one backbone forward and refine it with a lightweight Markov head. However, DSpark decodes this block as a single chain, so an early mismatch invalidates the remaining suffix and limits the benefit of large draft blocks. We show that the conditional structure already learned by DSpark can support multiple parent-consistent continuations without retraining or additional backbone passes. We introduce Parent-Conditioned Drafting Tree (PCTree), which uses the pretrained Markov head to score alternative children separately for each concrete parent and allocates a fixed verification budget to the most probable paths. This converts DSpark's linear draft into a tree while preserving its one-pass parallel backbone. Across Qwen3-{4B,8B,14B} and nine benchmarks, at $B{=}7$, measured speedup gains over autoregressive (AR) decoding, relative to matched DSpark, range from $3.1\%$ to $29.5\%$. On Qwen3-4B GSM8K at $B{=}16$, PCTree increases mean acceptance length from $9.41$ to $11.16$ and three-run mean AR speedup from $6.14{\times}$ to $6.60{\times}$. These show that parent-conditioned branching can turn conditional capacity already present in a semi-autoregressive drafter into end-to-end inference gains through an inference-only change.
Chinese Translation
推测解码仅在草拟的续写能够通过目标模型验证时加速大规模语言模型(LLM)的推理。半自回归草拟器如DSpark通过一次主干前向预测整个令牌块,并使用轻量级的马尔可夫头进行细化。然而,DSpark将该块解码为单一链条,因此早期的不匹配会使剩余后缀失效,从而限制了大草拟块的优势。我们展示了DSpark已经学习到的条件结构可以支持多个与父节点一致的续写,而无需重新训练或额外的主干传递。我们引入了基于父条件的草拟树(Parent-Conditioned Drafting Tree, PCTree),该方法利用预训练的马尔可夫头为每个具体父节点单独评分替代子节点,并将固定的验证预算分配给最可能的路径。这将DSpark的线性草拟转换为树形结构,同时保留其一次性并行主干。在Qwen3-{4B,8B,14B}和九个基准测试中,在$B{=}7$时,相较于匹配的DSpark,测得的相对于自回归(AR)解码的加速增益范围为$3.1\%$至$29.5\\%$。在Qwen3-4B GSM8K的$B{=}16$时,PCTree将平均接受长度从$9.41$提高到$11.16$,三次运行的平均AR加速从$6.14{ imes}$提升至$6.60{ imes}$。这些结果表明,基于父条件的分支可以通过仅在推理阶段的变化,将半自回归草拟器中已经存在的条件能力转化为端到端的推理增益。
cs.CL / 113 / 2608.02138

The Role of Disfluencies in Speech Translation

语音翻译中非流畅性的作用
Züfle, Maike, Teleki, Maria, Retkowski, Fabian, Zouhar, Vilém, Grabner, Oliver, Waibel, Alexander, Caverlee, James, Niehues, Jan
Abstract
Current speech translation systems, including SpeechLLMs, are trained on cleaned text and tend to strip disfluencies like filled pauses and false starts rather than translate them. We show this comes at a cost: disfluencies carry meaning that gets lost when speech is cleaned up. To study this systematically, we introduce Uh-Mazing, a benchmark of human-translated, disfluency-annotated Switchboard speech covering English into eight target languages. Across these languages and several architectures, we find that false starts and self-repairs, not filled pauses or discourse markers, drive most of the translation-quality loss, and that models which fail to preserve a disfluency tend to omit it rather than mistranslate it. We show inference-time decoding can mitigate this without retraining, and release the benchmark and code.
Chinese Translation
当前的语音翻译系统,包括SpeechLLMs,通常在清理过的文本上进行训练,倾向于去除填充性停顿和错误开头等非流畅性,而不是对其进行翻译。我们展示了这一做法的代价:非流畅性承载着在清理语音时会丢失的意义。为了系统地研究这一现象,我们引入了Uh-Mazing,一个涵盖英语到八种目标语言的人类翻译、非流畅性注释的Switchboard语音基准。在这些语言和多种架构中,我们发现错误开头和自我修正,而非填充性停顿或话语标记,是导致大多数翻译质量下降的主要因素,并且那些未能保留非流畅性的模型往往会省略它,而不是错误翻译。我们展示了推理时解码可以在不重新训练的情况下缓解这一问题,并发布了基准和代码。
cs.CL / 114 / 2608.02139

Self-Improving Large Language Models via Progressive Experience Evolution

通过渐进经验演化自我提升的大型语言模型
Ren, Shijie, Wang, Xiting, Li, Meng, Guo, Yujie, Yao, Yunhang, Peng, Ziheng, Wang, Xunlong, Chen, Yuetan, Zhou, Haoyang, Liang, Yunlong, Meng, Fandong
Abstract
Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilities. Existing self-improvement paradigms remain fragmented: test-time methods can explicitly extract experience but cannot internalize it into model parameters, whereas training-time optimization methods can update model parameters but lack an explicit mechanism for accumulating transferable experience. Bridging these two paradigms requires a critical intermediate stage that remains underexplored, namely \emph{experience distillation}. To address this gap, we propose \textbf{SPEE} (\textbf{S}elf-\textbf{P}rogressive \textbf{E}xperience \textbf{E}volution), a unified post-training framework that sequentially performs explicit experience evolution followed by implicit policy optimization. During explicit experience evolution, SPEE reflects on trajectories collected from multiple interactions to extract, verify, and progressively evolve transferable experience, which is subsequently internalized into the policy through privilege-guided On-Policy Self-Distillation (OPSD). During implicit policy optimization, reward-driven reinforcement learning leverages these internalized priors to explore novel solution strategies. In the experience evolution stage, a continuously evolving global experience pool consolidates knowledge from both successful and failed trajectories, filters out low-utility experience, and mitigates post-hoc rationalization induced by individual trajectories. Experiments on five mathematical reasoning benchmarks demonstrate that SPEE consistently outperforms both test-time and training-time self-evolution baselines across three model scales. The source code is available at https://github.com/rrrsj/SPEE.
Chinese Translation
能够自我提升的大型语言模型(LLMs)不仅需要有效的策略优化,还需要一个将短暂交互经验转化为持久模型能力的原则机制。现有的自我提升范式仍然存在碎片化的问题:测试时的方法可以明确提取经验,但无法将其内化为模型参数,而训练时的优化方法可以更新模型参数,但缺乏积累可转移经验的明确机制。弥合这两种范式需要一个关键的中间阶段,即经验蒸馏(experience distillation),这一阶段尚未得到充分探索。为了解决这一空白,我们提出了 extbf{SPEE}( extbf{自我渐进经验演化},Self-Progressive Experience Evolution),这是一个统一的后训练框架,依次执行明确的经验演化和隐式策略优化。在明确的经验演化过程中,SPEE反思从多个交互中收集的轨迹,以提取、验证并逐步演化可转移的经验,这些经验随后通过特权引导的在线自我蒸馏(On-Policy Self-Distillation, OPSD)内化到策略中。在隐式策略优化过程中,基于奖励的强化学习利用这些内化的先验知识来探索新的解决策略。在经验演化阶段,一个持续演化的全球经验池整合来自成功和失败轨迹的知识,过滤掉低效经验,并减轻个体轨迹引发的事后合理化。对五个数学推理基准的实验表明,SPEE在三个模型规模上始终优于测试时和训练时的自我演化基准。源代码可在 https://github.com/rrrsj/SPEE 获取。
cs.CL / 115 / 2608.02235

Domain-Specific Evaluation of Text-to-Speech Systems: A Multi-Metric Benchmarking Study

特定领域文本到语音系统的评估:多指标基准研究
Jafar, Ali, Sarmad, Amal, Yousaf, Shifa, Bashir, Maryam
Abstract
Recent advances in neural text-to-speech (TTS) systems have substantially improved speech naturalness and intelligibility across many languages. However, comprehensive evaluation methodologies that jointly assess perceptual quality, speaker similarity, and acoustic fidelity across diverse speech domains remain limited, particularly for low-resource and underrepresented languages. This paper presents a reproducible, multi-metric benchmarking framework for systematic evaluation of modern TTS systems through domain-specific analysis. The proposed framework integrates complementary subjective and objective evaluation protocols and is demonstrated through a comprehensive case study on a representative low-resource language spanning four speech domains: Formal, Conversational, Literary/Storytelling, and Emotional. Four state-of-the-art TTS systems -- Indic-Parler-TTS, MMS-TTS, Microsoft Edge TTS, and Google Gemini TTS -- are evaluated using MUSHRA listening tests, ABX discrimination tests, speaker similarity scoring with Resemblyzer, and acoustic analyses based on mel-cepstral distortion (MCD) and F0 RMSE over 960 audio pairs. Results reveal substantial variation in TTS performance across speech domains, with emotional speech consistently presenting the greatest synthesis challenge (mean MCD 12.03 dB; mean F0 RMSE 889 cents), while conversational speech achieves the highest overall acoustic fidelity. Beyond the empirical findings, this work provides a reproducible evaluation framework, publicly releasing evaluation scripts, result tables, and executable Colab notebooks to support standardized benchmarking and future research on TTS evaluation for low-resource languages.
Chinese Translation
近年来,神经文本到语音(TTS)系统的进展显著提高了多种语言的语音自然性和可懂性。然而,综合评估方法在感知质量、说话者相似性和声学保真度等方面的联合评估仍然有限,特别是对于低资源和代表性不足的语言。本文提出了一种可重复的多指标基准框架,通过特定领域分析对现代TTS系统进行系统评估。该框架整合了互补的主观和客观评估协议,并通过对四个语音领域(正式、对话、文学/讲故事和情感)的一种代表性低资源语言的全面案例研究进行了验证。使用MUSHRA听力测试、ABX辨别测试、基于Resemblyzer的说话者相似性评分以及基于梅尔倒谱失真(MCD)和F0均方根误差(RMSE)对960对音频进行声学分析,评估了四个最先进的TTS系统——Indic-Parler-TTS、MMS-TTS、Microsoft Edge TTS和Google Gemini TTS。结果显示,不同语音领域的TTS性能存在显著差异,情感语音始终表现出最大的合成挑战(平均MCD 12.03 dB;平均F0 RMSE 889 cents),而对话语音则实现了最高的整体声学保真度。除了实证发现,本研究提供了一个可重复的评估框架,公开发布评估脚本、结果表格和可执行的Colab笔记本,以支持标准化基准测试和未来针对低资源语言的TTS评估研究。
cs.CL / 116 / 2608.02310

An Evidence-Grounded Retrieval-Augmented Transformer Framework for Health Misinformation Verification

基于证据的检索增强型变换器框架用于健康虚假信息验证
Bukar, Isah M., Abduljalil, Bala Mairiga, Maina, Bashir Saleh, Hassan, Abdulbasit
Abstract
The rapid spread of false and misleading health information through digital platforms has become a major public health challenge, particularly during infectious disease outbreaks where delayed verification can influence public behaviour and hinder effective disease control. Although recent advances in automated health misinformation detection have shown encouraging results, most existing approaches rely heavily on global biomedical resources and often fail to capture the local context needed to verify claims in developing countries. This study presents a retrieval-augmented transformer framework designed to verify health-related claims using trusted evidence from the World Health Organization and the Nigeria Centre for Disease Control and Prevention. The framework combines semantic evidence retrieval with transformer-based classification to determine whether a claim is true, false, or misleading. To evaluate the proposed approach, a manually annotated dataset of 67 verified health claims covering coronavirus disease, Lassa fever, cholera, measles, and monkeypox was compiled from Nigerian fact-checking sources. Three transformer models and a retrieval-augmented configuration were evaluated. The Bidirectional Encoder Representations from Transformers model achieved the best performance, with an accuracy of 71% and a weighted F1-score of 0.66. Although retrieval augmentation did not improve classification performance because the current evidence repository was limited in size and coverage, the findings highlight the importance of comprehensive and authoritative knowledge sources for reliable health misinformation verification. The proposed framework provides a practical foundation for developing context-aware and evidence-driven health misinformation verification systems for Nigeria and other resource-constrained settings.
Chinese Translation
通过数字平台快速传播的虚假和误导性健康信息已成为一个主要的公共卫生挑战,特别是在传染病暴发期间,延迟验证可能影响公众行为并阻碍有效的疾病控制。尽管近期在自动化健康虚假信息检测方面取得了令人鼓舞的进展,但大多数现有方法严重依赖全球生物医学资源,往往无法捕捉到验证发展中国家声明所需的本地背景。本研究提出了一种检索增强型变换器框架,旨在利用世界卫生组织和尼日利亚疾病控制与预防中心的可信证据来验证与健康相关的声明。该框架结合了语义证据检索与基于变换器的分类,以确定声明是真实的、虚假的还是误导性的。为了评估所提方法,编制了一个手动注释的数据集,其中包含67个经过验证的健康声明,涵盖了冠状病毒病、拉沙热、霍乱、麻疹和猴痘,数据来自尼日利亚的事实核查来源。评估了三种变换器模型和一种检索增强配置。双向编码器表示变换器(Bidirectional Encoder Representations from Transformers)模型表现最佳,准确率为71%,加权F1-score为0.66。尽管检索增强未能改善分类性能,因为当前的证据库在规模和覆盖范围上有限,但研究结果强调了全面和权威的知识来源在可靠健康虚假信息验证中的重要性。所提出的框架为开发适应本地背景和以证据为驱动的健康虚假信息验证系统提供了实用基础,适用于尼日利亚及其他资源有限的环境。
cs.CL / 117 / 2608.02345

Can AI Agents Simulate A/B Test Outcomes? A Validation Framework for Agentic Experimentation

人工智能代理能否模拟A/B测试结果?一种代理实验的验证框架
Hut, Stefan, Masoero, Lorenzo
Abstract
A/B testing remains the standard for rolling out new features in the technology industry. Each experiment, however, consumes real traffic, engineering effort, and weeks of wall-clock time. Can AI agents---conditioned on behavioral profiles and contextual descriptions of the intervention---simulate outcomes accurately enough to vet candidate treatments before committing live traffic? We formalize this question as a \emph{Simulated Randomized Controlled Trial} (S-RCT) and derive a two-layer error decomposition that separates agent approximation error from subsampling error, enabling targeted improvements to each. The framework is agent-agnostic: any behavioral model---from a fine-tuned specialist to a general-purpose foundation model---can serve as the simulation engine. Validated on 67 historical marketing A/B tests, a baseline S-RCT using an off-the-shelf foundation model captures directional signal (sign overlap 0.70) but systematically overshoots effect magnitudes. A two-phase pre-period calibration protocol reduces the squared prediction error (after removing irreducible measurement noise) by ${\sim}77\times$; a within-subject design---where each agent is exposed to both arms---reduces standard errors by ${\sim}2.4\times$. We discuss limitations of the current approach and identify applications where experimenters stand to benefit from agentic signals.
Chinese Translation
A/B测试仍然是科技行业推出新功能的标准。然而,每个实验都消耗真实流量、工程努力和数周的实际时间。人工智能代理是否能够基于行为特征和干预的上下文描述,准确模拟结果,以便在投入真实流量之前验证候选处理?我们将这个问题形式化为 extit{模拟随机对照试验}(S-RCT),并推导出一种两层误差分解方法,将代理近似误差与子采样误差分开,从而实现针对性的改进。该框架与代理无关:任何行为模型——从经过精细调整的专家模型到通用基础模型——都可以作为模拟引擎。在67个历史营销A/B测试上进行验证,使用现成基础模型的基线S-RCT捕捉到方向性信号(重叠信号0.70),但系统性地高估了效应大小。一个两阶段的预期校准协议将平方预测误差(在去除不可减少的测量噪声后)降低了约77倍;一个内部受试者设计——每个代理都接触到两个实验组——将标准误差降低了约2.4倍。我们讨论了当前方法的局限性,并识别出实验者可以从代理信号中受益的应用场景。
cs.CL / 118 / 2608.02353

Global Optimization and Inference-Time Region Grafting for Agentic Workflows

代理工作流的全局优化与推理时区域嫁接
Koh, Donghyeok, Kim, Gyuwan, Bak, Jinyeong, Na, Seung-Hoon, Yang, Tao, Jang, Haneol, Park, Cheoneum
Abstract
Recent advances in agentic workflow optimization automate workflow design through task-specific workflow search or input-conditioned architecture selection. However, they determine the workflow before execution and cannot adapt failed workflow regions using execution-time label-free quality signals. Naively enabling such inference-time adaptation through whole-workflow re-optimization would be computationally prohibitive. To tackle this challenge, we introduce GRAFT, which preserves a globally optimized workflow while locally replacing only selected regions for each input. Without parameter training, GRAFT evaluates region-level alternatives using label-free execution-quality signals and accepts only replacements that improve local quality while preserving workflow-level consistency, thereby enabling instance-wise adaptation without whole-workflow re-optimization. GRAFT applies without modification across a range of tasks spanning mathematical reasoning, code generation, and multi-hop and knowledge-intensive question answering. Under matched optimizer and executor settings, it improves over the strongest prior workflow-optimization method, MaAS, by 3.85 points on average. Replacing only the executor with a stronger model yields further gains without re-optimizing the global workflow. This suggests that an optimized workflow is not merely a static optimization artifact, but an adaptable execution policy that can evolve with inference-time feedback and stronger executors.
Chinese Translation
最近在代理工作流优化方面的进展通过任务特定的工作流搜索或输入条件的架构选择实现了工作流设计的自动化。然而,这些方法在执行之前确定工作流,无法利用执行时间的无标签质量信号来适应失败的工作流区域。简单地通过对整个工作流进行重新优化来实现这种推理时适应将会在计算上不可行。为了解决这个挑战,我们提出了GRAFT,它在保留全局优化工作流的同时,仅为每个输入局部替换选定区域。GRAFT在没有参数训练的情况下,利用无标签的执行质量信号评估区域级替代方案,并仅接受那些在保持工作流级一致性的同时提高局部质量的替换,从而实现实例级适应而无需对整个工作流进行重新优化。GRAFT可以在一系列任务中无须修改地应用,包括数学推理、代码生成以及多跳和知识密集型问答。在匹配的优化器和执行器设置下,它在平均上比最强的先前工作流优化方法MaAS提高了3.85分。仅用更强的模型替换执行器而不重新优化全局工作流,进一步带来了收益。这表明,优化的工作流不仅仅是一个静态的优化产物,而是一种可以随着推理时反馈和更强执行器的演变而适应的执行策略。
cs.CL / 119 / 2608.02358

ScrambleToolBench: Agents Search Exhaustively Even When Their Own Map Points to the Next Step

ScrambleToolBench:代理在自身地图指向下一步时仍能进行全面搜索
Toh, Vernon, Majumder, Navonil, Liu, Zhengyuan, Chen, Nancy F., Poria, Soujanya
Abstract
To operate robustly in open-world environments, autonomous agents should be able to infer the behavior of unfamiliar systems through interaction alone, even in the absence of documentation. However, existing tool-use benchmarks expose semantic tool schemas in static environments, allowing agents to rely on prior knowledge rather than autonomous discovery. To address this limitation, we introduce ScrambleToolBench, an interactive terminal benchmark designed to isolate behavioral reasoning. By removing semantic cues and enforcing a continuous task curriculum, the benchmark requires agents to uncover hidden tool behaviors entirely through trial-and-error interaction. The benchmark further introduces dynamic challenges, including mapping drift, stochastic action failures, and temporal execution windows, to evaluate whether agents can revise and adapt their hypotheses as the environment changes. Our evaluation of state-of-the-art language models reveals that successful initial discovery does not translate into robust adaptation. When faced with structural changes such as mapping drift, agents fail to use deductive strategies such as cycle tracing, and instead exhibit belief inertia or fall back to exhaustive search. Increasing test-time reasoning only amplifies this expensive brute-force search rather than enabling deductive recovery. While equipping agents with persistent memory reduces compounding errors, they remain unable to efficiently infer structural changes, highlighting a gap in current agent reasoning.
Chinese Translation
为了在开放世界环境中稳健运行,自主代理应能够仅通过交互推断不熟悉系统的行为,即使在缺乏文档的情况下。然而,现有的工具使用基准在静态环境中暴露了语义工具模式,使代理能够依赖先前知识而非自主发现。为了解决这一局限性,我们引入了ScrambleToolBench,这是一个旨在隔离行为推理的交互式终端基准。通过去除语义线索并强制执行连续任务课程,该基准要求代理通过试错交互完全揭示隐藏的工具行为。该基准进一步引入动态挑战,包括映射漂移、随机动作失败和时间执行窗口,以评估代理在环境变化时是否能够修正和适应其假设。我们对最先进语言模型的评估表明,成功的初始发现并未转化为稳健的适应。当面临结构变化(如映射漂移)时,代理未能使用诸如循环追踪等推理策略,而是表现出信念惯性或退回到全面搜索。增加测试时推理只会加剧这种昂贵的暴力搜索,而不是实现推理恢复。虽然为代理配备持久内存可以减少累积错误,但它们仍无法有效推断结构变化,突显了当前代理推理中的一个空白。
cs.CL / 120 / 2608.02359

Fast and Accurate Quotation Attribution in Literary Texts

文学文本中快速准确的引用归属
Michel, Gaspard, Attali, Hugo, Epure, Elena V.
Abstract
Attributing quotations to their speakers in literary texts remains an open challenge. Standard methods, which independently predict a speaker mention for each quotation, are efficient but still limited in accuracy. In contrast, large language model (LLM) approaches achieve strong performance, but their computational cost limits their use in large-scale literary analysis. We propose an encoder-based efficient formulation that resolves multiple quotation attributions within a shared, large context window. Using our new formulation, \textit{joint scoring}, we report state-of-the-art (SOTA) performance on the Project Dialogism Novel Corpus (PDNC), comprising more than 35,000 manually annotated quotations from 22 English novels. Our best model reaches 94.5\% overall attribution accuracy while processing novels $20\times$ faster than comparable standard methods and more than $1000\times$ faster than LLM-based approaches on an A100 GPU. An analysis of models' representations suggests that joint scoring improves on challenging attribution examples by preserving long-range anaphora resolution signal, an information that we found already present in pretrained encoders. To facilitate adoption, we release ModernBookNLP, a modified fork of BookNLP that replaces its quotation attribution model with our best system available at https://github.com/gasmichel/ModernBookNLP_QA/.
Chinese Translation
在文学文本中将引用归属到其发言者仍然是一个未解决的挑战。标准方法独立地为每个引用预测发言者提及,虽然效率高,但准确性仍然有限。相比之下,大型语言模型(LLM)方法表现出色,但其计算成本限制了其在大规模文学分析中的应用。我们提出了一种基于编码器的高效公式,在共享的大上下文窗口中解决多个引用归属问题。通过我们新的公式—— extit{联合评分},我们在包含超过35,000个手动标注引用的22部英语小说的Project Dialogism Novel Corpus(PDNC)上报告了最先进的(SOTA)性能。我们最佳模型的整体归属准确率达到94.5\%,处理小说的速度比可比的标准方法快$20 imes$,并且在A100 GPU上比基于LLM的方法快超过$1000 imes$。对模型表示的分析表明,联合评分通过保留长距离指代解析信号来改善具有挑战性的归属示例,这一信息在预训练编码器中已经存在。为了促进采用,我们发布了ModernBookNLP,这是BookNLP的一个修改版本,替换了其引用归属模型,使用我们在https://github.com/gasmichel/ModernBookNLP_QA/上提供的最佳系统。
cs.CL / 121 / 2608.02372

PredAct-Bench: Benchmarking Tool-Augmented Dialogue under Controlled Tool Noise

PredAct-Bench:在受控工具噪声下评估工具增强对话的基准
AlRabah, Abdulrahman, Yang, Xiaocheng, Hakkani-Tür, Dilek, Alawini, Abdussalam
Abstract
Large Language Models (LLMs) are increasingly deployed in task-oriented dialogue systems that support multi-step decision-making in high-stakes domains such as education, healthcare, and finance. However, existing benchmarks typically assume perfectly accurate tool outputs, overlooking the reality that deployed systems must operate with noisy tools and human decision-makers whose trust in the agent is itself uncertain. Such conditions are common in practice, for example, a clinician using a diagnostic prediction tool or an advisor relying on a model that forecasts student outcomes from historical records. We introduce PREDACTBENCH, a benchmark for evaluating dialogue agents paired with statistically imperfect tools, using education as a measurable testbed where ground truth outcomes and clear intervention decisions are available. First, we build a benchmark for AI-assisted human decision-making, where the AI uses noisy predictors to help guide a user. Second, we introduce episode-level Relative AI-Reliance (RAIR) and Relative self-reliance (RSR) metrics, extending prior trust calibration framework to multi-turn dialogue. Third, we evaluate 13 state-of-the-art closed and open source LLMs on two educational datasets, OULAD (real assessment trajectories from the UK Open University) and PREDACT-CS (60 courses with real final grade outcomes and synthetically generated weekly score trajectories), alongside a human study with instructors and teaching assistants. We find that when tools are noisy, SOTA models are supposed to provide visibility to teachers so that they do not over-rely on wrong suggestions or hallucinations, but current models fail to do that. We offer PREDACTBENCH to help build better LLMs as AI decision support systems to help teachers.
Chinese Translation
大型语言模型(LLMs)越来越多地应用于支持多步骤决策的任务导向对话系统,特别是在教育、医疗和金融等高风险领域。然而,现有的基准通常假设工具输出完全准确,忽视了实际部署系统必须在噪声工具和人类决策者的不确定信任下运行的现实。这种情况在实践中很常见,例如,临床医生使用诊断预测工具或顾问依赖于从历史记录中预测学生结果的模型。我们引入了PREDACTBENCH,这是一个用于评估与统计不完美工具配对的对话代理的基准,采用教育作为可测量的测试平台,在这里可以获得真实的结果和明确的干预决策。首先,我们构建了一个用于AI辅助人类决策的基准,其中AI使用噪声预测器来帮助引导用户。其次,我们引入了基于情节的相对AI依赖(Relative AI-Reliance, RAIR)和相对自我依赖(Relative self-reliance, RSR)指标,将先前的信任校准框架扩展到多轮对话。第三,我们在两个教育数据集上评估了13个最先进的闭源和开源LLMs,分别是OULAD(来自英国开放大学的真实评估轨迹)和PREDACT-CS(60门课程的真实最终成绩和合成生成的每周得分轨迹),并进行了与教师和助教的人工研究。我们发现,当工具存在噪声时,最先进的模型应为教师提供可见性,以避免他们过度依赖错误的建议或幻觉,但当前模型未能做到这一点。我们提供PREDACTBENCH,以帮助构建更好的LLMs,作为支持教师的AI决策支持系统。
cs.CL / 122 / 2608.02415

Training-Free versus Training-Based Intent Classification in LLMs: Accuracy, Robustness, and Failure Modes

无训练与基于训练的意图分类在大型语言模型中的比较:准确性、鲁棒性与失败模式
Chen, Nan, Yang, Zhouhao, Hayou, Soufiane
Abstract
Intent classification in Large Language Models (LLMs) involves categorizing user prompts into predefined classes. For instance, given a user prompt, the system must determine whether it primarily concerns mathematics, coding, or general text processing. Such classification enables routing prompts to specialized models optimized for specific domains, improving both accuracy and computational efficiency. In this work, we conduct a systematic study comparing training-free vs training-based approaches for intent classification. For this purpose, we consider two lightweight, training-free methods based on statistics of internal representations and compare them against MLP classifiers and linear probes. Our comprehensive empirical evaluation reveals that 1) Both training-free and training-based methods saturate easy benchmarks (mathematics vs. coding vs. natural language), 2) Training-based classifiers have an advantage on harder classification tasks (e.g. Java vs Python), and 3) Training-free methods are generally more robust to mixed-intent and adversarial prompts.
Chinese Translation
大型语言模型(LLMs)中的意图分类涉及将用户提示归类为预定义类别。例如,给定一个用户提示,系统必须确定其主要涉及数学、编码还是一般文本处理。这种分类能够将提示路由到针对特定领域优化的专业模型,从而提高准确性和计算效率。在本研究中,我们系统地比较了无训练与基于训练的意图分类方法。为此,我们考虑了两种基于内部表征统计的轻量级无训练方法,并将其与多层感知机(MLP)分类器和线性探测器进行了比较。我们的全面实证评估揭示了以下几点:1)无训练和基于训练的方法在简单基准(数学、编码与自然语言)上均达到饱和;2)基于训练的分类器在更困难的分类任务(例如Java与Python)上具有优势;3)无训练方法通常对混合意图和对抗性提示更具鲁棒性。
cs.CL / 123 / 2608.02472

CTRAG: An In-Context Retrieval-based Framework for Automated Compliance Checking using LLMs

CTRAG:基于上下文检索的自动合规检查框架,使用大型语言模型(LLMs)
Roman, Muhammad, Rafferty, Karen, Devereux, Barry
Abstract
Trust is fundamental in modern regulatory ecosystems, and compliance checking plays a critical role in fostering that trust. Regulatory compliance verification is essential for businesses operating in highly controlled environments, as it ensures alignment with sector-specific guidelines across domains such as financial reporting, data privacy, and cybersecurity. Manual compliance testing, however, is often time-intensive and prone to inconsistencies, particularly when compliance depends indirectly on third-party services such as cloud providers, where vendors rely on external providers to meet regulatory standards. In this paper, we present CTRAG, a novel Retrieval-Augmented Generation (RAG) pipeline designed for automated compliance checking. CTRAG employs advanced strategies, including adaptive chunking, dynamic retrieval configurations, and in-context learning, to improve the precision and relevance of compliance assessments. By extracting control questions from regulatory texts and cross-referencing them with unstructured company documentation, CTRAG achieves highly accurate, document-informed compliance verification, even in cases of indirect compliance through third-party services. Empirical evaluations demonstrate significant improvements, with CTRAG achieving an F1-score of 78% and a recall of 85% in the final deployed configuration, ensuring minimal missed non-compliance cases while reducing manual reviewer effort in a real-world deployment. To validate CTRAG value, we developed and deployed a POC within a Big Four professional services firm, applying it to real-world cases and cross-checking results against manual compliance reports. These findings highlight CTRAG potential to streamline compliance workflows, mitigate risks, and enhance regulatory trust in complex, high-stakes environments.
Chinese Translation
信任在现代监管生态系统中至关重要,而合规检查在促进这种信任方面发挥着关键作用。对于在高度受控环境中运营的企业而言,监管合规验证是必不可少的,因为它确保与金融报告、数据隐私和网络安全等领域的行业特定指南保持一致。然而,手动合规测试往往耗时且容易出现不一致,特别是在合规性间接依赖于第三方服务(如云服务提供商)时,供应商依赖外部提供商来满足监管标准。本文提出了CTRAG,一种新颖的增强检索生成(Retrieval-Augmented Generation, RAG)管道,旨在实现自动化合规检查。CTRAG采用先进策略,包括自适应分块、动态检索配置和上下文学习,以提高合规评估的精确性和相关性。通过从监管文本中提取控制问题,并将其与非结构化公司文档进行交叉引用,CTRAG实现了高度准确的、基于文档的合规验证,即使在通过第三方服务间接合规的情况下也能如此。实证评估显示出显著的改进,CTRAG在最终部署配置中实现了78%的F1分数和85%的召回率,确保了最小的漏检非合规案例,同时减少了实际部署中的人工审查工作量。为了验证CTRAG的价值,我们在一家四大会计师事务所开发并部署了一个概念验证(POC),将其应用于真实案例,并将结果与手动合规报告进行交叉检查。这些发现突显了CTRAG在简化合规工作流程、降低风险和增强复杂高风险环境中的监管信任方面的潜力。
cs.CL / 124 / 2608.02486

Cultural Awareness is Represented but Not Decoded: Tracing Mythological Knowledge across 18 Open-Source LLMs

文化意识被表示但未被解码:追踪18个开源大型语言模型中的神话知识
Chelombitko, Iaroslav, Chelombitko, Ekaterina, Hämäläinen, Mika
Abstract
Open-source LLMs reliably name Zeus, Jupiter, and Thor, but recover their counterparts in less-represented traditions like Finnish, Slavic, Egyptian, or Chinese mythology far less consistently. We ask where inside the model this cultural default is produced. On a parallel cross-cultural substrate of Thompson-motif entities, we instrument 18 open-source LLMs from 8 architecture families with linear probing, logit lens, activation patching, and output extraction. The residual stream cleanly distinguishes cultures, well above a name-string baseline, yet the decoder collapses culturally-specific tokens onto dominant-tradition ones. The failure is at readout, not at representation. Asking the same question in the target culture's native language versus English produces failures that cluster within language but decouple across language: the decoder is gated on prompt language. We release a per-entity (probe, output) decomposition framework, a citation-anchored cross-cultural ground truth, a within- versus cross-mode correlation test for language-conditioned readout, and per-entity predictions for all 18 models.
Chinese Translation
开源大型语言模型可靠地命名宙斯(Zeus)、朱庇特(Jupiter)和索尔(Thor),但在芬兰、斯拉夫、埃及或中国等较少代表的传统中恢复其对应角色的能力则远不如前者一致。我们探讨这种文化默认值在模型内部的产生位置。在一个平行的跨文化基础上,我们对来自8个架构家族的18个开源大型语言模型进行了线性探测、逻辑透镜、激活补丁和输出提取。残余流清晰地区分了文化,远高于名称字符串的基线,但解码器将文化特定的标记压缩到主导传统的标记上。失败发生在读取阶段,而非表示阶段。在目标文化的母语与英语中提出相同问题时,产生的失败在语言内部聚集,但在语言之间解耦:解码器受限于提示语言。我们发布了一个每个实体(探测、输出)分解框架,一个引用锚定的跨文化真实数据集,一个用于语言条件下读取的内部与跨模式相关性测试,以及对所有18个模型的每个实体预测。
cs.CL / 125 / 2608.02515

LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

LiveMem:在长时间运行的 LLM 推理中保持记忆状态的连续性
Liu, Zhichen, Sun, Ruihan, Yang, Hengjie, Wu, Zipeng, Chen, Zhaohan, Zhang, Xiaofan, Xu, Yang
Abstract
Long-running assistants and agents consume interaction streams that eventually outgrow the context. Existing context retention, summarization, and retrieval preserve access to selected history, but do not provide a persistent state over the full lifecycle when working context changes. We formulate this missing inference capability as \emph{state continuity under context turnover}: carrying computation forward through a fixed-capacity memory state whose lifetime is independent of the active context. We introduce an intrinsic memory method, \textbf{LiveMem}, which augments a pretrained full-attention LLM with a memory state that preserves the historical information over the whole lifecycle while the main attention path retains a bounded KV window. Context turnover and memory state maintaining, memory-oriented post-training, and state-aware serving jointly make this memory state load bearing after its originating tokens are released. Our experiments show that LiveMem achieves leading overall performance among evaluated systems and other intrinsic memory methods. Experiments on LongMemEval show that LiveMem is able to answer the question based on the memory state, even when the supporting evidence has been removed from the current context, and evidence-distance analysis shows that useful information persists beyond the active window. LiveMem thus establishes state continuity as a distinct and complementary abstraction for continual LLM inference.
Chinese Translation
长时间运行的助手和代理消耗的交互流最终会超出上下文的范围。现有的上下文保留、摘要和检索方法虽然能够保留对选定历史的访问,但在工作上下文变化时并未提供整个生命周期内的持续状态。我们将这一缺失的推理能力表述为“上下文更替下的状态连续性”:通过一个固定容量的记忆状态将计算向前推进,该状态的生命周期独立于活动上下文。我们提出了一种内在记忆方法——LiveMem,它增强了一个预训练的全注意力 LLM,配备了一个在整个生命周期内保留历史信息的记忆状态,同时主要的注意力路径保持一个有限的键值窗口。上下文更替与记忆状态维护、面向记忆的后训练以及状态感知服务共同使得该记忆状态在其源令牌释放后仍能承载负载。我们的实验表明,LiveMem 在评估的系统和其他内在记忆方法中实现了领先的整体性能。在 LongMemEval 上的实验显示,LiveMem 能够基于记忆状态回答问题,即使支持证据已从当前上下文中移除,证据距离分析表明有用信息在活动窗口之外仍然存在。因此,LiveMem 将状态连续性确立为持续 LLM 推理的一个独特且互补的抽象。
cs.CL / 126 / 2608.02520

MedPRESS: A Multi-turn Benchmark for Patient-Pressure-Induced Medical Sycophancy in LLMs

MedPRESS:用于评估大型语言模型中患者压力引发的医学阿谀奉承的多轮基准测试
Joy, Saman Sarker, Farhan, Niloy
Abstract
Large language models (LLMs) are increasingly used for health-related advice. Existing research measures their safety with static questions rather than pressured patient-facing conversations. We introduce MedPRESS, a multi-turn benchmark for measuring patient-pressure-induced sycophancy in LLMs. MedPRESS contains 600 medically grounded five-turn dialogues across three scenario families: medication and treatment demand, personal health self-care, and symptom triage and care resistance. Each dialogue begins with a health query and escalates through personal experience, social proof, external evidence claims, and direct adversarial challenge. We evaluate 20 LLMs across general, medical-domain, lightweight, large, open-weight, and proprietary families using structured judging and safety-focused metrics. Results show that models frequently shift toward unsafe agreement under repeated patient pressure, with substantial variation across model families, model scale, and prompt type. Anti-sycophancy prompting improves robustness for several models, but does not eliminate unsafe agreement. MedPRESS highlights a critical gap in medical LLM evaluation: safe medical knowledge is not enough unless models can maintain it under conversational pressure.
Chinese Translation
大型语言模型(LLMs)在健康相关建议中的使用日益增多。现有研究通过静态问题来衡量其安全性,而非面对患者压力的对话。我们引入了MedPRESS,这是一个用于测量患者压力引发的LLMs阿谀奉承行为的多轮基准测试。MedPRESS包含600个基于医学的五轮对话,涵盖三种场景类型:药物和治疗需求、个人健康自我护理,以及症状分诊和护理抵抗。每个对话以健康查询开始,并通过个人经历、社会证明、外部证据声明和直接对抗性挑战逐步升级。我们使用结构化评判和安全性聚焦指标评估了20个LLMs,涵盖一般、医学领域、轻量级、大型、开放权重和专有模型。结果显示,在重复的患者压力下,模型往往倾向于向不安全的同意转变,不同模型家族、模型规模和提示类型之间存在显著差异。反阿谀奉承提示提高了几个模型的鲁棒性,但并未消除不安全的同意。MedPRESS突显了医学LLM评估中的一个关键缺口:安全的医学知识不足以保证模型在对话压力下的维持。
cs.CL / 127 / 2608.02555

Romanized Arabic Across Dialects: Views, Usage Patterns, and Linguistic Variation

方言中的罗马化阿拉伯语:观点、使用模式与语言变异
Keleg, Amr, Abdallah, Ahmed Amine Ben, Yassine, Taha, Helwe, Chadi, Guellil, Imane, Ousidhoum, Nedjma
Abstract
Arabizi refers to Arabic written in Latin script. Although previous studies have shown that the prevalence and usage of Arabizi vary by factors such as region and age group, most NLP research on Arabic texts treats it as a temporary phenomenon resulting from limited technological support for the Arabic script. In this work, we engage with Arabic speakers to collect insights on their perceptions and usage of Arabizi. We further examine writing norms among speakers of different dialects, focusing on Algerian, Egyptian, Lebanese, Moroccan, and Tunisian Arabic. To this end, we release two resources. First, a character-level alignment of Arabic words to study inter- and intra-dialectal variation across these five dialects, based on words transliterated by survey participants, finding systematic intra-dialectal regularity and inter-dialectal variation. Second, to study Arabic speakers' ability to identify this stylistic variation at the sentence-level, we build a manually curated parallel corpus of sentences written in Arabic script alongside multiple Arabizi transliterations, collected from speakers of the same five dialects. Our study presents the largest human-centered, cross-dialectal study of Arabizi's perceptions and practices to date.
Chinese Translation
Arabizi指的是用拉丁字母书写的阿拉伯语。尽管之前的研究表明,Arabizi的普及和使用因地区和年龄组等因素而异,但大多数关于阿拉伯文本的自然语言处理研究将其视为一种由于对阿拉伯字母的技术支持有限而产生的暂时现象。在本研究中,我们与阿拉伯语使用者进行交流,以收集他们对Arabizi的看法和使用情况的见解。我们进一步考察不同方言使用者之间的书写规范,重点关注阿尔及利亚、埃及、黎巴嫩、摩洛哥和突尼斯阿拉伯语。为此,我们发布了两个资源。首先,基于调查参与者转写的单词,进行阿拉伯单词的字符级对齐,以研究这五种方言之间的方言内和方言间变异,发现系统的方言内规律和方言间变异。其次,为了研究阿拉伯语使用者识别这种句子级风格变异的能力,我们构建了一个手动整理的平行语料库,其中包含用阿拉伯字母书写的句子及其多种Arabizi转写,收集自同五种方言的使用者。我们的研究呈现了迄今为止最大的人本中心的跨方言Arabizi的看法和实践研究。
cs.CL / 128 / 2608.02602

AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling

AURORA-LM:用于连续潜变量扩散语言建模的自编码统一表示
Liang, Jiajun, Liao, Yucheng, Cao, Yukang, Wei, Jiazhe, Li, Ken, Tan, Wende, Zhang, Jiankun, Cui, ZY, Yang, Jingkang, Guo, Liucheng, Yang, Shiqi, Yang, B., Shan, Caifeng, Liu, Ziwei, Si, Chenyang
Abstract
Language remains an outlier in generative modeling: while images, video, and audio are increasingly modeled in continuous latent spaces, text generation still relies predominantly on discrete tokens. Existing continuous language models either inherit embedding spaces not designed for joint generation and decoding, or compress autoencoded latents to ease diffusion, sacrificing token-level fidelity. Instead of simplifying the representation to suit the generative model, we preserve a high-capacity, decodable text latent and design the diffusion model to learn its distribution directly. We introduce AURORA-LM, a continuous-latent diffusion language model that separates the construction of a decodable text representation from the modeling of its distribution. A Query-based Encoder-Decoder organizes text into a high-capacity, prefix-aligned latent sequence, and a Block-causal Diffusion Transformer learns its distribution through flow matching, generating blocks left to right while denoising positions within each block in parallel. Because such a latent is harder for diffusion to model, AURORA-LM restricts only the noisy-input pathway while retaining the full clean-latent prediction target, accommodating full-width latents without reducing decoder-facing capacity. We further calibrate the noise-level distribution to the latent width, and introduce self-trajectory consistency to bridge independently sampled training noise and iterative denoising at inference. AURORA-LM achieves the strongest performance among evaluated continuous and diffusion-based language models on OpenWebText free generation and XSum summarization. Scaling to 1B parameters with about 1500 EFLOPs of total compute yields further gains, surpassing a larger publicly released latent-diffusion language model under a matched evaluation protocol. All experiments are conducted on Ascend NPUs.
Chinese Translation
语言在生成建模中仍然是一个特例:尽管图像、视频和音频越来越多地在连续潜空间中建模,文本生成仍主要依赖离散标记。现有的连续语言模型要么继承了不适合联合生成和解码的嵌入空间,要么压缩自编码的潜变量以简化扩散,牺牲了标记级的保真度。我们不简化表示以适应生成模型,而是保留一个高容量、可解码的文本潜变量,并设计扩散模型直接学习其分布。我们提出了AURORA-LM,这是一种连续潜变量扩散语言模型,它将可解码文本表示的构建与其分布的建模分开。基于查询的编码器-解码器将文本组织成一个高容量、前缀对齐的潜序列,而块因果扩散变换器通过流匹配学习其分布,在生成块时从左到右进行,同时在每个块内并行去噪位置。由于这样的潜变量更难以进行扩散建模,AURORA-LM仅限制噪声输入路径,同时保留完整的干净潜变量预测目标,适应全宽潜变量而不降低面向解码器的容量。我们进一步将噪声水平分布校准到潜变量宽度,并引入自轨迹一致性,以桥接独立采样的训练噪声和推理时的迭代去噪。在OpenWebText自由生成和XSum摘要任务中,AURORA-LM在评估的连续和基于扩散的语言模型中表现最强。将参数扩展到10亿,计算总量约为1500 EFLOPs,进一步提升了性能,超越了在匹配评估协议下发布的更大规模的潜扩散语言模型。所有实验均在Ascend NPU上进行。