METHOD FOR ADAPTIVE IMAGE ENHANCEMENT

A filtering system and method are disclosed, to perform simultaneous, de-noising, and details enhancement tasks of a video image. The efficient filtering system includes multiple filters, which operate on a portion of the video image that has been partitioned into multiple rings. Using the filtering system, complex mathematical operations are avoided.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims priority to the U.S. patent application Ser. No. 11/954,860, entitled, “METHOD FOR ADAPTIVE IMAGE ENHANCEMENT,” filed on Dec. 12, 2007.

TECHNICAL FIELD

This application relates to image processing and, more particularly, to efficient image filtering operations.

BACKGROUND

Image and video enhancement processes usually contain two conflicting tasks—noise reduction and details enhancement. The noise reduction task involves attenuating high frequency components, while the details enhancement task is performed by increasing high and mid frequency elements of an image. Hence, some linear approaches for reconstructing images or video sequences that have been affected by blurring and by additive noise have very poor performance. The more sophisticated adaptive approaches are effective but are more computationally demanding and are difficult to implement in real time.

Thus, there is a continuing need for a method for image and video enhancement that overcomes the shortcomings of the prior art.

BRIEF DESCRIPTION OF THE DRAWINGS

The foregoing aspects and many of the attendant advantages of this document will become more readily appreciated as the same becomes better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein like reference numerals refer to like parts throughout the various views, unless otherwise specified.

FIG. 1 is a block diagram of an adaptive filtering scheme, according to some embodiments;

FIG. 2 is a block diagram of an efficient filtering system, according to some embodiments;

FIG. 3 is a block diagram illustrating the partitioning of a 5×5 environment using three ring environments, according to some embodiments;

FIG. 4 is a flow diagram illustrating operations performed by the efficient filtering system of FIG. 2, according to some embodiments;

FIG. 5 is a block diagram of ring filters with simple (integer) coefficients, according to some embodiments;

FIG. 6 is a diagram of the filter frequency response for a high-frequency enhancement of the efficient filtering system of FIG. 2, according to some embodiments;

FIG. 7 is a diagram of the filter frequency response for a mid-frequency enhancement of the efficient filtering system of FIG. 2, according to some embodiments; and

FIG. 8 is a diagram of the filter frequency response for a high-frequency attenuation of the efficient filtering system of FIG. 2, according to some embodiments.

DETAILED DESCRIPTION

In accordance with the embodiments described herein, an efficient filtering system and method are disclosed, for performing simultaneous, de-noising, and details enhancement tasks of a video image. The efficient filtering system includes multiple filters, which operate on a portion of the video image that has been partitioned into multiple rings. Using the efficient filtering system, complex mathematical operations are avoided.

FIG. 1 is a block diagram of an adaptive filtering scheme 40, according to some embodiments. The adaptive filtering scheme 40 includes a neighborhood classification module 22, a details enhancement filter 24, a transfer function module 26, a noise reduction filter 28, and an alpha blending module 32. These components perform operations on an input image 20 to produce an output image 30.

The neighborhood classification module 22 generates a continuous measure of the pixel neighborhood of the input image 20, including data that are visually significant (visual significant measure). The neighborhood classification module 22 measure has low values for flat areas and high values for neighborhoods with significant details (e.g., edge or texture). The noise reduction filter 28 may be a linear smoothing (averaging) filter. The details enhancement filter 24 may be a linear sharpening (un-sharp mask) filter.

The transfer function module 26 receives the visual significant measure from the neighborhood classification module 22. Based on this measure it produces, a normalized factor (between 0 and 1), denoted a, according to which the output of the two filters 24 and 28 are blended by the alpha blending module 32. For low visual significant measure values, the contribution of the noise reduction filter (module 28) get higher weight, while for high visual significant measure values, the contribution of the details enhancement filter (module 24) get higher weight.

The effectiveness of the adaptive filtering scheme 40 takes into consideration that the human visual system is sensitive to noise in flat image regions and is less sensitive to noise in regions with high variability.

An implementation of the general adaptive filter scheme 40 (FIG. 1) may be relatively expensive, due to computing the two filtering operations for each pixel. FIG. 2 is a block diagram of an efficient filtering scheme 100, according to some embodiments. The efficient filtering system 100 involves significantly less computational effort than the filtering scheme 40.

The efficient filtering system 100 makes use of the radial symmetry of smoothing and sharpening filters. As with the adaptive filtering scheme 40, the efficient filtering system 100 includes the neighborhood classification module 22, a transfer function module 36, and the alpha blending module 32. Instead of the details enhancement filter 24 and noise reduction filter 28, however, the efficient filtering system 100 employs three ring filters, a ring filter RF0, a ring filter RF1 and a ring filter RF2. The ring filters may be standard linear filters that each has as input a ring-shaped neighborhood. The efficient filtering system 100 may be generalized to n rings, where n is an integer.

The neighboring classification module 22 and the transfer function module 26 may be standard image processing modules that analyze the current pixel (P0,0) neighborhood and set the values of the parameters, α and β. The neighborhood classification module 22 traditionally uses such features as local variability, responses of horizontal and vertical Sobel operators, and so on. The transfer function module 26 produces the blending coefficients, α and β, in the desired range and in such a way that small change in the neighborhood features does not cause a significant change in the blending coefficient values. This continuity may prevent temporal artifacts that may otherwise be caused by strong detail enhancement operation.

The efficient filtering system 100 is demonstrated on a 5×5 filtering environment, although the principles illustrated herein can be applied to other environments. The 5×5 filter computation may be partitioned into three simple “ring” filter computations, with the results blended in an adaptive way. The ring filters blending, using only two multiplications, may produce results comparable to the results achieved by the highly complex general scheme (the adaptive filter 40 of FIG. 1).

FIG. 3 illustrates how a 5×5 filtering environment may be split into three environments suitable for filtering by the efficient filtering system 100, according to some embodiments. A 5×5 arrangement of pixels 80 is depicted, with each pixel being uniquely denoted according to its row and column location as Prow,column, where −2≦row≦2 and −2≦column≦2.

The 5×5 arrangement 80 may be divided into three “ring” arrangements, with the “outside” of the arrangement 80 forming a first ring 82, the center minus the middle pixel, P0,0, forming a second ring 84, and the middle pixel, P0,0, forming the third ring 86. The ring 82 may be processed by the ring filter R2, the second ring 84 may be processed by the ring filter R1, and the third ring 86 may be processed by the ring filter R0 , of the efficient filtering system 100.

Denoting the pixel indexes in the 5×5 neighborhood by

{ P i , j } i = - 2 , 2 j = - 2 , 2

and the corresponding filter coefficients by

{ F i , j } i = - 2 , 2 j = - 2 , 2 ,

the output of the three ring filters may be written as:

PR 0 = P 0 , 0 , PR 1 = i , j R 1 F i , j ( P i , j - P 0 , 0 ) , PR 2 = i , j R 2 F i , j ( P i , j - P 0 , 0 ) .

The adaptive filter output is now given by:


Pout=PR0+αPR1+βPR2,

where α and β are coefficients provided by the transfer function module 26. Since the two outer ring filters are computed on pixel differences, Pi,j−P0,0, it is verified that this adaptive filter is always normalized, i.e. the sum of its coefficients is equal to 1. Hence, filter coefficient normalization (which is expensive computationally) is avoided. By using the ring filters, R0, R1, and R2, the adaptive filtering may be performed with a computational complexity that is equivalent to computing one linear filter only.

The above case may be though of as an n-ring implementation, where n=2. Generalized to n rings for integer n, the adaptive filter output may be given by:


Pout=PR01PR12PR2nPRn,

where α1, α2, . . . , αn are coefficients provided by the transfer function module 26. For the case where n=2, the coefficient, α1=α, and α2=β.

FIG. 4 is a flow diagram of operations performed by the efficient filtering system 100, according to some embodiments. The filter 100 receives an image 20 to be filtered (block 102). For each pixel in the input image, a symmetric neighborhood of 5×5 pixels is being processed by the three ring filters, R0, R1, and R2.

The next operations 104, 106, and 108 are performed simultaneously, in some embodiments. The three ring portions 82, 84, and 86, may each be filtered using the respective ring filters, R0, R1, and R2 (FIG. 2). The outer portion may be filtered using the R2 ring filter (block 104). The middle portion may be filtered using the R1 ring filter (block 106). The inner portion may be filtered using the R0 ring filter (block 108).

While the ring filters, R0, R1, and R2 are filtering their respective portions of the pixel neighborhood, the filtering system 100 may also be performing neighborhood classification (block 112). Here, the pixel neighborhood is analyzed. Then, the transfer function 36 is executed, which generates the coefficients, α and β (block 114). Following the filtering operations, the results may be alpha blended using the alpha blending module 32 (block 110).

In some embodiments, the computational efficiency of the efficient filtering system 100 may further be improved by using constant (and very simple) coefficients for the ring filters, R0, R1, and R2. In this way, the ring filter computations may be performed with no multiplications and the adaptive filter may be computed with two multiplications (α*PR1 and β*PR2) only.

Despite its efficiency, the ring filter-based adaptive filter 100 can perform an entire range of image processing operations usually achieved by more complex adaptive filters, in some embodiments. This is done by carefully selecting the coefficients, α and β. Table 1 demonstrates performing the three basic image processing operations by using the ring filter coefficients 92, 94, and 96 in FIG. 5, according to some embodiments. Table 1 provides data for high-frequency enhancement, mid-frequency enhancement, and high-frequency attenuation, including values for coefficients, α and β. FIGS. 5, 6, and 7 illustrate the filter frequency responses for the high-frequency enhancement, mid-frequency enhancement, and high-frequency attenuation examples, respectively, of Table 1.

TABLE 1 image processing operations based on adaptive ring filters. filter frequency filter type response high-frequency enhancement see FIG. 6 (emphasizes details) α = - 1 10 β = - 1 160 mid-frequency enhancement see FIG. 7 (emphasizes major details and reduces noise) α = 1 10 β = - 1 40 high-frequency attenuation (noise reduction) see FIG. 8 α = 1 20 β = 1 320

The efficient filtering system 100 may be implemented using hardware, software, or a combination of software and hardware. In some embodiments, the efficient filtering system 100 allows implementing the advance image processing feature, adaptive filtering, using only a fraction of the resources required for this feature in a standard implementation. Hence, reduced gate count or processing time, or both, may be realized using the efficient filtering system 100.

The efficient filtering system 100 is a novel approach for implementing adaptive filtering not found in prior art implementations. Adaptive filtering is a common practice in image processing. However, adaptive filtering is complex and requires a lot of system resources. Hence, adaptive filtering is prohibitive in certain platforms. With the efficient filtering system 100, high quality adaptive filtering may be performed with very low resource consumption. The efficient filtering system 100 also allows a very simple control over the functionality of the adaptive filter, since only two parameters (α and β) are involved in the filter design. This is another advantage over other implementations that require the tuning of many coefficients and parameters.

While the application has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of the invention.

Claims

1. A method for performing efficient filtering of an image, the method comprising:

receiving the image, wherein the image is an n×n pixel neighborhood, n being an integer;
filtering a first portion of the image using a first ring filter, R1, resulting in a first output;
filtering a second portion of the image using a second ring filter, R2, resulting in a second output; and
filtering an third portion of the image using a third filter, R3, resulting in a third output.

2. The method for performing efficient filtering of claim 14, further comprising:

filtering a fourth portion of the image using a fourth filter, R4, resulting in a fourth output; and
alpha-blending the first output, the second output, the third output, and the fourth output.

3. The method for performing efficient filtering of claim 15, alpha blending the first output, the second output, the third output, and the fourth output further comprising:

executing the function, Pout=PR0+α1PR1+α2PR2+α3PR3, where α1, α2, and α3 are blending coefficients.

4. The method for performing efficient filtering of claim 14, further comprising:

filtering a fourth portion of the image using a fourth filter, R4, resulting in a fourth output;
filtering a fifth portion of the image using a fifth filter, R5, resulting in a fifth output; and
alpha-blending the first output, the second output, the third output, the fourth output, and the fifth output.

5. The method for performing efficient filtering of claim 17, alpha blending the first output, the second output, the third output, the fourth output, and the fifth output further comprising:

executing the function, Pout=PR0+α1PR1+α2PR2+α3PR3+α4PR4, where α1, α2, α3, and α4 are blending coefficients.

6. The method for performing efficient filtering of claim 14, further comprising:

filtering a fourth portion of the image using a fourth filter, R4, resulting in a fourth output;
filtering a fifth portion of the image using a fifth filter, R5, resulting in a fifth output;
filtering a sixth portion of the image using a sixth filter, R6, resulting in a sixth output; and
alpha-blending the first output, the second output, the third output, the fourth output, the fifth output, and the sixth output.

7. The method for performing efficient filtering of claim 19, alpha blending the first output, the second output, the third output, the fourth output, the fifth output, and the sixth output further comprising:

executing the function, Pout=PR0+α1PR1+α2PR2+α3PR3+α4PR4+α5PR5, where α1, α2, α3, α4, and α5 are blending coefficients.
Patent History
Publication number: 20120294547
Type: Application
Filed: Jul 30, 2012
Publication Date: Nov 22, 2012
Inventors: AVI LEVY (Tivon), Ziv Aviv (Bat Hefer)
Application Number: 13/561,346
Classifications
Current U.S. Class: Adaptive Filter (382/261)
International Classification: G06K 9/40 (20060101);