Smoothing problem (stochastic processes)


The Smoothing problem refers to Recursive Bayesian estimation also known as Bayes filter is the problem of estimating an unknown probability density function recursively over time using incremental incoming measurements. It is one of the main problems defined by Norbert Wiener
A smoother is an algorithm or implementation that implements a solution to such problem. Please refer to the article Recursive Bayesian estimation for more information.
The Smoothing problem and Filtering problem are often considered a closely related pair of problems. They are studied in Bayesian smoothing theory.
Note: Not to be confused with blurring and smoothing using methods such as moving average. See smoothing.

Example smoothers

Some variants include:
There are four terms that cause confusion: Smoothing, and Filtering .
Smoothing and smoothing can mean totally different, but sound like they are apparently similar. The concepts are different and are used in almost different historical contexts. The requirements are very different.
Note that initially, the Wiener's filter was just a convolution, but the later developments were different: one was estimation and the other one was filter design in the sense of design of a convolution filter. This is a source of confusion.
Both the smoothing problem and the filtering problem are often confused with smoothing and filtering in other contexts. These names are used in the context of World War 2 with problems framed by people like Norbert Wiener. One source of confusion is the Wiener Filter is in form of a simple convolution. However, in Wiener's filter, two time-series are given. When the filter is defined, a straightforward convolution is the answer. However, in later developments such as Kalman filtering, the nature of filtering is different to convolution and it deserves a different name.
The distinction is described in the following two senses:
1. Convolution: The smoothing in the sense of convolution is simpler. For example, moving average, low-pass filtering, convolution with a kernel, or blurring using Laplace filters in image processing. It is often a filter design problem. Especially non-stochastic and non-Bayesian signal processing, without any hidden variables.
2. Estimation: The smoothing problem uses Bayesian and state-space models to estimate the hidden state variables. This is used in the context of World War 2 defined by people like Norbert Wiener, in control theory, radar, signal detection, tracking, etc. The most common use is the Kalman Smoother used with Kalman Filter, which is actually developed by Rauch. The procedure is called Kalman-Rauch recursion.
It is one of the main problems solved by Norbert Wiener.
Most importantly, in the Filtering problem the information from observation up to the time of the current sample is used. In smoothing all observation samples are used. Filtering is causal but smoothing is batch processing of the same problem, namely, estimation of a time-series process based on serial incremental observations.
But the usual and more common smoothing and filtering do not have such distinction because there is no distinction between hidden and observable.
The distinction between Smoothing and Filtering :
In smoothing all observation samples are used. Filtering is causal, whereas smoothing is batch processing of the given data. Filtering is the estimation of a time-series process based on serial incremental observations.

Related concepts