paper-with-me

Papers

Efficiently Detecting Overlapping Communities through Seeding and Semi-Supervised Learning

2014-01-23 · Changxing Shang, Shengzhong Feng, Zhongying Zhao, Jianping Fan

Seeding then expanding is a commonly used scheme to discover overlapping communities in a network. Most seeding methods are either too complex to scale to large networks or too simple to select high-quality seeds, and the non-principled functions used by most expanding methods lead to poor performance when applied to diverse networks. This paper proposes a new method that transforms a network into a corpus where each edge is treated as a document, and all nodes of the network are treated as terms of the corpus. An effective seeding method is also proposed that selects seeds as a training set, then a principled expanding method based on semi-supervised learning is applied to classify edges. We compare our new algorithm with four other community detection algorithms on a wide range of synthetic and empirical networks. Experimental results show that the new algorithm can significantly improve clustering performance in most cases. Furthermore, the time complexity of the new algorithm is linear to the number of edges, and this low complexity makes the new algorithm scalable to large networks.

📄 PDF Abstract BibTeX arXiv:1401.5888

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Overlapping community detection in networks based on link partitioning and partitioning around medoids

2019-07-20 · Alexander Ponomarenko, Leonidas Pitsoulis, Marat Shamshetdinov

In this paper, we present a new method for detecting overlapping communities in networks with a predefined number of clusters called LPAM (Link Partitioning Around Medoids). The overlapping communities in the graph are o…

Community Detection

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

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

Detecting Overlapping Communities in Networks Using Spectral Methods

2014-12-10 · Yuan Zhang, Elizaveta Levina, Ji Zhu

Community detection is a fundamental problem in network analysis which is made more challenging by overlaps between communities which often occur in practice. Here we propose a general, flexible, and interpretable genera…

ClusteringCommunity DetectionStochastic Block Model

Efficient discovery of overlapping communities in massive networks

2013-09-03 · PNAS 2013 2013 9 · Prem K. Gopalan, David M. Blei

Detecting overlapping communities is essential to analyzing and exploring natural networks such as social networks, biological networks, and citation networks. However, most existing approaches do not scale to the size…

ArticlesCommunity Detection