Two-dimensional image classification using unsupervised learning

21 次查看(过去 30 天)
For example, I have one thousand two-dimensional images.
I'd like to classify those images into several groups using unsupervised learning.
But, I couldn't find helpful example or document for this problem.
Is there anyone who can help me with this problem?

采纳的回答

Raunak Gupta
Raunak Gupta 2019-10-3
Hi,
As per my understanding it is required to cluster the images into several groups using unsupervised learning. I would suggest using trainAutoencoder to learn a network which can generate meaningful features of the images, these features can be extracted from the last layer of encoder. The last layer of encoder is a lower dimensional representation of the image which can be used in kmeans for clustering the features in K groups. This way the images will be classified into several groups but be sure that the clustering is based on some high-level similarities between the images.
For more detailed information you may refer to the research papers available for Unsupervised Clustering.
  4 个评论
Raunak Gupta
Raunak Gupta 2020-5-5
Hi kenta,
If you are talking about pre-trained network then I think transfer learning would be better term but for that too the classes in pre-trained network should contains the classes in current problem otherwise it means training a network from scratch.
For dimensionality reduction I totally agree if your network is very general so that it can extract feature from literally any image, then clustering would also work. But It still depends If the network has seen the problem images before otherwise it won't add much to a randomly intialized network.
Hope this clarifies.
Kenta
Kenta 2020-5-6
Raunak Gupta, thanks for your explanation. Yes, the term fune tuning would be better. I understood.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by