Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking Space-Time Networks with Improved Memory Coverage for Efficient Video Object Segmentation

About

This paper presents a simple yet effective approach to modeling space-time correspondences in the context of video object segmentation. Unlike most existing approaches, we establish correspondences directly between frames without re-encoding the mask features for every object, leading to a highly efficient and robust framework. With the correspondences, every node in the current query frame is inferred by aggregating features from the past in an associative fashion. We cast the aggregation process as a voting problem and find that the existing inner-product affinity leads to poor use of memory with a small (fixed) subset of memory nodes dominating the votes, regardless of the query. In light of this phenomenon, we propose using the negative squared Euclidean distance instead to compute the affinities. We validated that every memory node now has a chance to contribute, and experimentally showed that such diversified voting is beneficial to both memory efficiency and inference accuracy. The synergy of correspondence networks and diversified voting works exceedingly well, achieves new state-of-the-art results on both DAVIS and YouTubeVOS datasets while running significantly faster at 20+ FPS for multiple objects without bells and whistles.

Ho Kei Cheng, Yu-Wing Tai, Chi-Keung Tang• 2021

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean82.5
1130
Video Object SegmentationDAVIS 2016 (val)
J Mean90.8
564
Video Object SegmentationYouTube-VOS 2018 (val)
J Score (Seen)83.2
493
Video Object SegmentationDAVIS 2017 (test-dev)
Region J Mean76.3
237
Video Object SegmentationYouTube-VOS 2019 (val)
J-Score (Seen)82.6
231
Video Object SegmentationDAVIS 2017 (test)
J (Jaccard Index)82.2
107
Video Object SegmentationSA-V (val)
J&F Score61
74
Video Object SegmentationSA-V (test)
J&F62.5
70
Video Object SegmentationMOSE (val)
J&F Score52.5
45
Video Object SegmentationLVOS v2 (val)
J&F60.6
41
Showing 10 of 35 rows

Other info

Code

Follow for update