Architectures de modèles
Normalizing flows
Transform a simple distribution into a complex data distribution through a sequence of invertible mappings with tractable Jacobians.
Modèle mental
A reversible deformation of probability space: data can map to noise and noise can map back to data.
Flux de données
- Data sample
- Invertible transformations
- Simple latent distribution
- Exact change-of-variables likelihood
- Reverse transforms for sampling
Entraînement
Maximum likelihood is optimized exactly under architectural constraints that make inversion and the Jacobian determinant tractable.
Exécution de l’inférence
Density evaluation runs data toward the latent; generation samples the base distribution and applies every transform in reverse.
Atouts
- Exact likelihood under the model
- Invertible encoding and generation
- Useful when density estimation is itself important
Compromis
- Invertibility constrains network design
- High-dimensional media can require deep, memory-heavy flows
- Likelihood does not necessarily track perceived sample quality
À utiliser lorsque
- Exact density or reversible transforms are requirements
- The domain fits available invertible architectures
- You will evaluate both likelihood and task utility
À éviter ou remettre en question lorsque
- Only perceptual generation quality matters
- Architectural flexibility is more important than exact likelihood
- A simpler discriminative uncertainty method is sufficient
Familles publiées à titre d’exemple
- • Real NVP
- • Glow-style image flows
Souvent combinée avec
Variational inferenceHybrid latent-variable models