Test-Time Adaptation vs. Continual Test-Time Adaptation #1031
-
|
What's the difference between Test-Time Adaptation and Continual Test-Time Adaptation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Well in both Test-Time Adaptation and Continual Test-Time Adaptation, model adaptation occurs during online deployment as opposed to other methods like Domain Generalization and Domain Adaptation where it occurs during offline training. Continual Test-Time Adaptation is simply Test-Time Adaptation that is robust to distributional shifts in target distributions and operates under settings where test data is unlabelled, where there are no explicit task boundaries and where there is a "strictly online" constraint (with usually a single gradient update). Hope that helps ! |
Beta Was this translation helpful? Give feedback.
Well in both Test-Time Adaptation and Continual Test-Time Adaptation, model adaptation occurs during online deployment as opposed to other methods like Domain Generalization and Domain Adaptation where it occurs during offline training. Continual Test-Time Adaptation is simply Test-Time Adaptation that is robust to distributional shifts in target distributions and operates under settings where test data is unlabelled, where there are no explicit task boundaries and where there is a "strictly online" constraint (with usually a single gradient update). Hope that helps !