nayeem8527 / Visual-Object-Tracking-using-Multi-Target-Regression

Visual Object Tracking using Multi-Target Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual-Object-Tracking-using-Multi-Target-Regression

Proposing a visual tracking technique using Multi-layer Multi-target regression(MMR) which enables simultaneous modelling of inter-target correlations and input-output relationship via robust low-rank learning algorithm. The proposed method takes in the fhog features from the current frame and with the help of regression we classify the region as foreground or background. The regression model is updated in an online fashion after every fifth frame to capture the change in frames for efficient tracking. For more detail explanation please read here.

Results

Tracking Qualitative Results

ball1_global_0009 ball1_global_0046 ball1_global_0079 ball1_global_0097 ball1_global_0105
bag_global_0001 bag_global_0037 bag_global_0075 bag_global_0137 bag_global_0187
tiger1_global_0009 tiger1_global_0097 tiger1_global_0198 tiger1_global_0314 tiger1_global_0352
surfer_global_0009 surfer_global_0041 surfer_global_0142 surfer_global_0243 surfer_global_0338
boy_global_0016 boy_global_0055 boy_global_0128 boy_global_0188 boy_global_0254

Quantitative Results

OTB dataset

otb_precision_plot_scale otb_success_plot_scale

VOT dataset

vot_precision_plot_scale vot_success_plot_scale

References

  1. Zhen, Xiantong, et al. ”Multi-target regression via robust low-rank learning.” IEEE transactions on pattern analysis and machine intelligence 40.2 (2018): 497-504
  2. Fhog -- https://github.com/pdollar/toolbox/blob/master/
  3. OTB -- http://cvlab.hanyang.ac.kr/trackerbenchmark
  4. VOT -- http://www.votchallenge.net/vot2017/

About

Visual Object Tracking using Multi-Target Regression


Languages

Language:MATLAB 58.4%Language:C 21.7%Language:C++ 19.9%