paper-with-me

Papers

Image Captioning with Deep Bidirectional LSTMs

2016-04-04 · Cheng Wang, Haojin Yang, Christian Bartz, Christoph Meinel

This work presents an end-to-end trainable deep bidirectional LSTM (Long-Short Term Memory) model for image captioning. Our model builds on a deep convolutional neural network (CNN) and two separate LSTM networks. It is capable of learning long term visual-language interactions by making use of history and future context information at high level semantic space. Two novel deep bidirectional variant models, in which we increase the depth of nonlinearity transition in different way, are proposed to learn hierarchical visual-language embeddings. Data augmentation techniques such as multi-crop, multi-scale and vertical mirror are proposed to prevent overfitting in training deep models. We visualize the evolution of bidirectional LSTM internal states over time and qualitatively analyze how our models "translate" image to sentence. Our proposed models are evaluated on caption generation and image-sentence retrieval tasks with three benchmark datasets: Flickr8K, Flickr30K and MSCOCO datasets. We demonstrate that bidirectional LSTM models achieve highly competitive performance to the state-of-the-art results on caption generation even without integrating additional mechanism (e.g. object detection, attention model etc.) and significantly outperform recent methods on retrieval task.

📄 PDF Abstract BibTeX arXiv:1604.00790

Code (1)

deepsemantic/image_captioning 공식 구현

Tasks

Caption GenerationData AugmentationImage Captioningobject-detectionObject DetectionRetrievalSentenceSentence Retrieval

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Exploring Overall Contextual Information for Image Captioning in Human-Like Cognitive Style

2019-10-15 · ICCV 2019 10 · Hongwei Ge, Zehang Yan, Kai Zhang, Mingde Zhao 외

Image captioning is a research hotspot where encoder-decoder models combining convolutional neural network (CNN) and long short-term memory (LSTM) achieve promising results. Despite significant progress, these models gen…

DecoderImage CaptioningSentence

Geometry Attention Transformer with Position-aware LSTMs for Image Captioning

2021-10-01 · Chi Wang, Yulin Shen, Luping Ji

In recent years, transformer structures have been widely applied in image captioning with impressive performance. For good captioning results, the geometry and position relations of different visual objects are often tho…

DecoderImage CaptioningPosition

Hierarchical LSTMs with Adaptive Attention for Visual Captioning

2018-12-26 · Jingkuan Song, Xiangpeng Li, Lianli Gao, Heng Tao Shen

Recent progress has been made in using attention based encoder-decoder framework for image and video captioning. Most existing decoders apply the attention mechanism to every generated word including both visual words (e…

Caption GenerationImage CaptioningLanguage ModelingLanguage Modelling+1

Attend More Times for Image Captioning

2018-12-08 · Jiajun Du, Yu Qin, Hongtao Lu, Yonghua Zhang

Most attention-based image captioning models attend to the image once per word. However, attending once per word is rigid and is easy to miss some information. Attending more times can adjust the attention position, find…

Image Captioning

Large-Scale Bidirectional Training for Zero-Shot Image Captioning

2022-11-13 · TaeHoon Kim, Mark Marsden, Pyunghwan Ahn, Sangyun Kim 외

When trained on large-scale datasets, image captioning models can understand the content of images from a general domain but often fail to generate accurate, detailed captions. To improve performance, pretraining-and-fin…

Image CaptioningKeyword Extraction