AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Flow-based generative models construct complex probability distributions by applying a series of invertible, differentiable transformations to a simple base distribution, such as a Gaussian. Because the transformations are invertible, these models can compute the exact likelihood of data points efficiently. This property distinguishes them from other generative models like GANs or VAEs, offering precise density estimation and exact sampling without approximation errors.

Summary

A class of generative models that use invertible transformations to map simple distributions to complex data distributions.

Key Concepts

Use Cases