Difference: GMT_4YP_19_2 (r2 vs. r1)

Dr Graham Treece, Department of Engineering


F-GMT11-2: Noise reduction with image-sensitive morphological operators

This is a typical natural image of a boat, with some additional noise added. Removing such noise is a very common image processing operation.There are many ways of doing this: one very recent approach uses morphological operations to process the data. These operations are based around a mask shape, which in this case is fixed to be circular over the whole imageSince the image structure varies over the image, it makes sense to allow this mask shape to also vary with the data. In this case more image features have been preserved, but there is also more noise around edges, since the mask shape is affected by noise as well as real structure.In this case only a restricted set of elliptical shapes have been allowed. This reduces the impact of the noise, but it also starts to smooth over small features. Is there an optimal way of selecting possible mask shapes that preserves small features but does not match image noise?

Digital image filters, which replace each pixel in an image with some combination of pixels from a local neighbourhood, are extremely useful in image processing. Of particular note are those which attempt to reduce noise levels in an image whilst preserving the location and extent of any feature gradients, or 'edges'. Multiple linear filters have been developed for this purpose, for instance anisotropic diffusion, non-local means and image-guided filtering. These are all able to automatically adjust whichpixels are used in the local neighbourhood around each pixel to give the best reduced-noise new estimate.

Morphological filters, which rely on data ranking rather than level, have received much less attention. This is despite their inherent insensitivity They exist outside the current trends in machine learning since they cannot be represented with convolutions. But they are inherently insensitive to the extent of an edge edge, which should makes make them good candidates for edge-preserving filtering. It has recently been demonstrated that the bitonic filter, filtering, a morphological filter based on 'opening' and 'closing' operations, can perform nearly as performs better than both well as anisotropic diffusion and non-local means for noisy natural images. This is despite images with various amounts the use of a local added noise. 'structuring element' which does not automatically adjust to the data around each pixel. Hence there is good reason to expect that local variation of the shape of this structuring element will significantly improve performance. However, there has been very little work on locally-varying morphological filters, partly perhaps due to difficulties in both implementation and analysis. The aim of this project is to investigate such filters, which could encompass implementation efficiency, what is the best shape of the structuring elements, or what determines the local orientation of the structuring elements.

The initial bitonic filter just used a circular mask at every pixel. In the structurally-varying bitonic filter, this was replaced with a locally varying mask. This hugely improved the filter performance, despite the possible mask shapes being constrained to a small range of ellipses. Hence it is the aim of this project to investigate such a filter with a greater variation of mask shapes: the problem is that, if the mask shape is allowed to exactlymatch the image features, it will start to match the noise rather than the actual structure in the image. So what is the optimal amount of mask variation, and how should the mask shape be constrained for best noise performance?

This is an algorithmic development / software project, so experience of writing software is essential, though the development could also be done using Matlab.

Click here for other imaging projects offered by Graham Treece.

IAttachmentActionSizeDateWhoComment
boat_circles.PNGPNGboat_circles.PNGmanage 110.6 K 20 Nov 2018 - 11:41UnknownUser  
boat_ellipses.PNGPNGboat_ellipses.PNGmanage 123.0 K 20 Nov 2018 - 11:42UnknownUser  
boat_noise.pngpngboat_noise.pngmanage 121.4 K 20 Nov 2018 - 11:54UnknownUser  
boat_varying.pngpngboat_varying.pngmanage 122.5 K 20 Nov 2018 - 11:41UnknownUser  

View topic | View difference side by side | History: r2 < r1 | More topic actions
 
No permission to view System.WebBottomBarExample