paper-with-me

홈 › Papers

Leveraging Meta-path Contexts for Classification in Heterogeneous Information Networks

2020-12-18 · Xiang Li, Danhao Ding, Ben Kao, Yizhou Sun, Nikos Mamoulis

A heterogeneous information network (HIN) has as vertices objects of different types and as edges the relations between objects, which are also of various types. We study the problem of classifying objects in HINs. Most existing methods perform poorly when given scarce labeled objects as training sets, and methods that improve classification accuracy under such scenarios are often computationally expensive. To address these problems, we propose ConCH, a graph neural network model. ConCH formulates the classification problem as a multi-task learning problem that combines semi-supervised learning with self-supervised learning to learn from both labeled and unlabeled data. ConCH employs meta-paths, which are sequences of object types that capture semantic relationships between objects. ConCH co-derives object embeddings and context embeddings via graph convolution. It also uses the attention mechanism to fuse such embeddings. We conduct extensive experiments to evaluate the performance of ConCH against other 15 classification methods. Our results show that ConCH is an effective and efficient method for HIN classification.

📄 PDF Abstract BibTeX arXiv:2012.10024

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationGraph Neural NetworkMulti-Task LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

MECCH: Metapath Context Convolution-based Heterogeneous Graph Neural Networks

2022-11-23 · Xinyu Fu, Irwin King

Heterogeneous graph neural networks (HGNNs) were proposed for representation learning on structural data with multiple types of nodes and edges. To deal with the performance degradation issue when HGNNs become deep, rese…

Computational EfficiencyGraph Neural NetworkLink PredictionNode Classification+1

Heterogeneous Graph Contrastive Learning with Meta-path Contexts and Adaptively Weighted Negative Samples

2022-12-28 · Jianxiang Yu, Qingqing Ge, Xiang Li, Aoying Zhou

Heterogeneous graph contrastive learning has received wide attention recently. Some existing methods use meta-paths, which are sequences of object types that capture semantic relationships between objects, to construct c…

Contrastive LearningNode Clustering

IMPA-HGAE:Intra-Meta-Path Augmented Heterogeneous Graph Autoencoder

2025-06-07 · Di Lin, Wanjing Ren, Xuanbin Li, Rui Zhang

Self-supervised learning (SSL) methods have been increasingly applied to diverse downstream tasks due to their superior generalization capabilities and low annotation costs. However, most existing heterogeneous graph SSL…

Representation LearningSelf-Supervised Learning

metapath2vec: Scalable Representation Learning for Heterogeneous Networks

2017-08-01 · KDD 17 2017 8 · Yuxiao Dong, Nitesh Vijay Chawla, Ananthram Swami

We study the problem of representation learning in heterogeneous networks. Its unique challenges come from the existence of multiple types of nodes and links, which limit the feasibility of the conventional network embed…

ClusteringLink PredictionNetwork EmbeddingNode Classification+2

Comprehensive Metapath-based Heterogeneous Graph Transformer for Gene-Disease Association Prediction

2025-01-14 · Wentao Cui, Shoubo Li, Chen Fang, Qingqing Long 외

Discovering gene-disease associations is crucial for understanding disease mechanisms, yet identifying these associations remains challenging due to the time and cost of biological experiments. Computational methods are …