CVT-Occ: Cost Volume Temporal Fusion for 3D Occupancy Prediction
Zhangchen Ye, Tao Jiang, Chenfeng Xu, Yiming Li, Hang Zhao
TL;DR
The paper tackles the challenge of predicting 3D semantic occupancy from monocular vision, where depth ambiguity limits accuracy. It introduces CVT-Occ, a Cost Volume Temporal Module that samples along each voxel's line of sight and aggregates features from $K-1$ historical frames to form a 3D cost volume $\mathbf{F}$ for refining the current voxel features. The method integrates with a BEV-to-volume pipeline and occupancy decoder, trained with a multi-task loss $\mathcal{L} = \mathcal{L}_{\text{occ}} + \lambda \mathcal{L}_{\text{cvt}}$, combining cross-entropy for semantics and a binary cross-entropy on the cost volume weights. On Occ3D-Waymo, CVT-Occ achieves state-of-the-art $mIoU$ with modest additional cost, validating that explicit temporal parallax in 3D space can substantially improve visual 3D perception for autonomous driving.
Abstract
Vision-based 3D occupancy prediction is significantly challenged by the inherent limitations of monocular vision in depth estimation. This paper introduces CVT-Occ, a novel approach that leverages temporal fusion through the geometric correspondence of voxels over time to improve the accuracy of 3D occupancy predictions. By sampling points along the line of sight of each voxel and integrating the features of these points from historical frames, we construct a cost volume feature map that refines current volume features for improved prediction outcomes. Our method takes advantage of parallax cues from historical observations and employs a data-driven approach to learn the cost volume. We validate the effectiveness of CVT-Occ through rigorous experiments on the Occ3D-Waymo dataset, where it outperforms state-of-the-art methods in 3D occupancy prediction with minimal additional computational cost. The code is released at \url{https://github.com/Tsinghua-MARS-Lab/CVT-Occ}.
