When Video Coding Meets Multimodal Large Language Models: A Unified Paradigm for Video Coding
Pingping Zhang, Jinlong Li, Kecheng Chen, Meng Wang, Long Xu, Haoliang Li, Nicu Sebe, Sam Kwong, Shiqi Wang
TL;DR
Preserving semantic content while compressing video at ultra-low bitrates is a key challenge for traditional codecs. CMVC addresses this by disentangling video into spatial content and motion, mapping each to multimodal representations via Multimodal Large Language Models (MLLMs), and enabling two decoding regimes: TT2V for semantic fidelity and IT2V for perceptual quality, with LoRA-tuned diffusion aiding frame interpolation. The approach introduces a keyframe-based encoder with cosine-similarity selection, a multimodal representation pipeline, and a decoder that supports flexible reconstruction under different bitrate constraints, backed by extensive experiments on standard benchmarks. The results demonstrate competitive semantic reconstruction (TT2V) and perceptual consistency (IT2V), illustrating the potential of combining MLLMs with cross-modality representations for efficient, flexible video coding in bandwidth-constrained scenarios.
Abstract
Existing codecs are designed to eliminate intrinsic redundancies to create a compact representation for compression. However, strong external priors from Multimodal Large Language Models (MLLMs) have not been explicitly explored in video compression. Herein, we introduce a unified paradigm for Cross-Modality Video Coding (CMVC), which is a pioneering approach to explore multimodality representation and video generative models in video coding. Specifically, on the encoder side, we disentangle a video into spatial content and motion components, which are subsequently transformed into distinct modalities to achieve very compact representation by leveraging MLLMs. During decoding, previously encoded components and video generation models are leveraged to create multiple encoding-decoding modes that optimize video reconstruction quality for specific decoding requirements, including Text-Text-to-Video (TT2V) mode to ensure high-quality semantic information and Image-Text-to-Video (IT2V) mode to achieve superb perceptual consistency. In addition, we propose an efficient frame interpolation model for IT2V mode via Low-Rank Adaption (LoRA) tuning to guarantee perceptual quality, which allows the generated motion cues to behave smoothly. Experiments on benchmarks indicate that TT2V achieves effective semantic reconstruction, while IT2V exhibits competitive perceptual consistency. These results highlight potential directions for future research in video coding.
