AI 4 Materials / KI-Materialtechnologie
FAU Erlangen-Nürnberg


The recipe.
umap-learn’s .transform() — no retraining at deploy time.Why UMAP and not t-SNE.
.transform() on new points; t-SNE cannot project an unseen frame into a fixed embedding.


The recipe (classification variant).
\[s_i = 1 - \hat f_{y_i}(x_i)\]
— one minus the predicted probability of the true class.
\[C(x) = \{\, y : 1 - \hat f_y(x) \le \hat q \,\}.\]
Why this matters for automated defect detection.
class = scratch, the system emits class ∈ {scratch, stain} → send to operator.Week 11: Anomaly Detection via Autoencoder — CahnHilliardDataset

© Philipp Pelz - ML for Characterization and Processing