paper-with-me

Papers

Node Embedding over Temporal Graphs

2019-03-21 · Uriel Singer, Ido Guy, Kira Radinsky

In this work, we present a method for node embedding in temporal graphs. We propose an algorithm that learns the evolution of a temporal graph's nodes and edges over time and incorporates this dynamics in a temporal node embedding framework for different graph prediction tasks. We present a joint loss function that creates a temporal embedding of a node by learning to combine its historical temporal embeddings, such that it optimizes per given task (e.g., link prediction). The algorithm is initialized using static node embeddings, which are then aligned over the representations of a node at different time points, and eventually adapted for the given task in a joint optimization. We evaluate the effectiveness of our approach over a variety of temporal graphs for the two fundamental tasks of temporal link prediction and multi-label node classification, comparing to competitive baselines and algorithmic alternatives. Our algorithm shows performance improvements across many of the datasets and baselines and is found particularly effective for graphs that are less cohesive, with a lower clustering coefficient.

📄 PDF Abstract BibTeX arXiv:1903.08889

Code (1)

urielsinger/tNodeEmbed 공식 구현

Tasks

ClusteringLink PredictionNode ClassificationPrediction

Similar Papers 제목 키워드 기반

Inductive Representation Learning on Temporal Graphs

2020-02-19 · ICLR 2020 1 · Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar 외

Inductive representation learning on temporal graphs is an important step toward salable machine learning on real-world dynamic networks. The evolving nature of temporal dynamic graphs requires handling new nodes as well…

Graph AttentionGraph EmbeddingLink PredictionNode Classification+1

Dynamic Node Embeddings from Edge Streams

2019-04-12 · John Boaz Lee, Giang Nguyen, Ryan A. Rossi, Nesreen K. Ahmed 외

Networks evolve continuously over time with the addition, deletion, and changing of links and nodes. Such temporal networks (or edge streams) consist of a sequence of timestamped edges and are seemingly ubiquitous. Despi…

Representation Learningvalid

DynG2G: An Efficient Stochastic Graph Embedding Method for Temporal Graphs

2021-09-28 · Mengjia Xu, Apoorva Vikram Singh, George Em Karniadakis

Dynamic graph embedding has gained great attention recently due to its capability of learning low dimensional graph representations for complex temporal graphs with high accuracy. However, recent advances mostly focus on…

DiversityDynamic graph embeddingGraph EmbeddingTriplet+1

TEAGS: Time-aware Text Embedding Approach to Generate Subgraphs

2019-07-06 · Saeid Hosseini, Saeed Najafipour, Ngai-Man Cheung, Hongzhi Yin 외

Contagions (e.g. virus, gossip) spread over the nodes in propagation graphs. We can use the temporal and textual data of the nodes to compute the edge weights and then generate subgraphs with highly relevant nodes. This …

An embedding-based distance for temporal graphs

2024-01-23 · Lorenzo Dall'Amico, Alain Barrat, Ciro Cattuto

Temporal graphs are commonly used to represent time-resolved relations between entities in many natural and artificial systems. Many techniques were devised to investigate the evolution of temporal graphs by comparing th…

Relation