paper-with-me

Papers

Overlapping Community Detection using Dynamic Dilated Aggregation in Deep Residual GCN

2022-10-20 · Md Nurul Muttakin, Md Iqbal Hossain, Md Saidur Rahman

Overlapping community detection is a key problem in graph mining. Some research has considered applying graph convolutional networks (GCN) to tackle the problem. However, it is still challenging to incorporate deep graph convolutional networks in the case of general irregular graphs. In this study, we design a deep dynamic residual graph convolutional network (DynaResGCN) based on our novel dynamic dilated aggregation mechanisms and a unified end-to-end encoder-decoder-based framework to detect overlapping communities in networks. The deep DynaResGCN model is used as the encoder, whereas we incorporate the Bernoulli-Poisson (BP) model as the decoder. Consequently, we apply our overlapping community detection framework in a research topics dataset without having ground truth, a set of networks from Facebook having a reliable (hand-labeled) ground truth, and in a set of very large co-authorship networks having empirical (not hand-labeled) ground truth. Our experimentation on these datasets shows significantly superior performance over many state-of-the-art methods for the detection of overlapping communities in networks.

📄 PDF Abstract BibTeX arXiv:2210.11174

Code (1)

buet-gd/Deep-DynaResGCN-community 공식 구현 pytorch

Tasks

Community DetectionDecoderGraph Mining

Similar Papers 제목 키워드 기반

Overlapping Community Detection by Online Cluster Aggregation

2015-04-26 · Mark Kozdoba, Shie Mannor

We present a new online algorithm for detecting overlapping communities. The main ingredients are a modification of an online k-means algorithm and a new approach to modelling overlap in communities. An evaluation on lar…

Community Detection

IEDC: An Integrated Approach for Overlapping and Non-overlapping Community Detection

2016-12-14 · Mahdi Hajiabadi, Hadi Zare, Hossein Bobarshad

Community detection is a task of fundamental importance in social network analysis that can be used in a variety of knowledge-based domains. While there exist many works on community detection based on connectivity struc…

Community Detection

Overlapping Community Detection at Scale: A Nonnegative Matrix Factorization Approach

2013-02-04 · WSDM 2013 2 · Jaewon Yang and Jure Leskovec

Network communities represent basic structures for understanding the organization of real-world networks. A community (also referred to as a module or a cluster) is typically thought of as a group of nodes with more conn…

Community Detection

Overlapping Community Detection with Graph Neural Networks

2019-09-26 · ICLR 2019 5 · Oleksandr Shchur, Stephan Günnemann

Community detection is a fundamental problem in machine learning. While deep learning has shown great promise in many graphrelated tasks, developing neural models for community detection has received surprisingly little …

Community DetectionGraph Neural Network

A Local Perspective-based Model for Overlapping Community Detection

2025-03-27 · Gaofeng Zhou, Rui-Feng Wang, Kangning Cui

Community detection, which identifies densely connected node clusters with sparse between-group links, is vital for analyzing network structure and function in real-world systems. Most existing community detection method…

Community Detection