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

高校专区

Fudan University(复旦大学)

至 收录 1894
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.17917 2026-07-21 cs.AI 新提交

PEARL: Auditable Repair for Scientific Reasoning Graph Extraction

PEARL:科学推理图提取的可审计修复

Bohan Su, Pengze Li, Yuchen Lu, Xi Chen

机构 * School of Computer Science, Wuhan University(武汉大学计算机科学学院) Artificial Intelligence Innovation and Incubation, Fudan University(复旦大学人工智能创新与孵化) Department of Computer Science, Faculty of Science, University of Bath(巴斯大学理学院计算机科学系) College of Computer Science and Artificial Intelligence, Fudan University(复旦大学计算机科学与人工智能学院)

AI总结 针对科学推理图提取中LLMs输出有问题的情况,提出无需训练的PEARL框架,通过特定模式和反馈修复推理图。在ARCHE基准测试中,该框架提升了严格通过率和平均REA,为相关工作流程提供可靠性层。

Comments Accepted at WAICA 2026 Multi-Modal Agents for Science Workshop

详情
AI中文摘要

科学推理图提取(SRGE)旨在恢复观察、证据、中间主张和论文级结论之间的明确联系。大型语言模型(LLMs)能生成类似图的科学解释,但输出常存在语法错误、边缘标签漂移、根节点方向错误和源锚点薄弱等问题。我们提出了PEARL(通过抽象和修复层的皮尔士提取),这是一个无需训练的框架,能将有噪声的LLM图响应转化为可审计的推理图,并将其修复至严格的语义有效性。PEARL首先在封闭的皮尔士模式下实现明确的图内容,然后使用匹配的基于证据的判断反馈来修复被拒绝的边缘类型、局部推理步骤和终端根节点,同时保留审计跟踪。在来自ARCHE(一个潜在推理链提取基准)的五个包含70篇论文的模型档案上,PEARL将LLM基线的严格通过率从0/350提高到300/350,平均REA从0.339提高到0.906。这些图为需要可检查推理痕迹而非无约束图生成的研究代理和人工智能科学家工作流程提供了一个可靠性层。代码和审计工件可在该https URL获取。

英文摘要

Scientific Reasoning Graph Extraction (SRGE) aims to recover explicit links among observations, evidence, intermediate claims, and paper-level conclusions. LLMs can produce graph-like scientific explanations, but their outputs often mix malformed syntax, drifting edge labels, incorrectly oriented roots, and weak source anchors. We propose PEARL (Peircean Extraction via Abstraction and Repair Layer), a training-free framework that turns noisy LLM graph responses into auditable reasoning graphs and repairs them toward strict semantic validity. PEARL first materializes explicit graph content under a closed Peircean schema, then uses matched evidence-grounded judge feedback to repair rejected edge types, local inference steps, and terminal roots while preserving an audit trail. On five 70-paper model archives from ARCHE, a benchmark for latent reasoning-chain extraction, PEARL raises strict gate passes from 0/350 for the LLM baseline to 300/350, with average REA improving from 0.339 to 0.906. The graphs provide a reliability layer for research-agent and AI scientist workflows that need inspectable reasoning traces rather than unconstrained graph regeneration. Code and audit artifacts are available at https://github.com/BohanSu/auditable-repair-reasoning-graphs/tree/300-350_workshop .

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

Beyond Objective Expressivity: Geometry Preservation in Multimodal Contrastive Learning

超越目标表现力:多模态对比学习中的几何保留

Tillmann Rheude, Roland Eils, Benjamin Wild

机构 * Berlin Institute of Health, Charité - Universitätsmedizin Berlin(柏林健康研究院,柏林夏里特大学医学中心) Department of Mathematics and Computer Science, Freie Universität Berlin(柏林自由大学数学与计算机科学系) Intelligent Medicine Institute, Fudan University(复旦大学智能医学研究院)

AI总结 研究多模态对比学习从成对扩展到高阶对齐的挑战,确定编码器雅可比条件是关键因素,引入几何保留编码器,通过正则化调节雅可比,实验证明改善其条件可提升检索和线性探针性能,表明多模态对比学习还取决于编码器几何和优化属性。

详情
AI中文摘要

对比学习正越来越多地转向具有三种或更多模态的设置,而非图像-文本对。然而,将模型从成对扩展到高阶多模态对齐会带来优化和表示方面的挑战。我们确定编码器雅可比条件是三模态对比学习的关键因素:条件不佳的编码器会出现奇异值谱坍塌或放大,导致雅可比条件数爆炸和多模态对齐退化。我们通过正则化直接调节雅可比来引入几何保留编码器(GPE),并证明像LeakyReLU激活和残差路径这样的简单修改能恢复这些几何益处。在包括缺失模态的合成基准和四个真实世界数据集上,改善雅可比条件能提升多个对比目标的检索和线性探针性能,而在线性探针中,表达性目标益处不大。更广泛地说,我们的结果表明多模态对比学习不仅取决于目标表现力,还取决于底层编码器的几何和优化属性。

英文摘要

Contrastive learning is increasingly moving toward settings with three or more modalities instead of image-text pairs. Yet, extending models from pairwise to higher-order multimodal alignment can introduce optimization and representation challenges. We identify encoder Jacobian conditioning as a key factor in trimodal contrastive learning: poorly conditioned encoders exhibit collapsing or amplified singular-value spectra, leading to exploding Jacobian condition numbers and degraded multimodal alignment. We introduce geometry-preserving encoders (GPEs) by directly conditioning the Jacobian through regularization and demonstrating that simple modifications like LeakyReLU activations and residual paths recover these geometric benefits. Across a synthetic benchmark and four real-world datasets including missing modalities, improving Jacobian conditioning boosts retrieval and linear probe performance across multiple contrastive objectives, whereas expressive objectives yield little benefit in linear probes. More broadly, our results show that multimodal contrastive learning depends not only on objective expressivity, but also on the geometric and optimization properties of the underlying encoders.

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.16819 2026-07-21 cs.AI 新提交

FUSAR-R1: A Large-Scale Reasoning Model for Intelligent Interpretation of SAR Images

FUSAR-R1:一种用于合成孔径雷达图像智能解释的大规模推理模型

Yi Yang, Xiaokun Zhang, Yuxuan Li, Ruyi Zhang, Xinpeng Zhou, Haipeng Wang

机构 * Fudan University(复旦大学) Key Laboratory for Information Science of Electromagnetic Waves (MoE)(电磁波信息科学教育部重点实验室)

AI总结 针对SAR图像智能解释问题,提出FUSAR-R1模型。通过模拟专家解释构建思维链推理数据指导指令学习,赋予基本推理能力,再用强化学习策略优化输出。该模型在多种SAR解释任务中表现优于现有模型。

详情
AI中文摘要

近年来,大规模视觉语言模型推动了智能遥感图像解释的范式转变,在合成孔径雷达(SAR)图像解释领域取得初步进展。但SAR图像受多种因素影响,现有模型缺乏人类专家的逐步分析等能力。本文提出FUSAR-R1模型,先通过模拟专家解释过程构建显式思维链推理数据指导指令学习,赋予基本推理能力,再引入强化学习策略优化输出。实验表明,FUSAR-R1在多种SAR解释任务中优于现有多模态大规模模型。

英文摘要

In recent years, large-scale vision-language models have been driving a paradigm shift in intelligent remote sensing image interpretation. By incorporating textual semantic information, the cognitive expression, semantic understanding, and human-computer interaction capabilities of interpretation models have been significantly improved, achieving initial progress in the field of Synthetic Aperture Radar (SAR) image interpretation. However, SAR images are affected by factors such as coherent imaging mechanisms, complex scattering characteristics, speckle noise interference, and target-background coupling, resulting in complex and variable image features with significant uncertainties and specializations. Existing SAR vision-language models do not yet possess the step-by-step analysis, logical judgment, and self-correction capabilities of human experts, making it difficult to support reliable intelligent interpretation in complex scenarios. To address this issue, this paper proposes a large-scale reasoning model, FUSAR-R1, for intelligent interpretation of SAR images. The model first constructs explicit chain-of-thought reasoning data by simulating the interpretation process of human experts and uses this data to guide instruction learning, thereby endowing the model with basic reasoning capabilities. Subsequently, a reinforcement learning strategy is introduced to optimize the model's outputs based on inference results, enabling self-correction and more reliable reasoning. Experimental results demonstrate that FUSAR-R1 consistently outperforms existing multimodal large-scale models across various SAR interpretation tasks, including target detection, target counting and classification, and land-cover category recognition.

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

CRISP: Pre-LLM Yet Text-Driven Visual Token Pruning for Efficient LVLM Inference

CRISP:用于高效LVLM推理的预LLM文本驱动视觉令牌剪枝

Xu Li, Yi Zheng, Mengyang Zhao, Yuxuan Liang, Zhe Liu, Rui Zhu, Xiaolei Chen, Wei Zhou, Baoquan Zhao, Juncen Guo

机构 * College of Computer Science and Artificial Intelligence, Fudan University(复旦大学计算机科学与人工智能学院) School of Computer Science and Informatics, Cardiff University(卡迪夫大学计算机科学与信息学院) School of Artificial Intelligence, Sun Yat-sen University(中山大学人工智能学院) College of Intelligent Robotics and Advanced Manufacturing, Fudan University(复旦大学智能机器人与先进制造学院)

AI总结 针对大型视觉语言模型推理开销大的问题,提出CRISP框架,通过文本驱动在预LLM阶段剪枝视觉令牌,分两阶段工作,实验表明其在激进剪枝率下能保持高性能,降低推理成本和延迟,是高效LVLM推理的实用方案。

Comments Accepted by the 2026 IEEE International Conference on Multimedia and Expo (ICME 2026) as Oral

详情
AI中文摘要

大型视觉语言模型(LVLMs)通常需要处理数百到数千个视觉令牌,导致大量推理开销。现有视觉令牌剪枝方法要么在LLM之前使用与文本无关的启发式方法,要么在LLM内部以效率和嘈杂的跨模态注意力为代价进行剪枝。为解决这些限制,我们提出CRISP,一种预LLM但文本驱动的视觉令牌剪枝框架,它保留与指令相关的证据和基本场景上下文。CRISP在两阶段管道中工作:第一阶段首先识别文本对齐的视觉令牌,第二阶段通过语义多样性增强上下文完整性。在LLaVA-1.5和LLaVA-NeXT上的大量实验表明,CRISP在激进剪枝率下实现了卓越的性能保留,在将推理成本和延迟降低两倍以上的同时,保持高达99.5%的准确率。CRISP是高效LVLM推理的实用解决方案,尤其是在资源受限场景中。

英文摘要

Large Vision-Language Models (LVLMs) typically require processing hundreds to thousands of visual tokens, leading to substantial inference overhead. Existing visual token pruning methods either operate before the LLM using text-agnostic heuristics or prune inside the LLM at the cost of efficiency and noisy cross-modal attention. To address these limitations, we propose CRISP, a pre-LLM yet text-driven visual token pruning framework that preserves both instruction-relevant evidence and essential scene context. CRISP works in a two-stage pipeline: Stage 1 first identifies text-aligned visual tokens, and Stage 2 enhances contextual completeness through semantic diversity. Extensive experiments on LLaVA-1.5 and LLaVA-NeXT demonstrate that CRISP achieves superior performance retention under aggressive pruning ratios, maintaining up to 99.5% accuracy while reducing inference cost and latency by more than 2 times. CRISP serves as a practical solution for efficient LVLM inference, especially in resource-constrained scenarios.

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

Seeing What Is Actually There: PriVE-Bench and PriVE-Tools for Counterfactual Evaluation of Agentic Visual Evidence in VLMs

看清实际存在的东西:用于在视觉语言模型中对代理视觉证据进行反事实评估的PriVE-Bench和PriVE-Tools

Jingyu Sun, Jiachen Tu, Yuyang Xue, Yaoxin Jiang, Guoyi Xu, Zhengtao Yao, Rui Qian, Yizheng Sun, Hongpeng Zhou, Jingyuan Sun, Yan Lin

机构 * The University of Manchester(曼彻斯特大学) The University of Melbourne(墨尔本大学) University of Illinois at Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) University of Edinburgh(爱丁堡大学) University of Southern California(南加州大学) Fudan University(复旦大学) University of Newcastle(纽卡斯尔大学)

AI总结 本文针对视觉语言模型常依先验而非图像回答问题的现象,引入PriVE-Bench和PriVE-Tools。通过配对图像及工具衍生证据评估模型,对比不同输入,发现视觉证据工具在特定情况有帮助,但不能解决所有模型依先验回答的问题。

详情
AI中文摘要

视觉语言模型(VLMs)常依据学习到的语言和类别先验回答视觉问题,而非基于图像本身。反事实图像为这种失败模式提供了自然诊断场景。现有反事实基准主要询问先验跟随行为是否存在,本文进一步探讨:额外视觉证据视图能否帮助VLMs对抗先验?为此引入PriVE-Bench,用配对的原始图像和反事实图像区分基于视觉的答案和与先验一致的错误。还引入PriVE-Tools评估工具衍生的视觉证据是否改善反事实冲突下的基础。通过对比不同输入,结果显示视觉证据工具在某些情况下有帮助,但并非通用解决方案。

英文摘要

Vision-language models (VLMs) often answer visual questions using learned language and category priors rather than grounding their predictions in the image itself. Counterfactual images provide a natural diagnostic setting for this failure mode: when visible evidence contradicts what is usually true, a grounded model should answer from the pixels, while a prior-following model will produce a canonical but visually incorrect response. However, existing counterfactual benchmarks mainly ask whether such prior-following behavior exists. In this paper, we ask a further question motivated by the rise of tool-augmented and agentic vision systems: can additional visual evidence views help VLMs reason against their priors? We introduce PriVE-Bench, a Prior-vs-Visual Evidence Benchmark that uses paired original and counterfactual images to distinguish visually grounded answers from prior-consistent errors. We further introduce PriVE-Tools, a controlled agentic-vision-inspired extension that evaluates whether tool-derived visual evidence -- including bounding boxes, crops, zoom panels, and contours -- improves grounding under the same counterfactual conflicts. Across open- and closed-source VLMs, we compare raw, paired-image, and tool-conditioned inputs using accuracy, prior-following error rate, and other-response rate. Our results show that visual evidence tools can help in some settings, especially when models can use localized evidence effectively, but they are not a universal remedy: several models continue to follow language and category priors even when relevant visual evidence is explicitly provided.

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

PlanFlip: Attacking Multi-Agent LLM Systems via Planning-Phase Prompt Injection

PlanFlip:通过规划阶段提示注入攻击多智能体大语言模型系统

Yuhang Wang

机构 * Fudan University(复旦大学)

AI总结 研究针对多智能体大语言模型系统规划阶段的攻击,提出PlanFlip框架包含四种攻击,通过对九个模型的3479次测试发现能力放大漏洞、同类管道盲点及推理增强模型的抗性等结果,并提出检测方法,强调异构模型多样性对系统安全的重要性。

详情
AI中文摘要

多智能体大语言模型系统越来越依赖规划器将目标分解为子任务序列,由下游的执行器和评论家智能体执行和审核。我们发现规划阶段是一个关键的攻击面:向规划器的上下文注入一次就能实现级联放大,同时破坏所有下游子任务。我们引入了PlanFlip框架,它包含四种规划阶段提示注入攻击——目标替换(PF-1)、优先级反转(PF-2)、上下文污染(PF-3)和角色混淆(PF-4),每种攻击都伪装成合理的工具输出以逃避关键词过滤。在对九个前沿大语言模型进行的3479次测试中,我们发现了三个结果:一是能力会放大漏洞,GPT-5的攻击成功率最高(ASR = 0.68);二是同类管道存在相关智能体盲点,如GPT-4o和Llama-3.3-70B的ASR接近0但Stealth = 1.00且StepShift > 0;三是推理增强模型能抵抗注入,如DeepSeek-R1在所有攻击中的StepShift = 0.00。我们还提出了GoalAnchorCheck(D1)和CrossAgentConsensus(D2),检测率高达1.00,在16个单元格中的15个中优于同类骨干基线。我们的关键见解是:异构模型多样性是多智能体系统的安全前提;同类骨干内的冗余无法抵御规划阶段的攻击。

英文摘要

Multi-agent LLM systems increasingly rely on a Planner to decompose goals into sub-task sequences that downstream Executor and Critic agents execute and audit. We identify the planning phase as a critical attack surface: a single injection into the Planner's context achieves cascade amplification, corrupting all downstream sub-tasks simultaneously. We introduce PlanFlip, a framework comprising four planning-phase prompt injection attacks -- GoalSubstitution (PF-1), PriorityInversion (PF-2), ContextPollution (PF-3), and RoleConfusion (PF-4) -- each disguised as plausible tool outputs to evade keyword filters. Evaluating nine frontier LLMs across 3,479 episodes, we uncover three findings: (1) capability amplifies vulnerability -- GPT-5 achieves the highest attack success rate (ASR = 0.68), contradicting the assumption that stronger models are inherently more secure; (2) homogeneous pipelines exhibit a correlated-agent blind spot -- GPT-4o and Llama-3.3-70B show ASR near 0 yet Stealth = 1.00 and StepShift > 0, with attacks restructuring plans while the same-backbone Critic reports alignment (two independent judges confirm -0.20 to -0.32 semantic deviation, r = 0.943); (3) reasoning-augmented models resist injections -- DeepSeek-R1 achieves StepShift = 0.00 across all attacks. We propose GoalAnchorCheck (D1) and CrossAgentConsensus (D2), achieving detection rates up to 1.00 and outperforming same-backbone baselines in 15 of 16 cells. Our key insight: heterogeneous model diversity is a security prerequisite for multi-agent systems; redundancy within a homogeneous backbone provides no protection against planning-phase attacks.

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

StructGen: Disambiguating Multi-Reference Image Generation via Structured Context Modeling

StructGen:通过结构化上下文建模消除多参考图像生成中的歧义

Jianing Peng, Mengyu Wang, Henghui Ding, Zixiang Li, Ting Liu, Xiaochao Qu, Luoqi Liu, Yao Zhao, Yunchao Wei

机构 * Institute of Information Science, Beijing Jiaotong University(北京交通大学信息科学研究所) Institute of Big Data, Fudan University(复旦大学大数据研究院) Visual Intelligence + X International Joint Laboratory of the Ministry of Education(教育部视觉智能+X国际联合实验室) Beijing Academy of Artificial Intelligence(北京人工智能研究院) MT Lab, Meitu Inc(美图公司MT实验室)

AI总结 研究多参考图像生成问题,现有方法因自然语言指令缺陷致效果不佳。提出StructGen,用结构化格式编码参考图像,构建数据集、训练框架和基准,实验证明其在语义对齐和生成一致性上优于现有方法。

Comments Project page: https://jianingpeng0382.github.io/StructGen/

详情
AI中文摘要

多参考图像生成旨在根据文本指令整合多个参考图像的属性来合成图像。随着参考数量增加,该任务需要复杂语义理解。现有仅依赖自然语言指令的方法常无法精确捕捉复杂意图,导致语义错位和生成不一致。我们发现自然语言指令冗长模糊以及高质量多参考数据稀缺是限制因素。为此提出StructGen,采用结构化、类似字典的格式编码多参考图像,明确生成意图。我们构建结构化数据集、开发训练框架及基准。实验表明StructGen在语义对齐和详细参考生成一致性上优于现有方法。

英文摘要

Multi-reference image generation aims to synthesize images by integrating attributes from multiple reference images under textual instructions. As the number of references increases, the task necessitates complex semantic comprehension, such as correctly associating attributes with the intended subjects and planing out coherent spatial arrangement between subjects and their environments. Existing approaches, which rely solely on natural language instruction, often fail to capture these complex intentions precisely, leading to semantic misalignment and inconsistent generation. We identify two key factors behind these limitations: natural language instructions are often verbose and ambiguous, and high-quality multi-reference data is scarce. To address these issues, we propose StructGen, which employs a structured, dictionary-like format to encode multiple reference images, thereby enabling explicit and unambiguous specification of generation intentions. To support this design, we construct a structured dataset based on high-quality real images and develop a corresponding training framework, along with a dedicated benchmark for challenging multi-reference scenarios. Extensive experiments on both public benchmarks and our proposed benchmark demonstrate that StructGen consistently outperforms existing methods on both semantic alignment and detailed reference-generation consistency, especially under complex instructions with multiple references. The code is available at https://jianingpeng0382.github.io/StructGen/

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

GroundShot: Visually Consistent Multi-Shot Long Video Generation via Entity-Grounded Shot Scheduling

GroundShot: 通过实体锚定镜头调度实现视觉一致的多镜头长视频生成

Yixuan Lai, Tianjia Shao, Weijia Dou, Siyu Zhu, Jingdong Wang

机构 * Fudan University(复旦大学) Baidu(百度)

AI总结 提出GroundShot框架,通过在线构建实体级视觉记忆并调度镜头生成顺序,无需训练即可提升多镜头视频中实体的一致性。

详情
AI中文摘要

生成视觉一致的多镜头视频仍然是一个开放挑战。随着视频镜头增多,不一致性会在镜头间累积,导致跨镜头重现的实体(角色、物体和位置)偏离其首次出现的样子。我们观察到,观众通过比较实体每次后续出现与其首次清晰出现来判断一致性;该初始出现的视觉质量为所有后续出现设定了一致性上限。受此启发,我们提出\textbf{GroundShot},一个无需训练、模型无关的智能体框架,用于实体锚定的多镜头生成。GroundShot在线从已接受的生成镜头中构建实体级视觉记忆:它根据镜头作为实体参考的预期有用性来调度生成顺序,从生成的视频中锚定实体,在将其添加到记忆前验证其可靠性,并在每个镜头生成前从记忆中检索合适的实体参考。为了评估这种以实体为中心的一致性视角,我们进一步引入\textbf{GroundBench},一个诊断基准,在隔离受控挑战维度的同时,在实体级别衡量一致性。实验表明,GroundShot在无需额外训练或模型修改的情况下,相比现有方法提高了多镜头一致性。

英文摘要

Generating visually consistent multi-shot videos remains an open challenge. As videos span more shots, inconsistencies can accumulate across shots, causing entities that reappear across shots -- characters, objects, and locations -- to drift away from how they first appear. We observe that viewers judge consistency by comparing each later appearance of an entity with its first clear appearance; the visual quality of this initial appearance sets the consistency ceiling for all that follows. Motivated by this, we present \textbf{GroundShot}, a training-free, model-agnostic agentic framework for entity-grounded multi-shot generation. GroundShot builds an entity-level visual memory online from accepted generated shots: it schedules shots' generation order by their expected usefulness as entity references, grounds entities from generated videos, verifies their reliability before adding them to memory, and retrieves suitable entity references from memory before each shot is generated. To evaluate this entity-centered view of consistency, we further introduce \textbf{GroundBench}, a diagnostic benchmark that measures consistency at the entity level while isolating controlled challenge dimensions. Experiments show that GroundShot improves multi-shot consistency over existing methods while requiring no additional training or model modification.

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

BiWM: Advancing Open-Source Interactive Video World Models with Bidirectional Autoregression

BiWM:利用双向自回归推进开源交互式视频世界模型

Shaohao Rui, Xiaofeng Mao, Zhanyu Zhang, Peijia Lin, Yansong Zhu, Yibo Zhang, Haibin Wan, Zhangrui Zhao, Weijie Ma

机构 * LynnReal AI Shanghai Innovation Institute(上海创新研究院) Shanghai Jiao Tong University(上海交通大学) Fudan University(复旦大学)

AI总结 提出BiWM框架,通过双向自回归范式将预训练视频骨干转化为交互式世界模型,仅需两阶段训练(微调+分布匹配蒸馏),支持多尺度模型和长程生成,优于现有因果流水线。

详情
AI中文摘要

将双向视频扩散模型过渡到自回归范式提高了视频世界模型的交互性,但现有的因果流水线需要多个阶段(控制微调、自回归训练、因果初始化、少步蒸馏),并且由于误差累积,质量仍落后于双向模型。最近的世界模型如Yume-1.5和Matrix-Game-3.0采用双向自回归方法,通过自我纠正误差传播获得保真度和稳定的长程展开,但开源框架(如minWM)仅支持因果模型。我们提出BiWM,这是首个在双向自回归范式下用于交互式视频世界模型的全栈框架,联合优化生成质量和推理速度。从预训练视频骨干开始,BiWM通过微调注入相机控制,然后运行几步分布匹配蒸馏(DMD)阶段,将骨干转化为动作/相机可控的世界模型:仅需两个训练阶段(而非minWM的四个),在8xH200 GPU上几百步内收敛。单一方案覆盖Wan2.1-1.3B、Wan2.2-5B、HunyuanVideo-1.5-8B和LTX-2.3-22B,并支持现有双向模型的二次微调。BiWM实现了minWM失去可控性的真实相机控制,集成了可插拔历史压缩(FramePack风格和PackForcing风格)用于长程展开,并提供可选的NVFP4 4位训练/推理流水线。为对抗DMD的模式寻求退化,我们添加了GAN和覆盖前向KL目标,以保留场景动态。我们开源BiWM,用于资源受限的研究和高保真环境模拟。

英文摘要

Interactive video world models commonly convert bidirectional video generators into causal autoregressive systems through control fine-tuning, autoregressive training, causal initialization, and few-step distillation. This pipeline is costly, while frozen causal histories accumulate errors that degrade long-horizon fidelity and controllability. We present BiWM, the first open-source full-stack training framework for bidirectional autoregressive video world models. BiWM retains full attention within each generated chunk and requires only two stages: camera/action-control fine-tuning and few-step Distribution Matching Distillation (DMD). Both stages converge within a few hundred optimizer steps on 8 H200 GPUs. The framework supports Wan2.1-T2V-1.3B, Wan2.2-TI2V-5B, HunyuanVideo-1.5-TI2V-8B, and LTX-2.3-22B, together with real-world camera control, pluggable long-history compression, and optional low-bit deployment. Supervised and forward-KL anchors mitigate DMD mode collapse and preserve scene dynamics. BiWM provides a compact, reproducible path from pretrained bidirectional video models to interactive, controllable, and efficient world models.

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

When Direct Prediction Fails: Evidence from LLM-Based Misinformation Risk Evaluation

超越表面判断:LLM生成虚假信息的人类基础风险评估

Zonghuan Xu, Xiang Zheng, Yutao Wu, Xingjun Ma

机构 * Institute of Trustworthy Embodied AI, Fudan University(复旦大学可信具身人工智能研究所) Shanghai Key Laboratory of Multimodal Embodied AI(上海市多模态具身人工智能重点实验室) City University of Hong Kong(香港城市大学) Deakin University(迪肯大学)

AI总结 本文研究LLM生成虚假信息的风险评估,发现LLM法官在整体评分、项目排序和信号依赖上与人类存在显著差异,且法官间一致性高于人类读者,表明内部一致性不能作为读者反应代理的有效证据。

Comments 9 pages, 1 figure. Substantially revised and reorganized version of arXiv:2604.06820 based on the same study and data; adds stricter participant filtering, held-out prediction analyses, and additional robustness checks

详情
AI中文摘要

大型语言模型(LLM)可以大规模生成有说服力的叙述,引发了其在虚假信息活动中的潜在使用担忧。评估此风险最终需要理解读者如何接收此类内容。然而,在实践中,LLM法官越来越多地被用作低成本替代品进行直接人类评估,尽管其是否忠实跟踪读者反应仍不清楚。我们将此设置的评估重新解释为代理有效性问题,并审计LLM法官对人类读者反应的准确性。使用290篇对齐文章、2043对人类评分和八位前沿法官的输出,我们检查了法官与人类在总体评分、项目级排序和信号依赖方面的对齐情况。我们发现法官与人类之间存在持续的差距。与人类相比,法官通常更严厉,只能弱化项目级人类排名,并依赖不同的文本信号,更重视逻辑严谨性,同时更严厉地惩罚情感强度。同时,法官之间的一致性远高于人类读者。这些结果表明,LLM法官形成了一致的评价群体,其内部一致性远高于与人类读者的一致性,表明内部一致性不能作为读者反应代理的有效证据。

英文摘要

LLMs make it increasingly easy to generate deceptive content at scale, creating a need for scalable misinformation risk evaluation based on whether readers find such content credible and are willing to share it. A natural approach is to ask an LLM these questions directly and treat the returned scores as predictions of the corresponding human ratings. Implicit in this practice is the assumption that asking about a reader response produces the score that best predicts it. We test this assumption using matched credibility and willingness-to-share ratings for 290 deceptive articles from 317 participants and eight LLM evaluators. Unexpectedly, the assumption holds for credibility but fails for sharing. For every evaluator, credibility scores track human sharing at least as closely as sharing scores, while sharing scores offer no detectable benefit beyond credibility when predicting responses to unseen scenarios. This pattern persists when the questions are asked separately or in reversed order. Our results suggest that directly asking for the target response may not always yield the most effective score for predicting it. Comparing direct scores with indirect paths through related judgments may reveal a more effective predictive route. Deciding what to ask may be as important as refining how to ask it.

URL PDF HTML 收藏
2602.02402 2026-07-21 cs.RO cs.AI cs.CV physics.app-ph 版本更新

SoMA: A Real-to-Sim Neural Simulator for Robotic Soft-body Manipulation

SoMA:一种用于机器人软体操作的实-仿真神经模拟器

Mu Huang, Hui Wang, Kerui Ren, Linning Xu, Yunsong Zhou, Mulin Yu, Bo Dai, Jiangmiao Pang

机构 * Fudan University, China(复旦大学) Shanghai Artificial Intelligence Laboratory, China(上海人工智能实验室) Shanghai Jiao Tong University, China(上海交通大学) The Chinese University of Hong Kong, China(香港中文大学) The University of Hong Kong, China(香港大学)

AI总结 SoMA是一种用于机器人软体操作的实-仿真神经模拟器,通过统一的潜在神经空间实现可控、稳定的长周期操作和泛化能力。

Comments Project page: https://city-super.github.io/SoMA/

详情
AI中文摘要

在丰富的相互作用下模拟可变形物体仍然是实-仿真机器人操作中的基本挑战,其动力学由环境效应和机器人动作共同驱动。现有模拟器依赖于预定义的物理或数据驱动的动力学,而没有机器人条件控制,限制了精度、稳定性和泛化能力。本文提出了SoMA,一种3D高斯点模拟器,用于软体操作。SoMA在统一的潜在神经空间中耦合可变形动力学、环境力和机器人关节动作,实现端到端的实-仿真模拟。通过学习的高斯点建模相互作用,实现了可控、稳定的长周期操作和泛化能力,超越观察轨迹而无需预定义的物理模型。SoMA通过提高20%的重演精度和泛化能力,在现实世界机器人操作中实现了复杂任务如长周期布料折叠的稳定模拟。

英文摘要

Simulating deformable objects under rich interactions remains a fundamental challenge for real-to-sim robot manipulation, with dynamics jointly driven by environmental effects and robot actions. Existing simulators rely on predefined physics or data-driven dynamics without robot-conditioned control, limiting accuracy, stability, and generalization. This paper presents SoMA, a 3D Gaussian Splat simulator for soft-body manipulation. SoMA couples deformable dynamics, environmental forces, and robot joint actions in a unified latent neural space for end-to-end real-to-sim simulation. Modeling interactions over learned Gaussian splats enables controllable, stable long-horizon manipulation and generalization beyond observed trajectories without predefined physical models. SoMA improves resimulation accuracy and generalization on real-world robot manipulation by 20%, enabling stable simulation of complex tasks such as long-horizon cloth folding.

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 收藏
2503.18931 2026-07-21 cs.CV 版本更新

Enhancing Vision Foundation Models via Multimodal Continual Pre-Training

通过多模态持续预训练增强视觉基础模型

Yitong Chen, Lingchen Meng, Wujian Peng, Jun Tao, Chenjie Xu, Zuxuan Wu, Yu-Gang Jiang

机构 * Institute of Trustworthy Embodied AI, Fudan University(可信具身人工智能研究院,复旦大学) Shanghai Innovation Institute(上海创新研究院) Shanghai Baosight Software Co., Ltd.(上海博视软件有限公司)

AI总结 研究通过多模态持续预训练增强视觉基础模型,提出M-CPT框架,用持续位置嵌入处理不同分辨率视觉输入,通过特征对齐目标提升视觉与文本表示一致性,实验证明该框架能提升多模态理解性能并保持标准视觉任务表现。

Comments Code is available in https://github.com/ShareLab-SII/CoMP-MM

详情
AI中文摘要

视觉基础模型(VFMs)为广泛应用提供强大视觉表示。本文通过多模态训练增强现有VFMs,使其能有效处理不同分辨率视觉输入,并产生与语言表示更匹配的视觉表示。为此引入M-CPT框架,含持续位置嵌入(CPE)处理灵活视觉分辨率,以及特征对齐目标提升多模态训练中视觉与文本表示一致性。在DINOv2等模型上实验表明,M-CPT提升多模态理解性能且保持标准视觉基准测试良好表现。

英文摘要

Vision Foundation Models (VFMs) provide strong visual representations for a wide range of applications. In this work, we enhance prevailing VFMs through multimodal training, allowing them to effectively process visual inputs at varying resolutions while producing visual representations that are better aligned with language representations, regardless of their original pre-training objectives. To this end, we introduce M-CPT, a Multimodal Continual Pre-Training framework designed to improve the understanding capability of pre-trained VFMs while preserving their strong visual representation quality. M-CPT introduces a Continual Position Embedding (CPE) for handling flexible visual resolutions, along with a feature alignment objective that improves the consistency between visual and textual representations during multimodal training. Extensive experiments on leading VFMs, including DINOv2, SigLIP, and AIMv2, demonstrate that M-CPT consistently improves multimodal understanding performance while preserving strong performance on standard vision benchmarks such as classification and segmentation.

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

Map as a Prompt: Learning Multi-Modal Spatial-Signal Foundation Models for Cross-scenario Wireless Localization

地图作为提示:学习用于跨场景无线定位的多模态空间信号基础模型

Yong Chu, Xun Zhou, Zenglin Xu, Hui Wang, Yue Yu

机构 * Harbin Institute of Technology, Shenzhen(哈尔滨工业大学(深圳)) Pengcheng Laboratory(鹏城实验室) Shanghai Academy of AI for Science(上海人工智能科学研究院) Artificial Intelligence Innovation and Incubation Institute, Fudan University(复旦大学人工智能创新与孵化院)

AI总结 针对无线定位在不同环境中面临的挑战及现有方法的局限,提出多模态基础模型SigMap,通过循环自适应掩码策略和“地图即提示”框架学习无线表示并实现跨场景适应,实验证明其性能领先且零样本泛化能力强。

Comments 17pages, 9 figures, poster in International Conference on Learning Representations (ICLR), 2026

详情
AI中文摘要

准确且稳健的无线定位是新兴5G/6G应用(如自动驾驶、扩展现实和智能制造)的关键推动因素。尽管其很重要,但由于无线信号的复杂性及其对环境变化的敏感性,在不同环境中实现精确的定位仍然具有挑战性。现有的数据驱动方法通常泛化能力有限,需要大量标记数据且难以适应新场景。为解决这些限制,我们提出了SigMap,这是一种多模态基础模型,引入了两个关键创新:(1)一种循环自适应掩码策略,基于信道周期性特征动态调整掩码模式以学习稳健的无线表示;(2)一种新颖的“地图即提示”框架,通过轻量级软提示集成3D地理信息以实现有效的跨场景适应。大量实验表明,我们的模型在多个定位任务中实现了领先的性能,在未见环境中展现出强大的零样本泛化能力,显著优于有监督和自监督的基线。

英文摘要

Accurate and robust wireless localization is a critical enabler for emerging 5G/6G applications, including autonomous driving, extended reality, and smart manufacturing. Despite its importance, achieving precise localization across diverse environments remains challenging due to the complex nature of wireless signals and their sensitivity to environmental changes. Existing data-driven approaches often suffer from limited generalization capability, requiring extensive labeled data and struggling to adapt to new scenarios. To address these limitations, we propose SigMap, a multimodal foundation model that introduces two key innovations: (1) A cycle-adaptive masking strategy that dynamically adjusts masking patterns based on channel periodicity characteristics to learn robust wireless representations; (2) A novel "map-as-prompt" framework that integrates 3D geographic information through lightweight soft prompts for effective cross-scenario adaptation. Extensive experiments demonstrate that our model achieves state-of-the-art performance across multiple localization tasks while exhibiting strong zero-shot generalization in unseen environments, significantly outperforming both supervised and self-supervised baselines by considerable margins.

URL PDF HTML 收藏
2607.15309 2026-07-20 q-bio.QM cs.LG 新提交

DyneTrion: A Spatio-temporally Coherent Generative Emulator for Protein Dynamics Across Timescales

DyneTrion:用于跨时间尺度蛋白质动力学的时空相干生成模拟器

Kaihui Cheng, Zhiqiang Cai, Peng Tu, Yisong Yao, Limei Han, Libo Wu, Siyu Zhu, Tzuhsiung Yang, Yuan Qi

机构 * Artificial Intelligence Innovation and Incubation Institute, Fudan University(复旦大学人工智能创新与孵化院) Shanghai Academy of AI for Science(上海人工智能科学研究院) School of Data Science, Fudan University(复旦大学数据科学学院) Institute for Big Data, Fudan University(复旦大学大数据研究院) MOE Laboratory for National Development and Intelligent Governance, Fudan University(复旦大学教育部国家发展与智能治理实验室)

AI总结 研究针对蛋白质跨时间尺度动力学模拟成本高的问题,提出DyneTrion模拟器,采用三注意力架构,在多基准测试中表现良好,能重现相关特性,还引入数据集评估其长时间尺度泛化能力,为蛋白质建模提供可扩展路径。

详情
AI中文摘要

蛋白质通过跨多个空间和时间尺度的协同运动发挥功能,然而通过分子动力学(MD)模拟获取长时间尺度的构象变化对于系统探索不同系统来说成本过高。本文提出DyneTrion,一种生成式蛋白质动力学模拟器,在单个框架内联合强制几何对称性、结构一致性和时间相干性。它使用三注意力架构,在100纳秒MD轨迹模拟基准测试中,DyneTrion能重现MD衍生的灵活性、系综分布和相互作用观测值。为评估长时间尺度泛化能力,引入dynamicPDB数据集。在微秒轨迹上,DyneTrion能保留自由能景观和亚稳态种群,支持从无配体到有配体转变和快速折叠蛋白中的大构象传播。DyneTrion为从静态结构预测到时间分辨、系综忠实的蛋白质建模提供了一条可扩展路径。

英文摘要

Proteins function through coordinated motion across multiple spatial and temporal scales, underpinning processes such as ligand binding, allostery, and catalysis. However, accessing long-timescale conformational change through molecular dynamics (MD) simulations remains prohibitively expensive for systematic exploration across diverse systems. Here, we present DyneTrion, a generative protein dynamics emulator that jointly enforces geometric symmetry, structural consistency and temporal coherence within a single framework. DyneTrion uses a tri-attention architecture that integrates invariant point attention (IPA) for SE(3)-robust geometric updates, spatial attention anchored to a reference conformation to preserve structural integrity, and temporal attention to model correlated evolution across time frames. Across 100-ns MD trajectory simulation benchmarks, DyneTrion reproduces MD-derived flexibility, ensemble distributions and interaction observables while maintaining stereochemical validity during extrapolation. To evaluate long time-scale generalization, we introduce dynamicPDB, a dataset of over 10,000 proteins with up to 1-$μ$s all-atom trajectories at 10-ps resolution and accompanying physical annotations. On microsecond trajectories, DyneTrion preserves free-energy landscapes and metastable-state populations, and it supports large conformational propagation in apo-to-holo transitions and fast folders. Together, DyneTrion provides a scalable path from static structure prediction toward time-resolved, ensemble-faithful protein modeling. The code is publicly available at https://github.com/fudan-generative-vision/DyneTrion

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

ToolVerse: Unlocking Massive Environments and Long-Horizon Tasks for Agentic Reinforcement Learning

ToolVerse:为智能强化学习解锁大规模环境和长时任务

Shuaiyu Zhou, Fengpeng Yue, Zengjie Hu, Yuanzhe Shen, Chenyang Zhang, feng hong, Cao Liu, Ke Zeng

机构 * LongCat Interaction Team, Meituan(美团长猫互动团队) Peking University(北京大学) Fudan University(复旦大学) Wuhan University(武汉大学)

AI总结 研究针对LLM智能体在复杂环境中工具集成问题,提出ToolVerse框架。通过构建大规模训练环境、设计任务策略及提出新算法,经实验验证该框架能增强LLM长时工具使用能力,提升性能与推理能力。

详情
AI中文摘要

虽然大语言模型(LLM)智能体在紧凑且定义明确的场景中展现出强大的推理能力,但面对需要无缝工具集成的大规模、多样且动态的现实世界环境时,它们难以保持稳健性和有效性。为填补这一差距,我们引入ToolVerse,这是一个全面的框架,可扩展智能强化学习环境,并使智能体在工具集成推理(TIR)任务中执行复杂的长时推理。首先,ToolVerse从近400个包含约4500个工具的现实世界模型上下文协议(MCP)自动构建大规模可执行智能体训练环境。其次,我们提出基于工具依赖图的任务设计策略,利用动态解锁采样算法生成长时任务,并生成GUST(图解锁采样任务)数据集。第三,为缓解长时智能强化学习中的信用分配问题,我们提出细粒度回合感知相对优势算法。我们使用ToolVerse进行了广泛的智能强化学习训练,并在多个智能基准上评估了我们的框架。实验结果表明,我们的框架显著增强了大语言模型在长时工具使用方面的能力,实现了显著的性能提升,并在动态环境中展示了强大的推理能力。

英文摘要

While LLM agents demonstrate strong reasoning abilities in compact and well-defined scenarios, they struggle to maintain robustness and effectiveness when faced with large-scale, diverse, and dynamic real-world environments that demand seamless tool integration. To address this gap, we introduce ToolVerse, a comprehensive framework that scales up agentic RL environments and enables agents to perform complex long-horizon reasoning in Tool-Integrated Reasoning (TIR) tasks. First, ToolVerse automatically builds the massive executable agent training environments from nearly 400 real-world Model Context Protocols (MCPs) that contain about 4500 tools. Second, we propose a task design strategy based on a tool dependency graph, utilizing Dynamic Unlocking Sampling Algorithm to generate long-horizon tasks, and produce GUST (Graph Unlocking Sampling Tasks) dataset. Third, to alleviate the credit assigment problem in long-horizon agentic RL, we propose a fine-grained Turn-Aware Relative Advantage algorithm. We conduct extensive Agentic RL training using ToolVerse and evaluate our framework on serveral agentic benchmarks. Experimental results demonstrate that our framework significantly strengthens LLMs' capabilities in long-horizon tool use, achieving a marked performance boost and showcasing robust reasoning within dynamic environments.

URL PDF HTML 收藏
2607.15593 2026-07-20 cs.DC cs.AI cs.NI 新提交

Scalable LLM Agent Tool Access in the Cloud

云中可扩展的大语言模型智能体工具访问

Mingxin Li, Enge Song, Yueshang Zuo, Xiaodong Liu, Rong Wen, Qiang Fu, Gianni Antichi, Jian He, Jing Tie, Zhou Shao, Xiaobo Xue, Xiong Xiao, Luyao Zhong, Shaokai Zhang, Jiangu Zhao, Jianyuan Lu, Shize Zhang, Xiaoqing Sun, Changgang Zheng, Zihao Fan, Haonan Li, Tian Pan, Xiaomin Wu, Yang Song, Xing Li, Biao Lyu, Meng Li, Haipeng Dai, Guihai Chen, Shunmin Zhu

机构 * Nanjing University(南京大学) Alibaba Cloud(阿里云) Fudan University(复旦大学) RMIT University(皇家墨尔本理工大学) Politecnico di Milano(米兰理工学院) Zhejiang University(浙江大学)

AI总结 研究大语言模型智能体在云环境下工具访问问题,提出云规模网关系统,通过打破直接连接模型等整合多种功能,实现高召回率、扩展工具访问数量、提高准确性并减少时间和令牌使用量,还分享了部署经验。

详情
AI中文摘要

大语言模型智能体越来越依赖工具调用与外部系统交互,模型上下文协议(MCP)成为事实上的接口。但在云规模下运行MCP困难重重。工具提供方存在遗留服务难通过MCP直接调用及协议开发带来兼容性成本问题。智能体方面,可访问工具数量受限于大语言模型上下文窗口和推理开销。本文提出云规模的网关系统,打破数据平面直接连接模型,卸载遗留服务集成,整合多种功能。混合检索召回率达98%,将智能体工具访问扩展到3000多个,提高工具选择准确性,减少工具选择时间和令牌使用量,每调用开销低,扩展时稳定。最后分享了生产中部署网关系统的经验教训。

英文摘要

LLM agents increasingly rely on tool calling to act on external systems, and the Model Context Protocol (MCP) has quickly become its de facto interface. Operating MCP at cloud scale, however, becomes difficult. On the tool provider side, legacy services are not directly callable through MCP; the rapid protocol development also creates ongoing compatibility cost. On the agent side, the number of accessible tool is limited by the LLM context window and inference overhead; mounting a large tool set increases token usage and inference latency and can reduce task success rate. Moreover, for stateful MCP backends with multiple replicas, preserving session affinity increases client-side complexity. We present a cloud-scale gateway system for MCP service. It breaks the direct-connect model on the data plane and offloads legacy service integration, consolidating incompatible MCP variants, access control, tool recommendation, and session-aware routing to the gateway. Hybrid retrieval sustains 98% Top-15 recall; it scales agent tool access to 3,000+ with high tool selection accuracy, and reduces tool selection time by $8.9\times$ and token usage by $23.8\times$, with low per-call overhead, stable under scale-out. Finally, we share the lessons learned from deploying the gateway system in production.

URL PDF HTML 收藏
2607.15472 2026-07-20 math.DS cs.LG physics.bio-ph 新提交

Ptolemy's Equant Equates to a Universal Dynamical Clock via Machine Learning

通过机器学习,托勒密等距点等同于通用动态时钟

Jingdong Zhang, Luan Yang, Murilo S. Baptista, Zefeng Zhang, Qunxi Zhu, Wei Lin, Celso Grebogi

机构 * School of Mathematical Sciences, Fudan University, Shanghai 200433, China(复旦大学数学科学学院) Research Institute of Intelligent Complex Systems, Fudan University, Shanghai 200433, China(复旦大学智能复杂系统研究所) Department of Mathematics, Imperial College London, London, SW7 2AZ, United Kingdom(伦敦帝国学院数学系) Institute for Complex Systems and Mathematical Biology, University of Aberdeen, Aberdeen AB24 3UE, United Kingdom(阿伯丁大学复杂系统与数学生物学研究所) Department of Psychiatry, University of Cambridge, Cambridge CB2 1TN, United Kingdom(剑桥大学精神病学系)

AI总结 研究非线性高维振荡中相位和相位动力学识别问题,基于托勒密等距点建立通用动态时钟原理,用机器学习框架证明其存在并构建相关动力学,通过四个发现展示价值,为振荡系统研究提供新途径。

Comments 56 pages, 12 figures, 3 tables

详情
AI中文摘要

振荡动力学在非线性系统中普遍存在,但在非线性高维振荡中识别具有物理可解释性的相位和相位动力学仍是一个未解决的核心问题。本文建立了通用动态时钟原理,受托勒密等距点启发,通过面积均匀性原理形式化,将任意维度和几何形状的振荡等效表示为通过等距点诱导的非线性观察坐标的匀速旋转。利用机器学习框架,证明了一类广泛振荡动力学中等距点的存在,并构建了相关动态时钟和相位动力学。通过四个发现展示了其在揭示新物理规则和现象方面的价值,包括大肠杆菌群体中的集体振荡遵循超线性缩放定律、工程遗传电路对基因表达和环境条件变化的响应机制、贝里几何相位的经典力学对应物自然出现以及最优等距点非均匀性为临界转变提供几何预警信号并预测临界参数。动态时钟提供了可直接从数据构建的操作和系统无关的相位动力学,实现了对振荡系统的分类、比较和控制,为理解特定动态机制如何支持网络系统中不同功能行为提供了新途径。

英文摘要

Oscillatory dynamics arise ubiquitously in nonlinear systems, yet identifying a physically interpretable phase and phase dynamics in nonlinear, high-dimensional oscillations remains a central unresolved problem. Here we establish the principle of a universal dynamical clock, a physical perspective in which oscillations of arbitrary dimensionality and geometry are equivalently represented as uniform rotation through an equant-induced nonlinear viewing coordinate, inspired by Ptolemy's equant and formalised through an areal-uniformity principle reminiscent of Kepler's second law. Using a machine-learning framework, we demonstrate the existence of such an equant for a broad class of oscillatory dynamics and construct the associated dynamical clock and phase dynamics under additive forces, including noise, periodic perturbations, and coupling. Its value in uncovering new physical rules and phenomena is demonstrated by four findings: (i) collective oscillations in Escherichia coli populations obey a previously unexplained superlinear scaling law, resolving a long-standing open problem posed in 2004; (ii) the response mechanisms of engineered genetic circuits to changes in gene expression and environmental conditions; (iii) a classical-mechanics counterpart of the Berry geometric phase emerges naturally from the phase of the dynamical clock; and (iv) optimal equant non-uniformity provides a geometric early-warning signal for critical transitions and enables prediction of critical parameters. By providing operational and system-agnostic phase dynamics that can be constructed directly from data, the dynamical clock enables principled classification, comparison, and control of oscillatory systems, and offers a new route to understanding how specific dynamical regimes support distinct functional behaviours in networked systems.

URL PDF HTML 收藏
2607.15079 2026-07-20 cs.AI 版本更新

BrainPilot: Automating Brain Discovery with Agentic Research

BrainPilot:通过智能研究实现大脑发现自动化

Haoxuan Li, Tianci Gao, Jianhe Li, Yang Fan, Runze Shi, Weiran Wang, Tianxiang Zhao, Zezhao Wu, Xiaoyang Jiang, Qihui Zhang, Jia Li, Xiao Xiao, Kai Du, Xiaoxuan Jia, Chao Xie, Lu Mi

机构 * College of AI, Tsinghua University(清华大学人工智能学院) Shanghai Qizhi Institute(上海期智研究院) Business School, Renmin University of China(中国人民大学商学院) School of Physics, Beihang University(北京航空航天大学物理学院) School of Information and Software Engineering, University of Electronic Science and Technology of China(电子科技大学信息与软件工程学院) Behavioral and Cognitive Neuroscience Center, Institute of Science and Technology for Brain-Inspired Intelligence, Fudan University(复旦大学脑科学与智能技术研究院行为与认知神经科学中心) College of Engineering, Georgia Institute of Technology(佐治亚理工学院工程学院) School of Life Sciences & IDG/McGovern Institute for Brain Research, Tsinghua University(清华大学生命科学学院&清华-IDG/麦戈文脑科学研究院) School of Computing and Artificial Intelligence, Southwest Jiaotong University(西南交通大学计算机与人工智能学院) Weixian College, Tsinghua University(清华大学未央学院) Department of Psychological and Cognitive Sciences, Tsinghua University(清华大学心理学与认知科学系)

AI总结 研究针对脑科学研究整合证据难、人工智能代理有缺陷的问题,提出完全开源的多智能体系统BrainPilot,它有可追溯日志和验证结果,含知识库与技能库,经实验评估,其开源模型以低成本达先进框架性能。

详情
AI中文摘要

理解大脑越来越依赖跨尺度、模态和学科整合证据。解决单个研究问题需要一系列协调操作。人工智能代理有望加速这一过程,但当前代理在脑科学领域缺乏专业知识,可能编造主张,在多步推理中偏离,且专家干预点少。我们提出了BrainPilot,一个完全开源的多智能体系统,它通过可追溯的日志和经智能体验证的结果加速脑科学研究。主要研究者(PI)智能体协调基于精心策划的领域知识的专家智能体,包括一个包含7233个索引条目的统一脑科学知识库和一个涵盖七个研究领域的72个可重复使用方法单元的技能库。每个主要步骤都记录在追踪图中,审核智能体将伪造检查集成到工作流程中。为了评估,我们运行了来自智能体期末考试的三个脑科学任务,引入了自己的基准BrainPilotBench-v0,并展示了其他端到端案例研究。在这些评估中,具有开源主干模型的BrainPilot以更低成本实现了与最先进智能体框架相当的性能。

英文摘要

Understanding the brain increasingly depends on integrating evidence across scales, modalities, and disciplines. Addressing a single research question therefore requires a coordinated sequence of operations, from surveying prior work to executing analyses and interpreting results in light of domain knowledge. AI agents promise to accelerate this process, but current agents lack domain expertise in brain science, may fabricate claims, drift during multi-step reasoning, and offer few defined points for expert intervention. These failures are especially costly in brain science, where conclusions feed into downstream scientific claims and depend on laboratory-specific expertise and careful human judgment. We present \textbf{BrainPilot} a \textbf{fully open-source} multi-agent system that accelerates brain science research with traceable logs and agent-verified results. A principal investigator (PI) agent coordinates specialist agents grounded in curated domain knowledge: a unified brain science knowledge base containing 7{,}233 indexed items and a skill library of 72 reusable methodology units across seven research domains. Every major step is recorded in the Graph of Trace, an auditable record that links subgoals, tool use, evidence, and claims and allows researchers to follow and inspect the workflow. An Auditor agent further integrates fabrication checking into the workflow. For evaluation, we run three brain science tasks from Agents' Last Exam, introduce our own benchmark, \textbf{BrainPilotBench-v0}, and present additional end-to-end case studies. Across these evaluations, BrainPilot with an open-source backbone model attains performance comparable to state-of-the-art agent framework with less costs.

URL PDF HTML 收藏
2606.16900 2026-07-20 cs.LG 版本更新

Factorized Neural Operators Decompose Dynamic and Persistent Responses

因子化神经算子分解动态与持久响应

Hao Tang, Yuechen Duan, Jiongyu Zhu, Zimeng Feng, Hao Li, Chao Li

机构 * School of Medicine, University of Dundee(邓迪大学医学院) School of Data Science, Fudan University(复旦大学数据科学学院) School of Mathematical Sciences, Fudan University(复旦大学数学科学学院) Institute of Science and Technology for Brain-inspired Intelligence, Fudan University(复旦大学类脑智能科学与技术研究院) School of Science and Engineering, University of Dundee(邓迪大学科学与工程学院) Department of Applied Mathematics and Theoretical Physics, University of Cambridge(剑桥大学应用数学与理论物理系)

AI总结 提出因子化神经算子(FaNO),通过分解谱表示为等变动态响应和不变持久响应,提升多尺度物理系统的预测精度、参数效率和跨尺度泛化能力。

详情
AI中文摘要

物理系统通常表现出异质性机制,其中快速演变的动力学与持久结构共存。现有的神经算子通常依赖单一主导归纳偏置,因此将不同的物理响应耦合到共享表示中,难以捕捉这种多尺度物理行为。我们引入了跨域的统一格林函数框架,并提出了因子化神经算子(FaNO),它将谱表示分解为等变动态响应和不变持久响应,从而提高了可解释性和泛化能力。从机制上讲,我们展示了两个算子分支自发地特化为不同的物理角色,这些角色在尺度和域上保持一致:等变分支捕捉快速变化的瞬态动力学,而不变分支提取连贯的持久结构。FaNO的这种因子化机制提高了跨物理系统和域的预测精度、参数效率和跨尺度泛化能力。特别是,它在长时程自回归滚动、跨分辨率外推和物理状态转移下保持一致的预测。这些发现表明,可扩展的物理建模可能受益于从单一归纳偏置公式转向更好地反映物理系统异质性组织的因子化算子表示,从而加速机器学习在科学计算和发现中的可靠部署。

英文摘要

Physical systems often exhibit heterogeneous mechanisms, where rapidly evolving dynamics coexist with persistent structures. Capturing such multiscale physical behavior remains challenging for existing neural operators, which typically rely on single dominant inductive bias and therefore couple distinct physical responses into a shared representation. We introduce the Unified Green's Function Framework across domains and propose the Factorized Neural Operators (FaNO), which decompose spectral representations into equivariant-inspired dynamic responses and invariant-inspired persistent responses, leading to better interpretability and generalization. Mechanistically, we show that the two operator branches spontaneously specialize into distinct physical roles that remain consistent across scales and domains: the equivariant-inspired branch captures rapidly varying transient dynamics, whereas the invariant-inspired branch extracts coherent persistent structures. This factorized mechanism of FaNO consistently improves prediction accuracy, parameter efficiency and cross-scale generalization across physical systems and domains. In particular, it maintains consistent predictions under long-horizon autoregressive rollout, cross-resolution extrapolation and physical-regime shifts. These findings suggest that scalable physical modeling may benefit from moving beyond single-inductive-bias formulations toward factorized operator representations that better reflect the heterogeneous organization of physical systems, accelerating the reliable deployment of machine learning for scientific computing and discovery.

URL PDF HTML 收藏
2606.16624 2026-07-20 cs.AI 版本更新

GA-VINO: A Geometry-Aware Variational Physics-informed Neural Operator for Mindlin-Reissner Plates

MR-GVNO:一种面向不规则域上Mindlin-Reissner板的几何感知变分物理信息神经算子

Siqi Wang, Daobo Sun, Yizheng Wang, Yilong Zhang, Yabin Jin, Xiaoying Zhuang, Timon Rabczuk

机构 * Institute of Computational Mechanics × AI & College of Intelligent Robotics and Advanced Manufacturing, Fudan University(计算力学与人工智能学院及智能机器人与先进制造学院,复旦大学) School of Aerospace Engineering, Xiamen University(航空航天工程学院,厦门大学) Department of Engineering Mechanics, Tsinghua University(工程力学系,清华大学) Institute of Photonics, Department of Mathematics and Physics, Leibniz University(光子研究所,数学与物理系,莱比锡大学) Institute of Structural Mechanics, Bauhaus-Universität Weimar(结构力学研究所,魏玛 Bauhaus-Universität)

AI总结 提出MR-GVNO,一种几何感知变分神经算子,通过边界点云表示不规则几何,利用交叉注意力机制融合多物理场输入,基于离散总势能的变分物理信息损失无监督训练,实现对Mindlin-Reissner板问题的快速准确预测。

详情
AI中文摘要

板壳结构在工程中广泛应用,因此在不同几何、材料和载荷下进行快速响应预测非常理想。然而,传统的有限元方法需要重复建模和求解,导致计算成本高昂。本研究提出了一种用于Mindlin-Reissner板问题的几何感知变分神经算子,称为MR-GVNO。该方法使用边界点云表示不规则几何,并采用独立的编码器处理空间变化的材料场、压力载荷和标量物理参数。交叉注意力机制将这些输入与查询点信息集成,以预测任意位置的横向挠度和转角。MR-GVNO无需标记解数据,通过从离散总势能导出的变分物理信息损失进行训练。它直接处理不规则点云,并允许不同的物理场独立离散化,避免了插值到公共网格。在单孔、双孔和L形板上的数值实验表明,在均匀和非均匀材料以及均匀和随机载荷下,该方法能准确预测响应。该模型还实现了毫秒级的全场推理和良好的跨几何泛化能力。

英文摘要

Plate and shell structures are widely used in engineering fields. Rapid response prediction for such structures under complex geometries, heterogeneous materials, and varying loads is important for engineering design, but conventional numerical methods usually require repeated modeling and solution when the physical configuration changes. To address this issue, this study proposes a geometry-aware variational physics-informed neural operator (GA-VINO) for Mindlin-Reissner plates. GA-VINO represents the plate geometry using boundary point clouds and incorporates a material encoder, a load encoder, and a scalar-parameter branch to handle spatially random material fields, spatially varying pressure loads, and sample-level uniform parameters. Through multi-branch point cloud encoding and cross-attention, GA-VINO fuses geometric, material, loading, and query point information, and predicts the transverse deflection and rotations at arbitrary query locations. Unlike conventional data-driven neural operators, GA-VINO requires no labeled solution data during training. Instead, it minimizes a variational physics-informed loss constructed from the discretized total potential energy of the Mindlin-Reissner plate. Compared with grid-based neural operators, GA-VINO directly processes irregular point clouds and allows different physical fields to be discretized on different point sets, avoiding forced interpolation onto a common grid. The method is validated on multiple examples involving different geometries, material fields, and load distributions. The results show that GA-VINO achieves promising accuracy in deflection, rotation, gradient-sensitive, and energy-based metrics, completes full-field inference for new samples within milliseconds, and exhibits promising cross-geometry generalization capability.

URL PDF HTML 收藏
2607.14609 2026-07-17 cs.RO 新提交

Representation-Aligned Tactile Grounding for Contact-Rich Robotic Manipulation

用于接触丰富的机器人操作的表示对齐触觉基础

Ruilin Chen, Jingkai Jia, Tong Yang, Xinyu Zhou, Qiao Sun, Jiangwei Zhong, Shizeng Zhang, Nuo Chen, Bailin He, Wei Li, Wenqiang Zhang

机构 * Shanghai Key Lab of Intelligent Information Processing, College of Computer Science and Artificial Intelligence, Fudan University(复旦大学计算机科学与人工智能学院智能信息处理上海市重点实验室) College of Intelligent Robotics and Advanced Manufacturing, Fudan University(复旦大学智能机器人与先进制造学院) Lenovo CTO Organization(联想首席技术官组织) Nanyang Technological University(南洋理工大学) TeleAl, China Telecom(中国电信天翼人工智能公司)

AI总结 研究接触丰富的机器人操作中,针对VLA策略不同表示作用下触觉监督应用位置不明的问题,通过线性探针分析找到可预测未来触觉状态的中间动作专家特征,引入LTP,实验证明表示对齐的触觉基础效果更佳。

详情
AI中文摘要

已引入触觉增强的视觉-语言-动作(VLA)策略用于接触丰富的操作,其中关键交互状态常对视觉隐藏。未来触觉预测是利用触觉的一种有前景的方式,它将触觉结果转化为对动作引起的接触动力学的监督。然而VLA策略包含从感知编码到运动预测等不同作用的表示,不清楚监督应应用于何处。我们将此作为表示对齐问题研究。通过线性探针分析发现,未来触觉状态从中间动作专家特征比从视觉-语言特征或最终动作状态更可预测。基于此,引入轻量级潜在触觉预测器(LTP),从已识别的中间表示预测紧凑的未来触觉嵌入。实验表明表示对齐的触觉基础优于未对齐或多接口触觉预测,凸显了触觉监督应用位置的重要性。

英文摘要

Tactile-enhanced vision-language-action (VLA) policies have been introduced for contact-rich manipulation, where critical interaction states are often hidden from vision. Future tactile prediction is a promising way to use touch because it turns tactile outcomes into supervision for action-induced contact dynamics. Yet VLA policies contain representations with different roles, from perceptual encoding to motor prediction, making it unclear where this supervision should be applied. We study this as a representation-alignment problem. Through a linear probe analysis, we find that future tactile states are most predictable from intermediate action-expert features, rather than from vision-language features or final action states. Motivated by this observation, we introduce a lightweight Latent Tactile Predictor (LTP), which predicts compact future tactile embeddings from the identified intermediate representation. By avoiding direct prediction of noisy raw tactile signals, LTP provides an action-outcome grounding signal that aligns intermediate action representations with future contact consequences. Experiments on real-world contact-rich manipulation tasks show that representation-aligned tactile grounding outperforms less aligned or multi-interface tactile prediction, highlighting the importance of where tactile supervision is applied.

URL PDF HTML 收藏
2607.14185 2026-07-17 cs.LG cs.AI 新提交

Closed-Loop Knowledge Dynamics: An Operational Framework for Saturation and Escape

闭环知识动力学:饱和与逃逸的操作框架

Xuening Wu, Shan Yu, Shenqin Yin

机构 * Pfizer(辉瑞公司) Institute of Humanities and Social Science Data, Fudan University(复旦大学人文社会科学数据研究所)

AI总结 研究闭环知识系统饱和及逃逸问题,引入三级操作框架,利用李雅普诺夫漂移条件等刻画系统动态,通过案例展示反馈影响,建立了稳定性工具、干预效果与跨域诊断间的操作联系。

详情
AI中文摘要

反馈驱动循环支持大语言模型、强化学习和自主发现中的迭代改进,但在反复内部反馈下其收益往往会减少。我们研究闭环知识系统为何饱和以及何种外部信息能使其超越当前吸引子。引入了一个三级操作框架,其中知识状态$x_t$通过由结构参数$\theta$索引的转移核$K_{\theta}$演化。定义了控制结构、吸引子和盆地等概念,通过结构干预改变$\theta$并产生可检测的核差异。利用李雅普诺夫漂移条件表明稳定内部动力学趋近有界稳定区域,通过度量条件和KL下界刻画逃逸。案例研究展示了反馈强度和对齐如何影响质量改进逃逸。我们的贡献是在稳定性工具、可测量干预效果和跨域诊断之间建立了操作联系。

英文摘要

Feedback-driven loops support iterative improvement in large language models, reinforcement learning, and autonomous discovery, yet their gains often diminish under repeated internal feedback. We study why closed-loop knowledge systems saturate and what external information can move them beyond their current attractors. We introduce a three-level operational framework in which knowledge states $x_t$ evolve through transition kernels $K_θ$ indexed by a structural parameter $θ$. The governing structure is defined as the observational equivalence class of $θ$ induced by these kernels, while attractors and basins are properties of the fixed-$θ$ dynamics. A structural intervention changes $θ$ and produces a detectable kernel discrepancy on pre-specified probe states, making structural change falsifiable. Using a Lyapunov drift condition, we show that stable internal dynamics approach bounded stability regions with exponentially attenuated transients and a noise-controlled residual floor. We characterize escape through a metric condition on intervention-induced attractor displacement and a baseline-relative KL lower bound for increasing escape probability. This analysis also explains why conditional mutual information alone cannot certify escape: it measures variation among intervention-conditioned updates rather than departure from the no-intervention law. Case studies in LLM code repair, sparse-reward reinforcement learning, and Bayesian optimization use matched continuation controls to illustrate how feedback strength and alignment affect quality-improving escape. Our contribution is an operational connection among stability tools, measurable intervention effects, and cross-domain diagnostics.

URL PDF HTML 收藏
2607.14145 2026-07-17 cs.AI cs.CV cs.LG 新提交

ToolAnchor: Anchoring Counterfactual Context to Boost Agentic Tool-use Capability

ToolAnchor:锚定反事实上下文以提升智能体工具使用能力

Weiting Liu, Jieyi Bi, Wanqi Zhou, Jianfeng Feng, Yining Ma, Ai Han, Wenlian Lu

机构 * Fudan University(复旦大学) Nanyang Technological University(南洋理工大学) MIT(麻省理工学院)

AI总结 研究针对工具增强大语言模型智能体在工具集扩展时的问题,提出ToolAnchor框架,通过在关键决策点注入反事实锚定上下文打破行为惯性,经教师模型假设、学生展开验证及智能体后训练,提升其在扩展工具集下的性能,为智能体强化学习开辟新路径。

详情
AI中文摘要

工具增强的大语言模型智能体在长期任务中表现出色,但通常在固定工具集上进行后训练。当任务需要新工具时,它们难以有效纳入,从头重新训练往往不切实际。我们将工具集扩展问题的核心障碍识别为行为惯性。我们证明在关键决策点注入反事实锚定上下文可打破这种惯性。为此提出ToolAnchor框架,通过教师模型假设反事实上下文,经学生展开验证并通过智能体后训练内化成功干预。广泛评估表明ToolAnchor在扩展工具集下性能出色,弥合了静态后训练与动态适应的差距,为可扩展的智能体强化学习开辟新路径。

英文摘要

Tool-augmented large language model agents excel at long-horizon tasks, yet they are typically post-trained on fixed toolsets. When tasks demand new tools, these agents struggle to incorporate them effectively, and retraining from scratch is often impractical. We identify the core obstacle in such toolset expansion problem as behavioral inertia: the tendency of agents to fall back on familiar tools and established reasoning patterns despite having access to new ones. We demonstrate that injecting counterfactual anchor contexts at critical decision points can break this inertia, recovering failed trajectories by eliciting suppressed agent capabilities. To scale this insight, we propose ToolAnchor, a framework that uses teacher models to hypothesize these counterfactual contexts, verifies them via student rollouts, and internalizes the successful interventions through agentic post-training. Extensive evaluations across general AI assistant (GAIA), textual search (BrowseComp), and visual search (VDR-Bench) tasks demonstrate that ToolAnchor consistently exhibits competitive performance under expanded toolsets. Our work bridges the gap between static post-training and dynamic adaptation, charting a new path for scalable agentic reinforcement learning.

URL PDF HTML 收藏
2607.14272 2026-07-17 cs.LG math.DS math.OC 新提交

Lyapunov Guidance: A Unified Framework for Stabilizing Generative Flows

李雅普诺夫引导:稳定生成流的统一框架

Jingdong Zhang, Xinze Li, Yize Jiang, Luan Yang, Minkai Xu, Junhong Liu

机构 * Imperial College London(伦敦帝国理工学院) Fudan University(复旦大学) Stanford University(斯坦福大学) MicroCyto(微赛生物)

AI总结 研究针对流匹配重新训练计算昂贵、现有训练后引导方法无稳定性保证的问题,提出LyaGuide框架,将流引导作为李雅普诺夫控制问题,统一多种引导策略,经实验验证其在多方面有改进且保持计算效率。

Comments 25 pages, 13 figures

详情
AI中文摘要

流匹配已成为学习复杂数据分布的有效框架,但将预训练流模型应用于新任务通常需要计算昂贵的重新训练。训练后引导提供了一种更有效的替代方法,但现有方法大多是启发式的,没有明确的稳定性保证。我们提出了LyaGuide,一个统一的李雅普诺夫引导框架来解决这一限制,将流引导表述为李雅普诺夫控制问题。主要理论结果建立了引导流匹配与李雅普诺夫控制之间的等价关系,统一了多种引导策略。引入伪投影算子以确保李雅普诺夫条件,支持模型驱动和数据驱动两种设置。实验表明在样本质量等方面有持续改进且保持计算效率。

英文摘要

Flow matching has emerged as an effective framework for learning complex data distributions, but adapting pretrained flow models to new tasks often requires computationally expensive retraining. Post-training guidance provides a more efficient alternative, but existing methods are largely heuristic and offer no explicit stability guarantees. We address this limitation by proposing LyaGuide, a unified Lyapunov-guided framework that formulates flow guidance as a Lyapunov control problem. Our main theoretical result establishes an equivalence between guided flow matching and Lyapunov control, thereby unifying common guidance strategies, such as classifier guidance, reward guidance, and energy-based guidance, within a single control-theoretic framework. To enforce the Lyapunov condition, we introduce a pseudo-projection operator with a closed-form expression that endows learned or heuristic guidance terms with explicit stability guarantees. LyaGuide supports two practical settings: a model-driven setting, where the target guidance distribution is specified through a known Lyapunov function, and a data-driven setting, where the guidance is adapted from task-specific downstream data. LyaGuide is compatible with existing guidance methods, introduces minimal additional computational overhead, and is straightforward to integrate in practice. Extensive experiments on synthetic benchmarks, image inverse problems, reinforcement learning planning, and energy-based modeling demonstrate consistent improvements in sample quality, guidance fidelity, and robustness, while maintaining computational efficiency.

URL PDF HTML 收藏
2605.30060 2026-07-17 cs.CV 版本更新

Towards Consistent Video Geometry Estimation

Towards Consistent Video Geometry Estimation

Zhu Yu, Jingnan Gao, Runmin Zhang, Lingteng Qiu, Zhengyi Zhao, Rui Peng, Yichao Yan, Kejie Qiu, Siyu Zhu, Zilong Dong, Si-Yuan Cao, Hui-Liang Shen

机构 * Zhejiang University(浙江大学) Tongyi Lab, Alibaba Group(阿里云实验室) Shanghai Jiao Tong University(上海交通大学) Fudan University(复旦大学)

AI总结 提出ViGeo,一种基于纯Transformer架构的前馈基础模型,通过动态分块注意力机制和基于补全的数据精炼框架,实现视频序列中空间密集且时间一致的几何(深度、法线、点图)估计,在在线、离线及长视频任务中达到最先进性能。

Comments Project webpage: https://pkqbajng.github.io/ViGeo/

详情
AI中文摘要

本文提出了ViGeo,一种前馈基础模型,用于从视频序列中恢复空间密集且时间一致的几何信息。ViGeo基于纯Transformer架构,没有针对特定任务的架构修改,支持在统一模型中进行流式、全序列和长视频推理。关键设计是动态分块注意力,该机制在训练期间使模型同时暴露于双向和因果时间上下文,并允许其在测试时无需重新训练即可调整注意力模式。为了提高监督质量,我们进一步引入了一种基于补全的数据精炼框架。该框架训练了一个视频深度补全教师模型,该模型以稀疏且有噪声的标注为条件,利用视频/多视图上下文生成密集、时间一致且几何可靠的训练目标。除了深度和点图,ViGeo还在同一框架内预测表面法线。仅使用公共数据集训练,ViGeo在在线、离线和长视频深度估计、表面法线估计以及视频点图估计中均达到了最先进性能。

英文摘要

This work presents ViGeo, a feed-forward foundation model for recovering spatially dense and temporally consistent geometry from video sequences. Built upon a plain transformer architecture without task-specific architectural modifications, ViGeo supports streaming, full-sequence, and long-video inference within a unified model. The key design is dynamic chunking attention, which exposes the model to both bidirectional and causal temporal contexts during training and allows it to adapt its attention pattern at test time without retraining. To improve supervision quality, we further introduce a completion-based data refinement framework. This framework trains a video depth completion teacher that conditions on sparse and noisy annotations and exploits video/multi-view context to produce dense, temporally coherent, and geometrically reliable training targets. Beyond depth and point maps, ViGeo also predicts surface normals within the same framework. Trained solely on public datasets, ViGeo achieves state-of-the-art performance across online, offline, and long-video depth estimation, surface normal estimation, and video point map estimation.

URL PDF HTML 收藏
2507.19474 2026-07-17 cs.CV 版本更新

DINO-SLAM: DINO-informed RGB-D SLAM for Neural Implicit and Explicit Representations

DINO-SLAM:用于神经隐式和显式表示的基于DINO的RGB-D SLAM

Ziren Gong, Xiaohan Li, Fabio Tosi, Youmin Zhang, Stefano Mattoccia, Jun Wu, Matteo Poggi

机构 * University of Bologna, Italy(博洛尼亚大学) Faculty of Dentistry, The University of Hong Kong, China(香港大学牙科学院) Rawmantic AI, China(Rawmantic AI) Fudan University, Shanghai, China(复旦大学)

AI总结 研究提出DINO-SLAM,通过DINO增强SLAM系统隐式与显式表示。利用场景几何编码器将DINO特征变为几何感知特征,在此基础上为NeRF和GS SLAM系统提出两种范式,相比现有方法在多个数据集上性能更优。

详情
AI中文摘要

本文提出了DINO-SLAM,一种基于DINO的设计策略,通过DINO实现的更全面语义理解来增强SLAM系统中的隐式(神经辐射场——NeRF)和显式表示(高斯拼接——GS)。然而,仅DINO缺乏适当的3D几何理解,改进有限。因此,我们依靠场景几何编码器(SGE)将DINO特征丰富为几何感知的DINO特征(geoDINO),以更好理解普通DINO特征未能捕捉的几何关系。在此基础上,我们为集成geoDINO特征的NeRF和GS SLAM系统提出了两种基本范式。与现有方法相比,我们基于DINO的管道在Replica、ScanNet和TUM数据集上实现了卓越性能。

英文摘要

This paper presents DINO-SLAM, a DINO-informed design strategy to enhance implicit (Neural Radiance Field -- NeRF) and explicit representations (Gaussian Splatting -- GS) in SLAM systems through the more comprehensive semantics understanding enabled by DINO. This latter alone, however, lacks proper 3D geometry understanding, allowing only for marginal improvements. Therefore, we rely on a Scene Geometry Encoder (SGE) to enrich DINO features into geometry-aware DINO features (geoDINO), to better understand those geometric relationships that vanilla DINO features fail to capture. Building upon it, we propose two foundational paradigms for NeRF and GS SLAM systems integrating geoDINO features. Compared to state-of-the-art methods, our DINO-informed pipelines achieve superior performance on the Replica, ScanNet, and TUM datasets.

URL PDF HTML 收藏