UFlow-Net: A Unified Approach for Improved Video Frame Interpolation
In computer vision, video frame interpolation plays a significant role in video enhancement by synthesizing intermediate frames to improve temporal resolution and visual quality. This techniques help reduce motion blur, create smoother slow motion videos and enhancing total viewing experience, especially in low frame rate video. This is vital for application like video processing, streaming and video restoration. We are developing UFlow-Net, a deep learning-based model that improves frame interpolation accuracy.
The process starts with a dataset of three consecutive video frames. The first and third frames are used as inputs, while the second frame is used as a reference for evaluation. These frames go through preprocessing, such as resizing, normalizing, and stacking the frames.
Next, the preprocessed frames are passed into UFlow-Net, which consists of two key steps. The Flow-Enhanced Encoder-Decoder captures motion and spatial details from the input frames, and reconstructs the features, keeping the motion consistent. The Refined Frame Synthesis step, refines the features more and generates the missing middle frame by using the learned motion patterns and spatial relationships. We evaluate our model using PSNR (Peak Signal-to-Noise Ratio) and SSIM (Structural Similarity Index Measure). Our Model achieved a PSNR of 35.65 dB and SSIM score 0.97.
Relevant publications:
F. Israq, S. B. Alam, H. Khatun, S.S. Sarker, S.T. Bhuiyan, M. Haque, R. Rahman and S. Kobashi ” UFlow-Net: A Unified Approach for Improved Video Frame Interpolation” in Proc. 2024 27th International Conference on Computer and Information Technology (ICCIT), Cox’s Bazar, Bangladesh, Dec. 20-22, 2024.