Towards Robust DeepFake Detection under Unstable Face Sequences: Adaptive Sparse Graph Embedding with Order-Free Representation and Explicit Laplacian Spectral Prior
Chih-Chung Hsu, Shao-Ning Chen, Chia-Ming Lee, Yi-Fang Wang, Yi-Shiuan Chou
TL;DR
This work tackles DeepFake video detection under realistic, noisy face sequences by dropping strict temporal ordering. It introduces a Laplacian-regularized graph framework (LR-GCN) built on Order-Free Temporal Graph Embedding (OF-TGE) and Adaptive Sparse Graph Embedding (ASGE), augmented with a dual-level sparsity and a Graph Laplacian Spectral Prior to realize a spectral band-pass detector of forgery cues. The approach achieves state-of-the-art results on FF++, Celeb-DFv2, and DFDC, and demonstrates strong robustness to missing frames, occlusions, and adversarial perturbations without distorting training on clean data. Ablation and analysis confirm the efficacy of the GLSP and feature sparsity in isolating valid face signals from noise. Collectively, the method offers a practical, robust DeepFake detector for real-world deployments where face detections are unreliable.
Abstract
Ensuring the authenticity of video content remains challenging as DeepFake generation becomes increasingly realistic and robust against detection. Most existing detectors implicitly assume temporally consistent and clean facial sequences, an assumption that rarely holds in real-world scenarios where compression artifacts, occlusions, and adversarial attacks destabilize face detection and often lead to invalid or misdetected faces. To address these challenges, we propose a Laplacian-Regularized Graph Convolutional Network (LR-GCN) that robustly detects DeepFakes from noisy or unordered face sequences, while being trained only on clean facial data. Our method constructs an Order-Free Temporal Graph Embedding (OF-TGE) that organizes frame-wise CNN features into an adaptive sparse graph based on semantic affinities. Unlike traditional methods constrained by strict temporal continuity, OF-TGE captures intrinsic feature consistency across frames, making it resilient to shuffled, missing, or heavily corrupted inputs. We further impose a dual-level sparsity mechanism on both graph structure and node features to suppress the influence of invalid faces. Crucially, we introduce an explicit Graph Laplacian Spectral Prior that acts as a high-pass operator in the graph spectral domain, highlighting structural anomalies and forgery artifacts, which are then consolidated by a low-pass GCN aggregation. This sequential design effectively realizes a task-driven spectral band-pass mechanism that suppresses background information and random noise while preserving manipulation cues. Extensive experiments on FF++, Celeb-DFv2, and DFDC demonstrate that LR-GCN achieves state-of-the-art performance and significantly improved robustness under severe global and local disruptions, including missing faces, occlusions, and adversarially perturbed face detections.
