WO2024097377A1 - Methods and apparatus for transform training and coding - Google Patents

Methods and apparatus for transform training and coding Download PDF

Info

Publication number
WO2024097377A1
WO2024097377A1 PCT/US2023/036725 US2023036725W WO2024097377A1 WO 2024097377 A1 WO2024097377 A1 WO 2024097377A1 US 2023036725 W US2023036725 W US 2023036725W WO 2024097377 A1 WO2024097377 A1 WO 2024097377A1
Authority
WO
WIPO (PCT)
Prior art keywords
transform
block
lfnst
video
determining
Prior art date
Application number
PCT/US2023/036725
Other languages
French (fr)
Inventor
Ning Yan
Xiaoyu XIU
Wei Chen
Hong-Jheng Jhu
Che-Wei Kuo
Changyue MA
Xianglin Wang
Bing Yu
Original Assignee
Beijing Dajia Internet Information Technology Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co., Ltd. filed Critical Beijing Dajia Internet Information Technology Co., Ltd.
Publication of WO2024097377A1 publication Critical patent/WO2024097377A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/146Data rate or code amount at the encoder output
    • H04N19/147Data rate or code amount at the encoder output according to rate distortion criteria
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/157Assigned coding mode, i.e. the coding mode being predefined or preselected to be further used for selection of another element or parameter
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/186Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being a colour or a chrominance component
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/70Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards

Definitions

  • Digital video is supported by a variety of electronic devices, such as digital televisions, laptop or desktop computers, tablet computers, digital cameras, digital recording devices, digital media players, video gaming consoles, smart phones, video teleconferencing devices, video streaming devices, etc.
  • the electronic devices transmit and receive or otherwise communicate digital video data across a communication network, and/or store the digital video data on a storage device. Due to a limited bandwidth capacity of the communication network and limited memory resources of the storage device, video coding may be used to compress the video data according to one or more video coding standards before it is communicated or stored.
  • video coding standards include Versatile Video Coding (VVC), Joint Exploration test Model (JEM), High-Efficiency Video Coding (HEVC/H.265), Advanced Video Coding (AVC/H.264), Moving Picture Expert Group (MPEG) coding, or the like.
  • VVC Versatile Video Coding
  • JEM Joint Exploration test Model
  • HEVC/H.265 High-Efficiency Video Coding
  • AVC/H.264 Advanced Video Coding
  • MPEG Moving Picture Expert Group
  • Video coding generally utilizes prediction methods (e.g., inter-prediction, intra-prediction, or the like) that take advantage of redundancy inherent in the video data.
  • Video coding aims to compress video data into a form that uses a lower bit rate, while avoiding or minimizing degradations to video quality.
  • Embodiments of the present disclosure provide for transform training and coding.
  • the present disclosure provides a method for video encoding comprising: determining, by an encoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the encoder, that multiple transform selection (MTS) is enabled for one or more transform blocks; determining, by the encoder, that the LFNST is enabled for the one or more transform blocks coded with MTS; and applying, by the encoder, the LFNST to the one or more transform blocks.
  • LFNST low-frequency non-separable transform
  • MTS multiple transform selection
  • the present disclosure provides a method for video decoding, comprising: determining, by a decoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the decoder, that multiple transform selection (MTS) is enabled for transform blocks; determining, by the decoder, that the LFNST is enabled for the one or more transform blocks coded with MTS; and applying, by the decoder, the LFNST to the one or more transform blocks.
  • LFNST low-frequency non-separable transform
  • FIG. l is a block diagram illustrating an exemplary system for encoding and decoding video blocks in accordance with some implementations of the present disclosure.
  • FIG. 2 is a block diagram illustrating an exemplary video encoder in accordance with some implementations of the present disclosure.
  • FIG. 3 A is a block diagram illustrating an exemplary video decoder in accordance with some implementations of the present disclosure.
  • FIG. 3B is an illustration of a general block diagram of a video decoder in accordance with some implementations of the present disclosure.
  • FIG. 3C is an illustration of a low-frequency non-separable transform (LFNST) process in accordance with some implementations of the present disclosure.
  • LNNST low-frequency non-separable transform
  • FIGS. 4A through 4E are block diagrams illustrating how a frame is recursively partitioned into multiple video blocks of different sizes and shapes in accordance with some implementations of the present disclosure.
  • FIG. 5 is SBT position, type and transform type in accordance with some examples of the present disclosure.
  • FIG. 6 is the ROI for LFNST16 in accordance with some examples of the present disclosure.
  • FIG. 7 is an illustration of the ROI for LFNST8 in accordance with some examples of the present disclosure.
  • FIG. 8 is a flowchart of KLT exploring the non-local correlations in accordance with some examples of the present disclosure.
  • FIG. 9 is an illustration of the template used for transform block clustering in accordance with some examples of the present disclosure.
  • FIG. 10 is an illustration of training data clustering based on prediction mode and neighboring template, in accordance with some examples of the present disclosure.
  • FIG. 11 is a flowchart illustrating a method for video encoding in accordance with some examples of the present disclosure.
  • FIG. 12 is a flowchart illustrating a method for video encoding in accordance with some examples of the present disclosure.
  • FIG. 13 is a diagram illustrating a computing environment coupled with a user interface, in accordance with some implementations of the present disclosure.
  • transform skip mode When transform skip mode is used for a large block, the entire block is used without zeroing out any values. In addition, transform shift is removed in transform skip mode.
  • the VTM also supports configurable max transform size in SPS, such that encoder has the flexibility to choose up to 32-length or 64-length transform size depending on the need of specific implementation.
  • a Multiple Transform Selection (MTS) scheme is used for residual coding both inter and intra coded blocks. It uses multiple selected transforms from the DCT8/DST7.
  • the newly introduced transform matrices are DST-VII and DCT-VIII. Table 1 shows the basic functions of the selected DST/DCT.
  • the transform matrices are quantized more accurately than the transform matrices in HEVC.
  • the intermediate values of the transformed coefficients within the 16-bit range, after horizontal and after vertical transform, all the coefficients are to have 10-bit.
  • Table 1 Transform basis functions of DCT-IV VIII and DSTVII for N-point input.
  • enabling flags are specified at SPS level for intra and inter, respectively.
  • a CU level flag is signalled to indicate whether MTS is applied or not.
  • MTS is applied only for luma.
  • the MTS signaling is skipped when one of the below conditions is applied.
  • the position of the last significant coefficient for the luma TB is less than 1 (i.e., DC only).
  • the last significant coefficient of the luma TB is located inside the MTS zero-out region. If MTS CU flag is equal to zero, then DCT2 is applied in both directions.
  • MTS CU flag is equal to one, then two other flags are additionally signalled to indicate the transform type for the horizontal and vertical directions, respectively.
  • Transform and signalling mapping table as shown in Table 2. Unified the transform selection for ISP and implicit MTS is used by removing the intra-mode and block-shape dependencies. If current block is ISP mode or if the current block is intra block and both intra and inter explicit MTS is on, then only DST7 is used for both horizontal and vertical transform cores. When it comes to transform matrix precision, 8-bit primary transform cores are used. Therefore, all the transform cores used in HEVC are kept as the same, including 4-point DCT-2 and DST-7, 8-point, 16-point and 32- point DCT-2. Also, other transform cores including 64-point DCT-2, 4-point DCT-8, 8-point, 16- point, 32-point DST-7 and DCT-8, use 8-bit primary transform cores.
  • the residual of a block can be coded with transform skip mode.
  • the transform skip flag is not signalled when the CU level MTS_CU_fIag is not equal to zero.
  • implicit MTS transform is set to DCT2 when LFNST or MIP is activated for the current CU. Also the implicit MTS can be still enabled when MTS is enabled for inter coded blocks.
  • LFNST is applied between forward primary transform and quantization (at encoder) and between de-quantization and inverse primary transform (at decoder side) as shown in Figure 4.
  • 4x4 non-separable transform or 8x8 non-separable transform is applied according to block size. For example, 4x4 LFNST is applied for small blocks (i.e., min (width, height) ⁇ 8) and 8x8 LFNST is applied for larger blocks (i.e., min (width, height) > 4).
  • [0036] is first represented as a vector
  • the 16x1 coefficient vector F is subsequently re-organized as 4x4 block using the scanning order for that block (horizontal, vertical or diagonal). The coefficients with smaller index will be placed with the smaller scanning index in the 4x4 coefficient block.
  • LFNST low-frequency non-separable transform
  • N is commonly equal to 64 for 8x8 NSST
  • RST is the reduction factor
  • the inverse transform matrix for RT is the transpose of its forward transform.
  • a reduction factor of 4 is applied, and 64x64 direct matrix, which is conventional 8x8 non-separable transform matrix size, is reduced to 16x48 direct matrix.
  • the 48* 16 inverse RST matrix is used at the decoder side to generate core (primary) transform coefficients in 8*8 top-left regions.
  • 16x48 matrices are applied instead of 16x64 with the same transform set configuration, each of which takes 48 input data from three 4x4 blocks in a top-left 8x8 block excluding right-bottom 4x4 block.
  • LFNST transform selection There are totally 4 transform sets and 2 non-separable transform matrices (kernels) per transform set are used in LFNST.
  • the selected non-separable secondary transform candidate is further specified by the explicitly signalled LFNST index. The index is signalled in a bit-stream once per Intra CU after transform coefficients.
  • Table 3 is a Transform Selection Table
  • LFNST index coding depends on the position of the last significant coefficient.
  • the LFNST index is context coded but does not depend on intra prediction mode, and only the first bin is context coded.
  • LFNST is applied for intra CU in both intra and inter slices, and for both Luma and Chroma. If a dual tree is enabled, LFNST indices for Luma and Chroma are signaled separately. For inter slice (the dual tree is disabled), a single LFNST index is signaled and used for both Luma and Chroma.
  • the coding efficiency of LFNST highly depends on the design of LFNST kernels, which are derived by off-line training.
  • the training process can be considered as a clustering problem, where each cluster represents a huge group of transform coefficient blocks retrieved from the actual encoding process, and the ‘centroid’ of each cluster is the optimal non-separable transform, i.e., KLT, for the associated transform coefficient blocks in the same cluster.
  • a random label ranging from 0 to 3 is assigned. Then the low-frequency M*N coefficients are added as one training data in the cluster associated with the assigned label.
  • the optimal non-separable transform is derived by the solving eigenvectors of a covariance matrix, e.g., singular value decomposition (SVD), which is calculated using the training data in the same cluster.
  • SVD singular value decomposition
  • an identity transform which means no secondary transform is applied, is assigned as the centroid of the first cluster.
  • each cluster is updated, and the ‘centroids’ (transform kernels) of cluster labeled from 1 to 3 are updated accordingly.
  • the identity transform is always assigned to cluster 0.
  • Subblock Transform (SBT)
  • VTM subblock transform
  • inter-predicted CU with cu cbf equal to 1
  • cu sbt flag may be signaled to indicate whether the whole residual block or a sub-part of the residual block is coded.
  • inter MTS information is further parsed to determine the transform type of the CU.
  • a part of the residual block is coded with inferred adaptive transform and the other part of the residual block is zeroed out.
  • SBT type and SBT position information are signaled in the bitstream.
  • SBT-V or SBT-H
  • the TU width (or height) may equal to half of the CU width (or height) or 1/4 of the CU width (or height), resulting in 2:2 split or 1 :3/3 : 1 split.
  • the 2:2 split is like a binary tree (BT) split while the 1 :3/3 : 1 split is like an asymmetric binary tree (ABT) split.
  • ABT splitting only the small region contains the non-zero residual. If one dimension of a CU is 8 in luma samples, the 1 :3/3 : 1 split along that dimension is disallowed. There are at most 8 SBT modes for a CU.
  • Position-dependent transform core selection is applied on luma transform blocks in SBT-V and SBT-H (chroma TB always using DCT-2).
  • the two positions of SBT-H and SBT-V are associated with different core transforms. More specifically, the horizontal and vertical transforms for each SBT position is specified in Figure 41.
  • the horizontal and vertical transforms for SBT-V position 0 is DCT-8 and DST-7, respectively.
  • the subblock transform jointly specifies the TU tiling, cbf, and horizontal and vertical core transform type of a residual block.
  • the SBT is not applied to the CU coded with combined inter-intra mode.
  • Enhanced MTS for intra codins [0062]
  • DST7 and DCT8 transform kernels are utilized which are used for intra and inter coding. Additional primary transforms including DCT5, DST4, DST1, and identity transform (IDT) are employed.
  • the order of the horizontal and vertical transform kernel is swapped. For example, for a 16x4 block with mode 18 (horizontal prediction) and a 4x16 block with mode 50 (vertical prediction) are mapped to the same class.
  • the vertical and horizontal transform kernels are swapped.
  • the nearest conventional angular mode is used for the transform set determination. For example, mode 2 is used for all the modes between -2 and -14. Similarly, mode 66 is used for mode 67 to mode 80.
  • LFNST4, LFNST8, and LFNST16 are defined to indicate LFNST kernel sets, which are applied to 4xN/Nx4 (N>4), 8xN/Nx8 (N>8), and MxN (M, N>16), respectively.
  • the forward LFNST is applied to top-left low frequency region, which is called Region-Of-Interest (ROI).
  • ROI Region-Of-Interest
  • the ROI for LFNST16 is depicted in Figure 6. It consists of six 4x4 sub-blocks, which are consecutive in scan order. Since the number of input samples is 96, transform matrix for forward LFNST16 can be Rx96. R is chosen to be 32 in this contribution, 32 coefficients (two 4x4 sub-blocks) are generated from forward LFNST 16 accordingly, which are placed following coefficient scan order.
  • the ROI for LFNST8 is shown in Figure 7.
  • the forward LFNST8 matrix can be Rx64 and R is chosen to be 32.
  • the generated coefficients are located in the same manner as with LFNST 16.
  • KLT Karhunen-Loeve transform
  • the computation complexity for the eigenvalue decomposition For 4x4 block with D being 16, the complexity is O(16 3 ), which is acceptable. For a large block, the complexity will be very high. For 32x32 block with D being 1024, the time complexity will be 262144 times slower than that for 4x4 block, being intolerable in the coding framework.
  • the column vectors of ⁇ / ⁇ /> are the eigenvectors of UU T with their corresponding eigenvalues being the diagonal elements of matrices A.
  • ⁇ p U(f>.
  • the described KLT is implemented at the block level on the coding block in the JEM.
  • the proposed scheme supports the proposed KLT on 4x4, 8x8, 16x16 and 32x32 coding blocks.
  • rate-distortion optimization is used to determine the transform mode among the SDT and the adaptive multiple transform (AMT).
  • FIG. 1 is a block diagram illustrating an exemplary system 10 for encoding and decoding video blocks in parallel in accordance with some implementations of the present disclosure.
  • the system 10 includes a source device 12 that generates and encodes video data to be decoded at a later time by a destination device 14.
  • the source device 12 and the destination device 14 may comprise any of a wide variety of electronic devices, including cloud servers, server computers, desktop or laptop computers, tablet computers, smart phones, set- top boxes, digital televisions, cameras, display devices, digital media players, video gaming consoles, video streaming device, or the like. In some implementations, the source device 12 and the destination device 14 are equipped with wireless communication capabilities. [0080] In some implementations, the destination device 14 may receive the encoded video data to be decoded via a link 16.
  • the link 16 may comprise any type of communication medium or device capable of moving the encoded video data from the source device 12 to the destination device 14. In one example, the link 16 may comprise a communication medium to enable the source device 12 to transmit the encoded video data directly to the destination device 14 in real time.
  • the encoded video data may be modulated according to a communication standard, such as a wireless communication protocol, and transmitted to the destination device 14.
  • the communication medium may comprise any wireless or wired communication medium, such as a Radio Frequency (RF) spectrum or one or more physical transmission lines.
  • the communication medium may form part of a packet-based network, such as a local area network, a wide-area network, or a global network such as the Internet.
  • the communication medium may include routers, switches, base stations, or any other equipment that may be useful to facilitate communication from the source device 12 to the destination device 14.
  • the encoded video data may be transmitted from an output interface 22 to a storage device 32. Subsequently, the encoded video data in the storage device 32 may be accessed by the destination device 14 via an input interface 28.
  • the storage device 32 may include any of a variety of distributed or locally accessed data storage media such as a hard drive, Blu-ray discs, Digital Versatile Disks (DVDs), Compact Disc Read-Only Memories (CD-ROMs), flash memory, volatile or non-volatile memory, or any other suitable digital storage media for storing the encoded video data.
  • the storage device 32 may correspond to a file server or another intermediate storage device that may hold the encoded video data generated by the source device 12.
  • the destination device 14 may access the stored video data from the storage device 32 via streaming or downloading.
  • the file server may be any type of computer capable of storing the encoded video data and transmitting the encoded video data to the destination device 14.
  • Exemplary file servers include a web server (e.g., for a website), a File Transfer Protocol (FTP) server, Network Attached Storage (NAS) devices, or a local disk drive.
  • the destination device 14 may access the encoded video data through any standard data connection, including a wireless channel (e.g., a Wireless Fidelity (Wi-Fi) connection), a wired connection (e.g., Digital Subscriber Line (DSL), cable modem, etc.), or a combination of both that is suitable for accessing encoded video data stored on a file server.
  • the transmission of the encoded video data from the storage device 32 may be a streaming transmission, a download transmission, or a combination of both.
  • the source device 12 includes a video source 18, a video encoder 20 and the output interface 22.
  • the video source 18 may include a source such as a video capturing device, e.g., a video camera, a video archive containing previously captured video, a video feeding interface to receive video from a video content provider, and/or a computer graphics system for generating computer graphics data as the source video, or a combination of such sources.
  • a video capturing device e.g., a video camera, a video archive containing previously captured video, a video feeding interface to receive video from a video content provider, and/or a computer graphics system for generating computer graphics data as the source video, or a combination of such sources.
  • the source device 12 and the destination device 14 may form camera phones or video phones.
  • the implementations described in the present application may be applicable to video coding in general, and may be applied to wireless and/or wired applications.
  • the captured, pre-captured, or computer-generated video may be encoded by the video encoder 20.
  • the encoded video data may be transmitted directly to the destination device 14 via the output interface 22 of the source device 12.
  • the encoded video data may also (or alternatively) be stored onto the storage device 32 for later access by the destination device 14 or other devices, for decoding and/or playback.
  • the output interface 22 may further include a modem and/or a transmitter.
  • the destination device 14 includes the input interface 28, a video decoder 30, and a display device 34.
  • the input interface 28 may include a receiver and/or a modem and receive the encoded video data over the link 16.
  • the encoded video data communicated over the link 16, or provided on the storage device 32 may include a variety of syntax elements generated by the video encoder 20 for use by the video decoder 30 in decoding the video data. Such syntax elements may be included within the encoded video data transmitted on a communication medium, stored on a storage medium, or stored on a file server.
  • the destination device 14 may include the display device 34, which can be an integrated display device and an external display device that is configured to communicate with the destination device 14.
  • the display device 34 displays the decoded video data to a user, and may comprise any of a variety of display devices such as a Liquid Crystal Display (LCD), a plasma display, an Organic Light Emitting Diode (OLED) display, or another type of display device.
  • LCD Liquid Crystal Display
  • OLED Organic Light Emitting Diode
  • the video encoder 20 and the video decoder 30 may operate according to proprietary or industry standards, such as VVC, HEVC, MPEG-4, Part 10, AVC, or extensions of such standards.
  • the present application is not limited to a specific video encoding/decoding standard and may be applicable to other video encoding/decoding standards. It is generally contemplated that the video encoder 20 of the source device 12 may be configured to encode video data according to any of these current or future standards. Similarly, it is also generally contemplated that the video decoder 30 of the destination device 14 may be configured to decode video data according to any of these current or future standards.
  • the video encoder 20 and the video decoder 30 each may be implemented as any of a variety of suitable encoder and/or decoder circuitry, such as one or more microprocessors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs), discrete logic, software, hardware, firmware or any combinations thereof.
  • DSPs Digital Signal Processors
  • ASICs Application Specific Integrated Circuits
  • FPGAs Field Programmable Gate Arrays
  • an electronic device may store instructions for the software in a suitable, non-transitory computer-readable medium and execute the instructions in hardware using one or more processors to perform the video encoding/decoding operations disclosed in the present disclosure.
  • Each of the video encoder 20 and the video decoder 30 may be included in one or more encoders or decoders, either of which may be integrated as part of a combined encoder/decoder (CODEC) in a respective device.
  • CODEC combined encoder/decoder
  • At least a part of components of the source device 12 may operate in a cloud computing service network which may provide software, platforms, and/or infrastructure, such as Software as a Service (SaaS), Platform as a Service (PaaS), or Infrastructure as a Service (laaS).
  • SaaS Software as a Service
  • PaaS Platform as a Service
  • laaS Infrastructure as a Service
  • one or more components in the source device 12 and/or the destination device 14 which are not included in the cloud computing service network may be provided in one or more client devices, and the one or more client devices may communicate with server computers in the cloud computing service network through a wireless communication network (for example, a cellular communication network, a short-range wireless communication network, or a global navigation satellite system (GNSS) communication network) or a wired communication network (e g., a local area network (LAN) communication network or a power line communication (PLC) network).
  • a wireless communication network for example, a cellular communication network, a short-range wireless communication network, or a global navigation satellite system (GNSS) communication network
  • GNSS global navigation satellite system
  • wired communication network e g., a local area network (LAN) communication network or a power line communication (PLC) network.
  • LAN local area network
  • PLC power line communication
  • At least a part of operations described herein may be implemented as cloud-based services provided by one or more server computers which are implemented by the at least a part of the components of the source device 12 and/or the at least a part of the components of the destination device 14 in the cloud computing service network; and one or more other operations described herein may be implemented by the one or more client devices.
  • the cloud computing service network may be a private cloud, a public cloud, or a hybrid cloud.
  • the terms such as “cloud,” “cloud computing,” “cloud-based” etc. herein may be used interchangeably as appropriate without departing from the scope of the present disclosure. It should be understood that the present disclosure is not limited to being implemented in the cloud computing service network described above. Instead, the present disclosure may also be implemented in any other type of computing environments currently known or developed in the future.
  • FIG. 2 is a block diagram illustrating an exemplary video encoder 20 in accordance with some implementations described in the present application.
  • the video encoder 20 may perform intra and inter predictive coding of video blocks within video frames.
  • Intra predictive coding relies on spatial prediction to reduce or remove spatial redundancy in video data within a given video frame or picture.
  • Inter predictive coding relies on temporal prediction to reduce or remove temporal redundancy in video data within adjacent video frames or pictures of a video sequence.
  • the term “frame” may be used as synonyms for the term “image” or “picture” in the field of video coding.
  • the video encoder 20 includes a video data memory 40, a prediction processing unit 41, a Decoded Picture Buffer (DPB) 64, a summer 50, a transform processing unit 52, a quantization unit 54, and an entropy encoding unit 56.
  • the prediction processing unit 41 further includes a motion estimation unit 42, a motion compensation unit 44, a partition unit 45, an intra prediction processing unit 46, and an intra Block Copy (BC) unit 48.
  • the video encoder 20 also includes an inverse quantization unit 58, an inverse transform processing unit 60, and a summer 62 for video block reconstruction.
  • An in-loop filter 63 such as a deblocking filter, may be positioned between the summer 62 and the DPB 64 to filter block boundaries to remove blockiness artifacts from reconstructed video.
  • Another in-loop filter such as Sample Adaptive Offset (SAO) filter, Cross Component Sample Adaptive Offset (CCSAO) filter and/or Adaptive in-Loop Filter (ALF), may also be used in addition to the deblocking filter to filter an output of the summer 62.
  • SAO Sample Adaptive Offset
  • CCSAO Cross Component Sample Adaptive Offset
  • ALF Adaptive in-Loop Filter
  • the present application is not limited to the embodiments described herein, and instead, the application may be applied to a situation where an offset is selected for any of a luma component, a Cb chroma component and a Cr chroma component according to any other of the luma component, the Cb chroma component and the Cr chroma component to modify said any component based on the selected offset.
  • a first component mentioned herein may be any of the luma component, the Cb chroma component and the Cr chroma component
  • a second component mentioned herein may be any other of the luma component, the Cb chroma component and the Cr chroma component
  • a third component mentioned herein may be a remaining one of the luma component, the Cb chroma component and the Cr chroma component.
  • the in-loop filters may be omitted, and the decoded video block may be directly provided by the summer 62 to the DPB 64.
  • the video encoder 20 may take the form of a fixed or programmable hardware unit or may be divided among one or more of the illustrated fixed or programmable hardware units.
  • the video data memory 40 may store video data to be encoded by the components of the video encoder 20.
  • the video data in the video data memory 40 may be obtained, for example, from the video source 18 as shown in FIG. 1.
  • the DPB 64 is a buffer that stores reference video data (for example, reference frames or pictures) for use in encoding video data by the video encoder 20 (e.g., in intra or inter predictive coding modes).
  • the video data memory 40 and the DPB 64 may be formed by any of a variety of memory devices.
  • the video data memory 40 may be on-chip with other components of the video encoder 20, or off-chip relative to those components.
  • the partition unit 45 within the prediction processing unit 41 partitions the video data into video blocks.
  • This partitioning may also include partitioning a video frame into slices, tiles (for example, sets of video blocks), or other larger Coding Units (CUs) according to predefined splitting structures such as a Quad-Tree (QT) structure associated with the video data.
  • the video frame is or may be regarded as a two- dimensional array or matrix of samples with sample values.
  • a sample in the array may also be referred to as a pixel or a pel.
  • a number of samples in horizontal and vertical directions (or axes) of the array or picture define a size and/or a resolution of the video frame.
  • the video frame may be divided into multiple video blocks by, for example, using QT partitioning.
  • the video block again is or may be regarded as a two-dimensional array or matrix of samples with sample values, although of smaller dimension than the video frame.
  • a number of samples in horizontal and vertical directions (or axes) of the video block define a size of the video block.
  • the video block may further be partitioned into one or more block partitions or sub-blocks (which may form again blocks) by, for example, iteratively using QT partitioning, Binary-Tree (BT) partitioning or Triple-Tree (TT) partitioning or any combination thereof.
  • BT Binary-Tree
  • TT Triple-Tree partitioning or any combination thereof.
  • block or “video block” as used herein may be a portion, in particular a rectangular (square or non- square) portion, of a frame or a picture.
  • the block or video block may be or correspond to a Coding Tree Unit (CTU), a CU, a Prediction Unit (PU) or a Transform Unit (TU) and/or may be or correspond to a corresponding block, e.g., a Coding Tree Block (CTB), a Coding Block (CB), a Prediction Block (PB) or a Transform Block (TB) and/or to a sub-block.
  • CTU Coding Tree Block
  • PU Prediction Unit
  • TU Transform Unit
  • a corresponding block e.g., a Coding Tree Block (CTB), a Coding Block (CB), a Prediction Block (PB) or a Transform Block (TB) and/or to a sub-block.
  • CTB Coding Tree Block
  • PB Prediction Block
  • TB Transform Block
  • the prediction processing unit 41 may select one of a plurality of possible predictive coding modes, such as one of a plurality of intra predictive coding modes or one of a plurality of inter predictive coding modes, for the current video block based on error results (e.g., coding rate and the level of distortion).
  • the prediction processing unit 41 may provide the resulting intra or inter prediction coded block to the summer 50 to generate a residual block and to the summer 62 to reconstruct the encoded block for use as part of a reference frame subsequently.
  • the prediction processing unit 41 also provides syntax elements, such as motion vectors, intra-mode indicators, partition information, and other such syntax information, to the entropy encoding unit 56.
  • the intra prediction processing unit 46 within the prediction processing unit 41 may perform intra predictive coding of the current video block relative to one or more neighbor blocks in the same frame as the current block to be coded to provide spatial prediction.
  • the motion estimation unit 42 and the motion compensation unit 44 within the prediction processing unit 41 perform inter predictive coding of the current video block relative to one or more predictive blocks in one or more reference frames to provide temporal prediction.
  • the video encoder 20 may perform multiple coding passes, e.g., to select an appropriate coding mode for each block of video data.
  • the motion estimation unit 42 determines the inter prediction mode for a current video frame by generating a motion vector, which indicates the displacement of a video block within the current video frame relative to a predictive block within a reference video frame, according to a predetermined pattern within a sequence of video frames.
  • Motion estimation performed by the motion estimation unit 42, is the process of generating motion vectors, which estimate motion for video blocks.
  • a motion vector may indicate the displacement of a video block within a current video frame or picture relative to a predictive block within a reference frame relative to the current block being coded within the current frame.
  • the predetermined pattern may designate video frames in the sequence as P frames or B frames.
  • the intra BC unit 48 may determine vectors, e.g., block vectors, for intra BC coding in a manner similar to the determination of motion vectors by the motion estimation unit 42 for inter prediction, or may utilize the motion estimation unit 42 to determine the block vector.
  • a predictive block for the video block may be or may correspond to a block or a reference block of a reference frame that is deemed as closely matching the video block to be coded in terms of pixel difference, which may be determined by Sum of Absolute Difference (SAD), Sum of Square Difference (SSD), or other difference metrics.
  • the video encoder 20 may calculate values for sub-integer pixel positions of reference frames stored in the DPB 64. For example, the video encoder 20 may interpolate values of one-quarter pixel positions, one-eighth pixel positions, or other fractional pixel positions of the reference frame. Therefore, the motion estimation unit 42 may perform a motion search relative to the full pixel positions and fractional pixel positions and output a motion vector with fractional pixel precision.
  • the motion estimation unit 42 calculates a motion vector for a video block in an inter prediction coded frame by comparing the position of the video block to the position of a predictive block of a reference frame selected from a first reference frame list (List 0) or a second reference frame list (List 1), each of which identifies one or more reference frames stored in the DPB 64.
  • the motion estimation unit 42 sends the calculated motion vector to the motion compensation unit 44 and then to the entropy encoding unit 56.
  • Motion compensation performed by the motion compensation unit 44, may involve fetching or generating the predictive block based on the motion vector determined by the motion estimation unit 42.
  • the motion compensation unit 44 may locate a predictive block to which the motion vector points in one of the reference frame lists, retrieve the predictive block from the DPB 64, and forward the predictive block to the summer 50.
  • the summer 50 then forms a residual video block of pixel difference values by subtracting pixel values of the predictive block provided by the motion compensation unit 44 from the pixel values of the current video block being coded.
  • the pixel difference values forming the residual video block may include luma or chroma component differences or both.
  • the motion compensation unit 44 may also generate syntax elements associated with the video blocks of a video frame for use by the video decoder 30 in decoding the video blocks of the video frame.
  • the syntax elements may include, for example, syntax elements defining the motion vector used to identify the predictive block, any flags indicating the prediction mode, or any other syntax information described herein. Note that the motion estimation unit 42 and the motion compensation unit 44 may be highly integrated, but are illustrated separately for conceptual purposes.
  • the intra BC unit 48 may generate vectors and fetch predictive blocks in a manner similar to that described above in connection with the motion estimation unit 42 and the motion compensation unit 44, but with the predictive blocks being in the same frame as the current block being coded and with the vectors being referred to as block vectors as opposed to motion vectors.
  • the intra BC unit 48 may determine an intraprediction mode to use to encode a current block.
  • the intra BC unit 48 may encode a current block using various intra-prediction modes, e.g., during separate encoding passes, and test their performance through rate-distortion analysis.
  • the intra BC unit 48 may select, among the various tested intra-prediction modes, an appropriate intra-prediction mode to use and generate an intra-mode indicator accordingly.
  • the intra BC unit 48 may calculate rate-distortion values using a rate-distortion analysis for the various tested intra-prediction modes, and select the intra-prediction mode having the best rate-distortion characteristics among the tested modes as the appropriate intra-prediction mode to use.
  • Rate-distortion analysis generally determines an amount of distortion (or error) between an encoded block and an original, unencoded block that was encoded to produce the encoded block, as well as a bitrate (i.e., a number of bits) used to produce the encoded block.
  • Intra BC unit 48 may calculate ratios from the distortions and rates for the various encoded blocks to determine which intra-prediction mode exhibits the best rate-distortion value for the block.
  • the intra BC unit 48 may use the motion estimation unit 42 and the motion compensation unit 44, in whole or in part, to perform such functions for Intra BC prediction according to the implementations described herein.
  • a predictive block may be a block that is deemed as closely matching the block to be coded, in terms of pixel difference, which may be determined by SAD, SSD, or other difference metrics, and identification of the predictive block may include calculation of values for sub-integer pixel positions.
  • the video encoder 20 may form a residual video block by subtracting pixel values of the predictive block from the pixel values of the current video block being coded, forming pixel difference values.
  • the pixel difference values forming the residual video block may include both luma and chroma component differences.
  • the intra prediction processing unit 46 may intra-predict a current video block, as an alternative to the inter-prediction performed by the motion estimation unit 42 and the motion compensation unit 44, or the intra block copy prediction performed by the intra BC unit 48, as described above.
  • the intra prediction processing unit 46 may determine an intra prediction mode to use to encode a current block. To do so, the intra prediction processing unit 46 may encode a current block using various intra prediction modes, e.g., during separate encoding passes, and the intra prediction processing unit 46 (or a mode selection unit, in some examples) may select an appropriate intra prediction mode to use from the tested intra prediction modes.
  • the intra prediction processing unit 46 may provide information indicative of the selected intraprediction mode for the block to the entropy encoding unit 56.
  • the entropy encoding unit 56 may encode the information indicating the selected intra-prediction mode in the bitstream.
  • the summer 50 forms a residual video block by subtracting the predictive block from the current video block.
  • the residual video data in the residual block may be included in one or more TUs and is provided to the transform processing unit 52.
  • the transform processing unit 52 transforms the residual video data into residual transform coefficients using a transform, such as a Discrete Cosine Transform (DCT) or a conceptually similar transform.
  • DCT Discrete Cosine Transform
  • the transform processing unit 52 may send the resulting transform coefficients to the quantization unit 54.
  • the quantization unit 54 quantizes the transform coefficients to further reduce the bit rate.
  • the quantization process may also reduce the bit depth associated with some or all of the coefficients.
  • the degree of quantization may be modified by adjusting a quantization parameter.
  • the quantization unit 54 may then perform a scan of a matrix including the quantized transform coefficients.
  • the entropy encoding unit 56 may perform the scan.
  • the entropy encoding unit 56 entropy encodes the quantized transform coefficients into a video bitstream using, e.g., Context Adaptive Variable Length Coding (CAVLC), Context Adaptive Binary Arithmetic Coding (CABAC), Syntax-based context- adaptive Binary Arithmetic Coding (SBAC), Probability Interval Partitioning Entropy (PIPE) coding or another entropy encoding methodology or technique.
  • CAVLC Context Adaptive Variable Length Coding
  • CABAC Context Adaptive Binary Arithmetic Coding
  • SBAC Syntax-based context- adaptive Binary Arithmetic Coding
  • PIPE Probability Interval Partitioning Entropy
  • the encoded bitstream may then be transmitted to the video decoder 30 as shown in FIG. 1, or archived in the storage device 32 as shown in FIG. 1 for later transmission to or retrieval by the video decoder 30.
  • the entropy encoding unit 56 may also entropy encode
  • the inverse quantization unit 58 and the inverse transform processing unit 60 apply inverse quantization and inverse transformation, respectively, to reconstruct the residual video block in the pixel domain for generating a reference block for prediction of other video blocks.
  • the motion compensation unit 44 may generate a motion compensated predictive block from one or more reference blocks of the frames stored in the DPB 64.
  • the motion compensation unit 44 may also apply one or more interpolation filters to the predictive block to calculate sub-integer pixel values for use in motion estimation.
  • the summer 62 adds the reconstructed residual block to the motion compensated predictive block produced by the motion compensation unit 44 to produce a reference block for storage in the DPB 64.
  • the reference block may then be used by the intra BC unit 48, the motion estimation unit 42 and the motion compensation unit 44 as a predictive block to inter predict another video block in a subsequent video frame.
  • FIG. 3A is a block diagram illustrating an exemplary video decoder 30 in accordance with some implementations of the present application.
  • the video decoder 30 includes a video data memory 79, an entropy decoding unit 80, a prediction processing unit 81, an inverse quantization unit 86, an inverse transform processing unit 88, a summer 90, and a DPB 92.
  • the prediction processing unit 81 further includes a motion compensation unit 82, an intra prediction unit 84, and an intra BC unit 85.
  • the video decoder 30 may perform a decoding process generally reciprocal to the encoding process described above with respect to the video encoder 20 in connection with FIG. 2.
  • FIG. 3B is a block diagram illustrating a general video decoder for an AVS3.
  • a unit of the video decoder 30 may be tasked to perform the implementations of the present application. Also, in some examples, the implementations of the present disclosure may be divided among one or more of the units of the video decoder 30.
  • the intra BC unit 85 may perform the implementations of the present application, alone, or in combination with other units of the video decoder 30, such as the motion compensation unit 82, the intra prediction unit 84, and the entropy decoding unit 80.
  • the video decoder 30 may not include the intra BC unit 85 and the functionality of intra BC unit 85 may be performed by other components of the prediction processing unit 81, such as the motion compensation unit 82.
  • the video data memory 79 may store video data, such as an encoded video bitstream, to be decoded by the other components of the video decoder 30.
  • the video data stored in the video data memory 79 may be obtained, for example, from the storage device 32, from a local video source, such as a camera, via wired or wireless network communication of video data, or by accessing physical data storage media (e.g., a flash drive or hard disk).
  • the video data memory 79 may include a Coded Picture Buffer (CPB) that stores encoded video data from an encoded video bitstream.
  • the DPB 92 of the video decoder 30 stores reference video data for use in decoding video data by the video decoder 30 (e.g., in intra or inter predictive coding modes).
  • the video data memory 79 and the DPB 92 may be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM), including Synchronous DRAM (SDRAM), Magnetoresistive RAM (MRAM), Resistive RAM (RRAM), or other types of memory devices.
  • DRAM dynamic random access memory
  • SDRAM Synchronous DRAM
  • MRAM Magnetoresistive RAM
  • RRAM Resistive RAM
  • the video data memory 79 and the DPB 92 are depicted as two distinct components of the video decoder 30 in FIG. 3A or 3B. But it will be apparent to one skilled in the art that the video data memory 79 and the DPB 92 may be provided by the same memory device or separate memory devices.
  • the video data memory 79 may be on-chip with other components of the video decoder 30, or off-chip relative to those components.
  • the video decoder 30 receives an encoded video bitstream that represents video blocks of an encoded video frame and associated syntax elements.
  • the video decoder 30 may receive the syntax elements at the video frame level and/or the video block level.
  • the entropy decoding unit 80 of the video decoder 30 entropy decodes the bitstream to generate quantized coefficients, motion vectors or intra-prediction mode indicators, and other syntax elements.
  • the entropy decoding unit 80 then forwards the motion vectors or intra-prediction mode indicators and other syntax elements to the prediction processing unit 81.
  • the intra prediction unit 84 of the prediction processing unit 81 may generate prediction data for a video block of the current video frame based on a signaled intra prediction mode and reference data from previously decoded blocks of the current frame.
  • the motion compensation unit 82 of the prediction processing unit 81 produces one or more predictive blocks for a video block of the current video frame based on the motion vectors and other syntax elements received from the entropy decoding unit 80.
  • Each of the predictive blocks may be produced from a reference frame within one of the reference frame lists.
  • the video decoder 30 may construct the reference frame lists, List 0 and List 1, using default construction techniques based on reference frames stored in the DPB 92.
  • the intra BC unit 85 of the prediction processing unit 81 produces predictive blocks for the current video block based on block vectors and other syntax elements received from the entropy decoding unit 80.
  • the predictive blocks may be within a reconstructed region of the same picture as the current video block defined by the video encoder 20.
  • the motion compensation unit 82 and/or the intra BC unit 85 determines prediction information for a video block of the current video frame by parsing the motion vectors and other syntax elements, and then uses the prediction information to produce the predictive blocks for the current video block being decoded. For example, the motion compensation unit 82 uses some of the received syntax elements to determine a prediction mode (e g., intra or inter prediction) used to code video blocks of the video frame, an inter prediction frame type (e g., B or P), construction information for one or more of the reference frame lists for the frame, motion vectors for each inter predictive encoded video block of the frame, inter prediction status for each inter predictive coded video block of the frame, and other information to decode the video blocks in the current video frame.
  • a prediction mode e g., intra or inter prediction
  • an inter prediction frame type e g., B or P
  • the intra BC unit 85 may use some of the received syntax elements, e.g., a flag, to determine that the current video block was predicted using the intra BC mode, construction information of which video blocks of the frame are within the reconstructed region and should be stored in the DPB 92, block vectors for each intra BC predicted video block of the frame, intra BC prediction status for each intra BC predicted video block of the frame, and other information to decode the video blocks in the current video frame.
  • a flag e.g., a flag
  • the motion compensation unit 82 may also perform interpolation using the interpolation filters as used by the video encoder 20 during encoding of the video blocks to calculate interpolated values for sub-integer pixels of reference blocks. In this case, the motion compensation unit 82 may determine the interpolation filters used by the video encoder 20 from the received syntax elements and use the interpolation filters to produce predictive blocks.
  • the inverse quantization unit 86 inverse quantizes the quantized transform coefficients provided in the bitstream and entropy decoded by the entropy decoding unit 80 using the same quantization parameter calculated by the video encoder 20 for each video block in the video frame to determine a degree of quantization.
  • the inverse transform processing unit 88 applies an inverse transform, e.g., an inverse DCT, an inverse integer transform, or a conceptually similar inverse transform process, to the transform coefficients in order to reconstruct the residual blocks in the pixel domain.
  • the summer 90 reconstructs decoded video block for the current video block by summing the residual block from the inverse transform processing unit 88 and a corresponding predictive block generated by the motion compensation unit 82 and the intra BC unit 85.
  • An in-loop filter 91 such as deblocking filter, SAO filter, CCSAO filter and/or ALF may be positioned between the summer 90 and the DPB 92 to further process the decoded video block.
  • the in-loop filter 91 may be omitted, and the decoded video block may be directly provided by the summer 90 to the DPB 92.
  • the decoded video blocks in a given frame are then stored in the DPB 92, which stores reference frames used for subsequent motion compensation of next video blocks.
  • the DPB 92, or a memory device separate from the DPB 92, may also store decoded video for later presentation on a display device, such as the display device 34 of FIG. 1.
  • a video sequence typically includes an ordered set of frames or pictures.
  • Each frame may include three sample arrays, denoted SL, SCb, and SCr.
  • SL is a two-dimensional array of luma samples.
  • SCb is a two-dimensional array of Cb chroma samples.
  • SCr is a two-dimensional array of Cr chroma samples.
  • a frame may be monochrome and therefore includes only one two-dimensional array of luma samples.
  • FIG. 3C is an illustration of an LFNST process according to one example of the present disclosure.
  • the video encoder 20 (or more specifically the partition unit 45) generates an encoded representation of a frame by first partitioning the frame into a set of CTUs.
  • a video frame may include an integer number of CTUs ordered consecutively in a raster scan order from left to right and from top to bottom.
  • Each CTU is a largest logical coding unit and the width and height of the CTU are signaled by the video encoder 20 in a sequence parameter set, such that all the CTUs in a video sequence have the same size being one of 128x 128, 64x64, 32x32, and 16x 16. But it should be noted that the present application is not necessarily limited to a particular size.
  • each CTU may comprise one CTB of luma samples, two corresponding coding tree blocks of chroma samples, and syntax elements used to code the samples of the coding tree blocks.
  • the syntax elements describe properties of different types of units of a coded block of pixels and how the video sequence can be reconstructed at the video decoder 30, including inter or intra prediction, intra prediction mode, motion vectors, and other parameters.
  • a CTU may comprise a single coding tree block and syntax elements used to code the samples of the coding tree block.
  • a coding tree block may be an NxN block of samples.
  • the video encoder 20 may recursively perform tree partitioning such as binary-tree partitioning, ternary-tree partitioning, quad-tree partitioning or a combination thereof on the coding tree blocks of the CTU and divide the CTU into smaller CUs.
  • tree partitioning such as binary-tree partitioning, ternary-tree partitioning, quad-tree partitioning or a combination thereof on the coding tree blocks of the CTU and divide the CTU into smaller CUs.
  • the 64x64 CTU 400 is first divided into four smaller CUs, each having a block size of 32x32.
  • CU 410 and CU 420 are each divided into four CUs of 16x16 by block size.
  • the two 16x16 CUs 430 and 440 are each further divided into four CUs of 8x8 by block size.
  • FIG. 4D depicts a quad-tree data structure illustrating the end result of the partition process of the CTU 400 as depicted in FIG. 4C, each leaf node of the quad-tree corresponding to one CU of a respective size ranging from 32x32 to 8x8.
  • each CU may comprise a CB of luma samples and two corresponding coding blocks of chroma samples of a frame of the same size, and syntax elements used to code the samples of the coding blocks.
  • a CU may comprise a single coding block and syntax structures used to code the samples of the coding block.
  • quad-tree partitioning depicted in FIGS. 4C and 4D is only for illustrative purposes and one CTU can be split into CUs to adapt to varying local characteristics based on quad/ternary /binary -tree partitions.
  • each CTU is partitioned by a quad-tree structure and each quad-tree leaf CU can be further partitioned by a binary and ternary tree structure.
  • FIG. 4E there are five possible partitioning types of a coding block having a width W and a height H, i.e., quaternary partitioning, horizontal binary partitioning, vertical binary partitioning, horizontal ternary partitioning, and vertical ternary partitioning.
  • the video encoder 20 may further partition a coding block of a CU into one or more MxN PBs.
  • a PB is a rectangular (square or non-square) block of samples on which the same prediction, inter or intra, is applied.
  • a PU of a CU may comprise a PB of luma samples, two corresponding PBs of chroma samples, and syntax elements used to predict the PBs.
  • a PU may comprise a single PB and syntax structures used to predict the PB.
  • the video encoder 20 may generate predictive luma, Cb, and Cr blocks for luma, Cb, and Cr PBs of each PU of the CU.
  • the video encoder 20 may use intra prediction or inter prediction to generate the predictive blocks for a PU. If the video encoder 20 uses intra prediction to generate the predictive blocks of a PU, the video encoder 20 may generate the predictive blocks of the PU based on decoded samples of the frame associated with the PU. If the video encoder 20 uses inter prediction to generate the predictive blocks of a PU, the video encoder 20 may generate the predictive blocks of the PU based on decoded samples of one or more frames other than the frame associated with the PU.
  • the video encoder 20 may generate a luma residual block for the CU by subtracting the CU’s predictive luma blocks from its original luma coding block such that each sample in the CU’s luma residual block indicates a difference between a luma sample in one of the CU's predictive luma blocks and a corresponding sample in the CU's original luma coding block.
  • the video encoder 20 may generate a Cb residual block and a Cr residual block for the CU, respectively, such that each sample in the CU's Cb residual block indicates a difference between a Cb sample in one of the CU's predictive Cb blocks and a corresponding sample in the CU's original Cb coding block and each sample in the CU's Cr residual block may indicate a difference between a Cr sample in one of the CU's predictive Cr blocks and a corresponding sample in the CU's original Cr coding block.
  • the video encoder 20 may use quad-tree partitioning to decompose the luma, Cb, and Cr residual blocks of a CU into one or more luma, Cb, and Cr transform blocks respectively.
  • a transform block is a rectangular (square or nonsquare) block of samples on which the same transform is applied.
  • a TU of a CU may comprise a transform block of luma samples, two corresponding transform blocks of chroma samples, and syntax elements used to transform the transform block samples.
  • each TU of a CU may be associated with a luma transform block, a Cb transform block, and a Cr transform block.
  • the luma transform block associated with the TU may be a sub-block of the CU's luma residual block.
  • the Cb transform block may be a sub-block of the CU's Cb residual block.
  • the Cr transform block may be a sub-block of the CU's Cr residual block.
  • a TU may comprise a single transform block and syntax structures used to transform the samples of the transform block.
  • the video encoder 20 may apply one or more transforms to a luma transform block of a TU to generate a luma coefficient block for the TU.
  • a coefficient block may be a two- dimensional array of transform coefficients.
  • a transform coefficient may be a scalar quantity.
  • the video encoder 20 may apply one or more transforms to a Cb transform block of a TU to generate a Cb coefficient block for the TU.
  • the video encoder 20 may apply one or more transforms to a Cr transform block of a TU to generate a Cr coefficient block for the TU.
  • the video encoder 20 may quantize the coefficient block. Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the transform coefficients, providing further compression.
  • the video encoder 20 may entropy encode syntax elements indicating the quantized transform coefficients. For example, the video encoder 20 may perform CAB AC on the syntax elements indicating the quantized transform coefficients.
  • the video encoder 20 may output a bitstream that includes a sequence of bits that forms a representation of coded frames and associated data, which is either saved in the storage device 32 or transmitted to the destination device 14.
  • the video decoder 30 may parse the bitstream to obtain syntax elements from the bitstream.
  • the video decoder 30 may reconstruct the frames of the video data based at least in part on the syntax elements obtained from the bitstream.
  • the process of reconstructing the video data is generally reciprocal to the encoding process performed by the video encoder 20.
  • the video decoder 30 may perform inverse transforms on the coefficient blocks associated with TUs of a current CU to reconstruct residual blocks associated with the TUs of the current CU.
  • the video decoder 30 also reconstructs the coding blocks of the current CU by adding the samples of the predictive blocks for PUs of the current CU to corresponding samples of the transform blocks of the TUs of the current CU. After reconstructing the coding blocks for each CU of a frame, video decoder 30 may reconstruct the frame.
  • video coding achieves video compression using primarily two modes, i.e., intra-frame prediction (or intra-prediction) and inter-frame prediction (or inter-prediction). It is noted that IBC could be regarded as either intra-frame prediction or a third mode. Between the two modes, inter-frame prediction contributes more to the coding efficiency than intra-frame prediction because of the use of motion vectors for predicting a current video block from a reference video block.
  • motion information of spatially neighboring CUs and/or temporally co-located CUs as an approximation of the motion information (e.g., motion vector) of a current CU by exploring their spatial and temporal correlation, which is also referred to as “Motion Vector Predictor (MVP)” of the current CU.
  • MVP Motion Vector Predictor
  • the motion vector predictor of the current CU is subtracted from the actual motion vector of the current CU to produce a Motion Vector Difference (MVD) for the current CU.
  • MVD Motion Vector Difference
  • a set of rules need to be adopted by both the video encoder 20 and the video decoder 30 for constructing a motion vector candidate list (also known as a “merge list”) for a current CU using those potential candidate motion vectors associated with spatially neighboring CUs and/or temporally co-located CUs of the current CU and then selecting one member from the motion vector candidate list as a motion vector predictor for the current CU.
  • a motion vector candidate list also known as a “merge list”
  • the primary transform cores are derived from DCT and DST formulas.
  • the derived transform cores may not adapt to all the video contents with different characteristics. Therefore, more efficient transform cores remain to be investigated.
  • the transform matrices in LFNST are actually trained KLT.
  • LFNST is only applied in the secondary transform.
  • the KLT in the primary transform is not considered.
  • the signal dependent transform (SDT) in the JEM can achieve significant coding gain.
  • the KLT matrices in SDT need to be online derived at both the encoder and decoder side by template matching. The complexity of template matching and eigenvalue decomposition is not acceptable especially for the decoder.
  • training data should be collected firstly.
  • SDT online KLT training
  • training data is collected by template matching at both encoder and decoder side, which is too complex.
  • LFNST all the transform blocks with different block sizes are firstly collected and these blocks are then divided into K groups using clustering method. Then one KLT matrix is derived for each group.
  • video coding one index is signaled for each CU to indicate which transform matrix is used, i.e., which group the current transform block belongs to.
  • This method may suffer from two drawbacks. Firstly, the training data classification is to divide the training data into different groups to guarantee that the training samples in one group conform to the same statistical characteristics. However, the training data classification in LFNST maybe not accurate enough. Secondly, the singled index at CU level also brings additional overhead bits.
  • the forward and inverse transform share the same transform matrix to guarantee the perfect reconstruction.
  • the perfect reconstruction cannot be guaranteed and the transform matrix sharing may not lead to the optimal compression performance.
  • LFNST secondary transform termed as LFNST is applied to the transform block in which MST is not applied, i.e., DCT-II is applied to both horizontal and vertical transforms.
  • DCT-II is applied to both horizontal and vertical transforms.
  • LFNST is neglected for the transform block coded with the MTS.
  • KLT is firstly introduced briefly. Then the proposed KLT training and signaling methods are further proposed.
  • KLT is a kind of orthogonal transform based on the statistical property of the signal, which can achieve the optimal transform gain in terms of mean square error (MSE) metric.
  • MSE mean square error
  • Equation (4) is further converted as the following form:
  • Equation (5) is converted as:
  • KLT matrix is denoted as K
  • transform can be described as follow:
  • the covariance matrix of the X can be described as:
  • the KLT derivation is usually based on training from data. There are several issues in the training-based KLT derivation. The first issue is that given the training set how to derive the corresponding KLT matrix. The second issue is how to collect and classify training samples into different groups, in each group the training samples share the same statistical distribution.
  • KLT can be trained using singular value decomposition (SVD) or eigenvalue decomposition given the training data.
  • SVD singular value decomposition
  • U (u lt ... , u N ), which is a D x N matrix.
  • E covariance matrix
  • T is the transform matrix with the column vectors being the eigenvectors (KLT bases) and A is a diagonal matrix with the diagonal elements being the eigenvalues.
  • the eigenvectors can be obtained by performing eigenvalue decomposition or SVD on the covariance matrix. Note that we have sorted the eigenvalues together with the eigenvectors in descending order of the eigenvalues. This is to let the energy of the transform coefficients have descending order corresponding to the training samples.
  • the samples are transform blocks retrieved from the encoding process. Then these samples are clustered into different groups and each KLT matrix is derived for each group.
  • Embodiment 1 In this embodiment, the training samples are clustered based on the transform block size. That it for each block size, one KLT matrix is derived.
  • Embodiment 2 In this embodiment, for intra prediction, the training samples are clustered based on transform block size and intra mode. That is for each transform block size, a set of KLT matrices are derived, in which one intra mode corresponds to one KLT matrix or several intra modes share one KLT matrix.
  • the training samples are clustered based on transform block size and AMVR mode. That is for each transform block size, a set of KLT matrices are derived, in which one AMVR mode corresponds to one KLT matrix.
  • Embodiment 3 In this embodiment, for inter prediction the training samples are clustered based on transform block size and the absolute value of motion vector (MV).
  • MV motion vector
  • Several thresholds th t , th 2 , ... , th M are predefined to classify the motion vector. That is for each transform block size, a set of KLT matrices are derived, in which one absolute value range of the motion vector corresponds to one KLT matrix.
  • the motion vector used for classification is the maximum value of horizontal MV and vertical MV values for both uni-prediction and bi-prediction.
  • Embodiment 4 In this embodiment, for inter prediction the training samples are clustered based on transform block size, prediction mode and neighboring template. It should be noted that for intra prediction, the prediction mode here refers to intra direction. While for inter prediction, the prediction mode refers to AMVR mode or motion vector value or inter prediction direction and so on. Figure 9 is provided to show the template used in this embodiment for a certain transform block size, which consists of N row and N columns of reconstructed pixels.
  • the training process is illustrated as follow.
  • the neighboring templates are divided into K clusters using classical k- means clustering based on a certain distance metric, including but not limited to sum of square error (SSE) and sum of absolute difference (SAD).
  • SSE sum of square error
  • SAD sum of absolute difference
  • K template centers are derived and fixed at both the encoder and decoder, as illustrated in Figure 10.
  • the KLT transform set is firstly selected based on its block size and prediction mode. Then the distances between the template of the current block and the K template centers are calculated. The template center which leads to the minimum distance is selected and the corresponding KLT matrix is used for the current transform block.
  • Embodiment 5 In this embodiment, the proposed method in embodiment 4 is extended. In embodiment 4, for each (transform block size, prediction mode, template center), one KLT matrix is derived. In this embodiment, for each (transform block size, prediction mode, template center), the training set is further divided into several groups using classical k-means clustering as LFNST. In the encoding and decoding process, for each (transform block size, prediction mode, template center) pair, a set of transform matrices are selected and an index used to further indicate which transform matrix in the set is used for the current block.
  • the QP-dependent primary transform is proposed.
  • the primary transforms are QP independent, i.e., blocks with different QPs share the same transform matrices.
  • the KLT training process is described as follows. Firstly, the training data is collected using different QPs from the encoding process. Secondly, for each QP, the corresponding training set is utilized to derive the KLT matrices using the methods introduced above.
  • the forward transform and inverse transform share the same transform matrix to guarantee the perfect reconstruction property of the signal.
  • the transform coefficients are quantized after transform using a certain quantization parameter (QP). Therefore, the original signal cannot be reconstructed perfectly.
  • QP quantization parameter
  • asymmetric KLT is proposed in this disclosure, in which the forward transform and inverse transform may use different transform matrices.
  • the transform units with the same size but coded using different QPs share the same forward KLT matrix while use different inverse KLT matrices.
  • One example method to derive the forward and inverse KLT matrices is introduced as follows: (i) In the first step, for each TU size, the KLT matrix are derived for all the QP values according to the method described above.
  • the derived forward KLT matrix and inverse KLT matrix share the same parameters;
  • the KLT matrices derived in the first step are integrated into video coder and the information of the TU using KLT is collected as the training data used in the following steps, including QP values, the original residues and the quantized transform blocks;
  • the inverse KLT matrix are refined for each QP value or QP value range.
  • the original residues and the quantized transform blocks for a certain QP value or QP value range are denoted as ⁇ r 1 ,r 2 , and ⁇ c 1 , c 2 , ... , c N ], respectively.
  • the refinement of the inverse KLT matrix InvT can be described as follow.
  • the transform units with the same size but coded using different QPs share the same inverse KLT matrix while using different forward KLT matrices.
  • the transform units with the same size may use separate forward and inverse KLT matrices pair for different QPs, in which the forward and inverse matrices in each pair may have different matrix elements.
  • QP X QP 2
  • QP K QP K
  • KLT additional primary transform.
  • MTS CU flag is signaled to indicate whether MTS is used for the current CU. If MTS CU flag is true, the KLT CU flag is signaled to indicate whether KLT is used as the primary transform of the CU. If MTS CU flag is true and KLT CU flag is false, the transform pairs in the current VVC or ECM are utilized.
  • the training and block level signaling methods are proposed and described. More specifically, the trained KLT matrices are fixed at both encoder and decoder. In practical applications, the statistical characteristics of video contents are usually time-variant, i.e., the statistical characteristics may vary for different frames or video sequences. In these cases, it is difficult for the fixed KLT matrices to achieve the optimal compression efficiency.
  • the high level adaptive KLT matrices signaling method is proposed in this disclosure: (i) In the first aspect, it is proposed to adaptively signal the KLT matrices in the sequence parameter set (SPS). At the encoder side, the KLT matrices are derived for the sequence.
  • SPS sequence parameter set
  • the KLT matrices are signaled in the SPS header; (2) In the second aspect, it is proposed to adaptively signal the KLT matrices in the picture parameter set (PPS). At the encoder side, the KLT matrices are derived for each picture. Then the KLT matrices are signaled in the PPS header; and (3) In the third aspect, it is proposed to adaptively signal the KLT matrices in the slice header. At the encoder side, the KLT matrices are derived for each slice. Then the KLT matrices are signaled in the slice header.
  • PPS picture parameter set
  • the elements in the KLT matrices are directly coded using typical codes, i.e., Exponential-Golomb (EG) code.
  • the adaptive KLT matrices are predicted using the fixed KLT matrices, then the residues of the KLT matrices are further signaled using typical codes.
  • LFNST is applied between forward primary transform and quantization (at encoder) and between de-quantization and inverse primary transform (at decoder side). It also should be noted that LFNST is only enabled when the MTS is not used in the primary transform, i.e., DCT-II is applied in both horizontal and vertical transform. When MTS is used in the primary transform, LFNST is not used. To further improve the coding performance of LFNST, it is proposed to apply LFNST to transform blocks coded with MST. The proposed LFNST kernels may be trained or offline derived, and then fixed at both encoder and decoder side.
  • transform sets there are totally 4 transform sets and 2 non-separable transform matrices (kernels) per transform set are used in the proposed LFNST for MTS.
  • the selected non-separable secondary transform candidate is further specified by the explicitly signalled LFNST index. The index is signalled in a bit-stream once per Intra CU after transform coefficients.
  • transform sets there are 67 transform sets, i.e., for each intra prediction mode, a corresponding transform set is used and one non-separable transform matrix for each transform set is used in the proposed LFNST. If the CU is coded using TIMD mode, the intra mode is mapped to the transform index with the following method:
  • trldx (intraMode ⁇ 2? intraMode: ((intraMode » 1) + 1)) where intramode is the intra mode and trldx is the index for the LFNST transform set.
  • LFNST for MTS may be used but not limited to the above described two schemes. Since LFNST is restricted to be applicable only if all coefficients outside the first coefficient sub-group are non-significant, LFNST index coding depends on the position of the last significant coefficient. If more than one transform matrices are used in each transform set, Ithe LFNST index needs to be signaled, which can be context coded (not) depend on intra prediction mode. Furthermore, LFNST is applied for intra CU in both intra and inter slices, and for both Luma and Chroma. If a dual tree is enabled, LFNST indices for Luma and Chroma are signaled separately. For inter slice (the dual tree is disabled), a single LFNST index is signaled and used for both Luma and Chroma.
  • FIG. 11 is a flowchart illustrating a method 1100 for video encoding in accordance with some examples of the present disclosure.
  • the method 1100 includes determining, by an encoder, a low-frequency non-separable transform (LFNST) for a video sequence.
  • the method includes determining, by the encoder, that multiple transform selection (MTS) is enabled for one or more transform blocks.
  • the method 1100 includes determining, by the encoder, that the LFNST is enabled for the one or more transform blocks coded with MTS.
  • the method includes applying, by the encoder, the LFNST matrix to the one or more transform blocks.
  • the method 1100 further includes training the LFNST matrix online or deriving the LFNST matrix offline.
  • Training the LFNST matrix can include determining, by the encoder, a best transform matrix using rate-distortion optimization and updating, by the encoder, a transform set associated with the best LFNST matrix.
  • applying the LFNST matrix to the transform blocks can include generating, by the encoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and signaling, by the encoder, the intra prediction mode in a bitstream per intra coding un.
  • the LFNST may include four distinct transform sets, wherein each distinct transform set includes two non-separable transform matrices.
  • a chroma block is coded with CCLM mode
  • the method 1100 further includes generating, by the encoder, a CCLM mode flag to indicate using of one of the following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA L CCLM; or (iii) INTRA T CCLM, signaling, by the encoder, the CCLM mode flag in the bit-stream and in response to determining the CCLM mode flag, selecting, by the encoder, the transform set 0 for the chroma block.
  • a luma block or chroma block is coded with non-CCLM mode
  • a matrix index can be signaled to indicate the usage of a non-separable transform matrix in a LFNST transform set.
  • the matrix index can be signaled in a bit-stream once per intra CU if all coefficients outside the first coefficient sub-group are non-significant.
  • a first intra prediction mode for a first intra prediction mode, one transform set is used and one first non-separable transform matrix in the one transform set is used in the LFNST.
  • T1MD time based intra mode derivation
  • mapping the TIMD mode to a transform set with a set index: trldx (intraMode ⁇ 2 intraMode: ((intraMode » 1) + 1)).
  • the LFNST may be applied to intra CU in intra and inter slices for luma and chroma blocks.
  • FIG. 12 is a flowchart illustrating a method 1200 for video decoding in accordance with some examples of the present disclosure.
  • the method 1200 include determining, by a decoder, a low-frequency non-separable transform (LFNST) for a video sequence.
  • the method 1200 includes determining, by the decoder, that multiple transform selection (MTS) is enabled for one or more transform blocks.
  • the method 1200 includes determining, by the decoder, that the LFNST is enabled for the one or more transform blocks coded with MTS.
  • the method 1200 includes applying, by the decoder, the LFNST matrix to the one or more transform blocks.
  • the method 1200 further comprises in response to determining that a dual tree is enabled, receiving respective set indices for luma and chroma components separately and in response to determining that a dual tree is not enabled, receiving a single set index for both luma and chroma components.
  • the method 1200 further comprises training the LFNST online or deriving the LFNST offline.
  • training the LFNST online further comprises determining, by the decoder, a best LFNST matrix using rate-distortion optimization and updating, by the decoder, a transform set associated with the best LFNST matrix.
  • the method 1200 further comprises generating, by the decoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and receiving, by the decoder, the intra prediction mode in the bitstream per intra coding unit.
  • the method 1200 further comprises receiving, by the decoder, a cross-component linear model (CCLM) flag for chroma blocks when a CCLM mode is applied to transform blocks with intra prediction mode, and receiving, by the decoder, the CCLM flag in a bit-stream once per intra coding unit (CU) to signal non-separable secondary transform candidates the intra prediction mode in the bitstream per intra coding unit.
  • the LFNST includes four distinct transform sets, wherein each distinct transform set includes two non-separable transform matrices.
  • a chroma block is coded with CCLM mode
  • the method further comprises: receiving, by the decoder, a cross-component linear model (CCLM) mode flag from the bitstream to indicate use of one of the following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA_L_CCLM; or (iii) INTRA_T_CCLM; in response to determining the CCLM mode flag, selecting, by the decoder, a transform set 0 for the chroma block using the mapping strategy.
  • CCLM cross-component linear model
  • a luma block or chroma block is coded with non-CCLM mode
  • applying the LFNST to transform blocks further includes applying, by the decoder, four distinct transform sets for intra prediction, wherein each distinct transform set includes two non-separable transform matrices.
  • the mapping strategy includes receiving, by the decoder, a CCLM mode flag to indicate use of one of the following CCLM modes: (i) Intra LT; (ii) Intra T; or (iii) Intra L, in response to determining the CCLM mode flag, selecting, by the decoder, the transform set 0 for the chroma block.
  • the method 1200 further includes signaling the matrix index to indicate the usage of the non-separable transform matrix in the transform set, wherein the first non- separable secondary transform matrix is signaled by a LFNST flag.
  • the matrix index can be signaled in a bit-stream once per intra CU (e.g., if all coefficients outside the first coefficient subgroup are non-significant, then the matrix index can be signaled in the bit-stream).
  • a first intra prediction mode one transform set and one first non-separable transform matrix is used in the LFNST.
  • mapping the TIMD mode to a transform set with a set index: trIdx (intraMode ⁇ 2 intraMode: ((intraMode» 1 )+l )).
  • the method 1200 further includes in response to determining that a non-separable transform matrix is used for each transform set, receiving the matrix index for the non-separable transform matrix.
  • the LFNST is applied to intra CUs in intra and inter slices for luma and chroma blocks.
  • the method 1200 further includes in response to determining that a dual tree is enabled, receiving respective set indices for luma and chroma components separately and in response to determining that a dual tree is not enabled, receiving a single set index for both luma and chroma components.
  • FIG. 13 shows a computing environment 1310 coupled with a user interface 1350.
  • the computing environment 1310 can be part of a data processing server.
  • the computing environment 1310 includes a processor 1320, a memory 1330, and an Input/Output (I/O) interface 1340.
  • I/O Input/Output
  • the processor 1320 typically controls overall operations of the computing environment 1310, such as the operations associated with display, data acquisition, data communications, and image processing.
  • the processor 1320 may include one or more processors to execute instructions to perform all or some of the steps in the above-described methods.
  • the processor 1320 may include one or more modules that facilitate the interaction between the processor 1320 and other components.
  • the processor may be a Central Processing Unit (CPU), a microprocessor, a single chip machine, a Graphical Processing Unit (GPU), or the like.
  • the memory 1330 is configured to store various types of data to support the operation of the computing environment 1310.
  • the memory 1330 may include predetermined software 1332. Embodiments of such data includes instructions for any applications or methods operated on the computing environment 1310, video datasets, image data, etc.
  • the memory 1330 may be implemented by using any type of volatile or non-volatile memory devices, or a combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic memory, a flash memory, a magnetic or optical disk.
  • SRAM Static Random Access Memory
  • EEPROM Electrically Erasable Programmable Read-Only Memory
  • EPROM Erasable Programmable Read-Only Memory
  • PROM Programmable Read-Only Memory
  • ROM Read-Only Memory
  • magnetic memory a flash memory
  • the memory 1330 is configured to store instructions executable by the processor; where the processor, upon execution of the instructions, is configured to perform any method as illustrated in FIGS. 11-12.
  • the I/O interface 1340 provides an interface between the processor 1320 and peripheral interface modules, such as a keyboard, a click wheel, buttons, and the like.
  • the buttons may include but are not limited to, a home button, a start scan button, and a stop scan button.
  • the I/O interface 1340 can be coupled with an encoder and decoder.
  • a non-transitory computer-readable storage medium comprising a plurality of programs, for example, in the memory 1330, executable by the processor 1320 in the computing environment 1310, for performing the above-described methods and/or storing a bitstream generated by the encoding method described above or a bitstream to be decoded by the decoding method described above.
  • the plurality of programs may be executed by the processor 1320 in the computing environment 1310 to receive (for example, from the video encoder 20 in FIG.
  • bitstream or data stream including encoded video information (for example, video blocks representing encoded video frames, and/or associated one or more syntax elements, etc.), and may also be executed by the processor 1320 in the computing environment 1310 to perform the decoding method described above according to the received bitstream or data stream.
  • the plurality of programs may be executed by the processor 1320 in the computing environment 1310 to perform the encoding method described above to encode video information (for example, video blocks representing video frames, and/or associated one or more syntax elements, etc.) into a bitstream or data stream, and may also be executed by the processor 1320 in the computing environment 1310 to transmit the bitstream or data stream (for example, to the video decoder 30 in FIG. 3A).
  • the non-transitory computer-readable storage medium may have stored therein a bitstream or a data stream comprising encoded video information (for example, video blocks representing encoded video frames, and/or associated one or more syntax elements) generated by an encoder (for example, the video encoder 20 in FIG. 2) using, for example, the encoding method described above for use by a decoder (for example, the video decoder 30 in Fig. 3A or Fig. 3B) in decoding video data.
  • the non-transitory computer-readable storage medium may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disc, an optical data storage device or the like.
  • bitstream generated by the encoding method described above or a bitstream to be decoded by the decoding method described above.
  • a bitstream comprising encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above.
  • the is also provided a computing device comprising one or more processors (for example, the processor 1320); and the non-transitory computer-readable storage medium or the memory 1330 having stored therein a plurality of programs executable by the one or more processors, wherein the one or more processors, upon execution of the plurality of programs, are configured to perform the above-described methods.
  • a computer program product having instructions for storage or transmission of a bitstream comprising encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above.
  • a computer program product comprising a plurality of programs, for example, in the memory 1330, executable by the processor 1320 in the computing environment 1310, for performing the abovedescribed methods.
  • the computer program product may include the non-transitory computer-readable storage medium.
  • the computing environment 1310 may be implemented with one or more ASICs, DSPs, Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), FPGAs, GPUs, controllers, micro-controllers, microprocessors, or other electronic components, for performing the above methods.
  • ASICs application-specific integrated circuits
  • DSPs Digital Signal Processing Devices
  • PLDs Programmable Logic Devices
  • FPGAs field-programmable Logic Devices
  • GPUs GPUs
  • controllers micro-controllers
  • microprocessors microprocessors, or other electronic components, for performing the above methods.
  • bitstream comprising storing the bitstream on a digital storage medium, wherein the bitstream comprises encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above.
  • the above methods may be implemented using an apparatus that includes one or more circuitries, which include application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic components.
  • the apparatus may use the circuitries in combination with the other hardware or software components for performing the above described methods.
  • Each module, submodule, unit, or sub-unit disclosed above may be implemented at least partially using the one or more circuitries.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

Methods for video encoding and decoding, apparatuses and non-transitory computer- readable storage media thereof are provided. In one method for video encoding, an encoder may determine a low-frequency non-separable transform (LFNST) for a video sequence. Additionally, the encoder may determine that multiple transform selection (MTS) is enabled for one or more transform blocks. Furthermore, the encoder may determine that the LFNST is enabled for the one or more transform blocks coded with the MTS. Moreover, the encoder may apply the LFNST to the one or more transform blocks.

Description

Methods and Apparatus for Transform Training and Coding
CROSS-REFERENCE TO RELATED APPLICATION
[0001] This application is based upon and claims priority to Provisional Application No. 63/421,990 filed on November 2, 2022, the entire content thereof is incorporated herein by reference in its entirety.
BACKGROUND
[0002] Digital video is supported by a variety of electronic devices, such as digital televisions, laptop or desktop computers, tablet computers, digital cameras, digital recording devices, digital media players, video gaming consoles, smart phones, video teleconferencing devices, video streaming devices, etc. The electronic devices transmit and receive or otherwise communicate digital video data across a communication network, and/or store the digital video data on a storage device. Due to a limited bandwidth capacity of the communication network and limited memory resources of the storage device, video coding may be used to compress the video data according to one or more video coding standards before it is communicated or stored. For example, video coding standards include Versatile Video Coding (VVC), Joint Exploration test Model (JEM), High-Efficiency Video Coding (HEVC/H.265), Advanced Video Coding (AVC/H.264), 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 inherent in the video data. Video coding aims to compress video data into a form that uses a lower bit rate, while avoiding or minimizing degradations to video quality.
SUMMARY
[0003] Embodiments of the present disclosure provide for transform training and coding.
[0004] In a first aspect, the present disclosure provides a method for video encoding comprising: determining, by an encoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the encoder, that multiple transform selection (MTS) is enabled for one or more transform blocks; determining, by the encoder, that the LFNST is enabled for the one or more transform blocks coded with MTS; and applying, by the encoder, the LFNST to the one or more transform blocks.
[0005] In a second aspect, the present disclosure provides a method for video decoding, comprising: determining, by a decoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the decoder, that multiple transform selection (MTS) is enabled for transform blocks; determining, by the decoder, that the LFNST is enabled for the one or more transform blocks coded with MTS; and applying, by the decoder, the LFNST to the one or more transform blocks.
[0006] It is to be understood that both the foregoing general description and the following detailed description are examples only and are not restrictive of the present disclosure.
BRIEF DESCRIPTION OF THE DRAWINGS
[0007] The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate examples consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure.
[0008] FIG. l is a block diagram illustrating an exemplary system for encoding and decoding video blocks in accordance with some implementations of the present disclosure.
[0009] FIG. 2 is a block diagram illustrating an exemplary video encoder in accordance with some implementations of the present disclosure.
[0010] FIG. 3 A is a block diagram illustrating an exemplary video decoder in accordance with some implementations of the present disclosure.
[0011] FIG. 3B is an illustration of a general block diagram of a video decoder in accordance with some implementations of the present disclosure.
[0012] FIG. 3C is an illustration of a low-frequency non-separable transform (LFNST) process in accordance with some implementations of the present disclosure.
[0013] FIGS. 4A through 4E are block diagrams illustrating how a frame is recursively partitioned into multiple video blocks of different sizes and shapes in accordance with some implementations of the present disclosure.
[0014] FIG. 5 is SBT position, type and transform type in accordance with some examples of the present disclosure. [0015] FIG. 6 is the ROI for LFNST16 in accordance with some examples of the present disclosure.
[0016] FIG. 7 is an illustration of the ROI for LFNST8 in accordance with some examples of the present disclosure.
[0017] FIG. 8 is a flowchart of KLT exploring the non-local correlations in accordance with some examples of the present disclosure.
[0018] FIG. 9 is an illustration of the template used for transform block clustering in accordance with some examples of the present disclosure.
[0019] FIG. 10 is an illustration of training data clustering based on prediction mode and neighboring template, in accordance with some examples of the present disclosure.
[0020] FIG. 11 is a flowchart illustrating a method for video encoding in accordance with some examples of the present disclosure.
[0021] FIG. 12 is a flowchart illustrating a method for video encoding in accordance with some examples of the present disclosure.
[0022] FIG. 13 is a diagram illustrating a computing environment coupled with a user interface, in accordance with some implementations of the present disclosure.
DETAILED DESCRIPTION
[0023] Reference will now be made in detail to specific implementations, embodiments 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. 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.
[0024] 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.
[0025] Large Block-size Transforms with High-frequency Zeroins [0026] In VVC, large block-size transforms, up to 64x64 in size, are enabled, which is primarily useful for higher resolution video, e.g., 1080p and 4K sequences. High frequency transform coefficients are zeroed out for the transform blocks with size (width or height, or both width and height) equal to 64, so that only the lower-frequency coefficients are retained. For example, for an MxN transform block, with M as the block width and N as the block height, when M is equal to 64, only the left 32 columns of transform coefficients are kept. Similarly, when N is equal to 64, only the top 32 rows of transform coefficients are kept. When transform skip mode is used for a large block, the entire block is used without zeroing out any values. In addition, transform shift is removed in transform skip mode. The VTM also supports configurable max transform size in SPS, such that encoder has the flexibility to choose up to 32-length or 64-length transform size depending on the need of specific implementation.
[0027] Multiple Transform Selection (MTS) for Core Transform
[0028] In addition to DCT-II which has been employed in HEVC, a Multiple Transform Selection (MTS) scheme is used for residual coding both inter and intra coded blocks. It uses multiple selected transforms from the DCT8/DST7. The newly introduced transform matrices are DST-VII and DCT-VIII. Table 1 shows the basic functions of the selected DST/DCT.
[0029] In order to keep the orthogonality of the transform matrix, the transform matrices are quantized more accurately than the transform matrices in HEVC. To keep the intermediate values of the transformed coefficients within the 16-bit range, after horizontal and after vertical transform, all the coefficients are to have 10-bit.
Figure imgf000006_0001
Table 1 Transform basis functions of DCT-IV VIII and DSTVII for N-point input. [0030] In order to control MTS scheme, separate enabling flags are specified at SPS level for intra and inter, respectively. When MTS is enabled at SPS, a CU level flag is signalled to indicate whether MTS is applied or not. Here, MTS is applied only for luma. The MTS signaling is skipped when one of the below conditions is applied. The position of the last significant coefficient for the luma TB is less than 1 (i.e., DC only). The last significant coefficient of the luma TB is located inside the MTS zero-out region. If MTS CU flag is equal to zero, then DCT2 is applied in both directions. However, if MTS CU flag is equal to one, then two other flags are additionally signalled to indicate the transform type for the horizontal and vertical directions, respectively. Transform and signalling mapping table as shown in Table 2. Unified the transform selection for ISP and implicit MTS is used by removing the intra-mode and block-shape dependencies. If current block is ISP mode or if the current block is intra block and both intra and inter explicit MTS is on, then only DST7 is used for both horizontal and vertical transform cores. When it comes to transform matrix precision, 8-bit primary transform cores are used. Therefore, all the transform cores used in HEVC are kept as the same, including 4-point DCT-2 and DST-7, 8-point, 16-point and 32- point DCT-2. Also, other transform cores including 64-point DCT-2, 4-point DCT-8, 8-point, 16- point, 32-point DST-7 and DCT-8, use 8-bit primary transform cores.
Figure imgf000007_0001
Table 2 Transform and signalling mapping table.
[0031] To reduce the complexity of large size DST-7 and DCT-8, High frequency transform coefficients are zeroed out for the DST-7 and DCT-8 blocks with size (width or height, or both width and height) equal to 32. Only the coefficients within the 16x16 lower-frequency region are retained. [0032] As in HEVC, the residual of a block can be coded with transform skip mode. To avoid the redundancy of syntax coding, the transform skip flag is not signalled when the CU level MTS_CU_fIag is not equal to zero. Note that implicit MTS transform is set to DCT2 when LFNST or MIP is activated for the current CU. Also the implicit MTS can be still enabled when MTS is enabled for inter coded blocks.
[0033] Low-frequency Non-separable Transform (LFNST)
[0034] In VVC, LFNST is applied between forward primary transform and quantization (at encoder) and between de-quantization and inverse primary transform (at decoder side) as shown in Figure 4. In LFNST, 4x4 non-separable transform or 8x8 non-separable transform is applied according to block size. For example, 4x4 LFNST is applied for small blocks (i.e., min (width, height) < 8) and 8x8 LFNST is applied for larger blocks (i.e., min (width, height) > 4).
[0035] Application of a non-separable transform, which is being used in LFNST, is described as follows using input as an example. To apply 4x4 LFNST, the 4x4 input block X
Figure imgf000008_0002
[0036] is first represented as a vector
Figure imgf000008_0003
Figure imgf000008_0001
[0037] The non-separable transform is calculated as F = T . X , where F indicates the transform coefficient vector, and T is a 16x16 transform matrix. The 16x1 coefficient vector F is subsequently re-organized as 4x4 block using the scanning order for that block (horizontal, vertical or diagonal). The coefficients with smaller index will be placed with the smaller scanning index in the 4x4 coefficient block.
[0038] Reduced non-separable transform
[0039] LFNST (low-frequency non-separable transform) is based on direct matrix multiplication approach to apply non-separable transform so that it is implemented in a single pass without multiple iterations. However, the non-separable transform matrix dimension needs to be reduced to minimize computational complexity and memory space to store the transform coefficients. Hence, reduced non-separable transform (or RST) method is used in LFNST. The main idea of the reduced non-separable transform is to map an N (N is commonly equal to 64 for 8x8 NSST) dimensional vector to an R dimensional vector in a different space, where N/R (R < N) is the reduction factor. Hence, instead of NxN matrix, RST matrix becomes an R*N matrix as follows:
Figure imgf000009_0001
[0040] where the R rows of the transform are R bases of the N dimensional space. The inverse transform matrix for RT is the transpose of its forward transform. For 8x8 LFNST, a reduction factor of 4 is applied, and 64x64 direct matrix, which is conventional 8x8 non-separable transform matrix size, is reduced to 16x48 direct matrix. Hence, the 48* 16 inverse RST matrix is used at the decoder side to generate core (primary) transform coefficients in 8*8 top-left regions. When 16x48 matrices are applied instead of 16x64 with the same transform set configuration, each of which takes 48 input data from three 4x4 blocks in a top-left 8x8 block excluding right-bottom 4x4 block. With the help of the reduced dimension, memory usage for storing all LFNST matrices is reduced from 10KB to 8KB with reasonable performance drop. In order to reduce complexity LFNST is restricted to be applicable only if all coefficients outside the first coefficient sub-group are nonsignificant. Hence, all primary-only transform coefficients have to be zero when LFNST is applied. This allows a conditioning of the LFNST index signalling on the last-significant position, and hence avoids the extra coefficient scanning in the current LFNST design, which is needed for checking for significant coefficients at specific positions only.
[0041] The worst-case handling of LFNST (in terms of multiplications per pixel) restricts the non-separable transforms for 4x4 and 8x8 blocks to 8x16 and 8x48 transforms, respectively. In those cases, the last-significant scan position has to be less than 8 when LFNST is applied, for other sizes less than 16. Forblocks with a shape of4xN andNx4 andN> 8, the proposed restriction implies that the LFNST is now applied only once, and that to the top-left 4x4 region only. As all primary-only coefficients are zero when LFNST is applied, the number of operations needed for the primary transforms is reduced in such cases. From encoder perspective, the quantization of coefficients is remarkably simplified when LFNST transforms are tested. A rate-distortion optimized quantization has to be done at maximum for the first 16 coefficients (in scan order), the remaining coefficients are enforced to be zero.
[0042] LFNST transform selection [0043] There are totally 4 transform sets and 2 non-separable transform matrices (kernels) per transform set are used in LFNST. The mapping from the intra prediction mode to the transform set can be pre-defined. If one of three CCLM modes (INTRA LT CCLM, INTRA T CCLM or INTRA L CCLM) is used for the current block (81 <= predModelntra <= 83), transform set 0 is selected for the current chroma block. For each transform set, the selected non-separable secondary transform candidate is further specified by the explicitly signalled LFNST index. The index is signalled in a bit-stream once per Intra CU after transform coefficients.
Figure imgf000010_0001
Table 3 is a Transform Selection Table
[0044] LFNST index signaling and interaction with other tools
[0045] Since LFNST is restricted to be applicable only if all coefficients outside the first coefficient sub-group are non-significant, LFNST index coding depends on the position of the last significant coefficient. In addition, the LFNST index is context coded but does not depend on intra prediction mode, and only the first bin is context coded. Furthermore, LFNST is applied for intra CU in both intra and inter slices, and for both Luma and Chroma. If a dual tree is enabled, LFNST indices for Luma and Chroma are signaled separately. For inter slice (the dual tree is disabled), a single LFNST index is signaled and used for both Luma and Chroma.
[0046] Considering that a large CU greater than 64x64 is implicitly split (TU tiling) due to the existing maximum transform size restriction (64x64), an LFNST index search could increase data buffering by four times for a certain number of decode pipeline stages. Therefore, the maximum size that LFNST is allowed is restricted to 64x64. Note that LFNST is enabled with DCT2 only. The LFNST index signaling is placed before MTS index signaling.
[0047] The use of scaling matrices for perceptual quantization is not evident that the scaling matrices that are specified for the primary matrices may be useful for LFNST coefficients. Hence, the uses of the scaling matrices for LFNST coefficients are not allowed. For single-tree partition mode, chroma LFNST is not applied.
[0048] LFNST training
[0049] The coding efficiency of LFNST highly depends on the design of LFNST kernels, which are derived by off-line training. The training process can be considered as a clustering problem, where each cluster represents a huge group of transform coefficient blocks retrieved from the actual encoding process, and the ‘centroid’ of each cluster is the optimal non-separable transform, i.e., KLT, for the associated transform coefficient blocks in the same cluster.
[0050] Enlightened by the classical k-means clustering method, the training of the LFNST is performed in a two-stage iterative manner with an initial state:
[0051] Initialization
[0052] For each transform coefficient block collected from the encoding process, a random label, ranging from 0 to 3, is assigned. Then the low-frequency M*N coefficients are added as one training data in the cluster associated with the assigned label. For each cluster labeled from 1 to 3, the optimal non-separable transform is derived by the solving eigenvectors of a covariance matrix, e.g., singular value decomposition (SVD), which is calculated using the training data in the same cluster. In addition, an identity transform, which means no secondary transform is applied, is assigned as the centroid of the first cluster.
[0053] Iteration
[0054] For each available training data, select the best transform kernel using rate-distortion optimization and relabel the training data using the selected transform kernel. With the updated label of each training data, each cluster is updated, and the ‘centroids’ (transform kernels) of cluster labeled from 1 to 3 are updated accordingly. The identity transform is always assigned to cluster 0.
[0055] Subblock Transform (SBT) [0056] In VTM, subblock transform is introduced for an inter-predicted CU. In this transform mode, only a sub-part of the residual block is coded for the CU. When inter-predicted CU with cu cbf equal to 1, cu sbt flag may be signaled to indicate whether the whole residual block or a sub-part of the residual block is coded. In the former case, inter MTS information is further parsed to determine the transform type of the CU. In the latter case, a part of the residual block is coded with inferred adaptive transform and the other part of the residual block is zeroed out.
[0057] When SBT is used for an inter-coded CU, SBT type and SBT position information are signaled in the bitstream. There are two SBT types and two SBT positions, as indicated in Figure 41. For SBT-V (or SBT-H), the TU width (or height) may equal to half of the CU width (or height) or 1/4 of the CU width (or height), resulting in 2:2 split or 1 :3/3 : 1 split. The 2:2 split is like a binary tree (BT) split while the 1 :3/3 : 1 split is like an asymmetric binary tree (ABT) split. In ABT splitting, only the small region contains the non-zero residual. If one dimension of a CU is 8 in luma samples, the 1 :3/3 : 1 split along that dimension is disallowed. There are at most 8 SBT modes for a CU.
[0058] Position-dependent transform core selection is applied on luma transform blocks in SBT-V and SBT-H (chroma TB always using DCT-2). The two positions of SBT-H and SBT-V are associated with different core transforms. More specifically, the horizontal and vertical transforms for each SBT position is specified in Figure 41. For example, the horizontal and vertical transforms for SBT-V position 0 is DCT-8 and DST-7, respectively. When one side of the residual TU is greater than 32, the transform for both dimensions is set as DCT-2. Therefore, the subblock transform jointly specifies the TU tiling, cbf, and horizontal and vertical core transform type of a residual block. The SBT is not applied to the CU coded with combined inter-intra mode.
[0059] Transform Improvement in the ECM
[0060] Maximum transform size and zeroing-out of transform coefficients. Both CTU size and maximum transform size (i.e., all MTS transform kernels) are extended to 256, where the maximum intra coded block can have a size of 128x128. The maximum CTU size is set to 256 for UHD sequences and it is set to 128, otherwise. In the primary transformation process, there is no normative zeroing out operation applied on transform coefficients. However, if LFNST is applied, the primary transform coefficients outside the LFNST region are normatively zeroed-out.
[0061] Enhanced MTS for intra codins [0062] In the current VVC design [1], for MTS, only DST7 and DCT8 transform kernels are utilized which are used for intra and inter coding. Additional primary transforms including DCT5, DST4, DST1, and identity transform (IDT) are employed. Also MTS set is made dependent on the TU size and intra mode information. 16 different TU sizes are considered, and for each TU size 5 different classes are considered depending on intra-mode information. For each class, 1, 4 or 6 different transform pairs are considered. Number of intra MTS candidates are adaptively selected (between 1, 4 and 6 MTS candidates) depending on the sum of absolute value of transform coefficients. The sum is compared against the two fixed thresholds to determine the total number of allowed MTS candidates: 1 candidate: sum <=thO; 4 candidates: thO < sum <= thl; 6 candidates: sum > thl.
[0063] Note, although a total of 80 different classes are considered, some of those different classes often share exactly same transform set. So there are 58 (less than 80) unique entries in the resultant LUT.
[0064] For angular modes, a joint symmetry over TU shape and intra prediction is considered. So, a mode i (i > 34) with TU shape AxB will be mapped to the same class corresponding to the mode j =(68 - i) with TU shape BxA. However, for each transform pair the order of the horizontal and vertical transform kernel is swapped. For example, for a 16x4 block with mode 18 (horizontal prediction) and a 4x16 block with mode 50 (vertical prediction) are mapped to the same class. However, the vertical and horizontal transform kernels are swapped. For the wide-angle modes the nearest conventional angular mode is used for the transform set determination. For example, mode 2 is used for all the modes between -2 and -14. Similarly, mode 66 is used for mode 67 to mode 80.
[0065] LFNST extension with large kernel
[0066] The LFNST design in VVC is extended as follows: The number of LFNST sets (S) and candidates (C) are extended to S=35 and C=3, and the LFNST set (IfnstTrSetldx) for a given intra mode (predModelntra) is derived according to the following formula: For predModelntra < 2, IfnstTrSetldx is equal to 2. IfnstTrSetldx = predModelntra, for predModelntra in [0,34], IfnstTrSetldx = 68 - predModelntra, for predModelntra in [35,66], Three different kernels, LFNST4, LFNST8, and LFNST16, are defined to indicate LFNST kernel sets, which are applied to 4xN/Nx4 (N>4), 8xN/Nx8 (N>8), and MxN (M, N>16), respectively. The kernel dimensions are specified by: (LFSNT4, LFNST8*, LFNST16*) = (16x16, 32x64, 32x96). The forward LFNST is applied to top-left low frequency region, which is called Region-Of-Interest (ROI). When LFNST is applied, primary-transformed coefficients that exist in the region other than ROI are zeroed out, which is not changed from the VVC standard.
[0067] The ROI for LFNST16 is depicted in Figure 6. It consists of six 4x4 sub-blocks, which are consecutive in scan order. Since the number of input samples is 96, transform matrix for forward LFNST16 can be Rx96. R is chosen to be 32 in this contribution, 32 coefficients (two 4x4 sub-blocks) are generated from forward LFNST 16 accordingly, which are placed following coefficient scan order.
[0068] The ROI for LFNST8 is shown in Figure 7. The forward LFNST8 matrix can be Rx64 and R is chosen to be 32. The generated coefficients are located in the same manner as with LFNST 16.
[0069] The mapping from intra prediction modes to these sets is shown in Table 4, Table 4. Mapping of intra prediction modes to LFNST set index.
Figure imgf000014_0001
Table 4.
[0070] Signal Dependent Transform (SDT) in JEM
[0071] Considering that there are many similar patches within a frame and across frames, signal dependent transform explores such correlations can enhance coding performance by means of KLT. This trained KLT plays the role of a transform that is intended to compact the energy more efficiently.
[0072] The flowchart in Figure 8 describes this idea. For the current coding block indicated by C, at first, a reference patch R which consists of the reconstructed left-up template tb and the prediction block p of the coding block is obtained. Then, this reference patch is used to search for N most similar patches over the reconstructed regions. Finally, one-dimensional KLT based on these blocks and prediction block is calculated. The coding block is unknown at the decoder for the collection of similar candidate blocks. The prediction block and the reconstructed template are used to guide the searching of similar blocks instead of using the original block. This tool is used for various block sizes 4><4, 8x8, 16x 16 and 32x32. [0073] It is known that Karhunen-Loeve transform (KLT) is the optimal transform in terms of the energy compaction efficiency. By searching over the reconstructed regions, N blocks xt. i = 1, 2, . .. , N, which are most similar to the reference patch are obtained. Here, xt = (x(1, xi2, ... , xiD)T and D indicates the vector dimension which is the transform block size. For an example, for 4><4 coding block, N is 16. The prediction p from those blocks is subtracted and obtain the residual blocks as uf, i = 1, 2, ..., N, where ut = (xt -
Figure imgf000015_0001
The, these residual blocks are used as the training samples with zero mean for the KLT derivation. These N training samples can be represented by U = (u15 u2,. .. ,uN\ which is an DxN matrix. Consider the covariance matrix Z as given by: Z = UUT where the dimension of this covariance matrix is DxD. KLT bases are then the eigenvectors of this covariance matrix. For natural image/video contents, we find the selection of the candidate number N as 100 is enough for the good performance. The computation complexity for the eigenvalue decomposition
Figure imgf000015_0002
For 4x4 block with D being 16, the complexity is O(163), which is acceptable. For a large block, the complexity will be very high. For 32x32 block with D being 1024, the time complexity will be 262144 times slower than that for 4x4 block, being intolerable in the coding framework.
[0074] In considering this, a fast algorithm is used to make the large block size KLT feasible. The dimension of Z is DxD. However, UTU has a much lower dimension as Nx N. We calculate the eigenvectors <p of Z' = UTU, which satisfy the equation as UTU(f> = (f>A. where 0 indicates the eigenvector matrix while A denotes the diagonal matrix with the eigenvalues being the diagonal elements. Let’s multiply both sides of Equation 33 by U to get UUTU(j) = UcftA. Add brackets to this equation and obtain (
Figure imgf000015_0003
A (3-7)
The column vectors of {/</> are the eigenvectors of UUT with their corresponding eigenvalues being the diagonal elements of matrices A. Let <p = U(f>.
[0075] This indicates the eigenvectors of the high dimensional covariance matrix UTU can be obtained by multiplying U with the eigenvectors </> which are obtained from the low dimensional covariance matrix UTU . The dimensions of <p and A are both D xN. All the other (D — N) eigenvectors of UUT have zero eigenvectors. We can use Schmidt orthogonalization to fdl these (D — N) eigenvectors to get D xD eigenvector matrix. To reduce the complexity for matrix multiplication, one can use the obtained N eigenvectors to perform KLT transform, leaving the remaining (D— N) transform coefficients as zeros. This will not attenuate the performance since the first N projections can cover most of the signal energy while the bases are trained from samples being highly correlated with the coding block.
[0076] The described KLT is implemented at the block level on the coding block in the JEM. To have high adaptability to the image/video contents, the proposed scheme supports the proposed KLT on 4x4, 8x8, 16x16 and 32x32 coding blocks. At the JEM encoder side, rate-distortion optimization is used to determine the transform mode among the SDT and the adaptive multiple transform (AMT).
[0077] 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 nonlimiting 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.
[0078] 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. [0079] FIG. 1 is a block diagram illustrating an exemplary system 10 for encoding and decoding video blocks in parallel in accordance with some implementations of the present disclosure. As shown in FIG. 1, the system 10 includes a source device 12 that generates and encodes video data to be decoded at a later time by a destination device 14. The source device 12 and the destination device 14 may comprise any of a wide variety of electronic devices, including cloud servers, server computers, desktop or laptop computers, tablet computers, smart phones, set- top boxes, digital televisions, cameras, display devices, digital media players, video gaming consoles, video streaming device, or the like. In some implementations, the source device 12 and the destination device 14 are equipped with wireless communication capabilities. [0080] In some implementations, the destination device 14 may receive the encoded video data to be decoded via a link 16. The link 16 may comprise any type of communication medium or device capable of moving the encoded video data from the source device 12 to the destination device 14. In one example, the link 16 may comprise a communication medium to enable the source device 12 to transmit the encoded video data directly to the destination device 14 in real time. The encoded video data may be modulated according to a communication standard, such as a wireless communication protocol, and transmitted to the destination device 14. The communication medium may comprise any wireless or wired communication medium, such as a Radio Frequency (RF) spectrum or one or more physical transmission lines. The communication medium may form part of a packet-based network, such as a local area network, a wide-area network, or a global network such as the Internet. The communication medium may include routers, switches, base stations, or any other equipment that may be useful to facilitate communication from the source device 12 to the destination device 14.
[0081] In some other implementations, the encoded video data may be transmitted from an output interface 22 to a storage device 32. Subsequently, the encoded video data in the storage device 32 may be accessed by the destination device 14 via an input interface 28. The storage device 32 may include any of a variety of distributed or locally accessed data storage media such as a hard drive, Blu-ray discs, Digital Versatile Disks (DVDs), Compact Disc Read-Only Memories (CD-ROMs), flash memory, volatile or non-volatile memory, or any other suitable digital storage media for storing the encoded video data. In a further example, the storage device 32 may correspond to a file server or another intermediate storage device that may hold the encoded video data generated by the source device 12. The destination device 14 may access the stored video data from the storage device 32 via streaming or downloading. The file server may be any type of computer capable of storing the encoded video data and transmitting the encoded video data to the destination device 14. Exemplary file servers include a web server (e.g., for a website), a File Transfer Protocol (FTP) server, Network Attached Storage (NAS) devices, or a local disk drive. The destination device 14 may access the encoded video data through any standard data connection, including a wireless channel (e.g., a Wireless Fidelity (Wi-Fi) connection), a wired connection (e.g., Digital Subscriber Line (DSL), cable modem, etc.), or a combination of both that is suitable for accessing encoded video data stored on a file server. The transmission of the encoded video data from the storage device 32 may be a streaming transmission, a download transmission, or a combination of both.
[0082] As shown in FIG. 1, the source device 12 includes a video source 18, a video encoder 20 and the output interface 22. The video source 18 may include a source such as a video capturing device, e.g., a video camera, a video archive containing previously captured video, a video feeding interface to receive video from a video content provider, and/or a computer graphics system for generating computer graphics data as the source video, or a combination of such sources. As one example, if the video source 18 is a video camera of a security surveillance system, the source device 12 and the destination device 14 may form camera phones or video phones. However, the implementations described in the present application may be applicable to video coding in general, and may be applied to wireless and/or wired applications.
[0083] The captured, pre-captured, or computer-generated video may be encoded by the video encoder 20. The encoded video data may be transmitted directly to the destination device 14 via the output interface 22 of the source device 12. The encoded video data may also (or alternatively) be stored onto the storage device 32 for later access by the destination device 14 or other devices, for decoding and/or playback. The output interface 22 may further include a modem and/or a transmitter.
[0084] The destination device 14 includes the input interface 28, a video decoder 30, and a display device 34. The input interface 28 may include a receiver and/or a modem and receive the encoded video data over the link 16. The encoded video data communicated over the link 16, or provided on the storage device 32, may include a variety of syntax elements generated by the video encoder 20 for use by the video decoder 30 in decoding the video data. Such syntax elements may be included within the encoded video data transmitted on a communication medium, stored on a storage medium, or stored on a file server.
[0085] In some implementations, the destination device 14 may include the display device 34, which can be an integrated display device and an external display device that is configured to communicate with the destination device 14. The display device 34 displays the decoded video data to a user, and may comprise any of a variety of display devices such as a Liquid Crystal Display (LCD), a plasma display, an Organic Light Emitting Diode (OLED) display, or another type of display device. [0086] The video encoder 20 and the video decoder 30 may operate according to proprietary or industry standards, such as VVC, HEVC, MPEG-4, Part 10, AVC, or extensions of such standards. It should be understood that the present application is not limited to a specific video encoding/decoding standard and may be applicable to other video encoding/decoding standards. It is generally contemplated that the video encoder 20 of the source device 12 may be configured to encode video data according to any of these current or future standards. Similarly, it is also generally contemplated that the video decoder 30 of the destination device 14 may be configured to decode video data according to any of these current or future standards.
[0087] The video encoder 20 and the video decoder 30 each may be implemented as any of a variety of suitable encoder and/or decoder circuitry, such as one or more microprocessors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs), discrete logic, software, hardware, firmware or any combinations thereof. When implemented partially in software, an electronic device may store instructions for the software in a suitable, non-transitory computer-readable medium and execute the instructions in hardware using one or more processors to perform the video encoding/decoding operations disclosed in the present disclosure. Each of the video encoder 20 and the video decoder 30 may be included in one or more encoders or decoders, either of which may be integrated as part of a combined encoder/decoder (CODEC) in a respective device.
[0088] In some implementations, at least a part of components of the source device 12 (for example, the video source 18, the video encoder 20 or components included in the video encoder 20 as described below with reference to Fig. 2, and the output interface 22) and/or at least a part of components of the destination device 14 (for example, the input interface 28, the video decoder 30 or components included in the video decoder 30 as described below with reference to Fig. 3, and the display device 34) may operate in a cloud computing service network which may provide software, platforms, and/or infrastructure, such as Software as a Service (SaaS), Platform as a Service (PaaS), or Infrastructure as a Service (laaS). In some implementations, one or more components in the source device 12 and/or the destination device 14 which are not included in the cloud computing service network may be provided in one or more client devices, and the one or more client devices may communicate with server computers in the cloud computing service network through a wireless communication network (for example, a cellular communication network, a short-range wireless communication network, or a global navigation satellite system (GNSS) communication network) or a wired communication network (e g., a local area network (LAN) communication network or a power line communication (PLC) network). In an embodiment, at least a part of operations described herein may be implemented as cloud-based services provided by one or more server computers which are implemented by the at least a part of the components of the source device 12 and/or the at least a part of the components of the destination device 14 in the cloud computing service network; and one or more other operations described herein may be implemented by the one or more client devices. In some implementations, the cloud computing service network may be a private cloud, a public cloud, or a hybrid cloud. The terms such as “cloud,” “cloud computing,” “cloud-based” etc. herein may be used interchangeably as appropriate without departing from the scope of the present disclosure. It should be understood that the present disclosure is not limited to being implemented in the cloud computing service network described above. Instead, the present disclosure may also be implemented in any other type of computing environments currently known or developed in the future.
[0089] FIG. 2 is a block diagram illustrating an exemplary video encoder 20 in accordance with some implementations described in the present application. The video encoder 20 may perform intra and inter predictive coding of video blocks within video frames. Intra predictive coding relies on spatial prediction to reduce or remove spatial redundancy in video data within a given video frame or picture. Inter predictive coding relies on temporal prediction to reduce or remove temporal redundancy in video data within adjacent video frames or pictures of a video sequence. It should be noted that the term “frame” may be used as synonyms for the term “image” or “picture” in the field of video coding.
[0090] As shown in FIG. 2, the video encoder 20 includes a video data memory 40, a prediction processing unit 41, a Decoded Picture Buffer (DPB) 64, a summer 50, a transform processing unit 52, a quantization unit 54, and an entropy encoding unit 56. The prediction processing unit 41 further includes a motion estimation unit 42, a motion compensation unit 44, a partition unit 45, an intra prediction processing unit 46, and an intra Block Copy (BC) unit 48. In some implementations, the video encoder 20 also includes an inverse quantization unit 58, an inverse transform processing unit 60, and a summer 62 for video block reconstruction. An in-loop filter 63, such as a deblocking filter, may be positioned between the summer 62 and the DPB 64 to filter block boundaries to remove blockiness artifacts from reconstructed video. Another in-loop filter, such as Sample Adaptive Offset (SAO) filter, Cross Component Sample Adaptive Offset (CCSAO) filter and/or Adaptive in-Loop Filter (ALF), may also be used in addition to the deblocking filter to filter an output of the summer 62. It should be illustrated that for the CCSAO technique, the present application is not limited to the embodiments described herein, and instead, the application may be applied to a situation where an offset is selected for any of a luma component, a Cb chroma component and a Cr chroma component according to any other of the luma component, the Cb chroma component and the Cr chroma component to modify said any component based on the selected offset. Further, it should also be illustrated that a first component mentioned herein may be any of the luma component, the Cb chroma component and the Cr chroma component, a second component mentioned herein may be any other of the luma component, the Cb chroma component and the Cr chroma component, and a third component mentioned herein may be a remaining one of the luma component, the Cb chroma component and the Cr chroma component. In some examples, the in-loop filters may be omitted, and the decoded video block may be directly provided by the summer 62 to the DPB 64. The video encoder 20 may take the form of a fixed or programmable hardware unit or may be divided among one or more of the illustrated fixed or programmable hardware units.
[0091] The video data memory 40 may store video data to be encoded by the components of the video encoder 20. The video data in the video data memory 40 may be obtained, for example, from the video source 18 as shown in FIG. 1. The DPB 64 is a buffer that stores reference video data (for example, reference frames or pictures) for use in encoding video data by the video encoder 20 (e.g., in intra or inter predictive coding modes). The video data memory 40 and the DPB 64 may be formed by any of a variety of memory devices. In various examples, the video data memory 40 may be on-chip with other components of the video encoder 20, or off-chip relative to those components.
[0092] As shown in FIG. 2, after receiving the video data, the partition unit 45 within the prediction processing unit 41 partitions the video data into video blocks. This partitioning may also include partitioning a video frame into slices, tiles (for example, sets of video blocks), or other larger Coding Units (CUs) according to predefined splitting structures such as a Quad-Tree (QT) structure associated with the video data. The video frame is or may be regarded as a two- dimensional array or matrix of samples with sample values. A sample in the array may also be referred to as a pixel or a pel. A number of samples in horizontal and vertical directions (or axes) of the array or picture define a size and/or a resolution of the video frame. The video frame may be divided into multiple video blocks by, for example, using QT partitioning.
[0093] The video block again is or may be regarded as a two-dimensional array or matrix of samples with sample values, although of smaller dimension than the video frame. A number of samples in horizontal and vertical directions (or axes) of the video block define a size of the video block. The video block may further be partitioned into one or more block partitions or sub-blocks (which may form again blocks) by, for example, iteratively using QT partitioning, Binary-Tree (BT) partitioning or Triple-Tree (TT) partitioning or any combination thereof. It should be noted that the term “block” or “video block” as used herein may be a portion, in particular a rectangular (square or non- square) portion, of a frame or a picture. With reference, for example, to HEVC and VVC, the block or video block may be or correspond to a Coding Tree Unit (CTU), a CU, a Prediction Unit (PU) or a Transform Unit (TU) and/or may be or correspond to a corresponding block, e.g., a Coding Tree Block (CTB), a Coding Block (CB), a Prediction Block (PB) or a Transform Block (TB) and/or to a sub-block.
[0094] The prediction processing unit 41 may select one of a plurality of possible predictive coding modes, such as one of a plurality of intra predictive coding modes or one of a plurality of inter predictive coding modes, for the current video block based on error results (e.g., coding rate and the level of distortion). The prediction processing unit 41 may provide the resulting intra or inter prediction coded block to the summer 50 to generate a residual block and to the summer 62 to reconstruct the encoded block for use as part of a reference frame subsequently. The prediction processing unit 41 also provides syntax elements, such as motion vectors, intra-mode indicators, partition information, and other such syntax information, to the entropy encoding unit 56.
[0095] In order to select an appropriate intra predictive coding mode for the current video block, the intra prediction processing unit 46 within the prediction processing unit 41 may perform intra predictive coding of the current video block relative to one or more neighbor blocks in the same frame as the current block to be coded to provide spatial prediction. The motion estimation unit 42 and the motion compensation unit 44 within the prediction processing unit 41 perform inter predictive coding of the current video block relative to one or more predictive blocks in one or more reference frames to provide temporal prediction. The video encoder 20 may perform multiple coding passes, e.g., to select an appropriate coding mode for each block of video data. [0096] In some implementations, the motion estimation unit 42 determines the inter prediction mode for a current video frame by generating a motion vector, which indicates the displacement of a video block within the current video frame relative to a predictive block within a reference video frame, according to a predetermined pattern within a sequence of video frames. Motion estimation, performed by the motion estimation unit 42, is the process of generating motion vectors, which estimate motion for video blocks.
[0097] A motion vector, for example, may indicate the displacement of a video block within a current video frame or picture relative to a predictive block within a reference frame relative to the current block being coded within the current frame. The predetermined pattern may designate video frames in the sequence as P frames or B frames. The intra BC unit 48 may determine vectors, e.g., block vectors, for intra BC coding in a manner similar to the determination of motion vectors by the motion estimation unit 42 for inter prediction, or may utilize the motion estimation unit 42 to determine the block vector.
[0098] A predictive block for the video block may be or may correspond to a block or a reference block of a reference frame that is deemed as closely matching the video block to be coded in terms of pixel difference, which may be determined by Sum of Absolute Difference (SAD), Sum of Square Difference (SSD), or other difference metrics. In some implementations, the video encoder 20 may calculate values for sub-integer pixel positions of reference frames stored in the DPB 64. For example, the video encoder 20 may interpolate values of one-quarter pixel positions, one-eighth pixel positions, or other fractional pixel positions of the reference frame. Therefore, the motion estimation unit 42 may perform a motion search relative to the full pixel positions and fractional pixel positions and output a motion vector with fractional pixel precision.
[0099] The motion estimation unit 42 calculates a motion vector for a video block in an inter prediction coded frame by comparing the position of the video block to the position of a predictive block of a reference frame selected from a first reference frame list (List 0) or a second reference frame list (List 1), each of which identifies one or more reference frames stored in the DPB 64. The motion estimation unit 42 sends the calculated motion vector to the motion compensation unit 44 and then to the entropy encoding unit 56.
[00100] Motion compensation, performed by the motion compensation unit 44, may involve fetching or generating the predictive block based on the motion vector determined by the motion estimation unit 42. Upon receiving the motion vector for the current video block, the motion compensation unit 44 may locate a predictive block to which the motion vector points in one of the reference frame lists, retrieve the predictive block from the DPB 64, and forward the predictive block to the summer 50. The summer 50 then forms a residual video block of pixel difference values by subtracting pixel values of the predictive block provided by the motion compensation unit 44 from the pixel values of the current video block being coded.
[00101] The pixel difference values forming the residual video block may include luma or chroma component differences or both. The motion compensation unit 44 may also generate syntax elements associated with the video blocks of a video frame for use by the video decoder 30 in decoding the video blocks of the video frame. The syntax elements may include, for example, syntax elements defining the motion vector used to identify the predictive block, any flags indicating the prediction mode, or any other syntax information described herein. Note that the motion estimation unit 42 and the motion compensation unit 44 may be highly integrated, but are illustrated separately for conceptual purposes.
[00102] In some implementations, the intra BC unit 48 may generate vectors and fetch predictive blocks in a manner similar to that described above in connection with the motion estimation unit 42 and the motion compensation unit 44, but with the predictive blocks being in the same frame as the current block being coded and with the vectors being referred to as block vectors as opposed to motion vectors. In particular, the intra BC unit 48 may determine an intraprediction mode to use to encode a current block. In some examples, the intra BC unit 48 may encode a current block using various intra-prediction modes, e.g., during separate encoding passes, and test their performance through rate-distortion analysis. Next, the intra BC unit 48 may select, among the various tested intra-prediction modes, an appropriate intra-prediction mode to use and generate an intra-mode indicator accordingly. For example, the intra BC unit 48 may calculate rate-distortion values using a rate-distortion analysis for the various tested intra-prediction modes, and select the intra-prediction mode having the best rate-distortion characteristics among the tested modes as the appropriate intra-prediction mode to use.
[00103] Rate-distortion analysis generally determines an amount of distortion (or error) between an encoded block and an original, unencoded block that was encoded to produce the encoded block, as well as a bitrate (i.e., a number of bits) used to produce the encoded block. Intra BC unit 48 may calculate ratios from the distortions and rates for the various encoded blocks to determine which intra-prediction mode exhibits the best rate-distortion value for the block.
[00104] In other examples, the intra BC unit 48 may use the motion estimation unit 42 and the motion compensation unit 44, in whole or in part, to perform such functions for Intra BC prediction according to the implementations described herein. In either case, for Intra block copy, a predictive block may be a block that is deemed as closely matching the block to be coded, in terms of pixel difference, which may be determined by SAD, SSD, or other difference metrics, and identification of the predictive block may include calculation of values for sub-integer pixel positions.
[00105] Whether the predictive block is from the same frame according to intra prediction, or a different frame according to inter prediction, the video encoder 20 may form a residual video block by subtracting pixel values of the predictive block from the pixel values of the current video block being coded, forming pixel difference values. The pixel difference values forming the residual video block may include both luma and chroma component differences.
[00106] The intra prediction processing unit 46 may intra-predict a current video block, as an alternative to the inter-prediction performed by the motion estimation unit 42 and the motion compensation unit 44, or the intra block copy prediction performed by the intra BC unit 48, as described above. In particular, the intra prediction processing unit 46 may determine an intra prediction mode to use to encode a current block. To do so, the intra prediction processing unit 46 may encode a current block using various intra prediction modes, e.g., during separate encoding passes, and the intra prediction processing unit 46 (or a mode selection unit, in some examples) may select an appropriate intra prediction mode to use from the tested intra prediction modes. The intra prediction processing unit 46 may provide information indicative of the selected intraprediction mode for the block to the entropy encoding unit 56. The entropy encoding unit 56 may encode the information indicating the selected intra-prediction mode in the bitstream.
[00107] After the prediction processing unit 41 determines the predictive block for the current video block via either inter prediction or intra prediction, the summer 50 forms a residual video block by subtracting the predictive block from the current video block. The residual video data in the residual block may be included in one or more TUs and is provided to the transform processing unit 52. The transform processing unit 52 transforms the residual video data into residual transform coefficients using a transform, such as a Discrete Cosine Transform (DCT) or a conceptually similar transform. [00108] The transform processing unit 52 may send the resulting transform coefficients to the quantization unit 54. The quantization unit 54 quantizes the transform coefficients to further reduce the bit rate. The quantization process may also reduce the bit depth associated with some or all of the coefficients. The degree of quantization may be modified by adjusting a quantization parameter. In some examples, the quantization unit 54 may then perform a scan of a matrix including the quantized transform coefficients. Alternatively, the entropy encoding unit 56 may perform the scan.
[00109] Following quantization, the entropy encoding unit 56 entropy encodes the quantized transform coefficients into a video bitstream using, e.g., Context Adaptive Variable Length Coding (CAVLC), Context Adaptive Binary Arithmetic Coding (CABAC), Syntax-based context- adaptive Binary Arithmetic Coding (SBAC), Probability Interval Partitioning Entropy (PIPE) coding or another entropy encoding methodology or technique. The encoded bitstream may then be transmitted to the video decoder 30 as shown in FIG. 1, or archived in the storage device 32 as shown in FIG. 1 for later transmission to or retrieval by the video decoder 30. The entropy encoding unit 56 may also entropy encode the motion vectors and the other syntax elements for the current video frame being coded.
[00110] The inverse quantization unit 58 and the inverse transform processing unit 60 apply inverse quantization and inverse transformation, respectively, to reconstruct the residual video block in the pixel domain for generating a reference block for prediction of other video blocks. As noted above, the motion compensation unit 44 may generate a motion compensated predictive block from one or more reference blocks of the frames stored in the DPB 64. The motion compensation unit 44 may also apply one or more interpolation filters to the predictive block to calculate sub-integer pixel values for use in motion estimation.
[00111] The summer 62 adds the reconstructed residual block to the motion compensated predictive block produced by the motion compensation unit 44 to produce a reference block for storage in the DPB 64. The reference block may then be used by the intra BC unit 48, the motion estimation unit 42 and the motion compensation unit 44 as a predictive block to inter predict another video block in a subsequent video frame.
[00112] FIG. 3A is a block diagram illustrating an exemplary video decoder 30 in accordance with some implementations of the present application. The video decoder 30 includes a video data memory 79, an entropy decoding unit 80, a prediction processing unit 81, an inverse quantization unit 86, an inverse transform processing unit 88, a summer 90, and a DPB 92. The prediction processing unit 81 further includes a motion compensation unit 82, an intra prediction unit 84, and an intra BC unit 85. The video decoder 30 may perform a decoding process generally reciprocal to the encoding process described above with respect to the video encoder 20 in connection with FIG. 2. For example, the motion compensation unit 82 may generate prediction data based on motion vectors received from the entropy decoding unit 80, while the intra-prediction unit 84 may generate prediction data based on intra-prediction mode indicators received from the entropy decoding unit 80. FIG. 3B is a block diagram illustrating a general video decoder for an AVS3.
[00113] In some examples, a unit of the video decoder 30 may be tasked to perform the implementations of the present application. Also, in some examples, the implementations of the present disclosure may be divided among one or more of the units of the video decoder 30. For example, the intra BC unit 85 may perform the implementations of the present application, alone, or in combination with other units of the video decoder 30, such as the motion compensation unit 82, the intra prediction unit 84, and the entropy decoding unit 80. In some examples, the video decoder 30 may not include the intra BC unit 85 and the functionality of intra BC unit 85 may be performed by other components of the prediction processing unit 81, such as the motion compensation unit 82.
[00114] The video data memory 79 may store video data, such as an encoded video bitstream, to be decoded by the other components of the video decoder 30. The video data stored in the video data memory 79 may be obtained, for example, from the storage device 32, from a local video source, such as a camera, via wired or wireless network communication of video data, or by accessing physical data storage media (e.g., a flash drive or hard disk). The video data memory 79 may include a Coded Picture Buffer (CPB) that stores encoded video data from an encoded video bitstream. The DPB 92 of the video decoder 30 stores reference video data for use in decoding video data by the video decoder 30 (e.g., in intra or inter predictive coding modes). The video data memory 79 and the DPB 92 may be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM), including Synchronous DRAM (SDRAM), Magnetoresistive RAM (MRAM), Resistive RAM (RRAM), or other types of memory devices. For illustrative purpose, the video data memory 79 and the DPB 92 are depicted as two distinct components of the video decoder 30 in FIG. 3A or 3B. But it will be apparent to one skilled in the art that the video data memory 79 and the DPB 92 may be provided by the same memory device or separate memory devices. In some examples, the video data memory 79 may be on-chip with other components of the video decoder 30, or off-chip relative to those components.
[00115] During the decoding process, the video decoder 30 receives an encoded video bitstream that represents video blocks of an encoded video frame and associated syntax elements. The video decoder 30 may receive the syntax elements at the video frame level and/or the video block level. The entropy decoding unit 80 of the video decoder 30 entropy decodes the bitstream to generate quantized coefficients, motion vectors or intra-prediction mode indicators, and other syntax elements. The entropy decoding unit 80 then forwards the motion vectors or intra-prediction mode indicators and other syntax elements to the prediction processing unit 81.
[00116] When the video frame is coded as an intra predictive coded (I) frame or for intra coded predictive blocks in other types of frames, the intra prediction unit 84 of the prediction processing unit 81 may generate prediction data for a video block of the current video frame based on a signaled intra prediction mode and reference data from previously decoded blocks of the current frame.
[00117] When the video frame is coded as an inter-predictive coded (i.e., B or P) frame, the motion compensation unit 82 of the prediction processing unit 81 produces one or more predictive blocks for a video block of the current video frame based on the motion vectors and other syntax elements received from the entropy decoding unit 80. Each of the predictive blocks may be produced from a reference frame within one of the reference frame lists. The video decoder 30 may construct the reference frame lists, List 0 and List 1, using default construction techniques based on reference frames stored in the DPB 92.
[00118] In some examples, when the video block is coded according to the intra BC mode described herein, the intra BC unit 85 of the prediction processing unit 81 produces predictive blocks for the current video block based on block vectors and other syntax elements received from the entropy decoding unit 80. The predictive blocks may be within a reconstructed region of the same picture as the current video block defined by the video encoder 20.
[00119] The motion compensation unit 82 and/or the intra BC unit 85 determines prediction information for a video block of the current video frame by parsing the motion vectors and other syntax elements, and then uses the prediction information to produce the predictive blocks for the current video block being decoded. For example, the motion compensation unit 82 uses some of the received syntax elements to determine a prediction mode (e g., intra or inter prediction) used to code video blocks of the video frame, an inter prediction frame type (e g., B or P), construction information for one or more of the reference frame lists for the frame, motion vectors for each inter predictive encoded video block of the frame, inter prediction status for each inter predictive coded video block of the frame, and other information to decode the video blocks in the current video frame.
[00120J Similarly, the intra BC unit 85 may use some of the received syntax elements, e.g., a flag, to determine that the current video block was predicted using the intra BC mode, construction information of which video blocks of the frame are within the reconstructed region and should be stored in the DPB 92, block vectors for each intra BC predicted video block of the frame, intra BC prediction status for each intra BC predicted video block of the frame, and other information to decode the video blocks in the current video frame.
[00121] The motion compensation unit 82 may also perform interpolation using the interpolation filters as used by the video encoder 20 during encoding of the video blocks to calculate interpolated values for sub-integer pixels of reference blocks. In this case, the motion compensation unit 82 may determine the interpolation filters used by the video encoder 20 from the received syntax elements and use the interpolation filters to produce predictive blocks.
[00122] The inverse quantization unit 86 inverse quantizes the quantized transform coefficients provided in the bitstream and entropy decoded by the entropy decoding unit 80 using the same quantization parameter calculated by the video encoder 20 for each video block in the video frame to determine a degree of quantization. The inverse transform processing unit 88 applies an inverse transform, e.g., an inverse DCT, an inverse integer transform, or a conceptually similar inverse transform process, to the transform coefficients in order to reconstruct the residual blocks in the pixel domain.
[00123] After the motion compensation unit 82 or the intra BC unit 85 generates the predictive block for the current video block based on the vectors and other syntax elements, the summer 90 reconstructs decoded video block for the current video block by summing the residual block from the inverse transform processing unit 88 and a corresponding predictive block generated by the motion compensation unit 82 and the intra BC unit 85. An in-loop filter 91 such as deblocking filter, SAO filter, CCSAO filter and/or ALF may be positioned between the summer 90 and the DPB 92 to further process the decoded video block. In some examples, the in-loop filter 91 may be omitted, and the decoded video block may be directly provided by the summer 90 to the DPB 92. The decoded video blocks in a given frame are then stored in the DPB 92, which stores reference frames used for subsequent motion compensation of next video blocks. The DPB 92, or a memory device separate from the DPB 92, may also store decoded video for later presentation on a display device, such as the display device 34 of FIG. 1.
[00124] In a typical video coding process, a video sequence typically includes an ordered set of frames or pictures. Each frame may include three sample arrays, denoted SL, SCb, and SCr. SL is a two-dimensional array of luma samples. SCb is a two-dimensional array of Cb chroma samples. SCr is a two-dimensional array of Cr chroma samples. In other instances, a frame may be monochrome and therefore includes only one two-dimensional array of luma samples. FIG. 3C is an illustration of an LFNST process according to one example of the present disclosure.
[00125] As shown in FIG. 4A, the video encoder 20 (or more specifically the partition unit 45) generates an encoded representation of a frame by first partitioning the frame into a set of CTUs. A video frame may include an integer number of CTUs ordered consecutively in a raster scan order from left to right and from top to bottom. Each CTU is a largest logical coding unit and the width and height of the CTU are signaled by the video encoder 20 in a sequence parameter set, such that all the CTUs in a video sequence have the same size being one of 128x 128, 64x64, 32x32, and 16x 16. But it should be noted that the present application is not necessarily limited to a particular size.
[00126] As shown in FIG. 4B, each CTU may comprise one CTB of luma samples, two corresponding coding tree blocks of chroma samples, and syntax elements used to code the samples of the coding tree blocks. The syntax elements describe properties of different types of units of a coded block of pixels and how the video sequence can be reconstructed at the video decoder 30, including inter or intra prediction, intra prediction mode, motion vectors, and other parameters. In monochrome pictures or pictures having three separate color planes, a CTU may comprise a single coding tree block and syntax elements used to code the samples of the coding tree block. A coding tree block may be an NxN block of samples.
[00127] To achieve a better performance, the video encoder 20 may recursively perform tree partitioning such as binary-tree partitioning, ternary-tree partitioning, quad-tree partitioning or a combination thereof on the coding tree blocks of the CTU and divide the CTU into smaller CUs. As depicted in FIG. 4C, the 64x64 CTU 400 is first divided into four smaller CUs, each having a block size of 32x32. Among the four smaller CUs, CU 410 and CU 420 are each divided into four CUs of 16x16 by block size. The two 16x16 CUs 430 and 440 are each further divided into four CUs of 8x8 by block size.
[00128] FIG. 4D depicts a quad-tree data structure illustrating the end result of the partition process of the CTU 400 as depicted in FIG. 4C, each leaf node of the quad-tree corresponding to one CU of a respective size ranging from 32x32 to 8x8. Like the CTU depicted in FIG. 4B, each CU may comprise a CB of luma samples and two corresponding coding blocks of chroma samples of a frame of the same size, and syntax elements used to code the samples of the coding blocks. In monochrome pictures or pictures having three separate color planes, a CU may comprise a single coding block and syntax structures used to code the samples of the coding block. It should be noted that the quad-tree partitioning depicted in FIGS. 4C and 4D is only for illustrative purposes and one CTU can be split into CUs to adapt to varying local characteristics based on quad/ternary /binary -tree partitions.
[00129] In the multi-type tree structure, one CTU is partitioned by a quad-tree structure and each quad-tree leaf CU can be further partitioned by a binary and ternary tree structure. As shown in FIG. 4E, there are five possible partitioning types of a coding block having a width W and a height H, i.e., quaternary partitioning, horizontal binary partitioning, vertical binary partitioning, horizontal ternary partitioning, and vertical ternary partitioning.
[00130] In some implementations, the video encoder 20 may further partition a coding block of a CU into one or more MxN PBs. A PB is a rectangular (square or non-square) block of samples on which the same prediction, inter or intra, is applied. A PU of a CU may comprise a PB of luma samples, two corresponding PBs of chroma samples, and syntax elements used to predict the PBs. In monochrome pictures or pictures having three separate color planes, a PU may comprise a single PB and syntax structures used to predict the PB. The video encoder 20 may generate predictive luma, Cb, and Cr blocks for luma, Cb, and Cr PBs of each PU of the CU.
[00131] The video encoder 20 may use intra prediction or inter prediction to generate the predictive blocks for a PU. If the video encoder 20 uses intra prediction to generate the predictive blocks of a PU, the video encoder 20 may generate the predictive blocks of the PU based on decoded samples of the frame associated with the PU. If the video encoder 20 uses inter prediction to generate the predictive blocks of a PU, the video encoder 20 may generate the predictive blocks of the PU based on decoded samples of one or more frames other than the frame associated with the PU. [00132] After the video encoder 20 generates predictive luma, Cb, and Cr blocks for one or more PUs of a CU, the video encoder 20 may generate a luma residual block for the CU by subtracting the CU’s predictive luma blocks from its original luma coding block such that each sample in the CU’s luma residual block indicates a difference between a luma sample in one of the CU's predictive luma blocks and a corresponding sample in the CU's original luma coding block. Similarly, the video encoder 20 may generate a Cb residual block and a Cr residual block for the CU, respectively, such that each sample in the CU's Cb residual block indicates a difference between a Cb sample in one of the CU's predictive Cb blocks and a corresponding sample in the CU's original Cb coding block and each sample in the CU's Cr residual block may indicate a difference between a Cr sample in one of the CU's predictive Cr blocks and a corresponding sample in the CU's original Cr coding block.
[00133] Furthermore, as illustrated in FIG. 4C, the video encoder 20 may use quad-tree partitioning to decompose the luma, Cb, and Cr residual blocks of a CU into one or more luma, Cb, and Cr transform blocks respectively. A transform block is a rectangular (square or nonsquare) block of samples on which the same transform is applied. A TU of a CU may comprise a transform block of luma samples, two corresponding transform blocks of chroma samples, and syntax elements used to transform the transform block samples. Thus, each TU of a CU may be associated with a luma transform block, a Cb transform block, and a Cr transform block. In some examples, the luma transform block associated with the TU may be a sub-block of the CU's luma residual block. The Cb transform block may be a sub-block of the CU's Cb residual block. The Cr transform block may be a sub-block of the CU's Cr residual block. In monochrome pictures or pictures having three separate color planes, a TU may comprise a single transform block and syntax structures used to transform the samples of the transform block.
[00134] The video encoder 20 may apply one or more transforms to a luma transform block of a TU to generate a luma coefficient block for the TU. A coefficient block may be a two- dimensional array of transform coefficients. A transform coefficient may be a scalar quantity. The video encoder 20 may apply one or more transforms to a Cb transform block of a TU to generate a Cb coefficient block for the TU. The video encoder 20 may apply one or more transforms to a Cr transform block of a TU to generate a Cr coefficient block for the TU.
[00135] After generating a coefficient block (e.g., a luma coefficient block, a Cb coefficient block or a Cr coefficient block), the video encoder 20 may quantize the coefficient block. Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the transform coefficients, providing further compression. After the video encoder 20 quantizes a coefficient block, the video encoder 20 may entropy encode syntax elements indicating the quantized transform coefficients. For example, the video encoder 20 may perform CAB AC on the syntax elements indicating the quantized transform coefficients. Finally, the video encoder 20 may output a bitstream that includes a sequence of bits that forms a representation of coded frames and associated data, which is either saved in the storage device 32 or transmitted to the destination device 14.
[00136] After receiving a bitstream generated by the video encoder 20, the video decoder 30 may parse the bitstream to obtain syntax elements from the bitstream. The video decoder 30 may reconstruct the frames of the video data based at least in part on the syntax elements obtained from the bitstream. The process of reconstructing the video data is generally reciprocal to the encoding process performed by the video encoder 20. For example, the video decoder 30 may perform inverse transforms on the coefficient blocks associated with TUs of a current CU to reconstruct residual blocks associated with the TUs of the current CU. The video decoder 30 also reconstructs the coding blocks of the current CU by adding the samples of the predictive blocks for PUs of the current CU to corresponding samples of the transform blocks of the TUs of the current CU. After reconstructing the coding blocks for each CU of a frame, video decoder 30 may reconstruct the frame.
[00137] As noted above, video coding achieves video compression using primarily two modes, i.e., intra-frame prediction (or intra-prediction) and inter-frame prediction (or inter-prediction). It is noted that IBC could be regarded as either intra-frame prediction or a third mode. Between the two modes, inter-frame prediction contributes more to the coding efficiency than intra-frame prediction because of the use of motion vectors for predicting a current video block from a reference video block.
[00138] But with the ever improving video data capturing technology and more refined video block size for preserving details in the video data, the amount of data required for representing motion vectors for a current frame also increases substantially. One way of overcoming this challenge is to benefit from the fact that not only a group of neighboring CUs in both the spatial and temporal domains have similar video data for predicting purpose but the motion vectors between these neighboring CUs are also similar. Therefore, it is possible to use the motion information of spatially neighboring CUs and/or temporally co-located CUs as an approximation of the motion information (e.g., motion vector) of a current CU by exploring their spatial and temporal correlation, which is also referred to as “Motion Vector Predictor (MVP)” of the current CU.
[00139] Instead of encoding, into the video bitstream, an actual motion vector of the current CU determined by the motion estimation unit 42 as described above in connection with FIG. 2, the motion vector predictor of the current CU is subtracted from the actual motion vector of the current CU to produce a Motion Vector Difference (MVD) for the current CU. By doing so, there is no need to encode the motion vector determined by the motion estimation unit 42 for each CU of a frame into the video bitstream and the amount of data used for representing motion information in the video bitstream can be significantly decreased.
[00140] Like the process of choosing a predictive block in a reference frame during inter-frame prediction of a code block, a set of rules need to be adopted by both the video encoder 20 and the video decoder 30 for constructing a motion vector candidate list (also known as a “merge list”) for a current CU using those potential candidate motion vectors associated with spatially neighboring CUs and/or temporally co-located CUs of the current CU and then selecting one member from the motion vector candidate list as a motion vector predictor for the current CU. By doing so, there is no need to transmit the motion vector candidate list itself from the video encoder 20 to the video decoder 30 and an index of the selected motion vector predictor within the motion vector candidate list is sufficient for the video encoder 20 and the video decoder 30 to use the same motion vector predictor within the motion vector candidate list for encoding and decoding the current CU.
[00141] The transform in the VVC and ECM has been designed more efficiently than that in the HEVC, both in the transform cores and signaling methods. More methods which aim to further improve the performance of transform coding have been proposed in the past decade, including MTS, LFNST, SDT and so on. However, there are still several drawbacks in these methods.
[00142] In the current VVC and ECM, the primary transform cores are derived from DCT and DST formulas. However, the derived transform cores may not adapt to all the video contents with different characteristics. Therefore, more efficient transform cores remain to be investigated.
[00143] In the current VVC and ECM, the transform matrices in LFNST are actually trained KLT. However, LFNST is only applied in the secondary transform. The KLT in the primary transform is not considered. [00144] The signal dependent transform (SDT) in the JEM can achieve significant coding gain. However, the KLT matrices in SDT need to be online derived at both the encoder and decoder side by template matching. The complexity of template matching and eigenvalue decomposition is not acceptable especially for the decoder.
[00145] To train the KLT, training data should be collected firstly. In the SDT (online KLT training), training data is collected by template matching at both encoder and decoder side, which is too complex. In LFNST, all the transform blocks with different block sizes are firstly collected and these blocks are then divided into K groups using clustering method. Then one KLT matrix is derived for each group. In video coding, one index is signaled for each CU to indicate which transform matrix is used, i.e., which group the current transform block belongs to. This method may suffer from two drawbacks. Firstly, the training data classification is to divide the training data into different groups to guarantee that the training samples in one group conform to the same statistical characteristics. However, the training data classification in LFNST maybe not accurate enough. Secondly, the singled index at CU level also brings additional overhead bits.
[00146] In the current VVC and ECM, the transform cores are fixed which cannot adapt to the non- stationary characteristics of video contents.
[00147] In the current video coding standard, the forward and inverse transform share the same transform matrix to guarantee the perfect reconstruction. However, due to the quantization of transform coefficients, the perfect reconstruction cannot be guaranteed and the transform matrix sharing may not lead to the optimal compression performance.
[00148] In the current VVC and ECM, secondary transform termed as LFNST is applied to the transform block in which MST is not applied, i.e., DCT-II is applied to both horizontal and vertical transforms. However, LFNST is neglected for the transform block coded with the MTS.
[00149] To tackle the above-mentioned problems of KLT in video coding, several methods are proposed to improve the performance of KLT in video coding: (i) This disclosure proposes an offline trained KLT method for the primary transform; (ii) To improve the performance of the trained KLT, more efficient transform block (including the training data) classification methods are proposed; (iii) To deal with the diverse video statistical characteristics, the KLT matrices adaptive signaling methods are also proposed; (iv) To handle the quantization effect of transform coefficients, asymmetric KLT is proposed in which the forward and inverse transform may use different transform matrices; and (v) In this disclosure, it is proposed to enable LFNST for MTS.
[00150] In this section, KLT is firstly introduced briefly. Then the proposed KLT training and signaling methods are further proposed.
[00151] A Brief Introduction of KLT
[00152] KLT is a kind of orthogonal transform based on the statistical property of the signal, which can achieve the optimal transform gain in terms of mean square error (MSE) metric. Denote the input vector as x, the output vector of KLT as X. The correlation between any two elements in X is zero, i.e.,
Figure imgf000036_0001
[00154] Equation (4) is further converted as the following form:
Figure imgf000036_0002
[00156] If it is assumed that the input vector x is a zero-mean variable, then Ar[u1]X[u2] = 0 (U-L #= u2). Equation (5) is converted as:
Figure imgf000036_0003
[00158] In this disclosure, the KLT matrix is denoted as K, the transform can be described as follow:
[00159] X = Kx
[00160] The covariance matrix of the X can be described as:
[00161] E[XXT] = E [KXXTKT] = KE[XXT]KT = KCKT
[00162] Where C is the covariance matrix of the input vector. To ensure that E[Ar[u1]X[u2]] = 0, E[AWr] must be a diagonal matrix. In the other words, matrix K must transform matrix C into a diagonal matrix. That is to say the row vectors of matrix K are eigenvectors of matrix C. [00163] KLT Training
[00164] To derive the KLT for the signal, the statistical properties should be known, i.e., the covariance matrix of the signal. However, in practice it is difficult to obtain the covariance matrix of the signal since the probability distribution is not available. Therefore, in the practical application, the KLT derivation is usually based on training from data. There are several issues in the training-based KLT derivation. The first issue is that given the training set how to derive the corresponding KLT matrix. The second issue is how to collect and classify training samples into different groups, in each group the training samples share the same statistical distribution.
[00165] KLT training method
[00166] In this disclosure, KLT can be trained using singular value decomposition (SVD) or eigenvalue decomposition given the training data. Firstly, it is assumed that we have collected a set of training data with zero mean for the KLT, which consists of N blocks, xi i = 1,2, ... ,N where xt = (xi1, ... , xiD)T and D represents the dimension of the vector which is just the transform block size. The training samples are normalized as ui = xi√ N . Then, we take these residual blocks as the training samples with zero means for deriving KLT. These N training samples can be represented by U = (ult ... , uN), which is a D x N matrix. We denote the covariance matrix E of those training blocks as:
[00167] Σ = UUT
[00168] Where the dimension of X is D X D. The relationship between this covariance matrix and its eigenvectors is as:
[00169] Σψ = ψ
[00170] Where T is the transform matrix with the column vectors being the eigenvectors (KLT bases) and A is a diagonal matrix with the diagonal elements being the eigenvalues. The eigenvectors can be obtained by performing eigenvalue decomposition or SVD on the covariance matrix. Note that we have sorted the eigenvalues together with the eigenvectors in descending order of the eigenvalues. This is to let the energy of the transform coefficients have descending order corresponding to the training samples. [00171] Training data clusterins
[00172] In the proposed KLT training method, the samples are transform blocks retrieved from the encoding process. Then these samples are clustered into different groups and each KLT matrix is derived for each group.
[00173] Embodiment 1 : In this embodiment, the training samples are clustered based on the transform block size. That it for each block size, one KLT matrix is derived.
[00174] Embodiment 2: In this embodiment, for intra prediction, the training samples are clustered based on transform block size and intra mode. That is for each transform block size, a set of KLT matrices are derived, in which one intra mode corresponds to one KLT matrix or several intra modes share one KLT matrix.
[00175] In this embodiment, for inter prediction the training samples are clustered based on transform block size and AMVR mode. That is for each transform block size, a set of KLT matrices are derived, in which one AMVR mode corresponds to one KLT matrix.
[00176] Embodiment 3: In this embodiment, for inter prediction the training samples are clustered based on transform block size and the absolute value of motion vector (MV). Several thresholds tht, th2, ... , thM are predefined to classify the motion vector. That is for each transform block size, a set of KLT matrices are derived, in which one absolute value range of the motion vector corresponds to one KLT matrix. Here, the motion vector used for classification is the maximum value of horizontal MV and vertical MV values for both uni-prediction and bi-prediction.
[00177] Embodiment 4: In this embodiment, for inter prediction the training samples are clustered based on transform block size, prediction mode and neighboring template. It should be noted that for intra prediction, the prediction mode here refers to intra direction. While for inter prediction, the prediction mode refers to AMVR mode or motion vector value or inter prediction direction and so on. Figure 9 is provided to show the template used in this embodiment for a certain transform block size, which consists of N row and N columns of reconstructed pixels.
[00178] The training process is illustrated as follow. In the training set of each transform block size and prediction mode, the neighboring templates are divided into K clusters using classical k- means clustering based on a certain distance metric, including but not limited to sum of square error (SSE) and sum of absolute difference (SAD). Then for each transform block size and prediction mode, K template centers are derived and fixed at both the encoder and decoder, as illustrated in Figure 10. For each (transform block size, prediction mode, template center), one training set is obtained and the corresponding KLT matrix is derived.
[00179] In encoding and decoding process, for each transform block, the KLT transform set is firstly selected based on its block size and prediction mode. Then the distances between the template of the current block and the K template centers are calculated. The template center which leads to the minimum distance is selected and the corresponding KLT matrix is used for the current transform block.
[00180] Embodiment 5: In this embodiment, the proposed method in embodiment 4 is extended. In embodiment 4, for each (transform block size, prediction mode, template center), one KLT matrix is derived. In this embodiment, for each (transform block size, prediction mode, template center), the training set is further divided into several groups using classical k-means clustering as LFNST. In the encoding and decoding process, for each (transform block size, prediction mode, template center) pair, a set of transform matrices are selected and an index used to further indicate which transform matrix in the set is used for the current block.
[00181] OP-dependent Primary Transform
[00182] In this disclosure, the QP-dependent primary transform is proposed. In the current VVC, ECM and the KLT transform methods, the primary transforms are QP independent, i.e., blocks with different QPs share the same transform matrices. In this disclosure, it is proposed to use different KLT transforms for different QPs. The KLT training process is described as follows. Firstly, the training data is collected using different QPs from the encoding process. Secondly, for each QP, the corresponding training set is utilized to derive the KLT matrices using the methods introduced above.
[00183] In the encoding and decoding process, for each transform block, in addition to the transform block size, prediction mode and neighboring template, its QP value is also utilized by the encoder or decoder to select the corresponding transform matrix. [00184] Asymmetric KLT
[00185] In the ordinary KLT, the forward transform and inverse transform share the same transform matrix to guarantee the perfect reconstruction property of the signal. However, in video/image coding, the transform coefficients are quantized after transform using a certain quantization parameter (QP). Therefore, the original signal cannot be reconstructed perfectly. To handle this problem, asymmetric KLT is proposed in this disclosure, in which the forward transform and inverse transform may use different transform matrices.
[00186] In the first embodiment, the transform units with the same size but coded using different QPs share the same forward KLT matrix while use different inverse KLT matrices. One example method to derive the forward and inverse KLT matrices is introduced as follows: (i) In the first step, for each TU size, the KLT matrix are derived for all the QP values according to the method described above. In this step, the derived forward KLT matrix and inverse KLT matrix share the same parameters; (ii) In the second step, the KLT matrices derived in the first step are integrated into video coder and the information of the TU using KLT is collected as the training data used in the following steps, including QP values, the original residues and the quantized transform blocks; and (iii) In the third step, the inverse KLT matrix are refined for each QP value or QP value range. The original residues and the quantized transform blocks for a certain QP value or QP value range are denoted as {r1,r2,
Figure imgf000040_0001
and {c1, c2, ... , cN], respectively. The refinement of the inverse KLT matrix InvT can be described as follow.
[00187] InvTopt = arg
Figure imgf000040_0002
[00188] In the second embodiment, the transform units with the same size but coded using different QPs share the same inverse KLT matrix while using different forward KLT matrices.
[00189] In the third embodiment, the transform units with the same size may use separate forward and inverse KLT matrices pair for different QPs, in which the forward and inverse matrices in each pair may have different matrix elements.
[00190] According to the one or more embodiments of the asymmetric KLT, for each TU size, several QP thresholds can be set: QPX, QP2,. .., QPK These QP thresholds divide the QP values into K+l ranges, and for each QP range, one set of forward/inverse KLT matrices are derived and applied.
[00191] KLT Signaling in Video Codins
[00192] KLT as additional primary transform
[00193] In this disclosure, it is proposed to use KLT as additional primary transform. Firstly, MTS CU flag is signaled to indicate whether MTS is used for the current CU. If MTS CU flag is true, the KLT CU flag is signaled to indicate whether KLT is used as the primary transform of the CU. If MTS CU flag is true and KLT CU flag is false, the transform pairs in the current VVC or ECM are utilized.
[00194] High-level KLT Matrices Signaling
[00195] In the above sections, the training and block level signaling methods are proposed and described. More specifically, the trained KLT matrices are fixed at both encoder and decoder. In practical applications, the statistical characteristics of video contents are usually time-variant, i.e., the statistical characteristics may vary for different frames or video sequences. In these cases, it is difficult for the fixed KLT matrices to achieve the optimal compression efficiency. To tackle this problem of fixed KLT matrices, the high level adaptive KLT matrices signaling method is proposed in this disclosure: (i) In the first aspect, it is proposed to adaptively signal the KLT matrices in the sequence parameter set (SPS). At the encoder side, the KLT matrices are derived for the sequence. Then the KLT matrices are signaled in the SPS header; (2) In the second aspect, it is proposed to adaptively signal the KLT matrices in the picture parameter set (PPS). At the encoder side, the KLT matrices are derived for each picture. Then the KLT matrices are signaled in the PPS header; and (3) In the third aspect, it is proposed to adaptively signal the KLT matrices in the slice header. At the encoder side, the KLT matrices are derived for each slice. Then the KLT matrices are signaled in the slice header.
[00196] It should be noted that two methods are proposed in this disclosure to code the elements in the KLT matrices. In the first method, the elements in the KLT matrices are directly coded using typical codes, i.e., Exponential-Golomb (EG) code. In the second method, the adaptive KLT matrices are predicted using the fixed KLT matrices, then the residues of the KLT matrices are further signaled using typical codes.
[00197] LFNST for MTS
[00198] In the current VVC and ECM, LFNST is applied between forward primary transform and quantization (at encoder) and between de-quantization and inverse primary transform (at decoder side). It also should be noted that LFNST is only enabled when the MTS is not used in the primary transform, i.e., DCT-II is applied in both horizontal and vertical transform. When MTS is used in the primary transform, LFNST is not used. To further improve the coding performance of LFNST, it is proposed to apply LFNST to transform blocks coded with MST. The proposed LFNST kernels may be trained or offline derived, and then fixed at both encoder and decoder side.
[00199] In one or more embodiments, there are totally 4 transform sets and 2 non-separable transform matrices (kernels) per transform set are used in the proposed LFNST for MTS. The mapping from the intra prediction mode to the transform set is pre-defined as shown in Table 3-10. If one of three CCLM modes (INTRA LT CCLM, INTRA T CCLM or INTRA L CCLM) is used for the current block (81 <= predModelntra <= 83), transform set 0 is selected for the current chroma block. For each transform set, the selected non-separable secondary transform candidate is further specified by the explicitly signalled LFNST index. The index is signalled in a bit-stream once per Intra CU after transform coefficients.
[00200] In some other embodiments, there are 67 transform sets, i.e., for each intra prediction mode, a corresponding transform set is used and one non-separable transform matrix for each transform set is used in the proposed LFNST. If the CU is coded using TIMD mode, the intra mode is mapped to the transform index with the following method:
[00201] trldx = (intraMode < 2? intraMode: ((intraMode » 1) + 1)) where intramode is the intra mode and trldx is the index for the LFNST transform set.
[00202] It should be noted the proposed LFNST for MTS may be used but not limited to the above described two schemes. Since LFNST is restricted to be applicable only if all coefficients outside the first coefficient sub-group are non-significant, LFNST index coding depends on the position of the last significant coefficient. If more than one transform matrices are used in each transform set, Ithe LFNST index needs to be signaled, which can be context coded (not) depend on intra prediction mode. Furthermore, LFNST is applied for intra CU in both intra and inter slices, and for both Luma and Chroma. If a dual tree is enabled, LFNST indices for Luma and Chroma are signaled separately. For inter slice (the dual tree is disabled), a single LFNST index is signaled and used for both Luma and Chroma.
[00203] FIG. 11 is a flowchart illustrating a method 1100 for video encoding in accordance with some examples of the present disclosure. At step 1101, the method 1100 includes determining, by an encoder, a low-frequency non-separable transform (LFNST) for a video sequence. A t step 1102, the method includes determining, by the encoder, that multiple transform selection (MTS) is enabled for one or more transform blocks. At step 1103, the method 1100 includes determining, by the encoder, that the LFNST is enabled for the one or more transform blocks coded with MTS. At step 1104, the method includes applying, by the encoder, the LFNST matrix to the one or more transform blocks.
[00204] In one example the method 1100 further includes training the LFNST matrix online or deriving the LFNST matrix offline. Training the LFNST matrix can include determining, by the encoder, a best transform matrix using rate-distortion optimization and updating, by the encoder, a transform set associated with the best LFNST matrix.
[00205] In one example, applying the LFNST matrix to the transform blocks can include generating, by the encoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and signaling, by the encoder, the intra prediction mode in a bitstream per intra coding un.
[00206] In one example, the LFNST may include four distinct transform sets, wherein each distinct transform set includes two non-separable transform matrices.
[00207] In one example, a chroma block is coded with CCLM mode, and the method 1100 further includes generating, by the encoder, a CCLM mode flag to indicate using of one of the following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA L CCLM; or (iii) INTRA T CCLM, signaling, by the encoder, the CCLM mode flag in the bit-stream and in response to determining the CCLM mode flag, selecting, by the encoder, the transform set 0 for the chroma block.
[00208] In one example, a luma block or chroma block is coded with non-CCLM mode, and the method 1100 further includes generating, by the encoder, an intra prediction mode represented by a value of IntraPredMode; signaling, by the encoder, the intra prediction mode in the bit-stream and in response to determining the IntraPredMode where IntraPredMode<0, selecting, by the encoder, the transform set 1 for the block and in response to determining the IntraPredMode where 0<=IntraPredMode<=l , selecting, by the encoder, the transform set 0 for the block and in response to determining the IntraPredMode where 2<=IntraPredMode<=l 2, selecting, by the encoder, the transform set 1 for the block and in response to determining the IntraPredMode where 13<=IntraPredMode<=23, selecting, by the encoder, the transform set 2 for the block and in response to determining the IntraPredMode where 24<=IntraPredMode<=44, selecting, by the encoder, the transform set 3 for the block and in response to determining the IntraPredMode where 45<=IntraPredMode<=55, selecting, by the encoder, the transform set 2 for the bloc and in response to determining the IntraPredMode where 56<=IntraPredMode<=80, selecting, by the encoder, the transform set 1 for the block.
[00209] In one example, a matrix index can be signaled to indicate the usage of a non-separable transform matrix in a LFNST transform set. The matrix index can be signaled in a bit-stream once per intra CU if all coefficients outside the first coefficient sub-group are non-significant.
[00210] In one example, for a first intra prediction mode, one transform set is used and one first non-separable transform matrix in the one transform set is used in the LFNST. In response to determining that the CU is coded using time based intra mode derivation (T1MD) mode, mapping the TIMD mode to a transform set with a set index: trldx = (intraMode < 2 intraMode: ((intraMode » 1) + 1)).
[00211] In one example, in response to determining that a non-separable transform matrix is used for each transform set, signaling the matrix for the non-separable transform matrix. In some embodiments, the LFNST may be applied to intra CU in intra and inter slices for luma and chroma blocks. In response to determining that a dual tree is enabled, signaling respective set indices for luma and chroma components separately and in response to determining that a dual tree is not enabled, signaling a single set index for both luma and chroma components.
[00212] FIG. 12 is a flowchart illustrating a method 1200 for video decoding in accordance with some examples of the present disclosure. At step 1201, the method 1200 include determining, by a decoder, a low-frequency non-separable transform (LFNST) for a video sequence. At step 1202, the method 1200 includes determining, by the decoder, that multiple transform selection (MTS) is enabled for one or more transform blocks. At step 1203, the method 1200 includes determining, by the decoder, that the LFNST is enabled for the one or more transform blocks coded with MTS. At step 1204, the method 1200 includes applying, by the decoder, the LFNST matrix to the one or more transform blocks.
[00213] In one example, the method 1200 further comprises in response to determining that a dual tree is enabled, receiving respective set indices for luma and chroma components separately and in response to determining that a dual tree is not enabled, receiving a single set index for both luma and chroma components.
[00214] In one example, the method 1200 further comprises training the LFNST online or deriving the LFNST offline.
[00215] In one example, training the LFNST online further comprises determining, by the decoder, a best LFNST matrix using rate-distortion optimization and updating, by the decoder, a transform set associated with the best LFNST matrix.
[00216] In one example, the method 1200 further comprises generating, by the decoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and receiving, by the decoder, the intra prediction mode in the bitstream per intra coding unit. In some embodiments, the method 1200 further comprises receiving, by the decoder, a cross-component linear model (CCLM) flag for chroma blocks when a CCLM mode is applied to transform blocks with intra prediction mode, and receiving, by the decoder, the CCLM flag in a bit-stream once per intra coding unit (CU) to signal non-separable secondary transform candidates the intra prediction mode in the bitstream per intra coding unit. [00217] In one example, the LFNST includes four distinct transform sets, wherein each distinct transform set includes two non-separable transform matrices.
[00218] In one example, a chroma block is coded with CCLM mode, and the method further comprises: receiving, by the decoder, a cross-component linear model (CCLM) mode flag from the bitstream to indicate use of one of the following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA_L_CCLM; or (iii) INTRA_T_CCLM; in response to determining the CCLM mode flag, selecting, by the decoder, a transform set 0 for the chroma block using the mapping strategy.
[00219] In one example, a luma block or chroma block is coded with non-CCLM mode, and the method further includes receiving, by the decoder, an intra prediction mode represented by a value of IntraPredMode, receiving, by the decoder, the intra prediction mode in the bit-stream, in response to determining the IntraPredMode where IntraPredMode<0, selecting, by the decoder, the transform set 1 for the block, in response to determining the IntraPredMode where 0<=IntraPredMode<=l, selecting, by the decoder, the transform set 0 for the block, in response to determining the IntraPredMode where 2<=IntraPredMode<=12, selecting, by the decoder, the transform set 1 for the block, in response to determining the IntraPredMode where 13<=IntraPredMode<=23, selecting, by the decoder, the transform set 2 for the block, in response to determining the IntraPredMode where 24<=IntraPredMode<=44, selecting, by the decoder, the transform set 3 for the block, in response to determining the IntraPredMode where 45<=IntraPredMode<=55, selecting, by the decoder, the transform set 2 for the block and in response to determining the IntraPredMode where 56<=IntraPredMode<=80, selecting, by the decoder, the transform set 1 for the block.
[00220] In one example, applying the LFNST to transform blocks further includes applying, by the decoder, four distinct transform sets for intra prediction, wherein each distinct transform set includes two non-separable transform matrices.
[00221] In one example, the mapping strategy includes receiving, by the decoder, a CCLM mode flag to indicate use of one of the following CCLM modes: (i) Intra LT; (ii) Intra T; or (iii) Intra L, in response to determining the CCLM mode flag, selecting, by the decoder, the transform set 0 for the chroma block. [00222] In one example, the method 1200 further includes signaling the matrix index to indicate the usage of the non-separable transform matrix in the transform set, wherein the first non- separable secondary transform matrix is signaled by a LFNST flag. The matrix index can be signaled in a bit-stream once per intra CU (e.g., if all coefficients outside the first coefficient subgroup are non-significant, then the matrix index can be signaled in the bit-stream). In one example, for a first intra prediction mode, one transform set and one first non-separable transform matrix is used in the LFNST.
[00223] In one example, in response to determining that the CU is coded using time based intra mode derivation (TIMD) mode, mapping the TIMD mode to a transform set with a set index: trIdx=(intraMode<2 intraMode: ((intraMode» 1 )+l )).
[00224] In one example, the method 1200 further includes in response to determining that a non-separable transform matrix is used for each transform set, receiving the matrix index for the non-separable transform matrix.
[00225] In one example, the LFNST is applied to intra CUs in intra and inter slices for luma and chroma blocks.
[00226] In one example, the method 1200 further includes in response to determining that a dual tree is enabled, receiving respective set indices for luma and chroma components separately and in response to determining that a dual tree is not enabled, receiving a single set index for both luma and chroma components.
[00227] FIG. 13 shows a computing environment 1310 coupled with a user interface 1350. The computing environment 1310 can be part of a data processing server. The computing environment 1310 includes a processor 1320, a memory 1330, and an Input/Output (I/O) interface 1340.
[00228] The processor 1320 typically controls overall operations of the computing environment 1310, such as the operations associated with display, data acquisition, data communications, and image processing. The processor 1320 may include one or more processors to execute instructions to perform all or some of the steps in the above-described methods. Moreover, the processor 1320 may include one or more modules that facilitate the interaction between the processor 1320 and other components. The processor may be a Central Processing Unit (CPU), a microprocessor, a single chip machine, a Graphical Processing Unit (GPU), or the like.
[00229] The memory 1330 is configured to store various types of data to support the operation of the computing environment 1310. The memory 1330 may include predetermined software 1332. Embodiments of such data includes instructions for any applications or methods operated on the computing environment 1310, video datasets, image data, etc. The memory 1330 may be implemented by using any type of volatile or non-volatile memory devices, or a combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic memory, a flash memory, a magnetic or optical disk.
[00230] In one example, the memory 1330 is configured to store instructions executable by the processor; where the processor, upon execution of the instructions, is configured to perform any method as illustrated in FIGS. 11-12.
[00231] The I/O interface 1340 provides an interface between the processor 1320 and peripheral interface modules, such as a keyboard, a click wheel, buttons, and the like. The buttons may include but are not limited to, a home button, a start scan button, and a stop scan button. The I/O interface 1340 can be coupled with an encoder and decoder.
[00232] In an embodiment, there is also provided a non-transitory computer-readable storage medium comprising a plurality of programs, for example, in the memory 1330, executable by the processor 1320 in the computing environment 1310, for performing the above-described methods and/or storing a bitstream generated by the encoding method described above or a bitstream to be decoded by the decoding method described above. In one example, the plurality of programs may be executed by the processor 1320 in the computing environment 1310 to receive (for example, from the video encoder 20 in FIG. 2) a bitstream or data stream including encoded video information (for example, video blocks representing encoded video frames, and/or associated one or more syntax elements, etc.), and may also be executed by the processor 1320 in the computing environment 1310 to perform the decoding method described above according to the received bitstream or data stream. In another example, the plurality of programs may be executed by the processor 1320 in the computing environment 1310 to perform the encoding method described above to encode video information (for example, video blocks representing video frames, and/or associated one or more syntax elements, etc.) into a bitstream or data stream, and may also be executed by the processor 1320 in the computing environment 1310 to transmit the bitstream or data stream (for example, to the video decoder 30 in FIG. 3A). Alternatively, the non-transitory computer-readable storage medium may have stored therein a bitstream or a data stream comprising encoded video information (for example, video blocks representing encoded video frames, and/or associated one or more syntax elements) generated by an encoder (for example, the video encoder 20 in FIG. 2) using, for example, the encoding method described above for use by a decoder (for example, the video decoder 30 in Fig. 3A or Fig. 3B) in decoding video data. The non-transitory computer-readable storage medium may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disc, an optical data storage device or the like.
[00233] In an embodiment, there is provided a bitstream generated by the encoding method described above or a bitstream to be decoded by the decoding method described above. In an embodiment, there is provided a bitstream comprising encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above.
[00234] In an embodiment, the is also provided a computing device comprising one or more processors (for example, the processor 1320); and the non-transitory computer-readable storage medium or the memory 1330 having stored therein a plurality of programs executable by the one or more processors, wherein the one or more processors, upon execution of the plurality of programs, are configured to perform the above-described methods. [00235] In an embodiment, there is also provided a computer program product having instructions for storage or transmission of a bitstream comprising encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above. In an embodiment, there is also provided a computer program product comprising a plurality of programs, for example, in the memory 1330, executable by the processor 1320 in the computing environment 1310, for performing the abovedescribed methods. For example, the computer program product may include the non-transitory computer-readable storage medium.
[00236] In an embodiment, the computing environment 1310 may be implemented with one or more ASICs, DSPs, Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), FPGAs, GPUs, controllers, micro-controllers, microprocessors, or other electronic components, for performing the above methods.
[00237] In an embodiment, there is also provided a method of storing a bitstream, comprising storing the bitstream on a digital storage medium, wherein the bitstream comprises encoded video information generated by the encoding method described above or encoded video information to be decoded by the decoding method described above.
[00238] In an embodiment, there is also provided a method for transmitting a bitstream generated by the encoder described above. In an embodiment, there is also provided a method for receiving a bitstream to be decoded by the decoder described above.
[00239] The description of the present disclosure has been presented for purposes of illustration and is not intended to be exhaustive or limited to the present disclosure. Many modifications, variations, and alternative implementations will be apparent to those of ordinary skill in the art having the benefit of the teachings presented in the foregoing descriptions and the associated drawings.
[00240] Unless specifically stated otherwise, an order of steps of the method according to the present disclosure is only intended to be illustrative, and the steps of the method according to the present disclosure are not limited to the order specifically described above, but may be changed according to practical conditions. In addition, at least one of the steps of the method according to the present disclosure may be adjusted, combined or deleted according to practical requirements. [00241] The embodiments were chosen and described in order to explain the principles of the disclosure and to enable others skilled in the art to understand the disclosure for various implementations and to best utilize the underlying principles and various implementations with various modifications as are suited to the particular use contemplated. Therefore, it is to be understood that the scope of the disclosure is not to be limited to the specific embodiments of the implementations disclosed and that modifications and other implementations are intended to be included within the scope of the present disclosure.
[00242] The above methods may be implemented using an apparatus that includes one or more circuitries, which include application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic components. The apparatus may use the circuitries in combination with the other hardware or software components for performing the above described methods. Each module, submodule, unit, or sub-unit disclosed above may be implemented at least partially using the one or more circuitries.
[00243] Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed here. This application is intended to cover any variations, uses, or adaptations of the disclosure following the general principles thereof and including such departures from the present disclosure as come within known or customary practice in the art. It is intended that the specification and embodiments be considered as exemplary only. The specification and embodiments are considered as exemplary. The application is intended to cover any variations, uses, or adaptations of the disclosure.
[00244] It will be appreciated that the present disclosure is not limited to the exact embodiments described above and illustrated in the accompanying drawings, and that various modifications and changes can be made without departing from the scope thereof.

Claims

WHAT IS CLAIMED IS:
1. A method for video encoding, comprising: determining, by an encoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the encoder, that multiple transform selection (MTS) is enabled for one or more transform blocks; determining, by the encoder, that the LFNST is enabled for the one or more transform blocks coded with the MTS; and applying, by the encoder, the LFNST to the one or more transform blocks.
2. The method for video encoding of claim 1, wherein determining the LFNST comprises: training the LFNST online; or deriving the LFNST offline.
3. The method for video encoding of claim 2, wherein training the LFNST online comprises: determining, by the encoder, a best LFNST matrix using rate-distortion optimization; and updating, by the encoder, a transform set associated with the best LFNST matrix.
4. The method for video encoding of claim 1, further comprising: generating, by the encoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and signaling, by the encoder, the intra prediction mode in a bitstream per intra coding unit.
5. The method for video encoding of claim 4, wherein the LFNST comprises four distinct transform sets, wherein each distinct transform set comprises two non-separable transform matrices.
6. The method for video encoding of claim 4, wherein a chroma block is coded with CCLM mode, and the method further comprises: generating, by the encoder, a CCLM mode flag to indicate using of one of following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA L CCLM; or (iii) INTRA T CCLM; wherein signaling, by the encoder, the intra prediction mode in a bitstream comprises: signaling, by the encoder, the CCLM mode flag in the bitstream; and wherein generating the index for the transform set using the mapping strategy comprises: selecting a transform set 0 for the chroma block based on the CCLM mode flag using the mapping strategy.
7. The method for video encoding of claim 4, wherein a luma block or chroma block is coded with non-CCLM mode, and the method further comprises: generating, by the encoder, an intra prediction mode represented by a value of IntraPredMode; wherein signaling, by the encoder, the intra prediction mode in a bitstream comprises: signaling, by the encoder, the intra prediction mode in the bit-stream; wherein generating the LFNST transform set using the mapping strategy comprises: in response to determining the IntraPredMode where IntraPredMode<0, selecting, by the encoder, the transform set 1 for the block using the mapping strategy; in response to determining the IntraPredMode where 0<=IntraPredMode<=l, selecting, by the encoder, the transform set 0 for the block using the mapping strategy; in response to determining the IntraPredMode where 2<=IntraPredMode<=12, selecting, by the encoder, the transform set 1 for the block using the mapping strategy; in response to determining the IntraPredMode where 13<=IntraPredMode<=23, selecting, by the encoder, the transform set 2 for the block using the mapping strategy; in response to determining the IntraPredMode where 24<=IntraPredMode<=44, selecting, by the encoder, the transform set 3 for the block using the mapping strategy; in response to determining the IntraPredMode where 45<=IntraPredMode<=55, selecting, by the encoder, the transform set 2 for the block using the mapping strategy; and in response to determining the IntraPredMode where 56<=IntraPredMode<=80, selecting, by the encoder, the transform set 1 for the block using the mapping strategy.
8. The method for video encoding of claim 6 or 7, further comprising signaling a matrix index to indicate usage of a non-separable transform matrix in a transform set.
9. The method for video encoding of claim 4, wherein for a first intra prediction mode, one first non-separable transform matrix in one transform set is used in the LFNST.
10. The method for video encoding of claim 7, further comprising: in response to determining that a coding unit (CU) is coded using time based intra mode derivation (TIMD) mode, mapping the TIMD mode to a transform set with a set index.
11. The method for video encoding of claim 6 or 7, further comprising: in response to determining that more than one LFNST matrices are used in one transform set, signaling an matrix index indicating a non-separable transform matrix in the one non- separable transform set.
12. The method for video encoding of claim 1, wherein the LFNST is applied to intra CUs in intra and inter slices for luma and chroma blocks.
13. The method for video encoding of claim 6, further comprising: in response to determining that a dual tree is enabled, signaling respective set indices for luma and chroma components separately; and in response to determining that a dual tree is not enabled, signaling a single set index for both luma and chroma components.
14. A method for video decoding, comprising: determining, by a decoder, a low-frequency non-separable transform (LFNST) for a video sequence; determining, by the decoder, that multiple transform selection (MTS) is enabled for one or more transform blocks; determining, by the decoder, that the LFNST is enabled for the one or more transform blocks coded with MTS; and applying, by the decoder, the LFNST to the one or more transform blocks.
15. The method for video decoding of claim 14, wherein determining the LFNST comprises: training the LFNST online; or deriving the LFNST offline.
16. The method for video decoding of claim 15, wherein training the LFNST online comprises: determining, by the decoder, a best LFNST matrix using rate-distortion optimization; and updating, by the decoder, a transform set associated with the best LFNST matrix.
17. The method for video decoding of claim 14, further comprising: generating, by the decoder, a set index for a transform set of the LFNST using a mapping strategy between an intra prediction mode and the transform set; and receiving, by the decoder, the intra prediction mode in the bitstream per intra coding unit.
18. The method for video decoding of claim 17, wherein the LFNST comprises four distinct transform sets, wherein each distinct transform set comprises two non-separable transform matrices.
19. The method for claim 17, wherein a chroma block is coded with CCLM mode, and the method further comprises: receiving, by the decoder, a CCLM mode flag from the bitstream to indicate use of one of the following CCLM modes: (i) INTRA LT CCLM; (ii) INTRA L CCLM; or (iii) INTRA T CCLM; in response to determining the CCLM mode flag, selecting, by the decoder, a transform set 0 for the chroma block using the mapping strategy.
20. The method for video decoding of claim 18, wherein a luma block or chroma block is coded with non-CCLM mode, and the method further comprises: receiving, by the decoder, an intra prediction mode represented by a value of IntraPredMode; receiving, by the decoder, the intra prediction mode in the bit-stream; in response to determining the IntraPredMode where IntraPredMode<0, selecting, by the decoder, the transform set 1 for the block; in response to determining the IntraPredMode where 0<=IntraPredMode<=l, selecting, by the decoder, the transform set 0 for the block; in response to determining the IntraPredMode where 2<=IntraPredMode<=12, selecting, by the decoder, the transform set 1 for the block; in response to determining the IntraPredMode where 13<=IntraPredMode<=23, selecting, by the decoder, the transform set 2 for the block; in response to determining the IntraPredMode where 24<=IntraPredMode<=44, selecting, by the decoder, the transform set 3 for the block; in response to determining the IntraPredMode where 45<=IntraPredMode<=55, selecting, by the decoder, the transform set 2 for the block; and in response to determining the IntraPredMode where 56<=IntraPredMode<=80, selecting, by the decoder, the transform set 1 for the block.
21. The method for video decoding of claim 18 or 19, further comprising receiving a matrix index to indicate usage of a non-separable transform matrix in a LFNST transform set.
22. The method for video decoding of claim 17, wherein for a first intra prediction mode, one first non-separable transform matrix in one transform set is used in the LFNST.
23. The method for video decoding of claim 21, further comprising: in response to determining that a coding unit (CU) is coded using time based intra mode derivation (TIMD) mode, mapping the TIMD mode to a transform set with a set index.
24. The method for video decoding of claim 21, further comprising: in response to determining that a non-separable transform matrix is used for each transform set, receiving the matrix index for the non-separable transform matrix.
25. The method for video decoding of claim 14, wherein the LFNST is applied to intra CUs in intra and inter slices for luma and chroma blocks.
26. The method for video decoding of claim 23, further comprising: in response to determining that a dual tree is enabled, receiving respective set indices for luma and chroma components separately; and in response to determining that a dual tree is not enabled, receiving a single set index for both luma and chroma components.
27. An apparatus for video encoding, comprising: one or more processors; and a memory coupled to the one or more processors and configured to store instructions executable by the one or more processors, wherein the one or more processors, upon execution of the instructions are configured to perform the method in claims 1-13.
28. An apparatus for video decoding, comprising: one or more processors; and a memory coupled to the one or more processors and configured to store instructions executable by the one or more processors, wherein the one or more processors, upon execution of the instructions are configured to perform the method in claims 14-26.
29. A non-transitoiy computer readable storage medium for storing computer-executable instructions that, when executed by one or more computer processors, cause the one or more computer processors to perform the method in any of claims 1-13.
30. A non-transitory computer readable storage medium for storing computer-executable instructions that, when executed by one or more computer processors, cause the one or more computer processors to perform the method in any of claims 14-26.
31. A bitstream to be encoded by an encoding method in any one of claims 1-13.
32. A bitstream to be decoded by a decoding method in any one of claims: 14-26.
PCT/US2023/036725 2022-11-02 2023-11-02 Methods and apparatus for transform training and coding WO2024097377A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US202263421990P 2022-11-02 2022-11-02
US63/421,990 2022-11-02

Publications (1)

Publication Number Publication Date
WO2024097377A1 true WO2024097377A1 (en) 2024-05-10

Family

ID=90931335

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2023/036725 WO2024097377A1 (en) 2022-11-02 2023-11-02 Methods and apparatus for transform training and coding

Country Status (1)

Country Link
WO (1) WO2024097377A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120183043A1 (en) * 2011-01-14 2012-07-19 Cohen Robert A Method for Training and Utilizing Separable Transforms for Video Coding
US20210160541A1 (en) * 2019-11-27 2021-05-27 Mediatek Inc. Signaling Multiple Transmission Selection
US20210211685A1 (en) * 2020-01-08 2021-07-08 Qualcomm Incorporated Multiple transform set signaling for video coding
US20220150513A1 (en) * 2019-09-25 2022-05-12 Lg Electronics Inc. Transform-based image coding method and apparatus therefor
US20220329800A1 (en) * 2021-04-12 2022-10-13 Qualcomm Incorporated Intra-mode dependent multiple transform selection for video coding

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120183043A1 (en) * 2011-01-14 2012-07-19 Cohen Robert A Method for Training and Utilizing Separable Transforms for Video Coding
US20220150513A1 (en) * 2019-09-25 2022-05-12 Lg Electronics Inc. Transform-based image coding method and apparatus therefor
US20210160541A1 (en) * 2019-11-27 2021-05-27 Mediatek Inc. Signaling Multiple Transmission Selection
US20210211685A1 (en) * 2020-01-08 2021-07-08 Qualcomm Incorporated Multiple transform set signaling for video coding
US20220329800A1 (en) * 2021-04-12 2022-10-13 Qualcomm Incorporated Intra-mode dependent multiple transform selection for video coding

Similar Documents

Publication Publication Date Title
AU2018282523B2 (en) Intra filtering applied together with transform processing in video coding
CN109716772B (en) Transform selection for video coding
EP3593531A1 (en) Intra filtering flag in video coding
WO2020210489A1 (en) Methods and apparatus of video coding using improved matrix-based intra prediction coding mode
CN114615506B (en) Video decoding method, computing device, and storage medium
WO2020056779A1 (en) Adaptive construction of most probable modes candidate list for video data encoding and decoding
WO2020247577A1 (en) Adaptive motion vector resolution for affine mode
WO2023009459A1 (en) Video coding using multi-direction intra prediction
WO2022178433A1 (en) Improved local illumination compensation for inter prediction
EP3957072A1 (en) Methods and apparatus of video coding using prediction refinement with optical flow
CN115004706B (en) Method and apparatus for transform and coefficient signaling
WO2024097377A1 (en) Methods and apparatus for transform training and coding
US20240179348A1 (en) Sign prediction for block-based video coding
WO2024054689A1 (en) Methods and apparatus for transform training and coding
CN116614625B9 (en) Video coding method, device and medium
WO2024039806A1 (en) Methods and apparatus for transform training and coding
US20240223811A1 (en) Sign prediction for block-based video coding
WO2024049770A1 (en) Methods and apparatus for transform training and coding
WO2023043885A1 (en) Sign prediction for block-based video coding
WO2023114468A1 (en) Sign prediction for block-based video coding
WO2023086330A1 (en) Sign prediction for block-based video coding
KR20240110023A (en) Sign prediction for block-based video coding
WO2022271756A1 (en) Video coding using multi-direction intra prediction
CN118075461A (en) Video decoding method, device and medium

Legal Events

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

Ref document number: 23886729

Country of ref document: EP

Kind code of ref document: A1