MetaAug: Meta-Data Augmentation for Post-Training Quantization
Cuong Pham, Hoang Anh Dung, Cuong C. Nguyen, Trung Le, Dinh Phung,, Gustavo Carneiro, Thanh-Toan Do

TL;DR
MetaAug introduces a meta-learning approach that uses data transformation and validation to improve post-training quantization, reducing overfitting and enhancing model performance on limited calibration data.
Contribution
The paper proposes a novel meta-learning based method that jointly optimizes a data transformation network and a quantized model using bi-level optimization, improving PTQ results.
Findings
Outperforms state-of-the-art PTQ methods on ImageNet
Effectively mitigates overfitting in PTQ
Enhances quantized model accuracy across various architectures
Abstract
Post-Training Quantization (PTQ) has received significant attention because it requires only a small set of calibration data to quantize a full-precision model, which is more practical in real-world applications in which full access to a large training set is not available. However, it often leads to overfitting on the small calibration dataset. Several methods have been proposed to address this issue, yet they still rely on only the calibration set for the quantization and they do not validate the quantized model due to the lack of a validation set. In this work, we propose a novel meta-learning based approach to enhance the performance of post-training quantization. Specifically, to mitigate the overfitting problem, instead of only training the quantized model using the original calibration set without any validation during the learning process as in previous PTQ works, in our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications
MethodsSoftmax · Attention Is All You Need · Sparse Evolutionary Training
