AI-ordlista
Den kompletta ordlistan över AI
Denoising Variational Autoencoder
VAE variant specifically designed to learn to reconstruct clean data from inputs intentionally corrupted with noise, thereby improving the model's generalization and denoising capabilities.
Denoised reconstruction loss
Objective function measuring the discrepancy between the original uncorrupted data and the data reconstructed by the DVAE, promoting the learning of noise-invariant features.
Denoised latent space
Compressed and filtered representation of data in which essential features are preserved while noise artifacts are eliminated through the variational encoding process.
Robust variational encoder
Component of the DVAE that transforms noisy data into latent distribution parameters, designed to extract stable features despite variations introduced by input noise.
Regularized KL divergence
Regularization term in the DVAE loss function that keeps the latent distribution close to a reference distribution (typically Gaussian), preventing overfitting to specific noise patterns.
Variational resampling
Stochastic sampling technique from the latent distribution parameterized by the encoder, introducing variability in reconstruction while preserving denoised characteristics.
Skip-connection architecture
Neural structure allowing direct connections between encoder and decoder layers, facilitating the preservation of detailed information crucial for high-quality reconstruction after denoising.
Latent covariance matrix
Output parameter from the DVAE encoder representing uncertainty and correlations between latent space dimensions, essential for modeling the variability of denoised data.
Bruit multiplicatif
Type de corruption d'entrée où le bruit est appliqué multiplicativement aux données originales, simulant des artefacts comme les variations d'illumination ou les erreurs de capteur dans les images.
Reconstriction probabiliste
Processus où le décodeur DVAE génère une distribution de probabilité sur l'espace de sortie plutôt qu'une reconstruction déterministe, modélisant l'incertitude dans le débruitage.
Invariance au bruit
Propriété fondamentale acquise par le DVAE où les représentations latentes et reconstructions restent stables malgré différentes perturbations bruitées appliquées aux entrées.
Fonction d'échantillonnage du bruit
Mécanisme algorithmique contrôlant la génération et l'application du bruit d'entraînement, définissant la distribution, l'intensité et les patterns de corruption pour optimiser l'apprentissage du débruitage.