← Search

Elias Frantar

15 accepted papers

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

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

QUIK: Towards End-to-end 4-Bit Inference on Generative Large Language Models

EMNLP 2024main

Large Language Models (LLMs) from the GPT family have become extremely popular, leading to a race towards reducing their inference costs to allow for efficient local computation. However, the vast majority of existing work focuses on weight-only quantization, which can reduce runtime costs in the me…

2024

SPADE: Sparsity-Guided Debugging for Deep Neural Networks

ICML 2024poster

It is known that sparsity can improve interpretability for deep neural networks. However, existing methods in the area either require networks that are pre-trained with sparsity constraints, or impose sparsity after the fact, altering the network's general behavior. In this paper, we demonstrate, fo…

2024

Scaling Laws for Sparsely-Connected Foundation Models

ICLR 2024spotlight

We explore the impact of parameter sparsity on the scaling behavior of Transformers trained on massive datasets (i.e., "foundation models"), in both vision and language domains. In this setting, we identify the first scaling law describing the relationship between weight sparsity, number of non-zero…

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…

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

OPTQ: Accurate Quantization for Generative Pre-trained Transformers

ICLR 2023poster

Generative Pre-trained Transformer models, known as GPT or OPT, set themselves apart through breakthrough performance across complex language modelling tasks, but also by their extremely high computational and storage costs. Specifically, due to their massive size, even inference for large, highly-a…

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

Optimal Brain Compression: A Framework for Accurate Post-Training Quantization and Pruning

NeurIPS 2022accept

We consider the problem of model compression for deep neural networks (DNNs) in the challenging one-shot/post-training setting, in which we are given an accurate trained model, and must compress it without any retraining, based only on a small amount of calibration input data. This problem has becom…

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…

2020

On the Sample Complexity of Adversarial Multi-Source PAC Learning

ICML 2020poster

We study the problem of learning from multiple untrusted data sources, a scenario of increasing practical relevance given the recent emergence of crowdsourcing and collaborative learning paradigms. Specifically, we analyze the situation in which a learning system obtains datasets from multiple sourc…

Cited by 25SourcePDFScholar