paper-with-me

Papers

Wasserstein Graph Distance Based on $L_1$-Approximated Tree Edit Distance between Weisfeiler-Lehman Subtrees

2022-07-09 · Zhongxi Fang, Jianming Huang, Xun Su, Hiroyuki Kasai

The Weisfeiler-Lehman (WL) test is a widely used algorithm in graph machine learning, including graph kernels, graph metrics, and graph neural networks. However, it focuses only on the consistency of the graph, which means that it is unable to detect slight structural differences. Consequently, this limits its ability to capture structural information, which also limits the performance of existing models that rely on the WL test. This limitation is particularly severe for traditional metrics defined by the WL test, which cannot precisely capture slight structural differences. In this paper, we propose a novel graph metric called the Wasserstein WL Subtree (WWLS) distance to address this problem. Our approach leverages the WL subtree as structural information for node neighborhoods and defines node metrics using the $L_1$-approximated tree edit distance ($L_1$-TED) between WL subtrees of nodes. Subsequently, we combine the Wasserstein distance and the $L_1$-TED to define the WWLS distance, which can capture slight structural differences that may be difficult to detect using conventional metrics. We demonstrate that the proposed WWLS distance outperforms baselines in both metric validation and graph classification experiments.

📄 PDF Abstract BibTeX arXiv:2207.04216

Code (1)

fzx-oss/wwls 공식 구현 pytorch

Tasks

Graph ClassificationGraph Embedding

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Wasserstein Weisfeiler-Lehman Subtree Distance for Graph-Structured Data

2021-09-29 · Zhongxi Fang, Jianming Huang, Hiroyuki Kasai

Defining a valid graph distance is a challenging task in graph machine learning because we need to consider the theoretical validity of the distance, its computational complexity, and effectiveness as a distance between …

Graph Classificationvalid

Wasserstein Distances, Geodesics and Barycenters of Merge Trees

2021-07-16 · Mathieu Pont, Jules Vidal, Julie Delon, Julien Tierny

This paper presents a unified computational framework for the estimation of distances, geodesics and barycenters of merge trees. We extend recent work on the edit distance [106] and introduce a new metric, called the Was…

EUGENE: Explainable Unsupervised Approximation of Graph Edit Distance with Generalized Edit Costs

2024-02-08 · Aditya Bommakanti, Harshith Reddy Vonteri, Sayan Ranu, Panagiotis Karras

The need to identify graphs with small structural distances from a query arises in various domains such as biology, chemistry, recommender systems, and social network analysis. Among several methods for measuring inter-g…

Recommendation Systems

NED: An Inter-Graph Node Metric Based On Edit Distance

2016-02-07 · Haohan Zhu, Xianrui Meng, George Kollios

Node similarity is a fundamental problem in graph analytics. However, node similarity between nodes in different graphs (inter-graph nodes) has not received a lot of attention yet. The inter-graph node similarity is impo…

Transfer Learning

Approximating 1-Wasserstein Distance with Trees

2022-06-24 · Makoto Yamada, Yuki Takezawa, Ryoma Sato, Han Bao 외

Wasserstein distance, which measures the discrepancy between distributions, shows efficacy in various types of natural language processing (NLP) and computer vision (CV) applications. One of the challenges in estimating …