摘要
目标跟踪是计算机视觉中的一个重要领域.基于PCA子空间学习的跟踪算法假设目标从子空间中生成并且误差项服从小方差的Gauss分布.但是这些算法没有考虑样本在子空间中的先验分布,在以重构误差最小化为目标进行优化时,容易产生过度拟合测试样本现象.为了解决过度拟合问题,本文首先从最大似然估计(ML)角度分析了基于PCA子空间学习的算法原理,然后推导出了样本投影在子空间中坐标方差的无偏估计,最后提出了基于最大后验概率(MAP)的PCA子空间学习算法.在处理跟踪过程中出现的遮挡问题时,本文提出了一种局部跟踪策略.首先,将目标图像分成多个块,假设每个块都从独立的子空间中生成.其次,根据每个分块对目标的重构误差大小判断该分块是否被遮挡.最后,在计算粒子权值和更新子空间时仅使用未被遮挡的分块,从而避免了遮挡物对跟踪结果的干扰.实验表明本文提出的算法能有效地解决目标的部分遮挡、运动模糊和背景干扰等问题,在与其他算法的比较中体现了本算法的优越性.
Object tracking is an important area of computer vision.Tracking algorithms based on principal component analysis(PCA) in linear subspace learning assume that the object is generated from the same subspace,and that the error term is subject to a Gaussian distribution with a small variance.However,these algorithms do not consider the distribution of samples in the subspace,which often results in over-fitting when minimizing the reconstruction error.To solve the over-fitting problem,we first analyze PCA subspace learning algorithms from the maximum-likelihood-estimation perspective.We then deduce an unbiased estimation of the variance of the subspace,and finally we propose a new PCA subspace learning algorithm based on the maximum posteriori probability(MAP) method.We propose a local patch model to deal with the occlusion problem.First,we divide the object image into several patches.It is assumed that every patch is generated from an independent subspace.Then,we use the reconstruction error to judge whether a patch is occluded.Finally,we compute the particles' weight and train the new subspace using only the un-occluded patches,which avoids the adverse effect caused by occlusion.Experiments show that the proposed algorithm can effectively solve the influencing factors such as partial occlusion,motion blur and background interference.The proposed approach shows excellent performance in comparison with other state-of-the-art trackers.
出处
《中国科学:信息科学》
CSCD
北大核心
2016年第4期476-495,共20页
Scientia Sinica(Informationis)
基金
国家自然科学基金(批准号:61472289)
湖北省自然科学基金(批准号:2015CFB254)资助项目
关键词
目标跟踪
主成分分析
子空间方法
最大后验概率
最大似然估计
object tracking
principal component analysis
subspace methods
maximal posterior
maximum likelihood estimation