sct-pipeline / fmri-segmentation

Repository for the project on automatic spinal cord segmentation based on fMRI EPI data
MIT License
4 stars 1 forks source link

Strategy for model training #48

Open rohanbanerjee opened 3 months ago

rohanbanerjee commented 3 months ago

My understanding of how model was trained in this project is the following. Let's consider dataset of 100 subjects.

According to @rohanbanerjee, model 2a performs better than model 2b (as we discuss in issue #36)

However, one risk, is model drift towards images with 'bad' quality, given that as the new training rounds increase, the data quality is shifting towards 'bad' cases (ie: the 'good cases' were used for model 1, and might now be forgotten). We need a validation strategy to ensure this does not happen @rohanbanerjee

My suggestion (Julien writing here):

Sources: