Prerequisites & Notation
Before You Begin
This chapter requires familiarity with CNNs (Chapter 27), training infrastructure (Chapter 26), and denoising networks (Chapter 27).
- DnCNN/DRUNet denoisers (Chapter 27)(Review ch27)
Self-check: Do you understand residual learning for denoising?
- Training infrastructure (Chapter 26)(Review ch26)
Self-check: Can you save/load checkpoints and manage LR schedules?
Notation for This Chapter
| Symbol | Meaning | Introduced |
|---|---|---|
| Pre-trained model (backbone) | s01 | |
| \\mathcal{D}_\\text{source}, \\mathcal{D}_\\text{target} | Source and target domain datasets | s03 |
| Proximal operator using denoiser | s02 |