CVMMNIMar 28, 2022

DNN-Driven Compressive Offloading for Edge-Assisted Semantic Video Segmentation

arXiv:2203.14481v128 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses bandwidth limitations for mobile devices in edge computing scenarios, though it is incremental as it builds on existing compression and offloading techniques.

The paper tackles the problem of high bandwidth consumption for offloading semantic video segmentation tasks to the edge by introducing STAC, a DNN-driven compression scheme that saves up to 20.95% of bandwidth without accuracy loss compared to state-of-the-art methods.

Deep learning has shown impressive performance in semantic segmentation, but it is still unaffordable for resource-constrained mobile devices. While offloading computation tasks is promising, the high traffic demands overwhelm the limited bandwidth. Existing compression algorithms are not fit for semantic segmentation, as the lack of obvious and concentrated regions of interest (RoIs) forces the adoption of uniform compression strategies, leading to low compression ratios or accuracy. This paper introduces STAC, a DNN-driven compression scheme tailored for edge-assisted semantic video segmentation. STAC is the first to exploit DNN's gradients as spatial sensitivity metrics for spatial adaptive compression and achieves superior compression ratio and accuracy. Yet, it is challenging to adapt this content-customized compression to videos. Practical issues include varying spatial sensitivity and huge bandwidth consumption for compression strategy feedback and offloading. We tackle these issues through a spatiotemporal adaptive scheme, which (1) takes partial strategy generation operations offline to reduce communication load, and (2) propagates compression strategies and segmentation results across frames through dense optical flow, and adaptively offloads keyframes to accommodate video content. We implement STAC on a commodity mobile device. Experiments show that STAC can save up to 20.95% of bandwidth without losing accuracy, compared to the state-of-the-art algorithm.

Foundations

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

Your Notes