Single-Side Domain Generalization for Face Anti-Spoofing
Abstract
Existing domain generalization methods for face anti-spoofing endeavor to extract common differentiation features to improve the generalization. However, due to large distribution discrepancies among fake faces of different domains, it is difficult to seek a compact and generalized feature space for the fake faces. In this work, we propose an end-to-end single-side domain generalization framework (SSDG) to improve the generalization ability of face anti-spoofing. The main idea is to learn a generalized feature space, where the feature distribution of the real faces is compact while that of the fake ones is dispersed among domains but compact within each domain. Specifically, a feature generator is trained to make only the real faces from different domains undistinguishable, but not for the fake ones, thus forming a single-side adversarial learning. Moreover, an asymmetric triplet loss is designed to constrain the fake faces of different domains separated while the real ones aggregated. The above two points are integrated into a unified framework in an end-to-end training manner, resulting in a more generalized class boundary, especially good for samples from novel domains. Feature and weight normalization is incorporated to further improve the generalization ability. Extensive experiments show that our proposed approach is effective and outperforms the state-of-the-art methods on four public databases. The code is released online.
Cite
Text
Jia et al. "Single-Side Domain Generalization for Face Anti-Spoofing." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00851Markdown
[Jia et al. "Single-Side Domain Generalization for Face Anti-Spoofing." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/jia2020cvpr-singleside/) doi:10.1109/CVPR42600.2020.00851BibTeX
@inproceedings{jia2020cvpr-singleside,
title = {{Single-Side Domain Generalization for Face Anti-Spoofing}},
author = {Jia, Yunpei and Zhang, Jie and Shan, Shiguang and Chen, Xilin},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00851},
url = {https://mlanthology.org/cvpr/2020/jia2020cvpr-singleside/}
}