Blind First-Order Perspective Distortion Correction Using Parallel Convolutional Neural Networks

Sensors (Basel). 2020 Aug 30;20(17):4898. doi: 10.3390/s20174898.

Abstract

In this work, we present a network architecture with parallel convolutional neural networks (CNN) for removing perspective distortion in images. While other works generate corrected images through the use of generative adversarial networks or encoder-decoder networks, we propose a method wherein three CNNs are trained in parallel, to predict a certain element pair in the 3×3 transformation matrix, M^. The corrected image is produced by transforming the distorted input image using M^-1. The networks are trained from our generated distorted image dataset using KITTI images. Experimental results show promise in this approach, as our method is capable of correcting perspective distortions on images and outperforms other state-of-the-art methods. Our method also recovers the intended scale and proportion of the image, which is not observed in other works.

Keywords: computer vision; convolutional neural networks; distortion correction; image warping.