paper-with-me

홈 › Papers

DAC: Deep Autoencoder-based Clustering, a General Deep Learning Framework of Representation Learning

2021-02-15 · Si Lu, Ruisi Li

Clustering performs an essential role in many real world applications, such as market research, pattern recognition, data analysis, and image processing. However, due to the high dimensionality of the input feature values, the data being fed to clustering algorithms usually contains noise and thus could lead to in-accurate clustering results. While traditional dimension reduction and feature selection algorithms could be used to address this problem, the simple heuristic rules used in those algorithms are based on some particular assumptions. When those assumptions does not hold, these algorithms then might not work. In this paper, we propose DAC, Deep Autoencoder-based Clustering, a generalized data-driven framework to learn clustering representations using deep neuron networks. Experiment results show that our approach could effectively boost performance of the K-Means clustering algorithm on a variety types of datasets.

📄 PDF Abstract BibTeX arXiv:2102.07472

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDimensionality Reductionfeature selectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
DAC 설명 없음
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 제목 키워드 기반

An Introductory Survey to Autoencoder-based Deep Clustering -- Sandboxes for Combining Clustering with Deep Learning

2025-04-02 · Collin Leiber, Lukas Miklautz, Claudia Plant, Christian Böhm

Autoencoders offer a general way of learning low-dimensional, non-linear representations from data without labels. This is achieved without making any particular assumptions about the data type or other domain knowledge.…

ClusteringDeep Clustering

Representation Learning for Short Text Clustering

2021-09-21 · Hui Yin, XiangYu Song, Shuiqiao Yang, Guangyan Huang 외

Effective representation learning is critical for short text clustering due to the sparse, high-dimensional and noise attributes of short text corpus. Existing pre-trained models (e.g., Word2vec and BERT) have greatly im…

ClusteringRepresentation LearningShort Text ClusteringText Clustering

Masked AutoEncoder for Graph Clustering without Pre-defined Cluster Number k

2024-01-09 · Yuanchi Ma, Hui He, Zhongxiang Lei, Zhendong Niu

Graph clustering algorithms with autoencoder structures have recently gained popularity due to their efficient performance and low training cost. However, for existing graph autoencoder clustering algorithms based on GCN…

ClusteringDecoderGraph Clustering

Spectral Clustering via Ensemble Deep Autoencoder Learning (SC-EDAE)

2019-01-08 · Severine Affeldt, Lazhar Labiod, Mohamed Nadif

Recently, a number of works have studied clustering strategies that combine classical clustering algorithms and deep learning methods. These approaches follow either a sequential way, where a deep representation is learn…

ClusteringDeep ClusteringEnsemble Learning

Binding via Reconstruction Clustering

2015-11-19 · Klaus Greff, Rupesh Kumar Srivastava, Jürgen Schmidhuber

Disentangled distributed representations of data are desirable for machine learning, since they are more expressive and can generalize from fewer examples. However, for complex data, the distributed representations of mu…

ClusteringDenoisingRepresentation Learning