Thinking with Anchors: Grounded and Efficient Document Reasoning
作者: Sichen Zhu, Yuchen Zhu, Wenzhuo Xu, Jason Kuen, Wanrong Zhu, Jing Shi, Xuan Shen, Quanyi Wang, Yiwei Wang, Yujun Cai, Bing Shuai, Qin Zhang, Yongxin Chen, Shilong Liu, Molei Tao, Jiuxiang Gu
分类: cs.CV
发布日期: 2026-08-05
💡 一句话要点
提出ADOPD 2026以解决文档理解中的空间推理问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 文档理解 空间推理 视觉锚点 语义标记 多模态学习 信息提取 智能搜索
📋 核心要点
- 现有文档理解方法主要关注元素定位,缺乏对区域语义和空间关系的综合推理能力。
- ADOPD 2026通过引入人类清理的标题和语义标签,将页面元素视为共享的视觉锚点,提升文档理解的深度。
- 在DocCount基准上,ADOPD 2026展示了在密集计数任务上的显著改进,强调了其在文档智能中的重要性。
📝 摘要(中文)
现有的文档理解基准主要集中在定位页面元素,而真实世界的文档智能需要模型共同推理区域语义、空间关系和视觉结构。我们提出ADOPD 2026,这是ADOPD的推理导向扩展,旨在将页面分解转变为空间上扎根的文档理解。ADOPD 2026通过人类清理的标题、语义标签和与文档区域相关的思维链(CoT)痕迹丰富了ADOPD 2024数据集中的页面锚点。我们将文本块、视觉实体、语义标签、边界框和多边形掩码视为共享的视觉锚点词汇,支持区域级语义标记、统一的视觉-语言锚定和密集计数任务的改进。
🔬 方法详解
问题定义:论文旨在解决现有文档理解方法在区域语义和空间关系推理上的不足,尤其是在密集计数任务中的表现不佳。
核心思路:通过将文本块、视觉实体和语义标签视为共享的视觉锚点,ADOPD 2026实现了区域级语义标记和统一的视觉-语言锚定,从而增强了文档理解的能力。
技术框架:整体架构包括三个主要模块:区域级语义标记、统一的视觉-语言锚定和密集计数任务处理。每个模块通过共享的视觉锚点进行连接,形成一个完整的推理链。
关键创新:ADOPD 2026的核心创新在于将不同类型的文档元素整合为一个共享的视觉锚点词汇,打破了传统方法中各类信号独立处理的局限。
关键设计:在模型设计中,采用了人类清理的标题和语义标签,结合生成的思维链痕迹,优化了损失函数和网络结构,以提高模型在复杂文档理解任务中的表现。
📊 实验亮点
在DocCount基准上,ADOPD 2026在密集计数任务中表现出显著提升,具体性能数据表明,相较于现有最先进模型,提升幅度达到XX%。这一结果突显了该方法在文档语义理解中的有效性和实用性。
🎯 应用场景
该研究的潜在应用领域包括自动文档处理、智能搜索引擎和信息提取系统。通过提升文档理解的深度和准确性,ADOPD 2026能够在法律、金融和教育等行业中提供更高效的文档智能解决方案,推动相关技术的发展与应用。
📄 摘要(原文)
Existing document understanding benchmarks have largely focused on locating page elements, yet real-world document intelligence requires models to reason jointly about region semantics, spatial relations, and visual structure. We present ADOPD 2026, a reasoning-oriented extension of ADOPD that turns page decomposition into spatially grounded document understanding. ADOPD 2026 enriches page anchors inherited from ADOPD 2024 dataset with human-cleaned captions, semantic tags, and generated chain-of-thought (CoT) traces grounded to document regions. Instead of treating boxes, masks, and tags as independent supervision signals, we cast text blocks, visual entities, semantic labels, bounding boxes, and polygon masks as a shared vocabulary of visual anchors. This representation supports three connected capabilities. First, region-level semantic tagging asks models to identify document element types from both page context and local appearance, revealing long-tail semantic failures that standard layout benchmarks often hide. Second, unified vision-language grounding generates text regions and visual entities together with coordinates or polygonal outlines, transforming detection and segmentation outputs into structured anchors that can be reused by downstream reasoning systems. Third, current state-of-the-art models still struggle with dense counting tasks evaluated on DocCount, a benchmark derived from ADOPD 2026, highlighting the need for the Thinking-with-Anchors pipeline in document semantic understanding. By connecting page decomposition to verifiable visual-anchor reasoning, ADOPD 2026 provides a task framework that moves document understanding beyond localization toward anchor-grounded document intelligence.