PETAH: Parameter Efficient Task Adaptation for Hybrid Transformers

Abstract

Transformers have revolutionized natural language processing (NLP) and are increasingly influential in computer vision tasks. Despite their strong performance and multi-tasking capabilities, transformers' high computational demands limit their applicability in resource-constrained environments, where convolutional or hybrid models (combining convolution and attention layers) often excel, particularly in the sub-100M parameter range. While parameter-efficient task adaptation techniques have been successful in NLP, they have not been widely adopted for hybrid transformers in vision tasks. In this work, we introduce PETAH (Parameter Efficient Task Adaptation for Hybrid Transformers), a novel framework for efficiently adapting hybrid transformers to new tasks. We further combine PETAH with pruning to create high-performing and storage-efficient models suitable for multi-tasking. Our extensive evaluations on classification and other vision tasks demonstrate that PETAH-adapted hybrid models outperform established task-adaptation techniques for Vision Transformers (ViTs), requiring fewer parameters and achieving greater efficiency on mobile hardware.

Cite

Text

Augustin et al. "PETAH: Parameter Efficient Task Adaptation for Hybrid Transformers." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.

Markdown

[Augustin et al. "PETAH: Parameter Efficient Task Adaptation for Hybrid Transformers." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2025.](https://mlanthology.org/cvprw/2025/augustin2025cvprw-petah/)

BibTeX

@inproceedings{augustin2025cvprw-petah,
  title     = {{PETAH: Parameter Efficient Task Adaptation for Hybrid Transformers}},
  author    = {Augustin, Maximilian and Sarwar, Syed Shakib and Elhoushi, Mostafa and Li, Yuecheng and Zhang, Sai Qian and De Salvo, Barbara},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2025},
  pages     = {1867-1877},
  url       = {https://mlanthology.org/cvprw/2025/augustin2025cvprw-petah/}
}