WO2023174355A1 - 视频的超分辨率方法及装置 - Google Patents
视频的超分辨率方法及装置 Download PDFInfo
- Publication number
- WO2023174355A1 WO2023174355A1 PCT/CN2023/081794 CN2023081794W WO2023174355A1 WO 2023174355 A1 WO2023174355 A1 WO 2023174355A1 CN 2023081794 W CN2023081794 W CN 2023081794W WO 2023174355 A1 WO2023174355 A1 WO 2023174355A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- image
- image block
- backward
- pool
- super
- 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
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4053—Scaling of whole images or parts thereof, e.g. expanding or contracting based on super-resolution, i.e. the output image resolution being higher than the sensor resolution
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4046—Scaling of whole images or parts thereof, e.g. expanding or contracting using neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/246—Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
-
- 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/20021—Dividing image into blocks, subimages or windows
-
- 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]
Definitions
- the present disclosure relates to the field of image processing technology, and in particular, to a video super-resolution method and device.
- Video super-resolution technology also known as video super-resolution technology, is a technology that restores high-resolution video from low-resolution video. Since video super-resolution business has become a key business in video quality enhancement, video super-resolution technology is one of the current research hotspots in the field of image processing.
- video super-resolution network models based on deep learning neural networks have achieved many breakthroughs, including better super-resolution effects and better real-time performance.
- mainstream video super-resolution network models take advantage of the fact that most image frames of the video are in motion. When super-resolving each image frame in the video, its neighboring image frames can provide a large amount of time domain information. , for the video super-resolution network model to perform super-resolution on the current image frame.
- embodiments of the present disclosure provide a video super-resolution method, including:
- a super-resolution image frame corresponding to the target image frame is obtained.
- embodiments of the present disclosure provide a video super-resolution device, including:
- the image decomposition module is used to decompose the target image frame of the video to be super-resolved into multiple image blocks;
- a feature acquisition module configured to acquire the super-resolution features of the target image frame based on the plurality of image blocks and image blocks obtained by decomposing other image frames in the video to be super-resolved;
- An image generation module configured to obtain a super-resolution image frame corresponding to the target image frame according to the super-resolution feature of the target image frame.
- embodiments of the present disclosure provide an electronic device, including: a memory and a processor, the memory is used to store a computer program; the processor is used to cause the electronic device to implement the first step when calling the computer program.
- a memory and a processor the memory is used to store a computer program; the processor is used to cause the electronic device to implement the first step when calling the computer program.
- embodiments of the present disclosure provide a computer-readable storage medium, which when the computer program is executed by a computing device, causes the computing device to implement the first aspect or any optional implementation of the first aspect.
- embodiments of the present disclosure provide a computer program product.
- the computer program product When the computer program product is run on a computer, the computer implements the method described in the first aspect or any optional implementation manner of the first aspect. Super-resolution methods for video.
- Figure 1 is a step flow chart of a video super-resolution method provided by an embodiment of the present disclosure
- Figure 2 is a schematic diagram of image blocks obtained by decomposing image frames according to an embodiment of the present disclosure
- Figure 3 is a second flowchart of a video super-resolution method provided by an embodiment of the present disclosure
- Figure 4 is the third flow chart of the video super-resolution method provided by the embodiment of the present disclosure.
- Figure 5 is one of the structural schematic diagrams of a video super-resolution network provided by an embodiment of the present disclosure
- Figure 6 is a second flowchart of a video super-resolution method provided by an embodiment of the present disclosure.
- Figure 7 is one of the schematic diagrams of an image block sequence provided by an embodiment of the present disclosure.
- Figure 8 is one of the schematic diagrams of the backward feature acquisition module provided by an embodiment of the present disclosure.
- Figure 9 is a second schematic diagram of the backward feature acquisition module provided by an embodiment of the present disclosure.
- Figure 10 is the third flowchart of the video super-resolution method provided by the embodiment of the present disclosure.
- Figure 11 is a second schematic diagram of an image block sequence provided by an embodiment of the present disclosure.
- Figure 12 is one of the schematic diagrams of the forward feature acquisition module provided by an embodiment of the present disclosure.
- Figure 13 is a second schematic diagram of the forward feature acquisition module provided by an embodiment of the present disclosure.
- Figure 14 is a second structural schematic diagram of a video super-resolution network provided by an embodiment of the present disclosure.
- Figure 15 is a schematic diagram of a video super-resolution device provided by an embodiment of the present disclosure.
- Figure 16 is a schematic diagram of a video super-resolution device provided by an embodiment of the present disclosure.
- Figure 17 is a schematic diagram of the hardware structure of an electronic device provided by an embodiment of the present disclosure.
- words such as “first” and “second” are used to describe the same or similar items that have basically the same functions and effects.
- words such as “first” and “second” do not limit the quantity and execution order.
- the first feature image set and the second feature image set are only for distinguishing different feature image sets, rather than limiting the order of the feature image sets.
- words such as “exemplary” or “such as” are used to represent examples, illustrations or explanations. Any embodiment or design described as “exemplary” or “such as” in the present disclosure is not intended to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the words “exemplary” or “such as” is intended to present the concept in a concrete manner. Furthermore, in the description of the embodiments of the present disclosure, unless otherwise specified, the meaning of “plurality” means two or more.
- Embodiments of the present disclosure provide a video super-resolution method for improving the super-resolution effect of videos.
- the video super-resolution method provided by the embodiment of the present disclosure includes the following steps:
- the implementation of the above step S11 may include: using a sampling window with a size of one image block and a step size of a preset value. , starting from the first pixel of the target image frame, sampling each position of the target image frame, and treating each sampling area of the sampling window as an image block, thereby decomposing the target image frame into multiple images. piece.
- the target image frame of the video to be super-resolved includes 1024*512 pixels.
- the target image frame of the video to be super-resolved can be The image frame is decomposed into 16*8 image blocks. Each image block includes 72*72 pixels, and there is an overlapping area between adjacent image blocks. The width of the overlapping area is 8 pixels.
- the above step S12 (obtaining the super-resolution features of the target image frame based on the multiple image blocks and image blocks obtained by decomposing other image frames in the video to be super-resolved) includes:
- the super-resolution features of each image block in the plurality of image blocks are obtained respectively, and the super-resolution characteristics of each image block in the plurality of image blocks are obtained.
- Super-resolution features are combined to obtain the super-resolution features of the target image frame.
- the target image frame is the t-th image frame of the video to be super-resolved
- each image frame of the video to be super-resolved is decomposed into N image blocks
- decompose the Image blocks obtained from other image frames in the super-resolution video including: image blocks image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block image block
- the image blocks obtained by decomposing the video target image frame to be super-resolved include: image blocks image block image block Among them, the image block Represents the i-th image block obtained by decomposing the j-th video frame of the video to be super-resolved.
- the above step S13 (obtaining the super-resolution image frame corresponding to the target image frame according to the super-resolution feature of the target image frame) includes:
- the super-resolution features of the target image frame and the features of the target image frame are added and fused to obtain a super-resolution image frame corresponding to the target image frame.
- the video super-resolution method When super-resolving the target image frame of the video to be super-resolved, the video super-resolution method provided by the embodiment of the present disclosure first decomposes the target image frame of the video to be super-resolved into multiple image blocks, and then based on the multiple image blocks. Image blocks and image blocks obtained by decomposing other image frames in the video to be super-resolved are obtained, and the super-resolution features of the target image frame are obtained. Finally, the target image is obtained according to the super-resolution features of the target image frame. The super-resolution image frame corresponding to the frame.
- the super-resolution method can decompose the target image frame of the video to be super-resolved by decomposing
- the image blocks obtained from all other image frames in the video to be super-resolved except the target video frame provide temporal information for the image blocks obtained by decomposing the target video frame, thereby obtaining the super-resolution features of the target image frame.
- embodiments of the present disclosure can use non-adjacent image frames to provide sufficient temporal information for each image block of the target video frame, thereby providing The target video frame provides sufficient temporal information, so embodiments of the present disclosure can improve the super-resolution effect of the video.
- embodiments of the present disclosure provide another video super-resolution method.
- the method includes the following steps:
- the backward feature of any image block is the feature of the image block corresponding to the image block among the image blocks obtained by decomposing the image frame located after the target image frame in the video to be super-resolved.
- the forward feature of any image block is the feature of the image block corresponding to the image block among the image blocks obtained by decomposing the image frame located before the target image frame in the video to be super-resolved.
- the backward features of each of the plurality of image blocks are fused to obtain the backward features of the target image frame.
- the forward features of each of the multiple image blocks are fused to obtain the forward features of the target image frame. feature.
- step S306 (obtaining the super-resolution features of the target image frame based on the backward features and forward features of the target image frame) includes the following steps a and b:
- Step a Merge the backward features and forward features of the target image frame to obtain the merged features of the target image frame.
- the backward features of the target image frame and the forward features of the target image frame can be concatenated in the channel dimension to obtain the merged features of the target image frame.
- Step b Upsample the merged features of the target image frame to obtain the super-resolution features of the target image frame.
- the backward features and forward features of the target image frame can be merged first, and then the merged features can be upsampled to obtain, taking the super-resolution features of the target image frame as an example.
- the backward features and forward features of the target image frame can also be upsampled separately first, and then the upsampling results can be combined to obtain the super-resolution features of the target image frame.
- S307 Obtain the super-resolution image frame corresponding to the target image frame according to the super-resolution feature of the target image frame.
- embodiments of the present disclosure provide another video super-resolution method.
- the method includes the following steps:
- the backward image block pool includes a backward image block corresponding to each image block in the plurality of image blocks; the backward image block corresponding to any image block is decomposed from the to-be-decomposed image block based on a preset selection rule.
- the backward image block pool includes N backward image blocks, and the backward feature pool includes N features;
- the N backward images Blocks correspond to the plurality of image blocks one-to-one, and the N features in the backward feature pool are respectively the features of the N backward image blocks.
- the target image frame is the t-th image frame of the video to be super-resolved
- the image block obtained by the image frame includes: first, determining the difference between the image block and the image block obtained by decomposing the t+1th image frame to the last image frame of the video to be super-resolved. Each image block with the same position is obtained to obtain the first image block set. Then from the first image block collection Select the image block The image patch that provides the most effective temporal information, as an image patch The corresponding backward image patch.
- the forward image block pool includes a forward image block corresponding to each image block in the plurality of image blocks; the forward image block corresponding to any image block is based on a preset selection rule, from decomposing the In the video to be super-resolved, image blocks selected from the image blocks obtained from the image frame before the target image frame; the forward feature pool includes features of each forward image block in the forward image block pool
- the forward image block pool includes N forward image blocks, and the forward feature pool includes N features;
- the N forward images Blocks correspond to the plurality of image blocks one-to-one, and the N features in the forward feature pool are respectively the features of the N forward image blocks.
- select image blocks from the image blocks obtained by decomposing the first image frame to t-1 image frames of the video to be super-resolved may include: first, determining the difference between the image block obtained by decomposing the first image frame to the t-1 image frame of the video to be super-resolved and the image block Each image block with the same position is obtained to obtain the second set of image blocks. Then from the second image block collection Select the image block The image patch that provides the most effective temporal information is used as the image patch The corresponding forward image patch.
- S405 Obtain the forward feature of each image block in the plurality of image blocks according to the forward image block pool and the forward feature pool.
- S406 Obtain the backward characteristics of the target image frame according to the backward characteristics of each of the plurality of image blocks.
- FIG. 5 is a schematic structural diagram of a video super-resolution network used to implement the video super-resolution method in FIG. 4 .
- the video super-resolution network used to implement the video super-resolution method in Figure 4 includes: decomposition module 51, backward image block pool 52, backward feature pool 53, backward feature transfer module 54, forward image block pool 55, forward feature Pool 56, forward feature transfer module 57, processing module 58 and generation module 59.
- the decomposition module 51 is used to decompose the target image frame It of the video to be super-resolved into multiple image blocks.
- the backward image block pool 52 is used to store the backward image block corresponding to each image block in the plurality of image blocks.
- the backward feature pool 53 is used to store the features of each backward image patch.
- the backward feature transfer module 54 is used to perform Backward image blocks in the backward image block pool and features in the backward feature pool Obtain the backward features of the target image frame
- the forward image block pool 55 is used to store the forward image block corresponding to each image block in the plurality of image blocks.
- Forward feature pool 56 is used to store the features of each forward image patch
- the forward feature transfer module 57 is used to perform forward image patch in forward image patch pool and the features in the forward feature pool Obtain the forward features of the target image frame
- the processing module 58 is configured to use backward features of the target image frame and forward features Obtain super-resolution features of the target image frame
- the generation module 59 is used to generate super-resolution features according to the target image frame. Generate a super-resolution image frame O t corresponding to the target image frame.
- step S403 obtaining each image block in the plurality of image blocks based on the backward image block pool and the backward feature pool) backward features
- step S403 obtain each image block in the plurality of image blocks based on the backward image block pool and the backward feature pool) backward features
- the optical flow of any backward image block is the optical flow between the backward image block and the corresponding image block of the backward image block in the plurality of image blocks.
- the implementation of the above step S61 may include the following steps 611 and 612:
- Step 611 Generate a first image block sequence based on the plurality of image blocks, and generate a second image block sequence based on the backward image blocks in the backward image block pool.
- the ordering of any image block in the first image block sequence is the same as the ordering of the backward image block corresponding to the image block in the second image block sequence.
- the embodiment of the present disclosure does not limit the arrangement order of the plurality of image blocks in the first image block sequence, nor does it limit the The order in which the backward image blocks in the backward image block pool are arranged in the second image block is such that the order of any image block in the first image block sequence is the same as the order in which the backward image block corresponding to the image block is located.
- the ordering in the second image block sequence shall be the same.
- the order in the first image block sequence is: The backward image patch in the backward image patch pool
- the order in the second image block sequence is: multiple image blocks
- the ordering of any image block in the first image block sequence is the same as the ordering of the backward image block corresponding to the image block in the second image block sequence.
- Step 612 Input the first image block sequence and the second image block sequence into the optical flow prediction network model, and obtain each backward image block in the backward image block pool according to the output of the optical flow prediction network model. Optical flow to image patches.
- S62 Process the characteristics of each backward image block in the backward feature pool according to the optical flow of each backward image block in the backward image block pool, and obtain the characteristics of each backward image block in the backward image block pool. Alignment features for each backward image patch.
- each backward image block in the backward image block pool the characteristics of each backward image block in the backward feature pool are compared with the corresponding images in the plurality of image blocks.
- the features of the blocks are aligned to obtain the alignment features of each backward image block in the backward image block pool.
- the above step S63 (obtaining the plurality of images based on the alignment characteristics of each backward image block in the backward image block pool and the plurality of image blocks)
- the backward features of each image patch in the patch include:
- Each image block in the plurality of image blocks and the alignment features of the backward image block corresponding to each image block are processed through a residual block (Residual block) to obtain each image in the plurality of image blocks.
- Residual block residual block
- FIG. 6 is a diagram for obtaining the backward features of each image block in the plurality of image blocks according to the backward image block pool and the backward feature pool, and according to the The backward feature of each image block in the plurality of image blocks is a schematic structural diagram of a backward feature acquisition module that obtains the backward feature of the target image frame.
- the backward feature acquisition module includes: optical flow prediction network model 81 , feature alignment module 82, residual block 83 and feature fusion module 84.
- the optical flow prediction network model 81 is based on the backward image blocks in the input backward image block pool. and multiple image blocks obtained by decomposing the target image frame of the video to be super-resolved. Output each of the backward image patch pools Optical flow of backward image blocks
- the feature alignment module 82 is used to calculate the optical flow of each backward image patch in the backward image patch pool. Convert the features of each backward image patch in the backward pooling Aligned with the target image frame, obtain the alignment features of each backward image block in the backward image block pool
- Residual block 83 is used to align features of each backward image patch according to the backward image patch pool. and the plurality of image blocks Obtain the backward features of each image block in the plurality of image blocks
- the feature fusion module 84 is used to fuse the backward features of each of the plurality of image blocks. Generate backward features of the target image frame
- the video super-resolution method provided by the embodiment of the present disclosure also includes:
- the backward image block pool and the backward feature pool are updated according to the plurality of image blocks and backward features of each of the plurality of image blocks.
- the backward image block pool and the backward image block pool are configured according to the plurality of image blocks and the backward characteristics of each image block in the plurality of image blocks.
- An implementation method for updating the feature pool includes the following steps 1) and 2):
- Step 1) determine whether the absolute value of the optical flow of each backward image block in the backward image block pool is greater than a preset threshold
- step 1) if the absolute value of the optical flow of the first backward image block in the backward image block pool is greater than the preset threshold, the following step 2) is performed.
- Step 2) replace the first backward image block in the backward image block pool with the image block corresponding to the first backward image block in the plurality of image blocks, and replace the backward image block with the corresponding image block in the plurality of image blocks.
- the features of the first backward image block in the backward feature pool are replaced with backward features of corresponding image blocks of the first backward image block in the plurality of image blocks.
- Figure 9 shows that the backward feature acquisition module is also used to obtain the backward image block according to the plurality of image blocks and the backward characteristics of each image block in the plurality of image blocks.
- the module used to implement the backward feature acquisition includes: optical flow prediction network model 81, feature alignment module 82, residual block 83, feature fusion module 84 and update module 85.
- the update module 85 is used to update the image blocks according to the and the backward features of each image patch in the plurality of image patches
- the backward image block pool and the backward feature pooling Updated to backward image block pooling and backward feature pooling and pool the backward image blocks and backward feature pooling As backward image patch pooling and backward feature pooling when processing the previous image frame of the super-resolution video.
- step S405 obtaining each image block in the plurality of image blocks based on the forward image block pool and the forward feature pool) forward features
- step S405 obtain each image block in the plurality of image blocks based on the forward image block pool and the forward feature pool) forward features
- the optical flow of any forward image block is the optical flow between the forward image block and the corresponding image block of the forward image block in the plurality of image blocks.
- the implementation of the above step S81 may include the following steps 1011 and 1012:
- Step 1011 Generate a third image block sequence based on the plurality of image blocks, and generate a fourth image block sequence based on the forward image blocks in the forward image block pool.
- the ordering of any image block in the third image block sequence is the same as the ordering of the forward image block corresponding to the image block in the fourth image block sequence.
- the arrangement order of the plurality of image blocks in the third image block sequence is not limited, nor is the arrangement order of the forward image blocks in the forward image block pool in the fourth image block.
- the ordering of any image block in the third image block sequence shall be the same as the ordering of the forward image block corresponding to the image block in the fourth image block sequence.
- multiple image blocks The order in the third image block sequence is: Forward image blocks in the forward image block pool
- the order in the fourth image block sequence is: multiple image blocks
- the ordering of any image block in the third image block sequence is the same as the ordering of the forward image block corresponding to the image block in the fourth image block sequence.
- Step 1012 Input the third image block sequence and the fourth image block sequence into the optical flow prediction network model, and obtain each of the forward image block pools according to the output of the optical flow prediction network model. Optical flow for forward image patches.
- each forward image block in the forward image block pool process the characteristics of each forward image block in the forward feature pool to obtain the features in the forward image block pool. Alignment features of each forward image patch.
- each forward image block in the forward image block pool the characteristics of each forward image block in the forward feature pool are compared with the corresponding images in the plurality of image blocks.
- the features of the blocks are aligned, thereby obtaining the alignment features of each forward image block in the forward image block pool.
- the above step S83 (according to the alignment characteristics of each forward image block in the forward image block pool and the multiple image blocks, obtain the multiple images
- the forward features of each image patch in the patch include:
- each image block in the plurality of image blocks and the alignment feature of the forward image block corresponding to each image block are processed to obtain each of the plurality of image blocks. Forward features of image patches.
- FIG. 12 is used to obtain the forward features of each image block in the plurality of image blocks according to the forward image block pool and the forward feature pool, and according to the A schematic structural diagram of a forward feature acquisition module that acquires forward features of the target image frame from the forward features of each image block in multiple image blocks.
- the forward feature acquisition module includes: optical flow prediction network model 121, Feature alignment module 122, residual block 123 and feature fusion module 124.
- the optical flow prediction network model 121 is based on the forward image block in the input forward image block pool. and multiple image blocks obtained by decomposing the target image frame of the video to be super-resolved. Output the optical flow of each forward image block in the forward image block pool
- the feature alignment module 122 is configured to perform optical flow according to each forward image block in the forward image block pool. Convert the features of each forward image patch in the forward pool to Aligned with the target image frame, obtain the alignment features of each forward image block in the forward image block pool Residual block 123 is used to align features of each forward image patch according to the pool of forward image patches. and the plurality of image blocks Obtain the forward features of each image block in the plurality of image blocks
- the feature fusion module 124 is configured to fuse forward features of each of the plurality of image blocks. Generate forward features of the target image frame
- the video super-resolution method provided by the embodiment of the present disclosure also includes:
- the forward image patch pool and the forward feature pool are updated based on the plurality of image patches and forward features of each of the plurality of image patches.
- the forward image block pool and the forward An implementation method for updating the feature pool includes the following steps I and II:
- Step I Determine whether the absolute value of the optical flow of each forward image block in the forward image block pool is greater than the preset value. threshold;
- step I if the absolute value of the optical flow of the first forward image block in the forward image block pool is greater than the preset threshold, the following step II is performed.
- Step II Replace the first forward image block in the forward image block pool with the image block corresponding to the first forward image block in the plurality of image blocks, and replace the forward image block with the corresponding image block in the forward image block pool.
- the features of the first forward image block in the feature pool are replaced with forward features of the image blocks corresponding to the first forward image block in the plurality of image blocks.
- Figure 13 is the forward feature acquisition module, which is also used to obtain the forward feature according to the multiple image blocks and the forward features of each image block in the multiple image blocks.
- the forward feature acquisition module includes: optical flow prediction network model 121, feature alignment module 122, residual block 123, feature fusion module 124 and update module 125.
- the update module 125 is configured to update the image blocks according to the and the forward features of each image patch in the plurality of image patches
- the forward image block pool and the forward feature pooling Updated to forward image block pooling and forward feature pooling and pool forward image blocks and forward feature pooling As forward image patch pooling and forward feature pooling when processing the next image frame of the super-resolution video.
- FIG. 14 is a network structure diagram of a video super-resolution network provided by an embodiment of the present disclosure.
- the target image frame of the video to be super-resolved uses the backward image block pool updated with the t+1th image frame.
- forward image patch pool updated for the t-1th image frame and forward feature pooling Complete the super score and pair the backward image block pool again and backward feature pooling Update, and the target image frame updated backward image patch pool and backward feature pooling As the backward image patch pool of the next image frame (t+1 image frame) and backward feature pooling Pool the forward image patch updated from the target image frame and forward feature pooling As the forward image patch pool of the previous image frame (t-1th image frame) and forward feature pooling
- an embodiment of the present disclosure also provides a video super-resolution device.
- the device embodiment corresponds to the foregoing method embodiment.
- the device embodiment is no longer The details in the foregoing method embodiments will be described one by one, but it should be clear that the video super-resolution device in this embodiment can correspondingly implement all the contents in the foregoing method embodiments.
- FIG. 15 is a schematic structural diagram of the video super-resolution device. As shown in Figure 15, the video super-resolution device 1500 includes:
- the image decomposition module 151 is used to decompose the target image frame of the video to be super-resolved into multiple image blocks;
- the feature acquisition module 152 is configured to acquire the super-resolution features of the target image frame based on the plurality of image blocks and image blocks obtained by decomposing other image frames in the video to be super-resolved;
- the image generation module 153 is configured to obtain a super-resolution image frame corresponding to the target image frame according to the super-resolution feature of the target image frame.
- the feature acquisition module 152 includes:
- the backward feature acquisition unit 1521 is used to obtain the backward feature of each image block in the plurality of image blocks.
- the backward feature of any image block is the target image frame located in the decomposed video to be super-resolved.
- the characteristics of the image block corresponding to the image block in the image block obtained from the subsequent image frame;
- the forward feature acquisition unit 1522 is used to acquire the forward feature of each image block in the plurality of image blocks.
- the forward feature of any image block is the target image frame located in the decomposed video to be super-resolved. Characteristics of the image block corresponding to the image block in the image block obtained from the previous image frame;
- the first feature merging unit 1523 is configured to obtain the backward features of the target image frame according to the backward features of each image block in the plurality of image blocks;
- the second feature merging unit 1524 is configured to obtain the forward features of the target image frame according to the forward features of each image block in the plurality of image blocks;
- the feature fusion unit 1525 is configured to obtain the super-resolution features of the target image frame based on the backward features and forward features of the target image frame.
- the backward feature acquisition unit 1521 is specifically used to acquire a backward image block pool and a backward feature pool.
- the backward image block pool includes the plurality of images.
- the backward image block corresponding to each image block in the block; the backward image block corresponding to any image block is obtained from decomposing the image frame located after the target image frame in the video to be super-resolved based on the preset selection rules.
- image blocks selected from the image blocks; the backward feature pool includes the characteristics of each backward image block in the backward image block pool; according to the backward image block pool and the backward feature pool, Obtain backward features for each of the plurality of image blocks.
- the backward feature acquisition unit 1521 is specifically used to obtain the optical flow of each backward image block in the backward image block pool, any backward image
- the optical flow of a block is the optical flow between the backward image block and the corresponding image block of the backward image block in the plurality of image blocks; according to each backward image block in the backward image block pool optical flow, process the features of each backward image block in the backward feature pool, and obtain the alignment features of each backward image block in the backward image block pool; according to the backward image block everyone in the pool Alignment features of one backward image block and the plurality of image blocks, and obtain backward features of each of the plurality of image blocks.
- the backward feature acquisition unit 1521 is specifically configured to generate a first image block sequence according to the plurality of image blocks, and generate a first image block sequence according to the backward image block pool.
- the backward image block generates a second image block sequence; the ordering of any image block in the first image block sequence is the same as the ordering of the backward image block corresponding to the image block in the second image block sequence;
- the first image block sequence and the second image block sequence are input to an optical flow prediction network model, and the value of each backward image block in the backward image block pool is obtained according to the output of the optical flow prediction network model. light flow.
- the backward feature acquisition unit 1521 is specifically configured to use a residual block to obtain each image block in the plurality of image blocks and the backward feature corresponding to each image block. Alignment features of the forward image blocks are processed to obtain backward features of each of the plurality of image blocks.
- the backward feature acquisition unit 1521 is also configured to pair the backward features according to the plurality of image blocks and each image block in the plurality of image blocks.
- the backward image patch pool and the backward feature pool are updated.
- the backward feature acquisition unit 1521 is specifically configured to determine whether the absolute value of the optical flow of each backward image block in the backward image block pool is greater than a predetermined value. Set a threshold; if the absolute value of the optical flow of the first backward image block in the backward image block pool is greater than the preset threshold, then the first backward image in the backward image block pool is Replace the block with the image block corresponding to the first backward image block in the plurality of image blocks, and replace the feature of the first backward image block in the backward feature pool with the first backward image block. backward features of the corresponding image block among the plurality of image blocks.
- the forward feature acquisition unit 1522 is specifically used to acquire a forward image block pool and a forward feature pool.
- the forward image block pool includes the multiple images.
- the forward image block corresponding to each image block in the block; the forward image block corresponding to any image block is obtained based on the preset selection rules from decomposing the image frame located before the target image frame in the video to be super-resolved.
- image blocks selected from the image blocks; the forward feature pool includes the characteristics of each forward image block in the forward image block pool; according to the forward image block pool and the forward feature pool, Forward features of each of the plurality of image blocks are obtained.
- the forward feature acquisition unit 1522 is specifically configured to acquire the optical flow of each forward image block in the forward image block pool, any forward image
- the optical flow of a block is the optical flow between the forward image block and the corresponding image block of the forward image block in the plurality of image blocks; according to the forward image block pool
- the optical flow of each forward image block in the forward image block processes the characteristics of each forward image block in the forward feature pool, and obtains the alignment characteristics of each forward image block in the forward image block pool; According to the alignment characteristics of each forward image block in the forward image block pool and the plurality of image blocks, a forward feature of each image block in the plurality of image blocks is obtained.
- the forward feature acquisition unit 1522 is specifically configured to generate a third image block sequence according to the plurality of image blocks, and generate a third image block sequence according to the forward image block pool.
- the forward image block generates a fourth image block sequence; the ordering of any image block in the third image block sequence is the same as the ordering of the forward image block corresponding to the image block in the fourth image block sequence;
- the third image block sequence and the fourth image block sequence are input to an optical flow prediction network model, and the value of each forward image block in the forward image block pool is obtained according to the output of the optical flow prediction network model. light flow.
- the forward feature acquisition unit 1522 is specifically configured to use a residual block to obtain each image block in the plurality of image blocks and the forward feature corresponding to each image block. Alignment features of the forward image blocks are processed to obtain forward features of each of the plurality of image blocks.
- the forward feature acquisition unit 1522 is also configured to pair the forward features according to the plurality of image blocks and each image block in the plurality of image blocks.
- the forward image patch pool and the forward feature pool are updated.
- the forward feature acquisition unit 1522 is specifically configured to determine whether the absolute value of the optical flow of each forward image block in the forward image block pool is greater than a predetermined value. Set a threshold; if the absolute value of the optical flow of the first forward image block in the forward image block pool is greater than the preset threshold, then the first forward image in the forward image block pool is The blocks are replaced with image blocks corresponding to the first forward image block in the plurality of image blocks, and the features of the first forward image block in the forward feature pool are replaced with the first forward image blocks. Forward features of the corresponding image block among the plurality of image blocks.
- the feature processing unit 153 is specifically configured to merge the backward features and forward features of the target image frame to obtain the merged features of the target image frame;
- the merged features of the target image frame are upsampled to obtain the super-resolution features of the target image frame.
- the video super-resolution device provided in this embodiment can perform the video super-resolution method provided in the above method embodiment. Its implementation principles and technical effects are similar and will not be described again here.
- FIG 17 is a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
- the electronic device provided by this embodiment includes: a memory 171 and Processor 172, the memory 171 is used to store a computer program; the processor 172 is used to execute the video super-resolution method provided by the above embodiment when the computer program is called.
- embodiments of the present disclosure also provide a computer-readable storage medium.
- the computer-readable storage medium stores a computer program.
- the computing device implements the above embodiments.
- embodiments of the present disclosure also provide a computer program product.
- the computing device implements the video super-resolution method provided by the above embodiments.
- embodiments of the present disclosure may be provided as methods, systems, or computer program products. Accordingly, the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment that combines software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable storage media having computer-usable program code embodied therein.
- the processor can be a Central Processing Unit (CPU), other general-purpose processors, Digital Signal Processor (DSP), Application Specific Integrated Circuit (ASIC), or off-the-shelf programmable processors. 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, etc.
- Memory may include non-volatile memory in computer-readable media, random access memory (RAM) and/or non-volatile memory in the form of read-only memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
- RAM random access memory
- ROM read-only memory
- flash RAM flash memory
- Computer-readable media includes permanent and non-permanent, removable and non-removable storage media.
- Storage media can be implemented by any method or technology to store information, and information can be computer-readable instructions, data structures, program modules, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), and read-only memory.
- PRAM phase change memory
- SRAM static random access memory
- DRAM dynamic random access memory
- RAM random access memory
- read-only memory read-only memory
- ROM read-only memory
- EEPROM electrically erasable programmable read-only memory
- flash memory or other memory technology
- compact disc read-only memory CD-ROM
- DVD digital versatile disc
- Magnetic tape cassettes disk storage or other magnetic storage devices, or any other non-transmission medium, can be used to store information that can be accessed by a computing device.
- computer-readable media does not include transitory media, such as modulated data signals and carrier waves.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
Abstract
Description
Claims (20)
- 一种视频的超分辨率方法,包括:将待超分视频的目标图像帧分解为多个图像块;根据所述多个图像块和分解所述待超分视频中的其它图像帧得到的图像块,获取所述目标图像帧的超分特征;根据所述目标图像帧的超分特征,获取所述目标图像帧对应的超分图像帧。
- 根据权利要求1所述的视频的超分辨率方法,其中,所述根据所述多个图像块和分解所述待超分视频中的其它图像帧得到的图像块,获取所述目标图像帧的超分特征,包括:获取所述多个图像块中的每一个图像块的后向特征,其中,任一图像块的后向特征为分解所述待超分视频中位于所述目标图像帧之后的图像帧得到的图像块中与该图像块对应的图像块的特征;获取所述多个图像块中的每一个图像块的前向特征,其中,任一图像块的前向特征为分解所述待超分视频中位于所述目标图像帧之前的图像帧得到的图像块中与该图像块对应的图像块的特征;根据所述多个图像块中的每一个图像块的后向特征,获取所述目标图像帧的后向特征;根据所述多个图像块中的每一个图像块的前向特征,获取所述目标图像帧的前向特征;根据所述目标图像帧的后向特征和前向特征,获取所述目标图像帧的超分特征。
- 根据权利要求2所述的视频的超分辨率方法,其中,所述获取所述多个图像块中的每一个图像块的后向特征,包括:获取后向图像块池和后向特征池,其中,所述后向图像块池包括所述多个图像块中的每一个图像块对应的后向图像块,任一图像块对应的后向图像块为基于预设选取规则,从分解所述待超分视频中位于所述目标图像帧之后的图像帧得到的图像块中选取的图像块,所述后向特征池包括所述后向图像块池中的每一个后向图像块的特征;根据所述后向图像块池和所述后向特征池,获取所述多个图像块中的每一个图像块的后向特征。
- 根据权利要求3所述的视频的超分辨率方法,其中,所述根据所述后向图像块池和所述后向特征池,获取所述多个图像块中的每一个图像块的后向特征,包括:获取所述后向图像块池中的每一个后向图像块的光流,任一后向图像块的光流为该后向图像块与该后向图像块在所述多个图像块中对应的图像块之间的光流;根据所述后向图像块池中的每一个后向图像块的光流,对所述后向特征池中每一个后向图像块的特征进行处理,获取所述后向图像块池中的每一个后向图像块的对齐特征;根据所述后向图像块池中的每一个后向图像块的对齐特征和所述多个图像块,获取所述多个图像块中的每一个图像块的后向特征。
- 根据权利要求4所述的视频的超分辨率方法,其中,所述获取所述后向图像块池中的每一个后向图像块的光流,包括:根据所述多个图像块生成第一图像块序列,并根据所述后向图像块池中的后向图像块,生成第二图像块序列,其中,任一图像块在所述第一图像块序列中的排序与该图像块对应的后向图像块在所述第二图像块序列中的排序相同;将所述第一图像块序列和所述第二图像块序列输入光流预测网络模型,并根据所述光流预测网络模型的输出,获取所述后向图像块池中的每一个后向图像块的光流。
- 根据权利要求4或5所述的视频的超分辨率方法,其中,所述根据所述后向图像块池中的每一个后向图像块的对齐特征和所述多个图像块,获取所述多个图像块中的每一个图像块的后向特征,包括:通过残差块对所述多个图像块中的每一个图像块和每一个图像块对应的后向图像块的对齐特征进行处理,获取所述多个图像块中的每一个图像块的后向特征。
- 根据权利要求3-6任一项所述的视频的超分辨率方法,还包括:根据所述多个图像块和所述多个图像块中的每一个图像块的后向特征对所述后向图像块池和所述后向特征池进行更新。
- 根据权利要求7所述的视频的超分辨率方法,其中,所述根据所述多个图像块和所述多个图像块中的每一个图像块的后向特征对所述后向图像块池和所述后向特征池进行更新,包括:判断所述后向图像块池中的每一个后向图像块的光流的绝对值是否大于预设阈值;若所述后向图像块池中的第一后向图像块的光流的绝对值大于所述预设阈值,则将所述后向图像块池中的所述第一后向图像块替换为所述第一后向图像块在所述多个图像块中对应的图像块,以及将所述后向特征池中所述第一后向图像块的特征替换为所述第一后向图像块在所述多个图像块中对应的图像块的后向特征。
- 根据权利要求2-8任一项所述的视频的超分辨率方法,其中,所述获取所述多个图像块中的每一个图像块的前向特征,包括:获取前向图像块池和前向特征池,其中,所述前向图像块池包括所述多个图像块中的每一个图像块对应的前向图像块,任一图像块对应的前向图像块为基于预设选取规则从分解所述待超分视频中位于所述目标图像帧之前的图像帧得到的图像块中选取的图像块,所述前向特征池包括所述前向图像块池中的每一个前向图像块的特征;根据所述前向图像块池和所述前向特征池,获取所述多个图像块中的每一个图像块的前向特征。
- 根据权利要求9所述的视频的超分辨率方法,其中,所述根据所述前向图像块池和所述前向特征池,获取所述多个图像块中的每一个图像块的前向特征,包括:获取所述前向图像块池中的每一个前向图像块的光流,其中,任一前向图像块的光流为该前向图像块与该前向图像块在所述多个图像块中对应的图像块之间的光流;根据所述前向图像块池中的每一个前向图像块的光流,对所述前向特征池中每一个前向图像块的特征进行处理,获取所述前向图像块池中的每一个前向图像块的对齐特征;根据所述前向图像块池中的每一个前向图像块的对齐特征和所述多个图像块,获取所述多个图像块中的每一个图像块的前向特征。
- 根据权利要求10所述的视频的超分辨率方法,其中,所述获取所述前向图像块池中的每一个前向图像块的光流,包括:根据所述多个图像块生成第三图像块序列,并根据所述前向图像块池中的前向图像块生成第四图像块序列,其中,任一图像块在所述第三图像块序列中的排序与该图像块对应的前向图像块在所述第四图像块序列中的排序相同;将所述第三图像块序列和所述第四图像块序列输入光流预测网络模型,并根据所述光流预测网络模型的输出获取所述前向图像块池中的每一个前向图像块的光流。
- 根据权利要求10或11所述的视频的超分辨率方法,其中,所述根据所述前向图像块池中的每一个前向图像块的对齐特征和所述多个图像块,获取所述多个图像块中的每一个图像块的前向特征,包括:通过残差块对所述多个图像块中的每一个图像块和每一个图像块对应的前向图像块的对齐特征进行处理,获取所述多个图像块中的每一个图像块的前向特征。
- 根据权利要求9-12任一项所述的视频的超分辨率方法,还包括:根据所述多个图像块和所述多个图像块中的每一个图像块的前向特征,对所述前向图像块池和所述前向特征池进行更新。
- 根据权利要求13所述的视频的超分辨率方法,其中,所述根据所述多个图像块和所述多个图像块中的每一个图像块的前向特征对所述前向图像块池和所述前向特征池进行更新,包括:判断所述前向图像块池中的每一个前向图像块的光流的绝对值是否大于预设阈值;在所述前向图像块池中的第一前向图像块的光流的绝对值大于所述预设阈值的情况下,将所述前向图像块池中的所述第一前向图像块替换为所述第一前向图像块在所述多个图像块中对应的图像块,以及将所述前向特征池中所述第一前向图像块的特征替换为所述第一前向图像块在所述多个图像块中对应的图像块的前向特征。
- 根据权利要求2-14任一项所述的视频的超分辨率方法,其中,所述根据所述目标图像帧的后向特征和前向特征,获取所述目标图像帧的超分特征,包括:合并所述目标图像帧的后向特征和前向特征,获取所述目标图像帧的合并特征;对所述目标图像帧的合并特征进行上采样,获取所述目标图像帧的超分特征。
- 一种视频的超分辨率装置,包括:图像分解模块,用于将待超分视频的目标图像帧分解为多个图像块;特征获取模块,用于根据所述多个图像块和分解所述待超分视频中的其它图像帧得到的图像块的特征,获取所述多个图像块中的每一个图像块的超分特征;特征处理模块,用于根据所述多个图像块中的每一个图像块的超分特征,获取所述目标图像帧的超分特征;图像生成模块,用于根据所述目标图像帧的超分特征,获取所述目标图像帧对应的超分图像帧。
- 一种电子设备,包括:存储器和处理器;所述存储器用于存储指令;所述处理器用于在执行所述指令时,使得所述电子设备实现权利要求1-15任一项所述的视频的超分辨率方法。
- 一种计算机可读存储介质,所述计算机可读存储介质上存储有指令,当所述指令被处理器执行时,实现权利要求1-15任一项所述的视频的超分辨率方法。
- 一种计算机程序产品,当所述计算机程序产品在计算机上运行时,使得所述计算机实现如权利要求1-15任一项所述的视频的超分辨率方法。
- 一种计算机程序,包括:指令,所述指令当由处理器执行时使所述处理器执行如权利要求1-15任一项所述的视频的超分辨率方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/725,722 US20250061541A1 (en) | 2022-03-17 | 2023-03-16 | Video super-resolution method and device |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210265574.6A CN116797453A (zh) | 2022-03-17 | 2022-03-17 | 一种视频的超分辨率方法及装置 |
| CN202210265574.6 | 2022-03-17 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023174355A1 true WO2023174355A1 (zh) | 2023-09-21 |
Family
ID=88022341
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/081794 Ceased WO2023174355A1 (zh) | 2022-03-17 | 2023-03-16 | 视频的超分辨率方法及装置 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20250061541A1 (zh) |
| CN (1) | CN116797453A (zh) |
| WO (1) | WO2023174355A1 (zh) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20240068288A (ko) * | 2022-11-10 | 2024-05-17 | 삼성전자주식회사 | 적응적 슈퍼 샘플링 방법 및 적응적 슈퍼 샘플링 장치 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110037894A1 (en) * | 2009-08-11 | 2011-02-17 | Google Inc. | Enhanced image and video super-resolution processing |
| CN106600536A (zh) * | 2016-12-14 | 2017-04-26 | 同观科技(深圳)有限公司 | 一种视频图像超分辨率重建方法及装置 |
| CN111583138A (zh) * | 2020-04-27 | 2020-08-25 | Oppo广东移动通信有限公司 | 视频增强方法及装置、电子设备、存储介质 |
| CN113592709A (zh) * | 2021-02-19 | 2021-11-02 | 腾讯科技(深圳)有限公司 | 图像超分处理方法、装置、设备及存储介质 |
| CN113747242A (zh) * | 2021-09-06 | 2021-12-03 | 海宁奕斯伟集成电路设计有限公司 | 图像处理方法、装置、电子设备及存储介质 |
-
2022
- 2022-03-17 CN CN202210265574.6A patent/CN116797453A/zh active Pending
-
2023
- 2023-03-16 US US18/725,722 patent/US20250061541A1/en active Pending
- 2023-03-16 WO PCT/CN2023/081794 patent/WO2023174355A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110037894A1 (en) * | 2009-08-11 | 2011-02-17 | Google Inc. | Enhanced image and video super-resolution processing |
| CN106600536A (zh) * | 2016-12-14 | 2017-04-26 | 同观科技(深圳)有限公司 | 一种视频图像超分辨率重建方法及装置 |
| CN111583138A (zh) * | 2020-04-27 | 2020-08-25 | Oppo广东移动通信有限公司 | 视频增强方法及装置、电子设备、存储介质 |
| CN113592709A (zh) * | 2021-02-19 | 2021-11-02 | 腾讯科技(深圳)有限公司 | 图像超分处理方法、装置、设备及存储介质 |
| CN113747242A (zh) * | 2021-09-06 | 2021-12-03 | 海宁奕斯伟集成电路设计有限公司 | 图像处理方法、装置、电子设备及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN116797453A (zh) | 2023-09-22 |
| US20250061541A1 (en) | 2025-02-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10861133B1 (en) | Super-resolution video reconstruction method, device, apparatus and computer-readable storage medium | |
| CN113628115B (zh) | 图像重建的处理方法、装置、电子设备和存储介质 | |
| WO2021046953A1 (zh) | 一种图像的超分辨率处理方法、系统及设备 | |
| US20240265494A1 (en) | Realtime video super resolution using motion vectors | |
| US20250191122A1 (en) | Image generation method for eliminating splicing seams, computer device and storage medium | |
| WO2021218414A1 (zh) | 视频增强方法及装置、电子设备、存储介质 | |
| WO2023174355A1 (zh) | 视频的超分辨率方法及装置 | |
| Hung et al. | Image interpolation using convolutional neural networks with deep recursive residual learning | |
| Wang et al. | Lightweight interactive feature inference network for single-image super-resolution | |
| CN117808857A (zh) | 一种自监督360°深度估计方法、装置、设备及介质 | |
| CN110399881B (zh) | 一种端到端的基于双目立体图像的质量增强方法及装置 | |
| Huang et al. | Feature enhanced cascading attention network for lightweight image super-resolution | |
| CN115731313A (zh) | Svg格式的图片的处理方法、装置、设备、介质及产品 | |
| Hu et al. | Adaptive region aggregation for multi‐view stereo matching using deformable convolutional networks | |
| CN119625137A (zh) | 图像扩展方法、装置、可读存储介质和程序产品 | |
| Wang et al. | Enhancing unsupervised shadow removal via multi-intensity shadow generation and diffusion modeling: D. Wang et al. | |
| CN118297979A (zh) | 图像处理方法、装置、电子设备、存储介质和程序产品 | |
| CN113077481B (zh) | 一种图像处理方法、装置、计算机设备和存储介质 | |
| WO2024061064A1 (zh) | 展示效果处理方法、装置、电子设备及存储介质 | |
| CN116801119A (zh) | 一种图像处理方法、装置、设备及存储介质 | |
| WO2023125522A1 (zh) | 一种图像处理方法及装置 | |
| CN115423858A (zh) | 一种单目深度估计方法、装置、电子设备及存储介质 | |
| CN111369425B (zh) | 图像处理方法、装置、电子设备和计算机可读介质 | |
| CN115147281A (zh) | 一种图像参数调整方法、装置、设备及存储介质 | |
| WO2023174416A1 (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: 23769857 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18725722 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 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 07/01/2025) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23769857 Country of ref document: EP Kind code of ref document: A1 |