paper-with-me

Papers

Advancing Earth Observation Through Machine Learning: A TorchGeo Tutorial

2026-03-02 · Caleb Robinson, Nils Lehmann, Adam J. Stewart, Burak Ekim, Heng Fang, Isaac A. Corley, Mauricio Cordeiro arxiv

Earth observation machine learning pipelines differ fundamentally from standard computer vision workflows. Imagery is typically delivered as large, georeferenced scenes, labels may be raster masks or vector geometries in distinct coordinate reference systems, and both training and evaluation often require spatially aware sampling and splitting strategies. TorchGeo is a PyTorch-based domain library that provides datasets, samplers, transforms and pre-trained models with the goal of making it easy to use geospatial data in machine learning pipelines. In this paper, we introduce a tutorial that demonstrates 1.) the core TorchGeo abstractions through code examples, and 2.) an end-to-end case study on multispectral water segmentation from Sentinel-2 imagery using the Earth Surface Water dataset. This demonstrates how to train a semantic segmentation model using TorchGeo datasets, apply the model to a Sentinel-2 scene over Rio de Janeiro, Brazil, and save the resulting predictions as a GeoTIFF for further geospatial analysis. The tutorial code itself is distributed as two Python notebooks: https://torchgeo.readthedocs.io/en/stable/tutorials/torchgeo.html and https://torchgeo.readthedocs.io/en/stable/tutorials/earth_surface_water.html.

📄 PDF Abstract BibTeX arXiv:2603.02386

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

SSL4EO-L: Datasets and Foundation Models for Landsat Imagery

2023-06-15 · NeurIPS 2023 11 · Adam J. Stewart, Nils Lehmann, Isaac A. Corley, Yi Wang 외

The Landsat program is the longest-running Earth observation program in history, with 50+ years of data acquisition by 8 satellites. The multispectral imagery captured by sensors onboard these satellites is critical for …

Cloud DetectionEarth ObservationSelf-Supervised LearningSemantic Segmentation

Earth Embeddings as Products: Taxonomy, Ecosystem, and Standardized Access

2026-01-19 · Heng Fang, Adam J. Stewart, Isaac Corley, Xiao Xiang Zhu 외 arxiv

Geospatial Foundation Models (GFMs) provide powerful representations, but high compute costs hinder their widespread use. Pre-computed embedding data products offer a practical "frozen" alternative, yet they currently ex…

Geospatial Machine Learning Libraries

2025-10-02 · Adam J. Stewart, Caleb Robinson, Arindam Banerjee arxiv

Recent advances in machine learning have been supported by the emergence of domain-specific software libraries, enabling streamlined workflows and increased reproducibility. For geospatial machine learning (GeoML), the a…

TorchGeo: Deep Learning With Geospatial Data

2021-11-17 · Adam J. Stewart, Caleb Robinson, Isaac A. Corley, Anthony Ortiz 외

Remotely sensed geospatial data are critical for applications including precision agriculture, urban planning, disaster monitoring and response, and climate change research, among others. Deep learning methods are partic…

Deep LearningTransfer Learning

Advancing Earth Observation: A Survey on AI-Powered Image Processing in Satellites

2025-01-21 · Aidan Duggan, Bruno Andrade, Haithem Afli

Advancements in technology and reduction in it's cost have led to a substantial growth in the quality & quantity of imagery captured by Earth Observation (EO) satellites. This has presented a challenge to the efficacy of…

Earth Observation