JPEG Artifacts Reduction via Deep Convolutional Sparse Coding
Abstract
To effectively reduce JPEG compression artifacts, we propose a deep convolutional sparse coding (DCSC) network architecture. We design our DCSC in the framework of classic learned iterative shrinkage-threshold algorithm. To focus on recognizing and separating artifacts only, we sparsely code the feature maps instead of the raw image. The final de-blocked image is directly reconstructed from the coded features. We use dilated convolution to extract multi-scale image features, which allows our single model to simultaneously handle multiple JPEG compression levels. Since our method integrates model-based convolutional sparse coding with a learning-based deep neural network, the entire network structure is compact and more explainable. The resulting lightweight model generates comparable or better de-blocking results when compared with state-of-the-art methods.
Cite
Text
Fu et al. "JPEG Artifacts Reduction via Deep Convolutional Sparse Coding." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00259Markdown
[Fu et al. "JPEG Artifacts Reduction via Deep Convolutional Sparse Coding." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/fu2019iccv-jpeg/) doi:10.1109/ICCV.2019.00259BibTeX
@inproceedings{fu2019iccv-jpeg,
title = {{JPEG Artifacts Reduction via Deep Convolutional Sparse Coding}},
author = {Fu, Xueyang and Zha, Zheng-Jun and Wu, Feng and Ding, Xinghao and Paisley, John},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00259},
url = {https://mlanthology.org/iccv/2019/fu2019iccv-jpeg/}
}