SOTAVerified

Spectrum-guided Multi-granularity Referring Video Object Segmentation

2023-07-25ICCV 2023Code Available1· sign in to hype

Bo Miao, Mohammed Bennamoun, Yongsheng Gao, Ajmal Mian

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Current referring video object segmentation (R-VOS) techniques extract conditional kernels from encoded (low-resolution) vision-language features to segment the decoded high-resolution features. We discovered that this causes significant feature drift, which the segmentation kernels struggle to perceive during the forward computation. This negatively affects the ability of segmentation kernels. To address the drift problem, we propose a Spectrum-guided Multi-granularity (SgMg) approach, which performs direct segmentation on the encoded features and employs visual details to further optimize the masks. In addition, we propose Spectrum-guided Cross-modal Fusion (SCF) to perform intra-frame global interactions in the spectral domain for effective multimodal representation. Finally, we extend SgMg to perform multi-object R-VOS, a new paradigm that enables simultaneous segmentation of multiple referred objects in a video. This not only makes R-VOS faster, but also more practical. Extensive experiments show that SgMg achieves state-of-the-art performance on four video benchmark datasets, outperforming the nearest competitor by 2.8% points on Ref-YouTube-VOS. Our extended SgMg enables multi-object R-VOS, runs about 3 times faster while maintaining satisfactory performance. Code is available at https://github.com/bo-miao/SgMg.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
A2D SentencesSgMg (Video-Swin-B)AP0.59Unverified
DAVIS 2017 (val)SgMgJ&F 1st frame63.3Unverified
J-HMDBSgMg (Video-Swin-B)AP0.45Unverified
Refer-YouTube-VOS (2021 public validation)SgMg (Pre-training)J&F65.7Unverified

Reproductions