MoireMix: A Formula-Based Data Augmentation for Improving Image Classification Robustness
AI 摘要
提出一种基于莫尔干涉的公式化数据增强方法,提升图像分类模型的鲁棒性。
主要贡献
- 提出了一种新的基于莫尔干涉的数据增强方法
- 该方法计算开销小,无需外部数据
- 实验证明该方法能有效提升图像分类模型的鲁棒性
方法论
使用闭式数学公式在训练时动态生成莫尔纹理,与图像混合,实现轻量级数据增强。
原文摘要
Data augmentation is a key technique for improving the robustness of image classification models. However, many recent approaches rely on diffusion-based synthesis or complex feature mixing strategies, which introduce substantial computational overhead or require external datasets. In this work, we explore a different direction: procedural augmentation based on analytic interference patterns. Unlike conventional augmentation methods that rely on stochastic noise, feature mixing, or generative models, our approach exploits Moire interference to generate structured perturbations spanning a wide range of spatial frequencies. We propose a lightweight augmentation method that procedurally generates Moire textures on-the-fly using a closed-form mathematical formulation. The patterns are synthesized directly in memory with negligible computational cost (0.0026 seconds per image), mixed with training images during training, and immediately discarded, enabling a storage-free augmentation pipeline without external data. Extensive experiments with Vision Transformers demonstrate that the proposed method consistently improves robustness across multiple benchmarks, including ImageNet-C, ImageNet-R, and adversarial benchmarks, outperforming standard augmentation baselines and existing external-data-free augmentation approaches. These results suggest that analytic interference patterns provide a practical and efficient alternative to data-driven generative augmentation methods.