paper-with-me

Papers

Betrayed by Captions: Joint Caption Grounding and Generation for Open Vocabulary Instance Segmentation

2023-01-02 · ICCV 2023 1 · Jianzong Wu, Xiangtai Li, Henghui Ding, Xia Li, Guangliang Cheng, Yunhai Tong, Chen Change Loy

In this work, we focus on open vocabulary instance segmentation to expand a segmentation model to classify and segment instance-level novel categories. Previous approaches have relied on massive caption datasets and complex pipelines to establish one-to-one mappings between image regions and words in captions. However, such methods build noisy supervision by matching non-visible words to image regions, such as adjectives and verbs. Meanwhile, context words are also important for inferring the existence of novel objects as they show high inter-correlations with novel categories. To overcome these limitations, we devise a joint \textbf{Caption Grounding and Generation (CGG)} framework, which incorporates a novel grounding loss that only focuses on matching object nouns to improve learning efficiency. We also introduce a caption generation head that enables additional supervision and contextual modeling as a complementation to the grounding loss. Our analysis and results demonstrate that grounding and generation components complement each other, significantly enhancing the segmentation performance for novel classes. Experiments on the COCO dataset with two settings: Open Vocabulary Instance Segmentation (OVIS) and Open Set Panoptic Segmentation (OSPS) demonstrate the superiority of the CGG. Specifically, CGG achieves a substantial improvement of 6.8% mAP for novel classes without extra data on the OVIS task and 15% PQ improvements for novel classes on the OSPS benchmark.

📄 PDF Abstract BibTeX arXiv:2301.00805

Code (2)

jianzongwu/betrayed-by-captions 공식 구현 pytorch
jzwu48033552/betrayed-by-captions 공식 구현 pytorch

Tasks

Caption GenerationInstance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

PANORAMA: Panoptic Grounded Captioning via Mask Proposal Selection

2026-09-16 · Sara Pieri, Evangelos Kazakos, Shizhe Chen, Josef Sivic 외 hf

Intelligent systems that act in the world require image understanding that is both comprehensive and spatially grounded. Current vision-language models (VLMs) can generate fluent and detailed image captions, but reliably…

Panoptic SegmentationDense CaptioningPhrase Grounding

Contrastive Learning for Weakly Supervised Phrase Grounding

2020-06-17 · ECCV 2020 8 · Tanmay Gupta, Arash Vahdat, Gal Chechik, Xiaodong Yang 외

Phrase grounding, the problem of associating image regions to caption words, is a crucial component of vision-language tasks. We show that phrase grounding can be learned by optimizing word-region attention to maximize a…

Contrastive LearningLanguage ModelingLanguage ModellingPhrase Grounding

Exploiting Auxiliary Caption for Video Grounding

2023-01-15 · Hongxiang Li, Meng Cao, Xuxin Cheng, Zhihong Zhu 외

Video grounding aims to locate a moment of interest matching the given query sentence from an untrimmed video. Previous works ignore the {sparsity dilemma} in video annotations, which fails to provide the context informa…

Contrastive LearningDense Video CaptioningSentenceVideo Captioning+1

Between Flexibility and Consistency: Joint Generation of Captions and Subtitles

2021-07-13 · ACL (IWSLT) 2021 8 · Alina Karakanta, Marco Gaido, Matteo Negri, Marco Turchi

Speech translation (ST) has lately received growing interest for the generation of subtitles without the need for an intermediate source language transcription and timing (i.e. captions). However, the joint generation of…

Translation

Attacking Visual Language Grounding with Adversarial Examples: A Case Study on Neural Image Captioning

2017-12-06 · ACL 2018 7 · Hongge Chen, huan zhang, Pin-Yu Chen, Jin-Feng Yi 외

Visual language grounding is widely studied in modern neural image captioning systems, which typically adopts an encoder-decoder framework consisting of two principal components: a convolutional neural network (CNN) for …

Caption GenerationDecoderImage Captioning