MicroISP: Processing 32MP Photos on Mobile Devices with Deep Learning
Abstract
While neural networks-based photo processing solutions can provide a better image quality compared to the traditional ISP systems, their application to mobile devices is still very limited due to their very high computational complexity. In this paper, we present a novel MicroISP model designed specifically for edge devices, taking into account their computational and memory limitations. The proposed solution is capable of processing up to 32MP photos on recent smartphones using the standard mobile ML libraries and requiring less than 1 s to perform the inference, while for FullHD images it achieves real-time performance. The architecture of the model is flexible, allowing to adjust its complexity to devices of different computational power. To evaluate the performance of the model, we collected a novel Fujifilm UltraISP dataset consisting of thousands of paired photos captured with a normal mobile camera sensor and a professional 102MP medium-format FujiFilm GFX100 camera. The experiments demonstrated that, despite its compact size, the MicroISP model is able to provide comparable or better visual results than the traditional mobile ISP systems, while outperforming the previously proposed efficient deep learning based solutions. Finally, this model is also compatible with the latest mobile AI accelerators, achieving good runtime and low power consumption o n smartphone NPUs and APUs. The code, dataset and pre-trained models are available on the project website: https://people.ee.ethz.ch/~ihnatova/microisp.html .
Cite
Text
Ignatov et al. "MicroISP: Processing 32MP Photos on Mobile Devices with Deep Learning." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25063-7_46Markdown
[Ignatov et al. "MicroISP: Processing 32MP Photos on Mobile Devices with Deep Learning." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/ignatov2022eccvw-microisp/) doi:10.1007/978-3-031-25063-7_46BibTeX
@inproceedings{ignatov2022eccvw-microisp,
title = {{MicroISP: Processing 32MP Photos on Mobile Devices with Deep Learning}},
author = {Ignatov, Andrey and Sycheva, Anastasia and Timofte, Radu and Tseng, Yu and Xu, Yu-Syuan and Yu, Po-Hsiang and Chiang, Cheng-Ming and Kuo, Hsien-Kai and Chen, Min-Hung and Cheng, Chia-Ming and Van Gool, Luc},
booktitle = {European Conference on Computer Vision Workshops},
year = {2022},
pages = {729-746},
doi = {10.1007/978-3-031-25063-7_46},
url = {https://mlanthology.org/eccvw/2022/ignatov2022eccvw-microisp/}
}