paper-with-me

Papers

Unsupervised machine learning via transfer learning and k-means clustering to classify materials image data

2020-07-16 · Ryan Cohn, Elizabeth Holm

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 training data. The approach achieves $99.4\% \pm 0.16\%$ accuracy, and the resulting model can be used to classify new images without retraining This approach demonstrates an improvement in both performance and utility compared to a previous study. A sensitivity analysis is conducted to better understand the influence of each step on the classification performance. The results provide insight toward applying unsupervised machine learning techniques to problems of interest in materials science.

📄 PDF Abstract BibTeX arXiv:2007.08361

Code (1)

rccohn/NEU-Cluster 공식 구현

Tasks

BIG-bench Machine LearningClusteringimage-classificationImage ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Unsupervised Machine Learning to Classify the Confinement of Waves in Periodic Superstructures

2023-04-24 · Marek Kozoň, Rutger Schrijver, Matthias Schlottbom, Jaap J. W. van der Vegt 외

We employ unsupervised machine learning to enhance the accuracy of our recently presented scaling method for wave confinement analysis [1]. We employ the standard k-means++ algorithm as well as our own model-based algori…

Clustering

Clustering Commodity Markets in Space and Time: Clarifying Returns, Volatility, and Trading Regimes Through Unsupervised Machine Learning

2021-03-31 · SSRN 2021 3 · James Ming Chen, Mobeen Ur Rehman, Xuan Vinh Vo

Unsupervised machine learning can interpret logarithmic returns and conditional volatility in commodity markets. k-means and hierarchical clustering can generate a financial ontology of markets for fuels, precious and ba…

Clustering

The Classification of Optical Galaxy Morphology Using Unsupervised Learning Techniques

2022-06-13 · Ezra Fielding, Clement N. Nyirenda, Mattia Vaccari

In recent years, large scale data intensive astronomical surveys have resulted in more detailed images being produced than scientists can manually classify. Even attempts to crowd-source this work will soon be outpaced b…

ClusteringMorphology classification

K+ Means : An Enhancement Over K-Means Clustering Algorithm

2017-06-08 · Srikanta Kolay, Kumar Sankar Ray, Abhoy Chand Mondal

K-means (MacQueen, 1967) [1] is one of the simplest unsupervised learning algorithms that solve the well-known clustering problem. The procedure follows a simple and easy way to classify a given data set to a predefined,…

Clustering

Quantitative evaluation of unsupervised clustering algorithms for dynamic total-body PET image analysis

2025-02-11 · Oona Rainio, Maria K. Jaakkola, Riku Klén

Background. Recently, dynamic total-body positron emission tomography (PET) imaging has become possible due to new scanner devices. While clustering algorithms have been proposed for PET analysis already earlier, there i…

Clustering