paper-with-me

Papers

CLIMP: Contrastive Language-Image Mamba Pretraining

2026-01-11 · Nimrod Shabtay, Itamar Zimerman, Eli Schwartz, Raja Giryes arxiv

Contrastive Language-Image Pre-training (CLIP) relies on Vision Transformers whose attention mechanism is susceptible to spurious correlations, and scales quadratically with resolution. To address these limitations, We present CLIMP, the first fully Mamba-based contrastive vision-language model that replaces both the vision and text encoders with Mamba. The new architecture encodes sequential structure in both vision and language, with VMamba capturing visual spatial inductive biases, reducing reliance on spurious correlations and producing an embedding space favorable for cross-modal retrieval and out-of-distribution robustness-surpassing OpenAI's CLIP-ViT-B by 7.5% on ImageNet-O. CLIMP naturally supports variable input resolutions without positional encoding interpolation or specialized training, achieving up to 6.6% higher retrieval accuracy at 16x training resolution while using 5x less memory and 1.8x fewer FLOPs. The autoregressive text encoder further overcomes CLIP's fixed context limitation, enabling dense captioning retrieval. Our findings suggest that Mamba exhibits advantageous properties for vision-language learning, making it a compelling alternative to Transformer-based CLIP.The code and models are publicly available at https://github.com/NimrodShabtay/CLIMP}

📄 PDF Abstract BibTeX arXiv:2601.06891

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalDense Captioning

Similar Papers 제목 키워드 기반

CLiMP: A Benchmark for Chinese Language Model Evaluation

2021-01-26 · EACL 2021 2 · Beilei Xiang, Changbing Yang, Yu Li, Alex Warstadt 외

Linguistically informed analyses of language models (LMs) contribute to the understanding and improvement of these models. Here, we introduce the corpus of Chinese linguistic minimal pairs (CLiMP), which can be used to i…

Language Model EvaluationLanguage ModelingLanguage Modellingmodel

CLIP-Mamba: CLIP Pretrained Mamba Models with OOD and Hessian Evaluation

2024-04-30 · Weiquan Huang, Yifei Shen, Yifan Yang

State space models and Mamba-based models have been increasingly applied across various domains, achieving state-of-the-art performance. This technical report introduces the first attempt to train a transferable Mamba mo…

MambaState Space Modelszero-shot-classificationZero-Shot Learning

Climplicit: Climatic Implicit Embeddings for Global Ecological Tasks

2025-04-07 · Johannes Dollinger, Damien Robert, Elena Plekhanova, Lukas Drees 외

Deep learning on climatic data holds potential for macroecological applications. However, its adoption remains limited among scientists outside the deep learning community due to storage, compute, and technical expertise…

Deep Learning

Separators in Enhancing Autoregressive Pretraining for Vision Mamba

2026-03-04 · Hanpeng Liu, Zidan Wang, Shuoxi Zhang, Kaiyuan Gao 외 arxiv

The state space model Mamba has recently emerged as a promising paradigm in computer vision, attracting significant attention due to its efficient processing of long sequence tasks. Mamba's inherent causal mechanism rend…

Autoregressive Pretraining with Mamba in Vision

2024-06-11 · Sucheng Ren, Xianhang Li, Haoqin Tu, Feng Wang 외

The vision community has started to build with the recently developed state space model, Mamba, as the new backbone for a range of tasks. This paper shows that Mamba's visual capability can be significantly enhanced thro…

Mamba