paper-with-me

홈 › Papers

CLIP-Map: Structured Matrix Mapping for Parameter-Efficient CLIP Compression

2026-02-05 · Kangjie Zhang, Wenxuan Huang, Xin Zhou, Boxiang Zhou, Dejia Song, Yuan Xie, Baochang Zhang, Lizhuang Ma, Nemo Chen, Xu Tang, Yao Hu, Shaohui Lin arxiv

Contrastive Language-Image Pre-training (CLIP) has achieved widely applications in various computer vision tasks, e.g., text-to-image generation, Image-Text retrieval and Image captioning. However, CLIP suffers from high memory and computation cost, which prohibits its usage to the resource-limited application scenarios. Existing CLIP compression methods typically reduce the size of pre-trained CLIP weights by selecting their subset as weight inheritance for further retraining via mask optimization or important weight measurement. However, these select-based weight inheritance often compromises the feature presentation ability, especially on the extreme compression. In this paper, we propose a novel mapping-based CLIP compression framework, CLIP-Map. It leverages learnable matrices to map and combine pretrained weights by Full-Mapping with Kronecker Factorization, aiming to preserve as much information from the original weights as possible. To mitigate the optimization challenges introduced by the learnable mapping, we propose Diagonal Inheritance Initialization to reduce the distribution shifting problem for efficient and effective mapping learning. Extensive experimental results demonstrate that the proposed CLIP-Map outperforms select-based frameworks across various compression ratios, with particularly significant gains observed under high compression settings.

📄 PDF Abstract BibTeX arXiv:2602.05909

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationImage CaptioningText Retrieval

Similar Papers 제목 키워드 기반

MuCon: Clipped Muon Updates for LLM Training

2026-05-26 · Albert Yi arxiv

Muon-style optimizers take a matrix-valued momentum or preconditioned update $B = U \operatorname{diag}(σ_1,\ldots,σ_r) V^\top$ and replace it with its canonical partial polar factor $\operatorname{Pol}(B) = U V^\top$. T…

Gradient Clipping Beyond Vector Norms: A Spectral Approach for Matrix-Valued Parameters

2026-05-12 · Alexander Yukhimchuk, Mladen Kolar, Martin Takáč, Sayantan Choudhury arxiv

Gradient clipping is a standard safeguard for training neural networks under noisy, heavy-tailed stochastic gradients; yet, most clipping rules treat all parameters as vectors and ignore the matrix structure of modern ar…

L-CLIPScore: a Lightweight Embedding-based Captioning Metric for Evaluating and Training

2025-07-11 · Li Li, Yingzhe Peng, Xu Yang, Ruoxi Cheng 외 arxiv

We propose a novel embedding-based captioning metric termed as L-CLIPScore that can be used for efficiently evaluating caption quality and training captioning model. L-CLIPScore is calculated from a lightweight CLIP (L-C…

BrainMCLIP: Brain Image Decoding with Multi-Layer feature Fusion of CLIP

2025-10-22 · Tian Xia, Zihan Ma, Xinlong Wang, Qing Liu 외 arxiv

Decoding images from fMRI often involves mapping brain activity to CLIP's final semantic layer. To capture finer visual details, many approaches add a parameter-intensive VAE-based pipeline. However, these approaches ove…

CLIP2GAN: Towards Bridging Text with the Latent Space of GANs

2022-11-28 · YiXuan Wang, Wengang Zhou, Jianmin Bao, Weilun Wang 외

In this work, we are dedicated to text-guided image generation and propose a novel framework, i.e., CLIP2GAN, by leveraging CLIP model and StyleGAN. The key idea of our CLIP2GAN is to bridge the output feature embedding …

AttributeImage GenerationSelf-Supervised Learning