MM2IM is a co-designed FPGA accelerator that uses tiling and on-the-fly output mapping to skip ineffectual transposed convolution computations, achieving up to 4.2x speedup over an ARM CPU on generative model TCONV layers.
A Design Methodology for Efficient Implementation of Deconvolutional Neural Networks on an FPGA
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In recent years deep learning algorithms have shown extremely high performance on machine learning tasks such as image classification and speech recognition. In support of such applications, various FPGA accelerator architectures have been proposed for convolutional neural networks (CNNs) that enable high performance for classification tasks at lower power than CPU and GPU processors. However, to date, there has been little research on the use of FPGA implementations of deconvolutional neural networks (DCNNs). DCNNs, also known as generative CNNs, encode high-dimensional probability distributions and have been widely used for computer vision applications such as scene completion, scene segmentation, image creation, image denoising, and super-resolution imaging. We propose an FPGA architecture for deconvolutional networks built around an accelerator which effectively handles the complex memory access patterns needed to perform strided deconvolutions, and that supports convolution as well. We also develop a three-step design optimization method that systematically exploits statistical analysis, design space exploration and VLSI optimization. To verify our FPGA deconvolutional accelerator design methodology we train DCNNs offline on two representative datasets using the generative adversarial network method (GAN) run on Tensorflow, and then map these DCNNs to an FPGA DCNN-plus-accelerator implementation to perform generative inference on a Xilinx Zynq-7000 FPGA. Our DCNN implementation achieves a peak performance density of 0.012 GOPs/DSP.
citation-role summary
citation-polarity summary
fields
cs.AR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
support 1representative citing papers
citing papers explorer
-
Accelerating Transposed Convolutions on FPGA-based Edge Devices
MM2IM is a co-designed FPGA accelerator that uses tiling and on-the-fly output mapping to skip ineffectual transposed convolution computations, achieving up to 4.2x speedup over an ARM CPU on generative model TCONV layers.