Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

14294357 · May 202619922001200920172026
48 results for Isolation Forest

Proposes methods to improve interpretability of Isolation Forest for anomaly detection.

problem Lack of interpretability in Isolation Forest.
method Defines feature importance scores and unsupervised feature selection methods.
result Improves interpretability of Isolation Forest for anomaly detection.

FuBIF enhances AD by using real-valued functions for more flexible anomaly detection.

problem Limitations of the Isolation Forest in adaptability and bias.
method Introduces FuBIF, a generalization of IF using real-valued functions for branching in evaluation trees.
result FuBIF significantly improves flexibility and evaluation tree construction.

This work briefly explores the possibility of approximating spatial distance (alternatively, similarity) between data points using the Isolation Forest method envisioned for outlier detection. The logic is similar to that of isolation: the more similar or closer two points are, the more random splits it will take to se…

2019-10-27abs ↗pdf ↗

Signature Isolation Forest removes constraints from FIF by using rough path theory's signature transform.

problem Challenges in FIF's linear inner product and dictionary choices leading to unreliable results.
method Introduces Signature Isolation Forest using rough path theory's signature transform to remove linearity constraints.
result Demonstrates relevance of methods through numerical experiments and real-world applications.

This paper explains the theoretical inductive bias of Isolation Forest.

problem Lack of theoretical foundation explaining Isolation Forest's success.
method Formulated the growth process of iForest as a random walk, derived expected depth function using transition probabilities.
result Established a theoretical understanding of iForest's effectiveness and parameter adaptability.

We present an extension to the model-free anomaly detection algorithm, Isolation Forest. This extension, named Extended Isolation Forest (EIF), resolves issues with assignment of anomaly score to given data points. We motivate the problem using heat maps for anomaly scores. These maps suffer from artifacts generated by…

2018-11-06abs ↗pdf ↗

A new framework detects anomalies in structured data.

problem Detecting anomalies in samples not conforming to low-dimensional manifolds.
method Preference Isolation Forest (PIF) framework combining adaptive isolation methods and preference embedding.
result Anomalies identified as isolated points in a high-dimensional preference space.

Enhanced Extended Isolation Forest (EIF+) improves anomaly detection and provides interpretable explanations.

problem Detecting anomalies in complex datasets and explaining model predictions.
method Extended Isolation Forest (EIF) and Extended Isolation Forest Feature Importance (ExIFFI) methods.
result EIF+ outperforms EIF in detecting unseen anomalies and provides better generalization.

Paper describes anomaly detection and explainability for multivariate functional data.

problem Anomaly detection and explainability in multivariate functional data.
method Transform series into features, use Isolation Forest, compute SHAP coefficients, and use supervised decision tree.
result Method performs well on simulated and real industry data.

Fuzzy Forests reduces feature space in high-dimensional survey data.

problem High-dimensional and highly correlated datasets in social science.
method Fuzzy Forests algorithm, a variant of Random Forests.
result Partisan polarization was the strongest factor in the 2020 presidential election.

For the purpose of monitoring the behavior of complex infrastructures (e.g. aircrafts, transport or energy networks), high-rate sensors are deployed to capture multivariate data, generally unlabeled, in quasi continuous-time to detect quickly the occurrence of anomalies that may jeopardize the smooth operation of the s…

2019-04-09abs ↗pdf ↗

SLEID detects illicit accounts in DeFi transactions using semi-supervised learning.

problem Detecting illicit accounts in DeFi transactions with scarce labeled data.
method SLEID uses Isolation Forest for initial detection and self-training for pseudo-labels.
result SLEID outperforms baselines with significant improvements in precision and accuracy.

ALP outperforms other data descriptors in one-class classification.

problem Challenges in one-class classification using data descriptors.
method Determined optimal default hyperparameters for data descriptors, proposed ALP, evaluated using leave-one-dataset-out procedure.
result ALP outperforms other data descriptors, including IF and SVM.

Paper uses robust GMM to reconstruct missing data in Sentinel-2 images for crop monitoring.

problem Missing data in remote sensing images, especially from multispectral and SAR sensors.
method Robust Gaussian Mixture Models (GMM) with outlier detection using isolation forest.
result Robust GMM outperforms standard GMM in reconstructing imputed values, reducing errors.

DiFF-RF detects point-wise and collective anomalies using random partitioning trees.

problem Detecting anomalies in data, especially collective anomalies.
method Random partitioning binary trees with distance-based leaves and semi-supervised learning.
result DiFF-RF significantly outperforms isolation forest and one-class SVM.

Standard methods for anomaly detection assume that all features are observed at both learning time and prediction time. Such methods cannot process data containing missing values. This paper studies five strategies for handling missing values in test queries: (a) mean imputation, (b) MAP imputation, (c) reduction (redu…

2018-09-05abs ↗pdf ↗

Ensembles of randomized decision trees, usually referred to as random forests, are widely used for classification and regression tasks in machine learning and statistics. Random forests achieve competitive predictive performance and are computationally efficient to train and test, making them excellent candidates for r…

2014-06-10abs ↗pdf ↗

New random forest method provides optimal rates and confidence bands.

problem Improving random forest regression rates and constructing confidence bands.
method Proposed Ehrenfest centered purely random forests achieve optimal rates; used Gaussian approximation for supremum of empirical processes.
result Explicit asymptotic uniform confidence bands constructed for both random forest types.

RFpredInterval package builds prediction intervals for random forests and boosted forests.

problem Quantifying uncertainty in random forest and boosted forest point predictions.
method 16 methods to build prediction intervals with random forests and boosted forests.
result The proposed method outperforms existing methods in building prediction intervals.

We propose random hinge forests, a simple, efficient, and novel variant of decision forests. Importantly, random hinge forests can be readily incorporated as a general component within arbitrary computation graphs that are optimized end-to-end with stochastic gradient descent or variants thereof. We derive random hinge…

2018-02-12abs ↗pdf ↗

This paper is a comment on the survey paper by Biau and Scornet (2016) about random forests. We focus on the problem of quantifying the impact of each ingredient of random forests on their performance. We show that such a quantification is possible for a simple pure forest , leading to conclusions that could apply more…

2016-04-06abs ↗pdf ↗

By seeking the narrowest prediction intervals (PIs) that satisfy the specified coverage probability requirements, the recently proposed quality-based PI learning principle can extract high-quality PIs that better summarize the predictive certainty in regression tasks, and has been widely applied to solve many practical…

2019-05-24abs ↗pdf ↗

Improves time series classification with forest proximities.

problem Time series classification accuracy and efficiency.
method PF-GAP, an extension of RF-GAP proximities to proximity forests, combined with Multi-Dimensional Scaling and Local Outlier Factors.
result Forest proximities show stronger connection between misclassified points and outliers.

Random forests reduce bias and variance, especially in low SNR settings.

problem Reducing bias and variance in machine learning models, particularly in low SNR scenarios.
method Empirical study of random forests and bagging ensembles, focusing on the importance of mtrymtry tuning.
result Random forests reduce both bias and variance, outperforming bagging ensembles in high SNR settings.