CN103955676A - Human face identification method and system - Google Patents

Human face identification method and system Download PDF

Info

Publication number
CN103955676A
CN103955676A CN201410197890.XA CN201410197890A CN103955676A CN 103955676 A CN103955676 A CN 103955676A CN 201410197890 A CN201410197890 A CN 201410197890A CN 103955676 A CN103955676 A CN 103955676A
Authority
CN
China
Prior art keywords
dimensionality reduction
training sample
matrix
secondary dimensionality
initial
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410197890.XA
Other languages
Chinese (zh)
Other versions
CN103955676B (en
Inventor
张莉
包兴
赵梦梦
王邦军
何书萍
杨季文
李凡长
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Whale Renewal Energy Technology Co Ltd
Original Assignee
Suzhou University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou University filed Critical Suzhou University
Priority to CN201410197890.XA priority Critical patent/CN103955676B/en
Publication of CN103955676A publication Critical patent/CN103955676A/en
Application granted granted Critical
Publication of CN103955676B publication Critical patent/CN103955676B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a human face identification method and system. The method comprises the steps that a PCA method is used for carrying out initial dimensionality reduction on a training sample set, the category label information of a training sample is used for establishing a matrix with classified information, then the optimum secondary projection matrix is determined, secondary dimensionality reduction is carried out on the initial dimensionality reduction training sample set, then secondary dimensionality reduction is also carried out on a tested sample, and after secondary dimensionality reduction, classifying is carried out in a low-dimensional space. By secondary dimensionality reduction processing, human face identification accuracy and efficiency are improved.

Description

A kind of face identification method and system
Technical field
The application relates to mode identification technology, more particularly, relates to a kind of face identification method and system.
Background technology
Face is the pattern of a kind of complexity, changeable, higher-dimension, in recognition of face, face data need to be mapped to low n-dimensional subspace n from higher dimensional space.Because recognition of face has extensive use at the aspect such as authentication, security system, therefore recognition of face has become an important field of research in computer vision and pattern-recognition.
Traditional face identification method adopts pivot analysis PCA (Principal Component Analysis) dimension reduction method conventionally, but the method is only applicable to the data of linear expression.Therefore, someone has proposed neighbour and has kept embedding algorithm again, and the method is applicable to popular data.But neighbour keeps embedding calculation method and do not obtain global structure information and feature in the time carrying out linear reconstruction, and neighborhood is not done to classification judgement, the classification information of sample itself has been ignored, cause recognition of face rate not high.
Summary of the invention
In view of this, the application provides a kind of face identification method and system, for solving the not high problem of discrimination of existing face identification method.
To achieve these goals, the existing scheme proposing is as follows:
A kind of face identification method, comprising:
Utilize principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtain initial dimensionality reduction training sample set, and preserve a projection matrix in initial reduction process;
Utilize the class label information of training sample, construct a matrix with classified information;
Determine optimum reprojection's matrix, described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set;
Utilize a described projection matrix and described reprojection matrix, test sample book is carried out to dimensionality reduction twice, obtain secondary dimensionality reduction test sample book;
Utilize nearest neighbor classifier, described secondary dimensionality reduction test sample book is classified.
Preferably, the described principle component analysis PCA that utilizes carries out initial dimensionality reduction to training sample set, obtains initial dimensionality reduction training sample set, and preserves a projection matrix in initial reduction process, is specially:
Definition training sample set is x i∈ R d, y i=1,2 ..., c} is training sample x iclass label information, wherein D is the dimension of training sample, l is the number of training sample data, c is the classification number of training sample data;
Utilize pivot analysis method of descent PCA to carry out initial dimensionality reduction to training sample, obtain initial dimensionality reduction training sample set { x ‾ i , y i } i = 1 l , x ‾ i ∈ R d , y i={1,2,…,c};
Definition training sample matrix is X=[x 1, x 2..., x l] ∈ R d × l, initial dimensionality reduction training sample matrix X 11x, wherein A 1∈ R d × Dit is the projection matrix that PCA method of descent obtains.
Preferably, the described class label information of utilizing training sample, constructs a matrix with classified information, is specially:
Utilize the class label information y of training sample i, construct the matrix with classified information a: H=[h 1, h 2..., h l] ∈ R c × l, wherein work as class label y iwhen=c, h ic component be 1, all the other are 0.
Preferably, reprojection's matrix of described definite optimum, carries out secondary dimensionality reduction by described initial dimensionality reduction training sample set, obtains secondary dimensionality reduction training sample set, is specially:
Determine optimum reprojection's matrix A, by initial dimensionality reduction training sample set carry out secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set wherein x' i∈ R c, wherein reprojection's matrix A deterministic process is as follows:
min A Σ i = 1 l ( | | x ′ i - Σ j = 1 k ( αs ij + ( 1 - α ) w ij ) x i ′ i | | 2 + β | | x ′ i - h i | | 2 )
Wherein represent x' ij Neighbor Points; β ∈ (0 ,+∞), α ∈ (0,1), α and β are all predefined values; W=(w ij) c × lfor reconstruct weights matrix of coefficients, it obtains by the optimization problem solving below:
min Σ i = 1 l ( | | x ‾ i - Σ j = 1 k w ij x ‾ i j | | )
And, meet Σ j = 1 k w ij = 1 ,
Wherein, represent j neighbour's sample,
S ijthe sparse reconstruct weight matrix S=[s of composition 1, s 2..., s l] ∈ R c × l, s i, i=1,2 ..., l obtains by the optimization problem solving below:
min s i | | s i | |
And, meet | | x &OverBar; i - &Sigma; j = 1 k s ij x &OverBar; i j | | < &epsiv; , 1 = I T s i ,
Wherein, represent j neighbour's sample, ε is greater than 0 default constant,
Solving reprojection's matrix A obtains:
A=β(X 1MX 1 T+βX 1X 1 T) -TX 1H T
Wherein M=(I-(α S+ (1-α) W)) t(I-(α S+ (1-α) W)), I is unit matrix;
Secondary dimensionality reduction training sample matrix is X 2=AX 1.
Preferably, a described described projection matrix and the described reprojection matrix of utilizing, carries out dimensionality reduction twice by test sample book, obtains secondary dimensionality reduction test sample book, is specially:
Utilize projection matrix A one time 1with reprojection matrix A, test sample book x is carried out to dimensionality reduction, obtain secondary dimensionality reduction test sample book: x'=AA 1x.
Preferably, the described nearest neighbor classifier that utilizes, classifies to described secondary dimensionality reduction test sample book, is specially:
Calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Determine the secondary dimensionality reduction training sample x' with the distance minimum of described secondary dimensionality reduction test sample book x' i, and by this secondary dimensionality reduction training sample x' icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
Preferably, the described secondary dimensionality reduction of described calculating test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance, be specially:
Calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween Euclidean distance.
A kind of face identification system, comprising:
Initial dimensionality reduction unit, for utilizing principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtains initial dimensionality reduction training sample set, and preserves a projection matrix in initial reduction process;
Analytical information matrix construction unit, for utilizing the class label information of training sample, constructs a matrix with classified information;
Secondary dimensionality reduction unit, for determining optimum reprojection's matrix, carries out secondary dimensionality reduction by described initial dimensionality reduction training sample set, obtains secondary dimensionality reduction training sample set;
Test sample book converter unit, for utilizing a described projection matrix and described reprojection matrix, carries out dimensionality reduction twice by test sample book, obtains secondary dimensionality reduction test sample book;
Taxon, for utilizing nearest neighbor classifier, classifies to described secondary dimensionality reduction test sample book.
Preferably, described secondary dimensionality reduction unit comprises:
Reprojection's matrix determining unit, for determining optimum reprojection's matrix;
Processing unit, for described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtains secondary dimensionality reduction training sample set.
Preferably, described taxon comprises:
Metrics calculation unit, for calculating described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Apart from comparing unit, for more described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' respectively ibetween distance, and by the minimum secondary dimensionality reduction training sample x' of distance ichoose out;
Class label determining unit, for by the secondary dimensionality reduction training sample x' that chooses out icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
Can find out from above-mentioned technical scheme, the disclosed face identification method of the application, by PCA method, training sample set is carried out to initial dimensionality reduction, and utilize the class label information structuring of training sample to there is the matrix of classified information, then determine optimum reprojection's matrix, initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, then test sample book is carried out to secondary dimensionality reduction equally, in the lower dimensional space after secondary dimensionality reduction, classify.By secondary dimension-reduction treatment, more improve accuracy and the efficiency of recognition of face.
Brief description of the drawings
In order to be illustrated more clearly in the embodiment of the present application or technical scheme of the prior art, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiment of the application, for those of ordinary skill in the art, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the disclosed a kind of face identification method process flow diagram of the embodiment of the present application;
Fig. 2 is the disclosed a kind of face identification system structural representation of the embodiment of the present application;
Fig. 3 is the disclosed secondary dimensionality reduction of the embodiment of the present application cellular construction figure;
Fig. 4 is the disclosed taxon structural drawing of the embodiment of the present application.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present application, the technical scheme in the embodiment of the present application is clearly and completely described, obviously, described embodiment is only some embodiments of the present application, instead of whole embodiment.Based on the embodiment in the application, those of ordinary skill in the art are not paying all other embodiment that obtain under creative work prerequisite, all belong to the scope of the application's protection.
Embodiment mono-
Referring to Fig. 1, Fig. 1 is the disclosed a kind of face identification method process flow diagram of the embodiment of the present application.
As shown in Figure 1, the method comprises:
Step 101: utilize principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtain initial dimensionality reduction training sample set, and preserve a projection matrix in initial reduction process;
Particularly, principle component analysis PCA is a kind of existing dimension reduction method, and a projection matrix of using in reduction process can be provided, and by a projection matrix, training sample is carried out to dimension-reduction treatment.
Step 102: utilize the class label information of training sample, construct a matrix with classified information;
Particularly, what each training sample was corresponding has a class label, and this class label is indicated the classification of this training sample.
Step 103: determine optimum reprojection's matrix, described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set;
Particularly, find optimum reprojection's matrix, the training sample set through initial dimensionality reduction is carried out to secondary dimensionality reduction, project to the space that dimension is lower.
Step 104: utilize a described projection matrix and described reprojection matrix, test sample book is carried out to dimensionality reduction twice, obtain secondary dimensionality reduction test sample book;
Particularly, in order better sample to be tested, test sample book is projected to the space at training sample place.
Step 105: utilize nearest neighbor classifier, described secondary dimensionality reduction test sample book is classified.
The disclosed face identification method of the embodiment of the present application, by PCA method, training sample set is carried out to initial dimensionality reduction, and utilize the class label information structuring of training sample to there is the matrix of classified information, then determine optimum reprojection's matrix, initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, then test sample book is carried out to secondary dimensionality reduction equally, in the lower dimensional space after secondary dimensionality reduction, classify.By secondary dimension-reduction treatment, more improve accuracy and the efficiency of recognition of face.
Embodiment bis-
In the present embodiment, will be described in detail above-mentioned each step.
(1), utilize principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtain initial dimensionality reduction training sample set, and preserve a projection matrix in initial reduction process.
Particularly, definition training sample set is x i∈ R d, y i=1,2 ..., c} is training sample x iclass label information, wherein D is the dimension of training sample, l is the number of training sample data, c is the classification number of training sample data;
Utilize pivot analysis method of descent PCA to carry out initial dimensionality reduction to training sample, obtain initial dimensionality reduction training sample set { x &OverBar; i , y i } i = 1 l , x &OverBar; i &Element; R d , y i={1,2,…,c};
Definition training sample matrix is X=[x 1, x 2..., x l] ∈ R d × l, initial dimensionality reduction training sample matrix X 11x, wherein A 1∈ R d × Dit is the projection matrix that PCA method of descent obtains.
(2), utilize the class label information of training sample, construct a matrix with classified information.
Be specially: the class label information y that utilizes training sample i, construct the matrix with classified information a: H=[h 1, h 2..., h l] ∈ R c × l, wherein work as classification y iwhen=c, h ic component be 1, all the other are 0.
(3), determine and optimum reprojection's matrix described initial dimensionality reduction training sample set carried out to secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set.
Be specially:
Determine optimum reprojection's matrix A, by initial dimensionality reduction training sample set carry out secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set wherein x' i∈ R c, wherein reprojection's matrix A deterministic process is as follows:
min A &Sigma; i = 1 l ( | | x &prime; i - &Sigma; j = 1 k ( &alpha;s ij + ( 1 - &alpha; ) w ij ) x i &prime; i | | 2 + &beta; | | x &prime; i - h i | | 2 )
Wherein represent x' ij Neighbor Points; β ∈ (0 ,+∞), α ∈ (0,1), α and β are all predefined values; W=(w ij) c × lfor reconstruct weights matrix of coefficients, it obtains by the optimization problem solving below:
min &Sigma; i = 1 l ( | | x &OverBar; i - &Sigma; j = 1 k w ij x &OverBar; i j | | )
And, meet &Sigma; j = 1 k w ij = 1 ,
Wherein, represent j neighbour's sample,
S ijthe sparse reconstruct weight matrix S=[s of composition 1, s 2..., s l] ∈ R c × l, s i, i=1,2 ..., l obtains by the optimization problem solving below:
min s i | | s i | |
And, meet | | x &OverBar; i - &Sigma; j = 1 k s ij x &OverBar; i j | | < &epsiv; , 1 = I T s i ,
Wherein, represent j neighbour's sample, ε is greater than 0 default constant,
Finally, solving reprojection's matrix A obtains:
A=β(X 1MX 1 T+βX 1X 1 T) -TX 1H T
Wherein M=(I-(α S+ (1-α) W)) t(I-(α S+ (1-α) W)), I is unit matrix;
Secondary dimensionality reduction training sample matrix is X 2=AX 1.
(4), utilize a described projection matrix and described reprojection matrix, test sample book is carried out to dimensionality reduction twice, obtain secondary dimensionality reduction test sample book, and utilize nearest neighbor classifier, described secondary dimensionality reduction test sample book is classified.
Be specially:
Utilize projection matrix A one time 1with reprojection matrix A, test sample book x is carried out to dimensionality reduction, obtain secondary dimensionality reduction test sample book: x'=AA 1x;
Calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Determine the secondary dimensionality reduction training sample x' with the distance minimum of described secondary dimensionality reduction test sample book x' i, and by this secondary dimensionality reduction training sample x' icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
Wherein, calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance can be Euclidean distance.Distance is less, is representing that two goodnesses of fit between sample are higher.
Embodiment tri-
Referring to Fig. 2, Fig. 2 is the disclosed a kind of face identification system structural representation of the embodiment of the present application.
Corresponding with the disclosed face identification method of above-described embodiment, the present embodiment discloses a kind of face identification system, as shown in Figure 2:
Initial dimensionality reduction unit 21, for utilizing principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtains initial dimensionality reduction training sample set, and preserves a projection matrix in initial reduction process;
Analytical information matrix construction unit 22, for utilizing the class label information of training sample, constructs a matrix with classified information;
Secondary dimensionality reduction unit 23, for determining optimum reprojection's matrix, carries out secondary dimensionality reduction by described initial dimensionality reduction training sample set, obtains secondary dimensionality reduction training sample set;
Test sample book converter unit 24, for utilizing a described projection matrix and described reprojection matrix, carries out dimensionality reduction twice by test sample book, obtains secondary dimensionality reduction test sample book;
Taxon 25, for utilizing nearest neighbor classifier, classifies to described secondary dimensionality reduction test sample book.
Wherein, the specific works principle of unit can, referring to the introduction of above-described embodiment, not repeat them here.The disclosed face identification system of the embodiment of the present application, by PCA method, training sample set is carried out to initial dimensionality reduction, and utilize the class label information structuring of training sample to there is the matrix of classified information, then determine optimum reprojection's matrix, initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, then test sample book is carried out to secondary dimensionality reduction equally, in the lower dimensional space after secondary dimensionality reduction, classify.By secondary dimension-reduction treatment, more improve accuracy and the efficiency of recognition of face.
It should be noted that, referring to Fig. 3, Fig. 3 is the disclosed secondary dimensionality reduction of the embodiment of the present application cellular construction figure.As shown in Figure 3, secondary dimensionality reduction unit 23 can be further divided into:
For determining reprojection's matrix determining unit 231 of optimum reprojection's matrix and for described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtaining the processing unit 232 of secondary dimensionality reduction training sample set.
It should be noted that, referring to Fig. 4, Fig. 4 is the disclosed taxon structural drawing of the embodiment of the present application.As shown in Figure 3, taxon 25 comprises:
Metrics calculation unit 251, for calculating described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Apart from comparing unit 252, for more described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' respectively ibetween distance, and by the minimum secondary dimensionality reduction training sample x' of distance ichoose out;
Class label determining unit 253, for by the secondary dimensionality reduction training sample x' that chooses out icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
Finally, also it should be noted that, in this article, relational terms such as the first and second grades is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply and between these entities or operation, have the relation of any this reality or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thereby the process, method, article or the equipment that make to comprise a series of key elements not only comprise those key elements, but also comprise other key elements of clearly not listing, or be also included as the intrinsic key element of this process, method, article or equipment.The in the situation that of more restrictions not, the key element being limited by statement " comprising ... ", and be not precluded within process, method, article or the equipment that comprises described key element and also have other identical element.
In this instructions, each embodiment adopts the mode of going forward one by one to describe, and what each embodiment stressed is and the difference of other embodiment, between each embodiment identical similar part mutually referring to.
To the above-mentioned explanation of the disclosed embodiments, make professional and technical personnel in the field can realize or use the application.To be apparent for those skilled in the art to the multiple amendment of these embodiment, General Principle as defined herein can, in the case of not departing from the application's spirit or scope, realize in other embodiments.Therefore, the application will can not be restricted to these embodiment shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (10)

1. a face identification method, is characterized in that, comprising:
Utilize principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtain initial dimensionality reduction training sample set, and preserve a projection matrix in initial reduction process;
Utilize the class label information of training sample, construct a matrix with classified information;
Determine optimum reprojection's matrix, described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set;
Utilize a described projection matrix and described reprojection matrix, test sample book is carried out to dimensionality reduction twice, obtain secondary dimensionality reduction test sample book;
Utilize nearest neighbor classifier, described secondary dimensionality reduction test sample book is classified.
2. face identification method according to claim 1, is characterized in that, the described principle component analysis PCA that utilizes carries out initial dimensionality reduction to training sample set, obtains initial dimensionality reduction training sample set, and preserves a projection matrix in initial reduction process, is specially:
Definition training sample set is x i∈ R d, y i=1,2 ..., c} is training sample x iclass label information, wherein D is the dimension of training sample, l is the number of training sample data, c is the classification number of training sample data;
Utilize pivot analysis method of descent PCA to carry out initial dimensionality reduction to training sample, obtain initial dimensionality reduction training sample set { x &OverBar; i , y i } i = 1 l , x &OverBar; i &Element; R d , y i={1,2,…,c};
Definition training sample matrix is X=[x 1, x 2..., x l] ∈ R d × l, initial dimensionality reduction training sample matrix X 11x, wherein A 1∈ R d × Dit is the projection matrix that PCA method of descent obtains.
3. face identification method according to claim 2, is characterized in that, the described class label information of utilizing training sample is constructed a matrix with classified information, is specially:
Utilize the class label information y of training sample i, construct the matrix with classified information a: H=[h 1, h 2..., h l] ∈ R c × l, wherein work as class label y iwhen=c, h ic component be 1, all the other are 0.
4. face identification method according to claim 3, is characterized in that, described initial dimensionality reduction training sample set is carried out secondary dimensionality reduction by reprojection's matrix of described definite optimum, obtains secondary dimensionality reduction training sample set, is specially:
Determine optimum reprojection's matrix A, by initial dimensionality reduction training sample set carry out secondary dimensionality reduction, obtain secondary dimensionality reduction training sample set wherein x' i∈ R c, wherein reprojection's matrix A deterministic process is as follows:
min A &Sigma; i = 1 l ( | | x &prime; i - &Sigma; j = 1 k ( &alpha;s ij + ( 1 - &alpha; ) w ij ) x i &prime; i | | 2 + &beta; | | x &prime; i - h i | | 2 )
Wherein represent x' ij Neighbor Points; β ∈ (0 ,+∞), α ∈ (0,1), α and β are all predefined values; W=(w ij) c × lfor reconstruct weights matrix of coefficients, it obtains by the optimization problem solving below:
min &Sigma; i = 1 l ( | | x &OverBar; i - &Sigma; j = 1 k w ij x &OverBar; i j | | )
And, meet &Sigma; j = 1 k w ij = 1 ,
Wherein, represent j neighbour's sample,
S ijthe sparse reconstruct weight matrix S=[s of composition 1, s 2..., s l] ∈ R c × l, s i, i=1,2 ..., l obtains by the optimization problem solving below:
min s i | | s i | |
And, meet | | x &OverBar; i - &Sigma; j = 1 k s ij x &OverBar; i j | | < &epsiv; , 1 = I T s i ,
Wherein, represent j neighbour's sample, ε is greater than 0 default constant,
Solving reprojection's matrix A obtains:
A=β(X 1MX 1 T+βX 1X 1 T) -TX 1H T
Wherein M=(I-(α S+ (1-α) W)) t(I-(α S+ (1-α) W)), I is unit matrix;
Secondary dimensionality reduction training sample matrix is X 2=AX 1.
5. face identification method according to claim 4, is characterized in that, a described described projection matrix and the described reprojection matrix of utilizing, carries out dimensionality reduction twice by test sample book, obtains secondary dimensionality reduction test sample book, is specially:
Utilize projection matrix A one time 1with reprojection matrix A, test sample book x is carried out to dimensionality reduction, obtain secondary dimensionality reduction test sample book: x'=AA 1x.
6. face identification method according to claim 5, is characterized in that, the described nearest neighbor classifier that utilizes is classified to described secondary dimensionality reduction test sample book, is specially:
Calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Determine the secondary dimensionality reduction training sample x' with the distance minimum of described secondary dimensionality reduction test sample book x' i, and by this secondary dimensionality reduction training sample x' icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
7. face identification method according to claim 6, is characterized in that, the described secondary dimensionality reduction of described calculating test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance, be specially:
Calculate described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween Euclidean distance.
8. a face identification system, is characterized in that, comprising:
Initial dimensionality reduction unit, for utilizing principle component analysis PCA to carry out initial dimensionality reduction to training sample set, obtains initial dimensionality reduction training sample set, and preserves a projection matrix in initial reduction process;
Analytical information matrix construction unit, for utilizing the class label information of training sample, constructs a matrix with classified information;
Secondary dimensionality reduction unit, for determining optimum reprojection's matrix, carries out secondary dimensionality reduction by described initial dimensionality reduction training sample set, obtains secondary dimensionality reduction training sample set;
Test sample book converter unit, for utilizing a described projection matrix and described reprojection matrix, carries out dimensionality reduction twice by test sample book, obtains secondary dimensionality reduction test sample book;
Taxon, for utilizing nearest neighbor classifier, classifies to described secondary dimensionality reduction test sample book.
9. face identification system according to claim 8, is characterized in that, described secondary dimensionality reduction unit comprises:
Reprojection's matrix determining unit, for determining optimum reprojection's matrix;
Processing unit, for described initial dimensionality reduction training sample set is carried out to secondary dimensionality reduction, obtains secondary dimensionality reduction training sample set.
10. face identification system according to claim 9, is characterized in that, described taxon comprises:
Metrics calculation unit, for calculating described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' ibetween distance;
Apart from comparing unit, for more described secondary dimensionality reduction test sample book x' and multiple secondary dimensionality reduction training sample x' respectively ibetween distance, and by the minimum secondary dimensionality reduction training sample x' of distance ichoose out;
Class label determining unit, for by the secondary dimensionality reduction training sample x' that chooses out icorresponding class label y ibe given to described secondary dimensionality reduction test sample book x'.
CN201410197890.XA 2014-05-12 2014-05-12 Human face identification method and system Expired - Fee Related CN103955676B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410197890.XA CN103955676B (en) 2014-05-12 2014-05-12 Human face identification method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410197890.XA CN103955676B (en) 2014-05-12 2014-05-12 Human face identification method and system

Publications (2)

Publication Number Publication Date
CN103955676A true CN103955676A (en) 2014-07-30
CN103955676B CN103955676B (en) 2017-04-19

Family

ID=51332951

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410197890.XA Expired - Fee Related CN103955676B (en) 2014-05-12 2014-05-12 Human face identification method and system

Country Status (1)

Country Link
CN (1) CN103955676B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104992166A (en) * 2015-07-28 2015-10-21 苏州大学 Robust measurement based handwriting recognition method and system
CN106599855A (en) * 2016-12-19 2017-04-26 四川长虹电器股份有限公司 Softmax-based face recognizing method
CN107203786A (en) * 2017-06-06 2017-09-26 苏州大学 Image-recognizing method and device based on sparse border Fisher algorithms
CN108492337A (en) * 2018-02-07 2018-09-04 中国农业大学 A kind of gray level image simplification method, unit and storage medium based on PCA

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070156471A1 (en) * 2005-11-29 2007-07-05 Baback Moghaddam Spectral method for sparse principal component analysis
CN103577839A (en) * 2013-11-28 2014-02-12 苏州大学 Face recognition method and system by using NPDE (neighborhood preserving discriminant embedding)
CN103679162A (en) * 2014-01-03 2014-03-26 苏州大学 Human-face identifying method and system
CN103679161A (en) * 2014-01-03 2014-03-26 苏州大学 Human-face identifying method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070156471A1 (en) * 2005-11-29 2007-07-05 Baback Moghaddam Spectral method for sparse principal component analysis
CN103577839A (en) * 2013-11-28 2014-02-12 苏州大学 Face recognition method and system by using NPDE (neighborhood preserving discriminant embedding)
CN103679162A (en) * 2014-01-03 2014-03-26 苏州大学 Human-face identifying method and system
CN103679161A (en) * 2014-01-03 2014-03-26 苏州大学 Human-face identifying method and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104992166A (en) * 2015-07-28 2015-10-21 苏州大学 Robust measurement based handwriting recognition method and system
CN104992166B (en) * 2015-07-28 2018-09-11 苏州大学 A kind of Manuscripted Characters Identification Method and system based on robust measurement
CN106599855A (en) * 2016-12-19 2017-04-26 四川长虹电器股份有限公司 Softmax-based face recognizing method
CN107203786A (en) * 2017-06-06 2017-09-26 苏州大学 Image-recognizing method and device based on sparse border Fisher algorithms
CN108492337A (en) * 2018-02-07 2018-09-04 中国农业大学 A kind of gray level image simplification method, unit and storage medium based on PCA
CN108492337B (en) * 2018-02-07 2020-07-03 中国农业大学 PCA-based gray scale image simplification method, device, apparatus and storage medium

Also Published As

Publication number Publication date
CN103955676B (en) 2017-04-19

Similar Documents

Publication Publication Date Title
Czimmermann et al. Visual-based defect detection and classification approaches for industrial applications—a survey
Paredes et al. Machine learning or discrete choice models for car ownership demand estimation and prediction?
US8856050B2 (en) System and method for domain adaption with partial observation
Harfoushi et al. Sentiment analysis algorithms through azure machine learning: Analysis and comparison
Karthika et al. A Naïve Bayesian classifier for educational qualification
CN102156871B (en) Image classification method based on category correlated codebook and classifier voting strategy
CN103365997B (en) A kind of opining mining method based on integrated study
CN103489033A (en) Incremental type learning method integrating self-organizing mapping and probability neural network
CN103577839B (en) A kind of neighborhood keeps differentiating embedding face identification method and system
CN104616000A (en) Human face recognition method and apparatus
CN103955676A (en) Human face identification method and system
CN104966075A (en) Face recognition method and system based on two-dimensional discriminant features
Devi et al. A relative evaluation of the performance of ensemble learning in credit scoring
CN104615789A (en) Data classifying method and device
CN106354787A (en) Entity coreference resolution method based on similarity
CN102651072A (en) Classification method for three-dimensional human motion data
CN103679161A (en) Human-face identifying method and device
CN116108917A (en) Non-marked sample enhanced semi-supervised graph neural network method
Flores-Garrido et al. Mining maximal frequent patterns in a single graph using inexact matching
CN104573726B (en) Facial image recognition method based on the quartering and each ingredient reconstructed error optimum combination
Sevilla-Villanueva et al. Using CVI for understanding class topology in unsupervised scenarios
CN105160358A (en) Image classification method and system
Jain et al. Multi-label classification for images with labels for image annotation
Dixit et al. An implementation of data pre-processing for small dataset
Saleh et al. Explainable attention-based fused convolutional neural network (XAFCNN) for tire defect detection: an industrial case study

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190521

Address after: 211211 Dongping Town Industrial Concentration Zone, Lishui District, Nanjing City, Jiangsu Province

Patentee after: Jiangsu Whale Renewal Energy Technology Co., Ltd.

Address before: 215123 199 Ren Yan Road, Suzhou Industrial Park, Jiangsu

Patentee before: Soochow University

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170419

Termination date: 20200512

CF01 Termination of patent right due to non-payment of annual fee