noise2noise icon indicating copy to clipboard operation
noise2noise copied to clipboard

Target Images

Open zchen002 opened this issue 6 years ago • 7 comments

Hi, I'm a bit confused, what is the purpose of target images? are target images same as source images?

zchen002 avatar Dec 04 '18 08:12 zchen002

In general denoising problems, noisy images and clean images are used for inputs and targets respectively in training. In noise2noise model, both inputs and targets are noisy images, which are the same image with different noises.

yu4u avatar Dec 04 '18 14:12 yu4u

I got it now, thanks for answering.

zchen002 avatar Dec 04 '18 22:12 zchen002

sorry,i still don't understand. how can i have one image that have different noises. unless i have a clean image that i can produce different noises

tangsipeng avatar Dec 26 '18 07:12 tangsipeng

You might take pictures of a static scene (e.g. very dark scene). Simply by doing so, you can get different noise images sharing unknown clean image. The other assumed examples can be found in the original paper.

yu4u avatar Dec 29 '18 13:12 yu4u

thank you, i got it

tangsipeng avatar Jan 05 '19 13:01 tangsipeng

If we have one real image with different level random noise, we don't need to add Gaussian noise with zero-mean. How could we make sure the expectation unchanged, or the expectation is the clean image?

AllenJac avatar Feb 02 '19 05:02 AllenJac

In real use cases, we cannot know exact noise generation process, and thus we cannot make sure the expectation becomes a clean image. Simply we can infer what kind of statistics can be used and try it.

yu4u avatar Feb 02 '19 17:02 yu4u