paper-with-me

홈 › Papers

Continual Learning with Elastic Regularization and Synthetic Replay for Federated MLLM Fine-Tuning

2026-07-13 · Jing Liu, Chenxuanyin Zou, Jiayang Ren, Gaoyun Fang, Chengfang Li, Yan Wang, Zhenchao Ma, Bo Hu arxiv

Federated fine-tuning of Multimodal Large Language Models (MLLMs) across distributed networks enables privacy-sensitive adaptation to evolving data streams, yet a fundamental obstacle prevents robust deployment in dynamic environments: catastrophic forgetting, wherein sequential task updates erase previously acquired knowledge across visual, linguistic, and cross-modal representations. Addressing this challenge is especially critical for autonomous networked AI operating in safety-sensitive domains, such as content moderation, where reliable retention of prior knowledge underpins system integrity. To overcome this, we propose Federated Continual Multimodal Learning (FedCMM), a framework that embeds continual-learning safeguards into the federated optimization loop at three complementary levels. At the parameter level, modality-aware elastic weight consolidation computes separate Fisher information matrices for the vision encoder, language backbone, and cross-modal projector, providing granular, asymmetry-aware protection against modality-specific forgetting. At the data level, each client trains a lightweight local generative replay module to synthesize raw-data-free embedding-level multimodal replay tuples without any raw data sharing. At the aggregation level, Task-similarity-aware gradient aggregation autonomously filters and reweights client updates by gradient cosine similarity, suppressing conflicting directions and stabilizing the global learning trajectory. Extensive experiments on two benchmarks demonstrate that FedCMM consistently outperforms recent baselines on accuracy and backward transfer, confirming that holistic, modality-aware optimization enables robust evolutive adaptation across heterogeneous networked AI deployments.

📄 PDF Abstract BibTeX arXiv:2607.12112

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Marginal Replay vs Conditional Replay for Continual Learning

2018-10-29 · Timothée Lesort, Alexander Gepperth, Andrei Stoian, David Filliat

We present a new replay-based method of continual classification learning that we term "conditional replay" which generates samples and labels together by sampling from a distribution conditioned on the class. We compare…

ClassificationContinual LearningGeneral Classification

Three continual learning scenarios and a case for generative replay

2018-09-27 · Gido M. van de Ven, Andreas S. Tolias

Standard artificial neural networks suffer from the well-known issue of catastrophic forgetting, making continual or lifelong learning problematic. Recently, numerous methods have been proposed for continual learning, bu…

Continual LearningLifelong learningPermuted-MNIST

Benchmarking Catastrophic Forgetting Mitigation Methods in Federated Time Series Forecasting

2025-10-24 · Khaled Hallak, Oudom Kem arxiv

Catastrophic forgetting (CF) poses a persistent challenge in continual learning (CL), especially within federated learning (FL) environments characterized by non-i.i.d. time series data. While existing research has large…

Time Series ForecastingFederated LearningContinual Learning

Federated Continual Learning for Privacy-Preserving Hospital Imaging Classification

2026-01-11 · Anay Sinhal, Arpana Sinhal, Amit Sinhal arxiv

Deep learning models for radiology interpretation increasingly rely on multi-institutional data, yet privacy regulations and distribution shift across hospitals limit central data pooling. Federated learning (FL) allows …

Federated LearningContinual Learning

Continual Learning for Natural Language Generation in Task-oriented Dialog Systems

2020-10-02 · Findings of the Association for Computational Linguistics 2020 · Fei Mi, LiangWei Chen, Mengjie Zhao, Minlie Huang 외

Natural language generation (NLG) is an essential component of task-oriented dialog systems. Despite the recent success of neural approaches for NLG, they are typically developed in an offline manner for particular domai…

Continual LearningText Generation