paper-with-me

Papers

Learning Attribute-Structure Co-Evolutions in Dynamic Graphs

2020-07-25 · Daheng Wang, Zhihan Zhang, Yihong Ma, Tong Zhao, Tianwen Jiang, Nitesh V. Chawla, Meng Jiang

Most graph neural network models learn embeddings of nodes in static attributed graphs for predictive analysis. Recent attempts have been made to learn temporal proximity of the nodes. We find that real dynamic attributed graphs exhibit complex co-evolution of node attributes and graph structure. Learning node embeddings for forecasting change of node attributes and birth and death of links over time remains an open problem. In this work, we present a novel framework called CoEvoGNN for modeling dynamic attributed graph sequence. It preserves the impact of earlier graphs on the current graph by embedding generation through the sequence. It has a temporal self-attention mechanism to model long-range dependencies in the evolution. Moreover, CoEvoGNN optimizes model parameters jointly on two dynamic tasks, attribute inference and link prediction over time. So the model can capture the co-evolutionary patterns of attribute change and link formation. This framework can adapt to any graph neural algorithms so we implemented and investigated three methods based on it: CoEvoGCN, CoEvoGAT, and CoEvoSAGE. Experiments demonstrate the framework (and its methods) outperform strong baselines on predicting an entire unseen graph snapshot of personal attributes and interpersonal links in dynamic social graphs and financial graphs.

📄 PDF Abstract BibTeX arXiv:2007.13004

Code (1)

DM2-ND/CoEvoGNN pytorch

Tasks

AttributeGraph Neural NetworkGraph structure learningLink Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Toward Structure Fairness in Dynamic Graph Embedding: A Trend-aware Dual Debiasing Approach

2024-06-19 · Yicong Li, Yu Yang, Jiannong Cao, Shuaiqi Liu 외

Recent studies successfully learned static graph embeddings that are structurally fair by preventing the effectiveness disparity of high- and low-degree vertex groups in downstream graph mining tasks. However, achieving …

Dynamic graph embeddingFairnessGraph EmbeddingGraph Mining

Time-aware Dynamic Graph Embedding for Asynchronous Structural Evolution

2022-07-01 · Yu Yang, Hongzhi Yin, Jiannong Cao, Tong Chen 외

Dynamic graphs refer to graphs whose structure dynamically changes over time. Despite the benefits of learning vertex representations (i.e., embeddings) for dynamic graphs, existing works merely view a dynamic graph as a…

Dynamic graph embeddingGraph EmbeddingGraph Mining

Reinforcement Learning based Path Exploration for Sequential Explainable Recommendation

2021-11-24 · Yicong Li, Hongxu Chen, Yile Li, Lin Li 외

Recent advances in path-based explainable recommendation systems have attracted increasing attention thanks to the rich information provided by knowledge graphs. Most existing explainable recommendations only utilize sta…

Explainable RecommendationKnowledge GraphsRecommendation Systemsreinforcement-learning+2

Occupancy World Model for Robots

2025-05-07 · Zhang Zhang, Qiang Zhang, Wei Cui, Shuai Shi 외

Understanding and forecasting the scene evolutions deeply affect the exploration and decision of embodied agents. While traditional methods simulate scene evolutions through trajectory prediction of potential instances, …

modelTrajectory Prediction

Inference and Visualization of Community Structure in Attributed Hypergraphs Using Mixed-Membership Stochastic Block Models

2024-01-01 · Kazuki Nakajima, Takeaki Uno

Hypergraphs represent complex systems involving interactions among more than two entities and allow the investigation of higher-order structure and dynamics in complex systems. Node attribute data, which often accompanie…

AttributeDimensionality ReductionStochastic Block Model