paper-with-me

Papers

Deep learning long-range information in undirected graphs with wave networks

2018-10-29 · Matthew K. Matlock, Arghya Datta, Na Le Dang, Kevin Jiang, S. Joshua Swamidass

Graph algorithms are key tools in many fields of science and technology. Some of these algorithms depend on propagating information between distant nodes in a graph. Recently, there have been a number of deep learning architectures proposed to learn on undirected graphs. However, most of these architectures aggregate information in the local neighborhood of a node, and therefore they may not be capable of efficiently propagating long-range information. To solve this problem we examine a recently proposed architecture, wave, which propagates information back and forth across an undirected graph in waves of nonlinear computation. We compare wave to graph convolution, an architecture based on local aggregation, and find that wave learns three different graph-based tasks with greater efficiency and accuracy. These three tasks include (1) labeling a path connecting two nodes in a graph, (2) solving a maze presented as an image, and (3) computing voltages in a circuit. These tasks range from trivial to very difficult, but wave can extrapolate from small training examples to much larger testing examples. These results show that wave may be able to efficiently solve a wide range of problems that require long-range information propagation across undirected graphs. An implementation of the wave network, and example code for the maze problem are included in the tflon deep learning toolkit (https://bitbucket.org/mkmatlock/tflon).

📄 PDF Abstract BibTeX arXiv:1810.12153

Code (1)

https://bitbucket.org/mkmatlock/tflon 공식 구현 tf

Similar Papers 제목 키워드 기반

A Fractional Graph Laplacian Approach to Oversmoothing

2023-05-22 · NeurIPS 2023 11 · Sohir Maskey, Raffaele Paolino, Aras Bacho, Gitta Kutyniok

Graph neural networks (GNNs) have shown state-of-the-art performances in various applications. However, GNNs often struggle to capture long-range dependencies in graphs due to oversmoothing. In this paper, we generalize …

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 task…

Node Classification

Digraphwave: Scalable Extraction of Structural Node Embeddings via Diffusion on Directed Graphs

2022-07-20 · Ciwan Ceylan, Kambiz Ghoorchian, Danica Kragic

Structural node embeddings, vectors capturing local connectivity information for each node in a graph, have many applications in data mining and machine learning, e.g., network alignment and node classification, clusteri…

Anomaly DetectionNode Classification

A General Graph Spectral Wavelet Convolution via Chebyshev Order Decomposition

2024-05-22 · Nian Liu, Xiaoxin He, Thomas Laurent, Francesco Di Giovanni 외

Spectral graph convolution, an important tool of data filtering on graphs, relies on two essential decisions: selecting spectral bases for signal transformation and parameterizing the kernel for frequency analysis. While…

On Robustness of Consensus over Pseudo-Undirected Path Graphs

2025-09-24 · Abhinav Sinha, Dwaipayan Mukherjee, Shashi Ranjan Kumar arxiv

Consensus over networked agents is typically studied using undirected or directed communication graphs. Undirected graphs enforce symmetry in information exchange, leading to convergence to the average of initial states,…