IVCVMay 20, 2021

FVC: A New Framework towards Deep Video Compression in Feature Space

arXiv:2105.09600v2324 citations
Originality Highly original
AI Analysis

This addresses video compression efficiency for applications requiring high-quality video transmission, representing a novel methodological approach rather than an incremental improvement.

The paper tackles video compression by proposing FVC, a framework that performs all major compression operations in feature space rather than pixel space, achieving state-of-the-art performance on four benchmark datasets including HEVC, UVG, VTL, and MCL-JCV.

Learning based video compression attracts increasing attention in the past few years. The previous hybrid coding approaches rely on pixel space operations to reduce spatial and temporal redundancy, which may suffer from inaccurate motion estimation or less effective motion compensation. In this work, we propose a feature-space video coding network (FVC) by performing all major operations (i.e., motion estimation, motion compression, motion compensation and residual compression) in the feature space. Specifically, in the proposed deformable compensation module, we first apply motion estimation in the feature space to produce motion information (i.e., the offset maps), which will be compressed by using the auto-encoder style network. Then we perform motion compensation by using deformable convolution and generate the predicted feature. After that, we compress the residual feature between the feature from the current frame and the predicted feature from our deformable compensation module. For better frame reconstruction, the reference features from multiple previous reconstructed frames are also fused by using the non-local attention mechanism in the multi-frame feature fusion module. Comprehensive experimental results demonstrate that the proposed framework achieves the state-of-the-art performance on four benchmark datasets including HEVC, UVG, VTL and MCL-JCV.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes