paper-with-me

Papers

Aligned Weight Regularizers for Pruning Pretrained Neural Networks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \emph{self-distillation} based pruning strategy, whereby the representational similarity between the pruned and unpruned versions of the same network is maximized. Unlike previous approaches that treat distillation and pruning separately, we use distillation to inform the pruning criteria, without requiring a separate student network as in knowledge distillation. We show that the proposed {\em cross-correlation objective for self-distilled pruning} implicitly encourages sparse solutions, naturally complementing magnitude-based pruning criteria. Experiments on the GLUE and XGLUE benchmarks show that self-distilled pruning increases mono- and cross-lingual language model performance. Self-distilled pruned models also outperform smaller Transformers with an equal number of parameters and are competitive against (6 times) larger distilled networks. We also observe that self-distillation (1) maximizes class separability, (2) increases the signal-to-noise ratio, and (3) converges faster after pruning steps, providing further insights into why self-distilled pruning improves generalization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Aligned Weight Regularizers for Pruning Pretrained Neural Networks

2022-04-04 · Findings (ACL) 2022 5 · James O' Neill, Sourav Dutta, Haytham Assem

While various avenues of research have been explored for iterative pruning, little is known what effect pruning has on zero-shot test performance and its potential implications on the choice of pruning criteria. This pru…

Language ModellingModel Compression

Weight Concentration Regularization for Improving Pruning Robustness Under High Sparsity

2025-11-18 · Vincent-Daniel Yun, Junhyuk Jo, Sunwoo Lee arxiv

Deep neural networks achieve outstanding performance across vision and language tasks, yet their large parameter counts limit deployment in resource-constrained settings. One-shot pruning reduces model size without retra…

Image Classification

Sieve: Multimodal Dataset Pruning Using Image Captioning Models

2023-10-03 · CVPR 2024 1 · Anas Mahmoud, Mostafa Elhoushi, Amro Abbas, Yu Yang 외

Vision-Language Models (VLMs) are pretrained on large, diverse, and noisy web-crawled datasets. This underscores the critical need for dataset pruning, as the quality of these datasets is strongly correlated with the per…

DiversityImage CaptioningLanguage ModellingSemantic Textual Similarity

Neural Network Reduction with Guided Regularizers

2023-05-29 · Ali Haisam Muhammad Rafid, Adrian Sandu

Regularization techniques such as $\mathcal{L}_1$ and $\mathcal{L}_2$ regularizers are effective in sparsifying neural networks (NNs). However, to remove a certain neuron or channel in NNs, all weight elements related to…

Training Lightweight Graph Convolutional Networks with Phase-field Models

2022-12-19 · Hichem Sahbi

In this paper, we design lightweight graph convolutional networks (GCNs) using a particular class of regularizers, dubbed as phase-field models (PFMs). PFMs exhibit a bi-phase behavior using a particular ultra-local term…