Related Experiment Video
Updated: Jul 5, 2025

07:35
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
7.5K
Feature Selection Based on Intrusive Outliers Rather Than All Instances
Summary
This study introduces Intrusive Outliers-based Feature Selection (IOFS), a novel method for feature selection that effectively handles overlapping classes. Experiments show IOFS and its extension, E-IOFS, improve classification accuracy, especially with complex datasets.
Area of Science:
- Machine Learning
- Data Mining
- Pattern Recognition
Background:
- Traditional feature selection methods struggle with highly overlapping classes and skewed data distributions.
- Instance-based methods often overlook critical differences between outliers and the main class body, leading to misclassification.
- Identifying and utilizing specific outlier characteristics is crucial for improving classification performance.
Purpose of the Study:
- To propose a novel supervised feature selection method, Intrusive Outliers-based Feature Selection (IOFS).
- To address the challenge of misclassification caused by intrusive outliers in datasets with overlapping classes.
- To exploit the unique characteristics of intrusive outliers for more effective feature selection.
Main Methods:
- Developed a density-mean center algorithm to accurately identify class representatives and intrusive outliers (IOs).
- Introduced a specific distance threshold and mathematical formulations to evaluate the overlapping degree of intrusive class pairs.
- Proposed an extension, E-IOFS, focusing on a small subset of extreme intrusive outliers.
Main Results:
- IOFS effectively ranks features with high overlapping degrees lower, improving classification.
- Experiments on eleven benchmark datasets demonstrate IOFS's rationality and effectiveness, particularly for datasets with high class overlap.
- The extended method, E-IOFS, consistently outperformed IOFS in most experimental settings.
Conclusions:
- IOFS provides a robust approach to feature selection in the presence of challenging data distributions.
- The method successfully leverages intrusive outlier characteristics to enhance classifier performance.
- E-IOFS offers a more refined and often superior feature selection strategy by focusing on extreme outliers.
Related Concept Videos
Outliers and Influential Points
4.1K
An outlier is an observation of data that does not fit the rest of the data. It is sometimes called an extreme value. When you graph an outlier, it will appear not to fit the pattern of the graph. Some outliers are due to mistakes (for example, writing down 50 instead of 500), while others may indicate that something unusual is happening. Outliers are present far from the least squares line in the vertical direction. They have large "errors," where the "error" or residual is the...
4.1K
Quantifying and Rejecting Outliers: The Grubbs Test
1.6K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.6K
What Are Outliers?
3.9K
Outliers are observed data points that are far from the least squares line. They have unusual values and need to be examined carefully. Though an outlier may result from erroneous data, at other times, it may hold valuable information about the population under study and should be included in the data. Hence, it is crucial to examine what causes a data point to be an outlier.
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
3.9K
Detection of Gross Error: The Q Test
6.1K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
6.1K
Survival Tree
86
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...
Building a Survival Tree
Constructing a...
86
Modified Boxplots
9.7K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
9.7K

