CVFeb 2, 2021

Deep Online Fused Video Stabilization

arXiv:2102.01279v240 citations
AI Analysis

This work addresses video stabilization for applications like mobile recording, though it appears incremental as it builds on existing sensor and image-based methods.

The authors tackled video stabilization by developing a deep neural network that fuses gyroscope data and optical flow to infer virtual camera poses, achieving state-of-the-art performance as validated through quantitative evaluations and a user study.

We present a deep neural network (DNN) that uses both sensor data (gyroscope) and image content (optical flow) to stabilize videos through unsupervised learning. The network fuses optical flow with real/virtual camera pose histories into a joint motion representation. Next, the LSTM block infers the new virtual camera pose, and this virtual pose is used to generate a warping grid that stabilizes the frame. Novel relative motion representation as well as a multi-stage training process are presented to optimize our model without any supervision. To the best of our knowledge, this is the first DNN solution that adopts both sensor data and image for stabilization. We validate the proposed framework through ablation studies and demonstrated the proposed method outperforms the state-of-art alternative solutions via quantitative evaluations and a user study.

Code Implementations1 repo
Foundations

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

Your Notes