paper-with-me

홈 › Papers

Layer-Adaptive State Pruning for Deep State Space Models

2024-11-05 · Minseon Gwak, Seongrok Moon, Joohwan Ko, PooGyeon Park

Due to the lack of state dimension optimization methods, deep state space models (SSMs) have sacrificed model capacity, training search space, or stability to alleviate computational costs caused by high state dimensions. In this work, we provide a structured pruning method for SSMs, Layer-Adaptive STate pruning (LAST), which reduces the state dimension of each layer in minimizing model-level output energy loss by extending modal truncation for a single system. LAST scores are evaluated using the $\mathcal{H}_{\infty}$ norms of subsystems and layer-wise energy normalization. The scores serve as global pruning criteria, enabling cross-layer comparison of states and layer-adaptive pruning. Across various sequence benchmarks, LAST optimizes previous SSMs, revealing the redundancy and compressibility of their state spaces. Notably, we demonstrate that, on average, pruning 33% of states still maintains performance with 0.52% accuracy loss in multi-input multi-output SSMs without retraining. Code is available at https://github.com/msgwak/LAST.

📄 PDF Abstract BibTeX arXiv:2411.02824

Code (1)

msgwak/last 공식 구현 jax

Tasks

State Space Models

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Towards Robust Pruning: An Adaptive Knowledge-Retention Pruning Strategy for Language Models

2023-10-19 · Jianwei Li, Qi Lei, Wei Cheng, Dongkuan Xu

The pruning objective has recently extended beyond accuracy and sparsity to robustness in language models. Despite this, existing methods struggle to enhance robustness against adversarial attacks when continually increa…

E$^3$-Pruner: Towards Efficient, Economical, and Effective Layer Pruning for Large Language Models

2025-11-21 · Tao Yuan, Haoli Bai, Yinfei Pan, Xuyang Cao 외 arxiv

With the increasing size of large language models, layer pruning has gained increased attention as a hardware-friendly approach for model compression. However, existing layer pruning methods struggle to simultaneously ad…

Knowledge DistillationModel Compression

Layer-adaptive sparsity for the Magnitude-based Pruning

2020-10-15 · ICLR 2021 1 · Jaeho Lee, Sejun Park, Sangwoo Mo, Sungsoo Ahn 외

Recent discoveries on neural network pruning reveal that, with a carefully chosen layerwise sparsity, a simple magnitude-based pruning achieves state-of-the-art tradeoff between sparsity and performance. However, without…

image-classificationImage ClassificationNetwork Pruning

Self-Adaptive Network Pruning

2019-10-20 · Jinting Chen, Zhaocheng Zhu, Cheng Li, Yuming Zhao

Deep convolutional neural networks have been proved successful on a wide range of tasks, yet they are still hindered by their large computation cost in many industrial scenarios. In this paper, we propose to reduce such …

Network Pruning

DiEP: Adaptive Mixture-of-Experts Compression through Differentiable Expert Pruning

2025-09-19 · Sikai Bai, Haoxi Li, Jie Zhang, Zicong Hong 외 arxiv

Despite the significant breakthrough of Mixture-of-Experts (MoE), the increasing scale of these MoE models presents huge memory and storage challenges. Existing MoE pruning methods, which involve reducing parameter size …