paper-with-me

Papers

HeteroMILE: a Multi-Level Graph Representation Learning Framework for Heterogeneous Graphs

2024-03-31 · Yue Zhang, Yuntian He, Saket Gurukar, Srinivasan Parthasarathy

Heterogeneous graphs are ubiquitous in real-world applications because they can represent various relationships between different types of entities. Therefore, learning embeddings in such graphs is a critical problem in graph machine learning. However, existing solutions for this problem fail to scale to large heterogeneous graphs due to their high computational complexity. To address this issue, we propose a Multi-Level Embedding framework of nodes on a heterogeneous graph (HeteroMILE) - a generic methodology that allows contemporary graph embedding methods to scale to large graphs. HeteroMILE repeatedly coarsens the large sized graph into a smaller size while preserving the backbone structure of the graph before embedding it, effectively reducing the computational cost by avoiding time-consuming processing operations. It then refines the coarsened embedding to the original graph using a heterogeneous graph convolution neural network. We evaluate our approach using several popular heterogeneous graph datasets. The experimental results show that HeteroMILE can substantially reduce computational time (approximately 20x speedup) and generate an embedding of better quality for link prediction and node classification.

📄 PDF Abstract BibTeX arXiv:2404.00816

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

GLCC: A General Framework for Graph-Level Clustering

2022-10-21 · Wei Ju, Yiyang Gu, Binqi Chen, Gongbo Sun 외

This paper studies the problem of graph-level clustering, which is a novel yet challenging task. This problem is critical in a variety of real-world applications such as protein clustering and genome analysis in bioinfor…

ClusteringContrastive LearningDeep ClusteringRepresentation Learning

Multi-representations Space Separation based Graph-level Anomaly-aware Detection

2023-07-22 · Fu Lin, Haonan Gong, Mingkang Li, Zitong Wang 외

Graph structure patterns are widely used to model different area data recently. How to detect anomalous graph information on these graph data has become a popular research problem. The objective of this research is cente…

A Modality-Tailored Graph Modeling Framework for Urban Region Representation via Contrastive Learning

2025-09-28 · Yaya Zhao, Kaiqi Zhao, Zixuan Tang, Zhiyuan Liu 외 arxiv

Graph-based models have emerged as a powerful paradigm for modeling multimodal urban data and learning region representations for various downstream tasks. However, existing approaches face two major limitations. (1) The…

Contrastive LearningGraph Neural Network

Isomorphic-Consistent Variational Graph Auto-Encoders for Multi-Level Graph Representation Learning

2023-12-09 · Hanxuan Yang, Qingchao Kong, Wenji Mao

Graph representation learning is a fundamental research theme and can be generalized to benefit multiple downstream tasks from the node and link levels to the higher graph level. In practice, it is desirable to develop t…

Graph ClassificationGraph LearningGraph Neural NetworkGraph Representation Learning+3

Two-stage Temporal Modelling Framework for Video-based Depression Recognition using Graph Representation

2021-11-30 · Jiaqi Xu, Siyang Song, Keerthy Kusumam, Hatice Gunes 외

Video-based automatic depression analysis provides a fast, objective and repeatable self-assessment solution, which has been widely developed in recent years. While depression clues may be reflected by human facial behav…