Abstract
With the rising popularity of intelligent mobile devices, it is of great practical significance to develop accurate, real-time and energy-efficient image Super-Resolution (SR) methods. A prevailing method for improving inference efficiency is model quantization, which allows for replacing the expensive floating-point operations with efficient bitwise arithmetic. To date, it is still challenging for quantized SR frameworks to deliver a feasible accuracy-efficiency trade-off. Here, we propose a Fully Quantized image Super-Resolution framework (FQSR) to jointly optimize efficiency and accuracy. In particular, we target obtaining end-to-end quantized models for all layers, especially including skip connections, which was rarely addressed in the literature of SR quantization. We further identify obstacles faced by low-bit SR networks and propose a novel method to counteract them accordingly. The difficulties are caused by 1) for SR task, due to the existence of skip connections, high-resolution feature maps would occupy a huge amount of memory spaces; 2) activation and weight distributions being vastly distinctive in different layers; 3) the inaccurate approximation of the quantization. We apply our quantization scheme on multiple mainstream super-resolution architectures, including SRResNet, SRGAN and EDSR. Experimental results show that our FQSR with low-bits quantization is able to achieve on par performance compared with the full-precision counterparts on five benchmark datasets and surpass the state-of-the-art quantized SR methods with significantly reduced computational cost and memory consumption. Code is available at https://git.io/JWxPp.
Original language | English |
---|---|
Title of host publication | Proceedings of the 29th ACM International Conference on Multimedia |
Editors | Liqiang Nie, Qianru Sun, Peng Cui |
Place of Publication | New York NY USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 639-647 |
Number of pages | 9 |
ISBN (Electronic) | 9781450386517 |
DOIs | |
Publication status | Published - 2021 |
Event | ACM International Conference on Multimedia 2021 - Duration: 20 Oct 2021 → 24 Oct 2021 Conference number: 29th https://dl.acm.org/doi/proceedings/10.1145/3474085 (Proceedings) |
Conference
Conference | ACM International Conference on Multimedia 2021 |
---|---|
Abbreviated title | MM 2021 |
Period | 20/10/21 → 24/10/21 |
Internet address |
|
Keywords
- image super-resolution
- network quantization