Neural B-frame Video Compression with Bi-directional Reference Harmonization
Yuxi Liu, Dengchao Jin, Shuai Huo, Jiawen Gu, Chao Zhou, Huihui Bai, Ming Lu, Zhan Ma
TL;DR
This work identifies unbalanced reference contribution (URC) as a critical bottleneck in neural B-frame video compression and proposes BRHVC, a Bi-directional Reference Harmonization framework. BRHVC introduces Bi-directional Motion Converge (BMC) to fuse multi-scale optical flows and Bi-directional Contextual Fusion (BCF) to adaptively weight bi-directional reference contexts during coding. Empirical results show BRHVC achieving substantial bitrate savings, outperforming prior NBVC methods and surpassing VTM-RA on HEVC datasets, with notable gains on large frame spans. The approach advances NBVC by explicitly harmonizing bi-directional references, enabling more accurate motion compensation and context modeling, thus improving compression efficiency in random-access B-frame coding.
Abstract
Neural video compression (NVC) has made significant progress in recent years, while neural B-frame video compression (NBVC) remains underexplored compared to P-frame compression. NBVC can adopt bi-directional reference frames for better compression performance. However, NBVC's hierarchical coding may complicate continuous temporal prediction, especially at some hierarchical levels with a large frame span, which could cause the contribution of the two reference frames to be unbalanced. To optimize reference information utilization, we propose a novel NBVC method, termed Bi-directional Reference Harmonization Video Compression (BRHVC), with the proposed Bi-directional Motion Converge (BMC) and Bi-directional Contextual Fusion (BCF). BMC converges multiple optical flows in motion compression, leading to more accurate motion compensation on a larger scale. Then BCF explicitly models the weights of reference contexts under the guidance of motion compensation accuracy. With more efficient motions and contexts, BRHVC can effectively harmonize bi-directional references. Experimental results indicate that our BRHVC outperforms previous state-of-the-art NVC methods, even surpassing the traditional coding, VTM-RA (under random access configuration), on the HEVC datasets. The source code is released at https://github.com/kwai/NVC.
