paper-with-me

홈 › Papers

Multi-class Graph Clustering via Approximated Effective $p$-Resistance

2023-06-14 · Shota Saito, Mark Herbster

This paper develops an approximation to the (effective) $p$-resistance and applies it to multi-class clustering. Spectral methods based on the graph Laplacian and its generalization to the graph $p$-Laplacian have been a backbone of non-euclidean clustering techniques. The advantage of the $p$-Laplacian is that the parameter $p$ induces a controllable bias on cluster structure. The drawback of $p$-Laplacian eigenvector based methods is that the third and higher eigenvectors are difficult to compute. Thus, instead, we are motivated to use the $p$-resistance induced by the $p$-Laplacian for clustering. For $p$-resistance, small $p$ biases towards clusters with high internal connectivity while large $p$ biases towards clusters of small "extent," that is a preference for smaller shortest-path distances between vertices in the cluster. However, the $p$-resistance is expensive to compute. We overcome this by developing an approximation to the $p$-resistance. We prove upper and lower bounds on this approximation and observe that it is exact when the graph is a tree. We also provide theoretical justification for the use of $p$-resistance for clustering. Finally, we provide experiments comparing our approximated $p$-resistance clustering to other $p$-Laplacian based methods.

📄 PDF Abstract BibTeX arXiv:2306.08617

Code (1)

shotasaito/approximated-presistance 공식 구현

Tasks

ClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Total Variation Graph Neural Networks

2022-11-11 · Jonas Berg Hansen, Filippo Maria Bianchi

Recently proposed Graph Neural Networks (GNNs) for vertex clustering are trained with an unsupervised minimum cut objective, approximated by a Spectral Clustering (SC) relaxation. However, the SC relaxation is loose and,…

ClusteringGraph Classification

Efficient model selection in switching linear dynamic systems by graph clustering

2020-12-08 · Parisa Karimi, Mark Butala, Zhizhen Zhao, Farzad Kamalabadi

The computation required for a switching Kalman Filter (SKF) increases exponentially with the number of system operation modes. In this paper, a computationally tractable graph representation is proposed for a switching …

ClusteringGraph ClusteringModel Selection

Robust Clustering as Ensembles of Affinity Relations

2010-12-01 · NeurIPS 2010 12 · Hairong Liu, Longin J. Latecki, Shuicheng Yan

In this paper, we regard clustering as ensembles of k-ary affinity relations and clusters correspond to subsets of objects with maximal average affinity relations. The average affinity relation of a cluster is relaxed an…

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

Embedding Graphs on Grassmann Manifold

2022-05-30 · Bingxin Zhou, Xuebin Zheng, Yu Guang Wang, Ming Li 외

Learning efficient graph representation is the key to favorably addressing downstream tasks on graphs, such as node or graph property prediction. Given the non-Euclidean structural property of graphs, preserving the orig…

Graph EmbeddingGraph Property PredictionGraph Representation LearningProperty Prediction+1