Exploring Randomly Wired Neural Networks for Image Recognition
Saining Xie, Alexander Kirillov, Ross Girshick, Kaiming He

TL;DR
This paper investigates the use of randomly generated connectivity patterns in neural networks for image recognition, revealing that such diverse wiring can achieve competitive accuracy and open new avenues for network design.
Contribution
It introduces a stochastic network generator framework that unifies NAS and random wiring, demonstrating the effectiveness of classical random graph models in neural network connectivity.
Findings
Randomly wired networks achieve competitive ImageNet accuracy.
Diverse wiring patterns can outperform manually designed structures.
Exploring less constrained wiring spaces may lead to new breakthroughs.
Abstract
Neural networks for image recognition have evolved through extensive manual design from simple chain-like models to structures with multiple wiring paths. The success of ResNets and DenseNets is due in large part to their innovative wiring plans. Now, neural architecture search (NAS) studies are exploring the joint optimization of wiring and operation types, however, the space of possible wirings is constrained and still driven by manual design despite being searched. In this paper, we explore a more diverse set of connectivity patterns through the lens of randomly wired neural networks. To do this, we first define the concept of a stochastic network generator that encapsulates the entire network generation process. Encapsulation provides a unified view of NAS and randomly wired networks. Then, we use three classical random graph models to generate randomly wired graphs for networks.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsAverage Pooling · Global Average Pooling · Dense Connections · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Softmax · Convolution · Batch Normalization · Random Horizontal Flip · Random Resized Crop
