SOTAVerified

SWEM: Towards Real-Time Video Object Segmentation with Sequential Weighted Expectation-Maximization

2022-08-22CVPR 2022Code Available1· sign in to hype

Zhihui Lin, Tianyu Yang, Maomao Li, Ziyu Wang, Chun Yuan, Wenhao Jiang, Wei Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Matching-based methods, especially those based on space-time memory, are significantly ahead of other solutions in semi-supervised video object segmentation (VOS). However, continuously growing and redundant template features lead to an inefficient inference. To alleviate this, we propose a novel Sequential Weighted Expectation-Maximization (SWEM) network to greatly reduce the redundancy of memory features. Different from the previous methods which only detect feature redundancy between frames, SWEM merges both intra-frame and inter-frame similar features by leveraging the sequential weighted EM algorithm. Further, adaptive weights for frame features endow SWEM with the flexibility to represent hard samples, improving the discrimination of templates. Besides, the proposed method maintains a fixed number of template features in memory, which ensures the stable inference complexity of the VOS system. Extensive experiments on commonly used DAVIS and YouTube-VOS datasets verify the high efficiency (36 FPS) and high performance (84.3\% J\&F on DAVIS 2017 validation dataset) of SWEM. Code is available at: https://github.com/lmm077/SWEM.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016SWEM (val)J&F88.1Unverified
DAVIS 2017 (val)SWEMJ&F77.2Unverified
DAVIS (no YouTube-VOS training)SWEMD17 val (G)77.2Unverified
MOSESWEMJ&F50.9Unverified

Reproductions