English

Fast Haar Transforms for Graph Neural Networks

Machine Learning 2019-10-31 v3 Machine Learning

Abstract

Graph Neural Networks (GNNs) have become a topic of intense research recently due to their powerful capability in high-dimensional classification and regression tasks for graph-structured data. However, as GNNs typically define the graph convolution by the orthonormal basis for the graph Laplacian, they suffer from high computational cost when the graph size is large. This paper introduces Haar basis which is a sparse and localized orthonormal system for a coarse-grained chain on graph. The graph convolution under Haar basis, called Haar convolution, can be defined accordingly for GNNs. The sparsity and locality of the Haar basis allow Fast Haar Transforms (FHTs) on graph, by which a fast evaluation of Haar convolution between graph data and filters can be achieved. We conduct experiments on GNNs equipped with Haar convolution, which demonstrates state-of-the-art results on graph-based regression and node classification tasks.

Keywords

Cite

@article{arxiv.1907.04786,
  title  = {Fast Haar Transforms for Graph Neural Networks},
  author = {Ming Li and Zheng Ma and Yu Guang Wang and Xiaosheng Zhuang},
  journal= {arXiv preprint arXiv:1907.04786},
  year   = {2019}
}

Comments

24 pages, 5 figures, 3 tables

R2 v1 2026-06-23T10:17:38.089Z