# Nonlinear Function Estimation with Empirical Bayes and Approximate   Message Passing

**Authors:** Hangjin Liu, You (Joe) Zhou, Ahmad Beirami, and Dror Baron

arXiv: 1907.02482 · 2019-10-02

## TL;DR

This paper introduces a method for nonlinear function estimation by reducing the problem to a linear one with polynomial kernels, and employs AMP algorithms for Bayesian and empirical Bayes coefficient estimation, outperforming LASSO.

## Contribution

It presents a novel approach combining polynomial kernel expansion with AMP algorithms for nonlinear function estimation, demonstrating improved accuracy over traditional methods.

## Key findings

- AMP-based methods outperform LASSO in prediction accuracy.
- Kernel expansion with polynomial features yields well-conditioned matrices.
- Empirical Bayes approach effectively estimates coefficients in nonlinear settings.

## Abstract

Nonlinear function estimation is core to modern machine learning applications. In this paper, to perform nonlinear function estimation, we reduce a nonlinear inverse problem to a linear one using a polynomial kernel expansion. These kernels increase the feature set, and may result in poorly conditioned matrices. Nonetheless, we show several examples where the matrix in our linear inverse problem contains only mild linear correlations among columns. The coefficients vector is modeled within a Bayesian setting for which approximate message passing (AMP), an algorithmic framework for signal reconstruction, offers Bayes-optimal signal reconstruction quality. While the Bayesian setting limits the scope of our work, it is a first step toward estimation of real world nonlinear functions. The coefficients vector is estimated using two AMP-based approaches, a Bayesian one and empirical Bayes. Numerical results confirm that our AMP-based approaches learn the function better than LASSO, offering markedly lower error in predicting test data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.02482/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1907.02482/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1907.02482/full.md

---
Source: https://tomesphere.com/paper/1907.02482