Face Mask Detection Using Convolutional Neural Network
Face Mask Detection Using Convolutional Neural Network
Using Convolutional
Neural Network
Mohd Razif Bin Shamsuddin
Muhammad Hafiz Bin Mohd Nasarudin
Shuzlina Abdul-Rahman
Visit Our Website
https://kppim.uitm.edu.my/
About Me
My name is Mohd Razif Shamsuddin. My expertise is in
Machine Learning, with extensive research experience in
Neural Networks and Computer Vision. As a Senior
Lecturer at Universiti Teknologi MARA, I specialize in
several key areas within the field of Artificial Intelligence,
including Computer Vision, Machine Learning, Fuzzy Logic,
Evolutionary Algorithms, and Big Data Analytics. My
academic and research endeavors are driven by a
passion for advancing AI technologies and their
applications across various domains.
Proposed Solution:
Utilize a Convolutional Neural Network (CNN) for
mask detection. Accessibility and
Cost
Train two CNN models with different optimizers on
a labeled dataset.
Methodology: Mainstream Adoption
Facial
Authentication and Emotion Recognition Surveillance and Personalized Customer
Access Control Public Safety Experiences
Facial recognition technology is
Machine learning algorithms, used in affective computing to Machine learning models are Retail and marketing leverage
particularly convolutional analyze and interpret human applied in crowd surveillance to facial recognition to analyze
neural networks (CNNs), are emotions. This application is identify individuals in large customer demographics and
widely used in facial widely adopted in areas like gatherings or to monitor reactions. This data helps tailor
authentication systems marketing to measure specific locations for public product recommendations or
(Viso.ai, 2024; Shadman Sakib, customer responses, in gaming safety, including real-time targeted advertisements
2024) for adaptive interactions, and in alerts for law enforcement
mental health tools for stress
detection and emotional state
analysis
Case Study
Methodology
This study focuses on creating a CNN model for
face recognition using a low-resolution input
image. The authors used the low-resolution
images dataset for this study rather than the
down sampled dataset. This is because the
down sampled dataset has many features for
the model to recognize compared to the low-
resolution dataset. Using a low-resolution
dataset helps the model to learn from the real-
world scenario.
CNN application for Face Mask Detection
Overview of CNN
Definition: CNNs are specialized deep learning models for analyzing
visual data, inspired by biological processes.
Key Components:
Convolutional Layer: Extracts features by applying filters.
Pooling Layer: Reduces dimensionality while retaining significant
features.
Fully Connected Layer: Integrates learned features for final
predictions.