SOTAVerified

Putting the Object Back into Video Object Segmentation

2023-10-19CVPR 2024Code Available3· sign in to hype

Ho Kei Cheng, Seoung Wug Oh, Brian Price, Joon-Young Lee, Alexander Schwing

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present Cutie, a video object segmentation (VOS) network with object-level memory reading, which puts the object representation from memory back into the video object segmentation result. Recent works on VOS employ bottom-up pixel-level memory reading which struggles due to matching noise, especially in the presence of distractors, resulting in lower performance in more challenging data. In contrast, Cutie performs top-down object-level memory reading by adapting a small set of object queries. Via those, it interacts with the bottom-up pixel features iteratively with a query-based object transformer (qt, hence Cutie). The object queries act as a high-level summary of the target object, while high-resolution feature maps are retained for accurate segmentation. Together with foreground-background masked attention, Cutie cleanly separates the semantics of the foreground object from the background. On the challenging MOSE dataset, Cutie improves by 8.7 J&F over XMem with a similar running time and improves by 4.2 J&F over DeAOT while being three times faster. Code is available at: https://hkchengrex.github.io/Cutie

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BURST-testCutie (base, MEGA, 600 pixels)HOTA (all)66Unverified
BURST-testCutie (base, with mose, 600 pixels)HOTA (all)62.6Unverified
BURST-valCutie (base, with mose, 600 pixels)HOTA (all)58.4Unverified
BURST-valCutie (base, MEGA, 600 pixels)HOTA (all)61.2Unverified
DAVIS-2017 (test-dev)Cutie+ (base)J&F85.9Unverified
DAVIS-2017 (test-dev)Cutie (base, MEGA)J&F86.1Unverified
DAVIS-2017 (test-dev)Cutie+ (base, MEGA)J&F88.1Unverified
DAVIS 2017 (val)Cutie+ (base, MEGA)J&F88.1Unverified
DAVIS 2017 (val)Cutie (base)J&F87.9Unverified
DAVIS 2017 (val)Cutie+ (base)J&F90.5Unverified
MOSECutie+ (base, MEGA)J&F71.7Unverified
MOSECutie+ (small, MEGA)J&F70.3Unverified
MOSECutie (small, MEGA)J&F68.6Unverified
MOSECutie (base, with mose)J&F68.3Unverified
MOSECutie (small, with mose)J&F67.4Unverified
MOSECutie (base)J&F64Unverified
MOSECutie (small)J&F62.2Unverified
MOSECutie (base, MEGA)J&F69.9Unverified
YouTube-VOS 2018Cutie+ (base, MEGA)Overall87.5Unverified
YouTube-VOS 2019Cutie+ (base, MEGA)Overall87.5Unverified

Reproductions