この論文では、事前に訓練されたディープニューラルネットワークを最小限の計算でターゲットドメインに適応させるための新しいアダプタネットワークを提案します。提案されたモデルである一方向シンアダプター(UDTA)は、バックボーンネットワークを補完する補助機能を提供することにより、分類器が新しいデータに適応するのを支援します。 UDTAは、バックボーンの複数のレイヤーからの出力を入力機能として受け取りますが、バックボーンに機能を送信しません。その結果、UDTAはバックボーンの勾配を計算せずに学習できるため、トレーニングの計算を大幅に節約できます。さらに、UDTAはバックボーンを変更せずにターゲットタスクを学習するため、単一のバックボーンはUDTAのみを個別に学習することで複数のタスクに適応できます。少数のサンプルで構成される5つのきめ細かい分類データセットでの実験では、UDTAは、従来のアダプターモデルと比較して同等またはさらに改善された精度を示しながら、バックプロパゲーションに必要な計算とトレーニング時間を大幅に短縮しました。
In this paper, we propose a new adapter network for adapting a pre-trained deep neural network to a target domain with minimal computation. The proposed model, unidirectional thin adapter (UDTA), helps the classifier adapt to new data by providing auxiliary features that complement the backbone network. UDTA takes outputs from multiple layers of the backbone as input features but does not transmit any feature to the backbone. As a result, UDTA can learn without computing the gradient of the backbone, which saves computation for training significantly. In addition, since UDTA learns the target task without modifying the backbone, a single backbone can adapt to multiple tasks by learning only UDTAs separately. In experiments on five fine-grained classification datasets consisting of a small number of samples, UDTA significantly reduced computation and training time required for backpropagation while showing comparable or even improved accuracy compared with conventional adapter models.