English

Learning Dynamic Network Using a Reuse Gate Function in Semi-supervised Video Object Segmentation

Computer Vision and Pattern Recognition 2021-05-18 v3

Abstract

Current state-of-the-art approaches for Semi-supervised Video Object Segmentation (Semi-VOS) propagates information from previous frames to generate segmentation mask for the current frame. This results in high-quality segmentation across challenging scenarios such as changes in appearance and occlusion. But it also leads to unnecessary computations for stationary or slow-moving objects where the change across frames is minimal. In this work, we exploit this observation by using temporal information to quickly identify frames with minimal change and skip the heavyweight mask generation step. To realize this efficiency, we propose a novel dynamic network that estimates change across frames and decides which path -- computing a full network or reusing previous frame's feature -- to choose depending on the expected similarity. Experimental results show that our approach significantly improves inference speed without much accuracy degradation on challenging Semi-VOS datasets -- DAVIS 16, DAVIS 17, and YouTube-VOS. Furthermore, our approach can be applied to multiple Semi-VOS methods demonstrating its generality. The code is available in https://github.com/HYOJINPARK/Reuse_VOS.

Keywords

Cite

@article{arxiv.2012.11655,
  title  = {Learning Dynamic Network Using a Reuse Gate Function in Semi-supervised Video Object Segmentation},
  author = {Hyojin Park and Jayeon Yoo and Seohyeong Jeong and Ganesh Venkatesh and Nojun Kwak},
  journal= {arXiv preprint arXiv:2012.11655},
  year   = {2021}
}

Comments

CVPR2021, code: https://github.com/HYOJINPARK/Reuse_VOS

R2 v1 2026-06-23T21:09:55.133Z