paper-with-me

홈 › Papers

Efficient FPGA Implementation of Time-Domain Popcount for Low-Complexity Machine Learning

2025-05-04 · Shengyu Duan, Marcos L. L. Sartori, Rishad Shafik, Alex Yakovlev, Emre Ozer

Population count (popcount) is a crucial operation for many low-complexity machine learning (ML) algorithms, including Tsetlin Machine (TM)-a promising new ML method, particularly well-suited for solving classification tasks. The inference mechanism in TM consists of propositional logic-based structures within each class, followed by a majority voting scheme, which makes the classification decision. In TM, the voters are the outputs of Boolean clauses. The voting mechanism comprises two operations: popcount for each class and determining the class with the maximum vote by means of an argmax operation. While TMs offer a lightweight ML alternative, their performance is often limited by the high computational cost of popcount and comparison required to produce the argmax result. In this paper, we propose an innovative approach to accelerate and optimize these operations by performing them in the time domain. Our time-domain implementation uses programmable delay lines (PDLs) and arbiters to efficiently manage these tasks through delay-based mechanisms. We also present an FPGA design flow for practical implementation of the time-domain popcount, addressing delay skew and ensuring that the behavior matches that of the model's intended functionality. By leveraging the natural compatibility of the proposed popcount with asynchronous architectures, we demonstrate significant improvements in an asynchronous TM, including up to 38% reduction in latency, 43.1% reduction in dynamic power, and 15% savings in resource utilization, compared to synchronous TMs using adder-based popcount.

📄 PDF Abstract BibTeX arXiv:2505.02181

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MajorityNets: BNNs Utilising Approximate Popcount for Improved Efficiency

2020-02-27 · Seyedramin Rasoulinezhad, Sean Fox, Hao Zhou, Lingli Wang 외

Binarized neural networks (BNNs) have shown exciting potential for utilising neural networks in embedded implementations where area, energy and latency constraints are paramount. With BNNs, multiply-accumulate (MAC) oper…

ReBNet: Residual Binarized Neural Network

2017-11-03 · Mohammad Ghasemzadeh, Mohammad Samragh, Farinaz Koushanfar

This paper proposes ReBNet, an end-to-end framework for training reconfigurable binary neural networks on software and developing efficient accelerators for execution on FPGA. Binary neural networks offer an intriguing o…

BinarizationGeneral Classification

Training Bit Fully Convolutional Network for Fast Semantic Segmentation

2016-12-01 · He Wen, Shuchang Zhou, Zhe Liang, Yuxiang Zhang 외

Fully convolutional neural networks give accurate, per-pixel prediction for input images and have applications like semantic segmentation. However, a typical FCN usually requires lots of floating point computation and la…

CPUSegmentationSemantic Segmentation

A Highly Parallel FPGA Implementation of Sparse Neural Network Training

2018-05-31 · Sourya Dey, Diandian Chen, Zongyang Li, Souvik Kundu 외

We demonstrate an FPGA implementation of a parallel and reconfigurable architecture for sparse neural networks, capable of on-chip training and inference. The network connectivity uses pre-determined, structured sparsity…

A Low-Cost Neural ODE with Depthwise Separable Convolution for Edge Domain Adaptation on FPGAs

2021-07-27 · Hiroki Kawakami, Hirohisa Watanabe, Keisuke Sugiura, Hiroki Matsutani

High-performance deep neural network (DNN)-based systems are in high demand in edge environments. Due to its high computational complexity, it is challenging to deploy DNNs on edge devices with strict limitations on comp…

Domain Adaptationimage-classificationImage Classification