CN105787899A - Rapid image super-resolution method based on self-adaptive regression - Google Patents

Rapid image super-resolution method based on self-adaptive regression Download PDF

Info

Publication number
CN105787899A
CN105787899A CN201610120918.9A CN201610120918A CN105787899A CN 105787899 A CN105787899 A CN 105787899A CN 201610120918 A CN201610120918 A CN 201610120918A CN 105787899 A CN105787899 A CN 105787899A
Authority
CN
China
Prior art keywords
resolution
dictionary
low
super
image
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.)
Pending
Application number
CN201610120918.9A
Other languages
Chinese (zh)
Inventor
黄倩
朱小涛
徐淑芳
王琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hohai University HHU
Original Assignee
Hohai University HHU
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hohai University HHU filed Critical Hohai University HHU
Priority to CN201610120918.9A priority Critical patent/CN105787899A/en
Publication of CN105787899A publication Critical patent/CN105787899A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

The invention discloses a rapid image super-resolution method based on self-adaptive regression. The method comprises the steps of: in a training stage, extracting a training sample set from existing high quality images, using the training sample set to carry out training, obtaining a dictionary and calculating a mapping model; in a dictionary base reordering stage, using a statistical law to reorder the dictionary bases to obtain a new dictionary; and in a super-resolution stage, using the reordered dictionary and the mapping model to perform the super-solution on an input low-resolution image, determining the number of the dictionary bases to be used so as to shrink the searching space and increase a super-resolution speed, and obtaining an output high-solution image through the mapping model for each low-solution characteristic. According to the invention, additional parameters are not needed in the training process, so that the high-resolution characteristics can be restored more precisely in the super-resolution process; in addition, statistical information is used to reorder the dictionary bases and the more effective dictionary bases are used in the super-resolution process, so that the super-resolution speed of the image is increased effectively.

Description

A kind of rapid image ultra-resolution method returned based on self adaptation
Technical field
Present patent application relates to computer vision and image processing field, particularly to a kind of rapid image ultra-resolution method returned based on self adaptation.
Background technology
Image Super-resolution belongs to computer vision and image processing field, is a classical image processing problem, has important science and industrial research to be worth.The target of Image Super-resolution is exactly, and by the low-resolution image given, reconstructs its corresponding high-definition picture so that when reconstructed error is little as far as possible, and visual effect is good as much as possible.The image super-resolution method of current main flow can be divided into three major types: based on the method for interpolation;Method based on reconstruct;Method based on study.
Based on the method for interpolation, being the basic ultra-resolution method of a class, its processing procedure would generally use local covariance coefficient, fixing function core or adaptive structure core, the feature simple and quick because of it and be widely used.But, in a lot of situations, the result that this kind of method produces can produce visual artifact along with the increase of amplification, such as: sawtooth effect and blurring effect.Method based on reconstruct, it is assumed that low-resolution image is obtained through several degeneration factors by high-definition picture, such as: down-sampled and obfuscation.This kind of method emphasizes the importance of Reconstruction Constraints in super-resolution process, thus, its high-definition picture obtained often has excessively smooth and factitious edge, and can produce ringing effect near image border.Based on the method for study, because utilizing machine learning techniques from training set learning to a large amount of prioris, thus obtain better result.But, this kind of method typically requires and solves based on L0Norm or L1The optimization problem of norm, its processing speed is generally very slow.
Summary of the invention
It is an object of the invention to propose a kind of rapid image ultra-resolution method returned based on self adaptation, overcome the technological deficiency that the processing speed of prior art existence is slow.
For solving the technical problem of above-mentioned prior art, the present invention is by the following technical solutions.
A kind of rapid image ultra-resolution method returned based on self adaptation, it is characterised in that comprise the steps:
The A1 training stage: extract training sample set from existing high quality graphic, utilize described training sample set train dictionary and calculate mapping model M;Described mapping model M includes: PCA dimensionality reduction matrix P, low-resolution dictionary D and mapping matrix Fk
A2 dictionary basic weight phase sorting: utilize statistical law that the base of dictionary is resequenced, it may be assumed that utilize described training sample set and the mapping model M obtained, the base of described low-resolution dictionary D is reordered, obtain new dictionary DR
The A3 super-resolution stage: the low resolution image of input is carried out super-resolution by the dictionary obtained after utilizing sequence and mapping model, obtain the high-definition picture of output: namely: first determine the number K ' of the dictionary base that will use, for reducing search volume, and then accelerate super-resolution speed, for each low resolution featureThe full resolution pricture I of output is obtained by mapping model MH
The implementation process of described A1 training stage is: obtain high-definition picture from described training sample set;Described high-definition picture is carried out down-sampling by minification, obtains low-resolution image;High-resolution features and the low resolution feature of correspondence is extracted respectively from corresponding high-definition picture, low-resolution image;High-resolution features, low resolution features training described in utilizing go out dictionary, and calculate mapping matrix, and then obtain mapping model.
The implementation process of described A2 dictionary basic weight phase sorting is: extract more low resolution characteristic set from described training sample set;To each low resolution feature in described low resolution characteristic set, utilize similarity measurement, find dictionary base immediate with it, and think that this dictionary base neighbour's feature includes this low resolution feature;All low resolution features are all added up one time, obtains the size of neighbour's characteristic set of all dictionary bases;According to the size of described neighbour's characteristic set, dictionary base is resequenced.
The implementation process in described A3 super-resolution stage is: for each described low resolution feature, find dictionary base immediate with it, then recover high-resolution features with corresponding mapping matrix in low-resolution dictionary;By all high-resolution features recovered plus the image block comprising low-frequency information, obtain corresponding high-definition picture block, all high-definition picture blocks are fused into a high-definition picture.
Described mapping model includes low-resolution dictionary, PCA dimensionality reduction matrix and mapping matrix.
The present invention compared with prior art, including advantages below and beneficial effect:
1. the present invention proposes a kind of rapid image ultra-resolution method returned based on self adaptation, can directly learn to the mapping relations between low resolution feature and high-resolution features, and because using the low resolution feature dependency with dictionary base as mark in mapping process, not only do not need additional parameter in the training process, and high-resolution features can be recovered in super-resolution process more accurately;Utilize statistical information that dictionary base is reordered, super-resolution process uses more effective dictionary base, thus effectively accelerating super-resolution speed.
2. the present invention does it is assumed that but directly train low resolution to the mapping relations one by one between high-resolution features without the coefficient of expressing that height is differentiated feature.
3. the present invention adopts more effective character representation form.During training mapping model, it does not have be confined in single cluster, but carry out in the neighbour space of dictionary base.Obtain the self adaptation mark value that each low resolution feature is corresponding, in regression model, but not do not treat with making any distinction between.
Accompanying drawing explanation
Fig. 1 is the flow chart of a kind of embodiment of the rapid image ultra-resolution method that the present invention returns based on self adaptation.
Detailed description of the invention
It is described in further detail below in conjunction with drawings and Examples and to the present invention.
As it is shown in figure 1, be the flow chart of a kind of embodiment of rapid image ultra-resolution method of the present invention.The method comprises the following steps:
The A1 training stage: extract training sample set from existing high quality graphic, utilize described training sample set train dictionary and calculate mapping model M;Described mapping model M includes: PCA (PrincipalComponentAnalysis) dimensionality reduction matrix P, low-resolution dictionary D and mapping matrix Fk
A2 dictionary basic weight phase sorting: utilize statistical law that the base of dictionary is resequenced, it may be assumed that utilize described training sample set and the mapping model M obtained, the base of described low-resolution dictionary D is reordered, obtain new dictionary DR
The A3 super-resolution stage: the low resolution image of input is carried out super-resolution by the dictionary obtained after utilizing sequence and mapping model, obtain the high-definition picture of output: namely: first determine the number K' of the dictionary base that will use, for reducing search volume, and then accelerate super-resolution speed, for each low resolution featureThe full resolution pricture of output is obtained by mapping model M.
The implementation process of described A1 training stage is: obtain high-definition picture from described training sample set;Described high-definition picture is carried out down-sampling by minification, obtains low-resolution image;High-resolution features and the low resolution feature of correspondence is extracted respectively from corresponding high-definition picture, low-resolution image;High-resolution features, low resolution features training described in utilizing go out dictionary, and calculate mapping matrix, and then obtain mapping model.
The implementation process of described A2 dictionary basic weight phase sorting is: extract more low resolution characteristic set from described training sample set;To each low resolution feature in described low resolution characteristic set, utilize similarity measurement, find dictionary base immediate with it, and think that this dictionary base neighbour's feature includes this low resolution feature;All low resolution features are all added up one time, obtains the size of neighbour's characteristic set of all dictionary bases;According to the size of described neighbour's characteristic set, dictionary base is resequenced.
The implementation process in described A3 super-resolution stage is: for each described low resolution feature, find dictionary base immediate with it, then recover high-resolution features with corresponding mapping matrix in low-resolution dictionary;By all high-resolution features recovered plus the image block comprising low-frequency information, obtain corresponding high-definition picture block, all high-definition picture blocks are fused into a high-definition picture.
Described mapping model includes low-resolution dictionary, PCA dimensionality reduction matrix and mapping matrix.
Below it is described in further detail.
The A1 training stage: using natural image common data sets (such as ImageNet data set) as training set, therefrom obtain high-definition pictureIts down-sampling is obtained low-resolution imageMinification is s, extracts low resolution characteristic set from the image pair of high-resolution and low-resolutionAnd the bigger high-resolution and low-resolution feature of quantity is to setWithUtilizeAcquire low-resolution dictionaryAnd PCA (PrincipalComponentAnalysis) dimensionality reduction matrix P.UtilizeWithAnd D calculates the mapping matrix of correspondence
A2 dictionary basic weight sorts: utilize the low-resolution dictionary D training out in A1 and low resolution characteristic setObtain the statistical property about dictionary base further, utilize this statistical property to dictionary basic weight new sort, obtain new dictionary DR
The A3 quick super-resolution stage: first choose dictionary base number K', the D to useRIn front K' dictionary base just constitute little dictionaryFor each low resolution featureIn low-resolution dictionaryIn find dictionary base immediate with it(dictionary base is exactly the column vector in dictionary), then use corresponding mapping matrixRecover high-resolution featuresBy all high-resolution features recoveredPlus the image block comprising low-frequency informationObtain corresponding high-definition picture blockAll full resolution pricture blocks are fused into the full resolution pricture I of an outputH
In particular embodiments, can operate by following mode.
The A1 training stage: using natural image common data sets (such as ImageNet data set) as training set.First use the first interpolation algorithm, from high-definition pictureIn obtain low-resolution imageThese low-resolution images utilize the second interpolation algorithm up-sampling again, and in said process, the minification of down-sampling and the amplification of up-sampling are all s times.Second interpolation algorithm and the first interpolation algorithm can be identical, it is also possible to different.FromMiddle extraction high-definition picture set of blocksWith characteristic set?In relevant position extract two pairs of low-resolution image set of blocksWith characteristic setWherein, high-resolution features yHFor:
yH=pH-pL(1)
Low resolution feature yLFor:
yL=[f1*pL;f2*pL;f3*pL;f4*pL](2)
Wherein, f1And f2It is the gradient high pass filter of level and vertical direction, f3And f4Being level and vertical direction Laplacian high-pass filter, symbol * represents convolution operation.In order to reduce computational complexity, adopting PCA dimensionality reduction, PCA transformation matrix is P.In order to obtain the dictionary of low resolution, it is possible to use the low resolution characteristic set after dimensionality reductionOptimize following objective functions:
min D , X | | Y L s - D X | | F 2 s . t . | | d k | | 2 = 1 , a n d , | | x i | | 0 ≤ L - - - ( 3 )
Wherein,X={xiIt is low resolution characteristic set, dictionary and coefficient respectively.Symbol min represents the minima seeking object function, and D and X is exactly the result that solving-optimizing problem to export, the condition met when symbol s.t. represents solving-optimizing problem.||||F、||||2With | | | |0Represent F-norm, 2-norm and 0-norm respectively.L is used to the positive integer of restriction degree of rarefication.Utilize high-resolution and low-resolution feature pairWithBase d for any low-resolution dictionaryk,Its max neighbour of middle searching, composition low resolution neighbour set { NL,k}.And calculate low resolution feature in neighbour's setWith dictionary base dkBetween self adaptation degree of associationAnd form matrix L k = { l k i } i = 1 max , Wherein,
l k i = e c k , i - - - ( 4 )
By high-resolution features setThe feature of middle relevant position is used for forming high-resolution neighbour set { NH,k}.Assuming that a low resolution feature yL, the low-resolution dictionary base nearest with it and neighbour's set are d respectivelykAnd NL,k, in order to obtain reconstruct high-resolution features yHRequired mapping matrix Fk, first solve following optimization objective function:
m i n F k | | N H , k - F k N L , k L k | | F 2 - - - ( 5 )
In formula (5), symbol min represents the minima seeking object function, NH,kAnd NL,kIt is dictionary base dkCorresponding high-resolution and low-resolution neighbour set, LkIt is corresponding adaptive matrix, FkIt is by the mapping matrix of low resolution Feature Mapping to high-resolution features, is also the result to export of this optimization problem.There are analytic solutions in this problem, concrete form is:
F k = N H , k M k T ( M k M k T ) - 1 - - - ( 6 )
In this training stage, for any one dictionary base dk, we train and obtain a mapping model Fk, by above-mentioned formula (6):Wherein, ()TThe transposition of representing matrix, ()-1Representing matrix inverse, M k = N L , k L k = y L , k 1 y L , k 2 L y L , k max l k 1 l k 2 L l k max . It will be seen that in the training process, different low resolution featureThe mark value having correspondence participates inReturn.These mark value are different along with the difference of low resolution feature, have adaptive characteristic, can more accurately by low resolution Feature Mapping to corresponding high-resolution features.At test phase, i.e. the super-resolution stage, for arbitrarily low resolution characteristicsIf the dictionary base of its correspondence is dk, then self adaptation mark value is exactlyBy formula (7), it may be assumed that y H i = F k y L i l k i , Just can obtain the high-resolution features of correspondence.Therefore, this regression model has adaptive characteristic, returns so being referred to as self adaptation.
In formula (6), ()TThe transposition of representing matrix, ()-1Representing matrix inverse, M k = N L , k L k . So corresponding high-resolution features can be tried to achieve by following formula:
y H i = F k y L i l k i - - - ( 7 )
In formula (7),It is dictionary base dkWith low resolution featureBetween self adaptation mark value..The F of above-mentioned formulakIt is and the y of inputLUnrelated, thus can calculated off line out, FkIt is exactly dictionary base dkCorresponding mapping matrix.Therefore for each low-resolution dictionary base, its corresponding mapping matrix can be tried to achieve.The algorithm specifically solving above-mentioned dictionary learning optimization problem can adopt KSVD algorithm etc., and the scope that present patent application contains is not limited to exemplified method.
A2 dictionary basic weight sorts: utilize the low-resolution dictionary D training out in A1 and low resolution characteristic setObtain the statistical property about dictionary base further.For each low resolution featureCalculate degree of associationThe base d that degree of association is maximumk, it is calledArest neighbors base, we also referred to asFor dkArest neighbors feature (dkArest neighbors feature can have multiple), find each dictionary base dkCorresponding arest neighbors set omegak, utilize this statistical property to dictionary basic weight new sort, obtain new dictionaryMake
| Ω R 1 | ≥ | Ω R 2 | ≥ L ≥ | Ω R K | - - - ( 8 )
Wherein, | | represent the number of element in set.In dictionary after sequence, the position that more important base is put is more forward.In rapid super-resolution, as long as we choose the mapping matrix of previous section dictionary base and correspondence thereof, just can obtain good effect.
The A3 rapid super-resolution stage: first choose dictionary base number K', the D to useRIn front K' dictionary base just constitute little dictionaryFor the low-resolution image I arbitrarily inputtedL, therefrom extract overlapped low resolution characteristic set.For each low resolution featureIn low-resolution dictionaryIn find dictionary base immediate with itAnd corresponding mapping matrixCalculateWithBetween self adaptation mark valueThen pass through formula (7) and recover high-resolution featuresBy all high resoluting characteristics recoveredPlus the image block comprising low-frequency informationObtain corresponding high-definition picture blockAll full resolution pricture blocks are fused into a full resolution pricture IH
In a word, the inventive method can directly learn to low resolution feature to high-resolution features between mapping relations, and because using the low resolution feature dependency with dictionary base as mark in mapping process, not only do not need additional parameter in the training process, and high-resolution features can be recovered in super-resolution process more accurately;Utilize statistical information that dictionary base is reordered, super-resolution process uses more effective dictionary base, thus accelerating super-resolution speed.

Claims (5)

1. the rapid image ultra-resolution method returned based on self adaptation, it is characterised in that comprise the steps:
The A1 training stage: extract training sample set from existing high quality graphic, utilize described training sample set train dictionary and calculate mapping model M;Described mapping model M includes: PCA dimensionality reduction matrix P, low-resolution dictionary D and mapping matrix Fk
A2 dictionary basic weight phase sorting: utilize statistical law that the base of dictionary is resequenced, it may be assumed that utilize described training sample set and the mapping model M obtained, the base of described low-resolution dictionary D is reordered, obtain new dictionary DR
The A3 super-resolution stage: the low resolution image of input is carried out super-resolution by the dictionary obtained after utilizing sequence and mapping model, obtain the high-definition picture of output: namely: first determine the number K' of the dictionary base that will use, for reducing search volume, and then accelerate super-resolution speed, for each low resolution featureThe full resolution pricture I of output is obtained by mapping model MH
2. a kind of rapid image ultra-resolution method returned based on self adaptation according to claim 1, it is characterised in that the implementation process of described A1 training stage is:
High-definition picture is obtained from described training sample set;Described high-definition picture is carried out down-sampling by minification, obtains low-resolution image;High-resolution features and the low resolution feature of correspondence is extracted respectively from corresponding high-definition picture, low-resolution image;High-resolution features, low resolution features training described in utilizing go out dictionary, and calculate mapping matrix, and then obtain mapping model.
3. a kind of rapid image ultra-resolution method returned based on self adaptation according to claim 1, it is characterised in that the implementation process of described A2 dictionary basic weight phase sorting is:
More low resolution characteristic set is extracted from described training sample set;To each low resolution feature in described low resolution characteristic set, utilize similarity measurement, find dictionary base immediate with it, and think that this dictionary base neighbour's feature includes this low resolution feature;All low resolution features are all added up one time, obtains the size of neighbour's characteristic set of all dictionary bases;According to the size of described neighbour's characteristic set, dictionary base is resequenced.
4. a kind of rapid image ultra-resolution method returned based on self adaptation according to claim 1, it is characterised in that the implementation process in described A3 super-resolution stage is:
For each described low resolution feature, low-resolution dictionary finds dictionary base immediate with it, then recovers high-resolution features with corresponding mapping matrix;By all high-resolution features recovered plus the image block comprising low-frequency information, obtain corresponding high-definition picture block, all high-definition picture blocks are fused into a high-definition picture.
5. a kind of rapid image ultra-resolution method returned based on self adaptation according to claim 2, it is characterised in that: described mapping model includes low-resolution dictionary, PCA dimensionality reduction matrix and mapping matrix.
CN201610120918.9A 2016-03-03 2016-03-03 Rapid image super-resolution method based on self-adaptive regression Pending CN105787899A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610120918.9A CN105787899A (en) 2016-03-03 2016-03-03 Rapid image super-resolution method based on self-adaptive regression

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610120918.9A CN105787899A (en) 2016-03-03 2016-03-03 Rapid image super-resolution method based on self-adaptive regression

Publications (1)

Publication Number Publication Date
CN105787899A true CN105787899A (en) 2016-07-20

Family

ID=56387336

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610120918.9A Pending CN105787899A (en) 2016-03-03 2016-03-03 Rapid image super-resolution method based on self-adaptive regression

Country Status (1)

Country Link
CN (1) CN105787899A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107610048A (en) * 2017-08-10 2018-01-19 河海大学 A kind of image super-resolution method returned based on projection dictionary learning and neighbour
CN110288524A (en) * 2019-05-09 2019-09-27 广东启迪图卫科技股份有限公司 Deep learning super-resolution method based on enhanced up-sampling and discrimination syncretizing mechanism

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104867107A (en) * 2015-06-04 2015-08-26 清华大学深圳研究生院 Image super-resolution method
CN104899830A (en) * 2015-05-29 2015-09-09 清华大学深圳研究生院 Image super-resolution method
CN104992407A (en) * 2015-06-17 2015-10-21 清华大学深圳研究生院 Image super-resolution method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899830A (en) * 2015-05-29 2015-09-09 清华大学深圳研究生院 Image super-resolution method
CN104867107A (en) * 2015-06-04 2015-08-26 清华大学深圳研究生院 Image super-resolution method
CN104992407A (en) * 2015-06-17 2015-10-21 清华大学深圳研究生院 Image super-resolution method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JIAN ZHANG ET AL: "Image super-resolution via dual-dictionary learning and sparse representation", 《2012 IEEE INTERNATIONAL SYMPOSIUM ON CIRCUITS AND SYSTEMS》 *
ZHAOYU SHOU ET AL: "Image Super-resolution via PCA Sub-dictionaries Enhanced with Non-local Similarity", 《2014 IEEE INTERNATIONAL CONFERENCE ON SIGNAL PROCESSING, COMMUNICATIONS AND COMPUTING》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107610048A (en) * 2017-08-10 2018-01-19 河海大学 A kind of image super-resolution method returned based on projection dictionary learning and neighbour
CN110288524A (en) * 2019-05-09 2019-09-27 广东启迪图卫科技股份有限公司 Deep learning super-resolution method based on enhanced up-sampling and discrimination syncretizing mechanism

Similar Documents

Publication Publication Date Title
CN107610194B (en) Magnetic resonance image super-resolution reconstruction method based on multi-scale fusion CNN
Cui et al. Deep network cascade for image super-resolution
CN104899830B (en) A kind of image super-resolution method
CN110136062B (en) Super-resolution reconstruction method combining semantic segmentation
CN110490082B (en) Road scene semantic segmentation method capable of effectively fusing neural network features
Li et al. FilterNet: Adaptive information filtering network for accurate and fast image super-resolution
CN106952228A (en) The super resolution ratio reconstruction method of single image based on the non local self-similarity of image
CN106204447A (en) The super resolution ratio reconstruction method with convolutional neural networks is divided based on total variance
CN102915527A (en) Face image super-resolution reconstruction method based on morphological component analysis
CN111861886B (en) Image super-resolution reconstruction method based on multi-scale feedback network
CN103530863A (en) Multistage reconstruction image super resolution method
CN104751420A (en) Sparse representation and multi-objective optimization based blind restoration method
CN105550989A (en) Image super-resolution method based on nonlocal Gaussian process regression
CN113139904B (en) Image blind super-resolution method and system
CN104992407B (en) A kind of image super-resolution method
CN106169174A (en) A kind of image magnification method
CN108335265B (en) Rapid image super-resolution reconstruction method and device based on sample learning
CN107392855B (en) Image super-resolution reconstruction method based on sparse self-coding network and extremely fast learning
CN106981046B (en) Single image super resolution ratio reconstruction method based on multi-gradient constrained regression
CN116563100A (en) Blind super-resolution reconstruction method based on kernel guided network
CN106157240A (en) Remote sensing image super resolution method based on dictionary learning
CN109559278B (en) Super resolution image reconstruction method and system based on multiple features study
Rashid et al. Single MR image super-resolution using generative adversarial network
Chen et al. Dynamic degradation intensity estimation for adaptive blind super-resolution: A novel approach and benchmark dataset
CN104091364A (en) Single-image super-resolution reconstruction method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160720

WD01 Invention patent application deemed withdrawn after publication