Fusion of intra- and inter-modality algorithms for face-sketch recognition

Size: px
Start display at page:

Download "Fusion of intra- and inter-modality algorithms for face-sketch recognition"

Transcription

1 Fusion of intra- and inter-modality algorithms for face-sketch recognition Christian Galea and Reuben A. Farrugia Department of Communications and Computer Engineering, Faculty of ICT, University of Malta, Msida, Malta Abstract. Identifying and apprehending suspects by matching sketches created from eyewitness and victim descriptions to mugshot photos is a slow process since law enforcement agencies lack automated methods to perform this task. This paper attempts to tackle this problem by combining Eigentransformation, a global intra-modality approach, with the Eigenpatches local intra-modality technique. These algorithms are then fused with an inter-modality method called Histogram of Averaged Orientation Gradients (HAOG). Simulation results reveal that the intraand inter- modality algorithms considered in this work provide complementary information since not only does fusion of the global and local intra-modality methods yield better performance than either of the algorithms individually, but fusion with the inter-modality approach yields further improvement to achieve retrieval rates of 94.05% at Rank-100 on 420 photo-sketch pairs. This performance is achieved at Rank-25 when filtering of the gallery using demographic information is carried out. Keywords: face recognition, synthesis, intra-modality, inter-modality, hand-drawn sketches 1 Introduction Recollections of eye-witnesses and victims are important to assist law enforcement agencies in identifying and apprehending suspects, especially when there is lack of evidence at the crime scene [5, 10]. Facial composite sketches created using witness descriptions are then disseminated to the public so that any persons recognising the suspect in the sketch may come forward with information that will hopefully lead to an arrest. However, this process is time-consuming, not guaranteed to be successful and inefficient since resources such as mugshot photo galleries available at law enforcement agencies cannot be utilised [10]. Hence, automated methods are required to match sketches with photos. Several algorithms have been proposed in the literature for this task, which can be categorised as either intra-modality or inter-modality approaches [2]. Algorithms belonging in the first category attempt to reduce the modality gap by transforming a photo to a sketch (or vice versa) so that all images to be compared lie within the same modality. Any kind of face recogniser can then be applied

2 to match the synthesised pseudo-sketches (photos) with original sketches (photos). However, these algorithms have been criticised for being potentially more complex than the task of face recognition itself [2, 4]. On the other hand, intermodality approaches perform face sketch recognition by extracting modalityinvariant features to compare sketches with photos directly. To the best of the authors knowledge, even though numerous algorithms have been proposed for both types of approaches, neither the fusion of intra-modality methods nor the fusion of both intra- and inter-modality algorithms has been considered for photo-sketch recognition. In this paper, the combination of a global intra-modality method with a local intra-modality method is performed along with the fusion of these methods with a reportedly robust inter-modality technique. It is shown that these approaches provide complementary information to each other and provide superior performance when combined, across almost all ranks especially at lower ones. The rest of this paper is organised as follows: the related work in the area of matching sketches with photos is presented in Sect. 2 followed by a description of the proposed method in Sect. 3. An overview of the experimental protocol used and the evaluation of the proposed method are given in Sect. 4. Conclusions and ideas for future work are finally outlined in Sect Related Work Several algorithms have been proposed for matching sketches with photos, although most can be categorised as being intra-modality techniques. One of the first such methods was the Eigentransformation algorithm [14], a global method based on Eigenfaces [15] which synthesises whole faces. A local-based intramodality method was later proposed by the authors of [11], based on the Locally Linear Embedding (LLE) manifold learning technique such that patches are reconstructed using a linear combination of neighbouring patches. Kernel-based non-linear discriminant analysis (KNDA) is then used to match a probe sketch with the pseudo-sketches. This approach was improved in [16] by modelling spatial relationships among patches by a multi-scale Markov Random Fields (MRF) model. Patches were extended to encompass entire facial components in the Embedded Hidden Markov Model (E-HMM) method proposed in [3], where non-linear mapping between photo/sketch pairs is learned using HMMs for each component. Multiple models are obtained and fused using selective ensemble to improve the system s generalisation ability and thus enable the synthesis of more accurate pseudo-sketches. Recognition between probe sketches and pseudosketches is performed using the Principal Component Analysis (PCA) classifier. Although most approaches have focused on reducing the modality gap, intermodality methods are being given more attention lately especially by the Biometrics Research Group at Michigan State University [4, 7, 9, 10]. These approaches are based on the extraction of Multi-scale Local Binary Pattern (MLBP) and Scale-Invariant Feature Transform (SIFT) descriptors from patches to directly match sketches and photos in terms of their feature representations. The recently

3 proposed FaceSketchID system [10] combines the component-based approach proposed in [4], in which MLBP codes were extracted for each facial component, with the holistic-based heterogeneous face recognition algorithm in [9] to obtain a system with performance that was shown to exceed that of either of the two techniques individually. In other words, the fusion of local and global inter-modality algorithms yielded improvements in performance. The authors of [8] also attained performance gains with the fusion of two inter-modality approaches, namely using common and direct matching of multi-scale SIFT descriptors. Fusion with a commercial face recogniser yielded further improvement. The work presented in this paper differs from the related work since (i) a local intra-modality algorithm based on the computation of a global intra-modality approach on a local level is implemented, (ii) the fusion of two intra-modality methods is investigated, and (iii) the fusion of intra- and inter-modality approaches is also analysed. To the best of the authors knowledge, these contributions have never been investigated in previous works. 3 Proposed Approach The proposed approach combines the scores output by three algorithms, namely the Eigentransformation [14] and Eigenpatches intra-modality techniques and the Histogram of Averaged Orientation Gradients (HAOG) [2] inter-modality descriptor. The system flow diagram is shown in Fig. 1. Both Eigentransformation and Eigenpatches use a set of training photo/sketch pairs to synthesise a pseudo-sketch or pseudo-photo, while the HAOG method extracts the intermodality features for each image in the test set to be compared. The synthesised pseudo-sketches (pseudo-photos) derived from gallery photos (probe sketches) are compared to probe sketches (gallery photos) using the PCA face recogniser while the Chi-Square (χ 2 ) histogram matching method is used to evaluate the distance between the HAOG descriptors of probe sketches and those of the gallery photos. The resulting scores are then normalized using the Normalisation module which are finally fused with the Fusion module. A summary of each of these algorithms will now be given. 3.1 Intra-modality approaches In the traditional Eigenfaces approach [15], face photos are reconstructed by using a weighted summation of a set of eigenvectors U p representing faces, consequently called Eigenfaces, as follows: P r = U p b p (1) where P r is a column vector representing the reconstructed face photo and b p is a vector containing the projection coefficients in the eigenvector space. As demonstrated in [14], (1) may be rewritten as follows: P r = P + M i=1 c {i} p Φ {i} (2)

4 SYN Training photos SYN Training sketches Eigentransformation PCAET s1 ŝ1 FR Training photos FR Training sketches Eigenpatches PCAEP s2 Normalisation ŝ2 Fusion F Test photos (Gallery) Test sketches (Probe) HAOG χ 2 s3 ŝ3 Test photo features Test sketch features Test photos Test sketches FR Training photos FR Training sketches SYN Training photos+sketches SYN = Synthesis FR = Face Recogniser ET = Eigentransformation EP = Eigenpatches Fig. 1: System flow diagram of the proposed approach, for photo-to-sketch synthesis. Photos and sketches simply switch roles for sketch-to-photo synthesis. where P is the mean face computed over M training face images, Φ {i} = P {i} P and c p {i} is a column vector of dimension M representing the contribution of the i th training image P {i} in the reconstruction of a test face image computed according to [14]. Hence, (2) shows that a reconstructed photo can be approximated to the original image using a weighted linear addition of the training images [14]. Since a photo and corresponding sketch should also be similar in terms of structure, (2) may be modified such that the training photos P {i} are replaced by the corresponding training sketches S {i}, as follows: S r = S + M i=1 c {i} p Ψ {i} (3) where S r is the reconstructed sketch, S is the mean sketch, Ψ {i} = S {i} S and S {i} is a column vector representing the i th sketch. This is based on the hypothesis that if a photo contributes more weight to a reconstructed face photo, then the corresponding sketch will also contribute more weight to the reconstructed sketch [14]. The Eigentransformation approach has recently been extended to operate on local patches by the authors of [1] for the area of face super-resolution. This approach may be applied for sketch (or photo) synthesis by synthesising each patch in an image (rather than the whole image) and can be achieved by learning the optimal linear combination of patches found in the same local area of images in the training set. Formally, for each of the n patches in an image, (3) can be rewritten as follows: S {j} r = S {j} + M i=1 c {i,j} p Ψ {i,j} for j = 1, 2,..., n. (4)

5 where S r {j} is the j th patch of the synthesised sketch, Ψ {i,j} = S {i,j} S {j}, S {i,j} is the i th training sketch of patch j, S {j} is the j th mean patch and c {i,j} p are the reconstruction weights for the j th patch derived using the i th training face image. To the best of the authors knowledge, this is the first use of Eigenpatches for face-sketch synthesis. Similar to other approaches involving patch-based operations, the overlap of patches with their neighbours is arbitrarily fixed at half the patch size and a simple averaging operation is done on overlapping areas to combine patches together. For both methods, the role of sketches and photos is simply interchanged for pseudo-photo synthesis. Although any face recogniser can then be used to match the pseudo-sketches (photos) with the original sketches (photos), PCA (Eigenfaces method) [15] is implemented due to its widespread use in the literature for intra-modality methods. Hence, photo and sketch subspaces are learned and the face images to be compared are projected into these subspaces, similar to the approach in [14]. 3.2 Inter-modality approach The authors of [2] observed that effective inter-modality matching of sketches with photos may be obtained by extracting features only from those regions exhibiting the smallest amount of modality gap, namely those corresponding to coarse texture which represent boundaries of facial components critical in representing face images. Using a histogram whose bins represent orientation gradients for each patch, coarse textures are emphasised by accumulating squared magnitudes in those bins corresponding to the orientations of the patch being considered. In other words, more weighting is applied to those regions having high magnitudes when constructing a histogram of orientation gradients. The histograms of each patch are concatenated to yield the final HAOG descriptor and comparison of histograms is performed by finding the χ 2 distance, which is also the match score between two face images. More information on the HAOG descriptor is provided in [2]. 3.3 Fusion Fusion of the two intra-modality algorithms together and with the HAOG algorithm is performed at the matching score level, by first normalising the scores output from face recogniser using min-max normalisation. If a gallery contains a total of T subjects, then there will be T scores for each probe sketch representing the distance between the probe and all the photos in the gallery. The normalisation of these scores is achieved using min-max normalisation: ŝ = (s min) (max min) where s is a vector of dimension T containing the scores output by a face-sketch recognition algorithm for matching a probe with the T gallery images, ŝ contains (5)

6 the corresponding normalised scores, and min and max represent the minimum and maximum values of s, respectively [13]. The sum-of-scores method is then used to fuse the normalised scores together: F = N ŝ k (6) k=1 where ŝ k is the score of k th face recognition method, N represents the number of intra- and inter- modality methods considered, and F is the final similarity score between a sketch (pseudo-photo) and the T pseudo-sketches (photos) [13]. Sum-of-scores fusion and min-max normalisation were chosen since they have been shown to provide some of the best results for fusion of multi-biometric systems in [6] and [13]. 4 Results The algorithms described in Sect. 3 are evaluated on the Chinese University of Hong Kong Face Sketch FERET (CUFSF) database [17] 1. This database contains pairs of photos and viewed hand-drawn sketches of subjects in the Color FERET database [12]. In this paper, 842 subjects are considered. For the intra-modality approaches, training is required for the transformation and face recognition stages. An approach similar to that used in [16] is adopted, namely M = 211 subjects are first used to train the transformation algorithm being considered (Eigentransformation or Eigenpatches). Another 211 subjects are then selected to train the PCA face recogniser, where their photos (sketches) are used along with the corresponding synthesised pseudo-photos (sketches) derived from the sketches (photos) for sketch-to-photo synthesis (photo-to-sketch synthesis). The remaining 420 subjects are then used for testing, i.e. T = 420. In addition, the performance of Eigenpatches for varying patch sizes is evaluated to determine the optimal patch size. Patch overlap is set to be half the patch size in all cases. For the HAOG algorithm, the parameters are set to those reported in [2]. Photos and sketches in the testing set form the gallery and probe sets, respectively. For photo-to-sketch synthesis, photos in the gallery are transformed into pseudo-sketches and matched with each sketch in the probe set. For sketchto-photo synthesis, probe sketches are transformed to pseudo-photos and then matched with photos in the gallery. Since PCA is used as a face recogniser in the intra-modality approaches, recognition using PCA only (without performing synthesis) is also carried out as a baseline performance measure, where each sketch in the probe set is directly matched with photos in the gallery. For all face recognition experiments carried out with PCA, the distance between the resultant vectors of the images to be compared represents the match score between face images and is found using 1 Available at:

7 L2-norms (i.e. Euclidean distance). In addition, each image was converted to grayscale, aligned using eye and mouth coordinates such that they are at fixed locations in all images considered and cropped to the same size of pixels. The subjects in the Color FERET dataset were pre-labelled with gender and race information, enabling filtering of the gallery based on the characteristics of the probe sketch. For example, if the sketch depicts a female subject, then all male subjects can be eliminated from the gallery. Statistics of the demographic distribution for the subjects considered in this study are shown in Table 1. While face recognisers are typically measured at Rank-1 matching accuracy, the best match is often not the required suspect due to inaccuracies provided by a witness in describing facial details [4, 5]. As a result, the top 100 matches are typically examined with equal importance in forensic investigations and therefore the performance of an automatic system is recommended to be measured at around Rank-100 [4]. Graphs depicting the cumulative rank retrieval rates are thus shown to evaluate the ability of the algorithms in identifying persons. For brevity, photo-to-sketch synthesis will be denoted as P2S and sketchto-photo synthesis will be denoted as S2P in the remainder of this paper. Table 1: Demographic statistics. Labels used are the same as those given in the Color FERET dataset. Gender Race Male 57.14% White 63.33% Female 42.86% Asian 15.00% Black-or-African-American 9.29% Hispanic 6.19% Asian-Middle-Eastern 4.52% Pacific-Islander 0.95% Asian-Southern 0.24% Other 0.48% 4.1 Eigenpatches patch size The rank retrieval rates using different values of the patch size are given in Fig. 2. Patch sizes were set to be equal to 2 p 2 p for p = 3, 4,..., 7. Firstly, it can be observed that P2S synthesis is superior to S2P synthesis for all patch sizes at all ranks. This is likely due to the fact that in transforming photos to sketches, a large amount of information is being compressed into a smaller representation since photos tend to be more complex and therefore contain more information. This is a more stable operation than attempting to expand a small representation into a larger one, as in the case of S2P synthesis [14]. As can also be observed from Fig. 3, it is evident that S2P synthesis is unable to recover a face photo

8 adequately. It should also be noted that the performance tends to improve with increasing patch size. From empirical observations, low patch sizes resulted in high amounts of noise which decreased with larger patch sizes. In addition, at the largest patch size of pixels, the patches roughly overlap with the individual facial components. Hence, synthesis is virtually being done for each component and is therefore a contributor to increased quality of the synthesised images. Based on these observations, Eigenpatches with a patch size of pixels is used for the remainder of the experiments Matching Rate (%) x8 (P2S) 16x16 (P2S) 32x32 (P2S) 64x64 (P2S) 128x128 (P2S) 8x8 (S2P) 16x16 (S2P) 32x32 (S2P) 64x64 (S2P) 128x128 (S2P) Rank Fig. 2: Recognition rate for varying patch sizes of the Eigenpatches algorithm, using the Color FERET/CUFSF datasets (a) (b) (c) (d) (e) (f) Fig. 3: Synthesised images of one subject in the Color FERET/CUFSF datasets: (a) Original photo, (b) Original sketch, (c) Eigentransformation P2S, (d) Eigentransformation S2P, (e) Eigenpatches P2S, (f) Eigenpatches S2P

9 4.2 Matching rate This section investigates the performance of the independent intra- and intermodality methods mentioned in this paper and a combination of these methods. The direct use of PCA (without performing synthesis) is used as a baseline. The Rank retrieval rates are shown in Fig. 4 and Table 2. It should be noted that all algorithms outperform the baseline face recogniser at all ranks. This clearly indicates the need of using approaches designed specifically for person identification via matching of sketches with photos. In particular, the fact that PCA is better able to match synthesised images indicates that the intra-modality approaches are successfully reducing the modality gap between photos and sketches. The Eigentransformation and Eigenpatches intra-modality approaches yield superior performance to the HAOG inter-modality approach for P2S synthesis, across almost all ranks. For S2P synthesis, the intra-modality approaches are inferior to HAOG especially for Ranks below 150. It can also be noticed that Eigenpatches typically achieves higher matching rates at lower ranks (until roughly Rank-50) for P2S synthesis. This indicates that Eigenpatches is able to construct images which are able to discriminate between persons more reliably due to the utilisation of local features, while Eigentransformation also encodes spatial information which enables it to perform better at higher ranks when faces are being compared at a more global level. Fusion of the two intra-modality algorithms yields noticeable improvements at most ranks. Even in cases where the performance is less than the best performance of either of the intra-modality algorithms, generally the difference is only marginal and is better than one of the intra-modality algorithms. This holds for both S2P and P2S synthesis and indicates that the two approaches contain complementary information which can improve performance. Given that the Eigentransformation algorithm can be considered as a holistic algorithm whereas the Eigenpatches algorithm can be viewed as a local descriptor, this result is in line with the observations reported in [10] where the fusion of holisticand component-based inter-modality algorithms yielded the best performance. Further improvements in matching rates can be achieved with the fusion of the HAOG algorithm. In fact, this yields the best performance of all algorithms considered at almost all ranks, especially at lower ranks (roughly below Rank- 100). The gain is more substantial when the intra-modality algorithms using P2S synthesis are fused, likely due to the better performance of these algorithms with respect to when they are used for S2P synthesis. These results not only demonstrate that Eigentransformation, Eigenpatches and HAOG contain complementary information which can be exploited for increased matching rates, but they are also indicative that the combination of both intra- and inter-modality algorithms may be the ideal approach for matching sketches with photographs rather than using either intra-modality algorithms or inter-modality algorithms. Filtering using demographic information yields substantial improvements for all algorithms considered. In addition, as demonstrated in Fig. 4e, filtering with race information provides better performance than with gender information. For example, the Rank-1 retrieval rate of the proposed approach improves from

10 Table 2: Rank retrieval rates for the algorithms considered when evaluated on the CUFSF dataset, without demographic filtering; ET = Eigentransformation, EP = Eigenpatches. The best result for each rank is highlighted in boldface. Metric Matching Rate (%) at Rank-N Rank-1 Rank-10 Rank-50 Rank-100 Rank-150 Rank-200 PCA HAOG ET (P2S) ET (S2P) EP (P2S) EP (S2P) ET + EP (P2S) ET + EP (S2P) ET + EP + HAOG (P2S) ET + EP + HAOG (S2P) % to 46.43% using gender information and to 55.71% using race information. This is likely due to the fact that subjects are distributed more evenly in terms of gender. This observation was also reported in other works in the literature, e.g. in [7]. 5 Conclusion This work presented the use of Eigenpatches for intra-modality sketch-to-photo and photo-to-sketch applications. It was demonstrated that Eigenpatches performs similarly to Eigentransformation except at lower ranks for photo-to-sketch synthesis, where it is superior. This indicates that Eigenpatches is able to synthesise images having more accurate local structures which are better able to discriminate between persons. It was also observed that photo-to-sketch synthesis generally provides superior results over both sketch-to-photo synthesis and the HAOG inter-modality approach. Furthermore, it was shown that the fusion of intra- and inter-modality algorithms yields the best performance across virtually all ranks. This indicates that not only do the local and global intra-modality methods and the inter-modality method considered in this paper provide complementary information, but their combination provides the best performance for matching sketches with photos. Use of demographic information to filter the gallery yielded substantial improvements to result in a Rank-25 retrieval rate of 94.05%. Future work includes the suppression of blocking artefacts created due to patch averaging for images synthesised with Eigenpatches and the use of software-generated composites which are widely used in forensics.

11 Matching Rate (%) Eigentransformation Eigenpatches Eigentransformation + Eigenpatches Eigentransformation + Eigenpatches + HAOG HAOG PCA (Eigenfaces) Rank Matching Rate (%) Eigentransformation Eigenpatches Eigentransformation + Eigenpatches Eigentransformation + Eigenpatches + HAOG HAOG PCA (Eigenfaces) Rank (a) (b) Matching Rate (%) Eigentransformation Eigenpatches Eigentransformation + Eigenpatches Eigentransformation + Eigenpatches + HAOG HAOG PCA (Eigenfaces) Rank Matching Rate (%) Eigentransformation Eigenpatches Eigentransformation + Eigenpatches Eigentransformation + Eigenpatches + HAOG HAOG PCA (Eigenfaces) Rank (c) (d) Matching Rate (%) Unfiltered Filtering using gender information Filtering using race information Filtering using gender+race information Rank (e) Fig. 4: Matching performance for: (a) P2S synthesis, (b) P2S synthesis with filtering, (c) S2P synthesis, (d) S2P synthesis with filtering, (e) Filtering the gallery using different types of demographic information for P2S synthesis of the proposed method (using the fusion of Eigentransformation, Eigenpatches and HAOG).

12 Acknowledgements The research work disclosed in this publication is partly funded by the Malta Government Scholarship Scheme. The authors would like to thank the Malta Police Force for their assistance in this research. References 1. Chen, H.Y., Chien, S.Y.: Eigen-patch: Position-patch based face hallucination using eigen transformation. In: IEEE International Conference on Multimedia and Expo. pp. 1 6 (July 2014) 2. Galoogahi, H., Sim, T.: Inter-modality face sketch recognition. In: IEEE International Conference on Multimedia and Expo. pp (July 2012) 3. Gao, X., Zhong, J., Li, J., Tian, C.: Face Sketch Synthesis Algorithm Based on E-HMM and Selective Ensemble. IEEE Transactions on Circuits and Systems for Video Technology 18(4), (April 2008) 4. Han, H., Klare, B.F., Bonnen, K., Jain, A.K.: Matching composite sketches to face photos: A component-based approach. IEEE Transactions on Information Forensics and Security 8(1), (Jan 2013) 5. Jain, A.K., Klare, B., Park, U.: Face matching and retrieval in forensics applications. IEEE MultiMedia 19(1), (Jan 2012) 6. Jain, A.K., Nandakumar, K., Ross, A.: Score normalization in multimodal biometric systems. Pattern Recognition 38(12), (2005) 7. Klare, B., Li, Z., Jain, A.K.: Matching forensic sketches to mug shot photos. IEEE Transactions on Pattern Analysis and Machine Intelligence 33(3), (March 2011) 8. Klare, B., Jain, A.K.: Sketch-to-photo matching: a feature-based approach. In: Proceedings of the SPIE Conference on Biometric Technology for Human Identification VII. vol. 7667, pp (2010) 9. Klare, B.F., Jain, A.K.: Heterogeneous face recognition using kernel prototype similarities. IEEE Transactions on Pattern Analysis and Machine Intelligence 35(6), (June 2013) 10. Klum, S.J., Han, H., Klare, B., Jain, A.K.: The FaceSketchID System: Matching Facial Composites to Mugshots. Tech. Rep. MSU-CSE-14-6, Michigan State University (2014) 11. Liu, Q., Tang, X., Jin, H., Lu, H., Ma, S.: A nonlinear approach for face sketch synthesis and recognition. In: IEEE Computer Society Conference on Computer Vision and Pattern Recognition. vol. 1, pp vol. 1 (June 2005) 12. National Institute of Standards and Technology (NIST): The Color FERET Database version 2, Snelick, R., Indovina, M., Yen, J., Mink, A.: Multimodal biometrics: Issues in design and testing. In: Proceedings of the 5th International Conference on Multimodal Interfaces. pp ICMI 03 (2003) 14. Tang, X., Wang, X.: Face sketch recognition. In: IEEE Transactions on Circuits and Systems for Video Technology. vol. 14, pp (January 2004) 15. Turk, M., Pentland, A.: Eigenfaces for recognition. Journal of Cognitive Neuroscience 3(1), (1991) 16. Wang, X., Tang, X.: Face photo-sketch synthesis and recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence 31(11), (Nov 2009) 17. Zhang, W., Wang, X., Tang, X.: Coupled information-theoretic encoding for face photo-sketch recognition. In: 2011 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). pp (June 2011)

Face Photo-Sketch Recognition using Local and Global Texture Descriptors

Face Photo-Sketch Recognition using Local and Global Texture Descriptors Face Photo-Sketch Recognition using Local and Global Texture Descriptors Christian Galea Department of Communications & Computer Engineering University of Malta Msida, MSD080 Email: christian.galea.09@um.edu.mt

More information

Forensic Sketches matching

Forensic Sketches matching Forensic Sketches matching Ms Neha S.Syed 1 Dept. of Comp. Science & Engineering People s Education Society s college of Engineering Aurangabad, India. E-mail: nehas1708@gmail.com Abstract In this paper

More information

Matching Composite Sketches to Facial Photos using Component-based Approach

Matching Composite Sketches to Facial Photos using Component-based Approach Matching Composite Sketches to Facial Photos using Component-based Approach Archana Uphade P.G.Student Department of Computer Engineering Late G.N.Sapkal College of Engineering, Anjaneri, Nasik J.V. Shinde

More information

Enhanced Holistic and Component Based Algorithm for Sketch to Photo Matching in Criminal Investigations

Enhanced Holistic and Component Based Algorithm for Sketch to Photo Matching in Criminal Investigations Enhanced Holistic and Component Based Algorithm for Sketch to Photo Matching in Criminal Investigations Chippy Thomas #1, Dr. D. Loganathan *2 # Final year M. Tech CSE, MET S School of Engineering, Mala,

More information

A Survey on Matching Sketches to Facial Photographs

A Survey on Matching Sketches to Facial Photographs A Survey on Matching Sketches to Facial Photographs Archana Uphade 1, Prof. J. V. Shinde 2 1 M.E Student, Kalyani Charitable Trust s Late G.N. Sapkal College of Engineering 2 Assistant Professor, Kalyani

More information

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Face sketch photo synthesis Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Abstract Face sketch to photo synthesis has

More information

Recognizing Composite Sketches with Digital Face Images via SSD Dictionary

Recognizing Composite Sketches with Digital Face Images via SSD Dictionary Recognizing Composite Sketches with Digital Face Images via SSD Dictionary Paritosh Mittal, Aishwarya Jain, Gaurav Goswami, Richa Singh, and Mayank Vatsa IIIT-Delhi, India {paritosh59,aishwarya7,gauravgs,rsingh,mayank}@iiitd.ac.in

More information

Technology Pravin U. Dere Department of Electronics and Telecommunication, Terna college of Engineering

Technology Pravin U. Dere Department of Electronics and Telecommunication, Terna college of Engineering The Fusion Approaches of Matching Forensic Sketch Photo to Apprehend Criminals by using LFDA framework Dipeeka S. Mukane Department of Electronics and Telecommunication, Alamuri Ratnamala Institute of

More information

A Multi-Scale Circular Weber Local Descriptor Approach For Matching Sketches With The Digital Face Images

A Multi-Scale Circular Weber Local Descriptor Approach For Matching Sketches With The Digital Face Images A Multi-Scale Circular Weber Local Descriptor Approach For Matching Sketches With The Digital Face Images 1 Kushal J Masarkar, 2 S. S. Chamlate & 3 Rita S Dhage 1&2 KITS,Ramtek, 3 CIIT,Indore E-mail :

More information

IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. #, NO. #, MMDD YYYY 1

IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. #, NO. #, MMDD YYYY 1 IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. #, NO. #, MMDD YYYY Matching Composite Sketches to Face Photos: A Component Based Approach Hu Han, Brendan Klare, Member, IEEE, Kathryn Bonnen,

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

The FaceSketchID System: Matching Facial Composites to Mugshots. 1

The FaceSketchID System: Matching Facial Composites to Mugshots. 1 TECHNICAL REPORT MSU-CSE-14-6 1 The FaceSketchID System: Matching Facial Composites to Mugshots Scott J. Klum, Student Member, IEEE, Hu Han, Member, IEEE, Brendan F. Klare, Member, IEEE, and Anil K. Jain,

More information

Composite Sketch Recognition via Deep Network - A Transfer Learning Approach

Composite Sketch Recognition via Deep Network - A Transfer Learning Approach Composite Sketch Recognition via Deep Network - A Transfer Learning Approach Paritosh Mittal, Mayank Vatsa, and Richa Singh IIIT-Delhi paritosh59@iitd.ac.in, mayank@iiitd.ac.in, rsingh@iiiitd.ac.in Abstract

More information

A Survey on Face-Sketch Matching Techniques

A Survey on Face-Sketch Matching Techniques A Survey on Face-Sketch Matching Techniques Reshma C Mohan 1, M. Jayamohan 2, Arya Raj S 3 1 Department of Computer Science, SBCEW 2 Department of Computer Science, College of Applied Science 3 Department

More information

Matching Sketches with Digital Face Images using MCWLD and Image Moment Invariant

Matching Sketches with Digital Face Images using MCWLD and Image Moment Invariant IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov Dec. 2015), PP 131-137 www.iosrjournals.org Matching with Digital Face Images using

More information

Face Sketch to Photo Matching Using LFDA and Pre-Processing

Face Sketch to Photo Matching Using LFDA and Pre-Processing Face Sketch to Photo Matching Using LFDA and Pre-Processing Pushpa Gopal Ambhore 1, Lokesh Bijole 2 1 Research Scholar, 2 Assistant professor, Computer Engineering Department, Padm. Dr. V. B. Kolte College

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Face images captured through different sources, such

Face images captured through different sources, such Graphical Representation for Heterogeneous Face Recognition Chunlei Peng, Xinbo Gao, Senior Member, IEEE, Nannan Wang, Member, IEEE, and Jie Li arxiv:503.00488v3 [cs.cv] 4 Mar 206 Abstract Heterogeneous

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT

SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT 1 SHUBHANGI A. WAKODE, 2 SUNIL R. GUPTA 1,2 Department of Electronics Engineering, J. D. College of Engineering & Management Nagpur, M.S.,

More information

Transfer Learning based Evolutionary Algorithm for Composite Face Sketch Recognition

Transfer Learning based Evolutionary Algorithm for Composite Face Sketch Recognition Transfer Learning based Evolutionary Algorithm for Composite Face Sketch Recognition Tarang Chugh 1, Maneet Singh 2, Shruti Nagpal 2, Richa Singh 2 and Mayank Vatsa 2 Michigan State University, USA 1,

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

The CASIA NIR-VIS 2.0 Face Database

The CASIA NIR-VIS 2.0 Face Database The CASIA NIR-VIS. Face Database Stan Z. Li, Dong Yi, Zhen Lei and Shengcai Liao Center for Biometrics and Security Research & National Laboratory of Pattern Recognition Institute of Automation, Chinese

More information

Semi-Supervised PCA-based Face Recognition Using Self-Training

Semi-Supervised PCA-based Face Recognition Using Self-Training Semi-Supervised PCA-based Face Recognition Using Self-Training Fabio Roli and Gian Luca Marcialis Dept. of Electrical and Electronic Engineering, University of Cagliari Piazza d Armi, 09123 Cagliari, Italy

More information

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Dong Yi, Shengcai Liao, Zhen Lei, Jitao Sang, and Stan Z. Li Center for Biometrics and Security Research, Institute

More information

IJCAI Dept. of Information Engineering

IJCAI Dept. of Information Engineering IJCAI 2007 Wei Liu,Xiaoou Tang, and JianzhuangLiu Dept. of Information Engineering TheChinese University of Hong Kong Outline What is sketch-based facial photo hallucination Related Works Our Approach

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 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

More information

An Algorithm based on SURF and LBP approach for Facial Expression Recognition

An Algorithm based on SURF and LBP approach for Facial Expression Recognition ISSN: 2454-2377, An Algorithm based on SURF and LBP approach for Facial Expression Recognition Neha Sahu 1*, Chhavi Sharma 2, Hitesh Yadav 3 1 Assistant Professor, CSE/IT, The North Cap University, Gurgaon,

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

EUCLBP Matching Algorithm for Forensic Applications

EUCLBP Matching Algorithm for Forensic Applications EUCLBP Matching Algorithm for Forensic Applications Gnanasoundari.V 1, Balaji.S 2 1 PG Scholar, 2 Assistant Professor, Department of CSE, Angel College of Engineering and Technology, Tiruppur, India Abstract

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Face detection and recognition. Detection Recognition Sally

Face detection and recognition. Detection Recognition Sally Face detection and recognition Detection Recognition Sally Face detection & recognition Viola & Jones detector Available in open CV Face recognition Eigenfaces for face recognition Metric learning identification

More information

Sparse Graphical Representation based Discriminant Analysis for Heterogeneous Face Recognition

Sparse Graphical Representation based Discriminant Analysis for Heterogeneous Face Recognition Sparse Graphical Representation based Discriminant Analysis for Heterogeneous Face Recognition Chunlei Peng, Xinbo Gao, Senior Member, IEEE, Nannan Wang, Member, IEEE, and Jie Li arxiv:67.37v [cs.cv] Jul

More information

Periocular Biometrics: When Iris Recognition Fails

Periocular Biometrics: When Iris Recognition Fails Periocular Biometrics: When Iris Recognition Fails Samarth Bharadwaj, Himanshu S. Bhatt, Mayank Vatsa and Richa Singh Abstract The performance of iris recognition is affected if iris is captured at a distance.

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

More information

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

Texture Features in Facial Image Analysis

Texture Features in Facial Image Analysis Texture Features in Facial Image Analysis Matti Pietikäinen and Abdenour Hadid Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500, FI-90014 University

More information

Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels

Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels Stan Z. Li, ChunShui Zhao, Meng Ao, Zhen Lei Center for Biometrics and Security Research & National Laboratory of Pattern

More information

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899 ^ A 1 1 1 OS 5 1. 4 0 S Support Vector Machines Applied to Face Recognition P. Jonathon Phillips U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards and Technology Information

More information

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion Dhriti PEC University of Technology Chandigarh India Manvjeet Kaur PEC University of Technology Chandigarh India

More information

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, University of Karlsruhe Am Fasanengarten 5, 76131, Karlsruhe, Germany

More information

Face Recognition using Eigenfaces SMAI Course Project

Face Recognition using Eigenfaces SMAI Course Project Face Recognition using Eigenfaces SMAI Course Project Satarupa Guha IIIT Hyderabad 201307566 satarupa.guha@research.iiit.ac.in Ayushi Dalmia IIIT Hyderabad 201307565 ayushi.dalmia@research.iiit.ac.in Abstract

More information

Three-Dimensional Face Recognition: A Fishersurface Approach

Three-Dimensional Face Recognition: A Fishersurface Approach Three-Dimensional Face Recognition: A Fishersurface Approach Thomas Heseltine, Nick Pears, Jim Austin Department of Computer Science, The University of York, United Kingdom Abstract. Previous work has

More information

Deep Learning for Face Recognition. Xiaogang Wang Department of Electronic Engineering, The Chinese University of Hong Kong

Deep Learning for Face Recognition. Xiaogang Wang Department of Electronic Engineering, The Chinese University of Hong Kong Deep Learning for Face Recognition Xiaogang Wang Department of Electronic Engineering, The Chinese University of Hong Kong Deep Learning Results on LFW Method Accuracy (%) # points # training images Huang

More information

A Novel Technique for Sketch to Photo Synthesis

A Novel Technique for Sketch to Photo Synthesis A Novel Technique for Sketch to Photo Synthesis Pulak Purkait, Bhabatosh Chanda (a) and Shrikant Kulkarni (b) (a) Indian Statistical Institute, Kolkata (b) National Institute of Technology Karnataka, Surathkal

More information

Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition

Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition Yu Su 1,2 Shiguang Shan,2 Xilin Chen 2 Wen Gao 1,2 1 School of Computer Science and Technology, Harbin Institute of Technology, Harbin,

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 SKETCH BASED IMAGE RETRIEVAL Prof. S. B. Ambhore¹, Priyank Shah², Mahendra Desarda³,

More information

Face Hallucination Based on Eigentransformation Learning

Face Hallucination Based on Eigentransformation Learning Advanced Science and Technology etters, pp.32-37 http://dx.doi.org/10.14257/astl.2016. Face allucination Based on Eigentransformation earning Guohua Zou School of software, East China University of Technology,

More information

Decorrelated Local Binary Pattern for Robust Face Recognition

Decorrelated Local Binary Pattern for Robust Face Recognition International Journal of Advanced Biotechnology and Research (IJBR) ISSN 0976-2612, Online ISSN 2278 599X, Vol-7, Special Issue-Number5-July, 2016, pp1283-1291 http://www.bipublication.com Research Article

More information

On Modeling Variations for Face Authentication

On Modeling Variations for Face Authentication On Modeling Variations for Face Authentication Xiaoming Liu Tsuhan Chen B.V.K. Vijaya Kumar Department of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA 15213 xiaoming@andrew.cmu.edu

More information

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

More information

ROBUST FACE HALLUCINATION USING QUANTIZATION-ADAPTIVE DICTIONARIES

ROBUST FACE HALLUCINATION USING QUANTIZATION-ADAPTIVE DICTIONARIES ROBUST FACE HALLUCINATION USING QUANTIZATION-ADAPTIVE DICTIONARIES Reuben A. Farrugia University of Malta Msida, Malta Christine Guillemot INRIA Rennes-Bretagne-Atlantique, France ABSTRACT Existing face

More information

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and Wes Miller 5/11/2011 Comp Sci 534 Expression Detection in Video Abstract Expression detection is useful as a non-invasive method of lie detection and behavior prediction, as many facial expressions are

More information

Gabor Volume based Local Binary Pattern for Face Representation and Recognition

Gabor Volume based Local Binary Pattern for Face Representation and Recognition Gabor Volume based Local Binary Pattern for Face Representation and Recognition Zhen Lei 1 Shengcai Liao 1 Ran He 1 Matti Pietikäinen 2 Stan Z. Li 1 1 Center for Biometrics and Security Research & National

More information

Modeling the Other Race Effect with ICA

Modeling the Other Race Effect with ICA Modeling the Other Race Effect with ICA Marissa Grigonis Department of Cognitive Science University of California, San Diego La Jolla, CA 92093 mgrigoni@cogsci.uscd.edu Abstract Principal component analysis

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

Biometrics Technology: Multi-modal (Part 2)

Biometrics Technology: Multi-modal (Part 2) Biometrics Technology: Multi-modal (Part 2) References: At the Level: [M7] U. Dieckmann, P. Plankensteiner and T. Wagner, "SESAM: A biometric person identification system using sensor fusion ", Pattern

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

A New Feature Local Binary Patterns (FLBP) Method

A New Feature Local Binary Patterns (FLBP) Method A New Feature Local Binary Patterns (FLBP) Method Jiayu Gu and Chengjun Liu The Department of Computer Science, New Jersey Institute of Technology, Newark, NJ 07102, USA Abstract - This paper presents

More information

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image International Journal of Computer Science Issues, Vol. 2, 2009 ISSN (Online): 694-0784 ISSN (Print): 694-084 49 An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image Nageshkumar.M,

More information

Fast trajectory matching using small binary images

Fast trajectory matching using small binary images Title Fast trajectory matching using small binary images Author(s) Zhuo, W; Schnieders, D; Wong, KKY Citation The 3rd International Conference on Multimedia Technology (ICMT 2013), Guangzhou, China, 29

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS 1 Fitri Damayanti, 2 Wahyudi Setiawan, 3 Sri Herawati, 4 Aeri Rachmad 1,2,3,4 Faculty of Engineering, University

More information

Sketchable Histograms of Oriented Gradients for Object Detection

Sketchable Histograms of Oriented Gradients for Object Detection Sketchable Histograms of Oriented Gradients for Object Detection No Author Given No Institute Given Abstract. In this paper we investigate a new representation approach for visual object recognition. The

More information

PROBABILISTIC LINEAR DISCRIMINANT ANALYSIS FOR INTERMODALITY FACE RECOGNITION

PROBABILISTIC LINEAR DISCRIMINANT ANALYSIS FOR INTERMODALITY FACE RECOGNITION 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) PROBABILISTIC LINEAR DISCRIMINANT ANALYSIS FOR INTERMODALITY FACE RECOGNITION M K Shaikh 1, M A Tahir 2 and A Bouridane

More information

Recognition of Non-symmetric Faces Using Principal Component Analysis

Recognition of Non-symmetric Faces Using Principal Component Analysis Recognition of Non-symmetric Faces Using Principal Component Analysis N. Krishnan Centre for Information Technology & Engineering Manonmaniam Sundaranar University, Tirunelveli-627012, India Krishnan17563@yahoo.com

More information

HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH

HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH Yuan Tian 1, Cheng Yan 1, Xiao Bai 1, Jun Zhou 2 1 School of Computer Science and Engineering, Beihang University, Beijing,

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (a) 1. INTRODUCTION

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

Better than best: matching score based face registration

Better than best: matching score based face registration Better than best: based face registration Luuk Spreeuwers University of Twente Fac. EEMCS, Signals and Systems Group Hogekamp Building, 7522 NB Enschede The Netherlands l.j.spreeuwers@ewi.utwente.nl Bas

More information

Random Sampling for Fast Face Sketch. Synthesis

Random Sampling for Fast Face Sketch. Synthesis Random Sampling for Fast Face Sketch Synthesis Nannan Wang, and Xinbo Gao, and Jie Li arxiv:70.09v2 [cs.cv] Aug 207 Abstract Exemplar-based face sketch synthesis plays an important role in both digital

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

Applications Video Surveillance (On-line or off-line)

Applications Video Surveillance (On-line or off-line) Face Face Recognition: Dimensionality Reduction Biometrics CSE 190-a Lecture 12 CSE190a Fall 06 CSE190a Fall 06 Face Recognition Face is the most common biometric used by humans Applications range from

More information

From attribute-labels to faces: face generation using a conditional generative adversarial network

From attribute-labels to faces: face generation using a conditional generative adversarial network From attribute-labels to faces: face generation using a conditional generative adversarial network Yaohui Wang 1,2, Antitza Dantcheva 1,2, and Francois Bremond 1,2 1 Inria, Sophia Antipolis, France 2 Université

More information

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, Universität Karlsruhe (TH) 76131 Karlsruhe, Germany

More information

Local Features Tutorial: Nov. 8, 04

Local Features Tutorial: Nov. 8, 04 Local Features Tutorial: Nov. 8, 04 Local Features Tutorial References: Matlab SIFT tutorial (from course webpage) Lowe, David G. Distinctive Image Features from Scale Invariant Features, International

More information

Cross-pose Facial Expression Recognition

Cross-pose Facial Expression Recognition Cross-pose Facial Expression Recognition Abstract In real world facial expression recognition (FER) applications, it is not practical for a user to enroll his/her facial expressions under different pose

More information

A Real Time Facial Expression Classification System Using Local Binary Patterns

A Real Time Facial Expression Classification System Using Local Binary Patterns A Real Time Facial Expression Classification System Using Local Binary Patterns S L Happy, Anjith George, and Aurobinda Routray Department of Electrical Engineering, IIT Kharagpur, India Abstract Facial

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India ABSTRACT

More information

The CSU Face Identification Evaluation System: Its Purpose, Features and Structure

The CSU Face Identification Evaluation System: Its Purpose, Features and Structure The CSU Face Identification Evaluation System: Its Purpose, Features and Structure David S. Bolme, J. Ross Beveridge, Marcio Teixeira and Bruce A. Draper Computer Science, Colorado State University 3rd

More information

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Spatial Frequency Domain Methods for Face and Iris Recognition

Spatial Frequency Domain Methods for Face and Iris Recognition Spatial Frequency Domain Methods for Face and Iris Recognition Dept. of Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, PA 15213 e-mail: Kumar@ece.cmu.edu Tel.: (412) 268-3026

More information

Multiple Kernel Learning for Emotion Recognition in the Wild

Multiple Kernel Learning for Emotion Recognition in the Wild Multiple Kernel Learning for Emotion Recognition in the Wild Karan Sikka, Karmen Dykstra, Suchitra Sathyanarayana, Gwen Littlewort and Marian S. Bartlett Machine Perception Laboratory UCSD EmotiW Challenge,

More information

Image Processing and Image Representations for Face Recognition

Image Processing and Image Representations for Face Recognition Image Processing and Image Representations for Face Recognition 1 Introduction Face recognition is an active area of research in image processing and pattern recognition. Since the general topic of face

More information

Face Recognition Combine Generic and Specific Solutions

Face Recognition Combine Generic and Specific Solutions Face Recognition Combine Generic and Specific Solutions Jie Wang, Juwei Lu, K.N. Plataniotis, and A.N. Venetsanopoulos Department of Electrical and Computer Engineering, University of Toronto, 10 King

More information

Short Run length Descriptor for Image Retrieval

Short Run length Descriptor for Image Retrieval CHAPTER -6 Short Run length Descriptor for Image Retrieval 6.1 Introduction In the recent years, growth of multimedia information from various sources has increased many folds. This has created the demand

More information

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Olegs Nikisins Institute of Electronics and Computer Science 14 Dzerbenes Str., Riga, LV1006, Latvia Email: Olegs.Nikisins@edi.lv

More information

Local Correlation-based Fingerprint Matching

Local Correlation-based Fingerprint Matching Local Correlation-based Fingerprint Matching Karthik Nandakumar Department of Computer Science and Engineering Michigan State University, MI 48824, U.S.A. nandakum@cse.msu.edu Anil K. Jain Department of

More information

Context based optimal shape coding

Context based optimal shape coding IEEE Signal Processing Society 1999 Workshop on Multimedia Signal Processing September 13-15, 1999, Copenhagen, Denmark Electronic Proceedings 1999 IEEE Context based optimal shape coding Gerry Melnikov,

More information

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method Parvin Aminnejad 1, Ahmad Ayatollahi 2, Siamak Aminnejad 3, Reihaneh Asghari Abstract In this work, we presented a novel approach

More information

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Xiujuan Chai 1, 2, Shiguang Shan 2, Wen Gao 1, 2 1 Vilab, Computer College, Harbin Institute of Technology, Harbin,

More information

Empirical Evaluation of Advanced Ear Biometrics

Empirical Evaluation of Advanced Ear Biometrics Empirical Evaluation of Advanced Ear Biometrics Ping Yan Kevin W. Bowyer Department of Computer Science and Engineering University of Notre Dame, IN 46556 Abstract We present results of the largest experimental

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

More information

A Study on Different Challenges in Facial Recognition Methods

A Study on Different Challenges in Facial Recognition Methods Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.521

More information