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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Regression | Kin8nm | RMSE0.079 | 24 | |
| Regression | ailerons | RMSE1.61 | 13 | |
| Regression | CTSlice 384, 54k | RMSE1.24 | 8 | |
| Regression | Fried 10, 41k | RMSE1.02 | 8 | |
| Regression | YearPred 90, 515k | RMSE8.76 | 8 | |
| Regression | Airfoil 5, 2k | RMSE1.87 | 8 | |
| Regression | C&C 127, 2k | RMSE0.133 | 8 | |
| Regression | D-Elevators 6 10k | RMSE1.4 | 8 | |
| Regression | CPUact (21, 8k) | RMSE2.4 | 8 | |
| Regression | Concrete 8, 1k | RMSE5.12 | 8 |