Coder Social home page Coder Social logo

ml-lab / show-adapt-and-tell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tsenghungchen/show-adapt-and-tell

0.0 3.0 0.0 2.56 MB

Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017

Home Page: https://tsenghungchen.github.io/show_adapt_tell/

License: MIT License

Python 98.87% Shell 1.13%

show-adapt-and-tell's Introduction

show-adapt-and-tell

This is the official code for the paper

Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner
Tseng-Hung Chen, Yuan-Hong Liao, Ching-Yao Chuang, Wan-Ting Hsu, Jianlong Fu, Min Sun
To appear in ICCV 2017

In this repository we provide:

If you find this code useful for your research, please cite

@article{chen2017show,
  title={Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner},
  author={Chen, Tseng-Hung and Liao, Yuan-Hong and Chuang, Ching-Yao and Hsu, Wan-Ting and Fu, Jianlong and Sun, Min},
  journal={arXiv preprint arXiv:1705.00930},
  year={2017}
}

Requirements

P.S. Please clone the repository with the --recursive flag:

# Make sure to clone with --recursive
git clone --recursive https://github.com/tsenghungchen/show-adapt-and-tell.git

Data Preprocessing

MSCOCO Captioning dataset

Feature Extraction

  1. Download the pretrained ResNet-101 model and place it under data-prepro/MSCOCO_preprocess/resnet_model/.
  2. Please modify the caffe path in data-prepro/MSCOCO_preprocess/extract_resnet_coco.py.
  3. Go to data-prepro/MSCOCO_preprocess and run the following script: ./download_mscoco.sh for downloading images and extracting features.

Captions Tokenization

  1. Clone the NeuralTalk2 repository and head over to the coco/ folder and run the IPython notebook to generate a json file for Karpathy split: coco_raw.json.
  2. Run the following script: ./prepro_mscoco_caption.sh for downloading and tokenizing captions.
  3. Run python prepro_coco_annotation.py to generate annotation json file for testing.

CUB-200-2011 with Descriptions

Feature Extraction

  1. Run the script ./download_cub.sh to download the images in CUB-200-2011.
  2. Please modify the input/output path in data-prepro/MSCOCO_preprocess/extract_resnet_coco.py to extract and pack features in CUB-200-2011.

Captions Tokenization

  1. Download the description data.
  2. Run python get_split.py to generate dataset split following the ECCV16 paper "Generating Visual Explanations".
  3. Run python prepro_cub_annotation.py to generate annotation json file for testing.
  4. Run python CUB_preprocess_token.py for tokenization.

Models from the paper

Pretrained Models

Download all pretrained and adaption models:

Example Results

Here are some example results where the captions are generated from these models:


MSCOCO: A large air plane on a run way.
CUB-200-2011: A large white and black airplane with a large beak.
TGIF: A plane is flying over a field.
Flickr30k: A large airplane is sitting on a runway.

MSCOCO: A traffic light is seen in front of a large building.
CUB-200-2011: A yellow traffic light with a yellow light.
TGIF: A traffic light is hanging on a pole.
Flickr30k: A street sign is lit up in the dark

MSCOCO: A black dog sitting on the ground next to a window.
CUB-200-2011: A black and white dog with a black head.
TGIF: A dog is looking at something in the mirror.
Flickr30k: A black dog is looking out of the window.

MSCOCO: A man riding a skateboard up the side of a ramp.
CUB-200-2011: A man riding a skateboard on a white ramp.
TGIF: A man is doing a trick on a skateboard.
Flickr30k: A man in a blue shirt is doing a trick on a skateboard.

Training

The training codes are under the show-adapt-tell/ folder.

Simply run python main.py for two steps of training:

Training the source model with paired image-caption data

Please set the Boolean value of "G_is_pretrain" to True in main.py to start pretraining the generator.

Training the cross-domain captioner with unpaired data

After pretraining, set "G_is_pretrain" to False to start training the cross-domain model.

License

Free for personal or research use; for commercial use please contact me.

show-adapt-and-tell's People

Contributors

tsenghungchen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.