TULIP: Token-length Upgraded CLIP
Ivona Najdenkoska, Mohammad Mahdi Derakhshani, Yuki M. Asano, Nanne van Noord, Marcel Worring, Cees G. M. Snoek
TL;DR
The paper tackles the fixed 77-token input limit of CLIP-like vision-language models by introducing TULIP, which employs relative positional encodings (RoPE) to enable arbitrary caption lengths. It presents a two-stage training procedure: first, relative position distillation from the CLIP teacher to a relative-encoding student to preserve short-caption alignment, and second, relative position expansion with NTK-aware RoPE scaling to incorporate longer captions. Key contributions include the first CLIP-like system with relative encodings for long captions, a practical two-phase adaptation framework, and strong improvements on long-caption cross-modal retrieval and text-to-image generation, along with a new long-caption benchmark (Long-DCI). The approach demonstrates robust cross-modal alignment across datasets and backbones, offering a plug-and-play pathway to extend context length without full retraining. This work significantly advances the handling of dense, lengthy textual descriptions in vision-language tasks, enabling more faithful image–text understanding and generation in real-world scenarios.
Abstract
We address the challenge of representing long captions in vision-language models, such as CLIP. By design these models are limited by fixed, absolute positional encodings, restricting inputs to a maximum of 77 tokens and hindering performance on tasks requiring longer descriptions. Although recent work has attempted to overcome this limit, their proposed approaches struggle to model token relationships over longer distances and simply extend to a fixed new token length. Instead, we propose a generalizable method, named TULIP, able to upgrade the token length to any length for CLIP-like models. We do so by improving the architecture with relative position encodings, followed by a training procedure that (i) distills the original CLIP text encoder into an encoder with relative position encodings and (ii) enhances the model for aligning longer captions with images. By effectively encoding captions longer than the default 77 tokens, our model outperforms baselines on cross-modal tasks such as retrieval and text-to-image generation. The code repository is available at https://github.com/ivonajdenkoska/tulip.
