paper-with-me

Papers

Inductive Representation Learning on Temporal Graphs

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

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 as capturing temporal patterns. The node embeddings, which are now functions of time, should represent both the static node features and the evolving topological structures. Moreover, node and topological features can be temporal as well, whose patterns the node embeddings should also capture. We propose the temporal graph attention (TGAT) layer to efficiently aggregate temporal-topological neighborhood features as well as to learn the time-feature interactions. For TGAT, we use the self-attention mechanism as building block and develop a novel functional time encoding technique based on the classical Bochner's theorem from harmonic analysis. By stacking TGAT layers, the network recognizes the node embeddings as functions of time and is able to inductively infer embeddings for both new and observed nodes as the graph evolves. The proposed approach handles both node classification and link prediction task, and can be naturally extended to include the temporal edge features. We evaluate our method with transductive and inductive tasks under temporal settings with two benchmark and one industrial dataset. Our TGAT model compares favorably to state-of-the-art baselines as well as the previous temporal graph embedding approaches.

📄 PDF Abstract BibTeX arXiv:2002.07962

Code (5)

StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs 공식 구현 pytorch
StatsDLMathsRecomSys/Self-attention-with-Functional-Time-Representation-Learning tf
doujiang-zheng/dynamic-preference-structure pytorch
wan2000/mc-mot pytorch
youngandbin/pfotgnrec pytorch

Tasks

Graph AttentionGraph EmbeddingLink PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Temporal Inductive Logic Reasoning over Hypergraphs

2022-06-09 · Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce 외

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs)…

Inductive logic programmingKnowledge Graphs

CAT-Walk: Inductive Hypergraph Learning via Set Walks

2023-06-19 · NeurIPS 2023 11 · Ali Behrouz, Farnoosh Hashemi, Sadaf Sadeghian, Margo Seltzer

Temporal hypergraphs provide a powerful paradigm for modeling time-dependent, higher-order interactions in complex systems. Representation learning for hypergraphs is essential for extracting patterns of the higher-order…

Hyperedge PredictionNode ClassificationRepresentation Learning

GTEA: Inductive Representation Learning on Temporal Interaction Graphs via Temporal Edge Aggregation

2020-09-11 · Siyue Xie, Yiming Li, Da Sun Handason Tam, Xiaxin Liu 외

In this paper, we propose the Graph Temporal Edge Aggregation (GTEA) framework for inductive learning on Temporal Interaction Graphs (TIGs). Different from previous works, GTEA models the temporal dynamics of interaction…

Inductive LearningNode ClassificationRepresentation LearningTime Series Analysis

CTRL: Continuous-Time Representation Learning on Temporal Heterogeneous Information Network

2024-05-11 · Chenglin Li, Yuanzhen Xie, Chenyun Yu, Lei Cheng 외

Inductive representation learning on temporal heterogeneous graphs is crucial for scalable deep learning on heterogeneous information networks (HINs) which are time-varying, such as citation networks. However, most exist…

Graph EmbeddingLink PredictionRepresentation Learning

Leveraging Pre-trained Language Models for Time Interval Prediction in Text-Enhanced Temporal Knowledge Graphs

2023-09-28 · Duygu Sezen Islakoglu, Mel Chekol, Yannis Velegrakis

Most knowledge graph completion (KGC) methods learn latent representations of entities and relations of a given graph by mapping them into a vector space. Although the majority of these methods focus on static knowledge …

Knowledge Graph CompletionKnowledge GraphsLink PredictionRepresentation Learning+3