TL;DR
Region2Vec introduces an unsupervised graph embedding method leveraging GCNs to detect communities in spatial networks, effectively balancing attribute similarity and spatial interactions for improved regional analysis.
Contribution
The paper presents a novel GCN-based community detection approach for spatial networks that simultaneously considers node attributes and spatial interactions, outperforming existing methods.
Findings
Outperforms existing methods in balancing attribute similarity and spatial interactions.
Maintains high community detection accuracy across various spatial network datasets.
Effectively reveals underlying regional structures and interaction patterns.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network
