通过防止特征检测器的共适应来改进神经网络

Improving neural networks by preventing co-adaptation of feature detectors

杰弗里·辛顿 Geoffrey Hinton · U. Toronto · 2012-07-03 · arXiv:1207.0580 ↗ · 被引 8024

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

当大型前馈神经网络在小训练集上训练时,通常在保留的测试数据上表现不佳。通过在每个训练案例中随机丢弃一半的特征检测器,这种“过拟合”大大减少。这防止了复杂的共适应,即一个特征检测器仅在几个其他特定特征检测器的上下文中才有帮助。相反,每个神经元学会检测一个特征,该特征在它必须操作的组合多样的内部上下文中通常有助于产生正确答案。随机“丢弃”在许多基准任务上带来了巨大改进,并在语音和物体识别方面创下了新纪录。

When a large feedforward neural network is trained on a small training set, it typically performs poorly on held-out test data. This "overfitting" is greatly reduced by randomly omitting half of the feature detectors on each training case. This prevents complex co-adaptations in which a feature detector is only helpful in the context of several other specific feature detectors. Instead, each neuron learns to detect a feature that is generally helpful for producing the correct answer given the combinatorially large variety of internal contexts in which it must operate. Random "dropout" gives big improvements on many benchmark tasks and sets new records for speech and object recognition.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 1)

阅读逐段中英对照全文 →