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

大厂专区

Meituan(美团)

至 收录 337
2607.18153 2026-07-21 cs.CV 新提交

Robust Multimodal Dynamic Object Segmentation

鲁棒多模态动态目标分割

Zhe Xin, Hanzhi Chang, Penghui Huang, Yinian Mao, Guoquan Huang

机构 * Meituan UAV(美团无人机) University of Delaware(特拉华大学)

AI总结 研究针对动态目标分割难题,提出整合多模态线索的框架,设计结合Transformer与特征聚类模块的网络进行分类,引入新后处理方法,在动态目标分割和静态场景重建任务中取得最优性能。

Comments Accepted by IEEE International Conference on Robotics & Automation ICRA 2026

详情
AI中文摘要

动态目标分割在许多视觉应用中起着关键作用,如从动态视频进行静态场景重建。现有的基于光流的方法无法确保沿物体边界的静态/动态分割一致,基于3D重建的方法对重建误差高度敏感。为解决这些局限,我们提出一个动态目标分割框架,通过整合多模态线索生成精确完整的动态掩码。设计了结合Transformer架构与特征聚类聚合模块的网络进行多模态特征轨迹的静态/动态分类,还引入基于点查询的SAM后处理方法处理单个掩码内的多个物体。大量实验表明该方法在动态目标分割和静态场景重建任务中达到了当前最优性能。

英文摘要

Dynamic object segmentation plays a critical role in many visual applications such as static scene reconstruction from dynamic videos. However, existing optical flow-based methods fail to ensure consistent static/dynamic segmentation along object boundaries, while 3D reconstruction-based approaches are highly sensitive to reconstruction errors. To address these limitations, we present a dynamic object segmentation framework that can generate both precise and complete dynamic masks by integrating multimodal cues including 2D point tracks, 3D reconstruction, and semantic information. We design a network combining Transformer architectures with feature clustering aggregation modules to perform static/dynamic classification of multimodal feature trajectories. It enables the model to adaptively determine which type of feature should dominate based on the characteristics of each scene, while also mitigating the impact of feature degradation. Additionally, we introduce a novel point-query-based SAM post-processing method capable of handling multiple objects within a single mask. Extensive experiments demonstrate that our approach achieves state-of-the-art performance in both dynamic object segmentation and static scene reconstruction tasks.

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

Bridging the Information Gap: Semantic Densification and Hindsight Distillation for Cold-Start Prediction

弥合信息差距:冷启动预测的语义致密化与事后蒸馏

Hao Duong Le, Yifei Gao, Huan Li, Lun Jiang, Chen Bai, Ke Xing, Chen Zhang

机构 * Tsinghua University(清华大学) Meituan(美团)

AI总结 针对电子商务平台新用户冷启动预测难题,SemRaD框架利用结构化语义推理管道和事后感知蒸馏网络,有效弥合信息差距,提升了LTV和CVR,减少训练数据用量,在工业数据集和在线测试中均取得良好效果。

详情
AI中文摘要

新用户冷启动是电子商务平台的关键瓶颈,即预测交互历史稀疏用户的终身价值(LTV)和转化率(CVR)。基于大语言模型的语义增强和使用特权信息学习这两个先前方向各有局限。本文提出SemRaD框架,通过结构化语义推理管道生成致密化语义配置文件和事后蒸馏目标,利用事后感知蒸馏网络传递特权知识。在大规模工业数据集上,SemRaD提升了LTV和CVR,在Keeta的四周在线A/B测试也有成效,还能用更少训练数据匹配生产系统的LTV并提升CVR。

英文摘要

New-user cold-start is a critical bottleneck for e-commerce platforms: predicting user lifetime value (LTV) and conversion rate (CVR) for users with sparse interaction history. Two prior directions -- LLM-based semantic augmentation and learning using privileged information (LUPI) -- each face a key limitation. First, LLM augmentation produces unstructured rationales that are noisy and hard to operationalize in production. Second, naive student-teacher distillation can be brittle due to an information gap between the privileged teacher and the sparse student; moreover, this gap is heterogeneous across users. We propose SemRaD, a Semantic Reasoning-aware Distillation framework addressing both limitations. First, a Structured Semantic Reasoning Pipeline replaces free-form rationales with a structured schema built via a discover-curate-audit workflow, producing per user a Densified Semantic Profile (consumed by the deployed student via a Semantic-Gated Encoder that focuses on the most informative dimensions) and a Hindsight Distillation Target reconciled from pre- and post-conversion reasoning (used only at training). Second, to bridge this gap and handle its heterogeneity, a Hindsight-Aware Distillation Network transfers privileged knowledge via the hindsight target, with Distillation Experts improving transfer under per-user variability. On a large-scale industrial dataset, SemRaD lifts +1.9% LTV (Gini) and +1.0% CVR (AUROC) over a production-grade base; a four-week online A/B at Keeta confirms +1.0% LTV / +0.43% CVR. SemRaD also matches the production system's LTV using only 9% of the training data while improving CVR by 0.8%.

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

DORA: A Scalable Asynchronous Reinforcement Learning System for Language Model Training

DORA:一种用于语言模型训练的可扩展异步强化学习系统

Tianhao Hu, Xiangcheng Liu, Yuchun Miao, Youshao Xiao, Hongyu Zang, Yang Zheng, Xuan Huang, Jinrui Ding, Yufei Zhang, Yu Yang, Yi-Kai Zhang, Yueqing Sun, Chengcheng Han, Xiandi Ma, Wei Wang, Qi Gu, Yerui Sun, Yuchen Xie, Xunliang Cai

机构 * Meituan, China(美团(中国))

AI总结 DORA通过算法-系统协同设计解决异步训练中长尾轨迹问题,提升训练效率并保持收敛性,实验表明其在开源基准和工业应用中均显著提升强化学习训练速度。

详情
AI中文摘要

强化学习(RL)已成为大型语言模型(LLM)后训练的关键范式,但 rollout 阶段(占总步数时间的50-80%)受到长尾轨迹的瓶颈限制:这些轨迹对模型性能至关重要,却阻塞了整个训练流程。异步训练通过重叠生成与训练提供自然解决方案,但引入了效率与算法正确性之间的根本矛盾。我们识别出三个约束条件以保持收敛:轨迹内策略一致性、数据完整性和有界滞后。现有方法未能内在解决长尾轨迹问题,这在混合专家模型中进一步加剧,或偏离标准RL训练公式,从而阻碍模型收敛。因此,我们提出DORA(动态协调异步 rollout),通过算法-系统协同设计解决这一挑战。DORA引入多版本流式 rollout,一种新的异步范式,同时维持多个策略版本,实现完全气泡消除而不妥协算法约束。实验结果表明,我们的DORA系统在开源基准上比最先进的系统提高了2-3倍的吞吐量,且不牺牲收敛性。此外,在拥有数万加速器的大规模工业应用中,DORA在各种场景中将RL训练加速了2-4倍,相比同步训练。所产生的开源模型LongCat-Flash-Thinking在复杂推理基准上表现出竞争力,与大多数先进LLM的能力相匹配。

英文摘要

Reinforcement learning (RL) has become a critical paradigm for LLM post-training, yet the rollout phase -- accounting for 50--80% of total step time -- is bottlenecked by skewed generation: long-tailed trajectories indispensable for model performance block the entire training pipeline. Asynchronous training offers a natural remedy by overlapping generation with training, but introduces a fundamental tension between efficiency and algorithmic correctness. We identify three constraints in asynchronous training to preserve convergence: intra-trajectory policy consistency, data integrity, and bounded staleness. Existing approaches fail to intrinsically address the long-tailed trajectory problem, which is further exacerbated by the imbalance characteristic of Mix-of-Experts models, or deviate from the standard RL training formulation, thereby hindering model convergence. Therefore, we propose DORA (Dynamic ORchestration for Asynchronous Rollout), which addresses this challenge through algorithm-system co-design. DORA introduces multi-version streaming rollout, a novel asynchronous paradigm that maintains multiple policy versions concurrently -- simultaneously achieving full bubble elimination without compromising algorithmic constraints. Experimental results demonstrate that our DORA system achieves substantial improvements in throughput -- up to 2--3 times higher than state-of-the-art systems on open-source benchmarks -- without compromising convergence. Furthermore, in large-scale industrial applications with tens of thousands of accelerators, DORA accelerates RL training by 2--4 times compared to synchronous training across various scenarios. The resultant open-source models, LongCat-Flash-Thinking, exhibit competitive performance on complex reasoning benchmarks, matching the capability of most advanced LLMs.

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.15590 2026-07-20 cs.LG cs.AI 新提交

Field-Aware RankMixer with Dual-Stream Bilinear Fusion for the Tencent UNI-REC Challenge

用于腾讯 UNI-REC 挑战赛的双流双线性融合场感知排序混合器

Yufeng Zhang, Zhengqi Xu, Jiajun Cui

机构 * Meituan(美团)

AI总结 针对腾讯 UNIREC 挑战赛中多域用户行为序列和多字段特征联合建模预测目标广告 pCVR 的任务,提出带双流双线性融合的场感知排序混合器,经实验在官方排行榜排第九。

Comments 5 pages, 4 figures, KDD Cup 2026 Tencent UNIREC Challenge

详情
AI中文摘要

本文介绍了我们对 2026 年 KDD 杯腾讯 UNIREC 挑战赛的解决方案。该任务要求对多域用户行为序列和非序列多字段特征进行联合建模,以预测目标广告的 pCVR。我们开发了一种具有双流双线性融合的场感知排序混合器(FA-RankMixer)。该模型首先应用目标感知 DIN 模块从多个行为域中提取用户兴趣。它还分别对最长行为序列的近期和早期兴趣进行建模。然后基于特征字段和行为域形成语义令牌,并使用排序混合器块进行跨令牌交互。一个浅层 MLP 流补充深度排序混合器流,一个分组双线性模块融合它们的表示。我们的最终解决方案在官方排行榜上排名第九。我们的代码可在此 https URL 上获取。

英文摘要

This paper presents our solution to the KDD Cup 2026 Tencent UNIREC Challenge. The task requires joint modeling of multi-domain user behavior sequences and non-sequential multi-field features for target-ad pCVR prediction. We develop a Field-Aware RankMixer (FA-RankMixer) with dual-stream bilinear fusion. The model first applies target-aware DIN modules to extract user interests from multiple behavior domains. It also models recent and earlier interests separately for the longest behavior sequence. The model then forms semantic tokens based on feature fields and behavior domains and uses RankMixer blocks for cross-token interaction. A shallow MLP stream complements the deep RankMixer stream, and a group-wise bilinear module fuses their representations. Our final solution ranks ninth on the official leaderboard. Our code is available at https://github.com/PixelCookie-zyf/TAAC-2026-SeRankMixer.

URL PDF HTML 收藏
2607.11423 2026-07-14 cs.CL 新提交

ToFu: A White-Box, Token-Efficient Agent Harness for Researchers

ToFu:面向研究人员的白盒、令牌高效代理工具包

Junhao Ruan, Yuan Ge, Bei Li, Yongjing Yin, Yuchun Fan, Xin Chen, Jingang Wang, Chenglong Wang, Jingbo Zhu, Tong Xiao

机构 * Northeastern University(东北大学) LongCat RSI, Meituan(美团龙猫RSI) NiuTrans Research(小牛翻译研究院)

AI总结 研究提出ToFu这一代理工具包,作为研究助手,以高令牌效率等支持实际研究流程,且能本地部署;作为研究对象,提供白盒工具包供研究人员检查、修改和评估,兼具强大性能与用户体验。

详情
AI中文摘要

代理编码工具为转变研究工作流程带来新机遇。构建的代理系统性能取决于大语言模型(LLMs)及其周围的工具包,即决定代理行为的编排代码。我们提出了ToFu,一个面向研究人员的代理工具包,可读取代码库、编辑文件、运行命令并与开发工具集成。ToFu在研究中扮演双重角色。作为研究助手,与现有代理工具包相比,它以更高的令牌效率、更低的成本和多语言能力支持实际研究工作流程。其在MIT许可下发布,进一步支持对隐私敏感用户进行本地部署。作为研究对象,ToFu提供了一个白盒代理工具包,允许研究人员检查、修改和评估其编排逻辑、工具使用行为和工具包设计,同时保持强大的基准性能和应用级用户体验。

英文摘要

Agentic coding tools present new opportunities to transform research workflows. The performance of agent systems built depends on both large language models (LLMs) and the harness around LLMs, which is the orchestration code that determines an agent's behavior. We present ToFu, an agentic harness for researchers that reads your codebase, edits files, runs commands, and integrates with your development tools. ToFu plays a dual role in research. As a research assistant, it supports practical research workflows with superior token efficiency, lower cost, and multilingual capability compared with existing agentic harnesses. Its release under the MIT License further enables local deployment for privacy-sensitive users. As a research object, ToFu provides a white-box agentic harness that allows researchers to inspect, modify, and evaluate its orchestration logic, tool-use behavior, and harness design, while retaining strong benchmark performance and an application-level user experience.

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

EvoCUA-1.5: Online Reinforcement Learning for Multi-turn Computer-Use Agents

EvoCUA-1.5:用于多轮计算机使用智能体的在线强化学习

Mianqiu Huang, Taofeng Xue, Chong Peng, Jinrui Ding, Sicheng Fan, Jiale Hong, Yufei Gao, Xiaocheng Zhang, Linsen Guo, Xin Yang, Dengchang Zhao, Yuchen Xie, Peng Pei, Xunliang Xie, Xipeng Qiu

机构 * Meituan(美团) Fudan University(复旦大学) Shanghai Jiao Tong University(上海交通大学) Zhejiang University(浙江大学)

AI总结 研究多轮计算机使用智能体的在线强化学习问题,提出EvoCUA-1.5,通过STEPO、DTAC等方法应对多轮交互挑战,经实验验证其提高了训练稳定性和下游性能,为在线强化学习提供实用框架。

详情
AI中文摘要

计算机使用智能体必须通过与部分可观察、多模态桌面环境的重复交互来解决长期任务。尽管模仿学习和离线轨迹优化提供了强大的先验知识,但静态轨迹无法涵盖实际计算机使用的因果反馈循环。EvoCUA-1.5将自进化计算机使用智能体从离线经验学习扩展到在线强化学习,策略与可执行沙盒环境交互并从可验证任务结果中改进。在线强化学习在这种设置下需要更多操作。多轮交互引入了上下文管理观察、稀疏终端奖励、可变长度轨迹和缓慢环境反馈。EvoCUA-1.5通过步骤级策略优化(STEPO)、策略感知过滤和通过率校准、动态三自适应课程(DTAC)以及具有陈旧性控制和小组成批处理的完全异步强化学习基础设施来应对这些挑战。实验表明这些组件提高了训练稳定性和下游性能。EvoCUA-1.5在OSWorld-Verified上取得了63.2%的成功率,优于可比的32B/35B规模开放权重基线,甚至接近参数数量大得多的模型。总体而言,EvoCUA-1.5为扩展多轮计算机使用智能体的在线强化学习提供了一个实用框架。

英文摘要

Computer-use agents must solve long-horizon tasks through repeated interaction with partially observable, multimodal desktop environments. Although imitation learning and offline trajectory refinement provide strong priors, static traces cannot cover the causal feedback loop of real computer use: each action changes the screen state, future action space, and recovery options. EvoCUA-1.5 extends self-evolving computer-use agents from offline experience learning to online reinforcement learning, where policies interact with executable sandbox environments and improve from verifiable task outcomes. Online RL in this setting requires more than directly reusing single-turn language-RL recipes. Multi-turn interaction introduces context-managed observations, sparse terminal rewards, variable-length trajectories, and slow environment feedback. EvoCUA-1.5 addresses these challenges with Step-Level Policy Optimization (STEPO), which preserves trajectory-level advantage balance after decomposition into step-level samples; policy-aware filtering and pass-rate calibration over verifiable synthesized tasks; Dynamic Tri-Adaptive Curriculum (DTAC), which combines learnable tasks, difficult positive replay, and controlled infeasible-task exposure; and a fully asynchronous RL infrastructure with staleness control and mini-group batching. Experiments show that these components improve training stability and downstream performance. EvoCUA-1.5 achieves 63.2\% success on OSWorld-Verified, outperforming comparable 32B/35B-scale open-weight baselines and even approaching models with significantly larger parameter counts. Overall, EvoCUA-1.5 provides a practical framework for scaling online RL in multi-turn computer-use agents.

URL PDF HTML 收藏
2506.10915 2026-07-13 cs.CV cs.AI cs.LG 版本更新

M4V: Multimodal Mamba for Efficient Text-to-Video Generation

M4V:用于高效文本到视频生成的多模态曼巴

Jiancheng Huang, Gengwei Zhang, Zequn Jie, Siyu Jiao, Yinlong Qian, Ling Chen, Yunchao Wei, Lin Ma

机构 * Meituan(美团) University of Technology Sydney(技术大学悉尼分校) Beijing Jiaotong University(北京交通大学)

AI总结 研究针对文本到视频生成计算量大的问题,引入多模态曼巴框架M4V。设计MM-DiM块,采用多模态令牌重新组合设计,增强时空一致性。实验表明,该框架能在降计算成本的同时生成高质量视频。

Comments CVPR 2026

详情
AI中文摘要

文本到视频生成极大地丰富了内容创作,有望发展成为强大的世界模拟器。然而,对广阔的时空空间进行建模计算需求大,尤其是使用Transformer时。线性时间序列建模的进展,特别是曼巴架构提供了更高效的选择,但它的设计限制了其在多模态和时空视频生成任务中的直接应用。为应对这些挑战,我们引入了M4V,一个用于高效文本到视频生成的多模态曼巴框架。具体来说,在框架内设计了一个多模态扩散曼巴(MM-DiM)块,以实现多模态信息和时空建模的无缝集成。详细介绍了一种新颖的多模态令牌重新组合设计,采用双向方案通过简单的令牌排列进行多模态信息集成,并使用视觉寄存器增强时空一致性。结果,在768x1280分辨率下生成视频时,M4V中的MM-DiM块与基于注意力的替代方案相比,FLOP减少了45%。此外,还探索了几种训练策略,以更好地理解仅使用公开可用数据集训练文本到视频模型。在文本到视频基准上的广泛实验表明,M4V能够在显著降低计算成本的同时生成高质量视频。

英文摘要

Text-to-video generation has significantly enriched content creation and holds the potential to evolve into powerful world simulators. However, modeling the vast spatiotemporal space remains computationally demanding, particularly when employing Transformers, which incur quadratic complexity in sequence processing and thus limit practical applications. Recent advancements in linear-time sequence modeling, particularly the Mamba architecture, offer a more efficient alternative. Nevertheless, its plain design limits its direct applicability to multimodal and spatiotemporal video generation tasks. To address these challenges, we introduce M4V, a multimodal Mamba framework for efficient text-to-video generation. Specifically, a MultiModal diffusion Mamba (MM-DiM) block is designed within the framework to enable seamless integration of multimodal information and spatiotemporal modeling. In detail, we introduce a novel multimodal token re-composition design, which employs a bidirectional scheme for multimodal information integration through simple token arrangement, along with visual registers to enhance spatialtemporal consistency. As a result, the MM-DiM blocks in M4V reduce FLOPs by 45% compared with the attention-based alternative when generating videos at 768x1280 resolution. Additionally, several training strategies are explored in this work to provide a better understanding of training text-to-video models using only publicly available datasets. Extensive experiments on text-to-video benchmarks demonstrate M4V's ability to produce high-quality videos while significantly lowering computational costs. Project page: https://huangjch526.github.io/M4V_project/.

URL PDF HTML 收藏
2607.08768 2026-07-10 cs.CL 新提交

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

UniClawBench:面向实际任务中主动智能体的通用基准测试

Zhekai Chen, Chengqi Duan, Kaiyue Sun, Bohao Li, Yuqing Wang, Manyuan Zhang, Xihui Liu

机构 * HKU MMLab(香港大学多媒体实验室) Meituan(美团)

AI总结 针对现有基准测试难以评估主动智能体的问题,提出UniClawBench,基于五项基础模型能力设计400个双语现实任务,采用实时评估和闭环评估策略,通过多模型框架对比展示基础模型能力和框架设计对性能的影响,还公开了基准测试和代码。

Comments Project Page: https://uniclawbench.github.io | GitHub Repo: https://github.com/HKU-MMLab/UniClawBench

详情
AI中文摘要

大语言模型和多模态大语言模型的快速发展加速了能操作日常工具并在现实环境中协助用户的主动智能体的出现。然而,现有基准测试难以有效评估此类智能体,存在依赖沙盒环境和单轮评估范式等问题。为此引入UniClawBench,首个能力驱动的基准测试,围绕五项基础模型能力构建,设计400个双语现实任务,采用实时评估和闭环评估策略,通过多模型框架对比展示了基础模型能力和智能体框架设计对性能的共同影响,并公开基准测试和代码。

英文摘要

The rapid development of large language models and multimodal large language models has accelerated the emergence of proactive agents capable of operating everyday tools and assisting users in real-world environments. However, existing benchmarks struggle to evaluate such agents effectively, as they often rely on sandboxed environments and single-turn evaluation paradigms. Moreover, their scenario-based task taxonomies mix multiple model capabilities within the same task category, making it difficult to identify the root causes of agent failures. To address these limitations, we introduce UniClawBench, the first capability-driven benchmark designed to evaluate proactive agents in dynamic, real-world settings. UniClawBench is built around five foundational model capabilities: Skill Usage, Exploration, Long-Context Reasoning, Multimodal Understanding, and Cross-Platform Coordination. Based on these capabilities, we design 400 bilingual real-world tasks. Unlike previous benchmarks that rely on static, pre-recorded answers, our benchmark evaluates agents in live Docker containers using fine-grained, step-by-step completion checkpoints. Furthermore, we design a closed-loop evaluation strategy comprising an executor agent, a hidden supervisor agent, and a user agent to simulate realistic multi-turn human feedback without leaking grading criteria. To disentangle base model capabilities from framework-level design choices, we evaluate state-of-the-art models under multiple agent frameworks. Through comprehensive comparisons across both models and frameworks, we show how base model capabilities and agent framework designs jointly shape performance in real-world environments. To facilitate future research, we make our benchmark and code publicly available at https://github.com/HKU-MMLab/UniClawBench.

URL PDF HTML 收藏
2607.08766 2026-07-10 cs.CV 新提交

OPSD-V: On-Policy Self-Distillation for Post-Training Few-Step Autoregressive Video Generators

OPSD-V:用于训练后少步自回归视频生成器的策略内自蒸馏

Hongyu Liu, Chun Wang, Feng Gao, Xuanhua He, Yue Ma, Ziyu Wan, Yong Zhang, Xiaoming Wei, Qifeng Chen

机构 * Meituan(美团) HKUST(香港科技大学) City University of Hong Kong(香港城市大学)

AI总结 研究针对训练后少步自回归视频生成器存在的问题,提出OPSD-V策略内自蒸馏范式。通过引入真实长视频数据提供监督,学生和教师模型按特定方式运行,应用该范式于相关模型后,实验及用户研究表明其在多方面有改进且更受青睐。

Comments Project page: https://meigen-ai.github.io/OPSD-V ; Code: https://github.com/MeiGen-AI/OPSD-V

详情
AI中文摘要

我们提出了OPSD-V,一种用于训练后少步自回归(AR)视频扩散模型的策略内自蒸馏范式。现有的少步AR视频生成器能以低延迟生成长视频,但在长时间自回归展开过程中仍存在误差累积和运动动力学减弱的问题。OPSD-V减少了长时退化,同时保留了原始的少步推理路径。关键在于在训练期间引入真实长视频数据作为时间上下文,并利用它提供密集的轨迹级监督。具体而言,学生模型遵循推理时的展开方式,根据自身先前生成的KV缓存生成每个块。同时,教师模型在相同的去噪状态下进行评估,但使用更干净的与AR一致的时间缓存,其中旧历史可以被真实视频上下文替换。这在策略内AR缓存动态下提供了密集的去噪级校正目标,而不改变采样器、去噪步数或推理时的缓存机制。我们将OPSD-V应用于代表性的少步AR视频模型,包括Self-Forcing和LongLive。实验表明在视觉质量、运动动力学和VBenchLong分数方面有持续改进。一项有10名参与者比较20对视频的用户研究表明,在66.0%的总体偏好判断中(排除平局后为82.5%),OPSD-V比基础模型更受青睐。

英文摘要

We propose OPSD-V, an on-policy self-distillation paradigm for post-training few-step autoregressive (AR) video diffusion models. Existing few-step AR video generators can produce long videos with low latency, but still suffer from error accumulation and weakened motion dynamics during long autoregressive rollout. OPSD-V reduces long-horizon degradation while preserving the original few-step inference path. The key idea is to introduce real long-video data as temporal context during training and use it to provide dense trajectory-level supervision. Specifically, the student follows the exact inference-time rollout, generating each chunk conditioned on its own previously generated KV cache. In parallel, the teacher is evaluated at the same student-visited denoising states, but uses a cleaner AR-consistent temporal cache in which older history can be replaced by real-video context. This provides dense denoising-level corrective targets under on-policy AR cache dynamics, without changing the sampler, number of denoising steps, or inference-time cache mechanism. We apply OPSD-V to representative few-step AR video models, including Self-Forcing and LongLive. Experiments show consistent improvements in visual quality, motion dynamics, and VBenchLong scores. A user study with 10 participants comparing 20 video pairs shows that OPSD-V is preferred over the base models in 66.0% of overall-preference judgments (82.5% excluding ties).

URL PDF HTML 收藏
2505.19422 2026-07-10 cs.CV 版本更新

LlamaSeg: Image Segmentation via Autoregressive Mask Generation

LlamaSeg:通过自回归掩码生成进行图像分割

Jiru Deng, Tengjin Weng, Tianyu Yang, Wenhan Luo, Zhiheng Li, Wenhao Jiang

机构 * Guangdong Laboratory of Artificial Intelligence and Digital Economy (SZ)(广东人工智能与数字经济实验室) Tsinghua University(清华大学) Shenzhen University(深圳大学) Meituan(美团) Division of AMC and Department of ECE, HKUST(HKUST AMC 分部和电子工程系)

AI总结 LlamaSeg是通过自然语言指令统一图像分割任务的视觉自回归框架,将分割视为视觉生成,编码掩码为视觉令牌。引入数据标注管道和SA-OVRS数据集,能基于文本提示定位对象并生成掩码,实验显示其在分割基准上表现出色。

Journal ref ECCV 2026

详情
AI中文摘要

我们提出了LlamaSeg,这是一个视觉自回归框架,它通过自然语言指令统一多个图像分割任务。通过将分割重新表述为视觉生成,LlamaSeg将掩码编码为视觉令牌,并使用Llama风格的Transformer直接进行下一个令牌预测,自然地将分割融入自回归架构。为支持大规模训练,我们引入了数据标注管道并构建了SA-OVRS数据集,其包含200万个用超过5800个开放词汇标签或不同文本描述标注的分割掩码,涵盖各种现实世界场景。这使我们的模型能基于文本提示定位图像中的对象并生成细粒度掩码。我们还引入了复合度量平均豪斯多夫距离来更好地评估生成模型的掩码轮廓保真度。实验表明,LlamaSeg在多个分割基准上持续优于现有生成方法,并能提供更精细、准确的分割掩码。代码和数据集可通过链接获取。

英文摘要

We present \textbf{LlamaSeg}, a visual autoregressive framework that unifies multiple image segmentation tasks via natural language instructions. By reformulating segmentation as visual generation, LlamaSeg encodes masks as visual tokens and uses a LLaMA-style Transformer for direct next-token prediction, naturally fitting segmentation into autoregressive architectures. To support large-scale training, we introduce a data annotation pipeline and construct the \textbf{SA-OVRS} dataset, which contains \textbf{2M} segmentation masks annotated with over \textbf{5,800} open vocabulary labels or diverse textual descriptions, spanning diverse real-world scenarios. This enables our model to localize objects in images based on text prompts and to generate fine-grained masks. We further introduce the composite metric average Hausdorff Distance ($d_{\mathrm{AHD}}$) to evaluate mask contour fidelity for generative models better. Experiments show that LlamaSeg consistently outperforms existing generative approaches on multiple segmentation benchmarks and delivers finer, more accurate segmentation masks. Code and dataset are available at \href{https://github.com/GML-FMGroup/llamaseg}{https://github.com/GML-FMGroup/llamaseg}.

URL PDF HTML 收藏
2607.06420 2026-07-08 cs.CV 新提交

HoloCount: A Holistic Visual Counting Benchmark for MLLMs

HoloCount:用于多模态大语言模型的整体视觉计数基准

Jinhong Deng, Limeng Qiao, Guanglu Wan

机构 * Meituan(美团)

AI总结 研究针对多模态大语言模型定量精度瓶颈及现有计数基准局限,引入HoloCount基准,从语义、分析计数和鲁棒性测试三方面评估模型,经对20多个模型详尽评估,揭示其性能差距,为多模态系统发展提供路线图。

Comments Technical report

详情
AI中文摘要

视觉计数是多模态智能的基本支柱,需要细粒度基础和空间推理的无缝集成。虽然多模态大语言模型(MLLMs)在定性场景理解方面取得了显著成功,但其定量精度仍是重大瓶颈,常存在持续的数值幻觉。现有计数基准主要关注简化情境下的基本感知,无法捕捉逻辑约束或对抗条件下出现的复杂失败模式。为解决这些局限,我们引入HoloCount,这是一个围绕三级分层分类构建的整体且诊断丰富的基准。它从语义计数、分析计数和鲁棒性测试三方面评估MLLMs。通过对20多个先进MLLMs的详尽评估,发现即使顶级模型在任务从感知过渡到复杂分析推理和不利场景时也会显著退化。我们的发现提供了当前MLLM计数能力的系统图景,并为开发更有基础和可靠的多模态系统提供了路线图。数据集可通过此https URL获取。

英文摘要

Visual counting is a fundamental pillar of multimodal intelligence, requiring a seamless integration of fine-grained grounding and spatial reasoning. While Multimodal Large Language Models (MLLMs) have achieved remarkable success in qualitative scene understanding, their quantitative precision remains a significant bottleneck, often characterized by persistent numerical hallucinations. Existing counting benchmarks primarily focus on basic perception in simplified contexts, failing to capture the complex failure modes that emerge under logical constraints or adversarial conditions. To address these limitations, we introduce HoloCount, a holistic and diagnostically rich benchmark structured around a three-level hierarchical taxonomy. HoloCount evaluates MLLMs across: (1) Semantic Counting, focusing on atomic and property-based enumeration; (2) Analytical Counting, assessing logical composition through spatial and set-based reasoning; and (3) Robustness Testing, probing model integrity against adverse scenarios and grounded counter-priors, such as high-density scenes and linguistic biases. Through an exhaustive evaluation of over 20 state-of-the-art MLLMs, we reveal a critical performance gap: even top-tier models degrade significantly as tasks transition from perception to complex analytical reasoning and adverse scenarios. Our findings provide a systematic landscape of current MLLM counting capabilities and offer a roadmap for developing more grounded and reliable multimodal systems. The dataset is available at https://mm-mvr.github.io/HoloCount/.

URL PDF HTML 收藏
2607.03333 2026-07-07 cs.DC cs.AI cs.LG 新提交

SPORK: Self-Speculative Forking to Accelerate Agentic LLM Inference

SPORK:自我推测性分叉以加速智能体大语言模型推理

Huajun Bai, Weiwei Lv, Huichuan Zheng, Youyou Lu, Jiwu Shu

机构 * Tsinghua University(清华大学) Meituan(美团)

AI总结 研究LLM智能体推理中串行循环耗时问题,提出SPORK方法,利用模型自身预测提前调度推测工具调用,通过成本模型等组件优化,大幅提升推理效率且不影响任务准确性。

Comments 16 pages, 15 figures. Code: https://github.com/baihuajun24/spork

详情
AI中文摘要

LLM智能体的思维-动作-观察循环通常是串行的,等待时间占比高。推测工具执行可隐藏等待,但现有系统有局限。本文提出SPORK,一个无需训练的控制器,能提前调度推测工具调用,与剩余思维链解码重叠执行。成本模型判断推测是否划算,各组件优化相关项,在真实工具基准测试中大幅提升效率。

英文摘要

LLM agents are becoming a common interface for research, coding, and question answering, yet their Thought-Action-Observation loop is often serial: the model reasons, emits a tool call, then idles the GPU until the result returns. This wait consumes 16-37% of wall time in our workloads and 35-61% in prior reports. Speculative tool execution can hide this wait, but existing systems need auxiliary predictors, historical traces, or static workflow graphs, leaving a gap for training-free, day-one deployment. We observe that the model can be its own predictor: a probe forked at the start of generation predicts Qwen3-32B's upcoming tool name with 74.6-99.6% accuracy across five benchmarks. We present SPORK (Self-sPeculative fORKing), a training-free controller that dispatches the speculated tool call early, overlapping its execution with the remaining chain-of-thought decode. A cost model captures when speculation breaks even, and each component improves one of its terms: a prefix-cache fork cuts probe cost, a confidence gate filters mispredictions, and partial-token accept turns rejected probes into speculative-decoding drafts. On acceptance, the tool result is ready when reasoning ends; on rejection, SPORK falls back to serial execution with no correctness penalty. On real-tool benchmarks, SPORK cuts Qwen3-32B's GAIA P95 by 18% (131.9 to 108.1 s); the mechanism holds across model sizes from 4B to 32B and across dense and mixture-of-experts models, with task accuracy within 1 pp of baseline or better wherever measured. SPORK deploys as a thin controller over standard completion APIs (no retraining, no auxiliary models, no offline traces) and is orthogonal to token-level speculative decoding. SPORK is open source at https://github.com/baihuajun24/spork.

URL PDF HTML 收藏
2607.03182 2026-07-07 cs.RO cs.AI 新提交

AnchorVLA: Bridging Discrete Decisions and Continuous Trajectories for Vision-Language-Action Planning

AnchorVLA:为视觉-语言-动作规划连接离散决策与连续轨迹

Qi Liu, Yabei Li, Hongsong Wang, Heng Zhang, Lei He

机构 * School of Vehicle and Mobility, Tsinghua University(清华大学车辆与运载学院) State Key Laboratory of Intelligent Green Vehicle and Mobility, Tsinghua University(清华大学智能绿色车辆与交通国家重点实验室) School of Computer Science and Engineering, Southeast University(东南大学计算机科学与工程学院) Meituan Inc.(美团公司) Dongfeng Motor Corporation(东风汽车公司)

AI总结 自动驾驶规划需将多种信息转化为连续轨迹,现有视觉-语言-动作(VLA)规划器有局限。提出AnchorVLA框架,用轨迹模式锚连接高层VLA推理与连续轨迹执行,提升效率、语义动作对齐和生成灵活性。

详情
AI中文摘要

自动驾驶规划需要将导航意图、交通规则、动态交互和语言指令转化为可执行的连续轨迹。视觉-语言-动作模型已被引入驾驶规划以改善长尾泛化、常识推理、高级语义理解和可解释性。然而,现有的VLA规划器主要遵循基于规划头的轨迹预测或全轨迹自回归生成。前者仅用VLA推理对连续轨迹生成进行弱约束,而后者依赖低信息密度坐标令牌的长序列,导致语义动作对齐困难,产生离散化误差和低效推理。为解决这些限制,我们提出AnchorVLA,一种分层决策锚定的VLA规划框架,它使用轨迹模式锚作为高层VLA推理和连续轨迹执行之间的显式接口。具体来说,决策即锚定表示用锚定令牌表示行为级驾驶决策,每个锚定令牌编码整个局部运动模式而不是单个坐标点。决策锚定残差流然后在选定的锚定定义的残差空间中生成细粒度连续轨迹,捕获高层决策后的多模态执行细化。通过对紧凑且语义有意义的锚定进行推理而不是自回归生成航点序列,AnchorVLA在保持基于大语言模型的决策的同时提高了推理效率、语义动作对齐和连续生成灵活性。在Bench2Drive闭环基准测试上的实验表明,AnchorVLA实现了77.28的最新成功率和89.92的有竞争力的驾驶分数。

英文摘要

Autonomous driving planning requires translating navigation intent, traffic rules, dynamic interactions, and language instructions into executable continuous trajectories. Vision-Language-Action models have been introduced into driving planning to improve long-tail generalization, commonsense reasoning, high-level semantic understanding, and explainability. However, existing VLA planners mainly follow planning-head-based trajectory prediction or full-trajectory autoregressive generation. The former only weakly constrains continuous trajectory generation with VLA reasoning, while the latter relies on long sequences of low-information-density coordinate tokens, making semantic-action alignment difficult and leading to discretization errors and inefficient inference. To address these limitations, we propose AnchorVLA, a hierarchical decision-anchored VLA planning framework that uses trajectory-pattern anchors as an explicit interface between high-level VLA reasoning and continuous trajectory execution. Specifically, Decision-as-Anchor Representation represents behavior-level driving decisions with anchor tokens, each encoding an entire local motion pattern rather than a single coordinate point. Decision-Anchored Residual Flow then generates fine-grained continuous trajectories in the selected anchor-defined residual space, capturing multi-modal execution refinements after high-level decision making. By reasoning over compact and semantically meaningful anchors instead of autoregressively generating waypoint sequences, AnchorVLA preserves LLM-based decision making while improving inference efficiency, semantic-action alignment, and continuous generation flexibility. Experiments on the Bench2Drive closed-loop benchmark show that AnchorVLA achieves a state-of-the-art Success Rate of 77.28 and a competitive Driving Score of 89.92.

URL PDF HTML 收藏
2607.01667 2026-07-03 cs.CV 新提交

Temporal and Cross-Modal Alignment for Enhanced Audiovisual Video Captioning

增强视听视频字幕的时间与跨模态对齐

Chen Zhao, Jiajun Ma, Qilong Huang, Tiehan Fan, Hongyu Li, Zhuoliang Kang, Xiaoming Wei, Jian Yang, Ying Tai

机构 * Nanjing University, State Key Laboratory for Novel Software Technology(南京大学,计算机软件新技术国家重点实验室) Meituan(美团)

AI总结 提出TCA-Captioner框架,通过观察-检查-纠正迭代策略和密集交互数据集,解决视听字幕中的模态分离与时间不一致问题,实现精准的视听绑定与因果动态建模。

Comments ECCV 2026

详情
AI中文摘要

虽然多模态大语言模型(MLLMs)推动了视频理解的发展,但在视听视频字幕中实现精确的时间与跨模态对齐仍然是一个严峻的挑战。大多数现有方法存在模态分离和时间不一致的问题,无法准确地将听觉事件绑定到视觉实体,也无法捕捉复杂的因果动态。为了解决这些缺陷,我们提出了TCA-Captioner,这是一个专门为增强视听视频字幕的时间与跨模态对齐而设计的框架。我们首先引入了观察-检查-纠正(OCC)框架,这是一种迭代细化策略,用于生成高保真、精细标注的训练数据。利用精心策划的高密度人类交互数据集,TCA-Captioner被优化以建模复杂的视听交互。此外,我们提出了TCA-Bench,一个利用解耦评估协议来隔离和量化模型在视听绑定和时间关系推理方面能力的诊断基准。大量实验表明,TCA-Captioner为时间一致且同步的视听叙事设立了新标准。

英文摘要

While Multimodal Large Language Models (MLLMs) have advanced video understanding, achieving precise temporal and cross-modal alignment in audiovisual video captioning remains a formidable challenge. Most existing approaches suffer from modality detachment and temporal incoherence, failing to accurately bind auditory events to visual entities or capture complex causal dynamics. To address these deficiencies, we propose TCA-Captioner, a framework specifically engineered to enhance Temporal and Cross-Modal Alignment for audiovisual video captioning. We first introduce the Observer-Checker-Corrector (OCC) framework, an iterative refinement strategy that generates high-fidelity, meticulously grounded training data. Leveraging a curated high-density human interaction dataset, TCA-Captioner is optimized to model sophisticated audiovisual interactions. Furthermore, we present TCA-Bench, a diagnostic benchmark utilizing a Decoupled Evaluation Protocol to isolate and quantify model proficiency in audiovisual binding and temporal relational reasoning. Extensive experiments demonstrate that TCA-Captioner sets a new standard for temporally-coherent and synchronized audiovisual narratives.

URL PDF HTML 收藏
2607.01630 2026-07-03 cs.CV 新提交

DRDN: Decoupled Representation Dynamic Network for From-Scratch ViT Class-Incremental Learning

DRDN: 用于从头训练ViT类增量学习的解耦表示动态网络

Bingchen Huang, Yifu Chen, Zhiling Wang, Yuanchao Du

机构 * Meituan Vision AI Department(美团视觉AI部门)

AI总结 针对类增量学习中共享表示退化与任务间干扰问题,提出解耦表示动态网络(DRDN),通过掩码图像建模保持骨干网络通用视觉结构,并采用层次化任务令牌扩展减少跨任务干扰,在从头训练的ViT上取得显著提升。

Comments 10 pages, IEEEtran journal format. Preprint submitted to IEEE Transactions on Multimedia

详情
AI中文摘要

类增量学习(CIL)的动态扩展方法通过增加专用令牌或子网络来保护任务特定知识,但我们的分析表明,仅靠分类监督不足以在长增量序列中充分保留任务无关的共享骨干表示。我们识别出两个相互交织的挑战:一是由于在主要包含当前任务数据上的顺序训练导致的跨任务混淆,这使决策边界偏向近期任务;二是骨干网络中欠优化的共享表示限制了随着任务积累的长期判别能力。我们提出了解耦表示动态网络(DRDN),通过两种正交机制应对这些挑战。对于共享骨干表示,DRDN在每个增量步骤中持续应用掩码图像建模(MIM),重建梯度仅通过骨干网络传播,鼓励其保留超越类别判别线索的通用视觉结构。对于任务特定判别,DRDN在所有Transformer层中采用层次化任务令牌扩展,并采用修改后的每任务注意力规则以减少任务间干扰。我们通过准确率退化分析和跨任务混淆率测量支持了这一设计。在从头训练的ViT CIL设置(无外部预训练)中,DRDN在相同骨干规模下持续优于强令牌扩展基线。在CIFAR100-B0(10步)上,DRDN达到77.19%的平均准确率,比DKT高出1.36个百分点,比DyTox高出3.53个百分点,且优势在更长增量序列中扩大。多种子验证确认了稳定性(+/-0.31%)。MIM解码器仅在训练期间激活,不增加推理时的参数或计算量。

英文摘要

Dynamic expansion methods for class-incremental learning (CIL) protect task-specific knowledge by growing dedicated tokens or subnetworks, yet our analyses suggest that classification supervision alone does not sufficiently preserve task-agnostic shared backbone representations over long incremental sequences. We identify two intertwined challenges: cross-task confusion from sequential training on predominantly current-task data, which biases decision boundaries toward recent tasks; and under-optimized shared representations in the backbone that cap long-term discriminability as tasks accumulate. We propose the Decoupled Representation Dynamic Network (DRDN), which addresses these challenges via two orthogonal mechanisms. For shared backbone representations, DRDN continuously applies masked image modeling (MIM) at every incremental step, with reconstruction gradients routed exclusively through the backbone, encouraging it to retain general visual structure beyond class-discriminative cues. For task-specific discrimination, DRDN employs hierarchical task token expansion across all transformer layers, with a modified per-task attention rule that reduces inter-task interference. We support this design with accuracy degradation analysis and cross-task confusion rate measurements. In the from-scratch ViT CIL setting (no external pretraining), DRDN consistently improves over strong token-expansion baselines with comparable backbone scale. On CIFAR100-B0 (10 steps), DRDN achieves 77.19% average accuracy, outperforming DKT by 1.36 points and DyTox by 3.53 points, with an advantage that grows at longer incremental sequences. Multi-seed validation confirms stability (+/-0.31%). The MIM decoder is active only during training, adding no inference-time parameters or computation.

URL PDF HTML 收藏
2606.31564 2026-07-01 cs.AI 新提交

ACE: Pluggable Adaptive Context Elasticizer across Agents

ACE: 跨智能体的可插拔自适应上下文弹性化器

Ning Liao, Zihao Long, Xiaoxing Wang, Xue Yang, Yaoming Wang, Ziyuan Zhuang, Xunliang Cai, Rongxiang Weng, Junchi Yan

机构 * Meituan(美团) Shanghai Jiao Tong University(上海交通大学)

AI总结 提出ACE模块,通过无损消息存储和自适应上下文编排,实现历史步骤信息的弹性化处理,在多种智能体框架中优于截断和摘要方法。

详情
AI中文摘要

智能体任务日益复杂导致轨迹长度快速增长,这对基于固定上下文窗口的大语言模型(LLM)智能体构成重大挑战。现有的上下文管理技术(如截断和摘要)存在固有的不灵活性和不可逆性:一旦信息被丢弃或压缩,即使在后来的决策步骤中变得关键相关,也无法恢复。为解决这些限制,我们提出自适应上下文弹性化器(ACE),这是一个即插即用模块,在每个决策步骤中弹性地将历史步骤信息编排到智能体的上下文中。ACE维护一个无损消息维护层,为每个历史步骤存储原始消息和压缩抽象,而上下文编排层根据当前任务状态在每个决策步骤自适应地为每个步骤分配弹性类型(原始、抽象或丢弃)。这种可逆设计确保主LLM始终接收紧凑但信息丰富的上下文。我们将ACE适配到四种不同的智能体框架(包括ReAct、DeepAgent、WebThinker和MiroFlow),无需训练或架构修改。实验表明,ACE始终优于截断和摘要基线,并在所有四种智能体框架中带来一致的性能提升。

英文摘要

The increasing complexity of agentic tasks has led to rapidly growing trajectory lengths, which poses significant challenges for large language model (LLM) based agents with fixed context windows. Existing context management techniques, such as truncation and summarization, suffer from inherent inflexibility and irreversibility: once information is discarded or compressed, it cannot be recovered even when it becomes critically relevant in later decision steps. To address these limitations, we propose the Adaptive Context Elasticizer (ACE), a plug-and-play module that elastically orchestrates historical step information into the agent's context at each decision step. ACE maintains a lossless message maintenance layer that stores both raw messages and compressed abstractions for each historical step, while a context orchestration layer adaptively assigns each step an elastic type as raw, abstract, or drop, at every decision step based on the current task state. This reversible design ensures that the main LLM always receives a compact yet information-rich context. We adapt ACE to four diverse agent frameworks, including ReAct, DeepAgent, WebThinker, and MiroFlow, without training or architectural modifications. Experiments show that ACE consistently outperforms truncation and summarization baselines, and brings consistent performance gains across all four agent frameworks.

URL PDF HTML 收藏
2606.31114 2026-07-01 cs.AI 新提交

Revealing Safety-Critical Scenarios for UTM via Transformer

通过Transformer揭示UTM的安全关键场景

Huaze Tang, Bill Zeng, Chao Wang, Zhenpeng Shi, Qian Zhang, Wenbo Ding

机构 * Tsinghua University(清华大学) Meituan(美团)

AI总结 提出将UTM漏洞发现建模为序列问题,使用基于Transformer的强化学习架构,通过注意力机制建模状态关系并预测最优动作,实现8倍漏洞发现效率提升。

详情
AI中文摘要

无人交通管理(UTM)系统是基于云的平台,旨在远程管理和协调多个飞行器。UTM系统是安全关键的,不能容忍崩溃或碰撞等故障。为了揭示潜在漏洞,既没有最优的故障暴露演示,也没有明确的奖励信号。此外,UTM的自愈能力引入了关键故障的“长尾效应”。我们提出将UTM漏洞发现建模为序列建模问题,适用于基于Transformer的强化学习架构。我们的方法利用注意力机制直接建模系统状态之间的关系,并预测最优动作。我们的框架引入了一个策略模型,用于生成目标测试场景,以及一个动作采样器,用于强制执行领域约束。我们使用基于风险的奖励函数来指导探索。通过对700小时模拟研究的广泛评估,我们展示了与专家引导测试相比,漏洞发现效率提高了8倍。它还发现了传统方法遗漏的关键边缘案例。

英文摘要

Unmanned Traffic Management (UTM) systems are cloud-based platforms designed to manage and coordinate multiple aerial vehicles remotely. UTM systems are safety-critical which cannot tolerate failures like crash or collision. To reveal latent vulnerabilities, there are neither optimal failure-exposing demonstrations nor clear reward signals. Additionally, UTM's self-healing capability introduces the ``long-tail effect'' of critical failures. We propose framing UTM vulnerability discovery as a sequence modeling problem amenable to transformer-based RL architectures. Our approach leverages attention mechanisms to directly model the relationship among system states, and predict optimal actions. Our framework introduces a Policy Model that generates targeted test scenarios and an Action Sampler that enforces domain constraints. We use a risk-based reward function to guide exploration. Through extensive evaluation on a 700-hour simulation study, we demonstrate an 8$\times$ improvement in vulnerability discovery efficiency compared to expert-guided testing. It also discovers critical edge cases that traditional methods have missed.

URL PDF HTML 收藏
2606.30576 2026-06-30 cs.CV cs.AI

Beyond 2D Matching: A Unified Single-Stage Framework for Geometry-Aware Cross-View Object Geo-Localization

超越2D匹配:用于几何感知跨视角目标地理定位的统一单阶段框架

Liyao Wang, Ruipu Wu, Haojun Xu, Lei Shi, Linjiang Huang, Si Liu

机构 * Beihang University(北航) Meituan(美团)

AI总结 提出GAGeo单阶段框架,利用3D基础模型和对比损失,结合多模态提示和相机位姿,实现跨视角目标地理定位,显著优于现有方法。

详情
AI中文摘要

跨视角目标地理定位(CVOGL)旨在从查询视角(如地面或无人机)在带有地理标签的参考图像(如卫星)中定位目标对象。现有方法严重依赖2D外观匹配,并受限于缺乏几何元数据、多样化提示和标准视场图像的数据集。为解决这些相互交织的挑战,我们首先引入\dataset,一个大规模、高保真度的建筑数据集,包含超过22万对地面-卫星和无人机-卫星图像对。它提供多模态提示(点、框、掩码)和相机位姿,以实现灵活的目标引用和显式空间建模。此外,我们提出了一种新颖的单阶段几何感知地理定位框架(GAGeo),基于置换等变的3D基础模型$π^3$。通过无缝集成视觉特征、引用提示和可学习任务令牌,我们的模型在单次前向传播中适应继承的3D先验,联合预测边界框、分割掩码和相机位姿。另外,我们引入了一种对比损失,利用卫星视图作为通用锚点,隐式对齐地面和无人机表示,从而无需三元组训练数据即可实现零样本地面到无人机定位。大量实验表明,我们的方法显著优于最先进的方法,在未见场景和新颖的跨视角设置中展现出卓越的泛化能力。

英文摘要

Cross-view object geo-localization (CVOGL) aims to locate a target object from a query view (e.g., ground or drone) within a geo-tagged reference image (e.g., satellite). Existing approaches heavily rely on 2D appearance matching and are constrained by limited datasets lacking geometric metadata, diverse prompts, and standard field-of-view imagery. To address these intertwined challenges, we first introduce \dataset, a large-scale, high-fidelity building dataset comprising over 220,000 ground-satellite and drone-satellite pairs. It provides multi-modal prompts (points, boxes, masks) and camera poses to enable flexible target referring and explicit spatial modeling. Furthermore, we propose a novel single-stage Geometry-Aware Geo-localization framework (GAGeo), built upon the permutation-equivariant 3D foundation model $π^3$. By seamlessly integrating visual features, referring prompts, and learnable task tokens, our model adapts the inherited 3D prior to jointly predict bounding boxes, segmentation masks, and camera poses in a single forward pass. Additionally, we introduce a contrastive loss that utilizes the satellite view as a universal anchor, implicitly aligning ground and drone representations to enable zero-shot ground-to-drone localization without requiring triplet training data. Extensive experiments demonstrate that our approach significantly outperforms state-of-the-art methods, exhibiting exceptional generalization ability in unseen scenes and novel cross-view setups.

URL PDF HTML 收藏
2606.25757 2026-06-25 cs.CL 新提交

OPERA: Aligning Open-Ended Reasoning via Objective Perplexity-based Reinforcement Learning

OPERA: 通过基于客观困惑度的强化学习对齐开放式推理

Wenxuan Jiang, Zining Fan, Zijian Zhang, Xuecheng Wu, Hongming Tan, Haoyang Dai, Xiaoyu Li, Xuezhi Cao, Ninghao Liu

机构 * The Hong Kong Polytechnic University(香港理工大学) Meituan Longcat Team(美团龙猫团队) Peking University(北京大学) Nanjing University of Science and Technology(南京理工大学)

AI总结 提出OPERA方法,利用困惑度动态作为内在奖励信号,结合冷启动数据合成和困惑度优先的推理轨迹选择,实现开放式任务中对齐,在Qwen3-8B上达到开源模型最优。

Comments 21 pages, 8 figures

详情
AI中文摘要

强化学习(RL)使大语言模型在数学和代码生成等客观推理任务中表现出色。然而,将RL应用于开放式任务(如创意写作)仍然具有挑战性,因为LLM作为评判者的奖励模型常常表现出风格偏差和位置不一致,导致监督不稳定。为了解决这个问题,我们提出了OPERA(基于客观困惑度的反思对齐),该方法用源自困惑度动态的内在奖励取代不可靠的外部评判者。具体来说,我们从困惑度动态中推导出内在奖励信号,量化关键反思状态下的不确定性减少。在冷启动阶段,我们引入了一种数据合成方法,利用精心设计的引导词生成多样化的推理轨迹,以及利用内部对数概率识别逻辑一致推理分支的困惑度优先展开。该流程生成了一个包含20,000条高质量推理轨迹的大规模数据集。实证评估一致证明了我们的方法在开放式任务对齐中的可扩展性和有效性。在Qwen3-8B上实施OPERA建立了开源模型的新最先进水平,在某些开放式任务中达到或超过了Gemini2.5和MiniMax-M2.5等专有模型。代码可在该网址获取。

英文摘要

Reinforcement Learning (RL) has enabled LLMs to excel in objective reasoning tasks such as mathematics and code generation. However, applying RL to open-ended tasks, such as creative writing, remains challenging because LLM-as-a-judge reward models often exhibit stylistic biases and positional inconsistencies, leading to unstable supervision. To address this, we propose OPERA (Objective Perplexity-based Reflective Alignment), which replaces unreliable external judges with intrinsic rewards derived from perplexity dynamics. Specifically, we derive an intrinsic reward signal from perplexity dynamics, quantifying uncertainty reduction at critical reflective states. During the cold-start phase, we introduce a data synthesis method that leverages carefully designed guiding words to generate diverse reasoning traces, along with perplexity-prioritized rollouts that utilize internal log-probabilities to identify logically consistent reasoning branches. This pipeline yields a large-scale dataset comprising 20,000 high-quality reasoning trajectories. Empirical evaluations consistently demonstrate the scalability and efficacy of our approach in alignment for open-ended tasks. Implementing OPERA on Qwen3-8B establishes a new state-of-the-art among open-source models, achieving parity with or surpassing proprietary models like Gemini2.5 and MiniMax-M2.5 in some open-ended tasks. The code is available at https://github.com/pangpang-xuan/OPERA.

URL PDF HTML 收藏
2606.25556 2026-06-25 cs.CL cs.AI cs.LG 新提交

BiPACE: Bisimulation-Guided Policy Optimization with Action Counterfactual Estimation for LLM Agents

BiPACE:基于双模拟引导与动作反事实估计的LLM智能体策略优化

Hanyang Wang, Weijieying Ren, Yuxiang Zhang, Ding Cao, Zhizhao Zeng, Ke Zeng, Tianxiang Zhao

机构 * University of Chicago(芝加哥大学) The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) Stanford University(斯坦福大学) University of Science and Technology of China(中国科学技术大学) Meituan(美团)

AI总结 针对分组强化学习中状态-动作信用分配不匹配问题,提出BiPACE优势估计器,通过双模拟引导的状态聚类和动作反事实基线,在无需批评网络或额外采样的前提下提升LLM智能体训练效果。

详情
AI中文摘要

逐步分组强化学习是一种无需学习批评网络即可训练长程LLM智能体的有吸引力的方法:它重复使用多个采样轨迹来估计局部优势。其弱点不那么明显但更为根本:每个组相对估计器都假设其比较的步骤在信用分配上是等价的。我们表明,当前的智能体变体通过状态-动作信用不匹配违反了这一假设。观察哈希分区在状态侧过于精细,创建了零步级信号的单例组,而单个组内均值在动作侧过于粗糙,混合了状态值估计与动作特定信用。我们引入BiPACE(双模拟引导与动作反事实估计的策略优化),一种无需添加批评网络、辅助损失或额外采样的即插即用优势估计器,修复了这两方面的问题。BiGPO通过演员自身隐藏状态几何中的余弦距离对步骤进行聚类,这是一种经验性的策略诱导的双模拟近似,显著降低了观察哈希留下的单例率。然后,PACE使用动作条件同伴基线在每个行为聚类内重新居中回报;其Q式实例非参数地估计局部Q(s,a)-V(s)。在ALFWorld/Qwen2.5-7B上,BiPACE_Q将整体验证成功率从GiGPO的90.8提升至三个种子的$97.1\pm0.9$,并在每个种子上超过95%的阈值,而GiGPO在相同预算内从未达到。在Qwen2.5-1.5B上,它达到$93.5\pm1.2$,而GiGPO为86.7,在WebShop和TextCraft上,它在两种模型规模上均优于GRPO和GiGPO。测量的BiPACE特定开销为单个训练步壁钟时间的11.3%。然而,它将估计器的比较单元从表面身份改变为近似行为等价加上动作侧反事实。代码可在该https URL获取。

英文摘要

Stepwise group-based RL is an attractive way to train long-horizon LLM agents without a learned critic: it reuses multiple sampled rollouts to estimate local advantages. Its weakness is less visible but more fundamental: every group-relative estimator assumes that the steps it compares are equivalent for credit assignment. We show that current agentic variants violate this assumption through a state-action credit mismatch. The observation-hash partition is overly fine on the state side, creating singleton groups with zero step-level signal, while a single within-group mean is too coarse on the action side, mixing state-value estimation with action-specific credit. We introduce BiPACE (Bisimulation-Guided Policy Optimization with Action Counterfactual Estimation), a drop-in advantage estimator that fixes both sides without adding a critic, auxiliary loss, or extra rollouts. BiGPO clusters steps by cosine distance in the actor's own hidden-state geometry, an empirical policy-induced proxy for bisimulation that substantially lowers the singleton rate left by observation hashing. PACE then recenters returns within each behavioral cluster using action-conditioned peer baselines; its Q-style instance estimates a local Q(s,a)-V(s) nonparametrically. On ALFWorld/Qwen2.5-7B, BiPACE_Q raises overall validation success from GiGPO's 90.8 to $97.1\pm0.9$ over three seeds, and crosses the 95% threshold on every seed, which GiGPO never does within the same budget. On Qwen2.5-1.5B it reaches $93.5\pm1.2$ versus GiGPO's 86.7, and on WebShop and TextCraft it improves over GRPO and GiGPO at both model scales. The measured BiPACE-specific overhead is 11.3% of a single training-step wall time. Yet it changes the estimator's comparison unit from surface identity to approximate behavioral equivalence plus action-side counterfactuals. The code is available at https://github.com/TianxiangZhao/BiPACE.

URL PDF HTML 收藏
2606.25421 2026-06-25 cs.CL 新提交

Beyond Next-Observation Prediction: Agent-Authored World Modeling for Sequential Decision Making

超越下一观测预测:面向序贯决策的智能体自创世界建模

Guangfeng Cai, Kaibing Yang, Shuo He, Yu Li, Shengtian Yang, Jiaqi Lv, Lei Feng

机构 * Southeast University(东南大学) Meituan(美团)

AI总结 提出智能体自创世界建模(AAWM),根据策略决策需求构建训练目标,而非预测下一观测,实验证明其比下一观测预测提供更有效的学习信号。

Comments 16 pages, 4 figures, 6 tables

详情
AI中文摘要

近期关于大型语言模型(LLM)智能体世界建模的研究通常将学习目标设定为下一观测预测。然而,这一目标将监督与转换过程所揭示的内容绑定,可能忽略与智能体当前决策最相关的动态。为弥补这一差距,我们提出智能体自创世界建模(AAWM),一种根据策略自身决策需求构建监督的训练流程。具体而言,在每个状态下,智能体识别其在行动前需要理解的环境信息。这些需求驱动跨轨迹检索相关转换证据,然后将其合成为捕捉决策导向动态的训练目标,而非重建下一观测。这使训练目标与策略行动前所需的动态对齐,而非与下一观测的内容对齐。实验结果验证了AAWM在多种环境和训练设置下的有效性。这些结果表明,决策感知的世界模型目标比下一观测预测提供了更有效的学习信号。

英文摘要

Recent studies on world modeling for Large Language Model (LLM) agents typically formulate the learning objective as next-observation prediction. However, this objective ties supervision to what a transition happens to reveal, which may omit the dynamics most relevant to the agent's current decision. To bridge this gap, we propose Agent-Authored World Modeling (AAWM), a training procedure that constructs supervision from the policy's own decision needs. Specifically, at each state, the agent identifies what it needs to understand about the environment before acting. These needs drive the retrieval of relevant transition evidence across trajectories, which is then synthesized into training targets that capture decision-oriented dynamics instead of reconstructing the next observation. This aligns the training objective with the dynamics the policy needs before acting, not with the contents of the next observation. Experimental results validate the effectiveness of AAWM across multiple environments and training settings. These results show that decision-aware world-model targets provide a more effective learning signal than next-observation prediction.

URL PDF HTML 收藏
2605.00327 2026-06-25 cs.IR cs.AI 版本更新

DynamicPO: Dynamic Preference Optimization for Recommendation

DynamicPO:基于推荐的动态偏好优化

Xingyu Hu, Kai Zhang, Jiancan Wu, Shuli Wang, Chi Wang, Wenshuai Chen, Yinhua Zhu, Haitao Wang, Xingxing Wang, Xiang Wang

机构 * University of Science and Technology of China(中国科学技术大学) Shanghai Innovation Institute(上海创新研究院) Meituan(美团)

AI总结 本文提出DynamicPO框架,通过动态边界负样本选择和双边距动态beta调整,解决偏好优化崩溃问题,提升推荐准确性。

Comments DASFAA 2026 Best Paper

详情
AI中文摘要

本文提出DynamicPO框架,通过动态边界负样本选择和双边距动态beta调整,解决偏好优化崩溃问题,提升推荐准确性。

英文摘要

In large language model (LLM)-based recommendation systems, direct preference optimization (DPO) effectively aligns recommendations with user preferences, requiring multi-negative objective functions to leverage abundant implicit-feedback negatives and sharpen preference boundaries. However, our empirical analyses reveal a counterintuitive phenomenon, preference optimization collapse, where increasing the number of negative samples can lead to performance degradation despite a continuously decreasing training loss. We further theoretically demonstrate that this collapse arises from gradient suppression, caused by the dominance of easily discriminable negatives over boundary-critical negatives that truly define user preference boundaries. As a result, boundary-relevant signals are under-optimized, weakening the model's decision boundary. Motivated by these observations, we propose DynamicPO (Dynamic Preference Optimization), a lightweight and plug-and-play framework comprising two adaptive mechanisms: Dynamic Boundary Negative Selection, which identifies and prioritizes informative negatives near the model's decision boundary, and Dual-Margin Dynamic beta Adjustment, which calibrates optimization strength per sample according to boundary ambiguity. Extensive experiments on three public datasets show that DynamicPO effectively prevents optimization collapse and improves recommendation accuracy on multi-negative preference optimization methods, with negligible computational overhead. Our code and datasets are available at https://github.com/xingyuHuxingyu/DynamicPO.

URL PDF HTML 收藏
2606.24602 2026-06-24 cs.CV 新提交

ViTexQA: A Multi-Frame Temporal Perception Dataset for Video Text Question Answering

ViTexQA: 面向视频文本问答的多帧时序感知数据集

Zhentao Guo, Chen Duan, Tongkun Guan, Zining Wang, Kai Zhou, Pengfei Yan

机构 * Meituan(美团) Shanghai Jiao Tong University(上海交通大学)

AI总结 提出ViTexQA数据集和FrameThinker方法,通过跨帧文本融合的问答对和两阶段训练(CoT微调+时序强化学习),解决多帧时序文本感知难题,ROUGE-L提升6.3%。

Comments Accepted by ECCV2026

详情
AI中文摘要

尽管多模态理解取得了显著进展,当前的多模态大语言模型在视频文本理解方面仍存在局限性,特别是当语义通过跨多帧的时间分布文本线索整合而涌现时。这种感知挑战与静态图像文本理解有本质区别,但现有数据集未能捕捉到:绝大多数问题仍可从单帧回答,未能充分反映现实视频文本理解需求。为解决此问题,我们提出了大规模视频文本问答数据集ViTexQA,以及用于鲁棒多帧时序推理的FrameThinker。我们通过质量受控的思维链标注流程构建ViTexQA,并辅以时间约束;其所有问答对都需要跨帧文本融合才能解决,强制实现真实的时间依赖。FrameThinker采用两阶段训练进行显式时序建模:思维链引导的监督微调生成帧感知推理链,随后使用时序强化学习优化,并辅以多帧一致性奖励。评估表明,我们的方法在ViTexQA上优于当前最优基线,ROUGE-L提升6.3%。

英文摘要

Despite remarkable progress in multimodal understanding, current MLLMs still exhibit limitations in video text understanding, particularly when semantics emerge through the integration of temporally distributed textual cues across multiple frames. This perception challenge fundamentally differs from static image text understanding, yet existing datasets fail to capture: the vast majority of questions remain answerable from single frames, inadequately reflecting real-world video text comprehension demands. To address this, we present ViTexQA, a large-scale video-text QA dataset, and FrameThinker for robust multi-frame temporal reasoning. We build ViTexQA via a quality-controlled Chain-of-Thought (CoT) annotation pipeline boosted with temporal constraints; all its QA pairs demand cross-frame text fusion to solve, enforcing true temporal reliance. FrameThinker adopts two-stage training for explicit temporal modeling: CoT-Guided Supervised Fine-Tuning (SFT) generates frame-aware reasoning chains, followed by Temporally-grounded Reinforcement Learning (RL) optimized with multi-frame coherence rewards. Evaluations show our method outperforms SOTA baselines on ViTexQA, lifting ROUGE-L by 6.3%.

URL PDF HTML 收藏
2606.24064 2026-06-24 cs.AI 新提交

Beyond Trajectory Imitation: Strategy-Guided Policy Optimization for LLM Reasoning

超越轨迹模仿:策略引导的策略优化用于大语言模型推理

Tianyuan Shi, Canbin Huang, Bei Li, Xin Chen, Xiaojun Quan, Jingang Wang, Qifan Wang

机构 * School of Computer Science and Engineering, Sun Yat-sen University, China(中山大学计算机科学与工程学院) Meituan, Inc., China(美团) Shenzhen Loop Area Institute, China(深圳环区研究所) Meta AI, USA(Meta AI)

AI总结 提出策略引导的策略优化(SGPO),通过可重用策略蒸馏替代实例级轨迹模仿,利用前向KL散度和自适应加权提升LLM推理泛化能力,在数学基准上平均提升2.2分。

详情
AI中文摘要

从强语言模型向弱语言模型蒸馏推理能力通常涉及模仿特定的解决方案轨迹,有效转移的是回答什么而非如何推理。这种轨迹级模仿鼓励记忆实例特定步骤而非获取可迁移的问题解决技能,限制了对新问题的泛化。我们提出策略引导的策略优化(SGPO),用可重用策略蒸馏替代实例级轨迹模仿。SGPO从强模型响应中提取结构化策略描述,并为每个问题构建自主和策略引导的轨迹,以直接比较模型在有和没有策略引导下的行为。该框架随后解决两个关键问题。对于如何蒸馏,一个token级前向KL目标选择性地将由策略条件引起的分布偏移转移到无引导策略中,通过近端约束确保稳定性。对于何时蒸馏,自适应实例级加权在自主探索不足时加强引导,并随着模型自身能力增长而减少引导。在两个模型家族的四个数学基准上的实验表明,SGPO一致优于SFT、在策略RL和混合策略基线,在Qwen2.5-7B-Instruct上比最强基线平均提高2.2分。分析表明,前向KL目标提供了本质上选择性的蒸馏信号,优于直接轨迹模仿,并且策略蒸馏与基础模型能力表现出互补的缩放特性。

英文摘要

Distilling reasoning capabilities from strong to weak language models typically involves imitating specific solution trajectories, effectively transferring what to answer rather than how to reason. This trajectory-level imitation encourages memorization of instance-specific steps rather than acquisition of transferable problem-solving skills, limiting generalization to novel problems. We propose Strategy-Guided Policy Optimization (SGPO), which replaces instance-level trajectory imitation with reusable strategy distillation. SGPO extracts structured strategy descriptions from strong-model responses and, for each problem, constructs both autonomous and strategy-guided trajectories to enable direct comparison of the model's behavior with and without strategic guidance. The framework then addresses two key questions. For how to distill, a token-level forward-KL objective selectively transfers the distributional shift induced by strategy conditioning into the unguided policy, with proximal constraints ensuring stability. For when to distill, adaptive instance-level weighting strengthens guidance when autonomous exploration falls short and reduces it as the model's own competence grows. Experiments on four mathematical benchmarks across two model families show that SGPO consistently outperforms SFT, on-policy RL, and hybrid-policy baselines, improving the average score by 2.2 points over the strongest baseline on Qwen2.5-7B-Instruct. Analysis reveals that the forward-KL objective provides an inherently selective distillation signal that outperforms direct trajectory imitation, and that strategy distillation exhibits complementary scaling with base model capability.

URL PDF HTML 收藏
2606.22830 2026-06-23 cs.AI 新提交

Finding the Evidence: Discovering Decision-Supporting Tokens for On-Policy Reasoning Distillation

寻找证据:发现决策支持令牌以进行在线策略推理蒸馏

Jinwei Xiao, Zhuowen Han, Yueqing Sun, Zhengxi Lu, Yuxin Liu, Zhiyuan Yao, Wentao Chen, Qi Gu, Xunliang Cai

机构 * Meituan Longcat Team(美团Longcat团队) Nanjing University(南京大学) TJUNLP Lab, College of Intelligence and Computing, Tianjin University(天津大学智能与计算学部TJUNLP实验室)

AI总结 提出DEAR方法,通过学生熵识别决策点,利用隐状态余弦相似性和师生差异发现证据令牌,在数学和代码基准上提升推理蒸馏效果。

详情
AI中文摘要

在线策略蒸馏通过密集的令牌级监督传递推理能力,但可传递信号的性质仍不清楚。我们发现推理链包含两种需要不同发现机制的知识:决策(在哪里分支),通过学生不确定性显现;以及证据(证明决策的中间步骤),隐藏在学生自信但错误的令牌位置。当前方法仅捕获决策;证据令牌中的实质性知识未被传递。我们提出DEAR(决策-证据感知推理蒸馏),首先通过学生熵识别决策,然后通过隐状态与决策锚点的余弦相似性发现其支持证据,并利用师生差异优先处理最大的知识差距。在数学和代码基准上的三种学生-教师配置中,DEAR始终优于标准OPD,在竞赛数学上提升高达+2.5个百分点,在代码生成上提升+5.7个百分点。

英文摘要

On-policy distillation transfers reasoning ability through dense token-level supervision, yet the nature of the transferable signal remains unclear. We discover that reasoning chains contain two types of knowledge that require different discovery mechanisms: decisions (where to branch), which surface through student uncertainty, and evidence (intermediate steps that justify decisions), which hides in positions where the student is confident yet wrong. Current methods capture only decisions; the substantive knowledge in evidence tokens remains untransferred. We propose DEAR(Decision-Evidence Aware Reasoning Distillation), which first identifies decisions via student entropy, then discovers their supporting evidence through hidden-state cosine similarity to decision anchors, boosted by teacher-student divergence to prioritize the largest knowledge gaps. Across three student-teacher configurations on math and code benchmarks, DEAR consistently outperforms standard OPD, with up to +2.5pp on competition math and +5.7pp on code generation.

URL PDF HTML 收藏
2606.12837 2026-06-18 cs.CL 新提交

LoHoSearch: Benchmarking Long-Horizon Search Agents Beyond the Human Difficulty Ceiling

LoHoSearch: 超越人类难度上限的长时域搜索代理基准测试

Jiarui Zhao, Rongzhi Zhang, Lingchuan Liu, Hao Yang, Xunliang Cai, Xi Su

机构 * Meituan(美团)

AI总结 提出LoHoSearch基准,基于700万维基实体知识图谱自动构建544个复杂问题,评估显示最强模型仅34.74%准确率,远超人类难度上限。

详情
AI中文摘要

以BrowseComp为代表的搜索代理基准在过去一年中迅速饱和,最强模型已超过90%准确率。由于这些基准主要由人类编写,标注者缺乏对实体统计的全局视角,无法系统性地最大化搜索空间大小和结构复杂性,这造成了难以突破的难度上限。为解决这一问题,我们引入了LoHoSearch(长时域搜索代理),一个包含544个人工验证问题、覆盖11个领域的挑战性基准。LoHoSearch通过基于覆盖超过700万维基百科实体的知识图谱的自动化流水线构建,该流水线选择具有大搜索空间的关系,并将其组装成结构复杂且具有知识图谱验证的唯一答案的问题。我们的评估表明,即使是最强模型也仅达到34.74%的准确率,且现有的上下文管理策略(最佳提升+6.8%)带来的增益远小于先前基准。LoHoSearch为评估搜索代理中的长时域推理和上下文管理提供了更高要求的标准。

英文摘要

Search agent benchmarks exemplified by BrowseComp have rapidly saturated over the past year, with the strongest models surpassing 90% accuracy. Since these benchmarks are predominantly human-authored, annotators lack a global perspective on entity statistics and cannot systematically maximize search space size and structural complexity. This creates a difficulty ceiling that is hard to break. To address this, we introduce LoHoSearch (Long-Horizon Search Agents), a challenging benchmark comprising 544 human-verified questions across 11 domains. LoHoSearch is constructed via an automated pipeline built upon a knowledge graph covering over 7 million Wikipedia entities, which selects relations with large search spaces and assembles them into structurally complex questions with KG-verified unique answers. Our evaluation demonstrates that even the strongest model achieves only 34.74% accuracy, and existing context management strategies (best +6.8%) yield far smaller gains than on prior benchmarks. LoHoSearch provides a more demanding standard for evaluating long-horizon reasoning and context management in search agents.

URL PDF HTML 收藏
2606.15932 2026-06-17 cs.CL 新提交

Beyond NL2Code: A Structured Survey of Multimodal Code Intelligence

超越NL2Code:多模态代码智能的结构化综述

Xuanle Zhao, Qiushi Sun, Jingyu Xiao, Xuexin Liu, Haoyue Yang, Qiaosheng Chen, Xianzhen Luo, Jing Huang, Yufeng Zhong, Lei Chen, Shuai Fu, Zhenlin Wei, Jinhe Bi, Lei Jiang, Haibo Qiu, Siqi Yang, Peng Shi, Jian Hu, Zhixiong Zeng

机构 * Meituan(美团) The University of Hong Kong(香港大学) The Chinese University of Hong Kong(香港中文大学) Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所) Nanjing University(南京大学) Harbin Institute of Technology(哈尔滨工业大学) Australian Institute for Machine Learning, Adelaide University(阿德莱德大学澳大利亚机器学习研究所) Ludwig Maximilian University of Munich(慕尼黑大学) University of Science and Technology of China(中国科学技术大学) Queen Mary University of London(伦敦玛丽女王大学)

AI总结 本文系统综述多模态代码智能,将任务按代码角色分类,覆盖GUI、科学可视化、结构化图形及前沿任务,并提出四个基于验证的未来方向。

Comments Work completed in January 2026. Updating now

详情
AI中文摘要

虽然LLMs已经显著推进了文本到代码的合成,但许多实际编程任务通过视觉工件(如截图、图表、文档、矢量图、视频和交互状态)来指定意图。这些任务要求模型将视觉感知连接到可执行程序,因为正确性不仅取决于语法,还取决于布局、几何、数据语义、可编辑性、交互行为以及执行后适用的领域特定约束。本综述考察多模态代码智能,涵盖在视觉输入和输出下生成、编辑、优化、执行或推理代码的系统。我们首先根据代码在每个任务中扮演的角色来定义该领域,将代码区分为渲染工件、可编辑符号结构、科学表示、中间推理轨迹或可执行策略/工具接口。然后,我们将基准和方法组织成四个领域:图形用户界面、科学可视化、结构化图形以及前沿任务和框架。这种分类法将成熟的工件生成问题与新兴的智能体和统一设置联系起来,并使我们能够比较不同任务如何处理正确性证据。展望未来,我们认为未来研究可能受益于四个以验证为中心的方向:多信号验证可以结合互补的正确性证据,多状态验证可以测试跨执行轨迹的行为,跨任务迁移测试可以探究可重用的视觉代码技能,以及可验证的智能体轨迹可以揭示智能体行为是否基于视觉证据。这些方向共同可能将多模态代码生成从单输出模仿转向基于证据的可执行系统。

英文摘要

While Large Language Models (LLMs) have substantially advanced text-to-code synthesis, many real programming tasks specify intent through visual artifacts such as screenshots, charts, vector drawings, videos, and interactive states. These tasks require models to connect visual perception to executable programs, because correctness depends not only on syntax but also on layout, data semantics, interaction behavior, and domain-specific constraints that apply after execution. This survey examines Multimodal Code Intelligence, covering systems that generate, edit, refine, or reason with code under visually grounded inputs and outputs. We first formulate the field by the role that code plays in each task, distinguishing code as a rendered artifact, an editable symbolic structure, a scientific representation, an intermediate reasoning trace, or an executable policy or tool interface. We then organize benchmarks and methods into four domains: Graphical User Interface, Scientific Visualization, Structured Graphics, and Frontier Tasks and Frameworks. This taxonomy connects mature artifact-generation problems to emerging agentic and unified settings and allows us to compare how different tasks treat evidence of correctness. Looking ahead, we argue that future research may benefit from four verification-centered directions. Multi-signal validation can combine complementary evidence of correctness, multi-state verification can test behavior across execution trajectories, cross-task transfer testing can probe reusable visual-code skills, and verifiable agent traces can reveal whether agent actions are grounded in visual evidence. Together, these directions may move this field from single-output imitation toward evidence-grounded executable systems. An ongoing project and resources are available on \href{https://github.com/xjywhu/Awesome-Multimodal-LLM-for-Code}{GitHub}.

URL PDF HTML 收藏
2606.09337 2026-06-17 cs.RO 版本更新

TORL-VLA: Tactile Guided Online Reinforcement Learning for Contact-Rich Manipulation

TORL-VLA:触觉引导的在线强化学习用于接触丰富操作

Huaihang Zheng, Yi Yang, Kai Ma, Shenglin Xu, Tian Xie, Guozheng Li, Xiangyu Wang, Yiren Ma, Si Liu, Yinian Mao, Baoxu Liu

机构 * Meituan(美团) Beijing Institute of Technology(北京理工大学) Beihang University(北京航空航天大学) State Key Lab of Multimodal Artificial Intelligence Systems, Institute of Automation, CAS(中国科学院自动化研究所多模态人工智能系统国家重点实验室) China University of Mining and Technology (Beijing)(中国矿业大学(北京))

AI总结 提出TORL-VLA框架,结合触觉反馈与在线强化学习,通过触觉导出的力矩感知VLA预测参考动作,并利用轻量在线RL模块优化动作,解决接触条件变化时的策略适应问题,在长时接触任务中提升成功率和执行效率。

Comments Project page: https://torl-vla.github.io/

详情
AI中文摘要

视觉-语言-动作(VLA)模型已成为机器人操作的有力框架,最近的研究将触觉或力反馈引入VLA以处理接触丰富的任务。然而,这些模型通常作为离线策略部署。当接触条件偏离训练分布时,策略无法进行在线适应,导致接触力不当和重试效率低下等问题。因此,我们提出TORL-VLA,一种触觉引导的在线强化学习框架,将触觉反馈与策略优化相结合用于接触丰富操作。我们的方法引入了一个触觉导出的力矩感知VLA来预测参考动作和未来的力矩序列,同时使用轻量级在线RL模块来优化参考动作。为了稳定地从混合的探索性策略生成和人工干预数据中学习,我们引入了一个干预审查评论家,防止干预后的成功被错误地归因于干预前的策略生成动作。在包括门闩操作、咖啡杯放置和鸡蛋处理等长时接触丰富任务上的真实机器人实验表明,TORL-VLA在子任务和完整任务级别上提高了成功率,并在时间约束的执行效率上优于强基线。

英文摘要

Vision-Language-Action (VLA) models have become a powerful framework for robotic manipulation, and recent studies have introduced tactile or force feedback into VLAs to address contact-rich tasks. However, these models are typically deployed as offline policies. When contact conditions shift from the training distribution, the policy cannot perform online adaptation, leading to problems such as inappropriate contact forces and inefficient retries. Therefore, we propose TORL-VLA, a tactile-guided online reinforcement learning framework that couples tactile feedback with policy refinement for contact-rich manipulation. Our method introduces a tactile-derived wrench-aware VLA to predict reference actions and future wrench sequences, while a lightweight online RL module is used to refine the reference actions. To stabilize learning from mixed exploratory policy-generated and human-intervention data, we introduce an intervention-censored critic that prevents post-intervention success from being wrongly credited to policy-generated actions preceding intervention. Real-robot experiments on long-horizon contact-rich tasks, including latch manipulation, coffee-cup placement, and egg handling, show that TORL-VLA improves success rates at both subtask and full-task levels, as well as time-bounded execution efficiency over strong baselines. Project page: https://torl-vla.github.io/

URL PDF HTML 收藏
2606.13679 2026-06-15 cs.CV 新提交

InterleaveThinker: Reinforcing Agentic Interleaved Generation

InterleaveThinker: 强化智能体交错生成

Dian Zheng, Harry Lee, Manyuan Zhang, Kaituo Feng, Zoey Guo, Ray Zhang, Hongsheng Li

机构 * CUHK MMLab(香港中文大学多媒体实验室) Meituan(美团) CUHK IMIXR(香港中文大学IMIXR实验室)

AI总结 提出首个多智能体管线InterleaveThinker,通过规划器和评论家智能体使现有图像生成器具备交错生成能力,并利用GRPO强化单步指令修正,显著提升生成性能。

Comments Project Page: https://zhengdian1.github.io/InterleaveThinker-proj/ Code: https://github.com/zhengdian1/InterleaveThinker

详情
AI中文摘要

最近的图像生成器在单图像生成和编辑中展示了令人印象深刻的逼真度和指令遵循能力。然而,受限于其架构,它们无法实现交错生成(文本-图像序列),这在视觉叙事、指导和具身操作中具有关键应用。即使是最近的开源统一多模态模型(UMMs)在这方面也表现出有限的性能。在本文中,我们介绍了InterleaveThinker,这是第一个旨在赋予任何现有图像生成器交错生成能力的多智能体管线。具体来说,我们使用规划器智能体来组织图像-文本输入序列,指示图像生成器在每个步骤所需的执行。随后,我们引入评论家智能体来评估生成器的输出,识别偏离计划指令的样本,并优化指令以进行重新生成。为了实现这一管线,我们构建了Interleave-Planner-SFT-80k和Interleave-Critic-SFT-112k以进行格式冷启动。然后,我们开发了Interleave-Critic-RL-13k,使用GRPO在生成轨迹内强化逐步指令修正能力。由于单个交错生成轨迹可能涉及超过25次生成器调用,优化整个轨迹在计算上不可行。因此,我们提出了准确率奖励和逐步奖励,使得单步强化学习能够有效引导整个生成轨迹。结果表明,InterleaveThinker在各种图像生成器上提升了性能。在交错生成基准上,它实现了与Nano Banana和GPT-5相当的性能。令人惊讶的是,它还在基于推理的基准上显著增强了基础模型;例如,在4步FLUX.2-klein上,我们在WISE和RISE上观察到了显著的增益。

英文摘要

Recent image generators have demonstrated impressive photorealism and instruction-following capabilities in single-image generation and editing. However, constrained by their architectures, they cannot achieve interleaved generation (text-image sequence), which has crucial applications in visual narratives, guidance, and embodied manipulation. Even the latest open-source Unified Multimodal Models (UMMs) exhibit limited performance in this regard. In this paper, we introduce InterleaveThinker, the first multi-agent pipeline designed to endow any existing image generator with interleaved generation capabilities. Specifically, we employ a planner agent to organize the image-text input sequence, instructing the image generator on the required execution at each step. Subsequently, we introduce a critic agent to evaluate the generator's outputs, identify samples that deviate from the planned instructions, and refine the instructions for regeneration. To implement this pipeline, we construct the Interleave-Planner-SFT-80k and Interleave-Critic-SFT-112k to perform a format cold-start. Then we develop Interleave-Critic-RL-13k to reinforce the step-wise instruction correction capability within a generation trajectory using GRPO. Since a single interleaved generation trajectory may involve over 25 generator calls, optimizing the entire trajectory is computationally impractical. Therefore, we propose accuracy reward and step-wise reward, allowing single-step RL to effectively guide the entire generation trajectory. The results show that InterleaveThinker improves performance across various image generators. On interleaved generation benchmarks, it achieves performance comparable to Nano Banana and GPT-5. Surprisingly, it also significantly enhances the base model on reasoning-based benchmarks; for example, on 4-step FLUX.2-klein, we observe substantial gains on WISE and RISE.

URL PDF HTML 收藏