FedET: A Communication-Efficient Federated Class-Incremental Learning Framework Based on Enhanced Transformer
Chenghao Liu, Xiaoyang Qu, Jianzong Wang, Jing Xiao

TL;DR
FedET is a federated learning framework that combines enhanced transformers and a tiny module to efficiently learn new classes with minimal communication cost, addressing catastrophic forgetting and data heterogeneity.
Contribution
The paper introduces FedET, a novel federated class-incremental learning framework utilizing Enhancer modules and distillation to improve accuracy and reduce communication costs.
Findings
FedET achieves 14.1% higher average accuracy than state-of-the-art.
FedET reduces communication cost by 90%.
Effective handling of non-i.i.d. data and class imbalance.
Abstract
Federated Learning (FL) has been widely concerned for it enables decentralized learning while ensuring data privacy. However, most existing methods unrealistically assume that the classes encountered by local clients are fixed over time. After learning new classes, this assumption will make the model's catastrophic forgetting of old classes significantly severe. Moreover, due to the limitation of communication cost, it is challenging to use large-scale models in FL, which will affect the prediction accuracy. To address these challenges, we propose a novel framework, Federated Enhanced Transformer (FedET), which simultaneously achieves high accuracy and low communication cost. Specifically, FedET uses Enhancer, a tiny module, to absorb and communicate new knowledge, and applies pre-trained Transformers combined with different Enhancers to ensure high precision on various tasks. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
MethodsMulti-Head Attention · Attention Is All You Need · Repair · Absolute Position Encodings · Linear Layer · Layer Normalization · Label Smoothing · Dense Connections · Adam · Byte Pair Encoding
