• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

HybridSNN:通过提升自适应尖峰神经网络来结合生物机器的优势。

HybridSNN: Combining Bio-Machine Strengths by Boosting Adaptive Spiking Neural Networks.

出版信息

IEEE Trans Neural Netw Learn Syst. 2023 Sep;34(9):5841-5855. doi: 10.1109/TNNLS.2021.3131356. Epub 2023 Sep 1.

DOI:10.1109/TNNLS.2021.3131356
PMID:34890341
Abstract

Spiking neural networks (SNNs), inspired by the neuronal network in the brain, provide biologically relevant and low-power consuming models for information processing. Existing studies either mimic the learning mechanism of brain neural networks as closely as possible, for example, the temporally local learning rule of spike-timing-dependent plasticity (STDP), or apply the gradient descent rule to optimize a multilayer SNN with fixed structure. However, the learning rule used in the former is local and how the real brain might do the global-scale credit assignment is still not clear, which means that those shallow SNNs are robust but deep SNNs are difficult to be trained globally and could not work so well. For the latter, the nondifferentiable problem caused by the discrete spike trains leads to inaccuracy in gradient computing and difficulties in effective deep SNNs. Hence, a hybrid solution is interesting to combine shallow SNNs with an appropriate machine learning (ML) technique not requiring the gradient computing, which is able to provide both energy-saving and high-performance advantages. In this article, we propose a HybridSNN, a deep and strong SNN composed of multiple simple SNNs, in which data-driven greedy optimization is used to build powerful classifiers, avoiding the derivative problem in gradient descent. During the training process, the output features (spikes) of selected weak classifiers are fed back to the pool for the subsequent weak SNN training and selection. This guarantees HybridSNN not only represents the linear combination of simple SNNs, as what regular AdaBoost algorithm generates, but also contains neuron connection information, thus closely resembling the neural networks of a brain. HybridSNN has the benefits of both low power consumption in weak units and overall data-driven optimizing strength. The network structure in HybridSNN is learned from training samples, which is more flexible and effective compared with existing fixed multilayer SNNs. Moreover, the topological tree of HybridSNN resembles the neural system in the brain, where pyramidal neurons receive thousands of synaptic input signals through their dendrites. Experimental results show that the proposed HybridSNN is highly competitive among the state-of-the-art SNNs.

摘要

尖峰神经网络(SNN)受大脑神经网络启发,为信息处理提供具有生物学意义且低功耗的模型。现有研究要么尽可能模仿大脑神经网络的学习机制,例如尖峰时间依赖可塑性(STDP)的暂态局部学习规则,要么应用梯度下降规则优化具有固定结构的多层 SNN。然而,前者使用的学习规则是局部的,而真正的大脑如何进行全局规模的信用分配还不清楚,这意味着那些浅层 SNN 具有鲁棒性,但深层 SNN 很难全局训练,效果也不佳。对于后者,由于离散尖峰序列引起的不可微问题导致梯度计算不准确,并且难以有效地进行深层 SNN。因此,将浅层 SNN 与不需要梯度计算的适当机器学习(ML)技术相结合的混合解决方案很有趣,它能够提供节能和高性能优势。在本文中,我们提出了一种 HybridSNN,这是一种由多个简单 SNN 组成的深度且强大的 SNN,其中使用数据驱动的贪婪优化来构建强大的分类器,从而避免了梯度下降中的导数问题。在训练过程中,选择的弱分类器的输出特征(尖峰)会被反馈到池,以用于后续的弱 SNN 训练和选择。这保证了 HybridSNN 不仅表示简单 SNN 的线性组合,就像常规 AdaBoost 算法生成的那样,而且还包含神经元连接信息,因此与大脑神经网络非常相似。HybridSNN 具有弱单元低功耗和整体数据驱动优化强度的优势。HybridSNN 的网络结构是从训练样本中学习的,与现有的固定多层 SNN 相比,它更加灵活和有效。此外,HybridSNN 的拓扑树类似于大脑中的神经系统,其中金字塔神经元通过树突接收数千个突触输入信号。实验结果表明,所提出的 HybridSNN 在最先进的 SNN 中具有很强的竞争力。

相似文献

1
HybridSNN: Combining Bio-Machine Strengths by Boosting Adaptive Spiking Neural Networks.HybridSNN:通过提升自适应尖峰神经网络来结合生物机器的优势。
IEEE Trans Neural Netw Learn Syst. 2023 Sep;34(9):5841-5855. doi: 10.1109/TNNLS.2021.3131356. Epub 2023 Sep 1.
2
SSTDP: Supervised Spike Timing Dependent Plasticity for Efficient Spiking Neural Network Training.SSTDP:用于高效脉冲神经网络训练的监督式脉冲时间依赖可塑性
Front Neurosci. 2021 Nov 4;15:756876. doi: 10.3389/fnins.2021.756876. eCollection 2021.
3
An unsupervised STDP-based spiking neural network inspired by biologically plausible learning rules and connections.一种基于无监督 STDP 的尖峰神经网络,灵感来自于具有生物学合理性的学习规则和连接。
Neural Netw. 2023 Aug;165:799-808. doi: 10.1016/j.neunet.2023.06.019. Epub 2023 Jun 22.
4
Competitive Learning in a Spiking Neural Network: Towards an Intelligent Pattern Classifier.尖峰神经网络中的竞争学习:迈向智能模式分类器。
Sensors (Basel). 2020 Jan 16;20(2):500. doi: 10.3390/s20020500.
5
Supervised Learning in Multilayer Spiking Neural Networks With Spike Temporal Error Backpropagation.监督学习在基于尖峰时间误差反向传播的多层尖峰神经网络中的应用。
IEEE Trans Neural Netw Learn Syst. 2023 Dec;34(12):10141-10153. doi: 10.1109/TNNLS.2022.3164930. Epub 2023 Nov 30.
6
A biologically plausible supervised learning method for spiking neural networks using the symmetric STDP rule.基于对称 STDP 规则的尖峰神经网络的生物合理有监督学习方法。
Neural Netw. 2020 Jan;121:387-395. doi: 10.1016/j.neunet.2019.09.007. Epub 2019 Sep 27.
7
Locally connected spiking neural networks for unsupervised feature learning.用于无监督特征学习的局部连接脉冲神经网络。
Neural Netw. 2019 Nov;119:332-340. doi: 10.1016/j.neunet.2019.08.016. Epub 2019 Aug 26.
8
Tuning Convolutional Spiking Neural Network With Biologically Plausible Reward Propagation.基于生物合理奖励传播的卷积脉冲神经网络调优
IEEE Trans Neural Netw Learn Syst. 2022 Dec;33(12):7621-7631. doi: 10.1109/TNNLS.2021.3085966. Epub 2022 Nov 30.
9
Optimizing Deeper Spiking Neural Networks for Dynamic Vision Sensing.深度尖峰神经网络在动态视觉传感中的优化。
Neural Netw. 2021 Dec;144:686-698. doi: 10.1016/j.neunet.2021.09.022. Epub 2021 Oct 5.
10
Enabling Spike-Based Backpropagation for Training Deep Neural Network Architectures.实现基于尖峰的反向传播以训练深度神经网络架构。
Front Neurosci. 2020 Feb 28;14:119. doi: 10.3389/fnins.2020.00119. eCollection 2020.

引用本文的文献

1
Development and validation of a novel predictive model for dementia risk in middle-aged and elderly depression individuals: a large and longitudinal machine learning cohort study.中老年抑郁症患者痴呆风险新型预测模型的开发与验证:一项大型纵向机器学习队列研究
Alzheimers Res Ther. 2025 May 13;17(1):103. doi: 10.1186/s13195-025-01750-6.
2
Finger Vein Recognition Based on Unsupervised Spiking Convolutional Neural Network with Adaptive Firing Threshold.基于具有自适应激发阈值的无监督脉冲卷积神经网络的手指静脉识别
Sensors (Basel). 2025 Apr 3;25(7):2279. doi: 10.3390/s25072279.
3
Application of interpretable machine learning algorithms to predict distant metastasis in ovarian clear cell carcinoma.
可解释机器学习算法在预测卵巢透明细胞癌远处转移中的应用。
Cancer Med. 2024 Apr;13(7):e7161. doi: 10.1002/cam4.7161.
4
Critically synchronized brain waves form an effective, robust and flexible basis for human memory and learning.关键同步脑波为人类记忆和学习提供了有效、强大且灵活的基础。
Sci Rep. 2023 Mar 16;13(1):4343. doi: 10.1038/s41598-023-31365-6.