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

๐Ÿ“… 2025-03-05
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the lack of efficient parameter-efficient fine-tuning (PEFT) methods for state space models (SSMs). Departing from conventional input-side prompting techniques (e.g., Prompt- or Prefix-Tuning), it proposes a novel, **state-centric PEFT paradigm** tailored to SSMsโ€™ architectural characteristics. Specifically, it introduces **State-offset Tuning**, which injects lightweight, trainable state offset modules directly into the state transition stepโ€”thereby enabling precise, low-overhead adaptation by modifying the latent state variables themselves. Extensive experiments across multiple tasks and datasets demonstrate that State-offset Tuning significantly outperforms mainstream PEFT baselines: it achieves faster convergence, reduces trainable parameters by over 99%, and matches the performance of full-parameter fine-tuning.

Technology Category

Application Category

๐Ÿ“ 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.
Problem

Research questions and friction points this paper is trying to address.

Explores Parameter-Efficient Fine-Tuning for State Space Models.
Proposes state-based methods over prompt-based for SSMs.
Introduces State-offset Tuning for effective model adaptation.
Innovation

Methods, ideas, or system contributions that make the work stand out.

State-offset Tuning for SSMs
State-based PEFT replaces prompt-based methods
Direct state adjustment enhances model adaptation
๐Ÿ”Ž Similar Papers
No similar papers found.