Image analysis – Applications – Personnel identification
Reexamination Certificate
1999-07-13
2002-10-15
Boudreau, Leo (Department: 2621)
Image analysis
Applications
Personnel identification
C382S117000, C382S118000
Reexamination Certificate
active
06466685
ABSTRACT:
FIELD OF THE INVENTION
The present invention relates to a pattern recognition apparatus and a method to correctly recognize an image pattern by eliminating unnecessary pattern information from the image pattern.
BACKGROUND OF THE INVENTION
First, as an example of the prior art, pattern recognition for a face image is explained. Recognition of a person using a face image is executed without phisical contact for the user in comparison with discrimination by fingerprint. As a result, the user's psychological burden is small and it is applied to various areas ranging from human interface to security systems. In the prior art, face image discrimination methods are classified into two methods.
As a first method, the position, shape, and size of specific feature points such as the pupil, nostril, and mouth are calculated to generate a feature vector. This feature vector is matched with the dictionary vector of the object person previously registered to calculate a similarity. The object person of the dictionary vector whose similarity is highest is determined to be the person in question. This method is called the “Structure analysis method”.
As a second method, the face image is normalized by a geometrical transformation method such as two dimensional affine transformation based on feature points such as the pupil, and/or nostril. This normalized image is compared with each dictionary normalized image previously registered to calculate the similarity. In the same way as the first method, the object person of the dictionary normalized image whose similarity is highest is determined to be the person in question. This method is called the “pattern method”. In comparison with the first method, the discrimination ratio of the second method is higher.
The “Subspace method” is representative of the pattern method, which is widely used in character recognition. In this case, the angle between the input vector and each dictionary subspace is calculated as the similarity degree, and a category of the dictionary subspace whose angle is minimum is determined as the category of the input vector. In comparison with the simple relative method, the subspace method includes diffuseness in the dictionary side and a supplemental ability for transformation of the input pattern.
Furthermore, a “mutual subspace method”, including higher supplemental ability is well known, which is disclosed in Japanese patent application PH10-66663. The mutual subspace method is explained in detail because of a prerequisite of the present invention. In the mutual subspace method, both the input side and the dictionary side are represented as the subspace, and “cos
2
&thgr;” of angle “&thgr;” between the input subspace and the dictionary subspace is regarded as the similarity degree. In this case, “cos
2
&thgr;” is represented as the following equation.
cos
2
⁢
θ
=
SUP
u
∈
P
,
⁢
v
∈
Q
&LeftDoubleBracketingBar;
u
&RightDoubleBracketingBar;
≠
0
,
⁢
&LeftDoubleBracketingBar;
v
&RightDoubleBracketingBar;
≠
0
⁢
⁢
&LeftBracketingBar;
(
u
,
v
)
&RightBracketingBar;
2
&LeftDoubleBracketingBar;
u
&RightDoubleBracketingBar;
2
⁢
&LeftDoubleBracketingBar;
v
&RightDoubleBracketingBar;
2
(
1
)
The projection matrix to the input subspace P is represented as p, and the projection matrix to the dictionary subspace Q is represented as Q. In this case, cos
2
&thgr; of angle &thgr; between subspaces P and Q is the eigenvalue of QPQ or PQP.
This eigenvalue problem is replaced by an eigenvalue problem of a small dimension number. Assume that the eigenvector of QPQ is v&egr;Q. &phgr;, &phgr; is respectively the base vector of subspace P, Q.
P
=
∑
m
=
1
M
⁢
⟨
φ
m
,
φ
m
⟩
(
2
)
Q
=
∑
n
=
1
N
⁢
⟨
φ
n
,
φ
n
⟩
(
3
)
The eigenvalue problem of QPQ is represented as the following equation.
QPQ=&lgr;v
(4)
v
=
∑
k
=
1
N
⁢
C
k
⁢
φ
k
⁡
(
v
∈
Q
)
(
5
)
The equation (5) is substituted to the right side of the equation (4).
λ
⁢
⁢
v
=
∑
k
=
1
N
⁢
φ
⁢
⁢
λ
⁢
⁢
C
k
⁢
φ
k
(
6
)
On the other hand, the equations (2) (3) are substituted to left side of the equation (4).
QPQ
=
∑
K
=
1
N
⁢
∑
i
=
1
N
⁢
∑
m
=
1
M
⁢
∑
n
=
1
N
⁢
⟨
φ
i
,
φ
i
⟩
⁢
⁢
⟨
φ
m
,
φ
m
⟩
⁢
⁢
⟨
φ
n
,
φ
n
⟩
⁢
⁢
C
k
⁢
φ
k
(
7
)
The equation (7) is arranged by changing the order of calculation.
QPQ
=
∑
K
=
1
N
⁢
∑
m
=
1
M
⁢
∑
n
=
1
N
⁢
(
φ
k
,
φ
m
)
⁢
(
φ
m
,
φ
n
)
⁢
C
n
⁢
φ
k
(
8
)
In the equations (6) (8), the same parameter &phgr; k is aimed as follows.
λ
⁢
⁢
Ck
=
∑
m
=
1
M
⁢
∑
n
=
1
N
⁢
(
φ
k
,
φ
m
)
⁢
(
φ
m
,
φ
n
)
⁢
C
n
(
9
)
In this case, assume the following replacement.
C
t
=(
C
1
, C
2
, . . . , C
N
) (10)
X
=(
X
ij
) (11)
X
ij
=
∑
m
=
1
M
⁢
(
φ
i
,
φ
m
)
⁢
(
φ
m
,
φ
n
)
(
12
)
The equation (9) is regarded as the eigenvalue problem of matrix X as follows.
&lgr;
c=Xc
(13)
The maximum eigenvalue of X is represented as “cos
2
&thgr;
1
” of minimum angle &thgr;
1
. The second eigenvalue is cos
2
&thgr;
2
of the angle along perpendicular direction of the maximum angle. In the same way, hereinafter, cos
2
&thgr;
i
(i=1, . . . , N) is calculated in order. The angle &thgr;
i
(i=1, . . . , N) is well known as a canonical angle between two subspaces. In the mutual subspace method, the input side is represented as a subspace in the same way as the dictionary side. Therefore, supplemental ability of pattern transformation is very high. The input subspace is calculated by KL expansion for a plurality of input images. Alternatively, by using a simultaneous iterative method, the input subspace is generated from dynamic images in order.
In the face recognition method using images, discrimination ability is often affected by the following changes.
1. Influence of the change of illumination
2. Influence of time (change of hair, beard, wrinkles)
In short, it is important for the face recognition method to solve the above two problems.
(Problem 1)
As for the change of illumination of problem 1, face recognition as a three dimensional object is often affected by the change of illumination in comparison with the character recognition as a two dimensional object. In case outdoor light is irradiated to one side of the face and a shadow or a highlight occurs on the face, it is difficult for the computer to correctly recognize the face image as the person in question.
As mentioned-above, the mutual subspace method includes a high supplemental ability of pattern transformation, but a robust ability to influence the change of illumination is not improved. This is because a constraint is not assigned to the relation between two vectors u, v forming angle &thgr; calculated by the mutual subspace method. In short, the constraint is not assigned to a difference vector between two vectors u, v. Therefore, if the mutual subspace method is applied for the image including a change of illumination, the difference vector between the two vectors forming a minimum angle &thgr; includes the change element of the illumination. As for two different persons, the minimum angle between the two different persons is smaller than the true angle. Conversely, as for the same person, the minimum angle between the same person is larger than the true angle. As a result, the same person is often determined to be a different two persons.
(Problem 2)
As for the aging induced change of the problem 2, the discrimination ability decreases in the same way as the problem 1. In this case, because the difference vector includes pattern changes such as
Fukui Kazuhiro
Maeda Ken-ichi
Suzuki Kaoru
Yamaguchi Osamu
Boudreau Leo
Finnegan Henderson Farabow Garrett & Dunner L.L.P.
Kabushiki Kaisha Toshiba
Kassa Yosef
LandOfFree
Pattern recognition apparatus and method does not yet have a rating. At this time, there are no reviews or comments for this patent.
If you have personal experience with Pattern recognition apparatus and method, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Pattern recognition apparatus and method will most certainly appreciate the feedback.
Profile ID: LFUS-PAI-O-2985431