paper-with-me

홈 › Papers

Geographic Location Encoding with Spherical Harmonics and Sinusoidal Representation Networks

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

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 coordinates using sine and cosine projections based on Double Fourier Sphere (DFS) features. These embeddings assume a rectangular data domain even on global data, which can lead to artifacts, especially at the poles. At the same time, little attention has been paid to the exact design of the neural network architectures with which these functional embeddings are combined. This work proposes a novel location encoder for globally distributed geographic data that combines spherical harmonic basis functions, natively defined on spherical surfaces, with sinusoidal representation networks (SirenNets) that can be interpreted as learned Double Fourier Sphere embedding. We systematically evaluate positional embeddings and neural network architectures across various benchmarks and synthetic evaluation datasets. In contrast to previous approaches that require the combination of both positional encoding and neural networks to learn meaningful representations, we show that both spherical harmonics and sinusoidal representation networks are competitive on their own but set state-of-the-art performances across tasks when combined. The model code and experiments are available at https://github.com/marccoru/locationencoder.

📄 PDF Abstract BibTeX arXiv:2310.06743

Code (1)

marccoru/locationencoder 공식 구현 pytorch

Similar Papers 제목 키워드 기반

LocDiffusion: Identifying Locations on Earth by Diffusing in the Hilbert Space

2025-03-23 · Zhangyu Wang, Jielu Zhang, Zhongliang Zhou, Qian Cao 외

Image geolocalization is a fundamental yet challenging task, aiming at inferring the geolocation on Earth where an image is taken. Existing methods approach it either via grid-based classification or via image retrieval.…

Image Retrieval

Tessellating The Earth

2026-06-25 · Daniel Cher, Hamza Iqbal, Eric Xing, Brian Wei 외 arxiv

Geolocation encoders, which map geographic coordinates to learned representations, are emerging as an effective means of capturing visual and non-visual characteristics from a latitude-longitude pair alone. However, exis…

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…

Enhancing the KidSat Model: Integrating Geographical Encoding and Data Quality Assessment for Childhood Poverty Prediction

2026-07-09 · Hou Hin Ip, Ka Nam Lam, Joshua Man Yu Ng, Makkunda Sharma 외 arxiv

Accurate poverty mapping using satellite imagery is often hindered by (i) noisy and sparse survey-derived supervision, (ii) image quality issues such as cloud cover and image corruption, and (iii) lack of explicit spatia…

Image Quality Assessment

Sphere2Vec: Self-Supervised Location Representation Learning on Spherical Surfaces

2021-09-29 · Gengchen Mai, Yao Xuan, Wenyun Zuo, Yutong He 외

Location encoding is valuable for a multitude of tasks where both the absolute positions and local contexts (image, text, and other types of metadata) of spatial objects are needed for accurate predictions. However, most…

image-classificationImage ClassificationRepresentation LearningSelf-Supervised Learning