paper-with-me

Papers

MIND: Modality-Informed Knowledge Distillation Framework for Multimodal Clinical Prediction Tasks

2025-02-03 · Alejandro Guerra-Manzanares, Farah E. Shamout

Multimodal fusion leverages information across modalities to learn better feature representations with the goal of improving performance in fusion-based tasks. However, multimodal datasets, especially in medical settings, are typically smaller than their unimodal counterparts, which can impede the performance of multimodal models. Additionally, the increase in the number of modalities is often associated with an overall increase in the size of the multimodal network, which may be undesirable in medical use cases. Utilizing smaller unimodal encoders may lead to sub-optimal performance, particularly when dealing with high-dimensional clinical data. In this paper, we propose the Modality-INformed knowledge Distillation (MIND) framework, a multimodal model compression approach based on knowledge distillation that transfers knowledge from ensembles of pre-trained deep neural networks of varying sizes into a smaller multimodal student. The teacher models consist of unimodal networks, allowing the student to learn from diverse representations. MIND employs multi-head joint fusion models, as opposed to single-head models, enabling the use of unimodal encoders in the case of unimodal samples without requiring imputation or masking of absent modalities. As a result, MIND generates an optimized multimodal model, enhancing both multimodal and unimodal representations. It can also be leveraged to balance multimodal learning during training. We evaluate MIND on binary and multilabel clinical prediction tasks using time series data and chest X-ray images. Additionally, we assess the generalizability of the MIND framework on three non-medical multimodal multiclass datasets. Experimental results demonstrate that MIND enhances the performance of the smaller multimodal network across all five tasks, as well as various fusion methods and multimodal architectures, compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2502.01158

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationKnowledge DistillationModel Compression

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MindBridge: Scalable and Cross-Model Knowledge Editing via Memory-Augmented Modality

2025-03-04 · Shuaike Li, Kai Zhang, Qi Liu, Enhong Chen

Knowledge editing is a technique for efficiently and accurately updating the knowledge of large language models (LLMs) to alleviate obsolescence and correct errors. However, most existing methods overfit to specific mode…

knowledge editing

MSD: Saliency-aware Knowledge Distillation for Multimodal Understanding

2021-01-06 · Findings (EMNLP) 2021 11 · Woojeong Jin, Maziar Sanjabi, Shaoliang Nie, Liang Tan 외

To reduce a model size but retain performance, we often rely on knowledge distillation (KD) which transfers knowledge from a large "teacher" model to a smaller "student" model. However, KD on multimodal datasets such as …

Knowledge DistillationMeta-Learning

C2KD: Bridging the Modality Gap for Cross-Modal Knowledge Distillation

2024-01-01 · CVPR 2024 1 · Fushuo Huo, Wenchao Xu, Jingcai Guo, Haozhao Wang 외

Existing Knowledge Distillation (KD) methods typically focus on transferring knowledge from a large-capacity teacher to a low-capacity student model achieving substantial success in unimodal knowledge transfer. Howev…

Knowledge DistillationTransfer Learning

Breaking Modality Gap in RGBT Tracking: Coupled Knowledge Distillation

2024-10-15 · Andong Lu, jiacong Zhao, Chenglong Li, Yun Xiao 외

Modality gap between RGB and thermal infrared (TIR) images is a crucial issue but often overlooked in existing RGBT tracking methods. It can be observed that modality gap mainly lies in the image style difference. In thi…

Knowledge DistillationRgb-T Tracking

CRKD: Enhanced Camera-Radar Object Detection with Cross-modality Knowledge Distillation

2024-03-28 · CVPR 2024 1 · Lingjun Zhao, Jingyu Song, Katherine A. Skinner

In the field of 3D object detection for autonomous driving, LiDAR-Camera (LC) fusion is the top-performing sensor configuration. Still, LiDAR is relatively high cost, which hinders adoption of this technology for consume…

3D Object DetectionAutonomous DrivingKnowledge Distillationobject-detection+2