paper-with-me

Papers

TEOcc: Radar-camera Multi-modal Occupancy Prediction via Temporal Enhancement

2024-10-15 · Zhiwei Lin, Hongbo Jin, Yongtao Wang, Yufei Wei, Nan Dong

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.

📄 PDF Abstract BibTeX arXiv:2410.11228

Code (1)

vdigpku/teocc 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject DetectionPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

MetaOcc: Surround-View 4D Radar and Camera Fusion Framework for 3D Occupancy Prediction with Dual Training Strategies

2025-01-26 · Long Yang, Lianqing Zheng, Wenjin Ai, Minghao Liu 외

3D occupancy prediction is crucial for autonomous driving perception. Fusion of 4D radar and camera provides a potential solution of robust occupancy prediction on serve weather with least cost. How to achieve effective …

Autonomous DrivingPredictionPseudo Label

4DR360: State Reasoning for Joint 3D Detection and Occupancy Prediction in 4D Radar-Camera Full-Scene Perception

2026-07-10 · Xiaokai Bai, Lianqing Zheng, Runwei Guan, Songkai Wang 외 arxiv

Reliable autonomous driving requires full-scene perception that couples foreground objects with dense semantic layout. Recently, 4D millimeter-wave radar has emerged as a robust and affordable sensor, yet its sparse retu…

Multi-Task LearningScene UnderstandingAutonomous Driving

4DRC-OCC: Robust Semantic Occupancy Prediction Through Fusion of 4D Radar and Camera

2026-03-08 · David Ninfa, Andras Palffy, Holger Caesar arxiv

Autonomous driving requires robust perception across diverse environmental conditions, yet 3D semantic occupancy prediction remains challenging under adverse weather and lighting. In this work, we present the first study…

Autonomous Driving

Doracamom: Joint 3D Detection and Occupancy Prediction with Multi-view 4D Radars and Cameras for Omnidirectional Perception

2025-01-26 · Lianqing Zheng, Jianan Liu, Runwei Guan, Long Yang 외

3D object detection and occupancy prediction are critical tasks in autonomous driving, attracting significant attention. Despite the potential of recent vision-based methods, they encounter challenges under adverse condi…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

REOcc: Camera-Radar Fusion with Radar Feature Enrichment for 3D Occupancy Prediction

2025-11-10 · Chaehee Song, Sanmin Kim, Hyeonjun Jeong, Juyeb Shin 외 arxiv

Vision-based 3D occupancy prediction has made significant advancements, but its reliance on cameras alone struggles in challenging environments. This limitation has driven the adoption of sensor fusion, among which camer…