juglab / n2v

This is the implementation of Noise2Void training.
Other
392 stars 107 forks source link

Random Channel Masking #5

Closed tibuch closed 5 years ago

tibuch commented 5 years ago

Mask independently sampled pixels for each channel. Currently the same pixels in each channel get masked, as discussed in #3. It seems to be safe to assume that noise is channel independent and signal is interdependent across channels. Therefore channel-wise masking could be beneficial.