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

Zero-Shot Video Object Segmentation via Attentive Graph Neural Networks

About

This work proposes a novel attentive graph neural network (AGNN) for zero-shot video object segmentation (ZVOS). The suggested AGNN recasts this task as a process of iterative information fusion over video graphs. Specifically, AGNN builds a fully connected graph to efficiently represent frames as nodes, and relations between arbitrary frame pairs as edges. The underlying pair-wise relations are described by a differentiable attention mechanism. Through parametric message passing, AGNN is able to efficiently capture and mine much richer and higher-order relations between video frames, thus enabling a more complete understanding of video content and more accurate foreground estimation. Experimental results on three video segmentation datasets show that AGNN sets a new state-of-the-art in each case. To further demonstrate the generalizability of our framework, we extend AGNN to an additional task: image object co-segmentation (IOCS). We perform experiments on two famous IOCS datasets and observe again the superiority of our AGNN model. The extensive experiments verify that AGNN is able to learn the underlying semantic/appearance relationships among video frames or related images, and discover the common objects.

Wenguan Wang, Xiankai Lu, Jianbing Shen, David Crandall, Ling Shao• 2020

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean58.9
1130
Video Object SegmentationDAVIS 2016 (val)
J Mean80.7
564
Unsupervised Video Object SegmentationDAVIS 2016 (val)
F Mean79.1
108
Unsupervised Video Object SegmentationDAVIS 2016 (test)
J Mean80.7
50
Video Object SegmentationYouTube-Objects
mIoU70.8
50
Video Object SegmentationYoutubeObjects (val)
mIoU70.8
35
Video Object SegmentationYouTube-Objects
J mean (Aero)81.1
28
Video Object SegmentationDAVIS (val)--
28
Zero-shot Video Object SegmentationDAVIS 2016 (val)
J Mean80.7
25
Image Object Co-segmentationInternet--
12
Showing 10 of 19 rows

Other info

Code

Follow for update