English

Multi-Frame to Single-Frame: Knowledge Distillation for 3D Object Detection

Computer Vision and Pattern Recognition 2020-09-25 v1 Machine Learning

Abstract

A common dilemma in 3D object detection for autonomous driving is that high-quality, dense point clouds are only available during training, but not testing. We use knowledge distillation to bridge the gap between a model trained on high-quality inputs at training time and another tested on low-quality inputs at inference time. In particular, we design a two-stage training pipeline for point cloud object detection. First, we train an object detection model on dense point clouds, which are generated from multiple frames using extra information only available at training time. Then, we train the model's identical counterpart on sparse single-frame point clouds with consistency regularization on features from both models. We show that this procedure improves performance on low-quality data during testing, without additional overhead.

Keywords

Cite

@article{arxiv.2009.11859,
  title  = {Multi-Frame to Single-Frame: Knowledge Distillation for 3D Object Detection},
  author = {Yue Wang and Alireza Fathi and Jiajun Wu and Thomas Funkhouser and Justin Solomon},
  journal= {arXiv preprint arXiv:2009.11859},
  year   = {2020}
}

Comments

The Workshop on Perception for Autonomous Driving at ECCV2020

R2 v1 2026-06-23T18:46:34.805Z