LGMLSep 27, 2019

Federated User Representation Learning

arXiv:1909.12535v173 citations
Originality Incremental advance
AI Analysis

This work addresses privacy and efficiency challenges in federated learning for personalized AI applications, offering an incremental improvement over existing methods.

The paper tackles the problem of collaborative personalization in federated learning by proposing Federated User Representation Learning (FURL), which splits model parameters into federated and private ones to preserve privacy and improve efficiency, resulting in performance increases of 8% and 51% on two datasets with minimal reductions compared to centralized training.

Collaborative personalization, such as through learned user representations (embeddings), can improve the prediction accuracy of neural-network-based models significantly. We propose Federated User Representation Learning (FURL), a simple, scalable, privacy-preserving and resource-efficient way to utilize existing neural personalization techniques in the Federated Learning (FL) setting. FURL divides model parameters into federated and private parameters. Private parameters, such as private user embeddings, are trained locally, but unlike federated parameters, they are not transferred to or averaged on the server. We show theoretically that this parameter split does not affect training for most model personalization approaches. Storing user embeddings locally not only preserves user privacy, but also improves memory locality of personalization compared to on-server training. We evaluate FURL on two datasets, demonstrating a significant improvement in model quality with 8% and 51% performance increases, and approximately the same level of performance as centralized training with only 0% and 4% reductions. Furthermore, we show that user embeddings learned in FL and the centralized setting have a very similar structure, indicating that FURL can learn collaboratively through the shared parameters while preserving user privacy.

Foundations

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

Your Notes