paper-with-me

홈 › Papers

Adversarial Learning Networks: Source-free Unsupervised Domain Incremental Learning

2023-01-28 · Abhinit Kumar Ambastha, Leong Tze Yun

This work presents an approach for incrementally updating deep neural network (DNN) models in a non-stationary environment. DNN models are sensitive to changes in input data distribution, which limits their application to problem settings with stationary input datasets. In a non-stationary environment, updating a DNN model requires parameter re-training or model fine-tuning. We propose an unsupervised source-free method to update DNN classification models. The contributions of this work are two-fold. First, we use trainable Gaussian prototypes to generate representative samples for future iterations; second, using unsupervised domain adaptation, we incrementally adapt the existing model using unlabelled data. Unlike existing methods, our approach can update a DNN model incrementally for non-stationary source and target tasks without storing past training data. We evaluated our work on incremental sentiment prediction and incremental disease prediction applications and compared our approach to state-of-the-art continual learning, domain adaptation, and ensemble learning methods. Our results show that our approach achieved improved performance compared to existing incremental learning methods. We observe minimal forgetting of past knowledge over many iterations, which can help us develop unsupervised self-learning systems.

📄 PDF Abstract BibTeX arXiv:2301.12054

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDisease PredictionDomain AdaptationEnsemble LearningIncremental LearningSelf-LearningUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Incremental Adversarial Domain Adaptation for Continually Changing Environments

2017-12-20 · Markus Wulfmeier, Alex Bewley, Ingmar Posner

Continuous appearance shifts such as changes in weather and lighting conditions can impact the performance of deployed machine learning models. While unsupervised domain adaptation aims to address this challenge, current…

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation

FRIDA -- Generative Feature Replay for Incremental Domain Adaptation

2021-12-28 · Sayan Rakshit, Anwesh Mohanty, Ruchika Chavhan, Biplab Banerjee 외

We tackle the novel problem of incremental unsupervised domain adaptation (IDA) in this paper. We assume that a labeled source domain and different unlabeled target domains are incrementally observed with the constraint …

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation

Multi-Granularity Class Prototype Topology Distillation for Class-Incremental Source-Free Unsupervised Domain Adaptation

2024-11-25 · CVPR 2025 1 · Peihua Deng, Jiehua Zhang, Xichun Sheng, Chenggang Yan 외

This paper explores the Class-Incremental Source-Free Unsupervised Domain Adaptation (CI-SFUDA) problem, where the unlabeled target data come incrementally without access to labeled source instances. This problem poses t…

class-incremental learningDomain AdaptationRepresentation LearningSource-Free Domain Adaptation+1

A3: Active Adversarial Alignment for Source-Free Domain Adaptation

2024-09-27 · Chrisantus Eze, Christopher Crick

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Recent works have focused on source-free UDA, where only target data is available. This is chall…

Active LearningDomain AdaptationSelf-Supervised LearningSource-Free Domain Adaptation+1

Collaborative and Adversarial Network for Unsupervised Domain Adaptation

2018-06-01 · CVPR 2018 6 · Weichen Zhang, Wanli Ouyang, Wen Li, Dong Xu

In this paper, we propose a new unsupervised domain adaptation approach called Collaborative and Adversarial Network (CAN) through domain-collaborative and domain-adversarial training of neural networks. We use several d…

Domain AdaptationUnsupervised Domain Adaptation