用时间增强提升雷达相机融合的3D占位预测精度
TEOcc: Radar-camera Multi-modal Occupancy Prediction via Temporal Enhancement
- 引入时序增强分支,利用长短时序信息预测缺失帧的占位图
- 在nuScenes上达到最新最佳性能,优于现有方法
- 模块可插拔,适合想提升占位预测效果的研究者
语义占位作为新型三维场景表示,在自动驾驶中受到广泛关注。然而,现有占位预测方法主要聚焦于优化占位表示形式(如三视角视图或神经辐射场),忽略了长期时序信息的优势。本文提出一种基于雷达-相机多模态的时间增强占位预测网络TEOcc。受3D目标检测中时序成功应用的启发,我们设计了一个时序增强分支:随机丢弃多视角相机输入中的第t-k帧,通过长短期时序解码器分别利用相邻帧和多模态输入来预测该帧的3D占位。为降低计算开销并融合多模态信息,特别设计了适用于长短期解码器的3D卷积层。此外,由于轻量级占位预测头是密集分类结构,我们采用共享预测头以同时服务于时序增强分支与主分支。值得注意的是,该时序增强分支仅用于训练阶段,推理时被移除。实验表明,TEOcc在nuScenes基准上实现了最先进的占位预测性能。所提时序增强分支为即插即用模块,可轻松集成到现有占位预测方法中以提升性能。代码与模型将发布于https://github.com/VDIGPKU/TEOcc。
原文摘要 · Abstract (English)
As a novel 3D scene representation, semantic occupancy has gained much attention in autonomous driving. However, existing occupancy prediction methods mainly focus on designing better occupancy representations, such as tri-perspective view or neural radiance fields, while ignoring the advantages of using long-temporal information. In this paper, we propose a radar-camera multi-modal temporal enhanced occupancy prediction network, dubbed TEOcc. Our method is inspired by the success of utilizing temporal information in 3D object detection. Specifically, we introduce a temporal enhancement branch to learn temporal occupancy prediction. In this branch, we randomly discard the t-k input frame of the multi-view camera and predict its 3D occupancy by long-term and short-term temporal decoders separately with the information from other adjacent frames and multi-modal inputs. Besides, to reduce computational costs and incorporate multi-modal inputs, we specially designed 3D convolutional layers for long-term and short-term temporal decoders. Furthermore, since the lightweight occupancy prediction head is a dense classification head, we propose to use a shared occupancy prediction head for the temporal enhancement and main branches. It is worth noting that the temporal enhancement branch is only performed during training and is discarded during inference. Experiment results demonstrate that TEOcc achieves state-of-the-art occupancy prediction on nuScenes benchmarks. In addition, the proposed temporal enhancement branch is a plug-and-play module that can be easily integrated into existing occupancy prediction methods to improve the performance of occupancy prediction. The code and models will be released at https://github.com/VDIGPKU/TEOcc.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。