中文
相关论文

相关论文: VDPC: Variational Density Peak Clustering Algorith…

200 篇论文

The discrete distribution clustering algorithm, namely D2-clustering, has demonstrated its usefulness in image classification and annotation where each object is represented by a bag of weighed vectors. The high computational complexity of…

机器学习 · 计算机科学 2013-02-07 Yu Zhang , James Z. Wang , Jia Li

VARCLUST algorithm is proposed for clustering variables under the assumption that variables in a given cluster are linear combinations of a small number of hidden latent variables, corrupted by the random noise. The entire clustering task…

HDBSCAN is a density-based clustering algorithm that constructs a cluster hierarchy tree and then uses a specific stability measure to extract flat clusters from the tree. We show how the application of an additional threshold value can…

数据库 · 计算机科学 2021-01-22 Claudia Malzer , Marcus Baum

CFSFDP (clustering by fast search and find of density peaks) is recently developed density-based clustering algorithm. Compared to DBSCAN, it needs less parameters and is computationally cheap for its non-iteration. Alex. at al have…

数据结构与算法 · 计算机科学 2015-05-22 Wenkai Zhang , Jing Li

Combining machine clustering with deep models has shown remarkable superiority in deep clustering. It modifies the data processing pipeline into two alternating phases: feature clustering and model training. However, such alternating…

机器学习 · 计算机科学 2024-07-16 Yuxuan Yan , Na Lu , Ruofan Yan

Density-based clustering is the task of discovering high-density regions of entities (clusters) that are separated from each other by contiguous regions of low-density. DBSCAN is, arguably, the most popular density-based clustering…

机器学习 · 计算机科学 2018-11-20 Stiphen Chowdhury , Renato Cordeiro de Amorim

Density-based clustering algorithms are widely used for discovering clusters in pattern recognition and machine learning since they can deal with non-hyperspherical clusters and are robustness to handle outliers. However, the runtime of…

机器学习 · 计算机科学 2022-07-07 Difei Cheng , Ruihang Xu , Bo Zhang , Ruinan Jin

The phenomenon that multi-path components (MPCs) arrive in clusters has been verified by channel measurements, and is widely adopted by cluster-based channel models. As a crucial intermediate processing step, MPC clustering bridges raw data…

信息论 · 计算机科学 2025-04-30 Yiqin Wang , Chong Han

In [1], a clustering algorithm was given to find the centers of clusters quickly. However, the accuracy of this algorithm heavily depend on the threshold value of d-c. Furthermore, [1] has not provided any efficient way to select the…

机器学习 · 计算机科学 2015-01-21 Shuliang Wang , Dakui Wang , Caoyuan Li , Yan Li

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 another space and…

机器学习 · 计算机科学 2019-03-28 Shlomo E. Chazan , Sharon Gannot , Jacob Goldberger

Multiple clustering has gathered significant attention in recent years due to its potential to reveal multiple hidden structures of the data from different perspectives. Most of multiple clustering methods first derive feature…

计算机视觉与模式识别 · 计算机科学 2024-02-09 Jiawei Yao , Juhua Hu

We propose the DPSM method, a density-based node clustering approach that automatically determines the number of clusters and can be applied in both data space and graph space. Unlike traditional density-based clustering methods, which…

机器学习 · 计算机科学 2024-11-05 Feiping Nie , Yitao Song , Jingjing Xue , Rong Wang , Xuelong Li

In this paper, we present a novel non-parametric clustering technique. Our technique is based on the notion that each latent cluster is comprised of layers that surround its core, where the external layers, or border points, implicitly…

计算机视觉与模式识别 · 计算机科学 2019-07-02 Hadar Averbuch-Elor , Nadav Bar , Daniel Cohen-Or

DBSCAN is a fundamental density-based clustering technique that identifies any arbitrary shape of the clusters. However, it becomes infeasible while handling big data. On the other hand, centroid-based clustering is important for detecting…

机器学习 · 计算机科学 2023-10-12 Jayasree Saha , Jayanta Mukherjee

Density-based clustering algorithms like DBSCAN and HDBSCAN are foundational tools for discovering arbitrarily shaped clusters, yet their practical utility is undermined by acute hyperparameter sensitivity -- parameters tuned on one dataset…

机器学习 · 计算机科学 2026-03-17 Ahmed Elmahdi

How can we find a good graph clustering of a real-world network, that allows insight into its underlying structure and also potential functions? In this paper, we introduce a new graph clustering algorithm Dcut from a density point of view.…

社会与信息网络 · 计算机科学 2016-06-06 Junming Shao , Qinli Yang , Jinhu Liu , Stefan Kramer

In this paper, we show that preprocessing data using a variant of rank transformation called 'Average Rank over an Ensemble of Sub-samples (ARES)' makes clustering algorithms robust to data representation and enable them to detect varying…

机器学习 · 计算机科学 2024-01-23 Sunil Aryal , Jonathan R. Wells , Arbind Agrahari Baniya , KC Santosh

Selecting an appropriate clustering method as well as an optimal number of clusters in road accident data is at times confusing and difficult. This paper analyzes shortcomings of different existing techniques applied to cluster…

Clustering aims to group similar objects together while separating dissimilar ones apart. Thereafter, structures hidden in data can be identified to help understand data in an unsupervised manner. Traditional clustering methods such as…

计算机视觉与模式识别 · 计算机科学 2023-06-23 Jiawei Yao , Enbei Liu , Maham Rashid , Juhua Hu

The $k$-means clustering algorithm is popular but has the following main drawbacks: 1) the number of clusters, $k$, needs to be provided by the user in advance, 2) it can easily reach local minima with randomly selected initial centers, 3)…

机器学习 · 计算机科学 2016-11-22 Fengfu Li , Hong Qiao , Bo Zhang