AIGC: AI-Generated Content—digital content (images, text, audio) created by AI models rather than human authors.
GAN: Generative Adversarial Network—a framework where a generator creates fake data and a discriminator tries to distinguish it from real data.
VAE: Variational Autoencoder—a generative model that learns a probabilistic latent space to reconstruct inputs.
RLHF: Reinforcement Learning from Human Feedback—fine-tuning method where a model optimizes a reward function derived from human preferences.
Transformer: A deep learning architecture based on self-attention mechanisms, serving as the backbone for modern LLMs and vision models.
Diffusion Model: A generative model that creates data by learning to reverse a gradual noise-addition process.
Zero-shot learning: The ability of a model to perform a task it wasn't explicitly trained on, often via prompting.
Multimodal: Involving multiple types of data (modalities) such as text and images simultaneously.
Autoregressive: A property of models that generate sequences one token at a time, based on previously generated tokens.