paper-with-me

Papers

Efficient and Robust Quantization-aware Training via Adaptive Coreset Selection

2023-06-12 · Xijie Huang, Zechun Liu, Shih-Yang Liu, Kwang-Ting Cheng

Quantization-aware training (QAT) is a representative model compression method to reduce redundancy in weights and activations. However, most existing QAT methods require end-to-end training on the entire dataset, which suffers from long training time and high energy costs. In addition, the potential label noise in the training data undermines the robustness of QAT. We propose two metrics based on analysis of loss and gradient of quantized weights: error vector score and disagreement score, to quantify the importance of each sample during training. Guided by these two metrics, we proposed a quantization-aware Adaptive Coreset Selection (ACS) method to select the data for the current training epoch. We evaluate our method on various networks (ResNet-18, MobileNetV2, RetinaNet), datasets(CIFAR-10, CIFAR-100, ImageNet-1K, COCO), and under different quantization settings. Specifically, our method can achieve an accuracy of 68.39\% of 4-bit quantized ResNet-18 on the ImageNet-1K dataset with only a 10\% subset, which has an absolute gain of 4.24\% compared to the baseline. Our method can also improve the robustness of QAT by removing noisy samples in the training set.

📄 PDF Abstract BibTeX arXiv:2306.07215

Code (1)

huangowen/qat-acs 공식 구현 pytorch

Tasks

Model CompressionQuantization

Similar Papers 제목 키워드 기반

Enhancing Quantization-Aware Training on Edge Devices via Relative Entropy Coreset Selection and Cascaded Layer Correction

2025-07-17 · Yujia Tong, Jingling Yuan, Chuang Hu arxiv

With the development of mobile and edge computing, the demand for low-bit quantized models on edge devices is increasing to achieve efficient deployment. To enhance the performance, it is often necessary to retrain the q…

Adaptive Dataset Quantization

2024-12-22 · Muquan Li, Dongyang Zhang, Qiang Dong, Xiurui Xie 외

Contemporary deep learning, characterized by the training of cumbersome neural networks on massive datasets, confronts substantial computational hurdles. To alleviate heavy data storage burdens on limited hardware resour…

Contrastive LearningDataset DistillationQuantization

HyperCore: Coreset Selection under Noise via Hypersphere Models

2025-09-26 · Brian B. Moser, Arundhati S. Shanbhag, Tobias C. Nauen, Stanislav Frolov 외 arxiv

The goal of coreset selection methods is to identify representative subsets of datasets for efficient model training. Yet, existing methods often ignore the possibility of annotation errors and require fixed pruning rati…

Dataset Quantization with Active Learning based Adaptive Sampling

2024-07-09 · Zhenghao Zhao, Yuzhang Shang, Junyi Wu, Yan Yan

Deep learning has made remarkable progress recently, largely due to the availability of large, well-labeled datasets. However, the training on such datasets elevates costs and computational demands. To address this, vari…

Active LearningDataset DistillationQuantization

Efficient Content-based Recommendation Model Training via Noise-aware Coreset Selection

2026-01-15 · Hung Vinh Tran, Tong Chen, Hechuan Wen, Quoc Viet Hung Nguyen 외 arxiv

Content-based recommendation systems (CRSs) utilize content features to predict user-item interactions, serving as essential tools for helping users navigate information-rich web services. However, ensuring the effective…

Recommendation Systems