Download PDFOpen PDF in browser

Improving Classification with CNNs using Wavelet Pooling with Nesterov-Accelerated Adam

10 pagesPublished: March 18, 2019

Abstract

Wavelet pooling methods can improve the classification accuracy of Convolutional Neural Networks (CNNs). Combining wavelet pooling with the Nesterov-accelerated Adam (NAdam) gradient calculation method can improve both the accuracy of the CNN. We have implemented wavelet pooling with NAdam in this work using both a Haar wavelet (WavPool-NH) and a Shannon wavelet (WavPool-NS). The WavPool-NH and WavPool- NS methods are most accurate of the methods we considered for the MNIST and LIDC- IDRI lung tumor data-sets. The WavPool-NH and WavPool-NS implementations have an accuracy of 95.92% and 95.52%, respectively, on the LIDC-IDRI data-set. This is an improvement from the 92.93% accuracy obtained on this data-set with the max pooling method. The WavPool methods also avoid overfitting which is a concern with max pool- ing. We also found WavPool performed fairly well on the CIFAR-10 data-set, however, overfitting was an issue with all the methods we considered. Wavelet pooling, especially when combined with an adaptive gradient and wavelets chosen specifically for the data, has the potential to outperform current methods.

Keyphrases: biomedical imaging, Cancer Detection, Clinical Decision Support Systems, Computational and artificial intelligence, Convolutional Neural Networks, deep learning, Healthcare Informatics, Medical Tests

In: Oliver Eulenstein, Hisham Al-Mubaid and Qin Ding (editors). Proceedings of 11th International Conference on Bioinformatics and Computational Biology, vol 60, pages 84--93

Links:
BibTeX entry
@inproceedings{BiCOB2019:Improving_Classification_with_CNNs,
  author    = {Allison Rossetto and Wenjin Zhou},
  title     = {Improving Classification with CNNs using Wavelet Pooling with Nesterov-Accelerated Adam},
  booktitle = {Proceedings of 11th International Conference on Bioinformatics and Computational Biology},
  editor    = {Oliver Eulenstein and Hisham Al-Mubaid and Qin Ding},
  series    = {EPiC Series in Computing},
  volume    = {60},
  pages     = {84--93},
  year      = {2019},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/6Mbb},
  doi       = {10.29007/9c5j}}
Download PDFOpen PDF in browser