LGMLJan 23, 2014

Predicting Nearly As Well As the Optimal Twice Differentiable Regressor

arXiv:1401.6413v22 citations
Originality Incremental advance
AI Analysis

This addresses regression problems for real-valued data without statistical assumptions, offering a novel method for sequential learning, though it is incremental in its approach.

The paper tackles convergence and undertraining issues in nonlinear regression by introducing an incremental hierarchical algorithm that partitions the regressor space and learns linear models per region, achieving the performance of the optimal twice differentiable regressor for any data sequence with computational complexity logarithmic in data length under certain conditions.

We study nonlinear regression of real valued data in an individual sequence manner, where we provide results that are guaranteed to hold without any statistical assumptions. We address the convergence and undertraining issues of conventional nonlinear regression methods and introduce an algorithm that elegantly mitigates these issues via an incremental hierarchical structure, (i.e., via an incremental decision tree). Particularly, we present a piecewise linear (or nonlinear) regression algorithm that partitions the regressor space in a data driven manner and learns a linear model at each region. Unlike the conventional approaches, our algorithm gradually increases the number of disjoint partitions on the regressor space in a sequential manner according to the observed data. Through this data driven approach, our algorithm sequentially and asymptotically achieves the performance of the optimal twice differentiable regression function for any data sequence with an unknown and arbitrary length. The computational complexity of the introduced algorithm is only logarithmic in the data length under certain regularity conditions. We provide the explicit description of the algorithm and demonstrate the significant gains for the well-known benchmark real data sets and chaotic signals.

Foundations

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

Your Notes