通过新指标Count-Gap提升少样本下的半监督学习效果
CGMatch: A Different Perspective of Semi-supervised Learning
- 引入Count-Gap指标,动态划分未标注数据为三类
- 在极低标签数据下,准确率提升显著,最高达6.2%
- 适合标签稀缺场景,如医疗、小众领域数据
半监督学习(SSL)因其能利用少量标注数据和大量未标注数据提升模型泛化能力而受到广泛关注。近期方法结合一致性正则化与伪标签思想取得显著进展,但在标签数据更稀缺的现实场景中表现不佳。本文指出,问题根源在于现有方法仅依赖模型置信度,难以在监督信息有限时准确评估模型状态,尤其在训练初期。为此,我们提出新模型CGMatch,首次引入名为Count-Gap(CG)的新指标,证明其可有效发现对训练有益的未标注样本。结合常用的置信度,设计细粒度动态选择(FDS)策略,将未标注数据分为易学集、模糊集和难学集,通过选择性过滤并施加相应正则化,缓解错误伪标签对模型优化与泛化的负面影响。在多个常用SSL基准上的实验表明,CGMatch在标签数据极度有限时尤为有效,性能显著优于基线方法。源代码见:https://github.com/BoCheng-96/CGMatch。
原文摘要 · Abstract (English)
Semi-supervised learning (SSL) has garnered significant attention due to its ability to leverage limited labeled data and a large amount of unlabeled data to improve model generalization performance. Recent approaches achieve impressive successes by combining ideas from both consistency regularization and pseudo-labeling. However, these methods tend to underperform in the more realistic situations with relatively scarce labeled data. We argue that this issue arises because existing methods rely solely on the model's confidence, making them challenging to accurately assess the model's state and identify unlabeled examples contributing to the training phase when supervision information is limited, especially during the early stages of model training. In this paper, we propose a novel SSL model called CGMatch, which, for the first time, incorporates a new metric known as Count-Gap (CG). We demonstrate that CG is effective in discovering unlabeled examples beneficial for model training. Along with confidence, a commonly used metric in SSL, we propose a fine-grained dynamic selection (FDS) strategy. This strategy dynamically divides the unlabeled dataset into three subsets with different characteristics: easy-to-learn set, ambiguous set, and hard-to-learn set. By selective filtering subsets, and applying corresponding regularization with selected subsets, we mitigate the negative impact of incorrect pseudo-labels on model optimization and generalization. Extensive experimental results on several common SSL benchmarks indicate the effectiveness of CGMatch especially when the labeled data are particularly limited. Source code is available at https://github.com/BoCheng-96/CGMatch.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。