CVDec 10, 2022

Image augmentation with conformal mappings for a convolutional neural network

arXiv:2212.05258v34 citationsh-index: 41
Originality Incremental advance
AI Analysis

This work addresses a specific issue in computer vision for CNN users by providing an incremental improvement to data augmentation techniques.

The authors tackled the problem of information loss in typical image augmentation for CNNs by introducing a conformal mapping method that rotates images on a disk and maps them back without cutting edges, resulting in a statistically significant reduction in prediction error (p=0.0360) when augmenting 10 training images to 40 for a test set of 160 images.

For augmentation of the square-shaped image data of a convolutional neural network (CNN), we introduce a new method, in which the original images are mapped onto a disk with a conformal mapping, rotated around the center of this disk and mapped under such a Möbius transformation that preserves the disk, and then mapped back onto their original square shape. This process does not result the loss of information caused by removing areas from near the edges of the original images unlike the typical transformations used in the data augmentation for a CNN. We offer here the formulas of all the mappings needed together with detailed instructions how to write a code for transforming the images. The new method is also tested with simulated data and, according the results, using this method to augment the training data of 10 images into 40 images decreases the amount of the error in the predictions by a CNN for a test set of 160 images in a statistically significant way (p-value=0.0360).

Foundations

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

Your Notes