paper-with-me

Papers

Geometry- and Accuracy-Preserving Random Forest Proximities

2022-01-29 · Jake S. Rhodes, Adele Cutler, Kevin R. Moon

Random forests are considered one of the best out-of-the-box classification and regression algorithms due to their high level of predictive performance with relatively little tuning. Pairwise proximities can be computed from a trained random forest and measure the similarity between data points relative to the supervised task. Random forest proximities have been used in many applications including the identification of variable importance, data imputation, outlier detection, and data visualization. However, existing definitions of random forest proximities do not accurately reflect the data geometry learned by the random forest. In this paper, we introduce a novel definition of random forest proximities called Random Forest-Geometry- and Accuracy-Preserving proximities (RF-GAP). We prove that the proximity-weighted sum (regression) or majority vote (classification) using RF-GAP exactly matches the out-of-bag random forest prediction, thus capturing the data geometry learned by the random forest. We empirically show that this improved geometric representation outperforms traditional random forest proximities in tasks such as data imputation and provides outlier detection and visualization results consistent with the learned data geometry.

📄 PDF Abstract BibTeX arXiv:2201.12682

Code (3)

jakerhodes/RF-GAP-Python
jakerhodes/RF-GAP-R
kevinmoonlab/rf-gap

Tasks

Data VisualizationImputationOutlier Detectionregression

Similar Papers 제목 키워드 기반

Random Forest-Supervised Manifold Alignment

2024-11-18 · Jake S. Rhodes, Adam G. Rustad

Manifold alignment is a type of data fusion technique that creates a shared low-dimensional representation of data collected from multiple domains, enabling cross-domain learning and improved performance in downstream ta…

Supervised Manifold Learning via Random Forest Geometry-Preserving Proximities

2023-07-03 · Jake S. Rhodes

Manifold learning approaches seek the intrinsic, low-dimensional data structure within a high-dimensional space. Mainstream manifold learning algorithms, such as Isomap, UMAP, $t$-SNE, Diffusion Map, and Laplacian Eigenm…

Dimensionality ReductionSupervised dimensionality reduction

Forest Proximities for Time Series

2024-10-04 · Ben Shaw, Jake Rhodes, Soukaina Filali Boubrahimi, Kevin R. Moon

RF-GAP has recently been introduced as an improved random forest proximity measure. In this paper, we present PF-GAP, an extension of RF-GAP proximities to proximity forests, an accurate and efficient time series classif…

Time SeriesTime Series Classification

Localized Uncertainty Quantification in Random Forests via Proximities

2025-09-26 · Jake S. Rhodes, Scott D. Brown, J. Riley Wilkinson arxiv

In machine learning, uncertainty quantification helps assess the reliability of model predictions, which is important in high-stakes scenarios. Traditional approaches often emphasize predictive accuracy, but there is a g…

The Generalized Proximity Forest

2025-11-23 · Ben Shaw, Adam Rustad, Sofia Pelagalli Maia, Jake S. Rhodes 외 arxiv

Recent work has demonstrated the utility of Random Forest (RF) proximities for various supervised machine learning tasks, including outlier detection, missing data imputation, and visualization. However, the utility of t…

Time Series AnalysisOutlier Detection