🌙

进化驱动的随机图卷积网络

Evolution-Driven Randomized Graph Convolutional Networks

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2022
被引 15
ABS 3

中文导读

将随机神经网络推广到非欧几里得域,提出随机图卷积网络框架,并用进化策略优化图嵌入,得到四种半监督模型,在图数据上表现优于传统方法。

Abstract

Randomized neural networks (NNs), such as random vector functional link (RVFL) and extreme learning machine (ELM), have been widely applied in various classification problems owing to their computational efficiency and universal approximation capability. However, such approaches are designed for regular Euclidean data and lack the ability to generalize to complex structured data. Moreover, their randomly generated parameters often lead to a suboptimal decision boundary with a growing requirement of hidden neurons. In this article, we first propose a plain framework, termed randomized graph convolutional networks (RGCNs), to generalize the classic randomized NNs to the non-Euclidean domain. Then, a hybrid framework called evolution-driven RGCN (EvoRGCN) is presented by using adaptive differential evolution with novelty search strategy to seek the globally optimal graph embedding for the plain RGCN. Finally, we recast the classic ELM and RVFL under the proposed frameworks, resulting in four novel semi-supervised models, including the plain models [i.e., graph convolutional extreme learning machines (GCELMs) and graph convolutional RVFL (GCRVFL)] and the optimized models (i.e., O-GCELM and O-GCRVFL). We show that our approaches are the natural generalization of the traditional randomized NNs in the non-Euclidean domain. Furthermore, our approaches not only retain the advantages of the classic approaches but also enable them to handle graph data. We compare our approaches against many existing methods across regular datasets and graph benchmarks, demonstrating that the proposed approaches dramatically outperform the compared methods with better generalization ability and robustness. Particularly, we quantitatively show the performance ranking of different randomized NNs, i.e., O-GCRVFL <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$&gt; $ </tex-math></inline-formula> O-GCELM <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$\approx $ </tex-math></inline-formula> GCRVFL <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$&gt; $ </tex-math></inline-formula> GCELM <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$\approx $ </tex-math></inline-formula> RVFL <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$&gt; $ </tex-math></inline-formula> ELM.

计算机科学人工智能图神经网络机器学习随机算法