Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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\% $\mathcal{J}\&\mathcal{F}$ on DAVIS 2017 validation dataset) of SWEM. Code is available at: https://github.com/lmm077/SWEM.

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

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean81.2
1130
Video Object SegmentationDAVIS 2016 (val)
J Mean89.9
564
Video Object SegmentationYouTube-VOS 2018 (val)
J Score (Seen)82.4
493
Video Object SegmentationYouTube-VOS 2019 (val)
J-Score (Seen)82
231
Video Object SegmentationYouTube-VOS 2018
Score G82.8
47
Video Object SegmentationMOSE (val)
J&F Score50.9
45
Video Object SegmentationDAVIS 2017
Jaccard Index (J)81.2
42
Video Object SegmentationMOSE
J&F Score50.9
29
Video Object SegmentationDAVIS 17
J Score81.2
25
Showing 9 of 9 rows

Other info

Code

Follow for update