Papers › Efficient and Accurate Quantized Image Super-Resolution on Mobile NPUs, Mobile AI &...

Efficient and Accurate Quantized Image Super-Resolution on Mobile NPUs, Mobile AI & AIM 2022 challenge: Report

7 Nov 2022arXiv:2211.05910archive 2025-07-28

Andrey Ignatov, Radu Timofte, Maurizio Denna, Abdel Younes, Ganzorig Gankhuyag, Jingang Huh, Myeong Kyun Kim, Kihwan Yoon, Hyeon-Cheol Moon, Seungho Lee, Yoonsik Choe, Jinwoo Jeong, Sungjei Kim, Maciej Smyl, Tomasz Latkowski, Pawel Kubik, Michal Sokolski, Yujie Ma, Jiahao Chao, Zhou Zhou, Hongfan Gao, Zhengfeng Yang, Zhenbing Zeng, Zhengyang Zhuge, Chenghua Li, Dan Zhu, Mengdi Sun, Ran Duan, Yan Gao, Lingshun Kong, Long Sun, Xiang Li, Xingdong Zhang, Jiawei Zhang, Yaqi Wu, Jinshan Pan, Gaocheng Yu, Jin Zhang, Feng Zhang, Zhe Ma, Hongbin Wang, Hojin Cho, Steve Kim, Huaen Li, Yanbo Ma, Ziwei Luo, Youwei Li, Lei Yu, Zhihong Wen, Qi Wu, Haoqiang Fan, Shuaicheng Liu, Lize Zhang, Zhikai Zong, Jeremy Kwon, Junxi Zhang, Mengyuan Li, Nianxiang Fu, Guanchen Ding, Han Zhu, Zhenzhong Chen, Gen Li, Yuanfan Zhang, Lei Sun, Dafeng Zhang, Neo Yang, Fitz Liu, Jerry Zhao, Mustafa Ayazoglu, Bahri Batuhan Bilecen, Shota Hirose, Kasidis Arunruangsirilert, Luo Ao, Ho Chun Leung, Andrew Wei, Jie Liu, Qiang Liu, Dahai Yu, Ao Li, Lei Luo, Ce Zhu, Seongmin Hong, Dongwon Park, Joonhee Lee, Byeong Hyun Lee, Seunggyu Lee, Se Young Chun, Ruiyuan He, Xuhao Jiang, Haihang Ruan, Xinjian Zhang, Jing Liu, Garas Gendy, Nabil Sabor, Jingchao Hou, Guanghui He

Image super-resolution is a common task on mobile and IoT devices, where one often needs to upscale and enhance low-resolution images and video frames. While numerous solutions have been proposed for this problem in the past, they are usually not compatible with low-power mobile NPUs having many computational and memory constraints. In this Mobile AI challenge, we address this problem and propose the participants to design an efficient quantized image super-resolution solution that can demonstrate a real-time performance on mobile NPUs. The participants were provided with the DIV2K dataset and trained INT8 models to do a high-quality 3X image upscaling. The runtime of all models was evaluated on the Synaptics VS680 Smart Home board with a dedicated edge NPU capable of accelerating quantized neural networks. All proposed solutions are fully compatible with the above NPU, demonstrating an up to 60 FPS rate when reconstructing Full HD resolution images. A detailed description of all models developed in the challenge is provided in this paper.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.05910")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ecnusr/etds mentioned on GitHubtfApache-2.0 report
eduardzamfir/ntire23-rtsr mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
2ran
9unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from eduardzamfir/ntire23-rtsr. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv_layer eduardzamfir/ntire23-rtsr/demo/models/modules/_rfdn.py community (archive-listed) ran Apache-2.0 (permissive) · d3a234f32905b183 · report
norm eduardzamfir/ntire23-rtsr/demo/models/modules/_rfdn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · b6a238bb90c0069b · report
pad eduardzamfir/ntire23-rtsr/demo/models/modules/_rfdn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 4a56ce1917d87f9b · report
pixel_unshuffle eduardzamfir/ntire23-rtsr/demo/models/modules/_imdn.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 5d9b9713448d2a62 · report
window_reverse eduardzamfir/ntire23-rtsr/demo/models/swin2sr.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · fb32094c6dbece71 · report
conv eduardzamfir/ntire23-rtsr/demo/models/modules/_imdn.py community (archive-listed) unverified Apache-2.0 (permissive) · 0094b11c13bb8bf5 · report
get_model_activation eduardzamfir/ntire23-rtsr/demo/utils/model_summary.py community (archive-listed) unverified Apache-2.0 (permissive) · 4b2444965efda665 · report
get_model_complexity_info eduardzamfir/ntire23-rtsr/demo/utils/model_summary.py community (archive-listed) unverified Apache-2.0 (permissive) · 91383555d4366904 · report
get_model_flops eduardzamfir/ntire23-rtsr/demo/utils/model_summary.py community (archive-listed) unverified Apache-2.0 (permissive) · f01af9643c088013 · report
import_srmodel eduardzamfir/ntire23-rtsr/demo/runtime_demo.py community (archive-listed) unverified Apache-2.0 (permissive) · 2daa8d7e08b31c9e · report
rtsrn eduardzamfir/ntire23-rtsr/demo/models/rtsrn.py community (archive-listed) unverified Apache-2.0 (permissive) · bf5b3866e660131d · report
swin2sr eduardzamfir/ntire23-rtsr/demo/models/swin2sr.py community (archive-listed) unverified Apache-2.0 (permissive) · 60222f2fd164ff5d · report
upsample_pixelshuffle eduardzamfir/ntire23-rtsr/demo/models/modules/_imdn.py community (archive-listed) unverified Apache-2.0 (permissive) · 7b75fe2c4c0e13be · report
window_partition eduardzamfir/ntire23-rtsr/demo/models/swin2sr.py community (archive-listed) unverified Apache-2.0 (permissive) · a0b512b15c4525f7 · report

Tasks

Image Super-ResolutionSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections