基于红外光的脸部识别.ppt

上传人:b** 文档编号:4121416 上传时间:2021-02-11 格式:PPT 页数:40 大小:2.10MB
返回 下载 相关 举报
基于红外光的脸部识别.ppt_第1页
第1页 / 共40页
基于红外光的脸部识别.ppt_第2页
第2页 / 共40页
点击查看更多>>
资源描述

《基于红外光的脸部识别.ppt》由会员分享,可在线阅读,更多相关《基于红外光的脸部识别.ppt(40页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、#1,U of H,COSC 6397,Face Recognition in the Infrared Spectrum,Prof. Ioannis Pavlidis,#2,Primary Applications,Biometric Identification Passwords/PINs. Tokens (like ID cards). You can be your own password. Surveillance Off-the-shelf facial recognition system that identifies humans as they pass through

2、 a cameras field of view.,#3,Novel Applications,Wearable Recognition Systems Adapt to a specific user and be more intimately and actively involved in the users activities. Face recognition software can help you remember the name of the person you are looking at. Useful for Alzheimers patients.,Smart

3、 Systems Key goal is to give machines perceptual abilities that allow them to function naturally with people. Critical for a variety of human-machine interfaces.,#4,Why Infrared?,Thermal cameras sense emitted radiation,Visible cameras sense reflected light,Visible light has no effect on images taken

4、 in the thermal infrared spectrum. Even images taken in total darkness are clear in the thermal infrared.,#5,Why Infrared? (Contd.),Illumination Invariance Major problem in visible domain. Uniqueness and Repeatability Sense thermal patterns of blood vessels under the skin, which transport warm blood

5、 throughout the body. Remain relatively unaffected by aging. Even identical twins have different thermograms. Immune from Forgery Disguises can be easily detected.,#6,Previous Work,Lot of research was done in the visible band but little attention was given in the infrared spectrum. Recent reduction

6、in the cost of infrared cameras and availability of large data sets encouraged active research in infrared face recognition. Low-Level Models Directly analyze the image pixels and impose probabilities on the features. Examples are PCA, ICA, and FDA. Not good in challenging conditions. High-Level Mod

7、els Synthesize images from 3D templates of known objects and impose probabilities on transformations. Template matching approaches. Computationally expensive. Our Proposal Intermediate model which takes advantage of both Low-Level and High-Level models.,#7,Principal Component Analysis,A D = H x W pi

8、xel image of a face, represented as a vector occupies a single point in D2-dimensional image space. Images of faces being similar in overall configuration, will not be randomly distributed in this huge image space. Therefore, they can be described by a low dimensional subspace. Main idea of PCA (cut

9、ler96): To find vectors that best account for variation of face images in entire image space. These vectors are called eigen vectors. Construct a face space and project the images into this face space (eigenfaces).,#8,Eigenfaces Approach - Training,Training set of images represented by 1,2,3,M The a

10、verage training set is defined by = (1/M) Mi=1 i Each face differs from the average by vector i = i A covariance matrix is constructed as: C = AAT, where A=1,M Finding eigenvectors of N2 x N2 matrix is intractable. Hence, find only M meaningful eigenvectors. M is typically the size of the database.,

11、#9,Eigenfaces Approach - Training,Consider eigenvectors vi of ATA such that ATAvi = ivi Pre-multiplying by A, AAT(Avi) = i(Avi) The eigenfaces are ui = Avi A face image can be projected into this face space by k = UT(k ); k=1,M,#10,Eigenfaces Approach - Testing,The test image, , is projected into th

12、e face space to obtain a vector, : = UT( ) The distance of to each face class is defined by k2 = |-k|2; k = 1,M A distance threshold,c, is half the largest distance between any two face classes: c = maxj,k |j-k|; j,k = 1,M,#11,Eigenfaces Approach - Testing,Find the distance, , between the original i

13、mage, , and its reconstructed image from the eigenface space, f, 2 = | f |2 , where f = U * + Recognition process: IF cthen input image is not a face image; IF c AND kc for all k then input image contains an unknown face; IF c AND k*=mink k c then input image contains the face of individual k*,#12,L

14、imitations of Eigenfaces Approach,Variations in lighting conditions Different lighting conditions for enrolment and query. Bright light causing image saturation. Differences in pose Head orientation 2D feature distances appear to distort. Expression Change in feature location and shape.,#13,IR Face

15、Recognition Training Phase,Compute Offline,#14,IR Face Recognition Test Phase,#15,Segmentation,Noise in the background may effect the performance of a face recognition system. Remove the background. Use thermal information on face to compute the features.,Adaptive Fuzzy Segmentation (kakadiaris02) F

16、uzzy affinity is assigned to spels w.r.t. target object spel. Affinity is computed as weighted sum of the temperature and the temperature gradient in the neighborhood of the target spel. Minimal user interaction because of dynamically assigned weights.,#16,Segmentation (Contd.),Fuzzy affinity is cal

17、culated by:,Spatial Adjacency,Temperature Homogeneity,Temperature Gradient,Weights,Spatial Adjacency:,#17,Segmentation (Contd.),Temperature homogeneity p1,c1) and f(x;p2,c2) in D:,#31,Hypothesis Pruning,Applying a high-level classifier on entire database is computationally very expensive. Pruning of

18、 hypotheses can be achieved by using Bessel parameters (anuj01). Helps in short listing best matches. Bessel parameters for images in database can be computed offline which helps in saving a lot of computation time.,#32,Hypothesis Pruning (Contd.),Define a probability mass function on the database A

19、:,(p(j)obs,c(j)obs) observed Bessel parameters for test image I(j) (p(j),s,c(j),s) estimated Bessel parameters which can be computed offline,Images in database A with P1(|I) greater than a specific threshold value are short listed as best matches.,(D=0.3 for Equinox dataset),#33,Hypothesis Pruning (

20、Contd.),Shortlist the subjects of A with P1(/I) greater than a specific threshold:,Elements of A,Exact Match,Pruned Hypothesis,#34,Pruning Algorithm,Images with this value greater than a threshold are shortlisted,#35,Classification,Bayesian target recognition (anuj00) searches for the target hypothe

21、sis with largest posterior probability given by:,Likelihood,Aprori,Likelihood:,Apriori is same for all images in database (for database of n images, it is 1/n for each image)., : Variance of test image d : dimension of image (2 in this case),#36,Experiments,Equinox Database: Image frame sequences we

22、re acquired at 10 frames/sec while the subject was reciting the vowels a,e,i,o,u.,Sample Images,Experimental Setup,#37,Results ROC Curves,Correct Positive : Test image is in the database and is correctly recognized. False Positive : Test image is not in the database, but is recognized to be an image

23、 of the database Negatives : Test images that are not in the database.,#38,Results Precision & Recall,#39,Conclusion,We came up with a face recognition approach which is computationally inexpensive and at the same time good in challenging conditions. The features of all images in database can be com

24、puted offline and stored for future use. This saves lot of computation time. We improved the performance of classifier by removing background noise of pruned hypothesis using adaptive fuzzy connectedness based image segmentation.,#40,References,anuj01 A. Srivastava, X. W. Liu, B. Thomasson, and C. H

25、esher, Spectral Probability Models for IR Images with Applications to IR Face Recognition, in Proceedings 2001 IEEE Workshop on Computer Vision Beyond the Visible Spectrum: Methods and Applications, Kauai, HI, Dec 14. cutler96 R. Cutler, “Face recognition using infrared images and eigenfaces”, websi

26、te, http:/www.cs.umd.edu/rgc/face/face.htm, 1996. anuj00 A. Srivastava, M. I. Miller, and U. Grenander, “Bayesian automated target recognition, Handbook of Image and Video Processing, Academic Press, pp. 869-881, 2000. kakadiaris02 A. Pednekar, I.A. Kakadiaris, U. Kurkure. Adaptive fuzzy connectedness-based medical image segmentation. In Proc. of the Indian Conf. on Computer Vision, Graphics, and Image Processing (ICVGIP 2002), pp.457-462, Ahmedabad, India, December 16-18 2002.,

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 大学资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁