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

大厂专区

Baidu(百度)

至 收录 328
2607.17979 2026-07-21 cs.LG cs.AI 新提交

Harness Engineering for LLM-Driven GPU Kernel Generation

用于大语言模型驱动的GPU内核生成的工具工程

Yue Shui, Chenyu Ma, Hangfei Xu, Shengzhao Wen, Yanpeng Wang

机构 * Baidu, Inc.(百度公司)

AI总结 在MLSys 2026 FlashInfer竞赛中,针对NVIDIA Blackwell B200 GPU,提出以工具为中心的大语言模型驱动的GPU内核优化系统,分离评估工具与优化控制器,利用Codex等生成候选内核,实验显示优化后平均延迟加速显著,且代理辅助内核效果更佳。

Comments 24 pages, 6 figures. Extended technical report on our submission to the MLSys 2026 FlashInfer AI Kernel Generation Contest. Code: https://github.com/syhya/mlsys26-flashinfer-contest

详情
AI中文摘要

大语言模型可辅助GPU内核生成,但其实际效果取决于生成代码能否可靠地受限、验证、分析和选择。本文在MLSys 2026 FlashInfer AI内核生成竞赛中,针对NVIDIA Blackwell B200 GPU提出了一个以工具为中心的大语言模型驱动的GPU内核优化系统。该系统将评估工具与基于分析的优化控制器分离,工具负责编译、正确性、官方对齐的计时和工件存档,控制器利用分析器和工作负载证据做出有界候选生成决策。通过五个运算符定义,保留的官方对齐工件相对于提供的FlashInfer基线,平均延迟加速分别为1.62倍、18.05倍、29.68倍、1.12倍和13.70倍。在评估定义中,代理辅助内核优于完全由代理生成的工件,表明专家提供的优化方向、高质量参考和工作负载上下文对于可靠的人工智能驱动的内核优化仍然至关重要。

英文摘要

Large language models (LLMs) can assist GPU kernel generation, but their practical effectiveness depends on whether generated code can be reliably constrained, validated, profiled, and selected. This paper presents a harness-centered system for LLM-driven GPU kernel optimization in the MLSys 2026 FlashInfer AI Kernel Generation Contest on NVIDIA Blackwell B200 GPUs. The system separates an evaluation harness from a profile-backed optimization controller: the harness enforces compilation, correctness, official-aligned timing, and artifact archival, while the controller turns profiler and workload evidence into bounded candidate-generation decisions. Human-authored skills capture operator constraints, references, profiling procedures, and promotion rules, while Codex and Claude Code agents generate candidate kernels inside those constraints. Across five operator definitions, the retained official-aligned artifacts achieved mean-latency speedups over supplied FlashInfer baselines of 1.62x, 18.05x, 29.68x, 1.12x, and 13.70x. The Agent-Assisted kernels outperform the Full-Agent artifacts across the evaluated definitions, indicating that expert-provided optimization directions, high-quality references, and workload context remain critical for reliable AI-driven kernel optimization.

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

Let the Data Decide: Supervision Analysis, Capability Trade-offs, and Adaptive Objective Routing in Continued Pre-Training via Off-Policy Distillation

让数据决定:通过离策略蒸馏进行持续预训练中的监督分析、能力权衡和自适应目标路由

Jiangan Yuan, Zhixuan Li, Han Xu

机构 * Baidu Inc.(百度公司)

AI总结 研究离策略蒸馏中训练数据、目标参数化和模型能力的相互作用,通过分解问题进行“目标到能力”和“数据到目标”分析,引入诊断指标量化张力,探讨自适应目标路由,表明有效路由取决于信号质量,将持续预训练重构为监督设计问题。

详情
AI中文摘要

离策略蒸馏是大语言模型预训练的核心,但训练数据、目标参数化和模型能力之间的相互作用仍未得到充分表征。我们通过将此问题分解为两个问题来研究top-$k$-截断、温度缩放的离策略蒸馏:一是训练目标如何塑造token级监督和下游性能的“目标到能力”分析,二是数据异质性应如何为目标路由提供信息的“数据到目标”分析。我们首先表明语言建模目标($L_{\mathrm{LM}}$)和知识蒸馏目标($L_{\mathrm{KD}}$)会诱导出系统不同的能力配置文件,并将这种差异追溯到“直接观察token强化”和“教师支持的替代监督”之间的梯度级张力。为了量化这种张力,我们引入了诊断指标——支持覆盖率、观察token概率质量和教师分布集中度,并通过控制扫描表明支持大小$k$控制着覆盖率-清晰度权衡,而蒸馏温度控制支持内概率分配。然后我们研究了自适应目标路由:一种在数学和代码上应用$L_{\mathrm{LM}}$,在通用领域数据上应用$L_{\mathrm{KD}}$的领域级策略比两个单目标基线都有一致的收益,而基于观察token概率质量或教师熵的token级路由未能始终如一地匹配单目标基线。这些结果表明,有效的目标路由更多地取决于路由信号的质量而不是路由粒度,将通过离策略蒸馏的持续预训练重新构建为一个结构化的、数据条件监督设计问题,而不是一个全局超参数选择。

英文摘要

Off-policy distillation is now central to large language model pre-training, yet how training data, objective parameterization, and model capabilities interact remains poorly characterized. We studies top-$k$-truncated, temperature-scaled off-policy distillation by decomposing this problem into two questions: an \emph{objective-to-capability} analysis of how the training objective shapes token-level supervision and downstream performance, and a \emph{data-to-objective} analysis of how data heterogeneity should inform objective routing. We first show that the language-modeling objective ($L_{\mathrm{LM}}$) and the knowledge-distillation objective ($L_{\mathrm{KD}}$) induce systematically different capability profiles, and trace this divergence to a gradient-level tension between \emph{direct observed-token reinforcement} and \emph{teacher-supported alternative supervision}. To quantify this tension, we introduce diagnostic metrics -- support coverage, observed-token probability mass, and teacher-distribution concentration -- and show via controlled sweeps that the support size $k$ governs a coverage-sharpness trade-off, while distillation temperature controls within-support probability allocation. We then examine adaptive objective routing: a domain-level policy that applies $L_{\mathrm{LM}}$ to math and code and $L_{\mathrm{KD}}$ to general-domain data yields consistent gains over both single-objective baselines, whereas token-level routing based on observed-token probability mass or teacher entropy fails to consistently match the single-objective baseline. These results suggest that effective objective routing depends less on routing granularity than on the quality of the routing signal, reframing continued pre-training via off-policy distillation as a structured, data-conditional supervision-design problem rather than a global hyperparameter choice.

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

It Takes 8 Tokens: Weak-to-Strong Off-Policy RL via Auxiliary Branches

需要8个令牌:通过辅助分支实现从弱到强的离策略强化学习

Dayu Wang, Jiaye Yang, Weikang Li, Jiahui Liang, Liwei Qian, Xin Pei, Jizhou Huang

机构 * Baidu Inc.(百度公司) Nanyang Technological University(南洋理工大学)

AI总结 研究针对可验证奖励强化学习中目标模型样本语义冗余问题,提出从弱到强学习范式,引入W2SPO方法,通过注入短辅助段指导策略探索,实验表明该方法在数学推理基准测试中性能优异,能提升训练速度和准确率。

详情
AI中文摘要

可验证奖励的强化学习已成为增强大语言模型推理的标准方法,通常通过对比多个自生成的展开来优化策略。然而,我们发现此范式存在关键的支持有限瓶颈:在具有挑战性的推理任务上,目标模型的样本常表现出语义冗余,收敛到相同错误‘推理盆地’,为策略更新提供可忽略的奖励对比。本文提出通过从弱到强的学习范式克服此限制,用较弱但计算高效的辅助模型指导策略探索。我们引入W2SPO,一种离策略强化学习方法,将短至8个令牌的辅助段注入中间目标模型轨迹,目标模型从这些转移状态完成推理路径。基于最终可验证奖励,策略更新限于这些短插入段。实验上,W2SPO在数学推理基准测试的评估4B规模模型中表现优异,优于评估的后训练基线。与相同采样预算下的普通GRPO相比,W2SPO将Pass@1从62.3%提高到64.2%,同时实现3.55倍的训练加速。这些结果表明,弱辅助分支可通过扩展局部探索支持诱导更强的目标推理策略。

英文摘要

Reinforcement learning with verifiable rewards has emerged as a standard approach for enhancing reasoning in large language models, which typically optimizes the policy by contrasting multiple self generated rollouts. However, we identify a critical support limited bottleneck in this paradigm: on challenging reasoning tasks, the target model's samples often exhibit semantic redundancy, converging into the same erroneous "reasoning basins" that offer negligible reward contrast for policy updates. In this paper, we propose to overcome this limitation through a weak to strong learning paradigm, where a policy's exploration is informed by a weaker but computationally efficient auxiliary model. We introduce W2SPO, an off policy RL method that injects short auxiliary segments often as brief as 8 tokens into intermediate target model trajectories and the target model then completes the reasoning path from these diverted states. Policy updates are restricted to these short inserted segments based on final verifiable rewards. Empirically, W2SPO achieves superior performance among evaluated 4B scale models on mathematical reasoning benchmarks, outperforming evaluated post trained baselines. Compared with vanilla GRPO under the same sampling budget, W2SPO improves Pass@1 from 62.3% to 64.2% while achieving a 3.55 times training speedup. These results suggest that weak auxiliary branches can induce stronger target reasoning policies by expanding local exploration support.

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 收藏
2603.19235 2026-07-20 cs.CV cs.RO 版本更新

Generation Models Know Space: Unleashing Implicit 3D Priors for Scene Understanding

生成模型了解空间:解锁隐式3D先验用于场景理解

Xianjin Wu, Dingkang Liang, Tianrui Feng, Kui Xia, Yumeng Zhang, Xiaofan Li, Xiao Tan, Xiang Bai

机构 * Huazhong University of Science and Technology(华中科技大学) Baidu Inc.(百度公司)

AI总结 本文提出通过大规模视频生成模型的隐式空间先验提升场景理解,引入VEGA-3D框架,利用预训练视频扩散模型作为潜在世界模拟器,通过时空特征提取与语义融合增强大语言模型的几何信息,实验验证其在3D场景理解、空间推理和具身操控中的优越性。

Comments Accepted by ECCV 2026

详情
AI中文摘要

尽管多模态大语言模型展现了出色的语义能力,但它们常常面临空间盲区,难以进行细粒度几何推理和物理动态。现有解决方案通常依赖显式的3D模态或复杂的几何架构,受限于数据稀缺性和泛化挑战。在本文中,我们提出了一种范式转变,通过利用大规模视频生成模型中的隐式空间先验。我们假设为了合成时间一致的视频,这些模型本质上学习了稳健的3D结构先验和物理定律。我们引入VEGA-3D(Video Extracted Generative Awareness),一个即插即用的框架,通过重新利用预训练的视频扩散模型作为潜在世界模拟器。通过从中间噪声水平提取时空特征,并通过令牌级自适应门控融合机制将其与语义表示结合,我们增强了大语言模型的密集几何提示,而无需显式的3D监督。在3D场景理解、空间推理和具身操控基准上的广泛实验表明,我们的方法优于最先进的基线,验证了生成先验为物理世界理解提供了可扩展的基础。代码可在https://github.com/H-EmbodVis/VEGA-3D上公开获取。

英文摘要

While Multimodal Large Language Models demonstrate impressive semantic capabilities, they often suffer from spatial blindness, struggling with fine-grained geometric reasoning and physical dynamics. Existing solutions typically rely on explicit 3D modalities or complex geometric scaffolding, which are limited by data scarcity and generalization challenges. In this work, we propose a paradigm shift by leveraging the implicit spatial prior within large-scale video generation models. We posit that to synthesize temporally coherent videos, these models inherently learn robust 3D structural priors and physical laws. We introduce VEGA-3D (Video Extracted Generative Awareness), a plug-and-play framework that repurposes a pre-trained video diffusion model as a Latent World Simulator. By extracting spatiotemporal features from intermediate noise levels and integrating them with semantic representations via a token-level adaptive gated fusion mechanism, we enrich MLLMs with dense geometric cues without explicit 3D supervision. Extensive experiments across 3D scene understanding, spatial reasoning, and embodied manipulation benchmarks demonstrate that our method outperforms state-of-the-art baselines, validating that generative priors provide a scalable foundation for physical-world understanding. Code is publicly available at https://github.com/H-EmbodVis/VEGA-3D.

URL PDF HTML 收藏
2607.14976 2026-07-17 cs.CV 新提交

From Draft to Draft-Free: One-Step Video Object Removal via Privileged Distillation and Fast Planting

从带草稿到无草稿:通过特权蒸馏和快速植入实现一步视频对象移除

Zizhao Chen, Ping Wei, Guang Dai, Jingdong Wang, Mengmeng Wang

机构 * Institute of Artificial Intelligence and Robotics, Xi’an Jiaotong University(西安交通大学人工智能与机器人研究所) SGIT AI Lab, State Grid Corporation of China(国家电网公司SGIT人工智能实验室) Zhejiang University of Technology(浙江工业大学) Baidu(百度)

AI总结 研究视频对象移除问题,提出D2DF框架,通过特权蒸馏和自引导快速植入模块,将教师模型多步细化能力提炼到学生模型,实现一步视频对象移除,在质量和效率上优于传统及多步生成方法。

Comments Accepted by ECCV 2026

详情
AI中文摘要

视频对象移除是视频编辑中一项基本但具有挑战性的任务。尽管近期有进展,但现有方法分为两类。传统方法常引入明显伪影且结果不自然,基于扩散的方法视觉效果好但需多步去噪,实用性受限。我们提出D2DF框架,将把粗糙草稿转化为精细视频的能力提炼到一步视频生成模型中。训练教师模型将低质量移除结果细化为高保真视频,通过PPCD将此能力提炼到学生模型。引入SGFP模块消除对草稿的依赖,实现完全无草稿的一步模型。实验表明,有草稿和无草稿版本在多个指标上均达最优,在质量和效率上超越传统及多步生成方法,单视频去噪仅需约1秒。

英文摘要

Video object removal is a fundamental yet challenging task in video editing. Despite recent progress, existing methods typically fall into two categories. Traditional approaches based on optical flow or attention mechanisms often introduce noticeable artifacts and yield unnatural results. In contrast, diffusion-based methods improve visual realism but demand multiple denoising steps, limiting their practicality. To address these issues, we propose From-Draft-to-Draft-Free (D2DF), a framework that distills the ability of transforming coarse drafts into refined videos into a one-step video generation model. Within D2DF, a teacher model is trained to refine low-quality removal results ("drafts") into high-fidelity videos by multiple steps. Then, through Prior-Privileged Consistency Distillation (PPCD), we distill this capability into a student model that performs one-step removal conditioned on the draft. To eliminate draft dependency, we introduce a Self-Guided Fast Planting (SGFP) module based on our Temporal Masked Transformer that autonomously generates scene-consistent pseudo-drafts in latent space, enabling a fully draft-free one-step model. Extensive experiments show that both draft-conditioned and draft-free versions achieve state-of-the-art performance on multiple metrics, surpassing traditional and multi-step generative methods in both quality and efficiency. The denoising process for a single video takes only about 1 second.

URL PDF HTML 收藏
2607.11506 2026-07-16 cs.LG cs.CL 版本更新

SCOPE-RL: Optimizing Reasoning Paths Before and After Success

SCOPE-RL:成功前后优化推理路径

Xiaojian Liu, Han Xu, Jianqiang Xia, Zhixuan Li, Ke Xu, Yiwei Dai, Xinran Chen, Changwo Wu, Yuchen Li

机构 * Baidu Inc.(百度公司) Shandong University(山东大学)

AI总结 研究针对可验证奖励强化学习中推理路径反馈不足问题,提出SCOPE-RL框架,分两阶段优化,成功前添加奖励,成功后细化轨迹,并经评估协议验证,相比仅结果的GRPO提升准确率、减少推理令牌,且与其他方法互补。

Comments 21 pages, 4 figures

详情
AI中文摘要

可验证奖励的强化学习(RLVR)使用稀疏可验证的最终答案奖励来优化语言模型。这种稀疏锚点能可靠验证轨迹是否成功,但对产生成功的推理路径无直接反馈。成功前,难题的前期进展无奖励信号;成功后,结果奖励无法区分良好组织的正确轨迹与冗余或局部有缺陷的轨迹。我们引入SCOPE-RL,分两阶段强化锚点并保留GRPO更新:成功前,自适应支架式强化学习在答案隐藏子问题链上添加前缀分解可验证奖励;成功后,质量感知过程强化学习应用正确性门控过程形状奖励来优化正确轨迹。专家验证的步骤质量评估协议评估有用步骤密度、错误定位和令牌效率。在Qwen3-8B-Instruct上训练,SCOPE-RL比仅基于结果的GRPO平均准确率提高11.2个百分点,推理令牌减少27.1%,在GSPO和Qwen3-0.6B-Instruct上也有提升,表明奖励信号强化与策略更新级RLVR进展互补。

英文摘要

Reinforcement learning with verifiable rewards (RLVR) optimizes LLMs using sparse verifiable final-answer rewards. This sparse anchor reliably verifies whether a trajectory succeeds but provides no direct feedback on the reasoning path that produced it. Before success, prerequisite progress on hard problems receives no reward signal; after success, outcome rewards cannot distinguish well-organized correct trajectories from redundant or locally flawed ones. We introduce SCOPE-RL (Scaffolded Chain Optimization with Process Efficiency), a two-stage framework that densifies this anchor while retaining the GRPO update: Adaptive Scaffolded RL adds prefix-decomposed verifiable rewards on answer-hidden sub-question chains before success, and Quality-Aware Process RL applies correctness-gated process-shape rewards to refine correct trajectories after success. An expert-validated Step-Quality Evaluation Protocol evaluates useful-step density, error localization, and token efficiency beyond final-answer accuracy. On Qwen3-8B-Instruct trained on DAPO-Math and Big-Math, SCOPE-RL improves average accuracy by up to 11.2 pp and reduces reasoning tokens by up to 27.1% over outcome-only GRPO; the gains hold under GSPO and on Qwen3-0.6B-Instruct, indicating that reward-signal densification is complementary to policy-update-level RLVR advances. Code and data are available at https://github.com/tokencraft-lab/SCOPE-RL.

URL PDF HTML 收藏
2606.31650 2026-07-16 cs.LG cs.AI 版本更新

ECHO: Prune To Act, Trace To Learn With Selective Turn Memory In Agentic RL

ECHO: 在智能体强化学习中通过选择性回合记忆进行剪枝行动与追踪学习

Zijun Xie, Binbin Zheng, Enlei Gong, Jihua Liu, Yuyang You, Lingfeng Liu, Jiayao Tang, Guanqun Zhao, Aoqi Hu, Zeyu Chen

机构 * School of Mathematical Sciences, Peking University(北京大学数学科学学院) Baidu Inc.(百度公司) University of Science and Technology of China(中国科学技术大学)

AI总结 提出ECHO框架,通过选择性回合记忆和源索引重建解决长程智能体强化学习中的历史崩溃与可追踪学习问题,在BrowseComp-Plus上达到43.4%准确率,优于GRPO和SUPO。

详情
AI中文摘要

长程语言智能体必须在有限上下文窗口内反复与工具交互、积累证据并做出决策。现有的上下文管理方法通过截断遥远历史、将过去回合折叠成摘要或选择紧凑记忆状态来使此类展开可行。然而,这些突破引入了两个耦合的限制。首先,随着回合数增加,历史观测被逐步移除或压缩成压缩状态,使得策略更难重用细粒度证据。其次,一旦原始回合不再可源寻址,基于结果的强化学习就失去了将策略更新与支持成功最终答案的证据对齐的显式路径。为此,我们提出ECHO,一种选择性回合记忆框架,通过源索引重建联合解决历史崩溃和可追踪学习。具体来说,ECHO将每个完成的环境回合压缩成紧凑的记忆记录,通过从这些记录中选择来重建有界策略上下文,并重用选定的源索引将正面结果信用路由到支持成功答案的证据和选择动作。在BrowseComp-Plus上,ECHO达到43.4%的保留准确率,优于GRPO(28.9%)和滚动摘要基线SUPO(36.1%),同时使用的回合数和轨迹量少于SUPO(图1)。此外,训练后的策略在密集和MoE骨干网络上,跨多目标问答、代码生成和深度信息搜索基准的零样本泛化能力得到提升。

英文摘要

Long-horizon language agents must repeatedly interact with tools, accumulate evidence, and make decisions under bounded context windows. Context-management methods make such rollouts feasible by simplifying past interactions through deletion, folding, or memory editing. However, when useful history is collapsed into compressed states, the reconstructed context may no longer reveal which earlier observations support a successful final answer. This creates a mismatch between bounded-context acting and outcome-based reinforcement learning: the policy acts on reconstructed context, while the learner lacks source-level provenance for assigning credit to the evidence that mattered. We propose ECHO, a selective turn-memory framework for traceable context reconstruction in Agentic RL. ECHO compresses each completed environment turn into a compact source-indexed memory record, reconstructs bounded policy contexts by selecting useful records, and reuses the selected source indices to route positive outcome credit to the final trajectory segment, reused evidence turns, memory findings, and memory-selection actions. On BrowseComp-Plus, ECHO reaches 43.4% held-out accuracy, outperforming GRPO at 28.9% and the rolling-summary baseline SUPO at 36.1%, while using fewer turns and lower trajectory volume than SUPO. The trained policy also improves zero-shot generalization across multi-objective QA, code generation, and deep information-seeking benchmarks on both dense and MoE backbones.

URL PDF HTML 收藏
2607.12433 2026-07-15 cs.CV cs.AI 新提交

ARDepth: Auto-regressive Monocular Depth Estimation with Progressive Visual Conditioning

ARDepth:基于渐进视觉条件的自回归单目深度估计

Zijie Wang, Wei Zhang, Weiming Zhang, Xiao Tan, Weikai Chen, Xiaoxu Li, Guanbin Li

机构 * School of Computer Science and Engineering, Sun Yat-sen University(中山大学计算机科学与工程学院) Shenzhen Loop Area Institute(深圳环区研究院) Guangdong Key Laboratory of Big Data Analysis and Processing(广东省大数据分析与处理重点实验室) Baidu Inc.(百度公司) LightSpeed Studios, Tencent America(美国光速工作室,腾讯) School of Computer Science and Artificial Intelligence, Lanzhou University of Technology(兰州理工大学计算机科学与人工智能学院)

AI总结 研究单目深度估计问题,提出ARDepth方法,将其作为结构化自回归生成任务,通过尺度渐进条件和语义感知引导,逐步构建深度表示,实现跨尺度结构一致的深度预测,验证了自回归生成是几何建模的有前景范式。

Comments Under review

详情
AI中文摘要

扩散模型近来成为单目深度估计的主导范式。但它隐含假设深度可通过迭代去噪恢复为全局平滑场,未明确反映场景几何的分段和尺度相关组织。实际上,几何结构在空间尺度上逐步出现。受此启发,我们引入ARDepth,将深度估计表述为结构化自回归生成。它随空间分辨率增加逐步构建深度表示,引入尺度渐进条件注入多尺度视觉特征,语义感知引导提供场景级语义先验。实验结果表明该方法性能强且跨尺度产生结构一致的深度预测。

英文摘要

Diffusion models have recently become the dominant paradigm for monocular depth estimation (MDE). However, they implicitly assume that depth can be recovered as a globally smooth field through iterative denoising, which does not explicitly reflect the piecewise and scale-dependent organization of scene geometry. In practice, geometric structure emerges progressively across spatial scales, where coarse layout, surfaces, and boundaries are constructed in a hierarchical manner. Motivated by this observation, we introduce ARDepth, which formulates depth estimation as structured auto-regressive generation. Instead of recovering depth through global refinement, ARDepth progressively constructs depth representations as spatial resolution increases. To support this generative process, we introduce Scale-Progressive Conditioning (SPC) to inject multi-scale visual features at each generation stage, and Semantic-Aware Guidance (SAG) to provide scene-level semantic priors that enhance global structural consistency. Together, these designs enable the model to capture fine-grained local details while maintaining coherent global geometry. Empirical results demonstrate that our approach achieves strong performance and produces structurally consistent depth predictions across scales, validating auto-regressive generation as a promising alternative paradigm for geometric modeling.

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

STAMP: Provenance-Guided Credit Assignment for Deep Search Agents

STAMP:深度搜索智能体的溯源引导信用分配

Ke Xu, Han Xu, Xinran Chen, Yuqian Wang, Zhixuan Li, Xiaojian Liu, Changwo Wu, Jianqiang Xia, Yuchen Li

机构 * Baidu Inc.(百度公司) Peking University(北京大学)

AI总结 研究深度搜索智能体强化学习中奖励-信用不匹配问题,提出STAMP方法,通过基于参考的验证器和首次曝光归因确定信用,经符号保留优势调制注入信用,实验表明该方法能提升GRPO基线分数。

详情
AI中文摘要

深度搜索智能体的强化学习主要集中在轨迹级评分,如结果正确性、引用感知奖励和证据覆盖。然而,暴露支持文档的动作没有得到针对性的信用,即奖励-信用不匹配。我们提出了STAMP,其中基于参考的验证器判断每个引用文档是否支持训练时证据图中的实体或关系,首次曝光归因将每个支持的引用追溯到首次出现它的动作。通过符号保留优势调制注入步骤信用,在不改变轨迹级奖励或每组内轨迹相对排名的情况下重新分配优势。在BrowseComp、BrowseComp-ZH和xbench-DS上,STAMP在匹配的SFT初始化、训练数据和搜索工具下,将GRPO基线提高了+2.0/+5.5/+3.0分,并与仅结果和引用评分基础奖励相结合。组件消融证实了基于溯源的信用信号和符号保留优势调制各自对收益有贡献。

英文摘要

Reinforcement learning for deep-search agents has largely focused on trajectory-level scoring -- outcome correctness, citation-aware rewards, and evidence coverage. Yet the actions that expose supporting documents receive no targeted credit, a gap we call the reward-credit mismatch. We propose STAMP, in which a reference-based verifier judges whether each cited document supports an entity or relation in a training-time evidence graph, and first-exposure attribution traces each supported citation back to the action that first surfaced it. This step credit is injected through sign-preserving advantage modulation, which redistributes advantage across steps without changing the trajectory-level reward or the relative ranking of trajectories within each group. On BrowseComp, BrowseComp-ZH, and xbench-DS, STAMP improves the GRPO baseline by +2.0/+5.5/+3.0 points under matched SFT initialization, training data, and search tools, and composes with both outcome-only and citation-rubric base rewards. Component ablations confirm that the provenance-based credit signal and the sign-preserving advantage modulation each contribute to the gains.

URL PDF HTML 收藏
2607.03126 2026-07-08 cs.LG cs.AI 新提交

ACPO: Adaptive Credit Policy Optimization via Fine-Grained Surrogate Entropy

ACPO:通过细粒度替代熵实现自适应信用策略优化

Zijun Xie, Yuyang You, Yongzhi Li, Enlei Gong, Zeyu Chen, Quan Chen, Yanhua Cheng, Peng Jiang, Yadong Mu

机构 * Peking University(北京大学) Baidu Inc.(百度公司) Kuaishou Inc(快手公司)

AI总结 研究针对强化学习中稀疏奖励致令牌级信用分配难的问题,提出基于模式局部替代熵的ACPO框架,通过不对称调制策略更新改进信用分配,实验表明其优于多种强化学习基线。

详情
AI中文摘要

强化学习提升了大语言模型推理能力,但稀疏结果奖励使令牌级信用分配困难。现有方法存在问题,本文提出ACPO,基于模式局部替代熵的令牌级信用分配框架,不对称调制策略更新,实验显示其在数学推理和编码基准测试中优于强基线。

英文摘要

Reinforcement Learning (RL) has substantially improved the reasoning ability of large language models (LLMs), but sparse outcome rewards still make token-level credit assignment difficult. Existing scalable RL methods typically assign trajectory-level rewards uniformly across tokens, while recent entropy-aware approaches either rely on coarse detached heuristics or directly optimize true entropy, which can introduce non-local gradient components misaligned with sampled-token policy updates. We propose Adaptive Credit Policy Optimization (ACPO), a token-level credit assignment framework based on a mode-local surrogate entropy. ACPO asymmetrically modulates policy updates by emphasizing uncertain decisions in successful rollouts and overconfident tokens in failed rollouts. We show that the surrogate admits deterministic entropy bounds and, under modal alignment and proximal updates, preserves the policy-gradient direction to leading order. Experiments on mathematical reasoning and coding benchmarks, including AIME 2025 and HumanEvalPro, show that ACPO consistently improves over strong RL baselines such as DAPO, GTPO, and SAPO.

URL PDF HTML 收藏
2408.00001 2026-07-08 cs.CV cs.AI cs.CY 版本更新

Replication in Visual Diffusion Models: A Survey and Outlook

视觉扩散模型中的复制:一项综述与展望

Wenhao Wang, Yifan Sun, Zongxin Yang, Zhengdong Hu, Zhentao Tan, Yi Yang

机构 * Australian Artificial Intelligence Institute, University of Technology Sydney(澳大利亚人工智能研究所,悉尼技术大学) Baidu Inc.(百度公司) College of Computer Science and Technology, Zhejiang University(计算机科学与技术学院,浙江大学)

AI总结 本文综述视觉扩散模型中的复制现象,将现有研究分类为揭示、理解和缓解该现象的方法,还回顾其现实影响,讨论了检测和基准测试复制的挑战及未来方向,助力研究人员和从业者理解AI技术与社会公益交叉点。

Comments Accepted by TPAMI 2026

详情
AI中文摘要

视觉扩散模型革新了创意人工智能领域,能生成高质量且多样的内容。然而,它们不可避免地会记住训练图像或视频,并在推理过程中复制其概念、内容或风格。这种现象引发了对生成内容中隐私、安全和版权的重大担忧。在本综述中,我们首次全面回顾了视觉扩散模型中的复制现象,通过将现有研究系统分类为揭示、理解和缓解这一现象,为该领域做出了新贡献。揭示主要指检测复制实例的方法,理解涉及分析导致该现象的潜在机制和因素,缓解则侧重于制定减少或消除复制的策略。此外,我们还回顾了关注其现实世界影响的论文,如在医疗保健领域,由于患者数据隐私问题,复制令人担忧。最后,本文讨论了当前的挑战,如检测和基准测试复制的困难,并概述了未来方向,包括开发更强大的缓解技术。通过综合不同研究的见解,本文旨在让研究人员和从业者更深入地理解人工智能技术与社会公益的交叉点。

英文摘要

Visual diffusion models have revolutionized the field of creative AI, producing high-quality and diverse content. However, they inevitably memorize training images or videos, subsequently replicating their concepts, content, or styles during inference. This phenomenon raises significant concerns about privacy, security, and copyright within generated outputs. In this survey, we provide the first comprehensive review of replication in visual diffusion models, marking a novel contribution to the field by systematically categorizing the existing studies into unveiling, understanding, and mitigating this phenomenon. Specifically, unveiling mainly refers to the methods used to detect replication instances. Understanding involves analyzing the underlying mechanisms and factors that contribute to this phenomenon. Mitigation focuses on developing strategies to reduce or eliminate replication. Beyond these aspects, we also review papers focusing on its real-world influence. For instance, in the context of healthcare, replication is critically worrying due to privacy concerns related to patient data. Finally, the paper concludes with a discussion of the ongoing challenges, such as the difficulty in detecting and benchmarking replication, and outlines future directions including the development of more robust mitigation techniques. By synthesizing insights from diverse studies, this paper aims to equip researchers and practitioners with a deeper understanding at the intersection between AI technology and social good. We release this project at https://github.com/WangWenhao0716/Awesome-Diffusion-Replication.

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

Progress- and Reliability-Oriented Group Policy Optimization for Agentic Reinforcement Learning

面向进度和可靠性的智能体强化学习组策略优化

Mingxuan Fan, Peiyang Liu

机构 * Baidu Inc.(百度公司) Peking University(北京大学)

AI总结 研究基于组的强化学习,针对步级优势估计对组形成方式敏感的问题,提出ProGPO方法,通过精确前缀动作比较及结合语义扩展与逆方差融合估计势,在任务中改进了基线方法。

详情
AI中文摘要

基于组的强化学习已成为改进大语言模型智能体在长期交互任务上的有效范式。近期工作转向步级基于组的强化学习,但步级优势估计对组的形成方式敏感。本文提出ProGPO,一种无学习评论家的上下文一致步级学习方法,通过精确前缀动作比较及结合语义扩展与逆方差融合估计势,在任务中改进了基线方法。

英文摘要

Group-based reinforcement learning (RL) has become an effective paradigm for improving large language model agents on long-horizon interactive tasks. To obtain finer-grained policy updates than trajectory-level optimization, recent work has moved toward step-level group-based RL, where intermediate steps are grouped and compared within a rollout batch. However, step-level advantage estimation is sensitive to how groups are formed: grouping by broad state keys improves coverage but may compare actions taken under different histories, while enforcing historical consistency yields fairer comparisons at the cost of fragmented groups and missing peer-comparison signal. In this paper, we propose ProGPO (Progress- and Reliability-Oriented Group Policy Optimization), a learned-critic-free method for context-consistent step-level learning. ProGPO keeps exact-prefix action comparison, and complements sparse peer comparisons with transition credit derived from rollout-based state potentials. To estimate these potentials reliably, ProGPO combines semantic expansion with inverse-variance fusion across history depths. We evaluate ProGPO on two challenging agentic tasks, ALFWorld and WebShop, with Qwen2.5-1.5B-Instruct. Results show that ProGPO improves over matched agentic RL baselines under comparable computational overhead, and additional Qwen2.5-3B-Instruct experiments further test the scalability of the proposed method.

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

From SRA to Self-Flow: Data Augmentation or Self-Supervision?

从SRA到Self-Flow:数据增强还是自监督?

Dengyang Jiang, Mengmeng Wang, Harry Yang, Jingdong Wang

机构 * The Hong Kong University of Science and Technology(香港科技大学) Zhejiang University of Technology(浙江工业大学) Baidu Inc.(百度公司)

AI总结 本文通过提出注意力分离方法,发现Self-Flow中双时间调度的性能提升主要源于噪声维度的数据增强,而非token间交互,并验证了该设计在ImageNet上的有效性。

详情
AI中文摘要

表示对齐已成为加速扩散变换器训练和提高生成质量的有效方法。最近的自对齐方法,如SRA和Self-Flow,通过构建扩散模型内部的对齐,进一步消除了对外部预训练编码器的依赖。然而,从SRA到Self-Flow的改进机制——双时间调度——仍未得到充分研究:Self-Flow将其增益归因于不同噪声水平下token之间的交互,其中更干净的token有助于推断更嘈杂的token。在这项工作中,我们重新审视了这一解释,并询问增益是否反而来自噪声维度的数据增强。为了分离这些因素,我们引入了注意力分离,它保留了与Self-Flow相同的双时间步输入,同时阻止分配给不同噪声水平的token之间的注意力。令人惊讶的是,移除这种交互并不会降低性能,甚至可以提高性能,这表明从SRA到Self-Flow的改进主要来自数据增强。此外,我们表明注意力分离本身通过将单个图像分割成多个有效的训练部分来扩展训练数据,从而提供增强效果。基于这些观察,我们将自表示对齐与双时间步和注意力分离增强相结合,并在ImageNet上证明了这种设计的有效性。

英文摘要

Representation alignment has become an effective way to accelerate diffusion transformer training and improve generation quality. Recent self-alignment methods, such as SRA and Self-Flow, further remove the dependency on external pretrained encoders by constructing alignment within the diffusion model itself. However, the mechanism behind the improvement from SRA to Self-Flow, dual-time scheduling, remains under-examined: Self-Flow attributes its gain to interactions between tokens at different noise levels, where cleaner tokens help infer noisier ones. In this work, we revisit this explanation and ask whether the gain instead comes from data augmentation along the noise dimension. To disentangle these factors, we introduce Attention Separation, which preserves the same dual-timestep input as Self-Flow while blocking attention between tokens assigned to different noise levels. Surprisingly, removing such interaction does not degrade performance and can even improve it, suggesting that the improvement from SRA to Self-Flow mainly comes from data augmentation. Furthermore,We show that Attention Separation itself provides an augmentation effect by splitting a single image into multiple effective training parts to expand the training data. Based on these observations, we combine self-representation alignment with dual-timestep and attention-separation augmentation, and demonstrate the effectiveness of this design on ImageNet.

URL PDF HTML 收藏
2607.00017 2026-07-03 cs.IR cs.AI cs.CL 新提交

Learning User-Aware Recall: Personalized Retrieval in Long-Term Conversational Memory

学习用户感知的回忆:长期对话记忆中的个性化检索

ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI, Chenxi Miao, Weikang Li, Liwei Qian, Xin Pei, Jizhou Huang

机构 * Baidu Inc.(百度公司) The University of Queensland(昆士兰大学)

AI总结 提出PPRO框架,通过用户画像引导的排序和基于GRPO的查询重写,实现个性化记忆检索,在LoCoMo和LongMemEval-S上取得一致提升。

详情
AI中文摘要

长期对话智能体应能记住过去的交互,但记忆只有在为正确的用户回忆起正确的证据时才有用。现有的记忆增强型LLM智能体在构建紧凑记忆库方面取得了进展,但检索仍常由以查询为中心的相似性或固定排序规则驱动,忽略了用户条件相关性。为解决这一问题,我们提出画像引导的个性化检索优化(PPRO),这是一个以检索为中心的框架,使记忆检索既具有用户感知又具有个性化。它从对话历史中构建情景和语义记忆库,并从累积的对话中推导出用户画像。该画像作为记忆排序中的显式个性化先验,使检索能够考虑稳定的用户属性、偏好和需求。我们进一步使用组相对策略优化训练查询重写器,以证据检索质量和下游答案质量作为反馈,同时保持记忆库和答案模型冻结。在LoCoMo和LongMemEval-S上的实验表明,与无训练记忆系统和基于训练的系统相比,PPRO取得了一致的提升。消融研究进一步表明,画像引导的排序和面向检索的重写都对性能有显著贡献,突显了检索优化在个性化长期记忆使用中的关键作用。

英文摘要

Long-term conversational agents are expected to remember past interactions, but memory is useful only when the right evidence is recalled for the right user. Existing memory-augmented LLM agents have made progress in building compact memory banks, yet retrieval is still often driven by query-centered similarity or fixed ranking rules, leaving user-conditioned relevance underexplored. To address this gap, we propose Profile-guided Personalized Retrieval Optimization (PPRO), a retrieval-centric framework that makes memory retrieval both user-aware and optimizable. PPRO builds episodic and semantic memory banks from dialogue histories and derives a user profile from accumulated memories. The profile serves as an explicit personalized prior in memory ranking, allowing retrieval to account for stable user attributes, preferences, and relationships. PPRO further trains a query rewriter with Group Relative Policy Optimization, using both evidence retrieval quality and downstream answer quality as feedback while keeping the memory banks and answer model fixed. Experiments on LoCoMo and LongMemEval-S show consistent gains over training-free memory systems and training-based baselines. Ablation studies further show that both profile-guided ranking and retrieval-oriented rewriting contribute substantially to performance, highlighting retrieval optimization as a key factor in personalized long-term memory use.

URL PDF HTML 收藏
2508.16674 2026-07-03 cs.CV cs.AI cs.CL 版本更新

MedRepBench: A Comprehensive Benchmark for Medical Report Interpretation

MedRepBench:医学报告解读的综合基准

Fangxin Shang, Yuan Xia, Dalu Yang, Yahui Wang, Binglin Yang

机构 * Baidu Inc.(百度公司)

AI总结 提出MedRepBench基准,包含1925张去标识中文医学报告图像,评估端到端视觉语言模型在报告字段结构化提取和患者友好解释上的性能,并提供GRPO对齐基线提升字段召回率6%。

Comments ECCV 2026 (main conference)

详情
AI中文摘要

从真实世界文档图像中理解医学报告对于生成面向患者的解释和在临床系统中实现结构化信息交换至关重要。现有的视觉语言模型(VLMs)和大型语言模型(LLMs)在文档理解上表现出色,但医学报告的结构化理解仍缺乏充分的基准测试。因此,我们引入了MedRepBench,一个包含1,925张去标识中文医学报告图像的基准,涵盖不同科室、患者人口统计和采集格式。在MedRepBench中,我们主要关注基于报告的解释,而非评估诊断推理、治疗建议或患者病史整合。解释定义为报告字段的结构化提取(例如,项目、数值、单位、参考范围、异常标志)加上严格基于报告内容的面向患者的解释。该基准主要评估端到端VLMs,并包含一个受控的纯文本设置(高质量OCR + LLM),以近似字符识别错误最小化时的上限。我们的评估框架提供两种互补协议:(1)客观协议,测量结构化项目的字段级召回率;(2)自动主观协议,使用基于LLM的裁判在固定提示下对事实性、可解释性和推理质量进行评分。使用客观指标作为奖励信号,我们还为中等规模的VLM提供了一个轻量级的基于GRPO的对齐基线,将字段级召回率提高了6%。最后,我们分析了OCR+LLM流水线的实际局限性,包括布局相关错误和额外的系统延迟,表明需要鲁棒的端到端基于视觉的医学报告理解。数据集和评估资源公开于https://xxx。

英文摘要

Medical report understanding from real-world document images is essential for generating patient-facing explanations and enabling structured information exchange in clinical systems. Existing VLMs and LLMs have shown strong performance on document understanding, but structured understanding of medical reports remains insufficiently benchmarked. Therefore, we introduce MedRepBench, a benchmark with 1,925 de-identified Chinese medical report images spanning diverse departments, patient demographics, and acquisition formats. In MedRepBench, we mainly focus on report-grounded interpretation rather than evaluating diagnostic reasoning, treatment recommendation, or the integration of patient history. The interpretation is defined as structured extraction of report fields (e.g., item, value, unit, reference range, abnormal flag) plus a patient-facing explanation grounded strictly in the report content. The benchmark primarily evaluates end-to-end VLMs, and also includes a controlled text-only setting (high-quality OCR + LLM) to approximate an upper bound when character recognition errors are minimized. Our evaluation framework provides two complementary protocols: (1) an objective protocol measuring field-level recall of structured items, and (2) an automated subjective protocol that uses an LLM-based judge to score factuality, interpretability, and reasoning quality under a fixed prompt. Using the objective metric as a reward signal, we also provide a lightweight GRPO-based alignment baseline for a mid-sized VLM, which improves field-level recall by up to 6%. Finally, we analyze practical limitations of OCR+LLM pipelines, including layout-related errors and additional system latency, showing the need for robust end-to-end vision-based medical report understanding. The dataset and evaluation resources are publicly available on https://huggingface.co/datasets/MedRepBench/MedRepBench.

URL PDF HTML 收藏
2606.31488 2026-07-01 cs.CV 新提交

DrivingDepth: Sparse-Prompted Pixel-wise Scale Correction for Driving Depth Estimation

DrivingDepth: 稀疏提示的像素级尺度校正用于驾驶深度估计

Chi Huang, Wenhao Zhang, Hang Yin, YuAn Wang, Hao Li, Bosheng Wang, Xun Sun, Liang Wang

机构 * Baidu Inc.(百度公司)

AI总结 针对自动驾驶深度估计中几何与尺度的冲突,提出DrivingDepth方法,利用稀疏LiDAR作为几何提示,通过残差像素级尺度校正校准冻结的深度基础模型,在保持密集视觉几何的同时实现度量精度与几何一致性。

详情
AI中文摘要

自动驾驶的密集深度估计面临几何-尺度冲突:深度基础模型提供像素对齐的密集视觉几何但缺乏可靠的度量尺度,而投影LiDAR提供的度量锚点稀疏、有噪声且与图像结构不对齐。现有的稀疏提示方法通过从头重新生成深度来融合LiDAR,覆盖了基础模型的连贯几何,并在视觉连续表面上产生结构伪影。我们的关键洞察是,基础模型已经捕捉到几何连贯的相对深度;不需要额外的表面结构学习——只需要一个逐像素的尺度因子将相对几何映射到度量坐标。基于此,我们提出DrivingDepth,将稀疏LiDAR视为几何提示,通过残差像素级尺度校正局部校准冻结的基础先验,从而在构造上保留密集视觉几何。在nuScenes数据集上使用4帧环视输入,DrivingDepth实现了11.19的AbsRel和5.741的EdgeCR,优于MapAnything(11.99/1.914),同时提供了最先进的度量精度和几何一致性。

英文摘要

Dense depth estimation for autonomous driving faces a geometry-scale conflict: depth foundation models deliver pixel-aligned dense visual geometry without reliable metric scale, while projected LiDAR provides metric anchors that are sparse, noisy, and misaligned with image structures. Existing sparse-prompted methods incorporate LiDAR by regenerating depth from scratch, overriding the foundation model's coherent geometry and producing structural artifacts on visually continuous surfaces. Our key insight is that foundation models already capture geometrically coherent relative depth; no additional surface structure learning is required-only a per-pixel scale factor mapping relative geometry to metric coordinates. Based on this, we propose DrivingDepth, which treats sparse LiDAR as geometric prompts that locally calibrate a frozen foundation prior through residual pixel-wise scale correction, preserving dense visual geometry by construction. On nuScenes with 4-frame surround-view input, DrivingDepth achieves an AbsRel of 11.19 and an EdgeCR of 5.741, outperforming MapAnything (11.99/1.914) by simultaneously delivering SOTA metric accuracy and geometric consistency.

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

Monte Carlo Energy Aggregation for Mobile 3D Gaussian Splatting

移动端3D高斯泼溅的蒙特卡洛能量聚合

Xiaobiao Du, YuAn Wang, Hao Li, Bosheng Wang, Xun Sun, Xin Yu

机构 * University of Technology Sydney(悉尼技术大学) Baidu Inc.(百度公司) Australian Institute for Machine Learning(澳大利亚机器学习研究所)

AI总结 针对移动端3D高斯泼溅中高阶球谐函数带来的计算和存储开销问题,提出Flux-GS方法,通过蒙特卡洛能量聚合和属性条件增强模块实现低阶表示下的高质量渲染,并采用多视图密度控制减少冗余高斯体。

Comments ECCV 2026, Project Page:https://xiaobiaodu.github.io/flux-gs-project/

详情
AI中文摘要

近年来,3D高斯泼溅在新视角合成方面取得了前所未有的成功。然而,高阶球谐函数带来的巨大推理和存储开销是移动平台的主要瓶颈。在本文中,我们提出了Flux-GS,一种实时高斯泼溅方法,旨在为资源受限的移动平台实现高保真渲染,同时显著降低开销。我们首先提出了一种蒙特卡洛镜面能量聚合器,对三阶辐射残差进行采样,并将镜面能量聚合到紧凑的潜在空间中。通过这种方式,我们的方法有效地保留了低阶带中视觉显著的照明特征,无需昂贵的蒸馏或预训练。为了减轻压缩过程中丢失的高频细节,我们引入了一个属性条件SH增强模块。该模块基于高斯固有属性预测高斯感知偏移,在推理前增强一阶SH表示,且不增加额外推理成本。此外,原始的单视图基于梯度的稠密化容易产生过多高斯体并过拟合特定视图。我们通过提出一种多视图基于Alpha的稠密化和剪枝策略来解决这些限制。通过利用多视图引导,我们确保了多视图结构一致性和冗余基元的精确移除。大量实验表明,Flux-GS在保持竞争性视觉质量的同时实现了显著的参数减少,为实时移动渲染提供了一种鲁棒且可扩展的解决方案。代码:\textcolor{magenta}{\href{https://xiaobiaodu.github.io/flux-gs-project/}{https://xiaobiaodu.github.io/flux-gs-project/}}。

英文摘要

Recent advances in 3D Gaussian Splatting have demonstrated unprecedented success in novel view synthesis. However, the substantial inference and storage overhead driven by high-order Spherical Harmonics (SH) are primary bottlenecks for mobile platforms. In this paper, we present Flux-GS, a real-time Gaussian Splatting method designed to achieve high-fidelity rendering with significantly reduced overhead for resource-constrained mobile platforms. We first propose a Monte Carlo Specular Energy Aggregator, sampling third-order radiance residuals and aggregating specular energy into a compact latent space. In this way, our method effectively preserves visually salient lighting features in lower-order bands without expensive distillation or pre-training. To mitigate the high-frequency details lost during compression, we introduce an Attribute-Conditioned SH Enhancement module. This module predicts Gaussian-aware offsets based on intrinsic Gaussian attributes, which enhance the first-order SH representation prior to inference, without extra inference costs. Furthermore, the original single-view gradient-based densification is prone to producing excessive Gaussians and overfitting to a certain view. We address these limitations by proposing a Multi-view Alpha-based Densification and Pruning strategy. By leveraging multi-view guidance, we ensure multi-view structure consistency and the precise removal of redundant primitives. Extensive experiments demonstrate that Flux-GS achieves substantial parameter reduction while maintaining competitive visual quality, offering a robust and scalable solution for real-time mobile rendering. Code: \textcolor{magenta}{\href{https://xiaobiaodu.github.io/flux-gs-project/}{https://xiaobiaodu.github.io/flux-gs-project/}}.

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

Data and Evaluation Closed-Loop for Model Capability Enhancement

数据与评估闭环用于模型能力增强

Zhixuan Li, Jiangan Yuan, Han Xu

机构 * Baidu Inc.(百度公司)

AI总结 提出“能力切片”单元,构建评估-数据闭环,将基准失败转化为可验证的数据干预,在两项案例中分别排除和确认数据问题。

详情
AI中文摘要

模型能力是LLM预训练中的核心变量,但从未被直接观测:数据前瞻性地塑造它,而评估仅回顾性地揭示它,将样本、提示、解码和评分规则压缩成一个有噪声的分数。实际优化反向运行:首先观察到失败,工程师必须推断语料库的修复方法。双方使用不兼容的词汇——基准名称和逐样本正确性对比数据源、领域和质量标签——因此这种推断通常是直觉而非方法。我们通过“能力切片”弥合这一差距:一组共享背景条件、任务类型、求解操作和输出约束的评估样本——足够精确以定位单一弱点,又足够稳定以经受聚合,不像基准名称那样过于粗糙,也不像单个样本那样过于嘈杂。围绕这一单元构建的评估分类法、非指令数据分类法和映射规则形成一个闭环,将基准级别的失败转化为有针对性的、可测试的数据干预。我们在两个方向相反案例上测试该闭环。首先,闭环排除数据:继续预训练使BBH下降-46.82%,但诊断将其追溯到单个掩码的< EOS >损失而非推理弱化;恢复它使BBH回升至66.44,超过原始检查点,且无需更改数据。其次,闭环确认数据:持续的数学推理弱点通过求解操作分解为特定的失败组合,基于此构建的弱点定向采样程序将AIME2025/AIME2026 Pass@128从6.67/0.00分别提升至26.67。相同的未修改闭环在两个案例中得出相反且正确的结论,表明从评估到数据的推断可以成为常规、可审计且可实验验证的,而非直觉性的。

英文摘要

Model capability is the central variable in LLM pre-training, yet is never observed directly: data shapes it prospectively, while evaluation reveals it only retrospectively, compressing samples, prompts, decoding, and scoring rules into one noisy score. Practical optimization runs this backward: a failure is observed first, and the engineer must infer the corpus fix. The two sides speak incompatible vocabularies -- benchmark names and per-sample correctness versus data sources, domains, and quality labels -- so this inference is usually intuition, not method. We close this gap with the \emph{capability slice}: a group of evaluation samples sharing background condition, task type, solving operation, and output constraint -- precise enough to localize a single weakness yet stable enough to survive aggregation, unlike a benchmark name, too coarse, or a single sample, too noisy. Built around this unit, an evaluation taxonomy, a non-instruction data taxonomy, and mapping rules form a closed loop turning a benchmark-level failure into a targeted, testable data intervention. We test this loop on two case studies pulling in opposite directions. First, the loop rules the data out: continued pre-training drives BBH down by $-46.82\%$, but diagnosis traces this to a single masked \texttt{\textless EOS\textgreater} loss rather than weakened reasoning; restoring it recovers BBH to $66.44$, above the original checkpoint, without changing the data. Second, the loop rules the data in: a persistent math-reasoning weakness is decomposed by solving operation into specific failing combinations, and a weakness-targeted sampling procedure built from it lifts AIME2025/AIME2026 Pass@128 from $6.67$/$0.00$ to $26.67$ each. The same unmodified loop reaches opposite, correct verdicts in both cases, showing the evaluation-to-data inference can be routine, auditable, and experimentally validated rather than intuitive.

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

RefAlign: Representation Alignment for Reference-to-Video Generation

RefAlign:参考到视频生成的表示对齐

Lei Wang, YuXin Song, Ge Wu, Haocheng Feng, Hang Zhou, Jingdong Wang, Yaxing Wang, Jian Yang

机构 * PCA Lab, VCIP, College of Computer Science, Nankai University(南开大学计算机学院VCIP实验室PCA Lab) Baidu Inc.(百度公司) PCA Lab, School of Intelligence Science and Technology, Nanjing University(南京大学智能科学与技术学院PCA Lab) College of Artificial Intelligence, Jilin University(吉林大学人工智能学院)

AI总结 RefAlign通过显式对齐DiT参考分支特征与视觉基础模型的语义空间,提升参考生成的准确性与可控性,实验表明其在R2V任务中优于现有方法。

Comments Accepted to ECCV 2026;Code: https://github.com/gudaochangsheng/RefAlign Project: https://gudaochangsheng.github.io/RefAlign-Page/

详情
AI中文摘要

参考到视频(R2V)生成是一种可控的视频合成范式,通过文本提示和参考图像约束生成过程,应用于个性化广告和虚拟试穿等场景。现有R2V方法通常将参考图像的VAE潜在表示与额外的高层语义或跨模态特征联合输入扩散Transformer(DiT)。这些辅助表示提供语义指导并作为隐式对齐信号,可部分缓解VAE潜在空间中的像素级信息泄漏。然而,它们可能仍难以解决由于异构编码器特征间模态不匹配导致的复制-粘贴伪影和多主体混淆。本文提出RefAlign,一种表示对齐框架,显式对齐DiT参考分支特征到视觉基础模型(VFM)的语义空间。RefAlign的核心是一种参考对齐损失,将相同主体的参考特征和VFM特征拉近以提高身份一致性,同时将不同主体的对应特征推远以增强语义可区分性。这种简单而有效的策略仅在训练时应用,不增加推理时间开销,并在文本可控性和参考保真度之间取得更好平衡。在OpenS2V-Eval基准上的广泛实验表明,RefAlign在TotalScore上优于当前最先进的方法,验证了显式参考对齐在R2V任务中的有效性。

英文摘要

Reference-to-video (R2V) generation is a controllable video synthesis paradigm that constrains the generation process using both text prompts and reference images, enabling applications such as personalized advertising and virtual try-on. In practice, existing R2V methods typically introduce additional high-level semantic or cross-modal features alongside the VAE latent representation of the reference image and jointly feed them into the diffusion Transformer (DiT). These auxiliary representations provide semantic guidance and act as implicit alignment signals, which can partially alleviate pixel-level information leakage in the VAE latent space. However, they may still struggle to address copy--paste artifacts and multi-subject confusion caused by modality mismatch across heterogeneous encoder features. In this paper, we propose RefAlign, a representation alignment framework that explicitly aligns DiT reference-branch features to the semantic space of a visual foundation model (VFM). The core of RefAlign is a reference alignment loss that pulls the reference features and VFM features of the same subject closer to improve identity consistency, while pushing apart the corresponding features of different subjects to enhance semantic discriminability. This simple yet effective strategy is applied only during training, incurring no inference-time overhead, and achieves a better balance between text controllability and reference fidelity. Extensive experiments on the OpenS2V-Eval benchmark demonstrate that RefAlign outperforms current state-of-the-art methods in TotalScore, validating the effectiveness of explicit reference alignment for R2V tasks.

URL PDF HTML 收藏
2606.28192 2026-06-29 cs.RO 新提交

PA-BiCoop: A Primary-Auxiliary Cooperative Framework for General Bimanual Manipulation

PA-BiCoop: 一种通用双臂操作的主辅协作框架

Bai Qicheng, Wang Ziru, Ma Teli, Dai Guang, Wang Jingdong, Wang Mengmeng

机构 * SGIT AI Lab, State Grid Corporation of China(国家电网公司SGIT人工智能实验室) The Hong Kong University of Science and Technology, Guangzhou(香港科技大学(广州)) Baidu Research, Beijing, China(百度研究院) Zhejiang University of Technology, Hangzhou(浙江工业大学)

AI总结 提出PA-BiCoop框架,通过动态主辅臂角色分配和共享编码器-双解码器结构,实现双臂协调操作,在仿真和真实任务中平均性能提升超48%。

Comments ICRA2026

详情
AI中文摘要

双臂操作对于先进机器人系统至关重要,因为与单臂配置相比,它提供了更高的效率和灵活性。然而,现有方法要么缺乏臂间交互,要么忽略了动态分工的需求,将双臂视为功能等效。为了解决这些限制,本文从人类双臂操作中汲取灵感,其中一只手臂处理核心操作,另一只提供辅助支持,并提出了PA-BiCoop,一种新的具有动态主辅臂区分的单模型双臂协作框架。PA-BiCoop将机械臂分为主臂和辅臂,其角色在任务阶段中自适应调整,采用两个共享全局特征编码器的专用解码器:主解码器生成主臂的基坐标姿态和核心任务可操作度热图,辅解码器输出辅臂在主臂坐标系中的相对姿态。此外,我们设计了一个动态角色分配模块,自动将角色映射到左/右臂,无需手动预定义。这种设计促进了臂间知识共享和协调操作。大量实验表明,我们的PA-BiCoop实现了优越的性能:在RLBench2仿真任务中平均比最先进的基线高出48%,在真实世界任务中平均高出50%以上,从而验证了其在双臂操作中的有效性和先进性。

英文摘要

Bimanual manipulation is essential for advanced robotic systems because it offers higher efficiency and flexibility compared to single-arm configurations. However, existing approaches either lack inter-arm interaction or ignore the need for a dynamic division of labor, treating the arms as functionally equivalent. To address these limitations, this paper draws inspiration from human bimanual manipulation where one arm handles core operations and the other provides auxiliary support, and proposes PA-BiCoop, a new single-model bimanual cooperation framework with dynamic primary-auxiliary arm differentiation. PA-BiCoop categorizes robotic arms into primary and auxiliary arms with adaptively adjustable roles across task stages, employs two specialized decoders that share a global feature encoder: the primary decoder generates the primary arm's base-coordinate pose and core-task affordance heatmaps, and the auxiliary decoder outputs the auxiliary arm's relative pose in the primary arm's coordinate system. Moreover, we design a dynamic role assignment module to automatically map roles to left/right arms without manual pre-definition. This design facilitates inter-arm knowledge sharing and coordinated manipulation. Extensive experiments demonstrate that our PA-BiCoop achieves superior performance: it outperforms state-of-the-art baselines by 48% on average in RLBench2 simulation tasks and by over 50% on average in real world tasks, thereby verifying its effectiveness and advancement in bimanual manipulation.

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

P-MTP: Efficient Document Parsing via Multi-Token Prediction with Progressive Depth Scaling

P-MTP: 通过渐进深度缩放的多令牌预测实现高效文档解析

Le Xiang, Chenxi Zhai, Shu Wei, Jingjing Wu, Qunyi Xie, Xiao Tan, Kunbin Chen, Wei He

机构 * Department of Computer Vision Technology (VIS) Baidu Inc China(百度计算机视觉技术部(VIS)) Tsinghua University Shenzhen International Graduate School China(清华大学深圳国际研究生院)

AI总结 提出P-MTP框架,通过渐进式多令牌预测和轻量级MTP模块,结合渐进课程损失和置信门控动态草稿,实现文档解析高达5倍加速且精度损失极小。

详情
AI中文摘要

视觉语言模型(VLM)通过实现从图像到结构化文本的端到端映射,彻底改变了文档解析,但带来了显著的延迟瓶颈,特别是对于令牌密集的文档。虽然多令牌预测(MTP)已成为加速推理的一种有前景的方法,但其潜力受到扩展到更深前瞻深度时优化不稳定的限制。在本文中,我们提出\textbf{P-MTP},一个利用\textbf{渐进式多令牌预测}和轻量级MTP模块来扩展前瞻深度以实现高吞吐量文档解析的框架。具体来说,我们引入渐进课程损失,通过累积路径可靠性和回顾目标一致性自适应地重新加权不同的前瞻深度。通过有效抑制长距离预测中的梯度噪声,P-MTP促进了自动的从易到难的优化过渡,使模型能够掌握越来越远的前瞻深度。此外,我们提出置信门控动态草稿,通过在推理过程中自适应校准推测长度来最大化有效前瞻深度和接受率,从而最小化计算浪费并进一步推动推理加速的边界。跨多个基准和架构的实验结果表明,P-MTP实现了高达5倍的加速,且精度损失可忽略不计,首次在文档解析领域验证了广泛前瞻MTP的有效性。

英文摘要

Vision-Language Models (VLMs) have revolutionized document parsing by enabling end-to-end mapping from images to structured text, imposing a significant latency bottleneck, particularly for token-dense documents. While Multi-Token Prediction (MTP) has emerged as a promising approach for accelerating inference, its potential is constrained by optimization instability when scaling to deeper look-ahead depth. In this paper, we propose \textbf{P-MTP}, a framework that leverages \textbf{Progressive Multi-Token Prediction} with a lightweight MTP module to scale the look-ahead depth for high-throughput document parsing. Specifically, we introduce Progressive Curriculum Loss that adaptively re-weights different look-ahead depths using cumulative path reliability and retrospective target consistency. By effectively suppressing gradient noise in long-range predictions, P-MTP, facilitates an automated easy-to-hard optimization transition, enabling the model to master increasingly distant look-ahead depths. Furthermore, we propose Confidence-Gated Dynamic Drafting to maximize the effective look-ahead depth and acceptance rate by adaptively calibrating speculative length during inference, thereby minimizing computational waste and further pushing the boundaries of inference speedup. Experimental results across multiple benchmarks and architectures demonstrate that P-MTP, achieves up to a $5\times$ speedup with negligible loss in accuracy, providing the first successful validation of extensive look-ahead MTP in the document parsing domain.

URL PDF HTML 收藏
2606.23623 2026-06-23 cs.RO 新提交

dVLA-RL: Reinforcement Learning over Denoising Trajectories for Discrete Diffusion Vision-Language-Action Models

dVLA-RL:基于去噪轨迹的强化学习用于离散扩散视觉-语言-动作模型

Yuhao Wu, Yitian Liu, Weijie Shen, Mishuo Han, Wenjie Xu, Haotian Liang, Zhongshan Liu, Yinan Mao, Lei Xu, Xinping Guan, Ru Ying, Ran Zheng, Wei Sui, Xiaokang Yang, Wenbo Ding, Yao Mu

机构 * Shanghai Jiao Tong University(上海交通大学) Tsinghua Shenzhen International Graduate School, Tsinghua University(清华大学深圳国际研究生院) Baidu AI Cloud D-Robotics Shanghai AI Laboratory(百度AI云D-机器人上海人工智能实验室)

AI总结 提出dVLA-RL方法,将离散扩散VLA模型的强化学习目标从边缘动作概率转移到采样生成路径的联合概率,通过将去噪过程建模为马尔可夫决策过程,实现变步长调度,在LIBERO上达到99.7%成功率,在RoboTwin 2.0上相比SFT提升30.6%。

详情
AI中文摘要

视觉-语言-动作(VLA)模型通过将控制植根于VLM的语义推理中,为通用机器人操作建立了强大的范式。主流架构通常通过扩散或流过程连续建模动作,或通过自回归生成或并行解码离散建模。最近,离散扩散VLA(dVLA)作为一种独特的替代方案出现,通过掩码生成建模将视觉、语言和动作统一到单个离散令牌空间中。虽然结合了迭代细化与统一表示,但其训练迄今仅限于监督微调(SFT),强化学习(RL)用于进一步策略细化的潜力尚未被充分探索。dVLA中RL的一个基本挑战是dVLA生成的最终动作的边缘概率仍然难以处理。为解决此问题,我们提出\textbf{dVLA-RL},将学习目标从边缘动作概率转移到采样生成路径的联合概率。具体地,通过将去噪过程建模为马尔可夫决策过程(MDP),我们在数学上将这一路径概率公式化为逐步转移的乘积。这一轨迹级目标提供了一个统一的公式,天然适应可变去噪步数。利用这一内在灵活性,我们引入了一种用于复杂多任务学习的统一步长调度方法,根据特定任务复杂度定制去噪步数,以最大化成功率和计算效率。大量评估表明,我们的方法在LIBERO上达到了\textbf{99.7\%}的成功率。此外,它在RoboTwin 2.0上取得了强大的VLA结果,相比SFT基线提升了\textbf{30.6\%},与强大的World-Action模型基线保持竞争力。

英文摘要

Vision-Language-Action (VLA) models have established a powerful paradigm for generalist robotic manipulation by grounding control into the semantic reasoning of VLMs. Prevailing architectures typically model actions continuously via diffusion or flow processes, or discretely through either autoregressive generation or parallel decoding. Recently, Discrete Diffusion VLAs (dVLAs) have emerged as a distinct alternative, unifying vision, language, and action into a single discrete token space via masked generative modeling. While combining iterative refinement with unified representations, its training has thus far been restricted to Supervised Fine-Tuning (SFT), leaving the potential of Reinforcement Learning (RL) for further policy refinement largely unexplored. A fundamental challenge in RL for dVLAs is that the marginal probability of the final action generated by dVLAs remains intractable. To solve this problem, we propose \textbf{dVLA-RL}, shifting the learning objective from the marginal action probability to the joint probability of the sampled generation path. Specifically, by modeling the denoising process as a Markov Decision Process (MDP), we mathematically formulate this path probability as a product of step-wise transitions. This trajectory-level objective provides a unified formulation that natively accommodates variable denoising steps. Leveraging this intrinsic fexibility, we introduce a unified step scheduling approach for complex multi-task learning, tailoring denoising steps to specific task complexities to maximize both success rates and computational effciency. Extensive evaluations demonstrate that our approach achieves a success rate of \textbf{99.7\%} on LIBERO. Furthermore, it establishes strong VLA-based results on RoboTwin 2.0 by delivering a \textbf{30.6\%} improvement over the SFT baseline, remaining competitive with strong World-Action Model baselines.

URL PDF HTML 收藏
2606.23344 2026-06-23 cs.CV 新提交

RT-DocLayout: Real-Time End-to-End Document Layout Analysis with Reading Order in the Wild

RT-DocLayout:野外文档的实时端到端文档布局分析与阅读顺序

Cheng Cui, Tingquan Gao, Xueqing Wang, Changda Zhou, Hongen Liu, Ting Sun, Yubo Zhang, Zelun Zhang, Jiaxuan Liu, Manhui Lin, Yue Zhang, Suyin Liang, Yiqing Xiang, Yi Liu

机构 * PaddlePaddle Team, Baidu Inc.(百度公司飞桨团队)

AI总结 提出RT-DocLayout,一个33M参数的端到端框架,通过统一的多任务查询解码器同时进行分类、检测、分割和阅读顺序预测,在公共基准上达到132.1 FPS的实时推理速度和最先进性能。

详情
AI中文摘要

准确的文档布局分析仍然是文档解析系统的关键瓶颈,原因是异构文档布局元素、几何变形(例如纸张翘曲和弯曲、透视变化)以及不同布局结构中的阅读顺序之间存在复杂的耦合。现有方法通常依赖于碎片化的多阶段流水线或计算量大的生成式Transformer架构,导致错误传播和效率低下。在本文中,我们提出了RT-DocLayout,一个高效的端到端文档布局分析框架,设计为文档解析任务的前端。所提出的模型在单个33M参数架构中统一了布局元素的分类、检测、像素级分割和阅读顺序预测。基于RT-DETR,我们的关键贡献是在单个基于查询的解码器中统一的多任务公式,该解码器同时进行分类、回归边界框、生成掩码并构建关系以推理阅读顺序。通过联合学习几何和结构表示,RT-DocLayout引入了多任务优化,显著提高了在真实文档变形下的鲁棒性。在公共基准上的大量实验表明,在文档布局分析中实现了最先进的性能,同时保持了实时推理速度(132.1 FPS)。当与下游OCR引擎结合时,RT-DocLayout显著提高了全文档重建质量,为现实世界的文档智能系统提供了可扩展且实用的基础。

英文摘要

Accurate document layout analysis remains a critical bottleneck for document parsing systems, due to the intricate coupling among heterogeneous document layout elements, geometric distortions (\eg, paper warping and bending, perspective variations), and reading order within diverse layout structures. Existing approaches typically rely on fragmented multi-stage pipelines or computationally heavy generative Transformer architectures, leading to error propagation and limited efficiency. In this paper, we present RT-DocLayout, a highly efficient end-to-end framework for document layout analysis, designed as a front-end for document parsing tasks. The proposed model unifies classification, detection, pixel-level segmentation, and reading order prediction for layout elements within a single 33M-parameter architecture. Built upon the RT-DETR, our key contribution is a unified multi-task formulation within a single query-based decoder that simultaneously classifies, regresses bounding box, generates masks, and constructs relationship to reason reading order. By jointly learning geometric and structural representations, RT-DocLayout introduces multi-task optimization that substantially improves robustness under real-world document distortions. Extensive experiments on public benchmarks demonstrate state-of-the-art performance in document layout analysis while maintaining real-time inference speed(132.1 FPS). When coupled with downstream OCR engines, RT-DocLayout significantly improves full-document reconstruction quality, providing a scalable and practical foundation for real-world document intelligence systems.

URL PDF HTML 收藏
2606.23050 2026-06-23 cs.CV cs.CL 新提交

Unlimited OCR Works

无限OCR工作

Youyang Yin, Huanhuan Liu, YY, Qunyi Xie, Chaorun Liu, Shiqi Yang, Shaohua Wang, Zhanlong Liu, Hao Zou, Jinyue Chen, Shu Wei, Jingjing Wu, Mingxin Huang, Zhen Wu, Guibin Wang, Tengyu Du, Lei Jia

机构 * Baidu Inc.(百度公司)

AI总结 本文提出Unlimited OCR模型,通过Reference Sliding Window Attention机制,实现高效长文本处理,适用于OCR及ASR等任务。

详情
AI中文摘要

近期,端到端OCR模型,如DeepSeek OCR,再次将OCR推向聚光灯下。普遍观点认为,使用大语言模型(LLM)作为解码器可利用语言先验分布提升OCR性能。然而,其缺点同样明显:随着输出序列变长,累积的KV缓存会增加内存消耗并逐渐减慢生成速度。这与人类在长距离复制任务中效率无下降形成鲜明对比。在本技术报告中,我们提出Unlimited OCR,设计用于模拟人类解析工作记忆。以DeepSeek OCR为基准,我们用提出的Reference Sliding Window Attention(R-SWA)替换解码器中的所有注意力层,减少注意力计算成本同时保持整个解码过程中的KV缓存恒定。通过结合DeepSeek OCR编码器的高压缩率与恒定KV缓存设计,Unlimited OCR可在标准最大长度为32K的情况下,单次前向传递转录数十页文档。更重要的是,R-SWA是一种通用的解析注意力机制——除了OCR外,它同样适用于ASR、翻译等任务。代码和模型权重可在此http URL公开获取。

英文摘要

Recently, end-to-end OCR models, exemplified by DeepSeek OCR, have once again thrust OCR into the spotlight. A widely held view is that employing a large language model (LLM) as the decoder allows the model to leverage the prior distribution of language, leading to improved OCR performance. However, the downside is equally evident: as the output sequence lengthens, the accumulated KV cache drives up memory consumption and progressively slows down generation. This stands in stark contrast to humans, who exhibit no such decline in efficiency during long-horizon copying tasks. In this technical report, we propose Unlimited OCR, a model designed to emulate human parsing working memory. Taking DeepSeek OCR as the baseline, we replace all attention layers in the decoder with our proposed Reference Sliding Window Attention (R-SWA), which reduces attention computation costs while maintaining a constant KV cache throughout the entire decoding process. By combining the high compression rate of DeepSeek OCR's encoder with our constant KV cache design, Unlimited OCR can transcribe dozens of pages of documents in a single forward pass under a standard maximum length of 32K. More importantly, R-SWA is a general-purpose parsing attention mechanism - beyond OCR, it is equally applicable to tasks such as ASR, translation, etc. Codes and model weights are publicly available at http://github.com/baidu/Unlimited-OCR.

URL PDF HTML 收藏
2606.22766 2026-06-23 cs.CV 新提交

READ More than What You See: Reinforcement Learning for Accurate and Coherent Audio Description Generations

READ:超越所见——基于强化学习的准确连贯音频描述生成

Bo Fang, Xinyao Zhang, Yuxin Song, Hui Zhang, Hang Zhou, Antoni B. Chan

机构 * City University of Hong Kong(香港城市大学) Baidu Inc(百度公司) Tsinghua University(清华大学)

AI总结 提出首个基于强化学习的音频描述生成框架READ,通过序列级优化和连贯性奖励,显著提升生成准确性与连贯性。

详情
AI中文摘要

音频描述旨在为盲人和低视力观众生成视听媒体中关键视觉内容的简洁叙述。现有方法要么依赖提示现成的多模态模型,这通常与AD风格不匹配,要么部分优化基于下一词预测的训练系统,这未能充分探索模型能力并使生成偏向通用表达。我们提出READ,首个用于基于训练的AD生成的强化学习框架。READ将AD表述为带有参考匹配、长度和格式奖励的序列级优化,并进一步在上下文感知监督下引入专门的连贯性奖励,以促进叙事连贯的描述。在MAD-Eval、CMD-AD和TV-AD上的实验表明,READ在各种评估指标上显著优于先前方法。我们的结果凸显了RL作为准确连贯AD生成的有前景范式。我们的代码、模型和基准结果将公开提供。

英文摘要

Audio Description aims to generate concise narrations of essential visual content in audio-visual media for blind and low-vision audiences. Existing methods either rely on prompting off-the-shelf multimodal models, which often mismatch AD style, or partially optimize training-based systems with next-token prediction, which under-explores model capacity and biases generation toward generic expressions. We present READ, the first reinforcement-learning (RL) framework for training-based AD generation. READ formulates AD as sequence-level optimization with reference-matching, length, and format rewards, and further introduces a dedicated coherence reward under context-aware supervision to promote narratively coherent descriptions. Experiments on MAD-Eval, CMD-AD, and TV-AD show that READ substantially outperforms prior methods across diverse evaluation metrics. Our results highlight RL as a promising paradigm for accurate and coherent AD generation. Our codes, models, and benchmark results will be publicly available.

URL PDF HTML 收藏
2603.04205 2026-06-23 cs.CV 版本更新

Real5-OmniDocBench: A Full-Scale Physical Reconstruction Benchmark for Robust Document Parsing in the Wild

Real5-OmniDocBench:面向野外鲁棒文档解析的全尺度物理重建基准

Changda Zhou, Ziyue Gao, Xueqing Wang, Tingquan Gao, Cheng Cui, Jing Tang, Yi Liu

机构 * PaddlePaddle Team, Baidu Inc.(百度公司PaddlePaddle团队) The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州))

AI总结 提出首个对OmniDocBench v1.5进行全尺度一对一物理重建的基准Real5-OmniDocBench,覆盖扫描、弯曲、屏幕摄影、光照和倾斜五种真实场景,通过完整真值映射实现性能退化的因子级归因,揭示文档解析中的“现实鸿沟”。

详情
AI中文摘要

尽管视觉语言模型(VLM)在OmniDocBench等数字文档基准上取得了近乎完美的分数,但由于缺乏受控且真实的评估,它们在不可预测的物理世界中的性能仍然很大程度上未知。我们引入了Real5-OmniDocBench,这是第一个对整个OmniDocBench v1.5(1355张图像)在五个关键真实场景(扫描、弯曲、屏幕摄影、光照和倾斜)中进行全尺度、一对一物理重建的基准。与之前要么缺乏数字对应关系要么采用部分采样的基准不同,我们完整的真值映射首次实现了严格的因子级性能退化归因——使我们能够精确定位失败是源于几何畸变、光学伪影还是模型限制。我们的基准为社区设定了一个具有挑战性的新标准,表明文档解析中的“现实鸿沟”远未消除,并提供了一个诊断工具来指导真正鲁棒的文档智能的发展。

英文摘要

While Vision-Language Models (VLMs) achieve near-perfect scores on digital document benchmarks like OmniDocBench, their performance in the unpredictable physical world remains largely unknown due to the lack of controlled yet realistic evaluations. We introduce Real5-OmniDocBench, the first benchmark that performs a full-scale, one-to-one physical reconstruction of the entire OmniDocBench v1.5 (1,355 images) across five critical real-world scenarios: Scanning, Warping, Screen-Photography, Illumination, and Skew. Unlike prior benchmark that either lack digital correspondence or employ partial sampling, our complete ground-truth mapping enables, for the first time, rigorous factor-wise attribution of performance degradation-allowing us to pinpoint whether failures stem from geometric distortions, optical artifacts, or model limitations. Our benchmark establishes a challenging new standard for the community, demonstrating that the 'reality gap' in document parsing is far from closed, and provides a diagnostic tool to guide the development of truly resilient document intelligence.

URL PDF HTML 收藏
2603.01152 2026-06-23 cs.AI 版本更新

DeepResearch-9K: A Challenging Benchmark Dataset of Deep-Research Agent

DeepResearch-9K:一个具有挑战性的深度研究智能体基准数据集

Tongzhou Wu, Yuhao Wang, Xinyu Ma, Xiuqiang He, Shuaiqiang Wang, Dawei Yin, Xiangyu Zhao

机构 * Shenzhen Technology University(深圳技术大学) City University of Hong Kong(香港城市大学) Baidu Inc.(百度公司)

AI总结 为解决深度研究智能体缺乏大规模挑战性数据集和开源训练框架的问题,构建了DeepResearch-9K数据集,包含9000个多难度问题、搜索轨迹和可验证答案,并开发了开源训练框架DeepResearch-R1,实验表明训练后的智能体在基准测试上达到最优。

Comments 6 pages, 4 figures

详情
AI中文摘要

深度研究智能体能够执行多步网络探索、定向检索和复杂问答。尽管功能强大,但深度研究智能体面临两个关键瓶颈:(1)缺乏具有真实世界难度的大规模挑战性数据集,(2)缺乏可访问的开源数据合成和智能体训练框架。为弥补这些不足,我们首先构建了DeepResearch-9K,这是一个专门为深度研究场景设计的大规模挑战性数据集,通过低成本自主流程从开源多跳问答数据集构建而成。值得注意的是,它包含(1)9000个问题,涵盖L1到L3三个难度级别;(2)来自最先进深度研究智能体Tongyi-DeepResearch-30B-A3B的高质量搜索轨迹及推理链;(3)可验证答案。此外,我们开发了开源训练框架DeepResearch-R1,支持(1)多轮网络交互,(2)不同的强化学习方法,(3)不同的奖励模型,如基于规则的结果奖励和LLM作为评判的反馈。最后,实验结果表明,在DeepResearch-R1框架下使用DeepResearch-9K训练的智能体在具有挑战性的深度研究基准上取得了最先进的结果。我们在该https URL发布DeepResearch-9K数据集,在该https URL发布DeepResearch-R1代码。

英文摘要

Deep-research agents are capable of executing multi-step web exploration, targeted retrieval, and sophisticated question answering. Despite their powerful capabilities, deep-research agents face two critical bottlenecks: (1) the lack of large-scale, challenging datasets with real-world difficulty, and (2) the absence of accessible, open-source frameworks for data synthesis and agent training. To bridge these gaps, we first construct DeepResearch-9K, a large-scale challenging dataset specifically designed for deep-research scenarios built from open-source multi-hop question-answering (QA) datasets via a low-cost autonomous pipeline. Notably, it consists of (1) 9000 questions spanning three difficulty levels from L1 to L3 (2) high-quality search trajectories with reasoning chains from Tongyi-DeepResearch-30B-A3B, a state-of-the-art deep-research agent, and (3) verifiable answers. Furthermore, we develop an open-source training framework DeepResearch-R1 that supports (1) multi-turn web interactions, (2) different reinforcement learning (RL) approaches, and (3) different reward models such as rule-based outcome reward and LLM-as-judge feedback. Finally, empirical results demonstrate that agents trained on DeepResearch-9K under our DeepResearch-R1 achieve state-of-the-art results on challenging deep-research benchmarks. We release the DeepResearch-9K dataset on https://huggingface.co/datasets/artillerywu/DeepResearch-9K and the code of DeepResearch-R1 on https://github.com/Applied-Machine-Learning-Lab/DeepResearch-R1.

URL PDF HTML 收藏
2606.18733 2026-06-18 cs.SE cs.AI 新提交

SWE-Future: Forecast-Conditioned Data Synthesis for Future-Oriented Software Engineering Agents

SWE-Future: 面向未来软件工程智能体的预测条件数据合成

Qiao Zhao, JianYing Qu, Jun Zhang, Yehua Yang, Hanwen Du, Zhongkai Sun

机构 * Baidu Inc(百度公司)

AI总结 提出SWE-Future方法,利用仓库历史证据预测未来任务类型(如功能实现、缺陷修复),并基于预测条件合成200个编码智能体任务,减少对历史PR回放的依赖,在80个仓库中达到58.1%的未来工作相关性。

详情
AI中文摘要

真实的编码智能体基准测试通常回放公开的GitHub问题和拉取请求,这使得它们容易与模型预训练、微调、合成数据生成或基准驱动的模型选择产生重叠。完全合成的任务避免了直接的历史回放,但可能偏离真实的仓库需求。我们提出了SWE-Future,一种面向未来编码任务的预测条件数据合成方法。给定时间$T_0$的预测快照,该方法仅使用$T_0$之前的仓库证据来预测未来的功能实现/增强、缺陷修复和重构任务族。我们首先回顾性地验证了这一预测步骤:在预测固定后,后续的拉取请求仅用于衡量预测的任务族是否与未来的仓库工作匹配。在一项80个仓库的研究中,预测器在主要语义匹配指标下达到了58.1%的未来工作相关性。然后,我们使用经过验证的预测族作为条件信号,从任务生成快照中跨61个仓库合成了一个包含200个任务的编码智能体数据集,而不是回放用于验证的后续拉取请求。SWE-Future表明,仓库演化预测可以指导现实的、面向未来的编码任务合成,同时减少对历史拉取请求回放的直接依赖。

英文摘要

Realistic coding-agent benchmarks often replay public GitHub issues and pull requests, making them vulnerable to overlap with model pretraining, fine-tuning, synthetic-data generation, or benchmark-driven model selection. Fully synthetic tasks avoid direct historical replay, but can drift away from real repository needs. We propose SWE-Future, a forecast-conditioned data synthesis method for future-oriented coding tasks. Given a forecast snapshot at time $T_0$, the method uses only pre-$T_0$ repository evidence to forecast future feature implementation/enhancement, bugfix, and refactor task families. We first validate this forecasting step retrospectively: after forecasts are fixed, later pull requests are used only to measure whether the predicted task families match future repository work. In an 80-repository study, the forecaster achieves 58.1\% future-work relevance under the main semantic matching metric. We then use validated forecast families as conditioning signals to synthesize a 200-task coding-agent dataset across 61 repositories from a task-generation snapshot, rather than replaying the later pull requests used for validation. SWE-Future shows that repository-evolution forecasts can guide realistic, future-oriented coding-task synthesis while reducing direct dependence on historical pull-request replay.

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

PEC-Home: Interpretation of Progressively Elliptical Commands in Smart Homes

PEC-Home:智能家居中渐进式省略命令的解释

Yingyu Shan, Zeming Liu, Silin Li, Boao Qian, Jiashu Yao, Yuhang Guo, Haifeng Wang

机构 * Beijing Institute of Technology(北京理工大学) Beihang University(北京航空航天大学) Baidu Inc.(百度公司)

AI总结 针对智能家居中用户因共享上下文而使用渐进式省略命令导致的指代和意图歧义问题,提出首个模拟家庭数据集PEC-Home,实验表明现有LLM助手难以准确执行省略命令。

Comments Accepted by ACL 2026 Findings

详情
AI中文摘要

近年来,大型语言模型(LLM)的进步使家庭助手具备了自然语言交互能力。然而,当前的助手忽略了人类对话中随着共享上下文积累而发生的渐进式省略,即为了高效沟通而使用更简洁的表达。因此,当前助手仍难以准确解释此类省略表达,限制了其在现实应用中的有效性。在实际智能家居场景中,助手面临由省略命令引起的两大挑战:(1)多个用户对环境期望不同导致的指代歧义;(2)用户偏好随时间或环境变化导致的意图歧义。为应对这些挑战,我们引入了PEC-Home,这是首个专门为解释智能家居中渐进式省略命令而设计的模拟家庭数据集。在包括GPT-4o在内的多种LLM上的广泛实验表明,现有的家庭助手难以仅基于省略命令执行用户意图的操作。即使配备存储和检索用户对话历史的工具,其执行准确率仍低于使用完整命令时的水平。

英文摘要

Recent advancements in Large Language Models (LLMs) have empowered home assistants with natural language interaction capabilities. However, current assistants overlook the progressive omission that occurs in human dialogue as shared context accumulates, leading to more elliptical expressions for efficient communication. Thus, current assistants still struggle to interpret such elliptical expressions accurately, which limits their effectiveness in real-world applications. In practical smart home scenarios, assistants face two major challenges caused by elliptical commands: (1) referential ambiguity caused by different environmental expectations among multiple users; and (2) intention ambiguity resulting from user preferences that evolve over time or change with the environment. To address these challenges, we introduce PEC-Home, the first simulated home dataset specifically designed for interpreting progressively elliptical commands in smart homes. Extensive experiments on various LLMs, including GPT-4o, show that existing home assistants struggle to execute user-intended operations based solely on elliptical commands. Even when equipped with tools for storing and retrieving user dialogue history, execution accuracy remains below that achieved with complete commands.}.

URL PDF HTML 收藏