paper-with-me

홈 › Papers

Neuro-Inspired Deep Neural Networks with Sparse, Strong Activations

2022-02-26 · Metehan Cekic, Can Bakiskan, Upamanyu Madhow

While end-to-end training of Deep Neural Networks (DNNs) yields state of the art performance in an increasing array of applications, it does not provide insight into, or control over, the features being extracted. We report here on a promising neuro-inspired approach to DNNs with sparser and stronger activations. We use standard stochastic gradient training, supplementing the end-to-end discriminative cost function with layer-wise costs promoting Hebbian ("fire together," "wire together") updates for highly active neurons, and anti-Hebbian updates for the remaining neurons. Instead of batch norm, we use divisive normalization of activations (suppressing weak outputs using strong outputs), along with implicit $\ell_2$ normalization of neuronal weights. Experiments with standard image classification tasks on CIFAR-10 demonstrate that, relative to baseline end-to-end trained architectures, our proposed architecture (a) leads to sparser activations (with only a slight compromise on accuracy), (b) exhibits more robustness to noise (without being trained on noisy data), (c) exhibits more robustness to adversarial perturbations (without adversarial training).

📄 PDF Abstract BibTeX arXiv:2202.13074

Code (1)

metehancekic/sparsestrongactivations 공식 구현 pytorch

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Negative Pre-activations Differentiate Syntax

2025-09-29 · Linghao Kong, Angelina Ning, Micah Adler, Nir Shavit arxiv

Modern large language models increasingly use smooth activation functions such as GELU or SiLU, allowing negative pre-activations to carry both signal and gradient. Nevertheless, many neuron-level interpretability analys…

Task-Specific Data Selection for Instruction Tuning via Monosemantic Neuronal Activations

2025-03-19 · Da Ma, Gonghu Shang, Zhi Chen, Libo Qin 외

Instruction tuning improves the ability of large language models (LLMs) to follow diverse human instructions, but achieving strong performance on specific target tasks remains challenging. A critical bottleneck is select…

Efficient recurrent architectures through activity sparsity and sparse back-propagation through time

2022-06-13 · Anand Subramoney, Khaleelulla Khan Nazeer, Mark Schöne, Christian Mayr 외

Recurrent neural networks (RNNs) are well suited for solving sequence tasks in resource-constrained systems due to their expressivity and low computational requirements. However, there is still a need to bridge the gap b…

Gesture RecognitionLanguage ModelingLanguage ModellingSequential Image Classification+1

Decomposing MLP Activations into Interpretable Features via Semi-Nonnegative Matrix Factorization

2025-06-12 · Or Shafran, Atticus Geiger, Mor Geva

A central goal for mechanistic interpretability has been to identify the right units of analysis in large language models (LLMs) that causally explain their outputs. While early work focused on individual neurons, eviden…

Dictionary Learning

Activity Sparsity Complements Weight Sparsity for Efficient RNN Inference

2023-11-13 · Rishav Mukherji, Mark Schöne, Khaleelulla Khan Nazeer, Christian Mayr 외

Artificial neural networks open up unprecedented machine learning capabilities at the cost of ever growing computational requirements. Sparsifying the parameters, often achieved through weight pruning, has been identifie…

Deep LearningLanguage ModelingLanguage Modelling