A Deep Learning-Based Computed Tomography Reading System for the Diagnosis of Lung Cancer Associated With Cystic Airspaces

Sci Rep 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
Catching the Lung Cancer That Hides Behind Cysts

What Is Lung Cancer Associated With Cystic Airspaces? Lung cancer associated with cystic airspaces (LCCA) is a rare but clinically important variant of lung cancer where the tumor appears as or grows around thin-walled cystic cavities rather than forming the typical solid nodule. This appearance resembles benign conditions like pulmonary bullae, making LCCA notoriously difficult to diagnose. The early underdiagnosis rate for LCCA is estimated at 22.7%.

Why LCCA Is Missed Current lung nodule management guidelines (Fleischner Society, Lung-RADS) focus primarily on solid and ground-glass nodule morphologies. Cystic lung lesions are not specifically addressed, leaving radiologists without clear criteria for distinguishing LCCA from benign cystic conditions. This diagnostic gap means LCCA is often followed rather than biopsied, and many patients are diagnosed only after the cancer has progressed to advanced stage.

The Four Mechanisms of LCCA Development LCCA develops through four proposed mechanisms: (1) tumor formation of a one-way valve causing distal air trapping, (2) adherent tumor growth along damaged alveolar walls, (3) formation of a primarily cystic tumor, and (4) tumor growth along pre-existing lung cysts. The most common mechanism is the one-way valve effect, where a growing tumor compresses small airways and creates a check-valve that inflates the distal airspace.

LungSSFNet: A Task-Specific AI Solution The researchers designed LungSSFNet, a deep learning model that integrates multi-scale, multi-frequency attention mechanisms specifically for LCCA segmentation and classification. Unlike general-purpose lung nodule AI, LungSSFNet was trained specifically on LCCA versus pulmonary bulla cases, creating a targeted solution for this diagnostic challenge.

TL;DR: LCCA is a rare lung cancer variant appearing as cystic cavities that is frequently misdiagnosed due to resemblance to benign cysts. This study developed LungSSFNet, a specialized deep learning model that achieves 96.77% accuracy in classifying LCCA from benign cystic lesions.
Pages 2-4
Designing LungSSFNet With Multi-Frequency Attention

Dataset Collection Retrospective CT data from 342 cases were collected: 272 CT series from 109 patients with pathologically confirmed LCCA, and 70 series from 70 patients with pulmonary bulla (the benign mimic). Data came from Ningbo Medical Center Lihuili Hospital and Ningbo No. 1 Hospital in China, spanning January 2021 to April 2024. Cases were divided 72:18:10 into training, validation, and test sets.

The SSF Module Architecture LungSSFNet is built on nnUNet (a self-configuring segmentation framework) and adds a novel SSF (Shallow-Semantic Feature) attention module. The SSF module combines shallow feature maps (fine local details) with deep semantic features (high-level conceptual information) using learnable weighting parameters. This combination allows the model to simultaneously recognize fine cyst wall details and understand the global structural context of each lesion.

Multi-Frequency SimAM Attention Unlike standard single-scale attention, LungSSFNet applies SimAM (Simple, parameter-free Attention Module) attention at three spatial scales simultaneously. Each scale branch captures different spatial frequency content. The outputs are then processed in both spatial and frequency domains using discrete cosine transforms, generating a rich multi-dimensional attention map that highlights important lesion features invisible to human readers.

Training Protocol and Ablation Studies A stochastic gradient descent optimizer with Nesterov momentum was used for 500 training epochs. Ablation studies compared LungCBAM, LungSimAM, LungSSF1, LungSSF2, and the final LungSSFNet to confirm each architectural component's contribution. Binary cross-entropy combined with Dice loss was used to optimize both pixel-wise classification and overall segmentation quality.

TL;DR: LungSSFNet added an SSF attention module to nnUNet that fuses shallow and deep features at multiple spatial scales in both spatial and frequency domains, trained on 245 annotated CT series with ablation studies confirming each component's contribution.
Pages 4-6
LungSSFNet Outperforms All Competing Models

Segmentation Performance LungSSFNet achieved Dice similarity coefficient of 75.15% and IoU of 81.05% for LCCA tumor areas on the test set - the highest among all models tested. For benign bulla segmentation, it achieved 92.04% Dice and 93.03% IoU. The improvement over the second-best model (nnUNet) was 1.61% Dice and 1.14% IoU for malignant areas.

Classification Accuracy For the classification task (distinguishing LCCA from pulmonary bulla), LungSSFNet achieved 96.77% accuracy, 100% precision, and 96.15% sensitivity - compared to all five competing models (UNet, M2SNet, TANet, MADGNet, nnUNet) which achieved 90-94% accuracy. The 100% precision means LungSSFNet made no false positive predictions in the test set.

F1 Score Comparison LungSSFNet's F1 score of 98.03% surpassed all competing models, with the next best (M2SNet) achieving 96.29%. The F1 score's balance of precision and recall is particularly important in medical diagnosis where both false positives (unnecessary invasive procedures) and false negatives (missed cancers) carry significant consequences.

Failure Cases LungSSFNet occasionally misclassified malignant images as benign when the cystic cavity had an unusually high proportion of solid components compared to air-containing spaces. This specific failure mode - solid-predominant LCCA - represents a known architectural limitation that could be addressed with additional training data focused on this subtype.

TL;DR: LungSSFNet achieved 96.77% accuracy, 100% precision, and 96.15% sensitivity in classifying LCCA from benign cysts - outperforming UNet, M2SNet, TANet, MADGNet, and nnUNet on all evaluation metrics.
Pages 6-7
Reducing Diagnostic Delays for a Frequently Missed Cancer

Addressing the 22.7% Early Underdiagnosis Gap If LungSSFNet's 96.77% accuracy can be confirmed in prospective clinical deployment, it would directly reduce the 22.7% early underdiagnosis rate of LCCA. Earlier diagnosis translates to earlier treatment and the possibility of curative surgical resection, which is highly effective in early-stage LCCA.

Workflow Integration The model is designed as a reading assistant - it segments and classifies suspicious cystic lesions, flagging them for radiologist review rather than replacing radiologist judgment. This co-pilot model reduces the probability that LCCA slips through review undetected, particularly during high-volume reading sessions where subtle cystic presentations might be deprioritized.

Reducing Biopsy Decisions Burden LCCA is particularly difficult to biopsy because cystic wall lesions are thin and may yield insufficient tissue. AI-assisted diagnosis could reduce the threshold for recommending biopsy in LCCA-suspicious cases, or alternatively identify cases with high enough AI confidence to initiate resection without requiring pre-operative histological confirmation.

Single-Center Limitation The training and test data came from a small, single-center dataset of 109 LCCA patients. This is inherent to the rarity of LCCA but represents the most significant limitation. Performance validation at other institutions with different patient populations and CT scanner protocols is essential before deployment.

TL;DR: If prospectively validated, LungSSFNet could reduce LCCA's 22.7% underdiagnosis rate by flagging suspicious cystic lesions for radiologist attention and raising biopsy consideration thresholds for this frequently missed cancer.
Pages 7-9
Scaling LCCA AI to Multi-Center Validation

Small Dataset and Rarity Challenge With only 109 LCCA patients, the dataset is small by deep learning standards. Recruiting larger LCCA cohorts requires multi-institutional collaboration given the condition's rarity. Future work should establish a multi-center LCCA imaging consortium to build the training data needed for robust model development.

Solid-Predominant LCCA Subtype The identified failure mode - solid-predominant LCCA - suggests that a subtype-specific model or specialized training augmentation for high solid content cases would improve overall performance. Future model iterations should specifically oversample this challenging subtype during training.

LCCA Classification System Integration Shen et al.'s four-type LCCA classification (type I: thin-walled, type II: thick-walled, type III: with nodules, type IV: mixed) could be incorporated as a secondary output of LungSSFNet, providing radiologists with both malignancy probability and structural subtype classification in a single AI report.

Longitudinal Growth Tracking LCCA cystic lesions that grow, develop wall thickening, or acquire solid nodular components over follow-up CT scans are particularly concerning. Extending LungSSFNet to serial CT analysis - tracking temporal change in cyst characteristics - could improve specificity by detecting the dynamic growth patterns that characterize malignant LCCA.

TL;DR: Multi-center LCCA data collection, targeted training for solid-predominant subtypes, integration of structural classification outputs, and extension to serial CT monitoring are the key development priorities for LungSSFNet.
Citation: Open Access, 2025. Available at: PMC12217966.