arXiv reaDer
カーネル正規化畳み込みネットワーク
Kernel Normalized Convolutional Networks
既存の深い畳み込みニューラルネットワーク(CNN)アーキテクチャは、モデルを効果的にトレーニングするためにバッチ正規化(BatchNorm)に依存することがよくあります。 BatchNormはモデルのパフォーマンスを大幅に向上させますが、バッチサイズが小さいとパフォーマンスが低下します。この制限に対処するために、カーネル正規化とカーネル正規化畳み込み層を提案し、それらを主要な構成要素としてカーネル正規化畳み込みネットワーク(KNConvNets)に組み込みます。 BatchNormレイヤーを使用せずに、ResNetやDenseNetなどの最先端のCNNに対応するKNConvNetを実装します。広範な実験を通じて、KNConvNetは、競争力のある計算効率を維持しながら、精度と収束率の両方の点で、バッチ、グループ、およびレイヤーの正規化された対応物よりも一貫して優れていることを示しています。
Existing deep convolutional neural network (CNN) architectures frequently rely upon batch normalization (BatchNorm) to effectively train the model. BatchNorm significantly improves model performance, but performs poorly with smaller batch sizes. To address this limitation, we propose kernel normalization and kernel normalized convolutional layers, and incorporate them into kernel normalized convolutional networks (KNConvNets) as the main building blocks. We implement KNConvNets corresponding to the state-of-the-art CNNs such as ResNet and DenseNet while forgoing BatchNorm layers. Through extensive experiments, we illustrate that KNConvNets consistently outperform their batch, group, and layer normalized counterparts in terms of both accuracy and convergence rate while maintaining competitive computational efficiency.
updated: Fri May 20 2022 11:18:05 GMT+0000 (UTC)
published: Fri May 20 2022 11:18:05 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト