TrackerLB / SPSTracker

SPSTracker: Sub-Peak Suppression of Response Map for Robust Object Tracking(AAAI2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News

  • [2019/11/11] SPSTracker has been accepted as oral paper at the Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20).

Introduction

This is the official code of SPSTracker: Sub-Peak Suppression of Response Map for Robust Object Tracking. We propose a simple-yet-effective approach, referred to as SPSTracker for robust object tracking. Our motivation is based on the observation that most failure tracking is caused by the interference around the target. Such interference produces multi-peak tracking response, and the sub-peak may progressively ``grow" and eventually cause model drift. Therefore ,we propose suppressing the sub-peaks to aggregating a single-peak response, with the aim of preventing model drift from the perspective of tracking response regularization. comparison flowchart

Installation

Code is implemented upon the ATOM architecture, check INSTALL.md for installation instructions.

Tracker VOT2016
EAO / A / R
VOT2018
EAO / A / R
SPSTracker 0.459/0.625/0.158 0.434/0.612/0.169

Run

SPSTracker default_vot --dataset vot --debug 1 --threads 0

Citations

Please consider citing our paper in your publications if the project helps your research.

@inproceedings{hu2020spstracker,
  title   =  {{SPSTracker}: Sub-Peak Suppression of Response Map for Robust Object Tracking},
  author  =  {Qintao Hu and Lijun Zhou and Xiaoxiao Wang and Yao Mao and Jianlin Zhang and Qixiang Ye},
  booktitle =  {Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI)},
  year    =  {2020}
}

About

SPSTracker: Sub-Peak Suppression of Response Map for Robust Object Tracking(AAAI2020)

License:GNU Lesser General Public License v3.0


Languages

Language:Python 82.2%Language:C 17.2%Language:Shell 0.6%