LGCVNENov 17, 2015

Learning Neural Network Architectures using Backpropagation

arXiv:1511.05497v230 citations
Originality Incremental advance
AI Analysis

This addresses the need for more efficient neural networks in machine learning, though it is incremental as it builds on existing parameter reduction methods.

The paper tackles the problem of learning neural network architectures along with weights to reduce model size, introducing a tri-state ReLU parameter and a smooth regularizer to eliminate unnecessary neurons, resulting in models with significantly fewer parameters without accuracy loss.

Deep neural networks with millions of parameters are at the heart of many state of the art machine learning models today. However, recent works have shown that models with much smaller number of parameters can also perform just as well. In this work, we introduce the problem of architecture-learning, i.e; learning the architecture of a neural network along with weights. We introduce a new trainable parameter called tri-state ReLU, which helps in eliminating unnecessary neurons. We also propose a smooth regularizer which encourages the total number of neurons after elimination to be small. The resulting objective is differentiable and simple to optimize. We experimentally validate our method on both small and large networks, and show that it can learn models with a considerably small number of parameters without affecting prediction accuracy.

Foundations

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

Your Notes