CVAIJul 30, 2024

Pyramid Coder: Hierarchical Code Generator for Compositional Visual Question Answering

arXiv:2407.20563v13 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the problem of complex visual reasoning in AI systems for researchers and practitioners in computer vision and natural language processing, presenting an incremental improvement over existing methods.

The paper tackled the challenge of enabling large language models to comprehend image processing modules and generate relevant code for programmatic visual question answering, resulting in accuracy improvements of at least 0.5% on GQA, 1.4% on VQAv2, and 2.9% on NLVR2 datasets.

Visual question answering (VQA) is the task of providing accurate answers to natural language questions based on visual input. Programmatic VQA (PVQA) models have been gaining attention recently. These use large language models (LLMs) to formulate executable programs that address questions requiring complex visual reasoning. However, there are challenges in enabling LLMs to comprehend the usage of image processing modules and generate relevant code. To overcome these challenges, this paper introduces PyramidCoder, a novel prompting framework for PVQA models. PyramidCoder consists of three hierarchical levels, each serving a distinct purpose: query rephrasing, code generation, and answer aggregation. Notably, PyramidCoder utilizes a single frozen LLM and pre-defined prompts at each level, eliminating the need for additional training and ensuring flexibility across various LLM architectures. Compared to the state-of-the-art PVQA model, our approach improves accuracy by at least 0.5% on the GQA dataset, 1.4% on the VQAv2 dataset, and 2.9% on the NLVR2 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes