SOTAVerified

Generative Kaleidoscopic Networks

2024-02-19Code Available0· sign in to hype

Harsh Shrivastava

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We discovered that the neural networks, especially the deep ReLU networks, demonstrate an `over-generalization' phenomenon. That is, the output values for the inputs that were not seen during training are mapped close to the output range that were observed during the learning process. In other words, the neural networks learn a many-to-one mapping and this effect is more prominent as we increase the number of layers or the depth of the neural network. We utilize this property of neural networks to design a dataset kaleidoscope, termed as `Generative Kaleidoscopic Networks'. Succinctly, if we learn a model to map from input xR^D to itself f_N(x) x, the proposed `Kaleidoscopic sampling' procedure starts with a random input noise zR^D and recursively applies f_N( f_N(z) ). After a burn-in period duration, we start observing samples from the input distribution and the quality of samples recovered improves as we increase the depth of the model. Scope: We observed this phenomenon to various degrees for the other deep learning architectures like CNNs, Transformers & U-Nets and we are currently investigating them further.

Reproductions