LGMay 18, 2025

Efficient Federated Class-Incremental Learning of Pre-Trained Models via Task-agnostic Low-rank Residual Adaptation

arXiv:2505.12318v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently fine-tuning pre-trained models in resource-constrained federated learning settings where new classes continually emerge, though it is incremental as it builds on existing parameter-efficient fine-tuning and LoRA techniques.

The paper tackles the problem of catastrophic forgetting and performance degradation in Federated Class Incremental Learning (FCIL) by proposing Fed-TaLoRA, a parameter-efficient fine-tuning method that uses shared task-agnostic LoRA parameters and a residual weight update mechanism, achieving consistent outperformance over state-of-the-art methods in diverse data heterogeneity scenarios while reducing resource requirements.

Federated Parameter-Efficient Fine-Tuning (FedPEFT) reduces communication and computation costs in federated fine-tuning of pre-trained models by updating only a small subset of model parameters. However, existing approaches assume static data distributions, failing to adequately address real-world scenarios where new classes continually emerge, particularly in Federated Class Incremental Learning (FCIL). FCIL faces two key challenges: catastrophic forgetting and performance degradation caused by non-IID data across clients. Unlike current methods that maintain separate task-specific components or suffer from aggregation noise during parameter aggregation, we propose Federated Task-agnostic Low-rank Residual Adaptation (Fed-TaLoRA), a novel parameter-efficient approach for fine-tuning in resource-constrained FCIL scenarios. Specifically, we fine-tune only shared task-agnostic LoRA parameters across sequential tasks, effectively mitigating catastrophic forgetting while enabling efficient knowledge transfer among clients. Based on a theoretical analysis of aggregation, we develop a novel residual weight update mechanism that ensures accurate knowledge consolidation with minimal overhead. Our methodological innovations are attributed to three key strategies: task-agnostic adaptation, post-aggregation model calibration, and strategic placement of LoRA modules. Extensive experiments on multiple benchmark datasets demonstrate that Fed-TaLoRA consistently outperforms state-of-the-art methods in diverse data heterogeneity scenarios while substantially reducing resource requirements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes