SOTAVerified

Scalable Video Object Segmentation with Identification Mechanism

2022-03-22Code Available2· sign in to hype

Zongxin Yang, Jiaxu Miao, Yunchao Wei, Wenguan Wang, Xiaohan Wang, Yi Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper delves into the challenges of achieving scalable and effective multi-object modeling for semi-supervised Video Object Segmentation (VOS). Previous VOS methods decode features with a single positive object, limiting the learning of multi-object representation as they must match and segment each target separately under multi-object scenarios. Additionally, earlier techniques catered to specific application objectives and lacked the flexibility to fulfill different speed-accuracy requirements. To address these problems, we present two innovative approaches, Associating Objects with Transformers (AOT) and Associating Objects with Scalable Transformers (AOST). In pursuing effective multi-object modeling, AOT introduces the IDentification (ID) mechanism to allocate each object a unique identity. This approach enables the network to model the associations among all objects simultaneously, thus facilitating the tracking and segmentation of objects in a single network pass. To address the challenge of inflexible deployment, AOST further integrates scalable long short-term transformers that incorporate scalable supervision and layer-wise ID-based attention. This enables online architecture scalability in VOS for the first time and overcomes ID embeddings' representation limitations. Given the absence of a benchmark for VOS involving densely multi-object annotations, we propose a challenging Video Object Segmentation in the Wild (VOSW) benchmark to validate our approaches. We evaluated various AOT and AOST variants using extensive experiments across VOSW and five commonly used VOS benchmarks, including YouTube-VOS 2018 & 2019 Val, DAVIS-2017 Val & Test, and DAVIS-2016. Our approaches surpass the state-of-the-art competitors and display exceptional efficiency and scalability consistently across all six benchmarks. Project page: https://github.com/yoxu515/aot-benchmark.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016SwinB-AOST (L'=3, MS)J&F93Unverified
DAVIS 2016SwinB-AOTv2-L (MS)J&F93Unverified
DAVIS 2016R50-AOST (L'=1)J&F90.3Unverified
DAVIS 2016R50-AOST (L'=2)J&F92Unverified
DAVIS 2016R50-AOST (L'=3)J&F92.1Unverified
DAVIS 2016SwinB-AOST (L'=3)J&F92.4Unverified
DAVIS 2016SwinB-AOTv2-LJ&F92.4Unverified
DAVIS-2017 (test-dev)SwinB-AOST (L'=3)J&F82.7Unverified
DAVIS-2017 (test-dev)R50-AOST (L'=3)J&F79.9Unverified
DAVIS-2017 (test-dev)SwinB-AOST (L'=3, MS)J&F84.7Unverified
DAVIS-2017 (test-dev)SwinB-AOTv2-LJ&F84.5Unverified
DAVIS-2017 (test-dev)R50-AOST (L'=2)J&F78.1Unverified
DAVIS 2017 (val)SwinB-AOTv2-LJ&F86.3Unverified
DAVIS 2017 (val)SwinB-AOST (L'=3, MS)J&F86.7Unverified
DAVIS 2017 (val)SwinB-AOTv2-L (MS)J&F87Unverified
DAVIS 2017 (val)R50-AOST (L'=1)J&F83.7Unverified
DAVIS 2017 (val)R50-AOST (L'=2)J&F85.3Unverified
DAVIS 2017 (val)R50-AOST (L'=3)J&F85.6Unverified
YouTube-VOS 2018SwinB-AOTv2-L (all frames)Overall85.8Unverified
YouTube-VOS 2018R50-AOTv2-L (all frames)Overall85.4Unverified
YouTube-VOS 2018R50-AOST (L'=3)Overall85Unverified
YouTube-VOS 2018R50-AOST (L'=2)Overall84.5Unverified
YouTube-VOS 2018R50-AOST (L'=1)Overall81.6Unverified
YouTube-VOS 2018SwinB-AOTv2-L (all frames, MS)Overall86.5Unverified
YouTube-VOS 2019R50-AOST (L'=3)Overall84.9Unverified
YouTube-VOS 2019R50-AOST (L'=1)Overall81.5Unverified
YouTube-VOS 2019SwinB-AOTv2-L (all frames, MS)Overall86.5Unverified
YouTube-VOS 2019SwinB-AOTv2-L (all frames)Overall85.2Unverified
YouTube-VOS 2019R50-AOST (L'=2)Overall84.3Unverified

Reproductions