Enhanced Structured State Space Models via Grouped FIR Filtering and Attention Sink Mechanisms
Tian Meng, Yang Tao, Wuliang Yin

TL;DR
This paper introduces GFSSM, an improved Structured State Space Model that uses grouped FIR filtering and attention sink mechanisms to enhance training stability and performance in sequence modeling tasks.
Contribution
The paper proposes GFSSM, combining grouped FIR filtering and attention sink mechanisms to address training challenges and improve SSM performance.
Findings
Enhanced training stability over long sequences
Improved sequence modeling performance
Bridging SSMs and Transformer architectures
Abstract
Structured State Space Models (SSMs) have emerged as compelling alternatives to Transformer architectures, offering linear-time complexity and superior performance in various sequence modeling tasks. Despite their advantages, SSMs like the original Mamba-2 face training difficulties due to the sensitivities introduced by the extended series of recurrent matrix multiplications. In this paper, we propose an advanced architecture that mitigates these challenges by decomposing A-multiplications into multiple groups and optimizing positional encoding through Grouped Finite Impulse Response (FIR) filtering. This new structure, denoted as Grouped FIR-enhanced SSM (GFSSM), employs semiseparable matrices for efficient computation. Furthermore, inspired by the "attention sink" phenomenon identified in streaming language models, we incorporate a similar mechanism to enhance the stability and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsLinear Layer · Residual Connection · Multi-Head Attention · Attention Is All You Need · Position-Wise Feed-Forward Layer · Adam · Byte Pair Encoding · Softmax · Absolute Position Encodings · Dense Connections
