解决自动驾驶相机缺失时的3D语义占位预测问题
$M^2$-Occ: Resilient 3D Semantic Occupancy Prediction for Autonomous Driving with Incomplete Camera Inputs
- 用多视角掩码重建恢复缺失视角特征
- 通过可学习记忆库提升语义一致性,缺图时仍准确
- 在真实故障场景下性能领先,适合实际部署
语义占位预测为自动驾驶提供了密集的三维几何与语义理解。然而,现有基于相机的方法隐含假设具备完整的环视观测,这一假设在真实部署中很少成立,因遮挡、硬件故障或通信中断所致。本文研究在相机输入不完整条件下的语义占位预测,提出M²-Occ框架,旨在视图缺失时保持几何结构与语义连贯性。M²-Occ应对两大互补挑战:首先,多视角掩码重建(MMR)模块利用相邻相机间的空间重叠,在特征空间直接恢复缺失视角表示;其次,特征记忆模块(FMM)引入可学习的记忆库,存储类别级语义原型,通过检索并融合这些全局先验,修正模糊体素特征,确保观测证据不足时仍具语义一致性。我们在nuScenes基底的SurroundOcc基准上引入系统化的缺失视图评估协议,涵盖确定性单视图失效与随机多视图丢弃两种场景。在关键安全性的后视图缺失设置下,M²-Occ提升IoU达4.93%;当缺失相机数增至五时,性能提升达5.01%,且不影响全视图表现。代码将公开于https://github.com/qixi7up/M2-Occ。
原文摘要 · Abstract (English)
Semantic occupancy prediction enables dense 3D geometric and semantic understanding for autonomous driving. However, existing camera-based approaches implicitly assume complete surround-view observations, an assumption that rarely holds in real-world deployment due to occlusion, hardware malfunction, or communication failures. We study semantic occupancy prediction under incomplete multi-camera inputs and introduce $M^2$-Occ, a framework designed to preserve geometric structure and semantic coherence when views are missing. $M^2$-Occ addresses two complementary challenges. First, a Multi-view Masked Reconstruction (MMR) module leverages the spatial overlap among neighboring cameras to recover missing-view representations directly in the feature space. Second, a Feature Memory Module (FMM) introduces a learnable memory bank that stores class-level semantic prototypes. By retrieving and integrating these global priors, the FMM refines ambiguous voxel features, ensuring semantic consistency even when observational evidence is incomplete. We introduce a systematic missing-view evaluation protocol on the nuScenes-based SurroundOcc benchmark, encompassing both deterministic single-view failures and stochastic multi-view dropout scenarios. Under the safety-critical missing back-view setting, $M^2$-Occ improves the IoU by 4.93%. As the number of missing cameras increases, the robustness gap further widens; for instance, under the setting with five missing views, our method boosts the IoU by 5.01%. These gains are achieved without compromising full-view performance. The source code will be publicly released at https://github.com/qixi7up/M2-Occ.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。