欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

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

    • 资源ID:4121416       资源大小:2.10MB        全文页数:40页
    • 资源格式: PPT        下载积分:10金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要10金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

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

    #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 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 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 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 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 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 Models 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 pixel 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 (cutler96): 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 average 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.,#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 the 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 image, , 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,Limitations 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 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) Fuzzy 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 calculated 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 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:,(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 (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 hypothesis 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 were 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 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 computed 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. Hesher, 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”, website, 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.,

    注意事项

    本文(基于红外光的脸部识别.ppt)为本站会员(b**)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

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

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

    收起
    展开