CVCLLGDec 11, 2024

Progressive Multi-granular Alignments for Grounded Reasoning in Large Vision-Language Models

arXiv:2412.08125v2h-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in grounded reasoning for vision-language AI systems, representing an incremental improvement over existing methods.

The paper tackles the problem of large vision-language models struggling with compositional concepts and high-level relationships by introducing the PromViL framework, which significantly outperforms baselines on visual grounding and compositional question answering tasks.

Existing Large Vision-Language Models (LVLMs) excel at matching concepts across multi-modal inputs but struggle with compositional concepts and high-level relationships between entities. This paper introduces Progressive multi-granular Vision-Language alignments (PromViL), a novel framework to enhance LVLMs' ability in performing grounded compositional visual reasoning tasks. Our approach constructs a hierarchical structure of multi-modal alignments, ranging from simple to complex concepts. By progressively aligning textual descriptions with corresponding visual regions, our model learns to leverage contextual information from lower levels to inform higher-level reasoning. To facilitate this learning process, we introduce a data generation process that creates a novel dataset derived from Visual Genome, providing a wide range of nested compositional vision-language pairs. Experimental results demonstrate that our PromViL framework significantly outperforms baselines on various visual grounding and compositional question answering tasks. The code is available at: https://github.com/lqh52/PromViL.

Code Implementations1 repo
Foundations

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

Your Notes