dlengerer commited on
Commit
cd44be8
·
verified ·
1 Parent(s): a373ed0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+
5
+ <div align="center">
6
+ <h1>AerialFusionMapNet</h1>
7
+
8
+ <h3>Online HD Map Construction with Aerial-Onboard BEV Fusion</h3>
9
+
10
+ <a href="https://arxiv.org/abs/2606.24784"><img src="https://img.shields.io/badge/arXiv-Paper-brightgreen.svg" alt="arXiv Paper"></a>
11
+ <a href="https://github.com/DriverlessMobility/AerialFusionMapNet">
12
+ <img src="https://img.shields.io/badge/GitHub-black.svg?logo=github" alt="GitHub">
13
+ </a>
14
+ </div>
15
+
16
+ ## Introduction
17
+
18
+ This repository provides pretrained checkpoints for **“AerialFusionMapNet: Online HD Map Construction with Aerial-Ground BEV Fusion”**, accepted at IEEE ITSC 2026.
19
+
20
+ 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.
21
+
22
+ For implementation details, configuration files, and evaluation instructions, please refer to the GitHub repository.
23
+
24
+ ## Citation
25
+
26
+ If you use AerialFusionMapNet in your research, please cite:
27
+
28
+ ```bibtex
29
+ @article{lengerer2026aerialfusionmapnet,
30
+ title={AerialFusionMapNet: Online HD Map Construction with Aerial-Onboard BEV Fusion}, author={Daniel Lengerer and Mathias Pechinger and Klaus Bogenberger and Carsten Markgraf},
31
+ year={2026},
32
+ journal={arXiv preprint arXiv:2606.24784}
33
+ }