[2603.24131] Reservoir-Based Graph Convolutional Networks
About this article
Abstract page for arXiv paper 2603.24131: Reservoir-Based Graph Convolutional Networks
Computer Science > Machine Learning arXiv:2603.24131 (cs) [Submitted on 25 Mar 2026] Title:Reservoir-Based Graph Convolutional Networks Authors:Mayssa Soussia, Gita Ayu Salsabila, Mohamed Ali Mahjoub, Islem Rekik View a PDF of the paper titled Reservoir-Based Graph Convolutional Networks, by Mayssa Soussia and 2 other authors View PDF HTML (experimental) Abstract:Message passing is a core mechanism in Graph Neural Networks (GNNs), enabling the iterative update of node embeddings by aggregating information from neighboring nodes. Graph Convolutional Networks (GCNs) exemplify this approach by adapting convolutional operations for graph structures, allowing features from adjacent nodes to be combined effectively. However, GCNs encounter challenges with complex or dynamic data. Capturing long-range dependencies often requires deeper layers, which not only increase computational costs but also lead to over-smoothing, where node embeddings become indistinguishable. To overcome these challenges, reservoir computing has been integrated into GNNs, leveraging iterative message-passing dynamics for stable information propagation without extensive parameter tuning. Despite its promise, existing reservoir-based models lack structured convolutional mechanisms, limiting their ability to accurately aggregate multi-hop neighborhood information. To address these limitations, we propose RGC-Net (Reservoir-based Graph Convolutional Network), which integrates reservoir dynamics with structured...