English

CrAFT: Compression-Aware Fine-Tuning for Efficient Visual Task Adaptation

Computer Vision and Pattern Recognition 2023-07-11 v2

Abstract

Transfer learning has become a popular task adaptation method in the era of foundation models. However, many foundation models require large storage and computing resources, which makes off-the-shelf deployment impractical. Post-training compression techniques such as pruning and quantization can help lower deployment costs. Unfortunately, the resulting performance degradation limits the usability and benefits of such techniques. To close this performance gap, we propose CrAFT, a simple fine-tuning framework that enables effective post-training network compression. In CrAFT, users simply employ the default fine-tuning schedule along with sharpness minimization objective, simultaneously facilitating task adaptation and compression-friendliness. Contrary to the conventional sharpness minimization techniques, which are applied during pretraining, the CrAFT approach adds negligible training overhead as fine-tuning is done in under a couple of minutes or hours with a single GPU. The effectiveness of CrAFT, which is a general-purpose tool that can significantly boost one-shot pruning and post-training quantization, is demonstrated on both convolution-based and attention-based vision foundation models on a variety of target tasks. The code will be made publicly available.

Keywords

Cite

@article{arxiv.2305.04526,
  title  = {CrAFT: Compression-Aware Fine-Tuning for Efficient Visual Task Adaptation},
  author = {Jung Hwan Heo and Seyedarmin Azizi and Arash Fayyazi and Massoud Pedram},
  journal= {arXiv preprint arXiv:2305.04526},
  year   = {2023}
}

Comments

Preprint

R2 v1 2026-06-28T10:28:25.984Z