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

Video K-Net: A Simple, Strong, and Unified Baseline for Video Segmentation

About

This paper presents Video K-Net, a simple, strong, and unified framework for fully end-to-end video panoptic segmentation. The method is built upon K-Net, a method that unifies image segmentation via a group of learnable kernels. We observe that these learnable kernels from K-Net, which encode object appearances and contexts, can naturally associate identical instances across video frames. Motivated by this observation, Video K-Net learns to simultaneously segment and track "things" and "stuff" in a video with simple kernel-based appearance modeling and cross-temporal kernel interaction. Despite the simplicity, it achieves state-of-the-art video panoptic segmentation results on Citscapes-VPS, KITTI-STEP, and VIPSeg without bells and whistles. In particular, on KITTI-STEP, the simple method can boost almost 12\% relative improvements over previous methods. On VIPSeg, Video K-Net boosts almost 15\% relative improvements and results in 39.8 % VPQ. We also validate its generalization on video semantic segmentation, where we boost various baselines by 2\% on the VSPW dataset. Moreover, we extend K-Net into clip-level video framework for video instance segmentation, where we obtain 40.5% mAP for ResNet50 backbone and 54.1% mAP for Swin-base on YouTube-2019 validation set. We hope this simple, yet effective method can serve as a new, flexible baseline in unified video segmentation design. Both code and models are released at https://github.com/lxtGH/Video-K-Net.

Xiangtai Li, Wenwei Zhang, Jiangmiao Pang, Kai Chen, Guangliang Cheng, Yunhai Tong, Chen Change Loy• 2022

Related benchmarks

TaskDatasetResultRank
Video Instance SegmentationYouTube-VIS 2019 (val)
AP54.1
567
Video Panoptic SegmentationCityscapes-VPS (val)
VPQ70.8
110
Video Semantic SegmentationVSPW (val)
mIoU38
92
Video Instance SegmentationYouTube-VIS 2019
AP51.4
75
Video Panoptic SegmentationVIPSeg (val)
VPQ26.1
73
Video Panoptic SegmentationVIPSeg
VPQ39.8
25
Video Panoptic SegmentationKITTI-STEP (val)
STQ74
22
Video Panoptic SegmentationVIPSeg-VPS (val)
VPQ^143.3
17
Video Panoptic SegmentationKITTI-STEP (test)
STQ63
15
Video Panoptic SegmentationVIPSeg (test)
STQ45.2
15
Showing 10 of 11 rows

Other info

Code

Follow for update