**Noise2Void - Learning Denoising from Single Noisy Images, iccv19,**

A conventional network versus our proposed blind-spot network. (a) In the conventional network the prediction for an individual pixel depends an a square patch of input pixels, known as a pixel’s receptive field (pixels under blue cone). If we train such a network using the same noisy image as input and as target, the network will degenerate and simply learn the identity. (b) In a blind-spot network, as we propose it, the receptive field of each pixel excludes the pixel itself, preventing it from learning the identity. We show that blind-spot networks can learn to remove pixel wise independent noise when they are trained on the same noisy images as input and target.
Actually conventional supervised network use GT value instead the input as target.
(b) is implemented by masking!


The smaller the patch used for selecting the pixel, the larger the contribution of the noise will be
Noise2self use the average of x excluding xj.

Performance of N2V on the BSD68 dataset compared to various baselines. 干不过N2N和supervised deep methods.