-
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
To replicate lesion-wise evaluation #5
Comments
Hey Joeycho, thanks for the inquiry! It's nice to see that people pay attention to these important details :) Regarding your specific questions:
This is optional, but can make your morphological kernels (e.g. the ball) the same distance along all the directions.
In the supplement we specified the connectivity as 3D-ball kernel. This represents a connectivity along the edges, excluding the corner voxels of a 3D-Cube. In most libraries this would be connectivity '2' with (1=Faces, 2=edges, 3=corners).
This is generally a matter of taste. Many people in the domain use thresholds of != 0, which means once a single voxel matches you have "detected" a lesion. I found this rather weak, especially for larger metastasis.
This is also a matter of personal preferences (mean vs median that is). But on the other hand I would certainly recommend to aggregate patient-wise and then dataset-wise in order to have each patient count equally, as this IMHO is also the metric that matters in application later downstream.
DICE and F1 are basically the same formulat to calculate. In the manuscript we refer F1-Score exclusively for detection metrics (on instance level) and DICE for voxel-wise measure (also on instance level). I hope this clarifies some of your questions. If some remain just let me know and I can explain further. In case you are intending to build your own pipeline, I am planning to publish an Evaluation tool (including very simple instance creation) that should allow this kind of evaluation out-of-the-box in June. |
Hi @TaWald, I hope you're doing well. https://github.com/Project-MONAI/MetricsReloaded Is this 'MetricsReloaded' what you meant? Or another evaluation tool will come out? Yes, please ping me once it's out. Fortunately, I managed to meet BRATS organizers and I had a discussion with them about the challenges in lesion-wise evaluation (distance metrics in lesion-wise approach). I think at the moment, they will stick with https://github.com/rachitsaluja/BraTS-2023-Metrics. But once yours comes out, we might be able to discuss the details. |
Hi @TaWald,
I would like to check which information was crucial to replicate lesion-wise evaluation which is used for HD-BM paper.
What I have found in the supplement document is the following:
I have found another repository, which also reports lesion-wise metrics (https://github.com/rachitsaluja/BraTS-2023-Metrics).
However, I recognized the difference between HD-BM one and Brats 2023 in detail. That's how I ask you for more information or clarification.
The text was updated successfully, but these errors were encountered: