FairReL: Deepfake Detection using Fairness-Aware Representation Learning
Authors: Xiaoman Lu, Jiaqi Li, Shuntian Zheng, Huiping Chen, Yu Guan
Published: 2026-08-28 18:34:15+00:00
Comment: 26 pages, 7 figures. Accepted at BMVC 2026. Code: https://github.com/xiaoman89/FairReL
AI Summary
This paper introduces FairReL, a fairness-aware representation-learning framework for deepfake detection that addresses uneven error distribution across demographic subgroups. FairReL targets two subgroup-sensitive components: multi-scale spatial features and fine-tuning-induced residual features, using dedicated demographic supervision through Group-Conditional Wavelet Decorrelation (GCWD) and Subspace-Localised Mean Alignment (SLMA). It aims to improve unseen-dataset AUC while significantly reducing subgroup False Positive Rate (FPR) disparity compared to state-of-the-art fairness-aware detectors.
Abstract
Although recent deepfake detectors achieve high overall accuracy, their errors remain unevenly distributed across demographic subgroups, with real faces from certain groups more often misclassified as fake. Existing fairness-aware detectors typically regularise the entire feature representation, without identifying or controlling the specific components that drive unfair predictions. Such coarse intervention can over-suppress useful forgery cues while leaving demographic structure in component-specific subspaces. To address this, we identify two subgroup-sensitive components: multi-scale spatial features, which encode local facial and forgery patterns, and fine-tuning-induced residual features, which adapt the backbone to the unfair training distribution. We propose FairReL, a fairness-aware representation-learning framework that targets both components with dedicated demographic supervision. FairReL uses an SVD-decomposed foundation-model backbone to isolate the fine-tuning-induced residual representation, and introduces two complementary losses. Group-Conditional Wavelet Decorrelation (GCWD) suppresses subgroup-imbalanced structure across spatial wavelet sub-bands, while Subspace-Localised Mean Alignment (SLMA) aligns subgroup means within each real/fake class in the residual representation. Experiments on FF++, Celeb-DF, DFD and DFDC show that, against the state-of-the-art fairness-aware detector, FairReL improves unseen-dataset AUC by 3.9% while reducing subgroup FPR disparity by 10.2%. Code is available at https://github.com/xiaoman89/FairReL .