TL;DR
Existing test-time adaptation (TTA) methods struggle to handle complex domain shifts due to their reliance on a single global domain distribution. DOME is a new domain encoder that models each sample's domain in a zero-shot manner, utilizing vision-language pretraining for better representation.
✦ Why It Matters
Engineers can implement DOME to enhance model adaptability in dynamic environments with minimal labeled data.
Key Takeaways
How It Works
DOME operates by explicitly modeling domain variables for each sample, allowing it to adapt to diverse test conditions. It leverages vision-language pretraining to generate dense representations, which are then parameterized as distributional variables.
This structured approach enables the model to effectively capture the nuances of domain shifts, leading to more robust performance.
Related