SkillAgentSearch skills...

MapFM

[HAIS 2025] MapFM: Foundation Model-Driven HD Mapping with Multi-Task Contextual Learning

Install / Use

/learn @LIvanoff/MapFM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1>MapFM</h1> <h3>Foundation Model-Driven HD Mapping with Multi-Task Contextual Learning</h3>

Leonid Ivanov<sup>1</sup>, Vasily Yuryev<sup>1</sup> and Dmitry Yudin<sup>1,2</sup>

<sup>1</sup> Intelligent Transport Lab, MIPT, <sup>2</sup> AIRI

ArXiv Preprint (arXiv 2506.15313)

</div>

News

  • 16 Oct 2025: MapFM is released!
  • 14 July 2025: MapFM is accepted by HAIS 2025! 🎉
  • 8 Jun 2025: We released preprint on Arxiv. Code/Models are coming soon. 🚀

Introduction

In autonomous driving, high-definition (HD) maps and semantic maps in bird's-eye view (BEV) are essential for accurate localization, planning, and decision-making. This paper introduces an enhanced End-to-End model named MapFM for online vectorized HD map generation. We show significantly boost feature representation quality by incorporating powerful foundation model for encoding camera images. To further enrich the model's understanding of the environment and improve prediction quality, we integrate auxiliary prediction heads for semantic segmentation in the BEV representation. This multi-task learning approach provides richer contextual supervision, leading to a more comprehensive scene representation and ultimately resulting in higher accuracy and improved quality of the predicted vectorized HD maps. We have an increase in mean average precision (mAP) compared to baseline on the nuScenes dataset.

method

TODO

  • [x] Release the code.

  • [ ] Release pre-trained models.

Getting Started

These settings keep the same as MapTRv2

Acknowledgements

MapFM is based on mmdetection3d. It is also greatly inspired by the following outstanding contributions to the open-source community: MapQR, Cross View Transformers, Hugging Face.

Citation

If the paper and code help your research, please kindly cite:

@inproceedings{ivanov2025mapfm,
  title={Mapfm: Foundation model-driven hd mapping with multi-task contextual learning},
  author={Ivanov, Leonid and Yuryev, Vasily and Yudin, Dmitry},
  booktitle={International Conference on Hybrid Artificial Intelligence Systems},
  pages={28--40},
  year={2025},
  organization={Springer}
}
@misc{ivanov2025mapfmfoundationmodeldrivenhd,
      title={MapFM: Foundation Model-Driven HD Mapping with Multi-Task Contextual Learning}, 
      author={Leonid Ivanov and Vasily Yuryev and Dmitry Yudin},
      year={2025},
      eprint={2506.15313},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2506.15313}, 
}
@article{ivanov2025mapfm,
  title={MapFM: Foundation Model-Driven HD Mapping with Multi-Task Contextual Learning},
  author={Ivanov, Leonid and Yuryev, Vasily and Yudin, Dmitry},
  journal={arXiv preprint arXiv:2506.15313},
  year={2025}
}

Related Skills

View on GitHub
GitHub Stars11
CategoryEducation
Updated19d ago
Forks1

Languages

Python

Security Score

95/100

Audited on Mar 19, 2026

No findings