arXiv:2411.05939cs.CVcs.AI2024-11被引 2

用视觉变压器提升噪声标签下的主动学习效果

GCI-ViTAL: Gradual Confidence Improvement with Vision Transformers for Active Learning on Label Noise

  • 基于注意力机制和预测熵,筛选不确定且语义异常样本
  • 在噪声标签下性能优于5种主流主动学习方法,尤其在CIFAR100上提升9.2%
  • 无需调参即可使用,适合实际应用中快速部署

主动学习旨在通过选择有信息量的样本标注来降低标注成本并训练高精度分类器。本研究聚焦图像分类任务,在CIFAR10、CIFAR100、Food101和胸部X光数据集上,对比了不同标签噪声率下的主动学习方法。通过比较卷积神经网络(CNN)与基于视觉变压器(ViT)的模型,提出一种新算法GCI-ViTAL,以应对标签噪声。该方法结合预测熵与最后一层注意力向量的Frobenius范数,对比类别中心清洁集注意力向量,识别出既不确定又在语义上偏离所属类别的样本。这使得GCI-ViTAL能在噪声环境中仍选出有效样本,并标记潜在误标项。通过标签平滑训练模型,避免对可能错误标签过于自信。在多种对称标签噪声水平下评估,结果表明使用ViT显著优于CNN,尤其在噪声场景下表现更佳。此外,利用图像语义作为标签依据有助于提升模型鲁棒性。本研究未进行大规模超参数调优,提供即插即用的对比,解决实践者在真实数据上选择模型与主动学习策略时缺乏文献支持的难题。

原文摘要 · Abstract (English)

Active learning aims to train accurate classifiers while minimizing labeling costs by strategically selecting informative samples for annotation. This study focuses on image classification tasks, comparing AL methods on CIFAR10, CIFAR100, Food101, and the Chest X-ray datasets under varying label noise rates. We investigate the impact of model architecture by comparing Convolutional Neural Networks (CNNs) and Vision Transformer (ViT)-based models. Additionally, we propose a novel deep active learning algorithm, GCI-ViTAL, designed to be robust to label noise. GCI-ViTAL utilizes prediction entropy and the Frobenius norm of last-layer attention vectors compared to class-centric clean set attention vectors. Our method identifies samples that are both uncertain and semantically divergent from typical images in their assigned class. This allows GCI-ViTAL to select informative data points even in the presence of label noise while flagging potentially mislabeled candidates. Label smoothing is applied to train a model that is not overly confident about potentially noisy labels. We evaluate GCI-ViTAL under varying levels of symmetric label noise and compare it to five other AL strategies. Our results demonstrate that using ViTs leads to significant performance improvements over CNNs across all AL strategies, particularly in noisy label settings. We also find that using the semantic information of images as label grounding helps in training a more robust model under label noise. Notably, we do not perform extensive hyperparameter tuning, providing an out-of-the-box comparison that addresses the common challenge practitioners face in selecting models and active learning strategies without an exhaustive literature review on training and fine-tuning vision models on real-world application data.

主动学习视觉变压器噪声标签图像分类

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。