LGMLJan 24, 2020

PairNets: Novel Fast Shallow Artificial Neural Networks on Partitioned Subspaces

arXiv:2001.08886v12 citations
Originality Incremental advance
AI Analysis

This addresses the problem of slow training for machine learning practitioners, offering a faster alternative for big data and real-time applications, though it appears incremental as it builds on existing neural network concepts.

The authors tackled the slow training of traditional artificial neural networks by introducing PairNets, a novel shallow 4-layer architecture with fast hyperparameter optimization, achieving much higher speeds and lower testing mean squared errors in regression problems.

Traditionally, an artificial neural network (ANN) is trained slowly by a gradient descent algorithm such as the backpropagation algorithm since a large number of hyperparameters of the ANN need to be fine-tuned with many training epochs. To highly speed up training, we created a novel shallow 4-layer ANN called "Pairwise Neural Network" ("PairNet") with high-speed hyperparameter optimization. In addition, a value of each input is partitioned into multiple intervals, and then an n-dimensional space is partitioned into M n-dimensional subspaces. M local PairNets are built in M partitioned local n-dimensional subspaces. A local PairNet is trained very quickly with only one epoch since its hyperparameters are directly optimized one-time via simply solving a system of linear equations by using the multivariate least squares fitting method. Simulation results for three regression problems indicated that the PairNet achieved much higher speeds and lower average testing mean squared errors (MSEs) for the three cases, and lower average training MSEs for two cases than the traditional ANNs. A significant future work is to develop better and faster optimization algorithms based on intelligent methods and parallel computing methods to optimize both partitioned subspaces and hyperparameters to build the fast and effective PairNets for applications in big data mining and real-time machine learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes