paper-with-me

홈 › Papers

Provable Overlapping Community Detection in Weighted Graphs

2020-04-15 · NeurIPS 2020 12 · Jimit Majmudar, Stephen Vavasis

Community detection is a widely-studied unsupervised learning problem in which the task is to group similar entities together based on observed pairwise entity interactions. This problem has applications in diverse domains such as social network analysis and computational biology. There is a significant amount of literature studying this problem under the assumption that the communities do not overlap. When the communities are allowed to overlap, often a pure nodes assumption is made, i.e. each community has a node that belongs exclusively to that community. This assumption, however, may not always be satisfied in practice. In this paper, we provide a provable method to detect overlapping communities in weighted graphs without explicitly making the pure nodes assumption. Moreover, contrary to most existing algorithms, our approach is based on convex optimization, for which many useful theoretical properties are already known. We demonstrate the success of our algorithm on artificial and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2004.07150

Code (0)

등록된 구현이 없습니다.

Tasks

Community Detection

Similar Papers 제목 키워드 기반

Ego-splitting Framework: from Non-Overlapping to Overlapping Clusters

2017-08-13 · KDD 2017 8 · Alessandro Epasto, Silvio Lattanzi, Renato Paes Leme

We propose a new framework called Ego-Splitting for detecting clusters in complex networks which leverage the local structures known as ego-nets (i.e. the subgraph induced by the neighborhood of each node) to de-couple o…

ClusteringCommunity Detectiongraph partitioning

High Quality, Scalable and Parallel Community Detectionfor Large Real Graphs

2014-03-19 · WWW 2014 3 · Arnau Prat-Pérez, David Dominguez-Sal, Josep-Lluis Larriba-Pey

Community detection has arisen as one of the most relevant topics in the field of graph mining, principally for its applications in domains such as social or biological networks analysis. Different community detection al…

ClusteringCommunity DetectionGraph MiningVocal Bursts Intensity Prediction

Mixed membership distribution-free model

2021-12-04 · Huan Qing, Jingli Wang

We consider the problem of community detection in overlapping weighted networks, where nodes can belong to multiple communities and edge weights can be finite real numbers. To model such complex networks, we propose a ge…

Community Detectionmodel

Evading Overlapping Community Detection via Proxy Node Injection

2025-09-25 · Dario Loi, Matteo Silvestri, Fabrizio Silvestri, Gabriele Tolomei arxiv

Protecting privacy in social graphs requires preventing sensitive information, such as community affiliations, from being inferred by graph analysis, without substantially altering the graph topology. We address this thr…

Reinforcement LearningCommunity 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