paper-with-me

Papers

HGC-Herd: Efficient Heterogeneous Graph Condensation via Representative Node Herding

2025-12-08 · Fuyan Ou, Siqi Ai, Yulin Hu arxiv

Heterogeneous graph neural networks (HGNNs) have demonstrated strong capability in modeling complex semantics across multi-type nodes and relations. However, their scalability to large-scale graphs remains challenging due to structural redundancy and high-dimensional node features. Existing graph condensation approaches, such as GCond, are primarily developed for homogeneous graphs and rely on gradient matching, resulting in considerable computational, memory, and optimization overhead. We propose HGC-Herd, a training-free condensation framework that generates compact yet informative heterogeneous graphs while maintaining both semantic and structural fidelity. HGC-Herd integrates lightweight feature propagation to encode multi-hop relational context and employs a class-wise herding mechanism to identify representative nodes per class, producing balanced and discriminative subsets for downstream learning tasks. Extensive experiments on ACM, DBLP, and Freebase validate that HGC-Herd attains comparable or superior accuracy to full-graph training while markedly reducing both runtime and memory consumption. These results underscore its practical value for efficient and scalable heterogeneous graph representation learning.

📄 PDF Abstract BibTeX arXiv:2512.09947

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation Learning

Similar Papers 제목 키워드 기반

Training-free Heterogeneous Graph Condensation via Data Selection

2024-12-20 · Yuxuan Liang, Wentao Zhang, Xinyi Gao, Ling Yang 외

Efficient training of large-scale heterogeneous graphs is of paramount importance in real-world applications. However, existing approaches typically explore simplified models to mitigate resource and time overhead, negle…

Graph Generation

Heterogeneous Graph Condensation via Role-Aware Clustering

2026-07-03 · Fuyan Ou, Yulin Hu, Ye Yuan arxiv

Heterogeneous Graph Neural Networks (HGNNs) have exhibited remarkable efficacy in modeling complex systems with multiple types of nodes and relations, yet their training on large-scale heterogeneous graphs remains comput…

Bilevel Optimization

Backdoor Graph Condensation

2024-07-03 · Jiahao Wu, Ning Lu, Zeiyu Dai, Kun Wang 외

Graph condensation has recently emerged as a prevalent technique to improve the training efficiency for graph neural networks (GNNs). It condenses a large graph into a small one such that a GNN trained on this small synt…

Backdoor Attack

Disentangled Condensation for Large-scale Graphs

2024-01-18 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Bingde Hu 외

Graph condensation has emerged as an intriguing technique to save the expensive training costs of Graph Neural Networks (GNNs) by substituting a condensed small graph with the original graph. Despite the promising result…

Graph LearningLink PredictionNode Classification

Graph Condensation for Inductive Node Representation Learning

2023-07-29 · Xinyi Gao, Tong Chen, Yilong Zang, Wentao Zhang 외

Graph neural networks (GNNs) encounter significant computational challenges when handling large-scale graphs, which severely restricts their efficacy across diverse applications. To address this limitation, graph condens…

Representation Learning