Find A Winning Sign: Sign Is All We Need to Win the Lottery
Junghun Oh, Sungyong Baik, Kyoung Mu Lee
TL;DR
The paper addresses the challenge of finding winning tickets that generalize from random initializations by highlighting the critical role of parameter signs and normalization layers. It introduces AWS, a sign-based variant of learning rate rewinding that interpolates normalization parameters during training to keep the sparse subnet in the basin of attraction, yielding a transferable signed mask $s_T^{AWS}$. Empirical results across CIFAR-100, Tiny-ImageNet, and ImageNet with various architectures show that random networks masked with $s_T^{AWS}$ can reach performance close to dense networks after training, and exhibit strong SGD stability and linear mode connectivity to the AWS solution. This work advances toward true LTH by enabling generalization transfer from a signed mask to arbitrary random initializations, with implications for robust, initialization-agnostic pruning and transfer learning.
Abstract
The Lottery Ticket Hypothesis (LTH) posits the existence of a sparse subnetwork (a.k.a. winning ticket) that can generalize comparably to its over-parameterized counterpart when trained from scratch. The common approach to finding a winning ticket is to preserve the original strong generalization through Iterative Pruning (IP) and transfer information useful for achieving the learned generalization by applying the resulting sparse mask to an untrained network. However, existing IP methods still struggle to generalize their observations beyond ad-hoc initialization and small-scale architectures or datasets, or they bypass these challenges by applying their mask to trained weights instead of initialized ones. In this paper, we demonstrate that the parameter sign configuration plays a crucial role in conveying useful information for generalization to any randomly initialized network. Through linear mode connectivity analysis, we observe that a sparse network trained by an existing IP method can retain its basin of attraction if its parameter signs and normalization layer parameters are preserved. To take a step closer to finding a winning ticket, we alleviate the reliance on normalization layer parameters by preventing high error barriers along the linear path between the sparse network trained by our method and its counterpart with initialized normalization layer parameters. Interestingly, across various architectures and datasets, we observe that any randomly initialized network can be optimized to exhibit low error barriers along the linear path to the sparse network trained by our method by inheriting its sparsity and parameter sign information, potentially achieving performance comparable to the original. The code is available at https://github.com/JungHunOh/AWS\_ICLR2025.git
