HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Scalable Video Object Segmentation with Identification Mechanism

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

Scalable Video Object Segmentation with Identification Mechanism

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.

Code Repositories

yoxu515/aot-benchmark
Official
pytorch
Mentioned in GitHub
z-x-yang/AOT
Official
paddle
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
semi-supervised-video-object-segmentation-on-1SwinB-AOST (L'=3)
F-measure (Mean): 86.6
FPS: 12.0
Ju0026F: 82.7
Jaccard (Mean): 78.8
semi-supervised-video-object-segmentation-on-1SwinB-AOTv2-L
F-measure (Mean): 87.9
FPS: 1.3
Ju0026F: 84.5
Jaccard (Mean): 81.0
semi-supervised-video-object-segmentation-on-1R50-AOST (L'=2)
F-measure (Mean): 81.7
FPS: 24.3
Ju0026F: 78.1
Jaccard (Mean): 74.5
semi-supervised-video-object-segmentation-on-1R50-AOST (L'=3)
F-measure (Mean): 83.6
FPS: 17.5
Ju0026F: 79.9
Jaccard (Mean): 76.2
semi-supervised-video-object-segmentation-on-1SwinB-AOST (L'=3, MS)
F-measure (Mean): 88.5
FPS: 1.3
Ju0026F: 84.7
Jaccard (Mean): 80.9
semi-supervised-video-object-segmentation-on-18SwinB-AOTv2-L (all frames, MS)
F-Measure (Seen): 90.3
F-Measure (Unseen): 89.1
Jaccard (Seen): 85.5
Jaccard (Unseen): 81.0
Overall: 86.5
semi-supervised-video-object-segmentation-on-18R50-AOST (L'=3)
F-Measure (Seen): 88.7
F-Measure (Unseen): 87.7
Jaccard (Seen): 83.8
Jaccard (Unseen): 79.3
Overall: 84.9
semi-supervised-video-object-segmentation-on-18R50-AOST (L'=2)
F-Measure (Seen): 88.0
F-Measure (Unseen): 87.1
Jaccard (Seen): 83.3
Jaccard (Unseen): 78.9
Overall: 84.3
semi-supervised-video-object-segmentation-on-18R50-AOST (L'=1)
F-Measure (Seen): 85.6
F-Measure (Unseen): 83.8
Jaccard (Seen): 81.0
Jaccard (Unseen): 754.8
Overall: 81.5
semi-supervised-video-object-segmentation-on-18SwinB-AOTv2-L (all frames)
F-Measure (Seen): 88.9
F-Measure (Unseen): 88.0
Jaccard (Seen): 84.2
Jaccard (Unseen): 79.8
Overall: 85.2
video-object-segmentation-on-youtube-vosR50-AOTv2-L (all frames)
F-Measure (Seen): 90.2
F-Measure (Unseen): 87.3
Jaccard (Seen): 85.1
Jaccard (Unseen): 78.9
Overall: 85.4
Params(M): 15.1
Speed (FPS): 6.3
video-object-segmentation-on-youtube-vosR50-AOST (L'=2)
F-Measure (Seen): 88.5
F-Measure (Unseen): 87.2
Jaccard (Seen): 83.5
Jaccard (Unseen): 78.8
Overall: 84.5
Params(M): 13.9
Speed (FPS): 20.2
video-object-segmentation-on-youtube-vosR50-AOST (L'=3)
F-Measure (Seen): 88.8
F-Measure (Unseen): 87.9
Jaccard (Seen): 83.8
Jaccard (Unseen): 79.3
Overall: 85.0
Params(M): 15.4
Speed (FPS): 14.9
video-object-segmentation-on-youtube-vosR50-AOST (L'=1)
F-Measure (Seen): 86.1
F-Measure (Unseen): 83.5
Jaccard (Seen): 81.4
Jaccard (Unseen): 75.5
Overall: 81.6
Params(M): 12.5
Speed (FPS): 30.9
video-object-segmentation-on-youtube-vosSwinB-AOTv2-L (all frames)
F-Measure (Seen): 90.1
F-Measure (Unseen): 88.2
Jaccard (Unseen): 79.6
Overall: 85.8
Speed (FPS): 5.1
video-object-segmentation-on-youtube-vosSwinB-AOTv2-L (all frames, MS)
F-Measure (Seen): 90.7
F-Measure (Unseen): 88.9
Jaccard (Seen): 85.6
Jaccard (Unseen): 80.7
Overall: 86.5
Params(M): 65.6
Speed (FPS): 0.7
visual-object-tracking-on-davis-2016R50-AOST (L'=3)
F-measure (Mean): 93.6
Ju0026F: 92.1
Jaccard (Mean): 90.6
Speed (FPS): 17.5
visual-object-tracking-on-davis-2016SwinB-AOTv2-L
F-measure (Mean): 94.1
Ju0026F: 92.4
Jaccard (Mean): 90.6
Speed (FPS): 12.0
visual-object-tracking-on-davis-2016SwinB-AOST (L'=3, MS)
F-measure (Mean): 94.5
Ju0026F: 93.0
Jaccard (Mean): 91.5
Speed (FPS): 1.3
visual-object-tracking-on-davis-2016SwinB-AOST (L'=3)
F-measure (Mean): 94.2
Ju0026F: 92.4
Jaccard (Mean): 90.5
Speed (FPS): 12.0
visual-object-tracking-on-davis-2016R50-AOST (L'=2)
F-measure (Mean): 93.4
Ju0026F: 92.0
Jaccard (Mean): 90.5
Speed (FPS): 24.3
visual-object-tracking-on-davis-2016SwinB-AOTv2-L (MS)
F-measure (Mean): 94.4
Ju0026F: 93.0
Jaccard (Mean): 91.6
Speed (FPS): 1.3
visual-object-tracking-on-davis-2016R50-AOST (L'=1)
F-measure (Mean): 90.9
Ju0026F: 90.3
Jaccard (Mean): 89.6
Speed (FPS): 37.4
visual-object-tracking-on-davis-2017SwinB-AOST (L'=3, MS)
F-measure (Mean): 89.5
Ju0026F: 86.7
Jaccard (Mean): 83.8
Params(M): 65.6
Speed (FPS): 1.3
visual-object-tracking-on-davis-2017R50-AOST (L'=1)
F-measure (Mean): 86.1
Ju0026F: 83.7
Jaccard (Mean): 81.2
Params(M): 12.5
Speed (FPS): 37.4
visual-object-tracking-on-davis-2017SwinB-AOTv2-L
F-measure (Mean): 89.4
Ju0026F: 86.3
Jaccard (Mean): 83.1
Params(M): 65.6
Speed (FPS): 12.0
visual-object-tracking-on-davis-2017SwinB-AOTv2-L (MS)
F-measure (Mean): 89.8
Ju0026F: 87.0
Jaccard (Mean): 84.2
Params(M): 65.6
Speed (FPS): 1.3
visual-object-tracking-on-davis-2017R50-AOST (L'=2)
F-measure (Mean): 88.0
Ju0026F: 85.3
Jaccard (Mean): 82.5
Params(M): 13.9
Speed (FPS): 24.3
visual-object-tracking-on-davis-2017R50-AOST (L'=3)
F-measure (Mean): 88.5
Ju0026F: 85.6
Jaccard (Mean): 82.6
Params(M): 15.4
Speed (FPS): 17.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Scalable Video Object Segmentation with Identification Mechanism | Papers | HyperAI