CVGRApr 8, 2018

Learning-based Video Motion Magnification

arXiv:1804.02684v3190 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing small motions in videos for applications like structural monitoring, though it is incremental as it builds on existing methods with learned filters.

The paper tackled the problem of noise and blurring in video motion magnification by learning filters directly from examples using deep convolutional neural networks, achieving higher-quality results with fewer artifacts and better noise characteristics than previous methods.

Video motion magnification techniques allow us to see small motions previously invisible to the naked eyes, such as those of vibrating airplane wings, or swaying buildings under the influence of the wind. Because the motion is small, the magnification results are prone to noise or excessive blurring. The state of the art relies on hand-designed filters to extract representations that may not be optimal. In this paper, we seek to learn the filters directly from examples using deep convolutional neural networks. To make training tractable, we carefully design a synthetic dataset that captures small motion well, and use two-frame input for training. We show that the learned filters achieve high-quality results on real videos, with less ringing artifacts and better noise characteristics than previous methods. While our model is not trained with temporal filters, we found that the temporal filters can be used with our extracted representations up to a moderate magnification, enabling a frequency-based motion selection. Finally, we analyze the learned filters and show that they behave similarly to the derivative filters used in previous works. Our code, trained model, and datasets will be available online.

Code Implementations2 repos
Foundations

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

Your Notes