基于机器学习的排序优化及其在行人再识别中的应用研究

发布时间:2018-01-24 10:59

  本文关键词: 行人再识别 预排序分类 后排序优化 优先级排序 超图 重排序学习和分类 多特征融合 出处:《中国科学技术大学》2017年博士论文 论文类型:学位论文


【摘要】:近年来,计算机视觉中的行人再识别问题受到了研究者的重点关注,已成为一个新兴的研究领域。目前,行人再识别技术存在许多挑战,特别是重排序或后排序优化问题。行人再识别问题的目标是当其出现在其它相机中时,对其进行再识别。这类视觉系统主要用于人流密集场所的监控,如机场、银行和购物中心等。受遮挡、光照变化、相机视角、相机/目标运动、背景变化等的复杂因素影响,对行人进行准确、鲁棒的再识别存在巨大的挑战。行人再识别的研究主要集中在两个方面:1)产生鲁棒的特征表示或特征描述子;2)建立高效的信息相似性度量机制。大多数方法基于提取的差异特征计算查询图像和图像库之间的相似度,然后再进行排序。此类相似性无法表示图像之间复杂和高层的关系,因此会导致次优的匹配结果,尤其是在秩1排序中,该类方法性能较差。现有的再识别方法在某些特定场景中表现良好,但在秩1排序中的性能仍有待提高。同时,由于需要人为调整,该类视觉系统易用性较差。对此,本文提出排序优化和优先排序方法进行行人再识别。本文提出了两种解决方法:第一种是基于图像预排序分类的行人再识别方法,第二种是基于后排序优先级的行人再识别方法,是本文研究的重点。此外,本文还给出了后排序优化方法的设计和评估细节。本文的主要工作和贡献如下:1)针对行人再识别中大型图像数据库图像查询时间代价大的问题,本文提出基于色彩类别进行预排序分类,创建了六种色彩类别。为产生签名,本研究使用了显著稠密颜色特征,并基于SIFT特征和凸包检测实现目标提取,将行人图像分割为三个水平条以提取特征,然后基于增量线性判别分析进行训练,同时采用最大相关和最小冗余技术减小计算量。2)针对后排序优化问题,本研究提出两种改善基线法结果的方法,分别为基于超图的后排序优化和基于多特征融合的重排序算法。基于图的方法已被证实可有效应用于计算机视觉领域,特别是图像检索和识别问题。但此类方法无法表达样本之间的高层关系,因此本研究采用比基于图的方法更有效的超图方法,并提出了一个基于超图的学习策略,不仅提高了秩1排序的准确性,还对图像之间复杂和高层关系进行建模。该方法首先通过基线法获得初始排序列表,然后应用一种新的优化方法对排序结果进行分类。该算法计算每个图像在列表中的位置并自动查找相关信息。为发现样本之间的关系,本文使用超图进行重排序学习,使用软分配技术学习超图权重。该方法的优点为:1)降低对人工的依赖,提高了视觉系统的自动化性能;2)减少了初始排序列表,因此降低了最终的计算代价;3)对噪声具有较高的鲁棒性而且估计结果具有较高的相关性。3)针对基于单个特征行人再识别系统判别能力不足的问题,本研究提出了一种基于多特征融合的重排序框架。目前,大部分传统方法一般利用独立模式提取长特征向量对图像进行描述。本文提出从样本中提取多种特征,生成混合向量并以此构造联合特征向量,利用曼哈顿距离度量图像对之间的相似性。基于联合特征向量和距离度量方式,本文提出基于树的重排序算法。因此,通过结合不同类型特征的优势,得到了更好的重排序结果。此外,该方法的另一优点是可以对内存进行有效管理。4)本文算法降低了计算代价,能有效表达样本之间的高层关系,将多特征融合集成到重排序过程,实现了更好的重排序性能,提高了行人再识别和重排序的结果。在更有挑战性的VIPeR,CUHK,GRID和ETHZ等公开数据集上进行扩展实验,使用累积匹配特征CMC曲线评估算法性能,结果表明本文提出的重排序方法优于现有算法,而且本文提出的排序优化和优先排序方法可以与基线法相结合以获得较为鲁棒和准确的重排序结果。5)行人再识别后排序问题是目前的研究热点,因此本文介绍了后排序优化(POP)方法的设计和性能评估细节,详细分析了各种后排序算法,基线方法选择机制和基准数据集的选择。此外,本文讨论了设计和评估POP方法的未来研究方向。
[Abstract]:In recent years, the pedestrian in computer vision recognition by the focus of attention of researchers, has become a new research field. At present, the pedestrian recognition technology has many challenges, especially after reordering or sequence optimization problem. Then pedestrian target recognition problem is when it appears in the other camera. Re recognition on it. This kind of visual system is mainly used for monitoring, crowded places such as airports, banks and shopping center. Due to occlusion, changes in illumination, camera, camera / object motion, the complicated factors that affect the change of background, the pedestrian is accurate, robust recognition is still a great challenge. Study on pedestrian recognition mainly concentrated in two aspects: 1) feature representation or robust feature descriptor; 2) to establish an efficient information similarity measure calculation method based on query mechanism. Most of the difference of feature extraction The similarity between the image and the image database, and then sorted. This similarity between images can represent complex and high-level, therefore leads to suboptimal matching results, especially in the 1 rank sort, performance of this kind of method is poor. Then the existing recognition methods in some specific performance in the scene, but the performance in the rank 1 sorting remains to be improved. At the same time, the need to adjust, the visual system usability is poor. In this regard, this sort of optimization and priority sorting method for pedestrian recognition. This paper proposes two methods: the first is the recognition method of pedestrian image pre sorting based on classification. The second is based on the recognition method of pedestrian priority ranking, is the focus of this paper. In addition, this paper gives the sort optimization method of design and evaluation in detail. The main work and contributions are as follows: 1 According to the pedestrian recognition) in large image database image query time cost problem, this paper proposes a pre sorting based on color categories, created six color categories. For signature, this study used a remarkably dense color feature, and the characteristics of SIFT based on the target detection and hull extraction, pedestrian image segmentation is three a horizontal bar to extract features, then the incremental linear discriminant analysis based on training, while the most relevant and minimum redundancy technology to reduce the computation of.2) optimization problem for sorting, this study proposes two methods to improve the baseline results, respectively based on Hypergraph ranking after optimization and re ranking algorithm based on multi feature fusion. Graph based methods have been proved to be effective in the field of computer vision, especially in image retrieval and recognition. But these methods cannot express samples The relationship between the method of high-rise, therefore this study uses the graph based on hypergraph is more effective method, and proposes a hypergraph based learning strategy, not only improves the accuracy of rank 1 ranking, is to model the image between the complex and high-level relations. Firstly, through the sorted list of initial base line method, then the application of a new optimization method to classify the sort results. The algorithm calculates the position of each image in the list and automatically find relevant information. In order to find relationship between samples, this paper use hypergraph reordering learning using hypergraph weight technology learning soft assignment. The advantages of this method are as follows: 1) to reduce the artificial rely on, and improve the automation performance of vision system; 2) reduce the initial sorted list reduces the computational cost, so the final; 3) has high robustness to noise and the estimation result is higher The correlation between.3) for a single feature recognition system based on pedestrian discrimination problems, this study proposes a reranking framework based on multi feature fusion. At present, most of the traditional methods using independent mode extraction of long feature vector to describe the image. This paper proposes multi feature extraction from the samples, and mixed vector generation in order to construct the feature vector, to measure the similarity between image pairs using the Manhattan distance. Feature vector and distance measurement based on the proposed reordering algorithm based on tree. Therefore, through the combination of different types of features, get the ranking results better. In addition, another advantage of this method is the effective management of.4 memory) the proposed algorithm reduces the computational cost, can effectively express high-level relations between samples, will be integrated into the weight sorting of multi feature fusion The reordering process, better performance, improved pedestrian recognition and re ranking results. CUHK in more challenging VIPeR, GRID, ETHZ and other public data sets were extended experiments, using the cumulative matching characteristics of the CMC curve to evaluate the performance of the algorithm. The results show that the proposed method is superior to the existing weight sorting algorithm in this paper, and the optimization and prioritization method can be combined with the baseline method to obtain a robust and accurate reranking results.5) sequence pedestrian recognition is the research hotspot at present, this paper introduces the post ranking optimization (POP) design and performance assessment details method, a detailed analysis of the sorting algorithm after all, the baseline method selection mechanism and the benchmark data set. In addition, this paper discusses the future research direction of the design and evaluation of the POP method.

【学位授予单位】:中国科学技术大学
【学位级别】:博士
【学位授予年份】:2017
【分类号】:TP391.41

【相似文献】

相关期刊论文 前10条

1 初红霞;王科俊;王希凤;郭庆昌;韩晶;;多特征融合的退火粒子滤波目标跟踪[J];计算机工程与应用;2011年06期

2 顾鑫;王海涛;汪凌峰;王颖;陈如冰;潘春洪;;基于不确定性度量的多特征融合跟踪[J];自动化学报;2011年05期

3 姚红革;杜亚勤;;基于多模式多特征融合粒子滤波视频目标跟踪[J];西安工业大学学报;2012年11期

4 王兰;;基于多特征融合的票据分类技术及应用[J];计算机光盘软件与应用;2013年13期

5 陈增照;何秀玲;杨扬;董才林;;基于多特征融合的票据分类技术及应用[J];计算机工程与应用;2006年09期

6 周斌;林喜荣;贾惠波;宋榕;;多特征融合的手背血管识别算法[J];清华大学学报(自然科学版);2007年02期

7 刘贵喜;范春宇;高恩克;;基于粒子滤波与多特征融合的视频目标跟踪[J];光电子.激光;2007年09期

8 胡全;邱兆文;王霓虹;;基于多特征融合的图像语义标注[J];东北林业大学学报;2008年10期

9 周静;黄心汉;彭刚;;基于多特征融合的飞机目标识别[J];华中科技大学学报(自然科学版);2009年01期

10 沈才梁;许雪贵;许方恒;龙丹;;多特征融合的人脸检测[J];计算机系统应用;2009年11期

相关会议论文 前3条

1 叶锋;蔡光东;郑子华;亓晓旭;尹鹏;;基于多特征融合的药用植物标本识别[A];2011年中国智能自动化学术会议论文集(第一分册)[C];2011年

2 段其昌;季长有;;基于多特征融合的快速人脸检测[A];第十七届全国测控计量仪器仪表学术年会(MCMI'2007)论文集(上册)[C];2007年

3 李玉峰;郑德权;赵铁军;;基于SVM和多特征融合的图像分类[A];第四届全国信息检索与内容安全学术会议论文集(上)[C];2008年

相关博士学位论文 前6条

1 刘明华;复杂环境下基于多特征融合的目标跟踪关键技术研究[D];青岛科技大学;2016年

2 SAEED-UR-REHMAN;基于机器学习的排序优化及其在行人再识别中的应用研究[D];中国科学技术大学;2017年

3 田纲;基于多特征融合的Mean shift目标跟踪技术研究[D];武汉大学;2011年

4 徐志刚;基于多特征融合的路面破损图像自动识别技术研究[D];长安大学;2012年

5 陈秀新;多特征融合视频复制检测关键技术研究[D];北京工业大学;2013年

6 初红霞;基于均值移动和粒子滤波的目标跟踪关键技术研究[D];哈尔滨工程大学;2012年

相关硕士学位论文 前10条

1 张岩;基于多特征融合及二部图匹配的3D目标检索技术研究[D];哈尔滨工业大学;2015年

2 计明明;基于多特征融合的三维模型检索技术[D];浙江大学;2015年

3 王庆;基于多特征融合的人体动作识别方法研究[D];上海大学;2015年

4 刘婕;复杂场景多特征融合粒子滤波目标跟踪[D];重庆理工大学;2015年

5 崔剑;基于多特征融合的分级行人检测方法研究[D];电子科技大学;2015年

6 王珊珊;基于极化SAR非监督分类的油膜厚度估算方法研究[D];大连海事大学;2015年

7 肖冠;基于多特征融合的异类传感器中段目标关联算法研究[D];国防科学技术大学;2013年

8 王建荣;基于多特征融合的无人机航拍图像识别研究[D];成都理工大学;2015年

9 高爽;基于多特征融合的粒子滤波跟踪算法研究[D];西安电子科技大学;2014年

10 坎启娇;基于多特征融合的多目标跟踪算法[D];河北工业大学;2015年



本文编号:1459882

资料下载
论文发表

本文链接:https://www.wllwen.com/shoufeilunwen/xxkjbs/1459882.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户11ccd***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com