Unpaired Image Captioning via Scene Graph Alignments

Abstract

Most of current image captioning models heavily rely on paired image-caption datasets. However, getting large scale image-caption paired data is labor-intensive and time-consuming. In this paper, we present a scene graph-based approach for unpaired image captioning. Our framework comprises an image scene graph generator, a sentence scene graph generator, a scene graph encoder, and a sentence decoder. Specifically, we first train the scene graph encoder and the sentence decoder on the text modality. To align the scene graphs between images and sentences, we propose an unsupervised feature alignment method that maps the scene graph features from the image to the sentence modality. Experimental results show that our proposed model can generate quite promising results without using any image-caption training pairs, outperforming existing methods by a wide margin.

Cite

Text

Gu et al. "Unpaired Image Captioning via Scene Graph Alignments." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.01042

Markdown

[Gu et al. "Unpaired Image Captioning via Scene Graph Alignments." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/gu2019iccv-unpaired/) doi:10.1109/ICCV.2019.01042

BibTeX

@inproceedings{gu2019iccv-unpaired,
  title     = {{Unpaired Image Captioning via Scene Graph Alignments}},
  author    = {Gu, Jiuxiang and Joty, Shafiq and Cai, Jianfei and Zhao, Handong and Yang, Xu and Wang, Gang},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.01042},
  url       = {https://mlanthology.org/iccv/2019/gu2019iccv-unpaired/}
}