CVAug 20, 2025

GM-Skip: Metric-Guided Transformer Block Skipping for Efficient Vision-Language Models

arXiv:2508.18227v11 citationsh-index: 5
Originality Highly original
AI Analysis

This work addresses efficiency for deploying VLMs in real-time applications, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the high computational cost of Transformer-based Vision-Language Models (VLMs) in latency-sensitive applications like autonomous driving by introducing GM-Skip, a metric-guided framework for skipping Transformer blocks, which improves inference speed while maintaining performance, achieving up to 45.4% latency reduction and increasing classification accuracy from 19.1% to 87.3% on the COCO dataset.

Transformer-based Vision-Language Models (VLMs) have achieved impressive performance on tasks such as image captioning, object recognition, and visual reasoning, but their high computational cost hinders deployment in latency-sensitive applications like autonomous driving. We introduce GM-Skip, a flexible and metric-adaptive framework for Transformer block skipping that accelerates VLM inference while preserving output quality. GM-Skip features a greedy, metric-guided block selection strategy that uses metric feedback (e.g., accuracy, CIDEr) to identify redundant layers, along with a reverse-order deletion mechanism that preserves early foundational blocks to avoid performance collapse. To support diverse deployment needs, it incorporates a tunable trade-off between sparsity and performance via a score-sparsity balance objective. Experiments across multiple tasks and datasets, including COCO and CODA, show that GM-Skip consistently improves inference speed while maintaining task performance. On the COCO dataset, GM-Skip improves single-object classification accuracy on the Person category from 19.1 percent to 87.3 percent while skipping more than 40 percent of Transformer blocks. In real-world deployment, it achieves up to 45.4 percent latency reduction on single-object detection when integrated into an autonomous vehicle running Autoware.Universe, validating the effectiveness of its skip configurations and confirming its practical value in accelerating real-world inference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes