paper-with-me

홈 › Papers

Joint Optimization of an Autoencoder for Clustering and Embedding

2020-12-07 · Ahcène Boubekki, Michael Kampffmeyer, Robert Jenssen, Ulf Brefeld

Deep embedded clustering has become a dominating approach to unsupervised categorization of objects with deep neural networks. The optimization of the most popular methods alternates between the training of a deep autoencoder and a k-means clustering of the autoencoder's embedding. The diachronic setting, however, prevents the former to benefit from valuable information acquired by the latter. In this paper, we present an alternative where the autoencoder and the clustering are learned simultaneously. This is achieved by providing novel theoretical insight, where we show that the objective function of a certain class of Gaussian mixture models (GMMs) can naturally be rephrased as the loss function of a one-hidden layer autoencoder thus inheriting the built-in clustering capabilities of the GMM. That simple neural network, referred to as the clustering module, can be integrated into a deep autoencoder resulting in a deep clustering model able to jointly learn a clustering and an embedding. Experiments confirm the equivalence between the clustering module and Gaussian mixture models. Further evaluations affirm the empirical relevance of our deep architecture as it outperforms related baselines on several data sets.

📄 PDF Abstract BibTeX arXiv:2012.03740

Code (1)

Ahcene-B/clustering-Module 공식 구현 tf

Tasks

ClusteringDeep Clustering

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Deep Clustering via Joint Convolutional Autoencoder Embedding and Relative Entropy Minimization

2017-04-20 · ICCV 2017 10 · Kamran Ghasedi Dizaji, Amirhossein Herandi, Cheng Deng, Weidong Cai 외

Image clustering is one of the most important computer vision applications, which has been extensively studied in literature. However, current clustering methods mostly suffer from lack of efficiency and scalability when…

ClusteringDeep ClusteringImage Clustering

Deep Spectral Clustering using Dual Autoencoder Network

2019-04-30 · CVPR 2019 6 · Xu Yang, Cheng Deng, Feng Zheng, Junchi Yan 외

The clustering methods have recently absorbed even-increasing attention in learning and vision. Deep clustering combines embedding and clustering together to obtain optimal embedding subspace for clustering, which can be…

ClusteringDeep ClusteringMutual Information Estimation

N2D: (Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding

2019-08-16 · Ryan McConville, Raul Santos-Rodriguez, Robert J. Piechocki, Ian Craddock

Deep clustering has increasingly been demonstrating superiority over conventional shallow clustering algorithms. Deep clustering algorithms usually combine representation learning with deep neural networks to achieve thi…

ClusteringDeep ClusteringImage ClusteringRepresentation Learning+3

Deep Continuous Clustering

2018-03-05 · ICLR 2018 1 · Sohil Atul Shah, Vladlen Koltun

Clustering high-dimensional datasets is hard because interpoint distances become less informative in high-dimensional spaces. We present a clustering algorithm that performs nonlinear dimensionality reduction and cluster…

ClusteringDimensionality Reduction

Domestic Activity Clustering from Audio via Depthwise Separable Convolutional Autoencoder Network

2022-08-04 · Yanxiong Li, Wenchang Cao, Konstantinos Drossos, Tuomas Virtanen

Automatic estimation of domestic activities from audio can be used to solve many problems, such as reducing the labor cost for nursing the elderly people. This study focuses on solving the problem of domestic activity cl…

Clustering