paper-with-me

홈 › Papers

Half-Hop: A graph upsampling approach for slowing down message passing

2023-08-17 · Mehdi Azabou, Venkataramana Ganesh, Shantanu Thakoor, Chi-Heng Lin, Lakshmi Sathidevi, Ran Liu, Michal Valko, Petar Veličković, Eva L. Dyer

Message passing neural networks have shown a lot of success on graph-structured data. However, there are many instances where message passing can lead to over-smoothing or fail when neighboring nodes belong to different classes. In this work, we introduce a simple yet general framework for improving learning in message passing neural networks. Our approach essentially upsamples edges in the original graph by adding "slow nodes" at each edge that can mediate communication between a source and a target node. Our method only modifies the input graph, making it plug-and-play and easy to use with existing models. To understand the benefits of slowing down message passing, we provide theoretical and empirical analyses. We report results on several supervised and self-supervised benchmarks, and show improvements across the board, notably in heterophilic conditions where adjacent nodes are more likely to have different labels. Finally, we show how our approach can be used to generate augmentations for self-supervised learning, where slow nodes are randomly introduced into different edges in the graph to generate multi-scale views with variable path lengths.

📄 PDF Abstract BibTeX arXiv:2308.09198

Code (1)

nerdslab/halfhop 공식 구현 pytorch

Tasks

Node ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

UniGAP: A Universal and Adaptive Graph Upsampling Approach to Mitigate Over-Smoothing in Node Classification Tasks

2024-07-28 · Xiaotang Wang, Yun Zhu, Haizhou Shi, Yongchao Liu 외

In the graph domain, deep graph networks based on Message Passing Neural Networks (MPNNs) or Graph Transformers often cause over-smoothing of node features, limiting their expressive capacity. Many upsampling techniques …

Data AugmentationNode Classification

Towards Training GNNs using Explanation Directed Message Passing

2022-11-30 · Valentina Giunchiglia, Chirag Varun Shukla, Guadalupe Gonzalez, Chirag Agarwal

With the increasing use of Graph Neural Networks (GNNs) in critical real-world applications, several post hoc explanation methods have been proposed to understand their predictions. However, there has been no work in gen…

Modeling and Detection of Critical Slowing Down in Epileptic Dynamics

2024-11-11 · Yuzhen Qin, Marcel van Gerven

Epilepsy is a common neurological disorder characterized by abrupt seizures. Although seizures may appear random, they are often preceded by early warning signs in neural signals, notably, critical slowing down, a phenom…

The critical slowing down in diffusion models

2026-05-12 · Luca Maria Del Bono, Giulio Biroli, Patrick Charbonneau, Marylou Gabrié arxiv

Computational sampling has been central to the sciences since the mid-20th century. While machine-learning-based approaches have recently enabled major advances, their behavior remains poorly understood, with limited the…

SummaryMixing: A Linear-Complexity Alternative to Self-Attention for Speech Recognition and Understanding

2023-07-12 · Titouan Parcollet, Rogier Van Dalen, Shucong Zhang, Sourav Bhattacharya

Modern speech processing systems rely on self-attention. Unfortunately, token mixing with self-attention takes quadratic time in the length of the speech utterance, slowing down inference and training and increasing memo…

speech-recognitionSpeech Recognition