shunk031 / paper-survey

📚 Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
https://shunk031.github.io/paper-survey/
151 stars 12 forks source link

SpectralNet: Spectral Clustering using Deep Neural Networks #168

Closed shunk031 closed 6 years ago

shunk031 commented 6 years ago

https://arxiv.org/abs/1801.01587

shunk031 commented 6 years ago

Spectral clusteringのためのDeep learning手法を用いて大規模データセットへの適用と埋め込みの一般化を可能にしたSpectralNetを提案している。先行研究のクラスタリング手法より優れたパフォーマンスを示し、IMSATと同程度の性能を発揮している。 また未知のデータに対しても高い精度を示している。

summary

shunk031 commented 6 years ago

著者実装

kstant0725/SpectralNet: Deep network that performs spectral clustering https://github.com/kstant0725/SpectralNet