paper-with-me

홈 › Papers

Provable Filter for Real-world Graph Clustering

2024-03-06 · Xuanting Xie, Erlin Pan, Zhao Kang, Wenyu Chen, Bingheng Li

Graph clustering, an important unsupervised problem, has been shown to be more resistant to advances in Graph Neural Networks (GNNs). In addition, almost all clustering methods focus on homophilic graphs and ignore heterophily. This significantly limits their applicability in practice, since real-world graphs exhibit a structural disparity and cannot simply be classified as homophily and heterophily. Thus, a principled way to handle practical graphs is urgently needed. To fill this gap, we provide a novel solution with theoretical support. Interestingly, we find that most homophilic and heterophilic edges can be correctly identified on the basis of neighbor information. Motivated by this finding, we construct two graphs that are highly homophilic and heterophilic, respectively. They are used to build low-pass and high-pass filters to capture holistic information. Important features are further enhanced by the squeeze-and-excitation block. We validate our approach through extensive experiments on both homophilic and heterophilic graphs. Empirical results demonstrate the superiority of our method compared to state-of-the-art clustering methods.

📄 PDF Abstract BibTeX arXiv:2403.03666

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Clustering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Learning Optimal Graph Filters for Clustering of Attributed Graphs

2022-11-09 · Meiby Ortiz-Bouza, Selin Aviyente

Many real-world systems can be represented as graphs where the different entities in the system are presented by nodes and their interactions by edges. An important task in studying large datasets with graphical structur…

ClusteringGraph Clustering

Dynamic Spectral Clustering with Provable Approximation Guarantee

2024-06-05 · Steinar Laenen, He Sun

This paper studies clustering algorithms for dynamically evolving graphs $\{G_t\}$, in which new edges (and potential new vertices) are added into a graph, and the underlying cluster structure of the graph can gradually …

Clustering

Towards Clustering-friendly Representations: Subspace Clustering via Graph Filtering

2021-06-18 · Zhengrui Ma, Zhao Kang, Guangchun Luo, Ling Tian

Finding a suitable data representation for a specific task has been shown to be crucial in many applications. The success of subspace clustering depends on the assumption that the data can be separated into different sub…

ClusteringGraph Similarity

Provable Imbalanced Point Clustering

2024-08-26 · David Denisov, Dan Feldman, Shlomi Dolev, Michael Segal

We suggest efficient and provable methods to compute an approximation for imbalanced point clustering, that is, fitting $k$-centers to a set of points in $\mathbb{R}^d$, for any $d,k\geq 1$. To this end, we utilize \emph…

Clustering

Smoothed Multi-View Subspace Clustering

2021-06-18 · Peng Chen, Liang Liu, Zhengrui Ma, Zhao Kang

In recent years, multi-view subspace clustering has achieved impressive performance due to the exploitation of complementary imformation across multiple views. However, multi-view data can be very complicated and are not…

ClusteringMulti-view Subspace Clustering