Skip to content

P4Q: Learning to Prompt for Quantization in Low-Bit CLIP

Jul 2026 · ACM Transactions on Multimedia Computing, Communications, and Applications (TOMCCAP) · 0 citations · 55 references

TL;DR

The “Prompt for Quantization” (P4Q) is proposed, by integrating PTQ with Parameter-Efficient Fine-Tuning (PEFT) techniques, and demonstrates that P4Q significantly enhances the performance of low-bit CLIP while reducing deployment costs.

Abstract

Large-scale pre-trained Vision-Language Models (VLMs) have demonstrated remarkable performance across various visual and multimodal tasks. However, deploying these models on downstream application platforms remains challenging due to computational demands and domain gaps. Quantization offers a promising solution by significantly reducing these costs, making VLMs more feasible for deployment in such environments. There are two prevailing paradigms: Quantization-Aware Training (QAT), which preserves model performance but incurs substantial training costs; and Post-Training Quantization (PTQ), which offers greater efficiency but introduces multimodal gaps and leads to performance degradation on downstream tasks. To reduce computational costs and bridge domain gaps, we propose the “Prompt for Quantization” (P4Q) by integrating PTQ with Parameter-Efficient Fine-Tuning (PEFT) techniques. P4Q compresses model parameters and activations via PTQ, introducing learnable prompts and low-bit adapters to enhance performance on downstream tasks. The learnable prompts embed downstream knowledge to mitigate domain gaps, while the low-bit adapters realign the distributions of image and text features, thereby mitigating multimodal gaps. We also introduce a distillation loss based on cosine similarity predictions to distill the quantized model using a full-precision teacher model. Extensive experiments on thirteen datasets demonstrate that P4Q significantly enhances the performance of low-bit CLIP while reducing deployment costs. For instance, an 8-bit P4Q compressed CLIP-ViT/B-32 achieves 66.94% Top-1 accuracy on ImageNet, surpassing the prompt fine-tuned full-precision counterpart by 2.24% while reducing model size by 4 \(\times\) . The source code is publicly available at https://github.com/HuixinSun/P4Q_official.

View source

Similar papers

Gradient Enhancement Task Aware Post-training Quantization

This paper introduces Gradient Enhancement Task Aware Post-training Quantization, i.e., GTAQ, to address the generalization issue of Large Language Models, and extensively evaluates the LLaMA family of language models on WikiText, C4, and MMLU.

Yihua Shao, Yangyang Gu, Minxi Yan et al. · 0 citations
Jul 2026

C-PTQ: Fisher-weighted Channel-wise Sensitivity for Post-training Quantization of MLLMs

C-PTQ is proposed, a unified channel-wise PTQ method that harmonizes task-specific loss perturbation and quantization error and achieves state-of-the-art performance without auxiliary modules like LoRA, thereby maintaining high efficiency.

Jiameng Li, Han Zhou, M. Blaschko · 0 citations
Preprint Aug 2026

Activation Outliers Matter: Robust Recovery for Quantized Multimodal LLMs

This work proposes Residual Fallback Quantization (RFQ), a lightweight activation reconstruction framework that supplements the primary ulta-low-bit activation representation with an auxiliary quantized residual pathway that improves activation fidelity while preserving the efficiency advantages of ultra-low-bit computation.

Tanzila Rahman, Mehran Taghian Jazi, Yunke Peng et al. · 0 citations

SeGO: Sensitivity-Aware Golden Optimization for Large-Scale VLM Quantization

A cross-modal structural sensitivity asymmetry in VLMs is revealed and SeGO is proposed, a unified structural sensitivity-aware sparse optimization framework that achieves the balance among model parameter amount, quantization accuracy and scaling factors’ search efficiency on InternVL2 and LLaVA series.

Tianqi Zhao, Xinrui Cheng, Yang Su et al. · 0 citations
Aug 2026

P4VC: Positive Perturbation based Perceptual Preprocessing Framework for Video Compression.

Recent advancements in deep learning have significantly propelled the enhancement of video compression frameworks, encompassing both encoder-side and postprocessing methods. However, these extensively explored methodologies have reached their limits, offering diminishing returns for further improvement. To overcome the constraints of the above optimization patterns, we propose to step beyond conventional frameworks and focus on preprocessing ahead of compression. For preprocessing, the black-box nature of video codecs introduces challenges for deep learning-based optimization: 1) the absence of ground-truth preprocessed videos, and 2) the lack of end-to-end optimization mechanism. To address these challenges, we introduce P4VC, a Positive Perturbation based Perceptual Preprocessing framework that generates adaptive perturbations before compression to enhance the rate-perception trade-off. Specifically, P4VC develops an alternative updating optimization scheme with 1) individual optimization phase that employs an attack-based method to generate multiple codec-friendly positive perturbations for each training sample, directly targeting the practical codec, and 2) universal optimization phase that trains a lightweight preprocessing network to generalize across arbitrary videos, guided by the positive perturbations and developed distribution-aware adversarial learning scheme. Extensive experiments across five codecs, two datasets and six perceptual metrics, demonstrate that P4VC consistently achieves significant compression gains, superior generalization, and real-time preprocessing at 241 FPS.

Mai Xu, Yichen Guo, Shang-Mou Zhang et al. · 0 citations
Jul 2026

AutoEncoder-Compressed Parallel Split Learning for Pre-trained Model Fine-Tuning

AE-PSL is proposed, a communication-efficient PSL framework that compresses intermediate activations and gradients using a lightweight AutoEncoder placed at the split layer and introduces a novel two-stage alignment mechanism, which adapts the AE to the pre-trained model's feature manifold and client-specific feature distributions before DFT.

Bas Meuwissen, Vasileios Tsouvalas, N. Meratnia · 1 citation

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.