oversmoothing mitigation

Methods to prevent or reverse oversmoothing in message‑passing or attention architectures so that long‑range dependencies and granular signals are preserved, e.g., by altering readouts, weighting spectral attention, or introducing architectural changes to emphasize hop‑ and relation‑level information.

oversmoothingmitigation

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

This work investigates how attention mechanisms in Transformers mitigate oversmoothing through sink and diagonal patterns that enable attention switching. By integrating geometric analysis, theoretical proofs, and empirical validation, the study establishes—for the first time—an equivalence between sink tokens and hard attention switching, clarifies the precise conditions under which sinks effectively prevent oversmoothing, and quantitatively explains why pretrained models exhibit a preference for sink-based representations. The paper further introduces a diagonal pattern that permits self-communication as a more flexible mechanism for suppressing oversmoothing, thereby generalizing the applicability of attention switching. Additionally, it provides a quantitative comparison of the representational costs of sink versus diagonal patterns and elucidates the mechanistic conditions under which attention layers degenerate into MLP-like behavior.

attention switchdiagonal patternsoversmoothing prevention

Short-Range Oversquashing

Nov 25, 2025
YM
Yaaqov Mishayev
🏛️ Technion – Israel Institute of Technology

This work reveals that Message Passing Neural Networks (MPNNs) suffer from oversquashing even on short-range graph tasks—challenging the prevailing view that oversquashing affects only long-range tasks. The authors decouple oversquashing into two distinct mechanisms: (i) short-range bottlenecks, arising from local neighborhood structure-induced information capacity limits, and (ii) long-range gradient vanishing. Crucially, existing mitigation strategies—such as virtual nodes—are shown to be ineffective against short-range bottlenecks. Through theoretical analysis and empirical evaluation, the study demonstrates that Graph Transformers, leveraging global attention, effectively alleviate this bottleneck and significantly outperform MPNNs on short-range tasks. This is the first systematic characterization of short-range oversquashing as a standalone phenomenon, with an independent causal origin. The findings provide novel theoretical insights and empirical evidence to guide principled architecture selection in graph representation learning.

Existing explanations fail to capture short-range bottleneck effectsMPNNs suffer from oversquashing in short-range graph tasksTransformers outperform specialized MPNNs in resolving oversquashing issues

Effects of Random Edge-Dropping on Over-Squashing in Graph Neural Networks

Feb 11, 2025
JS
Jasraj Singh
🏛️ University College London

This work identifies a critical mechanism by which random edge dropping (e.g., DropEdge) exacerbates over-squashing in message-passing neural networks (MPNNs): it attenuates node sensitivity to distant neighbors and contracts the effective receptive field, thereby degrading long-range modeling capacity. We provide the first theoretical characterization of this phenomenon, demonstrating that it improves short-range task performance while significantly impairing accuracy on long-range tasks—and inducing short-range overfitting and generalization failure. Through systematic empirical evaluation across multiple real-world graph datasets, we analyze structural dropout strategies—including DropEdge, DropNode, DropAgg, and DropGNN—validating our theoretical insights. Our core contributions are: (i) establishing a causal link between stochastic structural dropout and over-squashing; (ii) arguing that deep GNN training must explicitly accommodate long-range interactions; and (iii) providing both theoretical foundations and practical guidance for designing robust graph learning algorithms capable of capturing distant dependencies.

Effects of DropEdge variants on long-range tasksImpact of edge-dropping on over-squashingNeed to re-evaluate GNN training methods

Adaptive Message Passing: A General Framework to Mitigate Oversmoothing, Oversquashing, and Underreaching

Dec 27, 2023
FE
Federico Errica
🏛️ NEC Laboratories Europe | University of Stuttgart

Deep graph neural networks (GNNs) suffer from three structural bottlenecks—over-smoothing, over-squashing, and underreaching—arising from synchronous message passing. To address these limitations, this paper proposes the first variational inference-based adaptive message-passing framework. Our method jointly optimizes both propagation depth and message-path selection via learnable skip connections, dynamic message gating, and asynchronous depth adaptation, enabling precise modeling of long-range dependencies. Theoretical analysis demonstrates that our framework significantly enhances long-distance information capture. Extensive experiments across five mainstream node- and graph-level prediction benchmarks achieve state-of-the-art performance, validating both effectiveness and generalizability.

Adapts message passing depth and filters messages dynamicallyEnables better capture of long-range interactions in complex systemsMitigates oversmoothing, oversquashing, and underreaching in graph networks

On Oversquashing in Graph Neural Networks Through the Lens of Dynamical Systems

May 02, 2024
AG
Alessio Gravina
🏛️ University of Pisa | University of Cambridge

Long-range information propagation in Graph Neural Networks (GNNs) is fundamentally hindered by the *oversquashing* problem, causing exponential decay of information flow with increasing hop count. To address this, we introduce SWAN—a novel GNN architecture grounded in dynamical systems theory—that jointly enforces global and local non-dissipativity via dual anti-symmetric parameterizations in both the spatial and weight domains. By ensuring energy conservation and nonlinear stability throughout message passing, SWAN theoretically guarantees constant-rate long-range information propagation. Empirically, SWAN significantly alleviates oversquashing on synthetic and real-world long-range interaction benchmarks. It consistently improves performance on node classification and graph-level prediction tasks, demonstrating enhanced modeling of long-range dependencies. Our work establishes non-dissipative dynamics as a fundamental mechanism for boosting the expressive power of GNNs.

Addresses oversquashing in Graph Neural NetworksEnhances information flow between distant nodesIntroduces SWAN model for non-dissipative information transmission

Latest Papers

What's happening recently
View more

This work addresses the over-smoothing problem in deep graph convolutional networks (GCNs), where node representations collapse as network depth increases. It is the first to model over-smoothing as a depth-dependent phenomenon in the spectral domain and proposes a lightweight, interpretable low-rank spectral adaptation mechanism. By introducing learnable low-rank correction terms in the spectral domain, the method adaptively adjusts the fixed Laplacian propagation operator, selectively mitigating representation contraction while preserving the low-pass inductive bias inherent to GCNs. Notably, this approach significantly delays over-smoothing without requiring any redesign of the message-passing architecture. Experiments on multiple benchmark datasets demonstrate that the effective depth of GCNs nearly doubles, and both embedding variance and spectral analysis confirm a substantial alleviation of representation collapse.

deep GCNsgraph convolutional networksoversmoothing

This work addresses the oversquashing problem that hinders message-passing neural networks in modeling long-range dependencies. The authors propose a lightweight global mixing module that effectively alleviates information bottlenecks by integrating local message passing with low-complexity spectral filtering, without requiring strong theoretical assumptions. The method incorporates standard stability constraints to ensure both robustness in feature transformation and computational efficiency. Experimental results demonstrate that the proposed approach reduces model error by up to an order of magnitude while cutting parameter count by as much as 50% across diverse tasks, including long-range graph learning, knowledge graph question answering, and mesh-based fluid dynamics simulations.

graph learninginformation bottlenecklong-range dependencies

This work uncovers the structural origin of attention sinks at the first token in large language models, demonstrating that variance disparities in representations—arising from value aggregation in self-attention—are dramatically amplified by hypersensitive neurons in feedforward networks, leading to dimensional imbalance. The study provides the first mechanistic explanation of attention sinks by establishing a complete causal chain from value aggregation and hypersensitive neuron activation to dimensional imbalance. Through targeted interventions such as attention mask modification and variance enhancement at specific tokens, the sink phenomenon is controllably reproduced at arbitrary positions. Furthermore, the authors propose a head-wise RMSNorm architecture that effectively restores statistical equilibrium across token representations, substantially accelerating pretraining convergence.

attention sinkdimension disparityLarge Language Models

This work addresses the commonly oversimplified notion of “attention sinks” in attention mechanisms, revealing that they actually encompass two distinct computational phenomena: adaptive no-ops (nop) and broadcast operations. The study formally distinguishes these mechanisms for the first time and introduces verifiable diagnostic criteria based on value vector norms and output rank. Through synthetic tasks and empirical analysis of pretrained vision Transformers, the authors demonstrate their coexistence and layer-wise distribution patterns. Furthermore, the research shows that existing intervention strategies—such as gating and register tokens—implicitly favor one mechanism over the other, and that combining both approaches yields complementary benefits, leading to improved model stability and performance.

attention sinksintervention efficacymechanism disambiguation

Inspired by the human phenomenon of “insight,” this work proposes Enlightenment, a training-free post-tuning paradigm designed to elicit abrupt, emergent capability improvements in large-scale models. Moving beyond existing training-free approaches that solely adjust attention weights, Enlightenment introduces an architecture-aware shortcut rewiring mechanism—specifically, attention head mixing shortcuts for large language models (LLMs) and scalar modulation of residual connections for vision-language models (VLMs). Experimental results demonstrate that Enlightenment consistently achieves significant performance gains across diverse models and benchmarks, effectively unlocking latent capabilities embedded in pretrained architectures without additional training.

enlightenmentlarge-scale modelslatent capability

Hot Scholars

RM

Rashid Mushkani

University of Montreal I Mila
Public (Space & Life)Sociotechnical AIUrban AnalyticsCommunity-Centered AI
JW

Jianxiao Wang

Peking University
smart grid planning and data analyticshydrogen and energy storagecyber physical systemenergy policy and market mechanism
CK

Chongqing Kang

Professor, Tsinghua University, China
Low carbonPower system planningLoad forecastingPower system operation
AL

Anna Li

University of Washington
sensory neuroscience
GS

Gregor Schiele

Professor of Computer Science (Embedded Systems), University Duisburg-Essen, Germany
embedded AIIoTembedded softwareadaptive SW and reconfigurable HW