← Search

Mart van Baalen

8 accepted papers

2024

Sparse High Rank Adapters

NeurIPS 2024poster

Low Rank Adaptation (LoRA) has gained massive attention in the recent generative AI research. One of the main advantages of LoRA is its ability to be fused with pretrained models, adding no overhead during inference. However, from a mobile deployment standpoint, we can either avoid inference overhe…

Cited by 0SourcePDFScholar
2023

Pruning vs Quantization: Which is Better?

NeurIPS 2023poster

Neural network pruning and quantization techniques are almost as old as neural networks themselves. However, to date, only ad-hoc comparisons between the two have been published. In this paper, we set out to answer the question of which is better: neural network quantization or pruning? By answering…

2022

FP8 Quantization: The Power of the Exponent

NeurIPS 2022accept

When quantizing neural networks for efficient inference, low-bit integers are the go-to format for efficiency. However, low-bit floating point numbers have an extra degree of freedom, assigning some bits to work on an exponential scale instead. This paper in-depth investigates this benefit of the fl…

2020

Bayesian Bits: Unifying Quantization and Pruning

NeurIPS 2020poster

We introduce Bayesian Bits, a practical method for joint mixed precision quantization and pruning through gradient based optimization. Bayesian Bits employs a novel decomposition of the quantization operation, which sequentially considers doubling the bit width. At each new bit width, the residual e…

Cited by 156SourcePDFScholar
2020

Gradient $\ell_1$ Regularization for Quantization Robustness

ICLR 2020poster

We analyze the effect of quantizing weights and activations of neural networks on their loss and derive a simple regularization scheme that improves robustness against post-training quantization. By training quantization-ready networks, our approach enables storing a single set of weights that can b…

Cited by 66SourceScholar
2020

Up or Down? Adaptive Rounding for Post-Training Quantization

ICML 2020poster

When quantizing neural networks, assigning each floating-point weight to its nearest fixed-point value is the predominant approach. We find that, perhaps surprisingly, this is not the best we can do. In this paper, we propose AdaRound, a better weight-rounding mechanism for post-training quantizatio…

Cited by 685SourcePDFScholar
2019

Data-Free Quantization Through Weight Equalization and Bias Correction

ICCV 2019oral

We introduce a data-free quantization method for deep neural networks that does not require fine-tuning or hyperparameter selection. It achieves near-original model performance on common computer vision architectures and tasks. 8-bit fixed-point quantization is essential for efficient inference on m…

Cited by 702PDFcodeScholar