|
|
|
|
|
by jcannell
3578 days ago
|
|
That is not generally true. For example, GANs work great on MNIST, pretty well on the flower dataset, and ok on bedrooms. But the same techniques currently fail on ImageNet - which actually is a much larger dataset. "Add more training data" is not a magic solution that overcomes limitations of your model. In particular if you look at the generative models these GANs map to, it makes sense that they can learn 2D shapes and texture patterns, but rendering a complex 3D scene with significant depth complexity and lighting interactions is an entirely different beast. That problem has been studied deeply in 3D computer graphics and the generative programs successful there are vastly more complex than current GANs. |
|