paper-with-me

Papers

Continuous Unsupervised Domain Adaptation Using Stabilized Representations and Experience Replay

2024-01-31 · Mohammad Rostami

We introduce an algorithm for tackling the problem of unsupervised domain adaptation (UDA) in continual learning (CL) scenarios. The primary objective is to maintain model generalization under domain shift when new domains arrive continually through updating a base model when only unlabeled data is accessible in subsequent tasks. While there are many existing UDA algorithms, they typically require access to both the source and target domain datasets simultaneously. Conversely, existing CL approaches can handle tasks that all have labeled data. Our solution is based on stabilizing the learned internal distribution to enhances the model generalization on new domains. The internal distribution is modeled by network responses in hidden layer. We model this internal distribution using a Gaussian mixture model (GMM ) and update the model by matching the internally learned distribution of new domains to the estimated GMM. Additionally, we leverage experience replay to overcome the problem of catastrophic forgetting, where the model loses previously acquired knowledge when learning new tasks. We offer theoretical analysis to explain why our algorithm would work. We also offer extensive comparative and analytic experiments to demonstrate that our method is effective. We perform experiments on four benchmark datasets to demonstrate that our approach is effective.

📄 PDF Abstract BibTeX arXiv:2402.00580

Code (1)

rostami-m/ldacid 공식 구현

Tasks

Continual LearningDomain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Bridging Adversarial and Statistical Domain Transfer via Spectral Adaptation Networks

2021-02-25 · Christoph Raab, Philipp Väth, Peter Meier, Frank-Michael Schleif

Statistical and adversarial adaptation are currently two extensive categories of neural network architectures in unsupervised deep domain adaptation. The latter has become the new standard due to its good theoretical fou…

Domain Adaptation

The Norm Must Go On: Dynamic Unsupervised Domain Adaptation by Normalization

2021-12-01 · CVPR 2022 1 · M. Jehanzeb Mirza, Jakub Micorek, Horst Possegger, Horst Bischof

Domain adaptation is crucial to adapt a learned model to new scenarios, such as domain shifts or changing data distributions. Current approaches usually require a large amount of labeled or unlabeled data from the shifte…

Autonomous DrivingDomain Adaptationobject-detectionObject Detection+2

Deep causal representation learning for unsupervised domain adaptation

2019-10-28 · Raha Moraffah, Kai Shu, Adrienne Raglin, Huan Liu

Studies show that the representations learned by deep neural networks can be transferred to similar prediction tasks in other domains for which we do not have enough labeled data. However, as we transition to higher laye…

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

Learning structure-from-motion from motion

2018-09-12 · Clément Pinard, Laure Chevalley, Antoine Manzanera, David Filliat

This work is based on a questioning of the quality metrics used by deep neural networks performing depth prediction from a single image, and then of the usability of recently published works on unsupervised learning of d…

Depth EstimationDepth PredictionDomain Adaptation

One Size does not Fit All: Heterogeneous Latent Space Alignment for Unsupervised Domain Adaptation

2026-06-19 · Evangelia Koskinioti, Yi Shen, Georgios Stamou, Michael M. Zavlanos arxiv

Domain shift remains a major obstacle to the reliable deployment of machine learning models in high-stakes environments such as healthcare. While Domain adaptation aims to mitigate these effects, existing approaches suff…

Unsupervised Domain AdaptationMedical Image Segmentation