2019

What's Hidden in a Randomly Weighted Neural Network?

Ramanujan, Vivek, Wortsman, Mitchell, Kembhavi, Aniruddha et al.

Understand

Training a neural network is synonymous with learning the values of the weights.

  • By contrast, we demonstrate that randomly weighted neural networks contain subnetworks which achieve impressive performance without ever training the weight values.
  • Hidden in a randomly weighted Wide ResNet-50 we show that there is a subnetwork (with random weights) that is smaller than, but matches the performance of a ResNet-34 trained on ImageNet.
  • Not only do these "untrained subnetworks" exist, but we provide an algorithm to effectively find them.

Reading the bibliography…