Pith. sign in

REVIEW 52 cited by

A Survey on Oversmoothing in Graph Neural Networks

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2303.10993 v1 pith:BFGC3K4J submitted 2023-03-20 cs.LG

classification cs.LG
keywords over-smoothinggraphgnnsmeasuresapproachesdefinitiondemonstrateempirically
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Node features of graph neural networks (GNNs) tend to become more similar with the increase of the network depth. This effect is known as over-smoothing, which we axiomatically define as the exponential convergence of suitable similarity measures on the node features. Our definition unifies previous approaches and gives rise to new quantitative measures of over-smoothing. Moreover, we empirically demonstrate this behavior for several over-smoothing measures on different graphs (small-, medium-, and large-scale). We also review several approaches for mitigating over-smoothing and empirically test their effectiveness on real-world graph datasets. Through illustrative examples, we demonstrate that mitigating over-smoothing is a necessary but not sufficient condition for building deep GNNs that are expressive on a wide range of graph learning tasks. Finally, we extend our definition of over-smoothing to the rapidly emerging field of continuous-time GNNs.

Discussion (0). Sign in to comment.

Forward citations

Cited by 52 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Grothendieck Graph Neural Networks Framework: An Algebraic Platform for Crafting Topology-Aware GNNs

    cs.LG 2024-12 unverdicted novelty 8.0 of 10

    GkGNN extends GNN message passing from neighborhoods to covers via category theory, with the Sieve Neural Networks instantiation achieving zero failures on SRG, CSL, and BREC isomorphism benchmarks.

  2. AGDN: Learning to Solve Traveling Salesman Problem with Anisotropic Graph Diffusion Network

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    AGDN is a new GNN framework using a MixScore matrix and anisotropic graph diffusion to outperform prior methods on TSP instances across sizes and distributions.

  3. Learn When and Where to Connect: Adaptive Virtual Nodes for Dynamic Message Passing on Graphs

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    MAVN adaptively selects and connects virtual nodes in MPNNs via learned dual-perspective preferences, proves it can realize any connectivity pattern, and reports up to 46.5% gains over backbones on nine datasets.

  4. CAMERA: Adapting to Semantic Camouflage in Unsupervised Text-Attributed Graph Fraud Detection

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    CAMERA is an ego-decoupled mixture-of-experts model with context-informed gating and one-class objectives for unsupervised fraud detection in text-attributed graphs facing semantic camouflage.

  5. From Schema to Signal: Retrieval-Augmented Modeling for Relational Data Analytics

    cs.DB 2026-05 unverdicted novelty 7.0 of 10

    RAM augments relational graph models with attribute-semantic retrieval via random-walk documents and two contrastive augmentations (ATRA, ETRA) to achieve state-of-the-art results on five real-world databases.

  6. FM4NPP: A Scaling Foundation Model for Nuclear and Particle Physics

    cs.LG 2025-08 conditional novelty 7.0 of 10

    A 188M-parameter Mamba model pretrained on 11M+ simulated sPHENIX events with a new serialization and neighbor-prediction task beats task-specific baselines on three downstream detector tasks when frozen and paired wi...

  7. Mamba-Based Graph Convolutional Networks: Tackling Over-smoothing with Selective State Space

    cs.LG 2025-01 unverdicted novelty 7.0 of 10

    MbaGCN combines message aggregation, selective state space transitions, and node state prediction to create a more scalable deep graph convolutional network.

  8. Does Graph Compression Preserve Signal Propagation?

    cs.LG 2026-07 conditional novelty 6.0 of 10

    Under graph compression, coarsening preserves the propagation trajectory but accelerates oversmoothing, while sparsification preserves signal diversity but diverges from the original trajectory.

  9. Remedying Coarsening-Based GNN Training under Heterophily via Adaptive Complementary Enhancement

    cs.LG 2026-07 conditional novelty 6.0 of 10

    ACE adds a heterophily-aware auxiliary loss to coarsening-based GNN training, recovering discarded node-level information and improving accuracy on heterophilic graphs by up to ~15 points.

  10. Revisiting Degree-Corrected Spectral Clustering: a Condition-Free Spectral Analysis and Extension

    cs.SI 2026-07 conditional novelty 6.0 of 10

    A condition-free spectral bound ties DCSC's misclustered-node count to degree heterogeneity and cluster weakness, and the new ASCENT variant shows early-stage node-wise corrections can improve clustering.

  11. RTL-Sequencer: Towards Scalable RTL Timing Prediction with the Sequence-based Paradigm

    cs.AR 2026-07 conditional novelty 6.0 of 10

    Linearizing RTL logic cones into breadth-first sequences and processing them with Mamba-2 sequence models yields better arrival-time, WNS, and TNS predictions than graph-based baselines on 21 open-source designs.

  12. A Spectral Theory of Normalized Corrected GNN Propagation

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Proves high-probability exact recovery in binary CSBM after O(log n) steps of corrected normalized propagation in dense polylog regime under graph-signal and feature-SNR conditions.

  13. Attention mechanism for scalable mesh-based neural surrogates of free-surface fluids

    cs.CE 2026-06 unverdicted novelty 6.0 of 10

    Self-attention mechanisms are used to build mesh-preserving neural surrogates that approximate PFEM dynamics for free-surface flows, delivering accurate transient predictions and improved scalability on 2D and 3D benchmarks.

  14. Early-Exit Graph Neural Networks for Link Prediction

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Early-exit GNNs for link prediction move the speed-quality Pareto frontier on the HeaRT benchmark by allowing implicit early exiting without auxiliary losses.

  15. PostDeg: Placement Beats Parameterization in LayerNorm GNNs

    cs.LG 2026-06 conditional novelty 6.0 of 10

    Putting a degree-scalar after LayerNorm preserves topology magnitude that pre-LN multiplication erases, and a zero-parameter post-LN inverse-degree scale outperforms the LayerNorm baseline on influence maximization, d...

  16. Temporal Sheaf Neural Networks with Dynamic Orthogonal Transport

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    TSNN equips temporal graphs with per-node time-varying orthogonal frames, explicit transport, and a geometric-residual decoder, delivering competitive or superior link prediction on benchmarks plus theoretical guarant...

  17. Beyond Instance-Level Alignment and Uniformity: Semantic Factor Learning for Collaborative Filtering

    cs.IR 2026-05 unverdicted novelty 6.0 of 10

    SaFeAU augments collaborative filtering with semantic factor disentanglement and matching to reduce false negatives and capture higher-order signals via matrix factorization.

  18. Self-supervised Adversarial Purification for Graph Neural Networks

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    GPR-GAE is a novel self-supervised graph auto-encoder using multiple Generalized PageRank filters that serves as a plug-and-play purifier achieving state-of-the-art robustness for GNNs against structural attacks.

  19. Self-supervised Adversarial Purification for Graph Neural Networks

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    GPR-GAE is a novel self-supervised graph auto-encoder purifier using multiple GPR filters and multi-step recovery that delivers state-of-the-art robustness for GNNs against structural attacks as a plug-and-play module.

  20. Do Deep Ensembles Actually Capture Uncertainty in Graph Neural Networks?

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    Deep ensembles fail to capture meaningful epistemic uncertainty in message-passing GNNs due to epistemic collapse where independently trained networks converge to similar predictions.

  21. BrainDyn: A Sheaf Neural ODE for Generative Brain Dynamics

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    BrainDyn is a sheaf neural ODE model that encodes brain region activity history via LSTMs, projects states through restriction maps, and uses a sheaf Laplacian for message passing to generate continuous-time dynamics ...

  22. Neural Point-Forms

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    Neural point-forms are introduced as permutation-invariant neural layers that output learned form-comparison matrices for point clouds, with a claimed consistency proof under sampling and manifold assumptions and comp...

  23. SACHI: Structured Agent Coordination via Holistic Information Integration in Multi-Agent Reinforcement Learning

    cs.LG 2026-05 conditional novelty 6.0 of 10

    SACHI enriches agent representations via graph transformer convolutions over inter-agent graphs to enable holistic information integration, outperforming baselines across five cooperative tasks with statistical significance.

  24. SACHI: Structured Agent Coordination via Holistic Information Integration in Multi-Agent Reinforcement Learning

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    SACHI uses graph transformer convolutions on inter-agent coordination graphs to enrich partial-observation agents with content-dependent teammate information, yielding statistically significant gains over baselines in...

  25. NSPOD: Accelerating Krylov solvers via DeepONet-learned POD subspaces

    math.NA 2026-05 unverdicted novelty 6.0 of 10

    NSPOD is a multigrid-like preconditioner using DeepONet-learned POD subspaces that dramatically cuts Krylov solver iterations for solid mechanics PDEs on unstructured CAD geometries, outperforming algebraic multigrid.

  26. NSPOD: Accelerating Krylov solvers via DeepONet-learned POD subspaces

    math.NA 2026-05 unverdicted novelty 6.0 of 10

    NSPOD is a multigrid-like deep operator network preconditioner that dramatically reduces Krylov solver iterations for linearized solid mechanics PDEs on unstructured meshes from CAD geometries.

  27. Robustness of Spatio-temporal Graph Neural Networks for Fault Location in Partially Observable Distribution Grids

    cs.LG 2026-04 unverdicted novelty 6.0 of 10

    Measured-only graph topologies enable STGNNs to achieve up to 11-point F1 gains and 6x faster training versus full-topology GNNs and RNN baselines for fault location in partially observable distribution grids.

  28. Capacity-Controlled Global Attention for Graph Transformers

    cs.LG 2026-04 unverdicted novelty 6.0 of 10

    SigGate-GT applies sigmoid gates to attention outputs in graph transformers to reduce over-smoothing, matching prior best on ZINC and setting new SOTA on ogbg-molhiv with gains over GraphGPS.

  29. Beyond ReLU: Bifurcation, Oversmoothing, and Topological Priors

    cs.LG 2026-02 conditional novelty 6.0 of 10

    Replacing ReLU with odd activations that have a stabilizing cubic term (sin, tanh) provably destabilizes the oversmooth fixed point of message passing and creates stable non-homogeneous solutions with square-root ampl...

  30. Learning from Historical Activations in Graph Neural Networks

    cs.LG 2026-01 unverdicted novelty 6.0 of 10

    HISTOGRAPH applies unified layer-wise attention followed by node-wise attention over historical GNN activations to improve graph classification, especially in deep models.

  31. Geometry of Reason: Spectral Signatures of Valid Mathematical Reasoning

    cs.LG 2026-01 reject novelty 6.0 of 10

    Spectral features of attention are claimed to classify proof validity with near-perfect effect sizes, but the main evaluation relabels proofs using the classifier's own outputs.

  32. Parameter-Efficient Conditioning for Material Generalization in Graph-Based Simulators

    cs.LG 2025-11 unverdicted novelty 6.0 of 10

    FiLM conditioning targeted at early message-passing layers lets pretrained GNS models generalize to new material properties using only 12 trajectories, a 5-fold data reduction versus multi-task baselines.

  33. Question-Adaptive Graph Learning for Multi-hop Retrieval Augmented Generation

    cs.LG 2025-10 unverdicted novelty 6.0 of 10

    A Multi-L KG and Quest-GNN with question-adaptive intra/inter-level message passing and synthesized pre-training data improves multi-hop RAG performance up to 33.8% on high-hop questions.

  34. Multimodal Conditional MeshGAN for Personalized Aneurysm Growth Prediction

    cs.CV 2025-08 conditional novelty 6.0 of 10

    A conditional mesh-to-mesh GAN with local KNN and global graph branches predicts future thoracic aortic aneurysm shape and diameter more accurately than baseline mesh networks on a private longitudinal dataset.

  35. TANGO: Graph Neural Dynamics via Learned Energy and Tangential Flows

    cs.LG 2025-08 conditional novelty 6.0 of 10

    TANGO adds a learnable energy gradient and an orthogonal tangential flow to GNN layers, improving long-range and heterophilic graph benchmarks.

  36. Effects of relational graph modularity and depth on the learning performance of neural networks

    cs.LG 2025-07 conditional novelty 6.0 of 10

    Community-structured sparse relational graphs improve 5-layer CIFAR-10 accuracy over fully connected baselines, but the advantage reverses at 8 layers due to over-smoothing.

  37. GATMesh: Clock Mesh Timing Analysis using Graph Neural Networks

    cs.AR 2025-07 conditional novelty 6.0 of 10

    A graph neural network predicts clock mesh sink delays and slews on unseen designs with about 5 ps average error and a roughly 47,000x speedup over SPICE.

  38. Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

    cs.LG 2026-06 unverdicted novelty 5.0 of 10

    BES is an adaptive contrastive learning plug-in for GNNs that shapes boundary embeddings to disentangle spurious structural correlations, yielding 3.3% average gains in node classification.

  39. Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

    cs.LG 2026-06 conditional novelty 5.0 of 10

    Boundary-focused contrastive "gravity" loss on selected boundary nodes improves GNN node classification by about one point over an equal-architecture baseline, but the claimed proofs do not cover the implemented loss.

  40. S$^3$GNN: Efficient Global Mixing and Local Message Passing for Long-Range Graph Learning

    cs.LG 2026-05 unverdicted novelty 5.0 of 10

    S³GNN mitigates oversquashing in message-passing networks via lightweight global mixing without strong prior assumptions, yielding up to 10x error reduction and 50% fewer parameters across multiple domains.

  41. Quantile-Free Uncertainty Quantification in Graph Neural Networks

    cs.LG 2026-05 unverdicted novelty 5.0 of 10

    QpiGNN provides a quantile-free dual-head architecture for GNN uncertainty quantification that directly optimizes coverage and interval width, yielding 22% higher coverage and 50% narrower intervals than baselines on ...

  42. Robustness of Spatio-temporal Graph Neural Networks for Fault Location in Partially Observable Distribution Grids

    cs.LG 2026-04 unverdicted novelty 5.0 of 10

    Measured-only STGNNs (RGATv2, RGSAGE) achieve up to 11 F1 points higher and 6x faster training than RNN baselines for fault location on the IEEE 123-bus feeder under partial observability.

  43. Capacity-Controlled Global Attention for Graph Transformers

    cs.LG 2026-04 conditional novelty 5.0 of 10

    SigGate-GT adds a per-head sigmoid gate to graph transformer attention outputs, relaxing the softmax convex-combination constraint to reduce over-smoothing and improve stability at ~1% parameter overhead.

  44. From Load Tests to Live Streams: Graph Embedding-Based Anomaly Detection in Microservice Architectures

    cs.LG 2026-04 unverdicted novelty 5.0 of 10

    A GCN-GAE model learns node embeddings from directed weighted microservice graphs to flag anomalies via cosine similarity between load-test and live-event representations, with a synthetic injection framework reportin...

  45. Attention Maps in 3D Shape Classification for Dental Stage Estimation with Class Node Graph Attention Networks

    cs.CV 2025-09 conditional novelty 5.0 of 10

    CGAT, a graph attention network with a CLS node, achieves 0.76 weighted F1 on Demirjian stage classification of 3D third-molar meshes and generates attention maps that highlight roots and furcation regions.

  46. On the Interplay between Graph Structure and Learning Algorithms in Graph Neural Networks

    cs.LG 2025-08 unverdicted novelty 5.0 of 10

    Excess risk of SGD and ridge regression on GNNs is characterized through graph spectra, showing graph shape decides which algorithm generalizes better and deeper networks amplify the difference.

  47. Uncertainty-Aware Graph Neural Networks: A Multi-Hop Evidence Fusion Approach

    cs.LG 2025-06 conditional novelty 5.0 of 10

    EFGNN fuses per-depth evidential opinions from a multi-hop GNN into one final Dirichlet-based prediction whose uncertainty is lower than that of any single propagation depth.

  48. xAI-Drop: Don't Use What You Cannot Explain

    cs.LG 2024-07 unverdicted novelty 5.0 of 10

    xAI-Drop introduces an explainability-based topological dropping regularizer for GNNs that outperforms state-of-the-art dropping methods in accuracy and explanation quality on real-world datasets.

  49. Ramanujan Graph Rewiring with Non Negative Resistance Curvature

    cs.LG 2026-06 unverdicted novelty 4.0 of 10

    Introduces Ramanujan Propagation as a graph rewiring method for GNNs that leverages Ramanujan graphs to ensure non-negative resistance curvature while preserving local connectivity and outperforming prior rewiring techniques.

  50. sHGCN: Simplified hyperbolic graph convolutional neural networks

    cs.LG 2025-06 conditional novelty 4.0 of 10

    A simplified hyperbolic GCN that avoids redundant log/exp computations is competitive or faster than prior HGCN variants on four benchmark graphs.

  51. Graph Rewiring in GNNs to Mitigate Over-Squashing and Over-Smoothing: A Survey

    cs.LG 2026-05 unverdicted novelty 2.0 of 10

    A survey reviewing graph rewiring methods that modify topology to mitigate over-squashing and over-smoothing in GNNs.

  52. Graph Rewiring in GNNs to Mitigate Over-Squashing and Over-Smoothing: A Survey

    cs.LG 2024-11 unverdicted novelty 2.0 of 10

    A survey compiling graph rewiring techniques for mitigating over-squashing and over-smoothing in GNNs.

Pith tools