A Lightweight Single Object Tracking Algorithm for Low-Power Embedded Devices

Yunxin Zhang,Jun Wu,Honglin Chen,Jiajing Xu,Zhen Huang
DOI: https://doi.org/10.1145/3651671.3651751
2024-01-01
Abstract:In order to achieve higher tracking accuracy and robustness, the parameter and computational complexity of single object tracking algorithms have become increasingly large, which contradicts the practical application scenarios of strictly limiting computing resources and power consumption. To address this issue, we design a lightweight improved algorithm based on SiamFC. Specifically, we add BlurPooling module to the feature extraction network to reduce information loss caused by downsampling. At the same time, we use the Blackman window with a large main lobe width and severe side lobe attenuation as the window function, which allows the tracker to pay more attention to the effective information extended by blur operations and reducing attention to surrounding noise. Finally, we analyzed the parameter quantity and computational complexity and conducted experiments on benchmarks. Our method can improve tracking precision by 1.3% on UAV123 without increasing the parameter quantity.
What problem does this paper attempt to address?