paper-with-me

홈 › Papers

DeLo: Dual Decomposed Low-Rank Experts Collaboration for Continual Missing Modality Learning

2026-03-02 · Xiwei Liu, Yulong Li, Feilong Tang, Imran Razzak arxiv

Adapting Large Multimodal Models (LMMs) to real-world scenarios poses the dual challenges of learning from sequential data streams while handling frequent modality incompleteness, a task known as Continual Missing Modality Learning (CMML). However, existing works on CMML have predominantly relied on prompt tuning, a technique that struggles with this task due to cross-task interference between its learnable prompts in their shared embedding space. A naive application of Low-Rank Adaptation (LoRA) with modality-shared module will also suffer modality interference from competing gradients. To this end, we propose DeLo, the first framework to leverage a novel dual-decomposed low-rank expert architecture for CMML. Specifically, this architecture resolves modality interference through decomposed LoRA expert, dynamically composing LoRA update matrix with rank-one factors from disentangled modality-specific factor pools. Embedded within a task-partitioned framework that structurally prevents catastrophic forgetting, this expert system is supported by two key mechanisms: a Cross-Modal Guided Routing strategy to handle incomplete data and a Task-Key Memory for efficient, task-agnostic inference. Extensive experiments on established CMML benchmarks demonstrate that our method significantly outperforms state-of-the-art approaches. This highlights the value of a principled, architecturally-aware LoRA design for real-world multimodal challenges.

📄 PDF Abstract BibTeX arXiv:2603.01632

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ODELoRA: Training Low-Rank Adaptation by Solving Ordinary Differential Equations

2026-02-07 · Yihang Gao, Vincent Y. F. Tan arxiv

Low-rank adaptation (LoRA) has emerged as a widely adopted parameter-efficient fine-tuning method in deep transfer learning, due to its reduced number of trainable parameters and lower memory requirements enabled by Bure…

parameter-efficient fine-tuningTransfer Learning

DeLoRA: Decoupling Angles and Strength in Low-rank Adaptation

2025-03-23 · Massimo Bini, Leander Girrbach, Zeynep Akata

Parameter-Efficient FineTuning (PEFT) methods have recently gained significant popularity thanks to the widespread availability of large-scale pretrained models. These methods allow for quick adaptation to downstream tas…

Image GenerationNatural Language Understanding

Learning Task Decomposition to Assist Humans in Competitive Programming

2024-06-07 · Jiaxin Wen, Ruiqi Zhong, Pei Ke, Zhihong Shao 외

When using language models (LMs) to solve complex problems, humans might struggle to understand the LM-generated solutions and repair the flawed ones. To assist humans in repairing them, we propose to automatically decom…

GraphLoRA: Empowering LLMs Fine-Tuning via Graph Collaboration of MoE

2024-12-18 · Ting Bai, Yue Yu, Le Huang, Zenan Xu 외

Low-Rank Adaptation (LoRA) is a parameter-efficient fine-tuning method that has been widely adopted in various downstream applications of LLMs. Together with the Mixture-of-Expert (MoE) technique, fine-tuning approaches …

parameter-efficient fine-tuning

Weed Out, Then Harvest: Dual Low-Rank Adaptation is an Effective Noisy Label Detector for Noise-Robust Learning

2025-10-11 · Bo Yuan, Yulin Chen, Yin Zhang arxiv

Parameter-efficient fine-tuning (PEFT) large language models (LLMs) have shown impressive performance in various downstream tasks. However, in many real-world scenarios, the collected training data inevitably contains no…

parameter-efficient fine-tuningText Classification