English

WAVECLIP: Wavelet Tokenization for Adaptive-Resolution CLIP

Computer Vision and Pattern Recognition 2025-09-26 v1 Artificial Intelligence Multimedia

Abstract

We introduce WAVECLIP, a single unified model for adaptive resolution inference in CLIP, enabled by wavelet-based tokenization. WAVECLIP replaces standard patch embeddings with a multi-level wavelet decomposition, enabling the model to process images coarse to fine while naturally supporting multiple resolutions within the same model. At inference time, the model begins with low resolution tokens and refines only when needed, using key-value caching and causal cross-level attention to reuse computation, effectively introducing to the model only new information when needed. We evaluate WAVECLIP in zero-shot classification, demonstrating that a simple confidence-based gating mechanism enables adaptive early exits. This allows users to dynamically choose a compute-accuracy trade-off using a single deployed model. Our approach requires only lightweight distillation from a frozen CLIP teacher and achieves competitive accuracy with significant computational savings.

Keywords

Cite

@article{arxiv.2509.21153,
  title  = {WAVECLIP: Wavelet Tokenization for Adaptive-Resolution CLIP},
  author = {Moshe Kimhi and Erez Koifman and Ehud Rivlin and Eli Schwartz and Chaim Baskin},
  journal= {arXiv preprint arXiv:2509.21153},
  year   = {2025}
}
R2 v1 2026-07-01T05:56:09.982Z