SlideShare a Scribd company logo
1 of 9
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 6 (May. - Jun. 2013), PP 21-29
www.iosrjournals.org
www.iosrjournals.org 21 | Page
An Image Mining System for Gender Classification & Age
Prediction Based on Facial Features
1.
Ms.Dhanashri Shirkey , 2
Prof.Dr.S.R.Gupta,
M.E(Scholar),Department Computer Science & Engineering, PRMIT & R, Badnera
Asstt.Prof. Department Computer Science & Engineering, PRMIT & R, Badnera
Abstract: Over the recent years, a great deal of effort has been made to age estimation & gender recognition
from face images. It has been reported that age can be accurately estimated under controlled environment such
as frontal faces, no expression, and static lighting conditions. However, it is not straightforward to achieve the
same accuracy level in real-world environment because of considerable variations in camera settings, facial
poses, and illumination conditions. In this paper, we apply features based approach for gender recognition &
histogram base matching for age prediction to get desired objectives. Through real-world age estimation
experiments, we demonstrate the usefulness of our proposed method.
Keywords: Face Detection, Skin Color Segmentation, Face Features extraction, Features recognition, Fuzzy
rules,Histogram,Image mining
I. Introduction
Humanโ€™s faces reveal various information including gender, age and ethnicity. They provide important
cues for many applications, such as biometric authentication and intelligent human-computer interface. In this
paper, we present a new method that can identify humansโ€™ genders from their face images. In the past, many
researches devote to finding good image features for gender recognition. Among them, Adaboost [1] is a good
tool for feature selection. There are many gender-recognition algorithms constructed based on AdaBoost. Wu
and Ai [5] proposed a boosting method based on the look-up-table (LUT) weak classifiers. In their work, they
train three different detectors (gender, ethnicity, and age) to acquire demographic information by using the two-
class Real AdaBoost algorithm [2]. Shakhnarovich and Viola [6] used Viola and Jonesโ€™ cascaded AdaBoost
method [1] to train a face detector, which is a linear combination of the weak classifiers selected from rectangle
features. They then selected a set of weak classifiers from the face detector for gender and ethnicity recognition.
Instead of rectangle features, Shummet and Henry [7] designed a new set of weak classifiers which use the
relationship between two pixelsโ€™ intensities as features, and show that the recognition rate can be further
improved. Instead of AdaBoost, Moghaddam and Yang [8] investigated the use of nonlinear support vector
machines (SVMs) to classify gender from face images. With the Gaussian radial basis function (RBF) kernel, a
high. However, the computational loads of these two approaches are high. They are thus not suitable for real-
time applications. Among the above, the Shakhnarovich and Violaโ€™s method [6] is probably the most efficient
one in terms of the computational cost for real applications. It is because that some of the rectangle features used
for face detection are re-used for gender recognition. Hence, in this method, we do not need to recomputed the
features once the face has been detected, and so the entire computational time (including both face detection and
gender recognition) can be reduced. In addition, it is also well known that the evaluation of rectangle features
can be considerably speeded up by using the integral-image technique [1]. However, the recognition rate of [6]
still needs a considerable improvement. In this paper, we develop a fast gender recognition algorithm based on
rectangle features too. Rectangle features can be used to describe sub-regions of a human face, and hence pixel-
wise data can be transformed into component wise data. We cascade several rectangle features into a feature
vector. The features are then served as a descriptor for faces to identify the gender. We did a comparative study
by employing features in various kinds of classifiers, such as the nearest-neighbor (NN), principle component
analysis (PCA), and nonlinear SVMs, and suggest an effective detector for Gender recognition. Unlike the
method of Shakhnarovich and Viola [6], we do not restrict ourselves to select the rectangle features only from
those used to construct the face detector. In other words, we allow the rectangle features to be selected
arbitrarily in a large feature pool. In this way, the rectangle features selection can be more discriminative, and
hence our approach is more accurate for gender recognition. Although in our approach, the rectangle features
used for gender recognition and face detection may not be the same, they still share the same integral image.
Hence, we can still re-use the integral image, originally built for face detection, to efficiently evaluate the
rectangle features for gender recognition. The total computational time (including both face detection and
gender recognition) can thus be saved as well
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 22 | Page
II. Literature Survey
Identifying the age and gender information of a face is a challenging task and has gained significant
attention recently. Metze et al. (2007) compared four approaches for age and gender recognition from telephone
speech; these included a parallel phoneme recognizer system to compare the Viterbi decoding scores for each
category-specific phoneme recognizer, a system using dynamic Bayesian networks to combine several prosodic
features, a system based solely on linear prediction analysis, and a GMM system based on MFCCs. It was
reported in Metze et al. (2007) that the parallel phone recognizer system performs as well as human listeners on
long utterances but its performance degrades on short utterances while the system based on prosodic features,
such as fundamental frequency (F0), jitter, shimmer and harmonics-to-noise-ratio, has shown relative robustness
to the variation of the utterance duration. More recently, novel acoustic features (Ajmera and Burkhardt, 2008),
frame and utterance based acoustic-prosodic joint features (Spiegl et al., 2009; Meinedo and Trancoso,2010;
Gajsek et al., 2010; Eyben et al., 2009), lexical features (Wolters et al., 2009) as well as fuzzy SVM modeling
(Nguyen et al., 2010) have all been proposed to improve the recognition performance. In Ajmera and Burkhardt
(2008), the discrete cosine transform is applied to the cepstral coefficients and the cepstral trajectories
corresponding to lower (3-14 Hz) modulation frequencies provide best discrimination. Prosodic features (pitch,
energy, formants, vocal tract length warping factor, speaking rate, etc) and their functional can also be added to
the cepstral features at the frame or utterance level to enhance the performance (Spiegl et al., 2009; Meinedo
and Trancoso, 2010; Gajห‡sek et al., 2010; Eyben et al., 2009; Wolters et al., 2009). In addition to the prosodic
features, novel lexical level features like word-class frequencies have also been proposed for age recognition
purpose (Wolters et al., 2009). In the fuzzy SVM modeling method proposed by Nguyen et al. (2010), a fuzzy
membership is assigned as a weight to each training data point to increase the robustness against noise and
outliers. Furthermore, techniques from speaker verification and language identification applications such as
GMM-SVM mean super vector systems (Bocklet et al., 2008), nuisance attribute projection (NAP) (Dobry et al.,
2009), anchor models (Dobry et al., 2009; Kockmann et al., 2010) and Maximum-Mutual-Information (MMI)
training (Kockmann et al., 2010) have been successfully applied to speaker age and gender identification tasks
to enhance the performance of acoustic level modeling. In Dobry et al.(2009), anchor modeling utilizes a back
end SVM to model the distribution of similarity scores between training data and all the anchor speaker models.
Due to the different aspects of modeling, combining different classification methods together can often
significantly improve the overall performance (Mยจuller and Burkhardt, 2007; van Heerden et al., 2010; Meinedo
and Trancoso,2010; Bocklet et al., 2010; Kockmann et al., 2010; Lingenfelser et al., 2010).
Humans perceive gender not only based on the face, but also on the surrounding context such as hair,
clothing and skin tone [15, 6], gait [14] and the whole body [6, 1]. Below, we review relevant work on gender
prediction from facial images only. The problem of gender classification based on human faces has been
extensively studied in the literature [20, 3].There are two popular methods. The first one is proposed by
Moghaddam et al. [20] where a Support Vector Machine (SVM) is utilized for gender classification based on
thumbnail face images. The second was presented by Baluja et al.[3] who applied the Adaboost algorithm for
gender prediction. Recently, due to the popularity of Local Binary Patterns (LBP) in face recognition
applications [2], Yang et al.[24] used LBP histogram features for gender feature representation, and the
Adaboost algorithm to learn the best local features for classification. Experiments were performed to predict
age, gender and ethnicity from face images. A similar approach was proposed in [25]. Other local descriptors
have also been adopted for gender classification. Wang et al.proposed a novel gender recognition method using
Scale Invariant Feature Transform (SIFT) descriptors and shape contexts. Once again, Adaboost was used to
select features from face images and form a strong classifier.Gao et al. [10] performed face-based gender
classification on consumer images acquired from a multi-ethnic face database. To overcome the non-uniformity
of pose, expression, and illumination changes, they proposed the usage of Active Shape Models (ASM) to
normalize facial texture. The work concluded that the consideration of ethnic factors can help improve gender
classification accuracy in a multiethnic environment. A systematic overview on the topic of gender classification
from face images can be found in [17]. Among all the descriptors that encode gender information such as LBP
[25], SIFT [24] and HOG [6], the LBP has shown good discrimination capability while maintaining simplicity
[17]. To establish a base-line for appearance based methods, we use LBP in combination with SVM to predict
gender from facial images in this work. Although in previous work [22]geometry features were used as a priori
knowledge to help improve classification performance, none of the aforementioned approaches, unlike our
work, focused explicitly and solely on facial metrology as a means for gender classification. Perhaps our work is
more closely related to earlier research by Shi et al. [23, 24] on face recognition using geometric features, where
they used ratio features computed from a few anatomical landmarks. However, we take a more comprehensive
look at the explicit use of facial geometry in solving the problem of gender classification. We use solely
metrological information based on landmarks, which may or may not be biologically meaningful. In our
approach, the local information from independent landmarks is used instead of holistic information from all
landmarks.
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 23 | Page
III. Proposed Algorithm
3.1 Gender Recognition
1. Input an Image
2. Detect skin area in Input Image.
3. Detect Features like eyes and mouth in skin region.
4. If Features detected then go to step 5 else step 1.
5. Crop Face.
6. Load Database Male Females features.
7. Locate Features in a face area.
8. Count Male & female Features.
9. Filter Counted features into strong & weak features.
10. Form Fuzzy Conclusion from features & Display gender result.
3.2 Age Prediction
3.2.1 Training
1. Select an Input Image.
2. Detect skin area in Input Image.
3. Detect Features like eyes and mouth in skin region.
4. If Features detected then go to step 5 else step
5. Crop Face.
6. Save Face into Database with its age.
7. Repeat step 1 to 6 for 100 images(Training Images)
3.2.2 Testing
1. Select an Input Image.
2. Detect skin area in Input Image.
3. Detect Features like eyes and mouth in skin region.
4. If Features detected then go to step 5 else step
5. Crop Face.
6. Load faces Images from training directory & Match with input face image using histogram matched
approach.
7. Retrieve Match image age from database.
8. Display Result.
9. Stop
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 24 | Page
Figure 3.1 Data Flow diagram of Gender Recognization
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 25 | Page
Figure 3.2 Data Flow diagram of Gender age Prediction(Training)
Figure 3.3 Data Flow diagram of Gender age Prediction(Testing)
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 26 | Page
3.3 Face Detection
Skin color plays a vital role in differentiating human and non-human faces. From the study it is observe
that skin color pixels have a decimal value in the range of 120 to 140. In this project, we used a trial and error
method to locate skin color and non skin color pixels. But many of the times, system fails to detect whether an
image contains human face or not (i.e. for those images where there is a skin color background).an image is
segmented into skin color and non-skin color pixels with the equations
140 โ‰ค |๐‘ƒ๐‘ฅ๐‘ฆ| โ‰ค 120
ex. 3.1
๐‘ค๐‘•๐‘’๐‘Ÿ๐‘’ ๐‘ƒ๐‘ฅ๐‘ฆ = ๐‘๐‘–๐‘ฅ๐‘’๐‘™ ๐‘Ž๐‘ก ๐‘๐‘œ๐‘ ๐‘–๐‘ก๐‘–๐‘œ๐‘› ๐‘ฅ๐‘ฆ
The skin pixels values are set to 1(i.e. #FFFF) and non skin pixels are set to 0(i.e. 0000). The pixels are
collected and set as per equation
If
lim๐‘–โ†’1 ๐‘› ( 120 โ‰ค ๐‘ƒ๐‘ฅ๐‘ฆ โ‰ค 180) = 1
3
1
--------eq3. 2
Else
lim๐‘–โ†’1 ๐‘› ( 180 โ‰ค ๐‘ƒ๐‘ฅ๐‘ฆ โ‰ค 120) = 0
3
1
-------eq 3.3
๐‘ค๐‘•๐‘’๐‘Ÿ๐‘’ ๐‘› = ๐‘ก๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘›๐‘ข๐‘š๐‘๐‘’๐‘Ÿ ๐‘œ๐‘“ ๐‘๐‘–๐‘ฅ๐‘’๐‘™๐‘  ๐‘œ๐‘“ ๐‘–๐‘›๐‘๐‘ข๐‘ก ๐‘–๐‘š๐‘Ž๐‘”๐‘’
Literature review point out that, FACS system technique is based on face features extractions like eye, nose,
mouth, etc. In this project, we minimize the number of features (i.e. only eyes and mouth) but given the more
weight age for fuzzy rules formations from these extracted features. Face extractions consist of following steps
๏‚ท Let W and H are the width and height of skin and non-pixel image as shown in fig 3.1.1
๏‚ท Read the pixel at position (0,H/2) which is a middle of i.e. left side of image.
๏‚ท Travers a distance D1 = W/6 in horizontal direction to get the start boundary pixel of skin region.
๏‚ท Travers a distance D2= H/6 from a pixel position (W/6, H/2) in upward directions. Same may do in downward
direction and locate the points X1, X2.
๏‚ท Travers a distance D3=W/3 from the point X1 and locate the point X3. Same do from the point x2 and locate
the point X4.
๏‚ท Crop the square image as shown.
Figure 3.4 Detected Face Area
Figure 3.5 Face Features Extraction
Human face is made up of eyes; nose, mouth and chine etc. there are differences in shape, size, and structure of
these organs. So the faces are differs in thousands way. One of the common methods for face expression
recognition is to extract the shape of eyes and mouth and then distinguish the faces by the distance and scale of
these organs. The face feature extractions consist of following steps
๏‚ท Let W and H are width and height of an image shown in Fig 3.2.3
๏‚ท Mark pixel Pi (W/2, H/2) as centre of image.
๏‚ท Travers a distance H/8 from the pixel Pi towards upward and mark a point K1.
๏‚ท Travers a distance W/3 from the point K1 towards leftward and mark a point K2.
๏‚ท Travers a distance H/10 towards downward from the point K2 and mark a point K3.
๏‚ท Travers a distance W/4 from the point K3 towards right and mark the point K4.
๏‚ท Travers a distance H/10 from the point K4 toward up and mark the point K5.
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 27 | Page
๏‚ท Same steps are repeated for extracting the right eye and mark the point N2, N3, N4, and N5.
๏‚ท Travers a distance H/8 from the point Pi towards downward and mark the point M1.
๏‚ท Travers a distance W/6 towards left and right from the point M1 and marks the point M2 and M3.
๏‚ท Start with the point M2 traverse a distance H/10 towards downward and mark the point M4.
๏‚ท Travers a distance W/6 from the point M4 towards right and mark the point M5. Same may do from point M5
and mark the point M6.
๏‚ท Travers the distance H/10 from M6 towards up that meets to the point M3.
.
๏ƒ— Dist |Pi
- K1
| = H/8
๏ƒ— Dist | K1
โ€“ K2
| = Dist | M1
โ€“ M2
| = Dist | M1
โ€“ M3
| =
Dist | M4
โ€“ M5
| = Dist | M5
โ€“ M6
| = W/3
๏ƒ— Dist | K2
โ€“ K3
| = Dist | K4
โ€“ K5
| = Dist | N2
โ€“ N3
| =
Dist | N
4
โ€“ N
5
| = Dist | M
2
โ€“ M
4
| = Dist | M
1
โ€“ M
5
| =
Dist | M
3
โ€“ M
6
| = H/10
๏ƒ— Dist | K3
โ€“ K4
| = Dist | K5
โ€“ K2
| = Dist | N3
โ€“ N4
| =
Dist | N5
โ€“ N2
| = W/4
3.4 Features Location
Figure 3.7 Data Flow diagram for locating features of training database into input image face region
In this project we create a system that is useful to find the object that is present inside the image. In this we first
take a image as an input for which we have to find the object. After selecting the input image we have to focus
on the target image. After getting both input image and target image we compare the size of both the image. If
the size of input image is greater than target image then we proceed with our system otherwise we are going to
focus on the input image. If the above criteria get satisfied then we create the sub matrixes of both the images
for example we create 3 X 3 matrixes. After creating the sub matrixes we compare both the sub matrixes of both
the image. This Matrix can be created with the help of pixels present in both the images. If matching found then
we concludes that the given object is found in the other image. The object is shown as an output by creating red
boxes on that object. The output object image is displayed and the co ordinates of that object that is the height
and width from top and bottom in the form of coordinates is shown with the help of im tool.
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 28 | Page
IV. Experiment Results
4.1.1.1 Project GUI
Figure 4.1 Main Form Figure 4.2 Face Detection
Figure 4.3 Skin Detection Figure4.4 Features & Gender Detected
Figure 4.5 Age Prediction
Sr
No
Images
tested
Gender
Predicted
% of
Gender
prediction
Age
Predicted
% of Age
Prediction
1 5 5 100 4 80
2 10 7 70 6 60
3 15 12 80 10 66.66
4 20 16 80 14 70
V. Conclusion
This paper presented an approach to age and gender classification from still image. We find that the
proposed methodology system performs on average comparably to Human visualizes. The results of a user study
[7] shows that use patterns of Proposed systems for senior citizens differ significantly from those of adults or
young faces. We believe the overall acceptance of proposed systems can be increased significantly by providing
tailored versions of such systems, which adapt characteristics such as the degree of automation in a caller pre-
selection scenario, order of presentation of options. In these scenarios, age and gender classification is not used
to limit access (e.g. as in protection of minors), but to increase user satisfaction by providing individualized
services even in the absence of knowledge about the face identity.
References
[1]. Edward D. Mysak, โ€œPitch duration characteristics of older males,โ€ Journal of Speech and Hearing Research, vol. 2, pp.46โ€“54, 1959.
[2]. Sue E. Linville, Vocal Aging, Singular Publishing Group, SanDiego, CA; USA, 2001.
[3]. Christian Mยจuller, Frank Wittig, and Jยจorg Baus, โ€œExploiting speech for recognizing elderly users to respond to their special needs,โ€
in Proc. Euro speech 2003, Geneva; Switzerland, Sept.2003, ISCA.
[4]. Nobuaki Minematsu, Mariko Sekiguchi, and Keikichi Hirose,โ€œAutomatic estimation of oneโ€™s age with his/ her speech based upon
acoustic modeling techniques of speakers,โ€ in Proc.ICASSP 2002, Orlando, FL; USA, May 2002, IEEE.
[5]. Izhak Shafran, Michael Riley, and Mehryar Mohri, โ€œVoice signatures,โ€in Proc. ASRU 2003, U.S. Virgin Islands, Dec. 2003, IEEE.
[6]. Susanne Schยจotz, โ€œAutomatic prediction of speaker age using CART,โ€ Term paper for course in Forensic Phonetics,Gยจoteborg
University
[7]. European Language Resources Association (ELRA), โ€œhttp://www.speechdat.org/,โ€ http://www.elra.info/.
[8]. Jitendra Ajmera, โ€œEffect of age and gender on LP smoothed spectral envelope,โ€ in Proc. Speaker Odyssey. 2006, IEEE.
An Image Mining System for Gender Classification & Age Prediction Based on Facial Features
www.iosrjournals.org 29 | Page
[9]. Loredana Cerrato, Mauro Falcone, and Andrea Paoloni, โ€œSubjective age estimation of telephonic voices,โ€ Speech
Communication,vol. 31, no. 2โ€“3, pp. 107โ€“102, 2000.
[10]. The FG-NET Aging Database. http://www.fgnet.rsunit.com/.
[11]. Y. Fu, Y. Xu, and T. S. Huang. Estimating human age by manifold analysis of face pictures and regression on aging features.
Proceedings of the IEEE Multimedia and Expo, pages 1383โ€“1386, 2007.
[12]. G. Guo, G. Mu, Y. Fu, C. Dyer, and T. Huang. A study on automatic age estimation using a large database. International
Conference on Computer Vision in Kyoto (ICCV 2009), pages 1986โ€“1991, 2009.
[13]. A. E. Hoerl and R. W. Kennard. Ridge regression: Biased estimation for no orthogonal problems. Techno metrics, 12(3):55โ€“67,
1970.
[14]. T. Kanamori, S. Hido, and M. Sugiyama. A least-squares approach to direct importance estimation. Journal of Machine Learning
Research, 10:1391โ€“1445, 2009.
[15]. K. J. Ricanek and T. Tesafaye. Morph: A longitudinal image database of normal adult age-progression. Proceedings of the IEEE 7th
International Conference on Automatic Face and Gesture Recognition (FGR 2006), pages 341โ€“345, 2006.
[16]. B. Schoolkopf and A. J. Smola. Learning with Kernels, MIT Press, Cambridge, MA, USA, 2002.
[17]. H. Shimodaira. Improving predictive inference under covariate shift by weighting the log-likelihood function. Journal of Statistical
Planning and Inference, 90(2):227โ€“244, 2000.
[18]. M. Stone. Cross-valedictory choice and assessment of statistical predictions, Journal of the Royal Statistical Society, Series B,
36:111-147, 1974.
[19]. M. Sugiyama, M. Kawanabe, P. L. Chui. Dimensionality reduction for density ratio estimation in high-dimensional spaces. Neural
Networks, 23(1):44-59, 2010.
[20]. M. Sugiyama, M. Krauledat, and K.-R. Mยจuller. Covariate shift adaptation by importance weighted cross validation. Journal of
Machine Learning Research, 8:985โ€“1005,May 2007.
[21]. M. Sugiyama, M. Yamada, P. von Bยจunau, T. Suzuki, T. Kanamori, and M. Kawanabe.Direct density-ratio estimation with
dimensionality reduction via least-squares hetero-distributional subspace search, Neural Networks.
[22]. F. H. C. Tivive and A. Bouzerdoum. A gender recognition system using shunting inhibitory convolutional neural networks.
Proceedings of the International Joint Conference on Neural Networks (IJCNN '06), pages 5336โ€“5341, 2006.
[23]. K. Ueki, M. Sugiyama, Y. Ihara. A semi-supervised approach to perceived age prediction from face images. IEICE Transactions on
Information and Systems, to appear
[24]. K. Ueki, M. Miya, T. Ogawa, T. Kobayashi. Class distance weighted locality preserving projection for automatic age estimation.
Proceedings of IEEE International Conference on Biometrics: Theory, Applications and Systems (BTAS 2008), pages 1โ€“5, 2008.
[25]. M. Yamada, M. Sugiyama, G. Wichern, and J. Simm. Direct importance estimation with a mixture of probabilistic principal
component analyzers. IEICE Transactions on Information and Systems, E93-D(10), 2846โ€“2849, 2010.

More Related Content

What's hot

Age Invariant Face Recognition using Convolutional Neural Network
Age Invariant Face Recognition using Convolutional  Neural Network Age Invariant Face Recognition using Convolutional  Neural Network
Age Invariant Face Recognition using Convolutional Neural Network IJECEIAES
ย 
I045034956
I045034956I045034956
I045034956IJERA Editor
ย 
Face Recognition for Human Identification using BRISK Feature and Normal Dist...
Face Recognition for Human Identification using BRISK Feature and Normal Dist...Face Recognition for Human Identification using BRISK Feature and Normal Dist...
Face Recognition for Human Identification using BRISK Feature and Normal Dist...ijtsrd
ย 
D031102028033
D031102028033D031102028033
D031102028033theijes
ย 
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformIRJET Journal
ย 
Fusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT MethodsFusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT MethodsIRJET Journal
ย 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...sipij
ย 
Az03303230327
Az03303230327Az03303230327
Az03303230327ijceronline
ย 
Topological Data Analysis and Persistent Homology
Topological Data Analysis and Persistent HomologyTopological Data Analysis and Persistent Homology
Topological Data Analysis and Persistent HomologyCarla Melia
ย 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
ย 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateIRJET Journal
ย 
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION sipij
ย 
Topological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataTopological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataDanChitwood
ย 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsAnu Antony
ย 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
ย 
Strong Image Alignment for Meddling Recognision Purpose
Strong Image Alignment for Meddling Recognision PurposeStrong Image Alignment for Meddling Recognision Purpose
Strong Image Alignment for Meddling Recognision PurposeIJMER
ย 
Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features ijcisjournal
ย 

What's hot (19)

Age Invariant Face Recognition using Convolutional Neural Network
Age Invariant Face Recognition using Convolutional  Neural Network Age Invariant Face Recognition using Convolutional  Neural Network
Age Invariant Face Recognition using Convolutional Neural Network
ย 
I045034956
I045034956I045034956
I045034956
ย 
Handling Uncertainty under Spatial Feature Extraction through Probabilistic S...
Handling Uncertainty under Spatial Feature Extraction through Probabilistic S...Handling Uncertainty under Spatial Feature Extraction through Probabilistic S...
Handling Uncertainty under Spatial Feature Extraction through Probabilistic S...
ย 
Face Recognition for Human Identification using BRISK Feature and Normal Dist...
Face Recognition for Human Identification using BRISK Feature and Normal Dist...Face Recognition for Human Identification using BRISK Feature and Normal Dist...
Face Recognition for Human Identification using BRISK Feature and Normal Dist...
ย 
D031102028033
D031102028033D031102028033
D031102028033
ย 
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
ย 
Fusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT MethodsFusion of Images using DWT and fDCT Methods
Fusion of Images using DWT and fDCT Methods
ย 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
ย 
Az03303230327
Az03303230327Az03303230327
Az03303230327
ย 
Topological Data Analysis and Persistent Homology
Topological Data Analysis and Persistent HomologyTopological Data Analysis and Persistent Homology
Topological Data Analysis and Persistent Homology
ย 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
ย 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition Rate
ย 
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
ย 
Topological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataTopological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT data
ย 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometrics
ย 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
ย 
Strong Image Alignment for Meddling Recognision Purpose
Strong Image Alignment for Meddling Recognision PurposeStrong Image Alignment for Meddling Recognision Purpose
Strong Image Alignment for Meddling Recognision Purpose
ย 
Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features
ย 
A02010106
A02010106A02010106
A02010106
ย 

Viewers also liked

Face Recognition Techniques
Face Recognition TechniquesFace Recognition Techniques
Face Recognition TechniquesDaksh Verma
ย 
An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitioneSAT Journals
ย 
SIFT Algorithm Introduction
SIFT Algorithm IntroductionSIFT Algorithm Introduction
SIFT Algorithm IntroductionTruong LD
ย 
Scale Invariant feature transform
Scale Invariant feature transformScale Invariant feature transform
Scale Invariant feature transformShanker Naik
ย 
Facial Image Analysis for age and gender and
Facial Image Analysis for age and gender andFacial Image Analysis for age and gender and
Facial Image Analysis for age and gender andYuheng Wang
ย 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBPMarwan H. Noman
ย 
Costume
CostumeCostume
Costumelisadors
ย 
Transport go green
Transport   go greenTransport   go green
Transport go greenAralc Eiob
ย 
Modelo pedagogico
Modelo pedagogicoModelo pedagogico
Modelo pedagogicobrianandres93
ย 
Photos inattendues
Photos inattenduesPhotos inattendues
Photos inattenduesSam Phromrasmy
ย 
EPiServer 7 CMS - NA Partners
EPiServer 7 CMS - NA PartnersEPiServer 7 CMS - NA Partners
EPiServer 7 CMS - NA PartnersBeth McEnery
ย 
The prediction of moisture through the use of neural networks MLP type
The prediction of moisture through the use of neural networks MLP typeThe prediction of moisture through the use of neural networks MLP type
The prediction of moisture through the use of neural networks MLP typeIOSR Journals
ย 
The NEW New West: Strategic Approach to Community Building Lisa Spitale
The NEW New West: Strategic Approach to Community Building Lisa SpitaleThe NEW New West: Strategic Approach to Community Building Lisa Spitale
The NEW New West: Strategic Approach to Community Building Lisa Spitaleinvestnewwest
ย 
A Secure Model for Cloud Computing Based Storage and Retrieval
A Secure Model for Cloud Computing Based Storage and  RetrievalA Secure Model for Cloud Computing Based Storage and  Retrieval
A Secure Model for Cloud Computing Based Storage and RetrievalIOSR Journals
ย 
Prรฉsentation de la formation ร  l'รฉdition en France
Prรฉsentation de la formation ร  l'รฉdition en FrancePrรฉsentation de la formation ร  l'รฉdition en France
Prรฉsentation de la formation ร  l'รฉdition en FranceAsfored
ย 
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธ
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธ
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธNatalya Dyrda
ย 
Aman narain , viva la revolution how banking should and will be disrupted and...
Aman narain , viva la revolution how banking should and will be disrupted and...Aman narain , viva la revolution how banking should and will be disrupted and...
Aman narain , viva la revolution how banking should and will be disrupted and...Vincent Fong
ย 

Viewers also liked (20)

Face Recognition Techniques
Face Recognition TechniquesFace Recognition Techniques
Face Recognition Techniques
ย 
An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognition
ย 
SIFT Algorithm Introduction
SIFT Algorithm IntroductionSIFT Algorithm Introduction
SIFT Algorithm Introduction
ย 
Scale Invariant feature transform
Scale Invariant feature transformScale Invariant feature transform
Scale Invariant feature transform
ย 
SIFT
SIFTSIFT
SIFT
ย 
Local binary pattern
Local binary patternLocal binary pattern
Local binary pattern
ย 
Facial Image Analysis for age and gender and
Facial Image Analysis for age and gender andFacial Image Analysis for age and gender and
Facial Image Analysis for age and gender and
ย 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBP
ย 
Costume
CostumeCostume
Costume
ย 
Transport go green
Transport   go greenTransport   go green
Transport go green
ย 
Modelo pedagogico
Modelo pedagogicoModelo pedagogico
Modelo pedagogico
ย 
Photos inattendues
Photos inattenduesPhotos inattendues
Photos inattendues
ย 
EPiServer 7 CMS - NA Partners
EPiServer 7 CMS - NA PartnersEPiServer 7 CMS - NA Partners
EPiServer 7 CMS - NA Partners
ย 
The prediction of moisture through the use of neural networks MLP type
The prediction of moisture through the use of neural networks MLP typeThe prediction of moisture through the use of neural networks MLP type
The prediction of moisture through the use of neural networks MLP type
ย 
The NEW New West: Strategic Approach to Community Building Lisa Spitale
The NEW New West: Strategic Approach to Community Building Lisa SpitaleThe NEW New West: Strategic Approach to Community Building Lisa Spitale
The NEW New West: Strategic Approach to Community Building Lisa Spitale
ย 
A Secure Model for Cloud Computing Based Storage and Retrieval
A Secure Model for Cloud Computing Based Storage and  RetrievalA Secure Model for Cloud Computing Based Storage and  Retrieval
A Secure Model for Cloud Computing Based Storage and Retrieval
ย 
Prรฉsentation de la formation ร  l'รฉdition en France
Prรฉsentation de la formation ร  l'รฉdition en FrancePrรฉsentation de la formation ร  l'รฉdition en France
Prรฉsentation de la formation ร  l'รฉdition en France
ย 
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธ
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธ
ะขะฒะพั€ั‡ะตัะบะพะต ั‡ั‚ะตะฝะธะต ะธ ั€ะฐะทะฒะธั‚ะธะต ะพะดะฐั€ั‘ะฝะฝะพัั‚ะธ
ย 
Oxford
OxfordOxford
Oxford
ย 
Aman narain , viva la revolution how banking should and will be disrupted and...
Aman narain , viva la revolution how banking should and will be disrupted and...Aman narain , viva la revolution how banking should and will be disrupted and...
Aman narain , viva la revolution how banking should and will be disrupted and...
ย 

Similar to An Image Mining System for Gender Classification & Age Prediction Based on Facial Features

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
ย 
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
ย 
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 ...IJERA Editor
ย 
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...Face Verification Across Age Progression using Enhanced Convolution Neural Ne...
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...sipij
ย 
Ei25822827
Ei25822827Ei25822827
Ei25822827IJERA Editor
ย 
Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...journalBEEI
ย 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesSalam Shah
ย 
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...sipij
ย 
Technique for recognizing faces using a hybrid of moments and a local binary...
Technique for recognizing faces using a hybrid of moments and  a local binary...Technique for recognizing faces using a hybrid of moments and  a local binary...
Technique for recognizing faces using a hybrid of moments and a local binary...IJECEIAES
ย 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
ย 
16 ijcse-01237
16 ijcse-0123716 ijcse-01237
16 ijcse-01237Shivlal Mewada
ย 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsijma
ย 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSijma
ย 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...sipij
ย 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paperSmriti Tikoo
ย 

Similar to An Image Mining System for Gender Classification & Age Prediction Based on Facial Features (20)

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 ...
ย 
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...
ย 
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 ...
ย 
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...Face Verification Across Age Progression using Enhanced Convolution Neural Ne...
Face Verification Across Age Progression using Enhanced Convolution Neural Ne...
ย 
D017552025
D017552025D017552025
D017552025
ย 
Ei25822827
Ei25822827Ei25822827
Ei25822827
ย 
Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...
ย 
1879 1885
1879 18851879 1885
1879 1885
ย 
1879 1885
1879 18851879 1885
1879 1885
ย 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniques
ย 
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
ย 
Technique for recognizing faces using a hybrid of moments and a local binary...
Technique for recognizing faces using a hybrid of moments and  a local binary...Technique for recognizing faces using a hybrid of moments and  a local binary...
Technique for recognizing faces using a hybrid of moments and a local binary...
ย 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
ย 
16 ijcse-01237
16 ijcse-0123716 ijcse-01237
16 ijcse-01237
ย 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithms
ย 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
ย 
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
ย 
Report
ReportReport
Report
ย 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
ย 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paper
ย 

More from IOSR Journals

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
ย 
M0111397100
M0111397100M0111397100
M0111397100
ย 
L011138596
L011138596L011138596
L011138596
ย 
K011138084
K011138084K011138084
K011138084
ย 
J011137479
J011137479J011137479
J011137479
ย 
I011136673
I011136673I011136673
I011136673
ย 
G011134454
G011134454G011134454
G011134454
ย 
H011135565
H011135565H011135565
H011135565
ย 
F011134043
F011134043F011134043
F011134043
ย 
E011133639
E011133639E011133639
E011133639
ย 
D011132635
D011132635D011132635
D011132635
ย 
C011131925
C011131925C011131925
C011131925
ย 
B011130918
B011130918B011130918
B011130918
ย 
A011130108
A011130108A011130108
A011130108
ย 
I011125160
I011125160I011125160
I011125160
ย 
H011124050
H011124050H011124050
H011124050
ย 
G011123539
G011123539G011123539
G011123539
ย 
F011123134
F011123134F011123134
F011123134
ย 
E011122530
E011122530E011122530
E011122530
ย 
D011121524
D011121524D011121524
D011121524
ย 

Recently uploaded

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
ย 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsArindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 

Recently uploaded (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
ย 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 

An Image Mining System for Gender Classification & Age Prediction Based on Facial Features

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 6 (May. - Jun. 2013), PP 21-29 www.iosrjournals.org www.iosrjournals.org 21 | Page An Image Mining System for Gender Classification & Age Prediction Based on Facial Features 1. Ms.Dhanashri Shirkey , 2 Prof.Dr.S.R.Gupta, M.E(Scholar),Department Computer Science & Engineering, PRMIT & R, Badnera Asstt.Prof. Department Computer Science & Engineering, PRMIT & R, Badnera Abstract: Over the recent years, a great deal of effort has been made to age estimation & gender recognition from face images. It has been reported that age can be accurately estimated under controlled environment such as frontal faces, no expression, and static lighting conditions. However, it is not straightforward to achieve the same accuracy level in real-world environment because of considerable variations in camera settings, facial poses, and illumination conditions. In this paper, we apply features based approach for gender recognition & histogram base matching for age prediction to get desired objectives. Through real-world age estimation experiments, we demonstrate the usefulness of our proposed method. Keywords: Face Detection, Skin Color Segmentation, Face Features extraction, Features recognition, Fuzzy rules,Histogram,Image mining I. Introduction Humanโ€™s faces reveal various information including gender, age and ethnicity. They provide important cues for many applications, such as biometric authentication and intelligent human-computer interface. In this paper, we present a new method that can identify humansโ€™ genders from their face images. In the past, many researches devote to finding good image features for gender recognition. Among them, Adaboost [1] is a good tool for feature selection. There are many gender-recognition algorithms constructed based on AdaBoost. Wu and Ai [5] proposed a boosting method based on the look-up-table (LUT) weak classifiers. In their work, they train three different detectors (gender, ethnicity, and age) to acquire demographic information by using the two- class Real AdaBoost algorithm [2]. Shakhnarovich and Viola [6] used Viola and Jonesโ€™ cascaded AdaBoost method [1] to train a face detector, which is a linear combination of the weak classifiers selected from rectangle features. They then selected a set of weak classifiers from the face detector for gender and ethnicity recognition. Instead of rectangle features, Shummet and Henry [7] designed a new set of weak classifiers which use the relationship between two pixelsโ€™ intensities as features, and show that the recognition rate can be further improved. Instead of AdaBoost, Moghaddam and Yang [8] investigated the use of nonlinear support vector machines (SVMs) to classify gender from face images. With the Gaussian radial basis function (RBF) kernel, a high. However, the computational loads of these two approaches are high. They are thus not suitable for real- time applications. Among the above, the Shakhnarovich and Violaโ€™s method [6] is probably the most efficient one in terms of the computational cost for real applications. It is because that some of the rectangle features used for face detection are re-used for gender recognition. Hence, in this method, we do not need to recomputed the features once the face has been detected, and so the entire computational time (including both face detection and gender recognition) can be reduced. In addition, it is also well known that the evaluation of rectangle features can be considerably speeded up by using the integral-image technique [1]. However, the recognition rate of [6] still needs a considerable improvement. In this paper, we develop a fast gender recognition algorithm based on rectangle features too. Rectangle features can be used to describe sub-regions of a human face, and hence pixel- wise data can be transformed into component wise data. We cascade several rectangle features into a feature vector. The features are then served as a descriptor for faces to identify the gender. We did a comparative study by employing features in various kinds of classifiers, such as the nearest-neighbor (NN), principle component analysis (PCA), and nonlinear SVMs, and suggest an effective detector for Gender recognition. Unlike the method of Shakhnarovich and Viola [6], we do not restrict ourselves to select the rectangle features only from those used to construct the face detector. In other words, we allow the rectangle features to be selected arbitrarily in a large feature pool. In this way, the rectangle features selection can be more discriminative, and hence our approach is more accurate for gender recognition. Although in our approach, the rectangle features used for gender recognition and face detection may not be the same, they still share the same integral image. Hence, we can still re-use the integral image, originally built for face detection, to efficiently evaluate the rectangle features for gender recognition. The total computational time (including both face detection and gender recognition) can thus be saved as well
  • 2. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 22 | Page II. Literature Survey Identifying the age and gender information of a face is a challenging task and has gained significant attention recently. Metze et al. (2007) compared four approaches for age and gender recognition from telephone speech; these included a parallel phoneme recognizer system to compare the Viterbi decoding scores for each category-specific phoneme recognizer, a system using dynamic Bayesian networks to combine several prosodic features, a system based solely on linear prediction analysis, and a GMM system based on MFCCs. It was reported in Metze et al. (2007) that the parallel phone recognizer system performs as well as human listeners on long utterances but its performance degrades on short utterances while the system based on prosodic features, such as fundamental frequency (F0), jitter, shimmer and harmonics-to-noise-ratio, has shown relative robustness to the variation of the utterance duration. More recently, novel acoustic features (Ajmera and Burkhardt, 2008), frame and utterance based acoustic-prosodic joint features (Spiegl et al., 2009; Meinedo and Trancoso,2010; Gajsek et al., 2010; Eyben et al., 2009), lexical features (Wolters et al., 2009) as well as fuzzy SVM modeling (Nguyen et al., 2010) have all been proposed to improve the recognition performance. In Ajmera and Burkhardt (2008), the discrete cosine transform is applied to the cepstral coefficients and the cepstral trajectories corresponding to lower (3-14 Hz) modulation frequencies provide best discrimination. Prosodic features (pitch, energy, formants, vocal tract length warping factor, speaking rate, etc) and their functional can also be added to the cepstral features at the frame or utterance level to enhance the performance (Spiegl et al., 2009; Meinedo and Trancoso, 2010; Gajห‡sek et al., 2010; Eyben et al., 2009; Wolters et al., 2009). In addition to the prosodic features, novel lexical level features like word-class frequencies have also been proposed for age recognition purpose (Wolters et al., 2009). In the fuzzy SVM modeling method proposed by Nguyen et al. (2010), a fuzzy membership is assigned as a weight to each training data point to increase the robustness against noise and outliers. Furthermore, techniques from speaker verification and language identification applications such as GMM-SVM mean super vector systems (Bocklet et al., 2008), nuisance attribute projection (NAP) (Dobry et al., 2009), anchor models (Dobry et al., 2009; Kockmann et al., 2010) and Maximum-Mutual-Information (MMI) training (Kockmann et al., 2010) have been successfully applied to speaker age and gender identification tasks to enhance the performance of acoustic level modeling. In Dobry et al.(2009), anchor modeling utilizes a back end SVM to model the distribution of similarity scores between training data and all the anchor speaker models. Due to the different aspects of modeling, combining different classification methods together can often significantly improve the overall performance (Mยจuller and Burkhardt, 2007; van Heerden et al., 2010; Meinedo and Trancoso,2010; Bocklet et al., 2010; Kockmann et al., 2010; Lingenfelser et al., 2010). Humans perceive gender not only based on the face, but also on the surrounding context such as hair, clothing and skin tone [15, 6], gait [14] and the whole body [6, 1]. Below, we review relevant work on gender prediction from facial images only. The problem of gender classification based on human faces has been extensively studied in the literature [20, 3].There are two popular methods. The first one is proposed by Moghaddam et al. [20] where a Support Vector Machine (SVM) is utilized for gender classification based on thumbnail face images. The second was presented by Baluja et al.[3] who applied the Adaboost algorithm for gender prediction. Recently, due to the popularity of Local Binary Patterns (LBP) in face recognition applications [2], Yang et al.[24] used LBP histogram features for gender feature representation, and the Adaboost algorithm to learn the best local features for classification. Experiments were performed to predict age, gender and ethnicity from face images. A similar approach was proposed in [25]. Other local descriptors have also been adopted for gender classification. Wang et al.proposed a novel gender recognition method using Scale Invariant Feature Transform (SIFT) descriptors and shape contexts. Once again, Adaboost was used to select features from face images and form a strong classifier.Gao et al. [10] performed face-based gender classification on consumer images acquired from a multi-ethnic face database. To overcome the non-uniformity of pose, expression, and illumination changes, they proposed the usage of Active Shape Models (ASM) to normalize facial texture. The work concluded that the consideration of ethnic factors can help improve gender classification accuracy in a multiethnic environment. A systematic overview on the topic of gender classification from face images can be found in [17]. Among all the descriptors that encode gender information such as LBP [25], SIFT [24] and HOG [6], the LBP has shown good discrimination capability while maintaining simplicity [17]. To establish a base-line for appearance based methods, we use LBP in combination with SVM to predict gender from facial images in this work. Although in previous work [22]geometry features were used as a priori knowledge to help improve classification performance, none of the aforementioned approaches, unlike our work, focused explicitly and solely on facial metrology as a means for gender classification. Perhaps our work is more closely related to earlier research by Shi et al. [23, 24] on face recognition using geometric features, where they used ratio features computed from a few anatomical landmarks. However, we take a more comprehensive look at the explicit use of facial geometry in solving the problem of gender classification. We use solely metrological information based on landmarks, which may or may not be biologically meaningful. In our approach, the local information from independent landmarks is used instead of holistic information from all landmarks.
  • 3. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 23 | Page III. Proposed Algorithm 3.1 Gender Recognition 1. Input an Image 2. Detect skin area in Input Image. 3. Detect Features like eyes and mouth in skin region. 4. If Features detected then go to step 5 else step 1. 5. Crop Face. 6. Load Database Male Females features. 7. Locate Features in a face area. 8. Count Male & female Features. 9. Filter Counted features into strong & weak features. 10. Form Fuzzy Conclusion from features & Display gender result. 3.2 Age Prediction 3.2.1 Training 1. Select an Input Image. 2. Detect skin area in Input Image. 3. Detect Features like eyes and mouth in skin region. 4. If Features detected then go to step 5 else step 5. Crop Face. 6. Save Face into Database with its age. 7. Repeat step 1 to 6 for 100 images(Training Images) 3.2.2 Testing 1. Select an Input Image. 2. Detect skin area in Input Image. 3. Detect Features like eyes and mouth in skin region. 4. If Features detected then go to step 5 else step 5. Crop Face. 6. Load faces Images from training directory & Match with input face image using histogram matched approach. 7. Retrieve Match image age from database. 8. Display Result. 9. Stop
  • 4. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 24 | Page Figure 3.1 Data Flow diagram of Gender Recognization
  • 5. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 25 | Page Figure 3.2 Data Flow diagram of Gender age Prediction(Training) Figure 3.3 Data Flow diagram of Gender age Prediction(Testing)
  • 6. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 26 | Page 3.3 Face Detection Skin color plays a vital role in differentiating human and non-human faces. From the study it is observe that skin color pixels have a decimal value in the range of 120 to 140. In this project, we used a trial and error method to locate skin color and non skin color pixels. But many of the times, system fails to detect whether an image contains human face or not (i.e. for those images where there is a skin color background).an image is segmented into skin color and non-skin color pixels with the equations 140 โ‰ค |๐‘ƒ๐‘ฅ๐‘ฆ| โ‰ค 120 ex. 3.1 ๐‘ค๐‘•๐‘’๐‘Ÿ๐‘’ ๐‘ƒ๐‘ฅ๐‘ฆ = ๐‘๐‘–๐‘ฅ๐‘’๐‘™ ๐‘Ž๐‘ก ๐‘๐‘œ๐‘ ๐‘–๐‘ก๐‘–๐‘œ๐‘› ๐‘ฅ๐‘ฆ The skin pixels values are set to 1(i.e. #FFFF) and non skin pixels are set to 0(i.e. 0000). The pixels are collected and set as per equation If lim๐‘–โ†’1 ๐‘› ( 120 โ‰ค ๐‘ƒ๐‘ฅ๐‘ฆ โ‰ค 180) = 1 3 1 --------eq3. 2 Else lim๐‘–โ†’1 ๐‘› ( 180 โ‰ค ๐‘ƒ๐‘ฅ๐‘ฆ โ‰ค 120) = 0 3 1 -------eq 3.3 ๐‘ค๐‘•๐‘’๐‘Ÿ๐‘’ ๐‘› = ๐‘ก๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘›๐‘ข๐‘š๐‘๐‘’๐‘Ÿ ๐‘œ๐‘“ ๐‘๐‘–๐‘ฅ๐‘’๐‘™๐‘  ๐‘œ๐‘“ ๐‘–๐‘›๐‘๐‘ข๐‘ก ๐‘–๐‘š๐‘Ž๐‘”๐‘’ Literature review point out that, FACS system technique is based on face features extractions like eye, nose, mouth, etc. In this project, we minimize the number of features (i.e. only eyes and mouth) but given the more weight age for fuzzy rules formations from these extracted features. Face extractions consist of following steps ๏‚ท Let W and H are the width and height of skin and non-pixel image as shown in fig 3.1.1 ๏‚ท Read the pixel at position (0,H/2) which is a middle of i.e. left side of image. ๏‚ท Travers a distance D1 = W/6 in horizontal direction to get the start boundary pixel of skin region. ๏‚ท Travers a distance D2= H/6 from a pixel position (W/6, H/2) in upward directions. Same may do in downward direction and locate the points X1, X2. ๏‚ท Travers a distance D3=W/3 from the point X1 and locate the point X3. Same do from the point x2 and locate the point X4. ๏‚ท Crop the square image as shown. Figure 3.4 Detected Face Area Figure 3.5 Face Features Extraction Human face is made up of eyes; nose, mouth and chine etc. there are differences in shape, size, and structure of these organs. So the faces are differs in thousands way. One of the common methods for face expression recognition is to extract the shape of eyes and mouth and then distinguish the faces by the distance and scale of these organs. The face feature extractions consist of following steps ๏‚ท Let W and H are width and height of an image shown in Fig 3.2.3 ๏‚ท Mark pixel Pi (W/2, H/2) as centre of image. ๏‚ท Travers a distance H/8 from the pixel Pi towards upward and mark a point K1. ๏‚ท Travers a distance W/3 from the point K1 towards leftward and mark a point K2. ๏‚ท Travers a distance H/10 towards downward from the point K2 and mark a point K3. ๏‚ท Travers a distance W/4 from the point K3 towards right and mark the point K4. ๏‚ท Travers a distance H/10 from the point K4 toward up and mark the point K5.
  • 7. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 27 | Page ๏‚ท Same steps are repeated for extracting the right eye and mark the point N2, N3, N4, and N5. ๏‚ท Travers a distance H/8 from the point Pi towards downward and mark the point M1. ๏‚ท Travers a distance W/6 towards left and right from the point M1 and marks the point M2 and M3. ๏‚ท Start with the point M2 traverse a distance H/10 towards downward and mark the point M4. ๏‚ท Travers a distance W/6 from the point M4 towards right and mark the point M5. Same may do from point M5 and mark the point M6. ๏‚ท Travers the distance H/10 from M6 towards up that meets to the point M3. . ๏ƒ— Dist |Pi - K1 | = H/8 ๏ƒ— Dist | K1 โ€“ K2 | = Dist | M1 โ€“ M2 | = Dist | M1 โ€“ M3 | = Dist | M4 โ€“ M5 | = Dist | M5 โ€“ M6 | = W/3 ๏ƒ— Dist | K2 โ€“ K3 | = Dist | K4 โ€“ K5 | = Dist | N2 โ€“ N3 | = Dist | N 4 โ€“ N 5 | = Dist | M 2 โ€“ M 4 | = Dist | M 1 โ€“ M 5 | = Dist | M 3 โ€“ M 6 | = H/10 ๏ƒ— Dist | K3 โ€“ K4 | = Dist | K5 โ€“ K2 | = Dist | N3 โ€“ N4 | = Dist | N5 โ€“ N2 | = W/4 3.4 Features Location Figure 3.7 Data Flow diagram for locating features of training database into input image face region In this project we create a system that is useful to find the object that is present inside the image. In this we first take a image as an input for which we have to find the object. After selecting the input image we have to focus on the target image. After getting both input image and target image we compare the size of both the image. If the size of input image is greater than target image then we proceed with our system otherwise we are going to focus on the input image. If the above criteria get satisfied then we create the sub matrixes of both the images for example we create 3 X 3 matrixes. After creating the sub matrixes we compare both the sub matrixes of both the image. This Matrix can be created with the help of pixels present in both the images. If matching found then we concludes that the given object is found in the other image. The object is shown as an output by creating red boxes on that object. The output object image is displayed and the co ordinates of that object that is the height and width from top and bottom in the form of coordinates is shown with the help of im tool.
  • 8. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 28 | Page IV. Experiment Results 4.1.1.1 Project GUI Figure 4.1 Main Form Figure 4.2 Face Detection Figure 4.3 Skin Detection Figure4.4 Features & Gender Detected Figure 4.5 Age Prediction Sr No Images tested Gender Predicted % of Gender prediction Age Predicted % of Age Prediction 1 5 5 100 4 80 2 10 7 70 6 60 3 15 12 80 10 66.66 4 20 16 80 14 70 V. Conclusion This paper presented an approach to age and gender classification from still image. We find that the proposed methodology system performs on average comparably to Human visualizes. The results of a user study [7] shows that use patterns of Proposed systems for senior citizens differ significantly from those of adults or young faces. We believe the overall acceptance of proposed systems can be increased significantly by providing tailored versions of such systems, which adapt characteristics such as the degree of automation in a caller pre- selection scenario, order of presentation of options. In these scenarios, age and gender classification is not used to limit access (e.g. as in protection of minors), but to increase user satisfaction by providing individualized services even in the absence of knowledge about the face identity. References [1]. Edward D. Mysak, โ€œPitch duration characteristics of older males,โ€ Journal of Speech and Hearing Research, vol. 2, pp.46โ€“54, 1959. [2]. Sue E. Linville, Vocal Aging, Singular Publishing Group, SanDiego, CA; USA, 2001. [3]. Christian Mยจuller, Frank Wittig, and Jยจorg Baus, โ€œExploiting speech for recognizing elderly users to respond to their special needs,โ€ in Proc. Euro speech 2003, Geneva; Switzerland, Sept.2003, ISCA. [4]. Nobuaki Minematsu, Mariko Sekiguchi, and Keikichi Hirose,โ€œAutomatic estimation of oneโ€™s age with his/ her speech based upon acoustic modeling techniques of speakers,โ€ in Proc.ICASSP 2002, Orlando, FL; USA, May 2002, IEEE. [5]. Izhak Shafran, Michael Riley, and Mehryar Mohri, โ€œVoice signatures,โ€in Proc. ASRU 2003, U.S. Virgin Islands, Dec. 2003, IEEE. [6]. Susanne Schยจotz, โ€œAutomatic prediction of speaker age using CART,โ€ Term paper for course in Forensic Phonetics,Gยจoteborg University [7]. European Language Resources Association (ELRA), โ€œhttp://www.speechdat.org/,โ€ http://www.elra.info/. [8]. Jitendra Ajmera, โ€œEffect of age and gender on LP smoothed spectral envelope,โ€ in Proc. Speaker Odyssey. 2006, IEEE.
  • 9. An Image Mining System for Gender Classification & Age Prediction Based on Facial Features www.iosrjournals.org 29 | Page [9]. Loredana Cerrato, Mauro Falcone, and Andrea Paoloni, โ€œSubjective age estimation of telephonic voices,โ€ Speech Communication,vol. 31, no. 2โ€“3, pp. 107โ€“102, 2000. [10]. The FG-NET Aging Database. http://www.fgnet.rsunit.com/. [11]. Y. Fu, Y. Xu, and T. S. Huang. Estimating human age by manifold analysis of face pictures and regression on aging features. Proceedings of the IEEE Multimedia and Expo, pages 1383โ€“1386, 2007. [12]. G. Guo, G. Mu, Y. Fu, C. Dyer, and T. Huang. A study on automatic age estimation using a large database. International Conference on Computer Vision in Kyoto (ICCV 2009), pages 1986โ€“1991, 2009. [13]. A. E. Hoerl and R. W. Kennard. Ridge regression: Biased estimation for no orthogonal problems. Techno metrics, 12(3):55โ€“67, 1970. [14]. T. Kanamori, S. Hido, and M. Sugiyama. A least-squares approach to direct importance estimation. Journal of Machine Learning Research, 10:1391โ€“1445, 2009. [15]. K. J. Ricanek and T. Tesafaye. Morph: A longitudinal image database of normal adult age-progression. Proceedings of the IEEE 7th International Conference on Automatic Face and Gesture Recognition (FGR 2006), pages 341โ€“345, 2006. [16]. B. Schoolkopf and A. J. Smola. Learning with Kernels, MIT Press, Cambridge, MA, USA, 2002. [17]. H. Shimodaira. Improving predictive inference under covariate shift by weighting the log-likelihood function. Journal of Statistical Planning and Inference, 90(2):227โ€“244, 2000. [18]. M. Stone. Cross-valedictory choice and assessment of statistical predictions, Journal of the Royal Statistical Society, Series B, 36:111-147, 1974. [19]. M. Sugiyama, M. Kawanabe, P. L. Chui. Dimensionality reduction for density ratio estimation in high-dimensional spaces. Neural Networks, 23(1):44-59, 2010. [20]. M. Sugiyama, M. Krauledat, and K.-R. Mยจuller. Covariate shift adaptation by importance weighted cross validation. Journal of Machine Learning Research, 8:985โ€“1005,May 2007. [21]. M. Sugiyama, M. Yamada, P. von Bยจunau, T. Suzuki, T. Kanamori, and M. Kawanabe.Direct density-ratio estimation with dimensionality reduction via least-squares hetero-distributional subspace search, Neural Networks. [22]. F. H. C. Tivive and A. Bouzerdoum. A gender recognition system using shunting inhibitory convolutional neural networks. Proceedings of the International Joint Conference on Neural Networks (IJCNN '06), pages 5336โ€“5341, 2006. [23]. K. Ueki, M. Sugiyama, Y. Ihara. A semi-supervised approach to perceived age prediction from face images. IEICE Transactions on Information and Systems, to appear [24]. K. Ueki, M. Miya, T. Ogawa, T. Kobayashi. Class distance weighted locality preserving projection for automatic age estimation. Proceedings of IEEE International Conference on Biometrics: Theory, Applications and Systems (BTAS 2008), pages 1โ€“5, 2008. [25]. M. Yamada, M. Sugiyama, G. Wichern, and J. Simm. Direct importance estimation with a mixture of probabilistic principal component analyzers. IEICE Transactions on Information and Systems, E93-D(10), 2846โ€“2849, 2010.