paper-with-me

홈 › Papers

Iterative Sketching and its Application to Federated Learning

2021-09-29 · Zhao Song, Zheng Yu, Lichen Zhang

Johnson-Lindenstrauss lemma is one of the most valuable tools in machine learning, since it enables the reduction to the dimension of various learning problems. In this paper, we exploit the power of Fast-JL transform or so-called sketching technique and apply it to federated learning settings. Federated learning is an emerging learning scheme which allows multiple clients to train models without data exchange. Though most federated learning frameworks only require clients and the server to send gradient information over the network, they still face the challenges of communication efficiency and data privacy. We show that by iteratively applying independent sketches combined with additive noises, one can achieve the above two goals simultaneously. In our designed framework, each client only passes a sketched gradient to the server, and de-sketches the average-gradient information received from the server to synchronize. Such framework enjoys several benefits: 1). Better privacy, since we only exchange randomly sketched gradients with low-dimensional noises, which is more robust against emerging gradient attacks; 2). Lower communication cost per round, since our framework only communicates low-dimensional sketched gradients, which is particularly valuable in a small-bandwidth channel; 3). No extra overall communication cost. We provably show that the introduced randomness does not increase the overall communication at all.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningLEMMA

Similar Papers 제목 키워드 기반

Federated Sketching LoRA: On-Device Collaborative Fine-Tuning of Large Language Models

2025-01-31 · Wenzhi Fang, Dong-Jun Han, Liangqi Yuan, Seyyedali Hosseinalipour 외

Fine-tuning large language models (LLMs) on devices remains a challenging problem. Recent works have fused low-rank adaptation (LoRA) techniques with federated fine-tuning to mitigate challenges associated with device mo…

Sketched Gaussian Mechanism for Private Federated Learning

2025-09-09 · Qiaobo Li, Zhijie Chen, Arindam Banerjee arxiv

Communication cost and privacy are two major considerations in federated learning (FL). For communication cost, gradient compression by sketching the clients' transmitted model updates is often used for reducing per-roun…

Federated Learning

Sketching for First Order Method: Efficient Algorithm for Low-Bandwidth Channel and Vulnerability

2022-10-15 · Zhao Song, Yitan Wang, Zheng Yu, Lichen Zhang

Sketching is one of the most fundamental tools in large-scale machine learning. It enables runtime and memory saving via randomly compressing the original large problem into lower dimensions. In this paper, we propose a …

Federated Learning

Enhancing the Privacy of Federated Learning with Sketching

2019-11-05 · Zaoxing Liu, Tian Li, Virginia Smith, Vyas Sekar

In response to growing concerns about user privacy, federated learning has emerged as a promising tool to train statistical models over networks of devices while keeping data localized. Federated learning methods run tra…

Federated Learning

Scones: Towards Conversational Authoring of Sketches

2020-05-12 · Forrest Huang, Eldon Schoop, David Ha, John Canny

Iteratively refining and critiquing sketches are crucial steps to developing effective designs. We introduce Scones, a mixed-initiative, machine-learning-driven system that enables users to iteratively author sketches fr…