Difference: GMT_4YP_19_2 (1 vs. 2)

Revision 2
20 Nov 2018 - gmt11
Line: 1 to 1
 
META TOPICPARENT name="GMTTeaching"
Dr Graham Treece, Department of Engineering
Line: 11 to 11
 

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.

Changed:
<
<
Morphological filters, which rely on data ranking rather than level, have received much less attention. This is despite their inherent insensitivity to the extent of an edge which should make them good candidates for edge-preserving filtering. It has recently been demonstrated that the bitonic filter, a morphological filter based on 'opening' and 'closing' operations, can perform nearly as well as anisotropic diffusion and non-local means for noisy natural images. This is despite the use of a local '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.
>
>
Morphological filters, which rely on data ranking rather than level, have received much less attention. 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, which makes them good candidates for edge-preserving filtering. It has recently been demonstrated that bitonic filtering, a morphological filter based on 'opening' and 'closing' operations, performs better than both anisotropic diffusion and non-local means for natural images with various amounts of added noise.

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.

 
No permission to view System.WebBottomBarExample