Aspects of the present disclosure relate generally to image/video coding and compression, and more particularly, to methods and apparatus for cross-component prediction technology.
Various video coding techniques may be used to compress video data. Video coding is performed according to one or more video coding standards. For example, video coding standards include versatile video coding (VVC), high-efficiency video coding (H.265/HEVC), advanced video coding (H.264/AVC), moving picture expert group (MPEG) coding, or the like. Video coding generally utilizes prediction methods (e.g., inter-prediction, intra-prediction, or the like) that take advantage of redundancy present in video images or sequences. An important goal of video coding techniques is to compress video data into a form that uses a lower bit rate, while avoiding or minimizing degradations to video quality.
The following presents a simplified summary of one or more aspects according to the present disclosure in order to provide a basic understanding of such aspects. This summary is not an extensive overview of all contemplated aspects, and is intended to neither identify key or critical elements of all aspects nor delineate the scope of any or all aspects. Its sole purpose is to present some concepts of one or more aspects in a simplified form as a prelude to the more detailed description that is presented later.
According to one aspect of the present disclosure, there is provided a method for decoding video data, comprising: obtaining a video block from a bitstream; obtaining neighboring luma and chroma sample values of the video block; performing at least one pre-operation to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values; deriving a linear model by using the pre-operated neighboring luma sample values and the neighboring chroma sample values; predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value; and obtaining decoded video block using the predicted internal chroma sample values.
According to another aspect of the present disclosure, there is provided a method for encoding video data, comprising: obtaining a video block from a video frame; obtaining neighboring luma and chroma sample values of the video block; performing at least one pre-operation to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values; deriving a linear model by using the pre-operated neighboring luma sample values and the neighboring chroma sample values; predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value; and generating a bitstream comprising encoded video block using the predicted internal chroma sample values.
According to an embodiment, there is provided a computer system, comprising: one or more processors; and one or more storage devices storing computer-executable instructions that, when executed, cause the one or more processors to perform the operations of the method of the present disclosure.
According to an embodiment, there is provided a computer program product, storing computer-executable instructions that, when executed, cause one or more processors to perform the operations of the method of the present disclosure.
According to an embodiment, there is provided a computer readable medium, storing computer-executable instructions that, when executed, cause one or more processors to receive a bitstream and perform the operations of the method of the present disclosure based on the bitstream.
According to an embodiment, there is provided a computer readable medium, storing computer-executable instructions that, when executed, cause one or more processors to perform the operations of the method of the present disclosure and transmit a bitstream comprising encoded video information associated with the predicted chroma samples.
The disclosed aspects will hereinafter be described in connection with the appended drawings that are provided to illustrate and not to limit the disclosed aspects.
Reference will now be made in detail to specific implementations, examples of which are illustrated in the accompanying drawings. In the following detailed description, numerous non-limiting specific details are set forth in order to assist in understanding the subject matter presented herein. But it will be apparent to one of ordinary skill in the art that various alternatives may be used without departing from the scope of claims and the subject matter may be practiced without these specific details. For example, it will be apparent to one of ordinary skill in the art that the subject matter presented herein can be implemented on many types of electronic devices with digital video capabilities.
It should be illustrated that the terms “first,” “second,” and the like used in the description, claims of the present disclosure, and the accompanying drawings are used to distinguish objects, and not used to describe any specific order or sequence. It should be understood that the data used in this way may be interchanged under an appropriate condition, such that the embodiments of the present disclosure described herein may be implemented in orders besides those shown in the accompanying drawings or described in the present disclosure.
The first version of the VVC standard was finalized in July, 2020, which offers approximately 50% bit-rate saving or equivalent perceptual quality compared to the prior generation video coding standard HEVC. Although the VVC standard provides significant coding improvements than its predecessor, there is evidence that superior coding efficiency can be achieved with additional coding tools. Recently, Joint Video Exploration Team (JVET) under the collaboration of ITU-T VCEG and ISO/IEC MPEG started the exploration of advanced technologies that can enable substantial enhancement of coding efficiency over VVC. In April 2021, one software codebase, called Enhanced Compression Model (ECM) was established for future video coding exploration work. The ECM reference software was based on VVC Test Model (VTM) that was developed by JVET for the VVC, with several existing modules (e.g., intra/inter prediction, transform, in-loop filter and so forth) are further extended and/or improved. In future, any new coding tool beyond the VVC standard need to be integrated into the ECM platform, and tested using JVET common test conditions (CTCs).
Similar to all the preceding video coding standards, the ECM is built upon the block-based hybrid video coding framework.
In
The main focus of this disclosure is to further enhance the coding efficiency of the coding tool of cross-component prediction, cross-component linear model (CCLM), that is applied in the ECM. In the following, some related coding tools in the ECM are briefly reviewed. After that, some deficiencies in the existing design of CCLM are discussed. Finally, the solutions are provided to improve the existing CCLM prediction design.
To reduce the cross-component redundancy, a cross-component linear model (CCLM) prediction mode is used in the VVC, for which the chroma samples are predicted based on the reconstructed luma samples of the same CU by using a linear model as follows:
where predC(i,j) represents the predicted chroma samples in a CU, and recL′(i,j) represents the α down-sampled reconstructed luma samples of the same CU which are obtained by performing down-sampling on the reconstructed luma samples recL(i, j). The above α and β are linear model parameters which are derived from at most four neighboring chroma samples and their corresponding down-sampled luma samples, which may be referred to as neighboring luma-chroma sample pairs. Suppose that a current chroma block has a size of W×H, then W′ and H′ are obtained as follows:
W′=W,H′=H when LM mode is applied;
W′=W+H when LM-A mode is applied;
H′=H+W when LM-L mode is applied;
where in the LM mode, above samples and left samples of the CU are used together to calculate the linear model coefficients; in the LM_A mode, only the above samples of the CU are used to calculate the linear model coefficients; and in the LM_L mode, only the left samples of the CU are used to calculate the linear model coefficients.
If locations of above neighboring samples of a chroma block are denoted as S[0, −1] . . . S[W′−1, −1] and locations of left neighboring samples of the chroma block are denoted as S[−1, 0] . . . S[−1, H′−1], positions of four neighboring chroma samples are selected as follows:
The four neighboring luma samples corresponding to the selected locations are obtained by a down-sampling operation and the obtained four neighboring luma samples are compared four times to find two larger values: x0A and x1A, and two smaller values: x0B and x1B. Chroma sample values corresponding to the two larger values and the two smaller values are denoted as y0A, y1A, Y0B and y1B respectively. Then Xa, Xb, Ya and Yb are derived as:
Finally, the linear model parameters α and β are obtained according to the following equations.
The division operation to calculate parameter α is implemented with a look-up table. To reduce the memory required for storing the table, the diff value (difference between maximum and minimum values) and the parameter α are expressed by an exponential notation. For example, diff is approximated with a 4-bit significant part and an exponent. Consequently, the table for 1/diff is reduced into 16 elements for 16 values of the significand as follows:
This would have a benefit of both reducing the complexity of the calculation as well as the memory size required for storing the needed tables
Besides the above template and left template can be used to calculate the linear model coefficients together, they also can be used alternatively in the other 2 LM modes, called LM_A, and LM_L modes.
In LM_T mode, only the above template is used to calculate the linear model coefficients. To get more samples, the above template is extended to (W+H) samples. In LM_L mode, only left template is used to calculate the linear model coefficients. To get more samples, the left template is extended to (H+W) samples.
In LM_LT mode, left and above templates are used to calculate the linear model coefficients.
To match the chroma sample locations for 4:2:0 video sequences, two types of down-sampling filter are applied to luma samples to achieve 2 to 1 down-sampling ratio in both horizontal and vertical directions. The selection of down-sampling filter is specified by a SPS level flag. The two down-sampling filters are as follows, which are corresponding to “type-0” and “type-2” content, respectively.
Note that only one luma line (general line buffer in intra prediction) is used to make the down-sampled luma samples when the upper reference line is at the CTU boundary.
This parameter computation is performed as part of the decoding process, and is not just as an encoder search operation. As a result, no syntax is used to convey the α and β values to the decoder.
For chroma intra mode coding, a total of 8 intra modes are allowed for chroma intra mode coding. Those modes include five traditional intra modes and three cross-component linear model modes (CCLM, LM_A, and LM_L). Chroma mode signalling and derivation process are shown in Table 1. Chroma mode coding directly depends on the intra prediction mode of the corresponding luma block. Since separate block partitioning structure for luma and chroma components is enabled in I slices, one chroma block may correspond to multiple luma blocks. Therefore, for Chroma DM mode, the intra prediction mode of the corresponding luma block covering the center position of the current chroma block is directly inherited.
A single binarization table is used regardless of the value of sps_cclm_enabled_flag as shown in Table 2.
In Table 2, the first bin indicates whether it is regular (0) or LM modes (1). If it is LM mode, then the next bin indicates whether it is LM_CHROMA (0) or not. If it is not LM_CHROMA, next 1 bin indicates whether it is LM_L (0) or LM_A (1). For this case, when sps_cclm_enabled_flag is 0, the first bin of the binarization table for the corresponding intra_chroma_pred_mode can be discarded prior to the entropy coding. Or, in other words, the first bin is inferred to be 0 and hence not coded. This single binarization table is used for both sps_cclm_enabled_flag equal to 0 and 1 cases. The first two bins in Table 2 are context coded with its own context model, and the rest bins are bypass coded.
In addition, in order to reduce luma-chroma latency in dual tree, when the 64×64 luma coding tree node is partitioned with Not Split (and ISP is not used for the 64×64 CU) or QT, the chroma CUs in 32×32/32×16 chroma coding tree node are allowed to use CCLM in the following way:
In all the other luma and chroma coding tree split conditions, CCLM is not allowed for chroma CU.
During the ECM development, the simplified derivation of α and β (min-max approximation) is removed. Instead, linear least square solution between causal reconstructed data of down-sampled luma samples and causal chroma samples to derive model parameters α and β.
where RecC(i) and Rec′L(i) indicate reconstructed chroma samples and down-sampled reconstructed luma samples around the target block, I indicates total samples number of neighboring data.
The LM_A, LM_L modes are also called Multi-Directional Linear Model (MDLM).
Integerization for the above discussed Least Mean Square (LMS) (please refer to equations (8)-(9)) has been proposed as improvements for CCLM. The initial integerization design of LMS CCLM was firstly proposed in JCTVC-C206. The method was then improved by a series of simplification, including JCTVC-F0233/10178 which reduces α precision nα from 13 to 7, JCTVC-10151 which reduces the maximum multiplier bitwidth, and JCTVC-H0490/I0166 which reduces division LUT entries from 64 to 32, finally leads to the ECM LMS version.
As discussed in equation (1), the integerization design utilizes the linear relationship to modelize the correlation of luma signal and chroma signal. The chroma values are predicted from reconstructed luma values of collocated block.
Luma and chroma components have different sampling ratios in YUV420 sampling. The sampling ratio of chroma components is half of that of luma component and has 0.5 pixel phase difference in vertical direction. Reconstructed luma needs down-sampling in vertical direction and subsample in horizontal direction to match size of chroma signal. For example, the down-sampling may be implemented by:
Float point operation is necessary in equation (8) to calculate linear model parameters α to keep high data accuracy. And float point multiplication is involved in equation (1) when α is represented by float point value. In this section, the integer implementation of this algorithm is designed. Specifically, fractional part of parameter α is quantized with nα bits data accuracy. Parameter α value is represented by an up-scaled and rounded integer value α′ and α′=α×(1<<nα). Then the linear model of equation (1) is changed to:
Where β′ is the rounding value of float point β and α′ can be calculated as follows.
It is proposed to replace division operation of equation (12) by table lookup and multiplication. A2 is firstly de-scaled to reduce the table size. A1 is also de-scaled to avoid product overflow. Then, in A2 it is kept only most significant bits defined by nA
Where [ . . . ] means rounding operation and rA
Where bdepth(A2) means bit depth of value A2.
Same operation is done for A1, as follows:
Taking into account quantized representation of A, and A2, equation (12) can be re-written as following.
is represented as lookup table with length of 2n
In the simulation, the constant parameters are set as:
In final, α′ is clipped to [−2−15, 215−1], to remain 16 bits multiplication in equation (11). With this clipping, the actual a value is limited to [−4,4) when na equals to 13, which is useful to prevent the error amplification.
With calculated parameter α′, parameter β′ is calculated as follows:
Wherein the division of above equation can be simply replaced by shift, since value I is power of 2.
Similar as discussed above with regard to equation (1), in HM6.0, an intra prediction mode called LM is applied to predict chroma PU based on a linear model using the reconstruction of the collocated luma PU. The parameters of the linear model consist of slope (a>>k) and y-intercept (b), which are derived from the neighboring luma and chroma pixels using the least mean square solution. The values of the prediction samples predSamples[x,y], with x,y=0 . . . nS−1, where nS specifies the block size of the current chroma PU, are derived as follows:
where PY′[x,y] is the reconstructed pixels from the corresponding luma component. When the coordinates x and y are equal to or larger than 0, PY′ is the reconstructed pixel from the co-located luma PU. When x or y is less than 0, PY′ is the reconstructed neighboring pixel of the co-located luma PU.
Some intermediate variables in the derivation process, L, C, LL, LC, k2 and k3, are derived as:
Therefore, variables a, b and k can be derived as:
where lmDiv is specified in a 63-entry look-up table, i.e. Table 3, which is online generated by:
In Equation (19-6), a1s is a 16-bit signed integer and lmDiv is a 16-bit unsigned integer. Therefore, 16-bit multiplier and 16-bit storage are needed. It is proposed to reduce the bit depth of multipliers to the internal bit depth, as well as the size of the look-up table, as detailed below.
The bit depth of a1s is reduced to the internal bit depth by changing equation (19-4) as:
The values of lmDiv with the internal bit depth are achieved with the following equation (22) and stored in the look-up table:
Table 4 shows the example of internal bit depth 10.
Modifications are also made to Equation (19-3) and (19-8) as below:
It is also proposed to reduce the entries from 63 to 32, and the bits for each entry from 16 to 10, as shown in Table 5. By doing this, almost 70% memory saving can be achieved. The corresponding changes for equation (19-6), equation (20) and equation (19-8) are as follows:
In ECM−1.0, Multi-model LM (MMLM) prediction mode is proposed, for which the chroma samples are predicted based on the reconstructed luma samples of the same CU by using two linear models as follows:
where predC(i,j) represents the predicted chroma samples in a CU and recL′(i, j) represents the down-sampled reconstructed luma samples of the same CU. Threshold is calculated as the average value of the neighboring reconstructed luma samples.
Such a method is also called min-max method. The division in the equation above could be avoided and replaced by a multiplication and a shift.
For a coding block with a square shape, the above two equations are applied directly. For a non-square coding block, the neighboring samples of the longer boundary are first subsampled to have the same number of samples as for the shorter boundary.
Besides the scenario wherein the above template and the left template are used together to calculate the linear model coefficients, the two templates also can be used alternatively in the other two MMLM modes, called MMLM_A, and MMLM_L modes.
In MMLM_A mode, only pixel samples in the above template are used to calculate the linear model coefficients. To get more samples, the above template is extended to the size of (W+W). In MMLM_L mode, only pixel samples in the left template are used to calculate the linear model coefficients. To get more samples, the left template is extended to the size of (H+H).
Note that when the upper reference line is at the CTU boundary, only one luma row (which is stored in line buffer for intra prediction) is used to make the down-sampled luma samples.
For chroma intra mode coding, a total of 11 intra modes are allowed for chroma intra mode coding. Those modes include five traditional intra modes and six cross-component linear model modes (CCLM, LM_A, LM_L, MMLM, MMLM_A and MMLM_L). Chroma mode signaling and derivation process are shown in Table 6. Chroma mode coding directly depends on the intra prediction mode of the corresponding luma block. Since separate block partitioning structure for luma and chroma components is enabled in I slices, one chroma block may correspond to multiple luma blocks. Therefore, for Chroma DM mode, the intra prediction mode of the corresponding luma block covering the center position of the current chroma block is directly inherited.
MMLM and LM modes may also be used together in an adaptive manner. For MMLM, two linear models are as follows:
where predC(i,j) represents the predicted chroma samples in a CU and recL′(i, j) represents the downsampled reconstructed luma samples of the same CU. Threshold can be simply determined based on the luma and chroma average values together with their minimum and maximum values.
For a coding block with a square shape, the above equations are applied directly. For a non-square coding block, the neighboring samples of the longer boundary are first subsampled to have the same number of samples as for the shorter boundary.
Besides the scenario wherein the above template and the left template are used together to determine the linear model coefficients, the two templates also can be used alternatively in the other two MMLM modes, called MMLM_A, and MMLM_L modes respectively.
In MMLM_A mode, only pixel samples in the above template are used to calculate the linear model coefficients. To get more samples, the above template is extended to the size of (W+W). In MMLM_L mode, only pixel samples in the left template are used to calculate the linear model coefficients. To get more samples, the left template is extended to the size of (H+H).
Note that when the upper reference line is at the CTU boundary, only one luma row (which is stored in line buffer for intra prediction) is used to make the down-sampled luma samples.
For chroma intra mode coding, there is a condition check used to select LM modes (CCLM, LM_A, and LM_L) or multi-model LM modes (MMLM, MMLM_A, and MMLM_L). The condition check is as follows:
where BlkSizeThresLM represents the smallest block size of LM modes and BlkSizeThresMM represents the smallest block size of MMLM modes. The symbol d represents a pre-determined threshold value. In one example, d may take a value of 0. In another example, d may take a value of 8.
For chroma intra mode coding, a total of 8 intra modes are allowed for chroma intra mode coding. Those modes include five traditional intra modes and three cross-component linear model modes. Chroma mode signaling and derivation process are shown in Table 1. It is worth noting that for a given CU, if it is coded under linear model mode, whether it is a conventional single model LM mode or a MMLM mode is determined based on the condition check above. Unlike the case shown in Table 6, there are no separate MMLM modes to be signaled. Chroma mode coding directly depends on the intra prediction mode of the corresponding luma block. Since separate block partitioning structure for luma and chroma components is enabled in I slices, one chroma block may correspond to multiple luma blocks. Therefore, for Chroma DM mode, the intra prediction mode of the corresponding luma block covering the center position of the current chroma block is directly inherited.
During ECM development, scale (slope) adjustment for CCLM are proposed as further improvements, for example, as described in JVET-Y0055/Z0049.
As discussed above, CCLM uses a model with 2 parameters to map luma values to chroma values. The scale parameter “a” and the bias parameter “b” define the mapping as follows:
It is proposed to signal an adjustment “u” to the scale parameter to update the model to the following form:
where a′=a+u, and b′=b−u*yr.
With this selection, the mapping function is tilted or rotated around the point with luminance value yr. It is proposed to use the average of the reference luma samples used in the model creation as yr in order to provide a meaningful modification to the model.
In one example, the scale adjustment parameter is provided as an integer between −4 and 4, inclusive, and signaled in the bitstream. The unit of the scale adjustment parameter is ⅛th of a chroma sample value per one luma sample value (for 10-bit content).
In one example, adjustment is available for the CCLM models that are using reference samples both above and left of the block (“LM_CHROMA_IDX” and “MMLM_CHROMA_IDX”), but not for the “single side” modes. This selection is based on coding efficiency vs. complexity tradeoff considerations.
When scale adjustment is applied for a multimode CCLM model, both models can be adjusted and thus up to two scale updates are signaled for a single chroma block.
To enable the scale adjustment at the encoder, the encoder may performs an SATD based search for the best value of the scale update for Cr and a similar SATD based search for Cb. If either one results as a non-zero scale adjustment parameter, the combined scale adjustment pair (SATD based update for Cr, SATD based update for Cb) is included in the list of RD checks for the TU.
Multiple reference line (MRL) intra prediction uses more reference lines for intra prediction. In
The index of selected reference line (mrl_idx) is signaled and used to generate intra predictor. For reference line idx, which is greater than 0, only include additional reference line modes in MPM list and only signal mpm index without remaining mode. The reference line index is signaled before intra prediction modes, and Planar mode is excluded from intra prediction modes in case a nonzero reference line index is signaled.
MRL is disabled for the first line of blocks inside a CTU to prevent using extended reference samples outside the current CTU line. Also, PDPC is disabled when additional line is used. For MRL mode, the derivation of DC value in DC intra prediction mode for non-zero reference line indices is aligned with that of reference line index 0. MRL requires the storage of 3 neighboring luma reference lines with a CTU to generate predictions. The Cross-Component Linear Model (CCLM) tool also requires 3 neighboring luma reference lines for its down-sampling filters. The definition of MRL to use the same 3 lines is aligned as CCLM to reduce the storage requirements for decoders.
In the existing CCLM or MMLM design, the neighboring reconstructed luma-chroma sample pairs are classified into one or more sample groups based on the value Threshold, which only considers the luma DC values. That is, a luma-chroma sample pair is classified by only considering the intensity of the luma sample. However, luma component usually preserves abundant textures, and the current luma sample may be highly correlated with neighboring luma samples, such inter-sample correlation (AC correlation) may benefit the classification of luma-chroma sample pairs and can bring additional coding efficiency.
To improve the coding efficiency of luma and chroma components, classifiers considering luma edge or AC information is introduced, in contrast to the above implementations wherein only luma DC values are considered. Besides the existing band-classified MMLM, the present disclosure provides exemplary classifiers. The process of generating linear prediction models for different sample groups may be similar as CCLM or MMLM (e.g., via a least square method, or a simplified min-max method, etc.), but with different metrices for classification. Different classifiers may be used to classify the neighboring luma samples (e.g., of the neighboring luma-chroma sample pairs) and/or the luma samples corresponding to chroma samples to be predicted. The luma samples corresponding to the chroma samples may be obtained by a down-sampling operation to match the locations of the corresponding chroma samples for 4:2:0 video sequences. For example, a luma sample corresponding to a chroma sample may be obtained by performing a down-sampling operation on more than one (e.g., 4) reconstructed luma samples corresponding to the chroma sample (e.g., located around the chroma sample). Alternatively, the luma samples may obtained directly from the reconstructed luma samples in a case of 4:4:4 video sequences, for example. Alternatively, the luma samples may be obtained from respective ones of the reconstructed luma samples that are at respective collocated positions for the corresponding chroma samples. For example, a luma sample to be classified may be obtained from one of four reconstructed luma samples corresponding to the chroma sample that is at a left-top position of the four reconstructed luma samples, which may be considered as a collocated position for the chroma sample.
A first classifier may classify luma samples according to their edge strengths. For example, one direction (e.g., 0-degree, 45-degree, or 90-degree, etc.) may be selected to calculate the edge strength. A direction may be formed by a current sample and a neighboring sample along the direction (e.g., a neighboring sample located at the right-top of the current sample for 45-degree). An edge strength may be calculated by subtracting the neighbor sample from the current sample. The edge strength may be quantized into one of M segments by M−1 thresholds, and the first classifier may use M classes to classify the current sample. Alternatively or additionally, N directions may be formed by a current sample and N neighboring samples along the N directions. N edge strengths may be calculated by subtracting N neighboring samples from the current sample, respectively. Similarly, if each of the N edge strengths may be quantized into one of M segments by M−1 thresholds, then the first classifier may use MN classes to classify the current sample.
A second classifier may be used to classify according to a local pattern. For example, a current luma sample Y0 may be compared with its neighboring N luma samples Yi. A score may be added by one if the value of Y0 is greater than that of Yi, otherwise, the score may be reduced by one. The sore may be quantized to form K classes. The second classifier may classify a current sample into one of the K classes. For example, the neighboring luma samples may be obtained from four neighbors that are located above, left, right and below the current luma samples, i.e., without diagonal neighbors.
It may be contemplated that a plurality of the first classifier, the second classifier, or different instances of the first or second classifier or other classifiers described herein may be combined. For example, a first classifier may be combined with the existing MMLM threshold-based classifier. For another example, instance A of the first classifier may be combined with another instance B of the first classifier, where the instance A and B employ different directions (e.g., employing vertical and horizontal directions, respectively).
It will be appreciated by those skilled in the art that though the existing CCLM design in the VVC standard is used as the basic CCLM method in the description, the proposed cross-component method described in the disclosure can also be applied to other prediction coding tools with similar design spirits. For example, for the chroma from luma (CfL) in the AV1 standard, the proposed method can also be applied by dividing luma-chroma sample pairs into multiple sample groups.
It will be appreciated by those skilled that Y/Cb/Cr also can be denoted as Y/U/V in video coding area. If video data is of RGB format, the proposed method can also be applied by simply mapping YUV notation to GBR, for example.
As shown in
A filter-based linear model (FLM) which utilizes the MLR model is thus introduced as follows, to take into account the possibilities that one chroma sample may simultaneously correlate to multiple luma samples.
For a to-be-predicted chroma sample, the reconstructed collocated and neighboring luma samples can be used to predict the chroma sample, to capture the inter-sample correlation among the collocated luma sample, neighboring luma samples, and the chroma sample. The reconstructed luma samples are linear weighted and combined with one “offset” to generate the predicted chroma sample (C: predicted chroma sample, Li: i-th reconstructed collocated or neighboring luma samples, αi: filter coefficients, β: offset, N: filter taps). Note the linear weighted plus offset value directly forms the predicted chroma sample (can be low pass, high pass adaptively according to video content), and it is then added by the residual to form the reconstructed chroma sample.
For a given CU, the top and left reconstructed luma and chroma samples can be used to derive or train the FLM parameters (αi, β). Like CCLM, αi and β can be derived via OLS. The top and left training samples are collected, and one pseudo inverse matrix is calculated at both encoder and decoder sides to derive the parameters, which are then used to predict the chroma samples in the given CU. Let N denotes the number of filter taps applied on luma samples, M denotes the total top and left reconstructed luma-chroma sample pairs used for training parameters, Lji denotes luma sample with the i-th sample pair and the j-th filter tap, Ci denotes the chroma sample with the i-th sample pair, the following equations show the derivation of the pseudo inverse matrix A+, and also the parameters.
Please note that one can predict the chroma sample by only αi without the offset β, which may be a subset of the proposed method.
The proposed ELM/FLM/GLM (as discussed below) can be extended straightforwardly to the CfL design in the AV1 standard, which transmits model parameters (α, β) explicitly. For example, (1-tap case) deriving α and/or β at encoder at SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels, and signaled to decoder for the CfL mode.
To further improve the coding performance, additional designs may be used in the FLM prediction. As shown in
To address this issue, the filter shape and number of filter taps can be predefined or signaled or switched in Sequence Parameter Set (SPS), Adaptation Parameter Set (APS), Picture Parameter Set (PPS), Picture Header (PH), Slice Header (SH), Region, CTU, CU, Subblock, or Sample level. A set of filter shape candidates can be predefined, and a selection on the set of filter shape candidates may be signaled or switched in SPS, APS, PPS, PH, SH, Region, CTU, CU, Subblock, or Sample level. Different components (e.g., U and V) may have different filter switch control. For example, a set of filter shape candidates (e.g., indicated by index 0-5) may be predefined, and a filter shape (1, 2) may denote a 2-tap luma filter, a filter shape (1, 2, 4) may denote a 3-tap luma filter and the like, as shown in
Different chroma types and/or color formats can have different predefined filter shapes and/or taps. For example, a predefined filter shape (1, 2, 4, 5) may be used for 4:2:0 type-0, a predefined filter shape (0, 1, 2, 4, 7) may be used for 4:2:0 type-2, and a predefined filter shape (1, 4) may be used for 4:2:2, and a predefined filter shape (0, 1, 2, 3, 4, 5) may be used for 4:4:4, as shown in
In another aspect of the present disclosure, unavailable luma and chroma samples for deriving the MLR model can be padded from available reconstructed samples. For example, if using a 6-tap (0, 1, 2, 3, 4, 5) filter as in
As mentioned above, an MLR model (linear equations) must be derived at both the encoder and the decoder. According to one or more aspects of the present disclosure, several methods are proposed to derive the pseudo inverse matrix A+, or to directly solve the linear equations. Other known methods like Newton's method, Cayley-Hamilton method, and Eigendecomposition as mentioned in https://en.wikipedia.org/wiki/Invertible_matrix can also be applied.
In the present disclosure, A+ can be denoted as A−1 for simplification. The linear equations may be solved as follows
Aji: (n−1)×(n−1) submatrix by removing j-th row and i-th column
The linear equations can be solved using Gauss-Jordan elimination, by an augmented matrix [A In] and a series of elementary row operation to obtain the reduced row echelon form [I | X]. Below shows 2x2 and 3x3 examples.
3. Cholesky Decomposition To solve Ax=b, A can be firstly decomposed by Cholesky-Crout algorithm, leading to one upper triangular and one lower triangular matrices, and one forward substitution plus one backward substitution can be applied in serial to obtain the solution. Below shows a 3x3 example.
Apart from the above examples, some conditions need special handling. For example, if some conditions result in that the linear equations cannot be solved, default values can be used to fill the chroma prediction values. The default values can be predefined or signaled or switched in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels, for example, when predefined 1<<(bitDepth−1), meanC, meanL, or meanC-meanL (mean current chroma or other chroma, luma values from available, or subset of FLM reconstructed neighboring region).
The following examples represent situations when the matrix A cannot be solved, where default prediction values may be assigned to the whole current block:
The number of extended luma/chroma samples (We, He) can be predefined, or signaled or switched in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels.
For example, predefine (We, He)=(H, W) as the VVC CCLM, or (W, H) as the ECM CCLM. The unavailable (We, He) luma/chroma samples can be repetitive padded from the nearest (horizontal, vertical) luma/chroma samples.
Corresponding syntax may be defined as below in Table 8 for the FLM prediction. Wherein FLC represents fixed length code, TU represents truncated unary code, EGk represents exponential-golomb code with order k, where k can be fixed or signaled/switched in SPS/DPS/VPS/SEI/APS/PPS/PW/SH/Region/CTU/CU/Subblock/Sample levels, SILK represents signed EG0, and UVLC represents unsigned EG0.
A new method for cross-component prediction is proposed on the basis of the existing linear model designs, in order to further improve coding accuracy and efficiency. Main aspects of the proposed method are detailed as follows.
Though the above discussed FLM provides the best flexibility (leading to the best performance), it requires to solve many unknown parameters if the number of filter taps goes up. When the inverse matrix is larger than 3x3, the closed form derivation is not suitable (too many multipliers), and iterative methods like Cholesky are needed, which burden decoder processing cycles. In this section, pre-operations before applying the linear model are proposed, including utilizing the sample gradients to exploit the correlation between luma AC information and chroma intensities. With the help of gradients, the number of filter taps can be efficiently reduced.
Please note that methods/examples in this section can be combined/reused from any of the designs discussed above, including but not limited to classification, filter shape, matrix derivation (with special handling), applied region, syntax. Moreover, methods/examples listed in this section can also be applied in any of the designs discussed above, to have a better performance with certain complexity trade-off.
Please note that reference samples/training template/reconstructed neighbouring region as used herein usually refers to the luma samples used for deriving the MLR model parameters, which are then applied to the inner luma samples in one CU, to predict the chroma samples in the CU.
According to the proposed method, instead of directly using luma sample intensity values as the input of the linear model, pre-operations (e.g., pre linear weighted, sign, scale/abs, thresholding, ReLU) can be applied to downgrade the dimension of unknown parameters. In one example, the pre-operations may comprise calculating sample differences based on the luma sample values. As understood by one skilled in the art, the sample differences may be characterized as gradients, and thus this new method is also referred to as gradient linear model (GLM) in certain embodiments.
Please note that the following detailed description discuss scenarios wherein the proposed pre-operations may be reused for/combined with the SLR model (also referred to as 1-tap case), and reused for/combined with the MLR model (also referred to as multi-tap case, for example, 2-tap).
For example, instead of applying 2-tap on 2 luma samples, the 2 luma samples can be pre-operated, then a simpler 1-tap can be applied to reduce complexity.
Wherein recL represents the reconstructed luma sample values and RecL″(i, j) represents the pre-operated luma sample values. Please also note that the 1-tap filters as shown in
Pre-operations can be according to gradients, edge direction (detection), pixel intensity, pixel variation, pixel variance, Roberts/Prewitt/compass/Sobel/Laplacian operator, high-pass filter (by calculating gradients or other relevant operators), low-pass filter (by performing weighted-average operations) . . . etc. The edge direction detectors listed in the examples can be extended to different edge directions. For example, 1-tap (1, −1) or 2-tap (a, b) applied along different directions to detect different edge gradients. The filter shape/coeff can be symmetric with respect to the chroma position, as the
The pre-operation parameters (coefficients, sign, scale/abs, thresholding, ReLU) can be fixed or signaled/switched in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels. Note in the examples, if multiple coefficients apply on one sample (e.g., −1, 4), then they can be merged (e.g., 3) to reduce operations.
In one example, the pre-operations may relates to calculating sample differences of the luma sample values. Alternatively, the pre-operations may comprise performing down-sampling by weighted-average operations. In certain cases, the pre-operations can be applied repeatedly. For example, one may apply one template filtering to template to remove outliers using the low-pass smoothing FIR filter [1, 2, 1]/4, or [1, 2, 1; 1, 2, 1]/8 (i.e., down-sampling) and then apply 1-tap GLM filter to calculate the sample differences to derive the linear model. It may be contemplated that one may also calculate the sample differences and then enabling down-sampling.
In one example, the pre-operation coefficients (finally applied (e.g., 3), or middle applied (e.g., −1, 4) to per luma sample) can be limited to power-of-2 values to save multipliers.
In one aspect of the present disclosure, the proposed new method may be reused for/combined with the above discussed CCLM, which utilizing a simple linear regression (SLR) model and using one corresponding luma sample value to predict the chroma sample value. This is also referred to as a 1-tap case. In this case, deriving the linear model further comprises deriving a scale parameter α and an offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values. Or, the linear model may be re-written as:
Wherein L here represents “pre-operated” luma samples. The parameter derivation of 1-tap GLM can reuse CCLM design, but taking directional gradient into consideration (may be with high-pass filter). In one example, the scale parameter α may be derived by utilizing a division look-up table, as detailed below, to enable simplification.
In one example, when combining GLM with the SLR model, the scale parameter α and the offset parameter β may be derived by utilizing the above-discussed min-max method. Specifically, the scale parameter α and the offset parameter β may be derived by: comparing the pre-operated neighboring luma sample values to determine a minimum luma sample value YA and a maximum luma sample value YB; determining corresponding chroma samples values XA and XB for the minimum luma sample value YA and the maximum luma sample value YB, respectively; and deriving the scale parameter α and the offset parameter β based on the minimum luma sample value YA, the maximum luma sample value YB, and the corresponding chroma samples values XA and XB according to the following equations:
In one example, when combining GLM with the SLR model, the above discussed scale adjustment may be reused. In this case, the encoder may determine a scale adjustment value (for example, “u”) to be signaled in the bitstream and add the scale adjustment value to the derived scale parameter α. The decoder may determine the scale adjustment value (for example, “u”) from the bitstream and add the scale adjustment value to the derived scale parameter α. The added value are finally used to predict the internal chroma sample values.
In one aspect of the present disclosure, the proposed new method may be reused for/combined with FLM, which utilizing a multiple linear regression (MLR) model and using multiple luma sample values to predict the chroma sample value. This is also referred to as a multi-tap case, for example, 2-tap. In this case, the linear model may be re-written as:
In this case, multiple scale parameters α and an offset parameter β may be derived by using the pre-operated neighboring luma sample values and the neighboring chroma sample values. In one example, the offset parameter β is optional. In one example, at least one of the multiple scale parameters α may be derived by utilizing the sample differences. Moreover, another of the multiple scale parameters α may be derived by utilizing the down-sampled luma sample value. In one example, at least one of the multiple scale parameters α may be derived by utilizing horizontal or vertical sample differences calculated on the basis of downsampled neighboring luma sample values. In other words, the linear model may combine multiple scale parameters α associated with different pre-operations.
The proposed GLM can be combined with above discussed MMLM or ELM. When combined with classification, each group can share or have its own filter shape, with syntaxes indicating shape for each group. For example, as a exemplary classifier, horizontal gradients grad_hor may be classified into a first group, which correspond to a first linear model, and vertical gradients grad_ver may be classified into a second group, which correspond to a second linear model. In one example, the horizontal luma patterns may be generated only once.
Further possible classifiers are also provided as follows. With the classifiers, the neighboring and internal luma-chroma sample pairs of the current video block may be classified into multiple groups based on one or more thresholds. Please note that, as discussed above, each neighboring/internal chroma sample and its corresponding luma sample may be referred to as a luma-chroma sample pair. The one or more thresholds are associated with intensities of neighboring/internal luma samples. In this case, each of the multiple groups corresponds to a respective one of the plurality of linear models.
When combining with MMLM classifier, the following operations may be performed: classifying neighbouring reconstructed luma-chroma sample pairs of the current video block into 2 groups based on Threshold; deriving different linear models for different groups, wherein the deriving process may be GLM simplified, i.e., with the above pre-operations to reduce the number of taps; classifying luma-chroma sample pairs inside the CU (internal luma-chroma sample pairs, wherein each of the internal luma-chroma sample pairs comprises an internal chroma sample value to be predicted with the derived linear model) into 2 groups similarly based on Threshold; applying different linear models to the reconstructed luma samples in different groups; and predicting chroma samples in the CU based on different classified linear models. Wherein Threshold may be average value of the neighbouring reconstructed luma samples. Note the number of classes (2) can be extended to multiple classes by increasing the number of Threshold (e.g., equally divided based on min/max of neighbouring reconstructed (downsampled) luma samples, fixed or signaled/switched in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels).
In one example, instead of MMLM luma DC intensity, the filtered values of FLM/GLM apply on neighbouring luma samples are used for classification. For example, if 1-tap (1, −1) GLM is applied, average AC values are used (physical meaning). The processing can be: classifying neighbouring reconstructed luma-chroma sample pairs into K groups based on one or more filter shapes, one or more filtered values, and K−1 Threshold Ti; deriving different MLR models for different groups, wherein the deriving process may be GLM simplified, i.e., with the above pre-operations to reduce the number of taps; classifying luma-chroma sample pairs inside the CU (internal luma-chroma sample pairs, wherein each of the internal luma-chroma sample pairs comprises an internal chroma sample value to be predicted with the derived linear model) into K groups similarly based on one or more filter shapes, one or more filtered values, and K−1 Threshold Ti; applying different linear models to the reconstructed luma samples in different groups; predicting chroma samples in the CU based on different classified linear models. Wherein Threshold can be predefined (e.g., 0, or can be a table) or signaled/switched in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels). For example, Threshold can be the average AC value (filtered value) (2 groups), or equally divided based on min/max AC (K groups), of neighbouring reconstructed (can be downsampled) luma samples.
It is also proposed to combine GLM with ELM classifier. As shown in
If classified samples in one group are less than a number (e.g., predefined 4), default values mentioned when discussing the matrix derivation for the MLR model can be applied for the group parameters (αi, β). If the corresponding neighbouring reconstructed samples are not available with respect to the selected LM modes, default values can be applied. For example, when MMLM_L mode is selected but left samples are not valid.
Several methods relate to simplification for GLM are introduced as follows for further improving coding efficiency.
The matrix/parameter derivation in FLM requires floating-point operation (e.g., division in closed-form), which is expensive for decoder hardware, so a fixed-point design is required. For 1-tap GLM case, it can be taken as modified luma reconstructed sample generation of CCLM (e.g., horizontal gradient direction, from CCLM [1, 2, 1; 1, 2, 1]/8 to GLM [−1, 0, 1; −1, 0, 1]), the original CCLM process can be reused for GLM, including fixed-point operation, MDLM downsampling, division table, applied size restriction, min-max approximation, and scale adjustment. For all items, 1-tap GLM can have its own configurations or share the same design as CCLM. For example, using simplified min-max method to derive the parameters (instead of LMS), and combined with scale adjustment after GLM model is derived.
This section takes typical case reference samples (up 1 row and left 1 column) for example. Note as in
Please note that the following aspects can be combined and applied jointly. For example, combining reference sample down-sampling and division table to perform the division process.
When classification (MMLM/ELM) is applied, each group can apply the same or different simplification operation. For example, samples for each group are padded respectively to the target sample number before applying right shift, and then apply the same derivation process, same division table.
The 1-tap case can reuse the CCLM design, dividing by n may be implemented by right shift, dividing by A2 may be implemented by a LUT. The integerization parameters, including nα, nA
When GLM is combined with MDLM, the existed total samples used for parameter derivation may not be power-of-2 values, and need padding to power-of-2 to replace division with right shift operation. For example, for an 8x4 chroma CU, MDLM needs W+H=12 samples, with MDLM_T only 8 samples are available (reconstructed), then downsampled 4 samples (0, 2, 4, 6) may be padded equally. Codes for implementing such operations are shown as follows:
Other padding method like repetitive/mirror padding with respect to last neighbouring samples (rightmost/lowermost) can also be applied.
The padding method for GLM can be the same or different with that of CCLM.
Note in ECM version, an 8x4 chroma CU MDLM_T/MDLM_L needs 2 T/2 L=16/8 samples respectively, in such case, same padding method can be applied to meet the target power-of-2 sample number.
Division LUT proposed for CCLM/LIC (Local Illumination Compensation) in known standard development like AVC/HEVC/AV1/VVC/AVS can be used for GLM division. For example, reusing the LUT in JCTVC-I0166 for bitdepth=10 case (Table 4). The division LUT can be different from CCLM. For example, CCLM uses min-max with DivTable as in equation 5, but GLM uses 32-entries LMS division LUT as in Table 5.
When GLM is combined with MMLM, the meanL values may not always be positive (e.g., using filtered/gradient values to classify groups), so sgn(meanL) needs to be extracted, and use abs(meanL) to look-up the division LUT. Note division LUT used for MMLM classification and parameter derivation can be different. For example, using lower precision LUT (as the LUT in min-max) for mean classification, and using higher precision LUT (as in the LMS) for parameter derivation.
Similar to the CCLM design, some size restrictions can be applied for ELM/FLM/GLM. For example, same constraint for luma-chroma latency in dual tree may be applied.
The size restriction can be according to the CU area/width/height/depth. The threshold can be predefined or signaled in SPS/DPS/VPS/SEI/APS/PPS/PH/SH/Region/CTU/CU/Subblock/Sample levels. For example, the predefined threshold may be 128 for chroma CU area.
In one example, the at least one pre-operation is performed in response to determining that the video block meets an enabling threshold, wherein the enabling threshold is associated with area, width, height or partition depth of the video block. Specifically, the enabling threshold may define a minimum or maximum area, width, height or partition depth of the video block. As understood by one skilled in the art, the video block may comprise a current chroma block and its collocated luma block. It is also proposed to apply the above enabling threshold for the current chroma block and its collocated luma block jointly. For example, the at least one pre-operation is performed in response to determining the enabling threshold is met for both the current chroma block and its collocated luma block.
Similar to the CCLM design, if the collocated luma area of the current chroma CU contains the 1st row inside one CTU, the top template samples generation can be limited to 1 row, to reduce CTU row line buffer storage. Note that only one luma line (general line buffer in intra prediction) is used to make the downsampled luma samples when the upper reference line is at the CTU boundary.
For example, in
For example, take the 1-tap filter [1, 0, −1; 1, 0, −1] shown in
Take an example where N=4, that is, the video block is at a top boundary of a current CTU, while top 4 rows of neighboring luma sample values and corresponding chroma sample values are used for deriving the linear model. Please note that, the corresponding chroma sample values may refer to corresponding top 4 rows of neighboring chroma sample values (for example, for the YUV 4:4:4 format). Alternatively, the corresponding chroma sample values may refer to corresponding top 2 rows of neighboring chroma sample values (for example, for the YUV 4:2:0 format). In this case, the top 4 rows of neighboring luma sample values and corresponding chroma sample values may be divided into two regions—a first region comprising valid sample values (for example, the one nearest row of luma sample values and corresponding chroma sample values) and a second region comprising invalid sample values (for example, the other three rows of luma sample values and corresponding chroma sample values). Then coefficients of the filter corresponding to sample positions not belonging to the first region may be set as zeros, such that only sample values from the first region are used for calculating the sample differences. For example, as discussed above, in this case the filter [1, 0, −1; 1, 0, −1] can be reduced to [0, 0, 0; 1, 0, −1]. Alternatively, the nearest sample values in the first region may be padded to the second region, such that the padded sample values may be used to calculate the sample differences.
At step 1610, a video block (e.g., a CU comprising a luma block and/or a chroma block) may be obtained from a bitstream.
At step 1620, neighboring luma and chroma sample values of the video block may be obtained.
At step 1630, at least one pre-operation may be performed to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values.
At step 1640, a linear model may be derived by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
At step 1650, each of internal chroma sample values in the video block may be predicted by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value.
At step 1660, decoded video block may be obtained using the predicted internal chroma sample values.
At step 1710, a video block (e.g., a CU comprising a luma block and/or a chroma block) may be obtained from a video frame.
At step 1720, neighboring luma and chroma sample values of the video block may be obtained.
At step 1730, at least one pre-operation may be performed to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values.
At step 1740, a linear model may be derived by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
At step 1750, each of internal chroma sample values in the video block may be predicted by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value.
At step 1760, a bitstream comprising encoded video block may be generated using the predicted internal chroma sample values.
It should be appreciated that the storage device 1820 may store computer-executable instructions that, when executed, cause the processor 1810 to perform any operations according to the embodiments of the present disclosure.
The embodiments of the present disclosure may be embodied in a computer-readable medium such as non-transitory computer-readable medium. The non-transitory computer-readable medium may comprise instructions that, when executed, cause one or more processors to perform any operations according to the embodiments of the present disclosure. For example, the instructions, when executed, may cause one or more processors to receive a bitstream and perform the decoding operations as described above. For another example, the instructions, when executed, may cause one or more processors to perform the encoding operations and transmit a bitstream comprising the encoded video information associated with the predicted chroma sample as described above.
The following provides an overview of some aspects of the present disclosure.
Aspect 1: A method for decoding video data, comprising: obtaining a video block from a bitstream; obtaining neighboring luma and chroma sample values of the video block; performing at least one pre-operation to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values; deriving a linear model by using the pre-operated neighboring luma sample values and the neighboring chroma sample values; predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value; and obtaining decoded video block using the predicted internal chroma sample values.
Aspect 2. The method of aspect 1, wherein performing the at least one pre-operation further comprises performing down-sampling by weighted-average operations.
Aspect 3. The method of aspect 2, further comprising performing the at least one pre-operation iteratively.
Aspect 4. The method of aspect 1, wherein the linear model comprises a simple linear regression (SLR) model; and wherein predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value comprises: predicting that internal chroma sample value by using one corresponding pre-operated internal luma sample value based on the SLR model.
Aspect 5. The method of aspect 4, wherein deriving the linear model comprises: deriving a scale parameter α and an offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
Aspect 6. The method of aspect 5, wherein the scale parameter α is derived by utilizing a division look-up table.
Aspect 7. The method of aspect 5, wherein deriving the scale parameter α and the offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values comprises: comparing the pre-operated neighboring luma sample values to determine a minimum luma sample value YA and a maximum luma sample value YB; determining corresponding chroma samples values XA and XB for the minimum luma sample value YA and the maximum luma sample value YB, respectively; and deriving the scale parameter α and the offset parameter β based on the minimum luma sample value YA, the maximum luma sample value YB, and the corresponding chroma samples values XA and XB according to the following equations:
Aspect 8. The method of aspect 5, wherein deriving the linear model further comprises: determining a scale adjustment value from the bitstream and adding the scale adjustment value to the derived scale parameter α.
Aspect 9. The method of aspect 1, wherein the linear model comprises a multiple linear regression (MLR) model; and wherein predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value comprises: predicting that internal chroma sample value by using multiple corresponding pre-operated internal luma sample values based on the MLR model.
Aspect 10. The method of aspect 9, wherein deriving the linear model comprises: deriving multiple scale parameters α and an optional offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
Aspect 11. The method of aspect 10, wherein at least one of the multiple scale parameters α is derived by utilizing the sample differences.
Aspect 12. The method of aspect 10, wherein at least one of the multiple scale parameters α is derived by utilizing horizontal or vertical sample differences calculated on the basis of downsampled neighboring luma sample values.
Aspect 13. The method of aspect 1, wherein neighboring and internal luma-chroma sample pairs of the video block are classified into multiple groups based on one or more thresholds, respectively, and the one or more thresholds are associated with intensities of neighboring and internal luma samples; and wherein the linear model is one of a plurality of linear models, and each of the multiple groups corresponds to a respective one of the plurality of linear models.
Aspect 14. The method of aspect 1, wherein performing the at least one pre-operation further comprises: calculating Roberts, Prewitt, compass, Sobel, or Laplacian operators on the basis of the neighboring and internal luma sample values.
Aspect 15. The method of aspect 1, wherein calculating sample differences based on the neighboring and internal luma sample values comprises applying a filter to the neighboring and internal luma sample values; and wherein the filter is fixed or switched for each coding unit (CU).
Aspect 16. The method of aspect 15, wherein coefficients of the filter are of power-of-2 values.
Aspect 17. The method of aspect 15, wherein the filter is symmetric with respect to a chroma position corresponding to one or more luma samples comprising a collocated luma sample.
Aspect 18. The method of aspect 15: wherein the video block is at atop boundary of a current Coding Tree Unit (CTU) and top N rows of neighboring luma sample values and corresponding chroma sample values are used for deriving the linear model; wherein the top N rows of neighboring luma sample values and corresponding chroma sample values are divided into a first region and a second region; and wherein calculating the sample differences further comprises: padding the nearest sample values in the first region to the second region, such that the padded sample values are used to calculate the sample differences; or setting coefficients of the filter corresponding to sample positions not belonging to the first region as zeros, such that only sample values from the first region are used for calculating the sample differences.
Aspect 19. The method of aspect 1, wherein the at least one pre-operation is performed in response to determining that the video block meets an enabling threshold; and wherein the enabling threshold is associated with a minimum or maximum area, width, height or partition depth of the video block and is predefined or determined from the bitstream.
Aspect 20. The method of aspect 19, wherein the video block comprises a current chroma block and its collocated luma block, and determining that the video block meets the enabling threshold comprises determining that the enabling threshold is met for both the current chroma block and its collocated luma block.
Aspect 21. The method of aspect 1, wherein the neighboring luma and chroma sample values of the video block are obtained by performing a padding operation with nearest available luma and chroma sample values for unavailable luma and chroma samples.
Aspect 22. A method for encoding video data, comprising: obtaining a video block from a video frame; obtaining neighboring luma and chroma sample values of the video block; performing at least one pre-operation to the neighboring luma sample values and to internal luma sample values in the video block, to obtain pre-operated neighboring and internal luma sample values, wherein performing the at least one pre-operation comprises calculating sample differences based on the neighboring and internal luma sample values; deriving a linear model by using the pre-operated neighboring luma sample values and the neighboring chroma sample values; predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value; and generating a bitstream comprising encoded video block by using the predicted internal chroma sample values.
Aspect 23. The method of aspect 22, wherein performing the at least one pre-operation further comprises performing down-sampling by weighted-average operations.
Aspect 24. The method of aspect 23, further comprising performing the at least one pre-operation iteratively.
Aspect 25. The method of aspect 22, wherein the linear model comprises a simple linear regression (SLR) model; and wherein predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value comprises: predicting that internal chroma sample value by using one corresponding pre-operated internal luma sample value based on the SLR model.
Aspect 26. The method of aspect 25, wherein deriving the linear model comprises: deriving a scale parameter α and an offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
Aspect 27. The method of aspect 26, wherein the scale parameter α is derived by utilizing a division look-up table.
Aspect 28. The method of aspect 26, wherein deriving the scale parameter α and the offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values comprises: comparing the pre-operated neighboring luma sample values to determine a minimum luma sample value YA and a maximum luma sample value YB; determining corresponding chroma samples values XA and XB for the minimum luma sample value YA and the maximum luma sample value YB, respectively; and deriving the scale parameter α and the offset parameter β based on the minimum luma sample value YA, the maximum luma sample value YB, and the corresponding chroma samples values XA and XB according to the following equations: α=
Aspect 29. The method of aspect 26, wherein deriving the linear model comprises: determining a scale adjustment value to be signaled in the bitstream and adding the scale adjustment value to the derived scale parameter α.
Aspect 30. The method of aspect 22, wherein the linear model comprises a multiple linear regression (MLR) model; and wherein predicting each of internal chroma sample values in the video block by applying the linear model to one or more corresponding pre-operated internal luma sample values for that internal chroma sample value comprises: predicting that internal chroma sample value by using multiple corresponding pre-operated internal luma sample values based on the MLR model.
Aspect 31. The method of aspect 30, wherein deriving the linear model comprises: deriving multiple scale parameters α and an optional offset parameter β by using the pre-operated neighboring luma sample values and the neighboring chroma sample values.
Aspect 32. The method of aspect 31, wherein at least one of the multiple scale parameters α is derived by utilizing the sample differences.
Aspect 33. The method of aspect 31, wherein at least one of the multiple scale parameters α is derived by utilizing horizontal or vertical sample differences calculated on the basis of downsampled neighboring luma sample values.
Aspect 34. The method of aspect 22, wherein neighboring and internal luma-chroma sample pairs of the video block are classified into multiple groups based on one or more thresholds, respectively, and the one or more thresholds are associated with intensities of neighboring and internal luma samples; and wherein the linear model is one of a plurality of linear models, and each of the multiple groups corresponds to a respective one of the plurality of linear models.
Aspect 35. The method of aspect 22, wherein performing the at least one pre-operation comprises: calculating Roberts, Prewitt, compass, Sobel, or Laplacian operators on the basis of the neighboring and internal luma sample values.
Aspect 36. The method of aspect 22, wherein calculating sample differences based on the neighboring and internal luma sample values comprises applying a filter to the neighboring and internal luma sample values; and wherein the filter is fixed or switched for each coding unit (CU).
Aspect 37. The method of aspect 36, wherein coefficients of the filter are of power-of-2 values.
Aspect 38. The method of aspect 36, wherein the filter is symmetric with respect to a chroma position corresponding to one or more luma samples comprising a collocated luma sample.
Aspect 39. The method of aspect 36: wherein the video block is at a top boundary of a current Coding Tree Unit (CTU) and top N rows of neighboring luma sample values and corresponding chroma sample values are used for deriving the linear model; wherein the top N rows of neighboring luma sample values and corresponding chroma sample values are divided into a first region and a second region; and wherein calculating the sample differences further comprises: padding the nearest sample values in the first region to the second region, such that the padded sample values are used to calculate the sample differences; or setting coefficients of the filter corresponding to sample positions not belonging to the first region as zeros, such that only sample values from the first region are used for calculating the sample differences.
Aspect 40. The method of aspect 22, wherein the at least one pre-operation is performed in response to determining that the video block meets an enabling threshold; and wherein the enabling threshold is associated with a minimum or maximum area, width, height or partition depth of the video block and is predefined or signaled in the bitstream.
Aspect 41. The method of aspect 40, wherein the video block comprises a current chroma block and its collocated luma block, and determining that the video block meets the enabling threshold comprises determining that the enabling threshold is met for both the current chroma block and its collocated luma block.
Aspect 42. The method of aspect 22, wherein the neighboring luma and chroma sample values of the video block are obtained by performing a padding operation with nearest available luma and chroma sample values for unavailable luma and chroma samples.
Aspect 43. A computer system, comprising: one or more processors; and one or more storage devices storing computer-executable instructions that, when executed, cause the one or more processors to perform the operations of the method of any one of aspects 1-42.
Aspect 44. A computer program product, storing computer-executable instructions that, when executed, cause one or more processors to perform the operations of the method of any one of aspects 1-42.
Aspect 45. A computer readable medium, storing computer-executable instructions that, when executed, cause one or more processors to receive a bitstream and perform the operations of the method of any one of aspects 1-21 based on the bitstream.
Aspect 46. A computer readable medium, storing computer-executable instructions that, when executed, cause one or more processors to perform the operations of the method of any one of aspects 22-42 and transmit a bitstream comprising encoded video information associated with the predicted chroma samples.
It should be appreciated that all the operations in the methods described above are merely exemplary, and the present disclosure is not limited to any operations in the methods or sequence orders of these operations, and should cover all other equivalents under the same or similar concepts.
It should also be appreciated that all the modules in the methods described above may be implemented in various approaches. These modules may be implemented as hardware, software, or a combination thereof. Moreover, any of these modules may be further functionally divided into sub-modules or combined together.
The previous description is provided to enable any person skilled in the art to practice the various aspects described herein. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects. Thus, the claims are not intended to be limited to the aspects shown herein. All structural and functional equivalents to the elements of the various aspects described throughout the present disclosure that are known or later come to be known to those of ordinary skill in the art are expressly incorporated herein by reference and are intended to be encompassed by the claims.
This application is a continuation application of PCT application No. PCT/US2023/016118 filed on Mar. 23, 2023, which is based upon and claims the benefit of U.S. Provisional Applications No. 63/323,010 filed on Mar. 23, 2022, No. 63/329,323 filed on Apr. 8, 2022, and No. 63/330,604 filed on Apr. 13, 2022. The entire contents thereof are incorporated herein by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
63323010 | Mar 2022 | US | |
63329323 | Apr 2022 | US | |
63330604 | Apr 2022 | US |
Number | Date | Country | |
---|---|---|---|
Parent | PCT/US2023/016118 | Mar 2023 | WO |
Child | 18893829 | US |