Skip to content

Investigate the effect of noise in image classification tasks, we have used Autoencoder for noise reduction and VGG16, AlexNet, ResNet50, and InceptionV3 for classification tasks.

License

Notifications You must be signed in to change notification settings

MHmi1/Image_Denoising_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assessing The Impact of CNN Auto Encoder-Based Image Denoising on Image Classification Tasks

Abstract:

Images captured from the real world are often affected by different types of noise, which can significantly impact the performance of Computer Vision systems and the quality of visual data. This study presents a novel approach for defect detection in casting product noisy images, specifically focusing on submersible pump impellers. The methodology involves utilizing deep learning models such as VGG16, InceptionV3, and other models in both the spatial and frequency domains to identify noise types and defect status. The research process begins with preprocessing images, followed by applying denoising techniques tailored to specific noise categories. The goal is to enhance the accuracy and robustness of defect detection by integrating noise detection and denoising into the classification pipeline. The study achieved remarkable results using VGG16 for noise type classification in the frequency domain, achieving an accuracy of over 99%. Removal of salt and pepper noise resulted in an average SSIM of 87.9, while Gaussian noise removal had an average SSIM of 64.0, and periodic noise removal yielded an average SSIM of 81.6. This comprehensive approach showcases the effectiveness of the deep AutoEncoder model and median filter, for denoising strategies in real-world industrial applications. Finally, our study reports significant improvements in binary classification accuracy for defect detection compared to previous methods. For the VGG16 classifier, accuracy increased from 94.6% to 97.0%, demonstrating the effectiveness of the proposed noise detection and denoising approach. Similarly, for the InceptionV3 classifier, accuracy improved from 84.7% to 90.0%, further validating the benefits of integrating noise analysis into the classification pipeline.

Proposed Auto-encoder model architecture:

Result of binary classification models:

Our metrics are: Accuracy, Sensitivity, Specificity, and F-1 Score

Result of denoiser models :

Our metrics are: PSNR, SSIM, LPIPS

Final lap: investigating the effect of noise on image classification models

Our metrics are: Accuracy, Sensitivity, Specificity, and F-1 Score

**Result: **

Periodic noise reduction (using autoencoder) -> PSNR= 26

Gaussian noise reduction (using autoencoder) -> PSNR= 28

salt and pepper noise reduction (using median filters) -> PSNR= 35

We have used for classification from these deep models:

1- CNN

2- VGG16

3- AlexNet

4- ResNet50

5- Inception V3

We have used Noise detection and reduction from these deep models:

-VGG16 deep model for noise type detection in the frequency domain

- Deep Autoencoder model for periodic and Gaussian noise reduction

- Median filter (kernel size=3) for salt and pepper noise reduction

**Citation: **

@misc{hami2024assessing,
  title={Assessing The Impact of CNN Auto Encoder-Based Image Denoising on Image Classification Tasks},
  author={Mohsen Hami and Mahdi JameBozorg},
  year={2024},
  eprint={2404.10664},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
}

**Final project of computer vision course By Mohsen Hami, Mahdi Jamebozorg **

About

Investigate the effect of noise in image classification tasks, we have used Autoencoder for noise reduction and VGG16, AlexNet, ResNet50, and InceptionV3 for classification tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published