#373 · Primary category: Computer Vision

CycleISP

camera-imaging-pipeline computer-vision cvpr2020 cycleisp data-synthesis image-denoising image-restoration low-level-vision pytorch raw2rgb rgb2raw

[CVPR 2020--Oral] CycleISP: Real Image Restoration via Improved Data Synthesis

Project last updated:09/24/24

GitHub Stars

575

Forks

80

Contributors

2

License

Other

Why we included this project

Training denoisers on synthetic Gaussian noise often leaves them struggling on real camera photos, because real noise is signal-dependent and shaped by the imaging pipeline. CycleISP tackles that by modeling the camera pipeline in both directions, converting clean sRGB images to RAW and back, so it can generate realistic clean/noisy pairs in either space. That lets you build training data for RAW and sRGB denoising from ordinary images instead of collecting expensive real noisy datasets. The repo includes pretrained models and evaluation scripts for the DND and SIDD benchmarks, so you can reproduce the paper's results or retrain on your own data. It's a research codebase, so expect to work directly with PyTorch and the provided scripts.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category