Cut and Mix

  • @yunCutMixRegularizationStrategy2019
  • instead of deleting a patch, the patch is replaced with some other image region
  • y this approach, an image shares multiple class labels, whereas the major class label belongs to the original class label
  • Hence, the model learns to differentiate between two classes within a single image.
  • CutMix can be defined by the following operations
  • where is an RGB image, is the respective label, is a binary mask of the patch of the image that will be dropped and represents element wise multiplication. The new training sample is created by combining two other training samples and . To control the combination ratio , a sample from the distribution is chosen. This combination is quite similar to Mixup.