paper-with-me

Papers

Structured Pattern Pruning Using Regularization

2021-09-18 · Dongjun Park, Geung-Hee Lee

Iterative Magnitude Pruning (IMP) is a network pruning method that repeats the process of removing weights with the least magnitudes and retraining the model. When visualizing the weight matrices of language models pruned by IMP, previous research has shown that a structured pattern emerges, wherein the resulting surviving weights tend to prominently cluster in a select few rows and columns of the matrix. Though the need for further research in utilizing these structured patterns for potential performance gains has previously been indicated, it has yet to be thoroughly studied. We propose SPUR (Structured Pattern pruning Using Regularization), a novel pruning mechanism that preemptively induces structured patterns in compression by adding a regularization term to the objective function in the IMP. Our results show that SPUR can significantly preserve model performance under high sparsity settings regardless of the language or the task. Our contributions are as follows: (i) We propose SPUR, a network pruning mechanism that improves upon IMP regardless of the language or the task. (ii) We are the first to empirically verify the efficacy of "structured patterns" observed previously in pruning research. (iii) SPUR is a resource-efficient mechanism in that it does not require significant additional computations.

📄 PDF Abstract BibTeX arXiv:2109.08814

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

LEAP: Learnable Pruning for Transformer-based Models

2021-05-30 · Zhewei Yao, Xiaoxia Wu, Linjian Ma, Sheng Shen 외

Pruning is an effective method to reduce the memory footprint and computational cost associated with large natural language processing models. However, current pruning algorithms either only focus on one pruning category…

QQP

Algorithm to Compilation Co-design: An Integrated View of Neural Network Sparsity

2021-06-16 · Fu-Ming Guo, Austin Huang

Reducing computation cost, inference latency, and memory footprint of neural networks are frequently cited as research motivations for pruning and sparsity. However, operationalizing those benefits and understanding the …

CPULanguage Modelling

Feature Flow Regularization: Improving Structured Sparsity in Deep Neural Networks

2021-06-05 · Yue Wu, Yuan Lan, Luchan Zhang, Yang Xiang

Pruning is a model compression method that removes redundant parameters in deep neural networks (DNNs) while maintaining accuracy. Most available filter pruning methods require complex treatments such as iterative prunin…

Model Compression

A Unified DNN Weight Compression Framework Using Reweighted Optimization Methods

2020-04-12 · Tianyun Zhang, Xiaolong Ma, Zheng Zhan, Shanglin Zhou 외

To address the large model size and intensive computation requirement of deep neural networks (DNNs), weight pruning techniques have been proposed and generally fall into two categories, i.e., static regularization-based…

Neural Pruning via Growing Regularization

2020-12-16 · ICLR 2021 1 · Huan Wang, Can Qin, Yulun Zhang, Yun Fu

Regularization has long been utilized to learn sparsity in deep neural network pruning. However, its role is mainly explored in the small penalty strength regime. In this work, we extend its application to a new scenario…

L2 RegularizationModel CompressionNetwork Pruning