CVIVSep 1, 2019

Improved Image Augmentation for Convolutional Neural Networks by Copyout and CopyPairing

arXiv:1909.00390v27 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses performance enhancement in CNNs for computer vision tasks, but it is incremental as it builds on prior augmentation techniques.

The paper tackled improving image augmentation for CNuleural networks by introducing Copyout and CopyPairing, which reduced test error rates by up to 11.97% compared to existing methods on CIFAR-10.

Image augmentation is a widely used technique to improve the performance of convolutional neural networks (CNNs). In common image shifting, cropping, flipping, shearing and rotating are used for augmentation. But there are more advanced techniques like Cutout and SamplePairing. In this work we present two improvements of the state-of-the-art Cutout and SamplePairing techniques. Our new method called Copyout takes a square patch of another random training image and copies it onto a random location of each image used for training. The second technique we discovered is called CopyPairing. It combines Copyout and SamplePairing for further augmentation and even better performance. We apply different experiments with these augmentation techniques on the CIFAR-10 dataset to evaluate and compare them under different configurations. In our experiments we show that Copyout reduces the test error rate by 8.18% compared with Cutout and 4.27% compared with SamplePairing. CopyPairing reduces the test error rate by 11.97% compared with Cutout and 8.21% compared with SamplePairing. Copyout and CopyPairing implementations are available at https://github.com/t-systems-on-site-services-gmbh/coocop.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes