New approach of classification

Yesterday, I found attractive article in arXiv.
Attentional Multilabel Learning over Graphs
A message passing approach

Click to access 1804.00293.pdf

I have not fully understood the concept but interesting.
The author proposes Graph Attentional Multi-Label learning (GAML). GAML handle Graph structured data as input. You know, molecules are represented as graph in chemoinformatics. So this method will be useful for chemoinformatics area.
They use basic graph neural network structure and use Highway for model update. (*Highway network is very interesting for me!)

Also they use attention to connect every input node and label node. Table3 shows GAML works very well than other methods for example SVM, HWN(highway), GRU etc.

I think attention method is very informative because the method can draw attention matrix. The author shows attention matrix between label and input(graph structure of molecules). And the heat map shows attention of each node(atom).

The code is not opened but there are several implementation of Graph attention networks and attentions.
I would like to try to implement GAML near the future.

Advertisement

Published by iwatobipen

I'm medicinal chemist in mid size of pharmaceutical company. I love chemoinfo, cording, organic synthesis, my family.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: