FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

000 001 002 003 004 005 006

054 055 056

Markovian Mixture Face Recognition with Discriminative Face Alignment Anonymous FG2008 submission

007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053

Abstract

tion is performed first, then the detection results are passed to face alignment, and finally results of face alignment are passed to face recognition. This is a bottom-up approach, as shown in Figure 1(a). However, as we know, bottom-up is one extreme of the vision approaches. The other extreme one is the top-down approach [2].

A typical automatic face recognition system is composed of three parts: face detection, face alignment and face recognition. Conventionally, these three parts are processed in a bottom-up manner: face detection is performed first, then the results are passed to face alignment, and finally to face recognition. The bottom-up approach is one extreme of vision approaches. The other extreme approach is top-down. In this paper, we proposed a stochastic mixture approach for combining bottom-up and top-down face recognition: face recognition is performed from the results of face alignment in a bottom-up way, and face alignment is performed based on the results of face recognition in a top-down way. By modeling the mixture face recognition as a stochastic process, the recognized person is decided probabilistically according to the probability distribution coming from the stochastic face recognition, and the recognition problem becomes that “who the most probable person is when the stochastic process of face recognition goes on for a long time or ideally for an infinite duration”. This problem is solved with the theory of Markov chains by modeling the stochastic process of face recognition as a Markov chain. As conventional face alignment is not suitable for this mixture approach, discriminative face alignment is proposed. And we also prove that the stochastic mixture face recognition results only depend on discriminative face alignment, not on conventional face alignment. The effectiveness of our approach is shown by extensive experiments.

In the bottom-up approach, each level yields data for the next level. It is a data-driven approach. It uses only class-independent information, and does not rely on classspecific knowledge. For such AFR systems, face detection and face alignment do not use the knowledge about the classes of the persons to be recognized. As it is simple and general, the bottom-up approach is at first glance appealing on neurological and computational grounds. It has influenced much classical philosophical thought and psychological theory. In order that the bottom-up approach is practical, there are two conditions that it must satisfy [2]: (a) Domain-independent processing is cheap; and (b) For each level, the input data are accurate and it yields reliable results for the next level. As face detection and face alignment are rather cheap now and they also provide reasonably reliable results, the bottom-up approach is dominant in the face recognition field. However, there are three inherent problems: (1) Class-independent face detection and face alignment may fail for some classes of persons to be recognized, although they are generally good. (2) If face detection fails to detect the face or if face alignment can not correctly locate the feature points, the face recognition will usually fail. (3) The recognition process is one-off and deterministic. Once the recognition fails, the false recognition can not be corrected later. These problems as well as the fact that the vision process does not purely run bottom-up suggests another vision approach: the top-down approach. In the top-down approach, the higher level guides the lower level. It makes use of the class-specific knowledge. With class-specific knowledge, the top-down approach could do better for the objects where the knowledge comes from [2, 4]. However, the difficulties with the top-down approach are: (1) There may be large variations within the classes. If the variations can not be properly modelled, they will introduce unexpected errors. (2) In order to model the large variations, various models

1. Introduction A typical automatic face recognition (AFR) system is composed of three parts: face detection, face alignment and face recognition. Given images containing faces, face detection tells where the faces are, face alignment locates the key feature points of faces, and finally face recognition determines who the face is. Many algorithms have been proposed for human face recognition [5, 22]. However, they only focused on each part of the AFR system. Conventionally, these three parts are processed as follows: face detec1

057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161

could be used. The problem is how to choose these models for a particular test example. (3) More efforts are needed to build model for the class-specific knowledge. With the top-down approach for the AFR system, face alignment and face detection can be built based on the classes of persons to be recognized and face recognition guides face alignment and face detection. The top-down face recognition is shown in Figure 1(b). In order to draw on the relative merits of bottom-up and top-down approaches, a judicious mixture of them will be better [2, 3]. The mixture approach of bottom-up and topdown for face recognition is shown in Figure 1(c). We call it mixture face recognition. In this paper, we propose to incorporate class-specific knowledge to face alignment and combine it with the traditional bottom-up approach. More specifically, this paper will concentrate on combining face recognition and face alignment. Discriminative face alignment (DFA) is proposed to incorporate class-specific knowledge, where a face alignment model is trained for each person. DFA can give good results for itself and bad results for others. So, it can provide discriminative features for face recognition. With the discriminative face alignment, an stochastic mixture face recognition approach is proposed to combine the bottom-up and top-down face recognition, which is properly modeled by a Markov chain. The rest of the paper is arranged as follows. In Section 2, we present the discriminative face alignment with active shape models. The stochastic mixture face recognition approach with Markov chain is described in Section 3. Experiments are performed in section Section 4 before conclusions are drawn in Section 5.

Face Recognition

Face Recognition

all the faces. So it attains the ability of generalization at the cost of specialization. This is to serve for the bottomup approach. Moreover, GPFA doesn’t consider its higherlevel tasks. However, the requirements of different tasks may be different, for example, face recognition needs discriminative features whereas face animation requires accurate positions of key points. So it would be better to consider the higher-level task for effective face alignment. As face recognition needs discriminative features, it would be better that face alignment could also give discriminative features. However, the goals of GPFA used in bottom-up approaches is accurate localization. Therefore, the performance of GPFA is not directly related to the performance of the face recognition system. On the contrary, DFA can provide accurate localization to extract good features to recognize the person on which its model is built. On the other hand, if a being-recognized person is not the person with the discriminative alignment model, the discriminative alignment model will give bad localization so as to extract bad features to prevent the being-recognized person from being recognized as the person with the discriminative alignment model. So, DFA can provide discriminative features for face recognition, which makes it better than GPFA.

2.1. Active Shape Models Active Shape Models (ASM)[8] and Active Appearance Models (AAM)[6, 7] are most popular face alignment methods. ASM uses the local appearance model, which represents the local statistics around each landmark to efficiently find the target landmarks. The solution space is constrained by the properly trained global shape model. AAM combines constraints on both the shape and texture. The result shape is extracted by minimizing the texture reconstruction error. According to the different optimization criteria, ASM performs more accurately in shape localization while AAM gives a better match to image texture. In this paper, ASM is used for DFA. However, similar idea can be also applied for AAM. ASM is composed of two parts: the shape subspace model and the search procedure. The shape subspace model is a statistical model for the tangent shape space and the search procedure is to use the local appearance models to locate the target shapes in the image. Some efforts concentrate on the search procedure [20, 15, 14, 17, 19, 9], while others focus on the subspace model [13, 10, 21]. However, all of these methods only concentrate on GPFA, called GPASM in this paper. To train the ASM shape model, the shapes should first be annotated in the image domain. Then, these shapes are aligned into those in the tangent shape space with the Procrustes Analysis. The ASM shape model is represented by applying principle component analysis (PCA), it can be

Face Recognition

Face Alignment

Face Alignment

Face Alignment

Face Detection

Face Detection

Face Detection

(a) Bottom-Up

(b) Top-Down

(c) Mixture

Figure 1. Face Recognition Strategies

2. Discriminative Face Alignment As the top-down approach needs to incorporate classspecific knowledge to face alignment, discriminative face alignment (DFA) is proposed in this paper. It builds a face alignment model for each person to be recognized. This is different from conventional face alignment, which concentrates on general purpose face alignment (GPFA). GPFA builds the model from faces of many persons other than the persons to be recognized in order to cover the variance of 2

162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269

written as:

S = S¯ + Φt s

(1)

where S¯ is the mean tangent shape vector, Φt = {φ1 |φ2 | · · · |φt }, which is a submatrix of Φ (the eigenvector matrix of the covariance matrix), contains the principle eigenvectors corresponding to the largest eigenvalues, and s is a vector of shape parameters. for a given shape , its shape parameter is given by ¯ s = ΦTt (S − S)

prove that the recognition is only dependent on DFA, not GPFA.

270 271 272

3.1. Stochastic Mixture Face Recognition

273 274

However, the major problem with DFA is how to decide which model to use, which is one of the difficulties of the top-down approach as discussed in Section 1. To deal with this problem, an stochastic mixture approach is proposed to combine DFA and face recognition. The idea is shown in Figure 2. The whole recognition process works in an iterative way: face recognition is performed from the results of DFA in a bottom-up way; then, appropriate DFA models are chosen based on the results of face recognition to further improve face alignment in a top-down way; and face recognition is further improved with the improved face alignment, and the process continues in the same way. Furthermore, the mixture face recognition is performed probabilistically. It can be viewed as a stochastic process, as illustrated in Figure 3:

(2)

2.2. Discriminative Active Shape Model To build a discriminative active shape model, called DASM, for each person, the straightforward way is to collect some samples for each person and train the ASM model with these samples. For an AFR system, if images of each person are labelled during enrollment or registration, the DASM model could be built directly from these samples. One problem is that there should be enough variation of each person, otherwise the discriminative alignment model can not generalize well to other faces of the same person. Labelling some images is possible for each person, for example, during enrollment, images can be manually or semiautomatically labelled with the help of constrained search [7] or GP-ASM. And face variation could also be acquired for each person, for example, in the BANCA database [1], each person are recorded 5 images with face variation by speaking some words. Gross et al. [12] proposed a person specific face alignment, which is technically similar to D-ASM. However, person specific model is assumed to be built for applications where the identity of the face is known, such as interactive user interface, and it is used to improve the face alignment accuracy. It does not provide discriminative features for face recognition.

• For the first-round or initial recognition, GPFA is applied for face alignment. With the initial recognition result, the first-round recognized person i0 is randomly decided according to an initial recognition probability distribution which comes from the initial recognition. This is different from the traditional deterministic recognition, in which the recognized person is chosen with the highest recognition confidence. The problem with the deterministic recognition is that once the initial recognition is wrong, there is no way to correct it. However, with the probabilistic recognition, the false initial recognition can be corrected later. • For the second-round recognition, face alignment is performed with the discriminative face alignment model of person i0 . With the alignment result, the second-round face recognition is applied. Similar to the first-round recognition, the second-round recognized person i1 is chosen according to the recognition probability distribution which comes from the secondround face recognition. And the recognition process goes on and on in the same way.

2.3. Discriminative Features from D-ASM As D-ASM is able to give good alignment for itself and bad alignment for others, it can provide discriminative features for face recognition, i.e. positions of key feature points. There are small errors of key feature points for good alignment and larger errors for bad alignment. After alignment is performed, key feature points are used to extract the image patch for recognition. As D-ASM can provide accurate alignment of itself and bad alignment for others, the key feature points are discriminative for different persons.

Now, the recognition problem becomes that who the most probable person is when the stochastic recognition process goes on for a long time or ideally for an infinite duration. This problem can be solved with the theory of Markov chains.

3. Face Recognition with Markov Chain

3.2. Markov Chains

In this section, the stochastic mixture face recognition is first be introduced. Then, the theory of Markov chains is presented. Finally, the mixture face recognition is modeled with a Markov chain and the recognition problem is solved with the basic limit theorem of Markov chains, which also

“A discrete time Markov chain is a Markov process whose state space is a finite or countable set, and whose (time) index set is T = (0, 1, 2, . . .).”“A Markov process {Xt } is a stochastic process with the property that, given 3

275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

324

Face Recognition

325 326 327 328 329 330 331 332 333 334 335 336 337 338 339

Top 1

DFA DFA 1

Top 2

DFA 2

Top n

DFA n

Pij ≥ 0 (i, j ∈ S) P j∈S Pij = 1 (i ∈ S)

0 1

344 345 346 347

365 366 367 368 369 370 371 372 373 374 375 376 377

381 382

(5) (6)

• Transition probability matrix P = {Pij }. Pij is the probability of transition from state i to state j. It satisfies the following conditions

Figure 2. Mixture Face Recognition

343

359 360 361 362 363 364

• Initial distribution π0 . This is the probability distribution of the Markov chain at time 0. For each state i ∈ S, we denote by π0 (i) the probability P r{X0 = i} that the Markov chain starts out in state i. π0 (i) satisfies the following conditions

Face Detection

342

354 355 356 357 358

378 379 380

π0 (i) ≥ 0 (i ∈ S) P i∈S π0 (i) = 1

GPFA

340 341

348 349 350 351 352 353

set of states, the state space can be denoted as S = {1, 2, . . . , N }.

In the rest of this paper, “Markov chain” represents “discrete time Markov chain with stationary transition probabilities”.

2

3.3. Markov Chain for Mixture Face Recognition The stochastic mixture face recognition process can be modeled with a Markov chain. As introduced in Section 3.2, three kinds of parameters are needed to be specified:

Figure 3. Stochastic Face Recognition with Markov Chain

• State space S. The states are the persons to be recognized. Suppose that there are N persons to be recognized. So, the state space can be denoted as S = {1, 2, . . . , N }.

the value of Xt , the values of Xs for s > t are not influenced by the values of Xu for u < t. [16]” In formal terms, the Markov property for a discrete time Markov chain is that: P r{Xn+1 = in+1 |Xn = in , Xn−1 = in−1 , . . . , X0 = i0 } (3) = P r{Xn+1 = in+1 |Xn = in } where P r{·} denotes the probability function. Given that the chain is in state i at time n, i.e. Xn = i, the probability of the chain jumping to state j at time n + 1, i.e. Xn+1 = j, is called one-step transition probability and denoted by Pijn,n+1 . That is, Pijn,n+1

= P r{Xn+1 = ij |Xn = i}

(7) (8)

• Initial distribution π0 . This is the first-round or initial recognition probability distribution coming from the initial face recognition. GPFA is used for face alignment. Assume that the face recognition algorithm produces recognition distance dir for person i. Then, a weight wi is associated with each person, which is defined as: wi = exp(−

(4)

If Pijn,n+1 is independent of the variable n, we say that the Markov chain has stationary transition probabilities, i.e. Pijn,n+1 = Pij . In this case, the matrix P = {Pij } is called the transition probability matrix. To specify a discrete time Markov chain with stationary transition probabilities, three kinds of parameters are needed:

dir ) σ2

(9)

Then, the initial probability for person i is wi

π0 (i) = PN

i=0

wi

(10)

• Transition probability matrix P = {Pij }. Pij is the probability with which person j will be recognized in the next round when person i is recognized in current round. DFA is used with the model of person i. The combined recognition distance from Equation (??) is

• State space S. S is a finite or countable set of states that the random variables Xi may take on. For a finite 4

383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485

used. A weight wij is defined between person i and j as follows: dij wij = exp(− r2 ) (11) σ Then, the transition probability from person i to person j is defined as: wij Pij = PN i=0 wij

(12)

With this modeling, the face recognition problem, i.e. who the most probable person is when the stochastic recognition process goes on for a long time or ideally for an infinite duration, can be solved by the limiting distribution of Markov chains. The limiting distribution π means that after the process has been in operation for a long duration the probability of finding the process in state i is π(i). So, the most probable person is the person with the highest π(i). Because all the elements are strictly positive, the transition probability matrix for mixture face recognition is regular [16]. According to the basic limit theorem of Markov chains, a Markov chain with a regular transition probability matrix has a limiting distribution π which is the unique nonnegative solution of the following equations: X

π = πP

(13)

π(i) = 1

(14)

i∈S

Equations (13) and (14) shows that the limiting distribution is only dependent on the transition matrix P, not on the initial distribution π0 . In other words, it proves that the recognition only depends on the DFA (which is used to generating P), not on GPFA (which is used to generating π0 ).

4.1. Discriminative Features from Discriminative Face Alignment

486 487 488

This subsection will validate the statements in Section 2.3 that discriminative face alignment can provide discriminative features. The experiments are performed on the BANCA database. We manually labelled 5 images of each of the 52 persons in session 1 and these images are used to train D-ASM. And GP-ASM is trained on the labelled images in session 1 from the other group, i.e. from G1 and G2 alternatively. The testing images are from session 2, each person with 2 images whose faces are manually labelled. So there are totally 104 testing images. The results are evaluated by the average reconstruction error (RecErr) and the average point-to-point errors of all the feature points (AllErr), the key feature points (KeyErr) (including eye centers, nose tip and mouth center) and eye centers (EyeErr) . To get the reconstruction error, the texture PCA model is built from another 200 labelled faces. Four kinds of experiments are conducted: (1) GP-ASM-A: GP-ASM is used to align all the testing images; (2) D-ASM-O: D-ASM is used to align all the testing images of other persons. (3) D-ASMS: D-ASM is used to align only the testing images of itself. Results are shown in Table 1. Some examples are shown in Figure 4. Figure 4(a)-(c) is for GP-ASM-A; Figure 4(d)-(f) is for D-ASM-O; Figure 4(g)-(i) is for D-ASM-S. These results show that D-ASM-S gives more accurate results than GP-ASM, and it can give significantly better results than DASM-O. This clearly shows that D-ASM can provide discriminative features.

489 490

GP-ASM-A D-ASM-O D-ASM-S

AllErr 4.88 9.75 3.05

KeyErr 3.33 6.93 2.20

EyeErr 3.23 6.67 2.10

RecErr 15.18 36.77 13.42

Table 1. Results of GP-ASM and D-ASM

4. Experiments

4.2. Mixture Face Recognition on BANCA

In this section, we perform experiments on the BANCA face database [1]. First, experiments is experiments is conducted to evaluate the discriminative features from D-ASM. Then, the recognition is evaluated. The CSU Face Identification Evaluation System [11] is utilized to test the performance of the stochastic mixture face recognition. Face detection is performed with an AdaBoost face detector [18]. For images with no detected face or more than two detected faces, we manually give the the face detection or manually choose the correctly detected face. After face alignment, the images are registered using eye coordinates and cropped with an elliptical mask to exclude nonface area from the image. After this, the grey histogram over the non-masked area is equalized.

The BANCA database contains 52 subjects (26 males and 26 females). Each subject participated in 12 recording sessions in different conditions and with different cameras. Session 1-4 contain data under controlled conditions while sessions 5-8 and 9-12 contain degraded and adverse scenarios respectively. To minimize the impact of illumination and image quality, we choose to use session 1-4. For BANCA, we manually labeled 87 landmarks for session 1, i.e. totally 260 (= 52 ∗ 5) faces. Session 2 - 4 client attack faces are used for testing, totally 780 (= 52 ∗ 15) faces. So, there are 260 faces as gallery, and 780 faces as probe. We manually labelled the training set of MC configuration for each person with five images in session 1. DASM is trained on five images for each person; and GP5

491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

540 541

5. Conclusions

542

Conventional face recognition is only a bottom-up approach. This paper proposed to use the top-down approach and combine it with the bottom-up approach. In particular, a stochastic mixture approach is proposed for combining face alignment and face recognition. The recognition process works as a stochastic process, and it is properly modeled by a Markov chain, and the recognition problem is solved with the basic limit theorem of Markov chains. Discriminative face alignment is also proposed to incorporate classspecific knowledge, and it can provide discriminative features for better face recognition. Proof is done to show that the face recognition results are dependent only on discriminative face alignment, not on conventional face alignment. Experiments demonstrated that the mixture face recognition algorithms can consistently and significantly improve the face recognition performance. Future work includes improving other face recognition algorithms with the stochastic mixture face recognition and incorporating face detection in the whole mixture face recognition framework.

543 544 545 546 547 548

(a)

549 550 551 552 553

(b)

(d)

(c)

(e)

(f)

554 555

559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576

(g)

589 590 591 592 593

(i)

References

ASM is trained on the labelled images in session 1 from the other group, i.e. from G1 and G2 alternatively. Results are shown in Table ??, where PCA-M and LDA-M stands for the stochastic mixture recognition with PCA and LDA. From the results, we can find that the stochastic mixture face recognition can consistently and significantly improve the performance.

[1] E. Bailly-Bailli´ere, S. Bengio, F. Bimbot, M. Hamouz, J. Kittler, J. Mari´ethoz, J. Matas, K. Messer, V. Popovici, F. Por´ee, B. Ruiz, and J.-P. Thiran. The BANCA database and evaluation protocol. In 4th International Conference on Audioand Video-Based Biometric Person Authentication, Surrey, Berlin, 2003. Springer-Verlag. 3, 5 [2] D. H. Ballard and C. M. Brown. Computer Vision, chapter 10, pages 340–348. Prentice-Hall, 1982. 1, 2 [3] E. Borenstein, E. Sharon, and S. Ullman. Combining topdown and bottom-up segmentation. volume 04, 2004. 2 [4] E. Borenstein and S. Ullman. Class-specifc, top-down segmentation. In ECCV, pages 109–122, Copenhagen, Denmark, May 28-31 2002. 1 [5] R. Chellappa, C. Wilson, and S. Sirohey. Human and machine recognition of faces: A survey. Proceedings of the IEEE, 83:705–740, 1995. 1 [6] T. F. Cootes, G. J. Edwards, and C. J. Taylor. Active appearance models. In ECCV98, volume 2, pages 484–498, 1998. 2 [7] T. F. Cootes and C. J. Taylor. Constrained active appearance models. In Proceedings of IEEE International Conference on Computer Vision, pages 748–754, Vancouver, Canada, July 2001. 2, 3 [8] T. F. Cootes, C. J. Taylor, D. H. Cooper, and J. Graham. Active shape models: Their training and application. CVGIP: Image Understanding, 61:38–59, 1995. 2 [9] C. D. and C. T.F. A comparison of shape constrained facial feature detectors. In Proceedings of IEEE International Conference on Automatic Face and Gesture Recognition, pages 375–380, May 2004. 2 [10] R. H. Davies, T. F. Cootes, and C. J. Taylor. A minimum description length approach to statistical shape modelling.

0.95 0.9 0.85

auto align Markov

0.8 0.75 0.7

577 578 579 580 581 582

0

1

2

3

4

5

rank

Figure 5. Face Recognition Results with PCA

0.91 0.89 0.87 precision

583 584 585 586 587 588

(h)

Figure 4. Face Alignment Examples of GP-ASM and D-ASM

precision

556 557 558

0.85 auto alignment

0.83

Markov

0.81 0.79 0.77 0.75 0

1

2

3

4

5

rank

Figure 6. Face Recognition Results with LDA

6

594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647

FG2008 Submission. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.

648 649 650 651 652 653 654 655 656 657 658 659 660 661

[11]

[12]

[13]

[14]

662 663 664 665 666

[15]

667 668 669 670 671 672 673

[16]

674 675 676 677 678 679

[18]

680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696

[17]

[19]

[20]

[21]

[22]

702

IEEE Transactions on Medical Imaging, 21:525–537, 2002. 2 B. D.S., B. J.R., T. M., and D. B.A. The csu face identification evaluation system: Its purpose, features and structure. In Third International Conference on Computer Vision Systems, pages 304 – 311, 2003. 5 R. Gross, I. Matthews, and S. Baker. Generic vs. person specific active appearance models. In British Machine Vision Conference, September 2004. 3 A. Hill and C. J. Taylor. A framework for automatic landmark identification using a new method of nonrigid correspondence. IEEE Transactions on Pattern Analysis and Machine Intelligence, 22(3). 2 C. Liu, H.-Y. Shum, and C. Zhang. Hierarchical shape modeling for automatic face localization. In Proceedings of the European Conference on Computer Vision, number II, pages 687–703, Copenhagen, Denmark, May 2002. 2 M. Rogers and J. Graham. Robust active shape model search. In Proceedings of the European Conference on Computer Vision, number IV, pages 517–530, Copenhagen, Denmark, May 2002. 2 H. M. Taylor and S. Karlin. An Introduction to Stochastic Modeling. Academic Press, 3 edition, 1998. 4, 5 B. van Ginneken, A. F. Frangi, J. J. Staal, B. M. ter Haar Romeny, and M. A. Viergever. Active shape model segmentation with optimal features. IEEE Transactions on Medical Imaging, 21(8):924–933, August 2002. 2 P. Viola and M. Jones. Robust real time object detection. In IEEE ICCV Workshop on Statistical and Computational Theories of Vision, Vancouver, Canada, July 13 2001. 5 S. Yan, M. Li, H. Zhang, and Q. Cheng. Ranking prior likelihood distributions for bayesian shape localization framework. In Proceedings of IEEE International Conference on Computer Vision, volume 1, pages 51 – 58, Nice, France, October 2003. 2 S. C. Yan, C. Liu, S. Z. Li, L. Zhu, H. J. Zhang, H. Shum, and Q. Cheng. Texture-constrained active shape models. In Proceedings of the First International Workshop on GenerativeModel-Based Vision (with ECCV), Copenhagen, Denmark, May 2002. 2 M. Zhao and T.-S. Chua. Face alignment with unified subspace optimization for active statistical models. In The 7th IEEE International Conference on Automatic Face and Gesture Recognition, pages 67–72, Southampton, UK, April 2006. 2 W. Zhao, R. Chellappa, A. Rosenfeld, and P. Phillips. Face recognition: A literature survey. ACM Computing Surveys, 35(4):399–458, December 2003. 1

703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754

697 698 699 700 701

755

7

Markovian Mixture Face Recognition with ... - Semantic Scholar

cided probabilistically according to the probability distri- bution coming from the ...... Ranking prior like- lihood distributions for bayesian shape localization frame-.

728KB Sizes 0 Downloads 394 Views

Recommend Documents

Markovian Mixture Face Recognition with ... - Research at Google
Anonymous FG2008 submission ... (a) Domain-independent processing is cheap; and (b) For .... person are labelled during enrollment or registration, the D-.

A Privacy-compliant Fingerprint Recognition ... - Semantic Scholar
Information Technologies, Universit`a degli Studi di Siena, Siena, SI, 53100,. Italy. [email protected], (pierluigi.failla, riccardo.lazzeretti)@gmail.com. 2T. Bianchi ...

Automatic Speech and Speaker Recognition ... - Semantic Scholar
7 Large Margin Training of Continuous Density Hidden Markov Models ..... Dept. of Computer and Information Science, ... University of California at San Diego.

Pattern Recognition Supervised dimensionality ... - Semantic Scholar
bAustralian National University, Canberra, ACT 0200, Australia ...... About the Author—HONGDONG LI obtained his Ph.D. degree from Zhejiang University, ...

Customized Cognitive State Recognition Using ... - Semantic Scholar
training examples that allow the algorithms to be tailored for each user. We propose a ..... to the user-specific training example database. The TL module is used ...

Language Recognition Based on Score ... - Semantic Scholar
1School of Electrical and Computer Engineering. Georgia Institute of ... over all competing classes, and have been demonstrated to be effective in isolated word ...

Language Recognition Based on Score ... - Semantic Scholar
1School of Electrical and Computer Engineering. Georgia Institute ... NIST (National Institute of Standards and Technology) has ..... the best procedure to follow.

Multithread Face Recognition in Cloud
Oct 12, 2016 - biometrics systems have proven to be an essential security tools, ... showcase cloud computing-enabled face recognition, which utilizes ...

Multithread Face Recognition in Cloud
Oct 12, 2016 - this responsibility to third-party vendors who can maintain cloud ... showcase cloud computing-enabled face recognition, which utilizes ...

Psycholinguistic norms and face naming times for ... - Semantic Scholar
For instance, the most frequently used database—namely, the one developed by ..... object recognition level and, more precisely, the access to stored structural ...

Psycholinguistic norms and face naming times for ... - Semantic Scholar
the availability of norms allows researchers to test precise ... determinants of naming speed included AoA, face agreement, and name agreement. ... and spoken naming latencies corresponding to the celebrities are available on the Internet at.

Psycholinguistic norms and face naming times for ... - Semantic Scholar
determinants of naming speed included AoA, face agreement, and name agreement. ... of the celebrities, and spoken naming latencies corresponding to the celebrities are available on the Internet at ... s (2004) review but not in the Italian study of D

Psycholinguistic norms and face naming times for ... - Semantic Scholar
agreement, face agreement, age of acquisition (AoA), and subjective ..... Real-Time Naming Data .... tor influencing the order of acquisition of words (Bonin,.

Face Illumination Normalization on Large and ... - Semantic Scholar
recognition. So, to demonstrate the advantage of our framework, we select LOG-DCT to perform illumination normalization on the large-scale feature image and then use the reconstructed images for recognition. In this section, the performance of LTV mo

Face Illumination Normalization on Large and ... - Semantic Scholar
CMU PIE and (Extended) YaleB face databases with different illumination ... images are combined to generate a normalized face image. The rest of this paper is ... 1 shows the diagram of the proposed framework. It consists of four steps, ...

A 23mW Face Recognition Accelerator in 40nm CMOS with Mostly ...
consistently good performance across different application areas including face ... Testing on a custom database consisting of 180. HD images, 99.4% of ...

Face Tracking and Recognition with Visual Constraints in Real-World ...
... constrain term can be found at http://seqam.rutgers.edu/projects/motion/face/face.html. ..... [14] Y. Li, H. Ai, T. Yamashita, S. Lao, and M. Kawade. Tracking in.

SPAM and full covariance for speech recognition. - Semantic Scholar
tied covariances [1], in which a number of full-rank matrices ... cal optimization package as originally used [3]. We also re- ... If we change Pj by a small amount ∆j , the ..... context-dependent states with ±2 phones of context and 150000.

A Change in Orientation: Recognition of Rotated ... - Semantic Scholar
... [email protected]. Fax: (613) 562- ..... be an intractable task to rule on this issue because reaction times for free foraging bees would ... of the First International Conference on Computer Vision, IEEE Computer Society Press,. London. pp.

Syllabic length effects in visual word recognition ... - Semantic Scholar
Previous studies on the syllable-length effect in visual word recognition and naming ..... as subjects for course credit, 16 in the Experiment 1 (naming) and 40 in ... presented in isolation on the center of the display screen of a Pentium computer.

A Change in Orientation: Recognition of Rotated ... - Semantic Scholar
Workers were labeled with numbered plastic disks glued to the thorax or .... raises the question of whether the failure to find a significant discrimination in the S + ...

Speaker Recognition in Two-Wire Test Sessions - Semantic Scholar
system described in [7]. ... virtual 2w training method described in Section 5. ... 7.0. (0.0328). 3.2. Feature warping. Feature warping is the process of normalizing ...

Color invariant object recognition using entropic ... - Semantic Scholar
1. INTRODUCTION. Humans are capable of distinguishing the same object from millions .... pictures of an object yields two different representations of the.