paper-with-me

홈 › 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 reinforcement learning training technique for image captioning models to directly optimize non-differentiable image captioning quality metrics such as CIDEr-D. We extend the well-known Self-Critical Sequence Training (SCST) approach for image captioning models by incorporating Bayesian inference, and refer to it as B-SCST. The "baseline" for the policy-gradients in B-SCST is generated by averaging predictive quality metrics (CIDEr-D) of the captions drawn from the distribution obtained using a Bayesian DNN model. We infer this predictive distribution using Monte Carlo (MC) dropout approximate variational inference. We show that B-SCST improves CIDEr-D scores on Flickr30k, MS COCO and VizWiz image captioning datasets, compared to the SCST approach. We also provide a study of uncertainty quantification for the predicted captions, and demonstrate that it correlates well with the CIDEr-D scores. To our knowledge, this is the first such analysis, and it can improve the interpretability of image captioning model outputs, which is critical for practical applications.

📄 PDF Abstract BibTeX arXiv:2004.02435

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceImage CaptioningReinforcement LearningUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

SCST 설명 없음
Interpretability 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Self-critical Sequence Training for Automatic Speech Recognition

2022-04-13 · Chen Chen, Yuchen Hu, Nana Hou, Xiaofeng Qi 외

Although automatic speech recognition (ASR) task has gained remarkable success by sequence-to-sequence models, there are two main mismatches between its training and testing that might lead to performance degradation: 1)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Reinforcement Learning (RL)speech-recognition+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

Self-critical Sequence Training for Image Captioning

2016-12-02 · CVPR 2017 7 · Steven J. Rennie, Etienne Marcheret, Youssef Mroueh, Jarret Ross 외

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 t…

Image CaptioningPolicy Gradient Methodsreinforcement-learningReinforcement Learning+1

ReGen: Reinforcement Learning for Text and Knowledge Base Generation using Pretrained Language Models

2021-08-27 · EMNLP 2021 11 · Pierre L. Dognin, Inkit Padhi, Igor Melnyk, Payel Das

Automatic construction of relevant Knowledge Bases (KBs) from text, and generation of semantically meaningful text from KBs are both long-standing goals in Machine Learning. In this paper, we present ReGen, a bidirection…

Graph GenerationJoint Entity and Relation Extractionreinforcement-learningReinforcement Learning+2

A Reinforced Topic-Aware Convolutional Sequence-to-Sequence Model for Abstractive Text Summarization

2018-05-09 · Li Wang, Junlin Yao, Yunzhe Tao, Li Zhong 외

In this paper, we propose a deep learning approach to tackle the automatic summarization tasks by incorporating topic information into the convolutional sequence-to-sequence (ConvS2S) model and using self-critical sequen…

Abstractive Text SummarizationDiversityInformativenessText Summarization