基于赫布深度神经网络的音频分类增量学习 / Incremental learning for audio classification with Hebbian Deep Neural Networks
1️⃣ 一句话总结
这篇论文提出了一种受生物启发的赫布学习机制,通过选择性调整深度神经网络中的核心参数来实现音频分类的增量学习,在持续学习新任务时既能有效获取新知识又能稳固保留旧知识,从而在多个学习阶段中取得了比传统方法更优且更稳定的分类性能。
The ability of humans for lifelong learning is an inspiration for deep learning methods and in particular for continual learning. In this work, we apply Hebbian learning, a biologically inspired learning process, to sound classification. We propose a kernel plasticity approach that selectively modulates network kernels during incremental learning, acting on selected kernels to learn new information and on others to retain previous knowledge. Using the ESC-50 dataset, the proposed method achieves 76.3% overall accuracy over five incremental steps, outperforming a baseline without kernel plasticity (68.7%) and demonstrating significantly greater stability across tasks.
基于赫布深度神经网络的音频分类增量学习 / Incremental learning for audio classification with Hebbian Deep Neural Networks
这篇论文提出了一种受生物启发的赫布学习机制,通过选择性调整深度神经网络中的核心参数来实现音频分类的增量学习,在持续学习新任务时既能有效获取新知识又能稳固保留旧知识,从而在多个学习阶段中取得了比传统方法更优且更稳定的分类性能。
源自 arXiv: 2604.18270