CVJul 6, 2024

Completed Feature Disentanglement Learning for Multimodal MRIs Analysis

arXiv:2407.04916v27 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in multimodal learning for clinical MRI diagnosis, offering incremental improvements in feature representation and fusion.

The paper tackles the problem of feature disentanglement in multimodal MRI analysis, where existing methods lose shared information among subsets of modalities and inadequately interpret feature relationships, by proposing a Complete Feature Disentanglement strategy and Dynamic Mixture-of-Experts Fusion module, resulting in outperforming state-of-the-art methods on three datasets with obvious margins.

Multimodal MRIs play a crucial role in clinical diagnosis and treatment. Feature disentanglement (FD)-based methods, aiming at learning superior feature representations for multimodal data analysis, have achieved significant success in multimodal learning (MML). Typically, existing FD-based methods separate multimodal data into modality-shared and modality-specific features, and employ concatenation or attention mechanisms to integrate these features. However, our preliminary experiments indicate that these methods could lead to a loss of shared information among subsets of modalities when the inputs contain more than two modalities, and such information is critical for prediction accuracy. Furthermore, these methods do not adequately interpret the relationships between the decoupled features at the fusion stage. To address these limitations, we propose a novel Complete Feature Disentanglement (CFD) strategy that recovers the lost information during feature decoupling. Specifically, the CFD strategy not only identifies modality-shared and modality-specific features, but also decouples shared features among subsets of multimodal inputs, termed as modality-partial-shared features. We further introduce a new Dynamic Mixture-of-Experts Fusion (DMF) module that dynamically integrates these decoupled features, by explicitly learning the local-global relationships among the features. The effectiveness of our approach is validated through classification tasks on three multimodal MRI datasets. Extensive experimental results demonstrate that our approach outperforms other state-of-the-art MML methods with obvious margins, showcasing its superior performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes