Skip to content

PFDFCT:For Efficient Image Super Resolution

Notifications You must be signed in to change notification settings

PigletPh/PFDFCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

PFDFCT:For Efficient Image Super Resolution📌

GitHub Computer Vision in Action License

Table of Contents

Introduction

Although the convolution neural network(CNN) and Transformer methods have greatly promoted the development of image super-resolution(SR), these two methods have their disadvantages. Making a trade-off between the two methods and effectively integrating their advantages can restore high-frequency information of images with fewer parameters and higher quality. Hence, in this study, a novel dual parallel fusion structure of distilled feature pyramid and serial CNN and Transformer(PFDFCT) model is proposed. In one branch, a lightweight serial structure of CNN and Transformer is implemented to guarantee the richness of the global features extracted by Transformer. In the other branch, an efficient distillation feature pyramid hybrid attention module is designed to efficiently purify the local features extracted by CNN and maintain integrity through cross-fusion. Such a multi-path parallel fusion strategy can ensure the richness and accuracy of features while avoiding the use of complex and long-range structures. The results show that the PFDFCT can reduce the mis-generated stripes and make the reconstructed image clearer for both easy-to-reconstruct and difficult-to-reconstruct targets compared to other advanced methods. Additionally, PFDFCT achieves a remarkable advance in model size and computational cost. Compared to the state-of-the-art(SOTA) model(i.e., efficient long-range attention network) in 2022, PFDFCT reduces parameters and floating point of operations(FLOPs) by more than 20% and 26% under all three scales, while maintaining a similar advanced reconstruction ability. The FLOPs of PFDFCT are as low as 31.8G, 55.3G, and 122.5G under scales of 2, 3 and 4, which are much lower than most current SOTA methods.

Comparison with SOTA methods

The proposed PFDFCT has great advantages in computational cost and image super-resolution restoration ability. The ability to avoid mis-generated strips and blur of PFDFCT is comparable to SOTA ELAN-light in 2022.

image

Moreover, the parameters and FLOPs decrease by 20.80% and 26.39% under scale of 4, respectively. Under ×2, ×3 and ×4 up-sampling, the model parameters are only 459K, 466K and 476K, respectively. Moreover, the FLOPs are as low as 31.8G, 55.3G and 122.5G, much lower than most current SOTA methods.

image

👆 BACK to Table of Contents -->

Notification

The detailed description and independence will be gradually released. If you have any questions or requirements, you can email(email: [email protected]) me to get help before all files are released.

👆 BACK to Table of Contents -->

Citation

This paper is still under review......

👆 BACK to Table of Contents -->

About

PFDFCT:For Efficient Image Super Resolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages