paper-with-me

Papers

A parameter-free clustering algorithm for missing datasets

2024-04-08 · Qi Li, Xianjun Zeng, Shuliang Wang, Wenhao Zhu, Shijie Ruan, Zhimeng Yuan

Missing datasets, in which some objects have missing values in certain dimensions, are prevalent in the Real-world. Existing clustering algorithms for missing datasets first impute the missing values and then perform clustering. However, both the imputation and clustering processes require input parameters. Too many input parameters inevitably increase the difficulty of obtaining accurate clustering results. Although some studies have shown that decision graphs can replace the input parameters of clustering algorithms, current decision graphs require equivalent dimensions among objects and are therefore not suitable for missing datasets. To this end, we propose a Single-Dimensional Clustering algorithm, i.e., SDC. SDC, which removes the imputation process and adapts the decision graph to the missing datasets by splitting dimension and partition intersection fusion, can obtain valid clustering results on the missing datasets without input parameters. Experiments demonstrate that, across three evaluation metrics, SDC outperforms baseline algorithms by at least 13.7%(NMI), 23.8%(ARI), and 8.1%(Purity).

📄 PDF Abstract BibTeX arXiv:2404.05363

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImputationMissing Valuesvalid

Similar Papers 제목 키워드 기반

A Parameter-free Adaptive Resonance Theory-based Topological Clustering Algorithm Capable of Continual Learning

2023-05-01 · Naoki Masuyama, Takanori Takebayashi, Yusuke Nojima, Chu Kiong Loo 외

In general, a similarity threshold (i.e., a vigilance parameter) for a node learning process in Adaptive Resonance Theory (ART)-based algorithms has a significant impact on clustering performance. In addition, an edge de…

ClusteringContinual Learningparameter estimation

Clustering of Data with Missing Entries

2018-01-03 · Sunrita Poddar, Mathews Jacob

The analysis of large datasets is often complicated by the presence of missing entries, mainly because most of the current machine learning algorithms are designed to work with full data. The main focus of this work is t…

Clustering

Model-based Clustering with Missing Not At Random Data

2021-12-20 · Aude Sportisse, Matthieu Marbac, Fabien Laporte, Gilles Celeux 외

Model-based unsupervised learning, as any learning task, stalls as soon as missing data occurs. This is even more true when the missing data are informative, or said missing not at random (MNAR). In this paper, we propos…

ClusteringImputation

Clustering of Data with Missing Entries using Non-convex Fusion Penalties

2017-09-06 · Sunrita Poddar, Mathews Jacob

The presence of missing entries in data often creates challenges for pattern recognition algorithms. Traditional algorithms for clustering data assume that all the feature values are known for every data point. We propos…

Clustering

ACTIVE:Augmentation-Free Graph Contrastive Learning for Partial Multi-View Clustering

2022-03-01 · Yiming Wang, Dongxia Chang, Zhiqiang Fu, Jie Wen 외

In this paper, we propose an augmentation-free graph contrastive learning framework, namely ACTIVE, to solve the problem of partial multi-view clustering. Notably, we suppose that the representations of similar samples (…

ClusteringContrastive LearningRelation