paper-with-me

Papers

Accelerating HEVC Intra Partitioning via a CNN-Hierarchical Attention Transformer Hybrid

2026-05-27 · Krishna Kumar Sharma, Somdyuti Paul arxiv

The recursive quad-tree partitioning in High Efficiency Video Coding (HEVC) incurs considerable computational overhead, with exhaustive rate-distortion optimization for CTU partition prediction consuming the dominant share of encoding time. Although partition prediction through deep learning has emerged as a viable encoding accelerator, an architectural dichotomy remains largely unaddressed: CNNs are computationally efficient but spatially myopic due to their localized effective receptive fields, failing to capture long range semantic relationships and repetitive textures; conversely, transformer based architectures are better at capturing global context but incur prohibitive CPU latency, a critical liability that impedes deployment which is predominantly CPU-bound. This paper introduces Hybrid Fast Vision Transformer (HFViT), a hybrid architecture designed to accelerate HEVC intra-mode partition prediction. HFViT fuses a reparameterized depthwise-separable convolutional backbone with a Hierarchical Attention Transformer (HAT) mechanism, leveraging a carrier token scheme to enable efficient global information propagation at sub-quadratic complexity. Post-training structural fusion collapses batch normalization into preceding layers to further reduce latency. Comprehensive evaluation reveals the efficacy of HFViT in accelerating HEVC intra-encoding across resolutions. On standard JCT-VC test sequences, HFViT reduces the average VMAF BD-rate penalty by 2.4, 2.6, and 7.9 percentage points on Classes A, B and E, respectively, as compared to the competing ETH-CNN baseline while maintaining CPU inference latency within 8% of the CNN baseline and surpassing it on GPU by 40%, establishing practical viability for real-time encoder integration.

📄 PDF Abstract BibTeX arXiv:2605.29063

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Efficient Motion Modelling with Variable-sized blocks from Hierarchical Cuboidal Partitioning

2022-08-28 · Priyabrata Karmakar, Manzur Murshed, Manoranjan Paul, David Taubman

Motion modelling with block-based architecture has been widely used in video coding where a frame is divided into fixed-sized blocks that are motion compensated independently. This often leads to coding inefficiency as f…

4k

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

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

Machine Learning based Efficient QT-MTT Partitioning Scheme for VVC Intra Encoders

2021-03-09 · Alexandre Tissier, Wassim Hamidouche, Souhaiel Belhadj Dit Mdalsi, Jarno Vanne 외

The next-generation Versatile Video Coding (VVC) standard introduces a new Multi-Type Tree (MTT) block partitioning structure that supports Binary-Tree (BT) and Ternary-Tree (TT) splits in both vertical and horizontal di…