English

State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space Models

Machine Learning 2025-06-10 v2

Abstract

State Space Models (SSMs) have emerged as efficient alternatives to Transformers, mitigating their quadratic computational cost. However, the application of Parameter-Efficient Fine-Tuning (PEFT) methods to SSMs remains largely unexplored. In particular, prompt-based methods like Prompt Tuning and Prefix-Tuning, which are widely used in Transformers, do not perform well on SSMs. To address this, we propose state-based methods as a superior alternative to prompt-based methods. This new family of methods naturally stems from the architectural characteristics of SSMs. State-based methods adjust state-related features directly instead of depending on external prompts. Furthermore, we introduce a novel state-based PEFT method: State-offset Tuning. At every timestep, our method directly affects the state at the current step, leading to more effective adaptation. Through extensive experiments across diverse datasets, we demonstrate the effectiveness of our method. Code is available at https://github.com/furiosa-ai/ssm-state-tuning.

Keywords

Cite

@article{arxiv.2503.03499,
  title  = {State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space Models},
  author = {Wonjun Kang and Kevin Galim and Yuchen Zeng and Minjae Lee and Hyung Il Koo and Nam Ik Cho},
  journal= {arXiv preprint arXiv:2503.03499},
  year   = {2025}
}

Comments

Accepted at ACL 2025 Main

R2 v1 2026-06-28T22:07:48.750Z