uto3DSeg SegResNet: Dice peaks 0.18 at epoch ~180 then decays to ~0.08 by epoch 1250 (sparse multi-label pelvic MRI) #8981
Unanswered
andrubrown
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm segmenting 5 venous structures (IVC + 4 iliac veins) in pelvic bTFE MRI and hitting a climb then collapse pattern I can't resolve, and I'd appreciate a read on whether this is an LR-schedule / small-data signature or something else.
Auto3DSeg result (SegResNet, single fold):
Validation Dice climbs early, peaks at best_avg_dice 0.182 at epoch 179, then decays over the remaining epochs to ~0.077 by epoch 1250. Training loss keeps converging throughout. So the model demonstrably learns some signal early and then loses it.
Data:
What I've already ruled out:
Environment: MONAI 1.6.0, torch 2.11.0+cu128, CUDA 12.8, RTX 5090 (sm_120), Python 3.13, Ubuntu 24.04.
Questions:
Happy to share the datastats.yaml, hyper_parameters.yaml, and the full training log.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions