musyoku / adversarial-autoencoder

Chainer implementation of adversarial autoencoder (AAE)
258 stars 76 forks source link

How to realize Unsupervised Clustering with Adversarial Autoencoders #2

Open superclocks opened 8 years ago

superclocks commented 8 years ago

Hi, I follow the instruction described in paper "Adversarial Autoencoders" to realize the Unsupervised Clustering with Adversarial Autoencoders(section 6). But i didn't get the right cluster result. I want to konw if you have already have the cluster net. Could you give me some useful infos and i could finsh it. Thanks

musyoku commented 8 years ago

Hi. I added some example of Unsupervised Clustering.

superclocks commented 8 years ago

hi, thank you for your update, i train the unsupervised clustering about 600 steps, but the result of it is not good as the paper. is that mean we still need more training time? or this method is not fit for image clustering?

musyoku commented 8 years ago

Can't say for sure. I did not experiment with different hyperparameters.