Processing latent-space data…

Autoencoder Latent-Space Plot Calculator

Project encoded samples, compare classes, discover clusters, inspect reconstruction errors, detect anomalies, and export clear interactive latent-space visualizations for deeper model understanding and diagnosis.

Latent-Space Results

Load example data or enter your own dataset.
Valid samples
0
Latent dimensions
0
Classes
0
Clusters
0
Silhouette
Anomalies
0
Mean error
Highest error
Davies–Bouldin
Calinski–Harabasz
Explained variance
Projection
Use box or lasso selection to inspect samples. Double-click the plot to reset axes.

Reconstruction Error Distribution

Processed Samples

IDClassSplitXYZClusterErrorAnomaly
No processed data.

Interpretation

No analysis has been generated yet.
1. Data Input
Include headers for automatic column detection. Numeric columns become latent dimensions.
The file is processed locally inside your browser.
Use columns beginning with mean_, logvar_, std_, or sampled_ for VAE datasets.
Sample CSV
2. Column Mapping
Hold Ctrl or Command to select multiple dimensions.
3. Autoencoder and Projection Settings
4. Preprocessing, Clustering, and Anomaly Detection

Preprocessing

Clustering

Anomaly Detection

5. Plot and Display Options
9
0.80
6. Latent Interpolation
The path appears on the current projection and can be exported.
Formula Used

Reconstruction error

MSE = (1/n) Σ(xᵢ − x̂ᵢ)²

Variational autoencoder objective

L = Lreconstruction + β DKL(q(z|x) || p(z))

Linear interpolation

z(t) = (1 − t)za + tzb

Silhouette coefficient

s(i) = (b(i) − a(i)) / max(a(i), b(i))
How to Use
  1. Paste latent vectors or upload a supported data file.
  2. Parse the dataset and review detected columns.
  3. Select latent dimensions, labels, identifiers, and errors.
  4. Choose projection, clustering, and anomaly settings.
  5. Customize the plot and generate the results.
  6. Inspect points, metrics, clusters, and reconstruction errors.
  7. Export the chart, data, settings, or PDF report.
Example Data
sample_idlabelsplitz1z2z3reconstruction_error
S001Class Atrain-1.82-1.140.210.031
S006Class Btrain1.681.02-0.310.027
S011Class Ctest-0.111.610.620.058
S013Anomalytest3.95-3.482.200.380
Interpretation Guide
  • Tight groups indicate similar encoded representations.
  • Separated classes suggest useful latent discrimination.
  • Overlapping groups may indicate weak representation separation.
  • High reconstruction errors may reveal anomalies or rare samples.
  • PCA preserves variance but may hide nonlinear structure.
  • Projection views never replace analysis in full dimensions.
Frequently Asked Questions

What is an autoencoder latent space?

It is the compressed representation learned by the encoder.

Why use PCA before plotting?

PCA converts many latent dimensions into interpretable visual axes.

What does reconstruction error show?

It measures differences between original and reconstructed samples.

Can this calculator detect anomalies?

Yes. It supports error, score, distance, and percentile thresholds.

What is a good silhouette score?

Values nearer one usually indicate clearer cluster separation.

Does a two-dimensional plot preserve everything?

No. Every projection can lose important high-dimensional relationships.

Can I compare training and testing samples?

Yes. Map a split column and select split coloring.

Does it support variational autoencoders?

Yes. VAE fields and beta-weighted analysis options are included.

Are uploaded files sent to a server?

No. Browser processing keeps uploaded data on your device.

Related Calculators

PCA Scatter PlotPCA Scree PlotCumulative Explained Variance PlotPCA Biplott-SNE PlotUMAP PlotLDA Projection PlotComponent Loading Heatmap

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.