paper-with-me

홈 › Papers

Recurrent Fusion Network for Image Captioning

2018-07-26 · ECCV 2018 9 · Wenhao Jiang, Lin Ma, Yu-Gang Jiang, Wei Liu, Tong Zhang

Recently, much advance has been made in image captioning, and an encoder-decoder framework has been adopted by all the state-of-the-art models. Under this framework, an input image is encoded by a convolutional neural network (CNN) and then translated into natural language with a recurrent neural network (RNN). The existing models counting on this framework merely employ one kind of CNNs, e.g., ResNet or Inception-X, which describe image contents from only one specific view point. Thus, the semantic meaning of an input image cannot be comprehensively understood, which restricts the performance of captioning. In this paper, in order to exploit the complementary information from multiple encoders, we propose a novel Recurrent Fusion Network (RFNet) for tackling image captioning. The fusion process in our model can exploit the interactions among the outputs of the image encoders and then generate new compact yet informative representations for the decoder. Experiments on the MSCOCO dataset demonstrate the effectiveness of our proposed RFNet, which sets a new state-of-the-art for image captioning.

📄 PDF Abstract BibTeX arXiv:1807.09986

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Captioning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

RATT: Recurrent Attention to Transient Tasks for Continual Image Captioning

2020-07-13 · NeurIPS 2020 12 · Riccardo Del Chiaro, Bartłomiej Twardowski, Andrew D. Bagdanov, Joost Van de Weijer

Research on continual learning has led to a variety of approaches to mitigating catastrophic forgetting in feed-forward classification networks. Until now surprisingly little attention has been focused on continual learn…

Continual LearningImage CaptioningKnowledge Distillation

Recurrent Relational Memory Network for Unsupervised Image Captioning

2020-06-24 · Dan Guo, Yang Wang, Peipei Song, Meng Wang

Unsupervised image captioning with no annotations is an emerging challenge in computer vision, where the existing arts usually adopt GAN (Generative Adversarial Networks) models. In this paper, we propose a novel memory-…

Computational EfficiencyImage CaptioningRelational ReasoningSentence

Diverse and Styled Image Captioning Using SVD-Based Mixture of Recurrent Experts

2020-07-07 · Marzieh Heidari, Mehdi Ghatee, Ahmad Nickabadi, Arash Pourhasan Nezhad

With great advances in vision and natural language processing, the generation of image captions becomes a need. In a recent paper, Mathews, Xie and He [1], extended a new model to generate styled captions by separating s…

Image CaptioningSentence

Paying More Attention to Saliency: Image Captioning with Saliency and Context Attention

2017-06-26 · Marcella Cornia, Lorenzo Baraldi, Giuseppe Serra, Rita Cucchiara

Image captioning has been recently gaining a lot of attention thanks to the impressive achievements shown by deep captioning architectures, which combine Convolutional Neural Networks to extract image representations, an…

Image CaptioningSaliency Prediction

An Empirical Study of Language CNN for Image Captioning

2016-12-21 · ICCV 2017 10 · Jiuxiang Gu, Gang Wang, Jianfei Cai, Tsuhan Chen

Language Models based on recurrent neural networks have dominated recent image caption generation tasks. In this paper, we introduce a Language CNN model which is suitable for statistical language modeling tasks and show…

Caption GenerationImage CaptioningLanguage ModelingLanguage Modelling