Robust Multiple Description Neural Video Codec with Masked Transformer for Dynamic and Noisy Networks
Xinyue Hu, Wei Ye, Jiaxiang Tang, Eman Ramadan, Zhi-Li Zhang
TL;DR
This work tackles robust video delivery over dynamic and noisy networks by introducing NeuralMDC, a neural multiple-description codec. It tokenizes frames into latent representations, splits them into multiple correlated descriptions, and uses a bidirectional masked Transformer to model $P(y_t|y_{t-1},y_{t-2})$ for independent entropy coding, while inferring lost tokens from context. The approach achieves state-of-the-art loss resilience with competitive rate-distortion, offering substantial bitrate savings (e.g., up to $76.88\%$) over prior neural MDC baselines and strong performance under RTX and time-varying RTT conditions. This has practical implications for 5G and beyond, enabling reliable, multi-path video delivery with reduced latency and improved quality under packet losses.
Abstract
Multiple Description Coding (MDC) is a promising error-resilient source coding method that is particularly suitable for dynamic networks with multiple (yet noisy and unreliable) paths. However, conventional MDC video codecs suffer from cumbersome architectures, poor scalability, limited loss resilience, and lower compression efficiency. As a result, MDC has never been widely adopted. Inspired by the potential of neural video codecs, this paper rethinks MDC design. We propose a novel MDC video codec, NeuralMDC, demonstrating how bidirectional transformers trained for masked token prediction can vastly simplify the design of MDC video codec. To compress a video, NeuralMDC starts by tokenizing each frame into its latent representation and then splits the latent tokens to create multiple descriptions containing correlated information. Instead of using motion prediction and warping operations, NeuralMDC trains a bidirectional masked transformer to model the spatial-temporal dependencies of latent representations and predict the distribution of the current representation based on the past. The predicted distribution is used to independently entropy code each description and infer any potentially lost tokens. Extensive experiments demonstrate NeuralMDC achieves state-of-the-art loss resilience with minimal sacrifices in compression efficiency, significantly outperforming the best existing residual-coding-based error-resilient neural video codec.
