Title of Invention

"CHROMA DEBLOCKING FILTER"

Abstract An encoder (100), decoder (200, 300), and corresponding method (400) are disclosed for deblocking pixel data processed with block transformations, the encoder including a conditional deblocking filter (140) for filtering only block transitions meeting chroma difference measure criteria; the decoder including a conditional deblocking filter (240, 340) for filtering only block transitions meeting chroma difference measure criteria; and the method for deblocking including receiving (412) chroma level signals for at least two pixels disposed on opposite sides of a block transition, computing (414) a distance measure between the chroma levels of the at least two pixels, comparing (416) the distance measure with at least one threshold, and conditionally filtering (422) adjacent pixels including the at least two pixels at the block transition in response to the comparison.
Full Text whether or not to filter a particular edge transition and the particular filter used to perform the filtering operation each have a large impact on both the computational complexity and the perceived visual quality.
Implementation of a deblocking filter in a block-based digital video compression system can be simplified by deciding whether or not to apply a low-pass filter at a block transition based on a chroma difference measure between the pixels at the transition. Thus, the computational complexity can be reduced by omitting application of a deblocking filter to transitions were it would not improve the perceived visual quality.
The present invention reduces the computational complexity of a deblocking filter without significantly impacting the perceived visual quality, by deciding whether or not to apply a low-pass or deblocking filter at a block transition based on the chroma difference measure of the pixels at the transition. Therefore, the computational costs associated with deblocking in a block-based digital video compression CODEC are reduced. Preferred embodiments leverage the idea that the number of operations required to deblock one frame can be greatly reduced when chroma deblocking skips over edges that present a gap or difference measure smaller than a given threshold. No deblocking is applied in cases below the threshold.
In the ITU-T Recommendation H.263 video compression standard, the strength of the particular deblocking filter to be applied depends upon the quantization parameter used to encode a given macroblock. In the proposed ITU-T Recommendation H.264 IISO/IEC14496-10 AVC video compression standard ("H.264/AVC"), several factors are used to determine whether or not to filter a transition and the strength of the filter to apply. These factors include whether the block was intra-coded or inter-coded, whether non-zero coefficients were present in the block, the magnitude of the difference in motion vectors of blocks across the edge, and the magnitude of the difference in pixel values across the edge. The first three factors refer to block-based criteria that can be computed prior to deblocking. The fourth factor includes criteria that are computed at a pixel level to avoid blurring real contours. However, none of the prior approaches have considered the inclusion of a criterion to avoid filtering the chroma edges with a gap too small to be effectively affected by the low-pass filters.
The following description merely illustrates the principles of the invention. It will thus be appreciated that those skilled in the art will be able to devise various arrangements that, although not explicitly described or shown herein, embody the principles of the invention and are included within its spirit and scope. Furthermore, all examples and conditional language recited herein are principally intended expressly to be only for pedagogical purposes to aid the reader in understanding the principles of the invention and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions. Moreover, all statements herein reciting principles, aspects, and embodiments of the invention, as well as specific examples thereof, are intended to encompass both structural and functional equivalents thereof. Additionally, it is intended that such equivalents include both currently known equivalents as well as equivalents developed in the future, i.e., any elements developed that perform the same function, regardless of structure.
Thus, for example, it will be appreciated by those skilled in the art that the block diagrams herein represent conceptual views of illustrative circuitry embodying the principles of the invention. Similarly, it will be appreciated that any flow charts, flow diagrams, state transition diagrams, pseudocode, and the like represent various processes which may be substantially represented in computer readable medium and so executed by a computer or processor, whether or not such computer or processor is explicitly shown.
The functions of the various elements shown in the figures may be provided through the use of dedicated hardware as well as hardware capable of executing software in association with appropriate software. When provided by a processor, the functions may be provided by a single dedicated processor, by a single shared processor, or by a plurality of individual processors, some of which may be shared. Moreover, explicit use of the term "processor" or "controller" should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation, digital signal processor ("DSP") hardware, read-only memory ("ROM") for storing software, random access memory ("RAM"), and non-volatile storage. Other hardware, conventional and/or custom, may also be included. Similarly, any switches shown in the figures are conceptual only. Their function may be carried out through the operation of program logic, through dedicated
CHROMA DEBLOCKING FILTER
CROSS-REFERENCE TO RELATED APPLICATIONS
This application claims the benefit of U.S. Provisional Patent Application Serial No. 60/393328, entitled "Simplified Chroma Deblocking Filter" and filed July 2, 2002, which is incorporated herein by reference in its entirety. In addition, this application claims the benefit of U.S. Provisional Patent Application Serial No. 60/377061, entitled "Deblocking Filter Simplification Based On Pixel Brightness" and filed May 1, 2002, which is also incorporated herein by reference in its entirety.
FIELD OF THE INVENTION
The present invention is directed towards video encoders and decoders (collectively "CODECs"), and in particular, towards video CODECS with deblocking filters.
BACKGROUND OF THE INVENTION
Video data is generally processed and transferred in the form of bit streams. A video encoder generally applies a block transform coding, such as a discrete cosine transform ("DCT"), to compress the raw data. A corresponding video decoder generally decodes the block transform encoded bit stream data, such as by applying an inverse discrete cosine transform ("IDCT").
Deblocking filters are often used in conjunction with block-based digital video compression systems. A deblocking filter can be applied inside the compression loop, where the filter is applied at the encoder and at the decoder. Alternatively, a deblocking filter can be applied after the compression loop at only the decoder.
A typical deblocking filter works by applying a low-pass filter across the edge transition of a block where block transform coding (e.g., DCT) and quantization was performed. Deblocking filters can reduce the negative visual impact known as "blockiness" in decompressed video, but generally require a significant amount of computational complexity at the video decoder and/or encoder. Accordingly, it is desirable to reduce the computational cost of deblocking in block-based digital video compression CODECs.
SUMMARY OF THE INVENTION
These and other drawbacks and disadvantages of the prior art are addressed by a system and method for a chroma deblocking filter.
An encoder, decoder, and corresponding method are disclosed for deblocking pixel data processed with block transformations, the encoder including a conditional deblocking filter for filtering only block transitions meeting pre-selected chroma difference measure criteria; and the decoder including a conditional deblocking filter for filtering only block transitions meeting pre-selected chroma difference measure criteria.
The corresponding method for deblocking includes receiving signals indicative of the chroma levels of two pixels, one at each side of the block transition, computing a distance measure between both chroma levels, comparing this distance measure to a threshold, and conditionally filtering the pixel and the adjacent pixels at the block transition in response to the comparison.
These and other aspects, features and advantages of the present invention will become apparent from the following description of exemplary embodiments, which is to be read in connection with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
" The present invention encompasses a chroma deblocking-filter in accordance with the following exemplary figures, in which:
Figure 1 shows a block diagram for an exemplary encoder having an in-loop chroma deblocking filter;
Figure 2 shows a block diagram for an exemplary decoder having an in-loop chroma deblocking filter and usable with the encoder of Figure 1;
Figure 3 shows a block diagram for an exemplary decoder having a postprocessing chroma deblocking filter; and
Figure 4 shows a flow diagram for a chroma deblocking filter in accordance with the principles of the present invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
Implementation of a deblocking filter generally requires a significant amount of computational complexity at the video decoder and/or encoder. Determination of
logic, through the interaction of program control and dedicated logic, or even manually, the particular technique being selectable by the implementer as more specifically understood from the context.
In the claims hereof any element expressed as a means for performing a specified function is intended to encompass any way of performing that function including, for example, a) a combination of circuit elements which performs that function or b) software in any form, including, therefore, firmware, microcode or the like, combined with appropriate circuitry for executing that software to perform the function. The invention as defined by such claims resides in the fact that the functionalities provided by the various recited means are combined and brought together in the manner which the claims call for. Applicant thus regards any means which can provide those functionalities as equivalent as those shown herein.
As shown in Figure 1, an exemplary encoder having an in-loop chroma deblocking filter is indicated generally by the reference numeral 100. The encoder 100 includes a video input terminal 112 that is coupled in signal communication to a positive input of a summing block 114. The summing block 114 is coupled, in turn, to a function block 116 for implementing an integer transform to provide coefficients. The block 116 is coupled to an entropy coding block 118 for implementing entropy coding to provide an output bitstream. The block 116 is further coupled to an in-loop portion 120 at a scaling and inverse transform block 122. The block 122 is coupled to a summing block 124, which, in turn, is coupled to an intra-frame prediction block 126. The intra-frame prediction block 126 is switchably coupled to a switch 127, which, in turn, is coupled to a second input of the summing block 124.
The output of the summing block 124 is coupled to a conditional deblocking filter 140. The deblocking filter 140 is coupled to a frame store 128. The frame store 128 is coupled to a motion compensation block 130, which is coupled to a second alternative input of the switch 127. The video input terminal 112 is further coupled to a motion estimation block 119 to provide motion vectors. The deblocking filter 140 is coupled to a second input of the motion estimation block 119. The output of the motion estimation block 119 is coupled to the motion compensation block 130 as well as to a second input of the entropy coding block 118.
The video input terminal 112 is further coupled to a coder control block 160. The coder control block 160 is coupled to control inputs of each of the blocks 116,
118,119,122, 126,130, and 140 for providing control signals to control the operation of the encoder 100.
Turning to Figure 2, an exemplary decoder having an in-loop chroma deblocking filter is indicated generally by the reference numeral 200. The decoder 200 includes an entropy decoding block 210 for receiving an input bitstream. The decoding block 210 is coupled for providing coefficients to an in-loop portion 220 at a scaling and inverse transform block 222. The block 222 is coupled to a summing block 224, which, in turn, is coupled to an intra-frame prediction block 226. The intra-frame prediction block 226 is switchably coupled to a switch 227, which, in turn, is coupled to a second input of the summing block 224.
The output of the summing block 224 is coupled to a conditional deblocking filter 240 for providing output images. The deblocking filter 240 is coupled to a frame store 228. The frame store 228 is coupled to a motion compensation block 230, which is coupled to a second alternative input of the switch 227. The entropy decoding block 210 is further coupled for providing motion vectors to a second input of the motion compensation block 230.
The entropy decoding block 210 is further coupled for providing input to a decoder control block 262. The decoder control block 262 is coupled to control inputs of each of the blocks 222, 226, 230, and 240 for communicating control signals and controlling the operation of the decoder 200.
Turning now to Figure 3, an exemplary decoder having a post-processing chroma deblocking filter is indicated generally by the reference numeral 300. The decoder 300 includes an entropy decoding block 310 for receiving an input bitstream. The decoding block 310 is coupled for providing coefficients to an in-loop portion 320 at a scaling and inverse transform block 322. The block 322 is coupled to a summing block 324, which, in turn, is coupled to an intra-frame prediction block 326. The intra-frame prediction block 326 is switchably coupled to a switch 327, which, in turn, is coupled to a second input of the summing block 324.
The output of the summing block 324 is coupled to a conditional deblocking filter 340 for providing output images. The summing block 324 is further coupled to a frame store 328. The frame store 328 is coupled to a motion compensation block 330, which is coupled to a second alternative input of the switch 327. The entropy
encoding block 310 is further coupled for providing motion vectors to a second input of the motion compensation block 330.
The entropy decoding block 310 is further coupled for providing input to a decoder control block 362. The decoder control block 362 is coupled to control inputs of each of the blocks 322, 326, 330, and 340 for communicating control signals and controlling the operation of the decoder 300.
As shown in Figure 4, the processes of an exemplary chroma deblocking filter is indicated generally by the reference numeral 400. The processes 400 include a start step 410 that passes control to an input step 412 for receiving chroma levels of two pixels adjacent to opposite sides of a block transition. The input step 412 passes control to a step 414 for computing a distance measure between the chroma levels of the two pixels. The step 414 passes control to a decision step 416 for comparing the chroma distance measure with a threshold. If the distance measure is not greater than the threshold, no deblock filtering is performed and control passes to an end step 424. Otherwise, the step 416 passes control to a function step 420 for selecting a deblocking filter strength to be applied in response to the difference measure. The step 420 passes control to step 422 for conditionally filtering a plurality of adjacent pixels including the first two pixels at the block transition in response to the threshold comparison. Finally, step 422 passes control to the end step 424.
In operation of embodiments of the present invention, the computational complexity of a deblocking filter in an image or video compression system is reduced by not performing deblocking filtering and/or reducing the filter strength for any given block in response to conditions applied to difference measures of the chroma level values of the pixels at or near the block boundary transitions. Application of the deblocking filter on the chroma components is eliminated, or the filter strength reduced, for those transitions presenting chroma signal levels at both sides of the transition too similar to be significantly changed by a low-pass filter. Thus, for these regions, application of a deblocking filter would have required additional computations but would not have sufficiently improved the perceived video quality to human viewers.
In a preferred embodiment, the decision to filter or not to filter is incorporated into a system that uses other criteria to make deblocking filter decisions, such as those used in the H.264/AVC compression standard, for example. In an exemplary
configuration, the deblocking algorithm proceeds in three steps when it is applied to a transition. In one step the algorithm determines whether or not the current transition will be filtered. For those cases where it determines to filter, there is another step in which the filter or strength thereof to be applied is selected. An additional step begins the filtering process itself, where the values of a certain number of pixels surrounding the block edge are modified in order to smooth this transition.
An exemplary set of eight pixels involved in filtering a transition of one of the lines or rows crossing the edge between two blocks P and Q is denoted by the following notation:
(Equation Removed)
where the block edge is located between p0 and qo. Current H.264/AVC criteria impose that a chroma transition should be filtered if and only if:
(Equation Removed)
where a and p are both thresholds dependant on the quantization step. These conditions are intended to avoid deblocking the real contours of the objects. Real contours can be differentiated from the block artifacts because of the stronger transitions.
However, none of these criteria check whether the magnitude of the difference in pixel values across the edge was large enough to be smoothed by the filter. Thus, in many cases where the difference between p0 and qo was small, the pixel values after filtering were very close to the original ones and the result of this type of deblocking was not useful. In these cases, very common for chroma signals, all the computations incurred by the algorithm did not generate a worthwhile gain in terms of visual quality.
Embodiments of the present invention reduce the number of computations required to deblock a color image by imposing a condition on the minimal magnitude of a distance measure between pixel chroma component values across the edge. One exemplary distance measure is an arithmetic difference, and alternative distance measures may be contemplated by those of ordinary skill in the pertinent art to meet
application-specific design criteria. Application of the deblocking filter is skipped for all the chroma transitions with a gap too small to be significantly changed by a smoothing filter. This criterion can be expressed as:
distance(Chroma(p0) - Chroma(q0)) > dmin
where the value of the threshold dmjn represents the minimal chroma gap required to apply the deblocking filter. If the two chroma components of a color signal are filtered together, a single vector distance between the chroma values of pixels po and q0 is computed. If the two chroma components of a color signal are filtered independently, this criterion applies to each component in a separate process by means of a one-dimensional distance.
As an example, the criterion applied to the deblocking of the chroma components of a YUV signal, when they are processed independently, could be expressed as follows:
(Equation Removed)
where the distance used corresponds to the L1 norm. Experimental results show a significant savings in computation with a minimal degradation of the visual quality for dmin=1. In alternate embodiments, other distance measures and/or larger values of dmin may be considered for a correspondingly larger reduction in complexity.
The criterion is not applied to all of the color components (i.e., Y, U and V), but only to the chroma components (i.e., U and V), which are generally affected because of the low dynamic range of their pixel values. Adding complexity to the deblocking of the luma (i.e., Y) component is not worthwhile.
In one embodiment of the present invention, the decision to filter or not to filter the chroma components is incorporated into a system that uses other criteria to make deblocking filter decisions, such as those used in the H.264/AVC compression
standard. In this embodiment, only those transitions that satisfy both the basic H.264/AVC and the presently disclosed additional conditions will be filtered.
When applied to the H.264/AVC JM2.1 reference software, the invention reduced the complexity of filtering the chroma components by 60%, which represents 30% of the overall number of computations. In this case, only one new comparison was added since the value of I p0 - qo I was already present. The visual impact on the decoded images has been estimated imperceptible for a non-expert viewer under common display conditions. Only for high compression ranges, such as those with a quantizer parameter ("QP") greater than about 24, were expert viewers able to detect a slight degradation for some of the test sequences.
Thus, this new criterion for conditional deblocking filters increases the number of operations involved in the decision process, but achieves an overall reduction in computational complexity because of the computations saved when the decision is made not to filter some line transitions. Experiments have shown that the reduction in operations comes without a significant loss of visual quality.
These and other features and advantages of the present invention may be readily ascertained by one of ordinary skill in the pertinent art based on the teachings herein. It is to be understood that the principles of the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or combinations thereof.
Most preferably, the principles of the present invention are implemented as a combination of hardware and software. Moreover, the software is preferably implemented as an application program tangibly embodied on a program storage device. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture. Preferably, the machine is implemented on a computer platform having hardware such as one or more central processing units ("CPU"), a random access memory ("RAM"), and input/output ("I/O") interfaces. The computer platform may also include an operating system and microinstruction code. The various processes and functions described herein may either be part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU. In addition, various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.
It is to be further understood that, because some of the constituent system components and methods depicted in the accompanying drawings are preferably implemented in software, the actual connections between the system components or the process function blocks may differ depending upon the manner in which embodiments of the present invention are programmed. Given the teachings herein, one of ordinary skill in the pertinent art will be able to contemplate these and similar implementations or configurations of the present invention.
Although the illustrative embodiments have been described herein with reference to the accompanying drawings, it is to be understood that the present invention is not limited to those precise embodiments, and that various changes and modifications may be effected therein by one of ordinary skill in the pertinent art without departing from the scope or spirit of the present invention. All such changes and modifications are intended to be included within the scope of the present invention as set forth in the appended claims.









We Claim:
1. A method for deblocking pixel data processed with block transformations
characterized in that, the method comprising:
receiving (412) signals indicative of the chroma levels of at least two pixels being disposed on opposite sides of a block transition, respectively;
computing (414) a distance measure between the chroma levels of the at least two pixels;
comparing (416) the distance measure with at least one threshold; and
conditionally filtering (422), responsive to said comparing step, a plurality of adjacent pixels including the at least two pixels at the block transition.
2. A method as claimed in Claim 1, wherein the method comprises selecting (420) a deblocking filter strength to be applied in response to the distance measure.
3. A method as claimed in Claim 1, wherein there are approximately four pixels conditionally filtered from each side of the block transition, said pixels being disposed along a line that crosses the block transition.
4. A method as claimed in Claim 1, wherein the value of the at least one threshold is approximately 1.
5. A method as claimed in Claim 1, wherein the step of conditionally filtering is applied separately for each pixel adjacent to a transition and filtering is omitted only for blocks where all pixels at the transition fall outside the threshold.
6. A method as claimed in Claim 1, wherein the method comprises averaging a plurality of adjacent pixels including at least one of the at least two pixels wherein the provided chroma level signals are indicative of the average chroma levels of the plurality of adjacent pixels.
7. A method as claimed in Claim 6, wherein filtering is omitted only for blocks where the average chroma at the transition falls outside the threshold.
8. A method as claimed in Claim 1, wherein the conditional filtering is line- based.
9. A method as claimed in Claim 1, wherein the conditional filtering is block- based.

10. A method as claimed in Claim 1, wherein the method comprises: encoding the pixel data as a plurality of block transform coefficients; and conditionally deblocking the pixel data within a feedback loop.
11. A method as claimed in Claim 1, wherein the method comprises: decoding the pixel data from a plurality of block transform coefficients; and conditionally deblocking the pixel data within a feedback loop.
12. A method as claimed in Claim 1, wherein the method comprises : decoding the pixel data from a plurality of block transform coefficients; and conditionally deblocking the pixel data after a feedback loop.

13. A method as claimed in Claim 1, wherein the method comprises: receiving a quantizer parameter; and conditionally filtering only if the value of the quantizer parameter is less than approximately 25.
14. An encoder (100) for encoding pixel data as a plurality of block transform coefficients characterized in that, the encoder comprising:
a conditional deblocking filter (140) for filtering only block transitions meeting chroma distance measure criteria.
15. An encoder as claimed in Claim 14, wherein the conditional deblocking filter
comprising:
receiver means for receiving signals indicative of the chroma levels of at least two pixels being disposed on opposite sides of a block transition, respectively;
computing means for computing a distance measure between the chroma levels of the at least two pixels;
comparison means responsive to the computing means for comparing the distance measure with at least one threshold; and
filter means responsive to the comparison means for conditionally filtering a plurality of adjacent pixels including the at least two pixels at the block transition in response to the comparison.
16. An encoder as claimed in Claim 15, wherein the conditional deblocking filter comprising filter strength means for selecting a deblocking filter strength to be applied in response to the distance measure.
17. A decoder (200,300) for decoding encoded block transform coefficients to provide reconstructed pixel data characterized in that, the decoder comprising:
a conditional deblocking filter (240, 340) for filtering only block transitions meeting chroma distance measure criteria.
18. A decoder as claimed in Claim 17, wherein the conditional deblocking filter
comprises:
receiver means for receiving signals indicative of the chroma levels of at least two pixels being disposed on opposite sides of a block transition, respectively;
computing means for computing a distance measure between the chroma levels of the at least two pixels;
comparison means responsive to the computing means for comparing the distance measure with at least one threshold; and
filter means responsive to the comparison means for conditionally filtering a plurality of adjacent pixels including the at least two pixels at the block transition in response to the comparison.
19. A decoder as claimed in Claim 18, wherein the conditional deblocking filter comprising filter strength means for selecting a deblocking filter strength to be applied in response to the difference measure.
20. A decoder as claimed in Claim 17, wherein the conditional deblocking filter is disposed within a feedback loop for deblocking during motion compensation.
21. A decoder as claimed in Claim 17, wherein the conditional deblocking filter is disposed after a feedback loop for deblocking after motion compensation.

Documents:

3363-DELNP-2004-Abstract-(12-01-2012).pdf

3363-delnp-2004-abstract.pdf

3363-delnp-2004-assignment.pdf

3363-DELNP-2004-Claims-(12-01-2012).pdf

3363-delnp-2004-claims.pdf

3363-DELNP-2004-Correspondence Others-(12-01-2012).pdf

3363-delnp-2004-correspondence-others.pdf

3363-delnp-2004-description (complete).pdf

3363-DELNP-2004-Drawings-(12-01-2012).pdf

3363-delnp-2004-drawings.pdf

3363-delnp-2004-form-1.pdf

3363-delnp-2004-form-18.pdf

3363-delnp-2004-form-2.pdf

3363-delnp-2004-form-26.pdf

3363-DELNP-2004-Form-3-(12-01-2012).pdf

3363-delnp-2004-form-3.pdf

3363-delnp-2004-form-5.pdf

3363-delnp-2004-pct-101.pdf

3363-delnp-2004-pct-210.pdf

3363-delnp-2004-pct-304.pdf


Patent Number 259767
Indian Patent Application Number 3363/DELNP/2004
PG Journal Number 13/2014
Publication Date 28-Mar-2014
Grant Date 27-Mar-2014
Date of Filing 29-Oct-2004
Name of Patentee THOMSON LICENSING S.A.
Applicant Address 46, QUAI A.LE GALLO, 92648 BOULOGNE, CEDEX (FR)
Inventors:
# Inventor's Name Inventor's Address
1 GOMILA, CRISTINA 25C CHESTNUT COURT, PRINCETON, NJ 08540, U.S.A
PCT International Classification Number H04N
PCT International Application Number PCT/US2003/11329
PCT International Filing date 2003-04-14
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 60/377,061 2002-05-01 U.S.A.
2 60/393,328 2002-07-02 U.S.A.
3 10/364,429 2003-10-11 U.S.A.