ECCV 2022poster35 citations

Compiler-Aware Neural Architecture Search for On-Mobile Real-Time Super-Resolution

Yushu Wu, Yifan Gong, Pu Zhao, Yanyu Li, Zheng Zhan, Wei Niu, Hao Tang, Minghai Qin

Abstract

"Deep learning-based super-resolution (SR) has gained tremendous popularity in recent years because of its high image quality performance and wide application scenarios. However, prior methods typically suffer from large amounts of computations and huge power consumption, causing difficulties for real-time inference, especially on resourcelimited platforms such as mobile devices. To mitigate this, we propose a compiler-aware SR neural architecture search (NAS) framework that conducts depth search and per-layer width search with adaptive SR blocks. The inference speed is directly taken into the optimization along with the SR loss to derive SR models with high image quality while satisfying the real-time inference requirement. Instead of measuring the speed on mobile devices at each iteration during the search process, a speed model incorporated with compiler optimizations is leveraged to predict the inference latency of the SR block with various width configurations for faster convergence. With the proposed framework, we achieve realtime SR inference for implementing 720p resolution with competitive SR performance (in terms of PSNR and SSIM) on GPU/DSP of mobile platforms (Samsung Galaxy S21)."

BibTeX
@inproceedings{eccv2022_compilerawareneu,
  title = {Compiler-Aware Neural Architecture Search for On-Mobile Real-Time Super-Resolution},
  author = {Yushu Wu and Yifan Gong and Pu Zhao and Yanyu Li and Zheng Zhan and Wei Niu and Hao Tang and Minghai Qin and Bin Ren and Yanzhi Wang},
  booktitle = {ECCV 2022},
  year = {2022}
}