paper-with-me

Papers

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 model utilizing contrastive language-image pretraining (CLIP). We have trained Mamba models of varying sizes and undertaken comprehensive evaluations of these models on 26 zero-shot classification datasets and 16 out-of-distribution (OOD) datasets. Our findings reveal that a Mamba model with 67 million parameters is on par with a 307 million-parameter Vision Transformer (ViT) model in zero-shot classification tasks, highlighting the parameter efficiency of Mamba models. In tests of OOD generalization, Mamba-based models exhibit exceptional performance in conditions of OOD image contrast or when subjected to high-pass filtering. However, a Hessian analysis indicates that Mamba models feature a sharper and more non-convex landscape compared to ViT-based models, making them more challenging to train. The source code is available at https://github.com/raytrun/mamba-clip.

📄 PDF Abstract BibTeX arXiv:2404.19394

Code (1)

raytrun/mamba-clip 공식 구현 pytorch

Tasks

MambaState Space Modelszero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar 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 p…

Cross-Modal RetrievalDense Captioning

MambaPro: Multi-Modal Object Re-Identification with Mamba Aggregation and Synergistic Prompt

2024-12-14 · Yuhao Wang, Xuehu Liu, Tianyu Yan, Yang Liu 외

Multi-modal object Re-IDentification (ReID) aims to retrieve specific objects by utilizing complementary image information from different modalities. Recently, large-scale pre-trained models like CLIP have demonstrated i…

MambaObject

MUSE: Mamba is Efficient Multi-scale Learner for Text-video Retrieval

2024-08-20 · Haoran Tang, Meng Cao, Jinfa Huang, Ruyang Liu 외

Text-Video Retrieval (TVR) aims to align and associate relevant video content with corresponding natural language queries. Most existing TVR methods are based on large-scale pre-trained vision-language models (e.g., CLIP…

MambaNatural Language QueriesRetrievalVideo Retrieval

Spatial-Temporal Graph Mamba for Music-Guided Dance Video Synthesis

2025-07-09 · Hao Tang, Ling Shao, Zhenyu Zhang, Luc Van Gool 외 arxiv

We propose a novel spatial-temporal graph Mamba (STG-Mamba) for the music-guided dance video synthesis task, i.e., to translate the input music to a dance video. STG-Mamba consists of two translation mappings: music-to-s…

M$^3$amba: CLIP-driven Mamba Model for Multi-modal Remote Sensing Classification

2025-03-09 · Mingxiang Cao, Weiying Xie, Xin Zhang, Jiaqing Zhang 외

Multi-modal fusion holds great promise for integrating information from different modalities. However, due to a lack of consideration for modal consistency, existing multi-modal fusion methods in the field of remote sens…

Computational EfficiencyHyperspectral Image Classificationimage-classificationImage Classification+1