CVGRJul 29, 2023

XMem++: Production-level Video Segmentation From Few Annotated Frames

arXiv:2307.15958v270 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation effort for video segmentation in production settings, representing a strong incremental improvement over existing memory-based methods.

The paper tackles the labor-intensive task of video object segmentation for production by introducing XMem++, a semi-supervised model that achieves state-of-the-art performance on challenging scenarios and long videos while requiring significantly fewer frame annotations, such as reducing annotations by up to 80% in some cases.

Despite advancements in user-guided video segmentation, extracting complex objects consistently for highly complex scenes is still a labor-intensive task, especially for production. It is not uncommon that a majority of frames need to be annotated. We introduce a novel semi-supervised video object segmentation (SSVOS) model, XMem++, that improves existing memory-based models, with a permanent memory module. Most existing methods focus on single frame annotations, while our approach can effectively handle multiple user-selected frames with varying appearances of the same object or region. Our method can extract highly consistent results while keeping the required number of frame annotations low. We further introduce an iterative and attention-based frame suggestion mechanism, which computes the next best frame for annotation. Our method is real-time and does not require retraining after each user input. We also introduce a new dataset, PUMaVOS, which covers new challenging use cases not found in previous benchmarks. We demonstrate SOTA performance on challenging (partial and multi-class) segmentation scenarios as well as long videos, while ensuring significantly fewer frame annotations than any existing method. Project page: https://max810.github.io/xmem2-project-page/

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes