Deblurring Network Using Edge Module, ASPP Channel Attention and Dual Network (NTIRE 2021 Challenge)
This is a PyTorch implementation of the NTIRE 2021 Image Deblurring Challenge - Track2. JPEG Artifacts.
“This project is licensed under the terms of the MIT license.”
In this work, we propose an edge module, ASPP Residential Channel Attention Blocks, and a network using Dual Network for image deblurring. The proposed network extracts and utilizes edge information for learning through modules that extract edges inside the entire network. By extracting edges and using them for learning, the network is constructed to preserve details when deblurring. In particular, proposed network is very fast at 0.012 seconds to process a 1k-sized validation set. It is very fast in processing and is useful for real-time deblurring systems, such as autonomous vehicles. We participated in NTIRE 2021 Image Deblurring Challenge - Track2. JPEG Artifacts, showing results of PSNR 27.00, SSIM 0.7670 and 0.012 runtime per image on the validation set.
- train
python train.py
- test
python test.py
We used the Datasets provided by NTIRE 2021 challenge for training the proposed network.
- Validation
- PSNR - 27.00
- SSIM - 0.7670
- Run Time per image - 0.012
- Test
- PSNR - 27.41
- SSIM - 0.7887
- Run Time per image - 0.012
If you have any questions, please contact athurk94111@gmail.com.