Multivariate Uncertainty Quantification with Tomographic Quantile Forests
Takuya Kanazawa
TL;DR
Tomographic Quantile Forests (TQF) introduce a nonparametric, tree-based framework for multivariate uncertainty quantification by learning directional quantiles of y via projections, and reconstructing the joint conditional distribution p(y|x) through a tomography-inspired, sliced-Wasserstein objective. The method combines QRF++ as a backbone to efficiently model many quantile levels across directions, with a Quantile-Matching Empirical Measure (QMEM) that builds a weighted point cloud representing the conditional distribution. Across synthetic and real-world benchmarks, TQF demonstrates competitive distributional accuracy, flexibility in capturing multimodality and nonconvex supports, and favorable performance compared to parametric and other nonparametric baselines, including DRF, especially in low-data regimes. The work showcases a practical, scalable alternative for reliable uncertainty quantification on tabular data, with potential extensions to spatiotemporal settings and further robustness improvements through hyperparameter tuning. Overall, TQF advances non-neural distributional prediction by harnessing directional quantiles, Radon-transform-inspired tomography, and ensemble refinement to deliver rich multivariate uncertainty estimates.
Abstract
Quantifying predictive uncertainty is essential for safe and trustworthy real-world AI deployment. Yet, fully nonparametric estimation of conditional distributions remains challenging for multivariate targets. We propose Tomographic Quantile Forests (TQF), a nonparametric, uncertainty-aware, tree-based regression model for multivariate targets. TQF learns conditional quantiles of directional projections $\mathbf{n}^{\top}\mathbf{y}$ as functions of the input $\mathbf{x}$ and the unit direction $\mathbf{n}$. At inference, it aggregates quantiles across many directions and reconstructs the multivariate conditional distribution by minimizing the sliced Wasserstein distance via an efficient alternating scheme with convex subproblems. Unlike classical directional-quantile approaches that typically produce only convex quantile regions and require training separate models for different directions, TQF covers all directions with a single model without imposing convexity restrictions. We evaluate TQF on synthetic and real-world datasets, and release the source code on GitHub.
