paper-with-me

Papers

Echoless Label-Based Pre-computation for Memory-Efficient Heterogeneous Graph Learning

2025-11-14 · Jun Hu, Shangheng Chen, Yufei He, Yuan Li, Bryan Hooi, Bingsheng He arxiv

Heterogeneous Graph Neural Networks (HGNNs) are widely used for deep learning on heterogeneous graphs. Typical end-to-end HGNNs require repetitive message passing during training, limiting efficiency for large-scale real-world graphs. Pre-computation-based HGNNs address this by performing message passing only once during preprocessing, collecting neighbor information into regular-shaped tensors, which enables efficient mini-batch training. Label-based pre-computation methods collect neighbors' label information but suffer from training label leakage, where a node's own label information propagates back to itself during multi-hop message passing - the echo effect. Existing mitigation strategies are memory-inefficient on large graphs or suffer from compatibility issues with advanced message passing methods. We propose Echoless Label-based Pre-computation (Echoless-LP), which eliminates training label leakage with Partition-Focused Echoless Propagation (PFEP). PFEP partitions target nodes and performs echoless propagation, where nodes in each partition collect label information only from neighbors in other partitions, avoiding echo while remaining memory-efficient and compatible with any message passing method. We also introduce an Asymmetric Partitioning Scheme (APS) and a PostAdjust mechanism to address information loss from partitioning and distributional shifts across partitions. Experiments on public datasets demonstrate that Echoless-LP achieves superior performance and maintains memory efficiency compared to baselines.

📄 PDF Abstract BibTeX arXiv:2511.11081

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

XEngine: Optimal Tensor Rematerialization for Neural Networks in Heterogeneous Environments

2022-12-19 · Manuela Schuler, Richard Membarth, Philipp Slusallek

Memory efficiency is crucial in training deep learning networks on resource-restricted devices. During backpropagation, forward tensors are used to calculate gradients. Despite the option of keeping those dependencies in…

Scheduling

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 du…

Graph Representation Learning

GraphPlanner: Graph Memory-Augmented Agentic Routing for Multi-Agent LLMs

2026-04-26 · Tao Feng, Haozhen Zhang, Zijie Lei, Peixuan Han 외 arxiv

LLM routing has achieved promising results in integrating the strengths of diverse models while balancing efficiency and performance. However, to support more realistic and challenging applications, routing must extend i…

Computational EfficiencyReinforcement Learning

MemReward: Graph-Based Experience Memory for LLM Reward Prediction with Limited Labels

2026-03-13 · Tianyang Luo, Tao Feng, Zhigang Hua, Yan Xie 외 arxiv

Reinforcement learning has emerged as a powerful paradigm for improving large language model (LLM) reasoning, where rollouts are sampled from the policy and reward signals computed on those rollouts are used to update th…

Reinforcement LearningQuestion AnsweringCode Generation

H3DFact: Heterogeneous 3D Integrated CIM for Factorization with Holographic Perceptual Representations

2024-04-05 · Zishen Wan, Che-Kai Liu, Mohamed Ibrahim, Hanchen Yang 외

Disentangling attributes of various sensory signals is central to human-like perception and reasoning and a critical task for higher-order cognitive and neuro-symbolic AI systems. An elegant approach to represent this in…