Dynamic graph embedding

7 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Most implemented papers

DynamicGEM: A Library for Dynamic Graph Embedding Methods

palash1992/DynamicGEM 26 Nov 2018

DynamicGEM is an open-source Python library for learning node representations of dynamic graphs.

FILDNE: A Framework for Incremental Learning of Dynamic Networks Embeddings

fildne/fildne 6 Apr 2019

Experimental results on several downstream tasks, over seven real-world data sets, show that FILDNE is able to reduce memory and computational time costs while providing competitive quality measure gains with respect to the contemporary methods for representation learning on dynamic graphs.

K-Core based Temporal Graph Convolutional Network for Dynamic Graphs

jhljx/CTGCN 22 Mar 2020

Graph representation learning is a fundamental task in various applications that strives to learn low-dimensional embeddings for nodes that can preserve graph topology information.

FeatureNorm: L2 Feature Normalization for Dynamic Graph Embedding

marlin-codes/FeatureNorm 27 Feb 2021

As a matter of fact, this smoothing technique can not only encourage must-link node pairs to get closer but also push cannot-link pairs to shrink together, which potentially cause serious feature shrink or oversmoothing problem, especially when stacking graph convolution in multiple layers or steps.

DynG2G: An Efficient Stochastic Graph Embedding Method for Temporal Graphs

gracexu182/dyng2g 28 Sep 2021

However, recent advances mostly focus on learning node embeddings as deterministic "vectors" for static graphs yet disregarding the key graph temporal dynamics and the evolving uncertainties associated with node embedding in the latent space.

Parameter-free Dynamic Graph Embedding for Link Prediction

fudancisl/freegem 15 Oct 2022

Dynamic interaction graphs have been widely adopted to model the evolution of user-item interactions over time.

TransformerG2G: Adaptive time-stepping for learning temporal graph embeddings using transformers

alanjohnvarghese/TransformerG2G 5 Jul 2023

Hence, incorporating long-range dependencies from the historical graph context plays a crucial role in accurately learning their temporal dynamics.