English

What's Hidden in a Randomly Weighted Neural Network?

Computer Vision and Pattern Recognition 2020-04-01 v2 Machine Learning

Abstract

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. We empirically show that as randomly weighted neural networks with fixed weights grow wider and deeper, an "untrained subnetwork" approaches a network with learned weights in accuracy. Our code and pretrained models are available at https://github.com/allenai/hidden-networks.

Keywords

Cite

@article{arxiv.1911.13299,
  title  = {What's Hidden in a Randomly Weighted Neural Network?},
  author = {Vivek Ramanujan and Mitchell Wortsman and Aniruddha Kembhavi and Ali Farhadi and Mohammad Rastegari},
  journal= {arXiv preprint arXiv:1911.13299},
  year   = {2020}
}

Comments

Accepted to CVPR 2020

R2 v1 2026-06-23T12:31:28.428Z