テスト データセットがトレーニング データセットとは異なる分布に従う場合、ディープ ニューラル ネットワーク (DNN) はドメイン シフトの影響を受けます。ドメインの一般化は、目に見えないドメインに一般化できるモデルを学習することで、この問題に取り組むことを目的としています。この論文では、ドメインの一般化のためにドメイン固有の機能を明示的に削除することを目的とした新しいアプローチを提案します。このアプローチに従って、入力画像からドメイン固有の機能を戦術的に削除することによってドメイン不変モデルを学習する、一般化のためのドメイン固有の機能の学習と削除 (LRDG) と呼ばれる新しいフレームワークを提案します。具体的には、各ソースドメインのドメイン固有の特徴をそれぞれ効果的に学習する分類器を設計します。次に、各入力画像を、学習したドメイン固有の特徴が削除された新しい画像空間にマッピングするエンコーダー デコーダー ネットワークを開発します。エンコーダー/デコーダー ネットワークによって出力された画像を使用して、別の分類器がドメイン不変の特徴を学習して画像分類を行うように設計されています。広範な実験により、私たちのフレームワークが最先端の方法と比較して優れたパフォーマンスを達成することが実証されています。
Deep Neural Networks (DNNs) suffer from domain shift when the test dataset follows a distribution different from the training dataset. Domain generalization aims to tackle this issue by learning a model that can generalize to unseen domains. In this paper, we propose a new approach that aims to explicitly remove domain-specific features for domain generalization. Following this approach, we propose a novel framework called Learning and Removing Domain-specific features for Generalization (LRDG) that learns a domain-invariant model by tactically removing domain-specific features from the input images. Specifically, we design a classifier to effectively learn the domain-specific features for each source domain, respectively. We then develop an encoder-decoder network to map each input image into a new image space where the learned domain-specific features are removed. With the images output by the encoder-decoder network, another classifier is designed to learn the domain-invariant features to conduct image classification. Extensive experiments demonstrate that our framework achieves superior performance compared with state-of-the-art methods.