A multi-stage 3D convolutional neural network algorithm for CT-based lung segment parcellation

J Appl Clin Med Phys 2025 AI 5 Explanations View Original
Original Paper (PDF)

Unable to display PDF. Download it here or view on PMC.

Plain-English Explanations
Pages 1-2
Overview: Mapping the Lung's 18 Anatomical Segments with AI

Why Lung Segments Matter The lungs are not a single undivided organ - they are organized into 18 distinct bronchopulmonary segments, each supplied by its own bronchus and blood vessels. Precise mapping of these segments matters enormously for surgery (allowing surgeons to remove only the affected segment rather than an entire lobe), COPD management (guiding bronchoscopic interventions), and endobronchial valve placement for emphysema.

The Manual Segmentation Problem Manually delineating all 18 segments on CT scans is extremely time-consuming for radiologists, taking 30-60 minutes per patient. This bottleneck limits the clinical use of segment-level analysis and creates inconsistencies between operators.

3D CNN Solution This study trained a 3D convolutional neural network (CNN) to automatically identify and label all 18 lung segments from CT scans. By operating on three-dimensional volumetric data rather than 2D slices, the algorithm captures the complex three-dimensional anatomy of the lung segmental tree.

Clinical Populations Tested The algorithm was validated in both healthy lung anatomies (10 patients) and COPD lungs (10 patients) - an important distinction because COPD causes significant lung deformation, air trapping, and altered anatomy that makes segmentation considerably more challenging.

TL;DR: This study trained a 3D CNN to automatically identify all 18 bronchopulmonary segments from CT scans in both healthy and COPD-affected lungs, automating a time-consuming manual task essential for surgical planning.
Pages 2-4
Multi-Stage Architecture: How the 3D CNN Works

Multi-Stage Pipeline The algorithm uses multiple sequential processing stages. An initial stage identifies the overall lung boundaries and major lobar divisions. Subsequent stages progressively subdivide these regions into individual segments using learned anatomical patterns, mimicking the hierarchical anatomical organization from lobes to segments.

3D Convolutions vs. 2D Standard 2D CNNs process CT slices independently, missing contextual information across slices. 3D CNNs apply convolutional filters across all three spatial dimensions simultaneously, capturing the three-dimensional shape and continuity of anatomical structures essential for accurate segment boundary delineation.

Training Data Requirements Training required CT scans with expert-annotated segment labels. The difficulty of obtaining large labeled datasets for such complex anatomical structures is a key challenge - this study used a smaller dataset supplemented by data augmentation and transfer learning from related anatomical segmentation tasks.

Boundary Handling A critical challenge is defining accurate boundaries between adjacent segments, which follow subsegmental bronchial divisions that are not always visible on CT. The algorithm learned these boundaries from expert annotations, effectively encoding decades of anatomical expertise into its learned parameters.

TL;DR: The multi-stage 3D CNN processes CT volumetric data hierarchically - first identifying lobes, then subdividing into 18 segments - capturing three-dimensional anatomical context that 2D approaches miss.
Pages 4-5
Performance: Dice Score and Intra-Reader Agreement

Dice Score of 86.81 The primary performance metric was the Dice similarity coefficient, which measures the overlap between the algorithm's segmentation and the expert manual reference. A Dice score of 86.81 (out of 100) indicates strong agreement - considered excellent for a complex 18-class segmentation task where expert radiologists themselves sometimes disagree on exact boundaries.

Inclusion Rate of 0.75 The inclusion rate measures what fraction of ground truth segment volume is correctly captured by the algorithm's prediction. A value of 0.75 means 75% of each segment's actual volume is correctly assigned, with the remaining 25% either missed or misassigned to neighboring segments.

99.2% Intra-Reader Agreement When expert radiologists re-read the same cases, they agreed with their own previous annotations 99.2% of the time - confirming that the manual reference standard is highly reproducible. The algorithm's Dice score approaching this ceiling indicates near-expert performance.

COPD Performance Performance was evaluated separately in the 10 COPD patients to assess robustness under anatomical distortion. While exact Dice scores for COPD versus healthy were not separately reported, successful validation in both groups demonstrates the algorithm's practical utility for the patient populations most in need of segment-level analysis.

TL;DR: The 3D CNN achieved Dice score 86.81 and inclusion rate 0.75, with 99.2% intra-reader consistency in the reference standard, demonstrating near-expert level automated lung segment parcellation.
Pages 5-7
Clinical Applications: Surgery, COPD, and Endobronchial Valves

Lung Cancer Resection Planning For early lung cancer, surgeons can perform segmentectomy (removing one segment) rather than lobectomy (removing an entire lobe), preserving more functional lung tissue. Accurate 3D segment maps help surgeons plan the minimal resection that achieves adequate margins, particularly important for patients with limited pulmonary reserve.

COPD Management In severe emphysema, some segments are more severely destroyed than others. 3D segment parcellation enables quantification of emphysema distribution by segment, guiding decisions about lung volume reduction surgery and endobronchial valve placement - where valves are inserted into the most emphysematous segments to deflate them and improve function in remaining tissue.

Radiation Therapy Planning Segment-level dose distribution analysis in radiation planning could help predict and minimize radiation-induced lung injury (pneumonitis), which occurs most severely in segments receiving high doses. Automated mapping accelerates this analysis.

Workflow Integration The algorithm runs in minutes on standard computing hardware, compared to 30-60 minutes of manual annotation. Integration into clinical CT workstations would make segment-level analysis feasible for routine clinical use rather than only specialized centers with dedicated research staff.

TL;DR: Automated segment parcellation enables precision surgical planning (segmentectomy), guides endobronchial valve placement in COPD, and supports radiation planning - all requiring accurate anatomical maps currently created only by expert manual annotation.
Pages 7-8
Limitations and Future Directions

Small Validation Cohort Only 20 patients (10 healthy, 10 COPD) were used for validation - an extremely small sample for drawing definitive conclusions about clinical-grade performance. Performance on rare anatomical variants, other lung diseases (interstitial fibrosis, previous lung surgery), and different CT scanner protocols needs testing.

Training Data Scale Deep learning models for complex anatomical segmentation typically require hundreds to thousands of annotated cases. The small training set here may limit generalization to unusual anatomies or heavily diseased lungs beyond the COPD cases tested.

Ground Truth Subjectivity Segment boundaries are somewhat subjective even for experts. The algorithm's performance is benchmarked against one expert's annotations, but inter-expert variability in complex cases may mean the Dice score partly reflects annotation inconsistency rather than true algorithmic errors.

Future Directions Expanding validation to larger cohorts across multiple institutions, testing on post-surgical and radiation-treated lungs, integrating with bronchoscopic navigation systems for real-time segment identification during procedures, and developing downstream clinical outcome validation (improved surgical margins, better COPD treatment outcomes) are all critical next steps.

TL;DR: The 20-patient validation cohort is too small to establish clinical-grade reliability; larger multi-institution studies across diverse lung pathologies and CT protocols are needed before widespread clinical deployment.
Citation: Open Access, 2025. Available at: PMC12284833.