Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3주차] Deep Clustering for Unsupervised Learning of Visual Features #9

Open
hs1003 opened this issue Apr 29, 2022 · 0 comments
Open
Assignees

Comments

@hs1003
Copy link

hs1003 commented Apr 29, 2022

Keywords

unsupervised learning, clustering

TL;DR

Abstract

Clustering is a class of unsupervised learning methods that has been extensively applied and studied in computer vision. Little work has been done to adapt it to the end-to-end training of visual features on large scale datasets.
In this work, we present DeepCluster, a clustering method that jointly learns the parameters of a neural network and the cluster assignments of the resulting features. DeepCluster iteratively groups the features with a standard clustering algorithm, kmeans, and uses the subsequent assignments as supervision to update the weights of the network. We apply DeepCluster to the unsupervised training of convolutional neural networks on large datasets like ImageNet and YFCC100M. The resulting model outperforms the current state of the art by a significant margin on all the standard benchmarks.

Paper link

https://arxiv.org/pdf/1807.05520.pdf

Presentation link

https://drive.google.com/file/d/14pCf05Y6Q5vHUNORciUMYVxhOm6EP_Fi/view?usp=sharing

video link

https://youtu.be/CwdevCWglJk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants