Recurrent Memory Addressing for Describing Videos

Abstract

In this paper, we introduce Key-Value Memory Networks to a multimodal setting and a novel key-addressing mechanism to deal with sequence-to-sequence models. The proposed model naturally decomposes the problem of video captioning into vision and language segments, dealing with them as key-value pairs. More specifically, we learn a semantic embedding (v) corresponding to each frame (k) in the video, thereby creating (k, v) memory slots. We propose to find the next step attention weights conditioned on the previous attention distributions for the key-value memory slots in the memory addressing schema. Exploiting this flexibility of the framework, we additionally capture spatial dependencies while mapping from the visual to semantic embedding. Experiments done on the Youtube2Text dataset demonstrate usefulness of recurrent key-addressing, while achieving competitive scores on BLEU@4, METEOR metrics against state-of-the-art models.

Cite

Text

Jain et al. "Recurrent Memory Addressing for Describing Videos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.273

Markdown

[Jain et al. "Recurrent Memory Addressing for Describing Videos." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/jain2017cvprw-recurrent/) doi:10.1109/CVPRW.2017.273

BibTeX

@inproceedings{jain2017cvprw-recurrent,
  title     = {{Recurrent Memory Addressing for Describing Videos}},
  author    = {Jain, Arnav Kumar and Agarwalla, Abhinav and Agrawal, Kumar Krishna and Mitra, Pabitra},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2017},
  pages     = {2200-2207},
  doi       = {10.1109/CVPRW.2017.273},
  url       = {https://mlanthology.org/cvprw/2017/jain2017cvprw-recurrent/}
}