SlideShare a Scribd company logo
1 of 3
Introduction
Facial Landmarks is the localization and detection of core features on the face. Facial
Landmarks involve the focus of an area of interest on the human face. Its application finds
various usage but not limited to these areas, such as video surveillance, computer vision,
human-computer interaction. It revolves across core subject areas in face detection, face
expression detection, face tracking. It is a subset of the shape prediction; shape prediction
is used to localize distinguished features in a shape. A shape prediction attempts to localize
key points of interest along with the shape [1]. Facial landmarks are used to localize and
represent the salient regions in the face such as eyebrows, eyes, nose, mouth, and jawline.
Despite, the fact that face landmark technology has found immense several applications
across different fields, it still remains one of the most challenging tasks to perform.
Challenges such as poor image quality, image orientation, pose variation, lighting condition
on images, a variation of face shapes and sizes. In video-based face recognition, several
issues take place such as illumination variation, different pose orientation. In different
algorithms, images of faces to be trained are stored in a database and compared to the input
facial image There is a need to make recognition reliable under an uncontrolled
environment where the images captured are likely to reduce quality and other useful details
due to various lighting conditions imperatives for the face recognition algorithm to function
properly. The variation of the output will immensely depend on this. Compromise viewing
condition makes this a challenging area. Facial Landmark is used in various computer
vision techniques such as face part extraction, face alignment, pose estimations, face
swapping, blink detection. The facial landmark algorithm is very specific to the kind of
problem and cannot be guaranteed to work unless it is applied and results are obtained.
Sequel to this, we have an implementation face analyzing algorithm to categorize human
face as happy or sad. Facial Landmark can be achieved by face detection and feature
extraction, it is done with the use of Histogram of Oriented Gradients (HOG) and Linear
Support Vector Machine (SVM) Algorithm. In this paper, our approach tends to leverage
on a compositional learning strategy of combining both algorithms. We use learning
machine learning for face detection and deep learning for feature extractions. In other
words, we use HOG + Linear SVM for feature detection and extraction of distinguishable
features with CNN.
Related Work
In the last decade, a great deal of work has been done on this topic, Barnabas et al [5]
developed a three-stage detection strategy that hierarchically integrates face- and facial
landmark candidates as marked by individual filters. The image is first scanned using multi-
resolution eye pair detectors’ to mark possible candidate face regions, which are then
further processed by full-face detectors to find the best matching candidate. Facial
landmarks are found using specific eye, nose and mouth filters applied to regions of
interests meeting average geometric constraints derived from a large set of face images.
The specific subsystem for face- and facial landmark detection employs filter banks and
registers memory activations as the center of the retinal sampling grid move over a selected
region in the image. Consisting of four stages retinal sampling, feature extraction, visual
filter banks, and holistic detection/classification. The drawback of this method can be found
in the time-consuming scanning algorithm used to prime the facial landmarks, with purely
data-driven attention mechanisms, the inaccurate results yielded for a compromised image
quality input
Several algorithms can be used to combat facial landmarks among these are histogram of
oriented gradients, local binary pattern histogram, eigenfaces, Fisher faces. In the histogram
of oriented gradients (HOG), every pixel of the captured image is compared with other
pixels in darkness. Based on that, an accurate image is obtained. It is unaffected by any
kind of lighting problems. Hence, it's a less complicated and more efficient technique for
face detection, we tend to combine the machine learning and deep learning approach to
achieve this result.
Histogram of Oriented Gradients (HOG) is commonly implored as a shape predictor form
which by detecting objects or human face in computer vision and image processing. The
object search is based on the detection technique applied for the small images defined by
the sliding detector window that probes region by region of the original input image and its
scaled versions [2]. Histogram of Oriented Gradients is generally used along with Support
Vector Machine (SVM) classifiers. Which handles the detecting the bounding box is used
to convert the 2-dimensional representation of the image into spatial coordinates. The
techniques counts occurrences of gradient orientation in localized portions of an image.
The simplest method to do that is to use vertical and horizontal operators [3]:
𝐺_𝑥 (𝑦, 𝑥) = 𝑌(𝑦, 𝑥 + 1)– 𝑌(𝑦, 𝑥 − 1); 𝐺_𝑦 (𝑦, 𝑥) = 𝑌(𝑦 + 1, 𝑥)– 𝑌(𝑦 − 1, 𝑥) (1)
𝑌( 𝑦, 𝑥) - pixel intensity at coordinates 𝑥 and 𝑦
𝐺𝑥(𝑦, 𝑥) - horizontal gradient
𝐺𝑦(𝑦, 𝑥) - vertical gradient
Magnitude and phase of the gradient are determined as:
𝐺(𝑦, 𝑥) = √ 𝐺_𝑥(𝑥, 𝑦)2 + 𝐺_𝑦(𝑥, 𝑦)2 (2)
𝜃( 𝑦, 𝑥) = 𝑎𝑟𝑐𝑡𝑎𝑛(𝐺𝑥(𝑦, 𝑥)) (3)
HOG is a good performer of human facial detection, however, it is very sensitive to image
rotation. Because the HOG shows occurrences of specific gradient orientation, the histogram
can be considerably changed by image rotation. Therefore, HOG is not suitable as feature
vectors for classification of objects which are often detected as rotated images or texture
images, hence the need to augment HOG with Linear SVM.
References
[1] Adrian Rosebrock “Facial landmarks with dlib, OpenCV, and Python,”
https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/
[2] Nicolas Delbiaggio, A Comparison of Facial Recognition’s Algorithms.
[3] R.Angeline, Kavithvajen.K, Toshita Balaji, Malavika Saji, Sushmitha.S.R, “CNN
Integrated With HOG For Efficient Face Recognition”, International Journal of Recent
Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-7, Issue-6, March 2019.
[4] Nadia Jmour; Sehla Zayen; Afef Abdelkrim, “Convolutional Neural networks for image
classification”, 2018 International Conference on Advanced Systems and Electric
Technologies (IC_ASET), 22-25 March 2018.
[5] Barnabas Takacs and Harry Wechsleri; “Detection Of Faces And Facial Landmarks Using
Iconic Filter Banks”, Department of Computer Science, George Mason University, Fairfax,
VA 22030, U.S.A

More Related Content

What's hot

An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterjournalBEEI
 
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...AM Publications
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
Facial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesFacial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesCSCJournals
 
A survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationA survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationIAEME Publication
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Editor IJARCET
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark InformationIRJET Journal
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSIJCSES Journal
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET Journal
 
Face recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and poseFace recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and posePvrtechnologies Nellore
 
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...Facial Feature Tracking under Varying Facial Expressions and Face Poses based...
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...Yen Ho
 
Multi modal face recognition using block based curvelet features
Multi modal face recognition using block based curvelet featuresMulti modal face recognition using block based curvelet features
Multi modal face recognition using block based curvelet featuresijcga
 
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...TELKOMNIKA JOURNAL
 
Data Mining - Facial Expression Recognition
Data Mining - Facial Expression RecognitionData Mining - Facial Expression Recognition
Data Mining - Facial Expression RecognitionArshiaSali1
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...cscpconf
 

What's hot (20)

An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor Filter
 
A04430105
A04430105A04430105
A04430105
 
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...
RATIONAL STRUCTURAL-ZERNIKE MEASURE: AN IMAGE SIMILARITY MEASURE FOR FACE REC...
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
Facial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesFacial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG Techniques
 
A survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationA survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illumination
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark Information
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
 
Ijetcas14 315
Ijetcas14 315Ijetcas14 315
Ijetcas14 315
 
H0334749
H0334749H0334749
H0334749
 
Hoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigoHoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigo
 
Face recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and poseFace recognition across non uniform motion blur, illumination, and pose
Face recognition across non uniform motion blur, illumination, and pose
 
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...Facial Feature Tracking under Varying Facial Expressions and Face Poses based...
Facial Feature Tracking under Varying Facial Expressions and Face Poses based...
 
Multi modal face recognition using block based curvelet features
Multi modal face recognition using block based curvelet featuresMulti modal face recognition using block based curvelet features
Multi modal face recognition using block based curvelet features
 
Ijariie1177
Ijariie1177Ijariie1177
Ijariie1177
 
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...
Improved Face Recognition across Poses using Fusion of Probabilistic Latent V...
 
Data Mining - Facial Expression Recognition
Data Mining - Facial Expression RecognitionData Mining - Facial Expression Recognition
Data Mining - Facial Expression Recognition
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
 

Similar to Optimization of Facial Landmark for Sentiment Analysis on Images with Human Faces.

Report Face Detection
Report Face DetectionReport Face Detection
Report Face DetectionJugal Patel
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
A Spectral Domain Local Feature Extraction Algorithm for Face Recognition
A Spectral Domain Local Feature Extraction Algorithm for Face RecognitionA Spectral Domain Local Feature Extraction Algorithm for Face Recognition
A Spectral Domain Local Feature Extraction Algorithm for Face RecognitionCSCJournals
 
A Face Recognition Scheme Using Wavelet Based Dominant Features
A Face Recognition Scheme Using Wavelet Based Dominant FeaturesA Face Recognition Scheme Using Wavelet Based Dominant Features
A Face Recognition Scheme Using Wavelet Based Dominant Featuressipij
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...AM Publications
 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternMartha Brown
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithmAshwini Awatare
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIJCSIS Research Publications
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...IJCSES Journal
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET Journal
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET Journal
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMIAEME Publication
 
LEARNING BASES OF ACTICITY
LEARNING BASES OF ACTICITYLEARNING BASES OF ACTICITY
LEARNING BASES OF ACTICITYPadma Kannan
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsLakshmi Sarvani Videla
 
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationMulti Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationCSCJournals
 

Similar to Optimization of Facial Landmark for Sentiment Analysis on Images with Human Faces. (20)

Report Face Detection
Report Face DetectionReport Face Detection
Report Face Detection
 
Face recognition
Face recognitionFace recognition
Face recognition
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
A Spectral Domain Local Feature Extraction Algorithm for Face Recognition
A Spectral Domain Local Feature Extraction Algorithm for Face RecognitionA Spectral Domain Local Feature Extraction Algorithm for Face Recognition
A Spectral Domain Local Feature Extraction Algorithm for Face Recognition
 
50120140504002
5012014050400250120140504002
50120140504002
 
A Face Recognition Scheme Using Wavelet Based Dominant Features
A Face Recognition Scheme Using Wavelet Based Dominant FeaturesA Face Recognition Scheme Using Wavelet Based Dominant Features
A Face Recognition Scheme Using Wavelet Based Dominant Features
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
 
C017431730
C017431730C017431730
C017431730
 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary Pattern
 
Semantic 3DTV Content Analysis and Description
Semantic 3DTV Content Analysis and DescriptionSemantic 3DTV Content Analysis and Description
Semantic 3DTV Content Analysis and Description
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: Review
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: Review
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
 
LEARNING BASES OF ACTICITY
LEARNING BASES OF ACTICITYLEARNING BASES OF ACTICITY
LEARNING BASES OF ACTICITY
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point Clouds
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationMulti Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
 

Recently uploaded

04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queensdataanalyticsqueen03
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一F La
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 

Recently uploaded (20)

04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queens
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一
办理(UWIC毕业证书)英国卡迪夫城市大学毕业证成绩单原版一比一
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 

Optimization of Facial Landmark for Sentiment Analysis on Images with Human Faces.

  • 1. Introduction Facial Landmarks is the localization and detection of core features on the face. Facial Landmarks involve the focus of an area of interest on the human face. Its application finds various usage but not limited to these areas, such as video surveillance, computer vision, human-computer interaction. It revolves across core subject areas in face detection, face expression detection, face tracking. It is a subset of the shape prediction; shape prediction is used to localize distinguished features in a shape. A shape prediction attempts to localize key points of interest along with the shape [1]. Facial landmarks are used to localize and represent the salient regions in the face such as eyebrows, eyes, nose, mouth, and jawline. Despite, the fact that face landmark technology has found immense several applications across different fields, it still remains one of the most challenging tasks to perform. Challenges such as poor image quality, image orientation, pose variation, lighting condition on images, a variation of face shapes and sizes. In video-based face recognition, several issues take place such as illumination variation, different pose orientation. In different algorithms, images of faces to be trained are stored in a database and compared to the input facial image There is a need to make recognition reliable under an uncontrolled environment where the images captured are likely to reduce quality and other useful details due to various lighting conditions imperatives for the face recognition algorithm to function properly. The variation of the output will immensely depend on this. Compromise viewing condition makes this a challenging area. Facial Landmark is used in various computer vision techniques such as face part extraction, face alignment, pose estimations, face swapping, blink detection. The facial landmark algorithm is very specific to the kind of problem and cannot be guaranteed to work unless it is applied and results are obtained. Sequel to this, we have an implementation face analyzing algorithm to categorize human face as happy or sad. Facial Landmark can be achieved by face detection and feature extraction, it is done with the use of Histogram of Oriented Gradients (HOG) and Linear Support Vector Machine (SVM) Algorithm. In this paper, our approach tends to leverage on a compositional learning strategy of combining both algorithms. We use learning machine learning for face detection and deep learning for feature extractions. In other words, we use HOG + Linear SVM for feature detection and extraction of distinguishable features with CNN. Related Work In the last decade, a great deal of work has been done on this topic, Barnabas et al [5] developed a three-stage detection strategy that hierarchically integrates face- and facial landmark candidates as marked by individual filters. The image is first scanned using multi- resolution eye pair detectors’ to mark possible candidate face regions, which are then further processed by full-face detectors to find the best matching candidate. Facial landmarks are found using specific eye, nose and mouth filters applied to regions of interests meeting average geometric constraints derived from a large set of face images. The specific subsystem for face- and facial landmark detection employs filter banks and
  • 2. registers memory activations as the center of the retinal sampling grid move over a selected region in the image. Consisting of four stages retinal sampling, feature extraction, visual filter banks, and holistic detection/classification. The drawback of this method can be found in the time-consuming scanning algorithm used to prime the facial landmarks, with purely data-driven attention mechanisms, the inaccurate results yielded for a compromised image quality input Several algorithms can be used to combat facial landmarks among these are histogram of oriented gradients, local binary pattern histogram, eigenfaces, Fisher faces. In the histogram of oriented gradients (HOG), every pixel of the captured image is compared with other pixels in darkness. Based on that, an accurate image is obtained. It is unaffected by any kind of lighting problems. Hence, it's a less complicated and more efficient technique for face detection, we tend to combine the machine learning and deep learning approach to achieve this result. Histogram of Oriented Gradients (HOG) is commonly implored as a shape predictor form which by detecting objects or human face in computer vision and image processing. The object search is based on the detection technique applied for the small images defined by the sliding detector window that probes region by region of the original input image and its scaled versions [2]. Histogram of Oriented Gradients is generally used along with Support Vector Machine (SVM) classifiers. Which handles the detecting the bounding box is used to convert the 2-dimensional representation of the image into spatial coordinates. The techniques counts occurrences of gradient orientation in localized portions of an image. The simplest method to do that is to use vertical and horizontal operators [3]: 𝐺_𝑥 (𝑦, 𝑥) = 𝑌(𝑦, 𝑥 + 1)– 𝑌(𝑦, 𝑥 − 1); 𝐺_𝑦 (𝑦, 𝑥) = 𝑌(𝑦 + 1, 𝑥)– 𝑌(𝑦 − 1, 𝑥) (1) 𝑌( 𝑦, 𝑥) - pixel intensity at coordinates 𝑥 and 𝑦 𝐺𝑥(𝑦, 𝑥) - horizontal gradient 𝐺𝑦(𝑦, 𝑥) - vertical gradient Magnitude and phase of the gradient are determined as: 𝐺(𝑦, 𝑥) = √ 𝐺_𝑥(𝑥, 𝑦)2 + 𝐺_𝑦(𝑥, 𝑦)2 (2) 𝜃( 𝑦, 𝑥) = 𝑎𝑟𝑐𝑡𝑎𝑛(𝐺𝑥(𝑦, 𝑥)) (3) HOG is a good performer of human facial detection, however, it is very sensitive to image rotation. Because the HOG shows occurrences of specific gradient orientation, the histogram can be considerably changed by image rotation. Therefore, HOG is not suitable as feature vectors for classification of objects which are often detected as rotated images or texture images, hence the need to augment HOG with Linear SVM.
  • 3. References [1] Adrian Rosebrock “Facial landmarks with dlib, OpenCV, and Python,” https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/ [2] Nicolas Delbiaggio, A Comparison of Facial Recognition’s Algorithms. [3] R.Angeline, Kavithvajen.K, Toshita Balaji, Malavika Saji, Sushmitha.S.R, “CNN Integrated With HOG For Efficient Face Recognition”, International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-7, Issue-6, March 2019. [4] Nadia Jmour; Sehla Zayen; Afef Abdelkrim, “Convolutional Neural networks for image classification”, 2018 International Conference on Advanced Systems and Electric Technologies (IC_ASET), 22-25 March 2018. [5] Barnabas Takacs and Harry Wechsleri; “Detection Of Faces And Facial Landmarks Using Iconic Filter Banks”, Department of Computer Science, George Mason University, Fairfax, VA 22030, U.S.A