Find the difference between images

Dear, masters in matlab & neural networks, sorry for my English. Please, advise me if it is real to develop neural network that will compare two images(original and its compressed version) and return the distortion level between them? If 'yes', what kind of network should be used? May be, someone has examples?

2 件のコメント

Image Analyst
Image Analyst 2012 年 3 月 27 日
To be clear, you mean with the compressed version once it's been decompressed.
Walter Roberson
Walter Roberson 2012 年 3 月 27 日
Rotated? Translated? Cropped? Resized? Or _exact_ size and image position matches?

サインインしてコメントする。

回答 (5 件)

Geoff
Geoff 2012 年 3 月 27 日

2 投票

Why wouldn't you just subtract one from the other and use some statistics like mean, variance, etc?
Image Analyst
Image Analyst 2012 年 3 月 27 日

1 投票

PSNR http://en.wikipedia.org/wiki/PSNR is often (usually?) used for that. You might also look at Stuctural Similarity (SSIM) http://en.wikipedia.org/wiki/Structural_similarity
Greg Heath
Greg Heath 2012 年 4 月 4 日

1 投票

You said that you have found a reference but have no access.
An obvious way to begin is either obtain access to the reference or obtain access to one of the authors.
To use a neural net you have to train it with typical examples of input-output vector pairs.
From what I've read so far your input is a 64-dimensional input vector obtained from columnizing an 8x8 window of a difference image and your output is a scalar measure of similarity.
The enigma here is how to calculate the MOS to use for training.
Once that is defined, you don't need the network.
Or am I missing something?
Hope this helps.
P.S. Use windows with odd numbers of pixels per edge so that the middle of the window is at a pixel location.

1 件のコメント

belka0011
belka0011 2012 年 4 月 5 日
Yes, an input is 64 - discrete cosine transformed pixels.
I think that I should use sigmoid function and will try it in nn toolbox

サインインしてコメントする。

belka0011
belka0011 2012 年 3 月 28 日

0 投票

I want to develop NN that will better in searching artifacts than PSNR.
I've found description of work with almost similar problem, but I haven't access there((
If be anyone can help me?

9 件のコメント

Walter Roberson
Walter Roberson 2012 年 3 月 28 日
What kind of artifacts are you referring to for your purposes?
Are you talking about weighting some differences as more important based upon surrounding context?
Image Analyst
Image Analyst 2012 年 3 月 28 日
Better how? What's "wrong" with PSNR? What shortcomings do you feel that it has? PSNR is a well established technique that gives a single number that is used as a quality metric for comparing an original image with one that has undergone the compression/decompression round trip. Your method will likewise give a single number. Do you plan on doing psychophysical experiments to prove your number correlates better with human perception than PSNR? Maybe you ought to read this paper first: http://spiedigitallibrary.org/jei/resource/1/jeime5/v19/i4/p043004_s1?isAuthorized=no
belka0011
belka0011 2012 年 3 月 31 日
thanks for the reference...but I should use neural network and find artifacts after embedding digital watermarks in image
Walter Roberson
Walter Roberson 2012 年 3 月 31 日
So there isn't any compression step?
Image Analyst
Image Analyst 2012 年 3 月 31 日
belka, but you still didn't answer my questions.
belka0011
belka0011 2012 年 3 月 31 日
2walter: no compression, only embedding watermarks
belka0011
belka0011 2012 年 3 月 31 日
2image analyst: "Your method will likewise give a single number" yes.
And, yes, I will do psychophysical experiments
Image Analyst
Image Analyst 2012 年 3 月 31 日
And what shortcomings do the current methods have that your method will overcome?
Walter Roberson
Walter Roberson 2012 年 4 月 1 日
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.5.6925&rep=rep1&type=pdf

サインインしてコメントする。

belka0011
belka0011 2012 年 4 月 3 日

0 投票

I cannot say why my idea better than PSNR, that's my scientific work...
Now I've decided to develop neural network, that will contain pairs: artifact(8x8 pixels in DCT) and coefficient(from 0 to 1, depending on it visualization).
And now new question, how better to realize it?

4 件のコメント

Image Analyst
Image Analyst 2012 年 4 月 4 日
Better than what? What do you have so far? I'd say the Neural Net Toolbox would be a good thing to help you realize it.
belka0011
belka0011 2012 年 4 月 4 日
Better for this aims, what performance function and what training function to use?
Image Analyst
Image Analyst 2012 年 4 月 4 日
I don't use neural nets. Sorry - I can't help.
belka0011
belka0011 2012 年 4 月 5 日
anyway, thanks for your answers =)

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

質問済み:

2012 年 3 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by