Official Comment by Authors (1/2)
We thank the reviewer for their constructive and detailed feedback.
We find that addressing the identified weaknesses is essential for improving readability and providing a more convincing evaluation.
We have addressed all the concerns raised and uploaded a revised manuscript of the paper accordingly.
We hope the reviewer will carefully consider our feedback and reconsider our work.
## Weakness 1: Not enough research novelty
> *Compared with original LRR, the change is relatively trivial with not enough research novelty.*
We would like to highlight that the primary contribution of our paper lies not in the proposed techniques but in our observation that **any randomly initialized network** can inherit the generalization potential (generalization capability after training) of the LRR-driven subnetwork through its signed mask and normalization layer parameters.
However, the reliance on normalization layer parameters presents a hurdle in finding a winning ticket.
Motivated by the importance of maintaining the basin of attraction of an effective subnetwork to find a winning ticket, we propose a simple yet effective approach that prevents a high error barrier along the linear path connecting the subnetwork trained by AWS (our method) to its counterpart with initialized normalization parameters.
As a result, we demonstrate that, in relatively large-scale settings compared to those of existing works, AWS successfully identifies an effective signed mask that transfers the generalization potential of the AWS-driven subnetwork when applied to **any randomly initialized network**.
Compared to recent works either constrained to ad-hoc initialization and small-scale settings or attempting to find a winning ticket in a trained network rather than an initialized one, we believe our work makes significant contributions and will offer valuable insights into the field of the Lottery Ticket Hypothesis.
## Weakness 2: More larger datasets, models, and sparsity ratio
To further validate our method's generalization in larger-scale settings, we provide the experimental results on ImageNet with ResNet-50 in Table 1 of the revised manuscript.
Also, we present results on various sparsity levels in Table 2.
Similarly to the results on MobileNetV2 and MLP-Mixer, we observe that our claim still holds in such a large-scale setting.
We would like to emphasize that iterative magnitude pruning [1], an earlier proposed method, is limited to small-scale settings, such as MNIST with LeNet or CIFAR with 6-layer CNN.
The follow-up methods, including weight rewinding [2] or learning rate rewinding [3], rely on rewinding to trained weights rather than initialization.
Thus, finding a winning ticket in relatively large-scale settings remains an open problem.
In this context, we argue that the success of our method with ResNet-50, MobileNetv2, ShuffleNet, EfficientNet, and MLP-Mixer on CIFAR-100, Tiny-ImageNet, and ImageNet datasets extends the lottery ticket hypothesis to relatively larger scales and represents one step forward toward achieving the goal of the lottery ticket hypothesis.
## Weakness 3: Training configurations
To achieve full convergence, we increased the number of training epochs (from 120 to 300 for the ImageNet experiments and from 100 to 150 for both CIFAR-100 and Tiny-ImageNet experiments).
For the CIFAR-100 and Tiny-ImageNet experiments, we did not observe meaningful changes, but for the ImageNet experiments, we achieved approximately 70% and 60% test accuracy for MobileNetV2 and MLP-Mixer before pruning, respectively, and confirmed that the network had fully converged.
Using this setup, we reproduced the results in Table 1 and confirmed that the same trends hold true.
We have revised the results accordingly in Table 1 of the revised manuscript.
We believe this revision will make our evaluation more convincing. Thank you for pointing out that.
[1] Frankle etal, ‘The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks’, in ICLR2019.
[2] Frankle etal, ‘Linear Mode Connectivity and the Lottery Ticket Hypothesis’, in ICML2020.
[3] Renda etal, ‘Comparing Rewinding and Fine-tuning in Neural Network Pruning’, in ICLR2020.