CORC  > 自动化研究所  > 中国科学院自动化研究所  > 毕业生  > 博士学位论文
题名非重叠场景下的跨摄像机目标跟踪研究
作者陈晓棠
学位类别工学博士
答辩日期2013-06-01
授予单位中国科学院大学
授予地点中国科学院自动化研究所
导师谭铁牛
关键词非重叠场景 跨摄像机目标跟踪 拓扑估计 颜色转换 目标匹配 数据关联 Non-overlapping Views Object Tracking across Cameras Topology Estimation Color Transfer Object Matching Data Association
其他题名Object Tracking across Multiple Cameras with Non-overlapping Views
学位专业模式识别与智能系统
中文摘要随着人们对安全性要求的提高以及经济条件的改善,监控摄像头的个数增长速度越来越快,覆盖的范围也越来越广。目前应用中的智能视频监控基本都是依靠单路摄像机单独进行的。然而,单路摄像机的视野有限,容易出现目标被遮挡的现象;并且,随着摄像机的普及,人们对视频监控的需求也逐步提高,许多功能在单个摄像机下不能实现。因此,基于多个摄像机互相协作的智能视频监控应运而生并逐步成为一个研究热点。本文探讨了非重叠场景下的跨摄像机目标跟踪研究的若干问题,主要包括:(1)多摄像机网络拓扑结构的估计;(2)多摄像机之间光照变化的处理;(3)跨摄像机目标匹配与识别;(4)跨摄像机目标跟踪中的数据关联。本文的主要工作如下: 1)为了弥补由于各摄像机视野之间的盲区所导致的时空关系的缺失,我们提出一种基于N邻域累积互相关函数的拓扑估计方法来为学习各摄像机之间的时空信息。我们通过定义N邻域累积互相关函数来锐化互相关函数的峰值,降低噪声的影响。实验证明,本方法可以处理传统的拓扑估计方法不能处理的较长观测时间窗或大规模观测目标集的情况,同时本方法避免了预先解决目标识别或目标跟踪问题,降低了问题的复杂度。 2)为消除不同摄像机之间的光照变化对目标表观颜色的影响,我们学习一种颜色属性转移模型来处理不同光照环境下观测的目标表观。通过将一个摄像机下的观测图像的颜色属性按照另一个摄像机的观测图像的颜色属性强制转换,学习从一个摄像机到另一个摄像机的颜色属性转移模型。依据颜色属性转移模型和运动目标在一个摄像机下的观测表观,就能够估计该目标在另一个摄像机下的观测表观。与其他颜色转移方法不同,本方法不依赖于已知目标对应关系的大规模训练集。 3)为了度量不同摄像机下观测目标之间的相似度,我们提出一种基于方向角度的目标匹配方法进行跨摄像机目标匹配与识别。本方法通过方向角度的概念来处理观测视角的变化,通过随机匹配策略来处理运动目标出现在不同摄像机下时较小的姿势变化。在公开数据集上与多种代表性方法的对比实验证明了本方法对视角和姿势变化具有较强的鲁棒性。 4)由于基于方向角度的目标匹配方法较耗时,不能满足多摄像机目标跟踪系统实时性要求,我们提出一种基于自适应模型的目标匹配方法来解决跨摄像机目标匹配与识别问题。本方法将转移摄像机对作为一个重要的特征,然后结合表观特征,用机器学习方法学习相似度度量模型,并为每个目标都建立一个自适应模型来描述类内的相似度。实验证明本方法提出的转移摄像机对特征以及自适应模型对跨摄像机目标匹配与识别的性能有很大提升。 5)为了得到最终的跨摄像机目标跟踪决策,我们提出一种新的数据关联方法。通过融合目标表观信息以及摄像机之间的时空信息,将一个观测时间窗内到达的目标和已经离开视野的目标构成图模型。我们将多摄像机目标跟踪中的数据关联问题建模为求解图模型的最大权重独立集问题,求解这个整数规划,就可以建立不同摄像机下观测目标的对应关系。与现有数据关联方法不同,使用本方法解决跨摄像机数据关联问题可以得到时间域全局最优解。
英文摘要In recent years, multi-camera visual surveillance systems have attracted much attention and been widely used in applications such as continuously tracking interested objects, early warning of abnormal events, etc. Using multiple cameras, the area of surveillance is expanded and the occlusion problem which is very challenging for single cameras can be solved to a certain degree. In this thesis, we focus on the problem of object tracking across multiple non-overlapping cameras. The key issues include: (1) Topology estimation, (2) Color transfer across cameras, (3) Object matching and recognition across cameras and (4) Data association across cameras. The main contributions of this thesis include the following: 1) In order to compensate for lack of spatio-temporal cues across cameras due to blind areas, we propose a novel method to recover the topology of a multi-camera system based on N-neighbor accumulated cross-correlation functions, which is robust to noise and makes the peaks of cross-correlation functions sharper. Experimental results demonstrate our method can deal with the conditions of a long time window or large amounts of data while traditional methods fail. Meanwhile, our method avoids solving the problem of establishing correspondences across cameras, making it easy to be implemented. 2) In order to alleviate the influence of illumination variance across cameras, we use color characteristic transfer (CCT) models to deal with observations under different cameras. The CCT models are learned by impose one observation's color characteristics on another. Given CCT models, we can predict the observation of an object under one camera according to its observation under another camera. Different from other color transfer approaches, our method do not rely on a large training dataset with knowing correspondences. 3) To measure the similarity between two objects observed under different cameras, we propose a direction-based stochastic matching (DSM) method to realize object recognition across cameras. It depends on directional cues to deal with changes in viewpoint and a stochastic matching strategy to compensate for small variances in pose. Experimental results demonstrate the robustness of our method to viewpoint changes and pose variances. 4) As the DSM method is time-consuming, it cannot meet the requirement of a real-time multi-camera object tracking system. We propose a new algorithm based on adaptive models to solve the problem of object recognit...
语种中文
其他标识符201018014628030
内容类型学位论文
源URL[http://ir.ia.ac.cn/handle/173211/6555]  
专题毕业生_博士学位论文
推荐引用方式
GB/T 7714
陈晓棠. 非重叠场景下的跨摄像机目标跟踪研究[D]. 中国科学院自动化研究所. 中国科学院大学. 2013.
个性服务
查看访问统计
相关权益政策
暂无数据
收藏/分享
所有评论 (0)
暂无评论
 

除非特别说明,本系统中所有内容都受版权保护,并保留所有权利。


©版权所有 ©2017 CSpace - Powered by CSpace