より深いニューラルネットワークは、トレーニングがより困難です。以前に使用されていたものよりもかなり深いネットワークのトレーニングを容易にするための残差学習フレームワークを提示します。参照されない関数を学習する代わりに、レイヤー入力を参照して残差関数を学習するようにレイヤーを明示的に再定式化します。これらの残余ネットワークは最適化が容易であり、深さが大幅に増加することで精度を向上できることを示す包括的な経験的証拠を提供します。 ImageNetデータセットでは、最大152層の深さの残留ネットを評価します。これは、VGGネットの8倍の深さですが、複雑さは低くなっています。これらの残留ネットのアンサンブルは、ImageNetテストセットで3.57%のエラーを達成します。この結果は、ILSVRC 2015分類タスクで1位になりました。また、100および1000層のCIFAR-10の分析も示します。表現の深さは、多くの視覚認識タスクにとって最も重要です。表現が非常に深いため、COCOオブジェクト検出データセットで28%の相対的な改善が得られています。ディープレジデンシャルネットは、ILSVRC&COCO 2015コンテストへの提出の基礎であり、ImageNet検出、ImageNetローカリゼーション、COCO検出、およびCOCOセグメンテーションのタスクで1位を獲得しました。
Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We explicitly reformulate the layers as learning residual functions with reference to the layer inputs, instead of learning unreferenced functions. We provide comprehensive empirical evidence showing that these residual networks are easier to optimize, and can gain accuracy from considerably increased depth. On the ImageNet dataset we evaluate residual nets with a depth of up to 152 layers---8x deeper than VGG nets but still having lower complexity. An ensemble of these residual nets achieves 3.57% error on the ImageNet test set. This result won the 1st place on the ILSVRC 2015 classification task. We also present analysis on CIFAR-10 with 100 and 1000 layers. The depth of representations is of central importance for many visual recognition tasks. Solely due to our extremely deep representations, we obtain a 28% relative improvement on the COCO object detection dataset. Deep residual nets are foundations of our submissions to ILSVRC & COCO 2015 competitions, where we also won the 1st places on the tasks of ImageNet detection, ImageNet localization, COCO detection, and COCO segmentation.