Self-Prediction
From here.
There are 4 categorizations:
- Autoregressive generation (predicts future behaviour based on past behaviour, so kinda like an RNN idea?)
- Ex: Autoregressive Language Modelling (GPT)
- Images in raster scan (PixelCNN, PixelRNN, iGPT)
- Masked generation(We mask a random portion of information and pretend its missing. Model learns to predict this masked information)
- Masked Language Modelling (BERT)
- Innate relationship prediction (?)
- Image Rotation
- Hybrid self-prediction
- Combines various self-prediction methods, such as VQGAN