paper-with-me

Papers

Reducing Complexity of HEVC: A Deep Learning Approach

2017-09-19 · Mai Xu, Tianyi Li, Zulin Wang, Xin Deng, Ren Yang, Zhenyu Guan

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) consumes a large proportion of the HEVC encoding complexity, due to the bruteforce search for rate-distortion optimization (RDO). Therefore, this paper proposes a deep learning approach to predict the CU partition for reducing the HEVC complexity at both intra- and inter-modes, which is based on convolutional neural network (CNN) and long- and short-term memory (LSTM) network. First, we establish a large-scale database including substantial CU partition data for HEVC intra- and inter-modes. This enables deep learning on the CU partition. Second, we represent the CU partition of an entire coding tree unit (CTU) in the form of a hierarchical CU partition map (HCPM). Then, we propose an early-terminated hierarchical CNN (ETH-CNN) for learning to predict the HCPM. Consequently, the encoding complexity of intra-mode HEVC can be drastically reduced by replacing the brute-force search with ETH-CNN to decide the CU partition. Third, an early-terminated hierarchical LSTM (ETH-LSTM) is proposed to learn the temporal correlation of the CU partition. Then, we combine ETH-LSTM and ETH-CNN to predict the CU partition for reducing the HEVC complexity for inter-mode. Finally, experimental results show that our approach outperforms other state-of-the-art approaches in reducing the HEVC complexity at both intra- and inter-modes.

📄 PDF Abstract BibTeX arXiv:1710.01218

Code (1)

HEVC-Projects/CPH 공식 구현

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Can you tell a face from a HEVC bitstream?

2017-09-09 · Saeed Ranjbar Alvar, Hyomin Choi, Ivan V. Bajic

Image and video analytics are being increasingly used on a massive scale. Not only is the amount of data growing, but the complexity of the data processing pipelines is also increasing, thereby exacerbating the problem. …

DecoderFace DetectionImage Reconstruction

Accelerate CU Partition in HEVC using Large-Scale Convolutional Neural Network

2018-09-23 · Chenying Wang, Li Yu, Shengwei Wang

High efficiency video coding (HEVC) suffers high encoding computational complexity, partly attributed to the rate-distortion optimization quad-tree search in CU partition decision. Therefore, we propose a novel two-stage…

Video Quality Assessment and Coding Complexity of the Versatile Video Coding Standard

2023-10-19 · Thomas Amestoy, Naty Sidaty, Wassim Hamidouche, Pierrick Philippe 외

In recent years, the proliferation of multimedia applications and formats, such as IPTV, Virtual Reality (VR, 360-degree), and point cloud videos, has presented new challenges to the video compression research community.…

SSIMVideo CompressionVideo Quality Assessment

DCT Approximations Based on Chen's Factorization

2022-07-24 · C. J. Tablada, T. L. T. da Silveira, R. J. Cintra, F. M. Bayer

In this paper, two 8-point multiplication-free DCT approximations based on the Chen's factorization are proposed and their fast algorithms are also derived. Both transformations are assessed in terms of computational cos…

Image Compression

Multiple description video coding for real-time applications using HEVC

2023-03-10 · Trung Hieu Le, Marc Antonini, Marc Lambert, Karima Alioua

Remote control vehicles require the transmission of large amounts of data, and video is one of the most important sources for the driver. To ensure reliable video transmission, the encoded video stream is transmitted sim…

Decoder