30
Digital Watermarking Digital Watermarking With Phase Dispersion With Phase Dispersion Algorithm Algorithm Team 1 Final Presentation Team 1 Final Presentation SIMG 786 SIMG 786 Advanced Digital Image Advanced Digital Image Processing Processing Mahdi Nezamabadi, Mahdi Nezamabadi, Chengmeng Liu, Chengmeng Liu, Michael Su Michael Su

Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Embed Size (px)

Citation preview

Page 1: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Digital Watermarking With Digital Watermarking With Phase Dispersion AlgorithmPhase Dispersion Algorithm

Team 1 Final PresentationTeam 1 Final Presentation

SIMG 786 SIMG 786

Advanced Digital Image ProcessingAdvanced Digital Image Processing

Mahdi Nezamabadi, Mahdi Nezamabadi,

Chengmeng Liu, Chengmeng Liu,

Michael SuMichael Su

Page 2: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Motivating ScenarioMotivating ScenarioMotivating ScenarioMotivating Scenario

• Alice creates a 3D shape,and publishes it on the web.

• Bob sells it as his own.Bob sells it as his own.

• How can Alice prove ownership?How can Alice prove ownership?(and make Bob pay her a lot of (and make Bob pay her a lot of money)money)

• Alice creates a 3D shape,and publishes it on the web.

• Bob sells it as his own.Bob sells it as his own.

• How can Alice prove ownership?How can Alice prove ownership?(and make Bob pay her a lot of (and make Bob pay her a lot of money)money)

Page 3: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

The solution is…The solution is…

• An invisible, robust digital watermark and put it on the image which can be used for proving the ownership.

• It has been applied in copyright marking business.

• It can be also applied for digital multimedia

Page 4: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Digital Watermarking With Phase Digital Watermarking With Phase Dispersion AlgorithmDispersion Algorithm

• An algorithm for robust, invisible watermarking.• Use the spread-spectrum technique which was

first in communications for hiding the information.

• Uses this characteristics to hide and extract information.

• It can embed both iconic images and binary strings in an image.

• It can handle various types of attacks.

Page 5: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Malicious AttacksMalicious AttacksMalicious AttacksMalicious Attacks

Adding noise

Adding another watermark

Rescale

Lossy compression

Geometric distortion

Cropping

Print and scan

Adding noise

Adding another watermark

Rescale

Lossy compression

Geometric distortion

Cropping

Print and scan

Page 6: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Embedding process illustrationEmbedding process illustration

Page 7: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Watermark extraction processWatermark extraction process

Page 8: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Indices for image differenceIndices for image difference

• MSE (Mean square error)

2

1 1

1

N

i

M

j

i,jIi,jI'NM

I,I'MSE

• Correlation factor

),(),(

),(),('

yxMyxM

yxMyxMCF

Page 9: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Similarity vs. α

• Similarity is measured by cross correlation between original and extracted log

• 64 tiles were used in embedding

• The α controls the visibility of the watermark logo in the watermarked image

• The α also depends on the number of tiles

Page 10: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Implementation of Binary Message Implementation of Binary Message template function 1template function 1

• embedding binary information consists of representing the one and zero bits by positive delta function and black that are placed in predefined and unique locations within the message image.

• It consisted of concentric circles with equal increments in radius and random angular displacement.

• A 64 bits template is shown on left

• The error rate is 0 for this 64 bits template

Page 11: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Implementation of Binary Message Implementation of Binary Message template function 2template function 2

• 650 bits template function is shown on the left

• 650 bits can embed 32 characters by repeating them 5 times with no compression

• The error rate is 0.46% for this 650 bits template, that means the probability for get a wrong bit is 9.7e-8

Page 12: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Rotation/Scale DetectionThresholding

Page 13: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Rotation/Scale DetectionImage rotation

Page 14: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Recovering image from Recovering image from distorted imagedistorted image

Page 15: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

How it works?How it works?

x f1(x,y)

y f2(x, y)For example:

x a11x a12y a13

y a21x a22y a23

In matrix form it will be:

x

y

a11 a12 a13

a21 a22 a23

x

y

1

Page 16: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Matirx formMatirx form

A a11 a12 a13

a21 a22 a23

XYo x

y

XYi x

y

1

XYo AXYi

There is a standard method to solve above equation for matrix A. For above example we need at least six points (six equations) to solve for six unknown coefficients.

Page 17: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Matrix form continued…Matrix form continued…

XYo AXYi

XYo (XYi ) AXYi (XYi )

XYo (XYi ) Inverse(XYi (XYi ) ) AXYi (XYi ) Inverse(XYi (XYi ) )

XYi (XYi ) Inverse(XYi (XYi ) ) 1 1 1

1 1 1

1 1 1

A XYo (XYi ) Inverse(XYi (XYi ) )

Page 18: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Apply matrix A and some extra Apply matrix A and some extra simple image processingsimple image processing

• Apply matrix A to whole image and calculate new coordinates of reconstructed image.

• Interpolate for in-between points.• If necessary zero-padding should be

applied.• Trim the image to have integer number of

tiles in each direction.

Page 19: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Rotation and rescaling

CF MSE

Not rotation and scaling 0.5509 0.0206

With Rotation and rescaling

0.5081 0.0301

Page 20: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by lowpass filter

The watermarked image is blurred The extracted logo is equivalent to original log convolve with a low pass filter

Filter size 3 by 3 5 by 5

CF MSE CF MSE

Not Filtered Watermark

0.5660 0.0320 0.3340 0.0820

Filtered Watermark

0.8282 0.0206 0.7083 0.0471

Page 21: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by JPEG lossy by JPEG lossy compressioncompression

Original size Resolution MSE CF

4.1MB 2k X 2k 0.1194 0.5130

Compressed size

Compression ratio

MSE CF

555KB 7 0.1385 0.4172

312KB 13 0.1562 0.3798

199KB 20 0.1901 0.3251

Page 22: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by random noiseby random noise10% noise 20% noiseA zero mean random noise profile

Page 23: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by noiseby noise

Noise level

MSE CF

10% 0.1264 0.4955

20% 0.1402 0.4576

50% 0.1917 0.3327

100% 0.2485 0.2143

50% noise 100% noise

Page 24: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by Croppingby CroppingCropping MSE CF

50% 0.1973 0.4301

80% 0.2602 0.4173

90% 0.5949 0.2119

Page 25: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Multiple watermarksMultiple watermarks

With the same keyTwo watermarks embedded and extracted with different keys

Page 26: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Affected by halftone printingby halftone printing

Lena after printed and scanned Extracted watermark

Halftoning can destroy the correlation between Halftoning can destroy the correlation between image and watermark.image and watermark.

Page 27: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

ConclusionsConclusions

• A phase dispersion carrier function is the key for the algorithm to work.

• α = 0.2 gives the best balance between visibility and signal strength.

• It can resist the following attacks: lowpass filtering, cropping, lossy compression, noise, rotation and rescaling.

• Very sensitive to rotation angles.• More work needed for handling halftoning.

Page 28: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

What’s done so far?What’s done so far?

• Basic functionality: carrier function, embed and extract simple iconic image, binary message, make it invisible.

• Embed into multiple-tile images and make it robust.

• Blurring, cropping, noise, rotation, lossy compression and rescaling resistant.

• Performance evaluation.

Page 29: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Future workFuture work

• Deal with printing halftoning attacks

• Support color images, embed the hiding information in chromatic channels and keep the luminance unchanged.

• Deal with image distortion.

• Make it a stand alone application by integrate the Matlab code with C code

Page 30: Digital Watermarking With Phase Dispersion Algorithm Team 1 Final Presentation SIMG 786 Advanced Digital Image Processing Mahdi Nezamabadi, Chengmeng Liu,

Thank youThank you

• Questions?