Denoising Images using Neural Networks

I’ve spent the last couple of years delving into a Masters Degree in Artificial Intelligence in which we learned about a wide range of fascinating AI related topics.

My final Thesis focused on denoising in computer vision. I aim to add a tutorial overview of this and other AI topics at some stage. But in the meantime, here’s my arXiv paper on the topic.

Here’s the blurb: A flexible discriminative image denoiser is introduced in which multi-task learning methods are applied to a densoising FCN based on U-Net. The activations of the U-Net model are modified by affine transforms that are a learned function of conditioning inputs. The learning procedure for multiple noise types and levels involves applying a distribution of noise parameters during training to the conditioning inputs, with the same noise parameters applied to a noise generating layer at the input (similar to the approach taken in a denoising autoencoder). It is shown that this flexible denoising model achieves state of the art performance on images corrupted with Gaussian and Poisson noise. It has also been shown that this conditional training method can generalise a fixed noise level U-Net denoiser to a variety of noise levels.

You can find it here: https://arxiv.org/abs/2011.12398

Leave a Reply

Your email address will not be published. Required fields are marked *