WO2009070826A1 - Improvement for error correction in distributed video coding - Google Patents

Improvement for error correction in distributed video coding Download PDF

Info

Publication number
WO2009070826A1
WO2009070826A1 PCT/AU2008/001489 AU2008001489W WO2009070826A1 WO 2009070826 A1 WO2009070826 A1 WO 2009070826A1 AU 2008001489 W AU2008001489 W AU 2008001489W WO 2009070826 A1 WO2009070826 A1 WO 2009070826A1
Authority
WO
WIPO (PCT)
Prior art keywords
bit
stream
video frame
module
input video
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/AU2008/001489
Other languages
French (fr)
Inventor
Timothy Merrick Long
Axel Lakus-Becker
Ka-Ming Leung
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to US12/680,271 priority Critical patent/US9014278B2/en
Publication of WO2009070826A1 publication Critical patent/WO2009070826A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/29Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
    • H03M13/2957Turbo codes and decoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/30Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability
    • H04N19/395Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability involving distributed video coding [DVC], e.g. Wyner-Ziv video coding or Slepian-Wolf video coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/59Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial sub-sampling or interpolation, e.g. alteration of picture size or resolution

Definitions

  • the present invention relates generally to video encoding and decoding and, in particular, to a method and apparatus for performing distributed video encoding.
  • Various products such as digital cameras and digital video cameras, are used to capture images and video. These products contain an image sensing device, such as a charge coupled device (CCD), which is used to capture light energy focussed on the image sensing device. The captured light energy, which is indicative of a scene, is then processed to form a digital image.
  • image sensing device such as a charge coupled device (CCD)
  • CCD charge coupled device
  • Various formats are used to represent such digital images, or videos. Formats used to represent video include Motion JPEG, MPEG2, MPEG4 and H.264.
  • Wyner Ziv coding may be used.
  • distributed video coding the complexity of the encoder is shifted to the decoder.
  • the input video stream is also usually split into key frames and non-key frames.
  • the key frames are compressed using a conventional coding scheme, such as Motion JPEG, MPEG2, MPEG4 or H.264, and the decoder conventionally decodes the key frames. With the help of the key frames the non-key frames are predicted.
  • the processing at the decoder is thus equivalent to carrying out motion estimation which is usually performed at the encoder.
  • the predicted non-key frames are improved in terms of visual quality with the information the encoder is providing for the non-key frames.
  • the visual quality of the decoded video stream depends heavily on the quality of the prediction of the non-key frames and the level of quantization to the image pixel values.
  • the prediction is often a rough estimate of the original frame, generated from adjacent frames, e.g., through motion estimation and interpolation. Thus when there is a mismatch between the prediction and the decoded values, some forms of compromise are required to resolve the differences.
  • Distributed video coding may be used to correct both prediction errors and error correction mistakes.
  • a frame re-construction function after Wyner-Ziv decoding has been used to correct such errors. If the predicted value is within a range of the decoded quantized symbol, the reconstructed pixel value is made equal to the predicted value. Otherwise the re-construction value is set to equal the upper bound or the lower bound of the quantized symbol, depending on the magnitude of the predicted value.
  • Such a method minimizes decoding errors and eliminates large positive or negative errors which are highly perceptible to human eyes. However, the minimization is considered sub- optimal. Summary
  • a method of performing distributed video encoding on an input video frame comprising the steps of: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
  • a method of decoding a compressed video frame comprising the steps of: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit-stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
  • an appartaus for performing distributed video encoding on an input video frame comprising: forming means for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaver for interleaving the bit-stream to reduce said clustering; and encoder for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
  • an apparatus for decoding a compressed video frame comprising: up-sampler for up-sampling the compressed video frame; interleaver for interleaving the up-sampled video frame to determine an interleaved bit-stream; determining means for determining a further bit-stream from the interleaved bit- stream using parity information associated with the compressed video frame; and de-interleaver for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
  • a computer program product having a computer readable medium having a computer program recorded therein for performing distributed video encoding on an input video frame
  • said computer program product comprising: code for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; code for interleaving the bit-stream to reduce said clustering; and code for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
  • a computer program product having a computer readable medium having a computer program recorded therein for decoding a compressed video frame, said program: code for up-sampling the compressed video frame; code for interleaving the up-sampled video frame to determine an interleaved bit- stream; code for determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and code for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
  • code for up-sampling the compressed video frame code for interleaving the up-sampled video frame to determine an interleaved bit- stream
  • code for determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame code for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
  • a system for performing distributed video encoding on an input video frame comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
  • a system for decoding a compressed video frame comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit- stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
  • Fig. 1 shows a schematic block diagram of a system for encoding an input video, for transmitting or storing the encoded video, and for decoding the video
  • Fig. 2 shows a schematic block diagram of a turbo coder of the system of Fig. 1 ;
  • Fig. 3 shows a schematic block diagram of a turbo decoder of the system of Fig. i;
  • Fig. 4 shows a schematic block diagram of a computer system in which the system shown in Fig. 1 may be implemented
  • Fig. 5 is a flow diagram showing a decoding method performed in a component decoder of the turbo decoder of Fig. 3;
  • Fig. 6a shows pixels of a video frame being read horizontally from left to right, scanline by scanline;
  • Fig. 6b shows the remaining pixels of the video frame of Fig. 6a being read in vertical order, column by column;
  • Fig. 7 is a flow diagram showing a method of compressing the input video frame
  • Fig. 8 is a flow diagram showing a method of encoding the input video frame.
  • Fig. 9 is a flow diagram showing a method of decoding bit-streams to determine an output video frame representing a final approximation of an input video frame.
  • Fig. 1 shows a schematic block diagram of a system 100 for performing distributed video encoding an input video, for transmitting or storing the encoded video and for decoding the video, according to an exemplary embodiment.
  • the system 100 includes an encoder 1000 and a decoder 1200 interconnected through a storage or transmission medium 1100.
  • the encoder 1000 forms two independently encoded bit- streams 1110 and 1120, which are jointly decoded by the decoder 1200.
  • the components 1000, 1100 and 1200 of the system 100 shown in Fig. 1 may be implemented using a computer system 6000, such as that shown in Fig, 4, wherein the encoder 1000 and decoder 1200 may be implemented as software, such as one or more application programs executable within the computer system 6000.
  • the encoder 1000 comprises a plurality of software modules 1005, 1006, 1007, 1010, 1015, 1020 and 1030, each performing specific functions.
  • the decoder 1200 comprises a plurality of other software modules 1210, 1230, 1240, 1250, 1260, 1270 and 1280, each performing specific functions.
  • the software modules may be stored in a computer readable medium, including the storage devices described below, for example.
  • the software modules may be loaded into the computer system 6000 from the computer readable medium, and then executed by the computer system 6000.
  • a computer readable medium having such software or computer program recorded on it is a computer program product.
  • the use of the computer program product in the computer system 6000 preferably effects an advantageous apparatus for implementing the described methods.
  • the computer system 6000 is formed by a computer module 6001, input devices such as a keyboard 6002 and a mouse pointer device 6003, and output devices including a display device 6014 and loudspeakers 6017.
  • An external Modulator-Demodulator (Modem) transceiver device 6016 may be used by the computer module 6001 for communicating to and from a communications network 6020 via a connection 6021.
  • the computer module 6001 typically includes at least one processor unit 6005, and a memory unit 6006.
  • the module 6001 also includes a number of input/output (I/O) interfaces including an audio-video interface 6007 that couples to the video display 6014 and loudspeakers 6017, an I/O interface 6013 for the keyboard 6002 and mouse 6003, and an interface 6008 for the external modem 6016.
  • the modem 6016 may be incorporated within the computer module 6001, for example within the interface 6008.
  • a storage device 6009 is provided and typically includes a hard disk drive 6010 and a floppy disk drive 6011.
  • a CD-ROM drive 6012 is typically provided as a non- volatile source of data.
  • the components 6005 to 6013 of the computer module 6001 typically communicate via an interconnected bus 6004 and in a manner which results in a conventional mode of operation of the computer system 6000 known to those in the relevant art.
  • the application programs discussed above are resident on the hard disk drive 6010 and are read and controlled in execution by the processor 6005. Intermediate storage of such programs and any data fetched from the network 6020 may be accomplished using the semiconductor memory 6006, possibly in concert with the hard disk drive 6010. In some instances, the application programs may be supplied to the user encoded on one or more CD-ROM and read via the corresponding drive 6012, or alternatively may be read by the user from the network 6020. Still further, the software can also be loaded into the computer system 6000 from other computer readable media.
  • Computer readable media refers to any storage medium that participates in providing instructions and/or data to the computer system 6000 for execution and/or processing.
  • the system 100 shown in Fig. 1 may alternatively be implemented in dedicated hardware such as one or more integrated circuits.
  • dedicated hardware may include graphic processors, digital signal processors, or one or more microprocessors and associated memories.
  • the encoder 1000 and decoder 1200 are implemented within a camera (not illustrated), wherein the encoder 1000 and the decoder 1200 may be implemented as software being executed by a processor of the camera, or may implemented using hardware within the camera.
  • the encoder 1000 is implemented within a camera, wherein the encoder 1000 may be implemented as software executing in a processor of the camera, or implemented using hardware within the camera.
  • a video frame 1005 is received as input to system 100.
  • every input video frame 1005 is processed by the system 100.
  • only every fifth input video frame is encoded using the system 100.
  • a selection of input video frames 1005 is made from the input video, with the selection of the input video frame 1005 depending on the video content. For example, if an occlusion of an object represented in the input video is observed, and if the extent of the observed occlusion is found to be above a threshold, then the input video frame 1005 is encoded using the system 100.
  • the encoder 1000 compresses the input video frame 1005 to form a bit-stream 1110 as seen in Fig. 1.
  • a method 700 of compressing the input video frame 1005 will now be described with reference to Figs. 1 and 7.
  • the method 700 may be implemented as software in the form of a down-sampler module 1020 and an intra-frame compression module 1030.
  • the software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
  • the method 700 begins at step 701, where the encoder 1000, executed by the processor 6005, performs the step of down sampling the input video frame 1005 using the down-sampler module 1020 to form a down sampled version of the input video frame 1005.
  • the down sampled version of the input video frame may be stored in the memory 6006 and/or the storage device 6009.
  • the encoder 1000 executed by the processor 6005, performs the step of compressing the down sampled version of the input video frame 1005 using the intra-frame compression module 1030 to form the bit- stream 1110.
  • This bit-stream 1110 is transmitted over, or stored in, the storage or transmission medium 1100 for decompression by the decoder 1200.
  • the bit-stream 1110 may also be stored in the memory 6006 and/or the storage device 6009.
  • the down-sampler module 1020 comprises a down sampling filter with a cubic kernel.
  • the down-sampler module 1020 performs the down sampling at a down sampling rate of two, meaning that the resolution is reduced to one half of the original resolution in both the horizontal and vertical dimensions.
  • a different down sampling rate may be defined by a user.
  • Alternative down sampling methods may be employed by the down-sampler module 1020, such as nearest neighbour, bilinear, bi-cubic, and quadratic down sampling filters using various kernels such as Gaussian, Bessel, Hamming, Mitchell or Blackman kernels.
  • the compression method used by the intra-frame compression module 1030 may be baseline mode JPEG compression, compression according to the JPEG2000 standard, or compression according to the H.264 standard.
  • bit-stream 1120 Independently from the down sampling in the down-sampler module 1020 and the compression in the intra-frame compression module 1030, parts of the selected input video frame 1005 are encoded to form a bit-stream 1120.
  • the bit-stream 1120 may be stored in the memory 6006 and/or the storage device 6009.
  • a method 800 of encoding the input video frame 1005 to form the bit-stream 1120 will now be described with reference to Figs. 1 and 8.
  • the method 800 may be implemented as software in the form of a video frame processor module 1006, an interleaver module 1007, a bit plane extractor module 1010 and a turbo coder module 1015.
  • the software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
  • the method 800 begins at the first step 801, where the input video frame 1005 is firstly processed by the video frame processor module 1006, executed by the processor 6005, to form a bit-stream from original pixel values of the input video frame 1005, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame 1005.
  • the video frame processor module 1006 may partition the original pixels of the input video frame 1005 into one or more blocks of pixels. The pixels of each block of pixels may then be scanned by the video frame processor module 1006 in an order representing spatial positions of the pixels in the block.
  • each block may be scanned 'scanline by scanline', 'column by column' or in a 'raster scan order' (i.e., in a zig-zag order) from the top to the bottom of the block of pixels.
  • the video frame processor module 1006 produces a bit- stream which is highly correlated with the original pixels of the input video frame 1005,
  • the bit-stream produced by the video frame processor module 1006 may be stored in the memory 6006 and/or the storage device 6009.
  • the bit-stream formed by the video frame processor module 1006 is then input to the interleaver module 1007 which performs the step of interleaving the bit-stream at the next step 803 in order to reduce the clustering in the bit-stream.
  • the interleaver module 1007 executed by the processor 6005, re-arranges the pixel positions for the video frame 1005 represented by the bit-stream output from the video frame processor module 1006 to reduce spatial correlation between adjacent pixels.
  • the interleaver module 1007 then outputs an interleaved bit-stream which may be stored in the memory 6006 and/or the storage device 6009.
  • the interleaved bit-stream is input to a bit plane extractor module 1010 where, at the next step 805, each block of coefficients is converted into a bit-stream.
  • the processor 6005 executes the bit plane extractor module 1010 to perform the step of forming a bit- stream for each block of coefficients of the interleaved bit-stream.
  • scanning starts on the most significant bit plane of the video frame 1005 and the most significant bits of the coefficients of the frame 1005 are concatenated to form a bit-stream containing the most significant bits. In a second pass, the scanning concatenates the second most significant bits of all coefficients of the frame 1005.
  • bit plane extractor module 1010 scans the input video frame 1005 in a raster scan order wherein each pixel is processed.
  • the scanning path may be similar to the scanning path employed in the JPEG 2000 standard.
  • not every pixel is processed.
  • the bit plane extractor module 1010 executed by the processor 6005, is configured to extract a specified subset of pixels within each bit plane to generate a bit- stream containing bits for spatial resolutions lower than the original resolution,
  • the bit- stream generated by the bit plane extractor module 1010 may be stored in the memory 6006 and/or the storage device 6009.
  • the bit-stream output from the bit plane extractor module 1010 is encoded in a turbo coder module 1015 to produce the bit-stream 1120 containing parity information.
  • the turbo encoder module 1015 executed by the processor 6005, performs the step of encoding the interleaved bit-stream after processing by the bit plane extractor 1010 to generate parity bits from the bit-stream according to a bitwise error correction method. For each bit plane of the input video frame 1005, parity bits are generated. Accordingly, if the bit depth of the input video frame 1005 is eight, then eight sets of parity bits are produced of which each parity bit set refers to one bit plane only.
  • the parity bits output by the turbo encoder 1015 are then transmitted over a storage or transmission medium 1100 in the bit-stream 1120.
  • turbo coder module 1015 The operation of the turbo coder module 1015 is described in greater detail with reference to Fig. 2.
  • the encoder 1000 thus forms two bit-streams 1110 and 1120, both derived from the same input video frame 1005.
  • the two bit-streams 1110 and 1120 from the intra-frame compression module 1030 and turbo coder module 1015 respectively may be multiplexed into a single bit-stream, which is then stored in, or transmitted over the storage or transmission medium 1100.
  • the single bit-stream formed from the two bit-streams 1110 and 1120 may be stored in the memory 6006 and/or the storage devices 6009. Having described an overview of the operation of the encoder 1000, an overview of the operation of the decoder 1200 is described below.
  • the decoder 1200 receives the bit- stream 1120 from the turbo coder module 1015 the bit-stream 1110 from the intra-frame compression module 1030.
  • a method 900 of decoding the bit-streams 1120 and 1110 to determine an output video frame 1270 representing a final approximation of the input video frame 1005, will now be described with reference to Fig. 9.
  • the method 900 may be implemented as software in the form of an intra-frame decompression module 1240, an up-sampler module 1250, an interleaver 1210, a bit plane extractor 1280, a turbo decoder 1260, a frame reconstruction module 1290 and a de-interleaver module 1230.
  • the software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
  • the method 900 begins at the first step 901, where the bit-stream 1110 is processed by the intra-frame decompressor module 1240 executed by the processor 6005.
  • the intra-frame decompressor module 1240 performs the inverse operation to the intra- frame compression module 1030.
  • the intra-frame decompressor module 1240 performs the step of determining an approximation of the down sampled version of the input video frame.
  • the approximation of the down sampled version of the input video frame may be stored in the memory 6006 and/or the storage device 6009.
  • the up-sampler module 1250 executed by the processor
  • the up- sampling method used by the up-sampler module 1250 does not have to be the inverse of the down sampling method used by the down-sampler module 1020. For example, a bilinear down sampling and a cubic up-sampling may be employed.
  • the output from up- sampler module 1250 is an estimate of the input video frame 1005.
  • the method 900 continues at the next step 905 where the output from the up- sampler module 1250 is interleaved by the interleaver module 1210 which is substantially identical to the interleaver module 1007 of the encoder 1000.
  • the interleaver module 1210 performs the step of interleaving the estimate of the input video frame 1005 output by the up-sampler 1250.
  • the encoder 1000 may select different methods to interleave the input video frame 1005 with the choice of the selection being transmitted to the decoder 1200.
  • Transmitting the selection of the interleaving method to the decoder 1200 allows the interleaver module 1210 to interleave the output of the up-sampler module 1250 in the same way as performed by the interleaver module 1007 in the encoder 1000.
  • a bit-stream output from the interleaver module 1210 is then input to a bit plane extractor module 1280 which again is substantially identical to the bit plane extractor module 1010 of the encoder 1000.
  • the bit plane extractor module 1280 performs the step of forming a bit-stream for each block of coefficients of the interleaved bit-stream output from the interleaver 1210.
  • the output from the bit plane extractor module 1280 may be stored in a buffer configured within the memory 6006 and/or the storage device 6009.
  • the decoder 1200 further includes a turbo decoder module 1260, which is described in detail below with reference to Fig. 3.
  • the turbo decoder module 1260 operates on each bit plane of the bit-stream 1120 in turn to correct at least a portion of that (current) bit plane.
  • the turbo decoder module 1260 receives the parity bits for the first (most significant) bit plane from bit-stream 1120 as input.
  • the turbo decoder module 1260 also receives the first bit plane from the bit-stream output from the bit plane extractor module 1280 as side information.
  • the turbo decoder module 1260 uses the parity bits (or parity information) for the first bit plane to improve the approximation (or determine a better approximation) of the first bit plane of the input video frame 1005.
  • the turbo decoder module 1260 outputs a decoded bit-stream representing a decoded first bit plane.
  • the decoded bit-stream may be stored in the memory 6006 and/or the storage device 6009. The above process repeats for lower bit planes until all bit planes are decoded. Accordingly, at step 909, the turbo decoder module 1260, executed by the processor 6005, performs the step of using the parity information to determine a decoded bit-stream representing a better approximation of the input video frame.
  • the frame reconstruction module 1290 executed by the processor 6005 then processes the decoded bit-stream output by the turbo decoder module 1260 to determine pixel values for the decoded bit-stream. Accordingly, the frame reconstruction module 1290 performs the step of determining pixel values for the decoded bit-stream output by the turbo decoder module 1260.
  • the most significant bits of the coefficients of the frame 1005 are first determined by the turbo decoder 1260.
  • the second most significant bits of the coefficients of the frame 1005 are then determined and concatenated with the first most significant bits of the coefficients of the frame 1005. This process repeats for lower bit planes until all bits are determined for each bit plane of the frame 1005.
  • the frame reconstruction module 1290 may use the output of the up-sampler 1250 and the information produced by the turbo decoder module 1260 to obtain the pixel values for the decoded bit-stream.
  • the pixel values output from the frame reconstruction module 1290 are then de-interleaved by a de- interleaver module 1230.
  • the de-interleaver module 1230 performs the inverse operation to the interleaver module 1007 to generate the output video frame 1270.
  • the output video frame 1270 is the final approximation of the input video frame 1005.
  • the interleaver module 1007 re-arranges the pixels in the input video frame 1005 before turbo encoding by the turbo encoder module 1120.
  • the encoded bit-stream 1120 is then passed to the turbo decoder module 1260.
  • the side information to the turbo decoder module 1260 is an up-sampled intra-frame represented by the bit-stream 1110. Lossy compression can often cause prediction errors to occur,
  • the up-sampler 1250 may exaggerate any such errors, resulting in longer runs of bit errors in both horizontal and vertical directions, which are equivalent to error bursts in typical communication channels.
  • every second pixel (e.g., 601 to 603) of the bit-stream 1110 representing the up-sampled intra- frame is read horizontally by the interleaver module 1210, scanline by scanline, as shown in Fig. 6a.
  • the remaining pixels (e.g., 604, 605, 606 and 607) of the intra-frame 1110 are then read in vertical order, column by column, as shown in Fig. 6b.
  • the long horizontal runs of bit errors in the side information are thus shortened, improving the decoding performance of the system 100.
  • the interleaver module 1210 therefore performs bitwise error correction.
  • the interleaver module 1007 may be a conventional interleaver.
  • the interleaver module 1007 may be a block interleaver, an arithmetic interleaver, an odd-even interleaver, or a pseudo-random interleaver. Using such a conventional interleaver allows spatially adjacent pixels to be separated further apart from each other significantly reducing error bursts in the side information.
  • the encoder 1000 may divide the input video frame 1005 into several fixed-sized or variable-sized frame segments. Each frame segment may be interleaved independently. Depending on the characteristics of the frame segment and the quality of the down-sampled intra-coded data of the bit-stream 1110 representing the intra-frame, an interleaving method which minimizes error bursts may be selected by the encoder 1000. Details of the interleaving method selected by the encoder 1000, together with other encoding parameters, are then encoded and transmitted to the decoder 1200 for decoding and frame reconstruction.
  • bit plane extractor module 1010 will now be described in more detail.
  • the bit plane extractor module 1010 executed by the processor 6005, starts the scanning on the most significant bit plane of the frame 1005 and concatenates the most significant bits of the coefficients of the frame 1005, to form a bit- stream containing the most significant bits.
  • the bit plane extractor module 1010 concatenates the second most significant bits of all coefficients of the frame 1005.
  • the bits from the second scanning path are appended to the bit-stream generated in the previous scanning path.
  • the bit plane extractor module 1010 continues the scanning and appending in this manner until the least significant bit plane is completed, so as to generate one bit-stream for each input video frame.
  • the bit-streams generated by the bit plane extractor module 1010 may be stored in the memory and/or the storage device 6009.
  • the bit plane extractor module 1010 scans the frame 1005 in a raster scanning order, visiting each pixel of the frame 1005.
  • the scanning path used by the bit plane extractor module 1010 may be similar to the scanning path employed in JPEG 2000.
  • bit plane extractor module 1010 does not visit every pixel of the frame 1005 during scanning.
  • the bit plane extractor module 1010 is configured to extract a specified subset of pixels within each bit plane of the frame 1005 to generate parity bits for spatial resolutions lower than the original resolution.
  • the turbo coder module 1015 is now described in greater detail with reference to Fig. 2 where a schematic block diagram of the turbo coder module 1015 is shown.
  • the turbo coder module 1015 encodes the bit-stream output from the bit plane extractor 1010 according to a bitwise error correction method.
  • the turbo coder module 1015 receives as input bit-stream 2000 from the bit plane extractor 1010.
  • the turbo coder module 1015 may access the input bit-stream 2000 from the memory 6006 and/or the storage device 6009.
  • An interleaver module 2020 of the turbo coder module 1010 interleaves the bit- stream 2000 (the information bit-stream).
  • the interleaver module 2020 is a block interleaver. However, in alternative embodiments, any other suitable interleaver may be used.
  • a random or pseudo-random interleaver or a circular-shift interleaver may be used.
  • the output from the interleaver module 2020 is an interleaved bit-stream, which is passed on to a recursive systematic coder module 2030 which produces parity bits.
  • a recursive systematic coder module 2030 which produces parity bits.
  • One parity bit per input bit is produced.
  • the recursive systematic coder module 2030 is generated using octal generator polynomials 7 (binary H l 2 ) and 5 (binary 10I 2 ).
  • a second recursive systematic coder module 2060 executed by the processor
  • the recursive systematic coder modules 2030 and 2060 are substantially identical. Both recursive systematic coder modules 2030 and 2060 output a parity bit-stream to a puncturer module 2040, with each parity bit-stream being equal in length to the input bit-stream 2000.
  • the puncturer module 2040 deterministically deletes parity bits to reduce the parity bit overhead previously generated by the recursive systematic coder modules 2030 and 2060. "Half-rate codes" may be used by the puncturer module 2040, which means that half the parity bits from each recursive systematic encoder module 2030 and 2060 are punctured. In an alternative embodiment the puncturer module 2040 may depend on additional information, such as the bit plane of the current information bit.
  • the method of reducing the parity bit overhead used by the puncturer module 2040 may depend on the spatial location of a pixel to which the information bit belongs, as well as the frequency content of an area around this pixel.
  • the turbo coder module 1015 outputs the punctured parity bit-stream 1120, which comprises parity bits produced by recursive systematic coder modules 2060 and 2030.
  • the turbo decoder module 1260 is now described in detail with reference to Fig. 3 where a schematic block diagram of the turbo decoder module 1260 is shown.
  • the parity bits 3000 in bit-stream 1120 are split into parity bits 3020 originating from the recursive systematic coder module 2030 (see Fig. 2) and parity bits 3040 originating from the recursive systematic coder module 2060 (see Fig. 2).
  • Parity Bits 3020 are then input to a component decoder module 3060, which preferably uses a Soft Output Viterbi Decoder (SOVA) algorithm.
  • SOVA Soft Output Viterbi Decoder
  • MAP Max- Log Maximum A Posteriori Probability
  • variations of the SOVA or the MAP algorithms are used by the component decoder module 3060.
  • Systematic bits 3010 from bit plane extractor module 1280 are passed as input to an interleaver module 3050.
  • the interleaver module 3050 is also linked to the component decoder module 3060.
  • parity bits 3040 are input to a component decoder module 3070, together with the systematic bits 3010.
  • the turbo decoder module 1260 comprises a loop formed from the component decoder module 3060, to an adder 3065, to a de-interleaver module 3080, to the component decoder module 3070, to another adder 3075, to interleaver module 3090 and back to component decoder module 3060.
  • the component decoder module 3060 takes three inputs with the first input being the parity bits 3020.
  • the second input to the component decoder module 3060 are the interleaved systematic bits from the interleaver module 3050.
  • the third input to the component decoder module 3060 are the interleaved systematic bits output from the second component decoder module 3070, modified in adder 3075 and interleaved in the interleaver module 3090.
  • the component decoder module 3070 provides information to the other component decoder module 3060. In particular, the component decoder module 3070 provides information about likely values of the interleaved systematic bits to be decoded. The information provided by the component decoder module 3070 is typically
  • a (decoded) bit-stream produced by component decoder module 3060 is passed on to adder 3065 where "a priori information" related to the bit-stream is produced.
  • Systematic bits are extracted in adder 3065.
  • a de-interleaved bit- stream from de-interleaver module 3080 is provided as input to component decoder module 3070.
  • the component decoder module 3070 as well as the adder 3075 work analogously to component decoder module 3060 and adder 3065 as described above.
  • a resulting bit-stream output by the adder 3075 is again interleaved in interleaver 3090 and used as input to the first component decoder module 3060 which begins a second iteration of the turbo decoder module 1260.
  • bit-stream 3100 produced from component decoder module 3070 (i.e., the turbo decoder 1260) is output.
  • the bit-stream 3100 produced by the component decoder module 3070 may be stored in the memory 6006 and/or the storage device 6009.
  • the component decoder module 3060 is now described in more detail with reference to Fig. 5.
  • Fig. 5 is a flow diagram of a decoding method 500 performed by the component decoder module 3060.
  • the component decoder module may be implemented as software resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
  • the two component decoder modules 3060 and 3070 need not be identical. However, in the exemplary embodiment the component decoder modules 3060 and 3070 are substantially identical.
  • the component decoder module 3060 executed by the processor 6005, commences operation at step 5000 by reading the systematic bits 3010 (see Fig. 3).
  • the systematic bits 3010 are output by the up-sampler module 1250 after the up-sampler module 1250 transforms the pixel values to the new binary representation (see
  • the parity bits 3020 (Fig. 3) are read by the component decoder module 3060.
  • the parity bits 3020 may be read from the memory 6006 and/or the storage device 6009.
  • step 5020 the processor 6005 determines a
  • branch metric is a measure of decoding quality for a current code word.
  • the branch metric is zero if the decoding of the current code word is error free. The branch metric will be described in further detail below. Code word decoding errors can sometimes not be avoided and can still result in an overall optimal result.
  • the component decoder module 3060 determines the branch metric by getting information from the other component decoder module 3070 (see Fig. 3).
  • the information is in the form of the log likelihood ratios as already described above.
  • the log likelihood ratios, and as such the determination of the branch metrics, is based on a model of the noise to be expected on the systematic bits 3010.
  • a Laplace noise model is used by the component decoder module 3060 to compensate for errors in the systematic bits 3010.
  • the errors (or noise) to be expected on the systematic bits 3010 originates from a JPEG compression and down and up-sampling. Modelling the noise is generally difficult as reconstruction noise is generally signal dependent (e.g. Gibbs phenomenon) and spatially correlated (e.g. JPEG blocking). As such, errors are not independently, identically distributed.
  • Channel coding methods e.g. turbo codes), assume independent, identically distributed noise.
  • the component decoder module 3060 determines whether all states of a trellis diagram have been processed. If all states have not been processed, then the method 500 returns to step 5020. Otherwise, if the component decoder module 3060 determines at step 5040 that the branch metrics for all states have been determined, then the method 500 continues to step 5050. At step 5050, the component decoder module 3060, executed by the processor
  • the accumulated branch metric represents the sum of previous code word decoding errors, which is the sum of previous branch metrics.
  • the accumulated branch metric may be stored in the memory 6006 and/or the storage device 6009.
  • the method 500 continues at the next step 5060, where the component decoder module 3060 determines "survivor path" metrics.
  • the survivor path metrics represent a lowest overall sum of previous branch metrics, indicating an optimal decoding to date.
  • the component decoder module 3060 determines whether all states have been processed. If states remain for processing, then the method 500 performed by the component decoder module 3060 returns to step 5050. Otherwise, the method 500 proceeds to step 5080.
  • step 5080 if the component decoder module 3060 determines that the determination of the branch metrics, the determination of the accumulated metric and the determination of the survivor path metrics has been completed, then the method 500 proceeds to step 5090. Otherwise, the method 500 returns to step 5020, where the method
  • the component decoder module 3060 determines a trace back at the next step 5090.
  • the component decoder module 3060 uses a best one of the decoding branch metrics (i.e., indicating the decoding quality) determined in step 5020 to generate a decoded bit-stream.
  • the method 500 concludes at the final step 5095, where the component decoder module 3060 outputs the decoded bit-stream.
  • the frame reconstruction module 1290 reconstructs the interleaved pixel values from the decoded bit-stream (i.e., 3100) output by the turbo decoder module 1260.
  • the most significant bits of the coefficients of the output video frame 1270 are first determined by the turbo decoder module 1260.
  • the second most significant bits of the coefficients of the output video frame 1270 are then determined and concatenated with the first most significant bits.
  • the process performed by the frame reconstruction module 1290 repeats for lower bit planes until all bits are determined for each of the bit planes of the output video frame 1270.
  • the de-interleaver module 1230 performs the inverse operation of the interleaver module 1007 in the encoder 1000 (or the module 1210 in decoder 1200) and outputs the video frame 1270 being a final approximation of the input video frame 1005.
  • bit-stream 1110 is formed from a key frame of the input video
  • bit-stream 1120 is formed from non-key frames.
  • the data output from up-sampler module 1250 is then an estimate of the non-key frames.
  • the turbo decoder module 1260 uses the parity data from the bit-stream 1120 to correct the estimate of the non-key frames.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

A method (800) of performing distributed video encoding on an input video frame (1005), is disclosed. The method (800) forms a bit-stream from original pixel values of the input video frame (1005), such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame (1005). The bit-stream is interleaved to reduce the clustering. The interleaved bit-stream is encoded to generate parity bits from the bit-stream according to a bitwise error correction method.

Description

IMPROVEMENT FOR ERROR CORRECTION IN DISTRIBUTED VIDEO
CODING
Field of the Invention
The present invention relates generally to video encoding and decoding and, in particular, to a method and apparatus for performing distributed video encoding.
Background Various products, such as digital cameras and digital video cameras, are used to capture images and video. These products contain an image sensing device, such as a charge coupled device (CCD), which is used to capture light energy focussed on the image sensing device. The captured light energy, which is indicative of a scene, is then processed to form a digital image. Various formats are used to represent such digital images, or videos. Formats used to represent video include Motion JPEG, MPEG2, MPEG4 and H.264.
All the formats listed above are compression formats. While those formats offer high quality and improve the number of video frames that can be stored on a given media, they typically suffer because of their long encoding runtime, A complex encoder requires complex hardware. Complex encoding hardware in turn is disadvantageous in terms of design cost, manufacturing cost and physical size of the encoding hardware. Furthermore, long encoding runtime delays the rate at which video frames can be captured while not overflowing a temporary buffer. Additionally, more complex encoding hardware has higher battery consumption. As battery life is essential for a mobile device, it is desirable that battery consumption be minimized in mobile devices.
To minimize the complexity of an encoder, Wyner Ziv coding, or "distributed video coding", may be used. In distributed video coding the complexity of the encoder is shifted to the decoder. The input video stream is also usually split into key frames and non-key frames. The key frames are compressed using a conventional coding scheme, such as Motion JPEG, MPEG2, MPEG4 or H.264, and the decoder conventionally decodes the key frames. With the help of the key frames the non-key frames are predicted. The processing at the decoder is thus equivalent to carrying out motion estimation which is usually performed at the encoder. The predicted non-key frames are improved in terms of visual quality with the information the encoder is providing for the non-key frames.
The visual quality of the decoded video stream depends heavily on the quality of the prediction of the non-key frames and the level of quantization to the image pixel values. The prediction is often a rough estimate of the original frame, generated from adjacent frames, e.g., through motion estimation and interpolation. Thus when there is a mismatch between the prediction and the decoded values, some forms of compromise are required to resolve the differences.
Distributed video coding may be used to correct both prediction errors and error correction mistakes. Conventionally, a frame re-construction function after Wyner-Ziv decoding has been used to correct such errors. If the predicted value is within a range of the decoded quantized symbol, the reconstructed pixel value is made equal to the predicted value. Otherwise the re-construction value is set to equal the upper bound or the lower bound of the quantized symbol, depending on the magnitude of the predicted value. Such a method minimizes decoding errors and eliminates large positive or negative errors which are highly perceptible to human eyes. However, the minimization is considered sub- optimal. Summary
It is an object of the present invention to substantially overcome, or at least ameliorate, one or more disadvantages of existing arrangements.
According to one aspect of the present invention there is provided a method of performing distributed video encoding on an input video frame, said method comprising the steps of: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
According to another aspect of the present invention there is provided a method of decoding a compressed video frame, said method comprising the steps of: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit-stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
According to still another aspect of the present invention there is provided an appartaus for performing distributed video encoding on an input video frame, said apparatus comprising: forming means for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaver for interleaving the bit-stream to reduce said clustering; and encoder for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
According to still another aspect of the present invention there is provided an apparatus for decoding a compressed video frame, said apparatus comprising: up-sampler for up-sampling the compressed video frame; interleaver for interleaving the up-sampled video frame to determine an interleaved bit-stream; determining means for determining a further bit-stream from the interleaved bit- stream using parity information associated with the compressed video frame; and de-interleaver for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
According to still another aspect of the present invention there is provided a computer program product having a computer readable medium having a computer program recorded therein for performing distributed video encoding on an input video frame, said computer program product comprising: code for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; code for interleaving the bit-stream to reduce said clustering; and code for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
According to still another aspect of the present invention there is provided a computer program product having a computer readable medium having a computer program recorded therein for decoding a compressed video frame, said program: code for up-sampling the compressed video frame; code for interleaving the up-sampled video frame to determine an interleaved bit- stream; code for determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and code for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame. Other aspects of the invention are also disclosed.
According to still another aspect of the present invention there is provided a system for performing distributed video encoding on an input video frame, said system comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
According to still another aspect of the present invention there is provided a system for decoding a compressed video frame, said system comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit- stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
Brief Description of the Drawings
One or more embodiments of the present invention will now be described with reference to the drawings, in which:
Fig. 1 shows a schematic block diagram of a system for encoding an input video, for transmitting or storing the encoded video, and for decoding the video; Fig. 2 shows a schematic block diagram of a turbo coder of the system of Fig. 1 ;
Fig. 3 shows a schematic block diagram of a turbo decoder of the system of Fig. i;
Fig. 4 shows a schematic block diagram of a computer system in which the system shown in Fig. 1 may be implemented; Fig. 5 is a flow diagram showing a decoding method performed in a component decoder of the turbo decoder of Fig. 3;
Fig. 6a shows pixels of a video frame being read horizontally from left to right, scanline by scanline; Fig. 6b shows the remaining pixels of the video frame of Fig. 6a being read in vertical order, column by column;
Fig. 7 is a flow diagram showing a method of compressing the input video frame;
Fig. 8 is a flow diagram showing a method of encoding the input video frame; and
Fig. 9 is a flow diagram showing a method of decoding bit-streams to determine an output video frame representing a final approximation of an input video frame.
Detailed Description
Where reference is made in any one or more of the accompanying drawings to steps and/or features, which have the same reference numerals, those steps and/or features have for the purposes of this description the same function(s) or operation(s), unless the contrary intention appears.
Fig. 1 shows a schematic block diagram of a system 100 for performing distributed video encoding an input video, for transmitting or storing the encoded video and for decoding the video, according to an exemplary embodiment. The system 100 includes an encoder 1000 and a decoder 1200 interconnected through a storage or transmission medium 1100. The encoder 1000 forms two independently encoded bit- streams 1110 and 1120, which are jointly decoded by the decoder 1200.
The components 1000, 1100 and 1200 of the system 100 shown in Fig. 1 may be implemented using a computer system 6000, such as that shown in Fig, 4, wherein the encoder 1000 and decoder 1200 may be implemented as software, such as one or more application programs executable within the computer system 6000. As described below, the encoder 1000 comprises a plurality of software modules 1005, 1006, 1007, 1010, 1015, 1020 and 1030, each performing specific functions. Similarly, the decoder 1200 comprises a plurality of other software modules 1210, 1230, 1240, 1250, 1260, 1270 and 1280, each performing specific functions.
The software modules may be stored in a computer readable medium, including the storage devices described below, for example. The software modules may be loaded into the computer system 6000 from the computer readable medium, and then executed by the computer system 6000. A computer readable medium having such software or computer program recorded on it is a computer program product. The use of the computer program product in the computer system 6000 preferably effects an advantageous apparatus for implementing the described methods.
As seen in Fig. 4, the computer system 6000 is formed by a computer module 6001, input devices such as a keyboard 6002 and a mouse pointer device 6003, and output devices including a display device 6014 and loudspeakers 6017. An external Modulator-Demodulator (Modem) transceiver device 6016 may be used by the computer module 6001 for communicating to and from a communications network 6020 via a connection 6021.
The computer module 6001 typically includes at least one processor unit 6005, and a memory unit 6006. The module 6001 also includes a number of input/output (I/O) interfaces including an audio-video interface 6007 that couples to the video display 6014 and loudspeakers 6017, an I/O interface 6013 for the keyboard 6002 and mouse 6003, and an interface 6008 for the external modem 6016. In some implementations, the modem 6016 may be incorporated within the computer module 6001, for example within the interface 6008. A storage device 6009 is provided and typically includes a hard disk drive 6010 and a floppy disk drive 6011. A CD-ROM drive 6012 is typically provided as a non- volatile source of data.
The components 6005 to 6013 of the computer module 6001 typically communicate via an interconnected bus 6004 and in a manner which results in a conventional mode of operation of the computer system 6000 known to those in the relevant art.
Typically, the application programs discussed above are resident on the hard disk drive 6010 and are read and controlled in execution by the processor 6005. Intermediate storage of such programs and any data fetched from the network 6020 may be accomplished using the semiconductor memory 6006, possibly in concert with the hard disk drive 6010. In some instances, the application programs may be supplied to the user encoded on one or more CD-ROM and read via the corresponding drive 6012, or alternatively may be read by the user from the network 6020. Still further, the software can also be loaded into the computer system 6000 from other computer readable media. Computer readable media refers to any storage medium that participates in providing instructions and/or data to the computer system 6000 for execution and/or processing.
The system 100 shown in Fig. 1 may alternatively be implemented in dedicated hardware such as one or more integrated circuits. Such dedicated hardware may include graphic processors, digital signal processors, or one or more microprocessors and associated memories.
In one implementation, the encoder 1000 and decoder 1200 are implemented within a camera (not illustrated), wherein the encoder 1000 and the decoder 1200 may be implemented as software being executed by a processor of the camera, or may implemented using hardware within the camera.
In a second implementation, only the encoder 1000 is implemented within a camera, wherein the encoder 1000 may be implemented as software executing in a processor of the camera, or implemented using hardware within the camera.
Referring again to Fig. 1, a video frame 1005 is received as input to system 100. Preferably every input video frame 1005 is processed by the system 100. In an alternative embodiment only every fifth input video frame is encoded using the system 100. In yet another alternative embodiment, a selection of input video frames 1005 is made from the input video, with the selection of the input video frame 1005 depending on the video content. For example, if an occlusion of an object represented in the input video is observed, and if the extent of the observed occlusion is found to be above a threshold, then the input video frame 1005 is encoded using the system 100.
The encoder 1000 compresses the input video frame 1005 to form a bit-stream 1110 as seen in Fig. 1. A method 700 of compressing the input video frame 1005 will now be described with reference to Figs. 1 and 7. The method 700 may be implemented as software in the form of a down-sampler module 1020 and an intra-frame compression module 1030. The software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005. The method 700 begins at step 701, where the encoder 1000, executed by the processor 6005, performs the step of down sampling the input video frame 1005 using the down-sampler module 1020 to form a down sampled version of the input video frame 1005. The down sampled version of the input video frame may be stored in the memory 6006 and/or the storage device 6009. At the next step 703, the encoder 1000, executed by the processor 6005, performs the step of compressing the down sampled version of the input video frame 1005 using the intra-frame compression module 1030 to form the bit- stream 1110. This bit-stream 1110 is transmitted over, or stored in, the storage or transmission medium 1100 for decompression by the decoder 1200. The bit-stream 1110 may also be stored in the memory 6006 and/or the storage device 6009.
In the exemplary embodiment, the down-sampler module 1020 comprises a down sampling filter with a cubic kernel. The down-sampler module 1020 performs the down sampling at a down sampling rate of two, meaning that the resolution is reduced to one half of the original resolution in both the horizontal and vertical dimensions. A different down sampling rate may be defined by a user. Alternative down sampling methods may be employed by the down-sampler module 1020, such as nearest neighbour, bilinear, bi-cubic, and quadratic down sampling filters using various kernels such as Gaussian, Bessel, Hamming, Mitchell or Blackman kernels.
The compression method used by the intra-frame compression module 1030 may be baseline mode JPEG compression, compression according to the JPEG2000 standard, or compression according to the H.264 standard.
Independently from the down sampling in the down-sampler module 1020 and the compression in the intra-frame compression module 1030, parts of the selected input video frame 1005 are encoded to form a bit-stream 1120. The bit-stream 1120 may be stored in the memory 6006 and/or the storage device 6009.
A method 800 of encoding the input video frame 1005 to form the bit-stream 1120 will now be described with reference to Figs. 1 and 8. The method 800 may be implemented as software in the form of a video frame processor module 1006, an interleaver module 1007, a bit plane extractor module 1010 and a turbo coder module 1015. The software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
As seen in Figs. 1 and 8, the method 800 begins at the first step 801, where the input video frame 1005 is firstly processed by the video frame processor module 1006, executed by the processor 6005, to form a bit-stream from original pixel values of the input video frame 1005, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame 1005. The video frame processor module 1006 may partition the original pixels of the input video frame 1005 into one or more blocks of pixels. The pixels of each block of pixels may then be scanned by the video frame processor module 1006 in an order representing spatial positions of the pixels in the block. For example, the pixels of each block may be scanned 'scanline by scanline', 'column by column' or in a 'raster scan order' (i.e., in a zig-zag order) from the top to the bottom of the block of pixels. The video frame processor module 1006 produces a bit- stream which is highly correlated with the original pixels of the input video frame 1005, The bit-stream produced by the video frame processor module 1006 may be stored in the memory 6006 and/or the storage device 6009.
The bit-stream formed by the video frame processor module 1006 is then input to the interleaver module 1007 which performs the step of interleaving the bit-stream at the next step 803 in order to reduce the clustering in the bit-stream. As will be described in detail below, the interleaver module 1007, executed by the processor 6005, re-arranges the pixel positions for the video frame 1005 represented by the bit-stream output from the video frame processor module 1006 to reduce spatial correlation between adjacent pixels. The interleaver module 1007 then outputs an interleaved bit-stream which may be stored in the memory 6006 and/or the storage device 6009. The interleaved bit-stream is input to a bit plane extractor module 1010 where, at the next step 805, each block of coefficients is converted into a bit-stream. The processor 6005 executes the bit plane extractor module 1010 to perform the step of forming a bit- stream for each block of coefficients of the interleaved bit-stream. Preferably, scanning starts on the most significant bit plane of the video frame 1005 and the most significant bits of the coefficients of the frame 1005 are concatenated to form a bit-stream containing the most significant bits. In a second pass, the scanning concatenates the second most significant bits of all coefficients of the frame 1005. The bits from the second scanning path are appended to the bit-stream generated in the previous scanning path, The scanning and appending continues in this manner until the least significant bit plane is completed. This generates one bit-stream for each input video frame 1005. In the exemplary embodiment, the bit plane extractor module 1010 scans the input video frame 1005 in a raster scan order wherein each pixel is processed. In an alternative embodiment, the scanning path may be similar to the scanning path employed in the JPEG 2000 standard. In yet another alternative embodiment, not every pixel is processed. In this instance, the bit plane extractor module 1010, executed by the processor 6005, is configured to extract a specified subset of pixels within each bit plane to generate a bit- stream containing bits for spatial resolutions lower than the original resolution, The bit- stream generated by the bit plane extractor module 1010 may be stored in the memory 6006 and/or the storage device 6009.
At the next step 807, the bit-stream output from the bit plane extractor module 1010 is encoded in a turbo coder module 1015 to produce the bit-stream 1120 containing parity information. The turbo encoder module 1015, executed by the processor 6005, performs the step of encoding the interleaved bit-stream after processing by the bit plane extractor 1010 to generate parity bits from the bit-stream according to a bitwise error correction method. For each bit plane of the input video frame 1005, parity bits are generated. Accordingly, if the bit depth of the input video frame 1005 is eight, then eight sets of parity bits are produced of which each parity bit set refers to one bit plane only. The parity bits output by the turbo encoder 1015 are then transmitted over a storage or transmission medium 1100 in the bit-stream 1120.
The operation of the turbo coder module 1015 is described in greater detail with reference to Fig. 2.
The encoder 1000 thus forms two bit-streams 1110 and 1120, both derived from the same input video frame 1005. The two bit-streams 1110 and 1120 from the intra-frame compression module 1030 and turbo coder module 1015 respectively may be multiplexed into a single bit-stream, which is then stored in, or transmitted over the storage or transmission medium 1100. The single bit-stream formed from the two bit-streams 1110 and 1120 may be stored in the memory 6006 and/or the storage devices 6009. Having described an overview of the operation of the encoder 1000, an overview of the operation of the decoder 1200 is described below. The decoder 1200 receives the bit- stream 1120 from the turbo coder module 1015 the bit-stream 1110 from the intra-frame compression module 1030.
A method 900 of decoding the bit-streams 1120 and 1110 to determine an output video frame 1270 representing a final approximation of the input video frame 1005, will now be described with reference to Fig. 9. The method 900 may be implemented as software in the form of an intra-frame decompression module 1240, an up-sampler module 1250, an interleaver 1210, a bit plane extractor 1280, a turbo decoder 1260, a frame reconstruction module 1290 and a de-interleaver module 1230. The software is preferably resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005.
The method 900 begins at the first step 901, where the bit-stream 1110 is processed by the intra-frame decompressor module 1240 executed by the processor 6005. The intra-frame decompressor module 1240 performs the inverse operation to the intra- frame compression module 1030. The intra-frame decompressor module 1240 performs the step of determining an approximation of the down sampled version of the input video frame. The approximation of the down sampled version of the input video frame may be stored in the memory 6006 and/or the storage device 6009. At the next step 903, the up-sampler module 1250, executed by the processor
6005, performs the step of up-sampling the approximation of the down sampled version of the input video frame. Preferably a cubic filter is used during the up-sampling. The up- sampling method used by the up-sampler module 1250 does not have to be the inverse of the down sampling method used by the down-sampler module 1020. For example, a bilinear down sampling and a cubic up-sampling may be employed. The output from up- sampler module 1250 is an estimate of the input video frame 1005.
The method 900 continues at the next step 905 where the output from the up- sampler module 1250 is interleaved by the interleaver module 1210 which is substantially identical to the interleaver module 1007 of the encoder 1000. The interleaver module 1210 performs the step of interleaving the estimate of the input video frame 1005 output by the up-sampler 1250. In other embodiments, the encoder 1000 may select different methods to interleave the input video frame 1005 with the choice of the selection being transmitted to the decoder 1200. Transmitting the selection of the interleaving method to the decoder 1200 allows the interleaver module 1210 to interleave the output of the up-sampler module 1250 in the same way as performed by the interleaver module 1007 in the encoder 1000.
A bit-stream output from the interleaver module 1210 is then input to a bit plane extractor module 1280 which again is substantially identical to the bit plane extractor module 1010 of the encoder 1000. The bit plane extractor module 1280 performs the step of forming a bit-stream for each block of coefficients of the interleaved bit-stream output from the interleaver 1210. The output from the bit plane extractor module 1280 may be stored in a buffer configured within the memory 6006 and/or the storage device 6009.
The decoder 1200 further includes a turbo decoder module 1260, which is described in detail below with reference to Fig. 3. The turbo decoder module 1260 operates on each bit plane of the bit-stream 1120 in turn to correct at least a portion of that (current) bit plane. In a first iteration, the turbo decoder module 1260 receives the parity bits for the first (most significant) bit plane from bit-stream 1120 as input. The turbo decoder module 1260 also receives the first bit plane from the bit-stream output from the bit plane extractor module 1280 as side information. The turbo decoder module 1260 uses the parity bits (or parity information) for the first bit plane to improve the approximation (or determine a better approximation) of the first bit plane of the input video frame 1005. The turbo decoder module 1260 outputs a decoded bit-stream representing a decoded first bit plane. The decoded bit-stream may be stored in the memory 6006 and/or the storage device 6009. The above process repeats for lower bit planes until all bit planes are decoded. Accordingly, at step 909, the turbo decoder module 1260, executed by the processor 6005, performs the step of using the parity information to determine a decoded bit-stream representing a better approximation of the input video frame. At the next step 911, the frame reconstruction module 1290 executed by the processor 6005 then processes the decoded bit-stream output by the turbo decoder module 1260 to determine pixel values for the decoded bit-stream. Accordingly, the frame reconstruction module 1290 performs the step of determining pixel values for the decoded bit-stream output by the turbo decoder module 1260. In the exemplary embodiment, the most significant bits of the coefficients of the frame 1005 are first determined by the turbo decoder 1260. The second most significant bits of the coefficients of the frame 1005 are then determined and concatenated with the first most significant bits of the coefficients of the frame 1005. This process repeats for lower bit planes until all bits are determined for each bit plane of the frame 1005. In other embodiments, the frame reconstruction module 1290 may use the output of the up-sampler 1250 and the information produced by the turbo decoder module 1260 to obtain the pixel values for the decoded bit-stream. The pixel values output from the frame reconstruction module 1290 are then de-interleaved by a de- interleaver module 1230. At step 913, the de-interleaver module 1230 performs the inverse operation to the interleaver module 1007 to generate the output video frame 1270. The output video frame 1270 is the final approximation of the input video frame 1005.
Having described the system 100 for encoding an input video to form the two independently encoded bit-streams 1120 and 1110, and jointly decoding the bit-streams to provide the output video frame 1270, components of those systems 100 are now described in more detail, starting with module 1007.
The interleaver module 1007 re-arranges the pixels in the input video frame 1005 before turbo encoding by the turbo encoder module 1120. As described above, the encoded bit-stream 1120 is then passed to the turbo decoder module 1260. The side information to the turbo decoder module 1260 is an up-sampled intra-frame represented by the bit-stream 1110. Lossy compression can often cause prediction errors to occur, The up-sampler 1250 may exaggerate any such errors, resulting in longer runs of bit errors in both horizontal and vertical directions, which are equivalent to error bursts in typical communication channels. In order to improve the decoding performance of the system 100, in the exemplary embodiment, every second pixel (e.g., 601 to 603) of the bit-stream 1110 representing the up-sampled intra- frame is read horizontally by the interleaver module 1210, scanline by scanline, as shown in Fig. 6a. The remaining pixels (e.g., 604, 605, 606 and 607) of the intra-frame 1110 are then read in vertical order, column by column, as shown in Fig. 6b. The long horizontal runs of bit errors in the side information are thus shortened, improving the decoding performance of the system 100. The interleaver module 1210 therefore performs bitwise error correction.
In an alternative embodiment, the interleaver module 1007 may be a conventional interleaver. For example, the interleaver module 1007 may be a block interleaver, an arithmetic interleaver, an odd-even interleaver, or a pseudo-random interleaver. Using such a conventional interleaver allows spatially adjacent pixels to be separated further apart from each other significantly reducing error bursts in the side information.
In yet a further embodiment, the encoder 1000 may divide the input video frame 1005 into several fixed-sized or variable-sized frame segments. Each frame segment may be interleaved independently. Depending on the characteristics of the frame segment and the quality of the down-sampled intra-coded data of the bit-stream 1110 representing the intra-frame, an interleaving method which minimizes error bursts may be selected by the encoder 1000. Details of the interleaving method selected by the encoder 1000, together with other encoding parameters, are then encoded and transmitted to the decoder 1200 for decoding and frame reconstruction.
The bit plane extractor module 1010 will now be described in more detail. In the exemplary embodiment, the bit plane extractor module 1010, executed by the processor 6005, starts the scanning on the most significant bit plane of the frame 1005 and concatenates the most significant bits of the coefficients of the frame 1005, to form a bit- stream containing the most significant bits. In a second pass, the bit plane extractor module 1010 concatenates the second most significant bits of all coefficients of the frame 1005. The bits from the second scanning path are appended to the bit-stream generated in the previous scanning path. The bit plane extractor module 1010 continues the scanning and appending in this manner until the least significant bit plane is completed, so as to generate one bit-stream for each input video frame. The bit-streams generated by the bit plane extractor module 1010 may be stored in the memory and/or the storage device 6009.
In the exemplary embodiment, the bit plane extractor module 1010 scans the frame 1005 in a raster scanning order, visiting each pixel of the frame 1005. In alternative embodiments, the scanning path used by the bit plane extractor module 1010 may be similar to the scanning path employed in JPEG 2000.
In yet another alternative embodiment, the bit plane extractor module 1010 does not visit every pixel of the frame 1005 during scanning. In this instance, the bit plane extractor module 1010 is configured to extract a specified subset of pixels within each bit plane of the frame 1005 to generate parity bits for spatial resolutions lower than the original resolution.
The turbo coder module 1015 is now described in greater detail with reference to Fig. 2 where a schematic block diagram of the turbo coder module 1015 is shown. The turbo coder module 1015 encodes the bit-stream output from the bit plane extractor 1010 according to a bitwise error correction method. The turbo coder module 1015 receives as input bit-stream 2000 from the bit plane extractor 1010. The turbo coder module 1015 may access the input bit-stream 2000 from the memory 6006 and/or the storage device 6009. An interleaver module 2020 of the turbo coder module 1010 interleaves the bit- stream 2000 (the information bit-stream). In the exemplary embodiment, the interleaver module 2020 is a block interleaver. However, in alternative embodiments, any other suitable interleaver may be used. For example, a random or pseudo-random interleaver or a circular-shift interleaver, may be used. The output from the interleaver module 2020 is an interleaved bit-stream, which is passed on to a recursive systematic coder module 2030 which produces parity bits. One parity bit per input bit is produced. In the exemplary embodiment the recursive systematic coder module 2030 is generated using octal generator polynomials 7 (binary H l2 ) and 5 (binary 10I2). A second recursive systematic coder module 2060, executed by the processor
6005, operates directly on the bit-stream 2000 from the bit plane extractor module 1010. In the exemplary embodiment, the recursive systematic coder modules 2030 and 2060 are substantially identical. Both recursive systematic coder modules 2030 and 2060 output a parity bit-stream to a puncturer module 2040, with each parity bit-stream being equal in length to the input bit-stream 2000.
The puncturer module 2040 deterministically deletes parity bits to reduce the parity bit overhead previously generated by the recursive systematic coder modules 2030 and 2060. "Half-rate codes" may be used by the puncturer module 2040, which means that half the parity bits from each recursive systematic encoder module 2030 and 2060 are punctured. In an alternative embodiment the puncturer module 2040 may depend on additional information, such as the bit plane of the current information bit.
In yet another alternative embodiment, the method of reducing the parity bit overhead used by the puncturer module 2040 may depend on the spatial location of a pixel to which the information bit belongs, as well as the frequency content of an area around this pixel.
The turbo coder module 1015 outputs the punctured parity bit-stream 1120, which comprises parity bits produced by recursive systematic coder modules 2060 and 2030.
The turbo decoder module 1260 is now described in detail with reference to Fig. 3 where a schematic block diagram of the turbo decoder module 1260 is shown. The parity bits 3000 in bit-stream 1120 are split into parity bits 3020 originating from the recursive systematic coder module 2030 (see Fig. 2) and parity bits 3040 originating from the recursive systematic coder module 2060 (see Fig. 2).
Parity Bits 3020 are then input to a component decoder module 3060, which preferably uses a Soft Output Viterbi Decoder (SOVA) algorithm. Alternatively, a Max- Log Maximum A Posteriori Probability (MAP) algorithm may be used by the component decoder module 3060. In yet another alternative embodiment, variations of the SOVA or the MAP algorithms are used by the component decoder module 3060.
Systematic bits 3010 from bit plane extractor module 1280 are passed as input to an interleaver module 3050. The interleaver module 3050 is also linked to the component decoder module 3060. In a similar manner, parity bits 3040 are input to a component decoder module 3070, together with the systematic bits 3010.
As can be seen in Fig. 3, the turbo decoder module 1260 comprises a loop formed from the component decoder module 3060, to an adder 3065, to a de-interleaver module 3080, to the component decoder module 3070, to another adder 3075, to interleaver module 3090 and back to component decoder module 3060.
The component decoder module 3060 takes three inputs with the first input being the parity bits 3020. The second input to the component decoder module 3060 are the interleaved systematic bits from the interleaver module 3050. The third input to the component decoder module 3060 are the interleaved systematic bits output from the second component decoder module 3070, modified in adder 3075 and interleaved in the interleaver module 3090. The component decoder module 3070 provides information to the other component decoder module 3060. In particular, the component decoder module 3070 provides information about likely values of the interleaved systematic bits to be decoded. The information provided by the component decoder module 3070 is typically
provided in terms of Log Likelihood Ratios where P(uk = +1)
Figure imgf000024_0001
denotes probability that the bit uk equals +1 and where P(uk = -1) denotes probability that the bit uk equals -1. In the first iteration of the turbo decoder module 1260, a feedback input from the second component decoder module 3070 to the first component decoder 3060 does not exist. Therefore, in the first iteration, the feedback input from the second component decoder 3070 is set to zero.
A (decoded) bit-stream produced by component decoder module 3060 is passed on to adder 3065 where "a priori information" related to the bit-stream is produced. Systematic bits are extracted in adder 3065. Information produced by the second component decoder module 3070, processed analogously in adder 3075 and interleaved in interleaver module 3090, is extracted by the adder 3065 as well. Left over is the a priori information which provides the likely value of a bit. The a priori information is valuable for the component decoder 3060.
After adder 3065, a resulting bit-stream is de-interleaved in de-interleaver module
3080, which performs the inverse action of interleaver module 3050. A de-interleaved bit- stream from de-interleaver module 3080 is provided as input to component decoder module 3070. In the exemplary embodiment, the component decoder module 3070 as well as the adder 3075 work analogously to component decoder module 3060 and adder 3065 as described above. A resulting bit-stream output by the adder 3075 is again interleaved in interleaver 3090 and used as input to the first component decoder module 3060 which begins a second iteration of the turbo decoder module 1260.
In the exemplary embodiment, eight iterations between the first component decoder module 3060 and the second component decoder module 3070 are carried out, After completion of eight iterations a resulting bit-stream 3100 produced from component decoder module 3070 (i.e., the turbo decoder 1260) is output. The bit-stream 3100 produced by the component decoder module 3070 may be stored in the memory 6006 and/or the storage device 6009.
The component decoder module 3060 is now described in more detail with reference to Fig. 5.
Fig. 5 is a flow diagram of a decoding method 500 performed by the component decoder module 3060. The component decoder module may be implemented as software resident on the hard disk drive 6010 and is controlled in its execution by the processor 6005. As described above, in the exemplary embodiment, the two component decoder modules 3060 and 3070 need not be identical. However, in the exemplary embodiment the component decoder modules 3060 and 3070 are substantially identical.
The component decoder module 3060, executed by the processor 6005, commences operation at step 5000 by reading the systematic bits 3010 (see Fig. 3). As noted above, the systematic bits 3010 are output by the up-sampler module 1250 after the up-sampler module 1250 transforms the pixel values to the new binary representation (see
Fig. 1).
At step 5010, the parity bits 3020 (Fig. 3) are read by the component decoder module 3060. The parity bits 3020 may be read from the memory 6006 and/or the storage device 6009.
The method 500 continues in step 5020 where the processor 6005 determines a
"branch" metric. The branch metric is a measure of decoding quality for a current code word. The branch metric is zero if the decoding of the current code word is error free. The branch metric will be described in further detail below. Code word decoding errors can sometimes not be avoided and can still result in an overall optimal result.
At step 5030, the component decoder module 3060 determines the branch metric by getting information from the other component decoder module 3070 (see Fig. 3). The information is in the form of the log likelihood ratios as already described above. The log likelihood ratios, and as such the determination of the branch metrics, is based on a model of the noise to be expected on the systematic bits 3010. In the exemplary embodiment a Laplace noise model is used by the component decoder module 3060 to compensate for errors in the systematic bits 3010. The errors (or noise) to be expected on the systematic bits 3010 originates from a JPEG compression and down and up-sampling. Modelling the noise is generally difficult as reconstruction noise is generally signal dependent (e.g. Gibbs phenomenon) and spatially correlated (e.g. JPEG blocking). As such, errors are not independently, identically distributed. Channel coding methods (e.g. turbo codes), assume independent, identically distributed noise.
Even though the magnitude of un-quantized DC coefficients of discrete cosine transform (DCT) coefficients are generally Gaussian distributed, the magnitude of un- quantized AC coefficients may be described by a Laplacian distribution. Quantizing coefficients decreases the standard variation of those Laplacian distributions. As such, noise on DC coefficients may be modelled as Gaussian noise, and noise on AC coefficients may be modelled as Laplace noise. Channel coding methods (e.g. turbo codes), make an assumption that the noise is additive Gaussian white noise. Thus, it is disadvantageous to use unmodified channel coding methods. As is evident from Fig. 1, the systematic bits 3010 used in the determination of the branch metric in step 5020 originate from a spatial prediction process through the up- sampling performed in the up-sampler module 1250.
Referring again to Fig. 5, at step 5040, the component decoder module 3060, executed by the processor 6005, determines whether all states of a trellis diagram have been processed. If all states have not been processed, then the method 500 returns to step 5020. Otherwise, if the component decoder module 3060 determines at step 5040 that the branch metrics for all states have been determined, then the method 500 continues to step 5050. At step 5050, the component decoder module 3060, executed by the processor
6005, determines an accumulated branch metric. The accumulated branch metric represents the sum of previous code word decoding errors, which is the sum of previous branch metrics. The accumulated branch metric may be stored in the memory 6006 and/or the storage device 6009.
The method 500 continues at the next step 5060, where the component decoder module 3060 determines "survivor path" metrics. The survivor path metrics represent a lowest overall sum of previous branch metrics, indicating an optimal decoding to date.
At the step 5070, the component decoder module 3060 determines whether all states have been processed. If states remain for processing, then the method 500 performed by the component decoder module 3060 returns to step 5050. Otherwise, the method 500 proceeds to step 5080.
At the next step 5080, if the component decoder module 3060 determines that the determination of the branch metrics, the determination of the accumulated metric and the determination of the survivor path metrics has been completed, then the method 500 proceeds to step 5090. Otherwise, the method 500 returns to step 5020, where the method
500 continues at a next time step in the trellis diagram.
Once the survivor metric is determined for all nodes in the trellis diagram, the component decoder module 3060 determines a trace back at the next step 5090. In particular, at step 5090, the component decoder module 3060 uses a best one of the decoding branch metrics (i.e., indicating the decoding quality) determined in step 5020 to generate a decoded bit-stream. The method 500 concludes at the final step 5095, where the component decoder module 3060 outputs the decoded bit-stream. The frame reconstruction module 1290 reconstructs the interleaved pixel values from the decoded bit-stream (i.e., 3100) output by the turbo decoder module 1260. In the exemplary embodiment, the most significant bits of the coefficients of the output video frame 1270 are first determined by the turbo decoder module 1260. The second most significant bits of the coefficients of the output video frame 1270 are then determined and concatenated with the first most significant bits. The process performed by the frame reconstruction module 1290 repeats for lower bit planes until all bits are determined for each of the bit planes of the output video frame 1270. The de-interleaver module 1230 performs the inverse operation of the interleaver module 1007 in the encoder 1000 (or the module 1210 in decoder 1200) and outputs the video frame 1270 being a final approximation of the input video frame 1005.
The foregoing describes only some embodiments of the present invention, and modifications and/or changes can be made thereto without departing from the scope and spirit of the invention, the embodiments being illustrative and not restrictive. For example, instead of processing the same input video frame 1005 in order to produce the bit-streams 1110 and 1120, in an alternative embodiment the bit-stream 1110 is formed from a key frame of the input video, whereas bit-stream 1120 is formed from non-key frames. In such an embodiment the data output from up-sampler module 1250 is then an estimate of the non-key frames. The turbo decoder module 1260 uses the parity data from the bit-stream 1120 to correct the estimate of the non-key frames.
In the context of this specification, the word "comprising" means "including principally but not necessarily solely" or "having" or "including", and not "consisting only of. Variations of the word "comprising", such as "comprise" and "comprises" have correspondingly varied meanings.

Claims

Claims:
1. A method of performing distributed video encoding on an input video frame, said method comprising the steps of: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
2. The method according to claim 1, further comprising the step of further interleaving the interleaved bit-stream.
3. The method according to claim 1 , further comprising the step of forming a bit-stream for each block of coefficients of the bit-stream.
4. The method according to claim 1 , wherein parity bits are produced for each bit plane of the video frame.
5. The method according to claim 1, further comprising the steps of: down sampling the input video frame; and compressing the down sampled input video frame to form a still further bit-stream.
6. A method of decoding a compressed video frame, said method comprising the steps of: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit-stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
7. The method according to claim 6, further comprising the step of determining an approximation of the compressed input video frame.
8. The method according to claim 6, further comprising the step forming a bit-stream for each block of coefficients of the interleaved bit-stream.
9. The method according to claim 6, further comprising the step of determining pixel values for the further bit-stream.
10. An apparatus for performing distributed video encoding on an input video frame, said apparatus comprising: forming means for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaver for interleaving the bit-stream to reduce said clustering; and encoder for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
11. An apparatus for decoding a compressed video frame, said apparatus comprising: up-sampler for up-sampling the compressed video frame; interleaver for interleaving the up-sampled video frame to determine an interleaved bit-stream; determining means for determining a further bit-stream from the interleaved bit- stream using parity information associated with the compressed video frame; and de-interleaver for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
12. A computer program product having a computer readable medium having a computer program recorded therein for performing distributed video encoding on an input video frame, said computer program product comprising: code for forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; code for interleaving the bit-stream to reduce said clustering; and code for encoding the interleaved bit-stream to generate parity bits from the bit- stream according to a bitwise error correction method.
13. A computer program product having a computer readable medium having a computer program recorded therein for decoding a compressed video frame, said program: code for up-sampling the compressed video frame; code for interleaving the up-sampled video frame to determine an interleaved bit- stream; code for determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and code for de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
14. A system for performing distributed video encoding on an input video frame, said system comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: forming a bit-stream from original pixel values of the input video frame, such that groups of bits in the bit-stream are associated with clusters of spatial pixel positions in the input video frame; interleaving the bit-stream to reduce said clustering; and encoding the interleaved bit-stream to generate parity bits from the bit-stream according to a bitwise error correction method.
15. A system for decoding a compressed video frame, said system comprising: a memory for storing data and a computer program; and a processor coupled to said memory executing said computer program, said computer program comprising instructions for: up-sampling the compressed video frame; interleaving the up-sampled video frame to determine an interleaved bit- stream; determining a further bit-stream from the interleaved bit-stream using parity information associated with the compressed video frame; and de-interleaving pixel values determined for the further bit-stream to determine a decoded version of the compressed video frame.
PCT/AU2008/001489 2007-12-03 2008-10-08 Improvement for error correction in distributed video coding Ceased WO2009070826A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/680,271 US9014278B2 (en) 2007-12-03 2008-10-08 For error correction in distributed video coding

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
AU2007237313 2007-12-03
AU2007237313A AU2007237313A1 (en) 2007-12-03 2007-12-03 Improvement for error correction in distributed vdeo coding

Publications (1)

Publication Number Publication Date
WO2009070826A1 true WO2009070826A1 (en) 2009-06-11

Family

ID=40717184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/AU2008/001489 Ceased WO2009070826A1 (en) 2007-12-03 2008-10-08 Improvement for error correction in distributed video coding

Country Status (3)

Country Link
US (1) US9014278B2 (en)
AU (1) AU2007237313A1 (en)
WO (1) WO2009070826A1 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2007237313A1 (en) * 2007-12-03 2009-06-18 Canon Kabushiki Kaisha Improvement for error correction in distributed vdeo coding
AU2007242924A1 (en) * 2007-12-12 2009-07-02 Canon Kabushiki Kaisha Improvement for error correction in distributed video coding
AU2008246243B2 (en) * 2008-11-19 2011-12-22 Canon Kabushiki Kaisha DVC as generic file format for plenoptic camera
US20100166057A1 (en) * 2008-12-29 2010-07-01 Gregory Huchet Differential Data Representation for Distributed Video Coding
US9130728B2 (en) * 2009-06-16 2015-09-08 Intel Mobile Communications GmbH Reduced contention storage for channel coding
AU2009243439A1 (en) * 2009-11-30 2011-06-16 Canon Kabushiki Kaisha Robust image alignment for distributed multi-view imaging systems
JP2014082540A (en) * 2012-10-12 2014-05-08 National Institute Of Information & Communication Technology Method, program and apparatus for reducing data size of multiple images including information similar to each other, and data structure representing multiple images including information similar to each other
US10860399B2 (en) * 2018-03-15 2020-12-08 Samsung Display Co., Ltd. Permutation based stress profile compression
US10803791B2 (en) 2018-10-31 2020-10-13 Samsung Display Co., Ltd. Burrows-wheeler based stress profile compression
US11308873B2 (en) 2019-05-23 2022-04-19 Samsung Display Co., Ltd. Redundancy assisted noise control for accumulated iterative compression error
US11245931B2 (en) 2019-09-11 2022-02-08 Samsung Display Co., Ltd. System and method for RGBG conversion
US11221950B2 (en) * 2019-12-19 2022-01-11 Western Digital Technologies, Inc. Storage system and method for interleaving data for enhanced quality of service

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146074A1 (en) * 2001-02-20 2002-10-10 Cute Ltd. Unequal error protection of variable-length data packets based on recursive systematic convolutional coding
US20040047433A1 (en) * 2002-09-09 2004-03-11 Lsi Logic Corporation Method and/or apparatus to efficiently transmit broadband service content using low density parity code based coded modulation
US20070127570A1 (en) * 2005-12-01 2007-06-07 Tatsuro Juri Image processor and image processing method

Family Cites Families (66)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0681332B2 (en) * 1984-09-19 1994-10-12 株式会社日立製作所 Image signal distribution recording method
ATE108587T1 (en) * 1986-09-13 1994-07-15 Philips Nv METHOD AND CIRCUIT ARRANGEMENT FOR BIT RATE REDUCTION.
NL9100234A (en) * 1991-02-11 1992-09-01 Philips Nv CODING CIRCUIT FOR TRANSFORMING CODING OF AN IMAGE SIGNAL AND DECODING CIRCUIT FOR DECODING THEREOF.
US5768424A (en) * 1993-01-15 1998-06-16 Canon, Inc. Compression factor adjustment to facilitate image display
CA2171922C (en) * 1995-03-31 2001-12-11 Joseph Michael Nowack Decoder and method therefor
US6614847B1 (en) * 1996-10-25 2003-09-02 Texas Instruments Incorporated Content-based video compression
US6421387B1 (en) * 1998-05-15 2002-07-16 North Carolina State University Methods and systems for forward error correction based loss recovery for interactive video transmission
US6466624B1 (en) * 1998-10-28 2002-10-15 Pixonics, Llc Video decoder with bit stream based enhancements
JP4010066B2 (en) * 1998-11-09 2007-11-21 ソニー株式会社 Image data recording apparatus and recording method, and image data recording / reproducing apparatus and recording / reproducing method
US7058965B1 (en) * 1999-04-15 2006-06-06 Sedna Patent Services, Llc Multiplexing structures for delivery of interactive program guide
US7134069B1 (en) * 1999-06-16 2006-11-07 Madrone Solutions, Inc. Method and apparatus for error detection and correction
US6493842B1 (en) * 1999-06-29 2002-12-10 Sony Corporation Time-varying randomization for data synchronization and implicit information transmission
US6201485B1 (en) * 1999-07-09 2001-03-13 Quantum Corp. High rate runlength limited codes for 8-bit ECC symbols
US6259384B1 (en) * 1999-07-09 2001-07-10 Quantum Corporation High rate runlength limited codes for 10-bit ECC symbols
US6417788B1 (en) * 1999-07-09 2002-07-09 Maxtor Corporation High rate runlength limited codes for 10-bit ECC symbols
US6823002B1 (en) * 1999-12-15 2004-11-23 Paradyne Corporation Linear block interleaver for discrete multi-tone modulation
US6850568B1 (en) * 2000-01-12 2005-02-01 Sony Corporation Method and apparatus for decoding mpeg video signals
WO2001058171A1 (en) * 2000-02-03 2001-08-09 Sony Corporation Recording device and method, and reproducing device and method
FR2809248B1 (en) * 2000-05-19 2003-08-08 Canon Kk COMPRESSION OF DIGITAL DATA AND CODING OF COMPRESSED DATA TO PROTECT IT FROM TRANSMISSION ERRORS
AUPR192700A0 (en) * 2000-12-06 2001-01-04 Canon Kabushiki Kaisha Storing coding image data in storage of fixed memory size
US7042945B2 (en) * 2001-04-24 2006-05-09 Bellers Erwin B 3-D recursive vector estimation for video enhancement
US20020157058A1 (en) * 2001-02-20 2002-10-24 Cute Ltd. System and method for feedback-based unequal error protection coding
EP1374430A4 (en) * 2001-03-05 2005-08-17 Intervideo Inc Systems and methods for error resilient encoding
US20030099303A1 (en) * 2001-06-04 2003-05-29 Koninklijke Philips Electronics N.V. Digital television (DTV) transmission system using enhanced coding schemes
US7363569B2 (en) * 2001-06-29 2008-04-22 Intel Corporation Correcting for data losses with feedback and response
US6968091B2 (en) * 2001-09-18 2005-11-22 Emc Corporation Insertion of noise for reduction in the number of bits for variable-length coding of (run, level) pairs
US7020828B2 (en) * 2001-10-23 2006-03-28 Koninklijke Philips Electronics N.V. Trellis encoder with rate 1/4 and 1/2 for a backward compatible robust encoding ATSC DTV transmission system
US7003712B2 (en) * 2001-11-29 2006-02-21 Emin Martinian Apparatus and method for adaptive, multimode decoding
EP3349447B1 (en) * 2002-08-08 2019-11-06 Godo Kaisha IP Bridge 1 Moving picture decoding method
US7091889B2 (en) * 2002-09-09 2006-08-15 Telefonaktiebolaget Lm Ericsson (Publ) Speed and memory optimized interleaving
US7509553B2 (en) * 2002-11-04 2009-03-24 Tandberg Telecom As Inter-network and inter-protocol video conference privacy method, apparatus, and computer program product
US9077991B2 (en) * 2002-12-10 2015-07-07 Sony Computer Entertainment America Llc System and method for utilizing forward error correction with video compression
ITMI20031128A1 (en) * 2003-06-05 2004-12-06 St Microelectronics Srl METHOD AND APPARATUS TO DECODE DIGITAL IMAGES
FR2863130A1 (en) * 2003-12-01 2005-06-03 Thomson Licensing Sa DEVICE AND METHOD FOR PREPARING EMISSION DATA AND CORRESPONDING PRODUCTS
EP1578131A1 (en) * 2004-03-18 2005-09-21 STMicroelectronics S.r.l. Encoding/decoding methods and systems, computer program products therefor
EP1631089A1 (en) * 2004-08-30 2006-03-01 Matsushita Electric Industrial Co., Ltd. Video coding apparatus and decoding apparatus
EP1638337A1 (en) * 2004-09-16 2006-03-22 STMicroelectronics S.r.l. Method and system for multiple description coding and computer program product therefor
US7533324B2 (en) * 2004-09-22 2009-05-12 Kencast, Inc. System, method and apparatus for FEC encoding and decoding
US7633887B2 (en) * 2005-01-21 2009-12-15 Panwar Shivendra S On demand peer-to-peer video streaming with multiple description coding
GB2425425B (en) * 2005-04-22 2011-01-19 Sony Uk Ltd Data processing apparatus
US8848789B2 (en) * 2006-03-27 2014-09-30 Qualcomm Incorporated Method and system for coding and decoding information associated with video compression
US8401082B2 (en) * 2006-03-27 2013-03-19 Qualcomm Incorporated Methods and systems for refinement coefficient coding in video compression
US8126046B2 (en) * 2006-06-30 2012-02-28 Intel Corporation Flexible macroblock ordering and arbitrary slice ordering apparatus, system, and method
US8340193B2 (en) * 2006-08-04 2012-12-25 Microsoft Corporation Wyner-Ziv and wavelet video coding
AU2006204632B2 (en) * 2006-08-31 2009-03-26 Canon Kabushiki Kaisha Parallel concatenated code with bypass
US8315306B2 (en) * 2006-09-08 2012-11-20 The Texas A&M University System Distributed joint source-channel coding of video using raptor codes
US7388521B2 (en) * 2006-10-02 2008-06-17 Microsoft Corporation Request bits estimation for a Wyner-Ziv codec
KR101366092B1 (en) * 2006-10-13 2014-02-21 삼성전자주식회사 Method and apparatus for encoding and decoding multi-view image
US7894550B2 (en) * 2007-01-10 2011-02-22 International Business Machines Corporation Method, apparatus, and system for source coding with iterative side information generation and decoding process
AU2007201403A1 (en) * 2007-03-30 2008-10-16 Canon Kabushiki Kaisha Improvement for Spatial Wyner Ziv coding
US8340192B2 (en) * 2007-05-25 2012-12-25 Microsoft Corporation Wyner-Ziv coding with multiple side information
US8345968B2 (en) * 2007-06-28 2013-01-01 Mitsubishi Electric Corporation Image encoding device, image decoding device, image encoding method and image decoding method
FR2919412A1 (en) * 2007-07-24 2009-01-30 Thomson Licensing Sas METHOD AND DEVICE FOR RECONSTRUCTING AN IMAGE
US20090103606A1 (en) * 2007-10-17 2009-04-23 Microsoft Corporation Progressive Distributed Video Coding
AU2007237313A1 (en) * 2007-12-03 2009-06-18 Canon Kabushiki Kaisha Improvement for error correction in distributed vdeo coding
AU2007242924A1 (en) * 2007-12-12 2009-07-02 Canon Kabushiki Kaisha Improvement for error correction in distributed video coding
JP5056530B2 (en) * 2008-03-27 2012-10-24 沖電気工業株式会社 Decoding system, method and program
US8111755B2 (en) * 2008-06-25 2012-02-07 International Business Machines Corporation Method and system for low-complexity Slepian-Wolf rate estimation in Wyner-Ziv video encoding
US20100142620A1 (en) * 2008-12-04 2010-06-10 Electronics And Telecommunications Research Method of generating side information by correcting motion field error in distributed video coding and dvc decoder using the same
KR20100093703A (en) * 2009-02-17 2010-08-26 한국전자통신연구원 Distributed video coder and decoder and controlling method for the same
JP5071413B2 (en) * 2009-03-02 2012-11-14 沖電気工業株式会社 Moving picture coding apparatus, method and program, and moving picture coding system
JP5195550B2 (en) * 2009-03-17 2013-05-08 沖電気工業株式会社 Decoding device and encoding system
CN102474384B (en) * 2009-07-15 2016-05-04 诺基亚技术有限公司 a device
JP5333128B2 (en) * 2009-09-29 2013-11-06 沖電気工業株式会社 Moving picture encoding apparatus and program, and moving picture distribution system
US8539325B2 (en) * 2009-12-18 2013-09-17 Electronics And Telecommunications Research Institute Parity generating apparatus and map apparatus for turbo decoding
JP5521722B2 (en) * 2010-04-14 2014-06-18 沖電気工業株式会社 Encoding device, decoding device, encoding / decoding system, and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146074A1 (en) * 2001-02-20 2002-10-10 Cute Ltd. Unequal error protection of variable-length data packets based on recursive systematic convolutional coding
US20040047433A1 (en) * 2002-09-09 2004-03-11 Lsi Logic Corporation Method and/or apparatus to efficiently transmit broadband service content using low density parity code based coded modulation
US20070127570A1 (en) * 2005-12-01 2007-06-07 Tatsuro Juri Image processor and image processing method

Also Published As

Publication number Publication date
US20100316137A1 (en) 2010-12-16
AU2007237313A1 (en) 2009-06-18
US9014278B2 (en) 2015-04-21

Similar Documents

Publication Publication Date Title
US9014278B2 (en) For error correction in distributed video coding
US7436332B2 (en) Runlength encoding of leading ones and zeros
US8755443B2 (en) Video source coding with decoder side information
US8917776B2 (en) Rate-distortion control in DVC with no feedback channel
AU2009201637B2 (en) Processing multi-view digital images
US20100158131A1 (en) Iterative dvc decoder based on adaptively weighting of motion side information
US8243821B2 (en) For spatial Wyner Ziv coding
US9407293B2 (en) Wyner ziv coding
JPH1079944A (en) Video information encoding method utilizing object boundary block union/division
US8086942B2 (en) Parallel concatenated code with bypass
US8594196B2 (en) Spatial Wyner Ziv coding
US20100309988A1 (en) Error correction in distributed video coding
AU2006252250A1 (en) Improvement for spatial wyner ziv coding
AU2009225320A1 (en) Method of decoding image using iterative DVC approach
CN115209146B (en) Video encoding and decoding method and device, computer readable medium and electronic equipment
Akintola et al. Evaluation of Discrete Cosine Transform (DCT) for Reconstructing Lost Blocks in Wireless Video Transmission
Sheng et al. What affects decoding complexity of distributed video codec based on turbo code
CN118646874A (en) Quantization parameter acquisition method and device
Liu et al. Background aided surveillance-oriented distributed video coding

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08800124

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 12680271

Country of ref document: US

122 Ep: pct application non-entry in european phase

Ref document number: 08800124

Country of ref document: EP

Kind code of ref document: A1