Papers › TULIP: Token-length Upgraded CLIP

TULIP: Token-length Upgraded CLIP

13 Oct 2024arXiv:2410.10034archive 2025-07-28

Ivona Najdenkoska, Mohammad Mahdi Derakhshani, Yuki M. Asano, Nanne van Noord, Marcel Worring, Cees G. M. Snoek

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.10034")

Code

Syntology Ran 11 of 20 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ivonajdenkoska/tulip officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 11 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
4ran · our draft was wrong
6ran
9unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ivonajdenkoska/tulip. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

natural_key ivonajdenkoska/tulip/eval_tulip.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · a677092c48744688 · report
collate_fn ivonajdenkoska/tulip/eval/dci_long.py official repository ran Apache-2.0 (permissive) · 09c78a125c9f58ae · report
convert_to_custom_text_state_dict ivonajdenkoska/tulip/open_clip/model.py official repository ran · violated contract Apache-2.0 (permissive) · f19962ebb134b3d7 · report
get_accuracy_t2i ivonajdenkoska/tulip/eval/flickr30.py official repository ran Apache-2.0 (permissive) · 385a40328778e8cb · report
get_cast_dtype ivonajdenkoska/tulip/open_clip/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · dcd422d66b0581d8 · report
get_clip_metrics ivonajdenkoska/tulip/eval/dci_long.py official repository ran Apache-2.0 (permissive) · 0b9ff430cf687b70 · report
get_image_feature ivonajdenkoska/tulip/eval/flickr30.py official repository ran Apache-2.0 (permissive) · 0434c3049ad999d2 · report
get_input_dtype ivonajdenkoska/tulip/open_clip/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · b476c8cfbf0f1f47 · report
get_latest_checkpoint ivonajdenkoska/tulip/eval_tulip.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 93448c613c050973 · report
get_text_feature ivonajdenkoska/tulip/eval/flickr30.py official repository ran Apache-2.0 (permissive) · 5be654577f88529b · report
run_urban1k_openclip ivonajdenkoska/tulip/eval/urban1k.py official repository ran Apache-2.0 (permissive) · 287dbd8a0930623d · report
gather_features ivonajdenkoska/tulip/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · ddcbd45e940484ee · report
neighbour_exchange ivonajdenkoska/tulip/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · e332856e3c2fc814 · report
neighbour_exchange_bidir ivonajdenkoska/tulip/open_clip/loss.py official repository unverified Apache-2.0 (permissive) · 5b1fd364afcf3c05 · report
prepare_inputs_for_generation ivonajdenkoska/tulip/open_clip/coca_model.py official repository unverified Apache-2.0 (permissive) · fb651d0a97fd4d3f · report
register_pooler ivonajdenkoska/tulip/open_clip/hf_model.py official repository unverified Apache-2.0 (permissive) · 2a377da4a76a2d44 · report
run_coco ivonajdenkoska/tulip/eval/coco.py official repository unverified Apache-2.0 (permissive) · fef28a6f8d2d2a7a · report
run_dci_long_openclip ivonajdenkoska/tulip/eval/dci_long.py official repository unverified Apache-2.0 (permissive) · 4a7520e4ce7edf46 · report
run_sharegpt4v ivonajdenkoska/tulip/eval/sharegpt4v.py official repository unverified Apache-2.0 (permissive) · 365d03d6a9cc44e6 · report
run_sharegpt4v_openclip ivonajdenkoska/tulip/eval/sharegpt4v.py official repository unverified Apache-2.0 (permissive) · 388875d0199845b5 · report

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIPRelative Position Encodings

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections