MASR: A Modular Accelerator for Sparse RNNs
MASR: A Modular Accelerator for Sparse RNNs
复制标题
DOI:
10.1109/pact.2019.00009
复制
发表时间:
2019-08
期刊:
影响因子:
--
通讯作者:
Udit Gupta;Brandon Reagen;Lillian Pentecost;M. Donato;Thierry Tambe;Alexander M. Rush;Gu-Yeon Wei;D. Brooks
中科院分区:
文献类型:
--
作者:
Udit Gupta;Brandon Reagen;Lillian Pentecost;M. Donato;Thierry Tambe;Alexander M. Rush;Gu-Yeon Wei;D. Brooks
Recurrent neural networks (RNNs) are becoming the de-facto solution for speech recognition. RNNs exploit long-term temporal relationships in data by applying repeated, learned transformations. Unlike fully-connected (FC) layers with single vector matrix operations, RNN layers consist of hundreds of such operations chained over time. This poses challenges unique to RNNs that are not found in convolutional neural networks(CNNs) or FC models, namely large dynamic activation. In this paper we present MASR, a principled and modular architecture that accelerates bidirectional RNNs for on-chip ASR. MASR is designed to exploit sparsity in both dynamic activations and static weights. The architecture is enhanced by a series of dynamic activation optimizations that enable compact storage, ensure no energy is wasted computing null operations, and maintain high MAC utilization for highly parallel accelerator designs. In comparison to current state-of-the-art sparse neural network accelerators (e.g., EIE), MASR provides 2×area 3×energy, and 1.6×performance benefits. The modular nature of MASR enables designs that efficiently scale from resource-constrained low-power IoT applications to large-scale, highly parallel datacenter deployments.