A Coding Framework and Benchmark towards Low-Bitrate Video Understanding
Yuan Tian, Guo Lu, Yichao Yan, Guangtao Zhai, Li Chen, Zhiyong Gao
TL;DR
This work tackles the challenge of reliable video understanding under low-bitrate compression by introducing Video Coding for Semantics (VCS), a hybrid framework that couples a traditional video codec with a data-emerged neural semantic stream learned in a self-supervised manner. A semantic stream encoder (Sem-Enc) and a latent fusion network (LFN) fuse semantic content with decoded pixels, guided by a bottleneck-based contrastive objective that uses a one-bit semantic representation. The approach yields substantial bitrate savings and improved performance across action recognition, multiple object tracking, and video object segmentation on eight datasets, and is supported by a comprehensive benchmark against traditional, learnable, and VCM methods. The results highlight practical benefits for machine-centric video analysis at low bitrates and establish a solid baseline for future semantic-video-coding research.
Abstract
Video compression is indispensable to most video analysis systems. Despite saving transportation bandwidth, it also deteriorates downstream video understanding tasks, especially at low-bitrate settings. To systematically investigate this problem, we first thoroughly review the previous methods, revealing that three principles, i.e., task-decoupled, label-free, and data-emerged semantic prior, are critical to a machine-friendly coding framework but are not fully satisfied so far. In this paper, we propose a traditional-neural mixed coding framework that simultaneously fulfills all these principles, by taking advantage of both traditional codecs and neural networks (NNs). On one hand, the traditional codecs can efficiently encode the pixel signal of videos but may distort the semantic information. On the other hand, highly non-linear NNs are proficient in condensing video semantics into a compact representation. The framework is optimized by ensuring that a transportation-efficient semantic representation of the video is preserved w.r.t. the coding procedure, which is spontaneously learned from unlabeled data in a self-supervised manner. The videos collaboratively decoded from two streams (codec and NN) are of rich semantics, as well as visually photo-realistic, empirically boosting several mainstream downstream video analysis task performances without any post-adaptation procedure. Furthermore, by introducing the attention mechanism and adaptive modeling scheme, the video semantic modeling ability of our approach is further enhanced. Finally, we build a low-bitrate video understanding benchmark with three downstream tasks on eight datasets, demonstrating the notable superiority of our approach. All codes, data, and models will be available at \url{https://github.com/tianyuan168326/VCS-Pytorch}.
