paper-with-me

홈 › Papers

1st Place Solution for YouTubeVOS Challenge 2022: Referring Video Object Segmentation

2022-12-27 · Zhiwei Hu, Bo Chen, Yuan Gao, Zhilong Ji, Jinfeng Bai

The task of referring video object segmentation aims to segment the object in the frames of a given video to which the referring expressions refer. Previous methods adopt multi-stage approach and design complex pipelines to obtain promising results. Recently, the end-to-end method based on Transformer has proved its superiority. In this work, we draw on the advantages of the above methods to provide a simple and effective pipeline for RVOS. Firstly, We improve the state-of-the-art one-stage method ReferFormer to obtain mask sequences that are strongly correlated with language descriptions. Secondly, based on a reliable and high-quality keyframe, we leverage the superior performance of video object segmentation model to further enhance the quality and temporal consistency of the mask results. Our single model reaches 70.3 J &F on the Referring Youtube-VOS validation set and 63.0 on the test set. After ensemble, we achieve 64.1 on the final leaderboard, ranking 1st place on CVPR2022 Referring Youtube-VOS challenge. Code will be available at https://github.com/Zhiweihhh/cvpr2022-rvos-challenge.git.

📄 PDF Abstract BibTeX arXiv:2212.14679

Code (1)

zhiweihhh/cvpr2022-rvos-challenge 공식 구현 pytorch

Tasks

ObjectReferring Video Object SegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

1st Place Solution for YouTubeVOS Challenge 2021:Video Instance Segmentation

2021-06-12 · Thuy C. Nguyen, Tuan N. Tang, Nam LH. Phan, Chuong H. Nguyen 외

Video Instance Segmentation (VIS) is a multi-task problem performing detection, segmentation, and tracking simultaneously. Extended from image set applications, video data additionally induces the temporal information, w…

SegmentationVideo Instance Segmentation

The 1st Solution for 4th PVUW MeViS Challenge: Unleashing the Potential of Large Multimodal Models for Referring Video Segmentation

2025-04-07 · Hao Fang, Runmin Cong, Xiankai Lu, Zhiyang Chen 외

Motion expression video segmentation is designed to segment objects in accordance with the input motion expressions. In contrast to the conventional Referring Video Object Segmentation (RVOS), it places emphasis on motio…

Inference OptimizationReferring Video Object SegmentationSegmentationSemantic Segmentation+3

The Second Place Solution for The 4th Large-scale Video Object Segmentation Challenge--Track 3: Referring Video Object Segmentation

2022-06-24 · Leilei Cao, Zhuang Li, Bo Yan, Feng Zhang 외

The referring video object segmentation task (RVOS) aims to segment object instances in a given video referred by a language expression in all video frames. Due to the requirement of understanding cross-modal semantics w…

Objectobject-detectionObject DetectionReferring Video Object Segmentation+5

UNINEXT-Cutie: The 1st Solution for LSVOS Challenge RVOS Track

2024-08-19 · Hao Fang, Feiyu Pan, Xiankai Lu, Wei zhang 외

Referring video object segmentation (RVOS) relies on natural language expressions to segment target objects in video. In this year, LSVOS Challenge RVOS Track replaced the origin YouTube-RVOS benchmark with MeViS. MeViS …

Referring Video Object SegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

1st Place Solution for 5th LSVOS Challenge: Referring Video Object Segmentation

2024-01-01 · Zhuoyan Luo, Yicheng Xiao, Yong liu, Yitong Wang 외

The recent transformer-based models have dominated the Referring Video Object Segmentation (RVOS) task due to the superior performance. Most prior works adopt unified DETR framework to generate segmentation masks in quer…

ObjectReferring Video Object SegmentationSegmentationSemantic Segmentation+2