benedekrozemberczki / awesome-graph-classification

A collection of important graph embedding, classification and representation learning papers with implementations.
Creative Commons Zero v1.0 Universal
4.75k stars 742 forks source link

Graph classification method from ICDM '19 #13

Closed markheimann closed 4 years ago

markheimann commented 4 years ago

Hi, thanks for maintaining such a comprehensive list of methods for graph-level machine learning. I am an author of the ICDM 2019 paper "Distribution of Node Embeddings as Multiresolution Features for Graphs" and was wondering if it could be included on this list?
Overview: Derives a randomized feature map for a graph based on the distribution of its node embeddings in vector space. As the proposed technique is an explicit feature map, it probably fits in the section on "spectral and statistical fingerprints", but its theoretical underpinnings come from the graph kernel literature and so it might fit in that section instead. Won best student paper at ICDM 2019.
Paper: [https://ieeexplore.ieee.org/document/8970922] Code: [https://github.com/GemsLab/RGM]

benedekrozemberczki commented 4 years ago

Hi there Mark,

Sorry, for the late reply. I will add it, I have actually read this paper.

Benedek

benedekrozemberczki commented 4 years ago

It will go under graph kernels if that is okay with you. Please take a look:

https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/kernels.md

markheimann commented 4 years ago

Hi Benedek,

I think that’s a good place for it, since it is a very “kernel-y” work. Thanks for that, and for all the resources you provide the graph mining community!

Best, Mark

On May 26, 2020, at 5:30 AM, Benedek Rozemberczki notifications@github.com wrote:

 It will go under graph kernels if that is okay with you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.