paper-with-me

Papers

Non-Autoregressive Image Captioning with Counterfactuals-Critical Multi-Agent Learning

2020-05-10 · Longteng Guo, Jing Liu, Xinxin Zhu, Xingjian He, Jie Jiang, Hanqing Lu

Most image captioning models are autoregressive, i.e. they generate each word by conditioning on previously generated words, which leads to heavy latency during inference. Recently, non-autoregressive decoding has been proposed in machine translation to speed up the inference time by generating all words in parallel. Typically, these models use the word-level cross-entropy loss to optimize each word independently. However, such a learning process fails to consider the sentence-level consistency, thus resulting in inferior generation quality of these non-autoregressive models. In this paper, we propose a Non-Autoregressive Image Captioning (NAIC) model with a novel training paradigm: Counterfactuals-critical Multi-Agent Learning (CMAL). CMAL formulates NAIC as a multi-agent reinforcement learning system where positions in the target sequence are viewed as agents that learn to cooperatively maximize a sentence-level reward. Besides, we propose to utilize massive unlabeled images to boost captioning performance. Extensive experiments on MSCOCO image captioning benchmark show that our NAIC model achieves a performance comparable to state-of-the-art autoregressive models, while brings 13.9x decoding speedup.

📄 PDF Abstract BibTeX arXiv:2005.04690

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningMachine TranslationMulti-agent Reinforcement LearningSentenceTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Fast Sequence Generation with Multi-Agent Reinforcement Learning

2021-01-24 · Longteng Guo, Jing Liu, Xinxin Zhu, Hanqing Lu

Autoregressive sequence Generation models have achieved state-of-the-art performance in areas like machine translation and image captioning. These models are autoregressive in that they generate each word by conditioning…

Image CaptioningMachine TranslationMulti-agent Reinforcement Learningreinforcement-learning+4

O2NA: An Object-Oriented Non-Autoregressive Approach for Controllable Video Captioning

2021-08-05 · Findings (ACL) 2021 8 · Fenglin Liu, Xuancheng Ren, Xian Wu, Bang Yang 외

Video captioning combines video understanding and language generation. Different from image captioning that describes a static image with details of almost every object, video captioning usually considers a sequence of f…

AttributeCaption GenerationImage CaptioningText Generation+2

Semi-Autoregressive Transformer for Image Captioning

2021-06-17 · Yuanen Zhou, Yong Zhang, Zhenzhen Hu, Meng Wang

Current state-of-the-art image captioning models adopt autoregressive decoders, \ie they generate each word by conditioning on previously generated words, which leads to heavy latency during inference. To tackle this iss…

Image Captioning

Semi-Autoregressive Image Captioning

2021-10-11 · Xu Yan, Zhengcong Fei, Zekang Li, Shuhui Wang 외

Current state-of-the-art approaches for image captioning typically adopt an autoregressive manner, i.e., generating descriptions word by word, which suffers from slow decoding issue and becomes a bottleneck in real-time …

DecoderImage CaptioningSentence

DiffCap: Exploring Continuous Diffusion on Image Captioning

2023-05-20 · Yufeng He, Zefan Cai, Xu Gan, Baobao Chang

Current image captioning works usually focus on generating descriptions in an autoregressive manner. However, there are limited works that focus on generating descriptions non-autoregressively, which brings more decoding…

Caption GenerationDiversityImage CaptioningImage Description+2