Open Access
1 August 2006 Adaptive video-blocking artifact removal in discrete Hadamard transform domain
Jun Xu, Shibao Zheng, Xiaokang Yang
Author Affiliations +
Abstract
We present a novel postprocessing algorithm for blocking artifact removal in the discrete Hadamard transform (DHT) domain, which does not require prior knowledge of quantization parameters and features low computational complexity. All block-based video coding methods suffer annoying blocking artifacts at low bit rates. We first acquire edge information for the frame, then calculate block activities from DHT coefficients so as to classify smooth and coarse regions adaptively. Blocking artifacts are adaptively filtered in the DHT domain according to block activities. Experimental results show that the proposed method is able to remove blocking artifacts effectively while preserving image details and object edges well, and that it achieves better visual quality compared with other methods.

1.

Introduction

Due to the coarse quantization of the block-based discrete cosine transform (DCT) coefficients in prevalent video compression techniques, neighboring blocks might have noncontinuous border effects that are particularly eye catching at low bit rates. The so-called postprocessing scheme is designed to reduce blocking artifacts, and thus improve the subjective quality of the video. Many deblocking methods have been proposed. Those methods can be roughly classified into three categories according to their operating domain, namely, in the spatial domain,1, 2, 3, 4 in the DCT domain,5, 6 and in the wavelet transform domain.7 The algorithms operating in the spatial domain are usually simple but their results are not very satisfactory. The algorithms operating in the DCT or the wavelet domain yield better results, but the transform itself is complex and is not easy for hardware implementation. Many methods utilized prior knowledge of quantization parameters,2, 4, 5, 6 but the deblocking methods without knowledge of quantization parameters are more versatile in practical applications.

In this letter, we propose an adaptive postprocessing algorithm without requiring quantization parameters, which preserves object edges and image details while reducing blocking artifacts significantly. The proposed method is based on simple but effective discrete Hadamard transform (DHT), thus, the computational complexity of the algorithm is quite low. Furthermore, the algorithm exploits some cues of the human visual system (HVS) implicitly, and thus improves the visual quality well.

2.

Deblocking Algorithm

Figure 1 shows a flowchart of the proposed deblocking algorithm. The algorithm takes the decoded YCbCr sequences as input. To preserve the object edges, we use an edge detection module to acquire the edge information. We then calculate the local activity of each block employing a DHT. The local activity is used to adaptively control the size of a low-pass filter in the DHT domain. Finally, we perform inverse discrete Hadamard transform (IDHT) to acquire output.

Fig. 1

System structure diagram.

080501_1_1.jpg

2.1.

Adaptive Edge Detection

Adaptive edge detection consists of two steps, direct current (DC) image generation and edge detection of the DC image. First, the input frame is divided into 4×4 nonoverlapping blocks. The mean value of every 4×4 block is calculated and the DC image is formed as the 2-D array of the mean values. Second, the Sobel operator is employed to differentiate the edges and the monotone areas in the DC image. The edge pixel in the DC image is then identified with an adaptive threshold6 given by

Eq. 1

T=3[i=1Nrj=1NcX(i,j)(NrNc)],
where X(i,j) is the pixel in the DC image; Nr and Nc are the numbers of rows and columns in the DC image, which equals 14 the number of rows and columns in the original frame; and is the Sobel edge detector. If X(i,j)> T , then pixel X(i,j) is an edge pixel in the DC image that corresponds to a 4×4 block in the original frame which would not be filtered.

2.2.

DHT

Here we adopt a sequence-ordered 4×4 Hadamard matrix:

Eq. 2

H=12(1111111111111111).

The DHT is computed exactly in integer arithmetic, thus avoiding the inverse transform mismatch problems of DCT and minimizing computational complexity significantly. The IDHT matrix is identical to Eq. 2, so the transform and inverse transform module are reusable when implemented in hardware.

2.3.

Block Activity

If we let Hm,n(u,v) be the 4×4 DHT coefficients of the block with top-left point (m,n) , the value of activity can be calculated as

Eq. 3

Act=u=03v=03Hm,n(u,v)Mask(u,v)Hm,n(0,0)1.0,
with

Eq. 4

Mask=(a0a1a2a3a1a2a3a4a2a3a4a5a3a4a5a6).
The elements ai , i=0,1,,6 , should increase rapidly with high-frequency components. In this implementation, we set ai=2i by compromising the precision of activity estimation and the convenience of hardware implementation. A block with a large activity value corresponds to the coarse area or edges where the blocking artifacts might be masked and not visually detectable. A block with a small activity value stands for a smooth region. Since the DC coefficient is proportional to the local mean luminance of a block, the normalization by the DC coefficient Hm,n(0,0) implicitly exploits the local luminance adaptation in line with Weber’s law.8

2.4.

Adaptive Filter

Motivated by the fact that the blocking artifacts in smooth regions are more eye-catching, while preserving image details and object edges, the adaptive filter with a (2h+1)×(2h+1) variable size window is mathematically formulated as

Eq. 5

Ĥm,n(u,v)=1Wk=hhl=hhωk,lHm+k,n+l(u,v),
where Ĥm,n(u,v) are filtered coefficients in the DHT block; ωk,l are adaptive filter weights for neighboring DHT blocks; Hm+k,n+l(u,v) are DHT coefficients of the block with its top-left point at row (m+k) and column (n+l) ; and W is the sum of weights of and given by

Eq. 6

W=k=hhl=hhωk,l,
with

Eq. 7

ωk,l={3.0(k,l)=(0,0)1.0otherwise.
The filtering window size adapts to its activity in a piecewise way:

Eq. 8

h={3Act<T2502T250ActT501Act> T50.
Equation 8 adapts well to blocks with different activities. For blocks of low activities where the blocking effects appear to be more visible, the filter window is enlarged to remove the blocking artifacts. On the contrary, the blocks with high activities are far less blurred with a small window size.

To avoid overfiltering a block centered at (m,n) in texture area, its neighboring block located at (m+k,n+l) is excluded from the filtering operation if Eq. 9 is satisfied.

Eq. 9

Hm,n(0,0)Hm+k,n+l(0,0)Hm,n(0,0)> η.
Note that η is set to be 0.1 empirically in this paper.

3.

Experimental Results

The proposed algorithm was applied to video sequences compressed by the SVC codec from Microsoft Research Asia that could cover all testing points of core experiments 1 (Ref. 9). The Microsoft SVC coding scheme is based on block-based motion-compensated temporal filtering followed by 2-D spatial wavelet decomposition.

The “ Foreman_352×288_15_96 ” is a “Foreman” sequence decoded with an image size of 352×288 at frame rate of 15framess , and a bit rate of 96kbitss is taken as input. To evaluate the performance of the proposed algorithm, three existing methods (see Refs. 1, 3, 7) without using prior knowledge of quantization parameters are compared. Since some reference methods are designed for postprocessing of images, for the fairness of comparison, only Y components are used for comparison. Their postprocessed images are given in Fig. 2b, 2c, 2d. From Fig. 2, it is evident that our proposed method is able to outperform the compared methods by removing blocking artifacts effectively while retaining edge sharpness. It validates the adaptive filtering process in the DHT domain.

Fig. 2

Comparison of the eighth frame of the “Foreman” sequence postprocessed by four different methods: (a) postprocessed by the proposed method, (b) postprocessed in the spatial domain by the method of Ref. 1, (c) postprocessed in the wavelet domain by the method of Ref. 7, and (d) postprocessed by the H.263 method.3

080501_1_2.jpg

In the preceding experiments for one frame, our method on average takes 0.7s and methods in Refs. 1, 3 all take no more than 1s , while the wavelet-based method in Ref. 7 consumes 14min . We chose the video with image size of 1920×1080 as input to validate the simplicity of DHT. The method adopting DCT in Ref. 5 takes about 12min for a frame, while our method on average takes no more than 5s . All experiments were run on a 1.8-GHz Pentium PC. Of course, the evaluated algorithms were not optimized for real-time applications. Thus, the data of computational complexity given here shows only that the proposed method may be closer to practical applications from the viewpoint of hardware simplicity.

Table 1 gives the peak SNR (PSNR)- Y results comparing the objective quality. Although we see that PSNR is not a good measure to evaluate such techniques, our proposed approach achieves higher PSNR gain than the method in Ref. 7.

Table 1

PSNR- Y comparison in decibels.

“Foreman” FrameDecoded VideoPixel1Wavelet7H.263 (Ref. 3)Proposed
832.199132.342830.606432.018630.9718
1532.670232.817030.821532.406031.1641
2132.079432.315630.877131.925331.1429

Because human eyes are the final judges of video, we made a subjective test of some deblocking results according to double stimulus continuous quality scale method suggested by ITU-R BT.500-10 (Ref. 10). The mean opinion scores (MOS) were rescaled to a range of 0 to 100. The difference mean opinion scores (DMOS) were calculated as the difference between the original video and the test video. The DMOS of the method in Ref. 3 and the proposed method are compared in Table 2, which shows that the subjective rating of the proposed method is significantly better.

Table 2

DMOS comparison.

SequenceDecoded VideoH.263 (Ref. 3)Proposed
Foreman_352×288_15_96 38.0237.4126.02
Crew_352×288_15_128 40.5940.3329.97
Carphone_352×288_30_72 35.4734.2928.17
Hall_monitor_352×288_30_48 39.1338.0230.34
Akiyo_352×288_30_36 34.5132.8429.86

4.

Conclusions

A postprocessing algorithm for blocking artifact removal was proposed in the DHT domain. The algorithm can remove blocking artifacts effectively while preserving image details and object edges well. It is a versatile method that does not require prior knowledge of quantization parameters and features low computational complexity. Since the basic operation unit in our method is a 4×4 block and DHT is inherently simple and computationally efficient, the algorithm is easy for hardware implementation and promising for real-time video postprocessing utilized in handheld devices.

Acknowledgments

This work was supported by National Natural Science Foundation of China under Grant No. 60502034 and the Shanghai Rising-Star Program under Grant No. 05QMX1435.

References

1. 

R. Castagno, S. Marsi, and G. Ramponi, “A simple algorithm for the reduction of blocking artifacts in images and its implementation,” IEEE Trans. Consum. Electron., 44 (3), 1062 –1070 (1998). 0098-3063 Google Scholar

2. 

, “Mpeg4 video verification model version 18.0,” (2001) Google Scholar

3. 

, “Video coding for low bit rate communication,” (1998) Google Scholar

4. 

P. List, A. Joch, J. Lainema, G. Bjontegaard, and M. Karczewicz, “Adaptive deblocking filter,” IEEE Trans. Circuits Syst. Video Technol., 13 (7), 614 –619 (2003). https://doi.org/10.1109/TCSVT.2003.815175 1051-8215 Google Scholar

5. 

T. Chen, H. R. Wu, and B. Qiu, “Adaptive postifiltering of transform coefficients for the reduction of blocking artifacts,” IEEE Trans. Circuits Syst. Video Technol., 11 (5), 594 –602 (2001). https://doi.org/10.1109/76.920189 1051-8215 Google Scholar

6. 

C. Wang, W. J. Zhang, and X. Z. Fang, “Adaptive reduction of blocking artifacts in DCT domain for highly compressed images,” IEEE Trans. Consum. Electron., 50 (2), 647 –654 (2004). 0098-3063 Google Scholar

7. 

Z. Xiong, M. T. Orchard, and Y. Q. Zhang, “Deblocking algorithm for JPEG compressed images using overcomplete wavelet representations,” IEEE Trans. Circuits Syst. Video Technol., 7 (2), 433 –437 (1997). https://doi.org/10.1109/76.564123 1051-8215 Google Scholar

8. 

W. Schreiber, Fundamentals of Electronic Imaging Systems, Springer Verlag, New York (1993). Google Scholar

9. 

M. van der Schaar and M. Domański, “Description of core experiments in SVC,” (2004) Google Scholar

10. 

, Recommendation BT.500-10, “Methodology for the subjective assessment of the quality of television pictures,” (2000) Google Scholar
©(2006) Society of Photo-Optical Instrumentation Engineers (SPIE)
Jun Xu, Shibao Zheng, and Xiaokang Yang "Adaptive video-blocking artifact removal in discrete Hadamard transform domain," Optical Engineering 45(8), 080501 (1 August 2006). https://doi.org/10.1117/1.2280609
Published: 1 August 2006
Lens.org Logo
CITATIONS
Cited by 13 scholarly publications.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Video

Quantization

Digital filtering

Edge detection

Image quality

Video compression

Visualization

RELATED CONTENT


Back to Top