Improving Training and Inference of Face Recognition Models via Random Temperature Scaling
Lei Shang, Mouxiao Huang, Wu Shi, Yuchen Liu, Yang Liu, Fei Wang,, Baigui Sun, Xuansong Xie, Yu Qiao

TL;DR
This paper introduces Random Temperature Scaling (RTS), a probabilistic framework that improves face recognition accuracy, robustness, and out-of-distribution detection by modeling uncertainty during training and inference.
Contribution
RTS is a novel, lightweight method that adjusts learning for noisy data and provides confidence scores for OOD detection without extra labels.
Findings
RTS enhances face recognition accuracy on benchmark datasets.
RTS effectively detects out-of-distribution and uncertain samples.
Models trained with RTS show robustness to noisy data.
Abstract
Data uncertainty is commonly observed in the images for face recognition (FR). However, deep learning algorithms often make predictions with high confidence even for uncertain or irrelevant inputs. Intuitively, FR algorithms can benefit from both the estimation of uncertainty and the detection of out-of-distribution (OOD) samples. Taking a probabilistic view of the current classification model, the temperature scalar is exactly the scale of uncertainty noise implicitly added in the softmax function. Meanwhile, the uncertainty of images in a dataset should follow a prior distribution. Based on the observation, a unified framework for uncertainty modeling and FR, Random Temperature Scaling (RTS), is proposed to learn a reliable FR algorithm. The benefits of RTS are two-fold. (1) In the training phase, it can adjust the learning strength of clean and noisy samples for stability and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsFace and Expression Recognition · Face recognition and analysis · Anomaly Detection Techniques and Applications
MethodsTest · Softmax
