LGJan 14, 2023

FedSSC: Shared Supervised-Contrastive Federated Learning

arXiv:2301.05797v14 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses data heterogeneity in federated learning for privacy-preserving decentralized training, but it is incremental as it builds on existing regularization techniques.

The paper tackles the problem of heterogeneous local data in federated learning, which hinders accuracy compared to centralized training, by proposing a shared supervised-contrastive federated learning method that outperforms state-of-the-art regularization terms.

Federated learning is widely used to perform decentralized training of a global model on multiple devices while preserving the data privacy of each device. However, it suffers from heterogeneous local data on each training device which increases the difficulty to reach the same level of accuracy as the centralized training. Supervised Contrastive Learning which outperform cross-entropy tries to minimizes the difference between feature space of points belongs to the same class and pushes away points from different classes. We propose Supervised Contrastive Federated Learning in which devices can share the learned class-wise feature spaces with each other and add the supervised-contrastive learning loss as a regularization term to foster the feature space learning. The loss tries to minimize the cosine similarity distance between the feature map and the averaged feature map from another device in the same class and maximizes the distance between the feature map and that in a different class. This new regularization term when added on top of the moon regularization term is found to outperform the other state-of-the-art regularization terms in solving the heterogeneous data distribution problem.

Foundations

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

Your Notes