Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 912 Bytes

File metadata and controls

46 lines (25 loc) · 912 Bytes

# FaceMat: Uncertainty-Guided Face Matting

📄 Reference

This implementation is based on the paper:

Uncertainty-Guided Face Matting for Occlusion-Aware Face Transformation
Hyebin Cho, Jaehyup Lee
ACM Multimedia 2025
arXiv:2508.03055 | PDF in this repo

BibTeX:

@article{cho2025uncertainty,
  title={Uncertainty-Guided Face Matting for Occlusion-Aware Face Transformation},
  author={Cho, Hyebin and Lee, Jaehyup},
  journal={arXiv preprint arXiv:2508.03055},
  year={2025}
}



\## Features

\- Trimap-free face matting under occlusions

\- Uncertainty-guided knowledge distillation

\- Real-time inference capability

\- Modular and extensible design



\## Installation

```bash

git clone https://github.com/yourusername/FaceMat.git

cd FaceMat

pip install -r requirements.txt