SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 975
Prediction of Facial Attribute Without Landmark Information
Jayashree S. Somani1, Mrs. V. L. Kolhe2
1Student, Dept. of Computer Engineering, Dr. D. Y. Patil College of Engineering, Akurdi, Pune, Maharashtra, India
2Professor, Dept. of Computer Engineering, Dr. D. Y. Patil College of Engineering, Akurdi, Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Prediction of the face attributesisverychallenging
because of complex variation in face. Most of the systems
which are used for predicting the attributes of face are unable
to give the precision as these methods are depending on the
landmark detection and canonical positions. The dependency
on landmark detector is unable to give satisfactory results on
unconstrained faces with large pose angles, occlusion or
blurriness which reduces the performance of attribute
prediction. The system explained here use an AFFAIR method
that gives the face attribute prediction. By learning a global
transformation technique and adaptive part localization
technique, system provides the most relevant part for
predicting a specific attribute on the face. TheAFFAIRlearnsa
good transformation for each input face image directly for
attribute prediction with greater accuracy.
Key Words: AFFAIR, Landmark Detector, Attribute
Prediction, Global Transformation, Part localization.
1. INTRODUCTION
Describing people depending on their feature points like
gender, age, hair style and clothing style is an important
problem for many applications in face analysis. Previously
Detection-Alignment-Recognition (DAR) method [1] is used
for detection of the face attributes with landmark detection
from images. As this method depends on the quality of
landmark detection, it results reduce the performanceofthe
method as it unable to give the fine result on unconstrained
faces. Some of the author uses a pre-trained deep
Convolutional Neural Networks (CNN)[4][6][1] for face
recognition tasks to obtain global face representation and
binary linear SVM classifiers are built on the global face
representations to classify face attributes. The previous
methods use global methods in which entire object for
representation learning and attribute prediction is done
without part information and thelocal methodwhich extract
features from relevant regions or parts for attribute
prediction.
This study aims to investigate the possibility of optimizing
facial landmark detection and alignment which are
complicated tasks. Here we are studying AFFAIR method[1]
which is an aggregation of global and local methods for
attribute prediction. AFFAIR provides an end-to-end
learning framework for finding the appropriate
transformation. The global transformation is used to detect
face and generates transformation parameters tailored for
the original input face. Part LocNet is used to focus on the
most relevant part of the face forattributeprediction.Finally
by integrating both global and local representations, we can
predict the facial attributes with no requirement of external
landmark points for alignment.
2. LITERATURE SURVEY
Jianshu Li et al. [1] published Landmark Free Face Attribute
Prediction in which he proposed the AFFAIR method which
learns global transformation and part localization. Then he
aggregates both global and local featuresforrobustattribute
prediction.
Jianlong Fu et al. [2] published Look Closer to See Better:
Recurrent Attention Convolutional Neural Network forFine-
Grained Image Recognition in which he proposed recurrent
attention convolutional neural network (RA-CNN) for
recognizing the ne grained categories like bird species, etc.
Yang Zhong et al. [3] published Face attribute prediction
using off-the-shelf CNN features in which he workedwith an
alternative way of employing the power of deep
representations from CNNs. Combining with conventional
face localization techniques, he used the off-the-shelf
architecture strained for face recognition to build facial
descriptors.
Max Ehrlich et al. [4] published Facial Attributes
Classification Using Multi-task Representation Learning in
which he proposed a model which learns a shared feature
representation that is well suited for multiple attribute
classification. Then he learns a joint feature representation
which enables interaction between different tasks. For
learning this shared feature representation the author has
used a Restricted Boltzmann Machine (RBM) based model,
enhanced with a factored multi-task component to become
Multi-Task Restricted Boltzmann Machine (MT-RBM).
Hamdi Dibekliolu et al. [5] published Combining Facial
Dynamics with Appearance for Age Estimation in which he
proposed a method which extracts and uses dynamic
features for age estimation, using a person’s smile.
Kaiming He et al. [6] published Deep Residual Learning for
Image Recognition in which he has presented a residual
learning framework to ease the trainingofnetworksthatare
substantially deeper than those used previously. The depth
of representations is of central importance for many visual
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 976
recognition tasks. By doing this, they obtain a 28% relative
improvement on the COCO object detection dataset.
Andreas Steger et al. [7] published Failure Detection for
Facial Landmark Detectors in which he studied two top
recent facial landmark detectors (AFLW, HELEN)anddevise
confidence models for their outputs. Because of this
approach, it correctly identifies more than 40% of the
failures in the outputs of the landmark detectors.
Yue Wu et al. [8] published Robust Facial Landmark
Detection under Significant Head Poses and Occlusion in
which he proposed a unified robust cascade regression
framework that can handle both images with severe
occlusion and images with large head poses.Heintroduceda
supervised regression method that gradually updates the
landmark visibility probabilities in each iteration to achieve
robustness.
3. SYSTEM DESIGN
Human face attributeestimationhasreceiveda largeamount
of attention in recent years in visual recognition research
because a face attribute provides a wide variety of salient
information such as age, gender e. t. c. The fig.1 shows the
architecture of the system. The working of the system is as
follows:
Fig.1: System Architecture
 Input image: User uploads images using live camera.
Face is detected from the input image and given to the
AFFAIR framework as an input. The AFFAIR method is
an aggregation of both global and local methods for
attribute prediction that integratesbothglobal andlocal
representations and requires no external landmark
points for alignment.
 lAndmark Free Face AttrIbute pRediction method:
lAndmark Free Face AttrIbute pRediction (AFFAIR)
method learns a global transformation and part
localizations on eachinputfaceend-to-end.Itmainlyhas
two important components:
 Global Transformation Network: The global
transformation transformstheinputfacetotheone
with an optimized configuration for further
representation learning and attributes prediction.
Global transformation consists of two parts:Global
TransNet and Global Representation Learning Net.
The global TransNet was followed by global
representationlearningnetwork whichwasusedto
consider all the facial attributes simultaneously.
Thus, the global TransNet and the global
representation learning net is trained end-to-end
for attribute prediction.
The global TransNet in AFFAIR takes the detected
face as input, and produces a set of optimized
transformation parameters ‘Tg’ tailored for the
original input face for attribute representation
learning. The transformation maps the globally
transformed face image with the input image via-
(1)
Because of this, the globally transformed face
images were obtained pixel by pixel. The pixel
value at location (xi
g, yi
g) of the transformed image
was obtained by bilinear interpolating the pixel
values on the input face image centered at (xi
input,
yi
input).
After this, the globally transformed face image in
the pixel format is then given as input to the Global
RepresentationLearningNet whichsimultaneously
considers all the facial attributes. The output face
from the global TransNet was denoted by ꞘθT
g(I).
Then the global face representation learning net,
parameterized by θF
g, maps the transformedimage
from the raw pixel space to a feature space
beneficial for predicting all the facial attributes. All
the facial attributes were denoted by ꞘθF
g, θT
g(I).
 Part Localization Network:
Part LocNet was used to localize the most relevant
and discriminative parts for a specificattributeand
make attribute prediction. LocNet can access the
whole face.
The part LocNet predicts a set of localization
parameters and it focuses on relevant part on the
face through learned scaling and translating
transformations. For example, the shape of the
eyebrow or the appearance of the goatee, etc. are
very small attributes on the face which can be
predicted by part localization. The set of part
localization parameter was denoted as Tp and the
correspondence between the parts to the globally
transformed face image was modeled by the
following equation which links the pixel value at (
xp
i, yp
i) on the output partial face image to the pixel
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 977
values centered at location ( xg
i, yg
i) on the globally
transformed face
image.
(2)
Part LocNet is also end-to-end trainable. It positionsthe
focus window to a relevant part on the face through
learned scaling and translating transformations. Then
the locally transformed images were then processed by
the Local Representation Learning Net for more than
one or all attributes of the face. The additional
parameter to generate the transformation, Tpi, in the
part LocNet for the ith attribute is denoted by θT
pi. Thus
the generated transformation was given by-
Tpi = ꞘθT
pi, θF
g, θT
g (I) (3)
 Global-Local Feature Fusion : In this phase, both
global and local representations were integrated by
finding a good global transformation to rectify the face
scale, location and orientation, and identify the most
discriminative part on the face for specific attribute
prediction without requiring external landmark points
for alignment. The global and local features are
generated by the global representation learningnetand
the part representation learning net which were fused
for attribute prediction.
 Attribute Prediction: The global and local features
were generated by the global representation learning
net and the part representation learning net,
respectively and were fused to get attribute prediction.
Finally after combining the Global-Local features, the
specific attribute prediction can be done.
4. RESULTS
Fig.2 gives the experimental results of global
transformation and part localization.
The globally transformed images possess 3 × 3 grids on
the transformed face boxes. We can see that the two
eyes lie in the center grid. The figure 2 demonstrates
that the global TransNet is able to generate good global
transformations in the sense that the two eyes are
centered in the transformed faces images.
Fig.2: Results of Global TransNet[1]
Also, the localization results from the part LocNets for
all the 8 facial attribute categories in the CelebA dataset
are shown in fig.3. Each column shows a facial attribute
category and each row shows one test image, where the
original test face images are displayed in the first
column. The next columns show the localization results
on the globally transformed face images. The boxes
indicate the output from the part LocNets. One can see
on top of the globally transformed faces, thepartLocNet
indeed localizes the most discriminative partoftheface.
For example, the eye region is localized for predicting
attributes “Arched Eyebrows”, “Bags Under Eyes”,
“Eyeglasses”, etc. The nose region is localized for
attributes “Big Nose” and “Pointy Nose”.
Fig.3: Results of Part localization [1]
5. ADVANTAGES AND DISADVANTAGES
 Advantages:
 AFFAIR model is able to localize the specific
part for prediction of the facial attribute with
the use of transformation-localizationnetwork.
 The AFFAIR model integrates both global and
local representations, by removing the need of
external landmark points for alignment.
 AFFAIR focuses on the local region and learns
more discriminative representation for better
attribute prediction.
 AFFAIR does not require face alignment as
preprocessing and provides state-of-the-art
results for the CelebA, LFWA and MTFL
datasets.
 Disadvantage:
 This method gives better performanceinall the
cases but when the personwearsthemask then
we cannot detect the face attributes.
6. CONCLUSION
The landmark free Face Attribute prediction (AFFAIR)
system is addressed in this paper which does not
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 978
depends on landmarks and hardwired face alignment
for prediction of the attributes. By learning global
transformation, it generates the optimized
transformation tailored for each input face. By learning
part localization, it locates the most relevant facial part.
Finally by aggregating the global and local features
attribute prediction is done.
REFERENCES
[1] Jianshu Li, Fang Zhao, Jiashi Feng, Sujoy Roy, Shuicheng
Yan, Terrence Sim,“Landmark Free Face Attribute
Prediction”, IEEE Transactions on Image Processing,
Volume: 27, Issue: 9, pages 4651-4662, Sept. 2018.
[2] Jianlong Fu; Heliang Zheng ; Tao Mei,“Look ClosertoSee
Better: Recurrent Attention Convolutional Neural
Network for Fine-Grained Image Recognition”, 2017
IEEE Conference on Computer Vision and Pattern
Recognition (CVPR), November 2017.
[3] Yang Zhong ; Josephine Sullivan; Haibo Li, “Face
attribute prediction using off-the-shelf CNN features”,
2016 International ConferenceonBiometrics(ICB),June
2016.
[4] Max Ehrlich; Timothy J. Shields; Timur Almaev;
Mohamed R. Amer, “Facial Attributes Classification
Using Multi-task Representation Learning”, 2016 IEEE
Conference on ComputerVisionandPatternRecognition
Workshops (CVPRW), July 2016.
[5] Hamdi Dibekliolu ; Fares Alnajar ; Albert AliSalah;Theo
Gevers, “Combining Facial Dynamics With Appearance
for Age Estimation ”, IEEE Transactions on Image
Processing, Volume: 24, Issue: 6, pages 1928 - 1943,
June 2015
[6] Kaiming He ; Xiangyu Zhang ; Shaoqing Ren ; Jian Sun,
“Deep Residual Learning for Image Recognition”, 2016
IEEE Conference on Computer Vision and Pattern
Recognition (CVPR), December 2016.
[7] Andreas Steger, Radu Timofte, “Failure Detection for
Facial Landmark Detectors”, Asian Conference on
Computer Vision ACCV 2016: Computer Vision ACCV
2016 Workshops pages 361-376.
[8] Yue Wu ; Qiang Ji, “Robust Facial Landmark Detection
under Signicant Head Poses and Occlusion”, 2015 IEEE
International Conference on Computer Vision (ICCV),
Dec. 2015

More Related Content

What's hot

Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
H0334749
H0334749H0334749
H0334749
iosrjournals
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
IRJET Journal
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
EditorIJAERD
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
ijfcstjournal
 
Aa4102207210
Aa4102207210Aa4102207210
Aa4102207210
IJERA Editor
 
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
IRJET Journal
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial image
eSAT Publishing House
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET Journal
 
IRJET- A Study on Face Recognition based on Local Binary Pattern
IRJET- A Study on Face Recognition based on Local Binary PatternIRJET- A Study on Face Recognition based on Local Binary Pattern
IRJET- A Study on Face Recognition based on Local Binary Pattern
IRJET Journal
 
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
CSCJournals
 
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern AlgorithmIRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET Journal
 
MSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching TechniquesMSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching Techniques
CSCJournals
 
IRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET- Facial Expression Recognition
IRJET- Facial Expression Recognition
IRJET Journal
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
IJERA Editor
 

What's hot (16)

Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
H0334749
H0334749H0334749
H0334749
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
 
Aa4102207210
Aa4102207210Aa4102207210
Aa4102207210
 
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
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial image
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine Learning
 
IRJET- A Study on Face Recognition based on Local Binary Pattern
IRJET- A Study on Face Recognition based on Local Binary PatternIRJET- A Study on Face Recognition based on Local Binary Pattern
IRJET- A Study on Face Recognition based on Local Binary Pattern
 
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
 
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern AlgorithmIRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
 
Ijetcas14 351
Ijetcas14 351Ijetcas14 351
Ijetcas14 351
 
MSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching TechniquesMSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching Techniques
 
IRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET- Facial Expression Recognition
IRJET- Facial Expression Recognition
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 

Similar to IRJET- Prediction of Facial Attribute without Landmark Information

Realtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learningRealtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learning
IJECEIAES
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET Journal
 
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
IJCSES Journal
 
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
International Journal of Science and Research (IJSR)
 
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
IRJET Journal
 
184
184184
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEWFACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
IRJET Journal
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
IRJET Journal
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET Journal
 
Face Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPHFace Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPH
IRJET Journal
 
Mining of Images Based on Structural Features Correlation for Facial Annotation
Mining of Images Based on Structural Features Correlation for Facial AnnotationMining of Images Based on Structural Features Correlation for Facial Annotation
Mining of Images Based on Structural Features Correlation for Facial Annotation
IRJET Journal
 
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 ...
IRJET Journal
 
Automatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face RecognitionAutomatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face Recognition
Kathryn Patel
 
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
CSCJournals
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
IRJET Journal
 
Recognition of Surgically Altered Face Images
Recognition of Surgically Altered Face ImagesRecognition of Surgically Altered Face Images
Recognition of Surgically Altered Face Images
IRJET Journal
 
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
IOSR Journals
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET Journal
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial Recognition
IRJET Journal
 
IRJET- Digiyathra
IRJET-  	  DigiyathraIRJET-  	  Digiyathra
IRJET- Digiyathra
IRJET Journal
 

Similar to IRJET- Prediction of Facial Attribute without Landmark Information (20)

Realtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learningRealtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learning
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
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
 
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
 
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
 
184
184184
184
 
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEWFACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
 
Face Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPHFace Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPH
 
Mining of Images Based on Structural Features Correlation for Facial Annotation
Mining of Images Based on Structural Features Correlation for Facial AnnotationMining of Images Based on Structural Features Correlation for Facial Annotation
Mining of Images Based on Structural Features Correlation for Facial Annotation
 
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 ...
 
Automatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face RecognitionAutomatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face Recognition
 
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
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
Recognition of Surgically Altered Face Images
Recognition of Surgically Altered Face ImagesRecognition of Surgically Altered Face Images
Recognition of Surgically Altered Face Images
 
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Se...
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial Recognition
 
IRJET- Digiyathra
IRJET-  	  DigiyathraIRJET-  	  Digiyathra
IRJET- Digiyathra
 

More from IRJET Journal

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...
IRJET Journal
 
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
IRJET Journal
 
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...
IRJET Journal
 
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
IRJET Journal
 
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...
IRJET Journal
 
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-...
IRJET Journal
 
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...
IRJET Journal
 
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...
IRJET Journal
 
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
IRJET Journal
 
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,...
IRJET Journal
 
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
IRJET Journal
 
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...
IRJET Journal
 
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
IRJET Journal
 
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
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
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 ...
IRJET Journal
 
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.
IRJET Journal
 
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...
IRJET Journal
 
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
IRJET Journal
 
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...
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

Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 

Recently uploaded (20)

Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 

IRJET- Prediction of Facial Attribute without Landmark Information

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 975 Prediction of Facial Attribute Without Landmark Information Jayashree S. Somani1, Mrs. V. L. Kolhe2 1Student, Dept. of Computer Engineering, Dr. D. Y. Patil College of Engineering, Akurdi, Pune, Maharashtra, India 2Professor, Dept. of Computer Engineering, Dr. D. Y. Patil College of Engineering, Akurdi, Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – Prediction of the face attributesisverychallenging because of complex variation in face. Most of the systems which are used for predicting the attributes of face are unable to give the precision as these methods are depending on the landmark detection and canonical positions. The dependency on landmark detector is unable to give satisfactory results on unconstrained faces with large pose angles, occlusion or blurriness which reduces the performance of attribute prediction. The system explained here use an AFFAIR method that gives the face attribute prediction. By learning a global transformation technique and adaptive part localization technique, system provides the most relevant part for predicting a specific attribute on the face. TheAFFAIRlearnsa good transformation for each input face image directly for attribute prediction with greater accuracy. Key Words: AFFAIR, Landmark Detector, Attribute Prediction, Global Transformation, Part localization. 1. INTRODUCTION Describing people depending on their feature points like gender, age, hair style and clothing style is an important problem for many applications in face analysis. Previously Detection-Alignment-Recognition (DAR) method [1] is used for detection of the face attributes with landmark detection from images. As this method depends on the quality of landmark detection, it results reduce the performanceofthe method as it unable to give the fine result on unconstrained faces. Some of the author uses a pre-trained deep Convolutional Neural Networks (CNN)[4][6][1] for face recognition tasks to obtain global face representation and binary linear SVM classifiers are built on the global face representations to classify face attributes. The previous methods use global methods in which entire object for representation learning and attribute prediction is done without part information and thelocal methodwhich extract features from relevant regions or parts for attribute prediction. This study aims to investigate the possibility of optimizing facial landmark detection and alignment which are complicated tasks. Here we are studying AFFAIR method[1] which is an aggregation of global and local methods for attribute prediction. AFFAIR provides an end-to-end learning framework for finding the appropriate transformation. The global transformation is used to detect face and generates transformation parameters tailored for the original input face. Part LocNet is used to focus on the most relevant part of the face forattributeprediction.Finally by integrating both global and local representations, we can predict the facial attributes with no requirement of external landmark points for alignment. 2. LITERATURE SURVEY Jianshu Li et al. [1] published Landmark Free Face Attribute Prediction in which he proposed the AFFAIR method which learns global transformation and part localization. Then he aggregates both global and local featuresforrobustattribute prediction. Jianlong Fu et al. [2] published Look Closer to See Better: Recurrent Attention Convolutional Neural Network forFine- Grained Image Recognition in which he proposed recurrent attention convolutional neural network (RA-CNN) for recognizing the ne grained categories like bird species, etc. Yang Zhong et al. [3] published Face attribute prediction using off-the-shelf CNN features in which he workedwith an alternative way of employing the power of deep representations from CNNs. Combining with conventional face localization techniques, he used the off-the-shelf architecture strained for face recognition to build facial descriptors. Max Ehrlich et al. [4] published Facial Attributes Classification Using Multi-task Representation Learning in which he proposed a model which learns a shared feature representation that is well suited for multiple attribute classification. Then he learns a joint feature representation which enables interaction between different tasks. For learning this shared feature representation the author has used a Restricted Boltzmann Machine (RBM) based model, enhanced with a factored multi-task component to become Multi-Task Restricted Boltzmann Machine (MT-RBM). Hamdi Dibekliolu et al. [5] published Combining Facial Dynamics with Appearance for Age Estimation in which he proposed a method which extracts and uses dynamic features for age estimation, using a person’s smile. Kaiming He et al. [6] published Deep Residual Learning for Image Recognition in which he has presented a residual learning framework to ease the trainingofnetworksthatare substantially deeper than those used previously. The depth of representations is of central importance for many visual
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 976 recognition tasks. By doing this, they obtain a 28% relative improvement on the COCO object detection dataset. Andreas Steger et al. [7] published Failure Detection for Facial Landmark Detectors in which he studied two top recent facial landmark detectors (AFLW, HELEN)anddevise confidence models for their outputs. Because of this approach, it correctly identifies more than 40% of the failures in the outputs of the landmark detectors. Yue Wu et al. [8] published Robust Facial Landmark Detection under Significant Head Poses and Occlusion in which he proposed a unified robust cascade regression framework that can handle both images with severe occlusion and images with large head poses.Heintroduceda supervised regression method that gradually updates the landmark visibility probabilities in each iteration to achieve robustness. 3. SYSTEM DESIGN Human face attributeestimationhasreceiveda largeamount of attention in recent years in visual recognition research because a face attribute provides a wide variety of salient information such as age, gender e. t. c. The fig.1 shows the architecture of the system. The working of the system is as follows: Fig.1: System Architecture  Input image: User uploads images using live camera. Face is detected from the input image and given to the AFFAIR framework as an input. The AFFAIR method is an aggregation of both global and local methods for attribute prediction that integratesbothglobal andlocal representations and requires no external landmark points for alignment.  lAndmark Free Face AttrIbute pRediction method: lAndmark Free Face AttrIbute pRediction (AFFAIR) method learns a global transformation and part localizations on eachinputfaceend-to-end.Itmainlyhas two important components:  Global Transformation Network: The global transformation transformstheinputfacetotheone with an optimized configuration for further representation learning and attributes prediction. Global transformation consists of two parts:Global TransNet and Global Representation Learning Net. The global TransNet was followed by global representationlearningnetwork whichwasusedto consider all the facial attributes simultaneously. Thus, the global TransNet and the global representation learning net is trained end-to-end for attribute prediction. The global TransNet in AFFAIR takes the detected face as input, and produces a set of optimized transformation parameters ‘Tg’ tailored for the original input face for attribute representation learning. The transformation maps the globally transformed face image with the input image via- (1) Because of this, the globally transformed face images were obtained pixel by pixel. The pixel value at location (xi g, yi g) of the transformed image was obtained by bilinear interpolating the pixel values on the input face image centered at (xi input, yi input). After this, the globally transformed face image in the pixel format is then given as input to the Global RepresentationLearningNet whichsimultaneously considers all the facial attributes. The output face from the global TransNet was denoted by ꞘθT g(I). Then the global face representation learning net, parameterized by θF g, maps the transformedimage from the raw pixel space to a feature space beneficial for predicting all the facial attributes. All the facial attributes were denoted by ꞘθF g, θT g(I).  Part Localization Network: Part LocNet was used to localize the most relevant and discriminative parts for a specificattributeand make attribute prediction. LocNet can access the whole face. The part LocNet predicts a set of localization parameters and it focuses on relevant part on the face through learned scaling and translating transformations. For example, the shape of the eyebrow or the appearance of the goatee, etc. are very small attributes on the face which can be predicted by part localization. The set of part localization parameter was denoted as Tp and the correspondence between the parts to the globally transformed face image was modeled by the following equation which links the pixel value at ( xp i, yp i) on the output partial face image to the pixel
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 977 values centered at location ( xg i, yg i) on the globally transformed face image. (2) Part LocNet is also end-to-end trainable. It positionsthe focus window to a relevant part on the face through learned scaling and translating transformations. Then the locally transformed images were then processed by the Local Representation Learning Net for more than one or all attributes of the face. The additional parameter to generate the transformation, Tpi, in the part LocNet for the ith attribute is denoted by θT pi. Thus the generated transformation was given by- Tpi = ꞘθT pi, θF g, θT g (I) (3)  Global-Local Feature Fusion : In this phase, both global and local representations were integrated by finding a good global transformation to rectify the face scale, location and orientation, and identify the most discriminative part on the face for specific attribute prediction without requiring external landmark points for alignment. The global and local features are generated by the global representation learningnetand the part representation learning net which were fused for attribute prediction.  Attribute Prediction: The global and local features were generated by the global representation learning net and the part representation learning net, respectively and were fused to get attribute prediction. Finally after combining the Global-Local features, the specific attribute prediction can be done. 4. RESULTS Fig.2 gives the experimental results of global transformation and part localization. The globally transformed images possess 3 × 3 grids on the transformed face boxes. We can see that the two eyes lie in the center grid. The figure 2 demonstrates that the global TransNet is able to generate good global transformations in the sense that the two eyes are centered in the transformed faces images. Fig.2: Results of Global TransNet[1] Also, the localization results from the part LocNets for all the 8 facial attribute categories in the CelebA dataset are shown in fig.3. Each column shows a facial attribute category and each row shows one test image, where the original test face images are displayed in the first column. The next columns show the localization results on the globally transformed face images. The boxes indicate the output from the part LocNets. One can see on top of the globally transformed faces, thepartLocNet indeed localizes the most discriminative partoftheface. For example, the eye region is localized for predicting attributes “Arched Eyebrows”, “Bags Under Eyes”, “Eyeglasses”, etc. The nose region is localized for attributes “Big Nose” and “Pointy Nose”. Fig.3: Results of Part localization [1] 5. ADVANTAGES AND DISADVANTAGES  Advantages:  AFFAIR model is able to localize the specific part for prediction of the facial attribute with the use of transformation-localizationnetwork.  The AFFAIR model integrates both global and local representations, by removing the need of external landmark points for alignment.  AFFAIR focuses on the local region and learns more discriminative representation for better attribute prediction.  AFFAIR does not require face alignment as preprocessing and provides state-of-the-art results for the CelebA, LFWA and MTFL datasets.  Disadvantage:  This method gives better performanceinall the cases but when the personwearsthemask then we cannot detect the face attributes. 6. CONCLUSION The landmark free Face Attribute prediction (AFFAIR) system is addressed in this paper which does not
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 978 depends on landmarks and hardwired face alignment for prediction of the attributes. By learning global transformation, it generates the optimized transformation tailored for each input face. By learning part localization, it locates the most relevant facial part. Finally by aggregating the global and local features attribute prediction is done. REFERENCES [1] Jianshu Li, Fang Zhao, Jiashi Feng, Sujoy Roy, Shuicheng Yan, Terrence Sim,“Landmark Free Face Attribute Prediction”, IEEE Transactions on Image Processing, Volume: 27, Issue: 9, pages 4651-4662, Sept. 2018. [2] Jianlong Fu; Heliang Zheng ; Tao Mei,“Look ClosertoSee Better: Recurrent Attention Convolutional Neural Network for Fine-Grained Image Recognition”, 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), November 2017. [3] Yang Zhong ; Josephine Sullivan; Haibo Li, “Face attribute prediction using off-the-shelf CNN features”, 2016 International ConferenceonBiometrics(ICB),June 2016. [4] Max Ehrlich; Timothy J. Shields; Timur Almaev; Mohamed R. Amer, “Facial Attributes Classification Using Multi-task Representation Learning”, 2016 IEEE Conference on ComputerVisionandPatternRecognition Workshops (CVPRW), July 2016. [5] Hamdi Dibekliolu ; Fares Alnajar ; Albert AliSalah;Theo Gevers, “Combining Facial Dynamics With Appearance for Age Estimation ”, IEEE Transactions on Image Processing, Volume: 24, Issue: 6, pages 1928 - 1943, June 2015 [6] Kaiming He ; Xiangyu Zhang ; Shaoqing Ren ; Jian Sun, “Deep Residual Learning for Image Recognition”, 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), December 2016. [7] Andreas Steger, Radu Timofte, “Failure Detection for Facial Landmark Detectors”, Asian Conference on Computer Vision ACCV 2016: Computer Vision ACCV 2016 Workshops pages 361-376. [8] Yue Wu ; Qiang Ji, “Robust Facial Landmark Detection under Signicant Head Poses and Occlusion”, 2015 IEEE International Conference on Computer Vision (ICCV), Dec. 2015