paper-with-me

홈 › Papers

MGNN: Graph Neural Networks Inspired by Distance Geometry Problem

2022-01-31 · Guanyu Cui, Zhewei Wei

Graph Neural Networks (GNNs) have emerged as a prominent research topic in the field of machine learning. Existing GNN models are commonly categorized into two types: spectral GNNs, which are designed based on polynomial graph filters, and spatial GNNs, which utilize a message-passing scheme as the foundation of the model. For the expressive power and universality of spectral GNNs, a natural approach is to improve the design of basis functions for better approximation ability. As for spatial GNNs, models like Graph Isomorphism Networks (GIN) analyze their expressive power based on Graph Isomorphism Tests. Recently, there have been attempts to establish connections between spatial GNNs and geometric concepts like curvature and cellular sheaves, as well as physical phenomena like oscillators. However, despite the recent progress, there is still a lack of comprehensive analysis regarding the universality of spatial GNNs from the perspectives of geometry and physics. In this paper, we propose MetricGNN (MGNN), a spatial GNN model inspired by the congruent-insensitivity property of classifiers in the classification phase of GNNs. We demonstrate that a GNN model is universal in the spatial domain if it can generate embedding matrices that are congruent to any given embedding matrix. This property is closely related to the Distance Geometry Problem (DGP). Since DGP is an NP-Hard combinatorial optimization problem, we propose optimizing an energy function derived from spring networks and the Multi-Dimensional Scaling (MDS) problem. This approach also allows our model to handle both homophilic and heterophilic graphs. Finally, we propose employing the iteration method to optimize our energy function. We extensively evaluate the effectiveness of our model through experiments conducted on both synthetic and real-world datasets. Our code is available at: https://github.com/GuanyuCui/MGNN.

📄 PDF Abstract BibTeX arXiv:2201.12994

Code (1)

guanyucui/mgnn 공식 구현 pytorch

Tasks

Combinatorial OptimizationMetric Learning

Similar Papers 제목 키워드 기반

Customizing Graph Neural Networks using Path Reweighting

2021-06-21 · Jianpeng Chen, Yujing Wang, Ming Zeng, Zongyi Xiang 외

Graph Neural Networks (GNNs) have been extensively used for mining graph-structured data with impressive performance. However, because these traditional GNNs do not distinguish among various downstream tasks, embeddings …

Data AugmentationGraph AttentionGraph Neural NetworkNode Classification

MMGNN: Multi-level, multi-color graph neural networks for molecular property prediction

2026-06-18 · Trung Nguyen, Duc Duy Nguyen arxiv

Molecular message-passing neural networks commonly propagate chemically diverse interactions through a single graph, which may mix interaction-specific signals and require deep propagation to capture long-range effects. …

Molecular Property PredictionGraph Neural Network

Multivariate Time Series Forecasting with Hybrid Euclidean-SPD Manifold Graph Neural Networks

2025-12-16 · Yong Fang, Na Li, Hangguan Shan, Eryun Liu 외 arxiv

Multivariate Time Series (MTS) forecasting plays a vital role in various real-world applications, such as traffic management and predictive maintenance. Existing approaches typically model MTS data in either Euclidean or…

Multivariate Time Series ForecastingGraph Neural Network

CoSimGNN: Towards Large-scale Graph Similarity Computation

2020-05-14 · Haoyan Xu, Runjian Chen, Yueyang Wang, Ziheng Duan 외

The ability to compute similarity scores between graphs based on metrics such as Graph Edit Distance (GED) is important in many real-world applications. Computing exact GED values is typically an NP-hard problem and trad…

3D Action RecognitionAction RecognitionGraph Similarity

SimGNN: A Neural Network Approach to Fast Graph Similarity Computation

2018-08-16 · WSDM '19 Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining 2019 2 · Yunsheng Bai, Hao Ding, Song Bian, Ting Chen 외

Graph similarity search is among the most important graph-based applications, e.g. finding the chemical compounds that are most similar to a query compound. Graph similarity computation, such as Graph Edit Distance (GED)…

Graph ClassificationGraph Neural NetworkGraph Similarity