paper-with-me

홈 › Papers

Fully Transformer-Equipped Architecture for End-to-End Referring Video Object Segmentation

2023-09-21 · Ping Li, Yu Zhang, Li Yuan, Xianghua Xu

Referring Video Object Segmentation (RVOS) requires segmenting the object in video referred by a natural language query. Existing methods mainly rely on sophisticated pipelines to tackle such cross-modal task, and do not explicitly model the object-level spatial context which plays an important role in locating the referred object. Therefore, we propose an end-to-end RVOS framework completely built upon transformers, termed \textit{Fully Transformer-Equipped Architecture} (FTEA), which treats the RVOS task as a mask sequence learning problem and regards all the objects in video as candidate objects. Given a video clip with a text query, the visual-textual features are yielded by encoder, while the corresponding pixel-level and word-level features are aligned in terms of semantic similarity. To capture the object-level spatial context, we have developed the Stacked Transformer, which individually characterizes the visual appearance of each candidate object, whose feature map is decoded to the binary mask sequence in order directly. Finally, the model finds the best matching between mask sequence and text query. In addition, to diversify the generated masks for candidate objects, we impose a diversity loss on the model for capturing more accurate mask of the referred object. Empirical studies have shown the superiority of the proposed method on three benchmarks, e.g., FETA achieves 45.1% and 38.7% in terms of mAP on A2D Sentences (3782 videos) and J-HMDB Sentences (928 videos), respectively; it achieves 56.6% in terms of $\mathcal{J\&F}$ on Ref-YouTube-VOS (3975 videos and 7451 objects). Particularly, compared to the best candidate method, it has a gain of 2.1% and 3.2% in terms of P$@$0.5 on the former two, respectively, while it has a gain of 2.9% in terms of $\mathcal{J}$ on the latter one.

📄 PDF Abstract BibTeX arXiv:2309.11933

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectReferring Video Object SegmentationSemantic SegmentationSemantic SimilaritySemantic Textual SimilarityVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
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$…
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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Temporal-Enhanced Multimodal Transformer for Referring Multi-Object Tracking and Segmentation

2024-10-17 · Changcheng Xiao, Qiong Cao, Yujie Zhong, Xiang Zhang 외

Referring multi-object tracking (RMOT) is an emerging cross-modal task that aims to locate an arbitrary number of target objects and maintain their identities referred by a language expression in a video. This intricate …

Multi-Object TrackingMulti-Object Tracking and SegmentationObject TrackingReferring Multi-Object Tracking+3

Referring Multi-Object Tracking

2023-03-06 · CVPR 2023 1 · Dongming Wu, Wencheng Han, Tiancai Wang, Xingping Dong 외

Existing referring understanding tasks tend to involve the detection of a single text-referred object. In this paper, we propose a new and general referring understanding task, termed referring multi-object tracking (RMO…

Multi-Object TrackingObjectObject TrackingReferring Multi-Object Tracking

Multimodal Referring Segmentation: A Survey

2025-08-01 · Henghui Ding, Song Tang, Shuting He, Chang Liu 외 arxiv

Multimodal referring segmentation aims to segment target objects in visual scenes, such as images, videos, and 3D scenes, based on referring expressions in text or audio format. This task plays a crucial role in practica…

Referring Expression

Expression Prompt Collaboration Transformer for Universal Referring Video Object Segmentation

2023-08-08 · Jiajun Chen, Jiacheng Lin, Guojin Zhong, Haolong Fu 외

Audio-guided Video Object Segmentation (A-VOS) and Referring Video Object Segmentation (R-VOS) are two highly related tasks that both aim to segment specific objects from video sequences according to expression prompts. …

Contrastive LearningObjectReferring Expression SegmentationReferring Video Object Segmentation+4

Referred by Multi-Modality: A Unified Temporal Transformer for Video Object Segmentation

2023-05-25 · Shilin Yan, Renrui Zhang, Ziyu Guo, Wenchao Chen 외

Recently, video object segmentation (VOS) referred by multi-modal signals, e.g., language and audio, has evoked increasing attention in both industry and academia. It is challenging for exploring the semantic alignment w…

ObjectReferring Expression SegmentationReferring Video Object SegmentationSemantic Segmentation+2