paper-with-me

Papers

Permutation Equivariant Graph Framelets for Heterophilous Graph Learning

2023-06-07 · Jianfei Li, Ruigang Zheng, Han Feng, Ming Li, Xiaosheng Zhuang

The nature of heterophilous graphs is significantly different from that of homophilous graphs, which causes difficulties in early graph neural network models and suggests aggregations beyond the 1-hop neighborhood. In this paper, we develop a new way to implement multi-scale extraction via constructing Haar-type graph framelets with desired properties of permutation equivariance, efficiency, and sparsity, for deep learning tasks on graphs. We further design a graph framelet neural network model PEGFAN (Permutation Equivariant Graph Framelet Augmented Network) based on our constructed graph framelets. The experiments are conducted on a synthetic dataset and 9 benchmark datasets to compare performance with other state-of-the-art models. The result shows that our model can achieve the best performance on certain datasets of heterophilous graphs (including the majority of heterophilous datasets with relatively larger sizes and denser connections) and competitive performance on the remaining.

📄 PDF Abstract BibTeX arXiv:2306.04265

Code (1)

zrgcityu/pegfan 공식 구현 pytorch

Tasks

Graph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Subgraph Permutation Equivariant Networks

2021-11-23 · Joshua Mitton, Roderick Murray-Smith

In this work we develop a new method, named Sub-graph Permutation Equivariant Networks (SPEN), which provides a framework for building graph neural networks that operate on sub-graphs, while using a base update function …

GPU

The general theory of permutation equivarant neural networks and higher order graph variational encoders

2020-04-08 · Erik Henning Thiede, Truong Son Hy, Risi Kondor

Previous work on symmetric group equivariant neural networks generally only considered the case where the group acts by permuting the elements of a single vector. In this paper we derive formulae for general permutation …

Graph GenerationGraph LearningLink PredictionMolecular Graph Generation

EDEN: A Plug-in Equivariant Distance Encoding to Beyond the 1-WL Test

2022-11-19 · Chang Liu, Yuwen Yang, Yue Ding, Hongtao Lu

The message-passing scheme is the core of graph representation learning. While most existing message-passing graph neural networks (MPNNs) are permutation-invariant in graph-level representation learning and permutation-…

Graph Representation LearningRepresentation Learning

Permutation Equivariant Neural Controlled Differential Equations for Dynamic Graph Representation Learning

2025-06-25 · Torben Berndt, Benjamin Walker, Tiexin Qin, Jan Stühmer 외

Dynamic graphs exhibit complex temporal dynamics due to the interplay between evolving node features and changing network structures. Recently, Graph Neural Controlled Differential Equations (Graph Neural CDEs) successfu…

Graph Representation LearningRepresentation Learning

SpeqNets: Sparsity-aware Permutation-equivariant Graph Networks

2022-03-25 · Christopher Morris, Gaurav Rattan, Sandra Kiefer, Siamak Ravanbakhsh

While (message-passing) graph neural networks have clear limitations in approximating permutation-equivariant functions over graphs or general relational data, more expressive, higher-order graph neural networks do not s…

Graph Neural Network