paper-with-me

홈 › Papers

Small Vision-Language Models: A Survey on Compact Architectures and Techniques

2025-03-09 · Nitesh Patnaik, Navdeep Nayak, Himani Bansal Agrawal, Moinak Chinmoy Khamaru, Gourav Bal, Saishree Smaranika Panda, Rishi Raj, Vishal Meena, Kartheek Vadlamani

The emergence of small vision-language models (sVLMs) marks a critical advancement in multimodal AI, enabling efficient processing of visual and textual data in resource-constrained environments. This survey offers a comprehensive exploration of sVLM development, presenting a taxonomy of architectures - transformer-based, mamba-based, and hybrid - that highlight innovations in compact design and computational efficiency. Techniques such as knowledge distillation, lightweight attention mechanisms, and modality pre-fusion are discussed as enablers of high performance with reduced resource requirements. Through an in-depth analysis of models like TinyGPT-V, MiniGPT-4, and VL-Mamba, we identify trade-offs between accuracy, efficiency, and scalability. Persistent challenges, including data biases and generalization to complex tasks, are critically examined, with proposed pathways for addressing them. By consolidating advancements in sVLMs, this work underscores their transformative potential for accessible AI, setting a foundation for future research into efficient multimodal systems.

📄 PDF Abstract BibTeX arXiv:2503.10665

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge DistillationMamba

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Survey on Efficient Vision-Language Models

2025-04-13 · Gaurav Shinde, Anuradha Ravi, Emon Dey, Shadman Sakib 외

Vision-language models (VLMs) integrate visual and textual information, enabling a wide range of applications such as image captioning and visual question answering, making them crucial for modern AI systems. However, th…

Image CaptioningQuestion AnsweringSurveyVisual Question Answering

Photometric identification of compact galaxies, stars and quasars using multiple neural networks

2022-11-15 · Siddharth Chaini, Atharva Bagul, Anish Deshpande, Rishi Gondkar 외

We present MargNet, a deep learning-based classifier for identifying stars, quasars and compact galaxies using photometric parameters and images from the Sloan Digital Sky Survey (SDSS) Data Release 16 (DR16) catalogue. …

Deep LearningFeature EngineeringSurvey

Empirical Recipes for Efficient and Compact Vision-Language Models

2026-03-17 · Jiabo Huang, Zhizhong Li, Sina Sajadmanesh, Weiming Zhuang 외 arxiv

Deploying vision-language models (VLMs) in resource-constrained settings demands low latency and high throughput, yet existing compact VLMs often fall short of the inference speedups their smaller parameter counts sugges…

Token Compression Meets Compact Vision Transformers: A Survey and Comparative Evaluation for Edge AI

2025-07-13 · Phat Nguyen, Ngai-Man Cheung

Token compression techniques have recently emerged as powerful tools for accelerating Vision Transformer (ViT) inference in computer vision. Due to the quadratic computational complexity with respect to the token sequenc…

AI Agent

A Survey of Small Language Models

2024-10-25 · Chien Van Nguyen, Xuan Shen, Ryan Aponte, Yu Xia 외

Small Language Models (SLMs) have become increasingly important due to their efficiency and performance to perform various language tasks with minimal computational resources, making them ideal for various settings inclu…

BenchmarkingModel CompressionQuantizationSurvey