English

Learnable Permutation for Structured Sparsity on Transformer Models

Machine Learning 2026-02-02 v1 Computation and Language

Abstract

Structured sparsity has emerged as a popular model pruning technique, widely adopted in various architectures, including CNNs, Transformer models, and especially large language models (LLMs) in recent years. A promising direction to further improve post-pruning performance is weight permutation, which reorders model weights into patterns more amenable to pruning. However, the exponential growth of the permutation search space with the scale of Transformer architectures forces most methods to rely on greedy or heuristic algorithms, limiting the effectiveness of reordering. In this work, we propose a novel end-to-end learnable permutation framework. Our method introduces a learnable permutation cost matrix to quantify the cost of swapping any two input channels of a given weight matrix, a differentiable bipartite matching solver to obtain the optimal binary permutation matrix given a cost matrix, and a sparsity optimization loss function to directly optimize the permutation operator. We extensively validate our approach on vision and language Transformers, demonstrating that our method achieves state-of-the-art permutation results for structured sparsity.

Keywords

Cite

@article{arxiv.2601.22980,
  title  = {Learnable Permutation for Structured Sparsity on Transformer Models},
  author = {Zekai Li and Ji Liu and Guanchen Li and Yixing Xu and Ziqiong Liu and Xuanwu Yin and Dong Li and Emad Barsoum},
  journal= {arXiv preprint arXiv:2601.22980},
  year   = {2026}
}
R2 v1 2026-07-01T09:27:47.577Z