cs.LGJun 30, 2026

Multistage Defer Trees for Hybrid Interpretability: If at First You Can't Succeed, Tree Again

Authors: Zakk HeileHayden McTavishMargo SeltzerCynthia Rudin

Organizations: Department of Computer Science · Duke University · Durham, USA · University of British Columbia · Vancouver, Canada

Abstract

Recent work has shown that well-optimized individual decision trees can match complex black box models in some settings, primarily in noisy domains. For the remaining settings, however, complex ensembled compositions of trees often achieve higher accuracy at the cost of interpretability, leaving practitioners with difficult modeling decisions along an accuracy-interpretability tradeoff. Ideally, we would like to classify as much of the data as possible with one or a small number of trees, achieving interpretability for most samples while maintaining state-of-the-art accuracy. We introduce Multistage Defer Trees: a sequence of sparse decision trees that each make predictions for most samples, while deferring a small proportion to the next tree in the sequence or, ultimately, to a black box. We demonstrate that we can train this model class to match the performance of complex tree-based ensembles while routing most samples through only one or a small number of sparse decision trees. We discuss a range of techniques for training these models while maintaining simplicity. Our method expands the accuracy--interpretability frontier in settings where single-tree methods remain insufficient, demonstrating that even when complex models are necessary, they need not be fully opaque.

Explore similar work

CardsList
  1. Experiments with Optimal Model Trees

    Mar 17, 2025Sabino Francesco Roselli, Eibe FrankDecision TreesInterpretable Models

  2. Interpretable Quantile Regression by Optimal Decision Trees

    Apr 22, 2026Valentin Lemaire, Gaël Aglin, Siegfried NijssenQuantile RegressionDecision Trees