arXivDaily arXiv每日学术速递 周一至周五更新

高校专区

University of Science and Technology of China(中国科学技术大学)

至 收录 2207
2607.18231 2026-07-21 cs.RO 新提交

FM-VLA: Force-based Memory for Vision-Language-Action Models in Contact-Rich Manipulation

FM-VLA:用于接触丰富操作中视觉-语言-动作模型的基于力的记忆

Ruicheng Li, Qixiu Li, Ruichun Ma, Yu Deng, Lin Luo, Zhiying Du, Jianfeng Xiang, Huizhi Liang, Ruicheng Wang, Jiaolong Yang, Baining Guo

机构 * Tsinghua University(清华大学) Microsoft Research(微软研究院) Fudan University(复旦大学) USTC(中国科学技术大学)

AI总结 研究针对视觉-语言-动作模型在接触丰富操作中的时间上下文推理问题,提出FM-VLA模型,通过基于力的记忆编码及投影,利用累积接触事件历史指导操作,在相关任务上评估,轻量级力记忆表现出色,显著优于基线方法。

详情
AI中文摘要

视觉-语言-动作(VLA)模型在机器人操作中实现了令人印象深刻的泛化,近期基于记忆增强的VLA通过以过去图像或语言摘要为条件放宽了马尔可夫假设。基于视觉的记忆方法通过对采样的过去图像帧进行条件设定来解决此问题,但在时间事件视觉模糊时计算成本高且有根本限制。我们提出FM-VLA,一种具有基于力的记忆的VLA模型,用于非马尔可夫、接触丰富操作的时间上下文推理。我们用变分自编码器(VAE)将力历史编码为紧凑的力记忆令牌,VAE通过力时间序列重建进行预训练。通过将力潜在表示和短状态历史投影为动作专家模块的额外条件令牌,使VLA能够利用累积的接触事件历史来指导操作。我们在三个依赖记忆的任务上评估FM-VLA,包括找到隐藏块、按按钮和擦拭盘子特定次数。我们的轻量级力记忆以最小推理开销实现了超过80%的成功率,显著优于基线方法。

英文摘要

Vision-language-action (VLA) models have achieved impressive generalization in robotic manipulation, and recent memory-augmented VLAs have relaxed the Markovian assumption by conditioning on past images or language summaries. Vision-based memory approaches address this by conditioning on sampled past image frames, but they are computationally expensive and fundamentally limited when temporal events are visually ambiguous, e.g., pushing a button multiple times with small movements. We propose FM-VLA, a VLA model with force-based memory, enabling temporal context reasoning for non-Markovian, contact-rich manipulation. We encode force histories into compact force memory tokens with a variational autoencoder (VAE) pretrained with force time series reconstruction. By projecting force latent representations and short state history as additional conditioning tokens to the action expert module, we enable VLAs to leverage accumulated contact event history to guide manipulation. We evaluate FM-VLA on three memory-dependent tasks, including finding a hidden block, pressing a button, and wiping a dish for a specific number of times. Our lightweight force memory achieves over 80% success rate with minimal inference overhead, significantly outperforming baseline approaches. Project page: https://qft-333.github.io/FM-VLA-Page/

URL PDF HTML 收藏
2607.18026 2026-07-21 cs.AI 新提交

Rethinking Heterogeneous LLM Merging: A Weighted Model Averaging Perspective

重新思考异构语言模型合并:加权模型平均视角

Jiahe Fan, Yinghao Hou, Si Chen, Aiyuan Zhang, Hong Xie, Defu Lian

机构 * University of Science and Technology of China(中国科学技术大学) School of Computer Science and Technology, University of Science and Technology of China(中国科学技术大学计算机科学与技术学院)

AI总结 研究异构语言模型合并问题,通过无训练的维度适配和比率控制插值,在联合式与交叉式合并中进行实验,结果表明简单参数平均结合轻量级适配和比率控制是强大基线,揭示直接加权融合的限制及对复杂方法的制约。

Comments 17 pages, 3 figures, 20 tables, preprint

详情
AI中文摘要

具有显著不同参数空间的大语言模型能否通过直接加权平均进行合并,而无需训练或语义对齐?现有的异构融合方法通常引入蒸馏、适配器、学习的潜在空间、路由或特征对齐,尚未明确更简单的方法能否适用于真正不同的数十亿参数检查点。我们通过无训练的维度适配和比率控制插值重新审视这个反直觉问题。在联合式合并中,将较小模型扩展到较大参数空间;在交叉式合并中,将较大模型截断到较小参数空间。在跨Qwen系列模型对及涵盖数学推理、代码生成等多种基准测试中,确定性扩展很大程度保留源模型功能,小比率插值可通过转移互补能力改进强源检查点。然而,接近平衡的插值常失败,任务级结果显示存在跷跷板效应。这些结果表明,简单参数平均与轻量级维度适配及精心控制的比率相结合,是异构语言模型合并中出人意料的强大基线,暗示直接加权融合的限制可能也制约更复杂异构合并方法在大规模应用时的效果。

英文摘要

Can large language models with substantially different parameter spaces be merged by direct weighted averaging, without training or semantic alignment? Existing heterogeneous fusion methods typically introduce distillation, adapters, learned latent spaces, routing, or feature alignment, leaving open whether a simpler recipe can work for genuinely different billion-parameter checkpoints. We revisit this counterintuitive question through training-free dimensional adaptation followed by ratio-controlled interpolation. In union-style merging, we expand the smaller model into the larger parameter space; in intersection-style merging, we truncate the larger model into the smaller parameter space. Across Qwen-family model pairs and benchmarks covering mathematical reasoning, code generation, language understanding, commonsense reasoning, knowledge, and instruction following, deterministic expansion largely preserves the source model function, and small-ratio interpolation can improve over strong source checkpoints by transferring complementary capabilities. However, near-balanced interpolation often collapses, and task-level results reveal a seesaw effect in which gains on some capabilities coexist with regressions on others. These results show that simple parameter averaging, when paired with lightweight dimensional adaptation and carefully controlled ratios, is a surprisingly strong baseline for heterogeneous LLM merging, suggesting that the limits of direct weighted fusion may also bound what more complex heterogeneous merging methods can achieve at scale.

URL PDF HTML 收藏
2607.17985 2026-07-21 cs.CV cs.MM 新提交

Keyframe-Anchored Identity Preservation for Sequential-Action Video Generation

用于序列动作视频生成的关键帧锚定身份保留

Zhenjie Liu, Binyan Chen, Hao Chen, Tong Pan, Shangfei Wang

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 针对身份保留文本到视频生成任务中主体身份保持和动作执行的挑战,提出无训练三阶段管道框架,包括动作感知提示优化、身份保留生成和身份感知推理增强,该方法在官方排行榜上排名第三,性能和通用性强。

详情
AI中文摘要

保留身份的文本到视频生成旨在合成一个能准确遵循文本描述且在整个过程中保持用户指定主体可识别性的视频。IPVG26挑战将此框架从单个整体提示扩展到时间结构化规范。模型还接收带时间戳的动作字幕序列,并按指定顺序呈现执行这些动作的主体。我们提出无训练的三阶段管道框架应对挑战。动作感知提示优化阶段将输入重写为指定每个动作终端状态的图像生成提示;身份保留生成阶段通过联合参考身份及其前一帧生成关键帧序列;身份感知推理增强阶段使用多参考引导和身份驱动噪声搜索合成中间段。我们的方法在官方Track 2排行榜上排名第三,展现了有竞争力的性能和强大的通用性。

英文摘要

Identity-preserving text-to-video generation aims to synthesize a video that accurately follows a textual description while maintaining the recognizability of a user-specified subject throughout. The IPVG26 challenge extends this framework from a single holistic prompt to a temporally structured specification. The model additionally receives a sequence of timestamped action captions and must render the subject performing these actions in the specified order. This temporal structure presents a challenge not encountered in previous identity-preserving generation tasks, as the subject must continuously perform a scripted sequence of distinct actions while maintaining a consistent identity. However, end-to-end video generators are prone to appearance drift as motion accumulates and the depicted actions change. We address this challenge with a training-free, three-stage pipeline framework. An action-aware prompt polishment stage first rewrites the inputs into image-generation prompts that specify the terminal state of each action. An identity-preserving generation stage then produces the keyframe sequence by conditioning each frame jointly on the reference identity and its predecessor, thereby decoupling time-invariant appearance from time-varying pose. Finally, an identity-aware inference enhancement stage synthesizes the intermediate segments using multi-reference guidance and identity-driven noise searching, both of which reinforce identity fidelity during sampling. Our method ranked third on the official Track 2 leaderboard, demonstrating competitive performance and strong generality.

URL PDF HTML 收藏
2607.17967 2026-07-21 cs.CV 新提交

Fine-Detail Monocular Geometry Estimation with Self-Guided Sparse Volumetric Refinement

基于自引导稀疏体细化的精细细节单目几何估计

Lingyu Kong, Ruicheng Li, Ruicheng Wang, Sicheng Xu, Chengtang Yao, Jianfeng Xiang, Jiaolong Yang

机构 * Tsinghua University(清华大学) USTC(中国科学技术大学) Microsoft Research(微软研究院)

AI总结 针对单目几何估计在局部3D结构精细细节上的失真问题,提出基于自引导稀疏体细化的方法,将建模从2D提升到3D空间,通过稀疏卷积避免特征混合,实验证明该方法在恢复精细3D几何方面显著优于现有方法。

详情
AI中文摘要

单目几何估计在不同场景中取得了显著性能,但当前最先进模型在局部3D结构尤其是精细细节上仍有明显失真。我们将此局限归因于架构不匹配,多数模型在2D参数化内解码3D几何,导致特征混合。本文提出自引导稀疏体细化(SSR)的精细细节单目几何估计,将单目几何建模从2D图像空间提升到3D空间。模型将基础模型的粗点图提升到稀疏体素壳上并通过SSR细化,SSR采用基于3D空间局部性聚合特征的稀疏卷积。实验表明该方法在恢复精细3D几何上显著优于现有方法。

英文摘要

Monocular geometry estimation has recently achieved impressive performance across diverse scenes. However, state-of-the-art models still face notable distortion in local 3D structure, especially in fine details, like thin structures and small objects. We attribute this limitation to an architectural mismatch: most current models decode 3D geometry within a 2D parameterization, where feature interactions are governed by image-plane proximity rather than true 3D spatial relationships. This inadvertently mixes features from geometrically distant surfaces, resulting in over-smoothed geometry particularly around thin or elongated structure. In this paper, we propose a fine-detail monocular geometry estimation with Self-Guided Sparse 3D Refinement (SSR) that lifts monocular geometry modeling from 2D image space to 3D space for high-fidelity metric-scale point maps. Our model lifts the coarse point map from a foundation base model onto a sparse voxel shell and refines it via SSR. The SSR employs sparse convolutions that aggregate features based on 3D spatial locality, avoiding feature mixing across depth discontinuities. Extensive experiments on diverse datasets demonstrate that our method significantly outperforms existing approaches in recovering fine detailed 3D geometry across both quantitative metrics and qualitative visualizations.

URL PDF HTML 收藏
2607.17564 2026-07-21 cs.AI cs.LG 新提交

ZifaMem: Structured Memory for Persona, Preference, and Emotional Continuity in AI Companions

ZifaMem:人工智能伴侣中用于人物形象、偏好和情感连续性的结构化记忆

Jingzhe Fang, Guozhi Xu, Yunfan Cui, Xiaochen Yang, Zhangyu Hua

机构 * ZifaCorp(紫发公司) University of Science and Technology of China(中国科学技术大学) Fudan University(复旦大学)

AI总结 研究针对人工智能伴侣情感连续性问题,提出结构化记忆系统ZifaMem,通过组织对话形成多种记忆模型。实验表明其能提升情商得分、改善人物形象基础等,多种记忆系统均有改善,且ZifaMem与Mem0在主要偏好端点统计等效,相关工具已开源。

详情
AI中文摘要

人工智能伴侣不仅由单轮流畅性来评判,还取决于它们是否能保持情感连续性,即记住伴侣是谁、用户偏好什么以及关系感受如何。我们提出了ZifaMem,一种结构化记忆系统,它将对话组织成会话摘要、情景记忆和整合的用户模型。在与提供完整原始对话历史的部署诚实比较器对比时,在具有路由审核的固定大语言模型作为评判协议下,结构化记忆使四个主干的综合情商得分提高了11.4%(95%置信区间为6.3%至17.1%),人物形象基础在所有四个主干上都有改善。多轮情感上下文比单轮快照获得了39%的净偏好,而额外的情感状态机在五个端点上均未产生可测量的增益。在相同的预注册协议下,三种记忆系统(ZifaMem、Mem0和过滤逐字检索)均比原始历史部署有显著改善,且ZifaMem和Mem0在预注册的主要偏好端点上在正负5分范围内统计等效。ZifaMem的软件开发工具包、命令行界面和便携式智能体技能在该https网址开源。

英文摘要

AI companions are judged not only by single-turn fluency but by whether they sustain emotional continuity: remembering who the companion is, what the user prefers, and how the relationship has felt. We present ZifaMem, a structured memory system that organizes dialogue into session summaries, episodic memories, and a consolidated user model. Against a deployment-honest comparator that supplies the full raw dialogue history, and under a fixed LLM-as-a-judge protocol with route audits, structured memory raises pooled four-backbone emotional-intelligence scores by 11.4% (95% CI 6.3% to 17.1%), and persona grounding improves on all four backbones (Claude +42% relative). Multi-turn affect context wins a +39% net preference over a single-turn snapshot (exploratory), whereas an additional emotion state machine yields no measurable gain on any of five endpoints. Under an identical preregistered protocol, three memory systems (ZifaMem, Mem0, and filtered verbatim retrieval) each improve significantly over raw-history deployment, and ZifaMem and Mem0 are statistically equivalent within +/-5 points on the preregistered primary preference endpoint. The ZifaMem SDK, CLI, and portable Agent Skills are open-sourced at https://github.com/zifacorp/zifamem.

URL PDF HTML 收藏
2607.17423 2026-07-21 cs.CV 新提交

TimeLens2: Generalist Video Temporal Grounding with Multimodal LLMs

TimeLens2:使用多模态大语言模型进行通用视频时间定位

Yuhan Zhu, Changlian Ma, Xiangyu Zeng, Xinhao Li, Zhiqiu Zhang, Songze Li, Jun Zhang, Tianxiang Jiang, Yuandong Yang, Ziang Yan, Zikang Wang, Xinyu Chen, Haoran Chen, Shaowei Zhang, Limin Wang

机构 * Nanjing University(南京大学) Shanghai AI Laboratory(上海人工智能实验室) Shanghai Jiao Tong University(上海交通大学) Zhejiang University(浙江大学) University of Science and Technology of China(中国科学技术大学) Fudan University(复旦大学)

AI总结 研究通用视频时间定位问题,TimeLens2将时间证据视为区间集,通过多种策略构建多跨度监督,其时间瓦瑟斯坦奖励等方法提供反馈,在多个基准测试中表现出色,不同变体均有性能提升。

Comments Technical Report

详情
AI中文摘要

视频多模态大语言模型能描述视频中发生的事情,但很少能确定支持证据出现的时间。我们研究通用视频时间定位,即一个模型预测跨视频长度、领域、查询形式和视角的可变基数证据区间集。现有训练策略与该集值任务不匹配。TimeLens2在整个监督和优化过程中将时间证据视为区间集。TimeLens2-93K通过字幕衍生提案、独立定位、跨智能体共识、语义验证和边界细化构建可靠的多跨度监督。我们的时间瓦瑟斯坦奖励计算合并区间支持上均匀分布之间精确的一维\(W_1\),在不等基数和等效碎片化情况下提供密集、无匹配反馈;时间交并比用精确重叠反馈进行补充。在七个基准测试中,TimeLens2-2B在每个基准上均优于所有大小匹配的基线,4B和8B变体达到了当前最优性能。2B、4B和8B变体分别比其Qwen3-VL主干提高了14.2、13.0和18.1的平均交并比分数。

英文摘要

Video multimodal large language models (MLLMs) can describe what happens in a video, but rarely identify when the supporting evidence occurs. We study generalist video temporal grounding, in which one model predicts a variable-cardinality set of evidence intervals across video lengths, domains, query forms, and viewpoints. Existing training strategies are misaligned with this set-valued task: long-video labels often rely on brittle one-pass annotation, while reinforcement-learning rewards either fail to distinguish non-overlapping predictions or require fragile segment matching. TimeLens2 treats temporal evidence as an interval set throughout supervision and optimization. TimeLens2-93K constructs reliable multi-span supervision through caption-derived proposals, independent localization, cross-agent consensus, semantic verification, and boundary refinement. Our temporal Wasserstein reward computes exact one-dimensional \(W_1\) between uniform distributions over merged interval supports, providing dense, matching-free feedback under unequal cardinalities and equivalent fragmentation; temporal IoU complements it with precise-overlap feedback. Across seven benchmarks, TimeLens2-2B outperforms all size-matched baselines on every benchmark, while the 4B and 8B variants achieve state-of-the-art performance, surpassing open-source models with up to 397B parameters. The 2B, 4B, and 8B variants improve over their Qwen3-VL backbones by 14.2, 13.0, and 18.1 mIoU points, respectively.

URL PDF HTML 收藏
2607.17291 2026-07-21 cs.LG cs.CL cs.IR 新提交

DRNOISE: Benchmarking Deep Research Agents in Misleading Evidence Environments

DRNOISE:在误导性证据环境中对深度研究代理进行基准测试

Jun Nie, Zhiqin Yang, Zhenheng Tang, Yonggang Zhang, Xiaowen Chu, Xinmei Tian, Bo Han

机构 * Hong Kong Baptist University(香港浸会大学) University of Science and Technology of China(中国科学技术大学) The Hong Kong University of Science and Technology(香港科技大学)

AI总结 研究在误导性证据环境下深度研究代理的表现,引入DRNOISE基准,每个任务含正确答案及冲突文档,涵盖多类证据操作。测试发现代理存在验证惰性,通用提示可缩小差距,强调可靠深度研究需积极协调主张与证据。

Comments 16 pages, 2 figures, 11 tables

详情
AI中文摘要

深度研究代理越来越多地在开放网络上运行,相关记录与冗余摘要、过时报告和误导性文档共存。现有评估对于当一份看似普通的虚假文档被故意植入可搜索环境并提供与冲突答案的直接捷径时,代理是否能保持合理的证据标准了解有限。我们引入了DRNOISE,一个用于在误导性证据下答案恢复的100任务基准。每个任务都有一个由两个相互佐证的间接记录链支持的唯一正确答案;配对的噪声条件添加了一个直接给出冲突答案的似是而非的文档。该基准涵盖十个证据操作类别。在具有强大的干净任务性能的代理中,这种单一干预导致准确率下降66 - 88个百分点。跟踪分析确定验证惰性是主要的失败模式:代理经常检索到真实记录,但在完成和协调证据链之前就停止了,而是听从类似答案的文档。通用验证提示缩小了但并未消除这一差距。该设置与开放网络部署特别相关,在开放网络中似是而非的虚假信息通过看似普通的页面而非明确攻击出现。因此,可靠的深度研究不仅需要检索和引用;还需要将直接主张与记录级证据进行积极协调。

英文摘要

Deep research agents increasingly operate over the open web, where relevant records coexist with redundant summaries, outdated reports, and misleading documents. Existing evaluations offer limited insight into whether agents preserve sound evidential standards when an ordinary-looking false document is deliberately seeded into a searchable environment and offers a direct shortcut to a conflicting answer. We introduce DRNOISE, a 100-task benchmark for answer recovery under misleading evidence. Each task has a unique gold answer supported by two corroborating indirect record chains; the paired noisy condition adds one plausible document that states a conflicting answer directly. The benchmark spans ten families of evidence operations. Across agents with strong clean-task performance, this single intervention causes 66-88 percentage-point accuracy drops. Trace analyses identify verification inertia as the dominant failure mode: agents often retrieve truthful records but stop before completing and reconciling the evidence chain, instead deferring to the answer-like document. Generic verification prompts reduce but do not close this gap. The setting is especially relevant to open-web deployment, where plausible falsehoods arrive through ordinary-looking pages rather than explicit attacks. Reliable deep research therefore requires more than retrieval and citation; it requires active reconciliation of direct claims with record-level evidence.

URL PDF HTML 收藏
2607.17279 2026-07-21 cs.CR cs.AI cs.MM 新提交

Between Safe Boundaries: Exploiting Temporal Consistency for Jailbreaking Text-To-Video Generation Models

在安全边界之间:利用时间一致性破解文本到视频生成模型

Xingkai Peng, Jun Jiang, Jiayang Liu, Kejiang Chen, Weiming Zhang

机构 * University of Science and Technology of China(科学技术大学)

AI总结 研究针对文本到视频模型的越狱攻击,提出结构化查询高效的BSB框架,利用时间一致性,通过在文本代理空间进行蒙特卡洛树搜索并结合视频级评估来校准结果,实验表明该方法超越现有基线,有效发现模型漏洞。

详情
AI中文摘要

最近,文本到视频(T2V)模型被广泛部署,人们对其抵御越狱攻击的鲁棒性越来越关注。现有的越狱方法大多改编自文本到图像攻击,应用于T2V系统时有显著缺点。它们未能充分利用视频生成的固有特性——时间一致性,且需要大量视频查询优化,在实际黑盒场景中不可行,对抗性提示搜索也缺乏结构化探索策略。为解决这些限制,我们提出了BSB,一种用于T2V模型的结构化、查询高效的越狱框架。BSB通过将有害意图编码为两个单独无害的边界状态之间的过渡来利用时间一致性。它在更便宜的文本代理空间中进行蒙特卡洛树搜索(MCTS),并定期用稀疏的视频级评估校准搜索结果。我们在包括Veo 3.1、Sora 2、Seedance和Kling v1在内的主流商业T2V模型上进行了全面实验。结果表明,BSB超过了所有现有的越狱基线,在评估模型中,攻击成功率比最强的竞争对手平均相对提高了18.6%。我们的发现确定了时间一致性是T2V模型一个未被充分研究但至关重要的攻击面,并验证了结构化搜索有助于在有限的查询预算下有效发现漏洞。

英文摘要

Recently, text-to-video (T2V) models have been widely deployed, sparking growing concerns over their robustness against jailbreak attacks. Existing jailbreak methods, mostly adapted from text-to-image attacks, suffer notable drawbacks when applied to T2V systems. They fail to fully leverage temporal consistency, an inherent characteristic of video generation. Besides, these methods demand heavy video query optimization, which is infeasible in practical black-box scenarios. Their adversarial prompt search is also driven by heuristic local signals, lacking principled structured exploration strategies. To tackle these limitations, we propose BSB, a structured, query-efficient jailbreak framework for T2V models. BSB harnesses temporal consistency by encoding harmful intent as the transition between two individually harmless boundary states. Under this paradigm, the attack targets boundary-state pairs whose interpolation tends to produce unsafe intermediate frames during video generation. Directly evaluating all candidate pairs within the video space incurs prohibitive computation cost. Instead, BSB conducts Monte Carlo Tree Search (MCTS) in a cheaper textual proxy space and regularly calibrates search outcomes with sparse video-level evaluations. We conduct comprehensive experiments on mainstream commercial T2V models including Veo 3.1, Sora 2, Seedance and Kling v1. Results show BSB surpasses all existing jailbreak baselines, delivering an average 18.6% relative gain in attack success rate over the strongest competitor across evaluated models. Our findings identify temporal consistency as an understudied yet vital attack surface for T2V models and verify that structured search facilitates effective vulnerability discovery under constrained query budgets.

URL PDF HTML 收藏
2607.17191 2026-07-21 cs.AI 新提交

Toward Anthropomorphic Dialogue: A Closed-Loop Framework for Human-Like Chat Generation, Evaluation, and Preference Alignment

迈向拟人化对话:一个用于类人聊天生成、评估和偏好对齐的闭环框架

Wentao Liu, Siyu Song, Xi Chen, Youjia Li, Xiaokun Wang, Min Ji, Ji Wang

机构 * Shanghai Institute of Innovation(上海创新研究院) East China Normal University(华东师范大学) University of Science and Technology of China(中国科学技术大学) Chabiyue (Shanghai) Information Technology Co., Ltd.(上海叉叉悦信息技术有限公司) Shanghai Tianyou Software Co., Ltd.(上海天游软件有限公司) Zhejiang Century Huatong Group Co., Ltd.(浙江世纪华通集团有限公司)

AI总结 该研究提出AnthroDial闭环框架,将拟人化对话作为联合问题,结合角色调度运行时、可执行基准和训练后管道。在多场景基准上评估多个系统,结果显示共享行为维度时拟人化对话有益,不同方法提升了严格准确率。

Comments 17 pages, 2 figures, 11 tables

详情
AI中文摘要

类人私人聊天需要的不仅仅是流畅的回复生成:一个系统必须保留角色、关系、记忆、有限知识、特定媒介的时机以及连贯的多轮对话弧线。我们提出了AnthroDial,一个闭环框架,将拟人化对话表述为系统架构、可执行评估和诊断对齐的联合问题。它结合了:(1)一个基于角色的调度对话运行时,带有角色和场景卡片、长期记忆、虚拟时间和单稿消息决策;(2)一个可执行基准,有L0有效性门、五个每轮维度和五个对话级维度;(3)一个训练后管道,为监督微调过滤出16436个调度决策示例,并应用带有认知诊断、最近发展区感知奖励的广义信赖域政策优化。该奖励维护每个行为维度的卡尔曼滤波能力估计,对能力 deficit 较大的维度进行加权,并使用展开分数作为任务级最近发展区匹配,以将优化重点放在可学习的弱技能上。在一个有55个角色、50个场景、50个角色 - 场景绑定以及每个模型100个基于角色的案例的基准上,我们评估了16个系统,涵盖前沿基线、开放模型、思维/无思维变体以及监督微调/强化学习消融。最强的未训练基线达到32.00%的严格准确率,而Qwen3.6 - 27B - SFT + RL达到39.00%的严格准确率和98.5的总分。在9B无思维设置中,监督微调将严格准确率从0.00%提高到13.00%,强化学习提高到18.37%。这些结果表明,当生成、评估和奖励塑造共享相同的行为维度时,可以实现拟人化对话。

英文摘要

Human-like private chat requires more than fluent response generation: a system must preserve persona, relationship, memory, bounded knowledge, medium-specific timing, and a coherent multi-turn arc. We present AnthroDial, a closed-loop framework that formulates anthropomorphic dialogue as a joint problem of system architecture, executable evaluation, and diagnostic alignment. It combines (1) a role-conditioned scheduled dialogue runtime with persona and scenario cards, long-term memory, virtual time, and single-draft message decisions; (2) an executable benchmark with an L0 validity gate, five per-turn dimensions, and five dialogue-level dimensions; and (3) a post-training pipeline that filters 16,436 scheduled-decision examples for SFT and applies GRPO with a cognitive-diagnostic, ZPD-aware reward. The reward maintains Kalman-filtered capability estimates for each behavioral dimension, upweights dimensions with larger capability deficits, and uses rollout scores as task-level ZPD matches to focus optimization on learnable weak skills. On a benchmark with 55 personas, 50 scenarios, 50 persona-scenario bindings, and 100 role-conditioned cases per model, we evaluate 16 systems spanning frontier baselines, open models, thinking/no-think variants, and SFT/RL ablations. The strongest non-trained baseline reaches 32.00% strict ACC, while Qwen3.6-27B-SFT+RL reaches 39.00% strict ACC and a 98.5 overall score. In the 9B no-think setting, SFT and RL improve strict ACC from 0.00% to 13.00% and 18.37%. These results show that anthropomorphic dialogue benefits when generation, evaluation, and reward shaping share the same behavioral dimensions.

URL PDF HTML 收藏
2607.17188 2026-07-21 cs.AI 新提交

Is Your Model Thinking or Just Stagnating? PUMA: Diagnosing Reasoning Pathology via Phase-Momentum Alignment

你的模型是在思考还是停滞不前?PUMA:通过相位动量对齐诊断推理病理学

Cheng Yan, Guangyang Ye, Wuyang Zhang, Fan Xu, Zhijun Fan, Xiang Xia, Yanyong Zhang

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 研究大型推理模型测试时的“过度思考”问题,提出相位动量对齐假设并构建认知能量模型,引入PUMA框架,通过分层诊断架构区分主动探索与被动停滞,在多基准实验中优于现有基线,实现更好的准确性-效率权衡和跨域泛化。

详情
AI中文摘要

测试时缩放使大型推理模型能够通过广泛的思维链来处理复杂任务。然而,这常常引发“过度思考”悖论,即冗余推理增加计算开销却无法保证准确性。现有测试时效率优化方法主要分两类:信息论方法易出现“欺骗性收敛”,潜在表征分析往往是事后的,缺乏对动态推理的实时敏感性。为弥补这一差距,我们提出相位动量对齐假设,理论上构建认知能量模型。接着引入PUMA,一个无需训练的框架,通过分层诊断架构有效区分主动探索与被动停滞,通过自适应截断或纠正措施实现精确干预。大量实验表明PUMA在不同基准上始终优于现有基线,实现了卓越的准确性-效率权衡和强大的跨域泛化。

英文摘要

Test-time scaling empowers Large Reasoning Models (LRMs) to tackle complex tasks via extensive Chain-of-Thought (CoT). However, this often induces the "overthinking" paradox, where redundant reasoning increases computational overhead without guaranteeing accuracy. Existing test-time efficiency optimization methods primarily fall into two categories: information-theoretic approaches, which are prone to "deceptive convergence" where low uncertainty masks hallucinations, and latent representation analyses, which are often post-hoc, lacking the real-time sensitivity for dynamic reasoning. To bridge this gap, we first posit the Phase-Momentum Alignment Hypothesis, asserting that reasoning correctness hinges on the temporal synchronization between geometric momentum and uncertainty resolution. We then theoretically formulate the Cognitive-Energy Model to characterize these dynamics through two orthogonal dimensions: Geometric Cognitive Effort, quantified by latent velocity and tortuosity, and Entropic Cognitive Uncertainty. To operationalize this, we introduce PUMA (Phase-Uncertainty Momentum Alignment), a training-free framework employing a tiered diagnostic architecture. By coupling lightweight phase monitoring with event-triggered geometric analysis, PUMA effectively distinguishes active exploration from passive stagnation, enabling precise interventions through adaptive truncation or corrective measures. Extensive experiments on LRMs spanning 1.5B to 32B demonstrate that PUMA consistently outperforms state-of-the-art baselines across diverse benchmarks, achieving a superior accuracy-efficiency trade-off and robust cross-domain generalization.

URL PDF HTML 收藏
2607.16787 2026-07-21 cs.CV 新提交

HTT-Net: Hierarchical Text-guided Transition Modeling for Surgical Video Phase Recognition

HTT-Net:用于手术视频阶段识别的分层文本引导过渡建模

Kunjie Deng, Jinghui Zhang, Weidong Chen, Ganbin Li, Xiangjun Lyu, Zhendong Mao, Yingchi Yang

机构 * School of Information Science and Technology, University of Science and Technology of China(中国科学技术大学信息科学技术学院) Department of General Surgery, Beijing Friendship Hospital, Capital Medical University(首都医科大学附属北京友谊医院普通外科) Chinese PLA General Hospital(中国人民解放军总医院)

AI总结 针对手术视频阶段识别难题,提出HTT-Net,通过构建分层手术语义记忆,利用过渡感知片段构建和校准方法,引入结构化手术语义知识,实验验证其能有效实现手术视频的稳健阶段识别。

详情
AI中文摘要

手术视频阶段识别是计算机辅助干预中的一项基础任务,能支持工作流程理解、术中指导和手术质量评估。尽管近期视觉-时间模型取得了进展,但由于局部视觉模糊、瞬态预测噪声和程序语义利用不足,准确且时间连贯的阶段识别仍具挑战。为此提出HTT-Net,将结构化手术语义知识引入阶段感知片段构建和语义细化。构建分层手术语义记忆,基于此提出过渡感知片段构建(TAS-Con)和过渡感知片段校准(TAS-Calib)。在Cholec80和LCRS-100上的实验证明了HTT-Net在手术视频阶段识别中的有效性。

英文摘要

Surgical video phase recognition is a fundamental task in computer-assisted intervention, supporting workflow understanding, intraoperative guidance, and surgical quality assessment. Although recent visual-temporal models have achieved promising progress, accurate and temporally coherent phase recognition remains challenging due to local visual ambiguity, transient prediction noise, and insufficient use of procedural semantics. To address these challenges, we propose HTT-Net, a Hierarchical Text-guided Transition modeling Network for surgical video phase recognition. The key idea is to introduce structured surgical semantic knowledge into phase-aware segment construction and semantic refinement. Specifically, we construct a hierarchical surgical semantic memory with intra-phase descriptions, inter-phase transition descriptions, and fine-grained semantic units. Based on this memory, the proposed Transition-Aware Segment Construction (TAS-Con) organizes frame-level evidence into coherent segment representations and handles boundary clips with inter-phase transition descriptions. Furthermore, we introduce Transition-Aware Segment Calibration (TAS-Calib), which calibrates phase-aware segment representations through hierarchical surgical semantics and improves discrimination under visual ambiguity without dense frame-level vision-language fusion. Experiments on Cholec80 and LCRS-100 demonstrate the effectiveness of HTT-Net for robust surgical video phase recognition.

URL PDF HTML 收藏
2607.16621 2026-07-21 cs.CL 新提交

From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents

从记忆到技能:基于证据的长期大语言模型智能体协同进化治理

Bo Tang, Yang Zhang, Guomian Zhuang, Wenqiang Wei, Gaoyang Zheng, Lindong Xie, Yanchao Tan, Feiyu Xiong, Qingyu Yang, Edward Chung, Zhiyu li

机构 * University of Science and Technology of China(中国科学技术大学) Hong Kong Polytechnic University(香港理工大学) Fuzhou University(福州大学) Xi’an Jiaotong University(西安交通大学)

AI总结 针对长期大语言模型智能体记忆系统问题,提出无需训练的MSCE框架,将经验组织为多种形式,把证据支持的策略转化为可调用技能,引入反射加权值回填,实验证明其性能优于基线,有跨域转移性和终身进化能力。

Comments Submitted into EMNLP'2026

详情
AI中文摘要

现有的长期大语言模型智能体记忆系统通常将先前痕迹作为被动上下文检索,而非转化为可执行能力。本文提出MSCE,一个无需训练的记忆-技能协同进化框架,将智能体经验组织为有根据的步骤痕迹、可复用的程序策略和声明性环境认知。MSCE将具有正估计增益的证据支持的二级策略结晶为可调用技能,保留证据链接、适用边界等。还引入反射加权值回填,通过密集局部自反射传播稀疏终端反馈,以产生用于治理记忆和技能进化的证据校准痕迹值。在EvoAgentBench和LoCoMo上的实验表明,MSCE显著优于现有技术的技能增强和记忆驱动智能体基线,具有强大的跨域可转移性和终身进化能力。

英文摘要

Existing memory systems for long-horizon LLM agents often retrieve prior traces as passive context rather than converting them into executable capabilities. In this paper, we propose MSCE, a training-free Memory--Skill Co-Evolution framework that organizes agent experience into grounded step traces, reusable procedural policies, and declarative environmental cognition. MSCE crystallizes evidence-backed L2 policies with positive estimated gain into callable skills that retain evidence links, applicability boundaries, decision guidance, verification rules, and reliability estimates. It further introduces reflection-weighted value backfilling, which propagates sparse terminal feedback through dense local self-reflections to produce evidence-calibrated trace values for governing memory and skill evolution. Experiments on EvoAgentBench and LoCoMo demonstrate that MSCE significantly outperforms state-of-the-art skill-augmented and memory-driven agent baselines, exhibiting strong cross-domain transferability and lifelong-evolution capabilities.

URL PDF HTML 收藏
2607.16303 2026-07-21 cs.CV cs.AI 新提交

Med-OPD: Improving Medical Vision-Language Models via Evidence-Aware On-Policy Distillation

Med-OPD:通过证据感知策略蒸馏改进医学视觉语言模型

Yunhang Qian, Jiaquan Yu, Jiawei Liu, Meng Wang, Hongwei Bran Li, Xiaobin Hu

机构 * National University of Singapore(新加坡国立大学) University of Science and Technology of China(中国科学技术大学)

AI总结 研究针对医学视觉语言模型依赖语言先验而非视觉证据推理的问题,提出Med-OPD框架,引入医学证据优势信号,在令牌和轨迹级别重新分配蒸馏信号,实验证明该方法能加强模型对关键视觉证据的依赖,提升多模态医学推理能力。

详情
AI中文摘要

医学视觉语言模型(Med-VLMs)需要从细粒度视觉证据进行可靠推理,但现有模型常依赖语言先验或医学模板给出看似合理的临床答案,而非真正关注关键诊断区域。策略蒸馏(OPD)能对学生生成轨迹进行密集令牌级监督且隐私兼容。然而,标准OPD均匀蒸馏所有令牌,使依赖证据的稀疏令牌被大量临床叙述令牌稀释。受OPD在大语言模型社区成功的启发,我们提出Med-OPD,这是首个将策略蒸馏与医学证据感知监督集成的统一训练后框架。我们引入医学证据优势(MEA),一种基于教师的反事实信号,通过答案感知提示聚焦教师对支持目标诊断证据的评分,并通过比较原始和证据退化成像模式下教师的可能性来衡量每个令牌对医学视觉证据的依赖。基于MEA,Med-OPD在令牌和轨迹级别重新分配蒸馏信号,强调关键诊断令牌和依赖证据的展开。在OmniMedVQA子集上的实验表明,Med-OPD在CT、MRI、疾病诊断和病变分级方面始终优于SFT和标准OPD。这些结果表明,证据感知蒸馏可以更好地加强医学VLMs对关键视觉证据的依赖,提高可靠的多模态医学推理能力。源代码和数据可在指定链接公开获取。

英文摘要

Medical Vision-Language Models (Med-VLMs) require reliable reasoning from fine-grained visual evidence, yet existing models can produce plausible clinical answers by relying on language priors or medical templates rather than truly attending to diagnosis-critical regions. On-Policy Distillation (OPD) offers dense token-level supervision on student-generated trajectories and provides a privacy-compatible means of capability transfer without requiring the redistribution of raw patient data. However, standard OPD uniformly distills all tokens, causing sparse evidence-dependent tokens to be diluted by abundant clinical narrative tokens. Inspired by the success of OPD in the large language model community, we propose \textbf{Med-OPD}, to our knowledge the first unified post-training framework that integrates on-policy distillation with medical evidence-aware supervision for Med-VLMs. We introduce \textbf{Medical Evidence Advantage} (MEA), a teacher-grounded counterfactual signal that uses an answer-aware hint to focus teacher scoring on evidence supporting the target diagnosis, and measures each token's dependence on medical visual evidence by comparing teacher likelihoods under the original and evidence-degraded imaging modalities. Based on MEA, Med-OPD redistributes the distillation signal at both the token and trajectory levels, emphasizing diagnosis-critical tokens and evidence-reliant rollouts. Experiments on OmniMedVQA subsets show that Med-OPD consistently outperforms SFT and standard OPD across CT, MRI, Disease Diagnosis, and Lesion Grading. These results demonstrate that evidence-aware distillation can better strengthen medical VLMs' reliance on key visual evidence and improve reliable multimodal medical reasoning. The source code and data is publicly available at: https://github.com/yunhang8658/MedOPD.git

URL PDF HTML 收藏
2607.10754 2026-07-21 cs.CV 版本更新

TriCons-Pose: Triangle-Invariant Geometric Consistency Learning for Category-Level Object Pose Estimation

TriCons-Pose:用于类别级目标姿态估计的三角形不变几何一致性学习

Zuzhi Yang, Bingtao Ma, Shuai Wang, Mounir Kaaniche, Ziwei Li, Zhiming Cheng, Zhidong Zhao, Chenggang Yan

机构 * School of Cyberspace, Hangzhou Dianzi University(杭州电子科技大学网络空间学院) School of Communication Engineering, Hangzhou Dianzi University(杭州电子科技大学通信工程学院) Université Sorbonne Paris Nord, L2TI, UR 3043(巴黎北索邦大学,L2TI实验室,UR 3043研究单位) Université Paris-Saclay, CentraleSupélec, CVN(巴黎萨克雷大学,中央理工-高等电力学院,CVN实验室) School of Computer Science and Technology, University of Science and Technology of China(中国科学技术大学计算机科学与技术学院)

AI总结 研究类别级目标姿态估计问题,提出TriCons-Pose方法,设计SCKD识别鲁棒关键点,PIGA增强关键点表示,通过标准目标函数及几何一致性损失优化框架,实验证明该方法有效。

Comments 13 pages, 4 figures

详情
AI中文摘要

类别级目标姿态估计在学术界和工业界都是一项关键但具有挑战性的任务,通过基于关键点的对应范式取得了显著成功。然而,大多数现有方法越来越依赖更强的特征学习,而忽略了建立的对应关系在不同扰动下是否几何稳定。这通常导致在类内形状变化和遮挡下姿态恢复脆弱。为应对这一挑战,我们开发了一种用于类别级目标姿态估计的新型三角形不变几何一致性学习(TriCons-Pose),以锚定稳定关键点并聚合姿态不变线索,产生可靠的规范映射和准确的姿态估计。具体而言,设计了一个结构一致关键点检测器(SCKD),通过归一化成对距离匹配来强制跨视图结构一致性,以识别鲁棒关键点。此外,我们提出了一个姿态不变几何聚合器(PIGA),通过将基于三角形的姿态不变描述符注入局部到全局注意力机制来增强关键点表示。所提出的框架使用标准目标函数进行优化,同时纳入额外的几何一致性损失。在REAL275、CAMERA25和HouseCat6D数据集上的大量实验证明了该方法的有效性。

英文摘要

Category-level object pose estimation is a crucial yet challenging task in both academia and industry, and has achieved remarkable success by leveraging keypoint-based correspondence paradigms. However, most existing methods increasingly rely on stronger feature learning while overlooking whether the established correspondences are geometrically stable across diverse perturbations. This often results in fragile pose recovery under intra-class shape variations and occlusions. To tackle this challenge, we develop a novel Triangle-Invariant Geometric Consistency Learning for Category-Level Object Pose Estimation (TriCons-Pose) to anchor stable keypoints and aggregate pose-invariant cues, yielding reliable canonical mapping and accurate pose estimation. Specifically, a Structure-Consistent Keypoint Detector (SCKD) is designed to identify robust keypoints by enforcing cross-view structural consistency via normalized pairwise distance matching. Moreover, we propose a Pose-Invariant Geometric Aggregator (PIGA) to augment keypoint representations by injecting triangle-based pose-invariant descriptors into a local-to-global attention mechanism. The proposed framework is optimized using standard objective functions while incorporating an additional geometry consistency loss. Extensive experiments on REAL275, CAMERA25, and HouseCat6D datasets demonstrate the effectiveness of the proposed approach.

URL PDF HTML 收藏
2607.10640 2026-07-21 cs.CV 版本更新

Spectral Heat Flow for Conservative Token Condensation in Vision-Language Models

视觉语言模型中用于保守令牌压缩的谱热流

Zhaoyang Li, Yanjun Li, Wangkai Li, Yujia Chen, Tianzhu Zhang

机构 * School of Information Science/National Key Laboratory of Deep Space Exploration University of Science and Technology of China(中国科学技术大学信息科学学院/深空探测国家实验室)

AI总结 研究针对视觉语言模型推理成本高及现有令牌剪枝方法的问题,提出无需训练的SpecFlow框架,通过谱热流等操作实现保守压缩,在多方面优于现有方法,平衡了效率与准确性。

Comments Accepted by ICML 2026

详情
AI中文摘要

视觉语言模型在推理时成本高昂,因为它们必须处理长序列视觉令牌。现有令牌剪枝方法在高压缩率下常因盲目丢弃信息、破坏空间结构或降低多样性而性能下降。我们提出了SpecFlow,一个无需训练的框架,将范式从破坏性剪枝转变为保守压缩,严格执行空间覆盖和统计守恒以确保稳定性。将视觉令牌视为k近邻图中的节点,SpecFlow通过谱热流计算稳定重要性场以保持结构连贯性,通过自适应空间分区分配预算以保证覆盖,并将丢弃的信息聚合到协同集汇中以维持统计守恒。该方法即插即用,无需微调,且与FlashAttention兼容。实验表明,SpecFlow在各项任务、VLM架构和剪枝率上均优于现有方法。例如,使用SpecFlow的LLaVA - 1.5在剪枝88.9%的视觉令牌后仍保留95.6%的原始性能,实现了出色的效率 - 准确性平衡。

英文摘要

Vision-Language Models (VLMs) are costly at inference time because they must process long sequences of visual tokens. Existing token pruning methods often degrade under high compression by blindly discarding information, breaking spatial structure or collapsing diversity. We propose SpecFlow, a training-free framework that shifts the paradigm from destructive pruning to conservative condensation, strictly enforcing spatial coverage and statistical conservation to ensure stability. Treating visual tokens as nodes in a $k$NN graph, SpecFlow (i) computes a stable importance field via spectral heat flow to preserve structural coherence, (ii) allocates budgets via adaptive spatial partitioning to guarantee coverage, and (iii) aggregates discarded information into coreset sinks to maintain statistical conservation. The method is plug-and-play, requires no fine-tuning, and is compatible with FlashAttention. Experiments confirm that our SpecFlow outperforms SOTA methods across tasks, VLM architectures, and pruning ratios. Notably, LLaVA-1.5 with SpecFlow retains 95.6% of original performance despite pruning 88.9% of visual tokens, offering an exceptional efficiency-accuracy balance. Code is available at https://github.com/Lzy-dot/SpecFlow

URL PDF HTML 收藏
2606.25325 2026-07-21 cs.AI 版本更新

Omni-Perception Policy Optimization for Multimodal Emotion Reasoning

全模态感知策略优化用于多模态情感推理

Zhiyuan Han, Beier Zhu, Wenwen Tong, Pengyang Shao, Peipei Song, Xinyi Wang, Jiangnan Chen, Lewei Lu, Xun Yang

机构 * University of Science and Technology of China(中国科学技术大学) SenseTime Research(感时间研) National University of Singapore(新加坡国立大学) Institute of Artificial Intelligence, Hefei Comprehensive National Science Center(合肥综合性国家科学中心人工智能研究院)

AI总结 提出OPPO强化学习框架,通过全模态感知奖励和损失优化多模态感知,提升情感推理中模态利用率和忠实度,在多个基准上达到最优。

Comments Accepted at ICML 2026. Project page: https://zjycutieee.github.io/OPPO-page/ Code: https://github.com/ZhiyuanHan-Aaron/OPPO

详情
AI中文摘要

我们发现当前面向情感的全模态多模态大语言模型仍然缺乏可靠的全模态感知:它们(i)在推理轨迹中未充分利用多模态线索,(ii)表现出不忠实的行为,经常从其他模态幻觉出特定模态的陈述。基于这些见解,我们提出了OPPO(全模态感知策略优化),一个明确优化多模态感知的强化学习框架。首先,全模态感知奖励将真实推理分解为细粒度的视觉、声学和情感线索,并奖励语义上恢复这些线索的轨迹。其次,全模态感知损失比较策略在完整输入和单模态掩码输入下的表现,仅对模态特定证据标记施加KL惩罚以抑制跨模态幻觉。我们进一步引入了MEP-Bench,一个诊断基准,用于量化利用率和忠实度。实验表明,OPPO在MER-UniBench和MME-Emotion上达到了最先进的性能,同时在MEP-Bench上大幅提高了利用率和忠实度得分,凸显了充分且忠实全模态感知对多模态情感推理的重要性。

英文摘要

We find that current emotion-oriented Omni-MLLMs still lack reliable omni-modal perception: they (i) underutilize multimodal cues in their reasoning trajectories and (ii) exhibit unfaithful behavior, often hallucinating modality-specific statements from other modalities. Building on these insights, we propose OPPO (Omni-Perception Policy Optimization), a reinforcement learning framework that explicitly optimizes multimodal perception. First, an Omni-Perception Reward decomposes ground-truth reasoning into fine-grained visual, acoustic, and emotion cues and rewards trajectories that semantically recover these cues. Second, an Omni-Perception Loss compares the policy under full and unimodally masked inputs, applying a KL penalty only to modality-specific evidence tokens to suppress cross-modal hallucination. We further introduce MEP-Bench, a diagnostic benchmark that quantifies utilization and faithfulness. Experiments show that OPPO achieves state-of-the-art performance on MER-UniBench and MME-Emotion, while substantially improving utilization and faithfulness scores on MEP-Bench, highlighting the importance of sufficient and faithful omni perception for multimodal emotion reasoning.

URL PDF HTML 收藏
2606.14409 2026-07-21 cs.RO cs.AI 版本更新

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

Hy-Embodied-0.5-VLA:从视觉-语言-动作模型到真实世界机器人学习栈

He Zhang, Lingzhu Xiang, Haitao Lin, Zeyu Huang, Minghui Wang, Dingyan Zhong, Yubo Dong, Yihao Wu, Yongming Rao, Dongsheng Zhang, Wanjia He, Ling Chen, Kai Huang, Jiahao Chen, Sichang Su, Xumin Yu, Ziyi Wang, Chengwei Zhu, Xiao Teng, Yuchun Guo, Yufeng Zhang, Yuandong Liu, Rui Wang, Zisheng Lu, Han Hu, Zhengyou Zhang

机构 * University of Science and Technology of China(中国科学技术大学) Tsinghua University(清华大学)

AI总结 提出端到端机器人学习栈HyVLA-0.5,涵盖数据收集、模型设计、预训练与微调、RL后训练及真实部署,各组件协同工作。

详情
AI中文摘要

在本报告中,我们提出Hy-Embodied-0.5-VLA,简称HyVLA-0.5,一个覆盖完整机器人学习栈的端到端系统:数据收集、模型设计、持续预训练和监督微调、RL后训练以及真实世界部署。每个组件在该栈中扮演着独特的角色。

英文摘要

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.

URL PDF HTML 收藏
2606.12843 2026-07-21 cs.LG cs.CE 版本更新

Interpretable Factor Decomposition for Decision Intelligence in Large-Scale Financial Markets: Evidence from China's A-Share Market

可解释因子分解用于大规模金融市场决策智能:来自中国A股市场的证据

Xiao Han, Yao Xiao, Zhen Zhang, Moxuan Zheng

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 提出可解释机器学习流程,将截面股票收益预测分解为可审计因子贡献,使用XGBoost和TreeSHAP在中国A股市场验证,发现行为信号贡献58.2%预测归因。

详情
AI中文摘要

我们提出一个可解释的机器学习流程,将截面股票收益预测分解为可审计的因子贡献。我们应用带有TreeSHAP归因的XGBoost模型,对2009年至2019年的3632只中国A股进行压力测试。使用60个月滚动窗口,在55个月的样本外数据上,XGBoost获得平均AUC为0.547,且前五分之一与后五分之一的多空价差为+2.38%/月(Newey-West t = 5.94;年化夏普比率2.23)。在调整Carhart四因子模型后,该alpha持续存在(+2.31%/月;t = 7.48)。SHAP分解表明,在55个行业组中,行为信号(换手率和动量)平均占预测归因的58.2%,而估值比率仅占10.7%。消融分析用于交叉验证这一排名,并提供证据表明SHAP和消融以突出特征可替代性结构的方式产生分歧,而这种结构在单独使用任一方法时几乎不可见。

英文摘要

We present an interpretable machine learning pipeline to decompose cross-sectional equity return predictability into auditable factor contributions. We apply an XGBoost model with TreeSHAP attribution and conduct stress testing on 3,632 Chinese A-share stocks from 2009 until 2019. On prediction, using 60-month rolling windows over 55 months of out-of-sample data, XGBoost obtains a mean AUC of 0.547 (rank IC = 0.119) and +2.38%/month (Newey-West t = 5.94; annualized Sharpe 2.23) long-short spread for the top vs bottom quintiles. This alpha is persistent after adjusting for the Carhart four-factor model (+2.31%/month; t = 7.48). On interpretation, SHAP decomposition indicates that behavioral signals (turnover and momentum) account for 58.2% of predictive attribution compared to 10.7% for valuation ratios, on average, across 50 industry groups. Ablation analysis serves to cross-validate this ranking and provides evidence that SHAP and ablation diverge in a manner that highlights feature substitutability structure that is largely invisible to either method used in isolation.

URL PDF HTML 收藏
2606.06197 2026-07-21 cs.CL cs.AI 版本更新

Improving Answer Extraction in Context-based Question Answering Systems Using LLMs

利用大语言模型改进基于上下文的问答系统中的答案提取

Hafez Abdelghaffar, Ahmed Alansary, Ali Hamdi

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 针对现有问答系统在复杂或模糊查询下答案提取不准确的问题,提出基于微调预训练大语言模型的方法,在SQuAD1.1数据集上取得ROUGE-L 86.84%、BLEU 28.24%、BERTScore 95.38%的高性能。

Comments 7 pages, IMSA2026

详情
AI中文摘要

随着大语言模型(LLM)的出现,问答(QA)系统取得了显著进展。然而,它们在从给定上下文中准确提取和生成精确答案方面仍面临挑战,尤其是在处理复杂或模糊查询时。现有方法通常在上下文理解、答案一致性和跨不同领域的泛化能力方面存在不足。在这项工作中,我们提出了一种基于大语言模型的问答系统,其输入由文本上下文和相应问题组成,输出为简洁准确的答案。本研究旨在解决当前QA系统的局限性,特别是它们即使能够访问正确上下文也倾向于产生不相关或不精确响应的问题。我们的方法包括在基准QA数据集上微调预训练的LLM,以提高其上下文理解和答案提取能力。具体来说,我们使用斯坦福问答数据集(SQuAD1.1),该数据集提供了高质量的上下文-问题-答案三元组用于监督训练和评估。实验结果表明,微调后的Roberta-base模型取得了最高性能,ROUGE-L得分为86.84%,BLEU得分为28.24%,BERTScore为95.38%。这些结果表明了强大的准确性和答案相关性,证明了所提方法在基于上下文的问答任务中的有效性。此外,研究结果证实,有针对性的微调显著提高了QA系统的可靠性和精确性。

英文摘要

Question answering (QA) systems have achieved notable progress with the advent of large language models (LLMs). However, they still face challenges in accurately extracting and generating precise answers from given contexts, particularly when dealing with complex or ambiguous queries. Existing approaches often struggle with contextual understanding, answer consistency, and generalization across diverse domains. In this work, we propose a question answering system based on large language models, where the input consists of a textual context and a corresponding question, and the output is a concise and accurate answer. The motivation behind this research lies in addressing the limitations of current QA systems, particularly their tendency to produce irrelevant or imprecise responses despite having access to the correct context. Our methodology involves fine-tuning a pre-trained LLM on a benchmark QA dataset to improve its contextual comprehension and answer extraction capabilities. Specifically, we utilize the Stanford Question Answering Dataset (SQuAD1.1), which provides high-quality context-question-answer triplets for supervised training and evaluation. Experimental results show that the fine-tuned Roberta-base model achieves the highest performance, attaining a ROUGE-L score of 86.84%, a BLEU score of 28.24%, and a BERTScore of 95.38%. These results indicate strong accuracy and answer relevance, demonstrating the effectiveness of the proposed approach for context-based question answering tasks. Furthermore, the findings confirm that targeted fine-tuning substantially improves the reliability and precision of QA systems.

URL PDF HTML 收藏
2605.28634 2026-07-21 cs.RO 版本更新

PrimitiveVLA: Learning Reusable Motion Primitives for Efficient and Generalizable Robotic Manipulation

PrimitiveVLA:学习可复用的运动基元以实现高效且可泛化的机器人操作

Yutai Li, Shaohui Peng, Jiaming Guo, Di Huang, Zihao Zhang, Yuxuan Guo, Yunkai Gao, Siming Lan, Ling Li, Xing Hu, Yunji Chen

机构 * State Key Lab of Processors, Institute of Computing Technology, CAS(处理器国家重点实验室,计算技术研究所,中国科学院) Jiangsu Key Laboratory of AI for Industries, Institute of AI for Industries, CAS(江苏人工智能工业重点实验室,人工智能工业研究所,中国科学院) University of Chinese Academy of Sciences(中国科学院大学) Cambricon Technologies(寒武科技) Intelligent Software Research Center, Institute of Software, CAS(软件研究所智能软件研究中心,中国科学院) University of Science and Technology of China(中国科学技术大学)

AI总结 提出PrimitiveVLA框架,通过将视觉-语言-动作模型从直接指令到控制映射转向以基元为中心的拆解与组装范式,利用多模态规范表示和自动化流水线,提升数据效率并实现零样本泛化。

详情
AI中文摘要

视觉-语言-动作(VLA)模型为通用机器人策略提供了有前景的范式,但其适应受到数据效率低下和泛化能力差的阻碍。我们认为这些瓶颈源于主流的直接指令到控制映射,该映射迫使模型记忆整体轨迹而非可复用的运动模式,即基元。我们提出PrimitiveVLA,一个将该范式转向以基元为中心的拆解与组装范式的框架。在共享的多模态规范表示(MCR)支持下,PrimitiveVLA统一了两个阶段:(1)微调阶段拆解,使用自动化流水线将演示拆解为可复用的基元;(2)推理阶段组装,采用基于VLM的规划器和LLM生成的切换模块实现鲁棒的闭环执行。通过将任务拆解为可复用的基元,PrimitiveVLA使VLA模型能够学习不变的运动模式而非特定任务的轨迹。大量实验表明,我们的框架提高了数据效率,并在未见过的任务和长时域任务上实现了卓越的零样本泛化。

英文摘要

Vision-Language-Action (VLA) models offer a promising paradigm for generalist robotic policies, yet their adaptation is hindered by data inefficiency and poor generalization. We argue that these bottlenecks stem from the prevailing Direct Instruction-to-Control Mapping, which forces models to memorize monolithic trajectories rather than reusable motion patterns, i.e., primitives. We propose PrimitiveVLA, a framework that shifts this paradigm toward a Primitive-Centric Disassemble & Assemble paradigm. Supported by a shared Multimodal Canonical Representation (MCR), PrimitiveVLA unifies two phases: (1) Fine-tuning-phase Disassembly, which uses an automated pipeline to disassemble demonstrations into reusable primitives; and (2) Inference-phase Assembly, which employs a VLM-based planner and an LLM-generated switch module for robust closed-loop execution. By disassembling tasks into reusable primitives, PrimitiveVLA enables VLA models to learn invariant motion patterns instead of task-specific trajectories. Extensive experiments show that our framework improves data efficiency and achieves superior zero-shot generalization across unseen and long-horizon tasks.

URL PDF HTML 收藏
2502.11034 2026-07-21 cs.LG 版本更新

AdaGC: Enhancing LLM Pretraining Stability via Adaptive Gradient Clipping

AdaGC: 通过自适应梯度裁剪增强LLM预训练稳定性

Guoxia Wang, Shuai Li, Congliang Chen, Jinle Zeng, Jiabin Yang, Dianhai Yu, Yanjun Ma, Li Shen

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 提出自适应逐张量梯度裁剪方法AdaGC,通过限制梯度范数相对于历史裁剪值的指数移动平均来消除损失尖峰,在Llama-2 7B等模型上实现零尖峰并提升下游准确率。

Comments Accept by ICML 2026

详情
AI中文摘要

损失尖峰仍然是大规模语言模型预训练中的一个持续障碍。虽然先前的研究试图通过调查单个因素来识别损失尖峰的根本原因,但我们观察到,在实践中,这种尖峰通常是由异质因素的汇合触发的。根据经验,损失尖峰可能源于数据异常值、硬件或瞬时计算故障、数值精度问题和超参数设置的组合。无论根本原因如何,这些尖峰表现为不稳定的优化器更新,因为异常梯度污染了第一和第二矩状态。在本文中,我们提出了一种基于梯度的原则性补救措施:AdaGC,一种自适应逐张量梯度裁剪方案,通过将梯度范数限制在它们历史裁剪值的张量级指数移动平均附近来减轻这种污染。AdaGC与优化器无关,引入可忽略的内存开销,并且与GlobalGC相比降低了通信成本,特别是在混合并行分布式训练中。在Llama-2 7B、Mixtral 8x1B和ERNIE 10B-A1.4B上的实验表明,AdaGC稳健地消除了训练不稳定性,一致地将所有模型的尖峰分数降至零,并且相对于GlobalGC分别将下游准确率提高了1.32%、1.27%和2.48%。此外,AdaGC与Muon和Lion等优化器无缝集成,一致地产生更高的平均准确率和零尖峰分数。代码可在以下网址获得:此https URL(参见Research/AdaGC)。

英文摘要

Loss spikes remain a persistent obstacle in large-scale language model pretraining. While previous research has attempted to identify the root cause of loss spikes by investigating individual factors, we observe that, in practice, such spikes are typically triggered by the confluence of heterogeneous factors. Empirically, loss spikes may arise from a combination of data outliers, hardware or transient computational faults, numerical precision issues, and hyperparameter settings. Regardless of the underlying cause, these spikes manifest as unstable optimizer updates, as abnormal gradients contaminate both first- and second-moment states. In this paper, we propose a principled gradient-centric remedy: AdaGC, an adaptive per-tensor gradient clipping scheme that mitigates such contamination by bounding gradient norms relative to a tensor-wise exponential moving average of their historical clipped values. AdaGC is optimizer-agnostic, introduces negligible memory overhead, and reduces communication costs compared to GlobalGC, particularly in hybrid-parallel distributed training. Experiments on Llama-2 7B, Mixtral 8x1B, and ERNIE 10B-A1.4B demonstrate that AdaGC robustly eliminates training instabilities, consistently reducing spike scores to zero for all models and improving downstream accuracy over GlobalGC by 1.32%, 1.27%, and 2.48%, respectively. Furthermore, AdaGC seamlessly integrates with optimizers such as Muon and Lion, consistently yielding higher average accuracy and zero spike scores. The code is available at https://github.com/PaddlePaddle/PaddleFleet (see Research/AdaGC).

URL PDF HTML 收藏
2511.16887 2026-07-21 cs.CV 版本更新

Glass Surface Detection: Leveraging Reflection Dynamics in Flash/No-flash Imagery

玻璃表面检测:利用闪光/无闪光图像中的反射动态

Tao Yan, Zeyu Wang, Hao Huang, Yiwei Lu, Ke Xu, Yinghui Wang, Xiaojun Chang, Rynson W. H. Lau

机构 * School of Artificial Intelligence and Computer Science at Jiangnan University(江南大学人工智能与计算机科学学院) School of Information Science and Technology, University of Science and Technology of China(中国科学技术大学信息科学与技术学院) Department of Computer Vision, Mohamed bin Zayed University of Artificial Intelligence (MBZUAI)(马尔代夫比赞大学人工智能学院计算机视觉系) Department of Computer Science, City University of Hong Kong(香港城市大学计算机科学系)

AI总结 针对玻璃表面检测难题,提出NFGlassNet方法,利用闪光/无闪光图像中反射动态,包含反射对比挖掘模块与反射引导注意力模块,构建数据集,实验证明该方法优于现有方法。

Comments 18 pages, 17 figures

详情
AI中文摘要

玻璃表面无颜色、透明且缺乏显著特征,这使得玻璃表面检测成为具有挑战性的计算机视觉任务。现有方法依赖边界或反射线索来定位玻璃表面,但未能充分利用玻璃自身特性。本文观察到场景中玻璃表面前后的光照强度差异会导致反射变化,利用这一差异我们提出了NFGlassNet用于玻璃表面检测的新方法。具体包括用于提取反射的反射对比挖掘模块(RCMM)和用于融合反射与玻璃表面特征的反射引导注意力模块(RGAM)。我们还构建了一个包含3.3K无闪光和闪光图像对的数据集。实验表明该方法优于现有方法。

英文摘要

Glass surfaces are ubiquitous in daily life, typically appearing colorless, transparent, and lacking distinctive features. These characteristics make glass surface detection a challenging computer vision task. Existing glass surface detection methods always rely on boundary cues (e.g., window and door frames) or reflection cues to locate glass surfaces, but they fail to fully exploit the intrinsic properties of the glass itself for accurate localization. We observed that in most real-world scenes, the illumination intensity in front of the glass surface differs from that behind it, which results in variations in the reflections visible on the glass surface. Specifically, when standing on the brighter side of the glass and applying a flash towards the darker side, existing reflections on the glass surface tend to disappear. Conversely, while standing on the darker side and applying a flash towards the brighter side, distinct reflections will appear on the glass surface. Based on this phenomenon, we propose NFGlassNet, a novel method for glass surface detection that leverages the reflection dynamics present in flash/no-flash imagery. Specifically, we propose a Reflection Contrast Mining Module (RCMM) for extracting reflections, and a Reflection Guided Attention Module (RGAM) for fusing features from reflection and glass surface for accurate glass surface detection. For learning our network, we also construct a dataset consisting of 3.3K no-flash and flash image pairs captured from various scenes with corresponding ground truth annotations. Extensive experiments demonstrate that our method outperforms the state-of-the-art methods. Our code, model, and dataset will be available upon acceptance of the manuscript.

URL PDF HTML 收藏
2511.14592 2026-07-21 cs.RO cs.AI 版本更新

DSBench: A Comprehensive Benchmark for Evaluating External and In-Cabin Risks

DSBench:用于评估外部和车内风险的综合基准测试

Xianhui Meng, Yuchen Zhang, Zhijian Huang, Zheng Lu, Ziling Ji, Yandan Lin, Yaoyao Yin, Hongyuan Zhang, Wei Zhou, Guangfeng Jiang, Li Zhang, Long Chen, Hangjun Ye, Jun Liu, Xiaoshuai Hao

机构 * University of Science and Technology of China(中国科学技术大学) Georgia Institute of Technology(佐治亚理工学院) Xiaomi EV(小米电动车) Fudan University(复旦大学) Xidian University(西安电子科技大学) South China University of Technology(华南理工大学) The University of Hong Kong(香港大学)

AI总结 针对视觉语言模型在安全关键场景适用性未充分探索的问题,引入DSBench综合基准测试,涵盖外部与车内风险,分多类别。评估发现模型在复杂情况下降,构建数据集微调可提升性能,推动自动驾驶技术发展,相关资源将公开。

详情
AI中文摘要

视觉语言模型(VLMs)在自动驾驶方面前景广阔,但在安全关键场景中的适用性尚未充分探索,引发安全担忧。由于缺乏同时评估外部环境风险和车内驾驶行为安全的综合基准测试,我们引入了DSBench,首个用于统一评估VLM对各种安全风险认知的综合驾驶安全基准测试。它涵盖外部环境风险和车内驾驶行为安全两大类别,分为10个关键类别和28个子类别。对多种主流开源和闭源VLM的广泛评估显示,在复杂安全关键情况下性能显著下降。为此,我们构建了一个包含98K实例的大型数据集,表明在此数据集上微调可显著提高现有VLM的安全性能,为推进自动驾驶技术铺平道路。基准测试工具包、代码和模型检查点将公开可用。

英文摘要

Vision-Language Models (VLMs) show great promise for autonomous driving, but their suitability for safety-critical scenarios is largely unexplored, raising safety concerns. This issue arises from the lack of comprehensive benchmarks that assess both external environmental risks and in-cabin driving behavior safety simultaneously. To bridge this critical gap, we introduce DSBench, the first comprehensive Driving Safety Benchmark designed to assess a VLM's awareness of various safety risks in a unified manner. DSBench encompasses two major categories: external environmental risks and in-cabin driving behavior safety, divided into 10 key categories and a total of 28 sub-categories. This comprehensive evaluation covers a wide range of scenarios, ensuring a thorough assessment of VLMs' performance in safety-critical contexts. Extensive evaluations across various mainstream open-source and closed-source VLMs reveal significant performance degradation under complex safety-critical situations, highlighting urgent safety concerns. To address this, we constructed a large dataset of 98K instances focused on in-cabin and external safety scenarios, showing that fine-tuning on this dataset significantly enhances the safety performance of existing VLMs and paves the way for advancing autonomous driving technology. The benchmark toolkit, code, and model checkpoints will be publicly accessible.

URL PDF HTML 收藏
2509.01235 2026-07-21 cs.LG cond-mat.stat-mech q-bio.NC 版本更新

Geometric origin of adversarial vulnerability in deep learning

深度学习中对抗性脆弱性的几何起源

Yixiong Ren, Wenkang Du, Jianhui Zhou, Haiping Huang

机构 * Anhui Provincial Key Laboratory of Low-Energy Quantum Materials and Devices(安徽省低能量子材料与器件重点实验室) High Magnetic Field Laboratory, HFIPS, Chinese Academy of Sciences(高磁场实验室,HFIPS,中国科学院) University of Science and Technology of China(中国科学技术大学) PMI Lab, School of Physics, Sun Yat-sen University(PMI实验室,物理学院,中山大学) Guangdong Provincial Key Laboratory of Magnetoelectric Physics and Devices(广东省磁电物理与器件重点实验室)

AI总结 研究深度学习中对抗性脆弱性的几何起源,提出几何感知深度学习框架,利用逐层局部训练塑造网络内部表示,提升对抗鲁棒性,还能通过相关模型解释性能,使深度网络能吸收新信息并减少干扰。

详情
AI中文摘要

自深度学习诞生以来,平衡训练精度和对抗鲁棒性一直是一个挑战。在此,我们引入了一个几何感知深度学习框架,该框架利用逐层局部训练来塑造深度神经网络的内部表示。此框架促进特征空间中的类内紧凑性和类间分离,从而实现流形平滑性和针对白盒或黑盒攻击的对抗鲁棒性。性能可以通过对网络参数进行积分的数据依赖统计力学来解释,并辅以隐藏表示元素之间具有赫布耦合的唯象模型。基于当前的几何感知学习框架,深度网络可以在减少表示干扰的同时将新信息吸收到现有知识结构中。

英文摘要

Balancing training accuracy and adversarial robustness has beeen a challenge since the birth of deep learning. Here, we introduce a geometry-aware deep learning framework that leverages layer-wise local training to sculpt the internal representations of deep neural networks. This framework promotes intra-class compactness and inter-class separation in feature space, leading to manifold smoothness and adversarial robustness against white or black box attacks. The performance can be explained by \blue{data-dependent statistical mechanics of integrating out the network parameters}, \blue{supplemented by a phenomenological model} with Hebbian coupling between elements of the hidden representation. Based on the current geometry-aware learning framework, the deep network can assimilate new information into existing knowledge structures while reducing representation interference.

URL PDF HTML 收藏
2503.10677 2026-07-21 cs.CL cs.AI 版本更新

A Survey on Knowledge-Oriented Retrieval-Augmented Generation

面向知识的检索增强生成综述

Mingyue Cheng, Yucong Luo, Jie Ouyang, Qi Liu, Huijie Liu, Li Li, Shuo Yu, Bohou Zhang, Jiawei Cao, Jie Ma, Daoyu Wang, Enhong Chen

机构 * State Key Laboratory of Cognitive Intelligence, University of Science and Technology of China(认知智能国家重点实验室,中国科学技术大学)

AI总结 该综述对检索增强生成进行全面概述,涵盖其基本组件、关键特性、分类法、评估基准及应用等,讨论了相关挑战与新兴研究方向,强调其在自然语言处理中应对现实挑战及推动发展的潜力。

Comments Accepted by ACM Transactions on Information Systems (TOIS)

详情
AI中文摘要

检索增强生成(RAG)近年来备受关注,因其能通过结合大规模检索系统与生成模型提升自然语言理解和生成能力。RAG利用外部知识源改进模型性能并生成更准确且上下文相关的输出。本综述通过考察其基本组件,包括检索机制、生成过程及二者整合,全面概述RAG。讨论了RAG的关键特性、相关挑战,给出了分类法,回顾了评估基准和数据集,探讨了其在问答等领域的应用,还强调了新兴研究方向和改进机会。最后概述了RAG应对现实挑战的前景及其推动自然语言处理进一步发展的潜力。

英文摘要

Retrieval-Augmented Generation (RAG) has gained significant attention in recent years for its potential to enhance natural language understanding and generation by combining large-scale retrieval systems with generative models. RAG leverages external knowledge sources, such as documents, databases, or structured data, to improve model performance and generate more accurate and contextually relevant outputs. This survey aims to provide a comprehensive overview of RAG by examining its fundamental components, including retrieval mechanisms, generation processes, and the integration between the two. We discuss the key characteristics of RAG, such as its ability to augment generative models with dynamic external knowledge, and the challenges associated with aligning retrieved information with generative objectives. We also present a taxonomy that categorizes RAG methods, ranging from basic retrieval-augmented approaches to more advanced models incorporating multimodal data and reasoning capabilities. Additionally, we review the evaluation benchmarks and datasets commonly used to assess RAG systems, along with a detailed exploration of its applications in fields such as question answering, summarization, and information retrieval. Finally, we highlight emerging research directions and opportunities for improving RAG systems, such as enhanced retrieval efficiency, model interpretability, and domain-specific adaptations. This paper concludes by outlining the prospects for RAG in addressing real-world challenges and its potential to drive further advancements in natural language processing.

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

MGDT: MLLM-Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts for Multimodal Knowledge Graph Completion

MGDT:具有关系自适应专家混合的MLLM引导扩散变压器用于多模态知识图谱补全

Xu Hou, Meiyu Liang, Wei Huang, Yawen Li, Zhe Xue, Wu Liu, Guanhua Ye, Lei Shi, Kangkang Lu

机构 * Beijing University of Posts and Telecommunications(北京邮电大学) Zhejiang University(浙江大学) University of Science and Technology of China(中国科学技术大学) Communication University of China(中国传媒大学)

AI总结 研究多模态知识图谱补全问题,提出MGDT框架,先通过RASR-MoE模块选路径、抑干扰,再用MLLM对齐表示,最后KGDT去噪生成,实验证明该框架在三个基准数据集上性能优于基线。

Comments 8pages, 6 figures

详情
AI中文摘要

多模态知识图谱补全(MKGC)需要从结构、文本和视觉线索中推断缺失实体。现有的基于扩散的MKGC方法通常直接对原始多模态特征去噪。这种设计使去噪器同时执行依赖关系的线索选择、跨模态语义对齐和结构感知实体生成,给扩散带来噪声和语义不一致条件,导致补全性能次优。为解决此限制,我们提出MGDT,一种基于先对齐后扩散范式构建的新型MKGC框架。MGDT首先使用关系自适应语义路由专家混合(RASR-MoE)模块选择与关系相关的多模态语义转换路径并抑制无关模态干扰。然后使用冻结的多模态大语言模型(MLLM)作为语义锚将路由后的多模态表示对齐到统一潜在空间并减少跨模态语义异质性。最后,知识图谱扩散变压器(KGDT)在对齐空间中执行图条件去噪生成以产生缺失实体表示。在三个基准数据集上的实验表明,MGDT始终优于强大的基线。

英文摘要

Multimodal Knowledge Graph Completion (MKGC) requires inferring missing entities from structural, textual, and visual cues. Existing diffusion-based MKGC methods usually denoise directly on raw multimodal features. Such a design forces the denoiser to simultaneously perform relation-dependent cue selection, cross-modal semantic alignment, and structure-aware entity generation, which introduces noisy and semantically inconsistent conditions for diffusion and consequently leads to suboptimal completion performance. To address this limitation, we propose MGDT: MLLM-Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts (MGDT), a novel MKGC framework built on an align-then-diffuse paradigm. MGDT first employs a Relation-Adaptive Semantic Routing Mixture-of-Experts (RASR-MoE) module to select relation-relevant multimodal semantic transformation paths and suppress irrelevant modality interference. MGDT then uses a frozen Multimodal Large Language Model (MLLM) as a semantic anchor to align the routed multimodal representations into a unified latent space and reduce cross-modal semantic heterogeneity. Finally, a Knowledge Graph Diffusion Transformer (KGDT) performs graph-conditioned denoising generation in the aligned space to produce the missing entity representation. Experiments on three benchmark datasets show that MGDT consistently outperforms strong baselines.

URL PDF HTML 收藏
2606.09421 2026-07-20 cs.CL 版本更新

What Should a Skill Remember? Quality--Cost Trade-offs in Cost-Aware Skill Rewriting for Language Model Agents

技能应记住什么?语言模型代理中成本感知技能重写的质量-成本权衡

Qinghua Xing, Yinda Chen, Yaping Jin, Zhenhe Wu, Bohan Lin, Hang Zhou, Xinghao Chen, Hanting Chen, Zhiwei Xiong

机构 * University of Science and Technology of China(中国科学技术大学) Huawei Technologies(华为技术有限公司) Tianjin University(天津大学)

AI总结 研究语言模型代理中技能重写的质量-成本权衡,提出信息保留策略,在SkillsBench上实现成本降低7%-14.7%且保持验证质量。

详情
AI中文摘要

大型语言模型代理越来越依赖技能:可重用的程序文档,编码工作流程、工具使用、实现模式、验证检查和领域规则。技能重写通常被视为提示压缩,但较短的技能可能通过移除防止探索、调试和恢复的稀疏操作锚点而使代理更昂贵。我们通过这种经济视角研究技能重写。我们的受控框架剖析技能结构,使用信息保留策略重写技能,并在固定任务指令、环境和验证器下评估重写。在SkillsBench上的实验揭示了不同策略间明显的质量-成本权衡:API/代码锚定、工作流保护和规则/公式锚定有利于不同的任务族,没有普遍主导的模板。在主要的留出评估中,学习到的策略将总成本降低7.0%,下游代理令牌成本降低6.0%;在冻结的跨模型迁移中,相应的降低平均为14.7%和13.7%,同时验证器质量保持不变。这些结果将技能设计定位为成本感知的操作知识工程,而非提示压缩。资源:\href{https://github.com/1Reminding/Skill_EE}{SkillEE}。

英文摘要

Large language model agents increasingly rely on skills: reusable procedural documents encoding workflows, tool use, implementation patterns, validation checks, and domain rules. Skill rewriting is often treated as prompt compression, but shorter skills can make agents more expensive by removing sparse operational anchors that prevent exploration, debugging, and recovery. We study skill rewriting through this economic lens. Our controlled framework profiles skill structure, rewrites skills using information-preservation strategies, and evaluates the rewrites under fixed task instructions, environments, and verifiers. Experiments on SkillsBench reveal distinct quality--cost trade-offs across strategies: API/code anchoring, workflow guarding, and rule/formula anchoring benefit different task families, with no universally dominant template. In the main held-out evaluation, the learned policy reduces total cost by 7.0% and downstream agent-token cost by 6.0%; in frozen cross-model transfer, the corresponding reductions average 14.7% and 13.7%, while verifier quality is preserved. These results position skill design as cost-aware operational knowledge engineering rather than prompt compression. Resources: https://github.com/1Reminding/Skill_EE.

URL PDF HTML 收藏
2606.07636 2026-07-20 cs.CV cs.CL cs.MA 版本更新

Crayotter: Traceable Multi-Agent Workflows for Long-Form Video Editing

Crayotter: 用于长视频编辑的可追踪多智能体工作流

Lecheng Yan, Yichong Zhang, Xiantao Xu, Jianze Lin, Ben Pan, Xiaoyu Zheng, Jiawei Qian, Anqi Wu, Jiahui Geng, Ruizhe Li, Fengyu Cai, Jingcheng Niu, Raymond Li, Wenxi Li, Chenyang Lyu

机构 * University of Science and Technology of China(中国科学技术大学)

AI总结 提出Crayotter,一个开源多模态多智能体系统,通过三阶段工作流(材料准备、基于工件的编辑研究、工具驱动的执行)实现长视频编辑的可追踪性和选择性修订,在人类评估中优于基线方法。

Comments 10 pages, 5 figures

详情
AI中文摘要

从异构素材编辑长视频不仅需要选择片段:智能体必须在材料准备、时间线构建、后期制作和修订过程中保持叙事意图,同时留下足够的证据以诊断失败。我们提出 \textbf{Crayotter},一个用于提示驱动视频编辑的开源多模态多智能体系统。Crayotter 将制作组织为三个阶段:覆盖感知的材料准备、基于工件的编辑研究以及工具驱动的时间线执行。每个阶段外化可检查的工件,包括覆盖报告、多模态分析、编辑蓝图、工具调用和中间渲染。这些工件使编辑运行可追踪,并允许诊断和选择性修订失败的片段,而无需完全重启。我们在23个编辑主题上评估Crayotter,与CapCut-Mate和CutClaw进行比较。在人类评估下,Crayotter的平均得分为3.40/5,而两个基线分别为2.44和1.70,在主题对齐、叙事连贯性和编辑流畅性方面持续提升。我们还描述了一个可重放的轨迹模式和可验证的奖励设计,为这些工作流未来的策略优化做准备。代码、轨迹和示例可在 https://github.com/idwts/Crayotter 公开获取。

英文摘要

Long-form video editing over heterogeneous footage requires agents to coordinate source selection, multimodal analysis, timeline construction, narration and subtitle alignment, rendering, and revision while exposing intermediate state for inspection and repair. We present Crayotter, an open-source multimodal multi-agent demo system for prompt-driven long-form video editing. Crayotter organizes production around coverage-aware material preparation, artifact-grounded editing research, and tool-grounded timeline execution. Across these stages, retrieval reports, video analyses, editing blueprints, scheduler events, tool calls, intermediate renders, and final exports are treated as first-class artifacts rather than hidden transient state. The workbench supports local assets, agent-assisted retrieval, progress monitoring, artifact preview, failure diagnosis, interrupted-job resumption, and resource-aware asynchronous execution for long-running workflows. In a 23-theme evaluation, Crayotter achieves the highest human overall score (3.40/5) among the compared systems, with its largest margins in theme alignment, narrative coherence, and editing smoothness. These results show that long-horizon video editing agents can be made traceable, inspectable, and practically controllable through observable production artifacts. Code, traces, and examples are publicly available at https://github.com/idwts/Crayotter.

URL PDF HTML 收藏
2511.19356 2026-07-20 cs.CV 版本更新

Rethinking Reward Signals in Video GRPO: When Scores Become Targets

重新思考视频GRPO中的奖励信号:当分数成为目标

Rui Li, Yuanzhi Liang, Ziqi Ni, Haibin Huang, Chi Zhang, Xuelong Li

机构 * University of Science and Technology of China(中国科学技术大学) Southeast University(东南大学) Institute of Artificial Intelligence (TeleAI), China Telecom(人工智能研究院(TeleAI),中国电信)

AI总结 本文提出TaRoS框架,通过组件级评估和组内稀疏性解决GRPO中奖励信号失真问题,提升视频生成的视觉质量和对齐性。

详情
AI中文摘要

组相对策略优化(GRPO)通过组间比较实现稳定的视频生成更新。然而,GRPO直接优化奖励诱导的优势,持续优化导致奖励分数失去对真实视频质量的准确性,符合Goodhart定律的现象。这导致两个问题:(i)复合目标下的捷径优化;(ii)提示组内的奖励饱和。为了解决这些问题,我们引入TaRoS,一种针对视频生成GRPO的Target-Robust Reward Signaling框架。TaRoS利用组件级性能评估和组内稀疏性,将多方面奖励组织到优化目标中。此外,它自适应地降低饱和组件的权重,从而保持有效的优化方向并减少冗余。这维持了有意义的优化方向并保持组内排名分离,从而防止奖励黑客并导致更可靠的策略更新。广泛实验显示,与强基线相比,在视觉保真度、运动连贯性和文本-视频对齐性方面有持续改进。

英文摘要

Group Relative Policy Optimization (GRPO) enables stable and preference-oriented updates via group-wise comparisons for post-training video generation. However, GRPO directly optimizes reward-induced advantages. Under sustained optimization, the reward score can lose fidelity as a proxy for true video quality, consistent with the phenomenon described by Goodhart's Law. This leads to two recurring issues: (i) shortcut-driven optimization under composite objectives and (ii) reward saturation within prompt groups. To address these issues, we introduce TaRoS, a Target-Robust Reward Signaling framework for Video generation GRPO. TaRoS leverages component level performance assessment together with intra-group sparsity to organize multi-aspect rewards towards optimization objectives. In addition, it adaptively downweights components that exhibit saturation, thereby preserving effective optimization directions and mitigating redundancy. This maintains meaningful optimization directions and preserves within-group ranking separation, thereby preventing reward hacking and leading to more reliable policy updates. Extensive experiments show consistent improvements in visual fidelity, motion coherence, and text-video alignment over strong baselines.

URL PDF HTML 收藏
2607.15240 2026-07-17 cs.CL 新提交

TikStance: A Multimodal and Hierarchical Dataset for Multi-target Stance Analysis in TikTok Political Conversations

TikStance:用于TikTok政治对话中多目标立场分析的多模态分层数据集

Yazhi Zhang, Fuqiang Niu, Bowen Zhang

机构 * School of Artificial Intelligence, Shenzhen Technology University(深圳技术大学人工智能学院) School of Cyber Science and Technology, University of Science and Technology of China(中国科学技术大学网络空间安全学院)

AI总结 研究针对TikTok政治对话中多目标立场分析,提出多模态分层数据集TikStance,涵盖2024年美国选举周期三位政治人物,结合多目标覆盖、分层对话与人工注释,支持多模态立场检测等多领域研究。

详情
AI中文摘要

政治话语日益转向短视频平台,但对此类内容的计算分析仍受限于缺乏能同时保留视听信息和分层对话的数据集。本文提出TikStance,这是一个多模态且情境感知的数据集,包含来自TikTok的161个视频和13876条评论,用于政治讨论中的立场检测。该数据集涵盖2024年美国选举周期的三位主要政治人物,内容在2023年9月至2025年1月收集。每个讨论单元将一个主视频及其元数据链接到一个父链接评论树,以便在视听和对话情境中进行立场分析。每个项目由三名注释者独立标注,最终特朗普、拜登和哈里斯子集的Krippendorff's α分别达到0.743、0.723和0.722。描述性分析进一步揭示了立场分布和对话深度中与目标相关的差异,嵌套回复占所有评论的23.3%。通过结合多目标覆盖、分层对话和可靠的多层次人工注释,TikStance支持多模态立场检测、政治传播、计算社会科学和情境感知自然语言处理等方面的研究。

英文摘要

Political discourse has increasingly moved to short-video platforms, yet computational analysis of such content remains constrained by the scarcity of datasets that jointly preserve audiovisual information and hierarchical conversations. Here we present TikStance, a multimodal and context-aware dataset comprising 161 videos and 13,876 comments from TikTok, designed for stance detection in political discussions. The dataset covers three major political figures in the 2024 U.S. election cycle--Donald Trump, Joe Biden, and Kamala Harris--with content collected between September 2023 and January 2025. Each discussion unit links a host video and its metadata to a parent-linked comment tree, enabling stance analysis within both audiovisual and conversational context. Each item was independently labeled by three annotators using a three-class scheme (Favor, Against, None) for video-to-target and comment-to-target stance; items with disagreement were re-annotated, and the final Krippendorff's \(α\) reached 0.743, 0.723, and 0.722 for the Trump, Biden, and Harris subsets, respectively. Descriptive analysis further reveals target-dependent differences in stance distributions and conversational depth, with nested replies accounting for 23.3\% of all comments. By combining multi-target coverage, hierarchical conversations, and reliable multi-level human annotations, TikStance supports research in multimodal stance detection, political communication, computational social science, and context-aware natural language processing.

URL PDF HTML 收藏