English

Accelerating Vision Transformers with Adaptive Patch Sizes

Computer Vision and Pattern Recognition 2026-04-24 v2 Artificial Intelligence Machine Learning

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.

Keywords

Cite

@article{arxiv.2510.18091,
  title  = {Accelerating Vision Transformers with Adaptive Patch Sizes},
  author = {Rohan Choudhury and JungEun Kim and Jinhyung Park and Eunho Yang and László A. Jeni and Kris M. Kitani},
  journal= {arXiv preprint arXiv:2510.18091},
  year   = {2026}
}

Comments

Accepted to ICLR 2026. Project page at https://rccchoudhury.github.io/apt/