IVLGMLMay 18, 2019

Quantitative Error Prediction of Medical Image Registration using Regression Forests

arXiv:1905.07624v135 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for reliable error prediction in medical image registration to improve clinical adoption and registration quality, though it is incremental as it applies existing regression forest techniques to a specific domain.

The paper tackles the problem of predicting registration error in medical images, which is challenging due to lack of ground truth, by proposing an automatic method using random regression forests on chest CT scans, achieving mean absolute errors of 1.07 ± 1.86 mm and 1.76 ± 2.59 mm in two experiments.

Predicting registration error can be useful for evaluation of registration procedures, which is important for the adoption of registration techniques in the clinic. In addition, quantitative error prediction can be helpful in improving the registration quality. The task of predicting registration error is demanding due to the lack of a ground truth in medical images. This paper proposes a new automatic method to predict the registration error in a quantitative manner, and is applied to chest CT scans. A random regression forest is utilized to predict the registration error locally. The forest is built with features related to the transformation model and features related to the dissimilarity after registration. The forest is trained and tested using manually annotated corresponding points between pairs of chest CT scans in two experiments: SPREAD (trained and tested on SPREAD) and inter-database (including three databases SPREAD, DIR-Lab-4DCT and DIR-Lab-COPDgene). The results show that the mean absolute errors of regression are 1.07 $\pm$ 1.86 and 1.76 $\pm$ 2.59 mm for the SPREAD and inter-database experiment, respectively. The overall accuracy of classification in three classes (correct, poor and wrong registration) is 90.7% and 75.4%, for SPREAD and inter-database respectively. The good performance of the proposed method enables important applications such as automatic quality control in large-scale image analysis.

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