5 ms·
It can be demonstrated that GANs learn to model certain image contents with separate input variables like the presence of certain objects or 3D rotations [0] al
by sometime 8y ago
It can be demonstrated that GANs learn to model certain image contents with separate input variables like the presence of certain objects or 3D rotations [0] all by themselves, so there is definitely more going on than simply learning to paint some image patches at certain locations and smoothly interpolating them. An image patch reveals itself directly in the training data, so the image patch could simply be stored in the network weights, but a 3D rotation or the presence of a certain class of objects cannot be learned by simply copying image patches into the weights. A 3D rotation requires at the very least a computation of foreshortening, occlusion perhaps based on a depth map. An object detector requires at the very least a feature hierarchy, perhaps binding computations that relate different object parts to the whole object.
Neural networks basically learn to implement nearly arbitrary computations (up to a certain circuit depth) to produce the desired output, so you can also think of deep learning as program mining of a certain program space that is reachable by the adaptive functions in a neural network. Stephen Wolfram has written about that in his blog and talked about it in one of his podcasts. So it's basically magic much like evolution, and it will probably destroy us because it's simply too powerful.
[0] https://twitter.com/phillip_isola/status/1066567846711476224 https://twitter.com/phillip_isola/status/1066567846711476224
- deleted 8y ago[deleted]