Identity Overlap Between Face Recognition Train/Test Data: Causing Optimistic Bias in Accuracy Measurement
Haiyu Wu, Sicong Tian, Jacob Gutierrez, Aman Bhatta, Kağan Öztürk, Kevin W. Bowyer
TL;DR
This work addresses how train/test identity overlap can produce optimistic accuracy in face recognition benchmarks. By reverse-engineering LFW–MS1MV2 overlap and establishing a uniform training framework, the authors quantify the extent of identity overlap (46.93% of LFW identities) and demonstrate that overlap yields consistent accuracy advantages, especially on harder test sets. They further show that cleaning identity labels reduces noise and that identity-disjoint training is essential for fair benchmarking. The findings have practical implications for how face recognition models are trained and evaluated, suggesting that current benchmarks may overestimate true generalization if overlap is not controlled. Overall, the paper advocates for strict identity-disjoint evaluation to enable accurate cross-method comparisons and robust performance assessments.
Abstract
A fundamental tenet of pattern recognition is that overlap between training and testing sets causes an optimistic accuracy estimate. Deep CNNs for face recognition are trained for N-way classification of the identities in the training set. Accuracy is commonly estimated as average 10-fold classification accuracy on image pairs from test sets such as LFW, CALFW, CPLFW, CFP-FP and AgeDB-30. Because train and test sets have been independently assembled, images and identities in any given test set may also be present in any given training set. In particular, our experiments reveal a surprising degree of identity and image overlap between the LFW family of test sets and the MS1MV2 training set. Our experiments also reveal identity label noise in MS1MV2. We compare accuracy achieved with same-size MS1MV2 subsets that are identity-disjoint and not identity-disjoint with LFW, to reveal the size of the optimistic bias. Using more challenging test sets from the LFW family, we find that the size of the optimistic bias is larger for more challenging test sets. Our results highlight the lack of and the need for identity-disjoint train and test methodology in face recognition research.
