Video Instance Segmentation Tracking with a Modified VAE Architecture

Abstract

We propose a modified variational autoencoder (VAE) architecture built on top of Mask R-CNN for instance-level video segmentation and tracking. The method builds a shared encoder and three parallel decoders, yielding three disjoint branches for predictions of future frames, object detection boxes, and instance segmentation masks. To effectively solve multiple learning tasks, we introduce a Gaussian Process model to enhance the statistical representation of VAE by relaxing the prior strong independent and identically distributed (iid) assumption of conventional VAEs and allowing potential correlations among extracted latent variables. The network learns embedded spatial interdependence and motion continuity in video data and creates a representation that is effective to produce high-quality segmentation masks and track multiple instances in diverse and unstructured videos. Evaluation on a variety of recently introduced datasets shows that our model outperforms previous methods and achieves the new best in class performance.

Cite

Text

Lin et al. "Video Instance Segmentation Tracking with a Modified VAE Architecture." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.01316

Markdown

[Lin et al. "Video Instance Segmentation Tracking with a Modified VAE Architecture." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/lin2020cvpr-video/) doi:10.1109/CVPR42600.2020.01316

BibTeX

@inproceedings{lin2020cvpr-video,
  title     = {{Video Instance Segmentation Tracking with a Modified VAE Architecture}},
  author    = {Lin, Chung-Ching and Hung, Ying and Feris, Rogerio and He, Linglin},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.01316},
  url       = {https://mlanthology.org/cvpr/2020/lin2020cvpr-video/}
}