硕士论文--基于流形的粒子滤波研究及其在人脸跟踪中的应用.doc
《硕士论文--基于流形的粒子滤波研究及其在人脸跟踪中的应用.doc》由会员分享,可在线阅读,更多相关《硕士论文--基于流形的粒子滤波研究及其在人脸跟踪中的应用.doc(103页珍藏版)》请在咨信网上搜索。
1、摘 要工学 硕士学位论文基于流形的粒子滤波研究及其在人脸跟踪中的应用学生姓名指导教师江苏科技大学二OO九年三月 摘 要本文系统介绍了适用于解决非线性非高斯系统问题的粒子滤波的基本原理和关键技术,针对标准粒子滤波(PF)中存在的粒子退化及算法实时性问题,把流形、权值选择和线性优化重采样等思想引入到PF中进行算法改进,提出了基于施蒂费尔流形和权值选择的粒子滤波(SM-WS-PF)、基于施蒂费尔流形和线性优化重采样的粒子滤波(SM-LOCR-PF),并将改进算法应用到非线性、非高斯系统状态估计中,与UPF进行了性能仿真对比分析,仿真结果表明改进算法不仅能增加粒子多样性,有效防止粒子退化现象,改善滤波
2、精度,而且能提高算法的实时性和鲁棒性。同时本文还总结了粒子滤波主要收敛性结果及其分析证明,考虑到硬件资源的承载能力,本文还设计了一种结合似然分布自调整和样本自适应调整两种方法的改进自适应粒子滤波,最后采用捷联惯导误差模型对设计的自适应算法进行仿真分析。人脸跟踪是属于计算机视觉研究领域的一个重要分支,它作为人脸信息处理中的一项关键技术,在基于内容的图像与视频检索、视频监控与跟踪、视频会议以及智能人机交互等方面都有着重要的应用价值。实际研究表明将粒子滤波引入人脸跟踪领域能很好的保证跟踪精度和鲁棒性,但是却丧失了实时性;而且当目标所在环境中存在多个人脸时,通常的粒子滤波算法会导致发散,所以本文又加入
3、了Isomap学习方法。实验分析表明,本文提出的SM-PF和Isomap-SM-PF算法,尤其是后者,能大大提高算法实时性,在人脸姿态变化、旋转、遮挡、背景等发生变化时也能很好的进行跟踪,表现出一定的优越性。关键字 粒子滤波;收敛性证明;流形;自适应;人脸跟踪ABSTRACTThis paper systematically introduced the basic principles and the key technologies of the particle filter which is properly used to solve the problems of the non-
4、linear and non-Gaussian systems. To solve the problem of particle degeneracy and overload calculation in particle filter (PF), we applied manifold learning, weight selected and linear optimizing resampling method to PF, which replaced the traditional resampling method, and proposed the improved part
5、icle filter based on Stiefel Manifold , which combines weight selected method and linear optimizing resampling method respectively together, called SM-WS-PF and SM-LOCR-PF.We adopted improved PF to non-linear and non-Gaussian system state estimation, and analyzed the tracking performance of SM-WS-PF
6、, SM-LOCR-PF and UPF. Simulation results show that improved algorithms can effectively solve the problem of particle degeneracy, increase particle diversity, and improve filter accuracy and real-time performance of the algorithm. In addition, We analysis and prove the main convergence results of par
7、ticle filter. Considering the capacity of hardware resources, we also design a new adaptive particle filter in view of the algorithmic limitations caused by configuration of hardware,and adopt the SINS error model to testify the performance of the new adaptive algorithm.Face tracking is an important
8、 branch of computer vision research filed, as information processing in the face of a key technology in content-based image and video search, video surveillance and tracking, video conferencing, as well as intelligent human-computer interaction, and so on. Nowsdays, more experiment results indicate
9、that Particle filter can show very good performance in this area to ensure the accuracy of tracking and robustness, but the loss of real-time. Further, it is still some problems that we should concern, the common PF algorithm will lead to divergence when we track face among several persons. In the p
10、aper, the proposed SM-PF and Isomap-SM-PF algorithm are used to solve this shortcomings.Simulator experimental results showed the algorithms robustness to the agile motion of face, the change of il- lumination and partial occlusion in the presence of complex background, especially the Isomap-SM-PFs
11、performance.Keywords: Particle filter; Convergence Proof; Manifold; Adaptive particle filter; Face tracking93目 录目 录摘 要IABSTRACTII第1章 绪 论11.1 选题的意义和实用价值11.2 国内外研究现状和发展趋势21.2.1粒子滤波的发展与应用21.2.2 粒子滤波的缺陷和现有的解决方法21.2.3 需要深入研究的问题41.3 课题研究内容和主要章节安排51.3.1课题研究内容51.3.2 课题主要章节安排6第2章 粒子滤波技术及其收敛性分析证明72.1滤波问题常用框架7
12、2.1.1 滤波常用框架72.1.2 动态空间模型82.1.3 递推贝叶斯估计82.2 粒子滤波理论92.2.1 标准粒子滤波算法92.2.2 粒子集的退化和重采样102.2.3 标准粒子滤波伪代码112.3 粒子滤波主要收敛性结果分析132.3.1 基本问题描述132.3.2 粒子滤波引入142.3.3 主要的结论152.3.4 修正粒子滤波182.3.5命题1的证明202.4 本章小结28第3章 基于流形分布的改进粒子滤波研究293.1标准粒子滤波的缺点293.1.1选取好的重要性密度函数293.1.2 重采样303.2 改进粒子滤波研究313.2.1改进重要性密度函数的粒子滤波313.2
13、.2改进重采样环节处理的粒子滤波313.3 基于施蒂费尔流形的粒子滤波研究313.3.1施蒂费尔流形313.3.2 矩阵变量分布323.3.3 流形上的状态空间模型323.3.4 有效粒子数333.3.5 SMPF算法描述333.4 混合退火粒子滤波研究343.4.1 混合退火粒子滤波基本思想343.4.2 混合退火建议分布343.4.3混合退火粒子滤波363.5 基于权值选择的粒子滤波363.5.1权值优选思想363.5.2基于权值选择的粒子滤波算法373.6 线性优化重采样粒子滤波373.6.1线性优化重采样思想373.6.2线性优化重采样粒子滤波383.7基于施蒂费尔流形和权值优选的粒子
14、滤波研究393.8基于施蒂费尔流形和线性优化重采样的粒子滤波研究403.9改进粒子滤波仿真分析413.10 本章小结45第4章 自适应粒子滤波研究474.1 似然分布自适应调整474.2 样本数自适应粒子滤波484.2.1 理论基础494.2.2 样本数自适应粒子滤波504.3 改进自适应粒子滤波514.4 自适应粒子滤波仿真分析524.5 本章小结54第5章 粒子滤波算法在人脸跟踪上的应用555.1 人脸跟踪介绍555.1.1人脸跟踪问题555.1.2人脸跟踪问题的难点555.1.2人脸跟踪方法565.1.4本章所采用的人脸跟踪方法605.2 跟踪算法相关理论基础615.2.1 颜色直方图6
15、15.2.2 二阶直方图625.2.3 加权颜色直方图635.2.4 基于Bhattacharyya系数的位置度量645.3基于直方图的均值偏移人脸跟踪算法655.3.1 均值偏移算法的原理655.3.2均值偏移人脸跟踪算法实现665.4 基于直方图的粒子滤波人脸跟踪算法695.4.1 粒子采样705.4.2 粒子状态转移705.4.3 粒子更新715.4.4 目标位置确定715.4.5 重采样725.4.6 粒子滤波人脸跟踪算法实现725.5基于椭圆拟合的人脸跟踪算法745.6基于流形的人脸跟踪算法755.6.1流形维数约简技术755.6.2 等距映射Isomap765.6.3 局部线性嵌入
16、LLE765.6.4 基于流形的粒子滤波人脸跟踪算法775.7人脸跟踪仿真795.7.1人脸跟踪仿真结果795.7.2 仿真分析825.8 本章小结83结 论85参考文献89致 谢93CONTENTSCONTENTSAbstract in ChineseIAbstract in EnglishIIChapter 1 Intrduction11.1 Theory value and practical significance11.2 Present situation and development trend21.2.1 Development and application of part
17、icle filter21.2.2 Defects and exsit solutions of particle filter21.2.3 Further research41.3 Research contents and main sections51.3.1 Research contents51.3.2 Main sections6Chapter 2 Particle filter technology and its convergence analysis72.1 Common framework of Filtering problems72.1.1 Commom framew
18、ork72.1.2 Dynamic space model82.1.3 Recursive bayesian estimation82.2 Particle filter theory92.2.1 Standard particle filter algorithm92.2.2 Degeneracy problem and resampling102.2.3 Standard particle filter algorithm pseudo-code112.3 Particle filter convergence analysis132.3.1 Basic problem descripti
19、on132.3.2 Particle filter introduction142.3.3 Main results152.3.4 Modified particle filter182.3.5 Proposition 1 prove202.4 Summary28Chapter 3 improved particle filter based on manifold293.1 Shortcomings of standard particle filter293.1.1 Choose good importance density function293.1.2 Resampling meth
20、ods303.2 Research on improved particle filter313.2.1 Improved importance density function313.2.2 Improved resampling methods313.3 Improved particle filter based on stiefel manifold313.3.1 Stiefel Manifold313.3.2 Matrix variable distribution323.3.3 State space model on the manifold323.3.4 Effective p
21、articles333.3.5 SMPF description333.4 Research on Hybrid annealing particle filter343.4.1 Basic idea of hybrid annealing particle filter343.4.2 Hybrid annealing proposal distribution343.4.3 Hybrid annealing particle filter describtion363.5 Particle filter based on weight-selected363.5.1 Weight-selec
22、ted method363.5.2 Weight-selected particle filter373.6 Linear optimization resampling particle filter373.6.1 Linear optimization resampling method373.6.2 Linear optimization re-sampling particle filter383.7 Particle filter based on stiefel manifold and weight-selected393.8 Particle filter based on s
23、tiefel manifold and Linear optimization resampling403.9 Improved particle filter simulation analysis413.10 Summary45Chapter 4 Research on adaptive particle filter474.1 Likelihood distribution adaptive adjustment474.2 Particle numbers adaptive adjustment484.2.1 Theoretical basis494.2.2 Particle numbe
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 硕士论文 基于 流形 粒子 滤波 研究 及其 跟踪 中的 应用
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【精***】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【精***】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。