Tri-Perspective View for Vision-Based 3D Semantic Occupancy Prediction
Yuanhui Huang, Wenzhao Zheng, Yunpeng Zhang, Jie Zhou, Jiwen Lu
TL;DR
This work introduces a tri-perspective view (TPV) to represent 3D scenes with three orthogonal planes (top, side, front) and a transformer-based TPVFormer to lift multi-view images into this TPV space. By projecting points onto the three planes and summing sampled features, TPV preserves fine-grained 3D structure with lower complexity than voxel grids. Trained with sparse LiDAR supervision, TPVFormer achieves competitive vision-only performance on LiDAR segmentation and excels in 3D semantic occupancy and semantic scene completion tasks, even at arbitrary test-time resolutions. The approach demonstrates that multi-view TPV representations can effectively model outdoor 3D scenes for autonomous driving with improved efficiency and detail.
Abstract
Modern methods for vision-centric autonomous driving perception widely adopt the bird's-eye-view (BEV) representation to describe a 3D scene. Despite its better efficiency than voxel representation, it has difficulty describing the fine-grained 3D structure of a scene with a single plane. To address this, we propose a tri-perspective view (TPV) representation which accompanies BEV with two additional perpendicular planes. We model each point in the 3D space by summing its projected features on the three planes. To lift image features to the 3D TPV space, we further propose a transformer-based TPV encoder (TPVFormer) to obtain the TPV features effectively. We employ the attention mechanism to aggregate the image features corresponding to each query in each TPV plane. Experiments show that our model trained with sparse supervision effectively predicts the semantic occupancy for all voxels. We demonstrate for the first time that using only camera inputs can achieve comparable performance with LiDAR-based methods on the LiDAR segmentation task on nuScenes. Code: https://github.com/wzzheng/TPVFormer.
