畳み込みニューラルネットワークには、トレーニングに多数のデータが必要です。いくつかの特定のタスクでのデータ収集とラベル付けの難しさを考慮して、既存のアプローチは通常、大規模なソースドメイン(例:ImageNet)で事前にトレーニングされたモデルを使用し、これらのタスクで微調整します。ただし、ソースドメインからのデータセットは、微調整プロセスで単純に破棄されます。ソースデータセットをより有効に活用し、微調整に役立てることができると主張します。このペーパーでは、最初に一般的な差別の概念を紹介して、未訓練のパターンを区別するネットワークの能力を説明し、一般的な差別が潜在的にターゲットドメインの完全な差別能力を強化できることを実験的に示します。さらに、新規で軽量な方法、すなわちソフト微調整を提案します。最適化目標をターゲットドメインの損失関数に直接置き換える従来の微調整とは異なり、ソフト微調整は以前の損失を保持してそれをソフトに削除することにより、一般的な差別を効果的に保持します。そうすることで、ソフトな微調整により、データバイアスに対するネットワークの堅牢性が向上すると同時に、収束が加速されます。いくつかの視覚認識タスクに関するアプローチを評価します。広範な実験結果は、ソフト微調整がすべての評価されたタスクで一貫した改善を提供し、最新技術を大幅に上回ることをサポートします。コードは一般に公開されます。
Convolutional neural networks require numerous data for training. Considering the difficulties in data collection and labeling in some specific tasks, existing approaches generally use models pre-trained on a large source domain (e.g. ImageNet), and then fine-tune them on these tasks. However, the datasets from source domain are simply discarded in the fine-tuning process. We argue that the source datasets could be better utilized and benefit fine-tuning. This paper firstly introduces the concept of general discrimination to describe ability of a network to distinguish untrained patterns, and then experimentally demonstrates that general discrimination could potentially enhance the total discrimination ability on target domain. Furthermore, we propose a novel and light-weighted method, namely soft fine-tuning. Unlike traditional fine-tuning which directly replaces optimization objective by a loss function on the target domain, soft fine-tuning effectively keeps general discrimination by holding the previous loss and removes it softly. By doing so, soft fine-tuning improves the robustness of the network to data bias, and meanwhile accelerates the convergence. We evaluate our approach on several visual recognition tasks. Extensive experimental results support that soft fine-tuning provides consistent improvement on all evaluated tasks, and outperforms the state-of-the-art significantly. Codes will be made available to the public.