CVCLLGJul 19, 2021

Separating Skills and Concepts for Novel Visual Question Answering

arXiv:2107.09106v140 citations
Originality Incremental advance
AI Analysis

This addresses a key limitation in VQA models for researchers and practitioners, though it is incremental as it builds on existing work to enhance generalization.

The paper tackles the problem of generalization to novel compositions of skills and concepts in Visual Question Answering (VQA) by proposing a method to separate these factors, resulting in improved compositional and grounding performance.

Generalization to out-of-distribution data has been a problem for Visual Question Answering (VQA) models. To measure generalization to novel questions, we propose to separate them into "skills" and "concepts". "Skills" are visual tasks, such as counting or attribute recognition, and are applied to "concepts" mentioned in the question, such as objects and people. VQA methods should be able to compose skills and concepts in novel ways, regardless of whether the specific composition has been seen in training, yet we demonstrate that existing models have much to improve upon towards handling new compositions. We present a novel method for learning to compose skills and concepts that separates these two factors implicitly within a model by learning grounded concept representations and disentangling the encoding of skills from that of concepts. We enforce these properties with a novel contrastive learning procedure that does not rely on external annotations and can be learned from unlabeled image-question pairs. Experiments demonstrate the effectiveness of our approach for improving compositional and grounding performance.

Code Implementations2 repos
Foundations

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

Your Notes