paper-with-me

Papers

A Modular Framework for Centrality and Clustering in Complex Networks

2021-11-23 · Frederique Oggier, Silivanxay Phetsouvanh, Anwitaman Datta

The structure of many complex networks includes edge directionality and weights on top of their topology. Network analysis that can seamlessly consider combination of these properties are desirable. In this paper, we study two important such network analysis techniques, namely, centrality and clustering. An information-flow based model is adopted for clustering, which itself builds upon an information theoretic measure for computing centrality. Our principal contributions include a generalized model of Markov entropic centrality with the flexibility to tune the importance of node degrees, edge weights and directions, with a closed-form asymptotic analysis. It leads to a novel two-stage graph clustering algorithm. The centrality analysis helps reason about the suitability of our approach to cluster a given graph, and determine `query' nodes, around which to explore local community structures, leading to an agglomerative clustering mechanism. The entropic centrality computations are amortized by our clustering algorithm, making it computationally efficient: compared to prior approaches using Markov entropic centrality for clustering, our experiments demonstrate multiple orders of magnitude of speed-up. Our clustering algorithm naturally inherits the flexibility to accommodate edge directionality, as well as different interpretations and interplay between edge weights and node degrees. Overall, this paper thus not only makes significant theoretical and conceptual contributions, but also translates the findings into artifacts of practical relevance, yielding new, effective and scalable centrality computations and graph clustering algorithms, whose efficacy has been validated through extensive benchmarking experiments.

📄 PDF Abstract BibTeX arXiv:2111.11623

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Weight-conserving characterization of complex functional brain networks

2011-03-26 · Mikail Rubinov, Olaf Sporns

Complex functional brain networks are large networks of brain regions and functional brain connections. Statistical characterizations of these networks aim to quantify global and local properties of brain activity with a…

Median evidential c-means algorithm and its application to community detection

2015-01-07 · Kuang Zhou, Arnaud Martin, Quan Pan, Zhun-Ga Liu

Median clustering is of great value for partitioning relational data. In this paper, a new prototype-based clustering method, called Median Evidential C-Means (MECM), which is an extension of median c-means and median fu…

ClusteringCommunity DetectionGraph ClusteringPrototype Selection

PageRank and The K-Means Clustering Algorithm

2020-05-10 · Mustafa Hajij, Eyad Said, Robert Todd

We utilize the PageRank vector to generalize the $k$-means clustering algorithm to directed and undirected graphs. We demonstrate that PageRank and other centrality measures can be used in our setting to robustly compute…

ClusteringGraph Clustering

Network-Based Video Recommendation Using Viewing Patterns and Modularity Analysis: An Integrated Framework

2023-08-24 · Mehrdad Maghsoudi, Mohammad Hossein valikhani, Mohammad Hossein Zohdi

The proliferation of video-on-demand (VOD) services has led to a paradox of choice, overwhelming users with vast content libraries and revealing limitations in current recommender systems. This research introduces a nove…

ClusteringCollaborative FilteringRecommendation SystemsVideo Similarity

A stochastic block model for community detection in attributed networks

2023-08-31 · Xiao Wang, Fang Dai, Wenyan Guo, Junfeng Wang

Community detection is an important content in complex network analysis. The existing community detection methods in attributed networks mostly focus on only using network structure, while the methods of integrating node…

ClusteringCommunity DetectionStochastic Block Model