English

Object Propagation via Inter-Frame Attentions for Temporally Stable Video Instance Segmentation

Computer Vision and Pattern Recognition 2021-12-15 v3

Abstract

Video instance segmentation aims to detect, segment, and track objects in a video. Current approaches extend image-level segmentation algorithms to the temporal domain. However, this results in temporally inconsistent masks. In this work, we identify the mask quality due to temporal stability as a performance bottleneck. Motivated by this, we propose a video instance segmentation method that alleviates the problem due to missing detections. Since this cannot be solved simply using spatial information, we leverage temporal context using inter-frame attentions. This allows our network to refocus on missing objects using box predictions from the neighbouring frame, thereby overcoming missing detections. Our method significantly outperforms previous state-of-the-art algorithms using the Mask R-CNN backbone, by achieving 36.0% mAP on the YouTube-VIS benchmark. Additionally, our method is completely online and requires no future frames. Our code is publicly available at https://github.com/anirudh-chakravarthy/ObjProp.

Keywords

Cite

@article{arxiv.2111.07529,
  title  = {Object Propagation via Inter-Frame Attentions for Temporally Stable Video Instance Segmentation},
  author = {Anirudh S Chakravarthy and Won-Dong Jang and Zudi Lin and Donglai Wei and Song Bai and Hanspeter Pfister},
  journal= {arXiv preprint arXiv:2111.07529},
  year   = {2021}
}

Comments

Accepted at CVPR RVSU Workshop 2021

R2 v1 2026-06-24T07:38:14.143Z