CVMay 12, 2024

Meta-Learned Modality-Weighted Knowledge Distillation for Robust Multi-Modal Learning with Missing Data

arXiv:2405.07155v43 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses robustness in multi-modal AI systems for medical imaging and other domains where missing data is common, though it is an incremental improvement over existing knowledge distillation methods.

The paper tackles the problem of multi-modal learning with missing data by proposing Meta-learned Modality-weighted Knowledge Distillation (MetaKD), which adaptively weights modalities and uses knowledge distillation to maintain high accuracy when key modalities are absent, achieving large-margin performance improvements on five datasets including brain tumor segmentation and Alzheimer's classification.

In multi-modal learning, some modalities are more influential than others, and their absence can have a significant impact on classification/segmentation accuracy. Addressing this challenge, we propose a novel approach called Meta-learned Modality-weighted Knowledge Distillation (MetaKD), which enables multi-modal models to maintain high accuracy even when key modalities are missing. MetaKD adaptively estimates the importance weight of each modality through a meta-learning process. These learned importance weights guide a pairwise modality-weighted knowledge distillation process, allowing high-importance modalities to transfer knowledge to lower-importance ones, resulting in robust performance despite missing inputs. Unlike previous methods in the field, which are often task-specific and require significant modifications, our approach is designed to work in multiple tasks (e.g., segmentation and classification) with minimal adaptation. Experimental results on five prevalent datasets, including three Brain Tumor Segmentation datasets (BraTS2018, BraTS2019 and BraTS2020), the Alzheimer's Disease Neuroimaging Initiative (ADNI) classification dataset and the Audiovision-MNIST classification dataset, demonstrate the proposed model is able to outperform the compared models by a large margin. The code is available at https://github.com/billhhh/MetaKD.

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