Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Segmenting Moving Objects via an Object-Centric Layered Representation

About

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.

Junyu Xie, Weidi Xie, Andrew Zisserman• 2022

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean34.6
1251
Video Instance SegmentationYouTube-VIS 2019 (val)
AP1.6
620
Video Object SegmentationDAVIS 2016 (val)
J Mean80.9
564
Video Instance SegmentationYouTube-VIS 2019
AP1.6
123
Unsupervised Video Object SegmentationDAVIS 2016 (val)--
108
Video Object SegmentationDAVIS 2017 (test)
J (Jaccard Index)65.2
107
Video Instance SegmentationYouTube-VIS 2021
AP0.9
99
Video Object SegmentationDAVIS 2017
Jaccard Index (J)65.2
82
Unsupervised Video Object SegmentationSegTrack v2
Jaccard Score71.6
56
Video Object SegmentationDAVIS 2016
J-Measure80.9
53
Showing 10 of 36 rows

Other info

Code

Follow for update