SlideShare a Scribd company logo
IEEE ICME-2019
8:30 – 12:00, July 08
Shanghai, China
Intelligent
Image/Video Editing
Tutorial
STRUCT Group
Jiaying Liu
Wenhan Yang
Prior Embedding Deep
Super-Resolution
Part 3
Outline
Background and Related Work / 005
Deep Band-Based Image Super-Resolution / 014
STR-ResNet for Video Super-Resolution / 037
Prior Embedding Deep Super-Resolution
Outline
Background and Related Work / 005
Deep Band-Based Image Super-Resolution / 014
STR-ResNet for Video Super-Resolution / 037
Prior Embedding Deep Super-Resolution
STRUCT Group
Challenges and Solutions
Prior Embedding Deep Super-Resolution5
 Ill-Posedness
 Solution
• One-to-Infinity
• Additional Constraints
• Model architectures
• Loss functions
• Signal structure embedding
• Domain knowledge
[Haefner18]
[Haefner18] Bjoern Haefner et al., "Fight Ill-Posedness With Ill-Posedness: Single-Shot Variational Depth Super-Resolution From Shading", CVPR, 2018.
STRUCT Group
DL SR Route
Deep Image Super-Resolution6
RDBSRGAN
DBPN
SRCNN (TPAMI16) VDSR (CVPR16)
FSRCNN (ECCV16) DRCN (CVPR16) LapSRN (CVPR17)
SRGAN (CVPR17)
DBPN (CVPR18)
RDB (CVPR18)
STRUCT Group07
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
STRUCT Group08
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
2015-2017
Signal Regularization
LapSRN
LISTA
DEGREE
STRUCT Group09
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
2015-2017
Signal Regularization
2017-2018
Perceptual SR
DEGREE
Christian Ledig et al., Photo-realistic single image super-resolution using a generative adversarial network, CVPR, 2017.
STRUCT Group010
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
2015-2017
Signal Regularization
2017-2018
Perceptual SR
SFTGAN
Xintao Wang et al., Recovering realistic texture in image super-resolution by deep spatial feature transform, CVPR, 2018.
STRUCT Group011
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
2015-2017
Signal Regularization
2017-2018
Perceptual SR
2017-2018
DenseNet + ResNet
RDB
RDN
Yulun Zhang et al., Residual dense network for image super-resolution, CVPR, 2018.
STRUCT Group012
Representative Work
Deep Image Super-Resolution
2014-2016
Deep Network
2015-2017
Signal Regularization
2017-2018
Perceptual SR
2017-2018
DenseNet + ResNet
Residual Channel Attention Network
2018
RCAN
Yulun Zhang et al., Image Super-Resolution Using Very Deep Residual Channel Attention Networks, ECCV, 2018.
Outline
Background and Related Work / 005
Deep Band-Based Image Super-Resolution / 014
STR-ResNet for Video Super-Resolution / 037
Prior Embedding Deep Super-Resolution
STRUCT Group14 Deep Band-Based Image Super-Resolution
 Deep Band-Based Image Super-Resolution
Deep Edge Guided Recurrent Residual Learning for
Image Super-Resolution
Wenhan Yang, Jiashi Feng, Jianchao Yang, Fang Zhao, Jiaying Liu, Zongming Guo,
and Shuicheng Yan, IEEE TIP 2017
STRUCT Group
Previous Works
Deep Band-Based Image Super-Resolution15
 Issues
• Traditional Regularizer in MAP framework
• Limited capacity to describe complex features
• Deep learning-Based Methods
• Network  Black box, How it works ?
• How to embed priors ?
STRUCT Group
Sub-Bands Super-Resolution
Deep Band-Based Image Super-Resolution16
 Limitations
• The accuracy of reconstruction for each band[Singh14]
• High energy bands  macrostructures
• low energy sub-bands  suffer from attenuation
[Singh14] A. Singh and N. Ahuja, "Sub-Band Energy Constraints for Self-Similarity based Super-Resolution", ICPR, 2014.
STRUCT Group
Sub-Bands Super-Resolution
Deep Band-Based Image Super-Resolution17
 Reconstruction for each band
• Entire signal  separate signals[Freeman91, Taubman94]
• Pay attention to the signal details of each band
    
2
2
ˆ argmin , 1,2,...,
i
i i i
p i n
x
x DHx y x
ˆx

1
ˆ
n
i i
i
w x
   
2
2
ˆ argmin p
x
x DHx y x
[Freeman91] WT. Freeman et al., "The Design and Use of Steerable Filters", TPAMI, 1991.
[Taubman94] D. Taubman et al., "Multirate Multirate 3-D Subband Coding of Video", TIP, 1994.
STRUCT Group
Sub-Bands Super-Resolution
Deep Band-Based Image Super-Resolution18
 Gradual reconstruction
• F : band recovery
• G : aggregation function
• F and G  linear transformation[Singh14, Song16]
• Supervised learning[Chatterjee07, Singh14]
    
 1 1
ˆ, ,i i i i i i
s s x sˆi
x
[Song16] S. Song et al., "Joint Sub-Band based Neighbor Embedding for Image Super-Resolution", ICASSP, 2016.
[Chatterjee07] D. Taubman et al., "Super-Resolution Using Sub-Band Constrained Total Variation", SSVM, 2007.
F1
G1 0
y s
Lx1
1
ˆx
1
s
F2
G2
Lx2
2
ˆx
Fn
Gn
ˆn
x
… 1n
s
Lxn
 ˆn
s x
STRUCT Group
Sub-Bands Super-Resolution
Deep Band-Based Image Super-Resolution19
 Gradual learned reconstruction
• End-to-end learning
• Not dependent on the specific band choice
• G : summation  Concise, does not introduce other parameters
  
 1 1i i i i
s s s
F1
 0
y s
1
ˆx
1
s
F2
2
ˆx
Fn
ˆn
x
… 1n
s
 ˆn
s x
Lx
STRUCT Group
Sub-Bands Super-Resolution
Deep Band-Based Image Super-Resolution20
 Gradual learned reconstruction
• F : Convs + ReLu  Nonlinear
• Unsupervised sub-band learning
  
 1 1i i i i
s s s
conv
 0
y s
1
ˆx
1
s
2
ˆx ˆn
x
… 1n
s
 ˆn
s x
Lxconv
conv
conv
conv
conv
STRUCT Group
Prior Embedding Modeling
Deep Band-Based Image Super-Resolution21
• Regularization embedding: internal + auxiliary
[Weston08] J. Weston et al., "Deep Learning via Semi-Supervised Embedding", ICML, 2008.
Layer 1
Input
Layer 2
Layer 3
Output
Embedding
Space
Layer 1
Input
Layer 2
Layer 3
Output
Layer 1
Input
Layer 2
Layer 3
Output
Embedding
Layer
(a) Output (b) Internal (c) Auxiliary
Embedding
Space
 Space Embedding Network[Weston08]
STRUCT Group
Prior Embedding Modeling
Deep Band-Based Image Super-Resolution22
• Auxiliary Constraints
• Auxiliary information
Layer 1
Input
Layer 2
Layer 3
Output
Regularization embedding
 Regularization embedding
Prior Map
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution23
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution24
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution25
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution26
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution27
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Network Architecture
Deep Band-Based Image Super-Resolution28
 Edge-Guide Sub-Band Reconstruction
Sub-band
reconstruction
Prior
embedding
Feature
extraction
Residual
learning
Loss function
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution29
 Objective Results
Dataset Set5 Set14 BSD100
Method ×2 ×3 ×4 ×2 ×3 ×4 ×2 ×3 ×4
A+ 36.56 32.60 30.30 32.14 29.07 27.28 30.78 28.18 26.77
TSE-SR 36.47 32.62 30.24 32.21 29.14 27.38 31.18 28.30 26.85
JSB-NE 36.59 32.32 30.08 32.34 28.98 27.22 31.22 28.14 26.71
CNN 36.34 32.39 30.09 32.18 29.00 27.20 31.11 28.20 26.70
CNN-L 36.66 32.75 30.49 32.45 29.30 27.50 31.36 28.41 26.90
CSCN 36.88 33.10 30.86 32.50 29.42 27.64 31.40 28.50 27.03
VDSR 37.53 33.66 31.35 33.03 29.77 28.01 31.90 28.82 27.29
DEGREE 37.54 33.72 31.43 33.01 29.78 28.02 31.76 28.69 27.14
DEGREE
-MV
37.58 33.76 31.47 33.06 29.82 28.10 31.80 28.74 27.20
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution30
 Subject Results (x3)
HR A+ SRCNN
JSB-NE CSCN DEGREE
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution31
 Compare to VDSR and DRCN
HR VDSR DRCN DEGREE
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution32
 Compare to VDSR and DRCN
HR VDSR DRCN DEGREE
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution33
 Edge Prediction
Zebra (3×)
Butterfly (4×)
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution34
 Sub-Band Recovery Butterfly (2×)
STRUCT Group
Experimental Results
Deep Band-Based Image Super-Resolution35
 Sub-Band Recovery Butterfly (2×)
Outline
Background and Related Work / 005
Deep Band-Based Image Super-Resolution / 014
STR-ResNet for Video Super-Resolution / 037
Prior Embedding Deep Super-Resolution
STRUCT Group37 STR-ResNet for Video Super-Resolution
 STR-ResNet for Video Super-Resolution
Video Super-Resolution Based on Spatial-Temporal Recurrent
Residual Networks
Wenhan Yang, Jiashi Feng, Guosen Xie, Jiaying Liu, Zongming Guo, Shuicheng Yan
CVIU 2018
STRUCT Group038
Representative Work
STR-ResNet for Video Super-Resolution
2015
BRCN
Huang et al., Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution, NIPS, 2015.
STRUCT Group039
Representative Work
STR-ResNet for Video Super-Resolution
Renjie Liao et. al., Video Super-Resolution via Deep Draft-Ensemble Learning, ICCV, 2015.
2015
BRCN
2016
Draft Learning
STRUCT Group040
Representative Work
STR-ResNet for Video Super-Resolution
2015
BRCN
2016
Draft Learning
A.Kappeler, S.Yoo, Q.Dai, A.K.Katsaggelos. Video Super-Resolution with Convolutional Neural Networks, TCI, 2016.
2016
VSRNet
STRUCT Group041
Representative Work
STR-ResNet for Video Super-Resolution
2015
BRCN
2016
Draft Learning
2016
VSRNet
2017
Sub-Pixel Network
Wenzhe Shi et al., Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network, CVPR, 2016.
STRUCT Group042
Representative Work
STR-ResNet for Video Super-Resolution
2015
BRCN
2016
Draft Learning
2016
VSRNet
2017
Sub-Pixel Network
Xin Tao, Hongyun Gao, Renjie Liao, Jue Wang, Jiaya Jia, Detail-revealing Deep Video Super-resolution, ICCV, 2017.
2018
Detail Revealing SR
STRUCT Group
Explicit vs. Implicit
STR-ResNet for Video Super-Resolution43
 Explicit Motion Modeling
• Regions with salient geometric features: better details
• Smooth regions: artifacts
• Motion compensation: high complexity
• Draft Learning[Liao15]: 50×50  625 s
 Implicit Motion Modeling
• Robust, highly efficient
• Automatic network learning
• Deficiency: motion modeling
Bicubic Draft
BRCN Draft
STRUCT Group
Spatial Temporal Recurrent ResNet
STR-ResNet for Video Super-Resolution44
 Implicit Motion Modeling
• There is no motion compensation and alignment
 Spatial Temporal ResNet
• Modeling intra-frame redundancy and inter-frame
correspondence jointly
• Motion embedding
• Inter-frame residue
STRUCT Group
Spatial and Temporal Joint Modeling (1/2)
STR-ResNet for Video Super-Resolution45
 Spatial Domain
STRUCT Group
Spatial and Temporal Joint Modeling (2/2)
STR-ResNet for Video Super-Resolution46
 Spatial Temporal Domain
STRUCT Group
Implicit Motion Embedding (1/3)
STR-ResNet for Video Super-Resolution47
 Temporal Redundancy in Different Temporal Domain
STRUCT Group
Implicit Motion Embedding (2/3)
STR-ResNet for Video Super-Resolution48
 Spatial Residue vs. Temporal Residue
Temporal Residue
Spatial Residue
Spatial and temporal residue
STRUCT Group
Implicit Motion Embedding (3/3)
STR-ResNet for Video Super-Resolution49
 Input and Predict Inter-Frame Residue
STRUCT Group
Network Architecture (1/2)
STR-ResNet for Video Super-Resolution50
 Single Image Super-Resolution Network
STRUCT Group
Network Architecture (2/2)
STR-ResNet for Video Super-Resolution51
 Multi-Frame Video Super-Resolution Network
STRUCT Group
Experimental Comparison
STR-ResNet for Video Super-Resolution52
 Experimental Setting (1/2)
• Dataset
• 20 videos from Xiph.org Video Test Media1
• 75,000 33×33 overlapped patches2
• Comparison methods
• A+[Timofte14], SRCNN[Dong15], VE2, 3DSKR[Takeda09], Draft SR[Liao15],
and BRCN[Huang15]
• Kernel: 3×3, Channel: 64
• Degradation: 9×9
• Blur level 1.6, SF 4
1https://media.xiph.org/video/derf/
2http://www.infognition.com/videoenhancer/
STRUCT Group
Experimental Comparison
STR-ResNet for Video Super-Resolution53
 Experimental Setting (2/2)
• Loss function
• Training
• Before 250,000 iterations: 0.0001
• After 250,000 iterations: “Focus on” fine-tuning, 0.00001
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution54
 Testing Set
Tractor Sunflower Blue Sky
Station Pedestrian Rush Hour
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution55
 Objective Evaluation
• 4× enlargement
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution56
 Subjective results (1/4)
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution57
 Subjective results (2/4)
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution58
 Subjective results (3/4)
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution59
 Subjective results (4/4)
STRUCT Group
Experimental Results
STR-ResNet for Video Super-Resolution60
 Trade-off between Complexity and Performance
STRUCT Group
Summary
STR-ResNet for Video Super-Resolution61
 Joint Spatial and Temporal Modeling
• Spatial redundancy  spatial and temporal redundancy
• Implicit motion modeling
 Spatial Temporal Recurrent ResNet
• Recurrent network
• Inter-frame connection
• Implicit motion modeling
• Inter-frame residue embedding
STRUCT Group
liujiaying@pku.edu.cn
yangwenhan@pku.edu.cn

More Related Content

What's hot

PR243: Designing Network Design Spaces
PR243: Designing Network Design SpacesPR243: Designing Network Design Spaces
PR243: Designing Network Design Spaces
Jinwon Lee
 
Convolutional neural networks for image classification — evidence from Kaggle...
Convolutional neural networks for image classification — evidence from Kaggle...Convolutional neural networks for image classification — evidence from Kaggle...
Convolutional neural networks for image classification — evidence from Kaggle...
Dmytro Mishkin
 
Deep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-ResolutionDeep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-Resolution
NAVER Engineering
 
Devil in the Details: Analysing the Performance of ConvNet Features
Devil in the Details: Analysing the Performance of ConvNet FeaturesDevil in the Details: Analysing the Performance of ConvNet Features
Devil in the Details: Analysing the Performance of ConvNet Features
Ken Chatfield
 
LeNet to ResNet
LeNet to ResNetLeNet to ResNet
LeNet to ResNet
Somnath Banerjee
 
Scaling up Deep Learning Based Super Resolution Algorithms
Scaling up Deep Learning Based Super Resolution AlgorithmsScaling up Deep Learning Based Super Resolution Algorithms
Scaling up Deep Learning Based Super Resolution Algorithms
Xiaoyong Zhu
 
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
Seonho Park
 
Convolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular ArchitecturesConvolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular Architectures
ananth
 
Convolutional Neural Network and RNN for OCR problem.
Convolutional Neural Network and RNN for OCR problem.Convolutional Neural Network and RNN for OCR problem.
Convolutional Neural Network and RNN for OCR problem.
Vishal Mishra
 
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
Lecture 29 Convolutional Neural Networks -  Computer Vision Spring2015Lecture 29 Convolutional Neural Networks -  Computer Vision Spring2015
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
Jia-Bin Huang
 
Architecture Design for Deep Neural Networks I
Architecture Design for Deep Neural Networks IArchitecture Design for Deep Neural Networks I
Architecture Design for Deep Neural Networks I
Wanjin Yu
 
PR-144: SqueezeNext: Hardware-Aware Neural Network Design
PR-144: SqueezeNext: Hardware-Aware Neural Network DesignPR-144: SqueezeNext: Hardware-Aware Neural Network Design
PR-144: SqueezeNext: Hardware-Aware Neural Network Design
Jinwon Lee
 
Modern Convolutional Neural Network techniques for image segmentation
Modern Convolutional Neural Network techniques for image segmentationModern Convolutional Neural Network techniques for image segmentation
Modern Convolutional Neural Network techniques for image segmentation
Gioele Ciaparrone
 
DeconvNet, DecoupledNet, TransferNet in Image Segmentation
DeconvNet, DecoupledNet, TransferNet in Image SegmentationDeconvNet, DecoupledNet, TransferNet in Image Segmentation
DeconvNet, DecoupledNet, TransferNet in Image Segmentation
NamHyuk Ahn
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
Prudhvi Raj
 
A Fully Progressive approach to Single image super-resolution
A Fully Progressive approach to Single image super-resolution A Fully Progressive approach to Single image super-resolution
A Fully Progressive approach to Single image super-resolution
Mohammed Ashour
 
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D streamColor and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
NAVER Engineering
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer Vision
Sungjoon Choi
 
CNN
CNNCNN

What's hot (20)

PR243: Designing Network Design Spaces
PR243: Designing Network Design SpacesPR243: Designing Network Design Spaces
PR243: Designing Network Design Spaces
 
Convolutional neural networks for image classification — evidence from Kaggle...
Convolutional neural networks for image classification — evidence from Kaggle...Convolutional neural networks for image classification — evidence from Kaggle...
Convolutional neural networks for image classification — evidence from Kaggle...
 
Deep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-ResolutionDeep-Learning Based Stereo Super-Resolution
Deep-Learning Based Stereo Super-Resolution
 
Devil in the Details: Analysing the Performance of ConvNet Features
Devil in the Details: Analysing the Performance of ConvNet FeaturesDevil in the Details: Analysing the Performance of ConvNet Features
Devil in the Details: Analysing the Performance of ConvNet Features
 
LeNet to ResNet
LeNet to ResNetLeNet to ResNet
LeNet to ResNet
 
Scaling up Deep Learning Based Super Resolution Algorithms
Scaling up Deep Learning Based Super Resolution AlgorithmsScaling up Deep Learning Based Super Resolution Algorithms
Scaling up Deep Learning Based Super Resolution Algorithms
 
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
Convolutional Neural Network for Alzheimer’s disease diagnosis with Neuroim...
 
Convolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular ArchitecturesConvolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular Architectures
 
Convolutional Neural Network and RNN for OCR problem.
Convolutional Neural Network and RNN for OCR problem.Convolutional Neural Network and RNN for OCR problem.
Convolutional Neural Network and RNN for OCR problem.
 
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
Lecture 29 Convolutional Neural Networks -  Computer Vision Spring2015Lecture 29 Convolutional Neural Networks -  Computer Vision Spring2015
Lecture 29 Convolutional Neural Networks - Computer Vision Spring2015
 
Architecture Design for Deep Neural Networks I
Architecture Design for Deep Neural Networks IArchitecture Design for Deep Neural Networks I
Architecture Design for Deep Neural Networks I
 
PR-144: SqueezeNext: Hardware-Aware Neural Network Design
PR-144: SqueezeNext: Hardware-Aware Neural Network DesignPR-144: SqueezeNext: Hardware-Aware Neural Network Design
PR-144: SqueezeNext: Hardware-Aware Neural Network Design
 
Modern Convolutional Neural Network techniques for image segmentation
Modern Convolutional Neural Network techniques for image segmentationModern Convolutional Neural Network techniques for image segmentation
Modern Convolutional Neural Network techniques for image segmentation
 
DeconvNet, DecoupledNet, TransferNet in Image Segmentation
DeconvNet, DecoupledNet, TransferNet in Image SegmentationDeconvNet, DecoupledNet, TransferNet in Image Segmentation
DeconvNet, DecoupledNet, TransferNet in Image Segmentation
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
 
Super resolution from a single image
Super resolution from a single imageSuper resolution from a single image
Super resolution from a single image
 
A Fully Progressive approach to Single image super-resolution
A Fully Progressive approach to Single image super-resolution A Fully Progressive approach to Single image super-resolution
A Fully Progressive approach to Single image super-resolution
 
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D streamColor and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
Color and 3D Semantic Reconstruction of Indoor Scenes from RGB-D stream
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer Vision
 
CNN
CNNCNN
CNN
 

Similar to Intelligent Image Enhancement and Restoration - From Prior Driven Model to Advanced Deep Learning Part 3: prior embedding deep super resolution

Generating super resolution images using transformers
Generating super resolution images using transformersGenerating super resolution images using transformers
Generating super resolution images using transformers
NEERAJ BAGHEL
 
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
JaeyoungHuh2
 
Deep learning for image video processing
Deep learning for image video processingDeep learning for image video processing
Deep learning for image video processing
Yu Huang
 
Deep learning in Computer Vision
Deep learning in Computer VisionDeep learning in Computer Vision
Deep learning in Computer Vision
David Dao
 
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
Seiya Ito
 
ImageNet classification with deep convolutional neural networks(2012)
ImageNet classification with deep convolutional neural networks(2012)ImageNet classification with deep convolutional neural networks(2012)
ImageNet classification with deep convolutional neural networks(2012)
WoochulShin10
 
stduy Edge-Based Image Coarsening
stduy Edge-Based Image Coarseningstduy Edge-Based Image Coarsening
stduy Edge-Based Image CoarseningChiamin Hsu
 
Biologically Inspired Methods for Adversarially Robust Deep Learning
Biologically Inspired Methods for Adversarially Robust Deep LearningBiologically Inspired Methods for Adversarially Robust Deep Learning
Biologically Inspired Methods for Adversarially Robust Deep Learning
MuhammadAhmedShah2
 
Universal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learningUniversal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learning
Shujaat Khan
 
5.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 20135.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 2013
Bhargav Veepuri
 
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
Masaya Kaneko
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
MLconf
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Shujaat Khan
 
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Universitat Politècnica de Catalunya
 
Image Translation with GAN
Image Translation with GANImage Translation with GAN
Image Translation with GAN
Junho Cho
 
Deep Learning Based Voice Activity Detection and Speech Enhancement
Deep Learning Based Voice Activity Detection and Speech EnhancementDeep Learning Based Voice Activity Detection and Speech Enhancement
Deep Learning Based Voice Activity Detection and Speech Enhancement
NAVER Engineering
 
Conventional Neural Networks and compute
Conventional Neural Networks and computeConventional Neural Networks and compute
Conventional Neural Networks and compute
YobuDJob1
 
Overview of Convolutional Neural Networks
Overview of Convolutional Neural NetworksOverview of Convolutional Neural Networks
Overview of Convolutional Neural Networks
ananth
 

Similar to Intelligent Image Enhancement and Restoration - From Prior Driven Model to Advanced Deep Learning Part 3: prior embedding deep super resolution (20)

Generating super resolution images using transformers
Generating super resolution images using transformersGenerating super resolution images using transformers
Generating super resolution images using transformers
 
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
MULTI-DOMAIN UNPAIRED ULTRASOUND IMAGE ARTIFACT REMOVAL USING A SINGLE CONVOL...
 
Deep learning for image video processing
Deep learning for image video processingDeep learning for image video processing
Deep learning for image video processing
 
Deep learning in Computer Vision
Deep learning in Computer VisionDeep learning in Computer Vision
Deep learning in Computer Vision
 
Final Poster
Final PosterFinal Poster
Final Poster
 
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
[論文紹介] BlendedMVS: A Large-scale Dataset for Generalized Multi-view Stereo Ne...
 
ImageNet classification with deep convolutional neural networks(2012)
ImageNet classification with deep convolutional neural networks(2012)ImageNet classification with deep convolutional neural networks(2012)
ImageNet classification with deep convolutional neural networks(2012)
 
stduy Edge-Based Image Coarsening
stduy Edge-Based Image Coarseningstduy Edge-Based Image Coarsening
stduy Edge-Based Image Coarsening
 
Biologically Inspired Methods for Adversarially Robust Deep Learning
Biologically Inspired Methods for Adversarially Robust Deep LearningBiologically Inspired Methods for Adversarially Robust Deep Learning
Biologically Inspired Methods for Adversarially Robust Deep Learning
 
Universal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learningUniversal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learning
 
5.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 20135.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 2013
 
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
 
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
Image Segmentation with Deep Learning - Xavier Giro & Carles Ventura - ISSonD...
 
Image Translation with GAN
Image Translation with GANImage Translation with GAN
Image Translation with GAN
 
Deep Learning Based Voice Activity Detection and Speech Enhancement
Deep Learning Based Voice Activity Detection and Speech EnhancementDeep Learning Based Voice Activity Detection and Speech Enhancement
Deep Learning Based Voice Activity Detection and Speech Enhancement
 
Conventional Neural Networks and compute
Conventional Neural Networks and computeConventional Neural Networks and compute
Conventional Neural Networks and compute
 
Overview of Convolutional Neural Networks
Overview of Convolutional Neural NetworksOverview of Convolutional Neural Networks
Overview of Convolutional Neural Networks
 

More from Wanjin Yu

Architecture Design for Deep Neural Networks III
Architecture Design for Deep Neural Networks IIIArchitecture Design for Deep Neural Networks III
Architecture Design for Deep Neural Networks III
Wanjin Yu
 
Intelligent Multimedia Recommendation
Intelligent Multimedia RecommendationIntelligent Multimedia Recommendation
Intelligent Multimedia Recommendation
Wanjin Yu
 
Causally regularized machine learning
Causally regularized machine learningCausally regularized machine learning
Causally regularized machine learning
Wanjin Yu
 
Computer vision for transportation
Computer vision for transportationComputer vision for transportation
Computer vision for transportation
Wanjin Yu
 
Object Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet IIIObject Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet III
Wanjin Yu
 
Object Detection Beyond Mask R-CNN and RetinaNet II
Object Detection Beyond Mask R-CNN and RetinaNet IIObject Detection Beyond Mask R-CNN and RetinaNet II
Object Detection Beyond Mask R-CNN and RetinaNet II
Wanjin Yu
 
Object Detection Beyond Mask R-CNN and RetinaNet I
Object Detection Beyond Mask R-CNN and RetinaNet IObject Detection Beyond Mask R-CNN and RetinaNet I
Object Detection Beyond Mask R-CNN and RetinaNet I
Wanjin Yu
 
Visual Search and Question Answering II
Visual Search and Question Answering IIVisual Search and Question Answering II
Visual Search and Question Answering II
Wanjin Yu
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Wanjin Yu
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Wanjin Yu
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Wanjin Yu
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Wanjin Yu
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Wanjin Yu
 
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Wanjin Yu
 

More from Wanjin Yu (14)

Architecture Design for Deep Neural Networks III
Architecture Design for Deep Neural Networks IIIArchitecture Design for Deep Neural Networks III
Architecture Design for Deep Neural Networks III
 
Intelligent Multimedia Recommendation
Intelligent Multimedia RecommendationIntelligent Multimedia Recommendation
Intelligent Multimedia Recommendation
 
Causally regularized machine learning
Causally regularized machine learningCausally regularized machine learning
Causally regularized machine learning
 
Computer vision for transportation
Computer vision for transportationComputer vision for transportation
Computer vision for transportation
 
Object Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet IIIObject Detection Beyond Mask R-CNN and RetinaNet III
Object Detection Beyond Mask R-CNN and RetinaNet III
 
Object Detection Beyond Mask R-CNN and RetinaNet II
Object Detection Beyond Mask R-CNN and RetinaNet IIObject Detection Beyond Mask R-CNN and RetinaNet II
Object Detection Beyond Mask R-CNN and RetinaNet II
 
Object Detection Beyond Mask R-CNN and RetinaNet I
Object Detection Beyond Mask R-CNN and RetinaNet IObject Detection Beyond Mask R-CNN and RetinaNet I
Object Detection Beyond Mask R-CNN and RetinaNet I
 
Visual Search and Question Answering II
Visual Search and Question Answering IIVisual Search and Question Answering II
Visual Search and Question Answering II
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
 
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
Intelligent Image Enhancement and Restoration - From Prior Driven Model to Ad...
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
 
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning Big Data Intelligence: from Correlation Discovery to Causal Reasoning
Big Data Intelligence: from Correlation Discovery to Causal Reasoning
 

Recently uploaded

Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
ysasp1
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
hackersuli
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
fovkoyb
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 

Recently uploaded (20)

Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 

Intelligent Image Enhancement and Restoration - From Prior Driven Model to Advanced Deep Learning Part 3: prior embedding deep super resolution

  • 1. IEEE ICME-2019 8:30 – 12:00, July 08 Shanghai, China Intelligent Image/Video Editing Tutorial
  • 2. STRUCT Group Jiaying Liu Wenhan Yang Prior Embedding Deep Super-Resolution Part 3
  • 3. Outline Background and Related Work / 005 Deep Band-Based Image Super-Resolution / 014 STR-ResNet for Video Super-Resolution / 037 Prior Embedding Deep Super-Resolution
  • 4. Outline Background and Related Work / 005 Deep Band-Based Image Super-Resolution / 014 STR-ResNet for Video Super-Resolution / 037 Prior Embedding Deep Super-Resolution
  • 5. STRUCT Group Challenges and Solutions Prior Embedding Deep Super-Resolution5  Ill-Posedness  Solution • One-to-Infinity • Additional Constraints • Model architectures • Loss functions • Signal structure embedding • Domain knowledge [Haefner18] [Haefner18] Bjoern Haefner et al., "Fight Ill-Posedness With Ill-Posedness: Single-Shot Variational Depth Super-Resolution From Shading", CVPR, 2018.
  • 6. STRUCT Group DL SR Route Deep Image Super-Resolution6 RDBSRGAN DBPN SRCNN (TPAMI16) VDSR (CVPR16) FSRCNN (ECCV16) DRCN (CVPR16) LapSRN (CVPR17) SRGAN (CVPR17) DBPN (CVPR18) RDB (CVPR18)
  • 7. STRUCT Group07 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network
  • 8. STRUCT Group08 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network 2015-2017 Signal Regularization LapSRN LISTA DEGREE
  • 9. STRUCT Group09 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network 2015-2017 Signal Regularization 2017-2018 Perceptual SR DEGREE Christian Ledig et al., Photo-realistic single image super-resolution using a generative adversarial network, CVPR, 2017.
  • 10. STRUCT Group010 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network 2015-2017 Signal Regularization 2017-2018 Perceptual SR SFTGAN Xintao Wang et al., Recovering realistic texture in image super-resolution by deep spatial feature transform, CVPR, 2018.
  • 11. STRUCT Group011 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network 2015-2017 Signal Regularization 2017-2018 Perceptual SR 2017-2018 DenseNet + ResNet RDB RDN Yulun Zhang et al., Residual dense network for image super-resolution, CVPR, 2018.
  • 12. STRUCT Group012 Representative Work Deep Image Super-Resolution 2014-2016 Deep Network 2015-2017 Signal Regularization 2017-2018 Perceptual SR 2017-2018 DenseNet + ResNet Residual Channel Attention Network 2018 RCAN Yulun Zhang et al., Image Super-Resolution Using Very Deep Residual Channel Attention Networks, ECCV, 2018.
  • 13. Outline Background and Related Work / 005 Deep Band-Based Image Super-Resolution / 014 STR-ResNet for Video Super-Resolution / 037 Prior Embedding Deep Super-Resolution
  • 14. STRUCT Group14 Deep Band-Based Image Super-Resolution  Deep Band-Based Image Super-Resolution Deep Edge Guided Recurrent Residual Learning for Image Super-Resolution Wenhan Yang, Jiashi Feng, Jianchao Yang, Fang Zhao, Jiaying Liu, Zongming Guo, and Shuicheng Yan, IEEE TIP 2017
  • 15. STRUCT Group Previous Works Deep Band-Based Image Super-Resolution15  Issues • Traditional Regularizer in MAP framework • Limited capacity to describe complex features • Deep learning-Based Methods • Network  Black box, How it works ? • How to embed priors ?
  • 16. STRUCT Group Sub-Bands Super-Resolution Deep Band-Based Image Super-Resolution16  Limitations • The accuracy of reconstruction for each band[Singh14] • High energy bands  macrostructures • low energy sub-bands  suffer from attenuation [Singh14] A. Singh and N. Ahuja, "Sub-Band Energy Constraints for Self-Similarity based Super-Resolution", ICPR, 2014.
  • 17. STRUCT Group Sub-Bands Super-Resolution Deep Band-Based Image Super-Resolution17  Reconstruction for each band • Entire signal  separate signals[Freeman91, Taubman94] • Pay attention to the signal details of each band      2 2 ˆ argmin , 1,2,..., i i i i p i n x x DHx y x ˆx  1 ˆ n i i i w x     2 2 ˆ argmin p x x DHx y x [Freeman91] WT. Freeman et al., "The Design and Use of Steerable Filters", TPAMI, 1991. [Taubman94] D. Taubman et al., "Multirate Multirate 3-D Subband Coding of Video", TIP, 1994.
  • 18. STRUCT Group Sub-Bands Super-Resolution Deep Band-Based Image Super-Resolution18  Gradual reconstruction • F : band recovery • G : aggregation function • F and G  linear transformation[Singh14, Song16] • Supervised learning[Chatterjee07, Singh14]       1 1 ˆ, ,i i i i i i s s x sˆi x [Song16] S. Song et al., "Joint Sub-Band based Neighbor Embedding for Image Super-Resolution", ICASSP, 2016. [Chatterjee07] D. Taubman et al., "Super-Resolution Using Sub-Band Constrained Total Variation", SSVM, 2007. F1 G1 0 y s Lx1 1 ˆx 1 s F2 G2 Lx2 2 ˆx Fn Gn ˆn x … 1n s Lxn  ˆn s x
  • 19. STRUCT Group Sub-Bands Super-Resolution Deep Band-Based Image Super-Resolution19  Gradual learned reconstruction • End-to-end learning • Not dependent on the specific band choice • G : summation  Concise, does not introduce other parameters     1 1i i i i s s s F1  0 y s 1 ˆx 1 s F2 2 ˆx Fn ˆn x … 1n s  ˆn s x Lx
  • 20. STRUCT Group Sub-Bands Super-Resolution Deep Band-Based Image Super-Resolution20  Gradual learned reconstruction • F : Convs + ReLu  Nonlinear • Unsupervised sub-band learning     1 1i i i i s s s conv  0 y s 1 ˆx 1 s 2 ˆx ˆn x … 1n s  ˆn s x Lxconv conv conv conv conv
  • 21. STRUCT Group Prior Embedding Modeling Deep Band-Based Image Super-Resolution21 • Regularization embedding: internal + auxiliary [Weston08] J. Weston et al., "Deep Learning via Semi-Supervised Embedding", ICML, 2008. Layer 1 Input Layer 2 Layer 3 Output Embedding Space Layer 1 Input Layer 2 Layer 3 Output Layer 1 Input Layer 2 Layer 3 Output Embedding Layer (a) Output (b) Internal (c) Auxiliary Embedding Space  Space Embedding Network[Weston08]
  • 22. STRUCT Group Prior Embedding Modeling Deep Band-Based Image Super-Resolution22 • Auxiliary Constraints • Auxiliary information Layer 1 Input Layer 2 Layer 3 Output Regularization embedding  Regularization embedding Prior Map
  • 23. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution23  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 24. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution24  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 25. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution25  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 26. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution26  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 27. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution27  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 28. STRUCT Group Network Architecture Deep Band-Based Image Super-Resolution28  Edge-Guide Sub-Band Reconstruction Sub-band reconstruction Prior embedding Feature extraction Residual learning Loss function
  • 29. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution29  Objective Results Dataset Set5 Set14 BSD100 Method ×2 ×3 ×4 ×2 ×3 ×4 ×2 ×3 ×4 A+ 36.56 32.60 30.30 32.14 29.07 27.28 30.78 28.18 26.77 TSE-SR 36.47 32.62 30.24 32.21 29.14 27.38 31.18 28.30 26.85 JSB-NE 36.59 32.32 30.08 32.34 28.98 27.22 31.22 28.14 26.71 CNN 36.34 32.39 30.09 32.18 29.00 27.20 31.11 28.20 26.70 CNN-L 36.66 32.75 30.49 32.45 29.30 27.50 31.36 28.41 26.90 CSCN 36.88 33.10 30.86 32.50 29.42 27.64 31.40 28.50 27.03 VDSR 37.53 33.66 31.35 33.03 29.77 28.01 31.90 28.82 27.29 DEGREE 37.54 33.72 31.43 33.01 29.78 28.02 31.76 28.69 27.14 DEGREE -MV 37.58 33.76 31.47 33.06 29.82 28.10 31.80 28.74 27.20
  • 30. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution30  Subject Results (x3) HR A+ SRCNN JSB-NE CSCN DEGREE
  • 31. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution31  Compare to VDSR and DRCN HR VDSR DRCN DEGREE
  • 32. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution32  Compare to VDSR and DRCN HR VDSR DRCN DEGREE
  • 33. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution33  Edge Prediction Zebra (3×) Butterfly (4×)
  • 34. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution34  Sub-Band Recovery Butterfly (2×)
  • 35. STRUCT Group Experimental Results Deep Band-Based Image Super-Resolution35  Sub-Band Recovery Butterfly (2×)
  • 36. Outline Background and Related Work / 005 Deep Band-Based Image Super-Resolution / 014 STR-ResNet for Video Super-Resolution / 037 Prior Embedding Deep Super-Resolution
  • 37. STRUCT Group37 STR-ResNet for Video Super-Resolution  STR-ResNet for Video Super-Resolution Video Super-Resolution Based on Spatial-Temporal Recurrent Residual Networks Wenhan Yang, Jiashi Feng, Guosen Xie, Jiaying Liu, Zongming Guo, Shuicheng Yan CVIU 2018
  • 38. STRUCT Group038 Representative Work STR-ResNet for Video Super-Resolution 2015 BRCN Huang et al., Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution, NIPS, 2015.
  • 39. STRUCT Group039 Representative Work STR-ResNet for Video Super-Resolution Renjie Liao et. al., Video Super-Resolution via Deep Draft-Ensemble Learning, ICCV, 2015. 2015 BRCN 2016 Draft Learning
  • 40. STRUCT Group040 Representative Work STR-ResNet for Video Super-Resolution 2015 BRCN 2016 Draft Learning A.Kappeler, S.Yoo, Q.Dai, A.K.Katsaggelos. Video Super-Resolution with Convolutional Neural Networks, TCI, 2016. 2016 VSRNet
  • 41. STRUCT Group041 Representative Work STR-ResNet for Video Super-Resolution 2015 BRCN 2016 Draft Learning 2016 VSRNet 2017 Sub-Pixel Network Wenzhe Shi et al., Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network, CVPR, 2016.
  • 42. STRUCT Group042 Representative Work STR-ResNet for Video Super-Resolution 2015 BRCN 2016 Draft Learning 2016 VSRNet 2017 Sub-Pixel Network Xin Tao, Hongyun Gao, Renjie Liao, Jue Wang, Jiaya Jia, Detail-revealing Deep Video Super-resolution, ICCV, 2017. 2018 Detail Revealing SR
  • 43. STRUCT Group Explicit vs. Implicit STR-ResNet for Video Super-Resolution43  Explicit Motion Modeling • Regions with salient geometric features: better details • Smooth regions: artifacts • Motion compensation: high complexity • Draft Learning[Liao15]: 50×50  625 s  Implicit Motion Modeling • Robust, highly efficient • Automatic network learning • Deficiency: motion modeling Bicubic Draft BRCN Draft
  • 44. STRUCT Group Spatial Temporal Recurrent ResNet STR-ResNet for Video Super-Resolution44  Implicit Motion Modeling • There is no motion compensation and alignment  Spatial Temporal ResNet • Modeling intra-frame redundancy and inter-frame correspondence jointly • Motion embedding • Inter-frame residue
  • 45. STRUCT Group Spatial and Temporal Joint Modeling (1/2) STR-ResNet for Video Super-Resolution45  Spatial Domain
  • 46. STRUCT Group Spatial and Temporal Joint Modeling (2/2) STR-ResNet for Video Super-Resolution46  Spatial Temporal Domain
  • 47. STRUCT Group Implicit Motion Embedding (1/3) STR-ResNet for Video Super-Resolution47  Temporal Redundancy in Different Temporal Domain
  • 48. STRUCT Group Implicit Motion Embedding (2/3) STR-ResNet for Video Super-Resolution48  Spatial Residue vs. Temporal Residue Temporal Residue Spatial Residue Spatial and temporal residue
  • 49. STRUCT Group Implicit Motion Embedding (3/3) STR-ResNet for Video Super-Resolution49  Input and Predict Inter-Frame Residue
  • 50. STRUCT Group Network Architecture (1/2) STR-ResNet for Video Super-Resolution50  Single Image Super-Resolution Network
  • 51. STRUCT Group Network Architecture (2/2) STR-ResNet for Video Super-Resolution51  Multi-Frame Video Super-Resolution Network
  • 52. STRUCT Group Experimental Comparison STR-ResNet for Video Super-Resolution52  Experimental Setting (1/2) • Dataset • 20 videos from Xiph.org Video Test Media1 • 75,000 33×33 overlapped patches2 • Comparison methods • A+[Timofte14], SRCNN[Dong15], VE2, 3DSKR[Takeda09], Draft SR[Liao15], and BRCN[Huang15] • Kernel: 3×3, Channel: 64 • Degradation: 9×9 • Blur level 1.6, SF 4 1https://media.xiph.org/video/derf/ 2http://www.infognition.com/videoenhancer/
  • 53. STRUCT Group Experimental Comparison STR-ResNet for Video Super-Resolution53  Experimental Setting (2/2) • Loss function • Training • Before 250,000 iterations: 0.0001 • After 250,000 iterations: “Focus on” fine-tuning, 0.00001
  • 54. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution54  Testing Set Tractor Sunflower Blue Sky Station Pedestrian Rush Hour
  • 55. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution55  Objective Evaluation • 4× enlargement
  • 56. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution56  Subjective results (1/4)
  • 57. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution57  Subjective results (2/4)
  • 58. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution58  Subjective results (3/4)
  • 59. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution59  Subjective results (4/4)
  • 60. STRUCT Group Experimental Results STR-ResNet for Video Super-Resolution60  Trade-off between Complexity and Performance
  • 61. STRUCT Group Summary STR-ResNet for Video Super-Resolution61  Joint Spatial and Temporal Modeling • Spatial redundancy  spatial and temporal redundancy • Implicit motion modeling  Spatial Temporal Recurrent ResNet • Recurrent network • Inter-frame connection • Implicit motion modeling • Inter-frame residue embedding