IVCVMar 11, 2022

Video Coding for Machines with Feature-Based Rate-Distortion Optimization

arXiv:2203.05890v145 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the need for efficient video compression in scenarios where data is processed by neural networks, such as autonomous vehicles or surveillance, though it is incremental as it builds on existing codec standards.

The paper tackles the problem of optimizing video coding for machine analysis rather than human viewing by proposing a feature-based rate-distortion optimization (FRDO) method, achieving up to 9.95% bitrate savings compared to conventional methods when tested with a segmentation network on the Cityscapes dataset.

Common state-of-the-art video codecs are optimized to deliver a low bitrate by providing a certain quality for the final human observer, which is achieved by rate-distortion optimization (RDO). But, with the steady improvement of neural networks solving computer vision tasks, more and more multimedia data is not observed by humans anymore, but directly analyzed by neural networks. In this paper, we propose a standard-compliant feature-based RDO (FRDO) that is designed to increase the coding performance, when the decoded frame is analyzed by a neural network in a video coding for machine scenario. To that extent, we replace the pixel-based distortion metrics in conventional RDO of VTM-8.0 with distortion metrics calculated in the feature space created by the first layers of a neural network. Throughout several tests with the segmentation network Mask R-CNN and single images from the Cityscapes dataset, we compare the proposed FRDO and its hybrid version HFRDO with different distortion measures in the feature space against the conventional RDO. With HFRDO, up to 5.49 % bitrate can be saved compared to the VTM-8.0 implementation in terms of Bjøntegaard Delta Rate and using the weighted average precision as quality metric. Additionally, allowing the encoder to vary the quantization parameter results in coding gains for the proposed HFRDO of up 9.95 % compared to conventional VTM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes