chaoma99 / DSLT

Deep Regression Tracking with Shrinkage Loss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Regression Tracking with Shrinkage Loss

Introduction

🆕

The pytorch version of DSLT is released ➡️ https://github.com/carrierlxk/py-DSLT. We take the Siamese Tracker as the examplar and obtain a significant performance promotion.


This is the research code for the ECCV 2018 paper:

Xiankai Lu, Chao Ma, Bingbing Ni, Xiaokang Yang, Ian Reid, and Ming-Hsuan Yang, Deep Regression Tracking with Shrinkage Loss (paper link), ECCV 2018.

Abstract

Regression trackers directly learn a mapping from regularly dense samples of target objects to soft labels, which are usually generated by a Gaussian function, to estimate target positions. Due to the potential for fast-tracking and easy implementation, regression trackers have received increasing attention recently. However, state-of-the-art deep regression trackers do not perform as well as discriminative correlation filters (DCFs) trackers. We identify the main bottleneck of training regression networks as extreme foreground-background data imbalance. To balance training data, we propose a novel shrinkage loss to penalize the importance of easy training data. Additionally, we apply residual connections to fuse multiple convolutional layers as well as their output response maps. Without bells and whistles, the proposed deep regression tracking method performs favorably against state-of-the-art trackers, especially in comparison with DCFs trackers, on five benchmark datasets including OTB-2013, OTB-2015, Temple-128, UAV-123 and VOT-2016.

Quick Start

  1. Compile matcaffe in the caffe-dslt folder

  2. Run 'run_DSLT.m' and test the proposed tracker

Note that "vot.m" is the inferface for running tests on the VOT dataset

Downloads

The tracking results on the OTB dataset are in googledriver, BaiduPan, Temple 128 dataset are in BaiduPan, VOT-2016 dataset in BaiduPan.

Citation

This work reused partial code from the FCNT tracker. If you find the code and dataset useful in your research, please consider citing:

@inproceedings{Lu-ECCV-2018,
    title={Deep Regression Tracking with Shrinkage Loss},
    Author = {Lu, Xiankai and Ma, Chao and Ni, Bingbing and Yang, Xiaokang and Reid, Ian and Yang, Ming-Hsuan},
    booktitle = {European Conference on Computer Vision},
    Year = {2018}
}


@inproceedings{ wang2015visual,
     title={Visual Tracking with Fully Convolutional Networks},
       author={Wang, Lijun and Ouyang, Wanli and Wang, Xiaogang and Lu, Huchuan},
       booktitle={IEEE International Conference on Computer Vision (ICCV)},
       year={2015}
    }

Contents

Folder description

Feedbacks and comments are welcome! Feel free to contact us via carrierlxk@gmail.com or chaoma99@gmail.com.

Enjoy!

About

Deep Regression Tracking with Shrinkage Loss


Languages

Language:Jupyter Notebook 45.8%Language:C++ 41.9%Language:Python 4.4%Language:Cuda 3.8%Language:MATLAB 1.8%Language:CMake 1.5%Language:Makefile 0.3%Language:Shell 0.3%Language:CSS 0.1%Language:HTML 0.1%