SlideShare a Scribd company logo
International
OPEN ACCESS Journal
Of Modern Engineering Research (IJMER)
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 50 |
Image Redundancy and Its Elimination
Mr. Domala Narsaiah1
, Dr. Raghavendra Kulkarni2
1
ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India
2
ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India
narsiurs@gmail.com, raghavendrakulkarni444@gmail.com
I. INTRODUCTION
The human machine recognition of human face is a challenging problem due the changes in the face
identity and variation between images. Systems that recognize human faces have been applied in many
applications such as security system, mug shot matching etc. The work takes a leaf out of the previous
algorithms in which it is proven that fever face features can be used for face classification and thereby curse of
dimensionality is nullified. Having got the features, problem of effective algorithmic use is solved by singular
value decomposition (SVD) [7,8,9] wherein singular value „S‟ which signifies the direction of variation is
countered with a controlling factor alpha for facial variation elimination. This idea was given in the paper
Fractional Order Singular Value Decomposition (FSVDR) [1]. But, by doing so for a given value of alpha and
for a given query image it is found that more than one face is classified at the classifier which gives out the
redundancy
The face recognition and classification is a great challenging problem since face images are highly
variable due to individual appearance, three-dimensional facial expression, facial hair, makeup, and so on and
these factors change from time to time. Furthermore, device inherent parameters and surroundings will also add
to the problem. It is also illustrated by previous work that within class variations will affect the classification
rate.
II. BRIEF REVIEW OF LITERATURE
Eigen face approach is one of the earliest appearance-based face recognition method, which was
developed by M. Turk and A. Pentland [3] in 1991. This method utilizes the idea of the principal component
analysis and decomposes face images into a small set of characteristic feature images called Eigen faces.
Biggest challenge in face recognition still lies in the normalization and pre-processing of the face images so that
they are suitable as input into the recognition module. The basic concept behind the Eigen face approach is that
the information lies in a small portion of image face space.
The Eigen face images calculated from the eigenvectors of L span a basis set with face images are
described. As mentioned before, the usefulness of eigenvectors varies according their associated Eigen values.
This suggests picking up of only the most meaningful eigenvectors and ignore the rest, in other words, the
number of basic functions is further reduced from M to M‟ (M‟<M) and the computation is reduced as a
consequence.
The Eigen faces approach for face recognition could be summarized as follows:
 Collect a set of characteristic face images of the known individuals. This set should include a number of
images for each person, with some variation in expression and in the lighting (say four images of ten people,
so M=40).
ABSTRACT: a rigorous work on static and dynamic appearance based classification systems for
face is on but, it is proving to be a challenging task for researchers to design a proper system since
human face is complex one. Decades of work was and is focussed on how to classify a face and on how
to increase the rate of classification but, little attention was paid to overcome redundancy in image
classification.
This paper presents a novel idea which focuses on redundancy check and its elimination. The paper
after drawing inferences from previous work gives out a novel idea for exact face classification and
elimination of redundancy.
Keywords: Face recognition, Feature based methods, singular value decomposition Euclidean
distance Original gray value matrix.
Image Redundancy and Its Elimination
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 51 |
 Calculate the (40 x 40) matrix L, find its eigenvectors and Eigen values, and choose the M‟ eigenvectors
with the highest associated Eigen values (let M‟=10 in this example).
 Combine the normalized training set of images according to Eq. (6) to produce the (M‟=10) Eigen
faces ',......,1, Mkk  .
But, this fails the recognition rate under varied faces and hence attention shifted to singular value
decomposition (SVD) [7, 8] algorithm.
The singular value decomposition is an outcome of linear algebra. This produces the original image
with each succeeding nonzero singular value. Furthermore, to reduce storage size even further, images may
approximate using fewer singular values.
The singular value decomposition of a matrix A of m x n matrix is given in the form,
here U is an m x m orthogonal matrix; V an n x n orthogonal matrix, and  is an m x n matrix containing the
singular values of A.
along its main diagonal.
These singular values are used for facial feature decomposition to represent an image but, these
features are found to be effected by facial variations as well as environmental variations. To take care of these
variations a controlling factor is introduced and a novel method known as Fractional Order Singular Value
Decomposition is proposed by un Liu, Song can Chen, Xiao yang Tan [1].
For each face image matrix A which has the SVD, its FSVD „B‟ can be defined as,
Where U, Σ and V are the SV matrices, and in order to achieve the above underlying ideas, δ is a fractional
parameter that satisfies .The fractional parameter and its optimal selection is an important criterion in
making the face recognition process more accurate so that redundancy can be checked.
III. MODULAR DESIGN AND ALGORITMIC STEPS
A modular design approach is adopted whereby the system was separated into smaller individual stages.
Each stage in the designed architecture performs an intermediate task before integrating the modules into a
complete system. The face recognition system developed performs three major tasks – pre-processing of given
face image, extracting the face feature for recognition, and performing classification for the given query sample.
The system operates on two phase of operation namely training and testing phase.
The developed face recognition system is shown in figure 1.
Figure 1: Face Recognition System.
The input image is randomly picked up from the self built data base & Yale data base. They are used
for training and evaluated for the recognition accuracy. The face image is then transformed to operational
compatible format, where the face image is resized to uniform dimension (128x128), the data type of the image
sample is transformed to double precision and passed for feature extraction. Singular values are then computated
for face recognition. The unit calculates the U, V, S matrix using SVD operation for given face image. On
computation SVD features, for the calculation of FSVD features this unit takes the fractional factor α for the
computation of a matrix B=U Sα
VT.
The obtained facial expressions are the SV which are used as facial feature
for face recognition. These features are passed to the classifier unit for the classification of given face query
with the knowledge created for the available database. Database samples are trained for the knowledge creation
Image Redundancy and Its Elimination
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 52 |
for classification. During training phase when a new facial image is added to the system the features are
calculated and aligned for the dataset formation. This data set consists of the image index and its corresponding
features extracted. This feature table is created for the entire database image and passed for recognition.
Let the face image in the data Base be represented as F (i) K, where i represent the total number of
samples for Kth
class face image. Then the SVD feature for the given face image is calculated as:
1) Apply SVD on each of the face image for each class in the database, such that Ψi = UiSiVi t
. where, U = [u1,
u2, um], V = [v1, v2, vn], and
S = [0 Xi 0], Xi=diag (si), si are the computed Singular vector for each face image.
(2) The obtained Singular Vector is applied with the fractional value α and a modified SVD values are obtained
as, Bi=Ui Siα
Vit
(3) Each training face image Fi
(k)
is then projected using these obtained face feature image.
(4) For the obtained representing image apply a DR method PCA, where the Eigen features are computed and
for the maximum Eigen values Eigen vectors are located and normalized for this projected image.
(5) A test face image Tr ~ є Rm×n
is transformed into a face feature matrix Yr є Rr×c
by Yr = UrSrVr t
.
(6) For the developed query feature a image representation is developed and passed to the PCA.
(7) For the computed face feature the distance between a test face image T and a training face images Xi
(j)
is
calculated and the minimum distance is the recognized image.
(8) The recognised image is such that it is only one for the test face image T which illustrated that redundancy
is nullified.
IV.CONCLUSION
Although many face recognition approaches by human beings and machines were developed in past, it
is still difficult to design an automatic system for the task because in real world parameters do vary. It is a
known fact that every image matrix can always have the well-known singular value decomposition (SVD) and
can be regarded as a composition of a set of base images generated by SVD and further it is pointed out that
base images are sensitive to the composition of the face image.
SVD has the advantage of providing a better representation and achieves lower error rates in face
recognition but it has the disadvantage that it drags the performance evaluation. So, in order to overcome that, a
controlling parameter „α‟, which ranges from 0 to 1, is introduced for better results and by setting a threshold at
sorting it is also seen that it reduces classification redundancy.
REFERENCES
[1]. Jun Liu, Song can Chen, Xiao yang Tan “Fractional order singular value decomposition representation for face
recognition” ELESVER Journal 26 March (2007).
[2]. M. Kirby, L. Sirovich, “Application of the Karhunen–Loeve procedure for the Characterization of human faces”
IEEE Trans. Pattern Anal. Mach. Intell. 12 (1990) 103–108.
[3]. M.Turk, A.Pentland, “Eigen faces for recognition”, J. Cognitive Neurosci. 3 (1) (1991) 71–96.
[4]. J. Yang, D. Zhang, et al., “Two-dimensional pca: a new approach to appearance based face representation and
recognition”, IEEE Trans. Pattern Anal. Mach. Intell. 26 (1) (2004) 131–137.
[5]. J. Ye, “Generalized low rank approximation of matrices, in: International Conference on Machine Learning, pp.
2004, pp. 887–894.
[6]. J. Liu, S. Chen, “Non-iterative generalized low rank approximation of matrices”,Pattern Recognition Lett. 27 (9)
(2006) 1002–1008.
[7]. P. Belhumeur, J. Hespanha, D.J. Kriegman, “Eigenfaces vs. Fisherfaces: recognition using class specific linear
projection, IEEE Trans. Pattern Anal. Mach. Intell. 19 (7) (1997) 711–720.
[8]. Z. Hong,” Algebraic feature extraction of image for recognition”, Pattern Recognition 211-219 (1991)
[9]. Y. Cheng, K. Liu, J. Yang, Y. Zhuang, N. Gu, “Human face recognition method based on the statistical model of
small sample size”, Intelligent Robots and Computer Vision X: Algorithms and Techniques, 85–95 (1991).
[10]. H. Othman, T. Aboulnasr, “A separable low complexity 2D HMM with application to face recognition” IEEE
Trans. Pattern. Anal. Machie Intell., 25(10): 1229-1238 (2003).
[11]. K. Lee, Y. Chung, H. Byun, “SVM based face verification with feature set of small size”, Electronic letters,
38(15): 787-789 (2002).
[12]. H. Cevikalp,M.Neamtu,M.Wilkes, A. Barkana, “ Discriminative common vectors for face recognition” , IEEE
Trans. Pattern Anal. Machie. Intel. 27(1): 4-13 (2005).

More Related Content

PDF
Volume 2-issue-6-2108-2113
PDF
Medoid based model for face recognition using eigen and fisher faces
PDF
Fourier mellin transform based face recognition
PDF
Face skin color based recognition using local spectral and gray scale features
PDF
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
PDF
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
PDF
Identifying Gender from Facial Parts Using Support Vector Machine Classifier
PDF
Face Detection for identification of people in Images of Internet
Volume 2-issue-6-2108-2113
Medoid based model for face recognition using eigen and fisher faces
Fourier mellin transform based face recognition
Face skin color based recognition using local spectral and gray scale features
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
Identifying Gender from Facial Parts Using Support Vector Machine Classifier
Face Detection for identification of people in Images of Internet

What's hot (15)

PDF
3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
PDF
A Study on Face Recognition Technique based on Eigenface
PDF
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
PDF
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
PDF
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
PDF
H0334749
PDF
Appearance based face recognition by pca and lda
PDF
IRJET- Prediction of Facial Attribute without Landmark Information
PDF
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
PDF
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
PPT
Gil Shapira's Active Appearance Model slides
PDF
Reconstruction of partially damaged facial image
PDF
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
PDF
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
PDF
Active shape appearance model-presentation 1st
3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
A Study on Face Recognition Technique based on Eigenface
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
H0334749
Appearance based face recognition by pca and lda
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
Gil Shapira's Active Appearance Model slides
Reconstruction of partially damaged facial image
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
Active shape appearance model-presentation 1st
Ad

Similar to Image Redundancy and Its Elimination (20)

PDF
Volume 2-issue-6-2108-2113
PDF
Face Recognition Using Gabor features And PCA
PDF
Aa4102207210
PDF
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
PDF
A study of techniques for facial detection and expression classification
PDF
Real time face recognition system using eigen faces
PDF
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
PDF
Fourier mellin transform based face recognition
PDF
Fourier mellin transform based face recognition
PDF
Fourier mellin transform based face recognition
PDF
Criminal Detection System
PDF
Efficient Face Features Extraction and Recognition Using Principal Component...
PPTX
Eigenfaces , Fisherfaces and Dimensionality_Reduction
PDF
Image–based face-detection-and-recognition-using-matlab
PDF
Happiness Expression Recognition at Different Age Conditions
PDF
A017530114
PDF
Facial Expression Recognition
PDF
An Assimilated Face Recognition System with effective Gender Recognition Rate
PPTX
Model Based Emotion Detection using Point Clouds
PDF
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Volume 2-issue-6-2108-2113
Face Recognition Using Gabor features And PCA
Aa4102207210
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
A study of techniques for facial detection and expression classification
Real time face recognition system using eigen faces
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
Fourier mellin transform based face recognition
Fourier mellin transform based face recognition
Fourier mellin transform based face recognition
Criminal Detection System
Efficient Face Features Extraction and Recognition Using Principal Component...
Eigenfaces , Fisherfaces and Dimensionality_Reduction
Image–based face-detection-and-recognition-using-matlab
Happiness Expression Recognition at Different Age Conditions
A017530114
Facial Expression Recognition
An Assimilated Face Recognition System with effective Gender Recognition Rate
Model Based Emotion Detection using Point Clouds
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Ad

More from IJMERJOURNAL (20)

PDF
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
PDF
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
PDF
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
PDF
Design a WSN Control System for Filter Backwashing Process
PDF
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
PDF
Comparisons of Shallow Foundations in Different Soil Condition
PDF
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
PDF
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
PDF
Investigating The Performance of A Steam Power Plant
PDF
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
PDF
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
PDF
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
PDF
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
PDF
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
PDF
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
PDF
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
PDF
Nigerian Economy and the Impact of Alternative Energy.
PDF
CASE STUDY
PDF
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
PDF
li-fi: the future of wireless communication
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
Design a WSN Control System for Filter Backwashing Process
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
Comparisons of Shallow Foundations in Different Soil Condition
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
Investigating The Performance of A Steam Power Plant
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
Nigerian Economy and the Impact of Alternative Energy.
CASE STUDY
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
li-fi: the future of wireless communication

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
DOCX
573137875-Attendance-Management-System-original
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Construction Project Organization Group 2.pptx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
737-MAX_SRG.pdf student reference guides
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Artificial Intelligence
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Fundamentals of Mechanical Engineering.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Sustainable Sites - Green Building Construction
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
573137875-Attendance-Management-System-original
R24 SURVEYING LAB MANUAL for civil enggi
Construction Project Organization Group 2.pptx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
CYBER-CRIMES AND SECURITY A guide to understanding
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
737-MAX_SRG.pdf student reference guides
Fundamentals of safety and accident prevention -final (1).pptx
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
Foundation to blockchain - A guide to Blockchain Tech
Artificial Intelligence
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Fundamentals of Mechanical Engineering.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx

Image Redundancy and Its Elimination

  • 1. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 50 | Image Redundancy and Its Elimination Mr. Domala Narsaiah1 , Dr. Raghavendra Kulkarni2 1 ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India 2 ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India narsiurs@gmail.com, raghavendrakulkarni444@gmail.com I. INTRODUCTION The human machine recognition of human face is a challenging problem due the changes in the face identity and variation between images. Systems that recognize human faces have been applied in many applications such as security system, mug shot matching etc. The work takes a leaf out of the previous algorithms in which it is proven that fever face features can be used for face classification and thereby curse of dimensionality is nullified. Having got the features, problem of effective algorithmic use is solved by singular value decomposition (SVD) [7,8,9] wherein singular value „S‟ which signifies the direction of variation is countered with a controlling factor alpha for facial variation elimination. This idea was given in the paper Fractional Order Singular Value Decomposition (FSVDR) [1]. But, by doing so for a given value of alpha and for a given query image it is found that more than one face is classified at the classifier which gives out the redundancy The face recognition and classification is a great challenging problem since face images are highly variable due to individual appearance, three-dimensional facial expression, facial hair, makeup, and so on and these factors change from time to time. Furthermore, device inherent parameters and surroundings will also add to the problem. It is also illustrated by previous work that within class variations will affect the classification rate. II. BRIEF REVIEW OF LITERATURE Eigen face approach is one of the earliest appearance-based face recognition method, which was developed by M. Turk and A. Pentland [3] in 1991. This method utilizes the idea of the principal component analysis and decomposes face images into a small set of characteristic feature images called Eigen faces. Biggest challenge in face recognition still lies in the normalization and pre-processing of the face images so that they are suitable as input into the recognition module. The basic concept behind the Eigen face approach is that the information lies in a small portion of image face space. The Eigen face images calculated from the eigenvectors of L span a basis set with face images are described. As mentioned before, the usefulness of eigenvectors varies according their associated Eigen values. This suggests picking up of only the most meaningful eigenvectors and ignore the rest, in other words, the number of basic functions is further reduced from M to M‟ (M‟<M) and the computation is reduced as a consequence. The Eigen faces approach for face recognition could be summarized as follows:  Collect a set of characteristic face images of the known individuals. This set should include a number of images for each person, with some variation in expression and in the lighting (say four images of ten people, so M=40). ABSTRACT: a rigorous work on static and dynamic appearance based classification systems for face is on but, it is proving to be a challenging task for researchers to design a proper system since human face is complex one. Decades of work was and is focussed on how to classify a face and on how to increase the rate of classification but, little attention was paid to overcome redundancy in image classification. This paper presents a novel idea which focuses on redundancy check and its elimination. The paper after drawing inferences from previous work gives out a novel idea for exact face classification and elimination of redundancy. Keywords: Face recognition, Feature based methods, singular value decomposition Euclidean distance Original gray value matrix.
  • 2. Image Redundancy and Its Elimination | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 51 |  Calculate the (40 x 40) matrix L, find its eigenvectors and Eigen values, and choose the M‟ eigenvectors with the highest associated Eigen values (let M‟=10 in this example).  Combine the normalized training set of images according to Eq. (6) to produce the (M‟=10) Eigen faces ',......,1, Mkk  . But, this fails the recognition rate under varied faces and hence attention shifted to singular value decomposition (SVD) [7, 8] algorithm. The singular value decomposition is an outcome of linear algebra. This produces the original image with each succeeding nonzero singular value. Furthermore, to reduce storage size even further, images may approximate using fewer singular values. The singular value decomposition of a matrix A of m x n matrix is given in the form, here U is an m x m orthogonal matrix; V an n x n orthogonal matrix, and  is an m x n matrix containing the singular values of A. along its main diagonal. These singular values are used for facial feature decomposition to represent an image but, these features are found to be effected by facial variations as well as environmental variations. To take care of these variations a controlling factor is introduced and a novel method known as Fractional Order Singular Value Decomposition is proposed by un Liu, Song can Chen, Xiao yang Tan [1]. For each face image matrix A which has the SVD, its FSVD „B‟ can be defined as, Where U, Σ and V are the SV matrices, and in order to achieve the above underlying ideas, δ is a fractional parameter that satisfies .The fractional parameter and its optimal selection is an important criterion in making the face recognition process more accurate so that redundancy can be checked. III. MODULAR DESIGN AND ALGORITMIC STEPS A modular design approach is adopted whereby the system was separated into smaller individual stages. Each stage in the designed architecture performs an intermediate task before integrating the modules into a complete system. The face recognition system developed performs three major tasks – pre-processing of given face image, extracting the face feature for recognition, and performing classification for the given query sample. The system operates on two phase of operation namely training and testing phase. The developed face recognition system is shown in figure 1. Figure 1: Face Recognition System. The input image is randomly picked up from the self built data base & Yale data base. They are used for training and evaluated for the recognition accuracy. The face image is then transformed to operational compatible format, where the face image is resized to uniform dimension (128x128), the data type of the image sample is transformed to double precision and passed for feature extraction. Singular values are then computated for face recognition. The unit calculates the U, V, S matrix using SVD operation for given face image. On computation SVD features, for the calculation of FSVD features this unit takes the fractional factor α for the computation of a matrix B=U Sα VT. The obtained facial expressions are the SV which are used as facial feature for face recognition. These features are passed to the classifier unit for the classification of given face query with the knowledge created for the available database. Database samples are trained for the knowledge creation
  • 3. Image Redundancy and Its Elimination | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 52 | for classification. During training phase when a new facial image is added to the system the features are calculated and aligned for the dataset formation. This data set consists of the image index and its corresponding features extracted. This feature table is created for the entire database image and passed for recognition. Let the face image in the data Base be represented as F (i) K, where i represent the total number of samples for Kth class face image. Then the SVD feature for the given face image is calculated as: 1) Apply SVD on each of the face image for each class in the database, such that Ψi = UiSiVi t . where, U = [u1, u2, um], V = [v1, v2, vn], and S = [0 Xi 0], Xi=diag (si), si are the computed Singular vector for each face image. (2) The obtained Singular Vector is applied with the fractional value α and a modified SVD values are obtained as, Bi=Ui Siα Vit (3) Each training face image Fi (k) is then projected using these obtained face feature image. (4) For the obtained representing image apply a DR method PCA, where the Eigen features are computed and for the maximum Eigen values Eigen vectors are located and normalized for this projected image. (5) A test face image Tr ~ є Rm×n is transformed into a face feature matrix Yr є Rr×c by Yr = UrSrVr t . (6) For the developed query feature a image representation is developed and passed to the PCA. (7) For the computed face feature the distance between a test face image T and a training face images Xi (j) is calculated and the minimum distance is the recognized image. (8) The recognised image is such that it is only one for the test face image T which illustrated that redundancy is nullified. IV.CONCLUSION Although many face recognition approaches by human beings and machines were developed in past, it is still difficult to design an automatic system for the task because in real world parameters do vary. It is a known fact that every image matrix can always have the well-known singular value decomposition (SVD) and can be regarded as a composition of a set of base images generated by SVD and further it is pointed out that base images are sensitive to the composition of the face image. SVD has the advantage of providing a better representation and achieves lower error rates in face recognition but it has the disadvantage that it drags the performance evaluation. So, in order to overcome that, a controlling parameter „α‟, which ranges from 0 to 1, is introduced for better results and by setting a threshold at sorting it is also seen that it reduces classification redundancy. REFERENCES [1]. Jun Liu, Song can Chen, Xiao yang Tan “Fractional order singular value decomposition representation for face recognition” ELESVER Journal 26 March (2007). [2]. M. Kirby, L. Sirovich, “Application of the Karhunen–Loeve procedure for the Characterization of human faces” IEEE Trans. Pattern Anal. Mach. Intell. 12 (1990) 103–108. [3]. M.Turk, A.Pentland, “Eigen faces for recognition”, J. Cognitive Neurosci. 3 (1) (1991) 71–96. [4]. J. Yang, D. Zhang, et al., “Two-dimensional pca: a new approach to appearance based face representation and recognition”, IEEE Trans. Pattern Anal. Mach. Intell. 26 (1) (2004) 131–137. [5]. J. Ye, “Generalized low rank approximation of matrices, in: International Conference on Machine Learning, pp. 2004, pp. 887–894. [6]. J. Liu, S. Chen, “Non-iterative generalized low rank approximation of matrices”,Pattern Recognition Lett. 27 (9) (2006) 1002–1008. [7]. P. Belhumeur, J. Hespanha, D.J. Kriegman, “Eigenfaces vs. Fisherfaces: recognition using class specific linear projection, IEEE Trans. Pattern Anal. Mach. Intell. 19 (7) (1997) 711–720. [8]. Z. Hong,” Algebraic feature extraction of image for recognition”, Pattern Recognition 211-219 (1991) [9]. Y. Cheng, K. Liu, J. Yang, Y. Zhuang, N. Gu, “Human face recognition method based on the statistical model of small sample size”, Intelligent Robots and Computer Vision X: Algorithms and Techniques, 85–95 (1991). [10]. H. Othman, T. Aboulnasr, “A separable low complexity 2D HMM with application to face recognition” IEEE Trans. Pattern. Anal. Machie Intell., 25(10): 1229-1238 (2003). [11]. K. Lee, Y. Chung, H. Byun, “SVM based face verification with feature set of small size”, Electronic letters, 38(15): 787-789 (2002). [12]. H. Cevikalp,M.Neamtu,M.Wilkes, A. Barkana, “ Discriminative common vectors for face recognition” , IEEE Trans. Pattern Anal. Machie. Intel. 27(1): 4-13 (2005).