BEVal Model Zoo — BEV Segmentation Models for Autonomous Driving
This repository contains the pre-trained model weights from the paper:
BEVal: A Cross-dataset Evaluation Study of BEV Segmentation Models for Autonomous Driving
Manuel Diaz-Zapata, Wenqian Liu, Robin Baruffa, Christian Laugier 2024 18th International Conference on Control, Automation, Robotics and Vision (ICARCV), pp. 704–709, IEEE.
All models output a semantic segmentation map in the Bird's-Eye View (BEV) frame over a 100 m × 100 m area centered on the ego-vehicle at a 0.5 m/cell resolution (200 × 200 grid).
LSS — Lift-Splat-Shoot (camera only)
Baseline camera-only architecture. Projects multi-camera features into a voxel representation using depth prediction, then encodes the voxels in BEV with a ResNet18-based decoder.
Note: The Woven Planet (Lyft) models require sub-sampled LiDAR point clouds.
Download them from manutheeng/subsampled-lyft and place them in $LYFT/subsampled_lidar/.
Running evaluation
Use the test script that matches the architecture:
Please refer to the paper for full quantitative results. The figures below are reproduced from the paper.
Cross-dataset evaluation — models trained on one dataset and evaluated on the other:
Cross-dataset evaluation results
Cross-dataset training — models trained on the combined nusc-lyft split:
Cross-dataset training results
Citation
If this model zoo is useful in your research, please cite:
bibtex
1@inproceedings{beval,
2 title = {BEVal: A Cross-dataset Evaluation Study of {BEV} Segmentation Models for Autonomous Driving},
3 author = {Diaz-Zapata, Manuel and Liu, Wenqian and Baruffa, Robin and Laugier, Christian},
4 booktitle = {2024 18th International Conference on Control, Automation, Robotics and Vision (ICARCV)},
5 pages = {704--709},
6 year = {2024},
7 organization = {IEEE}
8}