Beyond Static Bias: A Case for Dynamic, Per-Neuron Adaptation in Deep Networks
Authors/Creators
Description
The process of feature learning in deep networks often
appears random and un-interpretable. To introduce
a more structured approach, we propose a method
to achieve ”Less Randomness” in neural computation through Adaptive Bias Networks (ABN). ABNs
replace the monolithic, static bias of a layer with
dynamic, per-neuron modulation mechanisms. Each
neuron learns to ”reason” about the input by generating a context-specific signal that adaptively reweights its own effective parameters. This is achieved
via a gating mechanism that consults a bank of specialized bias vectors. When integrated into a standard ResNet on the CIFAR-10 benchmark, our ABN
model demonstrates a consistent performance improvement over the baseline. This suggests that empowering individual neurons with adaptive reasoning
capabilities is a more efficient and powerful way to
structure model parameters, leading to less random
and more effective learning.
Files
Adaptive-Bias-Networks-1.0.0.zip
Files
(122.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1aec9e9deccb26526b51e3d074748c53
|
4.7 kB | Preview Download |
|
md5:3c9860071a0bb330dd186867f8816a3c
|
117.9 kB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/zorino96/Adaptive-Bias-Networks
- Programming language
- Python
- Development Status
- Active