paper-with-me

Papers

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

2025-08-26 · Chen Chu, Cyrus Shahabi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.19305

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Geospatial Reasoning with Shapefiles for Supporting Policy Decisions

2021-06-09 · Henrique Santos, James P. McCusker, Deborah L. McGuinness

Policies are authoritative assets that are present in multiple domains to support decision-making. They describe what actions are allowed or recommended when domain entities and their attributes satisfy certain criteria.…

Decision Making

NARA: Anchor-Conditioned Relation-Aware Contextualization of Heterogeneous Geoentities

2026-05-12 · Jina Kim, Gengchen Mai, Lingyi Zhao, Khurram Shafique 외 arxiv

Geospatial foundation models have primarily focused on raster data such as satellite imagery, where self-supervised learning has been widely studied. Vector geospatial data instead represent the world as discrete geoenti…

Self-Supervised LearningRepresentation Learning

Multi-Point Proximity Encoding For Vector-Mode Geospatial Machine Learning

2025-06-05 · John Collins

Vector-mode geospatial data -- points, lines, and polygons -- must be encoded into an appropriate form in order to be used with traditional machine learning and artificial intelligence models. Encoding methods attempt to…

Geometric Feature Enhanced Knowledge Graph Embedding and Spatial Reasoning

2024-10-24 · Lei Hu, Wenwen Li, Yunqiang Zhu

Geospatial Knowledge Graphs (GeoKGs) model geoentities (e.g., places and natural features) and spatial relationships in an interconnected manner, providing strong knowledge support for geographic applications, including …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+3

AutoTour: Automatic Photo Tour Guide with Smartphones and LLMs

2026-01-11 · Huatao Xu, Zihe Liu, Zilin Zeng, Baichuan Li 외 arxiv

We present AutoTour, a system that enhances user exploration by automatically generating fine-grained landmark annotations and descriptive narratives for photos captured by users. The key idea of AutoTour is to fuse visu…

Geometric Matching