← Search

Denis Kuznedelev

14 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
2026

Scale-wise Distillation of Diffusion Models

ICLR 2026poster

Recent diffusion distillation methods have achieved remarkable progress, enabling high-quality ${\sim}4$-step sampling for large-scale text-conditional image and video diffusion models (DMs). However, further reducing the number of sampling steps becomes more and more challenging, suggesting that e…

Cited by 0SourcecodeScholar
2025

Cache Me If You Must: Adaptive Key-Value Quantization for Large Language Models

ICML 2025poster

Efficient real-world deployments of large language models (LLMs) rely on Key-Value (KV) caching for processing and generating long outputs, reducing the need for repetitive computation. For large contexts, Key-Value caches can take up tens of gigabytes of device memory, as they store vector represen…

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

Hogwild! Inference: Parallel LLM Generation via Concurrent Attention

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated the ability to tackle increasingly complex tasks through advanced reasoning, long-form content generation, and tool use. Solving these tasks often involves long inference-time computations. In human problem solving, a common strategy to expedite work is…

Cited by 0SourcecodeScholar
2024

Extreme Compression of Large Language Models via Additive Quantization

ICML 2024poster

The emergence of accurate open large language models (LLMs) has led to a race towards performant quantization techniques which can enable their execution on end-user devices. In this paper, we revisit the problem of ``extreme'' LLM compression---defined as targeting extremely low bit counts, such as…

2024

PV-Tuning: Beyond Straight-Through Estimation for Extreme LLM Compression

NeurIPS 2024oral

There has been significant interest in "extreme" compression of large language models (LLMs), i.e. to 1-2 bits per parameter, which allows such models to be executed efficiently on resource-constrained devices. Existing work focused on improved one-shot quantization techniques and weight represent…

2024

SpQR: A Sparse-Quantized Representation for Near-Lossless LLM Weight Compression

ICLR 2024poster

Recent advances in large language model (LLM) pretraining have led to high-quality LLMs with impressive abilities. By compressing such LLMs via quantization to 3-4 bits per parameter, they can fit into memory-limited devices such as laptops and mobile phones, enabling personalized use. Quantizing mo…

2024

The Iterative Optimal Brain Surgeon: Faster Sparse Recovery by Leveraging Second-Order Information

NeurIPS 2024poster

The rising footprint of machine learning has led to a focus on imposing model sparsity as a means of reducing computational and memory costs. For deep neural networks (DNNs), the state-of-the-art accuracy-vs-sparsity is achieved by heuristics inspired by the classical Optimal Brain Surgeon (OBS) fra…

Cited by 0SourcePDFScholar
2023

A critical look at the evaluation of GNNs under heterophily: Are we really making progress?

ICLR 2023poster

Node classification is a classical graph representation learning task on which Graph Neural Networks (GNNs) have recently achieved strong results. However, it is often believed that standard GNNs only work well for homophilous graphs, i.e., graphs where edges tend to connect nodes of the same class.…

2023

A view of mini-batch SGD via generating functions: conditions of convergence, phase transitions, benefit from negative momenta.

ICLR 2023poster

Mini-batch SGD with momentum is a fundamental algorithm for learning large predictive models. In this paper we develop a new analytic framework to analyze noise-averaged properties of mini-batch SGD for linear models at constant learning rates, momenta and sizes of batches. Our key idea is to consid…

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

Characterizing Graph Datasets for Node Classification: Homophily-Heterophily Dichotomy and Beyond

NeurIPS 2023poster

Homophily is a graph property describing the tendency of edges to connect similar nodes; the opposite is called heterophily. It is often believed that heterophilous graphs are challenging for standard message-passing graph neural networks (GNNs), and much effort has been put into developing efficien…

Cited by 79SourcePDFScholar
2023

Evaluating Robustness and Uncertainty of Graph Models Under Structural Distributional Shifts

NeurIPS 2023poster

In reliable decision-making systems based on machine learning, models have to be robust to distributional shifts or provide the uncertainty of their predictions. In node-level problems of graph learning, distributional shifts can be especially complex since the samples are interdependent. To evaluat…