SOTAVerified

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

2020-06-03Code Available1· sign in to hype

Junaid Malik, Serkan Kiranyaz, Moncef Gabbouj

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Reproductions