2020

ResizeMix: Mixing Data with Preserved Object Information and True Labels

Qin, Jie, Fang, Jiemin, Zhang, Qian et al.

Understand

Data augmentation is a powerful technique to increase the diversity of data, which can effectively improve the generalization ability of neural networks in image recognition tasks.

  • Recent data mixing based augmentation strategies have achieved great success.
  • Especially, CutMix uses a simple but effective method to improve the classifiers by randomly cropping a patch from one image and pasting it on another image.
  • To further promote the performance of CutMix, a series of works explore to use the saliency information of the image to guide the mixing.

Reading the bibliography…