FeatureNorm: L2 Feature Normalization for Dynamic Graph Embedding
Menglin Yang, Ziqiao Meng, Irwin King

TL;DR
This paper introduces FeatureNorm, a simple L2 normalization technique for dynamic graph embedding that prevents feature shrinking and oversmoothing, improving the quality of node representations over time.
Contribution
It proposes a novel L2 feature normalization method to address oversmoothing in dynamic graph embedding, enhancing node distinguishability in evolving graphs.
Findings
FeatureNorm effectively prevents feature shrinking and oversmoothing.
The method outperforms baseline models on four real-world datasets.
Nodes maintain better distinguishability over time with FeatureNorm.
Abstract
Dynamic graphs arise in a plethora of practical scenarios such as social networks, communication networks, and financial transaction networks. Given a dynamic graph, it is fundamental and essential to learn a graph representation that is expected not only to preserve structural proximity but also jointly capture the time-evolving patterns. Recently, graph convolutional network (GCN) has been widely explored and used in non-Euclidean application domains. The main success of GCN, especially in handling dependencies and passing messages within nodes, lies in its approximation to Laplacian smoothing. As a matter of fact, this smoothing technique can not only encourage must-link node pairs to get closer but also push cannot-link pairs to shrink together, which potentially cause serious feature shrink or oversmoothing problem, especially when stacking graph convolution in multiple layers or…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
MethodsConvolution · Graph Convolutional Network
