SelfMAD: Enhancing Generalization and Robustness in Morphing Attack Detection via Self-Supervised Learning
Marija Ivanovska, Leon Todorov, Naser Damer, Deepak Kumar Jain, Peter Peer, Vitomir Štruc
TL;DR
SelfMAD addresses the generalization gap in Morphing Attack Detection by adopting a self-supervised framework that mimics common artifacts across both pixel and frequency domains. The method comprises four components—Image Augmenter, Pixel-Artifact Generator, Frequency-Artifact Generator, and a classifier—to learn robust decision boundaries without relying on actual morphs. In extensive cross-dataset evaluations, SelfMAD outperforms both unsupervised and discriminative MADs, reducing the EER by more than 64% versus the strongest unsupervised competitor and by more than 66% versus the best discriminative model in cross-morph settings. The approach demonstrates strong generalization, with ablation and Grad-CAM analyses clarifying the contributions of artifact types and the model’s attention regions, while noting some limitations with StyleGAN2 morphs and outlining future enhancements. The work provides a publicly available implementation to accelerate research and deployment in robust MAD systems.
Abstract
With the continuous advancement of generative models, face morphing attacks have become a significant challenge for existing face verification systems due to their potential use in identity fraud and other malicious activities. Contemporary Morphing Attack Detection (MAD) approaches frequently rely on supervised, discriminative models trained on examples of bona fide and morphed images. These models typically perform well with morphs generated with techniques seen during training, but often lead to sub-optimal performance when subjected to novel unseen morphing techniques. While unsupervised models have been shown to perform better in terms of generalizability, they typically result in higher error rates, as they struggle to effectively capture features of subtle artifacts. To address these shortcomings, we present SelfMAD, a novel self-supervised approach that simulates general morphing attack artifacts, allowing classifiers to learn generic and robust decision boundaries without overfitting to the specific artifacts induced by particular face morphing methods. Through extensive experiments on widely used datasets, we demonstrate that SelfMAD significantly outperforms current state-of-the-art MADs, reducing the detection error by more than 64% in terms of EER when compared to the strongest unsupervised competitor, and by more than 66%, when compared to the best performing discriminative MAD model, tested in cross-morph settings. The source code for SelfMAD is available at https://github.com/LeonTodorov/SelfMAD.
