Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Self-critical Sequence Training for Image Captioning

About

Recently it has been shown that policy-gradient methods for reinforcement learning can be utilized to train deep end-to-end systems directly on non-differentiable metrics for the task at hand. In this paper we consider the problem of optimizing image captioning systems using reinforcement learning, and show that by carefully optimizing our systems using the test metrics of the MSCOCO task, significant gains in performance can be realized. Our systems are built using a new optimization approach that we call self-critical sequence training (SCST). SCST is a form of the popular REINFORCE algorithm that, rather than estimating a "baseline" to normalize the rewards and reduce variance, utilizes the output of its own test-time inference algorithm to normalize the rewards it experiences. Using this approach, estimating the reward signal (as actor-critic methods must do) and estimating normalization (as REINFORCE algorithms typically do) is avoided, while at the same time harmonizing the model with respect to its test-time inference procedure. Empirically we find that directly optimizing the CIDEr metric with SCST and greedy decoding at test-time is highly effective. Our results on the MSCOCO evaluation sever establish a new state-of-the-art on the task, improving the best result in terms of CIDEr from 104.9 to 114.7.

Steven J. Rennie, Etienne Marcheret, Youssef Mroueh, Jarret Ross, Vaibhava Goel• 2016

Related benchmarks

TaskDatasetResultRank
Image CaptioningMS COCO Karpathy (test)
CIDEr1.175
706
Radiology Report GenerationMIMIC-CXR (test)
ROUGE-L0.276
209
Image CaptioningMS-COCO (test)--
120
Radiology Report GenerationIU-Xray (test)
ROUGE-L0.308
110
Medical Report GenerationMIMIC-CXR (test)
ROUGE-L0.264
100
Image CaptioningMS-COCO online (test)
BLEU-4 (c5)35.2
76
Medical Report GenerationIU-Xray (test)
ROUGE-L0.309
56
Findings GenerationIU-Xray (test)
BLEU-122.4
47
Medical Report GenerationMIMIC-CXR
F1 Score20.4
34
Image CaptioningMS-COCO Karpathy 2014 (test)
BLEU-434.2
24
Showing 10 of 15 rows

Other info

Follow for update