└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # deblocking paper list 2 | 3 | 4 | ## JPEG(Image) Artifacts Removal 5 | 6 | - Compression Artifacts Reduction by a Deep Convolutional Network, Apr 2015 [[PDF]](https://arxiv.org/pdf/1504.06993v1.pdf) ✅ 7 | - Image Super-Resolution Using Deep Convolutional Networks, July 2015 [[PDF]](https://arxiv.org/pdf/1501.00092.pdf) ✅ 8 | 9 | - Removing JPEG Blocking Artifacts Using Machine Learning [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6806033) ✅ 10 | 11 | - Beyond Deep Residual Learning for Image Restoration: Persistent Homology-Guided Manifold Simplification [[PDF1]](https://arxiv.org/pdf/1611.06345.pdf) [[PDF2]](http://openaccess.thecvf.com/content_cvpr_2017_workshops/w12/papers/Bae_Beyond_Deep_Residual_CVPR_2017_paper.pdf)📖 12 | 13 | - One-to-Many Network for Visually Pleasing Compression Artifacts Reduction, CVPR2017 [[PDF]](http://openaccess.thecvf.com/content_cvpr_2017/papers/Guo_One-To-Many_Network_for_CVPR_2017_paper.pdf) 14 | - Building Dual-Domain Representations for Compression Artifacts Reduction, ECCV2016 [[Poster]](http://www.eccv2016.org/files/posters/P-1A-38.pdf) 15 | 16 | - AN EFFICIENT DEEP CONVOLUTIONAL NEURAL NETWORKS MODEL FOR COMPRESSED IMAGE DEBLOCKING, 2017 [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8019416) 17 | 18 | - CAS-CNN: A Deep Convolutional Neural Network for Image Compression Artifact Suppression, 2016 [[PDF]](https://arxiv.org/pdf/1611.07233.pdf) 19 | 20 | - A Learning-Based Approach to Reduce JPEG Artifacts in Image Matting [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6751469) 21 | 22 | - ALPHABLEND - A SELF-ADJUSTING ALGORITHM FOR REDUCING ARTIFACTS IN JPEG COMPRESSED IMAGES [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7535259) 23 | 24 | 25 | ## HEVC Deblocking 26 | 27 | 1. Original HEVC 28 | - Sample Adaptive Offset in the HEVC Standard [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6324411) 29 | 30 | - HEVC Deblocking Filter [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6324414) 31 | 32 | 2. In-loop Improvements 33 | 34 | 3. Post-loop Improvements 35 | - Adaptive Post Filter for Reducing Block Artifacts in High Efficiency Video Coding, 2016 [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7946029) ✅ 36 | 37 | - Decoder-side HEVC quality enhancement with scalable convolutional neural network, ICME 2016 [[PDF]](http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8019299) 38 | 39 | 40 | 41 | 42 | --------------------------------------------------------------------------------