Jump to content

Nonlinear filter

From Wikipedia, the free encyclopedia

Insignal processing,anonlinear(ornon-linear)filteris afilterwhose output is not alinear functionof its input. That is, if the filter outputssignalsRandSfor two input signalsrandsseparately, but does not always outputαR+βSwhen the input is alinear combinationαr+βs.

Both continuous-domain and discrete-domain filters may be nonlinear. A simple example of the former would be an electrical device whose outputvoltageR(t) at any moment is the square of the input voltager(t); or which is the input clipped to a fixed range [a,b], namelyR(t) = max(a,min(b,r(t))). An important example of the latter is therunning-median filter,such that every output sampleRiis themedianof the last three input samplesri,ri−1,ri−2.Like linear filters, nonlinear filters may beshift invariantor not.

Non-linear filters have many applications, especially in the removal of certain types ofnoisethat are notadditive.For example, the median filter is widely used to removespike noise— that affects only a small percentage of the samples, possibly by very large amounts. Indeed, allradio receiversuse non-linear filters to convertkilo-togigahertzsignals to theaudiofrequency range; and alldigital signal processingdepends on non-linear filters (analog-to-digital converters) to transformanalog signalstobinary numbers.

However, nonlinear filters are considerably harder to use and design than linear ones, because the most powerful mathematical tools of signal analysis (such as theimpulse responseand thefrequency response) cannot be used on them. Thus, for example, linear filters are often used to remove noise and distortion that was created by nonlinear processes, simply because the proper non-linear filter would be too hard to design and construct.

From the foregoing, we can know that the nonlinear filters have quite different behavior compared to linear filters. The most important characteristic is that, for nonlinear filters, the filter output or response of the filter does not obey the principles outlined earlier, particularly scaling and shift invariance. Furthermore, a nonlinear filter can produce results that vary in a non-intuitive manner.

Linear system

[edit]

Several principles define alinear system.The basic definition oflinearityis that the output must be a linear function of the inputs, that is

for anyscalarvaluesand. This is a fundamental property of linear system design, and is known as superposition. So, a system is said to be nonlinear if this equation is not valid. That is to say, when the system is linear, the superposition principle can be applied. This important fact is the reason that the techniques of linear-system analysis have been so well developed.

Applications

[edit]

Noise removal

[edit]

Signals often get corrupted during transmission or processing; and a frequent goal in filter design is the restoration of the original signal, a process commonly called "noise removal". The simplest type of corruption is additive noise, when the desired signalSgets added with an unwanted signalNthat has no known connection withS.If the noiseNhas a simple statistical description, such asGaussian noise,then aKalman filterwill reduceNand restoreSto the extent allowed byShannon's theorem.In particular, ifSandNdo not overlap in thefrequency domain,they can be completely separated by linearbandpass filters.

For almost any other form of noise, on the other hand, some sort of non-linear filter will be needed for maximum signal recovery. Formultiplicative noise(that gets multiplied by the signal, instead of added to it), for example, it may suffice to convert the input to alogarithmic scale,apply a linear filter, and then convert the result tolinear scale.In this example, the first and third steps are not linear.

Non-linear filters may also be useful when certain "nonlinear" features of the signal are more important than the overall information contents. Indigital image processing,for example, one may wish to preserve the sharpness ofsilhouetteedges of objects in photographs, or the connectivity of lines in scanned drawings. A linear noise-removal filter will usually blur those features; a non-linear filter may give more satisfactory results (even if the blurry image may be more "correct" in the information-theoretic sense).

Many nonlinear noise-removal filters operate in the time domain. They typically examine the input digital signal within a finite window surrounding each sample, and use some statistical inference model (implicitly or explicitly) to estimate the most likely value for the original signal at that point. The design of such filters is known as thefiltering problemfor astochastic processinestimation theoryandcontrol theory.

Examples of nonlinear filters include:

Nonlinear filter also occupy a decisive position in the image processing functions. In a typical pipeline for real-time image processing, it is common to have many nonlinear filter included to form, shape, detect, and manipulate image information. Furthermore, each of these filter types can be parameterized to work one way under certain circumstances and another way under a different set of circumstance using adaptive filter rule generation. The goals vary from noise removal to feature abstraction. Filtering image data is a standard process used in almost all image processing systems. Nonlinear filters are the most utilized forms of filter construction. For example, if an image contains a low amount of noise but with relatively high magnitude, then a median filter may be more appropriate.

Kushner–Stratonovich filtering

[edit]

The context here is the formulation of the nonlinearfiltering problemseen through the lens of the theory of stochastic processes. In this context, both the random signal and the noisy partial observations are described by continuous time stochastic processes. The unobserved random signal to be estimated is modeled through a non-linear Itostochastic differential equationand the observation function is a continuous time non-linear transformation of the unobserved signal, an observation perturbed by continuous time observation noise. Given the nonlinear nature of the dynamics, familiar frequency domain concepts that can be applied to linear filters are not viable, and a theory based on the state space representation is formulated. The complete information on the nonlinear filter at a given time is the probability law of the unobserved signal at that time conditional on the history of observations up to that time. This law may have a density, and the infinite dimensional equation for the density of this law takes the form of astochastic partial differential equation(SPDE). The problem of optimal nonlinear filtering in this context was solved in the late 1950s and early 1960s byRuslan L. Stratonovich[1][2][3][4]andHarold J. Kushner.[5] The optimal filter SPDE is calledKushner-Stratonovich equation. In 1969,Moshe Zakaiintroduced a simplified dynamics for the unnormalized conditional law of the filter known asZakai equation.[6] It has been proved by Mireille Chaleyat-Maurel and Dominique Michel[7]that the solution is infinite dimensional in general, and as such requires finite dimensional approximations. These may be heuristics-based such as theextended Kalman filteror theassumed density filtersdescribed by Peter S. Maybeck[8]or theprojection filtersintroduced byDamiano Brigo,Bernard Hanzon and François Le Gland,[9]some sub-families of which are shown to coincide with the assumed density filters.[10]Particle filters[11]are another option, related to sequential Monte Carlo methods.

Energy transfer filters

[edit]

Energy transfer filtersare a class of nonlinear dynamic filters that can be used to move energy in a designed manner.[12]Energy can be moved to higher or lower frequency bands, spread over a designed range, or focused. Many energy transfer filter designs are possible, and these provide extra degrees of freedom in filter design that are just not possible using linear designs.

Types of Non-linear Filters

[edit]

Min Filter

[edit]

Amin filteralso known as erosion in morphological image processing, is a spatial domain filter used for image processing. It replaces each pixel in the image with the minimum value of its neighboring pixels.

The size and shape of the neighborhood are defined by a structuring element, typically a square or circular mask.

The transformation replaces the central pixel with the darkest one in the running window.

For example, if you have text that is lightly printed, the minimum filter makes letters thicker.

Max Filter

[edit]

Amax filter,also known as dilation in morphological image processing, is another spatial domain filter used for image processing.

It replaces each pixel in the image with the maximum value of its neighboring pixels, again defined by a structuring element.

The maximum and minimum filters are shift-invariant. Whereas the minimum filter replaces the central pixel with the darkest one in the running window, the maximum filter replaces it with the lightest one.

For example, if you have a text string drawn with a thick pen, you can make the sign skinnier.

See also

[edit]

References

[edit]
  1. ^ Ruslan L. Stratonovich (1959),Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise.Radiofizika, volume 2, issue 6, pages 892–901.
  2. ^ Ruslan L. Stratonovich (1959).On the theory of optimal non-linear filtering of random functions.Theory of Probability and Its Applications, volume 4, pages 223–225.
  3. ^ Ruslan L. Stratonovich (1960),Application of the Markov processes theory to optimal filtering.Radio Engineering and Electronic Physics, volume 5, issue 11, pages 1–19.
  4. ^ Ruslan L. Stratonovich (1960),Conditional Markov Processes.Closed access iconTheory of Probability and Its Applications, volume 5, pages 156–178.
  5. ^ Kushner, Harold. (1967),Nonlinear filtering: The exact dynamical equations satisfied by the conditional mode.IEEE Transactions on Automatic Control, volume 12, issue 3, pages 262–267
  6. ^ Moshe Zakai (1969), On the optimal filtering of diffusion processes. Zeitung Wahrsch., volume 11, pages 230–243.MR242552Zbl0164.19201doi:10.1007/BF00536382
  7. ^ Chaleyat-Maurel, Mireille and Dominique Michel (1984),Des resultats de non existence de filtre de dimension finie.Stochastics, volume 13, issue 1+2, pages 83–102.
  8. ^ Peter S. Maybeck (1979),Stochastic models, estimation, and control.Volume 141, Series Mathematics in Science and Engineering, Academic Press
  9. ^ Damiano Brigo, Bernard Hanzon, and François LeGland (1998)A Differential Geometric approach to nonlinear filtering: the Projection Filter,IEEE Transactions on Automatic Control, volume 43, issue 2, pages 247–252.
  10. ^ Damiano Brigo, Bernard Hanzon, and François LeGland (1999),Approximate Nonlinear Filtering by Projection on Exponential Manifolds of Densities,Bernoulli, volume 5, issue 3, pages 495–534
  11. ^Del Moral, Pierre (1998)."Measure Valued Processes and Interacting Particle Systems. Application to Non Linear Filtering Problems".Annals of Applied Probability.8(2) (Publications du Laboratoire de Statistique et Probabilités, 96-15 (1996) ed.): 438–495.doi:10.1214/aoap/1028903535.
  12. ^Billings S.A. "Nonlinear System Identification: NARMAX Methods in the Time, Frequency, and Spatio-Temporal Domains".Wiley, 2013

Further reading

[edit]
  • Jazwinski, Andrew H. (1970).Stochastic Processes and Filtering Theory.New York: Academic Press.ISBN0-12-381550-9.
[edit]