CN105844590A - Image super-resolution reconstruction method and system based on sparse representation - Google Patents

Image super-resolution reconstruction method and system based on sparse representation Download PDF

Info

Publication number
CN105844590A
CN105844590A CN201610167515.XA CN201610167515A CN105844590A CN 105844590 A CN105844590 A CN 105844590A CN 201610167515 A CN201610167515 A CN 201610167515A CN 105844590 A CN105844590 A CN 105844590A
Authority
CN
China
Prior art keywords
resolution
image
low
resolution image
sparse representation
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
CN201610167515.XA
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.)
Wuhan University of Technology WUT
Original Assignee
Wuhan University of Technology WUT
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 Wuhan University of Technology WUT filed Critical Wuhan University of Technology WUT
Priority to CN201610167515.XA priority Critical patent/CN105844590A/en
Publication of CN105844590A publication Critical patent/CN105844590A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4053Scaling 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

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses an image super-resolution reconstruction method based on sparse representation and a system. The method comprises following steps: a complete high-low resolution dictionary pair is obtained by means of an image training library; bicubic amplification is performed on a low resolution image to be reconstructed to obtain an initial image of the super-resolution algorithm; the first order and second order gradient features of the initial image are extracted; overlapping partition is performed on the extracted features and sparse representation of the low frequency image blocks is obtained by means of the low resolution dictionary; the sparse representation coefficient of the obtained low resolution image blocks is approximately equal to the sparse representation coefficient of the high resolution image blocks to be solved in the high resolution dictionary and the initial estimate of a corresponding high resolution image is estimated by means of the sparse representation coefficient; reconstruction error of the high resolution image is reduced by means of a back projection filter.

Description

Image super-resolution reconstruction method and system based on sparse representation
Technical Field
The invention relates to image processing, in particular to a method and a system for reconstructing super-resolution images based on sparse representation.
Background
In the image super-resolution reconstruction algorithm, firstly, the relationship between high-resolution images is established. Generally speaking, in a single-frame image super-resolution image reconstruction algorithm, geometric distortion can be ignored, so that a degradation phenomenon in an image acquisition process can be simulated as an original high-resolution image through a series of processes such as optical blurring, down-sampling and noise interference, and the existing single-frame image super-resolution algorithm mainly comprises an image super-resolution algorithm based on learning and an image super-resolution algorithm based on interpolation reconstruction.
The super-resolution reconstruction technology based on learning firstly utilizes a high-resolution image training library and an image degradation model to obtain an image training set with high and low resolutions, then obtains a mapping relation between the images with the high and low resolutions through a certain learning algorithm, and finally utilizes an optimization algorithm to optimize the images with the low resolutions to be reconstructed, so as to estimate corresponding images with the high resolutions.
Classical interpolation methods include nearest neighbor interpolation, bilinear interpolation, and bicubic interpolation methods. Of the three interpolation methods, the calculation complexity of the nearest neighbor and bilinear interpolation is relatively low, and the requirements of real-time operation can be met in most occasions, so that the three interpolation methods are widely applied. However, undesirably, the two methods have little contribution to the improvement of the resolution, and especially, enough high-frequency information cannot be obtained, so that the recovered image still has large distortion. Of the three methods, the bicubic interpolation is most suitable for enhancing the detail information of the high-frequency part, and the disadvantage is that the calculation complexity is relatively large.
Although bicubic interpolation provides more detail information, it still has the same problems as the former two methods, especially when high resolution is required, and it cannot provide enough detail information. Interpolation methods either exhibit aliasing or edge blurring. The nearest neighbor interpolation edge step sawtooth image distortion is very obvious, the bilinear interpolation edge step sawtooth image distortion is very obvious, certain edge blurring exists, the bicubic interpolation edge step distortion is weak, and the edge blurring is very obvious.
The traditional interpolation reconstruction method is simple in calculation, easy to implement and wide in application. However, in the case of high magnification, the reconstructed high resolution image is often too smooth at the edges and lacks sufficient detail information due to the large loss of original information of the image.
The learning-based super-resolution algorithm utilizes the training library to learn the prior information of the image before the high-resolution image reconstruction is carried out, so that more image detail information can be obtained and better image reconstruction quality can be obtained. However, in the super-resolution algorithm based on learning, the number of neighbors is not properly selected, so that the details and edges of the reconstructed high-resolution image are blurred, and the reconstruction quality of the image is affected.
Disclosure of Invention
Aiming at the problems, the invention provides an image super-resolution reconstruction method and system based on sparse representation.
The technical scheme adopted by the invention for solving the technical problems is as follows:
the image super-resolution reconstruction method based on sparse representation comprises the following steps:
s1, obtaining a complete high-low resolution dictionary pair by using the image training library, wherein the complete high-low resolution dictionary pair comprises a low resolution dictionary Dl and a high resolution dictionary Dh;
s2, carrying out bicubic amplification on the low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, extracting first-order and second-order gradient features of the initial image, carrying out overlapped blocking on the extracted features to obtain low-resolution image blocks, combining the features corresponding to each low-resolution image block into a vector, setting the vector as y, and then obtaining a sparse representation a of y by using a low-resolution dictionary Dl*
a * = arg min | | y - D l a | | 2 2 + β | | P D h a - w | | 2 2 + λ | | a | | 1 = arg min | | y ~ - D ~ a | | 2 2 + λ | | a | | 1
Wherein,p is an overlapping area, w is a reconstructed pixel value in the overlapping area, and β is a constant used for adjusting the influence of the reconstructed pixel value on the reconstruction of the block to be reconstructed;
s3, the obtained sparse representation coefficient of the low-resolution image block is approximately equal to the sparse representation coefficient of the high-resolution image block to be solved in the high-resolution dictionary Dh, and the corresponding high-resolution image block is estimated by utilizing the sparse representation coefficient
S4, reducing the reconstruction error of the high-resolution image by using a back projection filter to obtain a filtered high-resolution image block, wherein the back projection filter is expressed asWherein S represents a sampling factor, H represents a blurring operator, c is a constant, and X0An initial estimation value of the high-resolution image; the gradient descent method is adopted to solve:
Xlm+1=Xt+v[HTST(Y-SHXt)+c(Xt-X)]
where Xt represents the estimate of the high resolution image after t iterations and v represents the step size in the gradient descent method.
In the method of the present invention, step S1 specifically includes: extracting high and low resolution image block information in an image training library, and training the obtained high and low resolution image blocks by using a K-singular value decomposition algorithm to obtain sparsely represented high and low resolution dictionary pairs.
In the method, the extracted first-order and second-order gradient features are HOG direction gradient histogram features.
The invention also provides an image super-resolution reconstruction system based on sparse representation, which comprises:
the training module is used for obtaining a complete high-low resolution dictionary pair by utilizing the image training library, wherein the complete high-low resolution dictionary pair comprises a low resolution dictionary Dl and a high resolution dictionary Dh;
the sparse representation module is used for carrying out bicubic amplification on a low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, extracting first-order and second-order gradient features of the initial image, carrying out overlapped blocking on the extracted features, combining the features corresponding to each image block into a vector, setting the vector as y, and then obtaining a sparse representation α of y by using a low-resolution dictionary Dl*
a * = arg min | | y - D l a | | 2 2 + β | | P D h a - w | | 2 2 + λ | | a | | 1 = arg min | | y ~ - D ~ a | | 2 2 + λ | | a | | 1
Wherein,p is an overlapping area, w is a reconstructed pixel value in the overlapping area, and β is a constant used for adjusting the influence of the reconstructed pixel value on the reconstruction of the block to be reconstructed;
a high resolution image reconstruction module, configured to approximately equal the obtained sparse representation coefficient of the low resolution dictionary Dl to the sparse representation coefficient of the high resolution image block to be solved in the high resolution dictionary Dh, and estimate a corresponding high resolution image block using the sparse representation coefficient
An error elimination module for reducing the reconstruction error of the high resolution image by using a backward projection filter to obtain a filtered high resolution image block, wherein the backward projection filter is expressed asWherein S represents a sampling factor, H represents a blurring operator, X0For the initial estimation value of the high-resolution image, c is a constant, and a gradient descent method is adopted to solve the following problems:
Xlm+1=Xt+v[HTST(Y-SHXt)+c(Xt-X)]
where Xt represents the estimate of the high resolution image after t iterations and v represents the step size in the gradient descent method.
In the system of the present invention, the training module is specifically configured to: extracting high and low resolution image block information in an image training library, and training the obtained high and low resolution image blocks by using a K-singular value decomposition algorithm to obtain sparsely represented high and low resolution dictionary pairs.
In the system, the extracted first-order and second-order gradient features are HOG direction gradient histogram features.
The super-resolution reconstruction method has the advantages that the parameter β is introduced in the super-resolution reconstruction estimation process and used for adjusting the influence of the reconstructed pixel value on the reconstruction of a block to be reconstructed, the introduction of the parameter β, namely the introduction of uncertainty can prevent the expansion of estimation errors among different variables, the high-resolution image and unknown parameters in an algorithm are modeled under a frame, the unknown variables are jointly estimated, and the super-parameter X is calculated and analyzed0The value of (2) improves the stability to noise without parameter adjustment.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a super-resolution image reconstruction method based on sparse representation according to an embodiment of the present invention;
FIG. 2 is a dictionary training process diagram of an image super-resolution reconstruction algorithm based on sparse representation according to an embodiment of the present invention;
fig. 3 is a diagrammatic view of image reconstruction in accordance with an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The image super-resolution reconstruction algorithm based on sparse representation comprises two stages of overcomplete dictionary construction and high-resolution image reconstruction. As shown in fig. 1, the method specifically comprises the following steps:
s1, obtaining a complete high-low resolution dictionary pair by using the image training library, wherein the complete high-low resolution dictionary pair comprises a low resolution dictionary Dl and a high resolution dictionary Dh;
s2, carrying out bicubic amplification on the low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, extracting first-order and second-order gradient features of the initial image, carrying out overlapping blocking on the extracted features to obtain low-resolution image blocks, combining the features corresponding to each low-resolution image block into a vector, and obtaining sparse representation of y by using a low-resolution dictionary Dl;
s3, enabling the obtained sparse representation coefficient of the low-resolution image block to be approximately equal to the sparse representation coefficient of the high-resolution image block to be solved in the high-resolution dictionary, and estimating the initial estimation value of the corresponding high-resolution image by utilizing the sparse representation coefficient;
and S4, reducing the reconstruction error of the high-resolution image by using a back projection filter.
The solution of the sparse representation coefficient is involved in both the dictionary construction and the image reconstruction process, and therefore, the sparse representation theoretical model of the image, the overcomplete dictionary construction and the high-resolution image reconstruction method will be described in detail below.
(1) Sparse representation theoretical model of image
Sparse representation of an image means that the image or image signal can be approximated by a linear combination of a suitable series of atoms in an overcomplete atom library. This atomic pool is overcomplete because the number of atoms used in the linear combination is much less than the total number of atoms in the atomic pool. The sparse representation principle of the image is as follows:
given an image signal Y and an overcomplete dictionary D, Y may be represented by a suitable series of baseline combinations in D. The mathematical relationship can be expressed as:
min||α||0s.t.y=Dα
wherein α is a sparse representation coefficient, | | · | | non-volatile memory0Represents the norm of 0, because the expression is used for solving the problem of non-calculation0Is a difficult problem of NP, adopts | | · |. non woven phosphor in the practical calculation1The solving process of (a) is converted into a convex optimization problem:
a * = arg min | | y - D α | | 2 2 + λ | | α | | 1
where λ is the regularization parameter (i.e., the linear parameter value of a x and a).
(2) Overcomplete dictionary construction
The first step of the image super-resolution reconstruction algorithm based on sparse representation is to use an image training library to obtain an over-complete sparse representation dictionary. The overcomplete dictionary training is to obtain sparse representation high and low resolution dictionary pairs by extracting high and low resolution image block information in an image training library and training the obtained high and low resolution image blocks by using a K-singular value decomposition algorithm.
Fig. 2 shows a specific process of dictionary training in the image super-resolution reconstruction algorithm based on sparse representation. The method specifically comprises the following steps:
first, an image in a low-resolution image set is divided into image blocks of N × N sizes, and features are extracted. The specific method is to adopt 4 one-dimensional filters:
f1=[-1,0,1]
f3=[1,0,-2,0,1]
where T denotes transposition. And taking the convolution result of the low-resolution image and the four filter operators as the characteristic of the low-resolution image. The four feature blocks obtained by blocking and the corresponding high-resolution image blocks are combined to be used as the input of a dictionary training algorithm, and the method takes the neighborhood information of the low-resolution image into consideration, so that the compatibility among the reconstructed high-resolution image blocks is improved.
And training a low-resolution dictionary. And (4) solving by using a sparse K-SVD algorithm according to the result of the step (i) to obtain a low-resolution dictionary Dl.
And thirdly, interpolating the low-resolution dictionary Dl to obtain an interpolation image set Dh with the same size as the high-resolution image set of the previous stage.
The technology for performing dictionary training by using the image super-resolution reconstruction algorithm based on sparse representation comprises a training sample extraction method and a K-SVD algorithm for performing dictionary training.
a. Extraction of training samples
In the image super-resolution reconstruction algorithm based on sparse representation, the processing of the image is performed in blocks, training samples are randomly extracted from high-resolution images in an image training library, and the number of the training samples is usually far larger than the number of atoms in a dictionary. In order to obtain a dictionary with wide applicability, as many natural high-resolution images as possible should be selected as an image training library, and the image information in the image training library is as many as possible. In a specific dictionary training process, a low-resolution image is degraded from a high-resolution image, and multiple features of the low-resolution image are often required to be extracted, and the features are partitioned into blocks and form a vector with corresponding high-resolution image blocks to perform dictionary training. Since the first and second order gradients of an image can effectively express the features of the image and the extraction algorithm is simple, they are commonly used to express the features of the image. The first-order and second-order gradients of an image are Histogram of Oriented Gradient (HOG) features, which are feature descriptors used for object detection in computer vision and image processing. The first and second order gradient filter operators of an image can be expressed as:
f1=[-1,0,1],f2=f1 T
f3=[1,0,-2,0,1],f4=f3 T
where T denotes transposition. And taking the convolution result of the low-resolution image and the four filter operators as the characteristic of the low-resolution image. And then combining the four feature blocks obtained by blocking with the corresponding high-resolution image blocks to be used as the input of a dictionary training algorithm. The method considers neighborhood information of the low-resolution image, thereby being beneficial to improving the compatibility between reconstructed high-resolution image blocks.
b.K-SVD dictionary training method
The K-SVD algorithm is also called as a generalized K-means clustering algorithm and is greatly connected with the K-means clustering algorithm, when each signal in the K-SVD algorithm is only approximately represented by one atom, the K-SVD algorithm is degraded into the K-means clustering algorithm, the main idea is to solve the continuous alternation of the sparse representation of an input sample in a current dictionary and the updating process of the dictionary, update each column of the dictionary according to the sparse representation result, assume that N training samples are output, and use D ∈ R to update each column of the dictionary according to the sparse representation resultn*kDenotes an overcomplete dictionary, Y ═ Yi∈RnI 1, 2...... N } represents a training sample set, and a ═ α ·i∈RkAnd i ═ 1, 2.... N } represents a sparse representation coefficient set of training samples, the K-SVD dictionary training algorithm can be equivalent to a solving equation
min D . A { | | Y - D A | | F 2 } s . t . ∀ i , | | a i | | 0 ≤ T 0
Where T is an upper limit value of the number of non-zeros in the sparse representation coefficient.
(3) Image reconstruction process
See figure 3 for details. After dictionary training, the image super-resolution reconstruction algorithm based on sparse representation carries out sparse representation and reconstruction on a known low-resolution image in a trained high-low resolution dictionary, and therefore an expected high-resolution image is estimated. And (3) a high-resolution image reconstruction process based on the image super-resolution reconstruction algorithm of sparse representation.
Firstly, carrying out bicubic amplification on a low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, then extracting first-order and second-order gradient features of the initial image, carrying out overlapped blocking on the features, combining the features corresponding to each image block into a vector, setting the vector as y, and then obtaining a sparse representation system alpha by utilizing y obtained from a low-resolution dictionary Dl.
a * = arg min | | y - D l α | | 2 2 + β | | P D h α - w | | 2 2 + λ | | a | | 1 = arg min | | y ~ - D ~ α | | 2 2 + λ | | α | | 1
Wherein,
D ~ = D l PD h , y ~ = y β w
p is the overlap region, w is the reconstructed pixel value in the overlap region, β is a constant used to adjust the reconstructed pixel value's effect on the reconstruction of the block to be reconstructed β is determined by using the characteristics of the picture itself Represents the square of 2 norm, | ·| non-woven phosphor1Representing a 1 norm. λ is a and a linear parameter value.
Then, according to the characteristic that the high-resolution image blocks and the low-resolution image blocks have similar geometric manifold in local parts, the high-resolution image blocks and the low-resolution image blocks can be considered to be consistent to sparse representation coefficients in a training set, so that the obtained sparse representation coefficients of the low-resolution image blocks are approximately equal to the sparse representation coefficients of the high-resolution image blocks to be solved in a high-resolution dictionary, and the corresponding high-resolution image blocks are estimated by utilizing the sparse representation coefficients
x ~ = Dhα *
Using the above method, an initial estimate X of a high resolution image can be obtained0. However, the obtained high-resolution image does not accurately represent the actual high-resolution image, and the process of degrading the high-resolution image into the low-resolution image cannot be well reflected, and meanwhile, interference (such as noise and the like) may exist in the low-resolution image. Therefore, at the end of the algorithm, the sparse representation-based image super-resolution reconstruction algorithm applies a backward projection filter to reduce the reconstruction error of the high-resolution image. The backward projection filter is expressed by a mathematical formula of
X * = arg min | | S H Y - y | | 2 2 + c | | X - X 0 | | 2 2
Wherein S represents a sampling factor, H represents a blurring operator, and c is a constant. In practical calculations, a gradient descent method is often used to solve:
Xlm+1=Xt+v[HTST(Y-SHXt)+c(Xt-X0)]
wherein, Xt represents the estimation of the high resolution image after T iterations, T represents transposition, v represents the step size in the gradient descent method, lm +1 represents the (m + 1) th parameter in the low resolution dictionary Dl, and Y represents the corresponding parameter in the high resolution dictionary Dh.
The image super-resolution reconstruction method based on sparse representation can obtain better image reconstruction results, but has the defects that the running time of the algorithm is longer compared with that of bi-quadratic interpolation, and meanwhile, compared with the methods of bi-quadratic interpolation and neighborhood embedding, the image reconstruction of the algorithm at the edge is not smooth enough. But the image super-resolution reconstruction algorithm based on sparse representation can better retain the information of the original high-resolution image.
It will be understood that modifications and variations can be made by persons skilled in the art in light of the above teachings and all such modifications and variations are intended to be included within the scope of the invention as defined in the appended claims.

Claims (6)

1. A super-resolution image reconstruction method based on sparse representation is characterized by comprising the following steps:
s1, obtaining a complete high-low resolution dictionary pair by using the image training library, wherein the complete high-low resolution dictionary pair comprises a low resolution dictionary Dl and a high resolution dictionary Dh;
s2, carrying out bicubic amplification on the low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, extracting first-order and second-order gradient features of the initial image, carrying out overlapped blocking on the extracted features to obtain low-resolution image blocks, and carrying out double blocking on each low-resolution image blockCombining the corresponding features of the image block into a vector, setting the vector as y, and then obtaining a sparse representation a of y by using a low-resolution dictionary Dl*
a * = arg min | | y - D l a | | 2 2 + β | | P D h a - w | | 2 2 + λ | | a | | 1 = arg min | | y ~ - D ~ a | | 2 2 + λ | | a | | 1
Wherein,p is the overlapping area, w is the reconstructed pixel value in the overlapping area, β is a constant used to adjust the influence of the reconstructed pixel value on the reconstruction of the block to be reconstructed, and λ is a*Linear parameter values with a;
s3, the obtained sparse representation coefficient of the low-resolution image feature block is approximately equal to the sparse representation coefficient of the high-resolution image block to be solved in the high-resolution dictionary Dh, and the corresponding high-resolution image block is estimated by utilizing the sparse representation coefficient
S4, reducing the reconstruction error of the high-resolution image by using a back projection filter to obtain a filtered high-resolution image block, and back projectingThe filter is expressed by the mathematical formulaWherein S represents a sampling factor, H represents a blurring operator, c is a constant, and X0An initial estimation value of the high-resolution image; the gradient descent method is adopted to solve:
Xlm+1=Xt+v[HTST(Y-SHXt)+c(Xt-X)]
wherein, T represents transposition, Xt represents estimation of a high resolution image after T iterations, v represents a step size in a gradient descent method, lm +1 represents an m +1 th parameter in a low resolution dictionary Dl, and m is an integer.
2. The method according to claim 1, wherein step S1 is specifically: extracting high and low resolution image block information in an image training library, and training the obtained high and low resolution image blocks by using a K-singular value decomposition algorithm to obtain sparsely represented high and low resolution dictionary pairs.
3. The method of claim 1, wherein the extracted first-order and second-order gradient features are HOG histogram of oriented gradient features.
4. An image super-resolution reconstruction system based on sparse representation is characterized by comprising:
the training module is used for obtaining a complete high-low resolution dictionary pair by utilizing the image training library, wherein the complete high-low resolution dictionary pair comprises a low resolution dictionary Dl and a high resolution dictionary Dh;
the sparse representation module is used for carrying out bicubic amplification on a low-resolution image to be reconstructed to obtain an initial image of a super-resolution algorithm, extracting first-order and second-order gradient features of the initial image, carrying out overlapped blocking on the extracted features, combining the features corresponding to each image block into a vector, setting the vector as y, and then obtaining a sparse representation α of y by using a low-resolution dictionary Dl*
a * = arg min | | y - D l a | | 2 2 + β | | P D h a - w | | 2 2 + λ | | a | | 1 = arg min | | y ~ - D ~ a | | 2 2 + λ | | a | | 1
Wherein,p is an overlapping area, w is a reconstructed pixel value in the overlapping area, and β is a constant used for adjusting the influence of the reconstructed pixel value on the reconstruction of the block to be reconstructed;
a high resolution image reconstruction module, configured to approximately equal the obtained sparse representation coefficient of the low resolution dictionary Dl to the sparse representation coefficient of the high resolution image block to be solved in the high resolution dictionary Dh, and estimate a corresponding high resolution image block using the sparse representation coefficient
An error elimination module for reducing the reconstruction error of the high resolution image by using a backward projection filter to obtain a filtered high resolution image block, wherein the backward projection filter is expressed asWherein S represents a sampling factor, H represents a blurring operator, X0For the initial estimation value of the high-resolution image, c is a constant, and a gradient descent method is adopted to solve the following problems:
Xlm+1=Xt+v[HTST(Y-SHXt)+c(Xt-X)]
where Xt represents the estimate of the high resolution image after t iterations and v represents the step size in the gradient descent method.
5. The system of claim 4, wherein the training module is specifically configured to: extracting high and low resolution image block information in an image training library, and training the obtained high and low resolution image blocks by using a K-singular value decomposition algorithm to obtain sparsely represented high and low resolution dictionary pairs.
6. The system of claim 4, wherein the extracted first and second order gradient features are HOG histogram of oriented gradient features.
CN201610167515.XA 2016-03-23 2016-03-23 Image super-resolution reconstruction method and system based on sparse representation Pending CN105844590A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610167515.XA CN105844590A (en) 2016-03-23 2016-03-23 Image super-resolution reconstruction method and system based on sparse representation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610167515.XA CN105844590A (en) 2016-03-23 2016-03-23 Image super-resolution reconstruction method and system based on sparse representation

Publications (1)

Publication Number Publication Date
CN105844590A true CN105844590A (en) 2016-08-10

Family

ID=56584225

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610167515.XA Pending CN105844590A (en) 2016-03-23 2016-03-23 Image super-resolution reconstruction method and system based on sparse representation

Country Status (1)

Country Link
CN (1) CN105844590A (en)

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106340027A (en) * 2016-08-26 2017-01-18 西北大学 Calligraphy background reconstruction method based on image super resolution
CN106447610A (en) * 2016-08-31 2017-02-22 重庆大学 Image reconstruction method and image reconstruction device
CN106683049A (en) * 2016-12-21 2017-05-17 华南理工大学 Reconstruction method of the image super-resolution based on the saliency map and the sparse representation
CN106934766A (en) * 2017-03-15 2017-07-07 西安理工大学 A kind of infrared image super resolution ratio reconstruction method based on rarefaction representation
CN107038684A (en) * 2017-04-10 2017-08-11 南京信息工程大学 A kind of method for lifting TMI spatial resolution
CN107093170A (en) * 2017-04-21 2017-08-25 西安电子科技大学 A kind of real-time super-resolution rate method for reconstructing
CN107203969A (en) * 2017-06-13 2017-09-26 武汉大学 A kind of high magnification image super-resolution rebuilding method of medium scale constraint
CN107341776A (en) * 2017-06-21 2017-11-10 北京工业大学 Single frames super resolution ratio reconstruction method based on sparse coding and combinatorial mapping
CN107680146A (en) * 2017-09-13 2018-02-09 深圳先进技术研究院 Method for reconstructing, device, equipment and the storage medium of PET image
CN107767337A (en) * 2017-09-29 2018-03-06 深圳先进技术研究院 A kind of image super-resolution rebuilding method, device, mobile terminal and storage medium
CN107818546A (en) * 2017-11-01 2018-03-20 淮海工学院 A kind of positron emission fault image super-resolution rebuilding method based on rarefaction representation
CN107945114A (en) * 2017-11-30 2018-04-20 天津大学 Magnetic resonance image super-resolution method based on cluster dictionary and iterative backprojection
CN107977929A (en) * 2016-10-21 2018-05-01 中国电信股份有限公司 Image Super Resolution Processing method and apparatus
CN108122262A (en) * 2016-11-28 2018-06-05 南京理工大学 Based on the separated rarefaction representation single-frame images super-resolution rebuilding algorithm of main structure
CN108133456A (en) * 2016-11-30 2018-06-08 京东方科技集团股份有限公司 Face super-resolution reconstruction method, reconstructing apparatus and computer system
CN108492250A (en) * 2018-03-07 2018-09-04 大连大学 The method of depth image Super-resolution Reconstruction based on the guiding of high quality marginal information
CN108492252A (en) * 2018-03-20 2018-09-04 南昌工程学院 Face image super-resolution reconstruction method based on secondary reconstruction
CN108537734A (en) * 2018-04-16 2018-09-14 西华大学 Single image super resolution ratio reconstruction method based on gradient profile example dictionary and Weighted adaptive p norms
CN108765293A (en) * 2018-05-31 2018-11-06 成都信息工程大学 A kind of MR image reconstruction method and system based on rarefaction representation
CN108830792A (en) * 2018-05-09 2018-11-16 浙江师范大学 A kind of image super-resolution method using multiclass dictionary
CN108985350A (en) * 2018-06-27 2018-12-11 北京中安未来科技有限公司 It is a kind of that the method and apparatus of blurred picture are identified based on gradient magnitude sparse features information, calculate equipment and storage medium
CN109325916A (en) * 2018-10-16 2019-02-12 哈尔滨理工大学 A kind of video image super-resolution reconstruction method based on rarefaction representation
CN109447905A (en) * 2018-11-06 2019-03-08 大连海事大学 Based on the marine image super-resolution rebuilding method for differentiating dictionary
CN109685738A (en) * 2018-12-24 2019-04-26 广东理致技术有限公司 A kind of method and device of improving image definition
CN109785235A (en) * 2018-12-29 2019-05-21 华中光电技术研究所(中国船舶重工集团有限公司第七一七研究所) Compressed sensing based infrared pedestrian image super resolution ratio reconstruction method and system
CN110211037A (en) * 2019-04-26 2019-09-06 南京航空航天大学 A kind of image super-resolution method based on the study of multistage sparse dictionary
CN110223231A (en) * 2019-06-06 2019-09-10 天津工业大学 A kind of rapid super-resolution algorithm for reconstructing of noisy image
CN110648277A (en) * 2018-06-26 2020-01-03 天津工业大学 Secondary super-resolution reconstruction of interference hyperspectral image based on self-adaptive penalty model
CN110648392A (en) * 2019-09-10 2020-01-03 中国人民解放军国防科技大学 Iterative initial image generation method based on learning and sparse representation
CN111951167A (en) * 2020-08-25 2020-11-17 深圳思谋信息科技有限公司 Super-resolution image reconstruction method, super-resolution image reconstruction device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080175509A1 (en) * 2007-01-24 2008-07-24 General Electric Company System and method for reconstructing restored facial images from video
CN101556690A (en) * 2009-05-14 2009-10-14 复旦大学 Image super-resolution method based on overcomplete dictionary learning and sparse representation
CN103077511A (en) * 2013-01-25 2013-05-01 西安电子科技大学 Image super-resolution reconstruction method based on dictionary learning and structure similarity

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080175509A1 (en) * 2007-01-24 2008-07-24 General Electric Company System and method for reconstructing restored facial images from video
CN101556690A (en) * 2009-05-14 2009-10-14 复旦大学 Image super-resolution method based on overcomplete dictionary learning and sparse representation
CN103077511A (en) * 2013-01-25 2013-05-01 西安电子科技大学 Image super-resolution reconstruction method based on dictionary learning and structure similarity

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王晓春: "基于稀疏表示的单帧图像超分辨率重建算法研究", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106340027B (en) * 2016-08-26 2019-02-01 西北大学 A kind of calligraphy Background Rebuilding Method based on image super-resolution
CN106340027A (en) * 2016-08-26 2017-01-18 西北大学 Calligraphy background reconstruction method based on image super resolution
CN106447610A (en) * 2016-08-31 2017-02-22 重庆大学 Image reconstruction method and image reconstruction device
CN106447610B (en) * 2016-08-31 2019-07-23 重庆大学 Image rebuilding method and device
CN107977929A (en) * 2016-10-21 2018-05-01 中国电信股份有限公司 Image Super Resolution Processing method and apparatus
CN107977929B (en) * 2016-10-21 2021-02-23 中国电信股份有限公司 Image super-resolution processing method and device
CN108122262B (en) * 2016-11-28 2021-05-07 南京理工大学 Sparse representation single-frame image super-resolution reconstruction algorithm based on main structure separation
CN108122262A (en) * 2016-11-28 2018-06-05 南京理工大学 Based on the separated rarefaction representation single-frame images super-resolution rebuilding algorithm of main structure
CN108133456A (en) * 2016-11-30 2018-06-08 京东方科技集团股份有限公司 Face super-resolution reconstruction method, reconstructing apparatus and computer system
CN106683049A (en) * 2016-12-21 2017-05-17 华南理工大学 Reconstruction method of the image super-resolution based on the saliency map and the sparse representation
CN106934766B (en) * 2017-03-15 2020-04-21 西安理工大学 Infrared image super-resolution reconstruction method based on sparse representation
CN106934766A (en) * 2017-03-15 2017-07-07 西安理工大学 A kind of infrared image super resolution ratio reconstruction method based on rarefaction representation
CN107038684A (en) * 2017-04-10 2017-08-11 南京信息工程大学 A kind of method for lifting TMI spatial resolution
CN107093170A (en) * 2017-04-21 2017-08-25 西安电子科技大学 A kind of real-time super-resolution rate method for reconstructing
CN107093170B (en) * 2017-04-21 2020-05-12 西安电子科技大学 Real-time super-resolution reconstruction method
CN107203969B (en) * 2017-06-13 2019-06-25 武汉大学 A kind of high magnification image super-resolution rebuilding method of medium scale constraint
CN107203969A (en) * 2017-06-13 2017-09-26 武汉大学 A kind of high magnification image super-resolution rebuilding method of medium scale constraint
CN107341776A (en) * 2017-06-21 2017-11-10 北京工业大学 Single frames super resolution ratio reconstruction method based on sparse coding and combinatorial mapping
CN107680146A (en) * 2017-09-13 2018-02-09 深圳先进技术研究院 Method for reconstructing, device, equipment and the storage medium of PET image
CN107767337A (en) * 2017-09-29 2018-03-06 深圳先进技术研究院 A kind of image super-resolution rebuilding method, device, mobile terminal and storage medium
CN107818546A (en) * 2017-11-01 2018-03-20 淮海工学院 A kind of positron emission fault image super-resolution rebuilding method based on rarefaction representation
CN107945114A (en) * 2017-11-30 2018-04-20 天津大学 Magnetic resonance image super-resolution method based on cluster dictionary and iterative backprojection
CN108492250A (en) * 2018-03-07 2018-09-04 大连大学 The method of depth image Super-resolution Reconstruction based on the guiding of high quality marginal information
CN108492252A (en) * 2018-03-20 2018-09-04 南昌工程学院 Face image super-resolution reconstruction method based on secondary reconstruction
CN108537734A (en) * 2018-04-16 2018-09-14 西华大学 Single image super resolution ratio reconstruction method based on gradient profile example dictionary and Weighted adaptive p norms
CN108830792A (en) * 2018-05-09 2018-11-16 浙江师范大学 A kind of image super-resolution method using multiclass dictionary
CN108830792B (en) * 2018-05-09 2022-03-11 浙江师范大学 Image super-resolution method using multi-class dictionary
CN108765293A (en) * 2018-05-31 2018-11-06 成都信息工程大学 A kind of MR image reconstruction method and system based on rarefaction representation
CN110648277A (en) * 2018-06-26 2020-01-03 天津工业大学 Secondary super-resolution reconstruction of interference hyperspectral image based on self-adaptive penalty model
CN108985350A (en) * 2018-06-27 2018-12-11 北京中安未来科技有限公司 It is a kind of that the method and apparatus of blurred picture are identified based on gradient magnitude sparse features information, calculate equipment and storage medium
CN109325916A (en) * 2018-10-16 2019-02-12 哈尔滨理工大学 A kind of video image super-resolution reconstruction method based on rarefaction representation
CN109447905A (en) * 2018-11-06 2019-03-08 大连海事大学 Based on the marine image super-resolution rebuilding method for differentiating dictionary
CN109447905B (en) * 2018-11-06 2022-11-18 大连海事大学 Maritime image super-resolution reconstruction method based on discrimination dictionary
CN109685738A (en) * 2018-12-24 2019-04-26 广东理致技术有限公司 A kind of method and device of improving image definition
CN109785235A (en) * 2018-12-29 2019-05-21 华中光电技术研究所(中国船舶重工集团有限公司第七一七研究所) Compressed sensing based infrared pedestrian image super resolution ratio reconstruction method and system
CN110211037A (en) * 2019-04-26 2019-09-06 南京航空航天大学 A kind of image super-resolution method based on the study of multistage sparse dictionary
CN110223231A (en) * 2019-06-06 2019-09-10 天津工业大学 A kind of rapid super-resolution algorithm for reconstructing of noisy image
CN110648392A (en) * 2019-09-10 2020-01-03 中国人民解放军国防科技大学 Iterative initial image generation method based on learning and sparse representation
CN110648392B (en) * 2019-09-10 2022-11-22 中国人民解放军国防科技大学 Iterative initial image generation method based on learning and sparse representation
CN111951167A (en) * 2020-08-25 2020-11-17 深圳思谋信息科技有限公司 Super-resolution image reconstruction method, super-resolution image reconstruction device, computer equipment and storage medium
CN111951167B (en) * 2020-08-25 2021-05-18 深圳思谋信息科技有限公司 Super-resolution image reconstruction method, super-resolution image reconstruction device, computer equipment and storage medium
WO2022042124A1 (en) * 2020-08-25 2022-03-03 深圳思谋信息科技有限公司 Super-resolution image reconstruction method and apparatus, computer device, and storage medium

Similar Documents

Publication Publication Date Title
CN105844590A (en) Image super-resolution reconstruction method and system based on sparse representation
Jiji et al. Single‐frame image super‐resolution using learned wavelet coefficients
CN103871041B (en) The image super-resolution reconstructing method built based on cognitive regularization parameter
CN106127688B (en) A kind of super-resolution image reconstruction method and its system
CN106204447A (en) The super resolution ratio reconstruction method with convolutional neural networks is divided based on total variance
CN106920214B (en) Super-resolution reconstruction method for space target image
CN106952228A (en) The super resolution ratio reconstruction method of single image based on the non local self-similarity of image
CN104899830B (en) A kind of image super-resolution method
CN102354394B (en) Image super-resolution method and system
KR20130001213A (en) Method and system for generating an output image of increased pixel resolution from an input image
CN108492270B (en) Super-resolution method based on fuzzy kernel estimation and variational reconstruction
CN106169174B (en) Image amplification method
CN108830791B (en) Image super-resolution method based on self sample and sparse representation
CN111861886B (en) Image super-resolution reconstruction method based on multi-scale feedback network
CN112529776A (en) Training method of image processing model, image processing method and device
CN105488759A (en) Image super-resolution reconstruction method based on local regression model
Lakshman et al. Image interpolation using shearlet based iterative refinement
CN106910215A (en) A kind of super-resolution method based on fractional order gradient interpolation
CN108122262B (en) Sparse representation single-frame image super-resolution reconstruction algorithm based on main structure separation
CN104200439B (en) Image super-resolution method based on adaptive filtering and regularization constraint
CN106981046B (en) Single image super resolution ratio reconstruction method based on multi-gradient constrained regression
CN115205136A (en) Image rain removing method based on Fourier prior
CN114972036A (en) Blind image super-resolution reconstruction method and system based on fusion degradation prior
CN114612297A (en) Hyperspectral image super-resolution reconstruction method and device
CN107481189B (en) Super-resolution image reconstruction method based on learning sparse representation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160810