Unsupervised Deep Learning via Affinity Diffusion

Abstract

Convolutional neural networks (CNNs) have achieved unprecedented success in a variety of computer vision tasks. However, they usually rely on supervised model learning with the need for massive labelled training data, limiting dramatically their usability and deployability in real-world scenarios without any labelling budget. In this work, we introduce a general-purpose unsupervised deep learning approach to deriving discriminative feature representations. It is based on self-discovering semantically consistent groups of unlabelled training samples with the same class concepts through a progressive affinity diffusion process. Extensive experiments on object image classification and clustering show the performance superiority of the proposed method over the state-of-the-art unsupervised learning models using six common image recognition benchmarks including MNIST, SVHN, STL10, CIFAR10, CIFAR100 and ImageNet.

Cite

Text

Huang et al. "Unsupervised Deep Learning via Affinity Diffusion." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6757

Markdown

[Huang et al. "Unsupervised Deep Learning via Affinity Diffusion." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/huang2020aaai-unsupervised/) doi:10.1609/AAAI.V34I07.6757

BibTeX

@inproceedings{huang2020aaai-unsupervised,
  title     = {{Unsupervised Deep Learning via Affinity Diffusion}},
  author    = {Huang, Jiabo and Dong, Qi and Gong, Shaogang and Zhu, Xiatian},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {11029-11036},
  doi       = {10.1609/AAAI.V34I07.6757},
  url       = {https://mlanthology.org/aaai/2020/huang2020aaai-unsupervised/}
}