对样本效率模型评估的不一致对分析
Donald Musgrove1, Andrew Radtke2, Tarek Haddad2
1Medtronic Inc., 8200 Coral Sea St NE, Mounds View, MN, 55112, USA. donald.r.musgrove@medtronic.com.
Scientific reports
|November 28, 2023
概括
我们开发了一种新的不一致对分析技术,以有效评估分类算法性能. 这种方法显著减少了90%以上的人类审查,同时保持了高准确度和精度.
科学领域:
- 计算机科学 计算机科学
- 机器学习 机器学习
- 数据科学数据科学数据科学
背景情况:
- 传统上,评估分类算法性能需要对大型数据集进行广泛的人类审查.
- 现有的方法可能耗时,昂贵,容易出现人为错误,影响评估精度.
研究的目的:
- 引入一种新的,计算效率高的技术来评估分类算法的有效性.
- 减少在绩效评估中对人类判断的需求,同时保持或提高准确性.
主要方法:
- 不一致对分析技术将目标算法与未标记数据集上的基线算法进行比较.
- 性能估计仅来自两个算法产生不一致分类的例子子集.
- 假设已知的性能基线和数据集的估计类分布.
主要成果:
- 不和对方法大大减少了90%以上所需的人类判断的数量.
- 与传统的详尽评估方法相比,保持同等水平的灵敏度和特异性.
- 通过尽量减少人类错误来提高评估质量的潜力.
结论:
- 不一致对分析为评估分类算法提供了一个计算效率高和精确的替代方案.
- 这种技术显著简化了绩效评估过程,使其更具可扩展性和成本效益.
- 该方法有望提高机器学习工作流程中算法性能估计的可靠性.
相关概念视频
Expected Frequencies in Goodness-of-Fit Tests
2.5K
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n) to the number of categories (k).
2.5K
Wilcoxon Signed-Ranks Test for Matched Pairs
135
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...
135
Friedman Two-way Analysis of Variance by Ranks
200
Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures...
200
Goodness-of-Fit Test
3.4K
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...
3.4K
Sign Test for Matched Pairs
135
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...
135
One-Way ANOVA: Equal Sample Sizes
3.3K
One-Way ANOVA can be performed on three or more samples with equal or unequal sample sizes. When one-way ANOVA is performed on two datasets with samples of equal sizes, it can be easily observed that the computed F statistic is highly sensitive to the sample mean.
Different sample means can result in different values for the variance estimate: variance between samples. This is because the variance between samples is calculated as the product of the sample size and the variance between the...
Different sample means can result in different values for the variance estimate: variance between samples. This is because the variance between samples is calculated as the product of the sample size and the variance between the...
3.3K


