CN113362226A - Image super-resolution reconstruction based on deep learning - Google Patents

Image super-resolution reconstruction based on deep learning Download PDF

Info

Publication number
CN113362226A
CN113362226A CN202110668604.3A CN202110668604A CN113362226A CN 113362226 A CN113362226 A CN 113362226A CN 202110668604 A CN202110668604 A CN 202110668604A CN 113362226 A CN113362226 A CN 113362226A
Authority
CN
China
Prior art keywords
image
super
resolution reconstruction
deep learning
model
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.)
Withdrawn
Application number
CN202110668604.3A
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.)
Guilin University of Technology
Original Assignee
Guilin University of Technology
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 Guilin University of Technology filed Critical Guilin University of Technology
Priority to CN202110668604.3A priority Critical patent/CN113362226A/en
Publication of CN113362226A publication Critical patent/CN113362226A/en
Withdrawn legal-status Critical Current

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Image Analysis (AREA)

Abstract

The invention provides an image super-resolution reconstruction method based on deep learning. The method comprises the following specific steps: (1) and (5) super-resolution reconstruction of the image. Learning from a large amount of training data by using a Convolutional Neural Network (CNN) to obtain a mapping relation model in a low-definition picture and a high-definition picture, and performing super-resolution reconstruction processing on the images in the test set based on the CNN by using the mapping relation model. (2) And (3) after the step (1) is completed, obtaining a reconstructed image, using the reconstructed image as a low-definition image, defining a generator network and a discriminator network by adopting a Keras deep learning framework, performing feature extraction by using a VGG19 pre-training model to construct an SRGAN model, and finally performing SRGAN-based super-resolution reconstruction processing on the images in the test set. (3) And (3) after the step (2) is completed, the super-resolution reconstruction of the image based on the deep learning can be realized. The method has the advantages of convenient use, high response speed, high measurement precision and simple structure, and improves the field detection speed.

Description

Image super-resolution reconstruction based on deep learning
Technical Field
The invention relates to a method for reconstructing super-resolution images, which belongs to the field of digital image processing, the field of image super-resolution reconstruction application and wide application, and has important application in the aspects of military affairs, medicine, public safety, computer vision and the like.
Background
The concept of super-resolution was first proposed in the optical field, which refers to a process in which one tries to recover data outside the diffraction limit. But with the advent of the digital age, we are becoming more and more closely related to consumer electronics.
Unlike before, people touch sensing media such as pictures and videos through modern mature consumer electronics instead of observing optical objects in reality with naked eyes.
Thus, the quality of the digital media we are exposed to is affected by a variety of factors due to the limitations of the medium. If limitations such as transmission bandwidth, sampling device performance, and too low original resolution of rendering are received, only low-definition images lower than the display resolution of the viewing device can be obtained, and these low-definition images often cannot meet the requirements of viewing experience. As in the application of video surveillance in a public security system, the image quality degrades for a variety of reasons, but high-definition images are often the basis for police personnel to obtain critical information in a surveillance mission. As is common to most people, the most common one is faced with the situation where the resolution of the display device for viewing does not match the resolution of the media content. Nowadays, with rapid development in the field of consumer electronics, the display resolution of TVs, high-resolution displays, thin and light notebook, ipads, and even small and medium-sized mobile phone screens used by people has reached a very high level, and the development of these display devices towards high resolution is promoted to some extent by the appearance of 8k, 4k and other streaming media. But in practice media images are still provided, usually at a lower resolution, due to limitations in transmission bandwidth, server capacity, etc. Too little picture resolution is a rather poor viewing experience for high definition display devices. In a display device with a high unit pixel density, the physical size displayed by a low-resolution image will be too small to be viewed.
The image super-resolution technology is an effective technical means introduced to meet the above requirements. The image super-resolution technology tries to enlarge the size of a digital image by a certain multiple, fits the information of the enlarged missing pixels through different algorithms and mathematical means, and supplements the information of the newly added pixels, so that a super-resolution image with a display effect superior to that of a low-resolution original image to a certain extent is obtained to meet the requirements of people.
Disclosure of Invention
The invention aims to overcome the defects of the existing method and provides an image super-resolution reconstruction method based on deep learning.
The method comprises the following specific steps:
(1) super-resolution reconstruction of images essentially uses a priori relationship to fit unknown information. And learning from a large amount of training data by using a Convolutional Neural Network (CNN) to obtain a corresponding relation between the low-definition pictures and the high-definition pictures, namely a model of a mapping relation. And performing super-resolution reconstruction processing on the images in the test set based on the CNN by using the mapping relation model.
(2) And (3) after the step (1) is completed, obtaining an image after super-resolution reconstruction based on the convolutional neural network, using the image as a low-definition image, defining a generator network and a discriminator network by adopting a Keras deep learning framework, performing feature extraction by using a VGG19 pre-training model to construct an SRGAN model, and finally performing the super-resolution reconstruction processing based on the SRGAN on the test concentrated image.
(3) And (3) after the step (2) is completed, the super-resolution reconstruction of the image based on the deep learning can be realized.
The method is simple and convenient, and the used method is convenient to use, high in response speed, high in measurement precision and simple in structure, so that the problem of complicated extraction of the defect characteristics of the underground pipeline is fundamentally solved, and the field detection speed is greatly improved.
Drawings
Fig. 1 is an overall flow chart of the SRCNN.
Fig. 2 is a structure diagram of a three-layer network of the SRCNN.
FIG. 3 is a graph comparing the results of the classical algorithm and SRCNN.
FIG. 4 is a flow chart of SRGAN method model construction.
FIG. 5 is a graph of the results of combining CNN with GAN.
Detailed Description
The proposed framework for extracting the fracture characteristics of the underground sewage pipeline is shown in the attached drawings of the specification. The algorithm herein comprises three parts: (1) learning from a large amount of training data by using a Convolutional Neural Network (CNN) to obtain a corresponding relation between a low-definition picture and a high-definition picture, performing super-resolution reconstruction on the picture for one time (2), outputting a high-definition result obtained in the step (1) as low-resolution input (3) obtained in the step (2), defining a generator network and a discriminator network by adopting a Keras deep learning framework, performing feature extraction by using a VGG19 pre-training model to construct an SRGAN model, and performing super-resolution reconstruction processing on the picture in a test set based on the SRGAN.

Claims (1)

1. The image super-resolution reconstruction based on the deep learning comprises the following specific steps:
(1) the super-resolution reconstruction of the image essentially utilizes a priori relationship to fit unknown information; learning from a large amount of training data by using a Convolutional Neural Network (CNN) to obtain a corresponding relation between a low-definition picture and a high-definition picture, namely a model of a mapping relation; performing super-resolution reconstruction processing on the images in the test set based on the CNN by using a mapping relation model;
(2) after the step (1) is completed, obtaining an image after super-resolution reconstruction based on a convolutional neural network, using the image as a low-definition image, defining a generator network and a discriminator network by adopting a Keras deep learning framework, performing feature extraction by using a VGG19 pre-training model to construct an SRGAN model, and finally performing super-resolution reconstruction processing based on the SRGAN on the test concentrated image;
(3) and (3) after the step (2) is completed, the super-resolution reconstruction of the image based on the deep learning can be realized.
CN202110668604.3A 2021-06-16 2021-06-16 Image super-resolution reconstruction based on deep learning Withdrawn CN113362226A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110668604.3A CN113362226A (en) 2021-06-16 2021-06-16 Image super-resolution reconstruction based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110668604.3A CN113362226A (en) 2021-06-16 2021-06-16 Image super-resolution reconstruction based on deep learning

Publications (1)

Publication Number Publication Date
CN113362226A true CN113362226A (en) 2021-09-07

Family

ID=77534693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110668604.3A Withdrawn CN113362226A (en) 2021-06-16 2021-06-16 Image super-resolution reconstruction based on deep learning

Country Status (1)

Country Link
CN (1) CN113362226A (en)

Similar Documents

Publication Publication Date Title
Sun et al. A deep learning based no-reference quality assessment model for ugc videos
WO2022057837A1 (en) Image processing method and apparatus, portrait super-resolution reconstruction method and apparatus, and portrait super-resolution reconstruction model training method and apparatus, electronic device, and storage medium
Du et al. Fully convolutional measurement network for compressive sensing image reconstruction
WO2020068140A1 (en) Systems and methods for generating and transmitting image sequences based on sampled color information
CN112001847A (en) Method for generating high-quality image by relatively generating antagonistic super-resolution reconstruction model
US11037531B2 (en) Neural reconstruction of sequential frames
CN109040601B (en) Multi-scale unstructured billion pixel VR panoramic photography system
WO2018107710A1 (en) Method and apparatus for losslessly scaling and displaying local video
CN112561766B (en) Image steganography and extraction method and device and electronic equipment
CN113191495A (en) Training method and device for hyper-resolution model and face recognition method and device, medium and electronic equipment
Lopes et al. Subjective and objective quality assessment of omnidirectional video
CN110827380A (en) Image rendering method and device, electronic equipment and computer readable medium
Min et al. Perceptual Video Quality Assessment: A Survey
CN116074585B (en) Super-high definition video coding and decoding method and device based on AI and attention mechanism
CN113362226A (en) Image super-resolution reconstruction based on deep learning
WO2023197805A1 (en) Image processing method and apparatus, and storage medium and electronic device
CN111696034A (en) Image processing method and device and electronic equipment
WO2007135309A2 (en) Method of coding and system for displaying on a screen a numerical mock-up of an object in the form of a synthesis image
Wang et al. RGNAM: recurrent grid network with an attention mechanism for single-image dehazing
CN112801912A (en) Face image restoration method, system, device and storage medium
WO2019196573A1 (en) Streaming media transcoding method and apparatus, and computer device and readable medium
WO2024032331A1 (en) Image processing method and apparatus, electronic device, and storage medium
US20240185384A1 (en) Video Bandwidth Optimization
US20240185388A1 (en) Method, electronic device, and computer program product for image processing
US11948275B2 (en) Video bandwidth optimization within a video communications platform

Legal Events

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

Application publication date: 20210907

WW01 Invention patent application withdrawn after publication