Maximum Margin Interval Trees
Alexandre Drouin, Toby Dylan Hocking, Fran\c{c}ois Laviolette

TL;DR
This paper introduces a novel nonlinear tree model for regression with interval or censored data, optimizing a margin-based objective with a dynamic programming algorithm that achieves high accuracy and speed.
Contribution
It proposes a new nonlinear tree learning method for interval regression using a margin-based objective and an efficient dynamic programming solution.
Findings
Achieves state-of-the-art prediction accuracy
Offers fast training with log-linear time complexity
Performs well on multiple benchmark datasets
Abstract
Learning a regression function using censored or interval-valued output data is an important problem in fields such as genomics and medicine. The goal is to learn a real-valued prediction function, and the training output labels indicate an interval of possible values. Whereas most existing algorithms for this task are linear models, in this paper we investigate learning nonlinear tree models. We propose to learn a tree by minimizing a margin-based discriminative objective function, and we provide a dynamic programming algorithm for computing the optimal solution in log-linear time. We show empirically that this algorithm achieves state-of-the-art speed and prediction accuracy in a benchmark of several data sets.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Neural Networks and Applications · Bayesian Modeling and Causal Inference
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
