CVAIAug 16, 2023

SYENet: A Simple Yet Effective Network for Multiple Low-Level Vision Tasks with Real-time Performance on Mobile Device

arXiv:2308.08137v112 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying efficient, multi-task vision algorithms on mobile hardware, though it is incremental as it builds on existing low-level vision methods.

The authors tackled the problem of integrating multiple low-level vision tasks into a single neural network for real-time performance on mobile devices, achieving a 2K60FPS throughput on Qualcomm 8 Gen 1 SoC with only ~6K parameters and best PSNR scores in tasks like ISP, LLE, and SR, including winning the MAI 2022 Learned Smartphone ISP challenge.

With the rapid development of AI hardware accelerators, applying deep learning-based algorithms to solve various low-level vision tasks on mobile devices has gradually become possible. However, two main problems still need to be solved: task-specific algorithms make it difficult to integrate them into a single neural network architecture, and large amounts of parameters make it difficult to achieve real-time inference. To tackle these problems, we propose a novel network, SYENet, with only $~$6K parameters, to handle multiple low-level vision tasks on mobile devices in a real-time manner. The SYENet consists of two asymmetrical branches with simple building blocks. To effectively connect the results by asymmetrical branches, a Quadratic Connection Unit(QCU) is proposed. Furthermore, to improve performance, a new Outlier-Aware Loss is proposed to process the image. The proposed method proves its superior performance with the best PSNR as compared with other networks in real-time applications such as Image Signal Processing(ISP), Low-Light Enhancement(LLE), and Super-Resolution(SR) with 2K60FPS throughput on Qualcomm 8 Gen 1 mobile SoC(System-on-Chip). Particularly, for ISP task, SYENet got the highest score in MAI 2022 Learned Smartphone ISP challenge.

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