paper-with-me

Papers

VLT: Vision-Language Transformer and Query Generation for Referring Segmentation

2022-10-28 · Henghui Ding, Chang Liu, Suchen Wang, Xudong Jiang

We propose a Vision-Language Transformer (VLT) framework for referring segmentation to facilitate deep interactions among multi-modal information and enhance the holistic understanding to vision-language features. There are different ways to understand the dynamic emphasis of a language expression, especially when interacting with the image. However, the learned queries in existing transformer works are fixed after training, which cannot cope with the randomness and huge diversity of the language expressions. To address this issue, we propose a Query Generation Module, which dynamically produces multiple sets of input-specific queries to represent the diverse comprehensions of language expression. To find the best among these diverse comprehensions, so as to generate a better mask, we propose a Query Balance Module to selectively fuse the corresponding responses of the set of queries. Furthermore, to enhance the model's ability in dealing with diverse language expressions, we consider inter-sample learning to explicitly endow the model with knowledge of understanding different language expressions to the same object. We introduce masked contrastive learning to narrow down the features of different expressions for the same target object while distinguishing the features of different objects. The proposed approach is lightweight and achieves new state-of-the-art referring segmentation results consistently on five datasets.

📄 PDF Abstract BibTeX arXiv:2210.15871

Code (1)

henghuiding/Vision-Language-Transformer 공식 구현 tf

Tasks

Referring Expression SegmentationReferring Video Object SegmentationVideo Object Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Vision-Language Transformer and Query Generation for Referring Segmentation

2021-08-12 · ICCV 2021 10 · Henghui Ding, Chang Liu, Suchen Wang, Xudong Jiang

In this work, we address the challenging task of referring segmentation. The query expression in referring segmentation typically indicates the target object by describing its relationship with others. Therefore, to find…

DecoderGeneralized Referring Expression ComprehensionGeneralized Referring Expression SegmentationReferring Expression Segmentation+1

Linguistic Query-Guided Mask Generation for Referring Image Segmentation

2023-01-16 · Zhichao Wei, Xiaohao Chen, Mingqiang Chen, Siyu Zhu

Referring image segmentation aims to segment the image region of interest according to the given language expression, which is a typical multi-modal task. Existing methods either adopt the pixel classification-based or t…

Contrastive Learningcross-modal alignmentDecoderImage Segmentation+2

Contrastive Grouping with Transformer for Referring Image Segmentation

2023-09-02 · CVPR 2023 1 · Jiajin Tang, Ge Zheng, Cheng Shi, Sibei Yang

Referring image segmentation aims to segment the target referent in an image conditioning on a natural language expression. Existing one-stage methods employ per-pixel classification frameworks, which attempt straightfor…

Contrastive LearningImage SegmentationObjectSegmentation+1

LQMFormer: Language-aware Query Mask Transformer for Referring Image Segmentation

2024-01-01 · CVPR 2024 1 · Nisarg A. Shah, Vibashan VS, Vishal M. Patel

Referring Image Segmentation (RIS) aims to segment objects from an image based on a language description. Recent advancements have introduced transformer-based methods that leverage cross-modal dependencies significa…

Image SegmentationSemantic SegmentationVisual Grounding

Video Referring Expression Comprehension via Transformer with Content-conditioned Query

2023-10-25 · Ji Jiang, Meng Cao, Tengtao Song, Long Chen 외

Video Referring Expression Comprehension (REC) aims to localize a target object in videos based on the queried natural language. Recent improvements in video REC have been made using Transformer-based methods with learna…

cross-modal alignmentReferring ExpressionReferring Expression ComprehensionSentence