paper-with-me

홈 › Papers

GBCT: An Efficient and Adaptive Granular-Ball Clustering Algorithm for Complex Data

2024-10-17 · Shuyin Xia, Bolun Shi, Yifan Wang, Jiang Xie, Guoyin Wang, Xinbo Gao

Traditional clustering algorithms often focus on the most fine-grained information and achieve clustering by calculating the distance between each pair of data points or implementing other calculations based on points. This way is not inconsistent with the cognitive mechanism of "global precedence" in human brain, resulting in those methods' bad performance in efficiency, generalization ability and robustness. To address this problem, we propose a new clustering algorithm called granular-ball clustering (GBCT) via granular-ball computing. Firstly, GBCT generates a smaller number of granular-balls to represent the original data, and forms clusters according to the relationship between granular-balls, instead of the traditional point relationship. At the same time, its coarse-grained characteristics are not susceptible to noise, and the algorithm is efficient and robust; besides, as granular-balls can fit various complex data, GBCT performs much better in non-spherical data sets than other traditional clustering methods. The completely new coarse granularity representation method of GBCT and cluster formation mode can also used to improve other traditional methods.

📄 PDF Abstract BibTeX arXiv:2410.13917

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GBC: An Efficient and Adaptive Clustering Algorithm Based on Granular-Ball

2022-05-29 · Shuyin Xia, Jiang Xie, Guoyin Wang

Existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noise. Inspired…

AstronomyClustering

GBMST: An Efficient Minimum Spanning Tree Clustering Based on Granular-Ball Computing

2023-03-02 · Jiang Xie, Shuyin Xia, Guoyin Wang, Xinbo Gao

Most of the existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noi…

Clustering

GBSK: Skeleton Clustering via Granular-ball Computing and Multi-Sampling for Large-Scale Data

2025-09-28 · Yewang Chen, Junfeng Li, Shuyin Xia, Qinghong Lai 외 arxiv

To effectively handle clustering task for large-scale datasets, we propose a novel scalable skeleton clustering algorithm, namely GBSK, which leverages the granular-ball technique to capture the underlying structure of d…

Granular-ball computing: an efficient, robust, and interpretable adaptive multi-granularity representation and computation method

2023-04-21 · Shuyin Xia, Guoyin Wang, Xinbo Gao, Xiaoyu Lian

Human cognition operates on a "Global-first" cognitive mechanism, prioritizing information processing based on coarse-grained details. This mechanism inherently possesses an adaptive multi-granularity description capacit…

MDL-GBG: A Non-parametric and Interpretable Granular-Ball Generation Method for Clustering

2026-05-09 · Zeqiang Xian, Caihui Liu, Yong Zhang, Wenjing Qiu 외 arxiv

Existing granular-ball generation methods are still mainly driven by handcrafted quality measures and heuristic splitting or stopping criteria, which may weaken the transparency of local generation decisions in clusterin…