CVMar 13, 2015

Sparse Code Formation with Linear Inhibition

arXiv:1503.04115v1
Originality Incremental advance
AI Analysis

This work addresses computational efficiency in sparse coding for visual recognition, but it appears incremental as it builds on existing methods with a novel layer.

The authors tackled the problem of sparse code formation in visual recognition by introducing an inhibitory layer after the encoding layer to simulate lateral interconnections, achieving relative improvements on the CIFAR-10 dataset.

Sparse code formation in the primary visual cortex (V1) has been inspiration for many state-of-the-art visual recognition systems. To stimulate this behavior, networks are trained networks under mathematical constraint of sparsity or selectivity. In this paper, the authors exploit another approach which uses lateral interconnections in feature learning networks. However, instead of adding direct lateral interconnections among neurons, we introduce an inhibitory layer placed right after normal encoding layer. This idea overcomes the challenge of computational cost and complexity on lateral networks while preserving crucial objective of sparse code formation. To demonstrate this idea, we use sparse autoencoder as normal encoding layer and apply inhibitory layer. Early experiments in visual recognition show relative improvements over traditional approach on CIFAR-10 dataset. Moreover, simple installment and training process using Hebbian rule allow inhibitory layer to be integrated into existing networks, which enables further analysis in the future.

Foundations

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

Your Notes