PairNets: Novel Fast Shallow Artificial Neural Networks on Partitioned Subspaces
Luna M. Zhang

TL;DR
This paper introduces PairNets, a fast, shallow neural network architecture that partitions input space into subspaces, enabling rapid training and improved performance over traditional ANNs in regression tasks.
Contribution
The paper presents a novel shallow 4-layer neural network called PairNet that uses space partitioning and linear system solving for quick hyperparameter optimization.
Findings
PairNets trained with one epoch outperform traditional ANNs in speed.
PairNets achieve lower mean squared errors in regression tasks.
Partitioned subspaces enhance training efficiency and accuracy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Machine Learning and Data Classification · Anomaly Detection Techniques and Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
