English

Jaeger: A Concatenation-Based Multi-Transformer VQA Model

Computation and Language 2023-10-20 v2 Artificial Intelligence

Abstract

Document-based Visual Question Answering poses a challenging task between linguistic sense disambiguation and fine-grained multimodal retrieval. Although there has been encouraging progress in document-based question answering due to the utilization of large language and open-world prior models\cite{1}, several challenges persist, including prolonged response times, extended inference durations, and imprecision in matching. In order to overcome these challenges, we propose Jaegar, a concatenation-based multi-transformer VQA model. To derive question features, we leverage the exceptional capabilities of RoBERTa large\cite{2} and GPT2-xl\cite{3} as feature extractors. Subsequently, we subject the outputs from both models to a concatenation process. This operation allows the model to consider information from diverse sources concurrently, strengthening its representational capability. By leveraging pre-trained models for feature extraction, our approach has the potential to amplify the performance of these models through concatenation. After concatenation, we apply dimensionality reduction to the output features, reducing the model's computational effectiveness and inference time. Empirical results demonstrate that our proposed model achieves competitive performance on Task C of the PDF-VQA Dataset. If the user adds any new data, they should make sure to style it as per the instructions provided in previous sections.

Keywords

Cite

@article{arxiv.2310.07091,
  title  = {Jaeger: A Concatenation-Based Multi-Transformer VQA Model},
  author = {Jieting Long and Zewei Shi and Penghao Jiang and Yidong Gan},
  journal= {arXiv preprint arXiv:2310.07091},
  year   = {2023}
}

Comments

This paper is the technical research paper of CIKM 2023 DocIU challenges. The authors received the CIKM 2023 DocIU Winner Award, sponsored by Google, Microsoft, and the Centre for data-driven geoscience

R2 v1 2026-06-28T12:46:43.751Z