Spatial Decomposition and Temporal Fusion based Inter Prediction for Learned Video Compression
Xihua Sheng, Li Li, Dong Liu, Houqiang Li
TL;DR
This work tackles inter prediction challenges in learned video compression caused by local motion inconsistency and occlusion. It introduces a structure-detail decomposition (SDD) framework to model consistent and inconsistent motions separately, and a long-short-term temporal context fusion strategy that combines ConvLSTM-based long-term contexts with short-term, SDD-derived contexts. The approach employs joint MV encoding for structure/detail, SDD-based temporal context mining, and a multi-faceted entropy model to improve prediction accuracy, achieving substantial bitrate savings—approximately 13.4% on PSNR and 44.1% on MS-SSIM BD-rate against VTM—across multiple test datasets. The results demonstrate improved inter prediction quality with manageable complexity, suggesting strong practical impact for next-generation learned video codecs.
Abstract
Video compression performance is closely related to the accuracy of inter prediction. It tends to be difficult to obtain accurate inter prediction for the local video regions with inconsistent motion and occlusion. Traditional video coding standards propose various technologies to handle motion inconsistency and occlusion, such as recursive partitions, geometric partitions, and long-term references. However, existing learned video compression schemes focus on obtaining an overall minimized prediction error averaged over all regions while ignoring the motion inconsistency and occlusion in local regions. In this paper, we propose a spatial decomposition and temporal fusion based inter prediction for learned video compression. To handle motion inconsistency, we propose to decompose the video into structure and detail (SDD) components first. Then we perform SDD-based motion estimation and SDD-based temporal context mining for the structure and detail components to generate short-term temporal contexts. To handle occlusion, we propose to propagate long-term temporal contexts by recurrently accumulating the temporal information of each historical reference feature and fuse them with short-term temporal contexts. With the SDD-based motion model and long short-term temporal contexts fusion, our proposed learned video codec can obtain more accurate inter prediction. Comprehensive experimental results demonstrate that our codec outperforms the reference software of H.266/VVC on all common test datasets for both PSNR and MS-SSIM.
