English

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

Computer Vision and Pattern Recognition 2022-08-23 v1

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

Keywords

Cite

@article{arxiv.2208.10128,
  title  = {SWEM: Towards Real-Time Video Object Segmentation with Sequential Weighted Expectation-Maximization},
  author = {Zhihui Lin and Tianyu Yang and Maomao Li and Ziyu Wang and Chun Yuan and Wenhao Jiang and Wei Liu},
  journal= {arXiv preprint arXiv:2208.10128},
  year   = {2022}
}

Comments

15 pages with Supplementary Material

R2 v1 2026-06-25T01:51:47.854Z