paper-with-me

홈 › Papers

Probabilistic Random Forest: A machine learning algorithm for noisy datasets

2018-11-14 · Itamar Reis, Dalya Baron, Sahar Shahaf

Machine learning (ML) algorithms become increasingly important in the analysis of astronomical data. However, since most ML algorithms are not designed to take data uncertainties into account, ML based studies are mostly restricted to data with high signal-to-noise ratio. Astronomical datasets of such high-quality are uncommon. In this work we modify the long-established Random Forest (RF) algorithm to take into account uncertainties in the measurements (i.e., features) as well as in the assigned classes (i.e., labels). To do so, the Probabilistic Random Forest (PRF) algorithm treats the features and labels as probability distribution functions, rather than deterministic quantities. We perform a variety of experiments where we inject different types of noise to a dataset, and compare the accuracy of the PRF to that of RF. The PRF outperforms RF in all cases, with a moderate increase in running time. We find an improvement in classification accuracy of up to 10% in the case of noisy features, and up to 30% in the case of noisy labels. The PRF accuracy decreased by less then 5% for a dataset with as many as 45% misclassified objects, compared to a clean dataset. Apart from improving the prediction accuracy in noisy datasets, the PRF naturally copes with missing values in the data, and outperforms RF when applied to a dataset with different noise characteristics in the training and test sets, suggesting that it can be used for Transfer Learning.

📄 PDF Abstract BibTeX arXiv:1811.05994

Code (1)

ireis/PRF 공식 구현

Tasks

BIG-bench Machine LearningMissing ValuesTransfer Learning

Similar Papers 제목 키워드 기반

Machine Learning Approaches to Predict Breast Cancer: Bangladesh Perspective

2022-06-30 · Taminul Islam, Arindom Kundu, Nazmul Islam Khan, Choyon Chandra Bonik 외

Nowadays, Breast cancer has risen to become one of the most prominent causes of death in recent years. Among all malignancies, this is the most frequent and the major cause of death for women globally. Manually diagnosin…

BIG-bench Machine LearningBreast Cancer DetectionSpecificity

Random Similarity Forests

2022-04-11 · Maciej Piernik, Dariusz Brzezinski, Pawel Zawadzki

The wealth of data being gathered about humans and their surroundings drives new machine learning applications in various fields. Consequently, more and more often, classifiers are trained using not only numerical data b…

Time SeriesTime Series Analysis

Bayesian post-hoc regularization of random forests

2023-06-06 · Bastian Pfeifer

Random Forests are powerful ensemble learning algorithms widely used in various machine learning tasks. However, they have a tendency to overfit noisy or irrelevant features, which can result in decreased generalization …

Ensemble Learning

Probabilistic Watershed: Sampling all spanning forests for seeded segmentation and semi-supervised learning

2019-11-06 · NeurIPS 2019 12 · Enrique Fita Sanmartin, Sebastian Damrich, Fred A. Hamprecht

The seeded Watershed algorithm / minimax semi-supervised learning on a graph computes a minimum spanning forest which connects every pixel / unlabeled node to a seed / labeled node. We propose instead to consider all pos…

All

Latent Dependency Forest Models

2016-09-08 · Shanbo Chu, Yong Jiang, Kewei Tu

Probabilistic modeling is one of the foundations of modern machine learning and artificial intelligence. In this paper, we propose a novel type of probabilistic models named latent dependency forest models (LDFMs). A LDF…