July 07, 2026
Accurate quantification of lung disease severity from chest imaging is critical for clinical decision-making and resource allocation. We propose a tri-modal deep learning framework, TMF-RSE (Tri-Modal Fusion with Regional Semantics and Evidential Uncertainty), that combines appearance features from two-dimensional chest inputs, structural features from lung segmentation masks, and semantic features from vision-language models (VLMs) for severity quantification. Our approach employs complementary fusion mechanisms that integrate semantic guidance, structural priors, and hierarchical interactions across modalities. The model employs evidential regression to provide both severity predictions and uncertainty estimates. Experiments on the Per-COVID-19 CT and RALO datasets show that TMF-RSE outperforms recent transformer-based baselines, achieving MAE of 4.02 and Pearson correlation of 0.9629 on Per-COVID-19 validation, and 0.339 MAE / 0.973 PC on RALO geographic extent.
Lung disease severity quantification, multi-modal fusion, vision-language models, evidential learning, chest CT, chest radiography.
Accurate and automated severity assessment from chest imaging is critical for clinical decision-making, treatment planning, and resource allocation. Continuous severity quantification better reflects gradual parenchymal change than binary or categorical diagnosis, enabling personalized treatment strategies and longitudinal outcome monitoring. Established radiographic scoring frameworks the Brixia index [1], [2], the RALE scheme [3], and structured finding taxonomies such as CheXpert [4] have underpinned early automated severity estimation on chest imaging. The COVID-19 pandemic further intensified demand for automated regression, motivating the Per-COVID-19 CT suite [5], [6] providing percentage-style CT involvement targets under a validation phase with radiologist-estimated references and a stricter test phase with segmentation-derived references [6] and the RALO chest radiograph benchmark [7], defining continuous geographic extent and lung opacity targets adopted by the transformer regressors [8], [9] that serve as our direct baselines. Manual scoring across both modalities remains time-consuming, subjective, and prone to inter-observer variability, motivating fully automated pipelines.
Despite substantial progress from vision transformer and pyramid architectures including ViTReg-IP [10], MViTReg-IP [11], QCross-Att-PVT [8], and PViTGAtt-IP [9] existing methods predominantly exploit appearance cues without incorporating explicit structural priors from lung segmentation or clinical semantics from medical vision–language models (VLMs). While image–mask fusion is increasingly common [12], it typically reduces to concatenation or shallow gating rather than hierarchical semantic conditioning. On the language-vision side, models such as LLaVA-Med [13], BiomedCLIP [14], MedCLIP [15], and MedGemma [16] have substantially advanced biomedical image–text understanding, yet remain largely unapplied to calibrated continuous severity regression with mask-aware fusion. Concurrently, evidential regression [17], [18] offers principled separation of aleatoric and epistemic uncertainty, yet few chest severity systems combine evidential outputs with tri-modal fusion and representation-level structural confidence a gap this work directly addresses.
We propose TMF-RSE (Tri-Modal Fusion with Regional Semantics and Evidential Uncertainty), unifying three complementary information sources under a single end-to-end architecture: (1) appearance features from two-dimensional chest inputs capturing intensity and parenchymal patterns; (2) structural features from SAM-derived segmentation masks [19] encoding anatomical boundaries and spatial relationships; and (3) semantic features from a frozen LLaVA-Med encoder [13] applied independently to upper, middle, and lower lung zones via region-specific clinical prompts. Targeting the same Per-COVID-19 CT and RALO protocols as [8], [9], our key contributions are:
A tri-modal fusion architecture with semantic gating, structural prior modulation, and hierarchical fusion capturing joint cross-modal interactions beyond what pairwise combinations can express.
Regional semantic encoding via frozen VLM embeddings with anatomy-aware clinical prompts for upper, middle, and lower lung zones, enabling spatially-grounded severity assessment.
Evidential regression providing aleatoric and epistemic uncertainty estimates with complementary uncertainty modeling at both representation and output levels.
Modality ablations across image-only, image+mask, image+VLM, and full tri-modal configurations, quantified by MAE, RMSE, and Pearson correlation on both benchmarks.
Our tri-modal framework consists of three encoders extracting complementary features, a fusion module that combines them through complementary mechanisms, and an evidential regression head for severity prediction with uncertainty quantification. The overall architecture is illustrated in Figure 1
Our proposed architecture (see Fig. 1) establishes a comprehensive pipeline that processes each two-dimensional chest input whether a CT slice or radiograph through three synergistic encoding pathways. First, the Image Encoder leverages a DINOv3-ViT backbone [20] to extract high-fidelity appearance features, effectively capturing nuanced intensity patterns and parenchymal findings. Concurrently, the Mask Encoder utilizes a lightweight Convolutional Neural Network (CNN) to process binary lung segmentation masks generated by SAM3 [19], thereby explicitly encoding critical anatomical boundaries and structural priors. To contextualize these visual cues, the VLM Encoder employs LLaVA-Med [13] to distill semantic features from the upper, middle, and lower lung regions via targeted clinical prompts. Ultimately, these complementary representations are harmonized within our tri-modal fusion module and subsequently passed to an evidential regression head, which jointly outputs continuous severity scores and calibrated uncertainty estimates.
We employ DINOv3-ViT-S/16 [20], a self-supervised vision transformer pretrained on ImageNet, to extract appearance features. DINOv3 provides high-quality dense features that capture fine-grained visual patterns without requiring medical image pretraining. The encoder outputs 384-dimensional features that are projected to 512 dimensions for consistency with other modalities.
The mask encoder is a lightweight CNN that processes binary lung segmentation masks to extract structural features. The architecture consists of three convolutional blocks with GroupNorm and ReLU activations, followed by global average pooling and a projection layer. This encoder captures anatomical boundaries, lung shape, and spatial relationships that complement appearance features.
We use LLaVA-Med v1.5-Mistral-7B [13], a medical vision-language model, to extract semantic features from lung regions. Importantly, the VLM is not used for direct prediction but as a semantic prior that regularizes visual reasoning. Freezing the VLM ensures stable clinical semantics while preventing overfitting and excessive computational cost during training. The lungs are divided into three vertical zones (upper, middle, lower), adopting a simple three-zone division to balance anatomical relevance and robustness, avoiding reliance on fine-grained anatomical landmarks that may be unreliable in severe disease. Each region is processed separately with region-specific clinical prompts:
To extract anatomically grounded semantic features, we employ region-specific clinical prompts tailored to the lung’s spatial architecture. Specifically, the VLM is queried to characterize upper field opacities, middle zone ground-glass and interstitial patterns, and lower base consolidation and atelectasis. This targeted prompting ensures the distilled representations reflect localized pathological signatures critical for robust severity assessment.
Each region produces a 768-dimensional semantic embedding, resulting in a \(3 \times 768\) feature tensor that captures spatially-aware clinical semantics.
Our fusion module employs three complementary mechanisms that work together to integrate multi-modal information:
VLM-derived semantic features generate gates that selectively control which image features are used. This prevents the model from over-relying on spurious visual patterns by ensuring only semantically-relevant image evidence is passed forward:
\[\mathbf{g} = \sigma(\text{MLP}(\mathbf{f}_{\text{vlm}})), \quad \mathbf{f}_{\text{img}}^{\text{gated}} = \mathbf{f}_{\text{img}} \odot \mathbf{g}\]
where \(\mathbf{g} \in [0,1]^d\) are gate values, \(\sigma\) is sigmoid, and \(\odot\) denotes element-wise multiplication.
Mask features influence attention entropy, reflecting anatomical confidence. Well-defined lung boundaries produce sharp attention (low entropy), while poor segmentation leads to diffuse attention (high entropy), signaling model uncertainty:
\[c_{\text{struct}} = \sigma(\text{MLP}(\mathbf{f}_{\text{mask}})), \quad \mathbf{a}_{\text{mod}} = c_{\text{struct}} \cdot \mathbf{a} + (1-c_{\text{struct}}) \cdot \mathbf{a}_{\text{uniform}}\]
where \(c_{\text{struct}}\) is structural confidence and \(\mathbf{a}\) are attention weights. Structural prior modulation influences feature uncertainty at the representation level, while evidential regression models predictive uncertainty at the output level, allowing complementary uncertainty modeling across the network.
We implement a three-stage hierarchical fusion scheme to progressively integrate cross-modal interactions. Stage 1 synthesizes image and mask features into a structural appearance representation, which is then combined with VLM embeddings in Stage 2 to derive semantically-aware structural features. Finally, Stage 3 employs a synergy gate to adaptively modulate the unified representation when the joint interaction of all three modalities is essential. While pairwise fusion captures partial interactions, the proposed hierarchical design explicitly conditions later representations on all three modalities, encouraging joint dependency. The fusion module also includes cross-attention layers for pairwise interactions between modalities, complementing the hierarchical mechanism.
We employ evidential regression [17] to predict severity scores along with uncertainty estimates. The head outputs parameters of a Normal-Inverse-Gamma (NIG) distribution: \(\gamma\) (predicted mean), \(\nu\) (virtual observations), \(\alpha\) (shape), and \(\beta\) (scale). Severity is predicted as \(\gamma\), while uncertainties are computed as:
\[\begin{align} \text{Aleatoric} &= \frac{\beta}{\alpha - 1} , \quad \text{Epistemic} &= \frac{\beta}{\nu(\alpha - 1)} \end{align}\]
The loss function combines negative log-likelihood with a regularization term that prevents over-confidence:
\[\mathcal{L} = \text{NLL}(\gamma, \nu, \alpha, \beta; y) + \lambda \cdot \text{Reg}(\nu, \alpha)\]
where \(y\) is the ground truth severity score and \(\lambda\) is a regularization coefficient (set to 0.001).
Experiments were conducted on the RALO chest radiograph benchmark [7] and the Per-COVID-19 CT benchmark [5], [6].
RALO [7] comprises 2,373 postero-anterior chest radiographs scored by two expert radiologists at Stony Brook Medicine, split into 1,878 training and 495 test images. Each study is graded on two continuous targets: Geographic Extent (GE; per-lung 0–4, summed range 0–8) describing hemithorax involvement by ground-glass opacity or consolidation, and Lung Opacity (LO; per-lung 0–4, summed range 0–8) reflecting opacity density. Reference labels are the inter-reader mean, yielding values in \(\{0, 0.5, \ldots, 8.0\}\) [7], [9]. Following prior regression work [8], [9], offline combined lung masking with score replacement is applied on the training set.
Per-COVID-19 CT [5] comprises 189 CT volumes from RT-PCR-confirmed COVID-19 patients (one scan per patient; aged \(\approx\)27–70 years), reviewed by two experienced thoracic radiologists [5]. Each volume spans 40–70 axial slices, with radiologists providing COVID-19 Infection Percentage (CIP) targets expressing the fraction of affected lung parenchyma. Following the international challenge protocol [6], results are reported under two regimes: a validation phase with radiologist-estimated references and a test phase with segmentation-derived references (Tables 2–3).
For both benchmarks, inputs are resized to a common spatial resolution (see Sec. 3.3). Lung masks are generated using SAM3 [19] with a confidence threshold of 0.2 and cached for efficiency.
To comprehensively evaluate the performance of severity quantification models, we employ multiple complementary regression metrics that capture both absolute error and ranking consistency between predicted and reference severity scores.
Mean Absolute Error (MAE) measures the average absolute difference between predicted severity scores \(\hat{s}_i\) and reference severity scores \(s_i\) over \(N\) samples: \[\mathrm{MAE} = \frac{1}{N} \sum_{i=1}^{N} \left| \hat{s}_i - s_i \right|.\] MAE provides an intuitive measure of prediction accuracy and is robust to outliers, making it suitable for clinical severity estimation where extreme errors are undesirable.
Root Mean Squared Error (RMSE) emphasizes larger prediction errors by squaring the residuals before averaging: \[\mathrm{RMSE} = \sqrt{ \frac{1}{N} \sum_{i=1}^{N} \left( \hat{s}_i - s_i \right)^2 }.\] RMSE is particularly sensitive to severe misestimations and thus reflects the reliability of the model in high-severity cases.
The Pearson correlation coefficient (\(r\)) evaluates the linear relationship between predicted and reference severity scores: \[r = \frac{\sum_{i=1}^{N} (\hat{s}_i - \overline{\hat{s}})(s_i - \overline{s})}{\sqrt{\sum_{i=1}^{N} (\hat{s}_i - \overline{\hat{s}})^2} \sqrt{\sum_{i=1}^{N} (s_i - \overline{s})^2}},\] where \(\overline{\hat{s}}\) and \(\overline{s}\) denote the mean predicted and reference severity scores, respectively. Pearson correlation assesses how well the model preserves the relative ordering of severity values under a linear assumption.
All models were trained for 50 epochs using the AdamW optimizer with learning rate \(10^{-4}\) and weight decay \(10^{-5}\). We used a ReduceLROnPlateau scheduler with factor 0.5 and patience 5 epochs. Gradient clipping was applied with maximum norm 1.0. Pretrained encoders (DINOv3 and LLaVA-Med) were frozen during training to maintain their learned representations while allowing the fusion module and regression head to adapt. Despite the small batch size, training remained stable due to gradient accumulation and frozen backbone encoders.
Two-dimensional chest inputs (CT slices for Per-COVID-19 CT; radiographs for RALO) were resized to \(224 \times 224\) pixels and normalized using ImageNet statistics. Lung masks were generated using SAM3 [19] with a confidence threshold of 0.2, and masks were cached for efficiency. Regions were extracted by dividing the lung mask into three equal vertical zones.
The image encoder uses DINOv3-ViT-S/16 with output dimension 512. The mask encoder is a CNN with output dimension 256. The VLM encoder outputs 768-dimensional features per region (3 regions total). The fusion module projects all modalities to a common dimension of 512. Cross-attention uses 8 heads. The evidential regression head has hidden dimensions [256, 128] with LayerNorm and dropout (0.2).
Training was performed on NVIDIA L4 GPUs with batch size 1 (due to VLM processing requirements). Gradient accumulation was used to stabilize optimization despite small batch sizes. Each ablation variant was trained independently, with parallel execution across multiple GPUs when available. Training time varied from 8–12 hours per model depending on the variant. Our ablations explicitly evaluate whether the performance gain from VLM integration justifies the additional computational cost.
| Method | Geographic extent | Lung opacity | ||
| MAE \(\downarrow\) | PC \(\uparrow\) | MAE \(\downarrow\) | PC \(\uparrow\) | |
| ViTReg-IP [10] | 0.565 | 0.925 | 0.510 | 0.857 |
| MViTReg-IP [11] | 0.531 | 0.938 | 0.462 | 0.881 |
| QCross-Att-PVT [8] | 0.362 | 0.971 | 0.337 | 0.945 |
| PViTGAtt-IP [9] | 0.351 | 0.963 | 0.322 | 0.941 |
| TMF-RSE (Ours) | 0.339 | 0.973 | 0.310 | 0.960 |
| Method | MAE \(\downarrow\) | PC \(\uparrow\) | RMSE \(\downarrow\) |
|---|---|---|---|
| TAC | 4.48 | 0.9460 | 8.54 |
| Taiyuan_university_lab713 | 4.50 | 0.9490 | 8.09 |
| EIDOSlab_Unito | 4.91 | 0.9429 | 8.70 |
| ausilianapoli94 | 4.95 | 0.9435 | 8.60 |
| ACVLab | 4.99 | 0.9364 | 9.08 |
| Baseline | 5.24 | 0.9322 | 9.45 |
| QCross-Att-PVT [8] | 5.42 | 0.9432 | N/A |
| PViTGAtt-IP [9] | 4.09 | 0.9439 | N/A |
| TMF-RSE (Ours) | 4.02 | 0.9629 | 7.07 |
| Method | MAE \(\downarrow\) | PC \(\uparrow\) | RMSE \(\downarrow\) |
|---|---|---|---|
| Taiyuan_university_lab713 | 3.55 | 0.8547 | 7.51 |
| TAC | 3.64 | 0.8022 | 8.57 |
| SenticLab.UAIC | 4.61 | 0.7634 | 9.09 |
| ACVLab | 4.86 | 0.7287 | 10.27 |
| EIDOSlab_Unito | 5.02 | 0.7977 | 9.01 |
| IPLab | 6.53 | 0.7091 | 9.97 |
| Baseline | 8.57 | 0.6344 | 12.62 |
| QCross-Att-PVT [8] | 4.45 | 0.8094 | N/A |
| PViTGAtt-IP [9] | 3.55 | 0.8547 | N/A |
| TMF-RSE (Ours) | 3.69 | 0.9122 | 6.15 |
5pt
Table 1 compares TMF-RSE against published transformer regressors on RALO geographic extent and lung opacity [8]–[11]. PViTGAtt-IP achieves the strongest reported numbers on this table, particularly on lung opacity MAE/PC [9]; QCross-Att-PVT is competitive on geographic extent [8]. TMF-RSE (Ours) reports our full model under the same protocol.
Table 2 and Table 3 place the same published methods [8], [9] next to challenge leaderboard entries [6]. Pearson correlation remains high on validation (radiologist references) for several teams and for PViTGAtt-IP, but drops markedly on the test phase when segmentation-derived references are used consistent with the greater difficulty of that regime [6]. Leaderboard MAE/RMSE on test (e.g., Taiyuan_university_lab713 vs.TAC) should be interpreted jointly with PC, because ranking can differ by metric.
| Variant | RALO: GE | RALO: LO | Per-COVID-19 CT (val) | |||
| MAE\(\downarrow\) | PC\(\uparrow\) | MAE\(\downarrow\) | PC\(\uparrow\) | MAE\(\downarrow\) | PC\(\uparrow\) | |
| Image only | 0.469 | 0.9568 | 0.458 | 0.9209 | 4.82 | 0.9436 |
| Image + mask | 0.432 | 0.9612 | 0.410 | 0.9347 | 4.67 | 0.9498 |
| Image + VLM | 0.395 | 0.9669 | 0.376 | 0.9412 | 4.53 | 0.9517 |
| TMF-RSE | 0.339 | 0.973 | 0.310 | 0.960 | 4.02 | 0.9629 |
3pt
Table 4 summarizes modality ablations under the same evaluation protocol as the main benchmarks (Per-COVID-19 CT: validation phase, as in Table 2).
To verify that evidential uncertainty identifies difficult cases, we perform an uncertainty sparsification analysis on the test set. For each benchmark, samples are sorted by descending total predictive uncertainty (epistemic plus aleatoric from the NIG head; Sec. 2). We then remove the top fraction of highest-uncertainty samples and recompute mean absolute error (MAE) on the remaining subset. The horizontal axis reports the percentage of removed samples; the vertical axis reports MAE. The curve should trend downward as hard cases are discarded, indicating lower average error on the retained, lower-uncertainty cases.
Figure 2 summarizes the expected behavior: progressively removing high-uncertainty predictions reduces MAE on the remainder, supporting the use of evidential scores as case-level difficulty indicators.
Our ablation studies evaluate the contribution of each modality to severity quantification. Image features provide the foundation, capturing radiographic findings directly. Mask features add structural context, helping the model focus on lung regions and understand anatomical boundaries. VLM features incorporate clinical semantics that guide interpretation of visual patterns through semantic gating mechanisms.
Table 4 shows consistent gains when adding mask structure and VLM semantics; the full model achieves the strongest reported MAE/PC on each column relative to the listed variants. Hierarchical fusion then combines all three pathways jointly (Sec. 2).
The architecture pairs hierarchical fusion with cross-attention (Sec. 2). Semantic gating steers which image evidence is emphasized using VLM-derived features; structural prior modulation links attention behavior to mask-derived confidence. We do not tabulate a concatenation-only baseline here; such a comparison is left for supplementary material if needed. The hierarchical fusion design conditions later representations on all three modalities, encouraging joint dependency. This suggests that tri-modal fusion captures interactions that are not fully modeled by pairwise combinations.
Multi-region prompts (Sec. 2) target heterogeneity across lung zones. Table 4 reports modality subsets rather than single-region vs.multi-region VLM prompts; the latter comparison can be added to supplementary material if available.
Evidential regression provides clinically valuable uncertainty estimates alongside severity predictions. Epistemic uncertainty reflects model confidence (lower values indicating higher confidence), while aleatoric uncertainty captures inherent variability in severity labels. These estimates can guide clinical decision-making by flagging cases where predictions are uncertain, enabling clinicians to exercise appropriate caution. The sparsification curve in Fig. 2 complements aggregate metrics: removing the highest-uncertainty cases should reduce MAE on the remainder if uncertainty tracks predictive error. The complementary uncertainty modeling structural prior modulation at the representation level and evidential regression at the output level distinguishes our approach from standard regression methods. This dual-level uncertainty modeling is particularly valuable for clinical applications where confidence in predictions is crucial for decision-making.
Our study has several limitations. First, we evaluate on the Per-COVID-19 CT and RALO datasets; validation on additional cohorts and modalities would strengthen generalizability. Second, the VLM encoder is computationally expensive, limiting batch size and training efficiency. Future work could explore more efficient VLM architectures or knowledge distillation to reduce computational cost. Third, although Tables 1–3 include strong published baselines [8], [9], external validation on held-out hospitals, scanners, and non-COVID etiologies is still needed to establish clinical transportability beyond these benchmarks. Fourth, benchmark-specific label definitions (radiologist estimates vs.segmentation-derived scores on Per-COVID-19 CT; continuous opacity and extent targets on RALO) may not capture all clinical nuances. Future work could explore learned severity objectives or incorporate additional clinical factors. Finally, clinical validation is needed to assess whether uncertainty estimates correlate with clinical outcomes and whether the model’s predictions improve clinical decision-making in practice. The interpretability provided by semantic gating and attention mechanisms should facilitate such validation.
We presented a tri-modal framework for lung disease severity quantification that combines appearance, structural, and semantic features. Our approach employs three complementary mechanisms semantic gating, structural prior modulation, and hierarchical fusion designed to leverage interactions across all three modalities. Table 4 reports modality ablations on RALO and Per-COVID-19 CT (validation): image-only, image+mask, image+VLM, and full TMF-RSE. Evidential outputs and fusion design are described in Sec. 2; MAE under uncertainty-based sample removal is summarized in Sec. 4.1 and Fig. 2, with broader calibration studies left for future work. The model provides uncertainty estimates through evidential regression, offering both aleatoric and epistemic uncertainty that can guide clinical decision-making. The design enables complementary uncertainty modeling at both representation and prediction levels, distinguishing it from standard regression approaches.
Future work will focus on improving computational efficiency, validating on additional datasets, and conducting clinical studies to assess real-world impact. The tri-modal framework provides a foundation for future research in medical image analysis that seeks to combine visual, structural, and semantic understanding.