# Towards a Uniform Architecture for the Efficient Implementation of 2D   and 3D Deconvolutional Neural Networks on FPGAs

**Authors:** Deguang Wang, Junzhong Shen, Mei Wen, Chunyuan Zhang

arXiv: 1903.02550 · 2019-03-08

## TL;DR

This paper presents a unified FPGA architecture that efficiently accelerates both 2D and 3D deconvolutional neural networks, achieving significant throughput and energy efficiency improvements over CPU and GPU solutions.

## Contribution

It introduces a uniform FPGA-based design for 2D and 3D DCNNs, addressing the lack of efficient 3D deconvolution acceleration in prior work.

## Key findings

- Achieves up to 3.0 TOPS throughput on FPGA
- Up to 63.3X throughput improvement over CPU
- Up to 8.3X energy efficiency gain over GPU

## Abstract

Three-dimensional deconvolution is widely used in many computer vision applications. However, most previous works have only focused on accelerating 2D deconvolutional neural networks (DCNNs) on FPGAs, while the acceleration of 3D DCNNs has not been studied in depth as they have higher computational complexity and sparsity than 2D DCNNs. In this paper, we focus on the acceleration of both 2D and 3D DCNNs on FPGAs by proposing efficient schemes for mapping 2D and 3D DCNNs on a uniform architecture. By implementing our design on the Xilinx VC709 platform for four real-life 2D and 3D DCNNs, we can achieve up to 3.0 TOPS with high hardware efficiency. Comparisons with CPU and GPU solutions demonstrate that we can achieve an improvement of up to 63.3X in throughput relative to a CPU solution and an improvement of up to 8.3X in energy efficiency compared to a GPU solution.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.02550/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02550/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1903.02550/full.md

---
Source: https://tomesphere.com/paper/1903.02550