CVMay 8, 2023

Video Object Segmentation in Panoptic Wild Scenes

arXiv:2305.04470v216 citationsHas Code
AI Analysis

This work addresses the problem of comprehensive object segmentation in real-world video scenarios for computer vision researchers, though it is incremental as it builds on existing VOS methods with a new benchmark and baseline.

The paper tackles video object segmentation in panoptic wild scenes by introducing a new benchmark (VIPOSeg) and a baseline method (PAOT), achieving state-of-the-art performance with good efficiency and ranking 1st in the VOT2022 challenge.

In this paper, we introduce semi-supervised video object segmentation (VOS) to panoptic wild scenes and present a large-scale benchmark as well as a baseline method for it. Previous benchmarks for VOS with sparse annotations are not sufficient to train or evaluate a model that needs to process all possible objects in real-world scenarios. Our new benchmark (VIPOSeg) contains exhaustive object annotations and covers various real-world object categories which are carefully divided into subsets of thing/stuff and seen/unseen classes for comprehensive evaluation. Considering the challenges in panoptic VOS, we propose a strong baseline method named panoptic object association with transformers (PAOT), which uses panoptic identification to associate objects with a pyramid architecture on multiple scales. Experimental results show that VIPOSeg can not only boost the performance of VOS models by panoptic training but also evaluate them comprehensively in panoptic scenes. Previous methods for classic VOS still need to improve in performance and efficiency when dealing with panoptic scenes, while our PAOT achieves SOTA performance with good efficiency on VIPOSeg and previous VOS benchmarks. PAOT also ranks 1st in the VOT2022 challenge. Our dataset is available at https://github.com/yoxu515/VIPOSeg-Benchmark.

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