Open AccessPosted Content
Knowing When to Look: Adaptive Attention via A Visual Sentinel for Image Captioning
TL;DR: This article proposed an adaptive attention model with a visual sentinel to decide whether to attend to the image and where, in order to extract meaningful information for sequential word generation, which set the new state-of-the-art by a significant margin.
read more
Abstract: Attention-based neural encoder-decoder frameworks have been widely adopted for image captioning. Most methods force visual attention to be active for every generated word. However, the decoder likely requires little to no visual information from the image to predict non-visual words such as "the" and "of". Other words that may seem visual can often be predicted reliably just from the language model e.g., "sign" after "behind a red stop" or "phone" following "talking on a cell". In this paper, we propose a novel adaptive attention model with a visual sentinel. At each time step, our model decides whether to attend to the image (and if so, to which regions) or to the visual sentinel. The model decides whether to attend to the image and where, in order to extract meaningful information for sequential word generation. We test our method on the COCO image captioning 2015 challenge dataset and Flickr30K. Our approach sets the new state-of-the-art by a significant margin.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Reasoning Visual Dialogs With Structural and Partial Observations
Zilong Zheng,Wenguan Wang,Siyuan Qi,Song-Chun Zhu +3 more
- 15 Jun 2019
TL;DR: This paper introduces an Expectation Maximization algorithm to infer both the underlying dialog structures and the missing node values (desired answers) and proposes a differentiable graph neural network (GNN) solution that approximates this process.
Context-Aware Visual Policy Network for Fine-Grained Image Captioning.
TL;DR: A Context-Aware Visual Policy network (CAVP) is proposed for fine-grained image-to-language generation: image sentence captioning and image paragraph captioning, which can attend to complex visual compositions over time.
180
•Posted Content
Attention Gated Networks: Learning to Leverage Salient Regions in Medical Images.
Jo Schlemper,Ozan Oktay,Michiel Schaap,Mattias P. Heinrich,Bernhard Kainz,Ben Glocker,Daniel Rueckert +6 more
TL;DR: The authors proposed an attention gate (AG) model for medical image analysis that automatically learns to focus on target structures of varying shapes and sizes to suppress irrelevant regions in an input image while highlighting salient features useful for a specific task.
178
Engaging Image Captioning via Personality
Kurt Shuster,Samuel Humeau,Hexiang Hu,Antoine Bordes,Jason Weston +4 more
- 15 Jun 2019
TL;DR: In this paper, the authors define a new task, personality-CAPTIONS, where the goal is to be as engaging to humans as possible by incorporating controllable style and personality traits.
Look Back and Predict Forward in Image Captioning
Yu Qin,Jiajun Du,Yonghua Zhang,Hongtao Lu +3 more
- 01 Jun 2019
TL;DR: Look Back (LB) method to embed visual information from the past and Predict Forward (PF) approach to look into future are proposed, which can be easily applied on most attention-based encoder-decoder models for image captioning.
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Microsoft COCO: Common Objects in Context
Tsung-Yi Lin,Michael Maire,Serge Belongie,James Hays,Pietro Perona,Deva Ramanan,Piotr Dollár,C. Lawrence Zitnick +7 more
- 06 Sep 2014
TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
Bleu: a Method for Automatic Evaluation of Machine Translation
Kishore Papineni,Salim Roukos,Todd Ward,Wei-Jing Zhu +3 more
- 06 Jul 2002
TL;DR: This paper proposed a method of automatic machine translation evaluation that is quick, inexpensive, and language-independent, that correlates highly with human evaluation, and that has little marginal cost per run.
Learning Phrase Representations using RNN Encoder--Decoder for Statistical Machine Translation
Kyunghyun Cho,Bart van Merriënboer,Caglar Gulcehre,Dzmitry Bahdanau,Fethi Bougares,Holger Schwenk,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio +8 more
- 01 Jan 2014
TL;DR: In this paper, the encoder and decoder of the RNN Encoder-Decoder model are jointly trained to maximize the conditional probability of a target sequence given a source sequence.
•Proceedings Article
Neural Machine Translation by Jointly Learning to Align and Translate
Dzmitry Bahdanau,Kyunghyun Cho,Yoshua Bengio +2 more
- 01 Jan 2015
TL;DR: It is conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and it is proposed to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly.
25.7K
Related Papers (5)
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
Diederik P. Kingma,Jimmy Ba +1 more