Symmetric Entropy-Constrained Video Coding for Machines
Yuxiao Sun, Meiqin Liu, Chao Yao, Qi Tang, Jian Jin, Weisi Lin, Frederic Dufaux, Yao Zhao
TL;DR
The paper tackles video coding for machines by proposing SEC-VCM, a framework that explicitly aligns the video codec with a visual backbone (VB) or visual foundation model (VFM) through a symmetric entropy-constrained mechanism (BiEC) and a semantic-pixel fusion (SPDF) module. The approach recovers machine-oriented semantic features via an information-alignment-based semantic decoder and enforces entropy-based symmetry between VB and the decoder, using a two-stage training regime with losses that couple rate, distortion, and cross-model consistency: $L_{ ext{total}} = L_{ ext{base}} + oldsymbol{l}L_e + oldsymbol{l}_{ ext{cons}}L_{ ext{cons}}$, where $L_e = H(f_{ ext{VB}}|f_{ ext{MVS}}) + H(f_{ ext{MVS}}|f_{ ext{VB}})$ and the conditional entropies guide information alignment. SPDF injects pixel-level priors to refine machine-oriented reconstruction, balancing semantic fidelity with perceptual quality. Experiments across object detection, video instance segmentation, video object segmentation, and multiple object tracking show substantial rate-task gains over VTM and competitive results versus contemporary neural codecs, demonstrating strong generalization and practical impact for multi-task machine vision workloads.
Abstract
As video transmission increasingly serves machine vision systems (MVS) instead of human vision systems (HVS), video coding for machines (VCM) has become a critical research topic. Existing VCM methods often bind codecs to specific downstream models, requiring retraining or supervised data, thus limiting generalization in multi-task scenarios. Recently, unified VCM frameworks have employed visual backbones (VB) and visual foundation models (VFM) to support multiple video understanding tasks with a single codec. They mainly utilize VB/VFM to maintain semantic consistency or suppress non-semantic information, but seldom explore how to directly link video coding with understanding under VB/VFM guidance. Hence, we propose a Symmetric Entropy-Constrained Video Coding framework for Machines (SEC-VCM). It establishes a symmetric alignment between the video codec and VB, allowing the codec to leverage VB's representation capabilities to preserve semantics and discard MVS-irrelevant information. Specifically, a bi-directional entropy-constraint (BiEC) mechanism ensures symmetry between the process of video decoding and VB encoding by suppressing conditional entropy. This helps the codec to explicitly handle semantic information beneficial to MVS while squeezing useless information. Furthermore, a semantic-pixel dual-path fusion (SPDF) module injects pixel-level priors into the final reconstruction. Through semantic-pixel fusion, it suppresses artifacts harmful to MVS and improves machine-oriented reconstruction quality. Experimental results show our framework achieves state-of-the-art~(SOTA) in rate-task performance, with significant bitrate savings over VTM on video instance segmentation (37.4%), video object segmentation (29.8%), object detection (46.2%), and multiple object tracking (44.9%). We will release our code soon.
