LGAICVFeb 19, 2021

Lottery Ticket Preserves Weight Correlation: Is It Desirable or Not?

arXiv:2102.11068v234 citations
AI Analysis

This work addresses limitations in deep model compression for researchers and practitioners, offering an incremental improvement over existing pruning methods.

The paper investigates the Lottery Ticket Hypothesis and finds that winning tickets occur due to weight correlation when learning rates are low, indicating insufficient pretraining, and proposes a pruning & fine-tuning method that outperforms lottery ticket training across models and datasets.

In deep model compression, the recent finding "Lottery Ticket Hypothesis" (LTH) (Frankle & Carbin, 2018) pointed out that there could exist a winning ticket (i.e., a properly pruned sub-network together with original weight initialization) that can achieve competitive performance than the original dense network. However, it is not easy to observe such winning property in many scenarios, where for example, a relatively large learning rate is used even if it benefits training the original dense model. In this work, we investigate the underlying condition and rationale behind the winning property, and find that the underlying reason is largely attributed to the correlation between initialized weights and final-trained weights when the learning rate is not sufficiently large. Thus, the existence of winning property is correlated with an insufficient DNN pretraining, and is unlikely to occur for a well-trained DNN. To overcome this limitation, we propose the "pruning & fine-tuning" method that consistently outperforms lottery ticket sparse training under the same pruning algorithm and the same total training epochs. Extensive experiments over multiple deep models (VGG, ResNet, MobileNet-v2) on different datasets have been conducted to justify our proposals.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes