arXiv:2606.05150cs.NEcs.AI2026-06

用并行粒子群优化提升径向基函数网络的精度与速度

Multi-Column RBF Neural Network Using Adaptive and Non-Adaptive Particle Swarm Optimization

  • 将RBF网络拆分为多个并行列,每列用PSO或APSO独立训练
  • 在多个基准数据集上,准确率和召回率均优于现有方法
  • 适合处理大规模数据,兼具高精度与快速推理优势

基于梯度下降的径向基函数神经网络(RBFN)在浅层和深层网络中均表现高效。误差修正(ErrCor)通过选择最优隐藏单元提升精度。粒子群优化(PSO)作为群体智能算法,具备全局搜索能力,能有效避免局部极小值。自适应粒子群优化(APSO)通过动态调整参数加快收敛速度。尽管两者性能优异,但在大数据集上仍面临核计算量大、隐藏层过大的可扩展性挑战。近期提出的多列RBFN(MCRN)通过并行小规模RBFN结构提升了ErrCor性能。受此启发,本文提出两种新方法:基于PSO的多列RBFN(MC-PSO)和基于APSO的多列RBFN(MC-APSO)。这些方法采用并行结构,每个子网络在数据集的特定空间子集上独立使用PSO或APSO训练,形成领域专用模型。测试时仅激活与输入样本邻近的子网络,实现精准输出。该策略显著提升精度,同时利用并行性加速训练与推理。在多个基准数据集上的实验表明,MC-PSO和MC-APSO在准确率、召回率上均优于ErrCor、PSO、APSO和MCRN,且多数情况下训练与测试时间更短。

原文摘要 · Abstract (English)

The radial basis function neural network (RBFN) trained with a gradient descending algorithm provides an effective fully connected structure in both shallow and deep networks. The error correction (ErrCor), a state-of-the-art gradient-based training method, selects optimal hidden units to improve accuracy. Alternatively, as a population-based algorithm, the particle swarm optimization algorithm (PSO) uses the swarm experience to optimize RBFN parameters, offering global search and robustness to local minima. Adaptive PSO (APSO) has emerged as an improved variant of PSO. APSO algorithm improves convergence speed by dynamically adjusting swarm parameters during optimization. Both ErrCor and PSO demonstrate improved results and competitive convergence. However, with large datasets, these methods face scalability challenges such as excessive kernel computations and large hidden layer structures. A recent multi-column RBFN approach (MCRN) improves ErrCor performance by deploying small RBFNs in a parallel system. Inspired by MCRN's success, we propose two novel approaches to improve PSO performance: the multi-column RBFN with PSO (MC-PSO) and the multi-column RBFN with APSO (MC-APSO). These methods introduce parallel RBFN structures trained using evolutionary swarm methods. Each RBFN is independently trained on a specific spatial subset of the dataset using either PSO or APSO algorithms. These resulting specialist-trained RBFNs are tailored to their respective subsets. During testing, only selected RBFNs, where the test instance neighbors are located, contribute to the multi-column output. This specialization improves accuracy, while parallelism enhances speed. We evaluate the proposed methods on various benchmark datasets. The MC-PSO and MC-APSO outperform ErrCor, PSO, APSO, and MCRN in terms of accuracy and recall. They also demonstrate faster training and testing times in most experiments.

RBF网络粒子群优化并行计算机器学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。