← Search

Amit Portnoy

4 accepted papers

2024

Accelerating Federated Learning with Quick Distributed Mean Estimation

ICML 2024poster

Distributed Mean Estimation (DME), in which $n$ clients communicate vectors to a parameter server that estimates their average, is a fundamental building block in communication-efficient federated learning. In this paper, we improve on previous DME techniques that achieve the optimal $O(1/n)$ Normal…

Cited by 5SourcePDFScholar
2022

EDEN: Communication-Efficient and Robust Distributed Mean Estimation for Federated Learning

ICML 2022spotlight

Distributed Mean Estimation (DME) is a central building block in federated learning, where clients send local gradients to a parameter server for averaging and updating the model. Due to communication constraints, clients often use lossy compression techniques to compress the gradients, resulting in…

2022

SDR: Efficient Neural Re-ranking using Succinct Document Representation

ACL 2022long

BERT based ranking models have achieved superior performance on various information retrieval tasks. However, the large number of parameters and complex self-attention operations come at a significant latency overhead. To remedy this, recent works propose late-interaction architectures, which allow…

Cited by 12SourcePDFScholar
2021

DRIVE: One-bit Distributed Mean Estimation

NeurIPS 2021poster

We consider the problem where $n$ clients transmit $d$-dimensional real-valued vectors using $d(1+o(1))$ bits each, in a manner that allows the receiver to approximately reconstruct their mean. Such compression problems naturally arise in distributed and federated learning. We provide novel mathemat…