paper-with-me

홈 › Papers

AdaDocVQA: Adaptive Framework for Long Document Visual Question Answering in Low-Resource Settings

2025-08-19 · Haoxuan Li, Wei Song, Aofan Liu, Peiwu Qin arxiv

Document Visual Question Answering (Document VQA) faces significant challenges when processing long documents in low-resource environments due to context limitations and insufficient training data. This paper presents AdaDocVQA, a unified adaptive framework addressing these challenges through three core innovations: a hybrid text retrieval architecture for effective document segmentation, an intelligent data augmentation pipeline that automatically generates high-quality reasoning question-answer pairs with multi-level verification, and adaptive ensemble inference with dynamic configuration generation and early stopping mechanisms. Experiments on Japanese document VQA benchmarks demonstrate substantial improvements with 83.04\% accuracy on Yes/No questions, 52.66\% on factual questions, and 44.12\% on numerical questions in JDocQA, and 59\% accuracy on LAVA dataset. Ablation studies confirm meaningful contributions from each component, and our framework establishes new state-of-the-art results for Japanese document VQA while providing a scalable foundation for other low-resource languages and specialized domains. Our code available at: https://github.com/Haoxuanli-Thu/AdaDocVQA.

📄 PDF Abstract BibTeX arXiv:2508.13606

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringData AugmentationText Retrieval

Similar Papers 제목 키워드 기반

AVIR: Adaptive Visual In-Document Retrieval for Efficient Multi-Page Document Question Answering

2026-01-17 · Zongmin Li, Yachuan Li, Lei Kang, Dimosthenis Karatzas 외 arxiv

Multi-page Document Visual Question Answering (MP-DocVQA) remains challenging because long documents not only strain computational resources but also reduce the effectiveness of the attention mechanism in large vision-la…

Visual Question AnsweringAnswer Generation

InSight-doc: Agentic Visual Perception for Long-Document Understanding

2026-08-11 · Kaican Li, Weiyan Xie, Lewei Yao, Jiannan Wu 외 hf

Long-document understanding often requires reasoning over many visually rich pages, making inference costly and prone to context rot. In this work, we propose InSight-doc, an agentic visual perception framework that trea…

DocKylin: A Large Multimodal Model for Visual Document Understanding with Efficient Visual Slimming

2024-06-27 · Jiaxin Zhang, Wentao Yang, Songxuan Lai, Zecheng Xie 외

Current multimodal large language models (MLLMs) face significant challenges in visual document understanding (VDU) tasks due to the high resolution, dense text, and complex layouts typical of document images. These char…

document understanding

AutothinkRAG: Complexity-Aware Control of Retrieval-Augmented Reasoning for Image-Text Interaction

2026-03-05 · Jiashu Yang, Chi Zhang, Abudukelimu Wuerkaixi, Xuxin Cheng 외 arxiv

Multimodal document question answering requires retrieving dispersed evidence from visually rich long documents and performing reliable reasoning over heterogeneous information. Existing multimodal RAG systems remain lim…

Question AnsweringAnswer GenerationLogical Reasoning

DocPruner: A Storage-Efficient Framework for Multi-Vector Visual Document Retrieval via Adaptive Patch-Level Embedding Pruning

2025-09-28 · Yibo Yan, Guangwei Xu, Xin Zou, Shuliang Liu 외 arxiv

Visual Document Retrieval (VDR), the task of retrieving visually-rich document pages using queries that combine visual and textual cues, is crucial for numerous real-world applications. Recent state-of-the-art methods le…