paper-with-me

Papers

Free Energy Node Embedding via Generalized Skip-gram with Negative Sampling

2021-05-19 · Yu Zhu, Ananthram Swami, Santiago Segarra

A widely established set of unsupervised node embedding methods can be interpreted as consisting of two distinctive steps: i) the definition of a similarity matrix based on the graph of interest followed by ii) an explicit or implicit factorization of such matrix. Inspired by this viewpoint, we propose improvements in both steps of the framework. On the one hand, we propose to encode node similarities based on the free energy distance, which interpolates between the shortest path and the commute time distances, thus, providing an additional degree of flexibility. On the other hand, we propose a matrix factorization method based on a loss function that generalizes that of the skip-gram model with negative sampling to arbitrary similarity matrices. Compared with factorizations based on the widely used $\ell_2$ loss, the proposed method can better preserve node pairs associated with higher similarity scores. Moreover, it can be easily implemented using advanced automatic differentiation toolkits and computed efficiently by leveraging GPU resources. Node clustering, node classification, and link prediction experiments on real-world datasets demonstrate the effectiveness of incorporating free-energy-based similarities as well as the proposed matrix factorization compared with state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:2105.09182

Code (1)

yuzhu2019/fe_embed 공식 구현 tf

Tasks

ClusteringGPULink PredictionNode ClassificationNode Clustering

Similar Papers 제목 키워드 기반

Free energy of Bayesian Convolutional Neural Network with Skip Connection

2023-07-04 · Shuya Nagayasu, Sumio Watanabe

Since the success of Residual Network(ResNet), many of architectures of Convolutional Neural Networks(CNNs) have adopted skip connection. While the generalization performance of CNN with skip connection has been explaine…

Ensemble Learning

Generating Post-hoc Explanations for Skip-gram-based Node Embeddings by Identifying Important Nodes with Bridgeness

2023-04-24 · Hogun Park, Jennifer Neville

Node representation learning in a network is an important machine learning technique for encoding relational information in a continuous vector space while preserving the inherent properties and structures of the network…

Graph EmbeddingLink PredictionNode ClassificationRepresentation Learning

Energy-Aware Decentralized Learning with Intermittent Model Training

2024-07-01 · Akash Dhasade, Paolo Dini, Elia Guerra, Anne-Marie Kermarrec 외

Decentralized learning (DL) offers a powerful framework where nodes collaboratively train models without sharing raw data and without the coordination of a central server. In the iterative rounds of DL, models are traine…

model

Bypassing Skip-Gram Negative Sampling: Dimension Regularization as a More Efficient Alternative for Graph Embeddings

2024-04-30 · David Liu, Arjun Seshadri, Tina Eliassi-Rad, Johan Ugander

A wide range of graph embedding objectives decompose into two components: one that enforces similarity, attracting the embeddings of nodes that are perceived as similar, and another that enforces dissimilarity, repelling…

GPUGraph EmbeddingLink PredictionSelf-Supervised Learning

Developments in the theory of randomized shortest paths with a comparison of graph node distances

2012-12-07 · Ilkka Kivimäki, Masashi Shimbo, Marco Saerens

There have lately been several suggestions for parametrized distances on a graph that generalize the shortest path distance and the commute time or resistance distance. The need for developing such distances has risen fr…

ClusteringNode Clustering