Switzerland Road extraction from historical maps: Difference between revisions

From FDHwiki
Jump to navigation Jump to search
Line 13: Line 13:
'''Milestones:'''
'''Milestones:'''


1)  
1) Choose the topic for the project, present the first ideas. Get familiar with the data provided.
 
2) Define the final subject of the project. Find reliable sources of information.
 
3) Prepare a small dataset (60 samples) for training and testing a Convolutional Neural Network, main part of the dhSegment tool. This dataset should consist of small patches extracted from the Dufour Map of Switzerland with binary labels created in GIMP.
 
4) Try the dhSegment tool with the created dataset. Evaluate the results, modify the algorithm. Make conclusions about using this tool for road extraction.
 
5) Download the final dataset: patches completely covering the whole map of Switzerland.
 
6) Test the dhSegment tool on the final dataset.
 
7) Get the vectorised map of roads with OpenCV.
   
   
{| class="wikitable"  
{| class="wikitable"  

Revision as of 01:17, 25 November 2021

Introduction

Historical maps provide valuable information about spatial transformation of the landscape over time spans. This project, based on historical maps of Switzerland, is to vectorize road network and landcover and to visualize the transformation using a machine vision library developed at the DHLAB.

The main data source of this project is GeoVITe (Geodata Versatile Information Transfer environment),a browser-based access to geodata for research and teaching, operated by the Institute of Cartography and Geoinformation of ETH Zurich (IKG) since 2008.

Figure1:Dufour map of Switzerland divided by sequencial grids(1:25000)

Motivation

Historical maps contain rich information, which are helpful in urban planning, historical study, and various humanities research. Digitization of massive printed documents is a significant step before further research. However, most historical maps are scanned in rasterized graphical images. To conveniently use geographic data extracted from these maps in GIS software, vectorization is needed.

However, vectorization process has always been a challenge due to manual painting. In this project, we try to use dh-segmentation tool for automatic vectorization. With 60 high-resolution patches(1km*1km) for the training dataset, the model is tested on randomly selected patches and proposed to approximate idealized main roads of Dufour map of Switzerland.

Plan and Milestones

Milestones:

1) Choose the topic for the project, present the first ideas. Get familiar with the data provided.

2) Define the final subject of the project. Find reliable sources of information.

3) Prepare a small dataset (60 samples) for training and testing a Convolutional Neural Network, main part of the dhSegment tool. This dataset should consist of small patches extracted from the Dufour Map of Switzerland with binary labels created in GIMP.

4) Try the dhSegment tool with the created dataset. Evaluate the results, modify the algorithm. Make conclusions about using this tool for road extraction.

5) Download the final dataset: patches completely covering the whole map of Switzerland.

6) Test the dhSegment tool on the final dataset.

7) Get the vectorised map of roads with OpenCV.

Date Task Completion
By Week 4
  • Brainstorm, select project, and raise bold and feasible ideas
  • Present preliminary proposal and modify it according to feedbacks
By Week 6
  • Literature review on relevant road extraction research
  • Experiment on possible solutions
  • Determine overall methodology
By Week 8
  • Prepare training dataset
  • Create labels by GIMP
  • Mid-term presentation
By Week 10
  • test on the pre-trained model
  • improve and modify the algorithm
  • work on road extraction of the whole map
...
By Week 12
  • Finish Georeferencing and finalize the vectorized map
  • Determine implement of visualization
...
By Week 14
  • Sort out all the data in the Github repository
  • Prepare final report and presentation
...

Methodology

Dataset:

  • Dufour Map from GeoVITE
  • The 1:100 000 Topographic Map of Switzerland was the first official series of maps that encompassed the whole of Switzerland. It was published in the period from 1845 to 1865 and thus coincides with the creation of the modern Swiss Confederation.
  • Classification : Main roads
  • Layer: Topographic Raster Maps------Historical Maps------Dufour Maps
  • Coordinate system: CH1903/LV03
  • Predefined Grids: 1:25000
  • Patch Size: 1000 * 1000

DhSegment:

A generic framework for historical document processing using Deep learning approach, created by Benoit Seguin and Sofia Ares Oliveira at DHLAB, EPFL.

Data preparation:

  • GeoVITE: Automatic data crawling / Manually data accessing
  • Swisstopo: black-and-white images -> difficult to annotate with low resolution

Labeling:

60 patches (1000x1000 pixels) using Gimp for model testing:

  • Original patches with spatial information: tiff
  • Patches for training: jpeg
  • labels in black and white: png


Figure2:a region of Bischofszell
Figure3:label of the sample patch

Testing:

Limitation

The main limitation of our project is due to the data source platform. GeoVITE only allows small patches downloading, while automatic downloading leads to unsatisfying low-quality images.

Results

Reference

Links

  • Github repository: [1]
  • GeoVITE :[2]
  • dhSegment:[3]