CoolFace
Modelpublic

nasa-ibm-ai4science/ar_segmentation_surya

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
10likes
Model Card

๐ŸŒŒ Surya โ€“ Active Region Segmentation

๐Ÿ“– Model Overview

This repository hosts fine-tuned weights of Surya โ€“ a heliophysics foundation model โ€“ for the task of solar Active Region (AR) segmentation. Solar Active Regions are magnetically complex structures associated with flares and coronal mass ejections (CMEs). Within ARs, the Polarity Inversion Line (PIL) serves as a critical precursor of eruptions. Accurate segmentation of ARs containing PILs is essential for space weather forecasting and understanding solar magnetic complexity.


๐Ÿ“Š Results

We benchmarked Surya against a standard UNet baseline on the ARPIL dataset.

ModelParamsIoUDice Coeff
UNet9.2 M0.6880.801
Surya (LoRA)4.1 M0.7680.853

Surya achieves higher segmentation quality with fewer parameters, highlighting the benefits of foundation model pretraining and parameter-efficient adaptation.


๐Ÿ–ผ Example

<p align="center"> <img src="ar_seg.png" width="100%"> </p>

  • โ€”Top Row: Input SDO/HMI data (Date: 2014-02-01, Time: 08:12)
  • โ€”Middle Row: Surya segmentation output
  • โ€”Bottom Row: Ground Truth

โšก Usage

Follow the instructions at Surya/downstream_examples/ar_segmentation


๐Ÿค Acknowledgements

  • โ€”NASA IMPACT and IBM for developing the Surya foundation model