paper-with-me

홈 › Papers

RAViT: Resolution-Adaptive Vision Transformer

2026-02-27 · Martial Guidez, Stefan Duffner, Christophe Garcia arxiv

Vision transformers have recently made a breakthrough in computer vision showing excellent performance in terms of precision for numerous applications. However, their computational cost is very high compared to alternative approaches such as Convolutional Neural Networks. To address this problem, we propose a novel framework for image classification called RAViT based on a multi-branch network that operates on several copies of the same image with different resolutions to reduce the computational cost while preserving the overall accuracy. Furthermore, our framework includes an early exit mechanism that makes our model adaptive and allows to choose the appropriate trade-off between accuracy and computational cost at run-time. For example in a two-branch architecture, the original image is first resized to reduce its resolution, then a prediction is performed on it using a first transformer and the resulting prediction is reused together with the original-size image to perform a final prediction on a second transformer with less computation than a classical Vision transformer architecture. The early-exit process allows the model to make a final prediction at intermediate branches, saving even more computation. We evaluated our approach on CIFAR-10, Tiny ImageNet, and ImageNet. We obtained an equivalent accuracy to the classical Vision transformer model with only around 70% of FLOPs.

📄 PDF Abstract BibTeX arXiv:2602.24159

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Results from the Paper

RankTaskDatasetModelMetrics
#267 Image Classification CIFAR-10 RAViT Percentage correct: 70

Similar Papers 제목 키워드 기반

Vision Transformer for Transient Noise Classification

2025-10-06 · Divyansh Srivastava, Andrzej Niedzielski arxiv

Transient noise (glitches) in LIGO data hinders the detection of gravitational waves (GW). The Gravity Spy project has categorized these noise events into various classes. With the O3 run, there is the inclusion of two a…

RaViTT: Random Vision Transformer Tokens

2023-06-19 · Felipe A. Quezada, Carlos F. Navarro, Cristian Muñoz, Manuel Zamorano 외

Vision Transformers (ViTs) have successfully been applied to image classification problems where large annotated datasets are available. On the other hand, when fewer annotations are available, such as in biomedical appl…

Image Augmentationimage-classificationImage Classification

GraViT: Transfer Learning with Vision Transformers and MLP-Mixer for Strong Gravitational Lens Discovery

2025-08-29 · René Parlange, Juan C. Cuevas-Tello, Octavio Valenzuela, Omar de J. Cabrera-Rosas 외 arxiv

Gravitational lensing offers a powerful probe into the properties of dark matter and is crucial to infer cosmological parameters. The Legacy Survey of Space and Time (LSST) is predicted to find O(10^5) gravitational lens…

Transfer Learning

A Gravity-informed Spatiotemporal Transformer for Human Activity Intensity Prediction

2025-06-16 · Yi Wang, Zhenghong Wang, Fan Zhang, Chengling Tang 외

Human activity intensity prediction is a crucial to many location-based services. Although tremendous progress has been made to model dynamic spatiotemporal patterns of human activity, most existing methods, including sp…

MaxSR: Image Super-Resolution Using Improved MaxViT

2023-07-14 · Bincheng Yang, Gangshan Wu

While transformer models have been demonstrated to be effective for natural language processing tasks and high-level vision tasks, only a few attempts have been made to use powerful transformer models for single image su…

Image Super-ResolutionSuper-Resolution