LGAIMay 30, 2022

Superposing Many Tickets into One: A Performance Booster for Sparse Neural Network Training

arXiv:2205.15322v39 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses the efficiency-performance trade-off in sparse training for machine learning practitioners, offering an incremental enhancement over existing methods.

The paper tackles the problem of improving sparse neural network training by proposing Sup-tickets, which allocates resources to create multiple low-loss subnetworks and superposes them into a stronger one, achieving consistent performance improvements across architectures on CIFAR-10/100 and ImageNet.

Recent works on sparse neural network training (sparse training) have shown that a compelling trade-off between performance and efficiency can be achieved by training intrinsically sparse neural networks from scratch. Existing sparse training methods usually strive to find the best sparse subnetwork possible in one single run, without involving any expensive dense or pre-training steps. For instance, dynamic sparse training (DST), is capable of reaching a competitive performance of dense training by iteratively evolving the sparse topology during the course of training. In this paper, we argue that it is better to allocate the limited resources to create multiple low-loss sparse subnetworks and superpose them into a stronger one, instead of allocating all resources entirely to find an individual subnetwork. To achieve this, two desiderata are required: (1) efficiently producing many low-loss subnetworks, the so-called cheap tickets, within one training process limited to the standard training time used in dense training; (2) effectively superposing these cheap tickets into one stronger subnetwork. To corroborate our conjecture, we present a novel sparse training approach, termed Sup-tickets, which can satisfy the above two desiderata concurrently in a single sparse-to-sparse training process. Across various modern architectures on CIFAR-10/100 and ImageNet, we show that Sup-tickets integrates seamlessly with the existing sparse training methods and demonstrates consistent performance improvement.

Foundations

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

Your Notes