paper-with-me

홈 › Papers

Do VLMs Need Vision Transformers? Evaluating State Space Models as Vision Encoders

2026-03-19 · Shang-Jui Ray Kuo, Paola Cascante-Bonilla arxiv

Large vision--language models (VLMs) often use a frozen vision backbone, whose image features are mapped into a large language model through a lightweight connector. While transformer-based encoders are the standard visual backbone, we ask whether state space model (SSM) vision backbones can be a strong alternative. We systematically evaluate SSM vision backbones for VLMs in a controlled setting. Under matched ImageNet-1K initialization, the SSM backbone achieves the strongest overall performance across both VQA and grounding/localization. We further adapt both SSM and ViT-family backbones with detection or segmentation training and find that dense-task tuning generally improves performance across families; after this adaptation, the SSM backbone remains competitive while operating at a substantially smaller model scale. We further observe that (i) higher ImageNet accuracy or larger backbones do not reliably translate into better VLM performance, and (ii) some visual backbones are unstable in localization. Based on these findings, we propose stabilization strategies that improve robustness for both backbone families and highlight SSM backbones as a strong alternative to transformer-based vision encoders in VLMs.

📄 PDF Abstract BibTeX arXiv:2603.19209

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decomposing Complex Visual Comprehension into Atomic Visual Skills for Vision Language Models

2025-05-26 · Hyunsik Chae, Seungwoo Yoon, Jaden Park, Chloe Yewon Chun 외

Recent Vision-Language Models (VLMs) have demonstrated impressive multimodal comprehension and reasoning capabilities, yet they often struggle with trivially simple visual tasks. In this work, we focus on the domain of b…

Losing Visual Needles in Image Haystacks: Vision Language Models are Easily Distracted in Short and Long Contexts

2024-06-24 · Aditya Sharma, Michael Saxon, William Yang Wang

We present LoCoVQA, a dynamic benchmark generator for evaluating long-context extractive reasoning in vision language models (VLMs). LoCoVQA augments test examples for mathematical reasoning, VQA, and character recogniti…

Mathematical ReasoningVisual Question Answering (VQA)

Evaluating Vision-Language Models as Evaluators in Path Planning

2024-11-27 · CVPR 2025 1 · Mohamed Aghzal, Xiang Yue, Erion Plaku, Ziyu Yao

Despite their promise to perform complex reasoning, large language models (LLMs) have been shown to have limited effectiveness in end-to-end planning. This has inspired an intriguing question: if these models cannot plan…

Shaking Up VLMs: Comparing Transformers and Structured State Space Models for Vision & Language Modeling

2024-09-09 · Georgios Pantazopoulos, Malvina Nikandrou, Alessandro Suglia, Oliver Lemon 외

This study explores replacing Transformers in Visual Language Models (VLMs) with Mamba, a recent structured state space model (SSM) that demonstrates promising performance in sequence modeling. We test models up to 3B pa…

Language ModelingLanguage ModellingMambaQuestion Answering+4

FaithScore: Fine-grained Evaluations of Hallucinations in Large Vision-Language Models

2023-11-02 · Liqiang Jing, Ruosen Li, Yunmo Chen, Xinya Du

We introduce FaithScore (Faithfulness to Atomic Image Facts Score), a reference-free and fine-grained evaluation metric that measures the faithfulness of the generated free-form answers from large vision-language models …

DescriptiveInstruction Following