paper-with-me

Papers

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 directionality on the edges, making the semantics of the edges non symmetric. An interesting feature that real networks present is the clustering or community structure property, under which the graph topology is organized into modules commonly called communities or clusters. The essence here is that nodes of the same community are highly similar while on the contrary, nodes across communities present low similarity. Revealing the underlying community structure of directed complex networks has become a crucial and interdisciplinary topic with a plethora of applications. Therefore, naturally there is a recent wealth of research production in the area of mining directed graphs - with clustering being the primary method and tool for community detection and evaluation. The goal of this paper is to offer an in-depth review of the methods presented so far for clustering directed networks along with the relevant necessary methodological background and also related applications. The survey commences by offering a concise review of the fundamental concepts and methodological base on which graph clustering algorithms capitalize on. Then we present the relevant work along two orthogonal classifications. The first one is mostly concerned with the methodological principles of the clustering algorithms, while the second one approaches the methods from the viewpoint regarding the properties of a good cluster in a directed network. Further, we present methods and metrics for evaluating graph clustering results, demonstrate interesting application domains and provide promising future research directions.

📄 PDF Abstract BibTeX arXiv:1308.0971

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCommunity DetectionGraph ClusteringSociologySurvey

Similar Papers 제목 키워드 기반

Spectral Algorithms for Community Detection in Directed Networks

2020-08-09 · Zhe Wang, Yingbin Liang, Pengsheng Ji

Community detection in large social networks is affected by degree heterogeneity of nodes. The D-SCORE algorithm for directed networks was introduced to reduce this effect by taking the element-wise ratios of the singula…

ClusteringCommunity Detection

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

Perfect Clustering for Sparse Directed Stochastic Block Models

2026-01-23 · Behzad Aalipur, Yichen Qin arxiv

Exact recovery in stochastic block models (SBMs) is well understood in undirected settings, but remains considerably less developed for directed and sparse networks, particularly when the number of communities diverges. …

Community Detection

A Survey on Theoretical Advances of Community Detection in Networks

2018-08-26 · Zhao Yunpeng

Real-world networks usually have community structure, that is, nodes are grouped into densely connected communities. Community detection is one of the most popular and best-studied research topics in network science and …

ClusteringCommunity DetectionModel SelectionSurvey

Spectral Clustering for Directed Graphs via Likelihood Estimation on Stochastic Block Models

2024-03-28 · Ning Zhang, Xiaowen Dong, Mihai Cucuringu

Graph clustering is a fundamental task in unsupervised learning with broad real-world applications. While spectral clustering methods for undirected graphs are well-established and guided by a minimum cut optimization co…

ClusteringGraph ClusteringStochastic Block Model