paper-with-me

Papers

Efficient Heterogeneous Graph Learning via Random Projection

2023-10-23 · Jun Hu, Bryan Hooi, Bingsheng He

Heterogeneous Graph Neural Networks (HGNNs) are powerful tools for deep learning on heterogeneous graphs. Typical HGNNs require repetitive message passing during training, limiting efficiency for large-scale real-world graphs. Recent pre-computation-based HGNNs use one-time message passing to transform a heterogeneous graph into regular-shaped tensors, enabling efficient mini-batch training. Existing pre-computation-based HGNNs can be mainly categorized into two styles, which differ in how much information loss is allowed and efficiency. We propose a hybrid pre-computation-based HGNN, named Random Projection Heterogeneous Graph Neural Network (RpHGNN), which combines the benefits of one style's efficiency with the low information loss of the other style. To achieve efficiency, the main framework of RpHGNN consists of propagate-then-update iterations, where we introduce a Random Projection Squashing step to ensure that complexity increases only linearly. To achieve low information loss, we introduce a Relation-wise Neighbor Collection component with an Even-odd Propagation Scheme, which aims to collect information from neighbors in a finer-grained way. Experimental results indicate that our approach achieves state-of-the-art results on seven small and large benchmark datasets while also being 230% faster compared to the most effective baseline. Surprisingly, our approach not only surpasses pre-processing-based baselines but also outperforms end-to-end methods.

📄 PDF Abstract BibTeX arXiv:2310.14481

Code (1)

CrawlScript/RpHGNN 공식 구현 pytorch

Tasks

Graph LearningGraph Neural NetworkHeterogeneous Node ClassificationNode Property Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Random Projections of Sparse Adjacency Matrices

2023-09-04 · Frank Qiu

We analyze a random projection method for adjacency matrices, studying its utility in representing sparse graphs. We show that these random projections retain the functionality of their underlying adjacency matrices whil…

Scalable Heterogeneous Graph Learning via Heterogeneous-aware Orthogonal Prototype Experts

2026-01-09 · Wei Zhou, Hong Huang, Ruize Shi, Bang Liu arxiv

Heterogeneous Graph Neural Networks(HGNNs) have advanced mainly through better encoders, yet their decoding/projection stage still relies on a single shared linear head, assuming it can map rich node embeddings to labels…

Graph Learning

GPSP: Graph Partition and Space Projection based Approach for Heterogeneous Network Embedding

2018-03-07 · Wenyu Du, Shuai Yu, Min Yang, Qiang Qu 외

In this paper, we propose GPSP, a novel Graph Partition and Space Projection based approach, to learn the representation of a heterogeneous network that consists of multiple types of nodes and links. Concretely, we first…

ClusteringGeneral ClassificationNetwork EmbeddingNode Classification

Ghost Projection

2021-09-03 · David Ceddia, David M. Paganin

Ghost imaging is a developing imaging technique that employs random masks to image a sample. Ghost projection utilizes ghost-imaging concepts to perform the complementary procedure of projection of a desired image. The k…

Faceted Search of Heterogeneous Geographic Information for Dynamic Map Projection

2020-05-07 · Noemi Mauro, Liliana Ardissono, Maurizio Lucenteforte

This paper proposes a faceted information exploration model that supports coarse-grained and fine-grained focusing of geographic maps by offering a graphical representation of data attributes within interactive widgets. …

Data Visualization