Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HyperNetworks

About

This work explores hypernetworks: an approach of using a one network, also known as a hypernetwork, to generate the weights for another network. Hypernetworks provide an abstraction that is similar to what is found in nature: the relationship between a genotype - the hypernetwork - and a phenotype - the main network. Though they are also reminiscent of HyperNEAT in evolution, our hypernetworks are trained end-to-end with backpropagation and thus are usually faster. The focus of this work is to make hypernetworks useful for deep convolutional networks and long recurrent networks, where hypernetworks can be viewed as relaxed form of weight-sharing across layers. Our main result is that hypernetworks can generate non-shared weights for LSTM and achieve near state-of-the-art results on a variety of sequence modelling tasks including character-level language modelling, handwriting generation and neural machine translation, challenging the weight-sharing paradigm for recurrent networks. Our results also show that hypernetworks applied to convolutional networks still achieve respectable results for image recognition tasks compared to state-of-the-art baseline models while requiring fewer learnable parameters.

David Ha, Andrew Dai, Quoc V. Le• 2016

Related benchmarks

TaskDatasetResultRank
Character-level Language Modelingenwik8 (test)
BPC1.34
195
Character-level Language ModelingPenn Treebank (test)
BPC1.219
113
Character-level PredictionPTB (test)
BPC (Test)1.219
42
Character-level Language ModelingHutter Prize Wikipedia (test)
Bits/Char1.34
28
Character-level Language ModelingPenn Treebank char-level (test)
BPC1.25
25
Image ClassificationSo2Sat city-split (test)
Accuracy60.73
12
Image ClassificationJUMP-CP (test)
Accuracy47.07
12
Character-level Language ModelingPenn Treebank character-level (val)
BPC1.26
10
Multi-channel Image ClassificationCHAMMI HPA (test)
Accuracy65.93
9
Multi-channel Image ClassificationJUMP-CP Full channels (test)
Accuracy53.48
9
Showing 10 of 17 rows

Other info

Follow for update