Reservoir-Based Graph Convolutional Networks
arXiv cs.LG / 2026/3/26
📰 ニュースSignals & Early TrendsIdeas & Deep AnalysisModels & Research
要点
- The paper identifies key limitations of standard GCN message passing on complex or dynamic graph data, including the need for deeper layers to capture long-range dependencies and the resulting over-smoothing and higher compute costs.
- It proposes RGC-Net, combining reservoir computing dynamics with a structured graph convolution mechanism that uses fixed random reservoir weights and a leaky integrator to better retain features during iterative propagation.
- The method is presented as a robust approach for graph classification and is also extended into an RGC-Net-powered transformer for graph generation tasks.
- Experiments reported in the abstract indicate state-of-the-art performance across classification and generative settings, with faster convergence and reduced over-smoothing, including applications to dynamic brain connectivity and graph evolution.
- The authors provide implementation details via released code at the referenced GitHub repository.



