IVCVJun 13, 2022

Deep ensemble learning for segmenting tuberculosis-consistent manifestations in chest radiographs

arXiv:2206.06065v13 citationsh-index: 31
Originality Incremental advance
AI Analysis

It addresses the need for more accurate segmentation to assist radiologists and improve patient treatment in tuberculosis diagnosis, but is incremental as it builds on existing U-Net methods with ensemble techniques.

This study tackled the problem of automated segmentation of tuberculosis-consistent lesions in chest X-rays by evaluating fine-grained annotations and training ensembles of U-Net models, achieving a Dice score of 0.5743 with a stacking ensemble method.

Automated segmentation of tuberculosis (TB)-consistent lesions in chest X-rays (CXRs) using deep learning (DL) methods can help reduce radiologist effort, supplement clinical decision-making, and potentially result in improved patient treatment. The majority of works in the literature discuss training automatic segmentation models using coarse bounding box annotations. However, the granularity of the bounding box annotation could result in the inclusion of a considerable fraction of false positives and negatives at the pixel level that may adversely impact overall semantic segmentation performance. This study (i) evaluates the benefits of using fine-grained annotations of TB-consistent lesions and (ii) trains and constructs ensembles of the variants of U-Net models for semantically segmenting TB-consistent lesions in both original and bone-suppressed frontal CXRs. We evaluated segmentation performance using several ensemble methods such as bitwise AND, bitwise-OR, bitwise-MAX, and stacking. We observed that the stacking ensemble demonstrated superior segmentation performance (Dice score: 0.5743, 95% confidence interval: (0.4055,0.7431)) compared to the individual constituent models and other ensemble methods. To the best of our knowledge, this is the first study to apply ensemble learning to improve fine-grained TB-consistent lesion segmentation performance.

Foundations

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

Your Notes