Abstract
The recent transformer-based models have dominated the Referring Video ObjectSegmentation (RVOS) task due to the superior performance. Most prior worksadopt unified DETR framework to generate segmentation masks inquery-to-instance manner. In this work, we integrate strengths of that leadingRVOS models to build up an effective paradigm. We first obtain binary masksequences from the RVOS models. To improve the consistency and quality ofmasks, we propose Two-Stage Multi-Model Fusion strategy. Each stage rationallyensembles RVOS models based on framework design as well as training strategy,and leverages different video object segmentation (VOS) models to enhance maskcoherence by object propagation mechanism. Our method achieves 75.7% J&F onRef-Youtube-VOS validation set and 70% J&F on test set, which ranks 1st placeon 5th Large-scale Video Object Segmentation Challenge (ICCV 2023) track 3.Code is available at https://github.com/RobertLuo1/iccv2023_RVOS_Challenge.