LGAIApr 26, 2023

highway2vec -- representing OpenStreetMap microregions with respect to their road network characteristics

arXiv:2304.13865v13 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses a gap in map area representation for data scientists working on infrastructure-related prediction tasks with spatial variables, though it is incremental as it builds on existing representation learning methods.

The paper tackles the problem of representing map microregions based on road network characteristics by proposing highway2vec, a method that generates embeddings from OpenStreetMap data using the H3 spatial index, resulting in vector representations that detect similarity between hexagons and enable meaningful latent space operations.

Recent years brought advancements in using neural networks for representation learning of various language or visual phenomena. New methods freed data scientists from hand-crafting features for common tasks. Similarly, problems that require considering the spatial variable can benefit from pretrained map region representations instead of manually creating feature tables that one needs to prepare to solve a task. However, very few methods for map area representation exist, especially with respect to road network characteristics. In this paper, we propose a method for generating microregions' embeddings with respect to their road infrastructure characteristics. We base our representations on OpenStreetMap road networks in a selection of cities and use the H3 spatial index to allow reproducible and scalable representation learning. We obtained vector representations that detect how similar map hexagons are in the road networks they contain. Additionally, we observe that embeddings yield a latent space with meaningful arithmetic operations. Finally, clustering methods allowed us to draft a high-level typology of obtained representations. We are confident that this contribution will aid data scientists working on infrastructure-related prediction tasks with spatial variables.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes