パラメーターの微調整は、事前学習済みのソースネットワークから学習したパラメーターをターゲットネットワークに転送して微調整する転送学習アプローチです。過去の研究では、このアプローチがタスクのパフォーマンスを改善できることが示されています。ただし、パラメーターの微調整におけるImageNetの事前トレーニングされた分類レイヤーの影響は、文献ではほとんど調査されていません。この論文では、事前に訓練された分類層を用いた微調整アプローチを提案します。レイヤーごとの微調整を使用して、最適なパフォーマンスのためにどのレイヤーを凍結するかを決定します。私たちの実証分析は、提案された微調整が従来の微調整よりも優れたパフォーマンスを発揮することを示しています。この発見は、事前に訓練された分類層が、以前に考えられていたよりもカテゴリ固有の情報が少ないか、よりグローバルな情報を保持していることを示しています。したがって、この層の存在は、ネットワークの深さを成長させて新しいタスクによりよく適応させるために重要であると仮定します。私たちの研究は、ターゲットドメインの適応のために事前に訓練されたレイヤーと新しいレイヤーの調和を作り出すために、慎重な正規化とスケーリングが不可欠であることを示しています。いくつかの困難なベンチマークデータセットを微調整するために提案された深度拡張ネットワークを評価し、それらが現代の転送学習アプローチよりも高い分類精度を達成できることを示します。
Parameter fine tuning is a transfer learning approach whereby learned parameters from pre-trained source network are transferred to the target network followed by fine-tuning. Prior research has shown that this approach is capable of improving task performance. However, the impact of the ImageNet pre-trained classification layer in parameter fine-tuning is mostly unexplored in the literature. In this paper, we propose a fine-tuning approach with the pre-trained classification layer. We employ layer-wise fine-tuning to determine which layers should be frozen for optimal performance. Our empirical analysis demonstrates that the proposed fine-tuning performs better than traditional fine-tuning. This finding indicates that the pre-trained classification layer holds less category-specific or more global information than believed earlier. Thus, we hypothesize that the presence of this layer is crucial for growing network depth to adapt better to a new task. Our study manifests that careful normalization and scaling are essential for creating harmony between the pre-trained and new layers for target domain adaptation. We evaluate the proposed depth augmented networks for fine-tuning on several challenging benchmark datasets and show that they can achieve higher classification accuracy than contemporary transfer learning approaches.