Recurrent Fusion Network for Image Captioning
Wenhao Jiang, Lin Ma, Yu-Gang Jiang, Wei Liu, Tong Zhang

TL;DR
This paper introduces RFNet, a novel recurrent fusion network that combines multiple image encoders to generate more comprehensive image captions, achieving state-of-the-art results on MSCOCO.
Contribution
The paper proposes a new fusion approach that integrates multiple CNN encoders' outputs to improve image captioning performance.
Findings
RFNet outperforms existing models on MSCOCO.
Fusion of multiple encoders enhances caption quality.
Achieves new state-of-the-art results.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsAverage Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling · Residual Connection
