Lightweight single-image super-resolution network based on dual paths
Li Ke, Liu Yukai

TL;DR
This paper introduces a lightweight super-resolution network combining convolutional and Transformer features via a dual-path architecture, enhancing global and local feature fusion for improved image quality.
Contribution
It proposes a novel dual-path network with multi-stage feature fusion to better integrate local and global features for super-resolution tasks.
Findings
Outperforms other lightweight models in image recovery quality
Effectively fuses local and global features through dual-path architecture
Reduces information loss in feature extraction
Abstract
The single image super-resolution(SISR) algorithms under deep learning currently have two main models, one based on convolutional neural networks and the other based on Transformer. The former uses the stacking of convolutional layers with different convolutional kernel sizes to design the model, which enables the model to better extract the local features of the image; the latter uses the self-attention mechanism to design the model, which allows the model to establish long-distance dependencies between image pixel points through the self-attention mechanism and then better extract the global features of the image. However, both of the above methods face their problems. Based on this, this paper proposes a new lightweight multi-scale feature fusion network model based on two-way complementary convolutional and Transformer, which integrates the respective features of Transformer and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Optical Sensing Technologies · Optical Coherence Tomography Applications
MethodsAttention Is All You Need · Byte Pair Encoding · Absolute Position Encodings · Softmax · Label Smoothing · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Linear Layer · Adam
