← Back to Index
Daily Research Digest

arXiv Papers

2026-06-15
201
Papers
4
Categories
201
Translated
收藏清单 0
机器人学 (Robotics)
48
cs.RO / 1 / 2606.13727

Occupancy-Grounded Room Segmentation for Hierarchical 3D Scene Graphs

基于占用的房间分割用于层次化三维场景图
Zumaya, Carlos Cueto, Catalano, Iacopo, Peña-Queralta, Jorge, Bessa, Wallace Moreira
Abstract
Hierarchical 3D scene graphs (3DSGs) for indoor robots organize geometric and semantic information across spatial scales, with a room layer that connects object-level perception to room-scale reasoning. Existing systems construct this layer from different spatial substrates (\eg{} place clusters, wall planes, or segmentation outputs), and as a result, room nodes are not evaluated on a common geometric criterion. We present an occupancy-grounded 3DSG pipeline in which room nodes are anchored to tracked free-space regions derived from occupancy decomposition, giving each room an explicit polygonal footprint. We evaluate the pipeline on 12 Matterport3D scenes by matching predicted room polygons to annotated room instances and compare against Hydra, a representative state-of-the-art place-connectivity baseline. The results show that occupancy-grounded anchoring recovers substantially more room instances than place-connectivity construction, at the cost of lower precision, and that wall-accurate room boundaries remain an open problem for both methods. Code is available at https://github.com/crcz25/OccuSG.
Chinese Translation
层次化三维场景图(3DSGs)为室内机器人组织了跨空间尺度的几何和语义信息,其中房间层将物体级感知与房间级推理连接起来。现有系统从不同的空间基础(例如,地点聚类、墙面平面或分割输出)构建这一层,因此房间节点未能在共同的几何标准上进行评估。我们提出了一种基于占用的3DSG管道,其中房间节点锚定于从占用分解中得出的跟踪自由空间区域,为每个房间提供了明确的多边形足迹。我们在12个Matterport3D场景上评估该管道,通过将预测的房间多边形与标注的房间实例进行匹配,并与Hydra(一个代表性的最先进的地点连通性基线)进行比较。结果表明,基于占用的锚定比地点连通性构建恢复了显著更多的房间实例,尽管精度较低,并且墙面准确的房间边界仍然是两种方法的一个未解决问题。代码可在 https://github.com/crcz25/OccuSG 获取。
cs.RO / 2 / 2606.13746

Scalable Dynamic Tactile Sensing Enabled by Passive and Flexible Acoustic Waveguides

由被动和柔性声波导实现的可扩展动态触觉传感
Long, Guimin, Linghu, Changhong, Liu, Chuanping, Xu, Ke, Jing, Xingjian
Abstract
Artificial dynamic tactile sensing requires sensitivity, robustness, and compliance, yet existing technologies face trade-offs when scaling to large-area arrays, compounded by wiring complexity and cost. Here, we report a passive distributed paradigm using deep sub-wavelength acoustic waveguides that decouples performance from structural flexibility. Elastic-membrane-capped Helmholtz resonators interconnected by spring-reinforced microtubes form an enclosed network with invariant acoustic transmission under macroscopic bending. By sparsely embedding microphones, the system achieves real-time localization (4 mm highest spatial resolution; >99% accuracy in a 4 microphones 64-node sensing array) and waveform reconstruction of low-frequency signals (<100 Hz). Fast Continuous Wavelet Transform and a lightweight neural network enable inference within 5.5 ms. We demonstrate conformable prototypes-fingertip arrays, a tactile glove, and large-area skins-detecting stimuli from single-hair contact to 5-mg particle impacts, arterial pulse waves, feather touches, and finger contact. This establishes a scalable, flexible, low-cost paradigm for next-generation human-machine interfaces.
Chinese Translation
人工动态触觉传感需要灵敏性、稳健性和顺应性,但现有技术在扩展到大面积阵列时面临权衡,且受限于布线复杂性和成本。在此,我们报告了一种被动分布式范式,利用深亚波长声波导将性能与结构柔性解耦。由弹性膜封顶的亥姆霍兹共振器通过弹簧增强的微管相互连接,形成一个在宏观弯曲下声学传输不变的封闭网络。通过稀疏嵌入麦克风,该系统实现了实时定位(最高空间分辨率为4毫米;在4个麦克风64节点传感阵列中准确率超过99%)和低频信号(<100 Hz)的波形重建。快速连续小波变换和轻量级神经网络使推断在5.5毫秒内完成。我们展示了可适应的原型——指尖阵列、触觉手套和大面积皮肤——能够检测从单根毛发接触到5毫克颗粒冲击、动脉脉搏波、羽毛触碰和手指接触的刺激。这建立了一种可扩展、灵活、低成本的下一代人机界面范式。
cs.RO / 3 / 2606.13769

$\mu_0$: A Scalable 3D Interaction-Trace World Model

$ u_0$: 一种可扩展的3D交互轨迹世界模型
Lee, Seungjae, Jung, Yoonkyo, Lee, Jusuk, Shin, Jonghun, Shahidzadeh, Amir Hossein, Lee, Yao-Chih, Kim, H. Jin, Huang, Jia-Bin, Huang, Furong
Abstract
World models that capture how actions induce physical change enable scalable robot learning without reliance on embodiment-specific action labels. Pixel-space video models provide broad visual priors but expend model capacity on dense appearance reconstruction, while direct action models require embodiment-specific labels that hinder scalability. We present $\mu_0$, a scalable world model based on 3D traces. Rather than predicting dense pixels or directly modeling actions, $\mu_0$ forecasts smooth 3D trajectories for salient interaction points such as objects, tools, hands, and contact regions, yielding a compact, embodiment-agnostic motion interface. To enable training from diverse video sources, our TraceExtract system automatically extracts 3D supervision by selecting keypoints, constructing globally aligned traces, and associating motion segments with hierarchical language captions. This TraceExtract supervision pretrains $\mu_0$ by combining a pretrained vision-language backbone with a modular trace expert, which represents each query via B-spline control points and predicts future traces. Experiments show that $\mu_0$ outperforms baselines in both 2D and 3D trace prediction, including trace prediction models and tokenized VLM methods. Because $\mu_0$ is frozen and reusable, it can be paired with action experts for downstream robot embodiments. Despite action-free pretraining, the resulting trace-conditioned policies achieve performance competitive with VLA models pretrained with action supervision, such as $\pi_0$. These results establish 3D traces as a scalable and transferable representation for cross-embodiment manipulation.
Chinese Translation
捕捉动作如何引发物理变化的世界模型使得机器人学习能够在不依赖于特定于体现的动作标签的情况下实现可扩展性。像素空间视频模型提供了广泛的视觉先验,但在密集外观重建上消耗了模型容量,而直接动作模型则需要特定于体现的标签,这限制了可扩展性。我们提出了$ u_0$,一种基于3D轨迹的可扩展世界模型。与其预测密集像素或直接建模动作,$ u_0$预测显著交互点(如物体、工具、手和接触区域)的平滑3D轨迹,从而产生一个紧凑的、与体现无关的运动接口。为了能够从多样的视频源进行训练,我们的TraceExtract系统通过选择关键点、构建全局对齐的轨迹以及将运动片段与层次语言标题关联,自动提取3D监督。这种TraceExtract监督通过将预训练的视觉-语言骨干与模块化轨迹专家结合,预训练$ u_0$,该专家通过B样条控制点表示每个查询并预测未来轨迹。实验表明,$ u_0$在2D和3D轨迹预测中均优于基线,包括轨迹预测模型和标记化的视觉-语言模型(VLM)方法。由于$ u_0$是固定且可重用的,它可以与动作专家配对用于下游机器人体现。尽管在没有动作的预训练下,得到的轨迹条件策略在性能上与使用动作监督预训练的VLA模型(如$ u_0$)相当。这些结果确立了3D轨迹作为跨体现操作的可扩展和可转移表示。
cs.RO / 4 / 2606.13817

FlowMo-WM: A World Model with Object Momentum and Hidden Ambient Drift

FlowMo-WM:一种具有物体动量和隐性环境漂移的世界模型
Jiang, Yitao, Zhao, Luyang, Chen, Muhao, Balkcom, Devin
Abstract
World models in robot learning predict future states from visual observations and actions, enabling agents to reason about the consequences of their controls. However, many action-conditioned models are evaluated in settings where motion is dominated by immediate control, whereas aquatic surface vehicles and other real-world objects continue moving under inertia and are displaced by hidden ambient drift, such as water currents or wind. We propose FlowMo-WM, an end-to-end trainable visual world model that infers object-centric motion state and a predictive long-history context associated with hidden drift from image-action histories without direct supervision of flow fields. FlowMo-WM factorizes image-action history into a short-history latent state, trained to summarize object-centric motion, and a longer-history context, trained to summarize slowly varying exogenous influences. A zero-context residual transition separates action-conditioned base dynamics from context-dependent drift effects during latent rollout. In simulated aquatic surface-vehicle environments with diverse hidden flows, disturbances, and randomized vehicle dynamics, FlowMo-WM improves long-horizon rollout accuracy over representative action-conditioned latent world models. Prediction-time context ablations, in which the inferred context is zeroed or shuffled during rollout, show that the ambient context is important for stable prediction under hidden drift, while frozen linear probes characterize information encoded in the learned factors.
Chinese Translation
在机器人学习中,世界模型通过视觉观察和动作预测未来状态,使得智能体能够推理其控制的后果。然而,许多基于动作的模型在运动主要由即时控制主导的环境中进行评估,而水面车辆和其他现实世界物体在惯性作用下继续移动,并受到隐性环境漂移的影响,例如水流或风。我们提出了FlowMo-WM,这是一种端到端可训练的视觉世界模型,它从图像-动作历史中推断以物体为中心的运动状态和与隐性漂移相关的预测长历史上下文,而无需对流场进行直接监督。FlowMo-WM将图像-动作历史分解为一个短历史潜在状态,该状态被训练以总结以物体为中心的运动,以及一个长历史上下文,该上下文被训练以总结缓慢变化的外部影响。在潜在展开过程中,零上下文残差转变将基于动作的基本动态与上下文依赖的漂移效应分开。在具有多样化隐性流动、干扰和随机化车辆动态的模拟水面车辆环境中,FlowMo-WM在长时间展望准确性上优于代表性的基于动作的潜在世界模型。预测时间上下文消融实验中,在展开过程中将推断的上下文归零或打乱,表明环境上下文对于在隐性漂移下的稳定预测非常重要,而冻结的线性探针则表征了学习因素中编码的信息。
cs.RO / 5 / 2606.13840

Multi-Agent Embodied Autonomous Driving: From V2X Information Exchange to Shared World Models

多智能体具身自主驾驶:从V2X信息交换到共享世界模型
Hu, Senkang, Fang, Zhengru, Tao, Yihang, Fang, Zihan, Kwong, Sam Tak Wu, Fang, Yuguang
Abstract
Autonomous driving is shifting from isolated vehicle intelligence toward multi-agent embodied systems that share perception, infer intent, and coordinate action under uncertainty. This survey examines this transition through the lens of Shared World Models (SWMs): predictive cross-agent representations maintained across vehicles, infrastructure, and other traffic participants. We review more than 380 publications spanning vehicle-to-everything (V2X) communication, collaborative perception, inter-agent cognition, cooperative planning, end-to-end cooperative driving, and simulation and data engines for closed-loop validation. The organizing question is how exchanged observations become aligned state, intent-aware interaction, and coordinated downstream action. Across the surveyed literature, evaluation remains concentrated in simulation, curated benchmarks, and offline protocols. Foundation-model-based coordination also lacks verified real-time safety guarantees in open traffic. These gaps motivate key research priorities for multi-agent embodied autonomous driving (MAEAD): verifiable shared-state maintenance, robust intent and plan alignment, and safe coordinated action under communication, latency, and deployment constraints.
Chinese Translation
自主驾驶正从孤立的车辆智能向多智能体具身系统转变,这些系统能够在不确定性下共享感知、推断意图并协调行动。本调查通过共享世界模型(Shared World Models, SWMs)的视角审视这一转变:跨车辆、基础设施和其他交通参与者维护的预测性跨智能体表示。我们回顾了超过380篇文献,涵盖了车对一切(Vehicle-to-Everything, V2X)通信、协同感知、智能体间认知、合作规划、端到端协同驾驶以及用于闭环验证的仿真和数据引擎。组织性问题是如何将交换的观察结果转变为对齐的状态、意图感知的交互和协调的下游行动。在调查的文献中,评估仍然集中在仿真、策划的基准和离线协议上。基于基础模型的协调在开放交通中也缺乏经过验证的实时安全保障。这些差距促使多智能体具身自主驾驶(Multi-Agent Embodied Autonomous Driving, MAEAD)的关键研究优先事项:可验证的共享状态维护、稳健的意图和计划对齐,以及在通信、延迟和部署约束下的安全协调行动。
cs.RO / 6 / 2606.13842

Efficient Domain-Adaptive Policy Learning via Kernel Representation with Application to Quadrotor Control under Non-Stationary Disturbances

通过核表示实现高效的领域自适应策略学习及其在非平稳干扰下的四旋翼控制中的应用
Zhou, Hongyu, Tan, Mingtian, Tzoumas, Vasileios
Abstract
We present an algorithm for efficient domain-adaptive policy learning via kernel representations. Learning domain-adaptive policies is challenging since it requires an environment representation that is both sufficiently expressive to model complex sim-to-real gaps during offline training, and computationally efficient enough to support rapid online adaptation during deployment. For instance, a quadrotor may encounter time-varying, non-stationary disturbances, such as sudden gusts of wind, payload shifts, or transitions between distinct flight regimes with and without ground effects. To address these challenges, we model unknown disturbances using a differentiable kernel approximation based on random Fourier features. During the offline training phase, we randomly sample kernel coefficients and bandwidth parameters to generate a rich diversity of disturbance profiles. We then optimize the control policy via differentiable simulation with analytical gradients, a process that takes only 50 seconds of training time on an RTX 4090 GPU. During hardware deployment, the policy adapts to non-stationary environments in real time by updating both the kernel coefficients and bandwidth through online least-squares estimation. We evaluate our method on quadrotor trajectory tracking tasks across high-fidelity numerical simulations and hardware experiments using Crazyflie, subjected to various disturbances, including complex aerodynamic effects, wind, ground effects, and payload fluctuations.
Chinese Translation
我们提出了一种通过核表示实现高效领域自适应策略学习的算法。学习领域自适应策略具有挑战性,因为它需要一个环境表示,既要足够表达复杂的模拟到现实的差距,以便在离线训练期间建模,又要在部署期间支持快速的在线适应,具有足够的计算效率。例如,四旋翼可能会遇到时间变化的非平稳干扰,如突如其来的阵风、载荷变化或在有地面效应和无地面效应之间的不同飞行状态的过渡。为了解决这些挑战,我们使用基于随机傅里叶特征的可微核近似来建模未知的干扰。在离线训练阶段,我们随机采样核系数和带宽参数,以生成丰富多样的干扰特征。然后,我们通过可微仿真与解析梯度优化控制策略,该过程在RTX 4090 GPU上仅需50秒的训练时间。在硬件部署期间,该策略通过在线最小二乘估计实时更新核系数和带宽,以适应非平稳环境。我们在高保真数值仿真和使用Crazyflie的硬件实验中评估了我们的方法,涉及各种干扰,包括复杂的气动效应、风、地面效应和载荷波动,进行四旋翼轨迹跟踪任务。
cs.RO / 7 / 2606.13856

Output-Level Regularization Eliminates the Seed Lottery in Single-GPU VLA Fine-Tuning

输出级正则化消除单GPU VLA微调中的种子彩票
Sam, Jeffrin, Tsetserukou, Dzmitry
Abstract
Fine-tuning a vision-language-action model (VLA-JEPA) on a single GPU should be simple: load a pretrained checkpoint, run training, deploy. There is a hidden danger. Run the same fine-tuning code thirteen times -- same data, same architecture, different random seed -- and twelve runs produce a robot succeeding 91--94% of the time, while one run silently degrades to 65.2%: a 29 pp gap with no error message, no warning, and no way to predict which seed will fail. We call this the seed lottery. We trace the cause to output collapse: the action predictor quietly learns to produce nearly identical outputs regardless of what the robot sees. Existing weight-level methods (L2, EWC) are structurally blind to this collapse -- they penalize weight changes, but collapse occurs in directions weights can move freely without affecting outputs, a gap we formalize via the Jacobian null-space. Across 7 methods x up to 13 seeds x 3 LIBERO benchmarks, three output-level regularizers -- VICReg (n=12 seeds), Dropout (n=4), and a halved learning rate (n=5) -- each eliminate every catastrophic seed (0/21 combined collapses vs. 1/13 Baseline; F(12,11)=28.7, p<0.001), while weight-level methods (L2, EWC) preserve the lottery. The simplest fix is changing one number in your optimizer config.
Chinese Translation
在单个GPU上微调视觉-语言-动作模型(VLA-JEPA)应该是简单的:加载一个预训练的检查点,运行训练,进行部署。然而,潜在的危险存在。运行相同的微调代码十三次——相同的数据,相同的架构,不同的随机种子——结果显示,十二次运行产生的机器人成功率为91%至94%,而一次运行的成功率悄然降至65.2%:这是一个29个百分点的差距,没有错误信息,没有警告,也无法预测哪个种子会失败。我们称之为种子彩票。我们追踪到原因是输出崩溃:动作预测器悄悄地学习产生几乎相同的输出,无论机器人看到什么。现有的权重级方法(L2,EWC)在结构上对这种崩溃是盲目的——它们惩罚权重变化,但崩溃发生在权重可以自由移动而不影响输出的方向上,我们通过雅可比零空间(Jacobian null-space)形式化了这一差距。在7种方法×最多13个种子×3个LIBERO基准测试中,三种输出级正则化器——VICReg(n=12种子)、Dropout(n=4)和减半学习率(n=5)——均消除了每一个灾难性种子(0/21次崩溃对比1/13基线;F(12,11)=28.7,p<0.001),而权重级方法(L2,EWC)则保留了彩票。最简单的解决方案是更改优化器配置中的一个数字。
cs.RO / 8 / 2606.13877

ContactWorld: What Matters in Vision-Tactile World Models for Contact-Rich Manipulation

ContactWorld:在接触丰富的操作中,视觉-触觉世界模型中重要的因素
Zhang, Zhiyuan, Zhou, Pokuang, Zhang, Kaidi, Desai, Adeesh, Amosa, Temitope, Soleymanzadeh, Davood, Lei, Jiuzhou, Zheng, Minghui, She, Yu
Abstract
Contact-rich manipulation requires world models to reason over complex contact dynamics from multimodal sensory observations. However, it remains unclear which representation properties fundamentally support stable long-horizon planning in contact-rich settings. In this paper, we present ContactWorld, a benchmark and systematic empirical study of vision-tactile world models spanning 12 contact-rich manipulation tasks, including insertion, disassembly, screwing, and exploratory interaction. Across extensive experiments, we find that representations that are both spatially structured and temporally continuous consistently achieve the strongest planning performance. In particular, point-cloud observations improve average planning success rates from 20.7% with wrist-view observations and 22.0% with front-view observations to 32.1%. We further find that the effectiveness of tactile sensing depends critically on cross-modal representation compatibility rather than modality scaling alone. Combining point-cloud observations with tactile force-field representations, which preserve richer spatial structure and interaction dynamics, further improves performance to 36.1%, yielding the strongest overall planning performance across all evaluated tasks. Moreover, tactile sensing becomes increasingly important under long-horizon planning objectives, where compounding prediction errors and contact uncertainty accumulate over time. Together, these findings highlight the importance of representation structure, multimodal compatibility, and long-horizon robustness in vision-tactile world models for contact-rich robotic manipulation.
Chinese Translation
接触丰富的操作需要世界模型能够基于多模态感知观测推理复杂的接触动态。然而,目前尚不清楚哪些表示属性在接触丰富的环境中根本上支持稳定的长时间规划。本文提出了ContactWorld,这是一个基准和系统的实证研究,涵盖了12个接触丰富的操作任务,包括插入、拆卸、拧紧和探索性交互。通过广泛的实验,我们发现空间结构化和时间连续性的表示在规划性能上始终表现最佳。特别是,点云观测将手腕视角观测的平均规划成功率从20.7%和正面视角观测的22.0%提高到32.1%。我们进一步发现,触觉感知的有效性在很大程度上依赖于跨模态表示的兼容性,而不仅仅是模态缩放。将点云观测与触觉力场表示相结合,这种表示保留了更丰富的空间结构和交互动态,进一步将性能提高到36.1%,在所有评估任务中实现了最佳的整体规划性能。此外,在长时间规划目标下,触觉感知变得越来越重要,因为累积的预测误差和接触不确定性会随着时间的推移而增加。综合来看,这些发现突显了表示结构、多模态兼容性和长时间鲁棒性在接触丰富的机器人操作中视觉-触觉世界模型中的重要性。
cs.RO / 9 / 2606.13878

AnyGoal: Vision-Language Guided Multi-Agent Exploration for Training-Free Lifelong Navigation

AnyGoal:无训练的终身导航的视觉-语言引导多智能体探索
James, MoniJesu, Fernando, Marcelino Julio, Cabrera, Miguel Altamirano, Tsetserukou, Dzmitry
Abstract
End-to-end navigation policies trained on large simulation corpora degrade sharply when transferred to out-of-distribution scenes, categories, or goal modalities. Modular pipelines such as Modular GOAT are bottlenecked by closed-set object detection recall, while 3D snapshot-memory systems (e.g. 3D-Mem) accumulate dense, view-dependent representations that are heavy to maintain. We present AnyGoal, a training-free multi-robot architecture that places a Vision-Language Model (VLM) at the core of frontier-based exploration and coordinates agents through a shared 2D Gaussian Bayesian Value Map (BVM). The BVM maintains a per-pixel (mu, sigma^2) posterior over goal relevance, updated via precision-weighted fusion of VLM scores through a depth-cone mask, and is never reset between subtasks, yielding lifelong evidence accumulation. Frontiers are ranked by a convex blend of a VLM-as-judge softmax and a Bayesian UCB term on the BVM. A greedy allocator with spatial-separation penalty and commitment hysteresis distributes frontiers across agents without a centralized controller. On the full GOAT-Bench val unseen split (360 episodes, 2,669 subtasks), our dual-agent system achieves 52.4% Subtask SR at 12.7% SPL--state of the art under the strict physical regime (discrete 0.25 m steps, no teleportation, 42 deg HFOV) and a +27.5 pp improvement over Modular GOAT (24.9%). Single-agent AnyGoal achieves 41.9% Subtask SR, showing gains arise from the decision architecture. A four-way perception ablation shows that open-vocabulary detectors shift the dominant failure mode from exploration to goal verification.
Chinese Translation
在大型仿真语料库上训练的端到端导航策略在转移到分布外场景、类别或目标模态时急剧下降。模块化管道如Modular GOAT受到封闭集物体检测召回率的瓶颈,而3D快照记忆系统(例如3D-Mem)则积累了密集的、依赖视角的表示,维护成本较高。我们提出了AnyGoal,这是一种无训练的多机器人架构,将视觉-语言模型(VLM)置于基于前沿的探索核心,并通过共享的二维高斯贝叶斯价值图(BVM)协调智能体。BVM维护每个像素的(mu,sigma^2)后验关于目标相关性的表示,通过深度锥掩码精度加权融合VLM得分进行更新,并且在子任务之间从不重置,从而实现终身证据积累。前沿通过VLM作为评判者的softmax和BVM上的贝叶斯UCB项的凸组合进行排序。一个带有空间分离惩罚和承诺滞后的贪婪分配器在没有集中控制器的情况下将前沿分配给各个智能体。在完整的GOAT-Bench验证未见分割(360个回合,2669个子任务)上,我们的双智能体系统在严格的物理条件下(离散0.25米步长,无传送,42度HFOV)实现了52.4%的子任务成功率(Subtask SR)和12.7%的成功路径长度(SPL),在这一领域达到了最先进的水平,并比Modular GOAT(24.9%)提高了27.5个百分点。单智能体AnyGoal实现了41.9%的子任务成功率,显示出收益来自于决策架构。四种感知消融实验表明,开放词汇检测器将主要失败模式从探索转移到目标验证。
cs.RO / 10 / 2606.13883

Guided Diffusion with Distilled Vision-Language Reliability for Aerial Navigation

基于蒸馏视觉-语言可靠性的引导扩散用于空中导航
Valuev, Ivan, Zhura, Iana, Serpiva, Valerii, Seyidov, Didar, Tsetserukou, Dzmitry
Abstract
Autonomous UAV navigation is conventionally solved by pipelines that separate perception, mapping, and planning into distinct stages, which propagates errors, accumulates latency, and requires environment-specific retuning. End-to-end generative models remove these interfaces by mapping raw observations directly to trajectories, but inherit a subtle failure mode: trained on clean data, they cannot recognise when an observation is unreliable, and treat degraded regions such as glass, mirrors, and overexposed surfaces as valid evidence for planning. We present a reliability-aware diffusion planner for 3D UAV navigation. It conditions trajectory generation on the observation together with a scene-level reliability heatmap that marks where perception cannot be trusted, produced by a lightweight network that distils the open-vocabulary reasoning of a vision-language model within the real-time planning budget. To generalise to unseen environments without retraining, we steer the denoising process with a differentiable two-stage ESDF cost that treats physical obstacles from depth and virtual obstacles from highly unreliable regions on equal footing. In simulation and on a real quadrotor, our planner produces markedly safer trajectories than a state-of-the-art diffusion baseline, reducing the obstacle-violation rate from 40.3% to 9.6% and raising the mean reliability of traversed regions from 0.588 to 0.925. Ablating the reliability term alone drops mean reliability from 0.898 to 0.783, confirming it as the decisive component, while distillation runs the framework up to 2 times faster than the full vision-language model.
Chinese Translation
自主无人机导航通常通过将感知、映射和规划分为不同阶段的管道来解决,这会导致错误传播、延迟累积,并需要针对特定环境的重新调优。端到端生成模型通过将原始观测直接映射到轨迹来消除这些接口,但继承了一种微妙的失败模式:在干净数据上训练时,它们无法识别观测是否可靠,并将玻璃、镜子和过曝表面等退化区域视为有效的规划证据。我们提出了一种可靠性感知的扩散规划器用于3D无人机导航。它在生成轨迹时考虑观测以及一个场景级的可靠性热图,该热图标记出感知无法信任的区域,由一个轻量级网络生成,该网络在实时规划预算内提炼视觉-语言模型的开放词汇推理。为了在不重新训练的情况下推广到未见环境,我们通过一个可微分的两阶段ESDF成本来引导去噪过程,该成本将深度中的物理障碍和高度不可靠区域中的虚拟障碍视为同等重要。在仿真和真实四旋翼上,我们的规划器生成的轨迹明显比最先进的扩散基线更安全,将障碍物违规率从40.3%降低到9.6%,并将经过区域的平均可靠性从0.588提高到0.925。仅消除可靠性项就使平均可靠性从0.898降至0.783,确认其为决定性组成部分,而蒸馏使框架的运行速度比完整的视觉-语言模型快了最多2倍。
cs.RO / 11 / 2606.13886

PhysVLA: Towards Physically-Grounded VLA for Embodied Robotic Manipulation

PhysVLA:面向具身机器人操作的物理基础视觉-语言-动作模型
Chandra, Namai, Damodaran, Shriram, Wang, Lin
Abstract
Vision-Language-Action (VLA) models excel at mapping visual inputs and natural language instructions directly to robotic control policies. However, because they are trained primarily to fit behavioural demonstration data, they do not explicitly enforce fundamental physical principles such as rigid-body dynamics or contact constraints. This exposes a critical physics gap: standard temporal smoothing applied on top of single-step or chunked VLAs trades trajectory quality for added failures that short-term memory cannot resolve. To bridge this gap, we introduce PhysVLA (Physics-VLA), a plug-and-play, inference-time framework designed to wrap any frozen VLA backbone without retraining, fine-tuning, or weight access, with less than 1 ms of overhead per control step. PhysVLA intercepts the predicted control action, captures only the simulator or system state, and applies a dual-layered correction: (i) a phase-aware finite-state machine that structures discrete task segments (approach, grasp, transport, and place), and (ii) a selective Euler-Lagrange gate that activates only when a dynamics oracle detects kinodynamic inconsistency. Evaluated across OpenVLA, OpenVLA-OFT, Force-VLA, and Generalist-VLA on LIBERO-Spatial with a 7-DoF Franka Panda, the framework delivers absolute success rate increases of up to 17% and stability increases of up to 19% with no per-task regressions, improves trajectory efficiency by up to 15% across all four backbones, and shows up to a 10x improvement in trajectory jerk robustness on a Robosuite Lift cross-simulator sweep. We further validate the framework on a real Agilex Piper arm with a pick-and-place task, confirming that PhysVLA transfers to physical hardware without retraining, with success-rate improvements of up to 50%, establishing physical awareness as a composable, backbone-agnostic runtime module.
Chinese Translation
视觉-语言-动作(VLA)模型在将视觉输入和自然语言指令直接映射到机器人控制策略方面表现出色。然而,由于它们主要是通过拟合行为演示数据进行训练,因此并未明确执行基本的物理原则,如刚体动力学或接触约束。这暴露了一个关键的物理差距:在单步或分块VLA之上应用的标准时间平滑会以牺牲轨迹质量为代价,导致短期记忆无法解决的额外失败。为了解决这一问题,我们提出了PhysVLA(物理VLA),这是一个即插即用的推理框架,旨在无需重新训练、微调或访问权重的情况下,包裹任何冻结的VLA骨干,每个控制步骤的开销不到1毫秒。PhysVLA拦截预测的控制动作,仅捕获模拟器或系统状态,并应用双层校正:(i)一个相位感知有限状态机,结构化离散任务段(接近、抓取、运输和放置);(ii)一个选择性欧拉-拉格朗日门,仅在动力学神谕检测到运动动力学不一致时激活。在使用7自由度Franka Panda的LIBERO-Spatial上评估OpenVLA、OpenVLA-OFT、Force-VLA和Generalist-VLA时,该框架的绝对成功率提高了最多17%,稳定性提高了最多19%,且没有每项任务的回归,所有四个骨干的轨迹效率提高了最多15%,并在Robosuite Lift跨模拟器测试中显示出轨迹抖动鲁棒性提高了最多10倍。我们进一步在真实的Agilex Piper臂上验证了该框架,进行拾取和放置任务,确认PhysVLA可以无须重新训练地转移到物理硬件上,成功率提高了最多50%,确立了物理意识作为一个可组合的、与骨干无关的运行时模块。
cs.RO / 12 / 2606.13915

Learning Dynamic Swing-Up of an Inverted Pendulum using Remote Magnetic Actuation

利用远程磁力驱动学习倒立摆的动态摆动提升
Sydora, Viacheslav, Zughaibi, Jasan, von Arx, Denis, Boehler, Quentin, Muehlebach, Michael
Abstract
Electromagnetic Navigation Systems (eMNS) have gained considerable attention for minimally invasive surgery and targeted drug delivery. While most of the literature relies on quasi-static control of these systems, recent work has demonstrated the benefits of dynamic approaches. However, trajectory tracking far from equilibrium states remains largely unaddressed. We close this gap by demonstrating the first swing-up of a magnetically actuated inverted pendulum using the clinically-ready Navion eMNS. Although the inverted pendulum is not clinically relevant in itself, the proposed method utilizes torques and forces as control objectives, making it applicable to other magnetically actuated devices such as catheters and guidewires. Our approach combines trajectory optimization that accounts for internal eMNS dynamics with time-varying Linear Quadratic Regulator (LQR) state feedback and Iterative Learning Control (ILC), which leverages previous trial data and the system's dynamic model to progressively refine the feedforward command. While LQR alone fails due to the complex phenomena of magnetic actuation, ILC enables successful swing-up within six iterations. Furthermore, post-experimental analysis reveals that the learned ILC correction closely matches the torque discrepancy predicted by high-fidelity magnetic field model calibration, suggesting learning and adaptation as a promising tool to deal with uncertainties in electromagnetic actuation arising, e.g., from patient-specific physiological motion patterns and field model calibration inaccuracies.
Chinese Translation
电磁导航系统(eMNS)因其在微创手术和靶向药物输送中的应用而受到广泛关注。尽管大多数文献依赖于这些系统的准静态控制,但近期的研究表明动态方法的优势。然而,远离平衡状态的轨迹跟踪问题仍然未得到充分解决。我们通过展示使用临床准备好的Navion eMNS进行的首次磁力驱动倒立摆的摆动提升,填补了这一空白。尽管倒立摆本身在临床上并不相关,但所提出的方法利用扭矩和力作为控制目标,使其适用于其他磁力驱动设备,如导管和导丝。我们的方法结合了考虑内部eMNS动态的轨迹优化、时变线性二次调节器(LQR)状态反馈和迭代学习控制(ILC),后者利用先前试验数据和系统的动态模型逐步优化前馈指令。尽管仅使用LQR由于磁力驱动的复杂现象而失败,但ILC在六次迭代内成功实现了摆动提升。此外,实验后分析表明,学习到的ILC修正与高保真磁场模型校准预测的扭矩差异密切匹配,这表明学习和适应是应对电磁驱动中不确定性(例如,由患者特定生理运动模式和场模型校准不准确性引起的)的有前景的工具。
cs.RO / 13 / 2606.13970

An Attention-based Model for Robust Forecasting with Missing Modality

一种基于注意力的缺失模态鲁棒预测模型
Zhang, Zhitian, Zi, Wenjie, Rakhmangulova, Yunduz, Irandoust, Saghar, Hajimirsadeghi, Hossein, Durand, Thibaut
Abstract
Learning with missing modalities is a fundamental challenge in multimodal robot learning, as real-world robotic systems often operate in environments with incomplete sensor data. Attention-based models are appealing for processing multimodal data because they can handle multiple modalities with a single backbone network. However, most multimodal models assume that all modalities are available during both training and inference, limiting their applicability in robotic perception and decision-making. In this paper, we introduce a multimodal model designed to handle missing modalities during both training and inference. The model is formulated as a conditional variational autoencoder (CVAE) and incorporates a transformer-based architecture that leverages attention mechanisms to learn a unified, fixed-dimensional representation, even when some modalities are missing. We show that our proposed model can be trained with missing modalities while approximating a robust representation of all modalities. We evaluate our approach on five multimodal datasets across two robot learning tasks: human trajectory prediction and robot manipulation forecasting. Experimental results demonstrate that our model effectively learns from incomplete data and is superior to prior multimodal fusion approaches.
Chinese Translation
在多模态机器人学习中,处理缺失模态是一个基本挑战,因为现实世界中的机器人系统通常在传感器数据不完整的环境中运行。基于注意力的模型在处理多模态数据时具有吸引力,因为它们可以通过单一的主干网络处理多种模态。然而,大多数多模态模型假设在训练和推理过程中所有模态均可用,这限制了它们在机器人感知和决策中的适用性。本文提出了一种多模态模型,旨在处理训练和推理过程中缺失的模态。该模型被构建为条件变分自编码器(Conditional Variational Autoencoder, CVAE),并结合了基于变换器的架构,利用注意力机制学习统一的、固定维度的表示,即使在某些模态缺失的情况下。我们展示了所提出的模型可以在缺失模态的情况下进行训练,同时逼近所有模态的鲁棒表示。我们在两个机器人学习任务(人类轨迹预测和机器人操作预测)上对五个多模态数据集评估了我们的方法。实验结果表明,我们的模型能够有效地从不完整数据中学习,并且优于先前的多模态融合方法。
cs.RO / 14 / 2606.13990

SplatlessDF: Continuous Distance Field Mapping with Non-Splatting Gaussians

无喷溅距离场:使用非喷溅高斯的连续距离场映射
Uttsha, Monisha Mushtary, Wu, Lan, Vidal-Calleja, Teresa
Abstract
Recent Gaussian splatting (GS) methods have shown that scenes can be represented efficiently with optimisable Gaussians for high-quality reconstruction and rendering. In this paper, building on this principle, we introduce SplatlessDF, a continuous distance field (DF) mapping framework that uses anisotropic Gaussian elements from a spatial rather than photometric perspective. SplatlessDF directly parameterises the Gaussians and optimises to recover a differentiable DF, enabling distances and gradients to be queried in the spatial domain for downstream robotic tasks such as navigation. Furthermore, SplatlessDF can be coupled with 2D Gaussian splatting (2DGS), providing a unified framework based solely on Gaussian primitives that can learn continuous DF and surface models and supports photometric rendering. We consider two settings: a standalone DF-only formulation and a joint DF-rendering formulation coupled with 2DGS. Experiments show that the standalone formulation provides efficient and accurate distance and gradient queries, while the joint formulation improves rendering geometry and simultaneously models a continuous DF. These results highlight the potential of GS-style representations not only for surface modelling and rendering but also for mapping representations suited to robotic navigation.
Chinese Translation
最近的高斯喷溅(Gaussian splatting, GS)方法表明,可以通过可优化的高斯有效地表示场景,以实现高质量的重建和渲染。在本文中,我们基于这一原理,提出了无喷溅距离场(SplatlessDF),这是一个连续距离场(distance field, DF)映射框架,采用从空间而非光度角度出发的各向异性高斯元素。SplatlessDF直接对高斯进行参数化,并优化以恢复可微分的距离场,使得可以在空间域中查询距离和梯度,以支持下游机器人任务,如导航。此外,SplatlessDF可以与二维高斯喷溅(2D Gaussian splatting, 2DGS)结合,提供一个仅基于高斯原语的统一框架,能够学习连续的距离场和表面模型,并支持光度渲染。我们考虑了两种设置:独立的仅距离场公式和与2DGS结合的联合距离场-渲染公式。实验表明,独立公式提供了高效且准确的距离和梯度查询,而联合公式则改善了渲染几何,同时建模了连续的距离场。这些结果突显了GS风格表示的潜力,不仅适用于表面建模和渲染,还适用于适合机器人导航的映射表示。
cs.RO / 15 / 2606.14032

From Attacks to Curricula: Learnability-Guided Adversarial Training for Safe Autonomous Driving

从攻击到课程:基于可学习性的对抗训练用于安全自主驾驶
Mei, Yuewen, Nie, Tong, Sun, Jie, Shi, Haotian, Ma, Wei, Sun, Jian
Abstract
Closed-loop adversarial training improves autonomous driving safety by exposing policies to rare safety-critical scenarios. Standard pipelines first generate adversarial scenarios and then sample them for policy optimization. However, most existing frameworks remain attack-oriented: collision-driven generators often synthesize unsolvable extreme situations, which can degrade learning, while heuristic samplers ignore the evolving capability of the driving policy, causing sample inefficiency and delayed convergence. We propose AlignADV, a learnability-guided closed-loop adversarial training framework that converts adversarial scenarios into resolvable and capability-aligned curricula. First, we reformulate adversarial scenario generation as a preference alignment problem and employ direct preference optimization to guide the generator toward critical yet resolvable scenarios. Second, we introduce behavioral fingerprints to capture the intrinsic characteristics of the evolving policy and construct a multi-modal capability prediction model that estimates policy performance without expensive closed-loop simulations. By combining resolvability-aligned scenarios with capability predictions, AlignADV develops a dynamic curriculum sampling mechanism that prioritizes scenarios targeting the current policy's vulnerabilities. Experiments on the Waymo Open Motion Dataset demonstrate that AlignADV improves convergence efficiency and final performance, reducing training steps by up to 40.6 percent compared with baseline methods while lowering collision rate and improving route completion under both normal and adversarial traffic conditions. These results highlight a shift from attack-oriented scenario generation to learnability-guided policy improvement, offering a principled direction for safer and more efficient autonomous driving training. Project page: https://meiyuewen.github.io/AlignADV/.
Chinese Translation
闭环对抗训练通过将策略暴露于稀有的安全关键场景中,提高了自主驾驶的安全性。标准流程首先生成对抗场景,然后对其进行采样以优化策略。然而,大多数现有框架仍然以攻击为导向:以碰撞为驱动的生成器往往合成无法解决的极端情况,这可能会降低学习效果,而启发式采样器忽视了驾驶策略的演变能力,导致样本效率低下和收敛延迟。我们提出了AlignADV,这是一种基于可学习性的闭环对抗训练框架,将对抗场景转化为可解决且能力对齐的课程。首先,我们将对抗场景生成重新表述为偏好对齐问题,并采用直接偏好优化来引导生成器朝向关键但可解决的场景。其次,我们引入行为指纹以捕捉演变策略的内在特征,并构建一个多模态能力预测模型,该模型在无需昂贵的闭环仿真情况下估计策略性能。通过将可解决性对齐的场景与能力预测相结合,AlignADV开发了一种动态课程采样机制,优先考虑针对当前策略脆弱性的场景。在Waymo开放运动数据集上的实验表明,AlignADV提高了收敛效率和最终性能,与基线方法相比,训练步骤减少了多达40.6%,同时降低了碰撞率,并在正常和对抗交通条件下改善了路线完成率。这些结果突显了从以攻击为导向的场景生成转向基于可学习性的策略改进,为更安全和更高效的自主驾驶训练提供了原则性方向。项目页面:https://meiyuewen.github.io/AlignADV/
cs.RO / 16 / 2606.14058

ReactSim-Bench: Benchmarking Reactive Behavior World Model Simulation in Autonomous Driving

ReactSim-Bench:自主驾驶中反应行为世界模型仿真的基准测试
Zhang, Zhiyuan, Peng, Yanlun, Zhang, Jianing, Guo, Xianda, Huang, Zehan, Liu, Haoran, Li, Qifeng, Zhang, Shaofeng, Jia, Xiaosong, Yan, Junchi
Abstract
Reactive capability is a key property of data-driven behavior world model simulators for autonomous driving simulation systems. With this capability, simulated world agents can respond feasibly to autonomous vehicle (AV) behaviors that differ from the log. However, existing behavior simulation benchmarks do not directly measure reactive capability. They often let the simulator jointly control the AV and surrounding agents and evaluate realism through log similarity or open-loop prediction metrics. In this work, we introduce ReactSim-Bench for evaluating the reactive capability of behavior world model simulation in autonomous driving. We decouple the control of agents and the AV, using AV behaviors that differ from the log and require agents to respond as independent AV inputs. To obtain these AV behaviors, we construct a pipeline that uses an AV planner model to generate candidate behaviors and filters the data using rules and manual verification. Collision metrics, map-based metrics, and kinematic feasibility metrics are used to evaluate the safety and rule compliance of reactive responses. We construct 2,636 test scenarios with three categories and conduct a systematic evaluation of state-of-the-art models across multiple architectures, including Transformer-based, diffusion-based, and next-token-prediction-based models. We further analyze how replan frequency affects performance and provide insights for future studies.
Chinese Translation
反应能力是数据驱动的行为世界模型仿真器在自主驾驶仿真系统中的关键特性。通过这种能力,仿真世界中的代理能够合理地响应与日志不同的自主车辆(AV)行为。然而,现有的行为仿真基准并未直接测量反应能力。它们通常让仿真器共同控制AV和周围代理,并通过日志相似性或开环预测指标来评估真实性。在本研究中,我们引入了ReactSim-Bench,用于评估自主驾驶中行为世界模型仿真的反应能力。我们将代理和AV的控制解耦,使用与日志不同的AV行为,并要求代理作为独立的AV输入进行响应。为了获得这些AV行为,我们构建了一个管道,使用AV规划模型生成候选行为,并通过规则和人工验证对数据进行过滤。我们使用碰撞指标、基于地图的指标和运动学可行性指标来评估反应响应的安全性和规则合规性。我们构建了2,636个测试场景,分为三类,并对多种架构下的最先进模型进行了系统评估,包括基于Transformer的模型、基于扩散的模型和基于下一个标记预测的模型。我们进一步分析了重新规划频率如何影响性能,并为未来的研究提供了见解。
cs.RO / 17 / 2606.14063

Semidefinite Relaxations for Collision-Free Motion Planning

基于半正定松弛的无碰撞运动规划
Graesdal, Bernhard Paus, Amice, Alexandre, Parrilo, Pablo A., Tedrake, Russ
Abstract
We study semidefinite relaxations for collision-free motion planning. We focus on a point robot moving from start to goal through spherical obstacles in $\mathbb{R}^n$, subject to path continuity constraints and squared derivative costs; a setting that is conceptually simple yet captures the hardness of collision-free motion planning. We formulate this problem exactly as a nonconvex problem over polynomial curves, and present a natural semidefinite relaxation. We contribute two key theoretical insights; to our knowledge this is the first theoretical analysis of semidefinite relaxations for collision-free motion planning. First, we show that solving the convex relaxation is equivalent to solving, to global optimality, a related motion planning problem in a potentially higher-dimensional space. This geometric interpretation yields necessary and sufficient conditions for tightness, and a clear intuition for when the relaxation is loose. Second, we show that the relaxation admits a symmetry reduction that makes it significantly smaller than one might expect, with positive semidefinite cone sizes that scale linearly with the polynomial degree and are independent of the ambient dimension. The resulting relaxation is 10 to 100 times faster than direct nonlinear programming transcriptions solved with SNOPT and IPOPT, exhibits significantly lower variance in solve times, and reliably finds a locally optimal path for the original problem. We demonstrate its effectiveness as a convex steering function in an RRT planner for minimum-snap quadrotor planning with $C^4$ continuous trajectories.
Chinese Translation
我们研究了用于无碰撞运动规划的半正定松弛方法。我们关注一个点机器人在 $ ext{R}^n$ 中从起点到目标点移动,路径需避开球形障碍物,同时满足路径连续性约束和平方导数成本;这一设置在概念上简单,却能有效捕捉无碰撞运动规划的困难性。我们将此问题精确地表述为一个关于多项式曲线的非凸问题,并提出了一种自然的半正定松弛。我们贡献了两个关键的理论见解;据我们所知,这是对无碰撞运动规划的半正定松弛的首次理论分析。首先,我们证明了解决凸松弛问题等价于在一个可能更高维的空间中,以全局最优解的方式解决一个相关的运动规划问题。这一几何解释提供了紧致性的必要和充分条件,并清晰地阐明了松弛何时会变得宽松。其次,我们展示了该松弛具有对称性约简,使其显著小于预期,正半定锥的大小与多项式的次数线性相关,并且与环境维度无关。最终得到的松弛比使用 SNOPT 和 IPOPT 解决的直接非线性规划转录快 10 到 100 倍,求解时间的方差显著降低,并可靠地为原问题找到局部最优路径。我们展示了它作为 RRT 规划器中用于最小抖动四旋翼规划的凸引导函数的有效性,支持 $C^4$ 连续轨迹。
cs.RO / 18 / 2606.14070

Development of a 3 in Sewer Pipe Inspection Robot with an Articulated Differential Mechanism using X-shaped Linkages

基于X型连杆的关节差动机制的3英寸下水道管道检查机器人开发
Umemura, Shoya, Taniguchi, Ryota, Kakogawa, Atsushi
Abstract
This paper proposes, an improved version of the 3 in sewer pipe inspection robot equipped with an emergency evacuation mechanism. The low traction force and poor stepover capability, which were challenges of the first version, have been improved by simply connecting the propulsion units. The coupled propulsion units feature a differential mechanism capable of posture changes via a single wire, enabling adaptation to pipe diameter variations. To traverse obstacles like pipe joints, a control method was devised that detects obstacle contact through current load on the drive wheel motors and slackens the wire. This method was verified through simulated pipe experiments. Load comparisons were made using current waveforms applied to the drive wheels. Our proposed control method significantly improved the step-over capability of the new articulated robots.
Chinese Translation
本文提出了一种改进版的3英寸下水道管道检查机器人,该机器人配备了紧急疏散机制。通过简单连接推进单元,解决了第一版存在的低牵引力和差的跨越能力问题。耦合的推进单元具有差动机制,能够通过单根电缆实现姿态变化,从而适应管道直径的变化。为了跨越管道接头等障碍物,设计了一种控制方法,通过驱动轮电机的电流负载检测障碍物接触,并松弛电缆。该方法通过模拟管道实验进行了验证。我们使用施加在驱动轮上的电流波形进行了负载比较。我们提出的控制方法显著提高了新型关节机器人跨越障碍的能力。
cs.RO / 19 / 2606.14083

The N2D Haptic Glove: A Multi-Finger Glove for 2D Directional Force Feedback for Contact Rich Manipulation

N2D触觉手套:一种用于接触丰富操作的二维方向力反馈的多指手套
Huang, Yao-Ting, Honma, Jake, Hernandez, Omar, Li, Logan, Calimbahin, Kaitlin, Hackel, Bryce, Yip, Michael C.
Abstract
Humans rely on directional fingertip forces to probe and regulate contact during manipulation, yet most wearable haptic gloves render only vibration or single-axis force, leaving force direction ambiguous. Without directional cues, users must infer contact force from vision alone, often leading to over-pressing, inconsistent control, and reduced precision in robotic teleoperation. We present the N2D Haptic Glove, a multi-finger wearable device that renders planar flexion-extension fingertip forces using capstan-drive transmissions for high-transparency force feedback. Through benchtop validations and a user study involving haptic teleoperation of a robotic arm and hand, we demonstrate that compared to visual-only and single-axis haptic baselines, planar fingertip feedback significantly reduces contact force error during precise manipulation, improves trial-to-trial consistency, and enhances overall user experience in axial probing tasks. These findings establish the N2D Haptic Glove and directional finger-based haptics devices as a promising modality for contact-rich teleoperation, immersive virtual reality simulations, and robot learning from demonstrations. N2D Haptic Glove's hardware and software system will be fully open-sourced at \href{https://ucsdarclab.github.io/n2d-glove/}{this https URL}.
Chinese Translation
人类在操作过程中依赖于方向性指尖力量来探测和调节接触,然而大多数可穿戴触觉手套仅提供振动或单轴力反馈,使得力的方向变得模糊。没有方向性提示,用户只能依靠视觉推断接触力,这往往导致过度施压、不一致的控制和降低的精确度,特别是在机器人遥操作中。我们提出了N2D触觉手套,这是一种多指可穿戴设备,利用绞盘驱动传动系统提供平面屈伸指尖力量,实现高透明度的力反馈。通过台式验证和涉及机器人手臂与手的触觉遥操作的用户研究,我们展示了与仅依赖视觉和单轴触觉基线相比,平面指尖反馈显著减少了精确操作中的接触力误差,提高了试次间的一致性,并增强了用户在轴向探测任务中的整体体验。这些发现确立了N2D触觉手套和基于方向性手指的触觉设备作为接触丰富遥操作、沉浸式虚拟现实模拟和机器人示范学习的有前景的模式。N2D触觉手套的硬件和软件系统将完全开源,详见此链接:https://ucsdarclab.github.io/n2d-glove/
cs.RO / 20 / 2606.14084

Self-Improving VLA Policies: Selected Diffusion Noise for Spurious-Robust Action Smoothing

自我改进的VLA策略:选择性扩散噪声用于伪相关鲁棒性动作平滑
Nguyen, Duc Minh, Dao, Bao-Ngoc, Luu, Tung M., Nguyen, Binh Gia, Tong, Vinh, Liu, Anji, Duong, Vu N., Le, Dung D., Sonntag, Daniel, Le, Trung, Le, Ngan, Peter, Jan, Le, An Thai, Vu, Minh Nhat, Niepert, Mathias, Doan, Khoa D., Nguyen, Duy M. H., Ngo, Vien Anh
Abstract
Diffusion-based Vision-Language-Action (VLA) policies enable strong generalization in robotic manipulation, but remain sensitive to spurious visual correlations and noisy action generation, leading to brittle behavior under perturbations. We introduce Selected Diffusion Noise (SDN), a simple, training-free test-time method that improves both robustness and success rate by leveraging the diffusion noise space as a controllable degree of freedom. SDN dynamically samples noise vectors that are maximally separated from a reference set to mitigate reliance on spurious cues, while selecting candidates that yield more coherent action trajectories. This dual objective encourages stable behavior even under object-masked observations and reduces action jitter without modifying model parameters. We evaluate SDN on two simulation benchmarks (Google Robot, Widow-X) and two real-world robotic datasets across multiple VLA policies, including pi_0, Groot-N1.5, and Groot-N1.6. SDN consistently improves success rates by +8% in simulation and +10% in real-world settings, while producing smoother and more stable actions. Our results highlight that diffusion noise selection can serve as an effective and general mechanism for enhancing VLA policies at test time.
Chinese Translation
基于扩散的视觉-语言-动作(VLA)策略在机器人操作中实现了强大的泛化能力,但仍然对伪视觉相关性和噪声动作生成敏感,导致在扰动下表现脆弱。我们提出了选择性扩散噪声(Selected Diffusion Noise, SDN),这是一种简单的、无训练的测试时方法,通过利用扩散噪声空间作为可控自由度,改善了鲁棒性和成功率。SDN动态地从参考集最大程度上分离的噪声向量中进行采样,以减少对伪线索的依赖,同时选择能够产生更连贯动作轨迹的候选者。这一双重目标鼓励在物体遮挡观察下保持稳定行为,并减少动作抖动,而无需修改模型参数。我们在两个仿真基准(Google Robot, Widow-X)和两个真实世界机器人数据集上评估了SDN,涵盖多个VLA策略,包括pi_0、Groot-N1.5和Groot-N1.6。SDN在仿真中成功率一致提高了8%,在真实世界环境中提高了10%,同时产生了更平滑和更稳定的动作。我们的结果强调,扩散噪声选择可以作为一种有效且通用的机制,在测试时增强VLA策略。
cs.RO / 21 / 2606.14089

A Modular Dual-Arm Apple Harvesting Robot with Enhanced Field Performance

一种具有增强田间性能的模块化双臂苹果采摘机器人
Zhu, Keyi, Lammers, Kyle, Arunachalam, Chaaran, Zhang, Kaixiang, Lu, Renfu, Li, Zhaojian
Abstract
Robotic apple harvesting offers a promising solution to labor shortages in commercial orchards, but low throughput and poor performance in orchard environments hinder its commercial adoption. This paper presents a modular dual-arm apple harvesting robot that uses a vertically stacked arms to enable simultaneous operation in the upper and lower zones of a single tree, simplifying platform positioning from multi-tree lateral repositioning to single-tree stops. Compared to our prior horizontal dual-arm system, the platform integrates 5 advances: (1)a foundation-model-based perception pipeline combining Grounding-DINO and EfficientViT-SAM for robust fruit localization in unstructured outdoor environments; (2)7th-order jerk-bounded trajectory generation paired with a Control Barrier Function safety filter to achieve fast yet safe arm motions; (3)a linear sweep harvesting strategy with a 10cm approach buffer and rotational detachment that improves picking reliability; (4)a temporal-logic-based dual-arm coordination policy with vision-arm async scheduling that maximizes usage of a shared vacuum source; and (5)field validation in 2 commercial orchards covering different apple varieties and tree architectures during the 2025 harvest season. Across the 1738 arm cycles collected in these field trials, the system achieved an 80.0% per-attempt success rate and a mean per-arm cycle time of 7.53s. Fruit damage assessments confirmed that 91.2% of robotically harvested fruit retained the highest USDA grade (Extra Fancy), with bruise rates between 2.4% and 4.9%. With further improvements in the picking cycle time and handling of heavy foliage occlusions, this new modular robot design holds promise for commercial harvesting of apples.
Chinese Translation
机器人苹果采摘为商业果园中的劳动力短缺提供了一个有前景的解决方案,但低产量和在果园环境中的表现不佳阻碍了其商业化应用。本文提出了一种模块化双臂苹果采摘机器人,采用垂直叠加的臂部设计,使其能够在单棵树的上下区域同时操作,从而简化了从多棵树的横向重新定位到单棵树停靠的平台定位。与我们之前的水平双臂系统相比,该平台集成了五项进展:(1)基于基础模型的感知管道,结合Grounding-DINO和EfficientViT-SAM,实现了在非结构化户外环境中对果实的稳健定位;(2)第七阶加速度界限轨迹生成与控制障碍函数安全过滤器相结合,实现快速而安全的臂部运动;(3)具有10厘米接近缓冲区和旋转脱离的线性扫掠采摘策略,提高了采摘的可靠性;(4)基于时序逻辑的双臂协调策略,结合视觉-臂异步调度,最大化共享真空源的使用;(5)在2025年采摘季节对覆盖不同苹果品种和树木结构的两个商业果园进行的田间验证。在这些田间试验中收集的1738个臂循环中,系统实现了80.0%的每次尝试成功率,平均每臂循环时间为7.53秒。果实损伤评估确认91.2%的机器人采摘果实保持了最高的美国农业部等级(特级),其碰撞率在2.4%至4.9%之间。随着采摘循环时间和对重叶遮挡处理的进一步改进,这种新的模块化机器人设计在苹果商业采摘中展现出良好的前景。
cs.RO / 22 / 2606.14160

GAIT: Legged Robot Proprioceptive State Estimation with Attention over Inertial-Leg Tokens

GAIT:基于注意力机制的腿部机器人本体状态估计与惯性腿部标记
Seo, Young-Rang, Kim, Hajun, Kim, Sangmin, Kang, Dongyun, Park, Hae-Won
Abstract
In this paper, we propose a method that applies Inertial-Leg (IL) tokenization to an attention-based network for proprioceptive state estimation in legged robots. Unlike existing learning-based state estimators that concatenate all sensor measurements into a single flat vector, the proposed architecture represents inertial measurements and leg-wise measurements as individual tokens and uses an attention mechanism to learn the relative importance of each measurement.This design allows the network to reweight each measurement according to the current contact condition, reflecting the fact that the reliability of forward kinematic measurements depends on whether the corresponding foot is in contact. Unlike conventional contact-aided estimators, however, the proposed method learns this behavior without relying on an explicit contact estimator or on explicit measurement updates based on a stationary contact assumption. To validate the proposed method, we conducted experiments on a Unitree Go1 robot, including debris terrain not modeled in simulation and gait patterns not seen during training. Experimental results show that the proposed method achieves better estimation performance than existing learning-based state estimators under unseen gait patterns and also improves performance over contact-aided model-based methods.
Chinese Translation
本文提出了一种方法,将惯性腿部(Inertial-Leg, IL)标记化应用于基于注意力机制的网络,以实现腿部机器人的本体状态估计。与现有的学习型状态估计器将所有传感器测量值连接成单一扁平向量不同,所提架构将惯性测量和腿部测量表示为独立的标记,并利用注意力机制学习每个测量值的相对重要性。这种设计允许网络根据当前接触状态重新加权每个测量值,反映出前向运动学测量的可靠性取决于相应的脚是否接触地面。然而,与传统的接触辅助估计器不同,所提方法在不依赖于显式接触估计器或基于静态接触假设的显式测量更新的情况下学习这种行为。为了验证所提方法,我们在Unitree Go1机器人上进行了实验,包括未在仿真中建模的碎石地形和训练期间未见的步态模式。实验结果表明,所提方法在未见步态模式下的估计性能优于现有的学习型状态估计器,并且在接触辅助模型基础方法上也有所提升。
cs.RO / 23 / 2606.14188

Robustness without Wrinkles: Parallel Simulation and Robust MPC for Certified Deformable Manipulation

无皱褶的鲁棒性:用于认证可变形操作的并行仿真与鲁棒模型预测控制
Li, Wei-Chen, Fang, Jeffrey, Polisetti, Sasanka, Song, Yuexi, Chou, Glen
Abstract
We present CORD-SLS, a real-time control method for safe deformable object manipulation, with a focus on ropes and cloth. At its core is a GPU-parallel differentiable simulator with contact smoothing which enables efficient gradient-based planning through intermittent contact. To robustly satisfy constraints under model and sensing uncertainty, we develop a real-time, GPU-parallel output-feedback robust model predictive control (MPC) algorithm that plans with this simulator. We further show that the simulator accelerates model-based RL for training neural manipulation policies. To improve real-world robustness, we use conformal prediction to calibrate visual-feedback and perception-error bounds for MPC, producing reachable tubes that enable high-probability safe control. We evaluate CORD-SLS on high-dimensional, contact-rich rope and cloth manipulation tasks in simulation and hardware, including obstacle avoidance, routing, folding, and smoothing. Across settings, CORD-SLS achieves millisecond-speed planning, exceeding baselines in safety, speed, and task success.
Chinese Translation
我们提出了 CORD-SLS,这是一种用于安全可变形物体操作的实时控制方法,重点关注绳索和布料。其核心是一个具有接触平滑功能的 GPU 并行可微分仿真器,使得通过间歇接触进行高效的基于梯度的规划成为可能。为了在模型和传感器不确定性下稳健地满足约束条件,我们开发了一种实时的 GPU 并行输出反馈鲁棒模型预测控制(MPC)算法,该算法利用此仿真器进行规划。我们进一步展示了该仿真器加速了基于模型的强化学习(RL),以训练神经操作策略。为了提高现实世界中的鲁棒性,我们使用共形预测来校准视觉反馈和感知误差界限,以生成可达管道,从而实现高概率的安全控制。我们在仿真和硬件中评估了 CORD-SLS 在高维、接触丰富的绳索和布料操作任务上的表现,包括避障、路径规划、折叠和平滑。在各种设置中,CORD-SLS 实现了毫秒级的规划速度,在安全性、速度和任务成功率上均超过了基线。
cs.RO / 24 / 2606.14216

Short-Horizon Position Accuracy of Single-Track Models: Implications for Motion Planning of Autonomous Vehicles

单轨模型的短期位置精度:对自动驾驶车辆运动规划的影响
Aertssen, Aron J., van Alen, Lars A. T. H., Besselink, Igo J. M., Huisman, Rudolf G. M., van de Molengraft, René M. J. G.
Abstract
Accurate and computationally efficient vehicle models are essential for motion planning of autonomous vehicles, where positional accuracy directly affects trajectory feasibility and safety. However, the positional accuracy has not been systematically evaluated against real measurements. Therefore, this paper compares the short-horizon positional accuracy of three single-track vehicle models against vehicle measurements across various driving maneuvers. Model parameters are identified through dedicated experiments with the instrumented test vehicle. Rather than identifying a single best model, this work aims to provide insight into the trade-offs between model complexity, parameterization quality, and positional accuracy for informed model selection in Model Predictive Control applications.
Chinese Translation
准确且计算高效的车辆模型对于自动驾驶车辆的运动规划至关重要,其中位置精度直接影响轨迹的可行性和安全性。然而,位置精度尚未与实际测量结果进行系统评估。因此,本文比较了三种单轨车辆模型在各种驾驶机动下的短期位置精度与车辆测量结果。模型参数通过专门的实验与仪器化测试车辆进行识别。本文的目标不是识别单一最佳模型,而是提供关于模型复杂性、参数化质量与位置精度之间权衡的洞见,以便在模型预测控制(Model Predictive Control)应用中进行明智的模型选择。
cs.RO / 25 / 2606.14218

Universal Manipulation Exoskeleton: Learning Compliant Whole-body Policies with Real-time Torque Feedback

通用操控外骨骼:通过实时扭矩反馈学习柔顺的全身策略
Liang, Litian, Xu, Jingxi, Qi, Xinda, Cai, Yujun, Ding, Houzhu, Wang, Luqi, Sun, Zhixin, Chow, Jyh-Herng, Yang, Ming, Cutkosky, Mark
Abstract
For robots to work safely in household environments, they need to be compliant and react to torque and force feedback during contact. However, the majority of existing data collection pipelines still lack the ability to capture force and torque data for learning active compliant policies. In this paper, we present Universal Manipulation Exoskeleton (UME), an upper-limb exoskeleton that provides real-time haptic torque feedback while recording whole-arm configurations and joint torque signals for teleoperation. With transparent torque feedback, human operators can even unsheathe kinematically constrained objects while blindfolded. UME is low-cost, lightweight, and portable. Equipped with an embedded IMU, it enables teleoperation for mobile manipulation. With our proposed universal retargeting algorithm, UME can teleoperate a range of robots, including the 7DoF OpenArm, 7DoF Franka, and 6DoF X-ARM. We demonstrate that this combination of capabilities enables learning bimanual, whole-body, and active compliant policies that operate effectively in highly constrained spaces. The learned robust autonomous policies achieve high success rates across a variety of tasks, including long-horizon mobile manipulation, force-mediated box flipping, visually occluded box pushing, and space-constrained tabletop manipulation. Videos, code, and additional information can be found at https://ume-exo.github.io.
Chinese Translation
为了使机器人能够安全地在家庭环境中工作,它们需要具备柔顺性,并在接触过程中对扭矩和力反馈作出反应。然而,现有的大多数数据收集管道仍然缺乏捕捉力和扭矩数据以学习主动柔顺策略的能力。本文提出了通用操控外骨骼(Universal Manipulation Exoskeleton,UME),这是一种上肢外骨骼,能够在记录全臂配置和关节扭矩信号的同时提供实时触觉扭矩反馈。通过透明的扭矩反馈,人类操作员甚至可以在蒙眼的情况下操控运动受限的物体。UME具有低成本、轻便和便携的特点。配备嵌入式惯性测量单元(IMU),它能够实现移动操控的遥控操作。通过我们提出的通用重定向算法,UME可以遥控多种机器人,包括7自由度的OpenArm、7自由度的Franka和6自由度的X-ARM。我们展示了这种能力的组合使得能够学习双手、全身和主动柔顺策略,这些策略在高度受限的空间中有效运行。所学习的稳健自主策略在多种任务中实现了高成功率,包括长时间移动操控、力介导的箱子翻转、视觉遮挡的箱子推动和空间受限的桌面操控。视频、代码和更多信息可以在https://ume-exo.github.io找到。
cs.RO / 26 / 2606.14219

Selective Agentic Recovery for UAV Autonomy with a Persistent Mission Runtime

具有持久任务运行时的无人机自主选择性代理恢复
Park, Taewoo, Yoo, Kyeonghyun, Yoo, Seunghyun, Kim, Hwangnam
Abstract
Agentic AI can support unmanned aerial vehicle (UAV) autonomy by providing high-level recovery reasoning when local waypoint- or setpoint-based execution encounters blocked passages, repeated no-progress behavior, or mission-level ambiguity. On physical UAVs, however, remote reasoning is most useful when it is invoked selectively, since each call introduces latency, resource cost, backend uncertainty, and a need to validate the returned decision. This paper presents Persistent Mission Runtime (PMR), a UAV recovery framework that keeps the mission loop and safety-critical execution local while using an external agentic reasoner only as an on-demand recovery module. The reasoner selects from predefined recovery skills, and each returned decision is parsed, verified, safety-filtered, and mapped to local executor actions before it can affect flight. PMR introduces learned Cognitive Value of Invocation (learned-CVI), a compact admission gate that estimates when remote agentic reasoning is likely to improve near-term mission progress enough to justify its operational cost. Across a fixed 400-run Gazebo/PX4 benchmark with eight scenarios, learned-CVI raises hard/ambiguous-regime success from 5.0% under local-only autonomy to 95.0%, outperforms one-shot and periodic reasoning baselines by 20.0 and 32.5 percentage points, and reduces remote-agent calls by 16.7% and logged tokens by 29.2% relative to a manually tuned rule-based invocation baseline.
Chinese Translation
代理人工智能(Agentic AI)可以通过在局部航点或设定点执行遇到阻塞通道、重复无进展行为或任务级模糊性时提供高层次的恢复推理,从而支持无人机(UAV)的自主性。然而,在物理无人机上,远程推理的有效性在于其选择性调用,因为每次调用都会引入延迟、资源成本、后端不确定性,以及验证返回决策的需求。本文提出了持久任务运行时(Persistent Mission Runtime, PMR),这是一个无人机恢复框架,它在保持任务循环和安全关键执行本地化的同时,仅将外部代理推理器作为按需恢复模块。推理器从预定义的恢复技能中进行选择,每个返回的决策在影响飞行之前都需经过解析、验证、安全过滤,并映射到本地执行器的动作。PMR引入了学习的调用认知价值(learned Cognitive Value of Invocation, learned-CVI),这是一个紧凑的准入门槛,用于估计何时远程代理推理可能会显著改善近期任务进展,从而证明其操作成本的合理性。在一个固定的400次运行的Gazebo/PX4基准测试中,涵盖八种场景,学习的CVI将困难/模糊状态下的成功率从仅依赖本地自主的5.0%提高到95.0%,并分别比一次性和周期性推理基线提高了20.0和32.5个百分点,同时相较于手动调优的基于规则的调用基线,远程代理调用减少了16.7%,记录的令牌减少了29.2%。
cs.RO / 27 / 2606.14237

BIM-Loc: BIM-Integrated Discrepancy-Aware LiDAR-based Indoor Localization

BIM-Loc:基于激光雷达的室内定位方法与建筑信息模型集成的差异感知
Zhang, Yinqiang, Lu, Liang, Pan, Yipeng, Lei, Maolin, Xie, Yuhan, Xie, Zhanteng, Luo, Xiaowei, Pan, Jia
Abstract
Accurate and robust localization is a fundamental requirement for service and inspection robots, particularly in feature-sparse indoor environments where traditional systems struggle due to a lack of distinct landmarks. While prior maps can enhance robustness, precise and compact maps capturing real-world details are often unavailable for new or frequently changing environments. This paper presents BIM-Loc, a novel discrepancy-aware LiDAR-based localization method that directly integrates Building Information Models (BIM) from the design phase. BIM-Loc simultaneously estimates trajectories aligned with the BIM coordinate system and identifies discrepancies between real-world observations and the as-designed BIM in an online fashion. Our core contributions include: (1) a novel multi-hit ray casting strategy for efficient BIM-point data association and projection of 3D observations into 2D texture space; (2) a pose graph optimization framework with BIM-integrated factors that enforces consistency among odometry, sequential scans, and BIM structures; and (3) a hierarchical Bayesian inference module that incrementally updates a continuous 2D surface representation for discrepancy detection, propagating updates from the pixel to the structure level. Extensive evaluations in both simulation and real-world applications demonstrate that BIM-Loc significantly outperforms state-of-the-art map-based methods in localization accuracy and robustness.
Chinese Translation
准确而稳健的定位是服务和检测机器人基本的需求,尤其是在特征稀疏的室内环境中,传统系统因缺乏明显的地标而面临挑战。虽然先前的地图可以增强稳健性,但对于新环境或频繁变化的环境,捕捉现实世界细节的精确且紧凑的地图往往不可用。本文提出了BIM-Loc,一种新颖的差异感知激光雷达(LiDAR)定位方法,直接集成了设计阶段的建筑信息模型(BIM)。BIM-Loc同时估计与BIM坐标系统对齐的轨迹,并在线识别现实世界观测与按设计BIM之间的差异。我们的核心贡献包括:(1)一种新颖的多击光线投射策略,用于高效的BIM点数据关联及将3D观测投影到2D纹理空间;(2)一个包含BIM集成因子的姿态图优化框架,强制执行里程计、顺序扫描和BIM结构之间的一致性;(3)一个分层贝叶斯推断模块,增量更新用于差异检测的连续2D表面表示,从像素级到结构级传播更新。在模拟和现实应用中的广泛评估表明,BIM-Loc在定位精度和稳健性方面显著优于最先进的基于地图的方法。
cs.RO / 28 / 2606.14238

When and How Severely: Scenario-Specific Safety Envelopes for Driving VLAs

何时以及多严重:针对驾驶视觉-语言-动作(VLA)的情景特定安全边界
Priyadershi, Abhinaw, Frtunikj, Jelena
Abstract
Safety certification of Vision-Language-Action (VLA) driving planners under ISO 21448 (SOTIF) rests on an Operational Design Domain (ODD) specification that answers two complementary questions: when does the planner start to fail, and how severely does it fail once it does? We evaluate Alpamayo R1, a 10B-parameter open-weight driving VLA, on 15,968 (clip, attack) pairs. We find a conservative-aggregate gap: an aggregate safe threshold of $\sigma \leq 50$ under a 15% average displacement error (ADE) budget masks well-sampled scenarios that tolerate the top of the tested grid ($\sigma = 70$). A Gaussian Mixture Model (GMM) on the changed-explanation subset identifies six discrete severity bands (BIC-optimal $k{=}6$), so two perturbation conditions with the same mean error can differ materially in their share of high-severity (C4/C5) failures. Joining the two analyses on the same corpus surfaces a finding neither yields in isolation: the scenarios with the loosest noise thresholds are not those with the lowest high-severity rate: STOP_SIGNAL concentrates roughly $4\times$ the C4/C5 share of LANE_KEEPING despite tolerating a larger $\sigma$. A deployable SOTIF ODD specification for driving VLAs therefore requires a two-dimensional safety envelope, not a single aggregate value per hazard.
Chinese Translation
根据ISO 21448(SOTIF),视觉-语言-动作(VLA)驾驶规划器的安全认证依赖于操作设计域(ODD)规范,该规范回答两个互补的问题:规划器何时开始失效,以及一旦失效其严重程度如何?我们对Alpamayo R1(一个具有10B参数的开放权重驾驶VLA)在15,968个(剪辑,攻击)对上进行了评估。我们发现了一个保守的聚合差距:在15%的平均位移误差(ADE)预算下,聚合安全阈值为$ ext{σ} ext{≤} 50$掩盖了能够容忍测试网格顶部($ ext{σ} = 70$)的良好采样场景。对改变解释子集的高斯混合模型(GMM)识别出六个离散的严重性等级(BIC最优$k{=}6$),因此在相同平均误差下的两个扰动条件在高严重性(C4/C5)失效的比例上可能存在实质性差异。将这两种分析结合在同一语料库上揭示了一个单独分析无法得出的发现:噪声阈值最宽松的场景并不是高严重性失效率最低的场景:尽管容忍更大的$ ext{σ}$,STOP_SIGNAL的C4/C5比例大约集中在车道保持(LANE_KEEPING)的4倍。因此,针对驾驶VLA的可部署SOTIF ODD规范需要一个二维安全边界,而不是每个危险的单一聚合值。
cs.RO / 29 / 2606.14250

SyLink Hand: A Synergy-Inspired Linkage-Driven Anthropomorphic Hand for Human-Like Dexterity

SyLink 手:一种灵感来源于协同效应的链驱动类人手,实现类人灵巧性
Wu, Hao, Wang, Yanzhe, Feng, Yu, Li, Yitong, Guo, Jingxiang, Liu, Jian, Zhou, Jianshu
Abstract
Designing anthropomorphic robotic hands that balance functional dexterity with mechanical simplicity remains a significant challenge. Inspired by human hand synergies, this paper presents the SyLink Hand, an anthropomorphic dexterous hand that integrates biomechanical synergy principles with linkage-driven transmission mechanisms to achieve a high degree of anthropomorphism in appearance, kinematics, and functionality within a compact and cost-effective architecture. Biomechanical analysis of natural hand motions using motion capture gloves reveals strong kinematic correlations among hand joints, providing the basis for a simplified yet functional degree-of-freedom (DOF) configuration. Guided by these synergistic characteristics, optimized linkage mechanisms are employed to coordinate multiple joint motions and reproduce natural finger trajectories. A novel spherical four-bar linkage is further proposed to achieve decoupled flexion/extension (Flex/Ext) and abduction/adduction (Abd/Add) at the metacarpophalangeal joint within a compact form factor. The resulting prototype integrates 19 joints driven by 11 actuators, with a total mass of 520g and a manufacturing cost of approximately USD 400. Experimental evaluations demonstrate its human-like kinematic performance, high load-bearing capability, and versatile grasping and manipulation skills. These results validate that the synergy-inspired, linkage-based design effectively balances anthropomorphism, mechanical simplicity, and functional versatility, highlighting its potential for practical deployment in dexterity-demanding robotic applications.
Chinese Translation
设计兼具功能灵巧性与机械简约性的类人机器人手仍然是一项重大挑战。受人手协同效应的启发,本文提出了 SyLink 手,这是一种类人灵巧手,结合了生物力学协同原理与链驱动传动机制,以在紧凑且经济的结构中实现外观、运动学和功能的高度类人化。通过使用动作捕捉手套对自然手部动作进行生物力学分析,揭示了手指关节之间的强运动学相关性,为简化而又功能性的自由度(DOF)配置奠定了基础。在这些协同特征的指导下,采用优化的链机构来协调多个关节运动,并重现自然的手指轨迹。此外,提出了一种新颖的球形四杆链,以在紧凑的形态下实现掌指关节的屈伸(Flex/Ext)和外展/内收(Abd/Add)解耦。最终原型集成了19个关节,由11个驱动器驱动,总质量为520克,制造成本约为400美元。实验评估表明其具有类人的运动学性能、高承载能力以及多样的抓取和操作技能。这些结果验证了灵感来源于协同效应的链驱动设计有效地平衡了类人性、机械简约性和功能多样性,突显了其在对灵巧性要求高的机器人应用中的实际部署潜力。
cs.RO / 30 / 2606.14252

Optimality-Preserving Decomposition for Scalable QAOA in Natural-Language-Guided Multi-Drone Assignment

自然语言引导的多无人机分配中的最优性保持分解方法以实现可扩展的 QAOA
Bang, Junyeop, Lee, Byongho, An, Dohyun, Kim, Hwangnam
Abstract
As multi-drone fleets scale, zone assignment rapidly evolves into an intractable NP-hard combinatorial problem that overwhelms classical exhaustive search. While quantum optimization promises to shatter these classical bottlenecks, mapping complex spatial tasks from human intent to restricted quantum hardware remains a severe challenge. To bridge this gap, we present an end-to-end framework integrating a fine-tuned Large Language Model (LLM) front-end with a highly scalable, domain-specific quantum-classical backend. The front-end utilizes Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) to translate free-form natural language instructions into structurally robust Quadratic Unconstrained Binary Optimization (QUBO) constraints without false negatives. To overcome the strict qubit limits of near-term quantum devices, our framework features a novel constraint-preserving graph partitioner and a compressed separator-based dynamic programming (DP) merge. By structurally encoding constraints via W-state initialization and XY-mixers in Conditional Value-at-Risk Quantum Approximate Optimization (CVaR-QAOA), the pipeline stays highly compact. Empirical results demonstrate that this architecture circumvents classical scaling walls, recovering the global optimum on 100% of idealized oracle cases and 96.3% under real QAOA sampling, enabling natural-language-guided task allocation at previously intractable scales.
Chinese Translation
随着多无人机机队的规模扩大,区域分配迅速演变为一个难以处理的 NP-hard 组合问题,超出了经典穷举搜索的能力。尽管量子优化有望打破这些经典瓶颈,但将复杂的空间任务从人类意图映射到受限的量子硬件仍然是一个严峻的挑战。为了解决这一问题,我们提出了一个端到端框架,将经过精细调整的大型语言模型(LLM)前端与高度可扩展的领域特定量子-经典后端集成在一起。前端利用监督微调(SFT)和直接偏好优化(DPO)将自由形式的自然语言指令转换为结构稳健的二次无约束二进制优化(QUBO)约束,且没有假阴性。为了克服近端量子设备的严格量子比特限制,我们的框架采用了一种新颖的约束保持图划分器和基于压缩分隔符的动态规划(DP)合并。通过在条件风险价值量子近似优化(CVaR-QAOA)中通过 W 状态初始化和 XY 混合器结构性编码约束,该管道保持高度紧凑。实证结果表明,该架构规避了经典扩展壁,在 100% 理想化预言机案例中恢复全球最优解,并在真实 QAOA 采样下达到 96.3%,使得自然语言引导的任务分配在以前难以处理的规模上成为可能。
cs.RO / 31 / 2606.14255

ReactVLA: Fast and Lightweight Reactive Robot Manipulation via Improved Mean Flow Action Generation

ReactVLA:通过改进的均值流动作生成实现快速轻量级的反应式机器人操作
Guo, Yanzhao, Chen, Wenkai, Zhang, Jianwei
Abstract
Diffusion-based Vision-Language-Action (VLA) policies have demonstrated strong capability in modeling expressive and multimodal action distributions. However, their reliance on iterative sampling introduces substantial inference latency, which limits their applicability to reactive closed-loop robot manipulation. To address this limitation, we propose \texttt{ReactVLA}, a lightweight and low-latency VLA framework for real-time robotic manipulation. \texttt{ReactVLA} combines two complementary designs: (1) an improved Mean Flow (iMF) action generator that reduces expensive multi-step diffusion sampling to one-to-few-step action generation, and (2) Attention Residuals (AttnRes), a dynamic depth-wise feature routing mechanism that replaces uniform residual accumulation to better preserve task-relevant multimodal representations. We evaluate \texttt{ReactVLA} on large-scale simulation benchmarks, including LIBERO and RoboIMI, as well as real-world robotic manipulation tasks. Experimental results show that \texttt{ReactVLA} consistently outperforms similarly sized VLA baselines, including SmolVLA and $\pi_0$. On challenging precision manipulation tasks, \texttt{ReactVLA} achieves up to a 1.65$\times$ improvement in task performance while providing more than a 4$\times$ increase in inference speed compared with leading VLA models. Finally, it reduces real-world policy latency to below 38.6 ms, enabling fast reactive control on physical robot platforms. Please check out our project website at: https://game-loader.github.io/ReactVLA/.
Chinese Translation
基于扩散的视觉-语言-动作(VLA)策略在建模表达性和多模态动作分布方面表现出了强大的能力。然而,它们对迭代采样的依赖引入了显著的推理延迟,这限制了它们在反应式闭环机器人操作中的应用。为了解决这一限制,我们提出了 exttt{ReactVLA},一个轻量级且低延迟的VLA框架,用于实时机器人操作。 exttt{ReactVLA}结合了两种互补的设计:(1)改进的均值流(iMF)动作生成器,将昂贵的多步扩散采样减少到一到少步的动作生成;(2)注意力残差(AttnRes),一种动态深度特征路由机制,替代了均匀的残差累积,以更好地保留与任务相关的多模态表示。我们在大规模模拟基准测试上评估了 exttt{ReactVLA},包括LIBERO和RoboIMI,以及现实世界的机器人操作任务。实验结果表明, exttt{ReactVLA}始终优于同等规模的VLA基线,包括SmolVLA和$ extpi_0$。在具有挑战性的精确操作任务中, exttt{ReactVLA}在任务性能上实现了高达1.65$ imes$的提升,同时与领先的VLA模型相比,推理速度提高了4$ imes$以上。最后,它将现实世界策略延迟降低到38.6毫秒以下,使得在物理机器人平台上实现快速反应控制成为可能。请访问我们的项目网站:https://game-loader.github.io/ReactVLA/。
cs.RO / 32 / 2606.14267

FloVerse: Floor Plan-Guided Multi-Modal Navigation

FloVerse:基于平面图的多模态导航
Huang, Weiqi, Dong, Shuangyi, Li, Jiaxin, Guo, Yifei, Wang, Zan, Liang, Wei
Abstract
Floor plans encapsulate compact spatial priors, enabling agents to navigate unseen scenes more efficiently. While prior work has explored floor plan-guided navigation, it has focused mainly on PointNav and a limited set of environments. To bridge this gap, we introduce FloVerse, a new task for floor plan-guided embodied navigation that unifies PointNav, ObjectNav, and ImageNav. To support FloVerse, we assemble FloVerse-1.6K, a large-scale dataset of 1.6K scenes from HM3D and Gibson 4+, paired with corresponding floor plans, comprising 240K expert trajectories and 12M RGBD frames. We further propose ThreeDiff, a two-stage imitation learning policy comprising a planner, a diffusion-based multimodal goal-reasoning module trained via masked-modality modeling, and a refiner, a depth-based trajectory-refinement module for safe execution. Extensive experiments demonstrate that (1) floor-plan priors improve navigation performance across all goal modalities, and (2) ThreeDiff implicitly captures spatial information from floor plans. These results underscore the effectiveness of spatial priors and validate our proposed unified approach for floor plan-guided embodied navigation.
Chinese Translation
平面图封装了紧凑的空间先验,使得智能体能够更高效地在未见场景中导航。尽管之前的研究探讨了基于平面图的导航,但主要集中在点导航(PointNav)和有限的环境上。为了解决这一问题,我们提出了FloVerse,这是一个新的基于平面图的具身导航任务,统一了点导航(PointNav)、物体导航(ObjectNav)和图像导航(ImageNav)。为了支持FloVerse,我们组建了FloVerse-1.6K,这是一个来自HM3D和Gibson 4+的1.6K场景的大规模数据集,配有相应的平面图,包含240K专家轨迹和1200万RGBD帧。我们进一步提出了ThreeDiff,这是一种两阶段模仿学习策略,包括一个规划器、一个通过掩模模态建模训练的基于扩散的多模态目标推理模块,以及一个深度基的轨迹优化模块用于安全执行。大量实验表明:(1)平面图先验提高了所有目标模态的导航性能;(2)ThreeDiff隐式捕捉了来自平面图的空间信息。这些结果强调了空间先验的有效性,并验证了我们提出的基于平面图的具身导航统一方法。
cs.RO / 33 / 2606.14270

Robust Fall Recovery for Armless Bipedal-Wheeled Robots Via Force-Guided Learning

无臂双足轮式机器人稳健的跌倒恢复方法:基于力引导的学习
Hou, Haidong, Yu, Zhangguo, Han, Tao, Qi, Hengbo, Ghazal, Khaleel, Zhang, Yu, Du, Yidong, Chen, Xuechao, Meng, Fei
Abstract
Fall recovery is critical for autonomous legged locomotion. Existing methods have demonstrated that some legged robots, such as humanoids and quadrupeds, are capable of fall recovery from diverse postures by utilizing arms or coordinating multi-legs to generate support forces. Without arms or other legs to provide supportive assistance, a bipedal-wheeled robot must rely solely on the actuation of its legs, making recovery particularly difficult. To address this, we introduce FTSR (Force-guided Teacher-student framework with Stage-wise Rewards). The force-guided method constructs an external auxiliary force during simulation training that correlates directly with the robot's real-time height, explicitly formulating this force as an optimizable constraint. Through constrained reinforcement learning, the policy is guided toward reducing force dependency gradually and increasing the body height, developing internal recovery strategies despite having no arms for support. Height-progressive stage-Wise rewards progressively structure posture stabilization during recovery and transition to sustained locomotion, integrated with teacher-student architecture distilling privileged knowledge of force effects and recovery dynamics. After simulation training, the policy is deployed on a physical armless bipedal-wheeled robot and extensively evaluated. Experiments confirm robust and reliable fall recovery under diverse challenging conditions, demonstrating strong environmental adaptability and motion robustness, while maintaining full post-recovery motion capability. The framework also generalizes effectively to a high-DOF humanoid, confirming its practical generalizability. The project page is available at https://2350575870.github.io/force-guided.github.io/
Chinese Translation
跌倒恢复对于自主腿部运动至关重要。现有方法已证明一些腿部机器人,如类人机器人和四足机器人,能够通过利用手臂或协调多条腿来产生支撑力,从各种姿势中恢复。然而,对于一台没有手臂或其他腿部提供支持的双足轮式机器人来说,必须完全依靠腿部的驱动,这使得恢复变得特别困难。为此,我们提出了FTSR(基于力引导的教师-学生框架与阶段性奖励)。该力引导方法在仿真训练期间构建一个与机器人实时高度直接相关的外部辅助力,明确将该力公式化为可优化的约束。通过约束强化学习,策略逐渐引导减少对力的依赖并增加身体高度,尽管没有手臂提供支持,仍能发展内部恢复策略。高度渐进的阶段性奖励在恢复过程中逐步构建姿势稳定性,并过渡到持续运动,结合教师-学生架构提炼力效应和恢复动态的特权知识。在仿真训练后,该策略被部署在一台物理无臂双足轮式机器人上并进行了广泛评估。实验确认在各种具有挑战性的条件下具有稳健和可靠的跌倒恢复能力,展示了强大的环境适应性和运动鲁棒性,同时保持了完全的恢复后运动能力。该框架也有效地推广到高自由度类人机器人,确认其实际的通用性。项目页面可访问 https://2350575870.github.io/force-guided.github.io/
cs.RO / 34 / 2606.14375

Elastic Queries Reinforcement Learning: Self-Aware Policy Execution for VLA Models

弹性查询强化学习:针对 VLA 模型的自我感知策略执行
Wang, Ge, Tan, Xinyu, Li, Xiang, Luo, Man, Yao, Chengsi, Yan, Shenhao, Yang, Jiahao, Feng, Fan, Cai, Honghao, Wang, Xiangyuan, Mai, Zhixin, Zhao, Yiming, Han, Yatong, Li, Zhen
Abstract
Vision-language-action (VLA) models are powerful action generators for robot manipulation, but they are typically executed with fixed inference and replanning schedules. This rigidity ignores the uneven difficulty of robot control: contact-rich or uncertain states may need more computation and fresher feedback, while easier states can often be handled with fewer inference steps and longer open-loop execution. We propose Elastic Queries Reinforcement Learning (EQRL), a framework that makes each VLA policy query elastic. A lightweight latent-schedule adaptor jointly selects the latent input, denoising budget, and action chunk length, without fine-tuning the underlying VLA model. To make scheduling difficulty-aware, EQRL trains a critic over the joint latent-schedule action and derives a state difficulty signal from critic ensemble disagreement. This signal guides compute toward difficult states, while a learned residual allows task-driven correction. We formulate variable chunk execution as query-level macro-action RL with chunk-dependent discounting and an amortized number-of-function-evaluations (NFE) budget. Across simulation and real-robot manipulation, EQRL reduces amortized inference cost while preserving or improving task success.
Chinese Translation
视觉-语言-动作(VLA)模型是强大的机器人操作动作生成器,但它们通常在固定的推理和重新规划时间表下执行。这种刚性忽视了机器人控制的难度不均:接触丰富或不确定的状态可能需要更多的计算和更新的反馈,而较简单的状态通常可以通过较少的推理步骤和更长的开环执行来处理。我们提出了弹性查询强化学习(EQRL),这是一个使每个 VLA 策略查询具有弹性的框架。一个轻量级的潜在调度适配器共同选择潜在输入、去噪预算和动作块长度,而无需微调底层的 VLA 模型。为了使调度对难度敏感,EQRL 在联合潜在调度动作上训练一个评论员,并从评论员集成的不一致中推导出状态难度信号。该信号引导计算朝向困难状态,而学习到的残差允许任务驱动的修正。我们将可变块执行公式化为查询级宏动作强化学习,具有块依赖的折扣和摊销的函数评估次数(NFE)预算。在仿真和真实机器人操作中,EQRL 降低了摊销推理成本,同时保持或提高了任务成功率。
cs.RO / 35 / 2606.14409

Hy-Embodied-0.5-VLA: From Vision-Language-Action Models to a Real-World Robot Learning Stack

Hy-Embodied-0.5-VLA:从视觉-语言-动作模型到现实世界机器人学习体系
Zhang, He, Xiang, Lingzhu, Lin, Haitao, Huang, Zeyu, Wang, Minghui, Zhong, Dingyan, Dong, Yubo, Wu, Yihao, Rao, Yongming, Zhang, Dongsheng, He, Wanjia, Chen, Ling, Huang, Kai, Chen, Jiahao, Su, Sichang, Yu, Xumin, Wang, Ziyi, Zhu, Chengwei, Teng, Xiao, Guo, Yuchun, Zhang, Yufeng, Liu, Yuandong, Wang, Rui, Lu, Zisheng, Hu, Han, Zhang, Zhengyou
Abstract
In this report, we present Hy-Embodied-0.5-VLA, abbreviated as HyVLA-0.5, an end-to-end system that spans the full robot learning stack: data collection, model design, continued pre-training and supervised fine-tuning, RL post-training, and real-world deployment. Each component serves a distinct role in this stack.
Chinese Translation
在本报告中,我们提出了Hy-Embodied-0.5-VLA,简称为HyVLA-0.5,这是一个涵盖完整机器人学习体系的端到端系统:数据收集、模型设计、持续预训练和监督微调、强化学习后训练以及现实世界部署。每个组件在该体系中发挥着独特的作用。
cs.RO / 36 / 2606.14421

ForestBack: Breadcrumb-Based Pedestrian Dead Reckoning for Infrastructure-Free Return Navigation

ForestBack:基于面包屑的行人航迹推算在无基础设施环境中的返回导航
Aueawatthanaphisut, Aueaphum, Chaipan, Chanakan
Abstract
Reliable return navigation remains an important challenge in GPS-denied environments where external positioning infrastructure may be unavailable or unreliable. This paper presents ForestBack, an infrastructure-free pedestrian return navigation framework based on breadcrumb-based pedestrian dead reckoning (PDR). The system records a user's walking route as a sequence of reversible breadcrumb nodes and generates reverse-path guidance without requiring GPS, Wi-Fi, Bluetooth beacons, or pre-installed infrastructure. ForestBack integrates acceleration-based step detection, adaptive step-length estimation, magnetometer-assisted heading estimation, barometric-altitude correction, and bidirectional breadcrumb path reconstruction. The system was evaluated using an indoor obstacle-avoidance route with five checkpoints, where the user navigated around a central obstacle. A dataset of 36 walking trials and 42,474 time-series samples was used for evaluation, including IMU signals, magnetometer readings, barometric variables, turn-event labels, ground-truth trajectories, baseline PDR outputs, proposed ForestBack outputs, and power-related measurements. Experimental results show that ForestBack reduced the mean RMSE from 1.129 m to 0.965 m compared with traditional PDR, corresponding to a 15.76% improvement. The mean final-position error was reduced from 1.781 m to 1.388 m, while turn-event detection consistency reached approximately 99.90%. These results indicate that ForestBack improves trajectory reconstruction and route-preserving return guidance in obstacle-avoidance scenarios. The released dataset and analysis notebook support reproducibility and future benchmarking of infrastructure-free PDR-based return navigation systems.
Chinese Translation
在GPS不可用的环境中,可靠的返回导航仍然是一个重要挑战,因为外部定位基础设施可能不可用或不可靠。本文提出了ForestBack,一个基于面包屑的行人航迹推算(PDR)的无基础设施行人返回导航框架。该系统将用户的行走路线记录为一系列可逆的面包屑节点,并在不需要GPS、Wi-Fi、蓝牙信标或预安装基础设施的情况下生成反向路径指导。ForestBack集成了基于加速度的步态检测、自适应步长估计、磁力计辅助的航向估计、气压高度校正和双向面包屑路径重建。该系统在一个包含五个检查点的室内避障路线中进行了评估,用户在中央障碍物周围导航。评估使用了36次行走试验和42,474个时间序列样本的数据集,包括IMU信号、磁力计读数、气压变量、转向事件标签、真实轨迹、基线PDR输出、提出的ForestBack输出和功率相关测量。实验结果表明,与传统PDR相比,ForestBack将均方根误差(RMSE)从1.129米降低到0.965米,改善幅度为15.76%。最终位置误差从1.781米降低到1.388米,而转向事件检测一致性达到了约99.90%。这些结果表明,ForestBack在避障场景中改善了轨迹重建和路径保持的返回指导。发布的数据集和分析笔记本支持无基础设施PDR基础的返回导航系统的可重复性和未来基准测试。
cs.RO / 37 / 2606.14433

Kine2Go: Kinematic dataset for the Unitree Go2 robot with diverse gaits and motions

Kine2Go:用于Unitree Go2机器人的运动学数据集,涵盖多样的步态和动作
Pałucki, Władysław, Siwak, Paweł, Ciebiera, Krzysztof, Cygan, Marek
Abstract
The recent popularity of robotics, combined with the steadily decreasing cost of robotic hardware, has lowered the entry barrier to robotics research and enabled rapid advancements in the field. One of the primary examples is the Unitree Go2 quadruped robot, which is often used by researchers in the areas of locomotion, navigation, control, and others. Many researchers use the Go2 robot in combination with techniques like imitation learning, reinforcement learning, and behavioral cloning to allow machine learning systems to take full control of the robot. At the same time, many of those techniques require demonstration data consisting of the robot's kinematics information and actions applied to the motors. Obtaining such data is difficult, requires building complex pipelines, and can take significant time. To aid in those kinds of efforts, we present Kine2Go - a dataset with 800 diverse gait kinematics trajectory motion data for the Unitree Go2 robot, derived from 40 distinct policies. Our pipeline accepts data from various quadruped morphologies and translates them to a Go2-compatible format. Then we use Reinforcement Learning to train policies following a given motion, and finally we gather data from those policies, which grants robust, perturbed kinematic data with corresponding motor-level actions.
Chinese Translation
近年来,机器人技术的普及以及机器人硬件成本的持续降低,降低了机器人研究的入门门槛,并促进了该领域的快速发展。Unitree Go2四足机器人就是一个主要的例子,它常被研究人员用于运动、导航、控制等领域。许多研究人员结合模仿学习、强化学习和行为克隆等技术,利用Go2机器人使机器学习系统能够完全控制该机器人。同时,许多这些技术需要包含机器人运动学信息和施加于电机的动作的演示数据。获取此类数据较为困难,需要构建复杂的流程,并且可能耗费大量时间。为支持这些努力,我们提出了Kine2Go——一个包含800个多样步态运动学轨迹数据的数据集,专为Unitree Go2机器人设计,来源于40种不同的策略。我们的流程接受来自不同四足形态的数据,并将其转换为Go2兼容格式。然后,我们使用强化学习训练遵循给定动作的策略,最后从这些策略中收集数据,提供了强健的、扰动的运动学数据以及相应的电机级动作。
cs.RO / 38 / 2606.14438

CADET: Physics-Grounded Causal Auditing and Training-Free Deconfounding of End-to-End Driving Planners

CADET:基于物理的因果审计与无训练去混淆端到端驾驶规划器
Guo, Zikun
Abstract
End-to-end (E2E) autonomous-driving planners trained by imitation are prone to statistical shortcuts: they associate scene elements that merely co-occur with expert actions (a roadside object, a building facade) with driving decisions, rather than the variables that causally determine them. Such causal confusion silently compromises reliability in long-tail scenarios, and it is difficult to detect, because prevailing open-loop metrics (L2 displacement and collision rate) are dominated by ego status and do not indicate whether a planner depends on spurious cues. Existing remedies based on causal-intervention training require retraining large models and cannot audit a planner that is already deployed. We present CADET, a training-free framework that audits, benchmarks, and repairs spurious reliance in pretrained E2E planners without any parameter update.
Chinese Translation
通过模仿训练的端到端(E2E)自主驾驶规划器容易受到统计捷径的影响:它们将仅与专家动作共同出现的场景元素(如路边物体、建筑外立面)与驾驶决策关联,而不是与因果决定这些决策的变量关联。这种因果混淆在长尾场景中悄然削弱了可靠性,并且难以检测,因为现有的开环指标(L2位移和碰撞率)主要受自我状态的影响,并不能指示规划器是否依赖于虚假的线索。基于因果干预训练的现有解决方案需要对大型模型进行重新训练,并且无法审计已经部署的规划器。我们提出了CADET,这是一个无训练的框架,可以在不进行任何参数更新的情况下审计、基准测试和修复预训练E2E规划器中的虚假依赖。
cs.RO / 39 / 2606.14531

AERMANI-PLACE: Language Guided Object Placement with Aerial Manipulators

AERMANI-PLACE:基于语言指导的空中操控物体放置
Mishra, Sarthak, Sanyal, Ritama, Yadav, Rishabh Dev, Pan, Wei, Roy, Spandan
Abstract
Object placement is a fundamental component of aerial manipulation tasks, yet existing systems typically require the desired placement position to be specified explicitly in metric coordinates. Such interfaces are not intuitive and require users to reason about coordinate frames and scene geometry, making them difficult to use in practical deployments. In contrast, humans often communicate spatial goals through a combination of language and pointing gestures. Inspired by this observation, we present AERMANI-PLACE, a framework for language-guided object placement with aerial manipulators. Given a scene image and a natural language instruction, an image editing model generates a modified version of the scene containing a visual marker that indicates where the object should be placed. This marker is then grounded into the physical environment using depth observations to recover a metric place point, after which a placement trajectory is generated and executed by the aerial manipulator. We evaluate the proposed approach on a test set of 100 language-guided placement tasks and demonstrate successful execution on a real aerial manipulation platform. Experimental results show that the proposed method reliably infers placement locations from language instructions with an average success rate of 87\% on the test-set and transfers effectively to real-world aerial manipulation with an average success rate of 72\%. Video: https://youtu.be/SgwwgLBsv0g
Chinese Translation
物体放置是空中操控任务中的一个基本组成部分,但现有系统通常需要明确以公制坐标指定所需的放置位置。这种接口不够直观,需要用户考虑坐标系和场景几何,使其在实际应用中难以使用。相比之下,人类通常通过语言和指点手势的结合来传达空间目标。受到这一观察的启发,我们提出了AERMANI-PLACE,这是一个基于语言指导的空中操控物体放置框架。给定场景图像和自然语言指令,图像编辑模型生成一个修改后的场景版本,其中包含一个视觉标记,指示物体应放置的位置。然后,利用深度观测将该标记定位到物理环境中,以恢复公制放置点,之后生成并执行放置轨迹由空中操控器完成。我们在100个语言指导放置任务的测试集上评估了所提出的方法,并在真实的空中操控平台上展示了成功执行的结果。实验结果表明,所提出的方法能够可靠地从语言指令中推断放置位置,在测试集上的平均成功率为87%,并有效转移到现实世界的空中操控中,平均成功率为72%。视频链接:https://youtu.be/SgwwgLBsv0g
cs.RO / 40 / 2606.14535

Spatially Conditioned Diffusion Policy: Learning Precise and Robust Manipulation with a Single RGB Camera

空间条件扩散策略:利用单个 RGB 相机学习精确且稳健的操作
Kim, Seoyoon, Kim, Kanghyun, Ko, Dongwoo, Heo, Yeong Jin, Kim, Min Jun
Abstract
Recent visual imitation learning systems have widely adopted multi-camera setups with wrist-mounted cameras as the de facto standard. However, manipulation from a single global view remains challenging, as the policy should capture fine-grained interaction details and identify task-relevant regions without local wrist views. To address this challenge, we present Spatially Conditioned Diffusion Policy (SCDP), a diffusion-based visuomotor policy that achieves precise and robust manipulation in a single-camera setting. Our key idea is that end-effector trajectories can serve as visual attention anchors that reflect task-relevant regions. Building on this idea, SCDP consists of two key components: (i) a visual encoder that produces multi-scale feature maps to capture both broader context and fine-grained visual features, and (ii) a spatial conditioning module that samples point-wise features along intermediate end-effector trajectories in the diffusion loop. Extensive simulation experiments show that SCDP consistently outperforms strong single-view baselines and achieves performance comparable to multi-camera baselines. Real-world experiments further demonstrate precise manipulation and robustness to visual distractors, highlighting the potential of single-camera imitation learning.
Chinese Translation
近年来,视觉模仿学习系统广泛采用多相机设置,配合腕部安装的相机作为事实标准。然而,从单一全局视角进行操作仍然具有挑战性,因为策略需要捕捉细粒度的交互细节并识别与任务相关的区域,而不依赖于局部的腕部视角。为了解决这一挑战,我们提出了空间条件扩散策略(Spatially Conditioned Diffusion Policy, SCDP),这是一种基于扩散的视觉运动策略,能够在单相机设置中实现精确且稳健的操作。我们的关键思想是末端效应器轨迹可以作为视觉注意力锚点,反映与任务相关的区域。基于这一思想,SCDP 由两个关键组件组成:(i)一个视觉编码器,生成多尺度特征图,以捕捉更广泛的上下文和细粒度的视觉特征;(ii)一个空间条件模块,在扩散循环中沿着中间末端效应器轨迹采样逐点特征。大量仿真实验表明,SCDP 始终优于强大的单视图基线,并且其性能可与多相机基线相媲美。实际实验进一步展示了精确的操作和对视觉干扰物的稳健性,突显了单相机模仿学习的潜力。
cs.RO / 41 / 2606.14551

TRACE: Trajectory-Routed Causal Memory for Delayed-Evidence Visuomotor Imitation

TRACE:用于延迟证据视觉运动模仿的轨迹路由因果记忆
Li, Zihao, Qiu, Ranpeng, Chen, Yincong, Ren, Guoqiang, Zhi, Weiming
Abstract
Robots under autonomous operation may require decisions based on evidence that is no longer visible. We study \emph{delayed-evidence} tasks, where an early cue disappears before a later decision point, so visually similar observations can require different actions. In these settings, the current observation is not a sufficient state for control. We introduce TRAjectory-routed Causal Evidence (TRACE), a memory framework for visuomotor imitation policies. TRACE stores task-relevant visual and robot-state evidence, such as object identity, target choice, or route-dependent state, in a fixed-size latent memory that remains bounded over long episodes. Instead of indexing memory by raw time or manually provided task labels, TRACE uses \emph{path signatures}: compact, order-sensitive features of the executed robot-state trajectory. These signatures do not store the visual cue itself; rather, they provide trajectory-conditioned keys for writing and retrieving the evidence stored when the cue was visible. When the robot later reaches an ambiguous observation, the policy conditions on TRACE memory to recover the missing context and choose the correct branch. TRACE attaches through lightweight adapters to policies, without changing the policy backbone, action head, or imitation objective. Across real-world long-horizon manipulation tasks with visually ambiguous branch points, TRACE improves branch selection and task success over alternative baselines, including short-history and recurrent memory. Project page: https://jeong-zju.github.io/trace
Chinese Translation
在自主操作的机器人中,可能需要基于已不再可见的证据做出决策。我们研究了 extit{延迟证据}任务,在这些任务中,早期线索在后续决策点之前消失,因此视觉上相似的观察可能需要不同的行动。在这些情况下,当前观察并不足以作为控制的充分状态。我们提出了轨迹路由因果证据(TRACE),这是一个用于视觉运动模仿策略的记忆框架。TRACE在固定大小的潜在记忆中存储与任务相关的视觉和机器人状态证据,例如物体身份、目标选择或依赖于路径的状态,这种记忆在长时间的任务中保持界限。TRACE并不通过原始时间或手动提供的任务标签来索引记忆,而是使用 extit{路径签名}:执行的机器人状态轨迹的紧凑且对顺序敏感的特征。这些签名并不存储视觉线索本身;相反,它们提供了基于轨迹的键,用于写入和检索在线索可见时存储的证据。当机器人后来遇到模糊的观察时,策略会依赖TRACE记忆来恢复缺失的上下文并选择正确的分支。TRACE通过轻量级适配器与策略相连,而不改变策略的主干、动作头或模仿目标。在具有视觉模糊分支点的真实世界长时间操作任务中,TRACE在分支选择和任务成功率上优于其他基线,包括短历史和递归记忆。项目页面:https://jeong-zju.github.io/trace
cs.RO / 42 / 2606.14561

ORCA: A Platform for Open-Source Dexterity Research

ORCA:一个开源灵巧性研究平台
Capuano, Francesco, Eberlein, Maximilian, Bourquin, Fabrice, Christoph, Clemens Claudio
Abstract
Robotics manipulation research increasingly focuses on two-finger parallel grippers for their effectiveness, affordability, and ease of teleoperation. Grippers are nonetheless limited by their form factor, often requiring bimanual setups even for simple reorientation tasks. Anthropomorphic hands are a more natural platform for dexterous robot learning -- closer to the human hand, and capable of learning from human video -- yet they remain hard to use in learning research: even where open and accessible hand hardware exists, the software for control, simulation, teleoperation, and retargeting is scattered in one-off code bases, and largely disconnected from the robot-learning ecosystem. In this work, we introduce the \orca~learning stack, an open-source research stack for dexterity as a first-class robot learning domain. Our \orca~stack unifies low-level control, simulation, teleoperation from a range of consumer platforms, and hand retargeting, behind a single interface, and integrates natively with popular robot-learning frameworks such as \lerobot, so dexterous hand researchers can leverage the same data, training, and evaluation pipelines used for non-dexterous robot learning. We demonstrate a complete end-to-end workflow, collecting expert demonstrations of an in-hand reorientation task by teleoperation with a consumer-grade VR headset, training an autonomous policy with \lerobot, and evaluating the learned policy in a fully reproducible and observable setup. We open-source the entire stack as a shared, reproducible foundation for dexterous-manipulation research.
Chinese Translation
机器人操作研究越来越关注两指平行夹持器,因为它们在有效性、经济性和远程操作的便利性方面表现出色。然而,夹持器的形态限制了它们的应用,通常即使在简单的重新定向任务中也需要双手操作。类人手是一个更自然的灵巧机器人学习平台——更接近人手,并能够从人类视频中学习——但在学习研究中仍然难以使用:即使存在开放和可访问的手部硬件,控制、仿真、远程操作和重定向的软件也分散在各个独立的代码库中,与机器人学习生态系统大体上脱节。在本研究中,我们介绍了 extit{orca}学习栈,这是一个将灵巧性作为一类机器人学习领域的开源研究栈。我们的 extit{orca}栈统一了来自多种消费平台的低级控制、仿真、远程操作和手部重定向,背后有一个单一接口,并与流行的机器人学习框架如 extit{lerobot}原生集成,使灵巧手研究人员能够利用用于非灵巧机器人学习的相同数据、训练和评估流程。我们展示了一个完整的端到端工作流程,通过消费级虚拟现实头显进行远程操作,收集手中重新定向任务的专家演示,使用 extit{lerobot}训练自主策略,并在一个完全可重复和可观察的设置中评估所学策略。我们将整个栈开源,作为灵巧操作研究的共享、可重复的基础。
cs.RO / 43 / 2606.14585

Sensitivity Shaping for Latent Modeling

潜在建模的敏感性塑造
Yu, Hongzhan, Li, Chenghao, Zhang, Ruipeng, Christensen, Henrik, Gao, Sicun
Abstract
Generative dynamics models enable planning in challenging robotic systems, but safe deployment requires reliably detecting policy-induced out-of-distribution (OOD) transitions. Existing methods typically treat the learned dynamics as fixed and attach post hoc support surrogates. We show that these surrogates can fail when the dynamics are locally insensitive to critical action choices: unsupported control actions may produce latent predictions that resemble demonstrated transitions, suppressing OOD signals despite large true predictive errors. To address this, we introduce support-conditioned control-sensitivity regularization, which promotes sensitive local response to control input changes in learned dynamics in high-support training regions. This preserves control-induced variation while limiting unstable extrapolation due to weak empirical support. Experiments in vision-based obstacle avoidance, manipulation, and real-robot navigation show improved OOD detection and safer closed-loop planning.
Chinese Translation
生成动态模型使得在复杂的机器人系统中进行规划成为可能,但安全部署需要可靠地检测政策引起的分布外(OOD)转变。现有方法通常将学习到的动态视为固定,并附加事后支持替代物。我们表明,当动态对关键动作选择局部不敏感时,这些替代物可能会失效:不支持的控制动作可能产生与示范转变相似的潜在预测,尽管真实的预测误差较大,却抑制了OOD信号。为了解决这个问题,我们引入了支持条件控制敏感性正则化,该方法促进在高支持训练区域中对控制输入变化的敏感局部响应。这在保留控制引起的变化的同时,限制了由于经验支持不足而导致的不稳定外推。在基于视觉的障碍物规避、操控和真实机器人导航的实验中,显示出改进的OOD检测和更安全的闭环规划。
cs.RO / 44 / 2606.14602

What Robots Do Matters More Than What They Look Like: Task Context Shapes Trust in Educational HRI

机器人做什么比它们的外观更重要:任务背景塑造教育人机交互中的信任
Velentza, Anna-Maria, Nikou, Konstantina, Bosser, Anne-Gwenn, Fachantidis, Nikolaos
Abstract
Socially assistive robots (SARs) are increasingly deployed in educational and information-sharing contexts, supported by advances in large language models that enable fluent real-time interaction. Despite the growing diversity of robot embodiments, it remains unclear whether a single robot appearance is appropriate across different interaction tasks or whether trust depends primarily on contextual factors. In this study, we examine how robot appearance and task type jointly influence trust in robots. Using a within-subjects video-based experiment (N = 81), participants evaluated three robots with distinct appearances while performing three educationally relevant tasks: teaching, procedural instruction, and personal-information discussion. Results from repeated-measures analyses show a strong main effect of task on trust, with participants reporting the highest trust during instructional guidance, moderate trust during teaching activities, and significantly lower trust when robots requested personal information. In contrast, robot appearance showed no significant main effect, and the interaction between appearance and task was marginal. These findings suggest that trust in human-robot interaction is shaped more strongly by task context than by physical embodiment alone. By focusing on future educators as end users, this work contributes empirical evidence toward task-aware robot deployment in educational environments and highlights the importance of aligning robot roles and behaviors with interaction goals rather than relying solely on anthropomorphic design.
Chinese Translation
社会辅助机器人(SARs)在教育和信息共享领域的应用日益增多,这得益于大型语言模型的进步,使得实时互动变得流畅。尽管机器人外观的多样性不断增加,但尚不清楚单一的机器人外观是否适用于不同的互动任务,或者信任是否主要取决于背景因素。在本研究中,我们考察了机器人外观和任务类型如何共同影响对机器人的信任。通过一项基于视频的被试内实验(N = 81),参与者在执行三项与教育相关的任务时评估了三种外观各异的机器人:教学、程序指导和个人信息讨论。重复测量分析的结果显示,任务对信任有显著的主效应,参与者在指导性教学时报告的信任最高,在教学活动中信任适中,而在机器人请求个人信息时信任显著降低。相比之下,机器人外观未显示出显著的主效应,外观与任务之间的交互效应也较小。这些发现表明,人机交互中的信任更强烈地受到任务背景的影响,而不仅仅是物理外观。通过将未来教育者作为最终用户,本研究为教育环境中任务感知的机器人部署提供了实证证据,并强调了将机器人角色和行为与互动目标对齐的重要性,而不仅仅依赖于拟人化设计。
cs.RO / 45 / 2606.14606

Impedance MPC with Disturbance Estimation for Dexterous Hand Control

带扰动估计的阻抗模型预测控制用于灵巧手控制
Cao, Yongyan
Abstract
Dexterous hands must simultaneously track precise finger trajectories and maintain safe, compliant contact -- objectives in tension for any fixed-gain controller. We present an actuator-agnostic Impedance Model Predictive Control (Impedance MPC) framework for dexterous fingers, instantiating the constant-$A_d$ offset-free architecture established for physical human-robot interaction (pHRI); its stability, recursive-feasibility, and input-to-state-stability guarantees are inherited by preserving the architectural assumptions. An algebraic feedforward reduces the tendon transmission -- hydraulic, cable, pneumatic, twisted-string, or series-elastic -- to a constant-coefficient double integrator, so the QP cost inverse is precomputed offline and a 10-step receding-horizon quadratic program runs at 500\,Hz while enforcing hard constraints on contact force (ISO/TS 15066), actuation limits, and jerk. An encoder-only augmented-Kalman disturbance state drives steady-state error to zero under any constant contact load. On a hydraulically actuated finger -- the worked example platform, adding pressure and cavitation constraints -- the 500\,Hz Kalman MPC attains 0.5\,mrad RMS, 0.1\,mrad steady-state, and 6.6\,mrad peak deflection under 1.5\,Nm contact: 183$\times$, 1500$\times$, and 23$\times$ better than classical impedance. The realized first-move stiffness (18$\to$323\,Nm/rad with update rate) is independently verified. The architecture scales to a 16-DOF LEAP Hand MuJoCo simulation, recovering from 2.5\,N grasp-load disturbances within 0.7\,s.
Chinese Translation
灵巧手必须同时跟踪精确的手指轨迹,并保持安全、顺应的接触——这是任何固定增益控制器面临的紧张目标。我们提出了一种与驱动器无关的阻抗模型预测控制(Impedance MPC)框架,专为灵巧手指设计,实例化了为物理人机交互(pHRI)建立的无偏移常数-$A_d$架构;其稳定性、递归可行性和输入状态稳定性保证通过保持架构假设而得以继承。代数前馈将腱传输——液压、缆绳、气动、扭绳或串联弹性——简化为一个常数系数的双积分器,因此QP成本的逆在离线预计算,10步的递归预测二次规划以500 Hz的频率运行,同时对接触力(ISO/TS 15066)、驱动限制和冲击施加严格约束。在一个仅使用编码器的增强卡尔曼扰动状态下,任何恒定接触负载下的稳态误差均被驱动至零。在一个液压驱动的手指——作为工作示例平台,添加了压力和气蚀约束——500 Hz的卡尔曼MPC在1.5 Nm的接触下实现了0.5 mrad的均方根(RMS)、0.1 mrad的稳态和6.6 mrad的峰值偏转:分别比经典阻抗提高了183倍、1500倍和23倍。实现的首次移动刚度(18至323 Nm/rad,更新速率)经过独立验证。该架构可扩展至16自由度的LEAP手MuJoCo仿真,在0.7秒内从2.5 N的抓取负载扰动中恢复。
cs.RO / 46 / 2606.14609

Safe Reinforcement Learning of Autonomous Highway Driving: A Unified Framework for Safety and Efficiency

自主高速驾驶的安全强化学习:安全性与效率的统一框架
Yan, Chufei, Cui, Zhihao, Lv, Yiyan, Chen, Taojie, Bian, Ning, Wang, Yulei
Abstract
Deep reinforcement learning (DRL) offers a compelling route to decision-making for advanced autonomous vehicles (AVs), yet its trial-and-error nature makes it difficult to guarantee safety during training and to achieve both safety and efficiency at deployment. We propose a unified safe reinforcement learning (SRL) framework that integrates safe distance (SD), reward machines (RM), and mixture-of-experts (MoE), termed MoE-RM-SRL. For deployment, SD and RM jointly shape a rule-aware reward that encodes highway traffic regulations and stage-wise objectives, enabling safe and reliable behavior without sacrificing efficiency. For training, we introduce a sparsely gated MoE layer comprising up to 11 deep Q-networks (DQNs); an SD-based gating rule activates a minimal set of experts for lane-keeping and lane-changing, mitigating the instability, discontinuities, and impulsive transients commonly induced by switching between heterogeneous controllers (e.g., MPC/rule-based modules and learned policies). We implement the proposed architecture in CARLA and integrate it with a 6-DoF driver-in-the-loop virtual-reality (DiL-VR) platform. Experiments in stochastic two-lane traffic show that MoE-RM-SRL substantially improves safety and efficiency over state-of-the-art baselines, and the framework naturally extends to multi-lane driving as well as on-ramp merging and exiting scenarios.
Chinese Translation
深度强化学习(DRL)为先进的自主车辆(AVs)提供了一条有效的决策路径,但其试错性质使得在训练过程中难以保证安全性,并在部署时实现安全与效率的双重目标。我们提出了一种统一的安全强化学习(SRL)框架,整合了安全距离(SD)、奖励机器(RM)和专家混合(MoE),称为MoE-RM-SRL。在部署阶段,SD和RM共同塑造了一种规则感知奖励,编码了高速公路交通法规和阶段性目标,使得在不牺牲效率的情况下实现安全可靠的行为。在训练阶段,我们引入了一个稀疏门控的MoE层,包含多达11个深度Q网络(DQNs);基于SD的门控规则激活一组最小的专家用于保持车道和变换车道,减轻了通常由在异构控制器(如MPC/基于规则的模块和学习策略)之间切换引起的不稳定性、不连续性和冲动瞬态。我们在CARLA中实现了所提出的架构,并将其与一个6自由度的驾驶员在环虚拟现实(DiL-VR)平台集成。在随机双车道交通中的实验表明,MoE-RM-SRL在安全性和效率上显著优于最先进的基线,并且该框架自然扩展到多车道驾驶以及匝道合并和退出场景。
cs.RO / 47 / 2606.14617

Whole-Body Impedance Model Predictive Control for Safe Physical Human--Robot Interaction on Floating-Base Platforms

浮动基座平台上安全的人机交互的全身阻抗模型预测控制
Cao, Yongyan
Abstract
Floating-base robots must balance under rigid contact constraints while interacting safely with humans. Existing whole-body control~(WBC) frameworks allocate the full joint space to locomotion or rely on fixed-gain impedance feedback that accumulates steady-state error under sustained physical human--robot interaction~(pHRI) forces. This paper extends the authors' fixed-base two-layer Impedance MPC to floating-base platforms through a three-level architecture: a centroidal MPC plans contact forces over a 500\,ms horizon; a priority-driven WBC layer resolves balance into joint torques through contact-consistent null-space projection; and the residual null space is governed by a receding-horizon quadratic program~(QP) that predicts and rejects pHRI disturbances using a Kalman-augmented state. A contact-consistent feedback linearization reduces the arm end-effector plant to a double integrator with a \emph{constant} state matrix within each contact mode, enabling offline precomputation of the QP cost and ${\geq}1$\,kHz operation. A covariance-inflation protocol preserves the disturbance estimate across contact-mode switches, guaranteeing zero steady-state error under bounded constant pHRI loads, and an Impedance Equivalence Theorem shows the infinite-horizon limit recovers a classical task-space impedance law whose effective mass, damping, and stiffness adapt to posture and contact configuration. Simulations on a 17-DOF biped and the Unitree G1 humanoid validate the design.
Chinese Translation
浮动基座机器人在与人类安全互动时必须在严格的接触约束下保持平衡。现有的全身控制(WBC)框架将整个关节空间分配给运动,或依赖于固定增益的阻抗反馈,这在持续的人机交互(pHRI)力作用下会累积稳态误差。本文将作者的固定基座双层阻抗模型预测控制(MPC)扩展到浮动基座平台,采用三层架构:质心MPC在500毫秒的时间范围内规划接触力;优先级驱动的WBC层通过接触一致的零空间投影将平衡转化为关节扭矩;剩余的零空间由一个递归时间范围的二次规划(QP)控制,该QP使用增强的卡尔曼状态预测和抑制pHRI干扰。接触一致的反馈线性化将末端执行器的植物简化为在每个接触模式下具有 extit{常数}状态矩阵的双重积分器,从而实现QP成本的离线预计算和 extgreater=1 kHz的操作。协方差膨胀协议在接触模式切换中保持干扰估计,确保在有限的恒定pHRI负载下零稳态误差,并且阻抗等效定理表明无限时间范围的极限恢复了经典任务空间阻抗法则,其有效质量、阻尼和刚度会根据姿态和接触配置进行调整。在一个17自由度的双足机器人和Unitree G1人形机器人上的仿真验证了该设计。
cs.RO / 48 / 2606.14665

EgoGuide: Egocentric Guidance for Efficient Robot-Free Demonstration Collection and Learning

EgoGuide:用于高效无机器人示范收集与学习的自我中心指导
Xu, Yue, Nie, Mingtao, Li, Tianle, Li, Hong, Luo, Yibo, Huang, Siyuan, Li, Yong-Lu
Abstract
Robot learning from real-world demonstrations is currently constrained by data scaling. Universal Manipulation Interface (UMI) provides an efficient robot-free data collection interface, yet current UMI-style pipelines often collect redundant demonstrations and lack global scene context. To improve data efficiency, we present EgoGuide, a collection interface that records synchronized wrist and head/egocentric observations and couples them with online visual-geometric data quality guidance. We also introduce a Gated Egocentric Residual Policy for robust learning from a viewpoint-varying egocentric camera, allowing head/egocentric context to correct ambiguous local observations while preserving stable wrist-view control. Real-world experiments show that EgoGuide reduces the required number of data episodes and improves data efficiency. The residual policy further improves robustness under visual occlusion. Project Page: https://silicx.github.io/EgoGuide
Chinese Translation
目前,机器人从现实世界示范中学习受到数据规模的限制。通用操作接口(Universal Manipulation Interface, UMI)提供了一种高效的无机器人数据收集接口,但当前的UMI风格管道往往收集冗余的示范,并缺乏全局场景上下文。为了提高数据效率,我们提出了EgoGuide,这是一种收集接口,可以记录同步的手腕和头部/自我中心观察,并将其与在线视觉几何数据质量指导相结合。我们还引入了一种门控自我中心残差策略(Gated Egocentric Residual Policy),以便从视角变化的自我中心相机中进行稳健学习,使得头部/自我中心上下文能够纠正模糊的局部观察,同时保持稳定的手腕视图控制。现实世界的实验表明,EgoGuide减少了所需的数据集数,并提高了数据效率。残差策略进一步提高了在视觉遮挡下的稳健性。项目页面:https://silicx.github.io/EgoGuide
计算机视觉 (Computer Vision)
70
cs.CV / 1 / 2606.13714

TSA: Temporal Slot Activation for Persistent Object-Centric Video Representation

TSA:用于持久对象中心视频表示的时间槽激活
Nguyen, Duc, Tran, Sieu, Vo, Hao, Vo, Khoa, Nguyen, Duy Minh Ho, Bui, Nghi D. Q., Nguyen, Anh, Mai, Long, Le, Ngan
Abstract
Unsupervised video object-centric learning aims to decompose dynamic scenes into temporally persistent entity representations. Existing recurrent video slot-attention methods propagate a fixed set of slots across frames, but typically assume unconditional slot propagation: every slot is updated and decoded at every frame, regardless of whether its corresponding object is visible. We show that this design violates a basic lifecycle requirement for persistent slots: when an object is absent or fully occluded, its slot should preserve its previous state and avoid explaining unrelated visible content. Instead, unconditional propagation creates two failure pathways: update-induced state drift, where current-frame evidence overwrites the absent object's representation, and decoder-induced reconstruction interference, where the inactive slot remains coupled to reconstruction through decoder attention. We propose Temporal Slot Activation (TSA), a mechanism that learns a per-slot, per-frame activation score $\alpha_{k,t} \in (0, 1)$ without visibility supervision. TSA uses this activation as a shared latent control variable for slot lifecycle modeling. When a slot is inactive, TSA anchors its state to the previous slot via activation-gated updating and suppresses its decoder participation through an activation-dependent additive bias on attention logits before softmax normalization. This jointly reduces state drift and reconstruction-driven interference. To improve decisions under partial occlusion and gradual reappearance, TSA further conditions activation prediction on a per-slot temporal memory produced by a Temporal Context Encoder. We evaluate TSA on MOVi-C/E, YT-VIS, and OVIS benchmarks using both standard and tracking-based metrics (FG-ARI, mBO, IDF1, HOTA). TSA consistently improves object decomposition and temporal identity preservation, with large gains on long, heavily occluded videos.
Chinese Translation
无监督视频对象中心学习旨在将动态场景分解为时间上持久的实体表示。现有的递归视频槽注意力方法在帧之间传播固定的一组槽,但通常假设无条件的槽传播:每个槽在每一帧都被更新和解码,无论其对应的对象是否可见。我们表明,这种设计违反了持久槽的基本生命周期要求:当一个对象缺失或完全被遮挡时,其槽应保持其先前状态,并避免解释无关的可见内容。相反,无条件传播产生了两条失败路径:更新引起的状态漂移,其中当前帧证据覆盖了缺失对象的表示,以及解码器引起的重建干扰,其中非活动槽通过解码器注意力仍与重建相耦合。我们提出了时间槽激活(Temporal Slot Activation, TSA),一种机制,它在没有可见性监督的情况下学习每个槽、每帧的激活分数 $eta_{k,t} ext{ in } (0, 1)$。TSA将此激活作为槽生命周期建模的共享潜在控制变量。当一个槽处于非活动状态时,TSA通过激活门控更新将其状态锚定到先前槽,并通过在softmax归一化之前对注意力logits施加激活依赖的加性偏置来抑制其解码器参与。这共同减少了状态漂移和由重建驱动的干扰。为了改善在部分遮挡和逐渐重新出现下的决策,TSA进一步基于时间上下文编码器生成的每槽时间记忆来调节激活预测。我们在MOVi-C/E、YT-VIS和OVIS基准上使用标准和基于跟踪的指标(FG-ARI、mBO、IDF1、HOTA)评估TSA。TSA在对象分解和时间身份保持方面持续改进,在长时间、严重遮挡的视频上取得了显著提升。
cs.CV / 2 / 2606.13723

Morphology-Aware Sample Assignment: Overcoming IoU Insensitivity for Surface Defect Detection

形态感知样本分配:克服 IoU 对表面缺陷检测的敏感性
Liu, Pengfei, Guo, Yuhan
Abstract
Intersection-over-Union (IoU), as a pivotal metric for evaluating the spatial alignment between candidate proposals and ground-truth annotations, directly determines the quality of positive sample sets and the training efficacy of visual detection models. Through theoretical modeling and analysis, we uncover a non-sensitive region on the IoU response curve, within which samples yield nearly identical IoU scores despite distinct geometric overlaps. To overcome this limitation, we introduce a set of morphological similarity metrics covering area, shape, and aspect ratio, to refine the positive sample assignment process, thereby ensuring more discriminative and reliable matching. A supplementary matching score is derived via mean-based aggregation of these multidimensional similarities, compensating for the intrinsic limitation of IoU in representing structural correspondence. Theoretically, incorporating morphological similarity reshapes the response distribution of the matching function, yielding both effective directional gradients and polygon-like iso-response contours, which tightly confine high-response regions around each ground-truth instance and substantially enhance the precision of positive sample selection. Experiments based on the YOLOv9 framework demonstrate consistent performance gains on both NEUDET and GC10- DET datasets. Notably, the proposed approach is fully plug-and-play and incurs zero additional inference overhead, thereby ensuring deployment efficiency for industrial visual inspection.
Chinese Translation
交并比(Intersection-over-Union, IoU)作为评估候选提案与真实标注之间空间对齐的重要指标,直接决定了正样本集的质量和视觉检测模型的训练效果。通过理论建模和分析,我们发现了 IoU 响应曲线上的一个非敏感区域,在该区域内,尽管几何重叠不同,样本却产生几乎相同的 IoU 分数。为克服这一限制,我们引入了一组涵盖面积、形状和长宽比的形态相似性度量,以优化正样本分配过程,从而确保更具区分性和可靠性的匹配。通过对这些多维相似性的均值聚合,推导出一个补充匹配分数,弥补了 IoU 在表示结构对应关系方面的内在局限性。从理论上讲,结合形态相似性重塑了匹配函数的响应分布,产生了有效的方向梯度和多边形状的等响应轮廓,紧密限制了每个真实实例周围的高响应区域,并显著提高了正样本选择的精度。基于 YOLOv9 框架的实验表明,在 NEUDET 和 GC10-DET 数据集上均实现了一致的性能提升。值得注意的是,所提出的方法完全即插即用,且不增加额外的推理开销,从而确保了工业视觉检测的部署效率。
cs.CV / 3 / 2606.13736

Connections Between Pairs of Filters Improve the Accuracy of Convolutional Neural Networks

滤波器对之间的连接提高了卷积神经网络的准确性
Anderson, Kathleen, Grüning, Philipp, Barth, Erhardt
Abstract
While researchers continue to find new and improved network structures for CNNs, most of the newly invented architectures still rely on the traditional pattern of stacking convolutional blocks and separating them with pointwise activation functions. However, there are drawbacks to a network purely building on pointwise nonlinearities. One alternative is to introduce a pairwise connection between two filters of a network. Typical connection functions use multiplications or the minimum operation to realize logical AND connections. In this paper, we go one step further by demonstrating that CNNs can benefit from more general connections, which include parameters that are learned. With such parameters, the network is able to implement different connections in different network layers and better adapt the connection function to the task at hand.
Chinese Translation
尽管研究人员不断寻找新的改进的卷积神经网络(CNN)结构,但大多数新发明的架构仍然依赖于传统的堆叠卷积块并用逐点激活函数将其分隔的模式。然而,纯粹依赖逐点非线性的网络存在一些缺陷。一种替代方案是引入网络中两个滤波器之间的成对连接。典型的连接函数使用乘法或最小操作来实现逻辑与连接。本文进一步证明,卷积神经网络可以从更一般的连接中受益,这些连接包括可学习的参数。通过这些参数,网络能够在不同的网络层中实现不同的连接,并更好地将连接函数适应于当前任务。
cs.CV / 4 / 2606.13768

CineOrchestra: Unified Entity-Centric Conditioning for Cinematic Video Generation

CineOrchestra:用于电影视频生成的统一实体中心条件化
Girish, Sharath, Chen, Tsai-Shien, Dong, Zhikang, Singhal, Mukesh, Chen, Hao, Tulyakov, Sergey, Siarohin, Aliaksandr
Abstract
Cinematic video depicts multiple subjects acting or interacting at specific moments, captured with deliberate camera movement, and stitched together by shot transitions. Together, these elements demand a level of fine-grained control beyond current text-to-video models. Existing work addresses each axis in isolation: multi-subject personalization, temporal control, multi-shot synthesis, or camera control; no prior framework jointly integrates all four. We present CineOrchestra, a unified video diffusion model that controls subjects, events, cameras, and shot transitions simultaneously. Our key insight is that these heterogeneous cinematic elements share a fundamental structure: each is an entity acting over a specific temporal interval, which can therefore all be expressed through one shared structure of entity-centric conditioning primitives, augmented with reference images for visual entities. This formulation reduces the architectural challenge to a single positional encoding problem, which we solve with two parameter-free coordinated rotary embeddings: (a) an interval-sampled temporal RoPE that yields consistent attention behavior across events of dramatically varying duration, and (b) a 2D entity-temporal cross-attention RoPE that disambiguates per-entity conditions and routes each to its corresponding spatiotemporal region. On two new benchmarks, CineOrchestra outperforms six per-axis specialists on dense caption following and shot-transition timing, with consistent gains in a pairwise user study and component ablations.
Chinese Translation
电影视频描绘了多个主体在特定时刻的行为或互动,伴随着精心设计的镜头运动,并通过镜头切换进行拼接。这些元素共同要求超越当前文本到视频模型的细粒度控制。现有工作各自孤立地解决了多个方面:多主体个性化、时间控制、多镜头合成或摄像机控制;没有任何先前的框架能够将这四者共同整合。我们提出了CineOrchestra,这是一个统一的视频扩散模型,能够同时控制主体、事件、摄像机和镜头切换。我们的关键见解是,这些异质的电影元素共享一个基本结构:每个元素都是在特定时间间隔内活动的实体,因此都可以通过一个共享的实体中心条件化原语结构来表达,并通过参考图像增强视觉实体。这种表述将架构挑战简化为一个单一的位置编码问题,我们通过两个无参数的协调旋转嵌入来解决:(a)一个间隔采样的时间RoPE,它在持续时间变化剧烈的事件之间产生一致的注意力行为,以及(b)一个二维实体-时间交叉注意力RoPE,它消除了每个实体条件的歧义,并将每个条件路由到其对应的时空区域。在两个新的基准测试中,CineOrchestra在密集字幕跟随和镜头切换时机上超越了六个单轴专家,并在成对用户研究和组件消融实验中获得了一致的提升。
cs.CV / 5 / 2606.13809

Compressing Image Style Training into a Single Model Forward

将图像风格训练压缩为单个模型前向传播
Duan, Zhongjie, Chen, Yingda
Abstract
Diffusion-based style transfer must balance inference efficiency with stylization fidelity. Adapter-based methods are efficient, but they inject style as an external condition and can either weaken reference-specific appearance or copy reference semantics into the generated image. Optimization-based personalization methods such as LoRA internalize style more effectively, but require a separate training process for every new style. We introduce i2L (image-to-LoRA), a framework that amortizes style LoRA training into a single forward pass. Given one or more reference images, i2L predicts LoRA weights for a text-to-image model, enabling immediate style instantiation without per-style optimization. The architecture combines an image encoder, learnable LoRA queries, and compressed decoding heads that generate adapted matrices. Training on semantically diverse style pairs encourages the predictor to preserve appearance cues while suppressing reference-content copying. Experiments on Z-Image, FLUX.2, and Hidream-O1 show that i2L improves style fidelity, prompt alignment, and perceptual quality over existing baselines. Because i2L produces explicit LoRA weights, it also supports asymmetric classifier-free guidance, multi-reference style fusion, and composition with controllable-generation modules.
Chinese Translation
基于扩散的风格迁移必须在推理效率与风格化保真度之间取得平衡。基于适配器的方法效率较高,但它们将风格作为外部条件注入,可能会削弱参考特定外观或将参考语义复制到生成的图像中。基于优化的个性化方法,如 LoRA,更有效地内化风格,但每种新风格都需要单独的训练过程。我们提出了 i2L(image-to-LoRA),一个将风格 LoRA 训练摊销到单个前向传播的框架。给定一个或多个参考图像,i2L 为文本到图像模型预测 LoRA 权重,从而实现无需针对每种风格的优化即可立即实例化风格。该架构结合了图像编码器、可学习的 LoRA 查询和生成适配矩阵的压缩解码头。在语义多样的风格对上进行训练,促使预测器在抑制参考内容复制的同时保留外观线索。在 Z-Image、FLUX.2 和 Hidream-O1 上的实验表明,i2L 在风格保真度、提示对齐和感知质量上优于现有基线。由于 i2L 生成明确的 LoRA 权重,它还支持不对称无分类器引导、多参考风格融合以及与可控生成模块的组合。
cs.CV / 6 / 2606.13839

Explaining RhythmFormer: A Systematic XAI Analysis of Periodic Sparse Attention for Remote Photoplethysmography

解释 RhythmFormer:周期性稀疏注意力在远程光电容积描记中的系统性可解释人工智能分析
Chen, Louis, Nordling, Torbjörn E. M.
Abstract
Remote photoplethysmography (rPPG) transformers achieve low heart-rate error on benchmarks, yet their decisions remain opaque--a growing concern as rPPG moves toward clinical heart rate estimation. Existing rPPG XAI is dominated by qualitative heatmap inspection without quantitative faithfulness metrics or physiology-grounded validation, leaving a gap between visual plausibility and auditable evidence. We address this gap. First, we adapt four attribution methods (raw attention, rollout, flow, Beyond Intuition) to RhythmFormer's bi-level routing attention with top-$k$ selection. Second, we introduce a skin coverage metric quantifying how much attribution mass falls on skin regions. Third, we adapt the SaCo faithfulness coefficient from its original classification setting to rPPG regression by using the MAE between original and perturbed predicted rPPG waveforms as the perturbation impact. Applying these tools, we quantify a multi-hop leakage effect under sparse top-$k$ routing: attention rollout and flow almost completely restores the connections that individual refined-attention layers explicitly set to zero. Beyond Intuition mitigates this via its value-projection-weighted rollout and gradient-supported mask, attaining the highest median refined skin coverage ($0.83$ vs. $0.57$ for vanilla rollout) and faithfulness ($F=0.92$) among the evaluated methods on UBFC-rPPG. Validation across diverse datasets and model variants is needed. A case study on a low-SaCo outlier further shows all four methods recovering consistently once an artefactual region is replaced, suggesting consistent SaCo behavior across attribution families in this illustrative case. Together, these metrics move XAI for rPPG toward auditable numerical evidence about spatial alignment and perturbation faithfulness, i.e. trustworthy rPPG XAI.
Chinese Translation
远程光电容积描记(rPPG)变换器在基准测试中实现了低心率误差,但其决策过程仍然不透明——这一问题在 rPPG 向临床心率估计转变时愈发引人关注。现有的 rPPG 可解释人工智能(XAI)主要依赖定性热图检查,缺乏定量的可信度指标或基于生理学的验证,导致视觉合理性与可审计证据之间存在差距。我们针对这一差距进行了研究。首先,我们将四种归因方法(原始注意力、展开、流动、超越直觉)适配于 RhythmFormer 的双层路由注意力及 top-$k$ 选择。其次,我们引入了一种皮肤覆盖度指标,量化归因质量在皮肤区域的分布情况。第三,我们将 SaCo 可信度系数从其原始分类设置调整为 rPPG 回归,通过使用原始和扰动预测的 rPPG 波形之间的平均绝对误差(MAE)作为扰动影响。应用这些工具,我们量化了在稀疏 top-$k$ 路由下的多跳泄漏效应:注意力展开和流动几乎完全恢复了单个精细注意力层明确设置为零的连接。超越直觉通过其值投影加权展开和梯度支持的掩码缓解了这一问题,在 UBFC-rPPG 上评估的方法中,达到了最高的中位数精细皮肤覆盖度($0.83$ 对比 $0.57$ 的原始展开)和可信度($F=0.92$)。需要在不同数据集和模型变体上进行验证。对低 SaCo 异常值的案例研究进一步表明,一旦替换了伪影区域,所有四种方法均能一致恢复,暗示在这一示例案例中归因家族之间的 SaCo 行为一致。综上所述,这些指标推动了 rPPG 的可解释人工智能向可审计的空间对齐和扰动可信度的数值证据迈进,即值得信赖的 rPPG 可解释人工智能。
cs.CV / 7 / 2606.13861

Temporal Backtracking Search for Test-time Generative Video Reasoning

测试时生成视频推理的时间回溯搜索
Jun, Sejoon, Ding, Zheng, Su, Huangyuan, Ye, Weirui, Du, Yilun
Abstract
While test-time scaling has revolutionized reasoning in large language models, generative video reasoning remains bottlenecked by a single-shot paradigm. We demonstrate that searching over denoising steps cannot rescue logically flawed rollouts because spatial trajectories commit early in the diffusion process. Root-level Best-of-N (BoN) sampling is similarly inefficient: reasoning errors cluster early in the temporal axis, and resampling blindly discards verified upstream progress. To unlock effective test-time scaling for video models, we introduce Temporal Backtracking Search (TBS), which shifts the search space to the temporal axis. TBS transforms video generation into an iterative generate-verify-restart loop via three core mechanisms: (1) variable-K conditioning to resume generation from arbitrary clean prefixes; (2) temporal process verification to localize failures and extract valid restart anchors; and (3) prefix-based search to reallocate compute toward extending correct trajectories rather than root resampling. Across algorithmic, navigation, and robotics domains, TBS Pareto-dominates matched-budget BoN. In a strict out-of-distribution setting where one-shot generation collapses (0.7% for BoN), TBS achieves 22.7%, with every solved episode stemming from a restarted branch. Ultimately, TBS reveals that the local reasoning competence of video models far exceeds what single-shot rollouts indicate, providing a scalable test-time framework to unlock it.
Chinese Translation
尽管测试时缩放已彻底改变了大语言模型的推理,但生成视频推理仍然受限于单次生成范式。我们证明,在去噪步骤上进行搜索无法挽救逻辑上有缺陷的生成,因为空间轨迹在扩散过程中早期就已确定。根级别的最佳-N (BoN) 采样同样低效:推理错误在时间轴上早期聚集,而盲目重采样则会丢弃已验证的上游进展。为了为视频模型解锁有效的测试时缩放,我们引入了时间回溯搜索 (Temporal Backtracking Search, TBS),它将搜索空间转移到时间轴上。TBS通过三个核心机制将视频生成转变为迭代的生成-验证-重启循环:(1) 可变-K 条件以从任意干净前缀恢复生成;(2) 时间过程验证以定位失败并提取有效的重启锚点;(3) 基于前缀的搜索将计算资源重新分配给扩展正确轨迹,而不是根重采样。在算法、导航和机器人领域,TBS 在预算匹配的 BoN 中占据优势。在一个严格的分布外设置中,单次生成崩溃(BoN 为 0.7%),而 TBS 达到了 22.7%,每个解决的情节均源自重启分支。最终,TBS 显示出视频模型的局部推理能力远超单次生成所指示的能力,为其解锁了一个可扩展的测试时框架。
cs.CV / 8 / 2606.13870

Mirage Probes: How Vision Models Fake Visual Understanding

海市蜃楼探测器:视觉模型如何伪造视觉理解
Ben-Levi, Daniel, Goldfeder, Judah, Zhao, Weiliang, Lapid, Raz, LeVi, Amit, Roush, Allen G., Shwartz-Ziv, Ravid, Lipson, Hod
Abstract
Vision-language models (VLMs) can answer image-based questions confidently, and often correctly, even when no image is provided. This mirage behavior inflates benchmark scores without reflecting visual grounding. Prior work treats this as a single failure mode. We argue it is two. Using Mirage Probes, a contrastive probing framework that pairs paraphrased question variants with matched mirage and non-mirage labels on the same image, we show that mirage behavior is linearly decodable from internal activations across residual stream, MLP, post-attention, and attention-head sites in two open-source VLMs. We demonstrate that a Naive Bayes text baseline cannot recover this signal, ruling out surface lexical confounds. Cross-benchmark separability patterns, together with a novel Prior Harnessing Index (PHI) measuring how much a model can answer from text alone, expose two distinct regimes: textual biases, where the model answers from language priors without engaging visual representations, and spurious images, where it constructs false visual content in latent space and answers as if grounded. The distinction has direct mitigation consequences: text-distribution cleaning can address the first regime but cannot reach the second, since spurious-image mirages live in the model's visual representations rather than its text. Faithful visual grounding will require interventions at the representational level.
Chinese Translation
视觉语言模型(VLMs)能够自信且通常正确地回答基于图像的问题,即使在没有提供图像的情况下。这种海市蜃楼行为在基准测试中抬高了分数,但并未反映出视觉基础。以往的研究将其视为单一的失败模式。我们认为它实际上是两种。通过使用海市蜃楼探测器(Mirage Probes),一种对比探测框架,将同一图像的同义问句变体与匹配的海市蜃楼和非海市蜃楼标签配对,我们展示了海市蜃楼行为可以从两个开源 VLMs 的内部激活中线性解码,涉及残差流、MLP、后注意力和注意力头位置。我们证明了朴素贝叶斯文本基线无法恢复这一信号,从而排除了表面词汇的混淆。跨基准的可分离性模式,以及一种新颖的先验利用指数(Prior Harnessing Index, PHI),测量模型从文本中回答的能力,揭示了两种不同的状态:文本偏见,模型从语言先验中回答而不涉及视觉表示;以及虚假图像,模型在潜在空间中构建虚假的视觉内容并像是有基础地回答。这一区别具有直接的缓解后果:文本分布清理可以解决第一种状态,但无法触及第二种,因为虚假图像的海市蜃楼存在于模型的视觉表示中,而非文本中。忠实的视觉基础需要在表征层面进行干预。
cs.CV / 9 / 2606.13872

Avatar V: Scaling Video-Reference Avatar Video Generation

Avatar V:视频参考头像视频生成的规模化
Liang, Benjamin, Chen, Ce, Lin, Desmond, Somov, Ivan, Zhao, Jiajun, Yuan, Jiewei, Zhang, Jingfeng, Huang, Junhao, Nolte, Nik, Haqiqi, Pedram, Wang, Penghan, Yan, Rong, Zhang, Rui, Prokopchuk, Sam, Wang, Sivan, Goriachko, Viktor, Ren, Yi, Li, Yuanming, Chen, Yutao, Ye, Zhenhui, Hong, Zhibin, Nie, Zilong, Guo, Zujin
Abstract
Generating avatar videos that are not merely visually similar to a target individual but behaviorally recognizable, faithfully reproducing their talking rhythm, gestural tendencies, and expression dynamics, remains an open challenge. Existing methods predominantly condition on single static images, which provide insufficient identity information and cannot capture dynamic motion traits, while standard pixel-level objectives underserve the perceptually critical facial regions that determine avatar fidelity. We present Avatar V, a production-scale framework that addresses these limitations through video-reference-conditioned identity modeling. Rather than compressing identity into fixed-size embeddings, the model conditions directly on the full token sequence of a reference video, learning to reproduce both static identity attributes (facial geometry, skin texture) and dynamic behavioral patterns (talking rhythm, micro-expressions) through attention over the reference context. We introduce Sparse Reference Attention, an asymmetric mechanism achieving linear-complexity conditioning on arbitrarily long references; a motion representation stream enabling closed-loop talking style transfer; and an identity-aware super-resolution refiner inheriting the full reference conditioning. These are supported by a data engine curating 100M+ training clips from 50M raw videos, and a five-stage training pipeline with flow matching pre-training, personality fine-tuning, two-phase distillation (>10x acceleration), and RLHF alignment, deployed across thousands of GPUs. Avatar V generates 1080p videos of unlimited duration, achieving state-of-the-art identity preservation, lip synchronization, and generation quality on our cross-scene benchmark, consistently outperforming leading systems including Seedance 2.0, Kling O3 Pro, Veo 3.1, and OmniHuman 1.5 in both automated metrics and human evaluation.
Chinese Translation
生成不仅在视觉上与目标个体相似,而且在行为上可识别的头像视频,忠实再现其说话节奏、手势倾向和表情动态,仍然是一项开放的挑战。现有方法主要依赖单一静态图像,这提供了不足的身份信息,无法捕捉动态运动特征,而标准的像素级目标则未能充分关注决定头像保真度的感知关键面部区域。我们提出了Avatar V,这是一个生产规模的框架,通过视频参考条件下的身份建模来解决这些局限性。该模型不是将身份压缩为固定大小的嵌入,而是直接基于参考视频的完整标记序列进行条件建模,学习通过对参考上下文的注意力再现静态身份属性(面部几何、肤色纹理)和动态行为模式(说话节奏、微表情)。我们引入了稀疏参考注意力(Sparse Reference Attention),这是一种实现对任意长参考进行线性复杂度条件建模的非对称机制;一个运动表示流,能够实现闭环的说话风格转移;以及一个身份感知的超分辨率细化器,继承了完整的参考条件。这些都得到了一个数据引擎的支持,该引擎从5000万段原始视频中策划了超过1亿个训练片段,并采用了一个五阶段的训练管道,包括流匹配预训练、个性微调、两阶段蒸馏(>10倍加速)和RLHF对齐,部署在数千个GPU上。Avatar V生成1080p的无限时长视频,在我们的跨场景基准测试中实现了最先进的身份保留、唇同步和生成质量,在自动化指标和人工评估中始终超越包括Seedance 2.0、Kling O3 Pro、Veo 3.1和OmniHuman 1.5在内的领先系统。
cs.CV / 10 / 2606.13896

How do Self-Supervised Remote Sensing Vision Models Transfer to Downstream Tasks?

自监督遥感视觉模型如何迁移到下游任务?
Romero, Julia, Lv, Qin, Karimzadeh, Morteza
Abstract
Self-supervised geospatial foundation models (GeoFMs) learn transferable representations from remote sensing data, but their downstream behavior is difficult to characterize. We study six representative GeoFMs spanning joint-embedding, reconstruction, and multimodal pretraining families, and evaluate transfer across classification, regression, and segmentation benchmarks under different label availability and downstream pipelines. We find that model rankings change across tasks and adaptation settings. Layerwise probing shows that, in most cases, task-relevant information is more accessible in intermediate transformer blocks compared to final-layer embeddings, and that GeoFMs exhibit distinct depthwise profiles. In segmentation case studies on PASTIS and Sen1Floods11, downstream adaptation settings such as decoder design and fine-tuning can be as impactful as the choice of GeoFM, and standard dense-prediction heads may be poorly aligned with how GeoFMs organize information over depth. Finally, CKA analysis on case studies shows that fine-tuning does not rewrite GeoFMs uniformly across depth, and the strongest changes are localized to the first linear layer of the MLP in ViT blocks. These results help explain why GeoFM rankings shift across benchmarks and motivate more representation-aware evaluation and adaptation strategies.
Chinese Translation
自监督地理空间基础模型(GeoFMs)从遥感数据中学习可迁移的表征,但其在下游任务中的表现难以表征。我们研究了六种代表性的GeoFMs,涵盖了联合嵌入、重建和多模态预训练等类别,并在不同标签可用性和下游流程下评估其在分类、回归和分割基准上的迁移能力。我们发现模型的排名在不同任务和适应设置中有所变化。逐层探测显示,在大多数情况下,任务相关信息在中间的变换器块中比在最终层嵌入中更易获取,并且GeoFMs表现出明显的深度特征。在PASTIS和Sen1Floods11的分割案例研究中,下游适应设置(如解码器设计和微调)对结果的影响可能与GeoFM的选择同样重要,而标准的密集预测头可能与GeoFMs在深度上组织信息的方式不匹配。最后,针对案例研究的CKA分析表明,微调并未在深度上均匀地重写GeoFMs,最显著的变化集中在ViT块的第一个线性层。这些结果有助于解释为何GeoFM的排名在不同基准中会发生变化,并激励更具表征意识的评估和适应策略。
cs.CV / 11 / 2606.13898

HiLo-Token: Input-Adaptive High-Low Frequency Token Compression for Efficient Image Editing

HiLo-Token:输入自适应高低频令牌压缩用于高效图像编辑
You, Haoran, Nitzan, Yotam, Zhang, Lingzhi, Gong, Yifan, Chiu, Mang-Tik, Barnes, Connelly, Kang, Yan, Zhou, Yuqian, Shechtman, Eli, Amirghodsi, Sohrab
Abstract
Creative image editing tools, such as Photoshop's Remove or Generative Fill buttons, are central to everyday customer use and account for a major share of traffic in Photoshop and Lightroom. However, current generative AI models face significant latency challenges, which become even more pronounced when transitioning from convolution-based U-Nets to Diffusion Transformers (DiTs). In our evaluation on hundreds of representative image editing samples spanning a wide range of mask ratios, the DiT module alone accounts for an average of 73% of the total model latency, even after being distilled from 50 timesteps down to 8 timesteps. To tackle this challenge, we propose $\textbf{HiLo-Token}$, an input-adaptive token compression framework that allocates more token budget to high-frequency, rich-context regions while assigning fewer tokens to low-frequency areas. Specifically, for the editing region specified by the user mask, we retain all tokens within a dilated mask to preserve strong locality and contextual relevance. Outside the editing region, we introduce a simple yet effective high-frequency token selection strategy based on spatial frequency to capture important local details, while using tokens from a 16x downsampled image to represent low-frequency components and preserve the blurry but global structure. Extensive experiments on production-level evaluation data validate the effectiveness of the proposed method, achieving 3.13x, 2.59x, and 1.67x DiT speedups on A100-80GB for image editing tasks across small, medium, and large mask ratio categories with average ratios of 6.38%, 15.92%, and 35.36%, respectively, without any regression in generation quality.
Chinese Translation
创意图像编辑工具,如Photoshop的去除或生成填充按钮,是日常客户使用的核心,且在Photoshop和Lightroom中占据了主要的流量份额。然而,当前的生成AI模型面临着显著的延迟挑战,当从基于卷积的U-Net转向扩散变换器(Diffusion Transformers,DiTs)时,这一问题尤为突出。在我们对数百个代表性的图像编辑样本进行评估时,DiT模块单独占据了模型总延迟的平均73%,即便在从50个时间步压缩到8个时间步之后。为了解决这一挑战,我们提出了$ extbf{HiLo-Token}$,一种输入自适应的令牌压缩框架,该框架为高频、丰富上下文区域分配更多的令牌预算,而为低频区域分配较少的令牌。具体而言,对于用户掩码指定的编辑区域,我们保留扩张掩码内的所有令牌,以保持强局部性和上下文相关性。在编辑区域之外,我们引入了一种基于空间频率的简单而有效的高频令牌选择策略,以捕捉重要的局部细节,同时使用来自16倍下采样图像的令牌来表示低频成分,以保持模糊但全局的结构。对生产级评估数据的广泛实验验证了所提方法的有效性,在A100-80GB上实现了图像编辑任务在小、中、大掩码比例类别下分别为3.13倍、2.59倍和1.67倍的DiT加速,平均比例分别为6.38%、15.92%和35.36%,且生成质量没有任何回归。
cs.CV / 12 / 2606.13910

PMOF: A Dataset and Benchmark for Passenger Monitoring Using Overhead Fisheye Cameras

PMOF:一种用于使用顶置鱼眼摄像头进行乘客监控的数据集和基准
Wermuth, Stella Katharina, Ahmed, Qazi Arbab, Neumann, Klaus, Jungeblut, Thorsten
Abstract
Autonomous staff-free public transport requires reliable in-vehicle passenger monitoring. However, perception inside moving vehicles is challenged by confined spaces, variable illumination, motion-induced background variation, occlusion, and limited viewpoints. To mitigate these spatial constraints, ceiling-mounted fisheye cameras provide full-scene coverage from a single viewpoint. Yet existing public overhead fisheye datasets are recorded in static environments and do not capture the domain shift introduced by vehicle motion. To fill this gap, we introduce PMOF, Passenger Monitoring using Overhead Fisheye cameras, the first public dataset of top-view fisheye imagery captured inside a moving vehicle, comprising over 19k manually annotated frames. PMOF provides rotated bounding boxes, tracking identifiers, and action labels, supporting object detection, tracking, and action recognition. We benchmark PMOF using YOLO26m-obb models fine-tuned under multiple dataset configurations that combine PMOF with existing overhead fisheye datasets. Cross-domain fine-tuning with custom rotation-aware augmentation achieves 94.8% AP50 on PMOF and 96.5% AP50 on an unseen overhead fisheye dataset from a different domain. Our results highlight the domain gap between static and moving environments and show that incorporating PMOF improves detection performance and advances generalization beyond passenger monitoring to broader fisheye-based person detection tasks. The dataset and code are available at https://swermuth.github.io/pmof/.
Chinese Translation
自主无工作人员的公共交通需要可靠的车内乘客监控。然而,移动车辆内的感知受到空间限制、光照变化、运动引起的背景变化、遮挡和有限视角的挑战。为了缓解这些空间限制,顶置鱼眼摄像头能够从单一视角提供全景覆盖。然而,现有的公共顶置鱼眼数据集是在静态环境中录制的,并未捕捉到车辆运动所引入的领域转变。为填补这一空白,我们推出了PMOF(Passenger Monitoring using Overhead Fisheye cameras),这是第一个在移动车辆内捕获的顶视鱼眼图像的公共数据集,包含超过19,000帧手动标注的图像。PMOF提供了旋转边界框、跟踪标识符和动作标签,支持目标检测、跟踪和动作识别。我们使用在多种数据集配置下微调的YOLO26m-obb模型对PMOF进行基准测试,这些配置将PMOF与现有的顶置鱼眼数据集结合。通过自定义旋转感知增强的跨领域微调,PMOF在AP50上达到了94.8%的性能,而在来自不同领域的未见顶置鱼眼数据集上达到了96.5%的AP50。我们的结果突显了静态和移动环境之间的领域差距,并表明结合PMOF能够提高检测性能,并推动超越乘客监控的更广泛的基于鱼眼的人物检测任务的泛化。数据集和代码可在https://swermuth.github.io/pmof/获取。
cs.CV / 13 / 2606.13911

Overhead Wildlife Locator (OWL): Benchmarking Weakly Supervised Learning for Aerial Wildlife Surveys

overhead wildlife locator (OWL):针对空中野生动物调查的弱监督学习基准测试
Chacón, Isai Daniel, Miao, Zhongqi, Demuro, Bruno, Robinson, Caleb, Dodhia, Rahul, Otarashvili, Lasha, Holmberg, Jason, Larsen, Kirk, Frederick, Howard, Pamperin, Nathan J., Arbeláez, Pablo, Ferres, Juan M. Lavista
Abstract
Automated aerial wildlife surveys increasingly rely on deep learning, yet standard object detectors require bounding-box annotations, reported to be up to seven times slower and three times more expensive to produce than point-level labels. To address this bottleneck, we introduce the Overhead Wildlife Locator (OWL), a weakly supervised density-estimation framework with three variants: OWL-C, a fully convolutional model for high-throughput screening; OWL-T, a Swin-augmented hybrid for heterogeneous, cluttered scenes; and OWL-D, built on a frozen DINOv3 ViT-H+/16 encoder with a DPT-style fusion decoder. We benchmark all three against POLO, YOLOv11n, and YOLOv11l across five public aerial datasets, from sparse fixed-wing savanna surveys to dense UAV paddock imagery, and against the published HerdNet baseline on its native Delplanque split. OWL-D sets a new state of the art on Delplanque (0.934 AP vs. HerdNet's 0.840) and records the highest AP on four of the five datasets. Performance is regime-dependent: on the extreme-density SheepCounter UAV dataset the hybrid OWL-T leads (0.978 AP) and the convolutional variants attain the lowest counting error, whereas the foundation-based OWL-D degrades, indicating which variant suits which survey type. We further validate operational readiness on the Alaska Department of Fish and Game's 2022 Central Arctic Caribou census: under cross-herd and cross-temporal transfer, OWL-C fine-tuned on the 2017 Porcupine Caribou Herd split attains F1 = 0.965 on a held-out patch test set, with a signed count error of +3.1% aggregated across the released test patches. We release the OWL code, model weights, and the annotated Porcupine Caribou Herd 2017 (PCH) and Central Arctic Herd 2022 (CAH) patches, the first open patch-level datasets for large-scale caribou aerial surveys, at https://github.com/microsoft/MegaDetector-Overhead.
Chinese Translation
自动化空中野生动物调查越来越依赖深度学习,然而标准的目标检测器需要边界框注释,制作这些注释的速度被报告为比点级标签慢多达七倍,且成本高出三倍。为了解决这一瓶颈,我们提出了Overhead Wildlife Locator (OWL),一个具有三种变体的弱监督密度估计框架:OWL-C,一个用于高通量筛选的全卷积模型;OWL-T,一个增强了Swin的混合模型,适用于异质和杂乱的场景;以及OWL-D,基于冻结的DINOv3 ViT-H+/16编码器和DPT风格的融合解码器。我们在五个公共空中数据集上对这三种模型进行了基准测试,包括从稀疏的固定翼草原调查到密集的无人机围场图像,并与在其原生Delplanque划分上的已发布HerdNet基线进行了比较。OWL-D在Delplanque上设定了新的最先进水平(0.934 AP,相比HerdNet的0.840),并在五个数据集中的四个上记录了最高的AP。性能依赖于具体的场景:在极高密度的SheepCounter无人机数据集上,混合模型OWL-T表现最佳(0.978 AP),而卷积变体则达到最低的计数误差,而基于基础模型的OWL-D则表现下降,表明不同变体适合不同的调查类型。我们进一步验证了在阿拉斯加州鱼类和游戏部2022年中央北极驯鹿普查中的操作准备情况:在跨群体和跨时间转移下,经过2017年Porcupine驯鹿群划分微调的OWL-C在保留的测试集上达到了F1 = 0.965,签名计数误差为+3.1%,在发布的测试补丁中汇总。我们发布了OWL代码、模型权重,以及注释的2017年Porcupine驯鹿群(PCH)和2022年中央北极群(CAH)补丁,这是用于大规模驯鹿空中调查的首个开放补丁级数据集,网址为https://github.com/microsoft/MegaDetector-Overhead。
cs.CV / 14 / 2606.13929

Self-Evolving Visual Questioner

自我进化的视觉提问者
Liang, Yijun, Zhou, Hengguang, Li, Ming, Li, Lichen, Hsieh, Cho-Jui, Zhou, Tianyi
Abstract
Vision-language models (VLMs) are typically trained as passive answerers, while their ability to actively ask diverse, non-trivial, visual-centric and grounded questions remains underexplored. Existing visual questioners' performance is bottlenecked by the availability of high-quality training data or the cost of curating them. We show that a VLM can continuously improve itself as a visual questioner without any external supervision. We propose a self-evolving framework that uses a VLM itself as both a proposer and a filter to produce harder, more informative, and visual-centric questions, while maintaining their exploration diversity to avoid training collapse. These questions are then used to train the VLM in both questioner and answerer modes. To evaluate the questioner, we introduce an agentic protocol that assesses questions along perception, reasoning, and diversity dimensions. Experiments across various backbone VLMs show that our method substantially enhances the quality and substantially expands the difficulty boundary of autonomous question generation. Under the same budget, our self-supervision is more effective than training on the static source data. Moreover, the self-evolving questioner remains a competitive or even better answerer.
Chinese Translation
视觉语言模型(VLMs)通常被训练为被动的回答者,而它们主动提出多样化、非平凡的、以视觉为中心且有根基的问题的能力仍然未被充分探索。现有视觉提问者的表现受到高质量训练数据的可用性或其整理成本的瓶颈。我们展示了一个VLM可以在没有任何外部监督的情况下,作为视觉提问者不断自我改进。我们提出了一个自我进化的框架,利用VLM自身作为提问者和过滤器,生成更困难、更具信息量和以视觉为中心的问题,同时保持探索的多样性以避免训练崩溃。这些问题随后用于在提问者和回答者模式下训练VLM。为了评估提问者,我们引入了一种代理协议,从感知、推理和多样性维度评估问题。针对各种基础VLM的实验表明,我们的方法显著提高了自主问题生成的质量,并大幅扩展了难度边界。在相同预算下,我们的自我监督比在静态源数据上训练更有效。此外,自我进化的提问者仍然是一个具有竞争力甚至更优秀的回答者。
cs.CV / 15 / 2606.13964

CaricHarmony: Contrastive Diffusion Paths for Identity-Preserving Caricature Synthesis

CaricHarmony:用于保持身份的漫画合成的对比扩散路径
Wang, Dongyu, Chen, Dar-Yen, Song, Yi-Zhe
Abstract
Sketch-based caricature synthesis suffers from a fundamental failure mode: when identity and shape conditions are combined in diffusion models, they create destructive interference that causes inevitable collapse toward either bland portraits or unrecognizable distortions. We identify the root cause as \emph{condition signal contamination} -- competing probability distributions in the denoising trajectory that make balanced generation impossible. We present CaricHarmony, the first training-free method that explicitly resolves this contamination through parallel uncontaminated diffusion paths. During inference, we maintain three paths: $\mathcal{P}^{\mathrm{i}}$ (pure identity), $\mathcal{P}^{\mathrm{s}}$ (pure shape), and $\mathcal{P}^{\mathrm{i+s}}$ (harmonized output). Novel energy functions operating on cross-attention features provide gradient guidance that steers $\mathcal{P}^{\mathrm{i+s}}$ toward optimal balance: $\mathcal{E}_{\mathrm{shape}}$ ensures sketch fidelity through layout and semantic alignment, while $\mathcal{E}_{\mathrm{id}}$ employs token-level correspondence matching robust to extreme distortions. Unlike DemoCaricature requiring 70 seconds per-identity fine-tuning or CaricatureBooth constrained to Bezier curves, CaricHarmony accepts any sketch format and generates in under 16 seconds. Experiments demonstrate state-of-the-art performance: 0.8615 shape CLIP score (vs. 0.8450) under comparable identity consistency score, with 7.81 overall user preference score (vs. 6.06). Our method fundamentally reconceptualizes the ID-shape conflict as conditioning signal contamination for diffusion models, enabling unprecedented creative control while preserving recognition.
Chinese Translation
基于草图的漫画合成面临一个根本性的失败模式:当身份和形状条件在扩散模型中结合时,它们会产生破坏性干扰,导致不可避免地向平淡的肖像或无法识别的扭曲崩溃。我们将根本原因确定为 extit{条件信号污染}——去噪轨迹中的竞争概率分布使得平衡生成变得不可能。我们提出了CaricHarmony,这是第一种无需训练的方法,通过平行的无污染扩散路径明确解决这一污染问题。在推理过程中,我们维持三条路径:$ extmath{P}^{ ext{i}}$(纯身份)、$ extmath{P}^{ ext{s}}$(纯形状)和$ extmath{P}^{ ext{i+s}}$(和谐输出)。新颖的能量函数在交叉注意特征上操作,提供梯度引导,推动$ extmath{P}^{ ext{i+s}}$朝向最佳平衡:$ extmath{E}_{ ext{shape}}$通过布局和语义对齐确保草图的保真度,而$ extmath{E}_{ ext{id}}$则采用对极端扭曲具有鲁棒性的令牌级对应匹配。与DemoCaricature每个身份需要70秒的微调或CaricatureBooth限制于贝塞尔曲线不同,CaricHarmony接受任何草图格式,并在16秒内生成。实验表明了最先进的性能:在可比的身份一致性得分下,形状CLIP得分为0.8615(对比0.8450),整体用户偏好得分为7.81(对比6.06)。我们的方法从根本上重新概念化了ID-形状冲突为扩散模型的条件信号污染,使得在保持识别的同时实现前所未有的创造性控制。
cs.CV / 16 / 2606.13971

Prompt2Effect: Training-Free Image-to-Video Model Specialization via LoRA Generation

Prompt2Effect:通过LoRA生成实现无训练图像到视频模型的专业化
Yang, Xiaomeng, Li, Yanyu, Qian, Gordon Guocheng, Skorokhodov, Ivan, Ivanov, Viacheslav, Vinella, Avalon, Zhang, Xuan, Wang, Yanzhi, Tulyakov, Sergey, Kag, Anil
Abstract
Personalizing Image-to-Video (I2V) diffusion models with specific visual effects is increasingly demanded for high-end video generation. Current practice requires training a separate Low-Rank Adaptation (LoRA) module for each effect, incurring substantial data curation and iterative optimization costs that hinder interactive control. We present Prompt2Effect, a weight-driven hypernetwork that amortizes per-effect training by directly synthesizing effect-specific LoRA weights in a single forward pass. Unlike prior hypernetworks that regress adapter weights purely from semantics, Prompt2Effect is explicitly conditioned on the frozen base model weights, grounding weight prediction in the structural geometry of each layer. Furthermore, instead of predicting raw LoRA matrices, we introduce an SVD-canonicalized parameterization that resolves factorization ambiguity and stabilizes large-scale weight synthesis. Together, these design principles enable accurate and scalable LoRA prediction for high-dimensional I2V diffusion models. Extensive experiments demonstrate that Prompt2Effect achieves on-par or superior video quality and effect alignment compared to conventional LoRA fine-tuning, while reducing the computational cost from 56 GPU training hours to 3.3 seconds of hypernetwork inference. When used as initialization for subsequent fine-tuning, our predicted weights further improve final performance and accelerate optimization by approximately 10x.
Chinese Translation
个性化图像到视频(I2V)扩散模型以实现特定视觉效果的需求在高端视频生成中日益增加。目前的做法需要为每种效果训练一个单独的低秩适配(LoRA)模块,这会产生大量的数据整理和迭代优化成本,从而阻碍交互控制。我们提出了Prompt2Effect,这是一种基于权重驱动的超网络,通过在单次前向传播中直接合成特定效果的LoRA权重,从而摊销每种效果的训练。与以往仅从语义回归适配器权重的超网络不同,Prompt2Effect明确地以冻结的基础模型权重为条件,将权重预测基于每一层的结构几何。此外,我们引入了一种SVD标准化参数化方法,而不是预测原始的LoRA矩阵,这解决了因子分解的模糊性并稳定了大规模权重合成。这些设计原则共同实现了对高维I2V扩散模型的准确且可扩展的LoRA预测。大量实验表明,Prompt2Effect在视频质量和效果对齐方面与传统的LoRA微调相当或更优,同时将计算成本从56个GPU训练小时降低到3.3秒的超网络推理。当作为后续微调的初始化时,我们预测的权重进一步提高了最终性能,并将优化速度加快了约10倍。
cs.CV / 17 / 2606.14005

Context-Guided Semantic Alignment for Feature Fusion Networks

基于上下文引导的特征融合网络语义对齐
Lee, Hyungseop, Lee, Jiho, Kang, Woochul
Abstract
Feature fusion networks are fundamental components in modern object detectors, aggregating multi-scale features to detect objects of varying sizes. However, directly fusing features from different pyramid levels often introduces semantic inconsistency due to their heterogeneous representations. In this paper, we propose Feature Interaction NEtwork (FINE), a lightweight semantic alignment module that refines low-level features via high-level contextual guidance using cross-level attention prior to fusion. To bridge the structural gap and ensure computational efficiency, we introduce an Alignment-Aware Token Sampling that aligns corresponding spatial regions across scales, reducing the attention complexity by an order of magnitude. The resulting attention weights generate a spatial-channel modulation map that is upsampled and applied to the low-level features via residual element-wise modulation. This mechanism ensures that the network selectively enhances semantically relevant pixels while preserving the sub-pixel localization accuracy necessary for dense prediction tasks. FINE is generally applicable to various detectors and consistently improves detection accuracy without compromising efficiency.
Chinese Translation
特征融合网络是现代目标检测器的基本组成部分,能够聚合多尺度特征以检测不同大小的物体。然而,直接融合来自不同金字塔层次的特征往往会由于其异构表示而引入语义不一致性。本文提出了一种轻量级的语义对齐模块——特征交互网络(Feature Interaction NEtwork, FINE),该模块通过高层上下文引导在融合前利用跨层注意力来细化低层特征。为了弥合结构差距并确保计算效率,我们引入了一种对齐感知的标记采样方法,该方法在不同尺度之间对齐相应的空间区域,将注意力复杂度降低了一个数量级。生成的注意力权重产生一个空间-通道调制图,该图被上采样并通过残差逐元素调制应用于低层特征。该机制确保网络选择性地增强语义相关的像素,同时保持密集预测任务所需的亚像素定位精度。FINE 通用适用于各种检测器,并在不影响效率的情况下持续提高检测精度。
cs.CV / 18 / 2606.14006

HARBOR: Heading Analysis and Reconstruction from Behavioral Observation and Radar

HARBOR:基于行为观察和雷达的航向分析与重建
Dantas, Joao P. A., Filho, Paulo F. Silva, Cunha, Jelton A., Dietzsch, Gabriel
Abstract
Maritime situational awareness often relies on Automatic Identification System (AIS) transmissions to track vessel movements. However, in operational or conflict scenarios, these data may be unavailable due to signal loss, deliberate deactivation, or intentional spoofing. In such conditions, synthetic aperture radar (SAR) imagery becomes a critical sensing alternative for wide-area maritime monitoring, despite providing only static scene snapshots. This work introduces HARBOR (Heading Analysis and Reconstruction from Behavioral Observation and Radar), a complete pipeline for transforming a single SAR image into predictive motion information without requiring any auxiliary data source at inference time. The method begins with SAR image preprocessing to enhance and segment vessel candidates, followed by automatic detection, size-based classification, and heading estimation using skeleton geometry and local intensity patterns. AIS data are used exclusively during an offline calibration phase to derive vessel-type-dependent motion parameters, which are then applied to generate probabilistic heatmaps of candidate future vessel positions. A case study using real COSMO-SkyMed SAR imagery demonstrates the pipeline on a maritime scene in southern Brazil, showing its ability to extract motion tendencies and generate probabilistic projections of vessel positions in data-denied environments.
Chinese Translation
海事态势感知通常依赖于自动识别系统(AIS)传输来追踪船舶运动。然而,在操作或冲突场景中,由于信号丢失、故意停用或故意欺骗,这些数据可能不可用。在这种情况下,合成孔径雷达(SAR)图像成为广域海洋监测的重要感知替代方案,尽管它仅提供静态场景快照。本研究介绍了HARBOR(基于行为观察和雷达的航向分析与重建),这是一个完整的管道,用于将单幅SAR图像转化为预测运动信息,而无需在推理时依赖任何辅助数据源。该方法首先对SAR图像进行预处理,以增强和分割船舶候选体,随后进行自动检测、基于尺寸的分类和使用骨架几何和局部强度模式的航向估计。AIS数据仅在离线校准阶段使用,以推导依赖于船舶类型的运动参数,然后应用这些参数生成候选未来船舶位置的概率热图。使用真实的COSMO-SkyMed SAR图像的案例研究展示了该管道在巴西南部海域场景中的应用,显示了其在数据缺失环境中提取运动趋势和生成船舶位置概率预测的能力。
cs.CV / 19 / 2606.14010

RT-VLA: Real-Time Vision-Language-Action Models via Knowledge Distillation

RT-VLA:通过知识蒸馏实现实时视觉-语言-动作模型
Huang, Xiangyu, Hua, Zhenlin, Zhou, Han, Sural, Shounak, Rajkumar, Ragunathan
Abstract
Vision-Language-Action (VLA) models have shown strong potential for end-to-end autonomous driving by jointly modeling visual perception, language reasoning, explainability and action prediction. However, their large vision-language backbones and reasoning modules introduce substantial inference latency and thereby prevent their deployment in the unforgiving reality of the road networks. We propose RT-VLA, a lightweight, distilled VLA model that transfers the driving and reasoning capabilities of the state-of-the-art SimLingo model into a compact student through multi-level supervised distillation. RT-VLA preserves language-based reasoning and supports post-hoc explanation through offline language analysis of safety-critical driving moments without adding latency to real-time control. Compared to the SimLingo teacher, RT-VLA maintains competitive closed-loop driving and language reasoning performance while reducing inference time by 44.8X in vision-only mode and 7.9X in vision+language mode. These results suggest that supervised distillation is a practical approach for building real-time, explainable VLA-style autonomous driving models.
Chinese Translation
视觉-语言-动作(VLA)模型在端到端自主驾驶中展示了强大的潜力,通过联合建模视觉感知、语言推理、可解释性和动作预测。然而,它们庞大的视觉-语言骨干网络和推理模块引入了显著的推理延迟,从而阻碍了它们在复杂道路网络中的应用。我们提出了RT-VLA,这是一种轻量级的蒸馏VLA模型,通过多层次的监督蒸馏将最先进的SimLingo模型的驾驶和推理能力转移到一个紧凑的学生模型中。RT-VLA保留了基于语言的推理能力,并通过对安全关键驾驶时刻的离线语言分析支持事后解释,而不会增加实时控制的延迟。与SimLingo教师模型相比,RT-VLA在闭环驾驶和语言推理性能上保持竞争力,同时在仅视觉模式下将推理时间减少了44.8倍,在视觉+语言模式下减少了7.9倍。这些结果表明,监督蒸馏是一种构建实时、可解释的VLA风格自主驾驶模型的实用方法。
cs.CV / 20 / 2606.14024

ViT-Up: Faithful Feature Upsampling for Vision Transformers

ViT-Up:面向视觉变换器的忠实特征上采样
Wandel, Krispin, Wang, Jingchuan, Wang, Hesheng
Abstract
Vision Transformers (ViTs) have become a dominant architecture for visual representation learning, providing exceptionally strong and broadly reusable backbone features. However, ViTs are commonly operated on relatively small patch-token grids due to the quadratic cost of global self-attention, which creates a persistent bottleneck for dense prediction tasks such as semantic segmentation and depth estimation. This has motivated the development of task-agnostic feature upsamplers. While recent state-of-the-art methods produce visually sharp dense representations, their reliance on shallow image encoders for guided upsampling can introduce feature leakage, fragmentation, and blur. We introduce ViT-Up, an implicit feature upsampling framework that replaces external image guidance with layer-wise query construction from intermediate ViT hidden states. This enables feature prediction at arbitrary continuous image coordinates while preserving alignment with the backbone feature space. Experiments demonstrate that ViT-Up consistently outperforms state-of-the-art image-guided upsamplers across dense prediction and semantic correspondence. On DINOv3-S+, ViT-Up improves over prior methods by up to +2.07 mIoU on Cityscapes and +4.17 [email protected] on SPair-71k. With the larger DINOv3-B backbone, these gains increase to +3.36 mIoU and +8.09 [email protected], demonstrating that ViT-Up scales favorably with backbone capacity.
Chinese Translation
视觉变换器(Vision Transformers, ViTs)已成为视觉表征学习的主导架构,提供了极为强大且广泛可重用的基础特征。然而,由于全局自注意力的二次成本,ViTs 通常在相对较小的补丁-标记网格上操作,这为语义分割和深度估计等密集预测任务创造了持续的瓶颈。这促使了与任务无关的特征上采样器的发展。尽管最近的最先进方法能够生成视觉上清晰的密集表征,但它们依赖于浅层图像编码器进行引导上采样,可能会引入特征泄漏、碎片化和模糊。我们提出了 ViT-Up,一种隐式特征上采样框架,它用来自中间 ViT 隐藏状态的逐层查询构造替代了外部图像引导。这使得在任意连续图像坐标上进行特征预测成为可能,同时保持与基础特征空间的对齐。实验表明,ViT-Up 在密集预测和语义对应任务中始终优于最先进的图像引导上采样器。在 DINOv3-S+ 上,ViT-Up 在 Cityscapes 上比之前的方法提高了最多 +2.07 mIoU,在 SPair-71k 上提高了 +4.17 [email protected]。使用更大的 DINOv3-B 基础网络时,这些增益增加到 +3.36 mIoU 和 +8.09 [email protected],证明了 ViT-Up 随着基础网络容量的增加而具有良好的扩展性。
cs.CV / 21 / 2606.14025

GarmentSketch: Large-scale Sketch-to-Fashion Benchmark

GarmentSketch:大规模草图到时尚基准
Bui, Duong-Duy-Khang, Pham, Minh-Tan, Nguyen, Tam V., Tran, Minh-Triet, Le, Trung-Nghia
Abstract
Fashion sketching is a cornerstone of design workflows, allowing rapid visualization of creative concepts prior to physical prototyping. Yet, progress in sketch-based fashion image synthesis has been hindered by the absence of large-scale, high-quality paired resources. To bridge this gap, we present GarmentSketch, a novel dataset comprising 26,249 fashion sketches across 21 garment categories, each paired with detailed textual descriptions. Captions were produced through a multi-stage pipeline that integrates multiple multimodal large language models (MLLMs) with human-in-the-loop refinement, ensuring both semantic accuracy and descriptive richness. We benchmark GarmentSketch on state-of-the-art generative models, providing baseline performance for sketch-guided text-to-image generation. Our experiments reveal both the promise and the current limitations of existing methods. By offering a comprehensive and richly annotated resource, GarmentSketch establishes a foundation for advancing sketch understanding, fine-grained fashion image generation, and creative human-AI collaboration in design. The dataset will be available at: https://khangbdd.github.io/garmentsketch.
Chinese Translation
时尚草图是设计工作流程的基石,能够在物理原型制作之前快速可视化创意概念。然而,基于草图的时尚图像合成的进展受到缺乏大规模、高质量配对资源的限制。为了解决这一问题,我们提出了GarmentSketch,一个新颖的数据集,包含26,249幅跨越21个服装类别的时尚草图,每幅草图都配有详细的文本描述。这些描述通过一个多阶段流程生成,该流程整合了多个多模态大语言模型(MLLMs)与人类参与的精细化处理,确保了语义的准确性和描述的丰富性。我们在最先进的生成模型上对GarmentSketch进行了基准测试,为草图引导的文本到图像生成提供了基线性能。我们的实验揭示了现有方法的潜力和当前局限性。通过提供一个全面且丰富注释的资源,GarmentSketch为推进草图理解、细粒度时尚图像生成以及设计中的创意人机协作奠定了基础。该数据集将可在以下网址获取:https://khangbdd.github.io/garmentsketch。
cs.CV / 22 / 2606.14035

Toward 360-Degree Indoor Panorama Editing via Tuning-Free Diffusion Model with Refocusing Cross-Attention

通过无调优扩散模型与重聚焦交叉注意力实现360度室内全景编辑
Vo, Dinh-Khoi, Le-Hinh, Nhut-Thanh, Huynh, Viet-Tham, Nguyen, Tam V., Tran, Minh-Triet, Le, Trung-Nghia
Abstract
Zero-shot text-guided diffusion has significantly advanced image editing; however, its practical usability remains constrained by three persistent challenges: prompt brittleness that requires meticulous prompt engineering, spillover edits that unintentionally affect non-target regions, and failures on small or cluttered objects caused by limited fine-grained supervision in training data. We propose FocusDiff (Target-Aware Refocusing for Tuning-Free Diffusion Editing), a tuning-free framework for precise and region-specific image manipulation based on refocusing cross-attention. Given a target region obtained through automated segmentation or manual selection, FocusDiff applies selective blurring to non-edit areas to guide attention toward the masked region while accurately transferring the object's identity, structure, and appearance to the edited output. Integrated context-preserving modules further ensure background fidelity and global coherence, enabling accurate edits from simple text prompts in a single pass. We also extend FocusDiff to 360-degree indoor panorama editing and demonstrate its effectiveness within virtual reality environments. Extensive experiments on our localized editing benchmark LIMB, comprising 30 multi-object images and 100 annotated examples including challenging small-object cases, show that FocusDiff outperforms existing zero-shot editors in text-image alignment and background preservation, achieving superior precision, photorealism, and usability. The project page is available at https://vdkhoi20.github.io/FocusDiff.
Chinese Translation
零-shot文本引导的扩散技术在图像编辑方面取得了显著进展;然而,其实际可用性仍受到三个持续挑战的限制:提示脆弱性需要细致的提示工程、溢出编辑无意中影响非目标区域,以及由于训练数据中有限的细粒度监督而导致的小型或杂乱对象的失败。我们提出了FocusDiff(面向目标的无调优扩散编辑重聚焦),这是一个基于重聚焦交叉注意力的无调优框架,用于精确和区域特定的图像处理。给定通过自动分割或手动选择获得的目标区域,FocusDiff对非编辑区域应用选择性模糊,以引导注意力朝向被遮罩区域,同时准确地将对象的身份、结构和外观转移到编辑输出中。集成的上下文保持模块进一步确保背景的保真度和全局一致性,使得从简单的文本提示中实现准确编辑成为可能。我们还将FocusDiff扩展到360度室内全景编辑,并展示其在虚拟现实环境中的有效性。在我们的本地化编辑基准LIMB上进行了广泛的实验,该基准包含30个多对象图像和100个注释示例,包括具有挑战性的小对象案例,结果表明FocusDiff在文本-图像对齐和背景保留方面优于现有的零-shot编辑器,实现了更高的精度、照片真实感和可用性。项目页面可访问:https://vdkhoi20.github.io/FocusDiff。
cs.CV / 23 / 2606.14042

Rethinking One-Step Image Editing through ChordEdit: Reproduction, Simplification, and New Insights

通过 ChordEdit 重新思考一步图像编辑:再现、简化与新见解
Li, Minghan, Moebel, Jeremy, Wang, Mengyu
Abstract
One-step image editing is important for making text-guided editing fast, practical, and easy to deploy, but its underlying mechanism is still not fully understood. We revisit ChordEdit through reproduction, ablation, and simplification. Our analysis shows that a) the chord window $\delta$ largely acts as an effective timestep shift from $t$ to $t - \delta$; b) chord transport acts on high-noise images and mainly performs low-frequency semantic editing; and c) proximal alignment acts on low-noise images and complements it by adding high-frequency target details. In this view, ChordEdit naturally decomposes editing into a coarse low-frequency transport stage and a fine high-frequency alignment stage. These findings suggest a path toward prompt-conditioned dynamic timestep selection for adaptive image editing. All code and results can be found at \href{https://github.com/Harvard-AI-and-Robotics-Lab/ChordEdit-Reproduction}{link}.
Chinese Translation
一步图像编辑对于快速、实用和易于部署的文本引导编辑至关重要,但其基本机制仍未完全理解。我们通过再现、消融和简化重新审视了 ChordEdit。我们的分析表明:a) 和弦窗口 $eta$ 在很大程度上充当了从 $t$ 到 $t - eta$ 的有效时间步移位;b) 和弦传输作用于高噪声图像,主要执行低频语义编辑;c) 近端对齐作用于低噪声图像,并通过添加高频目标细节来补充它。从这个角度来看,ChordEdit 自然将编辑分解为粗略的低频传输阶段和精细的高频对齐阶段。这些发现为适应性图像编辑提供了一条基于提示条件的动态时间步选择的路径。所有代码和结果可以在 exttt{https://github.com/Harvard-AI-and-Robotics-Lab/ChordEdit-Reproduction} 找到。
cs.CV / 24 / 2606.14048

WAM4D: Fast 4D World Action Model via Spatial Register Tokens

WAM4D:通过空间注册令牌实现快速的4D世界动作模型
Li, Ying, Wei, Xiaobao, Cao, Jiajun, Wang, Hao, Chi, Xiaowei, Bai, Chengyu, Sun, Qianpu, Li, Jiajun, Zhang, Xiaojie, Tang, Jian, Han, Sirui, Zhang, Shanghang
Abstract
World action models (WAMs) have recently shown promise in jointly modeling future observations and executable robot actions. However, most existing WAMs still operate in 2D video or latent spaces, where visually plausible rollouts miss the 3D spatial constraints and occluded contact geometry required for precise manipulation. While geometric foundation models offer strong priors for recovering dense 3D structure and motion from visual observations, forcing WAMs to predict the dense 4D representation introduces costly geometric decoding and slows down causal action generation. To address the trade-off, we present WAM4D, a fast 4D world action model that uses lightweight spatial register tokens as training-time future-depth readouts to transfer pretrained geometric priors into a causal video-action transformer, then removes the register branch for lightweight action inference. To prevent non-causal shortcuts, we further design causal mixture attention for the Mixture-of-Transformers (MoT) WAM backbone, defining modality-specific visibility among video, action, and geometry tokens. Comprehensive experiments on RoboTwin 2.0 and challenging real-world manipulation tasks show that WAM4D improves spatial consistency and achieves competitive action prediction while maintaining efficient inference.
Chinese Translation
世界动作模型(WAMs)最近在联合建模未来观察和可执行机器人动作方面展现了良好的前景。然而,大多数现有的WAM仍然在2D视频或潜在空间中操作,其中视觉上合理的展开缺乏精确操作所需的3D空间约束和遮挡接触几何。尽管几何基础模型为从视觉观察中恢复密集的3D结构和运动提供了强有力的先验,但强迫WAM预测密集的4D表示会引入昂贵的几何解码,从而减慢因果动作生成。为了解决这一权衡问题,我们提出了WAM4D,这是一种快速的4D世界动作模型,使用轻量级空间注册令牌作为训练时的未来深度读出,将预训练的几何先验转移到因果视频-动作变换器中,然后去除注册分支以实现轻量级动作推理。为了防止非因果的捷径,我们进一步为Mixture-of-Transformers(MoT)WAM骨干设计了因果混合注意力,定义了视频、动作和几何令牌之间特定于模态的可见性。在RoboTwin 2.0和具有挑战性的真实世界操作任务上的全面实验表明,WAM4D提高了空间一致性,并在保持高效推理的同时实现了具有竞争力的动作预测。
cs.CV / 25 / 2606.14071

ShearFuse-UNet: Hadamard, DCT, and Shearlet Transform Fusion for Next-Day Wildfire Spread Prediction

ShearFuse-UNet:用于次日野火传播预测的Hadamard、离散余弦变换和剪切变换融合
Meco, Ene, Luo, Yingyi, Hamdan, Emadeldeen, Watts, Adam, Cetin, Ahmet Enis
Abstract
We propose ShearFuse-UNet, a lightweight and computationally efficient deep learning model for next-day wildfire spread prediction from multi-modal satellite data. The model integrates three complementary transform-domain branches inside each encoder block of a U-Net backbone: a 2D Fast Walsh-Hadamard Transform (WHT) branch, a 2D Discrete Cosine Transform (DCT) branch, and a cone-adapted digital Shearlet residual branch. The WHT and DCT branches establish orthogonal latent spaces with learnable spectral scaling and fixed soft-thresholding, while the Shearlet branch provides anisotropic, multi-directional feature decomposition that explicitly encodes the elongated edge structures characteristic of fire fronts. A learned SpectralFusion gate adaptively combines the WHT and DCT responses, and the Shearlet reconstruction is added as a residual. This three-branch design bears a loose structural analogy to transformer self-attention: the WHT and DCT branches provide complementary spectral representations that are adaptively fused, while the Shearlet branch contributes directional content through a residual pathway. Unlike self-attention, the proposed design relies on fixed mathematical transforms rather than learned projection operators, reducing parameter count and computational cost. Evaluated on the WildfireSpreadTS dataset, ShearFuse-UNet achieves an F1 score of 0.596 with only 267k parameters, outperforming a ResNet18-based U-Net (14M parameters, F1 = 0.589) and demonstrating a highly favorable accuracy-efficiency trade-off. Results on the Google Next-Day Wildfire Spread dataset further validate these findings across a different benchmark.
Chinese Translation
我们提出了ShearFuse-UNet,这是一种轻量级且计算高效的深度学习模型,用于从多模态卫星数据中预测次日野火传播。该模型在U-Net主干的每个编码器块内集成了三个互补的变换域分支:一个二维快速Walsh-Hadamard变换(WHT)分支,一个二维离散余弦变换(DCT)分支,以及一个锥适应数字剪切(Shearlet)残差分支。WHT和DCT分支建立了具有可学习谱缩放和固定软阈值的正交潜在空间,而剪切分支则提供各向异性、多方向的特征分解,明确编码了火焰前沿特有的细长边缘结构。一个学习的SpectralFusion门自适应地结合了WHT和DCT的响应,剪切重建作为残差添加。这个三分支设计与变换器自注意力有着松散的结构类比:WHT和DCT分支提供互补的谱表示,这些表示被自适应融合,而剪切分支通过残差路径贡献方向性内容。与自注意力不同,所提出的设计依赖于固定的数学变换,而不是学习的投影算子,从而减少了参数数量和计算成本。在WildfireSpreadTS数据集上的评估显示,ShearFuse-UNet以仅267k参数达到了0.596的F1分数,优于基于ResNet18的U-Net(14M参数,F1 = 0.589),并展示了高度有利的准确性与效率的权衡。在Google Next-Day Wildfire Spread数据集上的结果进一步验证了这些发现,表现出在不同基准上的一致性。
cs.CV / 26 / 2606.14072

Diffusion-Refined Segmentation and Vision-Language Interpretation for Pediatric Brain Tumor MRI

儿童脑肿瘤MRI的扩散精细分割与视觉-语言解释
Ke, Wentao, Liu, Jianche
Abstract
Accurate pediatric brain tumor segmentation remains challenging due to limited annotated data, heterogeneous imaging phenotypes, diffuse tumor boundaries, and class imbalance across tumor subregions. Here, we present a two-stage deep learning framework for improving multi-modal pediatric brain MRI segmentation and clinical interpretation. First, we evaluate 3D Res U-Net and Swin-UNETR baselines on BraTS-PEDs MRI scans, using four co-registered modalities to predict tumor core, whole tumor, and enhancing tumor regions. Second, we introduce diffusion-based refinement models conditioned on coarse Swin-UNETR predictions, including a 3D DDPM refiner and MedSegDiff. Conditioning substantially improves diffusion stability and performance, particularly for enhancing tumor boundary segmentation. Conditioned MedSegDiff achieves the strongest boundary agreement with the lowest HD95. Finally, predicted tumor volumes and representative segmentation overlays are integrated with a multimodal language model to generate structured radiology-style reports. Together, our results suggest that coarse-to-refined diffusion segmentation can improve pediatric tumor boundary delineation and support end-to-end interpretable AI-assisted neuro-oncology workflows.
Chinese Translation
由于标注数据有限、成像表型异质、肿瘤边界模糊以及肿瘤亚区域之间的类别不平衡,准确的儿童脑肿瘤分割仍然面临挑战。在此,我们提出了一种两阶段深度学习框架,以改善多模态儿童脑MRI的分割和临床解释。首先,我们在BraTS-PEDs MRI扫描上评估了3D Res U-Net和Swin-UNETR基线模型,使用四种共注册模态来预测肿瘤核心、整个肿瘤和增强肿瘤区域。其次,我们引入了基于扩散的精细化模型,该模型以粗略的Swin-UNETR预测为条件,包括3D DDPM精细化器和MedSegDiff。条件化显著提高了扩散的稳定性和性能,特别是在增强肿瘤边界分割方面。条件化的MedSegDiff在边界一致性方面表现最佳,且HD95值最低。最后,预测的肿瘤体积和代表性分割叠加图与多模态语言模型集成,以生成结构化的放射学风格报告。综合来看,我们的结果表明,粗到精的扩散分割可以改善儿童肿瘤边界的描绘,并支持端到端可解释的AI辅助神经肿瘤学工作流程。
cs.CV / 27 / 2606.14081

Clay-CNN Hybrids: Leveraging Geo-Foundational Models as Auxiliary Context for Landslide Detection

粘土-CNN混合模型:利用地理基础模型作为滑坡检测的辅助上下文
Vu, Huong Binh
Abstract
Rapid post-event landslide mapping is essential for disaster response but remains difficult to automate due to extreme class imbalance. This study evaluates whether Clay v1.5, a Geo-Foundational Model (GFM), can improve pixel-level landslide segmentation on the Landslide4Sense (L4S) benchmark, which contains 3,799 training chips with 14 Sentinel-2 and terrain bands and approximately 2% positive pixels. We compare three strategies: Clay as the primary encoder with multi-scale residual terrain fusion, a U-Net backbone augmented with Clay semantic context at the bottleneck, and a standard U-Net baseline. The hybrid U-Net + Clay model with two-stage Low-Rank Adaptation (LoRA) achieved the best test F1 of 64.5 +/- 1.8% over three seeds, surpassing the Clay-only backbone (55.2 +/- 3.6%) and the U-Net baseline (59.9%). Clay as a standalone encoder underperformed the U-Net due to the absence of multi-scale skip connections, but its pretrained representations consistently improved performance when injected as auxiliary context. These findings suggest that GFMs are most effective for landslide detection when they complement spatially detailed convolutional architectures rather than replace them.
Chinese Translation
快速的事件后滑坡制图对于灾害响应至关重要,但由于极端的类别不平衡,自动化仍然困难。本研究评估了Geo-基础模型(GFM)Clay v1.5是否能够改善在包含3799个训练样本、14个Sentinel-2和地形波段以及约2%正像素的Landslide4Sense (L4S)基准上的像素级滑坡分割。我们比较了三种策略:将Clay作为主要编码器与多尺度残差地形融合,使用Clay语义上下文增强瓶颈的U-Net骨干,以及标准的U-Net基线。采用两阶段低秩适应(LoRA)的混合U-Net + Clay模型在三个种子上实现了最佳测试F1值为64.5 +/- 1.8%,超越了仅使用Clay的骨干(55.2 +/- 3.6%)和U-Net基线(59.9%)。由于缺乏多尺度跳跃连接,Clay作为独立编码器的表现不如U-Net,但其预训练表示在作为辅助上下文注入时始终改善了性能。这些发现表明,当GFM与空间细节丰富的卷积架构互补而非替代时,滑坡检测的效果最佳。
cs.CV / 28 / 2606.14094

FEMOT: Multi-Object Tracking using Frame and Event Cameras

FEMOT:基于帧和事件相机的多目标跟踪
Wang, Shiao, Wang, Xiao, Wang, Chao, Li, Yitao, Liu, Menghao, Jiang, Bo, Wang, Yaowei, Tian, Yonghong, Tang, Jin
Abstract
Conventional RGB cameras have been widely used in multi-object tracking due to their ability to capture rich appearance and semantic information. However, their performance is often degraded under complex real-world challenges, such as motion blur, low illumination, and overexposure. Bio-inspired event cameras offer high temporal resolution and high dynamic range, providing complementary cues under extreme scenarios. Nevertheless, RGB-event multi-object tracking remains underexplored due to the lack of large-scale and well-annotated datasets. To address this issue, we propose FEMOT, a large-scale RGB-event multi-object tracking dataset that covers diverse real-world scenarios and 14 challenging attributes. With both RGB and event data as well as high-quality annotations, FEMOT provides a reliable platform for systematically evaluating RGB-event multi-object tracking methods. Based on FEMOT, we retrain and evaluate over ten strong trackers, thereby establishing a comprehensive benchmark for future research. Furthermore, we propose FEMOTR, a multimodal tracking framework that decouples RGB and event features and fuses them in the frequency domain, thereby effectively exploiting their complementary characteristics for robust object localization and identity association. Extensive experiments on FEMOT and DSEC-MOT datasets demonstrate the effectiveness of the proposed method. The source code and benchmark dataset have been released on https://github.com/Event-AHU/FEMOT.
Chinese Translation
传统的RGB相机因其能够捕捉丰富的外观和语义信息而广泛应用于多目标跟踪。然而,在复杂的现实世界挑战下,例如运动模糊、低光照和过曝,其性能往往会下降。受生物启发的事件相机提供了高时间分辨率和高动态范围,在极端场景下提供了互补线索。然而,由于缺乏大规模和良好标注的数据集,RGB-事件多目标跟踪仍然未得到充分探索。为了解决这一问题,我们提出了FEMOT,一个大规模的RGB-事件多目标跟踪数据集,涵盖了多样的现实场景和14个具有挑战性的属性。FEMOT同时提供RGB和事件数据以及高质量的标注,为系统评估RGB-事件多目标跟踪方法提供了可靠的平台。基于FEMOT,我们重新训练并评估了十多种强大的跟踪器,从而为未来的研究建立了一个全面的基准。此外,我们提出了FEMOTR,一个多模态跟踪框架,该框架将RGB和事件特征解耦并在频域中融合,从而有效利用它们的互补特性,实现稳健的目标定位和身份关联。在FEMOT和DSEC-MOT数据集上的大量实验验证了所提方法的有效性。源代码和基准数据集已发布在https://github.com/Event-AHU/FEMOT。
cs.CV / 29 / 2606.14096

A New Multi-Domain Benchmark for Micro-Action Recognition and Detection

一种新的多领域微动作识别与检测基准
Hao, Yanbin, Liu, Pengyu, Wei, Xing, Yang, Xun, Gu, Dan, Wang, Meng
Abstract
Micro-actions are short-duration, low-amplitude subtle body movements at the whole-body level that can reveal latent intentions, involuntary reactions, and fine-grained affective changes. Our previous MA-52 benchmark has provided an important foundation for micro-action recognition, but it remains limited in scale, scene diversity, task coverage, and evaluation protocols. To advance micro-action analysis toward more realistic and comprehensive settings, we introduce MMA-82, a large-scale multi-domain extension of MA-52. MMA-82 expands the label space from 52 to 82 fine-grained micro-action categories and covers four distinct domains, including laboratory interviews, street interviews, psychiatric patient interviews, and emotion-rich television videos, resulting in 77,856 annotated instances from 454 subjects. Built upon MMA-82, we establish two core tasks: Micro-Action Recognition and Multi-label Micro-Action Detection. For recognition, we further define in-domain and cross-domain protocols, including few-shot and zero-shot settings, to evaluate model robustness, transferability, and generalization. Extensive experiments show that current methods still struggle with realistic micro-action understanding, especially under domain shift, long-tailed category distributions, and complex temporal localization. Beyond benchmarking, we investigate the relationship between micro-actions and emotion, showing that micro-actions are strongly associated with emotional states and provide complementary cues to facial micro-expressions for improved emotion recognition. These results demonstrate that MMA-82 serves as a comprehensive and challenging benchmark for realistic micro-action analysis and a valuable resource for human-centered AI. MMA-82 is available at https://github.com/LpyNow/MMA-82.
Chinese Translation
微动作是短时、低幅度的细微身体运动,能够揭示潜在意图、非自愿反应以及细致的情感变化。我们之前的 MA-52 基准为微动作识别提供了重要基础,但在规模、场景多样性、任务覆盖和评估协议方面仍然有限。为了推动微动作分析向更现实和全面的环境发展,我们引入了 MMA-82,这是 MA-52 的大规模多领域扩展。MMA-82 将标签空间从 52 个扩展到 82 个细粒度微动作类别,并覆盖四个不同领域,包括实验室访谈、街头访谈、精神病患者访谈和情感丰富的电视视频,共计 77,856 个标注实例,来自 454 个受试者。在 MMA-82 的基础上,我们建立了两个核心任务:微动作识别和多标签微动作检测。对于识别任务,我们进一步定义了领域内和跨领域的协议,包括少样本和零样本设置,以评估模型的鲁棒性、可迁移性和泛化能力。大量实验表明,当前方法在现实微动作理解方面仍然面临挑战,尤其是在领域转移、长尾类别分布和复杂时间定位的情况下。除了基准测试,我们还探讨了微动作与情感之间的关系,表明微动作与情感状态密切相关,并为面部微表情提供了补充线索,以改善情感识别。这些结果表明,MMA-82 作为一个全面且具有挑战性的基准,适用于现实微动作分析,并为以人为中心的人工智能提供了宝贵资源。MMA-82 可在 https://github.com/LpyNow/MMA-82 获取。
cs.CV / 30 / 2606.14125

Conditioning Matters: Stabilizing Inversion and Attention in Diffusion Image Editing

条件的重要性:在扩散图像编辑中的稳定反演与注意力
Zhan, Zheyuan, Li, Hongchen, Wang, Can, Ma, Yinfei, Huang, Mingzhen, Bai, Ruoshi, Chen, Jiawei, Lyu, Siwei, Chen, Defang
Abstract
Inversion-based image editing offers flexible and training-free control but still struggles with inversion accuracy and the trade-off between editing fidelity and background preservation. While recent methods improve inversion formulations or attention interactions, the role of textual conditioning in shaping diffusion dynamics and editing behavior remains underexplored. We show both empirically and theoretically that the precision of textual conditioning influences inversion stability by modulating the geometry of the diffusion velocity field, while also affecting the consistency of cross-branch attention during editing. These effects directly impact background preservation and semantic fidelity. Building on this analysis, we propose SimEdit, a conditioning-aware framework with two complementary components: (a) conditioning refinement, which constructs conditioning signals with improved semantic precision and structural alignment to facilitate stable inversion and consistent attention manipulation, and (b) token-wise cross-branch attention control, which separates edit-relevant and structure-preserving components and modulates them asymmetrically during attention manipulation. Extensive experiments on PIE-Bench demonstrate that SimEdit consistently improves both inversion reconstruction quality and editing performance over previous attention-manipulation approaches. Our code is available at https://github.com/zju-pi/SimEdit.
Chinese Translation
基于反演的图像编辑提供了灵活且无需训练的控制,但在反演精度以及编辑保真度与背景保留之间的权衡方面仍然面临挑战。尽管最近的方法改善了反演公式或注意力交互,但文本条件在塑造扩散动态和编辑行为中的作用仍未得到充分探索。我们通过实证和理论分析表明,文本条件的精确性通过调节扩散速度场的几何形状影响反演的稳定性,同时也影响编辑过程中跨分支注意力的一致性。这些效应直接影响背景保留和语义保真度。在此分析的基础上,我们提出了SimEdit,一个关注条件的框架,包含两个互补组件:(a)条件精炼,通过构建具有更高语义精确性和结构对齐的条件信号来促进稳定反演和一致的注意力操控;(b)逐标记跨分支注意力控制,分离与编辑相关的组件和保持结构的组件,并在注意力操控过程中不对称地调节它们。在PIE-Bench上的大量实验表明,SimEdit在反演重建质量和编辑性能上始终优于先前的注意力操控方法。我们的代码可在 https://github.com/zju-pi/SimEdit 获取。
cs.CV / 31 / 2606.14129

BoRAD: Bootstrap your Own Representations for Multi-class Anomaly Detection

BoRAD:为多类异常检测自助生成表示
Khuong, Duy Hoang, Minh, Tri Nguyen, Viet, Ngu Huynh Cong
Abstract
Reconstruction-based anomaly detection is attractive for industrial inspection, but scaling it from category-specific training to a one-for-all setting is challenging. A single model must reconstruct diverse normal appearances without copying abnormal details, which exposes two coupled failure modes: identical shortcut, where anomalies pass through the reconstruction path, and mis-reconstruction, where normal categories are confused with one another. We propose \textbf{BoRAD}, a label-free training framework that treats this as a representation-capacity allocation problem. BoRAD uses a shared learnable prototype bank to impose two complementary regularizers: spatial prototype alignment contracts local within-prototype variation to suppress anomaly copying, while prototype-relative global alignment preserves between-prototype structure and improves sensitivity to abnormal angular deviations. The prototype bank and prediction heads are used only during training; inference remains a standard teacher-student feature discrepancy pass, with no class labels, negative pairs, memory retrieval, or prototype lookup. BoRAD achieves competitive one-for-all anomaly detection performance, including 86.2\% mAD on MVTec AD, 80.7\% mAD on VisA and 73.1\% mAD on Real-IAD. Diagnostic analyses further show reduced anomaly leakage, improved normal-category separability, and stronger anomaly-normal score separation.
Chinese Translation
基于重建的异常检测在工业检测中具有吸引力,但将其从特定类别的训练扩展到通用设置是具有挑战性的。单一模型必须重建多样的正常外观而不复制异常细节,这暴露了两种耦合的失败模式:相同的捷径,其中异常通过重建路径,和错误重建,其中正常类别相互混淆。我们提出了 extbf{BoRAD},一个无标签的训练框架,将此视为表示能力分配问题。BoRAD使用一个共享的可学习原型库来施加两个互补的正则化器:空间原型对齐收缩局部原型内变异以抑制异常复制,而原型相对全局对齐保持原型之间的结构,并提高对异常角度偏差的敏感性。原型库和预测头仅在训练期间使用;推理仍然是标准的教师-学生特征差异传递,无需类别标签、负对、记忆检索或原型查找。BoRAD在一体化异常检测性能上表现出竞争力,包括在MVTec AD上达到86.2\%的mAD,在VisA上达到80.7\\%的mAD,以及在Real-IAD上达到73.1\\%的mAD。诊断分析进一步显示减少了异常泄漏,提高了正常类别的可分性,以及更强的异常-正常分数分离。
cs.CV / 32 / 2606.14153

Encoder Winners Do Not Reliably Transfer Across VLA Backbone Scale: A Frozen-Backbone Grafting Diagnostic

编码器赢家在 VLA 主干尺度上并不可靠地迁移:一种冻结主干嫁接诊断
Zeng, Qingping, She, Fei
Abstract
Vision-language-action (VLA) policies typically inherit their vision encoder from upstream VLM releases, but it is unclear whether an encoder choice validated on a small VLA transfers to a larger backbone. We introduce a frozen-backbone grafting diagnostic: the vision tower of a released VLA is replaced by a candidate encoder under a fixed protocol (adaptive average pooling, LayerNorm, and a single trainable linear projector), with the language model and action expert frozen. Across four encoders, two LIBERO suites, two backbones (SmolVLA-450M and $\pi_{0.5}$-3.3B), and two-to-three seeds per cell (40 main grafting runs plus native, LoRA, pooling, and zero-/shuffled-image controls, all scored by offline action MSE), the small-backbone winner does not reliably select the large-backbone top tier: SigLIP is best on SmolVLA across both suites, while on $\pi_{0.5}$ DINOv2-small leads the spatial suite and the object suite is a seed-sensitive near-tie band; three of the four backbone-suite comparisons (and 11 of 12 seed-level cells) support backbone-dependent rankings. The grafting wrapper is itself non-neutral with opposite sign across backbones (+45-56% MSE on the SmolVLA native tower, -50-52% on $\pi_{0.5}$), so all conclusions are conditional on the fixed grafting protocol. We position frozen grafting as a cheap target-backbone diagnostic to run before committing to an encoder at scale, not as a closed-loop deployment claim.
Chinese Translation
视觉-语言-行动(VLA)策略通常从上游的视觉语言模型(VLM)发布中继承其视觉编码器,但尚不清楚在小型 VLA 上验证的编码器选择是否能迁移到更大的主干上。我们引入了一种冻结主干嫁接诊断:在固定协议(自适应平均池化、层归一化和单个可训练线性投影器)下,将发布的 VLA 的视觉塔替换为候选编码器,同时语言模型和行动专家保持冻结。在四个编码器、两个 LIBERO 套件、两个主干(SmolVLA-450M 和 $ ext{π}_{0.5}$-3.3B)以及每个单元的两个到三个种子(40 次主要嫁接运行,加上原生、LoRA、池化和零/打乱图像控制,所有结果通过离线行动均方误差(MSE)评分)中,小型主干赢家并未可靠地选择大型主干的顶级编码器:SigLIP 在两个套件的 SmolVLA 上表现最佳,而在 $ ext{π}_{0.5}$ 上,DINOv2-small 在空间套件中领先,物体套件则是对种子敏感的接近平局带;四个主干-套件比较中的三项(以及 12 个种子级单元中的 11 个)支持主干依赖的排名。嫁接包装本身在不同主干之间并非中性,表现出相反的符号(在 SmolVLA 原生塔上 MSE 增加 45-56%,在 $ ext{π}_{0.5}$ 上减少 50-52%),因此所有结论都依赖于固定的嫁接协议。我们将冻结嫁接定位为在大规模承诺编码器之前运行的廉价目标主干诊断,而不是作为闭环部署的声明。
cs.CV / 33 / 2606.14162

VideoWeave: Unlocking Geometric Consistency in Video Generation via Joint Geometry-Video Modeling

VideoWeave:通过联合几何-视频建模解锁视频生成中的几何一致性
Xiang, Xunzhi, Duan, Zixuan, Chen, Yabo, Wei, Zhengxuan, Zhang, Guiyu, Gu, Zixiao, Gao, Zhe, Huang, Haibin, Zhang, Chi, Fan, Qi, Li, Xuelong
Abstract
Large-scale video diffusion models often fail to preserve 3D structure over time, causing geometric drift and implausible motion under viewpoint changes. Existing methods usually enforce geometric consistency by using explicit geometry reconstructions, such as depth maps, point clouds, or reconstructed 3D structures, to define conditions, supervision, or reward signals, making the generator sensitive to errors from upstream geometry pipelines. We propose VideoWeave, a latent-space post-training framework that uses implicit geometry-model features to constrain the generative distribution, providing a more flexible and non-rigid form of guidance that mitigates the impact of reconstruction errors from geometry models. Specifically, VideoWeave adapts these features into geometry latents and jointly models them with video latents in a shared denoising space, allowing geometry to shape the generative distribution during training. To support this process, we build GeoVid-80K, an 80K-video dataset with paired appearance and geometry representations. Experiments on text-to-video and image-to-video generation show that VideoWeave improves geometric coherence while preserving strong visual quality. VideoWeave project page at https://videoweave.github.io/
Chinese Translation
大规模视频扩散模型往往无法在时间上保持三维结构,导致几何漂移和在视角变化下的不合理运动。现有方法通常通过使用显式几何重建(如深度图、点云或重建的三维结构)来强制几何一致性,以定义条件、监督或奖励信号,使生成器对上游几何管道的错误敏感。我们提出了VideoWeave,一种潜在空间后训练框架,利用隐式几何模型特征来约束生成分布,提供一种更灵活和非刚性的指导形式,从而减轻几何模型重建错误的影响。具体而言,VideoWeave将这些特征适应为几何潜变量,并在共享去噪空间中与视频潜变量共同建模,使几何在训练过程中塑造生成分布。为了支持这一过程,我们构建了GeoVid-80K,一个包含成对外观和几何表示的80K视频数据集。对文本到视频和图像到视频生成的实验表明,VideoWeave在保持强视觉质量的同时改善了几何一致性。VideoWeave项目页面:https://videoweave.github.io/
cs.CV / 34 / 2606.14168

MUSE: Agentic 3D Scene Authoring via Memory-Grounded Incremental Requirement Satisfaction

MUSE:基于记忆的增量需求满足的自主3D场景创作
Xu, Ruijie, Zhu, Xinnan, Ying, Jiayu, Dong, Daoguo, Ji, Yuzhou, Tan, Xin
Abstract
Text-driven 3D scene generation is a promising technique for digital content creation, embodied AI simulation, and interactive design, yet practical workflows often require refining, extending, or correcting existing scenes while preserving non-target content. Existing methods can produce realistic and structurally plausible scenes, but they generally lack editability with requirement-level state tracking, so part-level failures often lead to full-scene regeneration or manual intervention. To tackle this challenge, we formulate controllable 3D scene authoring as incremental requirement satisfaction, unifying construction and editing. In this paper, we present MUSE, a memory-grounded multi-agent framework in which an Architect compiles instructions into structured requirements, a Sculptor executes local scene operations, and an Inspector verifies each step while updating Working, Scene, and Skill Memory. To evaluate requirement-level controllability and preservation-aware editing, we introduce AuthorBench, offering 145 constrained construction cases and a 1,584-case preservation-aware editing pool paired with external structured checks. On full construction cases, MUSE improves All-Goal success from 37.9 to 80.7 and surface-constraint fulfillment from 35.0 to 92.6 over the strongest baseline. On a stratified 240-case editing test split, MUSE achieves 49.6 All-Goal success, 99.9 preservation rate, and only 0.6 unintended change rate. Beyond automated metrics, human evaluations on compared local-editing baselines support stronger alignment with user intent, and downstream navigation-proxy tests indicate stronger spatial stability. Combined with ablations validating our memory designs, these results establish MUSE as an effective framework for controllable 3D scene authoring.
Chinese Translation
基于文本的3D场景生成是一种有前景的数字内容创作、具身人工智能模拟和互动设计技术,但实际工作流程通常需要在保留非目标内容的同时,细化、扩展或修正现有场景。现有方法能够生成逼真且结构上合理的场景,但通常缺乏需求级状态跟踪的可编辑性,因此部分级别的失败往往导致整个场景的重新生成或人工干预。为了解决这一挑战,我们将可控的3D场景创作形式化为增量需求满足,统一了构建与编辑。在本文中,我们提出了MUSE,一个基于记忆的多智能体框架,其中建筑师(Architect)将指令编译成结构化需求,雕刻师(Sculptor)执行局部场景操作,检查员(Inspector)在更新工作、场景和技能记忆的同时验证每一步。为了评估需求级的可控性和关注保留的编辑,我们引入了AuthorBench,提供145个受限构建案例和一个包含1,584个案例的关注保留编辑池,并配有外部结构检查。在完整构建案例中,MUSE将所有目标成功率从37.9提高到80.7,表面约束满足率从35.0提高到92.6,超越了最强基线。在一个分层的240案例编辑测试中,MUSE实现了49.6的所有目标成功率、99.9的保留率和仅0.6的意外变化率。除了自动化指标外,人类对比局部编辑基线的评估支持与用户意图的更强一致性,下游导航代理测试表明更强的空间稳定性。结合验证我们记忆设计的消融实验,这些结果确立了MUSE作为一个有效的可控3D场景创作框架。
cs.CV / 35 / 2606.14194

Hybrid Classical-Quantum (HCQ) Alzheimer's Classification via Supervised $\beta$-VAE and Quantum Kernels

基于监督 $eta$-变分自编码器和量子核的混合经典-量子(HCQ)阿尔茨海默病分类
Tiwari, Tia, Kancharla, Vamshi Krishna, Sinha, Neelam
Abstract
This paper presents a two-stage Hybrid Classical-Quantum (HCQ) pipeline for binary Alzheimer's disease (AD) classification from 3D T1-weighted structural MRI volumes, where the classical and quantum components are designed to complement each other rather than operate independently. A supervised 3D $\beta$-variational autoencoder (VAE) is trained end-to-end under voxel-wise reconstruction, KL-divergence, and focal classification losses that compress each 3D MRI volume (resized from 152 x 184 x 152 to 96 x 96 x 96) into a 64-dimensional latent code. Partial Least Squares (PLS) regression selects the six components in the latent code that best separate Alzheimer's Disease (AD) from cognitively normal (CN) subjects and rescales them into rotation angles, which are encoded onto a six-qubit register using the ZZ quantum feature map to give us the respective quantum states. The input to a precomputed-kernel Support Vector Machine (SVM) is an N x N Gram matrix (N = 308), created by calculating the overlap between every pair of quantum states. The novelty of this work lies in the fact that the quantum kernel operates directly on disease-aware features that are learned end-to-end by a supervised autoencoder, rather than on pre-extracted inputs. On 308 ADNI-1 subjects, consisting of 137 AD and 171 CN subjects, the baseline achieved 67.2% accuracy and 0.759 AUC, while the stability-enhanced variant reached 72.1% accuracy and 0.799 AUC with cross-fold variance halved. 3D Grad-CAM further helped validate our model's focus on brain regions linked to Alzheimer's. The HCQ pipeline could serve as a general-purpose framework for diagnostic classification across biomedical imaging domains that present similar challenges for classical approaches.
Chinese Translation
本文提出了一种两阶段的混合经典-量子(HCQ)管道,用于从3D T1加权结构MRI体积中进行二分类阿尔茨海默病(AD)分类,其中经典和量子组件旨在相互补充,而非独立操作。我们训练了一个监督的3D $eta$-变分自编码器(VAE),在体素级重建、KL散度和焦点分类损失下进行端到端训练,将每个3D MRI体积(从152 x 184 x 152调整为96 x 96 x 96)压缩为64维潜在编码。偏最小二乘(PLS)回归选择潜在编码中六个最佳分离阿尔茨海默病(AD)与认知正常(CN)受试者的成分,并将其重新缩放为旋转角度,这些角度通过ZZ量子特征映射编码到六个量子比特寄存器中,从而生成相应的量子态。预计算核支持向量机(SVM)的输入是一个N x N Gram矩阵(N = 308),通过计算每对量子态之间的重叠来创建。该工作的创新之处在于量子核直接作用于通过监督自编码器端到端学习的疾病相关特征,而不是基于预提取的输入。在308名ADNI-1受试者(包括137名AD和171名CN受试者)上,基线模型达到了67.2%的准确率和0.759的AUC,而稳定性增强的变体则达到了72.1%的准确率和0.799的AUC,交叉折叠方差减半。3D Grad-CAM进一步帮助验证了我们模型对与阿尔茨海默病相关的脑区的关注。HCQ管道可以作为一个通用框架,用于在生物医学成像领域进行诊断分类,这些领域对经典方法提出了类似的挑战。
cs.CV / 36 / 2606.14230

A Multi-Domain Feature Fusion Framework for Generalizable Deepfake Detection Across Different Generators

一种多域特征融合框架用于跨不同生成器的可泛化深伪检测
Amjid, Amna, Qadir, Sana, Fatima, Mehwish, Shahzad, Raja Khurram
Abstract
Deepfakes are artificially generated images, audio, or videos that threaten privacy, security, and information integrity. Detecting such content is crucial for countering disinformation, as the latest models generate highly realistic content. While spatial- or frequency-based approaches achieve good detection rates on Generative Adversarial Networks (GANs)-based generated deepfakes, they often struggle with recent diffusion model-generated images. In particular, existing approaches rarely exploit complementary multi-domain representations or systematically evaluate cross-generator robustness. To address these challenges, we propose a multi-domain deepfake detection framework called SGFF-Net (Spatial-Gradient-Frequency Fusion Network) that integrates spatial, gradient, and DWT (Discrete Wavelet Transform)-based frequency representations within a dual residual learning architecture. Experimental results show that the SGFF-Net achieves 98.95\% accuracy in intra-dataset evaluation and improves performance in both cross-model (70.46\%) and cross-paradigm (69.94\%) settings. Incorporating multi-source training and data augmentation further enhances robustness, increasing accuracy from 70.46\% to 79.80\% in cross-model evaluation, from 69\% to 78\% in cross-paradigm evaluation, and from 61.50\% to 75.80\% on real-world data. Unlike single-domain detectors, the SGFF-Net learns complementary forensic cues across spatial, gradient, and wavelet-frequency domains, resulting in greater robustness under cross-generator and cross-paradigm evaluation. The results further show that combining multi-domain representations with data diversity and augmentation substantially improves generalization, providing practical insights for developing more reliable deepfake detection systems.
Chinese Translation
深伪是指人工生成的图像、音频或视频,这些内容威胁着隐私、安全和信息的完整性。检测此类内容对于对抗虚假信息至关重要,因为最新的模型生成高度逼真的内容。尽管基于空间或频率的方法在基于生成对抗网络(GANs)生成的深伪检测中取得了良好的检测率,但它们在处理最近的扩散模型生成的图像时常常面临困难。特别是,现有方法很少利用互补的多域表示或系统性地评估跨生成器的鲁棒性。为了解决这些挑战,我们提出了一种名为SGFF-Net(空间-梯度-频率融合网络)的多域深伪检测框架,该框架在双残差学习架构中集成了空间、梯度和基于离散小波变换(DWT)的频率表示。实验结果表明,SGFF-Net在数据集内部评估中达到了98.95%的准确率,并在跨模型(70.46%)和跨范式(69.94%)设置中提高了性能。结合多源训练和数据增强进一步增强了鲁棒性,使得跨模型评估的准确率从70.46%提高到79.80%,跨范式评估的准确率从69%提高到78%,在真实世界数据上的准确率从61.50%提高到75.80%。与单域检测器不同,SGFF-Net在空间、梯度和小波频率域中学习互补的取证线索,从而在跨生成器和跨范式评估中表现出更大的鲁棒性。结果进一步表明,将多域表示与数据多样性和增强相结合显著提高了泛化能力,为开发更可靠的深伪检测系统提供了实用的见解。
cs.CV / 37 / 2606.14251

HiST: A Hierarchical Sparse Transformer for Cross-Modal Spatial Transcriptomics Modeling

HiST:一种用于跨模态空间转录组建模的层次稀疏变换器
Wu, Weiyi, Xu, Xinwen, Diao, Xingjian, Li, Siting, Wei, Zhi, Andersson, Alma, Gui, Jiang
Abstract
Spatial transcriptomics (ST) links gene expression with tissue morphology but remains expensive and low-throughput, motivating surrogates that infer expression from routine histology. Whole-slide H&E-to-ST inference pairs a gigapixel image with gene measurements at a sparse, irregular set of locations, making multiscale modeling challenging without incurring dense-grid overhead or quadratic token mixing. We propose HiST, a hierarchical sparse transformer that treats measured locations as a lattice-indexed sparse field and builds a dyadic encoder--decoder directly on the active tissue footprint. HiST combines sparse window attention for local geometric correspondence with resolution-changing operators for rapid multiscale context integration. For a fixed window size, the dominant runtime and memory scale with the number of observed locations rather than the dense slide area. To mitigate slide-specific acquisition variation, HiST adds a bottlenecked global conditioning pathway via a \emph{slide calibration token} that summarizes slide-level context and conditions local representations. On a multi-organ benchmark spanning diverse tissues and acquisition sources, HiST improves predictive performance over recent baselines while reducing runtime and peak memory.
Chinese Translation
空间转录组学(ST)将基因表达与组织形态联系起来,但仍然成本高昂且通量低,这促使人们寻找替代方法,通过常规组织学推断基因表达。全幅H&E到ST的推断将一个千兆像素图像与稀疏、不规则位置上的基因测量配对,使得多尺度建模在不增加密集网格开销或二次令牌混合的情况下变得具有挑战性。我们提出了HiST,一种层次稀疏变换器,将测量位置视为一个格子索引的稀疏场,并在活动组织足迹上直接构建二元编码器-解码器。HiST结合了用于局部几何对应的稀疏窗口注意力和用于快速多尺度上下文集成的分辨率变化算子。在固定窗口大小的情况下,主导的运行时间和内存与观察到的位置数量相关,而不是与密集幻灯片区域相关。为了减轻幻灯片特定的采集变异,HiST通过一个 extit{幻灯片校准令牌}添加了一个瓶颈全局条件路径,该令牌总结了幻灯片级上下文并调节局部表示。在一个涵盖多种组织和采集来源的多器官基准测试中,HiST在提高预测性能的同时,减少了运行时间和峰值内存。
cs.CV / 38 / 2606.14277

One Layer's Trash is Another Layer's Treasure: Adaptive Layer-wise Visual Token Selection in LVLMs

一层的垃圾是另一层的宝藏:LVLM中的自适应层级视觉标记选择
Chen, Yongru, Zhang, Kai, Zong, Zeliang, Lu, Yuchen, Tan, Wenming, Ren, Ye, Hu, Jilin
Abstract
Large Vision-Language Models (LVLMs) have achieved remarkable success across diverse multimodal tasks, yet their practical deployment remains constrained by the computational burden arising from lengthy visual tokens. While visual token pruning has emerged as a promising solution, existing methods suffer from a fundamental limitation: once tokens are pruned at a specific layer, they become inaccessible to all subsequent layers, leading to premature information loss that can compromise model performance. Through empirical studies, we observe that different layers exhibit distinct visual region focus, indicating a varying optimal token subset across layers. Motivated by this insight, we propose Adaptive Layer-wise Visual Token Selection (ALVTS), a novel framework that breaks away from the conventional static token pruning paradigm. ALVTS incorporates a lightweight token selector to identify and route important tokens for further processing, while allowing less important tokens to skip the layer, thus minimizing computational redundancy. These two streams of tokens are seamlessly reintegrated before being fed into subsequent layers, facilitating adaptive compression across the entire model. Grounded in our importance consistency constrained low-rank approximation, the proposed token selection module closely emulates the full attention mechanism, effectively capturing its essential patterns without requiring model retraining. Extensive experiments on LLaVA-1.5, LLaVA-NeXT, and Qwen2.5-VL validate the effectiveness of our method. With an 89% token compression ratio, ALVTS retains 96.7% of the original model's accuracy, achieving a superior efficiency-accuracy trade-off for LVLM inference.
Chinese Translation
大型视觉语言模型(LVLM)在多种多模态任务中取得了显著成功,但其实际应用仍受到长视觉标记带来的计算负担的限制。尽管视觉标记剪枝已成为一种有前景的解决方案,但现有方法存在一个根本性限制:一旦在特定层剪枝标记,后续所有层将无法访问这些标记,导致信息的过早丢失,从而影响模型性能。通过实证研究,我们观察到不同层展现出不同的视觉区域关注,表明各层之间存在不同的最佳标记子集。基于这一见解,我们提出了自适应层级视觉标记选择(ALVTS),这是一个打破传统静态标记剪枝范式的新框架。ALVTS结合了一个轻量级的标记选择器,以识别和引导重要标记进行进一步处理,同时允许不太重要的标记跳过该层,从而最小化计算冗余。这两类标记在输入后续层之前无缝地重新整合,促进了整个模型的自适应压缩。基于我们重要性一致性约束的低秩近似,所提出的标记选择模块紧密模拟了完整的注意力机制,有效捕捉其基本模式,而无需重新训练模型。在LLaVA-1.5、LLaVA-NeXT和Qwen2.5-VL上的大量实验验证了我们方法的有效性。ALVTS以89%的标记压缩比保留了原始模型96.7%的准确性,实现了LVLM推理的优越效率-准确性权衡。
cs.CV / 39 / 2606.14292

A Robust Point Cloud Analysis Framework Inspired By Primary Visual Cortex

一种受初级视觉皮层启发的稳健点云分析框架
Dang, Jisheng, Pan, Dengyue, Deng, Delin, Zhang, Yifan, Wang, Bimei, Peng, Hong, Hu, Bin, Tian, Qi, Chua, Tat-Seng
Abstract
Despite significant advancements in point cloud analysis, reducing energy consumption and improving robustness remain understudied, largely due to the inherent limitations of Convolutional Neural Networks (CNNs). To address this issue, we draw inspiration from the primary visual cortex and propose a Dendritic-Connected Continuous-Coupled Neural Network (DC-CCNN), a novel Brain-Inspired Neural Network (BINN) architecture for point cloud analysis. By combining discrete and continuous encoding, our design replaces traditional Multilayer Perceptrons (MLPs) with more efficient and robust BINNs. Building upon this framework, we further propose an extended model, DC-CCNN++, to improve robustness under complex corruption conditions. Specifically, we introduce a Neuro-Inspired Robust Modulation-and-Readout Module (NRMR) to enhance feature stability and decision robustness through global-context gain modulation and dual-code evidence integration. We also design a Cortically Inspired Progressive Variability Training (CPVT) strategy, which progressively exposes the model to structured environmental variability while preserving stable clean-sample anchors during training. Experimental results show that DC-CCNN++ improves the performance of brain-inspired networks on point cloud analysis while maintaining performance comparable to state-of-the-art methods. Compared with the original DC-CCNN, it achieves stronger results on both classification and part segmentation, and exhibits enhanced robustness against sparsity, occlusion, Gaussian noise, salt-and-pepper noise, and spatial transformations. With its efficiency, robustness, and biologically grounded design, DC-CCNN++ provides a promising alternative to traditional deep learning methods for point cloud analysis. Code is available at https://anonymous.4open.science/r/DC-CCNNpp-44E3.
Chinese Translation
尽管点云分析取得了显著进展,但降低能耗和提高稳健性仍然是研究不足的领域,这在很大程度上归因于卷积神经网络(CNN)的固有局限性。为了解决这一问题,我们从初级视觉皮层中汲取灵感,提出了一种树突连接连续耦合神经网络(Dendritic-Connected Continuous-Coupled Neural Network, DC-CCNN),这是一种用于点云分析的新型脑启发神经网络(Brain-Inspired Neural Network, BINN)架构。通过结合离散和连续编码,我们的设计用更高效和稳健的BINN替代了传统的多层感知器(Multilayer Perceptrons, MLP)。在此框架基础上,我们进一步提出了扩展模型DC-CCNN++,以提高在复杂损坏条件下的稳健性。具体而言,我们引入了一种神经启发的稳健调制与读出模块(Neuro-Inspired Robust Modulation-and-Readout Module, NRMR),通过全局上下文增益调制和双重编码证据整合来增强特征稳定性和决策稳健性。我们还设计了一种皮层启发的渐进变异训练(Cortically Inspired Progressive Variability Training, CPVT)策略,该策略在训练过程中逐步使模型接触结构化环境变异,同时保持稳定的干净样本锚点。实验结果表明,DC-CCNN++在点云分析中提高了脑启发网络的性能,同时保持了与最先进方法相当的性能。与原始的DC-CCNN相比,它在分类和部分分割上取得了更强的结果,并在稀疏性、遮挡、高斯噪声、椒盐噪声和空间变换等方面表现出增强的稳健性。凭借其高效性、稳健性和生物学基础设计,DC-CCNN++为点云分析提供了传统深度学习方法的有希望的替代方案。代码可在 https://anonymous.4open.science/r/DC-CCNNpp-44E3 获取。
cs.CV / 40 / 2606.14297

Pix2Pix-Hybrid: Structure-Guided Conditional Synthesis of Hajj Crowd Images with Multi-Channel Conditioning and Weak Attribute Supervision

Pix2Pix-Hybrid:基于结构指导的哈吉人群图像条件合成与多通道条件和弱属性监督
Alshammari, Amirah F., Alzahrani, Bander A., Alowidi, Nahed A.
Abstract
Developing accurate crowd-counting models for Hajj pilgrimage scenes remains challenging because domain-specific annotated images are scarce and data collection during large gatherings raises privacy concerns. To address these limitations, this paper proposes Pix2Pix-Hybrid (P2P-H), a hybrid conditional GAN for structure-guided Hajj crowd-image synthesis and data augmentation. P2P-H builds on Pix2Pix and employs a U-Net generator conditioned on eight input channels that jointly encode structural cues (edges and grayscale) and contextual attributes (crowd density and time of day). To capture detailed textures in dense scenes, the framework integrates two multi-scale PatchGAN discriminators operating at different resolutions. The training procedure combines adversarial, perceptual, and feature-matching objectives with adaptive data augmentation and stabilization strategies. The model was trained on 993 real Hajj frames collected from 60 publicly available video sources, with conditioning attributes derived automatically to reduce manual labeling effort. Using this framework, we constructed CrowdH, a synthetic dataset of 10,000 high-resolution Hajj crowd images. Experimental results show that P2P-H improves structure-preserving conditional synthesis quality compared with Pix2Pix and StyleGAN2-ADA baselines and shows favorable transfer to other crowd datasets. To assess downstream utility, we further constructed CrowdH-Mix-469, an annotated mixed real-synthetic dataset comprising 384 real Hajj images and 85 selected synthetic images,and evaluated five crowd-counting models under real-only and real-plus-synthetic training. The selected synthetic data reduced MAE across all five models, with the strongest gain observed for CSRNet.
Chinese Translation
为哈吉朝圣场景开发准确的人群计数模型仍然面临挑战,因为特定领域的标注图像稀缺,并且在大型聚会期间的数据收集引发了隐私问题。为了解决这些限制,本文提出了Pix2Pix-Hybrid(P2P-H),一种用于结构指导的哈吉人群图像合成和数据增强的混合条件生成对抗网络(GAN)。P2P-H基于Pix2Pix,采用一个U-Net生成器,该生成器以八个输入通道为条件,联合编码结构线索(边缘和灰度)和上下文属性(人群密度和时间)。为了在密集场景中捕捉细致的纹理,该框架集成了两个在不同分辨率下运行的多尺度PatchGAN判别器。训练过程结合了对抗性、感知和特征匹配目标,并采用自适应数据增强和稳定化策略。该模型在从60个公开视频源收集的993个真实哈吉帧上进行训练,条件属性自动提取以减少手动标记的工作量。利用该框架,我们构建了CrowdH,一个包含10,000张高分辨率哈吉人群图像的合成数据集。实验结果表明,与Pix2Pix和StyleGAN2-ADA基线相比,P2P-H在结构保持条件合成质量方面有所提升,并且在其他人群数据集上表现出良好的迁移能力。为了评估下游应用,我们进一步构建了CrowdH-Mix-469,一个包含384张真实哈吉图像和85张精选合成图像的标注混合真实-合成数据集,并在仅真实和真实加合成的训练下评估了五个人群计数模型。所选的合成数据在所有五个模型中均降低了平均绝对误差(MAE),其中CSRNet的增益最为显著。
cs.CV / 41 / 2606.14299

What Drives Test-Time Adaptation for CLIP? A Controlled Empirical Study from an Update Perspective

是什么驱动了 CLIP 的测试时适应?来自更新视角的受控实证研究
Huang, Jiazhen, Chen, Xiao, Liu, Zhiming, Sun, Yaru, Jiang, Jingyan, Wang, Zhi
Abstract
Vision-Language Models (VLMs) such as CLIP have become a standard backbone for open-vocabulary recognition, yet their zero-shot predictions remain vulnerable to distribution shifts encountered at deployment. Test-Time Adaptation (TTA) has recently been extended to CLIP as a lightweight solution, leading to a rapidly growing body of TTA4CLIP methods. However, empirical progress in this area has largely outpaced our understanding of what truly drives adaptation, where their gains originate, and under which shifts they remain reliable. In this paper, we take a step back from the pursuit of state-of-the-art accuracy and conduct a systematic controlled study of TTA4CLIP. We first organize existing methods into three unified paradigms according to what is updated at test time. We then introduce TTABC, an open-source TTA Benchmark for CLIP, which standardizes evaluation protocols and integrates more than 20 representative methods. Our controlled empirical analysis focuses on three key areas. First, we determine the driving factors in parameter-based methods, revealing that adaptation gains are primarily driven by test-time evidence and reliable proxies rather than heavy optimization. Second, we explore evidence utilization beyond heavy parameter tuning, showing that competitive and efficient performance can be achieved through cross- or current-sample evidence and lightweight prototype updates. Finally, we demonstrate that there is no silver bullet for TTA: no single adaptation paradigm is universally optimal, and the preferred paradigm depends on the nature of shift. We hope our benchmark and study provide a clearer understanding of the current TTA4CLIP landscape and establish a foundation for further research.
Chinese Translation
视觉-语言模型(VLMs)如 CLIP 已成为开放词汇识别的标准骨干,但它们的零-shot 预测仍然容易受到部署时遇到的分布变化的影响。测试时适应(TTA)最近被扩展到 CLIP,作为一种轻量级解决方案,导致了快速增长的 TTA4CLIP 方法。然而,在这一领域的实证进展在很大程度上超出了我们对真正驱动适应的因素、其收益来源以及在何种变化下保持可靠的理解。在本文中,我们从追求最先进的准确性中退一步,系统地对 TTA4CLIP 进行了受控研究。我们首先根据测试时更新的内容将现有方法组织为三种统一范式。然后,我们介绍了 TTABC,一个针对 CLIP 的开源 TTA 基准,标准化了评估协议并整合了 20 多种代表性方法。我们的受控实证分析集中在三个关键领域。首先,我们确定了基于参数的方法中的驱动因素,揭示了适应收益主要由测试时证据和可靠代理驱动,而非重优化。其次,我们探讨了超越重参数调优的证据利用,表明通过交叉或当前样本证据和轻量级原型更新可以实现具有竞争力和高效的性能。最后,我们展示了 TTA 并没有灵丹妙药:没有单一的适应范式是普遍最佳的,首选范式取决于变化的性质。我们希望我们的基准和研究能够提供对当前 TTA4CLIP 领域的更清晰理解,并为进一步研究奠定基础。
cs.CV / 42 / 2606.14307

Pano3D: Unified 3D Reconstruction and Panoptic Segmentation

Pano3D:统一的3D重建与全景分割
Barberteguy, Victor, Iscen, Ahmet, Caron, Mathilde, Fathi, Alireza, Varol, Gül, Schmid, Cordelia
Abstract
Recent advances in 3D feedforward reconstruction neural networks have achieved remarkable success in dense reconstruction from images without any camera parameters. Yet, equipping these models with robust semantic understanding remains an open problem. Here we introduce an approach that performs 3D reconstruction and 3D panoptic segmentation in a unified framework. We build on existing 3D reconstruction models and augment them with a set-based mask decoder. The approach is jointly trained with a geometric and semantic loss, which are shown to be mutually beneficial. More precisely, the features are initialized from the geometric information and then finetuned to capture jointly geometry and semantics. We demonstrate the generality of our approach by successfully applying our framework both to online and all-to-all attention reconstruction backbones. Our method achieves state-of-the-art performance in 3D panoptic segmentation across ScanNet, ScanNet200, and ScanNet++ datasets. Ablation studies show that such joint training of a unified model equips 3D feedforward reconstruction neural networks with panoptic segmentation and yields mutually beneficial improvements.
Chinese Translation
最近在3D前馈重建神经网络方面的进展,在没有任何相机参数的情况下,从图像中实现了显著的密集重建成功。然而,使这些模型具备稳健的语义理解仍然是一个未解决的问题。在此,我们介绍了一种在统一框架下执行3D重建和3D全景分割的方法。我们基于现有的3D重建模型,并通过基于集合的掩码解码器对其进行增强。该方法通过几何损失和语义损失进行联合训练,证明两者是互利的。更具体地说,特征从几何信息初始化,然后进行微调,以共同捕捉几何和语义。我们通过成功将我们的框架应用于在线和全对全注意力重建骨干网络,展示了我们方法的普适性。我们的方法在ScanNet、ScanNet200和ScanNet++数据集上实现了3D全景分割的最新性能。消融研究表明,这种统一模型的联合训练使3D前馈重建神经网络具备全景分割能力,并带来了互利的改进。
cs.CV / 43 / 2606.14317

CausalMotion: Structured Physical Reasoning as Keyframe and Trajectory Guidance for Training-Free Video Generation

CausalMotion:作为关键帧和轨迹指导的结构化物理推理用于无训练视频生成
Zhuang, Sihan, Chen, Xinyuan, Xue, Tianfan, Wang, Yaohui
Abstract
Recent advances in diffusion-based video generation have significantly improved visual quality and short-term temporal coherence. However, existing methods still struggle to produce videos with physically consistent and causally plausible dynamics, especially in scenarios involving long-horizon interactions. This limitation arises from the fact that video diffusion models primarily learn physical consistency implicitly, while vision-language models can directly model physical laws. Based on this idea, in this work, we propose \textbf{CausalMotion}, a training-free framework that injects explicit physical reasoning into video generation through structured intermediate representations. Our key idea is to decouple reasoning from generation by leveraging a vision-language model to decompose a text prompt into a sequence of causally consistent keyframes and object-centric motion trajectories. These representations are then aligned and integrated as soft constraints to guide a pretrained video diffusion model during inference. This design enables explicit modeling of object dynamics and causal transitions without requiring additional training or supervision. Extensive experiments show that our method consistently improves physical plausibility and temporal coherence, particularly in dynamics-intensive scenarios, while maintaining high perceptual video quality.
Chinese Translation
近年来,基于扩散的视频生成技术在视觉质量和短期时间一致性方面取得了显著进展。然而,现有方法在生成具有物理一致性和因果合理动态的视频时仍然面临挑战,尤其是在涉及长时间交互的场景中。这一局限性源于视频扩散模型主要隐式学习物理一致性,而视觉-语言模型则可以直接建模物理法则。基于这一思路,本文提出了 extbf{CausalMotion},一个无训练框架,通过结构化的中间表示将显式的物理推理注入视频生成。我们的关键思想是通过利用视觉-语言模型将文本提示分解为一系列因果一致的关键帧和以对象为中心的运动轨迹,从而将推理与生成解耦。这些表示随后被对齐并整合为软约束,以指导预训练的视频扩散模型在推理过程中的生成。这一设计使得在不需要额外训练或监督的情况下,能够显式建模对象动态和因果转变。大量实验表明,我们的方法在物理合理性和时间一致性方面持续改善,特别是在动态密集的场景中,同时保持高感知视频质量。
cs.CV / 44 / 2606.14351

ForceForget: Reinforcement Concept Removal for Enhancing Safety in Text-to-Image Models

ForceForget:通过强化学习移除概念以增强文本到图像模型的安全性
Han, Dong, Li, Yong
Abstract
With the advance of generative AI, the text-to-image (T2I) model has the ability to generate various contents. However, T2I models still can generate unsafe contents. To alleviate this issue, various concept erasing methods are proposed. However, existing methods tend to excessively erase unsafe concepts and suppress benign concepts contained in harmful prompts, which can negatively affect model utility. In this paper, we focus on eliminating unsafe content while maintaining model capability in safe semantic meaning interpretation by optimizing the concept erasing reward (CER) with reinforcement learning. To avoid overly content erasure, we introduce the Safe Adapter to project partial text embedding for efficient concept regulation in cross-attention layers. Extensive experiments conducted on different datasets demonstrate the effectiveness of the proposed method in alleviating unsafe content generation while preserving the high fidelity of benign images compared with existing state-of-the-art (SOTA) concept erasing methods. In terms of robustness, our method outperforms counterparts against red-teaming tools. Moreover, we showcase the proposed approach is more effective in emerging image-to-image (I2I) scenarios compared with others. Lastly, we extend our method to erase general concepts, such as artistic styles and objects. Disclaimer: This paper includes discussions of sexually explicit content that may be offensive to certain readers. All images used in this work are synthesized or from public datasets.
Chinese Translation
随着生成性人工智能的发展,文本到图像(T2I)模型具备生成各种内容的能力。然而,T2I 模型仍然可能生成不安全的内容。为了解决这一问题,提出了多种概念移除方法。然而,现有方法往往过度移除不安全概念,同时抑制了有害提示中包含的良性概念,这可能会对模型的实用性产生负面影响。本文重点关注在保持模型安全语义理解能力的同时消除不安全内容,通过强化学习优化概念移除奖励(CER)。为了避免过度内容移除,我们引入了安全适配器(Safe Adapter),以便在交叉注意力层中高效地调节部分文本嵌入。我们在不同数据集上进行的大量实验表明,所提出的方法在减轻不安全内容生成的同时,能够保持良性图像的高保真度,相较于现有的最先进(SOTA)概念移除方法具有更好的效果。在鲁棒性方面,我们的方法在抵御红队工具方面优于其他方法。此外,我们展示了所提出的方法在新兴的图像到图像(I2I)场景中比其他方法更为有效。最后,我们将我们的方法扩展到移除一般概念,如艺术风格和物体。免责声明:本文包含可能对某些读者造成冒犯的性暗示内容的讨论。本文中使用的所有图像均为合成或来自公共数据集。
cs.CV / 45 / 2606.14355

Point Cloud Upsampling through Patch-based Frequency Superposition

基于补丁的频率叠加点云上采样
Ritthaler, Marina, Hussian, Azhar, Belagiannis, Vasileios, Kaup, André
Abstract
In recent years, neural networks have become the dominant models in most point cloud upsampling methods. Although these approaches are achieving good results, they do have drawbacks, such as a lack of interpretability and data dependency. Moreover, they have to be trained on a dataset that is similar to the test data in order to perform well. To avoid these disadvantages, we propose Point Cloud Upsampling through Patch-based Frequency Superposition (PUtPFS), an optimization-based approach that selects subsets of points and estimates the surface of this set through superpositioning spatial frequencies. Then, new points are placed on this surface. By successively selecting points in the least dense regions of the point cloud, a uniform upsampling can be reached. With this method, we surpass the current best upsampling results in the commonly considered point-to-surface distance. Furthermore, we achieve the best Chamfer and Hausdorff distance among the optimization-based approaches. As an additional advantage, our method does not need any training data and is mathematically interpretable.
Chinese Translation
近年来,神经网络已成为大多数点云上采样方法的主导模型。尽管这些方法取得了良好的结果,但它们确实存在一些缺点,例如缺乏可解释性和对数据的依赖。此外,它们必须在与测试数据相似的数据集上进行训练才能表现良好。为了避免这些缺点,我们提出了基于补丁的频率叠加点云上采样(Point Cloud Upsampling through Patch-based Frequency Superposition,PUtPFS),这是一种基于优化的方法,通过选择点的子集并通过叠加空间频率来估计该集合的表面。然后,在该表面上放置新点。通过连续选择点云中最稀疏区域的点,可以实现均匀的上采样。使用此方法,我们在常用的点到表面距离上超越了当前最佳的上采样结果。此外,我们在基于优化的方法中实现了最佳的Chamfer距离和Hausdorff距离。作为额外的优势,我们的方法不需要任何训练数据,并且在数学上是可解释的。
cs.CV / 46 / 2606.14380

FLaRA: Predicting Future Latent Representations for Accident Anticipation

FLaRA:预测未来潜在表征以预防事故
Caselli, Lorenzo, Trinci, Tomaso, Bianconcini, Tommaso, Magistri, Simone, Taccari, Leonardo, Sambo, Francesco, Bagdanov, Andrew D.
Abstract
Anticipating traffic accidents from dashcam videos is a critical challenge in intelligent transportation systems. Existing methods typically map visual context directly to a collision probability without explicitly modeling the future evolution of the driving scene. In this paper we propose FLaRA (Predicting Future Latent Representations for Accident Anticipation), a novel predictive architecture that shifts this paradigm by forecasting future latent representations for accident anticipation. Building upon the Video Joint-Embedding Predictive Architecture (V-JEPA2), our model conditions a predictor network on observed context frames to predict the forthcoming latent features of the scene. A classifier then operates on these predicted future representations rather than only on past observations. To ensure these forecasts remain grounded in realistic future dynamics, we introduce a joint training objective that simultaneously optimizes an auxiliary feature-level reconstruction loss and a cross-entropy classification loss. Extensive evaluations on the Nexar dataset, alongside cross-domain validations on the DAD, DADA-2000, and DoTA benchmarks, demonstrate that our approach achieves state-of-the-art performance while maintaining realistic early warning capabilities.
Chinese Translation
从行车记录仪视频中预测交通事故是智能交通系统中的一个关键挑战。现有方法通常直接将视觉上下文映射到碰撞概率,而没有明确建模驾驶场景的未来演变。本文提出了FLaRA(预测未来潜在表征以预防事故),一种新颖的预测架构,通过预测未来潜在表征来转变这一范式,以实现事故预防。我们的模型基于视频联合嵌入预测架构(Video Joint-Embedding Predictive Architecture, V-JEPA2),将预测网络条件化于观察到的上下文帧,以预测场景的未来潜在特征。分类器随后在这些预测的未来表征上进行操作,而不仅仅依赖于过去的观察。为了确保这些预测与现实的未来动态相一致,我们引入了一种联合训练目标,同时优化辅助特征级重构损失和交叉熵分类损失。在Nexar数据集上的广泛评估,以及在DAD、DADA-2000和DoTA基准上的跨领域验证,表明我们的方法在保持现实的提前预警能力的同时,达到了最先进的性能。
cs.CV / 47 / 2606.14383

IndustryBench-MIPU: Benchmarking Multi-Image Attribute Value Extraction for Industrial Products

IndustryBench-MIPU:工业产品多图像属性值提取的基准测试
Qi, Haonan, Cao, Jin, Zhang, Yongqi, Wang, Xintong, Tang, Weidong, Chen, Bin, Huo, Chengfu, Pan, Haojun, You, Hengyu, Li, Jing, Wang, Yingde, Ding, Liang
Abstract
Industrial products such as valves and circuit breakers are defined by dense technical specifications that govern procurement, compatibility, and safety across supply chains. These specifications are scattered across multiple heterogeneous product images, including specification tables, nameplates, and technical drawings, yet whether Multimodal Large Language Models (MLLMs) can reliably recover them remains underexplored. To fill this gap, we introduce IndustryBench-MIPU, the first large-scale benchmark for multi-image industrial product understanding, built around structured attribute extraction -- recovering property-value pairs from product images. This task jointly probes text recognition on specification tables and nameplates, visual reasoning over technical drawings, domain knowledge to decode industrial terminology, and cross-image evidence integration to assemble scattered specifications. Concretely, the benchmark comprises 4,559 products across 27,652 images with 103,703 annotations spanning 18 industrial categories, constructed through multi-model consensus and three-tier quality assurance. Evaluating nine MLLMs under both single-image and product-level multi-image settings reveals a stark completeness gap: models achieve high precision (86--94%) but the best recovers only 49.9% of product-level attributes; moving from single-image to multi-image extraction costs 15--34 percentage points of recall. Multi-image completeness, not single-image accuracy, is the core bottleneck. Dataset and code are publicly available.
Chinese Translation
工业产品如阀门和断路器由密集的技术规格定义,这些规格在供应链中管理采购、兼容性和安全性。这些规格散布在多个异构产品图像中,包括规格表、铭牌和技术图纸,但多模态大语言模型(MLLMs)是否能够可靠地恢复这些信息仍然未被充分探索。为填补这一空白,我们引入了IndustryBench-MIPU,这是首个针对多图像工业产品理解的大规模基准,围绕结构化属性提取构建——从产品图像中恢复属性-值对。该任务共同探讨了规格表和铭牌上的文本识别、技术图纸上的视觉推理、解码工业术语的领域知识,以及跨图像证据整合以组装散落的规格。具体而言,该基准包含4,559种产品,跨27,652张图像,拥有103,703条注释,涵盖18个工业类别,通过多模型共识和三级质量保证构建。对九个MLLM在单图像和产品级多图像设置下的评估揭示了显著的完整性差距:模型实现了高精度(86%--94%),但最佳模型仅恢复了49.9%的产品级属性;从单图像提取到多图像提取的召回率损失为15%--34个百分点。多图像的完整性,而非单图像的准确性,是核心瓶颈。数据集和代码已公开。
cs.CV / 48 / 2606.14389

MooMIns -- Monocular 3D Reconstruction and Object Pose Estimation from Multiple Instances

MooMIns -- 基于单目图像的多实例三维重建与物体姿态估计
Langendörfer, Robert, Hillemann, Markus, Ulrich, Markus
Abstract
Simultaneous 3D reconstruction and 6D object pose estimation from a single monocular image is an inherently ill-posed problem. In industrial settings, however, multiple instances of an object are often randomly arranged in bins, implicitly providing several views of the same object within a single image. We show that this implicit multi-view geometry can be exploited to simultaneously reconstruct the object in 3D and estimate the 6D pose of each visible object instance. We present MooMIns, a new Gaussian-splatting-based approach that inverts the original Gaussian splatting formulation: instead of rendering a single scene from multiple cameras, we render multiple object instances from a single camera. Our method is initialized with SAM3 instance segmentation masks and a modified Structure from Motion (SfM) pipeline. In contrast to learned monocular depth estimation, we perform true geometry-based reconstruction from image evidence, avoiding hallucinations caused by training data priors. We evaluate MooMIns on synthetic and real bin-picking scenarios, and demonstrate accurate reconstruction of previously unseen objects as well as reliable pose estimation of individual instance
Chinese Translation
从单个单目图像同时进行三维重建和六维物体姿态估计是一个固有的病态问题。然而,在工业环境中,多个物体实例通常随机排列在箱子中,隐含地在单个图像中提供了同一物体的多个视角。我们展示了如何利用这种隐含的多视角几何来同时重建物体的三维形状并估计每个可见物体实例的六维姿态。我们提出了MooMIns,这是一种基于高斯点云的新方法,它反转了原始的高斯点云公式:我们不是从多个相机渲染单一场景,而是从单个相机渲染多个物体实例。我们的方法以SAM3实例分割掩码和修改后的运动结构(Structure from Motion, SfM)管道为初始化。与学习的单目深度估计不同,我们基于图像证据进行真实几何重建,避免了由训练数据先验引起的幻觉。我们在合成和真实的拣箱场景中评估了MooMIns,展示了对先前未见物体的准确重建以及对单个实例的可靠姿态估计。
cs.CV / 49 / 2606.14475

Value-order Decomposition for Generalist Anomaly Detection

通用异常检测的价值顺序分解
Zhao, Miaoyun, Chen, Jing, Zhao, Miaoni, Zhang, Qiang
Abstract
Industrial anomaly detection suffers from limited data, making cross-domain generalization particularly challenging. Generalist Anomaly Detection (GAD) aims to train a unified model on a source domain that can effectively detect anomalies in unseen target domains. In the initial semantic feature space, strong entanglement between anomalies and object categories or defect types hinders effective generalization across domains. Recent works address this issue by projecting features into a residual space; however, such methods primarily increase cross-domain overlap for normal features, while anomalous features remain specific to object categories, defect types and data domains, leading to poor alignment and generalization. To address this limitation, we propose Value-order Decomposition (VOD), a simple yet effective technique that bridges \textbf{three types of generalization gaps} across object categories, defect types (including real and synthetic defects), and data domains. VOD disentangles and suppresses object-category-, defect-type-, and domain-specific information, promoting alignment within normal and abnormal samples while preserving their separability, thereby enabling robust generalization across the three gaps. Leveraging the strong alignment between real and synthetic defects within the same object, we perform anomaly detection using only normal and synthetic-abnormal reference, and effectively generalize to unseen real defect types. Experiments on diverse industrial and medical benchmarks demonstrate that our method, using a simple cut-and-paste anomaly simulation strategy, achieves strong generalization across the three gaps.
Chinese Translation
工业异常检测面临数据有限的问题,使得跨领域泛化特别具有挑战性。通用异常检测(Generalist Anomaly Detection, GAD)旨在在源领域上训练一个统一模型,以有效检测在未见目标领域中的异常。在初始语义特征空间中,异常与物体类别或缺陷类型之间的强纠缠阻碍了跨领域的有效泛化。最近的研究通过将特征投影到残差空间来解决这个问题;然而,这些方法主要增加了正常特征的跨领域重叠,而异常特征仍然特定于物体类别、缺陷类型和数据领域,导致对齐和泛化效果不佳。为了解决这一局限性,我们提出了价值顺序分解(Value-order Decomposition, VOD),这是一种简单但有效的技术,能够弥合物体类别、缺陷类型(包括真实和合成缺陷)以及数据领域之间的三种泛化差距。VOD 解耦并抑制物体类别、缺陷类型和领域特定的信息,促进正常样本和异常样本之间的对齐,同时保持它们的可分性,从而实现跨越这三种差距的强健泛化。利用同一物体中真实和合成缺陷之间的强对齐,我们仅使用正常和合成异常参考进行异常检测,并有效地泛化到未见的真实缺陷类型。在多样化的工业和医学基准测试中的实验表明,我们的方法使用简单的剪切和粘贴异常模拟策略,在这三种差距之间实现了强泛化。
cs.CV / 50 / 2606.14504

Scratched Lenses, Shifted Depth: Passive Camera-Side Optical Attacks

划痕镜头,深度偏移:被动相机侧光学攻击
He, Qinlin, Zhuang, Zeming, Wu, Yongji, Zhang, Lan, Xiaoyong, Yuan
Abstract
Physical adversarial attacks on vision systems are typically studied through scene manipulation, such as adversarial patches or projections, where the adversary controls what the camera observes. Camera-side attacks using stickers or auxiliary optics have also been explored, but they treat attacks as image-space perturbations from designed patterns. This misses how physical imperfections interact with scene-dependent lighting and optics. We identify a threat: passive lens-side damage that is persistent yet trigger-conditioned, producing optical artifacts that bias geometric inference under particular visual conditions. We instantiate this threat through Scratch-induced Lens Adversarial Streak Hijacking SLASH, a physical-world attack caused by small scratches on a camera lens or protective cover. Scratches interact with bright light sources and specular reflections to create structured streak artifacts that distort depth cues. Since the perturbation is fixed in the optical path but triggered by the scene, it is both persistent and selective. We formulate the attack in optical space, model the scratch pattern as a trigger-conditioned optical channel, and optimize one fixed configuration across diverse viewing conditions. We evaluate SLASH on monocular depth estimation and monocular 3D object detection in digital and real-world settings. Under the fixed-scratch constraint, directional depth shifts reach up to 32% relative error for monocular depth estimation, with consistent effects on monocular 3D object detection. Physical experiments confirm transfer to real camera recordings, inducing depth shifts above the model's natural prediction baseline. These findings reveal an attack surface where benign-looking hardware imperfections act as latent, scene-triggered adversarial mechanisms, challenging assumptions about physical robustness and motivating defenses for secure vision systems.
Chinese Translation
对视觉系统的物理对抗攻击通常通过场景操控进行研究,例如对抗性补丁或投影,其中对手控制相机观察的内容。使用贴纸或辅助光学元件的相机侧攻击也已被探讨,但它们将攻击视为来自设计模式的图像空间扰动。这忽视了物理缺陷如何与场景依赖的光照和光学相互作用。我们识别出一种威胁:被动镜头侧损伤,这种损伤是持久的但受触发条件影响,产生的光学伪影在特定视觉条件下偏向几何推断。我们通过划痕诱导的镜头对抗性条纹劫持(Scratch-induced Lens Adversarial Streak Hijacking,SLASH)来实现这一威胁,这是一种由于相机镜头或保护罩上的小划痕而引发的物理世界攻击。划痕与明亮光源和镜面反射相互作用,产生结构化的条纹伪影,扭曲深度线索。由于扰动固定在光学路径中但由场景触发,因此它既持久又具有选择性。我们在光学空间中对攻击进行了公式化,将划痕模式建模为受触发条件影响的光学通道,并在多种观看条件下优化一个固定配置。我们在数字和现实世界环境中评估了SLASH在单目深度估计和单目3D物体检测中的表现。在固定划痕约束下,单目深度估计的方向性深度偏移相对误差高达32%,对单目3D物体检测也产生了一致的影响。物理实验确认了对真实相机录制的转移,导致深度偏移超过模型的自然预测基线。这些发现揭示了一种攻击面,其中看似无害的硬件缺陷作为潜在的、场景触发的对抗机制,挑战了对物理鲁棒性的假设,并激励了安全视觉系统的防御措施。
cs.CV / 51 / 2606.14534

A Lightweight Fiducial-Based Pipeline for 3D Hyperspectral Mapping of ex-vivo Lumpectomy Specimens

基于轻量级标志物的外科切除标本3D高光谱映射管道
Bicchi, Anna, Rota, Alberto, Passoni, Leonardo, Ancellotti, Nicola, Peroni, Andrea, Vinco, Lorenzo, Polli, Dario, De Momi, Elena
Abstract
Hyperspectral Imaging (HSI) is a promising modality for intraoperative assessment of resection margins in Breast-Conserving Surgery (BCS), but its clinical translation requires aligning the inherently 2D spectral information onto the 3D shape of the excised tissue so that suspicious regions can be precisely localized for targeted follow-up. We present a fully automated, calibration-free pipeline that produces a 3D hyperspectral point cloud of an ex-vivo lumpectomy specimen from a set of consumer-camera RGB images and a single top-down HSI acquisition. The 3D geometry is reconstructed with a deep-learning Structure-from-Motion backbone, stabilized in a metric reference frame by a custom bundle adjustment that enforces consistency on the corners of four ArUco markers placed around the specimen. The HSI cube is then registered to the reconstruction without recovering the HSI camera pose: the markers, visible in both modalities, define 16 corner correspondences that drive a planar homography, and 3D coordinates are recovered by lookup on an orthographically rendered depth map. Evaluated on two ex-vivo lumpectomy specimens, the pipeline achieves a median 3D registration error below 1~mm and a 2D reprojection error below 0.02 mm, with a total per-specimen processing time under 4 minutes on accelerated hardware. These results support the feasibility of integrating HSI-guided spatial localization into intraoperative margin assessment workflows for breast-conserving surgery.
Chinese Translation
高光谱成像(HSI)是一种有前景的模式,用于乳腺保留手术(BCS)中切除边缘的术中评估,但其临床转化需要将固有的二维光谱信息与切除组织的三维形状对齐,以便能够精确定位可疑区域以进行针对性的后续检查。我们提出了一种完全自动化、无需校准的管道,该管道能够从一组消费级相机的RGB图像和一次自上而下的HSI采集中生成外科切除标本的3D高光谱点云。3D几何形状通过深度学习的运动结构(Structure-from-Motion)骨干网络进行重建,并通过自定义的束调整(bundle adjustment)在度量参考框架中稳定,该调整在放置在标本周围的四个ArUco标记的角落上强制一致性。然后,HSI立方体在不恢复HSI相机姿态的情况下与重建进行配准:在两种模式下可见的标记定义了16个角点对应关系,这些对应关系驱动一个平面单应性(planar homography),并通过在正交渲染的深度图上查找来恢复3D坐标。在对两个外科切除标本进行评估时,该管道实现了低于1毫米的中位3D配准误差和低于0.02毫米的2D重投影误差,且每个标本的总处理时间在加速硬件上低于4分钟。这些结果支持将HSI引导的空间定位集成到乳腺保留手术的术中边缘评估工作流程中的可行性。
cs.CV / 52 / 2606.14555

Rethinking Global Average Pooling: Your Classifier Is Secretly a Multi-Instance Learner

重新思考全局平均池化:你的分类器实际上是一个多实例学习者
Karjauv, Aray
Abstract
Modern image classifiers widely adopt global average pooling (GAP) followed by a linear classification head. This linearity ensures that the image-level logits equal the average of logits obtained by applying the classification head pointwise to the feature grid prior to GAP. Consequently, standard classifiers may inherently retain spatial class evidence that remains recoverable even when the image-level prediction is incorrect. This structure naturally suggests a multiple-instance learning (MIL) interpretation, where an image is viewed as a bag of spatial instances. Within this formulation, we demonstrate that standard classifiers trained with a single label per image can still learn the intended classification task in multi-object scenes. We further exploit this property to decompose image-level logits into a prediction grid, providing a post-hoc diagnostic to extract spatial class evidence that GAP otherwise obscures. Our systematic evaluation reveals that off-the-shelf models consistently recover the ground-truth class within foreground regions. The MIL interpretation further suggests that common classifier failures reflect known limitations of mean aggregation.
Chinese Translation
现代图像分类器广泛采用全局平均池化(GAP)后接线性分类头。这种线性结构确保图像级别的logits等于在GAP之前对特征网格逐点应用分类头所获得的logits的平均值。因此,标准分类器可能固有地保留空间类别证据,即使在图像级预测不正确时,这些证据仍然可以恢复。这种结构自然暗示了一种多实例学习(MIL)的解释,其中图像被视为一袋空间实例。在这种表述中,我们证明了每个图像仅用一个标签训练的标准分类器仍然可以在多目标场景中学习预期的分类任务。我们进一步利用这一特性,将图像级logits分解为预测网格,提供一种事后诊断方法,以提取GAP所掩盖的空间类别证据。我们的系统评估表明,现成模型在前景区域内始终能够恢复真实类别。MIL的解释进一步表明,常见的分类器失败反映了均值聚合的已知局限性。
cs.CV / 53 / 2606.14556

Visual Quality Score Assessment of Large White Goods in Remanufacture with Multi-View Deformable-DETR

基于多视角可变形-DETR的大型白色家电再制造视觉质量评分评估
Koch, Paul, Chavan, Vivek
Abstract
Remanufacturing large white goods is essential for a circular economy, yet visual quality assessment remains a manual bottleneck for training and pricing. Conventional detection methods require extensive annotation and struggle with small defects in high-resolution multi-view data. We present a multi-view framework based on Deformable-DETR for automated quality scoring that aggregates information across redundant views to extract fine-grained features. To enhance robustness with limited labels, we employ self-supervised pretraining followed by supervised fine-tuning on expert-annotated scores. Additionally, a linear projection over frozen feature maps identifies regions of interest to explain model decisions. Evaluated on an industrial multi-view dataset, our approach delivers precise quality assessments while reducing reliance on manual annotation and per-part customization, enabling scalable and transparent inspection for remanufacturing lines.
Chinese Translation
大型白色家电的再制造对于循环经济至关重要,但视觉质量评估仍然是训练和定价的人工瓶颈。传统的检测方法需要大量标注,并且在高分辨率多视角数据中对小缺陷的检测效果不佳。我们提出了一种基于可变形-DETR的多视角框架,用于自动化质量评分,该框架通过聚合冗余视角的信息来提取细粒度特征。为了在有限标签下增强鲁棒性,我们采用自监督预训练,随后在专家标注的评分上进行监督微调。此外,对冻结特征图的线性投影可以识别感兴趣区域,以解释模型决策。在工业多视角数据集上的评估表明,我们的方法能够提供精准的质量评估,同时减少对人工标注和每个部件定制的依赖,从而实现可扩展和透明的再制造生产线检查。
cs.CV / 54 / 2606.14562

NEST3D: A High-Resolution Multimodal Dataset of Sociable Weaver Tree Nests

NEST3D:一种高分辨率的社交织巢鸟树巢多模态数据集
Catricheo, Constanza A. Molina, Boeder, Simon, Guo, Ting-Jia, May, Giacomo, Berthelot, Clément, Tuia, Devis, Reinhard, Friedrich Fedor, Remondino, Fabio, Risse, Benjamin
Abstract
Sociable weaver nests function as complex ecological structures offering thermoregulatory microhabitats and sustaining diverse species; however, datasets used in prior studies lack fine-grained 3D structural detail. Producing usable and accurate 3D weaver nest data is challenging due to their irregular geometry and integration with complex host vegetation. We bridge this gap with an open-access, 1.4 TB multimodal drone dataset of 104 nest-bearing trees, comprising 27,945 RGB images, 111,780 multispectral images, approximately 781 million 3D points, and expert-annotated semantic segmentation labels. We benchmark semantic segmentation using KPConv, RandLA-Net, and Point Transformer V3, with PT-v3 achieving an mIoU of 86.35% on the test set. While the results demonstrate strong performance for transformer-based and point-wise methods, they also highlight architecture-dependent challenges, particularly for convolution-based approaches such as KPConv. By uniquely combining spectral, spatial, and structural information, the presented dataset advances 3D reconstruction, segmentation, and classification algorithms, enabling ecological applications from nest volume estimation to species conservation, and serves as a demanding benchmark that exposes architecture-dependent performance under extreme class imbalance.
Chinese Translation
社交织巢鸟巢作为复杂的生态结构,提供了热调节微栖息地,并支持多样的物种;然而,先前研究中使用的数据集缺乏细致的三维结构细节。由于其不规则的几何形状和与复杂宿主植被的整合,生成可用且准确的三维织巢鸟巢数据具有挑战性。我们通过一个开放获取的1.4 TB多模态无人机数据集填补了这一空白,该数据集包含104棵带巢树,涵盖27,945张RGB图像、111,780张多光谱图像、约7.81亿个三维点以及专家标注的语义分割标签。我们使用KPConv、RandLA-Net和Point Transformer V3对语义分割进行了基准测试,其中PT-v3在测试集上达到了86.35%的mIoU。尽管结果展示了基于变换器和逐点方法的强大性能,但也突显了架构依赖性挑战,特别是对于KPConv等基于卷积的方法。通过独特地结合光谱、空间和结构信息,所呈现的数据集推动了三维重建、分割和分类算法的发展,使生态应用从巢体积估算到物种保护成为可能,并作为一个严苛的基准,揭示了在极端类别不平衡下的架构依赖性性能。
cs.CV / 55 / 2606.14578

A Qualitative Review of GenAI-Based Methods for Data Generation and Augmentation in Industrial Computer Vision Applications

基于生成式人工智能的数据生成与增强方法在工业计算机视觉应用中的定性综述
Koch, Paul, Hofmann, Paul, Waßelewsky, Ferdinand, Karakurt, Adem, Sérs, Andre, Krüger, Jörg
Abstract
AI-driven computer vision applications require a profound database to ensure predictable behaviors and performance. Such predictable behaviors are especially important for industrial applications in gaining trust from users. However, such a database is not readily available in industrial applications, and its acquisition is not trivial either. Active learning methods can be applied to ramp up data within a project deployment to iteratively increase the database, and thus the application predictability. Unfortunately, we observe that this often leads to a loss of user trust in the application, which is difficult to regain once lost. This leads to a "chicken-and-egg" dilemma in which neither the database nor the application is developed. In this work, we review state-of-the-art methods and approaches to further boost the database the initial active data ramp-up phase. Here, we focus on recent advancements in GenAI-based data generation and augmentation methods and review their adaptability on an industrial computer vision classification use case. Although we observe a potential for automatic data ramp-up, we also see a domain miss match in between the source (training environment) and target (industrial use-case) - regarding context defined in natural language and object characteristics.
Chinese Translation
人工智能驱动的计算机视觉应用需要一个深厚的数据库,以确保可预测的行为和性能。这种可预测的行为对于工业应用尤其重要,因为它能够赢得用户的信任。然而,在工业应用中,这样的数据库并不容易获得,其获取过程也并非简单。可以应用主动学习方法在项目部署过程中逐步增加数据,从而提高数据库的规模,进而提升应用的可预测性。不幸的是,我们观察到这往往导致用户对应用的信任度下降,而一旦失去这种信任,恢复起来非常困难。这导致了一个“鸡与蛋”的困境,即数据库和应用都无法得到发展。在本研究中,我们回顾了最先进的方法和策略,以进一步增强初始主动数据提升阶段的数据库。在这里,我们重点关注基于生成式人工智能的数据生成与增强方法的最新进展,并评估其在工业计算机视觉分类用例中的适应性。尽管我们观察到自动数据提升的潜力,但我们也发现源(训练环境)与目标(工业用例)之间存在领域不匹配,尤其是在自然语言定义的上下文和对象特征方面。
cs.CV / 56 / 2606.14586

S$^2$COPE: Self-Supervised Concept Discovery via Preference Learning

S$^2$COPE:通过偏好学习进行自监督概念发现
Xiang, Shilong, Zhang, Zirui, Mao, Chengzhi
Abstract
Current representation learning paradigms force a fundamental compromise: self-supervised methods scale to massive datasets but yield opaque features, whereas interpretable models remain bottlenecked by the need for dense human annotation. We introduce Self-Supervised Concept discOvery via Preference lEarning (\model), a label-free framework that resolves this dilemma. Instead of treating Vision-Large-Language Models (VLLMs) as static feature extractors, \model leverages them as active participants in a self-supervised preference optimization loop. By autonomously hypothesizing, validating, and reinforcing candidate visual attributes directly from raw imagery, our framework discovers novel, structured concepts without a single label. Extensive experiments across natural, medical, and physics domains demonstrate that \model successfully extracts domain-specific concepts where standard VLLMs often fail to generate. By amortizing concept discovery directly into the VLLM backbone through our self-supervised preference objective -- rather than relying on static generation and disjoint filtering -- we achieve up to a 24-point absolute improvement in downstream top-1 classification accuracy on unseen data. Our work suggest that interpretability can emerge through a model's autonomous interaction with incidental visual structures, without any human supervision.
Chinese Translation
当前的表征学习范式迫使我们在根本上做出妥协:自监督方法能够扩展到大规模数据集,但产生的特征不够透明,而可解释模型则因需要密集的人类标注而受到瓶颈限制。我们提出了自监督概念发现通过偏好学习(Self-Supervised Concept discOvery via Preference lEarning, extit{model}),这是一个无标签的框架,解决了这一困境。与其将视觉大语言模型(Vision-Large-Language Models,VLLMs)视为静态特征提取器, extit{model}将其作为自监督偏好优化循环中的积极参与者。通过自主假设、验证和强化候选视觉属性,直接从原始图像中发现新颖的结构化概念,我们的框架在没有任何标签的情况下实现了概念发现。在自然、医学和物理领域的广泛实验表明, extit{model}成功提取了领域特定的概念,而标准的VLLMs往往无法生成。通过将概念发现直接融入VLLM主干,利用我们的自监督偏好目标,而不是依赖静态生成和离散过滤,我们在未见数据的下游top-1分类准确率上实现了高达24个百分点的绝对提升。我们的研究表明,通过模型与偶然视觉结构的自主互动,可以在没有任何人类监督的情况下实现可解释性。
cs.CV / 57 / 2606.14619

StereoGeo: an end-to-end stereo camera calibration method

StereoGeo:一种端到端的立体相机标定方法
Meddour, Imane, Barros, Andréa Macario, Gouy-Pailler, Cédric
Abstract
In this work, we propose StereoGeo, an end-to-end network-based approach for stereo camera calibration. Our method estimates the focal lengths and gravity directions of the left and right cameras, as well as the relative extrinsic transformation relating them. Existing methods often rely on calibration patterns in structured environments or address only a single camera configuration, being limited to either intrinsic or extrinsic estimation, and depending on a multi-view setups. StereoGeo extends the GeoCalib algorithm, integrating deep neural network feature extraction with a differentiable optimizer. Extensive experiments on real-world benchmarks demonstrate that StereoGeo achieves competitive performance for intrinsic calibration and provides accurate stereo extrinsic estimation, outperforming existing methods that are limited to monocular settings. The dataset used in this work is partially publicly available at https://github.com/meddourimane/StereoGeo-dataset.
Chinese Translation
在本研究中,我们提出了StereoGeo,一种基于网络的端到端立体相机标定方法。我们的方法估计左右相机的焦距和重力方向,以及它们之间的相对外部变换。现有的方法通常依赖于结构化环境中的标定图案,或仅针对单一相机配置,局限于内参或外参的估计,并依赖于多视角设置。StereoGeo 扩展了GeoCalib算法,将深度神经网络特征提取与可微优化器相结合。在真实世界基准上的广泛实验表明,StereoGeo在内参标定方面表现出竞争力,并提供准确的立体外参估计,超越了局限于单目设置的现有方法。本研究中使用的数据集部分公开可用,网址为 https://github.com/meddourimane/StereoGeo-dataset。
cs.CV / 58 / 2606.14631

SED:Lightweight Saliency prediction for Event-based data via Distillation

SED:通过蒸馏实现事件驱动数据的轻量级显著性预测
Mazna, Romaric, Martinet, Jean, Magno, Michele
Abstract
Event-based saliency prediction has gained attention recently, as combining event cameras with saliency estimation can act as an upstream stage that naturally improves the efficiency of downstream eventbased perception at the edge. However, current approaches are either neuromorphic, underperforming on event-based saliency benchmarks, or too heavy for resource-constrained edge applications due to their reliance on transformers or 3D convolutions. Drawing inspiration from efficient convolutional modules, SED and aiming to exploit the temporal information in event data, we propose a lightweight network, trained through knowledge distillation, built on a Depthwise Spatio-Temporal Block (DSTconv) -- a factorization of the 3D depthwise separable convolution. Relative to its teacher, our model reduces the model size from 180 MB to 0.32 MB (562x) and the parameter count from 45M to 81k (554x), while matching or outperforming it on the N-DHF1K and N-UCF Sports datasets. Moreover, it generalizes strongly beyond its training distribution, transferring from synthetic to real event data where a model trained from scratch fails.
Chinese Translation
事件驱动的显著性预测最近引起了关注,因为将事件相机与显著性估计相结合可以作为一个上游阶段,自然提高边缘计算中下游事件驱动感知的效率。然而,目前的方法要么是神经形态的,在事件驱动显著性基准测试中表现不佳,要么由于依赖于变换器或三维卷积而对资源受限的边缘应用过于沉重。受到高效卷积模块的启发,SED旨在利用事件数据中的时间信息,我们提出了一种轻量级网络,通过知识蒸馏进行训练,基于深度空间-时间块(Depthwise Spatio-Temporal Block, DSTconv)构建——这是三维深度可分离卷积的因式分解。相较于其教师模型,我们的模型将模型大小从180 MB减少到0.32 MB(562倍),将参数数量从4500万减少到81k(554倍),同时在N-DHF1K和N-UCF Sports数据集上与其匹配或超越。此外,它在训练分布之外具有很强的泛化能力,能够从合成数据转移到真实事件数据,而从头训练的模型则失败。
cs.CV / 59 / 2606.14638

Improving Lunar Topography with Deep Learning Schr\"odinger Bridges

利用深度学习施罗丁格桥改善月球地形
Repasky, Matthew, Mazarico, Erwan, Barker, Michael K., Bertone, Stefano, Sabaka, Terence J., Xie, Yao
Abstract
Increasing the resolution of planetary topography models can enable a better understanding of surface processes and geomorphology; however, existing analytical super-resolution methods are expensive and difficult to apply at large scales. Generative models provide the tools to learn complex relationships within data and can be applied at scale due to hardware accelerators and parallelization. We present a diffusion-based Schr\"odinger Bridge (SB) generative modeling approach for lunar topography super-resolution, connecting the distribution of low-resolution topography to that of high-resolution topography, incorporating physically-constraining optical imagery. Our approach is inspired by existing Shape-from-Shading methods, which improve a priori low-resolution topography by using optical images at the target resolution. We train SBs on a novel dataset of rendered lunar topography, emulating optical imagery from the Lunar Reconnaissance Orbiter Narrow Angle Camera. The result is a flexible approach for topography super-resolution which can provide pixel-level uncertainties in the reconstruction.
Chinese Translation
提高行星地形模型的分辨率可以更好地理解表面过程和地貌;然而,现有的分析超分辨率方法成本高昂且难以在大规模上应用。生成模型提供了学习数据中复杂关系的工具,并且由于硬件加速器和并行化,可以在大规模上应用。我们提出了一种基于扩散的施罗丁格桥(Schr"odinger Bridge,SB)生成建模方法,用于月球地形的超分辨率,将低分辨率地形的分布与高分辨率地形的分布相连接,并结合物理约束的光学影像。我们的方法受到现有的形状从阴影(Shape-from-Shading)方法的启发,通过使用目标分辨率的光学图像来改善先验的低分辨率地形。我们在一个新颖的渲染月球地形数据集上训练施罗丁格桥,模拟来自月球勘测轨道器窄角相机的光学影像。最终结果是一个灵活的地形超分辨率方法,可以在重建中提供像素级的不确定性。
cs.CV / 60 / 2606.14657

HPSv3++: Scaling Reward Models Across the Full Spectrum of Diffusion Model Capabilities

HPSv3++:扩展奖励模型以适应扩散模型能力的全谱
Liu, Yijun, Huang, Jie, Xue, Zeyue, Li, Yuming, He, Ruizhe, Li, Haoran, Ge, Shijia, Fu, Siming
Abstract
Reward models guide text-to-image (T2I) systems toward outputs aligned with human preferences. However, typical reward models such as HPSv3 are trained on pre-annotated data from earlier T2I models, without accounting for quality discriminative shifts arising from evolving model capabilities and reinforcement learning (RL) iterations, limiting their broader applicability. In this work, we propose HPSv3++, a reward model framework that elevates the HPSv3 model for varying T2I model capabilities and their RL iteration changes across the full capability-iteration spectrum. Specifically, we first introduce HPDv3++, a 212K dual-dimension preference dataset annotated for text fidelity and aesthetic quality using a recent high-capability (Qwen-Image) model with human supervision. We then propose a two-stage training framework. Stage 1 employs data-aware orthogonal gradient projection to incorporate diverse aesthetic perception from HPDv3++ while preserving the original effective human preference knowledge in HPSv3. Stage 2 further leverages unlabeled data from T2I models spanning different capability levels and RL iterations, and introduces a joint capability-iterations conditioned signal for the reward model together with a standard deviation-driven unsupervised guidance mechanism, strengthening reward model across the capability-iteration spectrum. HPSv3++ achieves state-of-the-art preference prediction, outperforming HPSv3 9.8% on HPDv3, 5.5% on GenAI-Bench, while achieving 79.1%/88.1% on our proposed HPDv3++. When used for T2I RL training, it consistently improves GenEval scores across diverse T2I models, demonstrating its wide-range capabilities. The code is available at https://github.com/PlantPotatoOnMoon/HPSv3-PlusPlus.
Chinese Translation
奖励模型指导文本到图像(T2I)系统生成与人类偏好一致的输出。然而,典型的奖励模型如HPSv3是基于早期T2I模型的预标注数据进行训练的,未考虑由于模型能力的演变和强化学习(RL)迭代而产生的质量判别偏移,从而限制了其更广泛的适用性。在本研究中,我们提出了HPSv3++,一个提升HPSv3模型以适应不同T2I模型能力及其RL迭代变化的奖励模型框架,涵盖了完整的能力-迭代谱系。具体而言,我们首先引入HPDv3++,一个包含212K双维偏好数据集,使用最近的高能力(Qwen-Image)模型在人工监督下对文本忠实度和美学质量进行标注。然后,我们提出了一个两阶段的训练框架。第一阶段采用数据感知的正交梯度投影,结合HPDv3++中的多样化美学感知,同时保留HPSv3中原有效的人工偏好知识。第二阶段进一步利用来自不同能力水平和RL迭代的T2I模型的未标记数据,并为奖励模型引入一个联合能力-迭代条件信号以及一个基于标准差驱动的无监督引导机制,增强奖励模型在能力-迭代谱系上的表现。HPSv3++在偏好预测方面达到了最先进的水平,在HPDv3上比HPSv3提高了9.8%,在GenAI-Bench上提高了5.5%,同时在我们提出的HPDv3++上达到了79.1%/88.1%。在用于T2I RL训练时,它在不同的T2I模型上持续提高GenEval分数,展示了其广泛的能力。代码可在https://github.com/PlantPotatoOnMoon/HPSv3-PlusPlus获取。
cs.CV / 61 / 2606.14658

Giving AI a Headache: Acoustic Adversarial Attacks to Computer Vision Applications

给人工智能带来头痛:针对计算机视觉应用的声学对抗攻击
Villavicencio-Garduño, Nicole, Eren, Maksim Ekin, Prisbrey, Milo, Migliori, Ben, Teti, Michael
Abstract
Artificial Intelligence (AI) is increasingly used to automate a variety of real-world computer vision (CV) applications, such as autonomous vehicle control, facial recognition, and security cameras. Recent research has shown that acoustic vibration can induce real physical motion in cameras, interfering with their internal stabilization mechanisms. Because the motion falls outside the conditions the stabilization system was designed to handle, the system introduces artifacts into the frame, causing AI-based CV models to misclassify, miss targets, or hallucinate objects. Previous work used ultrasonic frequencies (>20 kHz) to perform short-range attacks, which limits them to short distances due to the attenuation exhibited by high frequencies. In this work, we investigate acoustic attacks using lower frequencies in the audible range (<20 kHz), and we further expand our analysis to include how various image and object features are affected by the attacks. Specifically, we performed physical experiments to demonstrate the viability of our attacks on an off-the-shelf object detection model (YOLO11) by resonating a commercially available camera with various frequencies. Based on our results, we provide insights into several factors that make an AI CV system more vulnerable to these attacks, which could help inform the development of future mitigation strategies.
Chinese Translation
人工智能(AI)越来越多地被用于自动化各种现实世界的计算机视觉(CV)应用,如自动驾驶控制、人脸识别和监控摄像头。近期研究表明,声学振动可以引发摄像头的真实物理运动,干扰其内部稳定机制。由于这种运动超出了稳定系统设计时所考虑的条件,系统在帧中引入了伪影,导致基于AI的CV模型出现误分类、漏检目标或幻觉物体的情况。之前的研究使用超声频率(>20 kHz)进行短距离攻击,这限制了其有效范围,因为高频信号会出现衰减。在本研究中,我们探讨了使用可听范围内的低频声学攻击(<20 kHz),并进一步扩展分析不同图像和物体特征如何受到攻击的影响。具体而言,我们进行了物理实验,通过对市售摄像头施加不同频率的共振,验证了我们的攻击在现成物体检测模型(YOLO11)上的可行性。基于我们的结果,我们提供了几个因素的见解,这些因素使得AI CV系统更容易受到这些攻击,这可能有助于未来缓解策略的开发。
cs.CV / 62 / 2606.14667

Memento: Reconstruct to Remember for Consistent Long Video Generation

Memento:重构以记忆一致的长视频生成
Wei, Xuan, Ji, Longbin, Wang, Guan, Liu, Xiangrui, Zhang, Zhenyu, Wang, Shuohuan, Sun, Yu, Hong, Qingqi
Abstract
Long-form video generation requires recurring subjects to remain consistent across various shots, viewpoints, motions, and scene transitions. Existing temporal decomposition methods improve scalability by generating videos shot by shot. However, they mainly focus on optimizing plausible next-shot continuations without verifying whether the historical memory preserves identity-critical subject evidence. Consequently, as generation proceeds, recurring subjects may be diluted, overwritten, or forgotten. In this paper, we propose Memento, a subject-reconstruction-guided framework that treats subject preservation as an explicit identity grounding problem, based on the premise that a memory bank faithfully preserving a subject should support reconstructing that subject from memory alone. Specifically, Memento jointly trains autoregressive next-shot generation with memory-based subject reconstruction, recovering target appearances using historical memory and global story captions. To disentangle long-range subject evidence from short-range cues, Memento introduces a dual-query memory mechanism, where one query retrieves identity-relevant memory and the other selects short-context keyframes for coherent continuation. Additionally, a subject-aware cinematic data pipeline provides precise reconstruction supervision via consistent, pronoun-free subject descriptions. Experiments demonstrate that Memento achieves state-of-the-art performance in long-term subject consistency, cross-shot coherence, and visual quality.
Chinese Translation
长格式视频生成要求重复出现的主题在不同镜头、视角、动作和场景转换中保持一致。现有的时间分解方法通过逐镜头生成视频来提高可扩展性。然而,它们主要集中在优化合理的下一个镜头延续上,而未验证历史记忆是否保留了身份关键的主题证据。因此,随着生成的进行,重复出现的主题可能会被稀释、覆盖或遗忘。本文提出了Memento,一种以主题重构为指导的框架,将主题保留视为一个明确的身份基础问题,基于这样的前提:一个忠实保留主题的记忆库应支持仅通过记忆重构该主题。具体而言,Memento联合训练自回归的下一个镜头生成与基于记忆的主题重构,利用历史记忆和全局故事标题恢复目标外观。为了将长距离的主题证据与短距离的线索分离,Memento引入了一种双查询记忆机制,其中一个查询检索与身份相关的记忆,另一个选择短上下文关键帧以实现连贯的延续。此外,主题感知的电影数据管道通过一致的、无代词的主题描述提供精确的重构监督。实验表明,Memento在长期主题一致性、跨镜头连贯性和视觉质量方面达到了最先进的性能。
cs.CV / 63 / 2606.14684

HumP-KD: A Hybrid Uncertainty-Aware Multi-Stage Progressive Knowledge Distillation Framework for Efficient Fire Classification

HumP-KD:一种混合不确定性感知的多阶段渐进知识蒸馏框架用于高效火灾分类
Mainuddin, Mohammed Arif, Tabassum, Najifa, Shahid, Omar Ibne, Khan, Riasat
Abstract
Real-time fire classification systems require models that are simultaneously accurate, computationally efficient, and deployable on resource-constrained hardware. This work proposes \textbf{HumP-KD}, a Hybrid Uncertainty-aware Multi-stage Progressive Knowledge Distillation framework for efficient fire classification. Two datasets, FlameVision and Dataset-II, containing 8,600 and 31,309 images, are used. Various CNN and transformer baselines are applied under standard preprocessing, online augmentation, Gaussian noise and motion blur robustness conditions. The proposed HumP-KD model distills knowledge from two frozen heterogeneous transformer teachers, Swin-Tiny and ViT-Base, along with their Meta-MLP ensemble, into a lightweight MobileViT-S student via three tightly integrated components. Hierarchical Progressive Knowledge Distillation employs a Hierarchical Feature Builder. It generates a fused spatial attention mask to guide distillation toward discriminative regions selectively. Multi-Stage Knowledge Distillation progressively activates three distillation stages across training. On Dataset-II, HumP-KD achieves a mean F1 score of $0.9876 \pm 0.0063$ across 10 independent trials, significantly outperforming the MobileViT-S baseline trained without distillation ($0.9537 \pm 0.0351$), with statistical significance confirmed by both independent t-test ($p = 0.0195$) and Wilcoxon signed-rank test ($W = 1$, $p = 0.0039$). The proposed method also demonstrates strong generalization across datasets and robustness under degraded visual conditions. The student model retains only 4.94M parameters and 19.01Mb model size, representing a $5.7\times$ parameter reduction over Swin-Tiny and a $17.5\times$ reduction over ViT-Base, while achieving 37.72 CPU FPS, making it suitable for real-time deployment.
Chinese Translation
实时火灾分类系统需要模型在准确性、计算效率和在资源受限硬件上的可部署性之间达到平衡。本研究提出了 extbf{HumP-KD},一种混合不确定性感知的多阶段渐进知识蒸馏框架,用于高效火灾分类。使用了两个数据集,FlameVision和Dataset-II,分别包含8600张和31309张图像。在标准预处理、在线增强、高斯噪声和运动模糊鲁棒性条件下,应用了多种卷积神经网络(CNN)和变换器基线。所提出的HumP-KD模型通过三个紧密集成的组件,从两个冻结的异构变换器教师(Swin-Tiny和ViT-Base)及其Meta-MLP集成中提取知识,传递给一个轻量级的MobileViT-S学生模型。分层渐进知识蒸馏采用分层特征构建器,生成融合的空间注意力掩码,以选择性地引导蒸馏到判别区域。多阶段知识蒸馏在训练过程中逐步激活三个蒸馏阶段。在Dataset-II上,HumP-KD在10次独立实验中实现了平均F1分数为$0.9876 imes 0.0063$,显著优于未经过蒸馏训练的MobileViT-S基线($0.9537 imes 0.0351$),并通过独立t检验($p = 0.0195$)和Wilcoxon符号秩检验($W = 1$,$p = 0.0039$)确认了统计显著性。所提出的方法在不同数据集上也表现出强大的泛化能力和在退化视觉条件下的鲁棒性。学生模型仅保留4.94M参数和19.01Mb模型大小,相比Swin-Tiny减少了$5.7 imes$的参数量,相比ViT-Base减少了$17.5 imes$,同时实现了37.72 CPU FPS,使其适合实时部署。
cs.CV / 64 / 2606.14686

CottonLeafVision: An Explainable and Robust Deep Learning Framework for Cotton Leaf Disease Classification

CottonLeafVision:一个可解释且稳健的深度学习框架用于棉叶病分类
Ahamed, Rafi, Rahman, Md. Abir, Roza, Tasnia Tarannum, Easha, Munaia Jannat, Khan, Md. Asif, Mandal, Sudeepta
Abstract
Globally, cotton is a highly economically beneficial crop, as the textile industry heavily depends on it. So, the precise identification and detection of cotton leaf disease is crucial for economic stability. The development goal of "CottonLeafVision" is to accurately classify and detect cotton leaf disease. With this goal, we have evaluated multiple pretrained Deep Convolutional Neural Networks, including DenseNet201, InceptionV3, and VGG19 on a publicly available cotton leaf disease image dataset. This image dataset includes seven classes, six disease classes, and one healthy class, collected under various field conditions reflecting real-world challenges. Among these pretrained models, with DenseNet201, we have achieved the highest classification accuracy of 98%. To enhance the model reliability and interpretability, we have implemented different techniques and methods such as Gradient-weighted Class Activation Mapping (Grad-CAM), occlusion sensitivity analysis and adversarial training to increase the noise resistance of the model. Finally, we have developed a prototype in order to utilize the model's capabilities on real life agriculture. This paper shows the deep learning model's capabilities to classify the disease in real-life cotton disease management situations.
Chinese Translation
棉花是全球经济效益极高的作物,纺织行业对此依赖甚重。因此,准确识别和检测棉叶病对于经济稳定至关重要。“CottonLeafVision”的开发目标是准确分类和检测棉叶病。为此,我们评估了多个预训练的深度卷积神经网络,包括DenseNet201、InceptionV3和VGG19,基于一个公开可用的棉叶病图像数据集。该图像数据集包含七个类别,其中六个是病害类别,一个是健康类别,数据是在反映现实世界挑战的各种田间条件下收集的。在这些预训练模型中,使用DenseNet201时,我们达到了最高的分类准确率98%。为了增强模型的可靠性和可解释性,我们实施了不同的技术和方法,如梯度加权类激活映射(Gradient-weighted Class Activation Mapping, Grad-CAM)、遮挡敏感性分析和对抗训练,以提高模型的抗噪声能力。最后,我们开发了一个原型,以便在现实农业中利用模型的能力。本文展示了深度学习模型在实际棉花病害管理情境中分类疾病的能力。
cs.CV / 65 / 2606.14697

ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning

ClinHallu:用于医疗多模态大语言模型推理中逐阶段幻觉诊断的基准
Yang, Sicheng, Yuan, Hangjie, Zhang, Wenjun, Wang, Jinwang, Qian, Yichen, Chen, Weihua, Wang, Fan, Zhu, Lei
Abstract
Building trustworthy medical multimodal large language models (MLLMs) is critical for reliable clinical decision support. Existing medical hallucination benchmarks mainly focus on data collection, but often ignore where hallucinations originate within the reasoning process. We find that hallucination sources vary across samples: errors may arise from visual misrecognition, incorrect medical knowledge recall, or flawed reasoning integration. To enable source-level hallucination diagnosis, we introduce ClinHallu, a benchmark for stage-wise hallucination diagnosis in medical MLLM reasoning. ClinHallu contains 7,031 validated instances, where each instance is augmented with a structured reasoning trace decomposed into Visual Recognition, Knowledge Recall, and Reasoning Integration. We also use stage-replacement interventions to measure how correcting specific stages affects the final answer. Beyond evaluation, we show that trace-supervised fine-tuning reduces stage-wise hallucinations. ClinHallu provides a fine-grained hallucination testbed for diagnosing and mitigating reasoning failures in medical MLLMs. The benchmark is publicly available at https://github.com/alibaba-damo-academy/ClinHallu.
Chinese Translation
构建可信赖的医疗多模态大语言模型(MLLMs)对于可靠的临床决策支持至关重要。现有的医疗幻觉基准主要集中在数据收集上,但往往忽视了幻觉在推理过程中的来源。我们发现幻觉来源在不同样本之间存在差异:错误可能源于视觉误识别、错误的医学知识回忆或推理整合缺陷。为了实现源级幻觉诊断,我们引入了ClinHallu,这是一个用于医疗MLLM推理中逐阶段幻觉诊断的基准。ClinHallu包含7031个经过验证的实例,每个实例都附有一个结构化的推理轨迹,分解为视觉识别、知识回忆和推理整合。我们还使用阶段替换干预来测量纠正特定阶段如何影响最终答案。除了评估,我们还展示了轨迹监督微调如何减少逐阶段幻觉。ClinHallu为诊断和减轻医疗MLLM推理失败提供了一个细粒度的幻觉测试平台。该基准已公开发布,网址为https://github.com/alibaba-damo-academy/ClinHallu。
cs.CV / 66 / 2606.14699

Instruct-Particulate: Scaling Feed-Forward 3D Object Articulation with Kinematic Control

指令粒子:通过运动控制扩展前馈3D物体关节的能力
Li, Ruining, Yao, Yuxin, Zhou, Matt, Zheng, Chuanxia, Rupprecht, Christian, Lasenby, Joan, Wu, Shangzhe, Vedaldi, Andrea
Abstract
Reconstructing articulated 3D objects is important for animation, gaming, and robotic simulations. Recent neural networks can estimate the articulated structure of 3D objects, but their generalization remains limited by the scarcity of annotated data for this task. To address this gap, we introduce Instruct-Particulate, a model that takes a 3D mesh together with a target kinematic specification, including part descriptions, connectivity, joint types, and optional point prompts, and predicts the corresponding kinematic part segmentation and joint motion parameters. The kinematic specification disambiguates the task and allows the model to target annotations of different granularity, thereby making it possible to use more abundant heterogeneous training data. At test time, the kinematic specification can be obtained automatically from large-scale vision-language models, so the model can be applied to any input mesh. To train our model at scale, we construct a heterogeneous dataset of more than 150,000 articulated 3D objects, extending existing publicly available collections with data obtained by partially labelling other 3D models (monolithic or already decomposed into parts) with kinematic labels by means of vision-language models. Experiments show that our model generalizes better across categories and to AI-generated meshes, enabling articulated asset reconstruction from real-world images via image-to-3D models.
Chinese Translation
重建关节化的3D物体对于动画、游戏和机器人仿真至关重要。近期的神经网络能够估计3D物体的关节结构,但由于该任务标注数据的稀缺性,其泛化能力仍然有限。为了解决这一问题,我们提出了Instruct-Particulate模型,该模型接受一个3D网格和目标运动学规范,包括部件描述、连接性、关节类型和可选的点提示,并预测相应的运动学部件分割和关节运动参数。运动学规范消除了任务的歧义,使模型能够针对不同粒度的标注,从而使得可以使用更丰富的异构训练数据。在测试时,运动学规范可以通过大规模视觉-语言模型自动获取,因此该模型可以应用于任何输入网格。为了大规模训练我们的模型,我们构建了一个包含超过150,000个关节化3D物体的异构数据集,通过利用视觉-语言模型对其他3D模型(单一体或已经分解为部件的模型)进行部分标注,扩展了现有的公开可用数据集。实验表明,我们的模型在不同类别之间以及对AI生成的网格具有更好的泛化能力,使得能够通过图像到3D模型实现从真实世界图像中重建关节化资产。
cs.CV / 67 / 2606.14700

RepFusion: Leveraging Multimodal Priors for Denoising in Representation Space

RepFusion:利用多模态先验在表示空间中进行去噪
Pan, Xichen, Singh, Aashu, Shukla, Satya Narayan, Fan, Xiangjun, Mishra, Shlok Kumar, Xie, Saining
Abstract
Large language models (LLMs) are widely used in text-to-image (T2I) systems, but they are typically limited to text encoding, while denoising is handled by newly trained generative backbones. The emergence of representation autoencoders (RAEs) shifts the generation target toward semantically structured visual representations, creating a latent space that is more compatible with pretrained LLM priors. Inspired by multimodal LLMs (MLLMs), where an MLP projector is sufficient to align clean visual representations with a pretrained LLM, we repurpose the MLLM itself as a noisy representation encoder, extending this mechanism from clean to noisy inputs. We present RepFusion, which uses the resulting MLLM outputs as the conditioning signal for a diffusion transformer. In controlled comparisons at similar inference budgets, RepFusion outperforms baselines that devote comparable capacity to newly initialized denoisers. These results demonstrate that MLLMs provide strong priors for denoising visual representations and that, by conditioning on evolving noisy representations, test-time compute can be productively spent on repeated MLLM conditioning in modern T2I systems.
Chinese Translation
大型语言模型(LLMs)在文本到图像(T2I)系统中被广泛使用,但它们通常仅限于文本编码,而去噪则由新训练的生成骨干网络处理。表示自编码器(RAEs)的出现将生成目标转向语义结构化的视觉表示,创建了一个与预训练LLM先验更兼容的潜在空间。受到多模态LLM(MLLMs)的启发,在这些模型中,一个多层感知机(MLP)投影器足以将干净的视觉表示与预训练的LLM对齐,我们将MLLM本身重新用于作为噪声表示编码器,将这一机制从干净输入扩展到噪声输入。我们提出了RepFusion,它使用生成的MLLM输出作为扩散变换器的条件信号。在相似推理预算下的受控比较中,RepFusion的表现优于那些将相似能力分配给新初始化去噪器的基线。这些结果表明,MLLMs为视觉表示的去噪提供了强有力的先验,并且通过对不断演变的噪声表示进行条件化,测试时的计算可以有效地用于现代T2I系统中重复的MLLM条件化。
cs.CV / 68 / 2606.14701

RATS! Patches Talk Through Registers: Emergent Parts in Register Attention Transformers

RATS!通过寄存器进行交流的补丁:寄存器注意力变换器中的新兴部分
Yang, Timing, Neskovic, Predrag, Seheult, Jansen, Han, Wenchao, Bhattad, Anand, Yuille, Alan, Wang, Feng
Abstract
When humans see a bird, they recognize far more than just "bird" -- they see a head, wings, and talons, a structured assembly of reusable parts that can be identified across every bird they have ever seen. We ask whether a self-supervised visual model can discover the same compositional structure on its own. To this end, we propose RATS (Register Attention Transformers), which decomposes the classification token into N learnable register tokens that route patch information through an L->N->N->L bottleneck via a three-step compress-communicate-broadcast attention. The N registers are partitioned across the H attention heads, so that registers assigned to different heads do not interact with each other. Without auxiliary losses or part annotations, each register spontaneously specializes into a proto-semantic region whose emerging structure resembles object parts. RATS surpasses all baselines by +12 mIoU on average across five segmentation benchmarks, with consistent gains on ADE20K (+1.11 mIoU) and COCO (+0.2 AP^m). Its register dictionary further exhibits part-level consistency and semantic proximity across related categories. Our results suggest that RATS may provide a useful architectural prior for structured and interpretable visual representation learning.
Chinese Translation
当人类看到一只鸟时,他们识别的不仅仅是“鸟”——他们看到的是头部、翅膀和爪子,这是一种可重用部分的结构化组合,可以在他们见过的每只鸟中识别出来。我们探讨一个自监督视觉模型是否能够自主发现相同的组合结构。为此,我们提出了RATS(寄存器注意力变换器),该模型将分类标记分解为N个可学习的寄存器标记,通过一个三步的压缩-通信-广播注意力机制,将补丁信息在L->N->N->L瓶颈中路由。这N个寄存器在H个注意力头之间进行划分,以确保分配给不同头的寄存器之间不相互作用。在没有辅助损失或部分注释的情况下,每个寄存器自发地专门化为一个原始语义区域,其新兴结构类似于物体部分。RATS在五个分割基准测试中平均超越所有基线+12 mIoU,并在ADE20K(+1.11 mIoU)和COCO(+0.2 AP^m)上持续获得增益。其寄存器字典进一步展示了相关类别之间的部分级一致性和语义接近性。我们的结果表明,RATS可能为结构化和可解释的视觉表征学习提供有用的架构先验。
cs.CV / 69 / 2606.14702

OmniVideo-100K: A Dataset for Audio-Visual Reasoning through Structured Scripts and Evidence Chains

OmniVideo-100K:一个用于通过结构化脚本和证据链进行音视频推理的数据集
Cai, Xinyue, Fu, Chaoyou, Zhang, Yi-Fan, He, Ran, Shan, Caifeng
Abstract
Current automated pipelines for audio-visual Question Answering (QA) generally adopt a ``video-caption-QA'' paradigm. However, these methods typically segment videos into short clips and generate separate descriptions for audio and visual modalities. This decoupled processing severs inherent associations between sounds and their visual sources, while independent clip processing often causes inconsistent descriptions of the same entity across segments. Furthermore, coupling long-text comprehension and QA synthesis into a single step often restricts models to localized events, yielding questions lacking long-term temporal connections and deep cross-modal reasoning. To address these issues, we propose an automated data engine featuring two mechanisms: (1) \textbf{Entity-Anchored Video Scripting} transforms videos into structured scripts, comprising summaries, main entity lists, and segment-wise audio-visual descriptions. The entity list serves as a global prior to ensure cross-segment referential consistency and reconstruct audio-visual associations. (2) \textbf{Clue-Guided QA Generation} prompts models to first mine cross-segment, multimodal clues from the script, and subsequently generate QA pairs based on these high-value clues. Leveraging this pipeline, we construct the instruction-tuning dataset \textbf{OmniVideo-100K} and a human-verified test set, \textbf{OmniVideo-Test}. Fine-tuning VITA-1.5, Qwen2.5-Omni-7B and Qwen3-Omni-30B on OmniVideo-100K yields performance gains of up to 20.59% on OmniVideo-Test, demonstrating strong generalization (up to 12.64% improvements) across established benchmarks like Daily-Omni and JointAVBench.
Chinese Translation
当前的音视频问答(QA)自动化流程通常采用“视频-字幕-QA”范式。然而,这些方法通常将视频分割成短片段,并为音频和视觉模态生成单独的描述。这种解耦处理切断了声音与其视觉来源之间的内在关联,而独立的片段处理往往导致同一实体在不同片段中的描述不一致。此外,将长文本理解和QA合成耦合为一个步骤,通常限制模型仅关注局部事件,导致生成的问题缺乏长期时间连接和深层跨模态推理。为了解决这些问题,我们提出了一种自动化数据引擎,具有两种机制:(1) extbf{实体锚定视频脚本}将视频转化为结构化脚本,包括摘要、主要实体列表和逐段音视频描述。实体列表作为全局先验,确保跨片段的指称一致性并重建音视频关联。(2) extbf{线索引导的QA生成}促使模型首先从脚本中挖掘跨片段的多模态线索,然后基于这些高价值线索生成QA对。利用这一流程,我们构建了指令调优数据集 extbf{OmniVideo-100K}和一个经过人工验证的测试集 extbf{OmniVideo-Test}。在OmniVideo-100K上微调VITA-1.5、Qwen2.5-Omni-7B和Qwen3-Omni-30B,能够在OmniVideo-Test上获得高达20.59%的性能提升,展示了在如Daily-Omni和JointAVBench等已建立基准上的强泛化能力(高达12.64%的改进)。
cs.CV / 70 / 2606.14703

Gaze Heads: How VLMs Look at What They Describe

凝视头:视觉语言模型如何观察其描述的内容
Gandikota, Rohit, Bau, David
Abstract
How a vision-language model internally solves the task of describing an image is far from obvious. We find that the model develops a specific mechanism for this: a small set of attention heads in its language-model backbone, which we call gaze heads, whose attention tracks the image region the model is currently describing. We find them with a simple correlation score from a few forward passes, using comic strips as a controlled testbed where narrative order is laid out spatially. These gaze heads do not just track the image tokens being described: redirecting their attention to a chosen region forces the VLM to describe that region instead. A single attention-mask intervention on the top-100 gaze heads, fewer than 9% of all heads, steers the model's answer to any chosen comic panel at 83.1% accuracy, while the same intervention on random heads fails to redirect the answer, and intervening on all heads destroys generation. The same lever also extends to continuous control: switching the gaze target mid-generation makes the model wrap up its current panel description and move to the new one within a few tokens. Beyond comics, the same intervention redirects answers to chosen regions in natural COCO images. The mechanism further recurs across model sizes from 2B to 32B parameters and across other VLM architectures, although some frozen-encoder families show no comparable head set. More broadly, this shows that targeted edits identified through mechanistic analysis can serve as practical inference-time levers for steering multimodal model behavior, without any retraining. Our code, interactive demo, and datasets are available at https://gaze.baulab.info/
Chinese Translation
视觉语言模型如何在内部解决描述图像的任务并不明显。我们发现该模型为此开发了一种特定机制:在其语言模型主干中有一小组注意力头,我们称之为凝视头,其注意力跟踪模型当前描述的图像区域。我们通过简单的相关性评分和几次前向传播找到了这些凝视头,使用漫画作为受控测试平台,在该平台上叙事顺序以空间方式呈现。这些凝视头不仅跟踪被描述的图像标记:将它们的注意力重定向到选定区域会迫使视觉语言模型描述该区域。对前100个凝视头进行一次注意力掩码干预(不到所有头的9%)可以以83.1%的准确率引导模型的回答到任何选定的漫画面板,而对随机头的相同干预则无法重定向回答,对所有头的干预则会破坏生成。相同的杠杆也扩展到连续控制:在生成过程中切换凝视目标会使模型结束当前面板的描述并在几个标记内转向新的面板。除了漫画,这种干预还可以将回答重定向到自然COCO图像中的选定区域。该机制在从2B到32B参数的模型规模中以及其他视觉语言模型架构中进一步重复,尽管一些冻结编码器家族没有可比的头集合。更广泛地说,这表明通过机制分析识别的有针对性的编辑可以作为引导多模态模型行为的实用推理时间杠杆,而无需任何重新训练。我们的代码、互动演示和数据集可在 https://gaze.baulab.info/ 获取。
人工智能 (Artificial Intelligence)
41
cs.AI / 1 / 2606.13682

A Deep Reinforcement Learning (DRL)-Based Transformer Method for Solving the Open Shop Scheduling Problem

基于深度强化学习(DRL)的变换器方法解决开放车间调度问题
Ardali, Faezeh, Nyelele, Mwembezi A., Knapp, Gerald M.
Abstract
The open shop scheduling problem (OSSP) arises in many industrial and service settings but remains computationally challenging as the number of jobs and machines increases. While exact methods quickly become intractable, classical dispatching rules and metaheuristics may require substantial tuning to maintain solution quality at large scales. This study develops a Transformer-based scheduling policy for OSSP using an encoder-decoder architecture with multi-head attention. The model is trained on Taillard benchmark instances (4x4, 5x5, 7x7, and 10x10) using only the processing-time matrix as input and produces feasible schedules with makespans typically within 15-30% of best-known values. To evaluate scalability, the trained policy is applied without retraining to randomly generated instances from 40x40 to 100x100 and compared against classical dispatching heuristics, including SPT, LPT, MWKR, and EST. Across these large instances, the Transformer achieved average gaps of 12.89-15.12% relative to a standard lower bound. Compared with EST, the Transformer remained competitive, typically within a modest margin, while substantially outperforming SPT and LPT. These results indicate that a Transformer policy trained on small OSSP instances can generalize to substantially larger problems and provide a feature-light, learning-based alternative to classical dispatching rules.
Chinese Translation
开放车间调度问题(OSSP)在许多工业和服务环境中出现,但随着作业和机器数量的增加,其计算复杂性仍然很高。尽管精确方法很快变得不可行,但经典调度规则和元启发式算法可能需要大量调优以在大规模下保持解的质量。本研究开发了一种基于变换器的调度策略,用于解决OSSP,采用编码器-解码器架构和多头注意力机制。该模型在Taillard基准实例(4x4、5x5、7x7和10x10)上进行训练,仅使用处理时间矩阵作为输入,生成的可行调度的完工时间通常在最佳已知值的15-30%范围内。为了评估可扩展性,训练好的策略在不重新训练的情况下应用于随机生成的40x40到100x100实例,并与经典调度启发式算法进行比较,包括SPT、LPT、MWKR和EST。在这些大规模实例中,变换器相对于标准下界的平均差距为12.89-15.12%。与EST相比,变换器保持了竞争力,通常在适度的范围内,同时显著优于SPT和LPT。这些结果表明,基于小规模OSSP实例训练的变换器策略能够推广到更大规模的问题,并为经典调度规则提供了一种轻特征、基于学习的替代方案。
cs.AI / 2 / 2606.13683

UP-NRPA: User Portrait based Nested Rollout Policy Adaptation for Planning with Large Language Models in Goal-oriented Dialogue Systems

UP-NRPA:基于用户画像的嵌套回滚策略适应在目标导向对话系统中与大型语言模型的规划
Wang, Hui, Zhang, Fafa, Liu, Meng, Chen, Xiangyu, Mu, Chaoxu
Abstract
To address the challenge that current dialogue policy planning methods struggle to dynamically adapt to diverse user characteristics, this paper proposes a User Portrait based Nested Rollout Policy Adaptation (UP-NRPA) online framework with Large Language Models. In contrast to conventional approaches dependent on model training and require offline reinforcement learning policy models for user groups, UP-NRPA enables dynamic customization of dialogue strategies through an adaptive mechanism. This is achieved by leveraging real-time user feedback alongside personality, preferences, and objectives mapped from the current user portrait, thereby adapting to user characteristics without offline reinforcement learning. In collaborative and non-collaborative dialogue benchmarks, UP-NRPA demonstrated considerable benefits, achieving an impressive 100% success rate in multiple dialogue tasks. Particularly in negotiation tasks, the sale-to-list ratio (SL) increased by 56.41%. This demonstrates that UP-NRPA can adapt to diverse user needs without requiring a training mechanism, enabling the dialogue system to adapt to user characteristics.
Chinese Translation
为了解决当前对话策略规划方法难以动态适应多样化用户特征的挑战,本文提出了一种基于用户画像的嵌套回滚策略适应(UP-NRPA)在线框架,结合大型语言模型。与传统方法依赖模型训练并需要离线强化学习策略模型针对用户群体不同,UP-NRPA通过适应机制实现对话策略的动态定制。这是通过利用实时用户反馈以及从当前用户画像映射的个性、偏好和目标来实现的,从而在无需离线强化学习的情况下适应用户特征。在协作和非协作对话基准测试中,UP-NRPA显示出显著的优势,在多个对话任务中实现了令人印象深刻的100%成功率。尤其在谈判任务中,销售与列表比率(SL)提高了56.41%。这表明UP-NRPA能够在不需要训练机制的情况下适应多样化的用户需求,使对话系统能够适应用户特征。
cs.AI / 3 / 2606.13703

History of the Muddy Children Puzzle

泥泞儿童难题的历史
van Ditmarsch, Hans
Abstract
The Muddy Children Puzzle is a puzzle about knowledge and ignorance that has been inspiring for the development of epistemic logic. Who came up with it first? This is unclear. We trace the origin of the Muddy Children Puzzle through logical and literary publications over the past two centuries. The puzzle inspired a numerous variations such as involving numbers or coloured hats. We also present a novel hats puzzle involving self-reference.
Chinese Translation
泥泞儿童难题是一个关于知识与无知的难题,激发了认识论逻辑的发展。这个难题最早是谁提出的?目前尚不清楚。我们通过过去两个世纪的逻辑和文学出版物追溯泥泞儿童难题的起源。该难题激发了许多变体,例如涉及数字或彩色帽子。我们还提出了一个涉及自指的新帽子难题。
cs.AI / 4 / 2606.13707

Orchestra-o1: Omnimodal Agent Orchestration

Orchestra-o1:全模态代理编排
Zhang, Fan, Zhang, Vireo, Qian, Shengju, Li, Haoxuan, Wu, Hao, Wu, Jinyang, Zhou, Donghao, Zhu, Zhihong, Lian, Zheng, Wang, Xin, Heng, Pheng-Ann
Abstract
The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent systems, highlighting the importance of agent orchestration for task decomposition and collaboration. However, existing orchestration frameworks are limited to a narrow set of modalities and struggle to generalize to more complex settings where heterogeneous modalities coexist and interact. This limitation becomes particularly pronounced in omnimodal scenarios, where tasks require the unified understanding and coordination of diverse inputs such as text, image, audio, and video. In this work, we propose Orchestra-o1, an omnimodal agent orchestration framework designed to support efficient agent collaboration across multiple modalities. Orchestra-o1 introduces a unified orchestration mechanism that enables modality-aware task decomposition, online sub-agent specialization, and parallel sub-task execution. This scalable design allows agent systems to effectively tackle complex real-world tasks involving heterogeneous information sources, surpassing the second-best approach by 10.3% accuracy on the OmniGAIA benchmark. Furthermore, we introduce decision-aligned group relative policy optimization (DA-GRPO), an efficient agentic reinforcement learning approach for training Orchestra-o1-8B, which also achieves state-of-the-art performance against all existing open-source omnimodal agents.
Chinese Translation
代理群体的近期成功已将基于大型语言模型(LLM)的代理的范式从单代理工作流转变为多代理系统,突显了代理编排在任务分解和协作中的重要性。然而,现有的编排框架仅限于狭窄的模态集,难以推广到异构模态共存和交互的更复杂环境中。这一限制在全模态场景中尤为明显,在这些场景中,任务需要对文本、图像、音频和视频等多样输入进行统一理解和协调。在本研究中,我们提出了Orchestra-o1,一种全模态代理编排框架,旨在支持跨多个模态的高效代理协作。Orchestra-o1引入了一种统一的编排机制,能够实现模态感知的任务分解、在线子代理专业化和并行子任务执行。这种可扩展的设计使得代理系统能够有效应对涉及异构信息源的复杂现实任务,在OmniGAIA基准测试中超越第二佳方法10.3%的准确率。此外,我们还引入了决策对齐的群体相对策略优化(DA-GRPO),这是一种高效的代理强化学习方法,用于训练Orchestra-o1-8B,该方法在所有现有的开源全模态代理中也达到了最先进的性能。
cs.AI / 5 / 2606.13710

Hybrid Open-Ended Tri-Evolution Makes Better Deep Researcher

混合开放式三重进化提升深度研究能力
Piao, Hongming, Liu, Chi, Chen, Mengzhuo, Shu, Yan, Li, Derek, Wei, Ying, Dai, Bryan
Abstract
Deep research and agent evolution serve as de-facto tasks for AI agents in real-world applications toward artificial general intelligence. The former enables autonomous retrieval and integration of information in open-ended environments to tackle open-ended research tasks, yet it is constrained by the static parametric deep research capabilities of agent systems. The latter allows agents to autonomously interact with the environment to gain experiences that evolve model capabilities. However, its effectiveness has been widely validated only on verifiable tasks with standard answers, leaving a gap with open-ended research tasks. To bridge these two critical tasks, we propose the Hybrid Open-Ended Tri-Evolution (HOTE) framework, which leverages hybrid-mode reinforcement learning to facilitate the collaborative evolution of a proposer, solver and judge based on web-scale knowledge, moving toward autonomous evolving agents in open-ended tasks and environments. Extensive experiments on three long-form deep research benchmarks demonstrate that the 8B model trained via HOTE surpasses the strongest static open 8-32B models as well as those trained by state-of-the-art deep research training methods with less time overhead, and further verify that the evolution of all three modules in HOTE is indispensable.
Chinese Translation
深度研究和智能体进化是人工智能代理在现实世界应用中朝向人工通用智能的实际任务。前者使得在开放式环境中能够自主检索和整合信息,以应对开放式研究任务,但受到代理系统静态参数深度研究能力的限制。后者允许智能体自主与环境互动,以获得进化模型能力的经验。然而,其有效性仅在具有标准答案的可验证任务上得到了广泛验证,导致与开放式研究任务之间存在差距。为了弥合这两个关键任务之间的联系,我们提出了混合开放式三重进化(Hybrid Open-Ended Tri-Evolution, HOTE)框架,该框架利用混合模式强化学习促进基于网络规模知识的提案者、解决者和评判者的协同进化,朝着在开放式任务和环境中实现自主进化的智能体迈进。在三个长篇深度研究基准上的广泛实验表明,通过HOTE训练的8B模型超越了最强的静态开放8-32B模型以及那些通过最先进的深度研究训练方法训练的模型,并且在时间开销上更具优势,进一步验证了HOTE中所有三个模块的进化是不可或缺的。
cs.AI / 6 / 2606.13715

WorkBench Revisited: Workplace Agents Two Years On

WorkBench 重新审视:职场代理两年后的进展
Styles, Olly
Abstract
The best agent on WorkBench in March 2024, GPT-4, completed 43% of tasks and took an unintended harmful action, such as emailing the wrong person, on 26% of them. We re-visit the benchmark in June 2026 and find that the best agent to date, Claude Opus 4.8, completes 89% and takes an unintended harmful action on 2.5%. Aside from this considerable progress in frontier agent performance, three things stand out. First, capability and safety go together on WorkBench rather than trade off, so the models that finish the most tasks also do the least unintended damage. Second, while several classes of error have been totally eliminated, frontier models still make some basic mistakes that occasionally result in irreversible harm, such as sending an email to the wrong person. Third, the rise of open-weight models has drastically lowered costs for a performance level that was previously only accessible to proprietary models, while frontier costs have stayed relatively stable. We release an updated version of the benchmark with data and code quality improvements, new model scores, and analysis of agent progress on WorkBench since 2024.
Chinese Translation
在2024年3月,WorkBench上表现最佳的代理GPT-4完成了43%的任务,并在26%的任务中采取了意外的有害行动,例如向错误的人发送电子邮件。我们在2026年6月重新审视这一基准,发现迄今为止表现最佳的代理Claude Opus 4.8完成了89%的任务,并在2.5%的任务中采取了意外的有害行动。除了在前沿代理性能方面取得的显著进展外,还有三点值得关注。首先,在WorkBench上,能力与安全性是相辅相成的,而不是相互权衡,因此完成最多任务的模型也造成最少的意外损害。其次,尽管某些类别的错误已被完全消除,但前沿模型仍然会犯一些基本错误,这些错误偶尔会导致不可逆转的伤害,例如向错误的人发送电子邮件。第三,开放权重模型的兴起大幅降低了之前仅限于专有模型的性能水平的成本,而前沿成本保持相对稳定。我们发布了更新版本的基准,包含数据和代码质量的改进、新模型得分以及自2024年以来代理在WorkBench上的进展分析。
cs.AI / 7 / 2606.13720

Refusal Beyond a Single Direction: A Preliminary Comparison of Diff-in-Means and INLP

超越单一方向的拒绝:Diff-in-Means与INLP的初步比较
Rocchetti, Elisabetta, Ferrara, Alfio
Abstract
Arditi et al. (2024) has shown that refusal in safety fine-tuned chat models is mediated by a single linear direction in the residual stream, recoverable by a difference-in-means (DiM) of harmful and harmless activations. We compare DiM-based interventions (activation addition and directional ablation) with two interventions derived from Iterative Nullspace Projection (INLP) -- nullspace projection and counterfactual flipping -- on five open-weight chat models, asking whether INLP can match DiM at steering refusal and whether its richer parameterisation yields more tweakable interventions. INLP counterfactual flipping is competitive with DiM directional ablation on refusal suppression, while nullspace projection is consistently weaker. Restricting INLP to the leading directions of the extracted subspace preserves most of the suppression effect at near-baseline perplexity, giving a tunable capability. Geometrically, the two INLP interventions land in qualitatively different regions of activation space: nullspace projection collapses transformed activations \emph{between} the harmful and harmless clusters, while counterfactual flipping moves them into the opposite cluster, suggesting that the model encodes the absence of a concept differently from its opposite -- an intriguing distinction that warrants further investigation in future work.
Chinese Translation
Arditi等人(2024)已经表明,在安全微调的聊天模型中,拒绝是通过残差流中的单一线性方向介导的,可以通过有害和无害激活的均值差异(DiM)来恢复。我们将基于DiM的干预(激活添加和方向消融)与两种源自迭代零空间投影(INLP)的干预——零空间投影和反事实翻转——在五个开放权重的聊天模型上进行比较,探讨INLP是否能够在引导拒绝方面与DiM相匹配,以及其更丰富的参数化是否能产生更多可调节的干预。INLP反事实翻转在拒绝抑制方面与DiM方向消融具有竞争力,而零空间投影则始终较弱。将INLP限制在提取子空间的主导方向上,可以在接近基线困惑度的情况下保留大部分抑制效果,提供了一种可调节的能力。从几何上看,这两种INLP干预落在激活空间的定性不同区域:零空间投影将变换后的激活压缩在有害和无害簇之间,而反事实翻转则将其移动到相反的簇中,这表明模型对概念缺失的编码方式与其对立面不同——这一有趣的区别值得在未来的研究中进一步探讨。
cs.AI / 8 / 2606.13722

YeasierAgent: Agentic Social Sandbox as a Canvas for Intent-Driven Creation of Platform-Agnostic Symbiotic Agent-Native Applications

YeasierAgent:作为意图驱动创造的平台无关共生代理原生应用的社交沙盒
He, Jory
Abstract
This paper introduces YeasierAgent, an application-building paradigm based on symbiotic agents, narrative worlds, and scene-aware interaction. It challenges the conventional device-coupled model of software by redefining applications as collaborative spaces among users, agents, and worlds. We present a system architecture that achieves two primary contributions: (1) enabling the rapid, cross-platform construction of agent-native applications by utilizing platform-agnostic interactive units (agents, scenes, dialogue) rather than fixed graphical layouts; and (2) unifying the emotional companionship and practical tool execution attributes of intelligent agents within a single experiential sandbox. By integrating automated generation, user-created worlds, and spatial multi-agent collaboration, YeasierAgent formalizes the category of Symbiotic Agent-Native Applications, demonstrating a shift from isolated, tool-specific chatbots toward cohesive, socially embedded computational environments.
Chinese Translation
本文介绍了YeasierAgent,这是一种基于共生代理、叙事世界和场景感知交互的应用构建范式。它通过重新定义应用程序为用户、代理和世界之间的协作空间,挑战了传统的设备耦合软件模型。我们提出了一种系统架构,实现了两个主要贡献:(1)通过利用平台无关的交互单元(代理、场景、对话)而非固定的图形布局,快速跨平台构建代理原生应用;(2)在一个单一的体验沙盒中统一智能代理的情感陪伴和实用工具执行属性。通过整合自动生成、用户创建的世界和空间多代理协作,YeasierAgent正式确立了共生代理原生应用的类别,展示了从孤立的、工具特定的聊天机器人向紧密结合的、社会嵌入的计算环境的转变。
cs.AI / 9 / 2606.13731

TwinBI: An Agentic Digital Twin for Efficient Augmented Interactions with Business Intelligence Dashboards

TwinBI:一种用于高效增强与商业智能仪表板交互的智能数字双胞胎
Li, Jisoo Jang Wen-Syan
Abstract
Business intelligence (BI) increasingly combines dashboard interaction with LLM-based assistance, but these two modes often fall out of sync during multi-step analysis. As users switch between direct dashboard manipulation and natural-language queries, it becomes difficult to preserve a consistent analytical state across filters, hierarchies, metrics, and chart context. We present TwinBI, an agentic digital-twin framework that couples an LLM-based agent system with an executable BI dashboard state. TwinBI unifies conversational interaction, dashboard manipulation, semantic grounding, and provenance tracking through a shared analytical state reconstructed from a unified interaction log. It also exposes artifacts such as schema views, SQL, logs, and an /insights command for state-grounded analytical summaries. We evaluate TwinBI in two complementary ways. In a controlled A/B benchmark with the same backbone agent, TwinBI improves exact-match accuracy from 43.3% to 63.3%, partial-credit accuracy from 48.3% to 70.8%, and substantially reduces timeout rate from 40.0% to 10.0% relative to Dashboard alone. In a usability study, participants benefited from the integrated dashboard-and-chat workflow, with high task accuracy, moderate workload, and favorable ratings for state-aware interaction mechanisms. These results suggest that TwinBI improves both agent-level analytical reliability and user-facing analytical support by turning visible dashboard state into richer actionable context. Our dataset and source code are available at: https://github.com/simonjisu/TwinBI
Chinese Translation
商业智能(BI)日益将仪表板交互与基于大型语言模型(LLM)的辅助结合起来,但在多步骤分析过程中,这两种模式往往会失去同步。当用户在直接操作仪表板和自然语言查询之间切换时,保持过滤器、层级、指标和图表上下文的一致分析状态变得困难。我们提出了TwinBI,一种将基于LLM的智能代理系统与可执行的BI仪表板状态相结合的智能数字双胞胎框架。TwinBI通过从统一的交互日志重建的共享分析状态,统一了对话交互、仪表板操作、语义基础和来源追踪。它还提供了架构视图、SQL、日志和用于状态基础分析摘要的/insights命令等工件。我们从两个互补的角度评估了TwinBI。在一个控制的A/B基准测试中,使用相同的基础代理,TwinBI将精确匹配准确率从43.3%提高到63.3%,部分信用准确率从48.3%提高到70.8%,并显著将超时率从40.0%降低到10.0%,相较于单独的仪表板。在一项可用性研究中,参与者受益于集成的仪表板与聊天工作流程,任务准确率高,工作负载适中,对状态感知交互机制的评价良好。这些结果表明,TwinBI通过将可视的仪表板状态转化为更丰富的可操作上下文,提升了代理级别的分析可靠性和用户面向的分析支持。我们的数据集和源代码可在以下链接获取:https://github.com/simonjisu/TwinBI
cs.AI / 10 / 2606.13732

When Sample Selection Bias Precipitates Model Collapse

当样本选择偏差导致模型崩溃
Qiao, Xinbao, Du, Xianglong, Liu, Wei, Zhang, Jingqi, Mai, Peihua, Zhang, Meng, Pang, Yan
Abstract
The proliferation of recursive training on synthetic data can alleviate data scarcity but risks model collapse, where repeated training erodes distributional tails and homogenizes outputs. Data selection is widely viewed as a remedy, yet its reliability depends critically on the reference distribution used by the verifier. We show that in low-resource verification regimes, where each verifier observes only a small, fragmented, and biased slice of the target manifold, selection itself becomes biased. This situation naturally arises in low-resource data silos such as healthcare consortia or proprietary financial institutions, where raw data cannot be pooled and local references are inherently incomplete. As a result, selection preferentially retains samples aligned with the local manifold while pruning globally relevant tail modes, turning from a safeguard against collapse into a mechanism that precipitates it. We theoretically prove that such siloed selection accelerates collapse and induces power-law diversity decay. As an initial mitigation, we construct Wasserstein proxy references from multiple silos without sharing raw data. Empirical results confirm that local-reference selection fails on skewed distributions, whereas collaborative proxy references mitigate diversity degradation, suggesting that recursive synthetic-data pipelines require particular caution when real-data coverage is fragmented or scarce.
Chinese Translation
在合成数据上进行递归训练的普及可以缓解数据稀缺问题,但也存在模型崩溃的风险,即重复训练会侵蚀分布尾部并使输出同质化。数据选择被广泛视为一种补救措施,但其可靠性在很大程度上依赖于验证者所使用的参考分布。我们表明,在低资源验证环境中,每个验证者仅观察到目标流形的小而分散且偏见的切片,选择本身也变得有偏。这种情况自然出现在低资源数据孤岛中,例如医疗联盟或专有金融机构,在这些地方,原始数据无法集中,地方参考本质上是不完整的。因此,选择优先保留与地方流形一致的样本,同时修剪全球相关的尾部模式,从而从防止崩溃的保护机制转变为加速崩溃的机制。我们理论证明,这种孤立选择加速了崩溃并引发了幂律多样性衰退。作为初步缓解措施,我们从多个孤岛构建了Wasserstein代理参考,而无需共享原始数据。实证结果证实,地方参考选择在偏斜分布上失败,而协作代理参考则减轻了多样性退化,表明在真实数据覆盖破碎或稀缺时,递归合成数据管道需要特别谨慎。
cs.AI / 11 / 2606.13734

AI Receptivity or AI Adoption Breadth? A Tool-Specific Reanalysis of the Lower-Literacy/Higher-Usage Link

人工智能接受度还是人工智能采纳广度?对低素养/高使用率关联的工具特定再分析
Inouzhe, Hristo
Abstract
Recent evidence reported by Tully, Longoni, and Appel (2025) suggests that lower artificial intelligence (AI) literacy predicts greater receptivity toward AI. We revisit this claim using the public data from Study 3 of that article, which measures past usage of five AI tool categories on a five-point frequency scale. We first reproduce the negative association between AI literacy and aggregate AI usage using OLS on participant-level averages, binary logit, ordered logit, and multinomial logit specifications. We then show that the aggregate relationship masks substantial heterogeneity by tool type. In our demographic-adjusted primary specification, AI literacy does not significantly predict text AI usage (ordered-logit $\beta$ = -0.090, p = .387), whereas it remains a strong predictor of non-text AI adoption ($\beta$ = -0.377, p < .001). The non-text effect is also robust under Tully et al.'s original Study 3 control specification ($\beta$ = -0.502, p < .001). Binary, ordered-logit, and multinomial specifications suggest that the non-text relationship is primarily an adoption/non-adoption pattern rather than evidence of intensive use: the demographic-adjusted odds ratio of ever having used a non-text AI tool is 0.68. Thus, in the study that measures self-reported past usage rather than stated preferences, the evidence does not support a simple claim that lower AI literacy predicts greater receptivity to AI in general. It points instead to a narrower pattern of broader adoption across lower-penetration, non-text AI tools.
Chinese Translation
Tully、Longoni 和 Appel(2025)报告的最新证据表明,较低的人工智能(AI)素养预测对人工智能的更大接受度。我们使用该文章第3项研究的公共数据重新审视这一主张,该研究在五点频率尺度上测量了五类人工智能工具的过去使用情况。我们首先使用参与者级别的平均值进行普通最小二乘法(OLS)回归、二元逻辑回归、有序逻辑回归和多项逻辑回归,重现了人工智能素养与整体人工智能使用之间的负相关关系。然后,我们展示了整体关系掩盖了按工具类型的显著异质性。在我们经过人口统计学调整的主要模型中,人工智能素养对文本人工智能使用的预测作用不显著(有序逻辑回归 $eta$ = -0.090, p = .387),而对非文本人工智能采纳的预测作用仍然显著($eta$ = -0.377, p < .001)。在 Tully 等人的原始第3项研究控制模型下,非文本效应也保持稳健($eta$ = -0.502, p < .001)。二元、有序逻辑回归和多项逻辑回归模型表明,非文本关系主要是一种采纳/不采纳模式,而不是强烈使用的证据:经过人口统计学调整的曾经使用非文本人工智能工具的赔率比为 0.68。因此,在测量自我报告的过去使用情况而非陈述偏好的研究中,证据并不支持较低的人工智能素养预测对人工智能的更大接受度这一简单主张。相反,它指向了在低渗透率的非文本人工智能工具中更广泛采纳的狭窄模式。
cs.AI / 12 / 2606.13782

MA-ProofBench: A Two-Tiered Evaluation of LLMs for Theorem Proving in Mathematical Analysis

MA-ProofBench:针对数学分析中定理证明的双层评估
Pu, Lushi, Zhang, Weiming, Xie, Xinheng, Fu, Zixuan, He, Bingxiang, Lyu, Hongya, Li, Xin, Zhou, Jie, Wang, Yudong
Abstract
Large Language Models (LLMs) have made notable progress in automated theorem proving, yet existing formal benchmarks remain limited in both mathematical coverage and difficulty. Most are concentrated in areas that are easier to formalize, such as algebra and elementary number theory, and provide limited coverage of subfields that require deeper reasoning, including mathematical analysis. To address this gap, we introduce MA-ProofBench, to the best of our knowledge, the first formal theorem-proving benchmark dedicated to Mathematical Analysis. The benchmark contains 200 formalized theorems covering 6 core topics and 27 subcategories, including measure and integration theory, complex analysis, and functional analysis. The problems are divided into two difficulty levels, an undergraduate level (Level I, 100 problems) and a Ph.D. qualifying level (Level II, 100 problems), to evaluate how well LLMs perform formal reasoning at different mathematical depths. Each problem is constructed through a human-led, LLM-assisted formalization pipeline followed by independent expert review, ensuring that the formal statements remain faithful to the original mathematics. We evaluate a range of recent general-purpose reasoning models and formal theorem provers on MA-ProofBench. However, most models perform poorly: even the best-performing model, GPT-5.5, achieves only 16% Pass@8 on Level I and 5% on Level II, while most models stay close to 0% on Level II. Further analysis identifies Mathlib hallucinations and incomplete proofs as the two dominant failure modes, while an evaluation on the natural-language version of the benchmark exposes a clear gap between informal and formal reasoning. MA-ProofBench is intended to serve as a reliable reference for tracking progress in formal mathematical reasoning in advanced domains.
Chinese Translation
大型语言模型(LLMs)在自动定理证明方面取得了显著进展,但现有的正式基准在数学覆盖范围和难度上仍然有限。大多数基准集中在更易于形式化的领域,如代数和初等数论,且对需要更深入推理的子领域(包括数学分析)的覆盖有限。为了解决这一空白,我们引入了MA-ProofBench,尽我们所知,这是第一个专门针对数学分析的正式定理证明基准。该基准包含200个形式化定理,涵盖6个核心主题和27个子类别,包括测度与积分理论、复分析和泛函分析。问题分为两个难度级别:本科生级别(一级,100个问题)和博士资格级别(二级,100个问题),以评估LLMs在不同数学深度下的形式推理表现。每个问题通过人类主导、LLM辅助的形式化流程构建,随后经过独立专家审查,确保形式化陈述忠实于原始数学内容。我们在MA-ProofBench上评估了一系列最新的通用推理模型和正式定理证明器。然而,大多数模型表现不佳:即使是表现最好的模型GPT-5.5,在一级的Pass@8也仅达到16%,在二级仅为5%,而大多数模型在二级的表现接近0%。进一步分析表明,Mathlib幻觉和不完整证明是两种主要的失败模式,而对基准的自然语言版本的评估则揭示了非正式推理与正式推理之间的明显差距。MA-ProofBench旨在作为一个可靠的参考,以跟踪高级领域中正式数学推理的进展。
cs.AI / 13 / 2606.13815

Poker Arena: Multi-Axis Profiling of Strategic Reasoning and Memory in LLMs

扑克竞技场:大型语言模型中战略推理和记忆的多轴剖析
Singla, Pratham, Garg, Shivank, Singh, Vihan
Abstract
Strategic reasoning under uncertainty underpins consequential decisions in negotiation, finance, and policy, but prevailing game-play benchmarks collapse heterogeneous reasoning dimensions into a single scalar, leaving the capability structure of frontier LLMs unexamined. We introduce Poker Arena, a no-limit Texas Hold'em tournament platform that couples a three-layer memory architecture (within-hand, session, and cross-session) with a nine-axis cognitive profile decomposing strategic reasoning into interpretable dimensions such as bet-sizing calibration and positional awareness. We evaluate seven frontier models across 50 sessions of 1,000 hands and a controlled memory ablation; tournament chips and aggregate axis score order the field differently: Claude Opus 4.6 wins +$15,730 chips with 14 first-place finishes, yet ranks only fifth of seven on mean axis score, while persistent memory helps some models and hurts others. These findings show that multi-axis evaluation surfaces capability structure that scalar leaderboards systematically misrank, with cross-dimensional consistency outweighing peak performance on any single axis.
Chinese Translation
在不确定性下的战略推理是谈判、金融和政策中重要决策的基础,但现有的游戏玩法基准将异质的推理维度简化为单一标量,导致前沿大型语言模型的能力结构未得到充分检视。我们引入了扑克竞技场,这是一个无限注德州扑克锦标赛平台,结合了三层记忆架构(手牌内、会话和跨会话)与九个轴的认知剖面,将战略推理分解为可解释的维度,如下注规模校准和位置意识。我们在50个会话中评估了七个前沿模型,涉及1,000手牌和受控的记忆消融;锦标赛筹码和总轴分数以不同方式排序参赛者:Claude Opus 4.6赢得了+15,730筹码,并取得14次第一名,但在平均轴分数上仅排名七个模型中的第五,而持久记忆对某些模型有帮助,对其他模型则有害。这些发现表明,多轴评估揭示了能力结构,而标量排行榜系统性地错误排名,跨维度的一致性超过了在任何单一轴上的峰值表现。
cs.AI / 14 / 2606.13871

Hyperdimensional computing for structured querying on tabular data embeddings

用于结构化查询的超维计算在表格数据嵌入中的应用
Bugedo, Sebastián, Vansummeren, Stijn
Abstract
Tabular data embeddings have become a cornerstone of data profiling and data integration pipelines, enabling tasks such as entity annotation and resolution; schema matching; column type detection; and table search, among others. Existing approaches embed rows, columns, or entire tables into a vector space and rely on nearest-neighbor search to retrieve candidate matches. A fundamental limitation of current embedding methods is the lack of interpretable similarity scores: the concrete similarity value between a query and its nearest neighbour carries no intrinsic meaning, making it impossible to determine whether that neighbour is a true match or simply the least-dissimilar item in a corpus that contains no valid answer. This inability to set principled thresholds for retrieval undermines practical deployment, particularly for zero-match detection. We investigate the use of HyperDimensional Computing (HDC), specifically the Holographic Reduced Representations (HRR) model, as a framework for tabular row embeddings when the retrieval task corresponds to answering structured select-project queries in vector space. Exploiting the algebraic properties of HDC operations, we derive closed-form expected similarity values for both equality and non-equality retrieval predicates, which converge to interpretable values as dimensionality increases, and use these to identify suitable retrieval thresholds. We evaluate HDC against EmbDI, a graph-based baseline, on two real-world datasets across varying table sizes and predicate lengths. Our results show that HDC matches or outperforms EmbDI for row retrieval across all configurations, handles non-equality predicates more robustly, and achieves perfect attribute projection accuracy at sufficient dimensionality -- while uniquely enabling reliable identification of zero-match predicates through its principled thresholds.
Chinese Translation
表格数据嵌入已成为数据分析和数据集成流程的基石,使得实体注释与解析、模式匹配、列类型检测和表格搜索等任务成为可能。现有方法将行、列或整个表嵌入到向量空间,并依赖最近邻搜索来检索候选匹配项。目前嵌入方法的一个基本局限是缺乏可解释的相似度评分:查询与其最近邻之间的具体相似度值没有内在意义,无法确定该邻居是否是真正的匹配,或仅仅是在没有有效答案的语料库中最不相似的项。这种无法设定原则性检索阈值的能力削弱了实际应用,特别是在零匹配检测方面。我们研究了超维计算(HyperDimensional Computing, HDC)的应用,特别是全息简化表示(Holographic Reduced Representations, HRR)模型,作为表格行嵌入的框架,当检索任务对应于在向量空间中回答结构化选择-投影查询时。利用HDC操作的代数特性,我们推导出等值和非等值检索谓词的封闭形式期望相似度值,随着维度的增加,这些值收敛到可解释的数值,并利用这些值来识别合适的检索阈值。我们在两个真实世界数据集上对HDC与基于图的基线EmbDI进行了评估,涵盖了不同的表格大小和谓词长度。我们的结果表明,HDC在所有配置中与EmbDI的行检索相匹配或表现更佳,更稳健地处理非等值谓词,并在足够的维度下实现完美的属性投影准确性,同时通过其原则性阈值独特地实现了零匹配谓词的可靠识别。
cs.AI / 15 / 2606.13884

Capability Minimization as a Safety Primitive: Risk-Aware Causal Gating for Least-Privilege LLM Agents

能力最小化作为安全原语:风险感知因果门控用于最小权限大语言模型代理
Iyer, Laxmipriya Ganesh, Babu, Rahul Suresh
Abstract
Modern decision systems increasingly rely on learned components whose outputs may be confident yet wrong, exposing downstream actions to costly errors. We introduce Risk-Aware Causal Gating (RACG), a framework that decides whether to act on, defer, or abstain from a model's prediction by combining causal effect estimation with calibrated risk control. RACG models the causal pathway from candidate actions to outcomes and gates each decision according to an estimated counterfactual risk rather than raw predictive confidence. To make gating reliable, we derive distribution-free bounds on the probability of acting under high-risk conditions and show how these bounds translate into operating thresholds that satisfy user-specified safety constraints. We further propose an adaptive gating policy that adjusts to distribution shift by monitoring discrepancies between predicted and realized outcomes, tightening the gate when causal assumptions appear violated. Across simulated interventions and real-world decision benchmarks, RACG reduces high-cost errors substantially while preserving most of the utility of an ungated policy, and it outperforms confidence-based and selective-prediction baselines at matched abstention rates. Our results indicate that explicitly separating causal risk from predictive uncertainty yields decision systems that are both safer and more transparent, offering a principled mechanism for trustworthy automation in high-stakes settings.
Chinese Translation
现代决策系统越来越依赖于学习组件,其输出可能自信但却错误,从而使下游操作面临高昂的错误风险。我们提出了风险感知因果门控(Risk-Aware Causal Gating, RACG),这是一个通过结合因果效应估计与校准风险控制来决定是否依据模型的预测采取行动、推迟或放弃的框架。RACG 建模候选动作到结果的因果路径,并根据估计的反事实风险而非原始预测置信度来对每个决策进行门控。为了使门控可靠,我们推导了在高风险条件下采取行动的概率的无分布界限,并展示了这些界限如何转化为满足用户指定安全约束的操作阈值。我们进一步提出了一种自适应门控策略,通过监测预测结果与实际结果之间的差异来调整,以应对分布变化,当因果假设似乎被违反时收紧门控。在模拟干预和现实决策基准测试中,RACG显著减少了高成本错误,同时保留了大部分无门控策略的效用,并在匹配的放弃率下优于基于置信度和选择性预测的基线。我们的结果表明,明确将因果风险与预测不确定性分离,可以产生更安全且更透明的决策系统,为高风险环境中的可信自动化提供了一种原则性机制。
cs.AI / 16 / 2606.13916

A Multi-Agent AI System for Automated High School Transcript Processing: Collaborative Document Analysis at Scale

用于自动化高中成绩单处理的多智能体人工智能系统:大规模协作文档分析
Torkian, Ben, Zhou, Jun
Abstract
Each year, college admissions offices face an overwhelming challenge: processing millions of high school transcripts, each with unique formats, grading systems, and layouts. This manual process creates operational bottlenecks that delay admissions decisions and consume valuable resources. We present a transformative solution through a multi-agent AI system where specialized agents collaborate to automatically process diverse transcript formats through intelligent coordination and communication. Our multi-agent architecture consists of three specialized agents-a Pattern Recognition Agent for format-specific parsing, a Semantic Analysis Agent for natural language understanding, and a Vision Intelligence Agent for multimodal document analysis-coordinated by an Orchestration Agent that manages agent communication and result reconciliation. Our key innovation lies in agent-based quality control using GPA extraction as a coordination signal, ensuring reliable agent collaboration and preventing critical information loss. When evaluated on 40 real world transcripts from high schools across 13 U.S. states, our agent system successfully processed every document, achieving 96.7% accuracy compared to expert manual review while maintaining practical processing speeds of 45 seconds per transcript. This work demonstrates how multi-agent coordination can solve complex document processing challenges, offering institutions a scalable, collaborative AI solution that preserves accuracy while dramatically reducing processing time.
Chinese Translation
每年,大学招生办公室面临着一个巨大的挑战:处理数百万份具有独特格式、评分系统和布局的高中成绩单。这一手动过程造成了操作瓶颈,延迟了招生决策并消耗了宝贵的资源。我们提出了一种变革性解决方案,通过一个多智能体人工智能系统,其中专门的智能体协作自动处理多样的成绩单格式,借助智能协调和沟通。我们的多智能体架构由三个专门的智能体组成——一个用于格式特定解析的模式识别智能体(Pattern Recognition Agent)、一个用于自然语言理解的语义分析智能体(Semantic Analysis Agent)和一个用于多模态文档分析的视觉智能体(Vision Intelligence Agent),这些智能体由一个协调智能体(Orchestration Agent)进行管理,负责智能体之间的沟通和结果的协调。我们的关键创新在于基于智能体的质量控制,利用GPA提取作为协调信号,确保智能体之间的可靠协作,防止关键信息的丢失。在对来自美国13个州的40份真实高中成绩单进行评估时,我们的智能体系统成功处理了每一份文档,达到了与专家手动审查相比96.7%的准确率,同时保持每份成绩单处理时间为45秒的实际处理速度。这项工作展示了多智能体协调如何解决复杂的文档处理挑战,为机构提供了一种可扩展的、协作的人工智能解决方案,既保持了准确性,又显著减少了处理时间。
cs.AI / 17 / 2606.13925

Sorries Are Not the Hard Part: An Expert-Review Case Study of a Semi-Autonomous Formalization

道歉并不是难点:半自主形式化的专家评审案例研究
Ilin, Vasily, Nugent, Brian
Abstract
Large language models can often close proof gaps in interactive theorem provers, but a verified theorem is not the same thing as a reusable library contribution. We study this distinction through a detailed case study: a semi-autonomous formalization of Grothendieck's vanishing theorem. The initial version compiles with no sorries, but an expert review found serious problems in definitions, theorem generality, file organization, and the API. We then ran a review-driven refactor and compression process and obtained a second expert review. The before-and-after comparison shows a sharp split: agents adapted well to local, mechanically checkable feedback, but remained weak at choosing definitions and designing APIs. We argue that autoformalization should be evaluated not only by closed sorries, but by whether the resulting formalization survives expert review.
Chinese Translation
大型语言模型通常能够填补交互式定理证明器中的证明空白,但经过验证的定理并不等同于可重用的库贡献。我们通过一个详细的案例研究探讨这一区别:对Grothendieck消失定理的半自主形式化。初始版本在没有道歉的情况下编译成功,但专家评审发现了定义、定理一般性、文件组织和API方面的严重问题。随后,我们进行了基于评审的重构和压缩过程,并获得了第二次专家评审。前后对比显示出明显的分歧:代理能够很好地适应局部的、机械可检查的反馈,但在选择定义和设计API方面仍然较弱。我们认为,自动形式化的评估不仅应基于关闭的道歉数量,还应基于最终的形式化是否能够经受住专家评审。
cs.AI / 18 / 2606.13934

Adversarial Concept Search: Predicting Compositional Errors From Feature Geometry

对抗性概念搜索:从特征几何预测组合错误
Lu, Jennifer Meng, Zhang, Ruochen, Lee, Isabelle, Alvarez-Melis, David, Pavlick, Ellie, Saphra, Naomi
Abstract
Humans cannot always intuit what scenarios are most challenging to LLMs. Hoping to capture challenging edge cases, developers either design problems to be difficult for humans or curate extensive benchmarks. What if we could instead anticipate which scenarios a model will fail on? In this paper, we use an LLM's representational geometry to predict which concept combinations it will fail on. We attribute this compositional failure to interference between salient features. In tasks that require systematic composition - toy programmatic settings, multihop reasoning, multilingual factual recall - we find that when a pair of concepts is encoded near-orthogonally, the model reliably composes them. When their linear encodings are close, producing interference, the model fails to compose them. Our method reliably anticipates failure modes across different compositional tasks, without evaluating specific inputs. These results lay the groundwork to use representational geometry to identify high-risk examples, construct targeted stress tests, and provide a scalable foundation for active learning in real-world deployment.
Chinese Translation
人类并不总能直观地判断哪些场景对大型语言模型(LLMs)最具挑战性。为了捕捉具有挑战性的边缘案例,开发者要么设计出对人类来说困难的问题,要么策划大量基准测试。如果我们能够预测模型在哪些场景中会失败呢?在本文中,我们利用LLM的表征几何来预测模型将在哪些概念组合上失败。我们将这种组合失败归因于显著特征之间的干扰。在需要系统性组合的任务中——玩具程序设置、多跳推理、多语言事实回忆——我们发现,当一对概念的编码近似正交时,模型能够可靠地组合它们。当它们的线性编码接近时,产生干扰,模型则无法组合它们。我们的方法能够可靠地预测不同组合任务中的失败模式,而无需评估特定输入。这些结果为利用表征几何识别高风险示例、构建针对性压力测试以及为实际部署中的主动学习提供可扩展基础奠定了基础。
cs.AI / 19 / 2606.13949

Minim: Privacy-Aware Minimal View for Agents via Trusted Local Sanitization

Minim:通过可信本地消毒实现的隐私意识最小视图代理
Yu, Hexuan, Zhang, Chaoyu, Jin, Heng, Shi, Shanghao, Zhang, Ning, Hou, Y. Thomas, Lou, Wenjing
Abstract
Modern LLM-powered autonomous agents increasingly rely on rich user interface (UI) state observations to achieve reliable action grounding in complex digital environments. However, many deployments transmit the full UI state to remote inference servers even when most elements are irrelevant to the current task, which can leak sensitive but unnecessary context such as authentication codes, private notifications, and background application states. We propose MINIM, a trusted local broker that performs privacy-aware minimization on the client side before any observation leaves the device. Grounded in Contextual Integrity (CI), MINIM learns a dual-score representation for each UI element by predicting an inherent sensitivity score (s) and a task-conditioned necessity score (n). These scores drive a ternary disclosure policy that keeps essential elements, abstracts sensitive attributes when needed, and removes task-irrelevant content. We optimize a CI-aware objective that penalizes necessity errors more strongly on high-risk content, enabling aggressive pruning while preserving task-critical information. Experiments on real-world UI observations derived from WebArena show that MINIM substantially reduces task-irrelevant sensitive leakage while preserving task-critical semantic context and the interactive affordances required for reliable agent actions.
Chinese Translation
现代基于大型语言模型(LLM)的自主代理越来越依赖丰富的用户界面(UI)状态观察,以在复杂的数字环境中实现可靠的行动基础。然而,许多部署在将完整的UI状态传输到远程推理服务器时,即使大多数元素与当前任务无关,这也可能泄露敏感但不必要的上下文信息,例如身份验证代码、私人通知和后台应用程序状态。我们提出了MINIM,一个可信的本地代理,在任何观察离开设备之前,在客户端执行隐私意识的最小化。MINIM基于上下文完整性(Contextual Integrity, CI)学习每个UI元素的双重评分表示,通过预测固有的敏感性评分(s)和任务条件的必要性评分(n)。这些评分驱动一个三元披露策略,保留必要元素,在需要时抽象敏感属性,并移除与任务无关的内容。我们优化一个CI意识的目标,对高风险内容的必要性错误施加更强的惩罚,从而实现激进的修剪,同时保留任务关键的信息。在从WebArena获取的真实世界UI观察实验中,结果表明,MINIM显著减少了与任务无关的敏感泄漏,同时保留了任务关键的语义上下文和可靠代理行动所需的交互能力。
cs.AI / 20 / 2606.14000

Formalizing Numerical Analysis: An Agent Pipeline and Quality Audit Beyond Kernel Acceptance

形式化数值分析:超越内核接受的代理管道和质量审计
Meek, Theodore, Ge, Siyuan, Xiang, Di Qiu, Chess, Simon, Ilin, Vasily
Abstract
Recent work has demonstrated that coding agents can formalize entire advanced mathematics textbooks in Lean 4, yet existing efforts concentrate on branches of mathematics already well-represented in mathlib and measure success solely through kernel acceptance. We address both limitations by applying a coding agent to formalize Numerical Methods for Ordinary Differential Equations, a textbook in numerical analysis that is largely absent from mathlib, stressing the agent's capacity to develop new theory from scratch. We further introduce a systematic, reproducible three-dimensional framework for evaluating the quality of agent-produced formalizations beyond compilation: semantic correctness, Mathlib reuse, and cross-file reuse via LLM-as-judge methods. Applying this framework to our own formalization and to the released outputs of RepoProver and M2F, we uncover recurring unfaithful formalization patterns, including incomplete multi-part statements, added weakening hypotheses, and parameter restrictions, that kernel acceptance entirely obscures. Our results suggest that compilation-based metrics substantially overstate formalization quality, and we provide a reproducible audit methodology to support more rigorous evaluation of future autoformalization systems.
Chinese Translation
近期的研究表明,编码代理能够在 Lean 4 中形式化整个高级数学教材,但现有的努力主要集中在已在 mathlib 中得到充分代表的数学分支,并且仅通过内核接受来衡量成功。我们通过应用编码代理来形式化《常微分方程的数值方法》这一在 mathlib 中几乎缺失的数值分析教材,解决了这两个限制,强调了代理从零开始发展新理论的能力。我们进一步引入了一个系统的、可重复的三维框架,用于评估代理生成的形式化内容的质量,超越编译的范畴:语义正确性、Mathlib 重用以及通过 LLM-as-judge 方法实现的跨文件重用。将该框架应用于我们自己的形式化以及 RepoProver 和 M2F 发布的输出,我们发现了一些反复出现的不忠实形式化模式,包括不完整的多部分陈述、添加的削弱假设和参数限制,这些在内核接受中完全被掩盖。我们的结果表明,基于编译的指标大幅夸大了形式化的质量,并且我们提供了一种可重复的审计方法,以支持对未来自动形式化系统进行更严格的评估。
cs.AI / 21 / 2606.14031

Applicability Condition Extraction for Therapeutic Drug-Disease Relations

治疗药物-疾病关系的适用条件提取
Luo, Guanting, Nishida, Noriki, Matsumoto, Yuji, Arase, Yuki
Abstract
Identifying conditions that a certain drug takes therapeutic effect on a target disease is crucial for clinical decision-making support. However, most existing biomedical information extraction methods have focused on identifying only relations between drugs and diseases, while largely overlooking the context-specific conditions where such relations can apply. To address this problem, we introduce the task of applicability condition extraction for therapeutic drug--disease relations from biomedical research literature. We create the first dataset that has manually annotated triples of drugs, diseases, and applicability conditions on biomedical paper abstracts with 1,119 drug-disease pairs. Using this dataset, we systematically evaluate the performance of a range of existing methods. In addition, we propose a new method that enhances LoRA to consider relations between drugs and diseases. Our method consistently outperforms strong baselines across different evaluation settings. The source code and dataset of this paper can be obtained from: https://github.com/guantingluo98/Drug-ACE
Chinese Translation
识别某种药物对目标疾病产生治疗效果的条件对于临床决策支持至关重要。然而,现有的大多数生物医学信息提取方法主要集中于识别药物与疾病之间的关系,而在很大程度上忽视了这些关系适用的特定上下文条件。为了解决这一问题,我们引入了从生物医学研究文献中提取治疗药物-疾病关系的适用条件的任务。我们创建了第一个数据集,该数据集手动标注了包含1,119对药物-疾病的三元组,涵盖了生物医学论文摘要中的药物、疾病和适用条件。利用该数据集,我们系统地评估了一系列现有方法的性能。此外,我们提出了一种新方法,通过增强LoRA(Low-Rank Adaptation)来考虑药物与疾病之间的关系。我们的研究方法在不同的评估设置中始终优于强基线。本文的源代码和数据集可以从以下链接获取:https://github.com/guantingluo98/Drug-ACE
cs.AI / 22 / 2606.14119

FactoryLLM: A Safe and Open-Source AI Playground for Evaluating LLMs in Smart Factories

FactoryLLM:一个安全的开源人工智能平台,用于在智能工厂中评估大型语言模型
Pulse, Yash, Kang, Yong-Bin, Banerjee, Abhik, Forkan, Abdur, Jayaraman, Prem Prakash
Abstract
Fault diagnostics and recovery in smart factories is challenging because critical information is dispersed across manuals of multiple machines which are interconnected through the manufacturing process. Large Language Models (LLMs) can provide a promising approach. In this paper, we propose FactoryLLM, a safe and open-source AI playground designed for evaluating different LLM-based retrieval-augmented generation (RAG) models by analysing documents from multiple machines across the manufacturing process. FactoryLLM enables the user to configure the LLM, and assess performance when reasoning over multiple documents, through a dual evaluation setup using both RAGAS and NVIDIA's LLM-as-a-Judge metrics. FactoryLLM is safe because it allows users to run local or open-source LLMs without sharing sensitive industrial data, providing a controlled environment for experimentation. We demonstrate the efficacy of FactoryLLM through a case study which involves an Autonomous Intelligent Vehicle and its Mobile Planner software, evaluating three LLMs across 30 maintenance queries derived from approximately 600 pages of cross-machine documentation. The results suggest that FactoryLLM is effective in cross-machine document reasoning: every model achieved a groundedness score above 0.88. The full code and documentation for community to test FactoryLLM with their manufacturing specific scenarios are publicly available.
Chinese Translation
智能工厂中的故障诊断和恢复面临挑战,因为关键的信息分散在多个机器的手册中,这些机器通过制造过程相互连接。大型语言模型(LLMs)提供了一种有前景的方法。本文提出了FactoryLLM,一个安全的开源人工智能平台,旨在通过分析来自制造过程中多个机器的文档,评估不同基于LLM的检索增强生成(RAG)模型。FactoryLLM使用户能够配置LLM,并通过使用RAGAS和NVIDIA的LLM-as-a-Judge指标的双重评估设置,评估在多个文档上推理时的性能。FactoryLLM是安全的,因为它允许用户在不共享敏感工业数据的情况下运行本地或开源LLM,为实验提供了一个受控环境。我们通过一个案例研究展示了FactoryLLM的有效性,该研究涉及一个自主智能车辆及其移动规划软件,评估了三种LLM在约600页跨机器文档中衍生的30个维护查询上的表现。结果表明,FactoryLLM在跨机器文档推理方面是有效的:每个模型的基础得分均超过0.88。完整的代码和文档已公开,供社区在其特定制造场景中测试FactoryLLM。
cs.AI / 23 / 2606.14176

VeriGeo: Controllable Geometry Question Generation with Numerical and Analytical Verification

VeriGeo:具有数值和分析验证的可控几何问题生成
Duan, Xiaoxian, Liu, Zequn, Xia, Yingce
Abstract
Geometry problem generation is useful for AI-assisted education and multimodal mathematical reasoning, but reliable synthesis remains difficult because the problem statement, diagram, constraints, and solution should be mutually consistent. Existing methods often trade off controllability and reliability: seed-based rewriting is flexible but weakly verifiable, whereas diagram-first construction improves validity but is less suited to arbitrary user-specified constraints. We introduce VeriGeo, a controllable geometry generation framework grounded in executable reasoning traces. Given user constraints such as target concepts and difficulty, an Author agent generates a problem and diagram, and a Solver agent produces a proof-aligned solution. Both agents use a shared action sequence that connects natural language, diagrams, geometric constraints, and proof steps into a verifiable representation. A three-stage pipeline checks numerical consistency, analytical realizability, and global consistency, using verification-guided reflection to repair recoverable failures and reject unrecoverable ones. Across five LLM backbones, raw generations frequently fail these checks, while VeriGeo repairs a substantial fraction of the invalid attempts. Supervised fine-tuning on 8.7k examples generated by VeriGeo achieves the best reported GeoQA performance among end-to-end multimodal LLM-based solvers, and obtains strong results on PGPS9K and MathVista-GPS, demonstrating the effectiveness of verified synthetic data for improving multimodal geometry reasoning.
Chinese Translation
几何问题生成对于人工智能辅助教育和多模态数学推理非常有用,但由于问题陈述、图示、约束和解决方案之间需要相互一致,可靠的合成仍然困难。现有方法往往在可控性和可靠性之间进行权衡:基于种子的重写灵活但验证性较弱,而图示优先的构建提高了有效性,但不太适合任意用户指定的约束。我们提出了VeriGeo,一个基于可执行推理轨迹的可控几何生成框架。根据用户的约束条件,如目标概念和难度,作者代理生成问题和图示,求解代理则生成与证明对齐的解决方案。两个代理使用共享的动作序列,将自然语言、图示、几何约束和证明步骤连接成可验证的表示。一个三阶段的管道检查数值一致性、分析可实现性和全局一致性,利用验证引导的反思来修复可恢复的失败并拒绝不可恢复的失败。在五个大型语言模型(LLM)基础上,原始生成经常未能通过这些检查,而VeriGeo修复了相当一部分无效尝试。在8.7k个由VeriGeo生成的示例上进行的监督微调,在端到端多模态LLM基础的求解器中实现了最佳报告的GeoQA性能,并在PGPS9K和MathVista-GPS上获得了强劲的结果,证明了经过验证的合成数据在提高多模态几何推理中的有效性。
cs.AI / 24 / 2606.14200

When Should Agent Trust Be Conditional? Characterizing and Attacking Skill-Conditional Reputation in Agent Swarms

代理信任何时应为条件性?特征化与攻击代理群体中的技能条件声誉
Xia, Yihan, Wang, Taotao
Abstract
Open platforms increasingly route tasks among heterogeneous LLM agents--differing in base model, scaffold, and tool stack--whose competence varies sharply by skill: an agent excellent at one skill may be useless at another. The standard reputation approach summarizes each agent by a single global trust score, but that scalar is the wrong object here, because routing every task to the globally most-trusted agent leaves the value of specialization unclaimed. We study skill-conditional trust R(i | k)--the trust to place in agent i for a task requiring skill k, rather than one score per agent--and pose three falsifiable questions: when is conditioning worth it, how much cross-skill evidence should be borrowed, and whether that borrowing is safe. A controlled phase-diagram analysis answers the first two: conditional trust wins only in a specific regime--high agent heterogeneity, sparse per-skill evidence, and correlated skills--and the coupling strength beta that buys this data efficiency is dual-use, because the same cross-skill borrowing is also a laundering channel. On a public benchmark of 14 genuinely heterogeneous AppWorld agents, real pools land inside the beneficial regime--a small but genuine gain, with the per-skill best agent genuinely changing across skills. We then show that an attacker with cheap evidence in one skill and none in a target skill hijacks the conditional router, driving routing regret from 0 to 0.94 on a pool our zero-cost Conditional Information Value Test (CIVT) rates GREEN--while the ungated trust verdict it contaminates reads -0.06 instead of the honest +0.19. A zero-evidence gate bounds the attack but does not eliminate it; we characterize the residual cost under an explicit budget. We do not claim Sybil-resistance--we quantify the trade-off.
Chinese Translation
开放平台越来越多地在异构的大型语言模型(LLM)代理之间分配任务——这些代理在基础模型、框架和工具栈上存在差异,其能力在技能上有显著差异:在某一技能上表现优异的代理在另一技能上可能毫无用处。标准的声誉方法通过一个单一的全局信任评分来总结每个代理,但这个标量在这里并不合适,因为将每个任务路由到全局最受信任的代理会使专业化的价值未被利用。我们研究技能条件信任 R(i | k)——在需要技能 k 的任务中对代理 i 的信任,而不是每个代理一个评分——并提出三个可证伪的问题:何时条件化是值得的,应该借用多少跨技能证据,以及这种借用是否安全。通过受控的相图分析回答前两个问题:条件信任仅在特定的条件下获胜——高代理异构性、稀疏的每技能证据和相关技能——而购买这种数据效率的耦合强度 beta 是双重用途的,因为相同的跨技能借用也是一个洗钱渠道。在一个包含 14 个真正异构的 AppWorld 代理的公共基准测试中,真实池落在有利的区域内——这是一个小但真实的增益,每个技能的最佳代理在技能之间确实发生变化。然后我们展示了一个在某一技能上拥有廉价证据而在目标技能上没有证据的攻击者如何劫持条件路由器,使得路由后悔从 0 增加到 0.94,而我们零成本的条件信息价值测试(CIVT)评估为绿色的池,其未受限制的信任判决却读取为 -0.06,而不是诚实的 +0.19。一个零证据门限限制了攻击,但并未消除它;我们在明确预算下表征了剩余成本。我们并不声称具备抗 Sybil 攻击的能力——我们量化了这种权衡。
cs.AI / 25 / 2606.14211

Closing the Reflection Gap: A Free Calibration Bonus for Agentic RL

弥合反思差距:一种针对自主强化学习的免费校准奖励
Zhu, Yinglun
Abstract
LLMs are increasingly deployed as agents that interact with external environments and observe feedback such as execution results, error messages, and tool outputs. A well-functioning agent should be able to leverage this feedback to accurately assess its own performance. Yet we find a persistent reflection gap: LLM agents tend to mis-assess their own outputs after observing concrete environment feedback -- even for questions they correctly answered -- and standard RL barely helps due to a credit-assignment mismatch. To close this gap, we propose RefGRPO, a simple yet effective fix that augments standard RL algorithms with two key ingredients: a free calibration bonus computed by contrasting the agent's own reflection with the actual outcome (requiring no additional reward model, LLM judge, or external annotation), and a dynamic schedule on its coefficient. Compared to standard RL baselines, our method simultaneously improves reflection calibration (e.g., reduces underconfidence rate $44.4\% \to 7.7\%$) and task accuracy (e.g., $75.1\% \to 76.5\%$) on text-to-SQL across five benchmarks. The resulting calibrated reflection turns the agent into its own verifier grounded in environment feedback, which further enables (i) better self-improvement that uses reflections as pseudo-rewards without outcome supervision, and (ii) more effective test-time selective prediction by committing only to rollouts flagged as correct.
Chinese Translation
大型语言模型(LLMs)越来越多地被部署为与外部环境交互并观察反馈(如执行结果、错误信息和工具输出)的智能体。一个功能良好的智能体应该能够利用这些反馈准确评估自身的表现。然而,我们发现存在一个持续的反思差距:LLM智能体在观察到具体环境反馈后,往往会错误评估自己的输出——即使是对于它们正确回答的问题——而标准强化学习(RL)由于信用分配不匹配几乎没有帮助。为了解决这一问题,我们提出了RefGRPO,这是一种简单而有效的修正方法,它通过两个关键成分增强标准RL算法:一个通过对比智能体自身的反思与实际结果计算的免费校准奖励(不需要额外的奖励模型、LLM评判者或外部注释),以及其系数的动态调度。与标准RL基线相比,我们的方法在五个基准测试中同时提高了反思校准(例如,减少了低自信率从$44.4\% o 7.7\\%$)和任务准确性(例如,从$75.1\\% o 76.5\\%$)在文本到SQL的任务上。最终的校准反思使得智能体能够基于环境反馈成为自身的验证者,这进一步实现了(i)更好的自我改进,利用反思作为伪奖励而无需结果监督,以及(ii)更有效的测试时选择性预测,仅对标记为正确的回滚进行承诺。
cs.AI / 26 / 2606.14239

SkillAudit: Ground-Truth-Free Skill Evolution via Paired Trajectory Auditing

SkillAudit:通过配对轨迹审计实现无真实标签的技能演变
Gao, Haowen, Chen, Haoran, Wang, Can, Guo, Shasha, Pang, Liang, Liu, Zhaoyang, Shen, Huawei, Cheng, Xueqi
Abstract
Agent skills are structured procedural packages that guide frozen LLM agents in specialized workflows. Skills rarely remain sufficient after deployment: edge cases, API changes, and deployment constraints become visible only through use, making skill evolution a practical necessity. Existing methods depend on privileged feedback such as held-out validation scores, hidden test outcomes, or environment rewards -- signals often unavailable when a practitioner has only a task description and workspace data. We introduce SkillAudit, a framework for evolving agent skills without ground-truth feedback. The key idea is paired trajectory auditing: at each iteration, the same task is executed with and without the candidate skill, isolating how the skill changes agent behavior without external labels. To turn behavioral differences into edit guidance, SkillAudit uses Process-Aligned Contrastive Evaluation (PACE), a cluster of evaluators that maps trajectory divergences to diagnostic signals linked to specific passages in the skill document. A structural verifier, compiled once from the task specification and then fixed, checks task constraints and rolls back harmful updates. SkillAudit routes edits through two pipelines: Refine removes noisy or irrelevant guidance from broadly useful skills, while Repair replaces passages that conflict with the task. Across 89 containerized tasks spanning 8 professional domains, SkillAudit achieves 73.9% average task reward, outperforming an agent without skills (40.9%) and the static expert skill (56.7%). These gains are obtained without accessing hidden tests, reference solutions, or external scoring functions during evolution.
Chinese Translation
代理技能是结构化的程序包,指导冻结的LLM代理在特定工作流程中执行任务。技能在部署后很少保持足够性:边缘案例、API变化和部署限制只有在使用中才能显现,使得技能演变成为一种实际必要性。现有方法依赖于特权反馈,如保留的验证分数、隐藏的测试结果或环境奖励——这些信号在实践者仅拥有任务描述和工作区数据时往往不可用。我们提出了SkillAudit,这是一个在没有真实标签反馈的情况下演变代理技能的框架。其关键思想是配对轨迹审计:在每次迭代中,使用和不使用候选技能执行相同的任务,从而隔离技能如何在没有外部标签的情况下改变代理行为。为了将行为差异转化为编辑指导,SkillAudit使用过程对齐对比评估(Process-Aligned Contrastive Evaluation, PACE),这是一个评估者集群,将轨迹差异映射到与技能文档中特定段落相关的诊断信号。一个结构验证器从任务规范中编译一次并固定,检查任务约束并回滚有害更新。SkillAudit通过两个管道处理编辑:Refine去除来自广泛有用技能的噪声或无关指导,而Repair替换与任务冲突的段落。在涵盖8个专业领域的89个容器化任务中,SkillAudit实现了73.9%的平均任务奖励,超越了没有技能的代理(40.9%)和静态专家技能(56.7%)。这些收益是在演变过程中未访问隐藏测试、参考解决方案或外部评分函数的情况下获得的。
cs.AI / 27 / 2606.14240

AFFORDANCE20Q: Evaluating Affordance Reasoning from Physical Properties

AFFORDANCE20Q:从物理属性评估可供性推理
Jiang, Yifan, Yang, Meige, Li, Zitong, Pujara, Jay
Abstract
Affordance reasoning, the inference of an object's action possibilities from its physical properties (e.g., shape and material), is fundamental to human physical understanding and increasingly critical for Large Language Models (LLMs). However, existing affordance benchmarks largely expose explicit object identities in the evaluation setup, allowing models to rely on memorized object-affordance mappings rather than reasoning over physical properties. To address this gap, we introduce Affordance20Q, a novel affordance reasoning benchmark formulated as a 20-Questions game without exposing the object's identity. In each game, the model identifies a hidden object's affordance from a candidate set by asking yes/no questions about its physical properties. Affordance20Q comprises 1,009 games over 454 objects and 59 affordances, all manually filtered, refined, and annotated. We conduct comprehensive experiments with 15 state-of-the-art LLMs and find a substantial gap (~20 points) compared to human performance. A KL-based information-gain (IG) analysis further shows that models fail to ask discriminating questions as the game progresses. To close the gap, we develop KB-Anchored Rule Induction (KARI), a pipeline based on LLMs that generates affordance rules grounded in evidence from knowledge bases (KBs). KARI improves open-source LLMs by up to 15.2 points, while the limited coverage of KBs hinders further gains. We release all our code and data at https://github.com/1171-jpg/Affordance20Q.git
Chinese Translation
可供性推理是指从物体的物理属性(例如形状和材料)推断其行动可能性,这对于人类的物理理解至关重要,并且对大型语言模型(LLMs)越来越重要。然而,现有的可供性基准在评估设置中大多暴露了明确的物体身份,使得模型能够依赖于记忆的物体-可供性映射,而不是对物理属性进行推理。为了解决这一问题,我们引入了Affordance20Q,这是一种新颖的可供性推理基准,采用20个问题游戏的形式,而不暴露物体的身份。在每个游戏中,模型通过询问关于物体物理属性的是/否问题,从候选集中识别隐藏物体的可供性。Affordance20Q包含1,009个游戏,涵盖454个物体和59种可供性,所有数据均经过手动筛选、精炼和注释。我们对15个最先进的LLM进行了全面实验,发现与人类表现相比存在显著差距(约20分)。基于KL的信息增益(IG)分析进一步表明,模型在游戏进行过程中未能提出具有区分性的提问。为了缩小这一差距,我们开发了基于知识库(KB)的锚定规则归纳(KARI),这是一个基于LLM的管道,生成基于知识库证据的可供性规则。KARI使开源LLM的性能提高了最多15.2分,而知识库的有限覆盖限制了进一步的提升。我们在https://github.com/1171-jpg/Affordance20Q.git上发布了所有代码和数据。
cs.AI / 28 / 2606.14249

HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry

HarnessX:一个可组合、自适应和可演化的智能体工具库
Chen, Tingyang, Lu, Shuo, Zhao, Kang, Meng, Weicheng, Teng, Hanlin, Li, Tianhao, Li, Chao, Liu, Xule, Liang, Jian, Zhang, Zhizhong, Xie, Yuan, Qu, Heng, Shao, Kun, Luan, Jian
Abstract
AI agent performance depends critically on the runtime harness, comprising the prompts, tools, memory, and control flow that mediate how a model observes, reasons, and acts. Yet today's harnesses remain largely hand-crafted and static: each new model or task still demands bespoke scaffolding, and the rich traces produced during execution are rarely distilled back into systematic improvement. We introduce HarnessX, a foundry for composable, adaptive, and evolvable agent harnesses. HarnessX assembles typed harness primitives via a substitution algebra, adapts them through AEGIS, a trace-driven multi-agent evolution engine grounded in an operational mirror between symbolic adaptation and reinforcement learning, and closes the harness-model loop by turning trajectories into both harness updates and model training signal. Across five benchmarks (ALFWorld, GAIA, WebShop, tau^3-Bench, and SWE-bench Verified), HarnessX yields an average gain of +14.5% (up to +44.0%), with gains largest where baselines are lowest. These results suggest that agent progress need not come from model scaling alone: composing and evolving runtime interfaces from execution feedback is an actionable and complementary lever. The complete codebase will be open-sourced in a future release.
Chinese Translation
人工智能智能体的性能在很大程度上依赖于运行时工具库,包括提示、工具、记忆和控制流,这些因素调节模型的观察、推理和行动方式。然而,当前的工具库仍然主要是手工制作和静态的:每个新模型或任务仍然需要定制的支架,并且在执行过程中产生的丰富痕迹很少被提炼回系统性的改进。我们提出了HarnessX,一个用于可组合、自适应和可演化智能体工具库的铸造厂。HarnessX通过替代代数组装类型化的工具库原语,通过AEGIS(一个基于执行反馈的多智能体演化引擎,建立在符号适应与强化学习之间的操作镜像上)对其进行适应,并通过将轨迹转化为工具库更新和模型训练信号来闭合工具库-模型循环。在五个基准测试(ALFWorld、GAIA、WebShop、tau^3-Bench和SWE-bench Verified)中,HarnessX平均获得了+14.5%的提升(最高可达+44.0%),在基线最低的地方获得的提升最大。这些结果表明,智能体的进步不必仅仅依赖于模型的扩展:从执行反馈中组合和演化运行时接口是一个可行且互补的杠杆。完整的代码库将在未来的版本中开源。
cs.AI / 29 / 2606.14314

Communication Policy Evolution for Proactive LLM Agents

主动 LLM 代理的沟通政策演变
Ma, Xinbei, Qiu, Jiyang, Yao, Yao, Wu, Zheng, Lu, Yijie, Qu, Xiangmou, Yin, Jiaxin, Lou, Xingyu, Wang, Jun, Liu, Weiwen, Zhang, Weinan, Zhang, Zhuosheng, Zhao, Hai
Abstract
LLM agents have rapidly evolved into autonomous systems, yet a persistent information gap remains between users and agents: communication is costly, while users' identical preferences further limit information exchange. To investigate how agents should communicate across modalities, this paper formalizes Communication Policy, establishes textual and UI-based policies, and then evaluates communication policies across diverse environments, personas, and model combinations. Building information asymmetry for proactive agents, we set up two complementary settings, User-Agent and Planner-Executor. Experimental results reveal complementary strengths between interaction channels: text-based interaction often facilitates task performance, while structured UI improves agents' response quality and persona compliance. Motivated by that, a hybrid method combines these advantages. We further propose Communication Policy Evolution (CPE), a self-evolution framework for refining communication policies through rollout and prompt-level evolving. Without model modification, CPE achieves the best task success across multiple settings using prompt refinement alone. Our findings identify communication behavior as a critical yet underexplored design dimension for LLM agents.
Chinese Translation
LLM 代理迅速发展成为自主系统,但用户与代理之间仍存在持续的信息差距:沟通成本高,而用户相同的偏好进一步限制了信息交流。为了研究代理应如何跨模态进行沟通,本文形式化了沟通政策,建立了基于文本和用户界面的政策,并在多种环境、角色和模型组合中评估了沟通政策。为了构建主动代理的信息不对称,我们设置了两个互补的场景:用户-代理和规划者-执行者。实验结果揭示了交互渠道之间的互补优势:基于文本的交互通常促进任务执行,而结构化用户界面则提高了代理的响应质量和角色一致性。基于此,我们提出了一种混合方法,结合了这些优势。我们进一步提出了沟通政策演变(Communication Policy Evolution, CPE),这是一个通过回滚和提示级演变来精炼沟通政策的自我演变框架。在不修改模型的情况下,CPE 仅通过提示优化在多个设置中实现了最佳任务成功率。我们的研究发现,沟通行为是 LLM 代理设计中一个关键但尚未深入探讨的维度。
cs.AI / 30 / 2606.14415

CSPO: Constraint-Sensitive Policy Optimization for Safe Reinforcement Learning

CSPO:用于安全强化学习的约束敏感策略优化
Belouadah, Ayoub, Kubler, Sylvain, Traon, Yves Le
Abstract
Safe reinforcement learning (Safe RL) aims to maximize expected return while satisfying safety constraints, typically modeled as Constrained Markov Decision Processes (CMDPs). While primal-dual methods scale well to deep RL, they often suffer from delayed constraint correction, leading to oscillatory behavior and prolonged safety violations. In this paper, we propose Constraint-Sensitive Policy Optimization (CSPO), a first-order primal-dual method that incorporates local constraint sensitivity into policy updates. CSPO augments the primal objective with a constraint-sensitive correction derived from the shortest signed distance to the safety boundary, enabling smarter recovery steps back to safety, compensating for delayed Lagrange multiplier updates, reducing oscillations near the boundary, and preserving the KKT solutions of the original constrained problem. Experiments on navigation and locomotion benchmarks demonstrate that CSPO achieves faster safety recovery and high reward preservation, resulting in higher constrained returns compared to state-of-the-art primal-dual and penalty-based methods
Chinese Translation
安全强化学习(Safe RL)旨在最大化期望回报,同时满足安全约束,这些约束通常建模为约束马尔可夫决策过程(CMDPs)。虽然原始-对偶方法在深度强化学习中表现良好,但它们往往面临约束修正延迟的问题,导致振荡行为和长期的安全违规。在本文中,我们提出了约束敏感策略优化(CSPO),这是一种将局部约束敏感性纳入策略更新的一阶原始-对偶方法。CSPO通过从安全边界到最短有符号距离导出的约束敏感修正来增强原始目标,从而实现更智能的安全恢复步骤,补偿拉格朗日乘子更新的延迟,减少接近边界时的振荡,并保持原始约束问题的KKT解。在导航和运动基准测试中的实验表明,CSPO实现了更快的安全恢复和高奖励保持,导致与最先进的原始-对偶和基于惩罚的方法相比,获得了更高的约束回报。
cs.AI / 31 / 2606.14418

Causal Object-Centric Models for Planning with Monte Carlo Tree Search

用于规划的因果对象中心模型与蒙特卡洛树搜索
Vakhitov, Rodion, Ugadiarov, Leonid, Skrynnik, Alexey, Panov, Aleksandr
Abstract
We introduce COMET (Causal Object-centric Model for Efficient Tree search), a model-based reinforcement learning algorithm that performs Monte Carlo Tree Search in a slot-structured latent space. COMET pairs a frozen unsupervised object-centric encoder with a transformer-based world model, in which actions are bound to objects through a novel action-slot fusion mechanism that is used in slot transition prediction. Policy and value heads use object-causal attention, modulating token interactions by learned per-slot relevance scores so that decision-making concentrates on task-relevant entities. COMET adds an explicit object-level inductive bias to MuZero-style latent planning. Across eight visually and dynamically diverse tasks from the Object-Centric Visual RL benchmark, ManiSkill, Robosuite, and VizDoom, COMET achieves a higher mean normalized score during the early stages of training compared to object-centric and monolithic baselines.
Chinese Translation
我们介绍了 COMET(因果对象中心模型用于高效树搜索),这是一种基于模型的强化学习算法,能够在槽结构的潜在空间中执行蒙特卡洛树搜索。COMET 将一个冻结的无监督对象中心编码器与基于变换器的世界模型相结合,其中通过一种新颖的动作-槽融合机制将动作与对象绑定,该机制用于槽转移预测。策略和价值头使用对象因果注意力,通过学习的每个槽相关性评分调节令牌交互,从而使决策集中在与任务相关的实体上。COMET 为 MuZero 风格的潜在规划增加了显式的对象级归纳偏置。在来自对象中心视觉强化学习基准的八个视觉和动态多样化任务中,COMET 在训练的早期阶段相比于对象中心和单一基线,获得了更高的平均归一化得分。
cs.AI / 32 / 2606.14470

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge

GitOfThoughts:可重放、差异化和合并的版本控制推理与智能体记忆
Shekar, Pavan C, S, Abhishek H, Krishnan, Aswanth
Abstract
Large language model (LLM) reasoning is ephemeral: chains of thought vanish with the context window, pruned search branches leave no record, and memory buffers cannot be diffed, merged, or audited. Every other complex software process (code, infrastructure, data, experiments) is version-controlled; reasoning is not. We introduce GitOfThoughts, which stores an agent's reasoning tree as a git repository: every scored thought is a commit, scores are notes, outcomes are tags, and retrieval is "git log" over the agent's own history. This makes reasoning replayable, auditable, and mergeable across agents at near-zero engineering cost. We then ask the harder question: does memory, in any substrate, actually improve accuracy? Across five substrates (none, markdown, vector, graph, git), two benchmarks, two model scales, and pre-registered replications, the answer for novel problems is no. No memory format reliably helps, and a promising early result collapsed under its own pre-registered replication. Memory pays only above what we call the copyability threshold: when the retrieved case is a near-duplicate of the current problem (similarity >~ 0.8), accuracy jumps sharply; below it, nothing. The gain is answer retrieval, not method transfer: a 4.5x larger model doubles the near-duplicate payoff yet still cannot extract a transferable method from a worked example. The only general lever we find is test-time sampling. The case for git-as-substrate is therefore auditability, provenance, and mergeability at accuracy parity. We document a retracted result and a refuted hypothesis to model the evaluation standard we hold ourselves to.
Chinese Translation
大型语言模型(LLM)的推理是短暂的:思维链随着上下文窗口的消失而消失,修剪的搜索分支没有留下记录,记忆缓冲区无法进行差异化、合并或审计。其他复杂的软件过程(代码、基础设施、数据、实验)都是版本控制的;而推理则不是。我们提出了GitOfThoughts,它将智能体的推理树存储为一个git仓库:每个得分的思维都是一个提交,得分是注释,结果是标签,检索是对智能体自身历史的“git log”。这使得推理可以重放、审计,并且在几乎零工程成本的情况下跨智能体合并。接下来,我们提出了更难的问题:在任何基质中,记忆是否真的提高了准确性?在五种基质(无、markdown、向量、图、git)、两个基准、两个模型规模和预注册的重复实验中,对于新问题的答案是否定的。没有任何记忆格式可靠地提供帮助,而一个有前景的早期结果在其预注册的重复实验中崩溃。记忆仅在我们所称之为可复制性阈值之上才有价值:当检索到的案例与当前问题几乎重复(相似度 >~ 0.8)时,准确性急剧上升;低于该阈值,则无任何效果。收益在于答案检索,而非方法转移:一个4.5倍更大的模型使得近重复的收益翻倍,但仍无法从已解决的示例中提取可转移的方法。我们发现的唯一通用杠杆是测试时采样。因此,git作为基质的理由在于审计性、来源性和在准确性平价下的合并性。我们记录了一个撤回的结果和一个被驳斥的假设,以建立我们对自身评估标准的模型。
cs.AI / 33 / 2606.14476

When the Tool Decides: LLM Agents Defer Blindly to Graph Neural Network Tools, and Stronger Backbones Defer More

当工具决定:大型语言模型代理盲目依赖图神经网络工具,且更强的骨干网络依赖更多
Wang, Zhongyuan, Vemuri, Pratyusha
Abstract
A growing line of work equips large language model (LLM) agents with graph neural networks (GNNs) as callable tools, assuming the agent exercises judgment over when and how much to rely on such a tool. We test this directly. We expose a frozen GNN to a ReAct-style LLM agent as an explicit tool and measure, on node classification over a text-attributed graph (ogbn-arxiv, replicated on WikiCS), whether the agent uses the tool or merely obeys it. We find the agent does not exercise judgment: its predictions agree with the raw GNN's 97.6-99.2% of the time (5 seeds), collapsing into a GNN parrot that adopts the tool's output wholesale and bypasses its own reasoning. Sweeping backbone capability (Qwen2.5 0.5B-7B), the deference is not a weak-model artifact: among models able to invoke the tool, agreement rises with capability (0.60 to 0.98 from 1.5B to 7B). Crucially, the cost of deference does not shrink as capability grows and grows where alternatives emerge: a per-node oracle over the available actions beats the parrot by 0.09-0.18 at 3B and 0.12-0.22 at 7B, roughly doubling at high homophily, because the parrot is pinned to the frozen GNN while the agent's alternatives improve; at 7B a simple neighbour-label tool overtakes the GNN at high homophily (0.81 vs 0.71) yet the agent still defers. A simple selective-invocation gate recovers about half of that high-homophily gap (0.71 to 0.83) but yields no net global gain, and held-out estimates bound the best achievable gate over standard test-time features to at most a third of the oracle headroom: reliable selective invocation looks limited by available information, not merely router design. Our results are a cautionary measurement: evaluations of agent+tool systems cannot assume the agent adds judgment on top of the tool, and selective invocation must be designed in rather than expected to emerge from scale.
Chinese Translation
一系列不断增长的研究将图神经网络(GNN)作为可调用工具装备到大型语言模型(LLM)代理中,假设代理能够判断何时以及在多大程度上依赖该工具。我们直接测试了这一假设。我们将一个冻结的GNN作为显式工具暴露给ReAct风格的LLM代理,并在文本属性图(ogbn-arxiv,已在WikiCS上复制)的节点分类任务中测量代理是否使用该工具或仅仅服从它。我们发现代理并未行使判断:其预测与原始GNN的结果一致的比例为97.6%-99.2%(5个种子),沦为一个完全采用工具输出的GNN鹦鹉,绕过了自身的推理。在广泛的骨干能力范围内(Qwen2.5 0.5B-7B),这种依赖并不是弱模型的伪影:在能够调用该工具的模型中,依赖程度随着能力的提升而增加(从1.5B到7B,比例从0.60上升到0.98)。关键是,依赖的成本并未随着能力的增长而缩小,反而在出现替代方案时增加:在可用动作上,逐节点的oracle超越鹦鹉0.09-0.18(在3B时)和0.12-0.22(在7B时),在高同质性下大约翻倍,因为鹦鹉被固定在冻结的GNN上,而代理的替代方案在改善;在7B时,一个简单的邻居标签工具在高同质性下超越GNN(0.81对0.71),但代理仍然选择依赖。一个简单的选择性调用门约弥补了高同质性差距的一半(从0.71提升到0.83),但没有带来净的全局收益,且保留的估计将标准测试时间特征下可实现的最佳门限限制在oracle头部空间的三分之一:可靠的选择性调用似乎受限于可用信息,而不仅仅是路由器设计。我们的结果是一个警示性的测量:对代理+工具系统的评估不能假设代理在工具之上增加了判断,选择性调用必须被设计进系统中,而不是期待从规模中自发出现。
cs.AI / 34 / 2606.14502

From Chatbot to Digital Colleague: The Paradigm Shift Toward Persistent Autonomous AI

从聊天机器人到数字同事:朝向持久自主人工智能的范式转变
Zhang, Yongheng, Liu, Ziang, Zhu, Jiaxuan, Wang, Shuai, Chen, Xiangqi, Huang, Haojing, Kuang, Jiayi, Chen, Siyu, Shen, Ao, Wu, Hao, Wang, Qiufeng, Zhang, Qian-Wen, Dong, Junnan, Jiang, Wenhao, Shen, Ying, Zheng, Hai-Tao, Li, Yinghui, Yin, Di, Sun, Xing, Yu, Philip S.
Abstract
Large Language Models (LLMs) are undergoing a fundamental transformation from conversational generators into integrated AI systems capable of reasoning, action, memory, and self-improvement. We conceptualize this transition as a shift from Chatbot to Digital Colleague: from conversational answers to persistent work. We organize this transition along two tightly coupled dimensions. First, at the cognitive core level, LLMs are advancing from Chatbot-era "fast thinking" systems driven by next-token prediction toward Thinking LLMs that leverage inference-time computation, Chain-of-Thought reasoning, reflection, process supervision, and reinforcement learning to support more deliberate and reliable cognition. Second, at the tool-augmented task execution level, LLMs are progressing from tool-calling Agents that invoke external resources in an ad hoc manner toward OpenClaw-style workstation systems (OpenClaw) equipped with persistent Workspaces, skills, verification loops, and governance. The "Workspace + Skill" paradigm makes episodic tool use colleague-like via state persistence, reusable procedures, task closure, and experience reuse. We examine data construction shifts from instruction-response pairs to State-Action-Observation trajectories and evaluation from static benchmarks to sandboxed, auditable, self-evolving AI ecosystems.
Chinese Translation
大型语言模型(LLMs)正经历从对话生成器到能够推理、行动、记忆和自我改进的综合人工智能系统的根本转变。我们将这一过渡概念化为从聊天机器人到数字同事的转变:从对话回答到持久工作。我们将这一转变组织为两个紧密耦合的维度。首先,在认知核心层面,LLMs 正在从聊天机器人时代的“快速思维”系统(由下一个标记预测驱动)向利用推理时计算、思维链推理、反思、过程监督和强化学习的思维 LLMs 发展,以支持更深思熟虑和可靠的认知。其次,在工具增强的任务执行层面,LLMs 正在从临时调用外部资源的工具调用代理(Agents)向配备持久工作区、技能、验证循环和治理的 OpenClaw 风格工作站系统(OpenClaw)发展。“工作区 + 技能”范式通过状态持久性、可重用程序、任务完成和经验重用,使得情景工具使用更像同事。我们考察了数据构建的转变,从指令-响应对到状态-行动-观察轨迹,以及评估从静态基准到沙盒、可审计、自我演化的人工智能生态系统的转变。
cs.AI / 35 / 2606.14507

Dense Coordinate-List Fine-Tuning Induces a Controllable Interference Surface in Vision-Language Models

密集坐标列表微调在视觉-语言模型中诱导可控干扰面
Zhou, Chenyu, Jiang, Qiliang, Pan, Boguang
Abstract
Fine-tuning vision-language models to emit dense coordinate lists improves visual grounding but also changes how models serialize, repeat, and terminate structured outputs. We study this behavior as a generation and control surface. In Gemma 4 12B, high-capacity q/k/v/o LoRA raises class-aware [email protected] from 0.007 to 0.448 while inducing repeated-tail pressure (duplicate rate 0.080, max repeat 23). A q/v rank sweep keeps max repeat at 21-22 across ranks 4-64, showing capacity persistence. The target signal is separable: object-level repeat-stop removes exact repeated records (duplicate rate 0.000, max repeat 1) while preserving F1 (0.494 to 0.490) and stricter [email protected] (0.381 to 0.385). Structure-axis probes localize the effect to bbox-coordinate object lists; dense non-bbox and spatial/count JSON remain repeat-clean, including under high-capacity adapters. Qwen3-VL-8B reproduces a clean controlled endpoint ([email protected] 0.318, duplicate rate 0.000), and COCO 2017 reproduces acquisition plus duplicate pressure. Dense coordinate-list adaptation therefore creates a structure-bound, cross-family interference surface that can be measured and controlled.
Chinese Translation
微调视觉-语言模型以输出密集坐标列表可以改善视觉定位,但也改变了模型序列化、重复和终止结构化输出的方式。我们将这种行为研究为生成和控制面。在 Gemma 4 12B 中,高容量的 q/k/v/o LoRA 将类感知 [email protected] 从 0.007 提高到 0.448,同时引发重复尾部压力(重复率 0.080,最大重复 23)。q/v 排序扫描在 4-64 的范围内保持最大重复在 21-22,显示出容量的持续性。目标信号是可分离的:对象级重复停止移除确切的重复记录(重复率 0.000,最大重复 1),同时保持 F1(0.494 到 0.490)和更严格的 [email protected](0.381 到 0.385)。结构轴探针将影响定位到 bbox 坐标对象列表;密集的非 bbox 和空间/计数 JSON 保持重复清洁,包括在高容量适配器下。Qwen3-VL-8B 复制了一个干净的可控终点([email protected] 0.318,重复率 0.000),而 COCO 2017 复制了获取加上重复压力。因此,密集坐标列表适配创建了一个结构绑定的、跨家族的干扰面,可以被测量和控制。
cs.AI / 36 / 2606.14516

Every Eval Ever: A Unifying Schema and Community Repository for AI Evaluation Results

每一次评估:人工智能评估结果的统一架构与社区存储库
Batzner, Jan, Nelaturu, Sree Harsha, Kornilova, Anastassia, Crall, Jon, Cerruti, Tommaso, Long, Yanan, Mai, Yifan, Ahuja, Sanchit, Yehudai, Asaf, Šuppa, Marek, Lalor, John P., Olowe, Oluwagbemike, Ganhotra, Jatin, Hu, Brian H., Habba, Eliya, Bean, Andrew M., Liu, Chang, Land, Sander, Dillmann, Steven, Garikaparthi, Aniketh, Bandel, Elron, Imai, Saki, Edgell, James, Kennedy, Wm. Matthew, Chim, Jenny, Meusling, Patrick, Kaeberlein, Asteria, Chundi, Venkata Ramachandra Karthik, Patwardhan, Manasi, Ku, Martin, Meek, Austin, Knauer, Leon, Wingenroth, Brian, Yadav, Srishti, Gohar, Usman, Friedrich, Felix, Lin, Michelle, Mickel, Jennifer, Cohan, Arman, Biderman, Stella, Solaiman, Irene, Talat, Zeerak, Reuel, Anka, Akhtar, Mubashara, Kasneci, Gjergji, Ghosh, Avijit, Choshen, Leshem
Abstract
AI evaluations are widely used for testing and understanding progress. However, the diverse evaluators bring with them inconsistencies that challenge analysis and comparison. First, results are saved in incompatible formats, scattered across leaderboards, papers, blog posts, evaluation harness logs, and custom repositories. Second, results are created by different evaluation frameworks, which produce divergent scores for nominally identical evaluations and record metadata inconsistently, hindering comparison, cross-community evaluation science, cost reduction, and reuse. We introduce Every Eval Ever, the first shared schema and community-crowdsourced repository for AI evaluation results. The schema standardizes how evaluations are represented in a unified, single JSON document. It is source-agnostic by design, ingesting results from evaluation harnesses and papers alike, and optionally stores per-instance outputs for fine-grained analysis. We contribute: (i) a community-governed metadata schema with a companion instance-level schema, the first standardization effort of its kind; (ii) automatic converters from popular formats, evaluation harnesses, and leaderboards to the unified schema; and (iii) a crowdsourced community database hosted on Hugging Face, currently spanning to date 22,235 models, 2,273 unique benchmarks, and 31 evaluation formats.
Chinese Translation
人工智能评估广泛用于测试和理解进展。然而,多样化的评估者带来了不一致性,挑战了分析和比较。首先,结果以不兼容的格式保存,分散在排行榜、论文、博客文章、评估工具日志和自定义存储库中。其次,结果由不同的评估框架生成,这些框架对名义上相同的评估产生不同的分数,并且不一致地记录元数据,从而妨碍了比较、跨社区评估科学、成本降低和重用。我们介绍了Every Eval Ever,这是第一个共享架构和社区众包的人工智能评估结果存储库。该架构标准化了评估在统一的单一JSON文档中的表示方式。它在设计上与来源无关,可以从评估工具和论文中获取结果,并可选择性地存储每个实例的输出以进行细粒度分析。我们的贡献包括:(i)一个由社区管理的元数据架构及其伴随的实例级架构,这是此类标准化工作的首次尝试;(ii)从流行格式、评估工具和排行榜到统一架构的自动转换器;以及(iii)一个托管在Hugging Face上的众包社区数据库,目前涵盖22,235个模型、2,273个独特基准和31种评估格式。
cs.AI / 37 / 2606.14571

StreamMemBench: Streaming Evaluation of Agent Memory for Future-Oriented Assistance

StreamMemBench:面向未来的助理代理记忆的流式评估
Liu, Guanming, Ren, Yuqi, Gu, Hansu, Zhang, Peng, Wang, Weihang, Liu, Jiahao, Gu, Ning, Lu, Tun
Abstract
A central role of personal-agent memory is to turn stored information and prior interactions into future-oriented assistance. In daily use, useful cues come from what the agent observes and how the user interacts with the agent, and the agent must carry them forward from the current request to similar future tasks. Existing memory benchmarks usually test dialogue recall or task improvement in isolation, leaving the trajectory from streaming observations to later assistance largely untested. We introduce StreamMemBench, a streaming benchmark that constructs a two-step task sequence around each evidence anchor from EgoLife egocentric streams. The initial task tests evidence use, while the follow-up task tests whether feedback and interaction experience are reused. Four metrics diagnose evidence recall, initial evidence use, feedback incorporation, and follow-up reuse. Experiments with eight memory systems across two backbones show that current systems often fail to use observed evidence or turn feedback into reliable follow-up behavior, even when evidence is stored or feedback is incorporated locally. StreamMemBench is publicly available at https://github.com/landian60/StreamMemBench.
Chinese Translation
个人代理记忆的核心作用是将存储的信息和先前的互动转化为面向未来的帮助。在日常使用中,有用的线索来自代理观察到的内容以及用户与代理的互动方式,代理必须将这些线索从当前请求转移到类似的未来任务中。现有的记忆基准通常孤立地测试对话回忆或任务改进,导致从流式观察到后续帮助的轨迹在很大程度上未被测试。我们引入了StreamMemBench,这是一种流式基准,围绕来自EgoLife自我中心流的每个证据锚点构建一个两步任务序列。初始任务测试证据的使用,而后续任务测试反馈和互动经验是否被重用。四个指标诊断证据回忆、初始证据使用、反馈整合和后续重用。在两个基础架构上对八个记忆系统的实验表明,当前系统往往未能利用观察到的证据或将反馈转化为可靠的后续行为,即使证据被存储或反馈在本地被整合。StreamMemBench可在https://github.com/landian60/StreamMemBench公开获取。
cs.AI / 38 / 2606.14579

VISTA: View-Consistent Self-Verified Training for GUI Grounding

VISTA:视图一致的自验证训练用于GUI定位
Qiu, Xinyu, Zhang, Yunzhu, Jia, Heng, Shen, Shuheng, Meng, Changhua, Zhu, Linchao
Abstract
When applying Group Relative Policy Optimization (GRPO) for GUI Grounding, rollouts are sampled from a single screenshot view; groups often become either all failures on difficult instances or all successes on easy ones, yielding no useful relative advantage. We propose VISTA (View-Consistent Self-Verified Training), a GRPO-based training framework that constructs each comparison group from multiple target-preserving views of the same GUI instance.Each view is generated by a crop that keeps the target element visible and remaps its box exactly, so model rollouts are compared across semantically equivalent but geometrically different inputs. To stabilize short coordinate generation without turning reinforcement learning into unconditional imitation, VISTA further adds a self-verified cross-view anchor: an oracle answer optimized with an advantage-weighted loss, excluded from the group baseline and activated only when the model has produced a maximum-reward rollout. Across five GUI-grounding benchmarks and multiple Qwen backbones, VISTA consistently improves grounding accuracy.On ScreenSpot-Pro, it raises Qwen3-VL 4B/8B/30B-A3B from 55.5/52.7/53.7 to 63.4/65.8/67.0. Robustness analyses further show higher worst-view accuracy and lower prediction flip rates.
Chinese Translation
在将群体相对策略优化(Group Relative Policy Optimization, GRPO)应用于GUI定位时,回滚样本是从单一屏幕截图视图中采样的;在困难实例上,组往往会变成全失败,而在简单实例上则变成全成功,从而没有产生有用的相对优势。我们提出了VISTA(视图一致的自验证训练),这是一种基于GRPO的训练框架,它从同一GUI实例的多个目标保持视图中构建每个比较组。每个视图通过裁剪生成,保持目标元素可见并准确重新映射其边框,因此模型的回滚在语义上是等价的,但在几何上是不同的输入。为了在不将强化学习转变为无条件模仿的情况下稳定短坐标生成,VISTA进一步添加了一个自验证的跨视图锚点:一个通过优势加权损失优化的oracle答案,该答案被排除在组基线之外,仅在模型产生最大奖励回滚时激活。在五个GUI定位基准和多个Qwen骨干网络上,VISTA始终提高了定位准确性。在ScreenSpot-Pro上,它将Qwen3-VL 4B/8B/30B-A3B的准确率从55.5/52.7/53.7提高到63.4/65.8/67.0。鲁棒性分析进一步显示出更高的最差视图准确性和更低的预测翻转率。
cs.AI / 39 / 2606.14582

A Temporal Planning Framework for Disruption Aware Dynamic Route Optimization in Heterogeneous Railway Systems

针对异构铁路系统中考虑干扰的动态路线优化的时间规划框架
Ray, Pollob Chandra, Noor, Sabah Binte, Siddiqui, Fazlul Hasan
Abstract
Efficient route optimization play a vital role in ensuring both safety and punctuality in railway operations. It is very crucial particularly in heterogeneous multi-gauge railway networks with varying train speed, stopping pattern, infrastructure compatibility constraints increase coordination complexity. In single-track systems these challenges are further intensify due to all trains to share the same track and requires frequent track switching.Stochastic disruptions events including blocked tracks, blocked trains, engine failure and speed slowdowns introduces additional unpredictability in operations and deviate the timetable. However, existing studies predominantly focuses on high-level timetabling, omitting operational details such as track switching coordination. As a result leaving decision to human operators, increasing safety risks into railway operations. This study proposes a framework based on temporal planning for dynamic route optimization and disruption management in heterogeneous railway systems. The framework formulates railway operations as a temporal planning problem using PDDL 2.1 with explicitly modeling gauge compatibility constraints and diverse disruption scenarios. It generates conflict-free timestamped operational plans specifying both optimized schedules and executable action sequences. To evaluate the proposed framework, we developed a benchmark problem set with 200 instances using up to 1,000 track points and 120 trains. Two state-of-the-art temporal planners and a plan validator were employed to assessed the framework. The experimental results demonstrate that the framework effectively generates temporal operational plans for heterogeneous railway systems and handles multi-gauge constraints, disruptions, and reduces dependence on manual decision making.
Chinese Translation
有效的路线优化在确保铁路运营的安全性和准时性方面发挥着至关重要的作用。特别是在具有不同列车速度、停靠模式和基础设施兼容性约束的异构多轨距铁路网络中,这一点尤为重要,这增加了协调的复杂性。在单轨系统中,由于所有列车共享同一轨道并且需要频繁切换轨道,这些挑战更加严重。随机干扰事件,包括轨道被阻塞、列车被阻塞、机车故障和速度减慢,给运营带来了额外的不确定性,并偏离了时刻表。然而,现有研究主要集中在高层次的时刻表编制上,忽略了诸如轨道切换协调等操作细节。因此,决策留给人工操作员,增加了铁路运营的安全风险。本研究提出了一种基于时间规划的框架,用于异构铁路系统中的动态路线优化和干扰管理。该框架将铁路运营形式化为一个时间规划问题,使用 PDDL 2.1 明确建模轨距兼容性约束和多种干扰场景。它生成无冲突的时间戳操作计划,指定优化的时间表和可执行的行动序列。为了评估所提出的框架,我们开发了一个基准问题集,包含200个实例,使用多达1000个轨道点和120列火车。采用了两种最先进的时间规划器和一个计划验证器来评估该框架。实验结果表明,该框架有效地为异构铁路系统生成时间操作计划,并处理多轨距约束和干扰,减少对人工决策的依赖。
cs.AI / 40 / 2606.14654

Abstracting Cross-Domain Action Sequences into Interpretable Workflows

将跨域动作序列抽象为可解释的工作流
Verma, Gaurav, Counts, Scott
Abstract
Sequential or time-stamped interaction logs provide objective records of digital application usage, yet their granularity and noise often obscure meaningful insights into people's work. Such insights are essential for improving digital products in ways grounded in real-world user interactions. Prior research has applied deep learning models to cluster user actions into high-level activities, but these approaches are highly sensitive to noise and struggle to generalize across applications. To address this limitation, we introduce WorkflowView, a framework that uses large language models (LLMs) to abstract low-level action sequences into high-level activities. We establish the effectiveness and generality of our approach across three distinct, challenging sequential tasks and diverse domains: (a) zero-shot task description reconstruction from browser logs (achieving high semantic similarity, $\mu_{sim} = 0.91$), (b) few-shot student dropout prediction using MOOC interaction logs (reaching weighted $F_1 = 0.90$ with only five few-shot examples), and (c) anonymized, privacy-preserving analysis of AI tool integration within document workflows in Microsoft Word. Our work demonstrates that LLM-based abstraction is a robust and efficient path forward for transforming low-level behavioral data into high-level, interpretable, and actionable insights. We also discuss practical considerations for deploying LLM-based inferences within logging infrastructures, including computational efficiency and user privacy.
Chinese Translation
顺序或带时间戳的交互日志提供了数字应用使用的客观记录,但其粒度和噪声往往掩盖了对人们工作的重要洞察。这些洞察对于基于真实用户交互改善数字产品至关重要。先前的研究已应用深度学习模型将用户动作聚类为高层次活动,但这些方法对噪声高度敏感,并且在不同应用之间难以推广。为了解决这一局限性,我们提出了WorkflowView,一个利用大型语言模型(LLMs)将低层次动作序列抽象为高层次活动的框架。我们在三个不同且具有挑战性的顺序任务和多样化领域中建立了我们方法的有效性和普适性:(a)从浏览器日志中进行零样本任务描述重构(实现高语义相似度,$_{sim} = 0.91$),(b)使用MOOC交互日志进行少样本学生辍学预测(仅用五个少样本示例达到加权$F_1 = 0.90$),以及(c)对Microsoft Word文档工作流中AI工具集成的匿名隐私保护分析。我们的工作表明,基于LLM的抽象是一条稳健且高效的路径,可以将低层次行为数据转化为高层次、可解释且可操作的洞察。我们还讨论了在日志基础设施中部署基于LLM的推断的实际考虑,包括计算效率和用户隐私。
cs.AI / 41 / 2606.14672

Towards Direct Latent-Space Synthesis for Parallel Branches in LLM-Agent Workflows

面向 LLM-Agent 工作流中并行分支的直接潜在空间合成
Liu, Shikun, Li, Mufei, Fu, Dongqi, Wang, Haoyu, Xia, Yinglong, Li, Hong, Yan, Hong, Li, Pan
Abstract
Large language models increasingly serve as execution engines for agentic systems, yet they still consume context through a sequential text interface. This creates a mismatch with modern structured agent workflows, in which independent branches explore subtasks, retrieve evidence, or generate candidate solutions before a final synthesis step. Existing systems typically merge these branches by concatenating their textual outputs, which discards the parallel structure and incurs redundant prefill computation. In this work, we introduce Parallel-Synthesis, a plug-and-play framework that enables a synthesizer to directly consume the KV caches produced by parallel worker agents. Parallel-Synthesis combines a cache mapper that calibrates independently generated branch caches with a fine-tuned synthesizer adapter that enables generation from this non-sequential cache interface. We train Parallel-Synthesis using data that exposes the synthesizer to parallel cache contexts, teaches aggregation across cached branches, and distills reasoning behavior from standard text-concatenation-based synthesis. Across nine downstream datasets spanning math, science QA, code generation, GAIA, and multi-agent database diagnosis, Parallel-Synthesis matches or outperforms text-based synthesis on seven datasets and remains close on the other two. It also reduces time-to-first-token by 2.5x-11x, suggesting that direct cache-based synthesis is a promising interface for more native and efficient synthesis over parallel agent branches.
Chinese Translation
大型语言模型越来越多地作为智能系统的执行引擎,但它们仍通过顺序文本接口消耗上下文。这与现代结构化的智能代理工作流存在不匹配,在这些工作流中,独立分支探索子任务、检索证据或生成候选解决方案,然后再进行最终合成步骤。现有系统通常通过连接文本输出合并这些分支,这会丢弃并行结构并导致冗余的预填充计算。在本研究中,我们介绍了 Parallel-Synthesis,这是一个即插即用的框架,能够使合成器直接消费由并行工作代理生成的 KV 缓存。Parallel-Synthesis 结合了一个缓存映射器,该映射器校准独立生成的分支缓存,以及一个经过微调的合成器适配器,使得可以从这个非顺序缓存接口进行生成。我们使用数据训练 Parallel-Synthesis,使合成器接触并行缓存上下文,学习跨缓存分支的聚合,并从基于标准文本连接的合成中提炼推理行为。在涵盖数学、科学问答、代码生成、GAIA 和多智能体数据库诊断的九个下游数据集中,Parallel-Synthesis 在七个数据集上与基于文本的合成相匹配或表现更佳,而在其他两个数据集上也保持接近。它还将首次生成的时间缩短了 2.5 倍至 11 倍,这表明基于直接缓存的合成是对并行代理分支进行更原生和高效合成的有前景的接口。
计算语言学 (Computation and Language)
42
cs.CL / 1 / 2606.13685

The Coin Flip Judge? Reliability and Bias in LLM-as-a-Judge Evaluation

抛硬币的裁判?LLM作为裁判的可靠性与偏见
Yagubyan, Abel
Abstract
LLM-as-a-Judge is now widely used to rank model outputs, train reward models, and populate public leaderboards, but its run-to-run reliability remains under-characterized. We study repeated identical evaluations on 29 tasks spanning 10 categories using two OpenAI judge models (GPT-4o-mini and GPT-4.1-mini), with 50 pairwise trials and 50 pointwise trials per question, supplemented by temperature and prompt-sensitivity ablations. Across judges, pairwise preferences flip on average 13.6% of the time, with 28% of questions exceeding a 20% flip rate and one question reaching 56%. GPT-4o-mini also exhibits a significant first-position bias (72% A-majority, p = 0.024). At the same time, mean pointwise score gaps are small (0.19--0.36 on a 10-point scale) and not statistically significant in aggregate, producing a pairwise--pointwise gap: judges frequently choose a winner even when their own scalar scores provide little evidence of a meaningful quality difference. Beyond within-judge instability, cross-judge agreement is only 76% ($\kappa = 0.51$), semantically equivalent prompt templates change majority outcomes in 25% of tested cases, and deterministic decoding reduces but does not eliminate inconsistency. A reliability curve analysis shows that, in our dataset, 11 repeated trials are needed for a majority vote to recover the 50-trial reference verdict with 95% probability on average, rising to 15 for high-variance questions. These findings suggest that single-trial LLM judging is often too noisy for high-stakes evaluation, and that multi-trial aggregation, position randomization, and explicit uncertainty reporting should be standard practice. Because both judges are from a single provider, cross-provider replication remains an important next step.
Chinese Translation
LLM作为裁判目前被广泛用于对模型输出进行排名、训练奖励模型以及填充公共排行榜,但其运行间的可靠性仍未得到充分表征。我们研究了在29个任务(涵盖10个类别)上使用两个OpenAI裁判模型(GPT-4o-mini和GPT-4.1-mini)进行的重复相同评估,每个问题进行了50次成对试验和50次逐点试验,并补充了温度和提示敏感性消融实验。在不同裁判之间,成对偏好平均有13.6%的时间发生翻转,28%的问题超过20%的翻转率,其中一个问题达到56%。GPT-4o-mini还表现出显著的首位偏见(72%的A多数,p = 0.024)。与此同时,平均逐点得分差距较小(在10分制上为0.19--0.36),在整体上并不具有统计显著性,导致成对与逐点之间的差距:裁判经常选择一个赢家,即使他们自己的标量得分几乎没有提供有意义的质量差异的证据。除了裁判内部的不稳定性外,裁判之间的一致性仅为76%($ ext{kappa} = 0.51$),语义等价的提示模板在25%的测试案例中改变了多数结果,确定性解码减少了但并未消除不一致性。可靠性曲线分析表明,在我们的数据集中,平均需要11次重复试验才能使多数投票恢复50次试验的参考裁决,95%的概率下,针对高方差问题这一数字上升至15。这些发现表明,单次试验的LLM裁判在高风险评估中往往过于嘈杂,而多次试验聚合、位置随机化和明确的不确定性报告应成为标准实践。由于这两个裁判均来自单一提供者,跨提供者的复制仍然是一个重要的下一步。
cs.CL / 2 / 2606.13686

Benchmarking Web Agent Safety under E-commerce Deceptive Interfaces

电子商务欺骗界面下网络代理安全性基准测试
Shi, Zijing, Fang, Meng, Chen, Ling
Abstract
As autonomous web agents are increasingly deployed to perform real-world tasks, ensuring their safety has become a critical concern. In this work, we study web agent behavior under realistic deceptive interfaces in the e-commerce domain. We introduce WebDecept, a lightweight and configurable plugin framework that enables controlled injection of deceptive interface patterns into existing web environments. Using WebDecept, we instantiate seven deceptive patterns commonly observed on the open web, including targeted advertisements, domain redirection, and shopping manipulation. By injecting these patterns into the frontend during task execution, we perform controlled evaluation of multiple multimodal web agents. Our results show that current web agents are highly susceptible to multiple classes of deceptive interfaces, and that prompt-based constraints are often insufficient to mitigate these failures. We further analyze how the design choices of deceptive patterns influence the success of such manipulations. These findings highlight safety challenges that should be addressed as web agents are scaled toward real-world deployment.
Chinese Translation
随着自主网络代理在现实任务中的日益广泛应用,确保其安全性已成为一个关键问题。本研究探讨了网络代理在电子商务领域真实欺骗界面下的行为。我们引入了WebDecept,一个轻量级且可配置的插件框架,能够在现有网络环境中控制性地注入欺骗界面模式。利用WebDecept,我们实例化了七种在开放网络上常见的欺骗模式,包括定向广告、域重定向和购物操控。通过在任务执行过程中将这些模式注入前端,我们对多种多模态网络代理进行了控制评估。我们的结果表明,当前的网络代理对多类欺骗界面高度敏感,而基于提示的约束往往不足以减轻这些失败。我们进一步分析了欺骗模式的设计选择如何影响此类操控的成功。这些发现突显了在网络代理向现实世界部署扩展时需要解决的安全挑战。
cs.CL / 3 / 2606.13751

Which Models Perform Better in Inheritance Reasoning?

哪些模型在继承推理中表现更佳?
Mouhoub, Mohammed Amine, Bouchekif, Chahinez
Abstract
This paper presents the participation of team PSL in the QIAS 2026 Shared Task on Arabic Islamic inheritance reasoning. The task evaluates the ability of large language models to solve inheritance cases that require legal interpretation, multi-step reasoning, and precise numerical computation. We compare \textit{commercial} and \textit{open-source} models under a unified prompting strategy to assess their effectiveness in structured legal reasoning with minimal task-specific adaptation. \\ Our results show a clear gap in reliability between the two model families. Commercial models demonstrate stronger performance in identifying eligible heirs, applying exclusion rules, and maintaining consistency across reasoning steps. In contrast, open-source models exhibit greater instability, particularly in cases involving dependent legal decisions and fractional share adjustments. The best performance is achieved by \textit{Gemini 2.5 Flash}, with an MRE of $0.989$.
Chinese Translation
本文介绍了PSL团队参与2026年QIAS共享任务的情况,该任务评估大型语言模型解决需要法律解释、多步推理和精确数值计算的继承案例的能力。我们在统一的提示策略下比较了 extit{商业}模型和 extit{开源}模型,以评估它们在结构化法律推理中的有效性,并尽量减少特定任务的适应性。\我们的结果显示,两种模型家族之间的可靠性存在明显差距。商业模型在识别合格继承人、应用排除规则和保持推理步骤一致性方面表现更强。相比之下,开源模型表现出更大的不稳定性,尤其是在涉及依赖法律决策和分数份额调整的案例中。最佳表现由 extit{Gemini 2.5 Flash}实现,其MRE为$0.989$。
cs.CL / 4 / 2606.13756

QIAS 2026: Overview of the Shared Task on Islamic Inheritance Reasoning

QIAS 2026:伊斯兰继承推理共享任务概述
Bouchekif, Abdessalam, Eltanbouly, Somaya, Rashwani, Samer, Gaben, Shahd, Al-Khatib, Mutaz, Sbahi, Heba, Mohamed, Emad, Ghaly, Mohammed
Abstract
This paper presents a comprehensive overview of the QIAS 2026 shared task, organized as part of the OSACT7 Workshop and co-located with LREC 2026. The shared task was designed to evaluate the ability of large language models to perform complex reasoning in the religious and legal domain of Islamic inheritance. Unlike conventional question-answering benchmarks, QIAS 2026 focuses on end-to-end reasoning from natural language cases, requiring systems to perform the full inheritance calculation process, from identifying the eligible heirs to assigning the correct share to each beneficiary. To support this evaluation, the task was based on the MAWARITH benchmark, a dataset of $12{,}500$ Arabic inheritance cases annotated with intermediate reasoning steps and final answers. System submissions were evaluated using MIR-E, a multi-step metric that measures performance across the main stages of inheritance reasoning. A total of $16$ teams participated in the shared task, investigating a range of approaches, including prompting-based methods, retrieval-augmented generation, and fine-tuning strategies. The results show that Islamic inheritance remains a highly challenging benchmark for current language models, especially in stages that require precise legal interpretation and structured numerical reasoning. This overview summarizes the task design, dataset, evaluation framework, participating systems, and main results.
Chinese Translation
本文对QIAS 2026共享任务进行了全面概述,该任务作为OSACT7研讨会的一部分,与LREC 2026同时举行。该共享任务旨在评估大型语言模型在伊斯兰继承的宗教和法律领域进行复杂推理的能力。与传统的问答基准不同,QIAS 2026专注于从自然语言案例进行端到端推理,要求系统执行完整的继承计算过程,从识别合格继承人到为每位受益人分配正确的份额。为了支持这一评估,该任务基于MAWARITH基准,这是一个包含$12{,}500$个阿拉伯继承案例的数据集,并附有中间推理步骤和最终答案的注释。系统提交的结果使用MIR-E进行评估,这是一种多步骤指标,用于衡量继承推理主要阶段的性能。共有$16$个团队参与了该共享任务,探索了包括基于提示的方法、检索增强生成和微调策略在内的一系列方法。结果表明,伊斯兰继承仍然是当前语言模型面临的一个高度挑战的基准,尤其是在需要精确法律解释和结构化数值推理的阶段。本文概述了任务设计、数据集、评估框架、参与系统及主要结果。
cs.CL / 5 / 2606.13808

The Culture Funnel: You Can't Align What isn't in the Data

文化漏斗:无法对齐未包含在数据中的内容
Sahu, Ananya, Mofakhami, Mehrnaz, D'Souza, Daniel, Euyang, Thomas, Kreutzer, Julia, Fadaee, Marzieh
Abstract
Current cultural alignment approaches focus on inference-time interventions, assuming models already contain sufficient cultural knowledge. We argue modern LLM pipelines suffer from a cultural data funnel. Using a multidimensional tagging framework across pretraining, fine-tuning, alignment, and reasoning datasets, we show explicit cultural signals decline sharply during post-training, while geographically concentrated, task-specialized data dominates. Multilinguality enhances geographic diversity of cultural knowledge but does not ensure balanced representation. Our tags improve downstream cultural benchmark performance, demonstrating that advances require shifting focus in training data pipelines. To facilitate future research, we release our culturally tagged dataset with 5.6M samples at https://huggingface.co/datasets/CohereLabs/CultureMarkers.
Chinese Translation
当前的文化对齐方法侧重于推理时的干预,假设模型已经包含足够的文化知识。我们认为现代大规模语言模型(LLM)管道存在文化数据漏斗的问题。通过在预训练、微调、对齐和推理数据集上使用多维标记框架,我们展示了显式文化信号在后训练阶段急剧下降,而地理集中、任务专用的数据占主导地位。多语言性增强了文化知识的地理多样性,但并未确保平衡的代表性。我们的标签提高了下游文化基准性能,表明进展需要在训练数据管道中转变关注点。为了促进未来的研究,我们发布了包含560万样本的文化标记数据集,网址为 https://huggingface.co/datasets/CohereLabs/CultureMarkers。
cs.CL / 6 / 2606.13835

When Plausible Is Not Realistic: Evaluating Human Mobility in LLM-Based Urban Simulation

当可信性不是现实性:评估基于大语言模型的城市模拟中的人类移动性
Santos, Gustavo H., Viana, Aline Carneiro, Silva, Thiago H.
Abstract
LLM-based generative agents are increasingly used in urban simulators, yet it remains unclear whether they reproduce empirically realistic human mobility patterns or merely generate plausible mobility narratives. We introduce a validation framework for evaluating the mobility of generative agents of LLM-based urban simulators against real-world mobility data. For this, we use mobility laws, temporal rhythms, network motifs, semantic activity transitions, and behavioral mobility profiles. Using datasets from the Greater Paris region and Shanghai, we evaluate AgentSociety and CitySim across multiple dimensions of mobility realism. Our analysis reveals a substantial gap between narrative plausibility and empirical mobility realism. Although the simulators capture some high-level semantic activity distributions, they struggle to reproduce core spatial and temporal constraints, including realistic trip-length distributions, origin-destination flows, dwell times, and transition dynamics. We further observe that realistic mobility diversity is unstable across default prompting configurations and may require explicit profile-aware initialization. To support reproducible evaluation, we also contribute scalable and open LLM-driven infrastructure for regional-scale map generation, observability-enhanced simulation, mobility-metric computation, and traffic simulation. Our findings highlight the need for rigorous empirical validation of LLM-based urban simulators and provide practical tools for building more realistic and reproducible urban simulation systems.
Chinese Translation
基于大语言模型(LLM)的生成代理在城市模拟器中的应用日益增多,但尚不清楚它们是否能够再现经验上真实的人类移动模式,还是仅仅生成可信的移动叙事。我们提出了一个验证框架,用于评估基于LLM的城市模拟器中生成代理的移动性与真实世界移动数据的对比。为此,我们使用了移动规律、时间节奏、网络图案、语义活动转变和行为移动特征。通过使用来自大巴黎地区和上海的数据集,我们在多个移动现实维度上评估了AgentSociety和CitySim。我们的分析揭示了叙事可信性与经验移动现实之间的显著差距。尽管模拟器捕捉到了一些高层次的语义活动分布,但它们在再现核心空间和时间约束方面存在困难,包括现实的行程长度分布、起讫流、停留时间和转变动态。我们进一步观察到,现实的移动多样性在默认提示配置下是不稳定的,可能需要明确的配置文件感知初始化。为了支持可重复的评估,我们还贡献了可扩展的开放式LLM驱动基础设施,用于区域规模的地图生成、增强可观察性的模拟、移动指标计算和交通模拟。我们的研究结果强调了对基于LLM的城市模拟器进行严格经验验证的必要性,并提供了构建更真实和可重复的城市模拟系统的实用工具。
cs.CL / 7 / 2606.13852

Hybrid Classical-Quantum Variational Autoencoder for Neural Topic Modeling

混合经典-量子变分自编码器用于神经主题建模
Kankeu, Ivan
Abstract
Neural topic models enable scalable semantic discovery, but their integration with quantum hardware remains largely unexplored. We present a proof-of-concept hybrid classical-quantum variational autoencoder (VAE) for topic modeling, embedding parameterized quantum circuits within the VAE inference network while retaining a classical topic-word decoder. To address the resource constraints of quantum hardware, we propose a modified Gaussian Softmax posterior that decouples latent space dimensionality from the number of topics to be extracted, enabling the model to operate with a low-resource 10-qubit quantum device. On the AgNews dataset, the hybrid VAE outperforms state-of-the-art neural topic models (NTMs), reaching a $C_v$ coherence score of 0.71 and an NPMI score of 0.20 while preserving high topic diversity. For comparison, we also construct a fully classical variant, which also outperforms state-of-the-art models on AgNews and exhibits clear class separation in the latent space. These results demonstrate that hybrid VAEs are computationally viable even on NISQ-era devices and represent a promising direction for quantum-enhanced topic modeling.
Chinese Translation
神经主题模型能够实现可扩展的语义发现,但它们与量子硬件的结合仍然在很大程度上未被探索。我们提出了一种概念验证的混合经典-量子变分自编码器(VAE)用于主题建模,在VAE推理网络中嵌入参数化的量子电路,同时保留经典的主题-词解码器。为了解决量子硬件的资源限制,我们提出了一种修改过的高斯Softmax后验,它将潜在空间的维度与要提取的主题数量解耦,从而使模型能够在低资源的10量子比特量子设备上运行。在AgNews数据集上,混合VAE的表现优于最先进的神经主题模型(NTMs),达到了0.71的$C_v$一致性得分和0.20的NPMI得分,同时保持了高主题多样性。为了比较,我们还构建了一个完全经典的变体,该变体在AgNews上也优于最先进的模型,并在潜在空间中展现出明显的类别分离。这些结果表明,混合VAE在NISQ时代的设备上在计算上是可行的,并代表了量子增强主题建模的一个有前景的方向。
cs.CL / 8 / 2606.13904

SANA: What Matters for QA Agents over Massive Data Lakes?

SANA:在大规模数据湖中,问答代理的关键因素是什么?
Wijaya, Austin Senna, Liu, Jiaxiang, Wang, Haonan, Wu, Eugene
Abstract
Exploratory question answering (EQA) over data lakes requires an LLM agent to discover relevant sources, analyze retrieved data, and adapt its actions based on intermediate results. End-to-end accuracy alone cannot distinguish failures in search, planning, data analysis, or the agent's Action Policy: its decisions about what to do next and when to submit an answer. We present SANA (Search Agent Navigation Ablation framework), a diagnostic ablation framework that transforms EQA tasks into runtime profiles containing gold source sequence, sanitized subquestions, and execution records. SANA uses these profiles to construct idealized search, planning, and data-analysis tools, allowing each component to be ablated; the residual gap is diagnostic evidence for policy failures. To illustrate SANA as a reusable evaluation framework, we adapted two recent EQA benchmarks, LakeQA and KramaBench, and evaluated lightweight and mid-sized agents under fixed prompts, budgets, data lakes, and runtimes. Across both benchmarks, data analysis is a consistent bottleneck while planning is less so. Search is a major limitation in LakeQA's large data-lake setting, but less so for the smaller-scale KramaBench. SANA thus deconstructs end-to-end task accuracies into a diagnosis of where data-lake agents fail, and allows for systematic comparisons of progress in search, planning, data analysis, and agent design.
Chinese Translation
在数据湖上进行探索性问答(EQA)需要一个大规模语言模型(LLM)代理来发现相关来源、分析检索到的数据,并根据中间结果调整其行动。仅凭端到端的准确性无法区分搜索、规划、数据分析或代理的行动策略中的失败:即其关于下一步该做什么以及何时提交答案的决策。我们提出了SANA(搜索代理导航消融框架),这是一个诊断消融框架,将EQA任务转化为包含黄金来源序列、清理过的子问题和执行记录的运行时配置文件。SANA利用这些配置文件构建理想化的搜索、规划和数据分析工具,使每个组件都可以被消融;残余差距则是政策失败的诊断证据。为了展示SANA作为一个可重用的评估框架,我们调整了两个最新的EQA基准,LakeQA和KramaBench,并在固定提示、预算、数据湖和运行时下评估了轻量级和中型代理。在这两个基准中,数据分析始终是一个瓶颈,而规划则相对较少。搜索在LakeQA的大数据湖环境中是一个主要限制,但在规模较小的KramaBench中则不那么明显。因此,SANA将端到端任务的准确性解构为对数据湖代理失败的诊断,并允许对搜索、规划、数据分析和代理设计的进展进行系统比较。
cs.CL / 9 / 2606.13931

DLawBench: Evaluating LLMs Through Multi-Turn Legal Consultation

DLawBench:通过多轮法律咨询评估大型语言模型
Zhang, Li, Shi, Yuzhen, Hu, Yiran, Zhang, Jingwen, Lv, Wenbo, Ma, Yubo, Wang, Wei, Shi, Rongyao, Qiu, Yuanyang, Xu, Xinran, Qi, Yuemeng, Miao, Linlin, Savelka, Jaromir, Liu, Yun, Ashley, Kevin, Zhao, Bing, Wei, Hu, Qu, Lin
Abstract
Lawyer-client consultation is a critical starting point for legal services. Effective legal assistance hinges on eliciting sufficient and truthful information from clients in order to devise strategies that best protect their interests. This task requires Large Language Models (LLMs) not only to perform robust legal reasoning, but also to strategically elicit material facts through multi-turn interactions and effectively guide clients with diverse personalities. Yet existing legal benchmarks overlook this interactive capability. To fill this gap, we introduce DLawBench, a diagnostic benchmark for real-world legal consultation. Drawing on realistic client behavior, we characterize lawyer-client interactions into four types: Cooperative, Dependent, Withdrawn, and Adversarial. Using dialogues grounded in real cases, DLawBench evaluates whether LLMs can effectively conduct legal consultation under realistic conditions. DLawBench comprises 461 cases from Chinese and U.S. law, 5,532 paired fact entries, 3,411 inquiry rubrics, and 3,348 issue-resolution rubrics, and evaluates 26 representative LLMs. Systematic experiments show substantial headroom: the best-performing model, GPT-5.5, achieves only 0.562 on consultation-grounded legal reasoning. More importantly, DLawBench exposes both sycophancy in legal consultation and a paradox: models perform worse when clients need guidance most.
Chinese Translation
律师与客户的咨询是法律服务的关键起点。有效的法律援助依赖于从客户那里获取足够且真实的信息,以制定最佳保护其利益的策略。这个任务要求大型语言模型(LLMs)不仅能够进行稳健的法律推理,还需通过多轮互动战略性地引导客户提供重要事实,并有效地指导具有不同个性的客户。然而,现有的法律基准忽视了这种互动能力。为填补这一空白,我们引入了DLawBench,这是一个针对现实法律咨询的诊断基准。基于现实的客户行为,我们将律师与客户的互动分为四种类型:合作型、依赖型、退缩型和对抗型。DLawBench使用基于真实案例的对话,评估LLMs在现实条件下是否能够有效进行法律咨询。DLawBench包含来自中国和美国法律的461个案例、5,532个配对事实条目、3,411个询问标准和3,348个问题解决标准,并评估了26个代表性的LLMs。系统实验显示出显著的提升空间:表现最佳的模型GPT-5.5在咨询基础的法律推理中仅获得0.562的分数。更重要的是,DLawBench揭示了法律咨询中的谄媚现象以及一个悖论:当客户最需要指导时,模型的表现反而更差。
cs.CL / 10 / 2606.13940

Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative ICD Coding

后训练能否将大型语言模型转变为优秀的医学编码员?生成性国际疾病分类编码的实证研究
Wang, Ziqing, Li, Weihao, Chen, Shijie, Luo, Yuan, Ding, Kaize
Abstract
Automated International Classification of Diseases (ICD) coding is a core medical-coding task for billing, epidemiology, and clinical decision support. Generative large language models (LLMs) are often reported as weak medical coders, but this finding mainly comes from inference-time settings such as prompting, retrieval, reranking, or tool use, leaving the role of task-specific post-training underexplored. We present a controlled empirical study of post-training for generative ICD coding, comparing discriminative baselines with LLM coders across prompting, supervised fine-tuning, and reinforcement learning under a common protocol and metric set. To our knowledge, this is the first study to evaluate RL-based post-training for generative LLM coders in ICD coding. We further introduce PHI, a diagnostic curriculum that extends GRPO to refine missed-code cases. Our results show that prompting-only evaluation substantially underestimates the potential of LLMs for ICD coding. SFT provides the main capability jump, GRPO further improves code-set prediction beyond SFT, and PHI provides targeted gains on macro-level performance. These findings suggest that the main bottleneck is not the generative formulation alone, but how the model is adapted and optimized for full-taxonomy recall. We release our code, data splits, and checkpoints at https://github.com/AlexandreWANG915/LLM4ICD.
Chinese Translation
自动化国际疾病分类(ICD)编码是用于账单、流行病学和临床决策支持的核心医学编码任务。生成性大型语言模型(LLMs)常被认为是弱医学编码员,但这一发现主要来自于推理时的设置,如提示、检索、重新排序或工具使用,而任务特定的后训练作用尚未得到充分探讨。我们进行了一项关于生成性ICD编码的后训练的控制实证研究,比较了在统一协议和指标集下,LLM编码员与判别基线在提示、监督微调和强化学习中的表现。据我们所知,这是首个评估基于强化学习的后训练在ICD编码中对生成性LLM编码员的影响的研究。我们进一步引入了PHI,一个扩展GRPO的诊断课程,以完善漏码案例。我们的结果表明,仅通过提示的评估显著低估了LLMs在ICD编码中的潜力。监督微调(SFT)提供了主要的能力提升,GRPO在SFT基础上进一步改善了代码集预测,而PHI在宏观层面表现上提供了有针对性的提升。这些发现表明,主要瓶颈并不在于生成性表述本身,而在于模型如何被调整和优化以实现完整分类的回忆。我们在https://github.com/AlexandreWANG915/LLM4ICD发布我们的代码、数据划分和检查点。
cs.CL / 11 / 2606.13944

LLMs Contain Multitudes: How Deployment Context Reshapes Model-Level Preferences and Values

大型语言模型包含多重性:部署上下文如何重塑模型级偏好和价值观
Trhlik, Filip, O'Flynn, Aoife, Yu, Angela, Findeis, Arduin, Buttery, Paula
Abstract
Large language models (LLMs) are increasingly characterised in recent evaluation work as having stable, model-level preference and value systems. However, accompanying robustness checks are limited to incidental prompt perturbations such as syntax variation and option reordering. This leaves open whether the measured properties survive when the surrounding task context changes, as it does in most real deployments. We test this directly across two established pairwise paradigms: ranking country preferences and eliciting utility judgements. In both, we make the deployment context -- the high-level task the model is performing while making concrete value-dependent choices -- our controlled variable, varied across framings such as writing a Reddit post or a news article. Across five LLMs and over 1.2M pairwise decisions, deployment context produces variation far larger than prompt paraphrasing and temperature controls. In country preference rankings over 15 countries, context induces widespread, statistically significant rank shifts; the aggregate Global North favouritism reported in prior work is itself context-dependent, with each model's bias shifting systematically across contexts. In utility elicitation over 50 outcomes, broad cross-category ordering is preserved, but fine-grained rankings within domains vary substantially, and cardinal exchange rates between outcomes (e.g. how many lives in one region equal one in another) shift by a factor of 2.47 at the median. Reported model-level preferences and utilities are therefore better understood as context-conditioned measurements than fixed model-level properties: safety guarantees obtained under one framing provide limited assurance in another.
Chinese Translation
大型语言模型(LLMs)在最近的评估工作中越来越被描述为具有稳定的模型级偏好和价值体系。然而,伴随的稳健性检验仅限于偶然的提示扰动,例如语法变化和选项重排序。这使得尚不清楚在周围任务上下文发生变化时,所测得的属性是否依然存在,而这种变化在大多数实际部署中是普遍存在的。我们在两个已建立的成对范式中直接测试这一点:对国家偏好的排名和效用判断的引出。在这两种情况下,我们将部署上下文——模型在做出具体价值依赖选择时所执行的高层任务——作为我们的控制变量,通过撰写Reddit帖子或新闻文章等框架进行变化。在五个LLM和超过120万对决策中,部署上下文产生的变化远大于提示改述和温度控制。在对15个国家的国家偏好排名中,上下文引起了广泛且统计显著的排名变化;先前工作中报告的整体全球北方偏好本身是上下文依赖的,每个模型的偏见在不同上下文中系统性地变化。在对50个结果的效用引出中,跨类别的广泛排序得以保留,但领域内的细粒度排名变化显著,结果之间的基数交换率(例如,一个地区的多少生命等于另一个地区的一条生命)在中位数下变化了2.47倍。因此,所报告的模型级偏好和效用更应被理解为上下文条件下的测量,而非固定的模型级属性:在一种框架下获得的安全保证在另一种框架下提供的保证有限。
cs.CL / 12 / 2606.13945

MedLatentDx: Latent Multi-Agent Communication for Cross-Hospital Rare-Disease Diagnosis

MedLatentDx:用于跨医院罕见疾病诊断的潜在多智能体通信
Wang, Ziqing, Zhao, Lili, Ding, Kaize
Abstract
Rare diseases affect over $300$ million patients across more than $7{,}000$ conditions, yet no single hospital encounters enough cases of any one condition for reliable diagnosis. Cross-hospital collaboration could help by allowing a diagnosing institution to use distributed, case-specific diagnostic evidence, but privacy regulations restrict the transmission of identifiable clinical text across institutional boundaries. This setting raises two challenges: existing medical agent systems often rely on textual evidence exchange, while raw latent states such as hidden states and KV caches may still reveal prompt-derived clinical content. We introduce MedLatentDx, a latent multi-agent communication framework in which hospital agents keep private clinical records and retrieved cases local, and send compact latent KV blocks to a host agent for rare-disease diagnosis. MedLatentDx supports two deployment settings: same-backbone hospital agents use latent KV distillation, while hospitals with different LLM backbones use cross-family latent alignment. On CrossRare-Bench, a self-built large-scale rare-disease benchmark with hospital-level partitions, MedLatentDx improves cross-hospital diagnostic performance while reducing reconstructable clinical content relative to raw-latent communication baselines.
Chinese Translation
罕见疾病影响超过3亿患者,涵盖7000多种病症,但没有任何单一医院能够遇到足够的病例以进行可靠的诊断。跨医院合作可以通过允许诊断机构使用分布式、特定病例的诊断证据来提供帮助,但隐私法规限制了可识别临床文本在机构间的传输。这种情况带来了两个挑战:现有的医疗智能体系统通常依赖于文本证据交换,而原始潜在状态(如隐藏状态和KV缓存)仍可能揭示源自提示的临床内容。我们提出了MedLatentDx,一个潜在多智能体通信框架,其中医院智能体保持私有临床记录和检索的病例本地化,并将紧凑的潜在KV块发送给主智能体以进行罕见疾病诊断。MedLatentDx支持两种部署设置:同一骨干医院智能体使用潜在KV蒸馏,而具有不同LLM骨干的医院则使用跨家族潜在对齐。在CrossRare-Bench上,这是一个自建的大规模罕见疾病基准,具有医院级分区,MedLatentDx在提高跨医院诊断性能的同时,相较于原始潜在通信基线减少了可重构的临床内容。
cs.CL / 13 / 2606.13977

Creative Integration: A Decidable Criterion of Creativity

创造性整合:可判定的创造性标准
Nomura, Yoshinori
Abstract
"Integrative" solutions are widely praised but rarely defined: we lack an operational way to tell a genuine integration -- one that makes the world cheaper to describe -- from a tidy re-description. Building on the lineage that treats creativity and intelligence as compression, we give such a criterion for creative integration (CI): the resolution of a real conflict between A and B is CI if and only if, under a fixed description language, the description length strictly shrinks (C = L_pre/L_post > 1), with the reduction located in the conflict itself. We make the judgment decidable through four binary, conjunctive gates, and we fix its extension through a taxonomy of pseudo-integration that names and rejects the look-alikes. We back the criterion with a curated, multi-domain corpus and -- crucially -- validate it not by human inter-rater agreement but by four falsifiable tests it could fail: an independent computational check, discrimination against hard negatives, out-of-sample prediction, and description-language robustness; all pass with margin. The contribution is not "creativity is compression" but its decidability, discrimination, and corpus: on this account, what makes a move genuinely creative -- rather than merely novel -- is that it compresses a conflict, with novelty and value as downstream symptoms; whether all creativity is so constituted we state as an explicit conjecture. We claim only the sign of C-1; we judge, not generate. The result is a citable primitive for a broader program.
Chinese Translation
“整合性”解决方案备受赞誉,但鲜有明确定义:我们缺乏一种操作性的方法来区分真正的整合——即使世界变得更易描述的整合——与简单的整洁重新描述。基于将创造力和智能视为压缩的传统,我们为创造性整合(Creative Integration, CI)提供了这样的标准:当且仅当在固定的描述语言下,A与B之间的真实冲突的描述长度严格缩短(C = L_pre/L_post > 1),且缩减发生在冲突本身时,该解决方案才被视为CI。我们通过四个二元的合取门使判断可判定,并通过伪整合的分类法固定其扩展,命名并拒绝外观相似的情况。我们用一个经过精心策划的多领域语料库支持这一标准,并且——至关重要的是——通过四个可被证伪的测试来验证它,而非依赖人类评分者之间的协议:独立的计算检查、对难负样本的区分、样本外预测和描述语言的稳健性;所有测试均以一定的余量通过。我们的贡献不在于“创造力即压缩”,而在于其可判定性、区分性和语料库:根据这一观点,使一个举动真正具有创造性——而不仅仅是新颖性——的原因在于它压缩了一个冲突,而新颖性和价值则是随之而来的症状;我们将所有创造力是否都如此构成表述为一个明确的猜想。我们仅声称C-1的迹象;我们进行判断,而非生成。该结果是一个可引用的原始成果,适用于更广泛的研究计划。
cs.CL / 14 / 2606.13991

Fusing Stylometric and Embedding Systems to Estimate Authorship Likelihood Ratios in Japanese

融合风格特征与嵌入系统以估计日语作者身份可能性比率
Ghatpande, Praju, Tsuge, Satoru, Ishihara, Shunichi, Zaitsu, Wataru, Inaba, Mitsuyuki
Abstract
The likelihood ratio framework is widely recognized as the logically and legally sound basis for evidential analysis across forensic sciences, and its importance is increasingly acknowledged in analyses of authorship in textual evidence. To date, however, its application has been confined to English-language texts. Meanwhile, authorship attribution has traditionally relied on a diverse array of stylometric features, even as the rise of pre-trained large language models enables new contextual-embedding approaches. Combining these diverse approaches through fusion promises enhanced performance, yet it has not been applied to integrate stylometric-feature systems with embedding-based systems within the likelihood ratio paradigm. This study is the first to apply likelihood ratio-based forensic text comparison to Japanese digital texts, using ~1,000-character excerpts from blogs, to 1) evaluate system performance and likelihood ratio magnitudes and 2) assess the impact of fusing stylometric-feature systems with embedding-based systems. The results demonstrate that the fused system maintains excellent calibration while 1) increasing consistent-with-fact likelihood ratio magnitudes; 2) decreasing contrary-to-fact likelihood ratio magnitudes and 3) improving overall discriminability. The best-performing fusion achieved a log-likelihood-ratio cost of 0.32484, illustrating both the feasibility of likelihood ratio framework for Japanese and the benefits of fusion across heterogeneous systems.
Chinese Translation
可能性比率框架被广泛认为是法医学领域证据分析的逻辑和法律基础,其在文本证据作者身份分析中的重要性日益受到认可。然而,到目前为止,其应用仅限于英语文本。同时,作者身份归属传统上依赖于多种风格特征,尽管预训练的大型语言模型的兴起使得新的上下文嵌入方法成为可能。通过融合这些多样化的方法有望提升性能,但迄今为止尚未将风格特征系统与基于嵌入的系统整合到可能性比率范式中。本研究首次将基于可能性比率的法医学文本比较应用于日语数字文本,使用来自博客的约1000字符摘录,旨在1) 评估系统性能和可能性比率的大小,2) 评估融合风格特征系统与基于嵌入的系统的影响。结果表明,融合系统保持了良好的校准,同时1) 增加了与事实一致的可能性比率大小;2) 减少了与事实相悖的可能性比率大小;3) 改善了整体可区分性。表现最佳的融合系统达到了0.32484的对数可能性比率成本,展示了可能性比率框架在日语中的可行性以及跨异构系统融合的优势。
cs.CL / 15 / 2606.13993

The Holistic Storage of Verb+Up Phrases in Text-based and Audio-based Language Models

基于文本和音频的语言模型中动词+up短语的整体存储
Houghton, Zachary Nicholas, Zhou, Yu, Pluth, Dan, Gurbani, Vijay K.
Abstract
A crucial aspect of linguistic capability is the ability to trade off between stored representations and abstract knowledge: one must retrieve learned representations, but also generate novel ones by applying productive rules. While recent work has examined abstract knowledge in language models, holistic storage of multi-word units has received far less attention. We probe internal representations in text-based LLMs and an ASR model, testing whether V+up phrasal verbs develop distinct representations as a function of frequency and predictability. All models show evidence of holistic storage driven by frequency and predictability, further supporting usage-based theories of language.
Chinese Translation
语言能力的一个关键方面是在存储的表征和抽象知识之间进行权衡的能力:人们必须检索已学习的表征,同时也需要通过应用生成规则来产生新颖的表征。尽管最近的研究考察了语言模型中的抽象知识,但多词单元的整体存储却受到的关注相对较少。我们探讨了基于文本的语言模型(LLMs)和自动语音识别(ASR)模型中的内部表征,测试了V+up短语动词是否根据频率和可预测性发展出不同的表征。所有模型都显示出由频率和可预测性驱动的整体存储的证据,进一步支持了基于使用的语言理论。
cs.CL / 16 / 2606.13995

Dialogue SWE-Bench: A Benchmark for Dialogue-Driven Coding Agents

对话驱动编码代理的基准测试:Dialogue SWE-Bench
King, Brendan, Flanigan, Jeffrey
Abstract
AI coding agents have rapidly transformed software engineering, powering widely used interactive coding assistants. Despite their interactive real-world use, existing benchmarks evaluate them as fully-autonomous systems. In this work, we introduce Dialogue SWE-Bench, an automatic benchmark dataset for evaluating the ability of coding agents to resolve real-world software engineering problems through dialogue with a user. We design a novel, persona-grounded user simulator to support our task evaluation, and augment our task evaluation with automatic evaluations of dialogue quality. We also propose a new schema-guided agent, aimed at improving the dialogue capabilities of off-the-shelf coding agents, which improves over strong baselines by 3-14%. Our results indicate that better coding models do not always correspond to better dialogue models, suggesting that dialogue capability is a distinct and currently understudied dimension of coding agent performance.
Chinese Translation
人工智能编码代理迅速改变了软件工程,推动了广泛使用的交互式编码助手的发展。尽管它们在现实世界中的交互使用,现有基准测试却将其评估为完全自主的系统。在本研究中,我们介绍了Dialogue SWE-Bench,这是一个用于评估编码代理通过与用户对话解决现实世界软件工程问题能力的自动基准数据集。我们设计了一种新颖的基于角色的用户模拟器来支持我们的任务评估,并通过对话质量的自动评估来增强我们的任务评估。我们还提出了一种新的基于模式的代理,旨在提高现成编码代理的对话能力,其性能比强基线提高了3-14%。我们的结果表明,更好的编码模型并不总是对应于更好的对话模型,这表明对话能力是编码代理性能的一个独特且目前尚未充分研究的维度。
cs.CL / 17 / 2606.14037

Right or Wrong, Models Comply: Directional Blindness in LLM Moral Judgment

对或错,模型遵从:大型语言模型道德判断中的方向性盲点
Kim, Jihye, Flanigan, Jeffrey
Abstract
As language models take integrated roles across many domains, the response of LLMs to user pushback becomes a critical alignment property. Yet many existing evaluations treat compliance as unidirectional, measuring whether models resist pressure but not whether they resist it selectively. We introduce Compliance Asymmetry (A = BCR/HCR), a bidirectional diagnostic that compares beneficial output change under helpful nudges with harmful change under misleading nudges. Across 9 models and 972,000 nudge-condition responses, we find that this selectivity differs in factual and moral judgments: models follow helpful nudges more than harmful ones on factual questions (A = 1.58), but follow both directions at nearly identical rates on moral questions (A = 1.04). This phenomenon persists across model families, capability levels, and nudging types. Interestingly, we also find that chain-of-thought prompting amplifies helpful and harmful compliance together, while identity-based prompting suppresses both by nearly identical margins. These results identify direction-blind moral compliance as a distinct failure mode in current LLMs and suggest that alignment should target directionally calibrated updating rather than lower compliance alone.
Chinese Translation
随着语言模型在多个领域中扮演日益重要的角色,LLM(大型语言模型)对用户反对意见的响应成为一个关键的对齐属性。然而,许多现有评估将遵从性视为单向的,仅测量模型是否抵抗压力,而未考虑其是否选择性地抵抗。我们引入了遵从性不对称性(Compliance Asymmetry,A = BCR/HCR),这是一种双向诊断方法,比较在有益提示下的有利输出变化与在误导性提示下的有害变化。在对9个模型和972,000个提示条件响应的研究中,我们发现这种选择性在事实和道德判断中存在差异:在事实问题上,模型对有益提示的遵从性高于对有害提示(A = 1.58),而在道德问题上,模型对两种提示的遵从性几乎相同(A = 1.04)。这一现象在不同模型家族、能力水平和提示类型中均持续存在。有趣的是,我们还发现,思维链提示同时增强了有益和有害的遵从性,而基于身份的提示则几乎以相同的幅度抑制了两者。这些结果将方向盲目的道德遵从性识别为当前LLM中的一种独特失败模式,并建议对齐应针对方向性校准的更新,而不仅仅是降低遵从性。
cs.CL / 18 / 2606.14068

Harsher on Male? Evaluating LLMs on Gender-Asymmetric Moral Framing Across Diverse Conflict Scenarios

对男性更为严厉?在多样化冲突场景中评估大型语言模型的性别不对称道德框架
Si, Guangzong, Wang, Dong, Li, Zhenhao, Yu, Yifan, Pan, Panwang, Zhu, Wentao
Abstract
Existing studies on gender bias in LLMs have largely focused on stereotypes, occupational associations, or explicit harmful outputs. In this work, we ask whether LLMs apply consistent response standards to the same negative behavior under matched male-actor and female-actor conditions. We introduce GAMA-Bench, a gender-mirrored benchmark of 1,298 scenarios covering intimate relationship and public social conflicts. It constructs gender-neutral misconduct templates through controlled grids and cross-model review, then compiles them into paired first-person prompts with matched actor-gender and role-reference variations. We further design a structured response-framing protocol to measure how models allocate punishment, empathy, escalation, instruction, and blame. Experiments on 10 representative LLMs reveal a consistent male-disadvantaging asymmetry: male actors receive more punitive, escalatory, and blame-centered framing, whereas female actors receive more therapeutic and empathy-oriented framing for the same misconduct. Further analyses show that this pattern persists across model families, scenario tracks, model scale, and explicit thinking-style reasoning. The official code is available at https://github.com/xufeiqiong/GAMA-Bench.
Chinese Translation
现有关于大型语言模型(LLMs)性别偏见的研究主要集中在刻板印象、职业关联或明确有害输出上。在本研究中,我们探讨LLMs是否在男性和女性行为者条件下对相同的负面行为应用一致的响应标准。我们引入了GAMA-Bench,这是一个涵盖亲密关系和公共社会冲突的1,298个场景的性别镜像基准。它通过控制网格和跨模型审查构建性别中立的不当行为模板,然后将其编译成配对的第一人称提示,匹配行为者性别和角色参考的变化。我们进一步设计了一个结构化的响应框架协议,以测量模型如何分配惩罚、同情、升级、指令和指责。对10个代表性LLM的实验揭示了一种一致的男性劣势不对称性:男性行为者在相同的不当行为中收到更多惩罚性、升级性和指责中心的框架,而女性行为者则收到更多治疗性和同情导向的框架。进一步分析表明,这一模式在不同模型系列、场景轨迹、模型规模和明确思维风格推理中持续存在。官方代码可在https://github.com/xufeiqiong/GAMA-Bench获取。
cs.CL / 19 / 2606.14122

Beyond Perplexity: UTF-8 Validity in Byte-aware Language Models

超越困惑度:字节感知语言模型中的UTF-8有效性
Moon, Sangwhan, Oba, Daisuke, Ma, Youmi, Hiraoka, Tatsuya, Okazaki, Naoaki
Abstract
Byte-level tokenization enables language models to handle any Unicode input, but models can generate invalid UTF-8 sequences when encountering rare or unseen characters. We investigate the relationship between training scale and UTF-8 generation reliability with a 355M parameter model trained on 80B tokens from a balanced multilingual corpus of English, Japanese, Korean, and Chinese. We introduce multiple evaluation protocols that isolate UTF-8 structural validity from language modeling. UTF-8 validity convergence lags perplexity by a roughly a factor of two: perplexity stabilizes after 2.1B tokens, but UTF-8 validity requires 4.2B tokens. In context-free generation, rare characters achieve higher structural validity than common characters, suggesting over-specialization of frequent character representations. Through experiments, we observed that reliable UTF-8 generation is a distinct capability requiring evaluation beyond perplexity.
Chinese Translation
字节级标记化使语言模型能够处理任何Unicode输入,但当遇到稀有或未见字符时,模型可能生成无效的UTF-8序列。我们研究了训练规模与UTF-8生成可靠性之间的关系,使用一个355M参数的模型,该模型在来自英语、日语、韩语和中文的平衡多语言语料库中训练了80B个标记。我们引入了多种评估协议,以将UTF-8结构有效性与语言建模分离。UTF-8有效性收敛的速度大约是困惑度的两倍:困惑度在2.1B个标记后稳定,而UTF-8有效性则需要4.2B个标记。在无上下文生成中,稀有字符的结构有效性高于常见字符,这表明频繁字符表示的过度专业化。通过实验,我们观察到可靠的UTF-8生成是一种独特的能力,需要超越困惑度的评估。
cs.CL / 20 / 2606.14142

Implicit Reasoning for Large Language Model-based Generative Recommendation

基于大型语言模型的生成推荐中的隐式推理
He, Yinhan, Collins, Liam, Kumar, Bhuvesh, Li, Jundong, Shah, Neil, Loveland, Donald
Abstract
Large Language Models (LLMs) are increasingly adopted as backbones for Generative Recommendation (GR), promising access to pretrained world knowledge. Yet reliably invoking this knowledge for GR remains poorly understood. A key obstacle is that LLM-based GR typically represents items with Semantic IDs (SIDs), disrupting LLMs' natural-language reasoning interface because these tokens are unseen by the LLM during pretraining. Existing approaches address this with expensive multi-stage pipelines that ground SIDs and elicit explicit rationales, but offer limited insight into when and why each stage is necessary. In this work, we systematically decompose explicit reasoning training pipelines for LLM-based GR, revealing three key limitations: weakened world-knowledge verbalization, misalignment between SID and natural-language token embedding spaces, and sensitivity to rationale quality, all of which hurt explicit reasoning performance. To circumvent these issues, we propose PauseRec, a lightweight implicit reasoning paradigm tailored for GR. PauseRec is exceptionally practical, avoiding costly reasoning trace acquisition and reasoning alignment training, leading to a multitude of benefits: (1) it outperforms standard explicit CoT methods by up to 6.22%, (2) it reduces training cost by up to 65% GPU hours, and (3) it speeds up inference by up to 71.3%. These results position PauseRec as a lightweight alternative to explicit rationale generation, enabling more effective and efficient LLM-based GR.
Chinese Translation
大型语言模型(LLMs)越来越多地被作为生成推荐(GR)的基础,承诺能够访问预训练的世界知识。然而,如何可靠地调用这些知识以进行GR仍然不够明确。一个主要障碍是,基于LLM的GR通常使用语义ID(SIDs)来表示项目,这干扰了LLM的自然语言推理接口,因为这些标记在预训练期间未被LLM见过。现有的方法通过昂贵的多阶段管道来解决这个问题,这些管道将SIDs与明确的推理联系起来,但对每个阶段何时以及为何必要提供的见解有限。在本研究中,我们系统性地分解了基于LLM的GR的显式推理训练管道,揭示了三个主要限制:世界知识的语言化减弱、SID与自然语言标记嵌入空间之间的不对齐,以及对推理质量的敏感性,这些都影响了显式推理的性能。为了解决这些问题,我们提出了PauseRec,这是一种为GR量身定制的轻量级隐式推理范式。PauseRec在实践中极为有效,避免了昂贵的推理轨迹获取和推理对齐训练,带来了多重好处:(1)其性能比标准显式链式推理(CoT)方法提高了最多6.22%;(2)训练成本降低了最多65%的GPU小时;(3)推理速度提高了最多71.3%。这些结果使PauseRec成为显式推理生成的轻量级替代方案,从而实现更有效和高效的基于LLM的GR。
cs.CL / 21 / 2606.14145

Personal Care Utility: Health as Everyday Infrastructure

个人护理效用:健康作为日常基础设施
Abbasian, Mahyar, Khatibi, Elahe, Farahani, Saba A., Nagesh, Nitish, Ilaty, Arshia, Sajjadi, Hooman, Rahmani, Amir, Jain, Ramesh
Abstract
Healthcare is essential, expert, and episodic by design - built around the roughly one hour per year a person spends with a clinician. The 8,759 hours outside clinical settings, where eating, sleeping, movement, medication, and stress actually shape long-term health, have no comparable infrastructure. The bottleneck for personalized health is not raw data or reasoning capability; it is the absence of that infrastructure layer. This paper introduces the Personal Care Utility (PCU): a layered, event-driven architecture proposed as the missing utility for everyday health, in the way that payments, networks, and power are utilities for their domains. PCU organizes continuous personal signals into semantically meaningful life events through a Personicle, estimates dynamic health state against personal baselines, reasons about cause and context, and routes guidance through an orchestrator that separates clinical decision logic, behavioral strategy selection, and natural-language expression. This separation lets large language models support reasoning and communication while keeping safety-critical clinical decisions grounded in validated evidence. We instantiate PCU for Type 2 Diabetes - turning CGM, meal, activity, medication, sleep, stress, and clinical data into glycemic events, individualized state estimates, causal explanations, and knowledge-grounded interventions. A day-in-the-life scenario shows the same infrastructure producing real-time nudges, weekly summaries, medication check-ins, silence, or deterministic safety alerts depending on context and risk. We close with how PCU generalizes to other chronic conditions and the governance questions any always-on personal health utility must address. The result is a blueprint that treats personalization not as a final messaging layer, but as an architectural property of everyday health guidance.
Chinese Translation
医疗保健是必不可少的、专业的,并且是按需设计的——围绕着一个人每年与临床医生相处的大约一小时而构建。在临床环境之外的8759小时中,饮食、睡眠、运动、用药和压力实际上塑造了长期健康,但没有可比的基础设施。个性化健康的瓶颈不是原始数据或推理能力,而是缺乏这一基础设施层。本文介绍了个人护理效用(Personal Care Utility, PCU):一种分层的、事件驱动的架构,作为日常健康所缺失的效用,类似于支付、网络和电力在其领域中的作用。PCU通过个人生活事件(Personicle)将持续的个人信号组织成语义上有意义的生活事件,估计与个人基线相比的动态健康状态,推理因果关系和背景,并通过一个分离临床决策逻辑、行为策略选择和自然语言表达的协调者来传递指导。这种分离使大型语言模型能够支持推理和沟通,同时将安全关键的临床决策基于经过验证的证据。我们为2型糖尿病实例化PCU——将连续血糖监测(CGM)、饮食、活动、用药、睡眠、压力和临床数据转化为血糖事件、个性化状态估计、因果解释和基于知识的干预。一个日常生活场景展示了相同的基础设施根据上下文和风险产生实时提示、每周总结、用药检查、静默或确定性的安全警报。最后,我们讨论PCU如何推广到其他慢性病以及任何始终在线的个人健康效用必须解决的治理问题。结果是一个蓝图,将个性化视为日常健康指导的建筑特性,而不是最终的消息传递层。
cs.CL / 22 / 2606.14179

CacheRL:Multi-Turn Tool-Calling Agents via Cached Rollouts and Hybrid Reward

CacheRL:通过缓存回滚和混合奖励实现多轮工具调用代理
Islam, Md Amirul, Thakur, Sumiran, Chen, Huancheng, Park, Su Min, Wang, Jiayun, Kim, Gyuhak
Abstract
We present CacheRL, a system for training small agent foundation models that achieves 92 percent process accuracy on multi-step tool-calling tasks, approaching GPT-5's 94 percent while requiring 100 times less compute. Our approach addresses three challenges in practical agent training: transferring tool-calling knowledge from large models at scale, enabling reinforcement learning without costly live tool execution, and learning robustly from noisy cached environments. CacheRL introduces three key innovations. First, a hybrid thinking trajectory pipeline augments agent trajectories with LLM-generated reasoning traces, producing training examples that teach models not only what tools to call but also why. Second, the CacheAgentLoop eliminates live execution costs through a three-tier fuzzy cache while preserving trajectory fidelity using token-level masking. Third, a cache-tier-aware reward dynamically adjusts answer-quality weights to avoid penalizing models for cache-induced limitations. Through iterative supervised fine-tuning (SFT) and Group Relative Policy Optimization (GRPO), CacheRL improves Qwen3-4B-Thinking's validation reward from 0.43 to 0.78. On public agentic tool-calling benchmarks, our model achieves competitive performance against frontier models such as GPT-5. Ablation studies show that removing knowledge transfer reduces performance by 41 percent, while cache-aware rewards contribute a 17 percent improvement. Interestingly, reinforcement learning improves training stability but yields limited gains beyond strong supervised fine-tuning, suggesting that data quality and reward design play a more important role than complex optimization methods in building practical small agent models.
Chinese Translation
我们提出了CacheRL,一个用于训练小型代理基础模型的系统,该系统在多步骤工具调用任务中实现了92%的过程准确率,接近GPT-5的94%,同时计算需求减少了100倍。我们的方法解决了实际代理训练中的三个挑战:大规模地从大型模型转移工具调用知识、在不需要昂贵的实时工具执行的情况下实现强化学习,以及在嘈杂的缓存环境中稳健学习。CacheRL引入了三个关键创新。首先,混合思维轨迹管道通过LLM生成的推理痕迹增强了代理轨迹,生成的训练示例不仅教会模型调用哪些工具,还解释了为什么要调用这些工具。其次,CacheAgentLoop通过三层模糊缓存消除了实时执行成本,同时使用令牌级掩蔽保持轨迹的保真度。第三,缓存层感知奖励动态调整答案质量权重,以避免因缓存引起的限制而对模型进行惩罚。通过迭代的监督微调(SFT)和群体相对策略优化(GRPO),CacheRL将Qwen3-4B-Thinking的验证奖励从0.43提升至0.78。在公共代理工具调用基准测试中,我们的模型在与前沿模型如GPT-5的竞争中表现出色。消融研究表明,去除知识转移会使性能下降41%,而缓存感知奖励则贡献了17%的提升。有趣的是,强化学习提高了训练的稳定性,但在强监督微调之后的增益有限,这表明数据质量和奖励设计在构建实用的小型代理模型中比复杂的优化方法更为重要。
cs.CL / 23 / 2606.14199

OdysSim: Building Foundation Models for Human Behavior Simulation

OdysSim:构建人类行为模拟的基础模型
Zhou, Xuhui, Sun, Weiwei, Du, Weihua, Liu, Jiarui, Sun, Haojia, Ma, Qianou, Wu, Tongshuang, Yang, Yiming, Sap, Maarten
Abstract
Large language models are increasingly deployed as human simulators for interactive evaluation and social simulation. Yet helpfulness-driven post-training pulls them toward a homogeneous, overly agreeable assistant register, creating a behavioral Sim2Real gap. We present OdysSim, the largest open systematic investigation of behavioral foundation models, i.e., models trained to simulate human behavior at scale. We propose SOUL, a taxonomy of five capability axes (CONV, SS, COG, ROLE, EVAL) that unifies 62 datasets and 23 benchmark tasks under one framework. Specifically, we curate the OdysSim corpus (21.4M interactions, 10B tokens, retrofitted with back-generated social contexts), construct the SOUL-Index benchmark, and develop an end-to-end training recipe combining midtraining, task-specific RL, and expert distillation. The resulting open 8B OSim model ranks first or tied-first on 8 of 23 tasks, outperforming any individual frontier model by this count, with the strongest gains on conversational and social tasks. Its outputs are also more human-like in length, formatting, and word choice, and it transfers zero-shot to out-of-distribution user simulation on $\tau$-bench, nearly matching real users on reaction alignment (93.2 vs. 93.5). We further show that LLM-as-judge RL induces reward-hacking patterns, and that our detectors can mitigate them during post-training. Together, our findings suggest that behavioral foundation models require rethinking the LLM training paradigm. We release all artifacts to support future research.
Chinese Translation
大型语言模型越来越多地被用作人类模拟器,以进行互动评估和社会模拟。然而,基于有用性驱动的后期训练使它们趋向于一种同质化、过于迎合的助手风格,造成了行为的Sim2Real差距。我们提出了OdysSim,这是对行为基础模型的最大规模开放系统性研究,即训练以大规模模拟人类行为的模型。我们提出了SOUL,一个统一62个数据集和23个基准任务的五个能力轴(CONV、SS、COG、ROLE、EVAL)的分类法。具体而言,我们整理了OdysSim语料库(2140万次交互,100亿个标记,经过反向生成的社会背景进行调整),构建了SOUL-Index基准,并开发了一种结合中期训练、任务特定强化学习和专家蒸馏的端到端训练方案。最终生成的开放8B OSim模型在23个任务中的8个任务上排名第一或并列第一,超越了任何单一的前沿模型,在对话和社交任务上取得了最强的提升。其输出在长度、格式和用词选择上也更接近人类,并且在$ au$-bench上实现了零样本转移到分布外用户模拟,反应一致性几乎与真实用户相匹配(93.2对93.5)。我们进一步展示了LLM作为评判者的强化学习引发了奖励黑客模式,而我们的检测器可以在后期训练中减轻这些问题。综合来看,我们的研究结果表明,行为基础模型需要重新思考LLM训练范式。我们发布所有成果以支持未来的研究。
cs.CL / 24 / 2606.14209

Detecting undisclosed LLM-generated content in parliamentary texts

检测议会文本中未披露的LLM生成内容
Suvanto, Minerva, McGlinchey, Andrea, Barclay, Peter J., Wahde, Mattias
Abstract
In this paper, we evaluate the extent of undisclosed LLM-generated content in texts from the parliaments of the United Kingdom and Sweden. In many areas, such as in journalism or in academic writing, there are often requirements to clearly disclose whether AI tools, such as LLMs, have been used. In the case of parliamentary texts, the guidelines on disclosure of AI use are more vague. However, in order to maintain transparency and retain public trust, it is generally recommended that parliamentarians should state whether or not they have used AI when writing texts, such as parliamentary motions. Here, we train an interpretable (glass-box) text classifier using pre-LLM parliamentary texts and LLM-generated versions of such texts. We then apply the classifier to a test set containing recent parliamentary texts, finding a steady increase in undisclosed LLM use, in both parliaments, from 2022 onwards.
Chinese Translation
本文评估了来自英国和瑞典议会文本中未披露的LLM生成内容的程度。在许多领域,例如新闻报道或学术写作,通常要求明确披露是否使用了人工智能工具,如LLM。在议会文本的情况下,关于人工智能使用披露的指导方针则更为模糊。然而,为了保持透明度并维护公众信任,通常建议议员在撰写文本(如议会动议)时说明是否使用了人工智能。在此,我们使用预先存在的议会文本和这些文本的LLM生成版本训练了一个可解释的(透明箱)文本分类器。随后,我们将该分类器应用于包含近期议会文本的测试集,发现自2022年以来,两个议会中未披露的LLM使用情况稳步增加。
cs.CL / 25 / 2606.14243

Decoupled Mixture-of-Experts for Parametric Knowledge Injection

解耦混合专家模型用于参数化知识注入
Yue, Baoqing, Su, Weihang, Ai, Qingyao, Tang, Yichen, Wang, Changyue, Kang, Jiacheng, Zhan, Jingtao, Liu, Yiqun
Abstract
Knowledge injection aims to equip large language models (LLMs) with external, domain-specific, or time-sensitive knowledge. Existing approaches typically face a trade-off between flexibility and integration: retrieval-augmented generation keeps knowledge outside the model but only provides prompt-level augmentation, whereas post-training based methods encode new knowledge into shared parameters but may introduce catastrophic forgetting, knowledge conflict, and costly updates. In this paper, we propose Decoupled Mixture-of-Experts (DMoE), a modular architecture for parametric knowledge injection that decouples both experts and the router from the base model. DMoE converts external knowledge corpora into independently updatable expert modules and uses a lightweight uncertainty-aware router to activate relevant experts only when the base model lacks sufficient knowledge during generation. To support efficient auto-regressive inference, DMoE attaches experts only to the final-layer feed-forward network, preserving KV-cache reuse while enabling parameter-level knowledge augmentation. Experiments on knowledge-intensive benchmarks show that DMoE consistently improves answer quality over retrieval and adapter-based baselines.
Chinese Translation
知识注入旨在为大型语言模型(LLMs)提供外部、特定领域或时间敏感的知识。现有方法通常面临灵活性与集成之间的权衡:检索增强生成将知识保留在模型外部,但仅提供提示级别的增强,而基于后训练的方法则将新知识编码到共享参数中,但可能引入灾难性遗忘、知识冲突和高昂的更新成本。本文提出了解耦混合专家模型(DMoE),一种用于参数化知识注入的模块化架构,解耦了专家和路由器与基础模型。DMoE将外部知识语料库转换为可独立更新的专家模块,并使用轻量级的不确定性感知路由器,仅在基础模型在生成过程中缺乏足够知识时激活相关专家。为了支持高效的自回归推理,DMoE仅将专家附加到最终层的前馈网络,保留KV缓存重用,同时实现参数级别的知识增强。在知识密集型基准测试中的实验表明,DMoE在答案质量上始终优于基于检索和适配器的基线。
cs.CL / 26 / 2606.14257

The Linguistics Olympiads: Towards a New Corpus for Linguistics Research?

语言学奥林匹克:迈向语言学研究的新语料库?
Neacsu, Vlad A.
Abstract
Linguistics olympiad problems (LOPs) are a category of self-sufficient puzzles consisting of a scaled-down corpus representative of certain linguistic phenomena, from which the solver must deduce a primitive set of rules of the language and then translate a new set of elements. The linguistics olympiads (LOs) have become a worldwide phenomenon with 43 different territories taking part in the International Linguistics Olympiad (IOL) 2025. While the typology and solving strategies of LOPs have been analysed, their scientific facet and connections to academic linguistics have yet to be explored. LOPs are directly connected to many linguistic fields, e.g., linguistic typology, linguistic relativity, and linguistics fieldwork. Recently, LOPs have become a research focus as benchmarks for large language models, thus highlighting their usefulness in computational linguistics. Nevertheless, they have not yet been integrated into mainstream linguistics research. This paper attempts to open new directions of including this particular type of puzzle in academic research by offering a structured evaluation of LOPs as linguistic data sources and proposes criteria for their responsible use in academic research. Starting from a set of over 1800 LOPs, this study critically examines the potential of LOPs as a novel corpus for linguistics research by discussing their strengths and limitations as tools, as well as the areas of linguistics into which these problems could fit. This work forms the foundation for a broader initiative aimed at bridging the gap between LOs and academic linguistics, by establishing a robust theoretical framework for LOPs.
Chinese Translation
语言学奥林匹克问题(LOPs)是一类自给自足的难题,由一组缩小的语料库组成,代表某些语言现象,解题者必须从中推导出一组原始语言规则,然后翻译出一组新的元素。语言学奥林匹克(LOs)已成为一种全球现象,2025年国际语言学奥林匹克(IOL)将有43个不同地区参与。尽管LOPs的类型和解题策略已被分析,但它们的科学特性及与学术语言学的联系尚待探讨。LOPs与许多语言学领域直接相关,例如语言类型学、语言相对性和语言学田野调查。最近,LOPs作为大型语言模型的基准,已成为研究的焦点,突显了它们在计算语言学中的实用性。然而,它们尚未被纳入主流语言学研究。本文试图通过对LOPs作为语言数据源的结构化评估,开启将这种特定类型难题纳入学术研究的新方向,并提出其在学术研究中负责任使用的标准。从超过1800个LOPs出发,本研究批判性地考察了LOPs作为语言学研究新语料库的潜力,讨论了它们作为工具的优势和局限性,以及这些问题可以适应的语言学领域。这项工作为更广泛的倡议奠定了基础,旨在弥合LOs与学术语言学之间的差距,通过建立LOPs的稳健理论框架。
cs.CL / 27 / 2606.14278

Does the Judge Prefer English? Evaluating Language-Switching Invariance in LLM-as-a-Judge

法官更喜欢英语吗?评估 LLM 作为法官中的语言切换不变性
Yin, Shaojie
Abstract
Large language models (LLMs) are now widely used as automatic judges for open-ended instruction-following evaluation. This practice is convenient, scalable, and often more semantically aware than reference-based metrics, but it also introduces a new reliability question: does a judge evaluate the quality of an answer, or does it also react to the language in which the comparison is presented? We propose Judge-LS, a lightweight meta-evaluation protocol that transforms LLMBar response-pair items into English, Chinese, and Chinese-English language-switched variants. A reliable judge should preserve its preference under label-preserving language transformations and should not prefer a language when two answers are translation-equivalent. We evaluate four API-accessible judges on the full 419-item LLMBar benchmark, producing 13,408 successful pairwise judgments. Across models, Chinese and language-switched presentations induce 10.7--14.4% preference flips relative to English, and all judges achieve their highest accuracy in English. However, translation-equivalent tie probes do not reveal a systematic English preference: most probes are judged as ties, and non-tie decisions more often favor Chinese. We add confidence intervals, paired significance tests, and an automatic transformation audit with a sensitivity analysis that excludes mechanically flagged high-risk variants. The experiment requires no model training, uses only API calls, and is feasible on modest local hardware.
Chinese Translation
大型语言模型(LLMs)现已广泛用于开放式指令遵循评估的自动法官。这种做法方便、可扩展,并且通常比基于参考的度量更具语义意识,但也引入了一个新的可靠性问题:法官是评估答案的质量,还是也会对比较所呈现的语言做出反应?我们提出了 Judge-LS,一种轻量级的元评估协议,将 LLMBar 响应对项目转换为英语、中文和中英文切换变体。一个可靠的法官应该在标签保持的语言转换下保持其偏好,并且在两个答案是翻译等价时不应偏好某种语言。我们在完整的 419 项 LLMBar 基准上评估了四个可通过 API 访问的法官,产生了 13,408 个成功的成对判断。在模型之间,中文和语言切换的呈现相对于英语引发了 10.7% 至 14.4% 的偏好翻转,所有法官在英语中达到最高准确率。然而,翻译等价的平局探测并未揭示出系统性的英语偏好:大多数探测被判断为平局,而非平局的决定更常倾向于中文。我们添加了置信区间、配对显著性测试以及自动转换审计,并进行了排除机械标记高风险变体的敏感性分析。该实验不需要模型训练,仅使用 API 调用,并且在适度的本地硬件上可行。
cs.CL / 28 / 2606.14302

Retrospective Progress-Aware Self-Refinement for LLM Agent Training

基于回顾的进度感知自我精炼用于大型语言模型代理训练
Ma, Xinbei, Zheng, Congmin, Qiu, Jiyang, Hong, Jiale, Yao, Yao, Qu, Xiangmou, Yin, Jiaxin, Lou, Xingyu, Wang, Jun, Liu, Weiwen, Zhang, Weinan, Zhang, Zhuosheng, Zhao, Hai
Abstract
LLM-based agents trained with reinforcement learning optimize step-wise action prediction but lack metacognitive awareness of task progress, inducing a gap that hinders long-horizon scaling. A pilot study reveals that online progress prompting hurts performance while retrospective demonstrations help, yet this capability cannot emerge from outcome-reward training alone. We present RePro, Retrospective Progress-Aware Training, a framework that trains agents to self-generate progress signals via a forward-then-reflect rollout paradigm: the agent executes actions online, then retrospectively reassesses its step-wise progress given the completed trajectory and known outcome. RePro initializes with a Retrospection Warmup that teaches reflection format from minimal external demonstrations, then further trains through RePro-PO with a composite reward that produces self-generated signals without continuous external supervision. Experiments on WebShop, ALFWorld, and Sokoban show that RePro enhances the Qwen family's performance, with up to $12\%$ absolute success rate gains.
Chinese Translation
基于大型语言模型(LLM)的代理通过强化学习进行训练,优化逐步行动预测,但缺乏对任务进度的元认知意识,这导致了阻碍长时间范围扩展的差距。一项初步研究表明,在线进度提示会损害性能,而回顾性演示则有助于提升表现,然而这种能力不能仅通过结果奖励训练获得。我们提出了RePro(回顾性进度感知训练),这是一个训练代理自我生成进度信号的框架,采用“先执行后反思”的展开范式:代理在线执行动作,然后根据已完成的轨迹和已知结果回顾性地重新评估其逐步进度。RePro以回顾热身(Retrospection Warmup)初始化,教会代理从最少的外部演示中学习反思格式,然后通过RePro-PO进一步训练,使用复合奖励生成自我生成的信号,而无需持续的外部监督。在WebShop、ALFWorld和Sokoban上的实验表明,RePro提升了Qwen家族的性能,绝对成功率提高了最多$12\%$。
cs.CL / 29 / 2606.14325

Achieving Precise Text-To-Cypher Via Grounded Knowledge Graph Data Generation

通过基础知识图谱数据生成实现精确的文本到图形转换
Cazzaro, Francesco, Lennon, Jessica, Quattoni, Ariadna
Abstract
Property Graphs are rapidly being adopted as database frameworks for representing heterogeneous data sources. To enable precise access to the information contained in them we need conversational interfaces based on Text-To-Cypher (Text2Cypher) parsers. This paper presents an automatic synthetic data generation method that can be leveraged to fine-tune small LLMs for this task. We conduct experiments on all the major Text-To-Cypher benchmarks, demonstrating that with our synthetic data generation approach we can significantly increase the performance of small LLMs, allowing them to compete with much larger proprietary models. This means that in settings in which models must be locally deployed we can ensure data-sovereignty without sacrificing accuracy and without costly annotation campaigns.
Chinese Translation
属性图正迅速被采用作为表示异构数据源的数据库框架。为了能够精确访问其中包含的信息,我们需要基于文本到图形转换(Text-To-Cypher, Text2Cypher)解析器的对话接口。本文提出了一种自动合成数据生成方法,可以用于微调小型大语言模型(LLMs)以完成这一任务。我们在所有主要的文本到图形转换基准上进行了实验,证明通过我们的合成数据生成方法,我们能够显著提高小型大语言模型的性能,使其能够与更大规模的专有模型竞争。这意味着在需要本地部署模型的环境中,我们可以确保数据主权,而不牺牲准确性,也不需要昂贵的标注活动。
cs.CL / 30 / 2606.14391

Learning to Hear Hesitation: Continual Learning for Disfluency-Aware ASR

学习听取犹豫:面向非流畅语音的持续学习自动语音识别
Kordt, Henri-Leon, Rosin, Theresa Pekarek, Lee, Jae Hee, Wermter, Stefan
Abstract
Despite advances in large-scale Automatic Speech Recognition (ASR), disfluent speech remains challenging, as state-of-the-art systems are often optimized to omit disfluencies, leading to information loss and hallucinations. Prior work has focused on verbatim transcription and the integration of disfluency markers, but adapting models on limited datasets can lead to catastrophic forgetting of general-domain knowledge. We address this gap by leveraging continual learning (CL) with explicit disfluency tokens. We first introduce these tokens into a pretrained ASR model to establish stable token mechanisms, and then continue training on additional datasets with varying disfluency distributions. Through a detailed analysis of model dynamics during training, we identify a trade-off between marker learning and ASR performance, and a consistent cross-attention head mechanism shared across CL methods.
Chinese Translation
尽管大规模自动语音识别(ASR)技术取得了进展,但非流畅语音仍然具有挑战性,因为最先进的系统往往被优化以省略非流畅性,导致信息丢失和幻觉。之前的研究集中于逐字转录和非流畅性标记的整合,但在有限数据集上调整模型可能导致对通用领域知识的灾难性遗忘。我们通过利用持续学习(CL)与显式非流畅性标记来填补这一空白。我们首先将这些标记引入预训练的ASR模型,以建立稳定的标记机制,然后继续在具有不同非流畅性分布的附加数据集上进行训练。通过对训练过程中模型动态的详细分析,我们识别出标记学习与ASR性能之间的权衡,以及在CL方法中共享的一致跨注意力头机制。
cs.CL / 31 / 2606.14420

Coping in Crisis: Computational Modeling of Coping Styles in Digital Crisis Discourse During the 2023 Turkiye Earthquake

危机应对:2023年土耳其地震期间数字危机话语中的应对风格计算建模
Çakıcı, Şevval
Abstract
How do people cope when disaster strikes and can we detect it at scale, in real time, from what they write? This study addresses that question using over one million Turkish-language tweets posted in the aftermath of the February 6, 2023 earthquake in Turkiye, which unfolded in a deeply polarized political context just months before a national election. Drawing on Lazarus and Folkman's (1984) coping theory, we develop a multi-label BERTurk classifier to detect three coping styles (problem-focused, emotion-focused, and meaning-making) across four theoretically motivated crisis phases. BERTurk achieves a macro F1 of 0.693, substantially outperforming a zero-shot mDeBERTa baseline (macro F1 = 0.324). Applied to the full corpus, the classifier reveals a clear temporal trajectory: problem-focused coping dominates the urgency phase and declines sharply, emotion-focused coping rises and stabilizes, and meaning-making increases monotonically. Anger correlates most strongly with meaning-making (Spearman r = 0.387), suggesting it functions as a mobilizing force toward blame attribution rather than practical action. These findings demonstrate that coping theory can be reliably operationalized in real-world digital crisis data and that doing so can help humanitarian organizations tailor their responses to where a population actually is.
Chinese Translation
当灾难来临时,人们如何应对?我们能否从他们所写的内容中实时、大规模地检测到这一点?本研究通过分析在2023年2月6日土耳其地震后发布的超过一百万条土耳其语推文来探讨这一问题,该地震发生在一个高度两极化的政治背景下,距离全国选举仅几个月。基于拉扎鲁斯和福克曼(Lazarus and Folkman, 1984)的应对理论,我们开发了一种多标签BERTurk分类器,以检测四个理论驱动的危机阶段中的三种应对风格(以问题为中心、以情感为中心和意义构建)。BERTurk的宏观F1得分为0.693,显著优于零样本mDeBERTa基线(宏观F1 = 0.324)。应用于完整语料库后,分类器揭示了明确的时间轨迹:以问题为中心的应对在紧急阶段占主导地位并迅速下降,以情感为中心的应对上升并趋于稳定,而意义构建则单调增加。愤怒与意义构建的相关性最强(斯皮尔曼r = 0.387),这表明愤怒作为一种动员力量,更多地指向归因而非实际行动。这些发现表明,应对理论可以在现实世界的数字危机数据中可靠地操作化,并且这样做可以帮助人道主义组织根据人群的实际情况调整其响应策略。
cs.CL / 32 / 2606.14459

MoDiCoL: A Modular Diagnostic Continual Learning Dataset for Robust Speech Recognition

MoDiCoL:一个用于稳健语音识别的模块化诊断持续学习数据集
Rosin, Theresa Pekarek, Kerzel, Matthias, Wermter, Stefan
Abstract
Modern Automatic Speech Recognition (ASR) systems have made remarkable progress on standard benchmarks, yet performance gaps have emerged under real-world distribution shifts, caused by recording conditions, accents, speech impairments, and noise. Existing datasets and benchmarks typically isolate these factors, which overlooks their co-occurrence in real-world applications. In this paper, we argue that model robustness can be treated as a dynamic capability that continually develops, and we introduce MoDiCoL, a Modular Diagnostic Continual Learning dataset designed for controlled analysis of linguistic content, speaker characteristics, and acoustic environments. Furthermore, we propose a real-world-inspired continual learning curriculum to simulate incremental updates and study how robustness is acquired, transferred, and forgotten. We evaluate three continual learning strategies and provide detailed insights into robustness under evolving conditions.
Chinese Translation
现代自动语音识别(ASR)系统在标准基准测试上取得了显著进展,但在真实世界分布变化下,因录音条件、口音、言语障碍和噪声等因素导致的性能差距逐渐显现。现有的数据集和基准测试通常将这些因素孤立开来,忽视了它们在实际应用中的共现。在本文中,我们认为模型的稳健性可以被视为一种动态能力,持续发展。我们引入了MoDiCoL,一个模块化诊断持续学习数据集,旨在对语言内容、说话者特征和声学环境进行控制分析。此外,我们提出了一种受真实世界启发的持续学习课程,以模拟增量更新,并研究稳健性是如何获得、转移和遗忘的。我们评估了三种持续学习策略,并提供了在不断变化条件下稳健性的详细见解。
cs.CL / 33 / 2606.14460

A Computational Audit of Demographic Association Encoding in ClinicalBERT Language Predictions

临床BERT语言预测中人口统计关联编码的计算审计
Soetan, Kehinde Temitayo
Abstract
Transformer-based clinical language models are increasingly integrated into high-stakes clinical decision support pipelines, yet the computational mechanisms through which demographic associations encoded in medical documentation propagate into model probability distributions remain empirically underspecified. We present a systematic computational audit of representational bias in ClinicalBERT (Alsentzer et al., 2019), a BERT-based model pretrained on MIMIC-III discharge summaries, employing two complementary probing methodologies: Log Probability Bias Analysis (LPBA), which quantifies demographic descriptor-induced shifts in masked token probability distributions across behavioral and evaluative semantic categories, and Masked Language Model-based analysis (MLM), which probes internal representational structure for demographic agency attribution encoding across 98 real clinical sentence templates and eight intersectional race-gender combinations. Corpus frequency analysis operationalizes the distinction between statistical disparity and bias amplification by benchmarking model outputs against empirical term frequencies in the MIMIC-III training corpus. Of 32 statistically significant findings, 65.6% contradict observed corpus distributions, rising to 80% for Black patients and 87.5% for agency attribution under MLM probing, providing direct empirical evidence that representational bias in ClinicalBERT operates predominantly through model-internal amplification rather than training data inheritance. Keywords: natural language processing, clinical documentation, algorithmic auditing, representational bias, health equity 1
Chinese Translation
基于变换器的临床语言模型越来越多地被整合到高风险的临床决策支持流程中,但通过医疗文档中编码的人口统计关联传播到模型概率分布的计算机制仍然缺乏实证说明。我们对ClinicalBERT(Alsentzer et al., 2019)进行了一次系统的计算审计,该模型基于BERT,并在MIMIC-III出院摘要上进行了预训练,采用了两种互补的探测方法:对数概率偏差分析(Log Probability Bias Analysis, LPBA),量化人口统计描述符引起的行为和评估语义类别中掩码令牌概率分布的变化,以及基于掩码语言模型的分析(Masked Language Model-based analysis, MLM),探测98个真实临床句子模板和八种交叉种族-性别组合中人口统计代理归属编码的内部表征结构。语料库频率分析通过将模型输出与MIMIC-III训练语料库中的实证术语频率进行基准比较,操作化了统计差异与偏差放大的区别。在32个统计显著的发现中,65.6%与观察到的语料库分布相矛盾,对于黑人患者这一比例上升至80%,而在MLM探测下,代理归属的矛盾比例达到了87.5%,提供了直接的实证证据,表明ClinicalBERT中的表征偏差主要通过模型内部放大而非训练数据继承来运作。关键词:自然语言处理,临床文档,算法审计,表征偏差,健康公平
cs.CL / 34 / 2606.14512

Fodor and Pylyshyn's Systematicity Challenge Still Stands

福多和皮利申的系统性挑战依然存在
Goodale, Michael, Mascarenhas, Salvador
Abstract
The recent successes of neural networks producing human-like language have caused significant stir in cognitive science, with many researchers arguing that classical puzzles about human cognition and challenges to artificial intelligence are being solved by neural networks. A notable case is the argument from systematicity due to Jerry Fodor and Zenon Pylyshyn, argues that humans display systematic biconditional dependencies. For example, someone can understand the sentence "John saw Mary" just in case that they understand the sentence "Mary saw John." Symbolic systems explain this systematicity of language and thought, while neural networks offer no immediate explanation. Several recent articles argue that this challenge has now been met by neural networks. In particular, Brenden Lake and Marco Baroni argue that their meta-learning for compositionality protocol matches and perhaps explains human systematicity. We demonstrate that these conclusions are premature. Among other results, we found that their model struggles to learn rules that are even slightly out of distribution compared to their training data. Furthermore, the model behaves unsystematically even on many within-distribution problems. We conclude that Fodor and Pylyshyn's challenge to neural networks remains unmet.
Chinese Translation
神经网络在产生类人语言方面的近期成功在认知科学中引起了重大轰动,许多研究者认为,关于人类认知的经典难题和对人工智能的挑战正被神经网络所解决。一个显著的案例是杰瑞·福多(Jerry Fodor)和泽农·皮利申(Zenon Pylyshyn)提出的系统性论证,认为人类表现出系统性的双条件依赖关系。例如,某人能够理解句子“约翰看到了玛丽”(John saw Mary),当且仅当他们理解句子“玛丽看到了约翰”(Mary saw John)。符号系统解释了语言和思维的这种系统性,而神经网络则没有提供直接的解释。最近几篇文章认为,这一挑战现在已被神经网络所克服。特别是,布伦登·莱克(Brenden Lake)和马尔科·巴罗尼(Marco Baroni)认为,他们的组合性元学习协议与人类的系统性相匹配,甚至可能解释人类的系统性。我们证明这些结论为时尚早。除了其他结果外,我们发现他们的模型在学习与其训练数据相比稍微偏离分布的规则时表现不佳。此外,该模型在许多分布内问题上也表现出不系统性。我们得出结论,福多和皮利申对神经网络的挑战仍未得到满足。
cs.CL / 35 / 2606.14528

BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM

BayLing-Duplex:基于单一自回归大语言模型的原生全双工语音对话
Fang, Qingkai, Guo, Shoutao, Feng, Yang
Abstract
Real-time, full-duplex speech interaction is a key feature of next-generation spoken chatbots, allowing the model to listen and speak at the same time and to handle natural phenomena such as overlap, hesitation, and barge-in. Existing speech language models (SpeechLMs) such as LLaMA-Omni and GLM-4-Voice are still turn-based and rely on an external Voice Activity Detection (VAD) module to mark the end of the user's turn, which fundamentally limits their interactive ability. In this paper, we introduce BayLing-Duplex, a native full-duplex SpeechLM where a single autoregressive LLM decides when to listen, when to speak, and when to stop, with no auxiliary turn-taking module. The design adds only a few special tokens to the standard vocabulary, so it transfers across LLMs and reuses existing training and serving stacks with no architectural adaptation. Starting from the public GLM-4-Voice checkpoint and using only 400K full-duplex samples for fine-tuning followed by a lightweight DPO stage, BayLing-Duplex reaches 92% turn-taking success and 100% interruption success on InstructS2S-Eval, while improving the speech-response score from 2.17 to 3.39 over Moshi. BayLing-Duplex also matches or surpasses its turn-based counterpart on Llama Questions, Web Questions, and Alpaca-Eval, showing that simultaneous listen-and-speak modeling does not sacrifice response quality.
Chinese Translation
实时全双工语音交互是下一代语音聊天机器人的一项关键特性,使模型能够同时听和说,并处理重叠、犹豫和插话等自然现象。现有的语音语言模型(SpeechLMs),如 LLaMA-Omni 和 GLM-4-Voice,仍然是基于轮次的,并依赖外部语音活动检测(VAD)模块来标记用户轮次的结束,这从根本上限制了它们的交互能力。本文介绍了 BayLing-Duplex,一种原生全双工的 SpeechLM,其中单一的自回归大语言模型决定何时倾听、何时发言以及何时停止,而无需辅助的轮次管理模块。该设计仅向标准词汇表添加了少量特殊标记,因此可以在不同的大语言模型之间迁移,并重用现有的训练和服务架构,而无需进行结构调整。从公共的 GLM-4-Voice 检查点开始,仅使用 400K 的全双工样本进行微调,随后进行轻量级的 DPO 阶段,BayLing-Duplex 在 InstructS2S-Eval 上达到了 92% 的轮次成功率和 100% 的插话成功率,同时将语音响应评分从 2.17 提升至 3.39。BayLing-Duplex 在 Llama Questions、Web Questions 和 Alpaca-Eval 上的表现与其基于轮次的对应模型相当或更佳,显示出同时听说建模并未牺牲响应质量。
cs.CL / 36 / 2606.14574

SIMMER: Benchmarking Latent Failures in LLM Executable Planning with a World Model

SIMMER:基于世界模型的LLM可执行规划中的潜在失败基准测试
Lu, Xiaoxin, Zhang, Ranran Haoran, Zhang, Rui
Abstract
Large language models (LLMs) are increasingly deployed as planners for autonomous agents in household environments. While existing benchmarks evaluate whether LLM-generated plans execute successfully, they overlook a critical type of failure: latent failures. Unlike immediate failures that trigger instant feedback at execution time and enable timely correction, latent failures do not immediately halt plan execution but silently compromise goal achievement. In severe cases, they cause irreversible harm. To address this gap, we introduce SIMMER, a benchmark for evaluating latent failures in LLM planning through a human-curated symbolic world model grounded in the kitchen domain. SIMMER defines a world model comprising 77 actions, 262 unique objects, and approximately 46,800 possible interactions that are semantically realistic, derived from real-world cooking scripts. It then leverages a state machine executor that validates plans against the world model and detects immediate precondition violations, latent hazards, and irreversible failures. Experiments across six LLMs show that even frontier models achieve at most 17% error-free plans. Moreover, up to 56% of plans contain latent failures, the majority of which lead to irreversible consequences. We further demonstrate that explicit state reasoning via counterfactual foresight simulation can reduce latent failures by up to 72% and irreversible cases by up to 75%, suggesting a promising direction for more robust LLM planners.
Chinese Translation
大型语言模型(LLMs)越来越多地被用作家庭环境中自主代理的规划者。虽然现有基准评估LLM生成的计划是否成功执行,但它们忽视了一种关键的失败类型:潜在失败。与在执行时触发即时反馈并允许及时纠正的即时失败不同,潜在失败并不会立即停止计划执行,而是默默地妨碍目标的实现。在严重情况下,它们可能造成不可逆转的损害。为了解决这一问题,我们引入了SIMMER,这是一个通过基于厨房领域的人为策划符号世界模型来评估LLM规划中潜在失败的基准。SIMMER定义了一个世界模型,包括77个动作、262个独特对象和大约46,800种语义上合理的可能交互,这些交互源自真实的烹饪脚本。然后,它利用状态机执行器对计划进行验证,检查与世界模型的符合性,并检测即时前置条件违反、潜在危险和不可逆转的失败。对六个LLM的实验表明,即使是前沿模型,最多也只能实现17%的无误计划。此外,多达56%的计划包含潜在失败,其中大多数导致不可逆转的后果。我们进一步证明,通过反事实前瞻模拟进行显式状态推理可以将潜在失败减少多达72%,将不可逆情况减少多达75%,这为更强大的LLM规划者指明了一个有希望的方向。
cs.CL / 37 / 2606.14580

Persuasion Index: A Theory-Guided Framework for Persuasion Analysis

说服指数:一个理论指导的说服分析框架
Gong, Liancheng, Wang, Zhiyang, Xu, Yiwei, Mendelsohn, Julia
Abstract
Identifying persuasive rhetorical cues is critical across domains, from detecting information manipulation and improving AI safety to advancing public health communication. We propose Persuasion Index (PI), a taxonomy of 15 dimensions grounded in persuasion theories from psychology and communication, and one transparent implementation using 55 sub-features built from lexicons and rule-based detectors. The taxonomy is modular: individual detectors can be replaced while preserving the theoretical structure. By evaluating PI on four public datasets varying in domain, style, and outcome measures, we show that PI provides a shared feature space for interpreting rhetorical patterns associated with persuasion-related outcomes. Linear models show that PI features carry meaningful predictive signal while remaining computationally lightweight. Dimension-level analyses reveal recurring associations between PI dimensions and persuasion outcomes across datasets, while also highlighting topic- and stance-specific variation. We release PI as an open-source package and web interface for principled and auditable analysis of human and AI-mediated communication.
Chinese Translation
识别说服性修辞线索在多个领域中至关重要,从检测信息操控、提高人工智能安全性到促进公共健康传播。我们提出了说服指数(Persuasion Index,PI),这是一个基于心理学和传播学说服理论的15维分类法,并提供了一种透明的实现方式,使用55个基于词典和规则检测器构建的子特征。该分类法是模块化的:可以在保持理论结构的同时替换单个检测器。通过在四个不同领域、风格和结果度量的公共数据集上评估PI,我们展示了PI为解释与说服相关结果的修辞模式提供了共享特征空间。线性模型表明,PI特征具有有意义的预测信号,同时保持计算上的轻量性。维度级分析揭示了PI维度与说服结果之间在数据集中的反复关联,同时突出了主题和立场的特定变异。我们将PI作为开源软件包和网络接口发布,以便对人类和人工智能介导的传播进行有原则和可审计的分析。
cs.CL / 38 / 2606.14600

LoSoNA: A Benchmark for Local Social Norm Adaptation in Group Conversations

LoSoNA:群体对话中地方社会规范适应的基准测试
Winiarek, Mateusz, Bilski, Maksymilian, Jacniacki, Mateusz
Abstract
Online group chats are social spaces with local conversational norms that are rarely stated explicitly. The ability and willingness of LLM-based agents to recognize and adapt to these norms remains mostly unexplored. We introduce LoSoNA, a benchmark for local social norm adaptation in multi-party chat. Each scenario gives a subject model a curated group-chat transcript in which non-subject participants demonstrate a hidden local norm, followed by a final elicitor turn that forces a response revealing whether the subject has inferred that norm. We evaluate eight frontier and open-weight models under four prompting conditions that vary how explicitly the model is told to treat the prior conversation as evidence for how it should answer. Naive prompting remains limited for most models; explicit norm-aware prompting helps unevenly, with Gemini 3.1 Pro reaching $84.2\%$ and Claude Fable 5 reaching $81.6\%$, while several other models show small gains or regressions. LoSoNA contributes to recent calls for evaluating LLM social capabilities by testing whether models can infer local conversational norms from precedent and use them in a one-turn group-chat response.
Chinese Translation
在线群聊是具有地方性对话规范的社交空间,这些规范很少被明确陈述。基于大型语言模型(LLM)的代理识别和适应这些规范的能力和意愿仍然大多未被探索。我们介绍了LoSoNA,这是一个用于多方聊天中地方社会规范适应的基准测试。每个场景为主题模型提供了一个精心策划的群聊记录,其中非主题参与者展示了一个隐藏的地方规范,随后是一个最终的引导回合,迫使模型作出回应以揭示主题是否推断出该规范。我们在四种不同的提示条件下评估了八个前沿和开放权重模型,这些条件改变了模型被告知如何将先前对话视为其回答依据的明确程度。对于大多数模型而言,简单提示的效果仍然有限;明确的规范意识提示帮助效果不均,其中Gemini 3.1 Pro达到了84.2%,Claude Fable 5达到了81.6%,而其他几个模型则显示出小幅提升或退步。LoSoNA通过测试模型是否能够从先前对话中推断地方性对话规范并在一次群聊回应中使用这些规范,为近期对评估LLM社交能力的呼吁做出了贡献。
cs.CL / 39 / 2606.14626

Characterizing Cultural Localization in AI-Generated Stories

AI生成故事中的文化本地化特征
Bhatt, Shaily, Vijay, Supriti, Milbauer, Jeremiah, Diaz, Fernando
Abstract
The global use of artificial intelligence has increased interest in assessing the ability to generate culturally localized content, including stories. Cultural localization in stories often occurs through either templated localization -- the use of cultural markers (e.g., names, locations) in a generic narrative -- or holistic localization -- the variation of plots, values, and themes, in addition to cultural markers. We propose a method to measure the degree to which content was generated through templated localization. Specifically, we identify the lexical tokens that distinguish stories across nationalities and measure the similarity of the narratives that remain after removing them. In stories generated by five models on 125 topics for 193 nationalities, our method is able to detect that only a small subset (9-17%) of the vocabulary accounts for the variation across nationalities and that the narratives that remain after removing them contain repeated multi-word sequences, suggesting the presence of a shared culturally-agnostic narrative template. Finally, we characterize the cultural markers for their stereotypicality and offensiveness, finding that markers from 19 countries, mostly located in the Global South, are on average offensive.
Chinese Translation
人工智能的全球使用增加了对生成文化本地化内容(包括故事)能力的评估兴趣。故事中的文化本地化通常通过模板化本地化——在通用叙事中使用文化标记(例如,名字、地点)——或整体本地化——除了文化标记外,情节、价值观和主题的变化来实现。我们提出了一种方法来测量内容通过模板化本地化生成的程度。具体而言,我们识别出区分不同国籍故事的词汇标记,并测量在去除这些标记后叙事的相似性。在五个模型生成的125个主题的193个国籍的故事中,我们的方法能够检测到只有一小部分(9-17%)的词汇解释了国籍之间的差异,并且在去除这些词汇后剩余的叙事包含重复的多词序列,这表明存在一个共享的文化无关叙事模板。最后,我们对文化标记的刻板印象和冒犯性进行了特征描述,发现来自19个国家的标记(大多数位于全球南方)平均上是冒犯性的。
cs.CL / 40 / 2606.14674

AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition

AgentSpec:通过受控组合理解具身智能体支架
Chen, Jixuan, Shen, Jianzhi, Kang, Haoqiang, Hong, Zhi, Jiang, Qingyi, Bose, Soham, Zhang, Yiming, Leng, Leon, Vyas, Amit, Mao, Lingjun, Ouyang, Siru, Zhou, Kun, Qin, Lianhui
Abstract
LLM agents are increasingly built not as single model calls, but as scaffolded systems that combine reasoning, memory, reflection, action execution, and learning. While such scaffolds often improve performance, they are often embedded in tightly coupled pipelines, making it difficult to isolate component contributions, compare alternative designs, or understand how module interactions shape agent behavior. We introduce AgentSpec, a modular specification framework that represents embodied agents as typed compositions of reusable policy components with standardized interfaces. AgentSpec standardizes the interfaces among perception, memory, reasoning, reflection, action, and optional learning, enabling components to be swapped and recombined under controlled conditions. We instantiate this framework across DeliveryBench, ALFRED, MiniGrid, and RoboTHOR, and analyze reasoning, memory, reflection, and reinforcement-learning modules across model backbones. Our results show that agent performance is governed by scaffold compatibility and interaction effects rather than isolated module strength. In particular, structured multi-granularity memory improves long-horizon state tracking, reasoning and memory interact non-uniformly across environments, reflection trades off correction and cost, and RL-trained policies compose best when optimized with deployment-time scaffold structure. AgentSpec provides a controlled foundation for studying, comparing, and designing composable LLM agents. Our code, baselines and interactive playground are publicly available at https://agentspec-embodied.github.io.
Chinese Translation
大型语言模型(LLM)智能体越来越多地不是作为单一模型调用构建,而是作为结合推理、记忆、反思、行动执行和学习的支架系统。虽然这种支架通常能提高性能,但它们往往嵌入在紧密耦合的管道中,使得难以孤立组件贡献、比较替代设计或理解模块交互如何塑造智能体行为。我们提出了AgentSpec,一个模块化规范框架,将具身智能体表示为具有标准化接口的可重用策略组件的类型组合。AgentSpec标准化了感知、记忆、推理、反思、行动和可选学习之间的接口,使得组件能够在受控条件下进行替换和重新组合。我们在DeliveryBench、ALFRED、MiniGrid和RoboTHOR中实例化了该框架,并分析了不同模型骨干下的推理、记忆、反思和强化学习模块。我们的结果表明,智能体性能受支架兼容性和交互效应的支配,而非孤立模块的强度。特别是,结构化的多粒度记忆改善了长时间状态跟踪,推理和记忆在不同环境中非均匀交互,反思在纠正和成本之间进行权衡,而经过强化学习训练的策略在与部署时支架结构优化时组合效果最佳。AgentSpec为研究、比较和设计可组合的LLM智能体提供了一个受控基础。我们的代码、基准和互动平台可在 https://agentspec-embodied.github.io 上公开获取。
cs.CL / 41 / 2606.14691

CORA: Analyzing and bridging thinking-answer gap in Multimodal RLVR via Consistency-Oriented Reasoning Alignment

CORA:通过一致性导向推理对齐分析和弥合多模态RLVR中的思维-答案差距
Cao, Jiayue, Lu, Zhicong, Sun, Xuehan, Jia, Wei, Zheng, Hongling, Tian, Changyuan, Lin, Zichuan, Lv, Wenqian, Liu, Nayu
Abstract
Reinforcement learning with verifiable rewards (RLVR) has successfully elicited the reasoning capabilities of large language models, motivating its extension to multimodal scenarios. Existing methods primarily focus on improving the visual coverage of reasoning traces and mitigating visual hallucinations, but underestimate the semantic inconsistency between the reasoning process and the final answer. In this paper, we delve into thinking-answer inconsistency in RLVR for large vision-language models (LVLMs), showing thorough analyses of rollouts collected throughout Group Relative Policy Optimization (GRPO) training process and post-RLVR evaluation outputs that this issue persists during training and remains present during inference. Motivated by the analysis, we propose Consistency-Oriented Reasoning Alignment (CORA), which introduces thinking-answer semantic consistency into RLVR through a lightweight plug-and-play consistency reward model, and further incorporates Hybrid Reward Advantage Splitting (HRAS) to stably coordinate task and consistency optimization. Extensive experiments across representative multimodal reasoning benchmarks and mainstream LVLMs show that CORA improves task performance while effectively mitigating thinking-answer inconsistency, leading to more faithful reasoning traces.
Chinese Translation
可验证奖励的强化学习(RLVR)成功地引发了大型语言模型的推理能力,激励其在多模态场景中的扩展。现有方法主要集中在提高推理轨迹的视觉覆盖率和减轻视觉幻觉,但低估了推理过程与最终答案之间的语义不一致性。本文深入探讨了大型视觉-语言模型(LVLMs)中RLVR的思维-答案不一致性,展示了在群体相对策略优化(GRPO)训练过程中收集的回滚分析以及后RLVR评估输出的全面分析,表明这一问题在训练期间持续存在,并在推理期间仍然存在。基于这一分析,我们提出了一致性导向推理对齐(CORA),通过一个轻量级的即插即用一致性奖励模型将思维-答案语义一致性引入RLVR,并进一步结合混合奖励优势分割(HRAS)以稳定协调任务和一致性优化。在具有代表性的多模态推理基准和主流LVLMs上的大量实验表明,CORA在有效减轻思维-答案不一致性的同时,提高了任务性能,从而导致更真实的推理轨迹。
cs.CL / 42 / 2606.14694

AdaSR: Adaptive Streaming Reasoning with Hierarchical Relative Policy Optimization

AdaSR:基于分层相对策略优化的自适应流式推理
Tong, Junlong, Xu, Wenqi, Fan, Yingqi, Zhao, Anhao, Lu, Xuan, Tan, Yang, Shen, Xiaoyu
Abstract
Large reasoning models typically follow a read-then-think paradigm: they observe the complete input, reason over a static context, and then produce the answer. Yet many real-world scenarios are inherently dynamic, such as audio and video stream, where information arrives as a continuous stream and models must reason, update, and respond under partial observations. Recent streaming reasoning methods allow models to think while reading, but they largely rely on supervised imitation of pre-constructed trajectories, which limits their flexibility. In this paper, we propose AdaSR, an adaptive streaming reasoning framework that enables models to reason during input streaming and perform final deliberation once the stream is complete, learning when to think, and how much computation to allocate across different stages. To optimize this hierarchical reasoning process, we introduce Hierarchical Relative Policy Optimization (HRPO), which decomposes policy optimization into streaming reasoning and deep reasoning phases, providing more fine-grained advantage assignment instead of uniformly distributing a single sequence-level advantage over all tokens. HRPO integrates format, accuracy, and adaptive thinking rewards to enforce valid reasoning protocols, preserve final task performance, and encourage latency-aware computation allocation. Experiments show that AdaSR achieves a better balance among reasoning accuracy, computational efficiency, and streaming latency compared with supervised fine-tuning baseline. We release our code at https://github.com/EIT-NLP/StreamingLLM/tree/main/AdaSR.
Chinese Translation
大型推理模型通常遵循先读后思的范式:它们观察完整的输入,在静态上下文中进行推理,然后产生答案。然而,许多现实世界场景本质上是动态的,例如音频和视频流,其中信息以连续流的形式到达,模型必须在部分观察下进行推理、更新和响应。最近的流式推理方法允许模型在读取时进行思考,但它们在很大程度上依赖于对预构建轨迹的监督模仿,这限制了它们的灵活性。在本文中,我们提出了AdaSR,一种自适应流式推理框架,使模型能够在输入流的过程中进行推理,并在流完成后进行最终的深思,学习何时思考以及在不同阶段分配多少计算。为了优化这一分层推理过程,我们引入了分层相对策略优化(HRPO),它将策略优化分解为流式推理和深度推理阶段,提供更细粒度的优势分配,而不是在所有标记上均匀分配单一的序列级优势。HRPO整合了格式、准确性和自适应思维奖励,以强制执行有效的推理协议,保持最终任务性能,并鼓励延迟感知的计算分配。实验表明,与监督微调基线相比,AdaSR在推理准确性、计算效率和流式延迟之间实现了更好的平衡。我们在 https://github.com/EIT-NLP/StreamingLLM/tree/main/AdaSR 发布了我们的代码。