Papers › Long-CLIP: Unlocking the Long-Text Capability of CLIP

Long-CLIP: Unlocking the Long-Text Capability of CLIP

22 Mar 2024arXiv:2403.15378archive 2025-07-28

Beichen Zhang, Pan Zhang, Xiaoyi Dong, Yuhang Zang, Jiaqi Wang

Contrastive Language-Image Pre-training (CLIP) has been the cornerstone for zero-shot classification, text-image retrieval, and text-image generation by aligning image and text modalities. Despite its widespread adoption, a significant limitation of CLIP lies in the inadequate length of text input. The length of the text token is restricted to 77, and an empirical study shows the actual effective length is even less than 20. This prevents CLIP from handling detailed descriptions, limiting its applications for image retrieval and text-to-image generation with extensive prerequisites. To this end, we propose Long-CLIP as a plug-and-play alternative to CLIP that supports long-text input, retains or even surpasses its zero-shot generalizability, and aligns the CLIP latent space, making it readily replace CLIP without any further adaptation in downstream frameworks. Nevertheless, achieving this goal is far from straightforward, as simplistic fine-tuning can result in a significant degradation of CLIP's performance. Moreover, substituting the text encoder with a language model supporting longer contexts necessitates pretraining with vast amounts of data, incurring significant expenses. Accordingly, Long-CLIP introduces an efficient fine-tuning solution on CLIP with two novel strategies designed to maintain the original capabilities, including (1) a knowledge-preserved stretching of positional embedding and (2) a primary component matching of CLIP features. With leveraging just one million extra long text-image pairs, Long-CLIP has shown the superiority to CLIP for about 20% in long caption text-image retrieval and 6% in traditional text-image retrieval tasks, e.g., COCO and Flickr30k. Furthermore, Long-CLIP offers enhanced capabilities for generating images from detailed text descriptions by replacing CLIP in a plug-and-play manner.

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="2403.15378")

Code

Syntology Ran 5 of 15 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

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

beichenzbc/long-clip 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

15 samples harvested; 5 ran; 0 honoured the contract we drafted; 10 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
2ran · our draft was wrong
1ran · fixture could not drive it
1ran
10unverified

Licence: 0 of the 15 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 beichenzbc/long-clip. “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.

convert_to_custom_text_state_dict beichenzbc/long-clip/open_clip_long/model.py official repository ran · violated contract Apache-2.0 (permissive) · f19962ebb134b3d7 · report
get_1d_sincos_pos_embed_from_grid beichenzbc/long-clip/open_clip_long/pos_embed.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 4bdd36eab04c3f62 · report
get_cast_dtype beichenzbc/long-clip/open_clip_long/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · dcd422d66b0581d8 · report
get_input_dtype beichenzbc/long-clip/open_clip_long/model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · b476c8cfbf0f1f47 · report
load_state_dict beichenzbc/long-clip/open_clip_long/factory.py official repository ran Apache-2.0 (permissive) · 0b94bc3f6eb369a4 · report
gather_features beichenzbc/long-clip/open_clip_long/loss.py official repository unverified Apache-2.0 (permissive) · ddcbd45e940484ee · report
get_2d_sincos_pos_embed beichenzbc/long-clip/open_clip_long/pos_embed.py official repository unverified Apache-2.0 (permissive) · 9417ae492629cf06 · report
get_2d_sincos_pos_embed_from_grid beichenzbc/long-clip/open_clip_long/pos_embed.py official repository unverified Apache-2.0 (permissive) · 4fd80de79832745d · report
get_model_config beichenzbc/long-clip/open_clip_long/factory.py official repository unverified Apache-2.0 (permissive) · 5c7cf820e99443ff · report
get_tokenizer beichenzbc/long-clip/open_clip_long/factory.py official repository unverified Apache-2.0 (permissive) · 2665f49f3b92c031 · report
load_openai_model beichenzbc/long-clip/open_clip_long/openai.py official repository unverified Apache-2.0 (permissive) · 8811c5d06f3a2eaa · report
neighbour_exchange beichenzbc/long-clip/open_clip_long/loss.py official repository unverified Apache-2.0 (permissive) · e332856e3c2fc814 · report
neighbour_exchange_bidir beichenzbc/long-clip/open_clip_long/loss.py official repository unverified Apache-2.0 (permissive) · 5b1fd364afcf3c05 · report
prepare_inputs_for_generation beichenzbc/long-clip/open_clip_long/coca_model.py official repository unverified Apache-2.0 (permissive) · fb651d0a97fd4d3f · report
register_pooler beichenzbc/long-clip/open_clip_long/hf_model.py official repository unverified Apache-2.0 (permissive) · 2a377da4a76a2d44 · report

Tasks

Image GenerationImage RetrievalLanguage ModellingRetrievalText to Image GenerationText-to-Image GenerationZero-Shot Learning

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

CLIP

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