🏆 Best Strategy Board
Pinned tracker for the current best strategy combo on the ESA Embed2Heights leaderboard.
Last updated: 2026-04-19 · Current best score: 0.4213 (val, single model under leaderboard-correct metric) · Submitted: —
Scoring: Leaderboard composite with per-class RMSE ceilings X_bld=3.0m, X_veg=5.0m, positive-only per-image IoU at label > 0, per-image RMSE on GT-positive pixels. See METRIC_PROBE_REPORT.md. Earlier entries in the 0.74–0.77 range used the pre-probe metric and are not comparable to current numbers.
📊 Current Champion
| Dim |
Choice |
Rationale |
| Data & Target |
AlphaEarth 64ch, no-data mask, fixed 80/20 split (splits/split.json) |
Pixel-aligned, strongest single source |
| Model |
LightUNet backbone (2.38M params) |
Beats HRNet-W18 by +0.0216 under current metric; |
| Head |
v35head (presence + base + Δ_b / Δ_v, softplus; fraction head aux only) |
Best-measured head on LightUNet |
| Loss |
ImprovedCompositeLoss (MAE 1.0 + SSIM 0.5 + Grad 0.5 + Tversky 2.0 + height boost) + aux weight 1.0 |
Tversky handles class imbalance; aux trains fraction/presence/height auxiliaries |
| Height Activation |
softplus on base and per-class deltas |
Smooth negative-half gradient is load-bearing for RMSE_bH (ablation in head notes) |
| Fusion |
Single source (no fusion yet) |
AlphaEarth-only backbone still being squeezed |
| Post & Ensemble |
Raw predictions, threshold 0.5 |
Threshold sweep and ensemble TBD under new metric |
Run: runs/lightunet_v35head/model_best.pth · config: bs=32, lr=2e-4, aux=1.0, 30 epochs, seed 42
Score breakdown (val, 405 samples):
| Metric |
Value (local) |
Value (submission) |
| iou_buildings |
0.3983 |
— |
| iou_trees |
0.7416 |
— |
| iou_water |
0.4151 |
— |
| RMSE_building_height |
1.9154 m |
— |
| RMSE_vegetation_height |
3.5532 m |
— |
| Weighted score |
0.4213 |
— |
🧪 Per-Dimension Leaderboard
Best known option for each axis.
Data & Target
Backbone (head fixed at v35head)
Head (backbone fixed at LightUNet)
Loss
Fusion
Post & Ensemble
📜 Experiment Log (new metric)
| Date |
Run |
Δ vs Champion |
Score |
Notes |
| 2026-04-19 |
lightunet_v35head |
champion |
0.4213 |
LightUNet + v35head on AlphaEarth. |
| 2026-04-19 |
lightunet_alphaearth_v3head |
−0.0019 |
0.4194 |
Inside 0.006 noise floor; essentially tied with v35head. |
| 2026-04-19 |
baseline_v35_alphaearth |
−0.0062 |
0.4151 |
Identical config to lightunet_v35head except num_workers; gives noise-floor estimate. |
| 2026-04-19 |
alphaearth_hrnet_w18_v3head |
−0.0162 |
0.4051 |
Best HRNet-W18 result. |
| 2026-04-19 |
hrnet_w18_v35head |
−0.0216 |
0.3997 |
Confirms LightUNet > HRNet-W18 under v35head. |
| 2026-04-19 |
lightunet_alphaearth |
−0.0352 |
0.3861 |
LightUNet + old softplus head. |
| 2026-04-19 |
alphaearth_refiner_softplus_bs16_lr1e4_aux005 |
−0.0390 |
0.3823 |
EmbeddingRefiner, old head. |
| 2026-04-19 |
lightunet_v2head |
−0.0482 |
0.3731 |
LightUNet + v2head. |
| 2026-04-19 |
alphaearth_hrnet_w18_softplus_bs16_lr1e4_aux005 |
−0.0503 |
0.3710 |
HRNet-W18, old head. |
| 2026-04-19 |
hrnet_w18_v2head |
−0.0519 |
0.3694 |
HRNet-W18 + v2head. |
| 2026-04-19 |
alphaearth_hrnet_w32_softplus_bs16_lr5e5_aux005 |
−0.0649 |
0.3564 |
HRNet-W32 under-tuned. |
Archived (pre-probe metric)
The following entries used mean(IoU_pos, IoU_neg) at threshold 0.5 with global pixel-accumulated RMSE and X=30 placeholder normalization. Not comparable to current scores.
| Date |
Run |
Score (old metric) |
| 2026-04-15 |
weighted_metric_v1 in-memory ensemble (W18 + LightUNet + Refiner) |
0.7641 |
| 2026-04-15 |
alphaearth_hrnet_w18_softplus... |
0.7587 |
| 2026-04-15 |
lightunet_alphaearth |
0.7559 |
| 2026-04-15 |
alphaearth_refiner_softplus... |
0.7554 |
| 2026-04-15 |
alphaearth_hrnet_w32_softplus... |
0.7421 |
| 2026-04-14 |
Old AlphaEarth LightUNet report |
0.7410 |
📝 Promotion Rules
A candidate becomes the new champion when:
- Val score ≥ champion + 0.005 (≥ 0.006 noise floor), and
- No single metric drops > 0.02 (avoid over-fitting one axis), and
- Run is reproducible: split file + seed + commit SHA recorded.
🔎 Notes
- Noise floor on val score ≈ 0.006 (measured from two seed-42
v35head runs differing only in num_workers).
- Current champion is v35head + LightUNet, but v3head is inside the noise floor — multi-seed confirmation needed before declaring a definitive head.
- The leaderboard metric's tighter RMSE ceilings (3m / 5m) weight height errors much more heavily than the old 30m placeholder, which is part of why the backbone/head ranking flipped from the 2026-04-15 report.
- Current best is local validation only, not public/private leaderboard.
- Evaluation uses threshold
0.5; per-class sweep under the new metric is a high-priority next step.
- Use
model_best.pth for prediction/evaluation.
🏆 Best Strategy Board
📊 Current Champion
splits/split.json)ImprovedCompositeLoss(MAE 1.0 + SSIM 0.5 + Grad 0.5 + Tversky 2.0 + height boost) + aux weight1.0softpluson base and per-class deltasRun:
runs/lightunet_v35head/model_best.pth· config: bs=32, lr=2e-4, aux=1.0, 30 epochs, seed 42Score breakdown (val, 405 samples):
0.39830.74160.41511.9154 m3.5532 m0.4213🧪 Per-Dimension Leaderboard
Best known option for each axis.
Data & Target
Backbone (head fixed at v35head)
Head (backbone fixed at LightUNet)
Loss
Fusion
Post & Ensemble
tools/sweep_thresholds.pyunder new metric on the top heads📜 Experiment Log (new metric)
lightunet_v35headlightunet_alphaearth_v3headbaseline_v35_alphaearthlightunet_v35headexceptnum_workers; gives noise-floor estimate.alphaearth_hrnet_w18_v3headhrnet_w18_v35headlightunet_alphaearthalphaearth_refiner_softplus_bs16_lr1e4_aux005lightunet_v2headalphaearth_hrnet_w18_softplus_bs16_lr1e4_aux005hrnet_w18_v2headalphaearth_hrnet_w32_softplus_bs16_lr5e5_aux005Archived (pre-probe metric)
The following entries used
mean(IoU_pos, IoU_neg)at threshold 0.5 with global pixel-accumulated RMSE andX=30placeholder normalization. Not comparable to current scores.weighted_metric_v1in-memory ensemble (W18 + LightUNet + Refiner)alphaearth_hrnet_w18_softplus...lightunet_alphaearthalphaearth_refiner_softplus...alphaearth_hrnet_w32_softplus...📝 Promotion Rules
A candidate becomes the new champion when:
🔎 Notes
v35headruns differing only innum_workers).0.5; per-class sweep under the new metric is a high-priority next step.model_best.pthfor prediction/evaluation.