metadata
license: cc-by-4.0
Probabilistic Road Classification in Historical Maps Using Synthetic Data and Deep Learning
Dominik J. Mühlematter, Sebastian Schweizer, Chenjing Jiao, Xue Xia, Magnus Heitzler, Lorenz Hurni - 2024
In correspondence with the code we released on GitHub, the usage of the models within our pipeline is described in the repository. Please note that this repository contains only the models for our final results, not for all intermediate results.
Pretrained Models
This folder contains the pretrained models, including:
- ResNet18 Classification Backbone: Pretrained on ImageNet.
- Binary Road Segmentation Model: Initialized with the ImageNet classification backbone and trained using cascaded training with Swiss Map data.
Binary Road Segmentation
This folder contains the final model weights used for extracting roads from the Siegfried Map.
Road Classification Ensemble
This folder contains all the model weights for the final road classification ensemble.
Citation
If you find our work useful or interesting, or if you use our code, please cite our paper as follows:
@misc{muhlematter2024probabilistic,
title = {Probabilistic Road Classification in Historical Maps Using Synthetic Data and Deep Learning},
author = {Dominik J. Mühlematter, Sebastian Schweizer, Chenjing Jiao, Xue Xia, Magnus Heitzler, Lorenz Hurni},
year = {2024},
note = {arXiv:xxxx.xxxxx}
}