← Back to Index
Daily Research Digest

arXiv Papers

2026-08-21
203
Papers
4
Categories
203
Translated
收藏清单 0
机器人学 (Robotics)
27
cs.RO / 1 / 2608.19281

APPROVE: Visual End-User-in-the-Loop Robot Programming with LLMs

APPROVE:基于大型语言模型的视觉终端用户循环机器人编程
Kavousian, Bijan, Özakkas, Miray, Monnet, Josefine, Petrovic, Oliver, Brecher, Christian
Abstract
Programming robots remains challenging for non-experts, as traditional methods require expert knowledge and even block-based interfaces often lack flexibility. Recent work has explored Large Language Models (LLMs) to automatically generate robot programs from natural language, but these systems remain limited by a lack of transparency, missing mechanisms to ensure alignment with user intent, and little support for reuse. We present APPROVE (AI-Powered Programming for Robots with Visual End-User Feedback), an LLM-based multi-modal end-user programming framework that integrates natural language input with a block-based interface and an explicit user confirmation step. Generated programs are visualized using a block-based interface in Blockly, allowing users to confirm, modify, or reject them before execution. Confirmed functions are stored in a library for reuse, gradually building a set of reliable program components. Our approach contributes a human-centered design for LLM-based robot programming that emphasizes user trust, intent alignment, and reusability.
Chinese Translation
对于非专家而言,编程机器人仍然具有挑战性,因为传统方法需要专业知识,即使是基于区块的接口也往往缺乏灵活性。近期的研究探索了大型语言模型(LLMs)以从自然语言自动生成机器人程序,但这些系统仍然受到透明度不足、缺乏确保与用户意图对齐的机制以及对重用支持不足的限制。我们提出了APPROVE(基于人工智能的机器人编程与视觉终端用户反馈),这是一个基于LLM的多模态终端用户编程框架,集成了自然语言输入、基于区块的接口和明确的用户确认步骤。生成的程序通过Blockly的基于区块的接口进行可视化,允许用户在执行前确认、修改或拒绝这些程序。确认的功能被存储在库中以供重用,逐步建立一套可靠的程序组件。我们的方法为基于LLM的机器人编程提供了以人为本的设计,强调用户信任、意图对齐和可重用性。
cs.RO / 2 / 2608.19372

The Missing Touch: Spatially Distributed Tactile Feedback Brings Teleoperation Closer to Human Dexterity

缺失的触觉:空间分布的触觉反馈使远程操作更接近人类灵巧性
Kota, Rohan, Reardon, Gregory, Colgate, J. Edward
Abstract
A fundamental challenge in robotic teleoperation is enabling an operator to control a remote robot as effortlessly and intuitively as their own hands. Despite the growing use of teleoperation to collect demonstration data for training autonomous robot policies, teleoperated robot performance still falls significantly short of human dexterity, even for basic tasks. Here, we present evidence that a key factor contributing to this performance gap is the absence of spatially distributed tactile feedback. Using a two-degree-of-freedom (DoF) bilateral force-feedback telemanipulator paired with a 32-DoF tactile fingertip display, we show that operator performance improves significantly when localized deformations on the remote manipulator are faithfully reproduced on the operator's fingertip. In a series of teleoperation tasks, reproducing distributed contact information not only accelerated task performance but also brought teleoperated movements closer to natural human behavior by minimizing corrective actions and task completion steps, thereby reducing the deviation between teleoperated and natural trajectories by 29$\unicode{x2013}$79%. Furthermore, we found that increasing the resolution of the tactile feedback$\unicode{x2014}$by refining how finely the measured displacements were quantized for reproduction$\unicode{x2014}$compressed the state-space distribution of teleoperated motions, which has been associated with improved training outcomes for autonomous robot policies. Together, these results suggest that spatially distributed tactile feedback is essential for closing the gap between human and teleoperated dexterity and training the next generation of autonomous robots.
Chinese Translation
机器人远程操作的一个基本挑战是使操作员能够像控制自己的手一样轻松直观地控制远程机器人。尽管远程操作在收集用于训练自主机器人策略的示范数据方面的应用日益增长,但远程操作机器人在基本任务中的表现仍显著低于人类灵巧性。在此,我们提供证据表明,导致这一性能差距的一个关键因素是缺乏空间分布的触觉反馈。通过使用一款具有两个自由度(DoF)的双向力反馈远程操控器,并配备一个32自由度的触觉指尖显示器,我们展示了当远程操控器上的局部变形在操作员的指尖上真实再现时,操作员的表现显著改善。在一系列远程操作任务中,重现分布式接触信息不仅加快了任务执行速度,还通过最小化纠正动作和任务完成步骤,使远程操作的动作更接近自然的人类行为,从而将远程操作与自然轨迹之间的偏差减少了29%至79%。此外,我们发现,通过细化测量位移的量化方式以提高触觉反馈的分辨率,可以压缩远程操作运动的状态空间分布,这与自主机器人策略的训练结果改善相关联。综合这些结果表明,空间分布的触觉反馈对于缩小人类与远程操作灵巧性之间的差距以及训练下一代自主机器人至关重要。
cs.RO / 3 / 2608.19375

Learning the Right Abstraction: Neural Reduced Dynamics for Complex Robot Control

学习正确的抽象:复杂机器人控制的神经简化动力学
Zhang, Harry, Negrut, Dan
Abstract
High-fidelity embodied AI simulators provide realistic evaluation of complex robotic systems, but their computational cost limits their direct use for large-scale reinforcement learning campaigns. We advocate the use of less accurate but more expeditious simulations, which might draw on data-driven, e.g., neural dynamics, models. This contribution argues that the practical value of a neural dynamics model for complex robot control lies in learning the \emph{right abstraction}: a reduced state that preserves the control-relevant physics of the high-fidelity system while enabling high-throughput policy learning. We develop a neural reduced dynamics (NRD) framework that separates the state the model propagates from what can be supplied as an input or recovered analytically, trains policies entirely inside the frozen learned model, and validates them back in the high-fidelity simulator. Two case studies instantiate it across three control tasks: terrain-aware HMMWV trajectory tracking on rigid, bumpy and deformable Continuum Representation Model (CRM) terrain; and goal reaching for a stock tracked vehicle and its front-mounted articulated arm. Every policy transfers back to the high-fidelity simulator. A single policy trained inside the terrain-conditioned dynamics model, and given no terrain input of its own, attains lower median and mean tracking error than both single-terrain specialists on all three terrains, including zero-shot bumpy terrain. Quantitatively, the tracked vehicle reaches 100 of 100 goals and the arm 97 of 100, with zero contacts or joint-limit violations. The NRD models advance roughly four orders of magnitude faster in simulated time than the high-fidelity simulator scenes they replace, making iterative on-policy learning practical and supporting neural reduced dynamics as a bridge between accurate but expensive physics simulation and scalable robot learning.
Chinese Translation
高保真具身人工智能模拟器提供了对复杂机器人系统的真实评估,但其计算成本限制了它们在大规模强化学习活动中的直接使用。我们主张使用不那么准确但更快速的模拟,这可能依赖于数据驱动的模型,例如神经动力学。本文论证了神经动力学模型在复杂机器人控制中的实际价值在于学习 extit{正确的抽象}:一种简化状态,能够保留高保真系统的控制相关物理特性,同时支持高通量策略学习。我们开发了一个神经简化动力学(Neural Reduced Dynamics, NRD)框架,该框架将模型传播的状态与可以作为输入提供或通过解析恢复的状态分开,完全在冻结的学习模型内部训练策略,并在高保真模拟器中验证它们。两个案例研究在三个控制任务中实例化了该框架:在刚性、颠簸和可变形的连续表示模型(Continuum Representation Model, CRM)地形上进行地形感知的HMMWV轨迹跟踪;以及对一辆标准履带车辆及其前置关节臂的目标到达。每个策略都能转移回高保真模拟器。在地形条件下的动力学模型内部训练的单一策略,在没有自身地形输入的情况下,达到了比所有三个地形上的单一地形专家更低的中位数和平均跟踪误差,包括零-shot颠簸地形。从定量上看,跟踪车辆达成了100个目标中的100个,机械臂达成了100个目标中的97个,且没有接触或关节极限违规。NRD模型在模拟时间上比它们所替代的高保真模拟器场景快了大约四个数量级,使得迭代的在线策略学习变得可行,并支持神经简化动力学作为准确但昂贵的物理模拟与可扩展机器人学习之间的桥梁。
cs.RO / 4 / 2608.19425

SCAPE: Scenario-Conditioned Simulation-Augmented Policy Evaluation

SCAPE:情景条件下的仿真增强政策评估
Zhu, Dijie, Oh, Seunghun, Huang, Ruopeng, Huang, Zhiyu, Ma, Jiaqi, Tang, Chen
Abstract
Reliable performance evaluation is a central bottleneck for deploying robot-learning policies in real-world conditions. Real-world testing is faithful but costly and difficult to scale, whereas simulation-based testing scales easily but is inevitably biased by the sim-to-real gap. Existing simulation-augmented methods combine limited real-world rollouts with abundant simulation proxies, but focus on performance averaged over initial conditions and deployment settings. Such population-level averages obscure scenario-specific variation and provide limited guidance about when and where a policy can be safely deployed. We propose SCAPE, a scenario-conditioned simulation-augmented policy evaluation framework that predicts scenario-conditioned real-world policy performance using limited paired sim-and-real samples and large-scale simulation rollouts. SCAPE corrects sim-to-real bias in simulation labels before training the prediction model and calibrates prediction uncertainty through conformal prediction. We validate SCAPE on autonomous driving and quadruped velocity tracking. In sim-to-sim studies, SCAPE reduces scenario-level prediction error by 4.9%/34.7% (driving) and 14.5%/27.7% (quadruped) relative to scene-conditioned neural and aggregate statistical baselines on average. We further evaluate a velocity-tracking policy deployed on a physical Unitree Go2. SCAPE also improves testing sample efficiency, produces narrower calibrated prediction intervals, generalizes better to out-of-distribution scenarios, and enables fine-grained deployment strategies.
Chinese Translation
可靠的性能评估是将机器人学习政策部署到现实世界条件中的一个主要瓶颈。现实世界测试真实但成本高昂且难以扩展,而基于仿真的测试则易于扩展,但不可避免地受到仿真与现实之间差距的偏见。现有的仿真增强方法将有限的现实世界实验与丰富的仿真代理结合,但主要关注于在初始条件和部署设置下的平均性能。这种基于人群的平均值掩盖了特定情景的变化,并对政策何时何地可以安全部署提供了有限的指导。我们提出了SCAPE,一个情景条件下的仿真增强政策评估框架,该框架利用有限的配对仿真和现实样本以及大规模仿真实验来预测情景条件下的现实世界政策性能。SCAPE在训练预测模型之前校正仿真标签中的仿真与现实偏见,并通过符合预测来校准预测的不确定性。我们在自主驾驶和四足动物速度跟踪上验证了SCAPE。在仿真到仿真的研究中,SCAPE相对于场景条件神经网络和聚合统计基线平均减少了4.9%/34.7%(驾驶)和14.5%/27.7%(四足动物)的情景级预测误差。我们进一步评估了在物理Unitree Go2上部署的速度跟踪政策。SCAPE还提高了测试样本效率,产生了更窄的校准预测区间,更好地推广到分布外场景,并实现了细粒度的部署策略。
cs.RO / 5 / 2608.19443

Hybrid Feedback Sampling for Sample-Efficient Model Predictive Control

用于样本高效模型预测控制的混合反馈采样
Pan, Chaoyi, Yi, Zeji, Zhang, John, Manchester, Zachary, Qu, Guannan, Shi, Guanya
Abstract
Thanks to its parallelizability and flexibility, sampling-based Model Predictive Control (MPC) has become widely popular for controlling real-world robotic systems. However, for high-dimensional and open-loop unstable dynamical systems, the required number of samples to improve the control sequence will grow exponentially with the horizon, leading to poor sample efficiency and numerical instability. This paper investigates the instability of shooting methods in sampling-based MPC and shows that the optimal sampling proposal distribution can be realized by sampling with an optimized feedback policy. We refer to this algorithm as Feedback Sampling MPC (FS-MPC). FS-MPC involves a hybrid sampling design which balances local and global search based on the system stability and the available computation budget. Our theoretical analysis shows that our hybrid sampling approach achieves faster convergence than standard MPPI and better optimality than standard feedback sampling. Empirically, in diverse contact-rich control tasks like humanoid loco-manipulation and dexterous manipulation, we show that FS-MPC successfully tackles dynamically unstable tasks where standard sample-based approaches struggle, and strictly outperforms feedback policies alone. Finally, we validate our method on humanoid robot locomotion and manipulation tasks in the real world.
Chinese Translation
由于其可并行性和灵活性,基于采样的模型预测控制(MPC)在控制现实世界的机器人系统中变得广受欢迎。然而,对于高维和开环不稳定的动态系统,改善控制序列所需的样本数量将随着预测时间范围的增加而呈指数增长,导致样本效率低下和数值不稳定。本文研究了基于采样的MPC中射击方法的不稳定性,并表明通过使用优化的反馈策略进行采样可以实现最佳采样提议分布。我们将该算法称为反馈采样MPC(FS-MPC)。FS-MPC涉及一种混合采样设计,该设计根据系统的稳定性和可用的计算预算在局部和全局搜索之间进行平衡。我们的理论分析表明,混合采样方法的收敛速度优于标准的MPPI,并且在最优性上优于标准的反馈采样。在各种接触丰富的控制任务中,如类人步态操作和灵巧操作,我们的实证结果表明FS-MPC成功应对了标准基于采样的方法难以处理的动态不稳定任务,并且严格优于单独的反馈策略。最后,我们在现实世界的类人机器人步态和操作任务中验证了我们的方法。
cs.RO / 6 / 2608.19453

When Automata Meet Streams: Temporal Logic Compilation for Stream-Based Robotics Task and Motion Planning

当自动机遇见流:基于流的机器人任务与运动规划的时序逻辑编译
Zaman, Sayem Nazmuz, Neary, Cyrus
Abstract
Stream-based robotics Task and Motion Planning (TAMP) integrates discrete symbolic planning with dynamically generated continuous geometric parameters, such as poses, grasps, and trajectories. However, stream-based planners typically reason only about goal reachability, whereas long-horizon tasks also demand adherence to temporal specifications, such as safety-critical ordering, invariance, and liveness constraints. No methods currently exist to enforce such temporal constraints for stream-based solvers because streams generate an expanding geometric object set via iterative stream refinement loops during planning, rendering existing temporal-logic compilation techniques incompatible. We therefore present Synchronous Action Monitoring with Token Destruction (SAM-TD), a compilation method that enforces arbitrary Linear Temporal Logic over finite traces ($\textrm{LTL}_f$) specifications in stream-based TAMP. SAM-TD translates arbitrary $\textrm{LTL}_f$ constraints into automata and embeds regressed automaton guards into action schemas, which are pre-specified before planning begins. By doing so, SAM-TD can handle objects generated by streams during planning, thus circumventing the need to enumerate a fixed object set or modify the underlying planner. During search, SAM-TD synchronously updates automaton states and uses a validity token shared across all automata to prune constraint-violating branches. We show that SAM-TD supports dynamically generated stream objects from iterative stream refinements during plan search. Experimental results provide the first ever demonstration of stream-based TAMP under $\textrm{LTL}_f$ constraints in three robotics PDDLStream environments. Furthermore, on standard discrete PDDL benchmarks, SAM-TD is competitive with state-of-the-art temporal-constraint compilation methods.
Chinese Translation
基于流的机器人任务与运动规划(TAMP)将离散符号规划与动态生成的连续几何参数(如姿态、抓取和轨迹)相结合。然而,基于流的规划器通常仅考虑目标可达性,而长时间跨度的任务还要求遵循时序规范,如安全关键的顺序、不变性和活性约束。目前尚无方法能够强制执行基于流的求解器的此类时序约束,因为流在规划过程中通过迭代流细化循环生成扩展的几何对象集,这使得现有的时序逻辑编译技术不兼容。因此,我们提出了带有标记销毁的同步动作监控(Synchronous Action Monitoring with Token Destruction, SAM-TD),这是一种在基于流的 TAMP 中强制执行任意线性时序逻辑有限轨迹($ extrm{LTL}_f$)规范的编译方法。SAM-TD 将任意的 $ extrm{LTL}_f$ 约束转换为自动机,并将回归的自动机守卫嵌入到在规划开始之前预先指定的动作模式中。通过这样做,SAM-TD 可以处理在规划过程中由流生成的对象,从而避免了枚举固定对象集或修改底层规划器的需要。在搜索过程中,SAM-TD 同步更新自动机状态,并使用一个在所有自动机之间共享的有效性标记来修剪违反约束的分支。我们展示了 SAM-TD 支持在计划搜索过程中从迭代流细化中动态生成的流对象。实验结果首次展示了在三个机器人 PDDLStream 环境中满足 $ extrm{LTL}_f$ 约束的基于流的 TAMP。此外,在标准离散 PDDL 基准测试中,SAM-TD 的性能与最先进的时序约束编译方法相当。
cs.RO / 7 / 2608.19490

Fine-Tuning VLAs with Self-Demonstrated Generative Control for Multi-Task Manipulation

通过自我演示生成控制对多任务操作进行微调的视觉-语言-动作模型
Garg, Prachi, Xing, Steve, Yaugand, Prahit, Gupta, Saurabh, Hoiem, Derek
Abstract
State-of-the-art vision-language-action (VLA) models such as $\pi_{0.5}$ exhibit strong semantic understanding, instruction following and task behavior. However, when deployed on new robots, even minor mismatches in hardware configuration relative to pretraining can cause severe performance drops. Finetuning the VLA on in-domain expert data from the new embodiment improves performance on the expert task but leads to a loss in its original instruction following and behavioral priors. In this paper, we propose a self-supervised method that generates online interaction rollouts from the zero-shot VLA as additional training data for finetuning. Our experiments show this finetuning scheme yields strong multi-task policies that, on the target robot, (1) inherit prior tasks distilled from the zero-shot model, (2) enable generalist instruction following, while (3) learning new skills from expert data with improved sample efficiency. We demonstrate the success of our approach across test sets probing generalization on a real ALOHA robot and a new simulation benchmark in RoboTwin. Video results are available at https://self-supervised-control.pages.dev/
Chinese Translation
先进的视觉-语言-动作(VLA)模型如 $ ext{π}_{0.5}$ 展现了强大的语义理解、指令遵循和任务行为。然而,当在新机器人上部署时,即使是与预训练相比的硬件配置的轻微不匹配也会导致性能严重下降。在新实体的领域内专家数据上对VLA进行微调可以提高专家任务的性能,但会导致其原有的指令遵循和行为先验的丧失。本文提出了一种自我监督的方法,通过零-shot VLA生成在线交互回放作为微调的额外训练数据。我们的实验表明,这种微调方案在目标机器人上产生了强大的多任务策略,(1) 继承了从零-shot模型提炼的先前任务,(2) 实现了通用的指令遵循,同时 (3) 从专家数据中学习新技能,且提高了样本效率。我们在真实的ALOHA机器人和RoboTwin中的新模拟基准上展示了我们方法的成功,测试集探测了泛化能力。视频结果可在 https://self-supervised-control.pages.dev/ 获取。
cs.RO / 8 / 2608.19522

LF-GICP: Parameter-Free Degeneracy-Aware LiDAR Odometry via a Voxel-Normal Localizability Field

LF-GICP:一种无参数的考虑退化的激光雷达里程计方法,通过体素法线可定位场
Im, Eunsoo
Abstract
Scan-to-map LiDAR odometry drifts unboundedly along the unobservable axes of geometrically degenerate environments like tunnels and corridors, and existing degeneracy handling requires environment-specific parameter tuning. This paper presents a parameter-free approach. We show that in voxelized GICP the Gauss--Newton (GN) Hessian masks translational degeneracy, because covariance regularization keeps the translation block artificially well-conditioned. We bypass this with a regularization-free voxel-normal localizability field and two of its statistics: a normalized fraction $f_0$ detecting directional anisotropy, and an absolute per-voxel mass $\lambda_0$ distinguishing information absence (tunnels) from dilution (dense open scenes). A temporal-median gate combines both to trigger Fisher-information correspondence weighting. Calibrated once by fixed rules on two short sequences and then frozen, LF-GICP achieves the lowest KITTI relative translation error ($0.865\%$) under an identical evaluation protocol against re-run baselines, outperforms them on GEODE tunnels and MulRan, leads the HeLiPR mean, and generalizes across four sensor types without re-tuning. We further demonstrate empirically that straight, uniform tunnels remain unobservable along their axis for LiDAR-only registration.
Chinese Translation
扫描到地图的激光雷达里程计在几何退化环境(如隧道和走廊)中沿不可观测轴无界漂移,而现有的退化处理方法需要针对特定环境进行参数调优。本文提出了一种无参数的方法。我们表明,在体素化的广义迭代最近点(GICP)中,高斯-牛顿(GN)海森矩阵掩盖了平移退化,因为协方差正则化使得平移块在人工上保持良好的条件。我们通过一种无正则化的体素法线可定位场及其两个统计量来绕过这一点:一个归一化分数 $f_0$ 用于检测方向各向异性,以及一个绝对每体素质量 $eta_0$ 用于区分信息缺失(隧道)与稀释(密集开放场景)。时间中位数门结合两者以触发费舍尔信息对应加权。LF-GICP 在两个短序列上通过固定规则进行一次标定后保持不变,在相同评估协议下实现了最低的KITTI相对平移误差($0.865 ext{%}$),在GEODE隧道和MulRan上表现优于基线,领先HeLiPR均值,并在四种传感器类型上无须重新调优地实现了泛化。我们进一步通过实验证明,直线、均匀的隧道在激光雷达单独注册时沿其轴线仍然不可观测。
cs.RO / 9 / 2608.19537

Multimodal Trajectory Planning for Surface Vehicles using Turning Circle-based Control Barrier Functions

基于转弯半径控制障碍函数的水面车辆多模态轨迹规划
Lee, Changyu
Abstract
This paper presents a guide path-free multimodal trajectory planning framework for autonomous surface vehicles operating in dynamic environments. The proposed method integrates model predictive control (MPC) with a turning circle-based control barrier function (TC-CBF). Unlike conventional Euclidean distance-based CBFs (ED-CBFs), which evaluate safety solely based on proximity, the TC-CBF accounts for the nonholonomic motion and finite turning capability of a surface vehicle. Its geometric formulation identifies feasible avoidance regions according to the vehicle's turning circles and generates distinct left- and right-turning avoidance modes. These modes allow the optimization solver to explore and select topologically different trajectories without relying on globally planned guide paths, as required by many conventional multimodal planning approaches. By embedding the avoidance direction directly into the safety constraint, the proposed framework alleviates the local-minimum and deadlock problems of single-mode MPC while maintaining computational efficiency. Extensive simulations involving multiple moving vessels demonstrate that the proposed method achieves higher success rates, fewer safety violations, and smaller residual violations than single-mode baselines across all tested traffic densities.
Chinese Translation
本文提出了一种针对在动态环境中运行的自主水面车辆的无引导路径多模态轨迹规划框架。所提出的方法将模型预测控制(MPC)与基于转弯半径的控制障碍函数(TC-CBF)相结合。与传统的基于欧几里得距离的控制障碍函数(ED-CBF)仅根据接近度评估安全性不同,TC-CBF考虑了水面车辆的非完整运动和有限的转向能力。其几何公式根据车辆的转弯半径识别可行的避让区域,并生成不同的左转和右转避让模式。这些模式使优化求解器能够探索和选择拓扑上不同的轨迹,而无需依赖许多传统多模态规划方法所需的全局规划引导路径。通过将避让方向直接嵌入安全约束中,所提出的框架缓解了单模态MPC的局部最小值和死锁问题,同时保持了计算效率。涉及多个移动船只的广泛仿真表明,所提出的方法在所有测试的交通密度下实现了更高的成功率、更少的安全违规和更小的残余违规。
cs.RO / 10 / 2608.19574

HiTac-WAM: A Hierarchical Tactile World Action Model for Contact-Rich Robot Manipulation

HiTac-WAM:一种用于接触丰富机器人操作的层次触觉世界动作模型
Xue, Chao, Zhang, Chaofan, Ma, Wenxuan, Yao, Guocai, Cui, Shaowei, Wang, Shuo
Abstract
World action models jointly predict future visual observations and actions, whereas existing tactile-aware variants typically represent future touch as an image or latent stream without modeling the physical dependencies that organize tactile states hierarchically. We present HiTac-WAM, a hierarchical tactile world action model that forecasts a sequence of future tactile states for each candidate action chunk before execution. The forecast factorizes into contact state, a 3D deformation field, and slip risk, organized as a directed hierarchy in which each downstream stage is conditioned on stop-gradient signals from preceding stages. A directed attention mask allows tactile queries to attend to the video-action context of each candidate while preventing video and action queries from attending to tactile tokens. For planning, HiTac-WAM ranks candidate action chunks using tactile forecasts and task-progress estimates. For execution, the selected tactile forecast is retained as a reference; persistent discrepancies between predicted and observed tactile states trigger corrective replanning. HiTac-WAM achieves a mean contact F1 of 0.921; under matched training budgets, the directed hierarchy reduces 3D displacement L2 error by 17.6% relative to the deformation-only predictor and improves slip AUPRC by 60.4% relative to the slip-only predictor. Across chip grasping, blackboard erasing, and USB insertion, selection guided by the hierarchical forecasts increases the average real-robot success rate from 31.1% to 61.1%, while the full system attains 72.2%.
Chinese Translation
世界动作模型共同预测未来的视觉观察和动作,而现有的触觉感知变体通常将未来的触觉表示为图像或潜在流,而未建模组织触觉状态的物理依赖关系。我们提出了HiTac-WAM,一种层次触觉世界动作模型,在执行之前为每个候选动作块预测一系列未来的触觉状态。预测结果分解为接触状态、三维变形场和滑动风险,组织成一个有向层次结构,其中每个下游阶段都依赖于前阶段的停止梯度信号。有向注意力掩码允许触觉查询关注每个候选者的视频-动作上下文,同时防止视频和动作查询关注触觉标记。在规划方面,HiTac-WAM使用触觉预测和任务进度估计对候选动作块进行排名。在执行方面,选择的触觉预测被保留为参考;预测和观察到的触觉状态之间的持续差异会触发纠正性重新规划。HiTac-WAM实现了0.921的平均接触F1;在匹配的训练预算下,有向层次结构相对于仅变形预测器减少了17.6%的三维位移L2误差,并相对于仅滑动预测器提高了60.4%的滑动AUPRC。在芯片抓取、黑板擦除和USB插入等任务中,基于层次预测的选择将平均真实机器人成功率从31.1%提高到61.1%,而整个系统达到了72.2%。
cs.RO / 11 / 2608.19589

OrthoSkillVLA: Continual Skill Learning via Gradient-Informed Skill Subspace Adaptation

OrthoSkillVLA:通过梯度信息驱动的技能子空间适应实现持续技能学习
Wang, Jiaqi, Fang, Zhou, Shi, Qiongfeng, Zhou, Yi
Abstract
Pretrained Vision-Language-Action models provide a strong foundation for robot learning, but sequentially adapting them to diverse skills can perturb the representations and velocity mappings used by previous skills, leading to catastrophic forgetting. Architecture-based approaches improve retention by isolating skills but lead to increased inference footprint. Recent subspace-constrained methods restrict parameter updates in an orthogonal subspace to minimize interference but impose a unified constraint on the entire model. We analyze the distinct roles of internal VLA components and identify two VLA-specific challenges. First, the VLM maintains broad semantic representations, making it vulnerable to capacity exhaustion, whereas the ActionHead refines semantics into localized velocity patterns that are highly sensitive to perturbations. Second, the final velocity decoder serves as a readout layer. Freezing it forms an output-stage expressivity bottleneck, while updating it risks overwriting previous velocity mappings. To this end, we propose OrthoSkillVLA, a parameter-efficient framework for continual skill learning in pretrained VLA models without demonstration replay. Given the representation heterogeneity, we impose separate subspace constraints on the VLM and ActionHead, preserving reusable semantic capacity while protecting localized velocity patterns. For the output layer, we introduce a lightweight feature-aware MoE decoder, where each skill is allocated a compact expert and a training-free router selects the expert according to feature-space affinity. Extensive simulated and real-world evaluations, together with ablations, demonstrate that OrthoSkillVLA better preserves prior skills while acquiring new ones.
Chinese Translation
预训练的视觉-语言-动作(Vision-Language-Action, VLA)模型为机器人学习提供了坚实的基础,但将其顺序适应于多样化技能可能会扰动先前技能所使用的表示和速度映射,导致灾难性遗忘。基于架构的方法通过隔离技能来提高保留率,但会增加推理负担。最近的子空间约束方法限制参数更新在正交子空间内,以最小化干扰,但对整个模型施加了统一约束。我们分析了内部VLA组件的不同角色,并识别出两个特定于VLA的挑战。首先,视觉-语言模型(Vision-Language Model, VLM)保持广泛的语义表示,使其容易受到容量耗尽的影响,而动作头(ActionHead)则将语义细化为高度敏感于扰动的局部速度模式。其次,最终的速度解码器作为输出层。冻结它会形成输出阶段的表达瓶颈,而更新它则有可能覆盖先前的速度映射。为此,我们提出了OrthoSkillVLA,一个高效的参数框架,用于在预训练的VLA模型中实现持续技能学习,而无需演示重放。考虑到表示的异质性,我们对VLM和ActionHead施加了独立的子空间约束,保留可重用的语义容量,同时保护局部速度模式。对于输出层,我们引入了一种轻量级特征感知的MoE解码器,其中每个技能分配一个紧凑的专家,并且一个无训练的路由器根据特征空间的亲和性选择专家。广泛的模拟和现实世界评估,以及消融实验,表明OrthoSkillVLA在获取新技能的同时更好地保留了先前的技能。
cs.RO / 12 / 2608.19593

The Verification Gap in Networked Physical AI: A Post-Semantic Communication Framework

网络物理人工智能中的验证差距:后语义通信框架
Saruwatari, Shunsuke
Abstract
A task-effective proposal is not yet a justified physical action. In networked Physical AI, a proposal may be understood while valid, timely, proposal-bound evidence or the authority required to finalize an action remains unavailable. We call this mismatch the verification gap and introduce a Post-Semantic Communication Framework for the systems interface between proposal formation and physical execution. The framework begins with application-declared evidence requirements, represents qualifying observations as evidence records, validates supporting and conflicting records through one path, and separates evidence sufficiency from authorized finalization and a downstream runtime gate. It further distinguishes evidence transfer, which can enlarge the record set reachable by a finalizer, from evidence coordination, which can suppress transmission around records already held at the finalization endpoint. Finite-state framework checks verify that the evaluator implements the declared distinctions consistently. Under the declared model, the controlled communication study exposes a finalizer-dependent asymmetry: sender-finalized Feedback uses evidence transfer to expand evidence reachability throughout the feasible plotted region, whereas receiver-finalized Feedback uses coordination to suppress redundant payload until loss, latency, freshness, and deadline costs shift selection to One-way. Finally, an episode-level reporting schema defines common denominators for future measured Physical-AI studies.
Chinese Translation
一个有效的任务提案尚不能被视为合理的物理行动。在网络物理人工智能中,尽管提案可能被理解为有效且及时,但完成行动所需的证据或权威仍然不可用。我们将这种不匹配称为验证差距,并为提案形成与物理执行之间的系统接口引入后语义通信框架。该框架以应用声明的证据要求为起点,将合格的观察表示为证据记录,通过一条路径验证支持和冲突记录,并将证据的充分性与授权的最终确定和下游运行门分开。它进一步区分证据转移(可以扩大最终确定者可达的记录集)与证据协调(可以抑制在最终确定端点已经持有的记录周围的传输)。有限状态框架检查验证评估者是否一致地实施了声明的区分。在声明的模型下,受控通信研究揭示了依赖于最终确定者的不对称性:发送者最终确定的反馈使用证据转移来扩展在可行绘制区域内的证据可达性,而接收者最终确定的反馈则使用协调来抑制冗余负载,直到损失、延迟、新鲜度和截止成本将选择转移到单向。最后,事件级报告方案定义了未来测量的物理人工智能研究的共同分母。
cs.RO / 13 / 2608.19613

What Matters for Latent Actions in Robot Learning

机器人学习中潜在动作的重要性
Bu, Xizhou, Hu, Qingda, Zhou, Lei, Zhang, Lingfeng, Tang, Yingbo, Liu, Zihao, Tao, Xinyi, Ma, Zhiqiang, Huang, Qingqiu, Tang, Chufeng, Wang, Hongbo, Zhang, Jing, Ma, Jiayi, Ye, Hangjun, Li, Wei, Hao, Xiaoshuai
Abstract
Latent Action Models (LAMs) have emerged as a promising paradigm for enabling robot learning to leverage large-scale unlabeled videos through latent actions that serve as compact surrogates for physical actions. Despite rapid progress, research on LAM remains highly fragmented, with existing methods evaluating different design choices in isolation under inconsistent experimental settings, making it difficult to identify the factors that truly determine downstream robotic manipulation performance. In this work, we present the first comprehensive empirical study of latent action learning for robotic manipulation. We unify representative LAM methods within a common autoencoding framework and systematically investigate 41 LAM design choices across three dimensions, including latent action modeling paradigms, learning objectives and regularization methods, and latent action integration strategies. We further examine four proxy metrics for evaluating latent action quality and assess their ability to reliably predict downstream robotic manipulation performance. Extensive experiments on three widely used benchmarks provide strong empirical evidence that fine-tuning vision-language model (VLM) backbones with latent actions provides a stronger initialization for downstream policy learning, with further validation on real-world robot manipulation tasks.
Chinese Translation
潜在动作模型(Latent Action Models, LAMs)作为一种有前景的范式,能够使机器人学习利用大规模未标记视频,通过潜在动作作为物理动作的紧凑替代品。尽管取得了快速进展,但LAM的研究仍然高度分散,现有方法在不一致的实验设置下孤立地评估不同的设计选择,这使得识别真正决定下游机器人操作性能的因素变得困难。在本研究中,我们首次全面实证研究了用于机器人操作的潜在动作学习。我们在一个共同的自编码框架中统一了代表性的LAM方法,并系统地调查了41个LAM设计选择,涵盖三个维度,包括潜在动作建模范式、学习目标和正则化方法,以及潜在动作集成策略。我们进一步考察了四个评估潜在动作质量的代理指标,并评估它们可靠预测下游机器人操作性能的能力。在三个广泛使用的基准上的大量实验提供了强有力的实证证据,表明使用潜在动作微调视觉-语言模型(Vision-Language Model, VLM)主干为下游策略学习提供了更强的初始化,并在真实世界的机器人操作任务中进行了进一步验证。
cs.RO / 14 / 2608.19635

Magnetically Self-Sealed MR Haptic Actuator With PWM-Based Excitation and High-Fidelity Torque Control

基于PWM激励和高保真扭矩控制的磁自封MR触觉执行器
Qiang, Dong, Yuan, Tian, Yang, Song, Xia, Kequan, Reddyhoff, Thomas, Zhang, Yikun, Cheng, Cheng, Yu, Min
Abstract
Accurate and stable torque rendering is essential for safe and perceptive human--machine interaction. Magnetorheological fluid (MRF)-based actuators offer a compact and rapidly controllable solution for haptic feedback, but their practical implementation requires reliable fluid sealing, low-hysteresis excitation, accurate torque control, and stable long-duration operation. This article presents an integrated MRF haptic system featuring a compact magnetically self-sealed rotary actuator, low-hysteresis PWM operation, high-fidelity model-based torque rendering, and stable performance during long-time operation. Magnetostatic simulation guides the arrangement of magnetic and nonmagnetic materials to focus flux in the multidisk torque and permanent-magnet sealing regions, enabling a maximum 600 N$\cdot$mm/A output. Experiments show that higher PWM frequencies reduce hysteresis and improve repeatability. At 10 kHz, the response is represented by a nonlinear model that varies with the direction and speed of torque change. The real-time controller combines feedforward, hysteresis compensation, PI feedback, and sliding-mode correction. Compared with PID, it reduces square-wave overshoot, undershoot, and steady-state RMSE by 77.4\%, 61.9\%, and 68.3\%, respectively. It tracks sinusoidal and biomechanics-model-based references, and a 1.5-h test shows only a 2.5 $^\circ$C rise near the coil with no clear tracking loss. This high-fidelity torque rendering will fundamentally transform human--robot collaboration by making interactions safer, more efficient, and more intuitive.
Chinese Translation
准确而稳定的扭矩呈现对于安全和敏感的人机交互至关重要。基于磁流变液(MRF)的执行器提供了一种紧凑且快速可控的触觉反馈解决方案,但其实际应用需要可靠的流体密封、低滞后激励、准确的扭矩控制以及稳定的长时间运行性能。本文提出了一种集成的MRF触觉系统,具有紧凑的磁自封旋转执行器、低滞后PWM操作、高保真的基于模型的扭矩呈现以及长时间运行中的稳定性能。磁静态仿真指导了磁性和非磁性材料的排列,以集中多盘扭矩和永磁密封区域的磁通,从而实现最大600 N·mm/A的输出。实验表明,更高的PWM频率可以减少滞后并提高重复性。在10 kHz下,响应由一个非线性模型表示,该模型随扭矩变化的方向和速度而变化。实时控制器结合了前馈、滞后补偿、PI反馈和滑模修正。与PID控制相比,它分别减少了方波过冲、欠冲和稳态均方根误差(RMSE)77.4%、61.9%和68.3%。它能够跟踪正弦波和基于生物力学模型的参考信号,1.5小时的测试显示线圈附近仅有2.5 °C的升高且没有明显的跟踪丢失。这种高保真的扭矩呈现将从根本上改变人机协作,使交互变得更加安全、高效和直观。
cs.RO / 15 / 2608.19661

World-Model-Grounded LLM Planning for AUV and ASV Navigation Near Offshore Wind Farms

基于世界模型的LLM规划用于近海风电场的AUV和ASV导航
Buchholz, Markus, Carlucho, Ignacio, Petillot, Yvan R.
Abstract
Large language models can turn a natural-language mission into a sequence of robot actions, but they do not have a sense of physics: they cannot judge how long a command should run, or whether it will make the robot drift into an obstacle. We proposed the use of a world model to expand the capabilities of Large Language model-based planners. Our method has three components: a physics-grounded neural world model, a three-phase gradient-based trajectory optimizer, and a Model Predictive Controller (MPC)-style closed-loop replanner with a trust-region guard. The language model decides what to do, and the world model decides how long, whether that means driving eight thrusters through 6 DOF or two differential thrusters through 3 DOF. We evaluate two marine vehicle classes operating near offshore wind infrastructure: a 6-DOF Autonomous Underwater Vehicle (AUV) and a 3-DOF differential-drive Autonomous Surface Vehicle (ASV). In five benchmark missions per platform, both vehicles reach every goal with zero predicted collisions, and both transfer to GazeboSim under ocean current, waves, and thruster dynamics, remaining collision-free and cutting GazeboSim goal-distance error versus the ungrounded baseline by 70-82% (ASV) and roughly 93% (AUV), after a residual fine-tuning pass that separately reduces surrogate rollout Root Mean Square Error (RMSE) by 60% (AUV) and 69% (ASV). For the ASV we further demonstrate a Vision language model (VLM)-assisted semantic-mapping pipeline that extracts obstacles and environmental context from satellite imagery, nautical charts, and forecast Application Programming Interface (API) instead of onboard sensors, reaching 96% navigability accuracy as a drop-in replacement for hand-specified obstacle geometry.
Chinese Translation
大型语言模型能够将自然语言任务转化为一系列机器人动作,但它们缺乏物理感知:无法判断命令应持续多长时间,或是否会导致机器人漂移至障碍物。我们提出使用世界模型来扩展基于大型语言模型的规划器的能力。我们的方法包含三个组成部分:一个基于物理的神经世界模型,一个三阶段的基于梯度的轨迹优化器,以及一个具有信任区域保护的模型预测控制器(Model Predictive Controller, MPC)风格的闭环重新规划器。语言模型决定做什么,而世界模型决定持续多长时间,这可能意味着通过6自由度(DOF)驱动八个推进器或通过3自由度驱动两个差动推进器。我们评估了两种在近海风电基础设施附近操作的海洋车辆类别:6自由度的自主水下航行器(Autonomous Underwater Vehicle, AUV)和3自由度的差动驱动自主水面车辆(Autonomous Surface Vehicle, ASV)。在每个平台的五个基准任务中,两个车辆都以零预测碰撞到达每个目标,并且在海流、波浪和推进器动态下成功转移到GazeboSim,保持无碰撞,并将GazeboSim目标距离误差与未基于物理的基线相比减少70-82%(ASV)和大约93%(AUV),经过一次单独减少代理回放均方根误差(Root Mean Square Error, RMSE)60%(AUV)和69%(ASV)的残差微调过程。对于ASV,我们进一步展示了一种视觉语言模型(Vision Language Model, VLM)辅助的语义映射管道,该管道从卫星图像、航海图和预测应用程序编程接口(Application Programming Interface, API)中提取障碍物和环境上下文,而不是依赖于车载传感器,达到96%的可导航性准确率,作为手动指定障碍几何形状的替代方案。
cs.RO / 16 / 2608.19671

SAGE: Ergodic Control for Autonomous and Adaptive Inspection of Subsea Infrastructure

SAGE:用于自主和自适应海底基础设施检查的遍历控制
Buchholz, Markus, Carlucho, Ignacio, Petillot, Yvan R.
Abstract
Subsea Christmas Trees (XTs) are underwater structures that use valves for directing oil flow, needing constant inspection. But not every valve carries the same risk at the same time: a valve with a suspected leak needs to be revisited far more often than one with a clean history, and that risk picture changes during the mission as new leaks are found. To handle this, we present SAGE (Semantic and Adaptive Generative Ergodicity), an ergodic-control architecture that allocates vehicle time in proportion to a live, sensor-derived risk distribution rather than a scripted route. We study a two-XT scenario, with five valves in total, and compare a fixed-loop A* tour against SAGE. Both methods can be tuned to spend similar total time near a high-risk valve, but only ergodic control also checks it more often: in simulation, a dominant-risk valve was revisited every 5.8 s under ergodic control against a fixed 8.1 s for every valve under A*, regardless of risk, so a leak can go unnoticed for barely two-thirds as long. Because the tracked distribution is recomputed rather than planned once, a newly detected leak shifts vehicle behavior on the next control cycle with no explicit re-planning step and no operator in the loop, which a fixed tour cannot do without a discrete re-route. We derive the ergodic control law behind this behavior and report simulation results on the five-valve scenario.
Chinese Translation
海底圣诞树(XTs)是用于引导石油流动的水下结构,需要进行持续检查。然而,并非每个阀门在同一时间都承受相同的风险:一个怀疑有泄漏的阀门需要比历史记录良好的阀门更频繁地进行检查,并且这种风险状况在任务进行中会随着新泄漏的发现而变化。为了解决这个问题,我们提出了SAGE(语义自适应生成遍历性),这是一种遍历控制架构,它根据实时的、传感器导出的风险分布来分配车辆时间,而不是遵循预设的路线。我们研究了一个包含两个XTs的场景,总共有五个阀门,并将固定循环的A*巡回与SAGE进行了比较。这两种方法都可以调整以在高风险阀门附近花费相似的总时间,但只有遍历控制能够更频繁地检查它:在模拟中,遍历控制下的主导风险阀门每5.8秒被重新检查一次,而在A*下,无论风险如何,每个阀门的检查时间固定为8.1秒,因此泄漏可能在不到三分之二的时间内未被发现。由于跟踪的分布是重新计算的而不是一次性计划的,新的泄漏检测会在下一个控制周期内改变车辆行为,而无需显式的重新规划步骤和操作员介入,而固定巡回则无法在没有离散重新路线的情况下做到这一点。我们推导了这种行为背后的遍历控制律,并报告了五个阀门场景的模拟结果。
cs.RO / 17 / 2608.19740

Keeping the Franka Emika Panda alive: a ROS 2 stack with a reliable position interface

保持Franka Emika Panda的活力:一个具有可靠位置接口的ROS 2软件栈
Langella, Antonio, Risi, Davide, Petrone, Vincenzo, Ferrentino, Enrico, Chiacchio, Pasquale
Abstract
This paper presents an open-source software stack that restores ROS 2 support for the Franka Emika Panda robot while resolving the long-standing unreliability of its external position control interface. We first analyze the root causes of unstable position control and show that the observed vibrations and protective stops arise from the timing of the external control loop and sampling jitter, rather than from limitations of the robot itself. Building on this analysis, we introduce an asynchronous hardware interface that decouples real-time communication from the ROS 2 control loop, a rate-matching mechanism for slower command sources, and a position-domain reference generation strategy that produces reliable, smooth position commands. Experimental validation shows that the proposed architecture reliably tracks velocity references by reducing motion artifacts introduced by the official implementation, and the stack is validated across motion planning, compliance control, position-controlled manipulation, and haptic teleoperation on two independent Panda platforms. By restoring a modern, reliable, and open ROS 2 ecosystem for the Panda, this work lowers the barrier to developing safe, responsive, and reproducible human-robot collaboration applications that integrate planning, perception, interaction, and shared autonomy. Code and videos are available on our website at https://sites.google.com/view/fer-ros2/.
Chinese Translation
本文提出了一个开源软件栈,旨在恢复Franka Emika Panda机器人对ROS 2的支持,同时解决其外部位置控制接口长期存在的不可靠性问题。我们首先分析了不稳定位置控制的根本原因,并表明观察到的振动和保护停止是由于外部控制循环的时序和采样抖动引起的,而非机器人本身的限制。在此分析基础上,我们引入了一种异步硬件接口,将实时通信与ROS 2控制循环解耦,提出了一种针对较慢命令源的速率匹配机制,以及一种生成可靠、平滑位置命令的位置域参考生成策略。实验验证表明,所提出的架构通过减少官方实现引入的运动伪影,可靠地跟踪速度参考,并且该软件栈在两个独立的Panda平台上经过运动规划、顺应控制、位置控制操作和触觉遥操作的验证。通过为Panda恢复一个现代、可靠且开放的ROS 2生态系统,本研究降低了开发安全、响应迅速和可重复的人机协作应用的门槛,这些应用集成了规划、感知、交互和共享自主性。代码和视频可在我们的网站上找到,网址为 https://sites.google.com/view/fer-ros2/。
cs.RO / 18 / 2608.19759

GOAG: Generative and Object-Agnostic Grasp Planner for Dexterous Robotic Manipulation

GOAG:用于灵巧机器人操作的生成性与对象无关的抓取规划器
Merand, Julien, Meden, Boris, Grossard, Mathieu, Chen, Liming
Abstract
Multifingered grasping is a crucial robotic skill, but current deep-learning grasp planners often struggle to generalize to new objects because they are trained on limited, object-specific datasets. We introduce a fundamentally different approach, grounded in the observation that the gripper and the object share identical surface geometry at their mutual contact points. We propose GOAG: Generative and Object-Agnostic Grasp Planner for Dexterous Robotic Manipulation, a novel deep generative model that learns a compact latent representation of a specific gripper's contact surface distribution, enabling the efficient sampling of valid grasp configurations without relying on object-specific training data. We show that by introducing object features only at inference time, our model can effectively retrieve admissible contact areas that are compatible with the gripper's capabilities. We validate our approach through extensive experiments on established grasp protocols in both simulated and real-world scenarios, demonstrating its effectiveness with different grippers from the literature. Our method delivers state-of-the-art results on the objects from the MultiDex dataset, achieving an average success rate of 86.93%. It offers significantly faster processing when generating numerous grasps, while matching the performance of leading approaches specifically trained on this dataset. Unlike these methods, our approach does not rely on object-specific training data, highlighting the advantages of object-agnostic learning. It effectively addresses the generalization challenges faced by traditional data-driven grasp planners. Code and videos are available on our project website https://cea-list.github.io/goagweb/ .
Chinese Translation
多指抓取是机器人技术中的一项关键技能,但当前的深度学习抓取规划器往往难以对新物体进行泛化,因为它们是在有限的、特定物体的数据集上训练的。我们提出了一种根本不同的方法,基于观察到的夹持器与物体在接触点共享相同的表面几何形状。我们提出了GOAG:用于灵巧机器人操作的生成性与对象无关的抓取规划器,这是一种新颖的深度生成模型,学习特定夹持器接触表面分布的紧凑潜在表示,从而能够高效地采样有效的抓取配置,而无需依赖于特定物体的训练数据。我们展示了通过在推理时仅引入物体特征,我们的模型能够有效地检索与夹持器能力兼容的可接受接触区域。我们通过在模拟和真实场景中对已建立的抓取协议进行广泛实验来验证我们的方法,证明其在文献中不同夹持器上的有效性。我们的方法在MultiDex数据集上的物体上实现了最先进的结果,平均成功率达到86.93%。在生成大量抓取时,它提供了显著更快的处理速度,同时与专门在该数据集上训练的领先方法的性能相当。与这些方法不同,我们的方法不依赖于特定物体的训练数据,突显了对象无关学习的优势。它有效地解决了传统数据驱动抓取规划器面临的泛化挑战。代码和视频可在我们的项目网站 https://cea-list.github.io/goagweb/ 上获取。
cs.RO / 19 / 2608.19776

CoToGrasp: Contact-Topology-Conditioned Dexterous Grasp Synthesis via Canonical Workspace Learning

CoToGrasp:通过典型工作空间学习的接触拓扑条件灵巧抓取合成
Merand, Julien, Meden, Boris, Chen, Liming, Grossard, Mathieu
Abstract
Current dexterous grasp planners primarily optimize for physical stability, focusing on whether an object can be grasped rather than how it should be grasped to support downstream functional tasks. However, conditioning grasp synthesis on specific human grasp taxonomies typically requires prohibitively expensive, object-annotated datasets. To address these limitations, we propose CoToGrasp, a novel generative framework that synthesizes diverse, stable grasps strictly conditioned on specific contact topologies. To bypass the data collection bottleneck, CoToGrasp is trained entirely in an object-agnostic manner. We introduce a feature-based canonical workspace that projects local object features into a unified gripper-centric domain, effectively decoupling the semantic functional intent from the arbitrary object geometry. By learning the intrinsic contact manifold of the gripper within this workspace, our model achieves zero-shot generalization to unseen objects at inference. Extensive evaluations on the large-scale DexGraspNet dataset demonstrate that CoToGrasp achieves state-of-the-art performance, outperforming existing taxonomy-guided planners. Finally, we demonstrate the physical viability and kinematic feasibility of our synthesized contact topologies on a physical robot platform. Code is available on our project website https://cea-list.github.io/cotograspweb/ .
Chinese Translation
当前的灵巧抓取规划器主要优化物理稳定性,关注物体是否可以被抓取,而不是如何抓取以支持下游功能任务。然而,基于特定人类抓取分类法的抓取合成通常需要昂贵的物体标注数据集。为了解决这些限制,我们提出了CoToGrasp,一个新颖的生成框架,严格基于特定接触拓扑合成多样化、稳定的抓取。为了绕过数据收集瓶颈,CoToGrasp完全以无物体的方式进行训练。我们引入了一种基于特征的典型工作空间,将局部物体特征投影到统一的抓取器中心域,有效地将语义功能意图与任意物体几何形状解耦。通过学习抓取器在该工作空间内的内在接触流形,我们的模型在推理时实现了对未见物体的零-shot 泛化。在大规模DexGraspNet数据集上的广泛评估表明,CoToGrasp实现了最先进的性能,超越了现有的分类法引导规划器。最后,我们在物理机器人平台上展示了我们合成的接触拓扑的物理可行性和运动学可行性。代码可在我们的项目网站 https://cea-list.github.io/cotograspweb/ 上获取。
cs.RO / 20 / 2608.19955

MILD: Tractable Terrain Modeling for Learning Improved Bipedal Locomotion on Deformable Surfaces

MILD:可处理的地形建模以学习在可变形表面上改进的双足行走
Luo, Zeren, Zhang, Jiahui, Xu, Zhe, Li, Wanyue, Li, Xinqi, Chen, Xuechao, Yu, Zhangguo, Tang, Annan, Lu, Peng
Abstract
Enabling robots to walk on yielding terrain is vital for applications ranging from disaster response to planetary exploration. While bipedal robots hold immense potential, their locomotion on deformable surfaces remains limited as current simulators fail to capture the spatiotemporal heterogeneity of such yielding substrates. We present MILD, featuring a physics-grounded discrete-element contact solver that accurately simulates spatially varying foot-terrain interactions. Complementing this model, we train a terrain-aware locomotion controller via deep reinforcement learning with latent modulation and proprioceptive estimation. Quantitative comparisons against state-of-the-art methods show our approach generates more diverse and realistic contact scenarios during training, resulting in controllers that exhibit natural adaptation on real deformable surfaces. Through hardware experiments, we demonstrate the system's capability for online terrain identification and adaptation across a wide range of surface stiffness.
Chinese Translation
使机器人能够在可变形地形上行走对于从灾难响应到行星探索等应用至关重要。尽管双足机器人具有巨大的潜力,但它们在可变形表面上的运动仍然有限,因为当前的仿真器无法捕捉此类可变形基底的时空异质性。我们提出了MILD,采用基于物理的离散元接触求解器,准确模拟空间变化的足部与地形之间的相互作用。作为该模型的补充,我们通过深度强化学习结合潜在调制和本体感知估计,训练了一个地形感知的运动控制器。与最先进的方法进行定量比较表明,我们的方法在训练过程中生成了更多样化和现实的接触场景,从而使控制器在真实的可变形表面上展现出自然的适应能力。通过硬件实验,我们展示了该系统在广泛的表面刚度范围内进行在线地形识别和适应的能力。
cs.RO / 21 / 2608.19968

PVRA: A Pointwise Key-point Voting Framework for Robotic Assembly

PVRA:一种用于机器人装配的逐点关键点投票框架
Samarawickrama, Kulunu, Pieters, Roel
Abstract
Modern computer vision has enabled partial autonomy in robotic assembly manipulation. However, performing autonomous manipulation of a progressive assembly demands a more specific set of skills, in addition to perceiving the objects. Through a comparative analysis of research in the associated domains, we deduce that object-centric perception must advance towards learning assembly dependencies to predict meaningful actionable outputs for autonomous assembly manipulation. Subsequently, we present a 3D keypoint-based modular learning framework to learn assembly dependencies to infer actionable outputs given a RGB-D input of an assembly scene. We train and evaluate our trained network on an assembly pose estimation dataset and compare it against object-centric baselines with an augmented set of metrics for progressive assemblies.
Chinese Translation
现代计算机视觉使得机器人装配操作实现了部分自主性。然而,进行渐进式装配的自主操作除了需要感知物体外,还需要更为特定的技能。通过对相关领域研究的比较分析,我们推断物体中心的感知必须向学习装配依赖关系发展,以预测可用于自主装配操作的有意义的可执行输出。因此,我们提出了一种基于3D关键点的模块化学习框架,以学习装配依赖关系,从而在给定装配场景的RGB-D输入时推断可执行输出。我们在一个装配姿态估计数据集上训练和评估了我们的网络,并将其与物体中心基线进行比较,同时使用了一组增强的指标来评估渐进式装配。
cs.RO / 22 / 2608.19977

Learning Highly Dynamic Skills Transition for Quadruped Jumping Through Constrained Space

通过受限空间学习四足跳跃的高度动态技能转换
Luo, Zeren, Zhang, Jiahui, Han, Yimin, Ma, Ji, Lu, Minghao, Havoutis, Ioannis, Lu, Peng
Abstract
Although legged animals are capable of performing explosive motions while traversing confined spaces, replicating this behavior in quadrupedal robots has been a longstanding challenge. Here, we propose a hierarchical reinforcement learning pipeline that empowers the robots to perform aggressive locomotion through constrained obstacles--a narrow gate. The imitation learning technique is used to train the low-level policy, which mimics the behaviors of real animals and forms a set of diverse skills. The high-level controller, having an awareness of the capability of low-level skills and acquiring the gate information via vision-based detection, determines the suitable maneuvers with collision-free trajectories to traverse it dynamically. Notably, we also verify that this framework can be extended to other highly dynamic tasks. This is one of the first works that perform autonomous and agile aerial gate traversal tasks on ground-walking robots, extending the lifelike agility of legged robots to match that of their biological counterparts.
Chinese Translation
尽管腿足动物能够在穿越狭窄空间时执行爆发性动作,但在四足机器人中复制这种行为一直是一个长期挑战。在此,我们提出了一种分层强化学习管道,使机器人能够通过受限障碍物(如狭窄的门)进行激进的运动。我们采用模仿学习技术来训练低层策略,该策略模仿真实动物的行为并形成一套多样化的技能。高层控制器意识到低层技能的能力,并通过基于视觉的检测获取门的信息,从而确定合适的机动方式,以无碰撞轨迹动态穿越障碍。值得注意的是,我们还验证了该框架可以扩展到其他高度动态的任务。这是首批在地面行走机器人上执行自主且灵活的空中门穿越任务的研究之一,将腿足机器人的生动灵活性扩展到与其生物对应物相匹配的水平。
cs.RO / 23 / 2608.20084

Evidence-Gated Task and Motion Planning with Vision-Language Models

基于证据的任务与运动规划结合视觉-语言模型
Tanaka, Tsunehiko, Stephenson, Matthew, Macvicar, Alistair, Simo-Serra, Edgar
Abstract
Robots executing long-horizon manipulation tasks from natural-language instructions must reason about both semantic task structure and geometric feasibility. However, under partial observability, the availability of goal-relevant objects may be uncertain. In such cases, approaches that combine Vision-Language Models (VLMs) with Task and Motion Planning (TAMP) may generate subgoals that rely on the VLM's prior knowledge without observational support, leading to execution failures or unintended outcomes. We propose Evidence Acquisition and Feasibility Gating (EAFG), a framework that acquires visual evidence through VLM-generated exploratory subgoals and TAMP-based execution. EAFG then applies a feasibility gate to decide whether to proceed with task planning, acquire further evidence, or halt. Our experiments show that, in cooking tasks with ambiguous object use, EAFG improves recipe completion by discovering task-relevant objects before planning. For instructions requiring an absent object, EAFG promotes appropriate halt decisions and reduces repeated attempts to manipulate that object.
Chinese Translation
执行自然语言指令的长时间操作任务的机器人必须同时考虑语义任务结构和几何可行性。然而,在部分可观测的情况下,目标相关物体的可用性可能不确定。在这种情况下,将视觉-语言模型(VLMs)与任务与运动规划(TAMP)相结合的方法可能会生成依赖于VLM先前知识而没有观测支持的子目标,从而导致执行失败或意外结果。我们提出了证据获取与可行性门控(EAFG)框架,该框架通过VLM生成的探索性子目标和基于TAMP的执行来获取视觉证据。EAFG随后应用可行性门控来决定是继续任务规划、获取更多证据还是停止。我们的实验表明,在涉及模糊物体使用的烹饪任务中,EAFG通过在规划之前发现任务相关物体来提高食谱完成率。对于需要缺失物体的指令,EAFG促进了适当的停止决策,并减少了对该物体的重复尝试。
cs.RO / 24 / 2608.20087

Towards Professional Tennis Styles for Humanoid Robots with Adaptive Motion Planning and Tracking

面向类人机器人专业网球风格的自适应运动规划与跟踪
Huang, Tao, Liu, Ruofei, Tang, Xuchen, Zhang, Xinyin, Ren, Junli, Wang, Huayi, Jia, Feiyu, Qi, Yukai, Yin, Kangning, Zeng, Weishuai, Chen, Lipeng, Li, Xi, Wu, Ting, Li, Kailin, Dai, Ruoli, Wang, Jingbo, Han, Lei, Pang, Jiangmiao
Abstract
Humanoid robots have recently demonstrated promising capabilities in real-world ball sports. However, achieving professional motion styles while maintaining strong task performance remains challenging. In this work, we propose AdaPT, an Adaptive Motion Planning and Tracking framework that learns professional tennis serving and rally styles directly from broadcast videos. This hierarchical design is motivated by the key insight that the planner generates stylistic kinematic motions, while the tracker executes them with minimal interference with planning. Despite its effectiveness in simulation, a substantial sim-to-real gap emerges: tracking performance inevitably degrades on real robots, and this degradation is partially overlooked by autoregressive planning and further compounded by noisy perception. To address these issues, our adaptation mechanism improves tracking robustness by learning to track randomized execution speeds, while conditioning the planner on a learned motion-speed adapter to mitigate compounding errors. Real-world experiments on the Unitree G1 demonstrate the effectiveness of our adaptation mechanism in bridging the sim-to-real gap. We further deploy AdaPT policies on the full-size Dobot Atom humanoid robot (1.7m) and demonstrate in-the-wild serving without motion capture. Beyond these results, our real-world experiments reveal both algorithmic and engineering insights for future humanoid ball-sports systems. Videos and code are available on our \href{https://humanoidtennis.github.io/AdaPT/}{project website}.
Chinese Translation
类人机器人最近在现实世界的球类运动中展示了令人鼓舞的能力。然而,在保持强大任务性能的同时实现专业运动风格仍然具有挑战性。在本研究中,我们提出了AdaPT,一个自适应运动规划与跟踪框架,它直接从广播视频中学习专业的网球发球和对打风格。该分层设计的动机在于一个关键见解:规划器生成风格化的运动学动作,而跟踪器以最小干扰执行这些动作。尽管在仿真中效果显著,但出现了显著的仿真与现实之间的差距:在真实机器人上,跟踪性能不可避免地下降,而这种下降部分被自回归规划所忽视,并因噪声感知而进一步加剧。为了解决这些问题,我们的适应机制通过学习跟踪随机化执行速度来提高跟踪的鲁棒性,同时将规划器与学习的运动速度适配器相结合,以减轻累积误差。我们在Unitree G1上的现实世界实验展示了我们的适应机制在弥合仿真与现实之间差距的有效性。我们进一步将AdaPT策略部署在全尺寸的Dobot Atom类人机器人(1.7米)上,并展示了无需运动捕捉的真实环境发球。除了这些结果,我们的现实世界实验还揭示了未来类人球类运动系统的算法和工程见解。视频和代码可在我们的[项目网站](https://humanoidtennis.github.io/AdaPT/)上获取。
cs.RO / 25 / 2608.20111

Planning-Oriented End-to-End Autonomous Driving: Architectures, Evaluation, and Emerging Paradigms

面向规划的端到端自主驾驶:架构、评估与新兴范式
Guan, Yanchen, Liu, Xingcheng, Rao, Bin, Wang, Chengyue, Li, Guofa, Li, Yunjian, Yue, Lishengsa, Cui, Zhiyong, Xu, Chengzhong, Li, Zhenning
Abstract
End-to-end autonomous driving has evolved from camera-to-control regression toward planning-oriented systems that use structured representations, trajectory-level outputs, and increasingly realistic evaluation protocols. This survey reviews this transition across behavior cloning, conditional imitation learning, privileged distillation, BEV and vectorized planning, unified perception-prediction-planning architectures, world-model-based planners, and vision-language-action systems. We argue that the key distinction in modern end-to-end driving is not whether intermediate representations are used, but whether they are learned, supervised, and evaluated to support safe, feasible, and route-compliant planning. To organize the literature, we synthesize existing methods along four axes: input representation, planning output, supervision signal, and evaluation protocol. We further examine the benchmark shift from open-loop trajectory matching to closed-loop simulation, non-reactive real-log evaluation, long-tail testing, and human-preference-aware metrics. Our analysis highlights that architectural progress is difficult to interpret without benchmark-consistent evaluation, and that displacement-based open-loop metrics alone provide limited evidence for safe and human-aligned driving. We conclude with open challenges in uncertainty-aware planning, learner-expert mismatch, runtime safety assurance, language-action grounding, world-model validation, and reproducible benchmarking.
Chinese Translation
端到端自主驾驶已从基于摄像头的控制回归发展为面向规划的系统,这些系统使用结构化表示、轨迹级输出以及越来越真实的评估协议。本文综述了这一转变,涵盖了行为克隆、条件模仿学习、特权蒸馏、鸟瞰视图(BEV)和向量化规划、统一的感知-预测-规划架构、基于世界模型的规划器,以及视觉-语言-动作系统。我们认为,现代端到端驾驶的关键区别不在于是否使用中间表示,而在于这些表示是否经过学习、监督和评估,以支持安全、可行且符合路线的规划。为了组织文献,我们沿着四个轴线综合现有方法:输入表示、规划输出、监督信号和评估协议。我们进一步考察基准测试从开放循环轨迹匹配到闭环仿真、非反应性真实日志评估、长尾测试以及人类偏好感知指标的转变。我们的分析强调,没有基准一致的评估,架构进展难以解读,而仅依赖位移基础的开放循环指标提供的证据有限,无法证明安全和与人类一致的驾驶。最后,我们总结了在不确定性感知规划、学习者与专家不匹配、运行时安全保障、语言-动作基础、世界模型验证和可重复基准测试等方面的开放挑战。
cs.RO / 26 / 2608.20251

Video2DoorTraversal: Push Door Traversal via Simulated Door Twins

Video2DoorTraversal:通过模拟门双胞胎实现推门穿越
Tang, Xincheng, Chen, Yiji, Xie, Youhan, Li, Wanyu, Shu, Zhengjie, Jiang, Lai, Hu, Wenkang, Li, Yitong, Zhang, Jinchuang, Song, Xibin, Yang, Ruigang
Abstract
Door opening and traversal is a long-horizon loco-manipulation task that requires precise handle interaction and coordinated base-arm control. We present Video2DoorTraversal, a single-video real-to-sim-to-real framework for wheel-legged mobile manipulators. Given one RGB video of a real door, DoorTwin reconstructs an instance-aligned, articulated, and simulation-ready door twin with realistic geometry and appearance. A simulation-in-the-loop agent converts the recovered articulation into a parameterized skill program and iteratively refines failed rollouts to generate physically executable demonstrations. These demonstrations are used to train ArticuACT, a dual-depth policy that predicts coordinated base, arm, and gripper commands using robot-centric camera conditioning and interaction-aware supervision. With all perception and policy inference running onboard, the system achieves a 96.57% average success rate across five real doors and an 80.95% zero-shot success rate on structurally similar unseen doors, while completing the full approach, opening, and traversal sequence in approximately 13s on average. Project Page: https://video2doortraversal.github.io/.
Chinese Translation
开门和穿越是一项需要精确把手交互和协调底盘-臂部控制的长时间跨度的运动操控任务。我们提出了Video2DoorTraversal,这是一个针对轮腿移动操纵器的单视频真实-模拟-真实框架。给定一段真实门的RGB视频,DoorTwin重建了一个实例对齐、关节化且适合模拟的门双胞胎,具有逼真的几何形状和外观。一个循环中的模拟代理将恢复的关节转化为参数化的技能程序,并迭代地优化失败的演示,以生成物理可执行的示范。这些示范用于训练ArticuACT,一个双深度策略,利用机器人中心的摄像头条件和交互感知监督来预测协调的底盘、臂部和夹持器指令。在所有感知和策略推理均在本地运行的情况下,该系统在五扇真实门上实现了96.57%的平均成功率,并在结构相似的未见门上达到了80.95%的零-shot成功率,同时在平均约13秒内完成了完整的接近、开门和穿越序列。项目页面:https://video2doortraversal.github.io/
cs.RO / 27 / 2608.20275

DART-S: Reachability-Audited Active-Suspension Preconditioning for Off-Road Vehicle Jumps

DART-S:越野车辆跳跃的可达性审计主动悬挂预处理
Hu, Yu, Zhao, Fangzhou, Chen, Liang, Min, Chen, Li, Wei, Sang, Mingyuan, Ma, Jiajia, Chen, Shican, Pang, Di, Chen, Baolei
Abstract
Airborne torque reaction cannot recover takeoff errors beyond the wheel angular-momentum budget. DART-S applies ramp-face suspension preconditioning to change pitch, pitch rate, and wheel spin before liftoff, thereby shifting the queried state and altering the remaining authority budget. To predict how each suspension action reshapes this state-budget pair, DART-S employs a local calibration map. A support-aware selector combines the predicted shift with local outcome evidence and an interval-reachability screen; an exact-pair audit reports residual authority. Across 600 new runs in 72 independent BeamNG sessions, every positive, negative, and boundary query follows its prespecified branch. At the confirmed 40{\deg}/13 m/s boundary, DART-S attains 24/24 post-touchdown attitude-criterion successes versus 0/24 for DART (session-level Holm-adjusted p=0.0234). At 11.5 m/s, a 0.35 s timing action attains 23/24 versus 0/24 for the static preset (p=0.0156). The 200 rad/s command guard keeps drivetrain hard-limit exceedance at zero across all 600 runs. The source code will be available at https://github.com/MeridianCAS/DART-S
Chinese Translation
空中扭矩反应无法恢复超出车轮角动量预算的起飞误差。DART-S 应用斜坡面悬挂预处理,在起飞前改变俯仰角、俯仰速率和车轮旋转,从而转移查询状态并改变剩余的控制预算。为了预测每个悬挂动作如何重塑这一状态-预算对,DART-S 使用局部校准图。一个支持感知选择器将预测的转移与局部结果证据和区间可达性筛选相结合;精确对审计报告残余控制权。在72个独立的BeamNG会话中进行的600次新运行中,每个正向、负向和边界查询都遵循其预先指定的分支。在确认的40°/13 m/s边界处,DART-S在触地后达到了24/24的姿态标准成功率,而DART仅为0/24(会话级Holm调整p=0.0234)。在11.5 m/s下,0.35秒的时序动作达到了23/24的成功率,而静态预设为0/24(p=0.0156)。200 rad/s的命令保护在所有600次运行中保持了动力传动系统硬限制超出为零。源代码将可在 https://github.com/MeridianCAS/DART-S 获取。
计算机视觉 (Computer Vision)
65
cs.CV / 1 / 2608.19285

Clustering and Token Denoising for Faster and More Robust VLMs

聚类与令牌去噪以实现更快且更稳健的视觉语言模型
Rossigneux, Baptiste, Kucher, Inna, Lorrain, Vincent, Casseau, Emmanuel
Abstract
Recent Visual-Language Models (VLMs) have enhanced the capabilities of pre-trained LLMs by adding vision tokens alongside text, with approaches like LLaVA showing impressive results. However, the computational burden of processing up to 576 or 729 visual tokens makes edge deployment challenging. While various token pruning techniques require retraining, some are training-free and thus can easily adapt to architecture changes. We introduce ClustRS, a two-part, training-free algorithm for robust token pruning. Its first component is an attention-weighted, clustering algorithm that selects representative tokens from each semantic cluster. The second component, Residual Shrinkage, is a one-pass denoising step on the selected tokens. These training-free lightweight steps make LLaVA ready for real-world data, improving robustness to a wide range of image-noise types and intensities. Experimental results on the ScienceQA-IMG and MM-VET benchmarks show our method outperforms attention- and diversity-based methods by up to 20\% under extreme noise and token conditions (reducing tokens by 97\%, down to 16 tokens) on LLaVA 1.5 7b and achieves exceptional results on LLaVA-OneVision, where we match baseline performance with fewer than one-third of their tokens under mild noise conditions. Our study demonstrates a simple yet powerful alternative to both score-only and diversity-only pruning rules, paving the way for compute-efficient and noise-resilient VLM deployment.
Chinese Translation
近期的视觉语言模型(Visual-Language Models, VLMs)通过在文本旁添加视觉令牌,增强了预训练大语言模型(Large Language Models, LLMs)的能力,其中LLaVA等方法展现了令人印象深刻的结果。然而,处理多达576或729个视觉令牌的计算负担使得边缘部署面临挑战。虽然各种令牌剪枝技术需要重新训练,但有些是无训练的,因此可以轻松适应架构变化。我们提出了ClustRS,这是一种两部分的无训练算法,用于稳健的令牌剪枝。其第一部分是一个基于注意力加权的聚类算法,从每个语义簇中选择代表性令牌。第二部分,残差收缩(Residual Shrinkage),是在所选令牌上的一次性去噪步骤。这些无训练的轻量级步骤使LLaVA能够适应真实世界的数据,提高了对各种图像噪声类型和强度的稳健性。在ScienceQA-IMG和MM-VET基准上的实验结果表明,我们的方法在极端噪声和令牌条件下优于基于注意力和多样性的方法,提升幅度可达20%(令牌减少97%,降至16个令牌)在LLaVA 1.5 7b上,并在LLaVA-OneVision上取得了卓越的结果,在温和噪声条件下,我们用不到三分之一的令牌达到了基线性能。我们的研究展示了一种简单而强大的替代方案,既不同于仅基于分数的剪枝规则,也不同于仅基于多样性的剪枝规则,为计算高效且抗噪的VLM部署铺平了道路。
cs.CV / 2 / 2608.19298

SceneGTMM: A Conformal Mapping-based Scene-Aware Transferable GNN-Transformer Dual-Graph Interaction Framework for Map Matching

SceneGTMM:基于共形映射的场景感知可转移GNN-Transformer双图交互框架用于地图匹配
Zhang, Yongliang, Song, Feng, Chen, Ji, Guo, Lishuai, Deng, Yong, Zheng, Yue, Liu, Tianyi, Chen, Zhixiong, Zhang, Qixin
Abstract
Map matching is a key technology connecting positioning data with high precision road networks, but it faces challenges in noise robustness, cross regional transfer, and interpretability. To addr ess the limitations of existing methods in local global fusion, dynamic road network adaptation, and reliance on black box mod els, this paper proposes SceneGTMM, a transferable GNN Transformer dual graph interaction map matching framework based on a conformal mapping based scene relative strategy. 1) Conformal mapping based scene relative strategy: constructs trajectory centric local coordinate systems to reduce dependence on the training road network, supporting cross regional transfer and dynamic road network updates; 2) GNN Transformer dual graph interaction architecture: a GNN modeled road graph captures local topological constraints, while a Transformer modeled trajectory graph captures global temporal dependencies, and cross graph attention achieves noise suppression and semantic alignment; 3) CRF enhanced structured prediction: combines the global context of the Transformer with the topological transition constraints of CRF to improve path connectivity and robustness. Experiments show that SceneGTM achieves over 80% accuracy on multi source trajectories with positioning errors of 16 50 meters, representing a 5.3% improvement over HMM. In cross city transfer scenarios, it outperforms MTrajRec, GraphMM, and TMM, and enhances interpretability through attention and relative coordinate visualization. This study provides a new paradigm for high precision, transferable map matching for real time traffic perception and autonomous driving path planning.
Chinese Translation
地图匹配是将定位数据与高精度道路网络连接的关键技术,但面临噪声鲁棒性、跨区域转移和可解释性等挑战。为了解决现有方法在局部与全局融合、动态道路网络适应以及对黑箱模型的依赖等方面的局限性,本文提出了SceneGTMM,一种基于共形映射的场景相对策略的可转移GNN Transformer双图交互地图匹配框架。1)基于共形映射的场景相对策略:构建以轨迹为中心的局部坐标系统,以减少对训练道路网络的依赖,支持跨区域转移和动态道路网络更新;2)GNN Transformer双图交互架构:GNN建模的道路图捕捉局部拓扑约束,而Transformer建模的轨迹图捕捉全局时间依赖性,跨图注意力实现噪声抑制和语义对齐;3)CRF增强的结构化预测:结合Transformer的全局上下文与CRF的拓扑转移约束,以提高路径连通性和鲁棒性。实验表明,SceneGTMM在定位误差为16至50米的多源轨迹上实现了超过80%的准确率,相较于HMM提高了5.3%。在跨城市转移场景中,其性能优于MTrajRec、GraphMM和TMM,并通过注意力和相对坐标可视化增强了可解释性。本研究为实时交通感知和自主驾驶路径规划提供了高精度、可转移地图匹配的新范式。
cs.CV / 3 / 2608.19376

Does Marginal Coverage Guarantee Class-Conditional Safety for Zero-Shot VLMs Under Shift?

边际覆盖是否保证零-shot VLMs 在转移下的类别条件安全性?
Sharma, Jai Kumar, Dutta, Amartya
Abstract
Split-conformal prediction provides marginal coverage under exchangeability and is increasingly used as an abstention layer for zero-shot vision-language models (VLMs). We audit this practice under deployment shift for CLIP, OpenCLIP, and SigLIP across ImageNet and non-ImageNet settings. Marginal coverage can remain relatively high while class-conditional tail coverage collapses: on ImageNet-Sketch, worst-class coverage falls to $\approx 0$ and 10-12% of classes lie below a finite-sample null floor, despite marginal coverage of about 0.86. The failure is aligned with target-domain class accuracy but is not predicted by the source-domain diagnostics we test. Source-side Mondrian calibration improves the in-distribution tail but does not transfer, while clustered conformal and Conf-OT improve marginal or average metrics without recovering the worst-class tail. Target-side class calibration substantially lifts the tail, but requires labels for every class and remains set-size-intensive. We further identify a 2-3$\times$ cross-family efficiency gap and show that native SigLIP sigmoid scores remove APS's probability-mass interpretation. The findings persist across the tested model scale, pretraining corpus, prompt, miscoverage level $\alpha$, and shifted non-ImageNet settings. Marginal conformal coverage should therefore be treated as an average reliability statistic, not as a safety guarantee for the class tail.
Chinese Translation
分裂符合预测在可交换性下提供边际覆盖,并越来越多地被用作零-shot 视觉-语言模型(VLMs)的弃权层。我们在 CLIP、OpenCLIP 和 SigLIP 的部署转移下,对这一做法进行了审计,涵盖了 ImageNet 和非 ImageNet 设置。边际覆盖可以保持相对较高,而类别条件尾部覆盖却崩溃:在 ImageNet-Sketch 上,最差类别的覆盖率降至 $ ext{约} 0$,且 10-12% 的类别低于有限样本的零假设底线,尽管边际覆盖约为 0.86。这一失败与目标域的类别准确性一致,但并未被我们测试的源域诊断所预测。源侧的 Mondrian 校准改善了分布内尾部,但未能转移,而聚类符合和 Conf-OT 改善了边际或平均指标,但未能恢复最差类别的尾部。目标侧的类别校准显著提升了尾部,但需要每个类别的标签,并且仍然对集合大小要求较高。我们进一步识别出 2-3$ imes$ 的跨家族效率差距,并表明原生 SigLIP 的 sigmoid 分数消除了 APS 的概率质量解释。研究结果在测试的模型规模、预训练语料、提示、错误覆盖水平 $ ext{α}$ 和转移的非 ImageNet 设置中均持续存在。因此,边际符合覆盖应被视为一种平均可靠性统计,而非类别尾部的安全保证。
cs.CV / 4 / 2608.19380

CAViAR: A Causal Video Dataset for Fine-Grained Accident Reasoning in Real-World Scenarios

CAViAR:用于现实场景中细粒度事故推理的因果视频数据集
Garg, Sparsh, Chen, Yi-Wen, G, Vijay Kumar B, Aich, Abhishek
Abstract
While modern autonomous driving systems excel at perception tasks such as object detection and trajectory prediction, they lack the high-level causal reasoning required to interpret traffic accidents. In particular, determining responsibility, such as identifying who is at fault and which traffic rule was violated, remains largely unexplored in current benchmarks. To this end, we introduce CAViAR (Causal Accident Video and Incident Analysis Repository), a human-annotated dashcam benchmark comprising 2,249 real-world accident videos collected from CarCrashDataset (CCD) and Nexar. Each video is annotated with structured labels spanning environmental conditions, accident type, causal explanation, apparent At-Fault Agent, affected agent, and apparent rule-violation category. We benchmark state-of-the-art vision-language models (VLMs), including Cosmos-Reason2, Qwen3-VL, and InternVL3. Once class imbalance is accounted for with majority/random baselines and balanced metrics, perceptual competence is uneven--lighting is nearly solved, whereas weather and road-condition accuracy fall at or below the majority-class baseline---and all models degrade sharply on accident type and responsibility reasoning. Overall, CAViAR exposes a practical Perception--Reasoning Gap: current VLMs may recognize salient context, but do not reliably map visible agent actions to annotated rule-relevant responsibility categories in safety-critical driving scenarios. Code, annotation schema, prompts, and evaluation scripts are available at: https://github.com/nec-labs-ma/CAViAR
Chinese Translation
尽管现代自动驾驶系统在物体检测和轨迹预测等感知任务中表现出色,但它们缺乏解释交通事故所需的高级因果推理能力。特别是,确定责任,例如识别谁是过错方以及违反了哪条交通规则,在当前基准测试中仍然基本未被探索。为此,我们引入了CAViAR(因果事故视频与事件分析库),这是一个经过人工标注的行车记录仪基准数据集,包含从CarCrashDataset (CCD)和Nexar收集的2249个真实事故视频。每个视频都附有结构化标签,涵盖环境条件、事故类型、因果解释、明显的过错代理、受影响代理以及明显的规则违反类别。我们对最先进的视觉-语言模型(VLMs)进行了基准测试,包括Cosmos-Reason2、Qwen3-VL和InternVL3。在考虑到类不平衡的情况下,使用多数/随机基线和均衡指标,感知能力表现不均——光照问题几乎得到解决,而天气和道路状况的准确性则处于或低于多数类基线——所有模型在事故类型和责任推理上均表现出明显下降。总体而言,CAViAR揭示了一个实际的感知-推理差距:当前的VLMs可能识别显著的上下文,但在安全关键的驾驶场景中,无法可靠地将可见的代理行为映射到标注的与规则相关的责任类别。代码、标注模式、提示和评估脚本可在以下网址获取:https://github.com/nec-labs-ma/CAViAR
cs.CV / 5 / 2608.19385

Beyond Recognition: Compact Multi-Domain Arabic Manuscript HTR with Candidate-Selection Analysis and Evidence-Preserving Review

超越识别:紧凑型多领域阿拉伯手稿手写识别与候选选择分析及证据保留审查
Ali, Abdullah Ahmed, Abdulhadi, Mohammed Thamer, Safaa, Ali Haider, Wadi, Dhulfiqar Mahdi
Abstract
Historical Arabic manuscript transcription is not only a recognition problem. A usable scholarly system must cope with shifting hands and layouts, preserve uncertain readings, distinguish visual evidence from linguistic plausibility, and record the researcher's final decision. We present Phoenix, a 4.99-million-parameter CNN-BiLSTM-CTC recognizer, and Athar, an evidence-aware review workflow built around it. Phoenix is adapted across archival, Maghrebi, and historical manuscript domains using document-aware replay, an expanded 81-symbol codec, and forgetting guards that reject checkpoints that improve a new domain at unacceptable cost to previous domains. In a pre-specified held-out comparison against the preceding checkpoint, frozen before evaluation and scored with greedy decoding and raw references, Phoenix reduced CER from 22.12% to 17.86% on 10,594 Agapet lines and from 17.72% to 11.84% on 11,684 Omar lines, while regressing from 10.39% to 10.72% on 164 TariMa lines. Across the two large held-out sets, character-weighted CER fell from 19.98% to 14.93%, a 25.3% relative error reduction. A separate same-protocol development diagnostic found the lowest CER for Phoenix on four of four comparable domains (9.59% unweighted macro CER). An N-best diagnostic revealed a 2.15-point oracle gap between beam decoding and Oracle@25, while neural text rerankers, consensus MBR, CTC-posterior quality estimation, and local pre-CTC hidden-state quality estimation recovered less than 4% of this gap. Athar therefore preserves the visual reading, exposes bounded alternatives, uses local language models conservatively, retrieves source parallels with unique, ambiguous, or abstain states, and exports auditable TEI and PAGE-XML records. The results support evaluating manuscript HTR as auditable evidence management rather than silent text replacement.
Chinese Translation
历史阿拉伯手稿的转录不仅仅是一个识别问题。一个可用的学术系统必须应对不断变化的手稿和布局,保留不确定的读数,区分视觉证据与语言合理性,并记录研究者的最终决定。我们提出了Phoenix,一个具有499万参数的CNN-BiLSTM-CTC识别器,以及围绕它构建的证据感知审查工作流程Athar。Phoenix通过文档感知重放、扩展的81符号编解码器和拒绝在不可接受的成本下改善新领域的检查点的遗忘保护,适应了档案、马格里布和历史手稿领域。在对前一个检查点的预设持出比较中,检查点在评估前被冻结,并使用贪婪解码和原始参考进行评分,Phoenix在10,594个Agapet行上将字符错误率(CER)从22.12%降低到17.86%,在11,684个Omar行上从17.72%降低到11.84%,而在164个TariMa行上则从10.39%回升至10.72%。在两个大型持出集上,字符加权CER从19.98%降至14.93%,相对误差减少了25.3%。一个单独的同协议开发诊断发现,Phoenix在四个可比领域中的最低CER为9.59%(未加权宏CER)。N-best诊断揭示了束解码与Oracle@25之间的2.15点神谕差距,而神经文本重排序器、共识MBR、CTC后验质量估计和局部前CTC隐藏状态质量估计恢复的差距不到4%。因此,Athar保留了视觉阅读,揭示了有限的替代方案,保守地使用局部语言模型,检索具有唯一、模糊或放弃状态的源平行文本,并导出可审计的TEI和PAGE-XML记录。结果支持将手稿HTR评估为可审计的证据管理,而不是静默的文本替换。
cs.CV / 6 / 2608.19407

HiRA-CAM: Preserving Fine-Grained Spatial Relevance in Gradient-Based Visual Explanations

HiRA-CAM:在基于梯度的视觉解释中保持细粒度空间相关性
Nerurkar, Manasi, Minai, Ali A.
Abstract
Deep Learning models can include billions of parameters or more, making it difficult to explain their internal transformations and outputs. However, explainability is increasing in importance due to the use of AI in crucial applications. This paper focuses on the interpretability of convolutional neural networks (CNNs). Building on the popular gradient based method LayerCAM for extracting internal features in CNNs, we propose an improved method named HiRA-CAM, and show that it outperforms both LayerCAM and Grad-CAM on creating useful saliency maps for object classification. The main feature of HiRA-CAM is its adaptive use of activation maps from all the layers of the CNN to arrive at a more focused saliency map.
Chinese Translation
深度学习模型可能包含数十亿个参数或更多,这使得解释其内部转换和输出变得困难。然而,由于人工智能在关键应用中的使用,解释性的重要性日益增加。本文聚焦于卷积神经网络(CNN)的可解释性。在流行的基于梯度的方法LayerCAM的基础上,我们提出了一种改进的方法HiRA-CAM,并展示其在为对象分类创建有用的显著性图方面优于LayerCAM和Grad-CAM。HiRA-CAM的主要特征是自适应地利用CNN所有层的激活图,以获得更聚焦的显著性图。
cs.CV / 7 / 2608.19480

VideoRun2D Demo: Markerless Body Tracking for Biomechanical Analysis of Running

VideoRun2D 演示:用于跑步生物力学分析的无标记身体跟踪
Gomez, Luis F., Fierrez, Julian, Daza, Roberto, Tolosana, Ruben, Morales, Aythami, Garrido, Gonzalo, Rueda, Javier, Navarro, Enrique
Abstract
Human pose estimation has advanced significantly due to the development of deep learning models, increased data availability, and improved computing resources. These developments have led to highly accurate body tracking systems with direct applications in sports analysis and performance evaluation. The VideoRun2D Demo performs a biomechanical analysis during sprints using different human pose estimators. The proposed framework was evaluated using human pose trackers and expert manual annotations. The tested framework uses 314 sprints from 44 professional runners, focusing on two key joint angles in sprint biomechanics: 1) hip flexion/extension and 2) knee flexion/extension. The framework also includes a post-processing module for outlier detection. The tested results demonstrate that the average root-mean-square errors range from 11.46{\deg} to 5.83{\deg} for the best trackers. When integrated with the post-processing modules, these errors can be reduced to 9.87{\deg} and 5.30{\deg}, respectively. The VideoRun2D Demo findings suggest that human pose-tracking approaches can be valuable resources for the biomechanical analysis of running.
Chinese Translation
由于深度学习模型的发展、数据可用性的增加和计算资源的改善,人类姿态估计取得了显著进展。这些进展导致了高精度的身体跟踪系统,直接应用于运动分析和表现评估。VideoRun2D 演示在冲刺过程中使用不同的人体姿态估计器进行生物力学分析。所提出的框架使用人体姿态跟踪器和专家手动注释进行了评估。测试的框架使用了来自 44 名专业跑者的 314 次冲刺,重点关注冲刺生物力学中的两个关键关节角度:1) 髋关节屈伸和 2) 膝关节屈伸。该框架还包括一个用于异常值检测的后处理模块。测试结果表明,最佳跟踪器的平均均方根误差范围从 11.46° 到 5.83°。当与后处理模块结合时,这些误差分别可以减少到 9.87° 和 5.30°。VideoRun2D 演示的发现表明,人类姿态跟踪方法可以成为跑步生物力学分析的宝贵资源。
cs.CV / 8 / 2608.19504

A Plug-in Interpretation of Conditioning in Score-Based Diffusion Models

基于评分的扩散模型中的插值条件解释
Chen, Libo, Ghosh, Souvik, Deveney, Teo, Budd, Chris, Namboodiri, Vinay P.
Abstract
We propose a conditioning mechanism for diffusion models based on multi-speed joint diffusion of the target and the condition. The mechanism learns an unconditional joint score network and enforces conditioning at inference via a plug-in correction term. The plug-in term separates the conditioning contribution from the learned unconditional dynamics, offering a transparent view of how the condition steers generation of the target distribution. Building on this, we derive explicit conditional reverse-time SDEs and approximate probability-flow ODEs, enabling principled and directly comparable conditional samplers. To reduce the induced ODE--SDE discrepancy, we introduce a log-Fokker--Planck residual regularization that improves ODE sampling quality. Experiments on conditional image generation tasks demonstrate competitive performance and support the effectiveness of the plug-in conditioning view. Additional ODE--SDE comparison experiments show that the log-Fokker--Planck residual regularization improves deterministic ODE sampling.
Chinese Translation
我们提出了一种基于目标和条件的多速率联合扩散的扩散模型条件机制。该机制学习一个无条件的联合评分网络,并通过插值修正项在推理时强制执行条件。插值项将条件贡献与学习到的无条件动态分离,提供了条件如何引导目标分布生成的透明视角。在此基础上,我们推导出明确的条件反向时间随机微分方程(SDE)和近似概率流常微分方程(ODE),使得原则性和直接可比较的条件采样器成为可能。为了减少引入的ODE-SDE差异,我们引入了对数福克-普朗克残差正则化,从而提高ODE采样质量。在条件图像生成任务上的实验表明了竞争力的性能,并支持插值条件视角的有效性。额外的ODE-SDE比较实验显示,对数福克-普朗克残差正则化改善了确定性ODE采样。
cs.CV / 9 / 2608.19536

CVSD-Reg: Cross-Modal Visual Semantic Prior Distillation for Robust LiDAR Registration

CVSD-Reg:用于鲁棒LiDAR配准的跨模态视觉语义先验蒸馏
Im, Eunsoo, Suh, Junghun, Lee, Gyeonggwan, Hong, Seunghwan
Abstract
Learning-based global point cloud registration has achieved remarkable progress, yet its reliance on geometric representations makes existing methods sensitive to variations in point density, scan pattern, viewpoint, and sensor characteristics. We propose CVSD-Reg, a robust global LiDAR registration framework that distills visual semantic priors from a vision foundation model into LiDAR representations. In Stage 1, a Point Transformer V3 student learns from a frozen DINOv2 teacher through contrastive distillation and spherical-manifold alignment, which preserves the hyperspherical geometry of the teacher embedding space. Self-supervised InfoNCE consistency and soft $\mathrm{SE}(3)$ invariance further encourage viewpoint-robust descriptors. In Stage 2, the distilled representation is adapted to registration through correspondence learning, density-aware point-dropout augmentation, and end-to-end pose optimization. With a single checkpoint, CVSD-Reg generalizes to both single-sensor and zero-shot cross-sensor scenarios without sensor-specific adaptation and remains entirely camera-free at inference. On KITTI, nuScenes, and HeLiPR, CVSD-Reg achieves strict success rate ([email protected]\,m/$1^\circ$) of 97.7$\%$, 99.0$\%$, and 99.3$\%$, respectively, including 97.3$\%$ on sparse 16-beam Velodyne scans. It outperforms state-of-the-art geometric registration methods by up to 44.0 percentage points without requiring camera inputs or post-hoc ICP refinement.
Chinese Translation
基于学习的全局点云配准已取得显著进展,但其对几何表示的依赖使现有方法对点密度、扫描模式、视角和传感器特性等变化敏感。我们提出了CVSD-Reg,一个鲁棒的全局LiDAR配准框架,该框架将视觉基础模型中的视觉语义先验蒸馏到LiDAR表示中。在第一阶段,Point Transformer V3学生通过对比蒸馏和球面流形对齐从冻结的DINOv2教师中学习,保持教师嵌入空间的超球几何。自监督的InfoNCE一致性和软$ ext{SE}(3)$不变性进一步促进了视角鲁棒描述符的生成。在第二阶段,蒸馏表示通过对应学习、密度感知点丢弃增强和端到端姿态优化适应于配准。通过单个检查点,CVSD-Reg能够在不进行传感器特定适应的情况下,推广到单传感器和零样本跨传感器场景,并在推理时完全不依赖于相机。在KITTI、nuScenes和HeLiPR数据集上,CVSD-Reg分别达到了97.7 ext{%}、99.0 ext{%}和99.3 ext{%}的严格成功率([email protected] m/$1^ ext{°}$),其中在稀疏的16束Velodyne扫描中也达到了97.3 ext{%}。它在不需要相机输入或后处理ICP优化的情况下,超越了最先进的几何配准方法,提升幅度高达44.0个百分点。
cs.CV / 10 / 2608.19553

Where Grounding Accuracy Lives on the IoU Curve: Label-Free Inference-Time Boundary Refinement

IoU曲线上的基础准确性:无标签推理时边界精细化
Ma, Bo
Abstract
Vision--language models can identify the correct referent while returning an imprecise bounding box. We study whether a frozen direct-answer model can use its own prediction to allocate one additional localized observation without accessing target annotations at inference. Label-free precision refinement (LFPR) routes predicted-small regions to a higher-resolution pass, re-grounds the expression inside a context crop, admits a candidate only under fixed geometric guards, and returns a fixed coordinate-wise midpoint. We report results across three evidence tiers. On 31,921 retrospective Ref-L4 expressions, LFPR raises mAcc$_{0.5:0.95}$ from 72.947\% to 76.013\% ([email protected] 88.531\%$\to$89.725\%, [email protected] 55.788\%$\to$61.142\%). A frozen transfer to 30,969 RefCOCO/RefCOCO+/RefCOCOg expressions improves every dataset at [email protected], mAcc, and mean IoU (pooled mAcc $+0.645$, [email protected] $+0.817$), while [email protected] is unchanged overall: routing alone gains $+1.162$ points there, but crop, guards, and fusion give back $-1.192$, offsetting rather than showing no strict-IoU effect. A prospective, image-disjoint Flickr30K Entities evaluation improves every endpoint (mAcc $+0.973$, [email protected] $+1.022$), more strongly under a single-box variant (mAcc $+2.575$, [email protected] $+3.689$). The same operator applied to two released grounding specialists improves every endpoint ([email protected] $+1.569$/$+6.716$ for EGM-4B/8B) at roughly twice the latency, composing with specialist training rather than replacing it. A genuine unguarded control (guard removed from the same candidates) underperforms the incumbent on every metric, showing the guard is load-bearing. Together, these results show that referent selection and boundary precision are partially separable, with different components moving opposing regions of the IoU curve -- behavior a single threshold cannot reveal.
Chinese Translation
视觉-语言模型能够识别正确的指称对象,但返回的边界框却不够精确。我们研究了一个冻结的直接回答模型是否可以利用其自身的预测,在推理时分配一个额外的局部观察,而无需访问目标注释。无标签精度精细化(Label-free precision refinement, LFPR)将预测的小区域引导至更高分辨率的处理,重新定位上下文裁剪内的表达,仅在固定几何约束下接受候选,并返回固定的坐标中点。我们报告了三个证据层级的结果。在31,921个回顾性Ref-L4表达中,LFPR将mAcc$_{0.5:0.95}$从72.947\%提高到76.013\%([email protected]从88.531\%提高到89.725\%,[email protected]从55.788\%提高到61.142\%)。在30,969个RefCOCO/RefCOCO+/RefCOCOg表达的冻结转移中,所有数据集在[email protected]、mAcc和平均IoU上均有所改善(汇总mAcc $+0.645$,[email protected] $+0.817$),而[email protected]总体保持不变:仅路由的增益为$+1.162$点,但裁剪、约束和融合则回馈$-1.192$,抵消而非显示严格的IoU效应。在前瞻性的、图像不重叠的Flickr30K Entities评估中,所有端点均有所改善(mAcc $+0.973$,[email protected] $+1.022$),在单框变体下更为显著(mAcc $+2.575$,[email protected] $+3.689$)。同样的操作应用于两个已发布的基础专家,所有端点均有所改善(EGM-4B/8B的[email protected]分别为$+1.569$/$+6.716$),延迟大约是两倍,构成与专家训练相结合,而非替代。一个真正的无约束控制(从相同候选中移除约束)在每个指标上均表现不如现有方法,显示出约束是承重的。综合来看,这些结果表明,指称选择和边界精度在一定程度上是可分离的,不同组件在IoU曲线的相反区域移动——这种行为是单一阈值无法揭示的。
cs.CV / 11 / 2608.19556

Stream4D: 4D-Consistency for Streaming Autoregressive Diffusion Video Models

Stream4D:流式自回归扩散视频模型的4D一致性
Ban, Yuanhao, Feng, Jiaqi, Zhou, Hengguang, Pei, Xiaohuan, Cui, Justin, Hsieh, Cho-Jui
Abstract
Streaming autoregressive diffusion models enable real-time, long-horizon video generation, but their training objectives optimize local frame prediction rather than the geometry and dynamics of a coherent world: long rollouts accumulate geometric drift and degrade into static or unnatural motion. Recent bidirectional approaches address this problem using rewards signals built upon 3D Gaussian-Splatting reconstruction. However, a single rigid 3d reconstruction cannot model a dynamic scene, so this critic penalizes genuine object motion as reconstruction error and is maximized by freezing the video. This shortcut is especially detrimental in the AR setting, where each chunk can propagate an already-static configuration. In this work, we propose Stream4D, which replaces the static critic with a feed-forward 4D reconstruction reward that explicitly models scene dynamics, allowing coherent motion to receive high consistency rewards. To further guide motion magnitude and quality, we add a motion prior that rewards natural scene-flow magnitude while penalizing jitter and non-rigid artifacts. Our final recipe combines these two terms with a lightweight perceptual anchor. Across various autoregressive video backbones and various generation horizons, Stream4D improves 4D reconstruction quality, preserves motion more effectively, and achieves higher human-aligned preference. Project page: https://banyuanhao.github.io/Stream4D/
Chinese Translation
流式自回归扩散模型能够实现实时的长时间视频生成,但其训练目标优化的是局部帧预测,而非一致世界的几何和动态:长时间的展开会累积几何漂移,导致静态或不自然的运动。最近的双向方法通过基于3D高斯点云重建的奖励信号解决了这一问题。然而,单一的刚性3D重建无法建模动态场景,因此这一评价器将真实的物体运动惩罚为重建误差,并通过冻结视频来最大化。这一捷径在自回归设置中尤其有害,因为每个片段都可能传播一个已经静态的配置。在本研究中,我们提出了Stream4D,它用前馈4D重建奖励替代了静态评价器,明确建模场景动态,使得一致运动能够获得高一致性奖励。为了进一步引导运动幅度和质量,我们增加了一个运动先验,奖励自然场景流的幅度,同时惩罚抖动和非刚性伪影。我们的最终方案将这两个项与轻量级感知锚点结合。在各种自回归视频骨干网络和不同生成时间范围内,Stream4D提高了4D重建质量,更有效地保持了运动,并实现了更高的人类偏好对齐。项目页面:https://banyuanhao.github.io/Stream4D/
cs.CV / 12 / 2608.19567

Block3D: Efficient Text-to-3D Generation via Block-Wise Diffusion

Block3D:通过块级扩散实现高效的文本到3D生成
Cui, Bowen, Wang, Weijie, Zhang, Zeyu, He, Yefei, Lin, Mingda, Zhao, Haoyu, He, Yuanyu, Chen, Donny Y., Chen, Feng, Zhuang, Bohan
Abstract
While text-to-3D generation has advanced rapidly, achieving high geometric fidelity at low inference cost remains challenging. Existing text-to-3D methods either decode discrete shape tokens autoregressively or iteratively refine global 3D representations with diffusion or flow models. However, autoregressive decoding is sequential and cannot revise errors, whereas diffusion and flow-matching models repeatedly process the full representation, making high-quality generation increasingly expensive. In this paper, we propose Block3D, a block-wise diffusion framework that partitions the discrete shape-token sequence into contiguous blocks, generates the blocks autoregressively, and jointly denoises all tokens within the current block. To alleviate error accumulation, we introduce confidence-guided intra-block correction, which revises low-confidence tokens before each block is finalized. On a held-out set from TRELLIS-500K, Block3D reduces mean end-to-end generation time from 25.71 seconds to 4.99 seconds, achieving a $5.15\times$ speedup over the fine-tuned autoregressive baseline without sacrificing geometric fidelity.
Chinese Translation
尽管文本到3D生成技术迅速发展,但在低推理成本下实现高几何保真度仍然具有挑战性。现有的文本到3D方法要么自回归地解码离散形状标记,要么通过扩散或流模型迭代地优化全局3D表示。然而,自回归解码是顺序的,无法修正错误,而扩散和流匹配模型则反复处理完整表示,使得高质量生成的成本越来越高。本文提出了Block3D,一种块级扩散框架,它将离散形状标记序列划分为连续块,自回归地生成这些块,并在当前块内共同去噪所有标记。为了减轻错误累积,我们引入了基于置信度的块内修正,在每个块最终确定之前修正低置信度标记。在TRELLIS-500K的保留集上,Block3D将平均端到端生成时间从25.71秒减少到4.99秒,实现了相较于微调的自回归基线高达$5.15 imes$的加速,同时不牺牲几何保真度。
cs.CV / 13 / 2608.19580

Mix&Fix-Net: A Dual-Stage Trajectory Prediction Model for AIS and Vision-Derived Vessel Data

Mix&Fix-Net:一种基于双阶段的AIS和视觉衍生船舶数据轨迹预测模型
Murad, Md Mahmuddun Nabi, Turgut, Bora San, Yilmaz, Yasin
Abstract
Vessel trajectory prediction is critical for maritime safety and accident prevention. While most existing trajectory prediction models rely on Automatic Identification System (AIS) data due to its precision and availability, small vessels mostly operate without AIS, resulting in a significant monitoring gap. To address this, we propose Mix&Fix-Net, a dual-stage mixer-based trajectory prediction model designed to handle vessel trajectory time-series data derived from both AIS and (non-AIS) vision data. Our architecture integrates a Primary Trajectory Predictor with a Residual Trajectory Adjuster, enabling more refined trajectory prediction. Additionally, we introduce a new video-based dataset derived from webcam streams, from which vessel trajectories are extracted to represent non-AIS data. Extensive evaluations on both AIS and non-AIS datasets across six metrics (mean squared error, mean absolute error, symmetric mean absolute percentage error, final displacement error, Frechet distance, and average Euclidean distance) demonstrate that Mix&Fix-Net consistently outperforms existing baselines across most metrics and datasets.
Chinese Translation
船舶轨迹预测对海事安全和事故预防至关重要。尽管大多数现有的轨迹预测模型依赖于自动识别系统(AIS)数据,因其精确性和可用性,小型船舶通常在没有AIS的情况下运营,导致了显著的监测空白。为了解决这一问题,我们提出了Mix&Fix-Net,一种基于双阶段混合器的轨迹预测模型,旨在处理来自AIS和(非AIS)视觉数据的船舶轨迹时间序列数据。我们的架构集成了一个主轨迹预测器和一个残差轨迹调整器,从而实现更精细的轨迹预测。此外,我们引入了一个新的基于视频的数据集,该数据集来源于网络摄像头流,从中提取船舶轨迹以代表非AIS数据。在六个指标(均方误差、平均绝对误差、对称平均绝对百分比误差、最终位移误差、Frechet距离和平均欧几里得距离)上对AIS和非AIS数据集进行的广泛评估表明,Mix&Fix-Net在大多数指标和数据集上始终优于现有基线。
cs.CV / 14 / 2608.19583

VGI-BENCH: Probing Visual Intelligence in Video Generation Models

VGI-BENCH:探究视频生成模型中的视觉智能
He, Xuan, Wei, Cong, Cheng, Yuhao, Ma, Linrui, Zhang, Yuxuan, Li, Zuojun, Wen, Yuhao, Liu, Zeyi, Hao, Yuren, Cai, Songcheng, Wu, Keming, Du, Penghui, Zou, Kai, Yang, Rui, Sun, Chenkai, Yang, Ke, Nie, Ping, Allen, Kelsey R, Wang, Chenglong, Galley, Michel, Gao, Jianfeng, Zhai, ChengXiang
Abstract
Recent studies suggest that video generation models can exhibit certain forms of zero-shot visual reasoning through generated frames. Yet reliable evaluation remains challenging: benchmarks should adopt inputs aligned with the visual priors of current video models, require valid evolving processes rather than only plausible final states, and calibrate task difficulty to remain challenging yet partly feasible. To this end, we introduce VGI-bench, containing 27 tasks and 810 instances, organized by a two-level taxonomy of task domains and skill tags for fine-grained evaluation of visual reasoning capabilities of video generation models. Our evaluations show that current generative systems can solve a subset of visually grounded reasoning tasks, but remain far from reliable, with even the strongest model, Seedance~2.0, achieving only 51.0% under our evaluation criteria. Our analysis further explore the output failure modes, input condition sensitivity, performance transfer boundary from synthetic fine-tuning, and internal denoising perspective revealing limited self-correction, where later steps mainly refine early hypotheses rather than correct reasoning errors. We hope VGI-bench will help stimulate the development of next-generation video generation models. We will release our code and data.
Chinese Translation
近期研究表明,视频生成模型可以通过生成的帧表现出某些形式的零-shot视觉推理。然而,可靠的评估仍然具有挑战性:基准测试应采用与当前视频模型的视觉先验相一致的输入,要求有效的演变过程,而不仅仅是合理的最终状态,并且校准任务难度以保持具有挑战性但部分可行。为此,我们引入了VGI-bench,包含27个任务和810个实例,按照任务领域和技能标签的两级分类法进行组织,以便对视频生成模型的视觉推理能力进行细致评估。我们的评估显示,当前的生成系统能够解决一部分视觉基础推理任务,但仍远未可靠,即使是最强的模型Seedance 2.0,在我们的评估标准下也仅达到51.0%。我们的分析进一步探讨了输出失败模式、输入条件敏感性、来自合成微调的性能转移边界,以及内部去噪视角揭示的有限自我修正,其中后续步骤主要是细化早期假设,而不是纠正推理错误。我们希望VGI-bench能促进下一代视频生成模型的发展。我们将发布我们的代码和数据。
cs.CV / 15 / 2608.19598

PEA-DPO: Perception-Enhanced Alignment Direct Preference Optimization for MLLMs Alignment

PEA-DPO:感知增强对齐直接偏好优化用于大规模语言模型的对齐
Feng, Jiawei, Wu, Jiancan, Zhu, Xingyu, Wu, Junkang, Wang, Xiang, He, Xiangnan
Abstract
Direct Preference Optimization (DPO) has emerged as an effective approach for aligning large language models (LLMs) with human preferences. However, its adaptation to multimodal settings remains unexplored. Through representational analysis, we identify a key limitation in multimodal preference optimization, which we term visual insensitivity: models often fail to distinguish between images and those with critical visual context removed. Our theoretical analysis further uncovers two manifestations of this problem, namely Across-Image Insensitivity and Within-Image Insensitivity. To address these challenges, we propose Perception-Enhanced Alignment DPO (PEA-DPO), a framework for multimodal LLMs alignment, which explicitly leverages visual preference signals to overcome visual insensitivity. We further provide a theoretical analysis demonstrating that PEA-DPO provably mitigates both failure modes. Empirical results demonstrate that PEA-DPO enhances sensitivity to visual context while preserving the language modeling capacity of the base model. Evaluations across three hallucination benchmarks using MLLMs of varying scales show that PEA-DPO effectively mitigates visual insensitivity, achieves stronger multimodal alignment, and substantially reduces hallucinations.
Chinese Translation
直接偏好优化(DPO)已成为一种有效的方法,用于将大型语言模型(LLMs)与人类偏好对齐。然而,其在多模态环境中的适应性尚未得到探索。通过表征分析,我们识别出多模态偏好优化中的一个关键限制,称之为视觉不敏感性:模型往往无法区分图像与那些去除关键视觉上下文的图像。我们的理论分析进一步揭示了这个问题的两种表现形式,即跨图像不敏感性和图内不敏感性。为了解决这些挑战,我们提出了感知增强对齐直接偏好优化(PEA-DPO),这是一个用于多模态LLMs对齐的框架,明确利用视觉偏好信号来克服视觉不敏感性。我们进一步提供了理论分析,证明PEA-DPO可以有效减轻这两种失效模式。实证结果表明,PEA-DPO增强了对视觉上下文的敏感性,同时保持了基础模型的语言建模能力。对使用不同规模的MLLMs进行的三项幻觉基准评估显示,PEA-DPO有效减轻了视觉不敏感性,实现了更强的多模态对齐,并显著减少了幻觉现象。
cs.CV / 16 / 2608.19637

TextRefine: Improving Textual Fidelity, Spatial Placement, and Glyph Rendering for Text Editing in Product Posters

TextRefine:提高产品海报文本编辑中的文本保真度、空间布局和字形渲染
Wang, Honglie, Sun, Jia, Li, Zijun, Wu, Junlong, Wei, Pengcheng, Wang, Jiyuan, Heng, Yongrui, Zhang, Boheng, Wang, Huaiqing, Fan, Dewen, Gan, Qianqian, Yang, Fan, Gao, Tingting, Zhang, Yan-Ming
Abstract
Text editing in product posters entails inserting new text or replacing existing text while preserving product appearance, background content, and global composition. Despite recent progress in instruction-based image editing, general-purpose models remain unreliable in this setting: they often omit or incorrectly render the target text, place it over salient products or pre-existing content, and produce structurally distorted or visually inconsistent glyphs. We introduce \textbf{TextRefine}, a task-aligned post-training framework that combines supervised fine-tuning with operation-specific reward optimization to address these complementary failure modes. For text insertion, our text-span-level reward jointly assesses semantic fidelity and target-span coverage, penalizes spatial conflicts with products and existing text, and employs a gated structural constraint to preserve non-text regions. For text replacement, our glyph-level reward leverages the connectionist temporal classification (CTC) posterior of the target character to provide graded supervision for fine-grained defects, including missing strokes, structural deformations, and confusion among visually similar characters. We further introduce \textbf{OpenTextEdit}, a dataset comprising 100K images for text editing in product posters, with multi-text layouts, detailed text attributes, product masks, and challenging low-frequency characters. Extensive experiments on both insertion and replacement demonstrate that TextRefine consistently outperforms the evaluated image editing baselines in textual fidelity, placement reliability, and glyph quality while better preserving source-image content.
Chinese Translation
产品海报中的文本编辑涉及插入新文本或替换现有文本,同时保持产品外观、背景内容和整体构图。尽管在基于指令的图像编辑方面取得了近期进展,但通用模型在这一设置中仍然不可靠:它们往往遗漏或错误渲染目标文本,将其放置在显著产品或现有内容上,并产生结构扭曲或视觉不一致的字形。我们提出了 extbf{TextRefine},一个与任务对齐的后训练框架,结合了监督微调和特定操作的奖励优化,以解决这些互补的失败模式。对于文本插入,我们的文本跨度级奖励共同评估语义保真度和目标跨度覆盖,惩罚与产品和现有文本的空间冲突,并采用门控结构约束以保持非文本区域。对于文本替换,我们的字形级奖励利用目标字符的连接主义时间分类(CTC)后验,为细粒度缺陷提供分级监督,包括缺失笔画、结构变形和视觉相似字符之间的混淆。我们进一步引入 extbf{OpenTextEdit},一个包含10万张用于产品海报文本编辑的图像的数据集,具有多文本布局、详细文本属性、产品掩码和具有挑战性的低频字符。对插入和替换的广泛实验表明,TextRefine在文本保真度、布局可靠性和字形质量方面始终优于评估的图像编辑基线,同时更好地保留源图像内容。
cs.CV / 17 / 2608.19639

S$^2$GS: Structured Sparse Gaussian Streaming for Efficient Free-Viewpoint Video Reconstruction on Edge-IoT Devices

S$^2$GS:用于高效自由视角视频重建的结构稀疏高斯流媒体在边缘物联网设备上的应用
Li, Yiwei, Cao, Jiannong, Gao, Weixun, Cao, Rui, Zhu, Songye, Cao, Yinfeng, Zhang, Mingjin
Abstract
Streaming reconstruction of Free-Viewpoint Videos (FVVs) supports immersive Internet of Things (IoT) services, such as telepresence and digital twin visualization. Existing methods suffer from high per-frame optimization time and large storage footprints, limiting deployment on resource-constrained Edge-IoT devices. To address these challenges, we propose Structured Sparse Gaussian Streaming (S$^2$GS), an FVV reconstruction framework that exploits structure-aware temporal sparsity to selectively update Gaussian residuals, enabling efficient streaming without compromising visual fidelity. In the spatial domain, a streaming octree hierarchically organizes Gaussian residuals, capturing spatial correlations that guide residual updates. In the temporal domain, a structured gating mechanism, comprising hierarchical feature propagation (HFP) and Gumbel-Sigmoid sampling, converts hierarchical dynamic cues into sparse residual update decisions under differentiable optimization. A multi-level discrete scheme is further adopted to provide fine-grained control over residual updates while preserving intricate dynamic details. Extensive experiments across consumer GPUs, industrial edge IoT devices, and a physical telepresence testbed demonstrate that S$^2$GS consistently reduces per-frame optimization time and storage footprint while maintaining competitive visual quality. Compared with QUEEN, S$^2$GS reduces per-frame optimization time by 59% and storage costs by 85% on an RTX 4090 GPU. On the Jetson AGX Orin, S$^2$GS delivers the highest rendering throughput (60+ FPS) and the lowest energy consumption among the evaluated methods, demonstrating its potential for deployment in resource-constrained systems.
Chinese Translation
自由视角视频(FVV)的流媒体重建支持沉浸式物联网(IoT)服务,如远程呈现和数字双胞胎可视化。现有方法面临每帧优化时间长和存储占用大的问题,限制了在资源受限的边缘物联网设备上的部署。为了解决这些挑战,我们提出了结构稀疏高斯流媒体(S$^2$GS),这是一个利用结构感知时间稀疏性选择性更新高斯残差的FVV重建框架,从而实现高效流媒体传输而不影响视觉保真度。在空间域中,流媒体八叉树以层次方式组织高斯残差,捕捉空间相关性以指导残差更新。在时间域中,结构化门控机制由层次特征传播(HFP)和Gumbel-Sigmoid采样组成,将层次动态线索转化为稀疏残差更新决策,支持可微优化。此外,采用多级离散方案提供对残差更新的细粒度控制,同时保留复杂的动态细节。在消费级GPU、工业边缘物联网设备和物理远程呈现测试平台上进行的广泛实验表明,S$^2$GS在保持竞争性视觉质量的同时,始终减少每帧优化时间和存储占用。与QUEEN相比,S$^2$GS在RTX 4090 GPU上将每帧优化时间减少了59%,存储成本减少了85%。在Jetson AGX Orin上,S$^2$GS在评估的方法中提供了最高的渲染吞吐量(60+ FPS)和最低的能耗,展示了其在资源受限系统中部署的潜力。
cs.CV / 18 / 2608.19644

When Guidance Goes Off-Scale: Recalibrating Diffusion Transformers under Analog Compute-in-Memory Nonidealities

当引导超出范围:在模拟内存计算非理想条件下重新校准扩散变换器
Yao, Wenshuai, Zhou, Wenyong
Abstract
Diffusion Transformers (DiTs) incur high memory traffic and energy costs because sampling repeatedly evaluates large denoisers dominated by linear operations. Analog compute-in-memory (CIM) can alleviate these costs by executing linear operations within weight-storing memory arrays. However, CIM nonidealities perturb effective weights, with errors accumulating along the state-dependent denoising trajectory; their interaction with classifier-free guidance (CFG) remains underexplored. In this paper, we characterize the impact of analog CIM nonidealities on DiT sampling. Although conditional and unconditional predictions can each remain close to their clean counterparts, their difference (the CFG residual) is disproportionately attenuated and rotated. Identifying this residual as a controllable failure channel, we propose a retraining-free, sampler-side recalibration that adjusts only the CFG scale for a given CIM condition. Trajectory-level analysis shows that moderate recalibration strengthens the target-oriented component preserved in the distorted residual, enabling earlier commitment to a prompt-consistent semantic region. In contrast, excessive guidance amplifies the full noisy residual and degrades quality, resulting in a finite, noise-dependent optimum. Extensive experiments on PixArt-Sigma, PixArt-alpha, and DiT-XL/2 show that the optimal guidance scale increases with CIM noise. Using 30,000 samples per condition, guidance recalibration consistently restores generation quality across simulated CIM mappings, closing at least 87% of the CIM-induced FID gap at a CIM noise level of 0.20. It reduces FID from 59.22 to 20.49 on PixArt-Sigma, 72.37 to 21.12 on PixArt-alpha, and 20.89 to 6.62 on DiT-XL/2.
Chinese Translation
扩散变换器(DiTs)由于采样过程反复评估由线性操作主导的大型去噪器,导致高内存流量和能量成本。模拟内存计算(CIM)可以通过在权重存储内存阵列中执行线性操作来减轻这些成本。然而,CIM的非理想性会扰动有效权重,误差沿着状态依赖的去噪轨迹累积;它们与无分类器引导(CFG)的相互作用仍未得到充分探索。在本文中,我们描述了模拟CIM非理想性对DiT采样的影响。尽管条件和无条件预测各自可以保持接近其干净的对应值,但它们之间的差异(CFG残差)却被不成比例地衰减和旋转。我们将这一残差识别为可控的失败通道,提出了一种无需重新训练的采样器侧重新校准方法,仅调整给定CIM条件下的CFG尺度。轨迹级分析表明,适度的重新校准增强了在失真残差中保留的目标导向成分,使得更早地承诺于与提示一致的语义区域。相反,过度的引导会放大完整的噪声残差并降低质量,导致有限的、依赖噪声的最优解。在PixArt-Sigma、PixArt-alpha和DiT-XL/2上的大量实验表明,最优引导尺度随着CIM噪声的增加而增加。在每个条件下使用30,000个样本,指导重新校准在模拟的CIM映射中始终恢复生成质量,在CIM噪声水平为0.20时,缩小了至少87%的CIM引起的FID差距。在PixArt-Sigma上将FID从59.22降低到20.49,在PixArt-alpha上从72.37降低到21.12,在DiT-XL/2上从20.89降低到6.62。
cs.CV / 19 / 2608.19646

PL-NBA: A Possession-level Universal Basketball Video Dataset Supporting Multiple Visual Understanding Tasks

PL-NBA:一个支持多种视觉理解任务的回合级通用篮球视频数据集
Zhao, Yunhao, Sun, Haoying, Li, Jiarui, Wang, Zhuming, Jing, Ya, Shu, Xiangbo, Wu, Lifang, Chen, Changwen
Abstract
Visual understanding in sports has emerged as a hot topic in computer vision in recent years. Most existing basketball video datasets adopt single action or activity as sample, which can neither preserve the temporal continuity of game events nor support complex tasks such as action anticipation. To address this issue, this paper constructs the first possession-level basketball video dataset (PL-NBA), in which each sample is composed of a complete NBA offensive possession. Collected from 60 NBA games, PL-NBA contains 11,000 valid offensive possession clips and 31,567 annotated events with player names, captions, event types and timestamps. Each video clip includes multiple events and preserves the continuity of events, which is helpful for analysis of tactic. Experiment is conducted on multiple visual understanding tasks, including event recognition, video captioning, temporal action localization and action anticipation. Experimental results show that existing methods achieve limited performance on above four tasks, demonstrating that PL-NBA is a challenging benchmark for sports video understanding.
Chinese Translation
近年来,体育视觉理解已成为计算机视觉的一个热门话题。现有的大多数篮球视频数据集采用单一动作或活动作为样本,这既无法保留比赛事件的时间连续性,也无法支持诸如动作预测等复杂任务。为了解决这一问题,本文构建了第一个回合级篮球视频数据集(PL-NBA),其中每个样本由一个完整的NBA进攻回合组成。PL-NBA收集自60场NBA比赛,包含11,000个有效的进攻回合片段和31,567个带有球员姓名、标题、事件类型和时间戳的注释事件。每个视频片段包括多个事件,并保留事件的连续性,这对战术分析非常有帮助。我们在多个视觉理解任务上进行了实验,包括事件识别、视频标题生成、时间动作定位和动作预测。实验结果表明,现有方法在上述四个任务上的表现有限,证明PL-NBA是体育视频理解的一个具有挑战性的基准。
cs.CV / 20 / 2608.19666

MUST-PET: MUltimodal Self-supervised learning across Tracers for whole-body PET/CT-based lesion segmentation

MUST-PET:跨追踪器的多模态自监督学习用于全身PET/CT病灶分割
Biswas, Bashirul Azam, Bhattacharya, Amartya, Wagle, Biratal Raj, Maeder, Matthew E., Yu, James B., Bhattacharya, Indrani
Abstract
Deep learning-based whole-body PET-CT lesion segmentation can support cancer staging, treatment planning, and response assessment, but generalization is limited by scarce annotations and domain shifts. Self-supervised learning (SSL) can address these challenges but remains underexplored in pan-cancer, multi-tracer PET-CT. In this work, we propose MUST-PET (MUltimodal Self-Supervised learning across Tracers), a multimodal, multi-tracer SSL framework for generalizable whole-body PET-CT lesion segmentation. MUST-PET is trained and validated on a diverse, multi-institutional collection of pan-cancer PET-CT scans acquired with FDG and prostate-specific membrane antigen (PSMA)-targeted radiotracers. MUST-PET uses context-aware masked reconstruction, where one modality is partially masked and reconstructed using complementary information from both PET and CT. The pretrained model is subsequently fine-tuned with labeled samples and evaluated for reconstruction quality, lesion segmentation, label efficiency, and generalizability across independent held-out datasets. MUST-PET reduces reconstruction error, improves lesion segmentation over training from scratch, and performs well with limited labeled data and on unseen external datasets, demonstrating the potential of multi-tracer SSL for label-efficient, generalizable whole-body PET-CT. segmentation.
Chinese Translation
基于深度学习的全身PET-CT病灶分割可以支持癌症分期、治疗计划和疗效评估,但由于标注稀缺和领域转移,泛化能力受到限制。自监督学习(SSL)可以解决这些挑战,但在全癌症、多追踪器的PET-CT中仍然未得到充分探索。在本研究中,我们提出了MUST-PET(跨追踪器的多模态自监督学习),这是一个用于可泛化全身PET-CT病灶分割的多模态、多追踪器SSL框架。MUST-PET在使用氟脱氧葡萄糖(FDG)和前列腺特异性膜抗原(PSMA)靶向放射性追踪剂获取的多机构全癌症PET-CT扫描的多样化数据集上进行训练和验证。MUST-PET采用上下文感知的掩蔽重建,其中一种模态被部分掩蔽,并使用来自PET和CT的互补信息进行重建。预训练模型随后通过带标签样本进行微调,并评估重建质量、病灶分割、标签效率以及在独立保留数据集上的泛化能力。MUST-PET减少了重建误差,改善了病灶分割效果,相较于从头训练表现更佳,并在有限的标注数据和未见的外部数据集上表现良好,展示了多追踪器SSL在标签高效、可泛化全身PET-CT分割中的潜力。
cs.CV / 21 / 2608.19669

Scaffolding Minds: Optimizing Latent Visual Target Representations for Multimodal Reasoning

支撑思维:优化潜在视觉目标表征以实现多模态推理
Kang, Haoqiang, Chen, Yinpeng, Liu, Luyang, Andersen, Jesper Sparre, Ogale, Abhijit, Sun, Baochen, Hong, Lichan, Chi, Ed H.
Abstract
Latent reasoning has advanced multimodal reasoning through a two-stage training paradigm: (1) a helper image is encoded into latent tokens to teach visual chain-of-thought during a supervised fine-tuning (SFT) stage, and (2) these latent tokens are further refined with reward feedback during a reinforcement learning (RL) stage. In this paper, we identify two key limitations of this framework, one in each stage. First, the SFT stage typically relies on an off-the-shelf vision encoder to encode the helper image, yielding suboptimal latent representations that may not be well aligned with the downstream reasoning task. Second, existing RL methods treat the latent component only through deterministic regularization, which constrains policy drift but does not create alternative latent trajectories for exploration. To address these limitations, we propose Scaffolding Minds. Our approach learns a dedicated scaffolding encoder that provides an optimized target in latent space, and learns both the mean and variance of the RL sampler. We further show that these two improvements are complementary, together yielding substantial gains over strong baselines. Empirically, our method improves over the strongest latent-reasoning baseline by +9.5% on FrozenLake spatial planning, with the gain widening to +19% at 32x32 grid map, and by +5.2% on average across nine visual-centric reasoning benchmarks.
Chinese Translation
潜在推理通过两阶段训练范式推动了多模态推理的发展:(1)在监督微调(SFT)阶段,将辅助图像编码为潜在标记,以教授视觉思维链;(2)在强化学习(RL)阶段,这些潜在标记通过奖励反馈进一步优化。在本文中,我们识别出该框架的两个关键局限性,分别存在于每个阶段。首先,SFT阶段通常依赖现成的视觉编码器来编码辅助图像,导致潜在表征的次优,这可能与下游推理任务不够对齐。其次,现有的RL方法仅通过确定性正则化处理潜在组件,这限制了策略漂移,但并未为探索创造替代的潜在轨迹。为了解决这些局限性,我们提出了支撑思维(Scaffolding Minds)。我们的方法学习一个专用的支撑编码器,在潜在空间中提供优化目标,并学习RL采样器的均值和方差。我们进一步表明,这两个改进是互补的,结合起来在强基线之上带来了显著的提升。从经验上看,我们的方法在FrozenLake空间规划任务上相较于最强的潜在推理基线提高了9.5%,在32x32网格地图上增幅扩大至19%,并在九个以视觉为中心的推理基准上平均提高了5.2%。
cs.CV / 22 / 2608.19693

RIPE++: Reinforced Keypoint Learning from Positive Pairs Only

RIPE++:仅从正对中强化关键点学习
Künzel, Johannes, Eisert, Peter, Hilsmann, Anna
Abstract
Sparse keypoint extraction and matching underpin core tasks in geometric computer vision, including structure-from-motion, visual SLAM, augmented reality, and medical image registration. Learning robust local feature representations, however, typically requires accurate camera poses or depth supervision, which are often unavailable in real-world settings. Reinforcement learning (RL) has recently emerged as a promising alternative, requiring only the information if two images show the same scene or not. However, existing RL formulations such as RIPE rely on coarse binary rewards and carefully constructed negative training pairs, limiting training stability and descriptor discriminability. In this paper, we revisit RL-based keypoint learning and propose a reward that fully exploits the geometric consistency signal, deriving both reward and penalty from a single positive pair without contrasting against negatives. This richer signal provides sufficient supervisory contrast to learn discriminative detectors and descriptors from positive image pairs alone, enabling representation learning under extremely limited supervision. Furthermore, we show that the same RL objective can be extended to the matching stage by adapting LightGlue, raising AUC@5 on MegaDepth1500 from 56.58 to 59.65 and enabling weakly-supervised training of the full sparse matching pipeline from image pairs with partial visual overlap. We validate our approach on established benchmarks, demonstrating competitive results compared to fully-supervised methods. We further show that the method can be even trained on low texture medical video sequences, where camera poses are usually unavailable and standard SfM pipelines often fail. Code and data are available at https://github.com/fraunhoferhhi/RIPEpp .
Chinese Translation
稀疏关键点提取和匹配是几何计算机视觉中的核心任务,包括运动重建、视觉SLAM、增强现实和医学图像配准。然而,学习鲁棒的局部特征表示通常需要准确的相机姿态或深度监督,而这些在现实世界中往往是不可用的。最近,强化学习(Reinforcement Learning, RL)作为一种有前景的替代方案出现,仅需判断两幅图像是否展示同一场景。然而,现有的RL模型如RIPE依赖于粗糙的二元奖励和精心构造的负训练对,这限制了训练的稳定性和描述符的可区分性。在本文中,我们重新审视基于RL的关键点学习,并提出一种奖励机制,充分利用几何一致性信号,从单一正对中推导出奖励和惩罚,而无需与负样本进行对比。这种更丰富的信号提供了足够的监督对比,使得仅通过正图像对学习可区分的检测器和描述符成为可能,从而在极其有限的监督下实现表示学习。此外,我们展示了相同的RL目标可以通过适应LightGlue扩展到匹配阶段,将MegaDepth1500上的AUC@5从56.58提高到59.65,并实现对具有部分视觉重叠的图像对的全稀疏匹配管道的弱监督训练。我们在已建立的基准上验证了我们的方法,展示了与全监督方法相比具有竞争力的结果。我们进一步表明,该方法甚至可以在低纹理医学视频序列上进行训练,在这些情况下,相机姿态通常不可用,标准的SfM管道往往失败。代码和数据可在https://github.com/fraunhoferhhi/RIPEpp获取。
cs.CV / 23 / 2608.19710

Robust Cross-Modal Foundation Model Perception for Underwater Robots under Degraded Visual Conditions

在恶劣视觉条件下水下机器人鲁棒的跨模态基础模型感知
Alam, Mohammad Arif Ul
Abstract
Reliable underwater robotic perception remains difficult because optical imagery degrades under turbidity, wavelength-dependent attenuation, low illumination, scattering, and blur. Although sonar provides complementary information that is less affected by optical visibility, prior visual-sonar research has largely focused on feature alignment and nominal detection performance. We investigate cross-modal robustness as visual reliability deteriorates and assess whether pretrained visual foundation-model representations can be complemented by sonar under severe degradation. We use frozen DINOv2 as the visual encoder and construct a controlled five-level benchmark ranging from clean to extreme visual conditions. We compare conventional visual detection, frozen foundation-model representations, sonar context, fixed multimodal fusion, clean-trained adaptive gating, and degradation-aware gated fusion. Our method trains the fusion mechanism across the full range of degradation while keeping the visual and sonar encoders frozen, allowing modality contributions to adapt without fine-tuning the pretrained backbone. Under extreme combined degradation, the DINOv2 baseline achieves 0.4610 balanced accuracy, while degradation-aware visual-sonar fusion reaches 0.6152, a 33.5% relative improvement. The learned sonar contribution increases from 14.2% under clean conditions to 41.3% under extreme degradation, demonstrating adaptive redistribution of cross-modal reliance. Fusion provides the largest gains under severe turbidity and blur, whereas color attenuation alone yields little additional benefit. These results show that foundation-model representations remain valuable but insufficient under severe information loss, and that explicitly adapting fusion to modality reliability can improve robust underwater multimodal perception.
Chinese Translation
可靠的水下机器人感知仍然面临挑战,因为光学图像在浑浊、波长依赖衰减、低照明、散射和模糊等条件下会退化。尽管声纳提供了补充信息,且不易受到光学可见度的影响,但以往的视觉-声纳研究主要集中在特征对齐和名义检测性能上。我们研究了在视觉可靠性下降时的跨模态鲁棒性,并评估在严重退化情况下,预训练的视觉基础模型表示是否可以通过声纳进行补充。我们使用冻结的 DINOv2 作为视觉编码器,并构建了一个从清晰到极端视觉条件的五级受控基准。我们比较了传统的视觉检测、冻结的基础模型表示、声纳上下文、固定的多模态融合、清晰训练的自适应门控和退化感知的门控融合。我们的方法在保持视觉和声纳编码器冻结的同时,训练了整个退化范围内的融合机制,使得模态贡献能够适应,而无需对预训练的主干进行微调。在极端的综合退化下,DINOv2 基线达到了 0.4610 的平衡准确率,而退化感知的视觉-声纳融合达到了 0.6152,具有 33.5% 的相对提升。在清晰条件下,学习到的声纳贡献从 14.2% 增加到极端退化下的 41.3%,展示了跨模态依赖的自适应重分配。在严重的浑浊和模糊条件下,融合提供了最大的增益,而单独的颜色衰减几乎没有额外的好处。这些结果表明,在严重信息损失的情况下,基础模型表示仍然有价值但不足,并且明确地将融合适应于模态可靠性可以改善鲁棒的水下多模态感知。
cs.CV / 24 / 2608.19719

Scale-Separated Conditioning for Style-Encoder-Free Diffusion Stylization

基于尺度分离的无风格编码器扩散风格化
Zhang, Jingtao, Gao, Haorui, Liang, Youqing, Liu, Zeming
Abstract
Reference-based diffusion stylization requires separating target geometry from transferable appearance. Existing tuning-based methods often rely on aligned content-style-target triplets or auxiliary visual encoders, which increases data cost and can transfer unintended scene structure from the style reference. We propose SEFS (Style-Encoder-Free Stylization), a style-encoder-free conditioning framework for diffusion transformers. SEFS forms style tokens from stochastic low-resolution crops of single training images. This crop bottleneck preserves local appearance statistics such as palette, stroke, texture, and material, while reducing access to global layout cues. Target content is encoded by edge and segmentation cues and fused with the noisy latent through parameter-efficient trainable projections. We add style-to-denoising re-normalization for token-statistic alignment and cross-block skip fusion for spatial detail. SEFS trains on unpaired single images; the frozen diffusion VAE is used only to place image conditions in the latent space. On artistic stylization benchmarks, SEFS improves content consistency and leakage diagnostics while retaining reference-style affinity, and ablations support the crop-resolution, re-normalization, and skip-fusion choices. The code of SEFS will be made publicly available.
Chinese Translation
基于参考的扩散风格化需要将目标几何形状与可转移的外观分离。现有的基于调优的方法通常依赖于对齐的内容-风格-目标三元组或辅助视觉编码器,这增加了数据成本,并可能从风格参考中转移不必要的场景结构。我们提出了 SEFS(无风格编码器风格化),这是一个针对扩散变换器的无风格编码器条件框架。SEFS 从单个训练图像的随机低分辨率裁剪中形成风格标记。这个裁剪瓶颈保留了局部外观统计信息,如调色板、笔触、纹理和材料,同时减少了对全局布局线索的访问。目标内容通过边缘和分割线索进行编码,并通过参数高效的可训练投影与噪声潜变量融合。我们添加了风格到去噪的重新归一化以实现标记统计对齐,并通过跨块跳跃融合来增强空间细节。SEFS 在未配对的单幅图像上进行训练;冻结的扩散变分自编码器仅用于在潜在空间中放置图像条件。在艺术风格化基准测试中,SEFS 提高了内容一致性和泄漏诊断,同时保持了参考风格的亲和力,消融实验支持了裁剪分辨率、重新归一化和跳跃融合的选择。SEFS 的代码将公开发布。
cs.CV / 25 / 2608.19723

StreamSoccer: Event-Driven Memory for Streaming Soccer Commentary

StreamSoccer:用于流媒体足球解说的事件驱动内存
Shao, Chenxi, Wang, Bozhong, Huang, Jiaxin, Liu, Zhao, Zhu, Sunwei, Hang, Tianxin, He, Gaoqi, Li, Yang, Wang, Changbo
Abstract
Streaming video understanding requires models to causally update state as video arrives and organize growing history into semantic units that can evolve, persist, and be recalled under bounded computation and memory. This challenge is pronounced in live soccer commentary, where a system must describe completed events, summarize recent play, recall earlier events, or remain silent using only information available before each utterance. We present StreamSoccer, an event-driven system that uses event memory as its intermediate representation. A fixed-budget active memory integrates the stream; completed event states are retained locally and consolidated into retrievable historical records. A unified generator uses current, recent, and historical context to produce three commentary modes, while a rule-assisted scheduler selects a mode or silence. Unlike streaming video-language models organized around frames, visual tokens, or caches, and soccer-commentary methods based on predefined clips or output timestamps, StreamSoccer explicitly models event lifecycles. We construct a three-track streaming soccer commentary dataset and a layered evaluation protocol. At common reference anchors, StreamSoccer obtains CIDEr scores of 38.62, 23.96, and 17.39 for current-event, recent-window, and historical-memory commentary, ranking first on the current-event and historical-memory tracks and second on recent-window. Controlled ablations show that local completed events improve all tracks and that the full system performs best on all three. Across 174 raw-video runs on 58 matches, per-minute RTF p95 ranges from 0.10 to 0.22 without sustained growth with match history. These results indicate that event memory supports streaming soccer commentary across temporal scopes while controlling long-history computation.
Chinese Translation
流媒体视频理解要求模型在视频到达时因果性地更新状态,并将不断增长的历史组织成可以在有限计算和内存下演变、持久和回忆的语义单元。这一挑战在实时足球解说中尤为明显,系统必须描述已完成的事件、总结最近的比赛、回忆早期事件,或在每次发声前仅使用可用信息保持沉默。我们提出了StreamSoccer,一个使用事件内存作为中间表示的事件驱动系统。一个固定预算的主动内存整合了流;已完成的事件状态在本地保留并整合为可检索的历史记录。一个统一的生成器使用当前、最近和历史上下文来生成三种解说模式,而一个规则辅助调度器选择模式或保持沉默。与围绕帧、视觉标记或缓存组织的流媒体视频语言模型,以及基于预定义片段或输出时间戳的足球解说方法不同,StreamSoccer明确建模事件生命周期。我们构建了一个三轨流媒体足球解说数据集和一个分层评估协议。在常见参考锚点上,StreamSoccer在当前事件、最近窗口和历史记忆解说中获得了38.62、23.96和17.39的CIDEr分数,在当前事件和历史记忆轨道上排名第一,在最近窗口上排名第二。控制消融实验表明,局部已完成事件改善了所有轨道,并且完整系统在所有三个轨道上的表现最佳。在58场比赛的174个原始视频运行中,每分钟的RTF p95范围从0.10到0.22,且没有随着比赛历史的增长而持续增长。这些结果表明,事件内存支持跨时间范围的流媒体足球解说,同时控制长历史计算。
cs.CV / 26 / 2608.19737

TempJail: Temporal Jailbreak Attack against Large Vision-Language Models via Subtitle Scheduling

TempJail:通过字幕调度对大型视觉语言模型的时间性越狱攻击
Zhou, Ling, Huang, Yihao, Sun, Jingling, Tian, Zhiwen, Zeng, Yi, Liu, Qihe, Zhou, Shijie
Abstract
Large vision-language models (LVLMs) have achieved remarkable progress in video understanding and reasoning. Despite extensive studies on text- and image-based jailbreaks, video jailbreaks against LVLMs remain largely unexplored. Existing video jailbreak methods mainly manipulate textual content embedded in videos, while overlooking how such information is organized over time. Our analysis reveals that jailbreak effectiveness depends not only on the semantics of textual information but also on its temporal presentation, including duration and timing-slot allocation. Motivated by this finding, we use subtitles, which are common in real-world videos and allow semantic content to be presented under precise temporal control without appearing visually intrusive, as a natural attack medium. Based on this insight, we propose TempJail, a black-box video-based jailbreak framework that constructs query-aligned dialogue-style subtitle sequences and optimizes their temporal scheduling to exploit temporal vulnerabilities in LVLMs and elicit responses that satisfy the harmful intent of the source query. Extensive experiments on four representative LVLMs and two datasets demonstrate that TempJail achieves the highest attack success rate across all evaluated model--dataset settings, outperforming the strongest baseline by 53 and 18 percentage points in dataset-averaged ASR on GPT-5 and Gemini 3.5-Flash, respectively.
Chinese Translation
大型视觉语言模型(LVLMs)在视频理解和推理方面取得了显著进展。尽管对基于文本和图像的越狱攻击进行了广泛研究,但针对LVLMs的视频越狱攻击仍然未被充分探索。现有的视频越狱方法主要操控嵌入视频中的文本内容,而忽视了这些信息在时间上的组织方式。我们的分析表明,越狱的有效性不仅依赖于文本信息的语义,还依赖于其时间呈现,包括持续时间和时间段分配。受到这一发现的启发,我们使用字幕作为自然攻击媒介,字幕在现实世界的视频中普遍存在,并允许语义内容在精确的时间控制下呈现,而不会显得视觉上突兀。基于这一见解,我们提出了TempJail,一个基于黑箱的视频越狱框架,该框架构建查询对齐的对话式字幕序列,并优化其时间调度,以利用LVLMs中的时间脆弱性,并引发满足源查询有害意图的响应。在四个代表性的LVLMs和两个数据集上的大量实验表明,TempJail在所有评估的模型-数据集设置中实现了最高的攻击成功率,在数据集平均ASR上分别比最强基线在GPT-5和Gemini 3.5-Flash上高出53和18个百分点。
cs.CV / 27 / 2608.19738

Learning to Beat: Phenotype-Guided Latent Flow with Regional Motion Priors for Biventricular Motion Synthesis

学习击败:基于表型的潜在流与区域运动先验的双心室运动合成
Yang, Xuan, Yuan, Xiaohan, Li, Hao, Chen, Lingyu, Liu, Yanan, Li, Qingya, Li, Lei
Abstract
Full-cycle biventricular geometry is essential for characterizing cardiac function. However, dense and temporally consistent 3D+t biventricular meshes are not routinely available, whereas end-diastolic (ED) anatomy can often be obtained reliably. We therefore investigate full-cycle biventricular motion synthesis from a single ED mesh. This task is challenging because cardiac deformation is spatially heterogeneous and phenotype dependent, while conventional global generative models often obscure localized motion patterns. In this study, we propose a region-specific and phenotype-adaptive framework that integrates motion-informed functional parcellation with conditional latent flow. A functional partition learned from reconstructed motion organizes the ventricular surface into regions with coherent dynamics and enables topology-aware regional feature exchange. A phenotype-conditioned rectified-flow model subsequently maps the ED anatomy to full-cycle motion latents through fine-grained conditioning and prototype-routed motion adapters. An optional control branch further incorporates available motion descriptors for controllable synthesis. Experiments on ACDC, M\&Ms, and M\&Ms-2 demonstrate consistent improvements in geometric accuracy and functional fidelity. Under ED-only synthesis, our method achieves biventricular ASSD, HD95, and vRMSE of \(1.49\pm0.34\)~mm, \(3.77\pm1.06\)~mm, and \(3.31\pm1.03\)~mm, respectively, outperforming all competing methods. Complementary functional and robustness evaluations further demonstrate that the synthesized sequences preserve physiologically plausible ventricular dynamics and generalize across cohorts and disease phenotypes. The code will be released publicly upon acceptance of the manuscript for publication.
Chinese Translation
全周期双心室几何形状对于表征心脏功能至关重要。然而,稠密且时间一致的三维时序(3D+t)双心室网格并不常规可得,而舒张末期(ED)解剖结构通常可以可靠获取。因此,我们研究了从单一ED网格合成全周期双心室运动的任务。这个任务具有挑战性,因为心脏变形在空间上是异质的并且依赖于表型,而传统的全局生成模型往往会掩盖局部运动模式。在本研究中,我们提出了一种区域特定且表型自适应的框架,该框架将运动信息驱动的功能分区与条件潜在流相结合。从重建运动中学习的功能分区将心室表面组织成具有一致动态的区域,并能够进行拓扑感知的区域特征交换。随后,基于表型条件的整流流模型通过细粒度的条件化和原型引导的运动适配器将ED解剖结构映射到全周期运动潜变量。一个可选的控制分支进一步结合了可用的运动描述符,以实现可控合成。在ACDC、M&Ms和M&Ms-2上的实验表明,几何精度和功能保真度均有一致的提升。在仅使用ED合成的情况下,我们的方法实现了双心室的平均表面距离(ASSD)、95百分位Hausdorff距离(HD95)和体积均方根误差(vRMSE)分别为1.49±0.34 mm、3.77±1.06 mm和3.31±1.03 mm,超越了所有竞争方法。补充的功能和鲁棒性评估进一步表明,合成序列保留了生理上合理的心室动态,并在不同队列和疾病表型之间具有良好的泛化能力。代码将在手稿接受发表后公开发布。
cs.CV / 28 / 2608.19739

Question-Guided Evidence Acquisition for Multimodal Visual Question Answering

基于问题引导的多模态视觉问答证据获取
Popa, Alin-Ionut
Abstract
Multimodal LLMs can see a document, but they often can't read it reliably. Small text, tables, visual cues, and topological elements still trip them up under direct visual inference, even when the page is already sitting in the model's context. Most document-VQA systems treat perception as fixed: they encode the page once, ask the question, and answer from whatever the model happened to extract in that single fast pass. We think document VQA needs slower, more deliberate perception: rather than answering from one fixed encoding, the model should spend a bit of extra compute at inference time working out what to look at next, and only then answer. We build this into \textbf{Q-Guide}, a small agent that reads a question, works out what evidence it is still missing, and calls targeted tool(s) to recover it---reading text where text is needed, zooming in where detail is needed, or grounding a region where position matters. On DocVQA2026 and Manga109, Q-Guide outperforms both direct prompting and recent multi-agent document systems ($65.0\%$ vs.\ $40.0\%$ on DocVQA2026, $32.4\%$ vs.\ $24.4\%$ on Manga109), and the improvement holds across three Claude backbones (Opus 4.6, Sonnet 4.6, and Opus 4.5). We find that accuracy scales with the perception budget---most of the gain appears within two to three deliberate rounds---and that the gain comes from directing perception to the right place, not from complex control logic: adding planners, routers, or multiple collaborating agents does not help.
Chinese Translation
多模态大语言模型(LLMs)能够查看文档,但它们往往无法可靠地读取文档。小字体、表格、视觉线索和拓扑元素在直接视觉推理时仍然会使它们陷入困境,即使页面已经在模型的上下文中。大多数文档视觉问答(document-VQA)系统将感知视为固定:它们一次性编码页面,提出问题,并根据模型在这一快速传递中提取的内容进行回答。我们认为文档视觉问答需要更慢、更深思熟虑的感知:模型不应仅仅依赖于一个固定的编码来回答,而应该在推理时花费额外的计算资源来确定下一步该关注什么,然后再进行回答。我们将这一理念融入到 extbf{Q-Guide}中,这是一个小型代理,它读取问题,确定仍然缺失的证据,并调用目标工具来恢复这些证据——在需要文本的地方读取文本,在需要细节的地方放大,或在位置重要的地方进行定位。在DocVQA2026和Manga109数据集上,Q-Guide的表现优于直接提示和最近的多代理文档系统(在DocVQA2026上为$65.0\%$对$40.0\%$,在Manga109上为$32.4\%$对$24.4\%$),这一改进在三个Claude主干(Opus 4.6、Sonnet 4.6和Opus 4.5)上均得以保持。我们发现准确性与感知预算成正比——大部分增益出现在两到三轮深思熟虑的过程中——而且增益来自于将感知引导到正确的位置,而不是复杂的控制逻辑:添加规划者、路由器或多个协作代理并没有帮助。
cs.CV / 29 / 2608.19743

Gallileo-4D: Frozen Backbone Ensemble for Dynamic 4D Reconstruction

Gallileo-4D:用于动态4D重建的冻结骨干集成
Savioli, Nicolò
Abstract
We describe our entry to the PhysAI Dynamic 4D Reconstruction Challenge, which placed third of 27 teams at 0.58356 APD on the final leaderboard, without a single gradient update. This was not the plan: of thirteen fine-tuning configurations of a pre-trained 4D backbone, twelve degraded the challenge score, and eleven of those twelve improved local validation at the same time. We trace this inversion to the structure of the benchmark: only 25% of the evaluation set belongs to the data variant released for training, so updates that fit the available data damage the pre-trained features the remaining 75% relies on. Our system therefore freezes the backbone and spends its budget at inference time, fusing three decoding configurations -- temporal stride-3, horizontal-flip test-time augmentation, and dense stride-1 -- under a convex weighting. The ensemble recovers +0.041 APD over the frozen baseline, more than any training run achieved, at zero training cost.
Chinese Translation
我们描述了我们在PhysAI动态4D重建挑战赛中的参赛作品,该作品在最终排行榜上以0.58356 APD的成绩位列27支队伍中的第三名,且没有进行任何梯度更新。这并非我们的初衷:在对预训练的4D骨干进行的十三种微调配置中,有十二种降低了挑战得分,而这十二种中的十一种同时改善了本地验证。我们将这种反转归因于基准的结构:评估集中的仅25%属于用于训练的数据变体,因此,适应可用数据的更新损害了剩余75%所依赖的预训练特征。因此,我们的系统冻结了骨干,并在推理时花费预算,融合了三种解码配置——时间步长为3的解码、水平翻转的测试时增强,以及密集步长为1——并采用了凸加权。该集成在冻结基线的基础上恢复了+0.041 APD,超过了任何训练运行的成果,且没有任何训练成本。
cs.CV / 30 / 2608.19766

Far from the Crowd: Scalable Self-Supervised Learning via Geographic Isolation

远离人群:通过地理隔离实现可扩展的自监督学习
Cambrin, Daniele Rege, Rossi, Francesco, Varile, Mattia
Abstract
Self-supervised pretraining on remote sensing imagery typically treats all samples as equally informative, despite large variability in geographic and visual structure. We propose a curriculum learning strategy for self-supervised Earth observation that ranks samples by geographic isolation, a label-free proxy derived entirely from geolocation metadata already present in geospatial datasets, requiring no image decoding, no model feedback, and no manual annotation. Unlike visual complexity proxies, it scales as O(D log D) with dataset size D and is well-defined for both contrastive and reconstructive objectives. We integrate the proposed measure into MoCoV2 and MAE pretraining and evaluate across three downstream tasks from CopernicusBench (BigEarthNet, DFC-2020, LCZ). Our curriculum reaches baseline final-epoch performance using as few as 20% of the training budget (MAE) and at most 40% (MoCo) of the training budget, and improves final downstream performance by up to +5 mAP on BigEarthNet, with gains of 1-5 points across benchmarks, matching visual-complexity curricula while reducing pre-computation cost by more than 140x (4 s vs. 568 s on SSL4EO). A CKA and effective-rank analysis further reveals that curriculum-trained encoders develop higher-dimensional, more uniformly utilized embedding spaces throughout training.
Chinese Translation
在遥感图像的自监督预训练中,通常将所有样本视为同等信息量,尽管地理和视觉结构存在较大变异。我们提出了一种自监督地球观测的课程学习策略,通过地理隔离对样本进行排名,这是一种完全基于地理位置元数据的无标签代理,已存在于地理空间数据集中,无需图像解码、模型反馈和手动标注。与视觉复杂性代理不同,它的扩展性为 O(D log D),其中 D 为数据集大小,并且对于对比和重构目标都定义良好。我们将所提度量整合到 MoCoV2 和 MAE 预训练中,并在 CopernicusBench 的三个下游任务(BigEarthNet、DFC-2020、LCZ)上进行评估。我们的课程在使用仅 20% 的训练预算(MAE)和最多 40%(MoCo)的训练预算时,达到了基线最终时期的性能,并在 BigEarthNet 上将最终下游性能提高了多达 +5 mAP,各基准测试中提高了 1-5 分,与视觉复杂性课程相匹配,同时将预计算成本降低了超过 140 倍(SSL4EO 上为 4 秒对 568 秒)。CKA 和有效秩分析进一步揭示,经过课程训练的编码器在整个训练过程中发展出更高维度、更加均匀利用的嵌入空间。
cs.CV / 31 / 2608.19783

Coupled Optimal Transport with Landmark Constraints

带有地标约束的耦合最优传输
Gu, Xiang, Sun, Jian, Xu, Zongben
Abstract
Existing optimal transport (OT) models primarily seek an OT map or plan between distributions by minimizing a prescribed transport cost or distortion. However, minimizing transport cost or distortion alone may fail to identify a geometrically meaningful transformation between the two distributions. To address this limitation, this paper proposes a novel coupled OT framework that leverages a small number of annotated landmarks to guide the recovery of an underlying deformation governing the distribution transformation. The coupled OT framework integrates the optimization of the transport plan and the deformation field into a unified model, where the landmark-guided deformation field and the cost-driven transport plan are coupled through a mutual-consistency constraint. As a result, the deformation is jointly determined by the annotated landmarks and cost-driven distribution matching. The proposed framework provides a principled connection between landmark-based registration and transport-based distribution matching, enabling the recovery of transport maps from sparse geometric supervision. We establish the well-definedness of the proposed model in a general variational setting and develop a finite-element-based numerical algorithm for computation whose convergence properties are systematically analyzed. The practical effectiveness of the proposed approach is verified in shape matching.
Chinese Translation
现有的最优传输(OT)模型主要通过最小化规定的传输成本或失真来寻求分布之间的OT映射或计划。然而,仅仅最小化传输成本或失真可能无法识别两个分布之间的几何意义变换。为了解决这一局限性,本文提出了一种新颖的耦合OT框架,该框架利用少量注释地标来指导恢复控制分布变换的潜在形变。耦合OT框架将传输计划和形变场的优化整合为一个统一模型,其中地标引导的形变场与成本驱动的传输计划通过互一致性约束相耦合。因此,形变由注释地标和成本驱动的分布匹配共同决定。所提出的框架为基于地标的配准与基于传输的分布匹配提供了原则性的联系,使得能够从稀疏的几何监督中恢复传输映射。我们在一般变分设置中建立了所提出模型的良定义性,并开发了一种基于有限元的数值算法进行计算,其收敛性特性得到了系统分析。所提方法在形状匹配中的实际有效性得到了验证。
cs.CV / 32 / 2608.19817

Core-KAN: Continuous Vision Kernels with Kolmogorov-Arnold Networks

Core-KAN:具有Kolmogorov-Arnold网络的连续视觉核
Guo, Lan, Li, Mengling, Li, Haoran, Shen, Jun, Jiang, Yuanbo, Zhou, Qingguo, Yong, Binbin
Abstract
Conventional convolutional kernels are typically defined on fixed discrete grids, limiting their ability to accommodate heterogeneous local structures. Existing adaptive operators improve flexibility but often couple geometric scale variation with content-dependent filtering, while incurring high computational cost from per-location kernel generation. To decouple geometric scale adaptation from content-dependent filtering while avoiding expensive per-location kernel generation, we propose Continuous Relative-scale KAN (Core-KAN), a relative-scale-conditioned continuous convolution operator. Core-KAN maps input features into a compact latent basis space and uses a lightweight scale controller to predict local scales relative to an exponential moving average reference. A KAN-based generator represents depth-wise kernel bases as continuous coordinate functions, allowing the operator to synthesize spatial filters at arbitrary resolutions rather than being confined to a fixed lattice. Instead of synthesizing independent kernels at every location, it constructs a compact bank of scale-conditioned kernel responses and interpolates them according to the predicted local scale map. An independent mixing controller further combines the interpolated basis responses based on local content, explicitly decoupling geometric scale adaptation from content-dependent filtering. Together with lightweight pointwise projections, this design forms a low-rank dynamic convolution that scales efficiently with kernel size and integrates readily into hierarchical vision backbones. Experiments across three representative vision tasks show Core-KAN consistently outperforms strong convolutional and dynamic-kernel baselines with only marginal parameter and computational overhead, offering an efficient, general framework for continuous, scale-adaptive convolution.
Chinese Translation
传统的卷积核通常定义在固定的离散网格上,这限制了它们适应异构局部结构的能力。现有的自适应算子提高了灵活性,但通常将几何尺度变化与内容依赖的过滤耦合在一起,同时由于每个位置的核生成而产生高计算成本。为了将几何尺度适应与内容依赖的过滤解耦,同时避免昂贵的每位置核生成,我们提出了连续相对尺度KAN(Core-KAN),一种相对尺度条件的连续卷积算子。Core-KAN将输入特征映射到一个紧凑的潜在基空间,并使用轻量级尺度控制器预测相对于指数移动平均参考的局部尺度。基于KAN的生成器将深度方向的卷积核基表示为连续坐标函数,使得算子能够在任意分辨率下合成空间滤波器,而不是局限于固定的格点。它不是在每个位置合成独立的卷积核,而是构建一个紧凑的尺度条件核响应库,并根据预测的局部尺度图进行插值。一个独立的混合控制器进一步根据局部内容组合插值后的基响应,明确地将几何尺度适应与内容依赖的过滤解耦。结合轻量级的逐点投影,这种设计形成了一种低秩动态卷积,能够高效地随核大小缩放,并可轻松集成到层次视觉骨干网络中。在三个代表性的视觉任务上的实验表明,Core-KAN在仅有微小参数和计算开销的情况下,始终优于强大的卷积和动态核基线,提供了一种高效、通用的连续尺度自适应卷积框架。
cs.CV / 33 / 2608.19825

Towards Clinically Faithful Medical Image Captioning via Enhanced Vision-Language Alignment

通过增强视觉-语言对齐实现临床可信的医学图像描述
Lee, Yunseo, Kim, Hyun Jun, Shin, Heeseung, Lim, Changwon
Abstract
Medical image captioning is a technique that accelerates early-stage diagnostic workflows and enhances the interpretability of medical diagnostic AI systems. However, unlike general image captioning, clinically reliable captioning remains challenging due to grayscale-based modalities, subtle anatomical cues, specialized medical phrasing, and variations in data quality. Despite recent advances in large vision-language models, fluent outputs do not necessarily guarantee sufficient alignment with clinical concept spaces or evaluation criteria. To address this issue, we propose a framework that strengthens clinical alignment by separating and enhancing training-time alignment and inference-time alignment. We build a medical image captioning pipeline that integrates single/dual vision encoders based on BioMedCLIP and SigLIP2, a Q-Former, and a LLaMA-based decoder, and examine the contribution of auxiliary learning for UMLS concept/type prediction. At inference, we apply single-embedding-based reranking to select the best caption among candidates, while at training we introduce MedPAIR-SCST, which combines clinically relevant rewards to shift the generative distribution toward improved clinical alignment. Our experiments show that complementary visual representations with a multi-encoder design and concept-level auxiliary learning help preserve clinically meaningful information. Furthermore, inference-time reranking provides a practical way to improve semantic and clinical alignment without additional training, whereas MedPAIR-SCST goes beyond selection by directly improving the model's distribution to generate more consistent and clinically grounded captions. These findings suggest that jointly leveraging selection-based alignment and reinforcement-learning-based alignment can promote more trustworthy medical image captioning even in data-constrained settings.
Chinese Translation
医学图像描述是一种加速早期诊断工作流程并增强医学诊断人工智能系统可解释性的技术。然而,与一般图像描述不同,由于灰度模式、微妙的解剖线索、专业医学术语以及数据质量的变化,临床可靠的描述仍然具有挑战性。尽管大型视觉-语言模型最近取得了进展,但流畅的输出并不一定能保证与临床概念空间或评估标准的充分对齐。为了解决这个问题,我们提出了一个框架,通过分离和增强训练时对齐与推理时对齐来加强临床对齐。我们构建了一个医学图像描述管道,集成了基于BioMedCLIP和SigLIP2的单/双视觉编码器、一个Q-Former和一个基于LLaMA的解码器,并研究了辅助学习在UMLS概念/类型预测中的贡献。在推理时,我们应用基于单嵌入的重新排序来选择候选描述中最好的描述,而在训练时,我们引入了MedPAIR-SCST,它结合了临床相关的奖励,以将生成分布转向改善临床对齐。我们的实验表明,具有多编码器设计的互补视觉表示和概念级辅助学习有助于保留临床有意义的信息。此外,推理时的重新排序提供了一种在没有额外训练的情况下改善语义和临床对齐的实用方法,而MedPAIR-SCST则超越了选择,通过直接改善模型的分布来生成更一致且临床基础的描述。这些发现表明,联合利用基于选择的对齐和基于强化学习的对齐可以在数据受限的环境中促进更可信的医学图像描述。
cs.CV / 34 / 2608.19860

AutoLumNet: Monotone Optimal Transport for Single-Shot Exposure Correction

AutoLumNet:用于单次曝光校正的单调最优传输
Tania, Airin Akter, Khan, Md Raihan, Ahmad, Mohiuddin
Abstract
Single-shot exposure correction aims to map an arbitrarily degraded image---whether under-exposed, over-exposed, or a spatial mixture of both---to a well-exposed output from a single capture. We present AutoLumNet, a framework that decomposes this task into a global monotone tone curve and a bounded local residual, making the global component the locus of formal guarantees. The tone curve is parameterized as the normalized cumulative integral of a strictly positive density, ensuring strict monotonicity by construction rather than by penalty. We prove that this parameterization (i)~preserves the pairwise luminance ordering of all pixels and all spatial extrema unconditionally, and (ii)~is dense in the space of valid tone corrections, containing the one-dimensional optimal-transport map from the input to any target luminance distribution. A differentiable sorted-sample Wasserstein-2 objective drives the learned curve toward the OT optimum during training. Spatially varying effects that the global map provably cannot address---local shading, chrominance shifts, and clipped-region restoration---are handled by a bounded residual decoder with dual-branch convex fusion, for which we provide an explicit sufficient condition for local order preservation. Experiments on five benchmarks (MSEC, SICE, LCDP, LOL-v1, LOL-v2-real) show that AutoLumNet achieves state-of-the-art PSNR and SSIM across both under- and over-exposure regimes at 11.2\,ms per frame, and generalizes zero-shot to pure low-light benchmarks without retraining. To our knowledge, AutoLumNet is the first exposure-correction method to unite structural monotonicity, optimal-transport optimality, and bounded local adaptivity within a single trainable architecture. Code is available at https://github.com/kraihan/Autolumnet.
Chinese Translation
单次曝光校正旨在将任意退化的图像——无论是曝光不足、曝光过度,还是两者的空间混合——映射为单次捕获的良好曝光输出。我们提出了AutoLumNet,一个将此任务分解为全局单调色调曲线和有界局部残差的框架,使全局组件成为形式保证的所在。色调曲线被参数化为严格正密度的归一化累积积分,确保通过构造而非惩罚实现严格单调性。我们证明了该参数化 (i)~无条件地保持所有像素的成对亮度顺序及所有空间极值,(ii)~在有效色调校正的空间中是稠密的,包含从输入到任何目标亮度分布的一维最优传输映射。一个可微分的排序样本Wasserstein-2目标在训练过程中驱动学习曲线朝向最优传输(OT)最优解。全局映射显然无法处理的空间变化效应——局部阴影、色度偏移和剪切区域恢复——由一个具有双分支凸融合的有界残差解码器处理,我们为局部顺序保持提供了明确的充分条件。在五个基准(MSEC、SICE、LCDP、LOL-v1、LOL-v2-real)上的实验表明,AutoLumNet在曝光不足和曝光过度的情况下以每帧11.2毫秒的速度实现了最先进的PSNR和SSIM,并且在不重新训练的情况下对纯低光基准进行了零-shot泛化。据我们所知,AutoLumNet是第一个在单一可训练架构中结合结构单调性、最优传输最优性和有界局部适应性的曝光校正方法。代码可在 https://github.com/kraihan/Autolumnet 获取。
cs.CV / 35 / 2608.19866

A 360-Degree Vision Dataset for Learning Yaw Control on GPS-Denied Micro-UAVs in Disaster-Response-Relevant Environments

用于在无GPS微型无人机灾害响应相关环境中学习偏航控制的360度视觉数据集
Voigt, Niklas, Surmann, Hartmut
Abstract
This paper presents a novel data-driven approach to camera-based autonomy for micro-drones in GPS-denied, radio-challenging indoor environments. The target application is disaster and emergency response, where micro-UAVs can provide rapid situational awareness in hazardous settings such as firefighting and chemical, biological, radiological, and nuclear (CBRN) incidents while reducing risk for human responders. When the communication link is lost, the micro-drone uses a learned yaw controller to autonomously navigate toward open space, preserving onboard sensor data that would otherwise be lost with the vehicle. A custom micro-drone equipped with a 360-degree camera was used to record diverse industrial, underground, and training scenarios representative of communication-denied field operations. We introduce a preprocessing pipeline that converts equirectangular 360-degree footage into planar front views and dynamically generates image-label pairs for AI training. We then train and compare multiple convolutional neural network variants that predict a continuous yaw command from a single monocular view. Evaluation on a held-out test set confirms the feasibility of the learned yaw-prediction approach. A semi-autonomous real-world test further demonstrates the practicality of the method while revealing key failure modes, particularly reflections and glare.
Chinese Translation
本文提出了一种新颖的数据驱动方法,用于在无GPS、无线电信号受限的室内环境中实现微型无人机的基于摄像头的自主控制。目标应用是灾害和紧急响应,在这些场景中,微型无人机能够在火灾、化学、生物、放射性和核(CBRN)事件等危险环境中提供快速的态势感知,同时降低人类响应者的风险。当通信链路丢失时,微型无人机利用学习到的偏航控制器自主导航至开阔空间,保留本应随车辆丢失的机载传感器数据。我们使用一款配备360度摄像头的定制微型无人机记录了多样化的工业、地下和训练场景,这些场景代表了通信受限的现场操作。我们引入了一种预处理流程,将等距矩形的360度视频转换为平面前视图,并动态生成用于人工智能训练的图像-标签对。随后,我们训练并比较了多种卷积神经网络变体,这些变体能够从单一的单目视图中预测连续的偏航指令。在保留的测试集上的评估确认了学习偏航预测方法的可行性。一次半自主的实际测试进一步展示了该方法的实用性,同时揭示了关键的失效模式,特别是反射和眩光。
cs.CV / 36 / 2608.19871

DIFFCZSL: Compositional Zero-Shot Learning Regularized by Diffusion Representations

DIFFCZSL:通过扩散表示正则化的组合零样本学习
Tian, Hangyu, He, Zhenqi, Wang, Yanghao, Chen, Long
Abstract
Compositional Zero-Shot Learning (CZSL) aims to recognize unseen attribute-object compositions by leveraging knowledge of primitive concepts learned from seen compositions. Although recent works achieve impressive performance in CZSL by leveraging large vision-language models, they primarily rely on discriminative representations that may not explicitly preserve the structured relationships between primitive concepts and their compositions. Motivated by the recent success of diffusion-based classifiers and their competitive performance relative to discriminative models, we investigate whether intermediate diffusion representations can provide complementary cues for CZSL. To this end, we propose DIFFCZSL, a diffusion-augmented framework that injects generative priors from pre-trained diffusion models into CLIP-based CZSL pipelines. We extract intermediate diffusion representations and project them into the CLIP embedding space to provide auxiliary supervision on both image and text modalities. Through contrastive alignment between CLIP embeddings and diffusion features during training, our method encourages the embedding geometry toward richer composition-aware semantics, while introducing no additional cost at inference time. Extensive experiments on three public CZSL benchmarks demonstrate consistent improvements over strong CLIP-based baselines under both closed-world and open-world settings. Our results highlight the complementary strengths of generative diffusion representations and discriminative vision-language models for compositional generalization.
Chinese Translation
组合零样本学习(CZSL)旨在通过利用从已见组合中学习的原始概念知识,识别未见的属性-对象组合。尽管最近的研究通过利用大型视觉-语言模型在CZSL中取得了令人印象深刻的性能,但它们主要依赖于可能未能明确保留原始概念及其组合之间结构关系的判别表示。受到基于扩散的分类器近期成功及其相对于判别模型的竞争性能的启发,我们探讨中间扩散表示是否能为CZSL提供补充线索。为此,我们提出了DIFFCZSL,这是一种扩散增强框架,将预训练扩散模型中的生成先验注入基于CLIP的CZSL管道中。我们提取中间扩散表示,并将其投影到CLIP嵌入空间,以对图像和文本模态提供辅助监督。通过在训练过程中对CLIP嵌入和扩散特征之间的对比对齐,我们的方法鼓励嵌入几何朝向更丰富的组合感知语义,同时在推理时不引入额外成本。在三个公共CZSL基准上的大量实验表明,在封闭世界和开放世界设置下,我们的方法在强基于CLIP的基线之上实现了一致的改进。我们的结果突显了生成扩散表示和判别视觉-语言模型在组合泛化中的互补优势。
cs.CV / 37 / 2608.19894

Unified and Efficient Point-Line Local Features

统一高效的点线局部特征
Costa, François, Kreft, Raphael, Goedeke, Eckhard, Möller, Felix, Shah, Hardik, Rajaraman, Ramanathan, Liu, Shaohui, Pautrat, Rémi, Pollefeys, Marc
Abstract
Multi-view computer vision pipelines typically rely on accurate sparse keypoints and robust descriptors. While incorporating line features has shown clear benefits for matching and pose estimation, existing point-line approaches remain inefficient: they detect points and lines separately, use increasingly heavy networks, and depend on CPU-bound heuristics that hinder real-time performance. We introduce a Unified Efficient Points and Lines (UPAL) feature extractor that jointly extracts keypoints, line segments, and feature descriptors within a single lightweight architecture. A shared backbone provides common representations that feed different branches for point and line features. Line segments are recovered through an accelerated post-processing stage, an enhanced and highly efficient variant of the LSD algorithm. UPAL matches or exceeds state-ofthe-art performance in both point and line applications while significantly reducing computational cost, achieving, for instance, a 4x speedup and 10x smaller memory footprint over the ALIKED + DeepLSD pipeline. Code is publicly available at https://github.com/francois141/upal.
Chinese Translation
多视角计算机视觉管道通常依赖于准确的稀疏关键点和鲁棒的描述符。虽然结合线特征在匹配和姿态估计中显示出明显的优势,但现有的点线方法仍然效率低下:它们分别检测点和线,使用日益复杂的网络,并依赖于受限于CPU的启发式算法,这妨碍了实时性能。我们提出了一种统一高效的点线特征提取器(Unified Efficient Points and Lines, UPAL),该提取器在单一轻量级架构中联合提取关键点、线段和特征描述符。共享的主干网络提供了共同的表示,供点和线特征的不同分支使用。线段通过加速的后处理阶段恢复,这是一种增强且高效的LSD算法变体。UPAL在点和线应用中匹配或超过了当前最先进的性能,同时显著降低了计算成本,例如,相比于ALIKED + DeepLSD管道实现了4倍的速度提升和10倍更小的内存占用。代码可在 https://github.com/francois141/upal 获取。
cs.CV / 38 / 2608.19900

AvatarDynamizer: From Static to Dynamic Human Avatars via Generative Dynamic Textures

AvatarDynamizer:通过生成动态纹理将静态人类头像转变为动态头像
Sun, Guoxing, Zhu, Heming, Lyu, Linjie, Fua, Pascal, Theobalt, Christian, Habermann, Marc
Abstract
For full-body avatars, modeling surface dynamics is crucial for overcoming the uncanny valley and achieving perceptual realism. Person-agnostic methods recover static 3D avatars from monocular images, videos, or text prompts, but their skeleton-driven animations lack realistic surface dynamics such as clothing wrinkles. In contrast, person-specific methods achieve high-quality rendering and realistic dynamics, but require expensive multi-view captures for each individual. Recent generalizable dynamic avatar methods struggle to embed surface dynamics, leading to either limited multi-view consistency or dynamic expressiveness. To this end, we propose AvatarDynamizer, a generative method that transforms an off-the-shelf static 3D avatar into a controllable, realistic, and multi-view-consistent 4D avatar. We introduce a novel texture-space surface-dynamics embedding and formulate avatar dynamics modeling as conditional texture generation. Our encoder--decoder representation embeds pose-dependent dynamics into dynamic texture maps, enabling compatibility with pre-trained video diffusion models while decoding them into 3D Gaussians for multi-view consistent rendering. Since existing datasets are limited in scale, sequence length, or motion diversity, we collect a large-scale multi-view dataset with long sequences covering diverse skeletal motions and surface dynamics. Experiments show that our method effectively animates static avatars with faithful surface dynamics and outperforms competing generalizable methods in visual fidelity, especially under limited dynamic training data.
Chinese Translation
对于全身头像,建模表面动态对于克服恐怖谷现象和实现感知现实主义至关重要。与个体无关的方法从单目图像、视频或文本提示中恢复静态3D头像,但其基于骨架的动画缺乏现实的表面动态,例如衣物皱褶。相比之下,特定于个体的方法实现了高质量渲染和真实动态,但需要为每个个体进行昂贵的多视角捕捉。最近的可泛化动态头像方法在嵌入表面动态方面存在困难,导致多视角一致性或动态表现力有限。为此,我们提出了AvatarDynamizer,这是一种生成方法,可以将现成的静态3D头像转变为可控的、真实的和多视角一致的4D头像。我们引入了一种新颖的纹理空间表面动态嵌入,并将头像动态建模公式化为条件纹理生成。我们的编码器-解码器表示将姿势依赖的动态嵌入到动态纹理图中,使其能够与预训练的视频扩散模型兼容,同时将其解码为用于多视角一致渲染的3D高斯分布。由于现有数据集在规模、序列长度或运动多样性方面有限,我们收集了一个大规模的多视角数据集,包含覆盖多样骨骼运动和表面动态的长序列。实验表明,我们的方法有效地为静态头像赋予真实的表面动态,并在视觉保真度上超越了竞争的可泛化方法,尤其是在动态训练数据有限的情况下。
cs.CV / 39 / 2608.19965

Flow Matching Meets 3D Curvilinear Structure Segmentation in Medical Imaging

流匹配与医学影像中的三维曲线结构分割相结合
Moctar, Sidi Mohamed Sid'El, Vitry, Nicolas, Bouvrais, Hélène
Abstract
Segmentation of curvilinear anatomical structures in 3D medical images remains challenging due to complex topology, severe class imbalance, weak contrast, and large variations in structure morphology. While deep learning approaches for 3D curvilinear segmentation have been proposed, they are often tailored to specific anatomies or modalities, limiting generalization across clinical settings and leaving room for improvement. Recent generative models have shown the benefits of iterative prediction for structured segmentation tasks, yet diffusion-based methods suffer from computationally expensive sampling, hindering their use on high-resolution 3D volumes. We present 3D-CurvSegFlow, a flow matching-based model for 3D curvilinear structure segmentation. The model learns a continuous transformation from a simple source distribution to the target vascular representation, enabling progressive refinement of complex curvilinear geometries with efficient inference. We evaluate our method on Three public challenging datasets covering distinct anatomies and modalities: portal vein, cerebral vessel, and coronary arteries. Using a common architecture and training strategy across all tasks, our method outperforms general-purpose and vessel-specific approaches, with strong preservation of thin branches and vascular continuity. This work not only advances the state-of-the-art in 3D curvilinear segmentation but also opens new avenues for efficient, generalizable, and clinically applicable methods in medical image analysis.
Chinese Translation
在三维医学图像中,曲线解剖结构的分割仍然面临挑战,原因包括复杂的拓扑结构、严重的类别不平衡、弱对比度以及结构形态的大幅变化。尽管已经提出了针对三维曲线分割的深度学习方法,但它们通常针对特定的解剖结构或成像模态进行定制,限制了在临床环境中的推广,并留下了改进的空间。最近的生成模型展示了迭代预测在结构化分割任务中的优势,然而基于扩散的方法由于计算上昂贵的采样过程,限制了其在高分辨率三维体积上的应用。我们提出了3D-CurvSegFlow,这是一种基于流匹配的三维曲线结构分割模型。该模型学习从简单源分布到目标血管表示的连续变换,使得复杂曲线几何形状的逐步优化成为可能,并实现高效推断。我们在三个涵盖不同解剖结构和成像模态的公共挑战性数据集上评估了我们的方法:门静脉、脑血管和冠状动脉。通过在所有任务中采用统一的架构和训练策略,我们的方法在保留细小分支和血管连续性方面优于通用和特定血管的方法。这项工作不仅推动了三维曲线分割的最新进展,还为医学图像分析中高效、可推广和临床适用的方法开辟了新的途径。
cs.CV / 40 / 2608.19973

Open-Vocabulary 3D Object Detection with Co-Distillation Discovery and Dual Guidance Robust Training

开放词汇的三维物体检测:共蒸馏发现与双重引导鲁棒训练
Yuan, Shangbo, Xu, Jie, Zhu, Xiaofeng, Zhao, Na
Abstract
Recently, open-vocabulary 3D object detection (3D-OVD) has gained increasing attention for its ability to detect unseen objects in 3D scenes. Existing approaches typically adopt a two-stage pipeline that first discovers novel objects using foundation models and then trains a 3D-OVD model based on these discovered objects. Although effective, this pipeline often suffers from inaccurate localization and mismatched classification during the discovery stage, which subsequently limits the performance of the model training stage. To address these limitations, we advocate for improving both the reliability of novel object discovery and the robustness of model training, and propose an innovative framework. Specifically, for reliable discovery, our co-distillation strategy distills high-quality novel objects by applying Hungarian matching over a comprehensive score that incorporates geometric consistency, structural objectness, and semantic certainty. To enhance robust model training, we further propose a dual-guidance learning scheme, incorporating a scene-awareness-guided uncertainty regularization for the regression head and an LLM-guided hierarchical alignment for the classification head, effectively mitigating the negative effects of imprecise 3D bounding boxes and semantic ambiguity. Extensive experiments on SUN RGB-D and ScanNetV2 demonstrate that our method achieves significant performance gains over state-of-the-art approaches. Code is available at https://github.com/shangboyuan/Co-3DGT
Chinese Translation
近年来,开放词汇的三维物体检测(3D-OVD)因其在三维场景中检测未见物体的能力而受到越来越多的关注。现有方法通常采用两阶段流程,首先利用基础模型发现新物体,然后基于这些发现的物体训练3D-OVD模型。尽管这种方法有效,但在发现阶段常常面临不准确的定位和分类不匹配的问题,从而限制了模型训练阶段的性能。为了解决这些局限性,我们主张提高新物体发现的可靠性和模型训练的鲁棒性,并提出了一种创新框架。具体而言,在可靠发现方面,我们的共蒸馏策略通过对综合评分应用匈牙利匹配,提取高质量的新物体,该评分结合了几何一致性、结构物体性和语义确定性。为了增强模型训练的鲁棒性,我们进一步提出了一种双重引导学习方案,结合了针对回归头的场景感知引导不确定性正则化和针对分类头的LLM引导层次对齐,有效减轻了不精确的三维边界框和语义模糊带来的负面影响。在SUN RGB-D和ScanNetV2上的大量实验表明,我们的方法在性能上显著优于最先进的方法。代码可在 https://github.com/shangboyuan/Co-3DGT 获取。
cs.CV / 41 / 2608.19987

STEP: Score-Based Temporal Energy for Human Pose Video Anomaly Detection

STEP:基于评分的时间能量用于人类姿态视频异常检测
Micorek, Jakub, Koziński, Mateusz, Possegger, Horst
Abstract
Skeleton-based Video Anomaly Detection (VAD) offers a robust, privacy-preserving solution for identifying abnormal behaviors. To model the distribution of normal static and moving poses, recent methods train Energy-Based Models (EBMs) via Denoising Score Matching (DSM). However, directly injecting noise, required for training, into raw joint coordinates creates physically impossible poses, and this structural collapse severely worsens as the temporal window expands. To address this, we introduce STEP, a simple framework that utilizes Principal Component Analysis (PCA) to project pose sequences into a compact, whitened PC-space. Learning the data density within this well-behaved PC-space ensures that the injected noise translates into physically plausible variations, which allows the model to process longer video sequences without the performance collapse of raw coordinate baselines. Additionally, to mitigate inherent pose estimation inaccuracies arising from occlusions or motion blur, we integrate a sequence-level weighting mechanism based on the estimator's confidence scores. Operating at real-time computational efficiency, our simple and lightweight framework outperforms the previous skeleton-based state-of-the-art by 12.2% (90.1% AUROC) on the challenging UBnormal dataset and achieves highly competitive results by improving on the ShanghaiTech benchmark.
Chinese Translation
基于骨骼的视频异常检测(VAD)为识别异常行为提供了一种稳健且保护隐私的解决方案。为了建模正常静态和动态姿态的分布,最近的方法通过去噪评分匹配(DSM)训练能量模型(EBMs)。然而,直接将训练所需的噪声注入原始关节坐标会产生物理上不可能的姿态,且随着时间窗口的扩大,这种结构崩溃会严重恶化。为了解决这个问题,我们提出了STEP,一个简单的框架,利用主成分分析(PCA)将姿态序列投影到紧凑的、白化的主成分空间中。在这个表现良好的主成分空间内学习数据密度,确保注入的噪声转化为物理上合理的变化,从而使模型能够处理更长的视频序列,而不会出现原始坐标基线的性能崩溃。此外,为了减轻由于遮挡或运动模糊引起的固有姿态估计不准确性,我们集成了一种基于估计器置信度评分的序列级加权机制。我们的简单轻量框架在实时计算效率下,超越了之前基于骨骼的最先进技术,在具有挑战性的UBnormal数据集上提升了12.2%(90.1% AUROC),并在ShanghaiTech基准上取得了高度竞争的结果。
cs.CV / 42 / 2608.20000

Point-Based 3D Reconstruction from Sparse Views under Known Illumination

基于点的已知照明稀疏视图三维重建
Gjerde, Magnus Kaufmann, Haurum, Joakim Bruslund, Frisvad, Jeppe Revall, Worchel, Markus, Bærentzen, J. Andreas, Moeslund, Thomas B.
Abstract
Sparse view 3D reconstruction is commonly addressed with neural implicit surfaces or dense point-based representations such as Gaussian splatting. Surface-aware splatting methods improve extracted geometry through oriented primitives and regularization, while RadiosityGS incorporates differentiable light transport through a radiosity inspired finite-element surfel formulation. We propose a differentiable point rendering method based on opacity-bearing beta surfels. An opacity explicit adjoint light transport formulation provides gradients for surfel geometry and appearance parameters, allowing physically based light transport to constrain reconstruction. Across five synthetic objects reconstructed from ten posed views, our method achieves the lowest mean symmetric Chamfer distance among the evaluated baselines and reduces mean Chamfer distance by 28.5% relative to the strongest point-based baseline while using only 267 surfels on average, approximately ~161 fewer primitives. Directional Chamfer results further show improved accuracy and competitive completion relative to related point-based methods. These results show that, in the controlled direct illumination setting, compact beta surfels combined with transport-based optimization can recover surfaces without relying on the tens to hundreds of thousands of primitives used by the evaluated baselines.
Chinese Translation
稀疏视图三维重建通常通过神经隐式表面或密集的基于点的表示(如高斯溅射)来解决。表面感知的溅射方法通过定向原语和正则化来改善提取的几何形状,而 RadiosityGS 则通过受辐射度启发的有限元表面粒子(surfel)形式引入可微分的光传输。我们提出了一种基于具有不透明度的贝塔表面粒子的可微分点渲染方法。一个显式的不透明度伴随光传输公式为表面粒子的几何形状和外观参数提供了梯度,使得基于物理的光传输能够约束重建。在从十个姿态视图重建的五个合成物体中,我们的方法在评估的基线中实现了最低的平均对称香农距离,并相对于最强的基于点的基线减少了28.5%的平均香农距离,同时平均仅使用267个表面粒子,约减少了161个原语。方向性香农结果进一步显示出相对于相关基于点的方法的准确性和竞争力的完整性。这些结果表明,在受控的直接照明环境下,紧凑的贝塔表面粒子结合基于传输的优化可以恢复表面,而无需依赖评估基线所使用的数万到数十万个原语。
cs.CV / 43 / 2608.20026

From Street View Imagery to Street Quality Indicators: Vision Language Inference for the Suburban 15-minute City

从街景图像到街道质量指标:面向郊区15分钟城市的视觉语言推理
Perez, Joan, Fusco, Giovanni
Abstract
Streetscape quality has become a central concern in contemporary urban planning, particularly within the framework of the pedestrian-friendly 15-minute city, where walkability and public-space quality are increasingly recognized as key determinants of urban performance. However, assessing streetscape qualities across large suburban and peri-urban territories remains challenging due to the time and resource demands of conventional field surveys. This paper presents a planning-oriented assessment of streetscape qualities in the north-eastern periphery of Nice (France) using the latest release of SAGAI (Streetscape Analysis with Generative AI), an open-source workflow that leverages vision-language models (VLMs) for large-scale streetscape analysis from Google Street View imagery. The new release addresses limitations of the original framework through improved image acquisition, geographically consistent view generation, support for multiple VLM architectures, consensus-based inference, and an integrated analytical environment. The workflow is applied to several thousand street-level observations to evaluate qualities relevant to pedestrian-friendly urban environments: sidewalk presence, pedestrian entrance density, and vegetation. The resulting maps reveal that the desired streetscape qualities characterize only a fraction of today's suburban streetscapes, mainly in compact developments and traditional suburban faubourgs, while they are particularly lacking on residential hills. The analysis demonstrates the potential of contemporary VLMs to support urban diagnostics in extensive suburban territories where fieldwork would be prohibitively time-consuming. Beyond the case study, the paper illustrates how recent advances in vision-language models can contribute to evidence-based planning by enabling scalable, flexible, and interpretable assessments of urban public-space quality.
Chinese Translation
街景质量已成为当代城市规划中的一个核心问题,尤其是在以步行友好为核心的15分钟城市框架内,步行性和公共空间质量越来越被认为是城市表现的关键决定因素。然而,由于传统实地调查的时间和资源需求,评估大规模郊区和城市边缘地区的街景质量仍然面临挑战。本文展示了在法国尼斯东北边缘对街景质量的规划导向评估,使用最新发布的SAGAI(基于生成性人工智能的街景分析),这是一种开源工作流程,利用视觉语言模型(VLMs)从Google街景图像进行大规模街景分析。新版本通过改进图像获取、地理一致的视图生成、对多种VLM架构的支持、基于共识的推理以及集成分析环境,解决了原始框架的局限性。该工作流程应用于数千个街道观察,以评估与步行友好城市环境相关的质量:人行道存在、行人入口密度和植被。结果地图显示,所期望的街景质量仅在当今郊区街景的一小部分中体现,主要集中在紧凑型开发和传统郊区法布尔(faubourg)中,而在住宅山丘上则特别缺乏。分析展示了当代VLMs在广泛郊区领域支持城市诊断的潜力,在这些领域,实地工作将是耗时的。超越案例研究,本文阐明了视觉语言模型的最新进展如何通过实现可扩展、灵活且可解释的城市公共空间质量评估,为基于证据的规划做出贡献。
cs.CV / 44 / 2608.20056

Gravity-aware partially calibrated absolute pose estimation from affine- or rotation-covariant features

基于仿射或旋转协变特征的重力感知部分标定绝对姿态估计
Örnhag, Marcus Valtonen, Jaenal, Alberto, Adalbjörnsson, Stefan
Abstract
Inertial measurement units (IMUs) are now standard in most consumer devices, such as smartphones, drones, and extended reality (XR) headsets. By fusing visual and inertial data, localization systems gain significantly in speed and robustness compared to vision-only or IMU-only approaches. However, traditional pose estimation methods fail to utilize the local geometric information embedded in feature descriptors like SIFT. Recent work has proved the advantages of leveraging this information for relative and absolute pose estimation, but its application to partially calibrated absolute pose estimation remains unexplored. In this paper, we derive novel constraints for joint estimation of absolute pose and focal length, making use of a gravity vector obtained from IMU data and the feature-induced local geometry, which we use to construct two efficient solvers: UP1PfAC, that operates given a single affine correspondence and UP2PfORI, which requires two orientation-covariant features. Unlike traditional, semi-calibrated absolute pose methods requiring four point correspondences, our solvers benefit from fewer samples and lower computational cost, simplifying robust estimation in modern RANSAC-like frameworks. We evaluate the proposed solvers against the state-of-the-art on large-scale public datasets and demonstrate that our method achieves fast and accurate localization and focal length estimation.
Chinese Translation
惯性测量单元(IMU)现在已成为大多数消费设备的标准配置,如智能手机、无人机和扩展现实(XR)头戴设备。通过融合视觉和惯性数据,定位系统在速度和鲁棒性方面显著优于仅依赖视觉或仅依赖IMU的方法。然而,传统的姿态估计方法未能利用嵌入在特征描述符(如SIFT)中的局部几何信息。近期的研究证明了利用这些信息进行相对和绝对姿态估计的优势,但其在部分标定绝对姿态估计中的应用仍未被探索。本文推导了用于绝对姿态和焦距联合估计的新约束,利用从IMU数据获取的重力向量和特征引起的局部几何信息,构建了两个高效的求解器:UP1PfAC,适用于单个仿射对应关系,以及UP2PfORI,要求两个方向协变特征。与传统的半标定绝对姿态方法需要四个点对应关系不同,我们的求解器受益于更少的样本和更低的计算成本,从而简化了现代RANSAC类框架中的鲁棒估计。我们在大规模公共数据集上评估了所提出的求解器,并证明我们的方法实现了快速且准确的定位和焦距估计。
cs.CV / 45 / 2608.20069

V-REX: Efficient Specialist VLM Training for Veterinary X-Rays

V-REX:高效的兽医X光图像专用VLM训练
Elsner, Tim, McNally, Nicole, Dourson, Andre, Fitzke, Michael
Abstract
While generalist VLMs are expensive to train, creating domain experts is widely assumed to require fine-tuning increasingly large foundation models. We show that, in veterinary radiology, this assumption is misguided. By rethinking the entire VLM pipeline - from text tokenisation and pre-training to grounding and inference - we demonstrate that careful engineering can yield models that outperform much larger foundation models from scratch, without relying on any other data. Our approach introduces new strategies for generative pre-training and grounding that improve training efficiency, increasing data utilisation and downstream performance. Using only a fraction of the parameters, data, and compute of contemporary generalist models, we develop the first VLM capable of generating diagnostic reports for veterinary radiographs, surpassing open foundation models on this task by significant margin.
Chinese Translation
尽管通用VLM的训练成本高昂,但创建领域专家通常被认为需要对越来越大的基础模型进行微调。我们展示了在兽医放射学领域,这一假设是错误的。通过重新思考整个VLM流程——从文本标记化和预训练到基础和推理——我们证明了精心的工程设计可以产生从零开始超越更大基础模型的模型,而无需依赖任何其他数据。我们的方法引入了新的生成预训练和基础策略,提高了训练效率,增加了数据利用率和下游性能。仅使用当代通用模型的一小部分参数、数据和计算资源,我们开发了第一个能够为兽医X光片生成诊断报告的VLM,在这一任务上显著超越了开放基础模型。
cs.CV / 46 / 2608.20093

HandMvNet: Real-Time 3D Hand Pose Estimation Using Multi-View Cross-Attention Fusion

HandMvNet:基于多视角交叉注意力融合的实时3D手势估计
Ali, Muhammad Asad, Robertini, Nadia, Stricker, Didier
Abstract
In this work, we present HandMvNet, one of the first real-time method designed to estimate 3D hand motion and shape from multi-view camera images. Unlike previous monocular approaches, which suffer from scale-depth ambiguities, our method ensures consistent and accurate absolute hand poses and shapes. This is achieved through a multi-view attention-fusion mechanism that effectively integrates features from multiple viewpoints. In contrast to previous multi-view methods, our approach eliminates the need for camera parameters as input to learn 3D geometry. HandMvNet also achieves a substantial reduction in inference time while delivering competitive results compared to the state-of-the-art methods, making it suitable for real-time applications. Evaluated on publicly available datasets, HandMvNet qualitatively and quantitatively outperforms previous methods under identical settings. Code is available at github.com/pyxploiter/handmvnet.
Chinese Translation
在本研究中,我们提出了HandMvNet,这是首批旨在从多视角摄像头图像中实时估计3D手部运动和形状的方法之一。与之前的单目方法不同,后者受到尺度-深度模糊的影响,我们的方法确保了手部姿态和形状的一致性和准确性。这是通过一种多视角注意力融合机制实现的,该机制有效整合来自多个视角的特征。与之前的多视角方法相比,我们的方法消除了将相机参数作为输入以学习3D几何的需求。HandMvNet在推理时间上也实现了显著减少,同时在与最先进的方法相比时,结果具有竞争力,使其适用于实时应用。在公开可用的数据集上进行评估时,HandMvNet在相同设置下在定性和定量上均优于之前的方法。代码可在github.com/pyxploiter/handmvnet获取。
cs.CV / 47 / 2608.20104

Structured Affinity for Unsupervised Visual Class-Incremental Memory in Deep Artificial Immune Networks

深度人工免疫网络中的无监督视觉类增量记忆的结构化亲和力
Sithungu, Siphesihle
Abstract
Artificial immune networks (AINs) are naturally memory-forming systems, but conventional visual AINs often rely on flattened vector affinity that ignores spatial structure. This paper studies whether structured, gradient-free immune affinity can make Deep AINs viable as replay-free visual class-incremental representation-memory learners. Visual B-cells are formalized as structured templates, including shifted-template affinity, zero-normalized cross-correlation (ZNCC) filters, and feature-map binding profiles. A repertoire is treated both as memory and as a representation-inducing basis, while depth is obtained by passing binding-profile response maps to subsequent immune layers. The resulting Deep AIN exhibits adaptive latent coordinate reorganization: as new classes arrive, the binding-profile space evolves while retaining recoverable structure for earlier classes. Experiments on sklearn digits, MNIST, Fashion-MNIST, and KMNIST show that preserving response maps is critical. Scalar binding-profile variants underperform, whereas feature-map Deep AINs learn class-discriminative visual memory without replay, label-driven immune updates, or backpropagation through the immune layers. On sklearn digits, downstream probes fitted on the learned binding profiles reach 0.939 final balanced accuracy with logistic regression and 0.902 with 1-nearest-neighbour after all ten classes are encountered, with initial-class retention of 0.978. Adaptive layer-wise scale calibration further improves the two-layer feature-map Deep AIN to 0.978 balanced accuracy. With the same calibration rule, Fashion-MNIST reaches 0.814 and KMNIST reaches 0.853. These probes are external validation tools, not components of the AIN. The results identify structured affinity, response-map preservation, adaptive latent reorganization, and layer-wise scale calibration as key mechanisms for replay-free visual immune memory.
Chinese Translation
人工免疫网络(AINs)是自然形成记忆的系统,但传统的视觉 AINs 通常依赖于忽略空间结构的扁平化向量亲和力。本文研究了结构化的无梯度免疫亲和力是否能够使深度 AINs 成为无重放的视觉类增量表示-记忆学习者。视觉 B 细胞被形式化为结构化模板,包括偏移模板亲和力、零归一化互相关(ZNCC)滤波器和特征图绑定轮廓。一个库既被视为记忆,也被视为表示诱导基础,而深度通过将绑定轮廓响应图传递到后续免疫层来获得。所得到的深度 AIN 展现出自适应的潜在坐标重组:随着新类的到来,绑定轮廓空间不断演变,同时保留早期类的可恢复结构。在 sklearn digits、MNIST、Fashion-MNIST 和 KMNIST 上的实验表明,保留响应图是至关重要的。标量绑定轮廓变体表现不佳,而特征图深度 AIN 在没有重放、标签驱动的免疫更新或通过免疫层的反向传播的情况下学习类区分的视觉记忆。在 sklearn digits 上,基于学习到的绑定轮廓拟合的下游探针在遇到所有十个类后,使用逻辑回归达到 0.939 的最终平衡准确率,使用 1-最近邻达到 0.902,初始类保留率为 0.978。自适应层级尺度校准进一步将两层特征图深度 AIN 的平衡准确率提高到 0.978。使用相同的校准规则,Fashion-MNIST 达到 0.814,KMNIST 达到 0.853。这些探针是外部验证工具,而不是 AIN 的组成部分。结果表明,结构化亲和力、响应图保留、自适应潜在重组和层级尺度校准是无重放视觉免疫记忆的关键机制。
cs.CV / 48 / 2608.20107

BeyondMasks: Evaluating Causal and Physical Consistency in Video Object Removal

超越掩膜:评估视频对象移除中的因果和物理一致性
Ekin, Yigit, Sanli, Enes, Erdem, Aykut, Erdem, Erkut, Dundar, Aysegul
Abstract
Recent advances in generative video models have significantly improved visual realism in video object removal, yet evaluation protocols still focus on masked region fidelity, treating removal as local inpainting. In real scenes, object removal is a causal intervention: eliminating an object also requires removing its induced physical effects, such as shadows, reflections, illumination changes, translucency, and dynamic traces. Existing benchmarks lack aligned clean references or remain limited to simplified synthetic settings, preventing systematic evaluation of causal consistency. We introduce BeyondMasks, a paired benchmark for causally consistent video object removal, consisting of temporally aligned synthetic and real world video pairs with clean background references. The dataset spans diverse photometric, geometric, volumetric, and dynamic interactions, and supports both mask based and instruction driven editing. We further propose CORE, a structured vision language model based evaluation protocol that jointly measures object disappearance and after effect consistency, aligning more closely with human judgments than existing metrics. Benchmarking state of the art methods reveals systematic failures in removing secondary physical effects despite high masked region fidelity, exposing a gap between visual plausibility and causal correctness. BeyondMasks reframes video object removal as causal scene consistency rather than local reconstruction and provides a unified framework for its evaluation.
Chinese Translation
近期生成视频模型的进展显著提升了视频对象移除的视觉真实感,然而评估协议仍然集中于掩膜区域的保真度,将移除视为局部修复。在真实场景中,对象移除是一种因果干预:消除一个对象还需要去除其引发的物理效应,例如阴影、反射、光照变化、半透明性和动态痕迹。现有基准缺乏对齐的干净参考,或局限于简化的合成设置,阻碍了因果一致性的系统评估。我们提出了BeyondMasks,一个用于因果一致性视频对象移除的配对基准,包含时间对齐的合成和真实世界视频对及干净背景参考。该数据集涵盖多样的光度、几何、体积和动态交互,并支持基于掩膜和指令驱动的编辑。我们进一步提出CORE,一个基于结构化视觉语言模型的评估协议,联合测量对象消失和后效应一致性,与人类判断的对齐程度比现有指标更高。对最先进方法的基准测试揭示了在高掩膜区域保真度下去除次要物理效应的系统性失败,暴露了视觉合理性与因果正确性之间的差距。BeyondMasks将视频对象移除重新定义为因果场景一致性,而非局部重建,并提供了一个统一的评估框架。
cs.CV / 49 / 2608.20122

ArmorOCR: Grounded Adversarial Visual Perception via Observation-Transferred Self-Distillation

ArmorOCR:通过观察转移自我蒸馏实现的基础对抗视觉感知
Cao, Linhan, Li, Siyuan, Lan, Jun, He, Liangbo, Li, Guannan, Huang, Xiaolei, Jia, Jun, Zhou, Shuheng, Zhu, Huijia, Wang, Weiqiang, Sun, Wei
Abstract
Large multimodal models (LMMs) have demonstrated strong OCR recognition capabilities, yet remain vulnerable to adversarial visual text that is readable to humans but challenging for models to localize and recognize. Existing OCR benchmarks mainly focus on natural or document-style text, while adversarial OCR evaluations remain limited in scale, task coverage, or region-aware evaluation. In this paper, we formulate adversarial OCR as a \textbf{grounded OCR perception} task and introduce \textbf{AdvSpot}, the first benchmark for grounded adversarial OCR evaluation. AdvSpot comprises 390 images with region-level annotations, spanning 5 primary categories and 13 fine-grained adversarial OCR types. To address this challenge, we propose \textbf{ArmorOCR}, a two-stage training framework for robust adversarial OCR perception. ArmorOCR first acquires missing adversarial OCR perception from privileged transformed observations through On-Policy Self-Distillation (OPSD), and then refines grounded OCR perception through Group Relative Policy Optimization (GRPO) with task-conditioned rewards for localization, recognition, full spotting, and visual question answering (VQA). Experiments on our AdvSpot, other adversarial OCR benchmarks, and general OCR benchmarks demonstrate that ArmorOCR consistently improves adversarial OCR perception while preserving competitive general OCR capability.
Chinese Translation
大型多模态模型(LMMs)已展示出强大的OCR识别能力,但仍然容易受到对抗视觉文本的影响,这些文本对人类可读,但对模型的定位和识别却具有挑战性。现有的OCR基准主要集中在自然或文档风格的文本上,而对抗OCR评估在规模、任务覆盖或区域感知评估方面仍然有限。在本文中,我们将对抗OCR形式化为一个 extbf{基础OCR感知}任务,并引入 extbf{AdvSpot},这是第一个针对基础对抗OCR评估的基准。AdvSpot包含390张带有区域级注释的图像,涵盖5个主要类别和13种细粒度的对抗OCR类型。为了解决这一挑战,我们提出了 extbf{ArmorOCR},一个用于鲁棒对抗OCR感知的两阶段训练框架。ArmorOCR首先通过在线自我蒸馏(On-Policy Self-Distillation, OPSD)从特权转化观察中获取缺失的对抗OCR感知,然后通过任务条件奖励的群体相对策略优化(Group Relative Policy Optimization, GRPO)来精炼基础OCR感知,以实现定位、识别、完整检测和视觉问答(Visual Question Answering, VQA)。在我们的AdvSpot、其他对抗OCR基准和一般OCR基准上的实验表明,ArmorOCR在提高对抗OCR感知的同时,保持了竞争力的通用OCR能力。
cs.CV / 50 / 2608.20127

ID-VTG: Image-Disambiguated Video Temporal Grounding

ID-VTG:图像消歧的视频时间定位
Zheng, Minghang, Wei, Jingli, Yang, Hongyi, Liu, Yang
Abstract
Video Temporal Grounding (VTG) faces significant challenges when natural language queries must distinguish between multiple events involving visually similar entities, particularly when relying on fine-grained visual attributes that are difficult to describe accurately in words alone. To address this, we introduce Image-Disambiguated Video Temporal Grounding (ID-VTG), a task that leverages multimodal queries combining a reference image and a text description to precisely localize segments where a specific instance performs a described action. To facilitate research, we construct two benchmarks: IDVTG-Gym, focusing on fine-grained, compositionally ordered gymnastics actions with athletes in similar uniforms; and IDVTG-InternVid, an open-world dataset featuring diverse entities (e.g., humans, animals, fictional characters) and significant temporal distractors. Methodologically, we propose the Visually-Guided Disambiguation Aggregation (VGD-Agg) framework based on a dual-branch fast-slow architecture. The fast branch efficiently generates preliminary event proposals, while the slow branch performs fine-grained frame-level matching between video frames and the reference image. We enhance discriminability via two learnable tokens: a Compare Token, which represents hard negatives to probe for the presence of the target instance (as referred to by the query image), and a Depress Value, which represents text-irrelevant events. Proposals that the Compare Token identifies as lacking the target instance are pushed toward the Depress Value, thus easing disambiguation via the text query. Extensive experiments validate our approach, which achieves state-of-the-art results on the proposed benchmarks. Code is available at https://github.com/oceanflowlab/ID-VTG.
Chinese Translation
视频时间定位(VTG)在自然语言查询需要区分涉及视觉上相似实体的多个事件时面临重大挑战,尤其是在依赖难以用语言准确描述的细粒度视觉属性时。为了解决这个问题,我们提出了图像消歧的视频时间定位(ID-VTG),这是一项利用多模态查询结合参考图像和文本描述,以精确定位特定实例执行描述动作的片段的任务。为了促进研究,我们构建了两个基准:IDVTG-Gym,专注于穿着相似制服的运动员的细粒度、组合有序的体操动作;以及IDVTG-InternVid,一个开放世界数据集,包含多样的实体(如人类、动物、虚构角色)和显著的时间干扰因素。在方法论上,我们提出了基于双分支快慢架构的视觉引导消歧聚合(VGD-Agg)框架。快分支高效生成初步事件提议,而慢分支在视频帧和参考图像之间执行细粒度的帧级匹配。我们通过两个可学习的标记增强可区分性:一个比较标记(Compare Token),表示硬负样本以探测目标实例(如查询图像所指)是否存在;一个抑制值(Depress Value),表示与文本无关的事件。比较标记识别为缺乏目标实例的提议被推向抑制值,从而通过文本查询简化消歧。大量实验验证了我们的方法,在所提出的基准上达到了最先进的结果。代码可在 https://github.com/oceanflowlab/ID-VTG 获取。
cs.CV / 51 / 2608.20134

Feature Evolution and Migration during Vision Transformer Training

视觉变换器训练中的特征演化与迁移
Järve, Joonas, Aysel, Halil Ibrahim, Khajuria, Tarun, Kull, Meelis
Abstract
We present a novel view on feature evolution in Vision Transformers (ViTs) by visualizing the training process over two dimensions -- network depth (layer) and training time (epochs). We employ Sparse Autoencoders (SAEs) to extract candidate sparse features from CLS-token representations and compare their activation profiles across epoch--layer pairs. This allows us to study feature-level dynamics that are not directly visible from representation-level similarity measures. Furthermore, we demonstrate how this framework of feature evolution allows us to describe feature migration, the change in the layer where a feature is most detectable during training. Our experiments show that migration is concentrated early in training, occurs more often toward earlier layers than toward deeper layers, and declines as feature organization stabilizes. We further find that deeper layers stabilize earlier and more strongly than shallow layers. The results show that our approach can be employed as a tool for understanding how ViTs learn and evolve.
Chinese Translation
我们通过在两个维度上可视化训练过程——网络深度(层)和训练时间(轮次),提出了对视觉变换器(ViTs)中特征演化的新视角。我们采用稀疏自编码器(SAEs)从CLS-token表示中提取候选稀疏特征,并比较它们在不同轮次-层对中的激活特征。这使我们能够研究特征级动态,这些动态在表示级相似性度量中并不直接可见。此外,我们展示了特征演化的这一框架如何使我们能够描述特征迁移,即在训练过程中一个特征最易被检测到的层的变化。我们的实验表明,迁移在训练初期集中发生,发生在较早层的频率高于深层,并且随着特征组织的稳定而减少。我们进一步发现,深层比浅层更早且更强烈地稳定。结果表明,我们的方法可以作为理解ViTs如何学习和演化的工具。
cs.CV / 52 / 2608.20141

DPC-Net: Dual-Prior Collaborative Network for All-in-One Image Restoration

DPC-Net:用于一体化图像修复的双先验协作网络
He, Zhaokun, Shi, Kangbiao, Niu, Axi, Jin, Jian, Wu, Peng, Dong, Wei, Yan, Qingsen
Abstract
All-in-One Image Restoration (AiOIR) aims to handle diverse degradations within a unified model. However, existing methods often overlook image semantics in degradation modeling and lack low-level visual priors during reconstruction, leading to structural distortions and semantic inconsistencies. To address these issues, we propose a novel Dual-Prior Collaborative Network (DPC-Net), which achieves high-quality restoration by jointly exploiting degradation-semantic coupled priors and low-level visual priors. Specifically, degraded images are fed into a Degradation-Aware Network (DAN) to extract degradation-semantic coupled features. To this end, a Vision-Language Model (VLM) supervises DAN by constraining its features distribution, introducing image semantics into the encoding of degradation patterns. A Degradation-Semantic Modulation Module (DSMM) further translates this guidance into degradation-semantic coupling and propagates coupled representations to the decoder. During decoding, knowledge bases provide low-level visual priors, and the Dual-Prior Collaborative Reconstruction Module (DPCR) integrates dual-prior information to guide degradation removal while preserving structure and semantics, producing high-fidelity restored images. Extensive experiments on multiple restoration benchmarks demonstrate that DPC-Net achieves superior performance against state-of-the-art AiOIR methods.
Chinese Translation
一体化图像修复(AiOIR)旨在通过统一模型处理多种退化。然而,现有方法往往忽视了退化建模中的图像语义,并且在重建过程中缺乏低级视觉先验,导致结构扭曲和语义不一致。为了解决这些问题,我们提出了一种新颖的双先验协作网络(DPC-Net),通过共同利用退化-语义耦合先验和低级视觉先验,实现高质量的修复。具体而言,退化图像被输入到一个退化感知网络(DAN)中,以提取退化-语义耦合特征。为此,一个视觉-语言模型(VLM)通过约束DAN的特征分布来监督其工作,将图像语义引入退化模式的编码中。退化-语义调制模块(DSMM)进一步将这种指导转化为退化-语义耦合,并将耦合表示传播到解码器。在解码过程中,知识库提供低级视觉先验,而双先验协作重建模块(DPCR)整合双先验信息,以指导退化去除,同时保持结构和语义,生成高保真修复图像。在多个修复基准上的广泛实验表明,DPC-Net在性能上优于最先进的AiOIR方法。
cs.CV / 53 / 2608.20144

PelviNeXt: A Modality-Agnostic Hybrid Network for Pelvic Imaging in Women's Health

PelviNeXt:一种适用于女性健康盆腔影像的模态无关混合网络
Bhuiyan, Siam Tahsin, Rahman, Rashedur, Wasi, Sefatul, Khatun, Halima, Islam, Ashraful, Rahman, AKM Mahbubur, Alam, Saadia Binte, Amin, M Ashraful
Abstract
Women's health remains substantially under-resourced in medical imaging research, with pelvic pathologies such as polycystic ovary syndrome (PCOS) and pelvic fracture both suffering from a scarcity of public, well-annotated benchmark data despite their clinical importance. We introduce PelviNeXt, a modality-agnostic hybrid architecture combining a dense convolutional feature extractor, hierarchical channel-spatial attention (H-CBAM), a multi-scale fusion module (MSFM), and talking-heads multi-head self-attention (TH-MHSA), applied without modification to both pelvic ultrasound and X-ray inputs. While benchmarking PelviNeXt on PCOSGen, the only gynaecologist-annotated public PCOS ultrasound dataset, we identified extensive exact and near-duplicate contamination within and across the dataset. We audit this contamination via perceptual hashing, publicly release a deduplicated version of the dataset, and establish the first integrity-audited evaluation protocol and baseline for PCOSGen under 5-fold cross-validation. On the only publicly available pelvic fracture X-ray dataset (PXR150), PelviNeXt exceeds previously reported state-of-the-art results across accuracy, recall, specificity, and AUROC. Ablation studies confirm that each architectural component contributes to performance on both tasks. Our results demonstrate that a single architecture, applied without task-specific modification, can serve as a reliable foundation for pelvic imaging across modalities in data-scarce, under-researched areas of women's health.
Chinese Translation
女性健康在医学影像研究中仍然严重缺乏资源,尽管盆腔病理(如多囊卵巢综合症(PCOS)和盆腔骨折)在临床上具有重要性,但仍缺乏公共的、良好注释的基准数据。我们提出了PelviNeXt,这是一种模态无关的混合架构,结合了密集卷积特征提取器、层次通道-空间注意力(H-CBAM)、多尺度融合模块(MSFM)和谈话头多头自注意力(TH-MHSA),可无修改地应用于盆腔超声和X光输入。在对PCOSGen进行基准测试时,PCOSGen是唯一的妇科医生注释的公共PCOS超声数据集,我们发现数据集中存在广泛的完全和近似重复污染。我们通过感知哈希对这种污染进行了审计,公开发布了去重版本的数据集,并在5折交叉验证下建立了PCOSGen的首个完整性审计评估协议和基准。在唯一可用的盆腔骨折X光数据集(PXR150)上,PelviNeXt在准确性、召回率、特异性和AUROC等指标上超越了先前报告的最先进结果。消融研究确认每个架构组件对两个任务的性能都有贡献。我们的结果表明,单一架构在没有特定任务修改的情况下,可以作为数据稀缺、研究不足的女性健康领域中盆腔影像的可靠基础。
cs.CV / 54 / 2608.20154

Artificial Intelligence for Workflow Analysis in Colorectal Surgery: A Multicentric, Cross-Procedural Development and Generalization Study

人工智能在结直肠外科工作流程分析中的应用:一项多中心、跨程序的开发与泛化研究
Mascagni, Pietro, Alekseenko, Julia, Jain, Pooja P, Goglia, Marta, Balla, Andrea, Baldari, Ludovica, Silecchia, Gianfranco, Fiorillo, Claudio, Tondolo, Vincenzo, Morales-Conde, Salvador, Boni, Luigi, Alfieri, Sergio, Padoy, Nicolas
Abstract
Minimally invasive colorectal surgeries (MIS-CRS) are characterised by significant variability and inconsistent outcomes. ColoWorkflow, a tool for the video-based assessment (VBA) of MIS-CRS workflow, was recently validated. However, manual VBA is time-consuming, limiting implementation. This study presents AI-ColoWorkflow, a deep learning model for automated surgical workflow analysis across MIS-CRS. Operative videos of MIS-CRS were collected from 4 centres and a publicly available dataset. Phases and steps were manually annotated according to ColoWorkflow. A deep learning model combining a fine-tuned DINOv3 vision transformer for per-frame visual feature extraction with a hierarchical multi-stage temporal convolutional network was jointly optimized for phase and step recognition. The model trained on pooled multicentric data, namely AI-ColoWorkflow was compared against centre-specific and procedure-specific models on a held-out test set. The following metrics were used for evaluation: macro F1 score, balanced accuracy, precision, and recall. AI-ColoWorkflow achieved a macro F1 of 73.01% $\pm$ 10.27 (balanced accuracy 73.43%) for phase recognition and 39.82% $\pm$ 7.06 (balanced accuracy 38.65%) for step recognition. The global model outperformed centre- and procedure-specific models in most experiments except procedure-specific step recognition. In the generalization analysis, mean F1 was 48.42% for phase recognition. AI-ColoWorkflow can reliably recognize MIS-CRS phases. A single model trained on pooled, multicentric, multi-procedural data generalises at least as well as and often better than centre- or procedure-specific models for phase recognition in MIS-CRS, while procedure-specific step models retain advantages for certain procedure types, motivating hybrid training strategies for future surgical AI development.
Chinese Translation
微创结直肠手术(MIS-CRS)具有显著的变异性和不一致的结果。ColoWorkflow是一种用于微创结直肠手术工作流程视频评估(VBA)的工具,最近已获得验证。然而,手动VBA耗时较长,限制了其实施。本研究提出了AI-ColoWorkflow,一种用于自动化微创结直肠手术工作流程分析的深度学习模型。我们从4个中心和一个公开可用的数据集中收集了MIS-CRS的手术视频。根据ColoWorkflow,手动标注了各个阶段和步骤。该深度学习模型结合了经过微调的DINOv3视觉变换器用于逐帧视觉特征提取,以及一个分层多阶段时间卷积网络,针对阶段和步骤识别进行了联合优化。训练于汇总的多中心数据集的AI-ColoWorkflow与特定中心和特定程序的模型在保留测试集上进行了比较。评估使用了以下指标:宏观F1分数、平衡准确率、精确度和召回率。AI-ColoWorkflow在阶段识别中达到了73.01% ± 10.27的宏观F1(平衡准确率73.43%),在步骤识别中达到了39.82% ± 7.06(平衡准确率38.65%)。在大多数实验中,全球模型的表现优于中心特定和程序特定模型,除了程序特定步骤识别。在泛化分析中,阶段识别的平均F1为48.42%。AI-ColoWorkflow能够可靠地识别MIS-CRS的各个阶段。一个在汇总的多中心、多程序数据上训练的单一模型在MIS-CRS的阶段识别中至少与中心或程序特定模型具有同等的泛化能力,且通常表现更佳,而程序特定步骤模型在某些程序类型中仍具有优势,这为未来外科人工智能的发展提供了混合训练策略的动机。
cs.CV / 55 / 2608.20157

G3Ego: Gaze-Guided Graphs for Egocentric Action Understanding

G3Ego:基于注视引导的自我中心动作理解图
Haralović, Marko, Ramakrishnan, Akash, Martinez, Estefania Talavera
Abstract
Egocentric action understanding is often addressed using large video models pretrained on extensive exocentric datasets. However, many first-person actions depend on a small number of hand-object interactions involving only a few relevant entities. We propose G3Ego, a graph-based framework for egocentric action understanding that uses gaze as a structural cue to identify action-relevant entities in the scene. From sparsely sampled frames, G3Ego constructs action scene graphs from vision-language descriptions, grounded objects, and hand cues, and then prunes irrelevant entities using the camera wearer's gaze. The resulting graph embeddings are temporally aggregated for action recognition and anticipation. Unlike prior work that uses gaze primarily as an auxiliary modality or attention signal, G3Ego incorporates gaze directly into graph construction, producing efficient and interpretable representations focused on action-relevant interactions. Experiments on EGTEA Gaze+ and MECCANO show that G3Ego achieves competitive performance compared with video-based approaches and consistently improves Macro-F1 under class-imbalanced evaluation, while avoiding reliance on computationally expensive video pretraining. These results demonstrate the effectiveness of gaze-guided graph representations for egocentric action understanding.
Chinese Translation
自我中心动作理解通常使用在广泛的外部中心数据集上预训练的大型视频模型进行处理。然而,许多第一人称动作依赖于少量的手-物体交互,仅涉及少数相关实体。我们提出了G3Ego,一个基于图的自我中心动作理解框架,利用注视作为结构线索来识别场景中的动作相关实体。G3Ego从稀疏采样的帧中构建动作场景图,这些图基于视觉-语言描述、基础对象和手部线索,然后使用相机佩戴者的注视修剪无关实体。生成的图嵌入在时间上进行聚合,以实现动作识别和预测。与之前的研究主要将注视作为辅助模态或注意信号不同,G3Ego直接将注视纳入图的构建中,生成高效且可解释的表示,专注于动作相关的交互。在EGTEA Gaze+和MECCANO上的实验表明,G3Ego在与基于视频的方法相比时表现出竞争力,并在类别不平衡评估下持续提高Macro-F1,同时避免依赖计算成本高昂的视频预训练。这些结果证明了注视引导的图表示在自我中心动作理解中的有效性。
cs.CV / 56 / 2608.20208

RoMAN-Flow: Taming Autoregressive Normalizing Flows for Offline Reinforcement Learning in Robotic Manipulation

RoMAN-Flow:驯服自回归归一化流以实现机器人操控中的离线强化学习
Wang, Shaoxuan, Zheng, Guangting, Huang, Rui, Tang, Zhipeng, Zhang, Sha, Deng, Jiajun, Zhang, Yanyong
Abstract
Offline reinforcement learning improves robotic policies using previously collected data without further environment interaction. Yet prevalent diffusion- and flow-matching robot policies lack tractable likelihoods, limiting their use in likelihood-based offline RL post-training. AR-NFs offer both expressive action modeling and exact likelihood evaluation, but their sequential sampling incurs substantial sampling overhead during policy optimization and deployment. We present RoMAN-Flow (Robotic Manipulation with Autoregressive Normalizing Flows), an offline reinforcement learning framework that makes AR-NF policies practical for robotic manipulation by addressing this sampling bottleneck in both stages. During policy optimization, RoMAN-Flow employs a sampling-free, advantage-weighted likelihood objective that assigns higher likelihood to high-advantage actions from the offline dataset without sampling from the autoregressive policy. For efficient deployment, it distills the optimized autoregressive policy into a one-step action generator, enabling low-latency action prediction. Experiments across multiple simulated manipulation benchmarks and real-world robotic platforms demonstrate that RoMAN-Flow achieves competitive policy performance while substantially reducing inference latency. Code is available at https://github.com/konnyaku28/RoMAN-Flow.
Chinese Translation
离线强化学习利用先前收集的数据来改善机器人策略,而无需进一步与环境交互。然而,普遍的扩散和流匹配机器人策略缺乏可处理的似然性,限制了它们在基于似然的离线强化学习后训练中的应用。自回归归一化流(AR-NFs)提供了表达丰富的动作建模和精确的似然评估,但其顺序采样在策略优化和部署过程中带来了可观的采样开销。我们提出了RoMAN-Flow(自回归归一化流的机器人操控),这是一个离线强化学习框架,通过解决这两个阶段中的采样瓶颈,使AR-NF策略在机器人操控中变得实用。在策略优化过程中,RoMAN-Flow采用无采样的优势加权似然目标,为离线数据集中高优势动作分配更高的似然,而无需从自回归策略中采样。为了高效部署,它将优化后的自回归策略提炼为一步动作生成器,实现低延迟的动作预测。在多个模拟操控基准和真实机器人平台上的实验表明,RoMAN-Flow在显著降低推理延迟的同时,实现了具有竞争力的策略性能。代码可在 https://github.com/konnyaku28/RoMAN-Flow 获取。
cs.CV / 57 / 2608.20229

Prompt-Conditioned Channel Attention for Hierarchical Feature Modulation toward Anatomy-Agnostic Segmentation

基于提示条件的通道注意力机制用于解剖无关分割的层次特征调制
Hossain, Mosharof, Islam, Md Rabiul, Halder, Limon, Serpedin, Erchin, Hasan, Md Kamrul
Abstract
Anatomically plausible segmentation remains challenging because of low contrast, ambiguous boundaries, and modality-specific artifacts. Interactive segmentation has emerged as a promising strategy to guide feature extraction and improve localization, particularly in structurally ambiguous regions. However, existing methods integrate prompts through late-stage fusion and lack explicit mechanisms for prompt-driven channel-wise modulation across hierarchical feature representations, limiting their ability to capture deeper contextual and modality-specific variations. To address these limitations, we introduce Prompt-Conditioned Channel Attention (PCCA), a novel modulation mechanism that enables deep, hierarchical integration of semantic prompts within encoder-decoder networks. PCCA extracts compact channel descriptors via pooling, projects them into a shared space, and fuses them through a gated excitation mechanism to compute prompt-aware channel attention weights. These weights adaptively recalibrate feature responses across multiple network stages, enabling prompt-conditioned, semantically enriched hierarchical representations. Building on this, we propose PROMISE-Net, instantiated in two network variants: a convolutional model (PROMISE-CNN) and a transformer-based model (PROMISE-Txformer). Across the ISIC-Lesion, Kvasir-Polyp, CAMUS-Cardiac, and Kvasir-Instrument benchmarks, integrating PCCA into PROMISE-CNN yielded relative IoU gains of 10.4%, 8.7%, 0.8%, and 3.4%, respectively, over the baseline U-Net, while PROMISE-Txformer achieved corresponding gains of 7.6%, 23.0%, 2.1%, and 1.1%, respectively, over the baseline UNETR. These results show consistent improvements across architectures, imaging modalities, and anatomical targets, establishing PCCA and PROMISE-Net as a scalable, generalizable framework for prompt-aware hierarchical feature modulation in medical image segmentation.
Chinese Translation
解剖上合理的分割仍然面临挑战,原因包括低对比度、模糊边界和特定模态的伪影。交互式分割作为一种有前景的策略,已被提出以指导特征提取并改善定位,特别是在结构模糊的区域。然而,现有方法通过后期融合整合提示,缺乏在层次特征表示中进行提示驱动的通道调制的明确机制,从而限制了它们捕捉更深层次的上下文和特定模态变化的能力。为了解决这些局限性,我们提出了基于提示条件的通道注意力机制(Prompt-Conditioned Channel Attention, PCCA),这是一种新颖的调制机制,能够在编码器-解码器网络中实现语义提示的深层次、层次化整合。PCCA通过池化提取紧凑的通道描述符,将其投影到共享空间中,并通过门控激励机制融合,以计算提示感知的通道注意力权重。这些权重自适应地重新校准多个网络阶段的特征响应,从而实现基于提示的、语义丰富的层次表示。在此基础上,我们提出了PROMISE-Net,具体实现为两种网络变体:卷积模型(PROMISE-CNN)和基于变换器的模型(PROMISE-Txformer)。在ISIC-Lesion、Kvasir-Polyp、CAMUS-Cardiac和Kvasir-Instrument基准测试中,将PCCA集成到PROMISE-CNN中,相较于基线U-Net,分别获得了10.4%、8.7%、0.8%和3.4%的相对IoU提升,而PROMISE-Txformer则在基线UNETR上实现了相应的7.6%、23.0%、2.1%和1.1%的提升。这些结果表明,在不同架构、成像模态和解剖目标上均实现了一致的改进,确立了PCCA和PROMISE-Net作为可扩展、可推广的框架,用于医学图像分割中的基于提示的层次特征调制。
cs.CV / 58 / 2608.20263

Ultra-High-Definition Restoration Transformers with Correlation Matching Transformation

具有相关匹配转换的超高清恢复变换器
Wang, Cong, Wang, Liyan, Pan, Jinshan, Wang, Wei, Ren, Wenqi, Liu, Jun, Cao, Xiaochun
Abstract
We propose UHDformer++, a general Transformer-based framework to solve numerous Ultra-High-Definition (UHD) image restoration tasks. UHDformer++ operates across $4$ coordinated learning spaces: 1) a high-resolution space (HR) for multi-level feature extraction, 2) a low-resolution space (LR) for learning compact, representative features, 3) a super-resolution space (SR) for upsampling low-resolution features from SR, and 4) a low-high fusion and reconstruction space (LHFR) for final image restoration. Specifically, HR extracts multi-scale high-resolution features and fuses them with low-resolution cues to produce residual images, while LR distills complementary representations from HR to improve restoration quality. To supply LHFR with richer features, SR super-resolves LR outputs before fusion. We further introduce two modules to bridge the high- and low-resolution spaces. The Feature-Refined Correlation Matching Transformation (FR-CMT) module selects the top $C/r~(C~\text{denotes the number of channels;~}r\geq1~\text{controls the squeezing level})$, from the fusion between max- and mean-pooled high-resolution features to replace less informative channels in the low-resolution Transformer. The Adaptive Channel Modulator (ACM) adaptively recalibrates multi-scale high-resolution features, ensuring that only task-relevant information propagates to LR. Extensive experiments demonstrate that UHDformer++ reduces model parameters by at least 86\% compared with recent state-of-the-art methods while achieving substantial performance gains across $5$ UHD restoration tasks, including low-light image enhancement, dehazing, deblurring, deraining, and desnowing. Code will be released at https://github.com/supersupercong/uhdformerplus.
Chinese Translation
我们提出了UHDformer++,这是一个基于变换器的通用框架,用于解决众多超高清(UHD)图像恢复任务。UHDformer++在四个协调学习空间中操作:1)高分辨率空间(HR)用于多级特征提取,2)低分辨率空间(LR)用于学习紧凑的代表性特征,3)超分辨率空间(SR)用于从SR上采样低分辨率特征,以及4)低高融合与重建空间(LHFR)用于最终图像恢复。具体而言,HR提取多尺度高分辨率特征,并将其与低分辨率线索融合以生成残差图像,而LR则从HR中提炼互补表示以提高恢复质量。为了为LHFR提供更丰富的特征,SR在融合之前对LR输出进行超分辨率处理。我们进一步引入两个模块以桥接高分辨率和低分辨率空间。特征精炼相关匹配转换(FR-CMT)模块从最大池化和平均池化的高分辨率特征融合中选择前C/r(C表示通道数;r≥1控制压缩级别),以替换低分辨率变换器中信息量较少的通道。自适应通道调制器(ACM)自适应地重新校准多尺度高分辨率特征,确保仅与任务相关的信息传播到LR。大量实验表明,与最近的最先进方法相比,UHDformer++将模型参数减少至少86%,同时在包括低光图像增强、去雾、去模糊、去雨和去雪在内的五个UHD恢复任务中实现了显著的性能提升。代码将在https://github.com/supersupercong/uhdformerplus发布。
cs.CV / 59 / 2608.20284

Towards Surgical World-Action Modeling: A Preliminary Joint Visual-Trajectory Forecasting for Surgical Motion Planning

迈向外科世界动作建模:一种初步的联合视觉-轨迹预测用于外科运动规划
Huang, Weiliang, Liu, Huanrong, Zhang, Bob, Dou, Qi, Chen, Zhen, Gu, Yun, Rosman, Guy, Li, Qingbiao
Abstract
Reliable surgical planning requires models to anticipate not only how instruments will move, but also how the operative visual state will evolve together with such motion. Existing approaches typically treat future scene generation and instrument trajectory prediction as two separate tasks. Scene-only models cannot directly evaluate the accuracy of future instrument motion at the trajectory level, while trajectory-only models fail to capture the visual consequences of instrument movement, leaving the consistency between predicted trajectories and future scene evolution unaddressed. Jointly forecasting both provides a more complete account of surgical action-scene dynamics by enabling explicit trajectory-level evaluation while simultaneously modeling the corresponding visual evolution. To bridge this gap, we present a preliminary joint visual-trajectory world-action model that simultaneously forecasts future visual states and instrument trajectories from historical surgical observations. Specifically, we encode historical video frames and tool trajectories into latent representations, which are processed by a temporal-spatial encoder and subsequently decoded through separate visual-state and trajectory prediction heads. Based on this preliminary architecture, a chunked autoregressive rollout is repeatedly applied to predict fifteen future steps. The chunked strategy consistently outperforms direct one-shot prediction across all evaluated horizons, improving first-segment PSNR from 18.86 to 23.11 dB and reducing ADE from 45.77 to 22.22 pixels. These results demonstrate the initial feasibility of joint visual-motion forecasting. However, we observe progressive visual degradation and accumulated trajectory errors over longer prediction horizons, which remain important challenges for future surgical world-action modeling.
Chinese Translation
可靠的外科规划需要模型不仅能够预测工具的运动,还要能够预测手术视觉状态如何与这种运动共同演变。现有的方法通常将未来场景生成和工具轨迹预测视为两个独立的任务。仅场景模型无法在轨迹层面直接评估未来工具运动的准确性,而仅轨迹模型则无法捕捉工具运动的视觉后果,从而使得预测轨迹与未来场景演变之间的一致性未得到解决。联合预测两者提供了对外科动作-场景动态的更完整的描述,能够在显式轨迹层面进行评估的同时建模相应的视觉演变。为了解决这一问题,我们提出了一种初步的联合视觉-轨迹世界动作模型,该模型同时从历史外科观察中预测未来的视觉状态和工具轨迹。具体而言,我们将历史视频帧和工具轨迹编码为潜在表示,这些表示由时空编码器处理,并随后通过独立的视觉状态和轨迹预测头进行解码。基于这一初步架构,采用分块自回归展开的方法重复预测十五个未来步骤。分块策略在所有评估的预测范围内始终优于直接的一次性预测,将第一段的峰值信噪比(PSNR)从18.86提高到23.11 dB,并将平均距离误差(ADE)从45.77减少到22.22像素。这些结果展示了联合视觉-运动预测的初步可行性。然而,我们观察到在较长的预测范围内,视觉逐渐退化和轨迹误差累积,这仍然是未来外科世界动作建模的重要挑战。
cs.CV / 60 / 2608.20305

CalcSeg: Confidence-aware 3D Latent Context Curriculum Learning For Myocardial Scar Segmentation From Single-Stack LGE-CMRs

CalcSeg:基于置信度的3D潜在上下文课程学习用于从单层LGE-CMR图像中分割心肌疤痕
Jayakumar, Nivetha, Kim, Hannah, Patel, Amit R., Zhang, Miaomiao
Abstract
Myocardial scar segmentation from single-stack late gadolinium-enhanced cardiac magnetic resonance (LGE-CMR) imaging has been a longstanding and clinically important challenge, particularly in the presence of low tissue contrast, diffuse, and small scar regions. These challenges are further intensified by the limited availability of 3D spatial context. This paper presents CalcSeg, a Confidence-aware latent context curriculum learning framework that leverages fused 3D feature representations from single-stack 2D LGE-CMR images for robust scar segmentation. Specifically, we introduce a dynamic semi-supervised curriculum learning strategy that progressively expands training from easier to more challenging scar cases using a learned confidence-aware scoring function. Such a function integrates errors in the predicted scar maps with quantified epistemic uncertainty and scar burden estimation to automatically assess sample difficulty without requiring manual labels. To compensate for the limited spatial context in single-stack acquisitions, we then develop a latent slice-wise self-attention to capture inter-slice dependencies and infer 3D spatial representations from sparse 2D inputs. We evaluate CalcSeg on multi-center clinical LGE-CMR datasets and benchmark against existing scar segmentation networks. Experimental results show that CalcSeg consistently outperforms all competing methods, particularly with substantial improvements on clinically challenging cases. Our code is released on Github.
Chinese Translation
从单层延迟钆增强心脏磁共振成像(LGE-CMR)中进行心肌疤痕分割一直是一个长期存在且临床重要的挑战,尤其是在组织对比度低、疏散和小疤痕区域的情况下。这些挑战在3D空间上下文有限的情况下更加严重。本文提出了CalcSeg,一个基于置信度的潜在上下文课程学习框架,利用来自单层2D LGE-CMR图像的融合3D特征表示进行稳健的疤痕分割。具体而言,我们引入了一种动态半监督课程学习策略,该策略通过学习的基于置信度的评分函数,逐步将训练从较简单的疤痕案例扩展到更具挑战性的案例。该函数将预测的疤痕图中的错误与量化的认知不确定性和疤痕负担估计相结合,以自动评估样本的难度,而无需手动标签。为了弥补单层采集中的空间上下文有限,我们开发了一种潜在切片自注意力机制,以捕捉切片间的依赖关系,并从稀疏的2D输入中推断3D空间表示。我们在多中心临床LGE-CMR数据集上评估了CalcSeg,并与现有的疤痕分割网络进行了基准测试。实验结果表明,CalcSeg在所有竞争方法中始终表现优越,特别是在临床具有挑战性的案例中有显著改善。我们的代码已在Github上发布。
cs.CV / 61 / 2608.20308

DreamHand: Repurposing Video Diffusion Models for Occlusion-Robust Egocentric 3D Hand Motion Recovery

DreamHand:将视频扩散模型重用于遮挡鲁棒的自我中心3D手部运动恢复
Liu, Yufei, Wang, Xixi, Li, Hao, Zhao, Ganlong, Cai, Kaitong, Jin, Chengkai, Liu, Chunxiao, Liu, Jianbo, Huang, Siyuan, Pan, Xingang, Li, Hongsheng
Abstract
Egocentric video offers scalable manipulation data for embodied AI, yet recovering metric 3D hand trajectories remains challenging due to severe object occlusion and frequent out-of-sight gaps. Existing single-frame and windowed temporal regressors fail when hand shortly leaves the frame, while recent video diffusion models (VDMs) rely on heavy, stochastic multi-step sampling as pixel-space renderers. We instead repurpose VDM into a deterministic geometry encoder. A single forward pass over the clean latent exposes scene content beyond current observations, including occluded and out-of-sight hands. We introduce DreamHand, an offline clip-level framework that extracts features via a Deterministic Clean-Latent Encoder and decodes them with a Bidirectional Spatiotemporal Decoder. DreamHand recovers continuous bimanual trajectories with metric placement and no external detector, while a Ray-Based Camera Solver supports a second configuration that needs no test-time camera intrinsics. Across five egocentric benchmarks, DreamHand sets a new state of the art, cutting MPJPE-p by 30% on occlusion-heavy ARCTIC and 40% on HOT3D. These gains reach 46%-61% once out-of-sight hands are included in the evaluation, offering a scalable path from everyday human video to robot manipulation data.
Chinese Translation
自我中心视频为具身人工智能提供了可扩展的操作数据,但由于严重的物体遮挡和频繁的视野外间隙,恢复度量3D手部轨迹仍然具有挑战性。现有的单帧和窗口时间回归模型在手部短暂离开画面时表现不佳,而最近的视频扩散模型(VDMs)依赖于繁重的随机多步采样作为像素空间渲染器。我们将VDM重新用于确定性几何编码器。对干净潜在空间的单次前向传递能够揭示当前观察之外的场景内容,包括被遮挡和视野外的手部。我们提出了DreamHand,这是一个离线片段级框架,通过确定性清洁潜在编码器提取特征,并使用双向时空解码器进行解码。DreamHand在没有外部检测器的情况下恢复连续的双手轨迹,并且具有度量放置,而基于光线的相机求解器支持第二种配置,无需测试时的相机内参。在五个自我中心基准测试中,DreamHand设定了新的最先进水平,在遮挡严重的ARCTIC上减少了30%的MPJPE-p,在HOT3D上减少了40%。一旦将视野外的手部纳入评估,这些增益达到46%-61%,为从日常人类视频到机器人操作数据提供了一条可扩展的路径。
cs.CV / 62 / 2608.20312

Inter-X++: A Comprehensive Benchmark for Multimodal Human-Human Interaction Analysis

Inter-X++:多模态人际互动分析的综合基准
Xu, Liang, Yang, Chengqun, Lin, Zili, Lv, Xintao, Yan, Yichao, Jin, Xin, Chen, Zhibo, Yang, Xiaokang, Zeng, Wenjun
Abstract
The capability to perceive and synthesize human-human interactions is fundamental to developing intelligent digital human systems. However, existing datasets and modeling approaches are fundamentally constrained by low-fidelity kinematics, the omission of dexterous hand gestures and a severe lack of rich multimodal annotations. Furthermore, fragmented interaction representations and inconsistent evaluation protocols also impede fair and rigorous benchmarking. To systematically address these bottlenecks, we present Inter-X++, a comprehensive and large-scale benchmark designed to empower versatile HHI analysis. Captured via a novel hybrid motion capture system, Inter-X++ provides 11,388 high-fidelity interaction sequences and over 8.1M frames, featuring precise whole-body movements and detailed finger articulations. Meanwhile, we enrich the data foundation with multifaceted annotations, including hierarchical fine-grained textual descriptions, interaction categories, causal interaction orders, the relationship and personality of the subjects, as well as vertex-level contact maps and physically regularized constraints. Leveraging these elaborate annotations, we formulate a unified testing ground comprising four categories of downstream tasks that symmetrically span both generative and perceptive paradigms. To eliminate benchmarking ambiguities, we systematically standardize the interaction representations and evaluation protocols. Finally, we go beyond dataset construction to propose OpenHHI, a single and unified HHI representation and modeling framework that jointly optimizes interaction reconstruction and semantic understanding. Extensive experiments reveal that OpenHHI achieves state-of-the-art performance on both generation and perception tasks. This definitively proves that our unified representation successfully bridges interaction understanding and generation simultaneously.
Chinese Translation
感知和合成人际互动的能力是开发智能数字人类系统的基础。然而,现有的数据集和建模方法在根本上受到低保真运动学的限制,缺乏灵巧的手势,并且缺少丰富的多模态注释。此外,碎片化的互动表征和不一致的评估协议也妨碍了公平和严格的基准测试。为系统性地解决这些瓶颈,我们提出了Inter-X++,一个全面的大规模基准,旨在增强多样化的人际互动分析。Inter-X++通过一种新型混合运动捕捉系统捕获,提供了11,388个高保真互动序列和超过810万帧,展现了精确的全身运动和详细的手指关节动作。同时,我们通过多方面的注释丰富了数据基础,包括分层的细粒度文本描述、互动类别、因果互动顺序、主体的关系和个性,以及顶点级接触图和物理正则化约束。利用这些精细的注释,我们构建了一个统一的测试平台,包含四类下游任务,涵盖生成和感知范式。为消除基准测试的模糊性,我们系统性地标准化了互动表征和评估协议。最后,我们超越数据集构建,提出了OpenHHI,一个统一的人际互动表征和建模框架,联合优化互动重建和语义理解。广泛的实验表明,OpenHHI在生成和感知任务上均达到了最先进的性能。这明确证明了我们的统一表征成功地同时架起了互动理解与生成之间的桥梁。
cs.CV / 63 / 2608.20334

Swift-Image: Exploring the Performance Frontier of Compact Unified Image Generation Models

Swift-Image:探索紧凑统一图像生成模型的性能前沿
Hu, Taihang, Wang, Zhao, Gao, Zuan, Liu, Tao, Yan, Hao, Xu, Zhengze, Yu, Yuhang, Du, Yongchao, Wang, Xingjian, Zheng, Jun, Zhou, Qinye, Chen, Zhengrui, Lin, Chao, Shen, Yefeng, Wu, Zhengtao, Wu, Ge, Xu, Xiaoli, Yang, Denghui, Zhang, Huayu, Zhang, Mingzhou, Chen, Mengting
Abstract
We present Swift-Image, a compact unified model for text-to-image generation, single-image editing, and multi-image editing. Our goal is to explore how far a relatively small visual generator can be pushed through systematic training engineering under a constrained computational budget. Swift-Image adopts an efficient 6B single-stream DiT and a progressive training pipeline that evolves from broad semantic coverage to higher resolution, stronger visual quality, and unified generation-editing supervision. For post-training, we employ parallel expert reinforcement learning followed by multi-teacher on-policy distillation to alleviate interference among heterogeneous objectives. We further decouple high-level reasoning from pixel-level rendering with a Prompt Enhancer that translates user requests into generator-aligned visual specifications. For efficient deployment, structural pruning and few-step distillation produce 3B and accelerated variants. Swift-Image achieves leading aggregate performance among evaluated open-source models with only 6B parameters and 243K GPU training hours; the compressed 3B model incurs nearly no loss, while few-step distillation further improves aggregate editing performance with substantially fewer sampling steps. Our study also summarizes practical lessons for architecture, data curriculum, post-training, prompt enhancement, and model compression.
Chinese Translation
我们提出了Swift-Image,这是一个紧凑的统一模型,用于文本到图像生成、单图像编辑和多图像编辑。我们的目标是探索在受限计算预算下,通过系统的训练工程,能够推动相对较小的视觉生成器达到多远的性能极限。Swift-Image采用了高效的6B单流DiT和一个逐步训练管道,该管道从广泛的语义覆盖演变到更高的分辨率、更强的视觉质量和统一的生成-编辑监督。对于后训练,我们采用并行专家强化学习,随后进行多教师在线蒸馏,以减轻异构目标之间的干扰。我们进一步通过一个提示增强器将用户请求转换为与生成器对齐的视觉规格,从而将高层推理与像素级渲染解耦。为了实现高效部署,结构剪枝和少步蒸馏产生了3B和加速变体。Swift-Image在评估的开源模型中实现了领先的综合性能,仅需6B参数和243K GPU训练小时;压缩后的3B模型几乎没有损失,而少步蒸馏进一步提高了综合编辑性能,同时显著减少了采样步骤。我们的研究还总结了在架构、数据课程、后训练、提示增强和模型压缩方面的实际经验教训。
cs.CV / 64 / 2608.20335

4DAnyone: Create Anyone in 4D from a Casual Monocular Video

4DAnyone:从普通单目视频创建4D人类
Jin, Yudong, Xie, Tao, Zhang, Qihang, Shen, Zehong, Xu, Zhen, Shen, Yujun, Bao, Hujun, Zhou, Xiaowei, Xu, Yinghao
Abstract
We present 4DAnyone, a framework for reconstructing 4D humans from an uncalibrated monocular video by generating reconstruction-grade multiview-consistent videos and lifting them into 4D Gaussian Splatting (4DGS). Existing camera-controlled video diffusion models synthesize plausible novel-view videos but fail to maintain consistency when scaled to the tens of target views required for 4DGS reconstruction. We identify this failure as a bounded-attention-context problem: when target views exceed the capacity of a single DiT forward pass, they must be split into groups, exposing two coupled bottlenecks. On the reference-context side, conditioning on all previously generated views grows as $O(N)$, weakening cross-view appearance guidance. On the target-context side, disjoint groups cannot directly exchange information, causing global structural drift. 4DAnyone addresses both bottlenecks with two complementary designs: Reference Context Packing (RCP) compresses growing reference views into a fixed-length mixed-resolution context with $O(1)$ reference-context complexity, while Target Context Routing (TCR) rotates target-view groupings during denoising to share context across groups at high-noise steps and stabilize details at low-noise steps. We further build the MVGameHuman dataset using our in-house game engine and combine it with light-stage and in-the-wild video datasets for training. Experiments on DNA-Rendering and DyMVHumans show that 4DAnyone outperforms prior methods in both novel-view video quality and downstream 4DGS reconstruction, with robust in-the-wild generalization. See our project page for video results and source code: https://4danyone.github.io.
Chinese Translation
我们提出了4DAnyone,一个从未校准的单目视频重建4D人类的框架,通过生成重建级别的多视角一致视频并将其提升至4D高斯点云(4D Gaussian Splatting, 4DGS)。现有的相机控制视频扩散模型合成了合理的新视角视频,但在扩展到4DGS重建所需的数十个目标视角时未能保持一致性。我们将这一失败归因于一个有界注意力上下文问题:当目标视角超过单个DiT前向传递的容量时,必须将其分组,这暴露了两个相互关联的瓶颈。在参考上下文方面,基于所有先前生成视角的条件增长为$O(N)$,削弱了跨视角外观指导。在目标上下文方面,离散组无法直接交换信息,导致全局结构漂移。4DAnyone通过两种互补设计解决了这两个瓶颈:参考上下文打包(Reference Context Packing, RCP)将不断增长的参考视角压缩为固定长度的混合分辨率上下文,具有$O(1)$的参考上下文复杂度,而目标上下文路由(Target Context Routing, TCR)在去噪过程中旋转目标视角分组,以便在高噪声步骤中跨组共享上下文,并在低噪声步骤中稳定细节。我们进一步使用自家游戏引擎构建了MVGameHuman数据集,并将其与光阶段和野外视频数据集结合用于训练。在DNA渲染和DyMVHumans上的实验表明,4DAnyone在新视角视频质量和下游4DGS重建方面均优于先前的方法,并具有强大的野外泛化能力。有关视频结果和源代码,请访问我们的项目页面:https://4danyone.github.io。
cs.CV / 65 / 2608.20336

WithEveryone: Unified Planning and Identity Grounding for Group Image Generation

WithEveryone:用于群体图像生成的统一规划与身份基础
Xu, Hengyuan, Wang, Qixun, Cheng, Yiji, Yang, Miles, Zhong, Zhao, Cheng, Wei, Ma, Xingjun, Jiang, Yu-gang
Abstract
Identity-preserving image generation becomes increasingly unreliable when a scene must contain many specified people. Beyond retaining each identity, the model must bind every reference to a distinct person and location, while training-time identity losses must establish correspondence among several noisy predicted faces. We introduce WithEveryone, a unified framework for generating group images up to ten reference identities. WithEveryone injects each selected identity as an addressed token, predicts a structured identity--layout plan, and renders the plan as a visual condition. Its key objective, Layout-Grounded ID Loss, uses annotated face regions to supervise the intended identities directly, avoiding unstable embedding-based face matching; ID Representation Forcing additionally trains a prediction for each identity before image synthesis. On an identity-disjoint benchmark, WithEveryone achieves the highest target-context identity similarity, improving face similarity from 0.462 for GPT-Image-2 to 0.499, while reducing copy-paste artifacts from 0.169 to 0.055. It further covers 97.3\% of the requested identities with a duplicate rate of only 2.8\%. These results show that explicit identity--layout grounding enables identity-preserving generation to scale to larger groups without relying on direct reference-face copying.
Chinese Translation
当场景必须包含多个特定人物时,身份保留的图像生成变得越来越不可靠。除了保留每个身份外,模型还必须将每个引用绑定到一个独特的人和位置,同时训练时的身份损失必须在多个噪声预测面孔之间建立对应关系。我们提出了WithEveryone,这是一个用于生成最多十个参考身份的群体图像的统一框架。WithEveryone将每个选定身份作为一个有地址的标记注入,预测一个结构化的身份-布局计划,并将该计划渲染为视觉条件。其关键目标,布局基础身份损失(Layout-Grounded ID Loss),利用标注的面部区域直接监督预期身份,避免不稳定的基于嵌入的面部匹配;身份表示强制(ID Representation Forcing)在图像合成之前额外训练每个身份的预测。在一个身份不重叠的基准测试中,WithEveryone实现了最高的目标上下文身份相似度,将面部相似度从0.462提升至0.499,同时将复制粘贴伪影从0.169降低至0.055。它进一步覆盖了97.3%的请求身份,重复率仅为2.8%。这些结果表明,明确的身份-布局基础使得身份保留生成能够扩展到更大群体,而无需依赖直接的参考面孔复制。
人工智能 (Artificial Intelligence)
62
cs.AI / 1 / 2608.19202

Active Inference as Context Acquisition for AI Agents

主动推理作为人工智能代理的上下文获取
Dutta, Sanchayan, Ramachandran, Sai Niranjan, Sra, Suvrit
Abstract
Interactive AI agents must acquire the right context as efficiently as possible. When a user omits a constraint, preference, file, or task variable, an agent can proceed with a default assumption or spend tokens on a clarifying question, retrieval call, tool call, or prompt trial. We formulate this tradeoff as active inference for context acquisition. An inner inference step updates beliefs over a latent task state, and an outer decision selects the next context action, task action, or stop action to minimize expected free energy under cost. In deterministic settings, the epistemic term reduces to expected information gain, optionally normalized by token cost. We instantiate the framework in Optimal Question Asking (OQA), with exact posteriors and a dynamic programming oracle, and benchmark frontier language models on binary and multiway categorical tasks from 25 to 300 candidates. We also study clarification before generation and automated prompt optimization under token budgets. The formulation is model-agnostic and views active inference as a design principle for the context-acquisition layer of AI agents.
Chinese Translation
交互式人工智能代理必须尽可能高效地获取正确的上下文。当用户省略约束、偏好、文件或任务变量时,代理可以选择默认假设,或者在澄清问题、检索调用、工具调用或提示试验上花费代币。我们将这种权衡形式化为上下文获取的主动推理。内部推理步骤更新对潜在任务状态的信念,而外部决策选择下一个上下文动作、任务动作或停止动作,以在成本下最小化预期自由能。在确定性环境中,认知项简化为预期信息增益,选项上可通过代币成本进行归一化。我们在最优提问(Optimal Question Asking, OQA)中实例化该框架,使用精确的后验分布和动态规划神谕,并在从25到300个候选者的二元和多元分类任务上对前沿语言模型进行基准测试。我们还研究了生成前的澄清和在代币预算下的自动提示优化。该公式是模型无关的,并将主动推理视为人工智能代理上下文获取层的设计原则。
cs.AI / 2 / 2608.19214

Robust Metaheuristics under Uncertainty for Berth Allocation and Quay Crane Assignment: A Review

不确定性下的稳健元启发式算法在泊位分配和岸桥分配中的应用:综述
Li, Yang, Xu, Peilan, Luo, Wenjian
Abstract
The berth allocation and quay crane assignment problem (BACAP) is a representative port-terminal scheduling problem in maritime transportation and freight logistics, where vessel arrivals, berth positions, service durations, and quay?crane availability are tightly coupled. Under uncertainties such as arrival deviations, handling-time fluctuations, and resource disruptions, schedules optimized under nominal assumptions may become fragile during execution, motivating the study of robust metaheuristic optimization for BACAP in port-terminal operations. Although population-based metaheuristics have been widely used for BACAP and related port-scheduling problems, existing studies remain fragmented in their uncertainty repre?sentations, robustness criteria, search mechanisms, and empir?ical evaluation protocols. To the best of our knowledge, this paper provides the first focused review dedicated to robust population-based metaheuristics for BACAP under uncertainty. We first summarize uncertainty sources and information repre?sentations in BACAP, and then organize existing methods from a mechanism-oriented perspective, covering solution representation and decoding, robust evaluation and selection, robustness-guided search dynamics, and feasibility preservation and recovery. We further present a benchmark suite for uncertain BACAP to support controlled empirical comparison and report illustrative baseline results by combining representative metaheuristics with different robustness strategies. Finally, we identify open chal?lenges related to benchmark extension, robustness-aware search design, time-adaptive robustness, and non-stationary uncertainty.
Chinese Translation
泊位分配和岸桥分配问题(BACAP)是海洋运输和货运物流中一个典型的港口终端调度问题,其中船舶到达、泊位位置、服务时长和岸桥可用性紧密相关。在到达偏差、处理时间波动和资源中断等不确定性下,基于名义假设优化的调度在执行过程中可能变得脆弱,这促使我们研究在港口终端操作中针对BACAP的稳健元启发式优化。尽管基于种群的元启发式算法已广泛应用于BACAP及相关的港口调度问题,但现有研究在不确定性表示、稳健性标准、搜索机制和实证评估协议方面仍显得零散。根据我们所知,本文首次集中评述了针对不确定性下BACAP的稳健基于种群的元启发式算法。我们首先总结了BACAP中的不确定性来源和信息表示,然后从机制导向的角度组织现有方法,涵盖了解决方案表示与解码、稳健性评估与选择、稳健性引导的搜索动态,以及可行性保持与恢复。我们进一步提出了一套不确定BACAP的基准测试套件,以支持受控的实证比较,并通过结合不同稳健性策略的代表性元启发式算法报告了说明性的基线结果。最后,我们识别了与基准扩展、稳健性意识的搜索设计、时间自适应稳健性和非平稳不确定性相关的开放挑战。
cs.AI / 3 / 2608.19215

How to Navigate Uncertainty About AI Consciousness

如何应对对人工智能意识的不确定性
McClelland, Dr Tom
Abstract
Given deep uncertainty about the possibility of artificial consciousness, it is unclear how we should treat potentially sentient AI. On the one hand, we could assume insentience but risk doing terrible harms to entities that deserve moral standing. On the other hand, we could assume sentience and instead risk wasting resources on insentient machines. The intractability of questions around AI consciousness mean that this dilemma is hard to escape. I suggest a way out of that shifts from intractable questions of AI consciousness to tractable questions of AI valence. Specifically, we can assess whether an AI has states that would constitute valenced experiences if it were conscious. I show how this is sufficient to ground a responsible approach to the development of potentially conscious AI.
Chinese Translation
鉴于对人工意识可能性的深刻不确定性,我们如何对待潜在的有感知能力的人工智能尚不清楚。一方面,我们可以假设其没有感知能力,但这可能会对那些应当享有道德地位的实体造成严重伤害。另一方面,我们也可以假设其具备感知能力,但这可能会导致我们在没有感知能力的机器上浪费资源。关于人工智能意识的问题的难以解决性使得这一困境难以逃避。我建议一种解决方案,将焦点从难以解决的人工智能意识问题转向可解决的人工智能价值问题。具体而言,我们可以评估一个人工智能是否具有如果其具备意识将构成有价值体验的状态。我展示了这一点如何足以为潜在有意识人工智能的发展提供一种负责任的方法。
cs.AI / 4 / 2608.19216

Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model

有限主权与控制税:当部署者不拥有模型时的人工智能监督定价
Lim, Zhen Wen
Abstract
AI control research asks how to deploy models safely even when they may be misaligned, but many control protocols assume that the deployer can instrument the model and its surrounding pipeline. That assumption often fails for regulated organisations using frontier models through APIs or managed endpoints, where the deployer may control the business process but not the model weights, serving infrastructure, internal traces, update process, or full interaction logs. This paper introduces bounded sovereignty: partial technical and contractual access across the data, model, infrastructure, and interaction layers of the AI stack. It argues that these access conditions determine which control protocols can be executed in practice. The paper contributes a four-layer access typology, a protocol-by-layer requirements matrix, and the concept of sovereignty discount cost: the part of the control tax spent substituting for missing access through contracts, architecture, audit, vendor assurance, residual risk, or reduced system scope. It also reports a synthetic access-ablation experiment over 1.35 million synthetic case simulations and interprets the findings through an anonymised national-payments-infrastructure scenario. The experiment is not real-world payment-system evidence; it is a construct-validity exercise. The results show that complete logs improve diagnosis, a pre-execution gateway enables intervention, trace access and model-version control strengthen post-incident explanation, and scope restriction can improve safety while reducing usefulness. Control protocols proposed as general safety solutions should therefore state their access assumptions explicitly.
Chinese Translation
人工智能控制研究探讨如何安全地部署模型,即使这些模型可能存在不对齐的问题,但许多控制协议假设部署者能够对模型及其周边管道进行控制。这一假设在通过 API 或托管端点使用前沿模型的受监管组织中往往失效,因为部署者可能控制业务流程,但无法控制模型权重、服务基础设施、内部痕迹、更新过程或完整的交互日志。本文引入了有限主权的概念:在人工智能技术栈的数据、模型、基础设施和交互层面上实现部分技术和合同访问。文章论证了这些访问条件决定了哪些控制协议在实践中可以执行。本文贡献了一个四层访问类型学、一个按层协议要求矩阵,以及主权折扣成本的概念:控制税中用于通过合同、架构、审计、供应商保证、剩余风险或减少系统范围来替代缺失访问的部分。还报告了在 135 万个合成案例模拟中进行的合成访问消融实验,并通过一个匿名的国家支付基础设施场景对结果进行了解释。该实验并不是现实世界支付系统的证据,而是一个构建有效性的练习。结果表明,完整的日志改善了诊断,执行前网关使干预成为可能,痕迹访问和模型版本控制增强了事件后的解释,而范围限制可以提高安全性,同时降低实用性。因此,作为一般安全解决方案提出的控制协议应明确说明其访问假设。
cs.AI / 5 / 2608.19222

Interaction valence reveals contrasting social networks in dairy cattle

互动效价揭示奶牛的对比社会网络
Parivendan, Sibi, Neethirajan, Suresh Raja
Abstract
Social relationships shape access to resources, exposure to conflict and group stability, yet automated livestock monitoring typically treats behaviour as isolated events. Here, we present a valence-aware social-network framework that transforms video-derived interactions into herd-level representations of affiliative and agonistic organization. A pose-based computer-vision pipeline analysed 7 h 39 min of continuous video from the pre-milking area of one commercial dairy farm. After quality control, 1,183 of 1,414 candidate interactions remained, involving 36 cows and 177 dyads. In a predicted-class-balanced audit of 198 pipeline-detected clips, automated and manual labels agreed in 82.8% of cases, with an unweighted audit-sample macro-F1 of 0.872. These values describe the audited sample rather than prevalence-weighted or end-to-end deployment performance. The aggregated network was connected (density = 0.281; transitivity = 0.513; mean path length = 1.88), and predicted affiliative events formed five algorithmic communities (modularity Q = 0.429). Within the observed zone, predicted agonistic interactions comprised 72.4% of retained events and 76.0% of interaction duration. The cow with the most partners did not have the highest betweenness centrality. Separating events by predicted valence produced descriptively different affiliative and agonistic layers, with contrasting edge sets, community partitions and individual positions. Thus, pooled interaction counts can obscure the behavioural composition of an observed network. Valence-aware analysis provides a framework for testing hypotheses about competition, affiliation and welfare-relevant change, while requiring longitudinal validation before use as a welfare or health indicator.
Chinese Translation
社会关系影响资源获取、冲突暴露和群体稳定性,但自动化的牲畜监测通常将行为视为孤立事件。在此,我们提出了一种关注效价的社会网络框架,将视频衍生的互动转化为群体层面的亲和与对抗组织表现。基于姿态的计算机视觉管道分析了来自一家商业奶牛场的预挤奶区连续视频,时长为7小时39分钟。经过质量控制,1,414个候选互动中保留了1,183个,涉及36头奶牛和177对二元组。在对198个管道检测剪辑的预测类别平衡审核中,自动标签与手动标签在82.8%的情况下达成一致,未加权审核样本的宏F1值为0.872。这些数值描述的是审核样本,而非加权流行率或端到端部署性能。聚合网络是连通的(密度 = 0.281;传递性 = 0.513;平均路径长度 = 1.88),预测的亲和事件形成了五个算法社区(模块化 Q = 0.429)。在观察区域内,预测的对抗互动占保留事件的72.4%和互动持续时间的76.0%。拥有最多伙伴的奶牛并不具备最高的中介中心性。通过预测效价分离事件产生了描述性不同的亲和与对抗层,具有对比的边集、社区划分和个体位置。因此,汇总的互动计数可能掩盖观察网络的行为组成。关注效价的分析为检验关于竞争、亲和和福利相关变化的假设提供了框架,但在用作福利或健康指标之前需要进行纵向验证。
cs.AI / 6 / 2608.19299

Air Traffic Control Using Large Language Models: Prompt Engineering, Architecture, and Evaluation

使用大型语言模型进行空中交通管制:提示工程、架构与评估
Ghazanfari, Mahyar, Casanova, Matthias, Kam, Jordan, Zongo, Alex, Wei, Peng, Darrell, Torsten, Bayen, Alexandre
Abstract
Air traffic control (ATC) communication is a safety-critical dialogue that remains largely human-driven even as other parts of air traffic management have been semi-automated. In this article, we experimentally evaluate whether large language models (LLMs) can generate operationally realistic ATC transmissions. An experimental general-aviation flight flying over the San Francisco "Bay Tour" route is hand-transcribed and used as ground truth (P0). Through a pilot-in-the-loop process we design five prompt structures (P1-P5) of increasing constraint and embed them in a stateful multi-turn pipeline, where the model plays ATC to a fixed pilot transcript while conditioning on the accumulating dialogue history. Across nine open- and closed-source LLMs we vary the prompt, the presence of a worked transcript from a different experimental flight as an in-context example, and whether the model conditions on its own prior replies or on injected ground-truth history. Turns are scored with lexical, structural, and semantic similarity metrics and by an LLM-as-judge (GPT-5.5) validated against human expert annotation. Supplying a worked example improves similarity, but tightening the prompt does not: the lightest prompts perform best and the most heavily scripted one collapses as its own errors accumulate through the dialogue, which injecting correct history repairs. These results outline a concrete path and its current limits toward LLM-assisted ATC.
Chinese Translation
空中交通管制(ATC)通信是一种安全关键的对话,尽管空中交通管理的其他部分已经实现了半自动化,但仍然主要由人类驱动。本文实验性地评估了大型语言模型(LLMs)是否能够生成操作上逼真的ATC传输。我们手动转录了一次飞越旧金山“湾区游览”航线的通用航空飞行,并将其用作真实数据(P0)。通过一个飞行员参与的过程,我们设计了五种逐渐增加约束的提示结构(P1-P5),并将其嵌入到一个状态保持的多轮对话管道中,在该管道中,模型在固定的飞行员转录上执行ATC,同时依赖于累积的对话历史。在九个开放源代码和闭源的LLM中,我们改变了提示、来自不同实验飞行的工作转录作为上下文示例的存在,以及模型是否依赖于其自身的先前回复或注入的真实历史。通过词汇、结构和语义相似性指标以及一个作为评判者的LLM(GPT-5.5)进行评分,并与人类专家注释进行验证。提供一个工作示例可以提高相似性,但收紧提示并没有改善结果:最轻的提示表现最佳,而最严格的脚本提示在对话中由于自身错误的累积而崩溃,注入正确的历史可以修复这一点。这些结果勾勒出了一条具体的路径及其当前限制,朝着LLM辅助的空中交通管制迈进。
cs.AI / 7 / 2608.19303

Outcome Monitors: Recovery Affordances for Silent Tool Failures

结果监测器:静默工具故障的恢复机会
Panthi, Sugam, Abdelfattah, Rabab
Abstract
When a tool call times out, the agent sees the failure and can route around it. A cached error page or negative price can instead arrive in the expected format and be consumed as fact. We introduce Outcome Monitors, which detect violations of outcome contracts mined from task-disjoint traces or derived from public schemas. On a violation, the monitor preserves the result and issues a nonbinding receipt naming the violated property and public recovery tools. In frozen, prespecified evaluations with injected failures, Outcome Monitors raise ToolMaze completion from 10.9% to 28.1% across four models in two provider families and replicate in a third. In tau-bench retail, completion improves by 14.0 and 12.0 points on two tiers. In separate ToolMaze controls, removing the recovery-tool list eliminates the measured gain and restoring it recovers the effect; diagnostic detail and timing produce no detectable differences. Gains concentrate where the fault blocks completion. On a suite transcribed from a published incident taxonomy, detection outside the mined vocabulary falls to 46%, though delivery continues and completion is unchanged. Recovery tools are the active receipt content in these controls; extending detection beyond the contract vocabulary remains open.
Chinese Translation
当工具调用超时,代理会察觉到故障并能够绕过它。一个缓存的错误页面或负价格可以以预期的格式到达并被视为事实。我们引入了结果监测器(Outcome Monitors),它们检测从任务不相交的轨迹中挖掘的结果合同的违规行为,或从公共模式中推导而来。在发生违规时,监测器保留结果并发出一份不具约束力的收据,列明被违反的属性和公共恢复工具。在注入故障的冻结预设评估中,结果监测器使ToolMaze的完成率从10.9%提高到28.1%,在两个提供者家族的四个模型中得到验证,并在第三个模型中复制。在tau-bench零售中,完成率在两个层级上分别提高了14.0和12.0个百分点。在单独的ToolMaze控制中,移除恢复工具列表消除了测得的增益,而恢复该列表则恢复了效果;诊断细节和时序未产生可检测的差异。增益集中在故障阻碍完成的地方。在从已发布的事件分类法转录的套件中,超出挖掘词汇的检测降至46%,尽管交付仍在继续且完成率不变。在这些控制中,恢复工具是主动的收据内容;将检测扩展到合同词汇之外仍然是一个开放问题。
cs.AI / 8 / 2608.19408

Beyond Imitation: Filtering On-Policy Distillation by Reasoning Progress

超越模仿:通过推理进展过滤在线策略蒸馏
Yang, Chen, Wan, Haiyuan, Xiong, Rengrong, Chen, Yize, Tsang, Danny H. K.
Abstract
On-policy distillation (OPD) has emerged as an effective framework for post-training language models by pairing student-generated trajectories with dense token-level supervision from a teacher. However, OPD implicitly assumes that teacher-derived rewards are an appropriate proxy for reasoning progress, and therefore treats all teacher feedback equally during policy optimization. While in practice, this assumption does not always hold. We observe that teacher-derived rewards often conflict with genuine reasoning progress, as reasoning steps with clear reasoning advancement may still receive lower distillation rewards, simply due to deviation from teacher's outputs. To address this mismatch, we propose Reasoning-Progress-Aware Reward Filtering for On-Policy Distillation (R2-OPD), which constructs two within-trajectory rankings of reasoning spans, one from teacher-derived rewards and the other from independently estimated progress reward. Distillation rewards are selectively suppressed whenever the two rankings disagree, reducing supervision that conflicts with reasoning progress while preserving effective teacher guidance. Our approach shows consistent improvement over standard OPD especially regarding reasoning performances.
Chinese Translation
在线策略蒸馏(OPD)作为一种有效的后训练语言模型框架,通过将学生生成的轨迹与来自教师的密集标记级监督相结合而出现。然而,OPD隐含地假设教师衍生的奖励是推理进展的合适代理,因此在策略优化过程中对所有教师反馈一视同仁。然而,在实际操作中,这一假设并不总是成立。我们观察到,教师衍生的奖励往往与真实的推理进展相矛盾,因为具有明显推理进展的推理步骤可能仍然会因偏离教师的输出而获得较低的蒸馏奖励。为了解决这一不匹配问题,我们提出了推理进展感知奖励过滤的在线策略蒸馏(R2-OPD),该方法构建了两个轨迹内推理跨度的排名,一个基于教师衍生的奖励,另一个基于独立估计的进展奖励。当两个排名不一致时,蒸馏奖励会被选择性地抑制,从而减少与推理进展相冲突的监督,同时保留有效的教师指导。我们的方法在推理性能方面相较于标准OPD显示出了一致的改善。
cs.AI / 9 / 2608.19511

Symposium: Trust via Auditable Records for Communities of AI Scientist Agents

研讨会:通过可审计记录建立人工智能科学家代理社区的信任
Pratt, Dexter
Abstract
Symposium is a formal framework and practical implementation to record the operation of AI agents deployed by small scientific research communities. Symposium provides long-term, immutable histories of agent-driven research activity, leaving auditable trails of analyses, hypotheses, data, and scientific discourse. This shared record of published artifacts enables agents to build on prior work and preserves the evidence researchers and agents need to make purpose-dependent trust assessments. Symposium captures scientific argument, including structured claims, fine-grained evidence citations, assumptions, and explicit declarations of what material may and may not be used as evidence. Symposium differs from AI co-scientist agents or integrated AI research environments; it is a framework that separates a scientific community's durable history from the agents and other systems that operate on that history. It assumes that a community will use diverse AI systems in a rapidly evolving environment. A working implementation of the publication infrastructure, agent prompt components, and documentation are provided to enable users to rapidly set up and run their own Symposium community.
Chinese Translation
研讨会是一个正式框架和实际实施方案,用于记录小型科学研究社区部署的人工智能代理的操作。研讨会提供了代理驱动的研究活动的长期、不可变历史,留下可审计的分析、假设、数据和科学讨论的痕迹。这一共享的已发布文献记录使代理能够在先前的工作基础上进行构建,并保留研究人员和代理进行目的依赖性信任评估所需的证据。研讨会捕捉科学论证,包括结构化的主张、细粒度的证据引用、假设,以及对哪些材料可以或不可以作为证据的明确声明。研讨会与人工智能共同科学家代理或集成的人工智能研究环境有所不同;它是一个框架,将科学社区的持久历史与在该历史上操作的代理和其他系统分开。它假设一个社区将在快速发展的环境中使用多样化的人工智能系统。提供了出版基础设施、代理提示组件和文档的工作实现,以便用户能够快速建立和运行自己的研讨会社区。
cs.AI / 10 / 2608.19535

From Retrieved Context to Runtime Control: Adaptive Compression for Edge-based RAG

从检索上下文到运行时控制:面向边缘计算的自适应压缩方法
Feric, Zlatan, Taherin, Amir, Wang, Yanzhi, Kaeli, David
Abstract
Retrieval-augmented generation (RAG) improves language-model responses by grounding generation in external passages, which comes with overhead: retrieved context lengthens the prompt, increasing prefill work, KV-cache footprint, memory traffic, latency, and energy. Context compression offers a natural remedy by pruning retrieved text before generation. However, state-of-the-art context-compression methods are typically used with a fixed compression budget, or with the rate selected offline and then applied at inference time. This static view ignores both workload variation and the live state of the edge device. On an edge SoC, compression is not free: the compressor itself runs on the same SoC and consumes latency and energy that can offset any generation savings. This paper proposes a vision for telemetry-informed adaptive compression in edge RAG, grounded in experimental evidence. We characterize the compression tradeoff on the NVIDIA Jetson AGX Thor using Llama and Qwen generators, Natural Questions and HotpotQA datasets, and LLMLingua-2 compression. Our measurements show that generation dominates the RAG budget for larger models, reaching roughly 90% of per-query latency and 91% of GPU energy for 7B-8B generators. Exploring the impact of the compression rate reveals an adaptive operating region: mild compression can miss energy opportunities, and overly aggressive compression can hurt inference quality. Intermediate compression can reduce GPU energy by up to 53.2%, and SoC energy by up to 48.2%, with negligible quality loss. We argue for runtime policies that dynamically manage compression, guided by workload features and edge telemetry.
Chinese Translation
检索增强生成(RAG)通过将生成过程与外部段落相结合,改善了语言模型的响应,但也带来了额外的开销:检索的上下文延长了提示,增加了预填充工作、KV缓存占用、内存流量、延迟和能耗。上下文压缩通过在生成之前修剪检索文本,提供了一种自然的解决方案。然而,最先进的上下文压缩方法通常在固定的压缩预算下使用,或者在离线选择压缩率后再应用于推理阶段。这种静态视角忽视了工作负载的变化和边缘设备的实时状态。在边缘系统单芯片(SoC)上,压缩并不是免费的:压缩器本身在同一SoC上运行,消耗的延迟和能量可能抵消任何生成节省。本文提出了一种基于实验证据的边缘RAG中基于遥测的自适应压缩愿景。我们在NVIDIA Jetson AGX Thor上使用Llama和Qwen生成器、Natural Questions和HotpotQA数据集以及LLMLingua-2压缩,表征了压缩的权衡。我们的测量表明,对于更大的模型,生成过程占据了RAG预算的主导地位,达到每查询延迟的约90%和7B-8B生成器的91% GPU能耗。探索压缩率的影响揭示了一个自适应操作区域:适度压缩可能错过节能机会,而过于激进的压缩则可能损害推理质量。中等压缩可以将GPU能耗降低多达53.2%,SoC能耗降低多达48.2%,且质量损失微乎其微。我们主张采用运行时策略,动态管理压缩,受工作负载特征和边缘遥测的指导。
cs.AI / 11 / 2608.19579

Enforcing LLM Safety through DMD-based Classification of Prompt-Response Embedding Dynamics

通过基于 DMD 的提示-响应嵌入动态分类来强化大型语言模型的安全性
Akrout, Mohamed, Kotevska, Olivera, Wilson, Dan
Abstract
Large Language Models (LLMs) are increasingly deployed in high-stakes applications, yet their tendency to generate toxic, harmful, or policy-violating content poses significant risks. Detecting these unsafe outputs efficiently in a black-box manner remains an open challenge. In this paper, we extend a recently proposed dynamical systems framework designed for hallucination detection to LLM safety classification. By projecting both prompts and responses into high-dimensional embedding spaces and fitting separate Koopman-based predictive models for safe and unsafe regimes, we classify new outputs using a new differential residual score that compares prediction errors of the safe and unsafe regimes. A key contribution is the incorporation of the prompt and response embedding dynamics, yielding fitted Koopman operators that capture crucial interaction patterns. We evaluate our black-box method across three safety benchmarks using three embedding models. Our results show that incorporating prompt embeddings yields consistent improvements, particularly for interaction-dependent violations when paired with causal decoders (e.g., in Llama-3), while response-only violations benefit more from dense semantic embedding representations. These findings opens the door for using dynamical systems to analyze AI systems rather than the dominant paradigm of using AI to model dynamical systems.
Chinese Translation
大型语言模型(LLMs)越来越多地应用于高风险场景,但它们生成有毒、有害或违反政策内容的倾向带来了显著风险。在黑箱环境中高效检测这些不安全输出仍然是一个开放的挑战。本文扩展了一种最近提出的动态系统框架,该框架旨在进行幻觉检测,以实现 LLM 的安全性分类。我们通过将提示和响应投影到高维嵌入空间,并为安全和不安全状态拟合独立的基于 Koopman 的预测模型,使用一种新的微分残差分数对新输出进行分类,该分数比较安全和不安全状态的预测误差。一个关键贡献是将提示和响应的嵌入动态纳入考量,从而获得捕捉重要交互模式的拟合 Koopman 运算符。我们在三个安全基准上评估了我们的方法,使用了三种嵌入模型。结果表明,结合提示嵌入可以带来一致的改进,特别是在与因果解码器(例如,在 Llama-3 中)配对时,对于依赖交互的违规行为,而仅响应的违规行为则更受益于密集语义嵌入表示。这些发现为使用动态系统分析人工智能系统开辟了新的方向,而不是以使用人工智能建模动态系统的主流范式。
cs.AI / 12 / 2608.19625

Scientific Data Skills: Enabling Agent-Ready Scientific Data Services at Scale

科学数据技能:在规模上实现代理就绪的科学数据服务
Huang, Xiaohan, Long, Qingqing, Du, Xiaolei, Pu, Siyu, Xu, Jiawen, Chen, Haotian, Zhao, Chenyang, Liu, Jinbiao, Wang, Xuezhi, Wang, Hao, Zhu, Hengshu, Zhou, Yuanchun
Abstract
Scientific data are increasingly used by AI agents, yet existing dataset representations provide limited support for autonomous discovery, interpretation, and invocation. This limitation stems from the fragmentation of scientific data across heterogeneous repositories and from dataset representations designed primarily for human use. To address this limitation, we introduce the Scientific Data Skill (SciDSK), an agent-ready representation that packages dataset-specific knowledge and operational guidance as a reusable agent skill. A SciDSK integrates dataset descriptions, scientific context, file organization, usage procedures, quality checks, and provenance information while retaining the underlying data in its original repository. We define a structured SciDSK specification and develop a systematic construction pipeline that grounds each SciDSK in authoritative dataset records and associated supporting materials. We further establish the Scientific Data Skill Bank, a unified platform that publishes SciDSK resources across six scientific disciplines and supports package access, persistent identification, and traceability to source datasets. We evaluate SciDSK through a retrieval benchmark for dataset discovery and controlled cases for dataset interpretation. The results show that SciDSK improves agent-driven dataset discovery and provides more precise and actionable support for dataset interpretation. These findings support the value of organizing dataset-specific knowledge in an agent-ready representation.
Chinese Translation
科学数据越来越多地被人工智能代理使用,但现有的数据集表示对自主发现、解释和调用的支持有限。这一局限性源于科学数据在异构存储库中的碎片化,以及数据集表示主要为人类使用而设计。为了解决这一问题,我们引入了科学数据技能(Scientific Data Skill, SciDSK),这是一种代理就绪的表示方式,将数据集特定知识和操作指导打包为可重用的代理技能。SciDSK整合了数据集描述、科学背景、文件组织、使用程序、质量检查和来源信息,同时保留了原始存储库中的底层数据。我们定义了结构化的SciDSK规范,并开发了一个系统的构建流程,将每个SciDSK与权威的数据集记录及相关支持材料相结合。我们进一步建立了科学数据技能库,这是一个统一的平台,发布跨六个科学学科的SciDSK资源,并支持包访问、持久标识和源数据集的可追溯性。我们通过数据集发现的检索基准和数据集解释的受控案例评估SciDSK。结果表明,SciDSK改善了代理驱动的数据集发现,并为数据集解释提供了更精确和可操作的支持。这些发现支持了以代理就绪的表示方式组织数据集特定知识的价值。
cs.AI / 13 / 2608.19652

Can Agent Memory Systems Track Evolving State?

代理记忆系统能否追踪不断变化的状态?
Fan, Xinyi, Liu, Miri, Yang, Ruozhen, Ouyang, Siru, Han, Jiawei
Abstract
As LLM-based agents are deployed for longer and higher-stakes tasks, their memory systems continue to have crucial gaps. While existing memory benchmarks focus largely on recall-shaped tasks, we argue an effective memory system must track the evolving state of the world; as facts, constraints, and decisions are revised over a long interaction, answers must reflect the current state and not a superseded one. We define this capability as state tracking and instantiate it in StateMemBench, a benchmark of 234 multi-session scenarios spanning two conversation-length regimes. Its closed-pool grading scores whether an answer reflects the current state, the superseded state, or fails otherwise, separating state-tracking failures from other errors by construction. Our analysis shows that this task is challenging for existing memory systems, retrieval-augmented baselines, and long-context baselines. We then present StateMem, a state-first memory method that explicitly tracks supersession and relational dependencies, and show it improves current-state accuracy over the strongest same-backbone baseline by 1.8x (0.205 -> 0.363) on DeepSeek-V4-Flash and over the strongest memory system by 1.6x (0.149 -> 0.233) on Qwen-3.5-9B, while remaining competitive with the long-context baselines. Finally, we show the same state approach can be applied as a lightweight single-call wrapper over existing memory systems, lifting current-state accuracy by +32 to +67 points on StateMemBench across six memory and retrieval backends. A length- and cost-matched control attributes +15 to +32 of those points to state structure rather than added context.
Chinese Translation
随着基于大型语言模型(LLM)的代理被部署于更长时间和更高风险的任务,其记忆系统仍存在关键的缺陷。虽然现有的记忆基准主要集中在回忆型任务上,我们认为一个有效的记忆系统必须能够追踪世界的不断变化状态;随着事实、约束和决策在长时间交互中被修订,答案必须反映当前状态,而不是被取代的状态。我们将这种能力定义为状态追踪,并在StateMemBench中实现了这一点,该基准包含234个跨越两种对话长度模式的多会话场景。其闭合池评分评估答案是否反映当前状态、被取代的状态,或在其他情况下失败,从构造上将状态追踪失败与其他错误区分开来。我们的分析表明,这一任务对现有的记忆系统、增强检索的基线和长上下文基线而言都是具有挑战性的。随后,我们提出了StateMem,一种优先考虑状态的记忆方法,明确追踪取代和关系依赖,并展示其在DeepSeek-V4-Flash上相较于最强同架构基线提高了当前状态准确性1.8倍(0.205 -> 0.363),在Qwen-3.5-9B上相较于最强记忆系统提高了1.6倍(0.149 -> 0.233),同时在与长上下文基线的竞争中保持竞争力。最后,我们展示相同的状态方法可以作为轻量级单次调用的包装器应用于现有记忆系统,在StateMemBench上提升了六个记忆和检索后端的当前状态准确性32到67分。一个长度和成本匹配的控制将其中15到32分归因于状态结构,而非增加的上下文。
cs.AI / 14 / 2608.19680

Frequency-Aware Continual Learning for Smart Contract Vulnerability Detection with Large Language Models

基于频率感知的持续学习在智能合约漏洞检测中的应用:大型语言模型的研究
Huang, Tenghui, Kang, Jiawen, Liu, Dongning, Yi, Changyan, Cai, Chengjun, Yang, Anjia, Li, Li, Kim, Dong In
Abstract
Smart contract vulnerability detection with Large Language Models (LLMs) faces three causally linked challenges. First, new vulnerability categories demand parameter-efficient adaptation, since full retraining is prohibitive for sequentially arriving tasks. Second, training per-task adapters on a shared backbone causes catastrophic forgetting of previously learned vulnerabilities. Third, the resulting multiplicity of adapters must be consolidated into a single model, since task identity is unknown at inference time. Each challenge arises directly from the solution to its predecessor, making an integrated framework essential. We propose a three-stage pipeline in which each stage addresses one challenge and feeds into the next. The adaptation stage uses Frequency-Aware Low-Rank Adaptation (FA-LoRA), which performs adaptation in the Fourier domain with per-frequency importance gates, requiring only 0.4% trainable parameters while outperforming standard LoRA and QLoRA. The continual learning stage applies Forget-Aware Replay (FAR), which uses these frequency gates to estimate per-sample forgetting risk via loss dynamics and prioritizes vulnerable knowledge for rehearsal, achieving an average Micro-F1 of 0.8022 across sequential tasks. The deployment stage employs Anchor-Protected Progressive Merging (APPM), which exploits the asymmetric generalization produced by FAR training to identify the strongest-generalizing adapter as an anchor and consolidates all adapters into a single model via anchor-protected weighted merging with frequency-domain gate competition. APPM achieves a Micro-F1 of 0.8085, within 2.7% of the independent per-task upper bound, at a merge cost of 156 ms and no additional runtime memory. Experiments on DIVE confirm the framework effectively addresses all three challenges for evolving blockchain ecosystems.
Chinese Translation
利用大型语言模型(LLMs)进行智能合约漏洞检测面临三个因果相关的挑战。首先,新漏洞类别需要参数高效的适应,因为对连续到达的任务进行全面重训练是不可行的。其次,在共享主干上为每个任务训练适配器会导致对之前学习的漏洞的灾难性遗忘。第三,生成的多个适配器必须整合为一个单一模型,因为在推理时任务身份是未知的。每个挑战直接源于其前一个挑战的解决方案,因此一个集成框架是必不可少的。我们提出了一个三阶段的流程,其中每个阶段解决一个挑战并为下一个阶段提供输入。适应阶段使用频率感知低秩适应(Frequency-Aware Low-Rank Adaptation, FA-LoRA),该方法在傅里叶域中进行适应,利用每个频率的重要性门,仅需0.4%的可训练参数,同时优于标准的LoRA和QLoRA。持续学习阶段应用遗忘感知重放(Forget-Aware Replay, FAR),该方法利用这些频率门通过损失动态估计每个样本的遗忘风险,并优先考虑脆弱知识进行重演,在连续任务中实现了平均Micro-F1值为0.8022。部署阶段采用锚点保护的渐进合并(Anchor-Protected Progressive Merging, APPM),该方法利用FAR训练产生的非对称泛化来识别最强泛化适配器作为锚点,并通过锚点保护的加权合并与频率域门竞争将所有适配器整合为一个单一模型。APPM在合并成本为156毫秒且没有额外运行时内存的情况下,实现了Micro-F1值为0.8085,距离独立每任务的上限仅有2.7%的差距。对DIVE的实验验证了该框架有效解决了不断演变的区块链生态系统中的所有三个挑战。
cs.AI / 15 / 2608.19684

Learning Hierarchical Skill Policies with Offline Quality-Diversity Reinforcement Learning

通过离线质量-多样性强化学习学习层次技能策略
Anakewat, Tanachai, Osa, Takayuki, Harada, Tatsuya
Abstract
Recent studies investigate how to leverage pre-collected datasets to improve the policy performance and sample efficiency of RL. One promising approach to achieve this goal is to employ a two-stage strategy: In the first stage, diverse skills are extracted as a low-level policy from a given dataset, and a high-level policy is trained to solve a specific task in the second stage. Typically, extraction of the low-level policy is performed based on unsupervised learning such as trajectory VAE. However, a limitation of this approach is that the quality of the low-level policy highly depends on the quality of the dataset. To address this issue, we introduce QDOS (Quality-Diversity Offline Skill learning), a unified pipeline for robust offline-to-online learning. Our approach incorporates an Advantage-Weighted Quality-Diversity pretraining objective, which weights the skill extraction and diversity objectives by the estimated advantage of each trajectory segment. This approach allows the model to extract diverse and high-value skills. By providing robust and task-relevant skill representations, QDOS significantly improves the quality of the embedded skill space used by the low-level policy. We further integrate this with a dual dataset reuse strategy, where offline data is used both for skill pretraining and for populating the online replay buffer via pseudo-labeling. Experiments demonstrate that QDOS significantly outperforms strong baselines in structured manipulation tasks and unstructured locomotion tasks, confirming its ability to accelerate exploration and improve final returns in challenging sparse-reward domains.
Chinese Translation
近期研究探讨如何利用预先收集的数据集来提高强化学习(RL)的策略性能和样本效率。一种实现这一目标的有前景的方法是采用两阶段策略:在第一阶段,从给定数据集中提取多样化的技能作为低级策略,而在第二阶段训练高级策略以解决特定任务。通常,低级策略的提取是基于无监督学习方法,例如轨迹变分自编码器(trajectory VAE)。然而,这种方法的一个局限性在于低级策略的质量高度依赖于数据集的质量。为了解决这个问题,我们提出了QDOS(质量-多样性离线技能学习),这是一个用于稳健的离线到在线学习的统一管道。我们的方法结合了优势加权质量-多样性预训练目标,该目标通过每个轨迹段的估计优势来加权技能提取和多样性目标。这种方法使模型能够提取多样化且高价值的技能。通过提供稳健且与任务相关的技能表示,QDOS显著提高了低级策略所使用的嵌入技能空间的质量。我们进一步将其与双数据集重用策略相结合,其中离线数据既用于技能预训练,也通过伪标记填充在线重放缓冲区。实验表明,QDOS在结构化操作任务和非结构化运动任务中显著优于强基线,证实了其在具有挑战性的稀疏奖励领域加速探索和改善最终回报的能力。
cs.AI / 16 / 2608.19689

Rethinking the Evaluation and Optimization of LLM-Based Social Simulation

重新思考基于大型语言模型的社会模拟的评估与优化
Wang, Pei, Chen, Xu, Wen, Ji-Rong
Abstract
LLM-based social simulation is a promising complement to traditional methods such as surveys and behavioral experiments. A core question is how to evaluate the fidelity of LLM-simulated human behavior and optimize LLMs toward it. Prevailing practice evaluates by accuracy, checking whether the model selects the single response observed from a human, and trains the LLM to reproduce this hard label. However, human behavior is inherently subjective: the same person in the same situation may reasonably act differently, so an observed response is only one draw from an underlying response distribution, rendering accuracy-based evaluation unreliable and hard-label training misleading. To address these problems, we first introduce the subjectivity coefficient, an entropy-based quantity distinguishing objective tasks such as coding from subjective ones such as social simulation, and use it to systematically analyze how accuracy-based evaluation and hard-label training fail as subjectivity grows. Based on the subjectivity coefficient, we propose Subjectivity-Adaptive soft-Label Training (SALT): it pools observed outputs from semantically nearby inputs into soft distributional labels, with an aggregation radius adapted to the estimated subjectivity of each input; in the near-objective limit the neighborhood shrinks, so SALT naturally falls back to standard single-label training. Moreover, since existing datasets record only single observed responses and cannot support distributional evaluation, we construct SUBJSIM, a benchmark of 19,300 contexts covering 193 annotators and 100 subjective questions. Since real-world data typically provide only a single observation per input, our experiments train models from single observed outputs while evaluating them against the full response distributions, verifying feasibility in realistic settings. Results on SUBJSIM demonstrate the advantages of our method.
Chinese Translation
基于大型语言模型(LLM)的社会模拟是对传统方法(如调查和行为实验)的有希望的补充。一个核心问题是如何评估LLM模拟的人类行为的真实性,并优化LLM以达到这一目标。当前的做法通过准确性进行评估,检查模型是否选择了人类观察到的单一反应,并训练LLM再现这一硬标签。然而,人类行为本质上是主观的:同一个人在同一情境中可能合理地表现出不同的行为,因此观察到的反应只是潜在反应分布中的一次抽样,这使得基于准确性的评估不可靠,硬标签训练也具有误导性。为了解决这些问题,我们首先引入主观性系数,这是一种基于熵的量度,用于区分诸如编码等客观任务与社会模拟等主观任务,并利用它系统地分析随着主观性增加,基于准确性的评估和硬标签训练如何失败。基于主观性系数,我们提出了主观性自适应软标签训练(Subjectivity-Adaptive soft-Label Training, SALT):它将来自语义相近输入的观察输出汇聚成软分布标签,聚合半径根据每个输入的估计主观性进行调整;在近乎客观的极限下,邻域缩小,因此SALT自然回归到标准的单标签训练。此外,由于现有数据集仅记录单一观察反应,无法支持分布评估,我们构建了SUBJSIM,一个涵盖193位注释者和100个主观问题的19,300个情境的基准数据集。由于现实世界数据通常仅提供每个输入的单一观察,我们的实验从单一观察输出训练模型,同时对其进行全反应分布的评估,验证了在现实环境中的可行性。SUBJSIM上的结果展示了我们方法的优势。
cs.AI / 17 / 2608.19701

Beyond Memory Majority: Latent-Source Reasoning for Multi-Agent Memory Arbitration

超越记忆多数:多智能体记忆仲裁的潜在源推理
Lin, Chenchen, Yuan, Wenhao, Wang, Xuehe, Ngai, Edith Cheuk Han
Abstract
Long-term multi-agent systems continuously accumulate the memories produced by different agents. Existing memory methods typically treat retrieved memories as independent evidence and combine them through voting or weighting. However, this independence assumption often fails in multi-agent settings: memories written by different agents may inherit the same upstream source or shared bias, causing correlated evidence to be repeatedly counted and creating a false majority. We term this failure mode \textit{Memory Correlation Bias}. To address the issue, we propose the \textbf{C}orrelation-\textbf{A}ware \textbf{M}emory \textbf{A}rbitration (CAMA) framework that jointly decouples retrieved memories and recovers missing independent evidence. We model the retrieved memories as query-conditioned evidence groups and combine neural dependency inference with provenance-based symbolic priors to estimate the effective number of independent evidence sources, thereby preventing correlated memories from forming a false majority. Since critical independent evidence may be absent from the initial retrieval set, \textsc{CAMA} further learns a sequential recovery policy that actively retrieves alternative evidence or traces upstream sources before making the final decision, aiming to recover sufficient independent evidence for reliable arbitration while minimizing retrieval cost. Experiments on multiple benchmarks demonstrate the superiority of our method over the state-of-the-art baseline methods, suppressing false majorities induced by correlated memories.
Chinese Translation
长期多智能体系统持续积累由不同智能体产生的记忆。现有的记忆方法通常将检索到的记忆视为独立证据,并通过投票或加权进行组合。然而,这种独立性假设在多智能体环境中往往失效:不同智能体写入的记忆可能继承相同的上游源或共享偏差,导致相关证据被重复计算,从而产生虚假的多数。我们将这种失效模式称为 extit{记忆相关偏差}。为了解决这一问题,我们提出了 extbf{C}orrelation- extbf{A}ware extbf{M}emory extbf{A}rbitration (CAMA)框架,该框架共同解耦检索到的记忆并恢复缺失的独立证据。我们将检索到的记忆建模为查询条件证据组,并结合神经依赖推理与基于来源的符号先验,以估计有效的独立证据源数量,从而防止相关记忆形成虚假的多数。由于关键的独立证据可能在初始检索集中缺失, extsc{CAMA}进一步学习了一种顺序恢复策略,该策略在做出最终决策之前主动检索替代证据或追溯上游源,旨在恢复足够的独立证据以实现可靠的仲裁,同时最小化检索成本。在多个基准测试中的实验表明,我们的方法优于现有的最先进基线方法,有效抑制了由相关记忆引发的虚假多数。
cs.AI / 18 / 2608.19729

SafeBranch: Branch-Pair Safety Alignment for Embodied Agents

SafeBranch:面向具身智能体的分支对安全对齐
Lee, Hyunse, Jeong, Jiwoo, Lee, Haneul, Jang, Kyochul, Yu, Youngjae, Lee, Woojin
Abstract
Vision-language-model-based embodied agents can complete instructed tasks but often violate safety constraints in the process, a problem recently framed as interactive safety. Training such agents to act safely is difficult, since safety and task success are distinct objectives, and safety arises only at a small number of safety-critical steps within a trajectory. Standard supervision is insufficient: imitating safe trajectories teaches behavior without explaining why it is safe, and contrasting arbitrary safe and unsafe trajectories mixes the safety signal with unrelated differences. We propose SafeBranch, a framework that aligns an embodied actor on safety through branch pairs constructed from the actor's own unsafe rollouts via environment rollback. SafeBranch rolls each unsafe rollout back to the safety-critical step that caused the violation, queries the actor for a safe alternative, and pairs the original action with the alternative so that the two branches differ only at that step. The trained actor acts safely at deployment with no critic in the loop. On IS-Bench, SafetyALFRED, and out-of-distribution variants with unseen tasks and objects, it handles safety reliably without sacrificing task success, achieving roughly ten times more safe successes than the untrained baseline on the unseen-object variant.
Chinese Translation
基于视觉语言模型的具身智能体能够完成指令任务,但在此过程中往往会违反安全约束,这一问题最近被称为交互安全。训练这样的智能体安全地行动是困难的,因为安全与任务成功是两个不同的目标,而安全性仅在轨迹中的少数几个安全关键步骤中出现。标准监督方法不足:模仿安全轨迹教会行为,但并未解释为何该行为是安全的,而对比任意的安全和不安全轨迹则将安全信号与无关的差异混合在一起。我们提出了SafeBranch,一个通过从智能体自身的不安全回滚中构建的分支对来对齐具身智能体安全性的框架。SafeBranch将每个不安全的回滚恢复到导致违规的安全关键步骤,询问智能体安全的替代方案,并将原始动作与替代方案配对,使得两个分支仅在该步骤上有所不同。经过训练的智能体在部署时能够安全地行动,而无需在环中的评论者。在IS-Bench、SafetyALFRED以及具有未见任务和对象的分布外变体上,它可靠地处理安全问题而不牺牲任务成功,在未见对象变体上实现了大约十倍于未训练基线的安全成功率。
cs.AI / 19 / 2608.19751

GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-Hailing

GenMatch:一种用于网约车微观视角订单调度的端到端生成匹配框架
Liu, Chuang, Zhang, Yuxueqing, Lyu, Tengfei, Yuan, Zirui, Hu, Weiqi, Cheng, Yanghan, Wang, Ming, Ma, Li, Lu, Zihao
Abstract
Micro-View Order-Dispatching assigns available drivers to passenger orders within each dispatch batch and is critical to the service quality and operational efficiency of ride-hailing platforms. Mainstream industrial solutions follow a multi-stage paradigm of model prediction, value calculation, and dispatch matching. Although dispatch quality is determined by the final batch-level assignment, these stages optimize different intermediate objectives. This cross-stage objective inconsistency means that improving a single stage does not necessarily improve the overall dispatch result. We therefore formulate Micro-View Order-Dispatching as a generative matching problem and propose GenMatch, an end-to-end Generative Matching framework and the first such framework deployed in a real-world production environment. Applying generative modeling to this problem introduces three challenges. First, each dispatch batch forms a dynamic sparse bipartite graph, requiring efficient structured batch-level encoding. Second, replacing the hand-crafted value function requires learning unified business utility from heterogeneous feedback. Third, directly generating an assignment requires tracking the evolving matching state because each selected order-driver pair changes the remaining feasible candidates. GenMatch addresses these challenges with a Context-Aware Bipartite Encoder, a Business-Aware Utility Learner, and a State-Aware Pointer Decoder. Extensive offline evaluations and online A/B tests in five cities across DiDi's international ride-hailing markets show consistent improvements over competitive baselines, confirming the effectiveness and practicality of GenMatch for industrial order-dispatching.
Chinese Translation
微观视角订单调度在每个调度批次中将可用司机分配给乘客订单,对于网约车平台的服务质量和运营效率至关重要。主流工业解决方案遵循模型预测、价值计算和调度匹配的多阶段范式。尽管调度质量由最终的批次级分配决定,但这些阶段优化的是不同的中间目标。这种跨阶段目标不一致性意味着改善单一阶段不一定会改善整体调度结果。因此,我们将微观视角订单调度表述为一个生成匹配问题,并提出了GenMatch,一个端到端的生成匹配框架,也是第一个在真实生产环境中部署的此类框架。将生成建模应用于此问题引入了三个挑战。首先,每个调度批次形成一个动态稀疏二分图,要求高效的结构化批次级编码。其次,替代手工设计的价值函数需要从异构反馈中学习统一的业务效用。第三,直接生成分配需要跟踪不断变化的匹配状态,因为每对选定的订单-司机组合都会改变剩余的可行候选者。GenMatch通过上下文感知的二分编码器、业务感知的效用学习器和状态感知的指针解码器来解决这些挑战。在滴滴国际网约车市场的五个城市中进行的大规模离线评估和在线A/B测试显示,GenMatch在竞争基准上实现了一致的改进,确认了其在工业订单调度中的有效性和实用性。
cs.AI / 20 / 2608.19789

TT-net: Quantum Inspired Tensor Network Denoising in Conditional GANs

TT-net:条件生成对抗网络中的量子启发式张量网络去噪
Sterzel, Michal A., Rančić, Marko J.
Abstract
Developed as a workhorse for classical simulations of quantum algorithms and quantum many-body systems, Tensor Network methods have entered the scientific mainstream in quantum physics. Among various types of tensor networks, Tensor Trains (commonly know as Matrix Product States in the quantum computing community) have already found applications in machine learning. These methods often rely on a powerful linear algebra tool called the Singular Value Decomposition (SVD). Several conditional GAN architectures for image denoising incorporate SVD as a single-cut decomposition step applied to generator feature maps. In this work we introduce TT-Net, which replaces the per-channel SVD denoising block with a two-cut tensor-train decomposition capable of accessing cross-channel information directly, a capability absent from contemporary alternatives. In a controlled comparison differing only in this decomposition mechanism, TT-Net outperforms SVD-Net on PSNR and SSIM across all three noise types tested (Gaussian, motion blur, and salt-and-pepper), supporting the hypothesis that cross-channel access improves denoising quality. Training-dynamics analysis further shows that TT-Net's adversarial loss term consistently saturates to a stagnant state across all three noise types, more so than SVD-Net's, while reconstruction quality continues to improve regardless, raising an open question about the adversarial component's contribution that this work identifies but does not resolve. Furthermore, for Gaussian noise our method outperforms both the EigenGAN and the state of the art Pix2pix method which does not assume any linear algebra decompositions and does not retain any linear algebra information. Our manuscript shows how quantum inspired tools can be used as practical real world feature filters for deep learning applications.
Chinese Translation
张量网络方法作为经典量子算法和量子多体系统模拟的主要工具,已进入量子物理的科学主流。在各种类型的张量网络中,张量列(在量子计算社区中通常称为矩阵乘积态)已在机器学习中找到了应用。这些方法通常依赖于一种强大的线性代数工具,称为奇异值分解(SVD)。一些用于图像去噪的条件生成对抗网络架构将SVD作为应用于生成器特征图的单切分解步骤。在本研究中,我们引入了TT-Net,它用一种能够直接访问跨通道信息的双切张量列分解替代了每个通道的SVD去噪块,这种能力在当代替代方案中是缺失的。在仅在此分解机制上有所不同的受控比较中,TT-Net在所有三种测试的噪声类型(高斯噪声、运动模糊和椒盐噪声)上均优于SVD-Net的峰值信噪比(PSNR)和结构相似性指数(SSIM),支持了跨通道访问改善去噪质量的假设。训练动态分析进一步表明,TT-Net的对抗损失项在所有三种噪声类型上始终饱和到一个停滞状态,超过了SVD-Net,而重建质量无论如何持续改善,这引发了一个关于对抗组件贡献的未解问题,本研究对此进行了识别但未能解决。此外,对于高斯噪声,我们的方法超越了EigenGAN和最先进的Pix2pix方法,后者不假设任何线性代数分解且不保留任何线性代数信息。我们的手稿展示了量子启发式工具如何作为深度学习应用的实用特征过滤器。
cs.AI / 21 / 2608.19790

LLMs as Acquisition Policies for Finite-Pool Materials Optimization: A Controlled Study

大型语言模型作为有限池材料优化的获取策略:一项受控研究
Demir, Dino-Rober, Bronnec, Florian Le, Yokota, Rio
Abstract
Discovering materials with desirable properties often requires searching large candidate spaces while experimental or computational evaluations remain costly. Active learning addresses this challenge by using previous observations to select which candidate to evaluate next, typically through probabilistic surrogate models. We investigate whether open-weight large language models (LLMs) can serve as standalone acquisition policies in this setting. We evaluate five LLMs across four retrospective finite-pool materials optimization tasks under different candidate-presentation strategies and compare them with random selection and conventional Gaussian-process methods. LLM policies generally reach the global optimum in fewer iterations than random selection, indicating that they provide a useful acquisition signal without task-specific training. Their performance relative to Gaussian-process methods is mixed: conventional acquisition performs better on most tasks, while LLMs match or outperform it in some settings. Performance varies substantially across tasks, models, initializations, and candidate presentations, with no LLM approach performing best across all tasks. Overall, open-weight LLMs show potential as acquisition policies for finite-pool materials search, although their reliability remains sensitive to the task and to how candidates and scientific context are presented.
Chinese Translation
发现具有理想属性的材料通常需要在大型候选空间中进行搜索,而实验或计算评估的成本仍然很高。主动学习通过利用先前的观察来选择下一个评估的候选对象,从而应对这一挑战,通常采用概率代理模型。我们研究了开放权重的大型语言模型(LLMs)是否可以在这种情况下作为独立的获取策略。我们在四个回顾性有限池材料优化任务中评估了五个LLM,采用不同的候选呈现策略,并将其与随机选择和传统高斯过程方法进行了比较。LLM策略通常在比随机选择更少的迭代中达到全局最优,表明它们在没有特定任务训练的情况下提供了有用的获取信号。相对于高斯过程方法,它们的表现则呈现混合状态:传统获取在大多数任务中表现更好,而LLM在某些设置中与其相匹配或超越。性能在任务、模型、初始化和候选呈现之间差异显著,没有任何LLM方法在所有任务中表现最佳。总体而言,开放权重的LLM在有限池材料搜索中作为获取策略显示出潜力,尽管它们的可靠性仍然对任务以及候选和科学背景的呈现方式敏感。
cs.AI / 22 / 2608.19794

Towards general embodied intelligence: integrating large language models, knowledge bases, and reasoning capabilities to build the next generation of AI agents

迈向通用具身智能:整合大型语言模型、知识库和推理能力以构建下一代人工智能代理
Yuan, Fujiang, Huang, Xia, Wang, Lusheng, Ding, Jun, Tian, Zhen, Wang, Yuxin, Gu, Shaojie, Funabora, Yuki, Peng, Yanhong, Mao, Zebing
Abstract
The convergence of large language models (LLMs), structured knowledge bases (KBs), and reasoning ability (RA) presents a promising trajectory toward general embodied intelligence (GEI). This paper reviews the evolution of LLM-centered intelligent systems, emphasising their integration with knowledge representation, logical reasoning, and physical embodiment. We analyse LLM architectures, pre-training methods, and inference mechanisms, along with their interaction with external knowledge sources and structured reasoning frameworks. Furthermore, we examine embodied intelligence (EI) paradigms wherein agents learn and act in physical environments. To synthesise these dimensions, we present a conceptual framework that illustrates the synergy among LLMs, KBs, RA, and embodiment, serving as a guiding model for perception, reasoning, and action rather than an implemented engineering architecture. To advance toward GEI, we identify five key challenges: efficient LLM deployment, closed-loop knowledge integration, hybrid symbolic-neural reasoning, perception-action grounding, and continual learning. This survey provides a comprehensive roadmap for developing adaptive, multimodal agents capable of operating in complex, dynamic settings.
Chinese Translation
大型语言模型(LLMs)、结构化知识库(KBs)和推理能力(RA)的融合为通用具身智能(GEI)提供了一个有前景的发展方向。本文回顾了以LLM为中心的智能系统的发展,强调它们与知识表示、逻辑推理和物理具身的整合。我们分析了LLM架构、预训练方法和推理机制,以及它们与外部知识源和结构化推理框架的互动。此外,我们考察了具身智能(EI)范式,其中代理在物理环境中学习和行动。为了综合这些维度,我们提出了一个概念框架,展示了LLMs、KBs、RA和具身之间的协同作用,作为感知、推理和行动的指导模型,而非已实现的工程架构。为了向GEI迈进,我们确定了五个关键挑战:高效的LLM部署、闭环知识整合、混合符号-神经推理、感知-行动基础和持续学习。本次调查为开发能够在复杂动态环境中操作的自适应多模态代理提供了全面的路线图。
cs.AI / 23 / 2608.19804

ADAPT: Physics-Aware Diffusion-based World Models for Adaptive Predictive Transferable HVAC Control

ADAPT:基于物理知识的扩散模型世界模型用于自适应可转移的HVAC控制
Yang, Xu, Sun, Kailai, Zhong, Dianyu, Zhao, Qianchuan
Abstract
Buildings account for roughly one-third of global energy consumption and CO$_2$ emissions. Optimizing indoor climate systems plays a critical role for urban climate mitigation aligned with UN Sustainable Development Goals 11 and 13. However, indoor delayed thermodynamic responses and partial observability severely hinder existing methods, which are primarily limited by implicit thermal inertia, occupancy dynamic prediction, and cumulative prediction errors, especially for out-of-distribution environments. In practice, these challenges are further exacerbated by the high cost and privacy burden of dense indoor sensing, forcing operators to collect only limited data in a single operating regime while expecting controllers to generalize reliably across unseen seasons and climate regions. To address this problem, we propose ADAPT, a physics-aware conditional diffusion indoor environmental world model for HVAC control. The model predicts a short-horizon held-action thermal baseline to capture the latent thermal inertia of the buildings. The diffusion backbone utilizes the robustness of generative models, while a learnable multi-zone heat-balance regularizer constrains generated trajectories to satisfy transferable building thermodynamics without requiring known building geometry or manually calibrated thermal parameters. A credit assignment is then design for the downstream reinforcement learning. Extensive experiments on SemibuildingSim and Sinergym demonstrate that ADAPT reduces HVAC energy consumption by 7.3\% and occupant discomfort by 30.2\% compared with state-of-the-art baselines under IID control. Under OOD control scenarios spanning unseen seasons and climate regions, ADAPT maintains robust performance with only marginal degradation relative to its IID performance, substantially outperforming existing methods in transfer robustness.
Chinese Translation
建筑物大约占全球能源消耗和二氧化碳排放的三分之一。优化室内气候系统在与联合国可持续发展目标11和13相一致的城市气候减缓中发挥着关键作用。然而,室内延迟的热动力学响应和部分可观测性严重阻碍了现有方法,这些方法主要受到隐含热惯性、占用动态预测和累积预测误差的限制,尤其是在分布外环境中。在实践中,这些挑战因密集室内传感的高成本和隐私负担而进一步加剧,迫使操作人员在单一操作模式下仅收集有限数据,同时期望控制器能够在未见过的季节和气候区域中可靠地进行泛化。为了解决这个问题,我们提出了ADAPT,一种基于物理知识的条件扩散室内环境世界模型,用于HVAC控制。该模型预测短期保持动作的热基线,以捕捉建筑物的潜在热惯性。扩散骨干利用生成模型的鲁棒性,而可学习的多区域热平衡正则化器则约束生成的轨迹,以满足可转移的建筑热力学,而无需已知的建筑几何形状或手动校准的热参数。随后为下游强化学习设计了信用分配。在SemibuildingSim和Sinergym上的大量实验表明,ADAPT在IID控制下将HVAC能耗降低了7.3%,将居住者不适感降低了30.2%,相较于最先进的基线。在跨越未见季节和气候区域的OOD控制场景下,ADAPT保持了稳健的性能,相对于其IID性能仅有轻微下降,显著优于现有方法在转移鲁棒性方面的表现。
cs.AI / 24 / 2608.19812

When Saying No Makes Better Videos: Designing Dual Gatekeeping for Pedagogically Grounded AI Content Creation

拒绝的艺术:设计双重把关机制以促进以教育为基础的人工智能内容创作
Kim, Yearim, Baek, Njun, Kwak, Nojun
Abstract
To prevent the adoption of aesthetically polished but pedagogically flawed AI content, we study a video authoring pipeline featuring two layers of structured refusal. The first layer empowers educators to iteratively reshape AI scripts based on multimedia learning theory, while the second employs automated metrics to flag violations in instructional coherence and narrative-visual synchronization. While neither layer is exhaustive, their synergy ensures that principled resistance--the act of deferring AI output until it meets rigorous standards--becomes a catalyst for higher quality. Evaluation combining a study with 23 educators across 3 topics and automated metrics across 7 topics drawn from established science and philosophy curricula shows that both layers independently improve the same instructional dimensions, suggesting that thoughtful resistance and generative AI are not opposites but partners.
Chinese Translation
为了防止采用在美学上精致但在教育上存在缺陷的人工智能内容,我们研究了一种视频创作流程,该流程具有两层结构化拒绝机制。第一层使教育工作者能够根据多媒体学习理论迭代地重塑人工智能脚本,而第二层则利用自动化指标标记教学连贯性和叙事-视觉同步方面的违规行为。尽管这两层机制都不是全面的,但它们的协同作用确保了原则性的抵制——即在人工智能输出达到严格标准之前延迟其使用——成为提高内容质量的催化剂。结合对23位教育工作者进行的研究,涵盖3个主题,以及基于已有科学和哲学课程的7个主题的自动化指标评估表明,这两层机制独立地改善了相同的教学维度,暗示深思熟虑的抵制与生成式人工智能并不是对立的,而是合作的伙伴。
cs.AI / 25 / 2608.19831

Causal Reasoning with Bipartite Graphical Causal Models

双分图因果模型的因果推理
Mooij, Joris M.
Abstract
Causal Bayesian networks (CBNs) and structural causal models (SCMs) are the dominant frameworks for graphical causal reasoning, but they cannot adequately represent all real-world causal systems. In particular, systems at equilibrium---where feedback mechanisms create cyclic causal dependencies---can exhibit causal semantics that are fundamentally incompatible with these frameworks: different interventions that enforce the same variable value may have different effects, rendering the standard ``perfect intervention'' do($X = x$) ambiguous. We propose bipartite graphical causal models (BGCMs), in which the structure of a system of equations is encoded by a bipartite graph with variable and equation nodes. In this framework, a hard intervention do($f_j : X_v = \xi_v$) specifies which equation is replaced, which variable is targeted, and at what value---resolving the ambiguity of the standard notion. We demonstrate, through a detailed case study of a physical system, that this representation naturally corresponds to distinct real-world interventions. We formulate a Markov property in terms of a new graphical separation criterion (B-separation) that exploits the functional determinism inherent in the equations, and we extend it to settings with non-random inputs. We show how this gives rise to a do-calculus for reasoning about domain invariances. BGCMs strictly generalize CBNs and SCMs while retaining the ability to perform graphical causal reasoning.
Chinese Translation
因果贝叶斯网络(CBNs)和结构因果模型(SCMs)是图形因果推理的主要框架,但它们无法充分表示所有现实世界的因果系统。特别是,在平衡状态下——反馈机制产生循环因果依赖的系统——可能表现出与这些框架根本不兼容的因果语义:不同的干预措施在强制相同变量值时可能产生不同的效果,从而使得标准的“完美干预” do($X = x$) 变得模糊。我们提出了双分图因果模型(BGCMs),在该模型中,方程组的结构由一个包含变量节点和方程节点的双分图编码。在这个框架中,硬干预 do($f_j : X_v = \xi_v$) 指定了替换哪个方程、目标变量以及其值,从而解决了标准概念的模糊性。通过对一个物理系统的详细案例研究,我们展示了这种表示自然对应于不同的现实世界干预。我们以一种新的图形分离标准(B-separation)形式化了马尔可夫性质,该标准利用了方程中固有的功能确定性,并将其扩展到具有非随机输入的设置。我们展示了这如何产生用于推理领域不变性的 do-calculus。BGCMs 严格地推广了 CBNs 和 SCMs,同时保留了进行图形因果推理的能力。
cs.AI / 26 / 2608.19838

Specification-delta-driven data governance: an empirical study of the {\guillemotleft}spec-delta{\guillemotright} as the unit of change in lakehouse data platforms

基于规范增量的数据治理:以{guillemotleft}spec-delta{guillemotright}作为湖仓数据平台变更单元的实证研究
Amador, Pablo Ramirez
Abstract
Spec Driven Development SDD has consolidated the idea that the specification rather than the code should be the primary artefact governing AI assisted work. Tools such as GitHub Spec Kit, and proposals such as Constitutional SDD, have formalised this principle in the software domain, while the executable data-contracts literature has extended it to schema and quality enforcement at run time. Nevertheless, the treatment of the specification delta OpenSpec's core idea that every change should produce a reviewable increment of requirements as the unit of change in data platforms remains empirically unexplored, even though many data-platform changes are contractual (new datasets, service-level agreements, metric semantics, access policies) rather than purely code changes. This work formalises the spec-delta concept, proposes a taxonomy of data platform changes according to their suitability for incremental specification, and defines a controlled experiment comparing a spec-delta-driven workflow against a conventional code pull-request workflow without a delta. The response variables are discovery to deployment time, the density of defects reaching the Silver and Gold lakehouse layers, cross-tool metric divergence, and reviewer cognitive load measured with NASA TLX. The paper explicitly reserves a demonstration-and-laboratory section for instantiation on a real lakehouse environment. The contribution is not a tool but reproducible evidence and an applicability guide that helps to avoid the up front over specification antipattern.
Chinese Translation
规范驱动开发(Spec Driven Development, SDD)巩固了一个理念,即规范而非代码应成为主导人工智能辅助工作的主要工件。诸如GitHub Spec Kit等工具,以及宪法式SDD等提案,已在软件领域中正式化了这一原则,而可执行数据合同文献则将其扩展到运行时的模式和质量执行。然而,关于规范增量(specification delta)这一OpenSpec核心理念的处理,即每一次变更都应产生可审查的需求增量作为数据平台变更的单元,仍然缺乏实证研究,尽管许多数据平台的变更是合同性质的(如新数据集、服务级别协议、度量语义、访问策略),而非纯粹的代码变更。本研究正式化了spec-delta概念,提出了一种根据增量规范适用性对数据平台变更进行分类的分类法,并定义了一项对比实验,将基于spec-delta的工作流程与没有增量的传统代码拉取请求工作流程进行比较。响应变量包括从发现到部署的时间、到达银层和金层湖仓的缺陷密度、跨工具度量的差异以及使用NASA TLX测量的审查者认知负荷。本文明确保留了一个演示和实验室部分,以便在真实的湖仓环境中进行实例化。贡献不是一个工具,而是可重复的证据和适用性指南,旨在帮助避免过度规范的反模式。
cs.AI / 27 / 2608.19842

SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning

SAPO:用于智能强化学习的单次展开自回归策略优化
Liang, Dayang, Feng, Lang, An, Bo, Liu, Yunlong
Abstract
Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the substantial memory overhead of conventional proximal policy optimization (PPO) and achieving strong performance on long-horizon interactive tasks. Despite their success, recent studies revealed three limitations: (1) Lack explicit value generalization and effective temporal credit assignment; (2) Suffer from potential advantage collapse in long-horizon complex tasks; (3) Require a costly trade-off between sampling budget and policy performance. In this work, we propose Single-rollout Autoregressive Policy Optimization (SAPO), a low-memory and compute-efficient framework in which the policy and value functions share a single autoregressive backbone. SAPO exploits the autoregressive structure of LLMs to produce policy and value predictions at distinct causal boundaries with shared parameters, while independently optimizing the PPO objectives and auxiliary on-policy SARSA objectives. To robustly estimate the contribution of each turn, we further introduce a trajectory-level generalized advantage estimator that combines lambda-returns with batch normalization. Experiments across ALFWorld and WebShop with Qwen2.5-1.5B/7B show that SAPO trains stably and outperforms PPO and GRPO by mean +15.1 and +12.1 percentage points, respectively, while eliminating the memory cost of a separate critic model and reducing per-iteration runtime by 33.2% over PPO.
Chinese Translation
智能强化学习(RL)已成为大型语言模型后训练中的一个关键阶段。现有的无评论者、相对群体的方法通过多个展开估计策略优势,避免了传统近端策略优化(PPO)所带来的大量内存开销,并在长时间交互任务上取得了良好的表现。尽管取得了成功,近期研究揭示了三个局限性:(1)缺乏明确的价值泛化和有效的时间信用分配;(2)在长时间复杂任务中可能遭遇优势崩溃;(3)在采样预算和策略性能之间需要进行昂贵的权衡。在本研究中,我们提出了单次展开自回归策略优化(SAPO),这是一个低内存和计算高效的框架,其中策略和价值函数共享一个自回归主干。SAPO利用大型语言模型(LLMs)的自回归结构,在共享参数的情况下,在不同的因果边界生成策略和价值预测,同时独立优化PPO目标和辅助的在线SARSA目标。为了稳健地估计每个回合的贡献,我们进一步引入了一种轨迹级广义优势估计器,该估计器结合了lambda回报和批量归一化。在ALFWorld和WebShop的实验中,使用Qwen2.5-1.5B/7B模型显示,SAPO训练稳定,并且在平均上分别比PPO和GRPO提高了15.1和12.1个百分点,同时消除了单独评论者模型的内存成本,并将每次迭代的运行时间减少了33.2%。
cs.AI / 28 / 2608.19861

PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents

PolicyGuide:从守护单一行动到引导整个工作流程,以实现政策合规的LLM代理
Kang, Seongjae, Yu, Taehyung, Hwang, Sung Ju
Abstract
Customer-service LLM agents must follow organizational policy when acting on a user's behalf. Compliance failures arise from either forbidden actions, such as granting an ineligible change, or omitted procedural requirements, such as identification or confirmation. Runtime safeguards can intervene on risky actions, but action-local checks do not guide an agent through a multi-step procedure. Workflow-following systems support prescribed process execution, but primarily target workflow completion rather than safeguarding agent behavior. PolicyGuide instead compiles each domain policy into a workflow graph and invokes a proactive verifier at user-turn boundaries. From persisted graph state, the verifier reconciles open requests and returns step-specific remediation along a policy-compliant path. Across the $\tau^2$-bench airline, retail, and telecom domains with a GPT-5.4 agent and verifier, PolicyGuide raises mean $\mathrm{Pass}^4$ from $0.42$ to $0.62$, with the largest gain on telecom ($0.19$ to $0.61$), the most workflow-structured domain. The same workflows transfer to Claude Sonnet 4.6 and Gemini 2.5 Pro agents. Complementary evaluations find the lowest observed attack-success rate under adversarial users and the strongest procedural compliance in an author-designed workflow-level validation.
Chinese Translation
客户服务的LLM代理在代表用户行动时必须遵循组织政策。合规失败可能源于禁止的行为,例如授予不符合条件的变更,或遗漏的程序要求,例如身份识别或确认。运行时保护措施可以干预风险行为,但局部检查并不能引导代理完成多步骤程序。工作流程跟随系统支持规定的过程执行,但主要针对工作流程的完成,而不是保护代理的行为。PolicyGuide则将每个领域的政策编译成工作流程图,并在用户转交边界处调用主动验证器。通过持久化的图状态,验证器协调未完成的请求,并沿着符合政策的路径返回特定步骤的补救措施。在$ au^2$-bench航空、零售和电信领域中,使用GPT-5.4代理和验证器,PolicyGuide将平均$ ext{Pass}^4$从$0.42$提高到$0.62$,在电信领域的增幅最大(从$0.19$提升到$0.61$),该领域的工作流程结构最为明确。相同的工作流程也适用于Claude Sonnet 4.6和Gemini 2.5 Pro代理。补充评估发现,在对抗性用户下观察到的攻击成功率最低,并且在作者设计的工作流程级验证中表现出最强的程序合规性。
cs.AI / 29 / 2608.19880

EnvHarness: Awakening Static Worlds for Agent Learning

环境工具(EnvHarness):唤醒静态世界以促进智能体学习
Huang, Chengsong, Wang, Zifeng, Han, Rujun, Yan, Jun, Chen, Yanfei, CuiZhu, Zoey, Jiang, Ke, Xia, Peng, Yu, Han, Zhuang, Yufan, Ming, Yifei, Pan, Jiaqi, Mishra, Bhavana Dalvi, Huang, Jiaxin, Gokturk, Burak, Pfister, Tomas, Lee, Chen-Yu
Abstract
LLM agents learn by interacting with environments, yet these environments are hand-built and static: blind to an agent's weaknesses, and quickly left behind as it improves. While recent environment generation methods attempt to address this, they require domain-specific pipelines, rely on expensive or unreliable verifiers, and still produce static environments. To alleviate the engineering burden of rebuilding environments from scratch, we propose Environment Harness (EnvHarness), a programmable layer of plug-in components that wraps a static environment to reshape its behavior without modifying the underlying logic. Operating through standard interfaces, EnvHarness applies across diverse domains while ensuring every reshaped environment retains its original verifier. To automate this process, we introduce EnvRigger, which treats the target policy as a black box, observing its execution trajectories to synthesize EnvHarness components targeting diagnosed flaws, and validating them via fresh rollouts. Across five benchmarks in four domains, EnvHarness outperforms both original environments and domain-specific environment generation pipelines, achieving up to a 9.0-point improvement on held-out instances with 9.8% fewer execution steps. Furthermore, EnvHarness provides a superior optimization signal for reinforcement learning, enabling continuous, targeted co-evolution of the policy and its environment.
Chinese Translation
大型语言模型(LLM)智能体通过与环境互动进行学习,但这些环境是手动构建且静态的:对智能体的弱点视而不见,并且随着智能体的提升而迅速被抛弃。尽管近期的环境生成方法试图解决这一问题,但它们需要特定领域的管道,依赖昂贵或不可靠的验证器,并且仍然生成静态环境。为了减轻从头构建环境的工程负担,我们提出了环境工具(EnvHarness),这是一个可编程的插件组件层,能够包裹静态环境以重塑其行为,而无需修改底层逻辑。EnvHarness通过标准接口操作,适用于多种领域,同时确保每个重塑的环境保留其原始验证器。为了自动化这一过程,我们引入了EnvRigger,它将目标策略视为黑箱,观察其执行轨迹以合成针对诊断缺陷的EnvHarness组件,并通过新的回合验证它们。在四个领域的五个基准测试中,EnvHarness的表现优于原始环境和特定领域的环境生成管道,在保留实例上实现了高达9.0点的改进,并减少了9.8%的执行步骤。此外,EnvHarness为强化学习提供了更优的优化信号,使得策略与环境的持续、有针对性的共同进化成为可能。
cs.AI / 30 / 2608.19882

TESTNAV: Pareto-Guided Search for Compositional Robustness Testing

TESTNAV:基于帕累托指导的组合鲁棒性测试搜索
Arif, Arooj, Hartung, Tobias, Botoeva, Elena, Koliousis, Alexandros
Abstract
Deep learning models remain vulnerable to real-world input perturbations, especially when multiple corruptions co-occur in the same input (e.g., brightness shifts and motion blur). Compositional testing reveals these interaction effects but introduces two challenges: combinatorial growth of the perturbation space as dimensions and severity levels increase, and uneven diagnostic value-many combinations yield unrealistically degraded inputs with limited practical relevance. We present TESTNAV, 1 a Pareto-guided robustness testing framework for efficiently exploring discrete, compositional perturbation spaces when only a limited number of perturbation configurations can be evaluated. TESTNAV prioritises severe yet realistic failures by formulating robustness testing as bi-objective optimisation: maximise performance degradation while preserving input fidelity measured by modality-specific metrics (e.g., SSIM and KID for vision; chrF and BERT-F1 for language and code). It uses NSGA-II to approximate the bi-objective Pareto front. Across four benchmarks spanning vision, natural language, and code generation, TESTNAV recovers Pareto fronts up to 2.15x faster than search-based baselines, using 35.8%-89.3% of the discrete perturbation space defined by four perturbation dimensions with six levels each.
Chinese Translation
深度学习模型在面对现实世界输入扰动时仍然脆弱,特别是在同一输入中多种干扰同时发生时(例如,亮度变化和运动模糊)。组合测试揭示了这些交互效应,但也带来了两个挑战:随着维度和严重程度的增加,扰动空间的组合增长,以及不均匀的诊断价值——许多组合产生不切实际的退化输入,实际相关性有限。我们提出了TESTNAV,一种基于帕累托指导的鲁棒性测试框架,用于高效探索离散的组合扰动空间,当只能评估有限数量的扰动配置时。TESTNAV通过将鲁棒性测试公式化为双目标优化来优先考虑严重但现实的失败:在保持输入保真度(通过特定模态的度量进行测量,例如视觉的SSIM和KID;语言和代码的chrF和BERT-F1)的同时最大化性能退化。它使用NSGA-II来近似双目标帕累托前沿。在涵盖视觉、自然语言和代码生成的四个基准测试中,TESTNAV以比基于搜索的基线快2.15倍的速度恢复帕累托前沿,使用了由四个扰动维度(每个维度六个级别)定义的离散扰动空间的35.8%-89.3%。
cs.AI / 31 / 2608.19889

Write Once, Run Everywhere: The Axon DSL for Shape-Safe and Framework-Agnostic LLM Architectures

一次编写,处处运行:用于形状安全和框架无关的 LLM 架构的 Axon DSL
Nielsen, Jacob, Namazifard, Danial, Poech, Lukas Galke, Schneider-Kamp, Peter
Abstract
The entire ecosystem of open-source language models effectively relies on a single platform. What if this platform was forced to shut down tomorrow? Implementing and maintaining efficient model definitions and translating them between different training and inference regimes is a resource-heavy task that severely limits model efficiency and portability, hindering both scaling and deployment. Here, we present Axon, a strongly typed domain-specific language with Haskell-like syntax, that enables a write-once, run everywhere paradigm for LLM architectures. By basing collaboration on a language specification rather than a specific framework's vision, Axon fosters open cooperation and empowers researchers to implement highly specialized architectures without giving up optimization infrastructure or accepting deployment lock-in. Axon allows for concise, auditable specifications that can be automatically compiled to standalone implementations for leading frameworks: PyTorch, PyTorch with Triton, JAX, MLX and vLLM. In 467 inference benchmarking experiments on models ranging from 135M to 32B parameters, we demonstrate median speedups of 7% on PyTorch, 12% on PyTorch with Triton, 91% on JAX, and 107% on MLX, compared to the reference implementations from Transformers. When deployed as native vLLM architectures with PagedAttention and KV-cache, Axon models achieve a 58% median speedup over Transformers implementations.
Chinese Translation
整个开源语言模型生态系统有效地依赖于一个单一平台。如果这个平台明天被迫关闭,会发生什么?实现和维护高效的模型定义,并在不同的训练和推理模式之间进行转换是一项资源密集型任务,这严重限制了模型的效率和可移植性,阻碍了扩展和部署。在此,我们提出了 Axon,一种具有类似 Haskell 语法的强类型领域特定语言,它实现了一种一次编写、处处运行的 LLM 架构范式。通过基于语言规范而非特定框架的愿景来促进协作,Axon 促进了开放合作,并使研究人员能够实现高度专业化的架构,而无需放弃优化基础设施或接受部署锁定。Axon 允许简洁、可审计的规范,这些规范可以自动编译为领先框架的独立实现:PyTorch、带有 Triton 的 PyTorch、JAX、MLX 和 vLLM。在对参数范围从 135M 到 32B 的模型进行的 467 次推理基准测试实验中,我们展示了与 Transformers 的参考实现相比,PyTorch 的中位加速为 7%,带有 Triton 的 PyTorch 为 12%,JAX 为 91%,MLX 为 107%。当作为具有 PagedAttention 和 KV-cache 的原生 vLLM 架构部署时,Axon 模型在 Transformers 实现上实现了 58% 的中位加速。
cs.AI / 32 / 2608.19891

EXIMO: VLM Guided Exploration of VLA Policies

EXIMO:基于视觉语言行动模型的策略探索
Sukhija, Bhavya, Groth, Oliver, Shridhar, Mohit, Hertweck, Tim, Bloesch, Michael, Wulfmeier, Markus, Abdolmaleki, Abbas, Riedmiller, Martin
Abstract
How to efficiently finetune robot policies to learn new tasks on the fly? State of the art robotic manipulation policies are based on behaviour cloning of large vision-language-action (VLA) models with billions of parameters on huge teleoperation datasets. While this simple approach has enabled significant advances for robotic manipulation, finetuning of VLA policies for learning new tasks still remains an open problem. In particular, collecting teleoperation datasets requires hundreds of hours of expensive human labour and the alternative, reinforcement learning (RL), can be notoriously sample-inefficient especially for long-horizon tasks. In addition, RL with VLAs imposes several challenges due to the model's size and architectural design. In this work, we propose EXIMO, an efficient algorithm for finetuning of VLA policies. EXIMO operates in three stages: explore, imitate, and optimize. During the explore phase, EXIMO equips the VLA with a vision language model (VLM) that acts as a planner. The VLM thinks and breaks down challenging long-horizon problems into shorter ones for the VLA. The VLM, together with the VLA, is used to collect an orchestrated dataset on new tasks. During the imitate phase, the VLA is finetuned with the orchestrated data. Finally, during the optimize stage, we use residual off-policy RL to further finetune the policy. In our experiments, we ablate all three stages of EXIMO and show that it outperforms existing approaches significantly in terms of sample-efficiency and final performance.
Chinese Translation
如何高效地微调机器人策略以快速学习新任务?当前最先进的机器人操作策略基于对具有数十亿参数的大型视觉语言行动(VLA)模型进行行为克隆,使用庞大的远程操作数据集。尽管这一简单的方法在机器人操作领域取得了显著进展,但针对新任务的VLA策略微调仍然是一个未解决的问题。特别是,收集远程操作数据集需要数百小时的昂贵人力劳动,而替代方法强化学习(RL)在长时间跨度任务中往往表现出样本效率低下。此外,使用VLA的强化学习由于模型的规模和架构设计带来了若干挑战。在本研究中,我们提出了EXIMO,一种高效的VLA策略微调算法。EXIMO分为三个阶段:探索、模仿和优化。在探索阶段,EXIMO为VLA配备了一个作为规划者的视觉语言模型(VLM)。VLM负责思考并将复杂的长时间跨度问题分解为更短的问题供VLA处理。VLM与VLA共同用于收集新任务的协调数据集。在模仿阶段,VLA使用协调数据进行微调。最后,在优化阶段,我们使用残差离线策略强化学习进一步微调策略。在我们的实验中,我们对EXIMO的三个阶段进行了消融实验,并显示其在样本效率和最终性能方面显著优于现有方法。
cs.AI / 33 / 2608.19902

Bringing analytic rigor to agentic AI for science: The Brain Researcher platform for neuroimaging data analysis

为科学的自主人工智能引入分析严谨性:神经影像数据分析的脑研究者平台
Chen, Zijiao, Lu, Nicholas, Li, Xinhui, Ricard, Jocelyn A., Ju, Ce, Wang, Huan H., Kindermann, Christian, Mumford, Jeanette A., Dillmann, Steven, Kent, James, de la Vega, Alejandro, Koyejo, Sanmi, Calhoun, Vince D., Buckholtz, Joshua W., Zhou, Juan Helen, Bollmann, Steffen, Poldrack, Russell A.
Abstract
AI agents can execute scientific analyses, but an analytic output becomes a defensible claim only after alternatives are weighed and the claim is limited to what the evidence supports. Agents may reproduce failures including selective analysis, premature declarations of success and optimization of imperfect criteria. We present Brain Researcher, an agentic research harness operating in a neuroimaging researcher's computational environment under rules for admissible analyses, required checks and claim scope. In benchmarks, Brain Researcher increased first-choice tool-selection accuracy across seven models by 70.2 percentage points (23.3% without it versus 93.6% with it) and verifiable grounding from 4.6% to 22.0%. In collaborator-led and self-evolving studies, multiverse analyses exposed analytic-choice sensitivity, and scientific review classified claims as accepted, qualified, revised, blocked, rejected or deferred. By linking decisions to evidence and provenance, Brain Researcher embeds methodological judgment within the workflow, not after it.
Chinese Translation
人工智能代理可以执行科学分析,但只有在权衡了替代方案并将声明限制在证据所支持的范围内,分析结果才能成为一个可辩护的主张。代理可能会重现包括选择性分析、过早宣布成功和优化不完善标准在内的失败。我们提出了脑研究者(Brain Researcher),这是一个在神经影像研究者的计算环境中运行的自主研究工具,遵循可接受分析的规则、所需检查和声明范围。在基准测试中,脑研究者在七个模型中将首选工具选择的准确性提高了70.2个百分点(没有使用时为23.3%,使用时为93.6%),可验证的基础从4.6%提高到22.0%。在合作者主导和自我演变的研究中,多元宇宙分析揭示了分析选择的敏感性,科学评审将声明分类为接受、合格、修订、阻止、拒绝或推迟。通过将决策与证据和来源相联系,脑研究者将方法论判断嵌入工作流程中,而不是在之后。
cs.AI / 34 / 2608.19907

Spike-based Belief Propagation in Nonlinear Dynamical Systems

基于脉冲的信念传播在非线性动态系统中的应用
Adamiat, Sepideh, Wang, Hongye, Kouw, Wouter M., de Vries, Bert
Abstract
This paper presents a Bayesian control framework that integrates spike-based dynamics with probabilistic inference for adaptive control. Bayesian inference is widely regarded as a core computational principle of brain function, providing a normative framework for perception, decision-making, and learning under uncertainty. By combining a biologically inspired spiking neural model with Bayesian inference principles, we propose a brain-like control algorithm capable of operating in uncertain environments. We use the mountain car parking problem as a benchmark with non-linear dynamics. Our results demonstrate that the proposed controller can successfully update states in real time and generate goal-directed action plans through spike-driven dynamics. The results highlight the proposed model's potential as a bridge between computational neuroscience and probabilistic control theory.
Chinese Translation
本文提出了一种贝叶斯控制框架,将基于脉冲的动态与适应性控制的概率推理相结合。贝叶斯推理被广泛认为是大脑功能的核心计算原则,为在不确定性下的感知、决策和学习提供了规范框架。通过将生物启发的脉冲神经模型与贝叶斯推理原则相结合,我们提出了一种能够在不确定环境中运行的类脑控制算法。我们使用山地汽车停车问题作为具有非线性动态的基准。我们的结果表明,所提出的控制器能够实时成功更新状态,并通过脉冲驱动的动态生成目标导向的行动计划。结果突显了所提模型作为计算神经科学与概率控制理论之间桥梁的潜力。
cs.AI / 35 / 2608.19932

A Strong Linear Baseline for Whole-Heart Cardiac Shape Completion on CT, with an Open Eleven-Structure Statistical Shape Model

一种强线性基线用于CT上全心脏形状补全,配备开放的十一结构统计形状模型
Gazda, Matej, Gazda, Jakub, Gazda, Juraj, Drotar, Peter
Abstract
Public cardiac cohorts annotate different subsets of the heart, so shapes from separate sources cannot be pooled without shared correspondence. Among released cardiac shape resources, none we identified carries the atrial appendage, pulmonary veins, and caval stumps as separate blocks in one mesh. Completion benchmarks also compare deep models against a least-squares projection onto shape modes, not the conditional estimator the same fitted model implies. We release an eleven- structure cardiac computed-tomography (CT) statistical shape model, built from 383 automatically labelled cases in 11 571-vertex correspondence, and compare completion estimators under one frozen internal split and endpoint. On a 76-case internal list held out from fitting, a closed-form conditional-Gaussian estimator reconstructed the missing non-chamber structures at 3.717 mm mean per-vertex error, averaged equally over one, three, five, and nine observed structures. A five-refit mask-conditioned graph variational autoencoder reached 5.248 mm and nearest-neighbour retrieval 8.931 mm. The paired difference was 1.531 mm (95% confidence interval 1.384 to 1.711), and the ordering held in a raw-coordinate sensitivity arm. Expert manual labels exist for 58 external CT cases, but our registered reference is close enough to score only five structures. There the closed-form estimator again had lower average surface distance, 95th-percentile Hausdorff distance, and Chamfer error for both completed atria. On a second public benchmark of 20 cases the reference was close enough for three of four completed structures, and the same ordering held there. Four structures have no expert reference. The released model and its completion operator support cohort-unification research on aligned CT, not clinical use.
Chinese Translation
公共心脏队列对心脏的不同子集进行了标注,因此来自不同来源的形状在没有共享对应关系的情况下无法合并。在已发布的心脏形状资源中,我们发现没有一个包含心房附属物、肺静脉和腔静脉残端作为一个网格中的独立块。补全基准还将深度模型与对形状模式的最小二乘投影进行比较,而不是与同一拟合模型所暗示的条件估计器进行比较。我们发布了一个由383个自动标注病例构建的十一结构心脏计算机断层扫描(CT)统计形状模型,具有11个571顶点的对应关系,并在一个冻结的内部拆分和端点下比较补全估计器。在从拟合中保留的76个内部病例列表中,一个封闭形式的条件高斯估计器以3.717毫米的平均每顶点误差重建了缺失的非腔室结构,该误差在一个、三个、五个和九个观察结构上平均分布。一个经过五次重新拟合的掩膜条件图变分自编码器达到了5.248毫米,而最近邻检索达到了8.931毫米。配对差异为1.531毫米(95%置信区间为1.384至1.711),并且在原始坐标敏感性臂中保持了这种排序。58个外部CT病例存在专家手动标签,但我们的注册参考足够接近,仅能对五个结构进行评分。在这里,封闭形式的估计器再次在两个完成的心房上具有更低的平均表面距离、第95百分位的Hausdorff距离和Chamfer误差。在第二个20个病例的公共基准上,参考足够接近于四个完成结构中的三个,并且在这里保持了相同的排序。四个结构没有专家参考。发布的模型及其补全操作符支持对对齐CT的队列统一研究,而非临床使用。
cs.AI / 36 / 2608.19953

Learning Early-to-Final Solution Consistency for MILP Acceleration

学习早期到最终解一致性以加速混合整数线性规划
Li, Guanlin, Gao, Chengrui, Wang, Chenguang, Shang, Haopu, Zhang, Zherong, Xue, Ke, Lu, Jixiang, Yang, Weiyong, Qian, Chao
Abstract
Mixed-Integer Linear Programming (MILP) is a fundamental problem class in operations research and combinatorial optimization, with broad applications to industrial decision-making. Owing to their NP-hardness, however, modern solvers may struggle to find high-quality solutions for challenging MILP instances within practical time limits. Recent learning-based approaches seek to accelerate MILP solving by directly predicting high-quality solutions from static instance-level features, such as variable-constraint bipartite graphs. Yet accurate solution prediction from instance features alone is difficult, and these methods largely overlook the information revealed during the solver's search process. In this paper, we find that solutions produced at the early search stage of MILP solvers, which are computationally cheap to obtain, are often structurally close to the solutions found after full-budget search. Motivated by this observation, we propose a new solver-informed paradigm that shifts the learning target from variable assignment to early-to-final consistency: for each variable, we predict whether its early-stage assignment should persist in full-budget solutions. The predicted consistency naturally guides downstream search, for instance by fixing the assignments deemed consistent. At inference time, we further ensemble consistency predictions across multiple early-stage solutions to improve robustness. Experiments across four MILP benchmarks show our method improves prediction-guided search across diverse downstream pipelines. With Gurobi, our proposed method reduces the primal gap by 56.9% on average and closes it completely on combinatorial auction instances. Besides, we transferred the Gurobi-trained model zero-shot to SCIP without adaptation, achieving a 36.4% average gap reduction across benchmarks.
Chinese Translation
混合整数线性规划(MILP)是运筹学和组合优化中的一个基本问题类别,广泛应用于工业决策。然而,由于其 NP-hard 性质,现代求解器在实际时间限制内可能难以为具有挑战性的 MILP 实例找到高质量的解。近期基于学习的方法试图通过直接从静态实例级特征(如变量约束二分图)预测高质量解来加速 MILP 求解。然而,仅凭实例特征进行准确的解预测是困难的,这些方法在很大程度上忽视了求解器搜索过程中的信息。在本文中,我们发现,MILP 求解器在早期搜索阶段产生的解,获取计算成本低,通常在结构上与全预算搜索后找到的解相近。基于这一观察,我们提出了一种新的求解器信息驱动的范式,将学习目标从变量赋值转变为早期到最终的一致性:对于每个变量,我们预测其早期赋值是否应在全预算解中持续存在。预测的一致性自然引导下游搜索,例如通过固定被认为一致的赋值。在推理时,我们进一步对多个早期阶段解的一致性预测进行集成,以提高鲁棒性。在四个 MILP 基准测试上的实验表明,我们的方法在多样的下游管道中改善了基于预测的搜索。使用 Gurobi,我们提出的方法平均减少了 56.9% 的原始间隙,并在组合拍卖实例中完全消除了该间隙。此外,我们将 Gurobi 训练的模型零次转移到 SCIP,未进行适配,实现了基准测试中平均 36.4% 的间隙减少。
cs.AI / 37 / 2608.19966

Rethinking Patch Based Multivariate Time Series Forecasting with Semantic Structured Partitioning

重新思考基于补丁的多变量时间序列预测与语义结构分区
Wang, Jiazhe, Huang, Zhiquan, Xue, Linjing, Liu, Ming, Li, Meiwen, Zheng, Ruijuan
Abstract
Multivariate time series forecasting (MTSF) is a fundamental task in many real world applications. Existing patch based forecasting methods generally fall into three categories: fixed partitioning, multi-scale partitioning, and extendable partitioning. Fixed partitioning often breaks meaningful temporal boundaries, multi-scale partitioning may introduce redundant representations across scales, and extendable partitioning improves flexibility but still lacks an explicit mechanism for organizing semantic structure and modeling interactions among heterogeneous temporal patterns. To address these limitations, we propose SCPaT, a Transformer based framework built on semantic structured partitioning. SCPaT first decomposes input sequences into semantically consistent units through adaptive semantic unit generation, then constructs a dynamic semantic graph to model directed dependencies among these units and organize them into higher order semantic blocks. Based on these structured representations, an importance aware routing mechanism adaptively dispatches different semantic blocks to different experts for customized modeling. Extensive experiments on 12 real world datasets demonstrate the effectiveness of SCPaT.
Chinese Translation
多变量时间序列预测(MTSF)是许多实际应用中的一项基础任务。现有的基于补丁的预测方法通常分为三类:固定分区、多尺度分区和可扩展分区。固定分区往往打破有意义的时间边界,多尺度分区可能在不同尺度之间引入冗余表示,而可扩展分区提高了灵活性,但仍缺乏组织语义结构和建模异构时间模式之间交互的明确机制。为了解决这些局限性,我们提出了SCPaT,一个基于Transformer的框架,建立在语义结构分区之上。SCPaT首先通过自适应语义单元生成将输入序列分解为语义一致的单元,然后构建动态语义图,以建模这些单元之间的有向依赖关系,并将它们组织成高阶语义块。基于这些结构化表示,一个重视重要性的路由机制自适应地将不同的语义块分配给不同的专家进行定制建模。在12个真实世界数据集上的大量实验表明,SCPaT的有效性。
cs.AI / 38 / 2608.19974

ReguSim: Evaluating LLM Agent Rule Grounding in Financial Compliance

ReguSim:评估金融合规中的大型语言模型(LLM)代理规则基础
Luo, Yiyang, Jiang, Yihang, Xie, Qijun, Lan, Liang, Cong, Lin Willian, Rao, Anyi, Song, Yunya
Abstract
LLM agents in financial markets may cite rules yet still submit orders that violate executable constraints or misread surveillance evidence. We introduce ReguSim, a controlled financial-compliance environment, and ReguBench, a target-marked monitoring benchmark, to separate four artifacts: stated reasoning, attempted action, execution enforcement, and monitor evidence. In trader runs with DeepSeek V4 Pro and Gemini 3.5 Flash, visible rules reduce but do not eliminate rejected actions, and incentive or persona framing shifts behavior. A bridge study shows that trader rationales can mislead an independent monitor unless enforcement evidence is shown. In monitoring, simple structured baselines either match or exceed prompt-only LLMs. The results frame financial compliance evaluation as an audit of rule-grounded actions and evidence use, rather than a single compliance score.
Chinese Translation
金融市场中的大型语言模型(LLM)代理可能会引用规则,但仍然提交违反可执行约束的订单或误解监控证据。我们引入了ReguSim,一个受控的金融合规环境,以及ReguBench,一个目标标记的监控基准,以区分四个要素:陈述的推理、尝试的行动、执行的强制和监控证据。在使用DeepSeek V4 Pro和Gemini 3.5 Flash的交易者运行中,明显的规则减少了被拒绝的行为,但并未消除这些行为,而激励或角色框架则改变了行为。一项桥接研究表明,交易者的推理可能会误导独立监控者,除非显示出执行证据。在监控中,简单的结构化基线要么与仅使用提示的LLM相匹配,要么超过其表现。结果将金融合规评估框架视为对规则基础行动和证据使用的审计,而不是单一的合规评分。
cs.AI / 39 / 2608.19993

Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees

具有可证明双标准保证的 LLM 代理的最优技能选择
Chen, Yu, Chen, Ruishuo, Wang, Xun, Li, Zhuoran, Huang, Longbo
Abstract
Loading reusable skill documents into a bounded context window is now the primary way large language model (LLM) agents acquire task-specific capabilities, which makes skill selection a first-order determinant of task performance and token cost. Yet current agents score skills independently by semantic relevance and assemble the set by top-$k$ or greedy packing, with no quality guarantee or cost awareness on the selected set. As a result, redundant or poorly chosen skills waste scarce context tokens and can even degrade performance. We give the first model of how the selected skill set shapes execution outcomes and cast skill selection as an optimization problem: choose a skill set under a hard token budget to maximize a monotone submodular benefit minus context penalty. For this problem, we develop Best Prefix Selection (BPS), a polynomial-time algorithm, and prove, to our knowledge, the first performance guarantee for skill selection: a bicriteria $(1-1/e,1)$ approximation whose benefit coefficient is optimal in polynomial time. On a contamination-controlled BigCodeBench variant, BPS outperforms all the baselines, reaching $0.73$ measured task success versus $0.20$--$0.52$ for released skill routers, text retrievers, and the executor's own selection, on $28\%$ fewer tokens than the strongest released router.
Chinese Translation
将可重用的技能文档加载到有限的上下文窗口中,现在已成为大型语言模型(LLM)代理获取特定任务能力的主要方式,这使得技能选择成为任务性能和令牌成本的首要决定因素。然而,目前的代理通过语义相关性独立评分技能,并通过 top-$k$ 或贪婪打包组装技能集,未对所选集合提供质量保证或成本意识。因此,冗余或选择不当的技能浪费了稀缺的上下文令牌,甚至可能降低性能。我们首次建立了所选技能集如何影响执行结果的模型,并将技能选择视为一个优化问题:在严格的令牌预算下选择一个技能集,以最大化单调子模益处减去上下文惩罚。针对这个问题,我们开发了最佳前缀选择(Best Prefix Selection, BPS)算法,这是一个多项式时间算法,并首次证明了技能选择的性能保证:一个双标准 $(1-1/e,1)$ 近似,其收益系数在多项式时间内是最优的。在一个受污染控制的 BigCodeBench 变体上,BPS 超越了所有基线,测得的任务成功率达到 $0.73$,而已发布的技能路由器、文本检索器和执行者自身选择的成功率仅为 $0.20$ 到 $0.52$,且使用的令牌比最强的已发布路由器少 $28\%$。
cs.AI / 40 / 2608.20009

ExPhy: A Benchmark for Explicit Physical Property Learning in Multi-Object Trajectory Forecasting

ExPhy:多物体轨迹预测中显式物理属性学习的基准
Wang, Rui, Wu, Yeteng, Zhang, Xianlin, Qi, Mengshi
Abstract
Understanding object dynamics requires not only predicting future trajectories but also examining whether a model captures the physical properties that govern motion. However, existing benchmarks rarely expose object-level physical properties as explicit evaluation targets alongside trajectory forecasting. To address this gap, we introduce \emph{ExPhy}, a multi-object trajectory forecasting benchmark containing 24,000 simulated physical scenes with explicit object-level labels for mass, friction, and restitution. ExPhy provides observed and future trajectories together with an in-distribution (ID) split and two out-of-distribution (OOD) splits over physical parameters (OOD-Parameter) and initial states (OOD-Initial) for jointly evaluating trajectory forecasting and physical property estimation. We further instantiate \textsc{PhyODE}, a physics-guided model with an explicit property interface that estimates physical properties from observed trajectories and uses them for differentiable future rollout. On the long-horizon OOD-Initial setting, \textsc{PhyODE} reduces ADE and FDE by 33.1\% and 31.0\%, respectively, compared with the strongest baseline. Zero-shot evaluation on ComPhy further assesses cross-benchmark transfer. Property-level analyses reveal that accurate trajectory forecasting does not necessarily imply accurate recovery of the underlying physical properties. Code and data are available at https://github.com/Zest86/ExPhy.
Chinese Translation
理解物体动态不仅需要预测未来轨迹,还需要检查模型是否捕捉到支配运动的物理属性。然而,现有的基准很少将物体级物理属性作为与轨迹预测并列的显式评估目标。为了解决这一问题,我们引入了 extit{ExPhy},这是一个包含24,000个模拟物理场景的多物体轨迹预测基准,具有质量、摩擦和恢复力的显式物体级标签。ExPhy提供了观察到的轨迹和未来轨迹,并在物理参数(OOD-Parameter)和初始状态(OOD-Initial)上划分了一个内部分布(ID)和两个外部分布(OOD)分割,以便联合评估轨迹预测和物理属性估计。我们进一步实例化了 extsc{PhyODE},这是一个具有显式属性接口的物理引导模型,它从观察到的轨迹中估计物理属性,并将其用于可微分的未来展开。在长期的OOD-Initial设置中,与最强基线相比, extsc{PhyODE}分别减少了33.1 ext{%}的平均距离误差(ADE)和31.0 ext{%}的最终距离误差(FDE)。在ComPhy上的零样本评估进一步评估了跨基准的迁移。属性级分析表明,准确的轨迹预测并不一定意味着对基础物理属性的准确恢复。代码和数据可在 https://github.com/Zest86/ExPhy 获取。
cs.AI / 41 / 2608.20011

Manifold Drift in Flow Preference Optimization: A Root Cause of Reward Hacking

流偏好优化中的流形漂移:奖励黑客行为的根本原因
Han, Yansen, Liao, Shengyi, Zhang, Yuanxing, Wan, Pengfei, Lin, Tao
Abstract
Preference optimization is a standard alignment method for generative models, yet extending it to continuous-time dynamics remains non-trivial. In flow matching, reward-driven updates modify transport trajectories without an inherent constraint to the pretrained data manifold and can move terminal samples off the pretrained support. We formalize this failure mode as manifold drift. Theoretically, we show that optimal flow matching recovers the terminal data distribution, whereas a preference update leaves the pretrained manifold whenever its induced terminal displacement has a nonzero normal component. As a remedy, we propose ThermoDPO, a temperature-controlled objective that anchors pairwise preference optimization on preferred samples. Across temperature regimes, this objective connects rejection sampling fine-tuning and FlowDPO and controls a pointwise reconstruction-based surrogate for manifold distance. To counteract diminished signals at low temperatures, we further introduce a weighted variant, ThermoDPO-weighted. On the main toy benchmark, ThermoDPO-weighted attains a StrictScore of 0.899, compared with 0.629 for FlowDPO and 0.857 for FlowDPO+RFT. On SD3.5-M at CFG = 4.5, it improves OCR by 47.5% and the average of four metrics by 16.0%.
Chinese Translation
偏好优化是生成模型的一种标准对齐方法,但将其扩展到连续时间动态并非易事。在流匹配中,基于奖励的更新会修改传输轨迹,而没有固有的约束来保持预训练数据流形,从而可能使终端样本偏离预训练支持。我们将这种失败模式形式化为流形漂移。从理论上讲,我们表明,最优流匹配能够恢复终端数据分布,而偏好更新则在其引起的终端位移具有非零法向分量时,离开预训练流形。作为补救措施,我们提出了ThermoDPO,这是一种温度控制的目标,将成对偏好优化锚定在优选样本上。在不同的温度范围内,该目标连接了拒绝采样微调和FlowDPO,并控制基于点重建的流形距离的替代指标。为了抵消低温下信号减弱的影响,我们进一步引入了一种加权变体ThermoDPO-weighted。在主要的玩具基准测试中,ThermoDPO-weighted的StrictScore达到了0.899,而FlowDPO为0.629,FlowDPO+RFT为0.857。在SD3.5-M上,CFG = 4.5时,它将OCR提高了47.5%,四个指标的平均值提高了16.0%。
cs.AI / 42 / 2608.20019

Contrastive Mixed Prompt Learning for Incomplete Multimodal Sentiment Analysis with Unseen Modality Combination

针对未见模态组合的不完整多模态情感分析的对比混合提示学习
Xu, Kaixin, Liu, NaiJin, Kang, Yulin, Jin, Tangyue, Yu, Zixuan, Zhao, Wenxi, Liu, Yibei, Zhang, Qianle, Wu, Yangyang, Zhu, Mengying, Xi, Meng
Abstract
Incomplete multimodal sentiment analysis has garnered significant attention in recent years. Existing approaches typically assume that data is missing at random or are designed specifically for certain missing patterns, ignoring the modality combination inconsistency between training and testing phases. However, in real-world scenarios, the testing phase often encounters modal combinations that were not present during the training phase, which leads to insufficient generalization capabilities and unstable performance. In this paper, we introduce the problem of Incomplete Multimodal Sentiment Analysis with Unseen Modality Combinations (IMSAUMC), aiming to enhance model generalization for unseen modality combinations. To address this challenge, we propose the model named $\textbf{C}$ontrastive $\textbf{M}$ixed $\textbf{P}$rompt $\textbf{L}$earning ($\textsf{CMPL}$) for IMSAUMC. It introduces a label-guided contrastive feature learning mechanism to learn robust and discriminative cross-modal representations. Additionally, we design modality-combination prompts with a soft router to facilitate better learning of various modality combinations. Furthermore, we introduce three prompt contrastive learning strategies, which enable effective learning of prompts corresponding to unseen modality combinations, thereby significantly strengthening the model's generalization capabilities in diverse testing scenarios. Extensive experiments on three widely used datasets demonstrate that $\textsf{CMPL}$ achieves more than a 5% improvement in accuracy compared to state-of-the-art approaches.
Chinese Translation
近年来,不完整多模态情感分析受到了广泛关注。现有的方法通常假设数据是随机缺失的,或专门为某些缺失模式设计,忽略了训练和测试阶段之间模态组合的不一致性。然而,在现实场景中,测试阶段往往会遇到在训练阶段未出现的模态组合,这导致模型的泛化能力不足和性能不稳定。本文提出了未见模态组合的不完整多模态情感分析问题(Incomplete Multimodal Sentiment Analysis with Unseen Modality Combinations,IMSAUMC),旨在增强模型对未见模态组合的泛化能力。为了解决这一挑战,我们提出了名为对比混合提示学习(Contrastive Mixed Prompt Learning,CMPL)的模型,针对IMSAUMC。该模型引入了一种标签引导的对比特征学习机制,以学习稳健且具有区分性的跨模态表示。此外,我们设计了带有软路由的模态组合提示,以促进对各种模态组合的更好学习。此外,我们引入了三种提示对比学习策略,使得能够有效学习与未见模态组合相对应的提示,从而显著增强模型在多样化测试场景中的泛化能力。在三个广泛使用的数据集上的大量实验表明,CMPL的准确率比最先进的方法提高了超过5%。
cs.AI / 43 / 2608.20041

A three-dimensional typology of agency for advanced AI systems

先进人工智能系统的三维代理类型学
Fourie, Willem
Abstract
Research on the agency of advanced artificial intelligence (AI) systems focuses on agency as a normative concept and on the agency of particularly agentic AI systems. While recent work also focuses on the different profiles of agentic systems, no framework exists to address the question of the type of agency instantiated by advanced AI systems, particularly when considering non-moral forms of agency. Based on established theoretical positions in philosophy, ethics, legal theory and sociology, we develop a typology of agency for frontier AI systems consisting of three dimensions: the nature of agency (moral or legal), its mode (individual or collective) and its locus (human or non-human). Combining these dimensions produces eight possible instantiations of agency, which we classify as conventional, contested or controversial. The typology separates legal from moral agency and thereby creates conceptual space for considering individual, legal, non-human agency without presupposing that advanced AI systems are moral agents. We argue that this distinction is increasingly relevant where instrumental goal pursuit complicates the attribution of AI actions to particular human actors.
Chinese Translation
关于先进人工智能(AI)系统代理性的研究主要集中在代理性作为一个规范概念以及特别具有代理性的AI系统的代理性上。尽管近期的研究也关注于代理系统的不同特征,但目前尚不存在一个框架来解决先进AI系统所体现的代理类型的问题,尤其是在考虑非道德形式的代理时。基于哲学、伦理学、法律理论和社会学中的既有理论立场,我们为前沿AI系统开发了一种代理类型学,该类型学由三个维度组成:代理的性质(道德或法律)、代理的方式(个体或集体)以及代理的所在(人类或非人类)。结合这些维度产生了八种可能的代理体现,我们将其分类为传统的、争议的或有争议的。该类型学将法律代理与道德代理区分开,从而为考虑个体、法律、非人类代理创造了概念空间,而不预设先进AI系统是道德代理。我们认为,这种区分在工具性目标追求使得将AI行为归因于特定人类行为者的情况下变得越来越相关。
cs.AI / 44 / 2608.20053

On the Applicability of Safety Nets: A Safety-By-Design Solution for Certifying Neural Networks

安全网的适用性:一种用于认证神经网络的设计安全解决方案
Christensen, Johann Maximilian, Stefani, Thomas, Hoemann, Elena, Köster, Frank, Hallerbach, Sven
Abstract
The integration of Artificial Intelligence (AI) in safety-critical aviation systems presents significant challenges for certification and deployment. Aviation, often regarded as the safest form of transportation, relies on numerous safety-critical systems. For future safety-critical AI-based systems, EASA requires a Safety-by-Design approach, which can be achieved by using Safety Nets that combine neural network compression with lookup tables to ensure 100 % correct runtime behavior across the discretized operational design domain. Although Safety Nets have been studied, no comprehensive study of their performance characteristics and system design trade-offs has been conducted. This work presents the first systematic analysis of the trade-off between neural network and lookup table size in Safety Nets. By systematically comparing neural networks with diverse architectures, this study identifies optimal design parameters that minimize overall storage and memory requirements while maintaining certification compliance. Results demonstrate that architectures with 3 to 5 hidden layers, each with approximately 50 to 100 nodes, combined with one-hot encoding, achieve the best balance. In these configurations, neural networks accurately represent at least 97 % of the data, while compact lookup tables handle the remaining errors. The resulting Safety Nets reduce the system size by almost three orders of magnitude, fitting within the memory budget of current avionics hardware while guaranteeing 100 % correct outputs across the entire discretized input space, as required by EASA guidelines. This work provides the first-ever open-source implementation of Safety Nets for HCAS and VCAS with replicable results, demonstrating a practical pathway toward certifiable AI-based systems in aviation and establishing Safety Nets as a viable Safety-by-Design solution for safety-critical applications.
Chinese Translation
人工智能(AI)在安全关键航空系统中的集成为认证和部署带来了重大挑战。航空业通常被视为最安全的交通方式,依赖于众多安全关键系统。对于未来基于AI的安全关键系统,欧洲航空安全局(EASA)要求采用设计安全(Safety-by-Design)的方法,这可以通过使用安全网(Safety Nets)来实现,该方法将神经网络压缩与查找表结合,以确保在离散化的操作设计域内实现100%的正确运行行为。尽管安全网已被研究,但尚未对其性能特征和系统设计权衡进行全面研究。本研究首次系统性分析了安全网中神经网络与查找表大小之间的权衡。通过系统比较具有不同架构的神经网络,本研究确定了在保持认证合规的同时,最小化整体存储和内存需求的最佳设计参数。结果表明,具有3到5个隐藏层、每层约50到100个节点的架构,结合独热编码(one-hot encoding),实现了最佳平衡。在这些配置中,神经网络准确表示至少97%的数据,而紧凑的查找表处理剩余的错误。最终的安全网将系统大小减少了近三个数量级,符合当前航空电子硬件的内存预算,同时保证在整个离散输入空间内输出100%的正确结果,符合EASA的指导方针。本研究提供了针对高复杂度航空系统(HCAS)和垂直起降航空系统(VCAS)的首个开源安全网实现,并具有可复制的结果,展示了朝向可认证的基于AI的航空系统的实用路径,并确立了安全网作为安全关键应用的可行设计安全解决方案。
cs.AI / 45 / 2608.20054

What You Can't See Is What You Learn: Restricted Evidence Visibility Favors Compositional Generalization in Shared-Genome Language-Model Societies

看不见的才是你所学到的:限制证据可见性有利于共享基因组语言模型社会中的组合泛化
Marincat, Narcis
Abstract
Multi-module systems often expose every module to the full input. We test whether restricting evidence visibility changes which solutions gradient-based training discovers. Four-cell societies share one frozen pretrained language model and one low-rank adapter, communicating only through two model-width continuous vectors in a fixed relay. On a prospectively sealed natural-language function-composition task, we train ten matched restricted/global pairs sharing initialization bytes, training order, token layout, parameters, and computation; only the attention mask differs. Restricted societies outperform their globally visible twins by at least 20 points at both depths in 9 of 10 pairs, with median paired advantages of 0.7648 and 0.6050. Cutting communication reduces every restricted society to chance, and the depth-three advantage remains 0.558 on programs whose composite function never appeared in training. Across six audited restricted societies, same-value packet transplants preserve behavior at 0.94-1.00 across all tested interfaces; destructive interventions collapse performance; and counterfactual packets redirect outputs toward the mathematically predicted answer. The sole high-performing global model also requires communication, but its same-value packets are not interchangeable across episodes. Restricted visibility is thus not necessary for composition; under this protocol it substantially increases the probability of a generalizing relay and favors a reusable, value-indexed interface. The complete preregistered battery nevertheless formally fails because restricted-arm median depth-three accuracy is 0.6988, below the 0.70 floor. An earlier qualification cohort likewise yielded 0/10 complete passes: one model met every task-performance gate, but all ten failed ordinary-language preservation, confining the system to explicitly task-gated use.
Chinese Translation
多模块系统通常将每个模块暴露于完整输入中。我们测试限制证据可见性是否会改变基于梯度的训练所发现的解决方案。四单元社会共享一个冻结的预训练语言模型和一个低秩适配器,仅通过两个模型宽度的连续向量在固定中继中进行通信。在一个前瞻性封闭的自然语言函数组合任务中,我们训练了十对匹配的限制/全局对,分享初始化字节、训练顺序、标记布局、参数和计算;只有注意力掩码不同。限制社会在10对中的9对中,在两个深度上至少比其全局可见的同伴高出20分,配对优势的中位数分别为0.7648和0.6050。切断通信使每个限制社会的表现降至偶然,而深度三的优势在从未出现在训练中的程序上保持在0.558。在六个审计的限制社会中,相同值的数据包移植在所有测试接口上保持行为在0.94-1.00之间;破坏性干预会导致性能崩溃;而反事实数据包则将输出重定向到数学上预测的答案。唯一表现良好的全局模型也需要通信,但其相同值的数据包在不同的实验中不可互换。因此,限制可见性并不是组合所必需的;在这一协议下,它显著增加了泛化中继的概率,并有利于可重用的、值索引的接口。然而,完整的预注册测试仍然正式失败,因为限制臂的深度三中位准确率为0.6988,低于0.70的底线。早期的资格队列同样未能完成10个任务:一个模型满足了每个任务性能的门槛,但所有十个都未能保持普通语言的完整性,使系统仅限于显式任务门控使用。
cs.AI / 46 / 2608.20114

DECOWAM: Decoupled Whole-Body World-Action Model for Legged Mobile Manipulation

DECOWAM:用于腿式移动操作的解耦全身世界-动作模型
Ma, Siyuan, Zhang, Boshi, Zhang, Yutian, Wu, Qinglian, Zhai, Jiaqi, Wei, Dong, Yu, Qiaojun
Abstract
Mobile manipulation requires a robot to predict how locomotion and arm motion jointly alter future observations and control. Existing world-action models, developed largely for fixed-base platforms, do not explicitly distinguish camera ego-motion from base and arm actions. Here we introduce DECOWAM, a whole-body world-action model that separates these factors through dedicated conditional interfaces. DECOWAM freezes an adapted FastWAM backbone and trains residual adapters, an action-equivalent future bottleneck distilled from privileged observations, adversarially separated base and arm latents, and base-velocity conditioning for video prediction. We further introduce ARMDOG, a real-robot dataset that synchronizes video, whole-body state and action, and language. On a fixed replay protocol, DECOWAM improved both future-video and action prediction over FastWAM, reducing action MSE by 21.7% with 25.95M trainable adaptation parameters. Across 79 closed-loop trials per method, it achieved the highest observed whole-body coordination and base-displacement robustness among the compared systems, while task completion remained comparable to the strongest baseline. These results show that embodiment-aware factorization can support parameter-efficient joint visual prediction and whole-body control under moving viewpoints.
Chinese Translation
移动操作要求机器人预测运动和手臂动作如何共同改变未来的观察和控制。现有的世界-动作模型主要为固定基座平台开发,并未明确区分相机自我运动与基座和手臂动作。在此,我们介绍了DECOWAM,这是一种通过专门的条件接口分离这些因素的全身世界-动作模型。DECOWAM 冻结了一个经过调整的 FastWAM 主干,并训练残差适配器,这是从特权观察中提炼出的动作等效未来瓶颈,敌对分离的基座和手臂潜变量,以及用于视频预测的基座速度条件。我们进一步引入了ARMDOG,这是一个真实机器人数据集,能够同步视频、全身状态和动作以及语言。在固定重放协议下,DECOWAM 在未来视频和动作预测方面均优于 FastWAM,动作均方误差(MSE)降低了21.7%,并使用了25.95M的可训练适配参数。在每种方法的79次闭环试验中,它在比较系统中实现了最高的全身协调性和基座位移鲁棒性,同时任务完成情况与最强基线相当。这些结果表明,具身意识的因子分解可以支持在移动视点下的参数高效联合视觉预测和全身控制。
cs.AI / 47 / 2608.20161

DARS: Dual-Level Credit Assignment RL with Structured Reasoning for Instruction-Based Image Editing

DARS:具有结构化推理的双层信用分配强化学习用于基于指令的图像编辑
Cao, Haoxiang, Cao, Jiajiong, Zhang, Xuanpu, Yu, Changqian, Wang, Chaoqun
Abstract
Instruction-based image editing uses a planner-renderer pipeline: a vision-language model (VLM) first converts the instruction into an edit plan, and a diffusion model then executes that plan. Training such systems with only final-image rewards is inefficient because a poor edit does not reveal whether additional optimization should place more emphasis on the planner or the renderer, and even planner-dominant cases remain difficult to localize within a free-form reasoning trace. We present DARS, a reinforcement learning framework for dual-level credit assignment in this two-stage setting. Across modules, multi-plan multi-render rollouts estimate between-plan and within-plan reward variability for soft module routing, while rollout mean rewards provide hardness estimates for an adaptive curriculum. Within the planner, a four-field structured reasoning output enables a prefix-gated reward and token-level advantage reweighting, turning outcome-level feedback into localized supervision. Experiments on five benchmarks show that DARS outperforms a Joint~RL baseline with the same backbone, data, reward model, and rollout budget, with the largest gains on reasoning-intensive edits.
Chinese Translation
基于指令的图像编辑使用规划-渲染管道:视觉语言模型(VLM)首先将指令转换为编辑计划,然后扩散模型执行该计划。仅使用最终图像奖励来训练此类系统效率低下,因为糟糕的编辑并不能揭示额外优化应更多地强调规划者还是渲染者,即使在以规划者为主的情况下,也很难在自由形式的推理轨迹中进行定位。我们提出了DARS,一种用于在这一两阶段设置中进行双层信用分配的强化学习框架。在各个模块中,多计划多渲染的回滚估计了计划间和计划内的奖励变异性,以实现软模块路由,而回滚的平均奖励则为自适应课程提供了难度估计。在规划者内部,四字段结构化推理输出使得前缀门控奖励和令牌级优势重加权成为可能,将结果级反馈转化为局部监督。在五个基准上的实验表明,DARS在相同的骨干网络、数据、奖励模型和回滚预算下优于联合强化学习(Joint RL)基线,尤其在推理密集型编辑上获得了最大的提升。
cs.AI / 48 / 2608.20201

The Third Restructuring of Software Form: From the Three-Tier Architecture to Storage, Models, and Agents

软件形式的第三次重构:从三层架构到存储、模型与代理
Lin, Wei, Zhou, Tao, Xie, Zhaofei, Hong, Changgui
Abstract
Software form has undergone two paradigm shifts since its inception: Software 1.0, in which instructions determine behavior, and Software 2.0, in which data determines behavior (machine learning). This paper argues that a third shift - Software 3.0, in which context and reasoning determine behavior - is now underway, and contends that its terminal form converges to three elements: a generalized database (the unified abstraction of all persistent state and memory), a large model (the intelligence core that performs reasoning and generation), and an agent (the execution loop connecting the first two). The core argument is as follows: in the traditional three-tier architecture, the user-interface layer will be absorbed by the model's ability to generate interfaces on demand, the business-logic layer will be re-partitioned along "expressibility x criticality" into model reasoning and storage constraints (with residual deterministic logic retained as tools), and only the data layer will be elevated into the sole persistent infrastructure. We formalize this convergence thesis, present a minimal reference architecture, report evidence from real prototypes and a live model, and systematically analyze both the conditions under which it holds and the boundaries where it fails - determinism, cost, security, and verifiability delimit the thesis's domain of applicability. We argue that the thesis holds in task domains that are expressible, verifiable, externally stateful, and tool-complete, and that it will reshape the roles of developers, the database industry, and the software-engineering discipline.
Chinese Translation
自软件诞生以来,软件形式经历了两次范式转变:软件1.0,其中指令决定行为,以及软件2.0,其中数据决定行为(机器学习)。本文认为第三次转变——软件3.0,其中上下文和推理决定行为——正在进行中,并主张其最终形式汇聚为三个元素:一个通用数据库(所有持久状态和内存的统一抽象)、一个大型模型(执行推理和生成的智能核心)以及一个代理(连接前两个的执行循环)。核心论点如下:在传统的三层架构中,用户界面层将被模型根据需求生成界面的能力所吸收,业务逻辑层将沿着“可表达性 x 关键性”重新划分为模型推理和存储约束(剩余的确定性逻辑保留为工具),而只有数据层将被提升为唯一的持久基础设施。我们形式化了这一汇聚论,提出了一个最小的参考架构,报告了来自真实原型和实时模型的证据,并系统分析了其成立的条件及失效的边界——确定性、成本、安全性和可验证性界定了该论点的适用范围。我们认为该论点在可表达的、可验证的、外部有状态的以及工具完备的任务领域中成立,并且它将重塑开发者、数据库行业和软件工程学科的角色。
cs.AI / 49 / 2608.20202

MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

MemTrapBench:大语言模型记忆使用中的认知陷阱基准测试
Wang, Mengru, Luo, Haozhe, Xu, Zhenqian, Cui, Zhixiang, Xu, Haoming, Yang, Qu, Fang, Jizhan, Fang, Junfeng, Zhang, Ningyu
Abstract
Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, stored, and retrieved, while largely overlooking how retrieved memories reshape model reasoning and affect performance on the current task. We identify memory-induced cognitive traps: even faithfully recorded and semantically relevant memories can distort model reasoning or beliefs and degrade current task performance. To systematically evaluate these failure modes, we introduce MemTrapBench, which covers two forms of cognitive traps: Reasoning Fixation and Belief Distortion. Experiments across two model families and five representative memory frameworks show that MemTrapBench is challenging: all evaluated memory strategies underperform the no-memory setting, with even the strongest methods suffering drops of more than 10%. To mitigate these cognitive traps, we propose AdaptiveMem, a simple yet effective inference-time method that instructs LLMs to avoid memory traps. AdaptiveMem mitigates cognitive traps on MemTrapBench while preserving or improving performance on standard memory benchmarks across diverse memory frameworks.
Chinese Translation
记忆已成为大型语言模型的关键组成部分,使其能够保留信息并从长期交互中学习。然而,现有的记忆基准主要评估信息是否被正确提取、存储和检索,而在很大程度上忽视了检索到的记忆如何重塑模型推理并影响当前任务的表现。我们识别出记忆引发的认知陷阱:即使是忠实记录且语义相关的记忆也可能扭曲模型的推理或信念,并降低当前任务的表现。为了系统地评估这些失效模式,我们引入了MemTrapBench,它涵盖了两种形式的认知陷阱:推理固执和信念扭曲。在两个模型家族和五个代表性记忆框架上的实验表明,MemTrapBench具有挑战性:所有评估的记忆策略在无记忆设置下表现不佳,即使是最强的方法也出现了超过10%的下降。为了减轻这些认知陷阱,我们提出了AdaptiveMem,这是一种简单而有效的推理时间方法,指导大型语言模型避免记忆陷阱。AdaptiveMem在MemTrapBench上减轻了认知陷阱,同时在各种记忆框架下保持或提高了在标准记忆基准上的表现。
cs.AI / 50 / 2608.20204

ContractScrub: A benchmark for final review of legal contracts

ContractScrub:法律合同最终审查的基准测试
Bang, Yejin, Fielding, Kirsty, Oliver, Brandan, Birke, Brian, Seedat, Nabeel, Bean, Andrew M.
Abstract
Legal work, with its heavy reliance on processing large amounts of text, is often considered one of the domains most exposed to the use of LLMs. Contract ``scrubbing,'' the final review of transactional agreements for errors and inconsistencies, is a particularly suitable task for automation, because it is routine, painstaking work requiring detailed attention to long documents. Scrubbing also seems to align naturally with the general capabilities expected of frontier LLMs around long-context reasoning, consistency checking, and named entity recognition (NER). Despite the economic value and potential for automation, no formal evaluations of LLMs performing contract scrubbing have been conducted. We introduce ContractScrub, the first benchmark designed to evaluate contract scrubbing capabilities, comprising contracts hand-crafted by experienced lawyers over diverse error categories such as misuse of defined terms, incorrect references, and inconsistent language. Frontier models perform surprisingly poorly with only one model reaching 0.75 macro average recall despite strong performance on seemingly related general benchmarks, demonstrating the practical limits of current models and the importance of narrowly targeted, domain-specific benchmarks for measuring real-world impact.
Chinese Translation
法律工作由于其对处理大量文本的高度依赖,常被认为是最容易受到大型语言模型(LLMs)影响的领域之一。合同“清理”是对交易协议进行最终审查以发现错误和不一致性的一项特别适合自动化的任务,因为这是一项常规且繁琐的工作,需要对长文档进行详细关注。清理工作似乎也自然与前沿LLMs在长上下文推理、一致性检查和命名实体识别(NER)等方面的普遍能力相契合。尽管具有经济价值和自动化潜力,但尚未对执行合同清理的LLMs进行正式评估。我们推出了ContractScrub,这是第一个旨在评估合同清理能力的基准测试,包含由经验丰富的律师手工制作的合同,涵盖了诸如定义术语误用、错误引用和语言不一致等多种错误类别。尽管在看似相关的通用基准上表现强劲,前沿模型的表现却令人惊讶地不佳,只有一个模型达到了0.75的宏平均召回率,这显示了当前模型的实际局限性,以及针对特定领域的狭义基准在衡量现实世界影响方面的重要性。
cs.AI / 51 / 2608.20218

Electronic Navigational Chart Change Classification

电子海图变更分类
Arndt, Jacob, Potnis, Abhishek, Sorokine, Alexandre
Abstract
Electronic Navigational Charts (ENCs) are geospatial vector datasets used in maritime navigation systems that represent hydrographic and navigational information such as depths, navigational aids, traffic schemes, and hazards. A major challenge for hydrographic offices is determining whether a given chart change poses a critical or non-critical risk to maritime safety. Existing workflows rely heavily on manual review and verification, which is labor-intensive, scales poorly with the volume of incoming chart updates, and introduces inter-analyst inconsistencies. To address this challenge, we propose a method for automated classification of ENC changes. We establish a baseline encoding scheme to translate complex vector data changes into a structured tabular format for classification models. The two crucial components of the encoding scheme include a spatial context encoder to enrich the change representations with surrounding geographic features, and an ENC attribute encoder to represent nuanced attribute-value descriptions of the modified objects. We evaluate the proposed approach across two distinct operational datasets, comprising 1,308 chart pairs containing over 100,000 individual chart modifications. Tuned gradient-boosted trees leveraging the proposed encoding schemes achieve accuracies of 90% and 94% on the two datasets, yielding a 5-7% improvement over default hyperparameterized models trained on encodings without spatial context and attribute embeddings. These results demonstrate the viability of integrating machine learning into operational geospatial pipelines to improve ENC maintenance and enhance maritime safety. Finally, our experiments demonstrate the effectiveness of simple location and spatial aggregation methods, providing a foundation for evaluating more sophisticated spatial representation learning techniques for this application.
Chinese Translation
电子海图(ENCs)是用于海洋导航系统的地理空间矢量数据集,表示水文和导航信息,如水深、导航辅助设施、交通方案和危险区域。水文办公室面临的一大挑战是确定特定海图变更是否对海洋安全构成关键或非关键风险。现有的工作流程在很大程度上依赖于人工审核和验证,这不仅劳动密集,而且在处理大量海图更新时扩展性差,并且引入分析师之间的不一致性。为了解决这一挑战,我们提出了一种自动化分类ENC变更的方法。我们建立了一种基线编码方案,将复杂的矢量数据变更转换为结构化的表格格式,以供分类模型使用。编码方案的两个关键组成部分包括空间上下文编码器,用于丰富变更表示与周围地理特征的关系,以及ENC属性编码器,用于表示修改对象的细微属性-值描述。我们在两个不同的操作数据集上评估了所提出的方法,这两个数据集包含1,308对海图,涉及超过100,000个单独的海图修改。利用所提出的编码方案调优的梯度提升树在这两个数据集上的准确率分别达到了90%和94%,相比于在没有空间上下文和属性嵌入的编码上训练的默认超参数模型提高了5-7%。这些结果证明了将机器学习集成到操作地理空间流程中以改善ENC维护和增强海洋安全的可行性。最后,我们的实验展示了简单的位置和空间聚合方法的有效性,为评估更复杂的空间表示学习技术在此应用中的潜力奠定了基础。
cs.AI / 52 / 2608.20220

InsufficiencyBench: Evaluating LLM legal advice on underspecified user queries

InsufficiencyBench:评估大型语言模型在不充分用户查询上的法律建议
Vincent, Samuel J., Calloway, Daniel, Yu, Fangyi, Bean, Andrew M., Seedat, Nabeel
Abstract
Legal AI systems are increasingly used to answer legal questions, yet existing benchmarks assume queries arrive fully specified. In practice, users omit facts that materially determine the legal outcome. We introduce InsufficiencyBench, the first legal benchmark targeting query-side insufficiency: whether a model recognizes when a query lacks legally material information, identifies what is missing, and refrains from premature conclusions. We formalize a taxonomy of eight canonical missing-element categories across three structural failure modes---switch, gating, and fatal prerequisite--- and construct 202 benchmark items (58 base queries, 144 deficient variants) spanning six legal domains and 24 US jurisdictions and annotated by practising attorneys. Evaluating ten frontier models, we find that no model exceeds F2 = 0.46 on missing-element identification and that the median recall is 0.44. Models either hedge indiscriminately or answer silently under fabricated presumptions. No model both identifies and qualifies responses to deficient queries while directly addressing complete ones.
Chinese Translation
法律人工智能系统越来越多地被用于回答法律问题,但现有基准假设查询是完全具体的。实际上,用户常常省略那些对法律结果有实质性影响的事实。我们引入了InsufficiencyBench,这是第一个针对查询侧不足的法律基准:模型是否能够识别查询缺乏法律上重要信息,识别缺失内容,并避免过早得出结论。我们正式化了八个典型缺失元素类别的分类法,这些类别跨越三种结构性失败模式——切换、门控和致命前提——并构建了202个基准项目(58个基础查询,144个缺失变体),涵盖六个法律领域和24个美国司法管辖区,并由执业律师进行注释。在评估十个前沿模型时,我们发现没有模型在缺失元素识别上超过F2 = 0.46,且中位召回率为0.44。模型要么无差别地模糊其回答,要么在虚构的假设下沉默回答。没有模型能够同时识别并对缺失查询进行合格响应,同时直接处理完整查询。
cs.AI / 53 / 2608.20237

Rule-Compliant Visual Spatial Planning for Multimodal Large Language Models

符合规则的多模态大型语言模型视觉空间规划
Chen, Yu, Lei, Ting, Li, Yaoyi, Cai, Jia, Wu, Zhecen, Liu, Yang
Abstract
Multimodal large language models (MLLMs) combine linguistic reasoning with visual perception, yet their ability to perform visual spatial planning under explicit or previously unseen rule constraints remains underexplored. This setting requires models to jointly understand spatial layouts, interpret natural-language rules, and plan valid actions accordingly. To address this gap, we introduce RuleMaze, a controllable benchmark in which MLLMs must navigate mazes while obeying natural-language rules of varying complexity. RuleMaze isolates rule-compliant spatial planning by requiring accurate perception, rule interpretation, and constrained action planning. To enable scalable and systematic rule construction, we propose Language-Logic-Function Hybridization, which automatically generates natural-language rules and translates them into logical representations and executable validators, eliminating manual rule engineering. To improve rule following and generalization, we introduce Disentangled Multimodal Planning (DMP), which separates perception, execution, and rule verification through interpretable reasoning primitives. By disentangling these components, DMP facilitates systematic generalization to more complex and previously unseen rules, while providing transparent intermediate planning traces. Experiments demonstrate that DMP substantially improves rule compliance and planning success compared to end-to-end textual planning baselines. Overall, RuleMaze establishes a principled benchmark for studying grounded and interpretable rule-based spatial planning in MLLMs. Code is available at https://github.com/oceanflowlab/RuleMaze.
Chinese Translation
多模态大型语言模型(MLLMs)将语言推理与视觉感知相结合,但它们在明确或以前未见的规则约束下进行视觉空间规划的能力仍然未得到充分探索。这一设置要求模型共同理解空间布局,解释自然语言规则,并据此规划有效的行动。为了解决这一问题,我们引入了RuleMaze,这是一个可控的基准,MLLMs必须在遵循不同复杂度的自然语言规则的情况下导航迷宫。RuleMaze通过要求准确的感知、规则解释和受限的行动规划,隔离了符合规则的空间规划。为了实现可扩展和系统化的规则构建,我们提出了语言-逻辑-功能混合(Language-Logic-Function Hybridization),该方法自动生成自然语言规则,并将其转换为逻辑表示和可执行的验证器,从而消除手动规则工程。为了提高规则遵循和泛化能力,我们引入了解耦多模态规划(Disentangled Multimodal Planning, DMP),该方法通过可解释的推理原语将感知、执行和规则验证分开。通过解耦这些组件,DMP促进了对更复杂和以前未见规则的系统化泛化,同时提供透明的中间规划轨迹。实验表明,与端到端文本规划基线相比,DMP显著提高了规则遵循和规划成功率。总体而言,RuleMaze为研究MLLMs中基于规则的有根据和可解释的空间规划建立了一个原则性基准。代码可在 https://github.com/oceanflowlab/RuleMaze 获取。
cs.AI / 54 / 2608.20240

QUASAR: A Quantum-Classical Neural Network for SAR Satellite Physical-Layer Authentication

QUASAR:一种用于SAR卫星物理层认证的量子-经典神经网络
Sammartino, Vincenzo, Denis, Nathanael, Di Pietro, Roberto
Abstract
X-band SAR satellites (8-12 GHz) play a critical role in disaster response, environmental monitoring, and military intelligence. Yet, they lack robust physical-layer authentication (PLA), a security layer orthogonal to cryptographic solutions. Existing PLA systems, typically based on radio-frequency fingerprinting, are often limited to sub-6 GHz frequencies and rely on classical deep learning. However, this approach underfits the IQ phase nonlinearities that distinguish satellite hardware. In this paper, we present QUASAR, to the best of our knowledge the first quantum-classical hybrid architecture that fuses a CNN spectrogram encoder with a variational quantum circuit (VQC) to provide PLA to X-band SAR signals. Our solution enjoys two distinctive features: (i) it is markedly more data-efficient than classical machine learning, requiring only 10% of the training data to match the accuracy of classical baselines -- data collection being notoriously the most time-consuming phase of PLA; and, (ii) at an equal data budget, it improves classification accuracy over those baselines. In detail, we test our solution under three adversarial scenarios: replay, crafted-IQ injection, and space-borne spoofing. QUASAR rejects spoofed transmissions in 89.7%, 94.1%, and 81.3% of attempts, respectively, establishing the first quantum-enhanced physical-layer classifier for satellite constellations. The fully detailed framework and the supporting results, other than being interesting on their own, show a novel research avenue for physical-layer authentication.
Chinese Translation
X波段SAR卫星(8-12 GHz)在灾害响应、环境监测和军事情报中发挥着关键作用。然而,它们缺乏强健的物理层认证(PLA),这一安全层与密码学解决方案正交。现有的PLA系统通常基于射频指纹识别,往往仅限于6 GHz以下的频率,并依赖于经典深度学习。然而,这种方法无法充分适应区分卫星硬件的IQ相位非线性特征。在本文中,我们提出了QUASAR,据我们所知,这是首个将卷积神经网络(CNN)谱图编码器与变分量子电路(VQC)融合的量子-经典混合架构,以提供对X波段SAR信号的PLA。我们的解决方案具有两个显著特点:(i)与经典机器学习相比,它的数据效率显著更高,仅需10%的训练数据即可达到经典基准的准确性——数据收集通常是PLA中最耗时的阶段;(ii)在相同的数据预算下,它提高了分类准确性。具体而言,我们在三种对抗场景下测试了我们的解决方案:重放、精心设计的IQ注入和空间伪装。QUASAR分别拒绝了89.7%、94.1%和81.3%的伪造传输,建立了首个量子增强的卫星星座物理层分类器。完整的框架和支持结果不仅本身具有趣味性,还展示了物理层认证的新研究方向。
cs.AI / 55 / 2608.20256

Learning When to Think: Adaptive Reasoning for Test-Time Compute Allocation

学习何时思考:测试时计算分配的自适应推理
Kassenaar, Gijs, Yang, Zhao, François-Lavet, Vincent
Abstract
Reasoning language models trained with reinforcement learning typically operate under a fixed token budget rather than an explicitly adaptive one, which can lead to over-computation on easy problems and insufficient computation on difficult ones. We study whether a model can learn to allocate its own reasoning effort by choosing, as the first token of its response, one of three modes: \textsc{NoThink} (answer as quickly as possible), \textsc{Short} (brief reasoning), or \textsc{Long} (extended reasoning). The choice is learned inside Group Relative Policy Optimization (GRPO) with no separate router, through a shaped reward that makes each mode worthwhile at a different response length, together with hard per-mode token caps that keep the modes distinct. On a 1.5B distilled model trained on MATH, the three modes emerge without collapsing to a single choice, and the brief modes end up more accurate than \textsc{Long}, which shows that the router sorts problems by difficulty rather than at random. Averaged over three seeds, the resulting policy stays close to the base model's accuracy on the held-out MATH500 ($0.782$ vs.\ $0.796$) while cutting the mean response length from $4{,}796$ to $2{,}811$ tokens (a $41\%$ reduction). Interestingly, it also transfers to other benchmarks without retraining, with the largest savings where problems are easier, with for instance 76\% token reduction on GSM8K and at higher accuracy than the baselines at similar response length. In short, we build a reasoning model that adaptively chooses how much to reason for each problem.
Chinese Translation
通过强化学习训练的推理语言模型通常在固定的令牌预算下运行,而不是显式自适应的预算,这可能导致在简单问题上计算过多,而在困难问题上计算不足。我们研究模型是否能够通过选择作为其响应的第一个令牌之一的三种模式来分配自己的推理努力: extsc{NoThink}(尽快回答)、 extsc{Short}(简短推理)或 extsc{Long}(扩展推理)。这种选择是在没有单独路由器的情况下,通过组相对策略优化(Group Relative Policy Optimization, GRPO)内部学习的,采用一种塑形奖励,使每种模式在不同的响应长度上都有价值,同时设定每种模式的硬性令牌上限,以保持模式的区分。在一个在 MATH 上训练的 1.5B 蒸馏模型中,这三种模式在不崩溃为单一选择的情况下出现,并且简短模式的准确性最终高于 extsc{Long},这表明路由器是根据问题的难度进行排序,而不是随机选择。经过三次种子的平均,所得到的策略在保留的 MATH500 上的准确性接近基础模型($0.782$ 对比 $0.796$),同时将平均响应长度从 $4{,}796$ 降低到 $2{,}811$ 令牌(减少 $41 ext{%}$)。有趣的是,它还在不重新训练的情况下转移到其他基准上,在问题较简单的情况下节省最大,例如在 GSM8K 上减少 76 ext{%} 的令牌,并在相似响应长度下的准确性高于基线。简而言之,我们构建了一个推理模型,能够自适应地选择每个问题的推理量。
cs.AI / 56 / 2608.20271

Catching the Rug: Early Prediction of Fraudulent Memecoins on Solana via Machine Learning

捕捉地毯:通过机器学习对Solana上欺诈性Memecoins的早期预测
Li, Jianghai, Kuznetsov, Pavel, Yanovich, Yury, Nott-Whaley, Konstantin, Vodolazov, Igor
Abstract
The rapid proliferation of memecoins on blockchain platforms has increased the risk of fraudulent activities, particularly rug pulls. While previous studies have focused on Ethereum-based tokens, this paper shifts the spotlight to Solana, the leading blockchain for memecoins by trading volume and token count. Unlike Ethereum, where rug pulls often exploit smart contract backdoors, Solana memecoin rug pulls are predominantly driven by liquidity manipulation and social dynamics. This research pioneers large-scale rug pull early detection in the Solana ecosystem by assembling a dataset of 6.4 million tokens over 7 months. Market analysis reveals that a vast majority of these memecoins exhibit rug pull characteristics within one hour of launch, highlighting the urgency of short-horizon prediction. Despite the absence of code-level features, we demonstrate that classic machine learning models, particularly Gradient Boosting (XGBoost), achieve robust performance in detecting potential rug pulls using only the first 5 minutes of trading data. Furthermore, we evaluate cross-platform generalization between PumpFun and Raydium, revealing that multi-source data fusion significantly mitigates domain shift and improves detection reliability. This study advances the understanding of DeFi fraud on high-throughput chains and provides a practical framework for protecting investors.
Chinese Translation
在区块链平台上,Memecoins的快速增长增加了欺诈活动的风险,特别是地毯拉动(rug pulls)。虽然之前的研究主要集中在基于以太坊的代币上,但本文将焦点转向Solana,这是按交易量和代币数量计算的Memecoins领先区块链。与以太坊不同,地毯拉动通常利用智能合约后门,Solana的Memecoin地毯拉动主要由流动性操控和社会动态驱动。本研究通过在7个月内汇集640万个代币的数据集,开创了在Solana生态系统中进行大规模地毯拉动早期检测的先河。市场分析显示,这些Memecoins中的绝大多数在推出后一个小时内表现出地毯拉动特征,突显了短期预测的紧迫性。尽管缺乏代码级特征,我们证明经典机器学习模型,特别是梯度提升(Gradient Boosting,XGBoost),在仅使用前5分钟的交易数据时,能够有效检测潜在的地毯拉动。此外,我们评估了PumpFun和Raydium之间的跨平台泛化,发现多源数据融合显著减轻了领域转移,提高了检测的可靠性。本研究推动了对高吞吐量链上去中心化金融(DeFi)欺诈的理解,并提供了保护投资者的实用框架。
cs.AI / 57 / 2608.20274

Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents

拆解与传递:大语言模型代理中的跨任务技能转移
Feng, Yiyang, Bijoy, Biddut Sarker, Balasubramanian, Niranjan, Zhou, Jiawei
Abstract
Large language model (LLM) agents can induce skills from completed tasks and reuse them later to grow more capable with experience. In practice, induced skills may transfer unreliably and can even harm the agent that retrieves them. When agent-induced skills transfer reliably across tasks remains an open question. We conduct a comprehensive and controlled study of how the way skills are induced shapes their transfer across tasks. Specifically, we compare task-level with subtask-level skill induction and text with code skill formats, the two axes along which existing methods differ. Task-level skills mostly reduce the agent's performance below its no-memory baseline while subtask-level skills raise it above on average, and text skills transfer better than code skills. To further understand our findings, we examine two complementary properties of the induced skills: specificity, which measures how closely a skill matches real tasks, and abstractness, which measures how evenly its relevance spreads across tasks. Neither property alone predicts task success, but their combined effect does, which we propose as a skill utility score. The score correlates consistently with task success when skills are transferred, and subtask-level and text skills score higher. Computing skill utility only needs the skills and task descriptions but not any task execution, so our score serves as a practical diagnostic of a skill memory before any new task runs.
Chinese Translation
大型语言模型(LLM)代理能够从已完成的任务中诱导技能,并在后续任务中重用这些技能,从而随着经验的积累变得更为高效。然而,在实际应用中,诱导的技能可能会不可靠地转移,甚至可能对检索这些技能的代理造成负面影响。关于代理诱导的技能在任务间可靠转移的条件仍然是一个未解的问题。我们进行了一项全面且受控的研究,探讨技能诱导的方式如何影响其在任务间的转移。具体而言,我们比较了任务级与子任务级的技能诱导,以及文本与代码技能格式这两个现有方法的不同维度。任务级技能通常会使代理的表现低于其无记忆基线,而子任务级技能则平均提升其表现,文本技能的转移效果优于代码技能。为了进一步理解我们的发现,我们考察了诱导技能的两个互补特性:特异性(specificity),即技能与实际任务的匹配程度,以及抽象性(abstractness),即其相关性在任务间的分布均匀程度。这两个特性单独并不能预测任务成功,但它们的结合效应可以,我们提出将其作为技能效用评分。该评分在技能转移时与任务成功率有一致的相关性,且子任务级和文本技能的评分更高。计算技能效用只需要技能和任务描述,而不需要任何任务执行,因此我们的评分在任何新任务运行之前可以作为技能记忆的实用诊断工具。
cs.AI / 58 / 2608.20290

Phantom Gains: Auditing Self-Improvement Against a Measured Null

虚幻收益:对比测量的自我提升审计
Xu, Cheng, Yan, Nan, Chen, Liming, Kechadi, M-Tahar
Abstract
Whether a language model has improved itself is increasingly judged not by mean accuracy but by which individual problems it gains and loses. Tracking these transitions means differencing two noisy estimates, leaving them vulnerable to measurement artifacts. Auditing three rounds of rank-$32$ LoRA self-training on Qwen3-8B against a frozen control pushed through the identical pipeline, we identify seven measurement failures, each of which inverts a reported finding when its control is absent. Several are standard practice. A ledger built on a single greedy decode manufactures capability changes on an untrained model, largely an artifact of inference batching; the expansion statistic separating acquisition from sharpening assigns that same model a rate of $0.280$. The natural threshold repair does not survive replication: estimated across the frozen comparisons such a design already contains, its null stays non-zero. We replace it with a per-problem exact test against a pooled baseline under false-discovery-rate control, which detects nothing on any held-out replicate and is unchanged under the multiple-testing rule, error rate and pool size. Applied to a ladder of arms matched in stream, volume and evaluation, the audit finds that external distillation improves problems the base model rarely reaches while three forms of self-training do not; a regression rejects this asymmetry as a by-product of distillation's larger overall gain ($p < 10^{-8}$). On the far smaller set of problems the base model never reaches, the evidence is inconclusive, while self-training corrupts problems solved at baseline at rates well above the measured floor. Transition-level auditing therefore requires a separately measured null for every statistic it reports: nulls that cost no new experiments, built from baseline replicates a multi-arm study already owns, though not from as few as most possess.
Chinese Translation
语言模型是否自我提升的判断越来越不依赖于平均准确率,而是关注其在个别问题上的增益与损失。追踪这些转变意味着对两个噪声估计值进行差分,这使得它们容易受到测量伪影的影响。我们审计了在与一个冻结控制组通过相同流程推送的情况下,Qwen3-8B上进行的三轮rank-$32$ LoRA自我训练,识别出七个测量失败的案例,每一个在缺乏控制组时都会颠覆报告的发现。其中一些是标准实践。基于单次贪婪解码构建的账本在未训练模型上制造了能力变化,主要是推理批处理的伪影;将获取与锐化分开的扩展统计量赋予该模型的速率为$0.280$。自然阈值修复未能通过复制:在冻结比较中估计的设计已经包含了其零假设,且该零假设保持非零。我们用针对在假发现率控制下的汇总基线的逐问题精确检验替代它,该检验在任何保留的复制中均未检测到任何结果,并且在多重检验规则、错误率和池大小下保持不变。应用于在流、体积和评估上匹配的武器梯队,审计发现外部蒸馏改善了基础模型很少达到的问题,而三种形式的自我训练则没有;回归分析拒绝了这种不对称性,认为其是蒸馏整体增益更大的副产品($p < 10^{-8}$)。在基础模型从未达到的更小问题集上,证据并不确定,而自我训练在基线解决的问题上以远高于测量底线的速率导致了问题的腐蚀。因此,转变级别的审计需要为其报告的每个统计量单独测量的零假设:这些零假设不需要新的实验,而是基于多臂研究已经拥有的基线复制构建的,尽管并非来自大多数人所拥有的那么少。
cs.AI / 59 / 2608.20314

MidTool: Mid-training Data Synthesis for Agentic Tool Use

MidTool:用于自主工具使用的中期数据合成
Jiang, Fengqing, Wang, Yite, Liu, Boyi, Wang, Zhaoyang, Xu, Canwen, Yao, Zhewei, Poovendran, Radha, He, Yuxiong
Abstract
Mid-training is increasingly recognized as a critical stage for shaping the capabilities of large language models. Recent work has shown that targeted mid-training can strengthen reasoning-intensive abilities such as math and science, and can also improve agentic capabilities in software-engineering settings. In this work, we study the parallel but less explored agentic capability: general tool use. We present MidTool, an open corpus construction pipeline for agentic tool-use mid-training that combines large-scale web, PDF, and code data with synthesized supervision from real-world tool APIs, MCP skills, and document-grounded workflows. MidTool is designed to teach models how to recognize tool affordances, ground arguments from context, compose tool call workflow, and recover from incomplete information. We mid-train Qwen3-4B-Base and Qwen3-8B-Base on MidTool-Mix, and then apply follow-up post-training with both supervised fine-tuning and reinforcement learning. Compared with baselines, MidTool-Mix consistently improves downstream performance under both SFT and RL on BFCL, tau2-Bench, and MCP Universe. These results suggest that general tool use, like other important LLM capabilities, benefits from dedicated mid-training rather than being left entirely to post-training.
Chinese Translation
中期训练越来越被认为是塑造大型语言模型能力的关键阶段。近期的研究表明,针对性的中期训练可以增强推理密集型能力,例如数学和科学,同时也可以改善软件工程环境中的自主能力。在本研究中,我们研究了一个平行但较少探索的自主能力:一般工具使用。我们提出了MidTool,这是一个用于自主工具使用中期训练的开放语料库构建管道,它结合了大规模的网络、PDF和代码数据,以及来自真实工具API、MCP技能和文档驱动工作流程的合成监督。MidTool旨在教会模型如何识别工具的可用性,从上下文中提取论据,构建工具调用工作流程,并从不完整信息中恢复。我们在MidTool-Mix上对Qwen3-4B-Base和Qwen3-8B-Base进行了中期训练,然后应用了监督微调和强化学习的后续训练。与基线相比,MidTool-Mix在BFCL、tau2-Bench和MCP Universe上在SFT和RL下均持续提高了下游性能。这些结果表明,一般工具使用与其他重要的LLM能力一样,受益于专门的中期训练,而不是完全依赖于后期训练。
cs.AI / 60 / 2608.20316

Pandora's AI Model Routing Box: Efficient Allocation with Costly Value Estimation

潘多拉的人工智能模型路由箱:带有高成本价值估计的高效分配
Fisch, Adam, Trivedi, Shubhendu, Huot, Fantine, Cohen, William W., Kaisers, Michael, Lapata, Mirella, Larson, Kate, Eisenstein, Jacob
Abstract
Heterogeneous AI systems composed of multiple models, architectures, harnesses, or inference-time settings can improve quality and efficiency by routing queries to the specialist who can answer most effectively at the lowest cost. Routing requires estimating each specialist's expected return, but this value estimation has a cost. Cheap estimators (e.g., embedding-based predictors) are fast but noisy, while accurate estimators (e.g., fine-tuned models with access to retrieval results or partial reasoning traces) are expensive. We formalize this tradeoff as an instance of Pandora's Box, the classical problem of optimal search with costly inspection. Under a Gaussian signal model, the resulting policies have closed-form value-of-information expressions that determine, for each specialist and input, whether refining the value estimate is worth its cost. We call the centralized policy Pandora's Router. We extend this to a decentralized setting, Pandora's Bidder, where specialists independently decide whether to invest in self-assessment before accepting an offered price to claim a query. Experiments across three domains---a standard multi-LLM benchmark, retrieval-augmented specialists, and LLMs with variable inference-time reasoning---show that Pandora's Router matches the routing quality of exhaustive estimation, while querying the expensive estimator far less often. In the decentralized setting, value-of-information reasoning improves allocative efficiency when competing estimates are accurate; when competing estimates are noisy, however, it can increase the strategic specialist's utility at the expense of others.
Chinese Translation
由多个模型、架构、工具或推理时间设置组成的异构人工智能系统可以通过将查询路由到能够以最低成本最有效地回答的专家来提高质量和效率。路由需要估计每个专家的预期回报,但这种价值估计是有成本的。廉价估计器(例如,基于嵌入的预测器)速度快但噪声大,而准确的估计器(例如,访问检索结果或部分推理痕迹的微调模型)则成本高昂。我们将这种权衡形式化为潘多拉的盒子问题,即具有高成本检查的最优搜索经典问题。在高斯信号模型下,得到的策略具有封闭形式的信息价值表达式,确定对于每个专家和输入,是否值得花费成本来细化价值估计。我们称这种集中式策略为潘多拉的路由器。我们将其扩展到去中心化设置,即潘多拉的竞标者,在该设置中,专家独立决定是否在接受报价以声称查询之前投资于自我评估。在三个领域的实验中——标准的多LLM基准、增强检索的专家和具有可变推理时间的LLM——显示出潘多拉的路由器在路由质量上与全面估计相匹配,同时远不如频繁查询昂贵的估计器。在去中心化设置中,当竞争估计准确时,信息价值推理提高了分配效率;然而,当竞争估计噪声较大时,它可能会增加战略专家的效用,损害其他专家的利益。
cs.AI / 61 / 2608.20318

AI4AI-Bench: Benchmarking LLM Agents in Algorithmic Design for Recursive Self-Improvement

AI4AI-Bench:递归自我改进算法设计中的大型语言模型代理基准测试
Chi, Yizhe, Li, Wenyi, Hong, Deyao, Wang, Xiaoqiu, Gao, Mingju, Yang, Kaisen, He, Bingxiang, Zheng, Youjie, Xiao, Calvin, Na, Qinhuai
Abstract
Recursive self-improvement (RSI) asks whether an AI system can improve the process that produces AI systems, so that the next system inherits the improvement. That process is the training algorithm: a better objective or update rule improves the compute\mbox{-}capability exchange rate for every subsequent run, including the one that produces the next agent. Whether RSI is feasible therefore turns on whether an agent can design training algorithms. No benchmark isolates that ability: existing suites are won by collecting data or by tuning hyperparameters, and none tells a change to how a run is executed apart from a change to how the model learns. We present AI4AI\mbox{-}Bench, 10 frozen research repositories spanning 10 training algorithm families. In each task, an agent has 4 hours on one B300 to rewrite the training algorithm; its code is then rerun from scratch for up to 12 hours and scored by a fixed evaluator hidden from the agent, against the repository's original algorithm under the same procedure. Because the 10 metrics are incommensurable, every task is mapped onto one scale on which $0$ is an uninformative model, $0.1$ is the algorithm the repository ships, and $1.0$ is the task optimum. Across 29 configurations of 6 systems on all 10 tasks the mean score is $0.166$, and the best system reaches $0.250$: even the strongest closes under a fifth of the distance between the algorithm that was already there and the optimum. The submissions show where that distance went: most never change how the model learns at all, and the minority that do average $0.226$ against $0.126$ for the rest. More reasoning effort mostly buys the willingness to go there, taking that minority from $8\%$ of submissions to $64\%$ and the mean score from $0.094$ to $0.196$. We release the task suite, the evaluators and every scored submission, so that the measurement can be repeated as these systems change.
Chinese Translation
递归自我改进(RSI)探讨一个人工智能系统是否能够改善生成人工智能系统的过程,从而使下一个系统继承这种改进。这个过程就是训练算法:更好的目标或更新规则提高了每次运行的计算能力交换率,包括生成下一个代理的那次运行。因此,RSI的可行性取决于代理是否能够设计训练算法。目前没有基准能够单独评估这一能力:现有的评测套件通过收集数据或调整超参数来获得胜利,且没有任何评测能够在执行过程中与模型学习方式的变化无关。我们提出了AI4AI-Bench,这是一个涵盖10个训练算法家族的10个冻结研究库。在每个任务中,代理有4小时的时间在一台B300上重写训练算法;然后其代码将从头开始重新运行,最长可达12小时,并由一个对代理隐藏的固定评估者进行评分,评分标准是与库中原始算法在相同程序下的表现进行比较。由于这10个指标是不可比的,每个任务都被映射到一个尺度上,其中$0$表示一个无信息的模型,$0.1$表示库中发布的算法,$1.0$表示任务的最优解。在对所有10个任务的6个系统的29种配置中,平均得分为$0.166$,最佳系统达到了$0.250$:即使是最强的系统也仅接近原有算法与最优解之间距离的五分之一。提交结果显示了这一距离的去向:大多数提交从未改变模型的学习方式,而少数改变的提交平均得分为$0.226$,而其余的为$0.126$。更多的推理努力大多换来了愿意去尝试的态度,使得这一少数提交的比例从$8\%$提升至$64\\%$,平均得分从$0.094$提升至$0.196$。我们发布了任务套件、评估者以及每个得分提交,以便在这些系统变化时能够重复测量。
cs.AI / 62 / 2608.20320

An Agentic Approach for Active Data Collection, Travel Behavior Modeling, and Weather-Sensitive Demand Prediction

一种主动数据收集、旅行行为建模和天气敏感需求预测的代理方法
Ahmadi, Narges, Jiao, Yubo, Manzolli, Jônatas Augusto, Yu, Jiangbo, Miranda-Moreno, Luis
Abstract
Travel behavior research increasingly combines digital data collection with predictive modeling, yet these stages are often developed and evaluated separately. This study proposes a three-agent workflow integrating conversational data collection, structured data processing, and behavioral prediction. A chatbot-administered, image-augmented stated-preference survey collected mode choices from student commuters across five predefined weather scenarios, yielding 454 respondent-scenario observations. Weather-related associations were analyzed using a multinomial logit model, while logistic regression and random forest provided machine-learning benchmarks. Nine locally deployed large language models (LLMs), ranging from 2 to 35 billion parameters, were evaluated across four zero-shot prompt-and-context conditions and extended through persona, few-shot, and vision-based configurations. Random forest achieved 69.6% five-class accuracy, while the best text-only zero-shot LLM reached 69.9% without task-specific fitting. Habitual travel information produced the most consistent gains, Expert framing generally outperformed Role-Play, and persona information was most useful when habitual travel information was unavailable. Few-shot prompting improved prediction for several models, with gains stabilizing after a small number of examples. Using the same weather images shown to respondents, the best vision-based configuration reached 71.5% five-class accuracy, indicating that visual context may provide additional predictive information for selected models. Overall, the study shows how conversational surveys, structured data processing, conventional behavioral modeling, machine learning, and multimodal LLM prediction can be coordinated within an auditable multi-agent workflow.
Chinese Translation
旅行行为研究越来越多地将数字数据收集与预测建模相结合,但这些阶段通常是分开开发和评估的。本研究提出了一种三代理工作流程,整合了对话式数据收集、结构化数据处理和行为预测。通过聊天机器人管理的图像增强状态偏好调查,从五种预定义天气场景中收集了学生通勤者的出行选择,获得了454个受访者-场景观察数据。使用多项式逻辑回归模型分析了与天气相关的关联,而逻辑回归和随机森林则提供了机器学习基准。评估了九个本地部署的大型语言模型(LLMs),参数范围从20亿到350亿,在四种零样本提示和上下文条件下进行评估,并通过个性、少样本和基于视觉的配置进行了扩展。随机森林模型达到了69.6%的五类准确率,而最佳的仅文本零样本LLM在没有特定任务拟合的情况下达到了69.9%。习惯性旅行信息产生了最一致的增益,专家框架通常优于角色扮演,而在缺乏习惯性旅行信息时,个性信息最为有用。少样本提示改善了多个模型的预测,增益在少量示例后趋于稳定。使用向受访者展示的相同天气图像,最佳的基于视觉的配置达到了71.5%的五类准确率,表明视觉上下文可能为选定模型提供额外的预测信息。总体而言,本研究展示了如何在可审计的多代理工作流程中协调对话式调查、结构化数据处理、传统行为建模、机器学习和多模态LLM预测。
计算语言学 (Computation and Language)
49
cs.CL / 1 / 2608.19199

A Virtual Member of a Community of Practice for the Society of Petroleum Engineers: From Prototype to Deployment

石油工程师协会实践共同体的虚拟成员:从原型到部署
Boden, John, Eckroth, Joshua, Freitag, Dayne, Gipson, Skyler, Keefe, Johnathan, Myers, Karen, Schoen, Eric, Sequeira, Pedro, Smith, Reid, Wessel, Michael
Abstract
We describe the evolution of a virtual assistant, called ATHENA, designed to support the capture, retrieval, and dissemination of knowledge for members of a Community of Practice (CoP) related to the Oil and Gas sector. An evaluation of a first prototype involving 75 professionals from the Society of Petroleum Engineering (SPE) showed that ATHENA dramatically improved both their productivity and performance equality on a set of realistic well-planning tasks compare to their use of a state-of-the-art RAG baseline system. However, the evaluation also identified areas for improvement. This paper describes technical advances to our first prototype in the areas of multi-document retrieval, support for answer validation, and more focused proactive dissemination. Evaluation results show that this enhanced version of ATHENA provides better support for completing knowledge-intensive tasks related to well planning than does a state-of-the-art baseline. ATHENA has been integrated into the SPE Research Portal and is being deployed for use by the society's membership.
Chinese Translation
我们描述了一款名为ATHENA的虚拟助手的发展,该助手旨在支持与石油和天然气行业相关的实践共同体(CoP)成员的知识捕获、检索和传播。对涉及75名石油工程师协会(SPE)专业人士的首个原型的评估显示,与使用最先进的RAG基线系统相比,ATHENA显著提高了他们在一组现实的井规划任务中的生产力和表现平等性。然而,评估也识别出了一些改进的领域。本文描述了我们首个原型在多文档检索、答案验证支持和更有针对性的主动传播等方面的技术进展。评估结果表明,这个增强版的ATHENA在完成与井规划相关的知识密集型任务方面提供了比最先进的基线系统更好的支持。ATHENA已被集成到SPE研究门户中,并正在为协会会员部署使用。
cs.CL / 2 / 2608.19200

Transformer Models for Text Summarization: A Comparative Study of BART, BERT, and RoBERTa

文本摘要的Transformer模型:BART、BERT和RoBERTa的比较研究
Aptovska, Daisy, Elangovan, Vinayak
Abstract
Text summarization refers to the task of condensing a document into a shorter version while preserving its key information. Automatic text summarization (ATS), driven by advancements in natural language processing (NLP), has developed rapidly in recent years. ATS methods are commonly categorized by input type (such as single-document or multi-document summarization) and by output type (extractive, abstractive, and hybrid). This article presents a focused review of modern summarization techniques with an emphasis on transformer based models and large language models (LLMs), specifically BERT, RoBERTa and BART. It examines their architectures, pretraining strategies, and their suitability for extractive and abstractive summarization tasks.
Chinese Translation
文本摘要是指将文档压缩为更短版本的任务,同时保留其关键信息。自动文本摘要(ATS)在自然语言处理(NLP)技术进步的推动下,近年来发展迅速。ATS方法通常根据输入类型(如单文档或多文档摘要)和输出类型(提取式、抽象式和混合式)进行分类。本文对现代摘要技术进行了集中评述,重点关注基于Transformer的模型和大型语言模型(LLMs),特别是BERT、RoBERTa和BART。文章考察了它们的架构、预训练策略以及它们在提取式和抽象式摘要任务中的适用性。
cs.CL / 3 / 2608.19201

Automatic bioinformatic software named entity recognition from literature

自动生物信息学软件命名实体识别的文献研究
Xuan, Hao, Pasupuleti, Rithvij, Liu, Ben, Sun, Haishuo, Zhang, Jun, Yao, Zijun, Zhong, Cuncong
Abstract
Bioinformatics software and databases are essential components of modern life science research, yet their mentions in the scientific literature are often inconsistent and difficult to systematically identify at scale. The lack of a comprehensive and up-to-date catalog of bioinformatics resources hinders efforts toward automated biomedical knowledge extraction and streamlined data analysis. Here we present SNAIL, a hybrid named entity recognition framework designed to automatically identify bioinformatics software and database (SW/DB) names from biomedical texts. SNAIL integrates complementary lexical and semantic modeling strategies. The lexical component captures orthographic patterns and contextual cues characteristic of SW/DB names, while the semantic component leverages contextual embeddings generated by transformer-based language models such as SciBERT, combined with an explicit token-masking strategy to enhance entity-focused representations. A large training corpus was constructed automatically through a hybrid pipeline that integrates citation-hinted extraction with large language model-assisted distillation. Evaluation on two independent benchmark datasets and real-world research articles demonstrates that SNAIL substantially outperforms existing approaches, including domain-specific methods such as bioNerDS2 and general-purpose large language models such as ChatGPT, Gemini, Grok and Claude. Applying SNAIL to large-scale literature analysis further reveals distinct journal-level preferences across bioinformatics subfields. These results demonstrate that SNAIL provides an accurate and scalable solution for identifying bioinformatics resources in scientific texts and enables systematic meta-analysis of tool usage and research trends.
Chinese Translation
生物信息学软件和数据库是现代生命科学研究的重要组成部分,但它们在科学文献中的提及往往不一致,且难以系统性地进行大规模识别。缺乏全面且最新的生物信息学资源目录阻碍了自动化生物医学知识提取和数据分析的努力。在此,我们提出了SNAIL,一个混合命名实体识别框架,旨在自动识别生物医学文本中的生物信息学软件和数据库(SW/DB)名称。SNAIL整合了互补的词汇和语义建模策略。词汇组件捕捉SW/DB名称的正字法模式和上下文线索,而语义组件则利用由基于变换器的语言模型(如SciBERT)生成的上下文嵌入,并结合显式的标记掩蔽策略以增强实体聚焦的表示。通过将引用提示提取与大型语言模型辅助的蒸馏相结合,自动构建了一个大型训练语料库。在两个独立的基准数据集和真实研究文章上的评估表明,SNAIL的表现显著优于现有方法,包括特定领域的方法如bioNerDS2,以及通用大型语言模型如ChatGPT、Gemini、Grok和Claude。将SNAIL应用于大规模文献分析进一步揭示了生物信息学子领域之间的期刊级偏好。这些结果表明,SNAIL为识别科学文本中的生物信息学资源提供了准确且可扩展的解决方案,并使工具使用和研究趋势的系统性元分析成为可能。
cs.CL / 4 / 2608.19203

Asymmetric Attention Heads: Structured Head-Wise Context Allocation for Transformer Attention

非对称注意力头:用于变换器注意力的结构化头级上下文分配
Zhao, Zimu
Abstract
Standard multi-head attention (MHA) gives every head the same full causal context span, although heads can serve different contextual roles. Some heads may rely mainly on nearby lexical or syntactic context, while others may depend on longer-range relations such as entity interactions, discourse links, or state changes. We present Asymmetric Attention Heads (AAH), a head-wise context- allocation framework that treats context length as an explicit per-head or per-group allocation variable. AAH groups heads using feature-derived statistics, organizes these groups hierarchically, and assigns causal local windows while preserving the standard flat MHA output interface. In 4096- token seed-0 experiments, several AAH-style local-allocation variants achieve lower validation loss than pure full attention. Short-budget ablations show that stable local allocation and head-window assignment structure matter, while fixed/local controls can be competitive with adaptive hierarchy. We interpret AAH as a structured head-wise context-allocation mechanism for quality and analysis, with Attention Coverage Ratio (ACR) reported as a selected-window routing diagnostic
Chinese Translation
标准的多头注意力(MHA)为每个头提供相同的完整因果上下文范围,尽管各个头可以承担不同的上下文角色。一些头可能主要依赖于附近的词汇或句法上下文,而其他头可能依赖于更长距离的关系,如实体交互、话语链接或状态变化。我们提出了非对称注意力头(AAH),这是一种头级上下文分配框架,将上下文长度视为每个头或每组的显式分配变量。AAH使用特征派生统计对头进行分组,按层次组织这些组,并在保持标准平坦MHA输出接口的同时分配因果局部窗口。在4096个标记的seed-0实验中,几种AAH风格的局部分配变体在验证损失上优于纯全注意力。短预算消融实验表明,稳定的局部分配和头窗口分配结构是重要的,而固定/局部控制可以与自适应层次结构竞争。我们将AAH解释为一种结构化的头级上下文分配机制,用于质量和分析,报告了注意力覆盖率(ACR)作为选定窗口路由的诊断指标。
cs.CL / 5 / 2608.19206

Hallucination as a Feature, not a Defect: Evaluating a multi-agent architecture to transform speculative language-model outputs into testable scientific hypotheses

幻觉作为特征,而非缺陷:评估一种多智能体架构以将推测性语言模型输出转化为可测试的科学假设
Rodriguez-Alvarez, Nicolas
Abstract
Contemporary Large Language Models (LLMs) are increasingly aligned to suppress hallucinations, prioritizing factual retrieval over combinatorial creativity. While crucial for mitigating misinformation, this alignment may also restrict speculative Research and Development (R&D) by encouraging what this work operationally treats as semantic overfitting and diversity collapse. In this paper, we propose a Rust-based multi-agent orchestration that uses the contrast between narrative daydreaming and executive control as a functional analogy, not as a neurocognitive claim. The system instigates an Epistemological Friction loop between a high-entropy generating agent and a web-grounded evaluating agent, mediated by a low-entropy semantic bottleneck intended to reduce noise and repetition. Initial experiments generated diverse, viability-rated hypotheses across physical and social-science domains. We additionally report an exploratory paired baseline and ablation study comparing the full system against direct prompting, self-reflection, removal of the semantic filter, removal of search grounding, and removal of lateral lenses. The results place direct prompting among the weakest conditions across most observed metrics, but they do not show a general superiority of the full system over simple self-reflection. Instead, they suggest that each architecture shifts the balance between originality, feasibility, diversity, and empirical grounding in different ways, and that the full system provides its main advantages when hypotheses must survive strong physical, empirical, or institutional constraints. These findings do not show that hallucination is useful in isolation; they suggest that speculative generation gains value only when constrained by architecture, empirical grounding, and explicit evaluation.
Chinese Translation
当代大型语言模型(LLMs)越来越倾向于抑制幻觉,优先考虑事实检索而非组合创造力。虽然这对于减轻错误信息至关重要,但这种倾向也可能限制推测性研究与开发(R&D),通过鼓励本文操作性地视为语义过拟合和多样性崩溃的现象。在本文中,我们提出了一种基于Rust的多智能体编排,利用叙事白日梦与执行控制之间的对比作为功能类比,而非神经认知的主张。该系统在一个高熵生成代理与一个基于网络的评估代理之间引发了一个认识论摩擦循环,由一个低熵语义瓶颈调解,旨在减少噪声和重复。初步实验在物理和社会科学领域生成了多样化的、可行性评级的假设。我们还报告了一项探索性的配对基线和消融研究,比较了完整系统与直接提示、自我反思、去除语义过滤、去除搜索基础和去除侧面视角的效果。结果显示,直接提示在大多数观察指标中是最弱的条件,但并未显示完整系统在简单自我反思上具有普遍优势。相反,它们表明每种架构在原创性、可行性、多样性和经验基础之间以不同方式调整了平衡,并且当假设必须在强大的物理、经验或制度约束下生存时,完整系统提供了其主要优势。这些发现并未表明幻觉在孤立状态下是有用的;它们表明,推测性生成只有在受到架构、经验基础和明确评估的约束时才会获得价值。
cs.CL / 6 / 2608.19207

Compliance, Capability, and Conflict: Benchmarking Multimodal LLMs under System Messages

合规性、能力与冲突:在系统消息下对多模态大型语言模型的基准测试
Yeo, Juan, Kim, Geewook
Abstract
Production deployments of Multimodal Large Language Models (MLLMs) increasingly rely on system messages to govern model behavior. Yet existing benchmarks either evaluate constraints in text only or embed them into the user turn, leaving system-message adherence in multimodal contexts largely unmeasured; they also leave open whether compliance comes at the cost of foundational vision-language capabilities. We introduce VSysBench, a benchmark built on MMVet-v2 that organizes constraints into 5 main categories and 22 sub-categories, ranging from textual directives in visual contexts to fully vision-grounded ones, each paired with a misaligned counterpart that stress-tests the instructional hierarchy. VSysBench scores each response jointly along two axes, constraint compliance and answer correctness, via the Joint Satisfaction Rate (JSR) and Cross-Constraint Sensitivity (CCS). Across 16 MLLMs, we find that imposing system messages substantially erodes base task accuracy, that compliance collapses under user conflict for open-weight models while remaining stable for top proprietary ones, and that vision-grounded constraints are the hardest category for every model.
Chinese Translation
多模态大型语言模型(MLLMs)的生产部署日益依赖系统消息来管理模型行为。然而,现有的基准测试要么仅评估文本中的约束,要么将其嵌入用户交互中,导致在多模态环境下对系统消息遵循的评估几乎未被测量;同时也未探讨合规性是否以基础视觉-语言能力为代价。我们引入了 VSysBench,这是一个基于 MMVet-v2 的基准测试,将约束组织为5个主要类别和22个子类别,涵盖从视觉上下文中的文本指令到完全基于视觉的指令,每个类别都配有一个不对齐的对应项,以应对指令层次的压力测试。VSysBench 通过联合满意度率(Joint Satisfaction Rate, JSR)和交叉约束敏感性(Cross-Constraint Sensitivity, CCS)沿两个维度对每个响应进行评分,即约束合规性和答案正确性。在对16个 MLLMs的测试中,我们发现施加系统消息显著削弱了基础任务的准确性,开放权重模型在用户冲突下合规性崩溃,而顶级专有模型则保持稳定,并且视觉基础约束是每个模型面临的最难类别。
cs.CL / 7 / 2608.19208

When Irrelevant Text Matters: Affine Margin Shifts in Multimodal Large Language Models

当无关文本重要时:多模态大型语言模型中的仿射边际转移
Wang, Yinfeng, Yao, Zhiyuan, Fu, Zheren, Zhang, Lei, Mao, Zhendong
Abstract
Multimodal large language models (MLLMs) are frequently exposed to auxiliary textual context, the impact of which on visually grounded tasks remains underexplored. In this paper, we investigate the influence of task-irrelevant context by formulating it as a controlled intervention within a binary visual judgment framework. By maintaining an invariant prompt structure while varying auxiliary inputs, we observe that irrelevant text consistently biases model predictions across diverse benchmarks. To move beyond performance metrics, we characterize this sensitivity through a decision margin defined by the log-probability difference between binary candidates. Our analysis reveals a robust geometric regularity: contextconditioned margins follow a consistent affine transformation of their context-free counterparts. This finding demonstrates that irrelevant context does not manifest as unstructured stochastic noise but as a estimable distortion of model preference. We further interpret the fitted affine parameters as metrics for visual commitment preservation and directional answer bias. These findings provide a margin-level diagnostic view of irrelevant-context effects in MLLMs and offer a basis for future studies on noisy-context robustness
Chinese Translation
多模态大型语言模型(MLLMs)经常接触到辅助文本上下文,但其对视觉基础任务的影响仍然未被充分探讨。本文通过将无关上下文表述为在二元视觉判断框架内的受控干预,研究了其影响。我们在保持不变的提示结构的同时,改变辅助输入,观察到无关文本在不同基准测试中始终对模型预测产生偏见。为了超越性能指标,我们通过定义二元候选者之间的对数概率差异来表征这种敏感性。我们的分析揭示了一种稳健的几何规律:条件上下文的边际遵循其无条件对应物的一致仿射变换。这一发现表明,无关上下文并不是表现为无结构的随机噪声,而是模型偏好的可估计扭曲。我们进一步将拟合的仿射参数解释为视觉承诺保持和方向性答案偏差的度量。这些发现提供了对MLLMs中无关上下文效应的边际级诊断视角,并为未来关于噪声上下文鲁棒性的研究提供了基础。
cs.CL / 8 / 2608.19211

Represented but Ignored: A Causal Account of Prosodic Underuse in Audio-Language Models

被表现但被忽视:音频语言模型中韵律使用不足的因果解释
Peng, Linkai, Nuchged, Baorian
Abstract
Human speech is richly expressive, with prosody carrying linguistic and emotional information beyond the lexical content. A capable large audio-language model (audio-LLM) should therefore support expressive speech understanding, not only transcribing what was said but also interpreting how it was said. Yet behavioral evaluations alone cannot reveal why a model fails on prosodic input. An error may reflect loss of acoustic information, incorrect internal interpretation, or failure to use a representation that is already available inside the model. We introduce a stage-specific probe ladder for localizing these failure modes in audio-LLMs. Across four understanding-only audio-LLMs, prosodic information is usually preserved in the audio path and decodable in late LLM states. Yet it is only partially expressed in the model's final response. We test the causal status of this latent representation with targeted hidden-state interventions. Every intervention shifts the answer distribution in the predicted direction, and in most model--task cells a single edit at the relevant layer is sufficient to drive the model toward the suppressed prosodic decision, though this recovery is directional rather than a selective restoration of the correct class. Feature-level analysis further suggests that this recoverable signal can be expressed through a small subspace. Some of the highest-attribution features in this analysis align with acoustic cues known to carry prosodic information. Within the matched-content contrasts we test, these results locate the recurring bottleneck not in perceiving prosody but in using it. Models that hear and correctly represent a prosodic cue can still fail to express it in their answers.
Chinese Translation
人类语言表达丰富,韵律承载着超越词汇内容的语言和情感信息。因此,一个能够胜任的音频语言模型(audio-LLM)应支持富有表现力的语音理解,不仅要转录所说内容,还要解释其表达方式。然而,仅靠行为评估无法揭示模型在韵律输入上的失败原因。错误可能反映了声学信息的丢失、内部解释的不正确,或未能利用模型内部已经存在的表征。我们引入了一种阶段特定的探测梯度,用于定位音频-LLM中的这些失败模式。在四个仅用于理解的音频-LLM中,韵律信息通常在音频路径中得以保留,并且在后期LLM状态中可解码。然而,它在模型的最终响应中仅部分表达。我们通过针对性的隐状态干预测试这一潜在表征的因果状态。每次干预都将答案分布朝预测方向移动,在大多数模型-任务单元中,相关层的单次编辑足以使模型朝向被抑制的韵律决策,尽管这种恢复是有方向性的,而不是对正确类别的选择性恢复。特征级分析进一步表明,这一可恢复信号可以通过一个小的子空间来表达。在该分析中,一些最高归因特征与已知承载韵律信息的声学线索相一致。在我们测试的匹配内容对比中,这些结果将反复出现的瓶颈定位于使用韵律而非感知韵律。能够听到并正确表征韵律线索的模型仍可能在其答案中未能表达该信息。
cs.CL / 9 / 2608.19212

NepOOC-M: Bilingual Nepali-English Benchmark and Comparative Analysis of Multimodal Architectures for OOC Detection

NepOOC-M:双语尼泊尔语-英语基准及多模态架构在OOC检测中的比较分析
Khatiwada, Sanjeev
Abstract
Out-of-context (OOC) misinformation pairs authentic images with misleading captions to construct false narratives without image manipulation, making detection a problem of multimodal alignment rather than image forensics. Despite the prevalence and consequences of OOC misinformation in Nepal, no public benchmark exists for Nepali. We introduce NepOOC, the first publicly available Nepali-dominant multilingual OOC benchmark, comprising 1,090 image-caption pairs (545 pristine, 545 OOC) annotated across five typologies (fabricated, miscaptioned, temporal mismatch, geographic mismatch, identity mismatch) with inter-annotator agreement kappa = 0.84. Systematic evaluation of five multimodal architectures alongside text-only and image-only baselines reveals that caption semantics appear sufficient for strong performance at the current dataset scale. A text-only mBERT model achieves 94.65+/-0.20% Macro-F1, statistically equivalent to the best multimodal system (ResNet-50+mBERT, 94.65+/-0.20%; McNemar median p = 1.000, 0/5 seeds significant at alpha = 0.05). Image-only models perform near chance (33-50%), while training-size scaling suggests that dataset expansion is a more direct path to progress than architectural sophistication or regional specialisation.
Chinese Translation
上下文外(OOC)虚假信息将真实图像与误导性标题配对,以构建没有图像处理的虚假叙事,这使得检测成为多模态对齐的问题,而非图像取证问题。尽管OOC虚假信息在尼泊尔普遍存在并造成严重后果,但目前尚无公开的尼泊尔语基准。我们推出了NepOOC,这是第一个公开可用的以尼泊尔语为主的多语言OOC基准,包含1,090对图像-标题对(545个原始,545个OOC),根据五种类型(伪造、误标、时间不匹配、地理不匹配、身份不匹配)进行标注,标注者间一致性kappa值为0.84。对五种多模态架构进行系统评估,同时与仅文本和仅图像的基线进行比较,结果表明,在当前数据集规模下,标题语义似乎足以实现强劲的性能。仅文本的mBERT模型达到了94.65+/-0.20%的宏观F1分数,统计上等同于最佳的多模态系统(ResNet-50+mBERT,94.65+/-0.20%;McNemar中位数p = 1.000,0/5种子在α = 0.05下显著)。仅图像模型的表现接近随机(33-50%),而训练规模的扩展表明,数据集扩展比架构复杂性或区域专业化更直接地推动进展。
cs.CL / 10 / 2608.19218

Time-Series Retrieval for Grounding Multimodal Language Models in Remaining Useful Life

基于时间序列检索的多模态语言模型在剩余使用寿命中的应用
Dimidov, Valeriu, Frank, Raphaël
Abstract
Large language models (LLMs) and agentic AI systems are increasingly being explored for domain-specific maintenance and prognostics tasks, raising the question of whether they can effectively support prognostics and health management (PHM). In this paper, we investigate remaining useful life (RUL) estimation with multimodal large language models (MLLMs) grounded through time-series retrieval. We propose a framework in which historically similar degradation segments are retrieved from the training set and, together with the test trajectory, transformed into a visual comparison artifact that is processed by the MLLM through a structured multimodal prompt. The approach is evaluated on the FD001 partition of the C-MAPSS benchmark under repeated experiments comparing retrieval-based inference against a non-retrieval baseline based on random reference selection. The results show that time-series retrieval consistently improves MLLM-based RUL prediction across the evaluated models, yielding lower error and more stable performance. At the same time, the magnitude of the benefit depends on model capacity, indicating that retrieval is most effective when the underlying MLLM is able to exploit the retrieved evidence. Overall, the study shows that time-series RAG is a promising mechanism for improving multimodal prognostic reasoning, while also highlighting the current limitations of MLLM-based RUL estimation in practical PHM settings.
Chinese Translation
大型语言模型(LLMs)和自主人工智能系统在特定领域的维护和预测任务中越来越受到关注,这引发了它们是否能够有效支持预测与健康管理(PHM)的讨论。本文研究了通过时间序列检索来估计剩余使用寿命(RUL)的方法,利用多模态大型语言模型(MLLMs)。我们提出了一个框架,通过从训练集中检索历史上相似的退化片段,并将其与测试轨迹结合,转化为一个视觉比较工件,供MLLM通过结构化的多模态提示进行处理。该方法在C-MAPSS基准的FD001分区上进行了评估,重复实验比较了基于检索的推理与基于随机参考选择的非检索基线。结果表明,时间序列检索在评估的模型中始终提高了基于MLLM的RUL预测,产生了更低的误差和更稳定的性能。同时,收益的大小依赖于模型的能力,表明当基础的MLLM能够利用检索到的证据时,检索效果最佳。总体而言,本研究表明时间序列检索增强生成(RAG)是一种改善多模态预测推理的有前景的机制,同时也突显了基于MLLM的RUL估计在实际PHM环境中的当前局限性。
cs.CL / 11 / 2608.19220

Can Conversational AI loosen Us-Versus-Them Boundaries? The Effects of Common, Dual, and Separate Identity Framings on Pro-Immigrant Intergroup Helping

对话式人工智能能否打破我们与他们的界限?共同身份、双重身份和独立身份框架对支持移民的群际帮助的影响
Jeboda, Oluwadamilola, Dovidio, John F., Kunst, Jonas R.
Abstract
Rising immigration has intensified intergroup tensions in many countries. Traditional bias-reduction programs remain difficult to scale and increasingly constrained by U.S. policy. This preregistered experiment tested whether conversational AI can shift how majority-group members categorize and relate to Latine immigrants. Drawing on the common ingroup identity model, a quota-representative national sample of 658 non-Latine White U.S. adults completed five rounds of dialogue with a LLM (GPT-4o). The model was instructed to frame Latine immigrants in terms of a common ingroup identity (a shared American identity), a dual identity (both Latine and American), or a separate identity (distinct cultural boundaries), or to discuss an unrelated topic in a control condition. The manipulations altered categorization: relative to control, common ingroup identity and dual identity conversations lowered separate categorization, and dual identity conversations raised dual categorization. Although direct effects on behavior and pro-diversity beliefs were nonsignificant, willingness to act was significantly higher in the conditions emphasizing a superordinate identity (common ingroup and dual identity). A path model further revealed indirect associations: both conditions reduced separate categorization, which in turn correlated with greater willingness to act. Semantic similarity analyses of the transcripts confirmed that conversations tracked their assigned narratives; participants' convergence with shared-identity language related positively, and with separate-identity language negatively, to willingness to act. These effects were largely consistent across moderators (need for closure, openness to experience, and political orientation). The findings show that brief AI conversations can loosen us-versus-them boundaries while underscoring the gap between cognitive recategorization and behavior.
Chinese Translation
日益增长的移民潮在许多国家加剧了群际紧张关系。传统的偏见减少项目难以扩展,并且越来越受到美国政策的限制。本次预注册实验测试了对话式人工智能是否能够改变多数群体成员对拉丁裔移民的分类和关系。基于共同内群体身份模型,658名非拉丁裔白人美国成年人完成了与大型语言模型(GPT-4o)的五轮对话。该模型被指示以共同内群体身份(共享的美国身份)、双重身份(拉丁裔和美国身份)或独立身份(不同的文化界限)来框定拉丁裔移民,或在对照条件下讨论无关话题。操控改变了分类:与对照组相比,共同内群体身份和双重身份的对话降低了独立分类,而双重身份的对话提高了双重分类。尽管对行为和支持多样性信念的直接影响并不显著,但在强调上级身份(共同内群体和双重身份)的条件下,行动意愿显著更高。路径模型进一步揭示了间接关联:这两种条件减少了独立分类,而独立分类与更高的行动意愿相关。对话记录的语义相似性分析确认了对话跟踪其指定叙事的情况;参与者与共享身份语言的趋同与行动意愿正相关,而与独立身份语言的趋同则负相关。这些效果在调节变量(对结束的需求、开放性和政治取向)之间大致一致。研究结果表明,简短的人工智能对话可以打破我们与他们的界限,同时强调了认知再分类与行为之间的差距。
cs.CL / 12 / 2608.19361

A Speech Corpus for Mizo Automatic Speech Recognition: Whisper and SraVaani 1.0 Fine-Tuning with Morphology-Aware Evaluation

米佐语自动语音识别语料库:基于形态学感知评估的Whisper和SraVaani 1.0微调
Sarmah, Priyankoo, Singh, Sanasam Ranbir, Lalhmingmawia
Abstract
This study reports the development of an Automatic Speech Recognition (ASR) system in Mizo, a low-resource language. The development included collecting 17.62 hours of speech data, curating it, and fine-tuning the Mizo ASR system with three Whisper multilingual models and with the SraVaani 1.0 Indic multilingual model. Whisper-large-v3 achieved the lowest conventional WER (18.08%), while morphology-aware evaluation yielded a WER of 7.22%. Zero-shot evaluation of the SraVaani 1.0 Indic multilingual model yielded a WER of 58.27%, while Mizo-specific fine-tuning reduced the conventional WER to 29.45% and the morphology-aware WER to 17.93%. The results demonstrate that the Whisper model can achieve a substantially low WER, even when adapted to an unseen language. In contrast, SraVaani 1.0 supports the Mizo language in its multilingual model; however, fine-tuning with carefully curated Mizo speech data substantially improves its performance.
Chinese Translation
本研究报告了米佐语(Mizo)自动语音识别(ASR)系统的开发,该语言属于低资源语言。开发过程包括收集17.62小时的语音数据,对其进行整理,并使用三个Whisper多语言模型和SraVaani 1.0印度多语言模型对米佐语ASR系统进行微调。Whisper-large-v3模型实现了最低的传统字错误率(WER),为18.08%,而基于形态学感知的评估则得到了7.22%的WER。对SraVaani 1.0印度多语言模型的零样本评估结果为58.27%的WER,而针对米佐语的特定微调将传统WER降低至29.45%,形态学感知WER降低至17.93%。结果表明,Whisper模型在适应未见语言时仍能实现显著低的WER。相比之下,SraVaani 1.0在其多语言模型中支持米佐语;然而,使用经过精心整理的米佐语语音数据进行微调显著提高了其性能。
cs.CL / 13 / 2608.19369

Linguistic Holonomy and Statistical Watermarks: Inner Geometry of Meaning-Preserving Transformations

语言的全局性与统计水印:意义保持变换的内在几何
Corradetti, Daniele
Abstract
Statistical watermarks for language models live in the freedom of the signifier: they choose among tokens that are nearly equivalent in meaning, and they are therefore eroded by exactly those transformations which move the form of a text while leaving its content in place. The literature measures such transformations by their endpoint, through the semantic similarity between the original and the rewritten text. We show that the endpoint is the wrong statistic. Adapting the formalism of linguistic loops, we prove that the invariant of a chain of meaning-preserving transformations factorises canonically into an endpoint part and a holonomy in the stabiliser of the initial state, the second of which the semantic deficit cannot see; the loop rotation is parallel transport on the unit sphere of the embedding space, so that the analogy with the Wilson loop becomes a theorem rather than a figure of speech. On the side of the detector we prove an exact identity: the residual statistic is proportional to the number of positions whose seeding window survived intact, from which the decay law $\rho^{h+1}$ follows as the independent-edit corollary. The identity has a disconcerting consequence, which we confirm to three decimal places: at one and the same retention rate the surviving signal may be one half of the original, one quarter of it, or exactly nothing, according only to where the edits fall.
Chinese Translation
语言模型的统计水印存在于能指的自由中:它们在意义上几乎等同的符号中进行选择,因此受到那些在不改变内容的情况下移动文本形式的变换的侵蚀。文献通过原始文本与重写文本之间的语义相似性来衡量此类变换的终点。我们证明终点是错误的统计量。通过适应语言循环的形式主义,我们证明意义保持变换链的不变量可以规范性地分解为一个终点部分和初始状态稳定器中的全局性,后者是语义缺失所无法察觉的;循环旋转是在嵌入空间单位球上的平行传输,因此与威尔逊环的类比成为定理而非修辞。我们在探测器一侧证明了一个确切的恒等式:残余统计量与其种子窗口完好无损的位置信息数量成正比,从中得出衰减法则 $ ho^{h+1}$ 作为独立编辑的推论。该恒等式有一个令人不安的结果,我们确认到小数点后三位:在同一保留率下,存活的信号可能是原始信号的一半、四分之一,或完全没有,仅取决于编辑的位置。
cs.CL / 14 / 2608.19437

Are LLMs becoming similarly creative? Evidence from three years of models

大型语言模型是否变得同样具有创造力?来自三年模型的证据
Patel, Nirav, Crossman, Josiah, Aggarwal, Eva, Wenger, Emily
Abstract
Many benchmarks track Large Language Model (LLM) performance on tasks with verifiable answers, but less is known about how LLM performance is evolving on open-ended tasks, where creativity, originality and diversity may matter as much as quality. As LLMs increasingly support human ideation and creative work, understanding trends in LLM performance on open-ended tasks is critical. This paper presents a preliminary analysis of LLM creative outputs spanning three years of model releases, examining model responses to Infinity-Chat100, a real-world collection of open-ended user queries, and the Alternate Uses Task, an established psychometric creativity assessment. Using sentence-embedding similarity, we examine trends in LLM responses to these prompts. Our findings show a statistically significant decrease in model output diversity over time, suggesting that LLM outputs may be converging in creative substance across models. If this trend persists, LLM-driven homogenization may progressively diminish human agency in human-AI co-creative work, demanding careful consideration of LLMs' role in the human creative process.
Chinese Translation
许多基准测试跟踪大型语言模型(LLM)在具有可验证答案的任务上的表现,但关于LLM在开放式任务上的表现如何演变的了解较少,而在这些任务中,创造力、独创性和多样性可能与质量同样重要。随着LLM越来越多地支持人类的构思和创造性工作,理解LLM在开放式任务上的表现趋势至关重要。本文对跨越三年模型发布的LLM创造性输出进行了初步分析,考察了模型对Infinity-Chat100(一个真实世界的开放式用户查询集合)和替代用途任务(一个成熟的心理测量创造力评估)的响应。通过句子嵌入相似性,我们考察了LLM对这些提示的响应趋势。我们的研究结果显示,模型输出的多样性随着时间的推移显著下降,这表明LLM输出在创造性实质上可能在模型之间趋同。如果这一趋势持续下去,LLM驱动的同质化可能会逐渐削弱人类在与人工智能共同创造工作中的主动性,这要求我们对LLM在人的创造过程中的角色进行仔细考虑。
cs.CL / 15 / 2608.19472

SynFlow: A Multidimensional Diachronic Semantic Analysis Toolkit

SynFlow:一个多维历时语义分析工具包
Phan-Tat, Bach, Heylen, Kris, Geeraerts, Dirk, De Pascale, Stefano, Speelman, Dirk
Abstract
Lexical semantic change (LSC) is commonly modelled through vector-space representations, but these approaches often provide limited insight into which aspects of usage are changing. Diachronic corpus research instead examines interpretable dimensions such as syntactic behaviour, morphology, and constructional patterns, but typically through separate analytical workflows. We present SynFlow, an open-source toolkit for multidimensional diachronic analysis of linguistic usage. SynFlow converts linguistic observations into period-specific distributions and applies a shared workflow across dependency-based co-occurrences, morphological features, constructional configurations, and externally derived representations such as Frame Semantics. It supports different distance measures, together with value-level decomposition, statistical testing, and incremental clustering of lexical fillers. We demonstrate SynFlow through a qualitative case study of the German adjective viral, showing how a single semantic development is reflected across syntactic, lexical, constructional, and morphological dimensions. We further report previously published results on SemEval-2020 Task 1 to situate the performance of these representations relative to existing lexical semantic change detection systems.
Chinese Translation
词汇语义变化(Lexical Semantic Change, LSC)通常通过向量空间表示进行建模,但这些方法往往对使用的变化方面提供有限的洞察。历时语料库研究则考察可解释的维度,如句法行为、形态学和构式模式,但通常通过独立的分析工作流程进行。我们提出了SynFlow,一个用于语言使用的多维历时分析的开源工具包。SynFlow将语言观察转换为特定时期的分布,并在基于依存关系的共现、形态特征、构式配置以及外部派生表示(如框架语义)之间应用共享工作流程。它支持不同的距离度量,以及值级分解、统计检验和词汇填充物的增量聚类。我们通过对德语形容词“viral”的定性案例研究展示了SynFlow,展示了单一语义发展如何在句法、词汇、构式和形态维度中反映出来。我们进一步报告了在SemEval-2020任务1上已发布的结果,以将这些表示的性能与现有的词汇语义变化检测系统进行对比。
cs.CL / 16 / 2608.19515

Hear2Act: Benchmarking When Prosody Should Change What an Assistant Does

Hear2Act:基于韵律变化评估助手行为的基准
Liu, Xinyi, Nayyeri, Hooshang, Hakkani-Tur, Dilek, Yilmaz, Emine, Kim, JK, Zhang, Yifei, Peris, Charith, Thadakamalla, Hari
Abstract
Prosodic cues can convey task-relevant information that alters the trajectory and outcome of a task-oriented dialogue, even when the words themselves remain unchanged. Yet existing benchmarks typically evaluate prosodic perception, response appropriateness, and task-oriented dialogue in isolation, making it difficult to test whether prosodic evidence changes downstream decisions. We introduce Hear2Act, a unified evaluation protocol for text and spoken assistants with 480 persona-grounded scenarios, hidden user concerns, and objectively verifiable outcomes. For each scenario, we keep the task and user needs fixed while varying whether the same concern is conveyed explicitly in words or primarily through prosody, and evaluate decisions under transcript, audio, and concern-state access. Using Hear2Act, we evaluate two audio-capable LLMs. Under Prosody-mediated feedback, adding audio to the transcript changes the average optimal-solution rate only from 14.6% to 15.3%. In contrast, when models infer the concern status from audio, represent it in text, and use it for next-action selection, the rate rises to 39.6%, close to 40.7% with the ground-truth state. This contrast, however, largely disappears under Explicit lexical feedback, where the concern is verbally mentioned in the utterance. Together, these results show that prosody matters when lexical evidence is insufficient, and that audio-capable LLMs can recover information from speech but do not reliably carry it into action without an explicit intermediate representation.
Chinese Translation
韵律线索能够传达与任务相关的信息,从而改变任务导向对话的轨迹和结果,即使所使用的词语保持不变。然而,现有的基准通常孤立地评估韵律感知、回应适宜性和任务导向对话,这使得测试韵律证据是否改变下游决策变得困难。我们提出了Hear2Act,这是一个针对文本和语音助手的统一评估协议,包含480个基于角色的场景、隐藏的用户关注点和客观可验证的结果。在每个场景中,我们保持任务和用户需求不变,同时变化相同的关注点是通过词语明确传达还是主要通过韵律传达,并在转录、音频和关注状态访问下评估决策。使用Hear2Act,我们评估了两个具备音频能力的大型语言模型。在韵律介导的反馈下,将音频添加到转录中使得平均最佳解决方案率仅从14.6%提高到15.3%。相比之下,当模型从音频中推断关注状态、将其表示为文本并用于下一步选择时,比例上升至39.6%,接近真实状态的40.7%。然而,在明确的词汇反馈下,即关注点在话语中被口头提及时,这种对比在很大程度上消失。综合这些结果表明,当词汇证据不足时,韵律是重要的,而具备音频能力的大型语言模型能够从语音中恢复信息,但在没有明确的中间表示时,无法可靠地将其转化为行动。
cs.CL / 17 / 2608.19526

Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)

使用大型语言模型和检索增强生成的金融新闻自动摘要:一项早期实证研究(2023年秋季)
Chandaliya, Pranav
Abstract
Stock market analysts and investors face a daily challenge: too much financial news, too little time. Manually reading and synthesizing hundreds of company-specific articles is impractical, yet missing key information can directly affect investment decisions. This project, conducted at George Washington University in Fall 2023, explores whether Large Language Models can automate this process reliably. We built a pipeline that pulls news articles from the News API, company background from Wikipedia, and stock price data from Yahoo Finance for ten major companies (AAPL, MSFT, GOOGL, AMZN, META, TSLA, JPM, NVDA, WMT, DIS). Because LLMs cannot directly process numerical tables, we developed a simple but effective template that converts stock data into natural language narratives. We then tested two summarization approaches (Summarize Chains and Retrieval-Augmented Generation with FAISS) across three open-source models (Falcon-7B-Instruct, DistilBART-CNN-12-6, BART-Large-XSum) for news, and GPT (text-davinci-003) for stock summaries. Falcon-7B with Summarize Chains gave the best results, covering all news events accurately and coherently. RAG, while promising in theory, caused severe repetition in Falcon and hallucinated facts in BART-Large when k was large. Both LLM-based approaches outperformed a simple Lead-3 baseline on ROUGE-1. We also built a Streamlit dashboard for interactive stock visualization. The work was done in Fall 2023, before RAG-based financial tools became widespread, and the failure modes we document, particularly hallucination under RAG in smaller models, remain relevant today.
Chinese Translation
股票市场分析师和投资者每天面临着一个挑战:金融新闻过多,时间却太少。手动阅读和综合数百篇公司特定的文章是不切实际的,但错过关键信息可能会直接影响投资决策。本项目在乔治华盛顿大学于2023年秋季进行,探讨大型语言模型(Large Language Models, LLMs)是否能够可靠地自动化这一过程。我们建立了一个管道,从新闻API提取新闻文章,从维基百科获取公司背景,并从雅虎财经获取十家主要公司的股票价格数据(AAPL, MSFT, GOOGL, AMZN, META, TSLA, JPM, NVDA, WMT, DIS)。由于LLMs无法直接处理数字表格,我们开发了一种简单但有效的模板,将股票数据转换为自然语言叙述。然后,我们在三种开源模型(Falcon-7B-Instruct, DistilBART-CNN-12-6, BART-Large-XSum)上测试了两种摘要方法(Summarize Chains和使用FAISS的检索增强生成),并使用GPT(text-davinci-003)进行股票摘要。使用Summarize Chains的Falcon-7B取得了最佳结果,准确且连贯地涵盖了所有新闻事件。尽管理论上RAG(Retrieval-Augmented Generation)具有潜力,但在k值较大时,Falcon出现了严重的重复,而BART-Large则产生了虚假信息。两种基于LLM的方法在ROUGE-1指标上均优于简单的Lead-3基线。我们还构建了一个Streamlit仪表板用于交互式股票可视化。该研究在2023年秋季完成,早于基于RAG的金融工具的广泛应用,我们记录的失败模式,特别是在较小模型中RAG下的虚假信息,至今仍然具有相关性。
cs.CL / 18 / 2608.19529

When Machines Speak: A Unified Generative Framework for Integrating Machine-Native Symbols into Pretrained Large Language Models

机器发声时:将机器本土符号整合到预训练大型语言模型中的统一生成框架
Yan, Su, Iyer, Rakesh
Abstract
Many real-world AI systems represent entities, behaviors, and structured information using discrete machine-native symbols rather than natural language. While these representations are compact and preserve task-relevant structure, they lie outside the linguistic token space of pretrained large language models (LLMs), creating a fundamental divide between language modeling and structured prediction. We introduce UniLang, a unified generative framework that bridges this divide by extending pretrained LLMs to treat machine-native symbols as first-class generative units alongside natural-language tokens. UniLang expands the LLM's vocabulary and embedding space with grounded machine-native representations, enabling textual and symbolic tokens to be jointly modeled and generated under a single autoregressive objective. This unified interface allows pretrained LLMs to directly operate on machine-native representations without requiring them to be verbalized as natural language or relying on task-specific architectures. We evaluate UniLang on two structurally distinct tasks, sequential recommendation and legal precedent prediction, spanning different domains and types of structured prediction. Across both tasks, UniLang consistently outperforms strong baselines, demonstrating a path toward extending pretrained LLMs beyond language and using them as a common generative modeling backbone for heterogeneous machine-native representations.
Chinese Translation
许多现实世界的人工智能系统使用离散的机器本土符号而非自然语言来表示实体、行为和结构化信息。尽管这些表示方式紧凑且保留了与任务相关的结构,但它们超出了预训练大型语言模型(LLMs)的语言标记空间,造成了语言建模与结构化预测之间的根本鸿沟。我们提出了UniLang,一个统一的生成框架,通过扩展预训练的LLMs,使其将机器本土符号视为与自然语言标记并列的第一类生成单元,从而弥合这一鸿沟。UniLang通过有根的机器本土表示扩展了LLM的词汇和嵌入空间,使文本和符号标记能够在单一的自回归目标下共同建模和生成。这个统一的接口使得预训练的LLMs能够直接在机器本土表示上操作,而无需将其转化为自然语言或依赖于特定任务的架构。我们在两个结构上截然不同的任务上评估了UniLang,分别是顺序推荐和法律先例预测,涵盖了不同领域和类型的结构化预测。在这两个任务中,UniLang始终优于强基线,展示了将预训练的LLMs扩展到语言之外的路径,并将其作为异构机器本土表示的共同生成建模基础。
cs.CL / 19 / 2608.19549

Generating Diverse Personas for User Simulators to Test Interview Dialogue Systems

为用户模拟器生成多样化角色以测试面试对话系统
Nakano, Mikio, Komatani, Kazunori, Takeuchi, Hironori
Abstract
This paper addresses the issue of the significant labor required to test interview dialogue systems. While interview dialogue systems are expected to be useful in various scenarios, like other dialogue systems, testing them with human users requires significant effort and cost. Therefore, testing with user simulators can be beneficial. Since most conventional user simulators have been primarily designed for training task-oriented dialogue systems, little attention has been paid to the personas of the simulated users. During development, testing interview dialogue systems requires simulating a wide range of user behaviors, but manually creating a large number of personas is labor-intensive. We propose a method that automatically generates personas for user simulators using a large language model. Furthermore, by assigning personality traits related to communication styles when generating personas, we aim to increase the diversity of communication styles in the user simulator. Experimental results show that the proposed method enables the user simulator to generate utterances with greater variation.
Chinese Translation
本文解决了测试面试对话系统所需的巨大劳动问题。尽管面试对话系统在各种场景中被期望具有实用性,但与其他对话系统一样,使用真实用户进行测试需要付出大量的努力和成本。因此,使用用户模拟器进行测试是有益的。由于大多数传统用户模拟器主要是为训练任务导向的对话系统而设计,因此对模拟用户的角色关注较少。在开发过程中,测试面试对话系统需要模拟广泛的用户行为,但手动创建大量角色是劳动密集型的。我们提出了一种使用大型语言模型自动生成用户模拟器角色的方法。此外,通过在生成角色时分配与沟通风格相关的人格特征,我们旨在增加用户模拟器中沟通风格的多样性。实验结果表明,所提出的方法使用户模拟器能够生成具有更大变异性的发言。
cs.CL / 20 / 2608.19558

Reliable Financial Named Entity Recognition under Domain Shift

域转移下可靠的金融命名实体识别
Zheng, Zihao, Li, Baichuan, Yao, Junyi, Long, Jiayu
Abstract
Financial AI systems often train information extractors on one textual register and deploy them across filings, news, and user-generated content, while standard F1 scores do not indicate which predictions remain safe to automate when the input distribution changes. We study confidence estimation and selective prediction for financial named entity recognition (NER) on a three-tier stress test spanning SEC filings, financial news, and general-topic social media as an extreme out-of-domain condition. We evaluate a BERT tagger and LoRA-tuned Qwen2.5-0.5B/1.5B models using five inference-time confidence signals, three training seeds, and bootstrap intervals. Confidence rankings themselves change under distribution shift: whole-output probability is the strongest in-domain error detector but deteriorates out of domain, whereas entity-span probability and self-consistency are more robust; self-consistency is also better calibrated without post-hoc fitting. Abstention reduces sentence error from 34.3% to below 2% on the highest-confidence 40% of in-domain inputs and remains useful on financial news, but recovers no usefully large clean subset under the extreme social-media shift. These results motivate a staged deployment strategy that detects severe distribution shift upstream before applying prediction-level confidence gating.
Chinese Translation
金融人工智能系统通常在一种文本类型上训练信息提取器,并将其应用于文件、新闻和用户生成的内容,而标准的F1分数并不能指示在输入分布变化时哪些预测仍然安全可自动化。我们研究了金融命名实体识别(NER)的置信度估计和选择性预测,在一个涵盖美国证券交易委员会(SEC)文件、金融新闻和一般主题社交媒体的三层压力测试中,作为极端的域外条件。我们评估了BERT标注器和LoRA调优的Qwen2.5-0.5B/1.5B模型,使用五种推理时的置信度信号、三个训练种子和自助区间。置信度排名在分布转移下本身发生变化:整体输出概率是最强的域内错误检测器,但在域外表现恶化,而实体跨度概率和自一致性则更为稳健;自一致性在没有事后拟合的情况下也更好地进行了校准。弃权将句子错误率从34.3%降低到在域内输入中最高置信度的40%以下,并在金融新闻中仍然有效,但在极端社交媒体转移下未能恢复出有用的大型干净子集。这些结果促使我们提出一种分阶段的部署策略,在应用预测级置信度门控之前,上游检测严重的分布转移。
cs.CL / 21 / 2608.19564

Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM Agents

记住、验证还是询问?大语言模型代理中的记忆承诺跨家族评估
Li, Baichuan, Yao, Junyi, Zheng, Zihao
Abstract
Persistent memory can personalize an LLM agent, but an incorrect durable update can silently distort future behavior. We study the memory-clarification boundary: whether interaction-derived information should be persisted, used only in the current context, re-verified, or clarified with the user. MCB contains 140 primary scenarios, split into 70 development and 70 held-out items, plus a separate 70-item contrast set. It evaluates both action labels and structured tool-call selection. Two non-authors independently label the 70 held-out primary and 70 contrast items (97.1% agreement, Cohen's kappa = 0.962); a blind third resolves four disagreements, replacing eight author labels by non-author majority. Across Claude and Qwen, models verify changing facts more reliably than they ask users to resolve ambiguity. Bare Qwen asks on 0/12 clarification items while verifying 12/18 freshness items. Few-shot prompting raises accuracy from 0.557 to 0.771 (paired delta = +0.214, Holm-adjusted exact McNemar p_H = 0.002), yet clarification recall remains 0.333. The policy prompt reduces erroneous persistence from 0.243 to 0.100 (p_H = 0.038), although its accuracy gain is not significant. Label-tool agreement is 57% for each Claude model and 23% for Qwen; Qwen accuracy falls from 0.557 to 0.343 (p_H = 0.047). Memory evaluation must test both stated decisions and tool-call choices.
Chinese Translation
持久记忆可以个性化大语言模型(LLM)代理,但不正确的持久更新可能会悄然扭曲未来的行为。我们研究了记忆澄清边界:交互产生的信息是否应该被保留,仅在当前上下文中使用,重新验证,或与用户澄清。记忆澄清边界(MCB)包含140个主要场景,分为70个开发项和70个保留项,以及一个单独的70项对比集。它评估了行动标签和结构化工具调用选择。两位非作者独立标注了70个保留的主要项和70个对比项(协议率为97.1%,Cohen's kappa = 0.962);一位盲审第三方解决了四个分歧,将八个作者标签替换为非作者的多数意见。在Claude和Qwen模型中,模型在验证变化事实方面比询问用户解决模糊性更可靠。裸Qwen在0/12个澄清项上进行询问,而在12/18个新鲜项上进行验证。少量示例提示将准确率从0.557提高到0.771(配对增量 = +0.214,Holm调整后的精确McNemar p_H = 0.002),然而澄清召回率仍为0.333。政策提示将错误持久性从0.243降低到0.100(p_H = 0.038),尽管其准确率提升并不显著。每个Claude模型的标签工具一致性为57%,而Qwen为23%;Qwen的准确率从0.557降至0.343(p_H = 0.047)。记忆评估必须测试所声明的决策和工具调用选择。
cs.CL / 22 / 2608.19611

Forking Fast: Efficiently Estimating Uncertainty Dynamics in Text Generation

快速分叉:高效估计文本生成中的不确定性动态
Bigelow, Eric, Zur, Amir, Grant, Satchel, Haklay, Tal, Rager, Can, Lewis, Owen, McGrath, Thomas, Merullo, Jack, Lubana, Ekdeep Singh, Geiger, Atticus
Abstract
LLM reasoning is stochastic, and so understanding a model requires grappling with the distribution of reasoning chains that it might produce for a given question, i.e., its uncertainty. Resampling-based analyses characterize this distribution, revealing which steps of a rollout determine how the model arrives at its answer. However, a major limitation of these approaches is that resampling text sequences at every token or sentence in a reasoning chain is very costly. Our work strives to make resampling analysis more computationally efficient, while also shedding light on an important scientific question: what is the right statistical model for explaining uncertainty dynamics in text generation? We show that when resampling many reasoning chains, uncertainty dynamics converge to stable patterns, and noise is largely an artifact of sampling rather than an LLM's sensitivity to each individual token or reasoning step. We develop a statistical model for smoothing noisy low-sample rollout data to better approximate high-sample data, allowing us to significantly cut sampling costs.
Chinese Translation
大型语言模型(LLM)的推理是随机的,因此理解一个模型需要处理它可能为给定问题产生的推理链的分布,即其不确定性。基于重采样的分析表征了这种分布,揭示了推理链中的哪些步骤决定了模型如何得出答案。然而,这些方法的一个主要限制是,在推理链的每个标记或句子上进行文本序列的重采样是非常昂贵的。我们的工作旨在提高重采样分析的计算效率,同时阐明一个重要的科学问题:什么是解释文本生成中不确定性动态的正确统计模型?我们展示了在重采样多个推理链时,不确定性动态趋向于稳定模式,而噪声在很大程度上是采样的伪影,而不是LLM对每个单独标记或推理步骤的敏感性。我们开发了一种统计模型,用于平滑噪声较大的低样本推理数据,以更好地近似高样本数据,从而显著降低采样成本。
cs.CL / 23 / 2608.19621

Mitigating Identity Essentialism in LLM Agents with Longitudinal Life Trajectories

通过纵向生活轨迹减轻大型语言模型代理中的身份本质主义
Wang, Hexi, Zhou, Yujia, Du, Bangde, Su, Weihang, Cao, Xinyuan, Pan, Qingyi, Ai, Qingyao, Wu, Yueyue, Zhang, Min, Liu, Yiqun
Abstract
Large language models (LLMs) offer a scalable approach to social simulation, but their credibility depends on how agents are constructed. Existing methods can partially reproduce population-level patterns, yet often fail to capture human-like diversity. Our analysis shows that static-profile agents exhibit stronger demographic separation and within-group compression than humans, a pattern consistent with identity essentialism: demographic labels can encourage models to treat group-average tendencies as individual traits, homogenizing responses within groups. We argue that this limitation arises from two related factors: sparse, static agent representations and the limited ability of prompt-only memory to persistently integrate experience. Inspired by complementary memory systems, we propose LifeMem, a longitudinal memory framework that combines structured life-event retrieval with agent-specific parametric memory for experience integration. Experiments on Add Health and Understanding Society with three LLMs show that LifeMem improves alignment with human data in terms of response distributions, overall and within-group diversity, and patterns of within-person response change across life stages. These findings highlight the value of longitudinal life-event memory for constructing more faithful and dynamically evolving social agents.
Chinese Translation
大型语言模型(LLMs)提供了一种可扩展的社会模拟方法,但其可信度取决于代理的构建方式。现有方法可以部分重现群体层面的模式,但往往无法捕捉到类人多样性。我们的分析表明,静态特征代理表现出比人类更强的群体间分离和群体内压缩,这一模式与身份本质主义一致:人口标签可能促使模型将群体平均倾向视为个体特征,从而使群体内的反应同质化。我们认为,这一局限性源于两个相关因素:稀疏的静态代理表示和仅依赖提示的记忆在持续整合经验方面的能力有限。受到互补记忆系统的启发,我们提出了LifeMem,一个纵向记忆框架,结合了结构化生活事件检索与特定代理的参数化记忆以整合经验。在Add Health和Understanding Society的实验中,使用三种LLM表明,LifeMem在响应分布、整体及群体内多样性以及跨生活阶段的个体响应变化模式方面提高了与人类数据的一致性。这些发现突显了纵向生活事件记忆在构建更真实和动态发展的社会代理中的价值。
cs.CL / 24 / 2608.19662

ReCache: Efficient KV Cache Reuse and Compression for Tool-Augmented LLM Agents

ReCache:用于工具增强的 LLM 代理的高效 KV 缓存重用与压缩
Fang, Yichu, Wei, Sitong, Hu, Haozhe, Shen, Xiaoyu
Abstract
Agentic language models repeatedly encode tool and skill schemas that recur across requests in different combinations and orders, preventing standard prefix caching from reusing their key--value (KV) states. We introduce \textbf{ReCache}, a framework for independently caching resource representations while reducing their inference-time computational and memory overhead. Resource-wise attention removes cross-resource interactions and assigns resource-local positions, producing composition-invariant KV blocks. ReCache then restricts resource visibility to contribution-selected layer--KV-head-group routes and retains only invocation-critical fields through structural and semantic pruning. We evaluate ReCache on a benchmark assembled from seven public tool- and skill-use datasets, including resource-disjoint tests. Resource-wise attention matches dense invocation performance (82.3\% versus 82.4\% Inv-F1) while providing a 3.655$\times$ time-to-first-token speedup. The complete framework reduces allocated KV-tensor memory by 92.43\% and accelerates attention by 1.423$\times$. These results show that separating reusable schema encoding from selective resource access substantially reduces agentic inference costs with limited effectiveness loss. The code is available at https://github.com/EIT-NLP/ReCache.
Chinese Translation
代理语言模型在不同请求中以不同组合和顺序反复编码工具和技能模式,这阻碍了标准前缀缓存重用其键值(KV)状态。我们提出了 extbf{ReCache},一个独立缓存资源表示的框架,同时减少其推理时的计算和内存开销。资源级注意力消除了跨资源交互,并分配了资源本地位置,生成组合不变的 KV 块。ReCache 然后限制资源可见性,仅保留通过结构和语义修剪选择的层-KV-头组路由中的重要字段。我们在一个由七个公共工具和技能使用数据集组装的基准上评估了 ReCache,包括资源不相交的测试。资源级注意力的性能与密集调用性能相匹配(82.3 ext{%} 对比 82.4 ext{%} Inv-F1),同时提供了 3.655$ imes$ 的首次令牌速度提升。完整框架将分配的 KV 张量内存减少了 92.43 ext{%},并加速了注意力机制 1.423$ imes$。这些结果表明,将可重用模式编码与选择性资源访问分离显著降低了代理推理成本,同时有效性损失有限。代码可在 https://github.com/EIT-NLP/ReCache 获取。
cs.CL / 25 / 2608.19670

The Asymmetric Harms of LLM Compression

大语言模型压缩的不对称危害
Wu, Yuan, Li, Mairui, Semenova, Lesia, Zhong, Chudi
Abstract
Large language models (LLMs) compression reduces deployment costs, but standard aggregate metrics like perplexity and accuracy often mask underlying behavioral shifts. In this work, we systematically evaluate 3 LLMs across 11 compression methods to investigate the effects of compression on knowledge retention, model confidence, and social bias. We find that compression disproportionately reduces the relative retention of head knowledge compared to tail knowledge. Furthermore, compressed models often remain substantially confident in their incorrect answers on newly lost knowledge. Finally, we demonstrate that stable aggregate bias scores can conceal substantial, opposing shifts in stereotypical preferences across demographic subgroups. Together, these findings reveal asymmetric behavioral changes that aggregate performance measures fail to capture, highlighting the need for granular evaluation of compressed models before deployment.
Chinese Translation
大语言模型(LLMs)压缩降低了部署成本,但标准的聚合指标如困惑度和准确率往往掩盖了潜在的行为变化。在本研究中,我们系统地评估了3个LLM在11种压缩方法下的表现,以探讨压缩对知识保留、模型信心和社会偏见的影响。我们发现,压缩相对减少了头部知识的保留,而尾部知识的保留相对较高。此外,压缩后的模型在对新丧失知识的错误答案上往往仍然保持相当的信心。最后,我们展示了稳定的聚合偏见分数可能掩盖了不同人口子群体之间在刻板偏好上的显著、对立的变化。综合这些发现揭示了聚合性能指标无法捕捉的不对称行为变化,强调了在部署前对压缩模型进行细致评估的必要性。
cs.CL / 26 / 2608.19726

Projector Is All You Train

投影器是你唯一需要训练的部分
Iskandar, Nyx, Selvan, Saathvik, Victoroff, Slater
Abstract
The typical training process of a multimodal large language model (MLLM) involves adapting both the language model backbone and the projector between the backbone and a modality-specific encoder. We ask whether fine-tuning the backbone of an MLLM is necessary to adapt it to a new modality. Through experiments on 3D MLLMs, we find that training only the projector is sufficient to achieve strong multimodal performance relative to existing baseline models and our jointly trained MLLMs with the same encoder and backbone. We also show that joint training leads to undesirable drift in existing capabilities of the language model, which projector-only training avoids by definition. Furthermore, projector-only training has approximately twice the training sample throughput of joint training. We validate our findings across different language model backbones via 3D classification and captioning benchmarks as well as standard benchmarks evaluating language, vision, and spatial reasoning capabilities.
Chinese Translation
多模态大型语言模型(MLLM)的典型训练过程涉及同时调整语言模型主干和主干与特定模态编码器之间的投影器。我们探讨了是否需要微调MLLM的主干以适应新的模态。通过对3D MLLM的实验,我们发现仅训练投影器就足以相对于现有基线模型和我们与相同编码器和主干共同训练的MLLM实现强大的多模态性能。我们还表明,联合训练会导致语言模型现有能力的不良漂移,而仅训练投影器则通过定义避免了这种情况。此外,仅训练投影器的训练样本吞吐量大约是联合训练的两倍。我们通过3D分类和字幕生成基准以及评估语言、视觉和空间推理能力的标准基准验证了我们的发现,涵盖了不同的语言模型主干。
cs.CL / 27 / 2608.19741

One Success Isn't Reliability: Thinkingbox, a Sandbox and Benchmark for Agents in Stateful Business Workflows

一次成功并不等于可靠性:Thinkingbox,一个用于状态业务工作流中代理的沙盒和基准测试
Li, Zhuochun, Ko, Youngmin, Keramati, Ali, Ferri, Nicola, Pelaez, Susana Palmaz Lopez, Tsai, Liang-Chun, Wang, Calvin, Milletari, Mirco, Kundu, Tuhin, Smolyakov, Vadim, Olafsson, Kjartan, Guy, Tommy
Abstract
Recent agent benchmarks increasingly ground evaluation in executable environments, from code repair to web navigation, app APIs, and function calling. Yet completing consequential work beyond code requires more than producing a plausible response or valid tool call: agents must gather missing information over multiple turns, follow domain policies, coordinate dependent tools, and realize the correct persistent state transition without collateral effects. In this paper, we introduce Thinkingbox, a sandbox for tool-agent-user interaction that provides isolated MCP-compatible tool sessions, complete execution traces, and outcome evaluation over terminal backend state. Built on this sandbox, Thinkingbox-bench contains 507 policy-conditioned workflows across numerous scenarios, including retail, hospitality, auto insurance, neobank internal IT, and consulting IT/HR support. Each attempt is evaluated by task-specific executable checks that accept valid trajectories while rejecting wrong, missing, or extra effects; designated tasks additionally check required properties of the final response. Across proprietary and open-weight models, the strongest achieves 65.36% pass@1, but only 25.25% pass^20. Moreover, many failed trials show clean termination and valid state-changing actions, showing that response or tool-call-level signals are not clear proxies for end-to-end task completion. Thinkingbox-bench reveals a large gap between occasionally finding a successful trajectory and reliably completing stateful business tasks. We release both Thinkingbox and Thinkingbox-Bench: https://github.com/microsoft/thinkingbox
Chinese Translation
近期的代理基准测试越来越多地将评估基础置于可执行环境中,从代码修复到网页导航、应用程序API和函数调用。然而,完成超越代码的重大工作需要的不仅仅是生成一个合理的响应或有效的工具调用:代理必须在多个回合中收集缺失的信息,遵循领域政策,协调依赖工具,并在没有附带影响的情况下实现正确的持久状态转换。本文介绍了Thinkingbox,这是一个用于工具-代理-用户交互的沙盒,提供隔离的与MCP兼容的工具会话、完整的执行跟踪和终端后端状态的结果评估。在这个沙盒的基础上,Thinkingbox-bench包含507个政策条件的工作流,涵盖零售、酒店、汽车保险、新银行内部IT和咨询IT/人力资源支持等多个场景。每次尝试都通过特定任务的可执行检查进行评估,这些检查接受有效的轨迹,同时拒绝错误、缺失或多余的效果;指定任务还检查最终响应所需的属性。在专有模型和开放权重模型中,最强的模型达到了65.36%的通过率@1,但仅有25.25%的通过率^20。此外,许多失败的试验显示出干净的终止和有效的状态改变动作,表明响应或工具调用级别的信号并不是端到端任务完成的明确代理。Thinkingbox-bench揭示了偶尔找到成功轨迹与可靠完成状态业务任务之间的巨大差距。我们发布了Thinkingbox和Thinkingbox-Bench: https://github.com/microsoft/thinkingbox
cs.CL / 28 / 2608.19746

PersonalBench: Measuring the Authorship Gap in LLM Personalization

PersonalBench:测量大型语言模型个性化中的作者差距
Sawant, Yash Ganpat
Abstract
Personalized text generation aims to make LLMs write in a specific individual's style, yet existing benchmarks measure task accuracy or preference alignment rather than whether the model's output actually resembles the target author's writing. We introduce PersonalBench, a benchmark that evaluates inference-time personalization methods through three independent lenses: LUAR (a trained authorship verification model), an LLM-as-judge, and automated stylometrics. Across 50 authors, 1,000 generations, and two model families (Qwen 3, GLM-4), we find that personalization methods do produce author-differentiated output (LUAR discriminates target authors within generated text at AUC=0.918) but this differentiation never crosses the human-LLM boundary. All methods achieve LUAR similarity to real authors in the range 0.484-0.508, below the cross-author human floor of 0.626 (ceiling 0.756). The LLM's own authorship fingerprint dominates: generated text is more distant from any human author than random humans are from each other. Methods are statistically indistinguishable from each other on LUAR (spread 0.024) despite appearing differentiated on the LLM judge, a discrepancy we trace to circularity between trait extraction and profile extraction. We validate that LUAR reliably measures authorship in our corpus (AUC=0.76 single-post, 0.96 multi-post). We release PersonalBench as a calibrated measuring stick: inference-time personalization modulates the LLM's style but does not bridge the gap to human authorship.
Chinese Translation
个性化文本生成旨在使大型语言模型(LLMs)以特定个体的风格进行写作,然而现有基准主要衡量任务准确性或偏好一致性,而非模型输出是否真正类似于目标作者的写作风格。我们引入了PersonalBench,一个通过三种独立视角评估推理时个性化方法的基准:LUAR(一个经过训练的作者身份验证模型)、LLM作为评判者,以及自动化风格计量学。在50位作者、1000次生成和两个模型系列(Qwen 3,GLM-4)的研究中,我们发现个性化方法确实产生了具有作者差异化的输出(LUAR在生成文本中区分目标作者的AUC为0.918),但这种差异化从未跨越人类与LLM之间的界限。所有方法在LUAR上的相似度范围为0.484-0.508,低于跨作者人类的下限0.626(上限0.756)。LLM自身的作者指纹占主导地位:生成的文本与任何人类作者的距离都大于随机人类之间的距离。尽管在LLM评判者上看似存在差异,所有方法在LUAR上的统计差异不显著(差异为0.024),我们将这一差异归因于特征提取与档案提取之间的循环性。我们验证了LUAR在我们的语料库中可靠地测量作者身份(单帖AUC=0.76,多帖AUC=0.96)。我们发布PersonalBench作为一个经过校准的测量工具:推理时的个性化调节了LLM的风格,但并未弥合与人类作者之间的差距。
cs.CL / 29 / 2608.19758

FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving

FlashPrefill V2:用于长上下文大语言模型服务的块稀疏预填充注意力
Fan, Qihang, Huang, Huaibo, Wu, Zhiying, Wang, Bingning, He, Ran
Abstract
Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic complexity of attention remains a critical bottleneck, particularly during the compute-intensive prefilling phase. Our previous work, FlashPrefill, mitigates this cost through instantaneous pattern discovery and max-based dynamic thresholding; however, it remains an algorithmic prototype that is still distant from production deployment. In this paper, we present FlashPrefill V2, which evolves FlashPrefill from a prototype toward practical long-context serving along three dimensions. First, we introduce a mean correction term that effectively suppresses the approximation error, keeping performance degradation manageable even at extreme sparsity levels. Second, we redesign the sparse attention operator with PackGQA memory access, warp specialization, and pingpong pipelining, fully aligning with the latest FlashAttention-3/4 implementations and supporting FP8 inference to meet practical quantization requirements. Third, FlashPrefill V2 natively supports paged KV cache and continuous batching, allowing integration as an attention backend in modern inference frameworks such as SGLang. Extensive evaluations on NVIDIA H20 GPUs---among the most widely deployed inference accelerators---demonstrate that FlashPrefill V2 delivers up to 47.26x and 27.19x speedups over FlashAttention-2 at 128K context length under FP8 and BF16 precision, respectively, and, in FP8, still achieves a 30.49x speedup against an FA3/4-aligned dense baseline.
Chinese Translation
长上下文建模是大语言模型的重要能力,但注意力的二次复杂性仍然是一个关键瓶颈,尤其是在计算密集的预填充阶段。我们之前的工作FlashPrefill通过瞬时模式发现和基于最大值的动态阈值来减轻这一成本;然而,它仍然是一个算法原型,距离生产部署仍有一定距离。在本文中,我们提出了FlashPrefill V2,旨在从原型向实用的长上下文服务演进,主要体现在三个方面。首先,我们引入了一个均值修正项,有效抑制了近似误差,即使在极端稀疏水平下也能保持性能下降在可控范围内。其次,我们重新设计了稀疏注意力算子,采用PackGQA内存访问、warp专门化和pingpong流水线,完全与最新的FlashAttention-3/4实现对齐,并支持FP8推理以满足实际量化要求。第三,FlashPrefill V2原生支持分页KV缓存和连续批处理,允许作为现代推理框架(如SGLang)中的注意力后端进行集成。在NVIDIA H20 GPU上进行的广泛评估——这是最广泛部署的推理加速器之一——表明,FlashPrefill V2在FP8和BF16精度下,在128K上下文长度下分别比FlashAttention-2实现高达47.26倍和27.19倍的加速,并且在FP8下仍然比与FA3/4对齐的稠密基线实现30.49倍的加速。
cs.CL / 30 / 2608.19799

SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?

SWE-bench科学:编码智能体能否解决科学中的工程任务?
Xu, Zhipeng, Lu, Jiahao, Zheng, Yining, Wang, Yuxin, Qiu, Xipeng
Abstract
Software increasingly functions as part of the scientific instrument itself, making failures in scientific code capable of compromising not only program behavior but also the evidence underlying scientific conclusions. Yet existing evaluations of coding agents largely emphasize aggregate task success, providing limited insight into why agents fail when repairing scientific software. We introduce \textbf{SWE-bench Science}, a repository-level benchmark for scientific software engineering comprising 119 tasks from 98 GitHub repositories across 20 scientific domains. Each task is organized into one of three paradigms: Issue-driven, Expert-exploratory, and Engineering-integration. Even the best-performing agent, \textbf{Claude Code with Opus-5 (max), achieves a pass@1 below 50\%}, highlighting the substantial challenges posed by scientific software engineering. We identify four recurring failure mechanisms: deficits in scientific knowledge or abstraction, misguided exploration or surface-level repair, incomplete repair coverage or system integration, and failures to generalize scientific knowledge beyond observed cases in our analysis. We further conduct a paired ablation that removes explicit scientific guidance while preserving the repository and executable engineering context. The results show that scientific knowledge is not uniformly beneficial: well-grounded information can constrain repair and improve average performance and token efficiency, whereas poorly aligned guidance can induce anchoring and does not necessarily improve exact repair success. Together, SWE-bench Science provides a broad testbed for studying both the capabilities and failure mechanisms of coding agents in scientific software engineering.
Chinese Translation
软件越来越多地作为科学仪器本身的一部分运行,使得科学代码中的故障不仅可能影响程序行为,还可能影响科学结论背后的证据。然而,现有的编码智能体评估主要强调整体任务成功率,提供了有限的洞察力来解释智能体在修复科学软件时失败的原因。我们引入了 extbf{SWE-bench Science},这是一个针对科学软件工程的库级基准,包含来自20个科学领域的98个GitHub库中的119个任务。每个任务被组织为三种范式之一:问题驱动、专家探索和工程整合。即使是表现最好的智能体 extbf{Claude Code with Opus-5 (max)},其通过率也低于50\%,突显了科学软件工程所带来的重大挑战。我们识别出四种反复出现的失败机制:科学知识或抽象的缺陷、误导性的探索或表层修复、修复覆盖或系统集成的不完整,以及在我们的分析中未能将科学知识推广到观察案例之外。我们进一步进行了一次配对消融实验,去除了显式的科学指导,同时保留了库和可执行的工程上下文。结果表明,科学知识并非总是有利:扎实的信息可以限制修复并提高平均性能和令牌效率,而不良对齐的指导可能导致锚定,并不一定提高精确修复的成功率。总之,SWE-bench Science为研究编码智能体在科学软件工程中的能力和失败机制提供了广泛的测试平台。
cs.CL / 31 / 2608.19800

LoRA-GA$^2$: Low Rank Adaptation with Multi-step Gradient Adaptive Alignment

LoRA-GA$^2$: 具有多步梯度自适应对齐的低秩适应
He, Haonan, Fan, Xinyue
Abstract
Low-Rank Adaptation (LoRA) is a prominent fine-tuning method for large models, achieving competitive performance with reduced memory overhead. However, a persistent performance gap remains between LoRA and full fine-tuning. Recent studies have sought to narrow this gap by employing one-step gradient approximations of pretrained weights to align LoRA updates with the principal directions or intrinsic dimensionalities of full fine-tuning updates. Nevertheless, these approaches fail to capture the full dynamics of the gradients. In this paper, we propose LoRA-GA$^2$, an effective fine-tuning algorithm that fully leverages multi-step gradient information. Specifically, we introduce a lightweight probe for multi-step gradients of pretrained weights that incurs no additional GPU memory cost and only marginal time overhead. We further employ a spectrum-aware, importance-based rank allocation and optimal initialization derived from multi-step gradients. Extensive experimental results demonstrate that LoRA-GA$^2$ consistently outperforms existing LoRA variants while preserving the efficiency advantages of vanilla LoRA. For instance, LoRA-GA$^2$ surpasses the leading baseline by an average of 0.66 points on the GLUE benchmark, and outperforms the strongest baseline by 1.03 points on GSM8K and 0.87 points on HumanEval, respectively.
Chinese Translation
低秩适应(LoRA)是一种突出的针对大模型的微调方法,能够在减少内存开销的同时实现竞争力的性能。然而,LoRA与完全微调之间仍然存在持续的性能差距。最近的研究试图通过采用预训练权重的一步梯度近似来缩小这一差距,以便将LoRA更新与完全微调更新的主要方向或内在维度对齐。然而,这些方法未能捕捉梯度的全部动态。在本文中,我们提出了LoRA-GA$^2$,一种有效的微调算法,充分利用多步梯度信息。具体而言,我们引入了一种轻量级探针,用于获取预训练权重的多步梯度,该探针不会增加额外的GPU内存成本,仅带来微小的时间开销。我们进一步采用了一种基于谱感知和重要性的秩分配方法,以及从多步梯度中推导出的最佳初始化。大量实验结果表明,LoRA-GA$^2$在保持原始LoRA效率优势的同时,始终优于现有的LoRA变体。例如,LoRA-GA$^2$在GLUE基准测试中平均超越领先基线0.66分,在GSM8K和HumanEval中分别超越最强基线1.03分和0.87分。
cs.CL / 32 / 2608.19802

Stopping and Routing LLM Judge Panels

停止与路由 LLM 评审小组
Zhu, Bin, Xie, Yi, Rao, Yanghui
Abstract
LLM evaluation pipelines often have many candidate judges: general LLM-as-a-judge prompts, reward models, safety classifiers, confidence variants, and task-specific verifiers. The deployment question is not only which judge is best, but which judges should be called, on which examples, and when panel construction should stop. We formulate judge-panel design as a role-conditioned allocation problem. From a small labeled audit set, declared slices, and judge costs, the method estimates target-relative roles: copies add no conditional information, complements improve the global panel, and specialists help only on slices. These roles induce a policy: drop copies, add complements globally, route specialists conditionally, and stop when validation gain falls below a threshold. Across reasoning, code, safety, preference, reward-model, summarization, and math audits, the method is compared with single judges, flat panels, matched diversity heuristics, full-call stacking, reliability juries, and frugal cascades. The result is a regime map for judge calls: route specialists on deployable slices, stop in saturated verifier regimes, keep broad ensembles when their risk benefit is worth the cost, and ignore conditional copies. The output is a reusable, auditable call plan for the next evaluation batch.
Chinese Translation
LLM 评估流程通常有许多候选评审者:通用的 LLM 作为评审者的提示、奖励模型、安全分类器、置信度变体和特定任务的验证者。部署问题不仅在于哪个评审者最好,还在于应该调用哪些评审者、在什么样的示例上以及何时停止小组构建。我们将评审小组设计形式化为一个角色条件分配问题。通过一个小的标记审计集、声明的切片和评审者成本,该方法估计目标相关角色:副本不增加任何条件信息,补充者改善全球小组,而专家仅在切片上提供帮助。这些角色引导出一个策略:丢弃副本,全球添加补充者,有条件地路由专家,并在验证增益低于阈值时停止。在推理、代码、安全性、偏好、奖励模型、摘要和数学审计中,该方法与单一评审者、平面小组、匹配多样性启发式、全调用堆叠、可靠性陪审团和节俭级联进行了比较。结果是一个评审调用的制度图:在可部署切片上路由专家,在饱和验证者制度中停止,当广泛的集合的风险收益值得成本时保持,并忽略条件副本。输出是一个可重用、可审计的调用计划,用于下一个评估批次。
cs.CL / 33 / 2608.19875

A knowledge-guided agentic framework for mitigating patient-context ambiguity in health queries

一种知识引导的代理框架,用于减轻健康查询中的患者背景模糊性
Abbasian, Mahyar, Farahani, Saba A., Ilaty, Arshia, Cao, Hung, Jain, Ramesh, Rahmani, Amir M.
Abstract
Patients often submit short, underspecified queries to healthcare chatbots that lack the patient-specific information needed to determine an appropriate response. Although these queries may be linguistically clear, they can support multiple plausible answers depending on undisclosed factors such as symptoms, diagnoses, medications, allergies, or dietary restrictions. A language model answering such a query directly may therefore rely on unsupported assumptions about the patient. We introduce a knowledge-guided agentic framework for mitigating patient-context ambiguity before final response generation. The framework operates between the patient and an otherwise unchanged downstream language model. It interprets the initial query, uses a task-specific knowledge graph to construct a set of plausible hypotheses, identifies the missing patient-context variables needed to distinguish among them, and asks targeted follow-up questions. The original query and the acquired context are then combined into a clarified prompt for the downstream model. We evaluated the framework across five language models using two controlled ambiguity-mitigation benchmarks: diagnosis retrieval from 1,034 symptom queries with clinically relevant evidence systematically masked, and dietary-safety classification from 487 queries with decisive health context omitted. The framework was compared with direct answering of the underspecified query and with rephrasing the same query without acquiring new patient information. In diagnosis retrieval, it increased overall exact Top-1 accuracy by at least 57.1 percentage points and selective exact Recall@5 by at least 77.7 percentage points across the five evaluated models compared with direct prompting. In dietary-safety classification, it improved accuracy across all five models and achieved the highest Matthews correlation coefficient for four...
Chinese Translation
患者经常向医疗聊天机器人提交简短且不明确的查询,这些查询缺乏确定适当响应所需的患者特定信息。尽管这些查询在语言上可能清晰,但根据未披露的因素(如症状、诊断、药物、过敏或饮食限制),它们可能支持多种合理的答案。因此,直接回答此类查询的语言模型可能依赖于对患者的无支持假设。我们提出了一种知识引导的代理框架,以在最终响应生成之前减轻患者背景的模糊性。该框架在患者与其他未改变的下游语言模型之间操作。它解释初始查询,使用特定任务的知识图谱构建一组合理的假设,识别区分这些假设所需的缺失患者背景变量,并提出针对性的后续问题。然后,将原始查询和获取的背景结合成一个澄清的提示,以供下游模型使用。我们在五个语言模型上评估了该框架,使用了两个受控的模糊性减轻基准:从1,034个症状查询中检索诊断,临床相关证据被系统性地屏蔽,以及从487个查询中进行饮食安全分类,决定性健康背景被省略。该框架与直接回答不明确查询的方式进行了比较,并与在未获取新患者信息的情况下重新表述相同查询进行了比较。在诊断检索中,与直接提示相比,它在五个评估模型中将整体准确的Top-1准确率提高了至少57.1个百分点,选择性准确率Recall@5提高了至少77.7个百分点。在饮食安全分类中,它在所有五个模型中提高了准确性,并在四个模型中达到了最高的马修斯相关系数。
cs.CL / 34 / 2608.19893

Interrupting the Loop: Periodic Subject Changes Raise Judged Surprise and Connection in Base Language Models

打断循环:周期性主题变化提高基础语言模型的判断惊讶感和连接感
Filho, Roberto I. Ono
Abstract
Where does the novelty a base language model produces with no task come from, and what can an LLM judge of a long stream actually see? We dismantle a cognitively inspired generation loop over 24 conditions on three base models. Most of its effect lives in one operation: a new subject injected every few hundred tokens (an interruption) into a stream whose literal repetition is damped (habituation). We judge windows of generated text only, with the premise as the unit (n=10) and a judge measured for repeatability, against a second judge family and against human readers. Under that protocol the interruption raises judged surprise by 1.2 to 1.4 points and connection by 0.8 over habituation alone. A connective that asks for continuity hurts; a bare paragraph break adds nothing detectable on fresh text; a reset context does at least as well as a kept one; and a pre-registered replication on new premises confirms the primary contrast. Three things the window judge could not see changed the first version of this study, and we think they are of general use. The judge scores the experimenter's injected sentence as the model's own. A fixed rotation of injected sentences makes the model replay its earlier segments from beyond the judge's horizon, and the judge scores the replay as surprise and connection (65-80% of post-interruption windows at periods 150-300). And the local gains do not compose: no arm produces an integrated document. The salience monitor, the in-loop judge, memory across interruptions and a judge-gated Review run with a gate that opens add nothing. On a problem with a verifier (online bin packing), the interruption multiplies valid, distinct candidate heuristics three- to fourfold without raising the quality of the best. We report an evaluation protocol for long generation and a controlled characterization of a simple intervention, not a mechanism of creativity.
Chinese Translation
基础语言模型在没有特定任务的情况下所产生的新颖性源自何处?一个大型语言模型(LLM)在长时间流中实际上能看到什么?我们在三个基础模型上对24种条件进行了认知启发的生成循环的拆解。其大部分效果源于一个操作:每几百个标记注入一个新主题(即打断),以减弱字面重复的流(习惯化)。我们仅评估生成文本的窗口,以前提作为单位(n=10),并测量评估者的重复性,与第二个评估者群体及人类读者进行比较。在该协议下,打断使得判断的惊讶感提高了1.2到1.4分,连接感提高了0.8,相较于仅习惯化的情况。要求连续性的连接词会产生负面影响;简单的段落分隔对新文本没有可检测的增益;重置上下文的效果至少与保持上下文一样好;在新前提下的预注册复制确认了主要对比。窗口评估者未能看到的三件事改变了本研究的初始版本,我们认为它们具有普遍适用性。评估者将实验者注入的句子视为模型自己的句子。固定旋转的注入句子使模型重播其早期片段,超出评估者的视野,而评估者将重播视为惊讶和连接(在150-300周期的打断后窗口中占65-80%)。而局部增益并不组合:没有任何部分生成一个综合文档。显著性监测器、循环内评估者、跨打断的记忆以及一个带有开启门的评估者引导的复审运行均没有增益。在一个有验证者的问题(在线二进制打包)中,打断使有效、独特的候选启发式增加了三到四倍,而没有提高最佳质量。我们报告了一个长生成的评估协议和对简单干预的控制特征描述,而不是创造力的机制。
cs.CL / 35 / 2608.19920

Learning how to Forget: Fine-tuning for Long-Context Sparse Attention

学习如何遗忘:长上下文稀疏注意力的微调
Seeger, Matthias, Zhang, Zeyu, Patil, Vihang, Benidis, Konstantinos, Schelter, Sebastian
Abstract
A lot of prior work addressed key-value (KV) cache selection and compression by sparse attention to enable long-context inference for transformer language models without excessive hardware budgets. We provide a new method for fine-tuning models with sparse attention. It works for any KV cache policy, runs on a moderate hardware budget (e.g., a single Nvidia A100 GPU with 40 GB RAM), and allows the model to co-adapt with the policy, often outperforming models trained with exact attention (sequence parallelism). We also provide an efficient implementation of H2O sparse attention (the leading policy in our experiments) with dedicated scaled dot product attention kernel support. KeysAndValues (https://github.com/awslabs/keys_values), a new open source library for long-context inference and fine-tuning, provides easy-to-use and performant code for all methods discussed here.
Chinese Translation
许多先前的研究通过稀疏注意力解决了键值(KV)缓存选择和压缩的问题,以便在不超出硬件预算的情况下实现变换器语言模型的长上下文推理。我们提供了一种新的稀疏注意力模型微调方法。该方法适用于任何KV缓存策略,在适度的硬件预算下运行(例如,单个Nvidia A100 GPU,配备40 GB内存),并允许模型与策略共同适应,通常优于使用精确注意力(序列并行)训练的模型。我们还提供了H2O稀疏注意力的高效实现(在我们的实验中是领先的策略),并支持专用的缩放点积注意力内核。KeysAndValues(https://github.com/awslabs/keys_values)是一个新的开源库,用于长上下文推理和微调,提供了易于使用且高效的代码,涵盖了这里讨论的所有方法。
cs.CL / 36 / 2608.19942

Dynamic Gated Cross-Modal Fusion with Sarcastic-aware Contrastive Regularization for Multimodal Sarcasm Detection

基于动态门控跨模态融合与讽刺感知对比正则化的多模态讽刺检测
Guo, Hao, Huang, Subin, Chen, Junjie, Geng, Zhifa, Liu, Sanmin, Kong, Chao
Abstract
Multimodal sarcasm detection aims to identify sarcastic intent from multimodal content, where inconsistencies between literal meaning and contextual cues often signal irony. This task has attracted increasing research attention. However, accurate detection remains challenging due to instance-dependent modality contributions and misleading semantic consistency, where surface-level alignment masks underlying contradictory intent. Existing methods often rely on fixed fusion strategies and treat sarcasm as generic cross-modal mismatch, limiting their ability to capture subtle sarcasm cues and instance-specific modality interactions. To address these challenges, we propose a novel MSD framework that integrates Dynamic Gated Cross-Modal Fusion with Sarcastic-aware Contrastive Regularization (SaCR). Specifically, a bidirectional gated interaction module performs cross-modal feature filtering and adaptively calibrates textual and visual contributions at the instance level. A dynamic fusion gate further balances modality importance to generate more robust multimodal representations. Furthermore, SaCR is introduced as a label-aware contrastive regularization objective that encourages semantic consistency for non-sarcastic samples while suppressing misleading consistency in sarcastic cases. The proposed framework is trained end-to-end with a multi-objective learning strategy that jointly optimizes multimodal classification and auxiliary unimodal supervision. Extensive experiments on MMSD and MMSD2.0 demonstrate that the proposed method consistently outperforms strong baselines.
Chinese Translation
多模态讽刺检测旨在从多模态内容中识别讽刺意图,其中字面意义与上下文线索之间的不一致性通常暗示着讽刺。这一任务引起了越来越多的研究关注。然而,由于实例依赖的模态贡献和误导性的语义一致性,准确检测仍然具有挑战性,其中表面层次的对齐掩盖了潜在的矛盾意图。现有方法通常依赖于固定的融合策略,将讽刺视为通用的跨模态不匹配,限制了它们捕捉细微讽刺线索和实例特定模态交互的能力。为了解决这些挑战,我们提出了一种新颖的多模态讽刺检测框架,集成了动态门控跨模态融合与讽刺感知对比正则化(SaCR)。具体而言,一个双向门控交互模块执行跨模态特征过滤,并在实例级别上自适应校准文本和视觉贡献。动态融合门进一步平衡模态重要性,以生成更强健的多模态表示。此外,SaCR作为一种标签感知的对比正则化目标,鼓励非讽刺样本的语义一致性,同时抑制讽刺案例中的误导性一致性。所提出的框架采用端到端训练,采用多目标学习策略,联合优化多模态分类和辅助单模态监督。在MMSD和MMSD2.0上的大量实验表明,所提出的方法在性能上始终优于强基线。
cs.CL / 37 / 2608.19957

Natural Language Code Retrieval for 1C:Enterprise: An Open Benchmark and Efficient Bi-Encoder

1C:Enterprise的自然语言代码检索:一个开放基准和高效的双编码器
Chesnokov, Konstantin, Mingazov, Chingiz
Abstract
Natural language code retrieval is a rapidly evolving task in computer science. However, the 1C:Enterprise ecosystem combines Russian syntax with highly domain-specific terminology, for which open datasets and specialized models have been virtually non-existent. We present a comprehensive pipeline for 1C code retrieval: an open benchmark of 3,413 real-world, PII-scrubbed query-code pairs, a reproducible evaluation harness, and a specialized bi-encoder. To overcome scarce labeled data, we fine-tune on 784,057 synthetic triplets generated by google/gemma-4-26B-A4B-it from public code repositories, using Matryoshka Representation Learning (MRL) and a privacy-aware tokenizer. Because the benchmark subsets differ in size, we report balanced-subset macro, query-weighted micro, and forum-only results. Our model reaches 0.5992 balanced macro nDCG@10, 0.5044 micro, and 0.4617 on forum, versus 0.4932 macro for the baseline architecture and 0.5404 for google/embeddinggemma-300m. Removing every benchmark example flagged by the conservative exact/13-gram overlap audit leaves 0.6011 balanced macro (0.5010 micro), indicating that detected train-benchmark overlap does not explain the headline result. MRL truncation to 256 dimensions preserves 99.9% of retrieval quality while reducing dense-index storage and exact similarity arithmetic by a factor of three.
Chinese Translation
自然语言代码检索是计算机科学中快速发展的任务。然而,1C:Enterprise生态系统结合了俄语语法和高度特定领域的术语,几乎没有开放数据集和专门模型可供使用。我们提出了一个全面的1C代码检索管道:一个包含3,413个真实世界、经过个人身份信息(PII)清洗的查询-代码对的开放基准,一个可重复的评估工具,以及一个专门的双编码器。为了克服标注数据稀缺的问题,我们在由google/gemma-4-26B-A4B-it从公共代码库生成的784,057个合成三元组上进行了微调,使用了马特ryoshka表示学习(Matryoshka Representation Learning, MRL)和一个隐私保护的分词器。由于基准子集的大小不同,我们报告了平衡子集宏观、查询加权微观和仅论坛结果。我们的模型达到了0.5992的平衡宏观nDCG@10,0.5044的微观结果,以及0.4617的论坛结果,而基线架构的宏观结果为0.4932,google/embeddinggemma-300m为0.5404。去除每个被保守的精确/13-gram重叠审计标记的基准示例后,平衡宏观结果为0.6011(微观为0.5010),表明检测到的训练-基准重叠并不能解释主要结果。将MRL截断到256维度可以保留99.9%的检索质量,同时将稠密索引存储和精确相似度计算减少了三倍。
cs.CL / 38 / 2608.19971

Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction

通过迭代代理修正实现稳健的不完整多模态情感分析
Geng, Zhifa, Huang, Subin, Guo, Hao, Chen, Junjie, Liu, Sanmin, Kong, Chao
Abstract
Multimodal sentiment analysis aims to infer affective states by integrating language, visual, and acoustic cues. However, real-world multimodal inputs are often incomplete or corrupted, which can weaken cross-modal complementarity and introduce misleading information into downstream fusion. Existing proxy-based methods for incomplete MSA commonly rely on one-shot proxy construction to compensate for degraded language information, but the generated proxy may be coarse or unreliable at initialization. Prematurely injecting such a proxy into multimodal reasoning can propagate initial errors and compromise sentiment prediction. To address this limitation, we propose an iterative proxy correction framework for robust incomplete MSA. Our method constructs a language-oriented proxy from non-language modalities and progressively refines it under multimodal context through gated residual correction. The corrected proxy is then adaptively fused with the observed language representation according to an estimated language reliability score, allowing the model to balance proxy-based compensation and trustworthy linguistic evidence. In addition, we introduce a stage-wise latent correction objective that uses the complete language representation as a training-time semantic anchor to stabilize the proxy refinement trajectory. Extensive experiments on MOSI, MOSEI, and SIMS under diverse missing-modality settings demonstrate that the proposed framework consistently outperforms competitive baselines and achieves robust sentiment prediction under incomplete inputs.
Chinese Translation
多模态情感分析旨在通过整合语言、视觉和声学线索来推断情感状态。然而,现实世界中的多模态输入往往是不完整或受到损坏的,这可能削弱跨模态的互补性,并将误导性信息引入下游融合。现有的基于代理的不完整多模态情感分析(MSA)方法通常依赖一次性代理构建来补偿退化的语言信息,但生成的代理在初始化时可能粗糙或不可靠。过早地将这样的代理注入多模态推理可能会传播初始错误并影响情感预测。为了解决这一限制,我们提出了一种迭代代理修正框架,以实现稳健的不完整多模态情感分析。我们的方法从非语言模态构建一个面向语言的代理,并通过门控残差修正在多模态上下文中逐步优化它。然后,根据估计的语言可靠性得分,将修正后的代理自适应地与观察到的语言表示融合,使模型能够平衡基于代理的补偿和可信的语言证据。此外,我们引入了一种阶段性潜在修正目标,利用完整的语言表示作为训练时的语义锚点,以稳定代理修正轨迹。在不同缺失模态设置下对MOSI、MOSEI和SIMS的广泛实验表明,所提出的框架始终优于竞争基线,并在不完整输入下实现稳健的情感预测。
cs.CL / 39 / 2608.19981

HealMed: Multilingual Evaluation of Large Language Models in Medicine

HealMed:医学领域大型语言模型的多语言评估
Chen, Yingjian, Gao, Fan, Tong, Sherry T., Zhang, Haoyu, Feng, Aosong, Jin, Kevin W., Wu, Xing, Lu, Jinghui, Samad, Abdul, Faruqi, Akbar, Caraballo, Cesar, Brandão, Cibele, Dhruva, Gupta, Jeon, Eunji, Madera-Santiago, Gabriel, Lee, Geon, Itikawa, Hugo Toshio, Cho, Insook, Martins, Isabelli, Siddique, Isarar, Ahmed, Israr, Kwak, Jihyo, Veerakanjana, Kanyakorn, Cardoso, Luis Guilherme, Kim, Minjin, Ittichaiwong, Piyalitt, Dua, Renee, Gudiño-Rosales, Santiago, Chen, Xiujie, Lapalus, Zeo, Xu, Zixin, Yasunaga, Michihiro, Ying, Rex, Lim, Heuiseok, Kang, Jaewoo, Park, Chanjun, Jiang, Hang, Goh, Ethan, Kim, Hyunjae, Marrese-Taylor, Edison, Iwasawa, Yusuke, Matsuo, Yutaka, Chen, Qingyu, Li, Irene
Abstract
We present HealMed, an expert-reviewed benchmark for multilingual evaluation of large language models in medicine. HealMed contains 1,000 examples in each of nine languages, drawn from nine datasets and covering three task formats: MCQA, NLI and open-ended QA. The benchmark was developed over two years by 23 physicians and medical experts based across nine countries and regions. Each translation was evaluated and revised by two experts fluent in English and the corresponding target language. On HealMed, performance declined most in low-resource languages, although the size of the gap varied markedly across languages and models. The strongest proprietary models were the most stable across languages, whereas many open-source and medically specialized models showed larger and less consistent gaps. Medical specialization alone did not ensure multilingual robustness. Furthermore, expert revision could either raise or lower measured performance, indicating that translation quality materially affects cross-language evaluation results.
Chinese Translation
我们提出了HealMed,这是一个经过专家审查的基准,用于对医学领域大型语言模型进行多语言评估。HealMed包含来自九个数据集的每种语言1,000个示例,涵盖三种任务格式:多项选择问答(MCQA)、自然语言推理(NLI)和开放式问答(QA)。该基准由来自九个国家和地区的23名医生和医学专家在两年内开发完成。每个翻译均由两位精通英语及相应目标语言的专家进行评估和修订。在HealMed上,低资源语言的表现下降最为明显,尽管不同语言和模型之间的差距大小差异显著。最强的专有模型在各语言间表现最为稳定,而许多开源和医学专业模型则显示出更大且不一致的差距。医学专业化本身并未确保多语言的稳健性。此外,专家的修订可能会提高或降低测得的表现,表明翻译质量对跨语言评估结果有实质性影响。
cs.CL / 40 / 2608.20047

Auditing Cross-Lingual Fairness in Language Model Watermarking

审计语言模型水印中的跨语言公平性
Nemecek, Alexander, Zafar, Osama, Ganguly, Debargha, Singh, Vikash, Chaudhary, Vipin, Ayday, Erman
Abstract
Watermarking schemes for large language model output are evaluated almost exclusively on English text using each scheme's detection threshold and a narrow set of quality measurements. Multilingual deployment exposes evaluation-design choices that are inconsequential on English but determine conclusions cross-lingually. We propose an evaluation framework with four components: detection thresholds calibrated empirically per deployment context, a threshold-independent companion measurement that distinguishes calibration failures from detection failures, three disjoint quality measurement paradigms (distributional, paired-semantic, and reference-perplexity), and a generalized-entropy decomposition of cross-language disparity over a typological family partition. Applied to six watermarking schemes, three open-weight generators, eleven languages spanning four scripts and eight typological families, and both base and instruction-tuned regimes, the framework reveals failure modes that single-language single-paradigm evaluation cannot surface. Across detection and quality, observed disparity is predominantly between-family on the typological partition, indicating that cross-lingual fairness gaps in watermarking are structural to language properties rather than idiosyncratic to particular languages.
Chinese Translation
大型语言模型输出的水印方案几乎仅在英语文本上进行评估,使用每个方案的检测阈值和一组狭窄的质量测量。多语言部署暴露出评估设计选择,这些选择在英语中并不重要,但在跨语言的结论中却至关重要。我们提出了一个包含四个组件的评估框架:根据每个部署上下文经验校准的检测阈值、一个与阈值无关的伴随测量,用于区分校准失败和检测失败、三种不重叠的质量测量范式(分布性、配对语义和参考困惑度),以及对跨语言差异的广义熵分解,基于类型学家族划分。该框架应用于六种水印方案、三种开放权重生成器、涵盖四种书写系统和八个类型学家族的十一种语言,以及基础和指令调优两种模式,揭示了单语言单范式评估无法发现的失败模式。在检测和质量方面,观察到的差异主要在类型学划分的家族之间,表明水印中的跨语言公平性差距是语言属性的结构性问题,而非特定语言的特例。
cs.CL / 41 / 2608.20083

SABET-QA: Temporal Knowledge Graph Question Answering

SABET-QA:时间知识图谱问答
Touayouch, Brahim, Moawad, Mirette, Akulov, Dmitry
Abstract
Question Answering over Temporal Knowledge Graphs (TKGQA) requires reasoning over time-sensitive facts, yet existing embedding-based methods struggle with multi-step queries due to single-pass reasoning pipelines. We propose SABET-QA, a framework that iteratively refines reasoning states across multiple hops via a bidirectional entity-temporal scoring mechanism and a slot-aware contextualization module that aligns question semantics with temporal KG embeddings. A differentiable working memory enables progressive hypothesis refinement, while auxiliary temporal boundaries serve as coarse supervision when available. Experiments on CronQuestions, Complex-CronQuestions, MultiTQ, and TimeQuestions demonstrate consistent improvements over strong baselines, particularly on complex multi-step temporal queries.
Chinese Translation
基于时间知识图谱的问答(TKGQA)需要对时间敏感的事实进行推理,但现有的基于嵌入的方法由于单次推理流程在多步查询上表现不佳。我们提出了SABET-QA,一个通过双向实体-时间评分机制和一个槽位感知上下文化模块迭代地细化推理状态的框架,该模块将问题语义与时间知识图谱嵌入对齐。一个可微分的工作记忆使得渐进的假设细化成为可能,而辅助的时间边界在可用时提供粗略的监督。在CronQuestions、Complex-CronQuestions、MultiTQ和TimeQuestions上的实验表明,相较于强基线,SABET-QA在复杂多步时间查询上表现出一致的提升。
cs.CL / 42 / 2608.20106

OenoBench: A Wine-Domain Benchmark for Knowledge-Grounded Evaluation of Large Language Models

OenoBench:一个用于知识基础评估大型语言模型的葡萄酒领域基准
Khudov, Nikita
Abstract
We introduce OenoBench, a wine-domain knowledge benchmark of 3,266 multiple-choice questions across six pillars (regions, grape varieties, viticulture, winemaking, producers, business) and four difficulty tiers. The corpus is built from 38,104 atomic, source-anchored facts extracted by 35 provenance-verified scrapers from government registries (INAO, TTB, OIV), peer-reviewed journals, and Wikipedia/Wikidata. Our methodological contribution is an LLM-driven pipeline in which language models reformat verified facts and audit the result, but never serve as the source of truth: every claim traces to a URL, every question is generated by one of five strategies across five generator families, and every question is scored by a nine-agent audit calibrated against a human gold sheet via Cohen's $\kappa$. Evaluating sixteen frontier configurations, we find: (i) overall accuracy spans 53%-84%, led by o3 at 83.6%; (ii) reasoning-mode lift concentrates in DeepSeek R1 (+6.8pp) and is absent in Claude Opus and Gemini Pro; (iii) Anthropic shows +9pp self preference on its own questions while Google shows -8pp inverse preference; (iv) frontier open-weight models share the cost-vs-accuracy Pareto frontier with proprietary reasoning models; and (v) every config gains around 33pp on closed-book solvable items, revealing a parametric-recall ceiling that only the contextual slice avoids. We release corpus, audit findings, human-review app, and construction code under CC-BY-SA-4.0.
Chinese Translation
我们介绍了OenoBench,这是一个葡萄酒领域的知识基准,包含3,266个多项选择题,涵盖六个支柱(地区、葡萄品种、葡萄栽培、酿酒、生产者、商业)和四个难度等级。该语料库由35个经过来源验证的抓取工具从政府注册机构(INAO、TTB、OIV)、同行评审期刊以及维基百科/Wikidata中提取的38,104个原子、源锚定的事实构建而成。我们的方法论贡献是一个基于大型语言模型(LLM)的流程,其中语言模型重新格式化经过验证的事实并审核结果,但从不作为真相来源:每个声明都追溯到一个URL,每个问题由五种策略中的一种生成,跨越五个生成器家族,每个问题由九个代理审核,审核结果通过Cohen的κ与人工金标准进行校准。评估十六个前沿配置,我们发现:(i)整体准确率在53%-84%之间,以o3的83.6%领先;(ii)推理模式提升集中在DeepSeek R1(+6.8个百分点),而Claude Opus和Gemini Pro则没有提升;(iii)Anthropic在其自身问题上显示出+9个百分点的自我偏好,而Google则显示出-8个百分点的反向偏好;(iv)前沿开放权重模型与专有推理模型共享成本与准确率的帕累托前沿;(v)每个配置在闭卷可解项目上获得约33个百分点的提升,揭示了只有上下文切片能够避免的参数召回上限。我们根据CC-BY-SA-4.0协议发布语料库、审核结果、人类评审应用和构建代码。
cs.CL / 43 / 2608.20116

When Text and Numbers Disagree: Evidence Arbitration in Large Language Models

当文本与数字不一致时:大型语言模型中的证据仲裁
Carletti, Mattia, Phillips, Edward, Gustafsson, Fredrik K., Palo, Patitapaban, Clifton, Lei, Belgrave, Danielle, Gu, Xiao, Clifton, David A.
Abstract
Large language models (LLMs) are increasingly used in settings where textual summaries, numerical observations, and external tool outputs may provide conflicting evidence. We study how LLMs arbitrate between such sources when they support opposing decisions. To do so, we introduce a controlled synthetic benchmark in which latent risk trajectories generate both numerical time series and natural language summaries, allowing us to construct conflicts where exactly one evidence source is aligned with the ground-truth label. This design lets us independently manipulate modality, temporal recency, source reliability, and evidence provenance. Across open-weight instruction-tuned models, we find that arbitration behaviour is systematic rather than random: models exhibit distinct text-versus-number preferences, follow temporal recency more consistently than explicit reliability cues, and can over-rely on external forecasts even when they conflict with direct contextual evidence. These results suggest that current LLMs often rely on heuristic arbitration strategies when integrating heterogeneous evidence, highlighting a failure mode for tool-augmented decision systems.
Chinese Translation
大型语言模型(LLMs)在文本摘要、数值观察和外部工具输出可能提供相互矛盾的证据的场景中被越来越多地使用。我们研究了LLMs在支持相对立决策时如何在这些来源之间进行仲裁。为此,我们引入了一个受控的合成基准,其中潜在风险轨迹生成数值时间序列和自然语言摘要,使我们能够构建冲突场景,其中恰好一个证据来源与真实标签一致。该设计使我们能够独立操控模态、时间近期性、来源可靠性和证据来源。通过开放权重的指令调优模型,我们发现仲裁行为是系统性的而非随机的:模型表现出明显的文本与数字偏好,更一致地遵循时间近期性而非明确的可靠性线索,并且即使在与直接上下文证据相矛盾时也可能过度依赖外部预测。这些结果表明,当前的LLMs在整合异构证据时往往依赖启发式仲裁策略,突显了工具增强决策系统的一种失效模式。
cs.CL / 44 / 2608.20153

FormalTCS: Benchmarking End-to-End Frontier Formal Theoretical Computer Science Research of Large Language Models

FormalTCS:大型语言模型在前沿形式理论计算机科学研究中的端到端基准测试
Wang, Dingzirui, Zhang, Xuanliang, Xu, Keyan, Zhu, Qingfu, Che, Wanxiang
Abstract
Large language models (LLMs) have shown growing potential for automated theoretical computer science (TCS) research, yet existing benchmarks remain far from realistic research settings. We introduce \ourbenchmark, an expert-validated benchmark for evaluating LLMs on frontier, end-to-end TCS research. \ourbenchmark contains $175$ instances drawn from papers accepted to STOC, FOCS, SODA, and COLT in 2025-2026, preserving paper-specific definitions, assumptions, and proof dependencies, with expert-verified Lean formalizations and proofs. Evaluations of leading LLMs reveal that current models remain far from reliably completing the full research pipeline. In particular, autoformalization is the sharpest bottleneck: the best model achieves only $11.5$ on translating natural-language claims into formal theorem statements, compared with $28.6$ Pass@8 when proving human-provided formal statements. Building on \ourbenchmark, we further develop an automated TCS research framework that generates, formalizes, filters, and proves new claims. Of $64$ generated claims, only $6$ ultimately pass expert evaluation and proof verification, indicating that beyond formalization, limited research taste remains another major barrier to autonomous TCS research.
Chinese Translation
大型语言模型(LLMs)在自动化理论计算机科学(TCS)研究中展现出日益增长的潜力,但现有基准测试仍远未达到现实研究环境的要求。我们介绍了 hebenchmark,这是一个经过专家验证的基准,用于评估LLMs在前沿端到端TCS研究中的表现。 hebenchmark包含175个实例,来源于2025-2026年接受的STOC、FOCS、SODA和COLT论文,保留了论文特定的定义、假设和证明依赖关系,并附有专家验证的Lean形式化和证明。对领先LLMs的评估显示,当前模型在可靠完成整个研究流程方面仍然相距甚远。特别是,自动形式化是最严重的瓶颈:最佳模型在将自然语言声明翻译为形式定理陈述时仅获得11.5的分数,而在证明人类提供的形式声明时则获得28.6的Pass@8。基于 hebenchmark,我们进一步开发了一个自动化的TCS研究框架,能够生成、形式化、筛选和证明新的声明。在生成的64个声明中,仅有6个最终通过了专家评估和证明验证,这表明除了形式化之外,有限的研究品味仍然是自主TCS研究的另一个主要障碍。
cs.CL / 45 / 2608.20169

Task-CoEvolve: Efficient Harness Optimization via Adaptive Validation Task Selection

任务共进化:通过自适应验证任务选择实现高效的代理优化
Miyai, Atsuyuki, Aizawa, Kiyoharu, Yamasaki, Toshihiko
Abstract
We present a novel approach to efficient LLM agent harness optimization through adaptive validation task selection. Harness optimization iteratively rewrites the harness code based on validation performance, enabling substantial performance gains without updating the underlying model weights. Existing approaches, however, evaluate a fixed validation set in full at every iteration, incurring substantial evaluation costs even on tasks that become less discriminative as the harness evolves. We propose $\textbf{Task-CoEvolve}$, which co-evolves the validation tasks with the harness by addressing two challenges: selecting informative tasks and estimating full-set performance from partial evaluations. Task-CoEvolve builds on the observation that tasks on which candidate harnesses disagree are more informative for distinguishing among them than tasks that are consistently solved or failed. It uses variance-weighted sampling based on past outcomes to focus evaluation on tasks near the agent's capability frontier, with the sampling distribution adapting as the harness evolves. It then estimates full-set scores from the sampled tasks by accounting for their sampling probabilities, enabling consistent comparisons across iterations despite evaluating different subsets. Experiments on online text classification and Terminal-Bench 2.1 show that Task-CoEvolve consistently outperforms fixed-subset baselines and matches the final performance of full-set search while reducing the number of evaluations during optimization by 80%. Code will be released at https://github.com/Agent4Science-UTokyo/Task-CoEvolve.
Chinese Translation
我们提出了一种通过自适应验证任务选择实现高效大规模语言模型(LLM)代理优化的新方法。代理优化通过基于验证性能迭代重写代理代码,使得在不更新基础模型权重的情况下实现显著的性能提升。然而,现有方法在每次迭代中都对固定的验证集进行全面评估,即使在代理演变过程中某些任务变得不那么具区分性时,也会产生可观的评估成本。我们提出了$ extbf{Task-CoEvolve}$,它通过解决两个挑战来与代理共同进化验证任务:选择信息丰富的任务和从部分评估中估计全集性能。Task-CoEvolve基于一个观察,即候选代理在其上存在分歧的任务比那些始终被解决或失败的任务更具信息性。它利用基于过去结果的方差加权抽样,重点评估接近代理能力边界的任务,并随着代理的演变而调整抽样分布。然后,它通过考虑任务的抽样概率来从抽样任务中估计全集得分,从而在不同迭代中实现一致的比较,尽管评估的是不同的子集。在在线文本分类和Terminal-Bench 2.1上的实验表明,Task-CoEvolve始终优于固定子集基线,并且在优化过程中将评估次数减少了80%,同时与全集搜索的最终性能相匹配。代码将发布在https://github.com/Agent4Science-UTokyo/Task-CoEvolve。
cs.CL / 46 / 2608.20281

Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization

注入、对齐、恢复:无检索文档知识内化的分阶段后训练
Kou, Qian, Shi, Xiaofeng, Qiu, Xiaosong, Zhou, Hua
Abstract
Large language models often fail to answer questions about a bounded document collection when the source documents are not retrieved at inference time. We study this setting as document knowledge internalization: converting a fixed corpus into usable parametric knowledge for retrieval-free question answering. We propose IAR (Inject, Align, and Recover), a three-stage post-training framework that separates structured document knowledge injection, QA behavior alignment, and general ability recovery. Unlike conventional continued pretraining, Inject converts source documents into continuation, rewrite, and instruction-conditioned reconstruction objectives. Align then adapts the injected model with answer-only QA supervision, while Recover merges the domain-adapted model with the base instruction model to recover general capabilities. Across Common Corpus (CC) and CCI, and across Llama, Phi, Qwen, and SmolLM model families, IAR improves the domain-primary domain-general frontier for retrieval-free document internalization. In the main comparison, IAR improves over Vanilla SFT on all four reported metrics in 7 of 8 dataset-model settings, with average gains of 3.6 percentage points in domain QA accuracy and 12.1 percentage points in mean general performance across IFEval, MMLU, and MSBench. Extended CC baselines show that LoRA and FAPM can win individual general metrics, but among methods that also reach leading or near-leading domain internalization, IAR retains one of the strongest general profiles.
Chinese Translation
大型语言模型在推理时未能检索源文档时,往往无法回答关于特定文档集合的问题。我们将这种情况研究为文档知识内化:将固定语料库转换为可用于无检索问答的参数化知识。我们提出了IAR(Inject, Align, and Recover)框架,这是一个三阶段的后训练框架,分别进行结构化文档知识注入、问答行为对齐和一般能力恢复。与传统的继续预训练不同,Inject将源文档转换为续写、重写和指令条件重构目标。Align随后通过仅基于答案的问答监督来调整注入的模型,而Recover则将领域适应的模型与基础指令模型合并,以恢复一般能力。在Common Corpus (CC)和CCI,以及Llama、Phi、Qwen和SmolLM模型系列中,IAR提高了无检索文档内化的领域主导与领域通用的边界。在主要比较中,IAR在8个数据集-模型设置中的7个上,在所有四个报告的指标上优于Vanilla SFT,在领域问答准确率上平均提高了3.6个百分点,在IFEval、MMLU和MSBench的平均通用性能上提高了12.1个百分点。扩展的CC基线显示,LoRA和FAPM可以在个别通用指标上获胜,但在能够达到领先或接近领先的领域内化的方法中,IAR保持了最强的通用特征之一。
cs.CL / 47 / 2608.20319

Inducing Task Models from Computer-Use Traces

从计算机使用轨迹中诱导任务模型
Jiang, Yucheng, Wang, Zora Zhiruo, Chen, Ruishi, Yang, Diyi
Abstract
Naturalistic computer-use traces, passively recorded screenshots and mouse or keyboard actions, are a valuable resource for deriving symbolic, auditable, and reusable models of how everyday work is done. Such models matter as computer-use agents enter real work, where agents need to learn how tasks are actually performed, and organizations need to audit and reuse that knowledge. However, inducing such task models is challenging, as activity is observed only as low-level events and real-world work is multi-threaded with interleaved goals. Existing methods assume a given task or a single workflow, and produce step-level summaries rather than structured task models. We introduce Task Model Induction (TMI), which (i) discovers the latent tasks in an unconstrained trace, disentangling concurrent activity, and (ii) for each latent task, induces a task model pairing a hierarchical objective model of recursive goal decomposition with a procedure model of the control flow that organized the execution. Intrinsically, on controlled human and agent trajectories, TMI recovers interleaved tasks with 0.974 agreement against ground-truth groupings and reconstructs 74.9% of the observed execution steps, far more than the strongest workflow induction baseline. Extrinsically, skills derived from TMI's task models improve held-out task accuracy by 30.0% over the strongest baseline.
Chinese Translation
自然主义的计算机使用轨迹,包括被动记录的屏幕截图和鼠标或键盘操作,是推导日常工作如何进行的符号化、可审计和可重用模型的宝贵资源。这些模型至关重要,因为计算机使用代理进入真实工作环境,代理需要学习任务的实际执行方式,而组织需要审计和重用这些知识。然而,诱导这样的任务模型具有挑战性,因为活动仅作为低级事件被观察到,且现实世界的工作是多线程的,目标交错。现有方法假设给定任务或单一工作流程,并生成步骤级摘要,而不是结构化的任务模型。我们提出了任务模型诱导(Task Model Induction, TMI),其(i) 在无约束的轨迹中发现潜在任务,解开并发活动的纠缠,(ii) 对于每个潜在任务,诱导一个任务模型,将递归目标分解的层次目标模型与组织执行的控制流过程模型配对。在受控的人类和代理轨迹上,TMI在与真实分组的0.974一致性下恢复交错任务,并重建74.9%的观察执行步骤,远超最强的工作流程诱导基线。在外部验证中,从TMI的任务模型中派生的技能使得保留任务的准确性比最强基线提高了30.0%。
cs.CL / 48 / 2608.20331

G-CARL: Grounded Checklist-Aligned Reward Learning for Patient-Oriented Medical Report Interpretation

G-CARL:面向患者的医疗报告解读的基于清单对齐的奖励学习
Xie, Shiao, Chen, Siyu, Lv, Jianwei, Yuan, Bo, Wang, Yujin, Li, Xiandong
Abstract
Personalized interpretation of medical reports has emerged as an increasingly important need among patients. Addressing this need requires both evidence-grounded medical factuality and context-dependent patient communication, yet existing medical vision-language tasks do not adequately capture these dual requirements. To bridge this gap, we introduce Patient-oriented Medical Report Interpretation (PMRI), a novel open-ended multimodal generation task that requires models to explain medical reports in accurate and accessible language based on a user's query and dialogue history. These two objectives differ fundamentally in their verifiability, yet remain tightly coupled, making them difficult to optimize jointly under conventional supervised fine-tuning and holistic reinforcement learning paradigms. To address this challenge, we propose G-CARL, a grounded, checklist-aligned reinforcement learning framework that combines multi-source retrieval for atomic claim verification with context-aware, instance-specific weighted checklists for response coverage, providing structured supervision for factuality, user-demand satisfaction, and expression quality without constraining response diversity. We further construct MMedReport, a real-world PMRI benchmark, along with a clinician-designed three-dimensional evaluation protocol. Extensive experiments demonstrate that G-CARL consistently outperforms existing post-training baselines in overall quality, claim-level precision, and checklist recall. Pairwise preference evaluation by clinicians further confirms that G-CARL produces interpretations that are more accurate and better aligned with patient needs.
Chinese Translation
个性化医疗报告解读在患者中日益成为一种重要需求。满足这一需求需要既有证据支持的医学事实性,又需依赖于上下文的患者沟通,而现有的医学视觉语言任务未能充分捕捉这两者的双重要求。为填补这一空白,我们提出了面向患者的医疗报告解读(PMRI),这是一项新颖的开放式多模态生成任务,要求模型根据用户的查询和对话历史,以准确且易于理解的语言解释医疗报告。这两个目标在可验证性上有根本差异,但又紧密相连,使得在传统的监督微调和整体强化学习范式下难以共同优化。为应对这一挑战,我们提出了G-CARL,一种基于清单对齐的强化学习框架,结合了多源检索用于原子声明验证,以及上下文感知的实例特定加权清单用于响应覆盖,为事实性、用户需求满足和表达质量提供结构化监督,同时不限制响应的多样性。我们进一步构建了MMedReport,一个真实世界的PMRI基准,并设计了临床医生制定的三维评估协议。大量实验表明,G-CARL在整体质量、声明级精确度和清单召回率上始终优于现有的后训练基线。临床医生的成对偏好评估进一步确认,G-CARL产生的解读更为准确,更好地符合患者需求。
cs.CL / 49 / 2608.20338

ConceptGuard: Benchmarking Context-Sensitive Unlearning in Large Language Models

ConceptGuard:大型语言模型中上下文敏感的遗忘能力基准测试
Kale, Sahil, Harris, Ian
Abstract
Large Language Models (LLMs) increasingly require selective removal of harmful or sensitive knowledge, called unlearning, yet existing methods and benchmarks fail to evaluate this capability completely. Current approaches rely on disjoint forget and retain sets composed of independent facts, and measure success using simple and direct factual recall. This framing fails to capture a key requirement of unlearning, namely the ability to eliminate harmful behaviors while preserving benign and beneficial knowledge. We argue that effective unlearning must operate at the level of concepts, ensuring complete removal of unsafe applications while maintaining their correct and useful usage, thereby achieving conceptually meaningful and complete unlearning. To better evaluate unlearning techniques from such a practical viewpoint, we introduce the notion of dual-use concepts: concepts that can be used in both harmful and benign contexts. Building on these concepts, we construct a benchmark called ConceptGuard where forget and retain sets are explicitly complementary in concept usage. Our benchmark uniquely enables unlearning to be explored and gauged at the level of concepts, instead of sparse facts, and evaluation is intent-sensitive with the goal of maximizing contextual separation to promote safer behavior. We demonstrate that current unlearning techniques perform poorly under this setting, showing weak contextual separation alongside poor performance in ROUGE and concept-level metrics. Our results reveal strong forgetting-utility trade-offs, limited gains in contextual sensitivity, and poor consistency in concept-level control across methods, and provide ideas for unlearning approaches that better align with real-world safety requirements. Our dataset is publicly available.
Chinese Translation
大型语言模型(LLMs)越来越需要选择性地移除有害或敏感的知识,这一过程称为遗忘(unlearning),然而现有的方法和基准未能完全评估这一能力。目前的方法依赖于由独立事实组成的互斥遗忘集和保留集,并通过简单直接的事实回忆来衡量成功。这种框架未能捕捉遗忘的一个关键要求,即在消除有害行为的同时保留良性和有益的知识。我们认为,有效的遗忘必须在概念层面上进行,确保完全移除不安全的应用,同时保持其正确和有用的使用,从而实现概念上有意义且完整的遗忘。为了从这种实际视角更好地评估遗忘技术,我们引入了双重用途概念的概念:可以在有害和良性上下文中使用的概念。在这些概念的基础上,我们构建了一个名为ConceptGuard的基准,其中遗忘集和保留集在概念使用上是明确互补的。我们的基准独特地使得遗忘能够在概念层面而非稀疏事实层面进行探索和评估,且评估是意图敏感的,旨在最大化上下文分离以促进更安全的行为。我们证明了当前的遗忘技术在这种设置下表现不佳,显示出较弱的上下文分离,同时在ROUGE和概念级指标上表现不佳。我们的结果揭示了强烈的遗忘-效用权衡、有限的上下文敏感性提升以及方法间在概念级控制上的一致性差,并为更好地与现实世界安全要求对齐的遗忘方法提供了思路。我们的数据集是公开可用的。