paper-with-me

Papers

BEVPoolv2: A Cutting-edge Implementation of BEVDet Toward Deployment

2022-11-30 · JunJie Huang, Guan Huang

We release a new codebase version of the BEVDet, dubbed branch dev2.0. With dev2.0, we propose BEVPoolv2 upgrade the view transformation process from the perspective of engineering optimization, making it free from a huge burden in both calculation and storage aspects. It achieves this by omitting the calculation and preprocessing of the large frustum feature. As a result, it can be processed within 0.82 ms even with a large input resolution of 640x1600, which is 15.1 times the previous fastest implementation. Besides, it is also less cache consumptive when compared with the previous implementation, naturally as it no longer needs to store the large frustum feature. Last but not least, this also makes the deployment to the other backend handy. We offer an example of deployment to the TensorRT backend in branch dev2.0 and show how fast the BEVDet paradigm can be processed on it. Other than BEVPoolv2, we also select and integrate some substantial progress that was proposed in the past year. As an example configuration, BEVDet4D-R50-Depth-CBGS scores 52.3 NDS on the NuScenes validation set and can be processed at a speed of 16.4 FPS with the PyTorch backend. The code has been released to facilitate the study on https://github.com/HuangJunJie2017/BEVDet/tree/dev2.0.

📄 PDF Abstract BibTeX arXiv:2211.17111

Code (1)

HuangJunJie2017/BEVDet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Detecting As Labeling: Rethinking LiDAR-camera Fusion in 3D Object Detection

2023-11-13 · JunJie Huang, Yun Ye, Zhujin Liang, Yi Shan 외

3D object Detection with LiDAR-camera encounters overfitting in algorithm development which is derived from the violation of some fundamental rules. We refer to the data annotation in dataset construction for theory comp…

3D Object Detectionobject-detectionObject Detection

BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection

2022-03-31 · JunJie Huang, Guan Huang

Single frame data contains finite information which limits the performance of the existing vision-based multi-camera 3D object detection paradigms. For fundamentally pushing the performance boundary in this area, a novel…

3D Object Detectionobject-detectionObject Detection

PolarBEVDet: Exploring Polar Representation for Multi-View 3D Object Detection in Bird's-Eye-View

2024-08-29 · Zichen Yu, Quanli Liu, Wei Wang, Liyong Zhang 외

Recently, LSS-based multi-view 3D object detection provides an economical and deployment-friendly solution for autonomous driving. However, all the existing LSS-based methods transform multi-view image features into a Ca…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

BEVDet: High-performance Multi-camera 3D Object Detection in Bird-Eye-View

2021-12-22 · JunJie Huang, Guan Huang, Zheng Zhu, Yun Ye 외

Autonomous driving perceives its surroundings for decision making, which is one of the most complex scenarios in visual perception. The success of paradigm innovation in solving the 2D object detection task inspires us t…

3D Object DetectionAutonomous DrivingData Augmentationobject-detection+2

RCBEVDet++: Toward High-accuracy Radar-Camera Fusion 3D Perception Network

2024-09-08 · Zhiwei Lin, Zhe Liu, Yongtao Wang, Le Zhang 외

Perceiving the surrounding environment is a fundamental task in autonomous driving. To obtain highly accurate perception results, modern autonomous driving systems typically employ multi-modal sensors to collect comprehe…

3D Multi-Object Tracking3D Object DetectionAutonomous DrivingMulti-Object Tracking+5