arXiv:2607.14466cs.LG2026-07

交错噪声注入提升模型在干净、噪声和分布外数据上的表现。

Interleaved Noise Injection Improves Clean, Corrupted, and OOD Performance

论文配图:Interleaved Noise Injection Improves Clean, Corrupted, and OOD Performance
图 1 · 摘自论文原文
  • 采用交替开启关闭的噪声注入策略,增强优化探索能力。
  • 在CIFAR-100-C、ImageNet-C等数据集上显著提升抗干扰与泛化性能。
  • 无需额外计算开销,适用于ResNet和ViT等多种模型架构。

噪声注入是随机优化中的经典技术。本文发现,采用交错(开-关-开-关…)而非传统单调衰减的噪声调度方式具有惊人效果。理论分析表明,脉冲噪声近似于雅可比正则化,高斯噪声则相当于曲率惩罚,这解释了噪声注入提升模型鲁棒性的机制。而交错调度通过混合干净与噪声数据阶段,使优化器能逃离局部最优并增加探索,同时避免遗忘关键特征。为稳定训练过程,提出基于清洁梯度幅值缩放噪声更新的梯度范数稳定技术。在CIFAR-100-C、ImageNet-C和ImageNet-R上,该方法显著优于常见数据增强手段,且在多种架构(如ResNet、ViT)中均表现优异。通过显著性图和注意力图分析,揭示其作用机制:脉冲噪声对抗卷积网络的局部性偏差,高斯噪声抑制自注意力模型对全局伪特征的偏好。因此,交错噪声注入是一种几乎零成本提升模型在干净、噪声及分布外数据上表现的有效工具。

原文摘要 · Abstract (English)

Noise injection is a well-known technique in stochastic optimization. We report its surprising effectiveness with an interleaved (on-off-on-off...) rather than the usual monotonic decay schedule. We present a theoretical analysis of noise injection, which confirms that corruption by impulse noise approximates a Jacobian regularization, whereas Gaussian noise acts as a curvature penalty. This regularization behavior has been invoked to explain why noise injection increases model robustness. But the interleaved nature of our proposed schedule produces superior results even for the optimization objective: mixing phases of noisy data permits the optimizer to escape local minima and increase exploration without the risk of catastrophically forgetting the important features from the clean data. To stabilize this training scheme against the rapid changes of the loss when switching between clean and noisy data, we introduce a gradient-norm stabilization technique that scales noisy updates based on clean gradient magnitudes. We compare this method with other common augmentation methods and find substantial improvements in corruption tolerance and robustness to real-world distribution shifts on CIFAR-100-C, ImageNet-C, and ImageNet-R for ResNet and ViT architectures, with the best results being achieved by stacking our method on top of other augmentations. Through saliency and attention maps we show that the effect of interleaved noise injection stems from penalizing the failure modes encouraged by the inductive bias of the models: impulse noise works against the locality bias of convolutional (ResNet) architectures, and Gaussian noise reduces the tendency of attention-based models to pick up large-scale spurious features. Interleaved noise injection is therefore an effective tool to improve the test performance on clean, noisy, and out-of-distribution data at essentially zero computational cost.

噪声注入模型鲁棒性数据增强泛化能力

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