# Learning to Generate Grounded Visual Captions without Localization   Supervision

**Authors:** Chih-Yao Ma, Yannis Kalantidis, Ghassan AlRegib, Peter Vajda, Marcus, Rohrbach, Zsolt Kira

arXiv: 1906.00283 · 2020-07-21

## TL;DR

This paper introduces a cyclical training method for grounded visual captioning that improves localization accuracy without requiring explicit grounding supervision, applicable to both images and videos.

## Contribution

The authors propose a novel cyclical training regimen that enhances grounding in captioning models without additional supervision or inference cost.

## Key findings

- Significant improvement in grounding accuracy over baseline models.
- Effective for both image and video captioning tasks.
- No extra computation needed during inference.

## Abstract

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or the language model. The most common way of relating image regions with words in caption models is through an attention mechanism over the regions that are used as input to predict the next word. The model must therefore learn to predict the attentional weights without knowing the word it should localize. This is difficult to train without grounding supervision since recurrent models can propagate past information and there is no explicit signal to force the captioning model to properly ground the individual decoded words. In this work, we help the model to achieve this via a novel cyclical training regimen that forces the model to localize each word in the image after the sentence decoder generates it, and then reconstruct the sentence from the localized image region(s) to match the ground-truth. Our proposed framework only requires learning one extra fully-connected layer (the localizer), a layer that can be removed at test time. We show that our model significantly improves grounding accuracy without relying on grounding supervision or introducing extra computation during inference, for both image and video captioning tasks. Code is available at https://github.com/chihyaoma/cyclical-visual-captioning .

## Full text

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

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/1906.00283/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1906.00283/full.md

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