图神经网络中的回声室效应检测
Not Just Oversmoothing: Detecting the Echo Chamber Effect in Graph Neural Networks
这篇论文揭示了图神经网络中一种新型故障模式,并提出了针对性的解决方案CASP,对GNN研究者和应用开发者很有价值。
研究人员发现图神经网络(GNNs)存在一种名为回声室效应的新型故障模式。该效应发生在社区内表示快速收敛而社区间分离保持不变时。研究团队引入了回声室指数(ECI)来量化这一现象,并发现特征保留机制可能在特定条件下维持回声室效应。基于此分析,他们提出了社区感知分裂传播(CASP)方法,在不同同质和异质设置下提升了多种骨干GNNs的性能。
Not Just Oversmoothing: Detecting the Echo Chamber Effect in Graph Neural Networks
Oversmoothing is a well-known failure mode of Graph Neural Networks (GNNs). However, most existing diagnostics rely on global aggregation measures that fail to capture the heterogeneous dynamics of message passing. Real-world graphs exhibit pronounced community structure, and message passing operates on two timescales, with representations collapsing rapidly within communities and slowly across them. This creates a critical gap in which intra-community representations can become indistinguishable while inter community separation persists, a failure mode that we refer to as the Echo Chamber Effect. To quantify this effect, we introduce the Echo Chamber Index (ECI), which stratifies pairwise distances by community membership and reveals when global energy diminishes while inter-community separation persists. ECI further shows that feature retention mechanisms can preserve the echo chamber under the conditions of our theoretical analysis. The consequences depend on label structure: when communities align with classes, the echo chamber can sharpen node classification, whereas when they do not, the same collapse makes classification provably harder. Motivated by this analysis, we propose Community-Aware Split Propagation (CASP), a lightweight plugin that decouples intra- and inter-community aggregation and learns their balance from label structure. CASP improves diverse backbone GNNs across most evaluated homophilic and heterophilic settings.