Related Experiment Video
Updated: Jun 18, 2026

08:05
Measuring Statistical Learning Across Modalities and Domains in School-Aged Children Via an Online Platform and Neuroimaging Techniques
Published on: June 30, 2020
Generalization Properties of Robust Learning With Random Features.
Summary
This study introduces a robust random features method (RRLS-RF) that effectively handles noisy data by adaptively truncating responses. It achieves strong theoretical guarantees and demonstrates superior performance against outliers compared to standard algorithms.
Area of Science:
- Machine Learning
- Statistical Learning Theory
- Robust Statistics
Background:
- Random features (RFs) offer computational efficiency for kernel methods on large datasets.
- Standard RF algorithms are sensitive to outliers and heavy-tailed noise, degrading performance.
- Robustness is crucial for real-world machine learning applications with imperfect data.
Purpose of the Study:
- To develop a robust and adaptive regularized least squares method with random features (RRLS-RF).
- To address the performance degradation of standard RFs caused by data contamination.
- To establish theoretical guarantees and demonstrate practical advantages of the proposed method.
Main Methods:
- Proposed a robust and adaptive regularized least squares method with random features (RRLS-RF).
- Incorporated response truncation with an adaptively determined truncation level.
- Established generalization properties under weak moment conditions (bounded $(1+\delta)$-th moment).
Main Results:
- RRLS-RF achieves learning rates of $\mathcal {O}(|D|^{-\frac{\delta }{2\delta +2}})$ with $\mathcal {O}(|D|^{\frac{\delta }{2\delta +2}}\log |D|)$ random features.
- Theoretical rates converge to optimal $\mathcal {O}(|D|^{-\frac{1}{2}})$ as $\delta \rightarrow \infty$, surpassing standard assumptions.
- Demonstrated optimality via minimax lower bounds and superior robustness in numerical experiments.
Conclusions:
- RRLS-RF provides a robust and theoretically sound alternative to standard RF methods for noisy datasets.
- The adaptive truncation strategy effectively balances robustness and bias.
- The method shows practical advantages in handling outliers and heavy-tailed noise, verified by experiments.
Related Concept Videos
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...
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...
Propagation of Uncertainty from Random Error
An experiment often consists of more than a single step. In this case, measurements at each step give rise to uncertainty. Because the measurements occur in successive steps, the uncertainty in one step necessarily contributes to that in the subsequent step. As we perform statistical analysis on these types of experiments, we must learn to account for the propagation of uncertainty from one step to the next. The propagation of uncertainty depends on the type of arithmetic operation performed on...
Generalization, Discrimination, and Extinction
Generalization, discrimination, and extinction are key concepts in operant conditioning that influence how behaviors are learned and maintained.
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...
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...