Shehroz Khan's answer to Do you know unsupervised image classification? - Quora
Any form of classification is supervised and not unsupervised[1][2]. You are probably interested in unsupervised image segmentation, where the algorithm attempts to determine which pixels are related and groups them into certain categories. This can be done by using traditional partitional clustering algorithms, such as K-means/EM[3], or advanced deep learning methods such as convolutional autoencoders[4], bayesian methods[5] and so on. You may read this survey research paper on the evaluation of such techniques - Image segmentation evaluation: A survey of unsupervised methods.
Oct-15-2017, 12:20:27 GMT