论文标题
Treernn:拓扑的深度绘制和学习
TreeRNN: Topology-Preserving Deep GraphEmbedding and Learning
论文作者
论文摘要
由于其不规则结构,一般图形很难学习。现有的作品采用沿图边缘传递的消息,使用自定义的图形内核提取本地模式,但是其中很少有可有效地将这种本地模式集成到全局特征中。相比之下,在本文中,我们研究了将图形转移到树木中的方法,以便学会了明确的订单将特征集成从本地到全球。为此,我们将广度的第一个搜索(BFS)应用于图形,从图形构造树,从而为从中心节点到外围节点的图形边缘添加了方向。此外,我们提出了一种新的投影方案,该方案将树木转移到图像表示,该方案适用于常规卷积神经网络(CNNS)和复发性神经网络(RNNS)。为了最好地从图形图像中学习模式,我们提出了Treernn,这是一种2D RNN体系结构,通过行和列将图像像素反复集成,以帮助对图形类别进行分类。我们在几个图形分类数据集上评估了所提出的方法,并设法证明了与MUTAG,PTC-MR和NCI1数据集的最先进的准确性。
General graphs are difficult for learning due to their irregular structures. Existing works employ message passing along graph edges to extract local patterns using customized graph kernels, but few of them are effective for the integration of such local patterns into global features. In contrast, in this paper we study the methods to transfer the graphs into trees so that explicit orders are learned to direct the feature integration from local to global. To this end, we apply the breadth first search (BFS) to construct trees from the graphs, which adds direction to the graph edges from the center node to the peripheral nodes. In addition, we proposed a novel projection scheme that transfer the trees to image representations, which is suitable for conventional convolution neural networks (CNNs) and recurrent neural networks (RNNs). To best learn the patterns from the graph-tree-images, we propose TreeRNN, a 2D RNN architecture that recurrently integrates the image pixels by rows and columns to help classify the graph categories. We evaluate the proposed method on several graph classification datasets, and manage to demonstrate comparable accuracy with the state-of-the-art on MUTAG, PTC-MR and NCI1 datasets.