← Search

Jerry Chee

6 accepted papers

2024

QuIP$\#$: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks

ICML 2024poster

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing their weights to low-precision. In this work, we introduce QuIP#, a weight-only PTQ method that achieves state-of-the-art results in extreme compression regimes ($\le$ 4 bits per weight) using three novel techniques.…

2023

QuIP: 2-Bit Quantization of Large Language Models With Guarantees

NeurIPS 2023spotlight

This work studies post-training parameter quantization in large language models (LLMs). We introduce quantization with incoherence processing (QuIP), a new method based on the insight that quantization benefits from incoherent weight and Hessian matrices, i.e., from the weights being even in magnitu…

2023

“Plus/minus the learning rate”: Easy and Scalable Statistical Inference with SGD

AISTATS 2023poster

In this paper, we develop a statistical inference procedure using stochastic gradient descent (SGD)-based confidence intervals. These intervals are of the simplest possible form: $\theta_{N,j} \pm 2\sqrt{}(\gamma/N)$ , where $\theta_N$ is the SGD estimate of model parameters $\theta$ over N data poi…

Cited by 5SourcePDFScholar
2022

How Low Can We Go: Trading Memory for Error in Low-Precision Training

ICLR 2022poster

Low-precision arithmetic trains deep learning models using less energy, less memory and less time. However, we pay a price for the savings: lower precision may yield larger round-off error and hence larger prediction error. As applications proliferate, users must choose which precision to use to tra…

2022

Model Preserving Compression for Neural Networks

NeurIPS 2022accept

After training complex deep learning models, a common task is to compress the model to reduce compute and storage demands. When compressing, it is desirable to preserve the original model's per-example decisions (e.g., to go beyond top-1 accuracy or preserve robustness), maintain the network's struc…