Fast Image Processing with Fully-Convolutional Networks
Qifeng Chen, Jia Xu, Vladlen Koltun

TL;DR
This paper introduces a fully-convolutional neural network approach to approximate and accelerate various image processing operators, achieving high accuracy and real-time performance without executing the original operators.
Contribution
The paper presents a novel fully-convolutional network architecture that efficiently approximates multiple image processing operators, outperforming prior methods in accuracy and speed.
Findings
8.5 dB PSNR improvement over previous methods
3x reduction in DSSIM compared to prior schemes
Operates in constant time at full resolution
Abstract
We present an approach to accelerating a wide variety of image processing operators. Our approach uses a fully-convolutional network that is trained on input-output pairs that demonstrate the operator's action. After training, the original operator need not be run at all. The trained network operates at full resolution and runs in constant time. We investigate the effect of network architecture on approximation accuracy, runtime, and memory footprint, and identify a specific architecture that balances these considerations. We evaluate the presented approach on ten advanced image processing operators, including multiple variational models, multiscale tone and detail manipulation, photographic style transfer, nonlocal dehazing, and nonphotorealistic stylization. All operators are approximated by the same model. Experiments demonstrate that the presented approach is significantly more…
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 Processing Techniques · Image and Signal Denoising Methods
