An autoencoder learns a representation of its input and uses it to reconstruct the original input.
Incorrect! Try again.
2What type of neural network is an autoencoder?
Introduction to autoencoders
Easy
A.A reconstruction network
B.A decision tree
C.A clustering algorithm
D.A rule-based system
Correct Answer: A reconstruction network
Explanation:
An autoencoder is a neural network trained to reconstruct its input at the output.
Incorrect! Try again.
3In a basic autoencoder, the desired output is usually what?
Introduction to autoencoders
Easy
A.A random vector
B.The original input
C.A cluster number
D.A class label
Correct Answer: The original input
Explanation:
A basic autoencoder is trained so that its output closely matches its original input.
Incorrect! Try again.
4Which task commonly uses autoencoders?
Need for autoencoders
Easy
A.A detailed manual assignment of class names to every sample before the model begins training
B.Dimensionality reduction
C.Program compilation
D.Database indexing
Correct Answer: Dimensionality reduction
Explanation:
Autoencoders can reduce dimensionality by encoding data into a smaller latent representation.
Incorrect! Try again.
5Why are autoencoders useful for feature learning?
Need for autoencoders
Easy
A.They guarantee perfect classification
B.They remove all input data
C.They manually label samples
D.They learn useful representations
Correct Answer: They learn useful representations
Explanation:
Autoencoders automatically discover useful features by learning to reconstruct input data.
Incorrect! Try again.
6How can an autoencoder help remove noise from data?
Need for autoencoders
Easy
A.By reconstructing a clean version
B.By increasing the noise level
C.By deleting every feature
D.By converting the input into manually defined labels using a fixed set of human-written rules
Correct Answer: By reconstructing a clean version
Explanation:
A denoising autoencoder learns to reconstruct clean data from noisy or corrupted input.
Incorrect! Try again.
7Which component maps the input to a latent representation?
Architecture of autoencoder
Easy
A.Decoder
B.Optimizer
C.Classifier
D.Encoder
Correct Answer: Encoder
Explanation:
The encoder transforms the input into a compact latent representation.
Incorrect! Try again.
8Which component reconstructs data from the latent representation?
Architecture of autoencoder
Easy
A.Decoder
B.Encoder
C.Labeler
D.Sampler
Correct Answer: Decoder
Explanation:
The decoder maps the latent representation back into the input space.
Incorrect! Try again.
9What is the compact middle representation of an autoencoder commonly called?
Architecture of autoencoder
Easy
A.Output target
B.Latent code
C.A complete collection of all training examples stored without any transformation or dimensional reduction
D.Class label
Correct Answer: Latent code
Explanation:
The compact representation between the encoder and decoder is called the latent code or bottleneck.
Incorrect! Try again.
10Which loss is commonly used to measure reconstruction error for continuous-valued inputs?
Architecture of autoencoder
Easy
A.Classification accuracy
B.Precision score
C.Mean squared error
D.Recall score
Correct Answer: Mean squared error
Explanation:
Mean squared error measures the average squared difference between the input and its reconstruction.
Incorrect! Try again.
11Which autoencoder is trained to recover clean input from corrupted input?
Types of autoencoders
Easy
A.Convolutional classifier
B.Variational autoencoder
C.Sparse autoencoder
D.Denoising autoencoder
Correct Answer: Denoising autoencoder
Explanation:
A denoising autoencoder receives corrupted data and learns to reconstruct the clean version.
Incorrect! Try again.
12Which type of autoencoder encourages only a small number of neurons to be active?
Types of autoencoders
Easy
A.Sparse autoencoder
B.Denoising autoencoder
C.A network that requires every hidden neuron to remain active at its maximum value for all inputs
D.Basic classifier
Correct Answer: Sparse autoencoder
Explanation:
A sparse autoencoder applies a sparsity constraint so that relatively few hidden neurons are active.
Incorrect! Try again.
13Which type of autoencoder is especially suitable for image data?
Types of autoencoders
Easy
A.Convolutional autoencoder
B.Decision tree
C.Sequence-only decoder
D.Linear regressor
Correct Answer: Convolutional autoencoder
Explanation:
Convolutional autoencoders use convolutional layers to capture spatial patterns in images.
Incorrect! Try again.
14What distinguishes an undercomplete autoencoder?
Types of autoencoders
Easy
A.Its hidden representation is larger than every input and stores all values without learning useful features
B.Its latent space is smaller than its input
C.Its output contains class labels
D.Its decoder is always removed
Correct Answer: Its latent space is smaller than its input
Explanation:
An undercomplete autoencoder uses a lower-dimensional latent space to learn compact features.
Incorrect! Try again.
15Which part of an autoencoder stores the compressed representation?
Data compression using autoencoders
Easy
A.Bottleneck layer
B.Loss function
C.Training label
D.Output layer
Correct Answer: Bottleneck layer
Explanation:
The bottleneck layer contains the compact encoded representation of the input.
Incorrect! Try again.
16During autoencoder-based decompression, what does the decoder receive?
Data compression using autoencoders
Easy
A.The compressed code
B.The complete original dataset together with all labels and training settings
C.The class label
D.The loss value
Correct Answer: The compressed code
Explanation:
The decoder receives the compressed latent code and reconstructs an approximation of the original data.
Incorrect! Try again.
17What is usually sacrificed when compression greatly reduces the amount of stored information?
Data compression using autoencoders
Easy
A.Training order
B.Network name
C.Number of labels
D.Reconstruction accuracy
Correct Answer: Reconstruction accuracy
Explanation:
Strong compression may discard information, causing the reconstructed output to differ more from the input.
Incorrect! Try again.
18What does a variational autoencoder learn for each latent variable?
Variational autoencoders
Easy
A.A probability distribution
B.An exact copy of every training input stored permanently in the hidden layers
C.A sorting rule
D.A fixed class name
Correct Answer: A probability distribution
Explanation:
A variational autoencoder represents latent variables using probability distributions rather than single fixed values.
Incorrect! Try again.
19Which values are commonly predicted by a variational autoencoder's encoder?
Variational autoencoders
Easy
A.Minimum and maximum
B.Precision and recall
C.Mean and variance
D.Label and category
Correct Answer: Mean and variance
Explanation:
The encoder commonly predicts parameters such as mean and variance for the latent distribution.
Incorrect! Try again.
20What is a common use of variational autoencoders?
Variational autoencoders
Easy
A.Assigning manual labels
B.Replacing all neural network layers with fixed mathematical rules that never learn from data
C.Sorting database rows
D.Generating new data samples
Correct Answer: Generating new data samples
Explanation:
Variational autoencoders can sample points from the learned latent space to generate new data.
Incorrect! Try again.
21An autoencoder is trained on unlabeled images by using each input image as its target. What type of learning setup does this represent?
Introduction to autoencoders
Medium
A.Supervised classification
B.Self-supervised learning
C.Adversarial learning
D.Reinforcement learning
Correct Answer: Self-supervised learning
Explanation:
The input itself provides the reconstruction target, so labels are generated directly from the data.
Incorrect! Try again.
22An autoencoder produces outputs that are nearly identical to its inputs but learns no useful features. Which design choice most likely caused this behavior?
Introduction to autoencoders
Medium
A.An excessively powerful identity path
B.An overly restrictive latent layer
C.A normalized input distribution
D.A moderately sized training set
Correct Answer: An excessively powerful identity path
Explanation:
If information can bypass meaningful encoding, the network may simply copy inputs instead of learning useful representations.
Incorrect! Try again.
23Which loss is most appropriate for reconstructing images whose pixel values are real numbers and approximately Gaussian-distributed?
Introduction to autoencoders
Medium
A.Triplet loss
B.Hinge loss
C.Mean squared error
D.Categorical cross-entropy
Correct Answer: Mean squared error
Explanation:
Mean squared error measures numerical differences between original and reconstructed continuous pixel values.
Incorrect! Try again.
24A company has thousands of unlabeled sensor records and wants compact features for a later classification task. Why is an autoencoder suitable?
Need for autoencoders
Medium
A.It removes the need for a classifier
B.It assigns labels through clustering rules
C.It learns representations without class labels
D.It guarantees perfectly separated classes
Correct Answer: It learns representations without class labels
Explanation:
An autoencoder can learn latent features from unlabeled data, which can later be supplied to a classifier.
Incorrect! Try again.
25An autoencoder is trained only on normal machine-operation data. How can it be used to detect equipment faults?
Need for autoencoders
Medium
A.Flag samples with low reconstruction error
B.Select samples with the highest class score
C.Flag samples with high reconstruction error
D.Select samples with the smallest gradients
Correct Answer: Flag samples with high reconstruction error
Explanation:
Unusual fault patterns are often reconstructed poorly because the model learned only normal patterns.
Incorrect! Try again.
26Compared with principal component analysis, what is a key reason to use a nonlinear autoencoder for dimensionality reduction?
Need for autoencoders
Medium
A.It always finds orthogonal latent features
B.It guarantees a unique representation
C.It can model nonlinear data manifolds
D.It requires no optimization procedure
Correct Answer: It can model nonlinear data manifolds
Explanation:
Nonlinear activation functions allow autoencoders to capture structures that cannot be represented by a linear subspace.
Incorrect! Try again.
27An autoencoder maps to and then reconstructs . Which component creates ?
Architecture of autoencoder
Medium
A.The decoder
B.The output target
C.The loss function
D.The encoder
Correct Answer: The encoder
Explanation:
The encoder maps the input into its lower-dimensional latent representation .
Incorrect! Try again.
28For an autoencoder with encoder and decoder , which expression represents the full reconstruction process?
Architecture of autoencoder
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The input first passes through the encoder , and the resulting latent code then passes through the decoder .
Incorrect! Try again.
29A grayscale image has pixel values in . Which output activation is a reasonable choice for the decoder?
Architecture of autoencoder
Medium
A.Sigmoid
B.Softmax over pixels
C.Leaky ReLU
D.Unbounded linear
Correct Answer: Sigmoid
Explanation:
A sigmoid output naturally restricts each reconstructed pixel value to the interval .
Incorrect! Try again.
30An autoencoder has input dimension 64 and latent dimension 128. Which technique can still prevent it from learning a trivial identity mapping?
Architecture of autoencoder
Medium
A.Fixing every weight to one
B.Duplicating each input feature
C.Removing the reconstruction loss
D.Applying a sparsity constraint
Correct Answer: Applying a sparsity constraint
Explanation:
A sparsity constraint limits the number of active latent units, encouraging useful structure even in an overcomplete representation.
Incorrect! Try again.
31A model receives corrupted images as inputs but is trained to reproduce the original clean images. What type of autoencoder is this?
Types of autoencoders
Medium
A.Denoising autoencoder
B.Contractive autoencoder
C.Sparse autoencoder
D.Variational autoencoder
Correct Answer: Denoising autoencoder
Explanation:
A denoising autoencoder learns to recover clean data from deliberately corrupted inputs.
Incorrect! Try again.
32Which modification most directly creates a sparse autoencoder?
Sparse autoencoders add a regularization term that encourages most hidden-unit activations to remain near zero.
Incorrect! Try again.
33A researcher wants the learned representation to change very little when the input is slightly perturbed. Which autoencoder is most suitable?
Types of autoencoders
Medium
A.Contractive autoencoder
B.Sequence autoencoder
C.Variational autoencoder
D.Vanilla autoencoder
Correct Answer: Contractive autoencoder
Explanation:
A contractive autoencoder penalizes sensitivity of the latent representation to small input changes.
Incorrect! Try again.
34Which autoencoder architecture is generally most suitable for preserving local spatial patterns in images?
Types of autoencoders
Medium
A.Convolutional autoencoder
B.Sparse tabular autoencoder
C.Recurrent sequence autoencoder
D.Fully linear autoencoder
Correct Answer: Convolutional autoencoder
Explanation:
Convolutional layers exploit spatial locality and shared patterns such as edges, textures, and shapes.
Incorrect! Try again.
35A grayscale image is represented by 1024 values. An encoder maps it to 64 latent values. Ignoring metadata and numeric precision, what is the compression ratio?
Data compression using autoencoders
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The ratio is , so the original representation is 16 times larger than the latent code.
Incorrect! Try again.
36An autoencoder compresses data effectively on its training set but reconstructs unseen samples poorly. Which change is most likely to improve practical compression?
Data compression using autoencoders
Medium
A.Increase capacity without changing the data
B.Train until the training error reaches zero
C.Store the original samples with each code
D.Use regularization and more representative data
Correct Answer: Use regularization and more representative data
Explanation:
Regularization and representative training data reduce overfitting and improve reconstruction of unseen samples.
Incorrect! Try again.
37Why must a decoder or its equivalent be available when distributing data compressed by an autoencoder?
Data compression using autoencoders
Medium
A.The latent code is always human-readable
B.The encoder automatically stores all original inputs
C.The reconstruction loss contains the original sample
Correct Answer: The latent code requires learned reconstruction rules
Explanation:
The compressed latent vector is decoded using learned model parameters, so those reconstruction rules must be available.
Incorrect! Try again.
38In a variational autoencoder, the encoder outputs and instead of one fixed code. What do these values describe?
Variational autoencoders
Medium
A.A reconstruction-error distribution
B.A set of class probabilities
C.A decoder weight distribution
D.A latent probability distribution
Correct Answer: A latent probability distribution
Explanation:
The encoder parameterizes an approximate posterior distribution over latent variables, commonly a Gaussian.
Incorrect! Try again.
39Which formula represents the reparameterization trick used to sample a VAE latent variable?
Variational autoencoders
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
With , this formula separates random sampling from the learnable parameters and permits backpropagation.
Incorrect! Try again.
40What is the main role of the KL-divergence term in the VAE objective?
Variational autoencoders
Medium
A.Convert continuous codes into class labels
B.Maximize differences between input samples
C.Align the latent posterior with the prior
D.Force every reconstruction to be identical
Correct Answer: Align the latent posterior with the prior
Explanation:
The KL term regularizes the approximate posterior toward a chosen prior, producing a smoother and more sampleable latent space.
Incorrect! Try again.
41An autoencoder is trained with input-target pairs . After training, which property most directly distinguishes a useful autoencoder from a trivial identity mapping?
Introduction to autoencoders
Hard
A.The reconstruction loss is evaluated only on the latent code
B.The output layer uses a different dimension from the input layer
C.The latent representation preserves task-relevant structure under a constraint
D.The decoder has more parameters than the encoder
Correct Answer: The latent representation preserves task-relevant structure under a constraint
Explanation:
Without a bottleneck or regularization, an autoencoder can learn an unconstrained identity function. Useful representations arise when the latent code must preserve information under a capacity, sparsity, denoising, or smoothness constraint.
Incorrect! Try again.
42A dataset contains high-dimensional sensor vectors with strong nonlinear correlations. PCA reconstruction is poor, but increasing the PCA dimension is computationally expensive. Why might an autoencoder provide a better compression model?
Need for autoencoders
Hard
A.It removes the need to select a compression dimension
B.It estimates correlations without using an objective function
C.It learns nonlinear manifolds through parameterized transformations
D.It guarantees lossless reconstruction at every code dimension
Correct Answer: It learns nonlinear manifolds through parameterized transformations
Explanation:
PCA captures only linear subspaces, whereas a nonlinear autoencoder can approximate curved data manifolds. It still requires selecting a code capacity and does not guarantee lossless reconstruction.
Incorrect! Try again.
43For an autoencoder with encoder and decoder , suppose the latent dimension is larger than the input dimension and no regularization is used. Which failure mode is most likely?
Architecture of autoencoder
Hard
A.The model may memorize the training examples
B.The reconstruction error must equal the input variance
C.The encoder is forced to become linear
D.The decoder must produce a constant output
Correct Answer: The model may memorize the training examples
Explanation:
An overcomplete, unconstrained autoencoder has sufficient capacity to copy inputs or memorize training samples. A bottleneck or regularizer is typically needed to encourage meaningful representation learning.
Incorrect! Try again.
44An autoencoder uses sigmoid outputs and binary cross-entropy reconstruction loss for images whose pixels are scaled to . A reconstruction has predicted value for a target pixel of . What is the principal training consequence?
Architecture of autoencoder
Hard
A.The pixel contributes a large penalty and gradient
B.The pixel reverses the sign of every encoder gradient
C.The pixel contributes no penalty because sigmoid saturates
D.The pixel is ignored because its target is exactly zero
Correct Answer: The pixel contributes a large penalty and gradient
Explanation:
Binary cross-entropy strongly penalizes confident incorrect predictions. A prediction near for a target of produces a large loss and, when paired with sigmoid cross-entropy, a substantial error signal.
Incorrect! Try again.
45A convolutional autoencoder downsamples an image by a factor of three times. The decoder uses three stride- transposed convolutions. If padding and output padding are chosen inconsistently, which issue can occur?
Architecture of autoencoder
Hard
A.The encoder loses all channel information
B.The output spatial dimensions differ from the input
C.The reconstruction loss becomes invariant to scale
D.The latent variables become statistically independent
Correct Answer: The output spatial dimensions differ from the input
Explanation:
Stride, kernel size, padding, and output padding determine spatial dimensions. Inconsistent inverse operations can produce an output that is larger or smaller than the original image, preventing direct reconstruction comparison.
Incorrect! Try again.
46A denoising autoencoder receives generated by corrupting , but its target remains the clean sample . What representation is it explicitly encouraged to learn?
Types of autoencoders
Hard
A.A representation with maximum latent variance
B.A representation dependent only on pixel ordering
C.A representation that reproduces noise exactly
D.A representation invariant to the selected corruption
Correct Answer: A representation invariant to the selected corruption
Explanation:
Because the corrupted input is mapped to the clean target, the model must infer stable structure rather than copy the corruption. The resulting invariance is specific to the corruption process used during training.
Incorrect! Try again.
47A sparse autoencoder adds an activation penalty to the reconstruction loss. If is increased substantially while model capacity remains fixed, what trade-off is most likely?
Types of autoencoders
Hard
A.Identical codes with guaranteed better generalization
B.Denser codes with strictly lower reconstruction error
C.Random codes with unchanged reconstruction quality
D.Sparser codes with potentially worse reconstruction
Correct Answer: Sparser codes with potentially worse reconstruction
Explanation:
A stronger activation penalty encourages many latent activations to approach zero. This reduces effective representation capacity and can increase reconstruction error if the penalty becomes too strong.
Incorrect! Try again.
48A contractive autoencoder penalizes the Frobenius norm of the encoder Jacobian . What behavior does this penalty primarily encourage near training samples?
Types of autoencoders
Hard
A.Sensitivity to small input perturbations
B.Local insensitivity of the code to input changes
C.Uniformly distributed activation magnitudes
D.Exact orthogonality between encoder layers
Correct Answer: Local insensitivity of the code to input changes
Explanation:
The Jacobian measures how rapidly the latent code changes with the input. Penalizing its norm encourages locally stable representations, although it does not enforce layer orthogonality or global invariance.
Incorrect! Try again.
49An undercomplete autoencoder achieves nearly zero training reconstruction error even though its latent dimension is much smaller than the input dimension. Which explanation is most plausible?
Types of autoencoders
Hard
A.The bottleneck guarantees a semantically meaningful code
B.The decoder has learned a training-set lookup behavior
C.The latent dimension automatically expands during optimization
D.The reconstruction target has been removed during training
Correct Answer: The decoder has learned a training-set lookup behavior
Explanation:
A narrow code does not prevent memorization when the network has sufficient nonlinear capacity. Near-zero training error alone does not establish useful compression or generalization.
Incorrect! Try again.
50An autoencoder maps each -dimensional input to a -dimensional floating-point code. Ignoring model weights and metadata, what is the nominal code-size reduction relative to storing the input using the same precision?
Data compression using autoencoders
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
With equal numeric precision, the ratio is . This is only nominal compression because decoder parameters, quantization overhead, and reconstruction distortion are not included.
Incorrect! Try again.
51A compressed latent vector is quantized from 32-bit floating-point values to 8-bit integers before storage. Which additional issue must be considered when evaluating reconstruction quality?
Data compression using autoencoders
Hard
A.Quantization guarantees a lower reconstruction error
B.Quantization always increases the latent dimension
C.Quantization makes the decoder independent of its weights
D.Quantization introduces distortion not present during training
Correct Answer: Quantization introduces distortion not present during training
Explanation:
The decoder receives quantized rather than exact latent values, so quantization error can degrade reconstruction. Training with simulated quantization or a quantization-aware objective can reduce this mismatch.
Incorrect! Try again.
52Two autoencoders use the same latent dimension and achieve the same mean squared reconstruction error. Model A preserves rare but safety-critical events poorly, while Model B preserves them well. Which evaluation is more appropriate for selecting Model B?
Data compression using autoencoders
Hard
A.Use an application-weighted distortion measure
B.Use the number of decoder parameters alone
C.Use only the average latent activation
D.Use a uniformly weighted pixel error
Correct Answer: Use an application-weighted distortion measure
Explanation:
Mean squared error can hide poor performance on rare or important cases. A distortion measure that weights safety-critical features or samples reflects the actual compression objective more accurately.
Incorrect! Try again.
53A decoder reconstructs an image from a code that was produced by an encoder trained only on natural images. The code is used to compress medical images containing structures absent from the training set. What is the main risk?
Data compression using autoencoders
Hard
A.The decoder may remove out-of-distribution structures
B.The decoder will become a lossless universal compressor
C.The code will necessarily use more bits than the input
D.The latent representation will have no numerical values
Correct Answer: The decoder may remove out-of-distribution structures
Explanation:
The decoder learns the training distribution's typical structure. When an input contains unfamiliar content, the reconstruction may project it toward familiar patterns and suppress diagnostically important details.
Incorrect! Try again.
54An autoencoder has reconstruction loss . If every input is multiplied by a constant but the architecture and learning rate are unchanged, why can optimization behavior change substantially under MSE?
Introduction to autoencoders
Hard
A.MSE becomes independent of the target scale
B.MSE scales approximately by
C.MSE changes only when the latent dimension changes
D.MSE is converted automatically into cross-entropy
Correct Answer: MSE scales approximately by
Explanation:
For errors multiplied by , squared errors are multiplied by . This changes gradient magnitudes and can affect optimization unless normalization, learning rates, or loss scaling are adjusted.
Incorrect! Try again.
55In a VAE, the encoder outputs and , and sampling uses with . Why is this reparameterization useful?
Variational autoencoders
Hard
A.It removes stochasticity from the latent variable
B.It permits gradients to pass through the sampling operation
C.It forces the posterior variance to equal one
D.It replaces the reconstruction objective with classification
Correct Answer: It permits gradients to pass through the sampling operation
Explanation:
The random variable is isolated in , while and remain differentiable parameters of the transformation. This enables backpropagation through samples.
Incorrect! Try again.
56For a VAE with posterior and prior , which term is the KL divergence?
Variational autoencoders
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
For a diagonal Gaussian posterior against a standard normal prior, the KL term is . It is minimized when and .
Incorrect! Try again.
57A VAE's KL term is weighted by a very large coefficient relative to the reconstruction term. Which outcome is most likely if optimization is stable?
Variational autoencoders
Hard
A.The decoder becomes unnecessary for reconstruction
B.The posterior becomes highly input-specific
C.The posterior remains close to the standard normal
D.The latent variables become deterministically unique
Correct Answer: The posterior remains close to the standard normal
Explanation:
A large KL weight strongly penalizes deviations from . The encoder may ignore input-specific information, producing posterior collapse and reconstructions based mainly on decoder priors.
Incorrect! Try again.
58Suppose a VAE reconstructs training examples well, but samples generated from are implausible. Which diagnosis best explains this result?
Variational autoencoders
Hard
A.The reconstruction loss must be exactly zero
B.The decoder has no dependence on latent variables
C.The input dimension is necessarily larger than the code
D.The aggregated encoded distribution may not match the prior
Correct Answer: The aggregated encoded distribution may not match the prior
Explanation:
Good reconstruction does not alone ensure that latent codes occupy regions consistent with the sampling prior. The KL regularizer is needed to align the learned posterior distributions with the prior used for generation.
Incorrect! Try again.
59A VAE uses binary cross-entropy summed over all pixels and a KL divergence averaged over the batch. If image resolution is doubled in both dimensions without retuning weights, what effect is likely?
Variational autoencoders
Hard
A.Both terms remain identically scaled
B.The latent prior changes from Gaussian to uniform
C.The KL term gains relative dominance
D.The reconstruction term gains relative dominance
Correct Answer: The reconstruction term gains relative dominance
Explanation:
Doubling each spatial dimension produces roughly four times as many pixel-level BCE contributions when the loss is summed. The relative influence of KL therefore decreases unless the loss normalization or weighting is changed.
Incorrect! Try again.
60An adversarial autoencoder matches the aggregated latent distribution to a prior using a discriminator, while an ordinary autoencoder uses only reconstruction loss. What does the adversarial constraint primarily provide?
Types of autoencoders
Hard
A.A proof that the prior is the true data distribution
B.A replacement for the encoder network
C.A mechanism for shaping the latent distribution
D.A guarantee of pixel-perfect reconstruction
Correct Answer: A mechanism for shaping the latent distribution
Explanation:
The discriminator encourages the aggregate encoded samples to resemble a chosen prior. This can make prior-based sampling more meaningful, but it does not guarantee perfect reconstruction or identify the true data distribution.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →