paper-with-me

Papers

Evaluating Node Embeddings of Complex Networks

2021-02-16 · Arash Dehghan-Kooshkghazi, Bogumił Kamiński, Łukasz Kraiński, Paweł Prałat, François Théberge

Graph embedding is a transformation of nodes of a graph into a set of vectors. A~good embedding should capture the graph topology, node-to-node relationship, and other relevant information about the graph, its subgraphs, and nodes. If these objectives are achieved, an embedding is a meaningful, understandable, compressed representations of a network that can be used for other machine learning tools such as node classification, community detection, or link prediction. The main challenge is that one needs to make sure that embeddings describe the properties of the graphs well. As a result, selecting the best embedding is a challenging task and very often requires domain experts. In this paper, we do a series of extensive experiments with selected graph embedding algorithms, both on real-world networks as well as artificially generated ones. Based on those experiments we formulate two general conclusions. First, if one needs to pick one embedding algorithm before running the experiments, then node2vec is the best choice as it performed best in our tests. Having said that, there is no single winner in all tests and, additionally, most embedding algorithms have hyperparameters that should be tuned and are randomized. Therefore, our main recommendation for practitioners is, if possible, to generate several embeddings for a problem at hand and then use a general framework that provides a tool for an unsupervised graph embedding comparison. This framework (introduced recently in the literature and easily available on GitHub repository) assigns the divergence score to embeddings to help distinguish good ones from bad ones.

📄 PDF Abstract BibTeX arXiv:2102.08275

Code (2)

KrainskiL/CGE.jl 공식 구현
arash-dehghan/EmbeddingComplexNetworks 공식 구현

Tasks

Community DetectionGraph EmbeddingLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Unsupervised Framework for Evaluating and Explaining Structural Node Embeddings of Graphs

2023-06-19 · Ashkan Dehghan, Kinga Siuta, Agata Skorupka, Andrei Betlen 외

An embedding is a mapping from a set of nodes of a network into a real vector space. Embeddings can have various aims like capturing the underlying graph topology and structure, node-to-node relationship, or other releva…

Twitch Gamers: a Dataset for Evaluating Proximity Preserving and Structural Role-based Node Embeddings

2021-01-08 · Benedek Rozemberczki, Rik Sarkar

Proximity preserving and structural role-based node embeddings have become a prime workhorse of applied graph mining. Novel node embedding techniques are often tested on a restricted set of benchmark datasets. In this pa…

Graph MiningNode Classification

TopoDetect: Framework for Topological Features Detection in Graph Embeddings

2021-10-08 · Maroun Haddad, Mohamed Bouguessa

TopoDetect is a Python package that allows the user to investigate if important topological features, such as the Degree of the nodes, their Triangle Count, or their Local Clustering Score, are preserved in the embedding…

Clustering

A Multi-purposed Unsupervised Framework for Comparing Embeddings of Undirected and Directed Graphs

2021-11-30 · Bogumił Kamiński, Łukasz Kraiński, Paweł Prałat, François Théberge

Graph embedding is a transformation of nodes of a network into a set of vectors. A good embedding should capture the underlying graph topology and structure, node-to-node relationship, and other relevant information abou…

Graph Embedding

Graph Embeddings at Scale

2019-07-03 · C. Bayan Bruss, Anish Khazane, Jonathan Rider, Richard Serpe 외

Graph embedding is a popular algorithmic approach for creating vector representations for individual vertices in networks. Training these algorithms at scale is important for creating embeddings that can be used for clas…

Graph Embeddinggraph partitioningLink Prediction