paper-with-me

Papers

A Versatile Framework for Attributed Network Clustering via K-Nearest Neighbor Augmentation

2024-08-10 · Yiran Li, Gongyao Guo, Jieming Shi, Renchi Yang, Shiqi Shen, Qing Li, Jun Luo

Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hypergraphs with high-order interactions and multiplex graphs with separate layers. An important graph mining task is node clustering, aiming to partition the nodes of an attributed network into k disjoint clusters such that intra-cluster nodes are closely connected and share similar attributes, while inter-cluster nodes are far apart and dissimilar. It is highly challenging to capture multi-hop connections via nodes or attributes for effective clustering on multiple types of attributed networks. In this paper, we first present AHCKA as an efficient approach to attributed hypergraph clustering (AHC). AHCKA includes a carefully-crafted K-nearest neighbor augmentation strategy for the optimized exploitation of attribute information on hypergraphs, a joint hypergraph random walk model to devise an effective AHC objective, and an efficient solver with speedup techniques for the objective optimization. The proposed techniques are extensible to various types of attributed networks, and thus, we develop ANCKA as a versatile attributed network clustering framework, capable of attributed graph clustering (AGC), attributed multiplex graph clustering (AMGC), and AHC. Moreover, we devise ANCKA with algorithmic designs tailored for GPU acceleration to boost efficiency. We have conducted extensive experiments to compare our methods with 19 competitors on 8 attributed hypergraphs, 16 competitors on 6 attributed graphs, and 16 competitors on 3 attributed multiplex graphs, all demonstrating the superb clustering quality and efficiency of our methods.

📄 PDF Abstract BibTeX arXiv:2408.05459

Code (1)

gongyguo/ANCKA 공식 구현

Tasks

AttributeClusteringGPUGraph ClusteringGraph MiningNode Clustering

Similar Papers 제목 키워드 기반

NCAGC: A Neighborhood Contrast Framework for Attributed Graph Clustering

2022-06-16 · Tong Wang, Guanyu Yang, Qijia He, Zhenquan Zhang 외

Attributed graph clustering is one of the most fundamental tasks among graph learning field, the goal of which is to group nodes with similar representations into the same cluster without human annotations. Recent studie…

ClusteringContrastive LearningData AugmentationGraph Clustering+2

Neighborhood Stability as a Measure of Nearest Neighbor Searchability

2026-02-18 · Thomas Vecchiato, Sebastian Bruch arxiv

Clustering-based Approximate Nearest Neighbor Search (ANNS) organizes a set of points into partitions, and searches only a few of them to find the nearest neighbors of a query. Despite its popularity, there are virtually…

RNN-DBSCAN: A Density-Based Clustering Algorithm Using Reverse Nearest Neighbor Density Estimates

2017-12-27 · Avory Bryant, Krzysztof Cios

A new density-based clustering algorithm, RNN-DBSCAN, is presented which uses reverse nearest neighbor counts as an estimate of observation density. Clustering is performed using a DBSCAN-like approach based on k nearest…

3D Multi-Person Pose Estimation (absolute)Clustering

Texture Superpixel Clustering from Patch-based Nearest Neighbor Matching

2020-03-09 · Rémi Giraud, Yannick Berthoumieu

Superpixels are widely used in computer vision applications. Nevertheless, decomposition methods may still fail to efficiently cluster image pixels according to their local texture. In this paper, we propose a new Neares…

ClusteringComputational EfficiencySuperpixels

DenMune: Density peak based clustering using mutual nearest neighbors

2023-09-23 · Pattern Recognition 2021 1 · Mohamed Abbas, Adel El-Zoghobi, Amin Shoukry

Many clustering algorithms fail when clusters are of arbitrary shapes, of varying densities, or the data classes are unbalanced and close to each other, even in two dimensions. A novel clustering algorithm, DenMune is pr…

Clustering