You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JorenB and I spent some time to understand errors that occur when a segmentation model makes predictions. By using the dice metric, we can come up with upper and lower bounds expected for the errors when a deep learning model generates segmentations. These bounds can be used to derive something called the "quantification ambiguity range" that represents the range of ambiguity we can expect when the model estimates ITSP. It's much like the perceptual ambiguity in humans.
The text was updated successfully, but these errors were encountered:
AjeyPaiK
changed the title
Implement functions to determine ITSP bounds and compute quantitative ambiguity range (QAR)
Implement functions to determine ITSP bounds and compute quantification ambiguity range (QAR)
Oct 30, 2024
Sensitivity of segmentation errors on volume and dice score
Note: \mathcal isn't supported on github markdown.
Today, I looked at how significantly do the volume and the dice score effect the segmentation errros.
For Eq 5 and Eq 6 from my lab journal, we can write the partial derivative of errors with respect to volume and dice score as follows:
These partial derivatives show that sensitivity to $V$ does not depend on $V$ itself but instead depends on $d$. As $d$ increases, these derivatives approach zero, meaning that for high dice scores, segmentation error becomes almost independent of $V$.
These partial derivatives also indicate a larger sensitivity to $d$ due to the inverse square proportionality. Consequently, we can also conclude that QAR is more sensitive to the dice score compared to the volumes.
Below is an output from a simulation that illustrates the points made above. The simulation is now part of itsper.
Along the same lines, I concluded that the dependence of QAR on the proportions of tumor and stroma volumes behaves similarly as the perceptual ambiguity seen in humans conducting the same task. In that, the QAR is maximum when the tumor volume and stroma volume are equal. Whereas, QAR decreases when the volumes are unequal. Humans also have most ambiguity when the tumor and stroma compartments are equal in a given image.
@JorenB and I spent some time to understand errors that occur when a segmentation model makes predictions. By using the dice metric, we can come up with upper and lower bounds expected for the errors when a deep learning model generates segmentations. These bounds can be used to derive something called the "quantification ambiguity range" that represents the range of ambiguity we can expect when the model estimates ITSP. It's much like the perceptual ambiguity in humans.
The text was updated successfully, but these errors were encountered: