HeightFormer: Explicit Height Modeling without Extra Data for Camera-only 3D Object Detection in Bird's Eye View
Yiming Wu, Ruixiang Li, Zequn Qin, Xinhai Zhao, Xi Li
TL;DR
The paper tackles camera-only 3D object detection in Bird's Eye View by addressing the ill-posed 2D-to-3D mapping with an explicit height modeling approach called HeightFormer. It proves a theoretical equivalence between height-based BEV construction and depth-based image mapping, enabling LiDAR-free supervision and robust cross-camera applicability. The network employs a self-recursive height predictor and a segmentation-based query mask to refine heights and suppress background, achieving state-of-the-art-like performance among camera-only methods on NuScenes. HeightFormer demonstrates robustness to camera rig variations, offers potential as a BEV feature refinement plug-in, and highlights practical benefits for LiDAR-free autonomous driving perception systems.
Abstract
Vision-based Bird's Eye View (BEV) representation is an emerging perception formulation for autonomous driving. The core challenge is to construct BEV space with multi-camera features, which is a one-to-many ill-posed problem. Diving into all previous BEV representation generation methods, we found that most of them fall into two types: modeling depths in image views or modeling heights in the BEV space, mostly in an implicit way. In this work, we propose to explicitly model heights in the BEV space, which needs no extra data like LiDAR and can fit arbitrary camera rigs and types compared to modeling depths. Theoretically, we give proof of the equivalence between height-based methods and depth-based methods. Considering the equivalence and some advantages of modeling heights, we propose HeightFormer, which models heights and uncertainties in a self-recursive way. Without any extra data, the proposed HeightFormer could estimate heights in BEV accurately. Benchmark results show that the performance of HeightFormer achieves SOTA compared with those camera-only methods.
