paper-with-me

Papers

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 apply a bottom-up pipeline: (1) encode the input image into multiple region features using an object detector; (2) leverage region features for captioning and grounding. However, utilizing independent proposals produced by object detectors tends to make the subsequent grounded captioner overfitted in finding the correct object words, overlooking the relation between objects, and selecting incompatible proposal regions for grounding. To address these issues, we propose a one-stage weakly-supervised grounded captioner that directly takes the RGB image as input to perform captioning and grounding at the top-down image level. Specifically, we encode the image into visual token representations and propose a Recurrent Grounding Module (RGM) in the decoder to obtain precise Visual Language Attention Maps (VLAMs), which recognize the spatial locations of the objects. In addition, we explicitly inject a relation module into our one-stage framework to encourage relation understanding through multi-label classification. This relation semantics served as contextual information facilitating the prediction of relation and object words in the caption. We observe that the relation semantic not only assists the grounded captioner in generating a more accurate caption but also improves the grounding performance. We validate the effectiveness of our proposed method on two challenging datasets (Flick30k Entities captioning and MSCOCO captioning). The experimental results demonstrate that our method achieves state-of-the-art grounding performance.

📄 PDF Abstract BibTeX arXiv:2306.07490

Code (1)

caicch/OS-WSGIC 공식 구현 pytorch

Tasks

Image CaptioningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObjectRelation

Similar Papers 제목 키워드 기반

Backtracking ScSPM Image Classifier for Weakly Supervised Top-Down Saliency

2016-06-01 · CVPR 2016 6 · Hisham Cholakkal, Jubin Johnson, Deepu Rajan

Top-down saliency models produce a probability map that peaks at target locations specified by a task/goal such as object detection. They are usually trained in a supervised setting involving annotations of objects. We p…

object-detectionObject Detection

Learning Better Visual Representations for Weakly-Supervised Object Detection Using Natural Language Supervision

2021-09-29 · Mesut Erhan Unal, Adriana Kovashka

We present a framework to better leverage natural language supervision for a specific downstream task, namely weakly-supervised object detection (WSOD). Our framework employs a multimodal pre-training step, during which …

cross-modal alignmentobject-detectionObject DetectionRepresentation Learning+1

Backtracking Spatial Pyramid Pooling (SPP)-based Image Classifier for Weakly Supervised Top-down Salient Object Detection

2016-11-16 · Hisham Cholakkal, Jubin Johnson, Deepu Rajan

Top-down saliency models produce a probability map that peaks at target locations specified by a task/goal such as object detection. They are usually trained in a fully supervised setting involving pixel-level annotation…

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection

Weakly Supervised Vision-and-Language Pre-training with Relative Representations

2023-05-24 · Chi Chen, Peng Li, Maosong Sun, Yang Liu

Weakly supervised vision-and-language pre-training (WVLP), which learns cross-modal representations with limited cross-modal supervision, has been shown to effectively reduce the data cost of pre-training while maintaini…

Retrieval

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