IVCVLGOct 8, 2019

Level set image segmentation with velocity term learned from data with applications to lung nodule segmentation

arXiv:1910.03191v31 citations
Originality Incremental advance
AI Analysis

This work addresses lung nodule segmentation for medical imaging analysis, offering an incremental improvement by integrating machine learning into traditional level set methods.

The authors tackled lung nodule segmentation in CT scans by extending level set methods with a machine-learned velocity function, achieving an average intersection over union score of 0.7185 (±0.1114) on the LIDC dataset, which is competitive with existing approaches.

Purpose: Lung nodule segmentation, i.e., the algorithmic delineation of the lung nodule surface, is a fundamental component of computational nodule analysis pipelines. We propose a new method for segmentation that is a machine learning based extension of current approaches, using labeled image examples to improve its accuracy. Approach: We introduce an extension of the standard level set image segmentation method where the velocity function is learned from data via machine learning regression methods, rather than a priori designed. Instead, the method employs a set of features to learn a velocity function that guides the level set evolution from initialization. Results: We apply the method to image volumes of lung nodules from CT scans in the publicly available LIDC dataset, obtaining an average intersection over union score of 0.7185($\pm$0.1114), which is competitive with other methods. We analyze segmentation performance by anatomical and appearance-based categories of the nodules, finding that the method performs better for isolated nodules with well-defined margins. We find that the segmentation performance for nodules in more complex surroundings and having more complex CT appearance is improved with the addition of combined global-local features. Conclusions: The level set machine learning segmentation approach proposed herein is competitive with current methods. It provides accurate lung nodule segmentation results in a variety of anatomical contexts.

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