Deep Convolution Networks for Compression Artifacts Reduction
Ke Yu, Chao Dong, Chen Change Loy, Xiaoou Tang

TL;DR
This paper introduces a deep convolutional network designed to effectively reduce various compression artifacts in images, achieving high performance and speed suitable for real-world applications.
Contribution
The paper proposes a compact, efficient CNN framework for artifact reduction, incorporating layer decomposition and transfer learning, with significant speed improvements and superior results.
Findings
Achieves 7.5x speedup with minimal performance loss
Outperforms state-of-the-art methods on benchmarks
Effectively trains deeper models using transfer learning
Abstract
Lossy compression introduces complex compression artifacts, particularly blocking artifacts, ringing effects and blurring. Existing algorithms either focus on removing blocking artifacts and produce blurred output, or restore sharpened images that are accompanied with ringing effects. Inspired by the success of deep convolutional networks (DCN) on superresolution, we formulate a compact and efficient network for seamless attenuation of different compression artifacts. To meet the speed requirement of real-world applications, we further accelerate the proposed baseline model by layer decomposition and joint use of large-stride convolutional and deconvolutional layers. This also leads to a more general CNN framework that has a close relationship with the conventional Multi-Layer Perceptron (MLP). Finally, the modified network achieves a speed up of 7.5 times with almost no performance…
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
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Image Processing Techniques and Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
