arXivTimes / arXivTimes

repository to research & share the machine learning articles
https://arxivtimes.herokuapp.com/
MIT License
3.89k stars 201 forks source link

Deep Clustering for Unsupervised Learning of Visual Features #863

Open icoxfog417 opened 6 years ago

icoxfog417 commented 6 years ago

一言でいうと

End-to-Endで、CNNを利用したクラスタリングを行う研究。CNNで特徴抽出=>k-meansでクラスタリング=>そのラベルで学習、というステップを繰り返すことでクラスタリングを行う。ただ、無策で行うと巨大な1クラスタに全画像を収めて精度100%になる可能性があるため、空クラスタを防止したりラベルの偏りがないように工夫したりしている。

image

論文リンク

https://arxiv.org/abs/1807.05520

著者/所属機関

Mathilde Caron, Piotr Bojanowski, Armand Joulin, Matthijs Douze

投稿日付(yyyy/MM/dd)

2018/7/15

概要

新規性・差分

手法

結果

コメント

icoxfog417 commented 6 years ago

解説スライド

https://speakerdeck.com/hoto17296/deepcluster-lun-wen-falseshao-jie

解説スライド2

https://www.slideshare.net/cvpaperchallenge/eccv-2018deep-clustering-for-unsupervised-learning-of-visual-features

amitness commented 4 years ago

Summary: A Visual Exploration of DeepCluster