Papers › LongProLIP: A Probabilistic Vision-Language Model with Long Context Text

LongProLIP: A Probabilistic Vision-Language Model with Long Context Text

11 Mar 2025arXiv:2503.08048archive 2025-07-28

Sanghyuk Chun, Sangdoo Yun

Recently, Probabilistic Language-Image Pre-Training (ProLIP) has been proposed to tackle the multiplicity issue of vision-language (VL) tasks. Despite their success in probabilistic representation learning at a scale, the ProLIP models cannot handle long context texts longer than 64 context length, which limits their ability to capture rich contextual information from longer text sequences. To address this issue, this paper proposes a fine-tuning strategy for ProLIP to accept longer texts, e.g., 256 text tokens. Experimental results on Urban-1k and the DataComp evaluation suite show that the proposed LongProLIP recipe can improve understanding of long contexts while minimizing the negative effect of fine-tuning.We also observe a trade-off between the long context understanding (measured by Urban-1k) and general zero-shot capability (measured by evaluation datasets by DataComp). Code is available at https://github.com/naver-ai/prolip

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

Code

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

By repository: official repository: 11 samples from 1 repository, 3 ran; 5 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naver-ai/prolip officialmentioned in papermentioned on GitHubpytorch 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

16 samples harvested; 7 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.

5ran · our draft was wrong
1ran · fixture could not drive it
1ran
9unverified

Licence: 16 of the 16 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 naver-ai/prolip. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

ResidualAttentionBlock naver-ai/prolip/src/prolip/model.py official repository ran · metamorphic tier: invariant fingerprinted licence not identified · pointer only · 022a5391f0e240ca · report
get_model_preprocess_cfg naver-ai/prolip/src/prolip/model.py official repository ran · our draft was wrong licence not identified · pointer only · 4ea5dcdf3bdde1b0 · report
text_global_pool naver-ai/prolip/src/prolip/model.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · b0071d319dff7f45 · report
ProLIP naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 20ab228b3362392c · report
ProLIPTextCfg naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 088887788aa71e94 · report
ProLIPVisionCfg naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 56e68dadc6499c62 · report
TextTransformer naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · bdb64edca7f927cb · report
Transformer naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 5918de7404e9237b · report
VisionTransformer naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 84aa74aff57a00bc · report
_build_text_tower naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · c6232c0ea06aba61 · report
_build_vision_tower naver-ai/prolip/src/prolip/model.py official repository unverified licence not identified · pointer only · 6631a3008026f80f · report
get_cast_dtype identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · dcd422d66b0581d8 · report
get_input_dtype identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 4d038cd90610dfa0 · report
get_input_dtype identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · b476c8cfbf0f1f47 · report
get_model_preprocess_cfg identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · feaac0348de86b5a · report
get_cast_dtype identical code first harvested elsewhere unverified licence of this copy not recorded · 0529ec3d12d83d1c · report

Tasks

Language ModelingLanguage ModellingLong-Context UnderstandingRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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