English

Weakly Supervised Instance Segmentation for Videos with Temporal Mask Consistency

Computer Vision and Pattern Recognition 2021-03-25 v1

Abstract

Weakly supervised instance segmentation reduces the cost of annotations required to train models. However, existing approaches which rely only on image-level class labels predominantly suffer from errors due to (a) partial segmentation of objects and (b) missing object predictions. We show that these issues can be better addressed by training with weakly labeled videos instead of images. In videos, motion and temporal consistency of predictions across frames provide complementary signals which can help segmentation. We are the first to explore the use of these video signals to tackle weakly supervised instance segmentation. We propose two ways to leverage this information in our model. First, we adapt inter-pixel relation network (IRN) to effectively incorporate motion information during training. Second, we introduce a new MaskConsist module, which addresses the problem of missing object instances by transferring stable predictions between neighboring frames during training. We demonstrate that both approaches together improve the instance segmentation metric AP50AP_{50} on video frames of two datasets: Youtube-VIS and Cityscapes by 5%5\% and 3%3\% respectively.

Keywords

Cite

@article{arxiv.2103.12886,
  title  = {Weakly Supervised Instance Segmentation for Videos with Temporal Mask Consistency},
  author = {Qing Liu and Vignesh Ramanathan and Dhruv Mahajan and Alan Yuille and Zhenheng Yang},
  journal= {arXiv preprint arXiv:2103.12886},
  year   = {2021}
}

Comments

14 pages, 8 figures, accepted by CVPR 2021

R2 v1 2026-06-24T00:29:40.654Z