Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 13.3 KB

hair_mapper_cvpr2022.md

File metadata and controls

55 lines (42 loc) · 13.3 KB
title collection permalink excerpt date venue paperurl citation code video supplementary_materials project_page year first_author teaser
HairMapper: Removing Hair from Portraits Using GANs
publications
/publication/hair_mapper_cvpr2022
2022-03-02
2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
2022
yes

hairmapper

HairMapper: Removing Hair from Portraits Using GANs

2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

Yiqian Wu, Yongliang Yang, Xiaogang Jin*

Abstract:

Removing hair from portrait images is challenging due to the complex occlusions between hair and face, as well as the lack of paired portrait data with/without hair. To this end, we present a dataset and a baseline method for removing hair from portrait images using generative adversarial networks (GANs). Our core idea is to train a fully connected network HairMapper to find the direction of hair removal in the latent space of StyleGAN for the training stage. We develop a new separation boundary and diffuse method to generate paired training data for males, and a novel ''female-male-bald'' pipeline for paired data of females. Experiments show that our method can naturally deal with portrait images with variations on gender, age, etc. We validate the superior performance of our method by comparing it to state-of-the-art methods through extensive experiments and user studies. We also demonstrate its applications in hair design and 3D face reconstruction.

Project Paper Suppl Video Dataset Github

bibtex:

@InProceedings{Wu_2022_CVPR,
    author    = {Wu, Yiqian and Yang, Yong-Liang and Jin, Xiaogang},
    title     = {HairMapper: Removing Hair From Portraits Using GANs},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {4227-4236}
}