LGNEMLJul 19, 2019

Post-synaptic potential regularization has potential

arXiv:1907.08544v18 citations
Originality Incremental advance
AI Analysis

This work addresses generalization issues in deep learning for classification, but it appears incremental as it builds on existing regularization techniques.

The paper tackles the challenge of improving generalization in deep neural networks for classification tasks by proposing post-synaptic potential regularization (PSP), achieving comparable error to sophisticated methods on MNIST and better generalization than ℓ2 regularization on CIFAR-10.

Improving generalization is one of the main challenges for training deep neural networks on classification tasks. In particular, a number of techniques have been proposed, aiming to boost the performance on unseen data: from standard data augmentation techniques to the $\ell_2$ regularization, dropout, batch normalization, entropy-driven SGD and many more.\\ In this work we propose an elegant, simple and principled approach: post-synaptic potential regularization (PSP). We tested this regularization on a number of different state-of-the-art scenarios. Empirical results show that PSP achieves a classification error comparable to more sophisticated learning strategies in the MNIST scenario, while improves the generalization compared to $\ell_2$ regularization in deep architectures trained on CIFAR-10.

Code Implementations1 repo
Foundations

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

Your Notes