LGCLJan 30

Learnable Permutation for Structured Sparsity on Transformer Models

arXiv:2601.22980v1h-index: 10
Originality Highly original
AI Analysis

This work addresses a bottleneck in model compression for large-scale AI systems, offering an incremental improvement over existing heuristic methods.

The paper tackles the problem of improving structured sparsity pruning in Transformer models by addressing the exponential search space for weight permutation, proposing a learnable permutation framework that achieves state-of-the-art results in vision and language Transformers.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes