TL;DR
This paper presents an unsupervised image classification system for microstructural steel defect images using transfer learning with VGG16, PCA, and k-means clustering, achieving high accuracy without labeled data.
Contribution
It introduces a high-performance unsupervised classification method combining transfer learning, PCA, and k-means for materials image data, improving accuracy and utility over prior methods.
Findings
Achieved 99.4% classification accuracy
Demonstrated effective use of transfer learning with VGG16
Provided insights into the influence of each processing step
Abstract
Unsupervised machine learning offers significant opportunities for extracting knowledge from unlabeled data sets and for achieving maximum machine learning performance. This paper demonstrates how to construct, use, and evaluate a high performance unsupervised machine learning system for classifying images in a popular microstructural dataset. The Northeastern University Steel Surface Defects Database includes micrographs of six different defects observed on hot-rolled steel in a format that is convenient for training and evaluating models for image classification. We use the VGG16 convolutional neural network pre-trained on the ImageNet dataset of natural images to extract feature representations for each micrograph. After applying principal component analysis to extract signal from the feature descriptors, we use k-means clustering to classify the images without needing labeled…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsk-Means Clustering
