paper-with-me

홈 › Papers

SOccDPT: Semi-Supervised 3D Semantic Occupancy from Dense Prediction Transformers trained under memory constraints

2023-11-19 · Aditya Nalgunda Ganesh

We present SOccDPT, a memory-efficient approach for 3D semantic occupancy prediction from monocular image input using dense prediction transformers. To address the limitations of existing methods trained on structured traffic datasets, we train our model on unstructured datasets including the Indian Driving Dataset and Bengaluru Driving Dataset. Our semi-supervised training pipeline allows SOccDPT to learn from datasets with limited labels by reducing the requirement for manual labelling by substituting it with pseudo-ground truth labels to produce our Bengaluru Semantic Occupancy Dataset. This broader training enhances our model's ability to handle unstructured traffic scenarios effectively. To overcome memory limitations during training, we introduce patch-wise training where we select a subset of parameters to train each epoch, reducing memory usage during auto-grad graph construction. In the context of unstructured traffic and memory-constrained training and inference, SOccDPT outperforms existing disparity estimation approaches as shown by the RMSE score of 9.1473, achieves a semantic segmentation IoU score of 46.02% and operates at a competitive frequency of 69.47 Hz. We make our code and semantic occupancy dataset public.

📄 PDF Abstract BibTeX arXiv:2311.11371

Code (0)

등록된 구현이 없습니다.

Tasks

3D Semantic Occupancy PredictionDisparity Estimationgraph constructionSemantic Segmentation

Similar Papers 제목 키워드 기반

MinkOcc: Towards real-time label-efficient semantic occupancy prediction

2025-04-03 · Samuel Sze, Daniele De Martini, Lars Kunze

Developing 3D semantic occupancy prediction models often relies on dense 3D annotations for supervised learning, a process that is both labor and resource-intensive, underscoring the need for label-efficient or even labe…

3D Semantic Occupancy PredictionAutonomous DrivingPrediction

Semi-supervised 3D Semantic Scene Completion with 2D Vision Foundation Model Guidance

2024-08-21 · Duc-Hai Pham, Duc-Dung Nguyen, Anh Pham, Tuan Ho 외

Accurate prediction of 3D semantic occupancy from 2D visual images is vital in enabling autonomous agents to comprehend their surroundings for planning and navigation. State-of-the-art methods typically employ fully supe…

3D Semantic Occupancy Prediction3D Semantic Scene Completion

Semi-Supervised Vision-Centric 3D Occupancy World Model for Autonomous Driving

2025-02-11 · Xiang Li, Pengfei Li, Yupeng Zheng, Wei Sun 외

Understanding world dynamics is crucial for planning in autonomous driving. Recent methods attempt to achieve this by learning a 3D occupancy world model that forecasts future surrounding scenes based on current observat…

AttributeAutonomous DrivingMotion Planning

FreeOcc: Training-Free Embodied Open-Vocabulary Occupancy Prediction

2026-04-30 · Zeyu Jiang, Changqing Zhou, Xingxing Zuo, Changhao Chen arxiv

Existing learning-based occupancy prediction methods rely on large-scale 3D annotations and generalize poorly across environments. We present FreeOcc, a training-free framework for open-vocabulary occupancy prediction fr…

OccupancyDETR: Using DETR for Mixed Dense-sparse 3D Occupancy Prediction

2023-09-15 · Yupeng Jia, Jie He, Runze Chen, Fang Zhao 외

Visual-based 3D semantic occupancy perception is a key technology for robotics, including autonomous vehicles, offering an enhanced understanding of the environment by 3D. This approach, however, typically requires more …

3D Semantic Scene CompletionAutonomous DrivingAutonomous VehiclesDecoder+4