← Search

Eldar Kurtic

12 accepted papers

2026

Bridging the Gap Between Promise and Performance for FP4 Quantization

ICLR 2026poster

The recent hardware-accelerated microscaling 4-bit floating-point formats such as MXFP4 and NVFP4, supported on NVIDIA and AMD GPUs, promise to revolutionize large language model (LLM) inference. Yet, their practical benefits remain unproven. We present the first comprehensive study of MXFP4 and NV…

Cited by 0SourcecodeScholar
2025

EvoPress: Accurate Dynamic Model Compression via Evolutionary Search

ICML 2025poster

The high computational costs of large language models (LLMs) have led to a flurry of research on LLM compression, via methods such as quantization, sparsification, or structured pruning. A new frontier in this area is given by dynamic, non-uniform compression methods, which adjust the compression le…

Cited by 0SourcePDFScholar
2025

“Give Me BF16 or Give Me Death”? Accuracy-Performance Trade-Offs in LLM Quantization

ACL 2025long

Despite the popularity of large language model (LLM) quantization for inference acceleration, significant uncertainty remains regarding the accuracy-performance trade-offs associated with various quantization formats. We present a comprehensive empirical study of quantized accuracy, evaluating popul…

Cited by 0SourcePDFScholar
2024

Error Feedback Can Accurately Compress Preconditioners

ICML 2024poster

Leveraging second-order information about the loss at the scale of deep networks is one of the main lines of approach for improving the performance of current optimizers for deep learning. Yet, existing approaches for accurate full-matrix preconditioning, such as Full-Matrix Adagrad (GGT) or Matrix-…

2024

Mathador-LM: A Dynamic Benchmark for Mathematical Reasoning on Large Language Models

EMNLP 2024main

We introduce Mathador-LM, a new benchmark for evaluating the mathematical reasoning on large language models (LLMs), combining ruleset interpretation, planning, and problem-solving. This benchmark is inspired by the Mathador game, where the objective is to reach a target number using basic arithmeti…

2024

MicroAdam: Accurate Adaptive Optimization with Low Space Overhead and Provable Convergence

NeurIPS 2024poster

We propose a new variant of the Adam optimizer called MicroAdam that specifically minimizes memory overheads, while maintaining theoretical convergence guarantees. We achieve this by compressing the gradient information before it is fed into the optimizer state, thereby reducing its memory footprin…

2023

CAP: Correlation-Aware Pruning for Highly-Accurate Sparse Vision Models

NeurIPS 2023poster

Driven by significant improvements in architectural design and training pipelines, computer vision has recently experienced dramatic progress in terms of accuracy on classic benchmarks such as ImageNet. These highly-accurate models are challenging to deploy, as they appear harder to compress using…

Cited by 17SourcePDFScholar
2023

CrAM: A Compression-Aware Minimizer

ICLR 2023poster

Deep neural networks (DNNs) often have to be compressed, via pruning and/or quantization, before they can be deployed in practical settings. In this work we propose a new compression-aware minimizer dubbed CrAM that modifies the optimization step in a principled way, in order to produce models whose…

2023

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks at the Edge

ICML 2023oral

We provide an efficient implementation of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are _sparse_. Our algorithm is general, as it applies to arbitrary (unstructured) sparsity and common layer types (e.g., convolutional or linear). We…

Cited by 8SourcePDFScholar
2023

ZipLM: Inference-Aware Structured Pruning of Language Models

NeurIPS 2023poster

The breakthrough performance of large language models (LLMs) comes with major computational footprints and high deployment costs. In this paper, we progress towards resolving this problem by proposing a novel structured compression approach for LLMs, called ZipLM. ZipLM achieves state-of-the-art acc…

2022

The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models

EMNLP 2022main

In this paper, we consider the problem of sparsifying BERT models, which are a key building block for natural language processing, in order to reduce their storage and computational cost. We introduce the Optimal BERT Surgeon (oBERT), an efficient and accurate pruning method based on approximate sec…

2021

M-FAC: Efficient Matrix-Free Approximations of Second-Order Information

NeurIPS 2021poster

Efficiently approximating local curvature information of the loss function is a useful tool for the optimization and compression of deep neural networks. Yet, most existing methods to approximate second-order information have high computational or storage costs, limiting their practicality. In thi…