paper-with-me

Papers

Improving Graph Neural Networks by Learning Continuous Edge Directions

2024-10-18 · Seong Ho Pahng, Sahand Hormoz

Graph Neural Networks (GNNs) traditionally employ a message-passing mechanism that resembles diffusion over undirected graphs, which often leads to homogenization of node features and reduced discriminative power in tasks such as node classification. Our key insight for addressing this limitation is to assign fuzzy edge directions -- that can vary continuously from node $i$ pointing to node $j$ to vice versa -- to the edges of a graph so that features can preferentially flow in one direction between nodes to enable long-range information transmission across the graph. We also introduce a novel complex-valued Laplacian for directed graphs with fuzzy edges where the real and imaginary parts represent information flow in opposite directions. Using this Laplacian, we propose a general framework, called Continuous Edge Direction (CoED) GNN, for learning on graphs with fuzzy edges and prove its expressivity limits using a generalization of the Weisfeiler-Leman (WL) graph isomorphism test for directed graphs with fuzzy edges. Our architecture aggregates neighbor features scaled by the learned edge directions and processes the aggregated messages from in-neighbors and out-neighbors separately alongside the self-features of the nodes. Since continuous edge directions are differentiable, they can be learned jointly with the GNN weights via gradient-based optimization. CoED GNN is particularly well-suited for graph ensemble data where the graph structure remains fixed but multiple realizations of node features are available, such as in gene regulatory networks, web connectivity graphs, and power grids. We demonstrate through extensive experiments on both synthetic and real datasets that learning continuous edge directions significantly improves performance both for undirected and directed graphs compared with existing methods.

📄 PDF Abstract BibTeX arXiv:2410.14109

Code (1)

hormoz-lab/coed-gnn 공식 구현 jax

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Optimization of Edge Directions and Weights for Mixed Guidance Graphs in Lifelong Multi-Agent Path Finding

2026-02-26 · Yulun Zhang, Varun Bhatt, Matthew C. Fontaine, Stefanos Nikolaidis 외 arxiv

Multi-Agent Path Finding (MAPF) aims to move agents from their start to goal vertices on a graph. Lifelong MAPF (LMAPF) continuously assigns new goals to agents as they complete current ones. To guide agents' movement in…

A Survey on Extractive Knowledge Graph Summarization: Applications, Approaches, Evaluation, and Future Directions

2024-02-19 · Xiaxia Wang, Gong Cheng

With the continuous growth of large Knowledge Graphs (KGs), extractive KG summarization becomes a trending task. Aiming at distilling a compact subgraph with condensed information, it facilitates various downstream KG-ba…

Knowledge GraphsSurvey

Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments

2020-04-06 · ECCV 2020 8 · Jacob Krantz, Erik Wijmans, Arjun Majumdar, Dhruv Batra 외

We develop a language-guided navigation task set in a continuous 3D environment where agents must execute low-level actions to follow natural language navigation directions. By being situated in continuous environments, …

Vision and Language Navigation

Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments – Extended Abstract

2020-06-12 · ICML Workshop LaReL 2020 7 · Jacob Krantz, Erik Wijmans, Arjun Majumdar, Dhruv Batra 외

We develop a language-guided navigation task set in a continuous 3D environment where agents must execute low-level actions to follow natural language navigation directions. By being situated in continuous environments, …

Vision and Language Navigation

A Survey on Temporal Knowledge Graph Completion: Taxonomy, Progress, and Prospects

2023-08-04 · Jiapu Wang, Boyue Wang, Meikang Qiu, Shirui Pan 외

Temporal characteristics are prominently evident in a substantial volume of knowledge, which underscores the pivotal role of Temporal Knowledge Graphs (TKGs) in both academia and industry. However, TKGs often suffer from…

Knowledge Graph CompletionKnowledge GraphsMissing ElementsTemporal Knowledge Graph Completion