Federated Two-stage Learning with Sign-based Voting
Zichen Ma, Zihan Lu, Yu Lu, Wenye Li, Jinfeng Yi, Shuguang Cui

TL;DR
This paper introduces a federated two-stage learning framework that reduces communication costs and enhances privacy by using a cut layer for local data representation and sign-based voting for model updates, suitable for general applications.
Contribution
It proposes a novel federated learning approach combining a cut layer and sign-based voting, improving efficiency and privacy over traditional methods.
Findings
Reduces communication overhead with sign-based SGD and majority voting.
Enhances privacy by learning low-dimensional data representations.
Demonstrates effectiveness across various application scenarios.
Abstract
Federated learning is a distributed machine learning mechanism where local devices collaboratively train a shared global model under the orchestration of a central server, while keeping all private data decentralized. In the system, model parameters and its updates are transmitted instead of raw data, and thus the communication bottleneck has become a key challenge. Besides, recent larger and deeper machine learning models also pose more difficulties in deploying them in a federated environment. In this paper, we design a federated two-stage learning framework that augments prototypical federated learning with a cut layer on devices and uses sign-based stochastic gradient descent with the majority vote method on model updates. Cut layer on devices learns informative and low-dimension representations of raw data locally, which helps reduce global model parameters and prevents data…
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 · Stochastic Gradient Optimization Techniques · Age of Information Optimization
MethodsStochastic Gradient Descent
