paper-with-me

홈 › Papers

A Holistic Approach for Optimizing DSP Block Utilization of a CNN implementation on FPGA

2017-03-21 · Kamel Abdelouahab, Cedric Bourrasset, Maxime Pelcat, François Berry, Jean-Charles Quinton, Jocelyn Serot

Deep Neural Networks are becoming the de-facto standard models for image understanding, and more generally for computer vision tasks. As they involve highly parallelizable computations, CNN are well suited to current fine grain programmable logic devices. Thus, multiple CNN accelerators have been successfully implemented on FPGAs. Unfortunately, FPGA resources such as logic elements or DSP units remain limited. This work presents a holistic method relying on approximate computing and design space exploration to optimize the DSP block utilization of a CNN implementation on an FPGA. This method was tested when implementing a reconfigurable OCR convolutional neural network on an Altera Stratix V device and varying both data representation and CNN topology in order to find the best combination in terms of DSP block utilization and classification accuracy. This exploration generated dataflow architectures of 76 CNN topologies with 5 different fixed point representation. Most efficient implementation performs 883 classifications/sec at 256 x 256 resolution using 8% of the available DSP blocks.

📄 PDF Abstract BibTeX arXiv:1703.09779

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Low Precision Constant Parameter CNN on FPGA

2019-01-11 · Thiam Khean Hah, Yeong Tat Liew, Jason Ong

We report FPGA implementation results of low precision CNN convolution layers optimized for sparse and constant parameters. We describe techniques that amortizes the cost of common factor multiplication and automatically…

GPU

Memory Efficient Multi-Scale Line Detector Architecture for Retinal Blood Vessel Segmentation

2016-12-06 · Hamza Bendaoudi, Farida Cheriet, J. M. Pierre Langlois

This paper presents a memory efficient architecture that implements the Multi-Scale Line Detector (MSLD) algorithm for real-time retinal blood vessel detection in fundus images on a Zynq FPGA. This implementation benefit…

Vessel Detection

HALF: Holistic Auto Machine Learning for FPGAs

2021-06-28 · Jonas Ney, Dominik Loroch, Vladimir Rybalkin, Nico Weber 외

Deep Neural Networks (DNNs) are capable of solving complex problems in domains related to embedded systems, such as image and natural language processing. To efficiently implement DNNs on a specific FPGA platform for a g…

Arrhythmia DetectionBIG-bench Machine Learning

Full-stack Optimization for Accelerating CNNs with FPGA Validation

2019-05-01 · Bradley McDanel, Sai Qian Zhang, H. T. Kung, Xin Dong

We present a full-stack optimization framework for accelerating inference of CNNs (Convolutional Neural Networks) and validate the approach with field-programmable gate arrays (FPGA) implementations. By jointly optimizin…

Implémentation Efficiente de Fonctions de Convolution sur FPGA à l'Aide de Blocs Paramétrables et d'Approximations Polynomiales

2025-10-03 · Philippe Magalhães, Virginie Fresse, Benoît Suffran, Olivier Alata arxiv

Implementing convolutional neural networks (CNNs) on field-programmable gate arrays (FPGAs) has emerged as a promising alternative to GPUs, offering lower latency, greater power efficiency and greater flexibility. Howeve…