paper-with-me

홈 › Papers

Region2Vec: Community Detection on Spatial Networks Using Graph Embedding with Node Attributes and Spatial Interactions

2022-10-10 · Yunlei Liang, Jiawei Zhu, Wen Ye, Song Gao

Community Detection algorithms are used to detect densely connected components in complex networks and reveal underlying relationships among components. As a special type of networks, spatial networks are usually generated by the connections among geographic regions. Identifying the spatial network communities can help reveal the spatial interaction patterns, understand the hidden regional structures and support regional development decision-making. Given the recent development of Graph Convolutional Networks (GCN) and its powerful performance in identifying multi-scale spatial interactions, we proposed an unsupervised GCN-based community detection method "region2vec" on spatial networks. Our method first generates node embeddings for regions that share common attributes and have intense spatial interactions, and then applies clustering algorithms to detect communities based on their embedding similarity and spatial adjacency. Experimental results show that while existing methods trade off either attribute similarities or spatial interactions for one another, "region2vec" maintains a great balance between both and performs the best when one wants to maximize both attribute similarities and spatial interactions within communities.

📄 PDF Abstract BibTeX arXiv:2210.08041

Code (2)

GeoDS/Region2vec 공식 구현 pytorch
geods/region2vec-gat pytorch

Tasks

AttributeCommunity DetectionDecision MakingGraph Embedding

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

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

Urban delineation through the lens of commute networks: Leveraging graph embeddings to distinguish socioeconomic groups in cities

2025-07-15 · Devashish Khulbe, Stanislav Sobolevsky arxiv

Delineating areas within metropolitan regions stands as an important focus among urban researchers, shedding light on the urban perimeters shaped by evolving population dynamics. Applications to urban science are numerou…

Graph Neural NetworkCommunity Detection

Community detection in networks using graph embeddings

2020-09-11 · Aditya Tandon, Aiiad Albeshri, Vijey Thayananthan, Wadee Alhalabi 외

Graph embedding methods are becoming increasingly popular in the machine learning community, where they are widely used for tasks such as node classification and link prediction. Embedding graphs in geometric spaces shou…

ClusteringCommunity DetectionGraph EmbeddingLink Prediction+1

Variational Embeddings for Community Detection and Node Representation

2021-01-11 · Rayyan Ahmad Khan, Muhammad Umer Anwaar, Omran Kaddah, Martin Kleinsteuber

In this paper, we study how to simultaneously learn two highly correlated tasks of graph analysis, i.e., community detection and node representation learning. We propose an efficient generative model called VECoDeR for j…

Community DetectionNode ClassificationRepresentation Learning

VECoDeR - Variational Embeddings for Community Detection and Node Representation

2021-01-01 · Rayyan Ahmad Khan, Muhammad Umer Anwaar, Omran Kaddah, Martin Kleinsteuber

In this paper, we study how to simultaneously learn two highly correlated tasks of graph analysis, i.e., community detection and node representation learning. We propose an efficient generative model called VECoDeR for j…

Community DetectionNode ClassificationRepresentation Learning