CVIVAug 24, 2023

MOFA: A Model Simplification Roadmap for Image Restoration on Mobile Devices

arXiv:2308.12494v13 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for mobile photography applications, offering incremental improvements over prior methods focused on single modules.

The paper tackles the problem of deploying efficient image restoration models on mobile devices by proposing a roadmap that accelerates models while improving quality, achieving up to 13% faster runtime, 23% fewer parameters, and increased PSNR/SSIM on multiple datasets.

Image restoration aims to restore high-quality images from degraded counterparts and has seen significant advancements through deep learning techniques. The technique has been widely applied to mobile devices for tasks such as mobile photography. Given the resource limitations on mobile devices, such as memory constraints and runtime requirements, the efficiency of models during deployment becomes paramount. Nevertheless, most previous works have primarily concentrated on analyzing the efficiency of single modules and improving them individually. This paper examines the efficiency across different layers. We propose a roadmap that can be applied to further accelerate image restoration models prior to deployment while simultaneously increasing PSNR (Peak Signal-to-Noise Ratio) and SSIM (Structural Similarity Index). The roadmap first increases the model capacity by adding more parameters to partial convolutions on FLOPs non-sensitive layers. Then, it applies partial depthwise convolution coupled with decoupling upsampling/downsampling layers to accelerate the model speed. Extensive experiments demonstrate that our approach decreases runtime by up to 13% and reduces the number of parameters by up to 23%, while increasing PSNR and SSIM on several image restoration datasets. Source Code of our method is available at \href{https://github.com/xiangyu8/MOFA}{https://github.com/xiangyu8/MOFA}.

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