ScaleNet: Scale Invariance Learning in Directed Graphs
Qin Jiang, Chengjia Wang, Michael Lones, Yingfang Yuan, Wei Pang

TL;DR
This paper introduces ScaleNet, a novel graph neural network architecture that incorporates scale invariance through scaled ego-graphs, significantly improving node classification accuracy across diverse graph types.
Contribution
The paper proposes scaled ego-graphs and ScaleNet, a new architecture that leverages multi-scale features for improved graph learning, especially on heterophilic and homophilic graphs.
Findings
Outperforms existing models on seven benchmark datasets.
Achieves state-of-the-art results on five datasets.
Demonstrates effectiveness of scale invariance in graph learning.
Abstract
Graph Neural Networks (GNNs) have advanced relational data analysis but lack invariance learning techniques common in image classification. In node classification with GNNs, it is actually the ego-graph of the center node that is classified. This research extends the scale invariance concept to node classification by drawing an analogy to image processing: just as scale invariance being used in image classification to capture multi-scale features, we propose the concept of ``scaled ego-graphs''. Scaled ego-graphs generalize traditional ego-graphs by replacing undirected single-edges with ``scaled-edges'', which are ordered sequences of multiple directed edges. We empirically assess the performance of the proposed scale invariance in graphs on seven benchmark datasets, across both homophilic and heterophilic structures. Our scale-invariance-based graph learning outperforms inception…
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
TopicsText and Document Classification Technologies · Advanced Graph Neural Networks
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Batch Normalization · 1x1 Convolution · Dense Connections · Convolution · Bottleneck Residual Block · Average Pooling · Scale Aggregation Block · Global Average Pooling
