paper-with-me

홈 › Papers

GSim: A Graph Neural Network based Relevance Measure for Heterogeneous Graphs

2022-08-12 · Linhao Luo, Yixiang Fang, Moli Lu, Xin Cao, Xiaofeng Zhang, Wenjie Zhang

Heterogeneous graphs, which contain nodes and edges of multiple types, are prevalent in various domains, including bibliographic networks, social media, and knowledge graphs. As a fundamental task in analyzing heterogeneous graphs, relevance measure aims to calculate the relevance between two objects of different types, which has been used in many applications such as web search, recommendation, and community detection. Most of existing relevance measures focus on homogeneous networks where objects are of the same type, and a few measures are developed for heterogeneous graphs, but they often need the pre-defined meta-path. Defining meaningful meta-paths requires much domain knowledge, which largely limits their applications, especially on schema-rich heterogeneous graphs like knowledge graphs. Recently, the Graph Neural Network (GNN) has been widely applied in many graph mining tasks, but it has not been applied for measuring relevance yet. To address the aforementioned problems, we propose a novel GNN-based relevance measure, namely GSim. Specifically, we first theoretically analyze and show that GNN is effective for measuring the relevance of nodes in the graph. We then propose a context path-based graph neural network (CP-GNN) to automatically leverage the semantics in heterogeneous graphs. Moreover, we exploit CP-GNN to support relevance measures between two objects of any type. Extensive experiments demonstrate that GSim outperforms existing measures.

📄 PDF Abstract BibTeX arXiv:2208.06144

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionGraph MiningGraph Neural NetworkKnowledge Graphs

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

EPG-MGCN: Ego-Planning Guided Multi-Graph Convolutional Network for Heterogeneous Agent Trajectory Prediction

2023-03-29 · Zihao Sheng, Zilin Huang, Sikai Chen

To drive safely in complex traffic environments, autonomous vehicles need to make an accurate prediction of the future trajectories of nearby heterogeneous traffic agents (i.e., vehicles, pedestrians, bicyclists, etc). D…

Autonomous VehiclesDecoderPredictionTrajectory Prediction

HGATE: Heterogeneous Graph Attention Auto-Encoders

2021-11-28 · IEEE Transactions on Knowledge and Data Engineering 2021 11 · Wei Wang, Xiaoyang Suo, Xiangyu Wei, Bin Wang 외

Graph auto-encoder is considered a framework for unsupervised learning on graph-structured data by representing graphs in a low dimensional space. It has been proved very powerful for graph analytics. In the real world, …

Graph AttentionGraph Representation LearningInductive LearningLink Prediction+3

Image-to-Image Retrieval by Learning Similarity between Scene Graphs

2020-12-29 · Sangwoong Yoon, Woo Young Kang, Sungwook Jeon, SeongEun Lee 외

As a scene graph compactly summarizes the high-level content of an image in a structured and symbolic manner, the similarity between scene graphs of two images reflects the relevance of their contents. Based on this idea…

Graph SimilarityImage RetrievalRetrievalSentence+1

LLMServingSim2.0: A Unified Simulator for Heterogeneous Hardware and Serving Techniques in LLM Infrastructure

2025-11-10 · Jaehong Cho, Hyunmin Choi, Jongse Park arxiv

This paper introduces LLMServingSim2.0, a system simulator designed for exploring heterogeneous hardware in large-scale LLM serving systems. LLMServingSim2.0 addresses two key limitations of its predecessor: (1) integrat…

PROVCREATOR: Synthesizing Complex Heterogenous Graphs with Node and Edge Attributes

2025-07-28 · Tianhao Wang, Simon Klancher, Kunal Mukherjee, Josh Wiedemeier 외 arxiv

The rise of graph-structured data has driven interest in graph learning and synthetic data generation. While successful in text and image domains, synthetic graph generation remains challenging -- especially for real-wor…

Synthetic Data GenerationGraph GenerationKnowledge GraphsGraph Learning