SOTAVerified

Efficient Algorithms for Multidimensional Segmented Regression

2020-03-24Code Available0· sign in to hype

Ilias Diakonikolas, Jerry Li, Anastasia Voloshinov

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We study the fundamental problem of fixed design multidimensional segmented regression: Given noisy samples from a function f, promised to be piecewise linear on an unknown set of k rectangles, we want to recover f up to a desired accuracy in mean-squared error. We provide the first sample and computationally efficient algorithm for this problem in any fixed dimension. Our algorithm relies on a simple iterative merging approach, which is novel in the multidimensional setting. Our experimental evaluation on both synthetic and real datasets shows that our algorithm is competitive and in some cases outperforms state-of-the-art heuristics. Code of our implementation is available at https://github.com/avoloshinov/multidimensional-segmented-regression.

Tasks

Reproductions