Views
No views yet
| field | value |
|---|---|
| architecture | UNetFormer, timm resnet18 encoder (ImageNet), global-local attention decoder |
| arch version | unetformer-r18-v2 (sig 29554ac657c8) |
| split mode | random |
| fold | 1 of 3 |
| seed | 42 |
| input | 512x512, ImageNet norm, effective GSD 0.586 m/px |
| classes | Residential, Road, River, Forest, UnusedLand, Agricultural |
| lr (dec/enc) | 0.0003 / 3e-05, AdamW wd 0.01 |
| schedule | 500-step warmup, cosine over 120 epochs |
| regularization | EMA 0.999, label smoothing 0.05, drop path 0.1, dropout 0.1 |
| aux head weight | 0.4 |
| weights | EMA |
| best epoch | 80 |
| val mIoU | 0.5007 |
| val mF1 | 0.6505 |
| val OA | 0.7755 |
| val kappa | 0.6465 |
| class | IoU | F1 |
|---|---|---|
| Residential | 0.8208 | 0.9016 |
| Road | 0.3525 | 0.5213 |
| River | 0.3918 | 0.5630 |
| Forest | 0.6285 | 0.7719 |
| UnusedLand | 0.3306 | 0.4969 |
| Agricultural | 0.4797 | 0.6484 |
block is sequence-block CV using an export-order proxy, not spatial CV.best.pt holds model_state (EMA weights) plus cfg, metrics, arch_sig.