paper-with-me

Papers

Deterministic Differentiable Structured Pruning for Large Language Models

2026-03-09 · Weiyu Huang, Pengle Zhang, Xiaolu Zhang, Jun Zhou, Jun Zhu, Jianfei Chen arxiv

Structured pruning reduces LLM inference cost by removing low-importance architectural components. This can be viewed as learning a multiplicative gate for each component under an l0 sparsity constraint. Due to the discreteness of the l0 norm, prior work typically adopts stochastic hard-concrete relaxations to enable differentiable optimization; however, this stochasticity can introduce a train--test mismatch when sampled masks are discretized for deployment and restricts masks to a bounded, near-binary range. To address this, we propose Deterministic Differentiable Pruning (DDP), a mask-only optimization method that eliminates stochasticity by directly optimizing a deterministic soft surrogate of the discrete l0 objective. Compared with prior approaches, DDP offers greater expressiveness, reduced train--test mismatch, and faster convergence. We apply our method to several dense and MoE models, including Qwen3-32B and Qwen3-30B-A3B, achieving a performance loss as small as 1% on downstream tasks while outperforming previous methods at 20% sparsity. We further demonstrate end-to-end inference speedups in realistic deployment settings with vLLM.

📄 PDF Abstract BibTeX arXiv:2603.08065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffPrune: Neural Network Pruning with Deterministic Approximate Binary Gates and $L_0$ Regularization

2020-12-07 · Yaniv Shulman

Modern neural network architectures typically have many millions of parameters and can be pruned significantly without substantial loss in effectiveness which demonstrates they are over-parameterized. The contribution of…

Image ClassificationModel SelectionNetwork PruningNeural Architecture Search

PDP: Parameter-free Differentiable Pruning is All You Need

2023-05-18 · NeurIPS 2023 11

DNN pruning is a popular way to reduce the size of a model, improve the inference latency, and minimize the power consumption on DNN accelerators. However, existing approaches might be too complex, expensive or ineffecti…

AllNatural Language Inference

SequentialAttention++ for Block Sparsification: Differentiable Pruning Meets Combinatorial Optimization

2024-02-27 · Taisuke Yasuda, Kyriakos Axiotis, Gang Fu, Mohammadhossein Bateni 외

Neural network pruning is a key technique towards engineering large yet scalable, interpretable, and generalizable models. Prior work on the subject has developed largely along two orthogonal directions: (1) differentiab…

Combinatorial OptimizationNetwork Pruning

Differentiable Joint Pruning and Quantization for Hardware Efficiency

2020-07-20 · ECCV 2020 8 · Ying Wang, Yadong Lu, Tijmen Blankevoort

We present a differentiable joint pruning and quantization (DJPQ) scheme. We frame neural network compression as a joint gradient-based optimization problem, trading off between model pruning and quantization automatical…

Neural Network CompressionQuantization

Reservoir of Importance: Learning Semi-Structured Sparsity with Differentiable Subset Sampling

2026-08-24 · Ha Dinh, Xuan Duy Ta, Khoat Than, Khac-Hoai Nam Bui arxiv

Semi-structured $N$:$M$ sparsity has emerged as a practical direction for accelerating large language models (LLMs). However, existing learnable-mask approaches incur substantial parameter and memory overhead, limiting t…