# Deep image representations using caption generators

**Authors:** Konda Reddy Mopuri, Vishal B. Athreya, R. Venkatesh Babu

arXiv: 1705.09142 · 2017-05-26

## TL;DR

This paper demonstrates that features learned from caption generation models provide richer supervision than traditional CNNs, leading to improved image representations for retrieval tasks.

## Contribution

It introduces a method to leverage captioning models for learning enhanced image features and fuses these features to achieve state-of-the-art retrieval performance.

## Key findings

- Captioning-based features outperform CNN features in image understanding.
- Fusion of captioning features improves retrieval accuracy.
- Proposed method achieves state-of-the-art results on benchmark datasets.

## Abstract

Deep learning exploits large volumes of labeled data to learn powerful models. When the target dataset is small, it is a common practice to perform transfer learning using pre-trained models to learn new task specific representations. However, pre-trained CNNs for image recognition are provided with limited information about the image during training, which is label alone. Tasks such as scene retrieval suffer from features learned from this weak supervision and require stronger supervision to better understand the contents of the image. In this paper, we exploit the features learned from caption generating models to learn novel task specific image representations. In particular, we consider the state-of-the art captioning system Show and Tell~\cite{SnT-pami-2016} and the dense region description model DenseCap~\cite{densecap-cvpr-2016}. We demonstrate that, owing to richer supervision provided during the process of training, the features learned by the captioning system perform better than those of CNNs. Further, we train a siamese network with a modified pair-wise loss to fuse the features learned by~\cite{SnT-pami-2016} and~\cite{densecap-cvpr-2016} and learn image representations suitable for retrieval. Experiments show that the proposed fusion exploits the complementary nature of the individual features and yields state-of-the art retrieval results on benchmark datasets.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1705.09142/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1705.09142/full.md

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