File size: 1,440 Bytes
ea5888f cd44be8 fa99996 cd44be8 c524116 cd44be8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
license: cc-by-nc-sa-4.0
---
<div align="center">
<h1>AerialFusionMapNet</h1>
<h3>Online HD Map Construction with Aerial-Onboard BEV Fusion</h3>
<a href="https://arxiv.org/abs/2606.24784"><img src="https://img.shields.io/badge/arXiv-Paper-brightgreen.svg" alt="arXiv Paper"></a>
<a href="https://github.com/DriverlessMobility/AerialFusionMapNet">
<img src="https://img.shields.io/badge/GitHub-black.svg?logo=github" alt="GitHub">
</a>
</div>
## Introduction
This repository provides pretrained checkpoints for **“AerialFusionMapNet: Online HD Map Construction with Aerial-Onboard BEV Fusion”**, accepted at IEEE ITSC 2026.
AerialFusionMapNet extends online HD map construction by fusing camera-based BEV features with ego-aligned aerial imagery from AID4AD. The released checkpoints are intended to reproduce the reported evaluation results and support further research on aerial-ground fusion for online map construction.
For implementation details, configuration files, and evaluation instructions, please refer to the GitHub repository.
## Citation
If you use AerialFusionMapNet in your research, please cite:
```bibtex
@article{lengerer2026aerialfusionmapnet,
title={AerialFusionMapNet: Online HD Map Construction with Aerial-Onboard BEV Fusion},
author={Daniel Lengerer and Mathias Pechinger and Klaus Bogenberger and Carsten Markgraf},
year={2026},
journal={arXiv preprint arXiv:2606.24784}
} |