Final Review
Final Review
➢ The system aims to achieve high accuracy making it robust against face spoofing
techniques such as presentation and replay attacks.
INTRODUCTION
➢ Facial Recognition technology is becoming increasingly prevalent in various applications from
unlocking smartphones to securing high-stakes facilities.
➢ However, with the rise of this technology comes the growing threat of face spoofing attempts to
fool facial recognition systems using pre-captured photos and videos.
➢ The project aims to develop a robust Face Spoofing Detection system leveraging the combined
power of LBP and CNN for accurate classification.
➢ The proposed model can efficiently classify between real and two main face spoofing
techniques:
• Presentation Attack: Presentation Attack is a face spoofing technique where attacker tries to
bypass a facial recognition system by placing a printed image of a person in-front of biometric
system.
• Replay Attack: Replay attack is a face spoofing technique where attacker tries to bypass a
facial recognition system by placing a mobile which has pre-captured photograph of a person
in-front of biometric system.
➢ The project not only addresses the current challenges but also paves the way for enhanced
security in the era of widespread facial recognition technology.
WORKING OF FACE SPOOFING DETECTION
EXISTING SYSTEM
Input
Image
Flattened Layer
Conv Pooling Fake
Conv Pooling
224x224x3 Real
Feature Maps
Max-pooled feature maps
128x128x32
64x64x32
Output Layer
Real Image
Spoof Image
COMPARISION OF ACCURACY
SYSTEM ACCURACY
To exit from
the
To classify application
whether the
given image is
real or fake
Step-1: Generating Model
➢ CNN excelled in learning hierarchical features while LBP enhanced the model’s
ability to capture texture based information crucial for distinguishing between
genuine and spoofed faces.
2. Zhengzhe Liu, Xiaojuan Qi, Jiaya Jia, and P. Torr, “Global texture enhancement for
fake face detection in the wild”,2020
3. Yuanfang Guo and Xiaochum Cao and Wei Zhang and Rui Wang, “Fake Colorized
Image Detection”, 2018.