ARLGMar 14, 2023

Statistical Hardware Design With Multi-model Active Learning

arXiv:2303.08054v53 citationsh-index: 29
AI Analysis

This work addresses the challenge of designing efficient hardware for modern applications, offering a domain-specific solution that is incremental in nature.

The paper tackles the complex multi-objective problem of hardware design by proposing a model-based active learning approach using Bayesian models, transfer learning, and Gaussian regression bootstrapping to create accurate statistical models for design space exploration and performance prediction. The method reduces the number of samples needed by 65% for performance prediction and finds optimal parameter settings with less than 50 samples for design space exploration.

With the rising complexity of numerous novel applications that serve our modern society comes the strong need to design efficient computing platforms. Designing efficient hardware is, however, a complex multi-objective problem that deals with multiple parameters and their interactions. Given that there are a large number of parameters and objectives involved in hardware design, synthesizing all possible combinations is not a feasible method to find the optimal solution. One promising approach to tackle this problem is statistical modeling of a desired hardware performance. Here, we propose a model-based active learning approach to solve this problem. Our proposed method uses Bayesian models to characterize various aspects of hardware performance. We also use transfer learning and Gaussian regression bootstrapping techniques in conjunction with active learning to create more accurate models. Our proposed statistical modeling method provides hardware models that are sufficiently accurate to perform design space exploration as well as performance prediction simultaneously. We use our proposed method to perform design space exploration and performance prediction for various hardware setups, such as micro-architecture design and OpenCL kernels for FPGA targets. Our experiments show that the number of samples required to create performance models significantly reduces while maintaining the predictive power of our proposed statistical models. For instance, in our performance prediction setting, the proposed method needs 65% fewer samples to create the model, and in the design space exploration setting, our proposed method can find the best parameter settings by exploring less than 50 samples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes