Adapting a face recognition system to low resolution involves two choices: how much effort to put into generating the low-resolution training images, and how to adapt the recognition model to them. We compare three levels of generation effort:
These choices are independent of how the recognition model itself is adapted: retraining it on the generated data, distilling it from a high-resolution teacher, or leaving it untouched and only transforming the incoming image. Every option is compared against the simplest one, which we call the direct feed: align the low-resolution face, resize it, and pass it to a model trained on high-resolution images, with nothing in between.
Models that look good on artificially downsampled benchmarks (LFW, CFP-FP, AgeDB-30) do not keep their ranking on genuinely captured low-resolution faces (TinyFace). The degradation that comes first on the artificial benchmarks comes last on the real ones, and a much gentler degradation performs better instead. Training on a gentle degradation keeps the model closer to what real low-resolution capture actually looks like.
The same holds for methods that transform the incoming image instead of retraining the model. An image translator fitted to artificially degraded faces does not carry over to real ones and mostly just smooths them out. And knowledge distillation, which gives by far the largest gains on artificially degraded data, also ends up behind a plainly retrained model on real data.
The learned super-resolution network does extrapolate enough detail to translate into an increased recognition accuracy. Used on its own, the network does not perform as well as passing the aligned low-resolution image directly to the recognition model. In the second stage of training with PDT, the super resolved output changes in favor of input useful for the domain transformer and increases recognition performance, but it still does not catch up with the direct feed baseline.
We also measured how evenly the models perform across demographic groups, using RFW, which covers African, Asian, Caucasian and Indian subjects. As in earlier reports on this dataset, the Caucasian group is recognized most reliably and the African group least reliably, in every setting we tested.
Training on low-resolution data does not reduce this difference. The settings that give the best average accuracy do not spread the errors more evenly across the four groups; the imbalance moves in both directions depending on the test resolution, with no consistent improvement. Better average accuracy therefore does not make the system fairer.
Our training, data generation and evaluation pipeline will be released at:
@INPROCEEDINGS{luevano2026improving,
author={Luevano, Luis S. and Öztürk, Ünsal and Otroshi Shahreza, Hatef and George, Anjith and Marcel, Sébastien},
booktitle={2026 IEEE International Joint Conference on Biometrics (IJCB)},
title={Improving Low-Resolution Face Recognition under Limited Data: How Synthetic Data Generation Can Close the Domain Gap},
year={2026},
volume={},
number={},
pages={},
note={Accepted at IEEE International Joint Conference on Biometrics (IJCB) 2026, Focus Session on Generative AI for Fair and Secure Biometrics under Limited Data}}