paper-with-me

Papers

Modular Visual Question Answering via Code Generation

2023-06-08 · Sanjay Subramanian, Medhini Narasimhan, Kushal Khangaonkar, Kevin Yang, Arsha Nagrani, Cordelia Schmid, Andy Zeng, Trevor Darrell, Dan Klein

We present a framework that formulates visual question answering as modular code generation. In contrast to prior work on modular approaches to VQA, our approach requires no additional training and relies on pre-trained language models (LMs), visual models pre-trained on image-caption pairs, and fifty VQA examples used for in-context learning. The generated Python programs invoke and compose the outputs of the visual models using arithmetic and conditional logic. Our approach improves accuracy on the COVR dataset by at least 3% and on the GQA dataset by roughly 2% compared to the few-shot baseline that does not employ code generation.

📄 PDF Abstract BibTeX arXiv:2306.05392

Code (1)

sanjayss34/codevqa 공식 구현 pytorch

Tasks

Code GenerationIn-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Deep Modular Co-Attention Networks for Visual Question Answering

2019-06-25 · CVPR 2019 6 · Zhou Yu, Jun Yu, Yuhao Cui, DaCheng Tao 외

Visual Question Answering (VQA) requires a fine-grained and simultaneous understanding of both the visual content of images and the textual content of questions. Therefore, designing an effective `co-attention' model to …

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

LRTA: A Transparent Neural-Symbolic Reasoning Framework with Modular Supervision for Visual Question Answering

2020-11-21 · Weixin Liang, Feiyang Niu, Aishwarya Reganti, Govind Thattai 외

The predominant approach to visual question answering (VQA) relies on encoding the image and question with a "black-box" neural encoder and decoding a single token as the answer like "yes" or "no". Despite this approach'…

Answer GenerationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Question Guided Modular Routing Networks for Visual Question Answering

2019-04-17 · Yanze Wu, Qiang Sun, Jianqi Ma, Bin Li 외

This paper studies the task of Visual Question Answering (VQA), which is topical in Multimedia community recently. Particularly, we explore two critical research problems existed in VQA: (1) efficiently fusing the visual…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

VISREAS: Complex Visual Reasoning with Unanswerable Questions

2024-02-23 · Syeda Nahida Akter, Sangwu Lee, Yingshan Chang, Yonatan Bisk 외

Verifying a question's validity before answering is crucial in real-world applications, where users may provide imperfect instructions. In this scenario, an ideal model should address the discrepancies in the query and c…

Question AnsweringVisual Question AnsweringVisual Reasoning

Learning Sparse Mixture of Experts for Visual Question Answering

2019-09-19 · Vardaan Pahuja, Jie Fu, Christopher J. Pal

There has been a rapid progress in the task of Visual Question Answering with improved model architectures. Unfortunately, these models are usually computationally intensive due to their sheer size which poses a serious …

Mixture-of-ExpertsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)