CVAug 20, 2021

Out-of-boundary View Synthesis Towards Full-Frame Video Stabilization

arXiv:2108.09041v114 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a specific problem in video stabilization for applications requiring full-frame output, though it is incremental as it builds on existing warping-based methods.

The paper tackles the tradeoff between stability and cropping ratio in warping-based video stabilization by proposing an Out-of-boundary View Synthesis (OVS) method that extrapolates missing boundary views, improving cropping ratios and reducing jitter amplification. Experimental results on the NUS benchmark show OVS enhances five state-of-the-art methods in objective metrics and visual quality.

Warping-based video stabilizers smooth camera trajectory by constraining each pixel's displacement and warp stabilized frames from unstable ones accordingly. However, since the view outside the boundary is not available during warping, the resulting holes around the boundary of the stabilized frame must be discarded (i.e., cropping) to maintain visual consistency, and thus does leads to a tradeoff between stability and cropping ratio. In this paper, we make a first attempt to address this issue by proposing a new Out-of-boundary View Synthesis (OVS) method. By the nature of spatial coherence between adjacent frames and within each frame, OVS extrapolates the out-of-boundary view by aligning adjacent frames to each reference one. Technically, it first calculates the optical flow and propagates it to the outer boundary region according to the affinity, and then warps pixels accordingly. OVS can be integrated into existing warping-based stabilizers as a plug-and-play module to significantly improve the cropping ratio of the stabilized results. In addition, stability is improved because the jitter amplification effect caused by cropping and resizing is reduced. Experimental results on the NUS benchmark show that OVS can improve the performance of five representative state-of-the-art methods in terms of objective metrics and subjective visual quality. The code is publicly available at https://github.com/Annbless/OVS_Stabilization.

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