Image clustering with CNN as feature extractor
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I was wondering how I would go about to do clustering (unsupervised learning) of images using CNN (ResNet or VGGNet) as a feature extractor? I have read the guide on how to use CNN as a feature exactor and using an SVM rather than softmax layer to classify the images in the case of supervised learning. I was wondering if it was possible to do a k-means clustering using the extracted features in a similar way.
Thank you
0 个评论
回答(1 个)
Mahesh Taparia
2021-1-29
Hi
I assume you want to apply the k-means clustering on the features extracted from the trained CNN.
You can perform the clustering on the feature extracted from the trained CNN. It will try to create a cluster of same categorical images. Experiment it, it may work. It will be a supervised approach as to get the trained network, you will require the label information.
But if you are having the label information, then it is advisable to go with CNN based approach instead of extracting feature and applying kmeans.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!