Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show, attend and tell: Neural image caption generation with visual attention #40

Open
richardtomsett opened this issue Jan 15, 2018 · 1 comment

Comments

@richardtomsett
Copy link
Contributor

Show, attend and tell: Neural image caption generation with visual attention
Inspired by recent work in machine translation and object detection, we introduce an attention based model that automatically learns to describe the content of images. We describe how we can train this model in a deterministic manner using standard backpropagation techniques and stochastically by maximizing a variational lower bound. We also show through visualization how the model is able to automatically learn to fix its gaze on salient objects while generating the corresponding words in the output sequence. We validate the use of attention with state-of-the-art performance on three benchmark datasets: Flickr8k, Flickr30k and MS COCO.

Bibtex:

@InProceedings{pmlr-v37-xuc15,
title = {Show, Attend and Tell: Neural Image Caption Generation with Visual Attention},
author = {Kelvin Xu and Jimmy Ba and Ryan Kiros and Kyunghyun Cho and Aaron Courville and Ruslan Salakhudinov and Rich Zemel and Yoshua Bengio},
booktitle = {Proceedings of the 32nd International Conference on Machine Learning},
pages = {2048--2057},
year = {2015},
editor = {Francis Bach and David Blei},
volume = {37},
series = {Proceedings of Machine Learning Research},
address = {Lille, France},
month = {07--09 Jul},
publisher = {PMLR}
}

@richardtomsett
Copy link
Contributor Author

richardtomsett commented Jan 15, 2018

By contrast* Xu et al.’s caption generation method (2015) can show where in the image the network is focusing its attention while generating each word in its description, but does not perform classification.

*with Henricks et al (2016) - issue #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant