Image augmentation with conformal mappings for a convolutional neural network
Oona Rainio, Mohamed M.S. Nasser, Matti Vuorinen, Riku Kl\'en

TL;DR
This paper introduces a novel image augmentation technique using conformal mappings to rotate images without losing information, significantly improving CNN prediction accuracy.
Contribution
The paper presents a new conformal mapping-based augmentation method that preserves image information and enhances CNN training effectiveness.
Findings
Augmentation with conformal mappings reduces CNN prediction error.
Method statistically significantly improves model accuracy.
No information loss during image transformations.
Abstract
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\"obius 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Model Reduction and Neural Networks · Medical Image Segmentation Techniques
MethodsTest
