SSDi8: Accurate and Efficient 8-bit Quantization for State Space Duality

📅 2026-08-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决SSD架构的内存和延迟问题,提出SSDi8框架,通过INT8量化、激活重用及自适应量化方法提高效率并保持精度。
📝 Abstract
Recent advances in sequence modeling have highlighted Mamba as a state space architecture offering efficient long-range dependency modeling and providing a viable alternative to Transformers. Building upon this, Mamba-2 introduces the Structured State Space Duality (SSD), which integrates recurrent and attention modes to achieve efficiency and scalability. However, this architectural expansion substantially increases memory and latency overhead, underscoring the need for efficient compression strategies tailored to SSD. In this work, we present SSDi8, the first post-training quantization framework specifically designed for SSD to maintain a persistent INT8 path. SSDi8 introduces a reformulation that decouples element-wise multiplications from matrix multiplications, enabling reuse of quantized activations across modules. Moreover, SSDi8 adaptively quantizes channel-varying activations at cost-effective points, further reducing latency. On the accuracy side, SSDi8 explicitly leverages the intrinsic dimensional decomposition of SSD, exploiting distinct outlier distributions across axes, and incorporates an error correction term based on per-channel error statistics. Comprehensive experiments demonstrate that SSDi8 achieves accuracy comparable to FP16 while delivering up to 1.4x speedup in W4A8 and W8A8 settings. We further validate its robustness in resource-constrained environments by deploying it on the Orin NX device.
Problem

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

Mamba-2
Structured State Space Duality (SSD)
memory overhead
latency overhead
compression strategy
Innovation

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

post-training quantization
INT8 path
activation reuse
adaptive quantization
error correction
💼 Related Jobs
No related jobs found.