Unmasking Facial DeepFakes: A Robust Multiview Detection Framework for Natural Images
Sami Belguesmia, Mohand Saïd Allili, Assia Hamadene
TL;DR
This work tackles robust DeepFake detection under pose variation and occlusion by proposing a multi-view architecture that jointly analyzes global, middle, and local facial features plus an explicit face-orientation encoder. Features from the four branches are fused via an MLP to produce a detection decision, with CNN and Transformer variants explored. Experiments on OpenForensics and FaceForensics++ show that multi-view fusion plus orientation information outperforms single-view baselines and competes with or surpasses recent state-of-the-art methods, demonstrating improved robustness in unconstrained settings. The work highlights the value of region-specific artifacts and pose-aware representations for real-world forensics, and opens paths toward temporal modeling and explainability.
Abstract
DeepFake technology has advanced significantly in recent years, enabling the creation of highly realistic synthetic face images. Existing DeepFake detection methods often struggle with pose variations, occlusions, and artifacts that are difficult to detect in real-world conditions. To address these challenges, we propose a multi-view architecture that enhances DeepFake detection by analyzing facial features at multiple levels. Our approach integrates three specialized encoders, a global view encoder for detecting boundary inconsistencies, a middle view encoder for analyzing texture and color alignment, and a local view encoder for capturing distortions in expressive facial regions such as the eyes, nose, and mouth, where DeepFake artifacts frequently occur. Additionally, we incorporate a face orientation encoder, trained to classify face poses, ensuring robust detection across various viewing angles. By fusing features from these encoders, our model achieves superior performance in detecting manipulated images, even under challenging pose and lighting conditions.Experimental results on challenging datasets demonstrate the effectiveness of our method, outperforming conventional single-view approaches
