paper-with-me

Papers

Deep Convolution Networks for Compression Artifacts Reduction

2016-08-09 · Ke Yu, Chao Dong, Chen Change Loy, Xiaoou Tang

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 loss compared to the baseline model. We also demonstrate that a deeper model can be effectively trained with features learned in a shallow network. Following a similar "easy to hard" idea, we systematically investigate three practical transfer settings and show the effectiveness of transfer learning in low-level vision problems. Our method shows superior performance than the state-of-the-art methods both on benchmark datasets and a real-world use case.

📄 PDF Abstract BibTeX arXiv:1608.02778

Code (2)

ankitf/artifact_reduction_jpeg tf
vinayak19th/ARCNN-keras tf

Tasks

BlockingTransfer Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Compression Artifacts Removal Using Convolutional Neural Networks

2016-05-02 · Pavel Svoboda, Michal Hradis, David Barina, Pavel Zemcik

This paper shows that it is possible to train large and deep convolutional neural networks (CNN) for JPEG compression artifacts reduction, and that such networks can provide significantly better reconstruction quality co…

Super Efficient Neural Network for Compression Artifacts Reduction and Super Resolution

2024-01-26 · Wen Ma, Qiuwen Lou, Arman Kazemi, Julian Faraone 외

Video quality can suffer from limited internet speed while being streamed by users. Compression artifacts start to appear when the bitrate decreases to match the available bandwidth. Existing algorithms either focus on r…

Efficient Neural NetworkSuper-Resolution

Compression Artifacts Reduction by a Deep Convolutional Network

2015-04-27 · ICCV 2015 12 · Chao Dong, Yubin Deng, Chen Change Loy, Xiaoou Tang

Lossy compression introduces complex compression artifacts, particularly the blocking artifacts, ringing effects and blurring. Existing algorithms either focus on removing blocking artifacts and produce blurred output, o…

BlockingDenoisingJPEG Artifact CorrectionTransfer Learning

Fully Convolutional Network for Removing DCT Artefacts From Images

2019-07-08 · Patryk Najgebauer, Rafal Scherer, Leszek Rutkowski

Image compression is one of the essential methods of image processing. Its most prominent advantage is the significant reduction of image size allowing for more efficient storage and transfer. However, lossy compression …

Image CompressionImage ReconstructionSuper-Resolution

One-to-Many Network for Visually Pleasing Compression Artifacts Reduction

2016-11-15 · CVPR 2017 7 · Jun Guo, Hongyang Chao

We consider the compression artifacts reduction problem, where a compressed image is transformed into an artifact-free image. Recent approaches for this problem typically train a one-to-one mapping using a per-pixel $L_2…