paper-with-me

홈 › Papers

LLaVA-SP: Enhancing Visual Representation with Visual Spatial Tokens for MLLMs

2025-07-01 · Haoran Lou, Chunxiao Fan, Ziyan Liu, Yuexin Wu, Xinxiang Wang

The architecture of multimodal large language models (MLLMs) commonly connects a vision encoder, often based on CLIP-ViT, to a large language model. While CLIP-ViT works well for capturing global image features, it struggles to model local relationships between adjacent patches, leading to weaker visual representation, which in turn affects the detailed understanding ability of MLLMs. To solve this, we propose LLaVA-SP, which \textbf{ only adds six spatial visual tokens} to the original visual tokens to enhance the visual representation. Our approach offers three key advantages: 1)We propose a novel Projector, which uses convolutional kernels to derive visual spatial tokens from ViT patch features, simulating two visual spatial ordering approaches: `from central region to global" and `from abstract to specific". Then, a cross-attention mechanism is applied to fuse fine-grained visual information, enriching the overall visual representation. 2) We present two model variants: LLaVA-SP-Cropping, which focuses on detail features through progressive cropping, and LLaVA-SP-Pooling, which captures global semantics through adaptive pooling, enabling the model to handle diverse visual understanding tasks. 3) Extensive experiments show that LLaVA-SP, fine-tuned with LoRA, achieves significant performance improvements across various multimodal benchmarks, outperforming the state-of-the-art LLaVA-1.5 model in multiple tasks with nearly identical inference latency. The code and models are available at \href{https://github.com/CnFaker/LLaVA-SP}{\texttt{https://github.com/CnFaker/LLaVA-SP}}.

📄 PDF Abstract BibTeX arXiv:2507.00505

Code (1)

cnfaker/llava-sp 공식 구현 pytorch

Tasks

Large Language Model

Similar Papers 제목 키워드 기반

LLaVA-VSD: Large Language-and-Vision Assistant for Visual Spatial Description

2024-08-09 · Yizhang Jin, Jian Li, Jiangning Zhang, Jianlong Hu 외

Visual Spatial Description (VSD) aims to generate texts that describe the spatial relationships between objects within images. Traditional visual spatial relationship classification (VSRC) methods typically output the sp…

DiversityInstruction FollowingLanguage ModelingLanguage Modelling+2

Top-down Activity Representation Learning for Video Question Answering

2024-09-12 · Yanan Wang, Shuichiro Haruta, Donghuo Zeng, Julio Vizcarra 외

Capturing complex hierarchical human activities, from atomic actions (e.g., picking up one present, moving to the sofa, unwrapping the present) to contextual events (e.g., celebrating Christmas) is crucial for achieving …

Question AnsweringRepresentation LearningVideo Question Answering

SpatialCLIP: Learning 3D-aware Image Representations from Spatially Discriminative Language

2025-01-01 · CVPR 2025 1 · Zehan Wang, Sashuai Zhou, Shaoxuan He, Haifeng Huang 외

Contrastive Language-Image Pre-training (CLIP) learns robust visual models through language supervision, making it a crucial visual encoding technique for various applications. However, CLIP struggles with comprehend…

Spatial Reasoning

Video-LLaVA: Learning United Visual Representation by Alignment Before Projection

2023-11-16 · Bin Lin, Yang Ye, Bin Zhu, Jiaxi Cui 외

The Large Vision-Language Model (LVLM) has enhanced the performance of various downstream tasks in visual-language understanding. Most existing approaches encode images and videos into separate feature spaces, which are …

Language ModelingLanguage ModellingLarge Language ModelMultiple-choice+6

Enhancing Visual Token Representations for Video Large Language Models via Training-Free Spatial-Temporal Pooling and Gridding

2026-05-21 · Bingjun Luo, Tony Wang, Hanqi Chen, Xinpeng Ding arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have significantly advanced video understanding tasks, yet challenges remain in efficiently compressing visual tokens while preserving spatiotemporal interactio…