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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Character-level Language Modeling | enwik8 (test) | BPC1.34 | 195 | |
| Character-level Language Modeling | Penn Treebank (test) | BPC1.219 | 113 | |
| Character-level Prediction | PTB (test) | BPC (Test)1.219 | 42 | |
| Character-level Language Modeling | Hutter Prize Wikipedia (test) | Bits/Char1.34 | 28 | |
| Character-level Language Modeling | Penn Treebank char-level (test) | BPC1.25 | 25 | |
| Image Classification | So2Sat city-split (test) | Accuracy60.73 | 12 | |
| Image Classification | JUMP-CP (test) | Accuracy47.07 | 12 | |
| Character-level Language Modeling | Penn Treebank character-level (val) | BPC1.26 | 10 | |
| Multi-channel Image Classification | CHAMMI HPA (test) | Accuracy65.93 | 9 | |
| Multi-channel Image Classification | JUMP-CP Full channels (test) | Accuracy53.48 | 9 |