WO2023010754A1 - 一种图像处理方法、装置、终端设备及存储介质 - Google Patents
一种图像处理方法、装置、终端设备及存储介质 Download PDFInfo
- Publication number
- WO2023010754A1 WO2023010754A1 PCT/CN2021/138137 CN2021138137W WO2023010754A1 WO 2023010754 A1 WO2023010754 A1 WO 2023010754A1 CN 2021138137 W CN2021138137 W CN 2021138137W WO 2023010754 A1 WO2023010754 A1 WO 2023010754A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- image
- model
- processed
- enhanced
- processing
- 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
-
- 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/94—Dynamic range modification of images or parts thereof based on local image properties, e.g. for local contrast enhancement
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/77—Retouching; Inpainting; Scratch removal
-
- 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/20212—Image combination
- G06T2207/20221—Image fusion; Image merging
Definitions
- the present application relates to the technical field of image processing, and in particular to an image processing method, device, terminal equipment, and storage medium.
- Image optimization processing tasks generally include image retouching and toning, image beautification, image denoising, image super-resolution, image enhancement and other optimization tasks for images. Some optimization tasks are optimized for each video frame in the video to be processed, and can also be regarded as image optimization tasks, such as SDR video conversion to HDR video, video denoising, video super-resolution, etc. Compared with the original image, the optimized image after image processing can better reflect the visual information in the real scene.
- the original image is generally only processed by using the deep learning model related to the processing task, such as only using the image denoising model to denoise the original image, using HDR
- the conversion model converts SDR video frames into HDR video frames, etc.
- Embodiments of the present application provide an image processing method, device, terminal device, and storage medium, which can improve the quality of an optimized image in an image optimization processing task.
- the embodiment of the present application provides a method, which includes: using the trained optimization model to perform target type optimization processing on the image to be processed to obtain an initial optimized image; Local enhancement processing to obtain an enhanced image; input the enhanced image and the overexposure mask image of the image to be processed into the trained compensation model for processing, and perform information compensation on the highlighted area of the enhanced image to obtain a compensated image, and the overexposure mask
- the mockup image indicates highlighted areas.
- the image processing method provided in this application can first use the optimization model to perform target type optimization processing on the image to be processed to obtain the initial optimized image.
- the local enhancement model can be used for enhancement processing, and the lost texture detail information can be reconstructed to obtain an enhanced image.
- the enhanced image is processed through a compensation model to compensate for the content information lost in the overexposed region.
- This application uses multiple deep learning models in series to perform information compensation on the initial optimized image obtained in the image optimization processing task, which can avoid artifacts and color deviations in the optimized image and improve the quality of the optimized image.
- the local enhancement model includes: a downsampling module, an upsampling module, and multiple residual networks arranged between the downsampling module and the upsampling module.
- the method for determining the pixel value of the pixel in the overexposure mask image includes: according to the formula Determine the pixel value of the pixel in the overexposure mask image, where I mask (x, y) represents the pixel value of the pixel in the overexposure mask image at (x, y), and I s (x, y) represents The pixel value of the pixel point of the image to be processed located at (x, y), ⁇ represents the preset overexposure threshold.
- the compensation model includes a generator; input the enhanced image and the overexposure mask image of the image to be processed into the trained compensation model, and perform information compensation on the highlighted area of the enhanced image, including: input the enhanced image to Process in the trained generator to obtain global exposure information; determine the overexposure information of the highlighted area according to the overexposure mask image of the image to be processed and the global exposure information; use the overexposure information to compensate the highlighted area to obtain compensation image.
- the optimized initial model, the local enhanced initial model and the compensated initial model are respectively trained to obtain corresponding optimized models, local enhanced models and compensation models.
- the training method of the generator includes: constructing a generation confrontation network, the generation confrontation network includes an initial model of the generator and a discriminator; using a preset loss function and a training set to perform confrontation training on the generation confrontation network to obtain the generator, Among them, the training set includes enhanced image samples, overexposure mask image samples and compensation image samples corresponding to multiple image samples to be processed; the loss function is used to describe the absolute error loss value between the compensation image sample and the predicted image, the compensation image The comprehensive loss value of the perceptual loss value between the sample and the predicted image and the discriminator loss value of the predicted image; the predicted image means that the enhanced image sample is processed by the initial model of the generator, multiplied by the overexposure mask image sample, and then The resulting image overlaid with the augmented image sample.
- target type optimization processing refers to HDR conversion processing
- the image to be processed is a video frame obtained by extracting frames from the SDR video, and each video frame in the SDR video is sequentially processed by an optimization model, a local enhancement model and a compensation model The compensated image that is outputted later is combined to obtain the HDR video corresponding to the SDR video.
- an embodiment of the present application provides an image processing device, including: an optimization unit, configured to use a trained optimization model to perform target type optimization processing on the image to be processed to obtain an initial optimized image; an enhancement unit, through the trained The local enhancement model performs local enhancement processing on the initial optimized image to obtain an enhanced image; the compensation unit is used to input the enhanced image and the overexposure mask image of the image to be processed into the trained compensation model for processing, and the high The bright area is compensated for information, and the compensated image is obtained, and the overexposure mask image indicates the highlighted area.
- an 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 one of the above-mentioned first aspects is implemented. item 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 in 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.
- Fig. 1 is a flow chart of an image processing method provided by an embodiment of the present application
- Fig. 2 is a schematic structural diagram of an optimization model provided by an embodiment of the present application.
- Fig. 3 is a schematic structural diagram of a local enhancement model provided by an embodiment of the present application.
- Fig. 4 is a schematic structural diagram of a compensation model provided by an embodiment of the present application.
- Fig. 5 is a schematic diagram of the range of HDR and SDR color gamuts provided by an embodiment of the present application.
- Fig. 6 is a schematic structural diagram of an initial compensation model provided by an embodiment of the present application.
- FIG. 7 is a flow chart of converting an SDR video to an HDR video according to an embodiment of the present application.
- Fig. 8 is a schematic diagram of comparison of image processing results of multiple models provided by an embodiment of the present application.
- FIG. 9 is a schematic structural diagram of an image processing device provided by an embodiment of the present application.
- Fig. 10 is a schematic structural diagram of a terminal device provided by an embodiment of the present application.
- the original image is generally processed by using a deep learning model related to the processing task, which causes the optimized image to lose a lot of information.
- the edge information of the original image is generally smoothed to achieve the purpose of denoising.
- the traditional image denoising It is difficult for the method to retain more detail information under the premise of ensuring the denoising effect, resulting in poor quality of the optimized image.
- the exposure of the original image is high, the information of some highlighted areas is not easy to be extracted.
- the optimized image will lose part of the high
- the content information of the bright area leads to deviations in the color of the optimized image.
- the neural network is used to obtain the color mapping relationship between the SDR video frame and the SDR video frame, so as to realize the HDR conversion of the SDR video frame , resulting in the loss of more detail information and highlight area information in the HDR video frame, and the obtained HDR video quality is poor.
- a large network is usually built for training based on the purpose of optimization.
- a large network that can take into account color mapping and detail enhancement is usually constructed model, the large network model is trained as a whole, so that the large network model can take into account the functions of color mapping and detail enhancement.
- the quality of the optimized image obtained in this way has not been significantly improved, especially in areas with excessive color, and the optimization effect is obviously poor.
- the present application provides an image processing method, which optimizes the image to be processed by connecting multiple deep learning models in series. Specifically, first optimize the target type of the image to be processed through the optimization model to obtain the initial optimized image, then use the local enhancement model to perform local enhancement processing on the initial optimized image, and then use the compensation model to compensate the information of the highlighted area of the enhanced image , to reconstruct the lost detail information and content information of highlighted regions in the initial optimized image.
- image optimization tasks multiple deep learning models are selected to perform corresponding tasks for different information lost in the optimized image, and multiple deep learning models are connected in series to optimize the image to be processed, and then optimize the optimized image. Lost information is compensated to improve the quality of optimized images.
- an image processing method provided in this application is exemplarily introduced with reference to FIG. 1 .
- the image processing method can be applied to an image processing device, and the image processing device can be a mobile terminal such as a smart phone, a tablet computer, a video camera, or a device capable of processing image data such as a desktop computer, a robot, and a server.
- an image processing method provided by the present application includes:
- the image to be processed can be any image to be processed that requires image modification and color adjustment, image beautification, image denoising, or image super-resolution; Retouch and color correction, beautify, denoise or convert any video frame extracted from the video to be processed.
- devices with camera functions such as smartphones, tablet computers, cameras, desktop computers, and robots can be used to obtain images or videos to be processed.
- the image to be processed may be optimized for the target type based on a deep learning method.
- the image to be processed can be converted into an initial optimized image by using a fully convolutional neural network, for example, a fully convolutional neural network comprising 3 convolutional layers and a convolution kernel with a size of 1 ⁇ 1. It is also possible to add other network structures on the basis of the fully convolutional neural network to form a new network model.
- the present application provides an optimization model for performing target type optimization processing on an image to be processed to obtain an initial optimized image.
- the optimization model provided by this application is shown in Figure 2.
- the optimized model consists of a main network and a color conditional network.
- the color condition network includes at least one color condition block (Color Condition Block, CCB) and a feature conversion module connected in sequence.
- At least one color condition module is used to extract global color characteristic information from the low-resolution image of the image to be processed.
- the feature conversion module is used to convert the global color feature information into N sets of adjustment parameters.
- N sets of adjustment parameters are respectively used to adjust N intermediate features extracted by the main network during the process of converting the image to be processed into an optimized image, and N is an integer greater than or equal to 1.
- the image to be processed may be down-sampled by a certain multiple (for example, down-sampled by 4 times) to obtain a corresponding low-resolution image.
- the low-resolution image is obtained by downsampling the image to be processed by 4 times.
- the size of the low-resolution image is the same as that of the image to be processed, but the number of pixels per unit area of the image to be processed is equal to the number of pixels per unit area of the low-resolution image 4 times the amount.
- the color conditional module includes sequentially connected convolutional layers, pooling layers, first activation functions, and IN (Instance Normalization) layers.
- the color condition module can perform global feature extraction on the input low-resolution image. Compared with the method based on image local feature extraction, it can effectively represent the global feature information of the image to be processed, thereby avoiding the introduction of artificial artifacts in the optimized image. film.
- the feature conversion module includes dropout layer, convolutional layer, pooling layer and N fully connected layers.
- the dropout layer, the convolution layer and the pooling layer are connected in sequence to process the global color feature information extracted by at least one color condition module to obtain a condition vector.
- N fully connected layers are used to perform feature conversion on the conditional vectors to obtain N sets of adjustment parameters. It should be noted that each fully connected layer processes the condition vector to obtain a set of adjustment parameters, and finally the number of fully connected layers can be the same as the number of sets of adjustment parameters.
- the optimization model shown in FIG. 2 includes four color condition modules connected in sequence.
- the size of the convolution kernel in the convolution layer is 1 ⁇ 1, and the pooling layer adopts average pooling.
- the first activation function is a non-linear activation function LeakyReLU.
- the main network includes N global feature modulation (Global Feature Modulation, GFM) layers, and N sets of adjustment parameters are input to the N GFM layers.
- the GFM layer can adjust the intermediate features input to the GFM layer according to the adjustment parameters.
- the main network further includes N convolutional layers and N-1 second activation functions, and the N GFM layers are respectively connected to the output terminals of the N convolutional layers.
- the main network is used to convert the image to be processed into an optimized image, and during the conversion process, N convolutional layers can be used to extract N intermediate features.
- the size of the convolution kernel in each convolution layer is 1 ⁇ 1.
- the second activation function may be a nonlinear activation function ReLU.
- the number of fully connected layers in the color conditional network and the number of groups of correspondingly generated adjustment parameters should be designed based on the number of convolutional layers in the main network. For example, if the main network includes N convolutional layers, it means that the N intermediate features generated by the N convolutional layers need to be adjusted. Therefore, the color conditional network needs to output N sets of adjustment parameters corresponding to the N intermediate features, and the main network needs to have N GFM layers to adjust the N intermediate features according to the N sets of adjustment parameters.
- the main network includes 3 convolution (Conv) layers, 3 GFM layers and 2 second activation function (ReLU) layers.
- the main network sequentially includes a convolutional layer, a GFM layer, a ReLU layer, a convolutional layer, a GFM layer, a ReLU layer, a convolutional layer, and a GFM layer from input to output.
- the color conditional module includes 4 CCB layers connected in sequence;
- the feature conversion module can include a Dropout layer, a convolution (Conv) layer, an average pooling (Avgpool) layer, and respectively connected with 3 fully connected (FC) layers connected by the condition vector (Condition Vector) output by the average pooling layer.
- Each fully connected layer can convert the condition vector into a corresponding set of adjustment parameters ( ⁇ , ⁇ ), and the color conditional network outputs a total of 3 sets of adjustment parameters (ie, adjustment parameter 1, adjustment parameter 2, and adjustment parameter 3).
- Each GFM layer in the main network adjusts the intermediate features input to the GFM layer according to the corresponding adjustment parameters, which can be expressed as formula (1):
- xi represents the i-th intermediate feature input to the GFM layer
- GFM(xi ) represents the adjustment result of the GFM layer on the input intermediate feature xi according to the adjustment parameters ( ⁇ , ⁇ ).
- the optimization model uses the color conditional network to extract the color feature information of the image to be processed as prior information, which is used to adjust the intermediate features in the main network, so that the optimization model can be based on the color prior feature information of different images to be processed. Adaptively outputting the initial optimized image corresponding to the image to be processed can avoid artificial artifacts in the initial optimized image.
- the target type optimization process may also be performed on the image to be processed through a color lookup table or a traditional digital image processing method to obtain an initial optimized image.
- the initial optimized image obtained by the method described in the above embodiment has higher color richness, contrast or sharpness, but in the process of optimizing the image to be processed, the edge texture information of the initially optimized image and the information in the highlighted part may be lost. Therefore, in order to ensure the quality of the initial optimized image, it is necessary to perform further processing on the initial optimized image to compensate for the detail information of the initial optimized image and the missing content information of the highlighted area.
- image enhancement technology can be used to adjust the original image to better reflect the real environment.
- the visual information in the image may be used for later image analysis and processing.
- the initial optimization image may be enhanced using a neural network-based method, or local enhancement may be performed on the initial optimization image through a conventional digital image processing method.
- a method based on a neural network is taken as an example to introduce an exemplary local enhancement process of an initially optimized image.
- the local enhancement model provided by the present application is shown in FIG. 3 .
- the local enhancement model includes a downsampling module, an upsampling module and multiple residual networks arranged between the downsampling module and the upsampling module.
- the down-sampling module includes at least one set of alternately arranged first convolutional layers (Conv1) and first activation layers (ReLU1)
- the up-sampling module includes up-sampling layers and at least one set of alternately arranged second activation layers (Conv2) and a second convolutional layer (ReLU2).
- the upsampling layer may be a pixel reorganization layer (Pixel shuffle).
- the residual network includes a third convolutional layer (Conv3), an activation layer, a fourth convolutional layer (Conv4) and skip connections.
- Conv3 convolutional layer
- Conv4 convolutional layer
- the first image feature input to the residual network is sequentially processed by the first convolutional layer, the activation layer and the second convolutional layer to obtain the second image feature, which is connected to The first image feature is fused with the second image, and the fusion result is used as the input of the next layer.
- the activation layer can be a nonlinear activation function ReLU.
- the initial optimized image is input into the local enhancement model to enhance the edge texture detail information of the initial optimized image to obtain an enhanced image.
- a deep learning method may be used to compensate the information of the overexposed area by using a trained neural network model.
- the embodiment of the present application provides a compensation model, input the enhanced image and the over-exposed mask image (Over-exposed mask) of the image to be processed into the trained compensation model, and the highlighted area of the enhanced image Make information compensation.
- the compensation model includes a generator. Specifically, the enhanced image is input into the trained generator for processing to obtain the global exposure information, and the overexposure information of the highlighted area is determined according to the overexposure mask image of the image to be processed and the global exposure information, and the overexposure information is used to The highlighted area is compensated to obtain a compensated image.
- the overexposure mask image of the image to be processed can be obtained by formula (2), namely:
- I mask (x, y) represents the pixel value of the pixel point of the overexposure mask image at (x, y);
- I S (x, y) represents the image to be processed at (x, y ) is the pixel value of the pixel at the position;
- ⁇ is the preset overexposure threshold, which is used to control the overexposure degree of the image to be processed, and the corresponding value can be set according to actual needs.
- the highlight area in the image to be processed can be determined according to the pixel values of the pixels in the overexposure mask image.
- the generator can be a neural network structure containing any convolutional layer, which is used to obtain global exposure information from the enhanced image.
- the structure of the generator (Generator) provided by the present application is shown in Figure 4, the generator includes: a plurality of down-sampling modules connected in sequence and a plurality of up-sampling modules corresponding to a plurality of up-sampling modules .
- the down-sampling module includes a convolution layer and a down-sampling layer (DownSample)
- the up-sampling module includes an up-sampling layer (UpSample) and a convolution layer.
- the enhanced image is input into the trained generator, and the global exposure information can be obtained from the enhanced image.
- the overexposure information of the highlighted area is determined according to the overexposure mask image of the image to be processed and the global exposure information, and the overexposure information is used to compensate the highlighted area to obtain a compensated image, which specifically includes: The information is multiplied pixel by pixel with the overexposure mask image to obtain the overexposure information of the highlighted area; the overexposure information is added to the enhanced image to obtain the compensated image.
- This process can be expressed as formula (3):
- I H I mask ⁇ G(I LE )+I LE (3)
- I H represents the compensated image
- I mask represents the overexposure mask image
- I LE represents the enhanced image
- G(I LE ) represents the overexposure information of the highlighted area obtained after the generator processes the enhanced image.
- the image processing method provided in this application utilizes an optimization model to perform target type optimization processing on the image to be processed to obtain an initial optimized image.
- the local enhancement model can be used for enhancement processing, and the lost texture detail information can be reconstructed to obtain an enhanced image.
- the global exposure information is extracted from the enhanced image, and the overexposure information of the highlighted area of the enhanced image is determined through the overexposure mask image of the image to be processed. After the overexposure information is fused with the enhanced image, the lack of highlighted parts of the enhanced image can be compensated. content information.
- the image to be processed is optimized by connecting multiple neural network models in series to compensate for the lost information, and the highlighted area of the final optimized image (that is, the compensated image) has more features than the highlighted area of the initial optimized image.
- the edge texture information is also richer, which can avoid artifacts and color deviation in the optimized image, and improve the quality of the optimized image in the image optimization processing task.
- the optimization model, local enhancement model and compensation model provided by this application are all universal. On the one hand, these three types of models can be used to perform corresponding tasks independently. Specifically, the optimization model can be applied to any task that requires color optimization or color conversion of an image to be processed or a video frame to be processed.
- the local enhancement model can be applied to any task that needs to enhance the texture detail information of images or video frames.
- the compensation model can be applied to any task that needs to compensate the content information of the highlighted regions of the image or video frame.
- the optimization model can be connected in series with any one of the local enhancement model and the compensation model, and the details of the initial optimized image or the information of the highlighted area obtained in the image optimization task (such as color optimization or color conversion) can be respectively processed.
- the optimization model, local enhancement model and compensation model can also be connected in series, so that the local enhancement model and compensation model can carry out detailed information and high Compensation for bright area information.
- Image processing tasks include image editing, image retouching and toning, image coloring, SDR (Standard Dynamic Range) video conversion to HDR (High Dynamic Range) video, image denoising, image super-resolution processing, etc.
- FIG. 5 is a schematic diagram showing ranges of HDR and SDR color gamuts.
- BT.709 and BT.2020 are TV parameter standards issued by ITU (International Telecommunication Union)
- DCI-P3 is a color gamut standard formulated by the American film industry for digital cinema. It can be seen from Figure 5 that BT.2020 has the largest color gamut among DCI-P3, BT.709 and BT.2020, followed by DCI-P3, and BT.709 has the smallest color gamut. .
- HDR video uses the BT.709 color gamut
- HDR video uses the wider BT.2020 color gamut or DCI-P3 color gamut.
- the HDR video can show higher contrast and richer colors than the SDR video.
- a common video conversion method is to convert SDR data into HDR data through image coding technology, so that the HDR data can be played on the HDR terminal device.
- a super-resolution conversion method is required to convert the low-resolution SDR video content into high-resolution HDR video content conforming to the HDR video standard.
- Existing video conversion methods have high computational cost, and part of the detail information will be lost in the converted HDR video. If the exposure of the SDR video content is too high, the information in some highlighted areas is not easy to be extracted. If the overexposed SDR video content is processed according to the optimal processing method for the normal exposure image, the content information of some highlighted areas will be lost in the HDR video, thereby affecting the quality of the video.
- the image processing method provided by this application uses the optimization model, the local enhancement model and the compensation model to directly process the SDR video frame, convert the SDR video frame into an HDR video frame, and analyze the details of the HDR video frame. Information and content information in the brightness area are further enhanced to avoid artifacts and color deviation in HDR video.
- the optimized initial model, local enhanced initial model and compensated initial model can be trained by designing corresponding training sets and loss functions, so as to obtain optimized models and local enhanced models suitable for different tasks. and compensation models.
- the network structure of the optimized initial model is the same as that of the optimized model shown in Figure 2.
- the training process of optimizing the initial model is as follows:
- Step 1 obtain the training set.
- the training set may include multiple SDR video frame samples and HDR video frame samples corresponding to the multiple SDR video frame samples one-to-one.
- an SDR video sample and its corresponding HDR video sample are acquired first.
- SDR video samples and corresponding HDR video samples can be obtained 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 respectively subjected to frame sampling processing to obtain multiple SDR video frame samples, and to align with multiple SDR video frame samples in timing and space.
- SDR video frame samples correspond to HDR video frame samples one-to-one.
- Step 2 using the training set and the preset loss function to train the optimized initial model to obtain the optimized model.
- the SDR video frame samples After building the optimized initial model, input the SDR video frame samples into the main network of the optimized initial model. Multiple SDR video frame samples are down-sampled to obtain multiple low-resolution images, and the low-resolution images are input into the color condition network of the optimized initial model to obtain adjustment parameters to adjust the HDR video predicted by the optimized initial model frame.
- the preset loss function f 1 is used to describe the HDR video frame predicted by the optimized initial model L2 loss with HDR video frame sample H. It can be expressed as formula (4):
- the optimized initial model can be iteratively trained by the gradient descent method until the model converges, and the trained optimized model can be obtained.
- the structure of the local enhancement initial model is the same as that of the local enhancement model shown in Fig. 3.
- the training process of the local enhanced initial model is as follows:
- Step 1 obtain the training set.
- the SDR video samples and their corresponding HDR video samples are obtained.
- the SDR video samples and their corresponding HDR video samples are subjected to frame sampling processing to obtain multiple SDR video frame samples and HDR video frame samples corresponding to the multiple SDR video frame samples in time sequence and space.
- the SDR video frame sample For each SDR video frame sample, the SDR video frame sample can be input into the trained optimization model provided by this application or other trained neural network models for HDR conversion processing, or the SDR video frame sample can be processed through the color lookup table An HDR conversion process is performed to convert the SDR video frame samples into initial optimized image samples, which are actually image samples of HDR data. Therefore, when training the local enhanced initial model, the training set includes a plurality of training samples, and each training sample includes an initial optimization image sample and an HDR video frame sample corresponding to the SDR video frame sample.
- Step 2 Use the training set and the preset loss function to train the local enhancement initial model to obtain the local enhancement model.
- the initial optimized image sample in the training sample For each training sample in the training set, input the initial optimized image sample in the training sample into the local enhanced initial model as shown in Figure 3 for training. Specifically, the detailed information of the initial optimized image sample is enhanced through the down-sampling module, multiple residual networks and up-sampling module in sequence to obtain a predicted enhanced image. According to the predicted enhanced image and the HDR video frame samples corresponding to the initial optimized image samples, the loss function is iteratively trained until the model converges, and a local enhanced model is obtained.
- an L2 loss function may be used, and a gradient descent method may be used to iteratively train the loss function.
- the generator in the compensation initial model can be trained by constructing a generative adversarial network. Use the preset loss function and training set to conduct confrontation training on the generative confrontation network to obtain the generator.
- the training set includes enhanced image samples, overexposure mask image samples and compensation image samples corresponding to a plurality of image samples to be processed.
- the compensation initial model provided by this application is shown in Figure 6. The model includes the initial model of the generator and the discriminator, and the initial model of the generator and the discriminator constitute a generative confrontation network.
- the process of training the compensated inception model is as follows:
- Step 1 obtain the training set.
- the SDR video samples and their corresponding HDR video samples are obtained.
- the SDR video samples and their corresponding HDR video samples are subjected to frame sampling processing to obtain multiple SDR video frame samples and HDR video frame samples corresponding to the multiple SDR video frame samples in time sequence and space.
- HDR conversion can be performed on the SDR video frame sample through a trained optimization model or color lookup table or other trained neural network models to obtain an initial optimized image sample, and use The trained local enhancement model or other trained neural network models perform enhancement processing on the detailed information of the initial optimized image sample to obtain corresponding enhanced image samples.
- the above formula (2) can also be used to obtain the overexposure mask image samples corresponding to the SDR video frame samples. Therefore, when training the compensation initial model, the training set includes a plurality of training samples, and each training sample includes an enhanced image sample corresponding to the SDR video frame sample, an overexposure mask image sample, and an HDR video frame sample.
- Step 2 Input the enhanced image samples and the overexposure mask image samples in the training set to the compensation initial model for processing to obtain the predicted image.
- the enhanced image samples in the training sample are input into the initial model of the generator for processing to obtain global exposure information.
- the overexposure information of the highlighted area is obtained.
- the overexposure information is fused with the enhanced image samples to obtain the predicted image.
- Step 3 Input the predicted image and the corresponding HDR video frame samples into the discriminator for iterative training to obtain the compensation model.
- the prediction image and the corresponding HDR video frame sample in the training sample are input into the discriminator for processing, and the discrimination result of the training sample is obtained.
- the initial compensation model is iteratively trained to obtain the trained compensation model.
- the preset loss function L provided by the embodiment of the present application can be expressed as formula (5):
- L 1 represents absolute error loss
- L p represents perceptual loss
- L GAN represents generative confrontation loss
- I GT represents HDR video frame samples (i.e. compensated image samples)
- I H represents predicted images
- Output ⁇ , ⁇ , and ⁇ are all hyperparameters.
- the gradient descent method can be used for training.
- the preset loss function meets certain requirements, it means that the model has converged, that is, the compensation initial model has been trained and the compensation model is obtained.
- the trained optimization model, local enhancement model and compensation model can convert SDR video to HDR video.
- Fig. 7 is a flow chart of converting SDR video into HDR video provided by the embodiment of the present application. Specifically, frame extraction processing is performed on the SDR video to be processed to obtain an SDR video frame. For each SDR video frame, the SDR video frame is input into the trained optimization model for HDR conversion processing, that is, the SDR video frame is converted into HDR data to obtain the initial optimized image. The texture detail information of the initial optimized image is enhanced through the trained local enhancement model to obtain the enhanced image. According to the overexposure mask image of the SDR video frame, the trained compensation model is used to compensate the content information of the highlighted area of the enhanced image to obtain the final compensated image. Combine the compensated images corresponding to each SDR video frame to obtain the HDR video corresponding to the SDR video to be processed.
- 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.
- Fig. 8 is an example of an optimized image obtained after processing the same picture with each model listed in Table 1. From the two examples listed in FIG. 8, it can be seen that using the method provided by the present application to optimize the image based on multiple models in series, the optimization effect in the over-color area is obviously better.
- the method provided by this application for optimizing the image to be processed by connecting multiple deep learning models in series can reduce the loss of information in the process of optimizing the image, and can obviously improve the quality of the optimized image compared with the existing technology .
- an embodiment of the present application also provides an image processing device.
- the device 400 includes: an optimization unit 401, which is configured to use the trained optimization model to perform target type optimization processing on the image to be processed to obtain an initial optimized image.
- the enhancement unit 402 is configured to perform local enhancement processing on the initial optimized image through the trained local enhancement model to obtain an enhanced image.
- the compensation unit 403 is configured to input the enhanced image and the overexposure mask image of the image to be processed into the trained compensation model for processing, and perform information compensation on the highlighted area of the enhanced image to obtain a compensated image, the overexposure mask image Indicates highlighted areas.
- the local enhancement model includes: a downsampling module, an upsampling module, and multiple residual networks arranged between the downsampling module and the upsampling module.
- the method for determining the pixel value of the pixel in the overexposure mask image includes: according to the formula Determine the pixel value of the pixel in the overexposure mask image, where I mask (x, y) represents the pixel value of the pixel in the overexposure mask image at (x, y), and I s (x, y) represents The pixel value of the pixel point of the image to be processed located at (x, y), ⁇ represents the preset overexposure threshold.
- the compensation model includes a generator; input the enhanced image and the overexposure mask image of the image to be processed into the trained compensation model, and perform information compensation on the highlighted area of the enhanced image, including: input the enhanced image to Process in the trained generator to obtain global exposure information; determine the overexposure information of the highlighted area according to the overexposure mask image of the image to be processed and the global exposure information; use the overexposure information to compensate the highlighted area to obtain compensation image.
- the optimized initial model, the local enhanced initial model and the compensated initial model are respectively trained to obtain corresponding optimized models, local enhanced models and compensation models.
- the training method of the generator includes: constructing a generation confrontation network, the generation confrontation network includes an initial model of the generator and a discriminator; using a preset loss function and a training set to perform confrontation training on the generation confrontation network to obtain the generator, Among them, the training set includes enhanced image samples, overexposure mask image samples and compensation image samples corresponding to multiple image samples to be processed; the loss function is used to describe the absolute error loss value between the compensation image sample and the predicted image, the compensation image The comprehensive loss value of the perceptual loss value between the sample and the predicted image and the discriminator loss value of the predicted image; the predicted image means that the enhanced image sample is processed by the initial model of the generator, multiplied by the overexposure mask image sample, and then The resulting image overlaid with the augmented image sample.
- target type optimization processing refers to HDR conversion processing
- the image to be processed is a video frame obtained by extracting frames from the SDR video, and each video frame in the SDR video is sequentially processed by an optimization model, a local enhancement model and a compensation model The compensated image that is outputted later is combined to obtain the HDR video corresponding to the SDR video.
- a terminal device 500 in this embodiment includes: a processor 501 , a memory 502 , and a computer program 504 stored in the memory 502 and operable on the processor 501 .
- the computer program 504 can be run by the processor 501 to generate instructions 503 , and the processor 501 can implement the steps in the above embodiments of the image color optimization method according to the instructions 503 .
- the processor 501 executes the computer program 504
- the functions of the modules/units in the above-mentioned device embodiments are implemented, for example, the functions of the unit 401 and the unit 402 shown in FIG. 9 .
- the computer program 504 can be divided into one or more modules/units, and one or more modules/units are stored in the memory 502 and executed by the processor 501 to complete the present application.
- 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 504 in the terminal device 500 .
- FIG. 10 is only an example of the terminal device 500, and does not constitute a limitation to the terminal device 500. It may include more or less components than those shown in the figure, or combine certain components, or different components. , for example, the terminal device 600 may also include an input and output device, a network access device, a bus, and the like.
- the processor 501 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), on-site 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 502 may be an internal storage unit of the terminal device 500 , such as a hard disk or memory of the terminal device 500 .
- the memory 502 can also be an external storage device of the terminal device 500, such as a plug-in hard disk equipped on the terminal device 500, a smart memory card (Smart Media Card, SMC), a secure digital (Secure Digital, SD) card, a flash memory card (Flash Card) and so on. Further, the memory 502 may also include both an internal storage unit of the terminal device 500 and an external storage device.
- the memory 502 is used to store computer programs and other programs and data required by the terminal device 500 .
- the memory 502 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.
- 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.
- 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.
- the features defined as “first” and “second” may explicitly or implicitly include at least one of these features.
- 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
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (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 |
| 串联模型 | 37.2M | 37.21 | 0.9699 | 0.9968 | 9.11 | 8.569 |
Claims (10)
- 一种图像处理方法,其特征在于,包括:利用已训练的优化模型对待处理图像进行目标类型优化处理,得到初始优化图像;通过已训练的局部增强模型对所述初始优化图像进行局部增强处理,得到增强图像;将所述增强图像和所述待处理图像的过曝掩模图像输入到已训练的补偿模型中进行处理,对所述增强图像的高亮区域进行信息补偿,得到补偿图像,所述过曝掩模图像指示所述高亮区域。
- 根据权利要求1所述的方法,其特征在于,所述局部增强模型包括:下采样模块、上采样模块以及设置在所述下采样模块和所述上采样模块之间的多个残差网络。
- 根据权利要求1所述的方法,其特征在于,所述补偿模型包括生成器;所述将所述增强图像和所述待处理图像的过曝掩模图像输入到已训练的补偿模型中,对所述增强图像的高亮区域进行信息补偿,包括:将所述增强图像输入到已训练的所述生成器中进行处理,得到全局曝光信息;根据所述待处理图像的过曝掩模图像和所述全局曝光信息确定所述高亮区域的过曝光信息;利用所述过曝光信息对所述高亮区域进行补偿,得到所述补偿图像。
- 根据权利要求1所述的方法,其特征在于,分别对优化初始模型、局部增强初始模型和补偿初始模型进行训练,得到对应的所述优化模型、所述局部增强模型和所述补偿模型。
- 根据权利要求4所述的方法,其特征在于,所述生成器的训练方法包括:构建生成对抗网络,所述生成对抗网络包括所述生成器的初始模型和判别器;利用预设的损失函数和训练集对所述生成对抗网络进行对抗训练,得到所述生成器,其中,训练集包括与多个待处理图像样本对应的增强图像样本、过曝掩模图像样本和补偿图像样本;所述损失函数用于描述所述补偿图像样本与预测图像之间的绝对误差损失值、所述补偿图像样本与所述预测图像之间的感知损失值和所述预测图像的判别器损失值的综合损失值;所述预测图像是指所述增强图像样本经过所述生成器的初始模型处理后,与所述过曝掩模图像样本相乘,再与所述增强图像样本叠加得到的图像。
- 根据权利要求1至6任一项所述的方法,其特征在于,所述目标类型优化处理是指HDR转换处理,所述待处理图像为从SDR视频中抽帧得到的视频帧,所述SDR视频中的每一帧视频帧依次经过所述优化模型、所述局部增强模型和所述补偿模型处理后输出的所述补偿图像,经过合帧后得到与所述SDR视频对应的HDR视频。
- 一种图像处理装置,其特征在于,包括:优化单元,用于利用已训练的优化模型对待处理图像进行目标类型优化处理,得到初始优化图像;增强单元,用于通过已训练的局部增强模型对所述初始优化图像进行局部增强处理,得到增强图像;补偿单元,用于将所述增强图像和所述待处理图像的过曝掩模图像输入到已训练的补偿模型中进行处理,对所述增强图像的高亮区域进行信息补偿,得到补偿图像,所述过曝掩模图像指示所述高亮区域。
- 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至7任一项所述的方法。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至7 任一项所述的方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110882192.3 | 2021-08-02 | ||
| CN202110882192.3A CN113781320B (zh) | 2021-08-02 | 2021-08-02 | 一种图像处理方法、装置、终端设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023010754A1 true WO2023010754A1 (zh) | 2023-02-09 |
Family
ID=78836457
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/138137 Ceased WO2023010754A1 (zh) | 2021-08-02 | 2021-12-15 | 一种图像处理方法、装置、终端设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN113781320B (zh) |
| WO (1) | WO2023010754A1 (zh) |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116245849A (zh) * | 2023-03-09 | 2023-06-09 | 东软睿驰汽车技术(沈阳)有限公司 | 一种具有高分析价值的图片确定方法、装置及设备 |
| CN116580269A (zh) * | 2023-07-13 | 2023-08-11 | 荣耀终端有限公司 | 训练模型的方法、处理图像的方法、电子设备及存储介质 |
| CN116778095A (zh) * | 2023-08-22 | 2023-09-19 | 苏州海赛人工智能有限公司 | 一种基于人工智能的三维重建方法 |
| CN116778379A (zh) * | 2023-06-06 | 2023-09-19 | 中国工商银行股份有限公司 | 异常视频的识别方法及其装置、电子设备及存储介质 |
| CN118799561A (zh) * | 2024-09-12 | 2024-10-18 | 中国人民解放军海军航空大学 | 一种海上目标sar图像预处理方法 |
| CN119205573A (zh) * | 2024-07-15 | 2024-12-27 | 南京航空航天大学 | 一种语义引导的极端过曝图像修复方法 |
| CN119517047A (zh) * | 2023-08-22 | 2025-02-25 | 广州视源电子科技股份有限公司 | 音频丢包补偿模型的训练方法、装置和计算机设备 |
| CN120655531A (zh) * | 2025-05-26 | 2025-09-16 | 合肥工业大学 | 针对红外视频去噪的时空特征增强方法 |
| CN120807317A (zh) * | 2025-09-10 | 2025-10-17 | 合肥中科类脑智能技术有限公司 | 数据增强方法、装置及计算机可读存储介质、电子设备 |
| CN120878151A (zh) * | 2025-07-16 | 2025-10-31 | 深圳大学 | 风格引导与时序补偿的低光医学视频增强方法、系统、设备及介质 |
Families Citing this family (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113781320B (zh) * | 2021-08-02 | 2025-07-22 | 中国科学院深圳先进技术研究院 | 一种图像处理方法、装置、终端设备及存储介质 |
| CN113920493B (zh) * | 2021-12-15 | 2022-04-05 | 深圳佑驾创新科技有限公司 | 遗落物品的检测方法、装置、设备及存储介质 |
| CN114494063B (zh) * | 2022-01-25 | 2023-04-07 | 电子科技大学 | 一种基于生物视觉机制的夜间交通图像增强方法 |
| CN115082358B (zh) * | 2022-07-21 | 2022-12-09 | 深圳思谋信息科技有限公司 | 图像增强方法、装置、计算机设备和存储介质 |
| CN115375591A (zh) * | 2022-08-29 | 2022-11-22 | 苏州市科远软件技术开发有限公司 | 图像增强方法、系统、设备及存储介质 |
| CN115393241B (zh) * | 2022-09-26 | 2025-08-15 | 四川大学华西医院 | 医学图像增强方法、装置、电子设备及可读存储介质 |
| CN115619666A (zh) * | 2022-10-11 | 2023-01-17 | Oppo广东移动通信有限公司 | 图像处理方法、图像处理装置、存储介质与电子设备 |
| CN116188296A (zh) * | 2022-12-22 | 2023-05-30 | 广州方硅信息技术有限公司 | 图像优化方法及其装置、设备、介质、产品 |
| CN115953333A (zh) * | 2023-03-15 | 2023-04-11 | 杭州魔点科技有限公司 | 一种动态背光补偿方法和系统 |
| CN119359555B (zh) * | 2024-10-09 | 2025-07-01 | 山东省经纬工程测绘勘察院有限公司 | 一种遥感测绘图像增强处理方法 |
| CN119784647B (zh) * | 2024-12-31 | 2026-01-23 | 南开大学 | 极端过曝图像修复方法、系统、介质、程序产品及设备 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105100637A (zh) * | 2015-08-31 | 2015-11-25 | 联想(北京)有限公司 | 一种图像处理方法及电子设备 |
| CN106791471A (zh) * | 2016-12-29 | 2017-05-31 | 宇龙计算机通信科技(深圳)有限公司 | 图像优化方法、图像优化装置和终端 |
| CN108648163A (zh) * | 2018-05-17 | 2018-10-12 | 厦门美图之家科技有限公司 | 一种人脸图像的增强方法及计算设备 |
| US20210150681A1 (en) * | 2019-11-18 | 2021-05-20 | Shinyfields Limited | Systems and Methods for Selective Enhancement of Objects in Images |
| CN113781320A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种图像处理方法、装置、终端设备及存储介质 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107635102B (zh) * | 2017-10-30 | 2020-02-14 | Oppo广东移动通信有限公司 | 高动态范围图像曝光补偿值获取方法和装置 |
| CN109345485B (zh) * | 2018-10-22 | 2021-04-16 | 北京达佳互联信息技术有限公司 | 一种图像增强方法、装置、电子设备及存储介质 |
| CN112348747A (zh) * | 2019-08-08 | 2021-02-09 | 苏州科达科技股份有限公司 | 图像增强方法、装置及存储介质 |
| CN111713095A (zh) * | 2019-08-14 | 2020-09-25 | 深圳市大疆创新科技有限公司 | 图像处理方法、装置、图像拍摄设备及移动终端 |
| CN111861940A (zh) * | 2020-07-31 | 2020-10-30 | 中国科学院深圳先进技术研究院 | 一种基于条件连续调节的图像调色增强方法 |
-
2021
- 2021-08-02 CN CN202110882192.3A patent/CN113781320B/zh active Active
- 2021-12-15 WO PCT/CN2021/138137 patent/WO2023010754A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105100637A (zh) * | 2015-08-31 | 2015-11-25 | 联想(北京)有限公司 | 一种图像处理方法及电子设备 |
| CN106791471A (zh) * | 2016-12-29 | 2017-05-31 | 宇龙计算机通信科技(深圳)有限公司 | 图像优化方法、图像优化装置和终端 |
| CN108648163A (zh) * | 2018-05-17 | 2018-10-12 | 厦门美图之家科技有限公司 | 一种人脸图像的增强方法及计算设备 |
| US20210150681A1 (en) * | 2019-11-18 | 2021-05-20 | Shinyfields Limited | Systems and Methods for Selective Enhancement of Objects in Images |
| CN113781320A (zh) * | 2021-08-02 | 2021-12-10 | 中国科学院深圳先进技术研究院 | 一种图像处理方法、装置、终端设备及存储介质 |
Cited By (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116245849A (zh) * | 2023-03-09 | 2023-06-09 | 东软睿驰汽车技术(沈阳)有限公司 | 一种具有高分析价值的图片确定方法、装置及设备 |
| CN116778379A (zh) * | 2023-06-06 | 2023-09-19 | 中国工商银行股份有限公司 | 异常视频的识别方法及其装置、电子设备及存储介质 |
| CN116580269A (zh) * | 2023-07-13 | 2023-08-11 | 荣耀终端有限公司 | 训练模型的方法、处理图像的方法、电子设备及存储介质 |
| CN116580269B (zh) * | 2023-07-13 | 2023-09-19 | 荣耀终端有限公司 | 训练模型的方法、处理图像的方法、电子设备及存储介质 |
| CN116778095A (zh) * | 2023-08-22 | 2023-09-19 | 苏州海赛人工智能有限公司 | 一种基于人工智能的三维重建方法 |
| CN116778095B (zh) * | 2023-08-22 | 2023-10-27 | 苏州海赛人工智能有限公司 | 一种基于人工智能的三维重建方法 |
| CN119517047A (zh) * | 2023-08-22 | 2025-02-25 | 广州视源电子科技股份有限公司 | 音频丢包补偿模型的训练方法、装置和计算机设备 |
| CN119205573A (zh) * | 2024-07-15 | 2024-12-27 | 南京航空航天大学 | 一种语义引导的极端过曝图像修复方法 |
| CN118799561A (zh) * | 2024-09-12 | 2024-10-18 | 中国人民解放军海军航空大学 | 一种海上目标sar图像预处理方法 |
| CN120655531A (zh) * | 2025-05-26 | 2025-09-16 | 合肥工业大学 | 针对红外视频去噪的时空特征增强方法 |
| CN120878151A (zh) * | 2025-07-16 | 2025-10-31 | 深圳大学 | 风格引导与时序补偿的低光医学视频增强方法、系统、设备及介质 |
| CN120807317A (zh) * | 2025-09-10 | 2025-10-17 | 合肥中科类脑智能技术有限公司 | 数据增强方法、装置及计算机可读存储介质、电子设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN113781320B (zh) | 2025-07-22 |
| CN113781320A (zh) | 2021-12-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2023010754A1 (zh) | 一种图像处理方法、装置、终端设备及存储介质 | |
| CN113784175B (zh) | 一种hdr视频转换方法、装置、设备及计算机存储介质 | |
| US10861133B1 (en) | Super-resolution video reconstruction method, device, apparatus and computer-readable storage medium | |
| US9501818B2 (en) | Local multiscale tone-mapping operator | |
| WO2023010750A1 (zh) | 一种图像颜色映射方法、装置、终端设备及存储介质 | |
| EP3275190A1 (en) | Chroma subsampling and gamut reshaping | |
| CN106485720A (zh) | 图像处理方法和装置 | |
| US12367565B2 (en) | Efficient inverse tone mapping network for standard dynamic range (SDR) to high dynamic range (HDR) conversion on HDR display | |
| CN113781321B (zh) | 图像高亮区域的信息补偿方法、装置、设备及存储介质 | |
| CN114240767A (zh) | 一种基于曝光融合的图像宽动态范围处理方法及装置 | |
| JP2019165434A (ja) | 減少したクリップ領域を有するhdrイメージを生成する方法及び装置 | |
| CN115330633A (zh) | 图像色调映射方法及装置、电子设备、存储介质 | |
| WO2024097135A1 (en) | High dynamic range video formats with low dynamic range compatibility | |
| CN111860363A (zh) | 一种视频图像的处理方法及装置、电子设备、存储介质 | |
| CN109146780A (zh) | 一种影像质量优化方法、计算机装置及可读存储介质 | |
| CN111226256A (zh) | 用于图像动态范围调整的系统和方法 | |
| EP4511792A1 (en) | Generating hdr image from corresponding camera raw and sdr images | |
| CN110717864B (zh) | 一种图像增强方法、装置、终端设备及计算机可读介质 | |
| Shao et al. | Hybrid conditional deep inverse tone mapping | |
| CN112102166B (zh) | 一种联合超分辨率、色域扩展和逆色调映射方法及设备 | |
| CN107220934B (zh) | 图像重建方法及装置 | |
| Gehlot et al. | Deep Restoration of Archival Videos: Developments, Challenges, and Opportunities | |
| US20240320796A1 (en) | Video processing method, video processing apparatus, electronic device and computer readable storage medium | |
| Kim et al. | Efficient-HDRTV: Efficient SDR to HDR Conversion for HDR TV | |
| WO2023010753A1 (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: 21952617 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: 21952617 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: 21952617 Country of ref document: EP Kind code of ref document: A1 |
