{"title":"Object Tracking using CSRT Tracker and RCNN","authors":"Khurshedjon Farkhodov, Suk-Hwan Lee, Ki-Ryong Kwon","doi":"10.5220/0009183802090212","DOIUrl":null,"url":null,"abstract":"Nowadays, Object tracking is one of the trendy and under investigation topic of Computer Vision that challenges with several issues that should be considered while creating tracking systems, such as, visual appearance, occlusions, camera motion, and so on. In several tracking algorithms Convolutional Neural Network (CNN) has been applied to take advantage of its powerfulness in feature extraction that convolutional layers can characterize the object from different perspectives and treat tracking process from misclassification. To overcome these problems, we integrated the Region based CNN (Faster RCNN) pre-trained object detection model that the OpenCV based CSRT (Channel and Spatial Reliability Tracking) tracker has a high chance to identifying objects features, classes and locations as well. Basically, CSRT tracker is C++ implementation of the CSR-DCF (Channel and Spatial Reliability of Discriminative Correlation Filter) tracking algorithm in OpenCV library. Experimental results demonstrated that CSRT tracker presents better tracking outcomes with integration of object detection model, rather than using tracking algorithm or filter itself.","PeriodicalId":162397,"journal":{"name":"Bioimaging (Bristol. Print)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"12","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Bioimaging (Bristol. Print)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.5220/0009183802090212","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 12
Abstract
Nowadays, Object tracking is one of the trendy and under investigation topic of Computer Vision that challenges with several issues that should be considered while creating tracking systems, such as, visual appearance, occlusions, camera motion, and so on. In several tracking algorithms Convolutional Neural Network (CNN) has been applied to take advantage of its powerfulness in feature extraction that convolutional layers can characterize the object from different perspectives and treat tracking process from misclassification. To overcome these problems, we integrated the Region based CNN (Faster RCNN) pre-trained object detection model that the OpenCV based CSRT (Channel and Spatial Reliability Tracking) tracker has a high chance to identifying objects features, classes and locations as well. Basically, CSRT tracker is C++ implementation of the CSR-DCF (Channel and Spatial Reliability of Discriminative Correlation Filter) tracking algorithm in OpenCV library. Experimental results demonstrated that CSRT tracker presents better tracking outcomes with integration of object detection model, rather than using tracking algorithm or filter itself.
目前,目标跟踪是计算机视觉研究的热点之一,在创建跟踪系统时需要考虑几个问题,如视觉外观、遮挡、相机运动等。在一些跟踪算法中,卷积神经网络(CNN)利用其强大的特征提取功能,卷积层可以从不同的角度对目标进行表征,并从错误分类的角度处理跟踪过程。为了克服这些问题,我们集成了基于区域的CNN(更快的RCNN)预训练的目标检测模型,该模型使基于OpenCV的CSRT(通道和空间可靠性跟踪)跟踪器有很高的机会识别目标的特征、类别和位置。CSRT跟踪器基本上是OpenCV库中CSR-DCF (Channel and Spatial Reliability of Discriminative Correlation Filter)跟踪算法的c++实现。实验结果表明,与使用跟踪算法或滤波器本身相比,集成目标检测模型的CSRT跟踪器具有更好的跟踪效果。