Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
rsn243
44 points
9 comments
June 06, 2026
Related Discussions
Found 5 related stories in 94.1ms across 10,002 title embeddings via pgvector HNSW
- Learning the Integral of a Diffusion Model benanne · 122 pts · May 06, 2026 · 58% similar
- Efficient and Training-Free Single-Image Diffusion Models yorwba · 51 pts · June 07, 2026 · 53% similar
- Introspective Diffusion Language Models zagwdt · 257 pts · April 14, 2026 · 51% similar
- Decision trees – the unreasonable power of nested decision rules mschnell · 446 pts · March 01, 2026 · 50% similar
- Flow Map Learning via Nongradient Vector Flow [pdf] E-Reverance · 18 pts · April 23, 2026 · 49% similar
Discussion Highlights (5 comments)
rsn243
Decision trees and diffusion models are ostensibly disparate model classes, one discrete and hierarchical, the other continuous and dynamic. This work unifies the two by establishing a crisp mathematical correspondence between hierarchical decision trees and diffusion processes in appropriate limiting regimes. Our unification reveals a shared optimization principle: \emph{Global Trajectory Score Matching (GTSM)}, for which gradient boosting (in an idealized version) is asymptotically optimal. We underscore the conceptual value of our work through two key practical instantiations: \treeflow, which achieves competitive generation quality on tabular data with higher fidelity and a 2\times computational speedup, and \dsmtree, a novel distillation method that transfers hierarchical decision logic into neural networks, matching teacher performance within 2\% on many benchmarks.
semessier
this lacks the math for any bold claims
niksmather
Apologies if I didn't understand the paper, but why do you want to apply diffusion models to tabular datasets in the first place? Do we think they'll be better than decision trees? Is there some tabular problem that can be handled by diffusion but not trees?
gorold
Figure 1 definitely cleared up any misunderstandings I had about the paper
henrydark
Is the code available somewhere?