Mining the Weights Knowledge for Optimizing Neural Network Structures
Mengqiao Han, Xiabi Liu, Zhaoyang Hai, Xin Duan

TL;DR
This paper proposes a neural network architecture learning method that mines knowledge from weights to automatically optimize network structure, improving accuracy and compression without manual tuning.
Contribution
Introduces a switcher neural network (SNN) that automatically learns to optimize the structure of a task-specific neural network using weight-based knowledge mining.
Findings
Outperforms baseline networks in accuracy on multiple datasets.
Achieves network compression without sparse induction mechanisms.
Produces more reasonable network structures tailored to tasks.
Abstract
Knowledge embedded in the weights of the artificial neural network can be used to improve the network structure, such as in network compression. However, the knowledge is set up by hand, which may not be very accurate, and relevant information may be overlooked. Inspired by how learning works in the mammalian brain, we mine the knowledge contained in the weights of the neural network toward automatic architecture learning in this paper. We introduce a switcher neural network (SNN) that uses as inputs the weights of a task-specific neural network (called TNN for short). By mining the knowledge contained in the weights, the SNN outputs scaling factors for turning off and weighting neurons in the TNN. To optimize the structure and the parameters of TNN simultaneously, the SNN and TNN are learned alternately under the same performance evaluation of TNN using stochastic gradient descent. We…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Domain Adaptation and Few-Shot Learning
MethodsTest
