LGMLMay 17, 2019

SSFN -- Self Size-estimating Feed-forward Network with Low Complexity, Limited Need for Human Intervention, and Consistent Behaviour across Trials

arXiv:1905.07111v27 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and automated neural network design, reducing human intervention and computational overhead, though it appears incremental in its approach.

The authors tackled the problem of automatically determining neural network architecture size (layers and nodes) with minimal human tuning, resulting in a method that guarantees monotonic cost reduction and achieves consistent performance across trials with low computational complexity.

We design a self size-estimating feed-forward network (SSFN) using a joint optimization approach for estimation of number of layers, number of nodes and learning of weight matrices. The learning algorithm has a low computational complexity, preferably within few minutes using a laptop. In addition the algorithm has a limited need for human intervention to tune parameters. SSFN grows from a small-size network to a large-size network, guaranteeing a monotonically non-increasing cost with addition of nodes and layers. The learning approach uses judicious a combination of `lossless flow property' of some activation functions, convex optimization and instance of random matrix. Consistent performance -- low variation across Monte-Carlo trials -- is found for inference performance (classification accuracy) and estimation of network size.

Foundations

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

Your Notes