Search papers, labs, and topics across Lattice.
This study benchmarks three Geospatial Foundation Models (GFMs) – Terramind, DINOv3, and Prithvi-v2 – for wildfire burned-area mapping using Sentinel-2 data across the US and Canada, focusing on spatial and temporal generalization. They compare full fine-tuning, decoder-only fine-tuning, and LoRA adaptation, finding that LoRA achieves the best cross-domain generalization while updating less than 1% of the parameters. Prithvi-v2 with LoRA achieves the highest overall accuracy and largest improvement over full fine-tuning, demonstrating the efficacy of parameter-efficient adaptation for GFMs.
Forget full fine-tuning: LoRA lets you adapt Geospatial Foundation Models for wildfire mapping with comparable accuracy while only tweaking 1% of the parameters.
Wildfire burned-area mapping is essential for damage assessment, emissions modeling, and understanding fire-climate interactions across diverse ecological regions. Recent geospatial foundation models provide strong general-purpose representations for satellite imagery, yet there is still no clear understanding of how to efficiently adapt these models for downstream Earth observation tasks, particularly under geographic and temporal domain shift. This study evaluates three state-of-the-art Geospatial Foundation Models (GFMs) - Terramind, DINOv3, and Prithvi-v2 - for burned-area mapping across the United States and Canada using Sentinel-2 data. Leveraging 3,820 wildfire events from 2017-2023, we conduct spatial and temporal generalization tests across diverse biomes. We systematically compare full fine-tuning, decoder-only fine-tuning, and Low-Rank Adaptation (LoRA) for adapting each model. Across all experiments, LoRA provides the strongest cross-domain generalization while updating less than 1% of parameters, demonstrating a favorable trade-off between accuracy and efficiency. Prithvi-v2 with LoRA achieves the highest overall accuracy and the largest improvement compared to full fine-tuning. These findings indicate that geospatial foundation models, when adapted using lightweight parameter-efficient methods such as LoRA, offer a robust and scalable solution for large-scale burned-area mapping. Code is available at https://github.com/alishibli97/wildfire-lora-gfm.