paper-with-me

Papers

Reconstruct before Query: Continual Missing Modality Learning with Decomposed Prompt Collaboration

2024-03-17 · Shu Zhao, Xiaohan Zou, Tan Yu, Huijuan Xu

Pre-trained large multi-modal models (LMMs) exploit fine-tuning to adapt diverse user applications. Nevertheless, fine-tuning may face challenges due to deactivated sensors (e.g., cameras turned off for privacy or technical issues), yielding modality-incomplete data and leading to inconsistency in training data and the data for inference. Additionally, continuous training leads to catastrophic forgetting, diluting the knowledge in pre-trained LMMs. To overcome these challenges, we introduce a novel task, Continual Missing Modality Learning (CMML), to investigate how models can generalize when data of certain modalities is missing during continual fine-tuning. Our preliminary benchmarks reveal that existing methods suffer from a significant performance drop in CMML, even with the aid of advanced continual learning techniques. Therefore, we devise a framework termed Reconstruct before Query (RebQ). It decomposes prompts into modality-specific ones and breaks them into components stored in pools accessible via a key-query mechanism, which facilitates ParameterEfficient Fine-Tuning and enhances knowledge transferability for subsequent tasks. Meanwhile, our RebQ leverages extensive multi-modal knowledge from pre-trained LMMs to reconstruct the data of missing modality. Comprehensive experiments demonstrate that RebQ effectively reconstructs the missing modality information and retains pre-trained knowledge. Specifically, compared with the baseline, RebQ improves average precision from 20.00 to 50.92 and decreases average forgetting from 75.95 to 8.56. Code and datasets are available on https://github.com/Tree-Shu-Zhao/RebQ.pytorch

📄 PDF Abstract BibTeX arXiv:2403.11373

Code (1)

tree-shu-zhao/rebq.pytorch 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

BriMA: Bridged Modality Adaptation for Multi-Modal Continual Action Quality Assessment

2026-02-22 · Kanglei Zhou, Chang Li, Qingyi Pan, Liyuan Wang arxiv

Action Quality Assessment (AQA) aims to score how well an action is performed and is widely used in sports analysis, rehabilitation assessment, and human skill evaluation. Multi-modal AQA has recently achieved strong pro…

Action Quality Assessment

Efficient Prompting for Continual Adaptation to Missing Modalities

2025-03-01 · Zirun Guo, Shulei Wang, Wang Lin, Weicai Yan 외

Missing modality issues are common in real-world applications, arising from factors such as equipment failures and privacy concerns. When fine-tuning pre-trained models on downstream datasets with missing modalities, per…

Continual Learning

MM-Prompt: Cross-Modal Prompt Tuning for Continual Visual Question Answering

2025-05-26 · Xu Li, Fan Lyu

Continual Visual Question Answering (CVQA) based on pre-trained models(PTMs) has achieved promising progress by leveraging prompt tuning to enable continual multi-modal learning. However, most existing methods adopt cros…

Continual LearningQuestion AnsweringVisual Question Answering

Dealing with All-stage Missing Modality: Towards A Universal Model with Robust Reconstruction and Personalization

2024-06-04 · Yunpeng Zhao, Cheng Chen, Qing You Pang, Quanzheng Li 외

Addressing missing modalities presents a critical challenge in multimodal learning. Current approaches focus on developing models that can handle modality-incomplete inputs during inference, assuming that the full set of…

AllBrain Tumor SegmentationTumor Segmentation

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…