Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

336598130 · Jun 202019922001200920182026
48 results for discrete synapses

Learning can be efficient with binary synapses, needing only a few bits of precision.

problem Learning in neural networks with discrete synapses.
method Extending large deviations analysis to synapses with multiple states, showing efficiency and robustness.
result Only a few bits of synaptic precision are needed for near-optimal performance, consistent with biological findings.

Proposes an alternative method to train RBMs with binary synapses using Bayesian learning rule.

problem Training RBMs with binary synapses is challenging due to discrete nature of synapses.
method Proposes an alternative optimization method using the Bayesian learning rule, updating natural parameters instead of expectation parameters.
result No additional clipping is needed as natural parameters take values in the entire real domain.

Unified theory for training neural networks with binary synapses.

problem Discrete nature of synapses and complex interactions in neural networks.
method Variational mean-field theory decomposing learning into maximization and expectation steps.
result Unified framework for unsupervised learning in neural networks.

The study reveals how synaptic correlations promote dimension reduction in neural networks.

problem Understanding how synaptic correlations affect neural correlations and dimension reduction in deep neural networks.
method A simplified model of dimension reduction considering pairwise correlations among synapses, using mathematical self-consistency for both binary and continuous synapses.
result Weakly-correlated synapses encourage dimension reduction compared to orthogonal synapses, and they also slow down the decorrelation process.

Synapse arbitrates TSFMs to improve time series forecasting performance.

problem TSFMs vary in performance across different forecasting tasks, domains, and horizons.
method Synapse dynamically assigns and adjusts predictive weights based on TSFM performance.
result Synapse consistently outperforms other ensembling techniques and individual TSFMs.

Stochastic DNNs with memristive synapses perform well despite limited device variability.

problem Performance of DNNs with memristive synapses under limited dynamic range and variability.
method Stochastic training of DNNs with memristive synapses, focusing on variability optimization.
result Stochastic memristive DNNs suffer less than 3% loss in accuracy compared to floating point software baseline.

A model studies deep neural networks with binary synapses under connection removal.

problem Understanding the mechanism of deep learning from a theoretical perspective.
method Random active path model with diluted binary synapses under removal perturbation.
result A critical value of perturbation separates spin glass and paramagnetic phases, with the latter having poor generalization performance.

New training algorithm enhances SNNs for temporal signal processing.

problem Lack of robust training algorithms for large-scale SNNs.
method Formulated SNN as IIR filters, proposed training algorithm for optimal synapse filter kernels and weights.
result Model and training algorithm outperform state-of-the-art approaches in accuracy.

Paper proposes Memory Aware Synapses for selective knowledge preservation in lifelong learning.

problem Selective preservation of knowledge in artificial learning systems.
method Unsupervised, online computation of parameter importance based on sensitivity to changes.
result State-of-the-art performance and ability to adapt parameter importance based on unlabeled data.

A neuromorphic unit models complex synapses efficiently.

problem Efficiently simulating complex synaptic response functions in neural networks.
method Digital neuromorphic architecture, Spiking Temporal Processing Unit (STPU), modeling arbitrary complex synaptic response functions.
result Demonstrates flexibility and efficiency of STPU for instantiating neural algorithms.

Synaptic cluster-driven evolution improves deep neural networks by reducing synapses and clusters.

problem Efficiently synthesizing deep neural networks with fewer synapses and clusters.
method Synaptic cluster-driven genetic encoding scheme.
result Significantly smaller number of synapses and clusters in offspring networks.

High-speed model accurately simulates neuromorphic devices.

problem Accurately modeling stochastic synapses in large-scale neuromorphic systems.
method Generative vector autoregressive model based on resistive memory cell data.
result Fast, high-throughput model reproduces synaptic parameters and correlations.

Networks capture our intuition about relationships in the world. They describe the friendships between Facebook users, interactions in financial markets, and synapses connecting neurons in the brain. These networks are richly structured with cliques of friends, sectors of stocks, and a smorgasbord of cell types that go…

2015-07-12abs ↗pdf ↗

We study the computational capacity of a model neuron, the Tempotron, which classifies sequences of spikes by linear-threshold operations. We use statistical mechanics and extreme value theory to derive the capacity of the system in random classification tasks. In contrast to its static analog, the Perceptron, the Temp…

2010-10-26abs ↗pdf ↗

Improved KAN model explains brain dynamics through edge learning and synaptic strength.

problem Explaining brain dynamics and frequencies in different brain regions.
method ELKAN (Edge Learning KNN) model with edge learning and trimming, inspired by brain science.
result ELKAN model outperforms KAN in explaining brain frequencies and dynamics.

Paper proves multiplicative weight updates can train neural networks without learning rate tuning.

problem Vanishing and exploding gradients in gradient descent for compositional functions.
method Proves descent lemma for compositional functions using multiplicative weight updates and derives Madam optimizer.
result Madam optimizer trains state-of-the-art neural networks without learning rate tuning.

Binary perceptron's instability linked to replica symmetry breaking.

problem Understanding the relationship between algorithmic instability and replica symmetry breaking in binary perceptron learning.
method Established the connection between algorithmic instability and replica symmetry breaking by comparing the instability condition around the fixed point to the instability for breaking the replica symmetric solution of the free energy function.
result The instability condition around the algorithmic fixed point is identical to the instability for breaking the replica symmetric saddle point solution of the free energy function.

Unsupervised learning for evolving data streams with STAM architecture.

problem Learning from non-stationary, unlabeled data streams over time.
method Self-Taught Associative Memory (STAM) architecture with online clustering, novelty detection, and feature storage.
result STAM architecture improves clustering and classification tasks compared to existing continual learning models.

A new type of neural network variable called 'fast weights' improves sequence models by storing recent past memories.

problem Sequence models benefit from attention to the past, but current neural networks lack a mechanism to store recent past information efficiently.
method Introduce 'fast weights' that change faster than neural activities but slower than standard weights, allowing for temporary memory storage of recent past.
result Fast weights enable efficient implementation of past attention in sequence models without needing to store neural activity patterns.

High-conductance neurons sample from target distributions in stochastic inference.

problem Understanding stochastic inference in neocortical circuits.
method Analytical derivation of neural activation function, simulation of spiking networks, Bayesian inference.
result Ensemble of spiking neurons can sample from a target distribution.

Log-Normal Multiplicative Dynamics improves low-precision training of neural networks.

problem Training large neural networks with low precision is unstable.
method Derive a Bayesian learning rule with log-normal posterior distributions and multiplicative updates.
result LMD achieves stable and accurate training for Vision Transformer and GPT-2.

Synthetic neural networks with fewer connections perform better.

problem Creating highly efficient deep neural networks.
method Synaptic cluster-driven genetic encoding mimics biological evolution.
result Synthetic networks achieve state-of-the-art performance with significantly fewer connections.

The study learns neural update rules by remembering past experiences.

problem Developing efficient online learning rules for neural networks.
method Representing neurons with vectors, using meta-neural networks for updates, and training for remembering past experiences.
result The approach reveals insights into learning rules and could be used for complex tasks like episodic memory.

Proposes a method to retrain neural networks incrementally for continuous data flow.

problem Continuous data flow and the challenges of catastrophic forgetting and efficient retraining.
method Incremental retraining using multi-armed bandits to select important samples and weights, and a new regularization term for synapse and neuron importance.
result Mitigates catastrophic forgetting and boosts model performance.