arXiv:2505.21595cs.LGcs.AI2025-05被引 2

让模型更鲁棒:通过遮蔽关键区域来提升泛化能力

Relevance-driven Input Dropout: an Explanation-guided Regularization Technique

  • 根据输入重要性选择性遮蔽,而非随机遮挡
  • 在多个基准数据集上提升模型对遮挡的鲁棒性
  • 适合需要增强模型解释性与泛化的研究者

过拟合是机器学习中普遍存在的问题,即使在最先进的模型中也存在,导致泛化能力下降和训练-测试性能差距显著。缓解措施包括丢弃法、数据增强、权重衰减等正则化技术。在众多数据增强策略中,遮蔽(occlusion)是一种常见方法,通常在训练时随机掩码输入区域。然而,现有研究多强调特征选择的随机性,而非对模型决策有强影响的区域。本文提出一种新的数据增强方法——相关性驱动输入丢弃(RelDrop),通过选择性遮蔽输入中最重要的区域,引导模型依赖其他关键特征进行预测,从而实现基于解释的正则化,提升模型泛化能力。我们在多个基准数据集上进行了定量和定性分析,结果表明该方法增强了模型对遮挡的鲁棒性,使模型更充分地利用感兴趣区域内的特征,并提升了推理时间的泛化性能。代码已公开于 https://github.com/Shreyas-Gururaj/LRP_Relevance_Dropout。

原文摘要 · Abstract (English)

Overfitting is a well-known issue extending even to state-of-the-art (SOTA) Machine Learning (ML) models, resulting in reduced generalization, and a significant train-test performance gap. Mitigation measures include a combination of dropout, data augmentation, weight decay, and other regularization techniques. Among the various data augmentation strategies, occlusion is a prominent technique that typically focuses on randomly masking regions of the input during training. Most of the existing literature emphasizes randomness in selecting and modifying the input features instead of regions that strongly influence model decisions. We propose Relevance-driven Input Dropout (RelDrop), a novel data augmentation method which selectively occludes the most relevant regions of the input, nudging the model to use other important features in the prediction process, thus improving model generalization through informed regularization. We further conduct qualitative and quantitative analyses to study how Relevance-driven Input Dropout (RelDrop) affects model decision-making. Through a series of experiments on benchmark datasets, we demonstrate that our approach improves robustness towards occlusion, results in models utilizing more features within the region of interest, and boosts inference time generalization performance. Our code is available at https://github.com/Shreyas-Gururaj/LRP_Relevance_Dropout.

正则化数据增强模型解释泛化

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