CVMar 11, 2024

Eliminating Warping Shakes for Unsupervised Online Video Stitching

arXiv:2403.06378v215 citationsh-index: 18Has CodeECCV
AI Analysis

This addresses a specific issue in video processing for applications like surveillance or VR, but it is incremental as it builds on existing image stitching and video stabilization techniques.

The paper tackles the problem of warping shakes in video stitching, which cause temporal instability in non-overlapping regions, and proposes StabStitch, an unsupervised learning framework that simultaneously performs video stitching and stabilization, achieving robust and real-time performance with significant superiority in scene robustness and inference speed.

In this paper, we retarget video stitching to an emerging issue, named warping shake, when extending image stitching to video stitching. It unveils the temporal instability of warped content in non-overlapping regions, despite image stitching having endeavored to preserve the natural structures. Therefore, in most cases, even if the input videos to be stitched are stable, the stitched video will inevitably cause undesired warping shakes and affect the visual experience. To eliminate the shakes, we propose StabStitch to simultaneously realize video stitching and video stabilization in a unified unsupervised learning framework. Starting from the camera paths in video stabilization, we first derive the expression of stitching trajectories in video stitching by elaborately integrating spatial and temporal warps. Then a warp smoothing model is presented to optimize them with a comprehensive consideration regarding content alignment, trajectory smoothness, spatial consistency, and online collaboration. To establish an evaluation benchmark and train the learning framework, we build a video stitching dataset with a rich diversity in camera motions and scenes. Compared with existing stitching solutions, StabStitch exhibits significant superiority in scene robustness and inference speed in addition to stitching and stabilization performance, contributing to a robust and real-time online video stitching system. The code and dataset are available at https://github.com/nie-lang/StabStitch.

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