Related Experiment Video
Updated: Jun 12, 2026

06:56
Tree Core Analysis with X-ray Computed Tomography
Published on: September 22, 2023
A Theoretical Characterization of the Good Properties of Extremely Randomized Trees for Random Forest-Distance
Summary
Extremely Randomized Trees (ERT) effectively measure distances in unsupervised learning. This study theoretically proves ERT-based Random Forest (RF) distances approximate true object distances within a bounded error.
Area of Science:
- Machine Learning
- Data Mining
- Theoretical Computer Science
Background:
- Extremely Randomized Trees (ERT), initially designed for supervised tasks, demonstrate efficacy in unsupervised contexts like anomaly detection and Random Forest (RF) distance calculations.
- Existing empirical evidence suggests ERT-based RF distances perform well, but a theoretical foundation is lacking.
Purpose of the Study:
- To provide a theoretical characterization supporting the empirical success of ERTs in defining RF distances.
- To derive a bound on the approximation error of ERT-based RF distances compared to true object distances.
Main Methods:
- Assumed the existence of a proper vectorial representation satisfying the Compactness Hypothesis (Arkadev and Braverman, 1967).
- Derived a theoretical bound on the approximation error for ERT-based RF distances relative to the true distance metric.
Main Results:
- Established a theoretical guarantee for ERT-based RF distances.
- Demonstrated that if two objects are $\epsilon$-close in true distance, they are $(c \cdot \epsilon)$-close in ERT-based RF distance with high probability, for a computable constant $c$.
Conclusions:
- The study provides theoretical validation for using ERTs to compute RF distances in unsupervised settings.
- The derived bound offers a quantifiable understanding of the approximation quality of ERT-based RF distances.
Related Concept Videos
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Wald-Wolfowitz Runs Test I
The Wald-Wolfowitz test, also known as the runs test, is a nonparametric statistical test used to assess the randomness of a sequence of two different types of elements (e.g., positive/negative values, successes/failures). It examines whether the order of the elements in a sequence is random or if there is a pattern or trend present. This nonparametric test applies to any ordered data despite the population and sample data distribution, even if a higher sample size is available.
The test works...
The test works...
Randomized Experiments
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
Simple randomization
Simple...
Random Error
Random or indeterminate errors originate from various uncontrollable variables, such as variations in environmental conditions, instrument imperfections, or the inherent variability of the phenomena being measured. Usually, these errors cannot be predicted, estimated, or characterized because their direction and magnitude often vary in magnitude and direction even during consecutive measurements. As a result, they are difficult to eliminate. However, the aggregate effect of these errors can be...
Random Variables
A random variable is a single numerical value that indicates the outcome of a procedure. The concept of random variables is fundamental to the probability theory and was introduced by a Russian mathematician, Pafnuty Chebyshev, in the mid-nineteenth century.
Uppercase letters such as X or Y denote a random variable. Lowercase letters like x or y denote the value of a random variable. If X is a random variable, then X is written in words, and x is given as a number.
For example, let X = the...
Uppercase letters such as X or Y denote a random variable. Lowercase letters like x or y denote the value of a random variable. If X is a random variable, then X is written in words, and x is given as a number.
For example, let X = the...
Distance Problem
When an object's velocity changes over time, the total distance traveled can be determined by summing small displacement intervals over short increments. This approach approximates the true distance through numerical summation and the use of integral calculus. An estimate of the total displacement can be obtained by measuring velocity at regular intervals and multiplying each value by the corresponding time step.If a runner accelerates over the first three seconds of a race, speed measurements...