CVROMay 11, 2022

Multi-Class 3D Object Detection with Single-Class Supervision

arXiv:2205.05703v11 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses labeling cost reduction for robotics applications, but it is incremental as it adapts existing algorithms to a new supervision setting.

The paper tackles the problem of training multi-class 3D object detectors with expensive labeling costs by using single-class labeled data, showing that proper training under this setting can approach or match full supervision performance on the Waymo Open Dataset while saving costs.

While multi-class 3D detectors are needed in many robotics applications, training them with fully labeled datasets can be expensive in labeling cost. An alternative approach is to have targeted single-class labels on disjoint data samples. In this paper, we are interested in training a multi-class 3D object detection model, while using these single-class labeled data. We begin by detailing the unique stance of our "Single-Class Supervision" (SCS) setting with respect to related concepts such as partial supervision and semi supervision. Then, based on the case study of training the multi-class version of Range Sparse Net (RSN), we adapt a spectrum of algorithms -- from supervised learning to pseudo-labeling -- to fully exploit the properties of our SCS setting, and perform extensive ablation studies to identify the most effective algorithm and practice. Empirical experiments on the Waymo Open Dataset show that proper training under SCS can approach or match full supervision training while saving labeling costs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes