greenelab / greenelab/readables

Enhanced Expressive Power and Fast Training of Neural Networks by Random Projections

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
paper
Dominant language
No language data
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Abstract: Random projections are able to perform dimension reduction efficiently for
datasets with nonlinear low-dimensional structures. One well-known example is
that random matrices embed sparse vectors into a low-dimensional subspace
nearly isometrically, known as the restricted isometric property in compressed
sensing. In this paper, we explore some applications of random projections in
deep neural networks. We provide the expressive power of fully connected neural
networks when the input data are sparse vectors or form a low-dimensional
smooth manifold. We prove that the number of neurons required for approximating
a Lipschitz function with a prescribed precision depends on the sparsity or the
dimension of the manifold and weakly on the dimension of the input vector. The
key in our proof is that random projections embed stably the set of sparse
vectors or a low-dimensional smooth manifold into a low-dimensional subspace.
Based on this fact, we also propose some new neural network models, where at
each layer the input is first projected onto a low-dimensional subspace by a
random projection and then the standard linear connection and non-linear
activation are applied. In this way, the number of parameters in neural
networks is significantly reduced, and therefore the training of neural
networks can be accelerated without too much performance loss.
ARXIV: [1811.09054v2](http://arxiv.org/abs/1811.09054v2)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.