基于深度相关滤波器的实时跟踪器

Lei Pu, Xinxi Feng, Z. Hou, Wangsheng Yu, Yufei Zha, Sugang Ma
{"title":"基于深度相关滤波器的实时跟踪器","authors":"Lei Pu, Xinxi Feng, Z. Hou, Wangsheng Yu, Yufei Zha, Sugang Ma","doi":"10.23919/fusion43075.2019.9011354","DOIUrl":null,"url":null,"abstract":"Visual tracking is a challenging task in computer vision. Recently correlation filter based trackers have gained much attention due to their high efficiency and impressive performance. Several methods have been developed to utilize deep features extracted from Convolutional Neural Networks (CNNs) for correlation filter tracking. Despite their success, most of these approaches suffer from low tracking speed due to high computation burden of the deep models. In this paper, we propose a CNN based real-time deep tracker for robust visual tracking. We first exploit hierarchical deep features as target representation, which can better distinguish the target from the backgrounds in the presence of complex situations. Before applied to learn correlation filters, the channel number of hierarchical features is reduced by the principal component analysis (PCA). This method can decrease both feature redundancy and computation. Then we construct a reliable map with features from the last convolutional layer as they encode the most semantic information. The reliable map is used to constraint the searching area where the target most likely exist. To further handle long-term tracking, we improve the model discrimination capability by introducing the original template into the current correlation filter model. As the target movement is usually small between two adjacent frames, we reuse the deep features from location step to update current model. The features are reused by making a circular shift with position displacement of the target, which increases the tracking speed significantly. Extensive experimental results on large benchmarks show that our proposed tracker can perform at real-time and achieves the state-of-the-art performance.","PeriodicalId":348881,"journal":{"name":"2019 22th International Conference on Information Fusion (FUSION)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Deep Correlation Filter based Real-Time Tracker\",\"authors\":\"Lei Pu, Xinxi Feng, Z. Hou, Wangsheng Yu, Yufei Zha, Sugang Ma\",\"doi\":\"10.23919/fusion43075.2019.9011354\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Visual tracking is a challenging task in computer vision. Recently correlation filter based trackers have gained much attention due to their high efficiency and impressive performance. Several methods have been developed to utilize deep features extracted from Convolutional Neural Networks (CNNs) for correlation filter tracking. Despite their success, most of these approaches suffer from low tracking speed due to high computation burden of the deep models. In this paper, we propose a CNN based real-time deep tracker for robust visual tracking. We first exploit hierarchical deep features as target representation, which can better distinguish the target from the backgrounds in the presence of complex situations. Before applied to learn correlation filters, the channel number of hierarchical features is reduced by the principal component analysis (PCA). This method can decrease both feature redundancy and computation. Then we construct a reliable map with features from the last convolutional layer as they encode the most semantic information. The reliable map is used to constraint the searching area where the target most likely exist. To further handle long-term tracking, we improve the model discrimination capability by introducing the original template into the current correlation filter model. As the target movement is usually small between two adjacent frames, we reuse the deep features from location step to update current model. The features are reused by making a circular shift with position displacement of the target, which increases the tracking speed significantly. Extensive experimental results on large benchmarks show that our proposed tracker can perform at real-time and achieves the state-of-the-art performance.\",\"PeriodicalId\":348881,\"journal\":{\"name\":\"2019 22th International Conference on Information Fusion (FUSION)\",\"volume\":\"22 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2019-07-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2019 22th International Conference on Information Fusion (FUSION)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.23919/fusion43075.2019.9011354\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2019 22th International Conference on Information Fusion (FUSION)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.23919/fusion43075.2019.9011354","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

视觉跟踪是计算机视觉领域的一项具有挑战性的任务。近年来,基于相关滤波的跟踪器因其高效率和优异的性能而受到广泛关注。利用卷积神经网络(cnn)中提取的深度特征进行相关滤波跟踪的方法有很多。尽管这些方法取得了成功,但由于深度模型的高计算负担,大多数方法的跟踪速度较低。本文提出了一种基于CNN的实时深度跟踪器,用于鲁棒视觉跟踪。我们首先利用层次深度特征作为目标表示,在复杂情况下可以更好地将目标与背景区分开来。在应用于学习相关滤波器之前,首先通过主成分分析(PCA)减少层次特征的通道数。该方法可以减少特征冗余,减少计算量。然后我们用最后一层的特征构造一个可靠的映射,因为它们编码了最多的语义信息。该可靠图用于约束目标最可能存在的搜索区域。为了进一步处理长期跟踪,我们通过将原始模板引入到当前的相关滤波模型中来提高模型的判别能力。由于目标在相邻两帧之间的运动通常很小,我们重用定位步长的深度特征来更新当前模型。通过对目标的位置位移做一个圆位移来重用这些特征,显著提高了跟踪速度。在大型基准测试上的大量实验结果表明,我们提出的跟踪器可以实时执行并达到最先进的性能。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Deep Correlation Filter based Real-Time Tracker
Visual tracking is a challenging task in computer vision. Recently correlation filter based trackers have gained much attention due to their high efficiency and impressive performance. Several methods have been developed to utilize deep features extracted from Convolutional Neural Networks (CNNs) for correlation filter tracking. Despite their success, most of these approaches suffer from low tracking speed due to high computation burden of the deep models. In this paper, we propose a CNN based real-time deep tracker for robust visual tracking. We first exploit hierarchical deep features as target representation, which can better distinguish the target from the backgrounds in the presence of complex situations. Before applied to learn correlation filters, the channel number of hierarchical features is reduced by the principal component analysis (PCA). This method can decrease both feature redundancy and computation. Then we construct a reliable map with features from the last convolutional layer as they encode the most semantic information. The reliable map is used to constraint the searching area where the target most likely exist. To further handle long-term tracking, we improve the model discrimination capability by introducing the original template into the current correlation filter model. As the target movement is usually small between two adjacent frames, we reuse the deep features from location step to update current model. The features are reused by making a circular shift with position displacement of the target, which increases the tracking speed significantly. Extensive experimental results on large benchmarks show that our proposed tracker can perform at real-time and achieves the state-of-the-art performance.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信