paper-with-me

Papers

Learning the Precise Feature for Cluster Assignment

2021-06-11 · Yanhai Gan, Xinghui Dong, Huiyu Zhou, Feng Gao, Junyu Dong

Clustering is one of the fundamental tasks in computer vision and pattern recognition. Recently, deep clustering methods (algorithms based on deep learning) have attracted wide attention with their impressive performance. Most of these algorithms combine deep unsupervised representation learning and standard clustering together. However, the separation of representation learning and clustering will lead to suboptimal solutions because the two-stage strategy prevents representation learning from adapting to subsequent tasks (e.g., clustering according to specific cues). To overcome this issue, efforts have been made in the dynamic adaption of representation and cluster assignment, whereas current state-of-the-art methods suffer from heuristically constructed objectives with representation and cluster assignment alternatively optimized. To further standardize the clustering problem, we audaciously formulate the objective of clustering as finding a precise feature as the cue for cluster assignment. Based on this, we propose a general-purpose deep clustering framework which radically integrates representation learning and clustering into a single pipeline for the first time. The proposed framework exploits the powerful ability of recently developed generative models for learning intrinsic features, and imposes an entropy minimization on the distribution of the cluster assignment by a dedicated variational algorithm. Experimental results show that the performance of the proposed method is superior, or at least comparable to, the state-of-the-art methods on the handwritten digit recognition, fashion recognition, face recognition and object recognition benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2106.06159

Code (1)

gyh5421/unified_deep_clustering 공식 구현 tf

Tasks

ClusteringDeep ClusteringFace RecognitionHandwritten Digit RecognitionObject RecognitionRepresentation Learning

Similar Papers 제목 키워드 기반

Interpretable Sequence Clustering

2023-09-03 · Junjie Dong, Xinyi Yang, Mudi Jiang, Lianyu Hu 외

Categorical sequence clustering plays a crucial role in various fields, but the lack of interpretability in cluster assignments poses significant challenges. Sequences inherently lack explicit features, and existing sequ…

Clustering

Non-linear Attributed Graph Clustering by Symmetric NMF with PU Learning

2018-09-21 · Seiji Maekawa, Koh Takeuch, Makoto Onizuka

We consider the clustering problem of attributed graphs. Our challenge is how we can design an effective and efficient clustering method that precisely captures the hidden relationship between the topology and the attrib…

AttributeClusteringGraph Clustering

Interpretable Deep Clustering for Tabular Data

2023-06-07 · Jonathan Svirsky, Ofir Lindenbaum

Clustering is a fundamental learning task widely used as a first step in data analysis. For example, biologists use cluster assignments to analyze genome sequences, medical records, or images. Since downstream analysis i…

ClusteringDeep Clusteringfeature selection

Algorithm-Agnostic Interpretations for Clustering

2022-09-21 · Christian A. Scholbeck, Henri Funk, Giuseppe Casalicchio

A clustering outcome for high-dimensional data is typically interpreted via post-processing, involving dimension reduction and subsequent visualization. This destroys the meaning of the data and obfuscates interpretation…

ClusteringDimensionality ReductionFeature Importance

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