paper-with-me

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 pruning setup is particularly important for cross-lingual models that implicitly learn alignment between language representations during pretraining, which if distorted via pruning, not only leads to poorer performance on language data used for retraining but also on zero-shot languages that are evaluated. In this work, we show that there is a clear performance discrepancy in magnitude-based pruning when comparing standard supervised learning to the zero-shot setting. From this finding, we propose two weight regularizers that aim to maximize the alignment between units of pruned and unpruned networks to mitigate alignment distortion in pruned cross-lingual models and perform well for both non zero-shot and zero-shot settings. We provide experimental results on cross-lingual tasks for the zero-shot setting using XLM-RoBERTa$_{\mathrm{Base}}$, where we also find that pruning has varying degrees of representational degradation depending on the language corresponding to the zero-shot test set. This is also the first study that focuses on cross-lingual language model compression.

📄 PDF Abstract BibTeX arXiv:2204.01385

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
NON 설명 없음

Similar 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 simila…

Knowledge DistillationLanguage ModelingLanguage Modelling

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…