paper-with-me

Papers

Initialization for Network Embedding: A Graph Partition Approach

2019-08-28 · Wenqing Lin, Feng He, Faqiang Zhang, Xu Cheng, Hongyun Cai

Network embedding has been intensively studied in the literature and widely used in various applications, such as link prediction and node classification. While previous work focus on the design of new algorithms or are tailored for various problem settings, the discussion of initialization strategies in the learning process is often missed. In this work, we address this important issue of initialization for network embedding that could dramatically improve the performance of the algorithms on both effectiveness and efficiency. Specifically, we first exploit the graph partition technique that divides the graph into several disjoint subsets, and then construct an abstract graph based on the partitions. We obtain the initialization of the embedding for each node in the graph by computing the network embedding on the abstract graph, which is much smaller than the input graph, and then propagating the embedding among the nodes in the input graph. With extensive experiments on various datasets, we demonstrate that our initialization technique significantly improves the performance of the state-of-the-art algorithms on the evaluations of link prediction and node classification by up to 7.76% and 8.74% respectively. Besides, we show that the technique of initialization reduces the running time of the state-of-the-arts by at least 20%.

📄 PDF Abstract BibTeX arXiv:1908.10697

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationgraph partitioningLink PredictionNetwork EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Nimble GNN Embedding with Tensor-Train Decomposition

2022-06-21 · Chunxing Yin, Da Zheng, Israt Nisa, Christos Faloutos 외

This paper describes a new method for representing embedding tables of graph neural networks (GNNs) more compactly via tensor-train (TT) decomposition. We consider the scenario where (a) the graph data that lack node fea…

GPUgraph partitioning

Neural QAOA$^{2}$: Differentiable Joint Graph Partitioning and Parameter Initialization for Quantum Combinatorial Optimization

2026-05-13 · Zubin Zheng, Jiahao Wu, Shengcai Liu arxiv

The quantum approximate optimization algorithm (QAOA) holds promise for combinatorial optimization but is constrained by limited qubits. While divide-and-conquer frameworks like QAOA$^{2}$ address scalability by partitio…

Zero-shot Generalizationgraph partitioning

EmbedPart: Embedding-Driven Graph Partitioning for Scalable Graph Neural Network Training

2026-04-01 · Nikolai Merkel, Ruben Mayer, Volker Markl, Hans-Arno Jacobsen arxiv

Graph Neural Networks (GNNs) are widely used for learning on graph-structured data, but scaling GNN training to massive graphs remains challenging. To enable scalable distributed training, graphs are divided into smaller…

Graph Neural Networkgraph partitioning

Deep Learning and Spectral Embedding for Graph Partitioning

2021-10-16 · Alice Gatti, Zhixiong Hu, Tess Smidt, Esmond G. Ng 외

We present a graph bisection and partitioning algorithm based on graph neural networks. For each node in the graph, the network outputs probabilities for each of the partitions. The graph neural network consists of two m…

Deep LearningGraph Neural Networkgraph partitioning

FGPGA: An Efficient Genetic Approach for Producing Feasible Graph Partitions

2014-11-17 · Md. Lisul Islam, Novia Nurain, Swakkhar Shatabda, M. Sohel Rahman

Graph partitioning, a well studied problem of parallel computing has many applications in diversified fields such as distributed computing, social network analysis, data mining and many other domains. In this paper, we i…

Cloud ComputingDistributed Computinggraph partitioning