paper-with-me

Papers

FPGA-QHAR: Throughput-Optimized for Quantized Human Action Recognition on The Edge

2023-11-04 · Azzam Alhussain, Mingjie Lin

Accelerating Human Action Recognition (HAR) efficiently for real-time surveillance and robotic systems on edge chips remains a challenging research field, given its high computational and memory requirements. This paper proposed an integrated end-to-end HAR scalable HW/SW accelerator co-design based on an enhanced 8-bit quantized Two-Stream SimpleNet-PyTorch CNN architecture. Our network accelerator was trained on UCF101 and UCF24 datasets and implemented on edge SoC-FPGA. Our development uses partially streaming dataflow architecture to achieve higher throughput versus network design and resource utilization trade-off. We also fused all convolutional, batch-norm, and ReLU operations into a single homogeneous layer and utilized the Lucas-Kanade motion flow method to enable a high parallelism accelerator design and optimized on-chip engine computing.Furthermore, our proposed methodology achieved nearly 81% prediction accuracy with an approximately 24 FPS real-time inference throughput at 187MHz on ZCU104, which is 1.7x - 1.9x higher than the prior research. Lastly, the designed framework was benchmarked against several hardware chips for higher throughput and performance measurements and is now available as an open-source project on GitHub for training and implementation on edge platforms.

📄 PDF Abstract BibTeX arXiv:2311.03390

Code (1)

azzam-alhussain/fpga-qhar 공식 구현 pytorch

Tasks

Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

AddNet: Deep Neural Networks Using FPGA-Optimized Multipliers

2019-11-19 · Julian Faraone, Martin Kumm, Martin Hardieck, Peter Zipf 외

Low-precision arithmetic operations to accelerate deep-learning applications on field-programmable gate arrays (FPGAs) have been studied extensively, because they offer the potential to save silicon area or increase thro…

Quantization

QForce-RL: Quantized FPGA-Optimized Reinforcement Learning Compute Engine

2025-06-08 · Anushka Jha, Tanushree Dewangan, Mukul Lokhande, Santosh Kumar Vishvakarma

Reinforcement Learning (RL) has outperformed other counterparts in sequential decision-making and dynamic environment control. However, FPGA deployment is significantly resource-expensive, as associated with large number…

Decision MakingQuantizationreinforcement-learningReinforcement Learning+2

HiKonv: Maximizing the Throughput of Quantized Convolution With Novel Bit-wise Management and Computation

2022-07-22 · Yao Chen, Junhao Pan, Xinheng Liu, JinJun Xiong 외

Quantization for CNN has shown significant progress with the intention of reducing the cost of computation and storage with low-bitwidth data representations. There are, however, no systematic studies on how an existing …

CPUManagementQuantization

HiKonv: High Throughput Quantized Convolution With Novel Bit-wise Management and Computation

2021-12-28 · Xinheng Liu, Yao Chen, Prakhar Ganesh, Junhao Pan 외

Quantization for Convolutional Neural Network (CNN) has shown significant progress with the intention of reducing the cost of computation and storage with low-bitwidth data inputs. There are, however, no systematic studi…

CPUManagementQuantization

LogicNets: Co-Designed Neural Networks and Circuits for Extreme-Throughput Applications

2020-04-06 · Yaman Umuroglu, Yash Akhauri, Nicholas J. Fraser, Michaela Blott

Deployment of deep neural networks for applications that require very high throughput or extremely low latency is a severe computational challenge, further exacerbated by inefficiencies in mapping the computation to hard…

Intrusion DetectionNetwork Intrusion DetectionQuantization