| Literature DB >> 35957383 |
Zhenxin Li1, Xuande Zhang1, Long Xu2,3, Weiqiang Zhang4.
Abstract
Visual object tracking has been a major research topic in the field of computer vision for many years. Object tracking aims to identify and localize objects of interest in subsequent frames, given the bounding box of the first frame. In addition, the object-tracking algorithms are also required to have robustness and real-time performance. These requirements create some unique challenges, which can easily become overfitting if given a very small training dataset of objects during offline training. On the other hand, if there are too many iterations in the model-optimization process during offline training or in the model-update process during online tracking, it will cause the problem of poor real-time performance. We address these problems by introducing a meta-learning method based on fast optimization. Our proposed tracking architecture mainly contains two parts, one is the base learner and the other is the meta learner. The base learner is primarily a target and background classifier, in addition, there is an object bounding box prediction regression network. The primary goal of a meta learner based on the transformer is to learn the representations used by the classifier. The accuracy of our proposed algorithm on OTB2015 and LaSOT is 0.930 and 0.688, respectively. Moreover, it performs well on VOT2018 and GOT-10k datasets. Combined with the comparative experiments on real-time performance, our algorithm is fast and robust.Entities:
Keywords: few iterations; meta-learning; object tracking; real-time; robustness; transformer
Mesh:
Year: 2022 PMID: 35957383 PMCID: PMC9370940 DOI: 10.3390/s22155826
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Figure 1The overall architecture of our proposed single object visual tracking algorithm.
Figure 2The Siamese tracking pipeline for generic object tracking.
Figure 3Simplified transformer architecture for Siamese-based tracking networks.
Figure 4Comparison of the success rate and accuracy of the proposed algorithm with baseline algorithm and other advanced tracking algorithms. (a) success plots; and (b) precision plots.
Figure 5Precision plots and success plots corresponding to some typical scenarios. The OTB2015 dataset was used for the evaluation.
EAO score ranking of trackers tested at VOT-2018.
| Tracker | Accuracy | Robustness | EAO |
|---|---|---|---|
| SiamFC | 0.503 | 0.585 | 0.188 |
| SiamRPN | 0.490 | 0.464 | 0.244 |
| SiamR-CNN | 0.609 | 0.220 | 0.408 |
| SiamAttn |
| 0.160 |
|
| SiamBAN | 0.597 | 0.178 | 0.452 |
| Ocean | 0.592 |
|
|
| DiMP50 | 0.597 | 0.153 | 0.440 |
| PrDiMP50 | 0.618 | 0.165 | 0.442 |
| TrDiMP | 0.600 | 0.141 | 0.462 |
| Our |
|
|
|
Figure 6Comparison of the success rate and accuracy of the proposed algorithm with baseline algorithm and other advanced tracking algorithms. (a) Success plots; (b) precision plots; and (c) normalized precision plots.
AO score ranking of trackers tested at GOT-10k.
| Tracker | AO |
|
|
|---|---|---|---|
| SiamFC | 0.392 | 0.426 | 0.135 |
| SiamRPN | 0.481 | 0.581 | 0.270 |
| SiamR-CNN | 0.649 |
|
|
| Ocean | 0.611 | 0.721 | - |
| DiMP50 | 0.611 | 0.717 | 0.492 |
| PrDiMP50 | 0.634 | 0.738 | 0.543 |
| TrDiMP |
|
| 0.583 |
| Our |
| 0.725 |
|
Figure 7Comparison of the results of the proposed algorithm with other algorithms in terms of running speed and EAO.