paper-with-me

Papers

FastVLM: Efficient Vision Encoding for Vision Language Models

2024-12-17 · CVPR 2025 1 · Pavan Kumar Anasosalu Vasu, Fartash Faghri, Chun-Liang Li, Cem Koc, Nate True, Albert Antony, Gokul Santhanam, James Gabriel, Peter Grasch, Oncel Tuzel, Hadi Pouransari

Scaling the input image resolution is essential for enhancing the performance of Vision Language Models (VLMs), particularly in text-rich image understanding tasks. However, popular visual encoders such as ViTs become inefficient at high resolutions due to the large number of tokens and high encoding latency caused by stacked self-attention layers. At different operational resolutions, the vision encoder of a VLM can be optimized along two axes: reducing encoding latency and minimizing the number of visual tokens passed to the LLM, thereby lowering overall latency. Based on a comprehensive efficiency analysis of the interplay between image resolution, vision latency, token count, and LLM size, we introduce FastVLM, a model that achieves an optimized trade-off between latency, model size and accuracy. FastVLM incorporates FastViTHD, a novel hybrid vision encoder designed to output fewer tokens and significantly reduce encoding time for high-resolution images. Unlike previous methods, FastVLM achieves the optimal balance between visual token count and image resolution solely by scaling the input image, eliminating the need for additional token pruning and simplifying the model design. In the LLaVA-1.5 setup, FastVLM achieves 3.2$\times$ improvement in time-to-first-token (TTFT) while maintaining similar performance on VLM benchmarks compared to prior works. Compared to LLaVa-OneVision at the highest resolution (1152$\times$1152), FastVLM achieves better performance on key benchmarks like SeedBench, MMMU and DocVQA, using the same 0.5B LLM, but with 85$\times$ faster TTFT and a vision encoder that is 3.4$\times$ smaller. Code and models are available at https://github.com/apple/ml-fastvlm.

📄 PDF Abstract BibTeX arXiv:2412.13303

Code (1)

apple/ml-fastvlm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Input-Adaptive Visual Preprocessing for Efficient Fast Vision-Language Model Inference

2025-12-23 · Putu Indah Githa Cahyani, Komang David Dananjaya Suartana, Novanto Yudistira arxiv

Vision-Language Models (VLMs) have demonstrated strong performance on multimodal reasoning tasks, but their deployment remains challenging due to high inference latency and computational cost, particularly when processin…

Multimodal Reasoning

FastVLM: Self-Speculative Decoding for Fast Vision-Language Model Inference

2025-10-26 · Divya Jyoti Bajpai, Manjesh Kumar Hanawal arxiv

Vision-language Models (VLMs) have made significant strides in visual understanding and query response generation, but often face challenges of high computational cost and inference latency due to autoregressive decoding…

Response Generation

Breaking the weakest link to evade vision language models

2026-08-19 · Ilan Zini, Boussad Addad, Katarzyna Kapusta arxiv

Vision Language Models (VLMs) have recently emerged as a critical component of multimodal AI systems, enabling joint reasoning over visual and textual inputs in real-world and safety-critical applications. Despite their …

Brain encoding models based on multimodal transformers can transfer across language and vision

2023-05-20 · NeurIPS 2023 11

Encoding models have been used to assess how the human brain represents concepts in language and vision. While language and vision rely on similar concept representations, current encoding models are typically trained an…

Parabolic Position Encoding: Vision-Centric, Principled, Extrapolatable, General

2026-02-01 · Christoffer Koo Øhrstrøm, Rafael I. Cabral Muchacho, Yifei Dong, Filippos Moumtzidellis 외 arxiv

We propose Parabolic Position Encoding (PaPE), a parabola-based position encoding for vision modalities in attention-based architectures. Given a set of vision tokens-such as from videos, event camera streams, images, or…

Point Clouds