paper-with-me

홈 › Papers

Multi-modal Learning with Missing Modality via Shared-Specific Feature Modelling

2023-07-26 · CVPR 2023 1 · Hu Wang, Yuanhong Chen, Congbo Ma, Jodie Avery, Louise Hull, Gustavo Carneiro

The missing modality issue is critical but non-trivial to be solved by multi-modal models. Current methods aiming to handle the missing modality problem in multi-modal tasks, either deal with missing modalities only during evaluation or train separate models to handle specific missing modality settings. In addition, these models are designed for specific tasks, so for example, classification models are not easily adapted to segmentation tasks and vice versa. In this paper, we propose the Shared-Specific Feature Modelling (ShaSpec) method that is considerably simpler and more effective than competing approaches that address the issues above. ShaSpec is designed to take advantage of all available input modalities during training and evaluation by learning shared and specific features to better represent the input data. This is achieved from a strategy that relies on auxiliary tasks based on distribution alignment and domain classification, in addition to a residual feature fusion procedure. Also, the design simplicity of ShaSpec enables its easy adaptation to multiple tasks, such as classification and segmentation. Experiments are conducted on both medical image segmentation and computer vision classification, with results indicating that ShaSpec outperforms competing methods by a large margin. For instance, on BraTS2018, ShaSpec improves the SOTA by more than 3% for enhancing tumour, 5% for tumour core and 3% for whole tumour. The code repository address is https://github.com/billhhh/ShaSpec/.

📄 PDF Abstract BibTeX arXiv:2307.14126

Code (1)

billhhh/ShaSpec 공식 구현 pytorch

Tasks

Classificationdomain classificationImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

FMCNet: Feature-Level Modality Compensation for Visible-Infrared Person Re-Identification

2022-01-01 · CVPR 2022 1 · Qiang Zhang, Changzhou Lai, Jianan Liu, Nianchang Huang 외

For Visible-Infrared person Re-IDentification (VI-ReID), existing modality-specific information compensation based models try to generate the images of missing modality from existing ones for reducing cross-modality …

Person Re-Identification

Modality Disentangled Learning for Incomplete Multimodal Emotion Recognition: A Primitive Memory Distillation Perspective

2026-08-31 · Jiaqi Zhang, Zheng Pang, Mengting Li, Yiqi Wang 외 arxiv

Multimodal Emotion Recognition (MER) systems often suffer from missing modalities in real-world scenarios. Existing methods usually generate, align, or distill missing modalities as a whole, overlooking the heterogeneous…

Multimodal Emotion Recognition

VCR: Learning Valid Contextual Representation for Incomplete Wearable Signals

2026-05-13 · Yuxuan Weng, Wenhan Luo, Qijia Shao arxiv

Wearable devices enable continuous health monitoring from multimodal signals, but real-world deployment is hindered by limited labeled data and pervasive sensor incompleteness. While large-scale self-supervised pretraini…

Buffer replay enhances the robustness of multimodal learning under missing-modality

2025-11-28 · Hongye Zhu, Xuan Liu, Yanwen Ba, Jingye Xue 외 arxiv

Missing modalities consistently lead to significant performance degradation in multimodal models. Existing approaches either synthesize missing modalities at high computational cost or apply prompt-based fine-tuning that…

MUST: Modality-Specific Representation-Aware Transformer for Diffusion-Enhanced Survival Prediction with Missing Modality

2026-03-27 · Kyungwon Kim, Dosik Hwang arxiv

Accurate survival prediction from multimodal medical data is essential for precision oncology, yet clinical deployment faces a persistent challenge: modalities are frequently incomplete due to cost constraints, technical…