SlideShare une entreprise Scribd logo
1  sur  17
Alternating Direction Method
for Image Restoration
Jivnesh Dongre
16EC65R12
1
Introduction
 Image restoration: Operation of taking
corrupt image and estimating clean, original
image.
 Image restoration is performed by reversing
the process that blurred the image
 Objective of image restoration: Reduce
noise and recover resolution loss
2
Introduction
 Image restoration applications:
Science and engineering such as medical and astronomical
imaging, film restoration, image and video coding
 Original image corrupted by:
Invariant blur, build in nonlinearities and additive Gaussian white
noise
Objective function
Nonlinear least square
(NLS)data fitting term
Total variation(TV)
regularization term
3
 Nonlinear image degraded model:
𝑔 = 𝑠 𝐻𝑓𝑡𝑟𝑢𝑒 + 𝑛
where 𝑔=observed image, 𝑓𝑡𝑟𝑢𝑒=true image,
𝐻=blurring matrix, 𝑛=noise vector
 Nonlinear least square problem:
arg min
𝑓
1
2
𝑠 𝐻𝑓 − 𝑔 2
2
Zervakis and venetsanopoulos used steepend
descent method.
Zervakis and venetsanopoulos further considered
Gauss-Newton(GN) algorithm for NLS problem.
4
(1)
(2)
 TV based nonlinear least square problem :
arg min
𝑓
𝐸(𝑓) ≔
1
2
𝑠 𝐻𝑓 − 𝑔 2
2
+𝜇 𝑖=1
𝑚2
𝐷𝑖 𝑓 2
where 𝜇 = regularization parameter
𝑖=1
𝑚2
𝐷𝑖 𝑓 2 =discrete total variation of 𝑓
𝑎1 ≤ 𝑓 ≤ 𝑎2, 𝐷𝑖 𝑓=discrete gradient of 𝑓 at 𝑖 𝑡ℎ pixel
 Main idea:
Original optimization problem
Easier subproblems under ADM
split
5
(3)
 Alternating Direction Method Of Multipliers(ADM):
Subject to ℎ𝑓 = 𝑧 , 𝑓 = 𝑢, 𝑓 = 𝑣, 𝐷𝑖 𝑓 = 𝑝𝑖 , ,
and and are indicator functions given by,
=
0, 𝑖𝑓 𝑢 − 𝑎1 ≥ 0,
∞, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
=
0, 𝑖𝑓 𝑣 − 𝑎2 ≥ 0
∞, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
2
2
1 22 2
1
1
argmin ( ) ( ) ( )
2
m
i
i
s z g p k u k v  

   
1( )k u 2 ( )k v
1( )k u
2 ( )k v
6
(4)
Algorithm
7
Experimental Results
 Peak signal to noise ratio(PSNR):
PSNR=10 log10
max
𝑖
𝑓𝑡𝑟𝑢𝑒 𝑖
2
1
𝑚2 𝑖=1
𝑚2
𝑓 𝑖− 𝑓𝑡𝑟𝑢𝑒 𝑖
2
 Structural similarity (SSIM) index
PSNR should be high
8
(5)
Nonlinear Image Restoration
PSNR:b)26.95db,
c)28.68db
SSIM:b)0.8036,c)0.8848
a)True image,
b)observed image,
c)NLS model,
d)TVNLS model
Natural logarithm nonlinearity
Fig. 1[1]
Fig. 2[1]
9
Power Nonlinearity
PSNR:b)27.80db, c)30.27db
SSIM:b)0.8401, c)0.9124
a)True image
b)Observed image
c)NLS model
d)TVNLS model
Fig. 3[1]
Fig. 4[1]
10
Restoration results with different
blurs and noise level
NLS TVNLS
NONLINE
ARTITY
BLUR STANDAR
D
DEVIATIO
N
PSNR SSIM PSN
R
SSIM
Logarithm Gaussia
n
0.001 26.95 0.8036 28.68 0.8848
0.01 23.75 0.6012 25.76 0.8120
Moffat 0.001 28.52 0.7987 30.81 0.9039
0.01 24.26 0.6201 26.44 0.8225
Power Gaussia
n
0.001 27.80 0.8401 30.27 0.9124
0.01 25.07 0.7451 27.30 0.8619
Moffat 0.001 29.82 0.8599 33.49 0.9304
0.01 26.12 0.7609 28.88 0.8793
Table [1]
11
High Dynamic Range Imaging
 The nonlinear response is formulated as:
𝑔 = 𝑠 𝑟
where 𝑟 is true HDR radiance,
𝑔 is observed LDR image,
𝑠 is the camera response
Idea of majorize-minimize(MM) method: use
reweighted least squares technique to tackle the non
smooth TV term and linearized technique to tackle
the non linear least square data fitting term.
12
(6)
a)Tone mapped LDR image from true HDR
b)Noisy observed LDR image
c)Tone mapped LDR image from recovered HDR image by MM
method
d) Tone mapped LDR image from recovered HDR image by ADM
method
Fig. 5[1]
Fig. 6[1]
13
a)Tone mapped LDR image from true HDR
b)Noisy observed LDR image
c)Tone mapped LDR image from recoverd HDR image by MM method
d) Tone mapped LDR image from recoverd HDR image by ADM method
Fig. 7[1]
Fig. 8[1]
14
Conclusion
 TV based variation model to tackle
nonlinear image restoration problem.
 An efficient alternating direction method of
multipliers to solve the model.
 Numerical examples including nonlinear
image restoration and HDR imaging are
shown by author to illustrate the
effectiveness and efficiency of numerical
scheme.
15
REFERENCES
[1] C. Chen, M. K. Ng and X. L. Zhao, "Alternating Direction
Method of Multipliers for Nonlinear Image Restoration
Problems," in IEEE Transactions on Image Processing, vol.
24, no. 1, pp. 33-43, Jan. 2015.
[2]B. K. Gunturk and X. Li, Image Restoration: Fundamentals
and Advances. Boca Raton, FL, USA: CRC Press, 2012.
[3] Zhou Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli,
"Image quality assessment: from error visibility to structural
similarity," in IEEE Transactions on Image Processing, vol.
13, no. 4, pp. 600-612, April 2004.
[4] S. Kim, Y. W. Tai, S. J. Kim, M. S. Brown and Y. Matsushita,
"Nonlinear camera response functions and image
deblurring," Computer Vision and Pattern Recognition
(CVPR), IEEE Conference on, Providence, RI, 2012, pp. 25-
32.
16
Questions?
17

Contenu connexe

Tendances

Wiener filter and richardson lucy using ssim
Wiener filter and richardson lucy using ssimWiener filter and richardson lucy using ssim
Wiener filter and richardson lucy using ssimSamer Shorman
 
Digital Image restoration
Digital Image restorationDigital Image restoration
Digital Image restorationMd Shabir Alam
 
Image pre processing-restoration
Image pre processing-restorationImage pre processing-restoration
Image pre processing-restorationAshish Kumar
 
Digital Image Processing - Image Restoration
Digital Image Processing - Image RestorationDigital Image Processing - Image Restoration
Digital Image Processing - Image RestorationMathankumar S
 
Image Restoration
Image RestorationImage Restoration
Image RestorationPoonam Seth
 
Digital Image Processing: Image Restoration
Digital Image Processing: Image RestorationDigital Image Processing: Image Restoration
Digital Image Processing: Image RestorationMostafa G. M. Mostafa
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsKalyan Acharjya
 
Image restoration
Image restorationImage restoration
Image restorationAzad Singh
 
Image Restoration (Order Statistics Filters)
Image Restoration (Order Statistics Filters)Image Restoration (Order Statistics Filters)
Image Restoration (Order Statistics Filters)Kalyan Acharjya
 
Chapter 6 Image Processing: Image Enhancement
Chapter 6 Image Processing: Image EnhancementChapter 6 Image Processing: Image Enhancement
Chapter 6 Image Processing: Image EnhancementVarun Ojha
 
Image denoising algorithms
Image denoising algorithmsImage denoising algorithms
Image denoising algorithmsMohammad Sunny
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsM Pardo
 
Image filtering in Digital image processing
Image filtering in Digital image processingImage filtering in Digital image processing
Image filtering in Digital image processingAbinaya B
 

Tendances (20)

Wiener filter and richardson lucy using ssim
Wiener filter and richardson lucy using ssimWiener filter and richardson lucy using ssim
Wiener filter and richardson lucy using ssim
 
Digital Image restoration
Digital Image restorationDigital Image restoration
Digital Image restoration
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Chap6 image restoration
Chap6 image restorationChap6 image restoration
Chap6 image restoration
 
Image pre processing-restoration
Image pre processing-restorationImage pre processing-restoration
Image pre processing-restoration
 
Digital Image Processing - Image Restoration
Digital Image Processing - Image RestorationDigital Image Processing - Image Restoration
Digital Image Processing - Image Restoration
 
Digital image processing
Digital image processing  Digital image processing
Digital image processing
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 
Digital Image Processing: Image Restoration
Digital Image Processing: Image RestorationDigital Image Processing: Image Restoration
Digital Image Processing: Image Restoration
 
Wiener Filter
Wiener FilterWiener Filter
Wiener Filter
 
Image Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):BasicsImage Restoration (Frequency Domain Filters):Basics
Image Restoration (Frequency Domain Filters):Basics
 
Image restoration
Image restorationImage restoration
Image restoration
 
Image Restoration (Order Statistics Filters)
Image Restoration (Order Statistics Filters)Image Restoration (Order Statistics Filters)
Image Restoration (Order Statistics Filters)
 
Unit3 dip
Unit3 dipUnit3 dip
Unit3 dip
 
Chapter 6 Image Processing: Image Enhancement
Chapter 6 Image Processing: Image EnhancementChapter 6 Image Processing: Image Enhancement
Chapter 6 Image Processing: Image Enhancement
 
Module 31
Module 31Module 31
Module 31
 
Image denoising algorithms
Image denoising algorithmsImage denoising algorithms
Image denoising algorithms
 
Image restoration recent_advances_and_applications
Image restoration recent_advances_and_applicationsImage restoration recent_advances_and_applications
Image restoration recent_advances_and_applications
 
Image filtering in Digital image processing
Image filtering in Digital image processingImage filtering in Digital image processing
Image filtering in Digital image processing
 

En vedette

Stochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of MultipliersStochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of MultipliersTaiji Suzuki
 
Alternating direction
Alternating directionAlternating direction
Alternating directionDerek Pang
 
Auto Level Color Correction f or Underwater Image Matching Optimization
Auto Level Color Correction f or Underwater Image Matching OptimizationAuto Level Color Correction f or Underwater Image Matching Optimization
Auto Level Color Correction f or Underwater Image Matching OptimizationRicardus Anggi Pramunendar
 
Vintage Image Restoration
Vintage Image RestorationVintage Image Restoration
Vintage Image RestorationRenataJonak
 
Text extraction using document structure features and support vector machines
Text extraction using document structure features and support vector machinesText extraction using document structure features and support vector machines
Text extraction using document structure features and support vector machinesKonstantinos Zagoris
 
An Overview of Identity Based Encryption
An Overview of Identity Based EncryptionAn Overview of Identity Based Encryption
An Overview of Identity Based EncryptionVertoda System
 
Identity based encryption with outsourced revocation in cloud computing
Identity based encryption with outsourced revocation in cloud computingIdentity based encryption with outsourced revocation in cloud computing
Identity based encryption with outsourced revocation in cloud computingPvrtechnologies Nellore
 
IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING
 IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING
IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTINGNexgen Technology
 
Conservation and Restoration of Underwater Cultural Heritage
Conservation and Restoration of Underwater Cultural HeritageConservation and Restoration of Underwater Cultural Heritage
Conservation and Restoration of Underwater Cultural HeritageUNESCO Venice Office
 
filters for noise in image processing
filters for noise in image processingfilters for noise in image processing
filters for noise in image processingSardar Alam
 
Image Restoration with Union of Directional Orthonormal DWTs
Image Restoration with Union of Directional Orthonormal DWTsImage Restoration with Union of Directional Orthonormal DWTs
Image Restoration with Union of Directional Orthonormal DWTsShogo Muramatsu
 
System Theory By Von Bertalanffy
System Theory By Von BertalanffySystem Theory By Von Bertalanffy
System Theory By Von BertalanffyAshis Kumar Behera
 
Matlab Image Restoration Techniques
Matlab Image Restoration TechniquesMatlab Image Restoration Techniques
Matlab Image Restoration TechniquesDataminingTools Inc
 

En vedette (19)

Stochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of MultipliersStochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of Multipliers
 
Alternating direction
Alternating directionAlternating direction
Alternating direction
 
DIP - Image Restoration
DIP - Image RestorationDIP - Image Restoration
DIP - Image Restoration
 
Noise Models
Noise ModelsNoise Models
Noise Models
 
Auto Level Color Correction f or Underwater Image Matching Optimization
Auto Level Color Correction f or Underwater Image Matching OptimizationAuto Level Color Correction f or Underwater Image Matching Optimization
Auto Level Color Correction f or Underwater Image Matching Optimization
 
Vintage Image Restoration
Vintage Image RestorationVintage Image Restoration
Vintage Image Restoration
 
Text extraction using document structure features and support vector machines
Text extraction using document structure features and support vector machinesText extraction using document structure features and support vector machines
Text extraction using document structure features and support vector machines
 
An Overview of Identity Based Encryption
An Overview of Identity Based EncryptionAn Overview of Identity Based Encryption
An Overview of Identity Based Encryption
 
Identity based encryption with outsourced revocation in cloud computing
Identity based encryption with outsourced revocation in cloud computingIdentity based encryption with outsourced revocation in cloud computing
Identity based encryption with outsourced revocation in cloud computing
 
IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING
 IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING
IDENTITY-BASED ENCRYPTION WITH OUTSOURCED REVOCATION IN CLOUD COMPUTING
 
Conservation and Restoration of Underwater Cultural Heritage
Conservation and Restoration of Underwater Cultural HeritageConservation and Restoration of Underwater Cultural Heritage
Conservation and Restoration of Underwater Cultural Heritage
 
Presentation1 (2)
Presentation1 (2)Presentation1 (2)
Presentation1 (2)
 
Gr 4 system theory and methodologies
Gr 4   system theory and methodologiesGr 4   system theory and methodologies
Gr 4 system theory and methodologies
 
filters for noise in image processing
filters for noise in image processingfilters for noise in image processing
filters for noise in image processing
 
Image Restoration with Union of Directional Orthonormal DWTs
Image Restoration with Union of Directional Orthonormal DWTsImage Restoration with Union of Directional Orthonormal DWTs
Image Restoration with Union of Directional Orthonormal DWTs
 
System Theory By Von Bertalanffy
System Theory By Von BertalanffySystem Theory By Von Bertalanffy
System Theory By Von Bertalanffy
 
Matlab Image Restoration Techniques
Matlab Image Restoration TechniquesMatlab Image Restoration Techniques
Matlab Image Restoration Techniques
 
Systems theory
Systems theorySystems theory
Systems theory
 
1.2 General System Theory
1.2 General System Theory1.2 General System Theory
1.2 General System Theory
 

Similaire à Alternating direction-method-for-image-restoration

Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...
Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...
Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...Shunsuke Ono
 
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...CSCJournals
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...IJERA Editor
 
Evaluating effectiveness of radiometric correction for optical satellite imag...
Evaluating effectiveness of radiometric correction for optical satellite imag...Evaluating effectiveness of radiometric correction for optical satellite imag...
Evaluating effectiveness of radiometric correction for optical satellite imag...Dang Le
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
Generating super resolution images using transformers
Generating super resolution images using transformersGenerating super resolution images using transformers
Generating super resolution images using transformersNEERAJ BAGHEL
 
Depth estimation do we need to throw old things away
Depth estimation do we need to throw old things awayDepth estimation do we need to throw old things away
Depth estimation do we need to throw old things awayNAVER Engineering
 
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color Images
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color ImagesRobust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color Images
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color ImagesCSCJournals
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2Surabhi Ks
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portionMoe Moe Myint
 
Lec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfLec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfnagwaAboElenein
 
Non-Local Compressive Sampling Recovery
Non-Local Compressive Sampling RecoveryNon-Local Compressive Sampling Recovery
Non-Local Compressive Sampling Recoveryshuxianbiao
 
CT Scan Image reconstruction
CT Scan Image reconstructionCT Scan Image reconstruction
CT Scan Image reconstructionGunjan Patel
 

Similaire à Alternating direction-method-for-image-restoration (20)

Image denoising using curvelet transform
Image denoising using curvelet transformImage denoising using curvelet transform
Image denoising using curvelet transform
 
Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...
Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...
Ph.D. Thesis Presentation: A Study of Priors and Algorithms for Signal Recove...
 
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
A Quantitative Comparative Study of Analytical and Iterative Reconstruction T...
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
 
Evaluating effectiveness of radiometric correction for optical satellite imag...
Evaluating effectiveness of radiometric correction for optical satellite imag...Evaluating effectiveness of radiometric correction for optical satellite imag...
Evaluating effectiveness of radiometric correction for optical satellite imag...
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
W6P3622650776P65
W6P3622650776P65W6P3622650776P65
W6P3622650776P65
 
Generating super resolution images using transformers
Generating super resolution images using transformersGenerating super resolution images using transformers
Generating super resolution images using transformers
 
Depth estimation do we need to throw old things away
Depth estimation do we need to throw old things awayDepth estimation do we need to throw old things away
Depth estimation do we need to throw old things away
 
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color Images
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color ImagesRobust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color Images
Robust Digital Watermarking Scheme of Anaglyphic 3D for RGB Color Images
 
1873 1878
1873 18781873 1878
1873 1878
 
1873 1878
1873 18781873 1878
1873 1878
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portion
 
Lec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfLec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdf
 
Non-Local Compressive Sampling Recovery
Non-Local Compressive Sampling RecoveryNon-Local Compressive Sampling Recovery
Non-Local Compressive Sampling Recovery
 
CT Scan Image reconstruction
CT Scan Image reconstructionCT Scan Image reconstruction
CT Scan Image reconstruction
 
M.sc. m hassan
M.sc. m hassanM.sc. m hassan
M.sc. m hassan
 
P180203105108
P180203105108P180203105108
P180203105108
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 

Dernier

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Dernier (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

Alternating direction-method-for-image-restoration

  • 1. Alternating Direction Method for Image Restoration Jivnesh Dongre 16EC65R12 1
  • 2. Introduction  Image restoration: Operation of taking corrupt image and estimating clean, original image.  Image restoration is performed by reversing the process that blurred the image  Objective of image restoration: Reduce noise and recover resolution loss 2
  • 3. Introduction  Image restoration applications: Science and engineering such as medical and astronomical imaging, film restoration, image and video coding  Original image corrupted by: Invariant blur, build in nonlinearities and additive Gaussian white noise Objective function Nonlinear least square (NLS)data fitting term Total variation(TV) regularization term 3
  • 4.  Nonlinear image degraded model: 𝑔 = 𝑠 𝐻𝑓𝑡𝑟𝑢𝑒 + 𝑛 where 𝑔=observed image, 𝑓𝑡𝑟𝑢𝑒=true image, 𝐻=blurring matrix, 𝑛=noise vector  Nonlinear least square problem: arg min 𝑓 1 2 𝑠 𝐻𝑓 − 𝑔 2 2 Zervakis and venetsanopoulos used steepend descent method. Zervakis and venetsanopoulos further considered Gauss-Newton(GN) algorithm for NLS problem. 4 (1) (2)
  • 5.  TV based nonlinear least square problem : arg min 𝑓 𝐸(𝑓) ≔ 1 2 𝑠 𝐻𝑓 − 𝑔 2 2 +𝜇 𝑖=1 𝑚2 𝐷𝑖 𝑓 2 where 𝜇 = regularization parameter 𝑖=1 𝑚2 𝐷𝑖 𝑓 2 =discrete total variation of 𝑓 𝑎1 ≤ 𝑓 ≤ 𝑎2, 𝐷𝑖 𝑓=discrete gradient of 𝑓 at 𝑖 𝑡ℎ pixel  Main idea: Original optimization problem Easier subproblems under ADM split 5 (3)
  • 6.  Alternating Direction Method Of Multipliers(ADM): Subject to ℎ𝑓 = 𝑧 , 𝑓 = 𝑢, 𝑓 = 𝑣, 𝐷𝑖 𝑓 = 𝑝𝑖 , , and and are indicator functions given by, = 0, 𝑖𝑓 𝑢 − 𝑎1 ≥ 0, ∞, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒 = 0, 𝑖𝑓 𝑣 − 𝑎2 ≥ 0 ∞, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒 2 2 1 22 2 1 1 argmin ( ) ( ) ( ) 2 m i i s z g p k u k v        1( )k u 2 ( )k v 1( )k u 2 ( )k v 6 (4)
  • 8. Experimental Results  Peak signal to noise ratio(PSNR): PSNR=10 log10 max 𝑖 𝑓𝑡𝑟𝑢𝑒 𝑖 2 1 𝑚2 𝑖=1 𝑚2 𝑓 𝑖− 𝑓𝑡𝑟𝑢𝑒 𝑖 2  Structural similarity (SSIM) index PSNR should be high 8 (5)
  • 9. Nonlinear Image Restoration PSNR:b)26.95db, c)28.68db SSIM:b)0.8036,c)0.8848 a)True image, b)observed image, c)NLS model, d)TVNLS model Natural logarithm nonlinearity Fig. 1[1] Fig. 2[1] 9
  • 10. Power Nonlinearity PSNR:b)27.80db, c)30.27db SSIM:b)0.8401, c)0.9124 a)True image b)Observed image c)NLS model d)TVNLS model Fig. 3[1] Fig. 4[1] 10
  • 11. Restoration results with different blurs and noise level NLS TVNLS NONLINE ARTITY BLUR STANDAR D DEVIATIO N PSNR SSIM PSN R SSIM Logarithm Gaussia n 0.001 26.95 0.8036 28.68 0.8848 0.01 23.75 0.6012 25.76 0.8120 Moffat 0.001 28.52 0.7987 30.81 0.9039 0.01 24.26 0.6201 26.44 0.8225 Power Gaussia n 0.001 27.80 0.8401 30.27 0.9124 0.01 25.07 0.7451 27.30 0.8619 Moffat 0.001 29.82 0.8599 33.49 0.9304 0.01 26.12 0.7609 28.88 0.8793 Table [1] 11
  • 12. High Dynamic Range Imaging  The nonlinear response is formulated as: 𝑔 = 𝑠 𝑟 where 𝑟 is true HDR radiance, 𝑔 is observed LDR image, 𝑠 is the camera response Idea of majorize-minimize(MM) method: use reweighted least squares technique to tackle the non smooth TV term and linearized technique to tackle the non linear least square data fitting term. 12 (6)
  • 13. a)Tone mapped LDR image from true HDR b)Noisy observed LDR image c)Tone mapped LDR image from recovered HDR image by MM method d) Tone mapped LDR image from recovered HDR image by ADM method Fig. 5[1] Fig. 6[1] 13
  • 14. a)Tone mapped LDR image from true HDR b)Noisy observed LDR image c)Tone mapped LDR image from recoverd HDR image by MM method d) Tone mapped LDR image from recoverd HDR image by ADM method Fig. 7[1] Fig. 8[1] 14
  • 15. Conclusion  TV based variation model to tackle nonlinear image restoration problem.  An efficient alternating direction method of multipliers to solve the model.  Numerical examples including nonlinear image restoration and HDR imaging are shown by author to illustrate the effectiveness and efficiency of numerical scheme. 15
  • 16. REFERENCES [1] C. Chen, M. K. Ng and X. L. Zhao, "Alternating Direction Method of Multipliers for Nonlinear Image Restoration Problems," in IEEE Transactions on Image Processing, vol. 24, no. 1, pp. 33-43, Jan. 2015. [2]B. K. Gunturk and X. Li, Image Restoration: Fundamentals and Advances. Boca Raton, FL, USA: CRC Press, 2012. [3] Zhou Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli, "Image quality assessment: from error visibility to structural similarity," in IEEE Transactions on Image Processing, vol. 13, no. 4, pp. 600-612, April 2004. [4] S. Kim, Y. W. Tai, S. J. Kim, M. S. Brown and Y. Matsushita, "Nonlinear camera response functions and image deblurring," Computer Vision and Pattern Recognition (CVPR), IEEE Conference on, Providence, RI, 2012, pp. 25- 32. 16