← Back to Index
Daily Research Digest

arXiv Papers

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

Learning Diverse Humanoid Tasks via Synthetic Video Scenarios without Real World Data

通过合成视频场景学习多样化的人形任务,无需真实世界数据
Tsai, Yun-Hao, Vu, Cong-Thanh, Liu, Yen-Chen
Abstract
The human-like morphology of humanoid robots grants them exceptional potential for agile and versatile motor capabilities, but it also introduces significant challenges in acquiring complex skills. Traditional Learning-from-Demonstrations methods are often constrained by the high cost of collecting real-world data, the difficulty of capturing motion-specific behaviors, and the limited diversity of demonstrations across individuals. Moreover, even for the same task, humans may execute the motion in multiple distinct ways. In this paper, we propose a new framework that leverages the power of Generative AI to convert textual prompts into realistic and diverse sequences of human body movements, enabling the robot to observe multiple variations of how a single task can be performed. These synthetic demonstrations are then used as a training resource, allowing the robot to learn a broad range of task-execution styles without requiring direct human intervention. We evaluate the proposed method across four simulation scenarios. Experimental results show that the robot not only completes the tasks successfully but also demonstrates strong adaptability to complex variations in motion.
Chinese Translation
人形机器人的类人形态赋予其卓越的灵活性和多样化的运动能力,但也带来了获取复杂技能的重大挑战。传统的示范学习方法通常受到收集真实世界数据的高成本、捕捉特定运动行为的困难以及个体间示范多样性有限的制约。此外,即使是同一任务,人类也可能以多种不同的方式执行动作。本文提出了一种新框架,利用生成性人工智能的力量,将文本提示转换为逼真且多样的人体运动序列,使机器人能够观察单一任务的多种执行变体。这些合成示范随后作为训练资源,使机器人能够学习广泛的任务执行风格,而无需直接的人类干预。我们在四个仿真场景中评估了所提方法。实验结果表明,机器人不仅成功完成任务,还表现出对复杂运动变体的强适应性。
cs.RO / 2 / 2607.21655

Progress Reward Modeling for Robotic Learning: A Comprehensive Survey

机器人学习中的进展奖励建模:一项综合性调查
Zhang, Jianshu, Wu, Keliang, Lu, Haoran, Liu, Anbang, Zhang, Ce, Yin, Weijie, Qian, Chengxuan, Yang, Xiyuan, Pan, Zhenyu, Ye, Guo, Liu, Han
Abstract
Robotic learning takes place in dynamic environments with large behavior spaces. A terminal success signal only tells the robot whether the task is completed. It does not explain whether the current behavior is making progress, remaining unchanged, or undoing earlier progress. For this reason, recent studies have increasingly explored progress rewards that provide feedback during task execution. However, the current literature lacks a shared framework. Existing methods use different observations, goal specifications, output signals, supervision sources, and evaluation protocols. This makes it difficult to compare them and understand what their results actually validate. In this survey, we provide a unified view of progress reward modeling for robotic learning. We organize the field in three connected steps. We first study the interface of a progress model. This defines the problem from the outside by asking what information the model receives and what form of progress signal it produces. We then move inside the model and study the methods used to construct this signal. This reveals the different assumptions and mechanisms behind progress estimation and reward generation. Finally, we examine the data and benchmarks that support these methods. This shows how progress supervision is obtained and what different evaluations actually measure. Together, these three perspectives connect what a progress model is, how it is built, and how its quality is validated. We further summarize the main limitations of current approaches and discuss future research directions.
Chinese Translation
机器人学习发生在具有大行为空间的动态环境中。终端成功信号仅告诉机器人任务是否完成,但并未解释当前行为是否在取得进展、保持不变或撤销早期进展。因此,近年来的研究越来越多地探索在任务执行过程中提供反馈的进展奖励。然而,目前的文献缺乏一个共享的框架。现有的方法使用不同的观察、目标规范、输出信号、监督来源和评估协议。这使得比较它们变得困难,并且难以理解它们的结果实际上验证了什么。在本次调查中,我们提供了一个关于机器人学习进展奖励建模的统一视角。我们将该领域组织为三个相互关联的步骤。首先,我们研究进展模型的接口。这从外部定义了问题,询问模型接收了什么信息以及产生了什么形式的进展信号。接着,我们深入模型内部,研究用于构建该信号的方法。这揭示了进展估计和奖励生成背后的不同假设和机制。最后,我们审查支持这些方法的数据和基准。这显示了如何获得进展监督以及不同评估实际上测量了什么。综合这三个视角,我们连接了进展模型是什么、如何构建以及如何验证其质量。我们进一步总结了当前方法的主要局限性,并讨论了未来的研究方向。
cs.RO / 3 / 2607.21661

GRACE: Gradient-Free Robot Action Generation via Combined Diffusion-MPPI Posterior Mean Estimation

GRACE:通过联合扩散-MPPI后验均值估计生成无梯度机器人动作
Park, Leesai, HOng, Jiho, Kim, Sanghyun
Abstract
Diffusion policies generate multimodal robot action sequences from demonstrations, but steering them toward deployment-time constraints typically relies on differentiable guidance costs. This excludes many practical safety constraints, such as binary collision checks, joint limits, and black-box rollout costs that are nondifferentiable. We propose Gradient-free Robot Action generation via Combined diffusion-MPPI posterior mean Estimation (GRACE), which guides a pretrained diffusion policy with Model Predictive Path Integral (MPPI) control using only forward cost evaluations. Building on the common score-ascent structure of diffusion and MPPI, GRACE constructs a cost-conditioned guidance posterior at each reverse step and estimates its mean with a single MPPI update centered at the diffusion reverse mean. For differentiable costs, GRACE recovers conventional gradient guidance under a first-order, matched-covariance approximation. GRACE attains higher success rates than diffusion-based and sampling-based baselines in simulation. On a real 7-DoF manipulator, GRACE avoids a deployment-time obstacle that the unguided prior collides with in every trial. Code and experiment videos are available at https://anonymous.4open.science/w/grace-70BB/.
Chinese Translation
扩散策略通过示范生成多模态机器人动作序列,但将其引导至部署时约束通常依赖于可微分的引导成本。这排除了许多实际的安全约束,例如二元碰撞检查、关节限制和不可微分的黑箱展开成本。我们提出了通过联合扩散-MPPI后验均值估计生成无梯度机器人动作(GRACE),该方法仅使用前向成本评估来引导预训练的扩散策略与模型预测路径积分(MPPI)控制。基于扩散和MPPI的共同得分上升结构,GRACE在每个反向步骤构建一个成本条件的引导后验,并通过围绕扩散反向均值的单次MPPI更新来估计其均值。对于可微分成本,GRACE在一阶匹配协方差近似下恢复传统的梯度引导。在仿真中,GRACE的成功率高于基于扩散和基于采样的基线。在一个真实的7自由度操纵器上,GRACE避免了一个在每次试验中未引导的先验都会碰撞的部署时障碍。代码和实验视频可在 https://anonymous.4open.science/w/grace-70BB/ 获取。
cs.RO / 4 / 2607.21670

Ordered Action Tokens for Visuomotor Policy Learning

有序动作令牌用于视觉运动策略学习
Liu, Chaoqi, Zhao, Yue, Chen, Haonan, Han, Xiaoshen, Gao, Jiawei, Adeli, Ehsan, Du, Yilun
Abstract
Action tokenization maps continuous robot action chunks to discrete tokens and has become an important interface for modern visuomotor policies. Existing approaches either rely on analytical discretization methods that produce prohibitively long token sequences or learned latent tokenizers that lack structure, limiting their compatibility with downstream policies. In this work, we identify three desiderata for action tokenization - high compression, total decodability, and an ordered token space - and introduce Ordered Action Tokenization (OAT), a learned action tokenizer that satisfies all three. OAT discretizes action chunks into an ordered sequence of tokens using a transformer with registers, finite scalar quantization, and ordering-inducing training mechanisms. By training each token prefix to decode into a valid action chunk, OAT places coarse control information in early tokens and uses later tokens to refine residual detail, yielding an anytime tradeoff between inference cost and action fidelity. We validate OAT in two prevailing uses of action tokens: autoregressive policies that generate tokens for control, and token co-training policies that use token losses to shape the vision-language model context consumed by a flow-based action expert. Across three policy backbones and more than 60 tasks spanning five simulation benchmarks and real-world settings, OAT consistently delivers strong policy performance while offering significantly greater flexibility at inference time.
Chinese Translation
动作令牌化将连续的机器人动作块映射到离散的令牌,并已成为现代视觉运动策略的重要接口。现有的方法要么依赖于产生过长令牌序列的分析离散化方法,要么依赖缺乏结构的学习型潜在令牌化器,从而限制了它们与下游策略的兼容性。在本研究中,我们确定了动作令牌化的三个期望特性——高压缩性、完全可解码性和有序令牌空间——并提出了有序动作令牌化(Ordered Action Tokenization, OAT),这是一种满足这三者的学习型动作令牌化器。OAT使用带寄存器的变换器、有限标量量化和有序诱导训练机制将动作块离散化为有序的令牌序列。通过训练每个令牌前缀解码为有效的动作块,OAT将粗略控制信息放置在早期令牌中,并使用后续令牌来细化剩余细节,从而在推理成本和动作保真度之间实现随时的权衡。我们在动作令牌的两种主要应用中验证了OAT:生成控制令牌的自回归策略,以及利用令牌损失来塑造流基动作专家所消耗的视觉-语言模型上下文的令牌共同训练策略。在三个策略骨干和超过60个任务中,涵盖五个仿真基准和现实世界设置,OAT始终提供强大的策略性能,同时在推理时提供显著更大的灵活性。
cs.RO / 5 / 2607.21725

Addressing the Orchestration Gap in Generalist Robots via Physical Agency

通过物理代理解决通用机器人中的协调差距
Galanti, Liane, Shah, Dhruv, Dao, Tri
Abstract
General-purpose robots need to reason about their actions, combining perception, world knowledge, planning, success detection, recovery, and low-level control. Today's state-of-the-art models attempt to combine all these capabilities into the learned policy via large-scale pre-training. Instead, we show that these capabilities can be decomposed into a general language-conditioned policy/control agent and a high-level agent manager/orchestrator. Rather than training policies to reason via pre-training, we build a closed-loop physical agent orchestrator that can do high-level planning, decompose the goal into achievable subgoals, command low-level motor commands, track and verify the outcome from low-level observations, and recover from failures. Our Physical Agency orchestrator (Pigey) can control existing vision-language-action (VLA) policies as well as parametrized skills to solve complex reasoning tasks in the real world, without any additional data collection or post-training. We evaluate Pigey extensively across simulation benchmarks and challenging real-world robotic manipulation tasks, and demonstrate significant performance improvements over existing generalist policies. On LIBERO-PRO, Pigey advances the state-of-the-art by over 4x (12.8% -> 53.3%) with no task-specific fine-tuning. On a real robot, Pigey lifts the frozen policy from near-zero to over 90% on reasoning-limited tasks. We call the difference between what frozen motor skills achieve alone and inside the agentic loop the orchestration gap.
Chinese Translation
通用机器人需要对其行为进行推理,结合感知、世界知识、规划、成功检测、恢复和低级控制。当前最先进的模型试图通过大规模预训练将所有这些能力结合到学习的策略中。相反,我们展示了这些能力可以分解为一个通用的语言条件策略/控制代理和一个高级代理管理器/协调者。我们并不是通过预训练来训练策略进行推理,而是构建了一个闭环物理代理协调器,能够进行高级规划,将目标分解为可实现的子目标,指挥低级运动指令,跟踪并验证来自低级观察的结果,并从失败中恢复。我们的物理代理协调器(Pigey)能够控制现有的视觉-语言-动作(VLA)策略以及参数化技能,以解决现实世界中的复杂推理任务,而无需额外的数据收集或后期训练。我们在模拟基准和具有挑战性的现实世界机器人操作任务中对Pigey进行了广泛评估,并展示了相较于现有通用策略显著的性能提升。在LIBERO-PRO上,Pigey将最先进技术的水平提升了超过4倍(12.8% -> 53.3%),且没有进行特定任务的微调。在一台真实机器人上,Pigey将冻结策略的表现从接近零提升到超过90%在推理受限的任务中。我们将冻结运动技能单独实现的效果与在代理循环内实现的效果之间的差异称为协调差距。
cs.RO / 6 / 2607.21802

StARS: Socially Appropriate Robot Actions via a Recommender System-Driven Approach

StARS:通过推荐系统驱动的方法实现社会适宜的机器人行为
Ozbey, Erencem, Dogan, Fethiye Irmak, Huang, Jin, Gunes, Hatice
Abstract
Social appropriateness in human-robot interaction (HRI) is not universal: different people can judge the same robot action differently in the same situation. To capture this inter-subject variability, we reformulate socially appropriate action generation as a preference modelling problem inspired by recommender systems, treating annotators as users, contexts/scenes as items, and appropriateness scores over a set of candidate robot actions as targets. We propose StARS, a novel model-agnostic framework that integrates collaborative filtering with learnable scene representations to generate user-specific appropriateness scores over candidate robot actions. StARS is model-agnostic: it can be integrated with various scene encoders and backbones, enabling personalisation without redesigning the underlying model. We evaluate StARS on two socially aware robotics datasets, MannersDB+ and SocNav1, and analyse robustness under sparse preference feedback. Across datasets and backbones, StARS consistently improves performance and agreement with annotators, supporting personalised action selection aligned with user norms. Our code is publicly available at https://github.com/Cambridge-AFAR/StARS.git.
Chinese Translation
人机交互(HRI)中的社会适宜性并非普遍适用:不同的人在相同情境下对同一机器人行为的判断可能不同。为了捕捉这种个体间的变异性,我们将社会适宜的行为生成重新表述为一个受推荐系统启发的偏好建模问题,将标注者视为用户,将上下文/场景视为项目,并将一组候选机器人行为的适宜性评分视为目标。我们提出了StARS,这是一种新颖的模型无关框架,结合了协同过滤和可学习的场景表示,以生成针对候选机器人行为的用户特定适宜性评分。StARS是模型无关的:它可以与各种场景编码器和主干网络集成,从而实现个性化,而无需重新设计基础模型。我们在两个社会意识机器人数据集MannersDB+和SocNav1上评估了StARS,并分析了在稀疏偏好反馈下的鲁棒性。在不同的数据集和主干网络中,StARS始终提高了性能和与标注者的一致性,支持与用户规范一致的个性化行为选择。我们的代码可在https://github.com/Cambridge-AFAR/StARS.git上公开获取。
cs.RO / 7 / 2607.21918

Action-Conditioned World Model for Goal Plane Probe Guidance in Robotic Ultrasound

基于动作条件的世界模型在机器人超声中的目标平面探头引导
Fan, Siqi, Chen, Mingcong, Liu, Ran, Yang, Zixuan, Fu, Xiaoyu, Gao, Xiaoqing, Liu, Yunhui, Liu, Hongbin
Abstract
We present an action-conditioned world model framework for goal plane probe guidance in robotic ultrasound, with a focus on neck ultrasound scanning. Autonomous ultrasound tasks often require large numbers of probe-motion trajectories for training, but collecting high-quality demonstrations is labor-intensive and explicit simulators are difficult to build because ultrasound appearance depends on contact, tissue deformation, and view-dependent acoustic artifacts. We address this problem with a two-stage model-based learning pipeline. First, a latent conditional diffusion world model predicts future ultrasound observations from recent context frames, probe motions and temporal offset. Second, a goal-conditioned temporal transformer predicts ordered probe motions and is fine-tuned using rewards from the frozen world model. Experiments on the self-collected dataset show that the world model preserves action-dependent anatomical structure on target-directed scans. In real-world closed loop experiments, the framework achieves success rates of 70.0\% for carotid guidance and 65.0\% for thyroid guidance. These results demonstrate the potential of learned ultrasound dynamics for training goal-directed robotic probe navigation.
Chinese Translation
我们提出了一种基于动作条件的世界模型框架,用于机器人超声中的目标平面探头引导,重点关注颈部超声扫描。自主超声任务通常需要大量的探头运动轨迹进行训练,但收集高质量的示范需要大量人力,并且由于超声图像依赖于接触、组织变形和视角相关的声学伪影,构建明确的模拟器也很困难。我们通过一个两阶段的模型驱动学习流程来解决这个问题。首先,一个潜在条件扩散世界模型根据最近的上下文帧、探头运动和时间偏移预测未来的超声观测。其次,一个目标条件的时间变换器预测有序的探头运动,并使用来自冻结世界模型的奖励进行微调。在自收集的数据集上的实验表明,世界模型在目标导向扫描中保留了依赖于动作的解剖结构。在真实世界的闭环实验中,该框架在颈动脉引导任务中实现了70.0%的成功率,在甲状腺引导任务中实现了65.0%的成功率。这些结果展示了学习的超声动态在训练目标导向的机器人探头导航中的潜力。
cs.RO / 8 / 2607.21960

Adaptive Undulatory Locomotion of Snake-like Robots in Dynamic Viscous Environments via Deep Reinforcement Learning

基于深度强化学习的蛇形机器人在动态粘性环境中的自适应波动运动
Kimoto, Tsuyoshi, Yamano, Akio, Honda, Kohei, Iwasa, Takashi
Abstract
This paper demonstrates how deep reinforcement learning (DRL) enables adaptive locomotion of snake-like robots in dynamically changing viscous environments, overcoming the inherent performance limitations of classical predefined control methods. The lack of direct onboard sensors for fluid properties necessitates formulating this task as a partially observable Markov decision process. By employing an asymmetric actor-critic framework, a teacher policy trained using privileged information available only in the physics simulator distills its knowledge into a student policy that relies solely on proprioceptive sensor information. Simulation results across a wide range of dynamic viscosity changes ($10^{-7}$ to $10^{-2} m^2/s$) reveal that the DRL agent autonomously acquires non-sinusoidal adaptive gaits. These gaits improve propulsion velocity and transport efficiency, breaking the inherent limits of conventional sinusoidal and kinematic control. The findings establish that implicit environment inference via privileged information distillation is an effective approach to bypass the constraints of classical models under unpredictable fluid dynamics.
Chinese Translation
本文展示了深度强化学习(DRL)如何使蛇形机器人在动态变化的粘性环境中实现自适应运动,从而克服经典预定义控制方法的固有性能限制。由于缺乏直接的机载传感器来获取流体特性,因此需要将此任务表述为部分可观测的马尔可夫决策过程。通过采用不对称的演员-评论家框架,利用仅在物理模拟器中可用的特权信息训练的教师策略将其知识提炼为仅依赖于本体感知传感器信息的学生策略。针对广泛的动态粘度变化($10^{-7}$ 到 $10^{-2} m^2/s$)的模拟结果表明,DRL代理能够自主获得非正弦的自适应步态。这些步态提高了推进速度和运输效率,突破了传统正弦和运动学控制的固有限制。研究结果表明,通过特权信息提炼进行隐式环境推断是一种有效的方法,可以绕过经典模型在不可预测流体动力学下的限制。
cs.RO / 9 / 2607.21964

ACME: A Multi-Cultural, Multi-Embodiment Social-Navigation Dataset

ACME:一个多文化、多体现的社会导航数据集
Marpally, Shashank Rao, Wang, Allan, Ghotavadekar, Atharva, Ribeiro, Renato Alexandre, Le, Nhat, Bachiller-Burgos, Pilar, Goyal, Pranav, Agrawal, Subham, Nitta, Yasuhiro, Han, Howard Ziyu, Song, Daeun, Kuribayashi, Masaki, Uehara, Kohei, Wang, Xiyue, Kong, Yangzhe, Nguyen, Duc M., Payandeh, Amirreza, Pérez-González, Gerardo, Torrejón-Harto, Alejandro, Ahn, Jeeho, Jain, Tisha, Stratton, Andrew, Yang, Elvin, de Heuvel, Jorge, Ostermann-Myrau, Nico, Sajja, Sai Anudeep, Raj, Mithilya, Sato, Daisuke, Rouquette, Gaston, Martelaro, Nikolas, Sugimoto, Maki, Takagi, Hironobu, Asakawa, Chieko, Bennewitz, Maren, Steinfeld, Aaron, Xiao, Xuesu, Mavrogiannis, Christoforos, Soh, Harold
Abstract
Understanding how robots and humans move in shared spaces is essential for designing effective social robot navigation policies and predicting human behavior. However, existing datasets often lack the diversity needed to capture differences in culture, geography, and human-robot interaction-factors that strongly shape appropriate social behavior. To address this gap, we introduce ACME: A Cross-cultural, Multi-Embodiment dataset for social navigation. A large-scale data collection effort across 8 sites in 5 countries, using 7 robot embodiments, ACME is a large and diverse multi-modal dataset aimed at advancing social navigation research, providing 29.35 hours of onboard robot data and 43.5 hours of overhead pedestrian tracking data. Unlike prior datasets, it focuses on capturing goal-driven social navigation behavior in complex social scenarios with explicit robot-crowd interaction through robot speech. To facilitate learning navigation policies and predicting pedestrian trajectories, ACME provides 3D and 2D scene features, odometry, interaction information, and human-annotated pedestrian trajectory labels. We make ACME easy to use by providing both human-readable data for each sensor modality as well as raw binary data. Our qualitative and quantitative analyses show that our dataset captures more challenging scenarios and a broader distribution of pedestrian behavior than previous datasets.
Chinese Translation
理解机器人和人类在共享空间中的移动方式对于设计有效的社会机器人导航策略和预测人类行为至关重要。然而,现有的数据集往往缺乏捕捉文化、地理和人机交互差异所需的多样性,这些因素在很大程度上影响着适当的社会行为。为了解决这一问题,我们推出了ACME:一个跨文化、多体现的社会导航数据集。ACME是一个在5个国家的8个地点进行的大规模数据收集工作,使用了7种机器人体现形式,是一个大型且多样化的多模态数据集,旨在推动社会导航研究,提供29.35小时的机器人车载数据和43.5小时的行人跟踪数据。与以往的数据集不同,ACME专注于捕捉复杂社会场景中以目标为导向的社会导航行为,并通过机器人语音实现明确的机器人与人群的互动。为了促进导航策略的学习和行人轨迹的预测,ACME提供了3D和2D场景特征、里程计、互动信息以及人类标注的行人轨迹标签。我们通过提供每种传感器模态的人类可读数据和原始二进制数据,使ACME易于使用。我们的定性和定量分析表明,我们的数据集捕捉到了比以往数据集更具挑战性的场景和更广泛的行人行为分布。
cs.RO / 10 / 2607.21986

Mag4D-SLAM Dataset: A Repeated-Traversal Multi-Modal 4D Geomagnetic Dataset for Localization and Mapping

Mag4D-SLAM 数据集:用于定位和地图构建的重复遍历多模态 4D 地磁数据集
Nayak, Bibhutibhusan, Ju, Hyoseok, Kim, Giseop
Abstract
Geomagnetic sensing offers an infrastructure-free, absolute orientation reference that is robust to GNSS denial and visual degradation, yet no large-scale outdoor robotics dataset supports its systematic study in SLAM. Existing magnetic datasets are confined to small-scale indoor environments and lack the synchronized multi-modal sensing, repeated-traversal structure, and high-precision 6-DoF ground truth required for geomagnetic SLAM research. We present Mag4D-SLAM, the first large-scale outdoor geomagnetic SLAM dataset. It comprises 14 sequences totaling over 18 km of synchronized LiDAR, camera, IMU, tri-axis magnetometer, and GNSS measurements with SE(3) ground-truth poses, collected along structured campus trajectories under paired day/night conditions in both forward and reverse directions. Through repeated-traversal experiments, we analyze three core properties: magnetic field repeatability across different recording sessions (daytime and nighttime), drift-free global heading estimation, and location-discriminative magnetic signatures for cross-session place recognition. Mag4D-SLAM is designed to support research on yaw drift mitigation, magnetic loop closure, and long-term localization and to open new research questions on how geomagnetic sensing can complement visual and LiDAR modalities or provide a fallback cue under illumination changes, structural repetition, and GNSS-denied long-term operation.
Chinese Translation
地磁感知提供了一种无基础设施的绝对方向参考,能够抵抗全球导航卫星系统(GNSS)失效和视觉退化,但目前没有大规模的户外机器人数据集支持其在同步定位与地图构建(SLAM)中的系统研究。现有的地磁数据集仅限于小规模的室内环境,缺乏同步的多模态感知、重复遍历结构以及进行地磁 SLAM 研究所需的高精度 6 自由度(6-DoF)真实位姿。我们提出了 Mag4D-SLAM,这是第一个大规模户外地磁 SLAM 数据集。该数据集包含 14 个序列,总计超过 18 公里的同步激光雷达(LiDAR)、相机、惯性测量单元(IMU)、三轴磁力计和全球导航卫星系统(GNSS)测量数据,配有 SE(3) 真实位姿,这些数据是在白天和夜晚条件下沿着结构化校园轨迹以正向和反向方向收集的。通过重复遍历实验,我们分析了三个核心属性:不同记录会话(白天和夜晚)之间的磁场重复性、无漂移的全局航向估计,以及用于跨会话地点识别的位置信息区分的磁性特征。Mag4D-SLAM 旨在支持对偏航漂移缓解、磁环闭合和长期定位的研究,并提出新的研究问题,即地磁感知如何补充视觉和激光雷达模态,或在光照变化、结构重复和 GNSS 失效的长期操作中提供备用线索。
cs.RO / 11 / 2607.22020

Embodying Multi-Hand Manipulation Policies by Searching the Assignment and Null Spaces

通过搜索分配和零空间来实现多手操控策略
Shaoul, Yorai, Li, Jiaoyang, Likhachev, Maxim
Abstract
Learned manipulation policies increasingly predict motions for abstract "hands" and are attractive in practice because they rely on easily collected demonstrations and transfer across robot platforms. Executing these trajectories on multi-arm robots, however, is not trivial. Multi-hand policy outputs must be assigned to physical arms, each arm must realize a configuration-space motion that tracks its prescribed end-effector trajectory, and all arms must respect kinematic limits and avoid collisions. In the absence of algorithms that directly address this problem, practitioners typically extend single-arm inverse-kinematics (IK) pipelines in an ad hoc way, with no guarantees of feasibility or safety. In this work, we close this execution gap with a search-based framework that is theoretically complete for grounding policy-generated multi-hand trajectories onto physical multi-arm systems. Building on Conflict-Based Search, our method explicitly searches over both the discrete assignment of trajectories to arms and the continuous Jacobian null spaces of redundant manipulators, using redundancy to avoid inter-arm collisions while tracking the prescribed motions. This unified treatment of assignment and null-space motion yields a practically efficient planner that safely realizes coordinated manipulation-policy outputs on multi-arm robots. See omcbsa.github.io for more.
Chinese Translation
学习到的操控策略越来越多地为抽象的“手”预测运动,并且在实践中具有吸引力,因为它们依赖于易于收集的演示并能够跨机器人平台迁移。然而,在多臂机器人上执行这些轨迹并非易事。多手策略输出必须分配给物理臂,每个臂必须实现一个配置空间运动,以跟踪其规定的末端执行器轨迹,并且所有臂必须遵守运动学限制并避免碰撞。在缺乏直接解决此问题的算法的情况下,实践者通常以临时的方式扩展单臂逆运动学(IK)流程,无法保证可行性或安全性。在本研究中,我们通过一个基于搜索的框架来填补这一执行空白,该框架在理论上能够将策略生成的多手轨迹映射到物理多臂系统上。基于冲突基础搜索(Conflict-Based Search),我们的方法明确地在轨迹到臂的离散分配和冗余操控器的连续雅可比零空间之间进行搜索,利用冗余避免臂间碰撞,同时跟踪规定的运动。这种对分配和零空间运动的统一处理产生了一个在实践中高效的规划器,能够安全地实现多臂机器人上的协调操控策略输出。有关更多信息,请访问 omcbsa.github.io。
cs.RO / 12 / 2607.22030

Impedance Control of Ship-Borne Manipulators via Optimization-based Task-Space Inverse Dynamics

基于优化的任务空间逆动力学的船载操纵器阻抗控制
Meng, Lingxiao, Zhu, Bi-Ke, Gao, Xuheng, Zhang, Zhe, Yang, Jiankun, Wang, Jiankun, Lu, Haibo, Meng, Max Q. -H.
Abstract
Ship-borne manipulators operating in maritime environments are subject to stochastic wave-induced base motions that introduce kinematic disturbances and dynamic coupling, degrading trajectory tracking accuracy and complicating safe, contact-rich manipulation. This paper proposes a torque-level optimization-based control framework that integrates high-precision trajectory tracking with task-space impedance for ship-borne manipulators. The controller is formulated using task-space inverse dynamics (TSID) and solved via quadratic programming to explicitly compensate for the dynamic coupling introduced by base motion. To enable accurate feedforward compensation, an error-state Kalman filter (ESKF) is developed to estimate the base state by fusing inertial measurements with end-effector pose feedback. The framework is validated in simulation and real-world experiments using a 7-DOF manipulator mounted on a 6-DOF Stewart platform. The proposed method reduces real-world end-effector position tracking error by over 25.7% compared with the best baseline. Furthermore, the controller enables dynamic peg-in-hole insertion with 1~mm clearance under base motion, increasing the success rate while reducing average contact forces by 45%, demonstrating precise and compliant manipulation in contact-rich environments.
Chinese Translation
在海洋环境中运行的船载操纵器受到随机波浪引起的基座运动的影响,这会引入运动学干扰和动态耦合,从而降低轨迹跟踪精度并使安全、接触丰富的操作变得复杂。本文提出了一种基于扭矩优化的控制框架,将高精度轨迹跟踪与船载操纵器的任务空间阻抗相结合。该控制器采用任务空间逆动力学(TSID)进行公式化,并通过二次规划求解,以明确补偿基座运动引入的动态耦合。为了实现准确的前馈补偿,开发了一种误差状态卡尔曼滤波器(ESKF),通过融合惯性测量和末端执行器位姿反馈来估计基座状态。该框架在仿真和实际实验中得到了验证,使用的是安装在6自由度斯图尔特平台上的7自由度操纵器。与最佳基线相比,所提出的方法将实际末端执行器位置跟踪误差降低了超过25.7%。此外,该控制器在基座运动下实现了1毫米间隙的动态插销入孔操作,提高了成功率,同时将平均接触力降低了45%,展示了在接触丰富环境中精确和顺应的操作能力。
cs.RO / 13 / 2607.22119

One Hand Watches The Other: Dynamic Multi-Agent Cooperation for Sample-Efficient Bimanual Manipulation in Dynamic Environments

一只手观察另一只手:动态多智能体合作在动态环境中实现样本高效的双手操作
von Hartz, Jan Ole, Valada, Abhinav, Boedecker, Joschka
Abstract
Multi-stream robot manipulation policies achieve unparalleled sample efficiency and generalization by modeling actions relative to environmental reference frames. However, existing approaches typically assume these frames to be strictly exogenous. This causal assumption collapses in dynamic settings, such as when a single robot arm manipulates a moving object or when two arms coordinate, where each arm effectively becomes part of the dynamic environment of the other. We propose DynaMAC, a lightweight, policy-agnostic framework that resolves this causal limitation while preserving the sample efficiency, computational speed, and flexibility of multi-stream policies, DynaMAC treats the opposite arm as a dynamic task parameter, thereby providing a unified formulation for dynamic manipulation and bimanual coordination without requiring an explicit leader-follower relationship. To rigorously evaluate these capabilities, we introduce DynaBench, a novel benchmark for robot manipulation in dynamic environments. Across both dynamic environments and bimanual manipulation tasks, DynaMAC outperforms leading probabilistic and generative baselines by over 35 percentage points while requiring 20 times fewer samples. Crucially, DynaMAC generalizes zero-shot from static demonstrations to dynamic environments, substantially simplifying data collection and establishing an elegant bridge toward human-robot collaboration.
Chinese Translation
多流机器人操作策略通过相对于环境参考框架建模动作,实现了无与伦比的样本效率和泛化能力。然而,现有方法通常假设这些框架是严格外生的。这一因果假设在动态环境中崩溃,例如当单个机器人手臂操作移动物体或当两个手臂协调时,每个手臂实际上成为了另一个手臂动态环境的一部分。我们提出了DynaMAC,一个轻量级的、与策略无关的框架,解决了这一因果限制,同时保持多流策略的样本效率、计算速度和灵活性。DynaMAC将对侧手臂视为动态任务参数,从而提供了一种统一的动态操作和双手协调的公式,而无需显式的领导-跟随关系。为了严格评估这些能力,我们引入了DynaBench,这是一个针对动态环境中机器人操作的新基准。在动态环境和双手操作任务中,DynaMAC的表现超过了领先的概率和生成基线超过35个百分点,同时所需样本数量减少了20倍。重要的是,DynaMAC能够从静态演示中零-shot 泛化到动态环境,显著简化了数据收集,并为人机协作建立了一座优雅的桥梁。
cs.RO / 14 / 2607.22123

DB-VIO: Dual-Branch Visual Inertial Odometry with Enhanced Visual-Inertial Representation

DB-VIO:具有增强视觉-惯性表示的双分支视觉惯性里程计
Wan, Ziyu, Zhao, Lin
Abstract
Visual inertial odometry (VIO) is essential for accurate 6-DoF motion estimation in mobile robotic systems. Recent learning-based VIO methods have shown promising progress, but they often rely on unified visual--inertial representations and a single temporal model for full-pose estimation, limiting their ability to capture the heterogeneous dynamics of rotation and translation. Moreover, monocular visual features often lack explicit geometric structure, while raw inertial encoding leaves the underlying rotational kinematics implicit, weakening the rotation-related cues in IMU features. To address these issues, we propose DB-VIO, a dual-branch visual inertial odometry framework with enhanced visual--inertial representation. DB-VIO incorporates depth cues to improve monocular visual perception, injects an explicit integrated-attitude prior to strengthen rotation-aware inertial representation, and decouples pose estimation into dedicated rotational and translational branches for motion-specific temporal modeling. Experiments on autonomous driving and aerial robot benchmarks show that DB-VIO achieves state-of-the-art performance, improving the corresponding baselines by 20\% on KITTI and 33\% on EuRoC. Notably, under the more agile motion patterns of EuRoC, DB-VIO improves the rotational metric by 65.7\% over prior methods. These results demonstrate the effectiveness and generalization of DB-VIO across different platforms and motion scenarios.
Chinese Translation
视觉惯性里程计(VIO)对于移动机器人系统中精确的6自由度运动估计至关重要。近期基于学习的VIO方法显示出良好的进展,但它们通常依赖统一的视觉-惯性表示和单一的时间模型进行全姿态估计,这限制了它们捕捉旋转和位移异构动态的能力。此外,单目视觉特征往往缺乏明确的几何结构,而原始惯性编码则使得潜在的旋转运动学隐含,削弱了IMU特征中与旋转相关的线索。为了解决这些问题,我们提出了DB-VIO,一种具有增强视觉-惯性表示的双分支视觉惯性里程计框架。DB-VIO结合深度线索以改善单目视觉感知,注入明确的综合姿态先验以增强旋转感知的惯性表示,并将姿态估计解耦为专门的旋转和位移分支,以进行特定运动的时间建模。在自主驾驶和空中机器人基准测试中的实验表明,DB-VIO实现了最先进的性能,在KITTI上提高了20%的基线,在EuRoC上提高了33%。值得注意的是,在EuRoC更灵活的运动模式下,DB-VIO在旋转指标上比之前的方法提高了65.7%。这些结果证明了DB-VIO在不同平台和运动场景中的有效性和泛化能力。
cs.RO / 15 / 2607.22145

Flight-Ready LiDAR-Inertial Odometry for Embedded Drone Platforms

适用于嵌入式无人机平台的飞行准备激光雷达惯性里程计
Gaona, Alvaro J., Perez-Saura, David, Anguita, Francisco J., Campoy, Pascual
Abstract
Open-source LiDAR-inertial odometry (LIO) systems have achieved remarkable benchmark accuracy, yet current state-of-the-art implementations are primarily optimized for evaluation performance rather than the requirements of real-time closed-loop aerial control. When deployed onboard UAVs, this can introduce limitations that degrade flight performance. In this work, we identify five architectural deficiencies in a representative tightly coupled IESKF-based LIO implementation: odometry publishing tied to the LiDAR rate (10 Hz instead of the IMU's 200 Hz), missing velocity outputs, execution bottlenecks that block IMU processing, mutex contention, and synchronization race conditions. We introduce corresponding modifications including IMU-rate forward propagation, direct body-frame velocity publishing, SLERP-based smoothing, dual-executor isolation, and explicit synchronization protection. The resulting system increases odometry output from ~10 Hz to a stable 200 Hz, provides a complete Twist state at every IMU sample, and preserves continuity during transient LiDAR loss. Experiments on a Livox Mid-360 / Pixhawk 4 Mini autonomous UAV with motion-capture ground truth validate the approach. Since the underlying estimator (IESKF + ikd-Tree) remains unchanged, the proposed improvements can be directly applied to FAST-LIO2-derived implementations.
Chinese Translation
开源激光雷达惯性里程计(LIO)系统已实现显著的基准精度,但当前的最先进实现主要针对评估性能进行优化,而非实时闭环空中控制的需求。当部署在无人机上时,这可能会引入限制,从而降低飞行性能。在本研究中,我们识别出一个典型紧耦合的IESKF基础LIO实现中的五个架构缺陷:里程计发布与激光雷达速率(10 Hz而非IMU的200 Hz)相关联、缺失速度输出、阻塞IMU处理的执行瓶颈、互斥锁争用和同步竞争条件。我们提出了相应的修改,包括IMU速率前向传播、直接的机体框架速度发布、基于SLERP的平滑处理、双执行器隔离和显式同步保护。最终系统将里程计输出从约10 Hz提高到稳定的200 Hz,在每个IMU采样时提供完整的Twist状态,并在瞬态激光雷达丢失期间保持连续性。在具有运动捕捉地面真实值的Livox Mid-360 / Pixhawk 4 Mini自主无人机上的实验验证了该方法。由于基础估计器(IESKF + ikd-Tree)保持不变,所提出的改进可以直接应用于基于FAST-LIO2的实现。
cs.RO / 16 / 2607.22166

Learning Spatiotemporal Decision Priors for Efficient Path Planning under Partial Observability

学习时空决策先验以提高部分可观测环境下的路径规划效率
Liu, Yi, Zhang, Hongda, Zou, Leyao, Meng, Chunlei, Zhou, Ziqing, Chen, Yuning, Zou, Zhuo, Xu, Lida, Gan, Zhongxue, Ouyang, Chun
Abstract
Path planning under partial observability remains challenging because an agent must make long-horizon navigation decisions from only locally bounded observations. Nevertheless, historical trajectories contain reusable experience-guided directional preferences. Classical planners, however, typically solve each instance from scratch and lack an explicit mechanism to exploit such transferable decision knowledge, often leading to redundant node expansions and locally myopic search behaviors. Motivated by this limitation, this paper proposes ImiPath, a prior-guided learning framework that distills reusable spatiotemporal decision priors from demonstration trajectories and uses them as experience-informed directional guidance to bias planners toward reliable and promising search directions under partial observability. Specifically, ImiPath first constructs a local spatiotemporal observation representation, which encodes the spatial information of the local environment and the temporal information of historical trajectories. The SpatioTemporal-Attention Policy Network (STAPNet) then transforms this representation into dicision priors. These priors are further incorporated into heterogeneous planners as directional guidance, biasing the search toward locally promising regions. Extensive experiments demonstrate that ImiPath achieves competitive path quality and improves search efficiency by reducing redundant node expansions under local observability. Additional physical experiments on a magnetic microrobot platform further validate the adaptability and practical deployment potential of the proposed framework.
Chinese Translation
在部分可观测环境下的路径规划仍然具有挑战性,因为代理必须仅凭局部观察做出长期导航决策。然而,历史轨迹包含可重用的经验指导方向偏好。传统规划器通常从头开始解决每个实例,缺乏利用这种可转移决策知识的明确机制,往往导致冗余节点扩展和局部短视搜索行为。基于这一限制,本文提出了ImiPath,一个先验指导的学习框架,该框架从示范轨迹中提炼可重用的时空决策先验,并将其作为经验指导的方向性引导,以引导规划器在部分可观测环境下朝向可靠和有前景的搜索方向。具体而言,ImiPath首先构建一个局部时空观察表示,该表示编码了局部环境的空间信息和历史轨迹的时间信息。然后,时空注意力策略网络(SpatioTemporal-Attention Policy Network, STAPNet)将该表示转换为决策先验。这些先验进一步被纳入异构规划器作为方向性引导,偏向于搜索局部有前景的区域。大量实验表明,ImiPath在路径质量上具有竞争力,并通过减少局部可观测下的冗余节点扩展来提高搜索效率。在一个磁性微机器人平台上的额外物理实验进一步验证了所提框架的适应性和实际部署潜力。
cs.RO / 17 / 2607.22225

Safe Learning Predictive Control for Ego-World Robotic Systems

自我世界机器人系统的安全学习预测控制
Valenti, Davide, Notarstefano, Giuseppe
Abstract
Safe autonomous navigation in shared environments requires the ability to anticipate and react to the latent behaviors of surrounding robots. In this paper, we propose SOWL-MPC, a safe learning-based predictive control strategy for a novel scenario, which we name ego-world robotic framework. In this setting, the control policy of the world robot is unknown and the ego exploits data to learn it and perform safe maneuvers. The proposed architecture combines an online learning mechanism based on Sparse Variational Gaussian Processes (SVGPs) with a receding-horizon control scheme. Relying solely on noisy state measurements, our approach infers a posterior distribution over the latent world policy, which is updated on streaming data via Online Variational Conditioning (OVC). The learned policy is propagated through the nonlinear world dynamics using an approximate moment propagation scheme, and fed to an uncertainty-aware Model Predictive Control (MPC), thus enabling safe maneuvering of the ego robot. The real-time feasibility and safety guarantees of SOWL-MPC are demonstrated through extensive Monte Carlo virtual experiments in ROS 2, and validated on real-world robotic hardware in an indoor arena.
Chinese Translation
在共享环境中实现安全的自主导航需要能够预测和应对周围机器人的潜在行为。本文提出了一种基于安全学习的预测控制策略,称为SOWL-MPC,适用于我们命名为自我世界机器人框架的新场景。在这一设置中,世界机器人的控制策略是未知的,自我机器人利用数据来学习该策略并执行安全的机动。所提出的架构结合了基于稀疏变分高斯过程(Sparse Variational Gaussian Processes, SVGPs)的在线学习机制与递归控制方案。我们的方案仅依赖于噪声状态测量,推断出潜在世界策略的后验分布,该分布通过在线变分条件化(Online Variational Conditioning, OVC)在流数据上进行更新。学习到的策略通过近似矩传播方案在非线性世界动态中传播,并输入到一个考虑不确定性的模型预测控制(Model Predictive Control, MPC)中,从而实现自我机器人的安全机动。通过在ROS 2中进行的大量蒙特卡洛虚拟实验,展示了SOWL-MPC的实时可行性和安全保障,并在室内场地的真实机器人硬件上进行了验证。
cs.RO / 18 / 2607.22226

Offline Vision-Language Navigation with Geometric Goal Localization for Outdoor Environments

基于几何目标定位的离线视觉-语言导航在户外环境中的应用
Salmasi, Ali, Yu, Xianjia, Westerlund, Tomi
Abstract
Foundation-model-based vision-language navigation (VLN) has advanced autonomous robot navigation by enabling robots to interpret natural-language instructions, identify semantic goals, and follow user-specified behavioral rules. However, existing VLN systems rely heavily on cloud-hosted foundation models for language understanding and semantic grounding, limiting their applicability where network connectivity is unavailable and reliable metric goal localization is required. Although recent small language models (SLMs) enable fully onboard inference, their suitability for navigation instruction decomposition has not been systematically evaluated. This paper makes three contributions toward fully onboard VLN for outdoor environments. First, we present the first systematic benchmark of 17 edge-deployable SLMs against 4 online APIs for robotic navigation instruction decomposition, evaluating accuracy and latency on human-annotated instructions across three computing platforms and providing practical guidance for selecting onboard language models. Second, we propose a lightweight hybrid semantic-geometric goal localization framework that combines open-vocabulary object detection, prompted segmentation, and LiDAR geometry to estimate metric goals, while maintaining visual bearing guidance when reliable geometric observations are unavailable. Third, we integrate these advances into Edge-BehAV, a fully onboard extension of the BehAV architecture that enables cloud-independent behavior-guided navigation. Experimental results show that the best offline SLM matches the instruction decomposition performance of the strongest cloud API while running approximately 9x faster and without network connectivity. The proposed goal localization framework reduces mean goal-distance error from 2.05 m to 0.20 m at lower computational cost, and the complete system succeeds in 31 of 32 closed-loop outdoor trials.
Chinese Translation
基于基础模型的视觉-语言导航(VLN)通过使机器人能够理解自然语言指令、识别语义目标并遵循用户指定的行为规则,推动了自主机器人导航的发展。然而,现有的VLN系统在语言理解和语义定位方面过于依赖云托管的基础模型,这限制了它们在网络连接不可用且需要可靠度量目标定位的场景中的适用性。尽管最近的小型语言模型(SLMs)实现了完全的本地推理,但它们在导航指令分解方面的适用性尚未得到系统评估。本文在户外环境中为完全本地化的VLN做出了三项贡献。首先,我们对17个边缘可部署的SLMs与4个在线API在机器人导航指令分解方面进行了首次系统基准测试,评估了在三种计算平台上对人工标注指令的准确性和延迟,并提供了选择本地语言模型的实用指导。其次,我们提出了一种轻量级混合语义-几何目标定位框架,该框架结合了开放词汇物体检测、提示分割和激光雷达几何,以估计度量目标,同时在可靠的几何观测不可用时保持视觉方位指导。第三,我们将这些进展整合到Edge-BehAV中,这是BehAV架构的一个完全本地化扩展,能够实现独立于云的行为引导导航。实验结果表明,最佳的离线SLM在指令分解性能上与最强的云API相匹配,同时运行速度约为其9倍,并且无需网络连接。所提出的目标定位框架将平均目标距离误差从2.05米降低到0.20米,且计算成本更低,完整系统在32次闭环户外试验中成功完成31次。
cs.RO / 19 / 2607.22249

Design and Human Evaluation of Tactile Withdrawal Reflexes for a Skin-Covered Robot Arm

皮肤覆盖机器人手臂的触觉撤退反射的设计与人类评估
Babayeva, Laura, Rustler, Lukas, Hoffmann, Matej
Abstract
Nociception is a protective biological mechanism that links harmful stimulation to a reaction. This paper investigates artificial nociception for a robotic arm with whole-body tactile sensing. We present a complete pipeline that maps pressure changes from sensitive skin on a robot manipulator to bio-inspired withdrawal motions. The system first converts skin pressure into a scalar pain gain using a nonlinear continuous model. We compare three reflexes: (i) uniform reflex moves four robot joints by a fixed amount, whereby the withdrawal is approximated by a movement of the arm "toward the base", independent of where the robot was touched; (ii) biologically motivated location-dependent joint-space withdrawal derived from human withdrawal reflex characteristics; (iii) Cartesian space withdrawal along the surface normal of the contacted skin pad. All behaviors are integrated in a reflex controller that interrupts the task, executes the withdrawal, and returns to a pre-contact pose. A user study with 15 participants compared the strategies using Godspeed questionnaire subscales, custom perceived-naturalness and safety items, forced-choice comparisons, and qualitative feedback. Interestingly, participants rated more highly the uniform reflex behavior over one or both competitors on the anthropomorphism, animacy, and likeability Godspeed subscales and on the Naturalness and Realism custom scale. When asked to compare the conditions, the uniform reflex was scored best in "felt safest", "most human-like", and "most natural". This suggests that predictability of the robot behavior is key for user acceptance. The Cartesian reflex was judged the most appropriate reaction to touch. The bio-inspired reflex did not lead any evaluated measure. This may be partly attributed to the embodiment gap between the robot arm and human arm and participants having different expectations from a robot manipulator.
Chinese Translation
痛觉感知是一种保护性的生物机制,它将有害刺激与反应联系起来。本文研究了具有全身触觉感知的机器人手臂的人工痛觉感知。我们提出了一个完整的流程,将机器人操作器上敏感皮肤的压力变化映射到生物启发的撤退动作。该系统首先使用非线性连续模型将皮肤压力转换为标量痛感增益。我们比较了三种反射:(i)均匀反射以固定量移动四个机器人关节,其中撤退被近似为手臂“向基座”移动,与机器人被触碰的位置无关;(ii)生物学启发的基于位置的关节空间撤退,源自人类撤退反射特征;(iii)沿接触皮肤垫表面法线的笛卡尔空间撤退。所有行为都集成在一个反射控制器中,该控制器中断任务,执行撤退,并返回到接触前姿态。我们对15名参与者进行了用户研究,使用Godspeed问卷子量表、自定义感知自然性和安全性项目、强制选择比较以及定性反馈来比较这些策略。有趣的是,参与者在拟人化、生命感和可喜欢性等Godspeed子量表上,以及在自然性和现实性自定义量表上对均匀反射行为的评分高于一个或两个竞争者。当被要求比较条件时,均匀反射在“感觉最安全”、“最像人类”和“最自然”方面得分最高。这表明,机器人的行为可预测性是用户接受的关键。笛卡尔反射被认为是对触摸的最合适反应。生物启发的反射在任何评估指标中均未领先。这可能部分归因于机器人手臂与人类手臂之间的体现差距,以及参与者对机器人操作器的不同期望。
cs.RO / 20 / 2607.22320

A Monolithic Hand with Asymmetric Origami Bending and Dual-chamber Actuators

一种具有非对称折纸弯曲和双腔驱动器的单体手
Huang, Nan, Zhu, Yuming, Zhang, Zicong, Liu, Jianhui, Liu, Xiaohuang, Liu, Dihan, Dai, Jiansheng, Liu, Sicong
Abstract
The passive adaptability inherent in soft robotic hands affords them advantages in applications that require safe and compliant interaction. However, existing soft robotic hands often struggle to simultaneously achieve adequate output performance and easy manufacturing due to their complicated structures. In this paper, we introduce the asymmetric origami bending (AOB) pattern for generating bending motion and the asymmetric dual-chamber (ADC) design for obtaining multifunction capability. The AOB single (AOB-S) chamber and AOB dual-chamber (AOB-D) units are designed and constitute the finger and palm actuators of the proposed Origami-inspired SOft Robotic (OSOR) hand. The OSOR hand achieves bio-inspired fingers-palm motions and adequate output performance within a monolithic structure that significantly simplifies the manufacturing process. By defining the asymmetric ratio to characterize the geometric asymmetry of the unit, the analytical models of the AOB and ADC structures are proposed. The Finite Element Analysis tool for the design of AOB actuators is obtained by geometric analysis. The asymmetric origami design grants the integrated manufacturing of the OSOR hand through a Selective Laser Sintering printing process with a single thermoplastic polyurethane material. The model and simulations are validated by experimental results. Experiments show the finger and palm maximum bending motion range of 203{\deg} and 40{\deg}, respectively, with output forces of 6.3 N and 16 N. The OSOR hand is capable of pinching a piece of tissue, stably grasping water bottles with two fingers, palm-only grasping, and completing the power grasps in the taxonomy of manufacturing grasps. The compactness, performance, and easy manufacturing of the proposed hand benefit the development of the soft robotic hand with new possibilities.
Chinese Translation
软体机器人手的被动适应性使其在需要安全和顺应性互动的应用中具有优势。然而,现有的软体机器人手往往难以在复杂结构的情况下同时实现足够的输出性能和易于制造。在本文中,我们引入了非对称折纸弯曲(Asymmetric Origami Bending, AOB)模式以生成弯曲运动,并提出了非对称双腔(Asymmetric Dual-Chamber, ADC)设计以获得多功能能力。设计了AOB单腔(AOB-S)和AOB双腔(AOB-D)单元,构成了所提出的折纸启发的软体机器人(Origami-inspired SOft Robotic, OSOR)手的手指和掌部驱动器。OSOR手在单体结构内实现了生物启发的手指-掌部运动和足够的输出性能,显著简化了制造过程。通过定义非对称比来表征单元的几何不对称性,提出了AOB和ADC结构的分析模型。通过几何分析获得了用于AOB驱动器设计的有限元分析工具。非对称折纸设计使得OSOR手的集成制造能够通过选择性激光烧结(Selective Laser Sintering)打印过程,使用单一热塑性聚氨酯材料完成。模型和仿真通过实验结果得到了验证。实验表明,手指和掌部的最大弯曲运动范围分别为203°和40°,输出力分别为6.3 N和16 N。OSOR手能够夹持一片组织,稳定地用两个手指抓握水瓶,仅用掌部抓握,以及完成制造抓握分类中的强力抓握。所提出的手的紧凑性、性能和易于制造的特点为软体机器人手的发展带来了新的可能性。
cs.RO / 21 / 2607.22345

Teachy Mini: Development and Preliminary Evaluation of a Knowledge-Based Generative Social Robot for Higher Education

Teachy Mini:基于知识的生成社交机器人在高等教育中的开发与初步评估
Vonschallen, Stephan, Kaufmann, Karim, Oberle, Dominique, Eyssel, Friederike, Schmiedel, Theresa
Abstract
Generative social robots (GSRs) powered by large language models offer new possibilities for personalized tutoring in higher education, but also introduce risks related to misinformation, missing transparency, or reinforcing incorrect student responses. Prior work identified knowledge-based design (KBD) requirements that define the informational prerequisites for GSRs to manifest responsible and effective tutoring behavior in higher education. In this paper, we operationalized selected KBD requirements in the Reachy Mini robot platform through system prompting, retrieval-augmented generation, and stateful prompt orchestration. As a result, we present Teachy Mini, a GSR tutoring system that was developed using KBD. To test the system, we conducted a preliminary evaluation study. Participants (N = 24) completed a robot-guided learning session about research methodologies. They learned either with Teachy Mini or with a control version that did not follow KBD principles. Teachy Mini was perceived as significantly more aligned with responsible tutoring behavior than the control robot. Moreover, a manipulation check illustrated that Teachy Mini used personalization, slide-grounded explanations, Socratic questioning, affective support, and learner-anchored feedback more consistently than the control robot. No significant between-condition differences were found in system acceptance, intrinsic motivation, or learning effectiveness, although exploratory analyses suggested a positive effect of KBD on objective learning gains when accounting for learner preferences. Overall, the study offered an initial implementation and preliminary evaluation of KBD for GSR tutoring, indicating that KBD can shape responsible robot behavior and potentially increase learning effectiveness in robot-supported learning.
Chinese Translation
由大型语言模型驱动的生成社交机器人(GSRs)为高等教育中的个性化辅导提供了新的可能性,但也带来了与错误信息、缺乏透明度或强化错误学生反应相关的风险。先前的研究确定了知识基础设计(KBD)要求,这些要求定义了GSR在高等教育中表现出负责任和有效的辅导行为所需的信息前提。在本文中,我们通过系统提示、检索增强生成和状态提示编排,将选定的KBD要求在Reachy Mini机器人平台上进行了操作化。因此,我们提出了Teachy Mini,一个基于KBD开发的GSR辅导系统。为了测试该系统,我们进行了初步评估研究。参与者(N = 24)完成了一次关于研究方法的机器人引导学习课程。他们要么使用Teachy Mini,要么使用不遵循KBD原则的对照版本。Teachy Mini被认为在负责任的辅导行为上显著优于对照机器人。此外,操控检查表明,Teachy Mini在个性化、基于幻灯片的解释、苏格拉底式提问、情感支持和以学习者为中心的反馈方面的使用比对照机器人更为一致。尽管在系统接受度、内在动机或学习效果方面未发现显著的条件间差异,但探索性分析表明,在考虑学习者偏好的情况下,KBD对客观学习收益有积极影响。总体而言,本研究提供了KBD在GSR辅导中的初步实施和评估,表明KBD可以塑造负责任的机器人行为,并可能提高机器人支持学习的学习效果。
cs.RO / 22 / 2607.22409

Conformal Constraint Tightening for Chance-Constrained Motion Planning with Unknown Dynamics

具有未知动态的机会约束运动规划中的一致约束收紧
Natraj, Shubham, Sinopoli, Bruno, Kantaros, Yiannis
Abstract
Motion planning algorithms compute control sequences that drive autonomous robots to goal regions while avoiding unsafe states. Existing methods, from sampling-based planning to deep reinforcement learning, typically provide task-completion guarantees only with respect to a nominal model or simulator, which may be invalidated when the true dynamics are unknown or difficult to model accurately. This letter addresses this limitation for systems with unknown dynamics and an available approximate nominal model, contributing a planner-agnostic constraint-tightening procedure that equips existing planners with a probabilistic task-completion guarantee on the true system. We leverage conformal prediction to provide a probabilistic bound on the nominal-to-true trajectory deviation over a distribution of planning problems. We tighten the planning constraints using that bound, and show that solving the tightened problem under the nominal model is a sufficient condition for solving the original problem on the true system with a prescribed probability. We validate the theoretical guarantees empirically and demonstrate substantially improved task completion relative to nominal-model planning.
Chinese Translation
运动规划算法计算控制序列,以驱动自主机器人到达目标区域,同时避免不安全状态。现有方法,从基于采样的规划到深度强化学习,通常仅在名义模型或模拟器的基础上提供任务完成的保证,而当真实动态未知或难以准确建模时,这种保证可能失效。本文针对具有未知动态和可用近似名义模型的系统,提出了一种与规划器无关的约束收紧程序,使现有规划器具备对真实系统的概率性任务完成保证。我们利用一致性预测提供名义轨迹与真实轨迹偏差的概率界限,针对一系列规划问题进行分析。我们使用该界限收紧规划约束,并证明在名义模型下解决收紧后的问题是以规定概率解决真实系统原始问题的充分条件。我们通过实证验证理论保证,并展示相较于名义模型规划显著提高的任务完成率。
cs.RO / 23 / 2607.22434

Robot Learning to Communicate through Projected Visual Abstractions

机器人通过投影视觉抽象学习沟通
Yan, Danyang, Wang, Boyuan, Liu, Jiaxun, Chen, Boyuan
Abstract
Humans routinely communicate through abstractions of their bodies, including shadows, silhouettes, and reflections. Yet robots remain largely confined to expressing themselves through their physical morphology. Enabling robots to communicate through such projected visual abstractions requires reasoning not only about bodily motion but also about how that motion is transformed into an external representation perceived by an observer. Among these abstractions, shadows provide a particularly compelling example because they emerge directly from the robot's embodiment while remaining visually distinct from the body itself. Here, we present a robotic system capable of dynamic shadow expression using a 21-degree-of-freedom dexterous hand with compliant soft skin and a learned shadow self-model. The soft-skinned embodiment reduces light leakage to produce visually continuous silhouettes, while the differentiable self-model learns the mapping between hand configurations and projected shadow appearance through task-agnostic self-exploration. Given a target shadow image or video, the robot optimizes its hand configurations through gradient-based search over 1 the learned self-model and refines the solution through collision-aware simulation to obtain physically feasible motions. For dynamic shadow performance, we further introduce expressive-region objectives, temporal smoothness regularization, and keyframe-based optimization to preserve visually important motion cues while reducing optimization complexity. We demonstrate robotic shadow expression across sign-language gestures, hand-shadow puppetry, and animal motion imitation in both simulation and physical experiments. These results establish a framework for enabling robots to manipulate projected visual abstractions of themselves for communication and visual storytelling.
Chinese Translation
人类通常通过身体的抽象形式进行沟通,包括阴影、轮廓和反射。然而,机器人仍然主要局限于通过其物理形态来表达自己。使机器人能够通过这种投影视觉抽象进行沟通,需要不仅考虑身体运动,还要考虑这种运动如何转化为观察者所感知的外部表现。在这些抽象形式中,阴影提供了一个特别引人注目的例子,因为它们直接源自机器人的体现,同时在视觉上与身体本身保持明显的区别。在此,我们提出了一种能够动态表达阴影的机器人系统,该系统使用一个具有21个自由度的灵巧手,配备柔性软皮肤和学习到的阴影自模型。软皮肤的体现减少了光泄漏,从而产生视觉上连续的轮廓,而可微分的自模型通过与任务无关的自我探索学习手部配置与投影阴影外观之间的映射。给定一个目标阴影图像或视频,机器人通过对学习到的自模型进行基于梯度的搜索来优化其手部配置,并通过考虑碰撞的仿真来细化解决方案,以获得物理上可行的运动。为了实现动态阴影表现,我们进一步引入了表现区域目标、时间平滑正则化和基于关键帧的优化,以在降低优化复杂性的同时保留视觉上重要的运动线索。我们在仿真和物理实验中展示了机器人在手语手势、手影木偶戏和动物动作模仿中的阴影表达。这些结果建立了一个框架,使机器人能够操控自身的投影视觉抽象进行沟通和视觉叙事。
cs.RO / 24 / 2607.22483

Plug, Play, and Comply: A Modular Framework for Online Variable Impedance with Arbitrarily Oriented Compliance Axes

插拔式、即插即用与合规:一个用于在线可变阻抗的模块化框架,具有任意方向的合规轴
Simonič, Mihael, Li, Xiaocong
Abstract
The paper proposes a robot-agnostic compliant-control framework that extends the ROS control ecosystem with standardized joint and Cartesian command interfaces. It addresses a key limitation of existing control software: no reusable infrastructure for implementing compliant-control algorithms across different manipulators while preserving a common interface to higher-level applications. A plugin-based architecture separates controller infrastructure from control-law implementation. Generic wrappers use existing hardware abstractions to interface with different manipulators, while runtime-loaded plugins implement only the control law. Command interfaces support joint- and Cartesian-space references, stiffness and damping gains, nullspace targets, and feedforward terms, enabling variable impedance and diverse compliant-control formulations. Robot kinematics and dynamics are computed from URDF models using Pinocchio. The architecture facilitates the development of compliant-control strategies and enables the same implementation to be deployed across platforms unchanged. The complete framework, including reference controllers, high-level task interfaces, and example configurations for various manipulators, is open-sourced. The reference Cartesian impedance controller supports task-dependent compliance by rotating translational and rotational stiffness and damping, allowing the principal compliance directions to be updated online according to local task geometry rather than remaining fixed in the robot base or TCP frame. This is particularly important in contact-rich manipulation, where the desired directions of motion, constraints, and compliance directions may vary throughout task execution. Real-robot experiments demonstrate task-dependent compliance in contact-rich manipulation, while simulations show portability across manipulators with distinct kinematic and dynamic characteristics.
Chinese Translation
本文提出了一种与机器人无关的合规控制框架,该框架通过标准化的关节和笛卡尔命令接口扩展了ROS控制生态系统。它解决了现有控制软件的一个关键限制:缺乏可重用的基础设施以在不同的操纵器之间实现合规控制算法,同时保持与高级应用的通用接口。基于插件的架构将控制器基础设施与控制律实现分离。通用包装器使用现有的硬件抽象与不同的操纵器进行接口,而运行时加载的插件仅实现控制律。命令接口支持关节和笛卡尔空间的参考、刚度和阻尼增益、零空间目标以及前馈项,从而实现可变阻抗和多样化的合规控制公式。机器人运动学和动力学通过使用URDF模型的Pinocchio进行计算。该架构促进了合规控制策略的发展,并使得相同的实现能够在不同平台上无缝部署。完整的框架,包括参考控制器、高级任务接口和各种操纵器的示例配置,均为开源。参考笛卡尔阻抗控制器通过旋转平移和旋转刚度及阻尼,支持任务依赖的合规性,允许主要合规方向根据局部任务几何形状在线更新,而不是固定在机器人基座或TCP框架中。这在接触丰富的操作中尤为重要,因为期望的运动方向、约束和合规方向可能在任务执行过程中发生变化。真实机器人实验展示了在接触丰富的操作中的任务依赖合规性,而仿真则显示了在具有不同运动学和动力学特征的操纵器之间的可移植性。
cs.RO / 25 / 2607.22530

ViTacWorld: Scaling Visuo-Tactile World Models for Contact-Rich Robot Manipulation

ViTacWorld:扩展视觉-触觉世界模型以实现接触丰富的机器人操作
Huang, Yunao, Sang, Shiyu, Lu, Haotao, Ni, Suting, Wu, Shijie, Guo, Ziyang, Shi, Ye, Wang, Jingya
Abstract
Contact-rich robot manipulation requires physical interaction cues that are often invisible to cameras, making tactile sensing essential for robust control. However, scaling visuo-tactile robot learning remains difficult because real tactile interaction data are expensive to collect, hardware-dependent, and limited in task and scene diversity. We present ViTacWorld, an action-conditioned visuo-tactile world model for scalable contact-rich robot manipulation. ViTacWorld leverages public real tactile datasets and a constructed simulation environment to scale visuo-tactile-action data, exploiting the fact that tactile signals are directly grounded in physical contact and can exhibit a smaller simulation-to-real gap than purely visual observations. The model is first pretrained with large-scale real and simulated visuo-tactile trajectories, and then finetuned with real-world policy rollouts to better match downstream manipulation behaviors. Given robot actions, ViTacWorld predicts temporally aligned visual observations and tactile feedback, enabling visuo-tactile-action rollout generation. To the best of our knowledge, ViTacWorld is the first framework that uses a world model for robot visuo-tactile-action trajectory generation and policy evaluation. It serves two roles: synthesizing rollouts to improve downstream tactile policies, and evaluating policies by predicting action-conditioned visuo-tactile outcomes under controlled action sequences. Experiments on contact-rich manipulation tasks show that ViTacWorld generates physically meaningful rollouts, improves policy performance through scalable data augmentation, and enables action-conditioned policy evaluation. Project page: https://vitacworld.github.io/
Chinese Translation
接触丰富的机器人操作需要物理交互线索,而这些线索通常对相机是不可见的,因此触觉传感对于稳健控制至关重要。然而,扩展视觉-触觉机器人学习仍然困难,因为真实的触觉交互数据收集成本高、依赖硬件,并且在任务和场景多样性方面有限。我们提出了ViTacWorld,这是一种基于动作条件的视觉-触觉世界模型,旨在实现可扩展的接触丰富机器人操作。ViTacWorld利用公共真实触觉数据集和构建的仿真环境来扩展视觉-触觉-动作数据,利用触觉信号直接基于物理接触的事实,并且与纯视觉观测相比,能够展现出更小的仿真与现实之间的差距。该模型首先通过大规模的真实和仿真视觉-触觉轨迹进行预训练,然后通过真实世界的策略回放进行微调,以更好地匹配下游操作行为。给定机器人动作,ViTacWorld预测时间对齐的视觉观测和触觉反馈,从而实现视觉-触觉-动作的回放生成。根据我们所知,ViTacWorld是第一个使用世界模型进行机器人视觉-触觉-动作轨迹生成和策略评估的框架。它承担了两个角色:合成回放以改善下游触觉策略,以及通过预测在受控动作序列下的动作条件视觉-触觉结果来评估策略。在接触丰富的操作任务上的实验表明,ViTacWorld生成了具有物理意义的回放,通过可扩展的数据增强提高了策略性能,并实现了基于动作条件的策略评估。项目页面:https://vitacworld.github.io/
cs.RO / 26 / 2607.22535

Robot-Factored World Models via Robot Rendering

通过机器人渲染实现的机器人因子化世界模型
Kim, Byungjun, Kim, Taeksoo, Cha, Hyunsoo, Joo, Hanbyul
Abstract
Action-conditioned video world models predict future observations from an initial observation and an action signal. In robotics, actions influence future observations through two distinct processes: they are first realized into robot motion by the robot body and controller, and the scene then responds through contact and object motion. Conditioning directly on action commands asks the world model to learn the realization process itself, while conditioning on logged future states leaks the interaction outcomes it is meant to predict. We propose robot-factored world models, which move two robot-specific factors outside the world model. First, action realization: each command is rolled through the robot's own controller and kinematics into a deployment-available nominal trajectory, a middle signal that avoids both action-realization learning and future-state leakage. Second, robot rendering: this nominal trajectory is rendered through the robot URDF, factoring the robot's geometry, kinematics, and appearance out of the model and into explicit rendered robot geometry. To resolve depth ambiguity, we pair end-effector depth with scene depth, giving geometric cues for contact and occlusion beyond image-plane overlap. Together, camera-aware static RGB/depth context and rendered robot geometry form a shared visual world-model interface that stays consistent across viewpoints and robot embodiments, so the model sees the action only as visible robot geometry and learns how objects respond to it. Our experiments show that the rendered interface outperforms vector-conditioned baselines and generalizes to unseen robot embodiments at inference. We further demonstrate that our model generates robot manipulation videos from human demonstrations by retargeting and rendering the hand motion as robot geometry.
Chinese Translation
基于动作条件的视频世界模型从初始观察和动作信号中预测未来观察。在机器人技术中,动作通过两个不同的过程影响未来观察:首先由机器人本体和控制器将动作实现为机器人运动,然后场景通过接触和物体运动作出反应。直接以动作命令为条件要求世界模型学习实现过程本身,而以记录的未来状态为条件则泄露了其旨在预测的交互结果。我们提出了机器人因子化世界模型,将两个特定于机器人的因素移出世界模型。首先是动作实现:每个命令通过机器人的控制器和运动学转化为可部署的名义轨迹,这是一个中间信号,避免了动作实现学习和未来状态泄露。其次是机器人渲染:该名义轨迹通过机器人的URDF进行渲染,将机器人的几何形状、运动学和外观从模型中分离并转化为显式渲染的机器人几何形状。为了解决深度模糊问题,我们将末端执行器的深度与场景深度配对,为接触和遮挡提供几何线索,超越图像平面的重叠。结合相机感知的静态RGB/深度上下文和渲染的机器人几何形状,形成一个跨视角和机器人实现保持一致的共享视觉世界模型接口,使得模型仅将动作视为可见的机器人几何形状,并学习物体如何对此作出反应。我们的实验表明,渲染接口优于基于向量的基线,并在推理时对未见过的机器人实现具有良好的泛化能力。我们进一步展示了我们的模型通过重新定向和渲染手部运动为机器人几何形状,从人类演示中生成机器人操作视频。
计算机视觉 (Computer Vision)
53
cs.CV / 1 / 2607.21694

Oxygen-TryOn: Fashion-Native Foundation Model for Any-item Virtual Try-On

Oxygen-TryOn:适用于任意物品虚拟试穿的时尚原生基础模型
Liu, Yong, Fu, Xiaolong, Xu, Zihang, Xue, Wen, Li, Xueheng, Song, Lin, Zhang, Yuan, Zhao, Chuyang, Huang, Haoyang, Duan, Nan, Sun, Yipeng, Li, Yan, Gu, Simiu
Abstract
We present Oxygen-TryOn, a unified foundation model for any-item virtual try-on. Rather than repurposing a general-purpose image editor, Oxygen-TryOn is fashion-native, built for try-on through a dedicated data engine and try-on-specific training. Given one or more reference items (clean product shots or in-the-wild worn-on photos) and a single target subject image, it synthesizes a photorealistic image of the subject wearing the items across virtually any fashion category. Prior systems handle a single garment category in a studio setting, and recent multi-reference methods remain garment-centric; in contrast, Oxygen-TryOn supports diverse items and scenarios, including full- and half-body views, a variable number of references, and free multi-item composition, while faithfully preserving both subject identity and item appearance. Instead of mask-based inpainting, we reformulate try-on as a multi-reference, understanding-driven generation task. We build a data engine that collects, manufactures, annotates, and filters high-quality try-on data at scale, and design a three-stage recipe of continued pre-training (CPT), supervised fine-tuning (SFT), and reinforcement learning (RL). The RL stage uses a hybrid reward combining an in-house try-on reward model with a proprietary, rubric-guided general-purpose model, jointly supervising fine-grained consistency and instruction-level quality. It also follows general editing instructions (e.g., pose changes) in the same pass. Across public benchmarks and our in-house Oxygen-TryOn Bench, it achieves state-of-the-art consistency and realism on single-item try-on and leads on multi-item try-on, matching or surpassing both leading proprietary systems (Nano Banana Pro, GPT-Image-2, Seedream5 Lite) and open-source models (FLUX.2).
Chinese Translation
我们提出了Oxygen-TryOn,这是一种统一的任意物品虚拟试穿基础模型。与其将通用图像编辑器重新用于此目的,Oxygen-TryOn是专为试穿而设计的时尚原生模型,基于专用的数据引擎和特定于试穿的训练。给定一个或多个参考物品(干净的产品照片或在实际场景中穿着的照片)和一张目标主体图像,它能够合成出主体穿着这些物品的逼真图像,适用于几乎任何时尚类别。之前的系统通常在工作室环境中处理单一服装类别,而最近的多参考方法仍然以服装为中心;相比之下,Oxygen-TryOn支持多样化的物品和场景,包括全身和半身视图、可变数量的参考以及自由的多物品组合,同时忠实地保留主体身份和物品外观。我们将试穿重新定义为一个多参考、理解驱动的生成任务,而不是基于掩膜的修补。我们构建了一个数据引擎,能够大规模收集、制造、注释和过滤高质量的试穿数据,并设计了一个包括持续预训练(CPT)、监督微调(SFT)和强化学习(RL)的三阶段流程。RL阶段使用一种混合奖励,结合了内部试穿奖励模型与专有的、基于评分标准的通用模型,共同监督细粒度一致性和指令级质量。它还在同一过程中遵循一般编辑指令(例如,姿势变化)。在公共基准测试和我们的内部Oxygen-TryOn基准中,它在单物品试穿上达到了最先进的一致性和真实感,并在多物品试穿上领先,匹配或超越了领先的专有系统(Nano Banana Pro、GPT-Image-2、Seedream5 Lite)和开源模型(FLUX.2)。
cs.CV / 2 / 2607.21722

Be Consistent! Enhancing Robust Visual Reasoning in LVLMs with Consistency Constraints

保持一致性!通过一致性约束增强大规模视觉语言模型中的鲁棒视觉推理
Jing, Liqiang, Zhou, Xiong, Varia, Siddharth, John, Neha Anna, Du, Xinya, Ioannidis, Vassilis N.
Abstract
While Large Vision-Language Models (LVLMs) exhibit strong perceptual capabilities, they remain vulnerable in visual reasoning tasks. Existing benchmarks largely focus on symbolic mathematical or scientific problems and simple vision-centric tasks, offering limited assessment of complex visual reasoning and logical consistency, a critical requirement for reliable reasoning systems. We introduce ConVBench, a complex vision-centric reasoning benchmark in which each image is paired with two logically equivalent questions across six categories: action and state, complex counting, spatial reasoning, causal and intent understanding, commonsense reasoning, and temporal perception. To complement this benchmark, we define two evaluation metrics, logical consistency and robust accuracy, that jointly assess both the correctness and consistency of model responses. We further present ConVLM, which improves LVLM reasoning through Group Relative Policy Optimization (GRPO)-based reinforcement learning with a novel consistency reward. This method leverages automatically generated logically equivalent question-answer pairs and a dual-reward design combining accuracy- and consistency-based signals, encouraging agreement between paired responses. The framework functions effectively with or without strict answer supervision.
Chinese Translation
尽管大规模视觉语言模型(LVLMs)展现出强大的感知能力,但在视觉推理任务中仍然存在脆弱性。现有基准主要集中于符号数学或科学问题以及简单的视觉中心任务,无法充分评估复杂的视觉推理和逻辑一致性,而这对于可靠的推理系统至关重要。我们引入了ConVBench,这是一个复杂的视觉中心推理基准,其中每张图像都与两个逻辑等价的问题配对,涵盖六个类别:动作与状态、复杂计数、空间推理、因果与意图理解、常识推理以及时间感知。为了补充这一基准,我们定义了两个评估指标:逻辑一致性和鲁棒准确性,这两个指标共同评估模型响应的正确性和一致性。我们进一步提出了ConVLM,通过基于群体相对策略优化(GRPO)的强化学习和新颖的一致性奖励来改善LVLM的推理能力。该方法利用自动生成的逻辑等价问答对和结合准确性与一致性信号的双重奖励设计,鼓励配对响应之间的一致性。该框架在有或没有严格答案监督的情况下均能有效运行。
cs.CV / 3 / 2607.21787

Risk-Routed Implicit Boundary Refinement for Robust Ultrasound Image Segmentation

基于风险引导的隐式边界细化用于鲁棒超声图像分割
Qu, Jingguo, Han, Xinyang, Wang, Xiang, Yang, Yuqi, Xiao, Tonghuan, Ning, Sheng, Qin, Jing, King, Ann Dorothy, Chu, Winnie Chiu-Wing, Cai, Jing, Ying, Michael
Abstract
Medical ultrasound (US) image segmentation faces significant challenges due to speckle noise, low-contrast boundaries, acoustic shadowing, and acquisition variation across operators and clinical centers. Although encoder-decoder and transformer-based networks have achieved strong performance, many methods recover boundary details through dense decoders or larger backbones, which may still produce over-smoothed contours or unstable predictions under external distribution shifts. In this article, we propose Risk-routed Implicit Boundary Refinement (RIBR), a compact segmentation framework that uses implicit neural representation as a risk-routed residual correction rather than an unconstrained full-mask predictor. RIBR combines boundary-refinement implicit residuals, risk-routed residual control, and geometry- and speckle-aware boundary regularization to refine uncertain contours while suppressing non-boundary oscillations. Evaluation on nine US datasets covering lymph nodes, breast lesions, thyroid nodules, and prostate shows that RIBR achieves the best overall macro-average and consistently reduces boundary error across grouped and organ-specific comparisons under a compact parameter budget. These findings suggest that controlled implicit residual learning is a practical strategy for resource-constrained and boundary-sensitive US segmentation. Source code is available at https://github.com/jinggqu/ribr.
Chinese Translation
医学超声(US)图像分割面临显著挑战,主要由于斑点噪声、低对比度边界、声学阴影以及不同操作者和临床中心之间的采集变异。尽管编码器-解码器和基于变换器的网络已取得良好性能,但许多方法通过密集解码器或更大主干网络恢复边界细节,这可能仍会在外部分布变化下产生过度平滑的轮廓或不稳定的预测。本文提出了一种基于风险引导的隐式边界细化(Risk-routed Implicit Boundary Refinement,RIBR)方法,这是一种紧凑的分割框架,利用隐式神经表示作为风险引导的残差修正,而不是不受约束的全掩膜预测器。RIBR结合了边界细化隐式残差、风险引导的残差控制以及几何和斑点感知的边界正则化,以在抑制非边界振荡的同时细化不确定的轮廓。在涵盖淋巴结、乳腺病变、甲状腺结节和前列腺的九个US数据集上的评估表明,RIBR在整体宏平均上表现最佳,并在紧凑的参数预算下持续减少分界错误。这些发现表明,受控的隐式残差学习是一种适用于资源受限和边界敏感的US分割的实用策略。源代码可在 https://github.com/jinggqu/ribr 获得。
cs.CV / 4 / 2607.21792

What Happens to Accuracy When Photo Lineups Contain Non-Mated Rank-One Images From Large Galleries?

当照片排队包含来自大型图库的非配对排名第一图像时,准确性会发生什么变化?
Argueta, Genesis, Bowyer, Kevin W., King, Michael, Dhar, Jayeeta
Abstract
One-to-many facial identification is commonly used to match a probe image from surveillance video against a gallery of driver's licenses and/or booking photos. The algorithm's rank-one image from the gallery, or a human examiner's selection from the algorithm's top-ranked images, may then be placed in a photo lineup shown to a witness. Witness selection of the gallery image in the photo lineup may then lead directly to the person in the gallery image being arrested. This facial identification process is involved in at least 9 wrongful arrests. This work specifically examines whether the probability of a witness making an incorrect identification increases with the size of the gallery searched. We compare photo lineup accuracy when the "suspect" image is drawn from galleries of 500, 5,000, and 24,000 images. We find that larger galleries increase both the likelihood of a witness making an incorrect identification and their confidence in that (incorrect) identification. These results raise questions of whether an image resulting from such a facial identification process should be used in photo lineups and of whether results of a photo lineup alone should constitute probable cause for arrest.
Chinese Translation
一对多的面部识别通常用于将监控视频中的探测图像与驾驶执照和/或预订照片的图库进行匹配。算法从图库中提取的排名第一图像,或人类检查员从算法的高排名图像中选择的图像,可能会被放置在展示给证人的照片排队中。证人在照片排队中选择图库中的图像可能直接导致图库中所示的人被逮捕。这个面部识别过程涉及至少9起错误逮捕。本研究特别考察了证人错误识别的概率是否随着搜索图库的大小而增加。我们比较了当“嫌疑人”图像来自500、5000和24000张图像的图库时,照片排队的准确性。我们发现,较大的图库不仅增加了证人错误识别的可能性,还提高了他们对该(错误)识别的信心。这些结果引发了关于这样的面部识别过程所产生的图像是否应在照片排队中使用,以及照片排队的结果是否应单独构成逮捕的合理依据的问题。
cs.CV / 5 / 2607.21840

Toward High-Fidelity 3D Point-Cloud Learning for Brain Folding Morphology Prediction Using Trans-Unet

基于Trans-Unet的高保真3D点云学习用于脑折叠形态预测
Zhao, Geran, Li, Xiaotian, Chavoshnejad, Poorya, Razavi, Mir Jalil, Solhtalab, Akbar, Yin, Lijun, Fu, Guifang
Abstract
Learning high-fidelity point-cloud features in the 3D space poses significant challenges, including permutation invariance, lack of local context, difficulty in fine-grained surface reconstruction, and high computational cost. In this article, we propose Trans-Unet, a novel framework that addresses these issues by first tansforming 3D point-cloud data into a 2D grid domain and then employing a U-shaped hybrid model that integrates Convolutional Neural Networks, and self-attention mechanisms. The proposed Trans-Unet effectively learns and reconstructs precise features from high-resolution 3D point-cloud data (with 40,401 points in surface and 2,382 points in fiber) derived from a predefined finite element brain patch growth model, enabling accurate prediction of brain folding patterns. By combining multiple techniques, Trans-Unet leverages the complementary strengths: the 3D-to-2D transformation preserves fine-grained structural information while significantly reducing computational cost and the curse of dimensionality; convolutional blocks capture hierarchical, low-level local representations; and the self-attention mechanism models global, high-level semantics and long-range dependencies. The dataset consists of 3D point-clouds containing both brain surface patches and fiber information generated by a large-scale finite element model. Trans-Unet is applied to predict brain surface folding from the initial state (state 0 or states 0-2) to the final state (state 3). Experimental results demonstrate that Trans-Unet achieves high-resolution predictions of brain patch growth, surpassing existing methods in both fidelity and accuracy.
Chinese Translation
在三维空间中学习高保真的点云特征面临诸多挑战,包括排列不变性、缺乏局部上下文、细粒度表面重建的困难以及高计算成本。本文提出了一种新颖的框架Trans-Unet,旨在通过首先将3D点云数据转换为2D网格域,然后采用集成卷积神经网络和自注意力机制的U型混合模型来解决这些问题。所提出的Trans-Unet有效地从高分辨率3D点云数据(表面有40,401个点,纤维有2,382个点)中学习和重建精确特征,这些数据源自预定义的有限元脑片生长模型,从而实现对脑折叠模式的准确预测。通过结合多种技术,Trans-Unet利用互补优势:3D到2D的转换保留了细粒度的结构信息,同时显著降低了计算成本和维度灾难;卷积块捕捉层次化的低级局部表示;自注意力机制建模全局的高级语义和长距离依赖。数据集由包含脑表面片段和纤维信息的3D点云组成,这些信息是通过大规模有限元模型生成的。Trans-Unet被应用于预测脑表面从初始状态(状态0或状态0-2)到最终状态(状态3)的折叠。实验结果表明,Trans-Unet在脑片生长的高分辨率预测方面取得了优异的表现,在保真度和准确性上均超过了现有方法。
cs.CV / 6 / 2607.21848

Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering

闭环:无训练的自回归生成渲染重访一致性
Ma, Wenchao, Liu, Changran, Huang, Sharon X., Jiang, Haomiao
Abstract
Recent conditional video generation models have shown promising potentials to transform 3D engine renderings, such as depth maps and untextured geometry, into photorealistic videos for gaming and immersive content creation. These applications require long-horizon auto-regressive generation that continuously synthesizes new frames while preserving a persistent 3D world. Auto-regressive generators synthesize video chunk by chunk with a bounded KV cache, so when the camera revisits a location after its context has been evicted, the model often regenerates inconsistent appearance, even though the conditioning renderings (e.g., depth) remain perfectly aligned with the underlying geometry.We address this revisit inconsistency without any post-training by exploiting correspondences the 3D engine already provides: temporal correspondence retrieves pose-matched historical latent chunks into the KV cache as loop-closure memory, while spatial correspondence from camera pose and depth reprojection biases token-level attention toward geometrically corresponding regions of the retrieved chunks. We demonstrate our method on loop-closure trajectories mined from TartanAir and TartanGround dataset to mirror complicate real-world application scenarios, where it outperforms existing training-free baselines on revisit consistency without losing overall video quality. Project Page: https://wenchao-m.github.io/ClosetheLoop.github.io/
Chinese Translation
最近的条件视频生成模型在将3D引擎渲染(如深度图和无纹理几何体)转化为游戏和沉浸式内容创作的照片级真实视频方面展现了良好的潜力。这些应用需要长时间跨度的自回归生成,能够在保持持久的3D世界的同时不断合成新帧。自回归生成器通过有限的KV缓存逐块合成视频,因此当相机在上下文被驱逐后重新访问某个位置时,模型往往会重新生成不一致的外观,尽管条件渲染(例如深度)与基础几何体仍然完美对齐。我们通过利用3D引擎已经提供的对应关系来解决这种重访不一致性,而无需任何后期训练:时间对应关系将姿态匹配的历史潜在块检索到KV缓存中作为闭环记忆,而来自相机姿态和深度重投影的空间对应关系则使得标记级注意力偏向于检索块中几何上对应的区域。我们在从TartanAir和TartanGround数据集中挖掘的闭环轨迹上展示了我们的方法,以反映复杂的现实应用场景,在重访一致性方面超越了现有的无训练基线,同时没有损失整体视频质量。项目页面:https://wenchao-m.github.io/ClosetheLoop.github.io/
cs.CV / 7 / 2607.21850

SCALE: Self-Supervised Constraint-Aware Layout GEneration for Local P&R DRV Fixing at Advanced Nodes

SCALE:自监督约束感知布局生成用于先进节点的局部放置与布线设计规则违规修复
Ho, Chia-Tung, Yang, Haoyu, Zhou, Guanglei, Nishi, Yoshi, Li, Yaguang, Turner, Walker, Yu, Cunxi, Chen, Yiran, Khailany, Brucek
Abstract
As semiconductor manufacturing advances toward sub-2nm nodes, local place-and-route (P&R) design-rule violation (DRV) fixing is increasingly limited by complex rule interactions, dense multi-layer routing geometries, and foundry-specific constraints. While Large Language Models (LLMs) have recently demonstrated strong capabilities in EDA scripting and documentation, their application to visual layout understanding remains largely unexplored: diagnosing DRC violations from layout imagery demands precise geometric reasoning and foundry-specific rule knowledge absent from general-purpose VLM training. We propose SCALE, a framework with a self-supervised layout-generation stage for local DRV fixing at advanced nodes. Multi-layer layout geometry is serialized into structured text, and a fine-tuned language model learns to reconstruct randomly masked polygons from surrounding BEOL context alone without violation labels. At inference, natural-language rule constraints and high-temperature sampling steer generation toward diverse, violation-prone layout variants validated by an industrial signoff DRC checker, producing DRC-annotated layout--violation pairs used to fine-tune a domain-adapted DRC-VLM. This VLM provides rule-aware geometric guidance for local DRV repair, boosting state-of-the-art agents' solve rates by +12--25% (up to 97%) on 100 real sub-2nm cases spanning enclosure, spacing, width, and color-spacing violations.
Chinese Translation
随着半导体制造向亚2纳米节点发展,局部放置与布线(P&R)设计规则违规(DRV)修复越来越受到复杂规则交互、密集的多层布线几何形状以及特定铸造厂约束的限制。尽管大型语言模型(LLMs)最近在电子设计自动化(EDA)脚本和文档方面展现出强大的能力,但它们在视觉布局理解方面的应用仍然 largely unexplored:从布局图像中诊断设计规则检查(DRC)违规需要精确的几何推理和特定铸造厂的规则知识,而这些在通用视觉语言模型(VLM)训练中并不存在。我们提出了SCALE,一个具有自监督布局生成阶段的框架,用于先进节点的局部DRV修复。多层布局几何被序列化为结构化文本,经过微调的语言模型学习仅通过周围的后端工艺(BEOL)上下文重建随机遮挡的多边形,而无需违规标签。在推理阶段,自然语言规则约束和高温采样引导生成朝向多样化的、易违规的布局变体,这些变体经过工业签署的DRC检查器验证,生成带有DRC注释的布局-违规对,用于微调领域适应的DRC-VLM。该VLM为局部DRV修复提供了规则感知的几何指导,提升了最先进代理的解决率,增加了12%至25%(最高可达97%),在100个真实的亚2纳米案例中涵盖了封闭、间距、宽度和颜色间距违规。
cs.CV / 8 / 2607.21881

Farmland Extent and Visible Boundary Mapping from 1 m NAIP Imagery Using Residual U-Net and Text-Prompted SAM 3 Refinement

基于残差 U-Net 和文本提示 SAM 3 精细化的 1 米 NAIP 图像农业用地范围及可见边界映射
Narimani, Mohammadreza, Anand, Vikram, Farajpoor, Parastoo
Abstract
Agricultural field maps are often proprietary, incomplete, or outdated, yet they provide the spatial framework for crop monitoring, production accounting, and land-conversion analysis. This study presents a reproducible workflow for mapping farmland extent and visible boundaries from 1 m NAIP RGB imagery. Thirty-seven scenes spanning open cropland, peri-urban interfaces, semi-arid irrigation geometries, and fragmented mosaics were annotated in CVAT and converted to binary masks. Non-overlapping 256 x 256 patches yielded 5,698 samples, split by source scene into 3,850 training, 770 validation, and 1,078 test patches. A residual U-Net (ResUNet) trained with a Dice-dominant loss, L = 2.5(1 - Dice) + BCE, achieved test accuracy 0.8808, IoU 0.8605, Dice 0.9234, precision 0.8766, and recall 0.9794. A frozen SAM 3 branch prompted with "agricultural farmland field" was fused with ResUNet by logical OR. On selected difficult patches, Dice improved from 0.858 to 0.955 (orchard rows) and from 0.804 to 0.903 (fragmented parcels). Sliding-window stitching produced coherent regional masks (example tile Dice 0.898 and 0.919). The product is a semantic farmland-extent layer, not a cadastral parcel map, and supports agricultural monitoring where current field layers are unavailable.
Chinese Translation
农业田地图通常是专有的、不完整的或过时的,但它们为作物监测、生产核算和土地转化分析提供了空间框架。本研究提出了一种可重复的工作流程,用于从 1 米 NAIP RGB 图像中映射农业用地范围和可见边界。对跨越开放农田、城市边缘、半干旱灌溉几何形态和破碎马赛克的 37 个场景进行了标注,并转换为二进制掩膜。非重叠的 256 x 256 裁剪生成了 5,698 个样本,按源场景分为 3,850 个训练、770 个验证和 1,078 个测试裁剪。使用 Dice 主导损失 L = 2.5(1 - Dice) + BCE 训练的残差 U-Net (ResUNet) 达到了测试准确率 0.8808,IoU 0.8605,Dice 0.9234,精确率 0.8766,召回率 0.9794。通过逻辑或将冻结的 SAM 3 分支与提示为“农业农田”的 ResUNet 融合。在选定的困难裁剪上,Dice 从 0.858 提高到 0.955(果园行)和从 0.804 提高到 0.903(破碎地块)。滑动窗口拼接生成了连贯的区域掩膜(示例瓦片 Dice 0.898 和 0.919)。该产品是一个语义农业用地范围层,而不是地籍地块图,并支持在当前田层不可用的情况下进行农业监测。
cs.CV / 9 / 2607.21896

Learning Adaptive Semantic Gaussian Allocation for 3D Occupancy

学习自适应语义高斯分配用于3D占用预测
Ning, Kanglin, Zhao, Yiran, Li, Wenrui, Quan, Houde, Li, Qifan, Wang, Xingtao, Fan, Xiaopeng
Abstract
Semantic 3D Gaussians provide a compact representation for 3D semantic occupancy prediction by rendering semantic primitives into a voxel volume under voxel-wise supervision. Recent methods have improved the modeling ability and efficiency of this representation through more flexible primitive shapes, geometry-guided initialization, and progressive densification. However, these advances mainly determine how primitives are represented, initialized, or added, and do not explicitly address how to select the most useful Gaussians when their total number must be limited to control memory and computation. This imbalance creates an allocation bottleneck: redundant Gaussians remain in simple regions, while difficult regions receive insufficient semantic support. We propose the Semantic Gaussian Allocation Transformer (SAGFormer), which uses Gaussian attributes and local geometric-semantic features to score candidates and select a fixed final Gaussian set. Experiments on nuScenes-SurroundOcc and SSCBench-KITTI-360 show that SAGFormer improves occupancy prediction under the evaluated protocols and yields more semantically consistent and better-utilized Gaussian representations. Under similar final counts and raw coverage, it reduces semantic mixing, strengthens class-consistent voxel support, and produces fewer unused Gaussians. The results indicate that explicit capacity allocation is a useful complement to Gaussian refinement for semantic occupancy prediction.
Chinese Translation
语义3D高斯为3D语义占用预测提供了一种紧凑的表示,通过在体素级监督下将语义原语渲染到体素体积中。最近的方法通过更灵活的原语形状、几何引导的初始化和渐进式稠密化,提高了这种表示的建模能力和效率。然而,这些进展主要决定了原语的表示、初始化或添加方式,并未明确解决在总数必须限制以控制内存和计算时如何选择最有用的高斯的问题。这种不平衡造成了分配瓶颈:冗余的高斯留在简单区域,而困难区域则获得不足的语义支持。我们提出了语义高斯分配变换器(Semantic Gaussian Allocation Transformer, SAGFormer),它利用高斯属性和局部几何-语义特征对候选者进行评分,并选择固定的最终高斯集。在nuScenes-SurroundOcc和SSCBench-KITTI-360上的实验表明,SAGFormer在评估协议下改善了占用预测,并产生了更具语义一致性和更好利用的高斯表示。在相似的最终数量和原始覆盖下,它减少了语义混合,加强了类别一致的体素支持,并产生了更少的未使用高斯。结果表明,明确的容量分配是语义占用预测中高斯精炼的有益补充。
cs.CV / 10 / 2607.21897

ISPCloak: Weaponizing ISP for Optimization-Free Physical Camouflage against Deepfake Detectors

ISPCloak:利用ISP实现无优化物理伪装以对抗深度伪造检测器
Zhao, Jiale, Wan, Jiajun, Tang, Lei, Qin, Ye, Jin, Kebing, Qin, Jinghui
Abstract
The rapid advancement of generative models has spurred the critical need to evaluate the worst-case robustness of deepfake detectors. In this paper, we reveal a fundamental blind spot in current forensic paradigms: while existing detectors excel at capturing digital synthesis artifacts, their effectiveness drops drastically when AI-generated content is cloaked in authentic physical imaging characteristics. We posit that genuine photographs inherently possess hardware-intrinsic statistical signatures, which are imperceptible footprints imprinted by optical sensors and Image Signal Processing (ISP) pipelines, and are fundamentally absent in purely data-driven generative models. Driven by this insight, we propose ISPCloak, a novel optimization-free adversarial attack framework that explicitly weaponizes the ISP pipeline to mislead the judgment of deepfake detectors. Rather than relying on computationally expensive gradient perturbations, our method first employs an Invertible ISP network to project images into the RAW domain. Then, we seamlessly imprint the complex statistical priors of real cameras onto AI-generated images by injecting realistic Poisson-Gaussian sensor noise and conducting forward ISP reconstruction. Synergized with generative artifact suppression and adaptive masking, this streamlined physical simulation enables ultra-fast generation of adversarial examples. Extensive experiments show that embedding authentic physical perturbations fundamentally disrupts a broad range of current detection mechanisms, yielding universally evasive adversarial examples with imperceptible visual alterations.
Chinese Translation
生成模型的快速发展催生了对深度伪造检测器最坏情况鲁棒性评估的迫切需求。在本文中,我们揭示了当前取证范式中的一个基本盲点:虽然现有检测器在捕捉数字合成伪影方面表现出色,但当人工智能生成的内容被伪装成真实的物理成像特征时,其有效性急剧下降。我们认为,真实照片固有地具有硬件固有的统计特征,这些特征是由光学传感器和图像信号处理(ISP)管道留下的不可察觉的痕迹,而在纯数据驱动的生成模型中则根本不存在。基于这一洞察,我们提出了ISPCloak,这是一种新颖的无优化对抗攻击框架,明确利用ISP管道来误导深度伪造检测器的判断。我们的方法并不依赖于计算成本高昂的梯度扰动,而是首先使用可逆ISP网络将图像投影到RAW域。然后,我们通过注入真实的泊松-高斯传感器噪声并进行前向ISP重构,将真实相机的复杂统计先验无缝地印刻到AI生成的图像上。结合生成伪影抑制和自适应遮罩,这种简化的物理模拟使对抗样本的生成速度极快。大量实验表明,嵌入真实的物理扰动从根本上破坏了当前广泛的检测机制,产生了具有不可察觉视觉变化的普遍规避对抗样本。
cs.CV / 11 / 2607.21904

Diffusion Models in Medical Image Inpainting: Challenges, Solution Taxonomy, and Future Directions

医学图像修复中的扩散模型:挑战、解决方案分类及未来方向
Mangussi, Arthur Dantas, Santos, Joana Cristo, Pereira, Ricardo Cardoso, Lorena, Ana Carolina, Figueiredo, Mário A. T., Abreu, Pedro Henriques
Abstract
Image inpainting aims to reconstruct missing or corrupted regions of an image while preserving as much as possible, visual and semantic consistency. In medical imaging, this task is particularly important because artifacts, missing information, and pathological alterations can compromise diagnostic reliability and downstream clinical applications. Recently, diffusion models have emerged as state-of-the-art generative approaches for medical image inpainting due to their ability to generate anatomically consistent reconstructions. This survey presents a systematic review of diffusion-based methods for medical image inpainting, covering the main architectures, applications, datasets, and evaluation strategies reported across 60 studies. In addition, we propose a taxonomy for diffusion-based approaches. The analysis reveals a rapid growth of research interest in diffusion-based medical image inpainting, with denoising diffusion probabilistic models and latent diffusion models emerging as the dominant architectures. The reviewed studies mainly focus on artifact removal, data augmentation, pseudo-healthy tissue reconstruction, and anomaly detection, particularly in magnetic resonance imaging and computed tomography imaging. Overall, diffusion models demonstrate strong performance in producing anatomically plausible reconstructions and aiding downstream clinical tasks. However, the review also highlights important challenges, including the lack of standardized benchmarks, limited dataset diversity, and restricted validation procedures across diverse clinical applications and imaging scenarios.
Chinese Translation
图像修复旨在重建图像中缺失或损坏的区域,同时尽可能保持视觉和语义的一致性。在医学成像中,这一任务尤为重要,因为伪影、缺失信息和病理变化可能会影响诊断的可靠性和后续的临床应用。近年来,扩散模型因其生成解剖一致重建的能力,已成为医学图像修复的最先进生成方法。本调查提供了对基于扩散的方法在医学图像修复中的系统回顾,涵盖了60项研究中报告的主要架构、应用、数据集和评估策略。此外,我们提出了基于扩散方法的分类。分析显示,基于扩散的医学图像修复研究兴趣迅速增长,去噪扩散概率模型和潜在扩散模型成为主导架构。回顾的研究主要集中在伪影去除、数据增强、伪健康组织重建和异常检测,特别是在磁共振成像和计算机断层成像中。总体而言,扩散模型在生成解剖上合理的重建和辅助后续临床任务方面表现出色。然而,回顾也强调了重要的挑战,包括缺乏标准化基准、数据集多样性有限以及在不同临床应用和成像场景中的验证程序受限。
cs.CV / 12 / 2607.21953

Low-Altitude Channel Multipath Prediction via Panoramic Perception and Vision-Language Model

基于全景感知和视觉-语言模型的低空信道多径预测
Zeng, Zihang, Sun, Shu, Tao, Meixia, Chen, Zhiyong, Mo, Jianhua, Gu, Xiangwen
Abstract
Unmanned aerial vehicle (UAV) communication is expected to support a wide range of low-altitude applications in 6G mobile networks. However, traditional statistical channel models provide limited accuracy in specific environments, while deterministic methods such as ray tracing usually rely on accurate three-dimensional environment models and involve high computational complexity. Existing multimodal channel prediction approaches mainly focus on large-scale metrics such as path loss, and remain insufficient for modeling small-scale parameters. To address these limitations, this paper proposes PanoLAMP, a Panoramic perception and vision-language model-based Low-Altitude Multipath Prediction framework. It adopts a pretrained vision-language model as the backbone and captures the propagation environment features through panoramic RGB-D observations collected at both the transmitter and receiver to predict the delay, power, azimuth angle, and zenith angle offset relative to the line-of-sight path. Experiments are conducted on a synthetic dataset containing 18,949 UAV-vehicle links across seven UAV altitudes. Experimental results show that the proposed method consistently outperforms representative baselines in both multipath parameters and statistical metrics, and demonstrates stronger generalization across different flight heights.
Chinese Translation
无人机(UAV)通信预计将在6G移动网络中支持广泛的低空应用。然而,传统的统计信道模型在特定环境中的准确性有限,而诸如光线追踪等确定性方法通常依赖于准确的三维环境模型,并涉及高计算复杂度。现有的多模态信道预测方法主要集中在路径损耗等大规模指标上,对于小规模参数的建模仍显不足。为了解决这些局限性,本文提出了PanoLAMP,一个基于全景感知和视觉-语言模型的低空多径预测框架。该框架采用预训练的视觉-语言模型作为骨干,通过在发射机和接收机收集的全景RGB-D观测来捕捉传播环境特征,以预测相对于视距路径的延迟、功率、方位角和天顶角偏移。实验在一个包含18,949个无人机-车辆链路的合成数据集上进行,涵盖七个无人机高度。实验结果表明,所提出的方法在多径参数和统计指标上均持续优于代表性基线,并在不同飞行高度上表现出更强的泛化能力。
cs.CV / 13 / 2607.21970

TextSLIP: Text Self-Supervised CLIP for Medical Report Generation

TextSLIP:用于医学报告生成的文本自监督CLIP
Jiang, Haoyu, Cong, Ziping
Abstract
Automating radiology report generation is important for improving reporting consistency and clinical workflows . While Contrastive Language--Image Pretraining (CLIP) has advanced medical vision language modeling, existing CLIP-style approaches may still provide insufficient fine-grained semantic supervision for complex report generation. Standard CLIP primarily optimizes cross-modal alignment, without explicitly structuring the textual embedding space that guides visual representation learning. To address this limitation, we propose TextSLIP, a general medical vision-language pretraining framework that augments CLIP with intra-modal text contrastive learning. By improving textual embedding discriminability through self-supervised augmented text pairs, TextSLIP is designed to provide finer-grained linguistic supervision to the visual encoder. As an initial validation, we pretrain TextSLIP on a curated dataset of 7 million brain MRI image-text pairs and fine-tune the pretrained visual encoder within a report generation architecture. In controlled comparisons with CLIP-style baselines, TextSLIP shows consistent improvements on report generation metrics. Ablation studies further suggest that text-side self-supervision contributes to the observed gains. These results indicate that text-level contrastive learning is a promising direction for improving medical visual-textual alignment, while broader validation across additional medical domains remains an important next step.
Chinese Translation
自动化放射学报告生成对于提高报告的一致性和临床工作流程至关重要。尽管对比语言-图像预训练(CLIP)在医学视觉语言建模方面取得了进展,但现有的CLIP风格方法可能仍然无法为复杂报告生成提供足够的细粒度语义监督。标准CLIP主要优化跨模态对齐,而没有明确构建指导视觉表示学习的文本嵌入空间。为了解决这一局限性,我们提出了TextSLIP,一个通用的医学视觉-语言预训练框架,通过模态内文本对比学习增强CLIP。通过自监督增强文本对提高文本嵌入的可区分性,TextSLIP旨在为视觉编码器提供更细粒度的语言监督。作为初步验证,我们在一个包含700万个脑MRI图像-文本对的精心策划的数据集上预训练TextSLIP,并在报告生成架构中微调预训练的视觉编码器。在与CLIP风格基线的对照比较中,TextSLIP在报告生成指标上显示出一致的改进。消融研究进一步表明,文本侧的自监督对观察到的提升有贡献。这些结果表明,文本级对比学习是改善医学视觉-文本对齐的一个有前景的方向,而在其他医学领域进行更广泛的验证仍然是一个重要的下一步。
cs.CV / 14 / 2607.21973

Rethinking Layer-Wise Information Allocation for Vision Foundation Model Adaptation

重新思考视觉基础模型适应中的层级信息分配
Li, Yuqi, Xiao, Xi, Zhang, Yunbei, Zhao, Lin, Li, Yu, Zhao, Aiden, Wang, Tianyang, Xu, Hao, Tian, Yingli
Abstract
Vision foundation models are increasingly reused as frozen backbones for downstream visual recognition, making parameter-efficient adaptation a central problem. Prompt-based adaptation, including Visual Prompt Tuning (VPT), provides a lightweight way to specialize these models, but its layer-wise behavior remains poorly understood: performance is sensitive to prompt depth, placement, and task distribution, and gains on standard in-domain benchmarks do not always translate into robust generalization. We argue that this limitation is not solely an optimization issue, but a layer-wise information allocation issue: existing prompt-based methods lack principled control over what prompt-conditioned representations should preserve, suppress, and propagate across depth. Inspired by the Information Bottleneck principle, we introduce Prompted Information Bottlenecks (PIB), a framework that regularizes layer-wise compression-sufficiency trade-offs and promotes a more coherent cross-layer information path. The key idea is that effective adaptation should be minimal yet sufficient, retaining task-relevant local evidence in earlier layers while progressively discarding nuisance factors and redundant details in deeper layers. Extensive experiments show that PIB achieves strong performance across 34 datasets, reaching 92.1% on FGVC, 93.01% on HTA, and 77.33% on VTAB-1k, while tuning only 0.35% parameters on average across the main settings. Beyond benchmark accuracy, PIB helps explain the non-monotonic behavior of prompt capacity scaling, reduces shortcut reliance, and improves robustness under distribution shift and fine-grained recognition settings. These results position PIB as both a practical method and an information-allocation perspective for adapting frozen vision foundation models. Our code is available at https://github.com/itsnotacie/MM-26-PIB
Chinese Translation
视觉基础模型越来越多地作为冻结的骨干网络被重用于下游视觉识别,使得参数高效的适应成为一个核心问题。基于提示的适应方法,包括视觉提示调优(Visual Prompt Tuning, VPT),提供了一种轻量化的方式来专门化这些模型,但其层级行为仍然缺乏深入理解:性能对提示的深度、位置和任务分布非常敏感,并且在标准的领域内基准测试上的提升并不总能转化为稳健的泛化能力。我们认为,这一限制不仅仅是一个优化问题,而是一个层级信息分配的问题:现有的基于提示的方法缺乏对提示条件表示应当保留、抑制和在深度上传播的原则性控制。受到信息瓶颈原理的启发,我们引入了提示信息瓶颈(Prompted Information Bottlenecks, PIB),这是一个规范层级压缩充分性权衡的框架,并促进更连贯的跨层信息路径。关键思想是有效的适应应当是最小但足够的,在早期层保留与任务相关的局部证据,同时在更深层逐步丢弃干扰因素和冗余细节。大量实验表明,PIB在34个数据集上实现了强劲的性能,在FGVC上达到92.1%,在HTA上达到93.01%,在VTAB-1k上达到77.33%,而在主要设置中平均仅调整0.35%的参数。超越基准准确性,PIB有助于解释提示容量扩展的非单调行为,减少对捷径的依赖,并在分布转移和细粒度识别设置下提高鲁棒性。这些结果使PIB既成为一种实用方法,也成为适应冻结视觉基础模型的信息分配视角。我们的代码可在 https://github.com/itsnotacie/MM-26-PIB 获取。
cs.CV / 15 / 2607.21998

Medical-Checklist: Assessing the Comprehension of Medical Images by Multimodal Models

医疗检查表:评估多模态模型对医学图像的理解能力
Limanond, Bannapol, Suganuma, Masanori, Okatani, Takayuki
Abstract
This paper introduces a new benchmark test, Medical-Checklist, for assessing medical multimodal models. The recent advancements in multimodal models have demonstrated significant potential in the field of medical vision-language tasks. However, it is becoming increasingly clear that evaluating these models' performance, whether they are applied to natural or medical images, is challenging. The critical question is whether the models can accurately understand an input image while associating it with relevant input text. To address this, Medical-Checklist imposes a binary test on the models: they are given an image and two captions, where one is correct and the other incorrect, and the model must select the correct one. The incorrect caption contains a single medical concept (word or phrase) that is inaccurately substituted from the correct caption. Although the task is simple, this simplicity enables the unified assessment of diverse multimodal models designed and learned on different principles. It also enables us to verify whether models correctly understand a wide range of medical concepts across various medical sub-domains. Medical-Checklist is designed to reduce potential biases in data and to enable evaluation of the models' ability to handle out-of-distribution inputs, which were difficult in existing datasets. When evaluating four state-of-the-art medical multimodal models with Medical-Checklist, it was revealed that despite their excellent performance in specific tasks such as Med-VQA, they may not correctly understand images, suggesting a long journey ahead for clinical application. The dataset and code will be made public upon acceptance.
Chinese Translation
本文介绍了一项新的基准测试——医疗检查表(Medical-Checklist),用于评估医学多模态模型。近年来,多模态模型的进展在医学视觉-语言任务领域展现了显著的潜力。然而,评估这些模型在自然图像或医学图像上的性能变得越来越具有挑战性。关键问题在于模型是否能够准确理解输入图像,并将其与相关的输入文本关联起来。为了解决这个问题,医疗检查表对模型施加了一项二元测试:模型接收一幅图像和两个标题,其中一个是正确的,另一个是错误的,模型必须选择正确的标题。错误的标题包含一个医学概念(词或短语),该概念是从正确标题中不准确替换而来的。尽管任务简单,但这种简单性使得能够统一评估基于不同原则设计和学习的多样化多模态模型。同时,它还使我们能够验证模型是否能够正确理解各个医学子领域中的广泛医学概念。医疗检查表旨在减少数据中的潜在偏见,并评估模型处理分布外输入的能力,这在现有数据集中是困难的。在使用医疗检查表评估四种最先进的医学多模态模型时,结果显示,尽管它们在特定任务(如Med-VQA)中表现出色,但可能无法正确理解图像,这表明临床应用的道路仍然漫长。数据集和代码将在接受后公开。
cs.CV / 16 / 2607.22013

Visual Saliency Steering Distillation for Multimodal Chain-of-Thought Reasoning

用于多模态思维链推理的视觉显著性引导蒸馏
Yang, Hao, Wang, Jin, Zhang, Xuejie
Abstract
Multimodal chain-of-thought (CoT) reasoning integrates visual and textual cues through step-by-step inference. In small models with limited token budgets, modality-interaction fusion often suppresses tiny cross-modal differences. In particular, multimodal CoT often struggles when different images pair with identical text or different texts pair with an identical image, making such inputs nearly indistinguishable after fusion. This study proposes Visual Saliency Steering Distillation (VSSD). VSSD leverages the attention maps of multimodal large language models to generate perturbed images that capture task-sensitive feature directions, and then applies singular value decomposition to extract dominant steering vectors to guide inter-layer distillation. Experiments on ScienceQA and M$^3$CoT demonstrate that VSSD improves rationale generation and answer inference. The code is available at https://github.com/BGWH123/VSSD.
Chinese Translation
多模态思维链(CoT)推理通过逐步推理整合视觉和文本线索。在令牌预算有限的小型模型中,模态交互融合往往抑制微小的跨模态差异。尤其是在不同图像与相同文本配对或不同文本与相同图像配对时,多模态 CoT 通常面临困难,使得此类输入在融合后几乎无法区分。本研究提出了视觉显著性引导蒸馏(VSSD)。VSSD 利用多模态大型语言模型的注意力图生成捕捉任务敏感特征方向的扰动图像,然后应用奇异值分解提取主导引导向量,以指导层间蒸馏。在 ScienceQA 和 M$^3$CoT 上的实验表明,VSSD 改善了推理生成和答案推断。代码可在 https://github.com/BGWH123/VSSD 获取。
cs.CV / 17 / 2607.22016

EVL-MCoT: Enhanced Vision-Language Multi-CoT for Harmful Meme Detection

EVL-MCoT:增强视觉-语言多链思维模型用于有害表情包检测
Yang, Hao, Wang, Jin, Zhang, Xuejie
Abstract
MEMEs are widely used on the internet and often carry strong elements of sarcasm or irony. Understanding their hidden meanings typically requires a joint interpretation of text and vision. Existing methods focus on the dual-stream vision-language model to extract the visual and text simultaneously, which lacks background information and prior knowledge about the comprehensive explanation of MEME. One feasible option is to adopt chain-of-thought (CoT). However, the simple CoT approach lacks multi-perspective thinking, which may compromise the reliability of the resulting answers. Moreover, it often relies on shallow feature fusion, lacking the fusion of local details and fine-grained visual-prompt text alignment. This limitation prevents a deeper understanding of the intricate connections between the visual and the text. Herein, an enhanced vision-language multi-CoT (EVL-MCoT) approach is proposed to address these limitations. By promoting multi-CoT, EVL-MCoT enhances consistency and reduces bias in the decision-making process. Additionally, we design a prototype-guided and context-guided decoding framework, which incorporates visual prototypes to guide the fusion process and enables the model to align textual and visual information more precisely. We achieve promising results on the HatefulMemes and MultiOff datasets. The source code has been publicly released and is available at https://github.com/BGWH123/EVL-MCoT.
Chinese Translation
表情包在互联网上被广泛使用,通常蕴含强烈的讽刺或讽喻元素。理解其隐藏含义通常需要对文本和视觉进行联合解读。现有方法集中于双流视觉-语言模型,同时提取视觉和文本,但缺乏关于表情包综合解释的背景信息和先验知识。一种可行的选择是采用链思维(CoT)。然而,简单的CoT方法缺乏多角度思考,这可能影响结果答案的可靠性。此外,它通常依赖于浅层特征融合,缺乏局部细节的融合和细粒度视觉-提示文本的对齐。这一局限性阻碍了对视觉与文本之间复杂关系的深入理解。在此,我们提出了一种增强视觉-语言多链思维模型(EVL-MCoT)以解决这些局限性。通过促进多链思维,EVL-MCoT增强了一致性并减少了决策过程中的偏差。此外,我们设计了一个原型引导和上下文引导的解码框架,该框架结合视觉原型来指导融合过程,使模型能够更精确地对齐文本和视觉信息。我们在HatefulMemes和MultiOff数据集上取得了良好的结果。源代码已公开发布,可在https://github.com/BGWH123/EVL-MCoT获取。
cs.CV / 18 / 2607.22034

Small Vision-Language Models Know When They Are Wrong But Cannot Say So: A Two-Model Study of Stated versus Internal Confidence Under Realistic Image Degradation

小型视觉语言模型知道何时出错但无法表达:在现实图像退化下声明与内部信心的双模型研究
Ferdous, M M Asif
Abstract
Vision-language models (VLMs) are increasingly deployed on consumer hardware where input images are degraded by compression, camera shake, and poor lighting. In such settings, a reliable uncertainty signal matters more than raw accuracy, because it determines when a system should defer rather than answer. We evaluate two small open-weight VLMs -- Qwen2-VL-2B-Instruct and SmolVLM-Instruct -- across six realistic photographic degradations at three severity levels, comparing two confidence signals: the confidence the model states in natural language, and the model's own mean token probability over its generated answer. Across 3,800 predictions, we find a large and consistent gap. Verbalized confidence in Qwen2-VL is almost constant (mean 0.87-0.90 across all conditions) and detects its own errors at chance level (AUROC 0.39-0.75, typically ~0.50), while internal token probability from the same model separates correct from incorrect answers with AUROC 0.92-0.99. In SmolVLM, verbalized confidence proved largely unobtainable: across three prompt templates, only one of five pilot attempts produced a parseable confidence value, while internal probability again yielded above-chance error detection (AUROC 0.54-0.92). Both models fail in the same place: under severe underexposure, accuracy collapses (0.99->0.22 for Qwen2-VL, 0.97->0.42 for SmolVLM) while both confidence signals barely move, and internal error-detection falls to chance. We conclude that small VLMs encode usable self-knowledge that their verbalized output does not express, that internal probability is therefore the better deferral signal in constrained deployment, and that neither signal should be trusted under severe low-light conditions.
Chinese Translation
视觉语言模型(VLMs)越来越多地部署在消费硬件上,其中输入图像受到压缩、相机抖动和光照不足的影响。在这种情况下,可靠的不确定性信号比原始准确性更为重要,因为它决定了系统何时应该推迟回答而不是直接回答。我们评估了两个小型开放权重的 VLM——Qwen2-VL-2B-Instruct 和 SmolVLM-Instruct——在三种严重程度的六种现实摄影退化下的表现,比较了两种信心信号:模型在自然语言中表述的信心,以及模型对其生成答案的平均标记概率。在 3,800 次预测中,我们发现了一个显著且一致的差距。Qwen2-VL 的口头信心几乎保持不变(在所有条件下的平均值为 0.87-0.90),并且以随机水平检测自身错误(AUROC 0.39-0.75,通常约为 0.50),而同一模型的内部标记概率则以 AUROC 0.92-0.99 区分正确与错误答案。在 SmolVLM 中,口头信心几乎无法获得:在三种提示模板中,只有五次试点尝试中的一次产生了可解析的信心值,而内部概率再次实现了高于随机水平的错误检测(AUROC 0.54-0.92)。两个模型在同一情况下失败:在严重欠曝光下,准确性崩溃(Qwen2-VL 从 0.99 降至 0.22,SmolVLM 从 0.97 降至 0.42),而两种信心信号几乎没有变化,内部错误检测降至随机水平。我们得出结论,小型 VLM 编码了可用的自我知识,但其口头输出未能表达,因此内部概率在受限部署中是更好的推迟信号,并且在严重低光条件下,两种信号都不应被信任。
cs.CV / 19 / 2607.22053

A Smooth Phase-Separation Model for Weak-Boundary Segmentation of Homogeneous Structures

一种平滑相分离模型用于均匀结构的弱边界分割
Li, Zihan, Sun, Jiebao, Song, Fanghui, Guo, Zhichang
Abstract
Segmentation of adjacent structures with similar intensity distributions remains a challenging problem in image analysis, particularly when object boundaries are weak or ambiguous. Under such conditions, classical variational models may suffer from degenerated image-driven forces, leading to boundary leakage or undesired merging of neighboring regions. To address these limitations, we propose a smooth phase-separation variational model based on the Cahn--Hilliard equation for weak-boundary segmentation of homogeneous-appearance structures. The proposed framework integrates softmax-based region fitting with Cahn--Hilliard phase-field regularization to maintain interface discrimination under weak image-driven forces. We further introduce a mixed $L^2-H^{-1}$ gradient flow, which preserves higher-order interfacial regularization while allowing adaptive changes of phase masses, establish the continuous energy dissipation law, and prove the existence and uniqueness of weak solutions in the natural solution class. For numerical computation, we develop a stabilized scalar auxiliary variable (SAV) scheme that is linear, FFT-based, and satisfies a modified discrete energy dissipation law. Numerical experiments on synthetic and medical images demonstrate that the proposed method effectively separates adjacent homogeneous structures across weak boundaries and achieves competitive segmentation accuracy and improved boundary localization compared with representative variational, phase-field, and deep learning methods.
Chinese Translation
相邻结构的分割,尤其是当物体边界较弱或模糊时,仍然是图像分析中的一个挑战性问题。在这种情况下,经典的变分模型可能会遭遇退化的图像驱动力,导致边界泄漏或邻近区域的不必要合并。为了解决这些局限性,我们提出了一种基于Cahn--Hilliard方程的平滑相分离变分模型,用于均匀外观结构的弱边界分割。所提出的框架结合了基于softmax的区域拟合与Cahn--Hilliard相场正则化,以在弱图像驱动力下保持界面的区分。我们进一步引入了一种混合的$L^2-H^{-1}$梯度流,保持高阶界面正则化的同时允许相质量的自适应变化,建立连续能量耗散定律,并证明自然解类中弱解的存在性和唯一性。为了进行数值计算,我们开发了一种稳定的标量辅助变量(SAV)方案,该方案是线性的、基于快速傅里叶变换(FFT)的,并满足修改后的离散能量耗散定律。在合成图像和医学图像上的数值实验表明,所提出的方法有效地分离了弱边界下的相邻均匀结构,并在分割精度和边界定位方面与代表性的变分、相场和深度学习方法相比取得了竞争力的效果。
cs.CV / 20 / 2607.22068

Rethinking Multi-Branch and Cross-Backbone Fusion for Vehicle Re-Identification in the Foundation-Model Era

在基础模型时代重新思考多分支与跨骨干融合在车辆重识别中的应用
Wang, Yu, Yang, Hongyu
Abstract
Multi-branch architectures and CNN-Transformer fusion have long been regarded as effective ways to improve vehicle re-identification (Re-ID) by combining complementary representations. In this work, we revisit this assumption in the foundation-model era through a comprehensive empirical study. A single DINOv3-pretrained ConvNeXt trained with a tuned recipe achieves 88.19 mAP on VeRi-Wild Small and 77.47 mAP on VeRi-Wild Large using visual cues alone, matching the strongest protocol-verified metadata-dependent multi-branch baseline. Applying training-free re-ranking further improves performance to 92.38 and 83.68 mAP, respectively. Using this strong baseline together with retrieval-level branch diagnostics, we evaluate whether increasing representational diversity still provides measurable gains. Across both benchmarks, concatenating multiple branches built on a shared backbone changes the best single-branch performance by less than one mAP point while increasing the embedding dimension by 4x, and the resulting representation has an effective rank close to the original feature dimension. We further study cross-backbone fusion using an asymmetric frozen-anchor strategy to combine ConvNeXt and Vision Transformer representations. Despite these favorable conditions, Transformer branches consistently remain 13-15 mAP below the ConvNeXt backbone, and paired per-query bootstrap analysis estimates the largest observed fusion gain to be only +0.11 mAP (95% confidence interval). Our results suggest that, under the evaluated setting, improving a single strong foundation-model backbone together with retrieval-stage re-ranking is more effective than increasing architectural complexity through additional branches or heterogeneous backbones. We restrict our conclusions to single-seed training and one family of foundation models and discuss conditions under which these observations may not hold.
Chinese Translation
多分支架构和CNN-Transformer融合长期以来被视为通过结合互补表示来提升车辆重识别(Re-ID)效果的有效方法。在本研究中,我们通过全面的实证研究重新审视这一假设,聚焦于基础模型时代。使用经过调优的配方训练的单个DINOv3预训练ConvNeXt,仅凭视觉线索在VeRi-Wild Small上达到了88.19 mAP,在VeRi-Wild Large上达到了77.47 mAP,匹配了最强的基于协议验证的元数据依赖多分支基线。应用无训练的重新排序进一步将性能提升至92.38和83.68 mAP。利用这一强基线以及检索级分支诊断,我们评估了增加表示多样性是否仍能带来可测量的收益。在两个基准测试中,基于共享骨干网络构建的多个分支的连接对最佳单分支性能的影响小于一个mAP点,同时嵌入维度增加了4倍,得到的表示的有效秩接近原始特征维度。我们进一步研究使用不对称冻结锚点策略的跨骨干融合,以结合ConvNeXt和视觉Transformer的表示。尽管这些条件有利,Transformer分支的性能始终比ConvNeXt骨干低13-15 mAP,配对的每查询自助分析估计观察到的最大融合增益仅为+0.11 mAP(95%置信区间)。我们的结果表明,在评估的设置下,提升单个强基础模型骨干与检索阶段重新排序的结合比通过额外分支或异构骨干增加架构复杂性更为有效。我们将结论限制在单种种子训练和一类基础模型上,并讨论这些观察结果可能不成立的条件。
cs.CV / 21 / 2607.22071

ReCowGnition: A Realistic Biometric Benchmark for Cow Face Recognition

ReCowGnition:牛面部识别的现实生物特征基准
Huber, Marco, Kiesewalter, Marco, Pieper, Judith Louise, Kubsch, Bastian, Damer, Naser
Abstract
With the development of precision livestock farming and the advances in computer vision, visual animal biometrics has gained attention. Using biometric technologies that have been proven effective for humans to identify livestock can increase animal welfare as well as production efficiency. However, challenges such as complex scenarios, similar appearances, occlusions, and non-cooperative behavior, as well as the limited amount of publicly available labeled datasets, remain. In this work, we contribute a novel, publicly available cow face benchmark dataset that has been collected in a realistic automatic scenario with 6,838 images of 161 different cows at a dairy farm. In addition to the public dataset, we define two verification and four identification evaluation protocols to foster comparable research in the cow recognition research field. Further, we provide evaluation results on our dataset of six benchmark models, which include models trained on limited data, cross-species fine-tuned models, and zero-shot foundation model approaches.
Chinese Translation
随着精准畜牧业的发展和计算机视觉的进步,视觉动物生物特征识别逐渐受到关注。利用已被证明对人类有效的生物识别技术来识别牲畜,可以提高动物福利和生产效率。然而,复杂场景、相似外观、遮挡和非合作行为等挑战,以及公开可用标注数据集的数量有限,仍然存在。在本研究中,我们贡献了一个新颖的、公开可用的牛面部基准数据集,该数据集在一个现实的自动化场景中收集,共包含6,838张来自161头不同牛只的图像。此外,我们定义了两个验证和四个识别评估协议,以促进牛识别研究领域的可比研究。此外,我们还提供了在我们的数据集上对六个基准模型的评估结果,这些模型包括在有限数据上训练的模型、跨物种微调模型和零样本基础模型方法。
cs.CV / 22 / 2607.22072

Alleviating Regional Shortcuts for Few-Shot Class-Incremental Learning

缓解少样本类别增量学习中的区域捷径
Zhou, Haichen, Lyu, Yazhe, Zou, Yixiong, Li, Ruixuan, Li, Yuhua
Abstract
Few-shot class-incremental learning (FSCIL) aims to incrementally learn novel classes with only a few samples while avoiding forgetting base classes. However, current methods show a tendency to misclassify novel-class samples into base classes, which we find to be caused by the excessive focus on base-class-discriminative regions on novel-class samples. In this work, we aim to explore the underlying mechanism for an interpretation and solution. We first provide a compositional view to analyze the transferred and reused spatial patterns on novel-class samples. Then, through extensive experiments and theoretical analysis, we identify both empirically and theoretically that a shortcut exists in the model's base-class training, which naturally forms the excessive focus on only the most discriminative regions (primitives), which we term as the regional shortcut. Finally, based on this interpretation, to address this problem, we propose a compositional-learning-based method to learn two primitive sets (a common set and a discriminative set), which alleviates the regional shortcut by constraining the model to learn and utilize the common primitive set for base- and novel-class recognition. Extensive experiments on standard FSCIL benchmarks demonstrate the effectiveness of our approach, yielding consistent improvements over existing state-of-the-art methods in both accuracy and interpretability.
Chinese Translation
少样本类别增量学习(FSCIL)旨在以仅有少量样本的方式逐步学习新类别,同时避免遗忘基础类别。然而,目前的方法往往倾向于将新类别样本误分类为基础类别,我们发现这主要是由于对新类别样本中基础类别判别区域的过度关注。在本研究中,我们旨在探讨这一现象的潜在机制并提出解决方案。我们首先提供了一种组合视角,以分析新类别样本上转移和重用的空间模式。然后,通过广泛的实验和理论分析,我们在经验和理论上都识别出模型基础类别训练中存在捷径,这自然导致了对最具判别性的区域(原始区域)的过度关注,我们称之为区域捷径。最后,基于这一解释,为了解决这一问题,我们提出了一种基于组合学习的方法,以学习两个原始集合(一个公共集合和一个判别集合),通过约束模型学习和利用公共原始集合来缓解区域捷径,从而实现基础类别和新类别的识别。在标准FSCIL基准上的大量实验表明我们的方法的有效性,在准确性和可解释性上均显著优于现有的最先进方法。
cs.CV / 23 / 2607.22078

CommandLM: Data driven behavior level descriptor for ego vehicles

CommandLM:基于数据驱动的自我车辆行为级描述符
Tokic, Boris, Selzer, Constantin, Flohr, Fabian B.
Abstract
As autonomous driving systems move toward real-world deployment, interpretable, behavior-level decision-making is essential for safety, trust, and regulation. We introduce CommandLM, a multimodal large language model that generates concise, human-readable behavior descriptions for ego vehicles from fused multi-sensor data. Our model processes temporally fused bird's-eye view representations from LiDAR and multi-camera inputs via a Q-Former adapter connected to a quantized, LoRA-fine-tuned large language model. Trained on our CommandLM-nuScenes dataset, CommandLM produces intent-aware, interpretable captions suitable for planner supervision and safety auditing. Experiments demonstrate strong linguistic and behavioral alignment, achieving CIDEr 0.67, and BERT-F1 0.88, substantially outperforming the BLIP-2 baseline (CIDEr 0.52, BERT-F1 0.86). In human evaluation, 58% of the generated descriptions were rated accurate, efficient and rule-compliant, confirming their real-world plausibility. While the remaining descriptions may not always select the most efficient, goal-oriented behavior, CommandLM's interpretable outputs enable downstream validation systems to identify and correct such cases, making it an effective tool for transparent behavior auditing. These results show that integrating multimodal fusion with language reasoning yields efficient and transparent behavior-level understanding for autonomous driving. We release our code and dataset at: https://github.com/b-tok/CommandLM
Chinese Translation
随着自动驾驶系统向现实世界部署的推进,可解释的行为级决策对于安全、信任和监管至关重要。我们提出了CommandLM,这是一种多模态大型语言模型,能够从融合的多传感器数据中生成简洁、易于理解的自我车辆行为描述。我们的模型通过一个Q-Former适配器处理来自LiDAR和多摄像头输入的时间融合鸟瞰图表示,该适配器连接到量化的、经过LoRA微调的大型语言模型。CommandLM在我们的CommandLM-nuScenes数据集上进行训练,能够生成意图感知的、可解释的描述,适用于规划者监督和安全审计。实验结果表明,CommandLM在语言和行为上具有强一致性,CIDEr得分为0.67,BERT-F1得分为0.88,显著优于BLIP-2基线(CIDEr 0.52,BERT-F1 0.86)。在人类评估中,58%的生成描述被评为准确、高效且符合规则,确认了其在现实世界中的合理性。虽然剩余的描述可能并不总是选择最有效、以目标为导向的行为,但CommandLM的可解释输出使下游验证系统能够识别并纠正此类情况,从而成为透明行为审计的有效工具。这些结果表明,将多模态融合与语言推理相结合,可以为自动驾驶提供高效且透明的行为级理解。我们将在以下网址发布我们的代码和数据集:https://github.com/b-tok/CommandLM
cs.CV / 24 / 2607.22087

FAIR: Feature-Augmented Implicit Regularization for AI-generated Fake Image Detection

FAIR:用于AI生成假图像检测的特征增强隐式正则化
Haque, Md Redwanul, Murshed, Manzur, Paul, Manoranjan, Lee, Tsz-Kwan
Abstract
Generalization remains a critical bottleneck in AI-generated image detection. Because many modern generators are proprietary or adversarially modified, existing detectors overfit to the low-level textural patterns of accessible training data, resulting in severe failures on unseen domains. Conventional regularization techniques (e.g., $L_1$/$L_2$ norms, Dropout) apply indiscriminate parametric constraints and fail to provide the domain-invariant structure necessary for cross-generator robustness. To address this, we propose Feature-Augmented Implicit Regularization (FAIR). FAIR introduces an orthogonal, macro-structural prior, specifically, Scene Composition Structure (SCS), during training to geometrically constrain the model's optimization trajectory. By augmenting the primary feature space with domain-invariant SCS features, FAIR explicitly penalizes texture-biased shortcut learning. Crucially, this structural prior is entirely discarded at inference, yielding a smoothed, generalized decision boundary with zero architectural or computational overhead. Extensive evaluations across five massive benchmarks demonstrate that integrating FAIR into state-of-the-art detectors significantly improves cross-generator generalization, boosting accuracy by up to 8.04% and establishing new state-of-the-art robustness in zero-shot transfer scenarios.
Chinese Translation
在AI生成图像检测中,泛化仍然是一个关键瓶颈。由于许多现代生成器是专有的或经过对抗性修改的,现有检测器往往对可获取训练数据的低级纹理模式过拟合,导致在未见领域中出现严重失败。传统的正则化技术(例如,$L_1$/$L_2$范数、Dropout)施加不加区分的参数约束,未能提供跨生成器鲁棒性所需的领域不变结构。为了解决这个问题,我们提出了特征增强隐式正则化(FAIR)。FAIR在训练过程中引入了一个正交的宏观结构先验,具体来说是场景组成结构(Scene Composition Structure, SCS),以几何方式约束模型的优化轨迹。通过用领域不变的SCS特征增强主要特征空间,FAIR明确惩罚了偏向纹理的捷径学习。重要的是,这一结构先验在推理时完全被丢弃,从而产生平滑的、泛化的决策边界,且没有任何架构或计算开销。对五个大型基准的广泛评估表明,将FAIR集成到最先进的检测器中显著提高了跨生成器的泛化能力,准确率提高了多达8.04%,并在零样本迁移场景中建立了新的最先进的鲁棒性。
cs.CV / 25 / 2607.22091

Spectral Prior for Reducing Exposure Bias in Diffusion Models

用于减少扩展偏差的谱先验在扩散模型中的应用
Kobayashi, Yuya, Ishii, Masato, Takida, Yuhta, Shibuya, Takashi, Mitsufuji, Yuki
Abstract
Diffusion models typically suffer from error accumulation during iterative sampling, commonly referred to as exposure bias. We reveal systematic frequency-dependent discrepancies between training and inference, which can be interpreted as frequency-dependent SNR error. Crucially, the direction of this mismatch varies across models and timesteps, indicating that fixed correction rules do not generalize. We propose Spectral Alignment (SPA), a lightweight, guidance-based method that calibrates the power spectrum of intermediate predictions to a pre-computed prior. Our approach consists of two stages: (1) offline fitting of a parametric spectrum model from training data, and (2) inference-time guidance via efficient FFT-based gradient computation. SPA introduces minimal computational overhead (3-4\%) and is complementary to Classifier-Free Guidance (CFG). We demonstrate consistent improvements across diverse architectures, from pixel-space models (DDPM, ADM) to latent diffusion models (SD2.0, SDXL) and flow-matching models (SD3.5, FLUX). Our implementation is available at https://github.com/SonyResearch/SPA.
Chinese Translation
扩散模型在迭代采样过程中通常会遭遇误差累积,这种现象通常被称为扩展偏差。我们揭示了训练与推理之间的系统性频率依赖性差异,这可以被解释为频率依赖的信噪比(SNR)误差。关键的是,这种不匹配的方向在不同模型和时间步长之间有所不同,表明固定的修正规则并不能普遍适用。我们提出了谱对齐(Spectral Alignment, SPA),这是一种轻量级的基于引导的方法,旨在将中间预测的功率谱校准到预先计算的先验。我们的方法包括两个阶段:(1)从训练数据中离线拟合参数谱模型;(2)通过高效的基于快速傅里叶变换(FFT)的梯度计算进行推理时的引导。SPA引入的计算开销极小(3-4%),并且与无分类器引导(Classifier-Free Guidance, CFG)互为补充。我们在多种架构中展示了一致的改进,从像素空间模型(DDPM, ADM)到潜在扩散模型(SD2.0, SDXL)以及流匹配模型(SD3.5, FLUX)。我们的实现可在 https://github.com/SonyResearch/SPA 获得。
cs.CV / 26 / 2607.22101

InnoText: A Unified Model for Visual Text Generation and Editing

InnoText:一种用于视觉文本生成和编辑的统一模型
Liu, Haowei, He, Runze, Lu, Jian, Ma, Ao, Ling, Run, Cao, Ke, Feng, Jiasong, Feng, Wei, Lu, Shuo, Xu, Yexing, Wang, Yun, Wang, Jing, Zhang, Zhanjie
Abstract
Diffusion models have recently achieved remarkable success in high-fidelity image synthesis, yet their application to visual text generation and editing remains relatively underexplored. Unlike general image generation, visual text tasks demand precise structural regularity and legibility, which may pose additional challenges for small-scale text and non-Latin scripts such as Chinese. Existing UNet-based models often struggle to produce clear and coherent text, while DiT-based models, though more expressive, are typically limited to a single task, which may lead to redundant training pipelines, inconsistent visual styles, and reduced cross-task generalization. To address these challenges, we propose InnoText, a unified DiT-based framework capable of performing both text generation and editing within a single model. We introduce a Font Size-Aware Modulation (FSAM) module to enhance representations across font scales, a Small-Character Aware Augmentation strategy to improve fine-grained fidelity, and a Task-Specific Region Weighted Loss for adaptive optimization. To support training and evaluation, we also construct a high-quality bilingual (English-Chinese) visual text dataset covering diverse fonts, sizes, and backgrounds. Experimental results demonstrate that our method achieves superior generation accuracy and editing quality, producing visually appealing and realistic text images.
Chinese Translation
扩散模型最近在高保真图像合成方面取得了显著成功,但其在视觉文本生成和编辑方面的应用仍然相对未被充分探索。与一般图像生成不同,视觉文本任务要求精确的结构规律性和可读性,这对于小规模文本和非拉丁文字(如中文)可能带来额外挑战。现有的基于UNet的模型往往难以生成清晰连贯的文本,而基于DiT的模型虽然更具表现力,但通常仅限于单一任务,这可能导致冗余的训练流程、不一致的视觉风格以及降低的跨任务泛化能力。为了解决这些挑战,我们提出了InnoText,一种基于DiT的统一框架,能够在单一模型中执行文本生成和编辑。我们引入了一种字体大小感知调制(Font Size-Aware Modulation, FSAM)模块,以增强不同字体尺度下的表示能力,一种小字符感知增强策略(Small-Character Aware Augmentation)以提高细粒度的保真度,以及一种任务特定区域加权损失(Task-Specific Region Weighted Loss)以实现自适应优化。为了支持训练和评估,我们还构建了一个高质量的双语(英语-中文)视觉文本数据集,涵盖多种字体、大小和背景。实验结果表明,我们的方法在生成准确性和编辑质量上均表现优越,能够生成视觉上吸引人且逼真的文本图像。
cs.CV / 27 / 2607.22117

Projection Pursuit CPCANet for Domain Generalization

用于领域泛化的投影追踪CPCANet
Chen, Yu-Hsi, Seghouane, Abd-Krim
Abstract
Domain Generalization (DG) aims to learn representations robust to distribution shifts. Recent geometric alignment methods, such as CPCANet, extract domain-invariant structures through batch-wise Common Principal Component Analysis (CPCA). However, CPCANet suffers from rank-deficient covariance estimation due to the small-sample-size issue in mini-batch training. To address this limitation, we propose Projection Pursuit CPCANet (PP-CPCANet), a covariance-free framework that learns a global orthogonal basis on the Stiefel manifold and jointly optimizes it with network parameters via the Cayley transform. We further introduce a symmetry-breaking detached-median PP dispersion objective to extract common principal components (CPCs) with dense and robust optimization signals. Experiments on four DG benchmarks show that PP-CPCANet achieves SOTA performance while maintaining stable training.
Chinese Translation
领域泛化(Domain Generalization, DG)旨在学习对分布变化具有鲁棒性的表示。近期的几何对齐方法,如CPCANet,通过批次的共同主成分分析(Common Principal Component Analysis, CPCA)提取领域不变的结构。然而,由于小样本量问题,CPCANet在小批量训练中面临协方差估计的秩不足问题。为了解决这一限制,我们提出了投影追踪CPCANet(Projection Pursuit CPCANet, PP-CPCANet),这是一个无协方差框架,能够在Stiefel流形上学习全局正交基,并通过Cayley变换与网络参数联合优化。我们进一步引入了一种对称破坏的脱离中位数PP离散目标,以提取具有密集和鲁棒优化信号的共同主成分(Common Principal Components, CPCs)。在四个DG基准上的实验表明,PP-CPCANet在保持稳定训练的同时实现了最先进的性能。
cs.CV / 28 / 2607.22129

A Framework for Individual Tree Growth Reconstruction Using Multi-Platform Laser Scanning

基于多平台激光扫描的个体树木生长重建框架
Tavi, Daniella, Soininen, Valtteri, Ruoppa, Lassi, Muhojoki, Jesse, Hyyppä, Juha
Abstract
Accurate tree-level forest monitoring using laser scanning data requires reliable tree delineation, consistent tree correspondence across multitemporal point clouds, and accurate estimation of tree attributes and their change. Reconstructing tree growth in boreal forests is challenging due to the scarcity of historical stem-level data, propagation of errors from older sensors into change estimation, and growth rates with a magnitude of measurement uncertainty. This study investigates a framework for estimating individual tree diameter at breast height (DBH) and stem volume growth using 136 point clouds acquired between 2014--2025 with 11 scanners on airborne (ALS), mobile (MLS), and terrestrial laser scanning (TLS) platforms across boreal forest test sites. Trees were delineated from an MLS point cloud using deep learning-based segmentation which was transferred to the remaining point clouds, resulting in reliable multitemporal tree correspondence. Stem curves were derived from MLS/TLS data, with ALS data used for height estimation, enabling DBH and volume estimation and time series. A height growth-based scaling model was used to reconstruct stem attributes across time and estimate growth. Results showed that modeled growth achieved higher agreement with manual growth estimates than differencing independently estimated attributes from point clouds. The modeled-manual 5- and 10-year growth RMSEs were 55--111\% and 26--67\% for DBH, and 31--87\% and 21--67\% for volume, respectively, depending on plot difficulty. The scaling model was temporally robust, with errors remaining stable or stabilizing after 5--6 years, reaching maximum RMSEs of 8--12\% for DBH and 12--23\% for volume after 12 years. Combining MLS/TLS-derived stem measurements with multitemporal ALS-derived heights provided a robust framework for individual tree growth estimation without requiring multiple under-canopy scans.
Chinese Translation
使用激光扫描数据进行准确的树木级森林监测需要可靠的树木轮廓划分、一致的多时相点云中的树木对应关系,以及对树木属性及其变化的准确估计。在北方森林中重建树木生长面临挑战,因为缺乏历史树干级数据、旧传感器在变化估计中引入的误差传播,以及生长速率的测量不确定性。这项研究探讨了一个框架,用于估计个体树木胸径(DBH)和树干体积生长,基于2014年至2025年间使用11台扫描仪在北方森林测试地点获取的136个点云。树木通过基于深度学习的分割从移动激光扫描(MLS)点云中划分出来,并转移到其余点云中,从而实现可靠的多时相树木对应关系。树干曲线是从MLS/TLS数据中推导的,航空激光扫描(ALS)数据用于高度估计,从而实现DBH和体积的估计及时间序列。基于高度增长的缩放模型被用于重建树干属性并估计生长。结果表明,模型化的生长与手动生长估计之间的吻合度高于从点云中独立估计属性的差异。模型化与手动的5年和10年生长均方根误差(RMSE)分别为55%至111%和26%至67%(DBH),以及31%至87%和21%至67%(体积),具体取决于样地的难度。缩放模型在时间上具有稳健性,误差在5至6年后保持稳定或趋于稳定,经过12年后DBH的最大RMSE为8%至12%,体积为12%至23%。将MLS/TLS推导的树干测量与多时相ALS推导的高度结合,提供了一个稳健的个体树木生长估计框架,而无需多次在树冠下进行扫描。
cs.CV / 29 / 2607.22135

GLI-AL: A Multi-Modal Glioma MRI Label Resource with Unified Anatomy-Lesion Labels

GLI-AL:一个具有统一解剖-病变标签的多模态胶质瘤MRI标签资源
Xiang, Xingyu, Hao, Shuang, Wang, Fan, Ma, Jianhua, Lian, Chunfeng
Abstract
Existing BraTS-GLI datasets provide a widely used benchmark for adult glioma MRI segmentation, but their task definition focuses on tumor subregions and does not systematically represent coexisting white matter hyperintensities (WMH). In joint segmentation settings, such unlabeled abnormalities introduce task-specific label noise by treating pathological regions as normal tissue. To address this limitation, we introduce BraTS-GLI Anatomy-Lesion, a controlled-access, labels-only derived resource built from the BraTS 2023-GLI training cohort. The resource provides 1,251 unified eight-class anatomy-lesion label sets aligned with the original four-modal MRI cases, including image-repair labels for 116 cases requiring repaired imaging inputs. The cohort is organized into a 394-case purified subset and an 857-case extended subset, with case-level metadata covering label source, image-repair requirements, quality-control status, access conditions, checksums, and release boundaries. Compared with the original BraTS-GLI annotations, the resource substantially expands foreground supervision by incorporating healthy brain tissues and previously unlabeled coexisting abnormalities within a unified label space. A validation study using MedNeXt and T1/FLAIR inputs suggests that WMH-aware supervision preserves healthy-tissue segmentation performance across both in-domain GLI and external WMH datasets, while improving sensitivity to coexisting lesions relative to noisy-control training. The resource is intended for scientific research and supports joint anatomy-lesion supervision, label-noise analysis, and reproducible evaluation. Data are available at https://www.synapse.org/Synapse:syn75210889/wiki/, and code is available at https://github.com/xyx200/brats-gli-anatomy-lesion-code. The data resource DOI is https://doi.org/10.7303/SYN75210889.
Chinese Translation
现有的BraTS-GLI数据集为成人胶质瘤MRI分割提供了广泛使用的基准,但其任务定义侧重于肿瘤亚区,并未系统地代表共存的白质高信号(WMH)。在联合分割设置中,这些未标记的异常通过将病理区域视为正常组织,导致任务特定的标签噪声。为了解决这一局限性,我们引入了BraTS-GLI解剖-病变(Anatomy-Lesion),这是一个从BraTS 2023-GLI训练队列构建的受控访问、仅包含标签的资源。该资源提供了1,251个统一的八类解剖-病变标签集,与原始的四模态MRI病例对齐,包括116个需要修复成像输入的病例的图像修复标签。该队列分为394个病例的纯化子集和857个病例的扩展子集,病例级元数据涵盖标签来源、图像修复要求、质量控制状态、访问条件、校验和和发布边界。与原始BraTS-GLI注释相比,该资源通过在统一标签空间中纳入健康脑组织和先前未标记的共存异常,显著扩展了前景监督。使用MedNeXt和T1/FLAIR输入的验证研究表明,关注WMH的监督在领域内GLI和外部WMH数据集中保持了健康组织分割性能,同时相对于噪声控制训练提高了对共存病变的敏感性。该资源旨在用于科学研究,支持联合解剖-病变监督、标签噪声分析和可重复评估。数据可在https://www.synapse.org/Synapse:syn75210889/wiki/获取,代码可在https://github.com/xyx200/brats-gli-anatomy-lesion-code获取。数据资源的DOI为https://doi.org/10.7303/SYN75210889。
cs.CV / 30 / 2607.22139

CARDIAG: A Dense Segment Classification Benchmark of Deep Learning Architectures for Coronary Angiography

CARDIAG:冠状动脉造影深度学习架构的密集分段分类基准
Lau, Dominik Bernard, Malinowski, Hubert, Szyjut, Jerzy, Brzeski, Adam, Dziubich, Tomasz, Targoński, Radosław, Figatowski, Tomasz, Zielińska, Natalia
Abstract
Accurate pixel-level classification of coronary angiograms is critical for cardiovascular disease assessment, yet the field lacks standardized evaluation protocols. In this work we demonstrate a new benchmark for the assessment of deep learning models which densely classify pixels of coronary angiograms to one of SYNTAX classes (or background). The evaluation covers 24 distinct architectures starting with classic convnets to recent state-space-based vision algorithms. We release CARDIAG - a multi-center, multi-label dataset which we carefully split to reliably compute metrics, accounting for diameter error, overlap, centerline quality and calibration. The data contains SYNTAX labels, binary, uncertainty and segmentation masks as well as intermediate frames together with the selected non-sensitive DICOM metadata. From the multitude of algorithms, we nominate ConvNeXt V2 encoder with DeepLab V3 Plus decoder as the best performing, achieving macro $F_1=0.456$, which we then ensemble with Mamba U-Net and Feature Pyramid Network, for an increased $F_1=0.479$. We demonstrate all the architectures to be well calibrated and determine the generalization of the top 5 methods, together with the data efficiency of these architectures. We highlight the importance of both high-resolution and low-resolution features in encoding. We also demonstrate the model correctness in the context of patient demographic, vessel sides and projection angle configurations. Overall the released benchmark allows for future studies to robustly and rigorously assess the proposals, not only for SYNTAX segmentation, but lesion detection and many more.
Chinese Translation
对冠状动脉造影图像进行准确的像素级分类对于心血管疾病评估至关重要,但该领域缺乏标准化的评估协议。在本研究中,我们展示了一种新的基准,用于评估深度学习模型,该模型将冠状动脉造影图像的像素密集分类为SYNTAX类(或背景)。评估涵盖了24种不同的架构,从经典的卷积网络(convnets)到最近的基于状态空间的视觉算法。我们发布了CARDIAG——一个多中心、多标签的数据集,我们仔细划分以可靠地计算指标,考虑了直径误差、重叠、中心线质量和校准。数据包含SYNTAX标签、二进制标签、不确定性和分割掩码,以及中间帧和选定的非敏感DICOM元数据。在众多算法中,我们提名ConvNeXt V2编码器与DeepLab V3 Plus解码器作为表现最佳的组合,达到了宏观$F_1=0.456$,随后我们与Mamba U-Net和特征金字塔网络(Feature Pyramid Network)进行集成,提升至$F_1=0.479$。我们展示了所有架构的良好校准,并确定了前5种方法的泛化能力,以及这些架构的数据效率。我们强调了高分辨率和低分辨率特征在编码中的重要性。我们还展示了模型在患者人口统计、血管侧面和投影角配置方面的正确性。总体而言,发布的基准允许未来的研究对提案进行稳健和严格的评估,不仅限于SYNTAX分割,还包括病变检测等更多领域。
cs.CV / 31 / 2607.22147

Visual Relocalization from Sparse Views in Aliased and Low-Texture Environments via Novel View Synthesis

通过新视图合成在别名和低纹理环境中进行稀疏视图的视觉重定位
Peribañez, Maria, Civera, Javier, Triebel, Rudolph, Giubilato, Riccardo
Abstract
Visual localization becomes extremely challenging in planetary-like terrains characterized by low texture, perceptual aliasing, harsh illumination, and sparse, weakly overlapping viewpoints induced by forward rover motion and unconstrained driving directions. Under these conditions, state-of-the-art image-to-image and image-to-map matching pipelines suffer significant performance degradation. In this work, we propose a visual relocalization method that departs from classical correspondence-based pipelines by directly estimating camera poses against a differentiable map representation built with 3D Gaussian Splatting (3DGS). Our key contribution is a geometry-aware training strategy that combines photometric and geometric losses, where the geometric supervision is provided for the first time by combining multi-view stereo (MVS) and LiDAR depths. We show that this joint optimization produces a 3DGS model that better fits the underlying scene geometry, leading to improved photometric and geometric consistency and more robust, accurate single-image 6-DoF pose estimation. Extensive experiments on data acquired in planetary-analog environments validate the effectiveness of our approach, showing substantial gains in relocalization accuracy under challenging conditions. Code is available at https://github.com/DLR-RM/multimodal-gsplat-relocalization.
Chinese Translation
在以低纹理、感知别名、严酷光照以及由于前进探测器运动和不受限制的行驶方向所引起的稀疏、弱重叠视点为特征的类行星地形中,视觉定位变得极具挑战性。在这些条件下,最先进的图像到图像和图像到地图匹配管道的性能显著下降。在本研究中,我们提出了一种视觉重定位方法,该方法不同于经典的基于对应关系的管道,通过直接估计相机姿态与使用3D高斯点云(3D Gaussian Splatting, 3DGS)构建的可微分地图表示进行对比。我们的关键贡献是一种几何感知的训练策略,该策略结合了光度损失和几何损失,其中几何监督首次通过结合多视图立体(Multi-View Stereo, MVS)和激光雷达(LiDAR)深度提供。我们展示了这种联合优化产生的3DGS模型更好地适应了基础场景几何,从而提高了光度和几何一致性,并实现了更稳健、准确的单图像6自由度姿态估计。在类行星环境中获取的数据的广泛实验验证了我们方法的有效性,显示在挑战条件下重定位精度有显著提升。代码可在 https://github.com/DLR-RM/multimodal-gsplat-relocalization 获取。
cs.CV / 32 / 2607.22148

dRAE: Representation Autoencoder with Hyper-Spherical Codes

dRAE:具有超球面编码的表示自编码器
Ma, Tianren, Long, Lin, Chen, Chuyan, Zhang, Mu, Zhao, Junbo, Zhang, Tong, Ye, Qixiang
Abstract
In this work, we aim to discretize the high-dimensional visual representations to bridge the gap with language models - a non-trivial challenge, as existing quantization methods suffer from codebook collapse, failing to scale while preserving semantic coherence. We identify the root cause as metric mismatch: standard Euclidean codebook objectives are fundamentally misaligned with the anisotropic geometry of representation space, leading to codebook embeddings with high-variance magnitude scales and uneven angular distributions that hinder scalability. To address this, we propose Hyper-Spherical Quantization (HSQ), which decouples semantic content from feature magnitude via angular routing, preventing code assignment from being dominated by scale rather than meaning. The resulting discrete Representation Autoencoder (dRAE) achieves high-fidelity reconstruction while preserving semantic integrity and supporting scalable codebook budget. Extensive experiments demonstrate consistent performance gains as the vocabulary size scales to 131{,}072, along with 100\% codebook utilization, simplified training pipeline, and strong performance across understanding and generation tasks.
Chinese Translation
在本研究中,我们旨在对高维视觉表示进行离散化,以弥合与语言模型之间的差距——这是一项非平凡的挑战,因为现有的量化方法存在代码本崩溃的问题,无法在保持语义一致性的同时进行扩展。我们将根本原因确定为度量不匹配:标准的欧几里得代码本目标与表示空间的各向异性几何形状根本不一致,导致代码本嵌入具有高方差的幅度尺度和不均匀的角度分布,从而妨碍了可扩展性。为了解决这个问题,我们提出了超球面量化(Hyper-Spherical Quantization, HSQ),通过角度路由将语义内容与特征幅度解耦,防止代码分配被幅度而非意义所主导。最终得到的离散表示自编码器(dRAE)在保持语义完整性的同时,实现了高保真重构,并支持可扩展的代码本预算。大量实验表明,随着词汇量扩展到131,072,性能持续提升,同时实现了100%的代码本利用率、简化的训练流程,以及在理解和生成任务中的强大表现。
cs.CV / 33 / 2607.22172

JustDepth: Real-Time Radar-Camera Depth Estimation with Single-Scan LiDAR Supervision

JustDepth:基于单次扫描激光雷达监督的实时雷达-相机深度估计
Yun, Wooyung, Kim, Dongwook, Lee, Soomok
Abstract
Accurate yet low-latency depth is essential for radar-camera perception in autonomous systems. Cameras provide rich appearance but lack metric scale, whereas automotive radar offers metric range but is sparse and noisy. Many pipelines are multi-stage or depend on auxiliary annotations, increasing latency and limiting portability. We introduce JustDepth, a single-stage radar-camera depth estimator trained only with radar, camera, and single-scan LiDAR. All radar returns are aggregated into a fixed-width 1D representation, decoupling runtime from point count. A Height Fusion Block fuses modalities, a lightweight GNN propagates depth globally, and a training-only confidence decoder stabilizes learning with zero test-time cost. We mitigate stripe artifacts via simple augmentations and quantify them using the Vertical-Horizontal Gradient Ratio (VHGR). On nuScenes, compared to recent state-of-the-art methods, JustDepth maintains accuracy while reducing inference time by 39.7x and stripe artifacts by 66% as measured by VHGR.
Chinese Translation
在自主系统中,准确且低延迟的深度信息对于雷达-相机感知至关重要。相机提供丰富的外观信息,但缺乏度量尺度;而汽车雷达则提供度量范围,但数据稀疏且噪声较大。许多处理流程是多阶段的,或依赖辅助注释,这增加了延迟并限制了可移植性。我们提出了JustDepth,一种仅使用雷达、相机和单次扫描激光雷达训练的单阶段雷达-相机深度估计器。所有雷达返回信号被聚合成固定宽度的1D表示,从而将运行时间与点数解耦。高度融合模块(Height Fusion Block)融合了不同模态,轻量级图神经网络(GNN)在全局范围内传播深度,而仅在训练时使用的置信解码器则以零测试时间成本稳定学习。我们通过简单的增强方法减轻条纹伪影,并使用垂直-水平梯度比(Vertical-Horizontal Gradient Ratio, VHGR)对其进行量化。在nuScenes数据集上,与最近的最先进方法相比,JustDepth在保持准确性的同时,推理时间减少了39.7倍,条纹伪影减少了66%(根据VHGR测量)。
cs.CV / 34 / 2607.22173

Bowel Obstruction Detection and Localization on Abdominal CT with Deep Learning

基于深度学习的腹部CT肠梗阻检测与定位
Vandenhirtz, Moritz, Agostini, Andrea, Belde, Dana, Roschewitz, Mélanie, Bakri, Ismaiel Chikh, Niemann, Tilo, Euler, André, Vogt, Julia E
Abstract
Bowel obstruction is a common and potentially life-threatening gastrointestinal condition. In the face of rising diagnostic workloads, the automated diagnosis of bowel obstruction on CT scans supports radiologists by accelerating detection and improving patient outcomes. In this work, we propose a deep learning framework with a multi-task objective that jointly detects bowel obstruction and localizes its transition zone. Additionally, we extend the method with an inherently interpretable classification method that locates the suspected transition point within a slice. It does so by learning a probabilistic selection mask that faithfully bases the classifier's prediction solely on a small image region. The proposed method is evaluated on an internal dataset comprising 1,427 abdominal CTs. Here, the model achieves an obstruction detection test accuracy of 93% and a Hit@10 transition zone localization of 95%. As the first method to reliably localize the transition zone, this marks a significant step towards the automated identification of this critical clinical landmark.
Chinese Translation
肠梗阻是一种常见且潜在危及生命的胃肠道疾病。面对日益增加的诊断工作量,CT扫描上肠梗阻的自动诊断可以通过加速检测和改善患者预后来支持放射科医生。在本研究中,我们提出了一种具有多任务目标的深度学习框架,该框架能够共同检测肠梗阻并定位其过渡区。此外,我们还扩展了该方法,采用一种内在可解释的分类方法,在切片中定位可疑的过渡点。该方法通过学习一个概率选择掩码,忠实地使分类器的预测仅基于一个小的图像区域。所提方法在一个包含1,427个腹部CT的内部数据集上进行了评估。结果表明,该模型在肠梗阻检测测试中的准确率达到93%,过渡区定位的Hit@10达到95%。作为首个可靠定位过渡区的方法,这标志着自动识别这一关键临床标志的重要进展。
cs.CV / 35 / 2607.22200

LayoutLite: Token-Level Implicit Layout Analysis for Efficient Document OCR

LayoutLite:用于高效文档OCR的令牌级隐式布局分析
Liu, Xudong, Wan, Bicheng, Jin, Yulin
Abstract
End-to-end OCR systems based on vision-language models have achieved strong performance in complex document OCR, but their efficiency is limited by the large number of visual tokens produced from document images. Many of these tokens correspond to blank margins or visually redundant regions, yet directly applying generic visual token compression methods may remove OCR-critical fine-grained details. In this paper, we propose LayoutLite, a lightweight plug-and-play module for efficient document OCR. Instead of relying on explicit document layout detection, LayoutLite performs implicit layout analysis at the token level between the vision encoder and the language decoder. It aggregates multi-layer visual representations from the vision encoder, and predicts an importance score for each visual token with a lightweight scoring network. Low-information tokens are then removed before entering the language decoder while preserving the original spatial positional information of retained tokens. To train LayoutLite without human annotations, we cast token selection as a reinforcement learning problem and optimize it with a group-relative policy optimization objective driven by OCR output consistency, together with an auxiliary layout supervision signal to stabilize training. Experiments on OmniDocBench demonstrate that LayoutLite can substantially reduce visual token length and inference cost with negligible degradation in recognition quality. We further evaluate LayoutLite on two OCR-specialized VLMs, FireRed-OCR and Logics-Parsing-V2. Under up to 50% token compression, LayoutLite preserves almost the same score on both models while reducing prefill latency, FLOPs, and KV cache memory by over 40%, with only a small additional inference overhead. These results show that token-level implicit layout analysis is an effective and practical approach for accelerating VLM-based OCR systems.
Chinese Translation
基于视觉-语言模型的端到端OCR系统在复杂文档OCR中取得了良好的性能,但其效率受到文档图像生成的大量视觉令牌的限制。这些令牌中许多对应于空白边距或视觉冗余区域,然而直接应用通用的视觉令牌压缩方法可能会去除OCR关键的细粒度细节。本文提出了LayoutLite,一个轻量级的即插即用模块,用于高效的文档OCR。LayoutLite不依赖于显式文档布局检测,而是在视觉编码器和语言解码器之间进行令牌级的隐式布局分析。它聚合来自视觉编码器的多层视觉表示,并通过轻量级评分网络为每个视觉令牌预测重要性得分。然后,在进入语言解码器之前,低信息令牌被移除,同时保留保留令牌的原始空间位置信息。为了在没有人工标注的情况下训练LayoutLite,我们将令牌选择视为一个强化学习问题,并通过一个基于OCR输出一致性的群体相对策略优化目标进行优化,同时结合辅助布局监督信号以稳定训练。在OmniDocBench上的实验表明,LayoutLite可以显著减少视觉令牌的长度和推理成本,同时对识别质量的降级几乎可以忽略不计。我们进一步在两个专门针对OCR的视觉语言模型FireRed-OCR和Logics-Parsing-V2上评估LayoutLite。在高达50%的令牌压缩下,LayoutLite在两个模型上几乎保持相同的得分,同时将预填充延迟、FLOPs和KV缓存内存减少超过40%,仅增加了少量的推理开销。这些结果表明,令牌级隐式布局分析是加速基于视觉语言模型的OCR系统的有效且实用的方法。
cs.CV / 36 / 2607.22205

Filling Before Advancing: Capability-Gap-Driven Post-Training for Scenario-Specialized Remote Sensing MLLMs

填补能力差距后再推进:基于能力差距驱动的场景专业化遥感多模态大语言模型后训练
Zong, Yuheng, Wang, Minghua, Zhao, Xin, Zhan, Zhi-Hui, Plaza, Antonio, Benediktsson, Jon Atli
Abstract
Remote sensing multimodal large language models (RS-MLLMs) have improved general aerial-image understanding. However, Earth observation applications require fine-grained scenario specialization, constrained by scarce high-quality scenario data and incomplete capability coverage. We formulate this adaptation as a capability-gap-driven post-training problem and propose filling before advancing (FBA). Rather than relying on single-stage supervised fine-tuning (SFT) over target-domain samples, FBA first fills prerequisite capability gaps before advancing toward scenario specialization. We instantiate FBA for coastal harbor understanding, a representative multi-source scenario, by constructing CPRS (Coastal-Port Remote Sensing), a three-layer supervision dataset coupled with three ordered stages: (1) RS semantic anchoring for overhead-view visual-language alignment; (2) domain-bridge convergence for shared RS priors across target and bridging scenarios under different modalities; and (3) evidence-grounded scenario tuning for downstream performance. We construct HarborEval, an eight-track diagnostic benchmark covering perception, spatial understanding, robustness, and generation. Under comparable training budgets, HarborEval increases from 57.95 with Direct-SFT to 70.29 with FBA on LLaVA-v1.5, and from 81.09 to 83.37 on Qwen3-VL. FBA also outperforms Collapsed-SFT and leads on harbor-related VRSBench/RSVQA subsets and OpenEval. Stage-wise and role-replacement analyses validate progressive gap filling and stage-specific roles. Public examples and release updates for CPRS, HarborEval, code, and trained weights are available at https://github.com/Z0ngL1ng/filling-before-advancing.
Chinese Translation
遥感多模态大语言模型(RS-MLLMs)在一般航空图像理解方面取得了进展。然而,地球观测应用需要细粒度的场景专业化,而这受到稀缺的高质量场景数据和不完整的能力覆盖的限制。我们将这种适应性问题表述为一个基于能力差距驱动的后训练问题,并提出了填补后推进(FBA)的方法。FBA并不依赖于针对目标领域样本的单阶段监督微调(SFT),而是首先填补先决的能力差距,然后再推进到场景专业化。我们为海岸港口理解这一具有代表性的多源场景实例化了FBA,构建了CPRS(Coastal-Port Remote Sensing),这是一个三层监督数据集,结合了三个有序阶段:(1)遥感语义锚定,用于俯视视图的视觉-语言对齐;(2)领域桥接收敛,实现不同模态下目标场景和桥接场景之间共享的遥感先验;(3)基于证据的场景调优,以提升下游性能。我们构建了HarborEval,这是一个涵盖感知、空间理解、鲁棒性和生成的八轨诊断基准。在可比的训练预算下,HarborEval在LLaVA-v1.5上从57.95提升至70.29,在Qwen3-VL上从81.09提升至83.37。FBA还超越了Collapsed-SFT,并在与港口相关的VRSBench/RSVQA子集和OpenEval中处于领先地位。阶段性和角色替换分析验证了逐步填补差距和阶段特定角色的有效性。CPRS、HarborEval、代码和训练权重的公共示例及更新可在https://github.com/Z0ngL1ng/filling-before-advancing获取。
cs.CV / 37 / 2607.22212

Deep Convolutional Large-Margin $\ell_p$-SVDD for Visual Anomaly Detection

深度卷积大间隔 $oldsymbol{oldsymbol{ ext{l}}_p}$-支持向量数据描述(SVDD)用于视觉异常检测
Saei, Alireza Dastmalchi, Arashloo, Shervin Rahimzadeh
Abstract
Visual anomaly detection requires adaptive representations and reliable decision boundaries, particularly when anomalous training samples are scarce and class distributions are highly imbalanced. Classical kernel-based methods yield principled geometric decision regions but typically operate on fixed features, while deep detectors learn task-specific representations but often fail to provide an explicit margin-aware kernel boundary. In this study, we propose DLM-SVDD, a deep large-margin novelty-detection framework that jointly learns convolutional features and an explicit kernel-based decision boundary. By drawing on the large-margin $\ell_p$-Support Vector Data Description ($\ell_p$-SVDD) approach, the proposed method performs explicit margin maximization and nonlinear slack penalization while adapting the representation to the target task. To train the proposed model, we present an optimization scheme that alternates between a Frank--Wolfe--based update of the convex dual boundary and a CNN update step operating on a smooth margin-violation loss induced by the recovered boundary. To improve scalability, we analyze the efficiency--accuracy trade-offs for different kernel approximation strategies, deriving practical propositions for large-scale anomaly detection. Extensive experiments on multiple standard benchmarks show consistent performance improvements over the baseline and strong overall performance compared with state-of-the-art methods while illustrating that the proposed joint representation--boundary learning scheme remains effective under severe imbalanced class distributions.
Chinese Translation
视觉异常检测需要自适应表示和可靠的决策边界,特别是在异常训练样本稀缺且类别分布高度不平衡的情况下。经典的基于核的方法产生原则性的几何决策区域,但通常在固定特征上操作,而深度检测器学习任务特定的表示,但往往无法提供明确的边际感知核边界。在本研究中,我们提出了 DLM-SVDD,一种深度大间隔新颖性检测框架,它共同学习卷积特征和明确的基于核的决策边界。通过借鉴大间隔 $oldsymbol{oldsymbol{ ext{l}}_p}$-支持向量数据描述($oldsymbol{oldsymbol{ ext{l}}_p}$-SVDD)方法,所提方法执行明确的边际最大化和非线性松弛惩罚,同时将表示适应于目标任务。为了训练所提模型,我们提出了一种优化方案,该方案在基于 Frank--Wolfe 的凸对偶边界更新和在由恢复的边界引起的平滑边际违反损失上操作的 CNN 更新步骤之间交替进行。为了提高可扩展性,我们分析了不同核近似策略的效率-准确性权衡,为大规模异常检测推导出实用建议。在多个标准基准上的广泛实验表明,与基线相比,性能持续改善,并且与最先进的方法相比表现出强大的整体性能,同时表明所提的联合表示-边界学习方案在严重不平衡的类别分布下仍然有效。
cs.CV / 38 / 2607.22231

TRaM-VSR: Importance-Aware Token Routing and Merging for One-Step Diffusion Video Super-Resolution

TRaM-VSR:基于重要性感知的令牌路由与合并用于一步扩散视频超分辨率
Gao, Sicheng, Zhou, Zhuyun, Liu, Yixuan, Shen, Tong, Wu, Zongwei, Timofte, Radu
Abstract
Video super-resolution (VSR) using large-scale Diffusion Transformer (DiT) priors achieves exceptional perceptual quality but is often impractical due to the quadratic computational cost of processing dense spatio-temporal token sequences. Existing efficiency-oriented methods risk irreversible detail loss and temporal flickering, a vulnerability especially pronounced in one-step diffusion models. To address this, we propose TRaM-VSR, a Token Routing and Merging framework for adaptive token allocation, leveraging both context-aware video priors and network-level priors. First, token importance is estimated by fusing motion-sensitive temporal cues with semantic text similarity, isolating dynamic objects and structural boundaries. Next, this importance is further calibrated and adjusted by an offline planner to guide routing across optimally grouped network blocks. Technically, within each routed group, structurally critical tokens are processed in a high-fidelity local stream, while less informative tokens are aggregated into a compact global stream, both modulated by network depth and aligned with the multigranular nature of diffusion models. Extensive experiments show that TRaM-VSR accelerates inference significantly while preserving state-of-the-art reconstruction quality and robust temporal consistency. The code is available at https://github.com/Ree1s/TRaM-VSR.
Chinese Translation
使用大规模扩散变换器(DiT)先验的 视频超分辨率(VSR)在感知质量上表现卓越,但由于处理密集时空令牌序列的二次计算成本,往往不够实用。现有的以效率为导向的方法存在不可逆的细节丢失和时间闪烁的风险,这种脆弱性在一步扩散模型中尤为明显。为了解决这个问题,我们提出了TRaM-VSR,一种令牌路由与合并框架,用于自适应令牌分配,利用上下文感知的视频先验和网络级先验。首先,通过融合运动敏感的时间线索与语义文本相似性来估计令牌的重要性,从而隔离动态物体和结构边界。接下来,离线规划器进一步校准和调整这一重要性,以指导在最佳分组的网络块之间进行路由。从技术上讲,在每个路由组内,结构关键的令牌在高保真本地流中处理,而信息量较少的令牌则聚合到紧凑的全局流中,二者均受到网络深度的调制,并与扩散模型的多粒度特性相一致。大量实验表明,TRaM-VSR显著加速了推理,同时保持了最先进的重建质量和稳健的时间一致性。代码可在 https://github.com/Ree1s/TRaM-VSR 获取。
cs.CV / 39 / 2607.22241

AgentHOI: Multi-Agent Reasoning for Human-Object-Interaction Video Generation via Implicit Representation Alignment

AgentHOI:通过隐式表示对齐进行人-物体交互视频生成的多智能体推理
Huang, Ziyao, Li, Shunkai, Cao, Juan, Li, Chenyu, Zhang, Youliang, Zhou, Zixiang, Wang, Cong, Zhou, Yuan, Lu, Qinglin, Tang, Fan
Abstract
Recent advances in video diffusion models have spurred interest in human-object interaction (HOI) video generation, which demands fine-grained control over interaction logic beyond single-subject animation. However, existing HOI methods rely heavily on explicit motion control, limiting scalability and generalization across diverse objects and interactions. In this study, we propose AgentHOI, a text-driven HOI video generation following a thinking-before-generation framework that bridges the gap between high-level textual intent and physical execution through multi-agent reasoning over perception, interaction, and motion planning. Building upon the generated interaction plans, we further strengthen text-driven motion understanding. We introduce an implicit text-motion alignment strategy that distills text-to-motion priors into the video diffusion model, enabling robust HOI synthesis without explicit motion inputs at inference. Experiments show that AgentHOI significantly improves interaction naturalness, object appearance preservation, and adherence to complex textual instructions across challenging object-centric scenarios such as wearing and riding. The code is available at https://github.com/bone-11/agenthoi.
Chinese Translation
近期视频扩散模型的进展激发了对人-物体交互(HOI)视频生成的兴趣,这要求对交互逻辑进行细致的控制,超越单一主体的动画。然而,现有的HOI方法过于依赖显式运动控制,限制了在多样化物体和交互中的可扩展性和泛化能力。在本研究中,我们提出了AgentHOI,一种基于文本驱动的HOI视频生成方法,遵循“生成前思考”的框架,通过对感知、交互和运动规划的多智能体推理,弥合高层次文本意图与物理执行之间的差距。在生成的交互计划基础上,我们进一步增强了文本驱动的运动理解。我们引入了一种隐式文本-运动对齐策略,将文本到运动的先验知识提炼到视频扩散模型中,使得在推理时能够进行稳健的HOI合成,而无需显式的运动输入。实验表明,AgentHOI显著提高了交互的自然性、物体外观的保留以及对复杂文本指令的遵循,尤其在穿戴和骑乘等具有挑战性的以物体为中心的场景中表现突出。代码可在 https://github.com/bone-11/agenthoi 获取。
cs.CV / 40 / 2607.22255

From level set evolution to threshold optimization: A grayscale level set framework for image segmentation

从水平集演化到阈值优化:一种用于图像分割的灰度水平集框架
Li, Xingkai, Sun, Jiebao, Song, Fanghui, Guo, Zhichang
Abstract
The segmentation of multiple degradations has been a challenging problem in the field of image segmentation. Existing level set approaches commonly adopt a length regularization term to constrain the geometric shape of the segmentation contour. However, the introduction of the length term often results in numerical instability and high computational cost. In this paper, we show that the length term is not essential under certain smoothness constraints, and theoretically prove that the presence of the length term affects the property of $|\nabla \phi|=1$. Based on the finding, we define a class of smooth images, construct the grayscale level set, and propose a fast segmentation framework for degraded images, such as heavily noisy images and intensity inhomogeneous images. The framework transforms PDE evolution into one-dimensional threshold search, which has significant advantages in computational speed, especially on large-scale images. Experiments validate the segmentation performance of the proposed framework on various degraded images.
Chinese Translation
多种退化的分割一直是图像分割领域中的一个挑战性问题。现有的水平集方法通常采用长度正则化项来约束分割轮廓的几何形状。然而,长度项的引入往往导致数值不稳定和高计算成本。在本文中,我们展示了在某些平滑性约束下,长度项并不是必需的,并理论上证明了长度项的存在会影响到 $| abla heta|=1$ 的性质。基于这一发现,我们定义了一类平滑图像,构建了灰度水平集,并提出了一种针对退化图像(如重噪声图像和强度不均匀图像)的快速分割框架。该框架将偏微分方程(PDE)演化转化为一维阈值搜索,在计算速度上具有显著优势,尤其是在大规模图像上。实验验证了所提框架在各种退化图像上的分割性能。
cs.CV / 41 / 2607.22293

RadSight: Towards Perceptually Reliable Multimodal Radiology Image Understanding

RadSight:迈向感知可靠的多模态放射影像理解
Liu, Jianqin, Cao, Weiwei, Chang, Wanxing, Yuan, Ruifeng, Shi, Bowen, Zheng, Zhilin, Zhang, Xianjie, Zhang, Ling, Wang, Peng, Zhang, Jianpeng
Abstract
Medical multimodal large language models (MLLMs) are increasingly expected to perform complex image understanding tasks, yet their reliability is often compromised by frequent errors in visual interpretation. To systematically trace these failures, we traverse the hierarchy from high-level clinical tasks down to fundamental visual perception. We therefore introduce Perception-Bench, a large-scale benchmark comprising 1.13 million samples that assesses medical MLLMs across six dimensions: attribute judgment, spatial grounding, spatial understanding, disease prediction, anomaly detection, and report generation, spanning both 2D and 3D radiology images. Our analysis on Perception-Bench reveals that existing MLLMs lack the ability to capture even the most basic lesion attributes, such as location, size, and density. This inability to ground clinical outputs in primary visual evidence reveals that the models' diagnostic unreliability is rooted in a critical but overlooked bottleneck in low-level visual perception. Motivated by this, we propose RadSight, a perception-driven MLLM built upon a dual 2D/3D encoder architecture that preserves native imaging spatial structures. RadSight formulates medical image understanding as a four-stage progressive process: visual-language alignment, fine-grained visual perception, clinical diagnosis, and diagnostic interpretation. The model is trained on an 8.37 million perception-oriented corpus using progressive curriculum learning. On Perception-Bench, RadSight consistently outperforms existing MLLMs across all six evaluation dimensions, with particularly strong gains in spatial grounding and clinical diagnosis. It also achieves consistent improvements on public 2D and 3D medical benchmarks, further demonstrating that robust low-level visual perception is a critical foundation for reliable clinical understanding. Code and model will be publicly available.
Chinese Translation
医学多模态大型语言模型(MLLMs)越来越被期望能够执行复杂的图像理解任务,但它们的可靠性常常因视觉解释中的频繁错误而受到影响。为了系统性地追踪这些失败,我们从高层次的临床任务逐步深入到基础视觉感知。因此,我们引入了Perception-Bench,这是一个包含113万样本的大规模基准,评估医学MLLMs在六个维度上的表现:属性判断、空间定位、空间理解、疾病预测、异常检测和报告生成,涵盖2D和3D放射影像。我们对Perception-Bench的分析表明,现有的MLLMs缺乏捕捉最基本病变属性的能力,例如位置、大小和密度。这种无法将临床输出与基本视觉证据相结合的能力揭示了模型的诊断不可靠性根植于低层次视觉感知中的一个关键但被忽视的瓶颈。基于此,我们提出了RadSight,这是一种以感知为驱动的MLLM,建立在双2D/3D编码器架构之上,保留了原生成像空间结构。RadSight将医学图像理解构建为一个四阶段的渐进过程:视觉-语言对齐、细粒度视觉感知、临床诊断和诊断解释。该模型在一个837万感知导向的语料库上进行训练,采用渐进课程学习。在Perception-Bench上,RadSight在所有六个评估维度上始终优于现有的MLLMs,尤其在空间定位和临床诊断方面取得了显著提升。它在公共2D和3D医学基准上也实现了一致的改进,进一步证明了稳健的低层次视觉感知是可靠临床理解的重要基础。代码和模型将公开提供。
cs.CV / 42 / 2607.22302

fMRI2Face: A Full-HD fMRI-Video Dataset and Geometry-Guided Neural Decoding Framework for Dynamic Human Face Reconstruction

fMRI2Face:一个全高清fMRI-视频数据集及几何引导的神经解码框架用于动态人脸重建
Huo, Jingyang, Huang, Xiangru, Shen, Chentao, Wang, Yikai, Wang, Yun, Gao, Jianxiong, Jin, Shihao, Fu, Yanwei, Feng, Jianfeng
Abstract
Reconstructing dynamic human faces from brain activity provides a powerful way to study how the mind perceives identity, expression, and facial motion. However, progress in fMRI-based face decoding has been limited by scarce controlled, high-resolution neural datasets and by methods that struggle to recover both identity-specific appearance and time-varying facial dynamics. We present fMRI-Face, the first fMRI dataset paired with controllable full-HD digital human facial videos rendered at 1920$\times$1080 resolution. During scanning, participants watched photorealistic, background-free facial videos with controlled identity, expression, and head pose, while fMRI activity was recorded. The resulting dataset contains 62,856 paired fMRI-video samples, providing a structured resource for studying dynamic face perception and reconstruction. Building on this dataset, we propose fMRI2Face, a geometry-guided neural video decoding framework for reconstructing facial videos from fMRI signals. fMRI2Face derives two complementary neural controls from brain activity: Brain-derived Appearance Context, which captures global identity-related visual attributes, and Morphable 3D Facial Control, which provides explicit geometry-aware guidance for pose, expression, and non-rigid facial dynamics. These controls are integrated through Neural-Controlled Video Diffusion with auxiliary latent completion, enabling high-fidelity facial video reconstruction directly from brain activity. Experiments show that fMRI2Face consistently improves reconstruction fidelity, identity preservation, facial geometry, and motion consistency over representative neural decoding baselines. Together, fMRI-Face and fMRI2Face establish a controlled platform for studying dynamic face perception and provide a new benchmark for fMRI-based digital human reconstruction.
Chinese Translation
从大脑活动中重建动态人脸为研究心智如何感知身份、表情和面部运动提供了一种强有力的方法。然而,基于fMRI的人脸解码进展受到稀缺的可控高分辨率神经数据集和难以同时恢复身份特定外观与时间变化面部动态的方法的限制。我们提出了fMRI-Face,这是第一个与可控的全高清数字人脸视频(分辨率为1920×1080)配对的fMRI数据集。在扫描过程中,参与者观看了具有可控身份、表情和头部姿态的逼真无背景人脸视频,同时记录了fMRI活动。最终的数据集包含62,856对fMRI-视频样本,为研究动态面部感知和重建提供了结构化资源。在此数据集的基础上,我们提出了fMRI2Face,一个几何引导的神经视频解码框架,用于从fMRI信号重建人脸视频。fMRI2Face从大脑活动中提取了两个互补的神经控制:大脑衍生的外观上下文(Brain-derived Appearance Context),捕捉与全球身份相关的视觉属性,以及可变形3D面部控制(Morphable 3D Facial Control),为姿态、表情和非刚性面部动态提供显式的几何感知指导。这些控制通过带有辅助潜在补全的神经控制视频扩散(Neural-Controlled Video Diffusion)进行整合,使得能够直接从大脑活动中高保真地重建人脸视频。实验表明,fMRI2Face在重建保真度、身份保留、面部几何和运动一致性方面始终优于代表性的神经解码基线。fMRI-Face和fMRI2Face共同建立了一个可控平台,用于研究动态面部感知,并为基于fMRI的数字人类重建提供了新的基准。
cs.CV / 43 / 2607.22325

Geometric 2D Scene Graph Generation

几何二维场景图生成
Jahn, Christoph, Waldmann, Urs, Goldluecke, Bastian
Abstract
In production processes for consumer products, assembly instructions are essential not only for planning but also for executing the production process. Likewise in robotics, it is crucial for an assembly robot to understand how components fit together and can be assembled. To facilitate these tasks, we contribute a method for constructing scene graphs to represent and characterize assembly relationships between components. Our approach does not rely on semantic data and is capable of handling a very small dataset. To realize this, the output of a Faster R-CNN model is used to create geometric representations, which are then processed by a transformer architecture to generate an adjacency matrix. This matrix serves as input to a Siamese network that uses message passing based on an attentional graph convolutional network (aGCN) architecture to characterize the connections between the components. We validate our method on a study dataset of toy model components which can be assembled into transportation vehicles.
Chinese Translation
在消费品的生产过程中,组装说明不仅对规划至关重要,而且对执行生产过程同样重要。同样,在机器人技术中,组装机器人理解组件如何组合和组装也是至关重要的。为促进这些任务,我们提出了一种构建场景图的方法,以表示和描述组件之间的组装关系。我们的方法不依赖于语义数据,并且能够处理非常小的数据集。为实现这一点,我们使用 Faster R-CNN 模型的输出创建几何表示,然后通过变换器架构处理这些表示,以生成邻接矩阵。该矩阵作为输入传递给一个使用基于注意力的图卷积网络(aGCN)架构的孪生网络,以表征组件之间的连接。我们在一个可以组装成运输工具的玩具模型组件的研究数据集上验证了我们的方法。
cs.CV / 44 / 2607.22332

SLIP: Segmentation with Low-latency Interactive Prompting for 3D Medical Images

SLIP:用于3D医学图像的低延迟交互提示分割
Podvin, Baptiste, Ancel, Alexandre, Milana, Flavio, Innocenzi, Chiara, Arrigo, Davide, Schulze, Federico Espinola, Torzilli, Guido, Marescaux, Jacques, George, Daniel, Hostettler, Alexandre, Collins, Toby
Abstract
Interactive deep image segmentation enables efficient medical image annotation by iteratively refining predictions from user prompts, such as positive and negative clicks. Recent patch-based methods, including nnInteractive, achieve strong segmentation performance but remain limited in annotation workflows by high interaction latency, limited responsiveness to successive interactions, and the lack of support for reversible prompting. Furthermore, evaluation relies predominantly on simulated rather than controlled real-user interaction studies. We present SLIP, an end-to-end trainable framework for interactive 3D medical image segmentation that decouples image encoding from prompt-guided refinement. Image features are computed once and reused, while a lightweight patch memory bank maintains an interaction-aware segmentation state shared across patches. This representation enables prediction updates by propagating interaction context throughout the image, supports reversible prompting without recomputing image features, and substantially reduces interaction latency. By separating image representation from interactive reasoning, SLIP remains compatible with a wide range of image encoders. We train a single SLIP model for general interactive segmentation across diverse anatomical structures and imaging modalities. Beyond standard simulated evaluation, we conduct a controlled prospective user study comparing manual segmentation, nnInteractive, and SLIP across three clinical annotation tasks, six expert participants, and subjective usability measures, addressing the limited human validation of interactive segmentation methods. SLIP achieves SOTA interactive segmentation performance across 13 public datasets while providing lower interaction latency, greater responsiveness, support for reversible prompting, and higher user preference than existing approaches.
Chinese Translation
交互式深度图像分割通过迭代地根据用户提示(如正负点击)精炼预测,从而实现高效的医学图像标注。近期的基于补丁的方法,包括nnInteractive,虽然在分割性能上表现出色,但在标注工作流程中仍受到高交互延迟、对连续交互的响应能力有限以及缺乏可逆提示支持的限制。此外,评估主要依赖于模拟而非控制的真实用户交互研究。我们提出了SLIP,一个端到端可训练的框架,用于交互式3D医学图像分割,该框架将图像编码与提示引导的精炼解耦。图像特征计算一次并重复使用,同时一个轻量级的补丁记忆库维护一个跨补丁共享的交互感知分割状态。这种表示方法通过在整个图像中传播交互上下文来实现预测更新,支持可逆提示而无需重新计算图像特征,并显著降低交互延迟。通过将图像表示与交互推理分离,SLIP与多种图像编码器保持兼容。我们训练了一个单一的SLIP模型,以实现对多种解剖结构和成像模式的通用交互分割。除了标准的模拟评估外,我们还进行了一个控制的前瞻性用户研究,比较手动分割、nnInteractive和SLIP在三个临床标注任务、六位专家参与者和主观可用性测量中的表现,解决了交互分割方法有限的人类验证问题。SLIP在13个公共数据集上实现了SOTA(最先进的)交互分割性能,同时提供了更低的交互延迟、更高的响应能力、支持可逆提示,并且用户偏好高于现有方法。
cs.CV / 45 / 2607.22352

Time-Reversed Imaging: A Multimodal Benchmark and Framework for Reconstructing Past Human-Environment Interactions

时间反转成像:重建过去人类与环境交互的多模态基准与框架
Bacca, Jorge, Contreras, Kebin, Toscano-Palomino, Luis, Mura, Mauro Dalla
Abstract
We introduce time-reversed imaging, a new paradigm that infers what just happened in a scene from fading multimodal traces. Instead of extrapolating or interpolating video frames, our goal is to infer past human-environment interactions from residual physical imprints observable in thermal, ultraviolet, and visible spectra. To study this problem, we present TRACE-HEI, the first proof-of-concept dataset for time-reversed imaging, containing synchronized tri-modal video sequences of actions such as sitting, touching, moving objects, and liquid spills, captured across diverse materials and recorded up to three minutes after contact. To establish the benchmark, we propose a multimodal inference approach that extracts structured textual descriptions of detected traces and uses them to constrain a vision-language-guided diffusion model for reconstructing plausible past frames. Experiments show that inferring recent events from fading traces is challenging but feasible when complementary modalities reduce solution ambiguity. This work defines the first computational and experimental foundation for time-reversed imaging, bridging vision, physics, and generative reasoning, and opening new directions for scene understanding beyond instantaneous observation.
Chinese Translation
我们提出了时间反转成像,这是一种新范式,通过逐渐消失的多模态痕迹推断场景中刚刚发生的事件。我们的目标不是外推或插值视频帧,而是从可在热成像、紫外线和可见光谱中观察到的残余物理印记中推断过去的人类与环境交互。为研究这一问题,我们提出了TRACE-HEI,这是第一个时间反转成像的概念验证数据集,包含了同步的三模态视频序列,记录了如坐下、触摸、移动物体和液体溢出等动作,捕捉了多种材料,并在接触后记录了长达三分钟的时间。为了建立基准,我们提出了一种多模态推理方法,该方法提取检测到的痕迹的结构化文本描述,并利用这些描述约束视觉-语言引导的扩散模型,以重建合理的过去帧。实验表明,从逐渐消失的痕迹中推断近期事件具有挑战性,但当互补模态减少了解决方案的模糊性时,这是可行的。这项工作为时间反转成像定义了第一个计算和实验基础,架起了视觉、物理和生成推理之间的桥梁,并为超越瞬时观察的场景理解开辟了新的方向。
cs.CV / 46 / 2607.22355

SiPhy: Single-Image Physical Property Reasoning

SiPhy:单图像物理属性推理
Le, Hoang, Kwon, Joonwoo, Ismayilzada, Elkhan, Zhang, Yufei, Cui, Zijun
Abstract
Inferring physical properties such as mass, stiffness, and elasticity from a single image is essential for simulation and embodied AI, yet most existing approaches rely on multi-view reconstruction or physics-based supervision. We introduce SiPhy, a unified framework for single-image physical property reasoning that aligns 3D-aware visual cues, depth with language-based material knowledge. From one RGB image, SiPhy samples pseudo-voxel points, extracts CLIP features, and grounds them to material candidates proposed by a VLM. A part-based contrastive aggregator enforces region consistency, while a heaviness-aware refinement improves thickness and volume estimation for dense objects. Across ABO-500, MVImgNet-100, and PhysXNet-100, SiPhy achieves state-of-the-art single-image performance, surpassing multi-view reconstruction methods by improving mass MnRE by up to 93% (vs. PUGS), reducing density MAE by 35.5% (vs. NeRF2Physics), and lowering Young's modulus error by 23.5%. We further validate SiPhy on real hand-object interaction datasets, demonstrating its potential as a data annotation engine for physical understanding from single-view imagery.
Chinese Translation
从单幅图像推断物理属性,如质量、刚度和弹性,对于仿真和具身人工智能至关重要,但大多数现有方法依赖于多视角重建或基于物理的监督。我们提出了SiPhy,一个统一的单图像物理属性推理框架,它将3D感知视觉线索、深度与基于语言的材料知识对齐。SiPhy从一幅RGB图像中采样伪体素点,提取CLIP特征,并将其与VLM提出的材料候选项进行关联。基于部件的对比聚合器强制区域一致性,而重力感知的细化则改善了对密集物体的厚度和体积估计。在ABO-500、MVImgNet-100和PhysXNet-100数据集上,SiPhy实现了最先进的单图像性能,通过将质量MnRE提高高达93%(相较于PUGS),将密度MAE降低35.5%(相较于NeRF2Physics),并将杨氏模量误差降低23.5%。我们进一步在真实的手-物体交互数据集上验证了SiPhy,展示了其作为单视图图像物理理解的数据注释引擎的潜力。
cs.CV / 47 / 2607.22371

Active few-shot segmentation by reinforcing data selection

通过强化数据选择实现主动少样本分割
Zhao, Chenlan, Wong, Benny, Lundberg, Timothy F., Elsayed, Ahmed M., Aljarkas, Abdallah, Aljamaan, Hamad A., Karam, Lynn, Yang, Qianye, Hu, Yipeng, Villette, Claire C., Saeed, Shaheer U.
Abstract
Few-shot learning enables medical image segmentation models to adapt to new tasks using only a small number of labelled examples. However, adaptation performance depends strongly on which examples are selected for the support set. Effective support sets should capture relevant variation within the target domain and be informative for adaptation, with constituent samples providing complementary information. Despite this, existing active data selection approaches largely prioritise samples individually and do not explicitly account for interactions between examples. In this work, we propose a reinforcement learning framework for support-set selection in few-shot medical image segmentation, enabling support sets to be optimised jointly rather than through independent sample scoring. Given a pool of unlabelled candidate images, an agent directly predicts a support set that maximises downstream segmentation performance. Experiments on a cross-institutional pelvic MRI dataset demonstrate improvements over random selection and current state-of-the-art methods. Our findings highlight the importance of support-set complementarity for effective adaptation and demonstrate the potential of reinforcement learning for optimising adaptation sets.
Chinese Translation
少样本学习使得医学图像分割模型能够仅使用少量标注样本适应新任务。然而,适应性能在很大程度上依赖于支持集的选择。有效的支持集应当能够捕捉目标领域内的相关变异,并为适应提供信息,组成样本应提供互补信息。尽管如此,现有的主动数据选择方法主要是单独优先考虑样本,并未明确考虑样本之间的相互作用。在本研究中,我们提出了一种用于少样本医学图像分割的支持集选择的强化学习框架,使得支持集能够联合优化,而不是通过独立样本评分。给定一组未标注的候选图像,代理直接预测一个最大化下游分割性能的支持集。在跨机构的盆腔MRI数据集上的实验表明,相较于随机选择和当前最先进的方法,我们的方法有显著改进。我们的研究结果强调了支持集互补性对于有效适应的重要性,并展示了强化学习在优化适应集方面的潜力。
cs.CV / 48 / 2607.22380

IR275K: A Benchmark for Infrared Multi-Frame Super-Resolution Toward Efficient Remote Sensing

IR275K:用于高效遥感的红外多帧超分辨率基准
Deng, Jie, Wang, Heyang, Wang, Changxin, Shen, Junkai, Chen, Hongyi, He, Zhiping, Qi, Hongxing, Zhang, Xudong, Wang, Jianyu
Abstract
Efficient processing is becoming increasingly important in infrared remote sensing, where satellite constellations produce large volumes of observations under constrained detector resolution, power, and downlink bandwidth. Multi-frame super-resolution (MFSR) offers a software-based route to spatial enhancement, but its evaluation in infrared sensing remains fragmented across private datasets and ad-hoc protocols. Existing benchmarks do not explicitly capture the thermal contrast, sensor noise, weak texture, and platform-induced frame-to-frame variation that characterize infrared video. We introduce IR275K, a curated benchmark containing 594 infrared video sequences and 275,196 frames. It provides sequence-level train/validation/test splits and a reproducible X4 evaluation protocol. As an initial architectural probe, we further evaluate CGMamba, a lightweight state-space model with 10.90M parameters and 112.14G FLOPs. CGMamba combines 2D rotary position encoding (2D~RoPE) with center-guided cross-Mamba (CGCM) fusion for implicit multi-frame reconstruction. It achieves 33.19dB PSNR, outperforming infrared single-image super-resolution references by 0.35--0.52~dB at substantially lower computational cost. Ablation results show that removing 2D~RoPE from CGCM causes a 1.53dB drop and severe grid-like artifacts. This indicates that explicit spatial anchoring is critical for stabilizing SSM-based cross-frame gating under infrared conditions. IR275K provides a reproducible foundation for accuracy--efficiency evaluation of infrared MFSR methods, while the architectural analysis offers a concrete starting point for spatially aware SSM design under resource-constrained infrared sensing. Dataset and evaluation resources are available at: https://github.com/InfraRecon7/IR275K.
Chinese Translation
在红外遥感中,高效处理变得越来越重要,因为卫星星座在受限的探测器分辨率、功率和下行带宽下产生大量观测数据。多帧超分辨率(MFSR)提供了一种基于软件的空间增强途径,但其在红外传感中的评估仍然分散于私有数据集和临时协议。现有基准未能明确捕捉红外视频的热对比度、传感器噪声、微弱纹理和平台引起的帧间变化。我们引入了IR275K,这是一个经过精心策划的基准,包含594个红外视频序列和275,196帧。它提供了序列级的训练/验证/测试划分以及可重复的X4评估协议。作为初步的架构探测,我们进一步评估了CGMamba,这是一种具有10.90M参数和112.14G FLOPs的轻量级状态空间模型。CGMamba结合了二维旋转位置编码(2D~RoPE)与中心引导交叉Mamba(CGCM)融合,用于隐式多帧重建。它实现了33.19dB的PSNR,超越了红外单图像超分辨率参考,提升幅度为0.35至0.52 dB,且计算成本显著更低。消融实验结果表明,从CGCM中移除2D~RoPE会导致1.53dB的下降和严重的网格状伪影。这表明,明确的空间锚定对于在红外条件下稳定基于SSM的帧间门控至关重要。IR275K为红外MFSR方法的准确性与效率评估提供了可重复的基础,而架构分析则为资源受限的红外传感下的空间感知SSM设计提供了具体的起点。数据集和评估资源可在以下网址获取:https://github.com/InfraRecon7/IR275K。
cs.CV / 49 / 2607.22386

Correlation-Aware and Gaussianity-Preserving Robust Latent Angular Watermarking for Diffusion Models

面向扩散模型的相关性感知和高斯性保持的鲁棒潜在角水印
Zheng, Yebin, An, Haonan, Hua, Guang, Lin, Zhiping, Fang, Yuguang
Abstract
Latent domain watermarking for diffusion models embeds watermarks directly into the latent prior, enjoying non-intrusiveness to model parameters and seamless integration with the generation process. However, due to the violation of latent Gaussianity or sensitivity to normal and malicious perturbations during latent inversion, existing methods are prone to watermark detection or removal attacks. A further overlooked problem is the violation of the i.i.d. latent condition after watermarking, which leads to latent correlation degradation and generation fidelity loss. Although this has been externally measured by FID, the internal correlation structure has yet to be rigorously characterized. To address the above issues, and motivated by the rotation-invariant property of isotropic Gaussian, we propose \textit{Latent Angular Watermarking (LAW)}, which encodes watermark bits as antipodal angles ($\pm\pi/2$ relative to a reference pair) between disjoint pairs of latent elements while preserving the Gaussianity. The antipodal ($\pi$-separation) encoding maximizes geometric separation between bit values, and we prove that the decoding angular-error variance is proportional to the norm of the latent pair, i.e., $\operatorname{var}(\Delta\phi) \propto 1/\rho^2$. We further propose a magnitude-driven variant, LAW-M, which anchors watermark bits in the most geometrically stable latent dimensions, yielding additional robustness gains. Theoretically, we provide a rigorous characterization of the induced correlation degradation, deriving in closed form the autocorrelation structure of the watermarked latent and proving that correlations are confined to a sparse, structured set of off-diagonal elements with fixed $\pm\pi/4$ values.
Chinese Translation
潜在领域水印技术通过直接将水印嵌入潜在先验中,享有对模型参数的非侵入性以及与生成过程的无缝集成。然而,由于在潜在反演过程中违反了潜在高斯性或对正常和恶意扰动的敏感性,现有方法容易受到水印检测或移除攻击。另一个被忽视的问题是水印后违反独立同分布(i.i.d.)潜在条件,这导致潜在相关性退化和生成保真度损失。尽管这一点已通过FID进行外部测量,但内部相关结构尚未得到严格表征。为了解决上述问题,并受到各向同性高斯的旋转不变性特性的启发,我们提出了潜在角水印(Latent Angular Watermarking, LAW),该方法将水印位编码为不相交潜在元素对之间的对立角度(相对于参考对的$ ext{±} rac{ ext{π}}{2}$),同时保持高斯性。对立($ ext{π}$-分离)编码最大化了位值之间的几何分离,我们证明了解码角误差方差与潜在对的范数成正比,即$ ext{var}( ext{Δφ}) ext{∝} rac{1}{ρ^2}$。我们进一步提出了一种基于幅度的变体LAW-M,该变体将水印位锚定在几何上最稳定的潜在维度中,从而获得额外的鲁棒性提升。从理论上讲,我们提供了诱导相关性退化的严格表征,闭合形式推导了水印潜在的自相关结构,并证明了相关性被限制在一组稀疏的、结构化的非对角元素中,具有固定的$ ext{±} rac{ ext{π}}{4}$值。
cs.CV / 50 / 2607.22446

Deformable Triangle Splatting: Flexible Primitives for Real-Time Radiance Field Rendering

可变形三角形溅射:实时辐射场渲染的灵活原语
Jiménez-Ayguadé, Oriol, Agudo, Antonio
Abstract
Recent radiance field methods represent scenes with 2D primitives that offer surface alignment and efficient rasterization, from Gaussian disks to triangles, yet all rely on convex boundaries: curved and concave structures demand excessive primitives. We introduce Deformable Triangle Splatting, which augments each triangle with $K$ control points per edge, each parameterized by a single learnable scalar displacement that shifts the boundary inward or outward, enabling non-convex shape representation while preserving the three base vertices that define the 3D plane. To render these non-convex primitives differentiably, we design a rasterization pipeline in the triangle's barycentric coordinate space, ensuring view-consistent rendering. A winding number test determines whether each pixel lies inside the deformed primitive, and a window function controlled by two learnable parameters, sharpness and corner smoothness, together with a per-primitive scalar opacity, produces the smooth opacity transition from interior to boundary. Validation is done in a variety of real-world scenes, outperforming recent works based on non-volumetric primitives in terms of visual quality and versatility while still achieving competitive rendering efficiency.
Chinese Translation
最近的辐射场方法使用二维原语表示场景,这些原语提供表面对齐和高效光栅化,从高斯圆盘到三角形,但都依赖于凸边界:曲面和凹面结构需要过多的原语。我们提出了可变形三角形溅射(Deformable Triangle Splatting),为每个三角形的每条边增加了 $K$ 个控制点,每个控制点由一个可学习的标量位移参数化,该位移将边界向内或向外移动,从而实现非凸形状的表示,同时保留定义三维平面的三个基本顶点。为了可微分地渲染这些非凸原语,我们在三角形的重心坐标空间中设计了一个光栅化管道,确保视图一致的渲染。一个绕行数测试确定每个像素是否位于变形原语内部,而由两个可学习参数(锐度和角落平滑度)控制的窗口函数,以及每个原语的标量不透明度,产生从内部到边界的平滑不透明度过渡。在多种真实场景中进行验证,结果在视觉质量和多功能性方面超越了基于非体积原语的最新研究,同时仍然实现了具有竞争力的渲染效率。
cs.CV / 51 / 2607.22486

Optimal Transport Image Representation and Deep Covariance Alignment (CORAL) for Control Valve Stiction Detection

控制阀粘滞检测的最优传输图像表示与深度协方差对齐(CORAL)
Damarla, Seshu K.
Abstract
Control valve stiction is a common cause of unwanted oscillations and poor control-loop performance in industrial processes. Data-driven methods can automatically detect stiction, but models trained purely on simulated data often struggle to generalize to real industrial control loops due to domain shift. To bridge this gap, this work propose a novel stiction detection methodology that combines optimal transport (OT) imaging technique with deep correlation alignment (Deep CORAL) algorithm. Closed loop signals: controller output and process variable are converted into two-dimensional OT images. These images capture the dynamic behaviour of control loops. The proposed methodology includes a convolutional neural network (CNN) encoder (or feature extractor) trained to learn domain-invariant representations by optimizing a combined objective: a cross-entropy loss on labeled simulation data and a Deep CORAL (covariance-alignment) loss between simulation data and unlabeled target-domain industrial data. Downstream classifiers trained on the domain-invariant target features were evaluated on an independent test set of 20 benchmark loops from industrial stiction data benchmark. The proposed methodology successfully diagnosed 18 out of the 20 loops and achieved100% recall across all 13 stiction cases, an accuracy of 90.00% and an F1-score of 92.86%. Compared to standard baseline approach (hand-crafted features-based method), the proposed methodology significantly mitigates domain shift, providing robust, highly reliable stiction detection for real-world industrial control loops.
Chinese Translation
控制阀粘滞是工业过程中过度振荡和控制回路性能不佳的常见原因。数据驱动的方法可以自动检测粘滞,但仅基于模拟数据训练的模型往往难以在真实工业控制回路中泛化,原因在于领域转移。为了解决这一问题,本文提出了一种新颖的粘滞检测方法,结合了最优传输(OT)成像技术和深度协方差对齐(Deep CORAL)算法。闭环信号:控制器输出和过程变量被转换为二维OT图像。这些图像捕捉了控制回路的动态行为。所提出的方法包括一个卷积神经网络(CNN)编码器(或特征提取器),其训练目标是通过优化一个组合目标来学习领域不变的表示:在标记的模拟数据上进行交叉熵损失,以及在模拟数据与未标记目标领域工业数据之间进行Deep CORAL(协方差对齐)损失。基于领域不变目标特征训练的下游分类器在来自工业粘滞数据基准的20个基准回路的独立测试集上进行了评估。所提出的方法成功诊断了20个回路中的18个,并在所有13个粘滞案例中达到了100%的召回率,准确率为90.00%,F1分数为92.86%。与标准基线方法(基于手工特征的方法)相比,所提出的方法显著减轻了领域转移,为真实世界的工业控制回路提供了稳健且高度可靠的粘滞检测。
cs.CV / 52 / 2607.22531

Twins: Learn to Predict Unified Representations with Focal Loss

Twins:通过聚焦损失学习预测统一表示
Gong, Kaixiong, Cai, Xin, Lin, Bin, Wang, Hao, Lin, Yunlong, Zheng, Mingzhe, Li, Bohao, Zhang, Jian-Wei, Yang, Miles, Zhong, Zhao, Bo, Liefeng, Yue, Xiangyu
Abstract
Unified multimodal models seek a shared visual token space that supports both multimodal understanding and image generation. Discrete methods unify the interface via a shared codebook, whereas continuous pipelines often rely on two disparate representations -- semantic features (e.g., ViT) for understanding and low-level latents (e.g., VAE) for synthesis -- resulting in mismatched latent spaces. We propose Twins, a unified continuous token space formed by channel-wise concatenating ViT and VAE features on the same token grid, so the sequence length is unchanged and attention cost does not increase. However, jointly modeling Twins in a Diffusion Transformer exposes a severe optimization imbalance: the model fits the ViT component well but struggles to match the VAE latent distribution. We trace this imbalance to three sources of heterogeneity: frequency bias, intrinsic dimensionality, and condition-aligned vs condition-independent uncertainty. To address it, we adapt a focal regression objective for flow matching that upweights large-error VAE dimensions, better balancing optimization across the ViT and VAE components. On ImageNet, this yields up to 10.57 gFID gain over naive MSE loss without classifier-free guidance. Twins also performs competitively on multimodal understanding benchmarks and improves reconstruction fidelity, narrowing the gap between understanding- and generation-oriented representations.
Chinese Translation
统一的多模态模型寻求一个共享的视觉标记空间,以支持多模态理解和图像生成。离散方法通过共享代码本统一接口,而连续管道通常依赖于两种不同的表示——用于理解的语义特征(例如,ViT)和用于合成的低级潜变量(例如,VAE),这导致潜空间不匹配。我们提出了Twins,一个通过在同一标记网格上按通道连接ViT和VAE特征形成的统一连续标记空间,因此序列长度不变,注意力成本不增加。然而,在Diffusion Transformer中联合建模Twins暴露出严重的优化不平衡:模型很好地拟合了ViT组件,但难以匹配VAE潜在分布。我们将这种不平衡追溯到三个异质性来源:频率偏差、内在维度和条件对齐与条件独立的不确定性。为了解决这个问题,我们为流匹配调整了聚焦回归目标,以增加大误差VAE维度的权重,更好地平衡ViT和VAE组件之间的优化。在ImageNet上,这比简单的均方误差损失在没有无分类器引导的情况下提高了最多10.57 gFID。Twins在多模态理解基准测试中也表现出竞争力,并提高了重建保真度,缩小了理解导向和生成导向表示之间的差距。
cs.CV / 53 / 2607.22534

SM4RT: Learning Structured Motion Geometry for 4D Reconstruction

SM4RT:学习结构化运动几何用于4D重建
Lin, Shing Ho J., Zheng, Wenzhao, Zhuo, Dong, Wu, Yuqi, Zhou, Jie, Lu, Jiwen
Abstract
Geometry Foundation Models (GFMs) have substantially advanced monocular 3D reconstruction, yet extending this capability to 4D dynamic understanding remains a fundamental challenge. Most existing motion perception methods (e.g., sparse tracking, dense point-wise flow) treat motion as independent point-wise displacements, ignoring the structured nature of physical motion. However, real-world objects usually obey rigid-body kinematics, and points thus usually move collectively, not in isolation. Motion itself possesses geometric structure: physical objects undergo a set of rigid-body transformations governed by SE(3), rather than unstructured point-wise displacements. Building on this insight, we propose SM4RT, a Structured Motion 4D Reconstruction Transformer for end-to-end 3D reconstruction and structured motion perception. SM4RT introduces Structure-of-Motion to represent scene dynamics, where scene motion is decomposed into a compact set of motion bases, each represented as a temporal sequence of 6D twists in SE(3). Dense scene motion is then recovered by sparse, time-shared per-pixel assignment weights over these bases, ensuring points on the same object share a common rigid-body motion trajectory. SM4RT introduces a parallel motion geometry encoder and decoder that jointly infer 3D geometry, world-coordinate motion, and scene kinematic structure in a single forward pass from monocular RGB video. SM4RT achieves strong motion reconstruction performance while preserving the geometric structure of scene motion.
Chinese Translation
几何基础模型(Geometry Foundation Models, GFMs)在单目3D重建方面取得了显著进展,但将这一能力扩展到4D动态理解仍然是一个基本挑战。大多数现有的运动感知方法(例如,稀疏跟踪、密集点流)将运动视为独立的逐点位移,忽视了物理运动的结构化特性。然而,现实世界中的物体通常遵循刚体运动学,因此点通常是集体移动的,而非孤立运动。运动本身具有几何结构:物理对象经历一系列由SE(3)控制的刚体变换,而不是无结构的逐点位移。基于这一见解,我们提出了SM4RT,一种结构化运动4D重建变换器,用于端到端的3D重建和结构化运动感知。SM4RT引入了运动结构(Structure-of-Motion)来表示场景动态,其中场景运动被分解为一组紧凑的运动基,每个运动基表示为SE(3)中的6D扭转的时间序列。然后,通过在这些基上进行稀疏的、时间共享的逐像素分配权重,恢复密集场景运动,确保同一物体上的点共享一个共同的刚体运动轨迹。SM4RT引入了一个并行运动几何编码器和解码器,能够在单次前向传递中共同推断3D几何、世界坐标运动和场景运动学结构。SM4RT在保持场景运动几何结构的同时,实现了强大的运动重建性能。
人工智能 (Artificial Intelligence)
51
cs.AI / 1 / 2607.21596

FlowEvo: Self-Evolving Agents through the Co-Evolution of Workflows and Executable Skills

FlowEvo:通过工作流与可执行技能的共同进化实现自我进化的智能体
Ren, Zeyu, Yue, Ling, Li, Ran, Wang, Yishu, Xu, Shengxiang, Liu, Hanmo, Pan, Shaowu, Di, Shimin
Abstract
Large language model agents increasingly solve complex tasks by constructing inference-time workflows that combine reasoning, tool use, and code execution. While such workflows enable flexible problem solving, the useful procedures discovered during execution are often transient: they help solve the current task but are not retained in a form that can systematically benefit future tasks. We present FlowEvo, a training-free framework that compiles successful traces into reusable skill records. Each record pairs a callable artifact with auxiliary structured guidance, and admission applies interface, replay, and safety checks where feasible. These skill records persist in a skill bank at inference time. FlowEvo is organized around three coupled mechanisms: (1)~workflow-to-skill compilation, which extracts reusable executable artifacts from successful traces; (2)~skill-to-workflow feedback, which retrieves accumulated skills to support future problem solving through either direct execution or structured context injection; and (3)~skill curation, which monitors downstream utility and suppresses skills that cause negative transfer. Through this workflow--skill--workflow feedback loop, FlowEvo enables agents to accumulate and refine task-solving capability over time without updating model parameters. Experiments on benchmarks spanning interactive environments (ALFWorld) and code/math generation (HumanEval, GSM8K) show that FlowEvo achieves the best accuracy-cost tradeoff among the evaluated baselines under our implementation settings. On ALFWorld, FlowEvo achieves an 82.8\% success rate, 23.6 percentage points above the strongest baseline, while its average token usage per episode is less than half that of the most efficient baseline. Controlled ablations confirm that each mechanism contributes to the overall result. The code is public at https://github.com/DEFENSE-SEU/FlowEvo.
Chinese Translation
大型语言模型智能体越来越多地通过构建推理时工作流来解决复杂任务,这些工作流结合了推理、工具使用和代码执行。尽管这些工作流能够灵活地解决问题,但在执行过程中发现的有用程序往往是短暂的:它们帮助解决当前任务,但并未以系统化的形式保留,以便为未来任务提供持续的益处。我们提出了FlowEvo,这是一种无训练的框架,将成功的轨迹编译成可重用的技能记录。每个记录将可调用的工件与辅助结构化指导配对,并在可行的情况下应用接口、重放和安全检查。这些技能记录在推理时保存在技能库中。FlowEvo围绕三个相互关联的机制组织:(1)工作流到技能的编译,从成功轨迹中提取可重用的可执行工件;(2)技能到工作流的反馈,通过直接执行或结构化上下文注入来检索累积的技能,以支持未来的问题解决;(3)技能管理,监控下游效用并抑制导致负迁移的技能。通过这种工作流—技能—工作流的反馈循环,FlowEvo使智能体能够在不更新模型参数的情况下,随着时间的推移积累和完善任务解决能力。在涵盖交互环境(ALFWorld)和代码/数学生成(HumanEval, GSM8K)的基准测试中,实验表明FlowEvo在我们的实现设置下实现了评估基线中最佳的准确性-成本权衡。在ALFWorld上,FlowEvo达到了82.8%的成功率,比最强基线高出23.6个百分点,而其每个回合的平均令牌使用量不到最有效基线的一半。控制性消融实验确认了每个机制对整体结果的贡献。代码公开在 https://github.com/DEFENSE-SEU/FlowEvo。
cs.AI / 2 / 2607.21597

Risk Is Not the Target: A Monotonic Framework for Evaluating Wildfire Operational Risk Signals

风险不是目标:评估野火操作风险信号的单调框架
Caron, Nicolas, Guyeux, Christophe, Coulmeau, Maxime, Aynes, Benjamin
Abstract
Evaluating wildfire risk systems using standard machine-learning metrics such as F1-score or IoU is fundamentally flawed: these metrics assess event prediction accuracy, not the operational coherence of a continuous risk signal. This work proposes a novel monotonic evaluation framework that measures whether increases in a predicted risk score consistently correspond to increases in observed operational load, such as number of fires, intervention time, and deployed resources. Moreover, we compare three structurally different approaches on the French Alpes-Maritimes department: the expert-based DFE index, GRU- based predictive models, and FARS, a hybrid multi-agent system combining predictive AI with LLM-based reasoning. Experimental results reveal that the DFE, despite poor classification metrics, exhibits the most balanced monotonic behavior across the full risk scale. GRU models achieve strong local monotonicity but fail to produce well-distributed risk levels. FARS inherits and reveals the structural limitations of upstream signals rather than correcting them. The central finding is a paradigm shift: a good risk model does not predict fires accurately, but one whose ordinal scale meaningfully explains operational dynamics, as proved in this paper. Code of the monotonic framework is available on github.
Chinese Translation
使用标准机器学习指标(如 F1-score 或 IoU)评估野火风险系统是根本性的缺陷:这些指标评估的是事件预测的准确性,而不是连续风险信号的操作一致性。本研究提出了一种新颖的单调评估框架,测量预测风险评分的增加是否与观察到的操作负载(如火灾数量、干预时间和部署资源)的一致增加相对应。此外,我们在法国阿尔卑斯-马里蒂姆省比较了三种结构上不同的方法:基于专家的 DFE 指数、基于 GRU 的预测模型以及 FARS,这是一种将预测人工智能与基于 LLM 的推理相结合的混合多智能体系统。实验结果表明,尽管 DFE 的分类指标较差,但在整个风险范围内展现出最平衡的单调行为。GRU 模型实现了强局部单调性,但未能产生良好分布的风险水平。FARS 继承并揭示了上游信号的结构限制,而不是纠正它们。中心发现是一个范式转变:一个好的风险模型并不准确预测火灾,而是一个其序数尺度有意义地解释操作动态的模型,正如本文所证明的那样。单调框架的代码可在 GitHub 上获取。
cs.AI / 3 / 2607.21600

Securing Multimodal AI through Internal Information Decomposition

通过内部信息分解保障多模态人工智能的安全性
Yeon, Jehyeok, Ha, Hyeonjeong, Zhan, Qiusi, Ji, Heng
Abstract
Multimodal large language models introduce attack surfaces absent in unimodal systems: adversaries can distribute malicious intent across modalities to evade unimodal safeguards. This motivates using cross-modal consistency as a detection signal rather than inspecting each modality in isolation. Our key observation is that benign inputs induce compatible predictive behavior from text-only and vision-only reasoning that stabilizes when fused, whereas adversarial manipulation disrupts this consistency, causing abnormal multimodal behavior. Existing defenses that examine raw inputs or outputs overlook this internal fusion process, rendering them brittle and computationally expensive. We propose FlowGuard, a lightweight inference-time framework that detects harmful inputs by monitoring internal multimodal consistency. Unlike approaches that rely on scalar confidence metrics, FlowGuard derives FlowVectors inspired by Partial Information Decomposition that quantify cross-modal redundancy, synergy, and modality-specific dominance, capturing whether fused multimodal predictions remain aligned with unimodal semantic evidence. In a one-class classification problem trained solely on benign data, FlowGuard reduces Attack Success Rates from >90% to <15% on unseen attacks, with <3% utility loss and up to a 6 times latency reduction. Our results demonstrate that monitoring cross-modal consistency offers an efficient and effective defense for multimodal reasoning.
Chinese Translation
多模态大型语言模型引入了在单模态系统中不存在的攻击面:对手可以在不同模态之间分散恶意意图,从而规避单模态的保护措施。这促使我们使用跨模态一致性作为检测信号,而不是单独检查每个模态。我们的关键观察是,良性输入会在文本和视觉推理中诱导出兼容的预测行为,当这些行为融合时会变得稳定,而对抗性操控则会破坏这种一致性,导致异常的多模态行为。现有的防御措施检查原始输入或输出,忽视了这一内部融合过程,使其变得脆弱且计算成本高昂。我们提出了FlowGuard,这是一种轻量级推理时框架,通过监测内部多模态一致性来检测有害输入。与依赖标量置信度指标的方法不同,FlowGuard 通过受部分信息分解启发的FlowVectors来量化跨模态冗余、协同和模态特定主导性,捕捉融合的多模态预测是否与单模态语义证据保持一致。在仅基于良性数据训练的一类分类问题中,FlowGuard 将未见攻击的攻击成功率从>90%降低到<15%,且效用损失小于3%,延迟减少最多可达6倍。我们的结果表明,监测跨模态一致性为多模态推理提供了一种高效且有效的防御手段。
cs.AI / 4 / 2607.21601

From Frame-Level Recognition to Event-Level Confirmation: Repair Traces and Runtime Failure Analysis of Public-Space Gesture Interaction

从帧级识别到事件级确认:公共空间手势交互的修复痕迹与运行时故障分析
Meng, M., Zhang, Yansong
Abstract
Public-space gesture interaction is often evaluated as a frame-level recognition problem, but deployed systems expose a different failure boundary. In scenic kiosks, exhibition halls, and service terminals, users experience whether an intended action becomes a stable interaction event, not whether individual hand-landmark frames are correct. We call this the recognition-to-interaction gap. This paper analyzes 8 engineering repair records from a scenic-area interactive kiosk project, covering 4 gesture tasks: two-hand bowing, single-hand fist shaking, two-hand catching control, and knowledge-graph node hovering. From these traces, we extract 20 failure instances and organize them into six non-exclusive working failure classes: model-output degeneration, temporal mismatch, geometric-scale instability, coordinate-rendering mismatch, runtime lifecycle failure, and feedback synchronization and recovery failure. We further organize recurring repair mechanisms into an event-level runtime abstraction between the hand-landmark model and the interaction task. The contribution is deliberately bounded: a deployment-grounded failure taxonomy, an event-confirmation runtime abstraction, and case-study findings. We do not claim a new recognition model, large-scale user evaluation, or quantified accuracy gains.
Chinese Translation
公共空间手势交互通常被评估为帧级识别问题,但实际部署的系统暴露出不同的故障边界。在风景亭、展览厅和服务终端中,用户体验的是预期动作是否转变为稳定的交互事件,而不是单个手部特征帧是否正确。我们称之为识别与交互之间的差距。本文分析了一个风景区互动亭项目的8份工程修复记录,涵盖4个手势任务:双手鞠躬、单手握拳摇动、双手接球控制和知识图谱节点悬停。从这些痕迹中,我们提取了20个故障实例,并将其组织为六个非排他性的工作故障类别:模型输出退化、时间不匹配、几何尺度不稳定、坐标渲染不匹配、运行时生命周期故障,以及反馈同步与恢复故障。我们进一步将重复出现的修复机制组织为手部特征模型与交互任务之间的事件级运行时抽象。本文的贡献有意界定:一个基于部署的故障分类法、一个事件确认的运行时抽象,以及案例研究发现。我们并不声称提出一个新的识别模型、大规模用户评估或量化的准确性提升。
cs.AI / 5 / 2607.21602

Transferable Latency Prediction for Fast LLM Screening on Heterogeneous Edge Devices

可迁移的延迟预测用于异构边缘设备上的快速大语言模型筛选
Tu, Xiaolong, Mishra, Vinod K., Dasari, Venkat R., Bourgeois, Anu G., Wang, Haoxin
Abstract
Accurate latency prediction is critical for deploying large language models (LLMs) on heterogeneous edge devices, where inference latency is affected by model architecture, prompt behavior, runtime backend, hardware utilization, dynamic voltage and frequency scaling (DVFS), and thermal variation. This paper presents a runtime-aware latency prediction framework for deployment-oriented LLM selection. The framework represents each inference request as a hardware-runtime-model-prompt configuration, separates inference into prefill and decode phases, and adaptively fuses static descriptors with dynamic hardware telemetry through a gated prediction model. We evaluate the framework using Pixel mobile devices and validate the profiling pipeline on Jetson Nano, Orange Pi 5 Pro, and an RTX 3090-class GPU platform. On Pixel 8, the full predictor improves total-latency R-squared from 0.953 to 0.960 and decode-latency R-squared from 0.957 to 0.973 over a static-only baseline. On Pixel 8 Pro, it improves prefill-latency R-squared from -1.383 to 0.966. For cross-device transfer, calibration improves Pixel 8 Pro to Pixel 8 total-latency R-squared from -0.974 to 0.940 and decode-latency R-squared from -1.085 to 0.927. Heterogeneous profiling further shows that latency is highly device- and runtime-dependent: the same SmolLM2 model family reaches 8.42 tokens/s on Orange Pi 5 Pro but 64.38 tokens/s on an RTX 3090-class GPU. These results demonstrate that runtime-aware prediction with lightweight calibration can reduce profiling cost and support latency-aware LLM deployment across heterogeneous edge platforms.
Chinese Translation
准确的延迟预测对于在异构边缘设备上部署大语言模型(LLMs)至关重要,因为推理延迟受到模型架构、提示行为、运行时后端、硬件利用率、动态电压和频率调整(DVFS)以及热变化的影响。本文提出了一种面向运行时的延迟预测框架,用于部署导向的LLM选择。该框架将每个推理请求表示为硬件-运行时-模型-提示配置,将推理分为预填充和解码阶段,并通过门控预测模型自适应地将静态描述符与动态硬件遥测融合。我们使用Pixel移动设备评估该框架,并在Jetson Nano、Orange Pi 5 Pro和RTX 3090级GPU平台上验证了分析管道。在Pixel 8上,完整预测器将总延迟的R平方值从0.953提高到0.960,将解码延迟的R平方值从0.957提高到0.973,相较于仅使用静态基线。在Pixel 8 Pro上,预填充延迟的R平方值从-1.383提高到0.966。对于跨设备迁移,校准将Pixel 8 Pro到Pixel 8的总延迟R平方值从-0.974提高到0.940,将解码延迟R平方值从-1.085提高到0.927。异构分析进一步表明,延迟高度依赖于设备和运行时:同一SmolLM2模型系列在Orange Pi 5 Pro上达到8.42个tokens/s,而在RTX 3090级GPU上达到64.38个tokens/s。这些结果表明,具有轻量级校准的运行时感知预测可以降低分析成本,并支持在异构边缘平台上进行延迟感知的LLM部署。
cs.AI / 6 / 2607.21604

AgentKVShift: Efficient KV Cache Reuse for Agentic Memory Systems

AgentKVShift:高效的KV缓存重用用于智能记忆系统
Pandey, Nilesh Prasad, Kong, Jason, Hu, Lanxiang, Zhao, Quanling, Zhao, Yujie, Gungor, Onat, Zhang, Hao, Rosing, Tajana
Abstract
Memory-augmented LLM agents maintain context across hundreds of interactions through agentic memory systems that actively curate retrieved content with LLM-generated metadata such as summaries, keywords, and tags. From an inference cost standpoint, every retrieval triggers a full re-encoding of these structured memory units into Key-Value (KV) states, which dominates prefill latency. Existing training-free KV reuse methods mitigate this by selectively recomputing a small fraction of tokens, but were designed for RAG-style raw passages and degrade on structured agentic memories. We present AgentKVShift, a training-free, probe-guided KV residual correction method that operates per retrieved memory unit. One of the crucial insights we demonstrate is that the per-memory KV reuse residual decomposes into a shared memory-level offset plus small token-wise fluctuations. Estimating this offset from a small probe set allows us to correct every reused token by a single weighted correction. Unlike prior reuse methods which decide which tokens to recompute and leave the rest of the cache stale, AgentKVShift also corrects the tokens it does not recompute, turning the refresh budget into useful signal across the entire chunk. Across four open-source LLMs spanning 3B to 32B parameters and two long-horizon agentic memory benchmarks (long-term dialogue and agentic applications), AgentKVShift achieves near full recompute performance while refreshing only 10-30% of the cache, outperforming baselines at the same recompute ratio. It requires up to 5x lower recompute to reach this near-full performance, which prior reuse methods only attain at 45-55% refresh. In this regime, AgentKVShift delivers prefill speedups of 2-3.5x over no-KV-reuse on a single A100. AgentKVShift orthogonally composes with KV cache quantization, retaining over 2x the F1 of prior reuse methods under aggressive 2- and 4-bit settings.
Chinese Translation
增强记忆的LLM代理通过智能记忆系统在数百次交互中保持上下文,这些系统主动策划检索到的内容,并生成LLM生成的元数据,如摘要、关键词和标签。从推理成本的角度来看,每次检索都会触发对这些结构化记忆单元的完全重新编码为键值(Key-Value,KV)状态,这主导了预填充延迟。现有的无训练KV重用方法通过选择性地重新计算少量标记来缓解这一问题,但这些方法是为RAG风格的原始段落设计的,在结构化智能记忆上效果不佳。我们提出了AgentKVShift,这是一种无训练的、探测引导的KV残差校正方法,针对每个检索到的记忆单元进行操作。我们展示的一个关键见解是,每个记忆的KV重用残差可以分解为一个共享的记忆级偏移量加上小的标记级波动。通过从一个小的探测集估计这个偏移量,我们可以通过单个加权校正来修正每个重用的标记。与之前的重用方法不同,后者决定哪些标记需要重新计算并将其余缓存置为过时,AgentKVShift还修正了那些未重新计算的标记,将刷新预算转化为整个块中的有用信号。在涵盖3B到32B参数的四个开源LLM和两个长时间跨度的智能记忆基准(长期对话和智能应用)上,AgentKVShift在仅刷新10-30%的缓存的情况下实现了接近完全重新计算的性能,超越了在相同重新计算比率下的基线。它需要最多降低5倍的重新计算才能达到这种接近完全的性能,而之前的重用方法仅在45-55%的刷新下才能实现。在这种情况下,AgentKVShift在单个A100上提供了2-3.5倍的预填充速度提升,相较于不进行KV重用。AgentKVShift与KV缓存量化正交组合,在激进的2位和4位设置下保持了超过2倍的F1性能,优于之前的重用方法。
cs.AI / 7 / 2607.21606

TILT: Improving Compositional Generation in Diffusion Models with a Model-Intrinsic Reward

TILT:通过模型内在奖励改善扩散模型中的组合生成
Dutta, Debottam, Hahm, Jaehoon, Chen, Jianchong, Choudhury, Romit Roy
Abstract
Recent advances in powerful text-to-image generation models have made it increasingly important to develop test-time methods that modify the sampling trajectory to produce images more faithful to complex compositional prompts. We present TILT, a training-free framework for compositional text-to-image generation via test-time reward alignment. We interpret compositional failures as overlap modes between joint and single-concept distributions, and define a reward that favors samples where all concepts are jointly present. This reward is intrinsic to the base model and does not require any external supervision or reward models. This yields a KL-constrained objective with a closed-form tilted target distribution and principled guiding steps for diffusion sampling. The interaction of concept distributions together with the above reward naturally leads to two different guidance strategies while a hybrid approach that balances their respective benefits produces stronger performance. Experiments on prompts from T2ICompBench show that our method improves compositional alignment while preserving image quality compared to previous baselines.
Chinese Translation
近期强大的文本到图像生成模型的进展使得开发测试时方法以修改采样轨迹,从而生成更忠实于复杂组合提示的图像变得愈加重要。我们提出了TILT,这是一个无训练的框架,通过测试时奖励对齐实现组合文本到图像生成。我们将组合失败解释为联合和单一概念分布之间的重叠模式,并定义了一种奖励,偏向于所有概念共同存在的样本。该奖励是基于模型的内在特性,无需任何外部监督或奖励模型。这产生了一个带有KL约束的目标,具有封闭形式的倾斜目标分布和原则性的扩散采样指导步骤。概念分布的相互作用以及上述奖励自然导致了两种不同的指导策略,而一种平衡各自优点的混合方法则产生了更强的性能。在T2ICompBench的提示实验中,我们的方法在保持图像质量的同时改善了组合对齐,相较于之前的基线表现更佳。
cs.AI / 8 / 2607.21607

Spectral Flow Certificates for Depth-Aware Long-Range Propagation in Graph Neural Networks

图神经网络中深度感知长距离传播的谱流证书
Veerabhadraswamy, Ranjan, Emerson, Ajith Jubilson
Abstract
Graph Neural Networks propagate information through local message passing, but the graph topologies themselves can silently prevent any amount of training from solving long-range tasks. When we deploy GNNs on new graphs, there is currently no inexpensive way to know, before training begins, whether the graphs' structures will allow information to travel far enough between distant nodes. We address this gap by proposing Spectral Flow Certificates (SFCs), single scalars computed from the graphs' normalised Laplacians in seconds, requiring no model training and no labelled data. An SFC fuses a graph's algebraic connectivity with the chosen message-passing depth into one number that measures how much of the critical spectral bottleneck can be traversed within the available depth budget. Unlike raw spectral gaps, which are static and depth-agnostic, SFCs adapt as the number of layers increases and therefore carry strictly more diagnostic information when depths vary. Compared with classical structural statistics such as average effective resistance and graph diameter, SFCs explain more than twice as much variance in trained GNN long-range accuracy. Across twenty-five synthetic graph families spanning paths, cycles, grids, regular graphs, and random graphs, SFCs predict trained accuracy before any gradients are computed, achieving explanatory power above ninety percent at all tested depths. The same predictive relationships hold on one hundred fifty real molecular graph topologies drawn from three independent benchmark datasets, confirming that the findings are not artefacts of their synthetic construction. Taken together, these results show that a single eigenvalue computation is sufficient to flag topology-limited graphs before committing to expensive training pipelines, providing a principled first filter for GNN deployments.
Chinese Translation
图神经网络通过局部消息传递传播信息,但图的拓扑结构可能会默默阻碍任何训练解决长距离任务。当我们在新的图上部署图神经网络时,目前没有廉价的方法可以在训练开始之前判断图的结构是否允许信息在远程节点之间传播得足够远。我们通过提出谱流证书(Spectral Flow Certificates, SFCs)来填补这一空白,SFC是从图的归一化拉普拉斯算子计算出的单一标量,计算时间仅需几秒,且不需要模型训练和标记数据。SFC将图的代数连通性与所选的消息传递深度融合为一个数字,衡量在可用深度预算内可以穿越多少关键谱瓶颈。与静态且与深度无关的原始谱间隙不同,SFC会随着层数的增加而调整,因此在深度变化时携带更多的诊断信息。与经典的结构统计量(如平均有效电阻和图直径)相比,SFC能够解释训练后的图神经网络长距离准确性超过两倍的方差。在二十五个合成图家族中,包括路径、循环、网格、规则图和随机图,SFC在计算任何梯度之前预测训练准确性,在所有测试深度下实现了超过九十的解释力。在从三个独立基准数据集中提取的一百五十个真实分子图拓扑上,同样的预测关系成立,确认这些发现并非其合成构造的伪影。综合来看,这些结果表明,单次特征值计算足以在承诺昂贵的训练流程之前标记拓扑受限的图,为图神经网络的部署提供了一个有原则的初步筛选。
cs.AI / 9 / 2607.21609

Coupled Hierarchical Search over Topology and Execution for Agentic Workflow Synthesis

面向代理工作流合成的拓扑与执行耦合层次搜索
Li, Dong, Liu, Yanchi, Zhao, Xujiang, Cheng, Wei, Chen, Zhengzhang, Wu, Xintao, Chen, Zhong, Zhao, Chen, Chen, Haifeng
Abstract
Although structured workflows empower Large Language Models (LLMs) to tackle complex problems, automating their creation is severely hindered by a vast combinatorial search space, frequently resulting in inflexible and resource-heavy offline training dependencies. To address this, we conceptualize workflow generation as an intertwined topology-and-execution search paradigm, where the broader topological layer dictates subtask boundaries and lower-level execution outcomes actively reshape the topology itself. Building on this foundation, we introduce HierFlow, a training-free, test-time hierarchical search architecture that automates agentic workflow design by merging feedback-guided topology adjustments with a fast, MCTS-inspired tree search for sub-workflow optimization. HierFlow maximizes efficiency through an intelligent gating module that selectively triggers execution-level searches based on contextual necessity, a mechanism we further support with an in-depth analysis detailing how varying degrees of cross-task coupling impact the effectiveness of hierarchical splitting. Comprehensive testing across question answering, mathematical reasoning, and code generation benchmarks confirms that HierFlow consistently outperforms strong baselines, delivering an optimal balance of high-quality results and computational efficiency without any additional training overhead.
Chinese Translation
尽管结构化工作流使大型语言模型(LLMs)能够应对复杂问题,但其创建的自动化受到庞大组合搜索空间的严重制约,常常导致不灵活且资源消耗大的离线训练依赖。为了解决这一问题,我们将工作流生成概念化为一种交织的拓扑与执行搜索范式,其中更广泛的拓扑层决定子任务边界,而较低层次的执行结果则主动重塑拓扑本身。在此基础上,我们提出了HierFlow,这是一种无训练、测试时的层次搜索架构,通过将反馈引导的拓扑调整与快速的受蒙特卡罗树搜索(MCTS)启发的树搜索相结合,实现了代理工作流设计的自动化。HierFlow通过一个智能门控模块最大化效率,该模块根据上下文需求选择性地触发执行级搜索,我们进一步通过深入分析支持这一机制,详细说明不同程度的跨任务耦合如何影响层次分割的有效性。在问答、数学推理和代码生成基准测试中的全面测试确认,HierFlow始终优于强基线,提供了高质量结果与计算效率的最佳平衡,而无需额外的训练开销。
cs.AI / 10 / 2607.21610

SCOPE and SCION: A Benchmark and an Auditable Reference Pipeline for Schema Induction and Fusion from Text

SCOPE 和 SCION:用于从文本中进行模式诱导和融合的基准测试及可审计参考流程
Hu, Miaobo, Guo, Xiaobo, Hu, Shuhao, Wang, Bokun, Chen, Rui, Wang, Xin, Zha, Daren, Xiao, Jun
Abstract
Schema graphs are an upstream bottleneck of schema-grounded information extraction and knowledge graph construction, yet most extraction systems assume the schema is already available. We introduce SCOPE (Schema Construction and Ontology-induction Pipeline Evaluation), a train-text-only benchmark for corpus-to-schema induction and optional schema fusion from raw text, built from 24 public information extraction sources (15 RE and 9 EE) normalized into evaluation-only gold schema graphs; its core event-extraction target covers event types and within-event argument roles, with inter-event links reported separately. We present SCION (Schema Construction and Induction with Ontology Normalization), an auditable reference pipeline rather than a new extraction architecture; it constructs candidate spaces from train text and restricts naming, merging, filtering, validation, and conservative fusion to candidate-linked evidence under strict JSON contracts. On the SCOPE core suite, SCION-lite attains the highest F1 among released source-schema references, Text2Onto-style, LLM-only, and matched extract-then-aggregate baselines under Literal, Fuzzy, Continuous, and Graph schema-graph metrics, while the compact open-model SCION-RL variant reduces reliance on proprietary LLM schema engineers. These results are reported against normalized typed-edge targets rather than as claims that induced schemas surpass human ontology design; the release includes evidence-linked outputs, parse/fallback logs, candidate retention/merging logs, run manifests, code, and benchmark packages at https://github.com/wandugu/paper_scion.
Chinese Translation
模式图是基于模式的信息提取和知识图谱构建的上游瓶颈,然而大多数提取系统假设模式已经可用。我们介绍了 SCOPE(模式构建与本体诱导流程评估),这是一个仅基于训练文本的基准,用于从原始文本进行语料到模式的诱导和可选的模式融合,构建于 24 个公共信息提取源(15 个关系提取和 9 个实体提取),并规范化为仅用于评估的金标准模式图;其核心事件提取目标涵盖事件类型和事件内参数角色,并单独报告事件间链接。我们提出了 SCION(带有本体规范化的模式构建与诱导),这是一种可审计的参考流程,而不是新的提取架构;它从训练文本构建候选空间,并将命名、合并、过滤、验证和保守融合限制在严格的 JSON 合同下的候选链接证据上。在 SCOPE 核心套件上,SCION-lite 在发布的源模式参考、Text2Onto 风格、仅 LLM 和匹配的提取后聚合基线中,在 Literal、Fuzzy、Continuous 和 Graph 模式图指标下达到了最高的 F1 分数,而紧凑的开放模型 SCION-RL 变体减少了对专有 LLM 模式工程师的依赖。这些结果是针对规范化的类型边缘目标报告的,而不是声称诱导的模式超越人类本体设计;发布内容包括证据链接输出、解析/回退日志、候选保留/合并日志、运行清单、代码和基准包,网址为 https://github.com/wandugu/paper_scion。
cs.AI / 11 / 2607.21612

Procedural Knowledge Is Not Low-Rank: Why LoRA Fails to Internalize Multi-Step Procedures

程序性知识并非低秩:为何 LoRA 无法内化多步骤程序
Dennis, Simon, Shabahang, Kevin, Guo, Hao, Patil, Rivaan
Abstract
Parameter-efficient fine-tuning methods like LoRA have become the default for adapting large language models, succeeding across instruction following, style transfer, and factual adaptation. We show that for procedural knowledge--the ability to follow multi-step procedures with conditional branching through to terminal states--LoRA fails to match full fine-tuning at the ranks where it retains its efficiency advantage. In a systematic ablation (r = 16--128) on a procedural travel booking task (14 nodes), all LoRA configurations fail uniformly (task success <= 2.54 vs. 4.11 for full fine-tuning, all p < 0.001), with scores decreasing at higher ranks--despite maintaining 95--99% conversation completion rates. Cross-domain replication on Zoom support (14 nodes) and insurance claims (55 nodes) at 8B confirms the failure generalizes: LoRA underperforms full fine-tuning by 0.8--2.2 points on average at both r = 32 and r = 128, with the largest gap on the most complex procedure. Quadrupling rank from 32 to 128 provides marginal improvement but does not close the gap. SVD analysis of the weight changes produced by full fine-tuning explains why: across three domains at both 3B and 8B, the mean effective rank of the update ranges from 761 to 1,026, and rank 128 captures only 43--51% of the squared Frobenius norm. Together, these findings establish that for procedural tasks LoRA falls well short of full fine-tuning--a fundamental limitation for agentic applications.
Chinese Translation
像 LoRA 这样的参数高效微调方法已成为适应大型语言模型的默认选择,在指令跟随、风格迁移和事实适应等任务中取得了成功。我们表明,对于程序性知识——即通过条件分支跟随多步骤程序直到终端状态的能力——LoRA 在保持其效率优势的秩下无法与完全微调相匹配。在一个系统的消融实验中(r = 16--128),针对一个程序性旅行预订任务(14 个节点),所有 LoRA 配置均表现不佳(任务成功率 <= 2.54,而完全微调为 4.11,所有 p < 0.001),且在更高的秩下得分下降——尽管保持了 95--99% 的对话完成率。在 Zoom 支持(14 个节点)和保险索赔(55 个节点)上的跨领域复制实验确认了这一失败的普遍性:在 r = 32 和 r = 128 时,LoRA 的表现平均低于完全微调 0.8--2.2 分,其中在最复杂的程序上差距最大。从 32 增加到 128 的秩提供了边际改善,但未能缩小差距。对完全微调所产生的权重变化的奇异值分解(SVD)分析解释了原因:在 3B 和 8B 的三个领域中,更新的平均有效秩范围为 761 到 1,026,而秩 128 仅捕获了平方 Frobenius 范数的 43--51%。综上所述,这些发现表明,对于程序性任务,LoRA 远远落后于完全微调——这是代理应用的一个根本性限制。
cs.AI / 12 / 2607.21613

The Hard Decision Layer: Evidence for Committed Inference in Transformers

硬决策层:变压器中承诺推理的证据
Aravindan, Ashwath Vaithinathan, Kejriwal, Mayank
Abstract
We investigate where and how transformer-based language models commit to predictions in multiple-choice question answering. We identify the _Hard Decision Layer_ (HDL), a natural architectural property where answer option rankings stabilize abruptly during inference. Empirical validation across four language models (Qwen, Llama, Granite, Mistral) and four benchmark datasets demonstrates consistent HDL emergence without learned routing policies. We also show that the HDL is invariant to fine-tuning. Our results reveal striking accuracy improvements at the HDL: up to +0.61 (Qwen on CommonsenseQA), after which performance stabilizes. Systematic ablations on label formats and problem complexity confirm the phenomenon is fundamental to model architecture. These findings offer mechanistic insights into transformer inference and suggest opportunities for efficient reasoning and model steering. All code and results required to reproduce this work are available in https://github.com/Mystic-Slice/hard-decision-layer
Chinese Translation
我们研究了基于变压器的语言模型在多项选择问答中如何以及何时做出预测承诺。我们识别出_硬决策层_(Hard Decision Layer, HDL),这是一种自然的架构特性,在推理过程中答案选项的排名会突然稳定。对四种语言模型(Qwen、Llama、Granite、Mistral)和四个基准数据集的实证验证显示,HDL的出现是一致的,且不依赖于学习的路由策略。我们还表明,HDL对微调是不变的。我们的结果揭示了HDL处显著的准确性提升:在CommonsenseQA上,Qwen的提升幅度高达+0.61,之后性能趋于稳定。对标签格式和问题复杂性的系统性消融实验确认了这一现象是模型架构的基本特征。这些发现为变压器推理提供了机制性见解,并暗示了高效推理和模型引导的机会。所有重现此工作的代码和结果可在 https://github.com/Mystic-Slice/hard-decision-layer 获取。
cs.AI / 13 / 2607.21614

Household Movement Detection in Mixed-Format Occupancy Data Using LLM-Based Entity Resolution

基于大语言模型的实体解析在混合格式占用数据中的家庭移动检测
Oguri, Sasirekha, Talburt, John R., Cakmak, Mert Can
Abstract
Entity resolution (ER) typically relies on pairwise similarity comparisons between records, which limits its ability to capture indirect relationships present in demographic occupancy data. An important indirect pattern arises from household movement, where multiple individuals relocate together across addresses, but detecting such patterns is difficult due to mixed-format records, noise, duplication, and the absence of stable identifiers. This paper proposes an AI-enhanced framework for detecting indirect entity links associated with household movement in unstandardized name-address data. The approach integrates prompt-based large language model (LLM) named entity recognition for extracting personal names and addresses without extensive preprocessing, semantic text embeddings for robust similarity computation, and graph-based reasoning to infer group-level movement patterns. Experimental evaluation on SPX benchmark datasets (S8-S12) generated using the Synthetic Occupancy Generator demonstrates that incorporating indirect household movement evidence improves recall by 8-15% while maintaining high precision, yielding F1-score gains of 6-8% over a strong pairwise baseline.
Chinese Translation
实体解析(Entity Resolution, ER)通常依赖于记录之间的成对相似性比较,这限制了其捕捉人口占用数据中间接关系的能力。家庭移动是一个重要的间接模式,其中多个个体共同在不同地址之间迁移,但由于记录格式混合、噪声、重复以及缺乏稳定标识符,检测此类模式变得困难。本文提出了一种增强型人工智能框架,用于检测与家庭移动相关的间接实体链接,适用于非标准化的姓名-地址数据。该方法结合了基于提示的大语言模型(Large Language Model, LLM)命名实体识别,用于在无需大量预处理的情况下提取个人姓名和地址,语义文本嵌入用于稳健的相似性计算,以及基于图的推理以推断群体级别的移动模式。在使用合成占用生成器生成的SPX基准数据集(S8-S12)上的实验评估表明,纳入间接家庭移动证据可使召回率提高8-15%,同时保持高精度,F1分数较强成对基线提高6-8%。
cs.AI / 14 / 2607.21615

FrED: External Data Influence Estimation via Domain Knowledge Graph Grounding

FrED:通过领域知识图谱基础的外部数据影响估计
Aivalis, Theodoros, Klampanos, Iraklis A., Troumpoukis, Antonis, Jose, Joemon M.
Abstract
The rapid deployment of generative AI has amplified the critical need for Training Data Attribution to ensure transparency and accountability. However, current parametric approaches require computationally prohibitive access to model weights, while similarity-based methods ignore deep structural context. We propose a novel probabilistic framework that operates entirely in a black-box setting. Our method fuses continuous feature similarities with discrete, domain-specific Knowledge Graphs (KGs). This approach ensures the attribution is grounded in structural reality, explicitly rewarding highly specific historical samples while preventing generic background data from dominating the results. We evaluate our framework across two distinct domains where linking outputs to data and domain context is inherently complex: abstract artistic image synthesis and high-dimensional physical weather forecasting. Extensive benchmarking demonstrates the robust efficacy of our approach. In the artistic domain, it achieves a strong Linear Datamodeling Score that exceeds standard black-box similarity baselines, while closing much of the gap to gradient-based estimators. We additionally present a cross-domain feasibility case study in environmental forecasting, where we use domain KGs to retrieve physically consistent historical analogs for regional flood forecasts, improving geographic localisation over a latent-only baseline. Operating entirely without internal model access, our approach provides an efficient, interpretable mechanism for post-hoc influence analysis and domain-grounded retrieval.
Chinese Translation
生成性人工智能的快速部署加大了对训练数据归属的迫切需求,以确保透明度和问责制。然而,当前的参数化方法需要对模型权重的计算资源要求极高,而基于相似性的方式则忽略了深层结构背景。我们提出了一种全新的概率框架,完全在黑箱环境中运行。我们的方法将连续特征相似性与离散的领域特定知识图谱(KGs)相融合。这种方法确保归属是基于结构现实的,明确奖励高度特定的历史样本,同时防止通用背景数据主导结果。我们在两个固有复杂的领域中评估了我们的框架,这两个领域的输出与数据和领域背景之间的关联性复杂:抽象艺术图像合成和高维物理天气预报。广泛的基准测试展示了我们方法的强大有效性。在艺术领域,它达到了强大的线性数据建模分数,超过了标准黑箱相似性基准,同时缩小了与基于梯度的估计器之间的差距。此外,我们还展示了一个跨领域的可行性案例研究,在环境预报中,我们使用领域知识图谱检索物理一致的历史类比,以改善区域洪水预报的地理定位,相较于仅使用潜在信息的基线有显著提升。我们的方案完全不依赖于内部模型访问,提供了一种高效、可解释的后验影响分析和领域基础检索机制。
cs.AI / 15 / 2607.21616

Lost in Context: Addressing Context Anxiety in Large Language Models

迷失在上下文中:应对大型语言模型中的上下文焦虑
Igbinedion, Ifueko, Ross, Jillian, Ricardez, Etienne, Karaman, Sertac, So, Eric
Abstract
Conventional wisdom suggests that reasoning models fail when problems exceed their capabilities. However, we find that frontier reasoning models sometimes possess the necessary capabilities to solve problems but fail due to premature self-doubt -- a phenomenon informally known as context anxiety. We provide the first systematic study of context anxiety, demonstrating that it arises, in part, from a model's inability to accurately estimate the tokens required to complete a task. We also show that context anxiety leads to material efficiency losses when models operate under perceived constraints. Building on this analysis, we further show that models can learn alternative strategies for solving long-horizon problems without exhibiting context anxiety, suggesting that performance improvements may be achievable not through scaling model capabilities, but by improving models' ability to accurately assess and adapt to their own limitations.
Chinese Translation
传统观点认为,当问题超出推理模型的能力时,它们会失败。然而,我们发现前沿推理模型有时具备解决问题所需的能力,但由于过早的自我怀疑而失败——这一现象非正式地被称为上下文焦虑。我们提供了上下文焦虑的首次系统研究,证明它部分源于模型无法准确估计完成任务所需的标记数量。我们还表明,当模型在感知的约束下操作时,上下文焦虑会导致实质性的效率损失。在此分析的基础上,我们进一步展示了模型可以学习替代策略来解决长远问题,而不表现出上下文焦虑,这表明性能的提升可能不是通过扩大模型能力来实现,而是通过提高模型准确评估和适应自身局限性的能力。
cs.AI / 16 / 2607.21617

Do VLMs Read or Rewrite? On Transcription Faithfulness in Vision-Language Models

视觉语言模型是阅读还是重写?关于视觉语言模型中的转录忠实性
Lee, Gwang Gook, Ak, Kenan Emir, Mohta, Jay, Xu, Yan, Dimitriadis, Dimitrios
Abstract
Vision Language Models (VLMs) are increasingly used in place of traditional OCR pipelines for document understanding. In this paper, we show they do not always act as faithful transcribers: when text is imperfect, they often tend to rewrite it into a more plausible form - a behavior that clean-text OCR benchmarks cannot detect. We introduce FaithC4, a multilingual perturbation benchmark of 1,455 single-page documents (English, Chinese, Korean) with three perturbation families: scramble, random substitution, and visually similar substitution. We use the benchmark to evaluate 15 systems spanning general-purpose VLMs, OCR-specialized VLMs, and traditional OCR pipelines. These three categories differ in WER degradation under perturbation: general-purpose VLMs degrade by up to 4.5 points, OCR-specialized VLMs by 0.2-2 points, and traditional OCR by less than 0.6 points on English. Probing Qwen3-VL-4B layer-by-layer, we identify a consistent pattern: rewriting fires only when a perturbed word's final layer FFN representation stays close to the original encoding; when the representation diverges sufficiently, the model transcribes faithfully. Word length affects rewriting rate: short words (4-6 characters) are rewritten up to 10% of the time, with a sharp cutoff at 8 characters above which rewriting drops to 0%.
Chinese Translation
视觉语言模型(VLMs)在文档理解中越来越多地取代传统的光学字符识别(OCR)流程。本文表明,它们并不总是作为忠实的转录者:当文本不完美时,它们往往倾向于将其重写为更合理的形式——这种行为是清洁文本OCR基准无法检测到的。我们引入了FaithC4,这是一个包含1455个单页文档(英语、中文、韩语)的多语言扰动基准,具有三种扰动类型:打乱、随机替换和视觉相似替换。我们使用该基准评估了15个系统,涵盖了通用VLM、专门针对OCR的VLM和传统OCR流程。这三类系统在扰动下的字错误率(WER)降级有所不同:通用VLM降级最多可达4.5个百分点,OCR专用VLM降级在0.2-2个百分点之间,而传统OCR在英语中的降级不到0.6个百分点。通过逐层探测Qwen3-VL-4B,我们识别出一个一致的模式:只有当扰动词的最终层前馈神经网络(FFN)表示接近原始编码时,重写才会触发;当表示足够偏离时,模型则会忠实转录。单词长度影响重写率:短单词(4-6个字符)重写的概率高达10%,而在8个字符以上,重写率骤降至0%。
cs.AI / 17 / 2607.21618

LeafData: An Agentic System for Data Migration

LeafData:一种用于数据迁移的自主系统
Katukuri, Sadanand, Bada, Rajasekhar, Induri, Navya, Gandham, Rohit, Pinto, Lynette, Selvan, Joses, Krishnamoorthy, Abishek, Rozario, Joseph, Tian, Pu, Poudel, Pavan, Wu, Yalong
Abstract
Modern data migration relies on JSON configuration to define data connection, pipeline logic, and orchestration behavior. This requires domain knowledge from users and is time-consuming and error-prone. In this paper, we present LeafData, an agentic system that converts user intent into validated and executable JSON configuration for data migration. Specifically, LeafData comprises a frontend chatbot and the backend service. The chatbot incrementally collects required information from users and performs schema-driven validation, while the backend service processes validated inputs and generates JSON configuration artifacts. These artifacts are directly consumable by orchestration platforms, enabling end-to-end pipeline generation and execution without manual coding. LeafData supports heterogeneous data migration across various data sources and connectors including relational databases, file-based systems, document-oriented databases, and REST APIs.
Chinese Translation
现代数据迁移依赖于 JSON 配置来定义数据连接、管道逻辑和调度行为。这需要用户具备领域知识,并且过程耗时且容易出错。本文介绍了 LeafData,一种将用户意图转换为经过验证和可执行的 JSON 配置以进行数据迁移的自主系统。具体而言,LeafData 包括一个前端聊天机器人和后端服务。聊天机器人逐步收集用户所需的信息并执行基于模式的验证,而后端服务处理经过验证的输入并生成 JSON 配置工件。这些工件可以被调度平台直接使用,从而实现端到端的管道生成和执行,无需手动编码。LeafData 支持跨各种数据源和连接器的异构数据迁移,包括关系数据库、基于文件的系统、文档导向数据库和 REST APIs。
cs.AI / 18 / 2607.21620

From Profiles to Steering Vectors: Global Sparse Priors and Local Semantic Calibration for Personalized Text Generation

从用户画像到引导向量:个性化文本生成的全球稀疏先验与局部语义校准
Chen, Liuji, Zhang, Zeyu, Zhang, Xinyuan, Nie, Shuai, Liu, Qiang, Wu, Shu, Wang, Liang
Abstract
Personalized text generation requires models to capture user-specific writing styles from historical data. Existing approaches based on retrieval, parameter-efficient fine-tuning, or activation steering either introduce inference and storage overhead or struggle to separate stylistic signals from semantic content. We propose GLASS, a training-free framework for personalized generation via Global-Local Activation Steering with Sparse priors. GLASS uses sparse autoencoders to extract a global user-style prior from historical responses and constructs local contrastive style vectors over clustered interaction scenarios. During inference, it jointly injects global and local vectors into different model layers, enabling context-aware personalization without retrieval or parameter updates. Experiments on LaMP and LongLaMP show that GLASS outperforms retrieval-, fine-tuning-, and steering-based baselines across ROUGE metrics and LLM-as-judge evaluations. Further analyses show that SAE-based representations are more robust to topic and length shifts, suggesting better disentanglement of stylistic information from semantic residue.
Chinese Translation
个性化文本生成要求模型从历史数据中捕捉用户特定的写作风格。现有基于检索、参数高效微调或激活引导的方法要么引入推理和存储开销,要么难以将风格信号与语义内容分离。我们提出了GLASS,这是一个通过全球-局部激活引导与稀疏先验实现个性化生成的无训练框架。GLASS利用稀疏自编码器从历史响应中提取全球用户风格先验,并在聚类的交互场景中构建局部对比风格向量。在推理过程中,它将全球和局部向量共同注入到不同的模型层中,实现了上下文感知的个性化,而无需检索或参数更新。在LaMP和LongLaMP上的实验表明,GLASS在ROUGE指标和LLM-as-judge评估中优于基于检索、微调和引导的基线。此外,进一步分析表明,基于SAE的表示对主题和长度变化更具鲁棒性,暗示风格信息与语义残余的解耦效果更佳。
cs.AI / 19 / 2607.21624

FBLayout: Optimizing Memory Layout for Efficient LLM Finetuning on Mobile GPUs

FBLayout:优化内存布局以提高移动GPU上LLM微调的效率
Tam, Kahou, Niu, Wei, Bao, Yu, Ouyang, Xiaomin, Xu, Chengzhong, Li, Li
Abstract
Transformer-based models have enabled unprecedented capabilities across language, vision, and multimodal tasks. On-device fine-tuning of transformer models offers a privacy-preserving path to personalized AI, yet remains inefficient on mobile GPUs due to severe memory constraints and frequent layout transformations in attention mechanism during training. Existing mobile training frameworks either use unified layouts for forward and backward passes -- leading to fragmented memory access and poor GPU utilization during backpropagation -- or rely on explicit layout conversions, which introduce significant transformation overhead. To overcome this, we propose FBLayout, a layout-aware framework that co-designs tensor organization with mobile GPU platforms. FBLayout introduces: (1) a unified R-Tile layout for multi-dimensional reductions across forward/backward passes; (2) tile-based index transformation to eliminate physical data movement; and (3) activation-guided layout selection to propagate efficient layouts globally. Evaluations on seven transformer models across different mobile phones (including ARM Mali and Qualcomm Adreno GPUs) show that FBLayout achieves 2.2-5.7x speedup over MNN, TFLite, and TVM, while significantly improving cache efficiency and reducing memory footprint, enabling practical on-device large model fine-tuning.
Chinese Translation
基于Transformer的模型在语言、视觉和多模态任务中展现了前所未有的能力。在设备上对Transformer模型进行微调提供了一条保护隐私的个性化人工智能路径,但由于在训练过程中注意力机制中的严重内存限制和频繁的布局转换,这一过程在移动GPU上仍然效率低下。现有的移动训练框架要么在前向和反向传播中使用统一的布局——导致反向传播时内存访问碎片化和GPU利用率低下——要么依赖显式的布局转换,这会引入显著的转换开销。为了解决这个问题,我们提出了FBLayout,一个布局感知框架,该框架将张量组织与移动GPU平台进行协同设计。FBLayout引入了:(1) 一种统一的R-Tile布局,用于前向/反向传播中的多维归约;(2) 基于块的索引转换以消除物理数据移动;以及(3) 激活引导的布局选择以在全局范围内传播高效布局。在七种不同移动手机(包括ARM Mali和Qualcomm Adreno GPU)上的七个Transformer模型的评估表明,FBLayout相比于MNN、TFLite和TVM实现了2.2-5.7倍的加速,同时显著提高了缓存效率并减少了内存占用,使得在设备上进行大模型微调成为可能。
cs.AI / 20 / 2607.21625

Trajectory-Aware Retrieval Agents for Temporal Decision- Making

面向轨迹的检索代理在时间决策中的应用
Wang, Jing, Shen, Jie, Niu, Xing
Abstract
We study the problem of decision-making from long-form, temporally structured text using large language model (LLM) agents. Standard retrievalaugmented generation (RAG) pipelines fragment chronological context into isolated snippets, discarding the temporal structure that is often critical for correct downstream decisions. We introduce TLM (Trajectory Language Model), a closed-loop agentic framework that iteratively refines the evidence set using SHAP-guided feedback. The key technical contribution is the latent growth curve model (LGCM) over retrieved chunk embeddings, which provides an interpretable mechanism for detecting trajectory trends, turning points, and information gaps. We show that, under a scorer-calibration assumption (which holds approximately in practice), the iterative refinement procedure is monotonically non-decreasing in the probability assigned to the correct label. Empirically, TLM is evaluated on three temporally grounded decision tasks: medical question answering, earnings call surprise prediction, and overnight stock gap prediction. TLM substantially outperforms both zero-shot LLM baselines and standard retrieval-augmented approaches on the medical task, and yields consistent, economically meaningful gains on the two financial tasks.
Chinese Translation
我们研究了使用大型语言模型(LLM)代理从长格式、时间结构化文本中进行决策的问题。标准的检索增强生成(RAG)管道将时间顺序的上下文分割成孤立的片段,丢弃了通常对正确的下游决策至关重要的时间结构。我们引入了 TLM(轨迹语言模型),这是一个闭环代理框架,通过 SHAP 引导的反馈迭代地细化证据集。关键的技术贡献是基于检索到的块嵌入的潜在增长曲线模型(LGCM),该模型提供了一种可解释的机制,用于检测轨迹趋势、转折点和信息缺口。我们展示了在评分校准假设(在实践中大致成立)下,迭代细化过程在分配给正确标签的概率上是单调非减的。从经验上看,TLM 在三个时间基础的决策任务上进行了评估:医学问答、财报惊讶预测和隔夜股票缺口预测。TLM 在医学任务上显著优于零样本 LLM 基线和标准检索增强方法,并在两个金融任务上产生了一致且具有经济意义的收益。
cs.AI / 21 / 2607.21626

Discrete Action Space as a Prerequisite for GRPO Convergence in Small-Model Continuous Control

离散动作空间作为小模型连续控制中GRPO收敛的先决条件
Filatov, Dmytro, Fedorov, Valentyn, Filatova, Vira
Abstract
We study whether Group Relative Policy Optimization (GRPO) can fine-tune small language models for simulated quadrotor continuous-control tasks. In our benchmark, vanilla GRPO fine-tuning of Qwen-0.5B for 25 Hz quadrotor velocity control collapses to the trivial zero action: 0 percent success rate, with entropy falling from 0.35 to 0.03 within 60 steps. Two ablations - removing the jerk-penalty term and removing the KL anchor to the pretrained prior - each prevent entropy collapse, yet neither enables learning. When the action interface is replaced by a 5-way categorical choice over PID presets, training converges. The resulting controller traces a smoothness-reliability Pareto frontier along training duration; both endpoints are reported: 98.6 percent success with 0.656 m/s3 jerk at 64 steps, and 100 percent success with 1.103 m/s3 jerk, or 0.796 under a matched velocity cap, at 256 steps. The recipe is evaluated across three pretrained language models. As context, a re-tuned classical baseline, PID with Ki = 0.30 and vmax = 2.5, reaches the same 100 percent success rate at jerk 0.736 m/s3. A high-fidelity simulation using Crazyflie 2.1 dynamics surfaces a hover-region training-distribution gap.
Chinese Translation
我们研究了群体相对策略优化(Group Relative Policy Optimization, GRPO)是否能够对小型语言模型进行微调,以适应模拟四旋翼的连续控制任务。在我们的基准测试中,针对25 Hz四旋翼速度控制的Qwen-0.5B的原始GRPO微调崩溃为简单的零动作:成功率为0%,熵在60步内从0.35降至0.03。两个消融实验——去除加速度惩罚项和去除对预训练先验的KL锚定——都防止了熵的崩溃,但都未能实现学习。当动作接口被替换为对PID预设的5类选择时,训练收敛。最终的控制器在训练持续时间上描绘了平滑性-可靠性帕累托前沿;两个端点的结果分别为:在64步时以0.656 m/s³的加速度实现98.6%的成功率,以及在256步时以1.103 m/s³的加速度或在匹配速度上限下以0.796的加速度实现100%的成功率。该方法在三个预训练语言模型上进行了评估。作为背景,一个重新调优的经典基线,PID(Ki = 0.30,vmax = 2.5),在加速度0.736 m/s³时达到了同样的100%成功率。使用Crazyflie 2.1动力学的高保真模拟揭示了悬停区域的训练分布差距。
cs.AI / 22 / 2607.21627

Do Modules Stay in Their Lane? Role Drift in Compound LLM Systems

模块是否保持在其职责范围内?复合大语言模型系统中的角色漂移
Cao, Xiaoyang, Srinivasan, Siddarth, Bakker, Michiel A.
Abstract
End-to-end reinforcement learning can improve the accuracy of compound LLM systems, but it does not constrain how modules divide labor internally. We identify Role Drift, a failure mode in which modules preserve or improve end-task performance while deviating from their assigned roles through role-violating shortcuts that remain invisible to system-level evaluation. To make role drift observable and controllable, we propose Role Anchor, a regularizer that modulates how much each module deviates from its assigned role during end-to-end training. The key idea is to preserve how the role prompt shifts the module's next-token predictions relative to a neutral prompt, which serves as a proxy for the role's intended effect during training. Experiments on two compound LLM pipelines reveal role drift that accuracy alone fails to detect: a decomposer meant to split a question into sub-questions for a separate solver instead plants the answer in them, and a reader meant to answer from retrieved passages instead falls back on parametric memory. In fact, on the decomposer pipeline this shortcut drives most of the apparent RL gain: 86% of it vanishes once the decomposer is held to its role, indicating that terminal accuracy alone can badly overstate how much a compound system has genuinely learned. Across both pipelines, Role Anchor mitigates role drift at a tunable accuracy cost that varies by pipeline and anchor strength. Additional gradient analysis suggests that the regularizer reduces alignment with the role-drift direction rather than simply suppressing learning.
Chinese Translation
端到端强化学习可以提高复合大语言模型系统的准确性,但它并未限制模块在内部如何分工。我们识别出角色漂移(Role Drift),这是一种失效模式,其中模块在偏离其分配角色的同时,通过角色违反的捷径保持或提高最终任务性能,而这些捷径在系统级评估中保持不可见。为了使角色漂移可观察和可控,我们提出了角色锚(Role Anchor),这是一种正则化器,用于调节每个模块在端到端训练过程中偏离其分配角色的程度。关键思想是保留角色提示相对于中性提示如何影响模块的下一个标记预测,这作为训练中角色预期效果的代理。对两个复合大语言模型管道的实验揭示了仅靠准确性无法检测到的角色漂移:一个旨在将问题拆分为子问题以供单独求解器使用的分解器,反而在其中植入了答案;而一个旨在从检索到的段落中回答的阅读器,则回退到参数化记忆。事实上,在分解器管道上,这一捷径驱动了大部分明显的强化学习增益:一旦将分解器限制在其角色上,86%的增益消失,表明仅靠终端准确性可能严重夸大了复合系统真正学习的程度。在两个管道中,角色锚以可调的准确性成本缓解了角色漂移,该成本因管道和锚的强度而异。额外的梯度分析表明,正则化器减少了与角色漂移方向的对齐,而不仅仅是抑制学习。
cs.AI / 23 / 2607.21628

Wavelet Phase Diffusion for Structurally and Semantically Consistent Sim-to-Real Translation

小波相位扩散用于结构和语义一致的模拟到现实转换
Wang, Kaiwen, Bieder, Frank, Shen, Yinzhe, Fernandez, Carlos, Pauls, Jan-Hendrik, Tas, Omer Sahin
Abstract
Simulation-to-reality translation must bridge the appearance gap between synthetic and real domains while preserving structural and semantic consistency. Conditioning-based methods achieve spatial alignment but introduce computationally expensive control modules. Paired-data methods achieve realism but rely on complex synthesis pipelines, often altering scene geometry and semantics. Training-free editing methods avoid both constraints but lack a learned appearance prior, limiting their perceptual quality. Recently proposed phase-preserving diffusion presents a promising alternative, but Fourier-domain formulations are constrained by global spectral coupling. This coupling induces spatial artifacts such as ringing and boundary leakage, thereby degrading structural and semantic consistency. We introduce Wavelet Phase Diffusion, which addresses this through two components. First, we operate in the Dual-Tree Complex Wavelet Packet Transform domain, whose localized wavelet packets enable spatially adaptive phase injection without global spectral interference. Second, Low-Frequency Randomization (LFR) replaces the low-frequency packet, decoupling the model from the synthetic illumination prior and enabling in-distribution real-world appearance. Both components train on unpaired open-domain data, and introduce negligible inference overhead. The spatial locality further enables instance-level translation, where individual objects or regions are translated to photorealistic appearance independently while the surrounding scene remains untranslated. On vKITTI $\to$ KITTI image translation, ours outperforms prior methods in realism and semantic consistency while maintaining competitive structural alignment. For CARLA video translation, ours approaches the realism of paired-data methods while reducing VLM planner ADE and FDE by $5.4\%$ and $5.1\%$, respectively.
Chinese Translation
模拟到现实的转换必须弥合合成和真实领域之间的外观差距,同时保持结构和语义的一致性。基于条件的方法实现了空间对齐,但引入了计算成本高昂的控制模块。配对数据的方法实现了真实感,但依赖于复杂的合成流程,常常改变场景的几何形状和语义。无训练编辑方法避免了这两种限制,但缺乏学习的外观先验,限制了其感知质量。最近提出的相位保持扩散提供了一种有前景的替代方案,但傅里叶域的公式受到全局谱耦合的限制。这种耦合会引入空间伪影,如振铃和边界泄漏,从而降低结构和语义的一致性。我们提出了小波相位扩散,通过两个组件来解决这个问题。首先,我们在双树复小波包变换域中操作,其局部化的小波包能够在没有全局谱干扰的情况下进行空间自适应相位注入。其次,低频随机化(Low-Frequency Randomization, LFR)替换低频包,使模型与合成照明先验解耦,并实现分布内的真实世界外观。这两个组件在未配对的开放域数据上进行训练,并引入了微不足道的推理开销。空间局部性进一步实现了实例级翻译,其中单个对象或区域独立转换为照片级真实外观,而周围场景保持未翻译状态。在 vKITTI 到 KITTI 的图像翻译中,我们的方法在真实感和语义一致性方面超越了先前的方法,同时保持了竞争性的结构对齐。在 CARLA 视频翻译中,我们的方法接近配对数据方法的真实感,同时将 VLM 规划器的 ADE 和 FDE 分别降低了 5.4% 和 5.1%。
cs.AI / 24 / 2607.21659

Defining AI-Native Systems: Autonomy as Revision Authority

定义AI原生系统:自主性作为修订权威
Tan, Cheng
Abstract
AI has begun to write systems code: agents now synthesize, verify, and deploy system components. Despite this shift, "AI-native" remains a marketing term with no precise technical definition. This paper gives it one. We define AI-nativeness along a single axis---authority over the system's own decisions rather than by the capability of the underlying AI models. Building on a decision-level model of a system, we distinguish occupancy (who executes a decision) from revision authority (who may change it), organize revision authority into a ladder---self-tuning, self-rewriting, self-architecting and define a system as AI-native when an AI autonomously rewrites the system's own implementations. The definition further requires an escalation detector, a verification procedure, and a verified fallback, while leaving purpose and correctness human-owned.
Chinese Translation
人工智能已经开始编写系统代码:代理现在合成、验证和部署系统组件。尽管发生了这种转变,“AI原生”仍然是一个没有精确定义的营销术语。本文对此进行了定义。我们沿着一个单一的轴线定义AI原生性——即对系统自身决策的权威,而不是基于底层AI模型的能力。基于系统的决策级模型,我们区分了占用(谁执行决策)与修订权威(谁可以更改决策),并将修订权威组织成一个梯级——自调节、自重写、自架构,并定义当人工智能自主重写系统自身实现时,该系统为AI原生。该定义进一步要求具备升级检测器、验证程序和经过验证的后备方案,同时将目的和正确性归属于人类。
cs.AI / 25 / 2607.21686

Persistent Computational State: A Session-Centric Runtime for Generative World Models

持久计算状态:一种面向会话的生成世界模型运行时
Lin, Zhen
Abstract
Generative world models are increasingly driven as simulators: a planner forks a state, rolls out futures, backtracks, and returns to a visited viewpoint. Recent benchmarks establish that current video world models fail this usage, and attribute it to the model, prescribing new architectures and training objectives. We show this attribution is incomplete, and for an important class of models simply wrong. Snapshotting the state the runtime already holds -- an observation plus RNG state, a memory bank, or a windowed KV context, by architecture -- and restoring it after a genuine excursion reproduces the never-left continuation byte-identically on all three; corrupting only the RNG degrades it. The capability was never missing: request-centric serving discarded it, inheriting from language-model serving the assumption that runtime state is recomputable -- but world-model state carries a non-recomputable kernel. We define Persistent Computational State (PCS), the minimal non-recomputable state that must survive across requests, show it can be discovered by measurement, and build a session-centric runtime over it. Checkpoint and restore cost 0.012 ms against a 1.85 s generation step; resident sessions become host- rather than device-bounded (measured to 1,024); and world memory must be evicted by relevance to the return, not recency -- the inverse of LLM practice.
Chinese Translation
生成世界模型越来越多地被用作模拟器:规划者分叉一个状态,展开未来,回溯并返回到已访问的视点。最近的基准测试表明,当前的视频世界模型无法满足这一用途,并将其归因于模型,建议新的架构和训练目标。我们表明这种归因是不完整的,对于一类重要的模型来说,甚至是错误的。快照运行时已经持有的状态——一个观察加随机数生成器(RNG)状态、一个内存库或一个窗口化的键值(KV)上下文——并在真正的外出后恢复它,可以在所有三个模型上以字节完全相同的方式再现从未离开的连续性;仅仅破坏随机数生成器就会导致其降级。这个能力从未缺失:请求中心的服务抛弃了它,继承了语言模型服务的假设,即运行时状态是可重新计算的——但世界模型状态携带一个不可重新计算的核心。我们定义了持久计算状态(Persistent Computational State, PCS),这是必须在请求之间存活的最小不可重新计算状态,展示了它可以通过测量发现,并在其上构建一个面向会话的运行时。检查点和恢复的成本为0.012毫秒,相对于1.85秒的生成步骤;常驻会话变得以主机而非设备为界(测量为1,024);而世界记忆必须根据返回的相关性而非最近性被驱逐——这与大型语言模型(LLM)的实践正好相反。
cs.AI / 26 / 2607.21735

What AI Red-Team Evaluations Can and Cannot Prove

人工智能红队评估能够和不能证明的内容
Kaur, Bandana
Abstract
Red-team evaluations of AI models support some claims and not others, and the boundary between the two is calculable rather than merely a matter of judgment. We define the evidential ceiling of an evaluation as the largest factor by which one result can move belief under a fixed testing budget, derive it in closed form for the benchmark null result, and use it to locate that boundary exactly. We find that above a calculable harm rate, a benchmark of modest size certifies a category to a stated evidentiary standard, and a clean sheet is then the stronger of the two possible observations, outweighing a single reproduced failure. Below that rate, no passive benchmark of feasible size provides the specified evidence of safety under the fixed scoring rule and approximately independent trial structure. The crossing between the two regimes has a closed form. The bound is not specific to benchmarks: written in terms of a procedure's hypothesis conditioned elicitation rates, it covers adaptive and automated red teaming as well, and shows that discrimination between the hypotheses rather than attack success is what determines evidential worth. Auditing eight evaluation suites against the boundary, we find that current benchmarks are adequate for high-frequency harm categories and several orders of magnitude short for rare, catastrophic ones. Safety benchmarks are not uninformative. They are informative about a specific and computable set of propositions, and the discipline they need is to state which.
Chinese Translation
人工智能模型的红队评估支持某些主张而不支持其他主张,这两者之间的界限是可计算的,而不仅仅是判断的问题。我们将评估的证据上限定义为在固定测试预算下,某一结果能够移动信念的最大因子,并为基准无效结果推导出其封闭形式,利用它精确定位该界限。我们发现,在可计算的危害率之上,适度规模的基准能够证明一个类别符合规定的证据标准,而清晰的结果则是两个可能观察中更强的一方,超过了单一重现的失败。在该危害率以下,没有任何可行规模的被动基准能够在固定评分规则和近似独立的试验结构下提供安全的特定证据。两个范畴之间的交叉具有封闭形式。该界限并不特定于基准:以程序假设条件引导的引出率来表述,它同样涵盖了自适应和自动化红队评估,并表明区分假设而非攻击成功是决定证据价值的关键。通过对八个评估套件进行审计,我们发现当前基准对于高频危害类别是足够的,但对于罕见的灾难性类别则短缺几个数量级。安全基准并非无信息可言。它们提供了关于特定且可计算的命题集的信息,而它们所需的纪律是明确说明这些命题。
cs.AI / 27 / 2607.21785

From Seasonality to Semantics: Benchmarking a Hybrid Probabilistic Forecasting System for Roadblocks in Bolivia

从季节性到语义:为玻利维亚道路封锁基准测试混合概率预测系统
Sainz, Rodrigo Vargas, Curti, Christian Berón
Abstract
Roadblocks in Bolivia are a social conflict phenomenon with devastating economic impacts, estimated at losses equivalent to 4% of the national Gross Domestic Product. Despite their recurrence and impact, there is a lack of local predictive systems to anticipate these events for logistical decision-making. This paper presents a hybrid probabilistic forecasting system that integrates time series decomposition (Prophet) with natural language processing (NLP) techniques applied to a six-year corpus of Bolivian news coverage. The methodology employs vector semantic embeddings and zero-shot classification models to capture signals of discursive escalation prior to the materialization of the roadblocks. Using an expanding walk-forward validation scheme applied over 1,762 days and seven forecasting horizons (H+1 to H+7), seven internal configurations and four external benchmarks were compared, including SARIMA and LightGBM. The results demonstrate that the hybrid configuration (Prophet + NLP, C6) consistently outperforms purely statistical models, achieving an AUC-ROC of 0.677 at H+1 and reducing the Brier Score by 10.9% relative to the baseline temporal model (0.220 vs. 0.247), maintaining a statistically significant error reduction across all evaluated horizons ($p < 0.02$). This research validates that the integration of semantic news signals allows for the detection of social tension peaks not captured by historical inertia, providing a technical tool for risk management in critical transport corridors.
Chinese Translation
玻利维亚的道路封锁是一种具有破坏性经济影响的社会冲突现象,估计损失相当于国家国内生产总值的4%。尽管这些事件频繁发生且影响深远,但缺乏本地预测系统来提前预判这些事件以便进行后勤决策。本文提出了一种混合概率预测系统,该系统将时间序列分解(Prophet)与自然语言处理(NLP)技术相结合,应用于六年的玻利维亚新闻报道语料库。该方法采用向量语义嵌入和零样本分类模型,以捕捉在道路封锁发生之前的言论升级信号。通过在1762天和七个预测时间段(H+1至H+7)上应用扩展的前向验证方案,比较了七种内部配置和四个外部基准,包括SARIMA和LightGBM。结果表明,混合配置(Prophet + NLP, C6)在各个评估时间段内始终优于纯统计模型,在H+1时获得了0.677的AUC-ROC,并且相较于基线时间模型(0.220 vs. 0.247)降低了10.9%的Brier Score,且在所有评估的时间段内保持了统计显著的误差降低($p < 0.02$)。本研究验证了语义新闻信号的整合能够检测到历史惯性未能捕捉到的社会紧张峰值,为关键运输走廊的风险管理提供了一种技术工具。
cs.AI / 28 / 2607.21793

QLPO: Quadrant-weighted Sampling for Length-aware Policy Optimization

QLPO:基于象限加权的长度感知策略优化采样
Chen, Siwei, Chen, Siqi, Miao, Xupeng, Cui, Bin
Abstract
Recent large reasoning models often develop long chain-of-thought responses during reinforcement learning (RL), resulting in high inference latency and deployment cost. Existing methods for response length control typically rely on explicit length penalties or additional control modules, which require careful tuning and may compromise reasoning quality. We propose Quadrant-weighted Sampling for Length-aware Policy Optimization (QLPO), a simple resampling-based variant of GRPO that introduces implicit length control without modifying the reward function. QLPO first over-generates candidate responses and then resamples the training group by preserving the empirical correct/incorrect ratio while favoring short correct responses and long incorrect responses. This reshapes the training distribution and implicitly encourages shorter model outputs. Across models ranging from 1.5B to 32B parameters, including both base models and strong reasoning models, QLPO consistently improves the accuracy-length trade-off. It reduces response length by 30% to 70% while preserving reasoning performance. These results suggest that structured resampling provides an effective and robust approach to efficient reasoning.
Chinese Translation
近期的大型推理模型在强化学习(RL)过程中往往生成较长的思维链响应,这导致了高推理延迟和部署成本。现有的响应长度控制方法通常依赖于显式长度惩罚或额外的控制模块,这需要仔细调优,并可能影响推理质量。我们提出了基于象限加权的长度感知策略优化采样(QLPO),这是一种简单的基于重采样的GRPO变体,它在不修改奖励函数的情况下引入了隐式长度控制。QLPO首先生成过多的候选响应,然后通过保留经验上的正确/错误比例,同时偏向短的正确响应和长的错误响应,重新采样训练组。这重塑了训练分布,并隐式鼓励模型输出更短的结果。在从1.5B到32B参数的模型中,包括基础模型和强推理模型,QLPO始终改善了准确性与长度的权衡。它在保持推理性能的同时,将响应长度减少了30%到70%。这些结果表明,结构化重采样提供了一种有效且稳健的高效推理方法。
cs.AI / 29 / 2607.21859

DAGForge: Auditable Causal DAG Authoring with Biomedical Literature

DAGForge:基于生物医学文献的可审计因果有向无环图创作
Sheu, Yi-han, Steigman, Michael R., Zhou, Yu, Wang, Bo, Yen, Fan-Yu, Smoller, Jordan W.
Abstract
Constructing causal directed acyclic graphs (DAGs) is a core step in biomedical causal analysis, yet it remains a largely manual process. Analysts must connect study variables to prior literature, evaluate uncertain causal claims, and preserve sufficient provenance for expert review. We present DAGForge, a browser-based system for authoring causal DAGs as auditable, evidence-linked artifacts. Given free-text descriptions of study concepts, DAGForge creates a reproducible literature snapshot, uses an LLM-based reasoning module to generate structured pairwise causal judgments grounded in verbatim evidence excerpts, and assembles those judgments into a constraint-checked graph. Each proposed edge includes confidence estimates, provenance, and a reviewable rationale. The interface supports study specification, progress monitoring, evidence review, graph comparison, adjustment-set computation, and export. In evaluations against both compact benchmark DAGs and reference DAGs derived from published literature, DAGForge achieves high edge recall on the literature-based cohort while retaining verifiable evidence trails absent from LLM-only baselines. DAGForge thus reduces the burden of causal DAG curation while making the resulting assumptions auditable, supporting the design, analysis, and interpretation of biomedical studies.
Chinese Translation
构建因果有向无环图(DAGs)是生物医学因果分析中的核心步骤,但这一过程仍然主要依赖手动操作。分析人员必须将研究变量与先前文献连接,评估不确定的因果主张,并保留足够的来源信息以供专家审查。我们提出了DAGForge,这是一种基于浏览器的系统,用于创作可审计的、与证据关联的因果DAG。DAGForge根据研究概念的自由文本描述,创建可重复的文献快照,使用基于大型语言模型(LLM)的推理模块生成基于逐字证据摘录的结构化成对因果判断,并将这些判断组装成经过约束检查的图形。每个提议的边缘包括置信度估计、来源信息和可审查的理由。该界面支持研究规范、进度监控、证据审查、图形比较、调整集计算和导出。在与紧凑基准DAG和从已发布文献中派生的参考DAG的评估中,DAGForge在基于文献的队列上实现了高边缘召回,同时保留了LLM仅基线所缺乏的可验证证据链。因此,DAGForge减轻了因果DAG管理的负担,同时使得结果假设可审计,支持生物医学研究的设计、分析和解释。
cs.AI / 30 / 2607.21867

When Is a Learned Command Adapter Worth It? Closed-Loop Identification and Counterfactual Auditing of Frozen Locomotion Policies

何时值得使用学习的命令适配器?冻结运动策略的闭环识别与反事实审计
Li, Zongtan
Abstract
Adding a learned adapter to a frozen, command-conditioned locomotion policy is worthwhile only if the interface exposes improvements that are both real and recoverable from deployment-time observations. We introduce an adapter necessity audit that separates global operating-point gain,same-state counterfactual headroom, deployment gain over a cross-fitted fixed action, and state-allocation gain over a frequency-matched randomized policy. Source-cluster learner refits map these quantities and constraint violations to a GO/NO-GO/ABSTAIN decision. Closed-loop command- response identification provides optional decision features. On Go2, an archived scale-prefix diagnostic finds 5.2% same-state headroom but only 0.55% recovered allocation gain. Our confirmatory audit evaluates direct, scale, heading, and yaw interventions on twenty independent clusters for each of three query distributions induced by direct control, VGCC, and MPC, using 200 full learner refits. At 1% deployment and allocation thresholds and a 5% violation tolerance, direct queries return NO-GO, while VGCC and MPC queries ABSTAIN. VGCC has the largest mean deployment gain (1.34%), but its allocation lower bound is 0.09% and its violation upper bound is 6.25%. A deployment-representative twenty-cluster H1 audit also returns NO-GO, whereas a learner-level synthetic control returns GO. The audit therefore tests whether observable signal justifies state-dependent adaptation rather than presuming that an adapter is valuable.
Chinese Translation
仅当接口暴露出在部署时观察中既真实又可恢复的改进时,将学习适配器添加到冻结的命令条件运动策略才是值得的。我们引入了一种适配器必要性审计,区分全局操作点增益、同状态反事实余量、相对于交叉拟合固定动作的部署增益,以及相对于频率匹配随机策略的状态分配增益。源聚类学习者重新拟合将这些量和约束违规映射到 GO/NO-GO/ABSTAIN 决策。闭环命令响应识别提供可选的决策特征。在 Go2 上,归档的规模前缀诊断发现 5.2% 的同状态余量,但仅有 0.55% 的恢复分配增益。我们的确认审计评估了对三种由直接控制、VGCC 和 MPC 引发的查询分布的二十个独立聚类的直接、规模、航向和偏航干预,使用 200 次完整学习者重新拟合。在 1% 的部署和分配阈值以及 5% 的违规容忍度下,直接查询返回 NO-GO,而 VGCC 和 MPC 查询则 ABSTAIN。VGCC 的平均部署增益最大(1.34%),但其分配下限为 0.09%,违规上限为 6.25%。一个代表部署的二十聚类 H1 审计也返回 NO-GO,而学习者级的合成控制返回 GO。因此,该审计测试可观察信号是否证明了状态依赖适应的合理性,而不是假设适配器是有价值的。
cs.AI / 31 / 2607.21873

Multi-Agent System-driven Digital Twins for predictive maintenance: architectures, technologies and open research challenges

基于多智能体系统的数字双胞胎在预测性维护中的应用:架构、技术与开放研究挑战
Coulibaly, Korota Arsène, Hamlich, Mohamed
Abstract
Digital twins have emerged as a foundational technology within the context of Industry 4.0, offering a paradigm for the real-time virtual representation of physical systems. However, managing their growing complexity, particularly in distributed industrial environments, requires intelligent architectures capable of autonomous decision-making, dynamic adaptability, and inter-agent coordination. This systematic review explores the intersection between Multi-Agent Systems and Digital Twins, with a particular focus on predictive maintenance applications in resource-constrained contexts. Through a critical analysis of over 547 papers published in high-impact journals (IEEE Transactions, Nature, Elsevier, MDPI), we establish a taxonomy of existing hybrid architectures, identify persistent technological bottlenecks, and formulate three open research questions concerning: (i) the deployment of artificial intelligence on resource-constrained microcontrollers, (ii) distributed multi-node coordination via lightweight communication protocols, and (iii) the hierarchical orchestration of Digital Twins toward smart factory control integrating residual life estimation and explainable Artificial Intelligence. The results of this analysis reveal that, despite significant progress, no existing system offers an integrated embedded-distributed hierarchical solution that simultaneously meets the requirements of Industry 5.0.
Chinese Translation
数字双胞胎作为工业4.0背景下的基础技术,提供了物理系统实时虚拟表示的范式。然而,管理其日益复杂性,特别是在分布式工业环境中,需要具备自主决策、动态适应和智能体间协调能力的智能架构。本系统性综述探讨了多智能体系统与数字双胞胎之间的交集,特别关注资源受限环境中的预测性维护应用。通过对547篇发表在高影响力期刊(如IEEE Transactions、Nature、Elsevier、MDPI)上的论文进行批判性分析,我们建立了现有混合架构的分类法,识别出持续存在的技术瓶颈,并提出了三个开放研究问题,涉及:(i) 在资源受限的微控制器上部署人工智能,(ii) 通过轻量级通信协议进行分布式多节点协调,以及(iii) 在智能工厂控制中整合剩余寿命估计和可解释人工智能的数字双胞胎的分层协调。分析结果表明,尽管取得了显著进展,但现有系统尚未提供一个集成的嵌入式-分布式分层解决方案,能够同时满足工业5.0的要求。
cs.AI / 32 / 2607.21910

TRW: TRACE-RealWorld---An Auditable Consistency Contract for World Models as Materialized Views

TRW: TRACE-RealWorld——一种可审计的一致性契约,用于将世界模型作为物化视图
Chang, Edward Y.
Abstract
TRACE-RealWorld addresses a core data-management problem: maintaining an actionable materialized view over a continuously changing physical world when reads of the base state are priced, delayed, heterogeneous, and fallible. Its data-management contributions are a commitment-level validity abstraction for materialized predictions; consequence-conditioned adaptive view maintenance; transaction-style, dependency-scoped compensation for commitments invalidated after authorization; and append-only provenance supporting exact replay. The work builds directly on materialized-view maintenance, adaptive stream synchronization, transaction recovery, sagas, data freshness, and provenance. The end-to-end Flood-SAR evaluation treats sensing as physical data acquisition and measures freshness, verification cost, stale reads, recovery scope, restoration failure, and replayability through six pre-registered questions with held-out seeds. The contribution is therefore not a new predictive model, but a consistency, recovery, and accountability contract for deploying learned world representations as operational data systems.
Chinese Translation
TRACE-RealWorld 解决了一个核心数据管理问题:在基础状态的读取成本高、延迟、异构且易出错的情况下,如何维护一个可操作的物化视图,以应对不断变化的物理世界。其数据管理贡献包括:针对物化预测的承诺级有效性抽象;基于后果条件的自适应视图维护;针对授权后失效承诺的事务式、依赖范围的补偿;以及支持精确重放的仅追加来源追踪。该研究直接基于物化视图维护、自适应流同步、事务恢复、长事务(sagas)、数据新鲜度和来源追踪。端到端的 Flood-SAR 评估将感知视为物理数据获取,并通过六个预注册问题和保留种子来测量新鲜度、验证成本、过时读取、恢复范围、恢复失败和重放能力。因此,该贡献并不是一个新的预测模型,而是一种一致性、恢复和问责契约,用于将学习到的世界表征作为操作数据系统进行部署。
cs.AI / 33 / 2607.21933

Semiotic logical hexagon theory for LLM logical reasoning

大语言模型逻辑推理的符号逻辑六边形理论
Zhang, Yunyao, Zhang, Xinglang, Chen, Zeliang, Yu, Junqing, Song, Zikai
Abstract
Large language models (LLMs) have become powerful tools for language understanding and logical reasoning. However, they still make mistakes when a problem requires both understanding meaning and following logic. A key reason is that natural-language statements often carry implicit semantic relations before any formal reasoning begins. If these hidden meanings are not properly organized, the model may reach incorrect conclusions even when the subsequent reasoning process appears logically valid. Existing methods improve reasoning through decomposition, symbolic translation, external solvers, or self-verification, but pay comparatively less attention to the semantic structure on which reasoning depends. In this paper, we further investigate how semantic organization influences logical reasoning in LLMs. To this end, we propose HexLogicAgent, a framework that first organizes the meaning of natural-language statements and then guides logical reasoning through structured verification. In our investigation, we also make two observations. First, incomplete semantic representations, rather than deductive inference itself, are a major source of logical reasoning failures in LLMs. Second, explicitly modeling the complete structure of semantic opposition substantially delays the degradation of reasoning performance as logical complexity increases. Experiments on challenging logical reasoning benchmarks demonstrate that HexLogicAgent consistently improves reasoning reliability across multiple LLMs. The core idea is supported by a logical hexagon theory, which explains why a complete structure of opposing meanings is necessary for reliable reasoning.
Chinese Translation
大语言模型(LLMs)已成为理解语言和逻辑推理的强大工具。然而,当问题既需要理解意义又需要遵循逻辑时,它们仍然会出错。一个关键原因是,自然语言陈述在任何正式推理开始之前,通常携带隐含的语义关系。如果这些隐藏的意义没有得到妥善组织,模型可能会得出错误的结论,即使后续的推理过程看似逻辑有效。现有方法通过分解、符号翻译、外部求解器或自我验证来改善推理,但相对较少关注推理所依赖的语义结构。本文进一步探讨语义组织如何影响LLMs中的逻辑推理。为此,我们提出了HexLogicAgent,一个首先组织自然语言陈述意义的框架,然后通过结构化验证指导逻辑推理。在我们的研究中,我们还做出了两个观察。首先,不完整的语义表示,而不是演绎推理本身,是LLMs中逻辑推理失败的主要来源。其次,明确建模完整的语义对立结构在逻辑复杂性增加时显著延缓了推理性能的下降。针对具有挑战性的逻辑推理基准的实验表明,HexLogicAgent在多个LLMs中始终提高了推理的可靠性。核心思想得到了逻辑六边形理论的支持,该理论解释了为什么完整的对立意义结构对于可靠推理是必要的。
cs.AI / 34 / 2607.22002

Learning as Reasoning Unfolds: Progressive Rollout Allocation for Efficient Reinforcement Learning

推理展开中的学习:高效强化学习的渐进式回滚分配
Jiang, Heyang, Liu, Henry, Mirzasoleiman, Baharan
Abstract
Reinforcement learning with verifiable rewards (RLVR) has emerged as a highly effective framework for improving LLM reasoning, with methods such as GRPO among its most successful instantiations. However, GRPO relies on repeated generation of long chain-of-thought rollouts. Training time scales with the number of rollouts, a large fraction of which are uninformative. Thus, GRPO is computationally expensive and unstable. To mitigate this, existing approaches either generate a larger pool of rollouts and filter the most informative prompts, or leverage historical signals for filtering at later stages of training. These strategies offer modest performance gains, but slow down the overall process. To address this, we propose VarIance Guided Online Rollout allocation (VIGOR) which instead of allocating a fixed rollout budget per example, begins with a small number of rollouts for all examples in a batch and iteratively allocates additional rollouts to those with the highest group reward variance until a fixed total rollout budget is reached. Theoretically, we show that under RLVR, reward variance controls the gradient magnitude, and derive VIGOR's closed-form speedup ratio over GRPO, which grows with refinement rounds under Pareto-distributed reward variance. Experiments on mathematical reasoning and coding tasks show that VIGOR reaches target accuracy with up to 2.3$\times$ fewer rollouts on math, reaches GRPO's final coding full pass rate with 1.49$\times$ fewer rollouts, and improves the coding average test pass rate by 3.4 points.
Chinese Translation
可验证奖励的强化学习(RLVR)已成为提高大型语言模型(LLM)推理能力的高效框架,其中GRPO等方法是其最成功的实例之一。然而,GRPO依赖于重复生成长链思维的回滚。训练时间与回滚的数量成正比,其中很大一部分是无信息的。因此,GRPO在计算上成本高且不稳定。为了解决这个问题,现有方法要么生成更大池的回滚并筛选出最有信息的提示,要么利用历史信号在训练的后期阶段进行筛选。这些策略虽然提供了适度的性能提升,但却减缓了整体过程。为此,我们提出了方差引导在线回滚分配(VIGOR),该方法并不是为每个示例分配固定的回滚预算,而是为批次中的所有示例开始时分配少量回滚,并迭代地将额外的回滚分配给那些具有最高组奖励方差的示例,直到达到固定的总回滚预算。从理论上讲,我们证明了在RLVR下,奖励方差控制梯度大小,并推导出VIGOR相对于GRPO的封闭形式加速比,该比率在帕累托分布的奖励方差下随着精细化轮次的增加而增长。在数学推理和编码任务上的实验表明,VIGOR在数学任务中以最多2.3倍更少的回滚达到目标准确率,在编码任务中以1.49倍更少的回滚达到GRPO的最终编码全通过率,并将编码平均测试通过率提高了3.4个百分点。
cs.AI / 35 / 2607.22014

Zero-Shot Mission-Level Evaluation for Aerial MLLM Agents

针对空中多模态大型语言模型代理的零-shot任务级评估
Navaratnarajah, Suman, Kim, Taehyoung, Ruthardt, Jona, Bhimwal, Ishaan, Yamada, Ryousuke, Blei, Yannik, Burgard, Wolfram, Asano, Yuki M
Abstract
Multimodal Large Language Models (MLLMs) are emerging as core reasoning modules for embodied agents, yet it remains unclear how well general-purpose models can solve long-horizon embodied tasks from a single high-level instruction. We introduce MissionBench, a benchmark for mission-level evaluation of MLLMs in aerial 3D environments. It comprises 120 missions across five simulated 3D environments and four task families. Agents must autonomously plan, navigate, and report outcomes using only egocentric observations and its action history, without aerial-specific fine-tuning. Across 22 open- and closed-source MLLMs, the strongest model succeeds on fewer than 35% of missions compared to 84.4% human performance, highlighting the difficulty of multi-step embodied tasks. Despite large variations between model families, we observe gains from scaling, indicating that larger general-purpose models possess stronger zero-shot embodied capabilities. Our analysis shows that mission-level competence requires coordinating multiple capabilities beyond spatial perception, including multi-step planning and adaptive reasoning. This motivates closed-loop evaluation and highlights both the promise and risk of scaling-driven improvements for embodied AI.
Chinese Translation
多模态大型语言模型(MLLMs)正逐渐成为具身代理的核心推理模块,但尚不清楚通用模型在单一高层指令下解决长时间跨度的具身任务的能力。我们引入了MissionBench,这是一个用于在空中3D环境中对MLLM进行任务级评估的基准。该基准包含了跨越五个模拟3D环境和四个任务类别的120个任务。代理必须仅使用自我中心的观察和其行动历史,独立规划、导航并报告结果,而无需进行特定于空中的微调。在22个开源和闭源的MLLM中,最强的模型在任务成功率上低于35%,而人类的表现为84.4%,这突显了多步骤具身任务的难度。尽管模型家族之间存在较大差异,我们观察到规模扩展带来的收益,表明更大的通用模型具备更强的零-shot具身能力。我们的分析表明,任务级能力需要协调多种能力,超越空间感知,包括多步骤规划和自适应推理。这激励了闭环评估,并突显了基于规模驱动的改进对具身人工智能的潜力与风险。
cs.AI / 36 / 2607.22083

Nanbeige4.2-3B: Unlocking Agentic Capabilities in a Compact Mode

Nanbeige4.2-3B:在紧凑模式中解锁代理能力
Lab, Nanbeige, :, Yang, Chen, Huang, Chengrui, Lan, Fufeng, Chen, Hanhui, Zhou, Hao, Song, Huatong, Cao, Jiaqi, Zhu, Jiaying, Niu, Jinlin, Wang, Kai, Huang, Lisheng, Liang, Qiliang, Le, Ran, Feng, Ruixiang, Sun, Shuang, Gu, Tao, Zhang, Tao, Luo, Tianyu, Song, Yang, Xing, Yun, Wen, Yuntao, Xu, Ziyao, Chen, Zongchao, Li, Zongqiang
Abstract
We present Nanbeige4.2-3B, a compact general agentic model with 3B non-embedding parameters. It delivers strong performance across code-agent, office-agent, and complex tool-use tasks while maintaining highly competitive reasoning capabilities in mathematics, coding, and science. Nanbeige4.2-3B is pretrained from scratch on 28T tokens with a Looped Transformer that reuses the layer stack to increase capacity without adding parameters. For SFT data and trajectory construction, we expand the diversity of executable environments, task assets, and agentic scaffolds through real-world deployment and large-scale synthesis. Our RL pipeline applies mixed-mode RLHF over Think and Non-Think responses to improve overall model quality and reduce failure cases, length-controlled reasoning RL to balance accuracy and reasoning efficiency, and agentic RL with outcome and process rewards to stabilize long-horizon training. Extensive evaluations show that Nanbeige4.2-3B outperforms larger models, including Qwen3.5-9B and Gemma4-12B, across diverse agentic benchmarks while remaining competitive on reasoning and alignment tasks. Performance with OpenClaw further supports its use as a compact local personal assistant.
Chinese Translation
我们提出了Nanbeige4.2-3B,这是一种具有30亿非嵌入参数的紧凑型通用代理模型。它在代码代理、办公室代理和复杂工具使用任务中表现出色,同时在数学、编程和科学领域保持高度竞争的推理能力。Nanbeige4.2-3B在28万亿个标记上从零开始进行预训练,采用循环变换器(Looped Transformer),通过重用层堆栈来增加容量而不增加参数。为了进行SFT数据和轨迹构建,我们通过现实世界的部署和大规模合成扩展了可执行环境、任务资产和代理支架的多样性。我们的强化学习(RL)管道对思考和非思考响应应用混合模式的RLHF,以提高整体模型质量并减少失败案例,采用长度控制的推理RL来平衡准确性和推理效率,以及使用结果和过程奖励的代理RL来稳定长时间训练。广泛的评估表明,Nanbeige4.2-3B在多样化的代理基准测试中超越了更大的模型,包括Qwen3.5-9B和Gemma4-12B,同时在推理和对齐任务中保持竞争力。与OpenClaw的性能进一步支持其作为紧凑型本地个人助手的使用。
cs.AI / 37 / 2607.22098

Reasoning Denoiser: Denoising Reasoning Traces for Hallucination Detection in Large Reasoning Models

推理去噪器:用于大型推理模型的幻觉检测的推理轨迹去噪
Fang, Junlin, Nguyen-Thanh, Do, Xu, Xiaogang, Fang, Zhen, Du, Sean
Abstract
Large reasoning models (LRMs) generate long reasoning traces before producing final answers. While these traces may contain useful signals for hallucination detection, harnessing them is non-trivial because long trajectories often include noisy steps that obscure the cues relevant to truthfulness assessment. In this paper, we identify two prevalent forms of reasoning noises, i.e., irrelevant steps and repetitive steps, and show that both substantially degrade hallucination detection performance. Existing confidence-based scores and naive embedding-based filtering fail to reliably separate noisy from informative steps. To address this challenge, we propose REDE, a novel learning framework for denoising reasoning traces for hallucination detection. Specifically, REDE leverages final-answer attention as an automatic supervision signal to shape the step-level representation space, yielding refined embeddings in which noisy steps can be reliably identified and filtered. REDE can be readily plugged into diverse hallucination detectors by operating on the filtered reasoning trajectory after removing noisy steps. Extensive experiments on multiple reasoning benchmarks show that REDE consistently improves detection performance over competitive baselines.
Chinese Translation
大型推理模型(LRMs)在生成最终答案之前会产生长的推理轨迹。虽然这些轨迹可能包含用于幻觉检测的有用信号,但利用它们并非易事,因为长轨迹通常包括噪声步骤,这些步骤会掩盖与真实性评估相关的线索。本文识别了两种常见的推理噪声形式,即无关步骤和重复步骤,并表明这两者都会显著降低幻觉检测性能。现有的基于置信度的评分和简单的嵌入过滤方法未能可靠地区分噪声步骤和信息步骤。为了解决这一挑战,我们提出了REDE,一种用于幻觉检测的推理轨迹去噪的新型学习框架。具体而言,REDE利用最终答案注意力作为自动监督信号来塑造步骤级表示空间,从而产生精炼的嵌入,在这些嵌入中,噪声步骤可以被可靠地识别和过滤。REDE可以方便地集成到各种幻觉检测器中,通过在去除噪声步骤后对过滤的推理轨迹进行操作。对多个推理基准的广泛实验表明,REDE在检测性能上始终优于竞争基线。
cs.AI / 38 / 2607.22153

Industrial Tokenization for LLM-Based Health Intelligence: A Federated Architecture for Industrial Evidence Integration

基于大语言模型的工业健康智能中的工业标记化:一种用于工业证据整合的联邦架构
Li, Deshui, Yuan, Xiao-Ming, Wang, Zishun
Abstract
Industrial health management increasingly relies on heterogeneous information sources, including condition monitoring systems, supervisory control and data acquisition systems, maintenance records, inspection results, and prognostic models. Although large language models provide new opportunities for cross-source reasoning, industrial data and analytical outputs differ substantially in structure, temporal resolution, physical meaning, and reliability. Directly integrating such heterogeneous information into a monolithic model may reduce interpretability, traceability, and adaptability to equipment and data changes. This paper introduces Industrial Tokenization, a conceptual interface for transforming source-specific analytical outputs into structured and machine-interpretable units of industrial evidence, termed Industrial Tokens. Unlike numerical tokens used to encode raw time-series data, Industrial Tokens represent domain-grounded evidence together with source, temporal scope, operating context, analytical meaning, quality or confidence information, and provenance. Based on this concept, a federated industrial architecture is proposed, where heterogeneous analytical subsystems retain autonomy while exposing standardized Industrial Tokens to a central reasoning layer. As an initial implementation, this study presents an end-to-end DiagnosisToken pathway based on vibration-diagnostic outputs, rule-based event aggregation, structured textual token generation, and LLM-based interpretation. Other Industrial Tokens, including SCADA-based condition-monitoring tokens, maintenance tokens, and prognostic tokens, are reserved as future extensions. The proposed framework positions Industrial Tokenization as a semantic interface between domain-specific industrial intelligence and LLM- or agent-based reasoning, rather than another method for encoding raw industrial data.
Chinese Translation
工业健康管理日益依赖于异构信息源,包括状态监测系统、监控控制与数据采集系统、维护记录、检查结果和预测模型。尽管大语言模型为跨源推理提供了新的机会,但工业数据和分析输出在结构、时间分辨率、物理意义和可靠性上存在显著差异。直接将这些异构信息整合到一个单一模型中可能会降低可解释性、可追溯性以及对设备和数据变化的适应性。本文提出了工业标记化(Industrial Tokenization),这是一个概念性接口,用于将源特定的分析输出转化为结构化且机器可解释的工业证据单元,称为工业标记(Industrial Tokens)。与用于编码原始时间序列数据的数值标记不同,工业标记代表了基于领域的证据,并包含源、时间范围、操作背景、分析意义、质量或置信信息以及来源。基于这一概念,提出了一种联邦工业架构,其中异构分析子系统保持自主性,同时向中央推理层暴露标准化的工业标记。作为初步实现,本研究展示了一个基于振动诊断输出、基于规则的事件聚合、结构化文本标记生成和基于大语言模型的解释的端到端诊断标记(DiagnosisToken)路径。其他工业标记,包括基于SCADA的状态监测标记、维护标记和预测标记,预留作为未来扩展。所提出的框架将工业标记化定位为领域特定工业智能与基于大语言模型或智能体推理之间的语义接口,而不是另一种编码原始工业数据的方法。
cs.AI / 39 / 2607.22157

Learning on the Job: Continual Learning from Deployment Feedback for Frozen-Weights Agents

在职学习:从部署反馈中进行持续学习的固定权重智能体
Tablan, Valentin, Taylor, Scott, Bernhem, Kristoffer
Abstract
AI agents encounter learning opportunities in every episode they run, and discard nearly all of them: the underlying models are frozen at deployment, so an agent that resolves a difficult request today starts from zero when it recurs tomorrow. Yet ordinary operation already produces feedback, in the form of outcome verdicts and after-the-fact corrections. We show that this feedback is a sufficient signal for continual learning when the frozen model is paired with an external memory that distils each episode into retrievable natural-language rules. On the banking domain of $\tau$-bench, against a static-RAG control retrieving over the complete policy corpus, learning from the one-bit outcome verdict lifts single-trial success to 1.6$\times$ the baseline, and learning from corrections to 2.6$\times$, converting 22 of the 84 tasks the baseline never solves. The result spans the deployment spectrum, measured on Mistral Large, an open-weights model that organisations with data sovereignty requirements can self-host, and replicated on a frontier model, Claude Sonnet 5. The accumulated memory also transfers: each model, reading the store built by the other, rises above its own no-memory baseline. The harness, protocol, and data are released.
Chinese Translation
人工智能智能体在每次运行的过程中都会遇到学习机会,但几乎全部被忽视:由于模型在部署时被冻结,因此今天解决一个困难请求的智能体在明天再次遇到时又要从零开始。然而,普通操作已经产生了反馈,表现为结果裁决和事后修正。我们展示了,当冻结模型与外部记忆结合时,这种反馈是进行持续学习的充分信号,该外部记忆将每个事件提炼为可检索的自然语言规则。在$ au$-bench的银行领域,与从完整策略语料库中检索的静态RAG控制相比,从单比特结果裁决中学习使单次试验的成功率提升至基线的1.6倍,而从修正中学习则提升至2.6倍,成功解决了基线从未解决的84个任务中的22个。该结果覆盖了部署范围,测量在Mistral Large上,这是一个可以由具有数据主权要求的组织自我托管的开放权重模型,并在前沿模型Claude Sonnet 5上进行了复制。累积的记忆也可以转移:每个模型读取由另一个模型构建的存储,均超越自身的无记忆基线。相关的工具、协议和数据已被发布。
cs.AI / 40 / 2607.22186

Deconstructing Off-Policy Ratios: Entropy-Scaled Trust Regions for Asynchronous Reinforcement Learning

解构离策略比率:用于异步强化学习的熵缩放信任区域
Zhao, Guanqun, Xie, Zijun, Zheng, Binbin, Gong, Enlei, Lu, Jiafeng, Yang, Yehan, Hu, Aoqi, Chen, Zeyu
Abstract
Asynchronous reinforcement learning (RL) accelerates large language model (LLM) post-training by overlapping rollout generation with policy optimization, but the resulting stale, off-policy data can destabilize optimization and ultimately cause policy collapse. Existing methods typically retain or discard tokens based solely on the magnitude of their importance ratios, applying the same threshold uniformly across token positions. In this work, we reveal that the natural scale of the importance ratio varies systematically with token entropy. Under asynchronous dynamics, this entropy-ratio scaling dictates two distinct phenomena: at low entropy, the inherent train-inference discrepancy is drastically amplified into substantial sampling noise; at high entropy, in-flight weight updates naturally induce pronounced, legitimate exploratory deviations. Consequently, magnitude-only correction inadvertently admits the amplified noise while strictly masking out the essential exploration triggered by in-flight updates. To address this, we propose the Entropy-Scaled Trust Region (ESTR), which scales each token's off-policy deviation by its local entropy, requiring no auxiliary forward passes or explicit version-switch detection. Across long-horizon agentic tasks and mathematical reasoning benchmarks, ESTR consistently outperforms existing asynchronous methods and achieves the best train-inference consistency. Compared with synchronous GRPO, ESTR attains comparable accuracy while improving training speed by $2.6\times$.
Chinese Translation
异步强化学习(RL)通过将回滚生成与策略优化重叠,加速了大语言模型(LLM)的后训练,但由此产生的过时离策略数据可能会使优化不稳定,最终导致策略崩溃。现有方法通常仅根据重要性比率的大小来保留或丢弃标记,且在标记位置上统一应用相同的阈值。在本研究中,我们揭示了重要性比率的自然尺度与标记熵之间的系统性变化。在异步动态下,这种熵-比率缩放决定了两个不同的现象:在低熵情况下,固有的训练-推理差异被大幅放大为显著的采样噪声;而在高熵情况下,进行中的权重更新自然引发明显的、合法的探索性偏差。因此,仅基于大小的修正不经意间接受了放大的噪声,同时严格掩盖了由进行中的更新触发的必要探索。为了解决这个问题,我们提出了熵缩放信任区域(Entropy-Scaled Trust Region,ESTR),该方法通过每个标记的局部熵来缩放其离策略偏差,无需辅助的前向传递或显式的版本切换检测。在长时间跨度的代理任务和数学推理基准测试中,ESTR始终优于现有的异步方法,并实现了最佳的训练-推理一致性。与同步的GRPO相比,ESTR在提高训练速度的同时达到了相当的准确性,提升幅度为$2.6 imes$。
cs.AI / 41 / 2607.22260

AI4PLE: A Methodology for Integrating AI into Product Line Engineering

AI4PLE:将人工智能集成到产品线工程中的方法论
Tekinerdogan, Bedir
Abstract
Reuse-based development has become increasingly important in the creation of complex systems, offering significant opportunities to reduce costs, improve quality, and accelerate time-to-market. Product Line Engineering (PLE) provides a systematic approach to realizing this potential by enabling the efficient creation, management, and customization of product families by reusing shared assets and capabilities. PLE involves addressing numerous complex decisions, including feature selection, variability management, and configuration optimization, which are critical to the success of a product line. Despite its promise, the systematic integration of Artificial Intelligence (AI) into PLE processes has not yet been comprehensively explored. In this paper, we propose a methodological framework to support the systematic integration of AI into PLE and evaluate its effectiveness through a multi-case study conducted in an industrial context.
Chinese Translation
基于重用的开发在复杂系统的创建中变得越来越重要,提供了显著的机会以降低成本、提高质量并加快上市时间。产品线工程(Product Line Engineering, PLE)通过实现共享资产和能力的高效创建、管理和定制,为实现这一潜力提供了一种系统化的方法。PLE涉及解决众多复杂决策,包括特征选择、变异管理和配置优化,这些都是产品线成功的关键。尽管PLE具有很大的潜力,但将人工智能(Artificial Intelligence, AI)系统性地集成到PLE流程中的研究尚未得到全面探索。在本文中,我们提出了一种方法论框架,以支持将AI系统性集成到PLE中,并通过在工业背景下进行的多案例研究评估其有效性。
cs.AI / 42 / 2607.22305

A Roadmap to Impactful Pluralistic Alignment Research

影响力多元对齐研究的路线图
Poole-Dayan, Elinor, Fisher, Jillian, Kasirzadeh, Atoosa, Andreas, Jacob, Gordon, Mitchell, Bakker, Michiel A.
Abstract
Pluralistic value alignment---the goal of building AI systems that represent and serve diverse human values and perspectives---has emerged as an active research agenda. Yet, there's no public evidence that it has shaped the training or evaluation of the AI systems people actually use. We audit the public behavior documents and evaluations of frontier labs, finding none name pluralism as a goal, and as of this writing, no clear indication that production models are explicitly trained or tested for it. This goes against the primary motivations and goals of pluralistic alignment, which revolve around making a positive difference in the models serving billions of users worldwide. We argue that the pluralistic alignment research community should focus on supporting impact and adoption in deployed, widely-used AI systems. We provide evidence for the adoption problem, present three main reasons behind it, and discuss three corresponding areas for future research to address it: 1. The primary justifications for pluralistic alignment so far have been normative or speculative. We need studies showing empirically how pluralistic AI benefits users or society. 2. The pluralistic alignment research community has not settled when pluralistic behavior is warranted or what pluralism ideally looks like in practice. We need to establish a concrete goal for developers to operationalize. 3. Current methods trade off against other desiderata of LLMs in ways that are largely unmeasured, and existing metrics are not "hill-climbable." We need trade-off-aware evaluations and methods that meet the requirements of production systems. This paper serves as a collective call to action for the pluralistic alignment researchers: progress requires moving beyond normative justification toward empirical foundations, a concrete account of ideal pluralistic behavior, and practical methods and evaluations built for adoption.
Chinese Translation
多元价值对齐——构建能够代表和服务于多样人类价值观和视角的人工智能系统的目标——已成为一个活跃的研究议程。然而,目前没有公开证据表明这一研究方向已对人们实际使用的人工智能系统的训练或评估产生影响。我们审查了前沿实验室的公开行为文档和评估,发现没有一个明确将多元主义作为目标,并且截至目前,没有明确迹象表明生产模型在训练或测试中明确考虑了这一点。这与多元对齐的主要动机和目标相悖,后者围绕着在为全球数十亿用户服务的模型中产生积极影响展开。我们认为,多元对齐研究社区应专注于支持已部署的、广泛使用的人工智能系统的影响和采纳。我们提供了采纳问题的证据,提出了三个主要原因,并讨论了三个相应的未来研究领域来解决这一问题:1. 到目前为止,多元对齐的主要理由是规范性的或推测性的。我们需要实证研究来展示多元人工智能如何惠及用户或社会。2. 多元对齐研究社区尚未确定何时需要多元行为或理想的多元主义在实践中应如何表现。我们需要为开发者建立一个具体的目标以便于操作化。3. 当前的方法在与大型语言模型(LLMs)的其他期望之间存在权衡,这种权衡在很大程度上未被测量,现有的指标也不是“可攀登的”。我们需要考虑权衡的评估和满足生产系统要求的方法。本文作为对多元对齐研究者的集体行动呼吁:进展需要超越规范性理由,朝着实证基础、理想多元行为的具体描述以及为采纳而构建的实用方法和评估迈进。
cs.AI / 43 / 2607.22365

Learning Structural Convergence: A Neuro-Symbolic Benchmark for Temporal Reasoning

学习结构收敛:一个用于时间推理的神经符号基准测试
De Socio, Michael Romei, Pozzato, Gian Luca, Merlo, Alessio
Abstract
High-complexity operational environments require methods that detect and anticipate temporally distributed patterns rather than classify isolated events. This paper introduces TRACTA (Temporal Reasoning and Capability-Trajectory Analysis), a controlled synthetic benchmark for temporal structural reasoning in high-complexity event-driven systems, instantiated through Multi-Domain Operations (MDO)-like scenarios. The benchmark includes three tasks: early_warning, pattern_detection, and run_classification, and compares raw-event neural models, a contract-lite semantic baseline, and a neuro-symbolic configuration operating on semantically grounded trajectories. Results show that raw event-level learning remains informative, but learned temporal modeling over semantic capability and contextual direct-impact trajectories achieves the highest aggregate point estimates, with the largest margins on the temporal tasks. Ablation analysis indicates that capability dynamics, contextual impacts, and temporal structure contribute complementary information. Shortcut diagnostics indicate that the most direct cross-run global-identifier shortcut is controlled in the primary neural input view, while residual shallow signals remain. Overall, the findings support a bounded methodological conclusion: in controlled synthetic settings, semantically grounded trajectories provide an effective representation for temporal structural reasoning, supporting further investigation of semantic interfaces between event data, structured representations, and temporal learning.
Chinese Translation
高复杂度的操作环境需要能够检测和预测时间分布模式的方法,而非仅仅分类孤立事件。本文介绍了TRACTA(时间推理与能力轨迹分析),这是一个针对高复杂度事件驱动系统的时间结构推理的受控合成基准测试,通过类似多域操作(MDO)的场景进行实例化。该基准测试包括三个任务:早期预警(early_warning)、模式检测(pattern_detection)和运行分类(run_classification),并比较了原始事件神经模型、轻量合约语义基线以及在语义基础轨迹上运行的神经符号配置。结果表明,原始事件级学习仍然具有信息价值,但在语义能力和上下文直接影响轨迹上的学习时间建模实现了最高的总点估计,并在时间任务上具有最大的优势。消融分析表明,能力动态、上下文影响和时间结构提供了互补的信息。捷径诊断表明,最直接的跨运行全局标识符捷径在主要神经输入视图中受到控制,而残余的浅层信号仍然存在。总体而言,研究结果支持一个有限的方法论结论:在受控合成环境中,语义基础轨迹为时间结构推理提供了有效的表示,支持对事件数据、结构化表示和时间学习之间语义接口的进一步研究。
cs.AI / 44 / 2607.22368

Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic AI

代理基准是否衡量能力?代理人工智能时代的协议有效性
Shao, Jiaqi, Chen, Hanck, Zhang, Wei, Pan, Maxm, Luo, Bing
Abstract
Agent benchmarks increasingly evaluate repository editing, web research, terminal use, and long-horizon interaction. Their scores support capability claims only when the evaluation protocol keeps the intended capability necessary for success. Recent reward-hacking benchmarks and system reports show that agents can instead recover public solutions, read evaluation artifacts, infer generator structure, manipulate feedback, or benefit from invalid scoring paths; existing responses do not provide a common procedure for attributing these shortcuts and quantifying their effect across benchmarks. We formulate protocol validity and introduce HackDetect, a post-hoc audit that identifies an exposure, determines how the agent used it, and assesses whether the resulting score is misleading. We quantify score inflation with the Mislead gap, defined as the exploit score minus the intended score. We audit 2,385 traces across 15 agent benchmarks and find evidence of exposures and reward hacking in 67.0% of Frontier Science traces and 66.7% of AutoLab tasks. Across paired comparisons, we measure score inflation of 0.45-1.00, showing that benchmark reports should provide evidence that scores reflect the intended capability.
Chinese Translation
代理基准越来越多地评估仓库编辑、网络研究、终端使用和长期交互。只有当评估协议保持成功所需的预期能力时,它们的得分才能支持能力声明。最近的奖励黑客基准和系统报告表明,代理可以恢复公共解决方案、读取评估文档、推断生成器结构、操纵反馈或从无效评分路径中获益;现有的应对措施并未提供一个共同的程序来归因于这些捷径并量化它们在基准中的影响。我们制定了协议有效性,并引入了HackDetect,这是一种事后审计方法,识别暴露情况,确定代理如何利用它,并评估结果得分是否具有误导性。我们通过误导差距量化得分膨胀,该差距定义为利用得分减去预期得分。我们审计了15个代理基准中的2,385个追踪记录,发现67.0%的Frontier Science追踪记录和66.7%的AutoLab任务中存在暴露和奖励黑客的证据。在配对比较中,我们测量到得分膨胀为0.45-1.00,表明基准报告应提供证据,证明得分反映了预期的能力。
cs.AI / 45 / 2607.22375

IDEAgent: Agentic Quality-Diversity Search for Research Idea Generation

IDEAgent:用于研究创意生成的代理质量-多样性搜索
Gumma, Varun, Majumder, Navonil, Sinhahajari, Soumitra, Poria, Soujanya
Abstract
Large Language Models (LLMs) have significantly automated the process of scientific discovery over the past few years. However, existing systems share one core limitation: they generate and optimize ideas independently for either Quality or Diversity. This often leads to the generation of ideas in close proximity to one another or to a large set of trivial, unsound, or unclear concepts. In this work, we instead argue that research ideation should be treated as a conjunction of both objectives and framed as a Quality-Diversity (QD) search. In line with this perspective, we introduce IDEAgent, a multi-agent framework that manages the evolution of ideas through lineages. We jointly drive Quality using multi-objective feedback for dedicated repair and refinement, while Diversity is achieved through lightweight sequential memory and explicit comparison against completed ideas, their historical ancestors, and rejected proposals. To systematically evaluate this QD conjunction, we develop Yield, a joint metric that computes the largest set of mutually diverse ideas that satisfy a predetermined quality threshold. Finally, through evaluations across 32 topics spanning 8 domains of Computer Science, we show that IDEAgent outperforms the best baseline by 3.89x on Yield, while achieving non-zero Yield on 8x more topics. We further corroborate these findings through an analysis of quality improvements, showing that repair and refinement are crucial for building logical rigor and clarity while preserving non-obviousness. To encourage future research on QD-search-based ideation, we open-source IDEAgent at https://github.com/declare-lab/IDEAgent.
Chinese Translation
近年来,大型语言模型(LLMs)在科学发现的过程中显著实现了自动化。然而,现有系统存在一个核心限制:它们独立地生成和优化创意,侧重于质量或多样性。这通常导致生成的创意彼此相近,或产生大量琐碎、不合理或不清晰的概念。在本研究中,我们主张研究创意应当被视为质量与多样性两个目标的结合,并将其框架化为质量-多样性(Quality-Diversity,QD)搜索。基于这一观点,我们引入了IDEAgent,一个通过谱系管理创意演化的多代理框架。我们通过多目标反馈共同推动质量的提升,以进行专门的修复和精炼,而多样性则通过轻量级的顺序记忆和与已完成创意、其历史祖先及被拒绝提案的明确比较来实现。为了系统地评估这种QD结合,我们开发了Yield,一个联合指标,用于计算满足预定质量阈值的最大互相多样化创意集合。最后,通过对涵盖8个计算机科学领域的32个主题的评估,我们展示了IDEAgent在Yield上比最佳基线提高了3.89倍,同时在8倍更多的主题上实现了非零Yield。我们进一步通过质量改进的分析来证实这些发现,表明修复和精炼对于建立逻辑严谨性和清晰性,同时保持非显而易见性至关重要。为了鼓励未来基于QD搜索的创意研究,我们在https://github.com/declare-lab/IDEAgent上开源了IDEAgent。
cs.AI / 46 / 2607.22385

Agentic Root Cause Analysis through Evidence-Grounded Reasoning

基于证据推理的自主根本原因分析
Wei, Amaury, Fink, Olga
Abstract
Diagnosing the root cause of anomalies is essential for safe industrial operation. Despite extensive sensor instrumentation, formulating hypotheses and gathering evidence remains a manual process, creating a major operational bottleneck. While existing data-driven approaches aim to automate this, two critical limitations restrict their deployment: their operate as black boxes unable to justify their diagnosis, and they require scarce labeled examples of faulty operation. To address this gap, we introduce AgentRCA, a zero-shot agentic framework for evidence-grounded root cause analysis. Rather than learning fault-specific mappings, AgentRCA performs inference-time reasoning by combining a data-driven digital twin (modeling normal system dynamics) with a tool-augmented large language model. The agent iteratively gathers statistical evidence, evaluates competing hypotheses, and identifies the physical fault that best explains the observed behavior. Evaluated on a real-world multiphase-flow facility and a large-scale chemical plant, AgentRCA achieves diagnostic performance competitive with fully supervised baselines without relying on fault-specific training. Crucially, it produces transparent reasoning traces that explicitly link observed symptoms to their underlying physical causes. These results establish autonomous hypothesis-driven reasoning as a practical foundation for scalable industrial root cause analysis.
Chinese Translation
诊断异常的根本原因对于安全的工业操作至关重要。尽管传感器设备广泛应用,形成假设和收集证据仍然是一个手动过程,这造成了主要的操作瓶颈。现有的数据驱动方法旨在自动化这一过程,但有两个关键限制阻碍了它们的应用:它们作为黑箱操作,无法为其诊断提供合理解释,并且需要稀缺的标记故障操作示例。为了解决这一问题,我们提出了AgentRCA,一个零样本自主框架,用于基于证据的根本原因分析。AgentRCA并不是学习特定故障的映射,而是通过将数据驱动的数字双胞胎(建模正常系统动态)与工具增强的大型语言模型相结合,在推理时进行推理。该代理迭代地收集统计证据,评估竞争假设,并识别出最佳解释观察到行为的物理故障。在一个真实的多相流设施和一个大规模化工厂的评估中,AgentRCA实现了与完全监督基线相当的诊断性能,而无需依赖特定故障的训练。至关重要的是,它生成透明的推理轨迹,明确将观察到的症状与其潜在的物理原因联系起来。这些结果确立了自主假设驱动推理作为可扩展工业根本原因分析的实用基础。
cs.AI / 47 / 2607.22393

SceneActBench: Can Agents Act on the 3D Scenes They See?

场景行动基准:智能体能否对其所见的3D场景采取行动?
Zhao, Yifei, Zhou, Xiangxin, Yang, Wenhao, Tang, Jiaqi, Jian, Pu, Yao, Huanjin, Yao, Jiarui, Lin, Haowei, Guo, Chunchao, Chen, Zhuo, Lyu, Wenkai, Ma, Jianzhu, Wang, Xueqian, Zhu, Wenxi
Abstract
Vision-language model (VLM) agents increasingly use tools to act on 3D scenes rather than only describe them. Existing 3D benchmarks score textual responses or single-object operations, leaving agent action on complete multi-object 3D scenes under evaluated. We present SceneActBench, a benchmark for visually conditioned action across five 3D tasks under a unified agent-environment loop. Given PNG images or sampled video frames and, where applicable, supplied 3D assets, an agent acts on a 3D environment. We evaluate each final output against hidden ground truth with task-specific geometric metrics. SceneActBench comprises five tasks built from 210 source instances, yielding 520 task cases including paired input conditions. Every task runs through one fixed agent loop to keep the comparison fair. Across eleven proprietary VLM configurations, Overall scores span 38.6-50.2, and none performs consistently well across tasks. We further analyse where and how failures manifest.
Chinese Translation
视觉语言模型(VLM)智能体越来越多地使用工具对3D场景进行操作,而不仅仅是描述它们。现有的3D基准主要评估文本响应或单一对象操作,导致对智能体在完整多对象3D场景中的行动评估不足。我们提出了SceneActBench,这是一个在统一的智能体-环境循环下,针对五个3D任务进行视觉条件下行动的基准。给定PNG图像或采样的视频帧,以及在适用情况下提供的3D资产,智能体可以对3D环境进行操作。我们使用特定任务的几何指标,将每个最终输出与隐藏的真实值进行评估。SceneActBench包含五个任务,基于210个源实例,生成520个任务案例,包括配对输入条件。每个任务通过一个固定的智能体循环进行,以保持比较的公平性。在十一种专有的VLM配置中,总体得分范围为38.6-50.2,且没有一种配置在各任务中表现 consistently well。我们进一步分析了失败的表现及其原因。
cs.AI / 48 / 2607.22445

Dynamic Capability Scoping for Enterprise AI Agents: A Synthetic Dataset and Three-Source Permission Architecture

企业人工智能代理的动态能力范围界定:合成数据集与三源权限架构
Noyan, Halil Burak
Abstract
Enterprise AI agents are typically granted static credential sets at configuration time, holding every tool the role might need for every task they perform. This persistent over-privilege expands the attack surface. We argue that capability scoping must follow a dynamic least-privilege principle and be treated as a prevention mechanism before a detection one. A credential that does not exist in an agent's context cannot be misused regardless of the agent's reasoning or evasion sophistication. We outline a three-source architecture instantiating this principle: role-based ceilings, a task-context classifier, and policy-derived combination prohibitions creating a layered proactive defense against LLM agent misalignment and misuse cases. The architecture supports both enforcing and observe-only deployment; the latter records agent permission requests inconsistent with task context, producing a behavioral signal usable in misalignment research. As a first step toward evaluating this architecture, we contribute a synthetic dataset of 600 enterprise task prompts grounded in a multi-department company policy, labeled with minimum required permissions across a 15-permission tool-based taxonomy that maps directly to deployable credentials or enforceable guardrails. The dataset is constructed via a two-pass pipeline that separates prompt generation from permission labeling to avoid circularity, and is validated against a 60-record/688 decisions human-reviewed sample (Cohen's $\kappa = 0.917$ pre-review and $\kappa = 0.967$ post-review). Iterating between dataset and policy reduced ceiling violations from 46 to 3, a 93% reduction. This shows that synthetic prompt generation can drive policy refinement when the two are developed together. The dataset, environment specification, and generation pipeline are released to support evaluation of dynamic scoping mechanisms.
Chinese Translation
企业人工智能代理通常在配置时被授予静态凭证集,包含角色在执行每项任务时可能需要的所有工具。这种持续的过度授权扩大了攻击面。我们认为,能力范围界定必须遵循动态最小权限原则,并应作为一种预防机制,而非检测机制。一个在代理上下文中不存在的凭证无论代理的推理或规避复杂性如何,都无法被滥用。我们概述了一种实现该原则的三源架构:基于角色的上限、任务上下文分类器以及基于政策的组合禁止,形成针对大型语言模型(LLM)代理不一致性和滥用案例的分层主动防御。该架构支持强制执行和仅观察部署;后者记录与任务上下文不一致的代理权限请求,产生可用于不一致性研究的行为信号。作为评估该架构的第一步,我们贡献了一个基于多部门公司政策的600个企业任务提示的合成数据集,标注了15个权限工具分类中所需的最小权限,这些分类直接映射到可部署的凭证或可强制执行的防护措施。该数据集通过一个两次处理的管道构建,分离提示生成与权限标注,以避免循环,并通过60条记录/688个决策的人类审核样本进行验证(Cohen's $ ext{kappa} = 0.917$ 预审核和 $ ext{kappa} = 0.967$ 后审核)。在数据集与政策之间的迭代中,上限违规从46减少到3,减少了93%。这表明,当两者共同开发时,合成提示生成可以推动政策的优化。该数据集、环境规范和生成管道已发布,以支持动态范围机制的评估。
cs.AI / 49 / 2607.22465

TRACE-ROUTER: Task-Consistent and Adaptive Online Routing for Agentic AI

TRACE-ROUTER:面向代理智能的任务一致性和自适应在线路由
Raj, Ritik, Kundu, Souvik, Banerjee, Sarbartha, Joshi, Dheemanth, Vohra, Ishita, Krishna, Tushar
Abstract
Routing to select large language models (LLMs) with different cost-quality trade-offs has become a fundamental deployment feature of enterprise AI. Existing routers, primarily make independent routing decisions for each LLM call. However, agentic applications execute as long-horizon workflows whose quality is determined only by a delayed, task-level outcome. This mismatch prevents per-call routers from correctly attributing feedback to individual routing decisions. Towards mitigating this, we present TRACE-Router, a task-level routing framework that aligns routing with the unit of supervision. TRACE-Router assigns each task to a model once at admission using a contextual bandit, pins all subsequent LLM calls to the selected backend, and updates its policy using the task's terminal reward, jointly accounting for accuracy and latency. By leveraging delayed task feedback, TRACE-Router learns routing policies that adapt to the workload while avoiding explicit task-complexity estimation. Across three agentic benchmarks, TRACE-Router consistently improves the accuracy-latency trade-off, achieving non-dominated Pareto frontier points. On tau2-Bench, it outperforms latency-matched interpolation between individual models by 7-8 accuracy points, while on Terminal-Bench it achieves 7.1 higher accuracy points than the strongest single model baseline with 36% lower latency.
Chinese Translation
选择具有不同成本-质量权衡的大型语言模型(LLMs)的路由已成为企业人工智能的一项基本部署特性。现有的路由器主要针对每个LLM调用做出独立的路由决策。然而,代理应用程序作为长期工作流执行,其质量仅由延迟的任务级结果决定。这种不匹配阻止了每次调用路由器正确地将反馈归因于个别路由决策。为了解决这一问题,我们提出了TRACE-Router,这是一种任务级路由框架,旨在将路由与监督单位对齐。TRACE-Router在任务接纳时使用上下文赌博算法将每个任务分配给一个模型,并将所有后续LLM调用固定到所选后端,同时利用任务的最终奖励更新其策略,综合考虑准确性和延迟。通过利用延迟的任务反馈,TRACE-Router学习适应工作负载的路由策略,同时避免显式的任务复杂性估计。在三个代理基准测试中,TRACE-Router始终改善了准确性-延迟权衡,达到了非支配的帕累托前沿点。在tau2-Bench上,它的准确性比个别模型之间的延迟匹配插值高出7-8个点,而在Terminal-Bench上,它的准确性比最强的单模型基线高出7.1个点,同时延迟降低了36%。
cs.AI / 50 / 2607.22520

The Regression Tax: Decomposing Why Skills Help and Hurt LLM Agents

回归税:解析技能如何帮助和伤害大型语言模型代理
Tank, Darshan, Nama, Baran
Abstract
Adding procedural skills to an LLM agent is typically evaluated by average improvement in task success. However, this metric hides an important cost: skills can also make agents worse. We measure both sides by comparing agents with and without skills across nearly 6,000 runs spanning two office automation benchmarks and three model harness stacks. This allows us to distinguish two outcomes. A regression is a task solved without skills but failed after skills are added. A residual failure is a task that fails both with and without skills. We find that regressions are substantial enough that the best performing skills outperform others primarily by regressing less, not by gaining more. We identify three causes of regression: (i) skill description osmosis, a skill changes an agent's behavior simply by being present in context, even when it is never invoked; (ii) grounding displacement, a skill's prescribed procedure overrides how the agent interprets its inputs; and (iii) verification displacement, where the procedure suppresses checks the agent would otherwise perform on its outputs. Analysing persistent failures reveals the same underlying pattern. Existing skills overemphasize procedural guidance the stage least often responsible for failure while under supporting grounding and verification, the dominant sources of remaining errors. After correcting evaluation artifacts and studying traces, we find many regressions and persistent failures recoverable through better grounding and verification. Procedural skills should be evaluated by decomposing their net effect into gains and regressions, not by aggregate improvement alone. We identify three regression modes skills should avoid, and find that reliability depends more on grounding and verification than on procedural skill choice.
Chinese Translation
为大型语言模型(LLM)代理添加程序性技能通常通过任务成功率的平均提升来评估。然而,这一指标掩盖了一个重要的成本:技能也可能使代理表现更差。我们通过比较近6000次运行中有技能和无技能的代理,涵盖两个办公自动化基准和三个模型框架,来衡量这两方面的影响。这使我们能够区分两种结果。回归是指在没有技能的情况下成功解决的任务,在添加技能后却失败了。残余失败是指无论有无技能都失败的任务。我们发现回归的情况相当显著,表现最佳的技能主要通过减少回归而非增加成功率来优于其他技能。我们识别出三种导致回归的原因:(i)技能描述渗透,技能的存在会在上下文中改变代理的行为,即使该技能从未被调用;(ii)基础置换,技能规定的程序覆盖了代理对输入的解释;(iii)验证置换,程序抑制了代理本应对输出进行的检查。对持续失败的分析揭示了相同的基本模式。现有技能过分强调程序性指导,而这一阶段通常不是导致失败的主要原因,同时对基础和验证的支持不足,而这两者是剩余错误的主要来源。在纠正评估伪影并研究痕迹后,我们发现许多回归和持续失败可以通过更好的基础和验证来恢复。程序性技能的评估应通过将其净效应分解为增益和回归来进行,而不仅仅依赖于整体改善。我们识别出技能应避免的三种回归模式,并发现可靠性更多依赖于基础和验证,而非程序性技能的选择。
cs.AI / 51 / 2607.22525

Explainable Reinforcement Learning for assisting Air Traffic Controllers

可解释的强化学习以辅助空中交通管制员
Mehmeti, Anduel, Gigante, Gabriella, Venticinque, Salvatore
Abstract
To effectively integrate AI into high-stakes, critical environments such as healthcare, autonomous driving, and aviation--and to advance toward higher levels of automation and seamless human-AI collaboration--building trust in AI-driven solutions is essential. Trust, in turn, is closely linked to the explainability of AI systems. The rapid advancements in AI across various domains have underscored the challenges of establishing trust, raising increasing interest in AI explainability even more when applied to deep learning. In this context, the present work aims to explore the application of explainability techniques to Reinforcement Learning (RL) algorithms, specifically within the safety-critical domain of Air Traffic Control (ATC). Using a simplified ATC environment as an initial testbed, an intelligent agent is trained with a reinforcement learning algorithm to make decisions on alternative flight routes that avoid no-fly zones. As a preliminary explainability approach, a saliency map is employed, providing insights into the input features that most significantly influence the agent's decision-making process.
Chinese Translation
为了有效地将人工智能(AI)整合到医疗、自动驾驶和航空等高风险、关键环境中,并朝着更高水平的自动化和无缝的人机协作迈进,建立对AI驱动解决方案的信任至关重要。而信任又与AI系统的可解释性密切相关。人工智能在各个领域的快速发展凸显了建立信任的挑战,尤其是在深度学习应用中,对AI可解释性的关注日益增加。在此背景下,本研究旨在探讨可解释性技术在强化学习(Reinforcement Learning, RL)算法中的应用,特别是在安全关键的空中交通管制(Air Traffic Control, ATC)领域。通过使用简化的ATC环境作为初步测试平台,训练一个智能体使用强化学习算法做出避免禁飞区的替代航线决策。作为初步的可解释性方法,采用了显著性图(saliency map),提供了对影响智能体决策过程的输入特征的深刻见解。
计算语言学 (Computation and Language)
29
cs.CL / 1 / 2607.21619

Adversarial Style Optimization: Enhancing VLM Jailbreaks by GRPO-based Stylistic Triggers Optimization

对抗性风格优化:通过基于 GRPO 的风格触发器优化增强 VLM 越狱攻击
Luo, Bingjun, Guo, Jialin, Yao, Yue, Ding, Xinpeng
Abstract
Multimodal Large Language Models (MLLMs) have achieved impressive performance, but their safety alignment remains vulnerable to jailbreak attacks. Existing content-based jailbreaks are often inconsistent and show unsatisfying performance against the rapidly evolving MLLMs, failing to exploit non-content-based vulnerabilities. Unlike previous research, we empirically find that MLLMs exhibit a Stylistic Inconsistency between their comprehension ability and safety ability: MLLMs can robustly understand content regardless of visual style, yet their defense mechanisms can be easily bypassed by specific stylistic triggers. Based on this finding, we propose Adversarial Style Optimization (ASO), a plug-and-play enhancement module to amplify existing visual jailbreaks. ASO fine-tunes an image-editing model to superimpose an optimized stylistic modification onto a given adversarial image, using a Group Relative Policy Optimization (GRPO) agent guided by a Structurally-Tiered Reward Function that combines a logit-based signal for detecting explicit refusals with a high-fidelity semantic evaluation from a powerful judge model. Extensive experiments show that ASO significantly enhances the ASR of SOTA attacks, demonstrating that stylistic biases are a scalable vector for red-teaming MLLMs. Our code is available at https://github.com/bingjunluo/ASO.
Chinese Translation
多模态大型语言模型(MLLMs)已取得显著的性能,但其安全性对齐仍然容易受到越狱攻击的影响。现有的基于内容的越狱攻击往往不一致,并且在快速发展的 MLLMs 面前表现不佳,未能利用非内容基础的脆弱性。与以往研究不同,我们实证发现 MLLMs 在理解能力和安全能力之间存在风格不一致性:MLLMs 能够稳健地理解内容,而不受视觉风格的影响,但其防御机制可以被特定的风格触发器轻易绕过。基于这一发现,我们提出了对抗性风格优化(Adversarial Style Optimization, ASO),这是一个即插即用的增强模块,用于放大现有的视觉越狱攻击。ASO 微调一个图像编辑模型,以在给定的对抗图像上叠加优化的风格修改,使用一个由结构分层奖励函数引导的群体相对策略优化(Group Relative Policy Optimization, GRPO)代理,该函数结合了用于检测明确拒绝的基于 logit 的信号和来自强大评判模型的高保真语义评估。大量实验表明,ASO 显著提高了最先进攻击的成功率,证明了风格偏见是对 MLLMs 进行红队测试的可扩展向量。我们的代码可在 https://github.com/bingjunluo/ASO 获取。
cs.CL / 2 / 2607.21632

A Consensus-Based Framework for Relative Preference Evaluation of Large Language Models

基于共识的相对偏好评估框架用于大型语言模型
Khan, Mohtashim
Abstract
Traditional benchmarks for LLMs primarily rely on static datasets and objective scoring metrics, which often fail to capture differences in response quality when multiple answers are acceptable. In such settings, correctness alone is insufficient to distinguish between responses that vary in clarity, completeness, and usefulness. This paper introduces a consensus-based evaluation framework that measures relative preference among model-generated responses rather than absolute correctness. Instead of evaluating outputs against a fixed ground truth, we assess how a panel of diverse LLMs ranks anonymized candidate responses to the same prompt. This approach treats aggregate inter-model agreement as a proxy for perceived response quality under blind conditions. We conduct a controlled study using five state-of-the-art LLMs across multiple domains, including programming, general knowledge, safety, logical reasoning, and mathematics. Each model generates responses and independently ranks peer outputs through a structured voting process. Scores are aggregated into a Relative Intelligence Index (RII), representing how frequently a model's responses are preferred by other models. Our findings reveal consistent preference patterns across domains, with certain models more frequently ranked highly by their peers. However, we emphasize that these results reflect inter-model preference alignment rather than objective correctness or human judgment. This framework provides a scalable, model-driven method for comparative evaluation, offering an alternative perspective on response quality in scenarios where multiple valid answers exist. While not directly aligned with human evaluation, prior work suggests that aggregated model preferences can partially correlate with human judgments, motivating this as a proxy signal.
Chinese Translation
传统的LLM(大型语言模型)基准主要依赖于静态数据集和客观评分指标,这往往无法捕捉到在多个答案可接受的情况下响应质量的差异。在这种情况下,仅仅依靠正确性不足以区分在清晰度、完整性和实用性上有所不同的响应。本文提出了一种基于共识的评估框架,测量模型生成的响应之间的相对偏好,而非绝对正确性。我们不再将输出与固定的真实答案进行评估,而是评估一个多样化的LLM小组如何对相同提示的匿名候选响应进行排名。这种方法将模型间的聚合一致性视为在盲条件下感知响应质量的代理。我们在多个领域(包括编程、一般知识、安全性、逻辑推理和数学)中使用五个最先进的LLM进行了一项控制研究。每个模型生成响应并通过结构化投票过程独立对同行输出进行排名。得分被汇总为相对智能指数(Relative Intelligence Index, RII),表示一个模型的响应被其他模型偏好的频率。我们的研究结果揭示了跨领域的一致偏好模式,某些模型更频繁地被同行高排名。然而,我们强调这些结果反映的是模型间的偏好一致性,而非客观正确性或人类判断。该框架提供了一种可扩展的、以模型为驱动的比较评估方法,为在存在多个有效答案的情况下响应质量提供了替代视角。尽管与人类评估不完全一致,但先前的研究表明,聚合模型偏好可以与人类判断部分相关,从而激励我们将其作为代理信号。
cs.CL / 3 / 2607.21685

Evaluation design conditions the expert-vs-auto MeSH gap: a controlled comparison of bag-of-words and BiomedBERT on the Cohen benchmark

评估设计影响专家与自动 MeSH 差距:基于 Cohen 基准的词袋模型与 BiomedBERT 的对照比较
Okoe-Mensah, Samuel M.
Abstract
A systematic review begins with someone reading thousands of abstracts to identify the few that are relevant, and classifiers are used to prioritise that reading. Their inputs are often augmented with Medical Subject Headings (MeSH), assigned either by expert indexers weeks or months after publication or by automatic tools at once. To our knowledge the two have not been compared directly as classifier features, and no previous work has asked whether that comparison's outcome depends on how the classifier is evaluated. Using the Cohen et al. (2006) drug-class benchmark on three topics, we characterise a bag-of-words logistic regression classifier (seven reruns) and BiomedBERT (five seeds), then examine how the Statins result changes under alternative designs. Under the canonical 5-fold full-corpus design, the bag-of-words expert-vs-auto gap on Statins is +0.096 WSS@95%. Matching the corpus size to the smaller topics (n = 803) reduces it to +0.033 (95% bootstrap CI includes zero), and 10-fold cross-validation at full size to +0.021 (CI narrowly excludes zero). Under canonical evaluation BiomedBERT gives +0.020, within sampling noise of the bag-of-words 10-fold result. A power analysis indicates a Statins-sized effect would not have been detectable at the Opioids or ADHD variance, so those nulls are design-limited rather than informative. A representation asymmetry remains: 15.1% of Statins inputs exceed BiomedBERT's 512-token limit when expert MeSH terms are appended, so truncation may contribute to the smaller transformer gap, although this cannot be separated from training volume here. In screening pipelines using transformers or 10-fold bag-of-words, the gap on the topics tested is about 0.02 WSS@95%, with CIs spanning zero on at least one bound. More broadly, benchmark conclusions about feature sources can change substantially under reasonable changes to the evaluation design.
Chinese Translation
系统评价始于有人阅读数千篇摘要,以识别出少数相关的文献,分类器用于优先处理这些阅读。它们的输入通常通过医学主题词(MeSH)进行增强,这些词由专家索引人员在出版后数周或数月内分配,或由自动工具即时分配。据我们所知,这两者作为分类器特征尚未直接比较,且之前的研究没有探讨该比较结果是否依赖于分类器的评估方式。使用 Cohen 等人(2006)提出的药物分类基准,针对三个主题,我们描述了一个词袋逻辑回归分类器(七次重跑)和 BiomedBERT(五个种子),然后考察在不同设计下 Statins 的结果如何变化。在经典的 5 折全语料库设计下,Statins 的词袋专家与自动差距为 +0.096 WSS@95%。将语料库大小匹配到较小的主题(n = 803)将其减少至 +0.033(95% 自助法置信区间包括零),而在全大小下的 10 折交叉验证结果为 +0.021(置信区间狭窄地排除零)。在经典评估下,BiomedBERT 给出 +0.020,处于词袋 10 折结果的抽样噪声范围内。功效分析表明,Statins 大小的效应在 Opioids 或 ADHD 的方差下是不可检测的,因此这些无效结果是设计限制而非信息性。仍然存在表示不对称性:当附加专家 MeSH 术语时,15.1% 的 Statins 输入超过 BiomedBERT 的 512 令牌限制,因此截断可能导致较小的变换器差距,尽管在此无法与训练量分开。在使用变换器或 10 折词袋的筛选管道中,测试主题上的差距约为 0.02 WSS@95%,至少在一个边界上置信区间跨越零。更广泛地说,关于特征来源的基准结论在合理的评估设计变化下可能会发生显著变化。
cs.CL / 4 / 2607.21758

Humanly: A Configurable and Traceable Environment for Human-AI Collaborative Writing

Humanly:一个可配置且可追踪的人机协作写作环境
Zhu, Shenzhe, Zhang, Haoqian, Yang, Xu, Tang, Jingyu, Nian, Yi, Du, Xiaoxue, Yang, Shu, Pentland, Alex, Baumann, Joachim, Pei, Jiaxin
Abstract
Teachers, conference chairs, and public readers all judge writing from limited evidence, seeing only a finished document and not the process that produced it. Final text alone cannot reveal whether a document was produced through human typing, AI generation, or mixed human-AI collaboration. Existing process-tracking tools help, but many are tied to host-document histories, provide coarse activity records, and offer limited control over the writing environment. Humanly is a writing platform that makes the writing process itself the evidence. Users configure writing environments for personal documents or assigned tasks and draft in a workspace that records writing activity and in-platform AI assistance. Humanly can package a completed session into a sealed writing certificate with configuration-aware anomaly behavior review. It can support writing scenarios such as course assignments, peer review, and personal certification. Our user study shows that Humanly is helpful across roles, and a red-teaming study shows that the Humanly Typing Detector distinguishes human hand typing from automated typing.
Chinese Translation
教师、会议主席和公众读者都基于有限的证据来评判写作,仅能看到完成的文档,而无法了解其产生过程。单靠最终文本无法揭示文档是通过人类输入、AI生成还是人机协作混合方式产生的。现有的过程追踪工具有所帮助,但许多工具与主文档历史相关联,提供粗略的活动记录,并对写作环境的控制有限。Humanly是一个写作平台,使写作过程本身成为证据。用户可以为个人文档或指定任务配置写作环境,并在一个记录写作活动和平台内AI辅助的工作区中进行草拟。Humanly可以将完成的会话打包成一个带有配置感知异常行为审查的密封写作证书。它可以支持课程作业、同行评审和个人认证等写作场景。我们的用户研究表明,Humanly对各类角色都有帮助,而红队研究显示,Humanly Typing Detector能够区分人类手动输入与自动化输入。
cs.CL / 5 / 2607.21774

Probing Latent Colombian Identity Inferences in Qwen2.5-7B with Natural Language Autoencoders

探究 Qwen2.5-7B 中潜在哥伦比亚身份推断的自然语言自编码器
Velasco, Pablo Santiago Potes, Matabanchoy, María del Mar García, Ladino, Óscar Julián Pérez, Ortiz, Jhoan Stevan Mosquera, Mazuera, Nicolás Lozano, Gallego, Gilber Alexis Corrales
Abstract
Large language models may infer demographic attributes from subtle linguistic cues even when those attributes are not explicitly stated. This pilot study examines whether Qwen2.5-7B-Instruct internally represents Colombian identity, socioeconomic status, or stereotype-related information when processing Colombian-Spanish and English prompts. We use Natural Language Autoencoders (NLA) to verbalize residual-stream activations from layer 20 across four positional quartiles per prompt. Our dataset contains 30 prompts arranged as 15 matched Spanish-English pairs, spanning explicit Colombian cues, implicit Colombian cues, and neutral controls. We report descriptive rates and qualitative evidence rather than statistically powered effects, focusing on whether latent nationality or stereotype representations appear before they are verbalized in the model output. This work connects activation-level interpretability with bias evaluation for underrepresented Spanish varieties.
Chinese Translation
大型语言模型可能通过微妙的语言线索推断出人口统计特征,即使这些特征并未明确陈述。本研究初步探讨了 Qwen2.5-7B-Instruct 在处理哥伦比亚西班牙语和英语提示时,是否内部表示了哥伦比亚身份、社会经济地位或与刻板印象相关的信息。我们使用自然语言自编码器(Natural Language Autoencoders, NLA)对每个提示在第20层的残差流激活进行可视化,分为四个位置四分位数。我们的数据集包含30个提示,安排为15对匹配的西班牙语-英语对,涵盖明确的哥伦比亚线索、隐含的哥伦比亚线索和中性控制。我们报告描述性比率和定性证据,而非统计显著性效果,重点关注潜在的国籍或刻板印象表示是否在模型输出中被表达之前就已存在。这项工作将激活级别的可解释性与对代表性不足的西班牙语变体的偏见评估联系起来。
cs.CL / 6 / 2607.21780

Khondo: A Multimodal Benchmark for Document Packet Splitting of Bangla Forms

Khondo:孟加拉表单文档包拆分的多模态基准
Azad, Abu Tyeb, Ahmed, Fahim, Apan, Ishita Sur, Jubaer, Ezharuddin, Katha, Sumaiya Karim, Alam, Armun, Ali, Amin Ahsan, Chadha, Aman, Islam, Md Mofijul, Rahman, AKM Mahbubur
Abstract
Document packets, multiple documents concatenated into a single file, are common in government and administrative workflows, yet splitting them into their constituent documents is difficult, especially for low-resource languages. We introduce Khondo (Bangla for split/segment), the first benchmark for document packet splitting on Bangladeshi government forms. Unlike prior English and OCR-text-based datasets, Khondo is bilingual (Bangla--English) and vision-native; where models operate directly on page images. It spans five concatenation schemes, from sequential to fully shuffled, across 14 administrative domains, with ground-truth boundaries, domain types, and page order. Zero-shot evaluation of MLLMs shows they cluster pages into their source documents fairly well but struggle in restoring the original page order once shuffled. To isolate what drives this difficulty, we run two controlled analyses, varying the prompt instruction and then the packet language. Both primarily affect ordering rather than clustering: (a) explicit page-order instructions are necessary but insufficient, and (b) English packets are ordered more reliably than Bangla, making page arrangement the dominant challenge and language a secondary but consistent factor. Khondo establishes page-order reconstruction as a key open problem in vision-based, low-resource document understanding, and provides a controlled benchmark for measuring progress toward solving it. Our dataset and code is available at https://huggingface.co/datasets/Mausul/khondo
Chinese Translation
文档包是将多个文档合并为一个文件的形式,在政府和行政工作流程中十分常见,但将其拆分为各个组成文档却很困难,尤其是在低资源语言中。我们介绍了Khondo(孟加拉语意为拆分/分段),这是针对孟加拉政府表单的文档包拆分的首个基准。与之前基于英语和OCR文本的数据集不同,Khondo是双语(孟加拉语-英语)且以视觉为基础;模型直接在页面图像上操作。它涵盖了五种连接方案,从顺序到完全打乱,跨越14个行政领域,提供了真实的边界、领域类型和页面顺序。对多语言大模型(MLLMs)的零样本评估表明,它们能够相对较好地将页面聚类到其源文档中,但在恢复原始页面顺序时却遇到困难。为了明确导致这一困难的原因,我们进行了两项受控分析,分别改变提示指令和文档包语言。两者主要影响顺序而非聚类:(a)明确的页面顺序指令是必要但不充分的,(b) 英文文档包的顺序更可靠于孟加拉文档包,这使得页面排列成为主要挑战,而语言则是一个次要但一致的因素。Khondo确立了页面顺序重建作为基于视觉的低资源文档理解中的一个关键开放问题,并提供了一个受控基准来衡量解决该问题的进展。我们的数据集和代码可在 https://huggingface.co/datasets/Mausul/khondo 获取。
cs.CL / 7 / 2607.21799

Agentic Evaluation of Copyright Law Compliance

代理性评估版权法合规性
Hui, Zheng, Bloomfield, Doni, Kolt, Noam
Abstract
Large language model (LLM) agents increasingly perform commercial tasks that involve retrieving external content such as images and, where appropriate, reproducing that content. LLM agents should comply with the law, including copyright law. Presently, however, we lack adequate frameworks to assess whether they do so in practice. To that end, we introduce \textbf{Copyright-Bench}, a benchmark designed to evaluate \textit{LLM agents' compliance with} \emph{copyright law}. Copyright-Bench is comprised of realistic commercial tasks---website development, merchandise design, and pitch deck production---that involve agents selecting between public-domain content (the use of which is \textit{legal}) and copyrighted content (the use of which is \textit{infringing} in this setting).The evaluation introduces prompt variations that simulate different user preferences, as well as time pressure.Comparing state-of-the-art LLM agents against a human baseline, we find that: (1) agents select copyrighted works despite the availability of public-domain alternatives; and (2) for open-weights models, violation rates increase in response to certain user preferences and simulated time pressure.
Chinese Translation
大型语言模型(LLM)代理越来越多地执行涉及检索外部内容(如图像)并在适当情况下再现该内容的商业任务。LLM 代理应遵守法律,包括版权法。然而,目前我们缺乏足够的框架来评估它们在实践中的合规性。为此,我们引入了 extbf{Copyright-Bench},这是一个旨在评估 extit{LLM 代理对} extit{版权法合规性} 的基准测试。Copyright-Bench 包含现实的商业任务——网站开发、商品设计和推介材料制作——这些任务涉及代理在公共领域内容(其使用是 extit{合法的})和受版权保护内容(其使用在此情境下是 extit{侵权的})之间进行选择。评估引入了模拟不同用户偏好的提示变体,以及时间压力。将最先进的 LLM 代理与人类基准进行比较,我们发现:(1)尽管有公共领域替代品可用,代理仍选择受版权保护的作品;(2)对于开放权重模型,违规率在某些用户偏好和模拟时间压力下增加。
cs.CL / 8 / 2607.21861

Data Quality over Capacity: Internalizing Documents into LoRA Adapters for Closed-Book QA

容量之上的数据质量:将文档内化到 LoRA 适配器中以实现闭卷问答
Hurtado, Joan Figuerola
Abstract
We study baking documents directly into the weights of a 4-bit Gemma-4-e4b model via LoRA, so a system can answer questions about a corpus closed-book: no retrieval and no context-window budget. Across roughly 100 training runs from single documents to a 99-document corpus, we find that once adapter capacity is adequate, training-data quality is the dominant lever on closed-book accuracy, outweighing LoRA rank, learning rate, and two alternative architectures combined; capacity itself is a hard gate below which no data intervention helps. A single curation pass (shortening gold answers to canonical 1-6 word spans and dropping trivia) moved closed-book accuracy from 57.7% to 85.7% on a 15-document corpus, a larger jump than any architectural change. We confirm a capacity trend (rank must grow with corpus size) entangled with a coupling between rank and learning rate that we initially misdiagnosed. On a 15-document slice we add a real retrieval baseline: the internalized adapter (84.2% recall) beats a BM25-RAG pipeline with a base reader (58.9%) and even a realistic gold-chunk oracle (65.6%) at lower latency. We report the full arc, including three misdiagnoses, as a case study in debugging LLM training empirically.
Chinese Translation
我们研究了通过 LoRA 将文档直接嵌入到 4-bit Gemma-4-e4b 模型的权重中,从而使系统能够在闭卷环境下回答关于语料库的问题:不进行检索且没有上下文窗口预算。在大约 100 次训练运行中,从单个文档到 99 文档的语料库,我们发现一旦适配器容量足够,训练数据质量便成为影响闭卷准确性的主要因素,超越了 LoRA 的秩、学习率以及两种替代架构的组合;而容量本身则是一个硬性门槛,低于该门槛,任何数据干预都无济于事。一次单独的整理(将金标准答案缩短为规范的 1-6 个单词范围并去除琐事)使得在 15 文档语料库上的闭卷准确性从 57.7% 提升至 85.7%,这一提升幅度超过了任何架构变化。我们确认了一个容量趋势(秩必须随着语料库大小的增长而增加),并发现了一个我们最初误诊的秩与学习率之间的耦合关系。在 15 文档的切片上,我们添加了一个真实的检索基线:内化适配器(84.2% 召回率)在较低延迟下超越了带基础阅读器的 BM25-RAG 流水线(58.9%)甚至是一个现实的金标准块预言机(65.6%)。我们报告了整个过程,包括三次误诊,作为对 LLM 训练进行实证调试的案例研究。
cs.CL / 9 / 2607.21936

Leveraging External Knowledge for Historical Document Restoration via Retrieval-Augmented Large Language Models

利用外部知识通过检索增强的大型语言模型进行历史文献修复
Kim, Gabeen, Kang, Kyeongpil
Abstract
Historical documents act as invaluable knowledge archives but often suffer from illegibility due to physical deterioration and damage. While existing restoration methods based on masked language modeling effectively utilize local context, they struggle to restore named entities that require external historical knowledge. To address this limitation, we introduce a novel framework for historical document restoration that leverages large language models with retrieval-augmented generation (RAG). By combining the implicit knowledge of pre-trained LLMs with explicitly retrieved external context, our model ARI effectively mitigates the challenge of inferring context-dependent proper nouns. Extensive experiments on Korean historical documents demonstrate that our approach significantly outperforms baselines, achieving substantial gains in restoring both general characters and named entities. Furthermore, comprehensive evaluations including expert assessments confirm that ARI serves as a practical tool for domain experts, promising to accelerate the analysis of historical records.
Chinese Translation
历史文献作为宝贵的知识档案,常因物理退化和损坏而导致难以辨认。现有基于掩码语言模型的修复方法有效利用局部上下文,但在恢复需要外部历史知识的命名实体时面临挑战。为了解决这一限制,我们提出了一种新颖的历史文献修复框架,该框架利用检索增强生成(RAG)的大型语言模型。通过将预训练大型语言模型的隐性知识与显式检索的外部上下文相结合,我们的模型ARI有效缓解了推断上下文相关专有名词的挑战。在对韩国历史文献的广泛实验中,我们的方法显著优于基线,实现在恢复一般字符和命名实体方面的显著提升。此外,包括专家评估在内的全面评估确认,ARI作为领域专家的实用工具,有望加速历史记录的分析。
cs.CL / 10 / 2607.21961

On Improving Faithfulness of Podcasts from Documents

提升基于文档的播客内容的真实性
Dutta, Soumya, Dhamecha, Tejas Indulal, Shivaswamy, Pannaga
Abstract
Large language models (LLMs) are increasingly used to generate long-form conversational content such as podcasts from textual sources. While these systems produce fluent and engaging narratives, they often introduce ungrounded information. In this work, we present the first systematic study of faithfulness in document-grounded podcast generation, where grounding must be maintained across conversational turns in long-form, multi-speaker transcripts. We construct a dataset of over 1500 documents spanning five domains and generate podcast transcripts using multiple LLMs. We introduce a turn-level LLM-as-a-judge framework for evaluating whether conversational turns are supported by the source document, and validate its reliability through human studies. Our analysis shows that even state-of-the-art models, including GPT-4o, frequently generate ungrounded content. To mitigate this issue, we propose catch-n-repair, a model-agnostic framework that detects and rewrites unfaithful conversational turns while preserving conversational flow. Experiments demonstrate consistent improvements in faithfulness across both in-domain and out-of-domain settings.
Chinese Translation
大型语言模型(LLMs)越来越多地用于从文本来源生成长篇对话内容,如播客。尽管这些系统能够生成流畅且引人入胜的叙述,但它们常常引入无依据的信息。在本研究中,我们首次系统性地研究了文档基础播客生成中的真实性问题,其中在长篇多发言者的转录中必须保持信息的基础性。我们构建了一个包含超过1500个文档的数据集,涵盖五个领域,并使用多个LLMs生成播客转录。我们引入了一种基于回合的LLM作为评判者的框架,用于评估对话回合是否得到源文档的支持,并通过人类研究验证其可靠性。我们的分析表明,即使是最先进的模型,包括GPT-4o,仍然频繁生成无依据的内容。为了解决这一问题,我们提出了catch-n-repair,这是一种模型无关的框架,能够检测并重写不真实的对话回合,同时保持对话的流畅性。实验表明,在领域内和领域外的设置中,真实性均有持续改善。
cs.CL / 11 / 2607.21962

Ground Truth First: A Longitudinal Evaluation Instrument for Agent Memory, and the Tenure Crossover in Memory-Architecture Rankings

以真实数据为先:代理记忆的纵向评估工具及记忆架构排名中的任期交叉
Spencer, Quentin
Abstract
Benchmarks for LLM-agent memory typically generate conversations first and extract answer keys afterwards -- with documented label-error and contamination problems -- and they overwhelmingly measure short interaction histories. We invert the pipeline: a seeded life-script sampler emits facts with validity intervals, volatility classes, and source channels before any text exists; an LLM renderer writes chat and email from per-event fact manifests; a fidelity verifier confirms every planted fact; and questions are instantiated mechanically from the script, so gold answers are script-valid by construction and separately validated for answerability. The synthetic, fictionalized corpus (~380 questions, 15 types) embeds features absent from the benchmarks we survey: per-fact validity intervals, sent/received trust distinctions, injection probes in a benign harness, and as-of-date question sets. Benchmarking five memory architectures against a no-memory control (fixed answerer, versioned LLM judge, three replicates, two horizons), we find backend rankings invert with history length: the budgeted curated-map memory that leads at three weeks loses recall of evicted content by nine weeks (96% to 72%) while a provenance-typed graph rises to 90%; the inversion is positive for all six users under complete cross-family re-judging (exact p=0.031). A full-rendered-history baseline ties or exceeds the best memory system at the short horizon but shows no judge-independent advantage at nine weeks, at about twice the read cost. Write-stage quality strongly correlates with downstream quality (weakly-written facts fail 24% vs 2%), and injection resistance tracked whether provenance boundaries survive representation. A layered architecture performs best among the memory systems in both regimes (96.8% short-horizon) and is released as Veracium, an open-source library, with the corpus generator and harness.
Chinese Translation
大型语言模型(LLM)代理记忆的基准测试通常先生成对话,然后提取答案键——存在文献记录的标签错误和污染问题——并且它们主要测量短期交互历史。我们反转了这一流程:一个种子生活脚本采样器在任何文本存在之前发出具有有效性区间、波动性类别和来源渠道的事实;一个LLM渲染器根据每个事件的事实清单生成聊天和电子邮件;一个保真度验证器确认每个植入的事实;问题则从脚本中机械生成,因此金标准答案在构造上是脚本有效的,并且单独验证其可回答性。合成的虚构语料库(约380个问题,15种类型)嵌入了我们调查的基准测试中缺失的特征:每个事实的有效性区间、发送/接收信任区分、在良性环境中的注入探针,以及最新的问题集。我们将五种记忆架构与无记忆控制(固定回答者、版本化的LLM评审、三个复制体、两个视角)进行基准测试,发现后端排名随着历史长度的变化而反转:在三周时领先的预算策划地图记忆在九周时失去了被驱逐内容的回忆(从96%降至72%),而一种基于来源的图形上升至90%;在完全跨家族重新评估下,这种反转对所有六个用户都是积极的(精确p=0.031)。完整渲染历史的基线在短期视角中与最佳记忆系统持平或超越,但在九周时未显示出独立于评审的优势,且读取成本约为两倍。写作阶段的质量与下游质量强相关(写得差的事实失败率为24%对比2%),而注入抵抗力则跟踪来源边界是否在表示中存活。在这两种情况下,分层架构在记忆系统中表现最佳(短期视角为96.8%),并作为开源库Veracium发布,附带语料生成器和环境。
cs.CL / 12 / 2607.21978

MoE$^2$-LoRA: When MoE Models Meet MoE-style Low-Rank Adaptation

MoE$^2$-LoRA:当MoE模型遇到MoE风格的低秩适应
Yang, Qingyu, He, Haonan, Li, Minglei, Ye, Jingqi, Chen, Tao, Bai, Lei, Ye, Peng
Abstract
Mixture-of-Experts (MoE) architectures have been widely adopted in large language models, yet parameter-efficient fine-tuning (PEFT) for MoE models remains underexplored. Existing PEFT methods for MoE either ignore router priors with uniform adapters, reducing efficiency and risking forgetting, or rely on static expert selection, limiting per-token capacity and cross-expert feature learning. In this paper, we make the first attempt to fine-tune MoE models with MoE-style low-rank adaptation: our method, entitled MoE$^2$-LoRA, deeply couples the pretrained expert specialization with task-specific adaptivity via a dual-channel Routing-Conditioned Projection (RCP) module, which reuses base router activations to inform LoRA routing. We further introduce a single global LoRA expert pool shared across all layers, enabling model-wide adaptation with emergent layer-wise affinities and balanced expert utilization. MoE$^2$-LoRA simultaneously benefits from the advantages of prior reuse, dynamic adapter routing, and model-wide knowledge sharing. Evaluated on multiple MoE backbones with varying scales and expert granularities, MoE$^2$-LoRA consistently achieves state-of-the-art downstream accuracy while retaining stronger general capabilities.
Chinese Translation
混合专家(Mixture-of-Experts, MoE)架构已在大型语言模型中得到广泛应用,但针对MoE模型的参数高效微调(Parameter-Efficient Fine-Tuning, PEFT)仍然未得到充分探索。现有的MoE PEFT方法要么忽略了具有均匀适配器的路由先验,降低了效率并增加了遗忘风险,要么依赖于静态专家选择,限制了每个标记的容量和跨专家特征学习。在本文中,我们首次尝试使用MoE风格的低秩适应对MoE模型进行微调:我们的方法称为MoE$^2$-LoRA,通过一个双通道的路由条件投影(Routing-Conditioned Projection, RCP)模块,将预训练的专家专业化与任务特定的适应性深度耦合,重用基础路由激活来指导LoRA路由。我们进一步引入一个在所有层之间共享的单一全局LoRA专家池,实现了模型范围内的适应,伴随出现的层级亲和性和专家利用的平衡。MoE$^2$-LoRA同时受益于先前重用、动态适配器路由和模型范围知识共享的优势。在多个具有不同规模和专家粒度的MoE骨干网络上进行评估,MoE$^2$-LoRA始终实现了最先进的下游准确率,同时保持了更强的通用能力。
cs.CL / 13 / 2607.21980

Analyzing Toxic Behavior and Its Impact on the Mastodon Community

分析有毒行为及其对Mastodon社区的影响
Kamburugamuwa, Pasan, Scrivner, B, Olga
Abstract
Mastodon as a decentralized federation of independently moderated social servers poses unique challenges for the detection and mitigation of toxic content. There are no unified moderation standards. The ecosystem is very diverse and uneven. This paper explores the development and spread of toxicity in Mastodon, utilizing machine learning methods to examine user posts. The results offer clarity on toxicity trends and its implications for community health and decentralized governance.
Chinese Translation
Mastodon作为一个去中心化的独立管理社交服务器联盟,面临着检测和减轻有毒内容的独特挑战。该平台没有统一的管理标准,生态系统非常多样且不均衡。本文探讨了Mastodon中有毒行为的发展和传播,利用机器学习方法分析用户帖子。研究结果为有毒行为的趋势及其对社区健康和去中心化治理的影响提供了清晰的见解。
cs.CL / 14 / 2607.21981

J-CoT: Chain-of-Thought in J-Space

J-CoT:J空间中的思维链
Wu, Junde, Zhu, Jiayuan, Liu, Fengling, Hu, Minhao, Pan, Jiazhen
Abstract
Chain-of-thought prompting improves language-model reasoning by carrying intermediate states across successive computation steps. However, relying on natural language as the only recurrent interface is overly restrictive, since many transient computations do not need to be fully verbalized. Existing latent-reasoning methods remove this constraint by recurrently propagating continuous hidden states. However, these methods pass a dense hidden vector as a whole, without an explicit mechanism for selecting and organizing the information needed by the next reasoning step. This motivates an intermediate interface that remains linguistically grounded without requiring a decoded sentence. We introduce \textbf{J-CoT}, a recurrent reasoning framework built on \emph{J-space}, a vocabulary-indexed coordinate system within the model's hidden representations. Within each cycle, the model computes in its full hidden space. At the cycle boundary, J-CoT expresses the intermediate state as vocabulary-indexed coefficients, carries these coefficients forward as a \emph{J-thought}, and maps them back into the model's hidden representation for the next cycle. J-CoT therefore requires neither a fluent intermediate rationale nor recurrence over the complete hidden state. Under matched backbone and inference settings, J-CoT-Zero matches or exceeds the strongest evaluated latent-reasoning baseline on every benchmark, while J-CoT-Train obtains the highest score across the evaluated mathematical, scientific, coding, and structured path-reasoning tasks.
Chinese Translation
思维链提示通过在连续计算步骤中传递中间状态来改善语言模型的推理。然而,依赖自然语言作为唯一的递归接口过于限制,因为许多瞬态计算并不需要完全用语言表达。现有的潜在推理方法通过递归传播连续的隐藏状态来消除这一限制。然而,这些方法整体上传递一个密集的隐藏向量,没有明确的机制来选择和组织下一推理步骤所需的信息。这促使我们提出一种中间接口,该接口在语言上保持基础,而不需要解码的句子。我们引入了 extbf{J-CoT},这是一个基于 extit{J-space}的递归推理框架, extit{J-space}是模型隐藏表示中的一个词汇索引坐标系统。在每个周期内,模型在其完整的隐藏空间中进行计算。在周期边界,J-CoT将中间状态表示为词汇索引系数,将这些系数作为 extit{J-thought}向前传递,并将其映射回模型的隐藏表示以用于下一个周期。因此,J-CoT既不需要流畅的中间推理过程,也不需要对完整的隐藏状态进行递归。在匹配的主干和推理设置下,J-CoT-Zero在每个基准测试中与最强的评估潜在推理基线相匹配或超过,而J-CoT-Train在评估的数学、科学、编码和结构路径推理任务中获得了最高分。
cs.CL / 15 / 2607.21988

Analysing Self-Harm Representations in Language Models: a Cross-Architecture Study

分析语言模型中的自残表现:跨架构研究
Espinosa-Anke, Luis, Perez-Almendros, Carla
Abstract
Self-harm content is particularly challenging to detect using NLP techniques, and is also a high-stakes task which requires the highest accuracy to enable timely intervention or flagging at-risk users. We therefore present an analysis of how LLMs represent such self-harm content, which has downstream applications in self-harm detection, LLM intervention and governance and policing. In this paper, we focus on two datasets and four models, and perform two main experiments: (1) We train and evaluate linear probes across all layers of each model on two self-harm datasets: X-Sensitive and SH-Detection. Across both corpora, self-harm information crystallizes in the final 3 - 7% of network layers (93 to 97% depth). (2) We extract contrastive self-harm directions and, after performing a normaliation step, we find that the most accurate probes are not necessarily the most linearly separable. In particular, we find Gemma-3-4B to represent this \textit{contrastive self-harm direction} in a slightly different, more intricate way than the other LLMs.
Chinese Translation
自残内容在使用自然语言处理(NLP)技术进行检测时尤其具有挑战性,同时这也是一项高风险任务,需要最高的准确性以便及时干预或标记高风险用户。因此,我们对大型语言模型(LLMs)如何表现自残内容进行了分析,这在自残检测、LLM干预以及治理和监管等下游应用中具有重要意义。本文聚焦于两个数据集和四个模型,并进行两项主要实验:(1)我们在两个自残数据集(X-Sensitive 和 SH-Detection)上训练和评估每个模型所有层的线性探针。在这两个语料库中,自残信息在网络层的最后3%至7%(93%至97%深度)中得以显现。(2)我们提取对比自残方向,并在执行归一化步骤后发现,最准确的探针不一定是最线性可分的。特别地,我们发现Gemma-3-4B以略微不同且更复杂的方式表现出这种 extit{对比自残方向},与其他LLMs有所不同。
cs.CL / 16 / 2607.22026

DWT-Fusion: A Signal-Based Framework for Training-Free LLM-Generated Text Detection

DWT-Fusion:一种基于信号的无训练大语言模型生成文本检测框架
Özdaş, Mehmet Batuhan, Osmanoğlu, Murat
Abstract
Detecting LLM-generated text remains challenging under zero-shot and training-free conditions, especially when detectors must generalize across datasets, domains, and unseen generators. While existing training-free approaches exploit language-model statistics as detection signals, they typically characterize a text through global measures that summarize overall model behavior. Consequently, potentially informative local and multiscale variations in token-level predictability may remain underutilized. Motivated by this observation, we introduce DWT-Fusion, a training-free signal-based framework for detecting LLM-generated text using discrete wavelet analysis of token-level log-probability sequences produced by a proxy causal language model. The proposed framework analyzes these sequences through wavelet-based multiresolution signal representations and derives detection signals from localized probability dynamics. We further evaluate four training-free voting variants, including equal-weight hard voting, equal-weight soft voting, calibration-weighted hard voting, and calibration-weighted soft voting, to combine multiple wavelet configurations without training a supervised meta-classifier. We evaluate the framework on HC3, M4, and MAGE using GPT-Neo-2.7B, GPT-J-6B, Falcon-7B, and LLaMA-3-8B as proxy models. The best single wavelet configurations achieve AUROC values of 0.9872, 0.8185, and 0.7138 on HC3, M4, and MAGE, respectively. With calibration-weighted voting, the best ensemble variants further improve AUROC to 0.9919, 0.8477, and 0.7471. These findings show that DWT-based multiresolution scoring and calibration-guided voting fusion provide effective and interpretable signals for training-free LLM-generated text detection.
Chinese Translation
在零样本和无训练条件下,检测大语言模型(LLM)生成的文本仍然具有挑战性,尤其是在检测器必须跨数据集、领域和未见生成器进行泛化时。虽然现有的无训练方法利用语言模型统计作为检测信号,但它们通常通过总结整体模型行为的全局度量来表征文本。因此,潜在的有信息的局部和多尺度的标记级可预测性变化可能未得到充分利用。基于这一观察,我们提出了DWT-Fusion,一种基于信号的无训练框架,通过对代理因果语言模型生成的标记级对数概率序列进行离散小波分析来检测LLM生成的文本。该框架通过基于小波的多分辨率信号表示分析这些序列,并从局部概率动态中推导出检测信号。我们进一步评估了四种无训练投票变体,包括等权重硬投票、等权重软投票、校准加权硬投票和校准加权软投票,以在不训练监督元分类器的情况下组合多个小波配置。我们在HC3、M4和MAGE上评估该框架,使用GPT-Neo-2.7B、GPT-J-6B、Falcon-7B和LLaMA-3-8B作为代理模型。最佳单一小波配置在HC3、M4和MAGE上分别实现了0.9872、0.8185和0.7138的AUROC值。通过校准加权投票,最佳集成变体进一步将AUROC提高到0.9919、0.8477和0.7471。这些发现表明,基于DWT的多分辨率评分和校准引导的投票融合为无训练的LLM生成文本检测提供了有效且可解释的信号。
cs.CL / 17 / 2607.22039

Enough is as good as a feast: A Comprehensive Analysis of How Reinforcement Learning Mitigates Task Conflicts in LLMs

足够即是盛宴:强化学习如何缓解大型语言模型中的任务冲突的综合分析
Ren, Zixuan, Lu, Jinliang, Wu, Junhong, Zhao, Yang, Dai, Dai, Wu, Hua, Wang, Haifeng, Zong, Chengqing
Abstract
Model merging plays a crucial role in consolidating multiple specialized models into a single, unified model, especially in the era of large language models (LLMs). Recent research has primarily focused on developing strategies to enhance merging performance with the trained models, while the impact of training paradigms, such as supervised fine-tuning (SFT) and reinforcement learning (RL), on the effectiveness of model merging remains underexplored. In this study, we systematically explore the merging behavior of RL-trained LLMs compared to those trained with traditional SFT. Through comprehensive evaluations across five representative tasks, we find that RL significantly reduces task conflicts and results in less performance degradation after merging, making RL-trained models particularly well-suited for this process. To unearth the reasons behind the superior suitability of RL for model merging, we conduct extensive empirical experiments and theoretical analyses. Our findings highlight three key factors: (1) On-policy training data in RL control the gradient updates in a smaller magnitude, reducing the risk of overwriting existing knowledge for other tasks in the model. (2) The RL optimization objective, which favors ``\textit{enough is as good as a feast}", progressively reduces the magnitude and the number of conflict parameter updates as the model converges. (3) Joint optimization of positive and negative examples in RL steers the model towards an unbiased task-specific parameter subspace, ensuring robust performance while further preventing parameter conflicts.
Chinese Translation
模型合并在将多个专业模型整合为一个统一模型中发挥着至关重要的作用,尤其是在大型语言模型(LLMs)时代。近期研究主要集中在开发策略以增强与训练模型的合并性能,而训练范式(如监督微调(SFT)和强化学习(RL))对模型合并有效性的影响仍然未被充分探讨。在本研究中,我们系统地比较了RL训练的LLMs与传统SFT训练的LLMs在合并行为上的差异。通过对五个具有代表性的任务进行全面评估,我们发现RL显著减少了任务冲突,并在合并后导致的性能下降更小,使得RL训练的模型特别适合这一过程。为了揭示RL在模型合并中优越适用性的原因,我们进行了广泛的实证实验和理论分析。我们的发现突出了三个关键因素:(1)RL中的在线训练数据以较小的幅度控制梯度更新,降低了覆盖模型中其他任务现有知识的风险。(2)RL优化目标倾向于“足够即是盛宴”,随着模型的收敛,逐步减少冲突参数更新的幅度和数量。(3)RL中正负样本的联合优化引导模型朝向无偏的任务特定参数子空间,从而确保稳健的性能,同时进一步防止参数冲突。
cs.CL / 18 / 2607.22041

Developing and Validating the Spanish Version of the Large Language Models Dependency Scale (LLM-D12-SP)

西班牙语版大型语言模型依赖量表(LLM-D12-SP)的开发与验证
Bao, Tran Gia, El-Haj, Mo, Al-Shakhsi, Sameha, Garcia-Cabot, Antonio, Ali, Raian, Yankouskaya, Ala
Abstract
There is a growing need for reliable and culturally validated instruments to assess psychological dependency on large language models (LLMs), particularly as LLMs are increasingly used for task execution, decision-making, and communication in organizational and work-related settings. This need is especially relevant for Spanish-speaking populations, where LLM adoption is rapidly expanding, yet validated psychometric tools remain scarce. The present study reports the first validation of the Spanish version of the Large Language Model Dependency Scale (LLM-D12-SP), extending prior validations conducted in English- and Arabic-speaking samples. The LLM-D12 is a two-dimensional instrument assessing Instrumental Dependency (reliance on LLMs for performing tasks and supporting decisions) and Relationship Dependency (psychological reliance on LLMs for companionship and social interaction). A total of 386 Spanish-speaking participants (M = 28.0 years, SD = 6.1; 55% male) completed the LLM-D12-SP. Confirmatory factor analysis supported the original two-factor structure. The scale demonstrated good internal consistency (Cronbach's alpha = 0.89 total; 0.86 Instrumental; 0.85 Relationship). Discriminant validity analyses indicated that the two subscales represent related but distinct constructs. External validation showed that both dependency dimensions were positively associated with internet addiction and perceived trustworthiness of LLMs, while showing weak or no association with need for cognition. Together with prior English and Arabic validations, these findings establish cross-linguistic support for the scale's structure and provide a psychometrically sound tool for investigating psychological aspects of LLM use in organizational contexts.
Chinese Translation
随着大型语言模型(LLMs)在组织和工作相关环境中被越来越多地用于任务执行、决策和沟通,可靠且经过文化验证的工具来评估对LLMs的心理依赖的需求日益增长。这一需求在西班牙语人群中尤为重要,因为LLMs的采用正在迅速扩展,但经过验证的心理测量工具仍然稀缺。本研究报告了大型语言模型依赖量表(LLM-D12-SP)西班牙语版本的首次验证,扩展了之前在英语和阿拉伯语样本中进行的验证。LLM-D12是一个二维工具,用于评估工具性依赖(依赖LLMs执行任务和支持决策)和关系依赖(对LLMs在陪伴和社会互动方面的心理依赖)。共有386名西班牙语参与者(平均年龄=28.0岁,标准差=6.1;55%为男性)完成了LLM-D12-SP。确认性因素分析支持了原始的两因素结构。该量表显示出良好的内部一致性(克朗巴赫α=0.89总分;0.86工具性;0.85关系性)。区分效度分析表明,这两个子量表代表相关但不同的构念。外部验证显示,两个依赖维度与互联网成瘾和对LLMs的感知可信度呈正相关,而与认知需求的关联较弱或没有关联。结合之前的英语和阿拉伯语验证,这些发现为量表的结构提供了跨语言支持,并为研究LLM在组织环境中使用的心理方面提供了一个心理测量学上可靠的工具。
cs.CL / 19 / 2607.22043

Scaling Native Multimodal Pre-Training From Scratch

从零开始扩展原生多模态预训练
Wu, Haoyuan, Wu, Aoqi, Wang, Hai, Wu, Jiajia, Ou, Jinxiang, Yu, Bei
Abstract
Although large language models (LLMs) exhibit remarkable reasoning capabilities, their reliance on text-only pre-training restricts the perception of the multimodal physical world. Native multimodal pre-training avoids this limitation by training models from scratch on multimodal inputs, thereby achieving deep cross-modal integration and mitigating optimization asymmetries inherent to traditional late-fusion architectures. Despite these advantages, the scaling properties of this paradigm remain systematically uncharacterized. To address this gap, we investigate the optimal model size and token count for training a transformer-based vision-language model under a fixed computational budget. We demonstrate that minimal objective loss adheres to a predictable compute law, whereas compute-optimal model sizes and token counts scale as power laws. Notably, language and multimodal objectives manifest distinct scaling behaviors. The language allocation law is largely invariant to the composition of the data, indicating stable language learning regardless of the multimodal data ratio. Conversely, the multimodal allocation law is highly sensitive to this composition. Specifically, text-heavy mixtures become compute-efficient only at larger model scales, shifting the optimal resource allocation toward greater model capacity. Additionally, by modeling the influence of data composition on compute laws and allocation exponents, we derive an efficiency frontier specifying precise configurations of model size, token count, and data mixture. Downstream evaluations further reveal that native multimodal pre-training induces positive cross-modal transfer, thereby enhancing pure-text spatial reasoning and enabling robust multimodal in-context learning. In summary, this empirical research establishes the essential groundwork for predictably scaling multimodal foundation models.
Chinese Translation
尽管大型语言模型(LLMs)展现出显著的推理能力,但它们对仅文本预训练的依赖限制了对多模态物理世界的感知。原生多模态预训练通过从零开始在多模态输入上训练模型,避免了这一限制,从而实现了深度跨模态整合,并减轻了传统后融合架构固有的优化不对称性。尽管有这些优势,这一范式的扩展特性仍未系统性地表征。为了解决这一空白,我们研究了在固定计算预算下,训练基于变换器的视觉-语言模型的最佳模型大小和标记数量。我们证明,最小目标损失遵循可预测的计算法则,而计算最优的模型大小和标记数量则呈现幂律关系。值得注意的是,语言和多模态目标表现出不同的扩展行为。语言分配法则在数据组成上基本不变,表明无论多模态数据比例如何,语言学习都是稳定的。相反,多模态分配法则对这种组成高度敏感。具体而言,文本密集型混合物只有在较大模型规模下才能实现计算效率,最佳资源分配向更大的模型容量倾斜。此外,通过建模数据组成对计算法则和分配指数的影响,我们推导出一个效率边界,指定模型大小、标记数量和数据混合的精确配置。下游评估进一步揭示,原生多模态预训练促进了积极的跨模态迁移,从而增强了纯文本的空间推理能力,并实现了强大的多模态上下文学习。总之,这项实证研究为可预测地扩展多模态基础模型奠定了重要基础。
cs.CL / 20 / 2607.22067

Benchmarking Fine-tuning and Retrieval Strategies for a Multimodal Language Model on the NRC Reactor Operator Licensing Examination

针对NRC反应堆操作员执照考试的多模态语言模型微调和检索策略的基准测试
Hwang, Isak, Lee, Yoon Pyo
Abstract
The integration of large language models (LLMs) into the nuclear power industry requires outputs grounded in domain-specific knowledge. This study evaluates a 31-billion-parameter open-weight multimodal model (Gemma 4 31B-IT) on its capacity to apply nuclear knowledge by benchmarking eight model-retrieval configurations against the U.S. Nuclear Regulatory Commission (NRC) Reactor Operator licensing examination. We evaluate 14 Generic Fundamentals Examinations (GFE) from the 2015-2021 March sittings (seven pressurized and seven boiling water reactor exams) using the standard 80% human passing criterion. The base model is compared against configurations utilizing supervised fine-tuning (SFT) on Gemini-distilled chain-of-thought (CoT) rationales, retrieval-augmented generation (RAG) with BM25 sparse retrieval over the U.S. Department of Energy Fundamentals Handbook, and retrieval-augmented fine-tuning (RAFT). Within the retrieval pipeline, we compare fixed-size sliding-window chunking against structure-aware chunking. The SFT configuration with fixed-size chunking RAG met the criterion on 8 of the 14 examinations, outperforming all alternatives, whereas no configuration without fine-tuning passed any. Aggregate accuracy reached 79.7%, with a confidence interval spanning the threshold, and 80.2% on PWR items specifically. Furthermore, two regularities emerged: the preferred chunking strategy reverses depending on the model's training state, and RAFT underperforms compared to standard SFT in matching search environments. These results demonstrate which combination of fine-tuning and search approaches achieves operator-level capabilities.
Chinese Translation
将大型语言模型(LLMs)整合到核电行业中,需要基于特定领域知识的输出。本研究评估了一种具有310亿参数的开放权重多模态模型(Gemma 4 31B-IT)在应用核知识方面的能力,通过将八种模型检索配置与美国核管理委员会(NRC)反应堆操作员执照考试进行基准测试。我们使用标准的80%人类通过标准评估了2015-2021年3月考试的14个通用基础考试(GFE)(包括七个加压水反应堆和七个沸水反应堆考试)。基础模型与利用监督微调(SFT)在Gemini提炼的思维链(CoT)推理上、基于BM25稀疏检索的检索增强生成(RAG)以及检索增强微调(RAFT)配置进行了比较。在检索流程中,我们比较了固定大小滑动窗口分块与结构感知分块。采用固定大小分块的SFT配置在14个考试中有8个达到了标准,优于所有其他配置,而没有微调的任何配置都未通过。总体准确率达到了79.7%,置信区间跨越了阈值,针对PWR项目的准确率为80.2%。此外,出现了两个规律:首选的分块策略根据模型的训练状态而变化,以及RAFT在匹配搜索环境时的表现不如标准SFT。这些结果展示了哪种微调和搜索方法的组合能够实现操作员级别的能力。
cs.CL / 21 / 2607.22075

FSE: Continual Learning for Named Entity Recognition by Fast-Slow Experts

FSE:通过快慢专家进行命名实体识别的持续学习
Zhang, Yunan, Fan, Yang, Li, Heng, Wu, Xiangping, Chen, Qingcai
Abstract
Continual Learning for Named Entity Recognition (CLNER) enable models to incrementally learn new entity types without forgetting previously acquired ones. However, existing methods suffer from catastrophic forgetting and insufficient exploitation of shared information across tasks. This paper proposes FSE, a Fast-Slow Experts enhanced span-based NER model for CLNER. The shared fast expert learns token-level links to efficiently filter out unlikely spans, while the task-specific slow expert performs span classification only on the remaining candidates. It stabilizes learning by promoting knowledge sharing across tasks and maintains plasticity by reducing learning burden at each task. A length-decay negative sampling strategy to mitigate span imbalance is also introduced. Extensive experiments on OntoNotes and FewNERD synthestic datasets demonstrate that FSE achieves state-of-the-art performance in CLNER scenarios, with effectiveness of each component, empirical evidence of faster convergence and expected functionality of both experts.
Chinese Translation
命名实体识别的持续学习(CLNER)使模型能够在不遗忘先前获得的实体类型的情况下,逐步学习新的实体类型。然而,现有方法面临灾难性遗忘和跨任务共享信息利用不足的问题。本文提出了FSE,一种基于快速-慢速专家的增强型跨度基础命名实体识别模型,用于CLNER。共享的快速专家学习令牌级链接,以高效过滤不太可能的跨度,而任务特定的慢速专家仅对剩余候选者进行跨度分类。它通过促进跨任务的知识共享来稳定学习,并通过减少每个任务的学习负担来保持可塑性。还引入了一种长度衰减负采样策略以缓解跨度不平衡。在OntoNotes和FewNERD合成数据集上的广泛实验表明,FSE在CLNER场景中实现了最先进的性能,验证了各个组件的有效性、快速收敛的实证证据以及两个专家的预期功能。
cs.CL / 22 / 2607.22100

MEUSLI: a Multilingual Projector for LLM-based ASR and Beyond

MEUSLI:基于大语言模型的多语言投影器及其应用
Concina, Lorenzo, Fong, Seraphina, Matassoni, Marco, Brutti, Alessio
Abstract
Lightweight projectors are an established way to connect pre-trained speech encoders with large language models (LLMs), mapping acoustic features into token-level embeddings for tasks like ASR and spoken question answering. Existing systems, however, typically only support a few languages and are often limited to English. We introduce MEUSLI, the first open-science multilingual projector family that links a Whisper encoder with open-source multilingual LLMs, enabling fully open-source end-to-end ASR in 28 European languages. MEUSLI extends prior monolingual pipelines, delivering strong results across high- and low-resource languages. Using proper continual leaning techniques, MEUSLI can be easily extended to other languages not seen in training. We further demonstrate that the MEUSLI projector can be leveraged beyond ASR, enabling multilingual speech translation and topic identification with only a few hours of task specific supervision per language. Overall, MEUSLI provides a solid foundation for multilingual speech understanding tasks, supporting scalable and inclu- sive open-source SpeechLLM
Chinese Translation
轻量级投影器已成为将预训练语音编码器与大语言模型(LLMs)连接的一种成熟方式,将声学特征映射为用于自动语音识别(ASR)和口语问答等任务的标记级嵌入。然而,现有系统通常仅支持少数几种语言,且往往局限于英语。我们介绍了MEUSLI,这是第一个开放科学的多语言投影器系列,它将Whisper编码器与开源多语言LLMs连接起来,实现了在28种欧洲语言中完全开源的端到端ASR。MEUSLI扩展了先前的单语管道,在高资源和低资源语言中均表现出色。通过适当的持续学习技术,MEUSLI可以轻松扩展到训练中未见的其他语言。我们进一步展示了MEUSLI投影器可以超越ASR的应用,仅需每种语言几小时的任务特定监督即可实现多语言语音翻译和主题识别。总体而言,MEUSLI为多语言语音理解任务提供了坚实的基础,支持可扩展和包容性的开源SpeechLLM。
cs.CL / 23 / 2607.22136

Dynamic Commonsense Coordination for Empathetic Response Generation

动态常识协调用于同理心响应生成
Qi, Zhengyu
Abstract
Empathetic Response Generation (ERG) requires models to recognize users' emotions and generate empathetic responses. Commonsense knowledge has been shown to support such reasoning, yet existing approaches typically reuse fixed commonsense representations across understanding and generation, limiting their ability to coordinate such knowledge across different stages. We propose DCC, a Dynamic Commonsense Coordination Framework with three complementary modules: residual-based commonsense interaction (SCE-AttnRes) to integrate contextual and situational commonsense representations, Association-Guided Commonsense Filtering (AGCF) to down-weight low-relevance commonsense relations, and Iterative Commonsense-Aware Decoding (ICAD) to dynamically retrieve commonsense memories during generation. Experiments on the Empathetic-Dialogues benchmark show that DCC improves emotion classification accuracy and response diversity over the CEM baseline while maintaining comparable perplexity. An LLM-based blind evaluation further demonstrates that DCC generates responses with better relevance, coherence, and informativeness. The code and implementation details will be publicly available at https://github.com/Hanabi-Q/DCC-ERG.
Chinese Translation
同理心响应生成(Empathetic Response Generation, ERG)要求模型识别用户的情感并生成同理心响应。研究表明,常识知识能够支持此类推理,但现有方法通常在理解和生成阶段重用固定的常识表示,限制了它们在不同阶段协调常识知识的能力。我们提出了动态常识协调框架(Dynamic Commonsense Coordination, DCC),该框架包含三个互补模块:基于残差的常识交互(SCE-AttnRes)用于整合上下文和情境常识表示,关联引导的常识过滤(Association-Guided Commonsense Filtering, AGCF)用于降低低相关性常识关系的权重,以及迭代常识感知解码(Iterative Commonsense-Aware Decoding, ICAD)用于在生成过程中动态检索常识记忆。在同理心对话基准测试中的实验表明,DCC在情感分类准确性和响应多样性方面优于CEM基线,同时保持了可比的困惑度。基于大型语言模型(LLM)的盲评估进一步证明,DCC生成的响应在相关性、一致性和信息量上表现更佳。代码和实现细节将公开发布在 https://github.com/Hanabi-Q/DCC-ERG。
cs.CL / 24 / 2607.22182

From Isolated Tasks to Structured Capabilities: A Multilayer Taxonomy for Large Language Models

从孤立任务到结构化能力:大型语言模型的多层次分类法
Fang, Shixin, Wo, Jiachen, Qin, Wenjuan, Jiang, Sihang, Xiao, Yanghua
Abstract
Large language model (LLM) evaluation spans diverse tasks and benchmarks, yet evidence remains organized around tasks rather than the capabilities they probe. This fragmentation limits cross-study comparison, obscures capabilities tasks recruit, and makes coverage gaps difficult to identify. We introduce a multi-layer taxonomy of 14 capability domains and 91 subskills across Primitive, Constructed, and Integrative layers. Human cognitive science guides capability definition and organization, not LLM architecture. Layer assignments draw on developmental precedence and hypothesized functional support, while human-origin constructs are adapted to observable model behavior. To demonstrate operational utility, we screened 31,505 papers from ACL, AAAI, ICML, and NeurIPS between 2023 and 2025 and mapped 15,934 LLM-focused papers through multi-model annotation, consensus, and arbitration. Direct research attention concentrated on Language-Semantic Competence (3,551; 22.3%), Reasoning (3,388; 21.3%), Planning and Decision-Making (2,149; 13.5%), and Perception (1,954; 12.3%), whereas six domains appeared in fewer than 2% of papers. Within domains, the most frequent subskill had a median prevalence of 97.9% and appeared in at least 90% of papers in 10 of 14 domains. Language-Semantic Competence and Reasoning formed the highest-volume pair (n = 1,864; 11.7%; lift = 2.47), whereas Theory of Mind and Social Reasoning and Interaction showed the highest lift among pairs with at least 20 co-occurrences (n = 62; lift = 30.84). By shifting the unit of analysis from isolated tasks to structured capabilities, the taxonomy supports research organization, coverage audits, evaluation interpretation, and testable hypotheses for diagnosis, training, and transfer.
Chinese Translation
大型语言模型(LLM)的评估涵盖了多样的任务和基准,但现有证据仍围绕任务而非其探测的能力进行组织。这种碎片化限制了跨研究的比较,模糊了任务所涉及的能力,并使得覆盖缺口难以识别。我们提出了一种多层次的分类法,涵盖14个能力领域和91个子技能,分为原始层、构建层和整合层。能力的定义和组织受到人类认知科学的指导,而非LLM架构。层次分配基于发展优先性和假设的功能支持,同时人源构造被调整为可观察的模型行为。为了展示操作实用性,我们筛选了2023年至2025年间来自ACL、AAAI、ICML和NeurIPS的31,505篇论文,并通过多模型注释、共识和仲裁映射了15,934篇以LLM为重点的论文。直接研究关注集中在语言-语义能力(3,551篇;22.3%)、推理(3,388篇;21.3%)、规划与决策(2,149篇;13.5%)和感知(1,954篇;12.3%),而六个领域在少于2%的论文中出现。在各领域中,最常见的子技能的中位出现率为97.9%,在14个领域中的10个领域至少出现在90%的论文中。语言-语义能力和推理形成了最高量的配对(n = 1,864;11.7%;提升 = 2.47),而心智理论与社会推理和互动在至少20次共现的配对中显示出最高的提升(n = 62;提升 = 30.84)。通过将分析单位从孤立任务转向结构化能力,该分类法支持研究组织、覆盖审计、评估解读,以及用于诊断、训练和转移的可测试假设。
cs.CL / 25 / 2607.22218

Why Large Language Models and Humans Converge and Diverge in Evaluating Creativity

大型语言模型与人类在评估创造力时的趋同与背离
Lyu, Pengzhao, Kim, Yeun Joon, Xiao, Hanlin, Luan, Yingyue Luna
Abstract
Despite the growing use of large language models (LLMs) as creativity evaluators, evidence of their alignment with human evaluations remains mixed, raising the question of when and why their judgments converge with or diverge from human judgments. Across three studies and six widely used LLMs, we addressed this gap by identifying the standards underlying LLM creativity evaluation and examining their downstream implications. Study 1 showed that LLMs generally relied on a narrower subset of human creativity evaluation standards. Convergence with human standards was strongest in the novelty dimension, whereas divergence was clearest in the contextual dimension, which captures social, market, and reputational information. Moreover, each LLM exhibited distinct, model-specific standards that varied substantially in breadth. These differences in evaluation standards were reflected in actual creativity judgments. Study 2 (N = 1,103 ideas) showed that LLM evaluations were moderately correlated with human evaluations, and individual LLMs with broader standards better distinguished ideas humans judged as more versus less creative. Study 3 (N = 1,195) showed that LLMs were less sensitive to contextual information: such information significantly altered human creativity ratings but left LLM ratings largely unchanged. Together, our findings help explain the mixed evidence on LLM-human alignment, showing that alignment depends on the evidence a judgment demands and the standards each model applies. LLMs may resemble humans when evaluations emphasize intrinsic qualities such as novelty, yet diverge when judgments require contextual information. Selecting an LLM evaluator is therefore a consequential decision: different models, applying different standards, recognize different ideas as creative.
Chinese Translation
尽管大型语言模型(LLMs)作为创造力评估工具的使用日益增多,但它们与人类评估之间的一致性证据仍然不尽相同,这引发了一个问题:它们的判断何时以及为何会与人类判断趋同或背离。在三项研究和六种广泛使用的LLM中,我们通过识别LLM创造力评估的标准并考察其下游影响,填补了这一空白。研究1表明,LLM通常依赖于更狭窄的人类创造力评估标准子集。与人类标准的趋同在新颖性维度上最为强烈,而在上下文维度上则表现出明显的背离,后者捕捉了社会、市场和声誉信息。此外,每个LLM展示了独特的、特定于模型的标准,这些标准在广度上存在显著差异。这些评估标准的差异反映在实际的创造力判断中。研究2(N = 1,103个创意)显示,LLM评估与人类评估之间存在中等相关性,而具有更广泛标准的个别LLM更能区分人类认为更具创造性与较少创造性的创意。研究3(N = 1,195)表明,LLM对上下文信息的敏感性较低:此类信息显著改变了人类的创造力评分,但对LLM评分几乎没有影响。综合来看,我们的发现有助于解释LLM与人类一致性证据的混杂,表明一致性取决于判断所需的证据以及每个模型所应用的标准。当评估强调新颖等内在特质时,LLM可能与人类相似,但在判断需要上下文信息时则会背离。因此,选择LLM评估者是一个重要的决策:不同的模型应用不同的标准,识别出不同的创意。
cs.CL / 26 / 2607.22300

Biomedical Machine Translation for Low-Resource Arabic-Script Languages via Cross-Lingual Transfer and LoRA Adapter Merging

通过跨语言迁移和LoRA适配器合并实现低资源阿拉伯文脚本语言的生物医学机器翻译
Alabdullah, Abdullah, Eslamighayour, Arash, Harbalioglu, Sarp, Han, Lifeng
Abstract
We present a systematic study of healthcare-domain cross-lingual transfer to address the scarcity of biomedical NMT resources for Arabic-script languages. We use Arabic and Persian as higher-resource pivots to improve translation for \textbf{four severely low-resource} targets: Dari (Afghan Persian, a standardised variety of Persian), Pashto, Sorani Kurdish (Central Kurdish, a major standardized variety of Kurdish), and Urdu (closely related to Hindi). Using LoRA fine-tuning on small decoder-only LLMs, we train \textit{domain-specific pivot adapters} and evaluate \textbf{three transfer strategies}: few-shot in-context learning, minimal supervised adaptation, and, to the best of our knowledge, for the first time in this setting, zero-data LoRA adapter merging. Supervised adaptation with just 500 sentences achieves near pivot-language quality for Dari (CHrF++ 41.01) and meaningful gains for Urdu (28.88), while adapter merging reaches within 3.5 CHrF++ of supervised adaptation for Dari at zero additional cost. Pashto and Sorani Kurdish remain insufficient for high-stakes clinical deployment exposing the limits of cross-lingual transfer when structural distance from the pivots is too great. LoRA adapter merging works surprisingly well for closely related languages, even without target-language biomedical data.
Chinese Translation
我们对医疗领域的跨语言迁移进行了系统研究,以解决阿拉伯文脚本语言生物医学神经机器翻译资源稀缺的问题。我们使用阿拉伯语和波斯语作为高资源枢纽,以改善对 extbf{四种严重低资源}目标语言的翻译:达里语(阿富汗波斯语,一种标准化的波斯语变体)、普什图语、索拉尼库尔德语(中央库尔德语,一种主要的标准化库尔德语变体)和乌尔都语(与印地语密切相关)。通过对小型解码器专用的大型语言模型进行LoRA微调,我们训练了 extit{特定领域的枢纽适配器}并评估了 extbf{三种迁移策略}:少量上下文学习、最小监督适应,以及在此设置中我们所知的首次零数据LoRA适配器合并。仅用500个句子的监督适应在达里语上达到了接近枢纽语言的质量(CHrF++ 41.01),并在乌尔都语上取得了显著提升(28.88),而适配器合并在没有额外成本的情况下,达里语的CHrF++分数仅比监督适应低3.5。普什图语和索拉尼库尔德语在高风险临床部署中仍然不足,暴露了当与枢纽的结构距离过大时跨语言迁移的局限性。尽管没有目标语言的生物医学数据,LoRA适配器合并在密切相关的语言中表现出意外的良好效果。
cs.CL / 27 / 2607.22376

A Factorial Study of Synthetic Data Generation for Low-Resource Machine Translation using Grammar Books

基于语法书的低资源机器翻译合成数据生成的因子研究
Ravikumar, Varun Ghat, Ahmadi, Sina, Jäger, Lena, Sennrich, Rico
Abstract
Most endangered languages lack the parallel data required for machine translation, despite the existence of descriptive grammar books. We introduce a pipeline that uses large language models to extract grammatical rules, example sentences, and lexicons from grammar books and generate synthetic parallel corpora for fine-tuning-rather than feeding grammar content into prompts at inference time, as in prior work. Validated on three typologically diverse low-resource languages-Kalamang (Papuan), Tuatschin (Romance), and Mandan (Siouan)-we show that fine-tuning on synthetic data improves over seed-data baselines in 75% of configurations for Kalamang and 59% for Tuatschin, with best-case ChrF++ gains of +8.8, +5.3, and +3.3 respectively. Through a systematic factorial study across 96 configurations varying target part-of-speech, retrieval granularity, and sample volume, we identify which factor combinations drive gains and where they break down. Our results demonstrate that static linguistic documentation can be repurposed for machine translation fine-tuning, offering a practical path towards translation tools for severely under-resourced languages.
Chinese Translation
尽管存在描述性语法书,但大多数濒危语言缺乏机器翻译所需的平行数据。我们提出了一种管道,利用大型语言模型从语法书中提取语法规则、示例句子和词汇,并生成合成平行语料库以进行微调,而不是像之前的研究那样在推理时将语法内容输入提示中。我们在三种类型学上多样的低资源语言——卡拉芒(Kalamang,巴布亚语)、图阿奇(Tuatschin,罗曼语)和曼丹(Mandan,苏语)上进行了验证,结果显示,在75%的配置中,卡拉芒的合成数据微调优于种子数据基线,而图阿奇为59%,最佳情况下ChrF++的增益分别为+8.8、+5.3和+3.3。通过对96种配置进行系统的因子研究,变化目标词性、检索粒度和样本量,我们识别出哪些因子组合推动了增益,以及它们在哪些情况下失效。我们的结果表明,静态语言文献可以被重新用于机器翻译微调,为严重资源匮乏语言的翻译工具提供了一条切实可行的路径。
cs.CL / 28 / 2607.22456

grapheme-kit: Grapheme-Level Metrics and Text Processing for Multilingual NLP

grapheme-kit:多语言自然语言处理的字素级度量和文本处理
Nisfer, Izzath, Kavindya, Ashini, Atukorala, Ovindu, Velayuthan, Purushoth, Velayuthan, Menan
Abstract
Existing lexical distance, similarity, and evaluation metrics operate on Unicode code points, which can misrepresent errors in writing systems where a single grapheme is represented by multiple Unicode code points. We introduce grapheme-kit, an open-source Python library that extends these metrics to operate on grapheme clusters instead. The library also provides improved grapheme processing for Tamil and Sinhala, including accurate grapheme cluster identification and grapheme composition/decomposition utilities. Through an OCR case study, we demonstrate that grapheme-level metrics provide a more faithful evaluation of complex scripts.
Chinese Translation
现有的词汇距离、相似性和评估度量基于Unicode代码点进行操作,这可能在某些书写系统中误表示错误,因为单个字素可能由多个Unicode代码点表示。我们介绍了grapheme-kit,这是一个开源的Python库,扩展了这些度量,使其能够基于字素簇进行操作。该库还为泰米尔语和僧伽罗语提供了改进的字素处理,包括准确的字素簇识别和字素组合/分解工具。通过一个光学字符识别(OCR)案例研究,我们展示了字素级度量能够更真实地评估复杂书写系统。
cs.CL / 29 / 2607.22529

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills

技能自我对弈:推动大型语言模型能力的前沿与共同进化技能
Huang, Siyuan, Cheng, Pengyu, Liu, Haotian, Chen, Tao, Liu, Yihao, Ni, Jingwei, Zhou, Shijie, Yang, Ziyi, Jiang, Gangwei, Zhou, Mengyu, Cheng, Yu, Jiang, Xiaoxi, Jiang, Guanjun
Abstract
LLM training is shifting from manual design and annotation to interaction-driven self-evolution. However, existing self-evolutionary methods face a fundamental dilemma between task diversity and verification reliability: environment-bound methods obtain precise feedback but confine learning to narrow domains, while open-ended self-generation broadens the task space but lacks reliable verification, allowing misleading rewards to pollute the training loop. We identify agent skills as a powerful middle ground to reconcile this tension: each skill ensures deep, verifiable execution in a specific scenario, while dynamic routing across skills maintains open-ended task variety. Leveraging this insight, we introduce Skill Self-Play (Skill-SP), a co-evolutionary framework comprising a proposer, a solver, and a dynamic skill controller. Orchestrated via a reinforcement learning loop, these components co-evolve in a continuous self-play loop: the proposer generates challenging tasks conditioned on dynamically sampled skills; the solver explores candidate solutions to push its capability boundaries; and the skill controller collects execution feedback to update and expand the skill library. This interactive co-evolution effectively bridges the gap between structured verification and open-ended exploration. Empirical evaluations on tool-use and reasoning benchmarks demonstrate that Skill-SP, serving as a robust evolution engine, consistently pushes the performance ceiling of competent backbones while catalyzing striking turnarounds for initially misaligned models. Our code is available at https://github.com/Qwen-Applications/skill-self-play.
Chinese Translation
大型语言模型(LLM)的训练正从手动设计和标注转向基于交互的自我进化。然而,现有的自我进化方法面临任务多样性与验证可靠性之间的基本困境:环境绑定的方法能够获得精确的反馈,但将学习限制在狭窄的领域,而开放式自我生成则拓宽了任务空间,但缺乏可靠的验证,导致误导性奖励污染训练循环。我们将代理技能视为调和这一矛盾的有效中介:每项技能确保在特定场景中的深度、可验证执行,而跨技能的动态路由则保持开放式任务的多样性。基于这一洞察,我们提出了技能自我对弈(Skill Self-Play, Skill-SP),这是一个包含提议者、求解者和动态技能控制器的共同进化框架。通过强化学习循环进行协调,这些组件在持续的自我对弈循环中共同进化:提议者生成基于动态采样技能的挑战性任务;求解者探索候选解决方案以推动其能力边界;技能控制器收集执行反馈以更新和扩展技能库。这种互动式共同进化有效地弥合了结构化验证与开放式探索之间的差距。在工具使用和推理基准上的实证评估表明,作为一个强大的进化引擎,Skill-SP始终推动了能力骨干的性能上限,同时为最初不对齐的模型催化了显著的转变。我们的代码可在 https://github.com/Qwen-Applications/skill-self-play 获取。