Skip to content

DroTrack: High-speed Drone-based Object Tracking Under Uncertainty

Notifications You must be signed in to change notification settings

cruiseresearchgroup/DroTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DroTrack

DroTrack: High-speed Drone-based Object Tracking Under Uncertainty
Ali Hamdi,Flora Salim, Du Yong Kim
FUZZ-IEEE 2020
[Paper] [Video]
**Finalist of best student paper award in IEEE-FUZZ 2020.

DroTrack is a high-speed visual single-object tracking framework for drone-captured video sequences. The complex motion of drones, i.e., multiple degrees of freedom in three-dimensional space, causes high uncertainty. The uncertainty problem leads to inaccurate location predictions and fuzziness in scale estimations. DroTrack solves such issues by discovering the dependency between object representation and motion geometry. DroTrack has been evaluated using two datasets of 51,462 drone-captured frames. The combination of the FCM segmentation and the angular scaling increased DroTrack precision by up to 9% and decreased the centre location error by 162 pixels on average. DroTrack outperforms all the high-speed trackers and achieves comparable results in comparison to deep learning trackers. DroTrack offers high frame rates up to 1000 frame per second (fps) with the best location precision, more than a set of state-of-the-art real-time trackers.

Bibtex

If you find this code useful, please consider citing:

@inproceedings{hamdi2020drotrack,
    author    = {Hamdi, Ali and Salim, Flora and Kim,Du Yong},
    title     = {DroTrack: High-speed Drone-based Object Tracking Under Uncertainty},
    booktitle = {29th {IEEE} International Conference on Fuzzy Systems, {FUZZ-IEEE} 2020, Glasgow, UK, July 19-24, 2020},
    pages     = {1--8},
    publisher = {{IEEE}},
    year      = {2020},
    url       = {https://doi.org/10.1109/FUZZ48607.2020.9177571},
    doi       = {10.1109/FUZZ48607.2020.9177571}
}

Results

Demo

[Video]

License

Licensed under an MIT license.

About

DroTrack: High-speed Drone-based Object Tracking Under Uncertainty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages