paper-with-me

Papers

Redundancy-Free Computation Graphs for Graph Neural Networks

2019-06-09 · Zhihao Jia, Sina Lin, Rex Ying, Jiaxuan You, Jure Leskovec, Alex Aiken

Graph Neural Networks (GNNs) are based on repeated aggregations of information across nodes' neighbors in a graph. However, because common neighbors are shared between different nodes, this leads to repeated and inefficient computations. We propose Hierarchically Aggregated computation Graphs (HAGs), a new GNN graph representation that explicitly avoids redundancy by managing intermediate aggregation results hierarchically, eliminating repeated computations and unnecessary data transfers in GNN training and inference. We introduce an accurate cost function to quantitatively evaluate the runtime performance of different HAGs and use a novel HAG search algorithm to find optimized HAGs. Experiments show that the HAG representation significantly outperforms the standard GNN graph representation by increasing the end-to-end training throughput by up to 2.8x and reducing the aggregations and data transfers in GNN training by up to 6.3x and 5.6x, while maintaining the original model accuracy.

📄 PDF Abstract BibTeX arXiv:1906.03707

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphSculptor: Sculpting Pre-training Coreset for Graph Self-supervised Learning

2026-05-02 · Chuang Liu, Zelin Yao, Xueqi Ma, Luzhi Wang 외 arxiv

Graph self-supervised learning typically relies on large-scale unlabeled datasets, heavily inflating computational costs. However, empirical evidence suggests that these datasets contain substantial redundancy-our analys…

Self-Supervised Learning

CoTJudger: A Graph-Driven Framework for Automatic Evaluation of Chain-of-Thought Efficiency and Redundancy in LRMs

2026-03-07 · Siyi Li, Jiajun Shi, Shiwen Ni, Ge Zhang 외 arxiv

Large Reasoning Models (LRMs) have demonstrated strong performance by producing extended Chain-of-Thought (CoT) traces before answering. However, this paradigm often induces over-reasoning: redundant calculations and cir…

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

Rethinking Efficiency and Redundancy in Training Large-scale Graphs

2022-09-02 · Xin Liu, Xunbin Xiong, Mingyu Yan, Runzhen Xue 외

Large-scale graphs are ubiquitous in real-world scenarios and can be trained by Graph Neural Networks (GNNs) to generate representation for downstream tasks. Given the abundant information and complex topology of a large…

Exact Acceleration of Subgraph Graph Neural Networks by Eliminating Computation Redundancy

2024-12-24 · Qian Tao, Xiyuan Wang, Muhan Zhang, Shuxian Hu 외

Graph neural networks (GNNs) have become a prevalent framework for graph tasks. Many recent studies have proposed the use of graph convolution methods over the numerous subgraphs of each graph, a concept known as subgrap…

Computational Efficiency