TLDR: Regional Expert Networks (REN) is a novel AI framework for diagnosing Interstitial Lung Disease (ILD) that uses an anatomically-informed Mixture-of-Experts (MoE) approach. It trains specialized AI ‘experts’ for distinct lung regions (lobes) and combines their insights using dynamic weighting mechanisms, integrating both deep learning and radiomics features. REN achieved significantly higher diagnostic accuracy (12.5% AUC improvement) compared to traditional methods, particularly in lower lung lobes, offering improved interpretability and aligning with clinical disease progression patterns.
Diagnosing complex conditions like Interstitial Lung Disease (ILD) accurately and early is crucial for patient outcomes. However, traditional artificial intelligence (AI) systems often struggle with medical imaging because they treat the entire organ as a single unit, overlooking the critical importance of anatomical structure and how diseases manifest differently in various regions.
A groundbreaking new framework, called Regional Expert Networks (REN), is changing this by introducing an anatomically-informed Mixture-of-Experts (MoE) approach specifically designed for medical image classification. Developed by a team of researchers including Alec K. Peltekian, Halil Ertugrul Aktas, Gorkem Durak, and Ulas Bagci, REN leverages the body’s natural architecture to create more precise and interpretable AI diagnoses.
Understanding the Challenge
Interstitial Lung Disease encompasses over 200 diverse pulmonary disorders. High-resolution computed tomography (HRCT) scans are vital for diagnosis, but each lung region can show varying disease patterns and severity. Existing deep learning methods typically analyze the entire lung uniformly, which can dilute important region-specific signals and make it difficult for clinicians to understand the AI’s reasoning.
How REN Works: Anatomical Intelligence for AI
REN addresses these limitations by embedding domain-specific anatomical knowledge directly into its design. Instead of a single, general AI model, REN employs seven specialized ‘experts,’ each dedicated to distinct lung lobes (Left Upper, Left Lower, Right Upper, Right Middle, Right Lower) and bilateral lung combinations. This means that each expert focuses on learning pathological patterns unique to its assigned anatomical region.
The framework operates in four key stages:
1. Anatomical Region Extraction: CT scans are preprocessed and segmented to precisely define the seven lung regions, creating masked inputs for each expert.
2. Individual Expert Training: For each region, REN trains different types of AI models, including Convolutional Neural Networks (CNN), Vision Transformers (ViT), Mamba architectures, and traditional radiomics models (XGBoost). Radiomics involves extracting quantitative features like texture, shape, and intensity from the images, providing complementary information to deep learning.
3. Multi-Modal Gating Mechanisms: This is where REN truly shines. Instead of simply averaging expert opinions, REN uses dynamic ‘gating’ functions to intelligently weigh each expert’s contribution. These gating mechanisms integrate both deep learning features and radiomics biomarkers, allowing the system to adaptively emphasize the most informative experts based on the specific patient’s scan. This ensures that the AI focuses on the most relevant anatomical areas for diagnosis.
4. End-to-End MoE Integration: Finally, the insights from all experts and the dynamic gating are combined into a unified model for patient-level ILD classification.
Impressive Results and Clinical Alignment
REN demonstrated consistently superior performance in ILD classification. The radiomics-guided ensemble, using a five-lobe configuration, achieved an average AUC (Area Under the Curve, a measure of diagnostic accuracy) of 0.8646. This represents a statistically significant 12.5% improvement over the SwinUNETR baseline model (AUC 0.7685).
Crucially, REN’s region-specific experts revealed that models focusing on the lower lung lobes achieved the highest AUCs (0.88-0.90). This aligns perfectly with clinical knowledge, as ILD typically begins and progresses more significantly in the lung bases due to gravitational and mechanical stress. This suggests that REN is not just accurate but also captures the true anatomical progression of the disease, offering valuable, interpretable insights for clinicians.
The study also found that incorporating radiomics features was particularly effective, especially in the lower lobes where ILD initiates. These handcrafted, pathology-aware biomarkers complement deep learning features, enhancing both accuracy and interpretability.
Also Read:
- Enhancing Medical Object Detection Across Diverse Imaging Modalities
- Advancing Mammogram View Translation with Anatomically Aware Diffusion Models
Looking Ahead
While REN shows immense promise, the researchers acknowledge limitations, such as the dataset originating from a single institution and focusing on a specific type of ILD. Future work will involve multi-institutional validation, expanding to multi-class ILD classification, and exploring more adaptive expert assignment strategies. This research marks a significant step towards creating more interpretable, effective, and clinically actionable AI systems for medical image analysis. For more details, you can read the full research paper.


