paper-with-me

홈 › Papers

The Self-Loop Paradox: Investigating the Impact of Self-Loops on Graph Neural Networks

2023-12-04 · Moritz Lampert, Ingo Scholtes

Many Graph Neural Networks (GNNs) add self-loops to a graph to include feature information about a node itself at each layer. However, if the GNN consists of more than one layer, this information can return to its origin via cycles in the graph topology. Intuition suggests that this "backflow" of information should be larger in graphs with self-loops compared to graphs without. In this work, we counter this intuition and show that for certain GNN architectures, the information a node gains from itself can be smaller in graphs with self-loops compared to the same graphs without. We adopt an analytical approach for the study of statistical graph ensembles with a given degree sequence and show that this phenomenon, which we call the self-loop paradox, can depend both on the number of GNN layers $k$ and whether $k$ is even or odd. We experimentally validate our theoretical findings in a synthetic node classification task and investigate its practical relevance in 23 real-world graphs.

📄 PDF Abstract BibTeX arXiv:2312.01721

Code (1)

m-lampert/self-loop-paradox 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Large Language Models Suffer From Their Own Output: An Analysis of the Self-Consuming Training Loop

2023-11-28 · Martin Briesch, Dominik Sobania, Franz Rothlauf

Large Language Models (LLM) are already widely used to generate content for a variety of online platforms. As we are not able to safely distinguish LLM-generated content from human-produced content, LLM-generated content…

DiversityImage Generation

On the Paradoxical Interference between Instruction-Following and Task Solving

2026-01-29 · Yunjia Qi, Hao Peng, Xintong Shi, Amy Xin 외 arxiv

Instruction following aims to align Large Language Models (LLMs) with human intent by specifying explicit constraints on how tasks should be performed. However, we reveal a counterintuitive phenomenon: instruction follow…

Instruction FollowingCode Generation

The Far Side of Failure: Investigating the Impact of Speech Recognition Errors on Subsequent Dementia Classification

2022-11-11 · Changye Li, Trevor Cohen, Serguei Pakhomov

Linguistic anomalies detectable in spontaneous speech have shown promise for various clinical applications including screening for dementia and other forms of cognitive impairment. The feasibility of deploying automated …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClassificationSelf-Supervised Learning+2

Discourse Heuristics For Paradoxically Moral Self-Correction

2025-07-01 · Guangliang Liu, Zimo Qi, Xitong Zhang, Kristen Marie Johnson arxiv

Moral self-correction has emerged as a promising approach for aligning the output of Large Language Models (LLMs) with human moral values. However, moral self-correction techniques are subject to two primary paradoxes. F…

Learning from Heterophilic Graphs: A Spectral Theory Perspective on the Impact of Self-Loops and Parallel Edges

2025-09-16 · Kushal Bose, Swagatam Das arxiv

Graph heterophily poses a formidable challenge to the performance of Message-passing Graph Neural Networks (MP-GNNs). The familiar low-pass filters like Graph Convolutional Networks (GCNs) face performance degradation, w…