Cost-Sensitive Face Recognition

Abstract

Traditional face recognition systems attempt to achieve a high recognition accuracy, which implicitly assumes that the losses of all misclassifications are the same. However, in many real-world tasks this assumption is not always reasonable. For example, it will be troublesome if a face-recognition-based door-locker misclassifies a family member as a stranger such that s/he were not allowed to enter the house; but it will be a much more serious disaster if a stranger were misclassified as a family member and allowed to enter the house. In this paper, we propose a framework which formulates the problem as a multi-class cost-sensitive learning task, and propose a theoretically sound method based on Bayes decision theory to solve this problem. Experimental results demonstrate the effectiveness and efficiency of the proposed method.

Cite

Text

Zhang and Zhou. "Cost-Sensitive Face Recognition." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587815

Markdown

[Zhang and Zhou. "Cost-Sensitive Face Recognition." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/zhang2008cvpr-cost/) doi:10.1109/CVPR.2008.4587815

BibTeX

@inproceedings{zhang2008cvpr-cost,
  title     = {{Cost-Sensitive Face Recognition}},
  author    = {Zhang, Yin and Zhou, Zhi-Hua},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2008},
  doi       = {10.1109/CVPR.2008.4587815},
  url       = {https://mlanthology.org/cvpr/2008/zhang2008cvpr-cost/}
}