Switching to Discriminative Image Captioning by Relieving a Bottleneck of Reinforcement Learning
Discriminativeness is a desirable feature of image captions: captions should describe the characteristic details of input images. However, recent high-performing captioning models, which are trained with reinforcement learning (RL), tend to generate overly generic captions despite their high performance in various other criteria. First, we investigate the cause of the unexpectedly low discriminativeness and show that RL has a deeply rooted side effect of limiting the output words to high-frequency words. The limited vocabulary is a severe bottleneck for discriminativeness as it is difficult for a model to describe the details beyond its vocabulary. Then, based on this identification of the bottleneck, we drastically recast discriminative image captioning as a much simpler task of encouraging low-frequency word generation. Hinted by long-tail classification and debiasing methods, we propose methods that easily switch off-the-shelf RL models to discriminativeness-aware models with only a single-epoch fine-tuning on the part of the parameters. Extensive experiments demonstrate that our methods significantly enhance the discriminativeness of off-the-shelf RL models and even outperform previous discriminativeness-aware methods with much smaller computational costs. Detailed analysis and human evaluation also verify that our methods boost the discriminativeness without sacrificing the overall quality of captions.
Code (1)
Tasks
Image Captioningreinforcement-learningReinforcement Learning (RL)Similar Papers 제목 키워드 기반
Relieving the Computational Bottleneck: Joint Inference for Event Extraction with High-Dimensional Features
Show, Tell and Discriminate: Image Captioning by Self-retrieval with Partially Labeled Data
The aim of image captioning is to generate captions by machine to describe image contents. Despite many efforts, generating discriminative captions for images remains non-trivial. Most traditional approaches imitate the …
Image CaptioningRetrievalCascaded Revision Network for Novel Object Captioning
Image captioning, a challenging task where the machine automatically describes an image by sentences, has drawn significant attention in recent years. Despite the remarkable improvements of recent approaches, however, th…
Image CaptioningObjectobject-detectionObject Detection+1Improved Dual-Output Step-Down Soft-Switching Current-Fed Push-Pull DC-DC Converter
Multi-port DC-DC converters are gaining more significance in modern power system environments by enabling the connection of multiple renewable energy sources, so the efficient operation of these converters is paramount. …
Pragmatic Inference with a CLIP Listener for Contrastive Captioning
We propose a simple yet effective and robust method for contrastive captioning: generating discriminative captions that distinguish target images from very similar alternative distractor images. Our approach is built on …