2026 GeoAI Arctic Challenge

This page collects starter materials, learning resources, contacts, citations, and frequently asked questions.

Public challenge materials, including the dataset, starter tools, and documentation, are available before the benchmark phase so teams can train models and prepare submissions. Benchmark submissions and leaderboard rankings open on August 15, 2026, after approved Hugging Face usernames are added to the submission portal.

Contact

Starter Materials

The competition files include helper scripts for:

  • Loading image chips and labels.
  • Inspecting dataset metadata.
  • Creating a sample submission.
  • Encoding binary masks or polygons as compressed COCO RLE.
  • Validating submission JSON files.
  • Running local evaluation against public labels or a validation split.

Tutorials and Learning Materials

References

The GeoAI Arctic Challenge builds upon an RTS dataset and related multimodal GeoAI research. Participants should cite the following works when using the dataset or baseline model.

Dataset Source

Yang et al. (2023) developed a deep learning approach for mapping RTS from satellite imagery. This dataset forms the foundation of the competition.

Yang, Yili, Brendan M. Rogers, Greg Fiske, Jennifer Watts, Stefano Potter, Tiffany Windholz, Andrew Mullen, Ingmar Nitze, and Susan M. Natali. “Mapping retrogressive thaw slumps using deep neural networks.” Remote Sensing of Environment 288 (2023): 113495. https://doi.org/10.1016/j.rse.2023.113495

@article{yang2023mapping,
  title={Mapping retrogressive thaw slumps using deep neural networks},
  author={Yang, Yili and Rogers, Brendan M and Fiske, Greg and Watts, Jennifer and Potter, Stefano and Windholz, Tiffany and Mullen, Andrew and Nitze, Ingmar and Natali, Susan M},
  journal={Remote Sensing of Environment},
  volume={288},
  pages={113495},
  year={2023},
  publisher={Elsevier}
}

FAQ

Where do I download the data?

Download the public release package from the Hugging Face dataset repository. You can review the dataset, train models, and prepare submissions before the benchmark phase opens. To submit predictions and view leaderboard rankings starting August 15, 2026, create a Hugging Face account, complete the registration form with each team member’s exact Hugging Face username, and wait for organizer approval.

What is the submission format?

Submissions use COCO results-format JSON with compressed RLE masks. See the Submission information page for the full schema.

Can I use external data?

Yes, but you must document all external data usage in your method description or technical report.

Can a team submit from multiple accounts?

No. Each team should register once. Starting August 15, 2026, all approved Hugging Face usernames for that team share the same team submission history, 2-submission daily limit, and leaderboard entry.

Are empty submissions allowed?

Yes. An empty JSON list ([]) is valid and means no RTS instances were predicted.

Do I need to submit code?

All teams must submit valid predictions. Top-performing teams must submit code or a reproducibility package for verification to be eligible for awards.