ドメイン汎化の目的は、限られたソース ドメインでトレーニングするだけで、目に見えないテスト ドメインで良好なパフォーマンスを発揮できる汎化モデルを学習することです。ただし、既存のドメイン一般化アプローチでは、予測に無関係なノイズが発生したり、ドメイン ラベルの収集が必要になったりすることがよくあります。これらの課題に対処するために、基盤となる機能グループをドメイン共有機能とドメイン固有機能に分類することで、ドメイン一般化問題を別の観点から検討します。それにもかかわらず、ドメイン固有の特徴を特定し、入力データから区別することは困難です。この研究では、埋め込み空間内の未定義および区別できないドメイン固有の特徴をフィルタリングして除去できる、後処理のきめの細かいマスキング アプローチである DomaIn-SPECicific Liberating (DISPEL) を提案します。具体的には、DISPEL は、入力データごとに一意のマスクを生成するマスク ジェネレーターを利用して、ドメイン固有の特徴をフィルター処理します。 DISPEL フレームワークは柔軟性が高く、あらゆる微調整されたモデルに適用できます。設計された目的損失を最適化することで汎化性能を保証する汎化誤差限界を導出します。 5 つのベンチマークに関する実験結果は、DISPEL が既存の手法を上回っており、さまざまなアルゴリズムをさらに一般化できることを示しています。
Domain generalization aims to learn a generalization model that can perform well on unseen test domains by only training on limited source domains. However, existing domain generalization approaches often bring in prediction-irrelevant noise or require the collection of domain labels. To address these challenges, we consider the domain generalization problem from a different perspective by categorizing underlying feature groups into domain-shared and domain-specific features. Nevertheless, the domain-specific features are difficult to be identified and distinguished from the input data. In this work, we propose DomaIn-SPEcific Liberating (DISPEL), a post-processing fine-grained masking approach that can filter out undefined and indistinguishable domain-specific features in the embedding space. Specifically, DISPEL utilizes a mask generator that produces a unique mask for each input data to filter domain-specific features. The DISPEL framework is highly flexible to be applied to any fine-tuned models. We derive a generalization error bound to guarantee the generalization performance by optimizing a designed objective loss. The experimental results on five benchmarks demonstrate DISPEL outperforms existing methods and can further generalize various algorithms.