ECCV 2022poster10 citations

Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation

Feng Zhu, Zongxin Yang, Xin Yu, Yi Yang, Yunchao Wei

Abstract

"Modeling temporal information for both detection and tracking in a unified framework has been proved a promising solution to video instance segmentation (VIS). However, how to effectively incorporate the temporal information into an online model remains an open problem. In this work, we propose a new online VIS paradigm named Instance As Identity (IAI), which models temporal information for both detection and tracking in an efficient way. In detail, IAI employs a novel identification module to predict identification number for tracking instances explicitly. For passing temporal information cross frame, IAI utilizes an association module which combines current features and past embeddings. Notably, IAI can be integrated with different image models. We conduct extensive experiments on three VIS benchmarks. IAI outperforms all the online competitors on YouTube-VIS-2019 (ResNet-101 41.9 mAP) and YouTube-VIS-2021 (ResNet-50 37.7 mAP). Surprisingly, on the more challenging OVIS, IAI achieves SOTA performance (20.3 mAP). Code is available at https://github.com/zfonemore/IAI keywords: Video Instance Segmentation"

BibTeX
@inproceedings{eccv2022_instanceasidenti,
  title = {Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation},
  author = {Feng Zhu and Zongxin Yang and Xin Yu and Yi Yang and Yunchao Wei},
  booktitle = {ECCV 2022},
  year = {2022}
}