paper-with-me

Papers

Deep Unsupervised Clustering Using Mixture of Autoencoders

2017-12-21 · Dejiao Zhang, Yifan Sun, Brian Eriksson, Laura Balzano

Unsupervised clustering is one of the most fundamental challenges in machine learning. A popular hypothesis is that data are generated from a union of low-dimensional nonlinear manifolds; thus an approach to clustering is identifying and separating these manifolds. In this paper, we present a novel approach to solve this problem by using a mixture of autoencoders. Our model consists of two parts: 1) a collection of autoencoders where each autoencoder learns the underlying manifold of a group of similar objects, and 2) a mixture assignment neural network, which takes the concatenated latent vectors from the autoencoders as input and infers the distribution over clusters. By jointly optimizing the two parts, we simultaneously assign data to clusters and learn the underlying manifolds of each cluster.

📄 PDF Abstract BibTeX arXiv:1712.07788

Code (1)

icannos/mixture-autoencoder tf

Tasks

Clustering

Similar Papers 제목 키워드 기반

Deep Unsupervised Clustering with Gaussian Mixture Variational Autoencoders

2016-11-08 · Nat Dilokthanakul, Pedro A. M. Mediano, Marta Garnelo, Matthew C. H. Lee 외

We study a variant of the variational autoencoder model (VAE) with a Gaussian mixture as a prior distribution, with the goal of performing unsupervised clustering through deep generative models. We observe that the known…

ClusteringHuman Pose Forecasting

Generalized Categorisation of Digital Pathology Whole Image Slides using Unsupervised Learning

2020-12-27 · Mostafa Ibrahim, Kevin Bryson

This project aims to break down large pathology images into small tiles and then cluster those tiles into distinct groups without the knowledge of true labels, our analysis shows how difficult certain aspects of clusteri…

ClusteringRepresentation Learning

Deep Clustering Based on a Mixture of Autoencoders

2018-12-16 · Shlomo E. Chazan, Sharon Gannot, Jacob Goldberger

In this paper we propose a Deep Autoencoder MIxture Clustering (DAMIC) algorithm based on a mixture of deep autoencoders where each cluster is represented by an autoencoder. A clustering network transforms the data into …

ClusteringDeep Clustering

Variational Clustering: Leveraging Variational Autoencoders for Image Clustering

2020-05-10 · Vignesh Prasad, Dipanjan Das, Brojeshwar Bhowmick

Recent advances in deep learning have shown their ability to learn strong feature representations for images. The task of image clustering naturally requires good feature representations to capture the distribution of th…

ClusteringImage Clustering

Multi-Facet Clustering Variational Autoencoders

2021-06-09 · NeurIPS 2021 12 · Fabian Falck, Haoting Zhang, Matthew Willetts, George Nicholson 외

Work in deep clustering focuses on finding a single partition of data. However, high-dimensional data, such as images, typically feature multiple interesting characteristics one could cluster over. For example, images of…

ClusteringDeep Clustering