Laplacian-LoRA: Delaying Oversmoothing in Deep GCNs via Spectral Low-Rank Adaptation
Sai Vamsi Alisetti
TL;DR
The paper identifies oversmoothing in deep GCNs as an operator-level contraction in the Laplacian spectrum and proposes Laplacian-LoRA, a low-rank spectral correction that weakens per-layer contraction while preserving stability. By introducing a depth-annealed, spectrally anchored residual in the Laplacian eigenspace, the method yields an effective filter $g_{eff}(\lambda;\alpha_\ell)=(1-\lambda)(2-\alpha_\ell \theta(\lambda))$, delaying representational collapse without eliminating it. Across five benchmarks, Laplacian-LoRA extends the effective network depth and improves accuracy at intermediate depths, with spectral diagnostics showing a smooth, bounded correction that preserves high-frequency energy better than standard GCNs. These findings treat oversmoothing as a depth-dependent spectral phenomenon and demonstrate that principled spectral design can meaningfully modulate it. The approach offers a principled, interpretable avenue to enhance deep GCNs, albeit with reliance on spectral decompositions that may impact scalability.
Abstract
Oversmoothing is a fundamental limitation of deep graph convolutional networks (GCNs), causing node representations to collapse as depth increases. While many prior approaches mitigate this effect through architectural modifications or residual mechanisms, the underlying spectral cause of oversmoothing is often left implicit. We propose Laplacian-LoRA, a simple and interpretable low-rank spectral adaptation of standard GCNs. Rather than redesigning message passing, Laplacian-LoRA introduces a learnable, spectrally anchored correction to the fixed Laplacian propagation operator, selectively weakening contraction while preserving stability and the low-pass inductive bias. Across multiple benchmark datasets and depths, Laplacian-LoRA consistently delays the onset of oversmoothing, extending the effective depth of GCNs by up to a factor of two. Embedding variance diagnostics confirm that these gains arise from delayed representational collapse, while learned spectral analysis demonstrates that the correction is smooth, bounded, and well behaved. Our results show that oversmoothing is a depth-dependent spectral phenomenon that can be systematically delayed through modest, low-rank adaptation of the graph propagation operator.
