Related Experiment Video
Updated: Aug 24, 2025

05:41
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
9.5K
Evaluation of deepfake detection using YOLO with local binary pattern histogram
Štěpán Hubálovský1, Pavel Trojovský2, Nebojsa Bacanin3
1Department of Applied Cybernetics, University of Hradec Králové, Hradec Králové, Czech Republic.
Peerj. Computer Science
|October 20, 2022
Summary
This study introduces YOLO-LBPH, a novel method for detecting deepfake videos by analyzing facial features. The approach effectively identifies forged content, enhancing video authenticity verification.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Digital Forensics
Background:
- Deepfake technology poses a significant threat by creating sophisticated forged images and videos.
- Existing deepfake detection methods often struggle with novel threats and false positives.
- The need for robust video authenticity verification is critical to combat misinformation.
Purpose of the Study:
- To propose a novel deepfake detection method, YOLO-LBPH, combining You Only Look Once and Local Binary Pattern Histogram.
- To enhance the accuracy and reliability of detecting forged videos.
- To address the limitations of current image processing techniques in identifying sophisticated fake content.
Main Methods:
- Utilized You Only Look Once (YOLO) for efficient face detection in video frames.
- Employed EfficientNet-B5 for extracting spatial features from detected face images.
- Integrated Local Binary Pattern Histogram (LBPH) to extract temporal features from spatial data.
Main Results:
- Achieved a precision score of 86.88% on the CelebDF-FaceForensics++(c23) dataset.
- Demonstrated high recall rates: 92.45% on CelebDF-FaceForensics++(c23), 93.76% on DFFD, and 94.35% on CASIA-WebFace.
- The YOLO-LBPH model showed strong performance across multiple large-scale deepfake datasets.
Conclusions:
- The proposed YOLO-LBPH method offers a promising and effective approach for deepfake video detection.
- The combination of YOLO for face detection and LBPH for feature extraction significantly improves detection accuracy.
- This technique provides a valuable tool for enhancing digital forensics and combating the spread of manipulated media.
Related Concept Videos
Histogram
14.2K
The histogram is a graphical representation in the x-y form of data distribution in a data set. The horizontal x-axis is labeled with what the data represents (for instance, distance from your home to school). The vertical y-axis is labeled either frequency or relative frequency (or percent frequency or probability).
A histogram graph consists of contiguous (adjoining) boxes. The heights of the bars correspond to frequency values. The graph will have the same shape with respective labels. The...
A histogram graph consists of contiguous (adjoining) boxes. The heights of the bars correspond to frequency values. The graph will have the same shape with respective labels. The...
14.2K
Detection of Black Holes
2.3K
Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
2.3K
Difference from Background: Limit of Detection
6.8K
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
The LOD indicates the presence or absence...
6.8K
Force Classification
1.4K
Forces play a crucial role in the study of physics and engineering. They are essential in describing the motion, behavior, and equilibrium of objects in the physical world. Forces can be classified based on their origin, type, and direction of action.
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
1.4K
Detection of Gross Error: The Q Test
6.3K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
6.3K
Probability Histograms
12.1K
A probability histogram is a visual representation of a probability distribution. Similar a typical histogram, the probability histogram consists of contiguous (adjoining) boxes. It has both a horizontal axis and a vertical axis. The horizontal axis is labeled with what the data represents. The vertical axis is labeled with probability. Each rectangular bar in the histogram is 1 unit wide, which suggests that the area under each bar equals the probability, P(x), where x is 1, 2, 3, and so on.
12.1K

