TSC: A Simple Two-Sided Constraint against Over-Smoothing
Furong Peng, Kang Liu, Xuan Lu, Yuhua Qian, Hongren Yan, Chao Ma

TL;DR
This paper introduces a simple two-sided constraint method for GCNs, combining random masking and contrastive constraints to effectively prevent over-smoothing and improve deep GCN performance.
Contribution
The paper proposes a novel two-sided constraint approach that simultaneously addresses both causes of over-smoothing in deep GCNs, enhancing their discriminability and stability.
Findings
Reduces over-smoothing in deep GCNs
Improves node discriminability with contrastive constraint
Enhances performance on real-world graph datasets
Abstract
Graph Convolutional Neural Network (GCN), a widely adopted method for analyzing relational data, enhances node discriminability through the aggregation of neighboring information. Usually, stacking multiple layers can improve the performance of GCN by leveraging information from high-order neighbors. However, the increase of the network depth will induce the over-smoothing problem, which can be attributed to the quality and quantity of neighbors changing: (a) neighbor quality, node's neighbors become overlapping in high order, leading to aggregated information becoming indistinguishable, (b) neighbor quantity, the exponentially growing aggregated neighbors submerges the node's initial feature by recursively aggregating operations. Current solutions mainly focus on one of the above causes and seldom consider both at once. Aiming at tackling both causes of over-smoothing in one shot, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization
MethodsGraph Convolutional Network · Focus
