Skip to content

prakharg24/yoloret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stars - badge-generator forks - badge-generator License issues issues closed last commit

YOLO-ReT: Towards High Accuracy Real-time Object Detection on Edge GPUs

Prakhar Ganesh, Yao Chen, Yin Yang, Deming Chen, Marianne Winslett, WACV 2022
[Paper] [PDF] [Slides] [Poster] [Video]

YOLO-ReT Architecture

Abstract: Performance of object detection models has been growing rapidly. However, in order to map deep neural network (DNN) based object detection models to edge devices, one typically needs to compress such models significantly, thus compromising the model accuracy. In this project, we propose a novel edge GPU friendly module for multi-scale feature interaction by exploiting missing combinatorial connections between various feature scales in existing state-of-the-art methods. Additionally, we propose a novel transfer learning backbone adoption inspired by the changing translational information flow across various tasks, designed to complement our feature interaction module and together improve both accuracy as well as execution speed on various edge GPU devices available in the market.
Moreover, in our evaluation, we compare the latency of our proposed model on actual devices, rather than relying only on model size or FLOPs as an indicator of performance. This allows us to better understand the real-world applicability of our model and make more informed decisions about its use. We compare the runtime FPS of various models on Jetson Nano, Jetson Xavier NX and Jetson AGX Xavier.

Setup and Reproducibility

Please refer to the README inside the folder code for details on code setup and reproducibility.

Citation

If you find our paper and/or code useful, please consider citing our work.

@inproceedings{ganesh2022yoloret,
  title={{YOLO-ReT}: Towards High Accuracy Real-time Object Detection on Edge {GPU}s},
  author={Ganesh, Prakhar and Chen, Yao and Yang, Yin and Chen, Deming and Winslett, Marianne},
  booktitle={IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
  year={2022},
  organization={IEEE}
}

About

Implementation for the paper 'YOLO-ReT: Towards High Accuracy Real-time Object Detection on Edge GPUs'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages