Fast Image Caption Generation with Position Alignment
Zheng-cong Fei

TL;DR
This paper introduces an improved non-autoregressive image captioning model that uses position alignment and latent variable inference to generate high-quality captions faster than traditional autoregressive methods.
Contribution
It proposes a novel NA captioning framework with position alignment and latent variable inference, achieving faster generation without sacrificing quality.
Findings
Outperforms general NA captioning models in accuracy.
Achieves comparable performance to autoregressive models.
Significantly speeds up caption generation process.
Abstract
Recent neural network models for image captioning usually employ an encoder-decoder architecture, where the decoder adopts a recursive sequence decoding way. However, such autoregressive decoding may result in sequential error accumulation and slow generation which limit the applications in practice. Non-autoregressive (NA) decoding has been proposed to cover these issues but suffers from language quality problem due to the indirect modeling of the target distribution. Towards that end, we propose an improved NA prediction framework to accelerate image captioning. Our decoding part consists of a position alignment to order the words that describe the content detected in the given image, and a fine non-autoregressive decoder to generate elegant descriptions. Furthermore, we introduce an inference strategy that regards position information as a latent variable to guide the further…
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 · Video Analysis and Summarization · Advanced Image and Video Retrieval Techniques
