LGAIApr 12, 2024

Graph data augmentation with Gromow-Wasserstein Barycenters

arXiv:2404.08376v1
Originality Incremental advance
AI Analysis

This addresses the problem of expensive and limited graph datasets for researchers and practitioners in fields relying on graph classification, though it appears incremental as it builds on existing graphon estimation methods.

The paper tackles the challenge of augmenting graph data for training deep learning models by proposing a novel strategy using Gromow-Wasserstein barycenters in non-Euclidean space, which improves graph classification performance as demonstrated in computational results.

Graphs are ubiquitous in various fields, and deep learning methods have been successful applied in graph classification tasks. However, building large and diverse graph datasets for training can be expensive. While augmentation techniques exist for structured data like images or numerical data, the augmentation of graph data remains challenging. This is primarily due to the complex and non-Euclidean nature of graph data. In this paper, it has been proposed a novel augmentation strategy for graphs that operates in a non-Euclidean space. This approach leverages graphon estimation, which models the generative mechanism of networks sequences. Computational results demonstrate the effectiveness of the proposed augmentation framework in improving the performance of graph classification models. Additionally, using a non-Euclidean distance, specifically the Gromow-Wasserstein distance, results in better approximations of the graphon. This framework also provides a means to validate different graphon estimation approaches, particularly in real-world scenarios where the true graphon is unknown.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes