Litcius/Paper detail

Approximation- and Quantization-Aware Training for Graph Neural Networks

Rodion Novkin, Florian Klemme, Hussam Amrouch

2023IEEE Transactions on Computers15 citationsDOI

Abstract

Graph Neural Networks (GNNs) are one of the best-performing models for processing graph data. They are known to have considerable computational complexity, despite the smaller number of parameters compared to traditional Deep Neural Networks (DNNs). Operations-to-parameters ratio for GNNs can be tens and hundreds of times higher than for DNNs, depending on the input graph size. This complexity indicates the importance of arithmetic operation optimization within GNNs through model quantization and approximation. In this work, for the first time, we combine both approaches and implement <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">quantization-</i> and <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">approximation-aware training</i> for GNNs to sustain their accuracy under the errors induced by inexact multiplications. We employ matrix multiplication CUDA kernel to speed up the simulation of approximate multiplication within GNNs. Further, we demonstrate the execution speed, accuracy, and energy efficiency of GNNs with approximate multipliers in comparison with quantized low-bit GNNs. We evaluate the performance of state-of-the-art GNN architectures (i.e., GIN, SAGE, GCN, and GAT) on various datasets and tasks (i.e., Reddit-Binary, Collab for graph classification, Cora and PubMed for node classification) with a wide range of approximate multipliers. Our framework is available online: <uri xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">https://github.com/TUM-AIPro/AxC-GNN</uri> .

Topics & Concepts

Computer scienceQuantization (signal processing)Artificial neural networkTheoretical computer scienceGraphArtificial intelligenceAlgorithmMachine learningAdvanced Graph Neural NetworksFerroelectric and Negative Capacitance DevicesAdvanced Memory and Neural Computing
Approximation- and Quantization-Aware Training for Graph Neural Networks | Litcius