Giter Club home page Giter Club logo

compositional-image-captioning's Introduction

compositional-image-captioning

Code style: black

This repository contains code for evaluating compositional generalization in image captioning models. It additionally contains code for two state-of-the-art image captioning models and a joint model for caption generation and image-sentence ranking, called BUTR. All models are implemented in PyTorch.

It accompanies the following CoNLL 2019 paper:

Compositional Generalization in Image Captioning
Mitja Nikolaus, Mostafa Abdou, Matthew Lamm, Rahul Aralikatte and Desmond Elliott

Models

Show, Attend and Tell

An implementation of the Show, Attend and Tell model (adapted from a PyTorch Tutorial to Image Captioning).

Bottom-Up and Top-Down Attention

An implementation of the decoder of the Bottom-Up and Top-Down Attention model. Encoded features from the bottom-up attention model for the COCO dataset can be found on the project's GitHub page.

Bottom-Up and Top-Down attention with Re-ranking (BUTR)

An implementation of the joint model for caption generation and image-sentence ranking based on the Bottom-Up and Top-Down Attention and VSE++ models.

Compositional Generalization Evaluation

A model has to be trained and evaluated using the four different dataset splits. Afterwards, the resulting evaluation json files should be merged into a single json containing the results for all 24 held out concept pairs. The average recall@5 and some other statistics can be visualized using plot_recall_results.py

compositional-image-captioning's People

Contributors

mhany90 avatar mitjanikolaus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

compositional-image-captioning's Issues

Beam size of re-ranking model

Hi there,
I have just read your paper regarding compositional generalization in image captioning. Very nice work, thanks! I have a small regarding the beam size for re-ranking, I didn't find this detail in the paper. May I know the beam size?

Also, may I know the full split information used as the upper bound in Table 2 (Full) of the paper.

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.