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

**Authors:** Ramprasaath R. Selvaraju, Stefan Lee, Yilin Shen, Hongxia Jin, Shalini, Ghosh, Larry Heck, Dhruv Batra, Devi Parikh

arXiv: 1902.03751 · 2019-10-29

## TL;DR

This paper introduces HINT, a method that uses human attention demonstrations to improve visual grounding in vision-language models, making them focus more on relevant visual concepts rather than language priors.

## Contribution

HINT is a novel approach that aligns human attention with model importance to enhance visual grounding in vision-language tasks.

## Key findings

- HINT improves performance on VQA-CP and robust captioning datasets.
- Using only 6% of human attention data yields significant gains.
- Models become more reliant on visual concepts rather than language priors.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.03751/full.md

## Figures

44 figures with captions in the complete paper: https://tomesphere.com/paper/1902.03751/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1902.03751/full.md

---
Source: https://tomesphere.com/paper/1902.03751