DETECTION OF FACIAL COMPONENTS IN A VIDEO SEQUENCE BY INDEPENDENT COMPONENT ANALYSIS. Kunio Takaya and Kyung-Yung Choi

Size: px
Start display at page:

Download "DETECTION OF FACIAL COMPONENTS IN A VIDEO SEQUENCE BY INDEPENDENT COMPONENT ANALYSIS. Kunio Takaya and Kyung-Yung Choi"

Transcription

1 DETECTION OF FACIAL COMPONENTS IN A VIDEO SEQUENCE BY INDEPENDENT COMPONENT ANALYSIS Kunio Takaya and Kyung-Yung Choi Electrical Engineering, University of Saskatchewan 57 Campus Drive, Saskatoon, Sask. S7N 5A9, Canada Phone: (306) Fax: (306) kunio_takaya@engr.usask.ca ABSTRACT This paper presents two approaches for detecting facial components in the images contained in a video sequence by Independent Component Analysis (ICA). The ultimate objective is to map detected facial components such as eyes and mouth to a 3D wireframe model to be used in facial animation. One approach is to use face localization technique whereas the other deals with an entire image without cropping face part, but filtering with wavelet subband filters. Face localization is achieved by using the human skin color filtering in YCbCr subspace with other relevant facial information. The wavelet subband filter in the latter approach removes facial parts occupying a large area that contribute in ICA as large basis vectors. The method of Independent Component Analysis is then applied to identify main facial components for subsequent geometrical shape analysis. 1. INTRODUCTION In MPEG-4, a new feature of the face and body animation was added to meet the demands such as telecasting. A customized 3-D agent model as often referred to as avatar can replace a real newscaster in T.V. program, or can be used as a storyteller. In order to take full advantage of this newly added feature in MPEG- 4, it is crucially important to develop a means to automatically produce a 3-D facial model from a video sequence. Such facial models must be described with 3-D geometrical wire frame structures with human like textures associated with the face. From the obvious reason that video images are 2-D whereas the target model is 3-D, the artificial intelligence aided by a data The authors would like to thank TRlabs for cntinued support in the form of fellowship. base needs to supply any missing information to construct such a 3-D wire frame facial model. To construct 3-D facial model, initially, the face needs to be detected and localized in the video sequence. This is also an essential step required for facial feature extraction. Various approaches face detection and localization have been reported, and a comprehensive survey is presented by Yang et al [13]. The human skin color filtering in sub-color spaces has been proved to be effective, and has been adopted in most of the face detection systems at the front end in conjunction with other attributes of the face. Once the face is detected and localized, the stage of facial feature extraction follows to extract specific facial components, which will be subsequently used for synthesizing a face model and for tracking their motion. Principal Component Analysis (PCA) is an approach that takes dominant information of data and reconstructs it with reduced dimensionality in terms of the eigen-space analysis that minimizes the reconstruction error. Although PCA has been successfully applied to many face recognition systems with the 2nd order statistics concept, a number of papers argued that PCA method might lose important information in higher order statistics of facial images. On the other hand, a recently developed technique, called Independent Component Analysis (ICA) [2-4] is a powerful method to represent signals or images, retaining higher order statistics. Blind Source Separation (BSS) and feature extraction are its main application area. In the field of feature extraction using ICA, many papers showed its superior face recognition capability than that of the eigen-face approach based on PCA. In this paper, we address the method of presenting the facial images with some localized facial features such as eyes and mouth using an ICA approach, which 266

2 extracts the statistically independent basis image sets from multiple image presented. Initially skin color filtering is performed in YCbCr color space to a video sequence under a certain constrained conditions. Some other relevant information such as size, shape and geometrical features are combined to localize a face. After the ICA processing on the localized facial images in a video sequence, we will have some localized facial features among all the independent basis image sets that can be used as the key to identify major components of the facial images in the video sequence. The chosen facial features represented by associated coefficients are the specific parts in a face, eyes and mouth parts. The face object decoding table and definition set in the MPEG-4 standard can be applied to the wide range of facial expression, to have authentic facial expression of an individual. When facial features extracted from a video sequence are mapped onto the facial animation feature point set defined in the MPEG-4, the extracted features play a key role in controlling facial motion. Figure 1. The image subtraction. The image subtraction simplified the localization algorithm for as false detection was avoided at the skin color-like background. The search space where skin color filtering is applied, is also reduced from a whole image to only a moved image block. Besides that, potential ability of modeling hair is gained as well. The moved block to which skin color filtering is applied is roughly identified by checking the values in a subtracted image. After applying skin color filtering in the normalized YCbCr color space: Cb = Cb/(Y +Cb+Cr) and Cr = Cr/(Y + Cb + Cr), a skin color region in the image is obtained by simply applying threshold values to Cb and Cr components: Figure FACE LOCALIZATION Although the color discrimination for detecting face has some fundamental problems such as the lack of reliability in varying luminance conditions, background color close to skin color, and different facial colors, it is still a favorable method because of its computational efficiency and robustness against orientations. A number of color spaces have been examined including HSV, normalized RGB, YES, CIE XYZ and other subspaces for constructing the human skin color model. The color descrimination method is usually applied in conjuction with other relevant information describing a face [5-12]. The method used in this paper for the face localization has a constrained condition: There is only one frontal face shown through the video sequence. Though this condition excludes many video clips even with a face or faces, the cases of telecasting or storyteller satisfy the condition. Constrained under this condition, the location of the face within the image was determined, considering such characteristics as skin-like color, an elliptical shape and the ratio between major and minor axis of the ellipse model. The task of skin color filtering was performed on the subtracted image of two different frames in video sequence as shown in Figure 1. Figure 2. Skin color filtered image. The YCbCr color space has been chosen because it is not only closely related to MPEG coding also has a compact skin color distribution in chrominance plane. The luminance component is not useful to find skin color region itself, however, it can extract head-only region in some case. For example, the shade right below the chin in a certain lightening condition and the area below the chin can be removed with luminance information combined with chrominance component. This combination of luminance and chrominance finds the exact head position to cut out a face image by the size filter. Then, an ellipse, initially set as a circle, is palced to bring the upper end to the upper vertex of skin-like region. Keeping this upper vertex of the ellipse model fixed, this ellipse is enlarged to come to the bottom of skin-color region or until a pre-defined ratio between the major and minor axis of this ellipse model is reached. During this enlarging process, the ratio of the two areas, skin color region and an ellipse, is calculated. Since this ratio generally exhibits a cubic function, the most negative derivative gives the best match of the ellipse to the skin color region. The facial images are thus localized by skin color, then normalized to a pre-assigned size for the subsequent step of ICA analysis. Figure 4 shows the results of face localization. 267

3 3. FEATURE EXTRACTION USING ICA The ICA method used in this paper for finding facial features, or equivalently finding the independent basis image sets in the video sequence is conceptually based on the method developed by Bartlett et al [1]. Consider the following ICA model. S = B T X (1) where X = [x T 1, x T 2,, x T n ] T and S = [s T 1, s T 2,, s T n ] T. The row vector X, x i R N is a zero-mean vector and is the concatenation of the column vectors representing the localized facial image matrixes in a video sequence. The row vector S, s i R N is the ICA basis vector and B is a weight matrix to be determined. The fundamental concept in [1] is to represent image data with independent component bases and their associated coefficients. ICA is performed on m( n) principal eigenvectors of the covariance matrix of input images. However, in this paper, the dimension of independent basis sets is reduced to an appropriate number, m, by using a whitening matrix, M R m n, if necessary. Note that PCA approach is applied to find the whitening matrix. M = D 1/2 V T (2) Where, D = diag(σ 1, σ 2,, σ m ) has the eigen values of covariance matrix of X in descending order and V = [v 1, v 2,, v m ] is the eigen vector matrix corresponding to the eigen value. The whitened input given by An approximation of the original input image X is reconstructed with the ICA bases and their corresponding coefficient. X = M 1 W S (6) The reconstruction itself, however, is not of primary interest. The objective is to find some key components common in facial images such as eyes and mouth. To achieve this goal, only several ICA bases need to be selected among all the ICA bases. Since some ICA bases have highly concentrated values representing specific parts of interest, major components are carefully studied. For instance, the 4th ICA basis in Figure 4 is considered as a eyes feature. Though all ICA bases and associated coefficient vectors are required to reconstruct the original images, only a few selected ICA bases are sufficient to reconstruct localized images of facial parts such as around eyes or mouth area. Because the linear combination of highly localized ICA bases and their associated coefficients reflects only on the highly localized area in the images. To find those ICA basis vectors considered as major components of face such as eyes-like or mouth-like ICA basis vectors, a heuristic approach is used: Eye-like features are found in the upper half and either in the left or right half in a ICA basis matrix. Another similar heuristic is applied to mouth. X = MX. (3) is the input to be supplied to the ICA algorithm. Computationally efficient Hyvärinen s algorithm [2] described by W (k + 1) = E{ X(W (k) T X) 3 } 3W (k) (4) was adopted in this paper. The ICA basis are obtained by S = W T X. (5) Figure 4. The localized facial images. Figure 3. The ICA basis. 4. SIMULATION RESULTS The first 60 frames of QCIF formatted video sequence of Miss America are chosen. The method mentioned in part 2 was applied to localize the face. A subtracted image was obtained at the interval of 10 frames. The threshold for the normalized chrominance values to extract skin color region is set to be 0.15 < Cb < 0.3 and 0.3 < Cr < The pre-defined ratio between major and minor axis of the ellipse model is set as 2.5. The dimension of facial feature, m, is chosen to be the same as the number of input image, 268

4 n. The localized facial images are normalized to the matrix size of The ICA method is applied to the luminance components of these localized facial images to find the ICA basis vectors. Eye- and mouthlike facial component images resulting from projecting the facial images to each of the respective basis vectors are shown in Figure 5 and 6. Observed is that the magnitudes of the ICA vectors that consists of a facial component is much smaller than other dominating ICA vectors representing the general shape of a face and backgrounds. In another word, signal to noise ratio is too low for successfully obtaining a facial component from the entire image not localized for any specific face region. For example, a large hair area overshadows eyes and mouth. In order to reduce the magnitudes of the ICA basis vectors representing objects occupying a large area, the wavelet subband filtering [15] (Multi Resolution Analysis) is an effective means to filter out anything except the details representing eyes and mouth in particular. Figure 5. Extracted eyes part in the video sequence. Figure 6. Extracted mouth part in the video sequence. 5. WAVELET TRANSFORM TO ELIMINATE FACE LOCALIZATION As demonstrated by the simulation results, ICA works well to extract facial components such as eyes and mouth. However, due to the fact that the areas of eyes and mouth are small relative to other areas occupied by such components as hair, face background, neck and collars of the dress as well as the background behind a person, the ICA method requires face localization prior to applying ICA. Head motions associated with a video sequence that contains a single face is another factor requiring face localization. When a face is displaced within a sequence of video, detection of facial components tends to be more difficult unless the face portion is cut out and normalized to a face alone image frame. Figure 7. Filtered facial images showing only the details produced by the wavelet transform. When a scale function φ j,k is of two-scale, i.e. φ j,k = φ(2 j t k) the wavelet function ψ(2 j t k) defined by the mother function ψ is orthogonal to φ j,k. When a scaled function of f(t) at the scale j is expanded with a set of coefficients c j k, fj(t) = c j k φ(2j t k) k 269

5 its dual function g(t) at the same scale j can be expanded with the wavelet functions as g j (t) = k d j k ψ(2j t k). The relationship between adjacent scales, f j+1 (t) = f j (t) + g j (t) leads to a progressive relationship relating the function f(t) at two different scales at N and M, f N (t) = g N 1 (t) + g N 2 (t) + g N M (t) + f M (t). Thus, the wavelet transform, or decomposition is usually calculated as schematically illustrated by d N 1 d N 2 d N M c N c N 1 c N 2 c N M The inverse wavelet transform, or reconstruction is described schematically as d N M d N M+1 d N 1 c N M c N M+1 c N 1 c N The Daubechies wavelet function with 10 for the number of vanishing moments was used to filter out low frequency image components. Since the image size is = 2 8, the image reconstructed from c 7 and d 7, or c 7 with d 7 = 0 was used as the image holding only the details instead of the original image c 8. Two filtered images out of 30 video frames used to detect eyes and mouth without face localization are shown in Fig. 7. Note that the position of the face is slightly displaced in these two images. After applying the same ICA procedure targeted to detect mouth, the images shown in Fig. 8 were obtained as results. In spite that no face localization was applied, the mouth image appeared clearly. Figure 8. Extracted mouth part obtained from the filtered facial images by the wavelet transform. In order to determine how signal to noise ratio will improve with respect to mouth image, the power ratio defined by s i 2 γ = basis vectors of mouth all basis vectors s i 2 was calculated for three classes of video sequences, (1) face localized and not filtered, (2) face not localized and filtered, and (3) face localized and filtered. Where, s i is the magnitude of the ICA basis vectors. type of image basis power ratio face localized, original whole image, filtered face localized, filtered The table indicates that the component basis vectors representing objects occupying a large area in the original images were removed by the wavelet filter, resulting in a greater value of the power ratio γ. It also shows that localizing the filtered image further increase the power ratio. 6. CONCLUSION To realize authentic facial expression from an individual contained in a video scene for MPEG-4 face animation, it is essential to extract facial features from the video sequence. In this paper, we have examined a face localization technique using skin color filtering in YCbCr color space with some other information relevant to the face, and verified the concept of facial feature extraction using an ICA approach. Results showed the potential capability of this approach for extracting facial features, making facial component images available with representative ICA basis vectors. The performed ICA algorithm seems to regard the movement of facial part in the video sequence as independent signals. The number of ICA basis to extract major components of face should be chosen properly depending on the property of video sequence. This method appears to be promising to capture minute variations involved in eye and mouth motions so that the face animation system can take advantage of the ICA method. Face localization, however, means an additional step to extract facial component images. Though face localization technique using skin color filtering in YCbCr color space works reasonably well for light skin color without shading, alternative methods that could skip the face localization entirely, are more desireable. The 270

6 wavelet filtered detail images resulting from Multi Resolution Analysis appear to be such effective alternative as power associated with large objects can be suppressed significantly, increasing the detectability of facial components directly from the original image without localizing a face and cropping it. 7. REFERENCES [1] M. Bartlett, H. Laddes, T. Sejowski, Independent component representations for face recognition, In Proc. SPIE Conf. On Human Vision and Electronic Imaging III, 3299: , [2] A. Hyvärinen and E. Oja, A fast fixed point algorithm for independent component analysis, Neural Computation, 9: , [3] A. Hyvärinen and E. Oja, Independent component analysis: Algorithms and applications, Neural Networks, 13(4): , [11] S. Tsekeridou and I. Pitas, Facial feature extraction in frontal views using biometric analogies, IX European Signal Processing Conference (EU- SIPCO 98), Rhodes, Greece, [12] J. Ahlberg, A system for face localization and facial feature extraction, Report no.lith-isy-r- 2172, Linkoping University. [13] M. Yang, N. Ahuja and D. Kriegman, Detecting faces in images: A survey, IEEE Transactions on Pattern Analysis and Machine Intelligence, [14] K. Takaya, N. Aoki, Low bit-rate video by creation of avatars for a certain class of video images - a VRML/JAVA approach, International conference on communication, control and signal processing, pp , [15] M. Vetterli and C. Herley, Wavelets and filter banks: theory and design. IEEE Trans. Acoust. Speech Signal Processing., 40(9) , 1992 [4] J. Hurri, A. Hyvärinen, J. Kahunen and E. Oja, Image feature extraction using independent component analysis, Proceedings of IEEE Nordic Conference on Signal Processing (NORSIG 96), [5] E. Saber and A. Tekalp, Face detection and facial feature extraction using color, shape and symmetry based cost function, Proceedings of ICPR 96, pp , [6] G. Wei and I. Sethi, Face detection for image annotation, Pattern Recognition Letters, 20: , [7] H. Wu, Q. Chen and M. Yachida, Face detection from color images using a fuzzy pattern matching method, IEEE Trans. On Pattern Analysis and Machine Intelligence, 21(6): , [8] C. Garcia, G. Tziritas, Face detection using quantized skin color regions merging and wavelet packet analysis, IEEE Trans. On Multimedia, 1(3): , [9] J. Terrillon, and S. Akamatsu, Comparative performance of different chrominance spaces for color segmemtation and detection of human faces in complex scene images, Proc. 12th Conf. on Vision Interface (VI 99), 2: , [10] Z. Liu, Z. Zhang, C. Jacobs and M. Cohen, Rapid modeling of animated faces from video, Technical Report MSR-TR , Microsoft Research,

Face Detection Using Color Based Segmentation and Morphological Processing A Case Study

Face Detection Using Color Based Segmentation and Morphological Processing A Case Study Face Detection Using Color Based Segmentation and Morphological Processing A Case Study Dr. Arti Khaparde*, Sowmya Reddy.Y Swetha Ravipudi *Professor of ECE, Bharath Institute of Science and Technology

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

Statistical Approach to a Color-based Face Detection Algorithm

Statistical Approach to a Color-based Face Detection Algorithm Statistical Approach to a Color-based Face Detection Algorithm EE 368 Digital Image Processing Group 15 Carmen Ng Thomas Pun May 27, 2002 Table of Content Table of Content... 2 Table of Figures... 3 Introduction:...

More information

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images 1 Anusha Nandigam, 2 A.N. Lakshmipathi 1 Dept. of CSE, Sir C R Reddy College of Engineering, Eluru,

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES Karin Sobottka Ioannis Pitas Department of Informatics, University of Thessaloniki 540 06, Greece e-mail:fsobottka, pitasg@zeus.csd.auth.gr Index

More information

Dynamic skin detection in color images for sign language recognition

Dynamic skin detection in color images for sign language recognition Dynamic skin detection in color images for sign language recognition Michal Kawulok Institute of Computer Science, Silesian University of Technology, Akademicka 16, 44-100 Gliwice, Poland michal.kawulok@polsl.pl

More information

Automatic local Gabor features extraction for face recognition

Automatic local Gabor features extraction for face recognition Automatic local Gabor features extraction for face recognition Yousra BEN JEMAA National Engineering School of Sfax Signal and System Unit Tunisia yousra.benjemaa@planet.tn Sana KHANFIR National Engineering

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Conspicuous Character Patterns

Conspicuous Character Patterns Conspicuous Character Patterns Seiichi Uchida Kyushu Univ., Japan Ryoji Hattori Masakazu Iwamura Kyushu Univ., Japan Osaka Pref. Univ., Japan Koichi Kise Osaka Pref. Univ., Japan Shinichiro Omachi Tohoku

More information

Face Detection Using a Dual Cross-Validation of Chrominance/Luminance Channel Decisions and Decorrelation of the Color Space

Face Detection Using a Dual Cross-Validation of Chrominance/Luminance Channel Decisions and Decorrelation of the Color Space Face Detection Using a Dual Cross-Validation of Chrominance/Luminance Channel Decisions and Decorrelation of the Color Space VICTOR-EMIL NEAGOE, MIHAI NEGHINĂ Depart. Electronics, Telecommunications &

More information

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

Face Detection by Means of Skin Detection

Face Detection by Means of Skin Detection Face Detection by Means of Skin Detection Vitoantonio Bevilacqua 1,2, Giuseppe Filograno 1, and Giuseppe Mastronardi 1,2 1 Department of Electrical and Electronics, Polytechnic of Bari, Via Orabona, 4-7125

More information

A Comparison of Color Models for Color Face Segmentation

A Comparison of Color Models for Color Face Segmentation Available online at www.sciencedirect.com Procedia Technology 7 ( 2013 ) 134 141 A Comparison of Color Models for Color Face Segmentation Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce, J. Luis Tecpanecatl-Xihuitl

More information

CHAPTER 1 Introduction 1. CHAPTER 2 Images, Sampling and Frequency Domain Processing 37

CHAPTER 1 Introduction 1. CHAPTER 2 Images, Sampling and Frequency Domain Processing 37 Extended Contents List Preface... xi About the authors... xvii CHAPTER 1 Introduction 1 1.1 Overview... 1 1.2 Human and Computer Vision... 2 1.3 The Human Vision System... 4 1.3.1 The Eye... 5 1.3.2 The

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

More information

Human Action Recognition Using Independent Component Analysis

Human Action Recognition Using Independent Component Analysis Human Action Recognition Using Independent Component Analysis Masaki Yamazaki, Yen-Wei Chen and Gang Xu Department of Media echnology Ritsumeikan University 1-1-1 Nojihigashi, Kusatsu, Shiga, 525-8577,

More information

Global fitting of a facial model to facial features for model based video coding

Global fitting of a facial model to facial features for model based video coding Global fitting of a facial model to facial features for model based video coding P M Hillman J M Hannah P M Grant University of Edinburgh School of Engineering and Electronics Sanderson Building, King

More information

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover 38 CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING Digital image watermarking can be done in both spatial domain and transform domain. In spatial domain the watermark bits directly added to the pixels of the

More information

A Miniature-Based Image Retrieval System

A Miniature-Based Image Retrieval System A Miniature-Based Image Retrieval System Md. Saiful Islam 1 and Md. Haider Ali 2 Institute of Information Technology 1, Dept. of Computer Science and Engineering 2, University of Dhaka 1, 2, Dhaka-1000,

More information

ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD

ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD Ojo, J. A. a and Adeniran, S. A. b a Department of Electronic and Electrical Engineering, Ladoke Akintola University of Technology,

More information

Facial Expression Detection Using Implemented (PCA) Algorithm

Facial Expression Detection Using Implemented (PCA) Algorithm Facial Expression Detection Using Implemented (PCA) Algorithm Dileep Gautam (M.Tech Cse) Iftm University Moradabad Up India Abstract: Facial expression plays very important role in the communication with

More information

Image enhancement for face recognition using color segmentation and Edge detection algorithm

Image enhancement for face recognition using color segmentation and Edge detection algorithm Image enhancement for face recognition using color segmentation and Edge detection algorithm 1 Dr. K Perumal and 2 N Saravana Perumal 1 Computer Centre, Madurai Kamaraj University, Madurai-625021, Tamilnadu,

More information

Face Detection System Based on Feature-Based Chrominance Colour Information

Face Detection System Based on Feature-Based Chrominance Colour Information Face Detection System Based on Feature-Based Chrominance Colour Information Y.H. Chan and S.A.R. Abu-Bakar Dept. of Microelectronics and Computer Engineering Faculty of Electrical Engineering Universiti

More information

Robust Face Recognition via Sparse Representation

Robust Face Recognition via Sparse Representation Robust Face Recognition via Sparse Representation Panqu Wang Department of Electrical and Computer Engineering University of California, San Diego La Jolla, CA 92092 pawang@ucsd.edu Can Xu Department of

More information

Face Detection in Color Images using Wavelet Packet Analysis

Face Detection in Color Images using Wavelet Packet Analysis Face Detection in Color Images using Wavelet Packet Analysis C. Garcia, G. Zikos, G. Tziritas Institute of Computer Science Foundation for Research and Technology-Hellas P.O.Box 1385, GR 711 10 Heraklion,

More information

FACE RECOGNITION USING FUZZY NEURAL NETWORK

FACE RECOGNITION USING FUZZY NEURAL NETWORK FACE RECOGNITION USING FUZZY NEURAL NETWORK TADI.CHANDRASEKHAR Research Scholar, Dept. of ECE, GITAM University, Vishakapatnam, AndraPradesh Assoc. Prof., Dept. of. ECE, GIET Engineering College, Vishakapatnam,

More information

Skin Infection Recognition using Curvelet

Skin Infection Recognition using Curvelet IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 4, Issue 6 (Jan. - Feb. 2013), PP 37-41 Skin Infection Recognition using Curvelet Manisha

More information

ECG782: Multidimensional Digital Signal Processing

ECG782: Multidimensional Digital Signal Processing Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu ECG782: Multidimensional Digital Signal Processing Spring 2014 TTh 14:30-15:45 CBC C313 Lecture 06 Image Structures 13/02/06 http://www.ee.unlv.edu/~b1morris/ecg782/

More information

(c) (b) Recognition Accuracy. Recognition Accuracy. Recognition Accuracy. PCA-matching Noise Rate σ (a) PCA-matching

(c) (b) Recognition Accuracy. Recognition Accuracy. Recognition Accuracy. PCA-matching Noise Rate σ (a) PCA-matching Application of Independent Component Analysis to Hand-written Japanese Character Recognition Seiichi Ozawa y, Toshihide Tsujimoto y, Manabu Kotani yy, and Norio Baba y Email:fozawa, babag@is.osaka-kyoiku.ac.jp,

More information

Wavelet based Keyframe Extraction Method from Motion Capture Data

Wavelet based Keyframe Extraction Method from Motion Capture Data Wavelet based Keyframe Extraction Method from Motion Capture Data Xin Wei * Kunio Kondo ** Kei Tateno* Toshihiro Konma*** Tetsuya Shimamura * *Saitama University, Toyo University of Technology, ***Shobi

More information

3D Polygon Rendering. Many applications use rendering of 3D polygons with direct illumination

3D Polygon Rendering. Many applications use rendering of 3D polygons with direct illumination Rendering Pipeline 3D Polygon Rendering Many applications use rendering of 3D polygons with direct illumination 3D Polygon Rendering What steps are necessary to utilize spatial coherence while drawing

More information

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component A Fully Automatic System To Model Faces From a Single Image Zicheng Liu Microsoft Research August 2003 Technical Report MSR-TR-2003-55 Microsoft Research Microsoft Corporation One Microsoft Way Redmond,

More information

Camouflage Breaking: A Review of Contemporary Techniques

Camouflage Breaking: A Review of Contemporary Techniques Camouflage Breaking: A Review of Contemporary Techniques Amy Whicker University of South Carolina Columbia, South Carolina rossam2@cse.sc.edu Abstract. Camouflage is an attempt to make a target "invisible"

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 8, March 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 8, March 2013) Face Recognition using ICA for Biometric Security System Meenakshi A.D. Abstract An amount of current face recognition procedures use face representations originate by unsupervised statistical approaches.

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

A New Configuration of Adaptive Arithmetic Model for Video Coding with 3D SPIHT

A New Configuration of Adaptive Arithmetic Model for Video Coding with 3D SPIHT A New Configuration of Adaptive Arithmetic Model for Video Coding with 3D SPIHT Wai Chong Chia, Li-Minn Ang, and Kah Phooi Seng Abstract The 3D Set Partitioning In Hierarchical Trees (SPIHT) is a video

More information

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition ISSN: 2321-7782 (Online) Volume 1, Issue 6, November 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Facial

More information

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 181 A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods Zahra Sadri

More information

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations Maksud Ahamad Assistant Professor, Computer Science & Engineering Department, Ideal Institute of

More information

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory Computers and Mathematics with Applications 61 (2011) 2101 2106 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa An

More information

Skin colour based face detection

Skin colour based face detection Research Online ECU Publications Pre. 2011 2001 Skin colour based face detection Son Lam Phung Douglas K. Chai Abdesselam Bouzerdoum 10.1109/ANZIIS.2001.974071 This conference paper was originally published

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1 FACE RECOGNITION USING PRINCIPLE COMPONENT ANALYSIS (PCA) ALGORITHM P.Priyanka 1, Dorairaj Sukanya 2 and V.Sumathy 3 1,2,3 Department of Computer Science and Engineering, Kingston Engineering College,

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

Robust Face Detection Based on Convolutional Neural Networks

Robust Face Detection Based on Convolutional Neural Networks Robust Face Detection Based on Convolutional Neural Networks M. Delakis and C. Garcia Department of Computer Science, University of Crete P.O. Box 2208, 71409 Heraklion, Greece {delakis, cgarcia}@csd.uoc.gr

More information

Facial expression recognition using shape and texture information

Facial expression recognition using shape and texture information 1 Facial expression recognition using shape and texture information I. Kotsia 1 and I. Pitas 1 Aristotle University of Thessaloniki pitas@aiia.csd.auth.gr Department of Informatics Box 451 54124 Thessaloniki,

More information

Evaluation of texture features for image segmentation

Evaluation of texture features for image segmentation RIT Scholar Works Articles 9-14-2001 Evaluation of texture features for image segmentation Navid Serrano Jiebo Luo Andreas Savakis Follow this and additional works at: http://scholarworks.rit.edu/article

More information

A Comparative Study of Region Matching Based on Shape Descriptors for Coloring Hand-drawn Animation

A Comparative Study of Region Matching Based on Shape Descriptors for Coloring Hand-drawn Animation A Comparative Study of Region Matching Based on Shape Descriptors for Coloring Hand-drawn Animation Yoshihiro Kanamori University of Tsukuba Email: kanamori@cs.tsukuba.ac.jp Abstract The work of coloring

More information

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models SICE-ICASE International Joint Conference 2006 Oct. 8-2, 2006 in Bexco, Busan, Korea Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models Phuong-Trinh

More information

Breaking it Down: The World as Legos Benjamin Savage, Eric Chu

Breaking it Down: The World as Legos Benjamin Savage, Eric Chu Breaking it Down: The World as Legos Benjamin Savage, Eric Chu To devise a general formalization for identifying objects via image processing, we suggest a two-pronged approach of identifying principal

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

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

Speech Driven Synthesis of Talking Head Sequences

Speech Driven Synthesis of Talking Head Sequences 3D Image Analysis and Synthesis, pp. 5-56, Erlangen, November 997. Speech Driven Synthesis of Talking Head Sequences Peter Eisert, Subhasis Chaudhuri,andBerndGirod Telecommunications Laboratory, University

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

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Image Compression Basics Large amount of data in digital images File size

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

7.1 INTRODUCTION Wavelet Transform is a popular multiresolution analysis tool in image processing and

7.1 INTRODUCTION Wavelet Transform is a popular multiresolution analysis tool in image processing and Chapter 7 FACE RECOGNITION USING CURVELET 7.1 INTRODUCTION Wavelet Transform is a popular multiresolution analysis tool in image processing and computer vision, because of its ability to capture localized

More information

Face Recognition using Tensor Analysis. Prahlad R. Enuganti

Face Recognition using Tensor Analysis. Prahlad R. Enuganti Face Recognition using Tensor Analysis Prahlad R. Enuganti The University of Texas at Austin Literature Survey EE381K 14 Multidimensional Digital Signal Processing March 25, 2005 Submitted to Prof. Brian

More information

signal-to-noise ratio (PSNR), 2

signal-to-noise ratio (PSNR), 2 u m " The Integration in Optics, Mechanics, and Electronics of Digital Versatile Disc Systems (1/3) ---(IV) Digital Video and Audio Signal Processing ƒf NSC87-2218-E-009-036 86 8 1 --- 87 7 31 p m o This

More information

The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a

The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a 1 School of Mechatronics

More information

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

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

Color and Texture Feature For Content Based Image Retrieval

Color and Texture Feature For Content Based Image Retrieval International Journal of Digital Content Technology and its Applications Color and Texture Feature For Content Based Image Retrieval 1 Jianhua Wu, 2 Zhaorong Wei, 3 Youli Chang 1, First Author.*2,3Corresponding

More information

Computer vision: models, learning and inference. Chapter 13 Image preprocessing and feature extraction

Computer vision: models, learning and inference. Chapter 13 Image preprocessing and feature extraction Computer vision: models, learning and inference Chapter 13 Image preprocessing and feature extraction Preprocessing The goal of pre-processing is to try to reduce unwanted variation in image due to lighting,

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

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION. Ja-Won Seo and Seong Dae Kim

NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION. Ja-Won Seo and Seong Dae Kim NOVEL PCA-BASED COLOR-TO-GRAY IMAGE CONVERSION Ja-Won Seo and Seong Dae Kim Korea Advanced Institute of Science and Technology (KAIST) Department of Electrical Engineering 21 Daehak-ro, Yuseong-gu, Daejeon

More information

Face recognition using Singular Value Decomposition and Hidden Markov Models

Face recognition using Singular Value Decomposition and Hidden Markov Models Face recognition using Singular Value Decomposition and Hidden Markov Models PETYA DINKOVA 1, PETIA GEORGIEVA 2, MARIOFANNA MILANOVA 3 1 Technical University of Sofia, Bulgaria 2 DETI, University of Aveiro,

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

Face Detection Using Convolutional Neural Networks and Gabor Filters

Face Detection Using Convolutional Neural Networks and Gabor Filters Face Detection Using Convolutional Neural Networks and Gabor Filters Bogdan Kwolek Rzeszów University of Technology W. Pola 2, 35-959 Rzeszów, Poland bkwolek@prz.rzeszow.pl Abstract. This paper proposes

More information

An Integration of Face detection and Tracking for Video As Well As Images

An Integration of Face detection and Tracking for Video As Well As Images An Integration of Face detection and Tracking for Video As Well As Images Manish Trivedi 1 Ruchi Chaurasia 2 Abstract- The objective of this paper is to evaluate various face detection and recognition

More information

CHAPTER 3 WAVELET DECOMPOSITION USING HAAR WAVELET

CHAPTER 3 WAVELET DECOMPOSITION USING HAAR WAVELET 69 CHAPTER 3 WAVELET DECOMPOSITION USING HAAR WAVELET 3.1 WAVELET Wavelet as a subject is highly interdisciplinary and it draws in crucial ways on ideas from the outside world. The working of wavelet in

More information

Landmark Detection on 3D Face Scans by Facial Model Registration

Landmark Detection on 3D Face Scans by Facial Model Registration Landmark Detection on 3D Face Scans by Facial Model Registration Tristan Whitmarsh 1, Remco C. Veltkamp 2, Michela Spagnuolo 1 Simone Marini 1, Frank ter Haar 2 1 IMATI-CNR, Genoa, Italy 2 Dept. Computer

More information

Tracking facial features using low resolution and low fps cameras under variable light conditions

Tracking facial features using low resolution and low fps cameras under variable light conditions Tracking facial features using low resolution and low fps cameras under variable light conditions Peter Kubíni * Department of Computer Graphics Comenius University Bratislava / Slovakia Abstract We are

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

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Independent components of face images: A represent at ion for face recognit ion

Independent components of face images: A represent at ion for face recognit ion 4th Joint Symposium on Neural Computation Proceedings 1997 Independent components of face images: A represent at ion for face recognit ion Marian Stewart Bartlett Terrence J. Sejnowski University of California

More information

A face recognition system based on local feature analysis

A face recognition system based on local feature analysis A face recognition system based on local feature analysis Stefano Arca, Paola Campadelli, Raffaella Lanzarotti Dipartimento di Scienze dell Informazione Università degli Studi di Milano Via Comelico, 39/41

More information

Face Detection Using Integral Projection Models*

Face Detection Using Integral Projection Models* Face Detection Using Integral Projection Models* Ginés García-Mateos 1, Alberto Ruiz 1, and Pedro E. Lopez-de-Teruel 2 1 Dept. Informática y Sistemas 2 Dept. de Ingeniería y Tecnología de Computadores

More information

Image Error Concealment Based on Watermarking

Image Error Concealment Based on Watermarking Image Error Concealment Based on Watermarking Shinfeng D. Lin, Shih-Chieh Shie and Jie-Wei Chen Department of Computer Science and Information Engineering,National Dong Hwa Universuty, Hualien, Taiwan,

More information

Compression of Stereo Images using a Huffman-Zip Scheme

Compression of Stereo Images using a Huffman-Zip Scheme Compression of Stereo Images using a Huffman-Zip Scheme John Hamann, Vickey Yeh Department of Electrical Engineering, Stanford University Stanford, CA 94304 jhamann@stanford.edu, vickey@stanford.edu Abstract

More information

Recognition, SVD, and PCA

Recognition, SVD, and PCA Recognition, SVD, and PCA Recognition Suppose you want to find a face in an image One possibility: look for something that looks sort of like a face (oval, dark band near top, dark band near bottom) Another

More information

Algorithm research of 3D point cloud registration based on iterative closest point 1

Algorithm research of 3D point cloud registration based on iterative closest point 1 Acta Technica 62, No. 3B/2017, 189 196 c 2017 Institute of Thermomechanics CAS, v.v.i. Algorithm research of 3D point cloud registration based on iterative closest point 1 Qian Gao 2, Yujian Wang 2,3,

More information

FAST AND RELIABLE RECOGNITION OF HUMAN MOTION FROM MOTION TRAJECTORIES USING WAVELET ANALYSIS

FAST AND RELIABLE RECOGNITION OF HUMAN MOTION FROM MOTION TRAJECTORIES USING WAVELET ANALYSIS FAST AND RELIABLE RECOGNITION OF HUMAN MOTION FROM MOTION TRAJECTORIES USING WAVELET ANALYSIS Shu-Fai WONG 1 and Kwan-Yee Kenneth WONG 1 1 Department of Computer Science and Information Systems, The University

More information

String Extraction From Color Airline Coupon Image Using Statistical Approach

String Extraction From Color Airline Coupon Image Using Statistical Approach String Extraction From Color Airline Coupon Image Using Statistical Approach Yi Li, Zhiyan Wang, Haizan Zeng School of Computer Science South China University of echnology, Guangzhou, 510640, P.R.China

More information

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm MandaVema Reddy M.Tech (Computer Science) Mailmv999@gmail.com Abstract Facial expression is a prominent posture beneath the skin

More information

Multi-Pose Face Recognition And Tracking System

Multi-Pose Face Recognition And Tracking System Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 381 386 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Query by Fax for Content-Based Image Retrieval

Query by Fax for Content-Based Image Retrieval Query by Fax for Content-Based Image Retrieval Mohammad F. A. Fauzi and Paul H. Lewis Intelligence, Agents and Multimedia Group, Department of Electronics and Computer Science, University of Southampton,

More information

DETC D FACE RECOGNITION UNDER ISOMETRIC EXPRESSION DEFORMATIONS

DETC D FACE RECOGNITION UNDER ISOMETRIC EXPRESSION DEFORMATIONS Proceedings of the ASME 2014 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2014 August 17-20, 2014, Buffalo, New York, USA DETC2014-34449

More information

Automatic Video Caption Detection and Extraction in the DCT Compressed Domain

Automatic Video Caption Detection and Extraction in the DCT Compressed Domain Automatic Video Caption Detection and Extraction in the DCT Compressed Domain Chin-Fu Tsao 1, Yu-Hao Chen 1, Jin-Hau Kuo 1, Chia-wei Lin 1, and Ja-Ling Wu 1,2 1 Communication and Multimedia Laboratory,

More information

Matching Facial Composite Sketches to Police Mug-Shot Images Based on Geometric Features.

Matching Facial Composite Sketches to Police Mug-Shot Images Based on Geometric Features. IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 3, Ver. VII (May-Jun. 2014), PP 29-35 Matching Facial Composite Sketches to Police Mug-Shot Images

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

Scene Change Detection Based on Twice Difference of Luminance Histograms

Scene Change Detection Based on Twice Difference of Luminance Histograms Scene Change Detection Based on Twice Difference of Luminance Histograms Xinying Wang 1, K.N.Plataniotis 2, A. N. Venetsanopoulos 1 1 Department of Electrical & Computer Engineering University of Toronto

More information

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation Face Tracking Amit K. Roy-Chowdhury and Yilei Xu Department of Electrical Engineering, University of California, Riverside, CA 92521, USA {amitrc,yxu}@ee.ucr.edu Synonyms Facial Motion Estimation Definition

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

Adaptive Quantization for Video Compression in Frequency Domain

Adaptive Quantization for Video Compression in Frequency Domain Adaptive Quantization for Video Compression in Frequency Domain *Aree A. Mohammed and **Alan A. Abdulla * Computer Science Department ** Mathematic Department University of Sulaimani P.O.Box: 334 Sulaimani

More information

Multi-Modal Human Verification Using Face and Speech

Multi-Modal Human Verification Using Face and Speech 22 Multi-Modal Human Verification Using Face and Speech Changhan Park 1 and Joonki Paik 2 1 Advanced Technology R&D Center, Samsung Thales Co., Ltd., 2 Graduate School of Advanced Imaging Science, Multimedia,

More information

LECTURE ATTENDANCE SYSTEM WITH FACE RECOGNITION AND IMAGE PROCESSING

LECTURE ATTENDANCE SYSTEM WITH FACE RECOGNITION AND IMAGE PROCESSING LECTURE ATTENDANCE SYSTEM WITH FACE RECOGNITION AND IMAGE PROCESSING Balwant Singh 1, Sunil Kumar 2, Paurush Bhulania 3 ; 1 ECE,Ideal Institute of Technology, Ghaziabad,(India) 2 ECE, Amity School Of Engineering

More information