paper-with-me

홈 › Papers

On the Correctness of the Generalized Isotonic Recursive Partitioning Algorithm

2024-01-09 · Joong-Ho Won, Jihan Jung

This paper presents an in-depth analysis of the generalized isotonic recursive partitioning (GIRP) algorithm for fitting isotonic models under separable convex losses, proposed by Luss and Rosset [J. Comput. Graph. Statist., 23 (2014), pp. 192--201] for differentiable losses and extended by Painsky and Rosset [IEEE Trans. Pattern Anal. Mach. Intell., 38 (2016), pp. 308-321] for nondifferentiable losses. The GIRP algorithm poseses an attractive feature that in each step of the algorithm, the intermediate solution satisfies the isotonicity constraint. The paper begins with an example showing that the GIRP algorithm as described in the literature may fail to produce an isotonic model, suggesting that the existence and uniqueness of the solution to the isotonic regression problem must be carefully addressed. It proceeds with showing that, among possibly many solutions, there indeed exists a solution that can be found by recursive binary partitioning of the set of observed data. A small modification of the GIRP algorithm suffices to obtain a correct solution and preserve the desired property that all the intermediate solutions are isotonic. This proposed modification includes a proper choice of intermediate solutions and a simplification of the partitioning step from ternary to binary.

📄 PDF Abstract BibTeX arXiv:2401.04847

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Decomposing Isotonic Regression for Efficiently Solving Large Problems

2010-12-01 · NeurIPS 2010 12 · Ronny Luss, Saharon Rosset, Moni Shahar

A new algorithm for isotonic regression is presented based on recursively partitioning the solution space. We develop efficient methods for each partitioning subproblem through an equivalent representation as a network f…

regression

Stratification of uncertainties recalibrated by isotonic regression and its impact on calibration error statistics

2023-06-08 · Pascal Pernot

Abstract Post hoc recalibration of prediction uncertainties of machine learning regression problems by isotonic regression might present a problem for bin-based calibration error statistics (e.g. ENCE). Isotonic regressi…

regression

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression

2011-12-01 · NeurIPS 2011 12 · Sham M. Kakade, Varun Kanade, Ohad Shamir, Adam Kalai

Generalized Linear Models (GLMs) and Single Index Models (SIMs) provide powerful generalizations of linear regression, where the target variable is assumed to be a (possibly unknown) 1-dimensional function of a linear pr…

regression

Statistical-Computational Trade-offs for Recursive Adaptive Partitioning Estimators

2024-11-07 · Yan Shuo Tan, Jason M. Klusowski, Krishnakumar Balasubramanian

Models based on recursive adaptive partitioning such as decision trees and their ensembles are popular for high-dimensional regression as they can potentially avoid the curse of dimensionality. Because empirical risk min…

regression

GRANITE: A Generalized Regional Framework for Identifying Agreement in Feature-Based Explanations

2026-01-30 · Julia Herbinger, Gabriel Laberge, Maximilian Muschalik, Yann Pequignot 외 arxiv

Feature-based explanation methods aim to quantify how features influence the model's behavior, either locally or globally, but different methods often disagree, producing conflicting explanations. This disagreement arise…