ZifaZhu / unsupervised_captioning_date

Code for Unsupervised Image Captioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupervised Image Captioning

by Yang Feng, Lin Ma, Wei Liu, and Jiebo Luo

Introduction

Most image captioning models are trained using paired image-sentence data, which are expensive to collect. We propose unsupervised image captioning to relax the reliance on paired data. For more details, please refer to our paper.

alt text

Citation

@InProceedings{feng2019unsupervised,
  author = {Feng, Yang and Ma, Lin and Liu, Wei and Luo, Jiebo},
  title = {Unsupervised Image Captioning},
  booktitle = {CVPR},
  year = {2019}
}

Requirements

pip install tensorflow-gpu

Dataset

  1. Crawl image descriptions. The descriptions used when conducting the experiments in the paper are available at link.

    python3 crawl_descriptions.py
    
  2. The training code is coming soon.

About

Code for Unsupervised Image Captioning


Languages

Language:Python 100.0%