Litcius/Paper detail

BoostGCN: A Framework for Optimizing GCN Inference on FPGA

Bingyi Zhang, Rajgopal Kannan, Viktor K. Prasanna

202172 citationsDOI

Abstract

Graph convolutional networks (GCNs) have revolutionized many big data applications, such as recommendation systems, traffic prediction, etc. However, accelerating GCN inference is challenging due to (1) massive external memory traffic and irregular memory access, (2) workload imbalance due to skewed degree distribution, and (3) intra-stage load imbalance caused by two heterogeneous computation phases of the algorithm. To address the above challenges, we propose a framework named BoostGCN to optimize GCN inference on FPGA. First, we develop a novel hardware-aware Partition-Centric Feature Aggregation (PCFA) scheme that leverages 3-D partitioning with the vertex-centric computing paradigm. This increases on-chip data reuse and reduces the total data communication volume with external memory. Second, we design a novel hardware architecture to enable pipelined execution of the two heterogeneous computation phases. We develop a low-overhead task scheduling strategy to reduce the pipeline stalls caused by the two computation phases. Third, we provide a complete GCN acceleration framework on FPGA with optimized RTL templates. It can generate hardware designs based on the customized configuration and is adaptable to various GCN models. Using our framework, we generate accelerators for various GCN models on a state-of-the-art FPGA platform and evaluate our designs using widely used datasets. Experimental results show that the accelerators produced by our framework achieve significant speedup compared with state-of-the-art implementations on CPU (≈ 100×), GPU (≈ 30×), prior FPGA accelerator (3-45)×.

Topics & Concepts

Computer scienceSpeedupField-programmable gate arrayHardware accelerationParallel computingInferenceComputationEmbedded systemComputer engineeringDistributed computingComputer architectureAlgorithmArtificial intelligenceAdvanced Graph Neural NetworksCaching and Content DeliveryAdvanced Neural Network Applications
BoostGCN: A Framework for Optimizing GCN Inference on FPGA | Litcius