FrameCorr: Adaptive, Autoencoder-based Neural Compression for Video Reconstruction in Resource and Timing Constrained Network Settings
John Li, Shehab Sarar Ahmed, Deepak Nair
TL;DR
The paper addresses reconstructing video frames when only partial data is available due to tight timing constraints in IoT-edge networks. It introduces FrameCorr, a neural approach that leverages inter-frame correlations to predict missing encoded content, building on Progressive Neural Compression (PNC) while comparing against AVC and an ABR setup. Experimental results on the UCF Sports Action dataset show that AVC excels with complete data, while PNC and FrameCorr enable partial-data reconstruction, with PNC frequently outperforming FrameCorr; FrameCorr’s limited gains are attributed to model simplicity and training alignment. The work highlights trade-offs between traditional compression, neural methods, and the potential of integrating predictive reconstruction with adaptive bitrate strategies for resilient edge streaming.
Abstract
Despite the growing adoption of video processing via Internet of Things (IoT) devices due to their cost-effectiveness, transmitting captured data to nearby servers poses challenges due to varying timing constraints and scarcity of network bandwidth. Existing video compression methods face difficulties in recovering compressed data when incomplete data is provided. Here, we introduce FrameCorr, a deep-learning based solution that utilizes previously received data to predict the missing segments of a frame, enabling the reconstruction of a frame from partially received data.
