Design Space Exploration of Approximate Computing Techniques with a Reinforcement Learning Approach
Sepide Saeedi, Alessandro Savino, Stefano Di Carlo
TL;DR
The paper tackles the challenge of selecting appropriate AxC techniques to balance accuracy, power, and execution time. It proposes an RL-based, multi-objective Design Space Exploration framework that models approximate operators and variable selections and uses Q-learning to optimize trade-offs. Experimental evaluation on Matrix Multiplication and FIR benchmarks with EvoApproxLib operators shows the method can produce configurations that satisfy target thresholds and reveals task-dependent learnability. The work demonstrates a promising direction for automated AxC design and outlines clear avenues for improving learning strategies and generalization.
Abstract
Approximate Computing (AxC) techniques have become increasingly popular in trading off accuracy for performance gains in various applications. Selecting the best AxC techniques for a given application is challenging. Among proposed approaches for exploring the design space, Machine Learning approaches such as Reinforcement Learning (RL) show promising results. In this paper, we proposed an RL-based multi-objective Design Space Exploration strategy to find the approximate versions of the application that balance accuracy degradation and power and computation time reduction. Our experimental results show a good trade-off between accuracy degradation and decreased power and computation time for some benchmarks.
