-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add graph showing intra-subject variability (STD) as a function of atrophy estimation error #86
Comments
Graph without removing any subjectsThe first graph shows COV in function of error % without removing any subjects. The 2nd graph shows that T1w and T2w outliers seem not correlated. Subjects in red are the worst outliers of T1w images and subjects in green are the worst outliers of T2w images. After removing subjectsPresently if CSA is not computed the vertebrae levels are removed from the dataframe. It looks like the segmentation on images with missing CSA does not cover C3-C5 cord, this could be related to image transformation. We could try to re-integrate padding to see if it resolves this issue. example: In the following graph all subjects with a missing CSA were removed (not only the vertebra level). It seems to eliminate values with high COV and low error % improving the correlation between both metrics. In this last graph, i tried to identify outlier subjects and looked at their image quality. It is difficult to affirm that these are the worst images, but it is obvious that if the subject is an outlier for one rescaling it has good chances to be an outlier for the other rescalings. : |
Very cool investigations @PaulBautin ! Too bad these results don't follow our intuitions (about the correlation). Could you open a PR so I can look at the code (and understand exactly how you generated those figures)? |
@jcohenadad. The merge of PR #89, has not modified the results and the number of outliers. No correlation between COV and percentage can be deduced. |
thank you for looking into it @PaulBautin , but as a sanity check i'd still like to see a side-by-side results comparison as mentioned in #83 (comment) |
As predicted PR #89 eliminates values with very high COV: repo for results before #89: https://github.com/sct-pipeline/csa-atrophy/tree/stat_cov_err |
it's reinsuring. Even though there are still effects that we don't fully understand (the offset for T1w), we can trust these results better, now that the bug with the crop is fixed. I think we can move forward with the article. |
Once the graph is done, we should identify the 5-10 subjects with worse STD, and see if they are associated with strong movements/artifacts.
If that's the case, it should be reported as a new finding in the manuscript.
The text was updated successfully, but these errors were encountered: