Defining the approaches
Generative networks are mostly used in artistic applications nowadays. Style transfer, image optimization, deblurring, resolution improvements, and others are some examples. What follows are two examples of generative models being used in computer vision.
There are several categories of generative networks described by Ian Goodfellow, the creator of GANs:
We'll be discussing two major categories that have been discussed a lot in the past and are still active research fields:
- Autoregressive models
- GANs
Autoregressive models are models where the current value is inferred from the previous values, as we discussed...