WO2023010749A1 - 一种hdr视频转换方法、装置、设备及计算机存储介质 - Google Patents
一种hdr视频转换方法、装置、设备及计算机存储介质 Download PDFInfo
- Publication number
- WO2023010749A1 WO2023010749A1 PCT/CN2021/137979 CN2021137979W WO2023010749A1 WO 2023010749 A1 WO2023010749 A1 WO 2023010749A1 CN 2021137979 W CN2021137979 W CN 2021137979W WO 2023010749 A1 WO2023010749 A1 WO 2023010749A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- video
- frames
- frame
- sdr
- hdr video
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/20—Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
- H04N21/23—Processing of content or additional data; Elementary server operations; Server middleware
- H04N21/234—Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
- H04N21/2343—Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements
- H04N21/234309—Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4 or from Quicktime to Realvideo
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/90—Dynamic range modification of images or parts thereof
- G06T5/92—Dynamic range modification of images or parts thereof based on global image properties
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/44—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs
- H04N21/4402—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display
- H04N21/440218—Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream or rendering scenes according to encoded video stream scene graphs involving reformatting operations of video signals for household redistribution, storage or real-time display by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/01—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20172—Image enhancement details
- G06T2207/20208—High dynamic range [HDR] image processing
Definitions
- the present application belongs to the technical field of video processing, and in particular relates to an HDR video conversion method, device, equipment and computer storage medium.
- HDR video is also gradually developed.
- SDR Standard Dynamic Range
- HDR video has a larger dynamic range, a wider color gamut, and can show higher contrast and richer colors. Therefore, in many consumer
- UHD ultra-high definition
- HDR picture conversion method needs to first convert the video frame from the video encoding format to the image encoding format, then perform HDR conversion on the data in the image encoding format and then convert it back to the video encoding format to obtain the HDR video, and the processing method is also relatively complicated.
- Embodiments of the present application provide an HDR video conversion method, device, terminal device, and storage medium, which can solve the problems of complex methods and high calculation costs in the HDR video conversion process.
- the embodiment of the present application provides a HDR video conversion method, the method includes: performing frame extraction processing on the SDR video to be processed, and obtaining J frames of SDR video frames contained in the SDR video, where J is greater than 1 integer;
- the SDR video frames of J frames are input into the trained full convolution model for processing, and J frames of HDR video frames are output.
- the full convolution model includes N convolution kernels with a size of 1 ⁇ 1 convolutional layers, N N-1 activation functions are interspersed in each of the convolutional layers, and N is an integer greater than or equal to 3;
- the full convolution model provided by this application is used to realize the HDR video conversion task. Since the full convolution model consists of N convolutional layers with a convolution kernel size of 1 ⁇ 1 and interspersed settings Consisting of N-1 activation functions, the model structure is simple and the number of parameters used is relatively small, which can effectively reduce the computational cost of HDR video conversion tasks, improve computational efficiency, and speed up video processing.
- the activation function is a non-linear activation function.
- performing frame extraction processing on the SDR video to be processed to obtain J frames of SDR video frames contained in the SDR video including: using a frame extraction tool to perform frame extraction processing on the SDR video frame to obtain the J frames SDR video frame;
- the described J frames of HDR video frames are combined to obtain the HDR video corresponding to the SDR video, including:
- the training method of the full convolution model includes:
- the training set includes a plurality of SDR video frame samples and HDR video frame samples corresponding to the SDR video frame samples.
- the preset loss function is used to describe the L2 loss between the predicted HDR video frame and the HDR video frame sample, and the predicted HDR video frame is performed on the SDR video frame sample by the full convolution model dealt with.
- an HDR video conversion device which includes: a frame extraction unit, configured to perform frame extraction processing on the SDR video to be processed, and obtain J frames of SDR video frames contained in the SDR video , J is an integer greater than 1;
- the processing unit is used to input the SDR video frames of J frames into the trained full convolution model for processing, and output J frames of HDR video frames, and the full convolution model includes N convolution kernels with a size of 1 ⁇ 1 A convolutional layer, N-1 activation functions are interspersed in the N convolutional layers, and N is a positive integer greater than or equal to 3;
- a frame merging unit configured to perform frame merging processing on the J frames of HDR video frames to obtain an HDR video corresponding to the SDR video.
- the activation function is a non-linear activation function.
- the embodiment of the present application provides a terminal device, including a memory, a processor, and a computer program stored in the memory and operable on the processor.
- a terminal device including a memory, a processor, and a computer program stored in the memory and operable on the processor.
- the processor executes the computer program, any of the above-mentioned first aspect one method.
- an embodiment of the present application provides a computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, and when the computer program is executed by a processor, the method according to any one of the above-mentioned first aspects is implemented.
- an embodiment of the present application provides a computer program product, which, when the computer program product is run on a terminal device, causes the terminal device to execute the method in any one of the foregoing first aspects.
- Figure 1 is a schematic diagram of the HDR and SDR color gamut ranges provided by an embodiment of the present application
- Fig. 2 is a flow chart of an embodiment of an HDR video conversion method provided by an embodiment of the present application
- Fig. 3 is the architecture diagram of the full convolution model of the HDR video conversion provided by an embodiment of the present application
- FIG. 4 is a schematic diagram of an HDR video conversion device provided by an embodiment of the present application.
- Fig. 5 is a schematic structural diagram of a terminal device provided by an embodiment of the present application.
- High Dynamic Range has a larger dynamic range and a wider color gamut. Due to the wide color gamut and large dynamic range of HDR, therefore, HDR video can show video with higher contrast and richer colors.
- FIG 1 is a schematic diagram of the range of HDR and SDR color gamuts.
- BT.709 and BT.2020 are TV parameter standards issued by the ITU (International Telecommunication Union), and DCI-P3 is the American film industry for digital cinema.
- the color gamut standard formulated is mostly used to test the color range that the projector can cover.
- BT.2020 has the largest range, followed by the color gamut range of DCI-P3, and the color range represented by BT.709 The domain range is the smallest.
- HDR video adopts BT.709 color gamut
- HDR video adopts BT.2020 color gamut with wider color gamut.
- HDR video will also adopt DCI-P3 color gamut.
- the contrast and color of the HDR video are better than the SDR video.
- SDR video usually adopts 8-bit encoding
- HDR video adopts 16-bit encoding or 10-bit encoding.
- neural network-based methods or HDR image conversion algorithms are used to convert SDR video to HDR video.
- the proposed neural network model has a high complexity and a large amount of calculation.
- it is often used to convert SDR video into HDR video by using the generation confrontation network.
- the network parameters used by the generation confrontation network have reached 1.06M (wherein, M is the abbreviation symbol of the order of magnitude "million"), and some network parameters have even reached 2.87M. , the more network parameters, the more complex the designed network, and the greater the amount of calculation.
- the HDR picture conversion method needs to convert the video frame from the video encoding format to the image encoding format first, then perform HDR conversion on the data in the image encoding format and then convert it back to the video encoding format to obtain the HDR video.
- the processing method is also relatively complicated.
- this application provides a full convolution model, which can realize the HDR video conversion task.
- the full convolution model is composed of N convolution layers with a convolution kernel size of 1 ⁇ 1 and N-1 activation functions interspersed.
- the model structure is simple and the number of parameters used is relatively small, which can effectively reduce HDR Computational cost of video conversion tasks, improving computational efficiency and speeding up video processing.
- a convolution layer with a convolution kernel size of 1 ⁇ 1 is generally used as a dimensionality increase/decrease function in a complex neural network model that implements a specific function, that is, to increase or decrease the number of channels of the feature map, thereby improving the neural network.
- Computational efficiency of network models it was found through experiments that the fully convolutional model constructed by simply superimposing the convolution layer with a convolution kernel size of 1 ⁇ 1 and the activation function can achieve the task of HDR video conversion and achieve good results. transition effect.
- FIG. 2 it is a flowchart of an embodiment of an HDR video conversion method provided by the present application.
- the subject of execution of the method may be a video processing device.
- the video processing device may be a mobile terminal device such as a smart phone, a tablet computer, or a video camera, or may be a terminal device capable of processing video data such as a desktop computer, a robot, or a server.
- the method includes:
- the SDR video to be processed may be a complete video taken, downloaded or read from a local storage area, or an SDR video segment intercepted from a completed video.
- a frame extraction tool may be used to extract frames from the SDR video to be processed.
- FFmpeg Fast Forward mpeg
- the full convolution model includes N convolution layers with a convolution kernel size of 1 ⁇ 1, and N convolution layers N-1 activation functions are interspersed in the product layer, and N is an integer greater than or equal to 3.
- the activation function may be a nonlinear activation function, which can increase the nonlinear fitting ability of the full convolution model and improve the flexibility of the full convolution model.
- the activation function may be a ReLU activation function.
- the setting of N can be set according to actual precision requirements.
- the full convolution model includes 3 convolutional layers with a convolution kernel size of 1 ⁇ 1 and 2 ReLU activation functions interspersed in the 3 convolutional layers .
- K frames of SDR video are respectively input to the full convolution model shown in Figure 3 for processing, and corresponding K frames of HDR video frames can be obtained.
- the residual network (ResNet), the ring generation confrontation network (CycleGAN) and the pixel-to-pixel generation network (Pixel 2 Pixel) are algorithm models for image-to-image translation.
- High Dynamic Range Network High Dynamic Range Net, HDRNet
- Conditional Sequential Retouching Network Conditional Sequential Retouching Network, CSRNet
- Ada-3DLUT Adaptive 3D lookup table
- Deep super-resolution inverse tone-mapping method (Deep super-resolution inverse tone-mapping, Deep SR-ITM) and super-resolution joint inverse tone mapping generation confrontation network (GAN-Based Joint Super-Resolution and Inverse Tone-Mapping, JSI-GAN ) is an algorithm model for SDR video to HDR video conversion.
- the fully convolutional network model is in peak signal to noise ratio (Peak Signal to Noise Ratio, PSNR), structural similarity index measure (SSIM), spectral residual based similarity index (spectral residual based similarity index measure, SR-SIM), color fidelity ⁇ E ITP , high dynamic range visible difference prediction (High Dynamic Range Visible Difference Predictor, HDR-VDP3) and other performance indicators also have good experimental results.
- PSNR Peak Signal to Noise Ratio
- SSIM structural similarity index measure
- SR-SIM spectral residual based similarity index measure
- HDR-VDP3 High Dynamic Range Visible Difference Predictor
- N may specifically have a value between 3 and 10.
- the algorithm models listed in Table 1 they generally have advantages in parameter quantity and belong to efficient models.
- the training method of the full convolution model in this embodiment includes: using the preset training set and the preset loss function to iteratively train the initial full convolution model to obtain the above full convolution model; wherein,
- the training set includes a plurality of SDR video frame samples and HDR video frame samples corresponding to the SDR video frame samples.
- the SDR video sample and its corresponding HDR video sample can be acquired from public video websites. It is also possible to perform SDR and HDR processing on videos in the same RAW data format, respectively, to obtain SDR video samples and corresponding HDR video samples. It is also possible to use the SDR camera and the HDR camera respectively to shoot corresponding SDR video samples and HDR video samples in the same scene.
- the SDR video samples and their corresponding HDR video samples are frame-drawn to obtain a plurality of SDR video frame samples and the temporal and spatial connections between multiple SDR video samples.
- L2 is used as the preset loss function for full convolution model training.
- the preset loss function is used to describe the loss between the predicted HDR video frame and the HDR video frame sample, wherein the predicted HDR video frame is obtained by processing the SDR video frame sample by the full convolution model.
- the J frames of HDR video frames obtained after the above-mentioned full convolution model processing are image data in HDR format corresponding to the J frames of SDR format image data extracted from the SDR video to be processed. It can adapt to higher contrast and color gamut range. It uses 16-bit encoding. Therefore, the J-frame HDR video frame output after the full convolution model is 16-bit encoded or 10-bit encoded image data. Compared with 8-bit encoded image data, 16-bit encoded image data or 10-bit encoded image data display brighter image data.
- the J frames of HDR video frames obtained after being processed by the HDR video conversion model may be combined by using a frame extraction tool, for example, the J frames of HDR video frames may be combined by using the FFmpeg tool.
- the existing models When performing HDR video conversion tasks, the existing models often need to convert the SDR video frames obtained by frame extraction into 8-bit YUV encoded frames after the frame extraction tool is used to complete the processing.
- the YUV sequence file obtained after processing also needs to be format converted to obtain HDR video.
- the embodiment of the present application provides a fully convolutional neural network, and the SDR video frames obtained by using the frame extraction tool to extract frames can be directly input into the fully convolutional neural network for processing, and the obtained HDR video frames can also be directly combined to obtain an HDR video.
- the method provided by this application does not need to convert the SDR video to be processed into data in other formats multiple times.
- the neural network model it does not need to convert data in other formats into HDR multiple times. data, reducing the complexity of the method.
- an embodiment of the present application provides an HDR video conversion device.
- the embodiment of the device corresponds to the embodiment of the method described above.
- the embodiment of the device does not implement the method described above.
- the details in the examples are described one by one, but it should be clear that the device in this embodiment can correspondingly implement all the content in the foregoing method embodiments.
- the present application provides an HDR video conversion device, and the above-mentioned device 200 includes:
- the frame extraction unit 201 is used to perform frame extraction processing on the SDR video to be processed, so as to obtain J frames of SDR video frames contained in the SDR video, where J is an integer greater than 1;
- the processing unit 202 is used to input J frames of SDR video frames into the trained full convolution model for processing, and output J frames of HDR video frames.
- the full convolution model includes N convolutional layers with a convolution kernel size of 1 ⁇ 1 , N-1 activation functions are interspersed in N convolutional layers, and N is a positive integer greater than or equal to 3.
- the framing unit 203 is configured to perform frame merging processing on J frames of HDR video frames to obtain HDR video corresponding to the SDR video.
- the activation function is a non-linear activation function.
- the SDR video to be processed is subjected to frame extraction processing to obtain J-frame SDR video frames contained in the SDR video, including: adopting FFmpeg tool to perform frame extraction processing on the SDR video frame to obtain J-frame SDR video frames;
- Combine J frames of HDR video frames to obtain HDR video corresponding to SDR video including: using FFmpeg tool to perform frame processing on J frames of HDR video frames to obtain HDR video corresponding to SDR video.
- the training methods of the full convolution model include:
- the training set includes a plurality of SDR video frame samples and HDR video frame samples corresponding to the SDR video frame samples.
- the preset loss function is used to describe the L2 loss between the predicted HDR video frame and the HDR video frame sample, and the predicted HDR video frame is obtained by processing the SDR video frame sample by the full convolution model.
- FIG. 5 is a schematic diagram of a terminal device provided in an embodiment of the present application.
- the terminal device 300 provided in this embodiment includes: a memory 302 and a processor 301, the memory 302 is used to store computer programs; the processor 301 is used to The methods described in the above method embodiments are executed when the computer program is called, for example, steps S101 to S103 shown in FIG. 2 .
- the processor 301 executes the computer program, it realizes the functions of the modules/units in the above-mentioned device embodiments, for example, the functions of the units 201 to 203 shown in FIG. 4 .
- the computer program may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 302 and executed by the processor 301 to complete this Apply.
- the one or more modules/units may be a series of computer program instruction segments capable of accomplishing specific functions, and the instruction segments are used to describe the execution process of the computer program in the terminal device.
- FIG. 5 is only an example of a terminal device, and does not constitute a limitation on the terminal device. It may include more or less components than those shown in the figure, or combine certain components, or different components, such as
- the terminal device may also include an input and output device, a network access device, a bus, and the like.
- the processor 301 can be a central processing unit (Central Processing Unit, CPU), and can also be other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), Field-Programmable Gate Array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
- the storage 302 may be an internal storage unit of the terminal device, for example, a hard disk or memory of the terminal device.
- the memory 302 may also be an external storage device of the terminal device, such as a plug-in hard disk equipped on the terminal device, a smart memory card (Smart Media Card, SMC), a secure digital (Secure Digital, SD) card, Flash card (Flash Card), etc. Further, the memory 302 may also include both an internal storage unit of the terminal device and an external storage device.
- the memory 302 is used to store the computer program and other programs and data required by the terminal device.
- the memory 302 can also be used to temporarily store data that has been output or will be output.
- the terminal device provided in this embodiment can execute the foregoing method embodiment, and its implementation principle and technical effect are similar, and details are not repeated here.
- the embodiment of the present application also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the method described in the foregoing method embodiment is implemented.
- the embodiment of the present application further provides a computer program product, which, when the computer program product runs on a terminal device, enables the terminal device to implement the method described in the foregoing method embodiments when executed.
- An embodiment of the present application further provides a chip system, including a processor, the processor is coupled to a memory, and the processor executes a computer program stored in the memory, so as to implement the method described in the above method embodiment.
- the chip system may be a single chip, or a chip module composed of multiple chips.
- the above integrated units are realized in the form of software function units and sold or used as independent products, they can be stored in a computer-readable storage medium. Based on this understanding, all or part of the procedures in the methods of the above embodiments in the present application can be completed by instructing related hardware through computer programs, and the computer programs can be stored in a computer-readable storage medium.
- the computer program When executed by a processor, the steps in the above-mentioned various method embodiments can be realized.
- the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file or some intermediate form.
- the computer-readable storage medium may at least include: any entity or device capable of carrying computer program codes to a photographing device/terminal device, a recording medium, a computer memory, a read-only memory (Read-Only Memory, ROM), a random access Memory (Random Access Memory, RAM), electrical carrier signal, telecommunication signal and software distribution medium.
- a photographing device/terminal device a recording medium
- a computer memory a read-only memory (Read-Only Memory, ROM), a random access Memory (Random Access Memory, RAM), electrical carrier signal, telecommunication signal and software distribution medium.
- ROM read-only memory
- RAM random access Memory
- electrical carrier signal telecommunication signal and software distribution medium.
- U disk mobile hard disk
- magnetic disk or optical disk etc.
- computer readable media may not be electrical carrier signals and telecommunication signals under legislation and patent practice.
- references to "one embodiment” or “some embodiments” or the like in this application means that a particular feature, structure, or characteristic described in connection with the embodiment is included in one or more embodiments of the present application.
- appearances of the phrases “in one embodiment,” “in some embodiments,” “in other embodiments,” “in other embodiments,” etc. in various places in this specification are not necessarily All refer to the same embodiment, but mean “one or more but not all embodiments” unless specifically stated otherwise.
- the terms “including”, “comprising”, “having” and variations thereof mean “including but not limited to”, unless specifically stated otherwise.
- first and second are used for description purposes only, and cannot be interpreted as indicating or implying relative importance or implicitly indicating the quantity of indicated technical features. Thus, the features defined as “first” and “second” may explicitly or implicitly include at least one of these features. It should also be understood that the term “and/or” used in the description of the present application and the appended claims refers to any combination and all possible combinations of one or more of the associated listed items, and includes these combinations.
- connection and “connected” should be understood in a broad sense, for example, it can be mechanical connection or electrical connection; it can be direct connection or through An intermediate medium is indirectly connected, which can be the internal communication of two elements or the interaction relationship between two elements. Unless otherwise clearly defined, those of ordinary skill in the art can understand the above terms in this application according to the specific situation. specific meaning.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
Description
| 模型 | Params | PSNR | SSIM | SR-SIM | ΔE ITP | HDR-VDP3 |
| ResNet | 1.37M | 37.32 | 0.9720 | 0.9950 | 9.02 | 8.391 |
| Pixel2Pixel | 11.38M | 25.80 | 0.8777 | 0.9871 | 44.25 | 7.136 |
| CycleGAN | 11.38M | 21.33 | 0.8496 | 0.9595 | 77.74 | 6.941 |
| HDRNet | 482K | 35.73 | 0.9664 | 0.9957 | 11.52 | 8.462 |
| CSRNet | 36K | 35.04 | 0.9625 | 0.9955 | 14.28 | 8.400 |
| Ada-3DLUT | 594K | 36.22 | 0.9658 | 0.9967 | 10.89 | 8.423 |
| Deep SR-ITM | 2.87M | 37.10 | 0.9686 | 0.9950 | 9.24 | 8.233 |
| JSI-GAN | 1.06M | 37.01 | 0.9694 | 0.9928 | 9.36 | 8.169 |
| 全卷积模型 | 5K | 36.14 | 0.9643 | 0.9961 | 10.43 | 8.035 |
Claims (10)
- 一种HDR视频转换方法,其特征在于,包括:对待处理的SDR视频进行抽帧处理,得到所述SDR视频中包含的J帧SDR视频帧,J为大于1的整数;分别将J帧所述SDR视频帧输入已训练的全卷积模型中处理,输出J帧HDR视频帧,所述全卷积模型包括N个卷积核大小为1×1的卷积层,N个所述卷积层中穿插设置有N-1个激活函数,N为大于等于3的整数;将所述J帧HDR视频帧进行合帧处理,得到与所述SDR视频对应的HDR视频。
- 根据权利要求1所述的方法,其特征在于,3≤N≤10。
- 根据权利要求1所述的方法,其特征在于,所述激活函数为非线性激活函数。
- 根据权利要求1所述的方法,其特征在于,对待处理的SDR视频进行抽帧处理,得到所述SDR视频中包含的J帧SDR视频帧,包括:采用抽帧工具对所述SDR视频帧进行抽帧处理,得到所述J帧SDR视频帧;所述将所述J帧HDR视频帧进行合帧处理,得到与所述SDR视频对应的HDR视频,包括:采用所述抽帧工具对所述J帧HDR视频帧进行合帧处理,得到与所述SDR视频对应的HDR视频。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述全卷积模型的训练方式包括:利用预设的训练集和预设的损失函数对初始的全卷积模型进行迭代训练,得到所述全卷积模型;所述训练集包括多个SDR视频帧样本以及与所述SDR视频帧样本对应的HDR视频帧样本;所述预设的损失函数用于描述预测的HDR视频帧和所述HDR视频帧样本之间的L2损失,所述预测的HDR视频帧为所述全卷积模型对所述SDR视频帧样本进行处理得到的。
- 一种HDR视频转换装置,其特征在于,包括:抽帧单元,用于对待处理的SDR视频进行抽帧处理,得到所述SDR视频中包含的J帧SDR视频帧,J为大于1的整数;处理单元,用于分别将J帧所述SDR视频帧输入已训练的全卷积模型中处理,输出J帧HDR视频帧,所述全卷积模型包括N个卷积核大小为1×1的卷积层,N个所述卷积层中穿插设置有N-1个激活函数,N为大于等于3的整数;合帧单元,用于将所述J帧HDR视频帧进行合帧处理,得到与所述SDR视频对应的HDR视频。
- 根据权利要求6所述的装置,其特征在于,3≤N≤10。
- 根据权利要求6所述的装置,其特征在于,所述激活函数为非线性激活函数。
- 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至5任一项所述的方法。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至5任一项所述的方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110883118.3 | 2021-08-02 | ||
| CN202110883118.3A CN113784175B (zh) | 2021-08-02 | 2021-08-02 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023010749A1 true WO2023010749A1 (zh) | 2023-02-09 |
Family
ID=78836564
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/137979 Ceased WO2023010749A1 (zh) | 2021-08-02 | 2021-12-14 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN113784175B (zh) |
| WO (1) | WO2023010749A1 (zh) |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113784175B (zh) * | 2021-08-02 | 2023-02-28 | 中国科学院深圳先进技术研究院 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
| CN113781319A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
| CN113781322A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种色域映射方法、装置、终端设备及存储介质 |
| CN114422718B (zh) * | 2022-01-19 | 2022-12-13 | 北京百度网讯科技有限公司 | 一种视频转换方法、装置、电子设备及存储介质 |
| CN116704926B (zh) * | 2022-02-28 | 2024-07-30 | 荣耀终端有限公司 | 帧数据显示方法、电子设备及存储介质 |
| CN116805976A (zh) * | 2022-03-17 | 2023-09-26 | 北京小米移动软件有限公司 | 视频处理方法、装置及存储介质 |
| CN115190313B (zh) * | 2022-05-12 | 2026-01-16 | 上海壁仞科技股份有限公司 | 视频压缩方法、装置、电子设备和存储介质 |
| WO2024140951A1 (en) * | 2022-12-28 | 2024-07-04 | Douyin Vision Co., Ltd. | A neural network based image and video compression method with integer operations |
| CN119583851B (zh) * | 2024-12-23 | 2026-04-03 | 上海幻电信息科技有限公司 | 视频转换方法和装置 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108681991A (zh) * | 2018-04-04 | 2018-10-19 | 上海交通大学 | 基于生成对抗网络的高动态范围反色调映射方法及系统 |
| US20190080440A1 (en) * | 2017-09-08 | 2019-03-14 | Interdigital Vc Holdings, Inc. | Apparatus and method to convert image data |
| CN111145097A (zh) * | 2019-12-31 | 2020-05-12 | 华为技术有限公司 | 图像处理方法、装置和图像处理系统 |
| CN112102166A (zh) * | 2020-08-26 | 2020-12-18 | 上海交通大学 | 一种联合超分辨率、色域扩展和逆色调映射方法及设备 |
| CN112200719A (zh) * | 2020-09-27 | 2021-01-08 | 咪咕视讯科技有限公司 | 图像处理方法、电子设备及可读存储介质 |
| CN113784175A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20210166360A1 (en) * | 2017-12-06 | 2021-06-03 | Korea Advanced Institute Of Science And Technology | Method and apparatus for inverse tone mapping |
| CN109447907B (zh) * | 2018-09-20 | 2020-06-16 | 宁波大学 | 一种基于全卷积神经网络的单图像增强方法 |
| US10997690B2 (en) * | 2019-01-18 | 2021-05-04 | Ramot At Tel-Aviv University Ltd. | Method and system for end-to-end image processing |
| CN111292264B (zh) * | 2020-01-21 | 2023-04-21 | 武汉大学 | 一种基于深度学习的图像高动态范围重建方法 |
-
2021
- 2021-08-02 CN CN202110883118.3A patent/CN113784175B/zh active Active
- 2021-12-14 WO PCT/CN2021/137979 patent/WO2023010749A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20190080440A1 (en) * | 2017-09-08 | 2019-03-14 | Interdigital Vc Holdings, Inc. | Apparatus and method to convert image data |
| CN108681991A (zh) * | 2018-04-04 | 2018-10-19 | 上海交通大学 | 基于生成对抗网络的高动态范围反色调映射方法及系统 |
| CN111145097A (zh) * | 2019-12-31 | 2020-05-12 | 华为技术有限公司 | 图像处理方法、装置和图像处理系统 |
| CN112102166A (zh) * | 2020-08-26 | 2020-12-18 | 上海交通大学 | 一种联合超分辨率、色域扩展和逆色调映射方法及设备 |
| CN112200719A (zh) * | 2020-09-27 | 2021-01-08 | 咪咕视讯科技有限公司 | 图像处理方法、电子设备及可读存储介质 |
| CN113784175A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种hdr视频转换方法、装置、设备及计算机存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN113784175A (zh) | 2021-12-10 |
| CN113784175B (zh) | 2023-02-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113784175B (zh) | 一种hdr视频转换方法、装置、设备及计算机存储介质 | |
| WO2023010754A1 (zh) | 一种图像处理方法、装置、终端设备及存储介质 | |
| JP7596615B2 (ja) | 画像処理方法および装置 | |
| CN108352059B (zh) | 从高动态范围视频生成标准动态范围视频的方法和装置 | |
| US9299317B2 (en) | Local multiscale tone-mapping operator | |
| KR102523505B1 (ko) | 역 톤 매핑을 위한 방법 및 장치 | |
| RU2737507C2 (ru) | Способ и устройство для кодирования изображения высокого динамического диапазона, соответствующий способ декодирования и устройство декодирования | |
| RU2710873C2 (ru) | Способ и устройство для декодирования цветного изображения | |
| US8675984B2 (en) | Merging multiple exposed images in transform domain | |
| CN106488141A (zh) | 高动态范围到高动态范围逆色调映射的方法、系统和设备 | |
| US8600159B2 (en) | Color converting images | |
| US20180005358A1 (en) | A method and apparatus for inverse-tone mapping a picture | |
| CN114189691A (zh) | 用于对hdr图像和使用色彩映射函数的sdr图像两者进行编码的方法和设备 | |
| KR102748221B1 (ko) | 컬러 영역 매핑을 위한 방법 및 디바이스 | |
| WO2023010750A1 (zh) | 一种图像颜色映射方法、装置、终端设备及存储介质 | |
| WO2023010751A1 (zh) | 图像高亮区域的信息补偿方法、装置、设备及存储介质 | |
| CN111738951A (zh) | 图像处理方法及装置 | |
| WO2023010755A1 (zh) | 一种hdr视频转换方法、装置、设备及计算机存储介质 | |
| CN101138251A (zh) | 用于数字图像处理的亮度适应 | |
| CN116508054A (zh) | 用于避免色调映射器中的色度削波同时维持饱和度并保持色调的方法、设备和装置 | |
| CN111738950A (zh) | 图像处理方法及装置 | |
| WO2023010753A1 (zh) | 一种色域映射方法、装置、终端设备及存储介质 | |
| CN115706766A (zh) | 视频处理方法、装置、电子设备和存储介质 | |
| CN116091358B (zh) | 数据映射变换方法和装置、电子设备及存储介质 | |
| CN104240191A (zh) | 一种批量图像增强处理的方法 |
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: 21952612 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21952612 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 30.09.2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21952612 Country of ref document: EP Kind code of ref document: A1 |