Personalized Federated Learning via Sequential Layer Expansion in Representation Learning
Jaewon Jang, Bonjun Choi
TL;DR
This paper tackles data and class heterogeneity in Federated Learning by using representation learning to decouple each client's model into a shared base and a local head, expressed as $\theta_i=(\theta_{i,b},\theta_{i,h})$. It introduces a dense partitioning of the base layer into $K$ sublayers and two layer-scheduling strategies, Vanilla (from shallow to deep) and Anti (from deep to shallow), training with frozen heads during rounds and only fine-tuning heads at the end. The results show that Vanilla Scheduling significantly reduces computational costs in early rounds while maintaining accuracy, whereas Anti Scheduling delivers the best accuracy under high data and class heterogeneity, particularly on CIFAR-100 and Tiny-ImageNet. This approach offers a practical, communication- and computation-efficient path to personalized federated learning with robust cross-client performance.
Abstract
Federated learning ensures the privacy of clients by conducting distributed training on individual client devices and sharing only the model weights with a central server. However, in real-world scenarios, the heterogeneity of data among clients necessitates appropriate personalization methods. In this paper, we aim to address this heterogeneity using a form of parameter decoupling known as representation learning. Representation learning divides deep learning models into 'base' and 'head' components. The base component, capturing common features across all clients, is shared with the server, while the head component, capturing unique features specific to individual clients, remains local. We propose a new representation learning-based approach that suggests decoupling the entire deep learning model into more densely divided parts with the application of suitable scheduling methods, which can benefit not only data heterogeneity but also class heterogeneity. In this paper, we compare and analyze two layer scheduling approaches, namely forward (\textit{Vanilla}) and backward (\textit{Anti}), in the context of data and class heterogeneity among clients. Our experimental results show that the proposed algorithm, when compared to existing personalized federated learning algorithms, achieves increased accuracy, especially under challenging conditions, while reducing computation costs.
