TMF-RSE: Tri-Modal Fusion with Regional Semantics and Evidential Uncertainty for Lung Severity Scoring

· Source: cs.CV updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, long

Summary

The TMF-RSE (Tri-Modal Fusion with Regional Semantics and Evidential Uncertainty) framework is a deep learning approach for quantifying lung disease severity from chest imaging. It integrates appearance features from two-dimensional chest inputs, structural features from lung segmentation masks, and semantic features from vision-language models (VLMs). The model employs complementary fusion mechanisms, including semantic gating and structural prior modulation, along with hierarchical interactions across modalities. TMF-RSE also uses evidential regression to provide both severity predictions and uncertainty estimates. Experiments on the Per-COVID-19 CT and RALO datasets demonstrate its superior performance over transformer-based baselines, achieving a Mean Absolute Error (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.

Key takeaway

For AI Scientists and Machine Learning Engineers developing medical imaging solutions, TMF-RSE demonstrates that integrating multi-modal data (appearance, structural, semantic) with explicit uncertainty quantification significantly enhances lung severity assessment. You should consider adopting tri-modal fusion and evidential regression to improve prediction accuracy and provide crucial confidence estimates for clinical decision-making, especially when dealing with complex medical data.

Key insights

Tri-modal fusion with regional semantics and evidential uncertainty improves lung severity quantification.

Principles

Method

TMF-RSE extracts features via DINOv3-ViT (image), CNN (mask), and LLaVA-Med (VLM with regional prompts). These are fused using semantic gating, structural prior modulation, and hierarchical fusion, then passed to an evidential regression head.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.