robot-learning-freiburg / BEVCar

Camera-Radar Fusion for BEV Map and Object Segmentation

Home Page:http://bevcar.cs.uni-freiburg.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEVCar

arXiv | Website | Video

This repository is the official implementation of the paper:

BEVCar: Camera-Radar Fusion for BEV Map and Object Segmentation

Jonas Schramm*, Niclas Vödisch*, Kürsat Petek*, B Ravi Kiran, Senthil Yogamani, Wolfram Burgard, and Abhinav Valada.
*Equal contribution.

arXiv preprint arXiv:2403.11761, 2024

Overview of BEVCar approach

If you find our work useful, please consider citing our paper:

@article{schramm2024bevcar,
  title={BEVCar: Camera-Radar Fusion for BEV Map and Object Segmentation},
  author={Schramm, Jonas and Vödisch, Niclas and Petek, Kürsat and Kiran, B Ravi and Yogamani, Senthil and Burgard, Wolfram and Valada, Abhinav},
  journal={arXiv preprint arXiv:2403.11761},
  year={2024}
}

📔 Abstract

Semantic scene segmentation from a bird's-eye-view (BEV) perspective plays a crucial role in facilitating planning and decision-making for mobile robots. Although recent vision-only methods have demonstrated notable advancements in performance, they often struggle under adverse illumination conditions such as rain or nighttime. While active sensors offer a solution to this challenge, the prohibitively high cost of LiDARs remains a limiting factor. Fusing camera data with automotive radars poses a more inexpensive alternative but has received less attention in prior research. In this work, we aim to advance this promising avenue by introducing BEVCar, a novel approach for joint BEV object and map segmentation. The core novelty of our approach lies in first learning a point-based encoding of raw radar data, which is then leveraged to efficiently initialize the lifting of image features into the BEV space. We perform extensive experiments on the nuScenes dataset and demonstrate that BEVCar outperforms the current state of the art. Moreover, we show that incorporating radar information significantly enhances robustness in challenging environmental conditions and improves segmentation performance for distant objects.

👩‍💻 Code

We will release the code upon the acceptance of our paper.

👩‍⚖️ License

The code is released under the CC BY-NC-SA 4.0 license. For any commercial purpose, please contact the authors.

🙏 Acknowledgment

This work was funded by Qualcomm Technologies Inc. and the German Research Foundation (DFG) Emmy Noether Program grant No 468878300.

drawing       DFG logo

About

Camera-Radar Fusion for BEV Map and Object Segmentation

http://bevcar.cs.uni-freiburg.de/

License:Other