paper-with-me

Papers

Switching to Discriminative Image Captioning by Relieving a Bottleneck of Reinforcement Learning

2022-12-06 · Ukyo Honda, Taro Watanabe, Yuji Matsumoto

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.

📄 PDF Abstract BibTeX arXiv:2212.03230

Code (1)

ukyh/switch_disc_caption 공식 구현 pytorch

Tasks

Image Captioningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Relieving the Computational Bottleneck: Joint Inference for Event Extraction with High-Dimensional Features

2014-10-01 · EMNLP 2014 10 · Deepak Venugopal, Chen Chen, Vibhav Gogate, Vincent Ng
Event Extraction

Show, Tell and Discriminate: Image Captioning by Self-retrieval with Partially Labeled Data

2018-03-22 · ECCV 2018 9 · Xihui Liu, Hongsheng Li, Jing Shao, Dapeng Chen 외

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 CaptioningRetrieval

Cascaded Revision Network for Novel Object Captioning

2019-08-06 · Qianyu Feng, Yu Wu, Hehe Fan, Chenggang Yan 외

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+1

Improved Dual-Output Step-Down Soft-Switching Current-Fed Push-Pull DC-DC Converter

2023-10-24 · Minoo Mohebbifar, Mohammad Panahazari, Omid Mirzapour

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

2023-06-15 · Jiefu Ou, Benno Krojer, Daniel Fried

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 …