arXiv:2605.26415cs.CVcs.AI2026-05

提出早退机制解决量化导致的多模态嵌入崩溃问题

The Rescue Effect: Spatio-Semantic Early Exit Bypasses Quantization Collapse in CLIP

论文配图:The Rescue Effect: Spatio-Semantic Early Exit Bypasses Quantization Collapse in CLIP
图 1 · 摘自论文原文
  • 通过空间语义聚合与动态门控实现分层早退
  • 在INT8量化下提升准确率2.44个百分点,减少13.4%计算量
  • 适合部署于资源受限设备的视觉语言模型优化

在资源受限硬件上部署视觉-语言模型通常需采用INT8量化,但联合嵌入架构如CLIP会引入一种不同于量化卷积网络分类器的失效模式:跨变换器层累积的激活噪声会扰动多模态嵌入方向,破坏零样本检索依赖的余弦对齐。我们将其定义为量化诱导表示崩溃(QIRC),并在INT8 CLIP ViT-B/32上量化其影响:浅层块的噪声信号比低于10%,至第11层上升至52%。提出LRA-EE(分层表示感知早退)方法,通过空间语义聚合(以全局补丁令牌平均替换早期[CLS])、学习的多特征门控(置信度、前两名差距、空间激活方差)以及基于每层信息-噪声比校准的自适应置信阈值,跳过噪声饱和的深层。在ImageNet-1K零样本分类任务中,相比INT8基线,LRA-EE降低13.4%计算量,提升Top-1准确率2.44个百分点(58.72% → 61.16%)。四象限分解揭示‘救援效应’:9.5%样本在浅层早退时正确分类,但在完整深度因噪声丢失;仅7.1%样本出现相反情况。

原文摘要 · Abstract (English)

Deploying Vision-Language Models on resource-constrained hardware typically requires INT8 quantization, but in joint-embedding architectures such as CLIP this introduces a failure mode distinct from quantized CNN classifiers: activation noise accumulated across transformer blocks perturbs the direction of the multimodal embedding, eroding the cosine alignment on which zero-shot retrieval depends. We characterize this as Quantization-Induced Representation Collapse (QIRC) and quantify it on INT8 CLIP ViT-B/32, where the layer-wise noise-to-signal ratio grows from below 10% in shallow blocks to 52% at Layer 11. We propose LRA-EE (Layer-wise Representation-Aware Early Exit), which bypasses noise-saturated deep layers via Spatio-Semantic Aggregation (replacing the immature shallow [CLS] with a global patch-token average), a learned multi-feature gate (confidence, top-2 margin, spatial-activation variance), and Layer-adaptive Confidence Thresholding calibrated to each layer's Information-to-Noise Ratio. On ImageNet-1K zero-shot classification, LRA-EE reduces FLOPs by 13.4% and improves Top-1 accuracy by +2.44%p (58.72% -> 61.16%) over the INT8 baseline. A four-quadrant decomposition isolates the Rescue Effect: 9.5% of samples are correctly classified at shallow exits but lost to noise at full depth, against only 7.1% suffering the inverse.

量化CLIP早退多模态

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。