paper-with-me

Papers

SiHGNN: Leveraging Properties of Semantic Graphs for Efficient HGNN Acceleration

2024-08-27 · Runzhen Xue, Mingyu Yan, Dengke Han, Zhimin Tang, Xiaochun Ye, Dongrui Fan

Heterogeneous Graph Neural Networks (HGNNs) have expanded graph representation learning to heterogeneous graph fields. Recent studies have demonstrated their superior performance across various applications, including medical analysis and recommendation systems, often surpassing existing methods. However, GPUs often experience inefficiencies when executing HGNNs due to their unique and complex execution patterns. Compared to traditional Graph Neural Networks, these patterns further exacerbate irregularities in memory access. To tackle these challenges, recent studies have focused on developing domain-specific accelerators for HGNNs. Nonetheless, most of these efforts have concentrated on optimizing the datapath or scheduling data accesses, while largely overlooking the potential benefits that could be gained from leveraging the inherent properties of the semantic graph, such as its topology, layout, and generation. In this work, we focus on leveraging the properties of semantic graphs to enhance HGNN performance. First, we analyze the Semantic Graph Build (SGB) stage and identify significant opportunities for data reuse during semantic graph generation. Next, we uncover the phenomenon of buffer thrashing during the Graph Feature Processing (GFP) stage, revealing potential optimization opportunities in semantic graph layout. Furthermore, we propose a lightweight hardware accelerator frontend for HGNNs, called SiHGNN. This accelerator frontend incorporates a tree-based Semantic Graph Builder for efficient semantic graph generation and features a novel Graph Restructurer for optimizing semantic graph layouts. Experimental results show that SiHGNN enables the state-of-the-art HGNN accelerator to achieve an average performance improvement of 2.95$\times$.

📄 PDF Abstract BibTeX arXiv:2408.15089

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationGraph Representation LearningRecommendation SystemsRepresentation LearningScheduling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ESIHGNN: Event-State Interactions Infused Heterogeneous Graph Neural Network for Conversational Emotion Recognition

2024-05-07 · Xupeng Zha, Huan Zhao, Zixing Zhang

Conversational Emotion Recognition (CER) aims to predict the emotion expressed by an utterance (referred to as an ``event'') during a conversation. Existing graph-based methods mainly focus on event interactions to compr…

Emotion RecognitionGraph Neural Network

BHGNN-RT: Network embedding for directed heterogeneous graphs

2023-11-24 · Xiyang Sun, Fumiyasu Komaki

Networks are one of the most valuable data structures for modeling problems in the real world. However, the most recent node embedding strategies have focused on undirected graphs, with limited attention to directed grap…

Graph Neural NetworkNetwork EmbeddingNode Classification

Simple and Efficient Heterogeneous Graph Neural Network

2022-07-06 · Xiaocheng Yang, Mingyu Yan, Shirui Pan, Xiaochun Ye 외

Heterogeneous graph neural networks (HGNNs) have powerful capability to embed rich structural and semantic information of a heterogeneous graph into node representations. Existing HGNNs inherit many mechanisms from graph…

Graph Neural NetworkHeterogeneous Node ClassificationNode Property Prediction

HGAttack: Transferable Heterogeneous Graph Adversarial Attack

2024-01-18 · He Zhao, Zhiwei Zeng, Yongwei Wang, Deheng Ye 외

Heterogeneous Graph Neural Networks (HGNNs) are increasingly recognized for their performance in areas like the web and e-commerce, where resilience against adversarial attacks is crucial. However, existing adversarial a…

Adversarial Attack

Homophily-oriented Heterogeneous Graph Rewiring

2023-02-13 · Jiayan Guo, Lun Du, Wendong Bi, Qiang Fu 외

With the rapid development of the World Wide Web (WWW), heterogeneous graphs (HG) have explosive growth. Recently, heterogeneous graph neural network (HGNN) has shown great potential in learning on HG. Current studies of…

Graph Neural Network