paper-with-me

홈 › Papers

Learning to Generate Grounded Visual Captions without Localization Supervision

2019-06-01 · Chih-Yao Ma, Yannis Kalantidis, Ghassan AlRegib, Peter Vajda, Marcus Rohrbach, Zsolt Kira

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or the language model. The most common way of relating image regions with words in caption models is through an attention mechanism over the regions that are used as input to predict the next word. The model must therefore learn to predict the attentional weights without knowing the word it should localize. This is difficult to train without grounding supervision since recurrent models can propagate past information and there is no explicit signal to force the captioning model to properly ground the individual decoded words. In this work, we help the model to achieve this via a novel cyclical training regimen that forces the model to localize each word in the image after the sentence decoder generates it, and then reconstruct the sentence from the localized image region(s) to match the ground-truth. Our proposed framework only requires learning one extra fully-connected layer (the localizer), a layer that can be removed at test time. We show that our model significantly improves grounding accuracy without relying on grounding supervision or introducing extra computation during inference, for both image and video captioning tasks. Code is available at https://github.com/chihyaoma/cyclical-visual-captioning .

📄 PDF Abstract BibTeX arXiv:1906.00283

Code (2)

chihyaoma/cyclical-visual-captioning 공식 구현 pytorch
facebookresearch/ActivityNet-Entities pytorch

Tasks

Image CaptioningLanguage ModellingSentenceVideo Captioning

Similar Papers 제목 키워드 기반

PolySmart @ TRECVid 2024 Medical Video Question Answering

2024-12-20 · Jiaxin Wu, Yiyang Jiang, Xiao-Yong Wei, Qing Li

Video Corpus Visual Answer Localization (VCVAL) includes question-related video retrieval and visual answer localization in the videos. Specifically, we use text-to-text retrieval to find relevant videos for a medical qu…

Question AnsweringRetrievalText RetrievalVideo Question Answering+1

Learning to Generate Grounded Visual Captions without Localization Supervision

2020-08-01 · ECCV 2020 8 · Chih-Yao Ma, Yannis Kalantidis, Ghassan AlRegib, Peter Vajda 외

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particul…

Image CaptioningLanguage ModellingSentenceVideo Captioning

SemStyle: Learning to Generate Stylised Image Captions using Unaligned Text

2018-05-18 · CVPR 2018 6 · Alexander Mathews, Lexing Xie, Xuming He

Linguistic style is an essential part of written communication, with the power to affect both clarity and attractiveness. With recent advances in vision and language, we can start to tackle the problem of generating imag…

DescriptiveImage CaptioningLanguage ModelingLanguage Modelling

Diverse Image Captioning with Grounded Style

2022-05-03 · Franz Klein, Shweta Mahajan, Stefan Roth

Stylized image captioning as presented in prior work aims to generate captions that reflect characteristics beyond a factual description of the scene composition, such as sentiments. Such prior work relies on given senti…

AttributeDiversityImage Captioning

DenseCap: Fully Convolutional Localization Networks for Dense Captioning

2015-11-24 · CVPR 2016 6 · Justin Johnson, Andrej Karpathy, Li Fei-Fei

We introduce the dense captioning task, which requires a computer vision system to both localize and describe salient regions in images in natural language. The dense captioning task generalizes object detection when the…

Dense CaptioningImage CaptioningLanguage ModelingLanguage Modelling+3