CVNov 4, 2024

Masked Autoencoders are Parameter-Efficient Federated Continual Learners

arXiv:2411.01916v33 citationsh-index: 2Has CodeBigData
Originality Incremental advance
AI Analysis

This work addresses federated continual learning for clients with evolving data, but it is incremental as it builds on existing prompt-based methods.

The paper tackles the problem of federated continual learning by proposing pMAE, a method using masked autoencoders to address catastrophic forgetting and non-IID data issues, achieving performance comparable to existing prompt-based methods and enhancing effectiveness with self-supervised pre-trained transformers.

Federated learning is a specific distributed learning paradigm in which a central server aggregates updates from multiple clients' local models, thereby enabling the server to learn without requiring clients to upload their private data, maintaining data privacy. While existing federated learning methods are primarily designed for static data, real-world applications often require clients to learn new categories over time. This challenge necessitates the integration of continual learning techniques, leading to federated continual learning (FCL). To address both catastrophic forgetting and non-IID issues, we propose to use masked autoencoders (MAEs) as parameter-efficient federated continual learners, called pMAE. pMAE learns reconstructive prompt on the client side through image reconstruction using MAE. On the server side, it reconstructs the uploaded restore information to capture the data distribution across previous tasks and different clients, using these reconstructed images to fine-tune discriminative prompt and classifier parameters tailored for classification, thereby alleviating catastrophic forgetting and non-IID issues on a global scale. Experimental results demonstrate that pMAE achieves performance comparable to existing prompt-based methods and can enhance their effectiveness, particularly when using self-supervised pre-trained transformers as the backbone. Code is available at: https://github.com/ycheoo/pMAE.

Code Implementations1 repo
Foundations

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

Your Notes