CVLGIVNov 12, 2021

Monte Carlo dropout increases model repeatability

arXiv:2111.06754v1
Originality Synthesis-oriented
AI Analysis

This addresses the need for reliable AI models in clinical workflows, though it is incremental as it applies an existing method to improve repeatability in specific medical tasks.

The study tackled the problem of low model repeatability in medical image analysis by evaluating four model types on three tasks and found that using Monte Carlo dropout predictions at test time significantly increased repeatability, with an average reduction of 95% limits of agreement by 17% points.

The integration of artificial intelligence into clinical workflows requires reliable and robust models. Among the main features of robustness is repeatability. Much attention is given to classification performance without assessing the model repeatability, leading to the development of models that turn out to be unusable in practice. In this work, we evaluate the repeatability of four model types on images from the same patient that were acquired during the same visit. We study the performance of binary, multi-class, ordinal, and regression models on three medical image analysis tasks: cervical cancer screening, breast density estimation, and retinopathy of prematurity classification. Moreover, we assess the impact of sampling Monte Carlo dropout predictions at test time on classification performance and repeatability. Leveraging Monte Carlo predictions significantly increased repeatability for all tasks on the binary, multi-class, and ordinal models leading to an average reduction of the 95% limits of agreement by 17% points.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes