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 | 2 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 | 84 |
| val mIoU | 0.4905 |
| val mF1 | 0.6378 |
| val OA | 0.7743 |
| val kappa | 0.6551 |
| class | IoU | F1 |
|---|---|---|
| Residential | 0.8151 | 0.8981 |
| Road | 0.3444 | 0.5124 |
| River | 0.3309 | 0.4972 |
| Forest | 0.6426 | 0.7824 |
| UnusedLand | 0.2989 | 0.4603 |
| Agricultural | 0.5108 | 0.6762 |
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.