CVSep 13, 2020

Improving Deep Video Compression by Resolution-adaptive Flow Coding

arXiv:2009.05982v1142 citations
Originality Incremental advance
AI Analysis

This work addresses video compression efficiency for applications like streaming and storage, but it is incremental as it builds on existing learning-based approaches.

The paper tackles the problem of compressing optical flow maps in deep video compression by proposing a Resolution-adaptive Flow Coding (RaFC) framework, which uses multi-resolution representations and rate-distortion optimization to improve compression efficiency, as demonstrated through experiments on four benchmark datasets.

In the learning based video compression approaches, it is an essential issue to compress pixel-level optical flow maps by developing new motion vector (MV) encoders. In this work, we propose a new framework called Resolution-adaptive Flow Coding (RaFC) to effectively compress the flow maps globally and locally, in which we use multi-resolution representations instead of single-resolution representations for both the input flow maps and the output motion features of the MV encoder. To handle complex or simple motion patterns globally, our frame-level scheme RaFC-frame automatically decides the optimal flow map resolution for each video frame. To cope different types of motion patterns locally, our block-level scheme called RaFC-block can also select the optimal resolution for each local block of motion features. In addition, the rate-distortion criterion is applied to both RaFC-frame and RaFC-block and select the optimal motion coding mode for effective flow coding. Comprehensive experiments on four benchmark datasets HEVC, VTL, UVG and MCL-JCV clearly demonstrate the effectiveness of our overall RaFC framework after combing RaFC-frame and RaFC-block for video compression.

Foundations

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

Your Notes