硬样本分布不均会误导模型泛化能力评估
Investigating the Impact of Hard Samples on Accuracy Reveals In-class Data Imbalance
- 分析训练集与测试集中难样本分布差异对准确率的影响
- 发现模型存在向简单样本和难样本两种不同泛化路径
- 适合关注模型评估公平性与数据不平衡问题的研究者
在自动化机器学习领域,测试准确率被视为评估模型性能的核心指标,广泛应用于神经网络架构搜索与超参数优化等场景。然而,已有研究指出标签噪声可能掩盖顶尖模型的真实排序,动摇了测试准确率的可靠性。本文进一步从另一个视角切入:数据集中存在的硬样本会影响测试准确率所推断出的泛化能力。我们发现,训练集与测试集间硬样本的分布差异会改变两者的难度水平,进而影响对模型泛化能力的判断。研究揭示了两种不同的泛化路径——向易样本与向难样本,凸显了实现均衡评估的复杂性。最后,我们提出一种基准测试流程,用于比较硬样本识别方法,推动该领域的精细化评估发展。本文目的并非提供终极解决方案,而是强调即使在数据集平衡的情况下,过度依赖测试准确率仍存在局限,引入‘类内数据不平衡’问题,旨在引发学术界对评估标准的深入讨论,并开拓更全面的模型评估研究方向。匿名代码已公开于 https://github.com/PawPuk/CurvBIM,采用 GPL-3.0 许可证。
原文摘要 · Abstract (English)
In the AutoML domain, test accuracy is heralded as the quintessential metric for evaluating model efficacy, underpinning a wide array of applications from neural architecture search to hyperparameter optimization. However, the reliability of test accuracy as the primary performance metric has been called into question, notably through research highlighting how label noise can obscure the true ranking of state-of-the-art models. We venture beyond, along another perspective where the existence of hard samples within datasets casts further doubt on the generalization capabilities inferred from test accuracy alone. Our investigation reveals that the distribution of hard samples between training and test sets affects the difficulty levels of those sets, thereby influencing the perceived generalization capability of models. We unveil two distinct generalization pathways-toward easy and hard samples-highlighting the complexity of achieving balanced model evaluation. Finally, we propose a benchmarking procedure for comparing hard sample identification methods, facilitating the advancement of more nuanced approaches in this area. Our primary goal is not to propose a definitive solution but to highlight the limitations of relying primarily on test accuracy as an evaluation metric, even when working with balanced datasets, by introducing the in-class data imbalance problem. By doing so, we aim to stimulate a critical discussion within the research community and open new avenues for research that consider a broader spectrum of model evaluation criteria. The anonymous code is available at https://github.com/PawPuk/CurvBIM blueunder the GPL-3.0 license.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。