paper-with-me

Papers

PrunePath: Towards Highly Structured Sparse Language Models

2026-05-27 · Zhexuan Gu, Zixun Fu, Yancheng Yuan arxiv

Feed-forward networks (FFNs) dominate the parameter count and computation of modern language models, yet existing pruning methods often struggle to convert sparsity into hardware-friendly inference efficiency gains. We introduce \textbf{PrunePath}, a budget-adaptive structured sparsification framework for FFN layers. Built on MoEfication, PrunePath replaces independent expert-wise thresholding with a softmax-normalized routing distribution and activates important experts under a cumulative-mass threshold. This formulation imposes a token-level probability budget, enabling adaptive expert counts and a direct inference-time sparsity knob from a single checkpoint. Across NLU, NLG, and instruction-tuning evaluations, PrunePath achieves a favorable sparsity--performance trade-off compared with existing static pruning and MoEfication-based methods. We further implement Triton kernels for KV-cache decoding to translate the resulting structured sparsity into practical memory savings and measurable decoding-speed improvements. These results demonstrate the superior performance of PrunePath for building highly sparse, deployment-friendly large language models.

📄 PDF Abstract BibTeX arXiv:2605.28283

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ArcPro: Architectural Programs for Structured 3D Abstraction of Sparse Points

2025-03-04 · CVPR 2025 1 · Qirui Huang, Runze Zhang, KangJun Liu, Minglun Gong 외

We introduce ArcPro, a novel learning framework built on architectural programs to recover structured 3D abstractions from highly sparse and low-quality point clouds. Specifically, we design a domain-specific language (D…

Decoder

Dynamic Sparse Training with Structured Sparsity

2023-05-03 · Mike Lasby, Anna Golubeva, Utku Evci, Mihai Nica 외

Dynamic Sparse Training (DST) methods achieve state-of-the-art results in sparse neural network training, matching the generalization of dense models while enabling sparse training and inference. Although the resulting m…

CPUGPU

Structured Sparse Method for Hyperspectral Unmixing

2014-03-19 · Feiyun Zhu, Ying Wang, Shiming Xiang, Bin Fan 외

Hyperspectral Unmixing (HU) has received increasing attention in the past decades due to its ability of unveiling information latent in hyperspectral data. Unfortunately, most existing methods fail to take advantage of t…

Hyperspectral Unmixing

Flash-LLM: Enabling Cost-Effective and Highly-Efficient Large Generative Model Inference with Unstructured Sparsity

2023-09-19 · Haojun Xia, Zhen Zheng, Yuchao Li, Donglin Zhuang 외

With the fast growth of parameter size, it becomes increasingly challenging to deploy large generative models as they typically require large GPU memory consumption and massive computation. Unstructured model pruning has…

GPU

Flash PD-SSM: Memory-Optimized Structured Sparse State-Space Models

2026-05-18 · Aleksandar Terzić, Francesco Carzaniga, Nicolas Menet, Yannick Biehl 외 arxiv

State-space models (SSMs) face a fundamental trade-off between efficiency and expressivity that is mainly dictated by the structure of the model's transition matrix. Unstructured transition matrices enable maximal expres…