paper-with-me

Papers

Top-Down Deep Clustering with Multi-generator GANs

2021-12-06 · Daniel de Mello, Renato Assunção, Fabricio Murai

Deep clustering (DC) leverages the representation power of deep architectures to learn embedding spaces that are optimal for cluster analysis. This approach filters out low-level information irrelevant for clustering and has proven remarkably successful for high dimensional data spaces. Some DC methods employ Generative Adversarial Networks (GANs), motivated by the powerful latent representations these models are able to learn implicitly. In this work, we propose HC-MGAN, a new technique based on GANs with multiple generators (MGANs), which have not been explored for clustering. Our method is inspired by the observation that each generator of a MGAN tends to generate data that correlates with a sub-region of the real data distribution. We use this clustered generation to train a classifier for inferring from which generator a given image came from, thus providing a semantically meaningful clustering for the real distribution. Additionally, we design our method so that it is performed in a top-down hierarchical clustering tree, thus proposing the first hierarchical DC method, to the best of our knowledge. We conduct several experiments to evaluate the proposed method against recent DC methods, obtaining competitive results. Last, we perform an exploratory analysis of the hierarchical clustering tree that highlights how accurately it organizes the data in a hierarchy of semantically coherent patterns.

📄 PDF Abstract BibTeX arXiv:2112.03398

Code (1)

dmdmello/hc-mgan 공식 구현 pytorch

Tasks

ClusteringDeep Clustering

Similar Papers 제목 키워드 기반

Self-labeled Conditional GANs

2020-12-03 · Mehdi Noroozi

This paper introduces a novel and fully unsupervised framework for conditional GAN training in which labels are automatically obtained from data. We incorporate a clustering network into the standard conditional GAN fram…

Clustering

Improving Detection of Credit Card Fraudulent Transactions using Generative Adversarial Networks

2019-07-07 · Hung Ba

In this study, we employ Generative Adversarial Networks as an oversampling method to generate artificial data to assist with the classification of credit card fraudulent transactions. GANs is a generative model based on…

Clustering

A Closer Look at Few-shot Image Generation

2022-05-08 · CVPR 2022 1 · Yunqing Zhao, Henghui Ding, Houjing Huang, Ngai-Man Cheung

Modern GANs excel at generating high quality and diverse images. However, when transferring the pretrained GANs on small target data (e.g., 10-shot), the generator tends to replicate the training samples. Several methods…

10-shot image generationContrastive LearningDiversityImage Generation

YuruGAN: Yuru-Chara Mascot Generator Using Generative Adversarial Networks With Clustering Small Dataset

2020-04-17 · Yuki Hagiwara, Toshihisa Tanaka

A yuru-chara is a mascot character created by local governments and companies for publicizing information on areas and products. Because it takes various costs to create a yuruchara, the utilization of machine learning t…

ClusteringData Augmentation

MEGAN: Mixture of Experts of Generative Adversarial Networks for Multimodal Image Generation

2018-05-07 · David Keetae Park, Seungjoo Yoo, Hyojin Bahng, Jaegul Choo 외

Recently, generative adversarial networks (GANs) have shown promising performance in generating realistic images. However, they often struggle in learning complex underlying modalities in a given dataset, resulting in po…

ClusteringImage GenerationMixture-of-ExpertsMS-SSIM+1