arXiv:2607.08406cs.LGstat.ML2026-07

不用反向传播,随机试错也能训练深层神经网络

Beyond Backpropagation: Monte Carlo Method Can Train Deep Neural Networks

论文配图:Beyond Backpropagation: Monte Carlo Method Can Train Deep Neural Networks
图 1 · 摘自论文原文
  • 用单次随机扰动参数、损失下降就保留的方法训练网络
  • 在20层以上网络和16384个神经元的宽网络上成功训练
  • 适合研究网络冗余性或设计物理启发式学习系统

反向传播主导深度学习训练,但依赖梯度易导致梯度消失或爆炸。本文证明,仅在单块GPU上实现的最简单蒙特卡洛算法——随机扰动参数,若损失下降则保留,否则重试——即可实际训练深度网络。该无梯度方法甚至无需批量归一化或残差连接,便能直接训练足够深的网络。更令人惊讶的是,其灵活性可拓展至多个复杂场景:支持纯剪枝训练、离散权重、非标准激活函数(如高斯函数),并揭示了深层网络的显著冗余性。已在超过20层的深层网络、含最多16,384个隐层神经元的单隐藏层宽网络,以及基于图像分类(MNIST)和字符级语言建模(Tiny Shakespeare)的简单Transformer架构上验证可行性。这一简单无梯度方法或为理解神经网络自组织与学习机制提供新视角,并为构建物理启发式深度学习系统提供替代路径。

原文摘要 · Abstract (English)

Backpropagation (BP) dominates deep learning training, but its reliance on gradients brings inherent troubles -- vanishing and exploding gradients. The pursuit of gradient-free methods has long been a goal in the field of artificial intelligence. This paper shows that indeed the simplest Monte Carlo algorithm implemented on a single GPU -- randomly mutate a parameter, keep it if the loss decreases, otherwise retry -- can practically train deep networks. This gradient-free method does not even need common techniques such as batch normalization or residual connections to directly train sufficiently deep networks. More remarkably, its flexibility extends to several nontrivial scenarios: it enables pure pruning training, supports discrete weights, accommodates unconventional transfer functions such as Gaussian, and reveals the substantial redundancy of deep networks. We have demonstrated its feasibility on deep networks with more than 20 layers, single-hidden-layer wide networks with up to 16,384 hidden neurons, and even a simple Transformer architecture trained on both image classification (MNIST) and character-level language modeling (Tiny Shakespeare). This simple gradient-free method may offer a complementary perspective for understanding the self-organization and learning mechanisms of neural networks, and also provides an alternative route for building physically inspired deep learning systems.

无梯度训练蒙特卡洛网络冗余深度学习

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