CVMMJan 12, 2022

MoViDNN: A Mobile Platform for Evaluating Video Quality Enhancement with Deep Neural Networks

arXiv:2201.04402v1Has Code
AI Analysis

This provides a tool for researchers and developers to benchmark video enhancement methods on mobile platforms, but it is incremental as it focuses on evaluation rather than new algorithms.

The authors tackled the challenge of evaluating deep neural network (DNN) based video quality enhancement methods on mobile devices by proposing MoViDNN, an open-source mobile platform that enables both objective and subjective assessments, reporting metrics like execution time, PSNR, SSIM, and MOS.

Deep neural network (DNN) based approaches have been intensively studied to improve video quality thanks to their fast advancement in recent years. These approaches are designed mainly for desktop devices due to their high computational cost. However, with the increasing performance of mobile devices in recent years, it became possible to execute DNN based approaches in mobile devices. Despite having the required computational power, utilizing DNNs to improve the video quality for mobile devices is still an active research area. In this paper, we propose an open-source mobile platform, namely MoViDNN, to evaluate DNN based video quality enhancement methods, such as super-resolution, denoising, and deblocking. Our proposed platform can be used to evaluate the DNN based approaches both objectively and subjectively. For objective evaluation, we report common metrics such as execution time, PSNR, and SSIM. For subjective evaluation, Mean Score Opinion (MOS) is reported. The proposed platform is available publicly at https://github.com/cd-athena/MoViDNN

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