Skip to content

Learning Deep Multi-Level Similarity for Thermal Infrared Object Tracking

Notifications You must be signed in to change notification settings

QiaoLiuHit/MLSSNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Learning Deep Multi-Level Similarity for Thermal Infrared Object Tracking (TMM20)

Abstract

In this paper, we propose a multi-level similarity model under a Siamese framework for robust Thermal Infrared (TIR) object tracking. Specifically, we compute different pattern similarities using the proposed multi-level similarity network. One of them focuses on the global semantic similarity and the other computes the local structural similarity of the TIR object. These two similarities complement each other and hence enhance the discriminative capacity of the network for handling distractors. In addition, we design a simple while effective relative entropy based ensemble subnetwork to integrate the semantic and structural similarities. This subnetwork can adaptive learn the weights of the semantic and structural similarities at the training stage. Paper Alt text

Download

Usage

Tracking

  1. Prerequisites: Ubuntu 14, Matlab R2017a, GTX1080, CUDA8.0.
  2. Download our trained models and put them into the src/tracking/pretrained folder .
  3. Run the run_demo.m in src/tracking folder to test a TIR sequence using a default model.
  4. Test other TIR sequences, please download the PTB-TIR dataset from here.

Training

  1. Preparing your training data like that in here. Noting that preparing the TIR training data uses the same format and method as the above.
  2. Configure the path of training data in src/training/env_path_training.m.
  3. Run src/training/run_experiment_MLSSNet.m. to train the proposed network.
  4. The network architecture and trained models are saved in src/training/data-MLSSNet-TIR folder.

Citation

If you use the code or dataset, please consider citing our paper.

@article{liu2020learning,
  title={Learning deep multi-level similarity for thermal infrared object tracking},
  author={Liu, Qiao and Li, Xin and He, Zhenyu and Fan, Nana and Yuan, Di and Wang, Hongpeng},
  journal={IEEE Transactions on Multimedia},
  year={2020}
}

Contact

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

About

Learning Deep Multi-Level Similarity for Thermal Infrared Object Tracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages