通过Gumbel Noise Score匹配进行异常检测
Ahsan Mahmood1, Junier Oliva1, Martin Andreas Styner1
1Department of Computer Science, University of North Carolina at Chapel Hill, Chapel Hill, NC, United States.
Frontiers in artificial intelligence
|October 21, 2024
概括
贝尔噪声分数匹配 (GNSM) 是一种用于分类数据的新型无监督异常检测方法. 它有效地识别表格和图像数据集中的异常,显示出高性能和灵活性.
科学领域:
- 机器学习 机器学习
- 数据科学数据科学数据科学
- 计算机视觉 计算机视觉
背景情况:
- 异常检测对于识别数据中的不寻常模式至关重要.
- 现有的方法可能会与分类数据或特定应用程序 (如图像细分) 进行斗争.
- 无监督学习提供了一种在没有标记数据的情况下检测异常的方法.
研究的目的:
- 引入Gumbel Noise Score Matching (GNSM),一种用于异常检测的新型无监督方法.
- 评估GNSM在各种表格数据集上的表现.
- 证明GNSM对图像数据的适用性,特别是用于检测糟糕的细分预测.
主要方法:
- 冈贝尔噪声得分匹配 (GNSM) 估计了连续放松的分类分布的得分.
- 该方法使用分数匹配培训目标.
- 提供了一个开源实现.
主要成果:
- 在多个表格式异常检测数据集中,GNSM 实现了一致的高性能.
- 应用于图像细分,GNSM成功识别了细分失败的图像.
- 来自GNSM的异常得分与细分指标与地面真相有很强的相关性.
结论:
- GNSM是一种灵活有效的无监督异常检测技术.
- 该方法对表格数据和复杂的任务,如图像细分质量评估,都有希望.
- GNSM为识别不同数据类型中的异常提供了有价值的工具.
相关概念视频
Quantifying and Rejecting Outliers: The Grubbs Test
1.5K
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.5K
Detection of Gross Error: The Q Test
5.6K
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...
5.6K
Wald-Wolfowitz Runs Test II
190
The Wald-Wolfowitz runs test, commonly referred to as the runs test, is a nonparametric test used to assess the randomness of ordered data. The test evaluates the number of runs, which are consecutive sequences of similar elements within the data. If the number of runs is significantly higher or lower than expected, the data is considered non-random, indicating a detectable pattern or structure.
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
190
What Are Outliers?
3.6K
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.6K
Wilcoxon Signed-Ranks Test for Matched Pairs
88
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
88
Sign Test for Matched Pairs
111
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
To conduct the sign test, we first calculate the differences in...
111


