Skip to content

unet_segmentation: swap tree-crown base checkpoint for a building-pre… - #58

Open
nilshof01 wants to merge 1 commit into
hotosm:developfrom
nilshof01:fix/unet-building-base
Open

unet_segmentation: swap tree-crown base checkpoint for a building-pre…#58
nilshof01 wants to merge 1 commit into
hotosm:developfrom
nilshof01:fix/unet-building-base

Conversation

@nilshof01

Copy link
Copy Markdown

…trained base

The shipped base (unet_resnet34_oam_rgb_tcd) is a tree-crown delineation model: zero-shot it scores building F1 0.00 on both held-out splits of hotosm/vhr-building-segmentation (n=7,237 val / 7,236 test chips), and fine-tuning from it reaches 50.0 pooled test F1 at 32 chips (6 regions x 5 folds) - below random decoder init (52.4).

An identical-architecture base pretrained on
hotosm/vhr-building-segmentation reaches 59.3 pooled (+9.3) with the unchanged fine-tune recipe, scores 0.40/0.51 building F1 zero-shot on the dataset val/test splits, and cuts fold variance. It is a raw smp state dict loading via the existing torch.load(weights_only=True) + load_state_dict(strict=False) path with 0 missing / 0 unexpected keys.

The checkpoint asset is pinned to the upload revision; training provenance is documented in the model README and on the checkpoint's model card (hf.co/nilsho01/unet-resnet34-vhr-buildings.

For more insights into the study have a look here for more insights: https://huggingface.co/nilsho01/unet-resnet34-vhr-buildings

…trained base

The shipped base (unet_resnet34_oam_rgb_tcd) is a tree-crown delineation
model: zero-shot it scores building F1 0.00 on both held-out splits of
hotosm/vhr-building-segmentation (n=7,237 val / 7,236 test chips), and
fine-tuning from it reaches 50.0 pooled test F1 at 32 chips (6 regions x
5 folds) - below random decoder init (52.4).

An identical-architecture base pretrained on
hotosm/vhr-building-segmentation reaches 59.3 pooled (+9.3) with the
unchanged fine-tune recipe, scores 0.40/0.51 building F1 zero-shot on
the dataset val/test splits, and cuts fold variance. It is a raw smp
state dict loading via the existing torch.load(weights_only=True) +
load_state_dict(strict=False) path with 0 missing / 0 unexpected keys.

The checkpoint asset is pinned to the upload revision; training
provenance is documented in the model README and on the checkpoint's
model card (hf.co/nilsho01/unet-resnet34-vhr-buildings).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant