Faster Parameter-Efficient Tuning with Token Redundancy Reduction

Abstract

Parameter-efficient tuning (PET) aims to transfer pre-trained foundation models to downstream tasks by learning a small number of parameters. Compared to traditional fine-tuning, which updates the entire model, PET significantly reduces storage and transfer costs for each task regardless of exponentially increasing pre-trained model capacity. However, most PET methods inherit the inference latency of their large backbone models and often introduce additional computational overhead due to additional modules (e.g. adapters), limiting their practicality for compute-intensive applications. In this paper, we propose Faster Parameter-Efficient Tuning (FPET), a novel approach that enhances inference speed and training efficiency while maintaining high storage efficiency. Specifically, we introduce a plug-and-play token redundancy reduction module delicately designed for PET. This module refines tokens from the self-attention layer using an adapter to learn the accurate similarity between tokens and cuts off the tokens through a fully-differentiable token merging strategy, which uses a straight-through estimator for optimal token reduction. Experimental results prove that our FPET achieves faster inference and higher memory efficiency than the pre-trained backbone while keeping competitive performance on par with state-of-the-art PET methods.

Cite

Text

Kim et al. "Faster Parameter-Efficient Tuning with Token Redundancy Reduction." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.02810

Markdown

[Kim et al. "Faster Parameter-Efficient Tuning with Token Redundancy Reduction." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/kim2025cvpr-faster/) doi:10.1109/CVPR52734.2025.02810

BibTeX

@inproceedings{kim2025cvpr-faster,
  title     = {{Faster Parameter-Efficient Tuning with Token Redundancy Reduction}},
  author    = {Kim, Kwonyoung and Park, Jungin and Kim, Jin and Kwon, Hyeongjun and Sohn, Kwanghoon},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {30189-30198},
  doi       = {10.1109/CVPR52734.2025.02810},
  url       = {https://mlanthology.org/cvpr/2025/kim2025cvpr-faster/}
}