English

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

Computer Vision and Pattern Recognition 2023-01-02 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2212.14679,
  title  = {1st Place Solution for YouTubeVOS Challenge 2022: Referring Video Object Segmentation},
  author = {Zhiwei Hu and Bo Chen and Yuan Gao and Zhilong Ji and Jinfeng Bai},
  journal= {arXiv preprint arXiv:2212.14679},
  year   = {2023}
}

Comments

4 pages, 2 figures

R2 v1 2026-06-28T07:57:04.448Z