Decomposition, Compression, and Synthesis (DCS)-based Video Coding: A Neural Exploration via Resolution-Adaptive Learning
Ming Lu, Tong Chen, Dandan Ding, Fengqing Zhu, Zhan Ma
TL;DR
This work introduces Decomposition, Compression, and Synthesis (DCS), a codec-agnostic framework that mimics retinal processing by splitting video into STFs at native resolution and TMFs at lowered resolution for separate encoding. A resolution-adaptive synthesis module combines a multi-frame motion compensation network (MCN) and a non-local texture transfer network (NL-TTN) to restore high-resolution details and temporal continuity, expressed as $O^{H}_{t} = \mathcal{G}(\mathcal{F}(\{\hat{I}^{L}_{t-N}, ..., \hat{I}^{L}_{t}, ..., \hat{I}^{L}_{t+N}\}))$ with $F^{L}_{t} = \Phi(\Psi(\{\hat{I}^{L}_{t-N}, ..., \hat{I}^{L}_{t}, ..., \hat{I}^{L}_{t+N}\}))$. Trained end-to-end on a mixed dataset and evaluated against HEVC HM, DCS yields ~1 dB PSNR gains or ~25% BD-rate savings on average, confirming robust RD improvements and suggesting codec-agnostic applicability. The approach leverages bicubic resampling for TMFs and HEVC for compression, while ensuring compatibility with common standards and delivering notable gains across content types and GoP settings. The combination of deformable convolution–based alignment, temporal-spatial attention, and semantically guided texture transfer enables efficient reconstruction with controlled complexity, opening a practical path toward next-generation video coding.
Abstract
Inspired by the facts that retinal cells actually segregate the visual scene into different attributes (e.g., spatial details, temporal motion) for respective neuronal processing, we propose to first decompose the input video into respective spatial texture frames (STF) at its native spatial resolution that preserve the rich spatial details, and the other temporal motion frames (TMF) at a lower spatial resolution that retain the motion smoothness; then compress them together using any popular video coder; and finally synthesize decoded STFs and TMFs for high-fidelity video reconstruction at the same resolution as its native input. This work simply applies the bicubic resampling in decomposition and HEVC compliant codec in compression, and puts the focus on the synthesis part. For resolution-adaptive synthesis, a motion compensation network (MCN) is devised on TMFs to efficiently align and aggregate temporal motion features that will be jointly processed with corresponding STFs using a non-local texture transfer network (NL-TTN) to better augment spatial details, by which the compression and resolution resampling noises can be effectively alleviated with better rate-distortion efficiency. Such "Decomposition, Compression, Synthesis (DCS)" based scheme is codec agnostic, currently exemplifying averaged $\approx$1 dB PSNR gain or $\approx$25% BD-rate saving, against the HEVC anchor using reference software. In addition, experimental comparisons to the state-of-the-art methods and ablation studies are conducted to further report the efficiency and generalization of DCS algorithm, promising an encouraging direction for future video coding.
