OL-DN: Online learning based dual-domain network for HEVC intra frame quality enhancement
Convolution neural network (CNN) based methods offer effective solutions for enhancing the quality of compressed image and video. However, these methods ignore using the raw data to enhance the quality. In this paper, we adopt the raw data in the quality enhancement for the HEVC intra-coded image by proposing an online learning-based method. When quality enhancement is demanded, we online train our proposed model at encoder side and then use the parameters to update the model of decoder side. This method not only improves model performance, but also makes one model adoptable to multiple coding scenarios. Besides, quantization error in discrete cosine transform (DCT) coefficients is the root cause of various HEVC compression artifacts. Thus, we combine frequency domain priors to assist image reconstruction. We design a DCT based convolution layer, to produce DCT coefficients that are suitable for CNN learning. Experimental results show that our proposed online learning based dual-domain network (OL-DN) has achieved superior performance, compared with the state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderImage ReconstructionQuantizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Joint Optimization of Rate, Distortion, and Decoding Energy for HEVC Intraframe Coding
This paper presents a novel algorithm that aims at minimizing the required decoding energy by exploiting a general energy model for HEVC-decoder solutions. We incorporate the energy model into the HEVC encoder such that …
DecoderQuantizationPosition Dependent Prediction Combination For Intra-Frame Video Coding
Intra-frame prediction in the High Efficiency Video Coding (HEVC) standard can be empirically improved by applying sets of recursive two-dimensional filters to the predicted values. However, this approach does not allow …
PositionPredictionReducing Complexity of HEVC: A Deep Learning Approach
High Efficiency Video Coding (HEVC) significantly reduces bit-rates over the proceeding H.264 standard but at the expense of extremely high encoding complexity. In HEVC, the quad-tree partition of coding unit (CU) consum…
Deep LearningLuminance-Guided Chrominance Image Enhancement for HEVC Intra Coding
In this paper, we propose a luminance-guided chrominance image enhancement convolutional neural network for HEVC intra coding. Specifically, we firstly develop a gated recursive asymmetric-convolution block to restore ea…
Image EnhancementA Combined Deep Learning based End-to-End Video Coding Architecture for YUV Color Space
Most of the existing deep learning based end-to-end video coding (DLEC) architectures are designed specifically for RGB color format, yet the video coding standards, including H.264/AVC, H.265/HEVC and H.266/VVC develope…