Real-Aware Residual Model Merging for Deepfake Detection
Abstract
Deepfake generators evolve quickly, making exhaustive data collection and repeated retraining impractical. We argue that model merging is a natural fit for deepfake detection: unlike generic multi-task settings with disjoint labels, deepfake specialists share the same binary decision and differ in generator-specific artifacts. Empirically, we show that simple weight averaging preserves Real representations while attenuating Fake-specific cues. Building upon these findings, we propose Real-aware Residual Model Merging (RM), a training-free parameter-space merging framework. RM estimates a shared Real component via a low-rank factorization of task vectors, decomposes each specialist into a Real-aligned part and a Fake residual, denoises residuals with layerwise rank truncation, and aggregates them with per-task norm matching to prevent any single generator from dominating. A concise rationale explains why a simple head suffices: the Real component induces a common separation direction in feature space, while truncated residuals contribute only minor off-axis variations. Across in-distribution, cross-dataset, and unseen-dataset, RM outperforms joint training and other merging baselines. Importantly, RM is also composable: when a new forgery family appears, we fine-tune one specialist and re-merge, eliminating the need for retraining.
Cite
@article{arxiv.2509.24367,
title = {Real-Aware Residual Model Merging for Deepfake Detection},
author = {Jinhee Park and Guisik Kim and Choongsang Cho and Junseok Kwon},
journal= {arXiv preprint arXiv:2509.24367},
year = {2025}
}