paper-with-me

홈 › Papers

Automatic Optimization of Hardware Accelerators for Image Processing

2015-02-26 · Oliver Reiche, Konrad Häublein, Marc Reichenbach, Frank Hannig, Jürgen Teich, Dietmar Fey

In the domain of image processing, often real-time constraints are required. In particular, in safety-critical applications, such as X-ray computed tomography in medical imaging or advanced driver assistance systems in the automotive domain, timing is of utmost importance. A common approach to maintain real-time capabilities of compute-intensive applications is to offload those computations to dedicated accelerator hardware, such as Field Programmable Gate Arrays (FPGAs). Programming such architectures is a challenging task, with respect to the typical FPGA-specific design criteria: Achievable overall algorithm latency and resource usage of FPGA primitives (BRAM, FF, LUT, and DSP). High-Level Synthesis (HLS) dramatically simplifies this task by enabling the description of algorithms in well-known higher languages (C/C++) and its automatic synthesis that can be accomplished by HLS tools. However, algorithm developers still need expert knowledge about the target architecture, in order to achieve satisfying results. Therefore, in previous work, we have shown that elevating the description of image algorithms to an even higher abstraction level, by using a Domain-Specific Language (DSL), can significantly cut down the complexity for designing such algorithms for FPGAs. To give the developer even more control over the common trade-off, latency vs. resource usage, we will present an automatic optimization process where these criteria are analyzed and fed back to the DSL compiler, in order to generate code that is closer to the desired design specifications. Finally, we generate code for stereo block matching algorithms and compare it with handwritten implementations to quantify the quality of our results.

📄 PDF Abstract BibTeX arXiv:1502.07448

Code (0)

등록된 구현이 없습니다.

Tasks

High-Level Synthesis

Similar Papers 제목 키워드 기반

Architectural Design and Performance Analysis of FPGA based AI Accelerators: A Comprehensive Review

2026-02-25 · Soumita Chatterjee, Sudip Ghosh, Tamal Ghosh, Hafizur Rahaman arxiv

Deep learning (DL) has emerged as a rapidly developing advanced technology, enabling the performance of complex tasks involving image recognition, natural language processing, and autonomous decision-making with high lev…

SpikeExplorer: hardware-oriented Design Space Exploration for Spiking Neural Networks on FPGA

2024-04-04 · Dario Padovano, Alessio Carpegna, Alessandro Savino, Stefano Di Carlo

One of today's main concerns is to bring Artificial Intelligence power to embedded systems for edge applications. The hardware resources and power consumption required by state-of-the-art models are incompatible with the…

DeltaNN: Assessing the Impact of Computational Environment Parameters on the Performance of Image Recognition Models

2023-06-05 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

Image recognition tasks typically use deep learning and require enormous processing power, thus relying on hardware accelerators like GPUs and TPUs for fast, timely processing. Failure in real-time image recognition task…

Autonomous DrivingDeep Learning

A Survey on Deep Learning Hardware Accelerators for Heterogeneous HPC Platforms

2023-06-27 · Cristina Silvano, Daniele Ielmini, Fabrizio Ferrandi, Leandro Fiorin 외

Recent trends in deep learning (DL) have made hardware accelerators essential for various high-performance computing (HPC) applications, including image classification, computer vision, and speech recognition. This surve…

Deep LearningGPUimage-classificationImage Classification+3

Hardware Accelerator and Neural Network Co-Optimization for Ultra-Low-Power Audio Processing Devices

2022-09-08 · Christoph Gerum, Adrian Frischknecht, Tobias Hald, Paul Palomero Bernardo 외

The increasing spread of artificial neural networks does not stop at ultralow-power edge devices. However, these very often have high computational demand and require specialized hardware accelerators to ensure the desig…

Action DetectionActivity DetectionAudio Classification