All Projects → chaoma99 → Dslt

chaoma99 / Dslt

Deep Regression Tracking with Shrinkage Loss

Projects that are alternatives of or similar to Dslt

Mri Analysis Pytorch
MRI analysis using PyTorch and MedicalTorch
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Autoaugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
Stars: ✭ 1,084 (+1870.91%)
Mutual labels:  jupyter-notebook
Waveglow Vqvae
WaveGlow vocoder with VQVAE
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Sta 663 2018
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Darknetpy
darknetpy is a simple binding for darknet's yolo detector
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Paraphrase Generator
A paraphrase generator built using the T5 model which produces paraphrased English sentences.
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Introduction To Machine Learning
Introductory Course on Machine Learning in Python
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Timeseriesanalysiswithpython
Stars: ✭ 1,083 (+1869.09%)
Mutual labels:  jupyter-notebook
Voila Demo
Demo for voila
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Text nn
Text classification models. Used a submodule for other projects.
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Pyplotz
A light weight wrapper for matplotlib users with Chinese characters supported
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Julia notebooks
Julia Jupyter/Colab Notebooks
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Text Analytics W Python 2e
Source Code for 'Text Analytics with Python,' 2nd Edition by Dipanjan Sarkar
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Pytorch Udacity Scholarship
Notes from the PyTorch Udacity / Facebook scholarship course
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Sccaf
Single-Cell Clustering Assessment Framework
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Rnn Walkthrough
Stars: ✭ 56 (+1.82%)
Mutual labels:  jupyter-notebook
Arabic poem generator
Generating Arabic poetry using Markov chains.
Stars: ✭ 55 (+0%)
Mutual labels:  jupyter-notebook

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 [email protected] or [email protected].

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].