English

Squeezed Deep 6DoF Object Detection Using Knowledge Distillation

Computer Vision and Pattern Recognition 2020-10-20 v3 Machine Learning Image and Video Processing

Abstract

The detection of objects considering a 6DoF pose is a common requirement to build virtual and augmented reality applications. It is usually a complex task which requires real-time processing and high precision results for adequate user experience. Recently, different deep learning techniques have been proposed to detect objects in 6DoF in RGB images. However, they rely on high complexity networks, requiring a computational power that prevents them from working on mobile devices. In this paper, we propose an approach to reduce the complexity of 6DoF detection networks while maintaining accuracy. We used Knowledge Distillation to teach portables Convolutional Neural Networks (CNN) to learn from a real-time 6DoF detection CNN. The proposed method allows real-time applications using only RGB images while decreasing the hardware requirements. We used the LINEMOD dataset to evaluate the proposed method, and the experimental results show that the proposed method reduces the memory requirement by almost 99\% in comparison to the original architecture with the cost of reducing half the accuracy in one of the metrics. Code is available at https://github.com/heitorcfelix/singleshot6Dpose.

Keywords

Cite

@article{arxiv.2003.13586,
  title  = {Squeezed Deep 6DoF Object Detection Using Knowledge Distillation},
  author = {Heitor Felix and Walber M. Rodrigues and David Macêdo and Francisco Simões and Adriano L. I. Oliveira and Veronica Teichrieb and Cleber Zanchettin},
  journal= {arXiv preprint arXiv:2003.13586},
  year   = {2020}
}

Comments

This paper was accepted by 2020 International Joint Conference on Neural Networks (IJCNN)

R2 v1 2026-06-23T14:32:16.124Z