A Unified Framework for Event-based Frame Interpolation with Ad-hoc Deblurring in the Wild
This addresses the challenge of handling motion-induced blur in video frame interpolation for applications in computer vision, though it is incremental by building on prior event-based methods.
The paper tackles the problem of video frame interpolation for both sharp and blurry input videos by proposing a unified event-based framework that performs ad-hoc deblurring, and it consistently outperforms previous state-of-the-art methods on frame interpolation, single image deblurring, and their joint task.
Effective video frame interpolation hinges on the adept handling of motion in the input scene. Prior work acknowledges asynchronous event information for this, but often overlooks whether motion induces blur in the video, limiting its scope to sharp frame interpolation. We instead propose a unified framework for event-based frame interpolation that performs deblurring ad-hoc and thus works both on sharp and blurry input videos. Our model consists in a bidirectional recurrent network that incorporates the temporal dimension of interpolation and fuses information from the input frames and the events adaptively based on their temporal proximity. To enhance the generalization from synthetic data to real event cameras, we integrate self-supervised framework with the proposed model to enhance the generalization on real-world datasets in the wild. At the dataset level, we introduce a novel real-world high-resolution dataset with events and color videos named HighREV, which provides a challenging evaluation setting for the examined task. Extensive experiments show that our network consistently outperforms previous state-of-the-art methods on frame interpolation, single image deblurring, and the joint task of both. Experiments on domain transfer reveal that self-supervised training effectively mitigates the performance degradation observed when transitioning from synthetic data to real-world data. Code and datasets are available at https://github.com/AHupuJR/REFID.