<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Proceedings of Machine Learning Research</title>
    <description>Proceedings of The TerraBytes {ICML} Workshop: Towards global datasets and models for Earth Observation
  Held in Vancouver, BC, Canada on 19 July 2025

Published as Volume 292 by the Proceedings of Machine Learning Research on 02 December 2025.

Volume Edited by:
  Nicolas Audebert
  Hossein Azizpour
  Valentin Barrière
  Javiera Castillo Navarro
  Mikolaj Czerkawski
  Heng Fang
  Alistair Francis
  Valerio Marsocci
  Andrea Nascetti
  Ritu Yadav

Series Editors:
  Neil D. Lawrence
</description>
    <link>https://proceedings.mlr.press/v292/</link>
    <atom:link href="https://proceedings.mlr.press/v292/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 05 Jul 2026 15:03:36 +0000</pubDate>
    <lastBuildDate>Sun, 05 Jul 2026 15:03:36 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Optimizing Cloud-to-GPU Throughput for Deep Learning With Earth Observation Data</title>
        <description>Training deep learning models on petabyte-scale Earth Observation (EO) data requires separating compute resources from data storage. However, standard PyTorch data loaders cannot keep modern GPUs utilized when streaming \geotiff files directly from cloud storage. In this work, we benchmark \geotiff loading throughput from both cloud object storage and local SSD, systematically testing different loader configurations and data parameters. We focus on tile-aligned reads and worker thread pools, using Bayesian optimization to find optimal settings for each storage type. Our optimized configurations increase remote data loading throughput by 20$\times$ and local throughput by 4$\times$ compared to default settings. On three public EO benchmarks, models trained with optimized remote loading achieve the same accuracy as local training within identical time budgets. We improve validation IoU by $6$–$15$% and maintain $85$–$95$% GPU utilization versus $0$–$30$% with standard configurations. Code is publicly available at \url{https://github.com/microsoft/pytorch-cloud-geotiff-optimization}.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/zaytar25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/zaytar25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Resampling Augmentation for Time Series Contrastive Learning: Application to Remote Sensing</title>
        <description>Given the abundance of unlabeled Satellite Image Time Series (SITS) and the scarcity of labeled data, contrastive self-supervised pretraining emerges as a natural tool to leverage this vast quantity of unlabeled data. However, designing effective data augmentations for contrastive learning remains challenging for time series. We introduce a novel resampling-based augmentation strategy that generates positive pairs by temporally upsampling time series and extracting disjoint subsequences while preserving temporal coverage. We validate our approach on multiple agricultural classification benchmarks using Sentinel-2 imagery, showing that it outperforms common alternatives such as jittering, resizing, and masking. Further, we achieve state-of-the-art performance on the S2-Agri100 dataset without employing spatial information or temporal encodings, surpassing more complex mask-based SSL frameworks. Our method offers a simple, yet effective, contrastive learning augmentation for remote sensing time series.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/saget25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/saget25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Where are the Whales: A Human-in-the-loop Detection Method for Identifying Whales in High-resolution Satellite Imagery</title>
        <description>Effective monitoring of whale populations is critical for conservation, but traditional survey methods are expensive and difficult to scale. While prior work has shown that whales can be identified in very high-resolution (VHR) satellite imagery, large-scale automated detection remains challenging due to a lack of annotated imagery, variability in image quality and environmental conditions, and the cost of building robust machine learning pipelines over massive remote sensing archives. We present a semi-automated approach for surfacing possible whale detections in VHR imagery using a statistical anomaly detection method that flags spatial outliers, i.e. “interesting points”. We pair this detector with a web-based labeling interface designed to enable experts to quickly annotate the interesting points. We evaluate our system on three benchmark scenes with known whale annotations and achieve recalls of 90.3% to 96.4%, while reducing the area requiring expert inspection by up to 99.8% — from over 1,000 sq km to less than 2 sq km in some cases. Our method does not rely on labeled training data and offers a scalable first step toward future machine-assisted marine mammal monitoring from space. We have open sourced the entire pipeline at \url{https://github.com/microsoft/whales}.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/robinson25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/robinson25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Using Multiple Input Modalities can Improve Data-Efficiency and O.O.D. Generalization for ML with Satellite Imagery</title>
        <description>A large variety of geospatial data layers is available around the world ranging from remotely-sensed raster data like satellite imagery, digital elevation models, predicted land cover maps, and human-annotated data, to data derived from environmental sensors such as air temperature or wind speed data. A large majority of machine learning models trained on satellite imagery &lt;b&gt;(SatML)&lt;/b&gt;, however, are designed primarily for \emph{optical} input modalities such as multi-spectral satellite imagery. To better understand the value of using other input modalities alongside optical imagery in supervised learning settings, we generate augmented versions of SatML benchmark tasks by appending additional geographic data layers to datasets spanning classification, regression, and segmentation. Using these augmented datasets, we find that fusing additional geographic inputs with optical imagery can significantly improve SatML model performance. Benefits are largest in settings where labeled data are limited and in geographic out-of-sample settings, suggesting that multi-modal inputs may be especially valuable for data-efficiency and out-of-sample performance of SatML models. Surprisingly, we find that  hard-coded fusion strategies outperform learned variants, with interesting implications for future work.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/rao25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/rao25a.html</guid>
        
        
      </item>
    
      <item>
        <title>AirCast: Improving Air Pollution Forecasting Through Multi-Variable Data Alignment</title>
        <description>Air pollution remains a leading global health risk, exacerbated by rapid industrialization and urbanization, contributing significantly to morbidity and mortality rates. In this paper, we introduce &lt;em&gt;AirCast&lt;/em&gt;, a novel multi-variable air pollution forecasting model, by combining weather and air quality variables. &lt;em&gt;AirCast&lt;/em&gt; employs a multi-task head architecture that simultaneously forecasts atmospheric conditions and pollutant concentrations, improving its understanding of how weather patterns affect air quality.  Predicting extreme pollution events is challenging due to their rare occurrence in historic data, resulting in a heavy-tailed distribution of pollution levels. To address this, we propose a novel Frequency-weighted Mean Absolute Error (fMAE) loss, adapted from the class-balanced loss for regression tasks. Informed from domain knowledge, we investigate the selection of key variables known to influence pollution levels. Additionally, we align existing weather and chemical datasets across spatial and temporal dimensions. &lt;em&gt;AirCast&lt;/em&gt;’s integrated approach, combining multi-task learning, frequency weighted loss and domain informed variable selection, enables more accurate pollution forecasts.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/nedungadi25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/nedungadi25a.html</guid>
        
        
      </item>
    
      <item>
        <title>High-Resolution LFMC Maps for Wildfire Risk From Multimodal Earth Observation Data</title>
        <description>Wildfires are increasing in intensity and severity at an alarming rate. Recent advances in AI and publicly available satellite data enable monitoring critical wildfire risk factors globally, at high resolution and low latency. Live Fuel Moisture Content (LFMC) is a critical wildfire risk factor and is valuable for both wildfire research and operational response. However, ground-based LFMC samples are both labor intensive and costly to acquire resulting in sparse and infrequent updates. In this work, we explore the use of a pretrained, highly-multimodal earth-observation model for generating large-scale spatially complete (wall-to-wall) LFMC maps. Our approach achieves significant improvements over previous methods using randomly initialized models ($&gt;20%$ reduction in RMSE). We provide an automated pipeline that enables rapid generation of these LFMC maps across the United States, and demonstrate its effectiveness in two regions recently impacted by wildfire (Eaton and Palisades).</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/johnson25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/johnson25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Label-Efficient Hyperspectral Image Classification via Spectral FiLM Modulation of Low-Level Pretrained Diffusion Features</title>
        <description>Hyperspectral imaging (HSI) enables detailed land cover classification, but low spatial resolution and sparse annotations pose significant challenges. We present a label-efficient framework that leverages spatial features from a frozen diffusion model pretrained on natural images. Specifically, we extract low-level representations from high-resolution decoder layers at early denoising timesteps, which transfer well to the low-texture setting of HSI. To combine spectral and spatial information, we introduce a lightweight FiLM-based fusion module that adaptively integrates spectral cues into frozen spatial features, enabling effective multimodal learning under sparse supervision. Experiments on two recent hyperspectral datasets show that our method outperforms state-of-the-art approaches using only the sparse training labels provided. Ablation studies further validate the benefit of diffusion-based features and spectral-aware fusion. Our results suggest that pretrained diffusion models can support domain-agnostic, label-efficient representation learning in remote sensing and scientific imaging tasks.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/hu25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/hu25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Shaping Fine-Tuning of Geospatial Foundation Models: Effects of Label Availability and Temporal Resolution</title>
        <description>Fine-tuning foundation models is a key step in adapting them to a particular task. In the case of Geospatial Foundation Models (GFMs), fine-tuning can be particularly challenging given data scarcity both in terms of the amount of labeled data and, in the case of Satellite Image Time Series (SITS), temporal context. Under these circumstances, the optimal GFM fine-tuning strategy across different labeled data regimes remains poorly understood. In this paper, we thoroughly assess and study the performances of two different GFMs given several combinations of two data scarcity factors: the number of labeled samples and the sequence length. Specifically, we analyze the performances on a crop classification task, particularly, semantic segmentation of the Sentinel-2 images contained in the PASTIS-HD dataset. We compare GFMs to U-TAE, as a fully supervised baseline, across varying amounts of labeled data (1%, 10%, 50%, 100%) and temporal input lengths (1, 6, 15, 25 and 35). Among these explorations, we find that using a smaller learning rate for the pre-trained encoders improves performance in moderate and high data regimes (50%-100%). In contrast, full fine-tuning outperforms partial fine-tuning in very low-label settings (1%-10%). This behavior suggests a nuanced trade-off between feature reuse and adaptation that defies the intuition of standard transfer learning. The code is available \href{https://github.com/GioCastiglioni/ShapingFT}{here}.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/castiglioni25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/castiglioni25a.html</guid>
        
        
      </item>
    
      <item>
        <title>The Cloud-Based Geospatial Benchmark: Challenges and LLM Evaluation</title>
        <description>With the increasing skill and adoption of Large Language Models (LLMs) in the sciences, evaluating their capability in a wide variety of application domains is crucial. This work focuses on evaluating LLM-based agents on Earth Observation tasks, particularly those involving the analysis of satellite imagery and geospatial data. We introduce the Cloud-Based Geospatial Benchmark (CBGB), a set of challenges designed to measure how well LLMs can generate code to provide short numerical answers to 45 practical scenarios in geography and environmental science. While the benchmark questions are framed to assess broadly applicable geospatial data analysis skills, their implementation is most readily achieved using the extensive data catalogs and powerful APIs of platforms like Earth Engine. The questions and reference solutions in CBGB were curated from experts with both domain familiarity in Earth Observation and programming expertise. We also estimate and include the difficulty of each problem. We evaluate the performance of frontier LLMs on these tasks with and without access to an execution environment for error-correction based feedback. Using the benchmark we assess how LLMs operate on practical Earth Observation questions across a range of difficulty levels. We find that models with the error-correction feedback, which mirrors the iterative development process common in geospatial analyses, tend to perform consistently better with the highest performance at 71%; the reasoning variants of models outperformed the non-thinking versions. We also share detailed guidelines on curating such practical scenarios and assessing their ability to evaluate agents in the geospatial domain.  The benchmark and evaluation code are available on Github \url{https://github.com/google/earthengine-community/tree/master/experimental/cbgb_benchmark}.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/cardille25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/cardille25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Deploying Geospatial Foundation Models in the Real World: Lessons from WorldCereal</title>
        <description>The increasing availability of geospatial foundation models has the potential to transform remote sensing applications such as land cover classification, environmental monitoring, and change detection. Despite promising benchmark results, the deployment of these models in operational settings is challenging and rare. Standardized evaluation tasks often fail to capture real-world complexities relevant for end-user adoption such as data heterogeneity, resource constraints, and application-specific requirements. This paper presents a structured approach to integrate geospatial foundation models into operational mapping systems. Our protocol has three key steps: defining application requirements, adapting the model to domain-specific data and conducting rigorous empirical testing. Using the Presto model in a case study for crop mapping, we demonstrate that fine-tuning a pre-trained model significantly improves performance over conventional supervised methods. Our results highlight the model’s strong spatial and temporal generalization capabilities. Our protocol provides a replicable blueprint for practitioners and lays the groundwork for future research to operationalize foundation models in diverse remote sensing applications. Application of the protocol to the WorldCereal global crop-mapping system showcases the framework’s scalability.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/butsko25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/butsko25a.html</guid>
        
        
      </item>
    
      <item>
        <title>Smoothing Continual Segmentation Oscillations with Latent Domain PPCA Decoder</title>
        <description>We study Domain Incremental Learning for the semantic segmentation of Earth Observation images. We demonstrate that controlling the oscillation of performance when a new domain arrives is more critical than controlling catastrophic forgetting. We propose an exemplar free architecture that combines a large pre-trained network well adapted to dense image processing (DINOv2) and a  generative decoder head based on Probabilitic Principal Component Analysis (PPCA). We validate our approach on the FLAIR#1 high resolution dataset, which is structured as a sequence of domains.</description>
        <pubDate>Tue, 02 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v292/boum25a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v292/boum25a.html</guid>
        
        
      </item>
    
  </channel>
</rss>
