arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 1705
2607.16193 2026-07-20 cs.CV 新提交

Knowing the Self, Understanding the World: A Dual-Cognition Benchmark for UAV Spatio-temporal Reasoning with MLLMs

认识自我,理解世界:用于基于多模态大语言模型的无人机时空推理的双认知基准测试

Like Liu, Zhengzheng Xu, Haitao He, Hongzhe Li, Shuchang Zhang, Dian Shao

机构 * Northwestern Polytechnical University(西北工业大学) China University of Petroleum(中国石油大学)

AI总结 该研究针对多模态大语言模型在无人机场景双认知能力评估不足的问题,提出UAV-DualCog基准测试,涵盖图像和视频任务,通过自动化管道构建数据,评估发现现有模型存在瓶颈,该基准测试有价值。

Comments 11 pages, 4 figures, 7 tables. Project website: https://uav-dualcog.lozumi.com

详情
AI中文摘要

多模态大语言模型在各种视觉语言任务中取得了强大性能,但在无人机场景中的能力仍未得到充分探索。近期面向无人机的基准测试开始评估多模态大语言模型在空中场景中的表现,但通常侧重于场景理解、事件识别或导航完成,而非联合评估无人机智能体所需的双认知能力,即在多视图时空背景下对无人机自身状态和外部环境进行推理。为填补这一空白,我们提出了UAV-DualCog,这是一个基于双认知视角构建的空中多视图时空推理基准测试。UAV-DualCog包括图像和视频任务,以联合评估自我状态和环境状态推理,同时要求超越离散答案预测的空间或时间基础。我们还开发了一个自动化管道,从场景级语义点云构建数据,产生一个具有多样场景、数百个地标和数千个问答样本且可扩展的基准测试。广泛评估表明,当前多模态大语言模型在无人机双认知方面仍远不可靠。自我状态推理、视角转换、精确空间基础和时间间隔定位是持续存在的瓶颈,通过思维/前沿模型和人类基线进行的额外验证证实,该基准测试对人类来说是可理解的,但对现有模型具有挑战性。我们进一步从不相交的场景构建了UAV-DualCog-Train,并通过一个轻量级优化探针表明它提供了有用的结构化监督,这表明它不仅作为评估基准有价值,而且作为推进基于多模态大语言模型的无人机智能体的数据资源也有价值。项目网站和补充材料:此https URL

英文摘要

Multimodal large language models have achieved strong performance across diverse vision-language tasks, yet their capabilities in UAV scenarios remain insufficiently explored. Recent UAV-oriented benchmarks have begun to evaluate MLLMs in aerial scenarios, but they typically focus on scene understanding, event recognition, or navigation completion, rather than jointly assessing the dual-cognition capability required for UAV agents: reasoning about both the UAV's own state and the external environment in multiview spatio-temporal contexts. To address this gap, we present UAV-DualCog, a benchmark for aerial multiview spatio-temporal reasoning built on this dual-cognition perspective. UAV-DualCog includes both image and video tasks to jointly evaluate self-state and environment-state reasoning, while requiring spatial or temporal grounding beyond discrete answer prediction. We also develop an automated pipeline that constructs data from scene-level semantic point clouds, yielding a scalable benchmark with diverse scenes, hundreds of landmarks, and thousands of QA samples. Extensive evaluations show that current MLLMs remain far from reliable in UAV dual cognition. Self-state reasoning, viewpoint transformation, precise spatial grounding, and temporal interval localization are persistent bottlenecks, and additional validation with thinking/frontier models and a human baseline confirms that the benchmark is understandable to humans but challenging for existing models. We further construct UAV-DualCog-Train from disjoint scenes and show through a lightweight optimization probe that it provides useful structured supervision, suggesting its value not only as an evaluation benchmark but also as a data resource for advancing MLLM-based UAV agents. Project website and supplementary materials: https://uav-dualcog.lozumi.com

URL PDF HTML 收藏
2607.16190 2026-07-20 cs.CV 新提交

FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation

FVAttn:用于视频生成的具有运行时负载均衡的自适应稀疏注意力

Hao Liu, Chenghuan Huang, Ye Huang, Zhiying Wen, Hao Liu, Mohan Zhang, Chen Li, Ziyang Ma, Jing Lyu, Jiangsu Du

机构 * Tencent Inc.(腾讯公司) Peking University(北京大学)

AI总结 研究视频生成中自注意力瓶颈问题,提出FVAttn方法,通过Top-$p$路由等技术及运行时负载均衡等策略,提升自适应稀疏注意力分布式执行效率,降低负载不平衡,实现注意力和推理加速,且视频质量有竞争力。

详情
AI中文摘要

视频扩散变换器处理长时空序列,使自注意力成为高分辨率视频生成的主要瓶颈。无需训练的稀疏注意力降低了成本,但在多 GPU 序列并行下,自适应 Top-$p$ 路由会导致每个头的工作量不均衡。由此产生的工作负载异质性将稀疏注意力变成了秩级掉队者问题。我们提出了 \method{},这是一个无需训练的稀疏注意力系统,可提高多 GPU 序列并行下自适应稀疏注意力的分布式执行效率。\method{} 使用 Top-$p$ 路由、Top-$k$ 安全下限和视频感知块组织作为稀疏路由前端,然后在运行时修复物化掩码。运行时负载均衡通过 P2P 通信迁移少量重负载头以缩短当前关键路径。松弛感知稀疏增强用额外的高价值块填充剩余的非关键秩松弛,而重叠则将调度和迁移开销隐藏在现有计算之后。在逐步提炼的 Wan2.2 I2V 上,\method{} 将平均负载不平衡从 1.34 降低到 1.08,并比 FlashAttention 实现了 4.41 倍的注意力加速,同时在具有竞争力的视频质量下实现了 2.02 至 2.11 倍的 DiT 推理加速。

英文摘要

Video Diffusion Transformers process long spatio-temporal sequences, making self-attention the main bottleneck in high-resolution video generation. Training-free sparse attention reduces this cost, but adaptive Top-$p$ routing creates uneven per-head workloads under multi-GPU sequence parallelism. The resulting workload heterogeneity turns sparse attention into a rank-level straggler problem. We present \method{}, a training-free sparse-attention system that improves the distributed execution efficiency of adaptive sparse attention under multi-GPU sequence parallelism. \method{} uses Top-$p$ routing, a Top-$k$ safety floor, and video-aware block organization as the sparse-routing frontend, then repairs the materialized mask at runtime. Runtime Load Balancing migrates a small number of heavy heads via P2P communication to shorten the current critical path. Slack-Aware Sparse Augmentation fills residual non-critical-rank slack with additional high-value blocks, while overlap hides scheduling and migration overhead behind existing computation. On step-distilled Wan2.2 I2V, \method{} reduces average load imbalance from 1.34 to 1.08 and delivers a $4.41\times$ attention speedup over FlashAttention, while achieving a $2.02$--$2.11\times$ DiT inference speedup with competitive video quality.

URL PDF HTML 收藏
2607.16189 2026-07-20 cs.CV 新提交

Searching Videos as Trees: Self-Correcting Agents for Grounded Long Video QA

将视频搜索为树:用于有基础的长视频问答的自校正智能体

Ce Zhang, Ziyang Wang, Yulu Pan, Oluwatumininu Oguntola, Pranav Wagh, Qiyu Wu, Hiromi Wakaki, Mohit Bansal, Gedas Bertasius

机构 * University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校) Sony(索尼)

AI总结 研究有基础的长视频问答问题,提出VideoTreeSearch框架,通过构建自适应时间树及可学习的离散操作让智能体导航,经监督微调与强化学习训练,在多个基准测试中表现出色,证明自校正分层搜索是关键机制。

详情
AI中文摘要

有基础的长视频问答(Grounded LVQA)需要在定位支持答案的短证据区间的同时回答关于长视频的问题。最近的智能体方法将此任务框架化为单作物视频(开始,结束)动作的多轮探索,支持从粗到细的缩小,但没有从细到粗回溯的原语。因此,这些智能体通常过早收敛,无法从早期错误中恢复。我们提出了VideoTreeSearch(VTS),一个将有基础的LVQA框架化为对自适应时间树的迭代自校正搜索的框架。VTS从视觉场景边界构建一个非均匀树,使每个节点对应一个语义连贯的片段,并训练一个智能体通过四种离散操作在树中导航:放大、缩小、移动和回答。这些操作将回溯和恢复暴露为显式的、可学习的原语,而不是隐式行为。为了训练这种导航,我们引入了一个轨迹合成管道,该管道生成通过树的多步路径,包括故意绕入错误分支然后恢复。我们使用这些轨迹进行监督微调,然后使用基础和答案准确性奖励进行强化学习。在三个有基础的LVQA基准(CG-Bench、Haystack-LVBench、Haystack-Ego4D)上,VTS在CG-Bench上比最强的先前智能体方法高出+12.5 mIoU,在Haystack-Ego4D上高出+7.4 T-F1。学习到的策略也转移到了一般的长视频问答中,在Video-MME、MLVU和LVBench上超过了所有先前的智能体基线,提高了多达+7.1个准确性点。消融实验证实,自校正分层搜索是这些收益背后的核心机制:去除自适应下降或显式回溯会显著降低性能。代码可在此https URL获取。

英文摘要

Grounded long-video question answering (Grounded LVQA) requires answering a question about a long video while localizing the short evidence interval that supports the answer. Recent agentic methods frame this task as multi-turn exploration with a single crop_video(start, end) action, which supports coarse-to-fine narrowing but provides no primitive for fine-to-coarse backtracking. As a result, these agents typically converge prematurely and cannot recover from an early mistake. We propose VideoTreeSearch (VTS), a framework that casts grounded LVQA as iterative self-correcting search over an adaptive temporal tree. VTS constructs a non-uniform tree from visual scene boundaries so that each node corresponds to a semantically coherent segment, and trains an agent to navigate the tree through four discrete operations: zoom_in, zoom_out, shift, and answer. These operations expose backtracking and recovery as explicit, learnable primitives rather than implicit behaviors. To train this navigation, we introduce a trajectory synthesis pipeline that produces multi-step paths through the tree, including deliberate detours into incorrect branches followed by recovery. We use these trajectories for supervised fine-tuning, followed by reinforcement learning with grounding and answer-accuracy rewards. On three Grounded LVQA benchmarks (CG-Bench, Haystack-LVBench, Haystack-Ego4D), VTS outperforms the strongest prior agentic methods by +12.5 mIoU on CG-Bench and +7.4 T-F1 on Haystack-Ego4D. The learned policy also transfers to general long-video QA, surpassing all prior agentic baselines on Video-MME, MLVU, and LVBench by up to +7.1 accuracy points. Ablations confirm that self-correcting hierarchical search is the central mechanism behind these gains: removing either adaptive descent or explicit backtracking substantially degrades performance. Code is available at https://github.com/CeeZh/VTS.

URL PDF HTML 收藏
2607.16187 2026-07-20 cs.RO 新提交

Handroid: Bridging Dexterous Hand and Humanoid

Handroid:连接灵巧手与人形机器人

Ruogu Li, Chenyang Ma, Sikai Li, Zhenyu Wei, Yunchao Yao, Haochen Shi, C. Karen Liu, Shuran Song, Mingyu Ding

机构 * University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校) Stanford University(斯坦福大学)

AI总结 研究旨在开发兼具灵巧手与拟人机器人功能的平台,提出Handroid,它能在单一可重构平台集成两种能力,有统一控制学习框架,经多种任务验证,成为推进形态可重构机器人技术及跨实体学习的紧凑可复制平台。

Comments Project website: https://handroid.org

详情
AI中文摘要

灵巧手和人形机器人通常是作为不同的实体开发的:前者能在物体尺度上进行丰富的接触式操作,后者能在以人类为中心的环境中实现移动和全身交互。我们介绍了Handroid,一个桌面级的双实体机器人,它在单个可重构平台上集成了这两种能力。Handroid重用一个27自由度的机电体,既可以作为灵巧手,也可以作为桌面人形机器人,高0.33米,重2.05千克。在灵巧手模式下,20个自由度形成一个与人手运动结构紧密匹配的拟人化手。在人形模式下,相同的关节模块重新配置成一个有头、手臂和腿的人形机器人,包括一个用于移动和全身运动的12自由度下肢结构。Handroid还提供了一个统一的控制和学习框架,支持手部遥操作、灵巧抓取、手中操作、人形机器人移动、步态生成和交互式运动创作。我们通过实际的灵巧操作、基于强化学习的移动、关键帧运动部署以及一个涉及实体重新配置、移动、对接和灵巧抓取放置的长期任务来验证该平台。这些结果使Handroid成为一个紧凑且可复制的平台,用于推进形态可重构机器人技术和跨实体机器人学习。

英文摘要

Dexterous hands and humanoid robots are typically developed as distinct embodiments: the former enable contact-rich manipulation at the object scale, whereas the latter provide mobility and whole-body interaction in human-centered environments. We introduce \textbf{Handroid}, a desktop-scale dual-embodiment robot that integrates both capabilities within a single reconfigurable platform. Handroid reuses one 27-DoF electromechanical body as either a dexterous hand or a desktop humanoid, measuring 0.33 m in height and 2.05 kg in weight. In the dexterous hand embodiment, 20 DoFs form an anthropomorphic hand closely matching the kinematic structure of the human hand. In the humanoid embodiment, the same articulated modules are reconfigured into a humanoid with a head, arms, and legs, including a 12-DoF lower-limb structure for locomotion and whole-body motion. Handroid further provides a unified control and learning framework supporting hand teleoperation, dexterous grasping, in-hand manipulation, humanoid locomotion, gait generation, and interactive motion authoring. We validate the platform through real-world dexterous manipulation, reinforcement-learning-based locomotion, keyframe motion deployment, and a long-horizon task involving embodiment reconfiguration, locomotion, docking, and dexterous pick-and-place. These results position Handroid as a compact and reproducible platform for advancing morphology-reconfigurable robotics and cross-embodiment robot learning.

URL PDF HTML 收藏
2607.16184 2026-07-20 cs.LG 新提交

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization

PagedWeight:通过动态质量感知权重量化实现高效的混合专家语言模型服务

Yuchen Yang, Yifan Zhao, Anisha Dasgupta, Sasa Misailovic

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

AI总结 研究KV缓存密集场景下MoE模型权重与缓存的矛盾,提出PagedWeight方法,通过动态量化权重平衡精度与缓存大小,在多个内存敏感场景中改进质量-内存权衡,实现高精度、高内存节省及吞吐量提升。

详情
AI中文摘要

混合专家(MoE)是一类流行的大语言模型,具有高效率和准确性。然而,在KV缓存密集的服务场景中,MoE模型权重的GPU内存需求与不断增长的KV缓存之间存在矛盾。我们提出了PagedWeight,一种用于MoE语言模型服务的新型管理方法,它在运行时动态量化MoE模型的权重,并在专家权重精度与KV缓存大小之间取得平衡。PagedWeight揭示并有效应对了模型任务精度、内存消耗和吞吐量/延迟之间复杂的权衡。在多个内存敏感的MoE服务场景中,PagedWeight相对于现有的量化基线改进了质量-内存权衡。PagedWeight实现了与FP16相当的精度,GPU内存节省高达72.0%,吞吐量提高1.94倍,并且在类似的内存预算下,相对于量化方法,质量提高了39.3%,吞吐量损失最多为4.1%。

英文摘要

Mixture-of-Experts (MoE) is a popular class of large language models (LLMs), offering high efficiency and accuracy. However, in KV-cache-intensive serving scenarios, MoEs often exhibit a tension between the GPU memory requirements of the model weights and the growing KV cache. We propose PagedWeight, a novel management method for MoE LLM serving that dynamically quantizes MoE model's weights at runtime and balances expert-weight precision with the KV cache sizes. PagedWeight exposes and effectively navigates the complex tradeoff between the model's task accuracy, memory consumption, and throughput/latency. Across several memory-sensitive MoE serving scenarios, PagedWeight improves the quality-memory tradeoff over several existing quantization baselines. PagedWeight achieves FP16-equivalent accuracy with up to 72.0% GPU memory savings and 1.94$\times$ throughput improvement, and improves quality over quantization methods by up to 39.3% at a similar memory budget with at most 4.1% throughput loss.

URL PDF HTML 收藏
2607.16173 2026-07-20 cs.RO 新提交

Vision-Language-Motion Maps: An Open-Vocabulary, Uncertainty-Aware, Queryable Motion Attribute for 3D Scene Maps

视觉-语言-运动地图:用于3D场景地图的开放词汇、不确定性感知、可查询运动属性

Dibyendu Ghosh, Ayushi Shakya

机构 * Rekise Marine(瑞基斯海洋)

AI总结 研究针对开放词汇3D地图无法处理场景元素运动查询的问题,提出视觉-语言-运动地图(VLMM),其元素有融合运动属性及不确定性。通过实验验证模式字段不可替代,在真实数据集上该方法提升精度、减少错误标志且对噪声姿态鲁棒。

Comments 6 pages, 5 figures, 3 tables. Submitted to IEEE Robotics and Automation Letters (RA-L)

详情
AI中文摘要

开放词汇的3D地图能让机器人回答关于物体位置的语言查询,但假定世界是静态的,无法回答关于场景元素如何移动的问题。我们引入了视觉-语言-运动地图(VLMM),这是一种开放词汇、可通过自然语言查询的3D地图,其中每个元素都带有融合的运动属性:结合了几何观测到的跨帧运动的VLM/LLM语义可移动性先验,以及每个元素的不确定性。查询简化为属性过滤器,可区分已观察到移动的、可能移动但未移动的以及静止不动的物体。在具有精确地面真值的受控模拟器基准测试(AI2-THOR,三种场景类型)中,通过消融实验表明模式字段不可替代:仅语义的基线即使有强大特征也无法回答运动查询,且两个运动字段不能相互替代。在真实动态RGB-D数据集(TUM和Bonn,六个序列)上,我们展示了不确定性通道——我们与先前融合运动工作的关键区别——持续提高了移动与静态的平均精度,减少了错误运动标志,并且对估计的(有噪声的)姿态具有鲁棒性。原始置信度未校准,但事后等渗校准达到了0.10的预期校准误差。VLMM是一种表示贡献:最接近的先前地图各自至少缺少我们组合提供的四个属性中的一个——开放词汇、语言可查询、融合先验和观测运动以及每个元素的不确定性。

英文摘要

Open-vocabulary 3D maps let robots answer language queries about what and where, but they assume a static world and cannot answer queries about how scene elements behave. We introduce Vision-Language-Motion Maps (VLMM), an open-vocabulary, natural-language-queryable 3D map in which each element carries a fused motion attribute: a VLM/LLM semantic movability prior combined with geometrically observed cross-frame motion, together with a per-element uncertainty. Queries reduce to attribute filters that distinguish what has been seen to move, what could move but has not, and what stays still. On a controlled simulator benchmark with exact ground truth (AI2-THOR, three scene types) we show through ablation that the schema fields are non-substitutable: a semantic-only baseline fails motion queries even with strong features, and neither motion field substitutes for the other (the prior cannot answer "what is moving," observed motion cannot answer "what could move"). On real dynamic RGB-D (TUM and Bonn, six sequences) we show the uncertainty channel-our key difference from prior fused-motion work-consistently improves moving-vs-static average precision and reduces false motion flags, and is robust to estimated (noisy) poses. The raw confidence is not calibrated, but post-hoc isotonic calibration reaches an expected calibration error of 0.10. VLMM is a representation contribution: the closest prior maps each lack at least one of the four properties-open-vocabulary, language-queryable, fused prior-and-observed motion, and per-element uncertainty-that our combination provides.

URL PDF HTML 收藏
2607.16168 2026-07-20 cs.LG 新提交

Behaviour-Conditioned Neural Processes for Adaptive Residential Short-Term Load Forecasting

用于自适应住宅短期负荷预测的行为条件神经过程

Ramin Soleimani, Andrea Visentin, Dirk Pesch

机构 * School of Computer Science and Information Technology, University College Cork(科克大学计算机科学与信息技术学院)

AI总结 研究住宅短期负荷预测难题,提出行为条件注意力神经过程框架,将行为结构嵌入预测机制,通过聚类信息弱监督训练,实验证明该框架在多方面优于基线,支持跨多种情况的单模型、不确定性感知预测。

Comments Preprint. 45 pages, 6 figures

详情
AI中文摘要

住宅短期负荷预测具有挑战性,因为家庭需求具有异质性、随时间变化且受多种行为习惯影响。本文研究能否将推断出的行为结构嵌入基于神经过程的概率模型预测机制中,而非仅用作外部分组信号,以进行上下文条件住宅短期负荷预测。提出行为条件注意力神经过程框架,将每个负荷曲线视为预测任务。行为结构由从可用上下文中推断出的离散潜在变量表示,用于行为条件解码器调节,连续潜在变量捕获异构曲线间的共享功能不确定性。训练时聚类信息提供弱监督,测试时仅依赖上下文推断的类分布。实验表明该框架在多方面有改进,支持跨异构家庭、上下文和时间范围的单模型、不确定性感知预测。

英文摘要

Residential short-term load forecasting (STLF) is challenging because household demand is heterogeneous, temporally variable, and shaped by diverse behavioural routines. This work investigates whether inferred behavioural structure can be embedded within the forecasting mechanism of a Neural Process-based probabilistic model, rather than used only as an external grouping signal, for context-conditioned residential STLF. We propose a behaviour-conditioned Attentive Neural Process framework that treats each load profile as a forecasting task. Behavioural structure is represented by a discrete latent variable inferred from the available context and used for behaviour-conditioned decoder conditioning, while a continuous latent variable captures shared functional uncertainty across heterogeneous profiles. To enable conditioning without ground-truth behavioural labels, clustering-derived information provides weak supervision during training, whereas test-time conditioning relies only on context-inferred class distributions. Experiments on the Smart Grid, Smart City (SGSC) dataset use user-disjoint train/validation/test splits, variable context lengths, and multi-step forecast horizons, with comparisons against a label-agnostic ANP baseline and fixed-window deterministic STLF baselines. The proposed variants improve MAE and CRPS over ANP across horizons and context settings, with the largest gains under limited context. The best-performing variant achieves average reductions of 7.9% in MAE and 6.9% in CRPS relative to ANP. Compared with fixed-window baselines, this variant achieves lower RMSE across all evaluated horizons while maintaining competitive MAE, suggesting fewer large prediction deviations under heterogeneous consumption patterns. These results support single-model, uncertainty-aware forecasting across heterogeneous households, contexts, and horizons.

URL PDF HTML 收藏
2607.16165 2026-07-20 cs.CV cs.AI cs.CL cs.LG 新提交

An Exam for Active Observers

主动观察者的测试

Jiarui Zhang, Muzi Tao, Shangshang Wang, Ollie Liu, Xuezhe Ma, Willie Neiswanger

机构 * University of Southern California(南加州大学)

AI总结 研究多模态大语言模型是否具备主动观察能力,引入ActiveVision基准测试,发现前沿模型表现不佳,即便能编写视觉代码差距仍存,表明当前模型缺乏主动视觉观察,呼吁构建闭合感知 - 推理循环的架构和训练目标。

Comments 17 pages, 8 figures, 4 tables. Project page: https://activevision.dev

详情
AI中文摘要

人类视觉是一个闭环:注视会不断被中间假设重新引导,而非单一快照。数十年来,心理物理学和认知科学认为这种主动观察对广泛任务至关重要。当前视觉语言基准无法回答当今的多模态大语言模型(MLLM)是否进行主动观察。我们引入了ActiveVision基准,它能让MLLM的主动观察可测量,包含3类17个任务,旨在促使重复视觉感知。前沿MLLM在ActiveVision上表现不佳,最高得分模型GPT - 5.5在最高推理努力层级仅解决10.6%的项目,17个任务中有11个得零分,Claude Fable 5也仅解决3.5%,远落后于平均96.1%的三名人类参与者。即便模型编写并运行自己的视觉代码,差距依然存在,因为代码在现实图像中不可靠,而捕捉其失败需要模型所缺乏的主动感知。这些结果表明当前MLLM缺乏强大的主动视觉观察能力,这促使构建能闭合感知 - 推理循环的架构和训练目标。

英文摘要

Human vision is a closed loop: gaze is continuously redirected by intermediate hypotheses rather than a single snapshot. Decades of psychophysics and cognitive science have argued that this active observation is essential for a wide range of tasks. Whether today's multimodal large language models (MLLMs) exercise active observation is an empirical question that current vision-language benchmarks do not answer. We introduce ActiveVision, a benchmark that makes active observation measurable for MLLMs, comprising 17 tasks across 3 categories. Tasks are designed to force repeated visual perception rather than a single static description. Frontier MLLMs collapse on ActiveVision: the highest-scoring model we evaluate, GPT-5.5 at the highest exposed reasoning-effort tier, solves only 10.6% of items and scores zero on 11 of the 17 tasks, and even Claude Fable 5, despite topping most reasoning and coding leaderboards, solves just 3.5%, far behind three human participants who average 96.1%. Furthermore, much of the gap persists even when models write and run their own vision code: such code is unreliable on realistic imagery, and catching its failures itself requires the active perception the models lack. Together, these results indicate that current MLLMs lack robust active visual observation, motivating architectures and training objectives that close the perception-reasoning loop.

URL PDF HTML 收藏
2607.16156 2026-07-20 cs.LG cs.SY eess.SY 新提交

PRISA: Proactive Infrastructure LiDAR Framework for Intersection Safety Assessment

PRISA:用于交叉路口安全评估的主动式基础设施激光雷达框架

Tam Bang, Hussam Abubakr, Emiliano de la Garza Villarreal, Truc Phuong Nguyen, Austin Harris, Toru Hirano, Mina Sartipi, Yunfei Xu, Hoang H. Nguyen

机构 * University of Tennessee at Chattanooga(田纳西大学查塔努加分校)

AI总结 研究针对城市交叉路口危险问题,提出PRISA框架,利用隐私保护、低光鲁棒的路边传感器,通过自动整理训练数据训练轨迹预测模型,进行连续运动预测和双重替代安全评估,经实验验证其在交叉路口安全监测方面具有实际可行性。

Comments Accepted for publication at the 2026 IEEE 29th International Conference on Intelligent Transportation Systems (ITSC 2026). 8 pages, 2 figures

详情
AI中文摘要

城市交叉路口是道路网络中最危险的地点之一,对车辆和行人、骑自行车者等弱势道路使用者构成重大风险。多智能体交互的复杂性需要能够在冲突升级为碰撞之前进行预测的连续实时监测系统。我们提出了PRISA,这是一个模块化的基础设施激光雷达框架,利用隐私保护、低光鲁棒的路边传感器进行长期交通观测和边缘实时风险检测。该框架包括两个核心组件:传感与感知层以及即插即用的风险评估模块。风险评估模块会自动从累积的感知输出中整理特定地点的训练数据,以训练轨迹预测模型而无需人工标注。然后,它使用训练好的模型进行连续运动预测和双重替代安全评估,使用碰撞时间(TTC)评估纵向冲突,使用预测侵入后时间(PPET)评估交叉和涉及弱势道路使用者的交互。PRISA在公共R-LiViT数据集上进行了评估,并部署在田纳西州查塔努加一个实时信号控制交叉路口的NVIDIA Jetson AGX Thor上。基于PPET的评估在2.4秒预测范围内的端到端延迟为194毫秒,基于TTC的检测和感知保持在实时限制内,证明了主动式多智能体交叉路口安全监测的实际可行性。

英文摘要

Urban intersections are among the most hazardous locations in road networks, posing significant risks to vehicles and vulnerable road users (VRUs) such as pedestrians and cyclists. The complexity of multi-agent interactions demands continuous, real-time monitoring systems capable of anticipating conflicts before they escalate into crashes. We present PRISA, a modular infrastructure LiDAR framework leveraging privacy-preserving, low-light-robust roadside sensors for long-term traffic observation and real-time risk detection at the edge. The framework comprises two core components: a sensing and perception layer and a plug-and-play risk assessment module. The latter automatically curates site-specific training data from accumulated perception outputs to train a trajectory prediction model without manual annotation. It then deploys the trained model for continuous motion forecasting and dual surrogate safety evaluation, using Time-to-Collision (TTC) for longitudinal conflicts and Predicted Post-Encroachment Time (PPET) for crossing and VRU-involved interactions. PRISA is evaluated on the public R-LiViT dataset and deployed on an NVIDIA Jetson AGX Thor at a live signalized intersection in Chattanooga, Tennessee. PPET-based assessment operates at 194~ms end-to-end latency over a 2.4-second predictive horizon, with TTC-based detection and perception remaining within real-time constraints, demonstrating practical feasibility for proactive multi-agent intersection safety monitoring.

URL PDF HTML 收藏
2607.16146 2026-07-20 cs.RO cs.CV 新提交

VTLoc: Learning-based Tactile Contact Localization in Visual Point Clouds

VTLoc:基于学习的视觉点云中触觉接触定位

Zhiyuan Wu, Zhuo Chen, Shan Luo

机构 * Department of Engineering, King’s College London(伦敦国王学院工程系)

AI总结 研究视觉与触觉融合的接触定位问题,提出VTLoc框架,通过几何多模态对齐模块和迭代定位更新器,利用视觉点云从触觉读数定位接触点,在新基准上减少对应模糊性,改善单触接触定位。

详情
AI中文摘要

视觉和触觉是机器人感知与操作的重要互补模态。视觉提供全局物体信息,触觉提供接触点精确局部信息。融合二者进行接触定位面临挑战,因触觉数据与视觉几何需精确空间对齐。为此提出VTLoc框架,利用3D点云作为视觉输入从触觉读数定位接触点。它含几何多模态对齐模块和迭代定位更新器。在100个真实物体新基准上评估,VTLoc减少局部到全局对应模糊性,改善单触接触定位。

英文摘要

Vision and touch are complementary modalities essential for robotic perception and manipulation. While vision provides global object context, touch offers precise local information at contact points. Integrating these modalities for contact localization, i.e., predicting the location of touch on an object's surface, poses significant challenges due to the need for accurate spatial alignment between tactile data and visual geometry. To address this challenge, we propose VTLoc, a novel visual-tactile framework that localizes contact points from tactile readings using a 3D point cloud as visual input. VTLoc introduces two key components: a geometric multi-modal alignment module, which reconstructs a pseudo-point cloud from fused visual-tactile features and aligns it with the visual point cloud to enforce spatial consistencies across modalities; and an iterative localizing updater, which iteratively refines the predicted contact location using fused visual-tactile features. Evaluated on a new benchmark of 100 real-world objects, VTLoc improves single-touch contact localization by reducing local-to-global correspondence ambiguity.

URL PDF HTML 收藏
2607.16143 2026-07-20 cs.RO 新提交

A New Implementation of NeoSLAM and a Comparative Evaluation with RatSLAM

NeoSLAM的一种新实现及与RatSLAM的比较评估

Joao Victor T. Borges, Fabio Coelho, Paulo Padrao, Jose Fuentes, Ramon R. Costa, Liu Hsu, Leonardo Bobadilla

机构 * Federal University of Rio de Janeiro(里约热内卢联邦大学) Providence College(普罗维登斯学院) Florida International University(佛罗里达国际大学)

AI总结 研究提出NeoSLAM算法新实现,将其重写为模块化架构以实时执行。通过在三个数据集上对比NeoSLAM与RatSLAM,凸显二者在映射与轨迹重建差异,新NeoSLAM在实时处理吞吐量上超原版本,地图重建性能与RatSLAM相当。

详情
AI中文摘要

本文提出了NeoSLAM算法的一种新实现。该版本将NeoSLAM完全重写成模块化架构,使用现代框架,能在最小化丢弃输入数据的情况下实时执行。还在不同环境条件下的三个数据集上对NeoSLAM和RatSLAM进行比较评估。实验结果凸显了映射一致性和轨迹重建方面的差异,证明了基于ROS2实现的有效性和实际适用性。新NeoSLAM在实时应用处理吞吐量上优于原版本,在地图重建方面与RatSLAM性能相当。

英文摘要

This paper presents a new implementation of the NeoSLAM algorithm. The proposed version is a complete rewrite of NeoSLAM into a modular architecture using modern frameworks that, together, enable real-time execution with minimal discarding of input data. This work also provides a comparative evaluation between NeoSLAM and RatSLAM across three datasets under varying environmental conditions. The experimental results highlight differences in mapping consistency and trajectory reconstruction, demonstrating the effectiveness and practical applicability of the proposed ROS2-based implementation. The results indicate that the new NeoSLAM outperforms the original in terms of processing throughput for real-time applications and achieves comparable performance to RatSLAM in terms of map reconstruction across the evaluated datasets.

URL PDF HTML 收藏
2607.16138 2026-07-20 cs.LG cs.DS 新提交

Improving Improved Kernel PLS

改进改进的核偏最小二乘法

Ole-Christian Galbo Engstrøm

机构 * FOSS Analytical A/S(FOSS分析有限公司)

AI总结 研究聚焦改进的核偏最小二乘法中X旋转矩阵R和Y载荷矩阵Q的计算,通过新策略加速R计算,利用等价关系降低Q计算成本,经基准测试验证改进可显著加速,且已在开源包中实现。

详情
AI中文摘要

改进的核偏最小二乘法(IKPLS)算法1和2是最快的偏最小二乘校准算法之一。本文聚焦于两个共享步骤,即X旋转矩阵R和Y载荷矩阵Q的计算,并对两者进行加速。对于R,逐元素累加被直接评估策略取代,该策略乘法次数相同但在现代硬件上并行性更好。对于Q,首次发现等价关系,表明每个Y载荷在同一迭代中可由先前计算的量得到,利用此关系将每次载荷计算成本从Θ(KM)降至Θ(M)操作(当M = 1或2 ≤ M < K时)。两种改进证明能产生与原始算法相同的W、P、Q、R和T。NumPy(CPU)和JAX(GPU)基准测试显示,孤立步骤加速高达两个数量级,整体拟合加速约2倍(CPU)和6倍(GPU)。两种改进均在免费开源的Python包ikpls中实现。

英文摘要

Improved Kernel Partial Least Squares (IKPLS) algorithms 1 and 2 are among the fastest PLS calibration algorithms. This article focuses on two shared steps, the computation of the $\mathbf{X}$ rotations, $\mathbf{R}$, and the $\mathbf{Y}$ loadings, $\mathbf{Q}$, and accelerates both. For $\mathbf{R}$, term-by-term accumulation is replaced by a direct evaluation strategy that requires the same number of multiplications but parallelizes better on modern hardware. For $\mathbf{Q}$, I identify - to the best of my knowledge, for the first time - equivalences showing that each $\mathbf{Y}$ loading is obtainable, up to explicitly derived constants, from quantities already computed earlier in the same iteration, and I exploit them in IKPLS to reduce the cost of each loading from $Θ\left(KM\right)$ to $Θ\left(M\right)$ operations whenever $M = 1$ or $2 \leq M < K$, with $K$ predictor variables (number of columns in $\mathbf{X}$) and $M$ response variables (number of columns in $\mathbf{Y}$). Both improvements provably yield exactly the same $\mathbf{W}$, $\mathbf{P}$, $\mathbf{Q}$, $\mathbf{R}$, and $\mathbf{T}$ as the original algorithms. Benchmarks with NumPy (CPU) and JAX (GPU) show speedups of up to two orders of magnitude for the isolated steps and of approximately $2\times$ (CPU) and $6\times$ (GPU) for entire fits. Both improvements are implemented in the free, open-source Python package \texttt{ikpls}.

URL PDF HTML 收藏
2607.16133 2026-07-20 cs.LG cs.AI 新提交

When Do Multi-Agent Systems Help? An Information Bottleneck Perspective

多智能体系统何时发挥作用?信息瓶颈视角

Wendi Yu, Lianhao Zhou, Xiangjue Dong, Sai Sudarshan Barath, Declan Staunton, Byung-Jun Yoon, Xiaoning Qian, James Caverlee, Shuiwang Ji

机构 * Texas A&M University(德克萨斯A&M大学) Brookhaven National Laboratory(布鲁克海文国家实验室)

AI总结 研究从信息瓶颈视角探讨多智能体系统(MAS)与单智能体系统(SAS)差异,指出MAS优势在有限中继时因压缩权衡产生,由参数β控制,通过实验验证,解释了有限智能体间通信何时有利有害。

详情
AI中文摘要

由大语言模型驱动的多智能体系统(MAS)已成为处理复杂任务的一种有前景的范式。但其相对于单智能体系统(SAS)的优势仍不明确,性能在不同设置下变化不一致。本文从信息瓶颈角度阐释MAS与SAS的差异。关键观察是SAS在一个共享上下文中累积完整推理轨迹,而MAS使用由有限中继消息连接的孤立局部上下文。研究表明,在无限中继带宽下,任何SAS都可由传输完整上游上下文的MAS模拟。MAS的显著优势出现在有限中继情况下,此时压缩带来基本权衡:减少冗余上下文可提高效率,但可能导致任务相关信息丢失。将此权衡形式化为由有效参数β控制的信息瓶颈,β体现平衡如何随模型能力变化。当上下文减少超过中继信息丢失时,MAS有优势。通过五个基准和三个模型规模进行18个对照实验验证理论研究。观察到当中继接近充足时,MAS始终有帮助,尤其是对较弱模型;当中继导致信息丢失时,MAS优势缩小或反转,尤其是对能从冗余上下文中提取有用信息的较强模型。研究表明多智能体设计本质上是信息瓶颈优化问题,该视角解释了有限智能体间通信何时有帮助或有损害。

英文摘要

LLM powered multi-agent systems (MAS) have emerged as a promising paradigm for complex tasks. However, their advantages over single-agent systems (SAS) remain unclear, with performance varying inconsistently across settings. Here, we provide an information bottleneck perspective on elucidating the differences between MAS and SAS. Specifically, our key observation is that a SAS accumulates its full reasoning trace in one shared context, while a MAS uses isolated local contexts connected by bounded relay messages. We show that, under infinite relay bandwidth, any SAS can be simulated by a MAS that transmits the full upstream context. Thus, the nontrivial advantage of MAS arises under bounded relays, where compression introduces a fundamental trade-off: reducing redundant context can improve efficiency, but may also incur loss of task-relevant information. We formalize this trade-off as an information bottleneck controlled by an effective parameter $β$, which captures how the balance shifts with model capability, and shows that MAS gains arise when context reduction outweighs relay information loss. We conduct 18 controlled experiments across five benchmarks and three model scales to validate our theoretical studies. We observe that MAS consistently helps when relays are near-sufficient, especially for weaker models. In contrast, MAS gains shrink or reverse when relays incur information loss, especially for stronger models that can already extract useful information from redundant context and thus gain little from compression. Our study shows that multi-agent design is fundamentally an information-bottleneck optimization problem. This perspective explains when bounded inter-agent communication helps or hurts.

URL PDF HTML 收藏
2607.16131 2026-07-20 cs.CL cs.AI 新提交

ToolSciVer: Multimodal Scientific Claim Verification with Visual Tool Augmented Reinforcement Learning

ToolSciVer:基于视觉工具增强强化学习的多模态科学声明验证

Binglin Zhou, Peng Shi, Ryo Kamoi, Nan Zhang, Rui Zhang

机构 * The Pennsylvania State University(宾夕法尼亚州立大学) University of Waterloo(滑铁卢大学)

AI总结 研究多模态科学声明验证问题,提出ToolSciVer框架,为视觉语言模型配备三种类型感知视觉工具,用组相对策略优化训练策略,实验证明该方法在多模型上性能优于竞争基线。

详情
AI中文摘要

多模态科学声明验证(MSCV)要求模型利用来自论文的视觉证据(如图表、文本上下文)验证科学声明。现有方法常因难以定位关键视觉证据、准确读取结构化科学视觉内容及整合多模态观察进行可靠推理而失败。我们引入ToolSciVer,首个用于MSCV的工具增强框架。它为视觉语言模型配备三种类型感知视觉工具,通过组相对策略优化(GRPO)在复合奖励下训练策略。在三个模型家族的五个视觉语言模型上的实验表明,该方法性能优于四个竞争基线。

英文摘要

Multimodal Scientific Claim Verification (MSCV) requires models to verify scientific claims using visually grounded evidence from papers, including figures, tables, charts, and textual context. However, existing methods often fail because they struggle to locate decisive visual evidence, accurately read structured scientific visuals, and integrate multimodal observations into reliable reasoning. We introduce ToolSciVer, the first tool-augmented framework for MSCV to our knowledge. ToolSciVer equips a VLM with three type-aware visual tools, table row/column focus, chart-to-structure parsing, and high-resolution region zoom, which convert dense scientific visuals into explicit, claim-facing evidence, and trains the policy with Group Relative Policy Optimization (GRPO) under a composite reward of answer correctness, format validity, length control, tool-use efficiency, and tool-validity penalties. Experiments on SciVer and MuSciClaims datasets on five VLMs from three model families (Qwen, InternVL, Gemma) demonstrate that our method achieves superior performance compared to four competitive baselines including prompting-based and RL-based tool-use methods, highlighting the effectiveness of learned, type-aware tool use for scientific claim verification.

URL PDF HTML 收藏
2607.16128 2026-07-20 cs.CV cs.MA cs.MM 新提交

Toward Semantic Communication for Real-time Mobile 3D Reconstruction

迈向实时移动 3D 重建的语义通信

Fangzhou Zhao, Yao Sun, Xuesong Liu, Runze Cheng, Shang Kai, Yi Sun

机构 * School of Electrical and Electronic Engineering, North China Electric Power University(华北电力大学电气与电子工程学院) James Watt School of Engineering, University of Glasgow(格拉斯哥大学詹姆斯·瓦特工程学院) School of Computer Science and Technology, China University of Petroleum (East China)(中国石油大学(华东)计算机科学与技术学院)

AI总结 针对实时移动 3D 重建中几何估计对通信失真敏感的问题,提出语义通信框架,含语义收发器输出带置信度图的重建图像,引入置信度引导几何估计方法,仿真显示该框架能保持图像质量并提升姿态估计精度和 3D 结构一致性。

详情
AI中文摘要

实时移动 3D 重建对许多新兴应用至关重要,移动平台持续捕获图像流并传输到计算服务器进行场景理解。与离线重建不同,采集时需实时估计相机姿态和场景几何,多视图一致性成为实时要求,且几何估计对通信失真敏感。语义通信可传输紧凑语义信息,但现有设计在图像或单视图级别优化,未为几何估计提供明确可靠性信息。在此背景下,我们提出用于实时移动 3D 重建的语义通信框架。该框架包括语义收发器,输出重建图像及像素级置信度图以量化各区域可靠性。还引入置信度引导的几何估计方法,将置信度纳入基于 RANSAC 的姿态初始化和光束平差法,减少不可靠区域影响,增强在噪声信道下的鲁棒性。仿真表明,与现有语义通信和传统分离信源与信道编码相比,我们的框架保持高图像质量,同时显著提高姿态估计精度和 3D 结构一致性。

英文摘要

Real-time mobile 3D reconstruction is fundamental to many emerging applications such as autonomous navigation and digital twin construction, where a moving platform continuously captures an image stream and transmit to a computing server for scene understanding. Unlike offline reconstruction, camera poses and scene geometry are estimated on-the-fly during acquisition, making multi-view consistency a real-time requirement and rendering geometric estimation highly sensitive to communication-induced distortions. Semantic communication (SemCom) transmits compact semantic information, offering a promising way to preserve task-critical data over unreliable links. However, existing designs are optimized at the image or single-view level and without providing explicit reliability information for geometric estimation, limiting their applicability to real-time mobile 3D reconstruction. In this context, we propose a SemCom framework for real-time mobile 3D reconstruction. The framework includes a semantic transceiver that outputs a reconstructed image alongside a pixel-wise confidence map, quantifying the reliability of each region. We further introduce a confidence-guided geometric estimation method, incorporating confidence into RANSAC-based pose initialization and bundle adjustment to reduce the influence of unreliable regions and enhance robustness under noisy channels. Simulations show that, compared to existing SemCom and traditional seperate source and channel coding, our framework maintains high image quality while significantly improving pose estimation accuracy and 3D structural consistency.

URL PDF HTML 收藏
2607.16123 2026-07-20 cs.RO 新提交

BayesContact: Uncertain Pose Estimation via Visuo-Tactile Proposals and Simulation-based Inference

BayesContact:通过视觉触觉提议和基于模拟的推理进行不确定姿态估计

Aditya Kamireddypalli, Matias Mattamala, Joao Moura, Russell Buchanan, Sethu Vijayakumar, Subramanian Ramamoorthy

机构 * School of Informatics, University of Edinburgh(爱丁堡大学信息学院) Department of Mechanical and Mechatronics Engineering, University of Waterloo(滑铁卢大学机械与机电工程系)

AI总结 针对富含接触操作中姿态估计难题,提出BayesContact框架,通过融合视觉与触觉信息及基于模拟的推理来维护物体姿态信念,经模拟预测与真实观测对比更新信念,提升了姿态可观测性与插入成功率。

详情
AI中文摘要

富含接触的操作需要比仅深度感知提供的更准确的姿态估计。现有方法依赖视觉和接触,采用成本高昂的离线训练程序,且新环境和几何形状需重新训练。我们提出BayesContact,一种用于销孔插入中视觉触觉姿态估计的基于模拟的推理框架。它通过粒子信念维护物体姿态,融合深度观测与力/扭矩衍生的接触证据。利用基于模拟的前向模型近似观测似然性,通过渲染器预测深度测量值,物理模拟器预测受保护探测动作下的接触结果,并与真实观测进行评分以更新信念。生成的多模态信念还能实现基于信息增益的探测以进行主动消歧。在模拟几何形状和真实机器人实验中,BayesContact比仅视觉推理提高了30%的姿态可观测性和插入成功率。

英文摘要

Contact-rich manipulation requires pose estimates that are often more accurate than what depth-only sensing provides. Existing methods, relying on vision and contact, employ costly offline training procedures that need to be retrained for new environments and geometries. We propose BayesContact, a Simulation-Based Inference framework for visuo-tactile pose estimation in peg-in-hole insertion. BayesContact maintains a particle belief over object pose and fuses depth observations with force/torque-derived contact evidence. We employ simulation based forward models to approximate these observation likelihoods. For each pose hypothesis, a renderer predicts depth measurements and a physics simulator predicts contact outcomes under guarded probing actions; both are scored against real observations to update the belief. The resulting multimodal belief also enables information-gain-based probing for active disambiguation. Across simulated geometries and real-robot experiments, BayesContact improves pose observability and insertion success over vision-only inference by 30%

URL PDF HTML 收藏
2607.16122 2026-07-20 cs.AI cs.LG 新提交

CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data

CRAFT:聚类评分标准以诊断大型语言模型的能力短板并生成针对性的微调数据

Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru, MohammadHossein Rezaei, Aakash Sabharwal, Yunzhong He

机构 * Scale AI(Scale人工智能公司)

AI总结 研究针对评估应指导模型改进及提供训练数据的问题,提出CRAFT方法,将评分标准评估数据集转化为模型能力短板诊断,通过聚类能力描述、评估模型节点等生成微调数据,实验表明该方法能更精准诊断模型弱点并提升性能。

Comments 18 pages, 3 Tables, 2 Figures

详情
AI中文摘要

评估不应仅衡量模型当前性能,还应指出改进方向并提供针对性训练数据。多数评估流程仅指出模型失败之处,未说明原因。本文介绍CRAFT方法,将基于评分标准的评估数据集转化为对模型能力短板的特定诊断。该方法把每个评分标准视为能力探针,提取能力描述并聚类成层次化能力树,在各节点评估目标模型,动态选择低性能节点以指导生成针对性的监督微调数据。在四个开源模型、两个专业领域及13个与诊断数据不相交的基准测试上的比较结果显示,CRAFT在重复温度解码下,在金融领域对所有四个模型平均表现最佳;在法律领域,四个模型中有三个表现最强,第四个模型也在最佳基线的解码方差范围内。在评分标准层面诊断弱点,能更清晰地了解模型的不足,并在基于此诊断进行微调后得到性能更佳的模型。

英文摘要

Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines identify weak examples, topics, or categories, but they leave the underlying capability failure implicit: they say where a model fails, not why. We introduce CRAFT, a method that converts any rubric based evaluation dataset into a model specific diagnosis of weak capabilities. CRAFT treats each grading criterion as a capability probe: it extracts a capability description from every prompt rubric pair, clusters these descriptions into a hierarchical capability tree, scores the target model at every node, and selects low performing nodes dynamically across tree levels, at the granularity where each failure is clearest. The selected weak capabilities then direct the generation of targeted supervised finetuning data. Holding the data generation, finetuning, and evaluation setup fixed, we compare CRAFT against prompt level EvalTree clustering and untargeted random generation on four open source models, two professional domains (finance and legal), and 13 held out benchmarks disjoint from the diagnostic data. CRAFT achieves the strongest finance domain average for all four models under repeated temperature decoding; on legal domain, it is strongest for three of four models and remains within the decoding variance bands of the best baseline on the fourth. Diagnosing weaknesses at the level of rubric criteria, rather than prompts or categories, thus yields both a sharper picture of what a model cannot do and measurably better models after finetuning on that diagnosis.

URL PDF HTML 收藏
2607.16117 2026-07-20 cs.CL 新提交

Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content

语言编码的速率-效用前沿:在受控语言内容下比较词元、字节和像素

Ingo Ziegler, Martin Krebs, Desmond Elliott

机构 * Department of Computer Science, University of Copenhagen(哥本哈根大学计算机科学系)

AI总结 研究在内容和下游能力受控时语言编码保留了什么,利用多语言平行句子通过共享瓶颈比较词元、字节和像素以追踪速率-效用前沿,评估三种效用,发现各编码在不同方面表现不同,选择编码需考虑多因素进行速率-效用权衡。

Comments Preprint. Code available at https://github.com/ziegler-ingo/rate-utility-frontiers

详情
AI中文摘要

语言模型将文本编码为子词元、原始字节或渲染像素,但这些编码通常在建模约束下进行比较,而这些约束会使不同语言的模型接触到不同数量的语言内容。本文提出在内容和下游能力均受控制的情况下,研究每种编码保留了什么。利用13种语言和5种脚本的经过验证的平行句子,通过一个共享瓶颈比较词元、字节和像素,该瓶颈的宽度被扫描以追踪速率-效用前沿。这区分了三个常被混淆的量:编码创建的输入位置数量、编码后可用的潜在容量以及压缩后留存的与任务相关的信息。评估了三种效用:表面形式保留、跨语言句子对齐和主题分类。没有一种编码在所有任务或容量范围内占主导地位。像素最能保留表面形式,字节最能保留跨语言对齐,尤其是在同脚本多语言设置中,词元最支持主题预测。这些性能不能仅由序列长度来解释。短输入可能会丢弃有用的含义,而长输入可能会保留易于压缩的信息。因此,选择一种编码不是对词元、字节或像素的固定偏好,而是一种取决于任务、语言组合、容量范围和计算预算的速率-效用权衡。

英文摘要

Language models encode text as subword tokens, raw bytes, or rendered pixels, but these encodings are usually compared under modeling constraints that expose different amounts of linguistic content to models across different languages. We instead ask what each encoding preserves when both the content and the downstream capacity are controlled. Using verified parallel sentences across thirteen languages and five scripts, we compare tokens, bytes, and pixels through a shared bottleneck whose width is swept to trace rate-utility frontiers. This separates three quantities that are often conflated: the number of input positions an encoding creates, the latent capacity available after encoding, and the task-relevant information that survives compression. We evaluate three utilities: surface form preservation, cross-lingual sentence alignment, and topic classification. No encoding dominates across tasks or capacity regimes. Pixels preserve surface form best, bytes preserve cross-lingual alignment best, especially in same-script multilingual settings, and tokens support topic prediction best. These performances are not explained by sequence length alone. Short inputs can discard useful meaning, while long inputs can preserve information that compresses well. Choosing an encoding is therefore not a fixed preference for tokens, bytes, or pixels, but a rate-utility tradeoff that depends on the task, language mix, capacity regime, and compute budget.

URL PDF HTML 收藏
2607.16112 2026-07-20 cs.AI 新提交

Harmonizing AI Safety Thresholds

协调人工智能安全阈值

Wilber Sean Anterola, Matthew Ball, Luis F. Lafuerza, Markov Grey

机构 * Brown University(布朗大学) Centre pour la Sécurité de l’Intelligence Artificielle (CeSIA)(人工智能安全中心)

AI总结 研究针对前沿人工智能公司能力阈值差异大的问题,开发推导协调阈值的方法,在滥用风险领域以预期危害为关键要素建模,自动化人工智能研发领域基于进展速度设阈值,扩展了相关工作并指出差距局限。

详情
AI中文摘要

前沿人工智能公司公布的能力阈值差异很大,这使得第三方难以核实阈值是否被突破或比较不同公司的要求。此外,没有共同的最低阈值,风险缓解可能不一致,导致安全标准可能出现逐底竞争。我们开发了一种方法来推导三个风险领域的协调阈值。对于滥用风险(网络和生物),我们将预期危害作为关键要素,并使用明确的风险建模方法,该方法考虑了风险渠道和模型发布条件。对于自动化人工智能研发,我们基于观察到的人工智能进展速度而非预期危害来提出阈值。我们的分析扩展了先前的工作,并突出了现有的实证差距和局限性。

英文摘要

Frontier AI companies have published capability thresholds that differ substantially, making it difficult for third parties to verify whether a threshold has been crossed or to compare requirements across companies. Moreover, without common minimum thresholds, risk mitigation may be inconsistent, creating a potential race to the bottom in safety standards. We develop a methodology for deriving harmonized thresholds across three risk domains. For misuse risks (cyber and biological), we take expected harm as the key primitive and use an explicit risk-modeling approach that accounts for risk channels and model release conditions. For automated AI R&D, we base our proposed threshold on the observed rate of AI progress rather than expected harm. Our analysis expands upon prior work and highlights existing empirical gaps and limitations.

URL PDF HTML 收藏
2607.16105 2026-07-20 cs.CV cs.HC 新提交

Attention-Guided Saliency Maps for Interpreting Visualization Literacy in VLMs

用于解释视觉语言模型中视觉素养的注意力引导显著图

Maeve Hutchinson, Abderrahmane Wassim Mehdaoui, Pranava Madhyastha

机构 * The Alan Turing Institute(艾伦·图灵研究所)

AI总结 研究视觉语言模型如何解释数据可视化这一问题,提出针对图像文本生成的轻量级诊断显著图方法,通过聚合注意力并映射到图像,生成快速无梯度显著图,用删除度量评估,揭示模型注意力分配情况。

Comments To be presented at IEEE VIS 2026

详情
AI中文摘要

理解视觉语言模型(VLM)如何解释数据可视化仍是一个未解决的问题,随着这些模型用于需要可靠推理的分析任务,其重要性日益凸显。我们针对使用变压器模型(当前可视化解释中的先进模型)进行图像文本生成引入了一种轻量级诊断显著图方法。我们的方法聚合语言模型在所有头和层上对视觉令牌的注意力,然后将此注意力映射回视觉编码器的补丁网格以在图像上定位,在每个生成的答案令牌与其关注的图像区域之间建立直接对应关系。这产生了快速、无梯度的显著图,揭示了VLM在答案生成过程中如何在视觉元素间分配注意力,可检查模型注意力是否与语义相关组件对齐。我们使用删除度量评估方法,验证显著图对模型行为的因果忠实性。

英文摘要

Understanding how vision-language models (VLMs) interpret data visualizations remains an open problem, and is increasingly important as these models are used for analytical tasks where reliable reasoning is essential. We introduce a lightweight, diagnostic saliency map method tailored for text generation over images using transformer models, the current state-of-the-art models in visualization interpretation. Our approach aggregates the language model's attention over the visual tokens across all heads and layers, then maps this attention back onto the vision encoder's patch grid to localise it over the image, producing a direct correspondence between each generated answer token and the image regions it attended to. This yields fast, gradient-free saliency maps that expose how VLMs allocate focus across visual elements during answer generation, enabling inspection of whether model attention aligns with semantically relevant components. We evaluate our approach using a deletion metric which validates the causal faithfulness of our saliency maps to the model's behavior.

URL PDF HTML 收藏
2607.16097 2026-07-20 cs.LG cs.AI cs.CL 新提交

Understanding Reasoning from Pretraining to Post-Training

理解从预训练到训练后阶段的推理

Jingyan Shen, Ang Li, Salman Rahman, Yifan Sun, Micah Goldblum, Matus Telgarsky, Pavel Izmailov

机构 * New York University(纽约大学) Modal Labs(模态实验室) University of California, Los Angeles(加州大学洛杉矶分校) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Columbia University(哥伦比亚大学)

AI总结 研究强化学习在大语言模型从预训练到训练后阶段对推理的作用,以国际象棋为测试平台,按标准流程训练模型,发现预训练损失可预测RL后性能,RL奖励曲线斜率与预训练令牌有关,还揭示RL对SFT策略的影响,且在数学领域也有相同模式。

详情
AI中文摘要

强化学习(RL)在改进复杂推理任务的大语言模型(LLMs)中变得至关重要,但RL训练后阶段在很大程度上与之前的预训练孤立研究。存在两个基本问题:预训练选择如何影响RL计算回报;RL对模型实际有何作用。在标准LLM设置中难以研究,因此用国际象棋作为可控测试平台。按照标准LLM训练流程,在人类国际象棋游戏上预训练语言模型,在合成推理轨迹上进行监督微调,并在具有可验证奖励的国际象棋谜题上运行RL。结果发现,给定RL计算水平下的RL后性能可由预训练损失很好地预测,RL奖励曲线斜率随预训练令牌近似线性改善。此外,RL不仅锐化了监督微调(SFT)策略,在简单谜题上放大SFT已偏好的正确走法,在难题上揭示SFT下几乎不存在的正确走法。通过在数学领域文本上训练模型进一步测试,发现相同预测模式出现。总之,提供了预训练到RL接口的定量描述和可控测试平台。

英文摘要

Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result, two basic questions remain open: (1) how do pretraining choices (model size, data) shape the returns to RL compute, and (2) what does RL actually do to the model? These questions are difficult to study in the standard LLM setting: pretraining corpora are vast and uncontrolled, making it hard to attribute behaviors to pretraining versus RL, and systematic compute sweeps across both stages are prohibitively expensive. To address these challenges, we use chess as a controlled testbed for studying reasoning across the full pretraining-to-post-training pipeline. We follow the standard LLM training pipeline by pretraining language models from 5M to 1B parameters on human chess games, supervised fine-tuning on synthetic reasoning traces, and running RL on chess puzzles with verifiable rewards. Using this framework, we find that the post-RL performance at given RL compute level is well-predicted from the pretraining loss, and slope of the RL reward curves improves approximately linearly with the pretraining tokens. Beyond scaling, we find that RL does not simply sharpen the SFT policy: on easy puzzles it amplifies correct moves the SFT policy already preferred, while on hard puzzles it surfaces correct moves that were nearly absent under SFT. We further test whether our findings transfer beyond chess by training a 1B language model on math-domain text, where the same predictive pattern emerges: longer-pretrained checkpoints reach higher post-RL performance and improve faster under RL. In sum, we provide a quantitative account of the pretraining-to-RL interface and a controlled testbed for studying the science of reasoning across the full pretraining-to-post-training pipeline.

URL PDF HTML 收藏
2607.16095 2026-07-20 cs.RO 新提交

Let the Body Follow: Coupled Egocentric Control for Whole-Body Robot Teleoperation

让身体跟随:用于全身机器人遥操作的耦合自我中心控制

Tsung-Chi Lin, Yichen Xie, Chien-Ming Huang

机构 * New Jersey Institute of Technology(新泽西理工学院) Johns Hopkins University(约翰霍普金斯大学)

AI总结 研究全身机器人遥操作协调难题,提出耦合自我中心控制方法,通过机器人躯干和基座自动响应操作员头部及手臂动作,在用户研究中评估该方法,相比基线混合界面有诸多优势。

Comments 8 pages, 11 figures, 1 table; submitted to the 2026 IEEE-RAS International Conference on Humanoid Robots (Humanoids 2026)

详情
AI中文摘要

全身遥操作要求用户协调多个机器人组件的感知、操作、姿势和移动性。这种协调很困难,因为用户必须同时控制机器人的头部、手臂、躯干和基座,同时保持任务意识并避免运动学或环境约束。本文提出了耦合自我中心控制,这是一种身体跟随遥操作方法,其中机器人的躯干和基座会自动响应操作员的头部和手臂动作。该系统让用户专注于注视和手部控制,而非每次都需要明确的触摸板命令来调整躯干或基座。我们在一项针对TIAGo移动操纵器进行家庭护理启发任务的全身遥操作用户研究中评估了这种方法。与基线混合界面相比,耦合自我中心控制提高了物体操纵效率,减少了基于按钮的控制工作量和手臂奇异点,降低了心理需求和总体工作量,并提高了易用性、易学习性、信心以及用户对躯干和基座控制的偏好。

英文摘要

Whole-body teleoperation requires users to coordinate perception, manipulation, posture, and mobility across multiple robot components. This coordination is difficult because users must simultaneously control the robot's head, arms, torso, and base while maintaining task awareness and avoiding kinematic or environmental constraints. In this paper, we propose coupled egocentric control, a body-following teleoperation approach in which the robot's torso and base automatically respond to the operator's head and arm motions. Rather than requiring explicit touchpad commands for every torso or base adjustment, the system lets users focus on gaze and hand control: head pitch adjusts torso height, head yaw drives base rotation, end-effector height adjusts torso motion, and end-effector workspace boundaries trigger base translation. We evaluate this approach in a user study on whole-body teleoperation of a TIAGo mobile manipulator for home-care-inspired tasks. Compared with a baseline hybrid interface, coupled egocentric control improves object manipulation efficiency, reduces button-based control effort and arm singularities, lowers mental demand and overall workload, and increases ease of use, ease of learning, confidence, and user preference for torso and base control.

URL PDF HTML 收藏
2607.16094 2026-07-20 cs.CV 新提交

How Do VLMs Fail? Vision-Operation Misalignment in Compositional VQA

视觉语言模型如何失败?组合式视觉问答中的视觉-操作不对齐

Navya Gupta, Bingjie Xu, Avinash Anand, Timothy Liu, Zhengchen Zhang

机构 * Singapore Institute of Technology(新加坡科技学院) NVIDIA(英伟达)

AI总结 研究组合式视觉问答中视觉语言模型失败的机制,引入以操作为中心的框架分解失败模式,揭示四种失败模式及传播路径,表明不同失败类型需不同纠正策略,为提升模型可靠性提供基础。

Comments Accepted at ACM Multimedia 2026

详情
AI中文摘要

组合式视觉问答要求视觉语言模型执行多种推理操作,如对象选择、空间关系解析和属性验证。尽管总体性能强劲,但视觉语言模型在此任务上失败的机制基础仍未得到充分探索。为填补这一空白,我们通过研究失败如何与特定推理操作以及它们出现和传播的内部计算路径相关,来分析视觉语言模型中的视觉-操作不对齐。我们引入了一个以操作为中心的机制框架,该框架根据失败产生的推理操作和传播的内部计算路径对视觉语言模型的失败进行分解。我们的分析揭示了四种机制上不同的失败模式:基础失败、推理失败、属性提取失败和语言先验主导失败。每种模式都以视觉基础强度和答案正确性之间的独特关系为特征。通过在所有变压器层应用的三种互补因果干预,我们进一步证明了一种路径分离:基础失败仅通过前馈网络传播,推理失败通过后期层注意力传播,属性提取失败定位到答案位置的前馈计算。这种分离表明不同的失败类型需要根本不同的纠正策略,为有针对性地提高视觉语言模型在多媒体推理中的可靠性提供了原则基础。

英文摘要

Compositional visual question answering requires Vision-Language Models (VLMs) to execute multiple reasoning operations like object selection, spatial relation resolution, and attribute verification. Despite strong aggregate performance, the mechanistic basis of VLM failures on this task remains underexplored. To address this gap, we analyze vision-operation misalignment in VLMs by examining how failures relate to specific reasoning operations and the internal computational pathways through which they arise and propagate. We introduce an Operation-centric mechanistic framework that decomposes VLM failures by both the reasoning operation where they originate and the internal computational pathway through which they propagate. Our analysis reveals four mechanistically distinct failure modes: grounding failure, reasoning failure, attribute extraction failure, and language prior dominance failure. Each characterized by a unique relationship between visual grounding strength and answer correctness. Through three complementary causal interventions applied across all transformer layers, we further demonstrate a pathway dissociation: grounding failures route exclusively through the feedforward network, reasoning failures route through late-layer attention, and attribute extraction failures localize to the answer-position feedforward computation. This dissociation demonstrates that different failure types require fundamentally different corrective strategies, providing a principled foundation for targeted improvements to VLM reliability in multimedia reasoning.

URL PDF HTML 收藏
2607.16090 2026-07-20 cs.LG cs.AI 新提交

DADiff: Diffusion-Driven Cross-Domain Policy Adaptation for Reinforcement Learning

DADiff:用于强化学习的扩散驱动跨域策略适应

Hanyang Chen, Anirudh Satheesh, Longchao Da, Hua Wei

机构 * Arizona State University(亚利桑那州立大学) University of Maryland, College Park(马里兰大学帕克分校)

AI总结 研究强化学习中跨域策略适应问题,提出基于扩散的DADiff框架,利用源域和目标域生成轨迹差异估计动态不匹配,开发奖励修改和数据选择变体,实验表明该方法性能优于现有方法,有效解决动态不匹配。

Comments Accepted by IROS 2026

详情
AI中文摘要

在强化学习中,跨域转移策略面临着重大挑战,因为源域和目标域之间存在动态不匹配。本文考虑在线动态适应设置,即在源域使用足够数据训练策略,同时仅允许与目标域进行有限交互。现有一些工作通过使用域分类器、值引导数据过滤或表示学习来解决动态不匹配问题。相反,我们从生成建模角度研究域适应问题。具体来说,我们引入DADiff,这是一个基于扩散的框架,它利用下一状态生成过程中源域和目标域生成轨迹之间的差异来估计动态不匹配。我们开发了奖励修改和数据选择变体来使策略适应目标域。我们还进行了理论分析,表明给定策略在两个域之间的性能差异受生成轨迹偏差的限制。我们在具有各种转移的环境中进行了广泛实验,结果表明我们的方法比现有方法具有更好的性能,有效解决了动态不匹配问题。

英文摘要

Transferring policies across domains poses a vital challenge in reinforcement learning, due to the dynamics mismatch between the source and target domains. In this paper, we consider the setting of online dynamics adaptation, where policies are trained in the source domain with sufficient data, while only limited interactions with the target domain are allowed. There are a few existing works that address the dynamics mismatch by employing domain classifiers, value-guided data filtering, or representation learning. Instead, we study the domain adaptation problem from a generative modeling perspective. Specifically, we introduce DADiff, a diffusion-based framework that leverages the discrepancy between source and target domain generative trajectories in the generation process of the next state to estimate the dynamics mismatch. Both reward modification and data selection variants are developed to adapt the policy to the target domain. We also provide a theoretical analysis to show that the performance difference of a given policy between the two domains is bounded by the generative trajectory deviation. More discussions on the applicability of the variants and the connection between our theoretical analysis and the prior work are further provided. We conduct extensive experiments in environments with various shifts to validate the effectiveness of our method. The results demonstrate that our method provides superior performance compared to existing approaches, effectively addressing the dynamics mismatch. We provide the code of our method at https://github.com/hanyang-chen/DADiff-release

URL PDF HTML 收藏
2607.16080 2026-07-20 cs.LG eess.IV 新提交

Physics-Based Deep Spatiotemporal Hyperlocal Radar Nowcasting with a Multi-Variable U-Net for High-Resolution Precipitation Forecasting

基于物理的深度时空超本地雷达临近预报:使用多变量U-Net进行高分辨率降水预报

Akshay Sunil, Muhammed Rashid, Raja Sekhar Sivaraju, Sushma Nair, Subimal Ghosh

机构 * Centre for Climate Studies, Indian Institute of Technology Bombay(气候研究中心,印度理工学院孟买分校) Regional Meteorological Centre (RMC)(区域气象中心)

AI总结 针对城市降水临近预报难题,开发结合多变量的雷达临近预报框架,利用U-Net模型及相关模块方法,通过雷达观测训练评估,在提前90分钟预报时相比传统方法有优势,能快速生成预报用于实时决策。

Comments 10 pages, 5 figures. Submitted to IEEE Transactions on Geoscience and Remote Sensing

详情
AI中文摘要

10 - 90分钟内的降水临近预报对城市地区的洪水管理和实时决策很重要。传统高分辨率数值天气预报的短期预报需要频繁数据同化等,存在计算延迟。机器学习可直接从高频观测中学习风暴演变并快速预报。本文针对印度孟买的复杂气象情况,开发了一个仅基于雷达的临近预报框架,将多仰角反射率等特征结合到编码器 - 解码器U-Net中。该模型利用最新雷达体扫预测未来12个复合反射率场,间隔7.5分钟,最长提前90分钟。通过特定模块和方法提升性能,并经训练和评估。在90分钟提前期时,不同阈值下的关键成功指数有相应结果,与持续性预报相比有优势,且能在标准计算机上快速生成临近预报用于实时应用。

英文摘要

Precipitation nowcasting over the immediate 10-90 min period is important for flood management and real-time decision-making in urban regions. Conventional short-range forecasting with high-resolution numerical weather prediction requires frequent data assimilation, model initialization, and spin-up, introducing computational latency. Machine learning provides an alternative by learning storm evolution directly from high-frequency observations and producing forecasts quickly after training. This is particularly relevant for Mumbai, India, where monsoon convection, land-sea interactions, and localized intense rainfall make short-term prediction difficult. Here, we develop a compact radar-only nowcasting framework that combines multi-elevation reflectivity, Doppler radial velocity, and radial-velocity-gradient proxy features within an encoder-decoder U-Net. Using the most recent radar volume scan, the model predicts 12 future composite reflectivity fields at 7.5-min intervals up to 90 min lead time. The derived velocity magnitude, divergence-like, directional-shear, and vorticity-like channels represent kinematic signatures associated with convergence and boundary interactions without requiring full wind-field retrieval. A high-reflectivity attention module improves sensitivity to convective cores, and physics-guided attribution examines whether the learned sensitivities are meteorologically meaningful. The model is trained using Mumbai Doppler radar observations from May to August 2023 and evaluated on temporally independent events. At 90 min lead time, Critical Success Index values are 0.437, 0.332, and 0.193 for $\geq$10, $\geq$20, and $\geq$30 dBZ thresholds, respectively. Compared with persistence, the model gives lower RMSE and higher spatial correlation at longer lead times. Once trained, it runs on a standard computer, generating nowcasts within seconds for real-time use.

URL PDF HTML 收藏
2607.16076 2026-07-20 cs.CV cs.AI cs.CL 新提交

HCIG: A Hierarchical Cross-Modal Incongruity Graph Network for Multimodal Sarcasm and Cyberbullying Detection

HCIG:用于多模态讽刺和网络欺凌检测的分层跨模态不协调图网络

Bhavana Verma, Priyanka Meel, Dinesh Kumar Vishwakarma

机构 * Delhi Technological University(德里理工大学) Multimodal Data Analytics Research Laboratory(多模态数据分析研究实验室)

AI总结 针对多模态讽刺和网络欺凌检测难题,提出HCIG框架,利用图注意力网络在不同层面建模跨模态不协调并整合,引入GCCN辅助推理。实验表明该方法在相关数据集上表现出色,分层多粒度建模比传统策略更有效。

详情
AI中文摘要

多模态讽刺和网络欺凌检测具有挑战性,因为其含义常源于文本和视觉信息的不协调。现有方法主要依赖特征融合或跨模态注意力,难以捕捉不同层次表示的语义不一致。本文提出HCIG框架,用图注意力网络在词元、短语和全局层面建模跨模态不协调,并通过分层注意力机制整合。还引入GCCN进行基于图的推理。在MMSD讽刺基准和MultiBully网络欺凌数据集上评估,结果表明HCIG在MMSD上性能最佳,GCCN在MultiBully上宏F1最高,分层多粒度不协调建模比传统融合策略更有效。

英文摘要

Multimodal sarcasm and cyberbullying detection remain challenging because the intended meaning often emerges from incongruity between textual and visual information rather than from either modality alone. Existing multimodal approaches primarily rely on feature fusion or cross-modal attention, which may not effectively capture hierarchical semantic inconsistencies across different levels of representation. To address this limitation, this paper proposes HCIG (Hierarchical Cross-modal Incongruity Graph Network), a novel framework that models cross-modal incongruity at token, phrase, and global levels using graph attention networks and adaptively integrates these representations through a learned hierarchical attention mechanism. As a complementary architecture, we also introduce GCCN (Graph-based Cross-modal Contradiction Network), which performs graph-based reasoning using contradiction-aware pooling for efficient multimodal interaction learning. The proposed models are evaluated on the MMSD sarcasm benchmark and the MultiBully cyberbullying dataset, together with comprehensive ablation studies and cross-task transfer experiments. Experimental results demonstrate that HCIG achieves the best performance on MMSD with 85.74% accuracy and 85.29% macro-F1, while GCCN attains the highest macro-F1 (68.66%) on MultiBully and HCIG achieves the highest accuracy (69.62%) and bullying-class F1 (74.90%). The findings demonstrate that hierarchical multi-granularity incongruity modeling provides more effective multimodal reasoning than conventional fusion strategies, offering a robust framework for sarcasm and cyberbullying detection in social media.

URL PDF HTML 收藏
2607.16072 2026-07-20 cs.CL 新提交

Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D

前沿语言模型在复制方面存在困难:文本可在二维视角下得到更好理解

Haodong Wen, Yiran Zhang, Yingfa Chen, Kaifeng Lyu

机构 * Tsinghua University(清华大学)

AI总结 研究发现前沿语言模型复制输入字符串存在困难,归因于Transformer架构位置编码问题。为此引入2D-RoPE,将文本组织成二维网格,使复制任务更易学习。实验表明其在复制任务上优势明显,有助于语言建模,鼓励探索二维位置编码潜力。

详情
AI中文摘要

虽然大语言模型能在数秒内解决高级推理问题,但前沿模型甚至无法完成简单操作:精确复制位于其上下文窗口内的输入字符串。我们将此失败归因于Transformer架构中的位置编码,其归纳偏差倾向于通过基于匹配局部上下文的捷径进行复制,而非仔细定位相应输入位置。为解决此问题,我们引入2D-RoPE,将文本组织成二维网格而非一维序列,并为每个token分配行ID和列ID。在此视角下,复制变为在固定列偏移处检索输入token,使任务易于学习。在合成复制实验中,采用2D-RoPE的浅层Transformer在输入长度比训练时长得数百倍的情况下实现完美复制,而标准位置编码则远远落后。我们进一步表明,2D-RoPE语言模型在复制任务上的优势在高达14亿参数的DCLM大规模预训练中持续存在。总体而言,我们的结果表明二维视角下看待文本有益于语言建模,希望鼓励未来工作进一步探索二维位置编码的潜力。

英文摘要

While large language models (LLMs) can solve advanced reasoning problems in seconds, we show that even frontier models fail to perform a much simpler operation: exactly copying an input string that lies well within their context windows. We attribute this failure to positional encodings in Transformer architectures, whose inductive bias favors copying through a shortcut based on matching local contexts rather than carefully locating the corresponding input positions. To address this issue, we introduce 2D-RoPE, which organizes text into a 2D grid rather than a 1D sequence and assigns each token a row ID and a column ID. Under this view, copying becomes simply retrieving input tokens at a fixed column offset, which makes the task easy to learn. In synthetic copy experiments, shallow Transformers with 2D-RoPE achieve perfect copying at input lengths hundreds of times longer than those seen during training, whereas standard positional encodings fall far behind. We further show that the advantage of 2D-RoPE language models on copy tasks consistently holds in large-scale pretraining on DCLM with model sizes up to 1.4B parameters. Overall, our results suggest that viewing text in 2D can benefit language modeling, and we hope this encourages future work to further explore the potential of 2D positional encodings.

URL PDF HTML 收藏
2607.16062 2026-07-20 cs.LG cs.AI 新提交

When Model Merging Rivals Joint Multi-Task Reinforcement Learning: A Task-Vector Geometry Analysis

当模型合并与联合多任务强化学习相抗衡时:任务向量几何分析

S. Aaron McClendon

机构 * Aimpoint Digital Labs(Aimpoint数字实验室)

AI总结 研究在强化学习中模型合并能否替代联合多任务训练,通过训练Qwen3 - 8B专家并合并,与联合训练模型对比,发现任务向量几何结构中方向和支持解耦,合并效果与联合训练相当,还发布了代码和统计数据。

详情
AI中文摘要

模型合并被推广为联合多任务训练的替代方案,但在强化学习环境中,这种替代从未与它声称要取代的基线进行过测试。我们通过在AppWorld智能体基准上使用LOOP训练难度1和难度2的Qwen3 - 8B专家,然后合并它们并与在相同数据上联合训练的模型进行比较。在任务目标完成方面,合并与联合强化学习效果相当。为解释为何合并方法在此无关紧要,我们测量了专家任务向量的几何结构,发现其方向和支持是解耦的,基于支持和符号的合并会归结为近似均匀平均。我们还发布了所有代码和统计数据。

英文摘要

Model merging is promoted as a substitute for joint multi-task training, yet in the reinforcement-learning setting this substitution is essentially never tested against the baseline it claims to replace: methods merge independently released agents precisely because a joint model is unavailable. We build the missing comparison. Training difficulty-1 and difficulty-2 Qwen3-8B specialists on the AppWorld agent benchmark with LOOP, we merge them (TIES, RAM+) and pit the result against a jointly trained model on the same data. On task-goal completion, merging matches joint RL -- and every merge variant is statistically indistinguishable. To explain why merge method does not matter here, we measure the geometry of the specialists' task vectors, which carries no task-sampling noise: they are near-orthogonal (cosine 0.06 - 0.10) despite ~65% support overlap, a small, shared direction that grows over training and that we calibrate against a random-init floor and a same-run ceiling to confirm it reflects learning, not the low-rank parameterization. Because direction and support are decoupled, support and sign-based merging (RAM, TIES) collapse to near-uniform averaging. We release all code and statistics.

URL PDF HTML 收藏
2607.16060 2026-07-20 cs.CV 新提交

ArtChart: A Benchmark for Faithful Artistic Chart Generation with Integrated Text Rendering

ArtChart:一个用于忠实生成艺术图表并集成文本渲染的基准测试

Meijia Huang, Yingjie Yin, Shihao Wang, Chenguang Ma

机构 * Ant Group(蚂蚁集团)

AI总结 研究旨在解决艺术图表生成难题,提出ArtChart框架,含特定即插即用模块及强化学习等策略,构建基准测试和评估套件,实验证明该框架能生成兼具美观与数学准确性的图表,优于开源基线。

详情
AI中文摘要

艺术图表能让数据令人难忘且视觉上引人入胜,但要忠实地生成它们,需要同时保留数值几何、渲染精确的图像内文本、将标签绑定到正确的标记以及保持连贯的艺术风格。当前的文本到图像和图像编辑模型在这些耦合约束上经常失败。本文介绍了ArtChart,一个用于艺术图表生成并集成文本渲染的框架,包括任务定义、基准测试和评估协议。它是首个同时解决数学上忠实的图表合成、准确的图像内文本渲染以及图表元素艺术风格化的工作。ArtChart具有一个基于无文本灰度图表布局的特定于图表的即插即用模块,通过带有OCR准确性、布局质量和美学奖励的强化学习策略优化生成,并用多专家蒸馏框架解决奖励冲突。还构建了ArtChart - Bench基准测试和ArtChart - Eval评估套件。大量实验表明ArtChart始终优于开源基线,生成的图表既美观又忠实于数学。

英文摘要

Artistic charts make data memorable and visually engaging, but generating them faithfully demands simultaneously preserving numerical geometry, rendering exact in-image text, binding labels to correct marks, and maintaining coherent artistic style. Current text-to-image and image editing models frequently fail on these coupled constraints, producing distorted geometries, hallucinated text, misbound labels, or over-stylized marks that undermine readability and mathematical integrity. This paper introduces ArtChart, a framework for artistic chart generation with integrated text rendering, encompassing a task definition, benchmark, and evaluation protocol. This is the first work to simultaneously address mathematically faithful chart synthesis, accurate in-image text rendering, and artistic stylization of chart elements. ArtChart features a chart-specific plug-and-play module conditioned on text-free grayscale chart layouts, ensuring mathematical and logical fidelity. A RL learning strategy with OCR accuracy, layout quality, and aesthetic rewards refines generation, while a multi-expert distillation framework resolves inter-reward conflicts through specialized expert optimization. We construct ArtChart-Bench, a bilingual 2K-prompt benchmark spanning four chart types and diverse label formats. We further design ArtChart-Eval, a six-axis evaluation suite covering mathematical logic, text accuracy, text layout, aesthetics, instruction following, and readability, supporting comparison across T2I, image-editing, controllable-generation, and closed-source API models. Extensive experiments demonstrate that ArtChart consistently outperforms open-source baselines, producing charts that are both visually appealing and math faithful.

URL PDF HTML 收藏
2607.16057 2026-07-20 cs.CL cs.AI 新提交

Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning

跨商业学科的前沿人工智能性能:基于案例的知识工作和分析推理基准

Ajay Patel, Kartik Hosanagar, Ramayya Krishnan, Chris Callison-Burch, Karim Lakhani, Mitch Weiss

机构 * The Wharton School, University of Pennsylvania(宾夕法尼亚大学沃顿商学院) Carnegie Mellon University(卡内基梅隆大学) Harvard Business School, Harvard University(哈佛大学哈佛商学院)

AI总结 研究针对人工智能在白领分析性知识工作衡量上的差距,利用顶尖商学院案例教学法构建BusinessCaseBench基准,发现前沿AI模型在此基准上得分高且能力提升快,为商学院及相关职业角色带来启示。

详情
AI中文摘要

大语言模型在基准测试分数中迅速提升,但这些人工智能基准大多测试事实性回忆、狭义问答、数学问题解决、编码和代理工具使用等能力。对于白领专业人员日常进行的分析性知识工作,包括综合复杂信息、在不确定和不完整信息下做出判断、在多利益相关者环境中应用战略和对抗性思维、权衡取舍以及进行合理的结构化分析等方面的人工智能进展衡量不足。顶尖商学院采用的“案例教学法”为解决这一衡量差距提供了自然基础。我们构建了BusinessCaseBench基准,涵盖来自18个学科商业案例的数百个问题,并配有专家编写的教师案例解决方案得出的评分标准。前沿人工智能模型在BusinessCaseBench上已经能根据教师评分标准获得高分,且一个模型家族的能力在两年内有显著提升。这些结果表明人工智能在这类工作上的表现已经很高且正在迅速改善,对商学院和入门级专业角色有影响。

英文摘要

Large language models (LLMs) are improving rapidly as reflected in benchmark scores, yet these AI benchmarks largely test capabilities such as factual recall, narrow question answering, mathematical problem-solving, and coding and agentic tool-use. What remains poorly measured is AI progress on the analytical knowledge work white-collar professionals perform daily, including synthesizing complex information, exercising judgment under uncertainty and incomplete information, applying strategic and adversarial thinking in multi-stakeholder settings, weighing trade-offs, and producing defensible, structured analyses. This gap is even more pronounced for subjective components of such work, where success can be challenging to define. The "case method" form of education practiced by top business schools provides a natural foundation for addressing this measurement gap, and we construct BusinessCaseBench, a benchmark spanning hundreds of questions drawn from business cases across eighteen disciplines, each paired with a grading rubric derived from the expert-written instructor case solution. On BusinessCaseBench, frontier AI models already score highly against instructor rubrics, and capability within one model family improves substantially over two years. These results provide strong evidence that AI performance on this class of work is already high and rapidly improving, with implications for business schools, where case pedagogy trains undergraduates and MBAs in this kind of analytical reasoning, and for entry-level professional roles, where such skills have historically anchored early-career work.

URL PDF HTML 收藏