paper-with-me

Papers

Cross-Block Difference Guided Fast CU Partition for VVC Intra Coding

2022-01-14 · Hewei Liu, Shuyuan Zhu, Ruiqin Xiong, Guanghui Liu, Bing Zeng

In this paper, we propose a new fast CU partition algorithm for VVC intra coding based on cross-block difference. This difference is measured by the gradient and the content of sub-blocks obtained from partition and is employed to guide the skipping of unnecessary horizontal and vertical partition modes. With this guidance, a fast determination of block partitions is accordingly achieved. Compared with VVC, our proposed method can save 41.64% (on average) encoding time with only 0.97% (on average) increase of BD-rate.

📄 PDF Abstract BibTeX arXiv:2202.05677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Partition Map-Based Fast Block Partitioning for VVC Inter Coding

2025-04-25 · Xinmin Feng, Zhuoyuan Li, Li Li, Dong Liu 외

Among the new techniques of Versatile Video Coding (VVC), the quadtree with nested multi-type tree (QT+MTT) block structure yields significant coding gains by providing more flexible block partitioning patterns. However,…

Quantization

Speeding up VP9 Intra Encoder with Hierarchical Deep Learning Based Partition Prediction

2019-06-15 · Somdyuti Paul, Andrey Norkin, Alan C. Bovik

In VP9 video codec, the sizes of blocks are decided during encoding by recursively partitioning 64$\times$64 superblocks using rate-distortion optimization (RDO). This process is computationally intensive because of the …

Engineering a direct k-way Hypergraph Partitioning Algorithm

2017-01-18 · ALENEX 2017 2017 1 · Yaroslav Akhremtsev, Tobias Heuer, Peter Sanders, Sebastian Schlag

We develop a fast and high quality multilevel algorithm that directly partitions hypergraphs into k balanced blocks – without the detour over recursive bipartitioning. In particular, our algorithm efficiently implements …

graph partitioninghypergraph partitioning

StreamBlocks: A compiler for heterogeneous dataflow computing (technical report)

2021-07-20 · Endri Bezati, Mahyar Emami, Jörn Janneck, James Larus

To increase performance and efficiency, systems use FPGAs as reconfigurable accelerators. A key challenge in designing these systems is partitioning computation between processors and an FPGA. An appropriate division of …

CPU

A Forest Mixture Bound for Block-Free Parallel Inference

2018-05-17 · Neal Lawton, Aram Galstyan, Greg Ver Steeg

Coordinate ascent variational inference is an important algorithm for inference in probabilistic models, but it is slow because it updates only a single variable at a time. Block coordinate methods perform inference fast…

Variational Inference