paper-with-me

홈 › Papers

OL-DN: Online learning based dual-domain network for HEVC intra frame quality enhancement

2022-08-09 · Renwei Yang, Shuyuan Zhu, Xiaozhen Zheng, Bing Zeng

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.

📄 PDF Abstract BibTeX arXiv:2208.04661

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage ReconstructionQuantization

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Joint Optimization of Rate, Distortion, and Decoding Energy for HEVC Intraframe Coding

2022-03-03 · Christian Herglotz, André Kaup

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 …

DecoderQuantization

Position Dependent Prediction Combination For Intra-Frame Video Coding

2025-05-29 · Amir Said, Xin Zhao, Marta Karczewicz, Jianle Chen 외

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 …

PositionPrediction

Reducing Complexity of HEVC: A Deep Learning Approach

2017-09-19 · Mai Xu, Tianyi Li, Zulin Wang, Xin Deng 외

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 Learning

Luminance-Guided Chrominance Image Enhancement for HEVC Intra Coding

2022-06-11 · Hewei Liu, Renwei Yang, Shuyuan Zhu, Xing Wen 외

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 Enhancement

A Combined Deep Learning based End-to-End Video Coding Architecture for YUV Color Space

2021-04-01 · Ankitesh K. Singh, Hilmi E. Egilmez, Reza Pourreza, Muhammed Coban 외

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…