paper-with-me

홈 › Papers

Distance Metric Learning for Graph Structured Data

2020-02-03 · Tomoki Yoshida, Ichiro Takeuchi, Masayuki Karasuyama

Graphs are versatile tools for representing structured data. As a result, a variety of machine learning methods have been studied for graph data analysis. Although many such learning methods depend on the measurement of differences between input graphs, defining an appropriate distance metric for graphs remains a controversial issue. Hence, we propose a supervised distance metric learning method for the graph classification problem. Our method, named interpretable graph metric learning (IGML), learns discriminative metrics in a subgraph-based feature space, which has a strong graph representation capability. By introducing a sparsity-inducing penalty on the weight of each subgraph, IGML can identify a small number of important subgraphs that can provide insight into the given classification task. Because our formulation has a large number of optimization variables, an efficient algorithm that uses pruning techniques based on safe screening and working set selection methods is also proposed. An important property of IGML is that solution optimality is guaranteed because the problem is formulated as a convex problem and our pruning strategies only discard unnecessary subgraphs. Furthermore, we show that IGML is also applicable to other structured data such as itemset and sequence data, and that it can incorporate vertex-label similarity by using a transportation-based subgraph feature. We empirically evaluate the computational efficiency and classification performance of IGML on several benchmark datasets and provide some illustrative examples of how IGML identifies important subgraphs from a given graph dataset.

📄 PDF Abstract BibTeX arXiv:2002.00727

Code (2)

takeuchi-lab/Learning-Interpretable-Metric-between-Graphs 공식 구현
birdwatcherYT/Learning-Interpretable-Metric-between-Graphs

Tasks

Computational EfficiencyGeneral ClassificationGraph ClassificationMetric Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Optimal Transport for structured data with application on graphs

2018-05-23 · Titouan Vayer, Laetitia Chapel, Rémi Flamary, Romain Tavenard 외

This work considers the problem of computing distances between structured objects such as undirected graphs, seen as probability distributions in a specific metric space. We consider a new transportation distance (i.e. t…

ClusteringGraph ClassificationGraph ClusteringTime Series Analysis

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

2023-09-28 · Junjie Yang, Matthieu Labeau, Florence d'Alché-Buc

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 usuall…

A new class of metrics for learning on real-valued and structured data

2016-03-22 · Ruiyu Yang, Yuxiang Jiang, Scott Mathews, Elizabeth A. Housworth 외

We propose a new class of metrics on sets, vectors, and functions that can be used in various stages of data mining, including exploratory data analysis, learning, and result interpretation. These new distance functions …

Graph Random Neural Features for Distance-Preserving Graph Representations

2019-09-09 · ICML 2020 1 · Daniele Zambon, Cesare Alippi, Lorenzo Livi

We present Graph Random Neural Features (GRNF), a novel embedding method from graph-structured data to real vectors based on a family of graph neural networks. The embedding naturally deals with graph isomorphism and pre…

Graph Neural Network

Deep Feature Learning via Structured Graph Laplacian Embedding for Person Re-Identification

2017-07-25 · De Cheng, Yihong Gong, Zhihui Li, Weiwei Shi 외

Learning the distance metric between pairs of examples is of great importance for visual recognition, especially for person re-identification (Re-Id). Recently, the contrastive and triplet loss are proposed to enhance th…

Person Re-IdentificationTriplet