paper-with-me

홈 › Papers

Hard-ODT: Hardware-Friendly Online Decision Tree Learning Algorithm and System

2020-12-11 · Zhe Lin, Sharad Sinha, Wei zhang

Decision trees are machine learning models commonly used in various application scenarios. In the era of big data, traditional decision tree induction algorithms are not suitable for learning large-scale datasets due to their stringent data storage requirement. Online decision tree learning algorithms have been devised to tackle this problem by concurrently training with incoming samples and providing inference results. However, even the most up-to-date online tree learning algorithms still suffer from either high memory usage or high computational intensity with dependency and long latency, making them challenging to implement in hardware. To overcome these difficulties, we introduce a new quantile-based algorithm to improve the induction of the Hoeffding tree, one of the state-of-the-art online learning models. The proposed algorithm is light-weight in terms of both memory and computational demand, while still maintaining high generalization ability. A series of optimization techniques dedicated to the proposed algorithm have been investigated from the hardware perspective, including coarse-grained and fine-grained parallelism, dynamic and memory-based resource sharing, pipelining with data forwarding. Following this, we present Hard-ODT, a high-performance, hardware-efficient and scalable online decision tree learning system on a field-programmable gate array (FPGA) with system-level optimization techniques. Performance and resource utilization are modeled for the complete learning system for early and fast analysis of the trade-off between various design metrics. Finally, we propose a design flow in which the proposed learning system is applied to FPGA run-time power monitoring as a case study.

📄 PDF Abstract BibTeX arXiv:2012.06272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Low Power Inference for On-Device Visual Recognition with a Quantization-Friendly Solution

2019-03-12 · Chen Feng, Tao Sheng, Zhiyu Liang, Shaojie Zhuo 외

The IEEE Low-Power Image Recognition Challenge (LPIRC) is an annual competition started in 2015 that encourages joint hardware and software solutions for computer vision systems with low latency and power. Track 1 of the…

CPUQuantization

Towards Efficient and Scalable Acceleration of Online Decision Tree Learning on FPGA

2020-09-03 · Zhe Lin, Sharad Sinha, Wei zhang

Decision trees are machine learning models commonly used in various application scenarios. In the era of big data, traditional decision tree induction algorithms are not suitable for learning large-scale datasets due to …

Approximate Decision Trees For Machine Learning Classification on Tiny Printed Circuits

2022-03-15 · Konstantinos Balaskas, Georgios Zervakis, Kostas Siozios, Mehdi B. Tahoori 외

Although Printed Electronics (PE) cannot compete with silicon-based systems in conventional evaluation metrics, e.g., integration density, area and performance, PE offers attractive properties such as on-demand ultra-low…

BIG-bench Machine Learning

HPTQ: Hardware-Friendly Post Training Quantization

2021-09-19 · Hai Victor Habi, Reuven Peretz, Elad Cohen, Lior Dikstein 외

Neural network quantization enables the deployment of models on edge devices. An essential requirement for their hardware efficiency is that the quantizers are hardware-friendly: uniform, symmetric, and with power-of-two…

object-detectionObject DetectionPose EstimationQuantization+1

A Compact Online-Learning Spiking Neuromorphic Biosignal Processor

2022-09-26 · Chaoming Fang, Ziyang Shen, Fengshi Tian, Jie Yang 외

Real-time biosignal processing on wearable devices has attracted worldwide attention for its potential in healthcare applications. However, the requirement of low-area, low-power and high adaptability to different patien…

ECG Classification