Machine Learning based Post Processing Artifact Reduction in HEVC Intra Coding
The lossy compression techniques produce various artifacts like blurring, distortion at block bounders, ringing and contouring effects on outputs especially at low bit rates. To reduce those compression artifacts various Convolutional Neural Network (CNN) based post processing techniques have been experimented over recent years. The latest video coding standard HEVC adopts two post processing filtering operations namely de-blocking filter (DBF) followed by sample adaptive offset (SAO). These operations consumes extra signaling bit and becomes an overhead to network. In this paper we proposed a new Deep learning based algorithm on SAO filtering operation. We designed a variable filter size Sub-layered Deeper CNN (SDCNN) architecture to improve filtering operation and incorporated large stride convolutional, deconvolution layers for further speed up. We also demonstrated that deeper architecture model can effectively be trained with the features learnt in a shallow network using data augmentation and transfer learning based techniques. Experimental results shows that our proposed network outperforms other networks in terms on PSNR and SSIM measurements on widely available benchmark video sequences and also perform an average of 4.1 % bit rate reduction as compared to HEVC baseline.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningBlockingData AugmentationSSIMTransfer LearningSimilar Papers 제목 키워드 기반
Partition-Aware Adaptive Switching Neural Networks for Post-Processing in HEVC
This paper addresses neural network based post-processing for the state-of-the-art video coding standard, High Efficiency Video Coding (HEVC). We first propose a partition-aware Convolution Neural Network (CNN) that util…
Postprocessing of Compressed Images via Sequential Denoising
In this work we propose a novel postprocessing technique for compression-artifact reduction. Our approach is based on posing this task as an inverse problem, with a regularization that leverages on existing state-of-the-…
DenoisingImage DenoisingLearned Quality Enhancement via Multi-Frame Priors for HEVC Compliant Low-Delay Applications
Networked video applications, e.g., video conferencing, often suffer from poor visual quality due to unexpected network fluctuation and limited bandwidth. In this paper, we have developed a Quality Enhancement Network (Q…
DecoderVideo CompressionRR-DnCNN v2.0: Enhanced Restoration-Reconstruction Deep Neural Network for Down-Sampling Based Video Coding
Integrating deep learning techniques into the video coding framework gains significant improvement compared to the standard compression techniques, especially, applying super-resolution (up-sampling) in down-sampling bas…
Super-ResolutionB-DRRN: A Block Information Constrained Deep Recursive Residual Network for Video Compression Artifacts Reduction
Although the video compression ratio nowadays becomes higher, the video coders such as H.264/AVC, H.265/HEVC, H.266/VVC always suffer from the video artifacts. In this paper, we design a neural network to enhance the qua…
Video Compression