paper-with-me

Papers

Exploiting FPGA Capabilities for Accelerated Biomedical Computing

2023-07-16 · Kayode Inadagbo, Baran Arig, Nisanur Alici, Murat Isik

This study presents advanced neural network architectures including Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), Long Short-Term Memory Networks (LSTMs), and Deep Belief Networks (DBNs) for enhanced ECG signal analysis using Field Programmable Gate Arrays (FPGAs). We utilize the MIT-BIH Arrhythmia Database for training and validation, introducing Gaussian noise to improve algorithm robustness. The implemented models feature various layers for distinct processing and classification tasks and techniques like EarlyStopping callback and Dropout layer are used to mitigate overfitting. Our work also explores the development of a custom Tensor Compute Unit (TCU) accelerator for the PYNQ Z1 board, offering comprehensive steps for FPGA-based machine learning, including setting up the Tensil toolchain in Docker, selecting architecture, configuring PS-PL, and compiling and executing models. Performance metrics such as latency and throughput are calculated for practical insights, demonstrating the potential of FPGAs in high-performance biomedical computing. The study ultimately offers a guide for optimizing neural network performance on FPGAs for various applications.

📄 PDF Abstract BibTeX arXiv:2307.07914

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Fast Neural Network Inference on FPGAs for Triggering on Long-Lived Particles at Colliders

2023-07-11 · Andrea Coccaro, Francesco Armando Di Bello, Stefano Giagu, Lucrezia Rambelli 외

Experimental particle physics demands a sophisticated trigger and acquisition system capable to efficiently retain the collisions of interest for further investigation. Heterogeneous computing with the employment of FPGA…

CPUGPU

Accelerating Deterministic and Stochastic Binarized Neural Networks on FPGAs Using OpenCL

2019-05-15 · Corey Lammie, Wei Xiang, Mostafa Rahimi Azghadi

Recent technological advances have proliferated the available computing power, memory, and speed of modern Central Processing Units (CPUs), Graphics Processing Units (GPUs), and Field Programmable Gate Arrays (FPGAs). Co…

GPU

Real-Time Cell Sorting with Scalable In Situ FPGA-Accelerated Deep Learning

2025-03-16 · Khayrul Islam, Ryan F. Forelli, Jianzhong Han, Deven Bhadane 외

Precise cell classification is essential in biomedical diagnostics and therapeutic monitoring, particularly for identifying diverse cell types involved in various diseases. Traditional cell classification methods such as…

Cell DetectionClassificationKnowledge Distillationzero-shot-classification+1

Accelerated Charged Particle Tracking with Graph Neural Networks on FPGAs

2020-11-30 · Aneesh Heintz, Vesal Razavimaleki, Javier Duarte, Gage DeZoort 외

We develop and study FPGA implementations of algorithms for charged particle tracking based on graph neural networks. The two complementary FPGA designs are based on OpenCL, a framework for writing programs that execute …

CPUHigh-Level Synthesis

Harnessing FPGA Technology for Enhanced Biomedical Computation

2023-11-21 · Nisanur Alici, Kayode Inadagbo, Murat Isik

This research delves into sophisticated neural network frameworks like Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), Long Short-Term Memory Networks (LSTMs), and Deep Belief Networks (DBNs) for im…