Concept

Improving GCN using Edge Features

Previous methods improve GCN by utilizing node features. However, edge features can also be very useful. For example, Column Network (CLN) differentiated different type of edges, and trained different parameters for different types of edges, and average the all results as the eventual result. Diffusion-Convolutional Neural Networks (DCNN) converted each edge into one node that’s connected with the end nodes of that edge, and pass edge feature to that node feature.

0

1

Updated 2022-06-12

Tags

Deep Learning (in Machine learning)

Data Science