Learning to Construct Fast Signal Processing Implementations - Robotics Institute Carnegie Mellon University

Learning to Construct Fast Signal Processing Implementations

Bryan Singer and Manuela Veloso
Journal Article, Journal of Machine Learning Research, Vol. 3, pp. 887 - 919, March, 2003

Abstract

A single signal processing algorithm can be represented by many mathematically equivalent formulas. However, when these formulas are implemented in code and run on real machines, they have very different runtimes. Unfortunately, it is extremely difficult to model this broad performance range. Further, the space of formulas for real signal transforms is so large that it is impossible to search it exhaustively for fast implementations. We approach this search question as a control learning problem. We present a new method for learning to generate fast formulas, allowing us to intelligently search through only the most promising formulas. Our approach incorporates signal processing knowledge, hardware features, and formula performance data to learn to construct fast formulas. Our method learns from performance data for a few formulas of one size and then can construct formulas that will have the fastest runtimes possible across many sizes.

BibTeX

@article{Singer-2003-8595,
author = {Bryan Singer and Manuela Veloso},
title = {Learning to Construct Fast Signal Processing Implementations},
journal = {Journal of Machine Learning Research},
year = {2003},
month = {March},
volume = {3},
pages = {887 - 919},
}