Optimal Reduced Isotonic Regression
Janis Hardwick, Quentin F. Stout

TL;DR
This paper introduces efficient algorithms for exact reduced isotonic regression with a specified number of steps, improving computational speed and enabling precise solutions for shape-constrained regression problems.
Contribution
The authors present two new algorithms that compute exact reduced isotonic regression in significantly faster time than previous methods, also applicable to optimal 1D k-means clustering.
Findings
Exact reduced isotonic regression computed in a(n+bm) time
Alternative algorithm achieves a(n+bm alog m) time
Algorithms outperform previous approximation methods in speed and accuracy
Abstract
Isotonic regression is a shape-constrained nonparametric regression in which the regression is an increasing step function. For data points, the number of steps in the isotonic regression may be as large as . As a result, standard isotonic regression has been criticized as overfitting the data or making the representation too complicated. So-called "reduced" isotonic regression constrains the outcome to be a specified number of steps , . However, because the previous algorithms for finding the reduced regression took time, where is the number of steps of the unconstrained isotonic regression, researchers felt that the algorithms were too slow and instead used approximations. Other researchers had results that were approximations because they used a greedy top-down approach. Here we give an algorithm to find an exact solution in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Face and Expression Recognition · Advanced Clustering Algorithms Research
