LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search

Abstract

Object tracking has achieved significant progress over the past few years. However, state-of-the-art trackers become increasingly heavy and expensive, which limits their deployments in resource-constrained applications. In this work, we present LightTrack, which uses neural architecture search (NAS) to design more lightweight and efficient object trackers. Comprehensive experiments show that our LightTrack is effective. It can find trackers that achieve superior performance compared to handcrafted SOTA trackers, such as SiamRPN++ and Ocean, while using much fewer model Flops and parameters. Moreover, when deployed on resource-constrained mobile chipsets, the discovered trackers run much faster. For example, on Snapdragon 845 Adreno GPU, LightTrack runs 12x faster than Ocean, while using 13x fewer parameters and 38x fewer Flops. Such improvements might narrow the gap between academic models and industrial deployments in object tracking task. LightTrack is released at here.

Cite

Text

Yan et al. "LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01493

Markdown

[Yan et al. "LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/yan2021cvpr-lighttrack/) doi:10.1109/CVPR46437.2021.01493

BibTeX

@inproceedings{yan2021cvpr-lighttrack,
  title     = {{LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search}},
  author    = {Yan, Bin and Peng, Houwen and Wu, Kan and Wang, Dong and Fu, Jianlong and Lu, Huchuan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {15180-15189},
  doi       = {10.1109/CVPR46437.2021.01493},
  url       = {https://mlanthology.org/cvpr/2021/yan2021cvpr-lighttrack/}
}