← Search

Pierre Stock

9 accepted papers

2024

LLM-QAT: Data-Free Quantization Aware Training for Large Language Models

ACL 2024findings

Several post-training quantization methods have been applied to large language models (LLMs), and have been shown to perform well down to 8-bits. We find that these methods break down at lower bit precision, and investigate quantization-aware training for LLMs (LLM-QAT) to push quantization levels e…

2023

CANIFE: Crafting Canaries for Empirical Privacy Measurement in Federated Learning

ICLR 2023poster

Federated Learning (FL) is a setting for training machine learning models in distributed environments where the clients do not share their raw data but instead send model updates to a server. However, model updates can be subject to attacks and leak private information. Differential Privacy (DP) is…

2023

Privacy-Aware Compression for Federated Learning Through Numerical Mechanism Design

ICML 2023poster

In private federated learning (FL), a server aggregates differentially private updates from a large number of clients in order to train a machine learning model. The main challenge in this setting is balancing privacy with both classification accuracy of the learnt model as well as the number of bit…

Cited by 9SourcePDFScholar
2021

LeViT: A Vision Transformer in ConvNet's Clothing for Faster Inference

ICCV 2021poster

We design a family of image classification architectures that optimize the trade-off between accuracy and efficiency in a high-speed regime. Our work exploits recent findings in attention-based architectures, which are competitive on highly parallel processing hardware. We revisit principles from th…

Cited by 815PDFcodeScholar
2021

Training with Quantization Noise for Extreme Model Compression

ICLR 2021poster

We tackle the problem of producing compact models, maximizing their accuracy for a given model size. A standard solution is to train networks with Quantization Aware Training, where the weights are quantized during training and the gradients approximated with the Straight-Through Estimator. In this…

2020

And the Bit Goes Down: Revisiting the Quantization of Neural Networks

ICLR 2020spotlight

In this paper, we address the problem of reducing the memory footprint of convolutional network architectures. We introduce a vector quantization method that aims at preserving the quality of the reconstruction of the network outputs rather than its weights. The principle of our approach is that it…

Cited by 190SourcecodeScholar
2018

ConvNets and ImageNet Beyond Accuracy: Understanding Mistakes and Uncovering Biases

ECCV 2018poster

ConvNets and Imagenet have driven the recent success of deep learning for image classification. However, the marked slowdown in performance improvement combined with the lack of robustness of neural networks to adversarial examples and their tendency to exhibit undesirable biases question the reliab…

Cited by 224SourcePDFScholar