CVAIAug 26, 2025

Geo2Vec: Shape- and Distance-Aware Neural Representation of Geospatial Entities

arXiv:2508.19305v15 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate geospatial representations for urban analytics and other GeoAI applications, offering a novel approach that is incremental in improving upon prior methods like Poly2Vec.

The paper tackles the problem of spatial representation learning for GeoAI by introducing Geo2Vec, a method that directly encodes shapes and distances of geospatial entities without decomposition, resulting in improved performance in shape representation, spatial relationship capture, and efficiency compared to existing methods.

Spatial representation learning is essential for GeoAI applications such as urban analytics, enabling the encoding of shapes, locations, and spatial relationships (topological and distance-based) of geo-entities like points, polylines, and polygons. Existing methods either target a single geo-entity type or, like Poly2Vec, decompose entities into simpler components to enable Fourier transformation, introducing high computational cost. Moreover, since the transformed space lacks geometric alignment, these methods rely on uniform, non-adaptive sampling, which blurs fine-grained features like edges and boundaries. To address these limitations, we introduce Geo2Vec, a novel method inspired by signed distance fields (SDF) that operates directly in the original space. Geo2Vec adaptively samples points and encodes their signed distances (positive outside, negative inside), capturing geometry without decomposition. A neural network trained to approximate the SDF produces compact, geometry-aware, and unified representations for all geo-entity types. Additionally, we propose a rotation-invariant positional encoding to model high-frequency spatial variations and construct a structured and robust embedding space for downstream GeoAI models. Empirical results show that Geo2Vec consistently outperforms existing methods in representing shape and location, capturing topological and distance relationships, and achieving greater efficiency in real-world GeoAI applications. Code and Data can be found at: https://github.com/chuchen2017/GeoNeuralRepresentation.

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