Resolution Enhancement Processing on Low Quality Images Using Swin Transformer Based on Interval Dense Connection Strategy
Rui-Yang Ju, Chih-Chia Chen, Jen-Shiun Chiang, Yu-Shian Lin, Wei-Han Chen, Chun-Tse Chien

TL;DR
This paper introduces SwinOIR, a novel Swin Transformer-based model with an Interval Dense Connection Strategy that enhances low-quality image resolution while reducing computational costs, outperforming existing lightweight models.
Contribution
The paper proposes the Interval Dense Connection Strategy and applies it to SwinIR, creating SwinOIR, which improves feature reuse and super-resolution performance on low-quality images.
Findings
SwinOIR achieves 26.62 dB PSNR on Urban100 for x4 super-resolution.
SwinOIR outperforms SOTA models by 0.15 dB PSNR.
The strategy enhances model performance with less computational resource usage.
Abstract
The Transformer-based method has demonstrated remarkable performance for image super-resolution in comparison to the method based on the convolutional neural networks (CNNs). However, using the self-attention mechanism like SwinIR (Image Restoration Using Swin Transformer) to extract feature information from images needs a significant amount of computational resources, which limits its application on low computing power platforms. To improve the model feature reuse, this research work proposes the Interval Dense Connection Strategy, which connects different blocks according to the newly designed algorithm. We apply this strategy to SwinIR and present a new model, which named SwinOIR (Object Image Restoration Using Swin Transformer). For image super-resolution, an ablation study is conducted to demonstrate the positive effect of the Interval Dense Connection Strategy on the model…
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 · Image Processing Techniques and Applications · Advanced Image Fusion Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Stochastic Depth · Dense Connections · Adam · Softmax · Residual Connection · Byte Pair Encoding
