Skip to main content

Showing 1–7 of 7 results for author: Portnoy, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.10018  [pdf, other

    cs.IT q-bio.QM stat.AP

    Multi-Stage Algorithm for Group Testing with Prior Statistics

    Authors: Ayelet C. Portnoy, Alejandro Cohen

    Abstract: In this paper, we propose an efficient multi-stage algorithm for non-adaptive Group Testing (GT) with general correlated prior statistics. The proposed solution can be applied to any correlated statistical prior represented in trellis, e.g., finite state machines and Markov processes. We introduce a variation of List Viterbi Algorithm (LVA) to enable accurate recovery using much fewer tests than o… ▽ More

    Submitted 15 February, 2024; originally announced February 2024.

  2. arXiv:2205.13341  [pdf, other

    cs.LG cs.AI cs.DS cs.NI

    QUIC-FL: Quick Unbiased Compression for Federated Learning

    Authors: Ran Ben Basat, Shay Vargaftik, Amit Portnoy, Gil Einziger, Yaniv Ben-Itzhak, Michael Mitzenmacher

    Abstract: 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)$ Normalized Mean Squared Error (NMSE) guarantee by asymptotically improving the complexity for either encod… ▽ More

    Submitted 11 June, 2023; v1 submitted 26 May, 2022; originally announced May 2022.

  3. arXiv:2110.02065  [pdf, other

    cs.IR cs.LG

    SDR: Efficient Neural Re-ranking using Succinct Document Representation

    Authors: Nachshon Cohen, Amit Portnoy, Besnik Fetahu, Amir Ingber

    Abstract: BERT based ranking models have achieved superior performance on various information retrieval tasks. However, the large number of parameters and complex self-attention operation come at a significant latency overhead. To remedy this, recent works propose late-interaction architectures, which allow pre-computation of intermediate document representations, thus reducing the runtime latency. Nonethel… ▽ More

    Submitted 3 October, 2021; originally announced October 2021.

  4. arXiv:2108.08842  [pdf, other

    cs.LG cs.AI cs.DS cs.NI

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

    Authors: Shay Vargaftik, Ran Ben Basat, Amit Portnoy, Gal Mendelson, Yaniv Ben-Itzhak, Michael Mitzenmacher

    Abstract: 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 estimation inaccuracies. DME is more challenging when clients have diverse network conditions, su… ▽ More

    Submitted 15 June, 2022; v1 submitted 19 August, 2021; originally announced August 2021.

    Comments: To appear in ICML 2022

  5. arXiv:2105.08339  [pdf, other

    cs.LG cs.DS

    DRIVE: One-bit Distributed Mean Estimation

    Authors: Shay Vargaftik, Ran Ben Basat, Amit Portnoy, Gal Mendelson, Yaniv Ben-Itzhak, Michael Mitzenmacher

    Abstract: 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 mathematical results and derive computationally efficient algorithms that are more accurate than previous co… ▽ More

    Submitted 16 December, 2021; v1 submitted 18 May, 2021; originally announced May 2021.

    Comments: Appears in NeurIPS 2021

  6. arXiv:2010.03660  [pdf, other

    cs.DC

    Fast Stencil-Code Computation on a Wafer-Scale Processor

    Authors: Kamil Rocki, Dirk Van Essendelft, Ilya Sharapov, Robert Schreiber, Michael Morrison, Vladimir Kibardin, Andrey Portnoy, Jean Francois Dietiker, Madhava Syamlal, Michael James

    Abstract: The performance of CPU-based and GPU-based systems is often low for PDE codes, where large, sparse, and often structured systems of linear equations must be solved. Iterative solvers are limited by data movement, both between caches and memory and between nodes. Here we describe the solution of such systems of equations on the Cerebras Systems CS-1, a wafer-scale processor that has the memory band… ▽ More

    Submitted 7 October, 2020; originally announced October 2020.

    Comments: SC 20: The International Conference for High Performance Computing, Networking, Storage, and Analysis, to appear

  7. arXiv:2004.04986  [pdf, other

    cs.LG cs.CR stat.ML

    Towards Federated Learning With Byzantine-Robust Client Weighting

    Authors: Amit Portnoy, Yoav Tirosh, Danny Hendler

    Abstract: Federated Learning (FL) is a distributed machine learning paradigm where data is distributed among clients who collaboratively train a model in a computation process coordinated by a central server. By assigning a weight to each client based on the proportion of data instances it possesses, the rate of convergence to an accurate joint model can be greatly accelerated. Some previous works studied F… ▽ More

    Submitted 18 May, 2021; v1 submitted 10 April, 2020; originally announced April 2020.

    ACM Class: I.2.6; I.2.11; C.2.0