LGMLApr 30, 2020

Binary autoencoder with random binary weights

arXiv:2004.14717v11 citations
AI Analysis

This work provides theoretical insights into neural network models, particularly for understanding sparse coding and memory-computation trade-offs, with potential applications in neuroscience and machine learning, though it is incremental in nature.

The paper analyzes an autoencoder with binary activations and random binary weights, showing that sparse hidden layer activations naturally preserve information and achieve zero reconstruction error with sufficiently large hidden layers by adjusting neuron thresholds.

Here is presented an analysis of an autoencoder with binary activations $\{0, 1\}$ and binary $\{0, 1\}$ random weights. Such set up puts this model at the intersection of different fields: neuroscience, information theory, sparse coding, and machine learning. It is shown that the sparse activation of the hidden layer arises naturally in order to preserve information between layers. Furthermore, with a large enough hidden layer, it is possible to get zero reconstruction error for any input just by varying the thresholds of neurons. The model preserves the similarity of inputs at the hidden layer that is maximal for the dense hidden layer activation. By analyzing the mutual information between layers it is shown that the difference between sparse and dense representations is related to a memory-computation trade-off. The model is similar to an olfactory perception system of a fruit fly, and the presented theoretical results give useful insights toward understanding more complex neural networks.

Foundations

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

Your Notes