Adapters Strike Back
Jan-Martin O. Steitz, Stefan Roth
TL;DR
Adapters can powerfully adapt vision transformers with minimal parameter overhead, but prior results were inconsistent due to implementation choices. This work systematically analyzes adapter positions, inner structure, initializations, and data normalization, introducing Adapter+ with a learnable channel-wise scaling and Post-Adapter placement. Adapter+ achieves state-of-the-art VTAB performance (77.6% avg) without per-task hyperparameter optimization and reaches 90.7% on FGVC with a small parameter budget, outperforming more complex methods. The findings offer practical guidance for robust, scalable transfer learning of ViTs across diverse visual tasks and pretraining regimes.
Abstract
Adapters provide an efficient and lightweight mechanism for adapting trained transformer models to a variety of different tasks. However, they have often been found to be outperformed by other adaptation mechanisms, including low-rank adaptation. In this paper, we provide an in-depth study of adapters, their internal structure, as well as various implementation choices. We uncover pitfalls for using adapters and suggest a concrete, improved adapter architecture, called Adapter+, that not only outperforms previous adapter implementations but surpasses a number of other, more complex adaptation mechanisms in several challenging settings. Despite this, our suggested adapter is highly robust and, unlike previous work, requires little to no manual intervention when addressing a novel scenario. Adapter+ reaches state-of-the-art average accuracy on the VTAB benchmark, even without a per-task hyperparameter optimization.
