Lightweight Deepfake Detection Based on Multi-Feature Fusion

Authors: Siddiqui Muhammad Yasir, Hyun Kim

Published: 2025-02-17 12:55:41+00:00

AI Summary

This paper proposes a lightweight deepfake detection method suitable for resource-constrained devices. It achieves this by fusing features extracted using Histogram of Oriented Gradients (HOG), Local Binary Patterns (LBP), and KAZE, then classifying these fused features using machine learning classifiers.

Abstract

Deepfake technology utilizes deep learning based face manipulation techniques to seamlessly replace faces in videos creating highly realistic but artificially generated content. Although this technology has beneficial applications in media and entertainment misuse of its capabilities may lead to serious risks including identity theft cyberbullying and false information. The integration of DL with visual cognition has resulted in important technological improvements particularly in addressing privacy risks caused by artificially generated deepfake images on digital media platforms. In this study we propose an efficient and lightweight method for detecting deepfake images and videos making it suitable for devices with limited computational resources. In order to reduce the computational burden usually associated with DL models our method integrates machine learning classifiers in combination with keyframing approaches and texture analysis. Moreover the features extracted with a histogram of oriented gradients (HOG) local binary pattern (LBP) and KAZE bands were integrated to evaluate using random forest extreme gradient boosting extra trees and support vector classifier algorithms. Our findings show a feature-level fusion of HOG LBP and KAZE features improves accuracy to 92% and 96% on FaceForensics++ and Celeb-DFv2 respectively.


Key findings
Feature-level fusion of HOG, LBP, and KAZE features improved accuracy to 92% on FaceForensics++ and 96% on Celeb-DFv2. The proposed method offers a balance between accuracy and computational efficiency, making it suitable for resource-limited devices.
Approach
The method uses keyframing to reduce computational burden. It then extracts HOG, LBP, and KAZE features, fusing them at the feature level before using Random Forest, Extreme Gradient Boosting, Extra Trees, and Support Vector Classifier algorithms for classification.
Datasets
FaceForensics++, Celeb-DFv2
Model(s)
Random Forest, Extreme Gradient Boosting, Extra Trees, Support Vector Classifier
Author countries
South Korea