paper-with-me

Papers

MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing

2019-04-30 · Sami Abu-El-Haija, Bryan Perozzi, Amol Kapoor, Nazanin Alipourfard, Kristina Lerman, Hrayr Harutyunyan, Greg Ver Steeg, Aram Galstyan

Existing popular methods for semi-supervised learning with Graph Neural Networks (such as the Graph Convolutional Network) provably cannot learn a general class of neighborhood mixing relationships. To address this weakness, we propose a new model, MixHop, that can learn these relationships, including difference operators, by repeatedly mixing feature representations of neighbors at various distances. Mixhop requires no additional memory or computational complexity, and outperforms on challenging baselines. In addition, we propose sparsity regularization that allows us to visualize how the network prioritizes neighborhood information across different graph datasets. Our analysis of the learned architectures reveals that neighborhood mixing varies per datasets.

📄 PDF Abstract BibTeX arXiv:1905.00067

Code (3)

samihaija/mixhop 공식 구현 tf
benedekrozemberczki/MixHop-and-N-GCN pytorch
dmlc/dgl/tree/master/examples/pytorch/mixhop pytorch

Tasks

Node ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Similar Papers 제목 키워드 기반

T- Hop: Tensor representation of paths in graph convolutional networks

2022-04-11 · Abdulrahman Ibraheem

We describe a method for encoding path information in graphs into a 3-d tensor. We show a connection between the introduced path representation scheme and powered adjacency matrices. To alleviate the heavy computational …

Dimensionality Reduction

A Multi-Scale Graph Learning Framework with Temporal Consistency Constraints for Financial Fraud Detection in Transaction Networks under Non-Stationary Conditions

2026-03-15 · Yiming Lei, Qiannan Shen, Junhao Song arxiv

Financial fraud detection in transaction networks involves modeling sparse anomalies, dynamic patterns, and severe class imbalance in the presence of temporal drift in the data. In real-world transaction systems, a suspi…

Fraud DetectionGraph Learning

Simplicial 2-Complex Convolutional Neural Networks

2020-10-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Eric Bunch, Qian You, Glenn Fung, Vikas Singh

Recently, neural network architectures have been developed to accommodate when the data has the structure of a graph or, more generally, a hypergraph. While useful, graph structures can be potentially limiting. Hypergrap…

Enhancing the Utility of Higher-Order Information in Relational Learning

2025-02-13 · Raphael Pellegrin, Lukas Fesser, Melanie Weber

Higher-order information is crucial for relational learning in many domains where relationships extend beyond pairwise interactions. Hypergraphs provide a natural framework for modeling such relationships, which has moti…

Relational Reasoning

The Topos of Transformer Networks

2024-03-27 · Mattia Jacopo Villani, Peter McBurney

The transformer neural network has significantly out-shined all other neural network architectures as the engine behind large language models. We provide a theoretical analysis of the expressivity of the transformer arch…