Motion-aware Dynamic Graph Neural Network for Video Compressive Sensing
Ruiying Lu, Ziheng Cheng, Bo Chen, Xin Yuan
TL;DR
This work tackles the challenge of reconstructing high-speed video from snapshot compressive imaging by modeling non-local spatial-temporal dependencies with a motion-aware dynamic graph, MadyGraph. It integrates an initial data-adaptive predictor with a graph module that uses motion-guided dynamic sampling, cross-scale node sampling, and global knowledge integration to capture long-range relations efficiently (achieving near-linear $O(N)$ complexity relative to the naive $O(N^2)$ non-local approaches). The approach yields state-of-the-art results on grayscale and color simulated data, as well as convincing results on real SCI measurements, while offering fast inference and broad compatibility with existing backbones. This demonstrates a practical pathway to robust, scalable video SCI reconstruction and informs future work on flexible graph-based non-local modeling in computational imaging.
Abstract
Video snapshot compressive imaging (SCI) utilizes a 2D detector to capture sequential video frames and compress them into a single measurement. Various reconstruction methods have been developed to recover the high-speed video frames from the snapshot measurement. However, most existing reconstruction methods are incapable of efficiently capturing long-range spatial and temporal dependencies, which are critical for video processing. In this paper, we propose a flexible and robust approach based on the graph neural network (GNN) to efficiently model non-local interactions between pixels in space and time regardless of the distance. Specifically, we develop a motion-aware dynamic GNN for better video representation, i.e., represent each node as the aggregation of relative neighbors under the guidance of frame-by-frame motions, which consists of motion-aware dynamic sampling, cross-scale node sampling, global knowledge integration, and graph aggregation. Extensive results on both simulation and real data demonstrate both the effectiveness and efficiency of the proposed approach, and the visualization illustrates the intrinsic dynamic sampling operations of our proposed model for boosting the video SCI reconstruction results. The code and model will be released.
