Pith. sign in

REVIEW 2 cited by

BEVPoolv2: A Cutting-edge Implementation of BEVDet Toward Deployment

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2211.17111 v1 pith:U5HKEI6F submitted 2022-11-30 cs.CV

BEVPoolv2: A Cutting-edge Implementation of BEVDet Toward Deployment

classification cs.CV
keywords bevdetdev2backendbevpoolv2deploymentimplementationlargeprocessed
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. TopoMaskV3: 3D Mask Head with Dense Offset and Height Predictions for Road Topology Understanding

    cs.CV 2026-03 unverdicted novelty 7.0

    TopoMaskV3 adds dense offset and height heads to produce standalone 3D road centerlines from masks and reports 28.5 OLS on a new geographically disjoint long-range benchmark.

  2. D2HDMap: Non-visible Driveline Map Prior for Online Vectorized HD Map Prediction

    cs.CV 2026-06 unverdicted novelty 4.0

    D2HDMap uses a non-visible driveline prior to guide online vectorized HD map prediction, reaching 44.8 mAP on geographically disjoint splits of nuScenes and Argoverse 2 while retaining performance without the prior at...