← Search

Amir Zandieh

16 accepted papers

2026

TurboQuant: Online Vector Quantization with Near-optimal Distortion Rate

ICLR 2026poster

Vector quantization, a problem rooted in Shannon's source coding theory, aims to quantize high-dimensional Euclidean vectors while minimizing distortion in their geometric structure. We propose TurboQuant to address both mean-squared error (MSE) and inner product distortion, overcoming limitations o…

Cited by 0SourceScholar
2025

QJL: 1-Bit Quantized JL Transform for KV Cache Quantization with Zero Overhead

AAAI 2025technical

Serving LLMs requires substantial memory due to the storage requirements of Key-Value (KV) embeddings in the KV cache, which grows with sequence length. An effective approach to compress KV cache is quantization. However, traditional quantization methods face significant memory overhead due to the n…

2025

Streaming Attention Approximation via Discrepancy Theory

NeurIPS 2025spotlight

Large language models (LLMs) have achieved impressive success, but their high memory requirements present challenges for long-context token generation. In this paper we study the streaming complexity of attention approximation, a key computational primitive underlying token generation. Our main…

Cited by 0SourceScholar
2024

HyperAttention: Long-context Attention in Near-Linear Time

ICLR 2024poster

We present an approximate attention mechanism named `HyperAttention` to address the computational challenges posed by the growing complexity of long contexts used in Large Language Models (LLMs). Recent work suggests that in the worst-case scenario, the quadratic time is necessary unless the entrie…

2023

KDEformer: Accelerating Transformers via Kernel Density Estimation

ICML 2023poster

Dot-product attention mechanism plays a crucial role in modern deep architectures (e.g., Transformer) for sequence modeling, however, naïve exact computation of this model incurs quadratic time and memory complexities in sequence length, hindering the training of long-sequence models. Critical bottl…

2022

Fast Neural Kernel Embeddings for General Activations

NeurIPS 2022accept

Infinite width limit has shed light on generalization and optimization aspects of deep learning by establishing connections between neural networks and kernel methods. Despite their importance, the utility of these kernel methods was limited in large-scale learning settings due to their (super-)quad…

Cited by 19SourcePDFScholar
2021

Scaling Neural Tangent Kernels via Sketching and Random Features

NeurIPS 2021poster

The Neural Tangent Kernel (NTK) characterizes the behavior of infinitely-wide neural networks trained under least squares loss by gradient descent. Recent works also report that NTK regression can outperform finitely-wide neural networks trained on small-scale datasets. However, the computational co…

2020

Scaling up Kernel Ridge Regression via Locality Sensitive Hashing

AISTATS 2020poster

Random binning features, introduced in the seminal paper of Rahimi and Recht ’07, are an efficient method for approximating a kernel matrix using locality sensitive hashing. Random binning features provide a very simple and efficient way to approximate the Laplace kernel but unfortunately do not app…

Cited by 16SourcePDFScholar
2019

Efficiently Learning Fourier Sparse Set Functions

NeurIPS 2019spotlight

Learning set functions is a key challenge arising in many domains, ranging from sketching graphs to black-box optimization with discrete parameters. In this paper we consider the problem of efficiently learning set functions that are defined over a ground set of size $n$ and that are sparse (say $k$…

2018

Beyond 1/2-Approximation for Submodular Maximization on Massive Data Streams

ICML 2018oral

Many tasks in machine learning and data mining, such as data diversification, non-parametric learning, kernel machines, clustering etc., require extracting a small but representative summary from a massive dataset. Often, such problems can be posed as maximizing a submodular set function subject to…

Cited by 112SourcePDFScholar
2017

Random Fourier Features for Kernel Ridge Regression: Approximation Bounds and Statistical Guarantees

ICML 2017poster

Random Fourier features is one of the most popular techniques for scaling up kernel methods, such as kernel ridge regression. However, despite impressive empirical results, the statistical properties of random Fourier features are still not well understood. In this paper we take steps toward filling…

Cited by 199SourcePDFScholar