CVAILGOct 20, 2025

Accelerating Vision Transformers with Adaptive Patch Sizes

arXiv:2510.18091v18 citationsh-index: 5
Originality Highly original
AI Analysis

This addresses a computational bottleneck for researchers and practitioners using ViTs in high-resolution vision tasks, offering a significant speedup with minimal performance loss.

The paper tackles the inefficiency of Vision Transformers (ViTs) due to uniform patch sizes by introducing Adaptive Patch Transformers (APT), which uses multiple patch sizes per image to reduce input tokens, resulting in a 40-50% throughput increase on large ViT models while maintaining performance.

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), which addresses this by using multiple different patch sizes within the same image. APT reduces the total number of input tokens by allocating larger patch sizes in more homogeneous areas and smaller patches in more complex ones. APT achieves a drastic speedup in ViT inference and training, increasing throughput by 40% on ViT-L and 50% on ViT-H while maintaining downstream performance, and can be applied to a previously fine-tuned ViT, converging in as little as 1 epoch. It also significantly reduces training and inference time without loss of performance in high-resolution dense visual tasks, achieving up to 30\% faster training and inference in visual QA, object detection, and semantic segmentation.

Foundations

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

Your Notes