paper-with-me

홈 › Papers

MAT: A Multimodal Attentive Translator for Image Captioning

2017-02-18 · Chang Liu, Fuchun Sun, Changhu Wang, Feng Wang, Alan Yuille

In this work we formulate the problem of image captioning as a multimodal translation task. Analogous to machine translation, we present a sequence-to-sequence recurrent neural networks (RNN) model for image caption generation. Different from most existing work where the whole image is represented by convolutional neural network (CNN) feature, we propose to represent the input image as a sequence of detected objects which feeds as the source sequence of the RNN model. In this way, the sequential representation of an image can be naturally translated to a sequence of words, as the target sequence of the RNN model. To represent the image in a sequential way, we extract the objects features in the image and arrange them in a order using convolutional neural networks. To further leverage the visual information from the encoded objects, a sequential attention layer is introduced to selectively attend to the objects that are related to generate corresponding words in the sentences. Extensive experiments are conducted to validate the proposed approach on popular benchmark dataset, i.e., MS COCO, and the proposed model surpasses the state-of-the-art methods in all metrics following the dataset splits of previous work. The proposed approach is also evaluated by the evaluation server of MS COCO captioning challenge, and achieves very competitive results, e.g., a CIDEr of 1.029 (c5) and 1.064 (c40).

📄 PDF Abstract BibTeX arXiv:1702.05658

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationImage CaptioningMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Doubly Attentive Transformer Machine Translation

2018-07-30 · Hasan Sait Arslan, Mark Fishel, Gholamreza Anbarjafari

In this paper a doubly attentive transformer machine translation model (DATNMT) is presented in which a doubly-attentive transformer decoder normally joins spatial visual features obtained via pretrained convolutional ne…

DecoderImage CaptioningMachine TranslationMultimodal Machine Translation+1

Neural Attention for Image Captioning: Review of Outstanding Methods

2021-11-29 · Zanyar Zohourianshahzadi, Jugal K. Kalita

Image captioning is the task of automatically generating sentences that describe an input image in the best way possible. The most successful techniques for automatically generating image captions have recently used atte…

DecoderDeep LearningImage Captioning

Automatic Identification and Description of Jewelry Through Computer Vision and Neural Networks for Translators and Interpreters

2025-08-31 · Jose Manuel Alcalde-Llergo, Aurora Ruiz-Mezcua, Rocio Avila-Ramirez, Andrea Zingoni 외 arxiv

Identifying jewelry pieces presents a significant challenge due to the wide range of styles and designs. Currently, precise descriptions are typically limited to industry experts. However, translators and interpreters of…

Image Captioning

Learning to Select: A Fully Attentive Approach for Novel Object Captioning

2021-06-02 · Marco Cagrandi, Marcella Cornia, Matteo Stefanini, Lorenzo Baraldi 외

Image captioning models have lately shown impressive results when applied to standard datasets. Switching to real-life scenarios, however, constitutes a challenge due to the larger variety of visual concepts which are no…

Image CaptioningLanguage ModelingLanguage Modelling

Integrating Temporal and Spatial Attentions for VATEX Video Captioning Challenge 2019

2019-10-15 · Shizhe Chen, Yida Zhao, Yuqing Song, Qin Jin 외

This notebook paper presents our model in the VATEX video captioning challenge. In order to capture multi-level aspects in the video, we propose to integrate both temporal and spatial attentions for video captioning. The…

Video Captioning