← Search

Michael Mitzenmacher

16 accepted papers

2025

DON’T STOP ME NOW: EMBEDDING BASED SCHEDULING FOR LLMS

ICLR 2025poster

Efficient scheduling is crucial for interactive Large Language Model (LLM) applications, where low request completion time directly impacts user engagement. Size-based scheduling algorithms like Shortest Remaining Process Time (SRPT) aim to reduce average request completion time by leveraging known…

Cited by 4SourcePDFScholar
2025

Fast Inference for Augmented Large Language Models

NeurIPS 2025poster

Augmented Large Language Models (LLMs) enhance standalone LLMs by integrating external data sources through API calls. In interactive applications, efficient scheduling is crucial for maintaining low request completion times, directly impacting user engagement. However, these augmentations introduce…

Cited by 11SourceScholar
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
2024

Optimal and Approximate Adaptive Stochastic Quantization

NeurIPS 2024poster

Quantization is a fundamental optimization for many machine learning (ML) use cases, including compressing gradients, model weights and activations, and datasets. The most accurate form of quantization is adaptive, where the error is minimized with respect to a given input rather than optimizing for…

Cited by 2SourcePDFScholar
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…

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…

2021

Gradient Disaggregation: Breaking Privacy in Federated Learning by Reconstructing the User Participant Matrix

ICML 2021oral

We show that aggregated model updates in federated learning may be insecure. An untrusted central server may disaggregate user updates from sums of updates across participants given repeated observations, enabling the server to recover privileged information about individual users’ private training…

2021

Putting the “Learning" into Learning-Augmented Algorithms for Frequency Estimation

ICML 2021spotlight

In learning-augmented algorithms, algorithms are enhanced using information from a machine learning algorithm. In turn, this suggests that we should tailor our machine-learning approach for the target algorithm. We here consider this synergy in the context of the learned count-min sketch from (Hsu e…

2020

Prophets, Secretaries, and Maximizing the Probability of Choosing the Best

AISTATS 2020poster

Suppose a customer is faced with a sequence of fluctuating prices, such as for airfare or a product sold by a large online retailer. Given distributional information about what price they might face each day, how should they choose when to purchase in order to maximize the likelihood of getting the…

Cited by 18SourcePDFScholar
2018

Weightless: Lossy Weight Encoding For Deep Neural Network Compression

ICLR 2018workshop

The large memory requirements of deep neural networks strain the capabilities of many devices, limiting their deployment and adoption. Model compression methods effectively reduce the memory requirements of these models, usually through applying transformations such as weight pruning or quantization…

Cited by 58SourceScholar
2018

Weightless: Lossy weight encoding for deep neural network compression

ICML 2018oral

The large memory requirements of deep neural networks limit their deployment and adoption on many devices. Model compression methods effectively reduce the memory requirements of these models, usually through applying transformations such as weight pruning or quantization. In this paper, we present…

Cited by 58SourcePDFScholar
2016

Quantized Random Projections and Non-Linear Estimation of Cosine Similarity

NeurIPS 2016poster

Random projections constitute a simple, yet effective technique for dimensionality reduction with applications in learning and search problems. In the present paper, we consider the problem of estimating cosine similarities when the projected data undergo scalar quantization to $b$ bits. We here arg…

Cited by 12SourcePDFScholar