paper-with-me

홈 › Papers

Positional Encoder Graph Neural Networks for Geographic Data

2021-11-19 · Konstantin Klemmer, Nathan Safir, Daniel B. Neill

Graph neural networks (GNNs) provide a powerful and scalable solution for modeling continuous spatial data. However, they often rely on Euclidean distances to construct the input graphs. This assumption can be improbable in many real-world settings, where the spatial structure is more complex and explicitly non-Euclidean (e.g., road networks). Here, we propose PE-GNN, a new framework that incorporates spatial context and correlation explicitly into the models. Building on recent advances in geospatial auxiliary task learning and semantic spatial embeddings, our proposed method (1) learns a context-aware vector encoding of the geographic coordinates and (2) predicts spatial autocorrelation in the data in parallel with the main task. On spatial interpolation and regression tasks, we show the effectiveness of our approach, improving performance over different state-of-the-art GNN approaches. We observe that our approach not only vastly improves over the GNN baselines, but can match Gaussian processes, the most commonly utilized method for spatial interpolation problems.

📄 PDF Abstract BibTeX arXiv:2111.10144

Code (1)

konstantinklemmer/pe-gnn 공식 구현 pytorch

Tasks

Gaussian ProcessesregressionSpatial Interpolation

Similar Papers 제목 키워드 기반

Positional Encoder Graph Quantile Neural Networks for Geographic Data

2024-09-27 · William E. R. de Amorim, Scott A. Sisson, T. Rodrigues, David J. Nott 외

Positional Encoder Graph Neural Networks (PE-GNNs) are among the most effective models for learning from continuous spatial data. However, their predictive distributions are often poorly calibrated, limiting their utilit…

Density EstimationUncertainty Quantification

Geographic Location Encoding with Spherical Harmonics and Sinusoidal Representation Networks

2023-10-10 · Marc Rußwurm, Konstantin Klemmer, Esther Rolf, Robin Zbinden 외

Learning representations of geographical space is vital for any machine learning model that integrates geolocated data, spanning application domains such as remote sensing, ecology, or epidemiology. Recent work embeds co…

Geo-Encoder: A Chunk-Argument Bi-Encoder Framework for Chinese Geographic Re-Ranking

2023-09-04 · Yong Cao, Ruixue Ding, Boli Chen, Xianzhi Li 외

Chinese geographic re-ranking task aims to find the most relevant addresses among retrieved candidates, which is crucial for location-related services such as navigation maps. Unlike the general sentences, geographic con…

ChunkingMulti-Task LearningRe-Ranking

WaveMAE: Wavelet decomposition Masked Auto-Encoder for Remote Sensing

2025-10-26 · Vittorio Bernuzzi, Leonardo Rossi, Tomaso Fontanini, Massimo Bertozzi 외 arxiv

Self-supervised learning (SSL) has recently emerged as a key strategy for building foundation models in remote sensing, where the scarcity of annotated data limits the applicability of fully supervised approaches. In thi…

Self-Supervised LearningSemantic SegmentationChange Detection

Localized, High-resolution Geographic Representations with Slepian Functions

2026-01-30 · Arjun Rao, Ruth Crasto, Tessa Ooms, David Rolnick 외 arxiv

Geographic data is fundamentally local. Disease outbreaks cluster in population centers, ecological patterns emerge along coastlines, and economic activity concentrates within country borders. Machine learning models tha…