paper-with-me

Papers

FB-OCC: 3D Occupancy Prediction based on Forward-Backward View Transformation

2023-07-04 · Zhiqi Li, Zhiding Yu, David Austin, Mingsheng Fang, Shiyi Lan, Jan Kautz, Jose M. Alvarez

This technical report summarizes the winning solution for the 3D Occupancy Prediction Challenge, which is held in conjunction with the CVPR 2023 Workshop on End-to-End Autonomous Driving and CVPR 23 Workshop on Vision-Centric Autonomous Driving Workshop. Our proposed solution FB-OCC builds upon FB-BEV, a cutting-edge camera-based bird's-eye view perception design using forward-backward projection. On top of FB-BEV, we further study novel designs and optimization tailored to the 3D occupancy prediction task, including joint depth-semantic pre-training, joint voxel-BEV representation, model scaling up, and effective post-processing strategies. These designs and optimization result in a state-of-the-art mIoU score of 54.19% on the nuScenes dataset, ranking the 1st place in the challenge track. Code and models will be released at: https://github.com/NVlabs/FB-BEV.

📄 PDF Abstract BibTeX arXiv:2307.01492

Code (1)

nvlabs/fb-bev 공식 구현 pytorch

Tasks

Autonomous DrivingPrediction Of Occupancy Grid Maps

Similar Papers 제목 키워드 기반

CRAB: Camera-Radar Fusion for Reducing Depth Ambiguity in Backward Projection based View Transformation

2025-09-06 · In-Jae Lee, Sihwan Hwang, Youngseok Kim, Wonjune Kim 외 arxiv

Recently, camera-radar fusion-based 3D object detection methods in bird's eye view (BEV) have gained attention due to the complementary characteristics and cost-effectiveness of these sensors. Previous approaches using f…

3D Object Detection

AdaOcc: Adaptive Forward View Transformation and Flow Modeling for 3D Occupancy and Flow Prediction

2024-07-01 · Dubing Chen, Wencheng Han, Jin Fang, Jianbing Shen

In this technical report, we present our solution for the Vision-Centric 3D Occupancy and Flow Prediction track in the nuScenes Open-Occ Dataset Challenge at CVPR 2024. Our innovative approach involves a dual-stage frame…

FB-BEV: BEV Representation from Forward-Backward View Transformations

2023-08-04 · ICCV 2023 1 · Zhiqi Li, Zhiding Yu, Wenhai Wang, Anima Anandkumar 외

View Transformation Module (VTM), where transformations happen between multi-view image features and Bird-Eye-View (BEV) representation, is a crucial step in camera-based BEV perception systems. Currently, the two most p…

Neural Nets via Forward State Transformation and Backward Loss Transformation

2018-03-25 · Bart Jacobs, David Sprunger

This article studies (multilayer perceptron) neural networks with an emphasis on the transformations involved --- both forward and backward --- in order to develop a semantical/logical perspective that is in line with st…

3D Occupancy Prediction with Low-Resolution Queries via Prototype-aware View Transformation

2025-03-19 · CVPR 2025 1 · Gyeongrok Oh, Sungjune Kim, Heeju Ko, Hyung-gun Chi 외

The resolution of voxel queries significantly influences the quality of view transformation in camera-based 3D occupancy prediction. However, computational constraints and the practical necessity for real-time deployment…