Closed PaulBautin closed 3 years ago
Results for T2w images using: config for 0.5 mm: config_script_0.5mm.zip config without resampling: config_script_t2.zip last commit used: https://github.com/sct-pipeline/csa-atrophy/commit/1eb258ebbd47c7fbb91c5cfa93529d04db31212e
No improvements are visible with image resampling to 0.5 mm iso. There even seems to be an increase in missing vertebrae on resampled images segmentation:
example of missing vertebrae in segmentation (i will look more into this issue): sub-tokyoIngenia02_T2w_RPI_r_r0.97_t22_crop.zip sub-tokyoIngenia02_T2w_RPI_r_r0.97_t22_crop_seg.zip
The problem of bad segmentation (ie that stops in the middle of the FOV) is caused by a failure in the centerline detection:
This is likely caused by the FOV being too small (ie: the trained model does not recognize such small FOV).
A reason this happens more on the 0.5mm resampled data is "bad luck", and caused by the model not being used to this resolution.
A possible workaround would be to increase the dilation used for cropping, e.g. setting it to 45: https://github.com/sct-pipeline/csa-atrophy/blob/1eb258ebbd47c7fbb91c5cfa93529d04db31212e/process_data.sh#L188
Still no improvements are visible with image resampling to 0.5 mm iso. However the centerline issue https://github.com/sct-pipeline/csa-atrophy/issues/93#issuecomment-731229356 seems to be resolved with PR #94. commit: https://github.com/sct-pipeline/csa-atrophy/pull/94/commits/ad90b20b3514bc11c6d23bb2ba01b8c649dbabdd config: config_script_0.5mm.zip
hum, these overestimations at 0.5mm are suspicious. i’d like to dig to understand what could explain those results
@PaulBautin it also seems like after the fix (ad90b20), there is a slight overestimation on the 0.8mm iso plot compared to the results before the fix. The scaling of the plot is not the same, so it is difficult to assess precisely though.
Regarding the overestimation at 0.5mm, I would like to understand what's going on. Could you please share a representative subject (ie: with the over-segmentation at 0.5mm and not at 0.8mm). If too large, you can put the data on the cloud somewhere, or via duke (or let me know where they are on compute canada).
During the last meeting, we discussed resampling images to 0.5 mm isotropic. Even though, no additional information is added to the image, hypothesis was that, a finer resampling could increase the precision of transformations that use interpolation. Moreover, the 0.5 mm isotropic resampling was chosen to ensure that the systematic resampling (0.5 mm isotropic) performed by Deepseg did not affect image quality and segmentation.