Before the question, I really thank you for the great research on multi degradation restoration.
But while reading your paper, I was curious on two things.
- You generated the positive samples by cropping patches from the same image, and negative samples from another image. How can this dataset generation process make the
CBDE to learn the different degradation rates on the same image?
- The contrastive learning is implemented with
MoCo in your code, but would it be okay if I used just the basic contrastive learning method?
Thank you. :)