Git Product home page Git Product logo

self-sdct's Introduction

Self-supervised Deep Correlation Tracking

self-SDCT overview figure

Abstract

The training of a feature extraction network typically requires abundant manually annotated training samples, making this a time-consuming and costly process. Accordingly, we propose an effective self-supervised learning-based tracker in a deep correlation framework (named: self-SDCT). Motivated by the forward-backward tracking consistency of a robust tracker, we propose a multi-cycle consistency loss as self-supervised information for learning feature extraction network from adjacent video frames. At the training stage, we generate pseudo-labels of consecutive video frames by forward-backward prediction under a Siamese correlation tracking framework and utilize the proposed multi-cycle consistency loss to learn a feature extraction network. Furthermore, we propose a similarity dropout strategy to enable some low-quality training sample pairs to be dropped and also adopt a cycle trajectory consistency loss in each sample pair to improve the training loss function. At the tracking stage, we employ the pre-trained feature extraction network to extract features and utilize a Siamese correlation tracking framework to locate the target using forward tracking alone. Extensive experimental results indicate that the proposed self-supervised deep correlation tracker (self-SDCT) achieves competitive tracking performance contrasted to state-of-the-art supervised and unsupervised tracking methods on standard evaluation benchmarks.

Step by step to run demo

  1. Compile yourself Matconvnet using Matlab in the command window.
>>cd matconvnet 
>>addpath matlab
>>vl_compilenn('enableGpu', true)
or
>>vl_compilenn('enableGpu', true, ...
'cudaRoot','C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0', ...
'cudaMethod', 'nvcc')

Waiting the notification of success. More information about Matconvnet can be found at http://www.vlfeat.org/matconvnet/install/

  1. Run demo.m in './tracker' to test the demo sequences.

Others

If you find the code helpful in your research, please consider citing:

@article{selfSDCT,
  title={Self-supervised Deep Correlation Tracking},
  author={Di Yuan, Xiaojun Chang, Po-Yao Huang Liu, Qiao and He, Zhenyu},
  journal={IEEE Transactions on Image Processing},
  pages={976-985},
  doi={10.1109/TIP.2020.3037518},
  year={2021}
}

Feedbacks and comments are welcome! Feel free to contact us via [email protected]

self-sdct's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

self-sdct's Issues

Files missing in several folders

I am Hernan Benitez, professor at Universidad Javeriana in Cali, Colombia.
We have built a framework for video object trackers to predict the performance of a given tracker in authentically distorted videos. We want to test our approach in your recent and interesting work: Self-Supervised Deep Correlation Tracking.

We have found that in the code repository of this work it is missing some important files that were going to be updated soon.

I respectfully request your help to access these missing files and test our approach on your tracker.

Missing folder

Hi,

I tried to compile the tracker, but I got the following warning:

Warning: Name is nonexistent or not a directory: Self-SDCT-main/tracker/runfiles

And after that, I get the following error:
Undefined function or variable 'train_joint_gpu'

Could you upload this missing function and folder?

Best,

Roger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.