paper-with-me

Papers

The Lottery Ticket Hypothesis for Pre-trained BERT Networks

2020-07-23 · NeurIPS 2020 12 · Tianlong Chen, Jonathan Frankle, Shiyu Chang, Sijia Liu, Yang Zhang, Zhangyang Wang, Michael Carbin

In natural language processing (NLP), enormous pre-trained models like BERT have become the standard starting point for training on a range of downstream tasks, and similar trends are emerging in other areas of deep learning. In parallel, work on the lottery ticket hypothesis has shown that models for NLP and computer vision contain smaller matching subnetworks capable of training in isolation to full accuracy and transferring to other tasks. In this work, we combine these observations to assess whether such trainable, transferrable subnetworks exist in pre-trained BERT models. For a range of downstream tasks, we indeed find matching subnetworks at 40% to 90% sparsity. We find these subnetworks at (pre-trained) initialization, a deviation from prior NLP research where they emerge only after some amount of training. Subnetworks found on the masked language modeling task (the same task used to pre-train the model) transfer universally; those found on other tasks transfer in a limited fashion if at all. As large-scale pre-training becomes an increasingly central paradigm in deep learning, our results demonstrate that the main lottery ticket observations remain relevant in this context. Codes available at https://github.com/VITA-Group/BERT-Tickets.

📄 PDF Abstract BibTeX arXiv:2007.12223

Code (2)

TAMU-VITA/BERT-Tickets 공식 구현 pytorch
VITA-Group/BERT-Tickets 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMasked Language Modeling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
WordPiece 설명 없음
Residual Connection 설명 없음
Attention 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Towards Understanding Iterative Magnitude Pruning: Why Lottery Tickets Win

2021-06-13 · Jaron Maene, Mingxiao Li, Marie-Francine Moens

The lottery ticket hypothesis states that sparse subnetworks exist in randomly initialized dense networks that can be trained to the same accuracy as the dense network they reside in. However, the subsequent work has fai…

Linear Mode Connectivity

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

2021-05-25 · ACL 2021 5 · Chen Liang, Simiao Zuo, Minshuo Chen, Haoming Jiang 외

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ``lottery tickets'', and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In thi…

Model CompressionMulti-Task Learning

When BERT Plays the Lottery, All Tickets Are Winning

2020-05-01 · EMNLP 2020 11 · Sai Prasanna, Anna Rogers, Anna Rumshisky

Large Transformer-based models were shown to be reducible to a smaller number of self-attention heads and layers. We consider this phenomenon from the perspective of the lottery ticket hypothesis, using both structured a…

All

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

2018-03-09 · ICLR 2019 5 · Jonathan Frankle, Michael Carbin

Neural network pruning techniques can reduce the parameter counts of trained networks by over 90%, decreasing storage requirements and improving computational performance of inference without compromising accuracy. Howev…

Network Pruning

Finding Strong Lottery Ticket Networks with Genetic Algorithms

2024-11-07 · Philipp Altmann, Julian Schönberger, Maximilian Zorn, Thomas Gabor

According to the Strong Lottery Ticket Hypothesis, every sufficiently large neural network with randomly initialized weights contains a sub-network which - still with its random weights - already performs as well for a g…

Binary Classification