๐ค AI Summary
This work addresses the challenge of directly utilizing scanned paper maps for GPS navigation. We propose an end-to-end trail network extraction framework: first, georegistering scanned maps to align them spatially; second, applying a U-Net architecture for robust binary segmentation of trails; third, constructing a graph representation to encode topological relationships, and iteratively refining it via a routing-engine-driven optimization that leverages real-world path reachability feedback. This modular design significantly enhances adaptability and generalization across diverse paper map typesโincluding hand-drawn, printed, and faded variants. Experiments demonstrate that our method consistently reconstructs complex trail networks and generates high-precision GPS-compatible paths satisfying real-world navigation requirements. Quantitatively, it outperforms conventional pipelines in both topological completeness and geometric accuracy.
๐ Abstract
Paper maps remain widely used for hiking and sightseeing because they contain curated trails and locally relevant annotations that are often missing from digital navigation applications such as Google Maps. We propose a pipeline to extract navigable trails from scanned maps, enabling their use in GPS-based navigation. Our method combines georeferencing, U-Net-based binary segmentation, graph construction, and an iterative refinement procedure using a routing engine. We evaluate the full end-to-end pipeline as well as individual components, showing that the approach can robustly recover trail networks from diverse map styles and generate GPS routes suitable for practical use.