paper-with-me

홈 › Papers

Graph Encoder Ensemble for Simultaneous Vertex Embedding and Community Detection

2023-01-18 · Cencheng Shen, Youngser Park, Carey E. Priebe

In this paper, we introduce a novel and computationally efficient method for vertex embedding, community detection, and community size determination. Our approach leverages a normalized one-hot graph encoder and a rank-based cluster size measure. Through extensive simulations, we demonstrate the excellent numerical performance of our proposed graph encoder ensemble algorithm.

📄 PDF Abstract BibTeX arXiv:2301.11290

Code (1)

cshen6/graphemd 공식 구현

Tasks

Community Detection

Similar Papers 제목 키워드 기반

One-Hot Graph Encoder Embedding

2021-09-27 · Cencheng Shen, Qizhe Wang, Carey E. Priebe

In this paper we propose a lightning fast graph embedding method called one-hot graph encoder embedding. It has a linear computational complexity and the capacity to process billions of edges within minutes on standard P…

ClusteringGraph EmbeddingStochastic Block Model

Principal Graph Encoder Embedding and Principal Community Detection

2025-01-24 · Cencheng Shen, Yuexiao Dong, Carey E. Priebe, Jonathan Larson 외

In this paper, we introduce the concept of principal communities and propose a principal graph encoder embedding method that concurrently detects these communities and achieves vertex embedding. Given a graph adjacency m…

Community Detection

Refined Graph Encoder Embedding via Self-Training and Latent Community Recovery

2024-05-21 · Cencheng Shen, Jonathan Larson, Ha Trinh, Carey E. Priebe

This paper introduces a refined graph encoder embedding method, enhancing the original graph encoder embedding through linear transformation, self-training, and hidden community recovery within observed communities. We p…

Synergistic Graph Fusion via Encoder Embedding

2023-03-31 · Cencheng Shen, Carey E. Priebe, Jonathan Larson, Ha Trinh

In this paper, we introduce a method called graph fusion embedding, designed for multi-graph embedding with shared vertex sets. Under the framework of supervised learning, our method exhibits a remarkable and highly desi…

ClassificationGraph EmbeddingStochastic Block Model

Simultaneous Dimensionality and Complexity Model Selection for Spectral Graph Clustering

2019-04-05 · Congyuan Yang, Carey E. Priebe, Youngser Park, David J. Marchette

Our problem of interest is to cluster vertices of a graph by identifying underlying community structure. Among various vertex clustering approaches, spectral clustering is one of the most popular methods because it is ea…

ClusteringGraph ClusteringModel SelectionSpectral Graph Clustering+1