paper-with-me

Papers

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

2023-05-08 · Jung Hwan Heo, Seyedarmin Azizi, Arash Fayyazi, Massoud Pedram

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.

📄 PDF Abstract BibTeX arXiv:2305.04526

Code (0)

등록된 구현이 없습니다.

Tasks

GPUModel CompressionQuantizationTransfer Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

OmniMem: Perturbation-aware Memory Compression for Streaming Audio-Visual LLMs

2026-05-26 · Guangzhi Sun, Yixuan Li, Yudong Yang, Chao Zhang arxiv

Audio-visual large language models (LLMs) hold strong promise for long-form video understanding, yet their long-video inference is fundamentally limited by the linear growth of video tokens and key-value (KV) caches. We …

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

2026-08-01 · Jiayang Yu, Jialun Zhong, Lei Zou arxiv

Retrieval-Augmented Generation (RAG) has become essential for knowledge-intensive question answering, yet scaling RAG pipelines remains challenging due to the prohibitive computational cost of processing lengthy retrieve…

Question Answering

Distribution-Aware Tensor Decomposition for Compression of Convolutional Neural Networks

2025-11-06 · Alper Kalle, Theo Rudkiewicz, Mohamed-Oumar Ouerfelli, Mohamed Tamaazousti arxiv

Neural networks are widely used for image-related tasks but typically demand considerable computing power. Once a network has been trained, however, its memory- and compute-footprint can be reduced by compression. In thi…

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang 외 arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can …

parameter-efficient fine-tuning

Improving The Reconstruction Quality by Overfitted Decoder Bias in Neural Image Compression

2022-10-10 · Oussama Jourairi, Muhammet Balcilar, Anne Lambert, François Schnitzler

End-to-end trainable models have reached the performance of traditional handcrafted compression techniques on videos and images. Since the parameters of these models are learned over large training sets, they are not opt…

DecoderImage Compression