paper-with-me

홈 › Papers

Image captioning with weakly-supervised attention penalty

2019-03-06 · Jiayun Li, Mohammad K. Ebrahimpour, Azadeh Moghtaderi, Yen-Yun Yu

Stories are essential for genealogy research since they can help build emotional connections with people. A lot of family stories are reserved in historical photos and albums. Recent development on image captioning models makes it feasible to "tell stories" for photos automatically. The attention mechanism has been widely adopted in many state-of-the-art encoder-decoder based image captioning models, since it can bridge the gap between the visual part and the language part. Most existing captioning models implicitly trained attention modules with word-likelihood loss. Meanwhile, lots of studies have investigated intrinsic attentions for visual models using gradient-based approaches. Ideally, attention maps predicted by captioning models should be consistent with intrinsic attentions from visual models for any given visual concept. However, no work has been done to align implicitly learned attention maps with intrinsic visual attentions. In this paper, we proposed a novel model that measured consistency between captioning predicted attentions and intrinsic visual attentions. This alignment loss allows explicit attention correction without using any expensive bounding box annotations. We developed and evaluated our model on COCO dataset as well as a genealogical dataset from Ancestry.com Operations Inc., which contains billions of historical photos. The proposed model achieved better performances on all commonly used language evaluation metrics for both datasets.

📄 PDF Abstract BibTeX arXiv:1903.02507

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Captioning

Similar Papers 제목 키워드 기반

Decoupled Spatial Neural Attention for Weakly Supervised Semantic Segmentation

2018-03-07 · Tianyi Zhang, Guosheng Lin, Jianfei Cai, Tong Shen 외

Weakly supervised semantic segmentation receives much research attention since it alleviates the need to obtain a large amount of dense pixel-wise ground-truth annotations for the training images. Compared with other for…

Image CaptioningSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Top-Down Framework for Weakly-supervised Grounded Image Captioning

2023-06-13 · Chen Cai, Suchen Wang, Kim-Hui Yap, Yi Wang

Weakly-supervised grounded image captioning (WSGIC) aims to generate the caption and ground (localize) predicted object words in the input image without using bounding box supervision. Recent two-stage solutions mostly a…

Image CaptioningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObject+1

Cycle-Consistency Learning for Captioning and Grounding

2023-12-23 · Ning Wang, Jiajun Deng, Mingbo Jia

We present that visual grounding and image captioning, which perform as two mutually inverse processes, can be bridged together for collaborative training by careful designs. By consolidating this idea, we introduce CyCo…

Image CaptioningVisual Grounding

Distributed Attention for Grounded Image Captioning

2021-08-02 · Nenglun Chen, Xingjia Pan, Runnan Chen, Lei Yang 외

We study the problem of weakly supervised grounded image captioning. That is, given an image, the goal is to automatically generate a sentence describing the context of the image with each noun word grounded to the corre…

Image CaptioningSentence

Areas of Attention for Image Captioning

2016-12-03 · ICCV 2017 10 · Marco Pedersoli, Thomas Lucas, Cordelia Schmid, Jakob Verbeek

We propose "Areas of Attention", a novel attention-based model for automatic image captioning. Our approach models the dependencies between image regions, caption words, and the state of an RNN language model, using thre…

Image CaptioningLanguage ModelingLanguage Modelling