# NoiseCutMix: A Novel Data Augmentation Approach by Mixing Estimated Noise in Diffusion Models

**Authors:** Shumpei Takezaki, Ryoma Bise, Shinnosuke Matsuo

arXiv: 2509.00378 · 2025-09-03

## TL;DR

NoiseCutMix introduces a novel data augmentation technique for diffusion models by blending estimated noise from two classes, resulting in more natural, high-resolution images with diverse features, improving classification performance.

## Contribution

The paper presents NoiseCutMix, a new method that integrates CutMix principles into diffusion models by mixing estimated noise, enhancing data diversity and image quality.

## Key findings

- Improved classification accuracy with NoiseCutMix.
- Generated images exhibit natural boundaries and high resolution.
- Outperforms traditional augmentation methods in experiments.

## Abstract

In this study, we propose a novel data augmentation method that introduces the concept of CutMix into the generation process of diffusion models, thereby exploiting both the ability of diffusion models to generate natural and high-resolution images and the characteristic of CutMix, which combines features from two classes to create diverse augmented data. Representative data augmentation methods for combining images from multiple classes include CutMix and MixUp. However, techniques like CutMix often result in unnatural boundaries between the two images due to contextual differences. Therefore, in this study, we propose a method, called NoiseCutMix, to achieve natural, high-resolution image generation featuring the fused characteristics of two classes by partially combining the estimated noise corresponding to two different classes in a diffusion model. In the classification experiments, we verified the effectiveness of the proposed method by comparing it with conventional data augmentation techniques that combine multiple classes, random image generation using Stable Diffusion, and combinations of these methods. Our codes are available at: https://github.com/shumpei-takezaki/NoiseCutMix

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00378/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00378/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/2509.00378/full.md

---
Source: https://tomesphere.com/paper/2509.00378