Conditional Sequential Modulation for Efficient Global Image Retouching
Jingwen He, Yihao Liu, Yu Qiao, and Chao Dong

TL;DR
This paper introduces CSRNet, a lightweight and efficient global image retouching framework that uses conditional modulation and minimal parameters to achieve state-of-the-art results on benchmark datasets.
Contribution
The paper proposes CSRNet, a novel, extremely lightweight neural network for global image retouching that outperforms existing methods with fewer than 37k parameters.
Findings
Achieves state-of-the-art performance on MIT-Adobe FiveK dataset.
Contains less than 37,000 trainable parameters, significantly fewer than existing methods.
Demonstrates effective global image retouching through conditional modulation.
Abstract
Photo retouching aims at enhancing the aesthetic visual quality of images that suffer from photographic defects such as over/under exposure, poor contrast, inharmonious saturation. Practically, photo retouching can be accomplished by a series of image processing operations. In this paper, we investigate some commonly-used retouching operations and mathematically find that these pixel-independent operations can be approximated or formulated by multi-layer perceptrons (MLPs). Based on this analysis, we propose an extremely light-weight framework - Conditional Sequential Retouching Network (CSRNet) - for efficient global image retouching. CSRNet consists of a base network and a condition network. The base network acts like an MLP that processes each pixel independently and the condition network extracts the global features of the input image to generate a condition vector. To realize…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Advanced Image Fusion Techniques · Visual Attention and Saliency Detection
