Skip to main content

Efficient bit rate control method for distributed video coding system

Abstract

An efficient bit rate control method for the transform domain distributed video coding (DVC) system is proposed. In order to decide quantization levels of each transform coefficient in the proposed distributed video decoder, a new bitplanewise zigzag scanning method is used. The bit rate can be controlled precisely in the proposed system, since the number of available bit rates is equal to the number of bitplanes. On the other hand, the bit rate is controlled by changing fixed quantization tables in conventional methods. In the proposed DVC system, Wyner-Ziv frames can be efficiently reconstructed by refining the side information with transmitted parity bits. If there is no transmitted parity bit, the side information is not refined and it is considered to be a decoded Wyner-Ziv frame. The side information is refined more precisely, as the amount of transmitted parity bits increases. The proposed DVC system provides superior coding performance with a precise bit rate control compared to conventional methods.

Introduction

Efficient compression of video data is essential for storage and communication, since the amount of video data is very large. Video coding standards, such as MPEG or H.264, have been widely used to compress video data. The temporal and spatial correlations of video data are used by adopting the motion compensated prediction and discrete cosine transform (DCT) in the encoder of conventional video coding systems. The conventional video encoder is more complex than the decoder is, since motion compensated prediction requires many operations. This conventional video coding system is appropriate for systems, in which video data is encoded by one complex encoder and decoded by many simple decoders.

A new video coding technique termed distributed video coding (DVC) has been proposed [1–18]. It is based on the Slepian-Wolf and Wyner-Ziv theorems. The Slepian-Wolf theorem says that the minimum rate for encoding two correlated sources separately and decoding jointly is the same as the minimum rate for joint encoding [19]. Wyner and Ziv studied a particular case of Slepian-Wolf coding corresponding to the lossy source coding [20]. In DVC systems, the complexity of encoders is greatly reduced by removing motion estimation operations in the encoder, since the correlation between frames is utilized in decoders [1]. The DVC system is appropriate for emerging applications, such as wireless low-power video surveillance systems, visual sensor networks and mobile systems with ultra light encoders [2, 3]. The transform domain DVC coding system named Power-efficient, Robust, hIgh compression Syndrome based Multimedia coding (PRISM) has been proposed [4]. In this system, the low frequency coefficients are compressed using a trellis-based syndrome Slepian-Wolf code, and the high frequency coefficients are entropy coded. While this system provides good coding performance, the encoding complexity is high. The most popular DVC system was proposed by Aaron et al. at Stanford university [5]. In this system, the input frames in encoders are divided into key frames and Wyner-Ziv frames. While key frames are encoded using intra-frame coding techniques, such as H.264 intracoding technique, Wyner-Ziv frames are encoded with channel encoders such as turbo codes or LDPC codes, and only parity bits are transmitted for Wyner-Ziv frames. In the decoder, the side information, which is an estimate of the original Wyner-Ziv frame, is obtained using key frames. Motion compensated interpolation techniques are usually used to obtain side information. Wyner-Ziv frames can be decoded with the side information and transmitted parity bits, since the side information can be considered to be a noisy version of the original Wyner-Ziv frame. Wyner-Ziv frames in conventional distributed video decoders are reconstructed in the dequantization process, using the side information and transmitted parity bits. If the parity bits are not enough, Wyner-Ziv frames can’t be decoded successfully. On the contrary, sending too much parity bits results in bit rate overhead. Thus, the feedback channel is usually used, since the amount of parity bits is not known in the encoder. The transmission of parity bits is requested through the feedback channel, until the errors are corrected to decode Wyner-Ziv frames. To eliminate the feedback channel, the amount of parity bits should be calculated in the encoder. Brites et al. proposed a simple side information generation technique and encoder rate control method by using the entropy and relative error probabilities [6]. However, the coding performance for the systems without feedback channels degrades due to the mismatch between the estimated and real bit rates [6–8]. Recently, a method for constraining the number of feedback requests to a fixed maximum number of N requests was proposed [9].

In this paper, we propose an efficient bit rate control method for the transform domain DVC system. A new bitplanewise zigzag scanning method to decide quantization levels of each transform coefficient is proposed to maximize the rate distortion performance. The different bit rates in the proposed bitplanewise zigzag scanning method are obtained at each scan of the bitplanes. While the number of available bit rates in the conventional DVC systems is seven or eight, which is the number of fixed quantization tables, the quantization table can be easily generated at each scan in the proposed system. The bit rate can be controlled more precisely in the proposed DVC system, since the number of available quantization tables is about eight times greater than that for conventional systems. In the proposed DVC system, the side information is refined with transmitted parity bits, in which the side information refined with transmitted parity bits is considered to be the decoded Wyner-Ziv frame. If no parity bit is transmitted, the side information is not refined and it becomes the reconstructed Wyner-Ziv frame. As the amount of parity bits increases, the quality of decoded Wyner-Ziv frames improves by refining the side information more precisely with parity bits. The proposed decoding method provides superior performance to conventional methods, especially at low bit rates, since the side information can be refined with a small number of parity bits. Computer simulation results show that the proposed decoding and bit rate control method provides superior coding performance and finer bit rate control than the conventional method. While conventional DVC systems usually focus on the performance improvement or management of feedback channel [5–17], the proposed DVC system deals with the precise bit rate control method and performance improvement.

In Distributed video coding system, the DVC system is explained. The proposed DVC system and proposed bit rate control method are presented in Proposed DVC system and Proposed bit rate control method, respectively. Performance is evaluated in Performance evaluation. Finally, Conclusions are given in Conclusion.

Distributed video coding system

Figure 1 depicts the conventional transform domain DVC system [5, 10, 11]. The odd and even numbered frames in the encoder are divided into key frames and Wyner-Ziv frames, respectively. While the key frames are coded using an intraframe coding technique, Wyner-Ziv frames are coded using a channel encoder, such as turbo or LDPC encoders. Before being encoded, the Wyner-Ziv frames are transformed into the DCT domain to increase the coding efficiency. Each transform coefficient is quantized using the quantization table shown in Figure 2[12]. The DC coefficients are quantized using a uniform quantizer with a step size, since the maximum value of DC coefficients for 4 × 4 block is 1024.

S S DC = 1024 / N Q _ D C ,
(1)

where SS DC is the step size for DC coefficients and N Q_DC is the number of quantization levels for DC coefficients. The same kind of quantizers for AC coefficients can be used to quantize AC coefficients. If Max ACn is the maximum absolute value for the n th AC coefficient, the step size for the n th AC coefficient is given by

S S ACn = 2 \cdot M a x ACn / N Q _ A C n ,
(2)

where SS ACn is the step size for the n th AC coefficient and N Q_ACn is the number of quantization levels for the n th AC coefficient. This quantizer is symmetric with respect to the zero value, as is shown in Figure 3(a). Many coefficients are located near zero value, since the probability density function of AC coefficients is known to be Laplacian. If we use a symmetric quantizer, many parity bits are required to reconstruct the AC coefficients near the zero value. Thus, we can use a nonsymmetric quantizer, depicted in Figure 3(b), in which zero value is included in the quantization interval, to reduce the number of parity bits for the AC coefficients near the zero value. If we use a quantizer with a dead zone around the zero value, as shown in Figure 3(c), we can use fewer parity bits to encode the AC coefficients near the zero value. Performance evaluation gives the performance analysis for each AC quantizer.

Figure 1
figure 1

Conventional DVC system.

Figure 2
figure 2

Quantization table (quantization levels for each transform coefficient).

Figure 3
figure 3

Quantizers for AC coefficients (a) Symmetric quantizer (b) Nonsymmetric quantizer (c) Quantizer with a dead zone.

Transform coefficients are grouped into bitplanes from the most significant bit (MSB) to the least significant bit (LSB), after being quantized. Each bitplane is encoded using turbo codes and only parity bits are transmitted for Wyner-Ziv frames. Each bitplane of the transform coefficients in the decoder is reconstructed with side information and parity bits. The side information is usually obtained by motion compensated interpolation techniques using key frames. Then, Wyner-Ziv frames are decoded using a dequantization process with the reconstructed bitplanes. The following simple method can be used [13], if l and u represent the lower and the upper bounds of the quantizer interval, respectively, to reconstruct the source information x in Wyner-Ziv frames using a side information y.

x ^ = { l , y < l y , y < [ l , u ) u , y ≥ u ,
(3)

where x ^ is the reconstructed DCT coefficient.

The following optimal reconstruction method can be also used to minimize the mean squared error of the reconstructed value for each DCT coefficient [12, 13]:

x ^ = E x | q ′ , y = ∫ l u x f x | y x | y d x ∫ l u f x | y x | y d x ,
(4)

where q' is the decoded quantization bin and E(·) is the expectation operator. In Eq. (4), the conditional probability density function fx|y(·) represents residual statistics between corresponding coefficients in Wyner-Ziv frames and side information; the Laplacian distribution is assumed [14, 15]. The reconstructed DCT coefficient can be obtained using

x ^ = { l + b , y < l y + γ + 1 / α e − α γ − δ + 1 / α e − α δ 2 − e − α γ − e − α δ , y ∈ [ l , u ) u − b , y ≥ u ,
(5)
with b = 1 α + Δ 1 − e αΔ , γ = y − l and δ = u − y .
(6)

In Eq. (5), α is the Laplacian distribution parameter for each DCT coefficient and Δ is the quantization bin size.

Proposed DVC system

Figure 4 depicts the DVC system proposed in this paper. In this system, Wyner-Ziv frames are decoded by refining the side information with parity bits. If there is no parity bit, the side information is not refined and it is considered a decoded Wyner-Ziv frame. Thus, in the proposed system, the decoded Wyner-Ziv frame is equal to the side information at the zero bit rate. In this case, the bit rate means the amount of transmitted parity bits that are used to reconstruct Wyner-Ziv frames. As the amount of transmitted parity bits increases, the quality of Wyner-Ziv frames improves by refining the side information more precisely with the reconstructed bitplane. In the conventional DVC system, Wyner-Ziv frames are decoded by dequantizing each transform coefficient of the Wyner-Ziv frame with side information and parity bits. Thus, if the quantization level for a transform coefficient is zero in the quantization table of Figure 2, it is decoded as zero in the conventional DVC system, while the side information is used as initial values for all transform coefficients in the proposed DVC system.

Figure 4
figure 4

Proposed DVC system.

The side information is refined progressively, as the corresponding bitplanes are reconstructed using transmitted parity bits [18]. This improves the quality of the reconstructed Wyner-Ziv frame. If the optimal reconstruction method given in Eq. (5) is used, the side information is refined more precisely. The AC quantizer with a dead zone, which is shown in Figure 3(c), is used to quantize AC coefficients, since the progressively refinement process can be implemented with the quantizer. This exhibits better performance than the symmetric quantizer shown in Figure 3(a). The nonsymmetric quantizer cannot be used for the progressively refinement process, since it is nonsymmetric with respect to the zero value.

The performance of the proposed decoder is superior to that of the conventional decoder, if the following inequality holds.

∑ i = 0 M − 1 ∑ j = 0 N − 1 u W y n e r − Z i v i , j − u ^ W y n e r − Z i v Pr o p . i , j 2 < ∑ i = 0 M − 1 ∑ j = 0 N − 1 u W y n e r − Z i v i , j − u ^ W y n e r − Z i v C o n v . i , j 2 ,
(7)

where uWyner − Ziv(i, j), u ^ W y n e r − Z i v Prop. i , j and u ^ W y n e r − Z i v Conv. i , j represent the pixels of the original Wyner-Ziv frame, the reconstructed Wyner-Ziv frame in the proposed decoder and the reconstructed Wyner-Ziv frame in the conventional decoder, respectively. In the case where there is no parity bit for Wyner-Ziv frames, u ^ W y n e r − Z i v Pr o p . i , j is the side information, while u ^ W y n e r − Z i v C o n v . i , j is zero. As the amount of parity bits increases, u ^ W y n e r − Z i v Prop. i , j is refined more precisely, while u ^ W y n e r − Z i v Conv. i , j is reconstructed by the dequantization process. Although the performance of the proposed decoder depends on the quality of the side information, the proposed decoder outperforms the conventional decoder significantly, especially at low bit rates. This is shown in Performance evaluation. The performance of the proposed decoder is much better than that of the conventional decoder, as the side information gets closer to the original Wyner-Ziv frame.

Proposed bit rate control method

A new method to determine the quantization levels of each transform coefficient for a given bit rate is proposed for a precise bit rate control of DVC system, as follows. The following Lagrange multiplier can be used to find the optimum order to increase the quantization levels for each transform coefficient.

m i n i Δ D j i + λ \cdot Δ R j i , i = 1 , … , M and j = 1 , … , N ,
(8)

where M and N are the number of transform coefficients and the number of bitplanes, respectively. ΔD j (i) is the decreased distortion caused by increasing the quantization levels of ith transform coefficients on the jth bitplanes, and ΔR j (i) is the increased rate needed to increase the quantization level. The optimum scanning order can be obtained by searching the transform coefficient i that minimizes the above formula for each bitplane from 1 to N. However, the optimum scanning order differs for each video sequence. Thus, in the decoder, the optimum scanning order cannot be obtained before the decoding process completes.

We propose the following scanning method to determine the quantization levels of each transform coefficient for a given bit rate. The amount of parity bits required for the least significant bit (LSB) of transform coefficients is greater than that for the most significant bit (MSB), since the probability that the side information is outside the quantization interval in decoding the LSB is higher than that in decoding the MSB. Figure 5 gives the average number of parity bits required to encode each bitplane for all video sequences used for performance simulations in Performance evaluation, for which the seventh quantization table in Figure 2 is used. As can be seen, the average number of bits for LSB is much larger than that for MSB for each transform coefficient. Even if the other quantizers are selected, we can observe the same fact. By considering this phenomenon, the bitplanewise zigzag scanning method is proposed to increase the quantization level for each transform coefficient. Figure 6 and Figure 7 illustrate the new scanning method. Figure 6 illustrates the proposed zigzag scanning method for the second quantizer in detail. At each scan, the quantization level for each transform coefficients increases subsequently. In Figure 7, the proposed scanning method for quantization table 2, 5 and 7 is described. As the bit rate increases, the quantization level for each transform coefficient increases progressively from low frequency components to maximize the rate distortion performance. Different bit rates are obtained at each scan of bitplanes in the proposed bitplanewise zigzag scanning method. While the number of different rates depends on the number of quantization tables in the conventional methods, it is equal to the number of bitplanes in the proposed method. For example, the proposed DVC system provides 63 kinds of bit rates if the seventh quantizer table in Figure 2 is used for the proposed bitplanewise zigzag scanning, while the conventional DVC system only provides seven kinds of bit rates, which is the same number as the quantization tables. For two LSB bitplanes of the seventh quantizer table in Figure 2, the quantization levels increase inversely from high frequency to low frequency coefficients, since the large number of quantization levels for the low frequency components reduce the correlation between the two LSB bitplanes of low frequency components and the side information. We can control bit rates precisely and get better coding results, as is shown in the simulations of the next Section, using the proposed scanning method.

Figure 5
figure 5

Number of average bits per each bitplane ( Seventh quantizer table, Coefficient by coefficient scan).

Figure 6
figure 6

Proposed bitplanewise zigzag scanning method to determine quantization levels of each transform coefficient (quantization table 2).

Figure 7
figure 7

Proposed bitplanewise zigzag scanning method to determine quantization levels of each transform coefficient (quantization table 2, 5, 7).

Performance evaluation

We performed extensive computer simulations to evaluate the coding performance of the proposed DVC system. We used 150 frames of QCIF video sequences from Foreman, Stefan and Mobile video sequences, shown in Figure 8. Foreman sequences are widely used as test sequences and Stefan sequences have high motion activities, while Mobile sequences are complex. The same technique as that of the DISCOVER system [10, 11] is used for simulations to obtain side information. The forward motion estimation, the bilateral motion compensated interpolation and the motion vector correction techniques using weighted median filters are used to generate the side information. The PSNR (peak signal to noise ratio) between the original and the decoded Wyner-Ziv frame is used as a performance measure.

Figure 8
figure 8

Test video sequences (QCIF) (a) Foreman (b) Stefan (c) Mobile.

First, the performance for each AC quantizer in the conventional DVC system is evaluated using the optimal dequantization methods given in Eq. (5) and the conventional quantization tables in Figure 2. As is shown in Figure 9, the symmetric AC quantizer depicted in Figure 3(a) performs worst among the quantizers. The bit rate increases significantly, since many parity bits are used for the AC coefficients near the zero value in the symmetric AC quantizer. The quantizer with a dead zone performs better than the nonsymmetric quantizer at low bit rates, while the nonsymmetric quantizer provides slightly better performance than the quantizer with a dead zone at high bit rates. The quantizer with a dead zone in Figure 3(c) is used for the following simulations, since it performs well and the proposed decoding method, in which the side information is refined progressively, is easily implemented using the quantizer with a dead zone.

Figure 9
figure 9

Comparison of coding performance for AC quantizers (using the optimal dequantization method).

Next, the performance of the proposed bitplanewise zigzag scanning method, which is used to determine quantization levels of each transform coefficient in the proposed DVC system, is compared with those of the optimal scan and coefficient by coefficient scan. For the seventh quantization table in Figure 2, different quantization tables are generated for each scanning method. As is shown in Figure 10, the proposed scanning method exhibits better coding performance than the method in which the quantization level increases subsequently from low frequency components to high frequency components. The rate represents the number of parity bits that are used to reconstruct Wyner-Ziv frames. The optimum scan is obtained using a Lagrange multiplier given in Eq. (7) to maximize the rate distortion performance for the entire test sequences and it represents the upper bound of rate distortion. As can be seen, the proposed bitplanewise zigzag scanning method provides close performance to that for the optimum scanning method and much better performance than the coefficient scanning method.

Figure 10
figure 10

Comparison of coding performance for scanning methods.

Then, the coding performance of the proposed DVC system is compared to that of the conventional DVC system in Figure 11 and Figure 12. Especially, at low bit rates, the coding performance of the proposed DVC system is significantly better than that of the conventional DVC system, since the side information can be refined with a small number of parity bits in the proposed DVC system. The side information is used as the initial value for all DCT coefficients in the proposed DVC system, while the side information is not used as the initial value for the DCT coefficients with zero quantization level in the conventional DVC system. As can be seen in Figure 7, the different bit rates can be assigned as the quantization tables are flexibly generated in the proposed scanning method, while seven fixed quantization tables are used in the conventional system. Thus, the proposed DVC system provides much finer bit rate control, as can be seen in Figure 11 and Figure 12. The performance for the optimal reconstruction method given in Eq. (5) is superior to that of the simple reconstruction method, given in Eq. (3). Figure 13 compares the reconstructed images. As can be seen, the proposed DVC system provides better reconstructed images for all test video sequences.

Figure 11
figure 11

Comparison of coding performance between conventional and proposed DVC systems for Wyner-Ziv frames ( Optimal reconstruction , Q7: Using the proposed bitplanewise zigzag scanning method with the maximum bit rate for the seventh quantizer table, Q5: Using the proposed bitplanewise zigzag scanning method with the maximum bit rate for the fifth quantizer table).

Figure 12
figure 12

Comparison of coding performance between conventional and proposed DVC systems for Wyner-Ziv frames ( Simple reconstruction , Q7: Using the proposed bitplanewise zigzag scanning method with the maximum bit rate for the seventh quantizer table, Q5: Using the proposed bitplanewise zigzag scanning method with the maximum bit rate for the fifth quantizer table).

Figure 13
figure 13

Reconstructed images that are magnified for comparison. (a) Conventional DVC system (tenth frame of Foreman sequence at 0.066406 bit per pixel) (b) Proposed DVC system (tenth frame of Foreman sequence at 0.066406 bit per pixel) (c) Conventional DVC system (tenth frame of Stefan sequence at 0.156250 bit per pixel) (d) Proposed DVC system (tenth frame of Stefan sequence at 0.156250 bit per pixel) (e) Conventional DVC system (tenth frame of Mobile sequence at 0.101563 bit per pixel) (f) Proposed DVC system (tenth frame of Mobile sequence at 0.101563 bit per pixel).

The conventional DVC systems usually focus on the performance improvement [11–13, 16, 17] or management of feedback channel [6–9]. The proposed DVC system deals with the precise bit rate control method and performance improvement. The proposed system provides the efficient bit rate control method by using the bitplanewise zigzag scanning method. While seven or eight fixed quantization tables are used in the conventional system, the number of available quantization tables in the proposed system is equal to the number of bitplanes. For example, for the seventh quantizer table in the conventional system, the number of available quantization tables in the proposed system is 63, which is the number of bitplanes. Thus, more quantization tables should be made in the proposed system. The increased decoder complexity for making more quantization tables is almost negligible, since they can be easily generated using the bitplanewise zigzag scanning, which is shown in Figure 6 and Figure 7. The decoder complexity for refining side information doesn’t increase compared to the conventional DVC systems, since the same dequantization method as the conventional DVC systems is used for refining. By setting the initial decoded Wyner-Ziv frame as the side information and refining the side information progressively, the proposed system shows better performance than the conventional DVC systems at low bit rates.

Conclusions

An efficient bit rate control method for the transform domain DVC system was proposed. By adopting the bitplanewise zigzag scanning method to decide the quantization levels for each transform coefficient, the bit rate can be controlled more precisely in the proposed DVC system, since the number of available quantization tables is about eight times greater than that of fixed quantization tables, which is used to control bit rates in conventional DVC systems. Moreover, the proposed system provides superior coding performance by refining the side information using transmitted parity bits to reconstruct Wyner-Ziv frames. The proposed system performs well especially at low bit rates, since the side information can be refined with a small number of parity bits. The side information is refined more precisely with transmitted parity bits. While Wyner-Ziv frames are decoded by dequantizing transform coefficients with side information and parity bits in the conventional DVC system, the Wyner-Ziv frames are reconstructed by refining side information with parity bits in the proposed system. Simulation results show that the proposed DVC system provides better performance than the conventional DVC system with precise bit rate control. Especially, at low bit rates, the coding performance of the proposed DVC system is significantly better than the conventional DVC system and the proposed DVC system provides much better reconstructed images for all test video sequences than the conventional systems.

References

  1. Girod B, Aaron AM, Rebollo-Monedero D: Distributed video coding. Proc. IEEE 2005, 93(1):71-83.

    Article  Google Scholar 

  2. Pereira F: Distributed video coding: basics, main solutions and trends. International Conference on Multimedia and Expo, New York, NY; 2009:1592-1595.

    Google Scholar 

  3. Pereira F, Torres L, Guillemot C, Ebrahimi T, Leonardi R, Klomp S: Distributed video coding: selecting the most promising application scenarios. Signal Process: Image Commun 2008, 23(5):339-352. 10.1016/j.image.2008.04.002

    Google Scholar 

  4. Puri R, Majumdar A, Ramchandram K: PRISM: a video coding paradigm with motion estimation at the decoder. IEEE Trans. Image Process. 2007, 16(10):2436-2448.

    Article  MathSciNet  Google Scholar 

  5. Aaron A, Rane S, Setton E, Girod B: Transform-domain Wyner-Ziv codec for video. SPIE Visual Communications and Image Processing, San Jose, CA; 2004:520-528.

    Google Scholar 

  6. Brites C, Pereira F: Encoder rate control for transform domain Wyner-Ziv video coding. IEEE International Conference on Image Processing, San Antonio, TX; 2007:II.5-II.8.

    Google Scholar 

  7. Fu C, Kim J: Encoder rate control for block-based distributed video coding. IEEE International Workshop MMSP, Saint Malo; 2010:333-338.

    Google Scholar 

  8. Morbee M, Prades-Nebot J, Pizurica A, Philips W: Rate allocation algorithm for pixel-domain distributed video coding without feedback channel. IEEE Int. Conference on Acoust. 2007, I.521-I.524. Speech Signal Process., Honolulu, HI

    Google Scholar 

  9. Skorupa J, Deligiannis JN, Lambert P, Munteanu A, Van de Walle R: Distributed video coding with feedback channel constraints. IEEE Trans Circuits and Systems for Video Technology 2012, 22(7):1014-1026.

    Article  Google Scholar 

  10. Artigas X, Ascenso J, Dalai M, Klomp S, Kubasov D, Ouaret M: The DISCOVER codec: architectures, techniques and evaluation. Picture Coding Symposium, Lisbon, Portugal; 2007:1-4.

    Google Scholar 

  11. Brites C, Ascenso J, Pereira F: Improving transform domain Wyner-Ziv video coding performance. IEEE Int. Conference on Acoust. Speech Signal Process 2006, II.525-II.528. Toulouse

    Google Scholar 

  12. Brites C, Ascenso J, Pedro JQ, Pereira F: Evaluating a feedback channel based transform domain Wyner-Ziv video codec. Signal Process: Image Commun 2008, 23(4):269-297. 10.1016/j.image.2008.03.002

    Google Scholar 

  13. Kubasov D, Nayak J, Guillemot C: Optimal reconstruction in Wyner-Ziv video coding with multiple side information. IEEE Int. Workshop on Multimedia Signal Process. 2007, 183: 183-186. Crete

    Google Scholar 

  14. Brites C, Pereira F: Correlation noise modeling for efficient pixel and transform domain Wyner-Ziv video coding. IEEE Trans Circuits and Systems for Video Technology 2008, 18(9):1177-1190.

    Article  Google Scholar 

  15. Fan X, Au O, Cheung NM: Transform-domain adaptive correlation estimation (TRACE) for Wyner-Ziv video coding. IEEE Trans Circuits and Systems for Video Technology 2010, 20(11):1423-1436.

    Article  Google Scholar 

  16. Martins R, Brites C, Ascenso J, Pereira F: Refining side information for improved transform domain Wyner-Ziv video coding. IEEE Trans Circuits and Systems for Video Technology 2009, 19(9):1327-1341.

    Article  Google Scholar 

  17. Ye S, Ouaret M, Dufaux F, Ebrahimi T: Improved side information generation with iterative decoding and frame interpolation for distributed video coding. IEEE International Conference on Image Processing 2008, 2228-2231. San Diego, CA

    Google Scholar 

  18. Lee CW: Efficient decoding method for Wyner-Ziv video codec. Workshop of Image Processing and Image Understanding 2011, 368-371. Jeju, Korea

    Google Scholar 

  19. Slepian D, Wolf J: Noiseless coding of correlated information sources. IEEE Trans. Inf. Theory 1973, 19(4):471-480. 10.1109/TIT.1973.1055037

    Article  MathSciNet  MATH  Google Scholar 

  20. Wyner A, Ziv J: The rate-distortion function for source coding with side information at the decoder. IEEE Trans. Inf. Theory 1976, 22(1):1-10. 10.1109/TIT.1976.1055508

    Article  MathSciNet  MATH  Google Scholar 

Download references

Acknowledgement

This study was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (No. 2012–0002935).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Chang Woo Lee.

Additional information

Competing interest

The authors declare that they have no competing interest.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Lee, C.W. Efficient bit rate control method for distributed video coding system. EURASIP J. Adv. Signal Process. 2012, 244 (2012). https://doi.org/10.1186/1687-6180-2012-244

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2012-244

Keywords