Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 90% Match Research Paper Computer Vision Researchers,ML Engineers,AI Researchers working with Transformers 2 weeks ago

Accelerating Vision Transformers with Adaptive Patch Sizes

computer-vision โ€บ object-detection
๐Ÿ“„ Abstract

Abstract: 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.
Authors (6)
Rohan Choudhury
JungEun Kim
Jinhyung Park
Eunho Yang
Lรกszlรณ A. Jeni
Kris M. Kitani
Submitted
October 20, 2025
arXiv Category
cs.CV
arXiv PDF

Key Contributions

Adaptive Patch Transformers (APT) accelerate Vision Transformers (ViTs) by dynamically adjusting patch sizes based on image content, using larger patches in homogeneous regions and smaller ones in complex areas. This reduces the number of input tokens, leading to significant speedups in training and inference (up to 40-50%) without compromising downstream task performance.

Business Value

Enables faster and more cost-effective deployment of powerful Vision Transformer models, particularly for high-resolution image analysis tasks, making advanced computer vision applications more practical.