智能视频监控中的行人跟踪算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
智能视频监控是根据摄像机采集的视频图像,对目标进行检测、跟踪,并对目标的行为进行识别和理解。目前,作为安防领域中最具发展前景的技术之一,视频监控系统得到了广泛的研究与应用,已经成为计算机视觉领域研究的热点。行人跟踪是视频监控系统的核心内容,然而,由于行人运动的多变、光照强度的变化和行人之间的相互遮挡等复杂情况的影响,跟踪器往往存在跟踪精度不高、目标丢失和身份切换等问题。
     本文以实现行人的鲁棒跟踪为主要研究目标,从多个关键技术入手,对行人跟踪算法进行系统的研究,包括行人检测算法、单摄像机行人跟踪算法和多摄像机行人跟踪算法等。
     本文的主要创新工作如下:
     (1)为在复杂场景中准确地检测行人,提出一种基于显著性的局部自相似描述符行人检测算法,该描述符在对数极坐标下表征行人的局部外形特征,并将其作为一个弱分类器,然后通过Adaboost算法将所有弱分类器合并成一个简单且有效的强分类器。该方法计算简单,较好地解决了行人之间的相互遮挡问题,提高了行人检测的准确率和精度。
     (2)研究了单摄像机跟踪算法。首先,针对跟踪器易于丢失目标的问题,提出了将投影直方图和质心偏移粒子滤波相结合的单摄像机单行人跟踪算法。该算法采用的投影颜色直方图引入了空间信息,相比于一般的颜色直方图具有更强的识别能力,同时用质心偏移代替粒子滤波中的重采样过程,提高了跟踪器处理目标被部分遮挡的能力。其次,为解决目标身份切换问题,提出了一种基于群组状态的单摄像机多行人跟踪算法,将多目标跟踪问题转化为最小化统一能量函数问题,该能量函数结合了条件随机场模型和标签代价函数。与传统方法相比,该方法减少了行人发生身份切换的概率,提高了跟踪算法的鲁棒性。
     (3)研究了多摄像机跟踪算法。首先,为了确定多摄像机之间的投影关系,提出了一种基于分层学习的二值描述符匹配算法,通过粗细两个层次的训练获得强分辨能力的二值描述符,提高了学习效率和匹配精度。其次,提出了一种基于加权一致的多摄像机多行人跟踪算法,该算法在网络流的框架下,结合目标的颜色特征和摄像机之间的投影关系,可增强算法处理目标间相互遮挡的能力,同时,利用颜色特征修正检测结果,克服了由检测器和单应性矩阵引起的误差,提高了跟踪算法精度。
The purpose of video surveillance is to endow the computer vision system with human's recognition ability to detect, track and comprehend the state of the object. As the core technology of security field, the video surveillance is getting popular in recent years. The pedestrian tracking is a base and core of video surveillance developed over decades, but detector has some blemish such as low precision, object lost and identify switch et al which due to the effect of the variety of pedestrian motion and illumination as well as the occlusion.
     The critical objective of the thesis is to research the robust pedestrian tracking algorithm in camera system. The contents of the thesis cover the tracking of single objcet single camera, multi-object single camera and multi-object multi-camera. Besides, the related methods are studied such as object detection and keypoint matching.
     The proposed algorithms are summarized as follows:
     (1) We present a high performance detector which included a discriminative LSSS descriptor based on the saliency. The descriptor represents the local shape feature of pedestrian in polar coordinates, and then Real AdaBoost algorithm is used to form a simple and effective strong classifier. This method is sample and improves the ability of dealing with the occlusion, which provides the perfect results for tracking-by-detection algorithm.
     (2) We study the single camera tracking algorithm. Firstly, to resolve the lost problem, a novel single object single camera tracking algorithm combining projection histograms with a centroid shift is proposed. The projection histograms are spatio-colorimetric presentation comparing with the classic color histograms, and the centroid shift is used instead of the resample process of the particle filter, it improves the ability of tracker to deal with part occlusion. Secondly, to decrease the phenomenon of label switch, the group based single camera multi-object tracking algorithm is proposed. The tracking problem is converted into minimum the energy function which combines the conditional random field mode and label cost. Experimental results demonstrate that the proposed algorithm decreases the probability of label switch and improves the robustness of the algorithm comparing with the classical methods.
     (3) The dissertation study the multi-camera tracking algorithm. Firstly, to obtain the projection relation between cameras, the approach presents a binary descriptor matching algorithm based on hierarchical learning method. The descriptor learning process is divided into two levels of coarse and fine, which combines the advantages of the fixed-point sampling mode and random sampling mode. It enhances the performance of learning. Secondly, the proposed work presents a multi-camera multi-object tracking algorithm based on weighted consensus, it combines the target's color feature with the projection relation in network flow framework and enhances the power of dealing with occlusion. The weight consensus algorithm modifies the error caused by detector and camera calibration, therefore, it improves the tracking precision.
引文
[1]COLLINS R T, Lipton A J, Kanade T, et al. A System for Video Surveillance and Monitoring. CMU-RI-TR-00-12[R]. Pittsburgh:Carnegie Melon University,2000.
    [2]GILMORE J F, GARREN D A. Airborne video surveillance[C]. Automatic Target Recognition, Orlando, USA,1998:2-10.
    [3]JOHNSON A Y, SUN J, BOBICK A F. Predicting large population data cumulative match characteristic performance from small population data[M]. Audio-and video-based biometric person authentication. Berlin Heidelberg:Springer,2003:821-829.
    [4]HARITAOGLU 1, HARWOOD D, DAVIS L S. W4:Real-time surveillance of people and their activities[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2000,22(8): 809-830.
    [5]WOLF W, OZER B, TIEHAN L. Smart cameras as embedded systems[J]. Computer.2002,35(9): 48-53.
    [6]MICHALOPOULOS P G. Vehicle detection video through image processing:The autoscope system[J]. IEEE Transactions on Vehicular Technology.1991,40(1):21-29.
    [7]李志华.智能视频监控系统目标跟踪与分类算法研究[D].浙江:浙江大学,2008.
    [8]YILMAZ A. Object tracking:A survey[J]. ACM Computing Surveys.2006,38(4):1-45.
    [9]范新南,丁朋华,刘俊定等.基于序列图像的行人跟踪算法研究综述[J].计算机工程与设计.2012,13(3):278-281.
    [10]CHANG H, NEVATIA R. High performance object detection by collaborative learning of joint ranking of granules features[C]. The 23th IEEE Conference on Computer Vision and Pattern Recognition, San Francisco, USA,2010:41-48.
    [11]GERONIMO D, LOPEZ A M, SAPPA A D, et al. Survey of pedestrian detection for advanced driver assistance systems[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2010,32(7):1239-1258.
    [12]LAMPERT C H, BLASCHKO M B, HOFMANN T. Beyond sliding windows:Object localization by efficient subwindow search[C]. IEEE Conference on Computer Vision and Pattern Recognition, New York, USA,2008:1-8.
    [13]LEHMANN A, LEIBE B, VAN GOOL L. Feature-centric efficient subwindow search[C]. The 12th IEEE International Conference on Computer Vision, kyoto, Japan,2009:940-947.
    [14]LASSERRE J A, BISHOP C M, MINKA T P. Principled hybrids of generative and discriminative models[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, New York, USA,2006:87-94.
    [15]JAIN A K. DUIN R P W, JIANCHANG M. Statistical pattern recognition:A review[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2000,22(1):4-37.
    [16]CORTES C, VAPNIK V. Support-vector networks[J]. Machine Learning.1995,20:273-297.
    [17]VIOLA P, JONES M. Rapid object detection using a boosted cascade of simple features[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Kauai, USA, 2001:511-518.
    [18]DALAL N, TRIGGS B. Histograms of oriented gradients for human detection[C]. The 16th IEEE Computer Society Conference on Computer Vision and Pattern Recognition, San Diego, USA, 2005:886-893.
    [19]VIOLA P, JONES M J, SNOW D. Detecting pedestrians using patterns of motion and appearance[C]. The 9th IEEE International Conference on Computer Vision, Nice, France,2003: 734-741.
    [20]BO W, NEVATIA R. Detection of multiple, partially occluded humans in a single image by bayesian combination of edgelet part detectors[C]. The 10th IEEE International Conference on Computer Vision, Beijing, China,2005:90-97.
    [21]朱谊强,张洪才,程咏梅等.基于adaboost算法的实时行人检测系统[J].计算机测量与控制.2006,14(11):1462-1465.
    [22]赵春晖,张洪才,陆朝霞.一种基于三角特征的行人检测算法[J].计算机工程与应用.2008,44(7):202-205.
    [23]李江,孙立军.基于凸包裁剪的行人视频检测算法[J].计算机工程.2010,36(2):173-175.
    [24]BELONGIE S, MALIK J, PUZICHA J. Shape matching and object recognition using shape contexts[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2002,24(4): 509-522.
    [25]ALEXE B, DESELAERS T, FERRARI V. What is an object?[C]. The 23th IEEE Conference on Computer Vision and Pattern Recognition, San Francisco, USA,2010:73-80.
    [26]RAHTU E, KANNALA J, BLASCHKO M. Learning a category independent object detection cascade[C]. IEEE International Conference on Computer Vision, Barcelona, Spain,2011: 1052-1059.
    [27]BIN F, FUCHAO W, ZHANYI H. Aggregating gradient distributions into intensity orders:A novel local image descriptor[C]. The 24th IEEE Conference on Computer Vision and Pattern Recognition, Springs, USA,2011:2377-2384.
    [28]BO W, NEVATIA R. Simultaneous object detection and segmentation by boosting local shape feature based classifier[C]. The 18th IEEE Conference on Computer Vision and Pattern Recognition, Minneapolis, USA,2007:556-563.
    [29]LI Z, BO W, NEVATIA R. Pedestrian detection in infrared images based on local shape features[C]. IEEE Conference on Computer Vision and Pattern Recognition, Minneapolis, USA, 2007:3442-3449.
    [30]SABZMEYDANI P, MORI G. Detecting pedestrians by learning shapelet features[C]. IEEE Conference on Computer Vision and Pattern Recognition, Minneapolis, USA,2007:1328-1335.
    [31]JIANXIN W, GEYER C, REHE J M. Real-time human detection using contour cues[C]. IEEE International Conference on Robotics and Automation, Shanghai, China,2011:860-867.
    [32]GAVRILA D M. Multi-cue pedestrian deteetion and tracking from a moving vehicle[J]. International Journal of Computer Vision.2007,73(1):41-59.
    [33]FELZENSZWALB P F, GIRSHICK R B, MCALLESTER D, et al. Object detection with discriminatively trained part-based models[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2010,32(9):1627-1645.
    [34]JIANXIN W, REHG J M. Centrist:A visual descriptor for scene categorization[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2011,33(8):1489-1501.
    [35]ARULAMPALAM M S, MASKELL S, GORDON N, et al. A tutorial on particle filters for online nonlinear/non-gaussian bayesian tracking[J]. IEEE Transactions on Signal Processing. 2002,50(2):-174-188.
    [36]ISARD M, BLAKE A. Condensation-conditional density propagation for visual tracking[J]. International Journal of Computer Vision.1998,29(1):5-28.
    [37]NUMMIARO K, KOLLER-MEIER E, VAN GOOL L. An adaptive color-based particle filter[J]. Image and Vision Computing.2003,21(1):99-110.
    [38]李远征,卢朝阳,高全学等.基于多特征融合的均值迁移粒子滤波跟踪算法[J].电子与信息学报.2010,32(2):411-415.
    [39]陈建军,安国成,张索非等.基于直方图插值的均值移动小尺寸目标跟踪算法[J].电子与信息学报.2010,32(9):2119-2125.
    [40]HU W M, ZHOU X, HU M, et al. Occlusion reasoning for tracking multiple people[J]. IEEE Transactions on Circuits and Systems for Video Technology.2009,19(1):114-121.
    [41]HAN B, ZHU Y, COMANICIU D, et al. Visual tracking by continuous density propagation in sequential bayesian filtering framework[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2009,31(5):919-930.
    [42]DEL BIMBO A, DINI F. Particle filter-based visual tracking with a first order dynamic model and uncertainty adaptation[J]. Computer Vision and Image Understanding.2011,115(6): 771-786.
    [43]YIN S, NA J H, CHOI J Y, et al. Hierarchical kalman-particle filter with adaptation to motion changes for object tracking[J]. Computer Vision and Image Understanding.2011,115(6): 885-900.
    [44]ZHU J D, LAO Y W, ZHENG Y F. Object tracking in structured environments for video surveillance applications[J]. IEEE Transactions on Circuits and Systems for Video Technology. 2010,20(2):223-235.
    [45]ADAM A, RIVLIN E, SHIMSHONI I. Robust fragments-based tracking using the integral histogram[C]. The 17th IEEE Computer Society Conference on Computer Vision and Pattern Recognition New York, USA,2006:798-805.
    [46]FUKUNAGA K, HOSTETLER L. The estimation of the gradient of a density function, with applications in pattern recognition[J]. IEEE Transactions on Information Theory.1975,21(1): 32-40.
    [47]COMANICIU D, MEER P. Mean shift:A robust approach toward feature space analysis[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2002,24(5):603-619.
    [48]胡波.基于改进mean shift算法的实时视频目标跟踪[J].光子学报.2012,41(4):461-465.
    [49]周尚波,胡鹏,柳玉炯.基于改进mean-shift与自适应kalman滤波的视频目标跟踪[J].计算机应用.2010,30(6):1573-1576.
    [50]陈爱斌,蔡自兴,董德毅. ‘种基于目标和背景加权的目标跟踪方法[J].控制与决策.2010,25(8):1246-1250.
    [51]方帅,迟健男,徐心和.视频监控中的运动目标跟踪算法[J].控制与决策.2005,20(12):1388-1391,1396.
    [52]杨伟,柴奇,杨华等.基于mean-shift的多目标粒子滤波跟踪算法设计[J].红外技术.2009,31(5):275-278.
    [53]刘晨光,程丹松,刘家锋等.一种基于交互式粒子滤波器的视频中多目标跟踪算法[J].电子学报.201 1,39(2):260-267.
    [54]丁欢,张文生.融合SPA遮挡分割的多目标跟踪方法[J].中国图象图形学报.2012,1J7(1):90-98.
    [55]WU B, NEVATIA R. Detection and tracking of multiple, partially occluded humans by bayesian combination of edgelet based part detectors[J]. International Journal of Computer Vision.2007, 75(2):247-266.
    [56]常发亮,马丽,乔谊正.视频序列中面向人的多目标跟踪算法[J].控制与决策.2007,22(4):418-422.
    [57]黄志蓓,孙树岩,吴健康等.基于特征迹的密集多目标自适应视频跟踪[J].电子学报.201 1,39(s1):37-42.
    [58]刘国成,王永骥.一种基于改进粒子滤波的多目标跟踪算法[J].控制与决策.2009,24(2):317-320.
    [59]PIRSIAVASH H, RAMANAN D, FOWLKES C C. Globally-optimal greedy algorithms for tracking a variable number of objects[C]. IEEE Conference on Computer Vision and Pattern Recognition, Springs, USA,2011:1201-1208.
    [60]YANG B, HUANG C, NEVATIA R. Learning affinities and dependencies for multi-target tracking using a crf model[C]. IEEE Conference on Computer Vision and Pattern Recognition, Springs, USA,2011:1233-1240.
    [61]YANG B, NEVATIA R. Online learned discriminative part-based appearance models for multi-human tracking[C]. Proceedings of the 12th European Conference on Computer Vision, sydney, Australia,2013:484-498.
    [62]YANG B, NEVATIA R. An online learned crf model for multi-target tracking[C]. The 25th IEEE Conference on Computer Vision and Pattern Recogrrition, Providence, USA,2012:2034-2041.
    [63]YANG B, NEVATIA R, IEEE. Multi-target tracking by online learning of non-linear motion patterns and robust appearance models[C]. IEEE Conference on Computer Vision and Pattern Recognition, Portland, USA,2013:1918-1925.
    [64]KHAN S M, SHAH M. Tracking multiple occluding people by localizing on multiple-scene planes[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2009,31(3): 505-519.
    [65]BERCLAZ J, FLEURET F, TURETKEN E, et al. Multiple object tracking using k-shortest paths optimization[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2011,33(9): 1806-1819.
    [66]BEN SHITRIT H, BERCLAZ J, FLEURET F, et al. Tracking multiple peopte under global appearance constraints[C]. The 13th IEEE International Conference on Computer Vision, Barcelona, Spain,2011:137-144.
    [67]ANDRIYENKO A, SCHINDLER K, ROTH S, et al. Discrete-continuous optimization for multi-target tracking[C]. IEEE Conference on Computer Vision and Pattern Recognition, Portland, USA,2013:1926-1933.
    [68]LOWE D G. Object recognition from local scale-invariant features[J]. Proceedings of the 7th IEEE International Conference on Computer Vision.1999,1152:1150-1157..
    [69]M1KOLAJCZYK K, SCHMID C. A performance evaluation of local descriptors[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2005,27(10):1615-1630.
    [70]LUBOMIR B, SUBHRANSU M, THOMAS B, et al. Detecting people using mutually consistent poselet activations[C]. Proceedings of the 11th European Conference on Computer Vision, Heraklion, Greece,2010:168-181.
    [71]TOLA E, LEPETIT V, FUA P. Daisy:An efficient dense descriptor applied to wide-baseline stereo[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2010,32(5): 815-830.
    [72]骞森,朱剑英.基于改进的SIFT特征的图像双向匹配算法[J].机械科学与技术.2007,26(9):1179-1182.
    [73]郑永斌,黄新生,丰松江.SIFT和旋转不变LBP相结合的图像匹配算法[J].计算机辅助设计与图形学学报.2010,22(2):286-292.
    [74]陈伟,刘丽.结合角点特征与SIFT特征的加速图像匹配[J].计算机技术与发展.2012,22(1):98-102.
    [75]ROSTEN E, DRUMMOND T. Machine learning for high-speed corner detection[C]. Proceedings of the 9th European Conference on Computer Vision, Graz, Austria,2006:430-443.
    [76]MAIR E, HAGER G, BURSCHK.A D, et al. Adaptive and generic corner detection based on the accelerated segment test[C]. Proceedings of the 1 lth European Conference on Computer Vision, Heraklion, Greece,2010:183-196.
    [77]LEUTENEGGER S, CHLI M, SIEGWART R Y. Brisk:Binary robust invariant scalable keypoints[C]. IEEE International Conference on Computer Vision, Barcelona, Spain,2011: 2548-2555.
    [78]YAN K, SUKTHANKAR R. PCA-S1FT:A more distinctive representation for local image descriptors[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Washington DC, USA,2004:506-513.
    [79]AMBAI M, YOSH1DA Y. CARD:Compact and real-time descriptors[C]. The 13th IEEE International Conference on Computer Vision Barcelona, Spain,2011:97-104.
    [80]BAY H, TUYTELAARS T, GOOL L. Surf:Speeded up robust features[C].Proceedings of the 9th European Conference on Computer Vision, Graz, Austria,2006:404-417.
    [81]FRAGOSO V, TURK M, HESPANHA J. Locating binary features for keypoint recognition using noncooperative games[C]. The 19th IEEE International Conference on Image Processing, orlando. USA,2012:2389-2392.
    [82]SAHA S, DEMOULIN V. Aloha:An efficient binary descriptor based on haar features[C]. The 19th IEEE International Conference on Image Processing, Orlando, USA,2012:2345-2348.
    [83]CALONDER M, LEPETIT V, STRECHA C, et al. Brief:Binary robust independent elementary features[C]. The 11th European Conference on Computer Vision, Crete, Greece,2010:778-792.
    [84]RUBLEE E, RABAUD V, KONOLIGE K, et al. ORB:An efficient alternative to sift or surf[C]. IEEE International Conference on Computer Vision, Barcelona, Spain,2011:2564-2571.
    [85]ALAHI A, ORTIZ R, VANDERGHEYNST P. Freak:Fast retina keypoint[C]. The 25th IEEE Conference on Computer Vision and Pattern Recognition, Providence,USA,2012:510-517.
    [86]MAAS H G. Image sequence based automatic multi-camera system calibration techniques[J]. Isprs Journal of Photogrammetry and Remote Sensing.1999,54(5-6):352-359.
    [87]BAKER P T, ALOIMONOS Y. Calibration of a multicamera network[C]. The 5th Conference on Computer Vision and Pattern Recognition Workshop, Madison,USA,2003:72-79.
    [88]FUNIAK S, GUESTRIN C, PASKIN M, et al. Distributed localization of networked cameras[C]. The 5th International Conference on Information Processing in Sensor Networks, Nashville, USA, 2006:34-42.
    [89]BARTON-SWEENEY A, LYMBEROPOULOS D, SAVVIDES A. Sensor localization and camera calibration in distributed camera sensor networks[C]. The 3rd International Conference on Broadband Communications, Networks and Systems, San Jose, USA,2006:1-10.
    [90]ERMIS E B, CLAROT P, JODOIN P-M, et al. Activity based matching in distributed camera networks[J]. IEEE Transactions on Image Processing.2010,19(10):2595-2613.
    [91]杨长江,孙凤梅,胡占义.基于二次曲线的纯旋转摄像机自标定[J].自动化学报.2001,27(3):310-317.
    [92]吴福朝,李华,胡占义.基于主动视觉系统的摄像机自定标方法研究[J].自动化学报.2001,27(6):752-762.
    [93]吴福朝,胡占义.摄像机自标定的线性理论与算法[J].计算机学报.2001,24(11):1121-1135.
    [94]吴福朝,胡占义.线性确定无穷远平面的单应矩阵和摄象机自标定[J].自动化学报.2002,28(4):488-496.
    [95]方帅,曹洋,徐心和.一种非标定摄像机的定位新算法[J].仪器仪表学报.2005,26(8):845-848.
    [96]黄小辉,张兴超,刘献忠.交互式电子白板的坐标转换算法[J].计算机工程.2010,36(20):259-261.
    [97]ARNAUD E, MEMIN E. Partial linear gaussian models for tracking in image sequences using sequential monte carlo methods[J]. International Journal of Computer Vision.2007,74(1): 75-102.
    [98]ESHEL R, MOSES Y. Tracking in a dense crowd using multiple cameras[J]. International Journal of Computer Vision.2010,88(1):129-143.
    [99]FLEURET F, BERCLAZ J, LENGAGNE R, et al. Multicamera people tracking with a probabilistic occupancy map[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2008,30(2):267-282.
    [100]KIM K, DAVIS L S. Multi-camera tracking and segmentation of occluded people on ground plane using search-guided particle filtering[C]. Proceedings of the 9th European Conference on Computer Vision, Graz, Austria,2006:98-109.
    [101]STERNIG S, MAUTHNER T, IRSCHARA A, et al. Multi-camera multi-object tracking by robust hough-based homography projections[C]. IEEE International Conference on Computer Vision Workshops, Barcelona, Spain,2011:1689-1696.
    [102]MITTAL A, DAVIS L S. M(2)tracker:A multi-view approach to segmenting and tracking people in a cluttered scene[J]. International Journal of Computer Vision.2003,51(3):189-203.
    [103]CANTON-FERRER C, CASAS J R, PARDAS M, et al. Multi-camera multi-object voxel-based monte carlo 3D tracking strategies[J]. Europe Journal on Advances in Signal Processing. 2011,114:1-15.
    [104]LI G, FRANCO J S, POLLEFEYS M. Multi-object shape estimation and tracking from silhouette cues[C]. IEEE Conference on Computer Vision and Pattern Recognition, Anchorage, USA,2008: 3450-3457.
    [105]HORST P S S, THOMAS M, PETER M R, et al. Robust real-time tracking of multiple objects by volumetric mass densities[C]. IEEE Conference on Computer Vision and Pattern Recognition, Portland, USA,2013:1-8.
    [106]CHANG T H, SHAOGANG G. Tracking multiple people with a multi-camera system[C]. IEEE Workshop on Multi-Object Tracking, Vancouver, Canada,2001:19-26.
    [107]NUMMIARO K, KOLLER-MEIER E, SVOBODA T, et al. Color-based object tracking in multi-camera environments [M]. Pattern recognition proceedings. Magdeburg Germany:DAGM Symposium,2003:591-599.
    [108]COLLINS R T, AMIDI O, KANADE T. An active camera system for acquiring multi-view video[C]. International Conference on Image Processing, New York, USA,2002:517-520.
    [109]DOCKSTADER S L, TEKALP A M. Multiple camera tracking of interacting and occluded human motion[J]. Proceedings of the IEEE.2001,89(10):1441-1455.
    [110]ZHENG W, HRISTOV N I, HEDRICK T L, et al. Tracking a large number of objects from multiple views[C]. IEEE 12th International Conference on Computer Vision, Kyoto, Japan,2009: 1546-1553.
    [111]GASCHLER A, BURSCHKA D, HAGER G. Epipolar-based stereo tracking without explicit 3d reconstruction[C]. The 20th International Conference on Pattern Recognition, Istanbul, Turkey, 2010:1755-1758.
    [112]KAI N, DELLAERT F. Stereo tracking and three-point/one-point algorithms- a robust approach in visual odometry[C]. IEEE International Conference on Image Processing, Atlanta, USA,2006: 2777-2780.
    [113]STOYANOV D, MYLONAS G P, DELIGIANNI F, et al. Soft-tissue motion tracking and structure estimation for robotic assisted mis procedures[C]. Medical image computing and computer-assisted intervention, Pain Springs, CA,2005:139-146.
    [114]MORARIU V I, CAMPS O I. Modeling correspondences for multi-camera tracking using nonlinear manifold learning and target dynamics[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, New York, USA,2006:545-552.
    [115]CALDERARA S, CUCCHIARA R, PRATI A. Bayesian-competitive consistent labeling for people surveillance[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2008, 30(2):354-360.
    [116]LIM S-N, DAVIS L. An ease-of-use stereo-based particle filter for tracking under occlusion [C]. Human motion- understanding, modeling, capture and animation, Rio de Janeiro, Brazil,2007: 225-239.
    [117]GARAY J A, KUTTEN S, PELEG D. A sub-linear time distributed algorithm for minimum-weight spanning trees[C]. The 34th Annual Symposium on Foundations of Computer Science, Palo Alto, USA,1993:659-668.
    [118]OLFATI-SABER R, FAX J A, MURRAY R M. Consensus and cooperation in networked multi-agent systems[J]. Proceedings of the IEEE.2007,95(1):215-233.
    [119]KSCHISCHANG F R, FREY B J, LOELIGER H A. Factor graphs and the sum-product algorithm[J]. IEEE Transactions on Information Theory.2001,47(2):498-519.
    [120]TRON R, VIDAL R, TERZIS A. Distributed pose averaging in camera networks via consensus on SE(3)[C]. Second ACM/IEEE Internationa] Conference on Distributed Smart Cameras, Stanford University, USA,2008:245-254.
    [121]SONG B, KAMAL A T, SOTO C, et al. Tracking and activity recognition through consensus in distributed camera networks[J]. IEEE Transactions on Image Processing.2010,19(10): 2564-2579.
    [122]KAMAL A T, FARRELL J A, ROY-CHOWDHURY A K. Information weighted consensus[C]. IEEE 51st Annual Conference on Decision and Control, Maui, Hawaii,2012:2732-2737.
    [123]AHMED T, FARRELL J A, ROY-CHOWDHURY A K. Information consensus for distributed multi-target tracking[C]. IEEE Conference on Computer Vision and Pattern Recognition, Portland, USA,2013:1-8.
    [124]ZHENG W, HRISTOV N I, KUNZ T H, et al. Tracking-reconstruction or reconstruction-tracking? Comparison of two multiple hypothesis tracking approaches to interpret 3D object motion from several camera views[C]. Motion and Video Computing Workshop on, Snowbird Utah, USA, 2009:1-8.
    [125]YU Q, MEDIONI G. Multiple-target tracking by spatiotemporal monte carlo markov chain data association[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2009,31(12): 2196-2210.
    [126]LEAL-TAIXE L, PONS-MOLL G, ROSENHAHN B. Branch-and-price global optimization for multi-view multi-target tracking[C]. IEEE Conference on Computer Vision and Pattern Recognition, Providence, USA,2012:1987-1994.
    [127]HOFMANN M, WOLF D, RIGOLL G. Hypergraphs for joint multi-view reconstruction and multi-object tracking[C]. The 26th IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Portland, USA,2013:1-8.
    [128]GOUIFFES M, LAGUZET F, LACASSAGNE L. Projection-histograms for mean-shift tracking[C]. IEEE International Conference on Image Processing,2010:4617-4620.
    [129]JIE W, QINGHUA G, HONGYU W, et al. Robust tracking algorithm for wireless sensor networks based on improved particle filter[J]. Wireless Communications and Mobile Computing. 2012,12(10):891-900.
    [130]NEUBECK A, VAN GOOL L. Efficient non-maximum suppression[C]. The 18th International Conference on Pattern Recognition Hong Kong,China,2006:850-855.
    [131]MING-MING C, GUO-XIN Z, MITRA N J, et al. Global contrast based salient region detection[C]. IEEE Conference on Computer Vision and Pattern Recognition, Springs, USA, 2011:409-416.
    [132]ROTHER C, KOLMOGOROV V, BLAKE A. "Grabcut"-interactive foreground extraction using iterated graph cuts[J]. Acm Transactions on Graphics.2004,23(3):309-314.
    [133]BAK S, CORVEE E, BREMOND F, et al. Boosted human re-identification using riemannian manifolds[J]. Image and Vision Computing.2012,30(6-7):443-452.
    [134]SHECHTMAN E, IRANI M. Matching local self-similarities across images and videos[C]. IEEE Conference on Computer Vision and Pattern Recognition, San Diego, USA,2007:1902-1909.
    [135]SCHAPIRE R E, SINGER Y. Improved boosting algorithms using confidence-rated predictions[J]. Machine Learning.1999,37(3):297-336.
    [136]DOLLAR P, WOJEK C, SCHIELE B, et al. Pedestrian detection:A benchmark[C]. The 20th IEEE Conference on Computer Vision and Pattern Recognition Minneapolis, USA,2009: 304-311.
    [137]PERERA A G A, SRINIVAS C, HOOGS A, et al. Multi-object tracking through simultaneous long occlusions and split-merge conditions[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, NY, USA,2006:666-673.
    [138]CHENG-HAO K, CHANG H, NEVATIA R. Multi-target tracking by on-line learned discriminative appearance models[C]. The 23th IEEE Conference on Computer Vision and Pattern Recognition, San Francisco, USA,2010:685-692.
    [139]GE W, COLLINS R T, RUBACK R B. Vision-based analysis of small groups in pedestrian crowds[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.34(5):1003-1016.
    [140]MCPHAIL C, WOHLSTEIN R T. Using film to analyze pedestrian behavior[J]. Sociological Methods & Research.1982,10(3):347-375.
    [141]STIEFELHAGEN R, BERNARDIN K, BOWERS R, et al. The clear 2006 evaluation[M]. Berlin Heidelberg:Springer.2006:1-45.
    [142]ZHANG J, LO PRESTI L, SCLAROFF S, et al. Online multi-person tracking by tracker hierarchy[C]. The 9th IEEE International Conference on Advanced Video and Signal-Based Surveillance, Beijing, China,2012:379-385.
    [143]BENFOLD B, REID I. Stable multi-target tracking in real-time surveillance video[C]. The 24th IEEE Conference on Computer Vision and Pattern Recognition, Springs, USA,2011:3457-3464.
    [144]BENFOLD B, REID 1. Guiding visual surveillance by tracking human attention[C]. Proceedings of the 20th British Machine Vision Conference, Rama Chellappa, University of Maryland,2009: 14.1-14.11.
    [145]ANDRIYENKO A, SCHINDLER K. Multi-target tracking by continuous energy minimization[C]. The 13th IEEE International Conference on Computer Vision Workshops, Barcelona, Spain,2011:1265-1272.
    [146]ROSTEN E, PORTER R, DRUMMOND T. Faster and better:A machine learning approach to corner detection[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2010, 32(1):105-119.
    [147]QUINLAN J R. Induction of decision trees[J]. Machine Learning.1986,1(1):81-106.
    [148]HARTLEY R, ZISSERMAN A. Multiple view geometry in computer vision[M]. Cambridge: Cambridge University Press,2003:32-33.
    [149]FISCHLER M A, BOLLES R C. Random sample consensus- a paradigm for model-fitting with applications to image-analysis and automated cartography[J]. Communications of the Acm.1981, 24(6):381-395.
    [150]GRAY D, TAO H. Viewpoint invariant pedestrian recognition with an ensemble of localized features[C]. Proceedings of the 10th European Conference on Computer Vision, Marseille, France,2008:262-275.
    [151]JAVED O, SHAFIQUE K, SHAH M:Appearance modeling for tracking in multiple non-overlapping cameras[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, San Diego, USA,2005:26-33.
    [152]PORIKLI F. Inter-camera color calibration by correlation model function[C]. International Conference on Image Processing, Barcelona, Spain,2003:133-136.
    [153]FINLAYSON G, HORDLEY S, SCHAEFER G, et al. Illuminant and device invariant colour using histogram equalisation[J]. Pattern Recognition.2005,38(2):179-190.
    [154]MADDEN C, CHENG E D, PICCARDI M. Tracking people across disjoint camera views by an illumination-tolerant appearance representation[J]. Machine Vision and Applications.2007, 18(3-4):233-247.
    [155]PARK U, JAIN A K, KITAHARA I, et al. Vise:Visual search engine using multiple networked cameras[C]. The 18th International Conference on Pattern Recognition, Hong Kong, China,2006: 1204-1207.
    [156]IGOR KVIATKOVSKY A A, EHUD R. Color invariants for person re-identification[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence.2013,35(7):1622-1634.
    [157]RUBNER Y, TOMASI C, GUIBAS L J. The earth mover's distance as a metric for image retrieval[J]. International Journal of Computer Vision.2000,40(2):99-121.
    [158]ANDRIYENKO A, ROTH S, SCHINDLER K. An analytical formulation of global occlusion reasoning for multi-target tracking[C]. The 13th IEEE International Conference on Computer Vision Workshops, Barcelona, Spain,2011:1839-1846.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700