xEdgeFace tackles the long-standing challenge of heterogeneous (cross-spectral) face recognition, where visible light mugshots must be matched to faces captured in other spectra such as thermal or NIR, an essential capability for surveillance and low-light authentication, but one that is challenging for conventional RGB-trained models and is hard to deploy on resource-constrained devices.
The core insight in this paper is that most modality discrepancies can be mitigated by adapting only a minimal set of low-level convolutional layers and the LayerNorm statistics of a lightweight CNN-Transformer backbone (EdgeFace), while a contrastive self-distillation loss preserves the original RGB discriminative power.
This yields a single compact network (as small as 0.09 GFLOPs / 1.24M parameters) that:
We show that selective LayerNorm tuning plus self-distillation suffices to extend an off-the-shelf tiny FR network to robust, cross-spectral recognition, enabling real-time edge deployment without additional synthesis pipelines or modality-specific branches.
We evaluate the computational efficiency of our approach by reporting two key metrics: the number of floating-point operations (GFLOPs) and the total number of parameters (in millions, denoted as MPARAMs). As shown in the figure below, the proposed xEdgeFace variants operate with significantly reduced computational overhead and parameter count, highlighting their suitability for deployment in resource-constrained environments.
xEdgeFace improves performance across new modalities without degrading accuracy on the original RGB benchmarks, all within a single unified network. The self-distillation regularization prevents catastrophic forgetting, resulting in a compact model that excels in both homogeneous and cross-spectral face recognition.
This figure shows the performance improvement of xEdgeFace on the VIS-Thermal protocol in the MCXFace dataset. The proposed xEdgeFace approach outperforms all compared methods, achieving the highest average Rank-1 accuracy of 91.68%.
The MCXFace dataset used in this paper is publicly available at: https://www.idiap.ch/en/scientific-research/data/mcxface .
@article{xedgeface,
title = {xEdgeFace: Efficient Cross-Spectral Face Recognition for Edge Devices},
author = {George, Anjith and Marcel, Sebastien},
booktitle = {2025 IEEE International Joint Conference on Biometrics (IJCB)},
pages = {1--10},
year = {2025},
organization = {IEEE}
}