CVJul 5, 2022

Segmenting Moving Objects via an Object-Centric Layered Representation

arXiv:2207.02206v267 citationsh-index: 188
AI Analysis

This addresses the challenge of automated video object segmentation for computer vision applications, offering a scalable synthetic training approach that reduces annotation needs.

The paper tackles the problem of discovering, tracking, and segmenting multiple moving objects in videos by introducing an object-centric model with a depth-ordered layer representation, achieving state-of-the-art performance on benchmarks like DAVIS and MoCA without manual annotations.

The objective of this paper is a model that is able to discover, track and segment multiple moving objects in a video. We make four contributions: First, we introduce an object-centric segmentation model with a depth-ordered layer representation. This is implemented using a variant of the transformer architecture that ingests optical flow, where each query vector specifies an object and its layer for the entire video. The model can effectively discover multiple moving objects and handle mutual occlusions; Second, we introduce a scalable pipeline for generating multi-object synthetic training data via layer compositions, that is used to train the proposed model, significantly reducing the requirements for labour-intensive annotations, and supporting Sim2Real generalisation; Third, we conduct thorough ablation studies, showing that the model is able to learn object permanence and temporal shape consistency, and is able to predict amodal segmentation masks; Fourth, we evaluate our model, trained only on synthetic data, on standard video segmentation benchmarks, DAVIS, MoCA, SegTrack, FBMS-59, and achieve state-of-the-art performance among existing methods that do not rely on any manual annotations. With test-time adaptation, we observe further performance boosts.

Code Implementations1 repo
Foundations

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

Your Notes