paper-with-me

홈 › Papers

Graph-level representations using ensemble-based readout functions

2023-03-03 · Jakub Binkowski, Albert Sawczyn, Denis Janiak, Piotr Bielak, Tomasz Kajdanowicz

Graph machine learning models have been successfully deployed in a variety of application areas. One of the most prominent types of models - Graph Neural Networks (GNNs) - provides an elegant way of extracting expressive node-level representation vectors, which can be used to solve node-related problems, such as classifying users in a social network. However, many tasks require representations at the level of the whole graph, e.g., molecular applications. In order to convert node-level representations into a graph-level vector, a so-called readout function must be applied. In this work, we study existing readout methods, including simple non-trainable ones, as well as complex, parametrized models. We introduce a concept of ensemble-based readout functions that combine either representations or predictions. Our experiments show that such ensembles allow for better performance than simple single readouts or similar performance as the complex, parametrized ones, but at a fraction of the model complexity.

📄 PDF Abstract BibTeX arXiv:2303.02023

Code (1)

graphml-lab-pwr/ensemble-readouts 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Graph Neural Networks with Adaptive Readouts

2022-11-09 · David Buterez, Jon Paul Janet, Steven J. Kiddle, Dino Oglic 외

An effective aggregation of node features into a graph-level representation via readout functions is an essential step in numerous learning tasks involving graph neural networks. Typically, readouts are simple and non-ad…

Learnable Structural Semantic Readout for Graph Classification

2021-11-22 · Dongha Lee, Su Kim, Seonghyeon Lee, Chanyoung Park 외

With the great success of deep learning in various domains, graph neural networks (GNNs) also become a dominant approach to graph classification. By the help of a global readout operation that simply aggregates all node …

ClassificationGraph ClassificationPosition

Learning to Pool in Graph Neural Networks for Extrapolation

2021-06-11 · Jihoon Ko, Taehyung Kwon, Kijung Shin, Juho Lee

Graph neural networks (GNNs) are one of the most popular approaches to using deep learning on graph-structured data, and they have shown state-of-the-art performances on a variety of tasks. However, according to a recent…

Graph Kalman Filters

2023-03-21 · Cesare Alippi, Daniele Zambon

The well-known Kalman filters model dynamical systems by relying on state-space representations with the next state updated, and its uncertainty controlled, by fresh information associated with newly observed system outp…

Improving Graph Property Prediction with Generalized Readout Functions

2020-09-21 · Eric Alcaide

Graph property prediction is drawing increasing attention in the recent years due to the fact that graphs are one of the most general data structures since they can contain an arbitrary number of nodes and connections be…

Graph Property PredictionPredictionProperty Prediction