Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
110 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
44 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

I-GCN: A Graph Convolutional Network Accelerator with Runtime Locality Enhancement through Islandization (2203.03606v1)

Published 7 Mar 2022 in cs.AR and cs.LG

Abstract: Graph Convolutional Networks (GCNs) have drawn tremendous attention in the past three years. Compared with other deep learning modalities, high-performance hardware acceleration of GCNs is as critical but even more challenging. The hurdles arise from the poor data locality and redundant computation due to the large size, high sparsity, and irregular non-zero distribution of real-world graphs. In this paper we propose a novel hardware accelerator for GCN inference, called I-GCN, that significantly improves data locality and reduces unnecessary computation. The mechanism is a new online graph restructuring algorithm we refer to as islandization. The proposed algorithm finds clusters of nodes with strong internal but weak external connections. The islandization process yields two major benefits. First, by processing islands rather than individual nodes, there is better on-chip data reuse and fewer off-chip memory accesses. Second, there is less redundant computation as aggregation for common/shared neighbors in an island can be reused. The parallel search, identification, and leverage of graph islands are all handled purely in hardware at runtime working in an incremental pipeline. This is done without any preprocessing of the graph data or adjustment of the GCN model structure. Experimental results show that I-GCN can significantly reduce off-chip accesses and prune 38% of aggregation operations, leading to performance speedups over CPUs, GPUs, the prior art GCN accelerators of 5549x, 403x, and 5.7x on average, respectively.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (9)
  1. Tong Geng (42 papers)
  2. Chunshu Wu (6 papers)
  3. Yongan Zhang (24 papers)
  4. Cheng Tan (140 papers)
  5. Chenhao Xie (10 papers)
  6. Haoran You (33 papers)
  7. Martin C. Herbordt (2 papers)
  8. Yingyan Lin (67 papers)
  9. Ang Li (472 papers)
Citations (95)

Summary

We haven't generated a summary for this paper yet.