CVPR 20260 citations

M3Grounder: Mask-Based Multi-Span and Multi-Granular Grounding for Document QA

Venkata Kesav Venna, Sai Madhusudan Gunda, Jyothi Swaroopa Jinka, Hrithik Sagar Rachakonda, Anirudh Srinivasan, Ravi Kiran Sarvadevabhatla

Abstract

**Document QA** requires not only accurate answers but also identifying where each answer is grounded on the page. Most models treat the task as text-only generation, while existing answer grounding methods generate coarse bounding boxes that fail to capture curved text. We introduce **M3Grounder, a hybrid vision-language and segmentation architecture that formulates document grounding as pixel-level segmentation. It produces fine-grained evidence masks** refined by a bleed-suppression loss to prevent spillover. M3Grounder autoregressively generates answer text interleaved with [GROUND] tokens that link individual answer spans to their corresponding evidence regions. Also, **M3Grounder grounds evidence hierarchically across phrase, line, and block levels** using an enclosure loss that enforces spatial containment. We release **GroundingDocQA dataset (200K documents, 2M multi-span and multi-granular QA pairs with pixel-level grounding masks)**, built through a data engine that handles complex layouts, curved-text, and graphics-rich documents. We also release **GroundingDocQA-Bench, a diverse and challenging human-verified benchmark**. M3Grounder sets **a new state of the art in grounded DocVQA, advancing from coarse boxes to hierarchical, fine-grained and contextually grounded evidence.**

BibTeX
@inproceedings{cvpr2026_m3groundermaskba,
  title = {M3Grounder: Mask-Based Multi-Span and Multi-Granular Grounding for Document QA},
  author = {Venkata Kesav Venna and Sai Madhusudan Gunda and Jyothi Swaroopa Jinka and Hrithik Sagar Rachakonda and Anirudh Srinivasan and Ravi Kiran Sarvadevabhatla},
  booktitle = {CVPR 2026},
  year = {2026}
}