xEdgeFace tackles the long-standing challenge of heterogeneous, or cross-spectral, face recognition, where visible-light mugshots must be matched to faces captured in other spectra such as thermal or near-infrared. This capability is essential for surveillance and low-light authentication, but it remains challenging for conventional RGB-trained models and difficult to deploy on resource-constrained devices.
The core insight of this work 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. The remaining network components are kept frozen, while a contrastive self-distillation loss preserves the original RGB discriminative power.
This yields a single compact network, as small as 0.09 GFLOPs and 1.24M parameters, that:
- requires very little paired cross-modal data,
- avoids catastrophic forgetting, and
- outperforms or matches heavier state-of-the-art systems on multiple challenging HFR benchmarks.
We show that selective LayerNorm tuning plus self-distillation is sufficient to extend an off-the-shelf tiny face-recognition network to robust cross-spectral recognition, enabling real-time edge deployment without additional synthesis pipelines or modality-specific branches.