CVJul 25, 2025

EA-ViT: Efficient Adaptation for Elastic Vision Transformer

arXiv:2507.19360v14 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses the deployment inefficiency of ViTs for resource-constrained platforms, offering a practical solution for computer vision applications, though it is incremental in optimizing existing adaptation methods.

The paper tackles the problem of deploying Vision Transformers (ViTs) under diverse resource constraints by proposing EA-ViT, an efficient adaptation framework that generates multiple model sizes from a single adaptation process, achieving competitive performance across benchmarks with reduced training overhead.

Vision Transformers (ViTs) have emerged as a foundational model in computer vision, excelling in generalization and adaptation to downstream tasks. However, deploying ViTs to support diverse resource constraints typically requires retraining multiple, size-specific ViTs, which is both time-consuming and energy-intensive. To address this issue, we propose an efficient ViT adaptation framework that enables a single adaptation process to generate multiple models of varying sizes for deployment on platforms with various resource constraints. Our approach comprises two stages. In the first stage, we enhance a pre-trained ViT with a nested elastic architecture that enables structural flexibility across MLP expansion ratio, number of attention heads, embedding dimension, and network depth. To preserve pre-trained knowledge and ensure stable adaptation, we adopt a curriculum-based training strategy that progressively increases elasticity. In the second stage, we design a lightweight router to select submodels according to computational budgets and downstream task demands. Initialized with Pareto-optimal configurations derived via a customized NSGA-II algorithm, the router is then jointly optimized with the backbone. Extensive experiments on multiple benchmarks demonstrate the effectiveness and versatility of EA-ViT. The code is available at https://github.com/zcxcf/EA-ViT.

Foundations

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

Your Notes