paper-with-me

홈 › Papers

Unsupervised Learning of Node Embeddings by Detecting Communities

2019-09-25 · Chi Thang Duong, Dung Hoang, Truong Giang Le Ba, Thanh Le Cong, Hongzhi Yin, Matthias Weidlich, Quoc Viet Hung Nguyen, Karl Aberer

We present Deep MinCut (DMC), an unsupervised approach to learn node embeddings for graph-structured data. It derives node representations based on their membership in communities. As such, the embeddings directly provide interesting insights into the graph structure, so that the separate node clustering step of existing methods is no longer needed. DMC learns both, node embeddings and communities, simultaneously by minimizing the mincut loss, which captures the number of connections between communities. Striving for high scalability, we also propose a training process for DMC based on minibatches. We provide empirical evidence that the communities learned by DMC are meaningful and that the node embeddings are competitive in different node classification benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringNode ClassificationNode Clustering

Similar Papers 제목 키워드 기반

Dynamic Network Embeddings for Network Evolution Analysis

2019-06-24 · Chuanchang Chen, Yubo Tao, Hai Lin

Network embeddings learn to represent nodes as low-dimensional vectors to preserve the proximity between nodes and communities of the network for network analysis. The temporal edges (e.g., relationships, contacts, and e…

Link PredictionNetwork Embedding

DBGDGM: Dynamic Brain Graph Deep Generative Model

2023-01-26 · Alexander Campbell, Simeon Spasov, Nicola Toschi, Pietro Lio

Graphs are a natural representation of brain activity derived from functional magnetic imaging (fMRI) data. It is well known that clusters of anatomical brain regions, known as functional connectivity networks (FCNs), en…

Dynamic Link PredictionFunctional ConnectivityGraph ClassificationGraph Generation+2

Hybrid Graph Embeddings and Louvain Algorithm for Unsupervised Community Detection

2025-09-27 · Dalila Khettaf, Djamel Djenouri, Zeinab Rezaeifar, Youcef Djenouri arxiv

This paper proposes a novel community detection method that integrates the Louvain algorithm with Graph Neural Networks (GNNs), enabling the discovery of communities without prior knowledge. Compared to most existing sol…

Community Detection

GeoAI-Enhanced Community Detection on Spatial Networks with Graph Deep Learning

2024-11-23 · Yunlei Liang, Jiawei Zhu, Wen Ye, Song Gao

Spatial networks are useful for modeling geographic phenomena where spatial interaction plays an important role. To analyze the spatial networks and their internal structures, graph-based methods such as community detect…

AttributeCommunity DetectionDeep LearningGraph Attention

Scalable Hypergraph Embedding System

2021-03-09 · Sepideh Maleki, Donya Saless, Dennis P. Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings. However, it is difficult to use graphs to capture non-binary relations such as communities of nodes. The…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification