English

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

Computer Vision and Pattern Recognition 2026-02-06 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2602.05909,
  title  = {CLIP-Map: Structured Matrix Mapping for Parameter-Efficient CLIP Compression},
  author = {Kangjie Zhang and Wenxuan Huang and Xin Zhou and Boxiang Zhou and Dejia Song and Yuan Xie and Baochang Zhang and Lizhuang Ma and Nemo Chen and Xu Tang and Yao Hu and Shaohui Lin},
  journal= {arXiv preprint arXiv:2602.05909},
  year   = {2026}
}
R2 v1 2026-07-01T10:22:53.091Z