CVAICLJun 6, 2016

Multimodal Compact Bilinear Pooling for Visual Question Answering and Visual Grounding

arXiv:1606.01847v31581 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of effectively integrating multimodal features for AI systems that need to understand and reason about images and text, representing an incremental improvement over prior pooling techniques.

The paper tackled the problem of combining visual and textual representations for multimodal tasks like visual question answering and visual grounding by proposing Multimodal Compact Bilinear pooling (MCB) as a more expressive alternative to existing methods, resulting in state-of-the-art performance on the Visual7W dataset and VQA challenge.

Modeling textual or visual information with vector representations trained from large language or visual datasets has been successfully explored in recent years. However, tasks such as visual question answering require combining these vector representations with each other. Approaches to multimodal pooling include element-wise product or sum, as well as concatenation of the visual and textual representations. We hypothesize that these methods are not as expressive as an outer product of the visual and textual vectors. As the outer product is typically infeasible due to its high dimensionality, we instead propose utilizing Multimodal Compact Bilinear pooling (MCB) to efficiently and expressively combine multimodal features. We extensively evaluate MCB on the visual question answering and grounding tasks. We consistently show the benefit of MCB over ablations without MCB. For visual question answering, we present an architecture which uses MCB twice, once for predicting attention over spatial features and again to combine the attended representation with the question representation. This model outperforms the state-of-the-art on the Visual7W dataset and the VQA challenge.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes