- Why Unsupervised: Most materials data arrives unlabeled; labels are expensive.
- Clustering: K-Means and GMMs discover structure in descriptors and spectra.
- Choosing K: Cluster counts must be defensible, not arbitrary.
- Frozen CNN Embeddings: Pretrained features as unsupervised feature spaces.
- Autoencoders: Bottleneck representations for compression and denoising.
- Anomaly Detection: Reconstruction-error thresholding on nominal data.
- Hyperspectral Clustering: Flatten EELS/EDS datacubes, cluster, re-image as phase maps.
- Phase Discovery: Cluster CNN embeddings of micrographs without labels.
- Defect Screening: Flag off-nominal regions via autoencoder reconstruction error.
- Phase segmentation with K-Means/GMMs.
- Defect detection in sensor streams.
- CAE compression of 3D Tomography.
- Latent space defect discovery.
Summary for ML-PC Week 5:
- Shifts to Unsupervised Learning for unlabeled materials data.
- Covers clustering (K-Means, GMMs) and Autoencoders.
- Applies techniques to EDS segmentation and sensor anomaly detection.
- Explores 3D microstructure latent spaces for automated motif discovery.