Reservoir-Based Graph Convolutional Networks
Mayssa Soussia, Gita Ayu Salsabila, Mohamed Ali Mahjoub, Islem Rekik

TL;DR
RGC-Net introduces a reservoir-based graph convolutional framework that enhances feature retention and stability in graph neural networks, achieving state-of-the-art results in classification and graph generation tasks.
Contribution
It integrates reservoir dynamics with structured graph convolution, using fixed random reservoir weights and a leaky integrator, to improve GNN performance and stability.
Findings
Achieves state-of-the-art classification accuracy
Faster convergence compared to traditional GCNs
Reduces over-smoothing in deep GNNs
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Neural Networks and Reservoir Computing · Advanced Memory and Neural Computing
