Inference-Time Dynamic Modality Selection for Incomplete Multimodal Classification
Siyi Du, Xinzhe Luo, Declan P. O'Regan, Chen Qin
TL;DR
This work addresses the discarding-imputation dilemma in incomplete multimodal learning by introducing DyMo, an inference-time framework that dynamically selects and fuses recovered modalities to maximize task-relevant information. Central to DyMo is MTIR, a reward informed by a bound that ties changes in test-time cross-entropy loss to information gain, guiding per-sample modality inclusion, augmented by intra-class similarity calibration for robustness. The method features a flexible multimodal architecture, an iterative selection algorithm, and a training strategy with incomplete-modality simulation and contrastive learning, achieving state-of-the-art results across five diverse datasets and various missing-data scenarios. DyMo improves practical deployability of multimodal models by effectively leveraging high-quality recovered information while suppressing unreliable or misaligned reconstructions, with strong empirical and theoretical foundations for inference-time decisions.
Abstract
Multimodal deep learning (MDL) has achieved remarkable success across various domains, yet its practical deployment is often hindered by incomplete multimodal data. Existing incomplete MDL methods either discard missing modalities, risking the loss of valuable task-relevant information, or recover them, potentially introducing irrelevant noise, leading to the discarding-imputation dilemma. To address this dilemma, in this paper, we propose DyMo, a new inference-time dynamic modality selection framework that adaptively identifies and integrates reliable recovered modalities, fully exploring task-relevant information beyond the conventional discard-or-impute paradigm. Central to DyMo is a novel selection algorithm that maximizes multimodal task-relevant information for each test sample. Since direct estimation of such information at test time is intractable due to the unknown data distribution, we theoretically establish a connection between information and the task loss, which we compute at inference time as a tractable proxy. Building on this, a novel principled reward function is proposed to guide modality selection. In addition, we design a flexible multimodal network architecture compatible with arbitrary modality combinations, alongside a tailored training strategy for robust representation learning. Extensive experiments on diverse natural and medical image datasets show that DyMo significantly outperforms state-of-the-art incomplete/dynamic MDL methods across various missing-data scenarios. Our code is available at https://github.com//siyi-wind/DyMo.
