Unfolding Once is Enough: A Deployment-Friendly Transformer Unit for Super-Resolution
Yong Liu, Hang Dong, Boyang Liang, Songwei Liu, Qingji Dong, Kai Chen,, Fangmin Chen, Lean Fu, and Fei Wang

TL;DR
This paper introduces UFONE, a deployment-optimized transformer unit for single image super-resolution, combining local and global feature extraction to achieve high performance with low latency and memory usage on deployment platforms.
Contribution
The paper proposes UFONE, a novel deployment-friendly transformer unit with an Inner-patch Transformer Layer and Spatial-Aware Layer, optimized for real-world super-resolution applications.
Findings
Achieves competitive super-resolution performance with low latency.
Reduces memory usage and computational complexity.
Enhances deployment efficiency on TensorRT.
Abstract
Recent years have witnessed a few attempts of vision transformers for single image super-resolution (SISR). Since the high resolution of intermediate features in SISR models increases memory and computational requirements, efficient SISR transformers are more favored. Based on some popular transformer backbone, many methods have explored reasonable schemes to reduce the computational complexity of the self-attention module while achieving impressive performance. However, these methods only focus on the performance on the training platform (e.g., Pytorch/Tensorflow) without further optimization for the deployment platform (e.g., TensorRT). Therefore, they inevitably contain some redundant operators, posing challenges for subsequent deployment in real-world applications. In this paper, we propose a deployment-friendly transformer unit, namely UFONE (i.e., UnFolding ONce is Enough), to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Advanced Image Fusion Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Dense Connections · Label Smoothing · Residual Connection · Dropout · Absolute Position Encodings · Byte Pair Encoding
