paper-with-me

홈 › Papers

Constructing Graph Node Embeddings via Discrimination of Similarity Distributions

2018-10-06 · Stanislav Tsepa, Maxim Panov

The problem of unsupervised learning node embeddings in graphs is one of the important directions in modern network science. In this work we propose a novel framework, which is aimed to find embeddings by \textit{discriminating distributions of similarities (DDoS)} between nodes in the graph. The general idea is implemented by maximizing the \textit{earth mover distance} between distributions of decoded similarities of similar and dissimilar nodes. The resulting algorithm generates embeddings which give a state-of-the-art performance in the problem of link prediction in real-world graphs.

📄 PDF Abstract BibTeX arXiv:1810.03032

Code (0)

등록된 구현이 없습니다.

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Graph-Graph Similarity Network

2021-01-01 · Han Yue, Pengyu Hong, Hongfu Liu

Graph classification aims to predict the class label for an entire graph. Recently, Graph Neural Networks (GNNs)-based approaches become an essential strand to learn low-dimensional continuous embeddings of the entire gr…

ClassificationGeneral ClassificationGraph ClassificationGraph Similarity+1

Graph-Level Embedding for Time-Evolving Graphs

2023-06-01 · Lili Wang, Chenghan Huang, Weicheng Ma, Xinyuan Cao 외

Graph representation learning (also known as network embedding) has been extensively researched with varying levels of granularity, ranging from nodes to graphs. While most prior work in this area focuses on node-level r…

Anomaly DetectionGraph Representation LearningGraph SimilarityLanguage Modeling+4

Federated Graph Semantic and Structural Learning

2024-06-27 · Wenke Huang, Guancheng Wan, Mang Ye, Bo Du

Federated graph learning collaboratively learns a global graph neural network with distributed graphs, where the non-independent and identically distributed property is one of the major challenges. Most relative arts foc…

Graph LearningGraph Neural Network

Reconciling Competing Sampling Strategies of Network Embedding

2023-09-21 · NeurIPS 2023 11

Network embedding plays a significant role in a variety of applications. To capture the topology of the network, most of the existing network embedding algorithms follow a sampling training procedure, which maximizes the…

Edgeless-GNN: Unsupervised Representation Learning for Edgeless Nodes

2021-04-12 · Yong-Min Shin, Cong Tran, Won-Yong Shin, Xin Cao

We study the problem of embedding edgeless nodes such as users who newly enter the underlying network, while using graph neural networks (GNNs) widely studied for effective representation learning of graphs. Our study is…

Network EmbeddingRepresentation Learning