You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantic segmentation of Retrogressive Thaw Slumps (RTS) in Arctic satellite imagery for pan-arctic mapping.
Overview
This project trains a deep learning model to detect RTS from PlanetScope basemap imagery (up to 74N) and deploys it for pan-arctic inference to produce an RTS survey map.
Status (2026-07): model v2 (3-seed UNet++/EfficientNet-B5 ensemble, RGB+NDVI, thr 0.65) is
deployed — the pan-Arctic South run (2025 Q3 imagery, ≈50–76°N, 41.57M tiles) is complete and its
products are shipped (see Deployed products). Model v2.1 (DINOv3-L MAE
self-supervised pretraining) is in progress on branch v2.1-pretraining.
This README is the map of the repo — every canonical document is linked below, and the
Source of truth table says where each kind of fact lives. Specs are the source
of truth: always read the relevant doc before implementing (see CLAUDE.md §Rule 1).
The 2025 Q3 pan-Arctic South run produced a tiered product family in
gs://rts-mapping-v2-usw1/inference/2025q3_south/products/ — catalog SSoT:
post-inference/south_products.md.
High-confidence map: south_rts_high_confidence.gpkg — 19,068 polygons / 529.7 km², QC-calibrated
rts_class from a measured precision grid (279 human ratings).
Full candidate inventory (MMU≈0): 60,167 polygons / 688.2 km² across confidence tiers;
original delivered south_rts.gpkg (10,984 / 238.1 km² at thr 0.65) kept for provenance.
Rasters: probability mosaic (1,633 COG shards + WMTS z10 re-tile), 95 m browse likelihood surface,
10 km / 0.5° hotspot density grids (threshold-free expected RTS area 1,037.4 km²).
configs/*.yaml (configs/base_v2_fast.yaml is the canonical base for current experiments; configs/baseline.yaml records the original Phase-0/1 baseline + shared infra keys)
training in multi-scaleDONE (ledger family M, 2026-07-02): 0.5× re-stage + joint dual-scale training, 3 seeds — gates 1+2 pass, gate 3 (fusion recall) fail; inference multiscale path implemented, deploy stays scales:[1.0].
pan-Arctic South inference + productsDONE (2026-07): full run + tiered QC-calibrated products shipped (see Deployed products).
v2.1 — DINOv3-L MAE self-supervised pretraining on the 295k-tile South corpus (in progress, branch v2.1-pretraining); v3 hard-negative mining seeded from qc_false_hard_negatives.gpkg (152 QC-verified FPs).
explore GEE satellite embedding as input feature
2025 micro set to test temporal domain shift
About
Mapping retrogressive thaw slumps using deep learning