paper-with-me

Papers

Attention-Driven Metapath Encoding in Heterogeneous Graphs

2024-12-30 · Calder Katyal

One of the emerging techniques in node classification in heterogeneous graphs is to restrict message aggregation to pre-defined, semantically meaningful structures called metapaths. This work is the first attempt to incorporate attention into the process of encoding entire metapaths without dropping intermediate nodes. In particular, we construct two encoders: the first uses sequential attention to extend the multi-hop message passing algorithm designed in \citet{magna} to the metapath setting, and the second incorporates direct attention to extract semantic relations in the metapath. The model then employs the intra-metapath and inter-metapath aggregation mechanisms of \citet{han}. We furthermore use the powerful training scheduler specialized for heterogeneous graphs that was developed in \citet{lts}, ensuring the model slowly learns how to classify the most difficult nodes. The result is a resilient, general-purpose framework for capturing semantic structures in heterogeneous graphs. In particular, we demonstrate that our model is competitive with state-of-the-art models on performing node classification on the IMDB dataset, a popular benchmark introduced in \citet{benchmark}.

📄 PDF Abstract BibTeX arXiv:2412.20678

Code (1)

calderkatyal/CPSC483FinalProject 공식 구현 pytorch

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graph Neural Network on Semantic Tree

2024-02-21 · Mingyu Guan, Jack W. Stokes, Qinlong Luo, Fuchen Liu 외

The recent past has seen an increasing interest in Heterogeneous Graph Neural Networks (HGNNs), since many real-world graphs are heterogeneous in nature, from citation graphs to email graphs. However, existing methods ig…

Graph Neural Network

Metapath-based Hyperbolic Contrastive Learning for Heterogeneous Graph Embedding

2025-06-20 · Jongmin Park, SeungHoon Han, Won-Yong Shin, Sungsu Lim

The hyperbolic space, characterized by a constant negative curvature and exponentially expanding space, aligns well with the structural properties of heterogeneous graphs. However, although heterogeneous graphs inherentl…

Contrastive LearningGraph Embedding

MANDO: Multi-Level Heterogeneous Graph Embeddings for Fine-Grained Detection of Smart Contract Vulnerabilities

2022-08-28 · Hoang H. Nguyen, Nhat-Minh Nguyen, Chunyao Xie, Zahra Ahmadi 외

Learning heterogeneous graphs consisting of different types of nodes and edges enhances the results of homogeneous graph techniques. An interesting example of such graphs is control-flow graphs representing possible soft…

Graph AttentionVulnerability Detection

MAGNN: Metapath Aggregated Graph Neural Network for Heterogeneous Graph Embedding

2020-02-05 · Xinyu Fu, Jiani Zhang, Ziqiao Meng, Irwin King

A large number of real-world graphs or networks are inherently heterogeneous, involving a diversity of node types and relation types. Heterogeneous graph embedding is to embed rich structural and semantic information of …

ClusteringDiversityGraph EmbeddingGraph Neural Network+3

MHNF: Multi-hop Heterogeneous Neighborhood information Fusion graph representation learning

2021-06-17 · Yundong Sun, Dongjie Zhu, Haiwen Du, Zhaoshuo Tian

The attention mechanism enables graph neural networks (GNNs) to learn the attention weights between the target node and its one-hop neighbors, thereby improving the performance further. However, most existing GNNs are or…

Graph Representation LearningNode ClassificationRepresentation Learning