paper-with-me

홈 › Papers

Deep Generative Continual Learning using Functional LoRA: FunLoRA

2025-10-03 · Victor Enescu, Hichem Sahbi arxiv

Continual adaptation of deep generative models holds tremendous potential and critical importance, given their rapid and expanding usage in text and vision based applications. Incremental training, however, remains highly challenging due to catastrophic forgetting phenomenon, which makes it difficult for neural networks to effectively incorporate new knowledge. A common strategy consists in retraining the generative model on its own synthetic data in order to mitigate forgetting. Yet, such an approach faces two major limitations: (i) the continually increasing training time eventually becomes intractable, and (ii) reliance on synthetic data inevitably leads to long-term performance degradation, since synthetic samples lack the richness of real training data. In this paper, we attenuate these issues by designing a novel and more expressive conditioning mechanism for generative models based on low rank adaptation (LoRA), that exclusively employs rank 1 matrices, whose reparametrized matrix rank is functionally increased using carefully selected functions -- and dubbed functional LoRA: FunLoRA. Using this dynamic conditioning, the generative model is guaranteed to avoid catastrophic forgetting and needs only to be trained on data from the current task. Extensive experiments using flow-matching based models trained from scratch, showcase that our proposed parameter-efficient fine-tuning (PEFT) method surpasses prior state-of-the-art results based on diffusion models, reaching higher classification accuracy scores, while only requiring a fraction of the memory cost and sampling time.

📄 PDF Abstract BibTeX arXiv:2510.02631

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningContinual Learning

Similar Papers 제목 키워드 기반

Continual Learning with Fully Probabilistic Models

2021-04-19 · Benedikt Pfülb, Alexander Gepperth, Benedikt Bagus

We present an approach for continual learning (CL) that is based on fully probabilistic (or generative) models of machine learning. In contrast to, e.g., GANs that are "generative" in the sense that they can generate sam…

Boundary Detectionclass-incremental learningClass Incremental LearningContinual Learning+3

Continual Low-Rank Adapters for LLM-based Generative Recommender Systems

2025-10-29 · Hyunsik Yoo, Ting-Wei Li, SeongKu Kang, Zhining Liu 외 arxiv

While large language models (LLMs) achieve strong performance in recommendation, they face challenges in continual learning as users, items, and user preferences evolve over time. Existing LoRA-based continual methods pr…

Continual Learning

LoRAX: LoRA eXpandable Networks for Continual Synthetic Image Attribution

2025-04-10 · Danielle Sullivan-Pao, Nicole Tian, Pooya Khorrami

As generative AI image technologies become more widespread and advanced, there is a growing need for strong attribution models. These models are crucial for verifying the authenticity of images and identifying the archit…

class-incremental learningClass Incremental LearningContinual LearningDeepFake Detection+4

Continual Learning for fMRI-Based Brain Disorder Diagnosis via Functional Connectivity Matrices Generative Replay

2026-04-15 · Qianyu Chen, Shujian Yu arxiv

Functional magnetic resonance imaging (fMRI) is widely used for studying and diagnosing brain disorders, with functional connectivity (FC) matrices providing powerful representations of large-scale neural interactions. H…

Knowledge DistillationContinual LearningData Augmentation

Task-agnostic Continual Learning with Hybrid Probabilistic Models

2021-06-24 · ICML Workshop INNF 2021 7 · Polina Kirichenko, Mehrdad Farajtabar, Dushyant Rao, Balaji Lakshminarayanan 외

Learning new tasks continuously without forgetting on a constantly changing data distribution is essential for real-world problems but extremely challenging for modern deep learning. In this work we propose HCL, a Hybrid…

Anomaly DetectionContinual LearningSplit-MNIST