A Self-Supervised Framework for Human Instance Segmentation
Abstract
Existing approaches for human-centered tasks such as human instance segmentation are focused on improving the architectures of models, leveraging weak supervision or transforming supervision among related tasks. Nonetheless, the structures are highly specific and the weak supervision is limited by available priors or number of related tasks. In this paper, we present a novel self-supervised framework for human instance segmentation. The framework includes one module which iteratively conducts mutual refinement between segmentation and optical flow estimation, and the other module which iteratively refines pose estimations by exploring the prior knowledge about the consistency in human graph structures from consecutive frames. The results of the proposed framework are employed for fine-tuning segmentation networks in a feedback fashion. Experimental results on the OCHuman and COCOPersons datasets demonstrate that the self-supervised framework achieves current state-of-the-art performance against existing models on the challenging datasets without requiring additional labels. Unlabeled video data is utilized together with prior knowledge to significantly improve performance and reduce the reliance on annotations. Code released at: https://github.com/AllenYLJiang/SSINS.
Cite
Text
Jiang et al. "A Self-Supervised Framework for Human Instance Segmentation." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-66096-3_33Markdown
[Jiang et al. "A Self-Supervised Framework for Human Instance Segmentation." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/jiang2020eccvw-selfsupervised/) doi:10.1007/978-3-030-66096-3_33BibTeX
@inproceedings{jiang2020eccvw-selfsupervised,
title = {{A Self-Supervised Framework for Human Instance Segmentation}},
author = {Jiang, Yalong and Ding, Wenrui and Li, Hongguang and Yang, Hua and Wang, Xu},
booktitle = {European Conference on Computer Vision Workshops},
year = {2020},
pages = {479-495},
doi = {10.1007/978-3-030-66096-3_33},
url = {https://mlanthology.org/eccvw/2020/jiang2020eccvw-selfsupervised/}
}