paper-with-me

홈 › Papers

Clustering Edges in Directed Graphs

2022-02-23 · Manohar Murthi, Kamal Premaratne

How do vertices exert influence in graph data? We develop a framework for edge clustering, a new method for exploratory data analysis that reveals how both vertices and edges collaboratively accomplish directed influence in graphs, especially for directed graphs. In contrast to the ubiquitous vertex clustering which groups vertices, edge clustering groups edges. Edges sharing a functional affinity are assigned to the same group and form an influence subgraph cluster. With a complexity comparable to that of vertex clustering, this framework presents three different methods for edge spectral clustering that reveal important influence subgraphs in graph data, with each method providing different insight into directed influence processes. We present several diverse examples demonstrating the potential for widespread application of edge clustering in scientific research.

📄 PDF Abstract BibTeX arXiv:2202.12265

Code (1)

kpremaratne/EdgeClustering 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Hermitian matrices for clustering directed graphs: insights and applications

2019-08-06 · Mihai Cucuringu, Huan Li, He Sun, Luca Zanetti

Graph clustering is a basic technique in machine learning, and has widespread applications in different domains. While spectral techniques have been successfully applied for clustering undirected graphs, the performance …

ClusteringGraph ClusteringStochastic Block Model

Generalized Spectral Clustering for Directed and Undirected Graphs

2022-03-07 · Harry Sevi, Matthieu Jonckheere, Argyris Kalogeratos

Spectral clustering is a popular approach for clustering undirected graphs, but its extension to directed graphs (digraphs) is much more challenging. A typical workaround is to naively symmetrize the adjacency matrix of …

Clusteringgraph partitioning

Higher-Order Spectral Clustering under Superimposed Stochastic Block Model

2018-12-16 · Subhadeep Paul, Olgica Milenkovic, Yuguo Chen

Higher-order motif structures and multi-vertex interactions are becoming increasingly important in studies that aim to improve our understanding of functionalities and evolution patterns of networks. To elucidate the rol…

ClusteringCommunity DetectionStochastic Block Model

Clustering and Community Detection in Directed Networks: A Survey

2013-08-05 · Fragkiskos D. Malliaros, Michalis Vazirgiannis

Networks (or graphs) appear as dominant structures in diverse domains, including sociology, biology, neuroscience and computer science. In most of the aforementioned cases graphs are directed - in the sense that there is…

ClusteringCommunity DetectionGraph ClusteringSociology+1

Spectral clustering algorithms for the detection of clusters in block-cyclic and block-acyclic graphs

2018-05-02 · H. Van Lierde, T. W. S. Chow, J. -C. Delvenne

We propose two spectral algorithms for partitioning nodes in directed graphs respectively with a cyclic and an acyclic pattern of connection between groups of nodes. Our methods are based on the computation of extremal e…

ClusteringGraph Clustering