FastONN -- Python based open-source GPU implementation for Operational Neural Networks

Junaid Malik,Serkan Kiranyaz,Moncef Gabbouj
DOI: https://doi.org/10.48550/arXiv.2006.02267
2020-06-03
Abstract:Operational Neural Networks (ONNs) have recently been proposed as a special class of artificial neural networks for grid structured data. They enable heterogenous non-linear operations to generalize the widely adopted convolution-based neuron model. This work introduces a fast GPU-enabled library for training operational neural networks, FastONN, which is based on a novel vectorized formulation of the operational neurons. Leveraging on automatic reverse-mode differentiation for backpropagation, FastONN enables increased flexibility with the incorporation of new operator sets and customized gradient flows. Additionally, bundled auxiliary modules offer interfaces for performance tracking and checkpointing across different data partitions and customized metrics.
Neural and Evolutionary Computing,Machine Learning
What problem does this paper attempt to address?