DC Field | Value | Language |
dc.contributor.author | Gorokhovatskyi, Oleksii | |
dc.contributor.author | Peredrii, Olena | |
dc.coverage.temporal | 21-25 August 2018, Lviv | |
dc.date.accessioned | 2020-06-19T12:06:08Z | - |
dc.date.available | 2020-06-19T12:06:08Z | - |
dc.date.created | 2018-02-28 | |
dc.date.issued | 2018-02-28 | |
dc.identifier.citation | Gorokhovatskyi O. Shallow Convolutional Neural Networks for Pattern Recognition Problems / Oleksii Gorokhovatskyi, Olena Peredrii // Data stream mining and processing : proceedings of the IEEE second international conference, 21-25 August 2018, Lviv. — Львів : Lviv Politechnic Publishing House, 2018. — P. 459–463. — (Machine Vision and Pattern Recognition). | |
dc.identifier.isbn | © Національний університет „Львівська політехніка“, 2018 | |
dc.identifier.isbn | © Національний університет „Львівська політехніка“, 2018 | |
dc.identifier.uri | https://ena.lpnu.ua/handle/ntb/52547 | - |
dc.description.abstract | Paper describes an investigation of possible
usage of shallow (limited by few layers only) convolutional
neural networks to solve famous pattern classification
problems. Brazilian coffee scenes, SAT-4/SAT-6, MNIST, UC
Merced Land Use and CIFAR datasets were tested. It is shown
that shallow convolution neural networks with partial training
may be effective enough to produce the result close to state-ofthe-art deep networks but also limitations are found. | |
dc.format.extent | 459-463 | |
dc.language.iso | en | |
dc.publisher | Lviv Politechnic Publishing House | |
dc.relation.ispartof | Data stream mining and processing : proceedings of the IEEE second international conference, 2018 | |
dc.relation.uri | https://arxiv.org/pdf/1602.01517.pdf | |
dc.relation.uri | https://arxiv.org/pdf/1409.1556.pdf | |
dc.relation.uri | https://arxiv.org/pdf/1409.4842.pdf | |
dc.relation.uri | https://arxiv.org/pdf/1512.03385v1.pdf | |
dc.relation.uri | https://adeshpande3.github.io/adeshpande3.github.io/The-9-DeepLearning-Papers-You-Need-To-Know-About.html | |
dc.relation.uri | http://setosa.io/ev/image-kernels/ | |
dc.relation.uri | https://cambridgespark.com/content/tutorials/convolutional-neuralnetworks-with-keras/index.html | |
dc.relation.uri | https://arxiv.org/abs/1412.6980v8.pdf | |
dc.relation.uri | http://www.patreo.dcc.ufmg.br/downloads/brazilian-coffee-dataset/ | |
dc.relation.uri | http://dsp.etfbl.net/aerial/unsupervised_final.pdf | |
dc.relation.uri | https://arxiv.org/pdf/1508.00092.pdf | |
dc.relation.uri | https://arxiv.org/pdf/1612.08879.pdf | |
dc.relation.uri | http://csc.lsu.edu/~saikat/deepsat/ | |
dc.relation.uri | http://bit.csc.lsu.edu/~saikat/publications/sigproc-sp.pdf | |
dc.relation.uri | http://dx.doi.org/10.1080/2150704X.2016.1235299 | |
dc.relation.uri | http://proceedings.utwente.nl/403/1/Yang-DropBand-91.pdf | |
dc.relation.uri | http://yann.lecun.com/exdb/mnist/ | |
dc.relation.uri | https://pdfs.semanticscholar.org/4191/fe93bfd883740a881e6a60e54b371c2f241d.pdf | |
dc.relation.uri | https://www.cs.toronto.edu/~kriz/cifar.html | |
dc.relation.uri | https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf | |
dc.relation.uri | http://rodrigob.github.io/are_we_there_yet/build/classification_datase | |
dc.relation.uri | https://github.com/fchollet/keras | |
dc.subject | image | |
dc.subject | recognition | |
dc.subject | classification | |
dc.subject | convolution | |
dc.subject | shallow neural network | |
dc.subject | layer | |
dc.subject | partial training | |
dc.subject | dataset | |
dc.title | Shallow Convolutional Neural Networks for Pattern Recognition Problems | |
dc.type | Conference Abstract | |
dc.rights.holder | © Національний університет “Львівська політехніка”, 2018 | |
dc.contributor.affiliation | Simon Kuznets Kharkiv National University of Economics | |
dc.format.pages | 5 | |
dc.identifier.citationen | Gorokhovatskyi O. Shallow Convolutional Neural Networks for Pattern Recognition Problems / Oleksii Gorokhovatskyi, Olena Peredrii // Data stream mining and processing : proceedings of the IEEE second international conference, 21-25 August 2018, Lviv. — Lviv Politechnic Publishing House, 2018. — P. 459–463. — (Machine Vision and Pattern Recognition). | |
dc.relation.references | [1] J. Wang, C. Luo, H. Huang, H. Zhao and S. Wang, “Transferring PreTrained Deep CNNs for Remote Scene Classification with General Features Learned from Linear PCA Network,” Remote Sens. 2017, 9(3), 225; doi:10.3390/rs9030225. | |
dc.relation.references | [2] K. Nogueira, W. O. Miranda and J. A. Dos Santos, “Improving spatial feature representation from aerial scenes by using convolutional networks,” in: 28th IEEE SIBGRAPI Conference on Graphics, Patterns and Images, pp. 289–296, 2015. | |
dc.relation.references | [3] A. Krizhevsky, I. Sutskever and G. E. Hinton, “Imagenet classification with deep convolutional neural networks,” in Neural Information Processing Systems, pp. 1106–1114, 2012. | |
dc.relation.references | [4] K. Nogueira, O. A. B. Penatti and J. A. Dos Santos, “Towards Better Exploiting Convolutional Neural Networks for Remote Sensing Scene Classification,” [Online]. Available: https://arxiv.org/pdf/1602.01517.pdf [June 02, 2018]. | |
dc.relation.references | [5] K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,” [Online]. Available: https://arxiv.org/pdf/1409.1556.pdf. [March 15, 2017]. | |
dc.relation.references | [6] C. Szegedy, W. Liu, Y. Jia et al., “Going deeper with convolutions,” [Online]. Available: https://arxiv.org/pdf/1409.4842.pdf. [March 10, 2017]. | |
dc.relation.references | [7] K. He, X. Zhang, S. Ren and J. Sun, “Deep Residual Learning for Image Recognition,” [Online]. Available: https://arxiv.org/pdf/1512.03385v1.pdf. [May 12, 2017]. | |
dc.relation.references | [8] A. Deshpande, “The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3),” [Online]. Available: https://adeshpande3.github.io/adeshpande3.github.io/The-9-DeepLearning-Papers-You-Need-To-Know-About.html. [May 15, 2017]. | |
dc.relation.references | [9] V. Powell, “Image Kernels,” [Online]. Available: http://setosa.io/ev/image-kernels/. [June 02, 2017]. | |
dc.relation.references | [10] P. Veličković, “Deep learning for complete beginners: convolutional neural networks with keras,” [Online]. Available: https://cambridgespark.com/content/tutorials/convolutional-neuralnetworks-with-keras/index.html. [June 02, 2017]. | |
dc.relation.references | [11] D. Kingma and J. Ba, “Adam: A Method for Stochastic Optimization,” [Online]. Available: https://arxiv.org/abs/1412.6980v8.pdf. [July 20, 2017]. | |
dc.relation.references | [12] Brazilian Coffee Scenes Dataset [Online]. Available: http://www.patreo.dcc.ufmg.br/downloads/brazilian-coffee-dataset/. [May 17, 2017]. | |
dc.relation.references | [13] O. A. B. Penatti, K. Nogueira and J. A. Dos Santos, “Do deep features generalize from everyday objects to remote sensing and aerial scenes domains?,” in IEEE Computer Vision and Pattern Recognition Workshops, pp. 44–51, 2015. | |
dc.relation.references | [14] R. de O. Stehling, M. A. Nascimento and A. X. Falcao, “A compact and efficient image retrieval approach based on border/interior pixel classification,” In Eleventh International Conference on Information and Knowledge Management (CIKM'02), pp.102–109, 2002. | |
dc.relation.references | [15] V. Risojevic and Z. Babic, “Unsupervised Quaternion Feature Learning for Remote Sensing Image Classification,” [Online]. Available: http://dsp.etfbl.net/aerial/unsupervised_final.pdf. [June 15, 2017]. | |
dc.relation.references | [16] M. Castelluccio, G. Poggi, C. Sansone and L. Verdoliva, “Land Use Classification in Remote Sensing Images by Convolutional Neural Networks,” [Online]. Available: https://arxiv.org/pdf/1508.00092.pdf. [June 17, 2017]. | |
dc.relation.references | [17] DaoYu Lin, “Deep Unsupervised Representation Learning for Remote Sensing Images,” [Online]. Available: https://arxiv.org/pdf/1612.08879.pdf. [June 20, 2017]. | |
dc.relation.references | [18] SAT-4 and SAT-6 airborne datasets [Online]. Available: http://csc.lsu.edu/~saikat/deepsat/. [June 20, 2017]. | |
dc.relation.references | [19] S. Basu, S. Ganguly, S. Mukhopadhyay, R. DiBiano, M. Karki and R. Nemani, “DeepSat – A Learning framework for Satellite Imagery,” [Online]. Available: http://bit.csc.lsu.edu/~saikat/publications/sigproc-sp.pdf. [June 20, 2017]. | |
dc.relation.references | [20] Y. Zhong, F. Fei, Y. Liu, B. Zhao, H. Jiao and L. Zhang, “SatCNN: satellite image dataset classification using agile convolutional neural networks,” Remote Sensing Letters, 8:2, 136-145, DOI: 10.1080/2150704X.2016.1235299. [Online]. Available: http://dx.doi.org/10.1080/2150704X.2016.1235299. [June 23, 2017]. | |
dc.relation.references | [21] N. Yang, H. Tang, H. Sun and X. Yang, “DropBand: a convolutional neural network with data augmentation for scene classification of VHR satellite images,” [Online]. Available: http://proceedings.utwente.nl/403/1/Yang-DropBand-91.pdf. [June 25, 2017]. | |
dc.relation.references | [22] M. Papadomanolaki, M. Vakalopoulou, S. Zagoruyko and K. Karantzalos, “Benchmarking deep learning frameworks for the classification of very high resolution satellite multispectral data,” in ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume III-7, XXIII SPRS Congress, Prague, Czech Republic, 12–19 July 2016. | |
dc.relation.references | [23] Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document recognition," Proceedings of the IEEE, 86(11):2278-2324, November 1998. | |
dc.relation.references | [24] Y. LeCun, C. Cortes and C.J.C. Burges, “THE MNIST DATABASE of handwritten digits,” [Online]. Available: http://yann.lecun.com/exdb/mnist/. [July 10, 2017]. | |
dc.relation.references | [25] Y. Yang and S. Newsam, “Bag-of-visual-words and spatial extensions for land-use classification,” in: 18th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, pp. 270– 279, November 02 – 05, 2010. | |
dc.relation.references | [26] M. Castelluccio, G. Poggi, C. Sansone and L.Verdoliva, “Land Use Classification in Remote Sensing Images by Convolutional Neural Networks,” [Online]. Available: https://pdfs.semanticscholar.org/4191/fe93bfd883740a881e6a60e54b371c2f241d.pdf. [July 26, 2017]. | |
dc.relation.references | [27] F. P. S. Luus, B. P. Salmon, F. van den Bergh and B. T. J. Maharaj, “Multiview Deep Learning for Land-Use Classification,” in IEEE Geoscience and Remote Sensing Letters, Vol. 12, pp. 2448 – 2452, 2015. | |
dc.relation.references | [28] Y. Zhong, F. Fei and L. Zhang, “Large patch convolutional neural networks for the scene classification of high spatial resolution imagery,” J. Appl. Remote Sens. 10(2), 025006 (2016), doi: 10.1117/1.JRS.10.025006. | |
dc.relation.references | [29] The CIFAR-10 dataset [Online]. Available: https://www.cs.toronto.edu/~kriz/cifar.html. [July 27, 2017]. | |
dc.relation.references | [30] A. Krizhevsky, “Learning Multiple Layers of Features from Tiny Images,” [Online]. Available: https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf. [July 27, 2017]. | |
dc.relation.references | [31] Classification datasets results, [Online]. Available: http://rodrigob.github.io/are_we_there_yet/build/classification_datase ts_results.html. [July 27, 2017]. | |
dc.relation.references | [32] F. Chollet, “Keras,” [Online]. Available: https://github.com/fchollet/keras. [July 30, 2017]. | |
dc.relation.referencesen | [1] J. Wang, C. Luo, H. Huang, H. Zhao and S. Wang, "Transferring PreTrained Deep CNNs for Remote Scene Classification with General Features Learned from Linear PCA Network," Remote Sens. 2017, 9(3), 225; doi:10.3390/rs9030225. | |
dc.relation.referencesen | [2] K. Nogueira, W. O. Miranda and J. A. Dos Santos, "Improving spatial feature representation from aerial scenes by using convolutional networks," in: 28th IEEE SIBGRAPI Conference on Graphics, Patterns and Images, pp. 289–296, 2015. | |
dc.relation.referencesen | [3] A. Krizhevsky, I. Sutskever and G. E. Hinton, "Imagenet classification with deep convolutional neural networks," in Neural Information Processing Systems, pp. 1106–1114, 2012. | |
dc.relation.referencesen | [4] K. Nogueira, O. A. B. Penatti and J. A. Dos Santos, "Towards Better Exploiting Convolutional Neural Networks for Remote Sensing Scene Classification," [Online]. Available: https://arxiv.org/pdf/1602.01517.pdf [June 02, 2018]. | |
dc.relation.referencesen | [5] K. Simonyan and A. Zisserman, "Very deep convolutional networks for large-scale image recognition," [Online]. Available: https://arxiv.org/pdf/1409.1556.pdf. [March 15, 2017]. | |
dc.relation.referencesen | [6] C. Szegedy, W. Liu, Y. Jia et al., "Going deeper with convolutions," [Online]. Available: https://arxiv.org/pdf/1409.4842.pdf. [March 10, 2017]. | |
dc.relation.referencesen | [7] K. He, X. Zhang, S. Ren and J. Sun, "Deep Residual Learning for Image Recognition," [Online]. Available: https://arxiv.org/pdf/1512.03385v1.pdf. [May 12, 2017]. | |
dc.relation.referencesen | [8] A. Deshpande, "The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)," [Online]. Available: https://adeshpande3.github.io/adeshpande3.github.io/The-9-DeepLearning-Papers-You-Need-To-Know-About.html. [May 15, 2017]. | |
dc.relation.referencesen | [9] V. Powell, "Image Kernels," [Online]. Available: http://setosa.io/ev/image-kernels/. [June 02, 2017]. | |
dc.relation.referencesen | [10] P. Veličković, "Deep learning for complete beginners: convolutional neural networks with keras," [Online]. Available: https://cambridgespark.com/content/tutorials/convolutional-neuralnetworks-with-keras/index.html. [June 02, 2017]. | |
dc.relation.referencesen | [11] D. Kingma and J. Ba, "Adam: A Method for Stochastic Optimization," [Online]. Available: https://arxiv.org/abs/1412.6980v8.pdf. [July 20, 2017]. | |
dc.relation.referencesen | [12] Brazilian Coffee Scenes Dataset [Online]. Available: http://www.patreo.dcc.ufmg.br/downloads/brazilian-coffee-dataset/. [May 17, 2017]. | |
dc.relation.referencesen | [13] O. A. B. Penatti, K. Nogueira and J. A. Dos Santos, "Do deep features generalize from everyday objects to remote sensing and aerial scenes domains?," in IEEE Computer Vision and Pattern Recognition Workshops, pp. 44–51, 2015. | |
dc.relation.referencesen | [14] R. de O. Stehling, M. A. Nascimento and A. X. Falcao, "A compact and efficient image retrieval approach based on border/interior pixel classification," In Eleventh International Conference on Information and Knowledge Management (CIKM'02), pp.102–109, 2002. | |
dc.relation.referencesen | [15] V. Risojevic and Z. Babic, "Unsupervised Quaternion Feature Learning for Remote Sensing Image Classification," [Online]. Available: http://dsp.etfbl.net/aerial/unsupervised_final.pdf. [June 15, 2017]. | |
dc.relation.referencesen | [16] M. Castelluccio, G. Poggi, C. Sansone and L. Verdoliva, "Land Use Classification in Remote Sensing Images by Convolutional Neural Networks," [Online]. Available: https://arxiv.org/pdf/1508.00092.pdf. [June 17, 2017]. | |
dc.relation.referencesen | [17] DaoYu Lin, "Deep Unsupervised Representation Learning for Remote Sensing Images," [Online]. Available: https://arxiv.org/pdf/1612.08879.pdf. [June 20, 2017]. | |
dc.relation.referencesen | [18] SAT-4 and SAT-6 airborne datasets [Online]. Available: http://csc.lsu.edu/~saikat/deepsat/. [June 20, 2017]. | |
dc.relation.referencesen | [19] S. Basu, S. Ganguly, S. Mukhopadhyay, R. DiBiano, M. Karki and R. Nemani, "DeepSat – A Learning framework for Satellite Imagery," [Online]. Available: http://bit.csc.lsu.edu/~saikat/publications/sigproc-sp.pdf. [June 20, 2017]. | |
dc.relation.referencesen | [20] Y. Zhong, F. Fei, Y. Liu, B. Zhao, H. Jiao and L. Zhang, "SatCNN: satellite image dataset classification using agile convolutional neural networks," Remote Sensing Letters, 8:2, 136-145, DOI: 10.1080/2150704X.2016.1235299. [Online]. Available: http://dx.doi.org/10.1080/2150704X.2016.1235299. [June 23, 2017]. | |
dc.relation.referencesen | [21] N. Yang, H. Tang, H. Sun and X. Yang, "DropBand: a convolutional neural network with data augmentation for scene classification of VHR satellite images," [Online]. Available: http://proceedings.utwente.nl/403/1/Yang-DropBand-91.pdf. [June 25, 2017]. | |
dc.relation.referencesen | [22] M. Papadomanolaki, M. Vakalopoulou, S. Zagoruyko and K. Karantzalos, "Benchmarking deep learning frameworks for the classification of very high resolution satellite multispectral data," in ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume III-7, XXIII SPRS Congress, Prague, Czech Republic, 12–19 July 2016. | |
dc.relation.referencesen | [23] Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document recognition," Proceedings of the IEEE, 86(11):2278-2324, November 1998. | |
dc.relation.referencesen | [24] Y. LeCun, C. Cortes and C.J.C. Burges, "THE MNIST DATABASE of handwritten digits," [Online]. Available: http://yann.lecun.com/exdb/mnist/. [July 10, 2017]. | |
dc.relation.referencesen | [25] Y. Yang and S. Newsam, "Bag-of-visual-words and spatial extensions for land-use classification," in: 18th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, pp. 270– 279, November 02 – 05, 2010. | |
dc.relation.referencesen | [26] M. Castelluccio, G. Poggi, C. Sansone and L.Verdoliva, "Land Use Classification in Remote Sensing Images by Convolutional Neural Networks," [Online]. Available: https://pdfs.semanticscholar.org/4191/fe93bfd883740a881e6a60e54b371c2f241d.pdf. [July 26, 2017]. | |
dc.relation.referencesen | [27] F. P. S. Luus, B. P. Salmon, F. van den Bergh and B. T. J. Maharaj, "Multiview Deep Learning for Land-Use Classification," in IEEE Geoscience and Remote Sensing Letters, Vol. 12, pp. 2448 – 2452, 2015. | |
dc.relation.referencesen | [28] Y. Zhong, F. Fei and L. Zhang, "Large patch convolutional neural networks for the scene classification of high spatial resolution imagery," J. Appl. Remote Sens. 10(2), 025006 (2016), doi: 10.1117/1.JRS.10.025006. | |
dc.relation.referencesen | [29] The CIFAR-10 dataset [Online]. Available: https://www.cs.toronto.edu/~kriz/cifar.html. [July 27, 2017]. | |
dc.relation.referencesen | [30] A. Krizhevsky, "Learning Multiple Layers of Features from Tiny Images," [Online]. Available: https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf. [July 27, 2017]. | |
dc.relation.referencesen | [31] Classification datasets results, [Online]. Available: http://rodrigob.github.io/are_we_there_yet/build/classification_datase ts_results.html. [July 27, 2017]. | |
dc.relation.referencesen | [32] F. Chollet, "Keras," [Online]. Available: https://github.com/fchollet/keras. [July 30, 2017]. | |
dc.citation.conference | IEEE second international conference "Data stream mining and processing" | |
dc.citation.spage | 459 | |
dc.citation.epage | 463 | |
dc.coverage.placename | Львів | |
Appears in Collections: | Data stream mining and processing : proceedings of the IEEE second international conference
|