paper-with-me

홈 › Papers

Self-critical n-step Training for Image Captioning

2019-04-15 · CVPR 2019 6 · Junlong Gao, Shiqi Wang, Shanshe Wang, Siwei Ma, Wen Gao

Existing methods for image captioning are usually trained by cross entropy loss, which leads to exposure bias and the inconsistency between the optimizing function and evaluation metrics. Recently it has been shown that these two issues can be addressed by incorporating techniques from reinforcement learning, where one of the popular techniques is the advantage actor-critic algorithm that calculates per-token advantage by estimating state value with a parametrized estimator at the cost of introducing estimation bias. In this paper, we estimate state value without using a parametrized value estimator. With the properties of image captioning, namely, the deterministic state transition function and the sparse reward, state value is equivalent to its preceding state-action value, and we reformulate advantage function by simply replacing the former with the latter. Moreover, the reformulated advantage is extended to n-step, which can generally increase the absolute value of the mean of reformulated advantage while lowering variance. Then two kinds of rollout are adopted to estimate state-action value, which we call self-critical n-step training. Empirically we find that our method can obtain better performance compared to the state-of-the-art methods that use the sequence level advantage and parametrized estimator respectively on the widely used MSCOCO benchmark.

📄 PDF Abstract BibTeX arXiv:1904.06861

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningReinforcement Learning

Similar Papers 제목 키워드 기반

B-SCST: Bayesian Self-Critical Sequence Training for Image Captioning

2020-04-06 · Shashank Bujimalla, Mahesh Subedar, Omesh Tickoo

Bayesian deep neural networks (DNNs) can provide a mathematically grounded framework to quantify uncertainty in predictions from image captioning models. We propose a Bayesian variant of policy-gradient based reinforceme…

Bayesian InferenceImage CaptioningReinforcement LearningUncertainty Quantification+1

Improved Adversarial Image Captioning

2019-03-27 · ICLR Workshop DeepGenStruct 2019 · Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross 외

In this paper we study image captioning as a conditional GAN training, proposing both a context-aware LSTM captioner and co-attentive discriminator, which enforces semantic alignment between images and captions. We inves…

Image Captioning

Training for Diversity in Image Paragraph Captioning

2018-10-01 · EMNLP 2018 10 · Luke Melas-Kyriazi, Alex Rush, er, George Han

Image paragraph captioning models aim to produce detailed descriptions of a source image. These models use similar techniques as standard image captioning models, but they have encountered issues in text generation, nota…

DiversityImage CaptioningImage Paragraph CaptioningMachine Translation+3

Leveraging Human Attention in Novel Object Captioning

2021-08-19 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · Xianyu Chen, Ming Jiang, Qi Zhao

Image captioning models depend on training with paired image-text corpora, which poses various challenges in describing images containing novel objects absent from the training data. While previous novel object captionin…

Image CaptioningObject

Extended Self-Critical Pipeline for Transforming Videos to Text (TRECVID-VTT Task 2021) -- Team: MMCUniAugsburg

2021-12-28 · Philipp Harzig, Moritz Einfalt, Katja Ludwig, Rainer Lienhart

The Multimedia and Computer Vision Lab of the University of Augsburg participated in the VTT task only. We use the VATEX and TRECVID-VTT datasets for training our VTT models. We base our model on the Transformer approach…

Image Captioning