TL;DR
Rapid landslide mapping is crucial for disaster response but is hindered by class imbalance in data. A hybrid model combining Clay v1.5, a Geo-Foundational Model, with U-Net architecture was developed to enhance landslide detection.
✦ Why It Matters
Engineers can leverage hybrid models to improve performance in imbalanced datasets for critical applications like landslide detection.
Key Takeaways
Full Summary
Landslide detection is vital for effective disaster response, yet automating this process is challenging due to the extreme class imbalance in available datasets, where only about 2% of pixels represent landslides. This study introduces a hybrid model that integrates Clay v1.5, a Geo-Foundational Model (GFM), with a U-Net architecture to improve pixel-level segmentation on the Landslide4Sense (L4S) benchmark.
Three strategies were evaluated: using Clay as the primary encoder, augmenting U-Net with Clay's semantic context, and a standard U-Net baseline. The hybrid U-Net + Clay model, enhanced with two-stage Low-Rank Adaptation (LoRA), achieved the highest test F1 score of 64.5%, significantly better than the Clay-only model (55.2%) and the U-Net baseline (59.9%).
Results indicate that GFMs are most effective when they complement detailed convolutional architectures rather than replace them, suggesting a new direction for future landslide detection systems.
Related