WaveGNN: A Novel Graph Neural Network Framework WaveGNN: A Novel Graph Neural Network Framework Author: Gazi Pollob Hussain | Date: May 16, 2025 Abstract Graph Neural Networks (GNNs) have gained significant attention for their ability to learn from graph-structured data. In this paper, we propose WaveGNN , a novel framework inspired by wave propagation principles, which effectively captures hierarchical and multi-scale information in graphs. This document provides a detailed overview of the model architecture, methodology, and mathematical formulations. Introduction Graphs are ubiquitous in various domains such as social networks, molecular biology, and transportation systems. Traditional GNNs often suffer from limitations in capturing long-range dependencies and hierarchical structures. For instance, many existing models struggle with oversmoothi...