paper-with-me

홈 › Papers

Random Planted Forest: a directly interpretable tree ensemble

2020-12-29 · Munir Hiabu, Enno Mammen, Joseph T. Meyer

We introduce a novel interpretable tree based algorithm for prediction in a regression setting. Our motivation is to estimate the unknown regression function from a functional decomposition perspective in which the functional components correspond to lower order interaction terms. The idea is to modify the random forest algorithm by keeping certain leaves after they are split instead of deleting them. This leads to non-binary trees which we refer to as planted trees. An extension to a forest leads to our random planted forest algorithm. Additionally, the maximum number of covariates which can interact within a leaf can be bounded. If we set this interaction bound to one, the resulting estimator is a sum of one-dimensional functions. In the other extreme case, if we do not set a limit, the resulting estimator and corresponding model place no restrictions on the form of the regression function. In a simulation study we find encouraging prediction and visualisation properties of our random planted forest method. We also develop theory for an idealized version of random planted forests in cases where the interaction bound is low. We show that if it is smaller than three, the idealized version achieves asymptotically optimal convergence rates up to a logarithmic factor. Code is available on GitHub https://github.com/PlantedML/randomPlantedForest.

📄 PDF Abstract BibTeX arXiv:2012.14563

Code (1)

plantedml/randomplantedforest 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

Planted: a dataset for planted forest identification from multi-satellite time series

2024-05-24 · Luis Miguel Pazos-Outón, Cristina Nader Vasconcelos, Anton Raichuk, Anurag Arnab 외

Protecting and restoring forest ecosystems is critical for biodiversity conservation and carbon sequestration. Forest monitoring on a global scale is essential for prioritizing and assessing conservation efforts. Satelli…

Data AugmentationTime Series

Interpreting Tree Ensembles with inTrees

2014-08-23 · Houtao Deng

Tree ensembles such as random forests and boosted trees are accurate but difficult to understand, debug and deploy. In this work, we provide the inTrees (interpretable trees) framework that extracts, measures, prunes and…

Future predictionGeneral Classificationregression

LionForests: Local Interpretation of Random Forests

2019-11-20 · Ioannis Mollas, Nick Bassiliades, Ioannis Vlahavas, Grigorios Tsoumakas

Towards a future where machine learning systems will integrate into every aspect of people's lives, researching methods to interpret such systems is necessary, instead of focusing exclusively on enhancing their performan…

BIG-bench Machine Learning

CedarCypress3D: an annotated UAV-LiDAR dataset of individual trees in planted cedar and cypress forests

2026-08-31 · Katsuto Shimizu, Fumiaki Kitahara, Tomohiro Nishizono, Hideki Saito 외 arxiv

Individual tree measurements derived from Light Detection and Ranging (LiDAR) mounted on Unmanned Aerial Vehicles (UAV) provide valuable information for forest inventory, ecosystem monitoring, and sustainable forest mana…

Instance SegmentationSemantic SegmentationPoint Clouds

Learning Interpretable Characteristic Kernels via Decision Forests

2018-11-30 · Sambit Panda, Cencheng Shen, Joshua T. Vogelstein

Decision forests are widely used for classification and regression tasks. A lesser known property of tree-based methods is that one can construct a proximity matrix from the tree(s), and these proximity matrices are indu…

Feature ImportanceGeneral Classification