Complete Communications Engineering

Interframe Noise Reduction is used for video processing of video frames in areas where there is no motion. There are many kinds of noise that may appear in a video signal such as: Gaussian noise, quantization noise, compression noise, etc.

There are two main approaches to reduce the noise level:

An intraframe filter may cause smoothing or removing of small details, softening or blurring the image.

Interframe noise reduction is efficient for areas of video frames where there is no motion.

The temporal filter for interframe noise reduction is generally an IIR filter that has a loop coefficient K dependent on motion value. For nonzero motion, K equals one and the IIR filter becomes a bypass filter. For zero motion, K is below 1 and filtering is enabled.

The following equation describes the temporal noise reduction process:

Yout(t,x,y) = KYin(t,x,y) + (1-K) * Yout (t-1,x,y),

where K = f(Motion)

Here x and y are pixel spatial coordinates and t is the frame index in time.

Temporal filtering may cause a number of artifacts:

The dependence of K on the motion value has to be carefully chosen to mitigate the perceptual visibility of these artifacts.

More Information