Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Hinge Regression Trees and HRT-Boost: Newton-Optimized Oblique Learning for Compact Tabular Models

About

Learning high-quality oblique decision trees remains a significant challenge due to the discrete and non-convex nature of split optimization. We present the Hinge Regression Tree (HRT) framework, which reframes each oblique split as a nonlinear least-squares problem over two linear predictors whose max/min envelope induces ReLU-like representation capacity. We show that the resulting node-level optimization can be interpreted as a damped Newton method, and we establish the monotonic decrease of the node objective for its backtracking line-search variant. We establish, theoretically, that HRT is a universal approximator with an explicit $O(\delta^2)$ approximation rate. Building upon this base learner, we propose HRT-Boost, a mathematically synergistic ensemble extension that couples node-level Newton updates with stage-wise functional gradient descent. We show that this ensemble construction admits a stage-wise empirical risk reduction guarantee under the squared loss. Empirical evaluations on synthetic and real-world benchmarks show that HRT is highly competitive with established single-tree baselines, and HRT-Boost compares favorably with strong ensemble baselines and often yields substantially more compact models. The code is publicly available at https://github.com/Hongyi-Li-sz/HRT-Boost.

Hongyi Li, Jun Xu, Hong Yan• 2026

Related benchmarks

TaskDatasetResultRank
RegressionKin8nm
RMSE0.079
24
Regressionailerons
RMSE1.61
13
RegressionCTSlice 384, 54k
RMSE1.24
8
RegressionFried 10, 41k
RMSE1.02
8
RegressionYearPred 90, 515k
RMSE8.76
8
RegressionAirfoil 5, 2k
RMSE1.87
8
RegressionC&C 127, 2k
RMSE0.133
8
RegressionD-Elevators 6 10k
RMSE1.4
8
RegressionCPUact (21, 8k)
RMSE2.4
8
RegressionConcrete 8, 1k
RMSE5.12
8
Showing 10 of 17 rows

Other info

Follow for update