MLLGSep 28, 2023

Exploiting Edge Features in Graphs with Fused Network Gromov-Wasserstein Distance

arXiv:2309.16604v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses a limitation in graph comparison methods for applications like clustering and supervised prediction, though it is incremental as it extends an existing distance framework.

The paper tackles the problem of comparing graphs with edge attributes, which existing Gromov-Wasserstein distances overlook, by introducing an extension that incorporates both node and edge features, and empirically demonstrates its effectiveness in classification and graph prediction tasks.

Pairwise comparison of graphs is key to many applications in Machine learning ranging from clustering, kernel-based classification/regression and more recently supervised graph prediction. Distances between graphs usually rely on informative representations of these structured objects such as bag of substructures or other graph embeddings. A recently popular solution consists in representing graphs as metric measure spaces, allowing to successfully leverage Optimal Transport, which provides meaningful distances allowing to compare them: the Gromov-Wasserstein distances. However, this family of distances overlooks edge attributes, which are essential for many structured objects. In this work, we introduce an extension of Gromov-Wasserstein distance for comparing graphs whose both nodes and edges have features. We propose novel algorithms for distance and barycenter computation. We empirically show the effectiveness of the novel distance in learning tasks where graphs occur in either input space or output space, such as classification and graph prediction.

Foundations

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

Your Notes