LGAIJun 2, 2023

EPIC: Graph Augmentation with Edit Path Interpolation via Learnable Cost

arXiv:2306.01310v32 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the problem of limited training data for graph classification models, offering a domain-specific improvement.

The paper tackles the challenge of data augmentation for graph data by proposing EPIC, a method that uses learnable edit path interpolation to generate new graphs, and shows it outperforms existing techniques on benchmark datasets.

Data augmentation plays a critical role in improving model performance across various domains, but it becomes challenging with graph data due to their complex and irregular structure. To address this issue, we propose EPIC (Edit Path Interpolation via learnable Cost), a novel interpolation-based method for augmenting graph datasets. To interpolate between two graphs lying in an irregular domain, EPIC leverages the concept of graph edit distance, constructing an edit path that represents the transformation process between two graphs via edit operations. Moreover, our method introduces a context-sensitive cost model that accounts for the importance of specific edit operations formulated through a learning framework. This allows for a more nuanced transformation process, where the edit distance is not merely count-based but reflects meaningful graph attributes. With randomly sampled graphs from the edit path, we enrich the training set to enhance the generalization capability of classification models. Experimental evaluations across several benchmark datasets demonstrate that our approach outperforms existing augmentation techniques in many tasks.

Foundations

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

Your Notes