paper-with-me

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 processing high-resolution visual inputs. While recent architectures such as FastVLM improve efficiency through optimized vision encoders, existing pipelines still rely on static visual preprocessing, leading to redundant computation for visually simple inputs. In this work, we propose an adaptive visual preprocessing method that dynamically adjusts input resolution and spatial coverage based on image content characteristics. The proposed approach combines content-aware image analysis, adaptive resolution selection, and content-aware cropping to reduce visual redundancy prior to vision encoding. Importantly, the method is integrated with FastVLM without modifying its architecture or requiring retraining. We evaluate the proposed method on a subset of the DocVQA dataset in an inference-only setting, focusing on efficiency-oriented metrics. Experimental results show that adaptive preprocessing reduces per-image inference time by over 50\%, lowers mean full generation time, and achieves a consistent reduction of more than 55\% in visual token count compared to the baseline pipeline. These findings demonstrate that input-aware preprocessing is an effective and lightweight strategy for improving deployment-oriented efficiency of vision-language models. To facilitate reproducibility, our implementation is provided as a fork of the FastVLM repository, incorporating the files for the proposed method, and is available at https://github.com/kmdavidds/mlfastlm.

📄 PDF Abstract BibTeX arXiv:2512.20839

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

Preemptive Hallucination Reduction: An Input-Level Approach for Multimodal Language Model

2025-05-29 · Nokimul Hasan Arif, Shadman Rabby, Md Hefzul Hossain Papon, Sabbir Ahmed

Visual hallucinations in Large Language Models (LLMs), where the model generates responses that are inconsistent with the visual input, pose a significant challenge to their reliability, particularly in contexts where pr…

HallucinationLanguage ModelingLanguage ModellingMultimodal Reasoning+1

Reveal of Vision Transformers Robustness against Adversarial Attacks

2021-06-07 · Ahmed Aldahdooh, Wassim Hamidouche, Olivier Deforges

The major part of the vanilla vision transformer (ViT) is the attention block that brings the power of mimicking the global context of the input image. For better performance, ViT needs large-scale training data. To over…

Image Classification

Accelerating Vision Transformers with Adaptive Patch Sizes

2025-10-20 · Rohan Choudhury, JungEun Kim, Jinhyung Park, Eunho Yang 외 arxiv

Vision Transformers (ViTs) partition input images into uniformly sized patches regardless of their content, resulting in long input sequence lengths for high-resolution images. We present Adaptive Patch Transformers (APT…

Semantic SegmentationObject Detection

Steering Away from Harm: An Adaptive Approach to Defending Vision Language Model Against Jailbreaks

2024-11-23 · CVPR 2025 1 · Han Wang, Gang Wang, huan zhang

Vision Language Models (VLMs) can produce unintended and harmful content when exposed to adversarial attacks, particularly because their vision capabilities create new vulnerabilities. Existing defenses, such as input pr…

Language ModelingLanguage Modelling

SpecVLM: Fast Speculative Decoding in Vision-Language Models

2025-09-15 · Haiduo Huang, Fuwei Yang, Zhenhua Liu, Xuanwu Yin 외 arxiv

Speculative decoding is a powerful way to accelerate autoregressive large language models (LLMs), but directly porting it to vision-language models (VLMs) faces unique systems constraints: the prefill stage is dominated …