Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 154 tok/s
Gemini 2.5 Pro 44 tok/s Pro
GPT-5 Medium 33 tok/s Pro
GPT-5 High 27 tok/s Pro
GPT-4o 110 tok/s Pro
Kimi K2 191 tok/s Pro
GPT OSS 120B 450 tok/s Pro
Claude Sonnet 4.5 38 tok/s Pro
2000 character limit reached

Multi-Grained Radiomics Attention (MGRA)

Updated 19 October 2025
  • MGRA is a fusion framework that synergizes handcrafted radiomics with deep learning using multi-grained attention for robust clinical predictions.
  • It employs hierarchical modeling, deep feature mapping, and optimal transport–based co-attention to derive detailed and aggregated radiomics embeddings.
  • MGRA improves outcome prediction and segmentation accuracy in clinical tasks like TIPS prognosis and lung cancer diagnosis, demonstrating enhanced model generalizability.

Multi-Grained Radiomics Attention (MGRA) is a feature interaction and aggregation paradigm designed to synergize handcrafted radiomics features with deep learning–derived representations in medical imaging. By leveraging multiple granularities of radiomics descriptors and advanced attention mechanisms, MGRA produces hierarchical, interpretable, and complementary multimodal embeddings. This approach is increasingly used to bolster outcome prediction, segmentation accuracy, and model generalizability in complex clinical tasks such as prognosis after Transjugular Intrahepatic Portosystemic Shunt (TIPS) (Dong et al., 12 Oct 2025), lung cancer diagnosis (Chen et al., 2021), and fusion-based subtype discrimination for lung adenocarcinoma (Zhou et al., 2023).

1. Hierarchical Modeling of Radiomics Features

MGRA exploits the natural hierarchy present in handcrafted radiomics attributes derived from medical images. Radiomics features are grouped according to filter type, spatial statistics, or anatomical region—e.g., intensity (first-order), texture (Haralick, GLCM), and morphological descriptors. This multilevel grouping enables MGRA to process information at:

  • Fine granularity (Level I): Each feature (e.g., mean intensity, shape sphericity) serves as a distinct token.
  • Grouped granularity (Level II): Features are partitioned into joint "filter–feature" groups; a typical implementation uses 103 groups, each encoded into a low-dimensional embedding via self-normalizing neural networks.
  • Coarse granularity: Global aggregation of group embeddings via attention mechanisms yields summary tokens reflecting higher-order radiomics information.

This hierarchical architecture ensures that both detailed and broad patterns in the image data are systematically captured.

2. Deep Learning Feature Alignment and Fusion

MGRA fuses radiomics features with deep learning–derived voxel representations through a series of mapping and co-attention operations:

  • Deep Feature Mapping: DL features (e.g., extracted from MedicalNet) are projected via shared fully connected layers into the same embedding space as radiomics groups.
  • Optimal Transport–Based Co-Attention: Fine-grained co-attention is achieved by solving a discrete Kantorovich optimal transport problem. The cost matrix is the ℓ₂ distance between DL and radiomics tokens; the matching flow is computed using the generalized Sinkhorn–Knopp algorithm. Mathematically,

W(Fd,Fr)=minTTd,r,Cd,rFsubject toTd,rΠ(μd,μr)\mathcal{W}(F^d, F^r) = \min_T \langle T^{d,r}, C^{d,r} \rangle_F \quad \text{subject to} \quad T^{d,r} \in \Pi(\mu_d, \mu_r)

  • Global Attention Pooling: Coarse-grained aggregation uses attention-weighted sums:

fe(r,c)=ρ(i=1Ngae,ifri)f_e^{(r,c)} = \rho \left( \sum_{i=1}^{N_g} a_{e,i} \cdot f_{ri} \right)

where attention weights ae,ia_{e,i} are computed by a parameterized softmax over nonlinear transformations of frif_{ri}.

This integration produces concatenated multimodal embeddings that combine complementary details and statistical summaries applicable to downstream prognostic or diagnostic tasks.

3. Multi-Stage Framework Integration

MGRA is integrated into a broader multimodal prognosis pipeline, particularly as described in the MultiTIPS framework for post-TIPS outcome prediction (Dong et al., 12 Oct 2025). Key stages include:

  • Progressive Orthogonal Disentanglement (POD): After MGRA aggregation, the cosine similarity between DL and radiomics embeddings is tracked. Pairs with the highest redundancy are enforced to be orthogonal using dynamic thresholds, thereby suppressing shared information while preserving complementary content.
  • Clinically Guided Prognostic Enhancement (CGPE): Clinical variables are encoded by dedicated neural networks, and transformer encoders process unimodal features. OT-based co-attention is then applied between multimodal imaging and clinical embeddings, refining the unified representation with clinical guidance. The final embedding for prediction concatenates guided features and original aggregated representations.

This modular architecture balances imaging and clinical information, enhancing robustness and discrimination in multi-task predictions such as survival, portal pressure gradients (PPG), and overt hepatic encephalopathy (OHE).

4. Experimental Validation and Quantitative Outcomes

MGRA demonstrates consistent performance improvements over unimodal and simpler fusion methods. Quantitative results in post-TIPS prognosis (Dong et al., 12 Oct 2025) and other domains show:

Metric MGRA-based Model (%) Competing Approach (%) Context/Task
C-index (Survival) +2−3 (absolute) Lower TIPS survival prediction
Mean Brier Score (mBS) Decreased Higher Survival calibration
Dice Score 0.774 ± 0.05 Lower MS lesion segmentation (Alsahanova et al., 17 Jun 2025)
Validation SDD 0.18 ± 0.09 0.21 ± 0.06 Model stability in segmentation

Ablation studies confirm that multi-grained fusion (using both fine and coarse tokens) yields more discriminative and generalizable models. External validation demonstrates robust cross-domain stratification (e.g., improved Kaplan–Meier separation).

5. Interpretability and Clinical Utility

MGRA’s hierarchical attention and co-attention mechanisms yield models whose predictions can be attributed to specific radiomics groups or anatomical regions. Integrated gradient analyses and attention heatmaps reveal the contribution of texture features (e.g., GLCM), spatial morphology, and even clinical indicators (MELD, Child-Pugh scores) to outcome predictions. This transparency supports clinical acceptance, facilitates biomarker discovery, and enables the adaptation of MGRA to new diseases or anatomical sites.

MGRA enables enhanced, non-invasive prognostic modeling for TIPS and similar interventions, with strengths in both interpretability and generalization. Limitations arise due to dependence on the quality of feature extraction, grouping strategies, and center-specific imaging protocols; future work may refine these aspects via more robust LLMs, self-supervised pretraining, extended anatomical coverage, and harmonization strategies.

6. Future Directions and Challenges

Further refinement of MGRA may involve:

  • Incorporation of additional imaging modalities (e.g., MRI, PET) or anatomical structures for expanded applicability.
  • Exploration of more advanced, possibly transformer-based, attention pooling and grouping algorithms to improve the granularity and robustness of the fusion.
  • Scaling to larger, more heterogeneous, or longitudinal datasets to validate transferability and clinical generalization.
  • Integration with weakly-supervised or unsupervised pretraining frameworks to alleviate annotation burdens.

Challenges remain in harmonizing radiomics extraction across sites and ensuring the reliability of optimal transport–based attention as data scale and complexity increase. However, early evidence suggests that multi-grained attention architectures such as MGRA significantly advance multimodal integration in medical AI systems.

Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to Multi-Grained Radiomics Attention (MGRA).