← Search

Tijmen Blankevoort

21 accepted papers

2025

Bitune: Leveraging Bidirectional Attention to Improve Decoder-Only LLMs

EMNLP 2025

Decoder-only large language models typically rely solely on masked causal attention, which limits their expressiveness by restricting information flow to one direction. We propose Bitune, a method that enhances pretrained decoder-only LLMs by incorporating bidirectional attention into prompt process

2025

Elastic ViTs from Pretrained Models without Retraining

NeurIPS 2025poster

Vision foundation models achieve remarkable performance but are only available in a limited set of pre-determined sizes, forcing sub-optimal deployment choices under real-world constraints. We introduce SnapViT: single-shot network approximation for pruned Vision Transformers, a new post-pretraining…

Cited by 0SourceScholar
2025

ParetoQ: Improving Scaling Laws in Extremely Low-bit LLM Quantization

NeurIPS 2025poster

The optimal bit-width for achieving the best trade-off between quantized model size and accuracy has been a subject of ongoing debate. While some advocate for 4-bit quantization, others propose that 1.58-bit offers superior results. However, the lack of a cohesive framework for different bits has le…

Cited by 0SourceScholar
2025

SpinQuant: LLM Quantization with Learned Rotations

ICLR 2025poster

Post-training quantization (PTQ) techniques applied to weights, activations, and the KV cache greatly reduce memory usage, latency, and power consumption of Large Language Models (LLMs), but may lead to large quantization errors when outliers are present. Rotating activation or weight matrices helps…

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…

2023

Quantizable Transformers: Removing Outliers by Helping Attention Heads Do Nothing

NeurIPS 2023poster

Transformer models have been widely adopted in various domains over the last years and especially large language models have advanced the field of AI significantly. Due to their size, the capability of these networks has increased tremendously, but this has come at the cost of a significant increase…

Cited by 89SourcePDFScholar
2023

Scalarization for Multi-Task and Multi-Domain Learning at Scale

NeurIPS 2023poster

Training a single model on multiple input domains and/or output tasks allows for compressing information from multiple sources into a unified backbone hence improves model efficiency. It also enables potential positive knowledge transfer across tasks/domains, leading to improved accuracy and data-ef…

Cited by 18SourcePDFScholar
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…

2022

Overcoming Oscillations in Quantization-Aware Training

ICML 2022oral

When training neural networks with simulated quantization, we observe that quantized weights can, rather unexpectedly, oscillate between two grid-points. The importance of this effect and its impact on quantization-aware training (QAT) are not well-understood or investigated in literature. In this p…

2021

Distilling Optimal Neural Networks: Rapid Search in Diverse Spaces

ICCV 2021poster

Current state-of-the-art Neural Architecture Search (NAS) methods neither efficiently scale to many hardware platforms nor handle diverse architectural search-spaces. To remedy this, we present DONNA (Distilling Optimal Neural Network Architectures), a novel pipeline for rapid, scalable and diverse…

Cited by 48PDFScholar
2021

Understanding and Overcoming the Challenges of Efficient Transformer Quantization

EMNLP 2021main

Transformer-based architectures have become the de-facto standard models for a wide range of Natural Language Processing tasks. However, their memory footprint and high latency are prohibitive for efficient deployment and inference on resource-limited devices. In this work, we explore quantization f…

2020

Batch-shaping for learning conditional channel gated networks

ICLR 2020poster

We present a method that trains large capacity neural networks with significantly improved accuracy and lower dynamic computational cost. This is achieved by gating the deep-learning architecture on a fine-grained-level. Individual convolutional maps are turned on/off conditionally on features in th…

Cited by 84SourceScholar
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

Conditional Channel Gated Networks for Task-Aware Continual Learning

CVPR 2020oral

Convolutional Neural Networks experience catastrophic forgetting when optimized on a sequence of learning problems: as they meet the objective of the current training examples, their performance on previous tasks drops drastically. In this work, we introduce a novel framework to tackle this problem…

Cited by 270PDFScholar
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
2019

Relaxed Quantization for Discretized Neural Networks

ICLR 2019poster

Neural network quantization has become an important research area due to its great impact on deployment of large models on resource constrained devices. In order to train networks that can be effectively discretized without loss of performance, we introduce a differentiable quantization procedure. D…

Cited by 224SourcePDFScholar