English

GRAM: Global Reasoning for Multi-Page VQA

Computation and Language 2024-03-19 v2 Computer Vision and Pattern Recognition

Abstract

The increasing use of transformer-based large language models brings forward the challenge of processing long sequences. In document visual question answering (DocVQA), leading methods focus on the single-page setting, while documents can span hundreds of pages. We present GRAM, a method that seamlessly extends pre-trained single-page models to the multi-page setting, without requiring computationally-heavy pretraining. To do so, we leverage a single-page encoder for local page-level understanding, and enhance it with document-level designated layers and learnable tokens, facilitating the flow of information across pages for global reasoning. To enforce our model to utilize the newly introduced document tokens, we propose a tailored bias adaptation method. For additional computational savings during decoding, we introduce an optional compression stage using our compression-transformer (C-Former),reducing the encoded sequence length, thereby allowing a tradeoff between quality and latency. Extensive experiments showcase GRAM's state-of-the-art performance on the benchmarks for multi-page DocVQA, demonstrating the effectiveness of our approach.

Keywords

Cite

@article{arxiv.2401.03411,
  title  = {GRAM: Global Reasoning for Multi-Page VQA},
  author = {Tsachi Blau and Sharon Fogel and Roi Ronen and Alona Golts and Roy Ganz and Elad Ben Avraham and Aviad Aberdam and Shahar Tsiper and Ron Litman},
  journal= {arXiv preprint arXiv:2401.03411},
  year   = {2024}
}
R2 v1 2026-06-28T14:10:27.760Z