Related Experiment Videos
A small sphere and large margin approach for novelty detection using training data with outliers.
1Yahoo! Inc., Sunnyvale, CA 94089, USA. mingrui@yahoo-inc.com
IEEE Transactions on Pattern Analysis and Machine Intelligence
|September 19, 2009
Summary
This study introduces a novel small sphere and large margin method for novelty detection, effectively identifying outliers in data. The approach creates a tight boundary around normal data points for improved anomaly detection accuracy.
Area of Science:
- Machine Learning
- Data Science
- Computer Science
Background:
- Novelty detection is crucial for identifying anomalies in datasets.
- Existing methods often struggle with imbalanced datasets containing mostly normal and few abnormal examples.
- Outlier detection requires robust algorithms to distinguish between normal and anomalous data points.
Purpose of the Study:
- To propose a "small sphere and large margin" approach for novelty detection.
- To develop a method that effectively handles datasets with a majority of normal instances and a minority of outliers.
- To create a tight and closed boundary around normal data points.
Main Methods:
- Constructing a hypersphere encompassing the majority of normal training data.
- Minimizing the hypersphere's volume while maximizing the margin to outlier data.
- Utilizing convex optimization, solvable with nu-Support Vector Machines (ν-SVM) software.
Main Results:
- The proposed method establishes a closed and tight boundary around normal data.
- Experimental results demonstrate the algorithm's effectiveness in novelty detection.
- The approach successfully differentiates normal data from outliers even with imbalanced datasets.
Conclusions:
- The "small sphere and large margin" approach is an effective technique for novelty detection.
- This method provides a robust solution for anomaly detection in datasets dominated by normal instances.
- The algorithm's reliance on convex optimization ensures efficient computation and practical applicability.
Related Concept Videos
Quantifying and Rejecting Outliers: The Grubbs Test
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 number is...
What Are Outliers?
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...
Outliers and Influential Points
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 vertical...
Detection of Gross Error: The Q Test
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...
Modified Boxplots
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...
Difference from Background: Limit of Detection
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
The LOD indicates the presence or absence...