unet_segmentation: swap tree-crown base checkpoint for a building-pre… - #58
Open
nilshof01 wants to merge 1 commit into
Open
unet_segmentation: swap tree-crown base checkpoint for a building-pre…#58nilshof01 wants to merge 1 commit into
nilshof01 wants to merge 1 commit into
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…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