paper-with-me

홈 › Papers

Revisiting the Lottery Ticket Hypothesis: A Ramanujan Graph Perspective

2021-09-29 · BITHIKA PAL, Arindam Biswas, Pabitra Mitra, BISWAJIT BASU

Neural networks often yield to weight pruning resulting in a sparse subnetwork that is adequate for a given task. Retraining these `lottery ticket' subnetworks from their initialization minimizes the computational burden while preserving the test set accuracy of the original network. Based on our knowledge, the existing literature only confirms that pruning is needed and it can be achieved up to certain sparsity. We analyze the pruned network in the context of the properties of Ramanujan expander graphs. We consider the feed-forward network (both multi-layer perceptron and convolutional network) as a series of bipartite graphs which establish the connection from input to output. Now, as the fraction of remaining weights reduce with increasingly aggressive pruning two distinct regimes are observed: initially, no significant decrease in accuracy is demonstrated, and then the accuracy starts dropping rapidly. We empirically show that in the first regime the pruned lottery ticket sub-network remains a Ramanujan graph. Subsequently, with the loss of Ramanujan graph property, accuracy begins to reduce sharply. This characterizes an absence of resilient connectivity in the pruned sub-network. We also propose a new magnitude-based pruning algorithm to preserve the above property. We perform experiments on MNIST and CIFAR10 datasets using different established feed-forward architectures and show that the winning ticket obtained from the proposed algorithm is much more robust.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Proving the Lottery Ticket Hypothesis: Pruning is All You Need

2020-02-03 · ICML 2020 1 · Eran Malach, Gilad Yehudai, Shai Shalev-Shwartz, Ohad Shamir

The lottery ticket hypothesis (Frankle and Carbin, 2018), states that a randomly-initialized network contains a small subnetwork such that, when trained in isolation, can compete with the performance of the original netw…

All

Rethinking Graph Lottery Tickets: Graph Sparsity Matters

2023-05-03 · Bo Hui, Da Yan, Xiaolong Ma, Wei-Shinn Ku

Lottery Ticket Hypothesis (LTH) claims the existence of a winning ticket (i.e., a properly pruned sub-network together with original weight initialization) that can achieve competitive performance to the original dense n…

Juvenile state hypothesis: What we can learn from lottery ticket hypothesis researches?

2021-09-08 · Di Zhang

The proposition of lottery ticket hypothesis revealed the relationship between network structure and initialization parameters and the learning potential of neural networks. The original lottery ticket hypothesis perform…

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

Considering Layerwise Importance in the Lottery Ticket Hypothesis

2023-02-22 · Benjamin Vandersmissen, Jose Oramas

The Lottery Ticket Hypothesis (LTH) showed that by iteratively training a model, removing connections with the lowest global weight magnitude and rewinding the remaining connections, sparse networks can be extracted. Thi…