SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 361
FACE SHAPE CLASSIFIER USING DEEP LEARNING
Rohan S1, Suhas R Vittal2, Neeraj H Gowda3, Dr. Priya R Sankapal4
1,2,3 Student, Dept. of Electronics and Communication, BNMIT, Bangalore, Karnataka, India
4 Assistant Professor, Dept. of Electronics and Communication, BNMIT, Bangalore, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Beauty and cultural activities, such as
hairstyles, clothes and accessories, and other costumes,
demand an understanding of a person's face shape, which is
not always accurate or efficient and requires specialist
expertise. In this paper, we presenta computer-aidedsystem
based on image processing and deep learning that can
automatically recognize the facial form without the need for
an expert. As input, the system receives face photos and
delivers them to a pre-trained model. This algorithm
classifies and predicts outcomes based on face shape across
five shapes: heart, oval, square, oblong, and circle, and
provides results for the best match with an accuracyof82%.
Key Words: Deep Learning, K-Nearest Neighbors, Linear
Discriminant Analysis, Support Vector MachineswithLinear
Kernel, Convolutional Neural Network.
1. INTRODUCTION
Our faces are our first and last impressions. Thus, we must
learn to leverage this. Understandingourfaceshapehelpsus
enhance our potential. We can highlight or hide features
with a little expertise in this area. By determining our face
shape, we can learn how to style ourselves to look appealing
and natural rather than unpleasant and boring. Finding our
face form assists our style. Our outfit choices are benefited
from our face structure.
Re-trainable custom image classifiers make face shape
classifiers easier to design. The classifier should be capable
of recognizing whether a frontal view image of a human face
is heart, oblong, oval, round, or square. Fashion stylists
recommend frames and hairstyles basedonfaceform.OPSM
Opticians advocate bigger frames for oblong-shapedfaces to
balance long and wide features and avoid transparent
rimless frames that exaggerate length and width. Similar
apps recommend hats, makeup, jewelry, and other fashion
accoutrements.
These recommendation algorithms could be part of a bigger
personal digital assistant linked to social media and product
advertisements. Algorithms could potentially advise virtual
or cosmetic facial changes to improve one's appearance.
Face-shape categorization systems can speed up facial
recognition, but more abstracted profiling schemes
employing system-learned classes may be better. Online
guides, apps, and mobile apps are available face shape
classifiers in the literature. Two scientific articles are peer-
reviewed. Publishedfaceshapeclassificationmethodscollect
pre-defined features from images and train classifiers using
these methods: K-Nearest Neighbors (KNN), Linear
Discriminant Analysis (LDA), Support Vector Machineswith
Linear Kernel (SVMLIN), and SVM-RBF [2]. (MLP). While
published overall accuracies of 64.2% to 85.0% look good, it
would be interesting to compare these results with a
classifier employing convolutional neural networks (CNNs),
which are becoming moreprominentinpictureclassification
challenges.
1.1 MOTIVATION
Having prior knowledgeaboutourownfacialshapeshelpsus
make better choices about appareland fashion. Our abilityto
style ourselves to look our best without consulting an expert
on how our clothingchoices relateto ourfaceshapeishelped
by the coherence of our face shape and the fashion choices
that we choose.
1.2 OBJECTIVES
This project aims at developing a neural network to
recognize a person's face shape from facial photos and
present the results. This approach is best for face shape
identification at opticians, beauty salons, and at home. Our
goal is to help consumers find the perfect style for their face
shape. This allows women choose from a wide variety of
beautiful clothes, hairstyles, and makeup for different
occasions. This projectcanbeimplementedintoe-commerce
platforms to assist us choose clothes that suit our facial
shapes and eliminate items that don't. Face shape
classification helps us choose products in all areaswhere we
shop.
2. LITERTURE SURVEY
Face recognition, one of the most successful image analysis
and comprehending applications, has garnered attention in
recent years. After 30 years of research, feasible technology
and a wide range of commercial and law enforcement
applications explain this tendency. Machine recognition
systems have matured, yet many real applications limit their
success. Face identification in outdoor photographs with
changing illumination and position is still a major challenge.
Thus, current systems cannot match human vision. Face
shapedetection, another spinoff from facerecognition,offers
a wide range of applications in businesses that cater to
individuals, such as fashion and e-commerce. We referenced
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 362
to papers and publications on face classifications, a mix of
face recognition and image classification.
Our survey showed that CNN was best for our strategy
because it found and clustered features of each category
without training. We conducted this study to give an up-to-
date review of face classification literature and to shed light
on machine face recognition research.
3. METHODOLOGY
Input Image
Fig -1: Block Diagram
The data set is divided into training andtestingsets;theCNN
model is trained using the training sets, and then tested on
the testing data setstoanalyzeitsperformance.Performance
metrics such as accuracy are assessed among the five
categories specified above.
Convolutional Neural Network (CNN) based machine
learning algorithms have been created to automatically
analyze face appearance-based difficulties. The issue of
feature alignment can be solved using CNNs, and
experimental results show that they perform well on
challenging test images.Asystemthatemploysa hierarchical
process in which it first approximatelyidentifiestheposition
of the eyes, nose, and mouth before improving the outcome
through the detection of various facial feature points.
A proposed face recognition system uses a particular CNN
architecture that enables nonlinear mapping of the image's
area into a lower dimensional subspace for better
classification. The technique was used on numerous public
face databases and was able to outperform traditional face
recognition logics in terms of recognition rate.
Users can use this dataset to train and test the accuracy of
their own convolutional neural networksbecauseitcontains
thousands of images of handwritten numbers. Many people
have produced and gathered a variety of well-known
datasets to aid in the development and study of
convolutional neural networks.
4. Results
Fig -2: Output of the Algorithm
Fig -2 demonstrates the square shape of the input image's
outcome, as seen in the image. The CNN algorithm
classifies the image into 5 possible shapes and then predicts
which shape is the most appropriate.
Fig -3: Output of the Algorithm
Validation Set
Training Set
CNN Model
Performance Analysis
Square
Circle
Oblong
Oval
Heart
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 363
Fig -4: Accuracy of the model
After training for up to 10 epochs, the overall accuracyofthe
face shape classifier algorithm is around 82%. The model’s
accuracy can be further increased by performing further
epochs, resulting into better performance of the algorithm.
Fig -5: Confusion Matrix
Using a confusion matrix, we evaluate the performance of
our model. This is frequently used to describe how a
classification model, also known as a "classifier," performed
on a set of test data for which the true values were known.
5. CONCLUSIONS
This application reads a facial photograph as input and
provides the most accurate prediction of the face shape. The
outcomes of each image analysis show that the system is
trained, validated, and tested. The built system can
accurately determine facial form. There is, nevertheless,
room for some prospective improvements. This system will
be trained on 5000 faces of women ranginginagefrom20to
40 years to recognize shapes such as square, oval, oblong,
round, and heart. This technique can be used to develop
applications such as eyeglasses, haircuts, and apparel to
provide a nice feeling of fashion.
REFERENCES
[1] SV Rajapaksha and BTGS Kumara "Hairstyle
Recommendation Based on Face Shape Using Image
Processing”.
[2] H. N. Gunasinehe and T.G.I Fernanda "Identifying the
Face shape of a Person using Machine Learning
Techniques”.
[3] Pallab P. "Face It – The Artificially Intelligent
Hairstylist".
[4] Adonis Emmanuel DC. Tio “Face shape classification
using Inception v3”.
[5] Amir Zafar and Tiberiu Popa. 2016. Face and Frame
Classification using Geometric Features for a Data-
driven Frame Recommendation System. In Proceedings
of the 42nd Graphics Interface Conference (GI '16).
Canadian Human Computer Communications Society,
School of Computer Science, University of Waterloo,
Waterloo, Ontario, Canada, 183-188.
[6] W. Sunhem and K. Pasupa, "An approach to face shape
classification for hairstyle recommendation," Eighth
International Conference on Advanced Computational
Intelligence (ICACI), Chiang Mai.
[7] Eshwar S G, Gautham Ganesh Prabhu J, A. V. Rishikesh,
Charan N A and Umadevi V, "Apparel classificationusing
Convolutional Neural Networks," International
Conference on ICT in Business Industry & Government
(ICTBIG), Indore.

More Related Content

Similar to FACE SHAPE CLASSIFIER USING DEEP LEARNING

Similar to FACE SHAPE CLASSIFIER USING DEEP LEARNING (20)

IRJET - Emotionalizer : Face Emotion Detection System
IRJET - Emotionalizer : Face Emotion Detection SystemIRJET - Emotionalizer : Face Emotion Detection System
IRJET - Emotionalizer : Face Emotion Detection System
 
IRJET- Emotionalizer : Face Emotion Detection System
IRJET- Emotionalizer : Face Emotion Detection SystemIRJET- Emotionalizer : Face Emotion Detection System
IRJET- Emotionalizer : Face Emotion Detection System
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face Recognition
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
 
AN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDP
AN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDPAN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDP
AN EFFICIENT FACE RECOGNITION EMPLOYING SVM AND BU-LDP
 
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
 
Vehicle Driver Age Estimation using Neural Networks
Vehicle Driver Age Estimation using Neural NetworksVehicle Driver Age Estimation using Neural Networks
Vehicle Driver Age Estimation using Neural Networks
 
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
 
Progression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face VerificationProgression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face Verification
 
IRJET - Face Recognition based Attendance System: Review
IRJET -  	  Face Recognition based Attendance System: ReviewIRJET -  	  Face Recognition based Attendance System: Review
IRJET - Face Recognition based Attendance System: Review
 
ATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AI
 
IRJET- Survey on Face Recognition using Biometrics
IRJET-  	  Survey on Face Recognition using BiometricsIRJET-  	  Survey on Face Recognition using Biometrics
IRJET- Survey on Face Recognition using Biometrics
 
IRJET- Digiyathra
IRJET-  	  DigiyathraIRJET-  	  Digiyathra
IRJET- Digiyathra
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial Recognition
 
Local Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemLocal Descriptor based Face Recognition System
Local Descriptor based Face Recognition System
 
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 

Recently uploaded (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

FACE SHAPE CLASSIFIER USING DEEP LEARNING

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 361 FACE SHAPE CLASSIFIER USING DEEP LEARNING Rohan S1, Suhas R Vittal2, Neeraj H Gowda3, Dr. Priya R Sankapal4 1,2,3 Student, Dept. of Electronics and Communication, BNMIT, Bangalore, Karnataka, India 4 Assistant Professor, Dept. of Electronics and Communication, BNMIT, Bangalore, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Beauty and cultural activities, such as hairstyles, clothes and accessories, and other costumes, demand an understanding of a person's face shape, which is not always accurate or efficient and requires specialist expertise. In this paper, we presenta computer-aidedsystem based on image processing and deep learning that can automatically recognize the facial form without the need for an expert. As input, the system receives face photos and delivers them to a pre-trained model. This algorithm classifies and predicts outcomes based on face shape across five shapes: heart, oval, square, oblong, and circle, and provides results for the best match with an accuracyof82%. Key Words: Deep Learning, K-Nearest Neighbors, Linear Discriminant Analysis, Support Vector MachineswithLinear Kernel, Convolutional Neural Network. 1. INTRODUCTION Our faces are our first and last impressions. Thus, we must learn to leverage this. Understandingourfaceshapehelpsus enhance our potential. We can highlight or hide features with a little expertise in this area. By determining our face shape, we can learn how to style ourselves to look appealing and natural rather than unpleasant and boring. Finding our face form assists our style. Our outfit choices are benefited from our face structure. Re-trainable custom image classifiers make face shape classifiers easier to design. The classifier should be capable of recognizing whether a frontal view image of a human face is heart, oblong, oval, round, or square. Fashion stylists recommend frames and hairstyles basedonfaceform.OPSM Opticians advocate bigger frames for oblong-shapedfaces to balance long and wide features and avoid transparent rimless frames that exaggerate length and width. Similar apps recommend hats, makeup, jewelry, and other fashion accoutrements. These recommendation algorithms could be part of a bigger personal digital assistant linked to social media and product advertisements. Algorithms could potentially advise virtual or cosmetic facial changes to improve one's appearance. Face-shape categorization systems can speed up facial recognition, but more abstracted profiling schemes employing system-learned classes may be better. Online guides, apps, and mobile apps are available face shape classifiers in the literature. Two scientific articles are peer- reviewed. Publishedfaceshapeclassificationmethodscollect pre-defined features from images and train classifiers using these methods: K-Nearest Neighbors (KNN), Linear Discriminant Analysis (LDA), Support Vector Machineswith Linear Kernel (SVMLIN), and SVM-RBF [2]. (MLP). While published overall accuracies of 64.2% to 85.0% look good, it would be interesting to compare these results with a classifier employing convolutional neural networks (CNNs), which are becoming moreprominentinpictureclassification challenges. 1.1 MOTIVATION Having prior knowledgeaboutourownfacialshapeshelpsus make better choices about appareland fashion. Our abilityto style ourselves to look our best without consulting an expert on how our clothingchoices relateto ourfaceshapeishelped by the coherence of our face shape and the fashion choices that we choose. 1.2 OBJECTIVES This project aims at developing a neural network to recognize a person's face shape from facial photos and present the results. This approach is best for face shape identification at opticians, beauty salons, and at home. Our goal is to help consumers find the perfect style for their face shape. This allows women choose from a wide variety of beautiful clothes, hairstyles, and makeup for different occasions. This projectcanbeimplementedintoe-commerce platforms to assist us choose clothes that suit our facial shapes and eliminate items that don't. Face shape classification helps us choose products in all areaswhere we shop. 2. LITERTURE SURVEY Face recognition, one of the most successful image analysis and comprehending applications, has garnered attention in recent years. After 30 years of research, feasible technology and a wide range of commercial and law enforcement applications explain this tendency. Machine recognition systems have matured, yet many real applications limit their success. Face identification in outdoor photographs with changing illumination and position is still a major challenge. Thus, current systems cannot match human vision. Face shapedetection, another spinoff from facerecognition,offers a wide range of applications in businesses that cater to individuals, such as fashion and e-commerce. We referenced
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 362 to papers and publications on face classifications, a mix of face recognition and image classification. Our survey showed that CNN was best for our strategy because it found and clustered features of each category without training. We conducted this study to give an up-to- date review of face classification literature and to shed light on machine face recognition research. 3. METHODOLOGY Input Image Fig -1: Block Diagram The data set is divided into training andtestingsets;theCNN model is trained using the training sets, and then tested on the testing data setstoanalyzeitsperformance.Performance metrics such as accuracy are assessed among the five categories specified above. Convolutional Neural Network (CNN) based machine learning algorithms have been created to automatically analyze face appearance-based difficulties. The issue of feature alignment can be solved using CNNs, and experimental results show that they perform well on challenging test images.Asystemthatemploysa hierarchical process in which it first approximatelyidentifiestheposition of the eyes, nose, and mouth before improving the outcome through the detection of various facial feature points. A proposed face recognition system uses a particular CNN architecture that enables nonlinear mapping of the image's area into a lower dimensional subspace for better classification. The technique was used on numerous public face databases and was able to outperform traditional face recognition logics in terms of recognition rate. Users can use this dataset to train and test the accuracy of their own convolutional neural networksbecauseitcontains thousands of images of handwritten numbers. Many people have produced and gathered a variety of well-known datasets to aid in the development and study of convolutional neural networks. 4. Results Fig -2: Output of the Algorithm Fig -2 demonstrates the square shape of the input image's outcome, as seen in the image. The CNN algorithm classifies the image into 5 possible shapes and then predicts which shape is the most appropriate. Fig -3: Output of the Algorithm Validation Set Training Set CNN Model Performance Analysis Square Circle Oblong Oval Heart
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 363 Fig -4: Accuracy of the model After training for up to 10 epochs, the overall accuracyofthe face shape classifier algorithm is around 82%. The model’s accuracy can be further increased by performing further epochs, resulting into better performance of the algorithm. Fig -5: Confusion Matrix Using a confusion matrix, we evaluate the performance of our model. This is frequently used to describe how a classification model, also known as a "classifier," performed on a set of test data for which the true values were known. 5. CONCLUSIONS This application reads a facial photograph as input and provides the most accurate prediction of the face shape. The outcomes of each image analysis show that the system is trained, validated, and tested. The built system can accurately determine facial form. There is, nevertheless, room for some prospective improvements. This system will be trained on 5000 faces of women ranginginagefrom20to 40 years to recognize shapes such as square, oval, oblong, round, and heart. This technique can be used to develop applications such as eyeglasses, haircuts, and apparel to provide a nice feeling of fashion. REFERENCES [1] SV Rajapaksha and BTGS Kumara "Hairstyle Recommendation Based on Face Shape Using Image Processing”. [2] H. N. Gunasinehe and T.G.I Fernanda "Identifying the Face shape of a Person using Machine Learning Techniques”. [3] Pallab P. "Face It – The Artificially Intelligent Hairstylist". [4] Adonis Emmanuel DC. Tio “Face shape classification using Inception v3”. [5] Amir Zafar and Tiberiu Popa. 2016. Face and Frame Classification using Geometric Features for a Data- driven Frame Recommendation System. In Proceedings of the 42nd Graphics Interface Conference (GI '16). Canadian Human Computer Communications Society, School of Computer Science, University of Waterloo, Waterloo, Ontario, Canada, 183-188. [6] W. Sunhem and K. Pasupa, "An approach to face shape classification for hairstyle recommendation," Eighth International Conference on Advanced Computational Intelligence (ICACI), Chiang Mai. [7] Eshwar S G, Gautham Ganesh Prabhu J, A. V. Rishikesh, Charan N A and Umadevi V, "Apparel classificationusing Convolutional Neural Networks," International Conference on ICT in Business Industry & Government (ICTBIG), Indore.