Context-based adaptive variable length coding for adaptive block transforms
Abstract
This record has no abstract on file.
Term
Term ended
Projected expiry passed 19 August 2023, 3.1 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
24 claims: 6 independent, 18 dependent
- 1Claims of equivalent WO 2004032032 A1 What is claimed is:1. A method of image coding using data indicative of an image, characterized by forming at least a block of transform coefficients from the image data, by scanning the block of transform coefficients for providing a sequence of transform coefficients, by sub-sampling the transform coefficients in the sequence in an interleaved manner for providing a plurality of sub-sampled sequences of transform coefficients, and by coding the sub-sampled sequences of transform coefficients using an entropy encoder.
- 9A computer program to be used in image coding image data indicative of an image, wherein the coding process comprises the steps of:forming at least a block of transform coefficients from the image data, and scanning the block of transform coefficients for providing a sequence of transform coefficients, said computer program characterized by an algorithm for sub-sampling the transform coefficients in the sequence in an interleaved manner for providing a plurality of sub-sampled sequences of transform coefficients.
- 12An image encoder for receiving image data and providing a bitstream indicative of the image data, characterized by:means for forming at least a block of transform coefficients from the image data, by means for scanning the block of transform coefficients for forming an ordered sequence of transform coefficients from the block, by a software program for sub-sampling the ordered sequence of transform coefficients in order to form a plurality of sub-sampled sequences of transform coefficients, by means for entropy coding the sub-sampled sequences of transform coefficients for providing signals indicative of the encoded transform coefficients, and by means, for providing the bitstream based on the signals.
- 17An image coding system comprising a server for providing a bitstream indicative of image data and a client for reconstructing the image data based on the bitstream, wherein the server characterized by a receiver for receiving signals indicative of the image data, by means for forming at least a block of transform coefficients from the signals, by means for scanning the block of transform coefficients for forming an ordered sequence of transform coefficients from the block, by a software program for sub-sampling the ordered sequence of transform coefficients in order to form a plurality of sub-sampled sequences of transform coefficients, by means for entropy coding the sub-sampled sequences of transform coefficients for providing further signals indicative of the encoded transform coefficients, and by means, for providing the bitstream based on the further signals.
- 22A method of image coding using image data indicative of an image, characterized by forming at least a block of transform coefficients from the image data, by sub-sampling the transformation coefficients in the block in an interleaved manner for providing a plurality of sub-sampled blocks of transform coefficients, by scanning the sub-sampled blocks of transform coefficients for providing a plurality of sub-sampled sequences of transform coefficients, and by coding the sub-sampled sequences of transform coefficients using an entropy encoder.
- 23A method of image coding using image data indicative of an image, wherein at least a block of transform coefficients is formed from the image data and the block of transformation coefficients is scanned for providing a sequence of transform coefficients located at a plurality of positions in the sequence, wherein the positions include a reference position so that each of said plurality of positions relative to the reference position defines a distance, said method characterized by assigning a cost value to each of the distances, by arranging the transform coefficients in the sequence into a plurality of sub-sequences based on the cost values, and by coding the sub-sequences of transform coefficients using an entropy encoder.
Independent claims6
72 paragraphs, as filed
Description of equivalent WO 2004032032 A1
CONTEXT-BASED ADAPTIVE VARIABLE LENGTH CODING FOR ADAPTIVE BLOCK TRANSFORMS Field of the Invention
The present invention is generally related to the field of video coding and compression and, more particularly, to a method and system for context-based adaptive variable length coding.
Background of the Invention
A typical video encoder partitions each frame of the original video sequence into contiguous rectangular regions called "blocks". These blocks are encoded in "intra mode" (I- mode), or in "inter mode" (P-mode). For P-mode, the encoder first searches for a block similar to the one being encoded in a previously transmitted "reference frame", denoted by Fref. Searches are generally restricted to being no more than a certain spatial displacement from the block to be encoded. When the best match, or "prediction", has been identified, it is expressed in the form of a two-dimensional (2D) motion vector (Δx, Δy) where Δx is the horizontal and Δy is the vertical displacement. The motion vectors together with the reference frame are used to construct a predicted block F<sub>pred</sub>'.
F<sub>P</sub>red(x,y) = F<sub>re</sub>χx+Δx, y+Δy)
The location of a pixel within the frame is denoted by (x, y).
For blocks encoded in I-mode, the predicted block is formed using spatial prediction from previously encoded neighboring blocks within the same frame. For both I-mode and P- mode, the prediction error, i.e. the difference between the block being encoded and the predicted block, is represented as a set of weighted basis functions of some discrete transform. Transforms are typically performed on an 8x8 or 4x4 block basis. The weights - transform coefficients - are subsequently quantized. Quantization introduces loss of information, thus quantized coefficients have lower precision than the original ones. Quantized transform coefficients and motion vectors are examples of "syntax elements". These, plus some control information, form a complete coded representation of the video sequence. Prior to transmission from the encoder to the decoder, all syntax elements are entropy coded, thereby further reducing the number of bits needed for their representation. Entropy coding is a lossless operation aimed at minimizing the number of bits required to represent transmitted or stored symbols (in our case syntax elements) by utilizing properties of their distribution (some symbols occur more frequently than others). One method of entropy coding employed by video coders is Variable Length Codes (VLC). A VLC codeword, which is a sequence of bits (0's and l's), is assigned to each symbol. The VLC is constructed so that the codeword lengths correspond to how frequently the symbol represented by the codeword occurs, e.g. more frequently occurring symbols are represented by shorter VLC codewords. Moreover, the VLC must be constructed so that the codewords are uniquely decodable, i.e., if the decoder receives a valid sequence of bits of a finite length, there must be only one possible sequence of input symbols that, when encoded, would have produced the received sequence of bits.
To correctly decode the bitstream, both encoder and decoder have to use the same set of VLC codewords and the same assignment of symbols to them. As discussed earlier, to maximize the compression, the most frequently occurring symbols should be assigned the shortest VLC codewords. However, the frequency (probability) of different symbols is dependant upon the actual frame being encoded. In the case where a single set of VLC codewords, and a constant assignment of symbols to those codewords is used, it is likely that the probability distribution of symbols within a given frame will differ from the probabilities assumed by the VLC, even though the average symbol probability across the entire sequence may not. Consequently, using a single set of VLC codewords and a single assignment of symbols to those codewords reduces coding efficiency.
To rectify this problem different methods of adaptation are used. One approach, which offers reasonable computational complexity, and a good compression versus efficiency trade-off, and which is currently used in the state-of-the art video coders, is now described. For a set of symbols, a number of tables specifying VLC codewords (VLCs) are provided for the encoder and the decoder to use. The table selected to encode a particular symbol then depends on the information known both to the encoder and decoder, such as the type of the coded block (I- or P- type block), the component (luma or chroma) being coded, or the quantization parameter (QP) value. The performance depends on how well the parameters used to switch between the VLCs characterize the symbol statistics.
In the decoder, the block in the current frame is obtained by first constructing its prediction in the same manner as in the encoder, and by adding to the prediction the compressed prediction error. The compressed prediction error is found by weighting the transform basis functions using the quantized coefficients. The difference between the reconstructed frame and the original frame is called reconstruction error.
The compression ratio, i.e. the ratio of the number of bits used to represent original sequence and the compressed one, may be controlled by adjusting the value of the quantization parameter (QP) used when quantizing transform coefficients. The compression ratio also depends on the method of entropy coding employed.
Coefficients in a given block are ordered (scanned) using zigzag scanning, resulting in a one-dimensional ordered coefficient vector. An exemplary zigzag scan for a 4x4 block is shown in Figure 1. Zigzag scanning presumes that, after applying 2 dimensional (2D) transform, the transform coefficients having most energy (i.e. higher value coefficients) correspond to low frequency transform functions and are located toward the top-left of the block as it is depicted in Figure 1. Thus, in a coefficient vector produced through zigzag scanning, the higher magnitude coefficients are most likely to appear toward the start of the vector. After quantization most of the low energy coefficients become equal to 0.
The vector of coefficients can be further processed so that each nonzero coefficient is represented by 2 values: a run (the number of consecutive zero coefficients proceeding a nonzero value in the vector), and a level (the coefficient's value).
CAVLC (Context-based Adaptive VLC) is the method of coding transform coefficients used in the JVT coder "Joint Final Committee Draft (JFCD) of Joint Video
Specification (ITU-T Rec. H.264 | ISO/LEC 14496-10 AVC". In summary, encoding a single 4x4 block using CAVLC involves five steps:
1. Encoding the total number of nonzero coefficients in the block, combined with the number of "trailing ones". The number of trailing ones is defined as the number of coefficients with a magnitude of one that are encountered before a coefficient with magnitude greater than one is encountered when the coefficient vector is read in reverse order (i.e. 15, 14, 13, 12, 11, ... in Figure 1). The VLC used to code this information is based upon a predicted number of nonzero coefficients, where the prediction is based on the number of nonzero coefficients in previously encoded neighboring blocks (upper and left blocks).
2. Encoding the sign of any trailing ones.
3. Encoding the levels (magnitudes) of nonzero coefficients other than the trailing ones.
4. Encoding the number of zero values in the coefficient vector before the last nonzero coefficient, i.e. the sum of all the "runs". The VLC used when coding this value depends upon the total number of nonzero coefficients in the block, since there is some relationship between these two values.
5. Encoding the run that occurs before each nonzero coefficient, starting from the last nonzero value in the coefficient vector.
The VLC used to encode a run value is selected based upon the sum of the runs from step (4), and the sum of the runs coded so far. For example, if a block has a "sum of runs" of 8, and the first run encoded is 6, then all remaining runs must be 0, 1, or 2. Because the possible run length becomes progressively shorter, more efficient VLC codes are selected to minimize the number of bits required to represent the run.
A typical block-based video encoder is shown in Figure 2. As shown in Figure 1, the video server 100 comprises a front-end unit 10, which receives video signals 110 from a video source, and a video multiplex coder 40. Each frame of uncompressed video provided from the video source to the input 110 is received and processed macroblock-by-macroblock in a raster-scan order. The front-end unit 10 comprises a coding control manager 12 to switch between the I-mode and P-mode and to perform timing coordination with the multiplex coder 40 via control signals 120, a DCT (Discrete Cosine Transform) transformation module 16 and a quantizer 14 to provide quantized DCT coefficients. The quantized DCT coefficients 122 are conveyed to the multiplex coder 40. The front-end unit 10 also comprises an inverse quantizer 18 and an inverse transformation unit 20 to perform an inverse block-based discrete cosine transform (IDCT), and a motion compensation prediction and estimation module 22 to reduce the temporal redundancy in video sequences and to provide a prediction error frame for error prediction and compensation purposes. The motion estimation module 22 also provides a motion vector 124 for each macroblock to the multiplex coder 40. The multiplex coder 40 typically comprises a scanning module 42 to perform the zigzag scan for forming an order vector for each block of image data, an entropy coding module to designate non-zero quantized DCT coefficients with run and level parameters. The run and level values are further mapped to a sequence of bins, each of which is assigned to a so-called 'context' by a context assignment module 46. The contexts, along with the motion vector, is formatted into a bitstream 140. A context-based encoder is known in the art. Furthermore, it is possible that the transformation module 16 is a FFT (Fast Fourier Transform) module or DFT (Discrete Fourier Transform) module, and that DCT can be an approximation of a DCT.
A typical decoder is shown in Figure 3. As shown, a client 200 comprises a video multiplex decoder 60, which receives the encoded video bitstream 140 from the encoder 40. The decoder 60 also decodes an I-mode frame on a macroblock-by-macroblock basis. Based on the VLC codewords contained in the bitstream 140, a coefficient extractor module 62 in the decoder 60 recovers the run and level values, and then reconstructs an array of quantized DCT coefficients 162 for each block of the macroblock. The encoded motion vector information associated with the macroblock is extracted from the encoded video bitstream 140. The extracted motion vector 166, along with the reconstructed quantized DCT coefficients 162, is provided to a back-end unit 80. An inverse quantizer 84 inverse quantizes the quantized DCT coefficients 162 representing the prediction error information for each block of the macroblock provides the results to an inverse transformer 86. With the control information provided by a coding control manager 82, an array of reconstructed prediction error values for each block of the macroblock is yielded in order to produce video signals 180.
Currently, video and still images are typically coded with help of a block-wise transformation to frequency domain. Such coding method is used in H.26L (or H.264-to-be) standard by the Joint Video Team (JVT). In such a method, the image is first subdivided into blocks of 4x4 pixels in size and the blocks are transformed into a 4x4 matrix of transform coefficients. The coefficients are then arranged by scanning them along a zigzag path, wherein the low-frequency coefficients are placed first in the scan in order to form an ordered sequence of transform coefficients - a one-dimensional vector. A 4x4 transform coefficient matrix of Figure 1 will result in a one-dimension array or a sequence of 1, 2, 5, 9, 6, 3, 4, 7, 10, 13, 14, 11, 8, 12, 15, 16. This is advantageous because the following step is to code the quantized values of the DCT coefficients by rom-length coding, whereby the more probable runs are represented by short codes (Huffman coding or arithmetic coding). Arranged in such a manner, many of the coefficients at the end of the scan usually end up being zero. Thus the coefficients are coded with high-efficiency. It is known that variable-length coding means that not all symbols have the same length (in bits). Huffman coding is an example of variable-length coding. Arithmetic is slightly different in that it involves a series of symbols. Thus, it is in general not possible to describe the length of ONE symbol as requiring X bits. Rather, a specific series of symbols will require Y bits. For this reason "entropy coding" is perhaps a more general term than "variable-length coding".
The above-described coding scheme is used for producing a block transform of 4x4 pixels. However, Context-based Adaptive VLC (CAVLC) may involve in partitioning the transform coefficients into blocks that are larger than 4x4. For example, the JVT coder contains a feature called "Adaptive Block Transforms" (ABT) which performs transforms on 4x8, 8x4, and 8x8 blocks. Thus, the coding scheme designed for 4x4 blocks can no longer be applied. A solution to the problem is to split the larger block into sub-blocks of size 4x4. An existing solution has been proposed, wherein the ABT block of coefficients is divided into 4x4 blocks in the spatial domain. As an example, an 8x8 block is shown in Figure 4 with one of the scan orders used for this block in the JVT coder. The same block partitioned into four 4x4 blocks is shown in Figures 5a to 5c. Subsequently each 4x4 block is zigzag scanned using 4x4 scan, yielding a plurality of vectors of length 16. These length 16 vectors are then passed to the standard 4x4 CAVLC algorithm. When 4x4 scan shown in Figure 1 is used for the 4x4 blocks in Figures 5a to 5c, the resulting vectors are as given in Figure 6a to 6c. This existing CAVLC algorithm makes certain assumptions about the content of a coefficient vector. When these assumptions are violated, the coding tables (i.e. the tables specifying which codeword is used to describe which symbol) used by CAVLC are "mismatched". This means that the length of codewords in the table no longer accurately reflects the probability of a symbol, and consequently CAVLC is less efficient. As a result of this existing approach, each of the 4x4 blocks created after partitioning of the ABT block has coefficients corresponding to different frequencies in the ABT transform. For example, the 4x4 block of Figure 5 a contains low frequency information (both horizontally and vertically) and therefore most of the high amplitude coefficients. Likewise, the 4x4 block of Figure 5d contains high frequency information and low amplitude coefficients. The CAVLC algorithm assumes that higher magnitudes generally occur toward the start of the vector, and critically, it assumes that longer runs of zeros will generally occur toward the end of a vector. The 4x4 block of Figure 5d is statistically unlikely to contain many values in the 4x4 block of Figure 5a, and the "outlying" values are likely to have long runs of zeros associated with them. Although the 4x4 block of Figure 5d may contain one or two nonzero coefficients, the locations of those coefficients are mismatched with what
CAVLC expects, and consequently coding of that block requires a disproportionately large number of bits.
The CAVLC method also assumes that the neighboring blocks have similar number of nonzero coefficients. For the blocks, which have coefficients corresponding to different frequencies of transform functions the number of nonzero coefficients vary drastically. That can lead to the wrong choice of the VLC table used to code the number of the nonzero coefficient of a given block since this choice is based on the number of the nonzero coefficients of its neighbors.
Thus, the existing block partitioning scheme is not an optimal solution in terms of coding efficiency and quantization accuracy. It is advantageous and desirable to provide a more efficient method and system for video and image coding, which can be applied to ABT blocks having a general size of (4«)x(4m) where n and m are positive integers equal to or greater than 1.
Summary of the Invention
It is a primary objective of the present invention to reduce the number of bits required to represent the quantized coefficients that result after application of a block transform larger than 4x4. More precisely, it is aimed at reducing the number of bits required to represent coefficients resulting from a 4x8, 8x4, or 8x8 transform. Moreover, in order to simplify design of the JVT encoder as well as to minimize the memory required by the code implementing JVT, it is desirable that the CAVLC method developed for 4x4 block is used to code 4x8, 8x4, or 8x8 blocks unchanged or with minimal modifications.
The objective can be achieved by partitioning a block larger than 4x4 by a plurality of sub-block of size 4x4 using the original vector in an interleaved fashion. Thus, according to the first aspect of the present invention, a method of image coding characterized by forming at least a block of transform coefficients from the image data, by scanning the block of transform coefficients for providing a sequence of transform coefficients, by sub-sampling the transform coefficients in the sequence in an interleaved manner for providing a plurality of sub-sampled sequences of transform coefficients, and by coding the sub-sampled sequences of transform coefficients using an entropy encoder.
Advantageously, said sub-sampling is carried out prior to or after said coding.
Preferably, the sequence of the transform coefficients has a length of 16nxm, where n and m are positive integer equal to or greater than 1, and each of said sub-sampled sequence of the transform coefficients has a length of 16.
According to the second aspect of the present invention, there is provided a computer program to be used in image coding, wherein the coding process comprises the steps of: forming at least a block of transform coefficients from the image data, and scanning the block of transform coefficients for providing a sequence of transform coefficients. The computer program is characterized by an algorithm for sub-sampling the transform coefficients in the sequence in an interleaved manner for providing a plurality of sub-sampled sequences of transform coefficients.
Advantageously, the coding process further comprises the step of coding the sub- sampled sequences of transform coefficients using an entropy encoder.
Alternatively, the coding process further comprises the step of coding the sequence of transform coefficients using an entropy encoder prior to said sub-sampling. . According to the third aspect of the present invention, there is provided an image encoder for receiving image data and providing a bitstream indicative of the image data. The image encoder is characterized by: means for forming at least a block of transform coefficients from the image data, by means for scanning the block of transform coefficients for forming an ordered sequence of transform coefficients from the block, by a software program for sub-sampling the ordered sequence of transform coefficients in order to form a plurality of sub-sampled sequences of transform coefficients, by means for entropy coding the sub-sampled sequences of transform coefficients for provided signals indicative of the encoded transform coefficients, and by means, for providing the bitstream based on the signals.
According to the fourth aspect of the present invention, there is provided an image coding system comprising a server for providing a bitstream indicative of image data and a client for reconstructing the image data based on the bitstream, wherein the server characterized by a receiver for receiving signals indicative of the image data, by means for forming at least a block of transform coefficients from the signals, by means for scanning the block of transform coefficients for forming an ordered sequence of transform coefficients from the block, by a software program for sub-sampling the ordered sequence of transform coefficients in order to form a plurality of sub-sampled sequences of transform coefficients, by means for entropy coding the sub-sampled sequences of transform coefficients for provided further signals indicative of the encoded transform coefficients, and by means, for providing the bitstream based on the further signals.
Brief Description of the Drawings
Figure 1 is an exemplary zigzag scan for a 4x4 block.
Figure 2 is a block diagram showing a typical video server, which employs block- based transform coding and motion-compensated prediction.
Figure 3 is a block diagram showing a typical video client corresponding to the encoder of Figure 2.
Figure 4 is an exemplary zigzag scan for an 8x8 block. Figure 5 a is a 4x4 sub-block from the 8x8 block of Figure 4. Figure 5b is another 4x4 sub-block from the 8x8 block of Figure 4. Figure 5c is yet another 4x4 sub-block from the 8x8 block of Figure 4. Figure 5d is the fourth 4x4 sub-block from the 8x8 block of Figure 4.
Figure 6a is a one-dimensional array representing a vector, according to the 4x4 block of Figure 5a, to be passed to the 4x4 CAVLC algorithm.
Figure 6b is a one-dimensional array representing a vector, according to the 4x4 block of Figure 5b, to be passed to the 4x4 CAVLC algorithm. Figure 6c is a one-dimensional array of coefficients representing a vector, according to the 4x4 block of Figure 5c, to be passed to the 4x4 CAVLC algorithm.
Figure 6d is a one-dimensional array representing a vector, according to the 4x4 block of Figure 5d, to be passed to the 4x4 CAVLC algorithm.
Figure 7 is a one-dimensional vector representing an ordered sequence of coefficients of a 8x8 block.
Figure 8a is a one-dimensional array of coefficients representing the first segmented vector from the original vector, according to the present invention.
Figure 8b is a one-dimensional array of coefficients representing the second segmented vector from the original vector, according to the present invention. Figure 8c is a one-dimensional array of coefficients representing the third segmented vector from the original vector, according to the present invention.
Figure 8d is a one-dimensional array of coefficients representing the fourth segmented vector from the original vector, according to the present invention. Figure 9 is a block diagram showing an exemplary video server, according to the present invention.
Figure 10 is a block diagram showing a video client, according to the present invention, which is corresponding to the video encoder of Figure 9.
Figure 1 la is a 4x4 block sub-sampled from an 8x8 block of transform coefficients. Figure 1 lb is another 4x4 block sub-sampled from an 8x8 block of transform coefficients.
Figure 1 lc is yet another 4x4 block sub-sampled from an 8x8 block of transform coefficients.
Figure 1 Id is the fourth 4x4 block sub-sampled from an 8x8 block of transform coefficients.
Best Mode to Carry Out the Invention
The block segmentation method, according to the present invention, partitions an ABT block (an 8x8 block, a 4x8 or 8x4 block) of transform coefficients into 4x4 blocks, which are encoded using the standard 4x4 CAVLC algorithm. The division of the coefficients among 4x4 blocks is based on the coefficients energy to ensure that the statistical distributions of coefficients in each 4x4 blocks is similar. The energy of the coefficient depends on the frequency of the transform function to which it corresponds and can be for example indicated by its position in the zigzag scan of the ABT block. As a result of such division, not all the coefficients selected to a given 4x4 block are adjacent to each other spatially in ABT block.
The method presented in this invention operates on blocks of coefficients produced using a 4x8, 8x4 or 8x8 transform, which have subsequently been scanned in a zigzag pattern (or any other pattern) to produce an ordered vector of coefficients. As mentioned earlier, the goal of zigzag scanning is to pack nonzero coefficients toward the start of the coefficient vector. Effectively, the goal is to arrange the coefficients according to decreasing energy (variance). The actual scan used to accomplish this is of no consequence to this invention, provided the energy is generally decreasing. After zigzag scanning to produce a length N ordered vector of coefficients (N being
64 for an 8x8 block, or 32 for a 4x8 or 8x4 block), the algorithm of the present invention segments this vector into N/16 smaller vectors, each of length 16. Each such vector is formed by taking every (N/16)<sup>th</sup> coefficient from the length N coefficient vector in a sub-sampling process. For example, if the ordered vector contains coefficients labeled cO, cl, c2, ..., c63, then the first segmented vector of length 16 contains cO, c4, c8, cl2, ..., c60. The second segmented vector of length 16 vector contains cl, c5, c9, cl3, ..., c61, and so on for the third and fourth vectors. For example, if the ordered vector is represented by a one-dimensional array of 64 coefficients as shown in Figure 1, then the first, second, third and fourth segmented vectors of length 16 are shown, respectively, in Figures 8a - 8d. After the sub-sampled vectors of length 16 are obtained in the described manner, they are encoded using the standard 4x4 CAVLC algorithm. As written in the CAVLC description, coding of nonzero coefficients relies on the number of nonzero coefficients of the upper and left neighboring 4x4 blocks (See Figures 8a to 8d). Therefore each of the vectors created by splitting ABT block is assigned the spatial locations of one of the 4x4 blocks created by dividing ABT block spatially. For example when the method of the present invention operates on 8x4 block the first vector is assigned upper 4x4 block and the second vector lower block.
In the method, according to the present invention, where every fourth coefficient is selected as shown in Figures 8a - 8d, one coefficient out of the first ("most significant") four coefficients numbered 0-4 is allocated to each 4x4 block. One coefficient out of the next group of four (numbered 4-7) is allocated to each 4x4 block. The same pattern repeats for remaining groups of four coefficients. This has the effect of "balancing" the amount of energy in each of the resulting 4x4 blocks. According to our experiments, this algorithm requires an average of 3-5% fewer bits to represent a given video sequence, when compared to the existing solution. To facilitate the video coding using the vector segmentation method, according to the present invention, a video server 102 as shown in Figure 9 and a video client 202 as shown in Figure 10 can be used. The major difference between the encoder 242, according to the present invention, and the typical encoder 40 (Figure 2) is that the multiplex encoder 242 comprises an interleaving segmentation unit 48 for segmenting an ABT block (a 4nx4m block, with n, m being positive integer equal to or greater than 1) into nxm blocks in an interleaved manner, as illustrated in Figures 8a - 8d. According to the present invention, after the scanning unit 42 produces an ordered vector of coefficients of length N (N=\6nxm), a computer software in the interleaving segmentation unit 48 having an algorithm is used to segment this ordered vector into nxm smaller vectors, each of which has a length of 16. Each such vector is formed by taking every (nxm)<sup>th</sup> coefficients from the ordered coefficient vector of length N. Thus, the bitstream 142 is indicative of the contexts of the nxm segmented vectors.
Likewise, in the decoder 262 of the client 202 has a vector assembling unit 66, which has a computer program with an algorithm for regrouping the coefficients in nxm segmented vectors into an ordered vector of length N.
It should be noted that the algorithm as described in conjunction with Figures 8a to 10 is a specific embodiment of a more general concept. It is possible to assign a number to each position in the length N vector representing its "distance" from the DC (or first) term in the vector. This value should reflect the relative importance of the coefficients in that position. For example, in Figure 1, the selection of whether to encode position 1 or 2 first is nearly arbitrary; therefore they might be assigned the same "distance" or "cost" value.
Ensuring that all blocks possess similar characteristics (i.e. are suited to the CAVLC coder) is then a minimization problem. For each possible allocation pattern, the total "cost" of coefficients in each 4x4 block can be calculated, and the variance across the 4x4 blocks taken. The allocation pattern that minimizes the variance will lead to blocks with the most similar statistical properties.
Mathematically, if P is the set of allocation patterns, then we want to calculate the value of p such that σ<sup>2</sup> = minσ^ p <sup>p</sup> and d,-<sub>j</sub> is the "cost" of the i<sup>th</sup> coefficient in the <sup>h</sup><img file="WO2004032032A1_D0001.tif" /> segmented vector. As mentioned above, the allocation pattern described here is one example of an attempt to minimize the "cost variance" between segmented blocks. It should be understood that if the allocation patterns are selected adaptively, information on the allocation pattern that is used at the encoder needs to be transmitted to the decoder.
Alternatively, the allocation pattern can be determined from other parameters used in the coding of the image. What is essential here is that both the encoder and the decoder use the same allocation pattern, since otherwise the coded image cannot be decoded properly.
It should be noted that the DC coefficient can be coded differently and separately. However, in order to ensure that the existing 4x4 CAVLC is unchanged, the DC coefficient is not treated any differently than the 3 lowest-frequency AC values. Treating the DC coefficient separately would mostly result in a benefit when there are very few coefficients in the block (for example, for an 8x8 block, three out of four 4x4 blocks are empty). In this case, it may be desirable to exclude the DC term from the prediction of number of non-zero values. However, the benefit may not be significant in general.
The distance/cost metric intrinsic to a coefficient's position in the scan can be used to determine which 4x4 block that coefficient is allocated to. For example, a cost pattern of (0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 ..." can be used for such determining. Alternatively, a cartesian distance such as "0111.42 ..." can be used. The effect of the allocation algorithm is to create blocks with an equal or approximately equal total cost. As such, the variance of the total cost for each block is taken to be a measure of the similarity. The block selected for the next coefficient in the scan is the block with the lowest accumulated cost of coefficients allocated to it so far.
It is also possible that, prior to zigzag scanning, a pre-determined sub-sample procedure is used to sub-sample the 8x8 block as shown in Figure 4 into four "interleaved" sub-blocks as shown in Figures lla - l ld. A zigzag scan is then applied to these sub-blocks in order to produce four ordered vectors of length 16. As such, the result is equivalent to that shown in Figures 8a to 8d. Accordingly, it is possible to provide an image coding method, which comprises the steps of: 1. forming at least a block of transform coefficients for the image data;
2. sub-sampling the transform coefficients in the block in a pre-determined manner for providing a plurality of sub-sampled blocks of transform coefficients;
3. scanning the sub-sampled blocks of transform coefficients for providing a plurality of sub-sampled sequences of transform coefficients, and
4. coding the sub-sampled sequences of transform coefficients using an entropy encoder.
The method of the present invention as described herein above divides coefficients corresponding to different frequencies of the ABT transform among 4x4 blocks more equally. Therefore the created 4x4 blocks have properties statistically similar to those expected by the CAVLC coder, which leads to increased coding efficiency.
Thus, although the invention has been described with respect to a preferred embodiment thereof, it will be understood by those skilled in the art that the foregoing and various other changes, omissions and deviations in the form and detail thereof may be made without departing from the scope of this invention.
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US10515134B2 | Cited by | United States of America | Applicant |
19 members in 9 offices
Priority claims9
| Document | Office | Kind | Date |
|---|---|---|---|
| 264279 | United States of America | – | |
| 26427902 | United States of America | A | |
| 26427902 | United States of America | A | |
| 0303382 | International Bureau of the World Intellectual Property Organization (WIPO) | W | |
| 0303382 | International Bureau of the World Intellectual Property Organization (WIPO) | W | |
| 264279 | – | – | – |
| IB2003003382 | – | – | – |
| US20020264279 | – | – | – |
| WO2003IB03382 | – | – | – |
Members19
| Document | Office | Kind | |
|---|---|---|---|
| US2004066974A1 | United States of America | A1 | |
| CA2498384A1 | Canada | A1 | |
| WO2004032032A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU2003253133A1 | Australia | A1 | |
| US6795584B2 | United States of America | B2 | |
| KR20050052523A | Republic of Korea | A | |
| EP1546995A1This record | European Patent Office (EPO) | A1 | |
| CN1689026A | China | A | |
| JP2006501740A | Japan | A | |
| RU2005113308A | Russian Federation | A | |
| EP1546995A4 | European Patent Office (EPO) | A4 | |
| KR100751869B1 | Republic of Korea | B1 | |
| CN101132534A | China | A | |
| CN100392671C | China | C | |
| RU2330325C2 | Russian Federation | C2 | |
| JP4308138B2 | Japan | B2 | |
| CN101132534B | China | B | |
| CA2498384C | Canada | C | |
| EP1546995B1 | European Patent Office (EPO) | B1 |
66 legal events, as 8 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent expired after termination of 20 yearsExpiredPE20 | PE20 | GB | |
| Patent expired because of reaching the maximum lifetime of a patentExpiredMK | MK | NL | |
| Expiry of rightR071 | R071 | DE | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Change of ownershipPD | PD | NL | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Amendments to the register in respect of changes of name or changes affecting rights (sect. 32/1977)REGISTERED BETWEEN 20150910 AND 20150916732E | 732E | GB | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Notification of lapseLapsedST | ST | FR | |
| Patent lapsedLapsedMM4A | MM4A | IE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filedOpposition26N | 26N | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Translation filed for an european patent granted for nl, confirming art. 52 par. 1 or 6 of the patents act 1995GrantedT3 | T3 | NL | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| Reference to at number (ep patent validated in austria)REF | REF | AT | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| Change of applicant/patenteeR081 | R081 | DE | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Amendment of ipc main classPREVIOUS MAIN CLASS: G06K0009460000R079 | R079 | DE | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Supplementary search report drawn up and despatchedA4 | A4 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Request for extension of the european patent (deleted)DAX | DAX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 1546995
- Publication, DOCDB
- 1546995
- Publication, EPODOC
- EP1546995
- Application
- 3798973
- Application, DOCDB
- 03798973
- Application, EPODOC
- EP20030798973
Titles3
- German
- KONTEXTABHûNGIGE ADAPTIVE VARIABLE-LûNGE-CODIERUNG F R ADAPTIVE BLOCKTRANSFORMATIONEN
- English
- CONTEXT-BASED ADAPTIVE VARIABLE LENGTH CODING FOR ADAPTIVE BLOCK TRANSFORMS
- French
- CODAGE ADAPTATIF A LONGUEUR VARIABLE BASE SUR LE CONTEXTE POUR TRANSFORMATION ADAPTATIVE PAR BLOCS
Classification
- CPC, 7
- H04N19/13
- H04N19/18
- H04N19/176
- H04N19/122
- H04N19/61
- H04N19/136
- H04N19/60
- IPC, 5
- H04N7 26
- G06T9 00
- H03M7 40
- H04N1 413
- H04N7 50
Designated states2
- Contracting states, 1
- Türkiye
- Extension states, 1
- North Macedonia