Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Long-Range Graph Wavelet Networks

Created by
  • Haebom

Author

Filippo Guerranti, Fabrizio Forte, Simon Geisler, Stephan G unnemann

Outline

This paper proposes Long-Range Graph Wavelet Networks (LR-GWNs) to address the challenges of modeling long-range interactions in graph machine learning, namely the difficulty of information propagation between distant parts of a graph. Existing wavelet-based graph neural networks rely on finite-order polynomial approximations, resulting in limited receptive fields and difficulties with long-range propagation. LR-GWNs address these challenges by decomposing wavelet filters into complementary local and global components. Local aggregation is handled by efficient low-order polynomials, while long-range interactions are captured through flexible spectral-domain parameterization. This hybrid design integrates short-range and long-range information flow within a principled wavelet framework. Experimental results demonstrate that LR-GWNs achieve state-of-the-art performance among wavelet-based methods on long-range benchmarks, while also demonstrating competitive performance on short-range datasets.

Takeaways, Limitations

Takeaways:
A novel architecture that overcomes the limitations of modeling long-range interactions in wavelet-based graph neural networks is presented.
Improved performance through a hybrid design that efficiently integrates local and global information.
Achieving cutting-edge performance in long-distance benchmarks
Limitations:
Further research is needed to determine the scalability of the proposed method.
Generalization performance evaluation is needed for various graph structures and datasets.
Further research is needed on optimization strategies for spectral domain parameterization.
👍