LGAINAFeb 13, 2021

How Framelets Enhance Graph Neural Networks

arXiv:2102.06986v383 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more effective graph neural networks in machine learning applications, offering incremental improvements through novel method integration.

The authors tackled the problem of improving graph neural networks by introducing framelet transforms for multi-scale graph representation, achieving state-of-the-art performance in node and graph prediction tasks. They also proposed shrinkage activation, which reduces noise and compresses signals to less than half their original size while preserving prediction accuracy.

This paper presents a new approach for assembling graph neural networks based on framelet transforms. The latter provides a multi-scale representation for graph-structured data. We decompose an input graph into low-pass and high-pass frequencies coefficients for network training, which then defines a framelet-based graph convolution. The framelet decomposition naturally induces a graph pooling strategy by aggregating the graph feature into low-pass and high-pass spectra, which considers both the feature values and geometry of the graph data and conserves the total information. The graph neural networks with the proposed framelet convolution and pooling achieve state-of-the-art performance in many node and graph prediction tasks. Moreover, we propose shrinkage as a new activation for the framelet convolution, which thresholds high-frequency information at different scales. Compared to ReLU, shrinkage activation improves model performance on denoising and signal compression: noises in both node and structure can be significantly reduced by accurately cutting off the high-pass coefficients from framelet decomposition, and the signal can be compressed to less than half its original size with well-preserved prediction performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes