Pruning at Initialization (PaI) is a class of techniques that score and prune neural network parameters based solely on their initial, untrained state. Unlike traditional methods that prune after training, PaI aims to identify a sparse subnetwork—or 'winning ticket' as suggested by the Lottery Ticket Hypothesis—deemed important for learning before the costly training process begins. Common scoring metrics include gradient flow (SNIP), synaptic saliency, or weight magnitude, which estimate each connection's potential contribution to the final task.




