CVFeb 11, 2019

Taking a HINT: Leveraging Explanations to Make Vision and Language Models More Grounded

arXiv:1902.03751v2290 citations
AI Analysis

This addresses the issue of models relying on language priors instead of visual concepts, which is a key challenge in making AI systems more interpretable and accurate for tasks like visual question answering and image captioning, representing a novel method for a known bottleneck.

The paper tackles the problem of poor visual grounding in vision and language models by proposing HINT, a method that uses human attention demonstrations to align model importance with human relevance, resulting in improved performance on VQA-CP and robust captioning tasks with only 6% of training data.

Many vision and language models suffer from poor visual grounding - often falling back on easy-to-learn language priors rather than basing their decisions on visual concepts in the image. In this work, we propose a generic approach called Human Importance-aware Network Tuning (HINT) that effectively leverages human demonstrations to improve visual grounding. HINT encourages deep networks to be sensitive to the same input regions as humans. Our approach optimizes the alignment between human attention maps and gradient-based network importances - ensuring that models learn not just to look at but rather rely on visual concepts that humans found relevant for a task when making predictions. We apply HINT to Visual Question Answering and Image Captioning tasks, outperforming top approaches on splits that penalize over-reliance on language priors (VQA-CP and robust captioning) using human attention demonstrations for just 6% of the training data.

Foundations

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

Your Notes