# Highly Efficient Hierarchical Online Nonlinear Regression Using Second   Order Methods

**Authors:** Burak C. Civek, Ibrahim Delibalta, Suleyman S. Kozat

arXiv: 1701.05053 · 2017-01-19

## TL;DR

This paper presents a novel online nonlinear regression method that adaptively partitions the regressor space and learns local linear models using second order methods, achieving high efficiency and performance without data storage.

## Contribution

It introduces a hierarchical piecewise linear regression framework that learns both the partitioning and local models with second order methods in an online, storage-free manner.

## Key findings

- Outperforms existing methods on benchmark datasets.
- Provides guaranteed deterministic performance.
- Reduces computational complexity in real-world applications.

## Abstract

We introduce highly efficient online nonlinear regression algorithms that are suitable for real life applications. We process the data in a truly online manner such that no storage is needed, i.e., the data is discarded after being used. For nonlinear modeling we use a hierarchical piecewise linear approach based on the notion of decision trees where the space of the regressor vectors is adaptively partitioned based on the performance. As the first time in the literature, we learn both the piecewise linear partitioning of the regressor space as well as the linear models in each region using highly effective second order methods, i.e., Newton-Raphson Methods. Hence, we avoid the well known over fitting issues by using piecewise linear models, however, since both the region boundaries as well as the linear models in each region are trained using the second order methods, we achieve substantial performance compared to the state of the art. We demonstrate our gains over the well known benchmark data sets and provide performance results in an individual sequence manner guaranteed to hold without any statistical assumptions. Hence, the introduced algorithms address computational complexity issues widely encountered in real life applications while providing superior guaranteed performance in a strong deterministic sense.

## Full text

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

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1701.05053/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1701.05053/full.md

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