CVMar 29, 2022

MAP-Gen: An Automated 3D-Box Annotation Flow with Multimodal Attention Point Generator

arXiv:2203.15700v114 citationsh-index: 58
Originality Highly original
AI Analysis

This addresses the data preparation bottleneck for deep learning in real-world 3D object detection, offering a practical solution to reduce annotation costs.

The paper tackles the problem of costly manual 3D point cloud annotation by proposing MAP-Gen, an autolabeler that generates high-quality 3D bounding boxes from weak 2D boxes, achieving 94-99% of the performance of fully supervised methods.

Manually annotating 3D point clouds is laborious and costly, limiting the training data preparation for deep learning in real-world object detection. While a few previous studies tried to automatically generate 3D bounding boxes from weak labels such as 2D boxes, the quality is sub-optimal compared to human annotators. This work proposes a novel autolabeler, called multimodal attention point generator (MAP-Gen), that generates high-quality 3D labels from weak 2D boxes. It leverages dense image information to tackle the sparsity issue of 3D point clouds, thus improving label quality. For each 2D pixel, MAP-Gen predicts its corresponding 3D coordinates by referencing context points based on their 2D semantic or geometric relationships. The generated 3D points densify the original sparse point clouds, followed by an encoder to regress 3D bounding boxes. Using MAP-Gen, object detection networks that are weakly supervised by 2D boxes can achieve 94~99% performance of those fully supervised by 3D annotations. It is hopeful this newly proposed MAP-Gen autolabeling flow can shed new light on utilizing multimodal information for enriching sparse point clouds.

Foundations

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

Your Notes