English

Clustering and Classification Networks

Machine Learning 2019-06-21 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

In this paper, we will describe a network architecture that demonstrates high performance on various sizes of datasets. To do this, we will perform an architecture search by dividing the fully connected layer into three levels in the existing network architecture. The first step is to learn existing CNN layer and existing fully connected layer for 1 epoch. The second step is clustering similar classes by applying L1 distance to the result of Softmax. The third step is to reclassify using clustering class masks. We accomplished the result of state-of-the-art by performing the above three steps sequentially or recursively. The technology recorded an error of 11.56% on Cifar-100.

Keywords

Cite

@article{arxiv.1906.08714,
  title  = {Clustering and Classification Networks},
  author = {Jin-mo Choi},
  journal= {arXiv preprint arXiv:1906.08714},
  year   = {2019}
}

Comments

5 pages

R2 v1 2026-06-23T09:59:10.418Z